-- phpMyAdmin SQL Dump -- version 2.11.6 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: Jul 14, 2008 at 09:05 PM -- Server version: 5.0.51 -- PHP Version: 5.2.6 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; -- -- Database: `gta360_forum` -- -- -------------------------------------------------------- -- -- Table structure for table `access` -- CREATE TABLE IF NOT EXISTS `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=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `access` -- -- -------------------------------------------------------- -- -- Table structure for table `adminhelp` -- CREATE TABLE IF NOT EXISTS `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=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1599 ; -- -- Dumping data for table `adminhelp` -- INSERT INTO `adminhelp` (`adminhelpid`, `script`, `action`, `optionname`, `displayorder`, `volatile`, `product`) VALUES (1, 'accessmask', '', '', 1, 1, 'vbulletin'), (2, 'accessmask', 'edit', '', 1, 1, 'vbulletin'), (3, 'accessmask', 'modify', '', 1, 1, 'vbulletin'), (4, 'accessmask', 'quickedit', '', 1, 1, 'vbulletin'), (5, 'accessmask', 'resetall', '', 1, 1, 'vbulletin'), (6, 'admincalendar', '', '', 1, 1, 'vbulletin'), (7, 'admincalendar', 'add', '', 1, 1, 'vbulletin'), (8, 'admincalendar', 'add,edit', 'title', 20, 1, 'vbulletin'), (9, 'admincalendar', 'add,edit', 'displayorder', 40, 1, 'vbulletin'), (10, 'admincalendar', 'add,edit', 'customfields', 50, 1, 'vbulletin'), (11, 'admincalendar', 'add,edit', 'neweventemail', 60, 1, 'vbulletin'), (12, 'admincalendar', 'add,edit', 'moderatenew', 70, 1, 'vbulletin'), (13, 'admincalendar', 'add,edit', 'daterange', 75, 1, 'vbulletin'), (14, 'admincalendar', 'add,edit', 'default', 76, 1, 'vbulletin'), (15, 'admincalendar', 'add,edit', 'startofweek', 80, 1, 'vbulletin'), (16, 'admincalendar', 'add,edit', 'cutoff', 90, 1, 'vbulletin'), (17, 'admincalendar', 'add,edit', 'eventcount', 100, 1, 'vbulletin'), (18, 'admincalendar', 'add,edit', 'birthdaycount', 110, 1, 'vbulletin'), (19, 'admincalendar', 'add,edit', 'showbirthdays', 120, 1, 'vbulletin'), (20, 'admincalendar', 'add,edit', 'showholidays', 130, 1, 'vbulletin'), (21, 'admincalendar', 'add,edit', 'holidays', 135, 1, 'vbulletin'), (22, 'admincalendar', 'add,edit', 'showweekends', 140, 1, 'vbulletin'), (23, 'admincalendar', 'add,edit', 'showupcoming', 145, 1, 'vbulletin'), (24, 'admincalendar', 'add,edit', 'allowhtml', 150, 1, 'vbulletin'), (25, 'admincalendar', 'add,edit', 'allowbbcode', 160, 1, 'vbulletin'), (26, 'admincalendar', 'add,edit', 'allowimgcode', 170, 1, 'vbulletin'), (27, 'admincalendar', 'add,edit', 'allowsmilies', 180, 1, 'vbulletin'), (28, 'admincalendar', 'addcustom', '', 1, 1, 'vbulletin'), (29, 'admincalendar', 'addcustom', 'title', 20, 1, 'vbulletin'), (30, 'admincalendar', 'addcustom', 'description', 25, 1, 'vbulletin'), (31, 'admincalendar', 'addcustom', 'options', 30, 1, 'vbulletin'), (32, 'admincalendar', 'addcustom', 'allowentry', 40, 1, 'vbulletin'), (33, 'admincalendar', 'addcustom', 'length', 50, 1, 'vbulletin'), (34, 'admincalendar', 'addcustom', 'required', 60, 1, 'vbulletin'), (35, 'admincalendar', 'addmod', '', 1, 1, 'vbulletin'), (36, 'admincalendar', 'addmod', 'modusername', 30, 1, 'vbulletin'), (37, 'admincalendar', 'addmod,editmod', 'calendarid', 20, 1, 'vbulletin'), (38, 'admincalendar', 'addmod,editmod', 'caneditevents', 40, 1, 'vbulletin'), (39, 'admincalendar', 'addmod,editmod', 'candeleteevents', 50, 1, 'vbulletin'), (40, 'admincalendar', 'addmod,editmod', 'canmoveevents', 55, 1, 'vbulletin'), (41, 'admincalendar', 'addmod,editmod', 'canmoderateevents', 60, 1, 'vbulletin'), (42, 'admincalendar', 'addmod,editmod', 'canviewips', 70, 1, 'vbulletin'), (43, 'admincalendar', 'deletecustom', '', 1, 1, 'vbulletin'), (44, 'admincalendar', 'edit', '', 1, 1, 'vbulletin'), (45, 'admincalendar', 'editmod', '', 1, 1, 'vbulletin'), (46, 'admincalendar', 'modify', '', 1, 1, 'vbulletin'), (47, 'admincalendar', 'modifyholiday', '', 1, 1, 'vbulletin'), (48, 'admincalendar', 'remove', '', 1, 1, 'vbulletin'), (49, 'admincalendar', 'removeholiday', '', 1, 1, 'vbulletin'), (50, 'admincalendar', 'removemod', '', 1, 1, 'vbulletin'), (51, 'admincalendar', 'updateholiday', '', 1, 1, 'vbulletin'), (52, 'admincalendar', 'updateholiday', 'description', 1, 1, 'vbulletin'), (53, 'admincalendar', 'updateholiday', 'varname', 10, 1, 'vbulletin'), (54, 'admincalendar', 'updateholiday', 'title', 20, 1, 'vbulletin'), (55, 'admincalendar', 'updateholiday', 'event', 30, 1, 'vbulletin'), (56, 'admincalendar', 'updateholiday', 'recurring', 40, 1, 'vbulletin'), (57, 'admincalendar', 'updateholiday', 'allowsmilies', 50, 1, 'vbulletin'), (58, 'admininfraction', '', '', 1, 1, 'vbulletin'), (59, 'admininfraction', 'editbangroup', 'amount', 10, 1, 'vbulletin'), (60, 'admininfraction', 'editbangroup', 'method', 20, 1, 'vbulletin'), (61, 'admininfraction', 'editbangroup', 'usergroupid', 30, 1, 'vbulletin'), (62, 'admininfraction', 'editbangroup', 'banusergroupid', 50, 1, 'vbulletin'), (63, 'admininfraction', 'editbangroup', 'period', 60, 1, 'vbulletin'), (64, 'admininfraction', 'editgroup', '', 1, 1, 'vbulletin'), (65, 'admininfraction', 'editgroup', 'override', 1, 1, 'vbulletin'), (66, 'admininfraction', 'editgroup', 'pointlevel', 2, 1, 'vbulletin'), (67, 'admininfraction', 'editgroup', 'usergroupid', 10, 1, 'vbulletin'), (68, 'admininfraction', 'editgroup', 'orusergroupid', 30, 1, 'vbulletin'), (69, 'admininfraction', 'editlevel', 'title', 1, 1, 'vbulletin'), (70, 'admininfraction', 'editlevel', 'expires', 5, 1, 'vbulletin'), (71, 'admininfraction', 'editlevel', 'points', 7, 1, 'vbulletin'), (72, 'admininfraction', 'editlevel', 'warning', 10, 1, 'vbulletin'), (73, 'admininfraction', 'editlevel', 'extend', 15, 1, 'vbulletin'), (74, 'admininfraction', 'modify', '', 1, 1, 'vbulletin'), (75, 'adminlog', '', '', 1, 1, 'vbulletin'), (76, 'adminlog', 'choose', '', 1, 1, 'vbulletin'), (77, 'adminlog', 'choose', 'perpage', 20, 1, 'vbulletin'), (78, 'adminlog', 'choose', 'script', 30, 1, 'vbulletin'), (79, 'adminlog', 'choose', 'userid', 40, 1, 'vbulletin'), (80, 'adminlog', 'choose', 'orderby', 50, 1, 'vbulletin'), (81, 'adminlog', 'choose', 'pscript', 60, 1, 'vbulletin'), (82, 'adminlog', 'choose', 'puserid', 70, 1, 'vbulletin'), (83, 'adminlog', 'choose', 'daysprune', 80, 1, 'vbulletin'), (84, 'adminlog', 'prunelog', '', 1, 1, 'vbulletin'), (85, 'adminlog', 'resolveip', '', 2, 1, 'vbulletin'), (86, 'adminlog', 'restrict', '', 1, 1, 'vbulletin'), (87, 'adminlog', 'view', '', 1, 1, 'vbulletin'), (88, 'adminpermissions', '', '', 1, 1, 'vbulletin'), (89, 'adminpermissions', 'edit', '', 1, 1, 'vbulletin'), (90, 'adminpermissions', 'edit', 'canadminmodlog', 1, 1, 'vbulletin'), (91, 'adminpermissions', 'edit', 'dismissednews', 1, 1, 'vbulletin'), (92, 'adminpermissions', 'edit', 'canadminsettings', 20, 1, 'vbulletin'), (93, 'adminpermissions', 'edit', 'canadminstyles', 30, 1, 'vbulletin'), (94, 'adminpermissions', 'edit', 'canadminlanguages', 40, 1, 'vbulletin'), (95, 'adminpermissions', 'edit', 'canadminforums', 50, 1, 'vbulletin'), (96, 'adminpermissions', 'edit', 'canadminthreads', 60, 1, 'vbulletin'), (97, 'adminpermissions', 'edit', 'canadmincalendars', 70, 1, 'vbulletin'), (98, 'adminpermissions', 'edit', 'canadminusers', 80, 1, 'vbulletin'), (99, 'adminpermissions', 'edit', 'canadminfaq', 90, 1, 'vbulletin'), (100, 'adminpermissions', 'edit', 'canadminpermissions', 90, 1, 'vbulletin'), (101, 'adminpermissions', 'edit', 'canadminimages', 100, 1, 'vbulletin'), (102, 'adminpermissions', 'edit', 'canadminbbcodes', 110, 1, 'vbulletin'), (103, 'adminpermissions', 'edit', 'canadmincron', 120, 1, 'vbulletin'), (104, 'adminpermissions', 'edit', 'canadminmaintain', 130, 1, 'vbulletin'), (105, 'adminpermissions', 'edit', 'canadminplugins', 135, 1, 'vbulletin'), (106, 'adminpermissions', 'edit', 'canadminnotices', 136, 1, 'vbulletin'), (107, 'adminpermissions', 'edit', 'cssprefs', 140, 1, 'vbulletin'), (108, 'adminpermissions', 'modify', '', 1, 1, 'vbulletin'), (109, 'adminreputation', '', '', 1, 1, 'vbulletin'), (110, 'adminreputation', 'add', '', 1, 1, 'vbulletin'), (111, 'adminreputation', 'add,edit', 'level', 10, 1, 'vbulletin'), (112, 'adminreputation', 'add,edit', 'minimumreputation', 20, 1, 'vbulletin'), (113, 'adminreputation', 'deletereputation', '', 1, 1, 'vbulletin'), (114, 'adminreputation', 'dolist', '', 1, 1, 'vbulletin'), (115, 'adminreputation', 'edit', '', 1, 1, 'vbulletin'), (116, 'adminreputation', 'editreputation', '', 1, 1, 'vbulletin'), (117, 'adminreputation', 'editreputation', 'reason', 10, 1, 'vbulletin'), (118, 'adminreputation', 'editreputation', 'reputation', 20, 1, 'vbulletin'), (119, 'adminreputation', 'list', '', 1, 1, 'vbulletin'), (120, 'adminreputation', 'list,dolist', 'leftfor', 10, 1, 'vbulletin'), (121, 'adminreputation', 'list,dolist', 'leftby', 20, 1, 'vbulletin'), (122, 'adminreputation', 'list,dolist', 'start', 30, 1, 'vbulletin'), (123, 'adminreputation', 'list,dolist', 'end', 40, 1, 'vbulletin'), (124, 'adminreputation', 'modify', '', 1, 1, 'vbulletin'), (125, 'adminreputation', 'remove', '', 1, 1, 'vbulletin'), (126, 'album', 'storage', '', 1, 1, 'vbulletin'), (127, 'album', 'switchtype', 'album_picpath', 1, 1, 'vbulletin'), (128, 'album', 'switchtype', 'album_thumbpath', 1, 1, 'vbulletin'), (129, 'album', 'switchtype', 'album_thumburl', 1, 1, 'vbulletin'), (130, 'album', 'thumb', 'perpage', 1, 1, 'vbulletin'), (131, 'album', 'thumb', 'quality', 1, 1, 'vbulletin'), (132, 'announcement', '', '', 1, 1, 'vbulletin'), (133, 'announcement', 'add', '', 1, 1, 'vbulletin'), (134, 'announcement', 'add', 'signature', 120, 1, 'vbulletin'), (135, 'announcement', 'add,edit', 'forumid', 20, 1, 'vbulletin'), (136, 'announcement', 'add,edit', 'title', 30, 1, 'vbulletin'), (137, 'announcement', 'add,edit', 'startdate', 40, 1, 'vbulletin'), (138, 'announcement', 'add,edit', 'enddate', 50, 1, 'vbulletin'), (139, 'announcement', 'add,edit', 'pagetext', 60, 1, 'vbulletin'), (140, 'announcement', 'add,edit', 'allowbbcode', 70, 1, 'vbulletin'), (141, 'announcement', 'add,edit', 'allowsmilies', 80, 1, 'vbulletin'), (142, 'announcement', 'add,edit', 'allowhtml', 90, 1, 'vbulletin'), (143, 'announcement', 'add,edit', 'parseurl', 110, 1, 'vbulletin'), (144, 'announcement', 'edit', '', 1, 1, 'vbulletin'), (145, 'announcement', 'edit', 'reset_views', 100, 1, 'vbulletin'), (146, 'announcement', 'modify', '', 1, 1, 'vbulletin'), (147, 'announcement', 'remove', '', 1, 1, 'vbulletin'), (148, 'attachment', '', '', 1, 1, 'vbulletin'), (149, 'attachment', 'delete', '', 1, 1, 'vbulletin'), (150, 'attachment', 'edit', '', 1, 1, 'vbulletin'), (151, 'attachment', 'edit', 'upload', 1, 1, 'vbulletin'), (152, 'attachment', 'edit', 'url', 1, 1, 'vbulletin'), (153, 'attachment', 'edit', 'a_filename', 20, 1, 'vbulletin'), (154, 'attachment', 'edit', 'a_counter', 30, 1, 'vbulletin'), (155, 'attachment', 'edit', 'a_visible', 40, 1, 'vbulletin'), (156, 'attachment', 'intro', '', 1, 1, 'vbulletin'), (157, 'attachment', 'intro', 'prunedate', 10, 1, 'vbulletin'), (158, 'attachment', 'intro', 'filename', 15, 1, 'vbulletin'), (159, 'attachment', 'intro', 'attachedby', 20, 1, 'vbulletin'), (160, 'attachment', 'intro', 'datelinebefore', 30, 1, 'vbulletin'), (161, 'attachment', 'intro', 'datelineafter', 40, 1, 'vbulletin'), (162, 'attachment', 'intro', 'downloadsmore', 50, 1, 'vbulletin'), (163, 'attachment', 'intro', 'downloadsless', 60, 1, 'vbulletin'), (164, 'attachment', 'intro', 'sizemore', 70, 1, 'vbulletin'), (165, 'attachment', 'intro', 'sizeless', 80, 1, 'vbulletin'), (166, 'attachment', 'intro', 'visible', 90, 1, 'vbulletin'), (167, 'attachment', 'intro', 'orderby', 100, 1, 'vbulletin'), (168, 'attachment', 'intro', 'results', 110, 1, 'vbulletin'), (169, 'attachment', 'massdelete', '', 1, 1, 'vbulletin'), (170, 'attachment', 'removetype', '', 1, 1, 'vbulletin'), (171, 'attachment', 'search', '', 1, 1, 'vbulletin'), (172, 'attachment', 'stats', '', 1, 1, 'vbulletin'), (173, 'attachment', 'storage,switchtype', '', 1, 1, 'vbulletin'), (174, 'attachment', 'switchtype', 'attachpath', 1, 1, 'vbulletin'), (175, 'attachment', 'types', '', 1, 1, 'vbulletin'), (176, 'attachment', 'updatetype', '', 1, 1, 'vbulletin'), (177, 'attachment', 'updatetype', 'extension', 10, 1, 'vbulletin'), (178, 'attachment', 'updatetype', 'size', 20, 1, 'vbulletin'), (179, 'attachment', 'updatetype', 'height', 30, 1, 'vbulletin'), (180, 'attachment', 'updatetype', 'width', 40, 1, 'vbulletin'), (181, 'attachment', 'updatetype', 'mimetype', 50, 1, 'vbulletin'), (182, 'attachment', 'updatetype', 'enabled', 60, 1, 'vbulletin'), (183, 'attachment', 'updatetype', 'newwindow', 70, 1, 'vbulletin'), (184, 'attachmentpermission', 'edit', 'height', 1, 1, 'vbulletin'), (185, 'attachmentpermission', 'edit', 'size', 1, 1, 'vbulletin'), (186, 'attachmentpermission', 'edit', 'useextension', 1, 1, 'vbulletin'), (187, 'attachmentpermission', 'edit', 'width', 1, 1, 'vbulletin'), (188, 'avatar', '', '', 1, 1, 'vbulletin'), (189, 'avatar', 'storage,switchtype', '', 1, 1, 'vbulletin'), (190, 'avatar', 'switchtype', 'avatarpath', 1, 1, 'vbulletin'), (191, 'avatar', 'switchtype', 'avatarurl', 1, 1, 'vbulletin'), (192, 'avatar', 'switchtype', 'profilepicpath', 1, 1, 'vbulletin'), (193, 'avatar', 'switchtype', 'profilepicurl', 1, 1, 'vbulletin'), (194, 'backup', '', '', 1, 1, 'vbulletin'), (195, 'backup', 'choose', '', 1, 1, 'vbulletin'), (196, 'backup', 'choose', 'filename', 10, 1, 'vbulletin'), (197, 'backup', 'choose', 'table', 20, 1, 'vbulletin'), (198, 'backup', 'choose', 'separator', 30, 1, 'vbulletin'), (199, 'backup', 'choose', 'quotes', 40, 1, 'vbulletin'), (200, 'backup', 'choose', 'showhead', 50, 1, 'vbulletin'), (201, 'backup', 'mysqldump', '', 1, 1, 'vbulletin'), (202, 'banning', '', '', 1, 1, 'vbulletin'), (203, 'banning', 'banuser', '', 1, 1, 'vbulletin'), (204, 'banning', 'banuser', 'username', 10, 1, 'vbulletin'), (205, 'banning', 'banuser', 'usergroupid', 20, 1, 'vbulletin'), (206, 'banning', 'banuser', 'period', 30, 1, 'vbulletin'), (207, 'banning', 'banuser,editreason', 'reason', 40, 1, 'vbulletin'), (208, 'banning', 'modify', '', 1, 1, 'vbulletin'), (209, 'bbcode', '', '', 1, 1, 'vbulletin'), (210, 'bbcode', 'add', '', 1, 1, 'vbulletin'), (211, 'bbcode', 'add,edit', 'title', 10, 1, 'vbulletin'), (212, 'bbcode', 'add,edit', 'bbcodetag', 20, 1, 'vbulletin'), (213, 'bbcode', 'add,edit', 'bbcodereplacement', 30, 1, 'vbulletin'), (214, 'bbcode', 'add,edit', 'bbcodeexample', 50, 1, 'vbulletin'), (215, 'bbcode', 'add,edit', 'bbcodeexplanation', 60, 1, 'vbulletin'), (216, 'bbcode', 'add,edit', 'twoparams', 70, 1, 'vbulletin'), (217, 'bbcode', 'add,edit', 'buttonimage', 80, 1, 'vbulletin'), (218, 'bbcode', 'add,edit', 'strip_empty', 90, 1, 'vbulletin'), (219, 'bbcode', 'add,edit', 'stop_parse', 100, 1, 'vbulletin'), (220, 'bbcode', 'add,edit', 'disable_smilies', 110, 1, 'vbulletin'), (221, 'bbcode', 'add,edit', 'disable_wordwrap', 120, 1, 'vbulletin'), (222, 'bbcode', 'edit', '', 1, 1, 'vbulletin'), (223, 'bbcode', 'modify', '', 1, 1, 'vbulletin'), (224, 'bbcode', 'modify', 'text', 20, 1, 'vbulletin'), (225, 'bbcode', 'remove', '', 1, 1, 'vbulletin'), (226, 'bookmarksite', 'add,edit', 'active', 1, 1, 'vbulletin'), (227, 'bookmarksite', 'add,edit', 'displayorder', 1, 1, 'vbulletin'), (228, 'bookmarksite', 'add,edit', 'iconpath', 1, 1, 'vbulletin'), (229, 'bookmarksite', 'add,edit', 'title', 1, 1, 'vbulletin'), (230, 'bookmarksite', 'add,edit', 'url', 1, 1, 'vbulletin'), (231, 'bookmarksite', 'modify', '', 1, 1, 'vbulletin'), (232, 'calendarpermission', '', '', 1, 1, 'vbulletin'), (233, 'calendarpermission', 'edit', '', 1, 1, 'vbulletin'), (234, 'calendarpermission', 'edit', 'mode', 20, 1, 'vbulletin'), (235, 'calendarpermission', 'edit', 'canviewcalendar', 30, 1, 'vbulletin'), (236, 'calendarpermission', 'edit', 'canpostevent', 40, 1, 'vbulletin'), (237, 'calendarpermission', 'edit', 'caneditevent', 50, 1, 'vbulletin'), (238, 'calendarpermission', 'edit', 'candeleteevent', 60, 1, 'vbulletin'), (239, 'calendarpermission', 'edit', 'canviewothersevent', 70, 1, 'vbulletin'), (240, 'calendarpermission', 'edit', 'isnotmoderated', 80, 1, 'vbulletin'), (241, 'calendarpermission', 'modify', '', 1, 1, 'vbulletin'), (242, 'cronadmin', '', '', 1, 1, 'vbulletin'), (243, 'cronadmin', 'add', '', 1, 1, 'vbulletin'), (244, 'cronadmin', 'add,edit', 'active', 1, 1, 'vbulletin'), (245, 'cronadmin', 'add,edit', 'description', 1, 1, 'vbulletin'), (246, 'cronadmin', 'add,edit', 'varname', 2, 1, 'vbulletin'), (247, 'cronadmin', 'add,edit', 'logphrase', 3, 1, 'vbulletin'), (248, 'cronadmin', 'add,edit', 'title', 10, 1, 'vbulletin'), (249, 'cronadmin', 'add,edit', 'weekday', 20, 1, 'vbulletin'), (250, 'cronadmin', 'add,edit', 'day', 30, 1, 'vbulletin'), (251, 'cronadmin', 'add,edit', 'hour', 40, 1, 'vbulletin'), (252, 'cronadmin', 'add,edit', 'minute', 50, 1, 'vbulletin'), (253, 'cronadmin', 'add,edit', 'loglevel', 60, 1, 'vbulletin'), (254, 'cronadmin', 'add,edit', 'filename', 70, 1, 'vbulletin'), (255, 'cronadmin', 'edit', '', 1, 1, 'vbulletin'), (256, 'cronadmin', 'edit', 'product', 1, 1, 'vbulletin'), (257, 'cronadmin', 'modify', '', 1, 1, 'vbulletin'), (258, 'cronadmin', 'remove', '', 1, 1, 'vbulletin'), (259, 'cronlog', '', '', 1, 1, 'vbulletin'), (260, 'cronlog', 'choose', '', 1, 1, 'vbulletin'), (261, 'cronlog', 'choose', 'perpage', 20, 1, 'vbulletin'), (262, 'cronlog', 'choose', 'varname', 30, 1, 'vbulletin'), (263, 'cronlog', 'choose', 'orderby', 40, 1, 'vbulletin'), (264, 'cronlog', 'choose', 'daysprune', 60, 1, 'vbulletin'), (265, 'cronlog', 'prunelog', '', 1, 1, 'vbulletin'), (266, 'cronlog', 'view', '', 1, 1, 'vbulletin'), (267, 'css', '', '', 1, 1, 'vbulletin'), (268, 'css', 'doedit', '', 1, 1, 'vbulletin'), (269, 'css', 'doedit', 'header', 10, 1, 'vbulletin'), (270, 'css', 'doedit', 'headinclude', 20, 1, 'vbulletin'), (271, 'css', 'doedit', 'footer', 30, 1, 'vbulletin'), (272, 'css', 'doedit', 'outertablewidth', 60, 1, 'vbulletin'), (273, 'css', 'doedit', 'spacersize', 70, 1, 'vbulletin'), (274, 'css', 'doedit', 'outerborderwidth', 80, 1, 'vbulletin'), (275, 'css', 'doedit', 'cellspacing', 90, 1, 'vbulletin'), (276, 'css', 'doedit', 'cellpadding', 100, 1, 'vbulletin'), (277, 'css', 'doedit', 'formspacer', 110, 1, 'vbulletin'), (278, 'css', 'doedit', 'formwidth', 120, 1, 'vbulletin'), (279, 'css', 'doedit', 'formwidth_usercp', 130, 1, 'vbulletin'), (280, 'css', 'doedit', 'messagewidth', 140, 1, 'vbulletin'), (281, 'css', 'doedit', 'messagewidth_usercp', 150, 1, 'vbulletin'), (282, 'css', 'doedit', 'codeblockwidth', 160, 1, 'vbulletin'), (283, 'css', 'doedit', 'titleimage', 170, 1, 'vbulletin'), (284, 'css', 'doedit', 'imgdir_button', 180, 1, 'vbulletin'), (285, 'css', 'doedit', 'imgdir_statusicon', 190, 1, 'vbulletin'), (286, 'css', 'doedit', 'imgdir_attach', 200, 1, 'vbulletin'), (287, 'css', 'doedit', 'imgdir_misc', 210, 1, 'vbulletin'), (288, 'css', 'doedit', 'imgdir_editor', 220, 1, 'vbulletin'), (289, 'css', 'doedit', 'imgdir_poll', 230, 1, 'vbulletin'), (290, 'css', 'doedit', 'imgdir_rating', 240, 1, 'vbulletin'), (291, 'css', 'doedit', 'htmldoctype', 250, 1, 'vbulletin'), (292, 'css', 'doedit', 'imgdir_reputation', 250, 1, 'vbulletin'), (293, 'diagnostic', '', '', 1, 1, 'vbulletin'), (294, 'diagnostic', 'domail', '', 1, 1, 'vbulletin'), (295, 'diagnostic', 'dosysinfo', '', 1, 1, 'vbulletin'), (296, 'diagnostic', 'doupload', '', 1, 1, 'vbulletin'), (297, 'diagnostic', 'doversion', '', 1, 1, 'vbulletin'), (298, 'diagnostic', 'list', '', 1, 1, 'vbulletin'), (299, 'diagnostic', 'list', 'attachfile', 20, 1, 'vbulletin'), (300, 'diagnostic', 'list', 'emailaddress', 20, 1, 'vbulletin'), (301, 'diagnostic', 'list', 'type', 20, 1, 'vbulletin'), (302, 'diagnostic', 'payments', '', 1, 1, 'vbulletin'), (303, 'email', '', '', 1, 1, 'vbulletin'), (304, 'email', 'genlist', '', 1, 1, 'vbulletin'), (305, 'email', 'genlist', 'septext', 20, 1, 'vbulletin'), (306, 'email', 'genlist,start', 'username', 70, 1, 'vbulletin'), (307, 'email', 'genlist,start', 'usergroupid', 90, 1, 'vbulletin'), (308, 'email', 'genlist,start', 'membergroup', 100, 1, 'vbulletin'), (309, 'email', 'genlist,start', 'adminemail', 105, 1, 'vbulletin'), (310, 'email', 'genlist,start', 'email', 110, 1, 'vbulletin'), (311, 'email', 'genlist,start', 'parentemail', 120, 1, 'vbulletin'), (312, 'email', 'genlist,start', 'coppauser', 130, 1, 'vbulletin'), (313, 'email', 'genlist,start', 'homepage', 140, 1, 'vbulletin'), (314, 'email', 'genlist,start', 'icq', 150, 1, 'vbulletin'), (315, 'email', 'genlist,start', 'aim', 160, 1, 'vbulletin'), (316, 'email', 'genlist,start', 'yahoo', 170, 1, 'vbulletin'), (317, 'email', 'genlist,start', 'msn', 175, 1, 'vbulletin'), (318, 'email', 'genlist,start', 'skype', 177, 1, 'vbulletin'), (319, 'email', 'genlist,start', 'signature', 180, 1, 'vbulletin'), (320, 'email', 'genlist,start', 'usertitle', 190, 1, 'vbulletin'), (321, 'email', 'genlist,start', 'joindateafter', 200, 1, 'vbulletin'), (322, 'email', 'genlist,start', 'joindatebefore', 210, 1, 'vbulletin'), (323, 'email', 'genlist,start', 'lastactivityafter', 213, 1, 'vbulletin'), (324, 'email', 'genlist,start', 'lastactivitybefore', 217, 1, 'vbulletin'), (325, 'email', 'genlist,start', 'lastpostafter', 240, 1, 'vbulletin'), (326, 'email', 'genlist,start', 'lastpostbefore', 250, 1, 'vbulletin'), (327, 'email', 'genlist,start', 'birthdayafter', 260, 1, 'vbulletin'), (328, 'email', 'genlist,start', 'birthdaybefore', 270, 1, 'vbulletin'), (329, 'email', 'genlist,start', 'postslower', 280, 1, 'vbulletin'), (330, 'email', 'genlist,start', 'postsupper', 290, 1, 'vbulletin'), (331, 'email', 'genlist,start', 'reputationlower', 300, 1, 'vbulletin'), (332, 'email', 'genlist,start', 'reputationupper', 310, 1, 'vbulletin'), (333, 'email', 'genlist,start', 'warningslower', 330, 1, 'vbulletin'), (334, 'email', 'genlist,start', 'warningsupper', 340, 1, 'vbulletin'), (335, 'email', 'genlist,start', 'infractionslower', 350, 1, 'vbulletin'), (336, 'email', 'genlist,start', 'infractionsupper', 360, 1, 'vbulletin'), (337, 'email', 'genlist,start', 'pointslower', 370, 1, 'vbulletin'), (338, 'email', 'genlist,start', 'pointsupper', 380, 1, 'vbulletin'), (339, 'email', 'genlist,start', 'useridlower', 390, 1, 'vbulletin'), (340, 'email', 'genlist,start', 'useridupper', 395, 1, 'vbulletin'), (341, 'email', 'genlist,start', 'ipaddress', 400, 1, 'vbulletin'), (342, 'email', 'start', '', 1, 1, 'vbulletin'), (343, 'email', 'start', 'test', 20, 1, 'vbulletin'), (344, 'email', 'start', 'perpage', 30, 1, 'vbulletin'), (345, 'email', 'start', 'from', 40, 1, 'vbulletin'), (346, 'email', 'start', 'subject', 50, 1, 'vbulletin'), (347, 'email', 'start', 'message', 60, 1, 'vbulletin'), (348, 'faq', '', '', 1, 1, 'vbulletin'), (349, 'faq', 'add', '', 1, 1, 'vbulletin'), (350, 'faq', 'add', 'product', 1, 1, 'vbulletin'), (351, 'faq', 'add', 'faq', 5, 1, 'vbulletin'), (352, 'faq', 'add,edit', 'faqparent', 10, 1, 'vbulletin'), (353, 'faq', 'add,edit', 'deftitle', 20, 1, 'vbulletin'), (354, 'faq', 'add,edit', 'deftext', 30, 1, 'vbulletin'), (355, 'faq', 'add,edit', 'displayorder', 40, 1, 'vbulletin'), (356, 'faq', 'add,edit', '1', 60, 1, 'vbulletin'), (357, 'faq', 'delete', '', 1, 1, 'vbulletin'), (358, 'faq', 'edit', '', 1, 1, 'vbulletin'), (359, 'faq', 'modify', '', 1, 1, 'vbulletin'), (360, 'forum', '', '', 1, 1, 'vbulletin'), (361, 'forum', 'add', '', 1, 1, 'vbulletin'), (362, 'forum', 'add,edit', 'title', 20, 1, 'vbulletin'), (363, 'forum', 'add,edit', 'description', 30, 1, 'vbulletin'), (364, 'forum', 'add,edit', 'link', 40, 1, 'vbulletin'), (365, 'forum', 'add,edit', 'displayorder', 50, 1, 'vbulletin'), (366, 'forum', 'add,edit', 'parentid', 60, 1, 'vbulletin'), (367, 'forum', 'add,edit', 'daysprune', 70, 1, 'vbulletin'), (368, 'forum', 'add,edit', 'defaultsortfield', 72, 1, 'vbulletin'), (369, 'forum', 'add,edit', 'defaultsortorder', 73, 1, 'vbulletin'), (370, 'forum', 'add,edit', 'showprivate', 75, 1, 'vbulletin'), (371, 'forum', 'add,edit', 'newpostemail', 80, 1, 'vbulletin'), (372, 'forum', 'add,edit', 'newthreademail', 90, 1, 'vbulletin'), (373, 'forum', 'add,edit', 'moderatenewpost', 100, 1, 'vbulletin'), (374, 'forum', 'add,edit', 'moderatenewthread', 105, 1, 'vbulletin'), (375, 'forum', 'add,edit', 'moderateattach', 110, 1, 'vbulletin'), (376, 'forum', 'add,edit', 'styleid', 120, 1, 'vbulletin'), (377, 'forum', 'add,edit', 'styleoverride', 130, 1, 'vbulletin'), (378, 'forum', 'add,edit', 'imageprefix', 140, 1, 'vbulletin'), (379, 'forum', 'add,edit', 'password', 150, 1, 'vbulletin'), (380, 'forum', 'add,edit', 'canhavepassword', 170, 1, 'vbulletin'), (381, 'forum', 'add,edit', 'cancontainthreads', 180, 1, 'vbulletin'), (382, 'forum', 'add,edit', 'active', 190, 1, 'vbulletin'), (383, 'forum', 'add,edit', 'allowposting', 200, 1, 'vbulletin'), (384, 'forum', 'add,edit', 'indexposts', 210, 1, 'vbulletin'), (385, 'forum', 'add,edit', 'allowhtml', 220, 1, 'vbulletin'), (386, 'forum', 'add,edit', 'allowbbcode', 230, 1, 'vbulletin'), (387, 'forum', 'add,edit', 'allowimages', 240, 1, 'vbulletin'), (388, 'forum', 'add,edit', 'allowsmilies', 250, 1, 'vbulletin'), (389, 'forum', 'add,edit', 'allowicons', 260, 1, 'vbulletin'), (390, 'forum', 'add,edit', 'allowratings', 270, 1, 'vbulletin'), (391, 'forum', 'add,edit', 'countposts', 280, 1, 'vbulletin'), (392, 'forum', 'add,edit', 'showonforumjump', 290, 1, 'vbulletin'), (393, 'forum', 'add,edit', 'prefixset', 300, 1, 'vbulletin'), (394, 'forum', 'add,edit', 'prefixrequired', 310, 1, 'vbulletin'), (395, 'forum', 'edit', '', 1, 1, 'vbulletin'), (396, 'forum', 'edit', 'applypwdtochild', 160, 1, 'vbulletin'), (397, 'forum', 'modify', '', 1, 1, 'vbulletin'), (398, 'forum', 'podcast', 'author', 1, 1, 'vbulletin'), (399, 'forum', 'podcast', 'categoryid', 1, 1, 'vbulletin'), (400, 'forum', 'podcast', 'enabled', 1, 1, 'vbulletin'), (401, 'forum', 'podcast', 'explicit', 1, 1, 'vbulletin'), (402, 'forum', 'podcast', 'image', 1, 1, 'vbulletin'), (403, 'forum', 'podcast', 'keywords', 1, 1, 'vbulletin'), (404, 'forum', 'podcast', 'owneremail', 1, 1, 'vbulletin'), (405, 'forum', 'podcast', 'ownername', 1, 1, 'vbulletin'), (406, 'forum', 'podcast', 'subtitle', 1, 1, 'vbulletin'), (407, 'forum', 'podcast', 'summary', 1, 1, 'vbulletin'), (408, 'forum', 'remove', '', 1, 1, 'vbulletin'), (409, 'forumpermission', '', '', 1, 1, 'vbulletin'), (410, 'forumpermission', 'duplicate', '', 1, 1, 'vbulletin'), (411, 'forumpermission', 'duplicate', 'ugid_from', 10, 1, 'vbulletin'), (412, 'forumpermission', 'duplicate', 'usergrouplist', 20, 1, 'vbulletin'), (413, 'forumpermission', 'duplicate', 'limitforumid', 30, 1, 'vbulletin'), (414, 'forumpermission', 'duplicate', 'overwritedupes_group', 40, 1, 'vbulletin'), (415, 'forumpermission', 'duplicate', 'overwriteinherited_group', 50, 1, 'vbulletin'), (416, 'forumpermission', 'duplicate', 'forumid_from', 60, 1, 'vbulletin'), (417, 'forumpermission', 'duplicate', 'forumlist', 70, 1, 'vbulletin'), (418, 'forumpermission', 'duplicate', 'overwritedupes_forum', 80, 1, 'vbulletin'), (419, 'forumpermission', 'duplicate', 'overwriteinherited_forum', 90, 1, 'vbulletin'), (420, 'forumpermission', 'edit', '', 1, 1, 'vbulletin'), (421, 'forumpermission', 'edit', 'mode', 20, 1, 'vbulletin'), (422, 'forumpermission', 'edit,quickforum', 'canview', 30, 1, 'vbulletin'), (423, 'forumpermission', 'edit,quickforum', 'canviewthreads', 35, 1, 'vbulletin'), (424, 'forumpermission', 'edit,quickforum', 'canviewothers', 40, 1, 'vbulletin'), (425, 'forumpermission', 'edit,quickforum', 'canseedelnotice', 45, 1, 'vbulletin'), (426, 'forumpermission', 'edit,quickforum', 'cansearch', 50, 1, 'vbulletin'), (427, 'forumpermission', 'edit,quickforum', 'canemail', 60, 1, 'vbulletin'), (428, 'forumpermission', 'edit,quickforum', 'cangetattachment', 70, 1, 'vbulletin'), (429, 'forumpermission', 'edit,quickforum', 'canpostnew', 80, 1, 'vbulletin'), (430, 'forumpermission', 'edit,quickforum', 'canreplyown', 90, 1, 'vbulletin'), (431, 'forumpermission', 'edit,quickforum', 'canreplyothers', 100, 1, 'vbulletin'), (432, 'forumpermission', 'edit,quickforum', 'followforummoderation', 110, 1, 'vbulletin'), (433, 'forumpermission', 'edit,quickforum', 'canpostattachment', 120, 1, 'vbulletin'), (434, 'forumpermission', 'edit,quickforum', 'cantagown', 120, 1, 'vbulletin'), (435, 'forumpermission', 'edit,quickforum', 'cantagothers', 130, 1, 'vbulletin'), (436, 'forumpermission', 'edit,quickforum', 'candeletetagown', 140, 1, 'vbulletin'), (437, 'forumpermission', 'edit,quickforum', 'canthreadrate', 140, 1, 'vbulletin'), (438, 'forumpermission', 'edit,quickforum', 'caneditpost', 150, 1, 'vbulletin'), (439, 'forumpermission', 'edit,quickforum', 'candeletepost', 160, 1, 'vbulletin'), (440, 'forumpermission', 'edit,quickforum', 'canmove', 170, 1, 'vbulletin'), (441, 'forumpermission', 'edit,quickforum', 'canopenclose', 180, 1, 'vbulletin'), (442, 'forumpermission', 'edit,quickforum', 'candeletethread', 190, 1, 'vbulletin'), (443, 'forumpermission', 'edit,quickforum', 'canpostpoll', 200, 1, 'vbulletin'), (444, 'forumpermission', 'edit,quickforum', 'canvote', 220, 1, 'vbulletin'), (445, 'forumpermission', 'modify', '', 1, 1, 'vbulletin'), (446, 'forumpermission', 'quickedit', '', 1, 1, 'vbulletin'), (447, 'forumpermission', 'quickeditor', '', 1, 1, 'vbulletin'), (448, 'forumpermission', 'quickforum', '', 1, 1, 'vbulletin'), (449, 'forumpermission', 'quickforum', 'forumid', 10, 1, 'vbulletin'), (450, 'forumpermission', 'quickforum', 'usergrouplist', 20, 1, 'vbulletin'), (451, 'help', 'edit', 'action', 1, 1, 'vbulletin'), (452, 'help', 'edit', 'displayorder', 1, 1, 'vbulletin'), (453, 'help', 'edit', 'optionname', 1, 1, 'vbulletin'), (454, 'help', 'edit', 'product', 1, 1, 'vbulletin'), (455, 'help', 'edit', 'script', 1, 1, 'vbulletin'), (456, 'help', 'edit', 'text', 1, 1, 'vbulletin'), (457, 'help', 'edit', 'title', 1, 1, 'vbulletin'), (458, 'help', 'edit', 'volatile', 1, 1, 'vbulletin'), (459, 'image', '', '', 1, 1, 'vbulletin'), (460, 'image', 'add', '', 1, 1, 'vbulletin'), (461, 'image', 'add', 'imagespath', 70, 1, 'vbulletin'), (462, 'image', 'add', 'perpage', 80, 1, 'vbulletin'), (463, 'image', 'add,edit,upload', 'title', 20, 1, 'vbulletin'), (464, 'image', 'add,edit,upload', 'minimumposts', 30, 1, 'vbulletin'), (465, 'image', 'add,edit,upload', 'smilietext', 30, 1, 'vbulletin'), (466, 'image', 'add,edit,upload', 'path', 40, 1, 'vbulletin'), (467, 'image', 'add,edit,upload', 'imagecategoryid', 50, 1, 'vbulletin'), (468, 'image', 'add,edit,upload', 'displayorder', 60, 1, 'vbulletin'), (469, 'image', 'addcategory', '', 1, 1, 'vbulletin'), (470, 'image', 'addcategory,editcategory', 'title', 20, 1, 'vbulletin'), (471, 'image', 'addcategory,editcategory', 'displayorder', 30, 1, 'vbulletin'), (472, 'image', 'edit', '', 1, 1, 'vbulletin'), (473, 'image', 'editcategory', '', 1, 1, 'vbulletin'), (474, 'image', 'editpermissions', '', 1, 1, 'vbulletin'), (475, 'image', 'modify', '', 1, 1, 'vbulletin'), (476, 'image', 'remove', '', 1, 1, 'vbulletin'), (477, 'image', 'removecategory', '', 1, 1, 'vbulletin'), (478, 'image', 'upload', '', 1, 1, 'vbulletin'), (479, 'image', 'upload', 'imagefile', 20, 1, 'vbulletin'), (480, 'image', 'viewimages', '', 1, 1, 'vbulletin'), (481, 'index', 'home', '', 1, 1, 'vbulletin'), (482, 'language', '', '', 1, 1, 'vbulletin'), (483, 'language', 'add', '', 1, 1, 'vbulletin'), (484, 'language', 'add,edit_settings', 'title', 20, 1, 'vbulletin'), (485, 'language', 'add,edit_settings', 'userselect', 30, 1, 'vbulletin'), (486, 'language', 'add,edit_settings', 'direction', 50, 1, 'vbulletin'), (487, 'language', 'add,edit_settings', 'languagecode', 60, 1, 'vbulletin'), (488, 'language', 'add,edit_settings', 'charset', 70, 1, 'vbulletin'), (489, 'language', 'add,edit_settings', 'imagesoverride', 80, 1, 'vbulletin'), (490, 'language', 'add,edit_settings', 'locale', 90, 1, 'vbulletin'), (491, 'language', 'add,edit_settings', 'dateoverride', 100, 1, 'vbulletin'), (492, 'language', 'add,edit_settings', 'timeoverride', 110, 1, 'vbulletin'), (493, 'language', 'add,edit_settings', 'registereddateoverride', 120, 1, 'vbulletin'), (494, 'language', 'add,edit_settings', 'calformat1override', 130, 1, 'vbulletin'), (495, 'language', 'add,edit_settings', 'calformat2override', 140, 1, 'vbulletin'), (496, 'language', 'add,edit_settings', 'logdateoverride', 150, 1, 'vbulletin'), (497, 'language', 'add,edit_settings', 'decimalsep', 160, 1, 'vbulletin'), (498, 'language', 'add,edit_settings', 'thousandsep', 170, 1, 'vbulletin'), (499, 'language', 'add,edit_settings', 'dirmark', 180, 1, 'vbulletin'), (500, 'language', 'delete', '', 1, 1, 'vbulletin'), (501, 'language', 'edit', '', 1, 1, 'vbulletin'), (502, 'language', 'edit_settings', '', 1, 1, 'vbulletin'), (503, 'language', 'edit_settings', 'isdefault', 40, 1, 'vbulletin'), (504, 'language', 'files', '', 1, 1, 'vbulletin'), (505, 'language', 'files', 'languageid', 10, 1, 'vbulletin'), (506, 'language', 'files', 'product', 15, 1, 'vbulletin'), (507, 'language', 'files', 'filename', 20, 1, 'vbulletin'), (508, 'language', 'files', 'just_phrases', 30, 1, 'vbulletin'), (509, 'language', 'files', 'languagefile', 40, 1, 'vbulletin'), (510, 'language', 'files', 'serverfile', 50, 1, 'vbulletin'), (511, 'language', 'files', 'olanguageid', 60, 1, 'vbulletin'), (512, 'language', 'files', 'title', 70, 1, 'vbulletin'), (513, 'language', 'files', 'anyversion', 80, 1, 'vbulletin'), (514, 'language', 'modify', '', 1, 1, 'vbulletin'), (515, 'language', 'rebuild', '', 1, 1, 'vbulletin'), (516, 'misc', '', '', 1, 1, 'vbulletin'), (517, 'misc', 'chooser', '', 1, 1, 'vbulletin'), (518, 'misc', 'chooser', 'perpage', 10, 1, 'vbulletin'), (519, 'misc', 'chooser', 'startat', 20, 1, 'vbulletin'), (520, 'misc', 'chooser', 'doprocess', 30, 1, 'vbulletin'), (521, 'misc', 'chooser', 'autoredirect', 40, 1, 'vbulletin'), (522, 'misc', 'chooser', 'install', 50, 1, 'vbulletin'), (523, 'misc', 'chooser', 'renumber', 60, 1, 'vbulletin'), (524, 'misc', 'chooser', 'reputation_base', 70, 1, 'vbulletin'), (525, 'moderate', '', '', 1, 1, 'vbulletin'), (526, 'moderate', 'attachments', '', 1, 1, 'vbulletin'), (527, 'moderate', 'attachments', 'attachaction', 10, 1, 'vbulletin'), (528, 'moderate', 'events', '', 1, 1, 'vbulletin'), (529, 'moderate', 'events', 'eventsubject', 10, 1, 'vbulletin'), (530, 'moderate', 'events', 'eventtext', 20, 1, 'vbulletin'), (531, 'moderate', 'events', 'eventaction', 30, 1, 'vbulletin'), (532, 'moderate', 'posts', '', 1, 1, 'vbulletin'), (533, 'moderate', 'posts', 'threadtitle', 10, 1, 'vbulletin'), (534, 'moderate', 'posts', 'threadpagetext', 20, 1, 'vbulletin'), (535, 'moderate', 'posts', 'threadnotes', 30, 1, 'vbulletin'), (536, 'moderate', 'posts', 'threadaction', 40, 1, 'vbulletin'), (537, 'moderate', 'posts', 'posttitle', 50, 1, 'vbulletin'), (538, 'moderate', 'posts', 'postpagetext', 60, 1, 'vbulletin'), (539, 'moderate', 'posts', 'postaction', 70, 1, 'vbulletin'), (540, 'moderator', '', '', 1, 1, 'vbulletin'), (541, 'moderator', 'add', '', 1, 1, 'vbulletin'), (542, 'moderator', 'add', 'usergroupid', 30, 1, 'vbulletin'), (543, 'moderator', 'add', 'membergroupids', 40, 1, 'vbulletin'), (544, 'moderator', 'add,edit', 'forumid', 10, 1, 'vbulletin'), (545, 'moderator', 'add,edit', 'modusername', 20, 1, 'vbulletin'), (546, 'moderator', 'add,edit,editglobal', 'candeletealbumpicture', 1, 1, 'vbulletin'), (547, 'moderator', 'add,edit,editglobal', 'candeletepicturecomments', 1, 1, 'vbulletin'), (548, 'moderator', 'add,edit,editglobal', 'caneditpicturecomments', 1, 1, 'vbulletin'), (549, 'moderator', 'add,edit,editglobal', 'canmoderatepicturecomments', 1, 1, 'vbulletin'), (550, 'moderator', 'add,edit,editglobal', 'canmoderatepictures', 1, 1, 'vbulletin'), (551, 'moderator', 'add,edit,editglobal', 'canremovepicturecomments', 1, 1, 'vbulletin'), (552, 'moderator', 'add,edit,editglobal', 'caneditposts', 50, 1, 'vbulletin'), (553, 'moderator', 'add,edit,editglobal', 'candeleteposts', 60, 1, 'vbulletin'), (554, 'moderator', 'add,edit,editglobal', 'canremoveposts', 70, 1, 'vbulletin'), (555, 'moderator', 'add,edit,editglobal', 'canopenclose', 80, 1, 'vbulletin'), (556, 'moderator', 'add,edit,editglobal', 'caneditthreads', 90, 1, 'vbulletin'), (557, 'moderator', 'add,edit,editglobal', 'canmanagethreads', 100, 1, 'vbulletin'), (558, 'moderator', 'add,edit,editglobal', 'caneditpoll', 110, 1, 'vbulletin'), (559, 'moderator', 'add,edit,editglobal', 'canannounce', 120, 1, 'vbulletin'), (560, 'moderator', 'add,edit,editglobal', 'canmoderateposts', 130, 1, 'vbulletin'), (561, 'moderator', 'add,edit,editglobal', 'canmoderateattachments', 140, 1, 'vbulletin'), (562, 'moderator', 'add,edit,editglobal', 'canmassmove', 150, 1, 'vbulletin'), (563, 'moderator', 'add,edit,editglobal', 'canmassprune', 160, 1, 'vbulletin'), (564, 'moderator', 'add,edit,editglobal', 'cansetpassword', 170, 1, 'vbulletin'), (565, 'moderator', 'add,edit,editglobal', 'canviewips', 180, 1, 'vbulletin'), (566, 'moderator', 'add,edit,editglobal', 'canviewprofile', 190, 1, 'vbulletin'), (567, 'moderator', 'add,edit,editglobal', 'canbanusers', 200, 1, 'vbulletin'), (568, 'moderator', 'add,edit,editglobal', 'canunbanusers', 210, 1, 'vbulletin'), (569, 'moderator', 'add,edit,editglobal', 'caneditsigs', 220, 1, 'vbulletin'), (570, 'moderator', 'add,edit,editglobal', 'caneditavatar', 230, 1, 'vbulletin'), (571, 'moderator', 'add,edit,editglobal', 'caneditprofilepic', 240, 1, 'vbulletin'), (572, 'moderator', 'add,edit,editglobal', 'caneditreputation', 250, 1, 'vbulletin'), (573, 'moderator', 'add,edit,editglobal', 'newthreademail', 260, 1, 'vbulletin'), (574, 'moderator', 'add,edit,editglobal', 'newpostemail', 270, 1, 'vbulletin'), (575, 'moderator', 'add,edit,editglobal', 'caneditvisitormessages', 300, 1, 'vbulletin'), (576, 'moderator', 'add,edit,editglobal', 'candeletevisitormessages', 310, 1, 'vbulletin'), (577, 'moderator', 'add,edit,editglobal', 'canremovevisitormessages', 320, 1, 'vbulletin'), (578, 'moderator', 'add,edit,editglobal', 'canmoderatevisitormessages', 330, 1, 'vbulletin'), (579, 'moderator', 'add,edit,editglobal', 'caneditsocialgroups', 350, 1, 'vbulletin'), (580, 'moderator', 'add,edit,editglobal', 'candeletesocialgroups', 360, 1, 'vbulletin'), (581, 'moderator', 'add,edit,editglobal', 'caneditgroupmessages', 370, 1, 'vbulletin'), (582, 'moderator', 'add,edit,editglobal', 'candeletegroupmessages', 380, 1, 'vbulletin'), (583, 'moderator', 'add,edit,editglobal', 'canremovegroupmessages', 390, 1, 'vbulletin'), (584, 'moderator', 'add,edit,editglobal', 'canmoderategroupmessages', 400, 1, 'vbulletin'), (585, 'moderator', 'add,edit,editglobal', 'caneditalbumpicture', 450, 1, 'vbulletin'), (586, 'moderator', 'edit', '', 1, 1, 'vbulletin'), (587, 'moderator', 'remove', '', 1, 1, 'vbulletin'), (588, 'moderator', 'removeall', '', 1, 1, 'vbulletin'), (589, 'moderator', 'showlist', '', 1, 1, 'vbulletin'), (590, 'modlog', '', '', 1, 1, 'vbulletin'), (591, 'modlog', 'choose', '', 1, 1, 'vbulletin'), (592, 'modlog', 'choose', 'perpage', 10, 1, 'vbulletin'), (593, 'modlog', 'choose', 'userid', 20, 1, 'vbulletin'), (594, 'modlog', 'choose', 'orderby', 30, 1, 'vbulletin'), (595, 'modlog', 'choose', 'daysprune', 40, 1, 'vbulletin'), (596, 'modlog', 'prunelog', '', 1, 1, 'vbulletin'), (597, 'modlog', 'view', '', 1, 1, 'vbulletin'), (598, 'notice', 'add,edit', 'title', 1, 1, 'vbulletin'), (599, 'notice', 'add,edit', 'html', 4, 1, 'vbulletin'), (600, 'notice', 'add,edit', 'displayorder', 6, 1, 'vbulletin'), (601, 'notice', 'add,edit', 'active', 8, 1, 'vbulletin'), (602, 'notice', 'add,edit', 'persistent', 10, 1, 'vbulletin'), (603, 'notice', 'add,edit', 'criteria', 20, 1, 'vbulletin'), (604, 'notice', 'modify', 'tableheader', 1, 1, 'vbulletin'), (605, 'options', '', '', 1, 1, 'vbulletin'), (606, 'options', 'options', '', 1, 1, 'vbulletin'), (607, 'options', 'options', 'albums_perpage', 1, 1, 'vbulletin'), (608, 'options', 'options', 'albums_pictures_moderation', 1, 1, 'vbulletin'), (609, 'options', 'options', 'album_captionpreviewlen', 1, 1, 'vbulletin'), (610, 'options', 'options', 'album_maxpicsperalbum', 1, 1, 'vbulletin'), (611, 'options', 'options', 'album_pictures_perpage', 1, 1, 'vbulletin'), (612, 'options', 'options', 'album_thumbsize', 1, 1, 'vbulletin'), (613, 'options', 'options', 'album_uploadamount', 1, 1, 'vbulletin'), (614, 'options', 'options', 'attachresize', 1, 1, 'vbulletin'), (615, 'options', 'options', 'bounceemail', 1, 1, 'vbulletin'), (616, 'options', 'options', 'checkcoppa', 1, 1, 'vbulletin'), (617, 'options', 'options', 'errorlogemail', 1, 1, 'vbulletin'), (618, 'options', 'options', 'externalcache', 1, 1, 'vbulletin'), (619, 'options', 'options', 'externalcount', 1, 1, 'vbulletin'), (620, 'options', 'options', 'ie8render7', 1, 1, 'vbulletin'), (621, 'options', 'options', 'ipcheck', 1, 1, 'vbulletin'), (622, 'options', 'options', 'paymentemail', 1, 1, 'vbulletin'), (623, 'options', 'options', 'pc_allowed_bbcode', 1, 1, 'vbulletin'), (624, 'options', 'options', 'pc_enabled', 1, 1, 'vbulletin'), (625, 'options', 'options', 'pc_maxperpage', 1, 1, 'vbulletin'), (626, 'options', 'options', 'pc_moderation', 1, 1, 'vbulletin'), (627, 'options', 'options', 'pc_perpage', 1, 1, 'vbulletin'), (628, 'options', 'options', 'postedithistory', 1, 1, 'vbulletin'), (629, 'options', 'options', 'postimagecheck', 1, 1, 'vbulletin'), (630, 'options', 'options', 'profile_album_amount', 1, 1, 'vbulletin'), (631, 'options', 'options', 'remoteyui', 1, 1, 'vbulletin'), (632, 'options', 'options', 'rpemail', 1, 1, 'vbulletin'), (633, 'options', 'options', 'rpforumid', 1, 1, 'vbulletin'), (634, 'options', 'options', 'rpuserid', 1, 1, 'vbulletin'), (635, 'options', 'options', 'rsspodcast', 1, 1, 'vbulletin'), (636, 'options', 'options', 'sg_allowed_bbcode', 1, 1, 'vbulletin'), (637, 'options', 'options', 'sg_allow_join_to_view', 1, 1, 'vbulletin'), (638, 'options', 'options', 'sg_allow_owner_mod_queue', 1, 1, 'vbulletin'), (639, 'options', 'options', 'sg_name_maxchars', 1, 1, 'vbulletin'), (640, 'options', 'options', 'skypeweb_gfx', 1, 1, 'vbulletin'), (641, 'options', 'options', 'socialbookmarks', 1, 1, 'vbulletin'), (642, 'options', 'options', 'socnet', 1, 1, 'vbulletin'), (643, 'options', 'options', 'tagcloud_cachetime', 1, 1, 'vbulletin'), (644, 'options', 'options', 'tagcloud_levels', 1, 1, 'vbulletin'), (645, 'options', 'options', 'tagcloud_searchcloud', 1, 1, 'vbulletin'), (646, 'options', 'options', 'tagcloud_searchhistory', 1, 1, 'vbulletin'), (647, 'options', 'options', 'tagcloud_tags', 1, 1, 'vbulletin'), (648, 'options', 'options', 'tagcloud_usagehistory', 1, 1, 'vbulletin'), (649, 'options', 'options', 'tagminlen', 1, 1, 'vbulletin'), (650, 'options', 'options', 'thumbcolor', 1, 1, 'vbulletin'), (651, 'options', 'options', 'uiforumid', 1, 1, 'vbulletin'), (652, 'options', 'options', 'uimessage', 1, 1, 'vbulletin'), (653, 'options', 'options', 'usercss_allowed_fonts', 1, 1, 'vbulletin'), (654, 'options', 'options', 'usercss_allowed_padding', 1, 1, 'vbulletin'), (655, 'options', 'options', 'vm_allowed_bbcode', 1, 1, 'vbulletin'), (656, 'options', 'options', 'welcomepm', 1, 1, 'vbulletin'), (657, 'options', 'options', 'socnet_groups_msg_enabled', 10, 1, 'vbulletin'), (658, 'options', 'options', 'vb_antispam_key', 10, 1, 'vbulletin'), (659, 'options', 'options', 'bbactive', 20, 1, 'vbulletin'), (660, 'options', 'options', 'socnet_groups_albums_enabled', 20, 1, 'vbulletin'), (661, 'options', 'options', 'vb_antispam_posts', 20, 1, 'vbulletin'), (662, 'options', 'options', 'bbclosedreason', 30, 1, 'vbulletin'), (663, 'options', 'options', 'bbtitle', 40, 1, 'vbulletin'), (664, 'options', 'options', 'bburl', 50, 1, 'vbulletin'), (665, 'options', 'options', 'hometitle', 60, 1, 'vbulletin'), (666, 'options', 'options', 'homeurl', 70, 1, 'vbulletin'), (667, 'options', 'options', 'contactuslink', 80, 1, 'vbulletin'), (668, 'options', 'options', 'contactustype', 85, 1, 'vbulletin'), (669, 'options', 'options', 'contactusoptions', 90, 1, 'vbulletin'), (670, 'options', 'options', 'lightboxenabled', 100, 1, 'vbulletin'), (671, 'options', 'options', 'webmasteremail', 100, 1, 'vbulletin'), (672, 'options', 'options', 'privacyurl', 110, 1, 'vbulletin'), (673, 'options', 'options', 'copyrighttext', 120, 1, 'vbulletin'), (674, 'options', 'options', 'companyname', 130, 1, 'vbulletin'), (675, 'options', 'options', 'faxnumber', 140, 1, 'vbulletin'), (676, 'options', 'options', 'address', 160, 1, 'vbulletin'), (677, 'options', 'options', 'keywords', 170, 1, 'vbulletin'), (678, 'options', 'options', 'description', 180, 1, 'vbulletin'), (679, 'options', 'options', 'useforumjump', 190, 1, 'vbulletin'), (680, 'options', 'options', 'pagenavpages', 200, 1, 'vbulletin'), (681, 'options', 'options', 'pagenavs', 205, 1, 'vbulletin'), (682, 'options', 'options', 'enableaccess', 210, 1, 'vbulletin'), (683, 'options', 'options', 'showimicons', 220, 1, 'vbulletin'), (684, 'options', 'options', 'addtemplatename', 230, 1, 'vbulletin'), (685, 'options', 'options', 'usestrikesystem', 235, 1, 'vbulletin'), (686, 'options', 'options', 'forumleaders', 236, 1, 'vbulletin'), (687, 'options', 'options', 'allowedreferrers', 237, 1, 'vbulletin'), (688, 'options', 'options', 'threadmarking', 238, 1, 'vbulletin'), (689, 'options', 'options', 'disable_ajax', 239, 1, 'vbulletin'), (690, 'options', 'options', 'enable_inlinemod_auth', 239, 1, 'vbulletin'), (691, 'options', 'options', 'markinglimit', 239, 1, 'vbulletin'), (692, 'options', 'options', 'threadtagging', 240, 1, 'vbulletin'), (693, 'options', 'options', 'yestoday', 240, 1, 'vbulletin'), (694, 'options', 'options', 'tagmaxlen', 241, 1, 'vbulletin'), (695, 'options', 'options', 'tagmaxstarter', 242, 1, 'vbulletin'), (696, 'options', 'options', 'tagmaxthread', 242, 1, 'vbulletin'), (697, 'options', 'options', 'tagmaxuser', 244, 1, 'vbulletin'), (698, 'options', 'options', 'tagforcelower', 245, 1, 'vbulletin'), (699, 'options', 'options', 'timeoffset', 250, 1, 'vbulletin'), (700, 'options', 'options', 'dstonoff', 260, 1, 'vbulletin'), (701, 'options', 'options', 'dateformat', 270, 1, 'vbulletin'), (702, 'options', 'options', 'timeformat', 280, 1, 'vbulletin'), (703, 'options', 'options', 'registereddateformat', 290, 1, 'vbulletin'), (704, 'options', 'options', 'calformat1', 300, 1, 'vbulletin'), (705, 'options', 'options', 'calformat2', 310, 1, 'vbulletin'), (706, 'options', 'options', 'logdateformat', 315, 1, 'vbulletin'), (707, 'options', 'options', 'cookietimeout', 320, 1, 'vbulletin'), (708, 'options', 'options', 'cookiepath', 330, 1, 'vbulletin'), (709, 'options', 'options', 'cookiedomain', 340, 1, 'vbulletin'), (710, 'options', 'options', 'gzipoutput', 350, 1, 'vbulletin'), (711, 'options', 'options', 'gziplevel', 360, 1, 'vbulletin'), (712, 'options', 'options', 'addheaders', 370, 1, 'vbulletin'), (713, 'options', 'options', 'nocacheheaders', 375, 1, 'vbulletin'), (714, 'options', 'options', 'useheaderredirect', 380, 1, 'vbulletin'), (715, 'options', 'options', 'allowphpinfo', 390, 1, 'vbulletin'), (716, 'options', 'options', 'cachemaxage', 400, 1, 'vbulletin'), (717, 'options', 'options', 'threadviewslive', 410, 1, 'vbulletin'), (718, 'options', 'options', 'attachmentviewslive', 420, 1, 'vbulletin'), (719, 'options', 'options', 'emailsendnum', 430, 1, 'vbulletin'), (720, 'options', 'options', 'loadlimit', 450, 1, 'vbulletin'), (721, 'options', 'options', 'imagetype', 461, 1, 'vbulletin'), (722, 'options', 'options', 'regimagetype', 462, 1, 'vbulletin'), (723, 'options', 'options', 'magickpath', 464, 1, 'vbulletin'), (724, 'options', 'options', 'regimageoption', 465, 1, 'vbulletin'), (725, 'options', 'options', 'safeupload', 480, 1, 'vbulletin'), (726, 'options', 'options', 'tmppath', 490, 1, 'vbulletin'), (727, 'options', 'options', 'copypostindex', 493, 1, 'vbulletin'), (728, 'options', 'options', 'usemailqueue', 500, 1, 'vbulletin'), (729, 'options', 'options', 'needfromemail', 510, 1, 'vbulletin'), (730, 'options', 'options', 'languageid', 520, 1, 'vbulletin'), (731, 'options', 'options', 'styleid', 530, 1, 'vbulletin'), (732, 'options', 'options', 'allowchangestyles', 540, 1, 'vbulletin'), (733, 'options', 'options', 'cleargifurl', 550, 1, 'vbulletin'), (734, 'options', 'options', 'storecssasfile', 560, 1, 'vbulletin'), (735, 'options', 'options', 'usepopups', 570, 1, 'vbulletin'), (736, 'options', 'options', 'legacypostbit', 575, 1, 'vbulletin'), (737, 'options', 'options', 'enableemail', 580, 1, 'vbulletin'), (738, 'options', 'options', 'displayemails', 590, 1, 'vbulletin'), (739, 'options', 'options', 'secureemail', 600, 1, 'vbulletin'), (740, 'options', 'options', 'emailfloodtime', 610, 1, 'vbulletin'), (741, 'options', 'options', 'use_smtp', 611, 1, 'vbulletin'), (742, 'options', 'options', 'smtp_host', 612, 1, 'vbulletin'), (743, 'options', 'options', 'smtp_port', 613, 1, 'vbulletin'), (744, 'options', 'options', 'smtp_user', 614, 1, 'vbulletin'), (745, 'options', 'options', 'smtp_pass', 615, 1, 'vbulletin'), (746, 'options', 'options', 'smtp_tls', 616, 1, 'vbulletin'), (747, 'options', 'options', 'enablecensor', 620, 1, 'vbulletin'), (748, 'options', 'options', 'censorchar', 630, 1, 'vbulletin'), (749, 'options', 'options', 'censorwords', 640, 1, 'vbulletin'), (750, 'options', 'options', 'blankasciistrip', 650, 1, 'vbulletin'), (751, 'options', 'options', 'allowregistration', 660, 1, 'vbulletin'), (752, 'options', 'options', 'usecoppa', 670, 1, 'vbulletin'), (753, 'options', 'options', 'moderatenewmembers', 680, 1, 'vbulletin'), (754, 'options', 'options', 'regimagecheck', 690, 1, 'vbulletin'), (755, 'options', 'options', 'welcomemail', 700, 1, 'vbulletin'), (756, 'options', 'options', 'newuseremail', 710, 1, 'vbulletin'), (757, 'options', 'options', 'allowmultiregs', 720, 1, 'vbulletin'), (758, 'options', 'options', 'verifyemail', 730, 1, 'vbulletin'), (759, 'options', 'options', 'requireuniqueemail', 740, 1, 'vbulletin'), (760, 'options', 'options', 'minuserlength', 750, 1, 'vbulletin'), (761, 'options', 'options', 'maxuserlength', 760, 1, 'vbulletin'), (762, 'options', 'options', 'illegalusernames', 770, 1, 'vbulletin'), (763, 'options', 'options', 'usernameregex', 771, 1, 'vbulletin'), (764, 'options', 'options', 'usereferrer', 775, 1, 'vbulletin'), (765, 'options', 'options', 'defaultregoptions', 780, 1, 'vbulletin'), (766, 'options', 'options', 'usernamereusedelay', 781, 1, 'vbulletin'), (767, 'options', 'options', 'social_moderation', 784, 1, 'vbulletin'), (768, 'options', 'options', 'reqbirthday', 785, 1, 'vbulletin'), (769, 'options', 'options', 'ctMaxChars', 790, 1, 'vbulletin'), (770, 'options', 'options', 'ctCensorWords', 800, 1, 'vbulletin'), (771, 'options', 'options', 'minifriends_amount', 805, 1, 'vbulletin'), (772, 'options', 'options', 'ctCensorMod', 810, 1, 'vbulletin'), (773, 'options', 'options', 'friends_per_page', 815, 1, 'vbulletin'), (774, 'options', 'options', 'profilemaxvisitors', 816, 1, 'vbulletin'), (775, 'options', 'options', 'softlinebreakchars', 820, 1, 'vbulletin'), (776, 'options', 'options', 'sigmax', 830, 1, 'vbulletin'), (777, 'options', 'options', 'allowbbcode', 840, 1, 'vbulletin'), (778, 'options', 'options', 'allowsmilies', 850, 1, 'vbulletin'), (779, 'options', 'options', 'allowbbimagecode', 860, 1, 'vbulletin'), (780, 'options', 'options', 'allowhtml', 870, 1, 'vbulletin'), (781, 'options', 'options', 'ignoremods', 880, 1, 'vbulletin'), (782, 'options', 'options', 'avatarenabled', 890, 1, 'vbulletin'), (783, 'options', 'options', 'numavatarswide', 900, 1, 'vbulletin'), (784, 'options', 'options', 'numavatarsperpage', 910, 1, 'vbulletin'), (785, 'options', 'options', 'profilepicenabled', 920, 1, 'vbulletin'), (786, 'options', 'options', 'reputationenable', 930, 1, 'vbulletin'), (787, 'options', 'options', 'reputationhide', 940, 1, 'vbulletin'), (788, 'options', 'options', 'reputationundefined', 945, 1, 'vbulletin'), (789, 'options', 'options', 'reputationdefault', 950, 1, 'vbulletin'), (790, 'options', 'options', 'showuserrates', 960, 1, 'vbulletin'), (791, 'options', 'options', 'adminpower', 970, 1, 'vbulletin'), (792, 'options', 'options', 'rdpower', 980, 1, 'vbulletin'); INSERT INTO `adminhelp` (`adminhelpid`, `script`, `action`, `optionname`, `displayorder`, `volatile`, `product`) VALUES (793, 'options', 'options', 'pcpower', 990, 1, 'vbulletin'), (794, 'options', 'options', 'kppower', 1000, 1, 'vbulletin'), (795, 'options', 'options', 'minreputationpost', 1010, 1, 'vbulletin'), (796, 'options', 'options', 'minreputationcount', 1020, 1, 'vbulletin'), (797, 'options', 'options', 'maxreputationperday', 1030, 1, 'vbulletin'), (798, 'options', 'options', 'reputationrepeat', 1040, 1, 'vbulletin'), (799, 'options', 'options', 'unallowvbcode', 1050, 1, 'vbulletin'), (800, 'options', 'options', 'unallowsmilies', 1060, 1, 'vbulletin'), (801, 'options', 'options', 'unallowimg', 1070, 1, 'vbulletin'), (802, 'options', 'options', 'unallowhtml', 1080, 1, 'vbulletin'), (803, 'options', 'options', 'enablememberlist', 1090, 1, 'vbulletin'), (804, 'options', 'options', 'memberlistposts', 1093, 1, 'vbulletin'), (805, 'options', 'options', 'memberlistfields', 1095, 1, 'vbulletin'), (806, 'options', 'options', 'memberlistperpage', 1100, 1, 'vbulletin'), (807, 'options', 'options', 'usememberlistadvsearch', 1110, 1, 'vbulletin'), (808, 'options', 'options', 'profilelastpost', 1120, 1, 'vbulletin'), (809, 'options', 'options', 'enablebanning', 1130, 1, 'vbulletin'), (810, 'options', 'options', 'banip', 1140, 1, 'vbulletin'), (811, 'options', 'options', 'banemail', 1150, 1, 'vbulletin'), (812, 'options', 'options', 'aggressiveemailban', 1155, 1, 'vbulletin'), (813, 'options', 'options', 'allowkeepbannedemail', 1160, 1, 'vbulletin'), (814, 'options', 'options', 'globalignore', 1170, 1, 'vbulletin'), (815, 'options', 'options', 'allowedbbcodes', 1173, 1, 'vbulletin'), (816, 'options', 'options', 'codemaxlines', 1178, 1, 'vbulletin'), (817, 'options', 'options', 'quickedit', 1179, 1, 'vbulletin'), (818, 'options', 'options', 'mqlimit', 1180, 1, 'vbulletin'), (819, 'options', 'options', 'multiquote', 1180, 1, 'vbulletin'), (820, 'options', 'options', 'quickreply', 1180, 1, 'vbulletin'), (821, 'options', 'options', 'postminchars', 1200, 1, 'vbulletin'), (822, 'options', 'options', 'ignorequotechars', 1210, 1, 'vbulletin'), (823, 'options', 'options', 'titlemaxchars', 1215, 1, 'vbulletin'), (824, 'options', 'options', 'quotetitle', 1220, 1, 'vbulletin'), (825, 'options', 'options', 'postmaxchars', 1230, 1, 'vbulletin'), (826, 'options', 'options', 'maximages', 1240, 1, 'vbulletin'), (827, 'options', 'options', 'stopshouting', 1250, 1, 'vbulletin'), (828, 'options', 'options', 'allowdynimg', 1260, 1, 'vbulletin'), (829, 'options', 'options', 'floodchecktime', 1270, 1, 'vbulletin'), (830, 'options', 'options', 'editthreadtitlelimit', 1280, 1, 'vbulletin'), (831, 'options', 'options', 'addpolltimeout', 1290, 1, 'vbulletin'), (832, 'options', 'options', 'edittimelimit', 1295, 1, 'vbulletin'), (833, 'options', 'options', 'noeditedbytime', 1300, 1, 'vbulletin'), (834, 'options', 'options', 'logip', 1310, 1, 'vbulletin'), (835, 'options', 'options', 'allowvbcodebuttons', 1320, 1, 'vbulletin'), (836, 'options', 'options', 'editormodes', 1335, 1, 'vbulletin'), (837, 'options', 'options', 'smtotal', 1340, 1, 'vbulletin'), (838, 'options', 'options', 'smcolumns', 1350, 1, 'vbulletin'), (839, 'options', 'options', 'wysiwyg_smtotal', 1360, 1, 'vbulletin'), (840, 'options', 'options', 'attachtotalspace', 1370, 1, 'vbulletin'), (841, 'options', 'options', 'attachlimit', 1380, 1, 'vbulletin'), (842, 'options', 'options', 'attachboxcount', 1390, 1, 'vbulletin'), (843, 'options', 'options', 'attachurlcount', 1395, 1, 'vbulletin'), (844, 'options', 'options', 'allowattachdel', 1400, 1, 'vbulletin'), (845, 'options', 'options', 'allowclosedattachdel', 1401, 1, 'vbulletin'), (846, 'options', 'options', 'allowduplicates', 1410, 1, 'vbulletin'), (847, 'options', 'options', 'viewattachedimages', 1420, 1, 'vbulletin'), (848, 'options', 'options', 'attachthumbs', 1430, 1, 'vbulletin'), (849, 'options', 'options', 'attachthumbssize', 1440, 1, 'vbulletin'), (850, 'options', 'options', 'thumbquality', 1445, 1, 'vbulletin'), (851, 'options', 'options', 'attachrow', 1450, 1, 'vbulletin'), (852, 'options', 'options', 'maxpolloptions', 1460, 1, 'vbulletin'), (853, 'options', 'options', 'maxpolllength', 1465, 1, 'vbulletin'), (854, 'options', 'options', 'updatelastpost', 1470, 1, 'vbulletin'), (855, 'options', 'options', 'showvotes', 1480, 1, 'vbulletin'), (856, 'options', 'options', 'votechange', 1490, 1, 'vbulletin'), (857, 'options', 'options', 'enablesearches', 1500, 1, 'vbulletin'), (858, 'options', 'options', 'searchfloodtime', 1510, 1, 'vbulletin'), (859, 'options', 'options', 'minsearchlength', 1520, 1, 'vbulletin'), (860, 'options', 'options', 'maxsearchlength', 1530, 1, 'vbulletin'), (861, 'options', 'options', 'goodwords', 1540, 1, 'vbulletin'), (862, 'options', 'options', 'searchperpage', 1550, 1, 'vbulletin'), (863, 'options', 'options', 'maxresults', 1560, 1, 'vbulletin'), (864, 'options', 'options', 'allowwildcards', 1570, 1, 'vbulletin'), (865, 'options', 'options', 'similarthreadsearch', 1580, 1, 'vbulletin'), (866, 'options', 'options', 'searchsharing', 1585, 1, 'vbulletin'), (867, 'options', 'options', 'similarthreadthreshold', 1590, 1, 'vbulletin'), (868, 'options', 'options', 'badwords', 1595, 1, 'vbulletin'), (869, 'options', 'options', 'searchimagecheck', 1598, 1, 'vbulletin'), (870, 'options', 'options', 'multimatchscore', 1600, 1, 'vbulletin'), (871, 'options', 'options', 'datescore', 1610, 1, 'vbulletin'), (872, 'options', 'options', 'threadtitlescore', 1620, 1, 'vbulletin'), (873, 'options', 'options', 'posttitlescore', 1630, 1, 'vbulletin'), (874, 'options', 'options', 'replyscore', 1640, 1, 'vbulletin'), (875, 'options', 'options', 'replyfunc', 1650, 1, 'vbulletin'), (876, 'options', 'options', 'viewscore', 1660, 1, 'vbulletin'), (877, 'options', 'options', 'viewfunc', 1670, 1, 'vbulletin'), (878, 'options', 'options', 'ratescore', 1680, 1, 'vbulletin'), (879, 'options', 'options', 'ratefunc', 1690, 1, 'vbulletin'), (880, 'options', 'options', 'forumhome', 1700, 1, 'vbulletin'), (881, 'options', 'options', 'displayloggedin', 1710, 1, 'vbulletin'), (882, 'options', 'options', 'showbirthdays', 1720, 1, 'vbulletin'), (883, 'options', 'options', 'birthdaydatecut', 1730, 1, 'vbulletin'), (884, 'options', 'options', 'showevents', 1740, 1, 'vbulletin'), (885, 'options', 'options', 'showholidays', 1750, 1, 'vbulletin'), (886, 'options', 'options', 'showeventtype', 1760, 1, 'vbulletin'), (887, 'options', 'options', 'activememberdays', 1765, 1, 'vbulletin'), (888, 'options', 'options', 'activememberoptions', 1767, 1, 'vbulletin'), (889, 'options', 'options', 'forumhomedepth', 1770, 1, 'vbulletin'), (890, 'options', 'options', 'forumdisplaydepth', 1780, 1, 'vbulletin'), (891, 'options', 'options', 'subforumdepth', 1790, 1, 'vbulletin'), (892, 'options', 'options', 'showforumdescription', 1800, 1, 'vbulletin'), (893, 'options', 'options', 'showprivateforums', 1805, 1, 'vbulletin'), (894, 'options', 'options', 'hideprivateforums', 1810, 1, 'vbulletin'), (895, 'options', 'options', 'showlocks', 1820, 1, 'vbulletin'), (896, 'options', 'options', 'lastthreadchars', 1830, 1, 'vbulletin'), (897, 'options', 'options', 'showmoderatorcolumn', 1840, 1, 'vbulletin'), (898, 'options', 'options', 'nav_forumdesc', 1845, 1, 'vbulletin'), (899, 'options', 'options', 'showprefixlastpost', 1845, 1, 'vbulletin'), (900, 'options', 'options', 'showforumusers', 1850, 1, 'vbulletin'), (901, 'options', 'options', 'maxthreads', 1860, 1, 'vbulletin'), (902, 'options', 'options', 'showstickies', 1870, 1, 'vbulletin'), (903, 'options', 'options', 'showdots', 1880, 1, 'vbulletin'), (904, 'options', 'options', 'usehotthreads', 1890, 1, 'vbulletin'), (905, 'options', 'options', 'hotnumberviews', 1900, 1, 'vbulletin'), (906, 'options', 'options', 'hotnumberposts', 1910, 1, 'vbulletin'), (907, 'options', 'options', 'linktopages', 1920, 1, 'vbulletin'), (908, 'options', 'options', 'maxmultipage', 1930, 1, 'vbulletin'), (909, 'options', 'options', 'threadpreview', 1940, 1, 'vbulletin'), (910, 'options', 'options', 'oneannounce', 1950, 1, 'vbulletin'), (911, 'options', 'options', 'showthreadusers', 1960, 1, 'vbulletin'), (912, 'options', 'options', 'maxposts', 1970, 1, 'vbulletin'), (913, 'options', 'options', 'usermaxposts', 1980, 1, 'vbulletin'), (914, 'options', 'options', 'showdeficon', 1990, 1, 'vbulletin'), (915, 'options', 'options', 'wordwrap', 2010, 1, 'vbulletin'), (916, 'options', 'options', 'threadvoted', 2020, 1, 'vbulletin'), (917, 'options', 'options', 'threadsubscribed', 2030, 1, 'vbulletin'), (918, 'options', 'options', 'showsimilarthreads', 2040, 1, 'vbulletin'), (919, 'options', 'options', 'postelements', 2045, 1, 'vbulletin'), (920, 'options', 'options', 'allowthreadedmode', 2050, 1, 'vbulletin'), (921, 'options', 'options', 'threadedmode', 2060, 1, 'vbulletin'), (922, 'options', 'options', 'threaded_listdepth', 2070, 1, 'vbulletin'), (923, 'options', 'options', 'threaded_maxcache', 2080, 1, 'vbulletin'), (924, 'options', 'options', 'threaded_trimtitle', 2085, 1, 'vbulletin'), (925, 'options', 'options', 'enablepms', 2090, 1, 'vbulletin'), (926, 'options', 'options', 'checknewpm', 2100, 1, 'vbulletin'), (927, 'options', 'options', 'pmmaxchars', 2110, 1, 'vbulletin'), (928, 'options', 'options', 'pmfloodtime', 2120, 1, 'vbulletin'), (929, 'options', 'options', 'pmperpage', 2130, 1, 'vbulletin'), (930, 'options', 'options', 'pmmaxperpage', 2140, 1, 'vbulletin'), (931, 'options', 'options', 'privallowicons', 2150, 1, 'vbulletin'), (932, 'options', 'options', 'privallowbbcode', 2160, 1, 'vbulletin'), (933, 'options', 'options', 'privallowsmilies', 2170, 1, 'vbulletin'), (934, 'options', 'options', 'privallowbbimagecode', 2180, 1, 'vbulletin'), (935, 'options', 'options', 'privallowhtml', 2190, 1, 'vbulletin'), (936, 'options', 'options', 'WOLenable', 2200, 1, 'vbulletin'), (937, 'options', 'options', 'WOLrefresh', 2210, 1, 'vbulletin'), (938, 'options', 'options', 'WOLguests', 2220, 1, 'vbulletin'), (939, 'options', 'options', 'WOLresolve', 2230, 1, 'vbulletin'), (940, 'options', 'options', 'enablespiders', 2240, 1, 'vbulletin'), (941, 'options', 'options', 'archiveenabled', 2270, 1, 'vbulletin'), (942, 'options', 'options', 'archive_threadtype', 2275, 1, 'vbulletin'), (943, 'options', 'options', 'archive_threadsperpage', 2280, 1, 'vbulletin'), (944, 'options', 'options', 'archive_postsperpage', 2290, 1, 'vbulletin'), (945, 'options', 'options', 'adminquickstats', 2300, 1, 'vbulletin'), (946, 'options', 'options', 'cpstylefolder', 2310, 1, 'vbulletin'), (947, 'options', 'options', 'timeoutcontrolpanel', 2320, 1, 'vbulletin'), (948, 'options', 'options', 'cp_collapse_forums', 2330, 1, 'vbulletin'), (949, 'options', 'options', 'cp_usereditcolumns', 2340, 1, 'vbulletin'), (950, 'options', 'options', 'externaljs', 2350, 1, 'vbulletin'), (951, 'options', 'options', 'externalrss', 2360, 1, 'vbulletin'), (952, 'options', 'options', 'externalxml', 2370, 1, 'vbulletin'), (953, 'options', 'options', 'externalcutoff', 2375, 1, 'vbulletin'), (954, 'options', 'options', 'errorlogdatabase', 2380, 1, 'vbulletin'), (955, 'options', 'options', 'errorlogsecurity', 2390, 1, 'vbulletin'), (956, 'options', 'options', 'errorlogphp', 2395, 1, 'vbulletin'), (957, 'options', 'options', 'errorlogmaxsize', 2400, 1, 'vbulletin'), (958, 'options', 'options', 'disableerroremail', 2410, 1, 'vbulletin'), (959, 'options', 'options', 'enablehooks', 2470, 1, 'vbulletin'), (960, 'options', 'options', 'hvcheck_registration', 2500, 1, 'vbulletin'), (961, 'options', 'options', 'hvcheck_post', 2510, 1, 'vbulletin'), (962, 'options', 'options', 'hvcheck_search', 2520, 1, 'vbulletin'), (963, 'options', 'options', 'hvcheck_contactus', 2530, 1, 'vbulletin'), (964, 'options', 'options', 'usercss_allowed_font_sizes', 2610, 1, 'vbulletin'), (965, 'options', 'options', 'usercss_allowed_border_widths', 2620, 1, 'vbulletin'), (966, 'options', 'options', 'vm_maxchars', 2700, 1, 'vbulletin'), (967, 'options', 'options', 'vm_perpage', 2720, 1, 'vbulletin'), (968, 'options', 'options', 'vm_maxperpage', 2730, 1, 'vbulletin'), (969, 'options', 'options', 'vm_moderation', 2740, 1, 'vbulletin'), (970, 'options', 'searchtype', '', 1, 1, 'vbulletin'), (971, 'options', 'searchtype', 'deleteindex', 10, 1, 'vbulletin'), (972, 'phrase', '', '', 1, 1, 'vbulletin'), (973, 'phrase', 'add', '', 1, 1, 'vbulletin'), (974, 'phrase', 'add,edit', 'phrasetypeid', 20, 1, 'vbulletin'), (975, 'phrase', 'add,edit', 'varname', 30, 1, 'vbulletin'), (976, 'phrase', 'add,edit', 'text', 40, 1, 'vbulletin'), (977, 'phrase', 'delete', '', 1, 1, 'vbulletin'), (978, 'phrase', 'edit', '', 1, 1, 'vbulletin'), (979, 'phrase', 'edit', 'languageid', 10, 1, 'vbulletin'), (980, 'phrase', 'findorphans', '', 1, 1, 'vbulletin'), (981, 'phrase', 'findupdates', '', 1, 1, 'vbulletin'), (982, 'phrase', 'manageorphans', '', 1, 1, 'vbulletin'), (983, 'phrase', 'modify', '', 1, 1, 'vbulletin'), (984, 'phrase', 'quickref', '', 1, 1, 'vbulletin'), (985, 'phrase', 'search', '', 1, 1, 'vbulletin'), (986, 'phrase', 'search', 'searchstring', 20, 1, 'vbulletin'), (987, 'phrase', 'search', 'languageid', 25, 1, 'vbulletin'), (988, 'phrase', 'search', 'searchwhere', 30, 1, 'vbulletin'), (989, 'phrase', 'search', 'casesensitive', 40, 1, 'vbulletin'), (990, 'phrase', 'search', 'replacestring', 50, 1, 'vbulletin'), (991, 'plugin', 'productadd', 'allowoverwrite', 4, 1, 'vbulletin'), (992, 'plugin', 'productadd,productedit', 'productid', 5, 1, 'vbulletin'), (993, 'plugin', 'productadd,productedit', 'title', 10, 1, 'vbulletin'), (994, 'plugin', 'productadd,productedit', 'version', 20, 1, 'vbulletin'), (995, 'plugin', 'productadd,productedit', 'description', 30, 1, 'vbulletin'), (996, 'plugin', 'productadd,productedit', 'url', 40, 1, 'vbulletin'), (997, 'plugin', 'productadd,productedit', 'versioncheckurl', 50, 1, 'vbulletin'), (998, 'plugin', 'productedit', 'dependencytype', 60, 1, 'vbulletin'), (999, 'plugin', 'productedit', 'maxversion', 70, 1, 'vbulletin'), (1000, 'plugin', 'productedit', 'minversion', 80, 1, 'vbulletin'), (1001, 'plugin', 'productedit', 'installcode', 90, 1, 'vbulletin'), (1002, 'plugin', 'productedit', 'uninstallcode', 100, 1, 'vbulletin'), (1003, 'prefix', 'addprefix,editprefix', 'prefixid', 1, 1, 'vbulletin'), (1004, 'prefix', 'addprefix,editprefix', 'prefixsetid', 10, 1, 'vbulletin'), (1005, 'prefix', 'addprefix,editprefix', 'title_plain', 20, 1, 'vbulletin'), (1006, 'prefix', 'addprefix,editprefix', 'title_rich', 30, 1, 'vbulletin'), (1007, 'prefix', 'addprefix,editprefix', 'displayorder', 40, 1, 'vbulletin'), (1008, 'prefix', 'addset,editset', 'prefixsetid', 1, 1, 'vbulletin'), (1009, 'prefix', 'addset,editset', 'title', 10, 1, 'vbulletin'), (1010, 'prefix', 'addset,editset', 'forumids', 20, 1, 'vbulletin'), (1011, 'prefix', 'addset,editset', 'displayorder', 30, 1, 'vbulletin'), (1012, 'prefix', 'list', '', 1, 1, 'vbulletin'), (1013, 'profilefield', '', '', 1, 1, 'vbulletin'), (1014, 'profilefield', 'add', '', 1, 1, 'vbulletin'), (1015, 'profilefield', 'add,edit', 'title', 20, 1, 'vbulletin'), (1016, 'profilefield', 'add,edit', 'description', 30, 1, 'vbulletin'), (1017, 'profilefield', 'add,edit', 'profilefieldcategoryid', 35, 1, 'vbulletin'), (1018, 'profilefield', 'add,edit', 'data', 40, 1, 'vbulletin'), (1019, 'profilefield', 'add,edit', 'maxlength', 50, 1, 'vbulletin'), (1020, 'profilefield', 'add,edit', 'size', 60, 1, 'vbulletin'), (1021, 'profilefield', 'add,edit', 'newtype', 65, 1, 'vbulletin'), (1022, 'profilefield', 'add,edit', 'height', 70, 1, 'vbulletin'), (1023, 'profilefield', 'add,edit', 'def', 120, 1, 'vbulletin'), (1024, 'profilefield', 'add,edit', 'perline', 140, 1, 'vbulletin'), (1025, 'profilefield', 'add,edit', 'boxheight', 150, 1, 'vbulletin'), (1026, 'profilefield', 'add,edit', 'displayorder', 160, 1, 'vbulletin'), (1027, 'profilefield', 'add,edit', 'required', 170, 1, 'vbulletin'), (1028, 'profilefield', 'add,edit', 'editable', 175, 1, 'vbulletin'), (1029, 'profilefield', 'add,edit', 'hidden', 180, 1, 'vbulletin'), (1030, 'profilefield', 'add,edit', 'searchable', 190, 1, 'vbulletin'), (1031, 'profilefield', 'add,edit', 'memberlist', 200, 1, 'vbulletin'), (1032, 'profilefield', 'add,edit', 'optional', 210, 1, 'vbulletin'), (1033, 'profilefield', 'add,edit', 'regex', 240, 1, 'vbulletin'), (1034, 'profilefield', 'add,edit', 'form', 250, 1, 'vbulletin'), (1035, 'profilefield', 'edit', '', 1, 1, 'vbulletin'), (1036, 'profilefield', 'editcat', '', 1, 1, 'vbulletin'), (1037, 'profilefield', 'editcat', 'title', 1, 1, 'vbulletin'), (1038, 'profilefield', 'editcat', 'desc', 2, 1, 'vbulletin'), (1039, 'profilefield', 'editcat', 'location', 3, 1, 'vbulletin'), (1040, 'profilefield', 'editcat', 'displayorder', 4, 1, 'vbulletin'), (1041, 'profilefield', 'modify', '', 1, 1, 'vbulletin'), (1042, 'profilefield', 'remove', '', 1, 1, 'vbulletin'), (1043, 'queries', '', '', 1, 1, 'vbulletin'), (1044, 'queries', 'modify', '', 1, 1, 'vbulletin'), (1045, 'queries', 'modify', 'autoquery', 10, 1, 'vbulletin'), (1046, 'queries', 'modify', 'query', 20, 1, 'vbulletin'), (1047, 'queries', 'modify', 'perpage', 30, 1, 'vbulletin'), (1048, 'ranks', '', '', 1, 1, 'vbulletin'), (1049, 'ranks', 'add', '', 1, 1, 'vbulletin'), (1050, 'ranks', 'add,edit', 'ranklevel', 10, 1, 'vbulletin'), (1051, 'ranks', 'add,edit', 'minposts', 20, 1, 'vbulletin'), (1052, 'ranks', 'add,edit', 'usergroupid', 30, 1, 'vbulletin'), (1053, 'ranks', 'add,edit', 'rankimg', 40, 1, 'vbulletin'), (1054, 'ranks', 'add,edit', 'rankhtml', 50, 1, 'vbulletin'), (1055, 'ranks', 'add,edit', 'stack', 60, 1, 'vbulletin'), (1056, 'ranks', 'add,edit', 'display', 70, 1, 'vbulletin'), (1057, 'ranks', 'edit', '', 1, 1, 'vbulletin'), (1058, 'ranks', 'modify', '', 1, 1, 'vbulletin'), (1059, 'ranks', 'remove', '', 1, 1, 'vbulletin'), (1060, 'repair', '', '', 1, 1, 'vbulletin'), (1061, 'repair', 'list', '', 1, 1, 'vbulletin'), (1062, 'repair', 'list', 'optimizetables', 1, 1, 'vbulletin'), (1063, 'repair', 'list', 'repairtables', 1, 1, 'vbulletin'), (1064, 'replacement', '', '', 1, 1, 'vbulletin'), (1065, 'replacement', 'add', '', 1, 1, 'vbulletin'), (1066, 'replacement', 'add', 'dostyleid', 10, 1, 'vbulletin'), (1067, 'replacement', 'add,edit', 'findtext', 20, 1, 'vbulletin'), (1068, 'replacement', 'add,edit', 'replacetext', 30, 1, 'vbulletin'), (1069, 'replacement', 'edit', '', 1, 1, 'vbulletin'), (1070, 'replacement', 'modify', '', 1, 1, 'vbulletin'), (1071, 'replacement', 'remove', '', 1, 1, 'vbulletin'), (1072, 'resources', '', '', 1, 1, 'vbulletin'), (1073, 'resources', 'index', '', 1, 1, 'vbulletin'), (1074, 'resources', 'index', 'forumid', 10, 1, 'vbulletin'), (1075, 'resources', 'index', 'usergroupid', 20, 1, 'vbulletin'), (1076, 'resources', 'view', '', 1, 1, 'vbulletin'), (1077, 'resources', 'viewuser', '', 1, 1, 'vbulletin'), (1078, 'rssposter', 'edit', 'resetlastrun', 10, 1, 'vbulletin'), (1079, 'rssposter', 'edit', 'enabled', 20, 1, 'vbulletin'), (1080, 'rssposter', 'edit', 'title', 30, 1, 'vbulletin'), (1081, 'rssposter', 'edit', 'url', 40, 1, 'vbulletin'), (1082, 'rssposter', 'edit', 'ttl', 50, 1, 'vbulletin'), (1083, 'rssposter', 'edit', 'maxresults', 60, 1, 'vbulletin'), (1084, 'rssposter', 'edit', 'searchwords', 70, 1, 'vbulletin'), (1085, 'rssposter', 'edit', 'username', 80, 1, 'vbulletin'), (1086, 'rssposter', 'edit', 'forumid', 90, 1, 'vbulletin'), (1087, 'rssposter', 'edit', 'allowsmilies', 100, 1, 'vbulletin'), (1088, 'rssposter', 'edit', 'showsignature', 110, 1, 'vbulletin'), (1089, 'rssposter', 'edit', 'html2bbcode', 115, 1, 'vbulletin'), (1090, 'rssposter', 'edit', 'titletemplate', 120, 1, 'vbulletin'), (1091, 'rssposter', 'edit', 'bodytemplate', 130, 1, 'vbulletin'), (1092, 'rssposter', 'edit', 'itemtype', 140, 1, 'vbulletin'), (1093, 'rssposter', 'edit', 'prefixid', 145, 1, 'vbulletin'), (1094, 'rssposter', 'edit', 'iconid', 150, 1, 'vbulletin'), (1095, 'rssposter', 'edit', 'stickthread', 160, 1, 'vbulletin'), (1096, 'rssposter', 'edit', 'moderatethread', 170, 1, 'vbulletin'), (1097, 'rssposter', 'edit', 'threadactiondelay', 180, 1, 'vbulletin'), (1098, 'rssposter', 'edit', 'unstickthread', 190, 1, 'vbulletin'), (1099, 'rssposter', 'edit', 'closethread', 200, 1, 'vbulletin'), (1100, 'rssposter', 'edit', 'allowhtml', 210, 1, 'vbulletin'), (1101, 'rssposter', 'edit', 'endannouncement', 220, 1, 'vbulletin'), (1102, 'socialgroups', 'showform', 'creator', 1, 1, 'vbulletin'), (1103, 'socialgroups', 'showform', 'date_gteq', 1, 1, 'vbulletin'), (1104, 'socialgroups', 'showform', 'date_lteq', 1, 1, 'vbulletin'), (1105, 'socialgroups', 'showform', 'filtertext', 1, 1, 'vbulletin'), (1106, 'socialgroups', 'showform', 'members_gteq', 1, 1, 'vbulletin'), (1107, 'socialgroups', 'showform', 'members_lteq', 1, 1, 'vbulletin'), (1108, 'socialgroups', 'showform', 'type', 1, 1, 'vbulletin'), (1109, 'stats', '', '', 1, 1, 'vbulletin'), (1110, 'stats', 'index', '', 1, 1, 'vbulletin'), (1111, 'stats', 'reg,activity,thread,post', '', 1, 1, 'vbulletin'), (1112, 'stats', 'reg,activity,thread,post', 'start', 10, 1, 'vbulletin'), (1113, 'stats', 'reg,activity,thread,post', 'end', 20, 1, 'vbulletin'), (1114, 'stats', 'reg,activity,thread,post', 'scope', 30, 1, 'vbulletin'), (1115, 'stats', 'reg,activity,thread,post', 'sort', 40, 1, 'vbulletin'), (1116, 'stats', 'reg,activity,thread,post', 'nullvalue', 50, 1, 'vbulletin'), (1117, 'stats', 'top', '', 1, 1, 'vbulletin'), (1118, 'subscriptionpermission', '', '', 1, 1, 'vbulletin'), (1119, 'subscriptionpermission', 'edit', '', 1, 1, 'vbulletin'), (1120, 'subscriptionpermission', 'edit', 'usesub', 10, 1, 'vbulletin'), (1121, 'subscriptionpermission', 'modify', '', 1, 1, 'vbulletin'), (1122, 'subscriptions', '', '', 1, 1, 'vbulletin'), (1123, 'subscriptions', 'add', '', 1, 1, 'vbulletin'), (1124, 'subscriptions', 'add', 'varname', 1, 1, 'vbulletin'), (1125, 'subscriptions', 'add,edit', 'adminavatar', 1, 1, 'vbulletin'), (1126, 'subscriptions', 'add,edit', 'adminprofilepic', 1, 1, 'vbulletin'), (1127, 'subscriptions', 'add,edit', 'title', 10, 1, 'vbulletin'), (1128, 'subscriptions', 'add,edit', 'description', 20, 1, 'vbulletin'), (1129, 'subscriptions', 'add,edit', 'active', 30, 1, 'vbulletin'), (1130, 'subscriptions', 'add,edit', 'length', 40, 1, 'vbulletin'), (1131, 'subscriptions', 'add,edit', 'sub[cost][usd]', 50, 1, 'vbulletin'), (1132, 'subscriptions', 'add,edit', 'sub[cost][gbp]', 60, 1, 'vbulletin'), (1133, 'subscriptions', 'add,edit', 'sub[cost][eur]', 70, 1, 'vbulletin'), (1134, 'subscriptions', 'add,edit', 'nusergroupid', 80, 1, 'vbulletin'), (1135, 'subscriptions', 'add,edit', 'membergroup', 90, 1, 'vbulletin'), (1136, 'subscriptions', 'add,edit', 'tax', 100, 1, 'vbulletin'), (1137, 'subscriptions', 'add,edit', 'shipping', 110, 1, 'vbulletin'), (1138, 'subscriptions', 'add,edit', 'displayorder', 115, 1, 'vbulletin'), (1139, 'subscriptions', 'add,edit', 'recurring', 120, 1, 'vbulletin'), (1140, 'subscriptions', 'adjust', '', 1, 1, 'vbulletin'), (1141, 'subscriptions', 'adjust', 'username', 5, 1, 'vbulletin'), (1142, 'subscriptions', 'adjust', 'regdate', 10, 1, 'vbulletin'), (1143, 'subscriptions', 'adjust', 'expirydate', 20, 1, 'vbulletin'), (1144, 'subscriptions', 'adjust', 'status', 30, 1, 'vbulletin'), (1145, 'subscriptions', 'api', '', 1, 1, 'vbulletin'), (1146, 'subscriptions', 'apiadd', '', 1, 1, 'vbulletin'), (1147, 'subscriptions', 'apiadd,apiedit', 'title', 10, 1, 'vbulletin'), (1148, 'subscriptions', 'apiadd,apiedit', 'active', 20, 1, 'vbulletin'), (1149, 'subscriptions', 'apiadd,apiedit', 'classname', 30, 1, 'vbulletin'), (1150, 'subscriptions', 'apiadd,apiedit', 'currency', 40, 1, 'vbulletin'), (1151, 'subscriptions', 'apiadd,apiedit', 'recurring', 50, 1, 'vbulletin'), (1152, 'subscriptions', 'apiedit', '', 1, 1, 'vbulletin'), (1153, 'subscriptions', 'apirem', '', 1, 1, 'vbulletin'), (1154, 'subscriptions', 'edit', '', 1, 1, 'vbulletin'), (1155, 'subscriptions', 'find', '', 1, 1, 'vbulletin'), (1156, 'subscriptions', 'modify', '', 1, 1, 'vbulletin'), (1157, 'subscriptions', 'remove', '', 1, 1, 'vbulletin'), (1158, 'subscriptions', 'transactions', 'currency', 1, 1, 'vbulletin'), (1159, 'subscriptions', 'transactions', 'end', 1, 1, 'vbulletin'), (1160, 'subscriptions', 'transactions', 'exact', 1, 1, 'vbulletin'), (1161, 'subscriptions', 'transactions', 'orderby', 1, 1, 'vbulletin'), (1162, 'subscriptions', 'transactions', 'paymentapiid', 1, 1, 'vbulletin'), (1163, 'subscriptions', 'transactions', 'scope', 1, 1, 'vbulletin'), (1164, 'subscriptions', 'transactions', 'start', 1, 1, 'vbulletin'), (1165, 'subscriptions', 'transactions', 'state', 1, 1, 'vbulletin'), (1166, 'subscriptions', 'transactions', 'subscriptionid', 1, 1, 'vbulletin'), (1167, 'subscriptions', 'transactions', 'transactionid', 1, 1, 'vbulletin'), (1168, 'subscriptions', 'transactions', 'username', 1, 1, 'vbulletin'), (1169, 'template', '', '', 1, 1, 'vbulletin'), (1170, 'template', 'add', 'dostyleid', 10, 1, 'vbulletin'), (1171, 'template', 'add,edit', '', 1, 1, 'vbulletin'), (1172, 'template', 'add,edit', 'title', 20, 1, 'vbulletin'), (1173, 'template', 'add,edit', 'template', 30, 1, 'vbulletin'), (1174, 'template', 'addstyle', '', 1, 1, 'vbulletin'), (1175, 'template', 'addstyle,editstyle,files', 'parentid', 10, 1, 'vbulletin'), (1176, 'template', 'addstyle,editstyle,files', 'title', 20, 1, 'vbulletin'), (1177, 'template', 'addstyle,editstyle,files', 'userselect', 30, 1, 'vbulletin'), (1178, 'template', 'addstyle,editstyle,files', 'displayorder', 40, 1, 'vbulletin'), (1179, 'template', 'delete', '', 1, 1, 'vbulletin'), (1180, 'template', 'deletestyle', '', 1, 1, 'vbulletin'), (1181, 'template', 'editstyle', '', 1, 1, 'vbulletin'), (1182, 'template', 'files', '', 1, 1, 'vbulletin'), (1183, 'template', 'files', 'dostyleid', 10, 1, 'vbulletin'), (1184, 'template', 'files', 'product', 15, 1, 'vbulletin'), (1185, 'template', 'files', 'filename', 30, 1, 'vbulletin'), (1186, 'template', 'files', 'mode', 40, 1, 'vbulletin'), (1187, 'template', 'files', 'stylefile', 50, 1, 'vbulletin'), (1188, 'template', 'files', 'serverfile', 60, 1, 'vbulletin'), (1189, 'template', 'files', 'overwritestyleid', 70, 1, 'vbulletin'), (1190, 'template', 'files', 'anyversion', 80, 1, 'vbulletin'), (1191, 'template', 'findupdates', '', 1, 1, 'vbulletin'), (1192, 'template', 'history', '', 1, 1, 'vbulletin'), (1193, 'template', 'historysubmit', '', 1, 1, 'vbulletin'), (1194, 'template', 'modify', '', 1, 1, 'vbulletin'), (1195, 'template', 'rebuild', '', 1, 1, 'vbulletin'), (1196, 'template', 'revertall', '', 1, 1, 'vbulletin'), (1197, 'template', 'search', '', 1, 1, 'vbulletin'), (1198, 'template', 'search', 'searchset', 10, 1, 'vbulletin'), (1199, 'template', 'search', 'searchstring', 20, 1, 'vbulletin'), (1200, 'template', 'search', 'titlesonly', 30, 1, 'vbulletin'), (1201, 'template', 'search', 'dostyleid', 40, 1, 'vbulletin'), (1202, 'template', 'search', 'replacestring', 50, 1, 'vbulletin'), (1203, 'template', 'search', 'test', 60, 1, 'vbulletin'), (1204, 'template', 'search', 'regex', 70, 1, 'vbulletin'), (1205, 'template', 'search', 'case_insensitive', 80, 1, 'vbulletin'), (1206, 'template', 'view', '', 1, 1, 'vbulletin'), (1207, 'thread', '', '', 1, 1, 'vbulletin'), (1208, 'thread', 'dothreads,pruneuser', '', 1, 1, 'vbulletin'), (1209, 'thread', 'dothreadssel', '', 1, 1, 'vbulletin'), (1210, 'thread', 'dovotes', '', 1, 1, 'vbulletin'), (1211, 'thread', 'killpoll', '', 1, 1, 'vbulletin'), (1212, 'thread', 'killpoll', 'threadid', 10, 1, 'vbulletin'), (1213, 'thread', 'move', '', 1, 1, 'vbulletin'), (1214, 'thread', 'move', 'destforumid', 5, 1, 'vbulletin'), (1215, 'thread', 'prune', '', 1, 1, 'vbulletin'), (1216, 'thread', 'prune', 'username', 180, 1, 'vbulletin'), (1217, 'thread', 'prune,move', 'originaldaysolder', 10, 1, 'vbulletin'), (1218, 'thread', 'prune,move', 'originaldaysnewer', 20, 1, 'vbulletin'), (1219, 'thread', 'prune,move', 'lastdaysolder', 30, 1, 'vbulletin'), (1220, 'thread', 'prune,move', 'lastdaysnewer', 40, 1, 'vbulletin'), (1221, 'thread', 'prune,move', 'repliesleast', 50, 1, 'vbulletin'), (1222, 'thread', 'prune,move', 'repliesmost', 60, 1, 'vbulletin'), (1223, 'thread', 'prune,move', 'viewsleast', 70, 1, 'vbulletin'), (1224, 'thread', 'prune,move', 'viewsmost', 80, 1, 'vbulletin'), (1225, 'thread', 'prune,move', 'issticky', 90, 1, 'vbulletin'), (1226, 'thread', 'prune,move', 'state', 92, 1, 'vbulletin'), (1227, 'thread', 'prune,move', 'status', 94, 1, 'vbulletin'), (1228, 'thread', 'prune,move', 'posteduser', 140, 1, 'vbulletin'), (1229, 'thread', 'prune,move', 'titlecontains', 150, 1, 'vbulletin'), (1230, 'thread', 'prune,move', 'forumid', 160, 1, 'vbulletin'), (1231, 'thread', 'prune,move', 'subforums', 170, 1, 'vbulletin'), (1232, 'thread', 'prune,move', 'prefixid', 200, 1, 'vbulletin'), (1233, 'thread', 'pruneusersel', '', 1, 1, 'vbulletin'), (1234, 'thread', 'removepoll', '', 1, 1, 'vbulletin'), (1235, 'thread', 'tags', 'tagtext', 1, 1, 'vbulletin'), (1236, 'thread', 'unsubscribe', '', 1, 1, 'vbulletin'), (1237, 'thread', 'unsubscribe', 'ids', 10, 1, 'vbulletin'), (1238, 'thread', 'unsubscribe', 'username', 20, 1, 'vbulletin'), (1239, 'thread', 'unsubscribe', 'daysprune', 30, 1, 'vbulletin'), (1240, 'thread', 'unsubscribe', 'forumid', 40, 1, 'vbulletin'), (1241, 'thread', 'votes', '', 1, 1, 'vbulletin'), (1242, 'thread', 'votes', 'pollid', 10, 1, 'vbulletin'), (1243, 'thread', 'votes', 'threadtitle', 20, 1, 'vbulletin'), (1244, 'user', '', '', 1, 1, 'vbulletin'), (1245, 'user', 'add', '', 1, 1, 'vbulletin'), (1246, 'user', 'add', 'password', 30, 1, 'vbulletin'), (1247, 'user', 'add,edit', 'adminavatar', 1, 1, 'vbulletin'), (1248, 'user', 'add,edit', 'adminprofilepic', 1, 1, 'vbulletin'), (1249, 'user', 'add,edit', 'ipoints', 1, 1, 'vbulletin'), (1250, 'user', 'add,edit', 'vm_enable', 1, 1, 'vbulletin'), (1251, 'user', 'add,edit', 'warnings', 10, 1, 'vbulletin'), (1252, 'user', 'add,edit', 'infractions', 20, 1, 'vbulletin'), (1253, 'user', 'add,edit', 'username', 20, 1, 'vbulletin'), (1254, 'user', 'add,edit', 'email', 40, 1, 'vbulletin'), (1255, 'user', 'add,edit', 'languageid', 50, 1, 'vbulletin'), (1256, 'user', 'add,edit', 'usertitle', 60, 1, 'vbulletin'), (1257, 'user', 'add,edit', 'customtitle', 70, 1, 'vbulletin'), (1258, 'user', 'add,edit', 'homepage', 80, 1, 'vbulletin'), (1259, 'user', 'add,edit', 'birthday', 90, 1, 'vbulletin'), (1260, 'user', 'add,edit', 'showbirthday', 95, 1, 'vbulletin'), (1261, 'user', 'add,edit', 'signature', 100, 1, 'vbulletin'), (1262, 'user', 'add,edit', 'icq', 110, 1, 'vbulletin'), (1263, 'user', 'add,edit', 'aim', 120, 1, 'vbulletin'), (1264, 'user', 'add,edit', 'yahoo', 130, 1, 'vbulletin'), (1265, 'user', 'add,edit', 'msn', 140, 1, 'vbulletin'), (1266, 'user', 'add,edit', 'skype', 145, 1, 'vbulletin'), (1267, 'user', 'add,edit', 'coppauser', 150, 1, 'vbulletin'), (1268, 'user', 'add,edit', 'parentemail', 160, 1, 'vbulletin'), (1269, 'user', 'add,edit', 'posts', 170, 1, 'vbulletin'), (1270, 'user', 'add,edit', 'referrerid', 180, 1, 'vbulletin'), (1271, 'user', 'add,edit', 'ipaddress', 190, 1, 'vbulletin'), (1272, 'user', 'add,edit', 'usergroupid', 200, 1, 'vbulletin'), (1273, 'user', 'add,edit', 'membergroupids', 210, 1, 'vbulletin'), (1274, 'user', 'add,edit', 'showreputation', 220, 1, 'vbulletin'), (1275, 'user', 'add,edit', 'reputation', 230, 1, 'vbulletin'), (1276, 'user', 'add,edit', 'reputationpower', 235, 1, 'vbulletin'), (1277, 'user', 'add,edit', 'adminemail', 240, 1, 'vbulletin'), (1278, 'user', 'add,edit', 'showemail', 250, 1, 'vbulletin'), (1279, 'user', 'add,edit', 'invisible', 260, 1, 'vbulletin'), (1280, 'user', 'add,edit', 'showvcard', 265, 1, 'vbulletin'), (1281, 'user', 'add,edit', 'receivepm', 270, 1, 'vbulletin'), (1282, 'user', 'add,edit', 'receivepmbuddies', 275, 1, 'vbulletin'), (1283, 'user', 'add,edit', 'emailonpm', 280, 1, 'vbulletin'), (1284, 'user', 'add,edit', 'pmpopup', 290, 1, 'vbulletin'), (1285, 'user', 'add,edit', 'showsignatures', 300, 1, 'vbulletin'), (1286, 'user', 'add,edit', 'showavatars', 310, 1, 'vbulletin'), (1287, 'user', 'add,edit', 'showimages', 320, 1, 'vbulletin'), (1288, 'user', 'add,edit', 'showusercss', 323, 1, 'vbulletin'), (1289, 'user', 'add,edit', 'receivefriendemailrequest', 326, 1, 'vbulletin'), (1290, 'user', 'add,edit', 'autosubscribe', 330, 1, 'vbulletin'), (1291, 'user', 'add,edit', 'threadedmode', 340, 1, 'vbulletin'), (1292, 'user', 'add,edit', 'showvbcode', 350, 1, 'vbulletin'), (1293, 'user', 'add,edit', 'styleid', 360, 1, 'vbulletin'), (1294, 'user', 'add,edit', 'timezoneoffset', 370, 1, 'vbulletin'), (1295, 'user', 'add,edit', 'dstauto', 380, 1, 'vbulletin'), (1296, 'user', 'add,edit', 'dstonoff', 390, 1, 'vbulletin'), (1297, 'user', 'add,edit', 'daysprune', 400, 1, 'vbulletin'), (1298, 'user', 'add,edit', 'joindate', 410, 1, 'vbulletin'), (1299, 'user', 'add,edit', 'lastactivity', 430, 1, 'vbulletin'), (1300, 'user', 'add,edit', 'lastpost', 440, 1, 'vbulletin'), (1301, 'user', 'changehistory', '', 1, 1, 'vbulletin'), (1302, 'user', 'doips', '', 1, 1, 'vbulletin'), (1303, 'user', 'doips', 'ipaddress', 10, 1, 'vbulletin'), (1304, 'user', 'doips', 'username', 20, 1, 'vbulletin'), (1305, 'user', 'doips', 'depth', 30, 1, 'vbulletin'), (1306, 'user', 'edit', '', 1, 1, 'vbulletin'), (1307, 'user', 'edit', 'receivepmbuddies', 1, 1, 'vbulletin'), (1308, 'user', 'edit', 'vm_contactonly', 1, 1, 'vbulletin'), (1309, 'user', 'edit', 'password', 30, 1, 'vbulletin'), (1310, 'user', 'editaccess', '', 1, 1, 'vbulletin'), (1311, 'user', 'emailpassword', '', 1, 1, 'vbulletin'), (1312, 'user', 'find', '', 1, 1, 'vbulletin'), (1313, 'user', 'find2', '', 1, 1, 'vbulletin'), (1314, 'user', 'moderate', '', 1, 1, 'vbulletin'), (1315, 'user', 'moderate', 'send_validated', 10, 1, 'vbulletin'), (1316, 'user', 'moderate', 'send_deleted', 20, 1, 'vbulletin'), (1317, 'user', 'modify', '', 1, 1, 'vbulletin'), (1318, 'user', 'modify', 'username', 70, 1, 'vbulletin'), (1319, 'user', 'modify', 'usergroupid', 90, 1, 'vbulletin'), (1320, 'user', 'modify', 'membergroup', 100, 1, 'vbulletin'), (1321, 'user', 'modify', 'adminemail', 105, 1, 'vbulletin'), (1322, 'user', 'modify', 'email', 110, 1, 'vbulletin'), (1323, 'user', 'modify', 'parentemail', 120, 1, 'vbulletin'), (1324, 'user', 'modify', 'coppauser', 130, 1, 'vbulletin'), (1325, 'user', 'modify', 'homepage', 140, 1, 'vbulletin'), (1326, 'user', 'modify', 'icq', 150, 1, 'vbulletin'), (1327, 'user', 'modify', 'aim', 160, 1, 'vbulletin'), (1328, 'user', 'modify', 'yahoo', 170, 1, 'vbulletin'), (1329, 'user', 'modify', 'msn', 175, 1, 'vbulletin'), (1330, 'user', 'modify', 'skype', 176, 1, 'vbulletin'), (1331, 'user', 'modify', 'signature', 180, 1, 'vbulletin'), (1332, 'user', 'modify', 'usertitle', 190, 1, 'vbulletin'), (1333, 'user', 'modify', 'joindateafter', 200, 1, 'vbulletin'), (1334, 'user', 'modify', 'joindatebefore', 210, 1, 'vbulletin'), (1335, 'user', 'modify', 'lastactivityafter', 213, 1, 'vbulletin'), (1336, 'user', 'modify', 'lastactivitybefore', 217, 1, 'vbulletin'), (1337, 'user', 'modify', 'lastvisitafter', 220, 1, 'vbulletin'), (1338, 'user', 'modify', 'lastvisitbefore', 230, 1, 'vbulletin'), (1339, 'user', 'modify', 'lastpostafter', 240, 1, 'vbulletin'), (1340, 'user', 'modify', 'lastpostbefore', 250, 1, 'vbulletin'), (1341, 'user', 'modify', 'birthdayafter', 260, 1, 'vbulletin'), (1342, 'user', 'modify', 'birthdaybefore', 270, 1, 'vbulletin'), (1343, 'user', 'modify', 'postslower', 280, 1, 'vbulletin'), (1344, 'user', 'modify', 'postsupper', 290, 1, 'vbulletin'), (1345, 'user', 'modify', 'reputationlower', 300, 1, 'vbulletin'), (1346, 'user', 'modify', 'reputationupper', 310, 1, 'vbulletin'), (1347, 'user', 'modify', 'ipaddress', 320, 1, 'vbulletin'), (1348, 'user', 'modify', 'warningslower', 320, 1, 'vbulletin'), (1349, 'user', 'modify', 'warningsupper', 340, 1, 'vbulletin'), (1350, 'user', 'modify', 'infractionslower', 350, 1, 'vbulletin'), (1351, 'user', 'modify', 'infractionsupper', 360, 1, 'vbulletin'), (1352, 'user', 'modify', 'pointslower', 370, 1, 'vbulletin'), (1353, 'user', 'modify', 'pointsupper', 380, 1, 'vbulletin'), (1354, 'user', 'modify', 'display[username]', 390, 1, 'vbulletin'), (1355, 'user', 'modify', 'useridlower', 390, 1, 'vbulletin'), (1356, 'user', 'modify', 'useridupper', 395, 1, 'vbulletin'), (1357, 'user', 'modify', 'display[options]', 400, 1, 'vbulletin'), (1358, 'user', 'modify', 'display[usergroup]', 410, 1, 'vbulletin'), (1359, 'user', 'modify', 'display[email]', 420, 1, 'vbulletin'), (1360, 'user', 'modify', 'display[parentemail]', 430, 1, 'vbulletin'), (1361, 'user', 'modify', 'display[coppauser]', 440, 1, 'vbulletin'), (1362, 'user', 'modify', 'display[homepage]', 450, 1, 'vbulletin'), (1363, 'user', 'modify', 'display[icq]', 460, 1, 'vbulletin'), (1364, 'user', 'modify', 'display[aim]', 470, 1, 'vbulletin'), (1365, 'user', 'modify', 'display[yahoo]', 480, 1, 'vbulletin'), (1366, 'user', 'modify', 'display[msn]', 490, 1, 'vbulletin'), (1367, 'user', 'modify', 'display[signature]', 500, 1, 'vbulletin'), (1368, 'user', 'modify', 'display[usertitle]', 510, 1, 'vbulletin'), (1369, 'user', 'modify', 'display[joindate]', 520, 1, 'vbulletin'), (1370, 'user', 'modify', 'display[lastactivity]', 523, 1, 'vbulletin'), (1371, 'user', 'modify', 'display[lastpost]', 540, 1, 'vbulletin'), (1372, 'user', 'modify', 'display[posts]', 550, 1, 'vbulletin'), (1373, 'user', 'modify', 'display[reputation]', 560, 1, 'vbulletin'), (1374, 'user', 'modify', 'display[ipaddress]', 570, 1, 'vbulletin'), (1375, 'user', 'modify', 'display[birthday]', 580, 1, 'vbulletin'), (1376, 'user', 'modify', 'orderby', 590, 1, 'vbulletin'), (1377, 'user', 'modify', 'limitstart', 610, 1, 'vbulletin'), (1378, 'user', 'modify', 'limitnumber', 620, 1, 'vbulletin'), (1379, 'user', 'prune', '', 1, 1, 'vbulletin'), (1380, 'user', 'prune', 'usergroupid', 20, 1, 'vbulletin'), (1381, 'user', 'prune', 'daysprune', 30, 1, 'vbulletin'), (1382, 'user', 'prune', 'joindate', 40, 1, 'vbulletin'), (1383, 'user', 'prune', 'minposts', 50, 1, 'vbulletin'), (1384, 'user', 'prune', 'order', 60, 1, 'vbulletin'), (1385, 'user', 'pruneusers', '', 1, 1, 'vbulletin'), (1386, 'user', 'remove', '', 1, 1, 'vbulletin'), (1387, 'usergroup', '', '', 1, 1, 'vbulletin'), (1388, 'usergroup', 'add', '', 1, 1, 'vbulletin'), (1389, 'usergroup', 'add', 'ugid_base', 750, 1, 'vbulletin'), (1390, 'usergroup', 'add,edit', 'cananimateavatar', 1, 1, 'vbulletin'), (1391, 'usergroup', 'add,edit', 'cananimateprofilepic', 1, 1, 'vbulletin'), (1392, 'usergroup', 'add,edit', 'canemailmember', 1, 1, 'vbulletin'), (1393, 'usergroup', 'add,edit', 'cangivearbinfraction', 1, 1, 'vbulletin'), (1394, 'usergroup', 'add,edit', 'cansearchft_bool', 1, 1, 'vbulletin'), (1395, 'usergroup', 'add,edit', 'canusefriends', 1, 1, 'vbulletin'), (1396, 'usergroup', 'add,edit', 'canviewthreads', 1, 1, 'vbulletin'), (1397, 'usergroup', 'add,edit', 'isnotmoderated', 1, 1, 'vbulletin'), (1398, 'usergroup', 'add,edit', 'title', 10, 1, 'vbulletin'), (1399, 'usergroup', 'add,edit', 'description', 20, 1, 'vbulletin'), (1400, 'usergroup', 'add,edit', 'usertitle', 30, 1, 'vbulletin'), (1401, 'usergroup', 'add,edit', 'htmltags', 40, 1, 'vbulletin'), (1402, 'usergroup', 'add,edit', 'passwordexpires', 50, 1, 'vbulletin'), (1403, 'usergroup', 'add,edit', 'passwordhistory', 60, 1, 'vbulletin'), (1404, 'usergroup', 'add,edit', 'showgroup', 70, 1, 'vbulletin'), (1405, 'usergroup', 'add,edit', 'showbirthday', 80, 1, 'vbulletin'), (1406, 'usergroup', 'add,edit', 'showmemberlist', 90, 1, 'vbulletin'), (1407, 'usergroup', 'add,edit', 'allowmembergroups', 100, 1, 'vbulletin'), (1408, 'usergroup', 'add,edit', 'isnotbannedgroup', 110, 1, 'vbulletin'), (1409, 'usergroup', 'add,edit', 'ispublicgroup', 120, 1, 'vbulletin'), (1410, 'usergroup', 'add,edit', 'canoverride', 130, 1, 'vbulletin'), (1411, 'usergroup', 'add,edit', 'canseehidden', 140, 1, 'vbulletin'), (1412, 'usergroup', 'add,edit', 'canviewmembers', 150, 1, 'vbulletin'), (1413, 'usergroup', 'add,edit', 'canmodifyprofile', 160, 1, 'vbulletin'), (1414, 'usergroup', 'add,edit', 'caninvisible', 170, 1, 'vbulletin'), (1415, 'usergroup', 'add,edit', 'showeditedby', 180, 1, 'vbulletin'), (1416, 'usergroup', 'add,edit', 'canseeraters', 190, 1, 'vbulletin'), (1417, 'usergroup', 'add,edit', 'canjoingroups', 200, 1, 'vbulletin'), (1418, 'usergroup', 'add,edit', 'canusecustomtitle', 200, 1, 'vbulletin'), (1419, 'usergroup', 'add,edit', 'canusesignature', 210, 1, 'vbulletin'), (1420, 'usergroup', 'add,edit', 'canseeprofilepic', 220, 1, 'vbulletin'), (1421, 'usergroup', 'add,edit', 'canseehiddencustomfields', 225, 1, 'vbulletin'), (1422, 'usergroup', 'add,edit', 'canview', 230, 1, 'vbulletin'), (1423, 'usergroup', 'add,edit', 'canviewothers', 240, 1, 'vbulletin'), (1424, 'usergroup', 'add,edit', 'canseedelnotice', 250, 1, 'vbulletin'), (1425, 'usergroup', 'add,edit', 'cansearch', 260, 1, 'vbulletin'), (1426, 'usergroup', 'add,edit', 'canemail', 270, 1, 'vbulletin'), (1427, 'usergroup', 'add,edit', 'cangetattachment', 280, 1, 'vbulletin'), (1428, 'usergroup', 'add,edit', 'canpostnew', 290, 1, 'vbulletin'), (1429, 'usergroup', 'add,edit', 'canreplyown', 300, 1, 'vbulletin'), (1430, 'usergroup', 'add,edit', 'canreplyothers', 310, 1, 'vbulletin'), (1431, 'usergroup', 'add,edit', 'caneditpost', 320, 1, 'vbulletin'), (1432, 'usergroup', 'add,edit', 'candeletepost', 330, 1, 'vbulletin'), (1433, 'usergroup', 'add,edit', 'canmove', 340, 1, 'vbulletin'), (1434, 'usergroup', 'add,edit', 'canopenclose', 350, 1, 'vbulletin'), (1435, 'usergroup', 'add,edit', 'candeletethread', 360, 1, 'vbulletin'), (1436, 'usergroup', 'add,edit', 'followforummoderation', 370, 1, 'vbulletin'), (1437, 'usergroup', 'add,edit', 'cantagown', 371, 1, 'vbulletin'), (1438, 'usergroup', 'add,edit', 'picturefollowforummoderation', 371, 1, 'vbulletin'), (1439, 'usergroup', 'add,edit', 'cantagothers', 372, 1, 'vbulletin'), (1440, 'usergroup', 'add,edit', 'commentfollowforummoderation', 372, 1, 'vbulletin'), (1441, 'usergroup', 'add,edit', 'candeletetagown', 373, 1, 'vbulletin'), (1442, 'usergroup', 'add,edit', 'cancreatetag', 374, 1, 'vbulletin'), (1443, 'usergroup', 'add,edit', 'canthreadrate', 380, 1, 'vbulletin'), (1444, 'usergroup', 'add,edit', 'canpostattachment', 390, 1, 'vbulletin'), (1445, 'usergroup', 'add,edit', 'attachlimit', 400, 1, 'vbulletin'), (1446, 'usergroup', 'add,edit', 'canpostpoll', 410, 1, 'vbulletin'), (1447, 'usergroup', 'add,edit', 'canvote', 420, 1, 'vbulletin'), (1448, 'usergroup', 'add,edit', 'canuseavatar', 430, 1, 'vbulletin'), (1449, 'usergroup', 'add,edit', 'avatarmaxwidth', 440, 1, 'vbulletin'), (1450, 'usergroup', 'add,edit', 'avatarmaxheight', 450, 1, 'vbulletin'), (1451, 'usergroup', 'add,edit', 'avatarmaxsize', 460, 1, 'vbulletin'), (1452, 'usergroup', 'add,edit', 'cansigpic', 465, 1, 'vbulletin'), (1453, 'usergroup', 'add,edit', 'cananimatesigpic', 470, 1, 'vbulletin'), (1454, 'usergroup', 'add,edit', 'canprofilepic', 470, 1, 'vbulletin'), (1455, 'usergroup', 'add,edit', 'sigpicmaxheight', 475, 1, 'vbulletin'), (1456, 'usergroup', 'add,edit', 'sigpicmaxwidth', 475, 1, 'vbulletin'), (1457, 'usergroup', 'add,edit', 'profilepicmaxwidth', 480, 1, 'vbulletin'), (1458, 'usergroup', 'add,edit', 'sigpicmaxsize', 485, 1, 'vbulletin'), (1459, 'usergroup', 'add,edit', 'profilepicmaxheight', 490, 1, 'vbulletin'), (1460, 'usergroup', 'add,edit', 'profilepicmaxsize', 500, 1, 'vbulletin'), (1461, 'usergroup', 'add,edit', 'pmquota', 510, 1, 'vbulletin'), (1462, 'usergroup', 'add,edit', 'canignorequota', 515, 1, 'vbulletin'), (1463, 'usergroup', 'add,edit', 'cantrackpm', 520, 1, 'vbulletin'), (1464, 'usergroup', 'add,edit', 'candenypmreceipts', 530, 1, 'vbulletin'), (1465, 'usergroup', 'add,edit', 'pmsendmax', 540, 1, 'vbulletin'), (1466, 'usergroup', 'add,edit', 'canviewcalendar', 550, 1, 'vbulletin'), (1467, 'usergroup', 'add,edit', 'canpostevent', 560, 1, 'vbulletin'), (1468, 'usergroup', 'add,edit', 'caneditevent', 570, 1, 'vbulletin'), (1469, 'usergroup', 'add,edit', 'candeleteevent', 580, 1, 'vbulletin'), (1470, 'usergroup', 'add,edit', 'canviewothersevent', 590, 1, 'vbulletin'), (1471, 'usergroup', 'add,edit', 'canwhosonline', 600, 1, 'vbulletin'), (1472, 'usergroup', 'add,edit', 'canwhosonlinefull', 610, 1, 'vbulletin'), (1473, 'usergroup', 'add,edit', 'canwhosonlineip', 620, 1, 'vbulletin'), (1474, 'usergroup', 'add,edit', 'canwhosonlinebad', 630, 1, 'vbulletin'), (1475, 'usergroup', 'add,edit', 'canwhosonlinelocation', 640, 1, 'vbulletin'), (1476, 'usergroup', 'add,edit', 'canviewownusernotes', 650, 1, 'vbulletin'), (1477, 'usergroup', 'add,edit', 'canmanageownusernotes', 660, 1, 'vbulletin'), (1478, 'usergroup', 'add,edit', 'canpostownusernotes', 670, 1, 'vbulletin'), (1479, 'usergroup', 'add,edit', 'canviewothersusernotes', 680, 1, 'vbulletin'), (1480, 'usergroup', 'add,edit', 'canmanageothersusernotes', 690, 1, 'vbulletin'), (1481, 'usergroup', 'add,edit', 'canpostothersusernotes', 700, 1, 'vbulletin'), (1482, 'usergroup', 'add,edit', 'caneditownusernotes', 710, 1, 'vbulletin'), (1483, 'usergroup', 'add,edit', 'canbeusernoted', 720, 1, 'vbulletin'), (1484, 'usergroup', 'add,edit', 'ismoderator', 730, 1, 'vbulletin'), (1485, 'usergroup', 'add,edit', 'cancontrolpanel', 740, 1, 'vbulletin'), (1486, 'usergroup', 'add,edit', 'cannegativerep', 750, 1, 'vbulletin'), (1487, 'usergroup', 'add,edit', 'canuserep', 750, 1, 'vbulletin'), (1488, 'usergroup', 'add,edit', 'canseeownrep', 760, 1, 'vbulletin'), (1489, 'usergroup', 'add,edit', 'canhiderep', 770, 1, 'vbulletin'), (1490, 'usergroup', 'add,edit', 'canseeothersrep', 780, 1, 'vbulletin'), (1491, 'usergroup', 'add,edit', 'sigmaxrawchars', 800, 1, 'vbulletin'), (1492, 'usergroup', 'add,edit', 'sigmaxchars', 805, 1, 'vbulletin'), (1493, 'usergroup', 'add,edit', 'sigmaxlines', 810, 1, 'vbulletin'), (1494, 'usergroup', 'add,edit', 'canbbcode', 815, 1, 'vbulletin'), (1495, 'usergroup', 'add,edit', 'canbbcodebasic', 815, 1, 'vbulletin'), (1496, 'usergroup', 'add,edit', 'canbbcodecolor', 820, 1, 'vbulletin'), (1497, 'usergroup', 'add,edit', 'canbbcodesize', 825, 1, 'vbulletin'), (1498, 'usergroup', 'add,edit', 'sigmaxsizebbcode', 830, 1, 'vbulletin'), (1499, 'usergroup', 'add,edit', 'canbbcodefont', 835, 1, 'vbulletin'), (1500, 'usergroup', 'add,edit', 'canbbcodealign', 840, 1, 'vbulletin'), (1501, 'usergroup', 'add,edit', 'canbbcodelist', 840, 1, 'vbulletin'), (1502, 'usergroup', 'add,edit', 'canbbcodelink', 850, 1, 'vbulletin'), (1503, 'usergroup', 'add,edit', 'canbbcodecode', 855, 1, 'vbulletin'), (1504, 'usergroup', 'add,edit', 'canbbcodephp', 860, 1, 'vbulletin'), (1505, 'usergroup', 'add,edit', 'canbbcodehtml', 865, 1, 'vbulletin'), (1506, 'usergroup', 'add,edit', 'canbbcodequote', 870, 1, 'vbulletin'), (1507, 'usergroup', 'add,edit', 'allowimg', 875, 1, 'vbulletin'), (1508, 'usergroup', 'add,edit', 'sigmaximages', 880, 1, 'vbulletin'), (1509, 'usergroup', 'add,edit', 'allowsmilies', 885, 1, 'vbulletin'), (1510, 'usergroup', 'add,edit', 'allowhtml', 890, 1, 'vbulletin'), (1511, 'usergroup', 'add,edit', 'candeleteownmessages', 940, 1, 'vbulletin'), (1512, 'usergroup', 'add,edit', 'canalbum', 1000, 1, 'vbulletin'), (1513, 'usergroup', 'add,edit', 'canviewalbum', 1010, 1, 'vbulletin'), (1514, 'usergroup', 'add,edit', 'albumpicmaxwidth', 1020, 1, 'vbulletin'), (1515, 'usergroup', 'add,edit', 'albumpicmaxheight', 1030, 1, 'vbulletin'), (1516, 'usergroup', 'add,edit', 'albummaxpics', 1040, 1, 'vbulletin'), (1517, 'usergroup', 'add,edit', 'albumpicmaxsize', 1040, 1, 'vbulletin'), (1518, 'usergroup', 'add,edit', 'albummaxsize', 1050, 1, 'vbulletin'), (1519, 'usergroup', 'add,edit', 'canpiccomment', 1055, 1, 'vbulletin'), (1520, 'usergroup', 'add,edit', 'caneditownpiccomment', 1060, 1, 'vbulletin'), (1521, 'usergroup', 'add,edit', 'candeleteownpiccomment', 1065, 1, 'vbulletin'), (1522, 'usergroup', 'add,edit', 'canmanagepiccomment', 1070, 1, 'vbulletin'), (1523, 'usergroup', 'add,edit', 'caneditfontfamily', 1100, 1, 'vbulletin'), (1524, 'usergroup', 'add,edit', 'caneditfontsize', 1110, 1, 'vbulletin'), (1525, 'usergroup', 'add,edit', 'caneditcolors', 1120, 1, 'vbulletin'), (1526, 'usergroup', 'add,edit', 'caneditbgimage', 1130, 1, 'vbulletin'), (1527, 'usergroup', 'add,edit', 'caneditborders', 1140, 1, 'vbulletin'), (1528, 'usergroup', 'add,edit', 'cancreategroups', 1210, 1, 'vbulletin'), (1529, 'usergroup', 'add,edit', 'caneditowngroups', 1220, 1, 'vbulletin'), (1530, 'usergroup', 'add,edit', 'candeleteowngroups', 1230, 1, 'vbulletin'), (1531, 'usergroup', 'add,edit', 'canviewgroups', 1240, 1, 'vbulletin'), (1532, 'usergroup', 'add,edit', 'canmanagemessages', 1250, 1, 'vbulletin'), (1533, 'usergroup', 'add,edit', 'canpostnonmembergroup', 1260, 1, 'vbulletin'), (1534, 'usergroup', 'add,edit', 'canmanageowngroups', 1270, 1, 'vbulletin'), (1535, 'usergroup', 'addleader', '', 1, 1, 'vbulletin'), (1536, 'usergroup', 'addleader', 'usergroupid', 10, 1, 'vbulletin'), (1537, 'usergroup', 'addleader', 'username', 20, 1, 'vbulletin'), (1538, 'usergroup', 'edit', '', 1, 1, 'vbulletin'), (1539, 'usergroup', 'edit,add', 'cangiveinfraction', 1, 1, 'vbulletin'), (1540, 'usergroup', 'edit,add', 'canreverseinfraction', 1, 1, 'vbulletin'), (1541, 'usergroup', 'edit,add', 'canseeinfraction', 1, 1, 'vbulletin'), (1542, 'usergroup', 'edit,add', 'canmanageownprofile', 900, 1, 'vbulletin'), (1543, 'usergroup', 'edit,add', 'canmessageownprofile', 910, 1, 'vbulletin'), (1544, 'usergroup', 'edit,add', 'canmessageothersprofile', 920, 1, 'vbulletin'), (1545, 'usergroup', 'edit,add', 'caneditownmessages', 930, 1, 'vbulletin'), (1546, 'usergroup', 'modify', '', 1, 1, 'vbulletin'), (1547, 'usergroup', 'modifypromotion', '', 1, 1, 'vbulletin'), (1548, 'usergroup', 'remove', '', 1, 1, 'vbulletin'), (1549, 'usergroup', 'removeleader', '', 1, 1, 'vbulletin'), (1550, 'usergroup', 'removepromotion', '', 1, 1, 'vbulletin'), (1551, 'usergroup', 'updatepromotion', '', 1, 1, 'vbulletin'), (1552, 'usergroup', 'updatepromotion', 'usergroupid', 5, 1, 'vbulletin'), (1553, 'usergroup', 'updatepromotion', 'reputationtype', 10, 1, 'vbulletin'), (1554, 'usergroup', 'updatepromotion', 'reputation', 20, 1, 'vbulletin'), (1555, 'usergroup', 'updatepromotion', 'date', 30, 1, 'vbulletin'), (1556, 'usergroup', 'updatepromotion', 'posts', 40, 1, 'vbulletin'), (1557, 'usergroup', 'updatepromotion', 'strategy', 50, 1, 'vbulletin'), (1558, 'usergroup', 'updatepromotion', 'type', 60, 1, 'vbulletin'), (1559, 'usergroup', 'updatepromotion', 'joinusergroupid', 70, 1, 'vbulletin'), (1560, 'usergroup', 'viewjoinrequests', '', 1, 1, 'vbulletin'), (1561, 'usertitle', '', '', 1, 1, 'vbulletin'), (1562, 'usertitle', 'add', '', 1, 1, 'vbulletin'), (1563, 'usertitle', 'add,edit', 'title', 10, 1, 'vbulletin'), (1564, 'usertitle', 'add,edit', 'minposts', 20, 1, 'vbulletin'), (1565, 'usertitle', 'edit', '', 1, 1, 'vbulletin'), (1566, 'usertitle', 'modify', '', 1, 1, 'vbulletin'), (1567, 'usertitle', 'remove', '', 1, 1, 'vbulletin'), (1568, 'usertools', '', '', 1, 1, 'vbulletin'), (1569, 'usertools', 'doips', '', 1, 1, 'vbulletin'), (1570, 'usertools', 'doips', 'ipaddress', 20, 1, 'vbulletin'), (1571, 'usertools', 'doips', 'username', 30, 1, 'vbulletin'), (1572, 'usertools', 'doips', 'depth', 40, 1, 'vbulletin'), (1573, 'usertools', 'domerge', '', 1, 1, 'vbulletin'), (1574, 'usertools', 'gethost', '', 1, 1, 'vbulletin'), (1575, 'usertools', 'merge', '', 1, 1, 'vbulletin'); INSERT INTO `adminhelp` (`adminhelpid`, `script`, `action`, `optionname`, `displayorder`, `volatile`, `product`) VALUES (1576, 'usertools', 'merge', 'sourceuser', 10, 1, 'vbulletin'), (1577, 'usertools', 'merge', 'destuser', 20, 1, 'vbulletin'), (1578, 'usertools', 'pmfolderstats', '', 1, 1, 'vbulletin'), (1579, 'usertools', 'pmstats', '', 1, 1, 'vbulletin'), (1580, 'usertools', 'pmuserstats', '', 1, 1, 'vbulletin'), (1581, 'usertools', 'referrers', '', 1, 1, 'vbulletin'), (1582, 'usertools', 'referrers', 'startdate', 10, 1, 'vbulletin'), (1583, 'usertools', 'referrers', 'enddate', 20, 1, 'vbulletin'), (1584, 'usertools', 'removepms', '', 1, 1, 'vbulletin'), (1585, 'usertools', 'removesentpms', '', 1, 1, 'vbulletin'), (1586, 'usertools', 'removesubs', '', 1, 1, 'vbulletin'), (1587, 'usertools', 'showreferrals', '', 1, 1, 'vbulletin'), (1588, 'usertools', 'showreferrers', '', 1, 1, 'vbulletin'), (1589, 'verify', 'intro', '', 1, 1, 'vbulletin'), (1590, 'verify', 'intro', 'hv_recaptcha_privatekey', 1, 1, 'vbulletin'), (1591, 'verify', 'intro', 'hv_recaptcha_publickey', 1, 1, 'vbulletin'), (1592, 'verify', 'intro', 'hv_recaptcha_theme', 1, 1, 'vbulletin'), (1593, 'verify', 'intro', 'hv_type', 1, 1, 'vbulletin'), (1594, 'verify', 'intro', 'regimagetype', 1, 1, 'vbulletin'), (1595, 'verify', 'intro', 'regimageoption', 2, 1, 'vbulletin'), (1596, 'verify', 'modifyanswer', 'answer', 1, 1, 'vbulletin'), (1597, 'verify', 'modifyquestion', 'question', 1, 1, 'vbulletin'), (1598, 'verify', 'modifyquestion', 'regex', 1, 1, 'vbulletin'); -- -------------------------------------------------------- -- -- Table structure for table `administrator` -- CREATE TABLE IF NOT EXISTS `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=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `administrator` -- INSERT INTO `administrator` (`userid`, `adminpermissions`, `navprefs`, `cssprefs`, `notes`, `dismissednews`, `languageid`) VALUES (1, 491516, NULL, 'vBulletin_2_Default', NULL, '11,37,41,42', 0), (3, 0, NULL, '', NULL, NULL, 0); -- -------------------------------------------------------- -- -- Table structure for table `adminlog` -- CREATE TABLE IF NOT EXISTS `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` varchar(15) NOT NULL default '', PRIMARY KEY (`adminlogid`), KEY `script_action` (`script`,`action`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1676 ; -- -- Dumping data for table `adminlog` -- INSERT INTO `adminlog` (`adminlogid`, `userid`, `dateline`, `script`, `action`, `extrainfo`, `ipaddress`) VALUES (1, 1, 1210632453, 'options.php', '', '', '24.222.50.139'), (2, 1, 1210632471, 'options.php', 'options', '', '24.222.50.139'), (3, 1, 1210632487, 'user.php', 'moderate', '', '24.222.50.139'), (4, 1, 1210632500, 'options.php', 'options', '', '24.222.50.139'), (5, 1, 1210632507, 'options.php', 'dooptions', '', '24.222.50.139'), (6, 1, 1210632508, 'options.php', 'options', '', '24.222.50.139'), (7, 1, 1210632536, 'options.php', 'options', '', '24.222.50.139'), (8, 1, 1210632556, 'phrase.php', 'edit', '', '24.222.50.139'), (9, 1, 1210632632, 'phrase.php', 'update', '', '24.222.50.139'), (10, 1, 1210632637, 'phrase.php', '', '', '24.222.50.139'), (11, 1, 1210632852, 'options.php', 'dooptions', '', '24.222.50.139'), (12, 1, 1210632854, 'options.php', 'options', '', '24.222.50.139'), (13, 1, 1210633835, 'usergroup.php', 'modify', '', '24.222.50.139'), (14, 1, 1210633835, 'usergroup.php', 'modify', '', '24.222.50.139'), (15, 1, 1210633839, 'usergroup.php', 'add', '', '24.222.50.139'), (16, 1, 1210634413, 'usergroup.php', 'update', '', '24.222.50.139'), (17, 1, 1210634414, 'usergroup.php', 'modify', '', '24.222.50.139'), (18, 1, 1210634416, 'usergroup.php', 'add', '', '24.222.50.139'), (19, 1, 1210634449, 'usergroup.php', 'add', '', '24.222.50.139'), (20, 1, 1210634487, 'usergroup.php', 'update', '', '24.222.50.139'), (21, 1, 1210634488, 'usergroup.php', 'modify', '', '24.222.50.139'), (22, 1, 1210634589, 'usergroup.php', 'edit', 'usergroup id = 10', '24.222.50.139'), (23, 1, 1210634606, 'usergroup.php', 'update', 'usergroup id = 10', '24.222.50.139'), (24, 1, 1210634607, 'usergroup.php', 'modify', '', '24.222.50.139'), (25, 1, 1210634609, 'usergroup.php', 'edit', 'usergroup id = 9', '24.222.50.139'), (26, 1, 1210634636, 'usergroup.php', 'update', 'usergroup id = 9', '24.222.50.139'), (27, 1, 1210634637, 'usergroup.php', 'modify', '', '24.222.50.139'), (28, 1, 1210634640, 'usergroup.php', 'edit', 'usergroup id = 6', '24.222.50.139'), (29, 1, 1210634664, 'usergroup.php', 'update', 'usergroup id = 6', '24.222.50.139'), (30, 1, 1210634665, 'usergroup.php', 'modify', '', '24.222.50.139'), (31, 1, 1210634693, 'usergroup.php', 'edit', 'usergroup id = 6', '24.222.50.139'), (32, 1, 1210634706, 'usergroup.php', 'update', 'usergroup id = 6', '24.222.50.139'), (33, 1, 1210634708, 'usergroup.php', 'modify', '', '24.222.50.139'), (34, 1, 1210634723, 'usergroup.php', 'edit', 'usergroup id = 6', '24.222.50.139'), (35, 1, 1210634740, 'usergroup.php', 'update', 'usergroup id = 6', '24.222.50.139'), (36, 1, 1210634741, 'usergroup.php', 'modify', '', '24.222.50.139'), (37, 1, 1210634760, 'options.php', '', '', '24.222.50.139'), (38, 1, 1210634768, 'options.php', 'options', '', '24.222.50.139'), (39, 1, 1210634789, 'options.php', 'dooptions', '', '24.222.50.139'), (40, 1, 1210634791, 'options.php', 'options', '', '24.222.50.139'), (41, 1, 1210634794, 'options.php', 'options', '', '24.222.50.139'), (42, 1, 1210634816, 'options.php', 'dooptions', '', '24.222.50.139'), (43, 1, 1210634817, 'options.php', 'options', '', '24.222.50.139'), (44, 1, 1210634820, 'options.php', 'options', '', '24.222.50.139'), (45, 1, 1210634844, 'options.php', 'options', '', '24.222.50.139'), (46, 1, 1210634857, 'options.php', 'dooptions', '', '24.222.50.139'), (47, 1, 1210634858, 'options.php', 'options', '', '24.222.50.139'), (48, 1, 1210634882, 'options.php', 'dooptions', '', '24.222.50.139'), (49, 1, 1210634884, 'options.php', 'options', '', '24.222.50.139'), (50, 1, 1210634911, 'forum.php', 'modify', '', '24.222.50.139'), (51, 1, 1210634913, 'forum.php', 'edit', 'forum id = 1', '24.222.50.139'), (52, 1, 1210634925, 'forum.php', 'update', 'forum id = 1', '24.222.50.139'), (53, 1, 1210634927, 'forum.php', 'modify', 'forum id = 1', '24.222.50.139'), (54, 1, 1210634930, 'forum.php', 'edit', 'forum id = 2', '24.222.50.139'), (55, 1, 1210634961, 'forum.php', 'edit', 'forum id = 2', '24.222.50.139'), (56, 1, 1210635003, 'forum.php', 'update', 'forum id = 2', '24.222.50.139'), (57, 1, 1210635005, 'forum.php', 'modify', 'forum id = 2', '24.222.50.139'), (58, 1, 1210635007, 'forum.php', 'edit', 'forum id = 2', '24.222.50.139'), (59, 1, 1210635011, 'forum.php', 'update', 'forum id = 2', '24.222.50.139'), (60, 1, 1210635012, 'forum.php', 'modify', 'forum id = 2', '24.222.50.139'), (61, 1, 1210635014, 'forum.php', 'add', '', '24.222.50.139'), (62, 1, 1210635046, 'forum.php', 'update', '', '24.222.50.139'), (63, 1, 1210635047, 'forum.php', 'modify', 'forum id = 3', '24.222.50.139'), (64, 1, 1210635066, 'forum.php', 'doorder', '', '24.222.50.139'), (65, 1, 1210635068, 'forum.php', 'modify', '', '24.222.50.139'), (66, 1, 1210635069, 'forum.php', 'add', '', '24.222.50.139'), (67, 1, 1210635091, 'forum.php', 'update', '', '24.222.50.139'), (68, 1, 1210635092, 'forum.php', 'modify', 'forum id = 4', '24.222.50.139'), (69, 1, 1210635101, 'forum.php', 'doorder', '', '24.222.50.139'), (70, 1, 1210635102, 'forum.php', 'modify', '', '24.222.50.139'), (71, 1, 1210635129, 'forum.php', 'add', '', '24.222.50.139'), (72, 1, 1210635129, 'forum.php', 'add', '', '24.222.50.139'), (73, 1, 1210635163, 'forum.php', 'update', '', '24.222.50.139'), (74, 1, 1210635168, 'forum.php', 'modify', 'forum id = 5', '24.222.50.139'), (75, 1, 1210635173, 'forum.php', 'add', '', '24.222.50.139'), (76, 1, 1210635198, 'forum.php', 'update', '', '24.222.50.139'), (77, 1, 1210635200, 'forum.php', 'modify', 'forum id = 6', '24.222.50.139'), (78, 1, 1210635202, 'forum.php', 'add', '', '24.222.50.139'), (79, 1, 1210635228, 'forum.php', 'update', '', '24.222.50.139'), (80, 1, 1210635229, 'forum.php', 'modify', 'forum id = 7', '24.222.50.139'), (81, 1, 1210635232, 'forum.php', 'add', '', '24.222.50.139'), (82, 1, 1210635267, 'forum.php', 'update', '', '24.222.50.139'), (83, 1, 1210635269, 'forum.php', 'modify', 'forum id = 8', '24.222.50.139'), (84, 1, 1210635293, 'forumpermission.php', 'modify', '', '24.222.50.139'), (85, 1, 1210635298, 'forumpermission.php', 'quickset', 'forum id = 5', '24.222.50.139'), (86, 1, 1210635300, 'forumpermission.php', 'modify', 'forum id = 5', '24.222.50.139'), (87, 1, 1210635306, 'forumpermission.php', 'edit', 'forumpermission id = 6', '24.222.50.139'), (88, 1, 1210635312, 'forumpermission.php', 'doupdate', '', '24.222.50.139'), (89, 1, 1210635313, 'forumpermission.php', 'modify', 'forum id = 5', '24.222.50.139'), (90, 1, 1210635322, 'forumpermission.php', 'edit', 'forum id = 7 / usergroup id = 7', '24.222.50.139'), (91, 1, 1210635352, 'forumpermission.php', 'doupdate', '', '24.222.50.139'), (92, 1, 1210635353, 'forumpermission.php', 'modify', 'forum id = 7', '24.222.50.139'), (93, 1, 1210635357, 'forumpermission.php', 'edit', 'forum id = 8 / usergroup id = 7', '24.222.50.139'), (94, 1, 1210635361, 'forumpermission.php', 'doupdate', '', '24.222.50.139'), (95, 1, 1210635362, 'forumpermission.php', 'modify', 'forum id = 8', '24.222.50.139'), (96, 1, 1210635371, 'forumpermission.php', 'edit', 'forum id = 7 / usergroup id = 5', '24.222.50.139'), (97, 1, 1210635375, 'forumpermission.php', 'doupdate', '', '24.222.50.139'), (98, 1, 1210635376, 'forumpermission.php', 'modify', 'forum id = 7', '24.222.50.139'), (99, 1, 1210635401, 'user.php', 'moderate', '', '24.222.50.139'), (100, 1, 1210635403, 'user.php', 'moderate', '', '24.222.50.139'), (101, 1, 1210635416, 'user.php', 'modify', '', '24.222.50.139'), (102, 1, 1210635416, 'user.php', 'modify', '', '24.222.50.139'), (103, 1, 1210635435, 'user.php', 'find', '', '24.222.50.139'), (104, 1, 1210635436, 'user.php', 'edit', 'user id = 2', '24.222.50.139'), (105, 1, 1210635466, 'user.php', 'update', 'user id = 2', '24.222.50.139'), (106, 1, 1210635468, 'user.php', 'modify', 'user id = 2', '24.222.50.139'), (107, 1, 1210635481, 'resources.php', '', '', '24.222.50.139'), (108, 1, 1210635481, 'resources.php', '', '', '24.222.50.139'), (109, 1, 1210635484, 'forumpermission.php', 'modify', '', '24.222.50.139'), (110, 1, 1210635487, 'forumpermission.php', 'edit', 'forum id = 8 / usergroup id = 5', '24.222.50.139'), (111, 1, 1210635491, 'forumpermission.php', 'doupdate', '', '24.222.50.139'), (112, 1, 1210635492, 'forumpermission.php', 'modify', 'forum id = 8', '24.222.50.139'), (113, 1, 1210635512, 'forumpermission.php', 'edit', 'forumpermission id = 10', '24.222.50.139'), (114, 1, 1210635517, 'forumpermission.php', 'doupdate', '', '24.222.50.139'), (115, 1, 1210635519, 'forumpermission.php', 'modify', 'forum id = 5', '24.222.50.139'), (116, 1, 1210635525, 'forumpermission.php', 'edit', 'forum id = 6 / usergroup id = 9', '24.222.50.139'), (117, 1, 1210635529, 'forumpermission.php', 'doupdate', '', '24.222.50.139'), (118, 1, 1210635530, 'forumpermission.php', 'modify', 'forum id = 6', '24.222.50.139'), (119, 1, 1210635533, 'forumpermission.php', 'edit', 'forum id = 8 / usergroup id = 9', '24.222.50.139'), (120, 1, 1210635536, 'forumpermission.php', 'doupdate', '', '24.222.50.139'), (121, 1, 1210635538, 'forumpermission.php', 'modify', 'forum id = 8', '24.222.50.139'), (122, 1, 1210635579, 'forumpermission.php', 'quickedit', '', '24.222.50.139'), (123, 1, 1210635593, 'forumpermission.php', 'edit', 'forumpermission id = 4', '24.222.50.139'), (124, 1, 1210635699, 'user.php', 'modify', '', '24.222.50.139'), (125, 1, 1210635702, 'user.php', 'find', '', '24.222.50.139'), (126, 1, 1210635702, 'user.php', 'edit', 'user id = 1', '24.222.50.139'), (127, 1, 1210635710, 'user.php', 'update', 'user id = 1', '24.222.50.139'), (128, 1, 1210635711, 'user.php', 'modify', 'user id = 1', '24.222.50.139'), (129, 1, 1210635728, 'user.php', 'find', '', '24.222.50.139'), (130, 1, 1210635729, 'user.php', 'edit', 'user id = 2', '24.222.50.139'), (131, 1, 1210635734, 'user.php', 'update', 'user id = 2', '24.222.50.139'), (132, 1, 1210635736, 'user.php', 'modify', 'user id = 2', '24.222.50.139'), (133, 1, 1210635903, 'user.php', 'edit', 'user id = 2', '24.222.50.139'), (134, 1, 1210635913, 'resources.php', '', '', '24.222.50.139'), (135, 1, 1210635915, 'resources.php', '', '', '24.222.50.139'), (136, 1, 1210635915, 'resources.php', '', '', '24.222.50.139'), (137, 1, 1210635928, 'help.php', 'answer', '', '24.222.50.139'), (138, 1, 1210635937, 'forumpermission.php', 'modify', '', '24.222.50.139'), (139, 1, 1210635937, 'forumpermission.php', 'modify', '', '24.222.50.139'), (140, 1, 1210635944, 'forumpermission.php', 'edit', 'forumpermission id = 15', '24.222.50.139'), (141, 1, 1210636090, 'forumpermission.php', 'edit', 'forumpermission id = 9', '24.222.50.139'), (142, 1, 1210636094, 'forumpermission.php', 'doupdate', '', '24.222.50.139'), (143, 1, 1210636095, 'forumpermission.php', 'modify', 'forum id = 5', '24.222.50.139'), (144, 1, 1210639757, 'forum.php', 'modify', '', '24.222.50.139'), (145, 1, 1210639757, 'forum.php', 'modify', '', '24.222.50.139'), (146, 1, 1210639760, 'forum.php', 'add', '', '24.222.50.139'), (147, 1, 1210639793, 'forum.php', 'update', '', '24.222.50.139'), (148, 1, 1210639794, 'forum.php', 'modify', 'forum id = 9', '24.222.50.139'), (149, 1, 1210639797, 'forum.php', 'edit', 'forum id = 9', '24.222.50.139'), (150, 1, 1210639801, 'forum.php', 'update', 'forum id = 9', '24.222.50.139'), (151, 1, 1210639803, 'forum.php', 'modify', 'forum id = 9', '24.222.50.139'), (152, 1, 1210639805, 'forumpermission.php', 'modify', '', '24.222.50.139'), (153, 1, 1210639805, 'forumpermission.php', 'modify', '', '24.222.50.139'), (154, 1, 1210639811, 'forumpermission.php', 'edit', 'forum id = 9 / usergroup id = 9', '24.222.50.139'), (155, 1, 1210639817, 'forumpermission.php', 'edit', 'forum id = 9 / usergroup id = 6', '24.222.50.139'), (156, 1, 1210639824, 'forumpermission.php', 'edit', 'forum id = 9 / usergroup id = 1', '24.222.50.139'), (157, 1, 1210639828, 'forumpermission.php', 'edit', 'forum id = 9 / usergroup id = 7', '24.222.50.139'), (158, 1, 1210639830, 'forumpermission.php', 'edit', 'forum id = 9 / usergroup id = 7', '24.222.50.139'), (159, 1, 1210639834, 'forumpermission.php', 'doupdate', '', '24.222.50.139'), (160, 1, 1210639835, 'forumpermission.php', 'modify', 'forum id = 9', '24.222.50.139'), (161, 1, 1210639838, 'forumpermission.php', 'edit', 'forum id = 9 / usergroup id = 5', '24.222.50.139'), (162, 1, 1210639842, 'forumpermission.php', 'doupdate', '', '24.222.50.139'), (163, 1, 1210639843, 'forumpermission.php', 'modify', 'forum id = 9', '24.222.50.139'), (164, 1, 1210639846, 'forumpermission.php', 'edit', 'forum id = 9 / usergroup id = 10', '24.222.50.139'), (165, 1, 1210639853, 'forumpermission.php', 'edit', 'forum id = 9 / usergroup id = 9', '24.222.50.139'), (166, 1, 1210639854, 'forumpermission.php', 'edit', 'forum id = 9 / usergroup id = 2', '24.222.50.139'), (167, 1, 1210639879, 'forum.php', 'modify', '', '24.222.50.139'), (168, 1, 1210639883, 'forum.php', 'remove', 'forum id = 9', '24.222.50.139'), (169, 1, 1210639884, 'forum.php', 'kill', 'forum id = 9', '24.222.50.139'), (170, 1, 1210639886, 'forum.php', '', '', '24.222.50.139'), (171, 1, 1210692337, 'forum.php', 'modify', '', '24.222.75.166'), (172, 1, 1210692337, 'forum.php', 'modify', '', '24.222.75.166'), (173, 1, 1210692344, 'forum.php', 'add', '', '24.222.75.166'), (174, 1, 1210692366, 'forum.php', 'update', '', '24.222.75.166'), (175, 1, 1210692368, 'forum.php', 'modify', 'forum id = 10', '24.222.75.166'), (176, 1, 1210692542, 'forum.php', 'add', '', '24.222.75.166'), (177, 1, 1210692679, 'forum.php', 'update', '', '24.222.75.166'), (178, 1, 1210692681, 'forum.php', 'modify', 'forum id = 11', '24.222.75.166'), (179, 1, 1210692684, 'forum.php', 'add', '', '24.222.75.166'), (180, 1, 1210692741, 'forum.php', 'update', '', '24.222.75.166'), (181, 1, 1210692742, 'forum.php', 'modify', 'forum id = 12', '24.222.75.166'), (182, 1, 1210692746, 'forum.php', 'edit', 'forum id = 12', '24.222.75.166'), (183, 1, 1210692755, 'forum.php', 'update', 'forum id = 12', '24.222.75.166'), (184, 1, 1210692757, 'forum.php', 'modify', 'forum id = 12', '24.222.75.166'), (185, 1, 1210693046, 'forum.php', 'edit', 'forum id = 12', '24.222.75.166'), (186, 1, 1210693051, 'forum.php', 'update', 'forum id = 12', '24.222.75.166'), (187, 1, 1210693053, 'forum.php', 'modify', 'forum id = 12', '24.222.75.166'), (188, 1, 1210693950, 'forum.php', 'add', '', '24.222.75.166'), (189, 1, 1210693970, 'forum.php', 'update', '', '24.222.75.166'), (190, 1, 1210693972, 'forum.php', 'modify', 'forum id = 13', '24.222.75.166'), (191, 1, 1210694010, 'forum.php', 'add', '', '24.222.75.166'), (192, 1, 1210694049, 'forum.php', 'update', '', '24.222.75.166'), (193, 1, 1210694050, 'forum.php', 'modify', 'forum id = 14', '24.222.75.166'), (194, 1, 1210694054, 'forum.php', 'add', '', '24.222.75.166'), (195, 1, 1210694081, 'forum.php', 'update', '', '24.222.75.166'), (196, 1, 1210694082, 'forum.php', 'modify', 'forum id = 15', '24.222.75.166'), (197, 1, 1210694093, 'forum.php', 'add', '', '24.222.75.166'), (198, 1, 1210694120, 'forum.php', 'update', '', '24.222.75.166'), (199, 1, 1210694121, 'forum.php', 'modify', 'forum id = 16', '24.222.75.166'), (200, 1, 1210694131, 'forum.php', 'add', '', '24.222.75.166'), (201, 1, 1210694134, 'forum.php', 'doorder', '', '24.222.75.166'), (202, 1, 1210694136, 'forum.php', 'modify', '', '24.222.75.166'), (203, 1, 1210694153, 'forum.php', 'add', '', '24.222.75.166'), (204, 1, 1210694183, 'forum.php', 'update', '', '24.222.75.166'), (205, 1, 1210694184, 'forum.php', 'modify', 'forum id = 17', '24.222.75.166'), (206, 1, 1210694189, 'forum.php', 'doorder', '', '24.222.75.166'), (207, 1, 1210694191, 'forum.php', 'modify', '', '24.222.75.166'), (208, 1, 1210694194, 'forum.php', 'add', '', '24.222.75.166'), (209, 1, 1210694213, 'forum.php', 'update', '', '24.222.75.166'), (210, 1, 1210694215, 'forum.php', 'modify', 'forum id = 18', '24.222.75.166'), (211, 1, 1210694224, 'forum.php', 'add', '', '24.222.75.166'), (212, 1, 1210694246, 'forum.php', 'update', '', '24.222.75.166'), (213, 1, 1210694247, 'forum.php', 'modify', 'forum id = 19', '24.222.75.166'), (214, 1, 1210694404, 'forum.php', 'doorder', '', '24.222.75.166'), (215, 1, 1210694405, 'forum.php', 'modify', '', '24.222.75.166'), (216, 1, 1210694476, 'options.php', '', '', '24.222.75.166'), (217, 1, 1210694479, 'options.php', 'options', '', '24.222.75.166'), (218, 1, 1210694485, 'options.php', 'options', '', '24.222.75.166'), (219, 1, 1210694526, 'options.php', 'dooptions', '', '24.222.75.166'), (220, 1, 1210694528, 'options.php', 'options', '', '24.222.75.166'), (221, 1, 1210694531, 'options.php', 'options', '', '24.222.75.166'), (222, 1, 1210694550, 'options.php', 'dooptions', '', '24.222.75.166'), (223, 1, 1210694552, 'options.php', 'options', '', '24.222.75.166'), (224, 1, 1210694595, 'forum.php', 'modify', '', '24.222.75.166'), (225, 1, 1210694596, 'forum.php', 'modify', '', '24.222.75.166'), (226, 1, 1210694605, 'forum.php', 'add', '', '24.222.75.166'), (227, 1, 1210694648, 'forum.php', 'update', '', '24.222.75.166'), (228, 1, 1210694649, 'forum.php', 'modify', 'forum id = 20', '24.222.75.166'), (229, 1, 1210694658, 'forum.php', 'add', '', '24.222.75.166'), (230, 1, 1210694870, 'forum.php', 'update', '', '24.222.75.166'), (231, 1, 1210694871, 'forum.php', 'modify', 'forum id = 21', '24.222.75.166'), (232, 1, 1210694879, 'forum.php', 'add', '', '24.222.75.166'), (233, 1, 1210694885, 'forum.php', 'add', '', '24.222.75.166'), (234, 1, 1210694892, 'forum.php', 'update', '', '24.222.75.166'), (235, 1, 1210694893, 'forum.php', 'modify', 'forum id = 22', '24.222.75.166'), (236, 1, 1210694944, 'forum.php', 'add', '', '24.222.75.166'), (237, 1, 1210694947, 'forum.php', 'add', '', '24.222.75.166'), (238, 1, 1210694953, 'forum.php', 'update', '', '24.222.75.166'), (239, 1, 1210694955, 'forum.php', 'modify', 'forum id = 23', '24.222.75.166'), (240, 1, 1210694957, 'forum.php', 'add', '', '24.222.75.166'), (241, 1, 1210694960, 'forum.php', 'add', '', '24.222.75.166'), (242, 1, 1210694967, 'forum.php', 'update', '', '24.222.75.166'), (243, 1, 1210694969, 'forum.php', 'modify', 'forum id = 24', '24.222.75.166'), (244, 1, 1210694972, 'forum.php', 'add', '', '24.222.75.166'), (245, 1, 1210694979, 'forum.php', 'add', '', '24.222.75.166'), (246, 1, 1210694985, 'forum.php', 'update', '', '24.222.75.166'), (247, 1, 1210694987, 'forum.php', 'modify', 'forum id = 25', '24.222.75.166'), (248, 1, 1210694989, 'forum.php', 'add', '', '24.222.75.166'), (249, 1, 1210695000, 'forum.php', 'add', '', '24.222.75.166'), (250, 1, 1210695006, 'forum.php', 'update', '', '24.222.75.166'), (251, 1, 1210695008, 'forum.php', 'modify', 'forum id = 26', '24.222.75.166'), (252, 1, 1210695019, 'forum.php', 'add', '', '24.222.75.166'), (253, 1, 1210695022, 'forum.php', 'add', '', '24.222.75.166'), (254, 1, 1210695029, 'forum.php', 'update', '', '24.222.75.166'), (255, 1, 1210695031, 'forum.php', 'modify', 'forum id = 27', '24.222.75.166'), (256, 1, 1210695033, 'forum.php', 'add', '', '24.222.75.166'), (257, 1, 1210695036, 'forum.php', 'add', '', '24.222.75.166'), (258, 1, 1210695040, 'forum.php', 'update', '', '24.222.75.166'), (259, 1, 1210695042, 'forum.php', 'modify', 'forum id = 28', '24.222.75.166'), (260, 1, 1210695058, 'forum.php', 'add', '', '24.222.75.166'), (261, 1, 1210696160, 'forum.php', 'update', '', '24.222.75.166'), (262, 1, 1210696162, 'forum.php', 'modify', 'forum id = 29', '24.222.75.166'), (263, 1, 1210696610, 'forum.php', 'doorder', '', '24.222.75.166'), (264, 1, 1210696612, 'forum.php', 'modify', '', '24.222.75.166'), (265, 1, 1210696632, 'forum.php', 'remove', 'forum id = 16', '24.222.75.166'), (266, 1, 1210696633, 'forum.php', 'kill', 'forum id = 16', '24.222.75.166'), (267, 1, 1210696635, 'forum.php', '', '', '24.222.75.166'), (268, 1, 1210696640, 'forum.php', 'edit', 'forum id = 10', '24.222.75.166'), (269, 1, 1210696645, 'forum.php', 'update', 'forum id = 10', '24.222.75.166'), (270, 1, 1210696647, 'forum.php', 'modify', 'forum id = 10', '24.222.75.166'), (271, 1, 1210696699, 'forum.php', 'doorder', '', '24.222.75.166'), (272, 1, 1210696701, 'forum.php', 'modify', '', '24.222.75.166'), (273, 1, 1210696706, 'forum.php', 'doorder', '', '24.222.75.166'), (274, 1, 1210696707, 'forum.php', 'modify', '', '24.222.75.166'), (275, 1, 1210696714, 'forum.php', 'add', '', '24.222.75.166'), (276, 1, 1210696714, 'forum.php', 'add', '', '24.222.75.166'), (277, 1, 1210696750, 'forum.php', 'update', '', '24.222.75.166'), (278, 1, 1210696752, 'forum.php', 'modify', 'forum id = 30', '24.222.75.166'), (279, 1, 1210696760, 'forum.php', 'doorder', '', '24.222.75.166'), (280, 1, 1210696761, 'forum.php', 'modify', '', '24.222.75.166'), (281, 1, 1210696766, 'forum.php', 'add', '', '24.222.75.166'), (282, 1, 1210696809, 'forum.php', 'update', '', '24.222.75.166'), (283, 1, 1210696810, 'forum.php', 'modify', 'forum id = 31', '24.222.75.166'), (284, 1, 1210696814, 'forum.php', 'edit', 'forum id = 31', '24.222.75.166'), (285, 1, 1210696826, 'forum.php', 'add', '', '24.222.75.166'), (286, 1, 1210696832, 'forum.php', 'add', '', '24.222.75.166'), (287, 1, 1210696866, 'forum.php', 'update', '', '24.222.75.166'), (288, 1, 1210696868, 'forum.php', 'modify', 'forum id = 32', '24.222.75.166'), (289, 1, 1210696889, 'forum.php', 'edit', 'forum id = 32', '24.222.75.166'), (290, 1, 1210696894, 'forum.php', 'update', 'forum id = 32', '24.222.75.166'), (291, 1, 1210696895, 'forum.php', 'modify', 'forum id = 32', '24.222.75.166'), (292, 1, 1210696899, 'forum.php', 'add', '', '24.222.75.166'), (293, 1, 1210696904, 'forum.php', 'add', '', '24.222.75.166'), (294, 1, 1210697301, 'forum.php', 'update', '', '24.222.75.166'), (295, 1, 1210697303, 'forum.php', 'modify', 'forum id = 33', '24.222.75.166'), (296, 1, 1210697374, 'forum.php', 'doorder', '', '24.222.75.166'), (297, 1, 1210697375, 'forum.php', 'modify', '', '24.222.75.166'), (298, 1, 1210697382, 'forum.php', 'add', '', '24.222.75.166'), (299, 1, 1210697389, 'forum.php', 'add', '', '24.222.75.166'), (300, 1, 1210697410, 'forum.php', 'update', '', '24.222.75.166'), (301, 1, 1210697412, 'forum.php', 'modify', 'forum id = 34', '24.222.75.166'), (302, 1, 1210697421, 'forum.php', 'doorder', '', '24.222.75.166'), (303, 1, 1210697423, 'forum.php', 'modify', '', '24.222.75.166'), (304, 1, 1210697460, 'forum.php', 'add', '', '24.222.75.166'), (305, 1, 1210697467, 'forum.php', 'add', '', '24.222.75.166'), (306, 1, 1210697485, 'forum.php', 'update', '', '24.222.75.166'), (307, 1, 1210697486, 'forum.php', 'modify', 'forum id = 35', '24.222.75.166'), (308, 1, 1210697498, 'forum.php', 'edit', 'forum id = 35', '24.222.75.166'), (309, 1, 1210697511, 'forum.php', 'update', 'forum id = 35', '24.222.75.166'), (310, 1, 1210697512, 'forum.php', 'modify', 'forum id = 35', '24.222.75.166'), (311, 1, 1210697525, 'forum.php', 'edit', 'forum id = 11', '24.222.75.166'), (312, 1, 1210697532, 'forum.php', 'update', 'forum id = 11', '24.222.75.166'), (313, 1, 1210697533, 'forum.php', 'modify', 'forum id = 11', '24.222.75.166'), (314, 1, 1210697540, 'forum.php', 'edit', 'forum id = 12', '24.222.75.166'), (315, 1, 1210697557, 'forum.php', 'update', 'forum id = 12', '24.222.75.166'), (316, 1, 1210697558, 'forum.php', 'modify', 'forum id = 12', '24.222.75.166'), (317, 1, 1210697814, 'forum.php', 'edit', 'forum id = 13', '24.222.75.166'), (318, 1, 1210697820, 'forum.php', 'update', 'forum id = 13', '24.222.75.166'), (319, 1, 1210697821, 'forum.php', 'modify', 'forum id = 13', '24.222.75.166'), (320, 1, 1210697826, 'cronadmin.php', 'modify', '', '24.222.75.166'), (321, 1, 1210697826, 'cronadmin.php', 'modify', '', '24.222.75.166'), (322, 1, 1210697835, 'cronadmin.php', 'edit', '', '24.222.75.166'), (323, 1, 1210697931, 'forum.php', 'modify', '', '24.222.75.166'), (324, 1, 1210697937, 'forum.php', 'edit', 'forum id = 14', '24.222.75.166'), (325, 1, 1210697941, 'forum.php', 'update', 'forum id = 14', '24.222.75.166'), (326, 1, 1210697943, 'forum.php', 'modify', 'forum id = 14', '24.222.75.166'), (327, 1, 1210697949, 'forum.php', 'edit', 'forum id = 15', '24.222.75.166'), (328, 1, 1210697954, 'forum.php', 'update', 'forum id = 15', '24.222.75.166'), (329, 1, 1210697955, 'forum.php', 'modify', 'forum id = 15', '24.222.75.166'), (330, 1, 1210697963, 'forum.php', 'edit', 'forum id = 17', '24.222.75.166'), (331, 1, 1210697968, 'forum.php', 'update', 'forum id = 17', '24.222.75.166'), (332, 1, 1210697969, 'forum.php', 'modify', 'forum id = 17', '24.222.75.166'), (333, 1, 1210699154, 'user.php', 'moderate', '', '24.222.75.166'), (334, 1, 1210714114, 'profilefield.php', 'modify', '', '24.222.50.139'), (335, 1, 1210714114, 'profilefield.php', 'modify', '', '24.222.50.139'), (336, 1, 1210714120, 'profilefield.php', 'edit', 'profilefield id = 2', '24.222.50.139'), (337, 1, 1210714180, 'profilefield.php', 'update', 'profilefield id = 2', '24.222.50.139'), (338, 1, 1210714182, 'profilefield.php', 'modify', '', '24.222.50.139'), (339, 1, 1210714585, 'profilefield.php', 'edit', 'profilefield id = 3', '24.222.50.139'), (340, 1, 1210714604, 'profilefield.php', 'update', 'profilefield id = 3', '24.222.50.139'), (341, 1, 1210714605, 'profilefield.php', 'modify', '', '24.222.50.139'), (342, 1, 1210714608, 'profilefield.php', 'edit', 'profilefield id = 2', '24.222.50.139'), (343, 1, 1210714613, 'profilefield.php', 'update', 'profilefield id = 2', '24.222.50.139'), (344, 1, 1210714614, 'profilefield.php', 'modify', '', '24.222.50.139'), (345, 1, 1210714617, 'profilefield.php', 'edit', 'profilefield id = 1', '24.222.50.139'), (346, 1, 1210714631, 'profilefield.php', 'update', 'profilefield id = 1', '24.222.50.139'), (347, 1, 1210714634, 'profilefield.php', 'modify', '', '24.222.50.139'), (348, 1, 1210714638, 'profilefield.php', 'remove', 'profilefield id = 4', '24.222.50.139'), (349, 1, 1210714640, 'profilefield.php', 'kill', 'profilefield id = 4', '24.222.50.139'), (350, 1, 1210714642, 'profilefield.php', 'modify', '', '24.222.50.139'), (351, 1, 1210714680, 'forumpermission.php', 'modify', '', '24.222.50.139'), (352, 1, 1210714692, 'forumpermission.php', 'edit', 'forum id = 1 / usergroup id = 3', '24.222.50.139'), (353, 1, 1210714763, 'forum.php', 'modify', '', '24.222.50.139'), (354, 1, 1210714763, 'forum.php', 'modify', '', '24.222.50.139'), (355, 1, 1210714769, 'forum.php', 'add', '', '24.222.50.139'), (356, 1, 1210714773, 'forum.php', 'add', '', '24.222.50.139'), (357, 1, 1210714805, 'forum.php', 'update', '', '24.222.50.139'), (358, 1, 1210714806, 'forum.php', 'modify', 'forum id = 36', '24.222.50.139'), (359, 1, 1210714808, 'resources.php', '', '', '24.222.50.139'), (360, 1, 1210714808, 'resources.php', '', '', '24.222.50.139'), (361, 1, 1210714811, 'forumpermission.php', 'modify', '', '24.222.50.139'), (362, 1, 1210714811, 'forumpermission.php', 'modify', '', '24.222.50.139'), (363, 1, 1210714811, 'forumpermission.php', 'modify', '', '24.222.50.139'), (364, 1, 1210714814, 'forumpermission.php', 'modify', '', '24.222.50.139'), (365, 1, 1210714817, 'prefix.php', '', '', '24.222.50.139'), (366, 1, 1210714848, 'forumpermission.php', 'edit', 'forum id = 36 / usergroup id = 2', '24.222.50.139'), (367, 1, 1210714884, 'forumpermission.php', 'doupdate', '', '24.222.50.139'), (368, 1, 1210714885, 'forumpermission.php', 'modify', 'forum id = 36', '24.222.50.139'), (369, 1, 1210714904, 'forumpermission.php', 'edit', 'forum id = 36 / usergroup id = 1', '24.222.50.139'), (370, 1, 1210714911, 'forumpermission.php', 'doupdate', '', '24.222.50.139'), (371, 1, 1210714912, 'forumpermission.php', 'modify', 'forum id = 36', '24.222.50.139'), (372, 1, 1210714919, 'forumpermission.php', 'edit', 'forum id = 36 / usergroup id = 3', '24.222.50.139'), (373, 1, 1210714938, 'forumpermission.php', 'doupdate', '', '24.222.50.139'), (374, 1, 1210714946, 'forumpermission.php', 'modify', 'forum id = 36', '24.222.50.139'), (375, 1, 1210714952, 'forumpermission.php', 'edit', 'forum id = 36 / usergroup id = 8', '24.222.50.139'), (376, 1, 1210714966, 'ranks.php', 'modify', '', '24.222.50.139'), (377, 1, 1210714966, 'ranks.php', 'modify', '', '24.222.50.139'), (378, 1, 1210714973, 'ranks.php', 'add', '', '24.222.50.139'), (379, 1, 1210714973, 'ranks.php', 'add', '', '24.222.50.139'), (380, 1, 1210715016, 'image.php', 'modify', 'Smilies', '24.222.50.139'), (381, 1, 1210715018, 'image.php', 'viewimages', 'Smilies', '24.222.50.139'), (382, 1, 1210769840, 'forum.php', 'modify', '', '24.222.75.166'), (383, 1, 1210769840, 'forum.php', 'modify', '', '24.222.75.166'), (384, 1, 1210769848, 'forum.php', 'edit', 'forum id = 18', '24.222.75.166'), (385, 1, 1210769858, 'forum.php', 'update', 'forum id = 18', '24.222.75.166'), (386, 1, 1210769860, 'forum.php', 'modify', 'forum id = 18', '24.222.75.166'), (387, 1, 1210769864, 'forum.php', 'edit', 'forum id = 19', '24.222.75.166'), (388, 1, 1210769870, 'forum.php', 'update', 'forum id = 19', '24.222.75.166'), (389, 1, 1210769871, 'forum.php', 'modify', 'forum id = 19', '24.222.75.166'), (390, 1, 1210769938, 'forum.php', 'remove', 'forum id = 28', '24.222.75.166'), (391, 1, 1210769940, 'forum.php', 'kill', 'forum id = 28', '24.222.75.166'), (392, 1, 1210769941, 'forum.php', '', '', '24.222.75.166'), (393, 1, 1210769949, 'forum.php', 'add', '', '24.222.75.166'), (394, 1, 1210769953, 'forum.php', 'remove', 'forum id = 27', '24.222.75.166'), (395, 1, 1210769955, 'forum.php', 'kill', 'forum id = 27', '24.222.75.166'), (396, 1, 1210769956, 'forum.php', '', '', '24.222.75.166'), (397, 1, 1210769960, 'forum.php', 'remove', 'forum id = 26', '24.222.75.166'), (398, 1, 1210769961, 'forum.php', 'kill', 'forum id = 26', '24.222.75.166'), (399, 1, 1210769963, 'forum.php', '', '', '24.222.75.166'), (400, 1, 1210769967, 'forum.php', 'remove', 'forum id = 25', '24.222.75.166'), (401, 1, 1210769969, 'forum.php', 'kill', 'forum id = 25', '24.222.75.166'), (402, 1, 1210769970, 'forum.php', '', '', '24.222.75.166'), (403, 1, 1210769976, 'forum.php', 'remove', 'forum id = 24', '24.222.75.166'), (404, 1, 1210769978, 'forum.php', 'kill', 'forum id = 24', '24.222.75.166'), (405, 1, 1210769979, 'forum.php', '', '', '24.222.75.166'), (406, 1, 1210769984, 'forum.php', 'remove', 'forum id = 21', '24.222.75.166'), (407, 1, 1210769986, 'forum.php', 'kill', 'forum id = 21', '24.222.75.166'), (408, 1, 1210769987, 'forum.php', '', '', '24.222.75.166'), (409, 1, 1210769996, 'forum.php', 'remove', 'forum id = 22', '24.222.75.166'), (410, 1, 1210769998, 'forum.php', 'kill', 'forum id = 22', '24.222.75.166'), (411, 1, 1210769999, 'forum.php', '', '', '24.222.75.166'), (412, 1, 1210770003, 'forum.php', 'edit', 'forum id = 20', '24.222.75.166'), (413, 1, 1210770168, 'forum.php', 'update', 'forum id = 20', '24.222.75.166'), (414, 1, 1210770169, 'forum.php', 'modify', 'forum id = 20', '24.222.75.166'), (415, 1, 1210775492, 'forum.php', 'modify', '', '24.222.75.166'), (416, 1, 1210775523, 'forum.php', 'doorder', '', '24.222.75.166'), (417, 1, 1210775525, 'forum.php', 'modify', '', '24.222.75.166'), (418, 1, 1210775995, 'forum.php', 'edit', 'forum id = 20', '24.222.75.166'), (419, 1, 1210775999, 'forum.php', 'update', 'forum id = 20', '24.222.75.166'), (420, 1, 1210776001, 'forum.php', 'modify', 'forum id = 20', '24.222.75.166'), (421, 1, 1210781740, 'forum.php', 'modify', '', '24.222.75.166'), (422, 1, 1210781740, 'forum.php', 'modify', '', '24.222.75.166'), (423, 1, 1210781743, 'forum.php', 'edit', 'forum id = 20', '24.222.75.166'), (424, 1, 1210782162, 'forum.php', 'update', 'forum id = 20', '24.222.75.166'), (425, 1, 1210782164, 'forum.php', 'modify', 'forum id = 20', '24.222.75.166'), (426, 1, 1210784200, 'forumpermission.php', 'modify', '', '24.222.75.166'), (427, 1, 1210784205, 'usergroup.php', 'modify', '', '24.222.75.166'), (428, 1, 1210784205, 'usergroup.php', 'modify', '', '24.222.75.166'), (429, 1, 1210784209, 'usergroup.php', 'add', '', '24.222.75.166'), (430, 1, 1210784232, 'usergroup.php', 'update', '', '24.222.75.166'), (431, 1, 1210784233, 'usergroup.php', 'modify', '', '24.222.75.166'), (432, 1, 1210784241, 'forumpermission.php', 'modify', '', '24.222.75.166'), (433, 1, 1210784241, 'forumpermission.php', 'modify', '', '24.222.75.166'), (434, 1, 1210784249, 'forumpermission.php', 'edit', 'forum id = 33 / usergroup id = 2', '24.222.75.166'), (435, 1, 1210784281, 'forumpermission.php', 'doupdate', '', '24.222.75.166'), (436, 1, 1210784283, 'forumpermission.php', 'modify', 'forum id = 33', '24.222.75.166'), (437, 1, 1210784289, 'forumpermission.php', 'edit', 'forum id = 20 / usergroup id = 2', '24.222.75.166'), (438, 1, 1210784324, 'forumpermission.php', 'doupdate', '', '24.222.75.166'), (439, 1, 1210784325, 'forumpermission.php', 'modify', 'forum id = 20', '24.222.75.166'), (440, 1, 1210784338, 'ranks.php', 'modify', '', '24.222.75.166'), (441, 1, 1210784338, 'ranks.php', 'modify', '', '24.222.75.166'), (442, 1, 1210784341, 'ranks.php', 'add', '', '24.222.75.166'), (443, 1, 1210784363, 'help.php', 'answer', '', '24.222.75.166'), (444, 1, 1210784372, 'ranks.php', 'insert', '', '24.222.75.166'), (445, 1, 1210784373, 'ranks.php', 'modify', '', '24.222.75.166'), (446, 1, 1210784378, 'ranks.php', 'add', '', '24.222.75.166'), (447, 1, 1210784378, 'ranks.php', 'add', '', '24.222.75.166'), (448, 1, 1210784387, 'ranks.php', 'insert', '', '24.222.75.166'), (449, 1, 1210784388, 'ranks.php', 'modify', '', '24.222.75.166'), (450, 1, 1210784464, 'faq.php', '', '', '24.222.75.166'), (451, 1, 1210784617, 'faq.php', 'add', '', '24.222.75.166'), (452, 1, 1210785192, 'faq.php', 'insert', '', '24.222.75.166'), (453, 1, 1210785204, 'faq.php', 'insert', '', '24.222.75.166'), (454, 1, 1210785206, 'faq.php', '', '', '24.222.75.166'), (455, 1, 1210785218, 'faq.php', 'edit', '', '24.222.75.166'), (456, 1, 1210785226, 'faq.php', 'update', '', '24.222.75.166'), (457, 1, 1210785227, 'faq.php', '', '', '24.222.75.166'), (458, 1, 1210785318, 'notice.php', 'modify', '', '24.222.75.166'), (459, 1, 1210785322, 'notice.php', 'add', '', '24.222.75.166'), (460, 1, 1210785322, 'notice.php', 'add', '', '24.222.75.166'), (461, 1, 1210801733, 'plugin.php', 'product', '', '24.222.50.139'), (462, 1, 1210801733, 'plugin.php', 'product', '', '24.222.50.139'), (463, 1, 1210801734, 'plugin.php', 'modify', '', '24.222.50.139'), (464, 1, 1210801734, 'plugin.php', 'modify', '', '24.222.50.139'), (465, 1, 1210801737, 'plugin.php', 'add', '', '24.222.50.139'), (466, 1, 1210801736, 'plugin.php', 'add', '', '24.222.50.139'), (467, 1, 1210802105, 'usergroup.php', 'modify', '', '24.222.50.139'), (468, 1, 1210802639, 'plugin.php', 'update', '', '24.222.50.139'), (469, 1, 1210802641, 'plugin.php', '', '', '24.222.50.139'), (470, 1, 1210802731, 'plugin.php', 'updateactive', '', '24.222.50.139'), (471, 1, 1210802737, 'template.php', 'modify', '', '24.222.50.139'), (472, 1, 1210802736, 'template.php', 'modify', '', '24.222.50.139'), (473, 1, 1210802932, 'template.php', 'modify', '', '24.222.50.139'), (474, 1, 1210802946, 'plugin.php', 'modify', '', '24.222.50.139'), (475, 1, 1210802966, 'plugin.php', 'edit', 'plugin id = 1', '24.222.50.139'), (476, 1, 1210802993, 'plugin.php', 'update', 'plugin id = 1', '24.222.50.139'), (477, 1, 1210802994, 'plugin.php', '', '', '24.222.50.139'), (478, 1, 1210802999, 'plugin.php', 'edit', 'plugin id = 1', '24.222.50.139'), (479, 1, 1210803011, 'options.php', 'options', '', '24.222.50.139'), (480, 1, 1210803021, 'options.php', 'dooptions', '', '24.222.50.139'), (481, 1, 1210803023, 'options.php', 'options', '', '24.222.50.139'), (482, 1, 1210803029, 'plugin.php', 'edit', 'plugin id = 1', '24.222.50.139'), (483, 1, 1210803055, 'plugin.php', 'update', 'plugin id = 1', '24.222.50.139'), (484, 1, 1210803056, 'plugin.php', '', '', '24.222.50.139'), (485, 1, 1210803058, 'plugin.php', 'edit', 'plugin id = 1', '24.222.50.139'), (486, 1, 1210803114, 'plugin.php', 'update', 'plugin id = 1', '24.222.50.139'), (487, 1, 1210803115, 'plugin.php', '', '', '24.222.50.139'), (488, 1, 1210803117, 'plugin.php', 'edit', 'plugin id = 1', '24.222.50.139'), (489, 1, 1210803130, 'template.php', 'add', 'style id = 1', '24.222.50.139'), (490, 1, 1210803146, 'template.php', 'inserttemplate', 'style id = 1', '24.222.50.139'), (491, 1, 1210803148, 'template.php', 'modify', 'style id = 0', '24.222.50.139'), (492, 1, 1210803191, 'template.php', 'edit', 'style id = 0', '24.222.50.139'), (493, 1, 1210803201, 'template.php', 'updatetemplate', 'style id = 1', '24.222.50.139'), (494, 1, 1210803213, 'template.php', 'edit', 'style id = 0', '24.222.50.139'), (495, 1, 1210803218, 'template.php', 'updatetemplate', 'style id = 1', '24.222.50.139'), (496, 1, 1210803222, 'template.php', 'edit', 'style id = 0', '24.222.50.139'), (497, 1, 1210803254, 'template.php', 'updatetemplate', 'style id = 1', '24.222.50.139'), (498, 1, 1210808192, 'forum.php', 'modify', '', '24.222.50.139'), (499, 1, 1210808192, 'forum.php', 'modify', '', '24.222.50.139'), (500, 1, 1210808196, 'forum.php', 'edit', 'forum id = 31', '24.222.50.139'), (501, 1, 1210808202, 'forum.php', 'update', 'forum id = 31', '24.222.50.139'), (502, 1, 1210808203, 'forum.php', 'modify', 'forum id = 31', '24.222.50.139'), (503, 1, 1210969995, 'user.php', 'moderate', '', '24.222.50.139'), (504, 1, 1210969995, 'user.php', 'moderate', '', '24.222.50.139'), (505, 1, 1210970001, 'user.php', 'modify', '', '24.222.50.139'), (506, 1, 1210970001, 'user.php', 'modify', '', '24.222.50.139'), (507, 1, 1210970007, 'user.php', 'find', '', '24.222.50.139'), (508, 1, 1210970023, 'user.php', 'find', '', '24.222.50.139'), (509, 1, 1210970027, 'user.php', 'find', '', '24.222.50.139'), (510, 1, 1210970027, 'user.php', 'edit', 'user id = 3', '24.222.50.139'), (511, 1, 1210970054, 'user.php', 'update', 'user id = 3', '24.222.50.139'), (512, 1, 1210970055, 'user.php', 'modify', 'user id = 3', '24.222.50.139'), (513, 1, 1210970350, 'options.php', '', '', '24.222.50.139'), (514, 1, 1210970350, 'options.php', '', '', '24.222.50.139'), (515, 1, 1210970353, 'options.php', 'options', '', '24.222.50.139'), (516, 1, 1210970359, 'options.php', 'dooptions', '', '24.222.50.139'), (517, 1, 1210970360, 'options.php', 'options', '', '24.222.50.139'), (518, 1, 1210989035, 'usergroup.php', 'modify', '', '24.222.50.139'), (519, 1, 1210989035, 'usergroup.php', 'modify', '', '24.222.50.139'), (520, 1, 1210989043, 'usergroup.php', 'edit', 'usergroup id = 9', '24.222.50.139'), (521, 1, 1210989059, 'forumpermission.php', 'modify', '', '24.222.50.139'), (522, 1, 1210989063, 'forumpermission.php', 'edit', 'forumpermission id = 9', '24.222.50.139'), (523, 1, 1210989066, 'forumpermission.php', 'edit', 'forumpermission id = 15', '24.222.50.139'), (524, 1, 1210989086, 'forumpermission.php', 'edit', 'forumpermission id = 9', '24.222.50.139'), (525, 1, 1210989089, 'forumpermission.php', 'doupdate', '', '24.222.50.139'), (526, 1, 1210989091, 'forumpermission.php', 'modify', 'forum id = 5', '24.222.50.139'), (527, 1, 1210989102, 'forum.php', 'modify', '', '24.222.50.139'), (528, 1, 1210989102, 'forum.php', 'modify', '', '24.222.50.139'), (529, 1, 1210989107, 'resources.php', '', '', '24.222.50.139'), (530, 1, 1210989111, 'resources.php', '', '', '24.222.50.139'), (531, 1, 1210989120, 'resources.php', 'view', 'usergroup id = 9', '24.222.50.139'), (532, 1, 1210989163, 'options.php', '', '', '24.222.50.139'), (533, 1, 1210989163, 'options.php', '', '', '24.222.50.139'), (534, 1, 1210989206, 'options.php', 'options', '', '24.222.50.139'), (535, 1, 1210989220, 'options.php', 'options', '', '24.222.50.139'), (536, 1, 1210989227, 'options.php', 'options', '', '24.222.50.139'), (537, 1, 1210989254, 'options.php', 'options', '', '24.222.50.139'), (538, 1, 1210989269, 'user.php', 'modify', '', '24.222.50.139'), (539, 1, 1210989269, 'user.php', 'modify', '', '24.222.50.139'), (540, 1, 1210989273, 'user.php', 'find', '', '24.222.50.139'), (541, 1, 1210989273, 'user.php', 'edit', 'user id = 2', '24.222.50.139'), (542, 1, 1210989294, 'user.php', 'update', 'user id = 2', '24.222.50.139'), (543, 1, 1210989296, 'user.php', 'modify', 'user id = 2', '24.222.50.139'), (544, 1, 1210989307, 'usergroup.php', 'modify', '', '24.222.50.139'), (545, 1, 1210989307, 'usergroup.php', 'modify', '', '24.222.50.139'), (546, 1, 1210989331, 'image.php', 'modify', 'Avatars', '24.222.50.139'), (547, 1, 1210989339, 'options.php', '', '', '24.222.50.139'), (548, 1, 1210989339, 'options.php', '', '', '24.222.50.139'), (549, 1, 1210989344, 'options.php', 'options', '', '24.222.50.139'), (550, 1, 1210989365, 'options.php', 'options', '', '24.222.50.139'), (551, 1, 1210989374, 'options.php', 'options', '', '24.222.50.139'), (552, 1, 1210989603, 'options.php', 'options', '', '24.222.50.139'), (553, 1, 1210989618, 'options.php', 'options', '', '24.222.50.139'), (554, 1, 1210989630, 'options.php', 'options', '', '24.222.50.139'), (555, 1, 1210989637, 'options.php', 'options', '', '24.222.50.139'), (556, 1, 1210989650, 'help.php', 'answer', '', '24.222.50.139'), (557, 1, 1210989750, 'options.php', 'dooptions', '', '24.222.50.139'), (558, 1, 1210989752, 'options.php', 'options', '', '24.222.50.139'), (559, 1, 1210989760, 'options.php', 'options', '', '24.222.50.139'), (560, 1, 1210989770, 'options.php', 'options', '', '24.222.50.139'), (561, 1, 1210989855, 'options.php', 'dooptions', '', '24.222.50.139'), (562, 1, 1210989856, 'options.php', 'options', '', '24.222.50.139'), (563, 1, 1210989864, 'options.php', 'options', '', '24.222.50.139'), (564, 1, 1210989881, 'options.php', 'options', '', '24.222.50.139'), (565, 1, 1210989899, 'options.php', 'options', '', '24.222.50.139'), (566, 1, 1210989902, 'options.php', 'options', '', '24.222.50.139'), (567, 1, 1210989934, 'options.php', 'options', '', '24.222.50.139'), (568, 1, 1210989947, 'help.php', 'answer', '', '24.222.50.139'), (569, 1, 1210990155, 'options.php', 'dooptions', '', '24.222.50.139'), (570, 1, 1210990157, 'options.php', 'options', '', '24.222.50.139'), (571, 1, 1210990177, 'options.php', 'searchtype', '', '24.222.50.139'), (572, 1, 1210990181, 'verify.php', '', '', '24.222.50.139'), (573, 1, 1210990181, 'verify.php', '', '', '24.222.50.139'), (574, 1, 1210990195, 'verify.php', 'updateoptions', '', '24.222.50.139'), (575, 1, 1210990197, 'verify.php', '', '', '24.222.50.139'), (576, 1, 1210990203, 'verify.php', 'updateoptions', '', '24.222.50.139'), (577, 1, 1210990205, 'verify.php', '', '', '24.222.50.139'), (578, 1, 1210990288, 'verify.php', 'updateoptions', '', '24.222.50.139'), (579, 1, 1210990289, 'verify.php', '', '', '24.222.50.139'), (580, 1, 1210990311, 'verify.php', 'updateoptions', '', '24.222.50.139'), (581, 1, 1210990313, 'verify.php', '', '', '24.222.50.139'), (582, 1, 1210990314, 'verify.php', 'modifyquestion', '', '24.222.50.139'), (583, 1, 1210990332, 'verify.php', 'updatequestion', '', '24.222.50.139'), (584, 1, 1210990334, 'verify.php', 'modifyquestion', 'question id = 1', '24.222.50.139'), (585, 1, 1210990336, 'verify.php', 'modifyanswer', 'question id = 1', '24.222.50.139'), (586, 1, 1210990341, 'verify.php', 'updateanswer', 'question id = 1', '24.222.50.139'), (587, 1, 1210990343, 'verify.php', 'modifyquestion', 'question id = 1', '24.222.50.139'), (588, 1, 1210990346, 'verify.php', 'modifyanswer', 'question id = 1', '24.222.50.139'), (589, 1, 1210990349, 'verify.php', 'updateanswer', 'question id = 1', '24.222.50.139'), (590, 1, 1210990350, 'verify.php', 'modifyquestion', 'question id = 1', '24.222.50.139'), (591, 1, 1210990356, 'verify.php', 'updatequestion', 'question id = 1', '24.222.50.139'), (592, 1, 1210990357, 'verify.php', 'modifyquestion', 'question id = 1', '24.222.50.139'), (593, 1, 1210990362, 'verify.php', '', '', '24.222.50.139'), (594, 1, 1210990362, 'verify.php', '', '', '24.222.50.139'), (595, 1, 1210990365, 'verify.php', 'modifyquestion', '', '24.222.50.139'), (596, 1, 1210990375, 'verify.php', 'updatequestion', '', '24.222.50.139'), (597, 1, 1210990377, 'verify.php', 'modifyquestion', 'question id = 2', '24.222.50.139'), (598, 1, 1210990379, 'verify.php', 'modifyanswer', 'question id = 2', '24.222.50.139'), (599, 1, 1210990382, 'verify.php', 'updateanswer', 'question id = 2', '24.222.50.139'), (600, 1, 1210990383, 'verify.php', 'modifyquestion', 'question id = 2', '24.222.50.139'), (601, 1, 1210990384, 'verify.php', 'modifyanswer', 'question id = 2', '24.222.50.139'), (602, 1, 1210990389, 'verify.php', 'updateanswer', 'question id = 2', '24.222.50.139'), (603, 1, 1210990390, 'verify.php', 'modifyquestion', 'question id = 2', '24.222.50.139'), (604, 1, 1210990392, 'verify.php', 'modifyanswer', 'question id = 2', '24.222.50.139'), (605, 1, 1210990395, 'verify.php', 'updateanswer', 'question id = 2', '24.222.50.139'), (606, 1, 1210990397, 'verify.php', 'modifyquestion', 'question id = 2', '24.222.50.139'), (607, 1, 1210990398, 'verify.php', '', '', '24.222.50.139'), (608, 1, 1210990400, 'verify.php', 'modifyquestion', 'question id = 1', '24.222.50.139'), (609, 1, 1210990401, 'verify.php', 'modifyanswer', 'question id = 1', '24.222.50.139'), (610, 1, 1210990405, 'verify.php', 'updateanswer', 'question id = 1', '24.222.50.139'), (611, 1, 1210990406, 'verify.php', 'modifyquestion', 'question id = 1', '24.222.50.139'), (612, 1, 1210990408, 'verify.php', 'modifyanswer', 'question id = 1', '24.222.50.139'), (613, 1, 1210990411, 'verify.php', 'updateanswer', 'question id = 1', '24.222.50.139'), (614, 1, 1210990412, 'verify.php', 'modifyquestion', 'question id = 1', '24.222.50.139'), (615, 1, 1210990437, 'verify.php', 'modifyquestion', '', '24.222.50.139'), (616, 1, 1210990461, 'verify.php', 'updatequestion', '', '24.222.50.139'), (617, 1, 1210990462, 'verify.php', 'modifyquestion', 'question id = 3', '24.222.50.139'), (618, 1, 1210990464, 'verify.php', 'modifyanswer', 'question id = 3', '24.222.50.139'), (619, 1, 1210990466, 'verify.php', 'updateanswer', 'question id = 3', '24.222.50.139'), (620, 1, 1210990467, 'verify.php', 'modifyquestion', 'question id = 3', '24.222.50.139'), (621, 1, 1210990468, 'verify.php', 'modifyanswer', 'question id = 3', '24.222.50.139'), (622, 1, 1210990472, 'verify.php', 'updateanswer', 'question id = 3', '24.222.50.139'), (623, 1, 1210990473, 'verify.php', 'modifyquestion', 'question id = 3', '24.222.50.139'), (624, 1, 1210990474, 'verify.php', 'modifyanswer', 'question id = 3', '24.222.50.139'), (625, 1, 1210990476, 'verify.php', 'updateanswer', 'question id = 3', '24.222.50.139'), (626, 1, 1210990477, 'verify.php', 'modifyquestion', 'question id = 3', '24.222.50.139'), (627, 1, 1210990479, 'verify.php', 'modifyanswer', 'question id = 3', '24.222.50.139'), (628, 1, 1210990481, 'verify.php', 'updateanswer', 'question id = 3', '24.222.50.139'), (629, 1, 1210990482, 'verify.php', 'modifyquestion', 'question id = 3', '24.222.50.139'), (630, 1, 1210990533, 'verify.php', '', '', '24.222.50.139'), (631, 1, 1210990535, 'verify.php', 'modifyquestion', '', '24.222.50.139'), (632, 1, 1210990625, 'verify.php', 'updatequestion', '', '24.222.50.139'), (633, 1, 1210990627, 'verify.php', 'modifyquestion', 'question id = 4', '24.222.50.139'), (634, 1, 1210990628, 'verify.php', 'modifyanswer', 'question id = 4', '24.222.50.139'), (635, 1, 1210990630, 'verify.php', 'updateanswer', 'question id = 4', '24.222.50.139'), (636, 1, 1210990631, 'verify.php', 'modifyquestion', 'question id = 4', '24.222.50.139'), (637, 1, 1210990633, 'verify.php', 'modifyanswer', 'question id = 4', '24.222.50.139'), (638, 1, 1210990636, 'verify.php', 'updateanswer', 'question id = 4', '24.222.50.139'), (639, 1, 1210990637, 'verify.php', 'modifyquestion', 'question id = 4', '24.222.50.139'), (640, 1, 1210990638, 'verify.php', 'modifyanswer', 'question id = 4', '24.222.50.139'), (641, 1, 1210990641, 'verify.php', 'updateanswer', 'question id = 4', '24.222.50.139'), (642, 1, 1210990642, 'verify.php', 'modifyquestion', 'question id = 4', '24.222.50.139'), (643, 1, 1210990676, 'verify.php', '', '', '24.222.50.139'), (644, 1, 1210990676, 'verify.php', '', '', '24.222.50.139'), (645, 1, 1211036058, 'options.php', '', '', '24.222.75.166'), (646, 1, 1211036058, 'options.php', '', '', '24.222.75.166'), (647, 1, 1211036062, 'options.php', 'options', '', '24.222.75.166'), (648, 1, 1211037500, 'user.php', 'modify', '', '24.222.75.166'), (649, 1, 1211037504, 'user.php', 'find', '', '24.222.75.166'), (650, 1, 1211037504, 'user.php', 'edit', 'user id = 4', '24.222.75.166'), (651, 1, 1211037549, 'user.php', 'update', 'user id = 4', '24.222.75.166'), (652, 1, 1211037550, 'user.php', 'modify', 'user id = 4', '24.222.75.166'), (653, 1, 1211037575, 'verify.php', '', '', '24.222.75.166'), (654, 1, 1211037578, 'verify.php', 'modifyquestion', '', '24.222.75.166'), (655, 1, 1211037597, 'verify.php', 'updatequestion', '', '24.222.75.166'), (656, 1, 1211037599, 'verify.php', 'modifyquestion', 'question id = 5', '24.222.75.166'), (657, 1, 1211037602, 'verify.php', 'modifyanswer', 'question id = 5', '24.222.75.166'), (658, 1, 1211037603, 'verify.php', 'updateanswer', 'question id = 5', '24.222.75.166'), (659, 1, 1211037605, 'verify.php', 'modifyquestion', 'question id = 5', '24.222.75.166'), (660, 1, 1211037606, 'verify.php', 'modifyanswer', 'question id = 5', '24.222.75.166'), (661, 1, 1211037608, 'verify.php', 'updateanswer', 'question id = 5', '24.222.75.166'), (662, 1, 1211037610, 'verify.php', 'modifyquestion', 'question id = 5', '24.222.75.166'), (663, 1, 1211038906, 'options.php', '', '', '24.222.75.166'), (664, 1, 1211039306, 'user.php', 'modify', '', '24.222.75.166'), (665, 1, 1211040149, 'user.php', 'find', '', '24.222.75.166'), (666, 1, 1211040149, 'user.php', 'edit', 'user id = 4', '24.222.75.166'), (667, 1, 1211040161, 'user.php', 'prune', '', '24.222.75.166'), (668, 1, 1211040171, 'user.php', 'pruneusers', '', '24.222.75.166'), (669, 1, 1211040172, 'user.php', 'prune', '', '24.222.75.166'), (670, 1, 1211040174, 'user.php', 'prune', '', '24.222.75.166'), (671, 1, 1211040178, 'user.php', 'pruneusers', '', '24.222.75.166'), (672, 1, 1211040180, 'user.php', 'prune', '', '24.222.75.166'), (673, 1, 1211040420, 'user.php', 'update', 'user id = 4', '24.222.75.166'), (674, 1, 1211040421, 'user.php', 'modify', 'user id = 4', '24.222.75.166'), (675, 1, 1211040433, 'user.php', 'edit', 'user id = 4', '24.222.75.166'), (676, 1, 1211040490, 'user.php', 'remove', 'user id = 4', '24.222.75.166'), (677, 1, 1211040491, 'user.php', 'kill', 'user id = 4', '24.222.75.166'), (678, 1, 1211040493, 'user.php', 'modify', '', '24.222.75.166'), (679, 1, 1211040749, 'notice.php', 'modify', '', '24.222.75.166'), (680, 1, 1211040750, 'notice.php', 'add', '', '24.222.75.166'), (681, 1, 1211040774, 'announcement.php', 'modify', '', '24.222.75.166'), (682, 1, 1211040789, 'forum.php', 'modify', '', '24.222.75.166'), (683, 1, 1211040790, 'forum.php', 'add', '', '24.222.75.166'), (684, 1, 1211040790, 'forum.php', 'add', '', '24.222.75.166'), (685, 1, 1211041046, 'forum.php', 'update', '', '24.222.75.166'), (686, 1, 1211041047, 'forum.php', 'modify', 'forum id = 37', '24.222.75.166'), (687, 1, 1211041063, 'forum.php', 'doorder', '', '24.222.75.166'), (688, 1, 1211041065, 'forum.php', 'modify', '', '24.222.75.166'), (689, 1, 1211042852, 'forum.php', 'edit', 'forum id = 37', '24.222.75.166'), (690, 1, 1211043899, 'forum.php', 'update', 'forum id = 37', '24.222.75.166'), (691, 1, 1211043901, 'forum.php', 'modify', 'forum id = 37', '24.222.75.166'); INSERT INTO `adminlog` (`adminlogid`, `userid`, `dateline`, `script`, `action`, `extrainfo`, `ipaddress`) VALUES (692, 1, 1211043903, 'forumpermission.php', 'modify', '', '24.222.75.166'), (693, 1, 1211043908, 'forumpermission.php', 'edit', 'forum id = 37 / usergroup id = 11', '24.222.75.166'), (694, 1, 1211043924, 'forumpermission.php', 'edit', 'forum id = 37 / usergroup id = 11', '24.222.75.166'), (695, 1, 1211043937, 'forumpermission.php', 'edit', 'forum id = 4 / usergroup id = 11', '24.222.75.166'), (696, 1, 1211043952, 'forumpermission.php', 'edit', 'forum id = 1 / usergroup id = 11', '24.222.75.166'), (697, 1, 1211043972, 'forumpermission.php', 'doupdate', '', '24.222.75.166'), (698, 1, 1211043974, 'forumpermission.php', 'modify', 'forum id = 1', '24.222.75.166'), (699, 1, 1211043977, 'forumpermission.php', 'edit', 'forum id = 1 / usergroup id = 2', '24.222.75.166'), (700, 1, 1211043995, 'forumpermission.php', 'edit', 'forum id = 4 / usergroup id = 11', '24.222.75.166'), (701, 1, 1211044005, 'forumpermission.php', 'doupdate', '', '24.222.75.166'), (702, 1, 1211044006, 'forumpermission.php', 'modify', 'forum id = 4', '24.222.75.166'), (703, 1, 1211044012, 'forumpermission.php', 'edit', 'forumpermission id = 23', '24.222.75.166'), (704, 1, 1211044028, 'forumpermission.php', 'edit', 'forum id = 37 / usergroup id = 11', '24.222.75.166'), (705, 1, 1211044037, 'forumpermission.php', 'doupdate', '', '24.222.75.166'), (706, 1, 1211044039, 'forumpermission.php', 'modify', 'forum id = 37', '24.222.75.166'), (707, 1, 1211054534, 'forum.php', 'modify', '', '24.222.75.166'), (708, 1, 1211054537, 'forum.php', 'edit', 'forum id = 37', '24.222.75.166'), (709, 1, 1211054547, 'forum.php', 'update', 'forum id = 37', '24.222.75.166'), (710, 1, 1211054548, 'forum.php', 'modify', 'forum id = 37', '24.222.75.166'), (711, 1, 1211054986, 'forum.php', 'add', '', '24.222.75.166'), (712, 1, 1211054987, 'forum.php', 'modify', '', '24.222.75.166'), (713, 1, 1211054987, 'forum.php', 'modify', '', '24.222.75.166'), (714, 1, 1211054991, 'forum.php', 'remove', 'forum id = 37', '24.222.75.166'), (715, 1, 1211054992, 'forum.php', 'kill', 'forum id = 37', '24.222.75.166'), (716, 1, 1211054994, 'forum.php', '', '', '24.222.75.166'), (717, 1, 1211055107, 'forum.php', 'modify', '', '24.222.75.166'), (718, 1, 1211055112, 'forum.php', 'add', '', '24.222.75.166'), (719, 1, 1211055117, 'forum.php', 'add', '', '24.222.75.166'), (720, 1, 1211055138, 'forum.php', 'update', '', '24.222.75.166'), (721, 1, 1211055139, 'forum.php', 'modify', 'forum id = 38', '24.222.75.166'), (722, 1, 1211055161, 'forum.php', 'remove', 'forum id = 34', '24.222.75.166'), (723, 1, 1211055162, 'forum.php', 'kill', 'forum id = 34', '24.222.75.166'), (724, 1, 1211055164, 'forum.php', '', '', '24.222.75.166'), (725, 1, 1211055184, 'forum.php', 'add', '', '24.222.75.166'), (726, 1, 1211055188, 'forum.php', 'add', '', '24.222.75.166'), (727, 1, 1211063579, 'forum.php', 'modify', '', '24.222.50.139'), (728, 1, 1211063579, 'forum.php', 'modify', '', '24.222.50.139'), (729, 1, 1211063587, 'forum.php', 'add', '', '24.222.50.139'), (730, 1, 1211063590, 'forum.php', 'add', '', '24.222.50.139'), (731, 1, 1211063607, 'forum.php', 'update', '', '24.222.50.139'), (732, 1, 1211063608, 'forum.php', 'modify', 'forum id = 39', '24.222.50.139'), (733, 1, 1211063613, 'forum.php', 'edit', 'forum id = 2', '24.222.50.139'), (734, 1, 1211063620, 'forum.php', 'update', 'forum id = 2', '24.222.50.139'), (735, 1, 1211063621, 'forum.php', 'modify', 'forum id = 2', '24.222.50.139'), (736, 1, 1211063624, 'forum.php', 'edit', 'forum id = 38', '24.222.50.139'), (737, 1, 1211063691, 'forum.php', 'update', 'forum id = 38', '24.222.50.139'), (738, 1, 1211063692, 'forum.php', 'modify', 'forum id = 38', '24.222.50.139'), (739, 1, 1211063696, 'forum.php', 'edit', 'forum id = 3', '24.222.50.139'), (740, 1, 1211063700, 'forum.php', 'update', 'forum id = 3', '24.222.50.139'), (741, 1, 1211063701, 'forum.php', 'modify', 'forum id = 3', '24.222.50.139'), (742, 1, 1211063707, 'forum.php', 'add', '', '24.222.50.139'), (743, 1, 1211063714, 'forum.php', 'add', '', '24.222.50.139'), (744, 1, 1211063753, 'forum.php', 'add', '', '24.222.50.139'), (745, 1, 1211063778, 'forum.php', 'update', '', '24.222.50.139'), (746, 1, 1211063779, 'forum.php', 'modify', 'forum id = 40', '24.222.50.139'), (747, 1, 1211063802, 'forum.php', 'doorder', '', '24.222.50.139'), (748, 1, 1211063803, 'forum.php', 'modify', '', '24.222.50.139'), (749, 1, 1211063846, 'forum.php', 'edit', 'forum id = 14', '24.222.50.139'), (750, 1, 1211063851, 'forum.php', 'update', 'forum id = 14', '24.222.50.139'), (751, 1, 1211063852, 'forum.php', 'modify', 'forum id = 14', '24.222.50.139'), (752, 1, 1211063855, 'forum.php', 'edit', 'forum id = 15', '24.222.50.139'), (753, 1, 1211063866, 'forum.php', 'update', 'forum id = 15', '24.222.50.139'), (754, 1, 1211063871, 'forum.php', 'modify', 'forum id = 15', '24.222.50.139'), (755, 1, 1211063907, 'forum.php', 'add', '', '24.222.50.139'), (756, 1, 1211063911, 'forum.php', 'add', '', '24.222.50.139'), (757, 1, 1211063940, 'forum.php', 'update', '', '24.222.50.139'), (758, 1, 1211063941, 'forum.php', 'modify', 'forum id = 41', '24.222.50.139'), (759, 1, 1211063961, 'forum.php', 'doorder', '', '24.222.50.139'), (760, 1, 1211063963, 'forum.php', 'modify', '', '24.222.50.139'), (761, 1, 1211063988, 'forum.php', 'doorder', '', '24.222.50.139'), (762, 1, 1211063990, 'forum.php', 'modify', '', '24.222.50.139'), (763, 1, 1211068697, 'forum.php', 'modify', '', '24.222.50.139'), (764, 1, 1211068697, 'forum.php', 'modify', '', '24.222.50.139'), (765, 1, 1211068705, 'forum.php', 'add', '', '24.222.50.139'), (766, 1, 1211068729, 'forum.php', 'update', '', '24.222.50.139'), (767, 1, 1211068730, 'forum.php', 'modify', 'forum id = 42', '24.222.50.139'), (768, 1, 1211068734, 'forum.php', 'add', '', '24.222.50.139'), (769, 1, 1211068737, 'forum.php', 'add', '', '24.222.50.139'), (770, 1, 1211068769, 'forum.php', 'update', '', '24.222.50.139'), (771, 1, 1211068771, 'forum.php', 'modify', 'forum id = 43', '24.222.50.139'), (772, 1, 1211068774, 'forum.php', 'add', '', '24.222.50.139'), (773, 1, 1211068793, 'forum.php', 'update', '', '24.222.50.139'), (774, 1, 1211068795, 'forum.php', 'modify', 'forum id = 44', '24.222.50.139'), (775, 1, 1211068802, 'forum.php', 'add', '', '24.222.50.139'), (776, 1, 1211068807, 'forum.php', 'doorder', '', '24.222.50.139'), (777, 1, 1211068809, 'forum.php', 'modify', '', '24.222.50.139'), (778, 1, 1211069053, 'usergroup.php', 'modify', '', '24.222.50.139'), (779, 1, 1211069053, 'usergroup.php', 'modify', '', '24.222.50.139'), (780, 1, 1211069058, 'usergroup.php', 'edit', 'usergroup id = 9', '24.222.50.139'), (781, 1, 1211069071, 'usergroup.php', 'update', 'usergroup id = 9', '24.222.50.139'), (782, 1, 1211069072, 'usergroup.php', 'modify', '', '24.222.50.139'), (783, 1, 1211153863, 'forum.php', 'modify', '', '24.222.50.139'), (784, 1, 1211153863, 'forum.php', 'modify', '', '24.222.50.139'), (785, 1, 1211153868, 'forum.php', 'edit', 'forum id = 40', '24.222.50.139'), (786, 1, 1211153871, 'forum.php', 'update', 'forum id = 40', '24.222.50.139'), (787, 1, 1211153872, 'forum.php', 'modify', 'forum id = 40', '24.222.50.139'), (788, 1, 1211153983, 'forum.php', 'modify', '', '24.222.50.139'), (789, 1, 1211153997, 'forum.php', 'edit', 'forum id = 43', '24.222.50.139'), (790, 1, 1211154001, 'forum.php', 'update', 'forum id = 43', '24.222.50.139'), (791, 1, 1211154002, 'forum.php', 'modify', 'forum id = 43', '24.222.50.139'), (792, 1, 1211154010, 'forum.php', 'edit', 'forum id = 43', '24.222.50.139'), (793, 1, 1211154017, 'forum.php', 'edit', 'forum id = 42', '24.222.50.139'), (794, 1, 1211154019, 'forum.php', 'update', 'forum id = 42', '24.222.50.139'), (795, 1, 1211154021, 'forum.php', 'modify', 'forum id = 42', '24.222.50.139'), (796, 1, 1211154066, 'forum.php', 'edit', 'forum id = 44', '24.222.50.139'), (797, 1, 1211154071, 'forum.php', 'update', 'forum id = 44', '24.222.50.139'), (798, 1, 1211154072, 'forum.php', 'modify', 'forum id = 44', '24.222.50.139'), (799, 1, 1211155936, 'forum.php', 'edit', 'forum id = 40', '24.222.50.139'), (800, 1, 1211155960, 'forum.php', 'update', 'forum id = 40', '24.222.50.139'), (801, 1, 1211155962, 'forum.php', 'modify', 'forum id = 40', '24.222.50.139'), (802, 1, 1211155964, 'forum.php', 'edit', 'forum id = 43', '24.222.50.139'), (803, 1, 1211155972, 'forum.php', 'update', 'forum id = 43', '24.222.50.139'), (804, 1, 1211155973, 'forum.php', 'modify', 'forum id = 43', '24.222.50.139'), (805, 1, 1211155975, 'forum.php', 'edit', 'forum id = 42', '24.222.50.139'), (806, 1, 1211155981, 'forum.php', 'update', 'forum id = 42', '24.222.50.139'), (807, 1, 1211155982, 'forum.php', 'modify', 'forum id = 42', '24.222.50.139'), (808, 1, 1211155984, 'forum.php', 'edit', 'forum id = 44', '24.222.50.139'), (809, 1, 1211155990, 'forum.php', 'update', 'forum id = 44', '24.222.50.139'), (810, 1, 1211155991, 'forum.php', 'modify', 'forum id = 44', '24.222.50.139'), (811, 1, 1211156140, 'forum.php', 'remove', 'forum id = 40', '24.222.50.139'), (812, 1, 1211156142, 'forum.php', 'kill', 'forum id = 40', '24.222.50.139'), (813, 1, 1211156143, 'forum.php', '', '', '24.222.50.139'), (814, 1, 1211242226, 'moderator.php', 'showlist', '', '24.222.50.139'), (815, 1, 1211242226, 'moderator.php', 'showlist', '', '24.222.50.139'), (816, 1, 1211242239, 'usergroup.php', 'modify', '', '24.222.50.139'), (817, 1, 1211242239, 'usergroup.php', 'modify', '', '24.222.50.139'), (818, 1, 1211242840, 'template.php', 'modify', '', '24.222.50.139'), (819, 1, 1211244711, 'usergroup.php', 'modify', '', '24.222.50.139'), (820, 1, 1211244717, 'usergroup.php', 'edit', 'usergroup id = 9', '24.222.50.139'), (821, 1, 1211244759, 'usergroup.php', 'update', 'usergroup id = 9', '24.222.50.139'), (822, 1, 1211244761, 'usergroup.php', 'modify', '', '24.222.50.139'), (823, 1, 1211244763, 'usergroup.php', 'edit', 'usergroup id = 10', '24.222.50.139'), (824, 1, 1211244774, 'usergroup.php', 'update', 'usergroup id = 10', '24.222.50.139'), (825, 1, 1211244776, 'usergroup.php', 'modify', '', '24.222.50.139'), (826, 1, 1211244779, 'usergroup.php', 'edit', 'usergroup id = 6', '24.222.50.139'), (827, 1, 1211244785, 'usergroup.php', 'update', 'usergroup id = 6', '24.222.50.139'), (828, 1, 1211244787, 'usergroup.php', 'modify', '', '24.222.50.139'), (829, 1, 1211244788, 'usergroup.php', 'edit', 'usergroup id = 7', '24.222.50.139'), (830, 1, 1211244848, 'usergroup.php', 'update', 'usergroup id = 7', '24.222.50.139'), (831, 1, 1211244850, 'usergroup.php', 'modify', '', '24.222.50.139'), (832, 1, 1211244853, 'usergroup.php', 'edit', 'usergroup id = 5', '24.222.50.139'), (833, 1, 1211244871, 'usergroup.php', 'update', 'usergroup id = 5', '24.222.50.139'), (834, 1, 1211244873, 'usergroup.php', 'modify', '', '24.222.50.139'), (835, 1, 1211244875, 'usergroup.php', 'edit', 'usergroup id = 7', '24.222.50.139'), (836, 1, 1211244906, 'usergroup.php', 'update', 'usergroup id = 7', '24.222.50.139'), (837, 1, 1211244907, 'usergroup.php', 'modify', '', '24.222.50.139'), (838, 1, 1211244915, 'usergroup.php', 'edit', 'usergroup id = 9', '24.222.50.139'), (839, 1, 1211244921, 'usergroup.php', 'update', 'usergroup id = 9', '24.222.50.139'), (840, 1, 1211244922, 'usergroup.php', 'modify', '', '24.222.50.139'), (841, 1, 1211245799, 'options.php', '', '', '24.222.50.139'), (842, 1, 1211245802, 'options.php', 'options', '', '24.222.50.139'), (843, 1, 1211325244, 'template.php', 'files', '', '24.222.50.139'), (844, 1, 1211325244, 'template.php', 'files', '', '24.222.50.139'), (845, 1, 1211325273, 'template.php', 'upload', '', '24.222.50.139'), (846, 1, 1211325273, 'template.php', 'rebuild', '', '24.222.50.139'), (847, 1, 1211325278, 'template.php', '', '', '24.222.50.139'), (848, 1, 1211325304, 'options.php', '', '', '24.222.50.139'), (849, 1, 1211325310, 'options.php', 'options', '', '24.222.50.139'), (850, 1, 1211325316, 'options.php', 'dooptions', '', '24.222.50.139'), (851, 1, 1211325317, 'options.php', 'options', '', '24.222.50.139'), (852, 1, 1211325484, 'template.php', 'modify', '', '24.222.50.139'), (853, 1, 1211325510, 'template.php', 'deletestyle', 'style id = 2', '24.222.50.139'), (854, 1, 1211325514, 'options.php', '', '', '24.222.50.139'), (855, 1, 1211325519, 'options.php', 'options', '', '24.222.50.139'), (856, 1, 1211325523, 'options.php', 'dooptions', '', '24.222.50.139'), (857, 1, 1211325524, 'options.php', 'options', '', '24.222.50.139'), (858, 1, 1211325528, 'template.php', 'deletestyle', 'style id = 2', '24.222.50.139'), (859, 1, 1211325532, 'template.php', 'killstyle', 'style id = 2', '24.222.50.139'), (860, 1, 1211325534, 'template.php', 'modify', '', '24.222.50.139'), (861, 1, 1211325537, 'template.php', 'files', '', '24.222.50.139'), (862, 1, 1211325537, 'template.php', 'files', '', '24.222.50.139'), (863, 1, 1211325550, 'template.php', 'upload', '', '24.222.50.139'), (864, 1, 1211325551, 'template.php', 'rebuild', '', '24.222.50.139'), (865, 1, 1211325562, 'options.php', 'dooptions', '', '24.222.50.139'), (866, 1, 1211325563, 'options.php', 'options', '', '24.222.50.139'), (867, 1, 1211325569, 'template.php', '', '', '24.222.50.139'), (868, 1, 1211325570, 'options.php', 'options', '', '24.222.50.139'), (869, 1, 1211325575, 'options.php', 'dooptions', '', '24.222.50.139'), (870, 1, 1211325576, 'options.php', 'options', '', '24.222.50.139'), (871, 1, 1211325604, 'user.php', 'modify', '', '24.222.50.139'), (872, 1, 1211325608, 'user.php', 'find', '', '24.222.50.139'), (873, 1, 1211325608, 'user.php', 'edit', 'user id = 1', '24.222.50.139'), (874, 1, 1211325623, 'user.php', 'update', 'user id = 1', '24.222.50.139'), (875, 1, 1211325624, 'user.php', 'modify', 'user id = 1', '24.222.50.139'), (876, 1, 1211325678, 'template.php', 'modify', '', '86.145.244.204'), (877, 1, 1211325681, 'template.php', 'modify', '', '86.145.244.204'), (878, 1, 1211325685, 'template.php', 'edit', 'style id = 0', '86.145.244.204'), (879, 1, 1211325706, 'css.php', 'edit', 'style id = 3', '86.145.244.204'), (880, 1, 1211325726, 'css.php', 'update', 'style id = 3', '86.145.244.204'), (881, 1, 1211325729, 'css.php', 'edit', 'style id = 3', '86.145.244.204'), (882, 1, 1211325763, 'plugin.php', 'product', '', '86.145.244.204'), (883, 1, 1211325764, 'plugin.php', 'modify', '', '86.145.244.204'), (884, 1, 1211325767, 'plugin.php', 'modify', '', '86.145.244.204'), (885, 1, 1211325767, 'plugin.php', 'modify', '', '86.145.244.204'), (886, 1, 1211325901, 'plugin.php', 'product', '', '24.222.50.139'), (887, 1, 1211325901, 'plugin.php', 'product', '', '24.222.50.139'), (888, 1, 1211325903, 'plugin.php', 'add', '', '24.222.50.139'), (889, 1, 1211325903, 'plugin.php', 'add', '', '24.222.50.139'), (890, 1, 1211325915, 'plugin.php', 'product', '', '24.222.50.139'), (891, 1, 1211325915, 'plugin.php', 'product', '', '24.222.50.139'), (892, 1, 1211325917, 'plugin.php', 'files', '', '24.222.50.139'), (893, 1, 1211325917, 'plugin.php', 'files', '', '24.222.50.139'), (894, 1, 1211325921, 'plugin.php', 'doimport', '', '24.222.50.139'), (895, 1, 1211325922, 'plugin.php', '', '', '24.222.50.139'), (896, 1, 1211325925, 'plugin.php', 'updateactive', '', '24.222.50.139'), (897, 1, 1211325927, 'plugin.php', 'files', '', '24.222.50.139'), (898, 1, 1211325927, 'plugin.php', 'files', '', '24.222.50.139'), (899, 1, 1211325927, 'plugin.php', 'files', '', '24.222.50.139'), (900, 1, 1211325932, 'plugin.php', 'doimport', '', '24.222.50.139'), (901, 1, 1211325933, 'plugin.php', '', '', '24.222.50.139'), (902, 1, 1211325935, 'plugin.php', 'updateactive', '', '24.222.50.139'), (903, 1, 1211325973, 'user.php', 'modify', '', '24.222.50.139'), (904, 1, 1211325977, 'user.php', 'find', '', '24.222.50.139'), (905, 1, 1211325977, 'user.php', 'edit', 'user id = 1', '24.222.50.139'), (906, 1, 1211325982, 'user.php', 'update', 'user id = 1', '24.222.50.139'), (907, 1, 1211325984, 'user.php', 'modify', 'user id = 1', '24.222.50.139'), (908, 1, 1211326013, 'forum.php', 'modify', '', '24.222.50.139'), (909, 1, 1211326015, 'forum.php', 'edit', 'forum id = 31', '24.222.50.139'), (910, 1, 1211326031, 'forum.php', 'update', 'forum id = 31', '24.222.50.139'), (911, 1, 1211326032, 'forum.php', 'modify', 'forum id = 31', '24.222.50.139'), (912, 1, 1211326039, 'forum.php', 'edit', 'forum id = 32', '24.222.50.139'), (913, 1, 1211326040, 'forum.php', 'edit', 'forum id = 41', '24.222.50.139'), (914, 1, 1211326062, 'forum.php', 'update', 'forum id = 41', '24.222.50.139'), (915, 1, 1211326063, 'forum.php', 'modify', 'forum id = 41', '24.222.50.139'), (916, 1, 1211326068, 'forum.php', 'edit', 'forum id = 41', '24.222.50.139'), (917, 1, 1211326075, 'forum.php', 'update', 'forum id = 41', '24.222.50.139'), (918, 1, 1211326077, 'forum.php', 'modify', 'forum id = 41', '24.222.50.139'), (919, 1, 1211326111, 'template.php', 'modify', '', '24.222.50.139'), (920, 1, 1211326113, 'template.php', 'modify', '', '24.222.50.139'), (921, 1, 1211326118, 'template.php', 'edit', 'style id = 0', '24.222.50.139'), (922, 1, 1211326169, 'template.php', 'updatetemplate', 'style id = 3', '24.222.50.139'), (923, 1, 1211326169, 'template.php', 'edit', 'style id = 0', '24.222.50.139'), (924, 1, 1211326198, 'image.php', 'add', 'Smilies', '24.222.50.139'), (925, 1, 1211326198, 'image.php', 'upload', 'Smilies', '24.222.50.139'), (926, 1, 1211326198, 'image.php', 'upload', 'Smilies', '24.222.50.139'), (927, 1, 1211326786, 'image.php', 'modify', 'Smilies', '24.222.50.139'), (928, 1, 1211326789, 'image.php', 'addcategory', 'Smilies', '24.222.50.139'), (929, 1, 1211326794, 'image.php', 'insertcategory', 'Smilies', '24.222.50.139'), (930, 1, 1211326796, 'image.php', 'modify', 'Smilies', '24.222.50.139'), (931, 1, 1211326798, 'image.php', 'editcategory', 'Smilies', '24.222.50.139'), (932, 1, 1211326804, 'image.php', 'viewimages', 'Smilies', '24.222.50.139'), (933, 1, 1211326868, 'options.php', '', '', '24.222.50.139'), (934, 1, 1211326868, 'options.php', '', '', '24.222.50.139'), (935, 1, 1211326870, 'options.php', 'options', '', '24.222.50.139'), (936, 1, 1211326893, 'options.php', 'dooptions', '', '24.222.50.139'), (937, 1, 1211326895, 'options.php', 'options', '', '24.222.50.139'), (938, 1, 1211327107, 'image.php', 'add', 'Smilies', '24.222.50.139'), (939, 1, 1211327114, 'image.php', 'insertmultiple', 'Smilies', '24.222.50.139'), (940, 1, 1211327132, 'image.php', 'insertmultiple', 'Smilies', '24.222.50.139'), (941, 1, 1211327177, 'image.php', 'doinsertmultiple', 'Smilies', '24.222.50.139'), (942, 1, 1211327183, 'image.php', 'doinsertmultiple', 'Smilies', '24.222.50.139'), (943, 1, 1211327202, 'image.php', 'doinsertmultiple', 'Smilies', '24.222.50.139'), (944, 1, 1211327204, 'image.php', '', 'Smilies', '24.222.50.139'), (945, 1, 1211327227, 'image.php', 'removecategory', 'Smilies', '24.222.50.139'), (946, 1, 1211327235, 'image.php', 'killcategory', 'Smilies', '24.222.50.139'), (947, 1, 1211327237, 'image.php', 'modify', 'Smilies', '24.222.50.139'), (948, 1, 1211327421, 'template.php', 'modify', '', '24.222.50.139'), (949, 1, 1211327424, 'template.php', 'search', '', '24.222.50.139'), (950, 1, 1211327424, 'template.php', 'search', '', '24.222.50.139'), (951, 1, 1211327430, 'template.php', 'modify', '', '24.222.50.139'), (952, 1, 1211327437, 'template.php', 'modify', '', '24.222.50.139'), (953, 1, 1211327438, 'template.php', 'search', '', '24.222.50.139'), (954, 1, 1211327440, 'template.php', 'modify', '', '24.222.50.139'), (955, 1, 1211327443, 'template.php', 'search', '', '24.222.50.139'), (956, 1, 1211327447, 'template.php', 'modify', '', '24.222.50.139'), (957, 1, 1211327455, 'template.php', 'modify', '', '24.222.50.139'), (958, 1, 1211327462, 'template.php', 'add', 'style id = 3', '24.222.50.139'), (959, 1, 1211327895, 'template.php', 'edit', 'style id = 0', '24.222.50.139'), (960, 1, 1211327902, 'template.php', 'edit', 'style id = 0', '24.222.50.139'), (961, 1, 1211328102, 'template.php', 'add', 'style id = 3', '24.222.50.139'), (962, 1, 1211328119, 'template.php', 'add', 'style id = 3', '24.222.50.139'), (963, 1, 1211328143, 'template.php', 'inserttemplate', 'style id = 3', '24.222.50.139'), (964, 1, 1211328144, 'template.php', 'edit', 'style id = 0', '24.222.50.139'), (965, 1, 1211328220, 'user.php', 'edit', 'user id = 1', '24.222.50.139'), (966, 1, 1211328230, 'user.php', 'update', 'user id = 1', '24.222.50.139'), (967, 1, 1211328232, 'user.php', 'modify', 'user id = 1', '24.222.50.139'), (968, 1, 1211328809, 'plugin.php', 'add', '', '24.222.50.139'), (969, 1, 1211328809, 'plugin.php', 'add', '', '24.222.50.139'), (970, 1, 1211328827, 'plugin.php', 'product', '', '24.222.50.139'), (971, 1, 1211328827, 'plugin.php', 'product', '', '24.222.50.139'), (972, 1, 1211328828, 'plugin.php', 'modify', '', '24.222.50.139'), (973, 1, 1211328829, 'plugin.php', 'modify', '', '24.222.50.139'), (974, 1, 1211328829, 'plugin.php', 'modify', '', '24.222.50.139'), (975, 1, 1211328830, 'plugin.php', 'edit', 'plugin id = 1', '24.222.50.139'), (976, 1, 1211328843, 'template.php', 'modify', '', '24.222.50.139'), (977, 1, 1211328843, 'template.php', 'modify', '', '24.222.50.139'), (978, 1, 1211328846, 'template.php', 'modify', '', '24.222.50.139'), (979, 1, 1211328850, 'template.php', 'edit', 'style id = 0', '24.222.50.139'), (980, 1, 1211328874, 'template.php', 'updatetemplate', 'style id = 3', '24.222.50.139'), (981, 1, 1211328874, 'template.php', 'edit', 'style id = 0', '24.222.50.139'), (982, 1, 1211328885, 'plugin.php', 'modify', '', '24.222.50.139'), (983, 1, 1211328889, 'plugin.php', 'edit', 'plugin id = 1', '24.222.50.139'), (984, 1, 1211328946, 'template.php', 'updatetemplate', 'style id = 3', '24.222.50.139'), (985, 1, 1211328947, 'template.php', 'edit', 'style id = 0', '24.222.50.139'), (986, 1, 1211328967, 'plugin.php', 'modify', '', '24.222.50.139'), (987, 1, 1211328969, 'plugin.php', 'edit', 'plugin id = 2', '24.222.50.139'), (988, 1, 1211329005, 'template.php', 'modify', '', '24.222.50.139'), (989, 1, 1211329006, 'template.php', 'modify', '', '24.222.50.139'), (990, 1, 1211329008, 'template.php', 'modify', '', '24.222.50.139'), (991, 1, 1211329009, 'css.php', 'edit', 'style id = 3', '24.222.50.139'), (992, 1, 1211329014, 'template.php', 'edit', 'style id = 0', '24.222.50.139'), (993, 1, 1211329250, 'plugin.php', 'edit', 'plugin id = 1', '24.222.50.139'), (994, 1, 1211329257, 'plugin.php', 'product', '', '24.222.50.139'), (995, 1, 1211329257, 'plugin.php', 'product', '', '24.222.50.139'), (996, 1, 1211329258, 'plugin.php', 'modify', '', '24.222.50.139'), (997, 1, 1211329258, 'plugin.php', 'modify', '', '24.222.50.139'), (998, 1, 1211329260, 'plugin.php', 'edit', 'plugin id = 3', '24.222.50.139'), (999, 1, 1211329292, 'template.php', 'updatetemplate', 'style id = 3', '24.222.50.139'), (1000, 1, 1211329292, 'template.php', 'edit', 'style id = 0', '24.222.50.139'), (1001, 1, 1211329314, 'plugin.php', 'edit', 'plugin id = 1', '24.222.50.139'), (1002, 1, 1211329363, 'plugin.php', 'update', 'plugin id = 1', '24.222.50.139'), (1003, 1, 1211329364, 'plugin.php', '', '', '24.222.50.139'), (1004, 1, 1211329399, 'plugin.php', 'edit', 'plugin id = 1', '24.222.50.139'), (1005, 1, 1211329412, 'plugin.php', 'update', 'plugin id = 1', '24.222.50.139'), (1006, 1, 1211329414, 'plugin.php', '', '', '24.222.50.139'), (1007, 1, 1211329422, 'template.php', 'updatetemplate', 'style id = 3', '24.222.50.139'), (1008, 1, 1211329422, 'template.php', 'edit', 'style id = 0', '24.222.50.139'), (1009, 1, 1211329425, 'plugin.php', 'edit', 'plugin id = 1', '24.222.50.139'), (1010, 1, 1211329432, 'plugin.php', 'update', 'plugin id = 1', '24.222.50.139'), (1011, 1, 1211329434, 'plugin.php', '', '', '24.222.50.139'), (1012, 1, 1211329444, 'plugin.php', 'edit', 'plugin id = 1', '24.222.50.139'), (1013, 1, 1211329479, 'plugin.php', 'update', 'plugin id = 1', '24.222.50.139'), (1014, 1, 1211329481, 'plugin.php', '', '', '24.222.50.139'), (1015, 1, 1211329491, 'plugin.php', 'edit', 'plugin id = 1', '24.222.50.139'), (1016, 1, 1211329546, 'plugin.php', 'update', 'plugin id = 1', '24.222.50.139'), (1017, 1, 1211329548, 'plugin.php', '', '', '24.222.50.139'), (1018, 1, 1211329559, 'plugin.php', 'edit', 'plugin id = 1', '24.222.50.139'), (1019, 1, 1211329637, 'plugin.php', 'update', 'plugin id = 1', '24.222.50.139'), (1020, 1, 1211329639, 'plugin.php', '', '', '24.222.50.139'), (1021, 1, 1211329650, 'plugin.php', 'edit', 'plugin id = 1', '24.222.50.139'), (1022, 1, 1211329676, 'plugin.php', 'update', 'plugin id = 1', '24.222.50.139'), (1023, 1, 1211329677, 'plugin.php', '', '', '24.222.50.139'), (1024, 1, 1211329684, 'plugin.php', 'edit', 'plugin id = 1', '24.222.50.139'), (1025, 1, 1211329693, 'plugin.php', 'update', 'plugin id = 1', '24.222.50.139'), (1026, 1, 1211329694, 'plugin.php', '', '', '24.222.50.139'), (1027, 1, 1211329702, 'plugin.php', 'edit', 'plugin id = 1', '24.222.50.139'), (1028, 1, 1211329736, 'plugin.php', 'update', 'plugin id = 1', '24.222.50.139'), (1029, 1, 1211329738, 'plugin.php', '', '', '24.222.50.139'), (1030, 1, 1211329748, 'plugin.php', 'edit', 'plugin id = 1', '24.222.50.139'), (1031, 1, 1211329772, 'plugin.php', 'update', 'plugin id = 1', '24.222.50.139'), (1032, 1, 1211329773, 'plugin.php', '', '', '24.222.50.139'), (1033, 1, 1211329776, 'plugin.php', 'edit', 'plugin id = 1', '24.222.50.139'), (1034, 1, 1211329809, 'plugin.php', 'update', 'plugin id = 1', '24.222.50.139'), (1035, 1, 1211329810, 'plugin.php', '', '', '24.222.50.139'), (1036, 1, 1211329814, 'plugin.php', 'edit', 'plugin id = 1', '24.222.50.139'), (1037, 1, 1211329821, 'plugin.php', 'update', 'plugin id = 1', '24.222.50.139'), (1038, 1, 1211329822, 'plugin.php', '', '', '24.222.50.139'), (1039, 1, 1211329826, 'plugin.php', 'edit', 'plugin id = 1', '24.222.50.139'), (1040, 1, 1211329828, 'plugin.php', 'delete', 'plugin id = 1', '24.222.50.139'), (1041, 1, 1211329830, 'plugin.php', 'edit', 'plugin id = 1', '24.222.50.139'), (1042, 1, 1211329831, 'plugin.php', 'edit', 'plugin id = 1', '24.222.50.139'), (1043, 1, 1211329859, 'plugin.php', 'update', 'plugin id = 1', '24.222.50.139'), (1044, 1, 1211329861, 'plugin.php', '', '', '24.222.50.139'), (1045, 1, 1211329866, 'plugin.php', 'edit', 'plugin id = 1', '24.222.50.139'), (1046, 1, 1211330009, 'plugin.php', 'update', 'plugin id = 1', '24.222.50.139'), (1047, 1, 1211330011, 'plugin.php', '', '', '24.222.50.139'), (1048, 1, 1211330015, 'plugin.php', 'delete', 'plugin id = 1', '24.222.50.139'), (1049, 1, 1211330017, 'plugin.php', 'edit', 'plugin id = 1', '24.222.50.139'), (1050, 1, 1211330027, 'plugin.php', 'update', 'plugin id = 1', '24.222.50.139'), (1051, 1, 1211330028, 'plugin.php', '', '', '24.222.50.139'), (1052, 1, 1211330034, 'plugin.php', 'edit', 'plugin id = 1', '24.222.50.139'), (1053, 1, 1211330049, 'plugin.php', 'update', 'plugin id = 1', '24.222.50.139'), (1054, 1, 1211330050, 'plugin.php', '', '', '24.222.50.139'), (1055, 1, 1211330055, 'plugin.php', 'edit', 'plugin id = 1', '24.222.50.139'), (1056, 1, 1211330064, 'plugin.php', 'update', 'plugin id = 1', '24.222.50.139'), (1057, 1, 1211330066, 'plugin.php', '', '', '24.222.50.139'), (1058, 1, 1211330132, 'plugin.php', 'edit', 'plugin id = 1', '24.222.50.139'), (1059, 1, 1211330175, 'plugin.php', 'update', 'plugin id = 1', '24.222.50.139'), (1060, 1, 1211330176, 'plugin.php', '', '', '24.222.50.139'), (1061, 1, 1211330192, 'plugin.php', 'edit', 'plugin id = 1', '24.222.50.139'), (1062, 1, 1211330199, 'plugin.php', 'update', 'plugin id = 1', '24.222.50.139'), (1063, 1, 1211330201, 'plugin.php', '', '', '24.222.50.139'), (1064, 1, 1211330215, 'template.php', 'modify', '', '24.222.50.139'), (1065, 1, 1211330215, 'template.php', 'modify', '', '24.222.50.139'), (1066, 1, 1211330218, 'template.php', 'modify', '', '24.222.50.139'), (1067, 1, 1211330222, 'template.php', 'modify', '', '24.222.50.139'), (1068, 1, 1211330259, 'template.php', 'add', 'style id = 3', '24.222.50.139'), (1069, 1, 1211330317, 'template.php', 'add', 'style id = 3', '24.222.50.139'), (1070, 1, 1211330325, 'template.php', 'inserttemplate', 'style id = 3', '24.222.50.139'), (1071, 1, 1211330327, 'template.php', 'edit', 'style id = 0', '24.222.50.139'), (1072, 1, 1211330348, 'template.php', 'updatetemplate', 'style id = 3', '24.222.50.139'), (1073, 1, 1211330348, 'template.php', 'edit', 'style id = 0', '24.222.50.139'), (1074, 1, 1211330390, 'template.php', 'modify', '', '24.222.50.139'), (1075, 1, 1211330397, 'template.php', 'modify', '', '24.222.50.139'), (1076, 1, 1211330402, 'template.php', 'delete', 'style id = 3', '24.222.50.139'), (1077, 1, 1211330403, 'template.php', 'kill', 'style id = 0', '24.222.50.139'), (1078, 1, 1211330405, 'template.php', 'modify', '', '24.222.50.139'), (1079, 1, 1211330430, 'template.php', 'add', 'style id = 3', '24.222.50.139'), (1080, 1, 1211330452, 'template.php', 'inserttemplate', 'style id = 3', '24.222.50.139'), (1081, 1, 1211330453, 'template.php', 'edit', 'style id = 0', '24.222.50.139'), (1082, 1, 1211330477, 'template.php', 'updatetemplate', 'style id = 3', '24.222.50.139'), (1083, 1, 1211330477, 'template.php', 'edit', 'style id = 0', '24.222.50.139'), (1084, 1, 1211330487, 'template.php', 'updatetemplate', 'style id = 3', '24.222.50.139'), (1085, 1, 1211330487, 'template.php', 'edit', 'style id = 0', '24.222.50.139'), (1086, 1, 1211330532, 'template.php', 'updatetemplate', 'style id = 3', '24.222.50.139'), (1087, 1, 1211330533, 'template.php', 'edit', 'style id = 0', '24.222.50.139'), (1088, 1, 1211330559, 'template.php', 'updatetemplate', 'style id = 3', '24.222.50.139'), (1089, 1, 1211330560, 'template.php', 'edit', 'style id = 0', '24.222.50.139'), (1090, 1, 1211330585, 'template.php', 'updatetemplate', 'style id = 3', '24.222.50.139'), (1091, 1, 1211330586, 'template.php', 'edit', 'style id = 0', '24.222.50.139'), (1092, 1, 1211330604, 'template.php', 'modify', 'style id = 0', '24.222.50.139'), (1093, 1, 1211330609, 'template.php', 'delete', 'style id = 3', '24.222.50.139'), (1094, 1, 1211330611, 'template.php', 'kill', 'style id = 0', '24.222.50.139'), (1095, 1, 1211330612, 'template.php', 'modify', '', '24.222.50.139'), (1096, 1, 1211330615, 'template.php', 'modify', '', '24.222.50.139'), (1097, 1, 1211330750, 'template.php', 'add', 'style id = 3', '24.222.50.139'), (1098, 1, 1211330764, 'template.php', 'inserttemplate', 'style id = 3', '24.222.50.139'), (1099, 1, 1211330765, 'template.php', 'edit', 'style id = 0', '24.222.50.139'), (1100, 1, 1211330795, 'template.php', 'updatetemplate', 'style id = 3', '24.222.50.139'), (1101, 1, 1211330795, 'template.php', 'edit', 'style id = 0', '24.222.50.139'), (1102, 1, 1211330827, 'template.php', 'add', 'style id = 3', '24.222.50.139'), (1103, 1, 1211330841, 'template.php', 'inserttemplate', 'style id = 3', '24.222.50.139'), (1104, 1, 1211330842, 'template.php', 'edit', 'style id = 0', '24.222.50.139'), (1105, 1, 1211330868, 'template.php', 'updatetemplate', 'style id = 3', '24.222.50.139'), (1106, 1, 1211330870, 'template.php', 'edit', 'style id = 0', '24.222.50.139'), (1107, 1, 1211330882, 'template.php', 'add', 'style id = 3', '24.222.50.139'), (1108, 1, 1211330926, 'template.php', 'inserttemplate', 'style id = 3', '24.222.50.139'), (1109, 1, 1211330927, 'template.php', 'edit', 'style id = 0', '24.222.50.139'), (1110, 1, 1211330952, 'template.php', 'add', 'style id = 3', '24.222.50.139'), (1111, 1, 1211330957, 'template.php', 'inserttemplate', 'style id = 3', '24.222.50.139'), (1112, 1, 1211330985, 'template.php', 'inserttemplate', 'style id = 3', '24.222.50.139'), (1113, 1, 1211331005, 'template.php', 'inserttemplate', 'style id = 3', '24.222.50.139'), (1114, 1, 1211331006, 'template.php', 'updatetemplate', 'style id = 3', '24.222.50.139'), (1115, 1, 1211331007, 'template.php', 'edit', 'style id = 0', '24.222.50.139'), (1116, 1, 1211331018, 'template.php', 'updatetemplate', 'style id = 3', '24.222.50.139'), (1117, 1, 1211331019, 'template.php', 'edit', 'style id = 0', '24.222.50.139'), (1118, 1, 1211331034, 'template.php', 'updatetemplate', 'style id = 3', '24.222.50.139'), (1119, 1, 1211331034, 'template.php', 'edit', 'style id = 0', '24.222.50.139'), (1120, 1, 1211331059, 'template.php', 'updatetemplate', 'style id = 3', '24.222.50.139'), (1121, 1, 1211331059, 'template.php', 'edit', 'style id = 0', '24.222.50.139'), (1122, 1, 1211331081, 'template.php', 'updatetemplate', 'style id = 3', '24.222.50.139'), (1123, 1, 1211331082, 'template.php', 'edit', 'style id = 0', '24.222.50.139'), (1124, 1, 1211331120, 'template.php', 'add', 'style id = 3', '24.222.50.139'), (1125, 1, 1211331124, 'template.php', 'inserttemplate', 'style id = 3', '24.222.50.139'), (1126, 1, 1211331125, 'template.php', 'edit', 'style id = 0', '24.222.50.139'), (1127, 1, 1211331148, 'template.php', 'add', 'style id = 3', '24.222.50.139'), (1128, 1, 1211331166, 'template.php', 'inserttemplate', 'style id = 3', '24.222.50.139'), (1129, 1, 1211331183, 'template.php', 'inserttemplate', 'style id = 3', '24.222.50.139'), (1130, 1, 1211331184, 'template.php', 'updatetemplate', 'style id = 3', '24.222.50.139'), (1131, 1, 1211331185, 'template.php', 'edit', 'style id = 0', '24.222.50.139'), (1132, 1, 1211331224, 'template.php', 'updatetemplate', 'style id = 3', '24.222.50.139'), (1133, 1, 1211331224, 'template.php', 'edit', 'style id = 0', '24.222.50.139'), (1134, 1, 1211331254, 'template.php', 'updatetemplate', 'style id = 3', '24.222.50.139'), (1135, 1, 1211331255, 'template.php', 'edit', 'style id = 0', '24.222.50.139'), (1136, 1, 1211331279, 'template.php', 'updatetemplate', 'style id = 3', '24.222.50.139'), (1137, 1, 1211331279, 'template.php', 'edit', 'style id = 0', '24.222.50.139'), (1138, 1, 1211331951, 'plugin.php', 'product', '', '24.222.50.139'), (1139, 1, 1211331952, 'plugin.php', 'modify', '', '24.222.50.139'), (1140, 1, 1211331952, 'plugin.php', 'add', '', '24.222.50.139'), (1141, 1, 1211331952, 'plugin.php', 'add', '', '24.222.50.139'), (1142, 1, 1211332039, 'plugin.php', 'update', '', '24.222.50.139'), (1143, 1, 1211332040, 'plugin.php', '', '', '24.222.50.139'), (1144, 1, 1211332043, 'plugin.php', 'updateactive', '', '24.222.50.139'), (1145, 1, 1211332045, 'plugin.php', 'edit', 'plugin id = 4', '24.222.50.139'), (1146, 1, 1211332063, 'plugin.php', 'update', 'plugin id = 4', '24.222.50.139'), (1147, 1, 1211332065, 'plugin.php', '', '', '24.222.50.139'), (1148, 1, 1211332067, 'plugin.php', 'edit', 'plugin id = 4', '24.222.50.139'), (1149, 1, 1211332091, 'plugin.php', 'update', 'plugin id = 4', '24.222.50.139'), (1150, 1, 1211332092, 'plugin.php', '', '', '24.222.50.139'), (1151, 1, 1211332103, 'template.php', 'modify', '', '24.222.50.139'), (1152, 1, 1211332103, 'template.php', 'modify', '', '24.222.50.139'), (1153, 1, 1211332105, 'template.php', 'modify', '', '24.222.50.139'), (1154, 1, 1211332108, 'template.php', 'edit', 'style id = 0', '24.222.50.139'), (1155, 1, 1211332128, 'template.php', 'updatetemplate', 'style id = 3', '24.222.50.139'), (1156, 1, 1211332128, 'template.php', 'edit', 'style id = 0', '24.222.50.139'), (1157, 1, 1211332134, 'plugin.php', 'edit', 'plugin id = 4', '24.222.50.139'), (1158, 1, 1211332142, 'plugin.php', 'edit', 'plugin id = 1', '24.222.50.139'), (1159, 1, 1211332150, 'plugin.php', 'edit', 'plugin id = 4', '24.222.50.139'), (1160, 1, 1211332218, 'plugin.php', 'update', 'plugin id = 4', '24.222.50.139'), (1161, 1, 1211332220, 'plugin.php', '', '', '24.222.50.139'), (1162, 1, 1211332222, 'plugin.php', 'edit', 'plugin id = 4', '24.222.50.139'), (1163, 1, 1211332325, 'plugin.php', 'update', 'plugin id = 4', '24.222.50.139'), (1164, 1, 1211332327, 'plugin.php', '', '', '24.222.50.139'), (1165, 1, 1211332331, 'plugin.php', 'edit', 'plugin id = 4', '24.222.50.139'), (1166, 1, 1211332416, 'plugin.php', 'update', 'plugin id = 4', '24.222.50.139'), (1167, 1, 1211332419, 'plugin.php', '', '', '24.222.50.139'), (1168, 1, 1211332423, 'plugin.php', 'edit', 'plugin id = 4', '24.222.50.139'), (1169, 1, 1211332441, 'plugin.php', 'update', 'plugin id = 4', '24.222.50.139'), (1170, 1, 1211332442, 'plugin.php', '', '', '24.222.50.139'), (1171, 1, 1211332454, 'plugin.php', 'edit', 'plugin id = 4', '24.222.50.139'), (1172, 1, 1211332476, 'plugin.php', 'update', 'plugin id = 4', '24.222.50.139'), (1173, 1, 1211332478, 'plugin.php', '', '', '24.222.50.139'), (1174, 1, 1211332485, 'plugin.php', 'edit', 'plugin id = 4', '24.222.50.139'), (1175, 1, 1211332493, 'plugin.php', 'update', 'plugin id = 4', '24.222.50.139'), (1176, 1, 1211332495, 'plugin.php', '', '', '24.222.50.139'), (1177, 1, 1211332501, 'plugin.php', 'edit', 'plugin id = 4', '24.222.50.139'), (1178, 1, 1211332553, 'plugin.php', 'update', 'plugin id = 4', '24.222.50.139'), (1179, 1, 1211332555, 'plugin.php', '', '', '24.222.50.139'), (1180, 1, 1211332567, 'plugin.php', 'edit', 'plugin id = 4', '24.222.50.139'), (1181, 1, 1211332587, 'plugin.php', 'update', 'plugin id = 4', '24.222.50.139'), (1182, 1, 1211332588, 'plugin.php', '', '', '24.222.50.139'), (1183, 1, 1211332602, 'plugin.php', 'edit', 'plugin id = 4', '24.222.50.139'), (1184, 1, 1211332620, 'plugin.php', 'update', 'plugin id = 4', '24.222.50.139'), (1185, 1, 1211332621, 'plugin.php', '', '', '24.222.50.139'), (1186, 1, 1211332627, 'plugin.php', 'edit', 'plugin id = 4', '24.222.50.139'), (1187, 1, 1211332662, 'plugin.php', 'update', 'plugin id = 4', '24.222.50.139'), (1188, 1, 1211332664, 'plugin.php', '', '', '24.222.50.139'), (1189, 1, 1211332686, 'template.php', 'updatetemplate', 'style id = 3', '24.222.50.139'), (1190, 1, 1211332686, 'template.php', 'edit', 'style id = 0', '24.222.50.139'), (1191, 1, 1211369206, 'options.php', '', '', '24.222.50.139'), (1192, 1, 1211369206, 'options.php', '', '', '24.222.50.139'), (1193, 1, 1211369210, 'options.php', 'options', '', '24.222.50.139'), (1194, 1, 1211369223, 'options.php', 'options', '', '24.222.50.139'), (1195, 1, 1211402543, 'user.php', 'moderate', '', '24.222.50.139'), (1196, 1, 1211402550, 'user.php', 'domoderate', '', '24.222.50.139'), (1197, 1, 1211405118, 'user.php', 'modify', '', '24.222.50.139'), (1198, 1, 1211405121, 'user.php', 'find', '', '24.222.50.139'), (1199, 1, 1211405123, 'user.php', 'edit', 'user id = 5', '24.222.50.139'), (1200, 1, 1211405130, 'user.php', 'update', 'user id = 5', '24.222.50.139'), (1201, 1, 1211405133, 'user.php', 'modify', 'user id = 5', '24.222.50.139'), (1202, 1, 1211405136, 'user.php', 'edit', 'user id = 5', '24.222.50.139'), (1203, 1, 1211410166, 'usergroup.php', 'modify', '', '24.222.50.139'), (1204, 1, 1211410167, 'usergroup.php', 'modify', '', '24.222.50.139'), (1205, 1, 1211452909, 'resources.php', '', '', '24.222.50.139'), (1206, 1, 1211452909, 'resources.php', '', '', '24.222.50.139'), (1207, 1, 1211452915, 'moderator.php', 'showlist', '', '24.222.50.139'), (1208, 1, 1211452915, 'moderator.php', 'showlist', '', '24.222.50.139'), (1209, 1, 1211452928, 'forumpermission.php', 'modify', '', '24.222.50.139'), (1210, 1, 1211452928, 'forumpermission.php', 'modify', '', '24.222.50.139'), (1211, 1, 1211452967, 'forumpermission.php', 'edit', 'forumpermission id = 22', '24.222.50.139'), (1212, 1, 1211452967, 'forumpermission.php', 'edit', 'forumpermission id = 7', '24.222.50.139'), (1213, 1, 1211452974, 'forumpermission.php', 'edit', 'forumpermission id = 7', '24.222.50.139'), (1214, 1, 1211453007, 'forumpermission.php', 'doupdate', '', '24.222.50.139'), (1215, 1, 1211453008, 'forumpermission.php', 'modify', 'forum id = 5', '24.222.50.139'), (1216, 1, 1211453015, 'forumpermission.php', 'edit', 'forum id = 6 / usergroup id = 7', '24.222.50.139'), (1217, 1, 1211453021, 'forumpermission.php', 'doupdate', '', '24.222.50.139'), (1218, 1, 1211453022, 'forumpermission.php', 'modify', 'forum id = 6', '24.222.50.139'), (1219, 1, 1211453035, 'forumpermission.php', 'edit', 'forumpermission id = 5', '24.222.50.139'), (1220, 1, 1211453039, 'forumpermission.php', 'doupdate', '', '24.222.50.139'), (1221, 1, 1211453040, 'forumpermission.php', 'modify', 'forum id = 5', '24.222.50.139'), (1222, 1, 1211453045, 'forumpermission.php', 'edit', 'forum id = 6 / usergroup id = 5', '24.222.50.139'), (1223, 1, 1211453048, 'forumpermission.php', 'doupdate', '', '24.222.50.139'), (1224, 1, 1211453050, 'forumpermission.php', 'modify', 'forum id = 6', '24.222.50.139'), (1225, 1, 1211453063, 'forumpermission.php', 'edit', 'forumpermission id = 9', '24.222.50.139'), (1226, 1, 1211453071, 'forumpermission.php', 'edit', 'forum id = 7 / usergroup id = 9', '24.222.50.139'), (1227, 1, 1211460649, 'template.php', 'search', '', '24.222.75.166'), (1228, 1, 1211460649, 'template.php', 'search', '', '24.222.75.166'), (1229, 1, 1211460649, 'template.php', 'modify', '', '24.222.75.166'), (1230, 1, 1211460651, 'template.php', 'modify', '', '24.222.75.166'), (1231, 1, 1211460656, 'template.php', 'modify', '', '24.222.75.166'), (1232, 1, 1211460659, 'template.php', 'edit', 'style id = 0', '24.222.75.166'), (1233, 1, 1211460840, 'template.php', 'add', 'style id = 3', '24.222.75.166'), (1234, 1, 1211460874, 'template.php', 'edit', 'style id = 0', '24.222.75.166'), (1235, 1, 1211460885, 'template.php', 'updatetemplate', 'style id = 3', '24.222.75.166'), (1236, 1, 1211460886, 'template.php', 'edit', 'style id = 0', '24.222.75.166'), (1237, 1, 1211460896, 'template.php', 'updatetemplate', 'style id = 3', '24.222.75.166'), (1238, 1, 1211460896, 'template.php', 'edit', 'style id = 0', '24.222.75.166'), (1239, 1, 1211460912, 'template.php', 'edit', 'style id = 0', '24.222.75.166'), (1240, 1, 1211460955, 'template.php', 'edit', 'style id = 0', '24.222.75.166'), (1241, 1, 1211460987, 'template.php', 'updatetemplate', 'style id = 3', '24.222.75.166'), (1242, 1, 1211460987, 'template.php', 'edit', 'style id = 0', '24.222.75.166'), (1243, 1, 1211461042, 'template.php', 'updatetemplate', 'style id = 3', '24.222.75.166'), (1244, 1, 1211461043, 'template.php', 'edit', 'style id = 0', '24.222.75.166'), (1245, 1, 1211461106, 'template.php', 'updatetemplate', 'style id = 3', '24.222.75.166'), (1246, 1, 1211461107, 'template.php', 'edit', 'style id = 0', '24.222.75.166'), (1247, 1, 1211461132, 'template.php', 'updatetemplate', 'style id = 3', '24.222.75.166'), (1248, 1, 1211461132, 'template.php', 'edit', 'style id = 0', '24.222.75.166'), (1249, 1, 1211461208, 'template.php', 'updatetemplate', 'style id = 3', '24.222.75.166'), (1250, 1, 1211461208, 'template.php', 'edit', 'style id = 0', '24.222.75.166'), (1251, 1, 1211467534, 'template.php', 'updatetemplate', 'style id = 3', '24.222.75.166'), (1252, 1, 1211467535, 'template.php', 'edit', 'style id = 0', '24.222.75.166'), (1253, 1, 1211540882, 'forumpermission.php', 'modify', '', '24.222.50.139'), (1254, 1, 1211540882, 'forumpermission.php', 'modify', '', '24.222.50.139'), (1255, 1, 1211540947, 'forumpermission.php', 'edit', 'forumpermission id = 12', '24.222.50.139'), (1256, 1, 1211559529, 'usergroup.php', 'modify', '', '24.222.50.139'), (1257, 1, 1211559529, 'usergroup.php', 'modify', '', '24.222.50.139'), (1258, 1, 1211559529, 'usergroup.php', 'add', '', '24.222.50.139'), (1259, 1, 1211559537, 'usergroup.php', 'add', '', '24.222.50.139'), (1260, 1, 1211559597, 'usergroup.php', 'update', '', '24.222.50.139'), (1261, 1, 1211559598, 'usergroup.php', 'modify', '', '24.222.50.139'), (1262, 1, 1211559600, 'forumpermission.php', 'modify', '', '24.222.50.139'), (1263, 1, 1211559601, 'forumpermission.php', 'modify', '', '24.222.50.139'), (1264, 1, 1211559611, 'forumpermission.php', 'edit', 'forumpermission id = 31', '24.222.50.139'), (1265, 1, 1211559615, 'forumpermission.php', 'edit', 'forumpermission id = 32', '24.222.50.139'), (1266, 1, 1211559618, 'forumpermission.php', 'doupdate', '', '24.222.50.139'), (1267, 1, 1211559619, 'forumpermission.php', 'modify', 'forum id = 6', '24.222.50.139'), (1268, 1, 1211559626, 'forumpermission.php', 'edit', 'forumpermission id = 33', '24.222.50.139'), (1269, 1, 1211559629, 'forumpermission.php', 'doupdate', '', '24.222.50.139'), (1270, 1, 1211559631, 'forumpermission.php', 'modify', 'forum id = 7', '24.222.50.139'), (1271, 1, 1211559641, 'usergroup.php', 'modify', '', '24.222.50.139'), (1272, 1, 1211559640, 'usergroup.php', 'modify', '', '24.222.50.139'), (1273, 1, 1211756395, 'plugin.php', 'product', '', '24.222.50.139'), (1274, 1, 1211756395, 'plugin.php', 'product', '', '24.222.50.139'), (1275, 1, 1211756396, 'plugin.php', 'modify', '', '24.222.50.139'), (1276, 1, 1211756396, 'plugin.php', 'modify', '', '24.222.50.139'), (1277, 1, 1211756396, 'plugin.php', 'modify', '', '24.222.50.139'), (1278, 1, 1211756398, 'plugin.php', 'edit', 'plugin id = 4', '24.222.50.139'), (1279, 1, 1211756405, 'plugin.php', 'update', 'plugin id = 4', '24.222.50.139'), (1280, 1, 1211756407, 'plugin.php', '', '', '24.222.50.139'), (1281, 1, 1211756654, 'usergroup.php', 'modify', '', '24.222.50.139'), (1282, 1, 1211756654, 'usergroup.php', 'modify', '', '24.222.50.139'), (1283, 1, 1212343047, 'template.php', 'modify', '', '24.215.81.142'), (1284, 1, 1212343047, 'template.php', 'modify', '', '24.215.81.142'), (1285, 1, 1212343051, 'template.php', 'modify', '', '24.215.81.142'), (1286, 1, 1212343059, 'plugin.php', 'modify', '', '24.215.81.142'), (1287, 1, 1212343060, 'plugin.php', 'modify', '', '24.215.81.142'), (1288, 1, 1212343062, 'plugin.php', 'edit', 'plugin id = 4', '24.215.81.142'), (1289, 1, 1212343072, 'plugin.php', 'update', 'plugin id = 4', '24.215.81.142'), (1290, 1, 1212343074, 'plugin.php', '', '', '24.215.81.142'), (1291, 1, 1212343085, 'plugin.php', 'files', '', '24.215.81.142'), (1292, 1, 1212343085, 'plugin.php', 'files', '', '24.215.81.142'), (1293, 1, 1212344061, 'template.php', 'modify', '', '24.215.81.142'), (1294, 1, 1212344061, 'template.php', 'modify', '', '24.215.81.142'), (1295, 1, 1212344065, 'template.php', 'modify', '', '24.215.81.142'), (1296, 1, 1212344085, 'template.php', 'modify', '', '24.215.81.142'), (1297, 1, 1212344089, 'template.php', 'edit', 'style id = 0', '24.215.81.142'), (1298, 1, 1212356202, 'options.php', '', '', '24.215.81.142'), (1299, 1, 1212356202, 'options.php', '', '', '24.215.81.142'), (1300, 1, 1212356222, 'options.php', 'options', '', '24.215.81.142'), (1301, 1, 1212356228, 'options.php', 'dooptions', '', '24.215.81.142'), (1302, 1, 1212356229, 'options.php', 'options', '', '24.215.81.142'), (1303, 1, 1212356330, 'options.php', '', '', '24.215.81.142'), (1304, 1, 1212356331, 'options.php', '', '', '24.215.81.142'), (1305, 1, 1212356333, 'options.php', 'options', '', '24.215.81.142'), (1306, 1, 1212356344, 'phrase.php', 'edit', '', '24.215.81.142'), (1307, 1, 1212356447, 'forum.php', 'modify', '', '24.215.81.142'), (1308, 1, 1212356447, 'forum.php', 'modify', '', '24.215.81.142'), (1309, 1, 1212356574, 'forum.php', 'doorder', '', '24.215.81.142'), (1310, 1, 1212356576, 'forum.php', 'modify', '', '24.215.81.142'), (1311, 1, 1212356620, 'plugin.php', 'modify', '', '24.215.81.142'), (1312, 1, 1212356630, 'template.php', 'modify', '', '24.215.81.142'), (1313, 1, 1212356630, 'template.php', 'modify', '', '24.215.81.142'), (1314, 1, 1212356633, 'template.php', 'modify', '', '24.215.81.142'), (1315, 1, 1212356638, 'template.php', 'edit', 'style id = 0', '24.215.81.142'), (1316, 1, 1212356647, 'template.php', 'updatetemplate', 'style id = 3', '24.215.81.142'), (1317, 1, 1212356647, 'template.php', 'edit', 'style id = 0', '24.215.81.142'), (1318, 1, 1212358393, 'options.php', '', '', '24.215.81.142'), (1319, 1, 1212358393, 'options.php', '', '', '24.215.81.142'), (1320, 1, 1212358395, 'template.php', 'modify', '', '24.215.81.142'), (1321, 1, 1212358395, 'template.php', 'modify', '', '24.215.81.142'), (1322, 1, 1212358397, 'template.php', 'modify', '', '24.215.81.142'), (1323, 1, 1212358400, 'template.php', 'edit', 'style id = 0', '24.215.81.142'), (1324, 1, 1212358490, 'template.php', 'updatetemplate', 'style id = 3', '24.215.81.142'), (1325, 1, 1212358491, 'template.php', 'edit', 'style id = 0', '24.215.81.142'), (1326, 1, 1212358547, 'template.php', 'updatetemplate', 'style id = 3', '24.215.81.142'), (1327, 1, 1212358548, 'template.php', 'edit', 'style id = 0', '24.215.81.142'), (1328, 1, 1212358579, 'template.php', 'updatetemplate', 'style id = 3', '24.215.81.142'), (1329, 1, 1212358579, 'template.php', 'edit', 'style id = 0', '24.215.81.142'), (1330, 1, 1212359496, 'plugin.php', 'product', '', '24.215.81.142'), (1331, 1, 1212359497, 'plugin.php', 'modify', '', '24.215.81.142'), (1332, 1, 1212359497, 'plugin.php', 'modify', '', '24.215.81.142'), (1333, 1, 1212359500, 'plugin.php', 'edit', 'plugin id = 3', '24.215.81.142'), (1334, 1, 1212359512, 'template.php', 'modify', '', '24.215.81.142'), (1335, 1, 1212359512, 'template.php', 'modify', '', '24.215.81.142'), (1336, 1, 1212359515, 'css.php', 'edit', 'style id = 3', '24.215.81.142'), (1337, 1, 1212359519, 'template.php', 'modify', '', '24.215.81.142'), (1338, 1, 1212359522, 'template.php', 'edit', 'style id = 0', '24.215.81.142'), (1339, 1, 1212359586, 'template.php', 'updatetemplate', 'style id = 3', '24.215.81.142'), (1340, 1, 1212359587, 'template.php', 'edit', 'style id = 0', '24.215.81.142'), (1341, 1, 1212359629, 'template.php', 'updatetemplate', 'style id = 3', '24.215.81.142'), (1342, 1, 1212359630, 'template.php', 'edit', 'style id = 0', '24.215.81.142'), (1343, 1, 1212359643, 'template.php', 'updatetemplate', 'style id = 3', '24.215.81.142'), (1344, 1, 1212359643, 'template.php', 'edit', 'style id = 0', '24.215.81.142'), (1345, 1, 1212360080, 'forum.php', 'modify', '', '24.215.81.142'), (1346, 1, 1212360080, 'forum.php', 'modify', '', '24.215.81.142'), (1347, 1, 1212360088, 'forumpermission.php', 'modify', '', '24.215.81.142'), (1348, 1, 1212360088, 'forumpermission.php', 'modify', '', '24.215.81.142'), (1349, 1, 1212360095, 'usergroup.php', 'modify', '', '24.215.81.142'), (1350, 1, 1212360095, 'usergroup.php', 'modify', '', '24.215.81.142'), (1351, 1, 1212360109, 'usergroup.php', 'edit', 'usergroup id = 2', '24.215.81.142'), (1352, 1, 1212360140, 'usergroup.php', 'update', 'usergroup id = 2', '24.215.81.142'), (1353, 1, 1212360141, 'usergroup.php', 'modify', '', '24.215.81.142'), (1354, 1, 1212360144, 'options.php', '', '', '24.215.81.142'), (1355, 1, 1212360144, 'options.php', '', '', '24.215.81.142'), (1356, 1, 1212360156, 'options.php', 'options', '', '24.215.81.142'), (1357, 1, 1212360188, 'options.php', 'options', '', '24.215.81.142'), (1358, 1, 1212360210, 'forum.php', 'modify', '', '24.215.81.142'), (1359, 1, 1212360222, 'forum.php', 'add', '', '24.215.81.142'), (1360, 1, 1212360236, 'forum.php', 'update', '', '24.215.81.142'), (1361, 1, 1212360237, 'forum.php', 'modify', 'forum id = 45', '24.215.81.142'), (1362, 1, 1212360241, 'options.php', 'options', '', '24.215.81.142'), (1363, 1, 1212360264, 'options.php', 'dooptions', '', '24.215.81.142'), (1364, 1, 1212360265, 'options.php', 'options', '', '24.215.81.142'), (1365, 1, 1212360270, 'profilefield.php', 'modify', '', '24.215.81.142'), (1366, 1, 1212360271, 'profilefield.php', 'modify', '', '24.215.81.142'), (1367, 1, 1212362236, 'template.php', 'modify', '', '24.215.81.142'), (1368, 1, 1212362236, 'template.php', 'modify', '', '24.215.81.142'), (1369, 1, 1212362238, 'template.php', 'modify', '', '24.215.81.142'); INSERT INTO `adminlog` (`adminlogid`, `userid`, `dateline`, `script`, `action`, `extrainfo`, `ipaddress`) VALUES (1370, 1, 1212362241, 'template.php', 'edit', 'style id = 0', '24.215.81.142'), (1371, 1, 1212362285, 'template.php', 'updatetemplate', 'style id = 3', '24.215.81.142'), (1372, 1, 1212362286, 'template.php', 'edit', 'style id = 0', '24.215.81.142'), (1373, 1, 1212364730, 'template.php', 'modify', '', '24.215.81.142'), (1374, 1, 1212364730, 'template.php', 'modify', '', '24.215.81.142'), (1375, 1, 1212364741, 'template.php', 'modify', '', '24.215.81.142'), (1376, 1, 1212364747, 'template.php', 'modify', '', '24.215.81.142'), (1377, 1, 1212364757, 'template.php', 'edit', 'style id = 0', '24.215.81.142'), (1378, 1, 1212364807, 'template.php', 'modify', '', '24.215.81.142'), (1379, 1, 1212364809, 'template.php', 'edit', 'style id = 0', '24.215.81.142'), (1380, 1, 1212364838, 'template.php', 'modify', '', '24.215.81.142'), (1381, 1, 1212364849, 'template.php', 'edit', 'style id = 0', '24.215.81.142'), (1382, 1, 1212364865, 'template.php', 'updatetemplate', 'style id = 3', '24.215.81.142'), (1383, 1, 1212364895, 'template.php', 'modify', '', '24.215.81.142'), (1384, 1, 1212364895, 'template.php', 'modify', '', '24.215.81.142'), (1385, 1, 1212364897, 'template.php', 'modify', '', '24.215.81.142'), (1386, 1, 1212364914, 'template.php', 'modify', '', '24.215.81.142'), (1387, 1, 1212364918, 'template.php', 'edit', 'style id = 0', '24.215.81.142'), (1388, 1, 1212365030, 'template.php', 'edit', 'style id = 0', '24.215.81.142'), (1389, 1, 1212365045, 'template.php', 'updatetemplate', 'style id = 3', '24.215.81.142'), (1390, 1, 1212365045, 'template.php', 'edit', 'style id = 0', '24.215.81.142'), (1391, 1, 1212365112, 'template.php', 'updatetemplate', 'style id = 3', '24.215.81.142'), (1392, 1, 1212365113, 'template.php', 'edit', 'style id = 0', '24.215.81.142'), (1393, 1, 1212365185, 'template.php', 'updatetemplate', 'style id = 3', '24.215.81.142'), (1394, 1, 1212365187, 'template.php', 'edit', 'style id = 0', '24.215.81.142'), (1395, 1, 1212365191, 'template.php', 'search', '', '24.215.81.142'), (1396, 1, 1212365193, 'template.php', 'search', '', '24.215.81.142'), (1397, 1, 1212365211, 'template.php', 'modify', '', '24.215.81.142'), (1398, 1, 1212365240, 'template.php', 'edit', 'style id = 0', '24.215.81.142'), (1399, 1, 1212365255, 'template.php', 'edit', 'style id = 0', '24.215.81.142'), (1400, 1, 1212365269, 'template.php', 'updatetemplate', 'style id = 3', '24.215.81.142'), (1401, 1, 1212365269, 'template.php', 'edit', 'style id = 0', '24.215.81.142'), (1402, 1, 1212365296, 'template.php', 'updatetemplate', 'style id = 3', '24.215.81.142'), (1403, 1, 1212365297, 'template.php', 'edit', 'style id = 0', '24.215.81.142'), (1404, 1, 1212365319, 'template.php', 'updatetemplate', 'style id = 3', '24.215.81.142'), (1405, 1, 1212428840, 'user.php', 'moderate', '', '24.222.75.166'), (1406, 1, 1212428840, 'user.php', 'moderate', '', '24.222.75.166'), (1407, 1, 1212428844, 'user.php', 'domoderate', '', '24.222.75.166'), (1408, 1, 1212431195, 'template.php', 'modify', '', '24.222.75.166'), (1409, 1, 1212431197, 'template.php', 'modify', '', '24.222.75.166'), (1410, 1, 1212431203, 'usergroup.php', 'modify', '', '24.222.75.166'), (1411, 1, 1212431204, 'template.php', 'edit', 'style id = 0', '24.222.75.166'), (1412, 1, 1212431212, 'usergroup.php', 'edit', 'usergroup id = 6', '24.222.75.166'), (1413, 1, 1212433648, 'template.php', 'updatetemplate', 'style id = 3', '24.222.75.166'), (1414, 1, 1212433649, 'template.php', 'edit', 'style id = 0', '24.222.75.166'), (1415, 1, 1212433708, 'usergroup.php', 'edit', 'usergroup id = 10', '24.222.75.166'), (1416, 1, 1212433732, 'template.php', 'updatetemplate', 'style id = 3', '24.222.75.166'), (1417, 1, 1212433732, 'template.php', 'edit', 'style id = 0', '24.222.75.166'), (1418, 1, 1212433754, 'template.php', 'updatetemplate', 'style id = 3', '24.222.75.166'), (1419, 1, 1212433755, 'template.php', 'edit', 'style id = 0', '24.222.75.166'), (1420, 1, 1212433790, 'template.php', 'updatetemplate', 'style id = 3', '24.222.75.166'), (1421, 1, 1212433790, 'template.php', 'edit', 'style id = 0', '24.222.75.166'), (1422, 1, 1212433814, 'usergroup.php', 'edit', 'usergroup id = 9', '24.222.75.166'), (1423, 1, 1212433827, 'template.php', 'updatetemplate', 'style id = 3', '24.222.75.166'), (1424, 1, 1212433827, 'template.php', 'edit', 'style id = 0', '24.222.75.166'), (1425, 1, 1212434765, 'template.php', 'modify', '', '24.222.75.166'), (1426, 1, 1212434767, 'template.php', 'modify', '', '24.222.75.166'), (1427, 1, 1212434781, 'css.php', 'edit', 'style id = 3', '24.222.75.166'), (1428, 1, 1212434828, 'css.php', 'edit', 'style id = 3', '24.222.75.166'), (1429, 1, 1212435305, 'css.php', 'update', 'style id = 3', '24.222.75.166'), (1430, 1, 1212435306, 'css.php', 'edit', 'style id = 3', '24.222.75.166'), (1431, 1, 1212443772, 'user.php', 'modify', '', '24.215.81.142'), (1432, 1, 1212443773, 'user.php', 'modify', '', '24.215.81.142'), (1433, 1, 1212443775, 'user.php', 'find', '', '24.215.81.142'), (1434, 1, 1212443775, 'user.php', 'edit', 'user id = 6', '24.215.81.142'), (1435, 1, 1212443788, 'usergroup.php', 'modify', '', '24.215.81.142'), (1436, 1, 1212443787, 'usergroup.php', 'modify', '', '24.215.81.142'), (1437, 1, 1212443791, 'usergroup.php', 'edit', 'usergroup id = 2', '24.215.81.142'), (1438, 1, 1212443981, 'ranks.php', 'modify', '', '24.215.81.142'), (1439, 1, 1212443981, 'ranks.php', 'modify', '', '24.215.81.142'), (1440, 1, 1212443996, 'ranks.php', 'remove', 'rank id = 1', '24.215.81.142'), (1441, 1, 1212443998, 'ranks.php', 'kill', 'rank id = 1', '24.215.81.142'), (1442, 1, 1212443999, 'ranks.php', 'modify', '', '24.215.81.142'), (1443, 1, 1212444000, 'ranks.php', 'remove', 'rank id = 2', '24.215.81.142'), (1444, 1, 1212444002, 'ranks.php', 'kill', 'rank id = 2', '24.215.81.142'), (1445, 1, 1212444003, 'ranks.php', 'modify', '', '24.215.81.142'), (1446, 1, 1212444014, 'usergroup.php', 'modify', '', '24.215.81.142'), (1447, 1, 1212444014, 'usergroup.php', 'modify', '', '24.215.81.142'), (1448, 1, 1212444018, 'user.php', 'modify', '', '24.215.81.142'), (1449, 1, 1212444018, 'user.php', 'modify', '', '24.215.81.142'), (1450, 1, 1212444020, 'user.php', 'find', '', '24.215.81.142'), (1451, 1, 1212444020, 'user.php', 'edit', 'user id = 6', '24.215.81.142'), (1452, 1, 1212444032, 'user.php', 'update', 'user id = 6', '24.215.81.142'), (1453, 1, 1212444034, 'user.php', 'modify', 'user id = 6', '24.215.81.142'), (1454, 1, 1212444076, 'template.php', 'modify', '', '24.215.81.142'), (1455, 1, 1212444076, 'template.php', 'modify', '', '24.215.81.142'), (1456, 1, 1212444080, 'template.php', 'modify', '', '24.215.81.142'), (1457, 1, 1212444082, 'template.php', 'edit', 'style id = 0', '24.215.81.142'), (1458, 1, 1212444142, 'css.php', 'edit', 'style id = 3', '24.215.81.142'), (1459, 1, 1212444162, 'css.php', 'update', 'style id = 3', '24.215.81.142'), (1460, 1, 1212444164, 'css.php', 'edit', 'style id = 3', '24.215.81.142'), (1461, 1, 1212444211, 'css.php', 'update', 'style id = 3', '24.215.81.142'), (1462, 1, 1212444212, 'css.php', 'edit', 'style id = 3', '24.215.81.142'), (1463, 1, 1212444234, 'css.php', 'edit', 'style id = 3', '24.215.81.142'), (1464, 1, 1212444241, 'css.php', 'update', 'style id = 3', '24.215.81.142'), (1465, 1, 1212444242, 'css.php', 'edit', 'style id = 3', '24.215.81.142'), (1466, 1, 1212444263, 'css.php', 'update', 'style id = 3', '24.215.81.142'), (1467, 1, 1212444264, 'css.php', 'edit', 'style id = 3', '24.215.81.142'), (1468, 1, 1212444267, 'css.php', 'edit', 'style id = 3', '24.215.81.142'), (1469, 1, 1212444311, 'css.php', 'edit', 'style id = 3', '24.215.81.142'), (1470, 1, 1212444312, 'css.php', 'edit', 'style id = 3', '24.215.81.142'), (1471, 1, 1212444337, 'template.php', 'modify', '', '24.215.81.142'), (1472, 1, 1212444339, 'template.php', 'addstyle', '', '24.215.81.142'), (1473, 1, 1212444349, 'template.php', 'insertstyle', '', '24.215.81.142'), (1474, 1, 1212444350, 'template.php', 'modify', '', '24.215.81.142'), (1475, 1, 1212444364, 'css.php', 'edit', 'style id = 4', '24.215.81.142'), (1476, 1, 1212444443, 'css.php', 'update', 'style id = 4', '24.215.81.142'), (1477, 1, 1212444444, 'css.php', 'edit', 'style id = 4', '24.215.81.142'), (1478, 1, 1212444476, 'css.php', 'update', 'style id = 4', '24.215.81.142'), (1479, 1, 1212444478, 'css.php', 'edit', 'style id = 4', '24.215.81.142'), (1480, 1, 1212444517, 'css.php', 'update', 'style id = 4', '24.215.81.142'), (1481, 1, 1212444519, 'css.php', 'edit', 'style id = 4', '24.215.81.142'), (1482, 1, 1212444553, 'css.php', 'update', 'style id = 4', '24.215.81.142'), (1483, 1, 1212444555, 'css.php', 'edit', 'style id = 4', '24.215.81.142'), (1484, 1, 1212444626, 'css.php', 'update', 'style id = 4', '24.215.81.142'), (1485, 1, 1212444627, 'css.php', 'edit', 'style id = 4', '24.215.81.142'), (1486, 1, 1212444650, 'css.php', 'update', 'style id = 4', '24.215.81.142'), (1487, 1, 1212444651, 'css.php', 'edit', 'style id = 4', '24.215.81.142'), (1488, 1, 1212444677, 'css.php', 'update', 'style id = 4', '24.215.81.142'), (1489, 1, 1212444678, 'css.php', 'edit', 'style id = 4', '24.215.81.142'), (1490, 1, 1212444732, 'css.php', 'update', 'style id = 4', '24.215.81.142'), (1491, 1, 1212444733, 'css.php', 'edit', 'style id = 4', '24.215.81.142'), (1492, 1, 1212444753, 'css.php', 'update', 'style id = 4', '24.215.81.142'), (1493, 1, 1212444755, 'css.php', 'edit', 'style id = 4', '24.215.81.142'), (1494, 1, 1212444952, 'css.php', 'update', 'style id = 4', '24.215.81.142'), (1495, 1, 1212444954, 'css.php', 'edit', 'style id = 4', '24.215.81.142'), (1496, 1, 1212444974, 'css.php', 'update', 'style id = 4', '24.215.81.142'), (1497, 1, 1212444976, 'css.php', 'edit', 'style id = 4', '24.215.81.142'), (1498, 1, 1212445012, 'css.php', 'edit', 'style id = 4', '24.215.81.142'), (1499, 1, 1212445015, 'template.php', 'modify', '', '24.215.81.142'), (1500, 1, 1212445016, 'template.php', 'modify', '', '24.215.81.142'), (1501, 1, 1212445018, 'template.php', 'modify', '', '24.215.81.142'), (1502, 1, 1212445020, 'template.php', 'editstyle', 'style id = 4', '24.215.81.142'), (1503, 1, 1212445027, 'template.php', 'updatestyle', 'style id = 4', '24.215.81.142'), (1504, 1, 1212445028, 'template.php', 'modify', '', '24.215.81.142'), (1505, 1, 1212445176, 'css.php', 'edit', 'style id = 4', '24.215.81.142'), (1506, 1, 1212445198, 'css.php', 'update', 'style id = 4', '24.215.81.142'), (1507, 1, 1212445199, 'css.php', 'edit', 'style id = 4', '24.215.81.142'), (1508, 1, 1212445260, 'css.php', 'update', 'style id = 4', '24.215.81.142'), (1509, 1, 1212445261, 'css.php', 'edit', 'style id = 4', '24.215.81.142'), (1510, 1, 1212445291, 'css.php', 'update', 'style id = 4', '24.215.81.142'), (1511, 1, 1212445293, 'css.php', 'edit', 'style id = 4', '24.215.81.142'), (1512, 1, 1212445324, 'css.php', 'update', 'style id = 4', '24.215.81.142'), (1513, 1, 1212445326, 'css.php', 'edit', 'style id = 4', '24.215.81.142'), (1514, 1, 1212445346, 'css.php', 'update', 'style id = 4', '24.215.81.142'), (1515, 1, 1212445347, 'css.php', 'edit', 'style id = 4', '24.215.81.142'), (1516, 1, 1212445363, 'css.php', 'update', 'style id = 4', '24.215.81.142'), (1517, 1, 1212445365, 'css.php', 'edit', 'style id = 4', '24.215.81.142'), (1518, 1, 1212445600, 'css.php', 'update', 'style id = 4', '24.215.81.142'), (1519, 1, 1212445602, 'css.php', 'edit', 'style id = 4', '24.215.81.142'), (1520, 1, 1212445618, 'css.php', 'update', 'style id = 4', '24.215.81.142'), (1521, 1, 1212445619, 'css.php', 'edit', 'style id = 4', '24.215.81.142'), (1522, 1, 1212445909, 'css.php', 'update', 'style id = 4', '24.215.81.142'), (1523, 1, 1212445911, 'css.php', 'edit', 'style id = 4', '24.215.81.142'), (1524, 1, 1212445937, 'css.php', 'update', 'style id = 4', '24.215.81.142'), (1525, 1, 1212445939, 'css.php', 'edit', 'style id = 4', '24.215.81.142'), (1526, 1, 1212445953, 'css.php', 'update', 'style id = 4', '24.215.81.142'), (1527, 1, 1212445955, 'css.php', 'edit', 'style id = 4', '24.215.81.142'), (1528, 1, 1212446100, 'css.php', 'edit', 'style id = 4', '24.215.81.142'), (1529, 1, 1212446107, 'css.php', 'update', 'style id = 4', '24.215.81.142'), (1530, 1, 1212446109, 'css.php', 'edit', 'style id = 4', '24.215.81.142'), (1531, 1, 1212446144, 'css.php', 'update', 'style id = 4', '24.215.81.142'), (1532, 1, 1212446145, 'css.php', 'edit', 'style id = 4', '24.215.81.142'), (1533, 1, 1212446185, 'css.php', 'edit', 'style id = 4', '24.215.81.142'), (1534, 1, 1212446192, 'css.php', 'edit', 'style id = 4', '24.215.81.142'), (1535, 1, 1212446212, 'css.php', 'update', 'style id = 4', '24.215.81.142'), (1536, 1, 1212446214, 'css.php', 'edit', 'style id = 4', '24.215.81.142'), (1537, 1, 1212446449, 'template.php', 'modify', '', '24.215.81.142'), (1538, 1, 1212446449, 'template.php', 'modify', '', '24.215.81.142'), (1539, 1, 1212446461, 'plugin.php', 'modify', '', '24.215.81.142'), (1540, 1, 1212446461, 'plugin.php', 'modify', '', '24.215.81.142'), (1541, 1, 1212446465, 'plugin.php', 'add', '', '24.215.81.142'), (1542, 1, 1212446465, 'plugin.php', 'add', '', '24.215.81.142'), (1543, 1, 1212446471, 'plugin.php', 'add', '', '24.215.81.142'), (1544, 1, 1212446471, 'plugin.php', 'add', '', '24.215.81.142'), (1545, 1, 1212446595, 'plugin.php', 'update', '', '24.215.81.142'), (1546, 1, 1212446597, 'plugin.php', '', '', '24.215.81.142'), (1547, 1, 1212446599, 'template.php', 'modify', '', '24.215.81.142'), (1548, 1, 1212446599, 'template.php', 'modify', '', '24.215.81.142'), (1549, 1, 1212446601, 'template.php', 'modify', '', '24.215.81.142'), (1550, 1, 1212446604, 'template.php', 'edit', 'style id = 0', '24.215.81.142'), (1551, 1, 1212446620, 'template.php', 'updatetemplate', 'style id = 3', '24.215.81.142'), (1552, 1, 1212446620, 'template.php', 'edit', 'style id = 0', '24.215.81.142'), (1553, 1, 1212446647, 'template.php', 'updatetemplate', 'style id = 3', '24.215.81.142'), (1554, 1, 1212446647, 'template.php', 'edit', 'style id = 0', '24.215.81.142'), (1555, 1, 1212446649, 'plugin.php', 'modify', '', '24.215.81.142'), (1556, 1, 1212446649, 'plugin.php', 'modify', '', '24.215.81.142'), (1557, 1, 1212446651, 'plugin.php', 'edit', 'plugin id = 5', '24.215.81.142'), (1558, 1, 1212446673, 'plugin.php', 'update', 'plugin id = 5', '24.215.81.142'), (1559, 1, 1212446674, 'plugin.php', '', '', '24.215.81.142'), (1560, 1, 1212446683, 'template.php', 'modify', '', '24.215.81.142'), (1561, 1, 1212446684, 'template.php', 'modify', '', '24.215.81.142'), (1562, 1, 1212446685, 'template.php', 'modify', '', '24.215.81.142'), (1563, 1, 1212446688, 'template.php', 'edit', 'style id = 0', '24.215.81.142'), (1564, 1, 1212446703, 'template.php', 'updatetemplate', 'style id = 3', '24.215.81.142'), (1565, 1, 1212446703, 'template.php', 'edit', 'style id = 0', '24.215.81.142'), (1566, 1, 1212446719, 'template.php', 'updatetemplate', 'style id = 3', '24.215.81.142'), (1567, 1, 1212446719, 'template.php', 'edit', 'style id = 0', '24.215.81.142'), (1568, 1, 1212446736, 'template.php', 'updatetemplate', 'style id = 3', '24.215.81.142'), (1569, 1, 1212446737, 'template.php', 'edit', 'style id = 0', '24.215.81.142'), (1570, 1, 1212446739, 'plugin.php', 'modify', '', '24.215.81.142'), (1571, 1, 1212446739, 'plugin.php', 'modify', '', '24.215.81.142'), (1572, 1, 1212446741, 'plugin.php', 'edit', 'plugin id = 5', '24.215.81.142'), (1573, 1, 1212446777, 'plugin.php', 'update', 'plugin id = 5', '24.215.81.142'), (1574, 1, 1212446779, 'plugin.php', '', '', '24.215.81.142'), (1575, 1, 1212446785, 'plugin.php', 'edit', 'plugin id = 5', '24.215.81.142'), (1576, 1, 1212446804, 'plugin.php', 'update', 'plugin id = 5', '24.215.81.142'), (1577, 1, 1212446806, 'plugin.php', '', '', '24.215.81.142'), (1578, 1, 1212446810, 'plugin.php', 'edit', 'plugin id = 5', '24.215.81.142'), (1579, 1, 1212446821, 'plugin.php', 'update', 'plugin id = 5', '24.215.81.142'), (1580, 1, 1212446822, 'plugin.php', '', '', '24.215.81.142'), (1581, 1, 1212446828, 'plugin.php', 'edit', 'plugin id = 5', '24.215.81.142'), (1582, 1, 1212446864, 'plugin.php', 'update', 'plugin id = 5', '24.215.81.142'), (1583, 1, 1212446866, 'plugin.php', '', '', '24.215.81.142'), (1584, 1, 1212446867, 'template.php', 'modify', '', '24.215.81.142'), (1585, 1, 1212446868, 'template.php', 'modify', '', '24.215.81.142'), (1586, 1, 1212446870, 'template.php', 'modify', '', '24.215.81.142'), (1587, 1, 1212446872, 'template.php', 'edit', 'style id = 0', '24.215.81.142'), (1588, 1, 1212446881, 'template.php', 'updatetemplate', 'style id = 3', '24.215.81.142'), (1589, 1, 1212446882, 'template.php', 'edit', 'style id = 0', '24.215.81.142'), (1590, 1, 1212449721, 'template.php', 'modify', '', '24.215.81.142'), (1591, 1, 1212449721, 'template.php', 'modify', '', '24.215.81.142'), (1592, 1, 1212449724, 'template.php', 'modify', '', '24.215.81.142'), (1593, 1, 1212449729, 'plugin.php', 'product', '', '24.215.81.142'), (1594, 1, 1212449729, 'plugin.php', 'product', '', '24.215.81.142'), (1595, 1, 1212449730, 'plugin.php', 'modify', '', '24.215.81.142'), (1596, 1, 1212449730, 'plugin.php', 'modify', '', '24.215.81.142'), (1597, 1, 1212449732, 'plugin.php', 'edit', 'plugin id = 5', '24.215.81.142'), (1598, 1, 1212449733, 'plugin.php', 'edit', 'plugin id = 5', '24.215.81.142'), (1599, 1, 1212449809, 'plugin.php', 'update', 'plugin id = 5', '24.215.81.142'), (1600, 1, 1212449811, 'plugin.php', '', '', '24.215.81.142'), (1601, 1, 1212449822, 'plugin.php', 'edit', 'plugin id = 5', '24.215.81.142'), (1602, 1, 1212449841, 'plugin.php', 'update', 'plugin id = 5', '24.215.81.142'), (1603, 1, 1212449843, 'plugin.php', '', '', '24.215.81.142'), (1604, 1, 1212491216, 'user.php', 'moderate', '', '24.215.81.142'), (1605, 1, 1212491216, 'user.php', 'moderate', '', '24.215.81.142'), (1606, 1, 1212528703, 'plugin.php', 'modify', '', '24.215.81.142'), (1607, 1, 1212528706, 'plugin.php', 'product', '', '24.215.81.142'), (1608, 1, 1212528706, 'plugin.php', 'product', '', '24.215.81.142'), (1609, 1, 1212528706, 'plugin.php', 'edit', 'plugin id = 5', '24.215.81.142'), (1610, 1, 1212528715, 'plugin.php', 'update', 'plugin id = 5', '24.215.81.142'), (1611, 1, 1212528717, 'plugin.php', '', '', '24.215.81.142'), (1612, 1, 1212593039, 'user.php', 'modify', '', '24.222.75.166'), (1613, 1, 1212593039, 'user.php', 'modify', '', '24.222.75.166'), (1614, 1, 1212593042, 'user.php', 'find', '', '24.222.75.166'), (1615, 1, 1212593042, 'user.php', 'edit', 'user id = 7', '24.222.75.166'), (1616, 1, 1212593061, 'user.php', 'update', 'user id = 7', '24.222.75.166'), (1617, 1, 1212593063, 'user.php', 'modify', 'user id = 7', '24.222.75.166'), (1618, 1, 1212593066, 'forum.php', 'modify', '', '24.222.75.166'), (1619, 1, 1212593066, 'forum.php', 'modify', '', '24.222.75.166'), (1620, 1, 1212593071, 'user.php', 'moderate', '', '24.222.75.166'), (1621, 1, 1212593071, 'user.php', 'moderate', '', '24.222.75.166'), (1622, 1, 1212593075, 'forum.php', 'modify', '', '24.222.75.166'), (1623, 1, 1212593075, 'forum.php', 'modify', '', '24.222.75.166'), (1624, 1, 1212593079, 'options.php', '', '', '24.222.75.166'), (1625, 1, 1212593085, 'options.php', 'options', '', '24.222.75.166'), (1626, 1, 1212593098, 'options.php', 'dooptions', '', '24.222.75.166'), (1627, 1, 1212593100, 'options.php', 'options', '', '24.222.75.166'), (1628, 1, 1212593110, 'options.php', '', '', '24.222.75.166'), (1629, 1, 1212593114, 'options.php', 'options', '', '24.222.75.166'), (1630, 1, 1212678296, 'options.php', '', '', '24.222.75.166'), (1631, 1, 1212678296, 'options.php', '', '', '24.222.75.166'), (1632, 1, 1212678313, 'options.php', 'options', '', '24.222.75.166'), (1633, 1, 1212678326, 'image.php', 'modify', 'Avatars', '24.222.75.166'), (1634, 1, 1212678331, 'usergroup.php', 'modify', '', '24.222.75.166'), (1635, 1, 1212678336, 'usergroup.php', 'edit', 'usergroup id = 2', '24.222.75.166'), (1636, 1, 1212678397, 'usergroup.php', 'update', 'usergroup id = 2', '24.222.75.166'), (1637, 1, 1212678399, 'usergroup.php', 'modify', '', '24.222.75.166'), (1638, 1, 1212779110, 'user.php', 'modify', '', '24.215.81.142'), (1639, 1, 1212779110, 'user.php', 'modify', '', '24.215.81.142'), (1640, 1, 1212779115, 'user.php', 'find', '', '24.215.81.142'), (1641, 1, 1212779115, 'user.php', 'edit', 'user id = 7', '24.215.81.142'), (1642, 1, 1212779144, 'usergroup.php', 'modify', '', '24.215.81.142'), (1643, 1, 1212779153, 'user.php', 'update', 'user id = 7', '24.215.81.142'), (1644, 1, 1212779155, 'user.php', 'modify', 'user id = 7', '24.215.81.142'), (1645, 1, 1212779157, 'usergroup.php', 'modify', '', '24.215.81.142'), (1646, 1, 1212779169, 'usergroup.php', 'remove', 'usergroup id = 11', '24.215.81.142'), (1647, 1, 1212779171, 'usergroup.php', 'kill', 'usergroup id = 11', '24.215.81.142'), (1648, 1, 1212779173, 'usergroup.php', 'modify', '', '24.215.81.142'), (1649, 1, 1213873006, 'options.php', '', '', '24.215.81.142'), (1650, 1, 1213873006, 'options.php', '', '', '24.215.81.142'), (1651, 1, 1213873008, 'verify.php', '', '', '24.215.81.142'), (1652, 1, 1213873033, 'verify.php', 'updateoptions', '', '24.215.81.142'), (1653, 1, 1213873034, 'verify.php', '', '', '24.215.81.142'), (1654, 1, 1213873064, 'verify.php', '', '', '24.215.81.142'), (1655, 1, 1213873064, 'verify.php', '', '', '24.215.81.142'), (1656, 1, 1213873067, 'verify.php', 'updateoptions', '', '24.215.81.142'), (1657, 1, 1213873068, 'verify.php', '', '', '24.215.81.142'), (1658, 1, 1213873105, 'template.php', 'modify', '', '24.215.81.142'), (1659, 1, 1213873105, 'template.php', 'modify', '', '24.215.81.142'), (1660, 1, 1213873109, 'template.php', 'modify', '', '24.215.81.142'), (1661, 1, 1213873112, 'template.php', 'edit', 'style id = 0', '24.215.81.142'), (1662, 1, 1213873134, 'verify.php', 'updateoptions', '', '24.215.81.142'), (1663, 1, 1213873139, 'verify.php', '', '', '24.215.81.142'), (1664, 1, 1213873149, 'template.php', 'modify', '', '24.215.81.142'), (1665, 1, 1213873149, 'template.php', 'modify', '', '24.215.81.142'), (1666, 1, 1213873157, 'css.php', 'edit', 'style id = 3', '24.215.81.142'), (1667, 1, 1213873160, 'css.php', 'edit', 'style id = 3', '24.215.81.142'), (1668, 1, 1213873220, 'css.php', 'update', 'style id = 3', '24.215.81.142'), (1669, 1, 1213873221, 'css.php', 'edit', 'style id = 3', '24.215.81.142'), (1670, 1, 1213873255, 'css.php', 'update', 'style id = 3', '24.215.81.142'), (1671, 1, 1213873256, 'css.php', 'edit', 'style id = 3', '24.215.81.142'), (1672, 1, 1213873275, 'css.php', 'update', 'style id = 3', '24.215.81.142'), (1673, 1, 1213873277, 'css.php', 'edit', 'style id = 3', '24.215.81.142'), (1674, 1, 1213873292, 'css.php', 'update', 'style id = 3', '24.215.81.142'), (1675, 1, 1213873293, 'css.php', 'edit', 'style id = 3', '24.215.81.142'); -- -------------------------------------------------------- -- -- Table structure for table `adminmessage` -- CREATE TABLE IF NOT EXISTS `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=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -- Dumping data for table `adminmessage` -- -- -------------------------------------------------------- -- -- Table structure for table `adminutil` -- CREATE TABLE IF NOT EXISTS `adminutil` ( `title` varchar(50) NOT NULL default '', `text` mediumtext, PRIMARY KEY (`title`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `adminutil` -- INSERT INTO `adminutil` (`title`, `text`) VALUES ('datastorelock', '0'); -- -------------------------------------------------------- -- -- Table structure for table `advertisements` -- CREATE TABLE IF NOT EXISTS `advertisements` ( `advertid` int(11) NOT NULL auto_increment, `dateadded` text NOT NULL, `datefinished` text NOT NULL, `image` enum('yes','no') NOT NULL default 'yes', `src` text NOT NULL, `title` text NOT NULL, `url` text NOT NULL, `clicks` int(11) NOT NULL default '0', PRIMARY KEY (`advertid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -- Dumping data for table `advertisements` -- -- -------------------------------------------------------- -- -- Table structure for table `album` -- CREATE TABLE IF NOT EXISTS `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=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -- Dumping data for table `album` -- -- -------------------------------------------------------- -- -- Table structure for table `albumpicture` -- CREATE TABLE IF NOT EXISTS `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=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `albumpicture` -- -- -------------------------------------------------------- -- -- Table structure for table `announcement` -- CREATE TABLE IF NOT EXISTS `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=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -- Dumping data for table `announcement` -- -- -------------------------------------------------------- -- -- Table structure for table `announcementread` -- CREATE TABLE IF NOT EXISTS `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=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `announcementread` -- -- -------------------------------------------------------- -- -- Table structure for table `attachment` -- CREATE TABLE IF NOT EXISTS `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` varchar(32) NOT NULL default '', `posthash` varchar(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=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -- Dumping data for table `attachment` -- -- -------------------------------------------------------- -- -- Table structure for table `attachmentpermission` -- CREATE TABLE IF NOT EXISTS `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=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -- Dumping data for table `attachmentpermission` -- -- -------------------------------------------------------- -- -- Table structure for table `attachmenttype` -- CREATE TABLE IF NOT EXISTS `attachmenttype` ( `extension` varchar(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=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `attachmenttype` -- INSERT INTO `attachmenttype` (`extension`, `mimetype`, `size`, `width`, `height`, `enabled`, `display`, `thumbnail`, `newwindow`) VALUES ('gif', 'a:1:{i:0;s:23:"Content-type: image/gif";}', 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), ('jpe', 'a:1:{i:0;s:24:"Content-type: image/jpeg";}', 20000, 620, 280, 1, 0, 1, 0), ('txt', 'a:1:{i:0;s:24:"Content-type: plain/text";}', 20000, 0, 0, 1, 2, 0, 0), ('png', 'a:1:{i:0;s:23:"Content-type: image/png";}', 20000, 620, 280, 1, 0, 1, 0), ('doc', 'a:1:{i:0;s:32:"Content-type: application/msword";}', 20000, 0, 0, 1, 0, 0, 0), ('pdf', 'a:1:{i:0;s:29:"Content-type: application/pdf";}', 20000, 0, 0, 1, 0, 1, 0), ('bmp', 'a:1:{i:0;s:26:"Content-type: image/bitmap";}', 20000, 620, 280, 1, 0, 0, 0), ('psd', 'a:1:{i:0;s:29:"Content-type: unknown/unknown";}', 20000, 0, 0, 1, 0, 1, 0), ('zip', 'a:1:{i:0;s:29:"Content-type: application/zip";}', 100000, 0, 0, 1, 0, 0, 0); -- -------------------------------------------------------- -- -- Table structure for table `attachmentviews` -- CREATE TABLE IF NOT EXISTS `attachmentviews` ( `attachmentid` int(10) unsigned NOT NULL default '0', KEY `postid` (`attachmentid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `attachmentviews` -- -- -------------------------------------------------------- -- -- Table structure for table `avatar` -- CREATE TABLE IF NOT EXISTS `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=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -- Dumping data for table `avatar` -- -- -------------------------------------------------------- -- -- Table structure for table `bbcode` -- CREATE TABLE IF NOT EXISTS `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=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -- Dumping data for table `bbcode` -- -- -------------------------------------------------------- -- -- Table structure for table `bookmarksite` -- CREATE TABLE IF NOT EXISTS `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 '', PRIMARY KEY (`bookmarksiteid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=5 ; -- -- Dumping data for table `bookmarksite` -- INSERT INTO `bookmarksite` (`bookmarksiteid`, `title`, `iconpath`, `active`, `displayorder`, `url`) VALUES (1, 'Digg', 'bookmarksite_digg.gif', 1, 10, 'http://digg.com/submit?phase=2&url={URL}&title={TITLE}'), (2, 'del.icio.us', 'bookmarksite_delicious.gif', 1, 20, 'http://del.icio.us/post?url={URL}&title={TITLE}'), (3, 'StumbleUpon', 'bookmarksite_stumbleupon.gif', 1, 30, 'http://www.stumbleupon.com/submit?url={URL}&title={TITLE}'), (4, 'Google', 'bookmarksite_google.gif', 1, 40, 'http://www.google.com/bookmarks/mark?op=edit&output=popup&bkmk={URL}&title={TITLE}'); -- -------------------------------------------------------- -- -- Table structure for table `calendar` -- CREATE TABLE IF NOT EXISTS `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=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ; -- -- Dumping data for table `calendar` -- 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, 2005, 2011, 0); -- -------------------------------------------------------- -- -- Table structure for table `calendarcustomfield` -- CREATE TABLE IF NOT EXISTS `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=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -- Dumping data for table `calendarcustomfield` -- -- -------------------------------------------------------- -- -- Table structure for table `calendarmoderator` -- CREATE TABLE IF NOT EXISTS `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=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -- Dumping data for table `calendarmoderator` -- -- -------------------------------------------------------- -- -- Table structure for table `calendarpermission` -- CREATE TABLE IF NOT EXISTS `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=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -- Dumping data for table `calendarpermission` -- -- -------------------------------------------------------- -- -- Table structure for table `comments` -- CREATE TABLE IF NOT EXISTS `comments` ( `commentid` int(11) NOT NULL auto_increment, `entryid` int(11) NOT NULL default '0', `userid` int(11) NOT NULL default '0', `dateadded` text NOT NULL, `comment` text NOT NULL, `status` int(11) NOT NULL default '1', PRIMARY KEY (`commentid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -- Dumping data for table `comments` -- -- -------------------------------------------------------- -- -- Table structure for table `cpsession` -- CREATE TABLE IF NOT EXISTS `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; -- -- Dumping data for table `cpsession` -- -- -------------------------------------------------------- -- -- Table structure for table `cron` -- CREATE TABLE IF NOT EXISTS `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` varchar(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=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=18 ; -- -- Dumping data for table `cron` -- INSERT INTO `cron` (`cronid`, `nextrun`, `weekday`, `day`, `hour`, `minute`, `filename`, `loglevel`, `active`, `varname`, `volatile`, `product`) VALUES (1, 1216098060, -1, -1, 0, 'a:1:{i:0;i:1;}', './includes/cron/birthday.php', 1, 1, 'birthday', 1, 'vbulletin'), (2, 1216083360, -1, -1, -1, 'a:1:{i:0;i:56;}', './includes/cron/threadviews.php', 0, 1, 'threadviews', 1, 'vbulletin'), (3, 1216081500, -1, -1, -1, 'a:1:{i:0;i:25;}', './includes/cron/promotion.php', 1, 1, 'promotion', 1, 'vbulletin'), (4, 1216098120, -1, -1, 0, 'a:1:{i:0;i:2;}', './includes/cron/digestdaily.php', 1, 1, 'digestdaily', 1, 'vbulletin'), (5, 1216618200, 1, -1, 0, 'a:1:{i:0;i:30;}', './includes/cron/digestweekly.php', 1, 1, 'digestweekly', 1, 'vbulletin'), (6, 1216098120, -1, -1, 0, 'a:1:{i:0;i:2;}', './includes/cron/subscriptions.php', 1, 1, 'subscriptions', 1, 'vbulletin'), (7, 1216083900, -1, -1, -1, 'a:1:{i:0;i:5;}', './includes/cron/cleanup.php', 0, 1, 'cleanup', 1, 'vbulletin'), (8, 1216084200, -1, -1, -1, 'a:1:{i:0;i:10;}', './includes/cron/attachmentviews.php', 0, 1, 'attachmentviews', 1, 'vbulletin'), (9, 1216098180, -1, -1, 0, 'a:1:{i:0;i:3;}', './includes/cron/activate.php', 1, 1, 'activate', 1, 'vbulletin'), (10, 1216088100, -1, -1, -1, 'a:1:{i:0;i:15;}', './includes/cron/removebans.php', 1, 1, 'removebans', 1, 'vbulletin'), (11, 1216081200, -1, -1, -1, 'a:1:{i:0;i:20;}', './includes/cron/cleanup2.php', 0, 1, 'cleanup2', 1, 'vbulletin'), (12, 1216098000, -1, -1, 0, 'a:1:{i:0;i:0;}', './includes/cron/stats.php', 0, 1, 'stats', 1, 'vbulletin'), (13, 1216081500, -1, -1, -1, 'a:2:{i:0;i:25;i:1;i:55;}', './includes/cron/reminder.php', 0, 1, 'reminder', 1, 'vbulletin'), (14, 1216098600, -1, -1, 0, 'a:1:{i:0;i:10;}', './includes/cron/dailycleanup.php', 0, 1, 'dailycleanup', 1, 'vbulletin'), (15, 1216081200, -1, -1, -1, 'a:2:{i:0;i:20;i:1;i:50;}', './includes/cron/infractions.php', 1, 1, 'infractions', 1, 'vbulletin'), (16, 1216084200, -1, -1, -1, 'a:1:{i:0;i:10;}', './includes/cron/ccbill.php', 1, 1, 'ccbill', 1, 'vbulletin'), (17, 1216081200, -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'); -- -------------------------------------------------------- -- -- Table structure for table `cronlog` -- CREATE TABLE IF NOT EXISTS `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=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=122 ; -- -- Dumping data for table `cronlog` -- INSERT INTO `cronlog` (`cronlogid`, `varname`, `dateline`, `description`, `type`) VALUES (1, 'digestdaily', 1210634870, '', 1), (2, 'subscriptions', 1210634886, '', 1), (3, 'digestweekly', 1210635334, '', 1), (4, 'digestdaily', 1210693952, '', 1), (5, 'subscriptions', 1210693958, '', 1), (6, 'digestdaily', 1210775462, '', 1), (7, 'subscriptions', 1210775465, '', 1), (8, 'digestdaily', 1210886357, '', 1), (9, 'subscriptions', 1210886362, '', 1), (10, 'digestdaily', 1210961581, '', 1), (11, 'subscriptions', 1210969903, '', 1), (12, 'digestdaily', 1211027558, '', 1), (13, 'subscriptions', 1211028819, '', 1), (14, 'digestdaily', 1211120501, '', 1), (15, 'subscriptions', 1211120506, '', 1), (16, 'digestdaily', 1211201316, '', 1), (17, 'subscriptions', 1211201325, '', 1), (18, 'digestweekly', 1211209763, '', 1), (19, 'digestdaily', 1211294787, '', 1), (20, 'subscriptions', 1211297966, '', 1), (21, 'digestdaily', 1211370985, '', 1), (22, 'subscriptions', 1211373038, '', 1), (23, 'digestdaily', 1211431703, '', 1), (24, 'subscriptions', 1211431780, '', 1), (25, 'digestdaily', 1211532109, '', 1), (26, 'subscriptions', 1211532117, '', 1), (27, 'digestdaily', 1211653980, '', 1), (28, 'subscriptions', 1211656648, '', 1), (29, 'digestdaily', 1211756148, '', 1), (30, 'subscriptions', 1211756409, '', 1), (31, 'digestdaily', 1211799942, '', 1), (32, 'subscriptions', 1211799945, '', 1), (33, 'digestweekly', 1211799949, '', 1), (34, 'digestdaily', 1211914389, '', 1), (35, 'subscriptions', 1211914414, '', 1), (36, 'digestdaily', 1212127648, '', 1), (37, 'subscriptions', 1212127660, '', 1), (38, 'infractions', 1212210818, 'Matt1288', 1), (39, 'digestdaily', 1212343129, '', 1), (40, 'subscriptions', 1212343215, '', 1), (41, 'digestdaily', 1212397167, '', 1), (42, 'subscriptions', 1212397348, '', 1), (43, 'digestweekly', 1212402701, '', 1), (44, 'digestdaily', 1212466374, '', 1), (45, 'subscriptions', 1212466384, '', 1), (46, 'digestdaily', 1212579847, '', 1), (47, 'subscriptions', 1212580152, '', 1), (48, 'activate', 1212580305, 'Bortros', 1), (49, 'digestdaily', 1212646865, '', 1), (50, 'subscriptions', 1212646871, '', 1), (51, 'digestdaily', 1212733540, '', 1), (52, 'subscriptions', 1212733671, '', 1), (53, 'digestdaily', 1212838394, '', 1), (54, 'subscriptions', 1212839397, '', 1), (55, 'digestdaily', 1212923876, '', 1), (56, 'subscriptions', 1212926108, '', 1), (57, 'digestdaily', 1213012773, '', 1), (58, 'subscriptions', 1213013752, '', 1), (59, 'digestweekly', 1213021509, '', 1), (60, 'digestdaily', 1213122797, '', 1), (61, 'subscriptions', 1213122802, '', 1), (62, 'digestdaily', 1213163824, '', 1), (63, 'subscriptions', 1213163852, '', 1), (64, 'activate', 1213163906, 'lovefcs09', 1), (65, 'digestdaily', 1213274563, '', 1), (66, 'subscriptions', 1213274572, '', 1), (67, 'activate', 1213280917, 'cavanza', 1), (68, 'digestdaily', 1213361694, '', 1), (69, 'subscriptions', 1213361717, '', 1), (70, 'activate', 1213362748, 'directkk', 1), (71, 'digestdaily', 1213437630, '', 1), (72, 'subscriptions', 1213437643, '', 1), (73, 'digestdaily', 1213544939, '', 1), (74, 'subscriptions', 1213553841, '', 1), (75, 'activate', 1213555907, 'lovefcs09, rstu926, lozygo, cavanza, dinonogo, bcde767', 1), (76, 'digestdaily', 1213647022, '', 1), (77, 'subscriptions', 1213648857, '', 1), (78, 'activate', 1213657544, 'xiaohuiye111, lmno290, rstu942', 1), (79, 'digestweekly', 1213663192, '', 1), (80, 'digestdaily', 1213720416, '', 1), (81, 'subscriptions', 1213721938, '', 1), (82, 'digestdaily', 1213822481, '', 1), (83, 'subscriptions', 1213826454, '', 1), (84, 'activate', 1213827628, 'dinonogo, bobo899x11', 1), (85, 'digestdaily', 1213872978, '', 1), (86, 'subscriptions', 1213872983, '', 1), (87, 'activate', 1213872985, 'dinonogo, bobo899x11, jklm826, jklm178, wowgold2008', 1), (88, 'birthday', 1213977305, 'Xuxa', 1), (89, 'digestdaily', 1213978104, '', 1), (90, 'subscriptions', 1213978342, '', 1), (91, 'activate', 1213980015, 'xiaohuiye111, lmno290, rstu942, Springbirdee', 1), (92, 'digestdaily', 1214068572, '', 1), (93, 'subscriptions', 1214068576, '', 1), (94, 'digestdaily', 1214125119, '', 1), (95, 'subscriptions', 1214125622, '', 1), (96, 'activate', 1214143614, 'bobo899x11', 1), (97, 'digestdaily', 1214230730, '', 1), (98, 'subscriptions', 1214230755, '', 1), (99, 'activate', 1214242412, 'jklm826, jklm178, wowgold2008, tuvw389', 1), (100, 'digestweekly', 1214275243, '', 1), (101, 'digestdaily', 1214361131, '', 1), (102, 'subscriptions', 1214361142, '', 1), (103, 'activate', 1214361728, 'Springbirdee, uvwx557', 1), (104, 'birthday', 1214559679, 'rabbusby74', 1), (105, 'digestdaily', 1214559687, '', 1), (106, 'subscriptions', 1214560546, '', 1), (107, 'activate', 1214567461, 'wowgold1000, Lovingttu, abcd236', 1), (108, 'digestdaily', 1214802898, '', 1), (109, 'subscriptions', 1214823527, '', 1), (110, 'digestweekly', 1214901069, '', 1), (111, 'digestdaily', 1214901157, '', 1), (112, 'subscriptions', 1214901215, '', 1), (113, 'activate', 1214901226, 'wowgold1000, Lovingttu, abcd236', 1), (114, 'digestdaily', 1215171182, '', 1), (115, 'subscriptions', 1215177172, '', 1), (116, 'digestdaily', 1215698219, '', 1), (117, 'subscriptions', 1215698234, '', 1), (118, 'digestweekly', 1215716127, '', 1), (119, 'digestdaily', 1216076370, '', 1), (120, 'subscriptions', 1216076376, '', 1), (121, 'digestweekly', 1216076441, '', 1); -- -------------------------------------------------------- -- -- Table structure for table `customavatar` -- CREATE TABLE IF NOT EXISTS `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=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `customavatar` -- INSERT INTO `customavatar` (`userid`, `filedata`, `dateline`, `filename`, `visible`, `filesize`, `width`, `height`, `filedata_thumb`, `width_thumb`, `height_thumb`) VALUES (1, 0x4749463839614b004b00f70000000000ffffff380405873a3b100102773034581217641f25470d193a0c1527070e4f101e0601052d232c020102f0edfa201c3df1f0fb6967909291ae0000020000010101050a0a1226262afdfdfe797eac05060a131622020306e4e7ef292e363b3e42c4c9cfcfdceb415b76526d8958738e637d97bbc5cf35526c1a232b42515e758ea3c3ced72135442b4457141e266b859946677f809bae4074963f6f8d212b314485a90b1419477b9a0002034691b78ea8b55d94ada6bac352859a4b798d576e77516269070a0b667b826babbc73bdc875ced7181919373838b0b2b2f9fafad4d5d5c8c9c9f8fcfb6f7170848685646765010301111211525352444544fefffef4f5f4c2c3c29394935e605dfcfefbb4cfa4bdd6abcbe3b978816f20211f595a58d2e4b3deefc1d7e9b5d8e8bad8e7b8dfefbb98a281939985dae9b4e5f3c1262820d2ddb23738298c8d75ffffcafefed6b0b0952f2f28ffffde10100effffe71616140c0c0be7e7d62424232b2b2aa4a4a17e7e7c9c9c9afffffef0f0efb9b9b8aaaaa9fefcd2f3f1cbfefcd5fcfad4777666fdf9bf515045f6f4dac7c6b9dbd6ac3f3e34f0eeddf7efafe6e2c6d6d3bffdf6ce47453a55503ba9a289cac4ad938f81f1dea19e9885c4ad6fbeb7a4e9c577dcc99e887d65676153fde9c2726a5bcfb088edc192b2936f9f83632e2924e6b382655648e7a46ad09c71d8a478504033614f40d08a56db9864c9936ab0825ebe8d67ca9c788f6e557c624fcb834fac76508d6042755843574538483c344a362a221a161c1816654434422d231e141031231d68280f170f0c5d230f511e0d421b0f3a21195c382c281c18392a2540312c33130b75473b27100b0b0504a7291bad2b1d100706a1251ab22b1eab2b1e8e1c15992118532b28c56560cf6b66240504811712954e4c0300005a01016307064a050573100e080101190505af5b59040303070606090808fefefefdfdfdfcfcfcf8f8f8f7f7f7f2f2f2ededede7e7e7e1e1e1dbdbdbd0d0d0ccccccc6c6c6bebebeafafaf8c8c8c4b4b4b3232322727271c1c1c050505010101ffffff21f904010000ff002c000000004b004b000008ff0085741022e50b23287b12d5490449d31e0912f624513182480c1a3a74f0d861e245870d3178e8700100c09a3069c6942143a68c19369d40513a840a152c58b876eda2356b162d52ba10a969499425cb924801dcf902a9ce9c3978204a98378422911f28326ae41143c58d1b2478b42829c94c4aa3655cc691d4e9d0a69aae6e253be59327a86192d4a45c69946585a425ed54c233a74e080d12265c5141b1088fac5a7d9488e1c2c58b1f294a7a52939665e7316ae24c3ae40895ab9abe58f59c758a97a76471d49819e3996fc90a7f019c038509941b7c12344c882723c6081f467cb8d0aac3868f1f2e62a04071a3a41bce7c3baf1463c8d32247a24cd9ff42f62bd7a9657972914a760e511c31b269afbce300803f29a518796a23471f070820e0838f0a25f8404411583567030e0c62850257169414c76c2d69d7571b9d74e2c628b8acb24c32c9ac220922b4aca20c2bc148e2c616f09941067d52e421871c762465c105482092cf144870f0420d2d6084c30c44cee003653aa050121d5c5098d693698d21867b97e0124c29c128a3cb29b43022092bb4fc344a301e32024a1c61e471c739fd2045418400a0d3c6117a18328517a05c8001144fc0f043913ef8c0a00d639984d2188896a112946a78d29629b0d0720a2e619ec20822ac64ca0a29ac8462ca28b4d8f10508770056d211488cb8cf0525f582061f480cfff1c3107cc440240d45ce90190079a584e8afbf92a1861ba399e2ca2bb3e042e929884892cb2460cec2ca289984220a2b9e20e1000548d121473e8830224549e7f0a30f15207811840dcd011104ae3ef020280dd501b0d91861209a86af899ab1451be0b9e24aa4614a2ac9c188e492cb2a99343ccaa6fb00d04f2ffa1c5c8a14e700403123543076510c5ec490110d500441e40fb8c6b041495e70b1c5165ca0b42fb06a78e10d2797084c7098b848e26529cbd03249c3998c42573ede6601420a37d881883e526411440c17154983134ee0a0c30c314031c29082a2c02d0068b8fc32ccf9feda681b86b8e188c0b1cc724b98ac4952ca4eb9784234a7b3f0ff11443e409480c308590031020a23e43a030d1fa301c4ad40c8ca200e242915c7d9988fb1af1a94007c482697187b6ca4b3c0922c98e751c249c3a4e482cb102bc820c30e2b006e82a08ad310841743a0c0270a5407e1c61040d08043a15f607e36179aab71861c9cb855cb2bafd4124b2c37c172bda43e31b2c8e79900750af140440e06222bec20fb0a30e0de751c90ec6109257bf4d1073e7c102fe80b25316236e65c50031b3cf10537bcc111a320c738bcc14069e0e21537b1852de4868b490ce20dab2305234e2103f6112f0b851b020c6227bb120e210b92000314a41684115cc47838a05749b2d0052ed8f0865d588b252a3109d5850200fac01a18ff2ad08c5748d016108c052d0cf106d2146d159e38c1097a403bac91af7c22ac0a634080811a7ca0052da88c185170a40e94840a5ef0821bd2984637ac010c95a0c430e6a80c003c21000180473f7ce18a56e8ac27bb5844130f118a4cac82833be8010b4ee0852774d083400041522a4001dce0c65437e09fa936d92a7420850f7894870570619a81d98214b830e02156b9ba49aca284b233441244a0bed90da10354b8c23c76498f7904821f80a0473dae70857a04e20b00e0833d96b9cc279c230b8000441f10720f3000601f7db8c71e96104a7390b28f13fc052822b1ca555e2213b3c8452d650003283861091ee8c1ec8200802be0f19e0158421eac80ff4f3ce2431ffdc4633e40d9cf767c2110f84c4700e4d10152a2c216be5886210651ce553aa268b9c0021ff8e0842c4c610a43f08007d447cf7a04201def78071ee9f10595aae31dedc02316a870cf3fac43a16020e83adaa18e00b0430f8038a912d8a15051360316b78062250451518b362c6f9e400422a6008521ece00111a0223ded19002ce063a579506900a0600f99ea610ff5a38258a740d02538018fedd847500310082ce07109e628854ccaf0864136f5a2e12b89032ef08214d400093b02810a3e50019376f58e0160421efe70527ac043a17d000018ea170876e091ad78640218f068853ccc150b905d0200dc3087be36b5a280cd042701e30026ffc8f4ab01a8474b4f8ac774a8230b4848a842419bdbd106a01d4095696a018009bfbed6a90d9b6d49bc5112c77a35b4610d803adca18474a4830ff938a93aba3b5c828a96b4c97d2c1ee701004ac0a1aff08d6f5f63db135ae082150bdb8532a4911b0038564078acc764f1e884ffd2340056808258f301592664018fee30ad3f093a8fbc42cb13a0004586dc80094a50220e942085885541e212935816c100c05ffc418f93cea3c501b8421edc81c72c9435004f38703bfac0cf000c34c00f46701e6e7c851b2f6165d2458a37ccd18f5438f9c94e56c52f90e2006ef6f30a5fa0f158b9fa84f006740a90ad8771916b4f85de731e6d4a3260a00c6555ec22ff294e80c71ffee0d9dc66370059e02a3e8eb00433df730ab89d4790d79107dce27309fe300488316189351a0214516d1623e4508a2f3c5916d77b452adc4c657d64010a50702c13d0a10f2420e10830de431ea830051080005d54b0c33ef2910fa851e1d6dc422cad3f2ac93838e529c00ef61ce05088410cc2c9b2901b12379d0ba49c631e4ab08215ba1b590010801c4be6663a94d00e2b4c6149fcb0031d32860e449cc267238a2a23d6cd6e4954c22982208420e62def79db1b0e7048852c6e410a593c5915b3404a3fe411d040589b1cd2300757ef69cd3bf043aa5f10f71a0ca1e84468a2c394c084c6379e714cc4a1107020041cec4d727ba7a274aaff60f32878511273384140588839acf6a1877101801f4fe82c81f9c10f4feac60e7690023a1800003de8e60ee838c70636f0977e982337339203232a318792db3b16b7d07794933d8b145780e88041c212daa10440801ab8fca0713adc31e725e8431ff378073ce61e0f7c44e109f180473cf61e0f3e806009f29007ac4ccd0f00f89a10f52679b24a1c0b5cf0c201c378467da4d18c6e94a31ccd004012029adb7dd0b8a7f77c82a1efe90e1068199f7db0ed3dfd80c7cc5ae211830039bde7fd0b56402a17c3000c6ebcd10c6df8be1b9a0f4015fc6c67b5c71d8f4fb86315de210f85be830a94cdc03c00618f2bf0c1ca19c0a7c191703e4f505d10f886c3ff3996918b712c2963fea06e497ea18d6c6803f82088071ecd2e44cf7f96cbb8353b1edf910fca06e01ea2870f6c556780f0045e654d7a706bf940059570089770098e8014bda00732e10985470114900300800dda707905607e30c651f2b0047b607f78867f27e50ef1d053fca776f8840fe8a06539650f80e0040020057a200706a10997b0093e980cdcc20ba7e0099ec00abfb00adef01715000c0760000880000a300e56860f761500f660827986477cf055c4e70ed0c75ba12705fe676378b40700c00879b00f6ef00885404e8ee008a4300eb9902518960bb3300ac0701bcf80000bd0870ae000f3807cf9376335e6585b9882f3c004f3600fa6a785afff46055ff005633857998506a7900771507588876fa9100caca00aa6830bb6e06429060014400009f0840ba00039606506884757d86360a07a876885fab0514e80043d960f37f705e8408878765a00a00973f00891007e89a70abe000c9b960a9a068acf0000d4e50c05300096870dfe606573377f7ad06359408b76855256f60754a065537007a7d01a597652f5000f55d055c3386cf4968ccd860b291765aca06200f00cdde07bbe870c004070fd0408fb105378168255884ff04005bb480761c20bfcc04f66c67a99a509751072f6566fb89087c3100b97960c97c481d93092efe7007c6090ea900eed000579a004780406818863f96090f71408c12550bdff600998c008fdb070f70405e72009af278f89f73025410b29077049f817bde77bd9807904704da5666a46870e48e06a52702e549007454705b4b680777007bb6607bc60099a100761f9516000064a0300ca300ab3b00a9df008f2386faa808700b00b24160b2c5701feb081dd300005800dd27083e3c6642d17967fa91be65012fde0736a960b9a4009ca600e4b4607e47207c1400ba3400aa7b086c0b6696fe640a3100bab00000ef075a9880009300e4700087c270ff1d00777800ff1200f7d000681570ffc000523380fb5566a74900781304c57c00457000500000a8f50094fc0079ec0099e600152200542300ec3b029d2420995d009b1400ac33036bffff00a78490e7cd88708000050c07948d007f3f756793405a07752ebd0533fd64f56600792a0099ae055a0100a94700e744007d57907bdb00cabe099fba00fa7900c006001bdb001c9000b7899000bf084ac0900f0b950eb804720e09e019004eb1900f1605cde854f0c7652edf00e0a6505fc20091d8609f8e004a3c009c970075230a042b0069d100ccfb00cae365d76900cbd5001940200e3800006700007500005f00cb7c85154e09201d09eef8947f1a00ff780474a703f31576801069fee7004885009956009f8d30997900bfd4007489774f6c5001b4027c96007c3003495490bf9280ddd4092ed470eb5b94c4b007afa00a249009f7ae465ef50a849ff700ffa805bf630a2eef0a2715009f7c307a0c0099d00001d1005d20800cbb01ed2300cc9b00ccba00c59920cde400ba5780cee3792e5300e23da5b7864a5ff87a8e8605cf0900f75960f901a64632a0971c09f78d00898200ba16007389a8352b00f9dc00ace800dd89025ca60aae7d00bbae00dfef0171ce87bb1fa567ea004f0007ab67a0f88fa4cfbd77f784405903aa27f700492907171d008755009a4c00994a0087130ac96900574f10b88b00aaca00cc9c00bc0600e774074954401de800c8279001a8aa55340a5858a478130a2f1600ebaaa56eb9a7fc0ca0fcba0718a900889f0089d100a351a0a9da0098da00860c00abae0047dc00a0e0a00e6fff0970bab62dc420e09900011bb76f5d0a101a00f7b7052f11093f0700ec66505806090ec7a52f20008ef38a9ba40096ea00990300878000ab4d00c48140b71b0075800088aa008d3e4a039b02d976449b781a451b9a1f8840445db4fef80ae01450509794fed6007f980096850099a500971e009b9e00bc8700b71e3098ae0100d9105a3d06cfaa8667a400f7fc076956b05fa900ff1206dddf6075800005f300febc00eecd004eb400f7430052aa505ef980ef7e0004800055eb0516e300559a00b85eb0bbeb00b66020a7c6009864005a6937b913b5b7f890e91f805fc90076a020076c0bc18b00fc89407bdd00179f00579800118d001357204faa0076fff6774fa50ac78200f90500fd2440b3ae10bc1800ea5c0519e40717a000ba4500ac5ab66f8db3fa1d021abd0bfab800b9c8009b9a00bfebb0ba0b0089f90c09f100991d0869f100ac9020a868008a77a0aac700ab740a135db5ff92b5ddc120ca210c2223cc2242cc2a670c2286c0a230c0bab9005c8100ba110c3b080b2b4300e7f31361dcc49970400bca0c2294c6202930a022330ad50c4465cc4b5600b475c0bcdf00bb7600aaa70c2afa044fcc52d1c9cc39bf4171dd947ad500b5efcc5b560c4603cc6ad600b616cc4b6700b5e7c44b3e00be697034a88c5d2f517d260c65e7cc44bfcc54794c6b7d0c7866bb8bbf00bc10022c0300cd2200dcfe00d6fff3236572cc7a6320eb7c0c7b7d00ccd60b8c8800dbf700cc7900c858cc8e3b0406ad65f18d8c88eac7b14907ee36099724c49ea071818f8caaf5c129544caa56c8afd851ba3ccb6f9fb261b2004177007cf300ee4b00dcec00cc69c9aa79c9ab8e10f8b79cb4a684994b4b0b4cc400ee00d9f3c0e95742337e02329f0013590022dc01841804526600228a002cb60ccc4200cec2c0cc4a08ffeb0c8b921cdd56ccd9f4c00d7766de430ccdbd0cffd2c00000dd0e130d0032d007f790123b402245402c0630230f0d03050ce24301dc7c00ceb5c0cc5400c199d0ccf500104e0cf011dd20240d0030d0ee2200edf60d2e2c00d276d0d270d0edf10d3310dd329ff1d0ef521042454420c3d0224500224f0d33f2d1d2e600c196dccc640d4c5200b53260027bdd228add24d1dd5dc600d2c3dd5d6700dd6600dd380d5d640d3300dd506c00015d00f26d04130203b13cdd33dadd02b40022330021f80d1cc50cc73ed0ce4600a6ebcd2566dd253cd0d7dedd72b7dd57e9dd5d7300d860d0dd340d52c2d0e5fddd4e1607e003004ec5402688d022420032630020a5d02110dd7c650ccc640ccbb900bcb80d70430d5d7700de240d8585dd85c7dd5a97dd55b0d0dd0100d888dd580cdd8e040d3df100e51090040d041942d03131d03b1631c9a2d030cdd00c6300cc64000bf300ab2200ba4300bc0400e5a9dd8d6100dd3500dd0e9500de0bdd5853d0db74ddeb51d0ddc9dd580bddb322dd3be5d1241a0dc97addcc0a3d02350022650022b50022ec00cc65098798008a5936c94700704700db69dda085e0de88ddeb4fddd0c1e0de0dde0dc8ddb8cddde18eedb7f11dfc6a1d0693d192850d6304035436d0cc0a00bacd009b3200bb0f00baa000ce3600dd4e0dd597dde111ee1142ee1125e0d89cdd218fee3294d0e7fa102c58102f87d388873383110d48753d1ab101e27ac0ab1300aaf200d0ec00d33aeddd380de13bee3143ee33c7e0d2ccddb409ed227bd0d250102451e032630d1490e3c25e0d3870302e4e00b501ee5a61010003b, 1210961578, 'gta.gif', 1, 5644, 75, 75, 0x4749463837613c003c00e700000402044a849f8a181431445274c2d4ab846442637a4b0409c3c4a9c4e2b4aaa58e112535ffffff7b8380ffffff884e3cdba475f1c48b84a5baffffffece2a4ffffffc7646168689033251f35546f768fa1ffffffffffffffffff896d56c3c4c26973733d7598333431ffffff670808ffffffffffffffffffdeb486a76f4bffffffffffffffffffaf996f69869179634fe4f4c1bcd2a4c1a46f8c86a4cc956dfffffff5f3d8516664b3b5b0ffffffffffff765441441404ffffffffffffffffffffffffffffff3a3c3b6379864a4c48ffffffffffff37140edac498636464ffffff5d5c5affffffa9291ca45654efaa70ffffffedb48351748dffffffbcb5a07a7c7e324560dbf4c3ffffff39040c312c28ffffffffffff222c31ffffff5a0304f4e29cffffffc1956cccb474f4f4f4ffffffffffff641e24e4dec0ffffffc9cbae6c4434ffffff3c342bffffff4c657f0a0c0c921f15ffffffffffffb1b093f1ce91675c4b797c6c54849e848681e1ac7eebedec76100e281c19ffffff8c827cffffffacc2ccae2e1ce475706c9aacffffff69363174b8cc989999a9795580dae46c96acd7d2b4ffffffdc736c5caad4c86c68ffffffcdcdc9ffffffffffff742d129c524cb3cfa48486bca4927cffffff9c4644bc5c5cfcddacffffff7c1613996441b7774dffffffc4ad71ffffffffffffe8e4cad4cbb21c1634fbedbbdce4dc7c7eac5c71846c7981ffffff385b78ffffffffffffffffff989c86ffffffc4dcaefcfed9958b74dcdcc26a6c6bf3bc88ffffffffffffdbdcdd5c2e2cfcdca0ffffff7492acd66e6cb82a1cc8b68cf07c74545451fccb97f4eed4e4be903c44425491a9849bae545684490b125f4c3effffffecde9cffffffffffffffffff506c827c2e34ffffffb4aa946c6557607b959496b46c849d84593fe4eeb46a0f0decfdc7909194765e4b243e4c4a3b31170d0cffffff304c653a0b0c1a1c19c08c63fffffffffffffcfefbfbfcc3d8ebb78d8d89d7dbafffffffffffffccc6acfcc591544437cca47cdc945e544c409c221bccebbc270d0bffffff573b2c744e372c000000003c003c000008fe00e10080934ed91d5ced6c9ca273e1020210560ebd0ab08c9084010000e079f42ae32c18ef42bef386c0d82d77f868a8b3876187070f899e69b12552248c8c3801e46967abddb6663370583947c040886548f1bc49b7000f46380840bec325f28f3d5b11f03d49d1e6a5073b22cad90237b5eccd9c703229508303d3aa5ec1acbc516414e9b20001c69dcbb00040ba78574452bd02c30e1d77f57485f2f5cc034b0f7d94d101070e24ae2b02336a59025608aa2ee110bdc17348d1aba3784304b0520d8f4011de4252957de54aba5bb7c6ec68d3a71c39652fc8956bd306de95b1e004a613d1252780c8c688f40150ee5cea1021f018309a7109d990f16afeba23174f469f7418c8d9792124df0b0f32d6b4c1d0358610e7199787cd27e48f322d0d70a30d76aaa9d61100777c275278f1d8928f02a9e093881ddd78f08c32cf64f8d53d11dc434e416869a18c321864960e11b76470170846a1969747eed4541338b3dc010604f87820ce0be2e4a34c3ecfec404e0b63a0e0c11fcd3da7cc87e550a78508441061c01b771c1542126f64f746007d0140470297d422e33bb6dcd0064af8a4b0e30bcf08a14c17fed823c318a3bc674c3ac618b3001c23a6038214d51018020843e0654012810610022a035d12c32590c62012383efe114f14f814a0e34bf968e18f1df98c328a0c767890c710ad10b2cc124354739aa0fe8166908751af48e182148a0ad4472d8f427a493cdec070cb33eefc1241044f3c41034cea58e8813f77a432ea33ff0ca18d0bcc2cb104338410a28da221bc728b1a0d64128e06f0e471072b011c48c43ebe424a5636ca78e34e0a476090ef3f3414a04e0a2f80628f02b610230390c1b47a83314bb8c00d3312401c712bd9dc7107a1d5e08a5706193500ce3e20ef73453c4428700731ee7800803244c071841829a4a08e3a053ca3863b14906a8724920422412eadb052cd0dd568c34a17480f04c7024c33ddc58b008870831d492c614c36701843451b3809d14e3b8894830f3e10fcbb432eeea43d069b8b4810c80777e0204130c16820020042e4ed66fe3ae908d186087f672482102268311d1ccc3d978ee05d24f175157d3c317622e2d88146daee24e301391133b3481238ec11483012c071c7d7a8578108ea5f0b610cebed88104e3b644842bb32af9341c6e3e9249b822f5a3082b93bd1b430b00679e442843192902181060028003b08b3b34e3dec49c083fdeaac57c18f3a0f60708729c3bb53c718f618630fcb49b8603b0ec100b0ba2449ec9ecbecaae4b2473bb96881c81f5e6b8731b4b707227c6d09daeb050876570500640301eeb045f988378a16a0050ea8e05b5fb0d18e5ee4c27ed553c5d78cd1850f7ca01723dcc91e0288c00e6663772020872d243841f3cd093fcee1a007bf960bedb14e19fe7f80dd00dbb1c20326f083fc33e00c6758be688c620ce2d8813dc8a1050c4c0727d2a31f08899887dd252188ed705c3b88303b32286384b393c41218088097e0a6050aa0023d4e810b838d220a788c822e74510f7be00407b4b31dff66b78735b6630955f89af4c64840721c707564f8c0d7fe80431cd2e01e3480402651b0069c700f75b9e01e12970002ec2df27583845d1ea226020c74816fe5c80c4e3409013188810651e8647ee0510540b603044208471550990438c06306f0800722b4d00c05e4211da129113cc2414d4440c9163630853770810b46a8410d08408002e8000108146007a1a0010a76804532f4627fed6860460c483b55503223b2feec833dbad087c189a00f5d70651f6ef1b59e2cf1a03d8140223c708f72d6122792441d1988809336c0b31d0ac84817ee34cf25200019b3c8c42c70738b4cc0e30fb968010c90610a842e510c1e28270df400817b3409005d50c60046648c5c0c732050fa9a247291042de0ad6ac650864695d186bde14d08b2040023da11c1aada221129d0034d3d409c9b62e00cbe3883fc5027895ee00000b093843176873a1cd01375d858e41e70f0014400400d3c41681b0aa00b0fdc34276b1884232001808ba20e0e5fdbc3ee7a2146dd753017422d6b03d8ca3a00102117d9a0475edb01002d98c8397d2886302c80b7afe140085543eb2fe787c43f0072a85f43fe441ec271d9af612309c9c329e1cac18854d421155d2ba9101697913e70621386c8c8d7d2d50e5520b61dca6c076c59b743d69d75848820c359f9a6852498020c75a883389e83816ca8af00397186330e9085e746970caa854716914844ed4216a37940c49d0e88425520a81c4b6062da20d0870214e0053b50473dfe9a850637e97104546d1ee66b3f8318438c8c7acdd78820494900c014a640034275d1876ee8a29c4f10034ecab1094b4022b95f73ec1edcfbdafbb2b5bafc848c16bed68bc57e98aa127c291cca91495c3e03274e188430066109d5a2ceb95f0b8724552146d47d2091ede883166e818105a4357a363868040b209017d01402c4c580fe601d210c2758360f7948971f1181086524e17fe508259d97290405e0a01c4438454673a180422ba0650b0d479897a80b3b74b61e7a3872719db0096b1ca19298ceb416e8a132fc3ce316ea300ceaa2a08e8cec00a638e1077b9b14d1d86a617774fe1a1c229ad425f0890c7b50ac24d2d1867620601bb948c57d32d3071d8943011e50073970f20f5d18151dea75463944003b3208617fb11620ecc2b848d425211de20c4712927107eac0e1dcf968c33f9843dcc569411d0239807acf908574f8b91553168108b3bd63d3e240125d80a40f93d0875360031e2010033106920e816cce2f6121086f8a4d1d4e58c0028ee8641214800811ee410bfb0bcdd7fec6da8e7420e2cfd2ebc519c3980e465021797740027135835ebfb4811ce9298716fc080043b05918d6e802ec3e1e72ee45af751b5edd1e56be047053c114edc8841eec908e9c96e816e4e08121704e9fe7fcf51f16e0c419842e5ddba942dfedf843f58ede8e7e2b6375bd08e0b7b1310b34f8ba054830053da8808b593c630dcac88538f811559cb84cac64ff371141de0eba8e9c7b587e3b11b19c8472c41517b6e8c57bc4008116480207e1984538e031f34c0710757b20076547ee4bd419a3f55fcb0606e8a0007ab83c1f86f04522d4918d0fa84112a6c8050a8c9ae98c20620fbd78a724e0b08d3da822d77625422f9ebf070f1321d7baae7a2baafed00aff10a10dfef007063060876c540180346067f1d72f38aee5c41ec4cd8c106cc0131b389fd3f690cf4689f08c6cb401d5ecb77ecf700c3220062d200632d00948608008280675d009c75007c7d0099d900a9da0394bf00cddf0072dc0502820690198696df00bc71001f5100128504e7a902c7a9012f8a00e63a30ea13036f8100ae4e00f7a740c51a007ff1082ebd70763e308ea20848ef08241f88245180a30980242f882a0100aa19002a0f002fee083eb2736322883501885a0d0850ff00fffb006fee00bbed0077d7004e9d0247f658501d806f9d207fc9086d4c186745887760800fc908777e8834e330e42d005e77003ace002d84208067003fefa52098aa88857580e8ed86059c00f59006d59a05e07708907f0059a48025f90110320371280038b9001d5c00d02a20dda20051960053c7006677004ad78068990115fe00cdff00d9b4802bab88b7c20007cd08b71100702d0040220009c988b7c40021a3537a4a30de7f00ad55034026200afa0053cc00347908d47c00fc7d00759508c71908cc5388e9ff08bfa108e021007fab08e4da00f02508e9c4802bdf80dcba801ac2001dc700eac100c6f4037dac00d6f608dd9e888861301fce00ceb088e4da08eed188ceb788eed380cc3d08eee2800b7a88b9ad8897ec10cc1708ff9580d12a00d19d00ccca00119c00f700800f68002512003b70000df30a29171d00434290836c98e34a90f345993c4e88bb8989119d924e9c00c52f006f89801fdf80652100ca8780ee8c00fcf910d8920063b900c302908ed388c58d9045bd904138995c37093e1788c40b98942190caac80dacf08c6f700e6fc00dd5600019908df02103f700537a0000ce1096eea80f58f99761499381b990c9589640298f5930101a2005e7603419f08c196000522005d4a805fc2003f580477aa00b0101003b, 60, 60), (2, 0xffd8ffe000104a46494600010100000100010000fffe003b43524541544f523a2067642d6a7065672076312e3020287573696e6720494a47204a50454720763632292c207175616c697479203d2037350affdb004300080606070605080707070909080a0c140d0c0b0b0c1912130f141d1a1f1e1d1a1c1c20242e2720222c231c1c2837292c30313434341f27393d38323c2e333432ffdb0043010909090c0b0c180d0d1832211c213232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232ffc0001108004a004a03012200021101031101ffc4001f0000010501010101010100000000000000000102030405060708090a0bffc400b5100002010303020403050504040000017d01020300041105122131410613516107227114328191a1082342b1c11552d1f02433627282090a161718191a25262728292a3435363738393a434445464748494a535455565758595a636465666768696a737475767778797a838485868788898a92939495969798999aa2a3a4a5a6a7a8a9aab2b3b4b5b6b7b8b9bac2c3c4c5c6c7c8c9cad2d3d4d5d6d7d8d9dae1e2e3e4e5e6e7e8e9eaf1f2f3f4f5f6f7f8f9faffc4001f0100030101010101010101010000000000000102030405060708090a0bffc400b51100020102040403040705040400010277000102031104052131061241510761711322328108144291a1b1c109233352f0156272d10a162434e125f11718191a262728292a35363738393a434445464748494a535455565758595a636465666768696a737475767778797a82838485868788898a92939495969798999aa2a3a4a5a6a7a8a9aab2b3b4b5b6b7b8b9bac2c3c4c5c6c7c8c9cad2d3d4d5d6d7d8d9dae2e3e4e5e6e7e8e9eaf2f3f4f5f6f7f8f9faffda000c03010002110311003f006e89e08d217c27a4eaeba65b5d5d9b58a79d2485584a8631b9429046e19dd9ea48f7c53a5d1b42d23588ef9f43d3a5d32edb0a8d6a8e5490090176e548fbca3aed247615d36832187e1de94ddce9902afb968d40fd48acdb0d3752d7bc47ab69ba7dc9b5d3ad6755babc5e591d380b1ffb7c727b0af3e84a5514d4de875544a3cae26ec5e18f094d024c9a168c637e55bec7173fa54c9e10f0b38f97c3fa3b7d2ca23fd2b32e3c17a0c76725940b76782bf687b976933ea0f41cfb5705a87c3df13585f472689ad4d2a16186698c6f1fb9e707f0ae75876fedff005f79b39b4afca7a98f067867fe85cd23ff000063ff00e2681e0af0cffd0b9a47fe00c7ff00c4d73fa0ea1e2bd02166f12dc5adfd926333447f7a83d4f1f301f9d7a2c3b258924460c8e032b039045652a7522ecd94a517d0e73fe10af0ce3fe45cd23ff0063ffe26987c13e1affa17348ffc028fff0089aeac4628f2a9f2cfb85e3d8e4ffe10af0dff00d0b9a4ff00e0147ffc4d7cc1e2a822b6f186b704312451457f3a2468a1555448c00007402bea0d47c71a5dadfdc595a433df4f6fc4ad0e0468dfdd2e4819e3a57cbbe27b8375e2cd66e1a3f2da5be9dca673b4972719aeec242a45b7339abca2d2e53df6e6692cbe14f876e609d629e2b5b495370ca9db182723d0004fd40a9745d76d7c0bf0aec6e648a4b8bfd4d9ee562cfcf2173c163db8c735cd6b13c9aaf86fc25e1ab76026bbd3ece1ce7ee874058ffdf298ff00815779e28f0f697ac58dae9fe42bad8a08e12e4ede063040ebd2885a30b3ead834e52d3a1c7c1f1574a9098ef6dae6ca5c70c46f5cfd456cd8f8cf49b9d345cc9748a5786c7427dab2f4ef8476f737318b936f0461b7e2124b30ee307b53be20e81a643e0bba8ec6ce3b74818326d1cf5ea7d6935076b1a465357b9d2437b0ea1672303195743fbb0e18918ef8a5f86dac34d6771a34ce4c9667743bba9889e07e078af9f6db48bfb297cd86670146fdf04bb5877e9debd23c0371770fc44d0e29642ed71a7c9e6377619c827de9ba4b64ee4ba8dad51eec29c182e189c01c934a233deb37c457434ff0edf4e4ed63118d0e7f89be51fceb28c183923cdfc30b7371a86a5716b6f680968904f37254ecde428039fbf5e0be282cde2dd659a45918df4e4ba8c06fde372057bef8708b6d1e3bac7256e2fc8f66f9231f8815e01e2385adfc51ab40fcb477b321fa8722bd189cf2d8f408206b9b2d1755fb430bd8ede085621c04458d51181f5f9493f5af57b7d45a3d260b898996665c61472efec2bcbbec82c34bf0f5f2dc2c906a3670011f785e2501bf03c9ae8edb559e49069d0caaacaa586481c77e6b867b9d74ed62e6ad73ae032ddadf885ca11f678b2580cfa8ac1bed486a1a34b6f777b34cb229510237cd9c753f8d5fbb7d160882eb3e2396de47fbb0d88c053eec796aa0fa4db5fda3cda4ebada834437181d543103b8239cd3481bbe869782edad25d3561d46de07bab7403cc61cedf4cd37c0ef6b2fc5eb71e6a858ace45807f7b9e9f955237d650f83a48e5fdd5ebb00e1787600f51f8572ba2eacda478e6cb556561142eb24883aa47d303d4e0e4d5d24dc9b22b5b96c8fac702bce7e23dfbdecf6da05a1cc8ee3791d99871ff007caee63ff01aea755f1359e9fa0aea714b1cab3ae6d86ee2424641fa0ea6bcd34f125ecd2ea37529df70acde6b0c1487f8e4f62fd07b0ada2ba981ad6cb0469146b85b7c098ffb36f08f93f36e7e95f38f896579bc55ac4b221577bd99994f625c922be8a9a7861b7965bbc45084173740ff00cb3813fd5c7f538e47d6be6ed6ef1f50d7b51bd92331bdc5d4b2b21eaa598923f5ab88a676fab69577a3683e1dba176d3dadcdb2ceb0ede611e5a9639ee32d4cb2be79b548a46704c84296ed8e99ae96c6d751b5d2345bcd51df50d10699e5feee2064b612469d40fbca303dc0af39bab9b7d3eeb7d85c79f6a5b29c1053f3ed587237a33652e5d4f52beb0f0b18d16e9e5bc940e5a3e00aa11e83a55887d5b45bc90345cbc4c76b28f5f7ae42dfc49672a8f31ca37b8e2ad8d574f9a270f7e91478c330c938f403b9a8e492d0d39e2f5249ae05cbdeea97321108223f30f76638e3f0aa513c4f70f2427f739db1923923d4fd6ab5deba97f716f6b0462d34eb7cb42b27fcb56fef37ae6ac845b8612db3215939601ba1fa77ae8a70b2bb3094f999b5a3ea322489637a6596c6225a38b7e7009cec1e8b9e4d7a15bddc17112cb1b0b98d9c60271f689474403b22d7955db2db4692ef008210eeef4eb6f134f6b729169d2ca924a364ae8a09850f5da3a640ef55622f63d4ed34e93c63af8d0d5bccd3ad66171ac5c2fdd9a41f7601edebec2bc33c6eaa9e3ef11aa8015754b90001c01e6b57d33e02f12f82edb478b4ad2af05b3c6e1648ef07972c9237724f0493e86be67f1cff00c941f127fd856ebff46b5344b773d93c23e20b297c37a5dbc8f1c6d1dac516f0e1a32c100c16fe16e3a3639e99accf14f81e3b8f32f74885166e5a5b5c6165f52be8dfa1af1382f2ead89305ccd1165da4c6e5723d38ed57a3f126bb1c6a89ad6a2a8a30aab74e001edcd43567746d19dd5985e5ba472ba18b63038656182a73c823b1a81e08f20018c9aaf717773753bcd71712cb2bf2cf239666fa93d6a3f324fefb7e75a19e86f5a6a3e4322dc40b71185d83206540f4adb8adb4ebf844d142b83dd46d20fe15c379b27f7dbf3a962bcb98576c573320ce70ae454b5d8699eb03e1bbea7a24457559a19241bfca957cc503b73d4573173a3ddf832fd61d538b7910959adc6ff3c8e8067ee9e7bfe55ce8f136be00035bd4801d07dae4ff001aaf75ac6a97a145dea5793ec395f36766da7db26945bb9524ad747a2212ba1c5ad41aa44f128065d1e34e0a13f302d9c97039dc79c8af3bd5e75b8d6afe75b87b8592e247133fde90162771f73d6abc57773013e4dc4b1e7aec723f9543551beb7224d6963fffd9, 1211387587, 'bellic.jpg', 1, 2823, 74, 74, 0xffd8ffe000104a46494600010100000100010000fffe003b43524541544f523a2067642d6a7065672076312e3020287573696e6720494a47204a50454720763632292c207175616c697479203d2037350affdb004300080606070605080707070909080a0c140d0c0b0b0c1912130f141d1a1f1e1d1a1c1c20242e2720222c231c1c2837292c30313434341f27393d38323c2e333432ffdb0043010909090c0b0c180d0d1832211c213232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232ffc0001108003c003c03012200021101031101ffc4001f0000010501010101010100000000000000000102030405060708090a0bffc400b5100002010303020403050504040000017d01020300041105122131410613516107227114328191a1082342b1c11552d1f02433627282090a161718191a25262728292a3435363738393a434445464748494a535455565758595a636465666768696a737475767778797a838485868788898a92939495969798999aa2a3a4a5a6a7a8a9aab2b3b4b5b6b7b8b9bac2c3c4c5c6c7c8c9cad2d3d4d5d6d7d8d9dae1e2e3e4e5e6e7e8e9eaf1f2f3f4f5f6f7f8f9faffc4001f0100030101010101010101010000000000000102030405060708090a0bffc400b51100020102040403040705040400010277000102031104052131061241510761711322328108144291a1b1c109233352f0156272d10a162434e125f11718191a262728292a35363738393a434445464748494a535455565758595a636465666768696a737475767778797a82838485868788898a92939495969798999aa2a3a4a5a6a7a8a9aab2b3b4b5b6b7b8b9bac2c3c4c5c6c7c8c9cad2d3d4d5d6d7d8d9dae2e3e4e5e6e7e8e9eaf2f3f4f5f6f7f8f9faffda000c03010002110311003f00b3a2f8474483c31a16a4347b1b969ac60fb5a4f023194491a7cc091f2b29ee307049c9349a55af86b457fb2eb1a5e88f652ed6b5bf9aca101f70381f30dc7a1cfa107a640ad03ac5ae85f0f7c3b3ddb1dada5432aa8eae52d94851ee58afebe95b3e1df0c41a1e83657d79025c6b77312bb492a07fb30237797183f740cf51d4e4d79eaf2a72e77d743ab4528f2f633bed1f0d964d8f6fe1a46f46b3847f34adab5f0d7852f605b8b4d0f41b885ba49158c0ebf985ac7d7fc2da2f894b8d42d10dd051fbf8fe595476c9ee3eb9159fa3f81ac7c32c2e745babe8af42705e6cc7237fb498c11d6b174b4d26ee6dadf6475c3c1fe1cffa17345ffc1743ff00c4d29f077870f4f0e68bff0082e87ff89ad1f0feab0eb9a3c37d180ac7292c67ac72292196b502023a0ac9467fcc178f63973e0ff0e819ff00847345ff00c1743ffc4d788fc68b0b2d23c59a7c16163676b13e9c8ec96f6f1a296f36519c01d7000fc2bdcfc61acdf68d6b650e970c2f777b702157979118dca090bc6e3f30ee057827c5d96fdbc55666fb518ae26fb0af3195c20f324f97818f53dfaf5aecc3539a97337746552716ac91dd6a00eb7a47803c39080cf35ad9175ee17c94676f6c20c7fdb4a8be25e99e20d43c532de457c45aae23b410c920f2d7bf08300f1deb2bc3f7d7f69abe85abc7246eafa6436890e798d4431a313e99081811f4af49bdd4e4b2cc7670f9d76c3283a041fde63d05372e5f750a14eeaece33c35a078d963fed0d4b586454568e049c6e7940e9cf5dbf5ae52c7e27eb76178f1de69d6f72c64656766285b071804f02bbb93c65ac3dd0b6bc1649245181b8b646319277679ae6bc2fa359ea7a85edaddc921513c9241227ca2543c9054fa1268bad5c915caf4499d3fc2ed77cef10dd69ea922457d69f6e11b9c947572a7f403f2af5900d7917c38b6817e295cc31489e5d9695e4c633cb0f33b57b3bf97146d23b0544059989e001c934dd24ecd19f3b4da679c78e9e2baf13e8b632aabc36f1bddcca7a6d00b73ff7ed7f3af19f8c4f8f1659469045088f4e894a4718500ee724703d49af511749acf89352d6672c2d09f2973ff3c970ef8ff80ac6bf5622bcbfe2fc8fff00094d8aba9138b0569f8ce1da595c8fc3701f85744172ab1127d4d6b4586d3fb08c576264bbd3619f1de1758d6364fcc03f8d74116b235285a69f524b78d58abed8b7b703a851c1fc78ae2f52d32d61d334bd4b437132c3a45b4b7eb14dbf64af856c0fe120af22a7f0aead676d24d25c402ed301a242d819f53ebf4ae79c75ba37a72d2ccd69353f09ea175e4c7e21d5e0918eddd79123216f6cafca3daa78658743b3d4ad6ff1f6b923d9672c6726453dd48eddf351b6a9a5dfc9b350d12d3c92787810aba7bfbe2b9fbc9005b8d45bfe3da1cdbda07e0cf2138e3d803934adcda157e5572df837c40ba07c42b6d62e370b2d9e5cf839d88c31d7be3827f1f4af63f1b78984c91e87a5cc92cb72a0cb229ca2a119e4fa63e63ed81debc055d85cc8658c44c5b1e58e55063803d6b7fc3babff00646e8668d2545217e7e36a83c0f75079c7738aeae5b1cadeb73d16d6248218e38e3694205db191cb92728a47f79dfe76f602bc7be27df35ef8a22106648ededfc9fb40e93b89242ec3d46f2ebff01af5182eaeb5ab9b7d2f409835fdd066f3f19fb1c4787b8947690f455ed8ae1fe3869967e1ff0013e8ba569cad1da5b68d1246b9c923cd9b927b927249f7a684d9d4d9f8716f7c23a75e68f729637f3e976f14b222878a7c46bf2c8bdc83dfa823f0af28d534bd4b46d426591becf74872f185da31fde5ec54fad4ba478ef5ad1a2096ed0b88d550798879503001c119e00e4f3ef56bc43e3dbef10589b7bcd374d06362d14d1a481e33df692e7afa10695ad22f47132535dd4d0fcc61936f5dcbd78a923bbb8d5aee09aeaed127425638e44c42ab8e800f5e6b13ed0f8e8bcd21b862002a847b8aae54b625ddee765e55e43b1a5b782728386490a1c76e0f06a0d664d56c2e2099b4fb9b5568c6259a221727a1ddd08ac8d3bc4175651468b1412a23e409031cfb704715d71f8b9ad94689b4ed25a371b591a394ab0e9823ccc62a799dca51ba2df8375dd6bc3710b9d1ef2e9fed4fe74b025af9e6e71c1c275c0e9bb200f5e71597f14b5f9bc55ae699a8cf6f89069cb1b18a32aad8965fe124952338209e0835ccd97886ff004bd55eff004f65b494b30c445b685273b4649c0cd50d4afa5bebd7b8930ace7242e7192727a93d4927f1aa4f521c55ae7fffd9, 60, 60), (3, 0xffd8ffe000104a46494600010200006400640000ffec00114475636b7900010004000000640000ffee000e41646f62650064c000000001ffdb008400010101010101010101010101010101010101010101010101010101010101010101010101010101010101010202020202020202020202030303030303030303030101010101010102010102020201020203030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303ffc00011080040004003011100021101031101ffc4009d0000010403000300000000000000000000080006090a05070b0203040101000203010100000000000000000000000506020304010710000006020103020306050501000000000102030405061107080021123113221509415161322314718191161824b4252728d7110001030205030203040b000000000000010011020304213141120551710661138191a1b1c12233d1f1324252722343141507ffda000c03010002110311003f00e7ff00d112e8897444ba225d112e8897444ba22fb23d8b8947ec635a140eee45e3662d48637894ce1dac46e8944c3d8a0651400cfd9d7922220c8e40222fa6b81fbf2b72f295fb13ad27033d06fddc54d42cc72474147cac4ca47aea357f1b22c5cec64dc337cc9ca464d5494294e99ca25100101eb57bf076c51637fc28dc9dbfe7f4177f4ffd39c7bffe93d642a025a2244f645ec3708f74140a269cd0650397ccbe5c9de3d17c8839c18a06d9202251c761eb37c1ca2f1ff09773633f3ed05f8ffe9ee3ce43f8ff00d95d63bc33804845928ae066ff009d926d0f08b69698977a612b38b8be476849091762098aa20d58b4d8ab3971fa65137c051f84047d03ac3df83b077f87de50375644bd67e8e3ca878983cbdcde91d78c7e3cb77dbcf504d4f1b00514cc9c5c7de938f290e0239059f22a171dc9d7beec757596d298db7786d0bc77b02d50bbc7b89cb1842c2cc09d7b3c7c9c32b1f3d1a84c434b43bca3be498aed65631e24ba7feb9e13db397e201036738c84b25e10ca3dea0b8b6b655dc817c85bd8a157028f6030a524d9402ff3f1ebca9f972ec7ec5ec23be62033240f9aeafdf471d59ac6f7c64d9d2f6bd734ab2c827cc2e60a43253b5585927fed9790bb013f155f3966ab9548991228100e710290000b80edd614b656a66ad31f8779fa24a2413d16e4fa8e5db5370b38eef36cd4b40e96b0d95c4f37838b6964a5459e19ba6662f5ebe91709312325d655aa6dc9ed27ee14873187cbb077a379d73979c00b2a3615046aded6941e4048476c37123d40d15bfc4bc7e8f3952e677225fe3dad0f70889624bb018a04be8d45d5bb0e5f9cd5abaeb8a34ed81ef39390565875df53e19e26da0a1aafa09a3e68dd5559a82d104a42e288a489309140c712800e73abccbc8ef784959d3a750095781723590112c30cf13f150b6f654aad2ab73fdba754459faee39fa0014f8b4e3169955b3872e350eb76642b570a2425a4d745d01c1038915214d1c254c533000809807b8770ea278be5fc92e6a46a5e4e50b63218188dd20e34d077f92d5529db8044439651e1c18a0e88d15a42c31955d655345096e4c6f07924f1cc3b291957ea3db71ddcc2eee55da2778b9d572f729a4270490210134c844c00a12de63cd5e70f52de36276994a529645e312c46397a290e0b8ba5c8c6b7bc7111222da48e20fc19480eddd7baf1aeb1bd4ab2a3549274d6ad24e5b3b2d6e24556e7322052aa531999b07f138e07eccfdfd65c4f33c85e5e518126742520ee06447a28dad42308901b702b97cfd445d01b6e578a180ffa33418fa0000796a5aa0800060000303d5fa9e47bfdc1701cd40fc1b90673510ec4a0606b291ee44a611003020ed2544a2219100102faf5e572450998fed0816f92d943f3e1fce3ed57effa0cf23eedb7396b4d3455ab62d7b4decf89e61ecf75a1e6edd096aa3d5f61b4da3a66c4eec9567b1b4aa84b1139077b724ca283e3bc310303ee0e4403978eb802c4572d18e248e84625dfb3be4b3ab0953afedcbab7e8fa29abfadbbdd9521c50715fd24d5e48ee1924aec6d72da3e2a1a69ea76040b508c45d37613cd9e43185ba56130194764fdba299cc7398a50f20f9378c790dbf96f90d18cb655a36b71c84403b4b011a1b24068dbd84b5738e185a688ad67c05f56a529427395a804121c1954243ea0ed04f6424fd33b44ff85bb36d165b6ee5da7b16d565df928f368c5de2d1519aaa2129b41da1527d7b8e6d57d79420427de4954a15390139566841048adca400131febf756d46e22d52119498804818386c3a65a2a946a4803173b4976d1faab2ceea8b97b16b2b733ad4b3c839f1857ce60a6182805751f220cd62b6764f205123837157dc121ca629bc30203d55acab52a17b18d4d4ed2e030270f539b2e8a913edee8f475051c5a909b434c5e27e5672c6fda4d6c72c1a10f6446389f25d8704c1595def210dfb48e64a11949de651a33218de5f0303800e047a87ffa1de53b6e229dbcc47deab558160e230c64c7a12c0b66ac3e236f3ab7b3aae453841cf47380c3b2f8feb31cabb3ea687d3342a6deecb46212957cdc3b424a9cea25a58cfafa9b4e37b100c1ccf454e44347370b8494445a0b2ecdc1533bbf2021bf28e5e0f094ac0de893ca64446030d83167c9c918a88be0f733a5fba252fb55047977b762b6dec46d6784847b5c8b6943a0d418c4ca4da1629245b516ad1b5145cc84d3686af3478fa492872b9505266dc843ade005c17237eb4999c093fc4df40a3aad3f6e423864a23239b83b9060d4c6310ae5eb56e6394004c4059722626280f613140d90eba4870cb5c64632121982eaf17f48badc4711377405b5396ae41eb7ab34e71e98d24c760ee0abcf6f5ded7e8add1abe91619083d655ea4d5c20aaf12f3512c71328bbb31017c9d512000f549f33a5770f18bfb0e24c63c95c5b4e3499df74f6c48d40ea0f577c15878585b5e72b6f5b91ddfebe1507bc43611c4e196272edeaac4177bd309060ecb62b9d593b4da697764e3ac5699c4a36b3132322e2a8e4d031d24b7b88c7b776946901438140cb9d12e7000500a6ff00ca3c26d7c2e84e152467c84e1fd49973896c22fa601ce64872ac1e69ced3e5842dec69c68f1d4881088001222081299d64c4e793a04af968461f6bc9d6ccabe869fdc325b6a80fd82d60613f1b17b062a4a1e7a9eee065d8464315cc69ee0b3004ce74bcc081f987cf01f65a990217cfc0771aa9d2d4dccba45d75b719de3f7ec4d35bae1e363e6a39c2ca24ee264148f5e2de9ce9893da54aa5b59aec0e0260f6cc436400431d7c9bc9ee2561ca341f64889bf404e247c41ecac7c6f172bcb1ab724b1a71fc233dd2d41d461936ac1069ce6ba6a1e3e6a487187b957a2e19cc95ea67e6716e525d23d8acb22acd48286f97a920232d2528672b281e250cf6c000007557e7399ade53cbdb52a14e26346890402ee77624bea7d158f81b73c5f1f7152f04a9eea819c740aa53f54be46586ccb5efe7d66939d9274d35271ee39e4bc8acbbb558d4e19a6fcdba0515440c9fec2cb69a64589471823414c403c7afb270dc68e3387a36a2204a3073de58fcc3aa65f5d0babea95a2c04a78300301afc55726dd362e1dac073f9817242f8f8f89832637e6f2101003187be4073fcfa9ba1010a606a7151d565ba7d909b07de6e1c03d46523ff00dda3d6e5ad7402d51a0aaac6814eb3cadff4ad7f7353b71f3a133b0bced1aa53e729757db7ca7b55e22124994dbc6ef927b60844da2eb1ca5294a402a7f107c43a2b4672611008f55ba8cf6b832201fb93eecb06f1ec7b56cf77d71b0ee990bb03a83c8ed7256ea956120a2a110712e516cb1484f13e320a761eddfa8d95a5c6f328462225bbe0ba456a4621c9dc105bce2df69455c61ae748b1c54ba4cb766ea91aed860e45acb443d56224280763251724c5559a3b6e0e530326aa67129c03202203909534f74040e787d3f52e2044493a629e939b73fbce9b0d194fdf7adb48d82a7b25dedaa29363eceaeeae6aff004ff22eb50bb5e302ab213cfd92328e755edd6b3b18ec5b099cb5fdd00f818400062795e22872223ba1132112311983a76521c7f255ec49f6e440327f8a76ea2e21f2879736e86a646722b8e3c82d6152bad6ee7b0df69ee49c06d67519488d906ff3d9090a1c7b56b76846ce93328cd0712718c1374b9cc091d428944622cfc5685add8af08538e876ea3a2eebae6eb5d5134aaca441d1f555defa97dfe65deeb1aa4bb3730f251c9d83615820ddfb60ea2ed3bbac521b2fe5d2074c00abcad7b5f4dd720dc983b8a9103df201d5c7b2afe78a8ad929203888f97977ee223dfd3d0043061c7dc21d116d8e19eb3636ad8edef165440f56d7ce5a4aa48aa0604a56d09a855e199774c5359bb03a7fba5c3c804048914c025507a22b064f73f3793c55c3971b0d472e9754cb3970ea0ea8e1d2eb2822651772e1c4228baeb2a730898e7131cc23911111e88b4ccff3bf7afea78dfc803f188016b14b11f4fb04d5e306326edd1109bb87933b1b6a8c48df2d6eec09d75278d20903358d8e6918949384dcbf068ce299b26a99de2e994ca1bc3cce250011ec1822d76873237b54ebd135381d88fdbc0579072ca0a29dc6404ba712c9d3e772ebb360b4c45bf72dd99e4e4575fda2a9ed95458e2000261112223f8cdf585e5d71690d8b75a56d5f6ec7290f1d51ad361aed30a641ecc4cb49399b0ac8ff006f9527ac23eaf5f7b1c74c43c88ea5db2e02028e048a3a791bcbedbdca0b24cdc7774b43df6e337332738f2f72955aea3b0de3d943b5050939b0e2e3585e2e31d1ec99a4d23594e3f926510c88541824d9328140884870f0473ea06308f7c672260c17d0de9fd07a223875ecb34d7d508bacb250845504cce251648c510752ce40aa3e5fcca528aa9954fd2484400deca640fb3a22ce3bd86aa8510f7f20611ce4de9f66040473ea3f7f444cb91ba9d5037eb0e7c73811ed90c0888077c09bf0effd7a2260495a0e6f2fd41110f2ee061f844a501c1844443b007a07700c7ddd1130642784e73791c473db219110c89847b98c3df03ebe9dbd3a22673a94138604c3e25ce0a6fc81929407b14004a636003f1fb7a226db97b91111c887a147be04031df00050c76efd1161d7703901130faf6fc04047f987f1e88bffd9, 1211799961, 'beek.jpg', 1, 3725, 64, 64, 0xffd8ffe000104a46494600010100000100010000fffe003b43524541544f523a2067642d6a7065672076312e3020287573696e6720494a47204a50454720763632292c207175616c697479203d2037350affdb004300080606070605080707070909080a0c140d0c0b0b0c1912130f141d1a1f1e1d1a1c1c20242e2720222c231c1c2837292c30313434341f27393d38323c2e333432ffdb0043010909090c0b0c180d0d1832211c213232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232ffc0001108003c003c03012200021101031101ffc4001f0000010501010101010100000000000000000102030405060708090a0bffc400b5100002010303020403050504040000017d01020300041105122131410613516107227114328191a1082342b1c11552d1f02433627282090a161718191a25262728292a3435363738393a434445464748494a535455565758595a636465666768696a737475767778797a838485868788898a92939495969798999aa2a3a4a5a6a7a8a9aab2b3b4b5b6b7b8b9bac2c3c4c5c6c7c8c9cad2d3d4d5d6d7d8d9dae1e2e3e4e5e6e7e8e9eaf1f2f3f4f5f6f7f8f9faffc4001f0100030101010101010101010000000000000102030405060708090a0bffc400b51100020102040403040705040400010277000102031104052131061241510761711322328108144291a1b1c109233352f0156272d10a162434e125f11718191a262728292a35363738393a434445464748494a535455565758595a636465666768696a737475767778797a82838485868788898a92939495969798999aa2a3a4a5a6a7a8a9aab2b3b4b5b6b7b8b9bac2c3c4c5c6c7c8c9cad2d3d4d5d6d7d8d9dae2e3e4e5e6e7e8e9eaf2f3f4f5f6f7f8f9faffda000c03010002110311003f00f9fe8a9ad6ddef2ee1b68c80f338452dd324e066ba15f03dfb8263b8491724078ed2e9d4e0e0e088707f0a00e628aea0f81b5100932e001924d8de71ff009069b1f826fa68d648ae1648d8655d2caed9587a8221c1a00e668ae966f05dedbc4d2cf731c512f5792ceed547d4987157ed7e18eb97637ab2a47fdf92d2e901fa661c9fc28038ba2bbf9fe1c369d6d2cd73742568d19ca986688301d71b9064f3eb5cebc102b61608f03fd9a00a1a29235dd3c8ff009f98ff00f4215f59fc3a9d0f82b4f8bcd5f30073b376481bcf6af90eda66b7ba8a643878dc3a9f420e457d03f066613eab7976cb1abcda7c72486350a0b79b28ce071d854b696ac6763e3ed5b51b3fb2da59332c13a49f692aa3eeed3dfb54ff000d6edeefc0da4c39cb416b12939cf1b01cfeb8fc2b27c73a3af89ef2c623227d8add95e72790df7fe503bf6ad0f043d8e9925bd9594314104e8f1958d400644f9b3f52a7f4ac62bda439afbea5cb476b1b7e2f8e03e1d9a39824877a36d6e7f88738ad0b7bd69af64849caecca9fa60564f8dacdee74a8e78a1134b1483119e8c0f183f9d32c26b7d3750581e5448e0b7f2d773633b40a53d22ac1157b9cdfc56995ac82ac81b6db4c0807383f2d7ceee72c6bb8f146bcf25cdcc91f965f50124923b286611b361403d86173c7ad704cff00375ade3a2b10ca3a5a2c9ab5923a86469d032919046e1c57b7783ee134b60c8b3efbeb3469250a890c28259311a2a81cf5e4d78b6870b4faed8a2e07efd1893d0004124d7bbc777a45b69f6d64c2d255b6431abaea5b378dc4e48f2cfafad128a92b304ecee74326ad6d3ccb6abe62ab006364c7ca403d41eb5871eb26d3519644c036e21bd50a319d806f007ba339fc2aa36b3a542e248e3b5f3101085b57c81c11d3caf7ae4ef35986dbc430ce2549e08c469298ce55d7685703d782c288ab2b0377773dae4f1be9d0ea77b05ec8046857cb5cfea3ea0835c3f88bc442fefb51fb0a87f2e0668e407f8e421107e6dfa573326aba33f96b7d0d85ec91c4b019d358783cc541b55f68889076e3a93d2b72eedfc356de0537fa76ab6d6f7f3bab9827bdf377b20711a87daa36f9855b710a015e48c566a8da572f9f4d0f2ad6ef126d4ae044d98a3610c47fd841b47e78cfe358c64e69d728f6f2189f6ee5e32ae1d4fb8604823dc122ab6ff7ad8ccdbf0fa2d9c2d72dfeb64185f65ffebd6a3df923ad62891800a3803803d29a646f5a00d196f09ef54e5b8cf7aaacedeb50bb1a00924989ef51dc5d3ccb1a963b23408ab9e00ebfa924fe350331a8c9340016a6e6909a65007fffd9, 60, 60); INSERT INTO `customavatar` (`userid`, `filedata`, `dateline`, `filename`, `visible`, `filesize`, `width`, `height`, `filedata_thumb`, `width_thumb`, `height_thumb`) VALUES (10, 0x4749463839614b004b00f70000000000ffffff4a0001d64d4ea63d3f692a2b6e0004870107ae040abd45499c0008330003501e21781f262203061704065112190800015c0a150e01030803042e07103904124401140f0a0d030002242324f9f7f9040105fdfcfe130d1d09080b0605091f1e22eae7f75951807a75a20000040000030a0a0f17171bf6f6f8cbcbccbfbfc090909121232aeff0f3171b252a4260405d7c293038c1d3e80104072e4a67365371e0e1e222405c0b141c527291aebbc730404e19314316263210181e0a101462849b265b7c2b63881e3c4f215f8422536e6c90a51e678c277aa4177ead2c576c17617c31738b3c8ba74b69743d50575a727b31697b3f5c658fadb748aaba3fbec70002020708085c64643b3d3df3f4f4dadbdb9d9e9ef6fbfa08110e5155535a5c5b010502000300151b15353635fbfefb4546458485842b362a5d75599dcc924c4e4bfdfffcbcdea0c6e7a8caebabc6e9a1c7e6a5d5f5b2d0f2aac9e79ecdeba4d9f7add6f0ac99a28379806626291d1c1d18686964979b74eaecdb3f4034f2f5cfbbbd99fcffb6f0f3b8fbfec2fcfec5fdffcedcdeb3e7e9bdfdffd5feffe2b2b3a0dedfccccce8e7b7c5bf5f6befbfaaa636351cacaafeeeed11212101515146f6f6dfffffeb5b5b4f2ef9ce9e7caf8eb8eaea779908d75f4efc8fff6c338362bdaca7c312f255956464d4a3db1ab91040300b59a52f4d7888a836ebea155c5a85f967f49776b4fffe9b5eaba5921201ef1b57acd9f7244372aa58a6ef9d5b0d4b697292521b07f53eba3684d3e315b4a3cb09986996b49ef904dd08857da925ebf7f54c88d647a563da175554130245741316a5343de8249d27137ac6137b76f458c5d416b4b3879472d67402c5935253928214a291d32221c503127281b170a0706591806140d0b20151247130738120a3319131a100e8f4133290e0a411f1a0f08075500000300000c0b0b302f2fd1d0d0fefefefcfcfcf9f9f9f7f7f7f5f5f5f1f1f1eeeeeeeaeaeae6e6e6d5d5d5c5c5c5bababaaeaeaea9a9a97878782a2a2a2727271c1c1c1818180e0e0e0a0a0a050505020202ffffff21f904010000ff002c000000004b004b000008ff00b1d0c0f2854c1a3079022da234c9148b11235874e101c3c912264a943839f2e4473f2c4b9224210200009f3a76e2c891f3468e1d37ae90f989f4eb17b362cea6494346ac67316980e6ac1c4a1400b99200c6149cb4e8d0a1461047c8cb020346152938322671e2c4068f2f40a438f15132149e3a2adfb49443274f28579160d54cf64ddbb19e3d91550a752725cbb52baf8c1963f46825419b142d5aa16304894c3c78d4a8e284484625499a48b1d1a3478e213f4a92bab3526de93874fc008ac4e957b29ad17611e3c9cb1b2f3279e6d05149544e4913264a7e20a58a941e7b8e497039b2a446132b4d7a5cc6ac99c8121c4480947c44ba77cb3774d490ff72c40996ae65d3a8553b260d052d5fdab000ca83e70e1cde6fca7100e06f5fac51a5e0828b061ebc20833df6f02045134e58218565492081c41014f2408413428851521e74d4d15b6970bcb1872bae3c924b4ed468a30d2de600e28c31d4ec624d1a7aac01876e7694d3cf3e7cc4124b254801c0c109f700a2c519f7fc80c20b3e60844411500e21c512442481c3150094b3865f1fca11c71c8074228a33d6f0618d35a31c83cc28a1ec820c32be14630d8ca39092871cf9948305084895b01f001f685049089200d2072927840046143a083104944d443a44123d9474521c98aac4db50739402172cbe38730c2fce88dae22ea81ee3cb31b3e87262256498ff534e904855724f2880e47302002654a24a1f2d3c21c5137d1801a5104c4858440e65e191e9b399be31871eabe9924c32cd94cacb318084420b2d6e36434b2eabb022cb2ebce0734a0948f9570620e65442d83596e053860c594081444653402144110c36518410da0140ca1c71b881691d0c474bc71a7b6802cbb5cc945aea31a164bc0b2dd51883cac7a8ec524c3e00f463092e19ff780d3995e0728f39161a21c4126a189151116040716cb2467c50921a6b04bd861b0ca395291e9288e1482ad72e532a32a586924628b150e3cc2eab7cdcca31cd94b1cf1e6cc8f002109500d2c23e6c40b184108e4259441659ec8bc41260d4f068a438b03b468d4207ffad70a67790b207328f70427133cf944a0cc67c48e30c2dbc64bdcad6cdf401860c53c430040c69d78083b14f16318410c61aa1c7124f0a3185b0130e5129005fe4d1b7d071a075871f1147824a2a7325b30c31cdf8d2cc31b21d438d1fa2a03239e44fe810c4114744a1c5143a3441a1db0343914514388071c9e74b40a14716170d41160064cc2e344a7878c287237131238c30ccd46fbffc8bf7340afcab4c3e0a2f4f988200a3c006403cef08410842f528640436e461122cb0871ff280064fd8a30f599882f542038034a82f6877704329c8f08841702217e29840042230017140837ecc68c6329a410c68d0821083485e2b46b18b2044210a0164031bff56f7c3032230084f600380c0903628d4606d004302c14ac20637a8cf0d6ed1832000510b47740200f8084318ce600268f86e19cb00c6322a2689410c42139333062f76b0032a442f0b6108a00089f884c8f04006f908810f06d9994212a1094ba00100ae900635a8410f8e74a41ef8500a41f8211be2c8863500608f0060e2065888463284910c35066f7f8388442458810a39428f0af2d8811aa280401d00710a320892094a6002c2b08b565f605649c68025c10c863041b2c4359079097404e01c3480866b92c10ce141a384a9cc212a68118a043e2f0892e8c20ca007bd2760a10c9990873a57208f2e58a21e2b98472632318f2ee8831c97c8043df449ff8f4b60810df4a8070bc020913300201f1261810a0210807850409ac950c6efa8418a54aa7210a95805316801bd0446010c5950c13ba8f03c280020130170264303208f7cb4c3930cc54407ec810f74a874a55ae8032630715376e8a30b1d58a933e3c18167d4a419d5a0862470a84a55726272d5404316d42009369402104fb8c10da067d279a4f41def60e80af4018f00a4e31d5bf0241acab05277a8c39967c80243d5b1857404601d1aa0074fd7b10e679e8303d058c633e428884234b5a9705c052dac0a08409c010c4f38820844604793a2340068e8640056908fb006000cf460281a62c10216acb5ac0138431f9ca9823030740bf9a88733bb8006d6fff62316a4f00322dc7858c4f6af15fe28d90972f0821098430b5a90010f349001af62f61262ed6c4a57700367b2000067302d0bd6c1d09c8af50c0c6d476cd50add00a800008f38046f7beb5be5d1eabd25e18057d1915986ce431f6155293ad2c1067cac34a570ed837dd9c05076c4a21ea2852e26543006555894bded45057c91428e539464bef50dc03ca49b8e76f4b5039760eb7edfea4c2d947705e00d403b6211dae732541e00f08421dc48e31abb31b1aba0a133a0118d8e49831ae2c800529c8b20fb4a37005920325b550c06d49af8bbe1cd478bed515e7980201680d84529482109123d42157ef043276ad18a3207e3cc683ef33036191c7fac60ffba6f0e4026f2e10e860294a1f658323b58f0d2003c59c30456b19419aa4f86aa000b4941267c070300315c0318908e34a483410da4f463a1ff95b33eea8c0e30a0141d79ce744acf005d74cc23c55b88c5a7ff2b0f444f78c292967430a411a430dce01deee0ae868fcc86cbdaa3122ab86977352b8f40a7231f9afdaf0afc21893c7842157a78441f24418aab766b14b888853e249d8b5c080318c13086a535c006263a771efcd0c03dee618938b3201f65d08239e66d8e3254221fc8d5c03ecac0efe0dc03b9c83d83390090874528e2e08a3804c213ee1448402211901606319ee18b6f07a31a49010016e4a18e76b8c00bce5c013926f080085c3aa574ff6d874101b00f4b54a21cd700003f00518a50b00910a400c42876cef3500822e186304421842ef4a107fde89026862f64dd8ca3683c1e9946471700407271f4e3b22b35283f2cd158325482479268b6224ca10a4f3cbbec664fbb27f2608843b4bd107037fad10d018c66302318b1ce85374a42812c2028b368e8c33df2118b7d94c41297e882aec360097df0a32458a884e4af01027fc442e3e5f800163ef081e080a01f48d9432cf6800b411c42ee73cfc533642d0c1a6ef20a14f80d52eea102766ca01ee56683392cc16977e05a05f8c0873ce0010fad72c11e62b804176ec0857870810b9730870ace710ec1afdb12045744d0516f881ae23d18c28086ff3638908d6b58581c05f80601085000002058d41baeb35d577a09cdee94a1ee30473beecf5074b0c0b931655d00a0078840086f3777d4100dbae00bbb6078ba9401145000033081df00005d0060ff157f29250f9e557f5f750ecef40e65905ff2500ffbd4079816542b755df7705595747a47770db8500d135012181073fe10018c160e13380015680e5cc050f5000661900567e0520c7506bea659f4106822e8595d8020f69053ba560f5268501ac06f5a5006821009a9900a9a6014006009b12009b5c00bd857026a08000c300009c07eb11767971006d4f76e7dd66b0ce581e8e00e5c6057f050069cf65ff6c00f7516006cd0070115062ce723fa300aa6ff501eb0000be33786bc5089bb400dc61001426602d9000117f0890e400198660fb5850973768797a587ffe50e23985282580e9e756701705da3c007f9f00888306391a0099ae00b11400b67c20bc8500dc4a0774971051360019f78010ed00ff2100033d549e8400f7496526ce05c7ad80ef2c04ef4600e9c167dfca60f9b6667ef870603580af990078a807ac0600dc7100cd6b474c0a00d495102c9a88ccc480398e68101408d7d760672a85999a0017d3087f7d0675a30868e578d86886098800663600a8a800890607443570817e70de0060c16e70be2400e110000ded0000df00d09c0005780695ac550f4100b77e85c7d505be8000f98268285a805e5ff500aa5600928e00229350fd5855900209145b77d41176e00000d783769c7b04800700ddfd08303c000e4007599468dec6067711693c216007f889018f026de600969a5523c658ea6b00847077747070d7b970db91069c3a00d2620643c2895dfc00197909566850eec0006f9a06b67f08ce870095ac097fdd705fec55065e00daaa00ae6800558b75260700da14080da877ab98071e4e00cdf470ca7600257600212d883ec5783f9800ff7a09a97c70f2f132ff6520624130b5ab885fcc00f00570996a00aa6d00be5500e47720667a07b00600db5b051ae8008da7774e0b777c67066c69801c1c500044092db200e26b00ffb80051f5112fdf09bc1a571a0ffa7713ef36a4e0700b4d00bb5800bfd100114302b1a8701d6800cb5e00bbca00789c070e0466be2e00cde266e1c60021450019f680111f04ecf170f0a8a06e5600f0aca0267407df3600960700e2a200f5aa001aab90ff9d005f2444f99000619800cb6700b977009a4700bbcb023fbc00f11900d22d30cbbe00782e00ac2e00bd9f027d4200c7a470e0f808f176001000006a21600f780069e540fae1500377006f3c753e96057657009989069ed5009e6d00ba66041a4300bb58005daa99dfc500998689ff9d002c7408f1c60091fa00dc5900b4042a0052aa44bda50f3670e481a005d40a401c005296653ffa505d2b805f0e04ced600965a00ab5a00a17ff940bb7a00de510a6fc900fc4600d58800b32904b00700a95a00dde6002a5320614600110200112d00005700df85090615006eac050472a8461e04c5ca00117785711840668806c41350f4bea0e96400bb7700b08d207ae900ab400a6b7a979501301204086da5009f2490dd64001570300e2609209308109900d1f600ffaa402f3870f79da054b0a4a5ac050efa00168d0055da0014c1868875a06bd700b117409c8200bae600220a02147810bcda00d99a40d3f46ad294201c8408f00d00ddbcaad13c0a7fd07abe57aaefc005e33a9051b306c841668ee5009e9a9a58db00968300cb3f072fe517821e00ad1000ed3100ed6400dd4f063586009d2700aa7ff80256d3881041001ae8509eb7003f3770f2cc050e6ca50a01468f0a0059e5506f1aaae58baa87940098ac008be700b9e2008799007a6a0076c7006cd400db4600cc7600d9e5a09ef4901e4c04b1c90010c40921090015950a5f17006af1a00f8c00276b5a70cc505fd90627fb8b49a857bf847b3aa80068c10089f8008ae300bc5700b9de00a8cc010a5b00bd2100668b00b7429a0c1550219c02e9d6b020f5001150000aeb587f330ae438b0e5cf08c4c8a0529d60ef5c0974c9b52f1400fce04ace6500b97600a9390089b400a3bb60cf3d30b79600f8c90098c3050da400e34c00101da4b19509784111c133001e450a73725b431b552ef700d8106539eff540679fa5fec503668a00a82600a584b0ad5d063cfc00cc4400ac8fb408cc006c5400bb2f76a48110b2be00ebe876bed800f5ac005edd00e5bd00eee600f00a00ff2900eec90025e60062bb00f4a1b0066d00629d5051c700f60d00705790980c006d2500ded1b0dd2200da4c00b7da00a925006c5400cd990bfaf165cfc208ee2980ff9f078f71648f9a00f26610934900f28800281d40f4062091a10021a1a0200800b8df0078dd00893300f8ce009c8200de1500dd6f001b13087bc200961100b71c266fa5bc6af360ab3700cc6b0c66bcc0bb7a00a61cbc63b710baf50c7750c0a786c0bb3400ccec065941b23bb700c14570c0a1b1c666cc663400efbffa10db2d0c88efcc890ecc8ba30c9ba200bba300b8fcc0cc6c006e1200cb3f0c9c5300b27720d2690b6876cc6757978954cc9ba7066d7722dc0f0caca30cbb4ac0cccb00cb5ac0c05100ecda00bbf30c93c8a0cd8c92e867ccaaf96c842960da494cbccdcccb58c46cffc0d12854668140db14703a55cccc6fc6ac1210eb8eccccf3ccd68f40ddff00ccf100dd380cee1100ee0000ede000e0ff000e617016a5802e4400edabccdb47214841101cfb00ce46cce05d0632ddb0ddda00df08c49eea942f70c92fc9c7189d6279c7b9efacccd25e00fa7607ea7a068f78ccaf64cd12551cf225d02835102a3e9741d6dc6208d1463c04bc8041c6a389ac0b1d213ffe6279c7702e5200e11200e0ed0ceedcc015770d1403d9a183d18863c06c0414cc0710541cd4bbcf45e0d1d01a7b0422bc44bfd70024060093ff0022df0023fe00391010502f4044f100330c003d4d0ced8b0d66ccd2b1556cf86ecd47549d5d55bbd0f4072f1fc000eb0d77cbd007efdd70b200002e0001676028ce24d4710033860033ad0d88ead03664d04ddc00ddb800ddb50d995ad0dd7900124b7d77eed0080fdd7822d00e3600006300ea56ddaa67d00a68ddaa48ddab03d0e02107be5a0034794408a0d03361003bc6d03bb5d0330d003948d0dedcc0d94bd0dc350690b70da06c0daa8addad0adda0ab0da0770000aa000d68ddd0710db0200ddb3ff6d0258404b8dfd3c8a5d03bb1d038e1d03c0dd0297edd3e0e000d9f000ba100d112001cd5ddda55dddf7cddad43dddd59dddd77dddfadddacf6dda0b5083e410034700d9b84d0436a04035e03ce8ad03351002dcd0d3dcf000de30c2d4f00bd1f000cd7dddf72de001fedfd95ddd018e002a2ee0fc7ddab04dda0280e053b0e03180db8b9d40365015b66dd6169e0ddc3001d4900bc3300cbe00c30f70e20780000aa0e42aaee401bee429dee44afedfaacdddae3d01480d05895de3898d0335a0403080de62de03e0c00d1f990f80a074ad570b18300149eee44b2ee5723ee74d2ee004fee2302ed81380253c70043610e14160035eaede61ae40becd03c66ebde1bbe00acd300cc5400dc1e00d14f0e6da4de7965ee7fa2ddbb23ddaae0ddb0f101c7d2ee8bd8d033000dcba1d03be0d0338d00de0600c963cc9c1c00cdea6d30dd0e4287ee973aedd2ecee9afcde9a6fd002521037eaedb3a20e85eee39e76dd63820030fa080ac1c0cba1010003b, 1212733394, 'noavatar.gif', 1, 5777, 75, 75, 0x4749463837613c003c00e70000040204ffffff890205ffffffffffff9acc93514637490307192425d28958526467dcc26cffffff885030ffffff90a47cc74347280808ffffffffffffffffff424440e0e6cc88664accad5cffffff4c565c462b22ffffff54becc52535061869c34657c8caab433241ecfceab54726442554926141236342da76a41ffffff70689cf9e88affffffffffffade2a371785dffffff1979a4ca6b37ffffffffffff90957884a67cffffffa4443cffffff443e74ffffffffffff48392ff4d6a84c6274ffffffd9dbb9ffffffffffffffffff142e3cd1f4abcf9967ffffff64543e3b140fffffffc47d51680204ffffffffffffafadaf6d8ea5ffffff616461ffffffa97854ffffffffffffffffff52748dffffff232b29ffffff405c74ffffff875b3f434c43322b22ffffffbac5ceffffffffffffffffffffffff5c7284ffffffffffffae9880563b2dffffffffffffffffffffffffe2844abf885c387288393b31787a79ffffffffffffffffffefebc9ffffffcccacbffffffffffffd77034c19362e0fcb5e854552c92c4bc3e44ffffffa8040cccd28444dee4a65833693b27707484661c04ffffff7299b2ffffffcc564c8c8c89acad848caebcffffffdcbea0ffffffffffffffffffffffffffffff4c8ea4fffffffcc589ffffffffffff84a6aca4824ce1e4bafcb27cfffffffffffff4f2ccc4b09cb8794effffffffffffc2a68cfbfcb2747aacd9dad8c4966c570204dc4e54ffffffc4e7a4e29863fffffffffffff65a5cdcce9cffffffa1a686ffffffffffffffffffffffff585080e3e4e42486b4985030b94747848aa4ececec849eacffffffffffffffffffffffffa4b6bcffffff6191a7c4c7aad4793e1c6b940c1b29782e30ffffffffffff5f5c4effffff347c99247ea49c8e6cffffff9394939c9b9a44cad4ffffff9802074c6b87777d8479020424242344638164766cc4c5c5e4b6702c3537ffffff242c46c4bc9c3c8aacfcd2919c8e7c545b4fec8d511a5d85ffffff381d16fcfefbffffffffffff4c1e14ffffffcecfcebc9d50d4de9cfffffffcfeccfcce978484837c7a602c000000003c003c000008fe00010844706e4a9079799a6df3e50b8a8274824ac488a189d939817304c113f80090ac8fb28c4432f06fd53b6755d8c833f025090a3626f881046944a04d002fe6f19b374c872228e7d27580076fe2ba395d0020b0b64560242333a1bed8b04a549c77884424f9d25204004080a0eafb58f3260048d89ae562a562cf8773f0b88181072c465d10e78a9c8306c0444890638d1829116905275132e4b149b201411213153a86257b535c050361c44113a7485b97679a0e1105f6ec198867e7400013b8459fd8a835fffd3b92489e09131bb63036216e8b3f59600199502a6ef84d68612a9c305e24c633a22090c20321b004d49920f985b9952f023413610cfe2409d3234912266c44981041ad5953b300a0891017a1c2b91774c44d41f38328bcd2cf09f482477fcd04c80935ac20474be6b1714e0f107e61c011a2fcb10100279885c0092720605304742872ce35d74c311708d6cc01cf7b357874dd4cfc44f1c20a570593481289284787016c6c004a3e0b5c70817126d0b19c4df288730e5c259040d7331e40579a8700d8e0420105c8e21a59805440c72a7138138c784938d8e1063de4930f36495c50013415bc09001de798a00008ff3d07cf14e338078f01445903025f004482e5a15c1a70c20586bcf3ce290ddcd8400f086cc0469a6a26d10039ee7c93c51c157481a77fd37501cf394e9efa0d09a30e74e5a1fe590ae68f01abb0638e288e3a83020a557cd1c3051bbcb0ca8f0618308ea7cc7850c207cc64f1cda8f79583863ffe2802ce0b177c56824074bc7aa847e319b1ca174ac8536e22a79cb2aba61bd4b00a06f954d043163f94d0450f257c43ce075134d208331f4ce10135534ca180a8cfcc11c345009003880b10bb208b2115d430453eab4c01c0927dc58108224cc880420feaf0b30228c58e31862451183c4e17f61e8c000284c607cdcd37cf51046b25b853021860b8034005916428d009f3ccb30d007124f0e8170d4cb1cad41894c9ac32ca4c514c23597c90455327d021f69b269c704e1861187dce09616c4168874a19770e021e24ad0800ef848942fe2206e833f52a0b7c1106c01f7c500214bf485238005324edb82290389ef416754b1e863ff394b20731c4d001c63cbf1093343811ccf24e301b9830c2dfb582d28336e490e38101748c31cfe2db483e0f35914b3e05e69283418eee53f4ee781d11f89148045384c2fa2a86e4d383d8616b90c518c47cf20100dacc838f01a2170fba07bfec2e0e38538893b4018acc434c18497b50c73cad4c21faddee94fcfcd4d1e703df77f10140eef051b9df25ad1549ab0002a000853d24707ebf50df3c3c000eef794074e408033ff6f73776a8093e66c95d2b3490346a00cf7127989fe42a303f6248901af36b45017bc08f0d6ef079fac847d57a240f79402302fe37c9dd1ec0b7bb61b8af0ea2635ffc9246870aba307e98db4305ee070082bde01fd8c0462ed4a18e5bc02b1fb3104518c3288a1ed8040aee2b470923478c29ce030c2accdd3ce80041f84d1073c440e33cea0042102620014d6bda2cd86013e3256d0a72bce03c0cd038c979a07bf340da3c0c2839706c4c04083041cdccf2c704c8410e0918e44dd027c729d0c11f024b1a1800000e6a81431be230c0361461826140421c00a016b5b4919c3c84e29741d0c7089ac1c5484422177fdcdb054299089b885074f3b89b402a903462fc828ff0d99026c57182e268723898aba138c759c379cc0205cb9c4528e560137548ae8d363941f992a60d8140e66d60fe50471efc211bd9a0c51f2f98420d4ae14b728a530e0de8a43ad9399025ad8d0ed450c42a01200e3a24ad1c04031b35dce1810a0824395e929391cc32821aaec2a4fce0ca2c4cf705115cc89ef658841204e8b872ec010a00d05d39e800cda441819a92db861c7f01857240a2503a21a70850208a2f80d01eb680c52300800fddcd23a7a0131d01ab99347c50236937c587227a5acd3951c303251327456d42259b98c0168198ea3992b60d7178609576c3dc562789c63d540e128af0c709beaa340f084c299901c0080cb38278fea30ac571eb20a2b1088124ad0eed6b0556eb10b93d7c4e727b20ace396a64a481063699aa45b2856b0007624a12f26f0fe400f3670819b1ce0b6404c1ab5dc87d557cec3afd02c1f141ab98d3a68a3022650a51af151450018c0a4534b8009aa70011cc9411437898076733bc9f6fd62b342fc6cfaa8710ec2de640b4c446339141b0a7d9053141148825542790ab7460307b0880656dd073af0feb672f3ac5fd2be430df97455747b00c0416c78527ed417000a6da6407010d540e857779a4d1a24d02843dd41a17d57ddc03f4c80009d02a01da518e7496b0b802498ce1544824520a28a833981a30e75102cf72041070f6c630acc838490614907a13a571ded609c3696bc0d8ffe230990c8c33845d10000c8438c84b42704a2110d20f6f1cb5f16812aa801423654a10a49c885fe4ecc59058124420e2c0680760f00443d6a1801081472d200a08c047a6e4ebf68c52f7eb15e0d9ac21feef0c14b05028d0bdce8014938c5a2d9300baf44e0b60700007adf2982f2f9a377407524241da73155b4c31f1e30476d6bb6813024423344024018aac0974b1fc01ede11ea14d4480c68940f1cbd4bae4f8b8a003656709200a0c41ac8310550a882d1c301567cc2c068f598e0b52610c62020905f0080611bda40e02f4c8040ceeeb977ac5c5ae45a21824326db148aa04612cc619c8138b52f1bd88008bc128697da2310008f063474d7ebf299fbaa90946405d63dd7dd9940156b38883f66516013cc0d00ffb087c637200e7978a5ad00880604fe20708012cf630c0e8c60f902bb67489afc04eb96a0d0d6e08f8344c2d94130e6086ad0033684811a06a8377c22a004eff8d49de316ae1eb977c8a49d0073bf68a4c6685ed2506c8509aec0c608a0a04b5a82d92676741c31ce41d6abcad17174b0f3214da08d1aa86304b998ed0610718a2440a119cd080235e4e095af732fd0824e3024061d3a3e5640d0a1632ed939470c7c6c660acc9e42d8e4618f0dd8a6585378c116e46000bf7b9ea2d4be490f36090011944227a52046284c01acf4d0ed04060083087af579bff780139f04c51ffed00f0cfce1936b900325fac1094eb0831d3e58413fccf10530f4a0011700c505e470842cd73eccec38cc6156feea28ee9fc40fe077860c1011073fc441064a60832844c189591ca1f3d707b309caef0719803ffcf777861ff41ffe8fd55f0638f031c130808b167f7d6402329080e387080b8808c1d000919208895079a9731b5e6680f12702b6618118d8811ef881da25741fe877d03033e9e036e7d0055db02a5ed30574200211b0083228839e0744dbb55d748669b6866907d00499b631fee22f1fa0032be82cc7320e3a50044aa004f6b0844ab0082c765bafe0833dd80453f80ae1d0044de00d4d100e022000de00865ff80a0740865aa885acc135591005595004f0a00320f00de3300ea75204b7768311c0092610015ec8854d2000e1e08502a0857d2888de5008e68718865de88358180eaf301051f001e3c08645d0051fb0829298055d000d743653566602ef60020770888028008898885f688a61788885d08ade108659688564588640040d6cd8056c980e93380ee9a0035ea3037b08443d300be6c004b5f50aad688aadb88ccce88acd0888674886d2f8880211052fc38670810670a80973580411301cd000065fc00406600e00808c88a88ccdb88ecbe80d8e388b525886afe06551d005e9900520d08ba7020f68a082f0a05dd3f70709c0045f900000a004cb180eacc88ecce88eaf308bd288695de86592780e73b88fe7a0032f9384f4715deb17460101003b, 60, 60); -- -------------------------------------------------------- -- -- Table structure for table `customprofilepic` -- CREATE TABLE IF NOT EXISTS `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=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `customprofilepic` -- INSERT INTO `customprofilepic` (`userid`, `filedata`, `dateline`, `filename`, `visible`, `filesize`, `width`, `height`) VALUES (3, 0xffd8ffe000104a46494600010200006400640000ffec00114475636b7900010004000000640000ffee000e41646f62650064c000000001ffdb008400010101010101010101010101010101010101010101010101010101010101010101010101010101010101010202020202020202020202030303030303030303030101010101010102010102020201020203030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303ffc00011080040004003011100021101031101ffc4009d0000010403000300000000000000000000080006090a05070b0203040101000203010100000000000000000000000506020304010710000006020103020306050501000000000102030405061107080021123113221509415161322314718191161824b4252728d7110001030205030203040b000000000000010011020304213141120551710661138191a1b1c12233d1f1324252722343141507ffda000c03010002110311003f00e7ff00d112e8897444ba225d112e8897444ba22fb23d8b8947ec635a140eee45e3662d48637894ce1dac46e8944c3d8a0651400cfd9d7922220c8e40222fa6b81fbf2b72f295fb13ad27033d06fddc54d42cc72474147cac4ca47aea357f1b22c5cec64dc337cc9ca464d5494294e99ca25100101eb57bf076c51637fc28dc9dbfe7f4177f4ffd39c7bffe93d642a025a2244f645ec3708f74140a269cd0650397ccbe5c9de3d17c8839c18a06d9202251c761eb37c1ca2f1ff09773633f3ed05f8ffe9ee3ce43f8ff00d95d63bc33804845928ae066ff009d926d0f08b69698977a612b38b8be476849091762098aa20d58b4d8ab3971fa65137c051f84047d03ac3df83b077f87de50375644bd67e8e3ca878983cbdcde91d78c7e3cb77dbcf504d4f1b00514cc9c5c7de938f290e0239059f22a171dc9d7beec757596d298db7786d0bc77b02d50bbc7b89cb1842c2cc09d7b3c7c9c32b1f3d1a84c434b43bca3be498aed65631e24ba7feb9e13db397e201036738c84b25e10ca3dea0b8b6b655dc817c85bd8a157028f6030a524d9402ff3f1ebca9f972ec7ec5ec23be62033240f9aeafdf471d59ac6f7c64d9d2f6bd734ab2c827cc2e60a43253b5585927fed9790bb013f155f3966ab9548991228100e710290000b80edd614b656a66ad31f8779fa24a2413d16e4fa8e5db5370b38eef36cd4b40e96b0d95c4f37838b6964a5459e19ba6662f5ebe91709312325d655aa6dc9ed27ee14873187cbb077a379d73979c00b2a3615046aded6941e4048476c37123d40d15bfc4bc7e8f3952e677225fe3dad0f70889624bb018a04be8d45d5bb0e5f9cd5abaeb8a34ed81ef39390565875df53e19e26da0a1aafa09a3e68dd5559a82d104a42e288a489309140c712800e73abccbc8ef784959d3a750095781723590112c30cf13f150b6f654aad2ab73fdba754459faee39fa0014f8b4e3169955b3872e350eb76642b570a2425a4d745d01c1038915214d1c254c533000809807b8770ea278be5fc92e6a46a5e4e50b63218188dd20e34d077f92d5529db8044439651e1c18a0e88d15a42c31955d655345096e4c6f07924f1cc3b291957ea3db71ddcc2eee55da2778b9d572f729a4270490210134c844c00a12de63cd5e70f52de36276994a529645e312c46397a290e0b8ba5c8c6b7bc7111222da48e20fc19480eddd7baf1aeb1bd4ab2a3549274d6ad24e5b3b2d6e24556e7322052aa531999b07f138e07eccfdfd65c4f33c85e5e518126742520ee06447a28dad42308901b702b97cfd445d01b6e578a180ffa33418fa0000796a5aa0800060000303d5fa9e47bfdc1701cd40fc1b90673510ec4a0606b291ee44a611003020ed2544a2219100102faf5e572450998fed0816f92d943f3e1fce3ed57effa0cf23eedb7396b4d3455ab62d7b4decf89e61ecf75a1e6edd096aa3d5f61b4da3a66c4eec9567b1b4aa84b1139077b724ca283e3bc310303ee0e4403978eb802c4572d18e248e84625dfb3be4b3ab0953afedcbab7e8fa29abfadbbdd9521c50715fd24d5e48ee1924aec6d72da3e2a1a69ea76040b508c45d37613cd9e43185ba56130194764fdba299cc7398a50f20f9378c790dbf96f90d18cb655a36b71c84403b4b011a1b24068dbd84b5738e185a688ad67c05f56a529427395a804121c1954243ea0ed04f6424fd33b44ff85bb36d165b6ee5da7b16d565df928f368c5de2d1519aaa2129b41da1527d7b8e6d57d79420427de4954a15390139566841048adca400131febf756d46e22d52119498804818386c3a65a2a946a4803173b4976d1faab2ceea8b97b16b2b733ad4b3c839f1857ce60a6182805751f220cd62b6764f205123837157dc121ca629bc30203d55acab52a17b18d4d4ed2e030270f539b2e8a913edee8f475051c5a909b434c5e27e5672c6fda4d6c72c1a10f6446389f25d8704c1595def210dfb48e64a11949de651a33218de5f0303800e047a87ffa1de53b6e229dbcc47deab558160e230c64c7a12c0b66ac3e236f3ab7b3aae453841cf47380c3b2f8feb31cabb3ea687d3342a6deecb46212957cdc3b424a9cea25a58cfafa9b4e37b100c1ccf454e44347370b8494445a0b2ecdc1533bbf2021bf28e5e0f094ac0de893ca64446030d83167c9c918a88be0f733a5fba252fb55047977b762b6dec46d6784847b5c8b6943a0d418c4ca4da1629245b516ad1b5145cc84d3686af3478fa492872b9505266dc843ade005c17237eb4999c093fc4df40a3aad3f6e423864a23239b83b9060d4c6310ae5eb56e6394004c4059722626280f613140d90eba4870cb5c64632121982eaf17f48badc4711377405b5396ae41eb7ab34e71e98d24c760ee0abcf6f5ded7e8add1abe91619083d655ea4d5c20aaf12f3512c71328bbb31017c9d512000f549f33a5770f18bfb0e24c63c95c5b4e3499df74f6c48d40ea0f577c15878585b5e72b6f5b91ddfebe1507bc43611c4e196272edeaac4177bd309060ecb62b9d593b4da697764e3ac5699c4a36b3132322e2a8e4d031d24b7b88c7b776946901438140cb9d12e7000500a6ff00ca3c26d7c2e84e152467c84e1fd49973896c22fa601ce64872ac1e69ced3e5842dec69c68f1d4881088001222081299d64c4e793a04af968461f6bc9d6ccabe869fdc325b6a80fd82d60613f1b17b062a4a1e7a9eee065d8464315cc69ee0b3004ce74bcc081f987cf01f65a990217cfc0771aa9d2d4dccba45d75b719de3f7ec4d35bae1e363e6a39c2ca24ee264148f5e2de9ce9893da54aa5b59aec0e0260f6cc436400431d7c9bc9ee2561ca341f64889bf404e247c41ecac7c6f172bcb1ab724b1a71fc233dd2d41d461936ac1069ce6ba6a1e3e6a487187b957a2e19cc95ea67e6716e525d23d8acb22acd48286f97a920232d2528672b281e250cf6c000007557e7399ade53cbdb52a14e26346890402ee77624bea7d158f81b73c5f1f7152f04a9eea819c740aa53f54be46586ccb5efe7d66939d9274d35271ee39e4bc8acbbb558d4e19a6fcdba0515440c9fec2cb69a64589471823414c403c7afb270dc68e3387a36a2204a3073de58fcc3aa65f5d0babea95a2c04a78300301afc55726dd362e1dac073f9817242f8f8f89832637e6f2101003187be4073fcfa9ba1010a606a7151d565ba7d909b07de6e1c03d46523ff00dda3d6e5ad7402d51a0aaac6814eb3cadff4ad7f7353b71f3a133b0bced1aa53e729757db7ca7b55e22124994dbc6ef927b60844da2eb1ca5294a402a7f107c43a2b4672611008f55ba8cf6b832201fb93eecb06f1ec7b56cf77d71b0ee990bb03a83c8ed7256ea956120a2a110712e516cb1484f13e320a761eddfa8d95a5c6f328462225bbe0ba456a4621c9dc105bce2df69455c61ae748b1c54ba4cb766ea91aed860e45acb443d56224280763251724c5559a3b6e0e530326aa67129c03202203909534f74040e787d3f52e2044493a629e939b73fbce9b0d194fdf7adb48d82a7b25dedaa29363eceaeeae6aff004ff22eb50bb5e302ab213cfd92328e755edd6b3b18ec5b099cb5fdd00f818400062795e22872223ba1132112311983a76521c7f255ec49f6e440327f8a76ea2e21f2879736e86a646722b8e3c82d6152bad6ee7b0df69ee49c06d67519488d906ff3d9090a1c7b56b76846ce93328cd0712718c1374b9cc091d428944622cfc5685add8af08538e876ea3a2eebae6eb5d5134aaca441d1f555defa97dfe65deeb1aa4bb3730f251c9d83615820ddfb60ea2ed3bbac521b2fe5d2074c00abcad7b5f4dd720dc983b8a9103df201d5c7b2afe78a8ad929203888f97977ee223dfd3d0043061c7dc21d116d8e19eb3636ad8edef165440f56d7ce5a4aa48aa0604a56d09a855e199774c5359bb03a7fba5c3c804048914c025507a22b064f73f3793c55c3971b0d472e9754cb3970ea0ea8e1d2eb2822651772e1c4228baeb2a730898e7131cc23911111e88b4ccff3bf7afea78dfc803f188016b14b11f4fb04d5e306326edd1109bb87933b1b6a8c48df2d6eec09d75278d20903358d8e6918949384dcbf068ce299b26a99de2e994ca1bc3cce250011ec1822d76873237b54ebd135381d88fdbc0579072ca0a29dc6404ba712c9d3e772ebb360b4c45bf72dd99e4e4575fda2a9ed95458e2000261112223f8cdf585e5d71690d8b75a56d5f6ec7290f1d51ad361aed30a641ecc4cb49399b0ac8ff006f9527ac23eaf5f7b1c74c43c88ea5db2e02028e048a3a791bcbedbdca0b24cdc7774b43df6e337332738f2f72955aea3b0de3d943b5050939b0e2e3585e2e31d1ec99a4d23594e3f926510c88541824d9328140884870f0473ea06308f7c672260c17d0de9fd07a223875ecb34d7d508bacb250845504cce251648c510752ce40aa3e5fcca528aa9954fd2484400deca640fb3a22ce3bd86aa8510f7f20611ce4de9f66040473ea3f7f444cb91ba9d5037eb0e7c73811ed90c0888077c09bf0effd7a2260495a0e6f2fd41110f2ee061f844a501c1844443b007a07700c7ddd1130642784e73791c473db219110c89847b98c3df03ebe9dbd3a22673a94138604c3e25ce0a6fc81929407b14004a636003f1fb7a226db97b91111c887a147be04031df00050c76efd1161d7703901130faf6fc04047f987f1e88bffd9, 1211799932, 'beek.jpg', 1, 3725, 64, 64), (8, 0xffd8ffe000104a46494600010100000100010000fffe003b43524541544f523a2067642d6a7065672076312e3020287573696e6720494a47204a50454720763632292c207175616c697479203d2037350affdb004300080606070605080707070909080a0c140d0c0b0b0c1912130f141d1a1f1e1d1a1c1c20242e2720222c231c1c2837292c30313434341f27393d38323c2e333432ffdb0043010909090c0b0c180d0d1832211c213232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232ffc0001108004b006403012200021101031101ffc4001f0000010501010101010100000000000000000102030405060708090a0bffc400b5100002010303020403050504040000017d01020300041105122131410613516107227114328191a1082342b1c11552d1f02433627282090a161718191a25262728292a3435363738393a434445464748494a535455565758595a636465666768696a737475767778797a838485868788898a92939495969798999aa2a3a4a5a6a7a8a9aab2b3b4b5b6b7b8b9bac2c3c4c5c6c7c8c9cad2d3d4d5d6d7d8d9dae1e2e3e4e5e6e7e8e9eaf1f2f3f4f5f6f7f8f9faffc4001f0100030101010101010101010000000000000102030405060708090a0bffc400b51100020102040403040705040400010277000102031104052131061241510761711322328108144291a1b1c109233352f0156272d10a162434e125f11718191a262728292a35363738393a434445464748494a535455565758595a636465666768696a737475767778797a82838485868788898a92939495969798999aa2a3a4a5a6a7a8a9aab2b3b4b5b6b7b8b9bac2c3c4c5c6c7c8c9cad2d3d4d5d6d7d8d9dae2e3e4e5e6e7e8e9eaf2f3f4f5f6f7f8f9faffda000c03010002110311003f00e3d5004dc4103a64f1546e2fec55b689d73bba039ae7ef752bbbc262dce50ff0af02a08aca594138391d6a6185b2bcd9acabff002a3d13c31e28d2b4bbf4b9b8924291c91c8446b93f2b67a574be3ad66c3c41ab5bea5a7bbbdbcf6cac8cca54901994e41e472a6bc4a685e1203023e95634fd4e7b19d497768c71b4b718cd5ac228b728bdcce75b9ec9a3b47c01c67eb54dc91939ebd69c6e84912c88d95233907b55795cf07db8a96ec24ae29209cf4f4a42c7a9e7daa1dc58f3eb4e0dee78a69956b1283861cd598b27a0247b55256f981c55c8986d18c9cf61da93dec097bb63422c6d20e7d7ad4c84671d40e78355a3c11d7249e0d4eb9cf6c9f5a96c5226fbc33b48a2909cf3b94fd4d145dad88399d0b4849211349ceef4f4ad67d3a08816da55c7707ad6946be569645a85322f000fe1acbfb6a411bcb761a691ba22fdd1f5ad13949dcd1b515632ef2ca29c1c8e9df35cfde597d9d8a8f996bb9dab3c0647b6116ee80573d7d0a99860f43cd6b19d84e02696244b058df9232c3fdd3eb53bb70391525becfb14c060488c40f718e4560bc92b0efc7b1a871e66d96e3648d6dcb92778068de9d770fceb0d9642e41ce7fdda511ce00186dbeff5a6a17ea43b1bc2442061b24d5989c74dc2b9c8bce8b96cedab2b71b79efd29386a525747530c87d3d2adc64e580ee3d6b905bac673215fa9ab2974fd566273fed543801d586c0c73f81a2b9817b738e247c7d68aae4f3febef159f62ec13a43218a1f34b1525e43d0f14db05592e9518ee193f2e7ad58b6536f74f04c81f23721ce370fad16f63234a970e5554316c2f6a6e438246e5c84585576ed18ce05727a926267c11c7715d35c5d2dcc6a170c00c139ac1beda013eb530b752dbba328df4ab0c709da17cce5bd4558da0a74073d6a99dac1895c8e98cd5c570500e99aa7b58ce5bdc88c6339031f4a632718ddf9d4e5bf878c5465971f77ffad46db06a3571c03ce7daa536914a9c8c13e951a11bbd7deadc4f8ea08345ecc76b945ec2545f90ef1e9dea068c6fc10c187a718ade593818ce3f9d4ad1c33f0e80e7afad34c4dd8e7083fdf23f0a2b61f4a8cb6559b07a77a2ab9edd49bdfa19f7fae80b6c96d86110fbe7f9568d9dd26a51ab194ec032c80f7f7ae5768dbb880a9d8b77a96deedeca60f0904f461eb5728736c09f2ee775208a0b50cbb557d3a62b99b99deea7289f77bfbd4a2fa5d6015c94dbd5477ab5616688c4b638a950e5dc2552fb15becfb23036f18aad72c6da00fb9739c608eb5b174628b3b98003803d6b9ad42479a50e78503007a53518b9217bf6ba2cc776930c2b73dc1eb52165ce0329fe9cd630237707e61d08a92390c72060793d41ef54e8f54c3da335d0f7c8c7b54e0f1e86a8dbdd4523e080ac7d4d5d2d8e0671eb594a366689df62d452700120f7ab2b2f3f778cf19159aac70339cf7abb0b8d839248a5caba90ef7b16bcc5c72f8a2980820654fe1453b7913f338db997cd989070a3ee8c54041e411ce2a4201623d8d2273211daba924a29221bbbd77343487f26fa37ddb41041ae82f2fede18c18cab4a7b0e7f1ae6213b48231f9524d239ce4f73fcea6706d9a29ae55264d7578d2bb1dc598fe42a99248e5b26a5c028491cf15177aa51b221d472761b8c1ea29df757807afa539b82a07d7f5a25e138f6aab3d8968601e98ad4b29d9d4ab755efed59cbdaad5992262054d48f42d26997c9c2fb9ed56217e48355dbee63dea4b7edf5aca11d2e393b9a01863a8fc49a2a23c5155ec9f733f6913fffd9, 1212609781, '212850.jpg', 1, 1961, 100, 75), (2, 0xffd8ffe000104a46494600010100000100010000fffe003b43524541544f523a2067642d6a7065672076312e3020287573696e6720494a47204a50454720763632292c207175616c697479203d2037350affdb004300080606070605080707070909080a0c140d0c0b0b0c1912130f141d1a1f1e1d1a1c1c20242e2720222c231c1c2837292c30313434341f27393d38323c2e333432ffdb0043010909090c0b0c180d0d1832211c213232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232ffc00011080063006303012200021101031101ffc4001f0000010501010101010100000000000000000102030405060708090a0bffc400b5100002010303020403050504040000017d01020300041105122131410613516107227114328191a1082342b1c11552d1f02433627282090a161718191a25262728292a3435363738393a434445464748494a535455565758595a636465666768696a737475767778797a838485868788898a92939495969798999aa2a3a4a5a6a7a8a9aab2b3b4b5b6b7b8b9bac2c3c4c5c6c7c8c9cad2d3d4d5d6d7d8d9dae1e2e3e4e5e6e7e8e9eaf1f2f3f4f5f6f7f8f9faffc4001f0100030101010101010101010000000000000102030405060708090a0bffc400b51100020102040403040705040400010277000102031104052131061241510761711322328108144291a1b1c109233352f0156272d10a162434e125f11718191a262728292a35363738393a434445464748494a535455565758595a636465666768696a737475767778797a82838485868788898a92939495969798999aa2a3a4a5a6a7a8a9aab2b3b4b5b6b7b8b9bac2c3c4c5c6c7c8c9cad2d3d4d5d6d7d8d9dae2e3e4e5e6e7e8e9eaf2f3f4f5f6f7f8f9faffda000c03010002110311003f00865b096e60796794970a4aa83c035c9cd33a5c382cd8da48e6bb90e21b6633305014e49af3bd4ee764f27a0e315c2f73d230351b9964902866201f5ad7f0f784f53d66dc4f14e91432700bb1fe558727cc8ceb86cb608af5ef01dc5b9b086da585e19d1470e3191ed5ad4938c3dd32a518cea7bc72afe11d5b4d1ba582498a1caba02cac3b838e9505adbc305f44d241294dd978990ee1f857b55dc8d676e1e0b769dcf450715991a6b9a8306682de200fdc721ab28d593dcde74609e8793ea7e1f9f57ba926d2e3b85b64ead302a07f8d733a8db18a3528e78e08dc7a8afa1819cb34373085c7a7435e53e38b3b5b79a5f26ddd2424e46dc03ef574eb372e56675a8251e6479fbc92aa0059b8e873d6aed96a0ed22ab33671827351f922448f713c70467a5452c71413031b6706ba8e06896f246372e859b0c3239acb93cd8df6b337b735a3aa1c88dd7aedaa92c8b736e0f4953afb8a5b14f5456f31ff00bedf9d14da2a883da7529fcf7d8ee1541e73d3e95c16aee44ad92093d48e95d46b57a2cd640191a4e8c8c3f88fa7d2b8cd425df103dfa57228ea8f4272d19520942172c3e6382a7df35eb9a75c5f5f6976771e6202012e0ae303b6daf1d43c8cd7b7f86635bcf0dda6dc00514555756489c27bd268ef6d089f4f85245c3141923ae6b26e3409ee2458d679add95f71951b971e9ed5aed235b79785ca803a1e9572299267dd9c67915cb1dcef92d3c8a6b646de0db2c8d236382d5e65f116d6585209d18988b90c08e01f4af5bbc6dcb5c86bf6116a3a6cd6d3fdd7e87d0fad117cb34ccdae683478969f3a4970cef6a25dbf76365f949f7c555f10d93d85d08a40164651214031b41e6bd1a4d0ec3c39a23df5dea12107948963fbc47419af2cd5f539f56d426bb9c82f21ce00e83b0aec84b99dd6c71558c610b3dc82f240d6b180c09ef5450e1c1f7a524918ed4c2315bd8e3b92bc0c5c95e99e28a8b737f78fe7451a8f43beb8b69b51b82ec5986e237118e33d4d733ab2982f65b700858d8e33d6b66d6f2e04ac4ccc031c95ec323d2b13554db799c93b9475fca92a3cbef32a5579b42aaf18af49f87daeb7d8e6d2dce597e68fd715e6a0d5bd3f509f4dbd8aeeddb6c919c8f7a9a90e68d8746a384ae7d25a35d5b496c45cdc07933c963c8f6ad85b8b591d562917701c015c1784b538356b64bc8e357321cbafa377aef916130ffa954cf3d2bce969a33d84d38a6992cc408fad733a8cde6bf951f249c7156b53d43ca4f2d5b2cdc002974ad3db6f9f30f98f407b54dc97d8e2fc776733f8763b78c1665c7ca2bc85b4cb98e5fde5bc8bcf522be8dd5ec85c32823806b92d62ca082ee58d5461473f5ada856e57cb63831fee47da1e49258453231dbb580ea2b2e784a8daa870bd5b15ddcba724b3bb8529116e001d6a09ecc22e028c11d00af45d9a47145e87058a2ba56d1ed4b13e5b0fa1a281842558001c073f2f27038acdd4a40f70a47f77f2ad686008f89631b436d3c8ac7d42459af5d940da30a31ed56e5a584b7d8ad4d66ec29c6923432c8a83ab1a819d2f83bc437fa15cb35ba09616e5909c73ed5e836df11eff0050952dd2d16156eae5b26bcf20b7f26ddfcb1c2ad5dd2a32c7ae1caf02b29d2834e4cd56227056be87b1e93141362e5d9a591bbb76fc2ba38641b71d05709e1dbd8e4b6004ea244e194b608fc2b62ebc47656116df305c5c9fb90c67273efe82b81c1b763d15522a3ccd9b5a9dd41676ad34a46efe01ea6bce6f6e9a77739c9639663525fea371793e6e24cc8dd40e883d056736e3d7a7403d6baa8d14bde67995ea2acefd16c43232ede3a0e326aab80ff7867dab424b60d173cb0e6aab46aefb14fca3976fe95d4665330424e76fe428ad0038f9506ded45311c8787f4d9355bb36ed936f81e61ae9b58f87f6d25b1974f6f266033b18e55bfc2b57c2da40b0b240c3f78df339f7ad6d56f23b4b3772701466b925524e5a1e9d3a1154fde5a9e213d95cc13bc1242e254382b8e95a7a6d9c708632ae673d3d147f8d6c2eb4eb24eef0472895f2430e40f6a75d35a4c229ad502023e603bd7559a5a9e73df4d89a2b7d9a6baff001382735169c4c77a10f008c55c560536f05702a686d6397e4e8cad946f4a76bc5a33a8aeac5efb3dbdc2ee9106f1dfa1a55bab3b07f2a245590f53ff00d7ae920f0dc135bcf2c5a8a6c8611272b9278fd39ae34da8b893713f313c83deb9a106fe231a74e57f7b62d34acee5b7c633d72d53dbfcc7e56dc7bb761f4a8a082288b6e5076f009ed5d27867453af5eb4218c7120cb301cd6f26a2aeceb8c5cb44658154d6103283a6e24d6aea56e961a95cd9abeff21ca93eb59e5b6e4fe269a77d45256760f9578e28a87cb2df31ea68a649d34605b5b0c8e715c0f8cb58dec2d226e4f2f8f4ae97c45ac258da3393cf455f535e573cb25ccef34ad9773935c94a17773d2c555b2e544ed32b459c8dc473818a974f676f332c481d3d05566b49e055796164120dca0f048ab7a6c0eaaee48c37653c8aed72ba3ceb6a6a412f38ddce38ad18ae803c2b123b8ac74464705d988ec315b169280836a8008a803a6d375486db43d532f89e68d6248dbd33c91590b3a22e00e6aadc48bb4608ea33ed56a1883e081b8fb501156163f9dcb3fe55dcf803518edf5496d9b004c9f2fd45727f619e342cd6f2aafa9438adcf09d94d36b16f2403e757fc00effa56752ce2cd695e32572ef8db48169a81be854ec9bfd61f46ff00f55724c5769627815ebde318215f0cdc3360b12a07d735e2b77bd5c4455bcb0d966c70454d06f96cc75ece57449b2797f78b26d56e83da8a61f3dcee120407a29ed456e60739e2e9a47d5bcb6725157207a5676811473f882ce39543217ce0fd28a2b287c08dab7f119d478b188b08d73c6d43cf27a7ad73d65cdaa487ef73cd1456abe1473fdb65e5e770ed525b13e48e68a283445923e43f4aef7e16db4373adb34d1ac8522dcbbbb1cf5a28acaa7c2cba7b9ec7716d03a65a25271d715cb6916f143af5df95184ce33b78a28ae5968f43aa96b17717c77ff22f7fdb55feb5e58002d30238e28a2ba28fc273d5dcca651bdb80793d4668a28ae8303fffd9, 1211387819, 'me.jpg', 1, 2904, 99, 99); -- -------------------------------------------------------- -- -- Table structure for table `datastore` -- CREATE TABLE IF NOT EXISTS `datastore` ( `title` varchar(50) NOT NULL default '', `data` mediumtext, `unserialize` smallint(6) NOT NULL default '0', PRIMARY KEY (`title`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `datastore` -- INSERT INTO `datastore` (`title`, `data`, `unserialize`) VALUES ('attachmentcache', 'a:11:{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:"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), ('products', 'a:1:{s:9:"vbulletin";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), ('stylecache', 'a:2:{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:"1";}i:1;a:5:{s:7:"styleid";s:1:"3";s:5:"title";s:6:"360gta";s:8:"parentid";s:2:"-1";s:12:"displayorder";s:1:"1";s:10:"userselect";s:1:"1";}}}i:3;a:1:{i:1;a:1:{i:0;a:5:{s:7:"styleid";s:1:"4";s:5:"title";s:13:"360gta-narrow";s:8:"parentid";s:1:"3";s:12:"displayorder";s:1:"1";s:10:"userselect";s:1:"1";}}}}', 1), ('options', 'a:374:{s:15:"templateversion";s:5:"3.7.0";s:19:"subscriptionmethods";i:0;s:10:"attachfile";s:0:"";s:7:"hv_type";s:9:"Recaptcha";s:22:"hv_recaptcha_publickey";s:40:"6Lfj5QEAAAAAAJ8oY81V1aj_HnBI2TuEjZ1_Vjbo";s:23:"hv_recaptcha_privatekey";s:40:"6Lfj5QEAAAAAAJx84Q9Pan4EKYlWbjJbVcCCMqTL";s:18:"hv_recaptcha_theme";s:10:"blackglass";s:12:"regimagetype";s:5:"GDttf";s:10:"attachpath";s:34:"/path/to/your/attachment/directory";s:14:"regimageoption";i:15;s:13:"usefileavatar";i:0;s:10:"avatarpath";s:15:"./customavatars";s:9:"avatarurl";s:13:"customavatars";s:14:"profilepicpath";s:19:"./customprofilepics";s:13:"profilepicurl";s:17:"customprofilepics";s:10:"sigpicpath";s:15:"./signaturepics";s:9:"sigpicurl";s:13:"signaturepics";s:14:"fulltextsearch";i:1;s:13:"album_dataloc";s:2:"db";s:13:"album_picpath";s:0:"";s:15:"album_thumbpath";s:0:"";s:14:"album_thumburl";s:0:"";s:8:"bbactive";i:1;s:14:"bbclosedreason";s:125:"

Sorry, the board is unavailable at the moment while we are testing some functionality.

\r\n

We will be back soon...

";s:7:"bbtitle";s:10:"360GTA.com";s:5:"bburl";s:18:"http://360gta.com/";s:9:"hometitle";s:6:"GTA360";s:7:"homeurl";s:17:"http://360gta.com";s:13:"contactuslink";s:15:"sendmessage.php";s:13:"contactustype";i:1;s:16:"contactusoptions";s:35:"Site Feedback\r\nRegistration Problem";s:14:"webmasteremail";s:16:"admin@360gta.com";s:10:"privacyurl";s:0:"";s:13:"copyrighttext";s:0:"";s:11:"companyname";s:0:"";s:9:"faxnumber";s:0:"";s:7:"address";s:0:"";s:8:"keywords";s:56:"gta,grand theft auto,360,xbox,ps3,360gta,gta 360,360 gta";s:11:"description";s:38:"All around Grand Theft Auto discussion";s:12:"useforumjump";i:1;s:12:"pagenavpages";i:3;s:8:"pagenavs";s:18:"10 50 100 500 1000";s:12:"enableaccess";i:1;s:15:"addtemplatename";i:0;s:15:"usestrikesystem";i:1;s:12:"forumleaders";i:1;s:16:"allowedreferrers";s:0:"";s:13:"threadmarking";s:1:"0";s:12:"markinglimit";i:10;s:12:"disable_ajax";i:0;s:21:"enable_inlinemod_auth";i:1;s:9:"imagetype";s:2:"GD";s:10:"magickpath";s:0:"";s:20:"hvcheck_registration";i:1;s:12:"hvcheck_post";i:1;s:14:"hvcheck_search";i:1;s:17:"hvcheck_contactus";i:1;s:8:"yestoday";i:1;s:10:"timeoffset";i:-5;s:8:"dstonoff";i:0;s:10:"dateformat";s:5:"m-d-Y";s:10:"timeformat";s:5:"h:i A";s:20:"registereddateformat";s:3:"M Y";s:10:"calformat1";s:6:"F j, Y";s:10:"calformat2";s:3:"F j";s:13:"logdateformat";s:11:"H:i, jS M Y";s:13:"cookietimeout";i:900;s:10:"cookiepath";s:1:"/";s:12:"cookiedomain";s:0:"";s:10:"gzipoutput";i:1;s:9:"gziplevel";i:1;s:10:"addheaders";i:0;s:10:"ie8render7";i:1;s:14:"nocacheheaders";i:0;s:17:"useheaderredirect";i:1;s:12:"allowphpinfo";i:0;s:11:"cachemaxage";i:7;s:15:"threadviewslive";i:0;s:19:"attachmentviewslive";i:0;s:9:"loadlimit";i:0;s:10:"safeupload";i:0;s:7:"tmppath";s:4:"/tmp";s:13:"copypostindex";i:1;s:7:"ipcheck";i:1;s:9:"remoteyui";i:0;s:10:"languageid";i:1;s:7:"styleid";i:3;s:17:"allowchangestyles";i:0;s:11:"cleargifurl";s:9:"clear.gif";s:14:"storecssasfile";i:0;s:9:"usepopups";i:1;s:13:"legacypostbit";i:1;s:11:"showimicons";i:1;s:12:"skypeweb_gfx";i:1;s:12:"enablecensor";i:1;s:10:"censorchar";s:7:"#&*%$&^";s:11:"censorwords";s:51:"fuck cunt {fag} {faggot} whore slut jackass asshole";s:15:"blankasciistrip";s:31:"160 173 u8205 u8204 u8237 u8238";s:11:"enableemail";i:1;s:13:"displayemails";i:1;s:11:"secureemail";i:1;s:14:"emailfloodtime";i:60;s:12:"usemailqueue";i:1;s:12:"emailsendnum";i:10;s:11:"bounceemail";s:0:"";s:13:"needfromemail";i:0;s:8:"use_smtp";i:0;s:9:"smtp_host";s:0:"";s:9:"smtp_port";i:25;s:9:"smtp_user";s:0:"";s:9:"smtp_pass";s:0:"";s:8:"smtp_tls";i:0;s:17:"allowregistration";i:1;s:8:"usecoppa";i:0;s:10:"checkcoppa";i:1;s:18:"moderatenewmembers";i:0;s:11:"welcomemail";i:1;s:9:"welcomepm";s:1:"0";s:12:"newuseremail";s:0:"";s:14:"allowmultiregs";i:0;s:11:"verifyemail";i:1;s:18:"requireuniqueemail";i:1;s:13:"minuserlength";i:4;s:13:"maxuserlength";i:20;s:16:"illegalusernames";s:5:"admin";s:13:"usernameregex";s:0:"";s:11:"usereferrer";i:1;s:17:"defaultregoptions";i:13075113;s:18:"usernamereusedelay";i:365;s:9:"uiforumid";i:45;s:9:"uimessage";i:1;s:9:"rpforumid";i:0;s:8:"rpuserid";s:1:"0";s:7:"rpemail";i:2;s:6:"socnet";i:0;s:11:"reqbirthday";i:1;s:10:"ctMaxChars";i:25;s:13:"ctCensorWords";s:38:"admin forum moderator vbulletin leader";s:11:"ctCensorMod";i:1;s:18:"minifriends_amount";i:0;s:16:"friends_per_page";i:10;s:18:"profilemaxvisitors";i:10;s:15:"profilelastpost";i:0;s:18:"softlinebreakchars";i:90;s:10:"ignoremods";i:0;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:29:"usercss_allowed_border_widths";s:32:"small|1px\r\nmedium|2px\r\nlarge|3px";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:14:"albums_perpage";i:10;s:22:"album_pictures_perpage";i:25;s:20:"profile_album_amount";i:2;s:26:"albums_pictures_moderation";i:1;s:15:"album_thumbsize";i:150;s:23:"album_captionpreviewlen";i:150;s:18:"album_uploadamount";i:3;s:21:"album_maxpicsperalbum";i:60;s:10:"pc_enabled";i:0;s:13:"pc_moderation";i:0;s:10:"pc_perpage";i:10;s:13:"pc_maxperpage";i:50;s:17:"pc_allowed_bbcode";i:0;s:11:"vm_maxchars";i:1000;s:10:"vm_perpage";i:10;s:13:"vm_maxperpage";i:50;s:13:"vm_moderation";i:1;s:17:"vm_allowed_bbcode";i:0;s:16:"sg_name_maxchars";i:100;s:17:"social_moderation";i:0;s:24:"sg_allow_owner_mod_queue";i:0;s:25:"socnet_groups_msg_enabled";i:1;s:21:"sg_allow_join_to_view";i:0;s:28:"socnet_groups_albums_enabled";i:1;s:17:"sg_allowed_bbcode";i:1091;s:13:"avatarenabled";i:1;s:14:"numavatarswide";i:5;s:17:"numavatarsperpage";i:10;s:17:"profilepicenabled";i:1;s:16:"reputationenable";i:0;s:17:"reputationdefault";i:10;s:19:"reputationundefined";s:16:"is off the scale";s:13:"showuserrates";i:5;s:10:"adminpower";i:10;s:7:"rdpower";i:365;s:7:"pcpower";i:1000;s:7:"kppower";i:100;s:17:"minreputationpost";i:50;s:18:"minreputationcount";i:10;s:19:"maxreputationperday";i:10;s:16:"reputationrepeat";i:20;s:13:"unallowvbcode";i:1;s:14:"unallowsmilies";i:1;s:10:"unallowimg";i:1;s:11:"unallowhtml";i:0;s:16:"enablememberlist";i:1;s:15:"memberlistposts";i:0;s:16:"memberlistfields";i:216;s:17:"memberlistperpage";i:30;s:22:"usememberlistadvsearch";i:1;s:13:"enablebanning";i:1;s:5:"banip";s:0:"";s:8:"banemail";s:0:"";s:18:"aggressiveemailban";i:0;s:20:"allowkeepbannedemail";i:1;s:12:"globalignore";s:0:"";s:14:"allowedbbcodes";i:1023;s:12:"codemaxlines";i:30;s:11:"allowbbcode";i:1;s:12:"allowsmilies";i:1;s:16:"allowbbimagecode";i:0;s:9:"allowhtml";i:0;s:10:"quickreply";i:2;s:9:"quickedit";i:1;s:10:"multiquote";s:1:"1";s:7:"mqlimit";i:0;s:12:"postminchars";i:10;s:12:"postmaxchars";i:10000;s:13:"titlemaxchars";i:85;s:16:"ignorequotechars";i:1;s:10:"quotetitle";i:0;s:9:"maximages";i:4;s:12:"stopshouting";i:3;s:14:"floodchecktime";i:30;s:20:"editthreadtitlelimit";i:5;s:14:"addpolltimeout";i:0;s:13:"edittimelimit";i:0;s:14:"noeditedbytime";i:2;s:5:"logip";i:1;s:15:"postedithistory";i:1;s:11:"editormodes";s:45:"a:3:{s:2:"fe";i:2;s:2:"qr";i:2;s:2:"qe";i:2;}";s:7:"smtotal";i:15;s:9:"smcolumns";i:3;s:15:"wysiwyg_smtotal";i:15;s:16:"attachtotalspace";i:0;s:11:"attachlimit";i:5;s:14:"attachboxcount";i:1;s:14:"attachurlcount";i:1;s:14:"allowattachdel";i:1;s:20:"allowclosedattachdel";i:0;s:15:"allowduplicates";i:1;s:12:"attachresize";i:1;s:18:"viewattachedimages";i:1;s:12:"attachthumbs";i:1;s:16:"attachthumbssize";i:100;s:12:"thumbquality";i:75;s:9:"attachrow";i:5;s:10:"thumbcolor";s:7:"#000000";s:15:"lightboxenabled";i:1;s:14:"maxpolloptions";i:10;s:13:"maxpolllength";i:100;s:14:"updatelastpost";i:0;s:9:"showvotes";i:1;s:10:"votechange";i:0;s:14:"enablesearches";i:1;s:15:"searchfloodtime";i:0;s:13:"searchperpage";i:25;s:10:"maxresults";i:500;s:15:"minsearchlength";i:4;s:19:"similarthreadsearch";i:0;s:13:"searchsharing";i:1;s:22:"similarthreadthreshold";d:3.5;s:8:"badwords";s:0:"";s:9:"goodwords";s:14:"vb vbb php sql";s:15:"maxsearchlength";i:20;s:14:"allowwildcards";i:1;s:15:"multimatchscore";i:15;s:9:"datescore";i:15;s:16:"threadtitlescore";i:5;s:14:"posttitlescore";i:5;s:10:"replyscore";d:0.1000000000000000055511151231257827021181583404541015625;s:9:"replyfunc";s:4:"none";s:9:"viewscore";d:0.01000000000000000020816681711721685132943093776702880859375;s:8:"viewfunc";s:4:"none";s:9:"ratescore";d:0.5;s:8:"ratefunc";s:4:"none";s:13:"threadtagging";i:1;s:9:"tagminlen";i:3;s:9:"tagmaxlen";i:25;s:12:"tagmaxthread";i:25;s:13:"tagmaxstarter";i:5;s:10:"tagmaxuser";i:2;s:13:"tagforcelower";i:1;s:13:"tagcloud_tags";i:70;s:15:"tagcloud_levels";i:5;s:18:"tagcloud_cachetime";i:30;s:21:"tagcloud_usagehistory";i:365;s:20:"tagcloud_searchcloud";i:1;s:22:"tagcloud_searchhistory";i:30;s:9:"forumhome";s:5:"index";s:15:"displayloggedin";i:1;s:13:"showbirthdays";i:1;s:10:"showevents";i:1;s:12:"showholidays";i:1;s:13:"showeventtype";i:0;s:16:"activememberdays";i:30;s:19:"activememberoptions";i:3;s:14:"forumhomedepth";i:2;s:17:"forumdisplaydepth";i:2;s:13:"subforumdepth";i:0;s:20:"showforumdescription";i:1;s:17:"showprivateforums";s:1:"0";s:9:"showlocks";i:0;s:15:"lastthreadchars";i:30;s:19:"showmoderatorcolumn";i:0;s:18:"showprefixlastpost";i:2;s:13:"nav_forumdesc";i:0;s:14:"showforumusers";i:0;s:10:"maxthreads";i:20;s:12:"showstickies";i:1;s:8:"showdots";i:1;s:13:"usehotthreads";i:1;s:14:"hotnumberviews";i:150;s:14:"hotnumberposts";i:15;s:11:"linktopages";i:1;s:12:"maxmultipage";i:3;s:13:"threadpreview";i:150;s:11:"oneannounce";i:1;s:15:"showthreadusers";i:0;s:8:"maxposts";i:10;s:12:"usermaxposts";s:13:"5,10,20,30,40";s:11:"showdeficon";s:22:"images/icons/icon1.gif";s:8:"wordwrap";i:50;s:11:"threadvoted";i:0;s:16:"threadsubscribed";i:1;s:18:"showsimilarthreads";i:1;s:12:"postelements";i:0;s:15:"socialbookmarks";i:0;s:17:"allowthreadedmode";i:1;s:12:"threadedmode";i:0;s:18:"threaded_listdepth";i:5;s:17:"threaded_maxcache";i:40;s:18:"threaded_trimtitle";i:30;s:9:"enablepms";i:1;s:10:"checknewpm";i:1;s:10:"pmmaxchars";i:5000;s:11:"pmfloodtime";i:60;s:9:"pmperpage";i:50;s:12:"pmmaxperpage";i:100;s:14:"privallowicons";i:1;s:15:"privallowbbcode";i:1;s:16:"privallowsmilies";i:1;s:20:"privallowbbimagecode";i:1;s:13:"privallowhtml";i:0;s:9:"WOLenable";i:1;s:10:"WOLrefresh";i:60;s:9:"WOLguests";i:1;s:10:"WOLresolve";i:0;s:13:"enablespiders";i:0;s:14:"archiveenabled";i:1;s:18:"archive_threadtype";i:1;s:22:"archive_threadsperpage";i:250;s:20:"archive_postsperpage";i:250;s:13:"cpstylefolder";s:19:"vBulletin_2_Default";s:19:"timeoutcontrolpanel";i:0;s:15:"adminquickstats";i:0;s:18:"cp_collapse_forums";i:0;s:18:"cp_usereditcolumns";i:2;s:10:"externaljs";i:0;s:11:"externalrss";i:0;s:10:"rsspodcast";i:1;s:11:"externalxml";i:0;s:14:"externalcutoff";i:30;s:13:"externalcache";i:60;s:13:"externalcount";i:15;s:16:"errorlogdatabase";s:0:"";s:16:"errorlogsecurity";s:0:"";s:11:"errorlogphp";s:0:"";s:13:"errorlogemail";s:0:"";s:15:"errorlogmaxsize";i:1048576;s:17:"disableerroremail";i:0;s:11:"enablehooks";i:1;s:12:"paymentemail";s:0:"";s:15:"vb_antispam_key";s:12:"868e60a779cc";s:17:"vb_antispam_posts";i:10;}', 1), ('smiliecache', 'a:8:{i:13;a:7:{s:8:"smilieid";s:2:"13";s:5:"title";s:6:"Cheers";s:10:"smilietext";s:8:":cheers:";s:10:"smiliepath";s:32:"images/360gta/smilies/cheers.gif";s:15:"imagecategoryid";s:1:"4";s:12:"displayorder";s:1:"1";s:9:"smilielen";s:1:"8";}i:16;a:7:{s:8:"smilieid";s:2:"16";s:5:"title";s:5:"Smile";s:10:"smilietext";s:7:":smile:";s:10:"smiliepath";s:31:"images/360gta/smilies/smile.gif";s:15:"imagecategoryid";s:1:"4";s:12:"displayorder";s:1:"1";s:9:"smilielen";s:1:"7";}i:12;a:7:{s:8:"smilieid";s:2:"12";s:5:"title";s:8:"Bullshit";s:10:"smilietext";s:6:":bull:";s:10:"smiliepath";s:34:"images/360gta/smilies/bullshit.gif";s:15:"imagecategoryid";s:1:"4";s:12:"displayorder";s:1:"1";s:9:"smilielen";s:1:"6";}i:17;a:7:{s:8:"smilieid";s:2:"17";s:5:"title";s:4:"Wink";s:10:"smilietext";s:6:":wink:";s:10:"smiliepath";s:30:"images/360gta/smilies/wink.gif";s:15:"imagecategoryid";s:1:"4";s:12:"displayorder";s:1:"1";s:9:"smilielen";s:1:"6";}i:19;a:7:{s:8:"smilieid";s:2:"19";s:5:"title";s:7:"Sarcasm";s:10:"smilietext";s:6:":sarc:";s:10:"smiliepath";s:30:"images/360gta/smilies/sarc.gif";s:15:"imagecategoryid";s:1:"4";s:12:"displayorder";s:1:"1";s:9:"smilielen";s:1:"6";}i:14;a:7:{s:8:"smilieid";s:2:"14";s:5:"title";s:11:"Embarrassed";s:10:"smilietext";s:5:":emb:";s:10:"smiliepath";s:29:"images/360gta/smilies/emb.gif";s:15:"imagecategoryid";s:1:"4";s:12:"displayorder";s:1:"1";s:9:"smilielen";s:1:"5";}i:15;a:7:{s:8:"smilieid";s:2:"15";s:5:"title";s:3:"Sad";s:10:"smilietext";s:5:":sad:";s:10:"smiliepath";s:29:"images/360gta/smilies/sad.gif";s:15:"imagecategoryid";s:1:"4";s:12:"displayorder";s:1:"1";s:9:"smilielen";s:1:"5";}i:18;a:7:{s:8:"smilieid";s:2:"18";s:5:"title";s:3:"Eek";s:10:"smilietext";s:5:":ahh:";s:10:"smiliepath";s:29:"images/360gta/smilies/eek.gif";s:15:"imagecategoryid";s:1:"4";s:12:"displayorder";s:1:"1";s:9:"smilielen";s:1:"5";}}', 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), ('bbcodecache', 'a:0:{}', 1), ('userstats', 'a:4:{s:13:"numbermembers";s:2:"54";s:13:"activemembers";s:2:"39";s:11:"newusername";s:9:"lkky00245";s:9:"newuserid";s:2:"55";}', 1), ('usergroupcache', 'a:11:{i:4;a:45:{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;}i:10;a:45:{s:11:"usergroupid";i:10;s:5:"title";s:13:"Administrator";s:11:"description";s:26:"Forum administrative staff";s:9:"usertitle";s:56:"Administrator";s:15:"passwordexpires";i:0;s:15:"passwordhistory";i:0;s:7:"pmquota";i:0;s:9:"pmsendmax";i:5;s:7:"opentag";s:32:"";s:8:"closetag";s:11:"";s:11:"canoverride";i:0;s:13:"ispublicgroup";i:0;s:16:"forumpermissions";i:1048575;s:13:"pmpermissions";i:7;s:19:"calendarpermissions";i:0;s:14:"wolpermissions";i:31;s:16:"adminpermissions";i:3;s:18:"genericpermissions";i:367531687;s:19:"genericpermissions2";i:0;s:14:"genericoptions";i:39;s:20:"signaturepermissions";i:134237;s:25:"visitormessagepermissions";i:0;s:11:"attachlimit";i:1000000;s:14:"avatarmaxwidth";i:75;s:15:"avatarmaxheight";i:75;s:13:"avatarmaxsize";i:20000;s:18:"profilepicmaxwidth";i:100;s:19:"profilepicmaxheight";i:100;s:17:"profilepicmaxsize";i:25000;s:14:"sigpicmaxwidth";i:-1;s:15:"sigpicmaxheight";i:-1;s:13:"sigpicmaxsize";i:-1;s:12:"sigmaximages";i:1;s:16:"sigmaxsizebbcode";i:7;s:11:"sigmaxchars";i:0;s:14:"sigmaxrawchars";i:0;s:11:"sigmaxlines";i:0;s:18:"usercsspermissions";i:0;s:16:"albumpermissions";i:0;s:16:"albumpicmaxwidth";i:0;s:17:"albumpicmaxheight";i:0;s:15:"albumpicmaxsize";i:0;s:12:"albummaxpics";i:0;s:12:"albummaxsize";i:0;s:22:"socialgrouppermissions";i:0;}i:9;a:45:{s:11:"usergroupid";i:9;s:5:"title";s:16:"Associate Editor";s:11:"description";s:12:"Blog Editors";s:9:"usertitle";s:59:"Associate Editor";s:15:"passwordexpires";i:0;s:15:"passwordhistory";i:0;s:7:"pmquota";i:0;s:9:"pmsendmax";i:5;s:7:"opentag";s:32:"";s:8:"closetag";s:11:"";s:11:"canoverride";i:0;s:13:"ispublicgroup";i:0;s:16:"forumpermissions";i:1048575;s:13:"pmpermissions";i:7;s:19:"calendarpermissions";i:0;s:14:"wolpermissions";i:31;s:16:"adminpermissions";i:1;s:18:"genericpermissions";i:367531687;s:19:"genericpermissions2";i:0;s:14:"genericoptions";i:39;s:20:"signaturepermissions";i:134237;s:25:"visitormessagepermissions";i:0;s:11:"attachlimit";i:1000000;s:14:"avatarmaxwidth";i:75;s:15:"avatarmaxheight";i:75;s:13:"avatarmaxsize";i:20000;s:18:"profilepicmaxwidth";i:100;s:19:"profilepicmaxheight";i:100;s:17:"profilepicmaxsize";i:25000;s:14:"sigpicmaxwidth";i:-1;s:15:"sigpicmaxheight";i:-1;s:13:"sigpicmaxsize";i:-1;s:12:"sigmaximages";i:1;s:16:"sigmaxsizebbcode";i:7;s:11:"sigmaxchars";i:0;s:14:"sigmaxrawchars";i:0;s:11:"sigmaxlines";i:0;s:18:"usercsspermissions";i:0;s:16:"albumpermissions";i:0;s:16:"albumpicmaxwidth";i:0;s:17:"albumpicmaxheight";i:0;s:15:"albumpicmaxsize";i:0;s:12:"albummaxpics";i:0;s:12:"albummaxsize";i:0;s:22:"socialgrouppermissions";i:0;}i:8;a:45:{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;}i:6;a:45:{s:11:"usergroupid";i:6;s:5:"title";s:6:"Editor";s:11:"description";s:13:"Head of staff";s:9:"usertitle";s:49:"Editor";s:15:"passwordexpires";i:180;s:15:"passwordhistory";i:360;s:7:"pmquota";i:50;s:9:"pmsendmax";i:5;s:7:"opentag";s:32:"";s:8:"closetag";s:11:"";s:11:"canoverride";i:0;s:13:"ispublicgroup";i:0;s:16:"forumpermissions";i:8388607;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:31;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:511;}i:7;a:45:{s:11:"usergroupid";i:7;s:5:"title";s:9:"Moderator";s:11:"description";s:0:"";s:9:"usertitle";s:52:"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:32:"";s:8:"closetag";s:11:"";s:11:"canoverride";i:0;s:13:"ispublicgroup";i:0;s:16:"forumpermissions";i:3928575;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:31;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:511;}i:2;a:45:{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:3928575;s:13:"pmpermissions";i:3;s:19:"calendarpermissions";i:63;s:14:"wolpermissions";i:1;s:16:"adminpermissions";i:0;s:18:"genericpermissions";i:1579685571;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:75;s:15:"avatarmaxheight";i:75;s:13:"avatarmaxsize";i:20000;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:31;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:375;}i:5;a:45:{s:11:"usergroupid";i:5;s:5:"title";s:15:"Super Moderator";s:11:"description";s:0:"";s:9:"usertitle";s:58:"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:32:"";s:8:"closetag";s:11:"";s:11:"canoverride";i:0;s:13:"ispublicgroup";i:0;s:16:"forumpermissions";i:8388607;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:31;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:511;}i:1;a:45:{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:40;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;}i:3;a:45:{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;}i:12;a:45:{s:11:"usergroupid";i:12;s:5:"title";s:6:"Writer";s:11:"description";s:6:"Writer";s:9:"usertitle";s:49:"Writer";s:15:"passwordexpires";i:0;s:15:"passwordhistory";i:0;s:7:"pmquota";i:50;s:9:"pmsendmax";i:5;s:7:"opentag";s:32:"";s:8:"closetag";s:11:"";s:11:"canoverride";i:0;s:13:"ispublicgroup";i:0;s:16:"forumpermissions";i:3928575;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:31;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:511;}}', 1); INSERT INTO `datastore` (`title`, `data`, `unserialize`) VALUES ('forumcache', 'a:29:{i:1;a:24:{s:7:"forumid";i:1;s:7:"styleid";i:0;s:5:"title";s:10:"360GTA HUB";s:11:"title_clean";s:10:"360GTA HUB";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:9:"1,4,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:0;s:11:"permissions";a:11:{i:4;i:655375;i:10;i:1048575;i:9;i:1048575;i:8;i:0;i:6;i:8388607;i:7;i:3928575;i:2;i:3928575;i:5;i:8388607;i:1;i:655375;i:3;i:655375;i:12;i:3928575;}}i:4;a:24:{s:7:"forumid";i:4;s:7:"styleid";i:0;s:5:"title";s:24:"News & Announcements";s:11:"title_clean";s:24:"News & Announcements";s:11:"description";s:51:"The latest information about the site and community";s:17:"description_clean";s:51:"The latest information about the site and community";s:7:"options";i:97991;s:11:"showprivate";i:0;s:12:"displayorder";i:2;s:10:"lastpostid";i:93;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:11:{i:4;i:655375;i:10;i:1048575;i:9;i:1048575;i:8;i:0;i:6;i:8388607;i:7;i:3928575;i:2;i:3928575;i:5;i:8388607;i:1;i:655375;i:3;i:655375;i:12;i:3928575;}}i:36;a:24:{s:7:"forumid";i:36;s:7:"styleid";i:0;s:5:"title";s:24:"Feedback and Suggestions";s:11:"title_clean";s:24:"Feedback and Suggestions";s:11:"description";s:50:"Have an idea or comment for the site? Post it here";s:17:"description_clean";s:50:"Have an idea or comment for the site? Post it here";s:7:"options";i:97991;s:11:"showprivate";i:0;s:12:"displayorder";i:5;s:10:"lastpostid";i:113;s:9:"daysprune";i:-1;s:12:"newpostemail";s:0:"";s:14:"newthreademail";s:0:"";s:8:"parentid";i:1;s:10:"parentlist";s:7:"36,1,-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:11:{i:4;i:655375;i:10;i:1048575;i:9;i:1048575;i:8;i:0;i:6;i:8388607;i:7;i:3928575;i:2;i:3928253;i:5;i:8388607;i:1;i:0;i:3;i:0;i:12;i:3928575;}}i:30;a:24:{s:7:"forumid";i:30;s:7:"styleid";i:0;s:5:"title";s:19:"GRAND THEFT AUTO IV";s:11:"title_clean";s:19:"GRAND THEFT AUTO IV";s:11:"description";s:0:"";s:17:"description_clean";s:0:"";s:7:"options";i:97985;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:"30,-1";s:8:"password";s:0:"";s:4:"link";s:0:"";s:9:"childlist";s:17:"30,31,41,32,33,-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:11:{i:4;i:655375;i:10;i:1048575;i:9;i:1048575;i:8;i:0;i:6;i:8388607;i:7;i:3928575;i:2;i:3928575;i:5;i:8388607;i:1;i:655375;i:3;i:655375;i:12;i:3928575;}}i:31;a:24:{s:7:"forumid";i:31;s:7:"styleid";i:0;s:5:"title";s:15:"Game Discussion";s:11:"title_clean";s:15:"Game Discussion";s:11:"description";s:75:"Discuss events, discrepancies, glitches or additions that pertain to GTA IV";s:17:"description_clean";s:75:"Discuss events, discrepancies, glitches or additions that pertain to GTA IV";s:7:"options";i:97991;s:11:"showprivate";i:0;s:12:"displayorder";i:1;s:10:"lastpostid";i:139;s:9:"daysprune";i:-1;s:12:"newpostemail";s:0:"";s:14:"newthreademail";s:0:"";s:8:"parentid";i:30;s:10:"parentlist";s:8:"31,30,-1";s:8:"password";s:0:"";s:4:"link";s:0:"";s:9:"childlist";s:5:"31,-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:11:{i:4;i:655375;i:10;i:1048575;i:9;i:1048575;i:8;i:0;i:6;i:8388607;i:7;i:3928575;i:2;i:3928575;i:5;i:8388607;i:1;i:655375;i:3;i:655375;i:12;i:3928575;}}i:41;a:24:{s:7:"forumid";i:41;s:7:"styleid";i:0;s:5:"title";s:11:"Multiplayer";s:11:"title_clean";s:11:"Multiplayer";s:11:"description";s:75:"Chat about the online experience & hook up with other GTAers for a game";s:17:"description_clean";s:75:"Chat about the online experience & hook up with other GTAers for a game";s:7:"options";i:97991;s:11:"showprivate";i:0;s:12:"displayorder";i:1;s:10:"lastpostid";i:112;s:9:"daysprune";i:-1;s:12:"newpostemail";s:0:"";s:14:"newthreademail";s:0:"";s:8:"parentid";i:30;s:10:"parentlist";s:8:"41,30,-1";s:8:"password";s:0:"";s:4:"link";s:0:"";s:9:"childlist";s:5:"41,-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:11:{i:4;i:655375;i:10;i:1048575;i:9;i:1048575;i:8;i:0;i:6;i:8388607;i:7;i:3928575;i:2;i:3928575;i:5;i:8388607;i:1;i:655375;i:3;i:655375;i:12;i:3928575;}}i:32;a:24:{s:7:"forumid";i:32;s:7:"styleid";i:0;s:5:"title";s:31:"Mission Help & Walkthroughs";s:11:"title_clean";s:31:"Mission Help & Walkthroughs";s:11:"description";s:62:"Need help with a mission? Have a walkthrough you want to post?";s:17:"description_clean";s:62:"Need help with a mission? Have a walkthrough you want to post?";s:7:"options";i:97991;s:11:"showprivate";i:0;s:12:"displayorder";i:2;s:10:"lastpostid";i:200;s:9:"daysprune";i:-1;s:12:"newpostemail";s:0:"";s:14:"newthreademail";s:0:"";s:8:"parentid";i:30;s:10:"parentlist";s:8:"32,30,-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:11:{i:4;i:655375;i:10;i:1048575;i:9;i:1048575;i:8;i:0;i:6;i:8388607;i:7;i:3928575;i:2;i:3928575;i:5;i:8388607;i:1;i:655375;i:3;i:655375;i:12;i:3928575;}}i:33;a:24:{s:7:"forumid";i:33;s:7:"styleid";i:0;s:5:"title";s:23:"Tips, Tricks and Cheats";s:11:"title_clean";s:23:"Tips, Tricks and Cheats";s:11:"description";s:34:"Discuss any tips, tricks or cheats";s:17:"description_clean";s:34:"Discuss any tips, tricks or cheats";s:7:"options";i:97991;s:11:"showprivate";i:0;s:12:"displayorder";i:3;s:10:"lastpostid";i:63;s:9:"daysprune";i:-1;s:12:"newpostemail";s:0:"";s:14:"newthreademail";s:0:"";s:8:"parentid";i:30;s:10:"parentlist";s:8:"33,30,-1";s:8:"password";s:0:"";s:4:"link";s:0:"";s:9:"childlist";s:5:"33,-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:11:{i:4;i:655375;i:10;i:1048575;i:9;i:1048575;i:8;i:0;i:6;i:8388607;i:7;i:3928575;i:2;i:3404205;i:5;i:8388607;i:1;i:655375;i:3;i:655375;i:12;i:3928575;}}i:10;a:24:{s:7:"forumid";i:10;s:7:"styleid";i:0;s:5:"title";s:23:"GRAND THEFT AUTO''S PAST";s:11:"title_clean";s:23:"GRAND THEFT AUTO''S PAST";s:11:"description";s:0:"";s:17:"description_clean";s:0:"";s:7:"options";i:97985;s:11:"showprivate";i:0;s:12:"displayorder";i:3;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:"10,-1";s:8:"password";s:0:"";s:4:"link";s:0:"";s:9:"childlist";s:38:"10,29,35,11,12,13,17,18,19,20,14,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:11:{i:4;i:655375;i:10;i:1048575;i:9;i:1048575;i:8;i:0;i:6;i:8388607;i:7;i:3928575;i:2;i:3928575;i:5;i:8388607;i:1;i:655375;i:3;i:655375;i:12;i:3928575;}}i:29;a:24:{s:7:"forumid";i:29;s:7:"styleid";i:0;s:5:"title";s:18:"General Discussion";s:11:"title_clean";s:18:"General Discussion";s:11:"description";s:35:"Discuss anything and everything GTA";s:17:"description_clean";s:35:"Discuss anything and everything GTA";s:7:"options";i:97991;s:11:"showprivate";i:0;s:12:"displayorder";i:1;s:10:"lastpostid";i:91;s:9:"daysprune";i:-1;s:12:"newpostemail";s:0:"";s:14:"newthreademail";s:0:"";s:8:"parentid";i:10;s:10:"parentlist";s:8:"29,10,-1";s:8:"password";s:0:"";s:4:"link";s:0:"";s:9:"childlist";s:5:"29,-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:11:{i:4;i:655375;i:10;i:1048575;i:9;i:1048575;i:8;i:0;i:6;i:8388607;i:7;i:3928575;i:2;i:3928575;i:5;i:8388607;i:1;i:655375;i:3;i:655375;i:12;i:3928575;}}i:35;a:24:{s:7:"forumid";i:35;s:7:"styleid";i:0;s:5:"title";s:17:"Previous Editions";s:11:"title_clean";s:17:"Previous Editions";s:11:"description";s:57:"Discuss anything and everything from past editions of GTA";s:17:"description_clean";s:57:"Discuss anything and everything from past editions of GTA";s:7:"options";i:97991;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:10;s:10:"parentlist";s:8:"35,10,-1";s:8:"password";s:0:"";s:4:"link";s:0:"";s:9:"childlist";s:23:"35,11,12,13,17,18,19,-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:11:{i:4;i:655375;i:10;i:1048575;i:9;i:1048575;i:8;i:0;i:6;i:8388607;i:7;i:3928575;i:2;i:3928575;i:5;i:8388607;i:1;i:655375;i:3;i:655375;i:12;i:3928575;}}i:11;a:24:{s:7:"forumid";i:11;s:7:"styleid";i:0;s:5:"title";s:16:"Grand Theft Auto";s:11:"title_clean";s:16:"Grand Theft Auto";s:11:"description";s:35:"Discuss the first of the GTA series";s:17:"description_clean";s:35:"Discuss the first of the GTA series";s:7:"options";i:97991;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:35;s:10:"parentlist";s:11:"11,35,10,-1";s:8:"password";s:0:"";s:4:"link";s:0:"";s:9:"childlist";s:5:"11,-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:2;s:11:"permissions";a:11:{i:4;i:655375;i:10;i:1048575;i:9;i:1048575;i:8;i:0;i:6;i:8388607;i:7;i:3928575;i:2;i:3928575;i:5;i:8388607;i:1;i:655375;i:3;i:655375;i:12;i:3928575;}}i:12;a:24:{s:7:"forumid";i:12;s:7:"styleid";i:0;s:5:"title";s:19:"Grand Theft Auto II";s:11:"title_clean";s:19:"Grand Theft Auto II";s:11:"description";s:36:"Discuss the second of the GTA series";s:17:"description_clean";s:36:"Discuss the second of the GTA series";s:7:"options";i:97991;s:11:"showprivate";i:0;s:12:"displayorder";i:3;s:10:"lastpostid";i:0;s:9:"daysprune";i:-1;s:12:"newpostemail";s:0:"";s:14:"newthreademail";s:0:"";s:8:"parentid";i:35;s:10:"parentlist";s:11:"12,35,10,-1";s:8:"password";s:0:"";s:4:"link";s:0:"";s:9:"childlist";s:5:"12,-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:2;s:11:"permissions";a:11:{i:4;i:655375;i:10;i:1048575;i:9;i:1048575;i:8;i:0;i:6;i:8388607;i:7;i:3928575;i:2;i:3928575;i:5;i:8388607;i:1;i:655375;i:3;i:655375;i:12;i:3928575;}}i:13;a:24:{s:7:"forumid";i:13;s:7:"styleid";i:0;s:5:"title";s:20:"Grand Theft Auto III";s:11:"title_clean";s:20:"Grand Theft Auto III";s:11:"description";s:35:"Discuss the third of the GTA series";s:17:"description_clean";s:35:"Discuss the third of the GTA series";s:7:"options";i:97991;s:11:"showprivate";i:0;s:12:"displayorder";i:4;s:10:"lastpostid";i:0;s:9:"daysprune";i:-1;s:12:"newpostemail";s:0:"";s:14:"newthreademail";s:0:"";s:8:"parentid";i:35;s:10:"parentlist";s:11:"13,35,10,-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:2;s:11:"permissions";a:11:{i:4;i:655375;i:10;i:1048575;i:9;i:1048575;i:8;i:0;i:6;i:8388607;i:7;i:3928575;i:2;i:3928575;i:5;i:8388607;i:1;i:655375;i:3;i:655375;i:12;i:3928575;}}i:17;a:24:{s:7:"forumid";i:17;s:7:"styleid";i:0;s:5:"title";s:25:"Grand Theft Auto Advanced";s:11:"title_clean";s:25:"Grand Theft Auto Advanced";s:11:"description";s:20:"Discuss GTA Advanced";s:17:"description_clean";s:20:"Discuss GTA Advanced";s:7:"options";i:97991;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:35;s:10:"parentlist";s:11:"17,35,10,-1";s:8:"password";s:0:"";s:4:"link";s:0:"";s:9:"childlist";s:5:"17,-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:2;s:11:"permissions";a:11:{i:4;i:655375;i:10;i:1048575;i:9;i:1048575;i:8;i:0;i:6;i:8388607;i:7;i:3928575;i:2;i:3928575;i:5;i:8388607;i:1;i:655375;i:3;i:655375;i:12;i:3928575;}}i:18;a:24:{s:7:"forumid";i:18;s:7:"styleid";i:0;s:5:"title";s:39:"Grand Theft Auto : Liberty City Stories";s:11:"title_clean";s:39:"Grand Theft Auto : Liberty City Stories";s:11:"description";s:32:"Discuss GTA Liberty City Stories";s:17:"description_clean";s:32:"Discuss GTA Liberty City Stories";s:7:"options";i:97991;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:35;s:10:"parentlist";s:11:"18,35,10,-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:2;s:11:"permissions";a:11:{i:4;i:655375;i:10;i:1048575;i:9;i:1048575;i:8;i:0;i:6;i:8388607;i:7;i:3928575;i:2;i:3928575;i:5;i:8388607;i:1;i:655375;i:3;i:655375;i:12;i:3928575;}}i:19;a:24:{s:7:"forumid";i:19;s:7:"styleid";i:0;s:5:"title";s:36:"Grand Theft Auto : Vice City Stories";s:11:"title_clean";s:36:"Grand Theft Auto : Vice City Stories";s:11:"description";s:29:"Discuss GTA Vice City Stories";s:17:"description_clean";s:29:"Discuss GTA Vice City Stories";s:7:"options";i:97991;s:11:"showprivate";i:0;s:12:"displayorder";i:10;s:10:"lastpostid";i:0;s:9:"daysprune";i:-1;s:12:"newpostemail";s:0:"";s:14:"newthreademail";s:0:"";s:8:"parentid";i:35;s:10:"parentlist";s:11:"19,35,10,-1";s:8:"password";s:0:"";s:4:"link";s:0:"";s:9:"childlist";s:5:"19,-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:2;s:11:"permissions";a:11:{i:4;i:655375;i:10;i:1048575;i:9;i:1048575;i:8;i:0;i:6;i:8388607;i:7;i:3928575;i:2;i:3928575;i:5;i:8388607;i:1;i:655375;i:3;i:655375;i:12;i:3928575;}}i:20;a:24:{s:7:"forumid";i:20;s:7:"styleid";i:0;s:5:"title";s:37:"Tips, Tricks, Cheats and Walkthroughs";s:11:"title_clean";s:37:"Tips, Tricks, Cheats and Walkthroughs";s:11:"description";s:41:"Anything containing a tip, trick or cheat";s:17:"description_clean";s:41:"Anything containing a tip, trick or cheat";s:7:"options";i:97991;s:11:"showprivate";i:0;s:12:"displayorder";i:3;s:10:"lastpostid";i:0;s:9:"daysprune";i:-1;s:12:"newpostemail";s:0:"";s:14:"newthreademail";s:0:"";s:8:"parentid";i:10;s:10:"parentlist";s:8:"20,10,-1";s:8:"password";s:0:"";s:4:"link";s:0:"";s:9:"childlist";s:5:"20,-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:11:{i:4;i:655375;i:10;i:1048575;i:9;i:1048575;i:8;i:0;i:6;i:8388607;i:7;i:3928575;i:2;i:3404205;i:5;i:8388607;i:1;i:655375;i:3;i:655375;i:12;i:3928575;}}i:14;a:24:{s:7:"forumid";i:14;s:7:"styleid";i:0;s:5:"title";s:28:"Grand Theft Auto : Vice City";s:11:"title_clean";s:28:"Grand Theft Auto : Vice City";s:11:"description";s:21:"Discuss GTA Vice City";s:17:"description_clean";s:21:"Discuss GTA Vice City";s:7:"options";i:97991;s:11:"showprivate";i:0;s:12:"displayorder";i:6;s:10:"lastpostid";i:197;s:9:"daysprune";i:-1;s:12:"newpostemail";s:0:"";s:14:"newthreademail";s:0:"";s:8:"parentid";i:10;s:10:"parentlist";s:8:"14,10,-1";s:8:"password";s:0:"";s:4:"link";s:0:"";s:9:"childlist";s:5:"14,-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:11:{i:4;i:655375;i:10;i:1048575;i:9;i:1048575;i:8;i:0;i:6;i:8388607;i:7;i:3928575;i:2;i:3928575;i:5;i:8388607;i:1;i:655375;i:3;i:655375;i:12;i:3928575;}}i:15;a:24:{s:7:"forumid";i:15;s:7:"styleid";i:0;s:5:"title";s:30:"Grand Theft Auto : San Andreas";s:11:"title_clean";s:30:"Grand Theft Auto : San Andreas";s:11:"description";s:23:"Discuss GTA San Andreas";s:17:"description_clean";s:23:"Discuss GTA San Andreas";s:7:"options";i:97991;s:11:"showprivate";i:0;s:12:"displayorder";i:7;s:10:"lastpostid";i:201;s:9:"daysprune";i:-1;s:12:"newpostemail";s:0:"";s:14:"newthreademail";s:0:"";s:8:"parentid";i:10;s:10:"parentlist";s:8:"15,10,-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:11:{i:4;i:655375;i:10;i:1048575;i:9;i:1048575;i:8;i:0;i:6;i:8388607;i:7;i:3928575;i:2;i:3928575;i:5;i:8388607;i:1;i:655375;i:3;i:655375;i:12;i:3928575;}}i:39;a:24:{s:7:"forumid";i:39;s:7:"styleid";i:0;s:5:"title";s:14:"GENERAL FORUMS";s:11:"title_clean";s:14:"GENERAL FORUMS";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:4;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:"39,-1";s:8:"password";s:0:"";s:4:"link";s:0:"";s:9:"childlist";s:12:"39,2,38,3,-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:11:{i:4;i:655375;i:10;i:1048575;i:9;i:1048575;i:8;i:0;i:6;i:8388607;i:7;i:3928575;i:2;i:3928575;i:5;i:8388607;i:1;i:655375;i:3;i:655375;i:12;i:3928575;}}i:2;a:24:{s:7:"forumid";i:2;s:7:"styleid";i:0;s:5:"title";s:18:"General Discussion";s:11:"title_clean";s:18:"General Discussion";s:11:"description";s:67:"Got something to talk about that’s not related to GTA? Post it here";s:17:"description_clean";s:67:"Got something to talk about that’s not related to GTA? Post it here";s:7:"options";i:89799;s:11:"showprivate";i:0;s:12:"displayorder";i:3;s:10:"lastpostid";i:202;s:9:"daysprune";i:-1;s:12:"newpostemail";s:0:"";s:14:"newthreademail";s:0:"";s:8:"parentid";i:39;s:10:"parentlist";s:7:"2,39,-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:11:{i:4;i:655375;i:10;i:1048575;i:9;i:1048575;i:8;i:0;i:6;i:8388607;i:7;i:3928575;i:2;i:3928575;i:5;i:8388607;i:1;i:655375;i:3;i:655375;i:12;i:3928575;}}i:38;a:24:{s:7:"forumid";i:38;s:7:"styleid";i:0;s:5:"title";s:11:"Gaming Gear";s:11:"title_clean";s:11:"Gaming Gear";s:11:"description";s:54:"Wanna talk consoles? accessories? Next Gen? Post here!";s:17:"description_clean";s:54:"Wanna talk consoles? accessories? Next Gen? Post here!";s:7:"options";i:89799;s:11:"showprivate";i:0;s:12:"displayorder";i:3;s:10:"lastpostid";i:0;s:9:"daysprune";i:-1;s:12:"newpostemail";s:0:"";s:14:"newthreademail";s:0:"";s:8:"parentid";i:39;s:10:"parentlist";s:8:"38,39,-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:11:{i:4;i:655375;i:10;i:1048575;i:9;i:1048575;i:8;i:0;i:6;i:8388607;i:7;i:3928575;i:2;i:3928575;i:5;i:8388607;i:1;i:655375;i:3;i:655375;i:12;i:3928575;}}i:3;a:24:{s:7:"forumid";i:3;s:7:"styleid";i:0;s:5:"title";s:24:"New Member Introductions";s:11:"title_clean";s:24:"New Member Introductions";s:11:"description";s:74:"Just came through the door wanting to introduce yourself? Do it right here";s:17:"description_clean";s:74:"Just came through the door wanting to introduce yourself? Do it right here";s:7:"options";i:97991;s:11:"showprivate";i:0;s:12:"displayorder";i:4;s:10:"lastpostid";i:195;s:9:"daysprune";i:-1;s:12:"newpostemail";s:0:"";s:14:"newthreademail";s:0:"";s:8:"parentid";i:39;s:10:"parentlist";s:7:"3,39,-1";s:8:"password";s:0:"";s:4:"link";s:0:"";s:9:"childlist";s:4:"3,-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:11:{i:4;i:655375;i:10;i:1048575;i:9;i:1048575;i:8;i:0;i:6;i:8388607;i:7;i:3928575;i:2;i:3928575;i:5;i:8388607;i:1;i:655375;i:3;i:655375;i:12;i:3928575;}}i:5;a:24:{s:7:"forumid";i:5;s:7:"styleid";i:0;s:5:"title";s:22:"STAFF & MANAGEMENT";s:11:"title_clean";s:22:"STAFF & MANAGEMENT";s:11:"description";s:0:"";s:17:"description_clean";s:0:"";s:7:"options";i:97985;s:11:"showprivate";i:0;s:12:"displayorder";i:5;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:"5,-1";s:8:"password";s:0:"";s:4:"link";s:0:"";s:9:"childlist";s:13:"5,6,7,45,8,-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:11:{i:4;i:0;i:10;i:8388607;i:9;i:8388607;i:8;i:0;i:6;i:8388607;i:7;i:8388607;i:2;i:0;i:5;i:8388607;i:1;i:0;i:3;i:0;i:12;i:8388607;}}i:6;a:24:{s:7:"forumid";i:6;s:7:"styleid";i:0;s:5:"title";s:24:"Writing Staff Discussion";s:11:"title_clean";s:24:"Writing Staff Discussion";s:11:"description";s:46:"Discuss the homepage and topics to write about";s:17:"description_clean";s:46:"Discuss the homepage and topics to write about";s:7:"options";i:97991;s:11:"showprivate";i:0;s:12:"displayorder";i:1;s:10:"lastpostid";i:50;s:9:"daysprune";i:-1;s:12:"newpostemail";s:0:"";s:14:"newthreademail";s:0:"";s:8:"parentid";i:5;s:10:"parentlist";s:6:"6,5,-1";s:8:"password";s:0:"";s:4:"link";s:0:"";s:9:"childlist";s:4:"6,-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:11:{i:4;i:0;i:10;i:8388607;i:9;i:8388607;i:8;i:0;i:6;i:8388607;i:7;i:0;i:2;i:0;i:5;i:0;i:1;i:0;i:3;i:0;i:12;i:8388607;}}i:7;a:24:{s:7:"forumid";i:7;s:7:"styleid";i:0;s:5:"title";s:26:"Community Staff Discussion";s:11:"title_clean";s:26:"Community Staff Discussion";s:11:"description";s:55:"Discuss the forum and matters surrounding its operation";s:17:"description_clean";s:55:"Discuss the forum and matters surrounding its operation";s:7:"options";i:97991;s:11:"showprivate";i:0;s:12:"displayorder";i:2;s:10:"lastpostid";i:135;s:9:"daysprune";i:-1;s:12:"newpostemail";s:0:"";s:14:"newthreademail";s:0:"";s:8:"parentid";i:5;s:10:"parentlist";s:6:"7,5,-1";s:8:"password";s:0:"";s:4:"link";s:0:"";s:9:"childlist";s:7:"7,45,-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:11:{i:4;i:0;i:10;i:8388607;i:9;i:8388607;i:8;i:0;i:6;i:8388607;i:7;i:8388607;i:2;i:0;i:5;i:8388607;i:1;i:0;i:3;i:0;i:12;i:0;}}i:45;a:24:{s:7:"forumid";i:45;s:7:"styleid";i:0;s:5:"title";s:21:"Warned / Banned Users";s:11:"title_clean";s:21:"Warned / Banned Users";s:11:"description";s:35:"Discuss infractions and or bannings";s:17:"description_clean";s:35:"Discuss infractions and or bannings";s:7:"options";i:97991;s:11:"showprivate";i:0;s:12:"displayorder";i:1;s:10:"lastpostid";i:126;s:9:"daysprune";i:-1;s:12:"newpostemail";s:0:"";s:14:"newthreademail";s:0:"";s:8:"parentid";i:7;s:10:"parentlist";s:9:"45,7,5,-1";s:8:"password";s:0:"";s:4:"link";s:0:"";s:9:"childlist";s:5:"45,-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:2;s:11:"permissions";a:11:{i:4;i:0;i:10;i:8388607;i:9;i:8388607;i:8;i:0;i:6;i:8388607;i:7;i:8388607;i:2;i:0;i:5;i:8388607;i:1;i:0;i:3;i:0;i:12;i:0;}}i:8;a:24:{s:7:"forumid";i:8;s:7:"styleid";i:0;s:5:"title";s:15:"Deleted Threads";s:11:"title_clean";s:15:"Deleted Threads";s:11:"description";s:66:"All threads deleted from other forums get moved here as an archive";s:17:"description_clean";s:66:"All threads deleted from other forums get moved here as an archive";s:7:"options";i:97991;s:11:"showprivate";i:0;s:12:"displayorder";i:4;s:10:"lastpostid";i:0;s:9:"daysprune";i:-1;s:12:"newpostemail";s:0:"";s:14:"newthreademail";s:0:"";s:8:"parentid";i:5;s:10:"parentlist";s:6:"8,5,-1";s:8:"password";s:0:"";s:4:"link";s:0:"";s:9:"childlist";s:4:"8,-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:11:{i:4;i:0;i:10;i:8388607;i:9;i:8388607;i:8;i:0;i:6;i:8388607;i:7;i:8388607;i:2;i:0;i:5;i:8388607;i:1;i:0;i:3;i:0;i:12;i:8388607;}}}', 1), ('cron', '1216081200', 0), ('bitfields', 'a:2:{s:3:"ugp";a:13:{s:16:"forumpermissions";a:23:{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: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:5:{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:"genericoptions";a:6:{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: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:9:{s:13:"canjoingroups";i:1;s:15:"cancreategroups";i:2;s:16:"caneditowngroups";i:4;s:18:"candeleteowngroups";i:8;s:13:"canviewgroups";i:16;s:17:"canmanagemessages";i:32;s:21:"canpostnonmembergroup";i:128;s:21:"followforummoderation";i:64;s:18:"canmanageowngroups";i:256;}}s:4:"misc";a:14:{s:8:"intperms";a:22:{s:11:"attachlimit";i:1;s:7:"pmquota";i:0;s:9:"pmsendmax";i:0;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:13:"bbcodeoptions";a:4:{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: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:17:{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: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:22:{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: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:25:{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: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:10:{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: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:4:{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;}}}', 1), ('birthdaycache', 'a:4:{s:4:"day1";s:10:"2008-07-14";s:4:"day2";s:10:"2008-07-15";s:6:"users1";a:0:{}s:6:"users2";a:0:{}}', 1), ('eventcache', 'a:1:{s:4:"date";s:9:"7-17-2008";}', 1), ('maxloggedin', 'a:2:{s:9:"maxonline";i:17;s:13:"maxonlinedate";i:1212672992;}', 1), ('ranks', 'a:0:{}', 1), ('mailqueue', '0', 0), ('wol_spiders', '', 1), ('banemail', '', 0), ('bookmarksitecache', 'a:4:{i:1;a:6:{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}";}i:2;a:6:{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}";}i:3;a:6:{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}";}i:4;a:6:{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}";}}', 1), ('noticecache', '', 1), ('loadcache', 'a:2:{s:7:"loadavg";s:5:"0.09,";s:9:"lastcheck";i:1210632402;}', 1), ('prefixcache', 'a:0:{}', 1), ('pluginlist', 'a:1:{s:12:"global_start";s:4179:"$query = mysql_query("SELECT *\r\nFROM " . TABLE_PREFIX . "user WHERE usergroupid IN (6,9,10,5,7) ORDER BY FIELD(usergroupid,6,9,10,5,7)");\r\nwhile ($staffer = mysql_fetch_array($query)){\r\n$staff .= "

".$staffer[''usertitle'']." ". $staffer[''username'']."

";\r\n}\r\n// Avatar In NavBar\r\nif ($vbulletin->userinfo[''avatarid'']) \r\n{ \r\n // using a predefined avatar \r\n $avatar = $db->query_first("SELECT avatarpath FROM " . TABLE_PREFIX . "avatar WHERE avatarid = " . $vbulletin->userinfo[avatarid] . ""); \r\n $avatarid = $avatar[''avatarid'']; \r\n $navbaravatar = "options[bburl] . "/$avatar[avatarpath]\\" alt=\\"Your Avatar\\" border=\\"0\\" />"; \r\n} \r\nelse \r\n{ \r\n // not using a predefined avatar, check for custom \r\n if ($avatar = $db->query_first("SELECT dateline, userid FROM " . TABLE_PREFIX . "customavatar WHERE userid = " . $vbulletin->userinfo[userid] . "")) \r\n { \r\n // using a custom avatar \r\n $navbaravatarurl = ($vbulletin->options[''usefileavatar'']) ? "" . $vbulletin->options[avatarurl] . "/avatar$avatar[userid]_" . $vbulletin->userinfo[avatarrevision] . ".gif" : "" . $vbulletin->options[bburl] . "/image.php?u=" . $vbulletin->userinfo[''userid''] . "&dateline=" . $avatar[''dateline''] . "";\r\n $navbaravatar = "\\"Your";\r\n } \r\n else\r\n { \r\n // no avatar specified \r\n $nouseavatarchecked = HTML_CHECKED; \r\n $avatarchecked[0] = ''''; \r\n $navbaravatar = "options[bburl] . "/$stylevar[imgdir_misc]/noavatar.gif\\" alt=\\"Your Avatar\\" border=\\"0\\" />"; // "No Avatar
Specified
";\r\n } \r\n} \r\n// Avatar In NavBar\r\n// forum stats start \r\n$numbersmembers = $db->query_first("SELECT COUNT(*) AS users,MAX(userid) AS max FROM " . TABLE_PREFIX . "user"); \r\n$numbermembers = number_format($numbersmembers[''users'']); \r\n$counter = $db->query_first("SELECT COUNT(postid) AS posts, COUNT(threadid) AS threads FROM " . TABLE_PREFIX . "post"); \r\n$totalposts=number_format($counter[''posts'']); \r\n$countthreads = $db->query_first("SELECT COUNT(*) AS threads FROM " . TABLE_PREFIX . "thread"); \r\n$totalthreads=number_format($countthreads[''threads'']); \r\n// forum stats end \r\n\r\n// total online start \r\n$datecut = TIMENOW - $vbulletin->options[''cookietimeout'']; \r\n$headerguests=$db->query_first("SELECT COUNT(*) AS count FROM " . TABLE_PREFIX . "session WHERE userid=0 AND lastactivity>$datecut"); \r\n$headerusers=$db->query_first("SELECT COUNT(DISTINCT(userid)) AS count FROM " . TABLE_PREFIX . "session WHERE " . TABLE_PREFIX . "session.userid>0 AND " . TABLE_PREFIX . "session.lastactivity>$datecut"); \r\n$headerguests=$headerguests[count]; \r\n$headerusers=$headerusers[count]; \r\n$totalonline=$headerguests+$headerusers; \r\n// total online end \r\n\r\n// get newest member name and userid start \r\n$getnewestmember=$db->query_first("SELECT userid, username FROM " . TABLE_PREFIX . "user WHERE userid=$numbersmembers[max]"); \r\n$newusername = $getnewestmember[''username'']; \r\n$newuserid = $getnewestmember[''userid'']; \r\n// get newest member name and userid end\r\nfunction trimit($text,$length){\r\n$max = $length + 2;\r\nif (strlen($text) >= $max):\r\nreturn substr($text, 0, $length)."..";\r\nelse:\r\nreturn $text;\r\nendif;\r\n}\r\n\r\n$latest_entry_query = mysql_query("SELECT * FROM entries WHERE state=''public'' ORDER BY entryid DESC LIMIT 5") or die(mysql_error());\r\nwhile ($latest_entries = mysql_fetch_array($latest_entry_query)):\r\nextract($latest_entries); \r\n$get_cat = mysql_query("SELECT * FROM frontcats WHERE id=''".$catid."''") or die(mysql_error());\r\n$categ = mysql_fetch_array($get_cat);\r\n$entries .= "

".$categ[''abbrev'']."   ".trimit($title, 20)."

";\r\nendwhile;\r\n$ads = "";\r\n$ads .= "

";\r\n";}', 1), ('pluginlistadmin', 'a:0:{}', 1), ('profilefield', 'a:2:{s:6:"hidden";s:0:"";s:8:"required";a:0:{}}', 1), ('searchcloud', 'a:3:{s:4:"tags";a:1:{i:0;a:4:{s:5:"tagid";s:1:"1";s:7:"tagtext";s:5:"video";s:11:"tagtext_url";s:5:"video";s:5:"level";d:3;}}s:5:"count";i:1;s:8:"dateline";i:1216080153;}', 1), ('tagcloud', 'a:3:{s:4:"tags";a:1:{i:0;a:4:{s:5:"tagid";s:1:"1";s:7:"tagtext";s:5:"video";s:11:"tagtext_url";s:5:"video";s:5:"level";d:3;}}s:5:"count";i:1;s:8:"dateline";i:1216076677;}', 1); -- -------------------------------------------------------- -- -- Table structure for table `deletionlog` -- CREATE TABLE IF NOT EXISTS `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=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `deletionlog` -- INSERT INTO `deletionlog` (`primaryid`, `type`, `userid`, `username`, `reason`, `dateline`) VALUES (23, 'post', 3, 'rsek', '', 1211138588), (125, 'post', 3, 'rsek', '', 1213175187), (127, 'post', 1, 'Wasted1989', '', 1213190710), (128, 'post', 1, 'Wasted1989', '', 1213190729), (156, 'post', 1, 'Wasted1989', '', 1213495368), (159, 'post', 1, 'Wasted1989', '', 1214012484), (198, 'post', 1, 'Wasted1989', '', 1214012484); -- -------------------------------------------------------- -- -- Table structure for table `editlog` -- CREATE TABLE IF NOT EXISTS `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=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `editlog` -- INSERT INTO `editlog` (`postid`, `userid`, `username`, `dateline`, `reason`, `hashistory`) VALUES (52, 5, 'rabbusby74', 1211470860, '', 1), (97, 10, 'Nick Lawson', 1212666357, '', 1); -- -------------------------------------------------------- -- -- Table structure for table `entries` -- CREATE TABLE IF NOT EXISTS `entries` ( `entryid` int(11) NOT NULL auto_increment, `catid` int(11) NOT NULL default '0', `seo_cat` text NOT NULL, `authorid` int(11) NOT NULL default '0', `title` text NOT NULL, `seo_title` text NOT NULL, `intro` text NOT NULL, `jump` text NOT NULL, `image` text NOT NULL, `image_width` int(11) NOT NULL default '0', `dateadded` text NOT NULL, `views` int(11) NOT NULL default '0', `comments` int(11) NOT NULL default '0', `state` enum('public','private') NOT NULL default 'public', PRIMARY KEY (`entryid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=5 ; -- -- Dumping data for table `entries` -- INSERT INTO `entries` (`entryid`, `catid`, `seo_cat`, `authorid`, `title`, `seo_title`, `intro`, `jump`, `image`, `image_width`, `dateadded`, `views`, `comments`, `state`) VALUES (1, 1, 'grand_theft_auto_iv', 1, 'dfbdfbdfbd d fd ', 'DFBDFBDFBD-D-FD--', 'vdsvdvsdvsdvdv', '', 'http://', 0, '1211760644', 2, 0, 'public'), (2, 1, 'grand_theft_auto_iv', 1, 'checkingthisout', 'CHECKINGTHISOUT', 'sv', 'sdcsdv', 'http://', 0, '1211763210', 0, 0, 'public'), (3, 1, 'grand_theft_auto_iv', 1, 'checkingthisout', 'CHECKINGTHISOUT-79', 'kbkvgdlkjvgkljdsgvlkg', 'kjgskljgskjlvgkljdsgv', 'http://', 0, '1211763223', 5, 0, 'public'), (4, 2, 'website_updates', 1, 'dfbdfbdfbd d fd 33', 'DFBDFBDFBD', 'vdsvdvsdvsdvdv hehaheh', 'fddfgdfg YOU!', 'http://', 0, '1212350900', 1, 0, 'public'); -- -------------------------------------------------------- -- -- Table structure for table `event` -- CREATE TABLE IF NOT EXISTS `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` varchar(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` smallint(6) NOT NULL default '0', `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=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -- Dumping data for table `event` -- -- -------------------------------------------------------- -- -- Table structure for table `externalcache` -- CREATE TABLE IF NOT EXISTS `externalcache` ( `cachehash` varchar(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=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `externalcache` -- -- -------------------------------------------------------- -- -- Table structure for table `faq` -- CREATE TABLE IF NOT EXISTS `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=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `faq` -- INSERT INTO `faq` (`faqname`, `faqparent`, `displayorder`, `volatile`, `product`) VALUES ('vb3_board_faq', 'faqroot', 200, 1, ''), ('vb3_board_usage', 'vb3_board_faq', 10, 1, ''), ('vb3_forums_threads_posts', 'vb3_board_usage', 1, 1, ''), ('vb3_register', 'vb3_board_usage', 2, 1, ''), ('vb3_search', 'vb3_board_usage', 3, 1, ''), ('vb3_announcements', 'vb3_board_usage', 4, 1, ''), ('vb3_thread_display', 'vb3_board_usage', 5, 1, ''), ('vb3_new_posts', 'vb3_board_usage', 6, 1, ''), ('vb3_rating_threads', 'vb3_board_usage', 7, 1, ''), ('vb3_thread_tools', 'vb3_board_usage', 8, 1, ''), ('vb3_tags', 'vb3_board_usage', 9, 1, ''), ('vb3_cookies', 'vb3_board_usage', 10, 1, ''), ('vb3_lost_passwords', 'vb3_board_usage', 11, 1, ''), ('vb3_calendar', 'vb3_board_usage', 12, 1, ''), ('vb3_members_list', 'vb3_board_usage', 13, 1, ''), ('vb3_notifications', 'vb3_board_usage', 14, 1, ''), ('vb3_quick_links', 'vb3_board_usage', 15, 1, ''), ('vb3_contact_members', 'vb3_board_usage', 16, 1, ''), ('vb3_rss_podcasting', 'vb3_board_usage', 18, 1, ''), ('vb3_user_profile', 'vb3_board_faq', 20, 1, ''), ('vb3_public_profile', 'vb3_user_profile', 1, 1, ''), ('vb3_user_cp', 'vb3_user_profile', 2, 1, ''), ('vb3_changing_details', 'vb3_user_profile', 3, 1, ''), ('vb3_other_settings', 'vb3_user_profile', 5, 1, ''), ('vb3_profile_custom', 'vb3_user_profile', 6, 1, ''), ('vb3_social_groups', 'vb3_user_profile', 7, 1, ''), ('vb3_friends_contacts', 'vb3_user_profile', 8, 1, ''), ('vb3_albums', 'vb3_user_profile', 9, 1, ''), ('vb3_private_messages', 'vb3_user_profile', 10, 1, ''), ('vb3_subscriptions', 'vb3_user_profile', 11, 1, ''), ('vb3_reputation', 'vb3_user_profile', 12, 1, ''), ('vb3_reading_posting', 'vb3_board_faq', 30, 1, ''), ('vb3_posting', 'vb3_reading_posting', 1, 1, ''), ('vb3_replying', 'vb3_reading_posting', 2, 1, ''), ('vb3_editing_deleting', 'vb3_reading_posting', 3, 1, ''), ('vb3_polls', 'vb3_reading_posting', 4, 1, ''), ('vb3_attachments', 'vb3_reading_posting', 5, 1, ''), ('vb3_smilies', 'vb3_reading_posting', 6, 1, ''), ('vb3_mods_admins', 'vb3_reading_posting', 8, 1, ''), ('vb3_troublesome_users', 'vb3_board_usage', 17, 1, ''), ('vb3_message_icons', 'vb3_reading_posting', 7, 1, ''), ('vb3_signatures_avatars', 'vb3_user_profile', 4, 1, ''), ('yarg', 'vb3_board_faq', 1, 0, 'vbulletin'); -- -------------------------------------------------------- -- -- Table structure for table `forum` -- CREATE TABLE IF NOT EXISTS `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=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=46 ; -- -- Dumping data for table `forum` -- 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, '360GTA HUB', '360GTA HUB', '', '', 86017, 0, 1, 0, 0, '', 0, '', 0, 0, '', 0, -1, '', '', -1, '1,-1', '', '', '1,4,36,-1', 'lastpost', 'desc', ''), (3, 0, 'New Member Introductions', 'New Member Introductions', 'Just came through the door wanting to introduce yourself? Do it right here', 'Just came through the door wanting to introduce yourself? Do it right here', 97991, 0, 4, 19, 1214822750, 'tuvw619', 222, 'Hullo', 22, 0, '', 6, -1, '', '', 39, '3,39,-1', '', '', '3,-1', 'lastpost', 'desc', ''), (2, 0, 'General Discussion', 'General Discussion', 'Got something to talk about that’s not related to GTA? Post it here', 'Got something to talk about that’s not related to GTA? Post it here', 89799, 0, 3, 4, 1214822708, 'tuvw619', 221, 'Iron Mic', 35, 0, '', 1, -1, '', '', 39, '2,39,-1', '', '', '2,-1', 'lastpost', 'desc', ''), (4, 0, 'News & Announcements', 'News & Announcements', 'The latest information about the site and community', 'The latest information about the site and community', 97991, 0, 2, 9, 1214822635, 'tuvw619', 219, 'Introducing the narrow version of our skin', 26, 11, '', 3, -1, '', '', 1, '4,1,-1', '', '', '4,-1', 'lastpost', 'desc', ''), (5, 0, 'STAFF & MANAGEMENT', 'STAFF & MANAGEMENT', '', '', 97985, 0, 5, 0, 0, '', 0, '', 0, 0, '', 0, -1, '', '', -1, '5,-1', '', '', '5,6,7,45,8,-1', 'lastpost', 'desc', ''), (6, 0, 'Writing Staff Discussion', 'Writing Staff Discussion', 'Discuss the homepage and topics to write about', 'Discuss the homepage and topics to write about', 97991, 0, 1, 15, 1211432456, 'Matt1288', 50, 'Grand Theft Auto Achievements', 9, 0, '', 2, -1, '', '', 5, '6,5,-1', '', '', '6,-1', 'lastpost', 'desc', ''), (7, 0, 'Community Staff Discussion', 'Community Staff Discussion', 'Discuss the forum and matters surrounding its operation', 'Discuss the forum and matters surrounding its operation', 97991, 0, 2, 44, 1213280967, 'Matt1288', 135, 'Important question, please answer', 37, 4, '', 8, -1, '', '', 5, '7,5,-1', '', '', '7,45,-1', 'lastpost', 'desc', ''), (8, 0, 'Deleted Threads', 'Deleted Threads', 'All threads deleted from other forums get moved here as an archive', 'All threads deleted from other forums get moved here as an archive', 97991, 0, 4, 0, 0, '', 0, '', 0, 0, '', 0, -1, '', '', 5, '8,5,-1', '', '', '8,-1', 'lastpost', 'desc', ''), (11, 0, 'Grand Theft Auto', 'Grand Theft Auto', 'Discuss the first of the GTA series', 'Discuss the first of the GTA series', 97991, 0, 2, 0, 0, '', 0, '', 0, 0, '', 0, -1, '', '', 35, '11,35,10,-1', '', '', '11,-1', 'lastpost', 'desc', ''), (10, 0, 'GRAND THEFT AUTO''S PAST', 'GRAND THEFT AUTO''S PAST', '', '', 97985, 0, 3, 0, 0, '', 0, '', 0, 0, '', 0, -1, '', '', -1, '10,-1', '', '', '10,29,35,11,12,13,17,18,19,20,14,15,-1', 'lastpost', 'desc', ''), (12, 0, 'Grand Theft Auto II', 'Grand Theft Auto II', 'Discuss the second of the GTA series', 'Discuss the second of the GTA series', 97991, 0, 3, 0, 0, '', 0, '', 0, 0, '', 0, -1, '', '', 35, '12,35,10,-1', '', '', '12,-1', 'lastpost', 'desc', ''), (13, 0, 'Grand Theft Auto III', 'Grand Theft Auto III', 'Discuss the third of the GTA series', 'Discuss the third of the GTA series', 97991, 0, 4, 0, 0, '', 0, '', 0, 0, '', 0, -1, '', '', 35, '13,35,10,-1', '', '', '13,-1', 'lastpost', 'desc', ''), (14, 0, 'Grand Theft Auto : Vice City', 'Grand Theft Auto : Vice City', 'Discuss GTA Vice City', 'Discuss GTA Vice City', 97991, 0, 6, 8, 1214101293, 'mnop636', 206, 'My first', 17, 0, '', 1, -1, '', '', 10, '14,10,-1', '', '', '14,-1', 'lastpost', 'desc', ''), (15, 0, 'Grand Theft Auto : San Andreas', 'Grand Theft Auto : San Andreas', 'Discuss GTA San Andreas', 'Discuss GTA San Andreas', 97991, 0, 7, 3, 1213974727, 'mnop636', 201, 'Superman Grand Theft Auto: San Andreas', 31, 0, '', 1, -1, '', '', 10, '15,10,-1', '', '', '15,-1', 'lastpost', 'desc', ''), (32, 0, 'Mission Help & Walkthroughs', 'Mission Help & Walkthroughs', 'Need help with a mission? Have a walkthrough you want to post?', 'Need help with a mission? Have a walkthrough you want to post?', 97991, 0, 2, 4, 1214155223, 'mnop636', 209, '360GTA Walkthrough : Liberty City''s Beating Heart', 14, 0, '', 1, -1, '', '', 30, '32,30,-1', '', '', '32,-1', 'lastpost', 'desc', ''), (17, 0, 'Grand Theft Auto Advanced', 'Grand Theft Auto Advanced', 'Discuss GTA Advanced', 'Discuss GTA Advanced', 97991, 0, 8, 0, 0, '', 0, '', 0, 0, '', 0, -1, '', '', 35, '17,35,10,-1', '', '', '17,-1', 'lastpost', 'desc', ''), (18, 0, 'Grand Theft Auto : Liberty City Stories', 'Grand Theft Auto : Liberty City Stories', 'Discuss GTA Liberty City Stories', 'Discuss GTA Liberty City Stories', 97991, 0, 9, 0, 0, '', 0, '', 0, 0, '', 0, -1, '', '', 35, '18,35,10,-1', '', '', '18,-1', 'lastpost', 'desc', ''), (19, 0, 'Grand Theft Auto : Vice City Stories', 'Grand Theft Auto : Vice City Stories', 'Discuss GTA Vice City Stories', 'Discuss GTA Vice City Stories', 97991, 0, 10, 0, 0, '', 0, '', 0, 0, '', 0, -1, '', '', 35, '19,35,10,-1', '', '', '19,-1', 'lastpost', 'desc', ''), (20, 0, 'Tips, Tricks, Cheats and Walkthroughs', 'Tips, Tricks, Cheats and Walkthroughs', 'Anything containing a tip, trick or cheat', 'Anything containing a tip, trick or cheat', 97991, 0, 3, 0, 0, '', 0, '', 0, 0, '', 0, -1, '', '', 10, '20,10,-1', '', '', '20,-1', 'lastpost', 'desc', ''), (38, 0, 'Gaming Gear', 'Gaming Gear', 'Wanna talk consoles? accessories? Next Gen? Post here!', 'Wanna talk consoles? accessories? Next Gen? Post here!', 89799, 0, 3, 0, 0, '', 0, '', 0, 0, '', 0, -1, '', '', 39, '38,39,-1', '', '', '38,-1', 'lastpost', 'desc', ''), (30, 0, 'GRAND THEFT AUTO IV', 'GRAND THEFT AUTO IV', '', '', 97985, 0, 2, 0, 0, '', 0, '', 0, 0, '', 0, -1, '', '', -1, '30,-1', '', '', '30,31,41,32,33,-1', 'lastpost', 'desc', ''), (31, 0, 'Game Discussion', 'Game Discussion', 'Discuss events, discrepancies, glitches or additions that pertain to GTA IV', 'Discuss events, discrepancies, glitches or additions that pertain to GTA IV', 97991, 0, 1, 18, 1214822596, 'tuvw619', 218, 'GTA 4 for PC? - Discuss', 32, -1, '', 3, -1, '', '', 30, '31,30,-1', '', '', '31,-1', 'lastpost', 'desc', ''), (45, 0, 'Warned / Banned Users', 'Warned / Banned Users', 'Discuss infractions and or bannings', 'Discuss infractions and or bannings', 97991, 0, 1, 1, 1213175455, 'rsek', 126, 'I banned 2 members', 36, 0, '', 1, -1, '', '', 7, '45,7,5,-1', '', '', '45,-1', 'lastpost', 'desc', ''), (41, 0, 'Multiplayer', 'Multiplayer', 'Chat about the online experience & hook up with other GTAers for a game', 'Chat about the online experience & hook up with other GTAers for a game', 97991, 0, 1, 5, 1214822789, 'tuvw619', 223, 'Thoughts on GTA 4 multiplayer?', 33, -1, '', 1, -1, '', '', 30, '41,30,-1', '', '', '41,-1', 'lastpost', 'desc', ''), (29, 0, 'General Discussion', 'General Discussion', 'Discuss anything and everything GTA', 'Discuss anything and everything GTA', 97991, 0, 1, 5, 1214332159, 'mnop636', 214, 'Pretty sweet board game', 21, 0, '', 1, -1, '', '', 10, '29,10,-1', '', '', '29,-1', 'lastpost', 'desc', ''), (33, 0, 'Tips, Tricks and Cheats', 'Tips, Tricks and Cheats', 'Discuss any tips, tricks or cheats', 'Discuss any tips, tricks or cheats', 97991, 0, 3, 1, 1212357987, 'Wasted1989', 63, 'Cheat "Phone Numbers"', 15, 12, '', 1, -1, '', '', 30, '33,30,-1', '', '', '33,-1', 'lastpost', 'desc', ''), (39, 0, 'GENERAL FORUMS', 'GENERAL FORUMS', '', '', 86017, 0, 4, 0, 0, '', 0, '', 0, 0, '', 0, -1, '', '', -1, '39,-1', '', '', '39,2,38,3,-1', 'lastpost', 'desc', ''), (35, 0, 'Previous Editions', 'Previous Editions', 'Discuss anything and everything from past editions of GTA', 'Discuss anything and everything from past editions of GTA', 97991, 0, 2, 0, 0, '', 0, '', 0, 0, '', 0, -1, '', '', 10, '35,10,-1', '', '', '35,11,12,13,17,18,19,-1', 'lastpost', 'desc', ''), (36, 0, 'Feedback and Suggestions', 'Feedback and Suggestions', 'Have an idea or comment for the site? Post it here', 'Have an idea or comment for the site? Post it here', 97991, 0, 5, 4, 1212804659, 'Nick Lawson', 113, '"360GTA Editors and Staff" Links', 34, 0, '', 2, -1, '', '', 1, '36,1,-1', '', '', '36,-1', 'lastpost', 'desc', ''); -- -------------------------------------------------------- -- -- Table structure for table `forumpermission` -- CREATE TABLE IF NOT EXISTS `forumpermission` ( `forumpermissionid` smallint(5) 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=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=35 ; -- -- Dumping data for table `forumpermission` -- INSERT INTO `forumpermission` (`forumpermissionid`, `forumid`, `usergroupid`, `forumpermissions`) VALUES (1, 5, 1, 0), (2, 5, 2, 0), (3, 5, 3, 0), (4, 5, 4, 0), (5, 5, 5, 8388607), (6, 5, 6, 8388607), (7, 5, 7, 8388607), (8, 5, 8, 0), (9, 5, 9, 8388607), (10, 5, 10, 8388607), (11, 7, 7, 8388607), (12, 8, 7, 8388607), (13, 7, 5, 8388607), (14, 8, 5, 8388607), (15, 6, 9, 8388607), (16, 8, 9, 8388607), (20, 36, 1, 0), (19, 36, 2, 3928253), (21, 36, 3, 0), (24, 33, 2, 3404205), (25, 20, 2, 3404205), (29, 6, 7, 0), (30, 6, 5, 0), (31, 5, 12, 8388607), (32, 6, 12, 8388607), (33, 7, 12, 0), (34, 8, 12, 8388607); -- -------------------------------------------------------- -- -- Table structure for table `forumprefixset` -- CREATE TABLE IF NOT EXISTS `forumprefixset` ( `forumid` int(10) unsigned NOT NULL default '0', `prefixsetid` varchar(25) NOT NULL default '', PRIMARY KEY (`forumid`,`prefixsetid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `forumprefixset` -- -- -------------------------------------------------------- -- -- Table structure for table `forumread` -- CREATE TABLE IF NOT EXISTS `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=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `forumread` -- -- -------------------------------------------------------- -- -- Table structure for table `frontcats` -- CREATE TABLE IF NOT EXISTS `frontcats` ( `id` int(11) NOT NULL auto_increment, `title` text NOT NULL, `seo_title` text NOT NULL, `abbrev` text NOT NULL, `color` varchar(7) NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ; -- -- Dumping data for table `frontcats` -- INSERT INTO `frontcats` (`id`, `title`, `seo_title`, `abbrev`, `color`) VALUES (1, 'Grand Theft Auto: IV', 'grand_theft_auto_iv', 'IV', '#b11111'), (2, 'Website Updates', 'website_updates', 'WS', '#72ab1a'); -- -------------------------------------------------------- -- -- Table structure for table `groupmessage` -- CREATE TABLE IF NOT EXISTS `groupmessage` ( `gmid` int(10) unsigned NOT NULL auto_increment, `groupid` 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`,`groupid`,`state`), KEY `groupid` (`groupid`,`dateline`,`state`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -- Dumping data for table `groupmessage` -- -- -------------------------------------------------------- -- -- Table structure for table `groupmessage_hash` -- CREATE TABLE IF NOT EXISTS `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=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `groupmessage_hash` -- -- -------------------------------------------------------- -- -- Table structure for table `holiday` -- CREATE TABLE IF NOT EXISTS `holiday` ( `holidayid` int(10) unsigned NOT NULL auto_increment, `varname` varchar(100) NOT NULL default '', `recurring` smallint(5) unsigned NOT NULL default '0', `recuroption` varchar(6) NOT NULL default '', `allowsmilies` smallint(6) NOT NULL default '1', PRIMARY KEY (`holidayid`), KEY `varname` (`varname`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -- Dumping data for table `holiday` -- -- -------------------------------------------------------- -- -- Table structure for table `humanverify` -- CREATE TABLE IF NOT EXISTS `humanverify` ( `hash` varchar(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=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `humanverify` -- INSERT INTO `humanverify` (`hash`, `answer`, `dateline`, `viewed`) VALUES ('fd466a2d49037c66affa85a069a7813f', '', 1216080445, 0), ('ab986d6b01d00493978df8d6cb9d3fda', '', 1216080389, 0), ('caddb5172f2b2dfec60adb8fdb49ed5a', '', 1216080327, 0), ('eab9fd7869b4ae6b71858d048684c910', '', 1216080268, 0), ('b592d2fba89427c400c7548ebec2dbd7', '', 1216080210, 0), ('94e38b4bd8097892f42e4afb17a046d9', '', 1216080153, 0), ('83517bc479ca79faf123fe07bf3027df', '', 1216078208, 0), ('02ea3c56e1a1c36777f382ffe942623b', '', 1216078143, 0), ('c53b960fa1fc0a742687047aa51d845d', '', 1216078040, 0), ('cf3e4a3b0e48d134f6f29063afd0301d', '', 1216078022, 0), ('3eee98a7dfb38af45a95897d2d01d7e4', '', 1216077944, 0), ('db6d811cad97a4868cb414496e6d2a14', '', 1216077838, 0), ('336b66cf33d92412926791b43a33c9af', '', 1216077772, 0), ('2c3a0b5631f87dcd88af7feca4cb1dd5', '', 1216077704, 0), ('c711bf5840836b6370f645b789b3a083', '', 1216077602, 0), ('63f402968f3ce577f2dedcbf7cf773a8', '', 1216077546, 0), ('57030336f6be361f693c8326bb174701', '', 1216077437, 0), ('436ddf4dc9f9944da84551e6833a8824', '', 1216077324, 0), ('e88a0e5782e4a008d3931145d687c1ce', '', 1216077212, 0), ('cd0db34de553fa79ebaa35495b20de7f', '', 1216077031, 0), ('329906d9945a4bd94308d2aeb76a7704', '', 1216077013, 0), ('a815e696509b060b8bb5df50916656d0', '', 1216076408, 0), ('d007c5c012c644215c1827edb3c1f9ac', '', 1216076085, 0), ('18e8e4aec1dcafd3ff6670e8daf02e86', '', 1216075746, 0), ('184f723e3d461a2777f4c9817ca9c596', '', 1216076750, 0), ('85f3e6a5ba411bda817b8adefc5b7e22', '', 1216076780, 0); -- -------------------------------------------------------- -- -- Table structure for table `hvanswer` -- CREATE TABLE IF NOT EXISTS `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=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=17 ; -- -- Dumping data for table `hvanswer` -- INSERT INTO `hvanswer` (`answerid`, `questionid`, `answer`, `dateline`) VALUES (1, 1, '8', 1210990341), (2, 1, 'eight', 1210990349), (3, 2, 'english', 1210990382), (4, 2, 'English', 1210990389), (5, 2, 'ENGLISH', 1210990395), (6, 1, 'EIGHT', 1210990405), (7, 1, 'Eight', 1210990411), (8, 3, '3', 1210990466), (9, 3, 'three', 1210990472), (10, 3, 'THREE', 1210990476), (11, 3, 'Three', 1210990481), (12, 4, '3', 1210990630), (13, 4, 'Three', 1210990636), (14, 4, 'THREE', 1210990641), (15, 5, 'a', 1211037603), (16, 5, 'A', 1211037608); -- -------------------------------------------------------- -- -- Table structure for table `hvquestion` -- CREATE TABLE IF NOT EXISTS `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=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ; -- -- Dumping data for table `hvquestion` -- INSERT INTO `hvquestion` (`questionid`, `regex`, `dateline`) VALUES (1, '', 1210990332), (2, '', 1210990375), (3, '', 1210990461), (4, '', 1210990625), (5, '', 1211037597); -- -------------------------------------------------------- -- -- Table structure for table `icon` -- CREATE TABLE IF NOT EXISTS `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=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=15 ; -- -- Dumping data for table `icon` -- 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); -- -------------------------------------------------------- -- -- Table structure for table `imagecategory` -- CREATE TABLE IF NOT EXISTS `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=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=5 ; -- -- Dumping data for table `imagecategory` -- INSERT INTO `imagecategory` (`imagecategoryid`, `title`, `imagetype`, `displayorder`) VALUES (2, 'Generic Icons', 2, 1), (3, 'Generic Avatars', 1, 1), (4, '360GTA', 3, 1); -- -------------------------------------------------------- -- -- Table structure for table `imagecategorypermission` -- CREATE TABLE IF NOT EXISTS `imagecategorypermission` ( `imagecategoryid` smallint(5) unsigned NOT NULL default '0', `usergroupid` smallint(5) unsigned NOT NULL default '0', KEY `imagecategoryid` (`imagecategoryid`,`usergroupid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `imagecategorypermission` -- -- -------------------------------------------------------- -- -- Table structure for table `infraction` -- CREATE TABLE IF NOT EXISTS `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=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ; -- -- Dumping data for table `infraction` -- INSERT INTO `infraction` (`infractionid`, `infractionlevelid`, `postid`, `userid`, `whoadded`, `points`, `dateline`, `note`, `action`, `actiondateline`, `actionuserid`, `actionreason`, `expires`, `threadid`, `customreason`) VALUES (1, 4, 5, 2, 1, 0, 1211327513, '', 1, 1212210818, 0, '0', 1212191513, 0, ''); -- -------------------------------------------------------- -- -- Table structure for table `infractionban` -- CREATE TABLE IF NOT EXISTS `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=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -- Dumping data for table `infractionban` -- -- -------------------------------------------------------- -- -- Table structure for table `infractiongroup` -- CREATE TABLE IF NOT EXISTS `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=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -- Dumping data for table `infractiongroup` -- -- -------------------------------------------------------- -- -- Table structure for table `infractionlevel` -- CREATE TABLE IF NOT EXISTS `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=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=5 ; -- -- Dumping data for table `infractionlevel` -- 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); -- -------------------------------------------------------- -- -- Table structure for table `language` -- CREATE TABLE IF NOT EXISTS `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 AUTO_INCREMENT=2 ; -- -- Dumping data for table `language` -- 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:520:{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:101:"The administrator may have required you to register before you can view this page.";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: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: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: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:29:"discussion_thread_created_x_y";s:66:"A discussion thread has been created at %1$s/showthread.php?t=%2$s";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: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_visit_message";s:340:"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.";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: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:21:"group_has_no_messages";s:41:"This group has not received any messages.";s:32:"group_messages_awaiting_approval";s:32:"Group Messages Awaiting Approval";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:33:"invitations_to_join_social_groups";s:33:"Invitations to Join Social Groups";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: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: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: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: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:10:"networking";s:10:"Networking";s:5:"never";s:5:"Never";s:3:"new";s:3:"New";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: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: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:7:"october";s:7:"October";s:3:"off";s:3:"Off";s:7:"offline";s:7:"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: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: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:97:"Powered by vBulletin® Version %1$s
Copyright ©2000 - %2$s, Jelsoft Enterprises Ltd.";s:4:"prev";s:4:"Prev";s:9:"prev_page";s:9:"Prev Page";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:42:"Profile Visitor Messages Awaiting Approval";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:35:"Requests to Join Your Social Groups";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: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: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: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: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:32:"there_is_already_setting_named_x";s:77:"There is already a setting named %1$s. You may not create duplicate settings.";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: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: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:31:"Unread Profile 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:19:"vbulletin_copyright";s:73:"vBulletin® v%1$s, Copyright ©2000-%2$s, Jelsoft Enterprises Ltd.";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: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:19:"admin_control_panel";s:19:"Admin Control Panel";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:20:"allow_user_selection";s:20:"Allow User Selection";s:20:"announcement_manager";s:20:"Announcement Manager";s:13:"announcements";s:13:"Announcements";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: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: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:8:"end_date";s:8:"End Date";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:6:"hybrid";s:6:"Hybrid";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: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:6:"submit";s:6:"Submit";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:4:"time";s:4:"Time";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: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:266:{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:13:"can_ban_users";s:13:"Can Ban Users";s:20:"can_comment_pictures";s:23:"Can Comment on Pictures";s:24:"can_create_social_groups";s:24:"Can Create Social Groups";s:15:"can_create_tags";s:15:"Can Create Tags";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: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:26:"Can Edit Own Social Groups";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: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:16:"Can Ignore Quota";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:32:"can_manage_comments_own_pictures";s:35:"Can Manage Comments on Own Pictures";s:25:"can_manage_group_messages";s:36:"Can Manage Own Social Group 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: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:27:"can_physically_delete_posts";s:86:"Can Physically Delete Posts (Completely removes the post from the database)";s:22:"can_post_announcements";s:22:"Can Post Announcements";s:20:"can_post_attachments";s:20:"Can Post Attachments";s:15:"can_post_events";s:15:"Can Post Events";s:28:"can_post_in_no_member_groups";s:56:"Can Post Messages in Groups that User is not a Member of";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: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_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: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: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:16:"edit_permissions";s:16:"Edit Permissions";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: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: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: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: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:27:"Profile Styling 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:72:{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:157:"Prefix for Forum Status Images\r\n(This prefix will be used on status image filenames for a forum, it must 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:22:"within_the_last_x_days";s:25:"Within the Last %1$s Days";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:134:{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:13:"custom_fields";s:13:"Custom Fields";s:10:"date_first";s:5:"First";s:9:"date_last";s:4:"Last";s:14:"date_range_dfn";s:175:"Date Range Beginning and ending years in the format of:
Example: %1$s

Start year must be greater than 1969. End Year must be less than 2038.
";s:11:"date_x_to_y";s:12:"%1$s to %2$s";s:12:"default_view";s:84:"Default ViewView the user is presented with when they enter the calendar.";s:12:"delete_event";s:12:"Delete Event";s:30:"delete_reminder_for_this_event";s:30:"Delete Reminder for this Event";s:16:"delete_reminders";s:16:"Delete Reminders";s:55:"edit_calendar_permissions_for_usergroup_x_in_calendar_y";s:76:"Edit Calendar Permissions For Usergroup:
%1$s in Calendar %2$s";s:10:"edit_event";s:10:"Edit Event";s:31:"edit_moderator_x_for_calendar_y";s:51:"Edit Moderator %1$s for Calendar %2$s";s:11:"eight_hours";s:11:"Eight Hours";s:14:"eighteen_hours";s:14:"Eighteen Hours";s:27:"emails_to_notify_when_event";s:113:"Email Addresses to Notify When There is a New Event (Separate each address with a space or line break)";s:3:"end";s:3:"End";s:30:"event_count_max_events_per_day";s:169:"Event Count(Sets the maximum number of events to be listed on a single day in the monthly view before a single link to all that day''s Events is shown instead)";s:10:"event_date";s:10:"Event Date";s:17:"event_ignores_dst";s:64:"The times shown will remain constant, regardless of DST changes.";s:17:"event_information";s:17:"Event Information";s:18:"event_notification";s:18:"Event Notification";s:13:"event_options";s:13:"Event Options";s:27:"event_posted_for_timezone_x";s:111:"This event was posted for time zone %1$s so it will appear to occur on a different day on your calendar.";s:12:"event_poster";s:12:"Event Poster";s:14:"event_reminder";s:14:"Event Reminder";s:18:"event_title_cutoff";s:161:"Event Title Cutoff (Sets the maximum number of characters of an event title that are shown on the monthly view.
To disable the cutoff, enter ''0'')
";s:14:"event_uses_dst";s:53:"The times shown may change, depending on DST settings";s:6:"events";s:6:"Events";s:5:"every";s:5:"Every";s:13:"every_weekday";s:13:"Every weekday";s:12:"every_x_days";s:276:"\r\n day(s)";s:9:"every_x_y";s:15:"Every %1$s %2$s";s:10:"four_hours";s:10:"Four Hours";s:6:"fourth";s:6:"Fourth";s:11:"friday_abbr";s:3:"Fri";s:12:"friday_short";s:1:"F";s:7:"holiday";s:7:"Holiday";s:42:"if_you_would_like_to_remove_this_moderator";s:42:"If You Would Like to Remove this Moderator";s:13:"jump_to_month";s:13:"Jump to month";s:18:"maintain_same_time";s:65:"Maintain same time throughout the year, regardless of DST changes";s:27:"members_with_birthdays_on_x";s:30:"Members with Birthdays on %1$s";s:6:"midday";s:6:"Midday";s:8:"midnight";s:8:"Midnight";s:15:"moderate_events";s:15:"Moderate Events";s:18:"moderation_options";s:18:"Moderation Options";s:11:"monday_abbr";s:3:"Mon";s:12:"monday_short";s:1:"M";s:12:"monthly_view";s:12:"Monthly View";s:10:"move_event";s:10:"Move Event";s:22:"move_event_to_calendar";s:22:"Move Event to Calendar";s:2:"of";s:2:"of";s:17:"of_every_x_months";s:153:"of every\r\n \r\n month(s)";s:7:"one_day";s:7:"One Day";s:8:"one_hour";s:8:"One Hour";s:11:"or_set_time";s:11:"or Set Time";s:12:"ranged_event";s:12:"Ranged Event";s:19:"recur_every_x_weeks";s:281:"\r\n week(s) on";s:18:"recurrence_pattern";s:18:"Recurrence Pattern";s:15:"recurring_event";s:15:"Recurring Event";s:16:"recurring_option";s:16:"Recurring Option";s:8:"reminder";s:8:"Reminder";s:36:"reminder_emails_can_be_early_or_late";s:180:"Reminder emails can be slightly early or late. For example, a reminder scheduled for one hour before the event, will actually be sent between 1:15 and 45 minutes before the event.";s:31:"request_reminder_for_this_event";s:31:"Request Reminder for this Event";s:60:"require_moderator_validation_before_new_events_are_displayed";s:60:"Require moderator validation before new events are displayed";s:13:"saturday_abbr";s:3:"Sat";s:14:"saturday_short";s:1:"S";s:10:"save_event";s:10:"Save Event";s:15:"selected_events";s:16:"Selected Events:";s:31:"show_birthdays_on_this_calendar";s:31:"Show Birthdays on this Calendar";s:37:"show_easter_holidays_on_this_calendar";s:41:"Show predefined holidays on this Calendar";s:30:"show_holidays_on_this_calendar";s:44:"Show admin defined holidays on this Calendar";s:10:"show_today";s:10:"Show Today";s:39:"show_upcoming_events_from_this_calendar";s:59:"Show upcoming event 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_yo