-- phpMyAdmin SQL Dump
-- version 3.4.7.1
-- http://www.phpmyadmin.net
--
-- Anamakine: localhost
-- Üretim Zamanı: 25 Ara 2011, 23:41:37
-- Sunucu sürümü: 5.0.92
-- PHP Sürümü: 5.2.6

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";


/*!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 */;

--
-- Veritabanı: `sevcan_forum`
--

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `aaggregate_temp_1322601000`
--

CREATE TABLE IF NOT EXISTS `aaggregate_temp_1322601000` (
  `attachmentid` int(10) unsigned NOT NULL default '0',
  `views` int(10) unsigned NOT NULL default '0',
  KEY `attachmentid` (`attachmentid`)
) ENGINE=MEMORY DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `aaggregate_temp_1322687400`
--

CREATE TABLE IF NOT EXISTS `aaggregate_temp_1322687400` (
  `attachmentid` int(10) unsigned NOT NULL default '0',
  `views` int(10) unsigned NOT NULL default '0',
  KEY `attachmentid` (`attachmentid`)
) ENGINE=MEMORY DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `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;

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `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=1664 ;

--
-- Tablo döküm verisi `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', 'enddate', 1, 1, 'vbulletin'),
(78, 'adminlog', 'choose', 'startdate', 1, 1, 'vbulletin'),
(79, 'adminlog', 'choose', 'perpage', 20, 1, 'vbulletin'),
(80, 'adminlog', 'choose', 'script', 30, 1, 'vbulletin'),
(81, 'adminlog', 'choose', 'userid', 40, 1, 'vbulletin'),
(82, 'adminlog', 'choose', 'orderby', 50, 1, 'vbulletin'),
(83, 'adminlog', 'choose', 'pscript', 60, 1, 'vbulletin'),
(84, 'adminlog', 'choose', 'puserid', 70, 1, 'vbulletin'),
(85, 'adminlog', 'choose', 'daysprune', 80, 1, 'vbulletin'),
(86, 'adminlog', 'prunelog', '', 1, 1, 'vbulletin'),
(87, 'adminlog', 'resolveip', '', 2, 1, 'vbulletin'),
(88, 'adminlog', 'restrict', '', 1, 1, 'vbulletin'),
(89, 'adminlog', 'view', '', 1, 1, 'vbulletin'),
(90, 'adminpermissions', '', '', 1, 1, 'vbulletin'),
(91, 'adminpermissions', 'edit', '', 1, 1, 'vbulletin'),
(92, 'adminpermissions', 'edit', 'canadminmodlog', 1, 1, 'vbulletin'),
(93, 'adminpermissions', 'edit', 'dismissednews', 1, 1, 'vbulletin'),
(94, 'adminpermissions', 'edit', 'canadminsettings', 20, 1, 'vbulletin'),
(95, 'adminpermissions', 'edit', 'canadminstyles', 30, 1, 'vbulletin'),
(96, 'adminpermissions', 'edit', 'canadminlanguages', 40, 1, 'vbulletin'),
(97, 'adminpermissions', 'edit', 'canadminforums', 50, 1, 'vbulletin'),
(98, 'adminpermissions', 'edit', 'canadminthreads', 60, 1, 'vbulletin'),
(99, 'adminpermissions', 'edit', 'canadmincalendars', 70, 1, 'vbulletin'),
(100, 'adminpermissions', 'edit', 'canadminusers', 80, 1, 'vbulletin'),
(101, 'adminpermissions', 'edit', 'canadminfaq', 90, 1, 'vbulletin'),
(102, 'adminpermissions', 'edit', 'canadminpermissions', 90, 1, 'vbulletin'),
(103, 'adminpermissions', 'edit', 'canadminimages', 100, 1, 'vbulletin'),
(104, 'adminpermissions', 'edit', 'canadminbbcodes', 110, 1, 'vbulletin'),
(105, 'adminpermissions', 'edit', 'canadmincron', 120, 1, 'vbulletin'),
(106, 'adminpermissions', 'edit', 'canadminmaintain', 130, 1, 'vbulletin'),
(107, 'adminpermissions', 'edit', 'canadminplugins', 135, 1, 'vbulletin'),
(108, 'adminpermissions', 'edit', 'canadminnotices', 136, 1, 'vbulletin'),
(109, 'adminpermissions', 'edit', 'cssprefs', 140, 1, 'vbulletin'),
(110, 'adminpermissions', 'modify', '', 1, 1, 'vbulletin'),
(111, 'adminreputation', '', '', 1, 1, 'vbulletin'),
(112, 'adminreputation', 'add', '', 1, 1, 'vbulletin'),
(113, 'adminreputation', 'add,edit', 'level', 10, 1, 'vbulletin'),
(114, 'adminreputation', 'add,edit', 'minimumreputation', 20, 1, 'vbulletin'),
(115, 'adminreputation', 'deletereputation', '', 1, 1, 'vbulletin'),
(116, 'adminreputation', 'dolist', '', 1, 1, 'vbulletin'),
(117, 'adminreputation', 'edit', '', 1, 1, 'vbulletin'),
(118, 'adminreputation', 'editreputation', '', 1, 1, 'vbulletin'),
(119, 'adminreputation', 'editreputation', 'reason', 10, 1, 'vbulletin'),
(120, 'adminreputation', 'editreputation', 'reputation', 20, 1, 'vbulletin'),
(121, 'adminreputation', 'list', '', 1, 1, 'vbulletin'),
(122, 'adminreputation', 'list,dolist', 'leftfor', 10, 1, 'vbulletin'),
(123, 'adminreputation', 'list,dolist', 'leftby', 20, 1, 'vbulletin'),
(124, 'adminreputation', 'list,dolist', 'start', 30, 1, 'vbulletin'),
(125, 'adminreputation', 'list,dolist', 'end', 40, 1, 'vbulletin'),
(126, 'adminreputation', 'modify', '', 1, 1, 'vbulletin'),
(127, 'adminreputation', 'remove', '', 1, 1, 'vbulletin'),
(128, 'album', 'storage', '', 1, 1, 'vbulletin'),
(129, 'album', 'switchtype', 'album_picpath', 1, 1, 'vbulletin'),
(130, 'album', 'switchtype', 'album_thumbpath', 1, 1, 'vbulletin'),
(131, 'album', 'switchtype', 'album_thumburl', 1, 1, 'vbulletin'),
(132, 'album', 'thumb', 'perpage', 1, 1, 'vbulletin'),
(133, 'album', 'thumb', 'quality', 1, 1, 'vbulletin'),
(134, 'announcement', '', '', 1, 1, 'vbulletin'),
(135, 'announcement', 'add', '', 1, 1, 'vbulletin'),
(136, 'announcement', 'add', 'signature', 120, 1, 'vbulletin'),
(137, 'announcement', 'add,edit', 'forumid', 20, 1, 'vbulletin'),
(138, 'announcement', 'add,edit', 'title', 30, 1, 'vbulletin'),
(139, 'announcement', 'add,edit', 'startdate', 40, 1, 'vbulletin'),
(140, 'announcement', 'add,edit', 'enddate', 50, 1, 'vbulletin'),
(141, 'announcement', 'add,edit', 'pagetext', 60, 1, 'vbulletin'),
(142, 'announcement', 'add,edit', 'allowbbcode', 70, 1, 'vbulletin'),
(143, 'announcement', 'add,edit', 'allowsmilies', 80, 1, 'vbulletin'),
(144, 'announcement', 'add,edit', 'allowhtml', 90, 1, 'vbulletin'),
(145, 'announcement', 'add,edit', 'parseurl', 110, 1, 'vbulletin'),
(146, 'announcement', 'edit', '', 1, 1, 'vbulletin'),
(147, 'announcement', 'edit', 'reset_views', 100, 1, 'vbulletin'),
(148, 'announcement', 'modify', '', 1, 1, 'vbulletin'),
(149, 'announcement', 'remove', '', 1, 1, 'vbulletin'),
(150, 'attachment', '', '', 1, 1, 'vbulletin'),
(151, 'attachment', 'delete', '', 1, 1, 'vbulletin'),
(152, 'attachment', 'edit', '', 1, 1, 'vbulletin'),
(153, 'attachment', 'edit', 'upload', 1, 1, 'vbulletin'),
(154, 'attachment', 'edit', 'url', 1, 1, 'vbulletin'),
(155, 'attachment', 'edit', 'a_filename', 20, 1, 'vbulletin'),
(156, 'attachment', 'edit', 'a_counter', 30, 1, 'vbulletin'),
(157, 'attachment', 'edit', 'a_visible', 40, 1, 'vbulletin'),
(158, 'attachment', 'intro', '', 1, 1, 'vbulletin'),
(159, 'attachment', 'intro', 'prunedate', 10, 1, 'vbulletin'),
(160, 'attachment', 'intro', 'filename', 15, 1, 'vbulletin'),
(161, 'attachment', 'intro', 'attachedby', 20, 1, 'vbulletin'),
(162, 'attachment', 'intro', 'datelinebefore', 30, 1, 'vbulletin'),
(163, 'attachment', 'intro', 'datelineafter', 40, 1, 'vbulletin'),
(164, 'attachment', 'intro', 'downloadsmore', 50, 1, 'vbulletin'),
(165, 'attachment', 'intro', 'downloadsless', 60, 1, 'vbulletin'),
(166, 'attachment', 'intro', 'sizemore', 70, 1, 'vbulletin'),
(167, 'attachment', 'intro', 'sizeless', 80, 1, 'vbulletin'),
(168, 'attachment', 'intro', 'visible', 90, 1, 'vbulletin'),
(169, 'attachment', 'intro', 'orderby', 100, 1, 'vbulletin'),
(170, 'attachment', 'intro', 'results', 110, 1, 'vbulletin'),
(171, 'attachment', 'massdelete', '', 1, 1, 'vbulletin'),
(172, 'attachment', 'removetype', '', 1, 1, 'vbulletin'),
(173, 'attachment', 'search', '', 1, 1, 'vbulletin'),
(174, 'attachment', 'stats', '', 1, 1, 'vbulletin'),
(175, 'attachment', 'storage,switchtype', '', 1, 1, 'vbulletin'),
(176, 'attachment', 'switchtype', 'attachpath', 1, 1, 'vbulletin'),
(177, 'attachment', 'types', '', 1, 1, 'vbulletin'),
(178, 'attachment', 'updatetype', '', 1, 1, 'vbulletin'),
(179, 'attachment', 'updatetype', 'extension', 10, 1, 'vbulletin'),
(180, 'attachment', 'updatetype', 'size', 20, 1, 'vbulletin'),
(181, 'attachment', 'updatetype', 'height', 30, 1, 'vbulletin'),
(182, 'attachment', 'updatetype', 'width', 40, 1, 'vbulletin'),
(183, 'attachment', 'updatetype', 'mimetype', 50, 1, 'vbulletin'),
(184, 'attachment', 'updatetype', 'enabled', 60, 1, 'vbulletin'),
(185, 'attachment', 'updatetype', 'newwindow', 70, 1, 'vbulletin'),
(186, 'attachmentpermission', 'edit', 'height', 1, 1, 'vbulletin'),
(187, 'attachmentpermission', 'edit', 'size', 1, 1, 'vbulletin'),
(188, 'attachmentpermission', 'edit', 'useextension', 1, 1, 'vbulletin'),
(189, 'attachmentpermission', 'edit', 'width', 1, 1, 'vbulletin'),
(190, 'avatar', '', '', 1, 1, 'vbulletin'),
(191, 'avatar', 'storage,switchtype', '', 1, 1, 'vbulletin'),
(192, 'avatar', 'switchtype', 'avatarpath', 1, 1, 'vbulletin'),
(193, 'avatar', 'switchtype', 'avatarurl', 1, 1, 'vbulletin'),
(194, 'avatar', 'switchtype', 'profilepicpath', 1, 1, 'vbulletin'),
(195, 'avatar', 'switchtype', 'profilepicurl', 1, 1, 'vbulletin'),
(196, 'avatar', 'switchtype', 'sigpicpath', 1, 1, 'vbulletin'),
(197, 'avatar', 'switchtype', 'sigpicurl', 1, 1, 'vbulletin'),
(198, 'backup', '', '', 1, 1, 'vbulletin'),
(199, 'backup', 'choose', '', 1, 1, 'vbulletin'),
(200, 'backup', 'choose', 'filename', 10, 1, 'vbulletin'),
(201, 'backup', 'choose', 'table', 20, 1, 'vbulletin'),
(202, 'backup', 'choose', 'separator', 30, 1, 'vbulletin'),
(203, 'backup', 'choose', 'quotes', 40, 1, 'vbulletin'),
(204, 'backup', 'choose', 'showhead', 50, 1, 'vbulletin'),
(205, 'backup', 'mysqldump', '', 1, 1, 'vbulletin'),
(206, 'banning', '', '', 1, 1, 'vbulletin'),
(207, 'banning', 'banuser', '', 1, 1, 'vbulletin'),
(208, 'banning', 'banuser', 'username', 10, 1, 'vbulletin'),
(209, 'banning', 'banuser', 'usergroupid', 20, 1, 'vbulletin'),
(210, 'banning', 'banuser', 'period', 30, 1, 'vbulletin'),
(211, 'banning', 'banuser,editreason', 'reason', 40, 1, 'vbulletin'),
(212, 'banning', 'modify', '', 1, 1, 'vbulletin'),
(213, 'bbcode', '', '', 1, 1, 'vbulletin'),
(214, 'bbcode', 'add', '', 1, 1, 'vbulletin'),
(215, 'bbcode', 'add,edit', 'title', 10, 1, 'vbulletin'),
(216, 'bbcode', 'add,edit', 'bbcodetag', 20, 1, 'vbulletin'),
(217, 'bbcode', 'add,edit', 'bbcodereplacement', 30, 1, 'vbulletin'),
(218, 'bbcode', 'add,edit', 'bbcodeexample', 50, 1, 'vbulletin'),
(219, 'bbcode', 'add,edit', 'bbcodeexplanation', 60, 1, 'vbulletin'),
(220, 'bbcode', 'add,edit', 'twoparams', 70, 1, 'vbulletin'),
(221, 'bbcode', 'add,edit', 'buttonimage', 80, 1, 'vbulletin'),
(222, 'bbcode', 'add,edit', 'strip_empty', 90, 1, 'vbulletin'),
(223, 'bbcode', 'add,edit', 'stop_parse', 100, 1, 'vbulletin'),
(224, 'bbcode', 'add,edit', 'disable_smilies', 110, 1, 'vbulletin'),
(225, 'bbcode', 'add,edit', 'disable_wordwrap', 120, 1, 'vbulletin'),
(226, 'bbcode', 'edit', '', 1, 1, 'vbulletin'),
(227, 'bbcode', 'modify', '', 1, 1, 'vbulletin'),
(228, 'bbcode', 'modify', 'text', 20, 1, 'vbulletin'),
(229, 'bbcode', 'remove', '', 1, 1, 'vbulletin'),
(230, 'bookmarksite', 'add,edit', 'active', 1, 1, 'vbulletin'),
(231, 'bookmarksite', 'add,edit', 'displayorder', 1, 1, 'vbulletin'),
(232, 'bookmarksite', 'add,edit', 'iconpath', 1, 1, 'vbulletin'),
(233, 'bookmarksite', 'add,edit', 'title', 1, 1, 'vbulletin'),
(234, 'bookmarksite', 'add,edit', 'url', 1, 1, 'vbulletin'),
(235, 'bookmarksite', 'modify', '', 1, 1, 'vbulletin'),
(236, 'calendarpermission', '', '', 1, 1, 'vbulletin'),
(237, 'calendarpermission', 'edit', '', 1, 1, 'vbulletin'),
(238, 'calendarpermission', 'edit', 'mode', 20, 1, 'vbulletin'),
(239, 'calendarpermission', 'edit', 'canviewcalendar', 30, 1, 'vbulletin'),
(240, 'calendarpermission', 'edit', 'canpostevent', 40, 1, 'vbulletin'),
(241, 'calendarpermission', 'edit', 'caneditevent', 50, 1, 'vbulletin'),
(242, 'calendarpermission', 'edit', 'candeleteevent', 60, 1, 'vbulletin'),
(243, 'calendarpermission', 'edit', 'canviewothersevent', 70, 1, 'vbulletin'),
(244, 'calendarpermission', 'edit', 'isnotmoderated', 80, 1, 'vbulletin'),
(245, 'calendarpermission', 'modify', '', 1, 1, 'vbulletin'),
(246, 'cronadmin', '', '', 1, 1, 'vbulletin'),
(247, 'cronadmin', 'add', '', 1, 1, 'vbulletin'),
(248, 'cronadmin', 'add,edit', 'active', 1, 1, 'vbulletin'),
(249, 'cronadmin', 'add,edit', 'description', 1, 1, 'vbulletin'),
(250, 'cronadmin', 'add,edit', 'varname', 2, 1, 'vbulletin'),
(251, 'cronadmin', 'add,edit', 'logphrase', 3, 1, 'vbulletin'),
(252, 'cronadmin', 'add,edit', 'title', 10, 1, 'vbulletin'),
(253, 'cronadmin', 'add,edit', 'weekday', 20, 1, 'vbulletin'),
(254, 'cronadmin', 'add,edit', 'day', 30, 1, 'vbulletin'),
(255, 'cronadmin', 'add,edit', 'hour', 40, 1, 'vbulletin'),
(256, 'cronadmin', 'add,edit', 'minute', 50, 1, 'vbulletin'),
(257, 'cronadmin', 'add,edit', 'loglevel', 60, 1, 'vbulletin'),
(258, 'cronadmin', 'add,edit', 'filename', 70, 1, 'vbulletin'),
(259, 'cronadmin', 'edit', '', 1, 1, 'vbulletin'),
(260, 'cronadmin', 'edit', 'product', 1, 1, 'vbulletin'),
(261, 'cronadmin', 'modify', '', 1, 1, 'vbulletin'),
(262, 'cronadmin', 'remove', '', 1, 1, 'vbulletin'),
(263, 'cronlog', '', '', 1, 1, 'vbulletin'),
(264, 'cronlog', 'choose', '', 1, 1, 'vbulletin'),
(265, 'cronlog', 'choose', 'perpage', 20, 1, 'vbulletin'),
(266, 'cronlog', 'choose', 'varname', 30, 1, 'vbulletin'),
(267, 'cronlog', 'choose', 'orderby', 40, 1, 'vbulletin'),
(268, 'cronlog', 'choose', 'daysprune', 60, 1, 'vbulletin'),
(269, 'cronlog', 'prunelog', '', 1, 1, 'vbulletin'),
(270, 'cronlog', 'view', '', 1, 1, 'vbulletin'),
(271, 'css', '', '', 1, 1, 'vbulletin'),
(272, 'css', 'doedit', '', 1, 1, 'vbulletin'),
(273, 'css', 'doedit', 'header', 10, 1, 'vbulletin'),
(274, 'css', 'doedit', 'headinclude', 20, 1, 'vbulletin'),
(275, 'css', 'doedit', 'footer', 30, 1, 'vbulletin'),
(276, 'css', 'doedit', 'outertablewidth', 60, 1, 'vbulletin'),
(277, 'css', 'doedit', 'spacersize', 70, 1, 'vbulletin'),
(278, 'css', 'doedit', 'outerborderwidth', 80, 1, 'vbulletin'),
(279, 'css', 'doedit', 'cellspacing', 90, 1, 'vbulletin'),
(280, 'css', 'doedit', 'cellpadding', 100, 1, 'vbulletin'),
(281, 'css', 'doedit', 'formspacer', 110, 1, 'vbulletin'),
(282, 'css', 'doedit', 'formwidth', 120, 1, 'vbulletin'),
(283, 'css', 'doedit', 'formwidth_usercp', 130, 1, 'vbulletin'),
(284, 'css', 'doedit', 'messagewidth', 140, 1, 'vbulletin'),
(285, 'css', 'doedit', 'messagewidth_usercp', 150, 1, 'vbulletin'),
(286, 'css', 'doedit', 'codeblockwidth', 160, 1, 'vbulletin'),
(287, 'css', 'doedit', 'titleimage', 170, 1, 'vbulletin'),
(288, 'css', 'doedit', 'imgdir_button', 180, 1, 'vbulletin'),
(289, 'css', 'doedit', 'imgdir_statusicon', 190, 1, 'vbulletin'),
(290, 'css', 'doedit', 'imgdir_attach', 200, 1, 'vbulletin'),
(291, 'css', 'doedit', 'imgdir_misc', 210, 1, 'vbulletin'),
(292, 'css', 'doedit', 'imgdir_editor', 220, 1, 'vbulletin'),
(293, 'css', 'doedit', 'imgdir_poll', 230, 1, 'vbulletin'),
(294, 'css', 'doedit', 'imgdir_rating', 240, 1, 'vbulletin'),
(295, 'css', 'doedit', 'htmldoctype', 250, 1, 'vbulletin'),
(296, 'css', 'doedit', 'imgdir_reputation', 250, 1, 'vbulletin'),
(297, 'deployads', 'intro', '', 1, 1, 'vbulletin'),
(298, 'diagnostic', '', '', 1, 1, 'vbulletin'),
(299, 'diagnostic', 'domail', '', 1, 1, 'vbulletin'),
(300, 'diagnostic', 'dosysinfo', '', 1, 1, 'vbulletin'),
(301, 'diagnostic', 'doupload', '', 1, 1, 'vbulletin'),
(302, 'diagnostic', 'doversion', '', 1, 1, 'vbulletin'),
(303, 'diagnostic', 'list', '', 1, 1, 'vbulletin'),
(304, 'diagnostic', 'list', 'attachfile', 20, 1, 'vbulletin'),
(305, 'diagnostic', 'list', 'emailaddress', 20, 1, 'vbulletin'),
(306, 'diagnostic', 'list', 'type', 20, 1, 'vbulletin'),
(307, 'diagnostic', 'payments', '', 1, 1, 'vbulletin'),
(308, 'email', '', '', 1, 1, 'vbulletin'),
(309, 'email', 'genlist', '', 1, 1, 'vbulletin'),
(310, 'email', 'genlist', 'septext', 20, 1, 'vbulletin'),
(311, 'email', 'genlist,start', 'username', 70, 1, 'vbulletin'),
(312, 'email', 'genlist,start', 'usergroupid', 90, 1, 'vbulletin'),
(313, 'email', 'genlist,start', 'membergroup', 100, 1, 'vbulletin'),
(314, 'email', 'genlist,start', 'adminemail', 105, 1, 'vbulletin'),
(315, 'email', 'genlist,start', 'email', 110, 1, 'vbulletin'),
(316, 'email', 'genlist,start', 'parentemail', 120, 1, 'vbulletin'),
(317, 'email', 'genlist,start', 'coppauser', 130, 1, 'vbulletin'),
(318, 'email', 'genlist,start', 'homepage', 140, 1, 'vbulletin'),
(319, 'email', 'genlist,start', 'icq', 150, 1, 'vbulletin'),
(320, 'email', 'genlist,start', 'aim', 160, 1, 'vbulletin'),
(321, 'email', 'genlist,start', 'yahoo', 170, 1, 'vbulletin'),
(322, 'email', 'genlist,start', 'msn', 175, 1, 'vbulletin'),
(323, 'email', 'genlist,start', 'skype', 177, 1, 'vbulletin'),
(324, 'email', 'genlist,start', 'signature', 180, 1, 'vbulletin'),
(325, 'email', 'genlist,start', 'usertitle', 190, 1, 'vbulletin'),
(326, 'email', 'genlist,start', 'joindateafter', 200, 1, 'vbulletin'),
(327, 'email', 'genlist,start', 'joindatebefore', 210, 1, 'vbulletin'),
(328, 'email', 'genlist,start', 'lastactivityafter', 213, 1, 'vbulletin'),
(329, 'email', 'genlist,start', 'lastactivitybefore', 217, 1, 'vbulletin'),
(330, 'email', 'genlist,start', 'lastpostafter', 240, 1, 'vbulletin'),
(331, 'email', 'genlist,start', 'lastpostbefore', 250, 1, 'vbulletin'),
(332, 'email', 'genlist,start', 'birthdayafter', 260, 1, 'vbulletin'),
(333, 'email', 'genlist,start', 'birthdaybefore', 270, 1, 'vbulletin'),
(334, 'email', 'genlist,start', 'postslower', 280, 1, 'vbulletin'),
(335, 'email', 'genlist,start', 'postsupper', 290, 1, 'vbulletin'),
(336, 'email', 'genlist,start', 'reputationlower', 300, 1, 'vbulletin'),
(337, 'email', 'genlist,start', 'reputationupper', 310, 1, 'vbulletin'),
(338, 'email', 'genlist,start', 'warningslower', 330, 1, 'vbulletin'),
(339, 'email', 'genlist,start', 'warningsupper', 340, 1, 'vbulletin'),
(340, 'email', 'genlist,start', 'infractionslower', 350, 1, 'vbulletin'),
(341, 'email', 'genlist,start', 'infractionsupper', 360, 1, 'vbulletin'),
(342, 'email', 'genlist,start', 'pointslower', 370, 1, 'vbulletin'),
(343, 'email', 'genlist,start', 'pointsupper', 380, 1, 'vbulletin'),
(344, 'email', 'genlist,start', 'useridlower', 390, 1, 'vbulletin'),
(345, 'email', 'genlist,start', 'useridupper', 395, 1, 'vbulletin'),
(346, 'email', 'genlist,start', 'ipaddress', 400, 1, 'vbulletin'),
(347, 'email', 'start', '', 1, 1, 'vbulletin'),
(348, 'email', 'start', 'test', 20, 1, 'vbulletin'),
(349, 'email', 'start', 'perpage', 30, 1, 'vbulletin'),
(350, 'email', 'start', 'from', 40, 1, 'vbulletin'),
(351, 'email', 'start', 'subject', 50, 1, 'vbulletin'),
(352, 'email', 'start', 'message', 60, 1, 'vbulletin'),
(353, 'faq', '', '', 1, 1, 'vbulletin'),
(354, 'faq', 'add', '', 1, 1, 'vbulletin'),
(355, 'faq', 'add', 'product', 1, 1, 'vbulletin'),
(356, 'faq', 'add', 'faq', 5, 1, 'vbulletin'),
(357, 'faq', 'add,edit', 'faqparent', 10, 1, 'vbulletin'),
(358, 'faq', 'add,edit', 'deftitle', 20, 1, 'vbulletin'),
(359, 'faq', 'add,edit', 'deftext', 30, 1, 'vbulletin'),
(360, 'faq', 'add,edit', 'displayorder', 40, 1, 'vbulletin'),
(361, 'faq', 'add,edit', '1', 60, 1, 'vbulletin'),
(362, 'faq', 'delete', '', 1, 1, 'vbulletin'),
(363, 'faq', 'edit', '', 1, 1, 'vbulletin'),
(364, 'faq', 'modify', '', 1, 1, 'vbulletin'),
(365, 'forum', '', '', 1, 1, 'vbulletin'),
(366, 'forum', 'add', '', 1, 1, 'vbulletin'),
(367, 'forum', 'add,edit', 'title', 20, 1, 'vbulletin'),
(368, 'forum', 'add,edit', 'description', 30, 1, 'vbulletin'),
(369, 'forum', 'add,edit', 'link', 40, 1, 'vbulletin'),
(370, 'forum', 'add,edit', 'displayorder', 50, 1, 'vbulletin'),
(371, 'forum', 'add,edit', 'parentid', 60, 1, 'vbulletin'),
(372, 'forum', 'add,edit', 'daysprune', 70, 1, 'vbulletin'),
(373, 'forum', 'add,edit', 'defaultsortfield', 72, 1, 'vbulletin'),
(374, 'forum', 'add,edit', 'defaultsortorder', 73, 1, 'vbulletin'),
(375, 'forum', 'add,edit', 'showprivate', 75, 1, 'vbulletin'),
(376, 'forum', 'add,edit', 'newpostemail', 80, 1, 'vbulletin'),
(377, 'forum', 'add,edit', 'newthreademail', 90, 1, 'vbulletin'),
(378, 'forum', 'add,edit', 'moderatenewpost', 100, 1, 'vbulletin'),
(379, 'forum', 'add,edit', 'moderatenewthread', 105, 1, 'vbulletin'),
(380, 'forum', 'add,edit', 'moderateattach', 110, 1, 'vbulletin'),
(381, 'forum', 'add,edit', 'styleid', 120, 1, 'vbulletin'),
(382, 'forum', 'add,edit', 'styleoverride', 130, 1, 'vbulletin'),
(383, 'forum', 'add,edit', 'imageprefix', 140, 1, 'vbulletin'),
(384, 'forum', 'add,edit', 'password', 150, 1, 'vbulletin'),
(385, 'forum', 'add,edit', 'canhavepassword', 170, 1, 'vbulletin'),
(386, 'forum', 'add,edit', 'cancontainthreads', 180, 1, 'vbulletin'),
(387, 'forum', 'add,edit', 'active', 190, 1, 'vbulletin'),
(388, 'forum', 'add,edit', 'allowposting', 200, 1, 'vbulletin'),
(389, 'forum', 'add,edit', 'indexposts', 210, 1, 'vbulletin'),
(390, 'forum', 'add,edit', 'allowhtml', 220, 1, 'vbulletin'),
(391, 'forum', 'add,edit', 'allowbbcode', 230, 1, 'vbulletin'),
(392, 'forum', 'add,edit', 'allowimages', 240, 1, 'vbulletin'),
(393, 'forum', 'add,edit', 'allowsmilies', 250, 1, 'vbulletin'),
(394, 'forum', 'add,edit', 'allowicons', 260, 1, 'vbulletin'),
(395, 'forum', 'add,edit', 'allowratings', 270, 1, 'vbulletin'),
(396, 'forum', 'add,edit', 'countposts', 280, 1, 'vbulletin'),
(397, 'forum', 'add,edit', 'showonforumjump', 290, 1, 'vbulletin'),
(398, 'forum', 'add,edit', 'prefixset', 300, 1, 'vbulletin'),
(399, 'forum', 'add,edit', 'prefixrequired', 310, 1, 'vbulletin'),
(400, 'forum', 'edit', '', 1, 1, 'vbulletin'),
(401, 'forum', 'edit', 'applypwdtochild', 160, 1, 'vbulletin'),
(402, 'forum', 'modify', '', 1, 1, 'vbulletin'),
(403, 'forum', 'podcast', 'author', 1, 1, 'vbulletin'),
(404, 'forum', 'podcast', 'categoryid', 1, 1, 'vbulletin'),
(405, 'forum', 'podcast', 'enabled', 1, 1, 'vbulletin'),
(406, 'forum', 'podcast', 'explicit', 1, 1, 'vbulletin'),
(407, 'forum', 'podcast', 'image', 1, 1, 'vbulletin'),
(408, 'forum', 'podcast', 'keywords', 1, 1, 'vbulletin'),
(409, 'forum', 'podcast', 'owneremail', 1, 1, 'vbulletin'),
(410, 'forum', 'podcast', 'ownername', 1, 1, 'vbulletin'),
(411, 'forum', 'podcast', 'subtitle', 1, 1, 'vbulletin'),
(412, 'forum', 'podcast', 'summary', 1, 1, 'vbulletin'),
(413, 'forum', 'remove', '', 1, 1, 'vbulletin'),
(414, 'forumpermission', '', '', 1, 1, 'vbulletin'),
(415, 'forumpermission', 'duplicate', '', 1, 1, 'vbulletin'),
(416, 'forumpermission', 'duplicate', 'ugid_from', 10, 1, 'vbulletin'),
(417, 'forumpermission', 'duplicate', 'usergrouplist', 20, 1, 'vbulletin'),
(418, 'forumpermission', 'duplicate', 'limitforumid', 30, 1, 'vbulletin'),
(419, 'forumpermission', 'duplicate', 'overwritedupes_group', 40, 1, 'vbulletin'),
(420, 'forumpermission', 'duplicate', 'overwriteinherited_group', 50, 1, 'vbulletin'),
(421, 'forumpermission', 'duplicate', 'forumid_from', 60, 1, 'vbulletin'),
(422, 'forumpermission', 'duplicate', 'forumlist', 70, 1, 'vbulletin'),
(423, 'forumpermission', 'duplicate', 'overwritedupes_forum', 80, 1, 'vbulletin'),
(424, 'forumpermission', 'duplicate', 'overwriteinherited_forum', 90, 1, 'vbulletin'),
(425, 'forumpermission', 'edit', '', 1, 1, 'vbulletin'),
(426, 'forumpermission', 'edit', 'canseethumbnails', 1, 1, 'vbulletin'),
(427, 'forumpermission', 'edit', 'mode', 20, 1, 'vbulletin'),
(428, 'forumpermission', 'edit,quickforum', 'canview', 30, 1, 'vbulletin'),
(429, 'forumpermission', 'edit,quickforum', 'canviewthreads', 35, 1, 'vbulletin'),
(430, 'forumpermission', 'edit,quickforum', 'canviewothers', 40, 1, 'vbulletin'),
(431, 'forumpermission', 'edit,quickforum', 'canseedelnotice', 45, 1, 'vbulletin'),
(432, 'forumpermission', 'edit,quickforum', 'cansearch', 50, 1, 'vbulletin'),
(433, 'forumpermission', 'edit,quickforum', 'canemail', 60, 1, 'vbulletin'),
(434, 'forumpermission', 'edit,quickforum', 'cangetattachment', 70, 1, 'vbulletin'),
(435, 'forumpermission', 'edit,quickforum', 'canpostnew', 80, 1, 'vbulletin'),
(436, 'forumpermission', 'edit,quickforum', 'canreplyown', 90, 1, 'vbulletin'),
(437, 'forumpermission', 'edit,quickforum', 'canreplyothers', 100, 1, 'vbulletin'),
(438, 'forumpermission', 'edit,quickforum', 'followforummoderation', 110, 1, 'vbulletin'),
(439, 'forumpermission', 'edit,quickforum', 'canpostattachment', 120, 1, 'vbulletin'),
(440, 'forumpermission', 'edit,quickforum', 'cantagown', 120, 1, 'vbulletin'),
(441, 'forumpermission', 'edit,quickforum', 'cantagothers', 130, 1, 'vbulletin'),
(442, 'forumpermission', 'edit,quickforum', 'candeletetagown', 140, 1, 'vbulletin'),
(443, 'forumpermission', 'edit,quickforum', 'canthreadrate', 140, 1, 'vbulletin'),
(444, 'forumpermission', 'edit,quickforum', 'caneditpost', 150, 1, 'vbulletin'),
(445, 'forumpermission', 'edit,quickforum', 'candeletepost', 160, 1, 'vbulletin'),
(446, 'forumpermission', 'edit,quickforum', 'canmove', 170, 1, 'vbulletin'),
(447, 'forumpermission', 'edit,quickforum', 'canopenclose', 180, 1, 'vbulletin'),
(448, 'forumpermission', 'edit,quickforum', 'candeletethread', 190, 1, 'vbulletin'),
(449, 'forumpermission', 'edit,quickforum', 'canpostpoll', 200, 1, 'vbulletin'),
(450, 'forumpermission', 'edit,quickforum', 'canvote', 220, 1, 'vbulletin'),
(451, 'forumpermission', 'modify', '', 1, 1, 'vbulletin'),
(452, 'forumpermission', 'quickedit', '', 1, 1, 'vbulletin'),
(453, 'forumpermission', 'quickeditor', '', 1, 1, 'vbulletin'),
(454, 'forumpermission', 'quickforum', '', 1, 1, 'vbulletin'),
(455, 'forumpermission', 'quickforum', 'forumid', 10, 1, 'vbulletin'),
(456, 'forumpermission', 'quickforum', 'usergrouplist', 20, 1, 'vbulletin'),
(457, 'help', 'edit', 'action', 1, 1, 'vbulletin'),
(458, 'help', 'edit', 'displayorder', 1, 1, 'vbulletin'),
(459, 'help', 'edit', 'optionname', 1, 1, 'vbulletin'),
(460, 'help', 'edit', 'product', 1, 1, 'vbulletin'),
(461, 'help', 'edit', 'script', 1, 1, 'vbulletin'),
(462, 'help', 'edit', 'text', 1, 1, 'vbulletin'),
(463, 'help', 'edit', 'title', 1, 1, 'vbulletin'),
(464, 'help', 'edit', 'volatile', 1, 1, 'vbulletin'),
(465, 'image', '', '', 1, 1, 'vbulletin'),
(466, 'image', 'add', '', 1, 1, 'vbulletin'),
(467, 'image', 'add', 'imagespath', 70, 1, 'vbulletin'),
(468, 'image', 'add', 'perpage', 80, 1, 'vbulletin'),
(469, 'image', 'add,edit,upload', 'title', 20, 1, 'vbulletin'),
(470, 'image', 'add,edit,upload', 'minimumposts', 30, 1, 'vbulletin'),
(471, 'image', 'add,edit,upload', 'smilietext', 30, 1, 'vbulletin'),
(472, 'image', 'add,edit,upload', 'path', 40, 1, 'vbulletin'),
(473, 'image', 'add,edit,upload', 'imagecategoryid', 50, 1, 'vbulletin'),
(474, 'image', 'add,edit,upload', 'displayorder', 60, 1, 'vbulletin'),
(475, 'image', 'addcategory', '', 1, 1, 'vbulletin'),
(476, 'image', 'addcategory,editcategory', 'title', 20, 1, 'vbulletin'),
(477, 'image', 'addcategory,editcategory', 'displayorder', 30, 1, 'vbulletin'),
(478, 'image', 'edit', '', 1, 1, 'vbulletin'),
(479, 'image', 'editcategory', '', 1, 1, 'vbulletin'),
(480, 'image', 'editpermissions', '', 1, 1, 'vbulletin'),
(481, 'image', 'modify', '', 1, 1, 'vbulletin'),
(482, 'image', 'remove', '', 1, 1, 'vbulletin'),
(483, 'image', 'removecategory', '', 1, 1, 'vbulletin'),
(484, 'image', 'upload', '', 1, 1, 'vbulletin'),
(485, 'image', 'upload', 'imagespath', 1, 1, 'vbulletin'),
(486, 'image', 'upload', 'upload', 1, 1, 'vbulletin'),
(487, 'image', 'upload', 'imagefile', 20, 1, 'vbulletin'),
(488, 'image', 'viewimages', '', 1, 1, 'vbulletin'),
(489, 'index', 'home', '', 1, 1, 'vbulletin'),
(490, 'language', '', '', 1, 1, 'vbulletin'),
(491, 'language', 'add', '', 1, 1, 'vbulletin'),
(492, 'language', 'add,edit_settings', 'title', 20, 1, 'vbulletin'),
(493, 'language', 'add,edit_settings', 'userselect', 30, 1, 'vbulletin'),
(494, 'language', 'add,edit_settings', 'direction', 50, 1, 'vbulletin'),
(495, 'language', 'add,edit_settings', 'languagecode', 60, 1, 'vbulletin'),
(496, 'language', 'add,edit_settings', 'charset', 70, 1, 'vbulletin'),
(497, 'language', 'add,edit_settings', 'imagesoverride', 80, 1, 'vbulletin'),
(498, 'language', 'add,edit_settings', 'locale', 90, 1, 'vbulletin'),
(499, 'language', 'add,edit_settings', 'dateoverride', 100, 1, 'vbulletin'),
(500, 'language', 'add,edit_settings', 'timeoverride', 110, 1, 'vbulletin'),
(501, 'language', 'add,edit_settings', 'registereddateoverride', 120, 1, 'vbulletin'),
(502, 'language', 'add,edit_settings', 'calformat1override', 130, 1, 'vbulletin'),
(503, 'language', 'add,edit_settings', 'calformat2override', 140, 1, 'vbulletin'),
(504, 'language', 'add,edit_settings', 'logdateoverride', 150, 1, 'vbulletin'),
(505, 'language', 'add,edit_settings', 'decimalsep', 160, 1, 'vbulletin'),
(506, 'language', 'add,edit_settings', 'thousandsep', 170, 1, 'vbulletin'),
(507, 'language', 'add,edit_settings', 'dirmark', 180, 1, 'vbulletin'),
(508, 'language', 'delete', '', 1, 1, 'vbulletin'),
(509, 'language', 'edit', '', 1, 1, 'vbulletin'),
(510, 'language', 'edit_settings', '', 1, 1, 'vbulletin'),
(511, 'language', 'edit_settings', 'isdefault', 40, 1, 'vbulletin'),
(512, 'language', 'files', '', 1, 1, 'vbulletin'),
(513, 'language', 'files', 'languageid', 10, 1, 'vbulletin'),
(514, 'language', 'files', 'product', 15, 1, 'vbulletin'),
(515, 'language', 'files', 'filename', 20, 1, 'vbulletin'),
(516, 'language', 'files', 'just_phrases', 30, 1, 'vbulletin'),
(517, 'language', 'files', 'languagefile', 40, 1, 'vbulletin'),
(518, 'language', 'files', 'serverfile', 50, 1, 'vbulletin'),
(519, 'language', 'files', 'olanguageid', 60, 1, 'vbulletin'),
(520, 'language', 'files', 'title', 70, 1, 'vbulletin'),
(521, 'language', 'files', 'anyversion', 80, 1, 'vbulletin'),
(522, 'language', 'modify', '', 1, 1, 'vbulletin'),
(523, 'language', 'rebuild', '', 1, 1, 'vbulletin'),
(524, 'misc', '', '', 1, 1, 'vbulletin'),
(525, 'misc', 'chooser', '', 1, 1, 'vbulletin'),
(526, 'misc', 'chooser', 'quality', 1, 1, 'vbulletin'),
(527, 'misc', 'chooser', 'perpage', 10, 1, 'vbulletin'),
(528, 'misc', 'chooser', 'startat', 20, 1, 'vbulletin'),
(529, 'misc', 'chooser', 'doprocess', 30, 1, 'vbulletin'),
(530, 'misc', 'chooser', 'autoredirect', 40, 1, 'vbulletin'),
(531, 'misc', 'chooser', 'install', 50, 1, 'vbulletin'),
(532, 'misc', 'chooser', 'renumber', 60, 1, 'vbulletin'),
(533, 'misc', 'chooser', 'reputation_base', 70, 1, 'vbulletin'),
(534, 'moderate', '', '', 1, 1, 'vbulletin'),
(535, 'moderate', 'attachments', '', 1, 1, 'vbulletin'),
(536, 'moderate', 'attachments', 'attachaction', 10, 1, 'vbulletin'),
(537, 'moderate', 'events', '', 1, 1, 'vbulletin'),
(538, 'moderate', 'events', 'eventsubject', 10, 1, 'vbulletin'),
(539, 'moderate', 'events', 'eventtext', 20, 1, 'vbulletin'),
(540, 'moderate', 'events', 'eventaction', 30, 1, 'vbulletin'),
(541, 'moderate', 'posts', '', 1, 1, 'vbulletin'),
(542, 'moderate', 'posts', 'threadtitle', 10, 1, 'vbulletin'),
(543, 'moderate', 'posts', 'threadpagetext', 20, 1, 'vbulletin'),
(544, 'moderate', 'posts', 'threadnotes', 30, 1, 'vbulletin'),
(545, 'moderate', 'posts', 'threadaction', 40, 1, 'vbulletin'),
(546, 'moderate', 'posts', 'posttitle', 50, 1, 'vbulletin'),
(547, 'moderate', 'posts', 'postpagetext', 60, 1, 'vbulletin'),
(548, 'moderate', 'posts', 'postaction', 70, 1, 'vbulletin'),
(549, 'moderator', '', '', 1, 1, 'vbulletin'),
(550, 'moderator', 'add', '', 1, 1, 'vbulletin'),
(551, 'moderator', 'add', 'usergroupid', 30, 1, 'vbulletin'),
(552, 'moderator', 'add', 'membergroupids', 40, 1, 'vbulletin'),
(553, 'moderator', 'add,edit', 'forumid', 10, 1, 'vbulletin'),
(554, 'moderator', 'add,edit', 'modusername', 20, 1, 'vbulletin'),
(555, 'moderator', 'add,edit,editglobal', 'candeletealbumpicture', 1, 1, 'vbulletin'),
(556, 'moderator', 'add,edit,editglobal', 'candeletepicturecomments', 1, 1, 'vbulletin'),
(557, 'moderator', 'add,edit,editglobal', 'caneditpicturecomments', 1, 1, 'vbulletin'),
(558, 'moderator', 'add,edit,editglobal', 'canmoderatepicturecomments', 1, 1, 'vbulletin'),
(559, 'moderator', 'add,edit,editglobal', 'canmoderatepictures', 1, 1, 'vbulletin'),
(560, 'moderator', 'add,edit,editglobal', 'canremovepicturecomments', 1, 1, 'vbulletin'),
(561, 'moderator', 'add,edit,editglobal', 'caneditposts', 50, 1, 'vbulletin'),
(562, 'moderator', 'add,edit,editglobal', 'candeleteposts', 60, 1, 'vbulletin'),
(563, 'moderator', 'add,edit,editglobal', 'canremoveposts', 70, 1, 'vbulletin'),
(564, 'moderator', 'add,edit,editglobal', 'canopenclose', 80, 1, 'vbulletin'),
(565, 'moderator', 'add,edit,editglobal', 'caneditthreads', 90, 1, 'vbulletin'),
(566, 'moderator', 'add,edit,editglobal', 'canmanagethreads', 100, 1, 'vbulletin'),
(567, 'moderator', 'add,edit,editglobal', 'caneditpoll', 110, 1, 'vbulletin'),
(568, 'moderator', 'add,edit,editglobal', 'canannounce', 120, 1, 'vbulletin'),
(569, 'moderator', 'add,edit,editglobal', 'canmoderateposts', 130, 1, 'vbulletin'),
(570, 'moderator', 'add,edit,editglobal', 'canmoderateattachments', 140, 1, 'vbulletin'),
(571, 'moderator', 'add,edit,editglobal', 'canmassmove', 150, 1, 'vbulletin'),
(572, 'moderator', 'add,edit,editglobal', 'canmassprune', 160, 1, 'vbulletin'),
(573, 'moderator', 'add,edit,editglobal', 'cansetpassword', 170, 1, 'vbulletin'),
(574, 'moderator', 'add,edit,editglobal', 'canviewips', 180, 1, 'vbulletin'),
(575, 'moderator', 'add,edit,editglobal', 'canviewprofile', 190, 1, 'vbulletin'),
(576, 'moderator', 'add,edit,editglobal', 'canbanusers', 200, 1, 'vbulletin'),
(577, 'moderator', 'add,edit,editglobal', 'canunbanusers', 210, 1, 'vbulletin'),
(578, 'moderator', 'add,edit,editglobal', 'caneditsigs', 220, 1, 'vbulletin'),
(579, 'moderator', 'add,edit,editglobal', 'caneditavatar', 230, 1, 'vbulletin'),
(580, 'moderator', 'add,edit,editglobal', 'caneditprofilepic', 240, 1, 'vbulletin'),
(581, 'moderator', 'add,edit,editglobal', 'caneditreputation', 250, 1, 'vbulletin'),
(582, 'moderator', 'add,edit,editglobal', 'newthreademail', 260, 1, 'vbulletin'),
(583, 'moderator', 'add,edit,editglobal', 'newpostemail', 270, 1, 'vbulletin'),
(584, 'moderator', 'add,edit,editglobal', 'caneditvisitormessages', 300, 1, 'vbulletin'),
(585, 'moderator', 'add,edit,editglobal', 'candeletevisitormessages', 310, 1, 'vbulletin'),
(586, 'moderator', 'add,edit,editglobal', 'canremovevisitormessages', 320, 1, 'vbulletin'),
(587, 'moderator', 'add,edit,editglobal', 'canmoderatevisitormessages', 330, 1, 'vbulletin'),
(588, 'moderator', 'add,edit,editglobal', 'caneditsocialgroups', 350, 1, 'vbulletin'),
(589, 'moderator', 'add,edit,editglobal', 'candeletesocialgroups', 360, 1, 'vbulletin'),
(590, 'moderator', 'add,edit,editglobal', 'caneditgroupmessages', 370, 1, 'vbulletin'),
(591, 'moderator', 'add,edit,editglobal', 'candeletegroupmessages', 380, 1, 'vbulletin'),
(592, 'moderator', 'add,edit,editglobal', 'canremovegroupmessages', 390, 1, 'vbulletin'),
(593, 'moderator', 'add,edit,editglobal', 'canmoderategroupmessages', 400, 1, 'vbulletin'),
(594, 'moderator', 'add,edit,editglobal', 'caneditalbumpicture', 450, 1, 'vbulletin'),
(595, 'moderator', 'edit', '', 1, 1, 'vbulletin'),
(596, 'moderator', 'edit', 'candeletediscussions', 1, 1, 'vbulletin'),
(597, 'moderator', 'edit', 'caneditdiscussions', 1, 1, 'vbulletin'),
(598, 'moderator', 'edit', 'canmoderatediscussions', 1, 1, 'vbulletin'),
(599, 'moderator', 'edit', 'canremovediscussions', 1, 1, 'vbulletin'),
(600, 'moderator', 'editglobal', 'candeletediscussions', 1, 1, 'vbulletin'),
(601, 'moderator', 'editglobal', 'caneditdiscussions', 1, 1, 'vbulletin'),
(602, 'moderator', 'editglobal', 'canmoderatediscussions', 1, 1, 'vbulletin'),
(603, 'moderator', 'editglobal', 'canremovediscussions', 1, 1, 'vbulletin'),
(604, 'moderator', 'editglobal', 'cantransfersocialgroups', 1, 1, 'vbulletin'),
(605, 'moderator', 'remove', '', 1, 1, 'vbulletin'),
(606, 'moderator', 'removeall', '', 1, 1, 'vbulletin'),
(607, 'moderator', 'showlist', '', 1, 1, 'vbulletin'),
(608, 'modlog', '', '', 1, 1, 'vbulletin'),
(609, 'modlog', 'choose', '', 1, 1, 'vbulletin'),
(610, 'modlog', 'choose', 'perpage', 10, 1, 'vbulletin'),
(611, 'modlog', 'choose', 'userid', 20, 1, 'vbulletin'),
(612, 'modlog', 'choose', 'orderby', 30, 1, 'vbulletin'),
(613, 'modlog', 'choose', 'daysprune', 40, 1, 'vbulletin'),
(614, 'modlog', 'prunelog', '', 1, 1, 'vbulletin'),
(615, 'modlog', 'view', '', 1, 1, 'vbulletin'),
(616, 'notice', 'add,edit', 'title', 1, 1, 'vbulletin'),
(617, 'notice', 'add,edit', 'html', 4, 1, 'vbulletin'),
(618, 'notice', 'add,edit', 'displayorder', 6, 1, 'vbulletin'),
(619, 'notice', 'add,edit', 'active', 8, 1, 'vbulletin'),
(620, 'notice', 'add,edit', 'persistent', 10, 1, 'vbulletin'),
(621, 'notice', 'add,edit', 'criteria', 20, 1, 'vbulletin'),
(622, 'notice', 'modify', 'tableheader', 1, 1, 'vbulletin'),
(623, 'options', '', '', 1, 1, 'vbulletin'),
(624, 'options', 'options', '', 1, 1, 'vbulletin'),
(625, 'options', 'options', 'albums_perpage', 1, 1, 'vbulletin'),
(626, 'options', 'options', 'albums_pictures_moderation', 1, 1, 'vbulletin'),
(627, 'options', 'options', 'album_captionpreviewlen', 1, 1, 'vbulletin'),
(628, 'options', 'options', 'album_maxpicsperalbum', 1, 1, 'vbulletin'),
(629, 'options', 'options', 'album_pictures_perpage', 1, 1, 'vbulletin'),
(630, 'options', 'options', 'album_recentalbumdays', 1, 1, 'vbulletin'),
(631, 'options', 'options', 'album_thumbsize', 1, 1, 'vbulletin'),
(632, 'options', 'options', 'album_uploadamount', 1, 1, 'vbulletin'),
(633, 'options', 'options', 'attachresize', 1, 1, 'vbulletin'),
(634, 'options', 'options', 'bounceemail', 1, 1, 'vbulletin'),
(635, 'options', 'options', 'checkcoppa', 1, 1, 'vbulletin'),
(636, 'options', 'options', 'errorlogemail', 1, 1, 'vbulletin'),
(637, 'options', 'options', 'externalcache', 1, 1, 'vbulletin'),
(638, 'options', 'options', 'externalcount', 1, 1, 'vbulletin'),
(639, 'options', 'options', 'gm_maxperpage', 1, 1, 'vbulletin'),
(640, 'options', 'options', 'gm_perpage', 1, 1, 'vbulletin'),
(641, 'options', 'options', 'hvcheck', 1, 1, 'vbulletin'),
(642, 'options', 'options', 'ie8render7', 1, 1, 'vbulletin'),
(643, 'options', 'options', 'ipcheck', 1, 1, 'vbulletin'),
(644, 'options', 'options', 'paymentemail', 1, 1, 'vbulletin'),
(645, 'options', 'options', 'pc_allowed_bbcode', 1, 1, 'vbulletin'),
(646, 'options', 'options', 'pc_enabled', 1, 1, 'vbulletin'),
(647, 'options', 'options', 'pc_maxperpage', 1, 1, 'vbulletin'),
(648, 'options', 'options', 'pc_moderation', 1, 1, 'vbulletin'),
(649, 'options', 'options', 'pc_perpage', 1, 1, 'vbulletin'),
(650, 'options', 'options', 'pmthrottleperiod', 1, 1, 'vbulletin'),
(651, 'options', 'options', 'postedithistory', 1, 1, 'vbulletin'),
(652, 'options', 'options', 'postimagecheck', 1, 1, 'vbulletin'),
(653, 'options', 'options', 'profileprivacy', 1, 1, 'vbulletin'),
(654, 'options', 'options', 'profile_album_amount', 1, 1, 'vbulletin'),
(655, 'options', 'options', 'remoteyui', 1, 1, 'vbulletin'),
(656, 'options', 'options', 'rpemail', 1, 1, 'vbulletin'),
(657, 'options', 'options', 'rpforumid', 1, 1, 'vbulletin'),
(658, 'options', 'options', 'rpuserid', 1, 1, 'vbulletin'),
(659, 'options', 'options', 'rsspodcast', 1, 1, 'vbulletin'),
(660, 'options', 'options', 'sgd_maxperpage', 1, 1, 'vbulletin'),
(661, 'options', 'options', 'sgd_perpage', 1, 1, 'vbulletin'),
(662, 'options', 'options', 'sg_allowed_bbcode', 1, 1, 'vbulletin'),
(663, 'options', 'options', 'sg_allow_delete_empty_group', 1, 1, 'vbulletin'),
(664, 'options', 'options', 'sg_allow_join_to_view', 1, 1, 'vbulletin'),
(665, 'options', 'options', 'sg_allow_owner_mod_queue', 1, 1, 'vbulletin'),
(666, 'options', 'options', 'sg_category_cloud_size', 1, 1, 'vbulletin'),
(667, 'options', 'options', 'sg_enablesocialgroupicons', 1, 1, 'vbulletin'),
(668, 'options', 'options', 'sg_enable_owner_only_discussions', 1, 1, 'vbulletin'),
(669, 'options', 'options', 'sg_maxperpage', 1, 1, 'vbulletin'),
(670, 'options', 'options', 'sg_name_maxchars', 1, 1, 'vbulletin'),
(671, 'options', 'options', 'sg_newgroups_count', 1, 1, 'vbulletin'),
(672, 'options', 'options', 'sg_perpage', 1, 1, 'vbulletin'),
(673, 'options', 'options', 'skypeweb_gfx', 1, 1, 'vbulletin'),
(674, 'options', 'options', 'socialbookmarks', 1, 1, 'vbulletin'),
(675, 'options', 'options', 'socnet', 1, 1, 'vbulletin'),
(676, 'options', 'options', 'tagbadwords', 1, 1, 'vbulletin'),
(677, 'options', 'options', 'tagcloud_cachetime', 1, 1, 'vbulletin'),
(678, 'options', 'options', 'tagcloud_levels', 1, 1, 'vbulletin'),
(679, 'options', 'options', 'tagcloud_searchcloud', 1, 1, 'vbulletin'),
(680, 'options', 'options', 'tagcloud_searchhistory', 1, 1, 'vbulletin'),
(681, 'options', 'options', 'tagcloud_tags', 1, 1, 'vbulletin'),
(682, 'options', 'options', 'tagcloud_usagehistory', 1, 1, 'vbulletin'),
(683, 'options', 'options', 'tagcloud_usergroup', 1, 1, 'vbulletin'),
(684, 'options', 'options', 'tagdelimiter', 1, 1, 'vbulletin'),
(685, 'options', 'options', 'taggoodwords', 1, 1, 'vbulletin'),
(686, 'options', 'options', 'tagminlen', 1, 1, 'vbulletin'),
(687, 'options', 'options', 'thumbcolor', 1, 1, 'vbulletin'),
(688, 'options', 'options', 'tosurl', 1, 1, 'vbulletin'),
(689, 'options', 'options', 'uiforumid', 1, 1, 'vbulletin'),
(690, 'options', 'options', 'uimessage', 1, 1, 'vbulletin'),
(691, 'options', 'options', 'usercss_allowed_fonts', 1, 1, 'vbulletin'),
(692, 'options', 'options', 'usercss_allowed_padding', 1, 1, 'vbulletin'),
(693, 'options', 'options', 'vm_allowed_bbcode', 1, 1, 'vbulletin'),
(694, 'options', 'options', 'welcomepm', 1, 1, 'vbulletin'),
(695, 'options', 'options', 'socnet_groups_msg_enabled', 10, 1, 'vbulletin'),
(696, 'options', 'options', 'vb_antispam_key', 10, 1, 'vbulletin'),
(697, 'options', 'options', 'bbactive', 20, 1, 'vbulletin'),
(698, 'options', 'options', 'socnet_groups_albums_enabled', 20, 1, 'vbulletin'),
(699, 'options', 'options', 'vb_antispam_posts', 20, 1, 'vbulletin'),
(700, 'options', 'options', 'bbclosedreason', 30, 1, 'vbulletin'),
(701, 'options', 'options', 'bbtitle', 40, 1, 'vbulletin'),
(702, 'options', 'options', 'bburl', 50, 1, 'vbulletin'),
(703, 'options', 'options', 'hometitle', 60, 1, 'vbulletin'),
(704, 'options', 'options', 'homeurl', 70, 1, 'vbulletin'),
(705, 'options', 'options', 'contactuslink', 80, 1, 'vbulletin'),
(706, 'options', 'options', 'contactustype', 85, 1, 'vbulletin'),
(707, 'options', 'options', 'contactusoptions', 90, 1, 'vbulletin'),
(708, 'options', 'options', 'lightboxenabled', 100, 1, 'vbulletin'),
(709, 'options', 'options', 'webmasteremail', 100, 1, 'vbulletin'),
(710, 'options', 'options', 'privacyurl', 110, 1, 'vbulletin'),
(711, 'options', 'options', 'copyrighttext', 120, 1, 'vbulletin'),
(712, 'options', 'options', 'companyname', 130, 1, 'vbulletin'),
(713, 'options', 'options', 'faxnumber', 140, 1, 'vbulletin'),
(714, 'options', 'options', 'address', 160, 1, 'vbulletin'),
(715, 'options', 'options', 'keywords', 170, 1, 'vbulletin'),
(716, 'options', 'options', 'description', 180, 1, 'vbulletin'),
(717, 'options', 'options', 'useforumjump', 190, 1, 'vbulletin'),
(718, 'options', 'options', 'pagenavpages', 200, 1, 'vbulletin'),
(719, 'options', 'options', 'pagenavs', 205, 1, 'vbulletin'),
(720, 'options', 'options', 'enableaccess', 210, 1, 'vbulletin'),
(721, 'options', 'options', 'showimicons', 220, 1, 'vbulletin'),
(722, 'options', 'options', 'addtemplatename', 230, 1, 'vbulletin'),
(723, 'options', 'options', 'usestrikesystem', 235, 1, 'vbulletin'),
(724, 'options', 'options', 'forumleaders', 236, 1, 'vbulletin'),
(725, 'options', 'options', 'allowedreferrers', 237, 1, 'vbulletin'),
(726, 'options', 'options', 'threadmarking', 238, 1, 'vbulletin'),
(727, 'options', 'options', 'disable_ajax', 239, 1, 'vbulletin'),
(728, 'options', 'options', 'enable_inlinemod_auth', 239, 1, 'vbulletin'),
(729, 'options', 'options', 'markinglimit', 239, 1, 'vbulletin'),
(730, 'options', 'options', 'threadtagging', 240, 1, 'vbulletin'),
(731, 'options', 'options', 'yestoday', 240, 1, 'vbulletin'),
(732, 'options', 'options', 'tagmaxlen', 241, 1, 'vbulletin'),
(733, 'options', 'options', 'tagmaxstarter', 242, 1, 'vbulletin'),
(734, 'options', 'options', 'tagmaxthread', 242, 1, 'vbulletin'),
(735, 'options', 'options', 'tagmaxuser', 244, 1, 'vbulletin'),
(736, 'options', 'options', 'tagforcelower', 245, 1, 'vbulletin'),
(737, 'options', 'options', 'timeoffset', 250, 1, 'vbulletin'),
(738, 'options', 'options', 'dstonoff', 260, 1, 'vbulletin'),
(739, 'options', 'options', 'dateformat', 270, 1, 'vbulletin'),
(740, 'options', 'options', 'timeformat', 280, 1, 'vbulletin'),
(741, 'options', 'options', 'registereddateformat', 290, 1, 'vbulletin'),
(742, 'options', 'options', 'calformat1', 300, 1, 'vbulletin'),
(743, 'options', 'options', 'calformat2', 310, 1, 'vbulletin'),
(744, 'options', 'options', 'logdateformat', 315, 1, 'vbulletin'),
(745, 'options', 'options', 'cookietimeout', 320, 1, 'vbulletin'),
(746, 'options', 'options', 'cookiepath', 330, 1, 'vbulletin'),
(747, 'options', 'options', 'cookiedomain', 340, 1, 'vbulletin'),
(748, 'options', 'options', 'gzipoutput', 350, 1, 'vbulletin'),
(749, 'options', 'options', 'gziplevel', 360, 1, 'vbulletin'),
(750, 'options', 'options', 'addheaders', 370, 1, 'vbulletin'),
(751, 'options', 'options', 'nocacheheaders', 375, 1, 'vbulletin'),
(752, 'options', 'options', 'useheaderredirect', 380, 1, 'vbulletin'),
(753, 'options', 'options', 'allowphpinfo', 390, 1, 'vbulletin'),
(754, 'options', 'options', 'cachemaxage', 400, 1, 'vbulletin'),
(755, 'options', 'options', 'threadviewslive', 410, 1, 'vbulletin'),
(756, 'options', 'options', 'attachmentviewslive', 420, 1, 'vbulletin'),
(757, 'options', 'options', 'emailsendnum', 430, 1, 'vbulletin'),
(758, 'options', 'options', 'loadlimit', 450, 1, 'vbulletin'),
(759, 'options', 'options', 'imagetype', 461, 1, 'vbulletin'),
(760, 'options', 'options', 'regimagetype', 462, 1, 'vbulletin'),
(761, 'options', 'options', 'magickpath', 464, 1, 'vbulletin'),
(762, 'options', 'options', 'regimageoption', 465, 1, 'vbulletin'),
(763, 'options', 'options', 'safeupload', 480, 1, 'vbulletin'),
(764, 'options', 'options', 'tmppath', 490, 1, 'vbulletin'),
(765, 'options', 'options', 'copypostindex', 493, 1, 'vbulletin'),
(766, 'options', 'options', 'usemailqueue', 500, 1, 'vbulletin'),
(767, 'options', 'options', 'needfromemail', 510, 1, 'vbulletin'),
(768, 'options', 'options', 'languageid', 520, 1, 'vbulletin'),
(769, 'options', 'options', 'styleid', 530, 1, 'vbulletin'),
(770, 'options', 'options', 'allowchangestyles', 540, 1, 'vbulletin'),
(771, 'options', 'options', 'cleargifurl', 550, 1, 'vbulletin'),
(772, 'options', 'options', 'storecssasfile', 560, 1, 'vbulletin'),
(773, 'options', 'options', 'usepopups', 570, 1, 'vbulletin'),
(774, 'options', 'options', 'legacypostbit', 575, 1, 'vbulletin'),
(775, 'options', 'options', 'enableemail', 580, 1, 'vbulletin'),
(776, 'options', 'options', 'displayemails', 590, 1, 'vbulletin'),
(777, 'options', 'options', 'secureemail', 600, 1, 'vbulletin'),
(778, 'options', 'options', 'emailfloodtime', 610, 1, 'vbulletin'),
(779, 'options', 'options', 'use_smtp', 611, 1, 'vbulletin'),
(780, 'options', 'options', 'smtp_host', 612, 1, 'vbulletin'),
(781, 'options', 'options', 'smtp_port', 613, 1, 'vbulletin'),
(782, 'options', 'options', 'smtp_user', 614, 1, 'vbulletin'),
(783, 'options', 'options', 'smtp_pass', 615, 1, 'vbulletin'),
(784, 'options', 'options', 'smtp_tls', 616, 1, 'vbulletin'),
(785, 'options', 'options', 'enablecensor', 620, 1, 'vbulletin'),
(786, 'options', 'options', 'censorchar', 630, 1, 'vbulletin'),
(787, 'options', 'options', 'censorwords', 640, 1, 'vbulletin'),
(788, 'options', 'options', 'blankasciistrip', 650, 1, 'vbulletin'),
(789, 'options', 'options', 'allowregistration', 660, 1, 'vbulletin'),
(790, 'options', 'options', 'usecoppa', 670, 1, 'vbulletin'),
(791, 'options', 'options', 'moderatenewmembers', 680, 1, 'vbulletin'),
(792, 'options', 'options', 'regimagecheck', 690, 1, 'vbulletin');
INSERT INTO `adminhelp` (`adminhelpid`, `script`, `action`, `optionname`, `displayorder`, `volatile`, `product`) VALUES
(793, 'options', 'options', 'welcomemail', 700, 1, 'vbulletin'),
(794, 'options', 'options', 'newuseremail', 710, 1, 'vbulletin'),
(795, 'options', 'options', 'allowmultiregs', 720, 1, 'vbulletin'),
(796, 'options', 'options', 'verifyemail', 730, 1, 'vbulletin'),
(797, 'options', 'options', 'requireuniqueemail', 740, 1, 'vbulletin'),
(798, 'options', 'options', 'minuserlength', 750, 1, 'vbulletin'),
(799, 'options', 'options', 'maxuserlength', 760, 1, 'vbulletin'),
(800, 'options', 'options', 'illegalusernames', 770, 1, 'vbulletin'),
(801, 'options', 'options', 'usernameregex', 771, 1, 'vbulletin'),
(802, 'options', 'options', 'usereferrer', 775, 1, 'vbulletin'),
(803, 'options', 'options', 'defaultregoptions', 780, 1, 'vbulletin'),
(804, 'options', 'options', 'usernamereusedelay', 781, 1, 'vbulletin'),
(805, 'options', 'options', 'social_moderation', 784, 1, 'vbulletin'),
(806, 'options', 'options', 'reqbirthday', 785, 1, 'vbulletin'),
(807, 'options', 'options', 'ctMaxChars', 790, 1, 'vbulletin'),
(808, 'options', 'options', 'ctCensorWords', 800, 1, 'vbulletin'),
(809, 'options', 'options', 'minifriends_amount', 805, 1, 'vbulletin'),
(810, 'options', 'options', 'ctCensorMod', 810, 1, 'vbulletin'),
(811, 'options', 'options', 'friends_per_page', 815, 1, 'vbulletin'),
(812, 'options', 'options', 'profilemaxvisitors', 816, 1, 'vbulletin'),
(813, 'options', 'options', 'softlinebreakchars', 820, 1, 'vbulletin'),
(814, 'options', 'options', 'sigmax', 830, 1, 'vbulletin'),
(815, 'options', 'options', 'allowbbcode', 840, 1, 'vbulletin'),
(816, 'options', 'options', 'allowsmilies', 850, 1, 'vbulletin'),
(817, 'options', 'options', 'allowbbimagecode', 860, 1, 'vbulletin'),
(818, 'options', 'options', 'allowhtml', 870, 1, 'vbulletin'),
(819, 'options', 'options', 'ignoremods', 880, 1, 'vbulletin'),
(820, 'options', 'options', 'avatarenabled', 890, 1, 'vbulletin'),
(821, 'options', 'options', 'numavatarswide', 900, 1, 'vbulletin'),
(822, 'options', 'options', 'numavatarsperpage', 910, 1, 'vbulletin'),
(823, 'options', 'options', 'profilepicenabled', 920, 1, 'vbulletin'),
(824, 'options', 'options', 'reputationenable', 930, 1, 'vbulletin'),
(825, 'options', 'options', 'reputationhide', 940, 1, 'vbulletin'),
(826, 'options', 'options', 'reputationundefined', 945, 1, 'vbulletin'),
(827, 'options', 'options', 'reputationdefault', 950, 1, 'vbulletin'),
(828, 'options', 'options', 'showuserrates', 960, 1, 'vbulletin'),
(829, 'options', 'options', 'adminpower', 970, 1, 'vbulletin'),
(830, 'options', 'options', 'rdpower', 980, 1, 'vbulletin'),
(831, 'options', 'options', 'pcpower', 990, 1, 'vbulletin'),
(832, 'options', 'options', 'kppower', 1000, 1, 'vbulletin'),
(833, 'options', 'options', 'minreputationpost', 1010, 1, 'vbulletin'),
(834, 'options', 'options', 'minreputationcount', 1020, 1, 'vbulletin'),
(835, 'options', 'options', 'maxreputationperday', 1030, 1, 'vbulletin'),
(836, 'options', 'options', 'reputationrepeat', 1040, 1, 'vbulletin'),
(837, 'options', 'options', 'unallowvbcode', 1050, 1, 'vbulletin'),
(838, 'options', 'options', 'unallowsmilies', 1060, 1, 'vbulletin'),
(839, 'options', 'options', 'unallowimg', 1070, 1, 'vbulletin'),
(840, 'options', 'options', 'unallowhtml', 1080, 1, 'vbulletin'),
(841, 'options', 'options', 'enablememberlist', 1090, 1, 'vbulletin'),
(842, 'options', 'options', 'memberlistposts', 1093, 1, 'vbulletin'),
(843, 'options', 'options', 'memberlistfields', 1095, 1, 'vbulletin'),
(844, 'options', 'options', 'memberlistperpage', 1100, 1, 'vbulletin'),
(845, 'options', 'options', 'usememberlistadvsearch', 1110, 1, 'vbulletin'),
(846, 'options', 'options', 'profilelastpost', 1120, 1, 'vbulletin'),
(847, 'options', 'options', 'enablebanning', 1130, 1, 'vbulletin'),
(848, 'options', 'options', 'banip', 1140, 1, 'vbulletin'),
(849, 'options', 'options', 'banemail', 1150, 1, 'vbulletin'),
(850, 'options', 'options', 'aggressiveemailban', 1155, 1, 'vbulletin'),
(851, 'options', 'options', 'allowkeepbannedemail', 1160, 1, 'vbulletin'),
(852, 'options', 'options', 'globalignore', 1170, 1, 'vbulletin'),
(853, 'options', 'options', 'allowedbbcodes', 1173, 1, 'vbulletin'),
(854, 'options', 'options', 'codemaxlines', 1178, 1, 'vbulletin'),
(855, 'options', 'options', 'quickedit', 1179, 1, 'vbulletin'),
(856, 'options', 'options', 'mqlimit', 1180, 1, 'vbulletin'),
(857, 'options', 'options', 'multiquote', 1180, 1, 'vbulletin'),
(858, 'options', 'options', 'quickreply', 1180, 1, 'vbulletin'),
(859, 'options', 'options', 'postminchars', 1200, 1, 'vbulletin'),
(860, 'options', 'options', 'ignorequotechars', 1210, 1, 'vbulletin'),
(861, 'options', 'options', 'titlemaxchars', 1215, 1, 'vbulletin'),
(862, 'options', 'options', 'quotetitle', 1220, 1, 'vbulletin'),
(863, 'options', 'options', 'postmaxchars', 1230, 1, 'vbulletin'),
(864, 'options', 'options', 'maximages', 1240, 1, 'vbulletin'),
(865, 'options', 'options', 'stopshouting', 1250, 1, 'vbulletin'),
(866, 'options', 'options', 'allowdynimg', 1260, 1, 'vbulletin'),
(867, 'options', 'options', 'floodchecktime', 1270, 1, 'vbulletin'),
(868, 'options', 'options', 'editthreadtitlelimit', 1280, 1, 'vbulletin'),
(869, 'options', 'options', 'addpolltimeout', 1290, 1, 'vbulletin'),
(870, 'options', 'options', 'edittimelimit', 1295, 1, 'vbulletin'),
(871, 'options', 'options', 'noeditedbytime', 1300, 1, 'vbulletin'),
(872, 'options', 'options', 'logip', 1310, 1, 'vbulletin'),
(873, 'options', 'options', 'allowvbcodebuttons', 1320, 1, 'vbulletin'),
(874, 'options', 'options', 'editormodes', 1335, 1, 'vbulletin'),
(875, 'options', 'options', 'smtotal', 1340, 1, 'vbulletin'),
(876, 'options', 'options', 'smcolumns', 1350, 1, 'vbulletin'),
(877, 'options', 'options', 'wysiwyg_smtotal', 1360, 1, 'vbulletin'),
(878, 'options', 'options', 'attachtotalspace', 1370, 1, 'vbulletin'),
(879, 'options', 'options', 'attachlimit', 1380, 1, 'vbulletin'),
(880, 'options', 'options', 'attachboxcount', 1390, 1, 'vbulletin'),
(881, 'options', 'options', 'attachurlcount', 1395, 1, 'vbulletin'),
(882, 'options', 'options', 'allowattachdel', 1400, 1, 'vbulletin'),
(883, 'options', 'options', 'allowclosedattachdel', 1401, 1, 'vbulletin'),
(884, 'options', 'options', 'allowduplicates', 1410, 1, 'vbulletin'),
(885, 'options', 'options', 'viewattachedimages', 1420, 1, 'vbulletin'),
(886, 'options', 'options', 'attachthumbs', 1430, 1, 'vbulletin'),
(887, 'options', 'options', 'attachthumbssize', 1440, 1, 'vbulletin'),
(888, 'options', 'options', 'thumbquality', 1445, 1, 'vbulletin'),
(889, 'options', 'options', 'attachrow', 1450, 1, 'vbulletin'),
(890, 'options', 'options', 'maxpolloptions', 1460, 1, 'vbulletin'),
(891, 'options', 'options', 'maxpolllength', 1465, 1, 'vbulletin'),
(892, 'options', 'options', 'updatelastpost', 1470, 1, 'vbulletin'),
(893, 'options', 'options', 'showvotes', 1480, 1, 'vbulletin'),
(894, 'options', 'options', 'votechange', 1490, 1, 'vbulletin'),
(895, 'options', 'options', 'enablesearches', 1500, 1, 'vbulletin'),
(896, 'options', 'options', 'searchfloodtime', 1510, 1, 'vbulletin'),
(897, 'options', 'options', 'minsearchlength', 1520, 1, 'vbulletin'),
(898, 'options', 'options', 'maxsearchlength', 1530, 1, 'vbulletin'),
(899, 'options', 'options', 'goodwords', 1540, 1, 'vbulletin'),
(900, 'options', 'options', 'searchperpage', 1550, 1, 'vbulletin'),
(901, 'options', 'options', 'maxresults', 1560, 1, 'vbulletin'),
(902, 'options', 'options', 'allowwildcards', 1570, 1, 'vbulletin'),
(903, 'options', 'options', 'similarthreadsearch', 1580, 1, 'vbulletin'),
(904, 'options', 'options', 'searchsharing', 1585, 1, 'vbulletin'),
(905, 'options', 'options', 'similarthreadthreshold', 1590, 1, 'vbulletin'),
(906, 'options', 'options', 'badwords', 1595, 1, 'vbulletin'),
(907, 'options', 'options', 'searchimagecheck', 1598, 1, 'vbulletin'),
(908, 'options', 'options', 'multimatchscore', 1600, 1, 'vbulletin'),
(909, 'options', 'options', 'datescore', 1610, 1, 'vbulletin'),
(910, 'options', 'options', 'threadtitlescore', 1620, 1, 'vbulletin'),
(911, 'options', 'options', 'posttitlescore', 1630, 1, 'vbulletin'),
(912, 'options', 'options', 'replyscore', 1640, 1, 'vbulletin'),
(913, 'options', 'options', 'replyfunc', 1650, 1, 'vbulletin'),
(914, 'options', 'options', 'viewscore', 1660, 1, 'vbulletin'),
(915, 'options', 'options', 'viewfunc', 1670, 1, 'vbulletin'),
(916, 'options', 'options', 'ratescore', 1680, 1, 'vbulletin'),
(917, 'options', 'options', 'ratefunc', 1690, 1, 'vbulletin'),
(918, 'options', 'options', 'forumhome', 1700, 1, 'vbulletin'),
(919, 'options', 'options', 'displayloggedin', 1710, 1, 'vbulletin'),
(920, 'options', 'options', 'showbirthdays', 1720, 1, 'vbulletin'),
(921, 'options', 'options', 'birthdaydatecut', 1730, 1, 'vbulletin'),
(922, 'options', 'options', 'showevents', 1740, 1, 'vbulletin'),
(923, 'options', 'options', 'showholidays', 1750, 1, 'vbulletin'),
(924, 'options', 'options', 'showeventtype', 1760, 1, 'vbulletin'),
(925, 'options', 'options', 'activememberdays', 1765, 1, 'vbulletin'),
(926, 'options', 'options', 'activememberoptions', 1767, 1, 'vbulletin'),
(927, 'options', 'options', 'forumhomedepth', 1770, 1, 'vbulletin'),
(928, 'options', 'options', 'forumdisplaydepth', 1780, 1, 'vbulletin'),
(929, 'options', 'options', 'subforumdepth', 1790, 1, 'vbulletin'),
(930, 'options', 'options', 'showforumdescription', 1800, 1, 'vbulletin'),
(931, 'options', 'options', 'showprivateforums', 1805, 1, 'vbulletin'),
(932, 'options', 'options', 'hideprivateforums', 1810, 1, 'vbulletin'),
(933, 'options', 'options', 'showlocks', 1820, 1, 'vbulletin'),
(934, 'options', 'options', 'lastthreadchars', 1830, 1, 'vbulletin'),
(935, 'options', 'options', 'showmoderatorcolumn', 1840, 1, 'vbulletin'),
(936, 'options', 'options', 'nav_forumdesc', 1845, 1, 'vbulletin'),
(937, 'options', 'options', 'showprefixlastpost', 1845, 1, 'vbulletin'),
(938, 'options', 'options', 'showforumusers', 1850, 1, 'vbulletin'),
(939, 'options', 'options', 'maxthreads', 1860, 1, 'vbulletin'),
(940, 'options', 'options', 'showstickies', 1870, 1, 'vbulletin'),
(941, 'options', 'options', 'showdots', 1880, 1, 'vbulletin'),
(942, 'options', 'options', 'usehotthreads', 1890, 1, 'vbulletin'),
(943, 'options', 'options', 'hotnumberviews', 1900, 1, 'vbulletin'),
(944, 'options', 'options', 'hotnumberposts', 1910, 1, 'vbulletin'),
(945, 'options', 'options', 'linktopages', 1920, 1, 'vbulletin'),
(946, 'options', 'options', 'maxmultipage', 1930, 1, 'vbulletin'),
(947, 'options', 'options', 'threadpreview', 1940, 1, 'vbulletin'),
(948, 'options', 'options', 'oneannounce', 1950, 1, 'vbulletin'),
(949, 'options', 'options', 'showthreadusers', 1960, 1, 'vbulletin'),
(950, 'options', 'options', 'maxposts', 1970, 1, 'vbulletin'),
(951, 'options', 'options', 'usermaxposts', 1980, 1, 'vbulletin'),
(952, 'options', 'options', 'showdeficon', 1990, 1, 'vbulletin'),
(953, 'options', 'options', 'wordwrap', 2010, 1, 'vbulletin'),
(954, 'options', 'options', 'threadvoted', 2020, 1, 'vbulletin'),
(955, 'options', 'options', 'threadsubscribed', 2030, 1, 'vbulletin'),
(956, 'options', 'options', 'showsimilarthreads', 2040, 1, 'vbulletin'),
(957, 'options', 'options', 'postelements', 2045, 1, 'vbulletin'),
(958, 'options', 'options', 'allowthreadedmode', 2050, 1, 'vbulletin'),
(959, 'options', 'options', 'threadedmode', 2060, 1, 'vbulletin'),
(960, 'options', 'options', 'threaded_listdepth', 2070, 1, 'vbulletin'),
(961, 'options', 'options', 'threaded_maxcache', 2080, 1, 'vbulletin'),
(962, 'options', 'options', 'threaded_trimtitle', 2085, 1, 'vbulletin'),
(963, 'options', 'options', 'enablepms', 2090, 1, 'vbulletin'),
(964, 'options', 'options', 'checknewpm', 2100, 1, 'vbulletin'),
(965, 'options', 'options', 'pmmaxchars', 2110, 1, 'vbulletin'),
(966, 'options', 'options', 'pmfloodtime', 2120, 1, 'vbulletin'),
(967, 'options', 'options', 'pmperpage', 2130, 1, 'vbulletin'),
(968, 'options', 'options', 'pmmaxperpage', 2140, 1, 'vbulletin'),
(969, 'options', 'options', 'privallowicons', 2150, 1, 'vbulletin'),
(970, 'options', 'options', 'privallowbbcode', 2160, 1, 'vbulletin'),
(971, 'options', 'options', 'privallowsmilies', 2170, 1, 'vbulletin'),
(972, 'options', 'options', 'privallowbbimagecode', 2180, 1, 'vbulletin'),
(973, 'options', 'options', 'privallowhtml', 2190, 1, 'vbulletin'),
(974, 'options', 'options', 'WOLenable', 2200, 1, 'vbulletin'),
(975, 'options', 'options', 'WOLrefresh', 2210, 1, 'vbulletin'),
(976, 'options', 'options', 'WOLguests', 2220, 1, 'vbulletin'),
(977, 'options', 'options', 'WOLresolve', 2230, 1, 'vbulletin'),
(978, 'options', 'options', 'enablespiders', 2240, 1, 'vbulletin'),
(979, 'options', 'options', 'archiveenabled', 2270, 1, 'vbulletin'),
(980, 'options', 'options', 'archive_threadtype', 2275, 1, 'vbulletin'),
(981, 'options', 'options', 'archive_threadsperpage', 2280, 1, 'vbulletin'),
(982, 'options', 'options', 'archive_postsperpage', 2290, 1, 'vbulletin'),
(983, 'options', 'options', 'adminquickstats', 2300, 1, 'vbulletin'),
(984, 'options', 'options', 'cpstylefolder', 2310, 1, 'vbulletin'),
(985, 'options', 'options', 'timeoutcontrolpanel', 2320, 1, 'vbulletin'),
(986, 'options', 'options', 'cp_collapse_forums', 2330, 1, 'vbulletin'),
(987, 'options', 'options', 'cp_usereditcolumns', 2340, 1, 'vbulletin'),
(988, 'options', 'options', 'externaljs', 2350, 1, 'vbulletin'),
(989, 'options', 'options', 'externalrss', 2360, 1, 'vbulletin'),
(990, 'options', 'options', 'externalxml', 2370, 1, 'vbulletin'),
(991, 'options', 'options', 'externalcutoff', 2375, 1, 'vbulletin'),
(992, 'options', 'options', 'errorlogdatabase', 2380, 1, 'vbulletin'),
(993, 'options', 'options', 'errorlogsecurity', 2390, 1, 'vbulletin'),
(994, 'options', 'options', 'errorlogphp', 2395, 1, 'vbulletin'),
(995, 'options', 'options', 'errorlogmaxsize', 2400, 1, 'vbulletin'),
(996, 'options', 'options', 'disableerroremail', 2410, 1, 'vbulletin'),
(997, 'options', 'options', 'enablehooks', 2470, 1, 'vbulletin'),
(998, 'options', 'options', 'usercss_allowed_font_sizes', 2610, 1, 'vbulletin'),
(999, 'options', 'options', 'usercss_allowed_border_widths', 2620, 1, 'vbulletin'),
(1000, 'options', 'options', 'vm_maxchars', 2700, 1, 'vbulletin'),
(1001, 'options', 'options', 'vm_perpage', 2720, 1, 'vbulletin'),
(1002, 'options', 'options', 'vm_maxperpage', 2730, 1, 'vbulletin'),
(1003, 'options', 'options', 'vm_moderation', 2740, 1, 'vbulletin'),
(1004, 'options', 'searchtype', '', 1, 1, 'vbulletin'),
(1005, 'options', 'searchtype', 'deleteindex', 10, 1, 'vbulletin'),
(1006, 'passwordcheck', 'check', 'do_banned', 1, 1, 'vbulletin'),
(1007, 'passwordcheck', 'check', 'email', 1, 1, 'vbulletin'),
(1008, 'passwordcheck', 'check', 'email_from', 1, 1, 'vbulletin'),
(1009, 'passwordcheck', 'check', 'email_subject', 1, 1, 'vbulletin'),
(1010, 'passwordcheck', 'check', 'languageid', 1, 1, 'vbulletin'),
(1011, 'passwordcheck', 'check', 'period', 1, 1, 'vbulletin'),
(1012, 'passwordcheck', 'check', 'quantity', 1, 1, 'vbulletin'),
(1013, 'passwordcheck', 'check', 'reset_on_error', 1, 1, 'vbulletin'),
(1014, 'phrase', '', '', 1, 1, 'vbulletin'),
(1015, 'phrase', 'add', '', 1, 1, 'vbulletin'),
(1016, 'phrase', 'add,edit', 'phrasetypeid', 20, 1, 'vbulletin'),
(1017, 'phrase', 'add,edit', 'varname', 30, 1, 'vbulletin'),
(1018, 'phrase', 'add,edit', 'text', 40, 1, 'vbulletin'),
(1019, 'phrase', 'delete', '', 1, 1, 'vbulletin'),
(1020, 'phrase', 'edit', '', 1, 1, 'vbulletin'),
(1021, 'phrase', 'edit', 'languageid', 10, 1, 'vbulletin'),
(1022, 'phrase', 'findorphans', '', 1, 1, 'vbulletin'),
(1023, 'phrase', 'findupdates', '', 1, 1, 'vbulletin'),
(1024, 'phrase', 'manageorphans', '', 1, 1, 'vbulletin'),
(1025, 'phrase', 'modify', '', 1, 1, 'vbulletin'),
(1026, 'phrase', 'quickref', '', 1, 1, 'vbulletin'),
(1027, 'phrase', 'search', '', 1, 1, 'vbulletin'),
(1028, 'phrase', 'search', 'searchstring', 20, 1, 'vbulletin'),
(1029, 'phrase', 'search', 'languageid', 25, 1, 'vbulletin'),
(1030, 'phrase', 'search', 'searchwhere', 30, 1, 'vbulletin'),
(1031, 'phrase', 'search', 'casesensitive', 40, 1, 'vbulletin'),
(1032, 'phrase', 'search', 'replacestring', 50, 1, 'vbulletin'),
(1033, 'plugin', 'productadd', 'allowoverwrite', 4, 1, 'vbulletin'),
(1034, 'plugin', 'productadd,productedit', 'productid', 5, 1, 'vbulletin'),
(1035, 'plugin', 'productadd,productedit', 'title', 10, 1, 'vbulletin'),
(1036, 'plugin', 'productadd,productedit', 'version', 20, 1, 'vbulletin'),
(1037, 'plugin', 'productadd,productedit', 'description', 30, 1, 'vbulletin'),
(1038, 'plugin', 'productadd,productedit', 'url', 40, 1, 'vbulletin'),
(1039, 'plugin', 'productadd,productedit', 'versioncheckurl', 50, 1, 'vbulletin'),
(1040, 'plugin', 'productedit', 'dependencytype', 60, 1, 'vbulletin'),
(1041, 'plugin', 'productedit', 'maxversion', 70, 1, 'vbulletin'),
(1042, 'plugin', 'productedit', 'minversion', 80, 1, 'vbulletin'),
(1043, 'plugin', 'productedit', 'installcode', 90, 1, 'vbulletin'),
(1044, 'plugin', 'productedit', 'uninstallcode', 100, 1, 'vbulletin'),
(1045, 'prefix', 'addprefix,editprefix', 'prefixid', 1, 1, 'vbulletin'),
(1046, 'prefix', 'addprefix,editprefix', 'prefixsetid', 10, 1, 'vbulletin'),
(1047, 'prefix', 'addprefix,editprefix', 'title_plain', 20, 1, 'vbulletin'),
(1048, 'prefix', 'addprefix,editprefix', 'title_rich', 30, 1, 'vbulletin'),
(1049, 'prefix', 'addprefix,editprefix', 'displayorder', 40, 1, 'vbulletin'),
(1050, 'prefix', 'addset,editset', 'prefixsetid', 1, 1, 'vbulletin'),
(1051, 'prefix', 'addset,editset', 'title', 10, 1, 'vbulletin'),
(1052, 'prefix', 'addset,editset', 'forumids', 20, 1, 'vbulletin'),
(1053, 'prefix', 'addset,editset', 'displayorder', 30, 1, 'vbulletin'),
(1054, 'prefix', 'list', '', 1, 1, 'vbulletin'),
(1055, 'profilefield', '', '', 1, 1, 'vbulletin'),
(1056, 'profilefield', 'add', '', 1, 1, 'vbulletin'),
(1057, 'profilefield', 'add', 'profilefieldtype', 1, 1, 'vbulletin'),
(1058, 'profilefield', 'add,edit', 'title', 20, 1, 'vbulletin'),
(1059, 'profilefield', 'add,edit', 'description', 30, 1, 'vbulletin'),
(1060, 'profilefield', 'add,edit', 'profilefieldcategoryid', 35, 1, 'vbulletin'),
(1061, 'profilefield', 'add,edit', 'data', 40, 1, 'vbulletin'),
(1062, 'profilefield', 'add,edit', 'maxlength', 50, 1, 'vbulletin'),
(1063, 'profilefield', 'add,edit', 'size', 60, 1, 'vbulletin'),
(1064, 'profilefield', 'add,edit', 'newtype', 65, 1, 'vbulletin'),
(1065, 'profilefield', 'add,edit', 'height', 70, 1, 'vbulletin'),
(1066, 'profilefield', 'add,edit', 'def', 120, 1, 'vbulletin'),
(1067, 'profilefield', 'add,edit', 'perline', 140, 1, 'vbulletin'),
(1068, 'profilefield', 'add,edit', 'boxheight', 150, 1, 'vbulletin'),
(1069, 'profilefield', 'add,edit', 'displayorder', 160, 1, 'vbulletin'),
(1070, 'profilefield', 'add,edit', 'required', 170, 1, 'vbulletin'),
(1071, 'profilefield', 'add,edit', 'editable', 175, 1, 'vbulletin'),
(1072, 'profilefield', 'add,edit', 'hidden', 180, 1, 'vbulletin'),
(1073, 'profilefield', 'add,edit', 'searchable', 190, 1, 'vbulletin'),
(1074, 'profilefield', 'add,edit', 'memberlist', 200, 1, 'vbulletin'),
(1075, 'profilefield', 'add,edit', 'optional', 210, 1, 'vbulletin'),
(1076, 'profilefield', 'add,edit', 'regex', 240, 1, 'vbulletin'),
(1077, 'profilefield', 'add,edit', 'form', 250, 1, 'vbulletin'),
(1078, 'profilefield', 'edit', '', 1, 1, 'vbulletin'),
(1079, 'profilefield', 'editcat', '', 1, 1, 'vbulletin'),
(1080, 'profilefield', 'editcat', 'allowprivacy', 1, 1, 'vbulletin'),
(1081, 'profilefield', 'editcat', 'title', 1, 1, 'vbulletin'),
(1082, 'profilefield', 'editcat', 'desc', 2, 1, 'vbulletin'),
(1083, 'profilefield', 'editcat', 'location', 3, 1, 'vbulletin'),
(1084, 'profilefield', 'editcat', 'displayorder', 4, 1, 'vbulletin'),
(1085, 'profilefield', 'modify', '', 1, 1, 'vbulletin'),
(1086, 'profilefield', 'remove', '', 1, 1, 'vbulletin'),
(1087, 'queries', '', '', 1, 1, 'vbulletin'),
(1088, 'queries', 'modify', '', 1, 1, 'vbulletin'),
(1089, 'queries', 'modify', 'autoquery', 10, 1, 'vbulletin'),
(1090, 'queries', 'modify', 'query', 20, 1, 'vbulletin'),
(1091, 'queries', 'modify', 'perpage', 30, 1, 'vbulletin'),
(1092, 'ranks', '', '', 1, 1, 'vbulletin'),
(1093, 'ranks', 'add', '', 1, 1, 'vbulletin'),
(1094, 'ranks', 'add,edit', 'ranklevel', 10, 1, 'vbulletin'),
(1095, 'ranks', 'add,edit', 'minposts', 20, 1, 'vbulletin'),
(1096, 'ranks', 'add,edit', 'usergroupid', 30, 1, 'vbulletin'),
(1097, 'ranks', 'add,edit', 'rankimg', 40, 1, 'vbulletin'),
(1098, 'ranks', 'add,edit', 'rankhtml', 50, 1, 'vbulletin'),
(1099, 'ranks', 'add,edit', 'stack', 60, 1, 'vbulletin'),
(1100, 'ranks', 'add,edit', 'display', 70, 1, 'vbulletin'),
(1101, 'ranks', 'edit', '', 1, 1, 'vbulletin'),
(1102, 'ranks', 'modify', '', 1, 1, 'vbulletin'),
(1103, 'ranks', 'remove', '', 1, 1, 'vbulletin'),
(1104, 'repair', '', '', 1, 1, 'vbulletin'),
(1105, 'repair', 'list', '', 1, 1, 'vbulletin'),
(1106, 'repair', 'list', 'optimizetables', 1, 1, 'vbulletin'),
(1107, 'repair', 'list', 'repairtables', 1, 1, 'vbulletin'),
(1108, 'replacement', '', '', 1, 1, 'vbulletin'),
(1109, 'replacement', 'add', '', 1, 1, 'vbulletin'),
(1110, 'replacement', 'add', 'dostyleid', 10, 1, 'vbulletin'),
(1111, 'replacement', 'add,edit', 'findtext', 20, 1, 'vbulletin'),
(1112, 'replacement', 'add,edit', 'replacetext', 30, 1, 'vbulletin'),
(1113, 'replacement', 'edit', '', 1, 1, 'vbulletin'),
(1114, 'replacement', 'modify', '', 1, 1, 'vbulletin'),
(1115, 'replacement', 'remove', '', 1, 1, 'vbulletin'),
(1116, 'resources', '', '', 1, 1, 'vbulletin'),
(1117, 'resources', 'index', '', 1, 1, 'vbulletin'),
(1118, 'resources', 'index', 'forumid', 10, 1, 'vbulletin'),
(1119, 'resources', 'index', 'usergroupid', 20, 1, 'vbulletin'),
(1120, 'resources', 'view', '', 1, 1, 'vbulletin'),
(1121, 'resources', 'viewuser', '', 1, 1, 'vbulletin'),
(1122, 'rssposter', 'edit', 'resetlastrun', 10, 1, 'vbulletin'),
(1123, 'rssposter', 'edit', 'enabled', 20, 1, 'vbulletin'),
(1124, 'rssposter', 'edit', 'title', 30, 1, 'vbulletin'),
(1125, 'rssposter', 'edit', 'url', 40, 1, 'vbulletin'),
(1126, 'rssposter', 'edit', 'ttl', 50, 1, 'vbulletin'),
(1127, 'rssposter', 'edit', 'maxresults', 60, 1, 'vbulletin'),
(1128, 'rssposter', 'edit', 'searchwords', 70, 1, 'vbulletin'),
(1129, 'rssposter', 'edit', 'username', 80, 1, 'vbulletin'),
(1130, 'rssposter', 'edit', 'forumid', 90, 1, 'vbulletin'),
(1131, 'rssposter', 'edit', 'allowsmilies', 100, 1, 'vbulletin'),
(1132, 'rssposter', 'edit', 'showsignature', 110, 1, 'vbulletin'),
(1133, 'rssposter', 'edit', 'html2bbcode', 115, 1, 'vbulletin'),
(1134, 'rssposter', 'edit', 'titletemplate', 120, 1, 'vbulletin'),
(1135, 'rssposter', 'edit', 'bodytemplate', 130, 1, 'vbulletin'),
(1136, 'rssposter', 'edit', 'itemtype', 140, 1, 'vbulletin'),
(1137, 'rssposter', 'edit', 'prefixid', 145, 1, 'vbulletin'),
(1138, 'rssposter', 'edit', 'iconid', 150, 1, 'vbulletin'),
(1139, 'rssposter', 'edit', 'stickthread', 160, 1, 'vbulletin'),
(1140, 'rssposter', 'edit', 'moderatethread', 170, 1, 'vbulletin'),
(1141, 'rssposter', 'edit', 'threadactiondelay', 180, 1, 'vbulletin'),
(1142, 'rssposter', 'edit', 'unstickthread', 190, 1, 'vbulletin'),
(1143, 'rssposter', 'edit', 'closethread', 200, 1, 'vbulletin'),
(1144, 'rssposter', 'edit', 'allowhtml', 210, 1, 'vbulletin'),
(1145, 'rssposter', 'edit', 'endannouncement', 220, 1, 'vbulletin'),
(1146, 'socialgroup_icon', 'switchtype', 'groupiconpath', 1, 1, 'vbulletin'),
(1147, 'socialgroup_icon', 'switchtype', 'groupiconurl', 1, 1, 'vbulletin'),
(1148, 'socialgroups', 'editcategory', 'description', 1, 1, 'vbulletin'),
(1149, 'socialgroups', 'editcategory', 'displayorder', 1, 1, 'vbulletin'),
(1150, 'socialgroups', 'editcategory', 'title', 1, 1, 'vbulletin'),
(1151, 'socialgroups', 'search', 'category', 1, 1, 'vbulletin'),
(1152, 'socialgroups', 'search', 'creator', 1, 1, 'vbulletin'),
(1153, 'socialgroups', 'search', 'date_gteq', 1, 1, 'vbulletin'),
(1154, 'socialgroups', 'search', 'date_lteq', 1, 1, 'vbulletin'),
(1155, 'socialgroups', 'search', 'filtertext', 1, 1, 'vbulletin'),
(1156, 'socialgroups', 'search', 'members_gteq', 1, 1, 'vbulletin'),
(1157, 'socialgroups', 'search', 'members_lteq', 1, 1, 'vbulletin'),
(1158, 'socialgroups', 'search', 'type', 1, 1, 'vbulletin'),
(1159, 'stats', '', '', 1, 1, 'vbulletin'),
(1160, 'stats', 'index', '', 1, 1, 'vbulletin'),
(1161, 'stats', 'reg,activity,thread,post', '', 1, 1, 'vbulletin'),
(1162, 'stats', 'reg,activity,thread,post', 'start', 10, 1, 'vbulletin'),
(1163, 'stats', 'reg,activity,thread,post', 'end', 20, 1, 'vbulletin'),
(1164, 'stats', 'reg,activity,thread,post', 'scope', 30, 1, 'vbulletin'),
(1165, 'stats', 'reg,activity,thread,post', 'sort', 40, 1, 'vbulletin'),
(1166, 'stats', 'reg,activity,thread,post', 'nullvalue', 50, 1, 'vbulletin'),
(1167, 'stats', 'top', '', 1, 1, 'vbulletin'),
(1168, 'subscriptionpermission', '', '', 1, 1, 'vbulletin'),
(1169, 'subscriptionpermission', 'edit', '', 1, 1, 'vbulletin'),
(1170, 'subscriptionpermission', 'edit', 'usesub', 10, 1, 'vbulletin'),
(1171, 'subscriptionpermission', 'modify', '', 1, 1, 'vbulletin'),
(1172, 'subscriptions', '', '', 1, 1, 'vbulletin'),
(1173, 'subscriptions', 'add', '', 1, 1, 'vbulletin'),
(1174, 'subscriptions', 'add', 'varname', 1, 1, 'vbulletin'),
(1175, 'subscriptions', 'add,edit', 'adminavatar', 1, 1, 'vbulletin'),
(1176, 'subscriptions', 'add,edit', 'adminprofilepic', 1, 1, 'vbulletin'),
(1177, 'subscriptions', 'add,edit', 'title', 10, 1, 'vbulletin'),
(1178, 'subscriptions', 'add,edit', 'description', 20, 1, 'vbulletin'),
(1179, 'subscriptions', 'add,edit', 'active', 30, 1, 'vbulletin'),
(1180, 'subscriptions', 'add,edit', 'length', 40, 1, 'vbulletin'),
(1181, 'subscriptions', 'add,edit', 'sub[cost][usd]', 50, 1, 'vbulletin'),
(1182, 'subscriptions', 'add,edit', 'sub[cost][gbp]', 60, 1, 'vbulletin'),
(1183, 'subscriptions', 'add,edit', 'sub[cost][eur]', 70, 1, 'vbulletin'),
(1184, 'subscriptions', 'add,edit', 'nusergroupid', 80, 1, 'vbulletin'),
(1185, 'subscriptions', 'add,edit', 'membergroup', 90, 1, 'vbulletin'),
(1186, 'subscriptions', 'add,edit', 'tax', 100, 1, 'vbulletin'),
(1187, 'subscriptions', 'add,edit', 'shipping', 110, 1, 'vbulletin'),
(1188, 'subscriptions', 'add,edit', 'displayorder', 115, 1, 'vbulletin'),
(1189, 'subscriptions', 'add,edit', 'recurring', 120, 1, 'vbulletin'),
(1190, 'subscriptions', 'adjust', '', 1, 1, 'vbulletin'),
(1191, 'subscriptions', 'adjust', 'username', 5, 1, 'vbulletin'),
(1192, 'subscriptions', 'adjust', 'regdate', 10, 1, 'vbulletin'),
(1193, 'subscriptions', 'adjust', 'expirydate', 20, 1, 'vbulletin'),
(1194, 'subscriptions', 'adjust', 'status', 30, 1, 'vbulletin'),
(1195, 'subscriptions', 'api', '', 1, 1, 'vbulletin'),
(1196, 'subscriptions', 'apiadd', '', 1, 1, 'vbulletin'),
(1197, 'subscriptions', 'apiadd,apiedit', 'title', 10, 1, 'vbulletin'),
(1198, 'subscriptions', 'apiadd,apiedit', 'active', 20, 1, 'vbulletin'),
(1199, 'subscriptions', 'apiadd,apiedit', 'classname', 30, 1, 'vbulletin'),
(1200, 'subscriptions', 'apiadd,apiedit', 'currency', 40, 1, 'vbulletin'),
(1201, 'subscriptions', 'apiadd,apiedit', 'recurring', 50, 1, 'vbulletin'),
(1202, 'subscriptions', 'apiedit', '', 1, 1, 'vbulletin'),
(1203, 'subscriptions', 'apirem', '', 1, 1, 'vbulletin'),
(1204, 'subscriptions', 'edit', '', 1, 1, 'vbulletin'),
(1205, 'subscriptions', 'find', '', 1, 1, 'vbulletin'),
(1206, 'subscriptions', 'modify', '', 1, 1, 'vbulletin'),
(1207, 'subscriptions', 'remove', '', 1, 1, 'vbulletin'),
(1208, 'subscriptions', 'transactions', 'currency', 1, 1, 'vbulletin'),
(1209, 'subscriptions', 'transactions', 'end', 1, 1, 'vbulletin'),
(1210, 'subscriptions', 'transactions', 'exact', 1, 1, 'vbulletin'),
(1211, 'subscriptions', 'transactions', 'orderby', 1, 1, 'vbulletin'),
(1212, 'subscriptions', 'transactions', 'paymentapiid', 1, 1, 'vbulletin'),
(1213, 'subscriptions', 'transactions', 'scope', 1, 1, 'vbulletin'),
(1214, 'subscriptions', 'transactions', 'start', 1, 1, 'vbulletin'),
(1215, 'subscriptions', 'transactions', 'state', 1, 1, 'vbulletin'),
(1216, 'subscriptions', 'transactions', 'subscriptionid', 1, 1, 'vbulletin'),
(1217, 'subscriptions', 'transactions', 'transactionid', 1, 1, 'vbulletin'),
(1218, 'subscriptions', 'transactions', 'username', 1, 1, 'vbulletin'),
(1219, 'template', '', '', 1, 1, 'vbulletin'),
(1220, 'template', 'add', 'dostyleid', 10, 1, 'vbulletin'),
(1221, 'template', 'add,edit', '', 1, 1, 'vbulletin'),
(1222, 'template', 'add,edit', 'title', 20, 1, 'vbulletin'),
(1223, 'template', 'add,edit', 'template', 30, 1, 'vbulletin'),
(1224, 'template', 'addstyle', '', 1, 1, 'vbulletin'),
(1225, 'template', 'addstyle,editstyle,files', 'parentid', 10, 1, 'vbulletin'),
(1226, 'template', 'addstyle,editstyle,files', 'title', 20, 1, 'vbulletin'),
(1227, 'template', 'addstyle,editstyle,files', 'userselect', 30, 1, 'vbulletin'),
(1228, 'template', 'addstyle,editstyle,files', 'displayorder', 40, 1, 'vbulletin'),
(1229, 'template', 'delete', '', 1, 1, 'vbulletin'),
(1230, 'template', 'deletestyle', '', 1, 1, 'vbulletin'),
(1231, 'template', 'editstyle', '', 1, 1, 'vbulletin'),
(1232, 'template', 'files', '', 1, 1, 'vbulletin'),
(1233, 'template', 'files', 'dostyleid', 10, 1, 'vbulletin'),
(1234, 'template', 'files', 'product', 15, 1, 'vbulletin'),
(1235, 'template', 'files', 'filename', 30, 1, 'vbulletin'),
(1236, 'template', 'files', 'mode', 40, 1, 'vbulletin'),
(1237, 'template', 'files', 'stylefile', 50, 1, 'vbulletin'),
(1238, 'template', 'files', 'serverfile', 60, 1, 'vbulletin'),
(1239, 'template', 'files', 'overwritestyleid', 70, 1, 'vbulletin'),
(1240, 'template', 'files', 'anyversion', 80, 1, 'vbulletin'),
(1241, 'template', 'findupdates', '', 1, 1, 'vbulletin'),
(1242, 'template', 'history', '', 1, 1, 'vbulletin'),
(1243, 'template', 'historysubmit', '', 1, 1, 'vbulletin'),
(1244, 'template', 'modify', '', 1, 1, 'vbulletin'),
(1245, 'template', 'rebuild', '', 1, 1, 'vbulletin'),
(1246, 'template', 'revertall', '', 1, 1, 'vbulletin'),
(1247, 'template', 'search', '', 1, 1, 'vbulletin'),
(1248, 'template', 'search', 'searchset', 10, 1, 'vbulletin'),
(1249, 'template', 'search', 'searchstring', 20, 1, 'vbulletin'),
(1250, 'template', 'search', 'titlesonly', 30, 1, 'vbulletin'),
(1251, 'template', 'search', 'dostyleid', 40, 1, 'vbulletin'),
(1252, 'template', 'search', 'replacestring', 50, 1, 'vbulletin'),
(1253, 'template', 'search', 'test', 60, 1, 'vbulletin'),
(1254, 'template', 'search', 'regex', 70, 1, 'vbulletin'),
(1255, 'template', 'search', 'case_insensitive', 80, 1, 'vbulletin'),
(1256, 'template', 'view', '', 1, 1, 'vbulletin'),
(1257, 'thread', '', '', 1, 1, 'vbulletin'),
(1258, 'thread', 'dothreads,pruneuser', '', 1, 1, 'vbulletin'),
(1259, 'thread', 'dothreadssel', '', 1, 1, 'vbulletin'),
(1260, 'thread', 'dovotes', '', 1, 1, 'vbulletin'),
(1261, 'thread', 'killpoll', '', 1, 1, 'vbulletin'),
(1262, 'thread', 'killpoll', 'threadid', 10, 1, 'vbulletin'),
(1263, 'thread', 'move', '', 1, 1, 'vbulletin'),
(1264, 'thread', 'move', 'destforumid', 5, 1, 'vbulletin'),
(1265, 'thread', 'prune', '', 1, 1, 'vbulletin'),
(1266, 'thread', 'prune', 'username', 180, 1, 'vbulletin'),
(1267, 'thread', 'prune,move', 'originaldaysolder', 10, 1, 'vbulletin'),
(1268, 'thread', 'prune,move', 'originaldaysnewer', 20, 1, 'vbulletin'),
(1269, 'thread', 'prune,move', 'lastdaysolder', 30, 1, 'vbulletin'),
(1270, 'thread', 'prune,move', 'lastdaysnewer', 40, 1, 'vbulletin'),
(1271, 'thread', 'prune,move', 'repliesleast', 50, 1, 'vbulletin'),
(1272, 'thread', 'prune,move', 'repliesmost', 60, 1, 'vbulletin'),
(1273, 'thread', 'prune,move', 'viewsleast', 70, 1, 'vbulletin'),
(1274, 'thread', 'prune,move', 'viewsmost', 80, 1, 'vbulletin'),
(1275, 'thread', 'prune,move', 'issticky', 90, 1, 'vbulletin'),
(1276, 'thread', 'prune,move', 'state', 92, 1, 'vbulletin'),
(1277, 'thread', 'prune,move', 'status', 94, 1, 'vbulletin'),
(1278, 'thread', 'prune,move', 'posteduser', 140, 1, 'vbulletin'),
(1279, 'thread', 'prune,move', 'titlecontains', 150, 1, 'vbulletin'),
(1280, 'thread', 'prune,move', 'forumid', 160, 1, 'vbulletin'),
(1281, 'thread', 'prune,move', 'subforums', 170, 1, 'vbulletin'),
(1282, 'thread', 'prune,move', 'prefixid', 200, 1, 'vbulletin'),
(1283, 'thread', 'pruneusersel', '', 1, 1, 'vbulletin'),
(1284, 'thread', 'removepoll', '', 1, 1, 'vbulletin'),
(1285, 'thread', 'tagmerge', 'tagtext', 1, 1, 'vbulletin'),
(1286, 'thread', 'tags', 'tagtext', 1, 1, 'vbulletin'),
(1287, 'thread', 'unsubscribe', '', 1, 1, 'vbulletin'),
(1288, 'thread', 'unsubscribe', 'ids', 10, 1, 'vbulletin'),
(1289, 'thread', 'unsubscribe', 'username', 20, 1, 'vbulletin'),
(1290, 'thread', 'unsubscribe', 'daysprune', 30, 1, 'vbulletin'),
(1291, 'thread', 'unsubscribe', 'forumid', 40, 1, 'vbulletin'),
(1292, 'thread', 'votes', '', 1, 1, 'vbulletin'),
(1293, 'thread', 'votes', 'pollid', 10, 1, 'vbulletin'),
(1294, 'thread', 'votes', 'threadtitle', 20, 1, 'vbulletin'),
(1295, 'user', '', '', 1, 1, 'vbulletin'),
(1296, 'user', 'add', '', 1, 1, 'vbulletin'),
(1297, 'user', 'add', 'password', 30, 1, 'vbulletin'),
(1298, 'user', 'add,edit', 'adminavatar', 1, 1, 'vbulletin'),
(1299, 'user', 'add,edit', 'adminprofilepic', 1, 1, 'vbulletin'),
(1300, 'user', 'add,edit', 'ipoints', 1, 1, 'vbulletin'),
(1301, 'user', 'add,edit', 'vm_enable', 1, 1, 'vbulletin'),
(1302, 'user', 'add,edit', 'warnings', 10, 1, 'vbulletin'),
(1303, 'user', 'add,edit', 'infractions', 20, 1, 'vbulletin'),
(1304, 'user', 'add,edit', 'username', 20, 1, 'vbulletin'),
(1305, 'user', 'add,edit', 'email', 40, 1, 'vbulletin'),
(1306, 'user', 'add,edit', 'languageid', 50, 1, 'vbulletin'),
(1307, 'user', 'add,edit', 'usertitle', 60, 1, 'vbulletin'),
(1308, 'user', 'add,edit', 'customtitle', 70, 1, 'vbulletin'),
(1309, 'user', 'add,edit', 'homepage', 80, 1, 'vbulletin'),
(1310, 'user', 'add,edit', 'birthday', 90, 1, 'vbulletin'),
(1311, 'user', 'add,edit', 'showbirthday', 95, 1, 'vbulletin'),
(1312, 'user', 'add,edit', 'signature', 100, 1, 'vbulletin'),
(1313, 'user', 'add,edit', 'icq', 110, 1, 'vbulletin'),
(1314, 'user', 'add,edit', 'aim', 120, 1, 'vbulletin'),
(1315, 'user', 'add,edit', 'yahoo', 130, 1, 'vbulletin'),
(1316, 'user', 'add,edit', 'msn', 140, 1, 'vbulletin'),
(1317, 'user', 'add,edit', 'skype', 145, 1, 'vbulletin'),
(1318, 'user', 'add,edit', 'coppauser', 150, 1, 'vbulletin'),
(1319, 'user', 'add,edit', 'parentemail', 160, 1, 'vbulletin'),
(1320, 'user', 'add,edit', 'posts', 170, 1, 'vbulletin'),
(1321, 'user', 'add,edit', 'referrerid', 180, 1, 'vbulletin'),
(1322, 'user', 'add,edit', 'ipaddress', 190, 1, 'vbulletin'),
(1323, 'user', 'add,edit', 'usergroupid', 200, 1, 'vbulletin'),
(1324, 'user', 'add,edit', 'membergroupids', 210, 1, 'vbulletin'),
(1325, 'user', 'add,edit', 'showreputation', 220, 1, 'vbulletin'),
(1326, 'user', 'add,edit', 'reputation', 230, 1, 'vbulletin'),
(1327, 'user', 'add,edit', 'reputationpower', 235, 1, 'vbulletin'),
(1328, 'user', 'add,edit', 'adminemail', 240, 1, 'vbulletin'),
(1329, 'user', 'add,edit', 'showemail', 250, 1, 'vbulletin'),
(1330, 'user', 'add,edit', 'invisible', 260, 1, 'vbulletin'),
(1331, 'user', 'add,edit', 'showvcard', 265, 1, 'vbulletin'),
(1332, 'user', 'add,edit', 'receivepm', 270, 1, 'vbulletin'),
(1333, 'user', 'add,edit', 'receivepmbuddies', 275, 1, 'vbulletin'),
(1334, 'user', 'add,edit', 'emailonpm', 280, 1, 'vbulletin'),
(1335, 'user', 'add,edit', 'pmpopup', 290, 1, 'vbulletin'),
(1336, 'user', 'add,edit', 'showsignatures', 300, 1, 'vbulletin'),
(1337, 'user', 'add,edit', 'showavatars', 310, 1, 'vbulletin'),
(1338, 'user', 'add,edit', 'showimages', 320, 1, 'vbulletin'),
(1339, 'user', 'add,edit', 'showusercss', 323, 1, 'vbulletin'),
(1340, 'user', 'add,edit', 'receivefriendemailrequest', 326, 1, 'vbulletin'),
(1341, 'user', 'add,edit', 'autosubscribe', 330, 1, 'vbulletin'),
(1342, 'user', 'add,edit', 'threadedmode', 340, 1, 'vbulletin'),
(1343, 'user', 'add,edit', 'showvbcode', 350, 1, 'vbulletin'),
(1344, 'user', 'add,edit', 'styleid', 360, 1, 'vbulletin'),
(1345, 'user', 'add,edit', 'timezoneoffset', 370, 1, 'vbulletin'),
(1346, 'user', 'add,edit', 'dstauto', 380, 1, 'vbulletin'),
(1347, 'user', 'add,edit', 'dstonoff', 390, 1, 'vbulletin'),
(1348, 'user', 'add,edit', 'daysprune', 400, 1, 'vbulletin'),
(1349, 'user', 'add,edit', 'joindate', 410, 1, 'vbulletin'),
(1350, 'user', 'add,edit', 'lastactivity', 430, 1, 'vbulletin'),
(1351, 'user', 'add,edit', 'lastpost', 440, 1, 'vbulletin'),
(1352, 'user', 'changehistory', '', 1, 1, 'vbulletin'),
(1353, 'user', 'doips', '', 1, 1, 'vbulletin'),
(1354, 'user', 'doips', 'ipaddress', 10, 1, 'vbulletin'),
(1355, 'user', 'doips', 'username', 20, 1, 'vbulletin'),
(1356, 'user', 'doips', 'depth', 30, 1, 'vbulletin'),
(1357, 'user', 'edit', '', 1, 1, 'vbulletin'),
(1358, 'user', 'edit', 'receivepmbuddies', 1, 1, 'vbulletin'),
(1359, 'user', 'edit', 'vm_contactonly', 1, 1, 'vbulletin'),
(1360, 'user', 'edit', 'password', 30, 1, 'vbulletin'),
(1361, 'user', 'editaccess', '', 1, 1, 'vbulletin'),
(1362, 'user', 'emailpassword', '', 1, 1, 'vbulletin'),
(1363, 'user', 'find', '', 1, 1, 'vbulletin'),
(1364, 'user', 'find2', '', 1, 1, 'vbulletin'),
(1365, 'user', 'moderate', '', 1, 1, 'vbulletin'),
(1366, 'user', 'moderate', 'send_validated', 10, 1, 'vbulletin'),
(1367, 'user', 'moderate', 'send_deleted', 20, 1, 'vbulletin'),
(1368, 'user', 'modify', '', 1, 1, 'vbulletin'),
(1369, 'user', 'modify', 'username', 70, 1, 'vbulletin'),
(1370, 'user', 'modify', 'usergroupid', 90, 1, 'vbulletin'),
(1371, 'user', 'modify', 'membergroup', 100, 1, 'vbulletin'),
(1372, 'user', 'modify', 'adminemail', 105, 1, 'vbulletin'),
(1373, 'user', 'modify', 'email', 110, 1, 'vbulletin'),
(1374, 'user', 'modify', 'parentemail', 120, 1, 'vbulletin'),
(1375, 'user', 'modify', 'coppauser', 130, 1, 'vbulletin'),
(1376, 'user', 'modify', 'homepage', 140, 1, 'vbulletin'),
(1377, 'user', 'modify', 'icq', 150, 1, 'vbulletin'),
(1378, 'user', 'modify', 'aim', 160, 1, 'vbulletin'),
(1379, 'user', 'modify', 'yahoo', 170, 1, 'vbulletin'),
(1380, 'user', 'modify', 'msn', 175, 1, 'vbulletin'),
(1381, 'user', 'modify', 'skype', 176, 1, 'vbulletin'),
(1382, 'user', 'modify', 'signature', 180, 1, 'vbulletin'),
(1383, 'user', 'modify', 'usertitle', 190, 1, 'vbulletin'),
(1384, 'user', 'modify', 'joindateafter', 200, 1, 'vbulletin'),
(1385, 'user', 'modify', 'joindatebefore', 210, 1, 'vbulletin'),
(1386, 'user', 'modify', 'lastactivityafter', 213, 1, 'vbulletin'),
(1387, 'user', 'modify', 'lastactivitybefore', 217, 1, 'vbulletin'),
(1388, 'user', 'modify', 'lastvisitafter', 220, 1, 'vbulletin'),
(1389, 'user', 'modify', 'lastvisitbefore', 230, 1, 'vbulletin'),
(1390, 'user', 'modify', 'lastpostafter', 240, 1, 'vbulletin'),
(1391, 'user', 'modify', 'lastpostbefore', 250, 1, 'vbulletin'),
(1392, 'user', 'modify', 'birthdayafter', 260, 1, 'vbulletin'),
(1393, 'user', 'modify', 'birthdaybefore', 270, 1, 'vbulletin'),
(1394, 'user', 'modify', 'postslower', 280, 1, 'vbulletin'),
(1395, 'user', 'modify', 'postsupper', 290, 1, 'vbulletin'),
(1396, 'user', 'modify', 'reputationlower', 300, 1, 'vbulletin'),
(1397, 'user', 'modify', 'reputationupper', 310, 1, 'vbulletin'),
(1398, 'user', 'modify', 'ipaddress', 320, 1, 'vbulletin'),
(1399, 'user', 'modify', 'warningslower', 320, 1, 'vbulletin'),
(1400, 'user', 'modify', 'warningsupper', 340, 1, 'vbulletin'),
(1401, 'user', 'modify', 'infractionslower', 350, 1, 'vbulletin'),
(1402, 'user', 'modify', 'infractionsupper', 360, 1, 'vbulletin'),
(1403, 'user', 'modify', 'pointslower', 370, 1, 'vbulletin'),
(1404, 'user', 'modify', 'pointsupper', 380, 1, 'vbulletin'),
(1405, 'user', 'modify', 'display[username]', 390, 1, 'vbulletin'),
(1406, 'user', 'modify', 'useridlower', 390, 1, 'vbulletin'),
(1407, 'user', 'modify', 'useridupper', 395, 1, 'vbulletin'),
(1408, 'user', 'modify', 'display[options]', 400, 1, 'vbulletin'),
(1409, 'user', 'modify', 'display[usergroup]', 410, 1, 'vbulletin'),
(1410, 'user', 'modify', 'display[email]', 420, 1, 'vbulletin'),
(1411, 'user', 'modify', 'display[parentemail]', 430, 1, 'vbulletin'),
(1412, 'user', 'modify', 'display[coppauser]', 440, 1, 'vbulletin'),
(1413, 'user', 'modify', 'display[homepage]', 450, 1, 'vbulletin'),
(1414, 'user', 'modify', 'display[icq]', 460, 1, 'vbulletin'),
(1415, 'user', 'modify', 'display[aim]', 470, 1, 'vbulletin'),
(1416, 'user', 'modify', 'display[yahoo]', 480, 1, 'vbulletin'),
(1417, 'user', 'modify', 'display[msn]', 490, 1, 'vbulletin'),
(1418, 'user', 'modify', 'display[signature]', 500, 1, 'vbulletin'),
(1419, 'user', 'modify', 'display[usertitle]', 510, 1, 'vbulletin'),
(1420, 'user', 'modify', 'display[joindate]', 520, 1, 'vbulletin'),
(1421, 'user', 'modify', 'display[lastactivity]', 523, 1, 'vbulletin'),
(1422, 'user', 'modify', 'display[lastpost]', 540, 1, 'vbulletin'),
(1423, 'user', 'modify', 'display[posts]', 550, 1, 'vbulletin'),
(1424, 'user', 'modify', 'display[reputation]', 560, 1, 'vbulletin'),
(1425, 'user', 'modify', 'display[ipaddress]', 570, 1, 'vbulletin'),
(1426, 'user', 'modify', 'display[birthday]', 580, 1, 'vbulletin'),
(1427, 'user', 'modify', 'orderby', 590, 1, 'vbulletin'),
(1428, 'user', 'modify', 'limitstart', 610, 1, 'vbulletin'),
(1429, 'user', 'modify', 'limitnumber', 620, 1, 'vbulletin'),
(1430, 'user', 'prune', '', 1, 1, 'vbulletin'),
(1431, 'user', 'prune', 'usergroupid', 20, 1, 'vbulletin'),
(1432, 'user', 'prune', 'daysprune', 30, 1, 'vbulletin'),
(1433, 'user', 'prune', 'joindate', 40, 1, 'vbulletin'),
(1434, 'user', 'prune', 'minposts', 50, 1, 'vbulletin'),
(1435, 'user', 'prune', 'order', 60, 1, 'vbulletin'),
(1436, 'user', 'pruneusers', '', 1, 1, 'vbulletin'),
(1437, 'user', 'remove', '', 1, 1, 'vbulletin'),
(1438, 'usergroup', '', '', 1, 1, 'vbulletin'),
(1439, 'usergroup', 'add', '', 1, 1, 'vbulletin'),
(1440, 'usergroup', 'add', 'ugid_base', 750, 1, 'vbulletin'),
(1441, 'usergroup', 'add,edit', 'cananimateavatar', 1, 1, 'vbulletin'),
(1442, 'usergroup', 'add,edit', 'cananimateprofilepic', 1, 1, 'vbulletin'),
(1443, 'usergroup', 'add,edit', 'canemailmember', 1, 1, 'vbulletin'),
(1444, 'usergroup', 'add,edit', 'cangivearbinfraction', 1, 1, 'vbulletin'),
(1445, 'usergroup', 'add,edit', 'cansearchft_bool', 1, 1, 'vbulletin'),
(1446, 'usergroup', 'add,edit', 'canusefriends', 1, 1, 'vbulletin'),
(1447, 'usergroup', 'add,edit', 'canviewthreads', 1, 1, 'vbulletin'),
(1448, 'usergroup', 'add,edit', 'isnotmoderated', 1, 1, 'vbulletin'),
(1449, 'usergroup', 'add,edit', 'title', 10, 1, 'vbulletin'),
(1450, 'usergroup', 'add,edit', 'description', 20, 1, 'vbulletin'),
(1451, 'usergroup', 'add,edit', 'usertitle', 30, 1, 'vbulletin'),
(1452, 'usergroup', 'add,edit', 'htmltags', 40, 1, 'vbulletin'),
(1453, 'usergroup', 'add,edit', 'passwordexpires', 50, 1, 'vbulletin'),
(1454, 'usergroup', 'add,edit', 'passwordhistory', 60, 1, 'vbulletin'),
(1455, 'usergroup', 'add,edit', 'showgroup', 70, 1, 'vbulletin'),
(1456, 'usergroup', 'add,edit', 'showbirthday', 80, 1, 'vbulletin'),
(1457, 'usergroup', 'add,edit', 'showmemberlist', 90, 1, 'vbulletin'),
(1458, 'usergroup', 'add,edit', 'allowmembergroups', 100, 1, 'vbulletin'),
(1459, 'usergroup', 'add,edit', 'isnotbannedgroup', 110, 1, 'vbulletin'),
(1460, 'usergroup', 'add,edit', 'ispublicgroup', 120, 1, 'vbulletin'),
(1461, 'usergroup', 'add,edit', 'canoverride', 130, 1, 'vbulletin'),
(1462, 'usergroup', 'add,edit', 'canseehidden', 140, 1, 'vbulletin'),
(1463, 'usergroup', 'add,edit', 'canviewmembers', 150, 1, 'vbulletin'),
(1464, 'usergroup', 'add,edit', 'canmodifyprofile', 160, 1, 'vbulletin'),
(1465, 'usergroup', 'add,edit', 'caninvisible', 170, 1, 'vbulletin'),
(1466, 'usergroup', 'add,edit', 'showeditedby', 180, 1, 'vbulletin'),
(1467, 'usergroup', 'add,edit', 'canseeraters', 190, 1, 'vbulletin'),
(1468, 'usergroup', 'add,edit', 'canjoingroups', 200, 1, 'vbulletin'),
(1469, 'usergroup', 'add,edit', 'canusecustomtitle', 200, 1, 'vbulletin'),
(1470, 'usergroup', 'add,edit', 'canusesignature', 210, 1, 'vbulletin'),
(1471, 'usergroup', 'add,edit', 'canseeprofilepic', 220, 1, 'vbulletin'),
(1472, 'usergroup', 'add,edit', 'canseehiddencustomfields', 225, 1, 'vbulletin'),
(1473, 'usergroup', 'add,edit', 'canview', 230, 1, 'vbulletin'),
(1474, 'usergroup', 'add,edit', 'canviewothers', 240, 1, 'vbulletin'),
(1475, 'usergroup', 'add,edit', 'canseedelnotice', 250, 1, 'vbulletin'),
(1476, 'usergroup', 'add,edit', 'cansearch', 260, 1, 'vbulletin'),
(1477, 'usergroup', 'add,edit', 'canemail', 270, 1, 'vbulletin'),
(1478, 'usergroup', 'add,edit', 'cangetattachment', 280, 1, 'vbulletin'),
(1479, 'usergroup', 'add,edit', 'canpostnew', 290, 1, 'vbulletin'),
(1480, 'usergroup', 'add,edit', 'canreplyown', 300, 1, 'vbulletin'),
(1481, 'usergroup', 'add,edit', 'canreplyothers', 310, 1, 'vbulletin'),
(1482, 'usergroup', 'add,edit', 'caneditpost', 320, 1, 'vbulletin'),
(1483, 'usergroup', 'add,edit', 'candeletepost', 330, 1, 'vbulletin'),
(1484, 'usergroup', 'add,edit', 'canmove', 340, 1, 'vbulletin'),
(1485, 'usergroup', 'add,edit', 'canopenclose', 350, 1, 'vbulletin'),
(1486, 'usergroup', 'add,edit', 'candeletethread', 360, 1, 'vbulletin'),
(1487, 'usergroup', 'add,edit', 'followforummoderation', 370, 1, 'vbulletin'),
(1488, 'usergroup', 'add,edit', 'cantagown', 371, 1, 'vbulletin'),
(1489, 'usergroup', 'add,edit', 'picturefollowforummoderation', 371, 1, 'vbulletin'),
(1490, 'usergroup', 'add,edit', 'cantagothers', 372, 1, 'vbulletin'),
(1491, 'usergroup', 'add,edit', 'commentfollowforummoderation', 372, 1, 'vbulletin'),
(1492, 'usergroup', 'add,edit', 'candeletetagown', 373, 1, 'vbulletin'),
(1493, 'usergroup', 'add,edit', 'cancreatetag', 374, 1, 'vbulletin'),
(1494, 'usergroup', 'add,edit', 'canthreadrate', 380, 1, 'vbulletin'),
(1495, 'usergroup', 'add,edit', 'canpostattachment', 390, 1, 'vbulletin'),
(1496, 'usergroup', 'add,edit', 'attachlimit', 400, 1, 'vbulletin'),
(1497, 'usergroup', 'add,edit', 'canpostpoll', 410, 1, 'vbulletin'),
(1498, 'usergroup', 'add,edit', 'canvote', 420, 1, 'vbulletin'),
(1499, 'usergroup', 'add,edit', 'canuseavatar', 430, 1, 'vbulletin'),
(1500, 'usergroup', 'add,edit', 'avatarmaxwidth', 440, 1, 'vbulletin'),
(1501, 'usergroup', 'add,edit', 'avatarmaxheight', 450, 1, 'vbulletin'),
(1502, 'usergroup', 'add,edit', 'avatarmaxsize', 460, 1, 'vbulletin'),
(1503, 'usergroup', 'add,edit', 'cansigpic', 465, 1, 'vbulletin'),
(1504, 'usergroup', 'add,edit', 'cananimatesigpic', 470, 1, 'vbulletin'),
(1505, 'usergroup', 'add,edit', 'canprofilepic', 470, 1, 'vbulletin'),
(1506, 'usergroup', 'add,edit', 'sigpicmaxheight', 475, 1, 'vbulletin'),
(1507, 'usergroup', 'add,edit', 'sigpicmaxwidth', 475, 1, 'vbulletin'),
(1508, 'usergroup', 'add,edit', 'profilepicmaxwidth', 480, 1, 'vbulletin'),
(1509, 'usergroup', 'add,edit', 'sigpicmaxsize', 485, 1, 'vbulletin'),
(1510, 'usergroup', 'add,edit', 'profilepicmaxheight', 490, 1, 'vbulletin'),
(1511, 'usergroup', 'add,edit', 'profilepicmaxsize', 500, 1, 'vbulletin'),
(1512, 'usergroup', 'add,edit', 'pmquota', 510, 1, 'vbulletin'),
(1513, 'usergroup', 'add,edit', 'canignorequota', 515, 1, 'vbulletin'),
(1514, 'usergroup', 'add,edit', 'cantrackpm', 520, 1, 'vbulletin'),
(1515, 'usergroup', 'add,edit', 'candenypmreceipts', 530, 1, 'vbulletin'),
(1516, 'usergroup', 'add,edit', 'pmsendmax', 540, 1, 'vbulletin'),
(1517, 'usergroup', 'add,edit', 'canviewcalendar', 550, 1, 'vbulletin'),
(1518, 'usergroup', 'add,edit', 'canpostevent', 560, 1, 'vbulletin'),
(1519, 'usergroup', 'add,edit', 'caneditevent', 570, 1, 'vbulletin'),
(1520, 'usergroup', 'add,edit', 'candeleteevent', 580, 1, 'vbulletin'),
(1521, 'usergroup', 'add,edit', 'canviewothersevent', 590, 1, 'vbulletin'),
(1522, 'usergroup', 'add,edit', 'canwhosonline', 600, 1, 'vbulletin'),
(1523, 'usergroup', 'add,edit', 'canwhosonlinefull', 610, 1, 'vbulletin'),
(1524, 'usergroup', 'add,edit', 'canwhosonlineip', 620, 1, 'vbulletin'),
(1525, 'usergroup', 'add,edit', 'canwhosonlinebad', 630, 1, 'vbulletin'),
(1526, 'usergroup', 'add,edit', 'canwhosonlinelocation', 640, 1, 'vbulletin'),
(1527, 'usergroup', 'add,edit', 'canviewownusernotes', 650, 1, 'vbulletin'),
(1528, 'usergroup', 'add,edit', 'canmanageownusernotes', 660, 1, 'vbulletin'),
(1529, 'usergroup', 'add,edit', 'canpostownusernotes', 670, 1, 'vbulletin'),
(1530, 'usergroup', 'add,edit', 'canviewothersusernotes', 680, 1, 'vbulletin'),
(1531, 'usergroup', 'add,edit', 'canmanageothersusernotes', 690, 1, 'vbulletin'),
(1532, 'usergroup', 'add,edit', 'canpostothersusernotes', 700, 1, 'vbulletin'),
(1533, 'usergroup', 'add,edit', 'caneditownusernotes', 710, 1, 'vbulletin'),
(1534, 'usergroup', 'add,edit', 'canbeusernoted', 720, 1, 'vbulletin'),
(1535, 'usergroup', 'add,edit', 'ismoderator', 730, 1, 'vbulletin'),
(1536, 'usergroup', 'add,edit', 'cancontrolpanel', 740, 1, 'vbulletin'),
(1537, 'usergroup', 'add,edit', 'cannegativerep', 750, 1, 'vbulletin'),
(1538, 'usergroup', 'add,edit', 'canuserep', 750, 1, 'vbulletin'),
(1539, 'usergroup', 'add,edit', 'canseeownrep', 760, 1, 'vbulletin'),
(1540, 'usergroup', 'add,edit', 'canhiderep', 770, 1, 'vbulletin'),
(1541, 'usergroup', 'add,edit', 'canseeothersrep', 780, 1, 'vbulletin'),
(1542, 'usergroup', 'add,edit', 'sigmaxrawchars', 800, 1, 'vbulletin'),
(1543, 'usergroup', 'add,edit', 'sigmaxchars', 805, 1, 'vbulletin'),
(1544, 'usergroup', 'add,edit', 'sigmaxlines', 810, 1, 'vbulletin'),
(1545, 'usergroup', 'add,edit', 'canbbcode', 815, 1, 'vbulletin'),
(1546, 'usergroup', 'add,edit', 'canbbcodebasic', 815, 1, 'vbulletin'),
(1547, 'usergroup', 'add,edit', 'canbbcodecolor', 820, 1, 'vbulletin'),
(1548, 'usergroup', 'add,edit', 'canbbcodesize', 825, 1, 'vbulletin'),
(1549, 'usergroup', 'add,edit', 'sigmaxsizebbcode', 830, 1, 'vbulletin'),
(1550, 'usergroup', 'add,edit', 'canbbcodefont', 835, 1, 'vbulletin'),
(1551, 'usergroup', 'add,edit', 'canbbcodealign', 840, 1, 'vbulletin'),
(1552, 'usergroup', 'add,edit', 'canbbcodelist', 840, 1, 'vbulletin'),
(1553, 'usergroup', 'add,edit', 'canbbcodelink', 850, 1, 'vbulletin'),
(1554, 'usergroup', 'add,edit', 'canbbcodecode', 855, 1, 'vbulletin'),
(1555, 'usergroup', 'add,edit', 'canbbcodephp', 860, 1, 'vbulletin'),
(1556, 'usergroup', 'add,edit', 'canbbcodehtml', 865, 1, 'vbulletin'),
(1557, 'usergroup', 'add,edit', 'canbbcodequote', 870, 1, 'vbulletin'),
(1558, 'usergroup', 'add,edit', 'allowimg', 875, 1, 'vbulletin'),
(1559, 'usergroup', 'add,edit', 'sigmaximages', 880, 1, 'vbulletin'),
(1560, 'usergroup', 'add,edit', 'allowsmilies', 885, 1, 'vbulletin'),
(1561, 'usergroup', 'add,edit', 'allowhtml', 890, 1, 'vbulletin'),
(1562, 'usergroup', 'add,edit', 'candeleteownmessages', 940, 1, 'vbulletin'),
(1563, 'usergroup', 'add,edit', 'canalbum', 1000, 1, 'vbulletin'),
(1564, 'usergroup', 'add,edit', 'canviewalbum', 1010, 1, 'vbulletin'),
(1565, 'usergroup', 'add,edit', 'albumpicmaxwidth', 1020, 1, 'vbulletin'),
(1566, 'usergroup', 'add,edit', 'albumpicmaxheight', 1030, 1, 'vbulletin'),
(1567, 'usergroup', 'add,edit', 'albummaxpics', 1040, 1, 'vbulletin'),
(1568, 'usergroup', 'add,edit', 'albumpicmaxsize', 1040, 1, 'vbulletin'),
(1569, 'usergroup', 'add,edit', 'albummaxsize', 1050, 1, 'vbulletin'),
(1570, 'usergroup', 'add,edit', 'canpiccomment', 1055, 1, 'vbulletin'),
(1571, 'usergroup', 'add,edit', 'caneditownpiccomment', 1060, 1, 'vbulletin'),
(1572, 'usergroup', 'add,edit', 'candeleteownpiccomment', 1065, 1, 'vbulletin'),
(1573, 'usergroup', 'add,edit', 'canmanagepiccomment', 1070, 1, 'vbulletin');
INSERT INTO `adminhelp` (`adminhelpid`, `script`, `action`, `optionname`, `displayorder`, `volatile`, `product`) VALUES
(1574, 'usergroup', 'add,edit', 'caneditfontfamily', 1100, 1, 'vbulletin'),
(1575, 'usergroup', 'add,edit', 'caneditfontsize', 1110, 1, 'vbulletin'),
(1576, 'usergroup', 'add,edit', 'caneditcolors', 1120, 1, 'vbulletin'),
(1577, 'usergroup', 'add,edit', 'caneditbgimage', 1130, 1, 'vbulletin'),
(1578, 'usergroup', 'add,edit', 'caneditborders', 1140, 1, 'vbulletin'),
(1579, 'usergroup', 'add,edit', 'cancreategroups', 1210, 1, 'vbulletin'),
(1580, 'usergroup', 'add,edit', 'caneditowngroups', 1220, 1, 'vbulletin'),
(1581, 'usergroup', 'add,edit', 'candeleteowngroups', 1230, 1, 'vbulletin'),
(1582, 'usergroup', 'add,edit', 'canviewgroups', 1240, 1, 'vbulletin'),
(1583, 'usergroup', 'add,edit', 'canmanagemessages', 1250, 1, 'vbulletin'),
(1584, 'usergroup', 'add,edit', 'canpostnonmembergroup', 1260, 1, 'vbulletin'),
(1585, 'usergroup', 'add,edit', 'canmanageowngroups', 1270, 1, 'vbulletin'),
(1586, 'usergroup', 'addleader', '', 1, 1, 'vbulletin'),
(1587, 'usergroup', 'addleader', 'usergroupid', 10, 1, 'vbulletin'),
(1588, 'usergroup', 'addleader', 'username', 20, 1, 'vbulletin'),
(1589, 'usergroup', 'edit', '', 1, 1, 'vbulletin'),
(1590, 'usergroup', 'edit,add', 'canalwayscreatediscussion', 1, 1, 'vbulletin'),
(1591, 'usergroup', 'edit,add', 'canalwayspostmessage', 1, 1, 'vbulletin'),
(1592, 'usergroup', 'edit,add', 'cananimategroupicon', 1, 1, 'vbulletin'),
(1593, 'usergroup', 'edit,add', 'cancreatediscussion', 1, 1, 'vbulletin'),
(1594, 'usergroup', 'edit,add', 'caneditprivacy', 1, 1, 'vbulletin'),
(1595, 'usergroup', 'edit,add', 'cangiveinfraction', 1, 1, 'vbulletin'),
(1596, 'usergroup', 'edit,add', 'canlimitdiscussion', 1, 1, 'vbulletin'),
(1597, 'usergroup', 'edit,add', 'canmanagediscussions', 1, 1, 'vbulletin'),
(1598, 'usergroup', 'edit,add', 'canpostmessage', 1, 1, 'vbulletin'),
(1599, 'usergroup', 'edit,add', 'canreverseinfraction', 1, 1, 'vbulletin'),
(1600, 'usergroup', 'edit,add', 'canseeinfraction', 1, 1, 'vbulletin'),
(1601, 'usergroup', 'edit,add', 'canseethumbnails', 1, 1, 'vbulletin'),
(1602, 'usergroup', 'edit,add', 'canuploadgroupicon', 1, 1, 'vbulletin'),
(1603, 'usergroup', 'edit,add', 'groupiconmaxsize', 1, 1, 'vbulletin'),
(1604, 'usergroup', 'edit,add', 'maximumsocialgroups', 1, 1, 'vbulletin'),
(1605, 'usergroup', 'edit,add', 'pmthrottlequantity', 1, 1, 'vbulletin'),
(1606, 'usergroup', 'edit,add', 'requirehvcheck', 1, 1, 'vbulletin'),
(1607, 'usergroup', 'edit,add', 'canmanageownprofile', 900, 1, 'vbulletin'),
(1608, 'usergroup', 'edit,add', 'canmessageownprofile', 910, 1, 'vbulletin'),
(1609, 'usergroup', 'edit,add', 'canmessageothersprofile', 920, 1, 'vbulletin'),
(1610, 'usergroup', 'edit,add', 'caneditownmessages', 930, 1, 'vbulletin'),
(1611, 'usergroup', 'modify', '', 1, 1, 'vbulletin'),
(1612, 'usergroup', 'modifypromotion', '', 1, 1, 'vbulletin'),
(1613, 'usergroup', 'remove', '', 1, 1, 'vbulletin'),
(1614, 'usergroup', 'removeleader', '', 1, 1, 'vbulletin'),
(1615, 'usergroup', 'removepromotion', '', 1, 1, 'vbulletin'),
(1616, 'usergroup', 'updatepromotion', '', 1, 1, 'vbulletin'),
(1617, 'usergroup', 'updatepromotion', 'usergroupid', 5, 1, 'vbulletin'),
(1618, 'usergroup', 'updatepromotion', 'reputationtype', 10, 1, 'vbulletin'),
(1619, 'usergroup', 'updatepromotion', 'reputation', 20, 1, 'vbulletin'),
(1620, 'usergroup', 'updatepromotion', 'date', 30, 1, 'vbulletin'),
(1621, 'usergroup', 'updatepromotion', 'posts', 40, 1, 'vbulletin'),
(1622, 'usergroup', 'updatepromotion', 'strategy', 50, 1, 'vbulletin'),
(1623, 'usergroup', 'updatepromotion', 'type', 60, 1, 'vbulletin'),
(1624, 'usergroup', 'updatepromotion', 'joinusergroupid', 70, 1, 'vbulletin'),
(1625, 'usergroup', 'viewjoinrequests', '', 1, 1, 'vbulletin'),
(1626, 'usertitle', '', '', 1, 1, 'vbulletin'),
(1627, 'usertitle', 'add', '', 1, 1, 'vbulletin'),
(1628, 'usertitle', 'add,edit', 'title', 10, 1, 'vbulletin'),
(1629, 'usertitle', 'add,edit', 'minposts', 20, 1, 'vbulletin'),
(1630, 'usertitle', 'edit', '', 1, 1, 'vbulletin'),
(1631, 'usertitle', 'modify', '', 1, 1, 'vbulletin'),
(1632, 'usertitle', 'remove', '', 1, 1, 'vbulletin'),
(1633, 'usertools', '', '', 1, 1, 'vbulletin'),
(1634, 'usertools', 'doips', '', 1, 1, 'vbulletin'),
(1635, 'usertools', 'doips', 'ipaddress', 20, 1, 'vbulletin'),
(1636, 'usertools', 'doips', 'username', 30, 1, 'vbulletin'),
(1637, 'usertools', 'doips', 'depth', 40, 1, 'vbulletin'),
(1638, 'usertools', 'domerge', '', 1, 1, 'vbulletin'),
(1639, 'usertools', 'gethost', '', 1, 1, 'vbulletin'),
(1640, 'usertools', 'merge', '', 1, 1, 'vbulletin'),
(1641, 'usertools', 'merge', 'sourceuser', 10, 1, 'vbulletin'),
(1642, 'usertools', 'merge', 'destuser', 20, 1, 'vbulletin'),
(1643, 'usertools', 'pmfolderstats', '', 1, 1, 'vbulletin'),
(1644, 'usertools', 'pmstats', '', 1, 1, 'vbulletin'),
(1645, 'usertools', 'pmuserstats', '', 1, 1, 'vbulletin'),
(1646, 'usertools', 'referrers', '', 1, 1, 'vbulletin'),
(1647, 'usertools', 'referrers', 'startdate', 10, 1, 'vbulletin'),
(1648, 'usertools', 'referrers', 'enddate', 20, 1, 'vbulletin'),
(1649, 'usertools', 'removepms', '', 1, 1, 'vbulletin'),
(1650, 'usertools', 'removesentpms', '', 1, 1, 'vbulletin'),
(1651, 'usertools', 'removesubs', '', 1, 1, 'vbulletin'),
(1652, 'usertools', 'showreferrals', '', 1, 1, 'vbulletin'),
(1653, 'usertools', 'showreferrers', '', 1, 1, 'vbulletin'),
(1654, 'verify', 'intro', '', 1, 1, 'vbulletin'),
(1655, 'verify', 'intro', 'hv_recaptcha_privatekey', 1, 1, 'vbulletin'),
(1656, 'verify', 'intro', 'hv_recaptcha_publickey', 1, 1, 'vbulletin'),
(1657, 'verify', 'intro', 'hv_recaptcha_theme', 1, 1, 'vbulletin'),
(1658, 'verify', 'intro', 'hv_type', 1, 1, 'vbulletin'),
(1659, 'verify', 'intro', 'regimagetype', 1, 1, 'vbulletin'),
(1660, 'verify', 'intro', 'regimageoption', 2, 1, 'vbulletin'),
(1661, 'verify', 'modifyanswer', 'answer', 1, 1, 'vbulletin'),
(1662, 'verify', 'modifyquestion', 'question', 1, 1, 'vbulletin'),
(1663, 'verify', 'modifyquestion', 'regex', 1, 1, 'vbulletin');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `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;

--
-- Tablo döküm verisi `administrator`
--

INSERT INTO `administrator` (`userid`, `adminpermissions`, `navprefs`, `cssprefs`, `notes`, `dismissednews`, `languageid`) VALUES
(1, 491516, 'vbulletin_0,vbulletin_1,vbulletin_2,vbulletin_3,vbulletin_4,vbulletin_5,vbulletin_6,vbulletin_7,vbulletin_8,vbulletin_9,vbulletin_10,vbulletin_11,vbulletin_12,vbulletin_13,vbulletin_14,vbulletin_15,vbulletin_16,vbulletin_17,vbulletin_18,vbulletin_19,vbulletin_20,vbulletin_21,vbulletin_22,vbulletin_23,vbulletin_24,vbulletin_25,vbulletin_26,vbulletin_27,vbulletin_28,vbulletin_29,vbulletin_30,postthanks_0', '', NULL, NULL, 0),
(7, 0, NULL, '', NULL, NULL, 0);

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `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` char(15) NOT NULL default '',
  PRIMARY KEY  (`adminlogid`),
  KEY `script_action` (`script`,`action`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=9047 ;

--
-- Tablo döküm verisi `adminlog`
--

INSERT INTO `adminlog` (`adminlogid`, `userid`, `dateline`, `script`, `action`, `extrainfo`, `ipaddress`) VALUES
(1, 1, 1299105929, 'template.php', 'modify', '', '93.89.224.254'),
(2, 1, 1299106607, 'language.php', 'modify', '', '93.89.224.254'),
(3, 1, 1299106613, 'language.php', 'files', '', '93.89.224.254'),
(4, 1, 1299106709, 'language.php', 'upload', '', '93.89.224.254'),
(5, 1, 1299106712, 'language.php', 'rebuild', '', '93.89.224.254'),
(6, 1, 1299106737, 'language.php', '', '', '93.89.224.254'),
(7, 1, 1299106740, 'language.php', 'setdefault', 'Language ID = 2', '93.89.224.254'),
(8, 1, 1299106750, 'options.php', '', '', '93.89.224.254'),
(9, 1, 1299106786, 'options.php', '', '', '93.89.224.254'),
(10, 1, 1299106793, 'template.php', 'modify', '', '93.89.224.254'),
(11, 1, 1299106847, 'css.php', 'edit', 'style id = 1', '93.89.224.254'),
(12, 1, 1299106947, 'css.php', 'update', 'style id = 1', '93.89.224.254'),
(13, 1, 1299106949, 'css.php', 'edit', 'style id = 1', '93.89.224.254'),
(14, 1, 1299107001, 'css.php', 'update', 'style id = 1', '93.89.224.254'),
(15, 1, 1299107003, 'css.php', 'edit', 'style id = 1', '93.89.224.254'),
(16, 1, 1299107173, 'css.php', 'update', 'style id = 1', '93.89.224.254'),
(17, 1, 1299107175, 'css.php', 'edit', 'style id = 1', '93.89.224.254'),
(18, 1, 1299107386, 'language.php', 'modify', '', '93.89.224.254'),
(19, 1, 1299139475, 'options.php', '', '', '93.89.224.254'),
(20, 1, 1299174078, 'plugin.php', 'modify', '', '93.89.224.254'),
(21, 1, 1299174079, 'plugin.php', 'add', '', '93.89.224.254'),
(22, 1, 1299174092, 'plugin.php', 'files', '', '93.89.224.254'),
(23, 1, 1299174118, 'plugin.php', 'doimport', '', '93.89.224.254'),
(24, 1, 1299174126, 'plugin.php', 'product', '', '93.89.224.254'),
(25, 1, 1299174128, 'plugin.php', 'productadd', '', '93.89.224.254'),
(26, 1, 1299174156, 'plugin.php', 'productimport', '', '93.89.224.254'),
(27, 1, 1299174162, 'plugin.php', 'product', '', '93.89.224.254'),
(28, 1, 1299174589, 'plugin.php', 'productedit', '', '93.89.224.254'),
(29, 1, 1299174637, 'options.php', '', '', '93.89.224.254'),
(30, 1, 1299174645, 'template.php', 'modify', '', '93.89.224.254'),
(31, 1, 1299174650, 'css.php', 'edit', 'style id = 1', '93.89.224.254'),
(32, 1, 1299174884, 'css.php', 'update', 'style id = 1', '93.89.224.254'),
(33, 1, 1299174889, 'css.php', 'edit', 'style id = 1', '93.89.224.254'),
(34, 1, 1299174928, 'css.php', 'update', 'style id = 1', '93.89.224.254'),
(35, 1, 1299174930, 'css.php', 'edit', 'style id = 1', '93.89.224.254'),
(36, 1, 1299174984, 'css.php', 'update', 'style id = 1', '93.89.224.254'),
(37, 1, 1299174988, 'css.php', 'edit', 'style id = 1', '93.89.224.254'),
(38, 1, 1299175020, 'css.php', 'update', 'style id = 1', '93.89.224.254'),
(39, 1, 1299175023, 'css.php', 'edit', 'style id = 1', '93.89.224.254'),
(40, 1, 1299175554, 'plugin.php', 'product', '', '93.89.224.254'),
(41, 1, 1299175559, 'plugin.php', 'productadd', '', '93.89.224.254'),
(42, 1, 1299176047, 'plugin.php', 'productimport', '', '93.89.224.254'),
(43, 1, 1299176058, 'plugin.php', 'product', '', '93.89.224.254'),
(44, 1, 1299176117, 'plugin.php', 'productedit', '', '93.89.224.254'),
(45, 1, 1299176135, 'plugin.php', 'productsave', '', '93.89.224.254'),
(46, 1, 1299176137, 'plugin.php', 'product', '', '93.89.224.254'),
(47, 1, 1299176149, 'plugin.php', 'productedit', '', '93.89.224.254'),
(48, 1, 1299176164, 'plugin.php', 'productsave', '', '93.89.224.254'),
(49, 1, 1299176166, 'plugin.php', 'product', '', '93.89.224.254'),
(50, 1, 1299176215, 'attachment.php', 'types', '', '93.89.224.254'),
(51, 1, 1299176234, 'moderate.php', 'posts', '', '93.89.224.254'),
(52, 1, 1299176236, 'options.php', 'options', '', '93.89.224.254'),
(53, 1, 1299176290, 'options.php', '', '', '93.89.224.254'),
(54, 1, 1299176293, 'options.php', 'options', '', '93.89.224.254'),
(55, 1, 1299176318, 'options.php', 'options', '', '93.89.224.254'),
(56, 1, 1299176361, 'options.php', 'dooptions', '', '93.89.224.254'),
(57, 1, 1299176363, 'options.php', 'options', '', '93.89.224.254'),
(58, 1, 1299176367, 'options.php', 'options', '', '93.89.224.254'),
(59, 1, 1299176373, 'options.php', 'options', '', '93.89.224.254'),
(60, 1, 1299176377, 'options.php', 'options', '', '93.89.224.254'),
(61, 1, 1299176384, 'options.php', 'options', '', '93.89.224.254'),
(62, 1, 1299176401, 'options.php', 'dooptions', '', '93.89.224.254'),
(63, 1, 1299176403, 'options.php', 'options', '', '93.89.224.254'),
(64, 1, 1299176424, 'options.php', 'options', '', '93.89.224.254'),
(65, 1, 1299176437, 'bookmarksite.php', 'modify', '', '93.89.224.254'),
(66, 1, 1299176438, 'options.php', '', '', '93.89.224.254'),
(67, 1, 1299176482, 'options.php', 'options', '', '93.89.224.254'),
(68, 1, 1299176511, 'options.php', 'dooptions', '', '93.89.224.254'),
(69, 1, 1299176512, 'options.php', 'options', '', '93.89.224.254'),
(70, 1, 1299176518, 'options.php', '', '', '93.89.224.254'),
(71, 1, 1299176521, 'options.php', '', '', '93.89.224.254'),
(72, 1, 1299176537, 'options.php', 'options', '', '93.89.224.254'),
(73, 1, 1299176542, 'options.php', 'options', '', '93.89.224.254'),
(74, 1, 1299176560, 'options.php', 'options', '', '93.89.224.254'),
(75, 1, 1299176681, 'moderate.php', 'posts', '', '93.89.224.254'),
(76, 1, 1299176688, 'options.php', '', '', '93.89.224.254'),
(77, 1, 1299176694, 'options.php', 'options', '', '93.89.224.254'),
(78, 1, 1299176798, 'options.php', 'dooptions', '', '93.89.224.254'),
(79, 1, 1299176800, 'options.php', 'options', '', '93.89.224.254'),
(80, 1, 1299176812, 'options.php', 'options', '', '93.89.224.254'),
(81, 1, 1299176856, 'options.php', 'dooptions', '', '93.89.224.254'),
(82, 1, 1299176859, 'options.php', 'options', '', '93.89.224.254'),
(83, 1, 1299176937, 'options.php', 'dooptions', '', '93.89.224.254'),
(84, 1, 1299176941, 'options.php', 'options', '', '93.89.224.254'),
(85, 1, 1299176961, 'options.php', 'dooptions', '', '93.89.224.254'),
(86, 1, 1299176964, 'options.php', 'options', '', '93.89.224.254'),
(87, 1, 1299177001, 'options.php', 'options', '', '93.89.224.254'),
(88, 1, 1299177006, 'options.php', 'options', '', '93.89.224.254'),
(89, 1, 1299177421, 'notice.php', 'modify', '', '93.89.224.254'),
(90, 1, 1299177427, 'language.php', 'modify', '', '93.89.224.254'),
(91, 1, 1299177441, 'language.php', 'edit_settings', 'Language ID = 2', '93.89.224.254'),
(92, 1, 1299177449, 'phrase.php', 'search', '', '93.89.224.254'),
(93, 1, 1299177460, 'phrase.php', 'dosearch', '', '93.89.224.254'),
(94, 1, 1299177472, 'phrase.php', 'edit', '', '93.89.224.254'),
(95, 1, 1299177521, 'phrase.php', 'update', '', '93.89.224.254'),
(96, 1, 1299177523, 'phrase.php', '', '', '93.89.224.254'),
(97, 1, 1299177547, 'phrase.php', 'search', '', '93.89.224.254'),
(98, 1, 1299177553, 'phrase.php', 'dosearch', '', '93.89.224.254'),
(99, 1, 1299177566, 'phrase.php', 'edit', '', '93.89.224.254'),
(100, 1, 1299177574, 'phrase.php', 'update', '', '93.89.224.254'),
(101, 1, 1299177576, 'phrase.php', '', '', '93.89.224.254'),
(102, 1, 1299177600, 'language.php', 'modify', '', '93.89.224.254'),
(103, 1, 1299177607, 'language.php', 'delete', 'Language ID = 1', '93.89.224.254'),
(104, 1, 1299177609, 'language.php', 'kill', 'Language ID = 1', '93.89.224.254'),
(105, 1, 1299177611, 'language.php', '', '', '93.89.224.254'),
(106, 1, 1299177621, 'language.php', 'edit_settings', 'Language ID = 2', '93.89.224.254'),
(107, 1, 1299177627, 'phrase.php', 'search', '', '93.89.224.254'),
(108, 1, 1299177639, 'phrase.php', 'dosearch', '', '93.89.224.254'),
(109, 1, 1299177659, 'phrase.php', 'edit', '', '93.89.224.254'),
(110, 1, 1299177675, 'phrase.php', 'update', '', '93.89.224.254'),
(111, 1, 1299177677, 'phrase.php', '', '', '93.89.224.254'),
(112, 1, 1299177686, 'phrase.php', 'search', '', '93.89.224.254'),
(113, 1, 1299177701, 'phrase.php', 'dosearch', '', '93.89.224.254'),
(114, 1, 1299177705, 'phrase.php', 'edit', '', '93.89.224.254'),
(115, 1, 1299177714, 'phrase.php', 'update', '', '93.89.224.254'),
(116, 1, 1299177716, 'phrase.php', '', '', '93.89.224.254'),
(117, 1, 1299177727, 'language.php', 'modify', '', '93.89.224.254'),
(118, 1, 1299177737, 'phrase.php', 'search', '', '93.89.224.254'),
(119, 1, 1299177750, 'phrase.php', 'dosearch', '', '93.89.224.254'),
(120, 1, 1299177780, 'phrase.php', 'search', '', '93.89.224.254'),
(121, 1, 1299177800, 'phrase.php', 'modify', '', '93.89.224.254'),
(122, 1, 1299177813, 'language.php', 'modify', '', '93.89.224.254'),
(123, 1, 1299177816, 'language.php', 'edit_settings', 'Language ID = 2', '93.89.224.254'),
(124, 1, 1299177822, 'phrase.php', 'search', '', '93.89.224.254'),
(125, 1, 1299177837, 'phrase.php', 'dosearch', '', '93.89.224.254'),
(126, 1, 1299177934, 'phrase.php', 'edit', '', '93.89.224.254'),
(127, 1, 1299177945, 'phrase.php', 'update', '', '93.89.224.254'),
(128, 1, 1299177947, 'phrase.php', '', '', '93.89.224.254'),
(129, 1, 1299177954, 'phrase.php', '', '', '93.89.224.254'),
(130, 1, 1299177970, 'phrase.php', 'update', '', '93.89.224.254'),
(131, 1, 1299177973, 'phrase.php', '', '', '93.89.224.254'),
(132, 1, 1299178039, 'phrase.php', 'edit', '', '93.89.224.254'),
(133, 1, 1299178107, 'phrase.php', 'update', '', '93.89.224.254'),
(134, 1, 1299178115, 'phrase.php', '', '', '93.89.224.254'),
(135, 1, 1299178220, 'phrase.php', 'update', '', '93.89.224.254'),
(136, 1, 1299178222, 'phrase.php', '', '', '93.89.224.254'),
(137, 1, 1299178267, 'phrase.php', 'update', '', '93.89.224.254'),
(138, 1, 1299178273, 'phrase.php', '', '', '93.89.224.254'),
(139, 1, 1299178316, 'phrase.php', 'update', '', '93.89.224.254'),
(140, 1, 1299178318, 'phrase.php', '', '', '93.89.224.254'),
(141, 1, 1299178367, 'phrase.php', 'update', '', '93.89.224.254'),
(142, 1, 1299178369, 'phrase.php', '', '', '93.89.224.254'),
(143, 1, 1299178393, 'options.php', '', '', '93.89.224.254'),
(144, 1, 1299178408, 'bookmarksite.php', 'modify', '', '93.89.224.254'),
(145, 1, 1299178955, 'template.php', 'modify', '', '93.89.224.254'),
(146, 1, 1299178960, 'css.php', 'edit', 'style id = 1', '93.89.224.254'),
(147, 1, 1299178990, 'css.php', 'update', 'style id = 1', '93.89.224.254'),
(148, 1, 1299178993, 'css.php', 'edit', 'style id = 1', '93.89.224.254'),
(149, 1, 1299179194, 'css.php', 'update', 'style id = 1', '93.89.224.254'),
(150, 1, 1299179210, 'css.php', 'edit', 'style id = 1', '93.89.224.254'),
(151, 1, 1299179624, 'css.php', 'update', 'style id = 1', '93.89.224.254'),
(152, 1, 1299179628, 'css.php', 'edit', 'style id = 1', '93.89.224.254'),
(153, 1, 1299179756, 'css.php', 'update', 'style id = 1', '93.89.224.254'),
(154, 1, 1299179759, 'css.php', 'edit', 'style id = 1', '93.89.224.254'),
(155, 1, 1299179852, 'css.php', 'update', 'style id = 1', '93.89.224.254'),
(156, 1, 1299179858, 'css.php', 'edit', 'style id = 1', '93.89.224.254'),
(157, 1, 1299180001, 'css.php', 'update', 'style id = 1', '93.89.224.254'),
(158, 1, 1299180010, 'css.php', 'edit', 'style id = 1', '93.89.224.254'),
(159, 1, 1299180154, 'css.php', 'update', 'style id = 1', '93.89.224.254'),
(160, 1, 1299180157, 'css.php', 'edit', 'style id = 1', '93.89.224.254'),
(161, 1, 1299180231, 'css.php', 'update', 'style id = 1', '93.89.224.254'),
(162, 1, 1299180234, 'css.php', 'edit', 'style id = 1', '93.89.224.254'),
(163, 1, 1299180722, 'css.php', 'update', 'style id = 1', '93.89.224.254'),
(164, 1, 1299180731, 'css.php', 'edit', 'style id = 1', '93.89.224.254'),
(165, 1, 1299181319, 'options.php', '', '', '93.89.224.254'),
(166, 1, 1299181327, 'template.php', 'modify', '', '93.89.224.254'),
(167, 1, 1299181346, 'css.php', 'edit', 'style id = 1', '93.89.224.254'),
(168, 1, 1299181491, 'css.php', 'update', 'style id = 1', '93.89.224.254'),
(169, 1, 1299181496, 'css.php', 'edit', 'style id = 1', '93.89.224.254'),
(170, 1, 1299181596, 'css.php', 'update', 'style id = 1', '93.89.224.254'),
(171, 1, 1299181603, 'css.php', 'edit', 'style id = 1', '93.89.224.254'),
(172, 1, 1299181683, 'css.php', 'update', 'style id = 1', '93.89.224.254'),
(173, 1, 1299181691, 'css.php', 'edit', 'style id = 1', '93.89.224.254'),
(174, 1, 1299181722, 'css.php', 'edit', 'style id = 1', '93.89.224.254'),
(175, 1, 1299181743, 'css.php', 'edit', 'style id = 1', '93.89.224.254'),
(176, 1, 1299181747, 'template.php', 'modify', '', '93.89.224.254'),
(177, 1, 1299181755, 'template.php', 'modify', '', '93.89.224.254'),
(178, 1, 1299181764, 'template.php', 'modify', '', '93.89.224.254'),
(179, 1, 1299181770, 'template.php', 'modify', '', '93.89.224.254'),
(180, 1, 1299181775, 'template.php', 'add', 'style id = 1', '93.89.224.254'),
(181, 1, 1299181787, 'template.php', 'inserttemplate', 'style id = 1', '93.89.224.254'),
(182, 1, 1299181789, 'template.php', 'modify', 'style id = 0', '93.89.224.254'),
(183, 1, 1299181830, 'template.php', 'edit', 'style id = 0', '93.89.224.254'),
(184, 1, 1299181887, 'template.php', 'updatetemplate', 'style id = 1', '93.89.224.254'),
(185, 1, 1299181959, 'template.php', 'edit', 'style id = 0', '93.89.224.254'),
(186, 1, 1299181992, 'template.php', 'updatetemplate', 'style id = 1', '93.89.224.254'),
(187, 1, 1299182085, 'template.php', 'edit', 'style id = 0', '93.89.224.254'),
(188, 1, 1299182101, 'template.php', 'updatetemplate', 'style id = 1', '93.89.224.254'),
(189, 1, 1299182136, 'template.php', 'edit', 'style id = 0', '93.89.224.254'),
(190, 1, 1299182167, 'template.php', 'updatetemplate', 'style id = 1', '93.89.224.254'),
(191, 1, 1299182350, 'template.php', 'edit', 'style id = 0', '93.89.224.254'),
(192, 1, 1299182392, 'template.php', 'updatetemplate', 'style id = 1', '93.89.224.254'),
(193, 1, 1299182451, 'options.php', '', '', '93.89.224.254'),
(194, 1, 1299182462, 'options.php', 'options', '', '93.89.224.254'),
(195, 1, 1299182529, 'options.php', 'dooptions', '', '93.89.224.254'),
(196, 1, 1299182531, 'options.php', 'options', '', '93.89.224.254'),
(197, 1, 1299182673, 'usergroup.php', 'modify', '', '93.89.224.254'),
(198, 1, 1299183279, 'template.php', 'modify', '', '93.89.224.254'),
(199, 1, 1299183282, 'css.php', 'edit', 'style id = 1', '93.89.224.254'),
(200, 1, 1299183345, 'css.php', 'update', 'style id = 1', '93.89.224.254'),
(201, 1, 1299183347, 'css.php', 'edit', 'style id = 1', '93.89.224.254'),
(202, 1, 1299184197, 'options.php', '', '', '93.89.224.254'),
(203, 1, 1299184201, 'options.php', '', '', '93.89.224.254'),
(204, 1, 1299184246, 'options.php', 'options', '', '93.89.224.254'),
(205, 1, 1299184276, 'options.php', '', '', '93.89.224.254'),
(206, 1, 1299184288, 'options.php', 'options', '', '93.89.224.254'),
(207, 1, 1299184324, 'options.php', 'options', '', '93.89.224.254'),
(208, 1, 1299184357, 'options.php', 'dooptions', '', '93.89.224.254'),
(209, 1, 1299184360, 'options.php', 'options', '', '93.89.224.254'),
(210, 1, 1299184388, 'options.php', '', '', '93.89.224.254'),
(211, 1, 1299184397, 'options.php', 'options', '', '93.89.224.254'),
(212, 1, 1299184410, 'options.php', 'options', '', '93.89.224.254'),
(213, 1, 1299184420, 'options.php', 'options', '', '93.89.224.254'),
(214, 1, 1299184434, 'options.php', 'options', '', '93.89.224.254'),
(215, 1, 1299184443, 'options.php', 'dooptions', '', '93.89.224.254'),
(216, 1, 1299184445, 'options.php', 'options', '', '93.89.224.254'),
(217, 1, 1299184462, 'usergroup.php', 'modify', '', '93.89.224.254'),
(218, 1, 1299184565, 'usergroup.php', 'edit', 'usergroup id = 6', '93.89.224.254'),
(219, 1, 1299184635, 'usergroup.php', 'update', 'usergroup id = 6', '93.89.224.254'),
(220, 1, 1299184639, 'usergroup.php', 'modify', '', '93.89.224.254'),
(221, 1, 1299184688, 'usergroup.php', 'edit', 'usergroup id = 4', '93.89.224.254'),
(222, 1, 1299184694, 'usergroup.php', 'edit', 'usergroup id = 7', '93.89.224.254'),
(223, 1, 1299184722, 'usergroup.php', 'update', 'usergroup id = 7', '93.89.224.254'),
(224, 1, 1299184724, 'usergroup.php', 'modify', '', '93.89.224.254'),
(225, 1, 1299184730, 'usergroup.php', 'edit', 'usergroup id = 2', '93.89.224.254'),
(226, 1, 1299184931, 'usergroup.php', 'update', 'usergroup id = 2', '93.89.224.254'),
(227, 1, 1299184933, 'usergroup.php', 'modify', '', '93.89.224.254'),
(228, 1, 1299184947, 'usergroup.php', 'edit', 'usergroup id = 5', '93.89.224.254'),
(229, 1, 1299185014, 'usergroup.php', 'update', 'usergroup id = 5', '93.89.224.254'),
(230, 1, 1299185017, 'usergroup.php', 'modify', '', '93.89.224.254'),
(231, 1, 1299185149, 'usergroup.php', 'edit', 'usergroup id = 1', '93.89.224.254'),
(232, 1, 1299185197, 'usergroup.php', 'update', 'usergroup id = 1', '93.89.224.254'),
(233, 1, 1299185199, 'usergroup.php', 'modify', '', '93.89.224.254'),
(234, 1, 1299185215, 'usergroup.php', 'edit', 'usergroup id = 3', '93.89.224.254'),
(235, 1, 1299185262, 'usergroup.php', 'update', 'usergroup id = 3', '93.89.224.254'),
(236, 1, 1299185264, 'usergroup.php', 'modify', '', '93.89.224.254'),
(237, 1, 1299185434, 'usergroup.php', 'edit', 'usergroup id = 8', '93.89.224.254'),
(238, 1, 1299185458, 'usergroup.php', 'update', 'usergroup id = 8', '93.89.224.254'),
(239, 1, 1299185460, 'usergroup.php', 'modify', '', '93.89.224.254'),
(240, 1, 1299185468, 'usertitle.php', 'modify', '', '93.89.224.254'),
(241, 1, 1299185471, 'usertitle.php', 'edit', 'usertitle id = 1', '93.89.224.254'),
(242, 1, 1299185475, 'usertitle.php', 'modify', '', '93.89.224.254'),
(243, 1, 1299185478, 'usertitle.php', 'edit', 'usertitle id = 2', '93.89.224.254'),
(244, 1, 1299185480, 'usertitle.php', 'add', '', '93.89.224.254'),
(245, 1, 1299185485, 'ranks.php', 'modify', '', '93.89.224.254'),
(246, 1, 1299185491, 'ranks.php', 'add', '', '93.89.224.254'),
(247, 1, 1299186221, 'ranks.php', 'insert', '', '93.89.224.254'),
(248, 1, 1299186225, 'ranks.php', 'modify', '', '93.89.224.254'),
(249, 1, 1299186233, 'ranks.php', 'add', '', '93.89.224.254'),
(250, 1, 1299186302, 'ranks.php', 'insert', '', '93.89.224.254'),
(251, 1, 1299186353, 'ranks.php', 'insert', '', '93.89.224.254'),
(252, 1, 1299186356, 'ranks.php', 'add', '', '93.89.224.254'),
(253, 1, 1299186391, 'ranks.php', 'insert', '', '93.89.224.254'),
(254, 1, 1299186394, 'ranks.php', 'modify', '', '93.89.224.254'),
(255, 1, 1299186438, 'ranks.php', 'add', '', '93.89.224.254'),
(256, 1, 1299186500, 'ranks.php', 'insert', '', '93.89.224.254'),
(257, 1, 1299186503, 'ranks.php', 'modify', '', '93.89.224.254'),
(258, 1, 1299186519, 'ranks.php', 'add', '', '93.89.224.254'),
(259, 1, 1299186557, 'ranks.php', 'insert', '', '93.89.224.254'),
(260, 1, 1299186560, 'ranks.php', 'modify', '', '93.89.224.254'),
(261, 1, 1299186569, 'ranks.php', 'modify', '', '93.89.224.254'),
(262, 1, 1299186573, 'ranks.php', 'add', '', '93.89.224.254'),
(263, 1, 1299186634, 'ranks.php', 'insert', '', '93.89.224.254'),
(264, 1, 1299186637, 'ranks.php', 'modify', '', '93.89.224.254'),
(265, 1, 1299186641, 'ranks.php', 'add', '', '93.89.224.254'),
(266, 1, 1299186664, 'ranks.php', 'insert', '', '93.89.224.254'),
(267, 1, 1299186667, 'ranks.php', 'modify', '', '93.89.224.254'),
(268, 1, 1299186676, 'options.php', '', '', '93.89.224.254'),
(269, 1, 1299186806, 'phrase.php', 'search', '', '93.89.224.254'),
(270, 1, 1299186814, 'phrase.php', 'dosearch', '', '93.89.224.254'),
(271, 1, 1299186904, 'phrase.php', 'edit', '', '93.89.224.254'),
(272, 1, 1299187020, 'phrase.php', 'update', '', '93.89.224.254'),
(273, 1, 1299187063, 'phrase.php', '', '', '93.89.224.254'),
(274, 1, 1299187143, 'options.php', '', '', '93.89.224.254'),
(275, 1, 1299187146, 'phrase.php', 'search', '', '93.89.224.254'),
(276, 1, 1299187161, 'phrase.php', 'dosearch', '', '93.89.224.254'),
(277, 1, 1299187182, 'phrase.php', 'edit', '', '93.89.224.254'),
(278, 1, 1299187219, 'phrase.php', 'update', '', '93.89.224.254'),
(279, 1, 1299187222, 'phrase.php', '', '', '93.89.224.254'),
(280, 1, 1299187283, 'user.php', 'add', '', '93.89.224.254'),
(281, 1, 1299187283, 'user.php', 'modify', '', '93.89.224.254'),
(282, 1, 1299187293, 'user.php', 'find', '', '93.89.224.254'),
(283, 1, 1299187294, 'user.php', 'edit', 'user id = 4', '93.89.224.254'),
(284, 1, 1299187319, 'user.php', 'update', 'user id = 4', '93.89.224.254'),
(285, 1, 1299187333, 'user.php', 'modify', '', '93.89.224.254'),
(286, 1, 1299187342, 'user.php', 'find', '', '93.89.224.254'),
(287, 1, 1299187342, 'user.php', 'edit', 'user id = 4', '93.89.224.254'),
(288, 1, 1299187351, 'user.php', 'remove', 'user id = 4', '93.89.224.254'),
(289, 1, 1299187356, 'user.php', 'kill', 'user id = 4', '93.89.224.254'),
(290, 1, 1299187359, 'user.php', 'modify', '', '93.89.224.254'),
(291, 1, 1299187361, 'user.php', 'add', '', '93.89.224.254'),
(292, 1, 1299187397, 'user.php', 'update', '', '93.89.224.254'),
(293, 1, 1299187399, 'user.php', 'modify', 'user id = 5', '93.89.224.254'),
(294, 1, 1299187411, 'user.php', 'find', '', '93.89.224.254'),
(295, 1, 1299187414, 'user.php', 'edit', 'user id = 5', '93.89.224.254'),
(296, 5, 1299187669, 'stats.php', 'index', '', '93.89.224.254'),
(297, 1, 1299187669, 'template.php', 'modify', '', '93.89.224.254'),
(298, 5, 1299187689, 'help.php', 'answer', '', '93.89.224.254'),
(299, 1, 1299187752, 'template.php', 'modify', '', '93.89.224.254'),
(300, 1, 1299187808, 'template.php', 'modify', '', '93.89.224.254'),
(301, 1, 1299187844, 'template.php', 'modify', '', '93.89.224.254'),
(302, 1, 1299187862, 'template.php', 'add', 'style id = 1', '93.89.224.254'),
(303, 5, 1299187879, 'announcement.php', 'modify', '', '93.89.224.254'),
(304, 1, 1299187895, 'user.php', 'modify', '', '93.89.224.254'),
(305, 1, 1299187915, 'user.php', 'find', '', '93.89.224.254'),
(306, 5, 1299187915, 'moderate.php', 'posts', '', '93.89.224.254'),
(307, 1, 1299187919, 'user.php', 'edit', 'user id = 5', '93.89.224.254'),
(308, 5, 1299187921, 'moderate.php', 'attachments', '', '93.89.224.254'),
(309, 5, 1299187922, 'moderate.php', 'events', '', '93.89.224.254'),
(310, 5, 1299187924, 'moderate.php', 'messages', '', '93.89.224.254'),
(311, 1, 1299187957, 'user.php', 'update', 'user id = 5', '93.89.224.254'),
(312, 1, 1299188000, 'user.php', 'edit', 'user id = 5', '93.89.224.254'),
(313, 1, 1299188017, 'user.php', 'update', 'user id = 5', '93.89.224.254'),
(314, 1, 1299188020, 'user.php', 'modify', 'user id = 5', '93.89.224.254'),
(315, 1, 1299188139, 'user.php', 'modify', 'user id = 5', '93.89.224.254'),
(316, 1, 1299188143, 'user.php', 'modify', '', '93.89.224.254'),
(317, 1, 1299188169, 'user.php', 'find', '', '93.89.224.254'),
(318, 1, 1299188169, 'user.php', 'edit', 'user id = 5', '93.89.224.254'),
(319, 1, 1299188181, 'user.php', 'find', '', '93.89.224.254'),
(320, 1, 1299188182, 'user.php', 'edit', 'user id = 1', '93.89.224.254'),
(321, 1, 1299188198, 'user.php', 'modify', '', '93.89.224.254'),
(322, 1, 1299188211, 'user.php', 'find', '', '93.89.224.254'),
(323, 1, 1299188212, 'user.php', 'edit', 'user id = 5', '93.89.224.254'),
(324, 1, 1299188350, 'plugin.php', 'product', '', '93.89.224.254'),
(325, 1, 1299188354, 'plugin.php', 'productadd', '', '93.89.224.254'),
(326, 1, 1299188400, 'plugin.php', 'productimport', '', '93.89.224.254'),
(327, 1, 1299188416, 'plugin.php', 'product', '', '93.89.224.254'),
(328, 1, 1299188418, 'plugin.php', 'productadd', '', '93.89.224.254'),
(329, 1, 1299188428, 'plugin.php', 'productimport', '', '93.89.224.254'),
(330, 1, 1299188434, 'plugin.php', 'files', '', '93.89.224.254'),
(331, 1, 1299188448, 'plugin.php', 'doimport', '', '93.89.224.254'),
(332, 1, 1299188450, 'plugin.php', '', '', '93.89.224.254'),
(333, 1, 1299188456, 'plugin.php', 'edit', 'plugin id = 18', '93.89.224.254'),
(334, 1, 1299188482, 'plugin.php', 'update', 'plugin id = 18', '93.89.224.254'),
(335, 1, 1299188485, 'plugin.php', '', '', '93.89.224.254'),
(336, 1, 1299188677, 'template.php', 'search', '', '93.89.224.254'),
(337, 1, 1299188936, 'phrase.php', 'search', '', '93.89.224.254'),
(338, 1, 1299189011, 'phrase.php', 'dosearch', '', '93.89.224.254'),
(339, 1, 1299189203, 'phrase.php', 'dosearch', '', '93.89.224.254'),
(340, 1, 1299189323, 'user.php', 'add', '', '93.89.224.254'),
(341, 1, 1299189438, 'user.php', 'update', '', '93.89.224.254'),
(342, 1, 1299189441, 'user.php', 'modify', 'user id = 7', '93.89.224.254'),
(343, 1, 1299189493, 'user.php', 'find', '', '93.89.224.254'),
(344, 1, 1299189495, 'user.php', 'edit', 'user id = 7', '93.89.224.254'),
(345, 1, 1299189510, 'user.php', 'update', 'user id = 7', '93.89.224.254'),
(346, 1, 1299189512, 'user.php', 'modify', 'user id = 7', '93.89.224.254'),
(347, 1, 1299189709, 'options.php', '', '', '93.89.224.254'),
(348, 1, 1299189765, 'options.php', 'options', '', '93.89.224.254'),
(349, 1, 1299189834, 'options.php', 'dooptions', '', '93.89.224.254'),
(350, 1, 1299189837, 'options.php', 'options', '', '93.89.224.254'),
(351, 1, 1299189894, 'plugin.php', 'product', '', '93.89.224.254'),
(352, 1, 1299189904, 'plugin.php', 'modify', '', '93.89.224.254'),
(353, 1, 1299189909, 'plugin.php', 'delete', 'plugin id = 18', '93.89.224.254'),
(354, 1, 1299189912, 'plugin.php', 'kill', 'plugin id = 18', '93.89.224.254'),
(355, 1, 1299189914, 'plugin.php', '', '', '93.89.224.254'),
(356, 1, 1299189938, 'options.php', '', '', '93.89.224.254'),
(357, 1, 1299189948, 'options.php', 'options', '', '93.89.224.254'),
(358, 1, 1299189966, 'options.php', 'options', '', '93.89.224.254'),
(359, 1, 1299190007, 'options.php', 'options', '', '93.89.224.254'),
(360, 1, 1299190047, 'options.php', 'dooptions', '', '93.89.224.254'),
(361, 1, 1299190053, 'options.php', 'options', '', '93.89.224.254'),
(362, 1, 1299190255, 'options.php', '', '', '93.89.224.254'),
(363, 1, 1299190262, 'options.php', '', '', '93.89.224.254'),
(364, 1, 1299190272, 'options.php', 'options', '', '93.89.224.254'),
(365, 1, 1299190413, 'options.php', 'dooptions', '', '93.89.224.254'),
(366, 1, 1299190414, 'options.php', 'options', '', '93.89.224.254'),
(367, 1, 1299190417, 'options.php', 'options', '', '93.89.224.254'),
(368, 1, 1299190676, 'options.php', 'dooptions', '', '93.89.224.254'),
(369, 1, 1299190678, 'options.php', 'options', '', '93.89.224.254'),
(370, 1, 1299190699, 'options.php', 'options', '', '93.89.224.254'),
(371, 1, 1299190711, 'options.php', 'options', '', '93.89.224.254'),
(372, 1, 1299190714, 'options.php', 'options', '', '93.89.224.254'),
(373, 1, 1299190732, 'options.php', 'options', '', '93.89.224.254'),
(374, 1, 1299190775, 'options.php', 'options', '', '93.89.224.254'),
(375, 1, 1299190799, 'options.php', 'options', '', '93.89.224.254'),
(376, 1, 1299190809, 'options.php', 'options', '', '93.89.224.254'),
(377, 1, 1299190819, 'options.php', 'options', '', '93.89.224.254'),
(378, 1, 1299190832, 'options.php', 'options', '', '93.89.224.254'),
(379, 1, 1299190866, 'options.php', 'dooptions', '', '93.89.224.254'),
(380, 1, 1299190867, 'options.php', 'options', '', '93.89.224.254'),
(381, 1, 1299190874, 'options.php', 'options', '', '93.89.224.254'),
(382, 1, 1299190898, 'options.php', 'dooptions', '', '93.89.224.254'),
(383, 1, 1299190900, 'options.php', 'options', '', '93.89.224.254'),
(384, 1, 1299190962, 'options.php', 'dooptions', '', '93.89.224.254'),
(385, 1, 1299190963, 'options.php', 'options', '', '93.89.224.254'),
(386, 1, 1299190967, 'options.php', 'options', '', '93.89.224.254'),
(387, 1, 1299190976, 'options.php', 'options', '', '93.89.224.254'),
(388, 1, 1299190995, 'options.php', 'dooptions', '', '93.89.224.254'),
(389, 1, 1299190996, 'options.php', 'options', '', '93.89.224.254'),
(390, 1, 1299191000, 'options.php', 'options', '', '93.89.224.254'),
(391, 1, 1299191022, 'options.php', 'options', '', '93.89.224.254'),
(392, 1, 1299191076, 'options.php', 'options', '', '93.89.224.254'),
(393, 1, 1299191108, 'options.php', 'options', '', '93.89.224.254'),
(394, 1, 1299191150, 'options.php', 'options', '', '93.89.224.254'),
(395, 1, 1299191220, 'options.php', 'dooptions', '', '93.89.224.254'),
(396, 1, 1299191221, 'options.php', 'options', '', '93.89.224.254'),
(397, 1, 1299191225, 'options.php', 'options', '', '93.89.224.254'),
(398, 1, 1299191234, 'options.php', 'options', '', '93.89.224.254'),
(399, 1, 1299191244, 'options.php', 'options', '', '93.89.224.254'),
(400, 1, 1299191258, 'options.php', 'options', '', '93.89.224.254'),
(401, 1, 1299191265, 'options.php', 'options', '', '93.89.224.254'),
(402, 1, 1299191288, 'options.php', 'searchtype', '', '93.89.224.254'),
(403, 1, 1299191294, 'verify.php', '', '', '93.89.224.254'),
(404, 1, 1299191324, 'bookmarksite.php', 'modify', '', '93.89.224.254'),
(405, 1, 1299191334, 'template.php', 'modify', '', '93.89.224.254'),
(406, 1, 1299191345, 'language.php', 'modify', '', '93.89.224.254'),
(407, 1, 1299191353, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(408, 1, 1299191365, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(409, 1, 1299191456, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(410, 1, 1299191468, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(411, 1, 1299191553, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(412, 1, 1299191601, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(413, 1, 1299191690, 'notice.php', 'modify', '', '93.89.224.254'),
(414, 1, 1299191664, 'language.php', 'update', 'Language ID = 2', '93.89.224.254'),
(415, 1, 1299191836, 'adminlog.php', 'choose', '', '93.89.224.254'),
(416, 5, 1299219606, 'stats.php', 'index', '', '93.89.224.254'),
(417, 5, 1299219614, 'moderate.php', 'events', '', '93.89.224.254'),
(418, 5, 1299219615, 'moderate.php', 'attachments', '', '93.89.224.254'),
(419, 5, 1299219616, 'moderate.php', 'posts', '', '93.89.224.254'),
(420, 5, 1299219619, 'moderate.php', 'events', '', '93.89.224.254'),
(421, 5, 1299219620, 'moderate.php', 'messages', '', '93.89.224.254'),
(422, 5, 1299219622, 'moderate.php', 'posts', '', '93.89.224.254'),
(423, 5, 1299219626, 'announcement.php', 'modify', '', '93.89.224.254'),
(424, 1, 1299265049, 'attachment.php', 'types', '', '93.89.224.254'),
(425, 1, 1299265062, 'attachment.php', 'types', '', '93.89.224.254'),
(426, 1, 1299265064, 'attachmentpermission.php', '', '', '93.89.224.254'),
(427, 1, 1299265079, 'attachment.php', 'stats', '', '93.89.224.254'),
(428, 1, 1299265095, 'forum.php', 'modify', '', '93.89.224.254'),
(429, 1, 1299265101, 'moderator.php', 'add', 'forum id = 1', '93.89.224.254'),
(430, 1, 1299265121, 'adminreputation.php', 'modify', '', '93.89.224.254'),
(431, 1, 1299265124, 'adminreputation.php', 'list', '', '93.89.224.254'),
(432, 1, 1299265161, 'language.php', 'modify', '', '93.89.224.254'),
(433, 1, 1299265166, 'phrase.php', 'modify', '', '93.89.224.254'),
(434, 1, 1299265170, 'phrase.php', 'search', '', '93.89.224.254'),
(435, 1, 1299265177, 'phrase.php', 'findupdates', '', '93.89.224.254'),
(436, 1, 1299265183, 'language.php', 'modify', '', '93.89.224.254'),
(437, 1, 1299265197, 'phrase.php', 'search', '', '93.89.224.254'),
(438, 1, 1299265202, 'language.php', 'modify', '', '93.89.224.254'),
(439, 1, 1299265204, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(440, 1, 1299265216, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(441, 1, 1299265290, 'language.php', 'update', 'Language ID = 2', '93.89.224.254'),
(442, 1, 1299265292, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(443, 1, 1299265307, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(444, 1, 1299265315, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(445, 1, 1299265352, 'language.php', 'update', 'Language ID = 2', '93.89.224.254'),
(446, 1, 1299265354, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(447, 1, 1299265360, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(448, 1, 1299265515, 'language.php', 'update', 'Language ID = 2', '93.89.224.254'),
(449, 1, 1299265517, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(450, 1, 1299265536, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(451, 1, 1299265579, 'language.php', 'update', 'Language ID = 2', '93.89.224.254'),
(452, 1, 1299265582, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(453, 1, 1299265586, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(454, 1, 1299265635, 'language.php', 'update', 'Language ID = 2', '93.89.224.254'),
(455, 1, 1299265637, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(456, 1, 1299265680, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(457, 1, 1299265845, 'language.php', 'update', 'Language ID = 2', '93.89.224.254'),
(458, 1, 1299265847, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(459, 1, 1299265852, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(460, 1, 1299266073, 'language.php', 'update', 'Language ID = 2', '93.89.224.254'),
(461, 1, 1299266074, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(462, 1, 1299266079, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(463, 1, 1299266150, 'adminreputation.php', 'modify', '', '93.89.224.254'),
(464, 1, 1299266158, 'adminreputation.php', 'list', '', '93.89.224.254'),
(465, 1, 1299266163, 'adminreputation.php', 'modify', '', '93.89.224.254'),
(466, 1, 1299266174, 'usertitle.php', 'modify', '', '93.89.224.254'),
(467, 1, 1299266187, 'ranks.php', 'modify', '', '93.89.224.254'),
(468, 1, 1299266197, 'usergroup.php', 'modify', '', '93.89.224.254'),
(469, 1, 1299266205, 'usergroup.php', 'edit', 'usergroup id = 6', '93.89.224.254'),
(470, 1, 1299266233, 'usergroup.php', 'update', 'usergroup id = 6', '93.89.224.254'),
(471, 1, 1299266235, 'usergroup.php', 'modify', '', '93.89.224.254'),
(472, 1, 1299266261, 'language.php', 'update', 'Language ID = 2', '93.89.224.254'),
(473, 1, 1299266263, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(474, 1, 1299266401, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(475, 1, 1299266452, 'usergroup.php', 'edit', 'usergroup id = 2', '93.89.224.254'),
(476, 1, 1299266475, 'usergroup.php', 'update', 'usergroup id = 2', '93.89.224.254'),
(477, 1, 1299266478, 'usergroup.php', 'modify', '', '93.89.224.254'),
(478, 1, 1299266487, 'usergroup.php', 'edit', 'usergroup id = 6', '93.89.224.254'),
(479, 1, 1299266518, 'usergroup.php', 'update', 'usergroup id = 6', '93.89.224.254'),
(480, 1, 1299266522, 'usergroup.php', 'modify', '', '93.89.224.254'),
(481, 1, 1299266560, 'language.php', 'update', 'Language ID = 2', '93.89.224.254'),
(482, 1, 1299266561, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(483, 1, 1299266567, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(484, 1, 1299266592, 'usergroup.php', 'edit', 'usergroup id = 6', '93.89.224.254'),
(485, 1, 1299266639, 'usergroup.php', 'update', 'usergroup id = 6', '93.89.224.254'),
(486, 1, 1299266641, 'language.php', 'update', 'Language ID = 2', '93.89.224.254'),
(487, 1, 1299266643, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(488, 1, 1299266645, 'usergroup.php', 'modify', '', '93.89.224.254'),
(489, 1, 1299266651, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(490, 1, 1299266659, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(491, 1, 1299266671, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(492, 1, 1299266680, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(493, 1, 1299266693, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(494, 1, 1299266704, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(495, 1, 1299266721, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(496, 1, 1299266728, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(497, 1, 1299266735, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(498, 1, 1299266760, 'language.php', 'update', 'Language ID = 2', '93.89.224.254'),
(499, 1, 1299266762, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(500, 1, 1299266765, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(501, 1, 1299266786, 'language.php', 'update', 'Language ID = 2', '93.89.224.254'),
(502, 1, 1299266788, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(503, 1, 1299266792, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(504, 1, 1299266796, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(505, 1, 1299266822, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(506, 1, 1299266843, 'language.php', 'update', 'Language ID = 2', '93.89.224.254'),
(507, 1, 1299266845, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(508, 1, 1299266849, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(509, 1, 1299266858, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(510, 1, 1299266864, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(511, 1, 1299266871, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(512, 1, 1299266877, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(513, 1, 1299266890, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(514, 1, 1299266897, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(515, 1, 1299266929, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(516, 1, 1299266960, 'language.php', 'update', 'Language ID = 2', '93.89.224.254'),
(517, 1, 1299266962, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(518, 1, 1299266965, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(519, 1, 1299266969, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(520, 1, 1299266974, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(521, 1, 1299267003, 'language.php', 'update', 'Language ID = 2', '93.89.224.254'),
(522, 1, 1299267005, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(523, 1, 1299267010, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(524, 1, 1299267016, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(525, 1, 1299267051, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(526, 1, 1299267057, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(527, 1, 1299267061, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(528, 1, 1299267065, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(529, 1, 1299267071, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(530, 1, 1299267074, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(531, 1, 1299267078, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(532, 1, 1299267082, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(533, 1, 1299267085, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(534, 1, 1299267090, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(535, 1, 1299267093, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(536, 1, 1299267096, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(537, 1, 1299267101, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(538, 1, 1299267104, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(539, 1, 1299267108, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(540, 1, 1299267117, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(541, 1, 1299267121, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(542, 1, 1299267150, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(543, 1, 1299267154, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(544, 1, 1299267163, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(545, 1, 1299267168, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(546, 1, 1299267173, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(547, 1, 1299267194, 'language.php', 'update', 'Language ID = 2', '93.89.224.254'),
(548, 1, 1299267195, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(549, 1, 1299267199, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(550, 1, 1299267205, 'language.php', 'edit', 'Language ID = 2', '93.89.224.254'),
(551, 1, 1299267239, 'profilefield.php', 'modify', '', '93.89.224.254'),
(552, 1, 1299267250, 'profilefield.php', 'edit', 'profilefield id = 1', '93.89.224.254'),
(553, 1, 1299267326, 'profilefield.php', 'add', '', '93.89.224.254'),
(554, 1, 1299267336, 'profilefield.php', 'modifycats', '', '93.89.224.254'),
(555, 1, 1299267339, 'profilefield.php', 'add', '', '93.89.224.254'),
(556, 1, 1299267351, 'rssposter.php', 'modify', '', '93.89.224.254'),
(557, 1, 1299267355, 'rssposter.php', 'edit', '', '93.89.224.254'),
(558, 1, 1299267392, 'subscriptions.php', 'transactions', '', '93.89.224.254'),
(559, 1, 1299267395, 'stats.php', 'index', '', '93.89.224.254'),
(560, 1, 1299267398, 'adminlog.php', 'choose', '', '93.89.224.254'),
(561, 1, 1299267409, 'modlog.php', 'choose', '', '93.89.224.254'),
(562, 1, 1299267413, 'cronlog.php', 'choose', '', '93.89.224.254'),
(563, 1, 1299267422, 'options.php', '', '', '93.89.224.254'),
(564, 1, 1299267426, 'options.php', '', '', '93.89.224.254'),
(565, 1, 1299267427, 'options.php', 'searchtype', '', '93.89.224.254'),
(566, 1, 1299267429, 'verify.php', '', '', '93.89.224.254'),
(567, 1, 1299267456, 'verify.php', 'updateoptions', '', '93.89.224.254'),
(568, 1, 1299267457, 'verify.php', '', '', '93.89.224.254'),
(569, 1, 1299267469, 'verify.php', 'updateoptions', '', '93.89.224.254'),
(570, 1, 1299267470, 'verify.php', '', '', '93.89.224.254'),
(571, 1, 1299267476, 'verify.php', 'updateoptions', '', '93.89.224.254'),
(572, 1, 1299267478, 'verify.php', '', '', '93.89.224.254'),
(573, 1, 1299267491, 'verify.php', 'updateoptions', '', '93.89.224.254'),
(574, 1, 1299267492, 'verify.php', '', '', '93.89.224.254'),
(575, 1, 1299267504, 'verify.php', 'updateoptions', '', '93.89.224.254'),
(576, 1, 1299267505, 'verify.php', '', '', '93.89.224.254'),
(577, 1, 1299267516, 'verify.php', 'updateoptions', '', '93.89.224.254'),
(578, 1, 1299267518, 'verify.php', '', '', '93.89.224.254'),
(579, 1, 1299267527, 'verify.php', 'updateoptions', '', '93.89.224.254'),
(580, 1, 1299267528, 'verify.php', '', '', '93.89.224.254'),
(581, 1, 1299267533, 'verify.php', 'updateoptions', '', '93.89.224.254'),
(582, 1, 1299267534, 'verify.php', '', '', '93.89.224.254'),
(583, 1, 1299267669, 'options.php', '', '', '93.89.224.254'),
(584, 1, 1299267670, 'options.php', 'searchtype', '', '93.89.224.254'),
(585, 1, 1299267676, 'verify.php', '', '', '93.89.224.254'),
(586, 1, 1299267679, 'bookmarksite.php', 'modify', '', '93.89.224.254'),
(587, 1, 1299267682, 'verify.php', '', '', '93.89.224.254'),
(588, 1, 1299267685, 'bookmarksite.php', 'modify', '', '93.89.224.254'),
(589, 1, 1299267688, 'template.php', 'modify', '', '93.89.224.254'),
(590, 1, 1299267694, 'css.php', 'edit', 'style id = 1', '93.89.224.254'),
(591, 1, 1299267767, 'replacement.php', 'modify', '', '93.89.224.254'),
(592, 1, 1299267824, 'image.php', 'modify', 'Ba&#351;l&#305;k Sembolleri', '93.89.224.254'),
(593, 1, 1299267828, 'image.php', 'editcategory', 'Ba&#351;l&#305;k Sembolleri', '93.89.224.254'),
(594, 1, 1299267837, 'image.php', 'modify', 'Gülümsemeler', '93.89.224.254'),
(595, 1, 1299267841, 'image.php', 'viewimages', 'Gülümsemeler', '93.89.224.254'),
(596, 1, 1299268375, 'template.php', 'modify', '', '93.89.224.254'),
(597, 1, 1299268431, 'template.php', 'modify', '', '93.89.224.254'),
(598, 1, 1299268466, 'template.php', 'modify', '', '93.89.224.254'),
(599, 1, 1299268503, 'template.php', 'modify', '', '93.89.224.254'),
(600, 1, 1299268622, 'usergroup.php', 'modify', '', '93.89.224.254'),
(601, 1, 1299268633, 'usergroup.php', 'edit', 'usergroup id = 6', '93.89.224.254'),
(602, 1, 1299268659, 'usergroup.php', 'update', 'usergroup id = 6', '93.89.224.254'),
(603, 1, 1299268662, 'usergroup.php', 'modify', '', '93.89.224.254'),
(604, 1, 1299269495, 'template.php', 'modify', '', '93.89.224.254'),
(605, 1, 1299269506, 'replacement.php', 'modify', '', '93.89.224.254'),
(606, 1, 1299269509, 'replacement.php', 'add', 'style id = 1', '93.89.224.254'),
(607, 1, 1299269512, 'template.php', 'modify', '', '93.89.224.254'),
(608, 1, 1299269515, 'template.php', 'modify', '', '93.89.224.254'),
(609, 1, 1299269532, 'css.php', 'edit', 'style id = 1', '93.89.224.254'),
(610, 1, 1299269645, 'css.php', 'update', 'style id = 1', '93.89.224.254'),
(611, 1, 1299269647, 'css.php', 'edit', 'style id = 1', '93.89.224.254'),
(612, 1, 1299269668, 'css.php', 'edit', 'style id = 1', '93.89.224.254'),
(613, 1, 1299269670, 'css.php', 'edit', 'style id = 1', '93.89.224.254'),
(614, 1, 1299269683, 'css.php', 'edit', 'style id = 1', '93.89.224.254'),
(615, 1, 1299269689, 'css.php', 'edit', 'style id = 1', '93.89.224.254'),
(616, 1, 1299269700, 'css.php', 'edit', 'style id = 1', '93.89.224.254'),
(617, 1, 1299269723, 'replacement.php', 'add', 'style id = 1', '93.89.224.254'),
(618, 1, 1299269920, 'template.php', 'modify', '', '93.89.224.254'),
(619, 1, 1299269928, 'template.php', 'modify', '', '93.89.224.254'),
(620, 1, 1299269960, 'template.php', 'modify', '', '93.89.224.254'),
(621, 1, 1299269976, 'template.php', 'add', 'style id = 1', '93.89.224.254'),
(622, 1, 1299270040, 'template.php', 'inserttemplate', 'style id = 1', '93.89.224.254'),
(623, 1, 1299270042, 'template.php', 'modify', 'style id = 0', '93.89.224.254'),
(624, 1, 1299270160, 'template.php', 'edit', 'style id = 0', '93.89.224.254'),
(625, 1, 1299270164, 'template.php', 'updatetemplate', 'style id = 1', '93.89.224.254'),
(626, 1, 1299270206, 'template.php', 'edit', 'style id = 0', '93.89.224.254'),
(627, 1, 1299270211, 'template.php', 'updatetemplate', 'style id = 1', '93.89.224.254'),
(628, 1, 1299270221, 'template.php', 'updatetemplate', 'style id = 1', '93.89.224.254'),
(629, 1, 1299270223, 'template.php', 'edit', 'style id = 0', '93.89.224.254'),
(630, 1, 1299270231, 'template.php', 'edit', 'style id = 0', '93.89.224.254'),
(631, 1, 1299270247, 'template.php', 'updatetemplate', 'style id = 1', '93.89.224.254'),
(632, 1, 1299270277, 'template.php', 'edit', 'style id = 0', '93.89.224.254'),
(633, 1, 1299270283, 'template.php', 'updatetemplate', 'style id = 1', '93.89.224.254'),
(634, 1, 1299270288, 'template.php', 'edit', 'style id = 0', '93.89.224.254'),
(635, 1, 1299270435, 'template.php', 'updatetemplate', 'style id = 1', '93.89.224.254'),
(636, 1, 1299270452, 'template.php', 'modify', '', '93.89.224.254'),
(637, 1, 1299270455, 'css.php', 'edit', 'style id = 1', '93.89.224.254'),
(638, 1, 1299270484, 'css.php', 'update', 'style id = 1', '93.89.224.254'),
(639, 1, 1299270485, 'css.php', 'edit', 'style id = 1', '93.89.224.254'),
(640, 1, 1299270655, 'template.php', 'edit', 'style id = 0', '93.89.224.254'),
(641, 1, 1299270664, 'template.php', 'updatetemplate', 'style id = 1', '93.89.224.254'),
(642, 1, 1299270675, 'template.php', 'edit', 'style id = 0', '93.89.224.254'),
(643, 1, 1299270712, 'template.php', 'updatetemplate', 'style id = 1', '93.89.224.254'),
(644, 1, 1299270749, 'template.php', 'edit', 'style id = 0', '93.89.224.254'),
(645, 1, 1299270872, 'css.php', 'update', 'style id = 1', '93.89.224.254'),
(646, 1, 1299270874, 'css.php', 'edit', 'style id = 1', '93.89.224.254'),
(647, 1, 1299270920, 'template.php', 'modify', '', '93.89.224.254'),
(648, 1, 1299270923, 'css.php', 'edit', 'style id = 1', '93.89.224.254'),
(649, 1, 1299270945, 'css.php', 'update', 'style id = 1', '93.89.224.254'),
(650, 1, 1299270947, 'css.php', 'edit', 'style id = 1', '93.89.224.254'),
(651, 1, 1299271045, 'css.php', 'edit', 'style id = 1', '93.89.224.254'),
(652, 1, 1299271108, 'css.php', 'update', 'style id = 1', '93.89.224.254'),
(653, 1, 1299271109, 'css.php', 'edit', 'style id = 1', '93.89.224.254'),
(654, 1, 1299271299, 'template.php', 'updatetemplate', 'style id = 1', '93.89.224.254'),
(655, 1, 1299271331, 'plugin.php', 'add', '', '93.89.224.254'),
(656, 1, 1299271366, 'plugin.php', 'files', '', '93.89.224.254'),
(657, 1, 1299271387, 'plugin.php', 'doimport', '', '93.89.224.254'),
(658, 1, 1299271391, 'plugin.php', '', '', '93.89.224.254'),
(659, 1, 1299271582, 'template.php', 'edit', 'style id = 0', '93.89.224.254'),
(660, 1, 1299271776, 'options.php', '', '', '93.89.224.254'),
(661, 1, 1299271876, 'template.php', 'updatetemplate', 'style id = 1', '93.89.224.254'),
(662, 1, 1299272068, 'template.php', 'edit', 'style id = 0', '93.89.224.254'),
(663, 1, 1299272176, 'template.php', 'updatetemplate', 'style id = 1', '93.89.224.254'),
(664, 1, 1299272177, 'template.php', 'edit', 'style id = 0', '93.89.224.254'),
(665, 1, 1299272253, 'plugin.php', 'product', '', '93.89.224.254'),
(666, 1, 1299272268, 'plugin.php', 'productadd', '', '93.89.224.254'),
(667, 1, 1299272311, 'template.php', 'updatetemplate', 'style id = 1', '93.89.224.254'),
(668, 1, 1299272317, 'template.php', 'delete', 'style id = 1', '93.89.224.254'),
(669, 1, 1299272320, 'template.php', 'edit', 'style id = 0', '93.89.224.254'),
(670, 1, 1299272333, 'plugin.php', 'productimport', '', '93.89.224.254'),
(671, 1, 1299272342, 'plugin.php', 'product', '', '93.89.224.254'),
(672, 1, 1299272346, 'template.php', 'updatetemplate', 'style id = 1', '93.89.224.254'),
(673, 1, 1299272355, 'template.php', 'edit', 'style id = 0', '93.89.224.254'),
(674, 1, 1299272361, 'options.php', '', '', '93.89.224.254'),
(675, 1, 1299274793, 'forum.php', 'modify', '', '93.89.224.254'),
(676, 1, 1299274798, 'forum.php', 'add', '', '93.89.224.254'),
(677, 1, 1299274817, 'forum.php', 'update', '', '93.89.224.254'),
(678, 1, 1299274819, 'forum.php', 'modify', 'forum id = 3', '93.89.224.254'),
(679, 1, 1299275169, 'forum.php', 'add', '', '93.89.224.254'),
(680, 1, 1299275223, 'forum.php', 'update', '', '93.89.224.254'),
(681, 1, 1299275225, 'forum.php', 'modify', 'forum id = 4', '93.89.224.254'),
(682, 1, 1299275362, 'plugin.php', 'product', '', '93.89.224.254'),
(683, 1, 1299275374, 'plugin.php', 'productdisable', '', '93.89.224.254'),
(684, 1, 1299275375, 'plugin.php', 'productedit', '', '93.89.224.254'),
(685, 1, 1299275378, 'plugin.php', 'productsave', '', '93.89.224.254'),
(686, 1, 1299275380, 'plugin.php', 'product', '', '93.89.224.254'),
(687, 1, 1299275406, 'plugin.php', 'productdelete', '', '93.89.224.254'),
(688, 1, 1299275407, 'plugin.php', 'productedit', '', '93.89.224.254'),
(689, 1, 1299275414, 'plugin.php', 'productsave', '', '93.89.224.254'),
(690, 1, 1299275417, 'plugin.php', 'product', '', '93.89.224.254'),
(691, 1, 1299275496, 'options.php', '', '', '93.89.224.254'),
(692, 1, 1299275664, 'forum.php', 'modify', '', '93.89.224.254'),
(693, 1, 1299275752, 'forum.php', 'remove', 'forum id = 3', '93.89.224.254'),
(694, 1, 1299275756, 'forum.php', 'kill', 'forum id = 3', '93.89.224.254'),
(695, 1, 1299275758, 'forum.php', '', '', '93.89.224.254'),
(696, 1, 1299275762, 'forum.php', 'remove', 'forum id = 4', '93.89.224.254'),
(697, 1, 1299275764, 'forum.php', 'kill', 'forum id = 4', '93.89.224.254'),
(698, 1, 1299275766, 'forum.php', '', '', '93.89.224.254'),
(699, 1, 1299275779, 'moderator.php', 'add', 'forum id = 1', '93.89.224.254'),
(700, 1, 1299275803, 'moderator.php', 'update', 'forum id = 1', '93.89.224.254'),
(701, 1, 1299275803, 'moderator.php', 'update', 'username = KaTRe', '93.89.224.254'),
(702, 1, 1299275805, 'forum.php', 'modify', 'forum id = 1', '93.89.224.254'),
(703, 1, 1299276582, 'template.php', 'modify', '', '93.89.224.254'),
(704, 1, 1299276592, 'template.php', 'modify', '', '93.89.224.254');
INSERT INTO `adminlog` (`adminlogid`, `userid`, `dateline`, `script`, `action`, `extrainfo`, `ipaddress`) VALUES
(705, 1, 1299276625, 'css.php', 'edit', 'style id = 1', '93.89.224.254'),
(706, 1, 1299276746, 'replacement.php', 'modify', '', '93.89.224.254'),
(707, 1, 1299276751, 'replacement.php', 'add', 'style id = 1', '93.89.224.254'),
(708, 1, 1299276760, 'template.php', 'modify', '', '93.89.224.254'),
(709, 1, 1299276765, 'css.php', 'edit', 'style id = 1', '93.89.224.254'),
(710, 1, 1299276775, 'css.php', 'edit', 'style id = 1', '93.89.224.254'),
(711, 1, 1299276821, 'template.php', 'modify', '', '93.89.224.254'),
(712, 1, 1299276826, 'css.php', 'edit', 'style id = 1', '93.89.224.254'),
(713, 1, 1299276990, 'stats.php', 'index', '', '93.89.224.254'),
(714, 1, 1299276993, 'stats.php', 'top', '', '93.89.224.254'),
(715, 1, 1299277001, 'adminlog.php', 'choose', '', '93.89.224.254'),
(716, 1, 1299277003, 'modlog.php', 'choose', '', '93.89.224.254'),
(717, 1, 1299277007, 'subscriptions.php', 'transactions', '', '93.89.224.254'),
(718, 1, 1299277008, 'subscriptions.php', 'transactions', '', '93.89.224.254'),
(719, 1, 1299279610, 'forum.php', 'modify', '', '93.89.224.254'),
(720, 1, 1299279620, 'forum.php', 'add', '', '93.89.224.254'),
(721, 1, 1299279970, 'forum.php', 'update', '', '93.89.224.254'),
(722, 1, 1299279972, 'forum.php', 'modify', 'forum id = 5', '93.89.224.254'),
(723, 1, 1299281514, 'forum.php', 'add', '', '93.89.224.254'),
(724, 1, 1299281528, 'forum.php', 'add', '', '93.89.224.254'),
(725, 1, 1299281651, 'forum.php', 'update', '', '93.89.224.254'),
(726, 1, 1299281652, 'forum.php', 'modify', 'forum id = 6', '93.89.224.254'),
(727, 1, 1299281665, 'forum.php', 'add', '', '93.89.224.254'),
(728, 1, 1299281721, 'forum.php', 'update', '', '93.89.224.254'),
(729, 1, 1299281722, 'forum.php', 'modify', 'forum id = 7', '93.89.224.254'),
(730, 1, 1299281771, 'forum.php', 'edit', 'forum id = 7', '93.89.224.254'),
(731, 1, 1299281795, 'forum.php', 'update', 'forum id = 7', '93.89.224.254'),
(732, 1, 1299281796, 'forum.php', 'modify', 'forum id = 7', '93.89.224.254'),
(733, 1, 1299282359, 'forum.php', 'remove', 'forum id = 7', '93.89.224.254'),
(734, 1, 1299282362, 'forum.php', 'kill', 'forum id = 7', '93.89.224.254'),
(735, 1, 1299282363, 'forum.php', '', '', '93.89.224.254'),
(736, 1, 1299282367, 'forum.php', 'remove', 'forum id = 6', '93.89.224.254'),
(737, 1, 1299282368, 'forum.php', 'kill', 'forum id = 6', '93.89.224.254'),
(738, 1, 1299282369, 'forum.php', '', '', '93.89.224.254'),
(739, 1, 1299282793, 'forum.php', 'modify', '', '93.89.224.254'),
(740, 1, 1299282799, 'forum.php', 'modify', '', '93.89.224.254'),
(741, 1, 1299283108, 'forum.php', 'remove', 'forum id = 5', '93.89.224.254'),
(742, 1, 1299283110, 'forum.php', 'kill', 'forum id = 5', '93.89.224.254'),
(743, 1, 1299283111, 'forum.php', '', '', '93.89.224.254'),
(744, 1, 1299283764, 'options.php', '', '', '93.89.224.254'),
(745, 1, 1299283764, 'options.php', '', '', '93.89.224.254'),
(746, 1, 1299283769, 'options.php', 'searchtype', '', '93.89.224.254'),
(747, 1, 1299283769, 'options.php', 'searchtype', '', '93.89.224.254'),
(748, 1, 1299283773, 'verify.php', '', '', '93.89.224.254'),
(749, 1, 1299283773, 'verify.php', '', '', '93.89.224.254'),
(750, 1, 1299283777, 'bookmarksite.php', 'modify', '', '93.89.224.254'),
(751, 1, 1299283777, 'bookmarksite.php', 'modify', '', '93.89.224.254'),
(752, 1, 1299283863, 'adminlog.php', 'choose', '', '93.89.224.254'),
(753, 1, 1299283873, 'subscriptions.php', 'transactions', '', '93.89.224.254'),
(754, 1, 1299283873, 'subscriptions.php', 'transactions', '', '93.89.224.254'),
(755, 1, 1299283924, 'options.php', '', '', '93.89.224.254'),
(756, 1, 1299283991, 'options.php', '', '', '93.89.224.254'),
(757, 1, 1299283991, 'options.php', '', '', '93.89.224.254'),
(758, 1, 1299283993, 'options.php', 'searchtype', '', '93.89.224.254'),
(759, 1, 1299283994, 'verify.php', '', '', '93.89.224.254'),
(760, 1, 1299283994, 'verify.php', '', '', '93.89.224.254'),
(761, 1, 1299283998, 'bookmarksite.php', 'modify', '', '93.89.224.254'),
(762, 1, 1299283998, 'bookmarksite.php', 'modify', '', '93.89.224.254'),
(763, 1, 1299284001, 'options.php', '', '', '93.89.224.254'),
(764, 1, 1299284001, 'options.php', '', '', '93.89.224.254'),
(765, 1, 1299284048, 'help.php', 'answer', '', '93.89.224.254'),
(766, 1, 1299284085, 'forum.php', 'modify', '', '93.89.224.254'),
(767, 1, 1299285300, 'forum.php', 'modify', '', '93.89.224.254'),
(768, 1, 1299285499, 'options.php', '', '', '93.89.224.254'),
(769, 1, 1299285554, 'options.php', 'options', '', '93.89.224.254'),
(770, 1, 1299285561, 'options.php', '', '', '93.89.224.254'),
(771, 1, 1299285574, 'options.php', 'options', '', '93.89.224.254'),
(772, 1, 1299285592, 'options.php', 'options', '', '93.89.224.254'),
(773, 1, 1299285669, 'forum.php', 'modify', '', '93.89.224.254'),
(774, 1, 1299285773, 'forum.php', 'add', '', '93.89.224.254'),
(775, 1, 1299285789, 'forum.php', 'modify', '', '93.89.224.254'),
(776, 1, 1299285793, 'forum.php', 'modify', '', '93.89.224.254'),
(777, 1, 1299285793, 'forum.php', 'modify', '', '93.89.224.254'),
(778, 1, 1299285794, 'forum.php', 'add', '', '93.89.224.254'),
(779, 1, 1299285919, 'forum.php', 'update', '', '93.89.224.254'),
(780, 1, 1299285920, 'forum.php', 'modify', 'forum id = 8', '93.89.224.254'),
(781, 1, 1299285971, 'forum.php', 'add', '', '93.89.224.254'),
(782, 1, 1299286060, 'forum.php', 'modify', '', '93.89.224.254'),
(783, 1, 1299286067, 'forum.php', 'remove', 'forum id = 8', '93.89.224.254'),
(784, 1, 1299286068, 'forum.php', 'kill', 'forum id = 8', '93.89.224.254'),
(785, 1, 1299286069, 'forum.php', '', '', '93.89.224.254'),
(786, 1, 1299353920, 'forum.php', 'modify', '', '93.89.224.254'),
(787, 1, 1299355525, 'options.php', '', '', '93.89.224.254'),
(788, 1, 1299355525, 'options.php', '', '', '93.89.224.254'),
(789, 1, 1299355537, 'options.php', 'backuprestore', '', '93.89.224.254'),
(790, 1, 1299355570, 'options.php', 'doimport', '', '93.89.224.254'),
(791, 1, 1299355575, 'options.php', 'backuprestore', '', '93.89.224.254'),
(792, 1, 1299355604, 'options.php', 'doimport', '', '93.89.224.254'),
(793, 1, 1299355608, 'options.php', 'backuprestore', '', '93.89.224.254'),
(794, 1, 1299355615, 'options.php', '', '', '93.89.224.254'),
(795, 1, 1299355615, 'options.php', '', '', '93.89.224.254'),
(796, 1, 1299355638, 'options.php', 'options', '', '93.89.224.254'),
(797, 1, 1299355668, 'options.php', '', '', '93.89.224.254'),
(798, 1, 1299355688, 'options.php', 'options', '', '93.89.224.254'),
(799, 1, 1299355705, 'options.php', '', '', '93.89.224.254'),
(800, 1, 1299355770, 'options.php', '', '', '93.89.224.254'),
(801, 1, 1299355771, 'options.php', '', '', '93.89.224.254'),
(802, 1, 1299356260, 'forum.php', 'modify', '', '93.89.224.254'),
(803, 1, 1299356260, 'forum.php', 'modify', '', '93.89.224.254'),
(804, 1, 1299356264, 'forum.php', 'add', '', '93.89.224.254'),
(805, 1, 1299356308, 'forum.php', 'update', '', '93.89.224.254'),
(806, 1, 1299356310, 'forum.php', 'modify', 'forum id = 9', '93.89.224.254'),
(807, 1, 1299356324, 'forum.php', 'add', '', '93.89.224.254'),
(808, 1, 1299356415, 'forum.php', 'update', '', '93.89.224.254'),
(809, 1, 1299356416, 'forum.php', 'modify', 'forum id = 10', '93.89.224.254'),
(810, 1, 1299356479, 'forum.php', 'remove', 'forum id = 10', '93.89.224.254'),
(811, 1, 1299356481, 'forum.php', 'kill', 'forum id = 10', '93.89.224.254'),
(812, 1, 1299356482, 'forum.php', '', '', '93.89.224.254'),
(813, 1, 1299356486, 'forum.php', 'remove', 'forum id = 9', '93.89.224.254'),
(814, 1, 1299356488, 'forum.php', 'kill', 'forum id = 9', '93.89.224.254'),
(815, 1, 1299356489, 'forum.php', '', '', '93.89.224.254'),
(816, 1, 1299356489, 'forum.php', 'edit', 'forum id = 1', '93.89.224.254'),
(817, 1, 1299356494, 'forum.php', 'modify', '', '93.89.224.254'),
(818, 1, 1299356494, 'forum.php', 'modify', '', '93.89.224.254'),
(819, 1, 1299358078, 'forum.php', 'modify', '', '93.89.224.254'),
(820, 1, 1299359773, 'forum.php', 'add', '', '93.89.224.254'),
(821, 1, 1299359778, 'forum.php', 'modify', '', '93.89.224.254'),
(822, 1, 1299359778, 'forum.php', 'modify', '', '93.89.224.254'),
(823, 1, 1299361876, 'options.php', '', '', '93.89.224.254'),
(824, 1, 1299361891, 'options.php', 'options', '', '93.89.224.254'),
(825, 1, 1299361912, 'options.php', 'options', '', '93.89.224.254'),
(826, 1, 1299361930, 'options.php', 'options', '', '93.89.224.254'),
(827, 1, 1299361949, 'options.php', 'options', '', '93.89.224.254'),
(828, 1, 1299361955, 'options.php', 'options', '', '93.89.224.254'),
(829, 1, 1299361967, 'options.php', 'options', '', '93.89.224.254'),
(830, 1, 1299361977, 'options.php', 'options', '', '93.89.224.254'),
(831, 1, 1299361989, 'options.php', 'options', '', '93.89.224.254'),
(832, 1, 1299361993, 'options.php', 'options', '', '93.89.224.254'),
(833, 1, 1299362001, 'options.php', 'options', '', '93.89.224.254'),
(834, 1, 1299362052, 'options.php', 'options', '', '93.89.224.254'),
(835, 1, 1299362061, 'options.php', 'options', '', '93.89.224.254'),
(836, 1, 1299362087, 'options.php', 'options', '', '93.89.224.254'),
(837, 1, 1299362098, 'options.php', 'options', '', '93.89.224.254'),
(838, 1, 1299362105, 'options.php', 'options', '', '93.89.224.254'),
(839, 1, 1299362121, 'options.php', 'options', '', '93.89.224.254'),
(840, 1, 1299362130, 'options.php', 'options', '', '93.89.224.254'),
(841, 1, 1299362138, 'options.php', 'options', '', '93.89.224.254'),
(842, 1, 1299362146, 'options.php', 'options', '', '93.89.224.254'),
(843, 1, 1299362157, 'options.php', 'options', '', '93.89.224.254'),
(844, 1, 1299362172, 'options.php', 'options', '', '93.89.224.254'),
(845, 1, 1299362180, 'options.php', 'options', '', '93.89.224.254'),
(846, 1, 1299362195, 'options.php', 'options', '', '93.89.224.254'),
(847, 1, 1299362202, 'options.php', 'options', '', '93.89.224.254'),
(848, 1, 1299362209, 'options.php', 'options', '', '93.89.224.254'),
(849, 1, 1299362215, 'options.php', 'options', '', '93.89.224.254'),
(850, 1, 1299362223, 'options.php', 'options', '', '93.89.224.254'),
(851, 1, 1299362239, 'options.php', 'options', '', '93.89.224.254'),
(852, 1, 1299362248, 'options.php', 'options', '', '93.89.224.254'),
(853, 1, 1299362264, 'options.php', 'options', '', '93.89.224.254'),
(854, 1, 1299362269, 'options.php', 'options', '', '93.89.224.254'),
(855, 1, 1299362276, 'options.php', 'options', '', '93.89.224.254'),
(856, 1, 1299362280, 'options.php', 'options', '', '93.89.224.254'),
(857, 1, 1299362280, 'template.php', 'modify', '', '93.89.224.254'),
(858, 1, 1299362284, 'options.php', 'options', '', '93.89.224.254'),
(859, 1, 1299362285, 'template.php', 'files', '', '93.89.224.254'),
(860, 1, 1299362293, 'options.php', 'options', '', '93.89.224.254'),
(861, 1, 1299362305, 'options.php', '', '', '93.89.224.254'),
(862, 1, 1299362310, 'options.php', 'searchtype', '', '93.89.224.254'),
(863, 1, 1299362318, 'verify.php', '', '', '93.89.224.254'),
(864, 1, 1299362325, 'template.php', 'upload', '', '93.89.224.254'),
(865, 1, 1299362328, 'bookmarksite.php', 'modify', '', '93.89.224.254'),
(866, 1, 1299362333, 'bookmarksite.php', 'edit', 'bookmark site id = 1', '93.89.224.254'),
(867, 1, 1299362338, 'template.php', 'modify', '', '93.89.224.254'),
(868, 1, 1299362342, 'css.php', 'edit', 'style id = 1', '93.89.224.254'),
(869, 1, 1299362352, 'template.php', 'upload', '', '93.89.224.254'),
(870, 1, 1299362356, 'template.php', 'rebuild', '', '93.89.224.254'),
(871, 1, 1299362358, 'template.php', '', '', '93.89.224.254'),
(872, 1, 1299362372, 'template.php', 'modify', '', '93.89.224.254'),
(873, 1, 1299362375, 'template.php', 'files', '', '93.89.224.254'),
(874, 1, 1299362379, 'notice.php', 'modify', '', '93.89.224.254'),
(875, 1, 1299362387, 'announcement.php', 'modify', '', '93.89.224.254'),
(876, 1, 1299362392, 'template.php', 'upload', '', '93.89.224.254'),
(877, 1, 1299362392, 'template.php', 'rebuild', '', '93.89.224.254'),
(878, 1, 1299362399, 'announcement.php', 'add', '', '93.89.224.254'),
(879, 1, 1299362404, 'template.php', '', '', '93.89.224.254'),
(880, 1, 1299362452, 'forum.php', 'modify', '', '93.89.224.254'),
(881, 1, 1299362528, 'moderator.php', 'edit', ' moderator id = 2', '93.89.224.254'),
(882, 1, 1299362528, 'moderator.php', 'edit', 'username = KaTRe, userid = 6', '93.89.224.254'),
(883, 1, 1299362534, 'moderator.php', 'remove', ' moderator id = 2', '93.89.224.254'),
(884, 1, 1299362536, 'moderator.php', 'kill', ' moderator id = 2', '93.89.224.254'),
(885, 1, 1299362536, 'moderator.php', 'kill', 'username = KaTRe, userid = 6', '93.89.224.254'),
(886, 1, 1299362537, 'forum.php', '', '', '93.89.224.254'),
(887, 1, 1299362550, 'forum.php', 'edit', 'forum id = 1', '93.89.224.254'),
(888, 1, 1299362678, 'forum.php', 'update', 'forum id = 1', '93.89.224.254'),
(889, 1, 1299362679, 'forum.php', 'modify', 'forum id = 1', '93.89.224.254'),
(890, 1, 1299362736, 'forum.php', 'edit', 'forum id = 1', '93.89.224.254'),
(891, 1, 1299362989, 'css.php', 'edit', 'style id = 2', '93.89.224.254'),
(892, 1, 1299363002, 'css.php', 'update', 'style id = 2', '93.89.224.254'),
(893, 1, 1299363004, 'css.php', 'edit', 'style id = 2', '93.89.224.254'),
(894, 1, 1299363013, 'template.php', 'modify', '', '93.89.224.254'),
(895, 1, 1299363023, 'css.php', 'edit', 'style id = 2', '93.89.224.254'),
(896, 1, 1299363034, 'css.php', 'update', 'style id = 2', '93.89.224.254'),
(897, 1, 1299363036, 'css.php', 'edit', 'style id = 2', '93.89.224.254'),
(898, 1, 1299363040, 'template.php', 'modify', '', '93.89.224.254'),
(899, 1, 1299363109, 'options.php', '', '', '93.89.224.254'),
(900, 1, 1299363114, 'options.php', 'options', '', '93.89.224.254'),
(901, 1, 1299363131, 'options.php', 'options', '', '93.89.224.254'),
(902, 1, 1299363148, 'options.php', 'options', '', '93.89.224.254'),
(903, 1, 1299363153, 'options.php', 'dooptions', '', '93.89.224.254'),
(904, 1, 1299363155, 'options.php', 'options', '', '93.89.224.254'),
(905, 1, 1299363515, 'forum.php', 'update', 'forum id = 1', '93.89.224.254'),
(906, 1, 1299363516, 'forum.php', 'modify', 'forum id = 1', '93.89.224.254'),
(907, 1, 1299363544, 'forum.php', 'remove', 'forum id = 2', '93.89.224.254'),
(908, 1, 1299363545, 'forum.php', 'kill', 'forum id = 2', '93.89.224.254'),
(909, 1, 1299363547, 'forum.php', '', '', '93.89.224.254'),
(910, 1, 1299363558, 'forum.php', 'add', '', '93.89.224.254'),
(911, 1, 1299363691, 'forum.php', 'update', '', '93.89.224.254'),
(912, 1, 1299363693, 'forum.php', 'modify', 'forum id = 11', '93.89.224.254'),
(913, 1, 1299363738, 'options.php', '', '', '93.89.224.254'),
(914, 1, 1299363746, 'options.php', 'options', '', '93.89.224.254'),
(915, 1, 1299363753, 'options.php', 'dooptions', '', '93.89.224.254'),
(916, 1, 1299363754, 'options.php', 'options', '', '93.89.224.254'),
(917, 1, 1299364221, 'forum.php', 'add', '', '93.89.224.254'),
(918, 1, 1299364316, 'forum.php', 'update', '', '93.89.224.254'),
(919, 1, 1299364318, 'forum.php', 'modify', 'forum id = 12', '93.89.224.254'),
(920, 1, 1299364483, 'forum.php', 'add', '', '93.89.224.254'),
(921, 1, 1299364510, 'forum.php', 'update', '', '93.89.224.254'),
(922, 1, 1299364516, 'forum.php', 'modify', 'forum id = 13', '93.89.224.254'),
(923, 1, 1299364568, 'forum.php', 'add', '', '93.89.224.254'),
(924, 1, 1299364576, 'forum.php', 'update', '', '93.89.224.254'),
(925, 1, 1299364578, 'forum.php', 'modify', 'forum id = 14', '93.89.224.254'),
(926, 1, 1299364630, 'forum.php', 'remove', 'forum id = 14', '93.89.224.254'),
(927, 1, 1299364632, 'forum.php', 'kill', 'forum id = 14', '93.89.224.254'),
(928, 1, 1299364635, 'forum.php', '', '', '93.89.224.254'),
(929, 1, 1299364642, 'forumpermission.php', 'modify', '', '93.89.224.254'),
(930, 1, 1299364652, 'announcement.php', 'add', '', '93.89.224.254'),
(931, 1, 1299364666, 'announcement.php', 'update', '', '93.89.224.254'),
(932, 1, 1299364731, 'forum.php', 'podcast', 'forum id = 13', '93.89.224.254'),
(933, 1, 1299364746, 'forumpermission.php', 'modify', '', '93.89.224.254'),
(934, 1, 1299364826, 'forumpermission.php', 'quickset', 'forum id = 13', '93.89.224.254'),
(935, 1, 1299364830, 'forumpermission.php', 'modify', 'forum id = 13', '93.89.224.254'),
(936, 1, 1299364861, 'forumpermission.php', 'quickset', 'forum id = 13', '93.89.224.254'),
(937, 1, 1299364863, 'forumpermission.php', 'modify', 'forum id = 13', '93.89.224.254'),
(938, 1, 1299364937, 'prefix.php', '', '', '93.89.224.254'),
(939, 1, 1299364942, 'resources.php', '', '', '93.89.224.254'),
(940, 1, 1299364986, 'forum.php', 'modify', '', '93.89.224.254'),
(941, 1, 1299365003, 'forum.php', 'add', '', '93.89.224.254'),
(942, 1, 1299365062, 'forum.php', 'update', '', '93.89.224.254'),
(943, 1, 1299365063, 'forum.php', 'modify', 'forum id = 15', '93.89.224.254'),
(944, 1, 1299365092, 'forum.php', 'doorder', '', '93.89.224.254'),
(945, 1, 1299365093, 'forum.php', 'modify', '', '93.89.224.254'),
(946, 1, 1299365111, 'forum.php', 'doorder', '', '93.89.224.254'),
(947, 1, 1299365112, 'forum.php', 'modify', '', '93.89.224.254'),
(948, 1, 1299365123, 'forum.php', 'edit', 'forum id = 15', '93.89.224.254'),
(949, 1, 1299365193, 'forum.php', 'podcast', 'forum id = 15', '93.89.224.254'),
(950, 1, 1299365208, 'forum.php', 'updatepodcast', 'forum id = 15', '93.89.224.254'),
(951, 1, 1299365209, 'forum.php', 'modify', '', '93.89.224.254'),
(952, 1, 1299365414, 'forum.php', 'remove', 'forum id = 15', '93.89.224.254'),
(953, 1, 1299365415, 'forum.php', 'kill', 'forum id = 15', '93.89.224.254'),
(954, 1, 1299365417, 'forum.php', '', '', '93.89.224.254'),
(955, 1, 1299406390, 'prefix.php', '', '', '93.89.224.254'),
(956, 1, 1299406393, 'resources.php', '', '', '93.89.224.254'),
(957, 1, 1299406398, 'moderator.php', 'showlist', '', '93.89.224.254'),
(958, 1, 1299406410, 'moderator.php', 'editglobal', 'user id = 1', '93.89.224.254'),
(959, 1, 1299406410, 'moderator.php', 'editglobal', 'username = Melis aJans', '93.89.224.254'),
(960, 1, 1299406420, 'moderator.php', 'editglobal', 'user id = 5', '93.89.224.254'),
(961, 1, 1299406420, 'moderator.php', 'editglobal', 'username = HeLLF1Re', '93.89.224.254'),
(962, 1, 1299406464, 'forum.php', 'modify', '', '93.89.224.254'),
(963, 1, 1299406635, 'forum.php', 'edit', 'forum id = 1', '93.89.224.254'),
(964, 1, 1299406674, 'forum.php', 'update', 'forum id = 1', '93.89.224.254'),
(965, 1, 1299406675, 'forum.php', 'modify', 'forum id = 1', '93.89.224.254'),
(966, 1, 1299406679, 'forum.php', 'add', '', '93.89.224.254'),
(967, 1, 1299406719, 'forum.php', 'update', '', '93.89.224.254'),
(968, 1, 1299406721, 'forum.php', 'modify', 'forum id = 16', '93.89.224.254'),
(969, 1, 1299406966, 'forum.php', 'remove', 'forum id = 16', '93.89.224.254'),
(970, 1, 1299406973, 'forum.php', 'kill', 'forum id = 16', '93.89.224.254'),
(971, 1, 1299406974, 'forum.php', '', '', '93.89.224.254'),
(972, 1, 1299407568, 'forum.php', 'modify', '', '93.89.224.254'),
(973, 1, 1299407575, 'forum.php', 'add', '', '93.89.224.254'),
(974, 1, 1299407596, 'forum.php', 'update', '', '93.89.224.254'),
(975, 1, 1299407598, 'forum.php', 'modify', 'forum id = 17', '93.89.224.254'),
(976, 1, 1299407636, 'forum.php', 'edit', 'forum id = 17', '93.89.224.254'),
(977, 1, 1299407659, 'forum.php', 'update', 'forum id = 17', '93.89.224.254'),
(978, 1, 1299407662, 'forum.php', 'modify', 'forum id = 17', '93.89.224.254'),
(979, 1, 1299407673, 'forum.php', 'remove', 'forum id = 17', '93.89.224.254'),
(980, 1, 1299407676, 'forum.php', 'kill', 'forum id = 17', '93.89.224.254'),
(981, 1, 1299407679, 'forum.php', '', '', '93.89.224.254'),
(982, 1, 1299407697, 'template.php', 'modify', '', '93.89.224.254'),
(983, 1, 1299407731, 'css.php', 'edit', 'style id = 1', '93.89.224.254'),
(984, 1, 1299407753, 'css.php', 'update', 'style id = 1', '93.89.224.254'),
(985, 1, 1299407757, 'css.php', 'edit', 'style id = 1', '93.89.224.254'),
(986, 1, 1299407818, 'forum.php', 'modify', '', '93.89.224.254'),
(987, 1, 1299407828, 'forum.php', 'add', '', '93.89.224.254'),
(988, 1, 1299407845, 'forum.php', 'update', '', '93.89.224.254'),
(989, 1, 1299407848, 'forum.php', 'modify', 'forum id = 18', '93.89.224.254'),
(990, 1, 1299407863, 'forum.php', 'remove', 'forum id = 18', '93.89.224.254'),
(991, 1, 1299407863, 'forum.php', 'edit', 'forum id = 18', '93.89.224.254'),
(992, 1, 1299438386, 'template.php', 'files', '', '93.89.224.254'),
(993, 1, 1299438440, 'template.php', 'upload', '', '93.89.224.254'),
(994, 1, 1299438455, 'template.php', 'upload', '', '93.89.224.254'),
(995, 1, 1299438467, 'template.php', 'upload', '', '93.89.224.254'),
(996, 1, 1299438479, 'template.php', 'upload', '', '93.89.224.254'),
(997, 1, 1299438482, 'template.php', 'rebuild', '', '93.89.224.254'),
(998, 1, 1299438489, 'template.php', '', '', '93.89.224.254'),
(999, 1, 1299438498, 'template.php', 'files', '', '93.89.224.254'),
(1000, 1, 1299438511, 'template.php', 'upload', '', '93.89.224.254'),
(1001, 1, 1299438512, 'template.php', 'rebuild', '', '93.89.224.254'),
(1002, 1, 1299438517, 'template.php', '', '', '93.89.224.254'),
(1003, 1, 1299438568, 'css.php', 'edit', 'style id = 3', '93.89.224.254'),
(1004, 1, 1299438580, 'template.php', 'deletestyle', 'style id = 3', '93.89.224.254'),
(1005, 1, 1299438582, 'template.php', 'killstyle', 'style id = 3', '93.89.224.254'),
(1006, 1, 1299438583, 'template.php', 'modify', '', '93.89.224.254'),
(1007, 1, 1299438591, 'template.php', 'deletestyle', 'style id = 2', '93.89.224.254'),
(1008, 1, 1299438593, 'template.php', 'killstyle', 'style id = 2', '93.89.224.254'),
(1009, 1, 1299438594, 'template.php', 'modify', '', '93.89.224.254'),
(1010, 1, 1299438875, 'template.php', 'files', '', '93.89.224.254'),
(1011, 1, 1299438899, 'template.php', 'upload', '', '93.89.224.254'),
(1012, 1, 1299438904, 'template.php', 'upload', '', '93.89.224.254'),
(1013, 1, 1299438906, 'template.php', 'rebuild', '', '93.89.224.254'),
(1014, 1, 1299438910, 'template.php', '', '', '93.89.224.254'),
(1015, 1, 1299438921, 'template.php', 'files', '', '93.89.224.254'),
(1016, 1, 1299438929, 'template.php', 'upload', '', '93.89.224.254'),
(1017, 1, 1299438929, 'template.php', 'rebuild', '', '93.89.224.254'),
(1018, 1, 1299438936, 'template.php', '', '', '93.89.224.254'),
(1019, 1, 1299439511, 'template.php', 'deletestyle', 'style id = 4', '93.89.224.254'),
(1020, 1, 1299439514, 'template.php', 'killstyle', 'style id = 4', '93.89.224.254'),
(1021, 1, 1299439516, 'template.php', 'modify', '', '93.89.224.254'),
(1022, 1, 1299439523, 'template.php', 'files', '', '93.89.224.254'),
(1023, 1, 1299439561, 'template.php', 'upload', '', '93.89.224.254'),
(1024, 1, 1299439578, 'template.php', 'upload', '', '93.89.224.254'),
(1025, 1, 1299439578, 'template.php', 'rebuild', '', '93.89.224.254'),
(1026, 1, 1299439581, 'template.php', '', '', '93.89.224.254'),
(1027, 1, 1299444758, 'user.php', 'modify', '', '93.89.224.254'),
(1028, 1, 1299444794, 'user.php', 'find', '', '93.89.224.254'),
(1029, 1, 1299444794, 'user.php', 'edit', 'user id = 1', '93.89.224.254'),
(1030, 1, 1299444817, 'user.php', 'update', 'user id = 1', '93.89.224.254'),
(1031, 1, 1299444819, 'user.php', 'modify', 'user id = 1', '93.89.224.254'),
(1032, 1, 1299444850, 'template.php', 'modify', '', '93.89.224.254'),
(1033, 1, 1299444864, 'css.php', 'edit', 'style id = 1', '93.89.224.254'),
(1034, 1, 1299444900, 'css.php', 'update', 'style id = 1', '93.89.224.254'),
(1035, 1, 1299444901, 'css.php', 'edit', 'style id = 1', '93.89.224.254'),
(1036, 1, 1299445250, 'user.php', 'modify', '', '93.89.224.254'),
(1037, 1, 1299445254, 'user.php', 'find', '', '93.89.224.254'),
(1038, 1, 1299445255, 'user.php', 'edit', 'user id = 11', '93.89.224.254'),
(1039, 1, 1299445262, 'user.php', 'remove', 'user id = 11', '93.89.224.254'),
(1040, 1, 1299445263, 'user.php', 'kill', 'user id = 11', '93.89.224.254'),
(1041, 1, 1299445265, 'user.php', 'modify', '', '93.89.224.254'),
(1042, 1, 1299445267, 'user.php', 'modify', '', '93.89.224.254'),
(1043, 1, 1299445270, 'user.php', 'find', '', '93.89.224.254'),
(1044, 1, 1299445270, 'user.php', 'edit', 'user id = 1', '93.89.224.254'),
(1045, 1, 1299445276, 'user.php', 'update', 'user id = 1', '93.89.224.254'),
(1046, 1, 1299445278, 'user.php', 'modify', 'user id = 1', '93.89.224.254'),
(1047, 1, 1299445280, 'template.php', 'modify', '', '93.89.224.254'),
(1048, 1, 1299445324, 'template.php', 'modify', '', '93.89.224.254'),
(1049, 1, 1299445332, 'plugin.php', 'product', '', '93.89.224.254'),
(1050, 1, 1299445335, 'plugin.php', 'productadd', '', '93.89.224.254'),
(1051, 1, 1299445403, 'plugin.php', 'productimport', '', '93.89.224.254'),
(1052, 1, 1299445408, 'plugin.php', 'product', '', '93.89.224.254'),
(1053, 1, 1299445560, 'plugin.php', 'productadd', '', '93.89.224.254'),
(1054, 1, 1299445570, 'plugin.php', 'productimport', '', '93.89.224.254'),
(1055, 1, 1299445576, 'plugin.php', 'product', '', '93.89.224.254'),
(1056, 1, 1299445581, 'forum.php', 'modify', '', '93.89.224.254'),
(1057, 1, 1299445585, 'forum.php', 'add', '', '93.89.224.254'),
(1058, 1, 1299445591, 'forum.php', 'update', '', '93.89.224.254'),
(1059, 1, 1299445593, 'forum.php', 'modify', 'forum id = 19', '93.89.224.254'),
(1060, 1, 1299445636, 'forum.php', 'add', '', '93.89.224.254'),
(1061, 1, 1299445649, 'forum.php', 'update', '', '93.89.224.254'),
(1062, 1, 1299445651, 'forum.php', 'modify', 'forum id = 20', '93.89.224.254'),
(1063, 1, 1299445709, 'options.php', '', '', '93.89.224.254'),
(1064, 1, 1299445714, 'options.php', 'options', '', '93.89.224.254'),
(1065, 1, 1299445730, 'options.php', 'dooptions', '', '93.89.224.254'),
(1066, 1, 1299445731, 'options.php', 'options', '', '93.89.224.254'),
(1067, 1, 1299445745, 'options.php', 'dooptions', '', '93.89.224.254'),
(1068, 1, 1299445747, 'options.php', 'options', '', '93.89.224.254'),
(1069, 1, 1299445770, 'options.php', 'dooptions', '', '93.89.224.254'),
(1070, 1, 1299445772, 'options.php', 'options', '', '93.89.224.254'),
(1071, 1, 1299445779, 'forum.php', 'modify', '', '93.89.224.254'),
(1072, 1, 1299445784, 'forum.php', 'add', '', '93.89.224.254'),
(1073, 1, 1299445799, 'forum.php', 'update', '', '93.89.224.254'),
(1074, 1, 1299445801, 'forum.php', 'modify', 'forum id = 21', '93.89.224.254'),
(1075, 1, 1299445810, 'options.php', '', '', '93.89.224.254'),
(1076, 1, 1299445818, 'options.php', 'options', '', '93.89.224.254'),
(1077, 1, 1299445830, 'options.php', 'dooptions', '', '93.89.224.254'),
(1078, 1, 1299445832, 'options.php', 'options', '', '93.89.224.254'),
(1079, 1, 1299445888, 'options.php', 'dooptions', '', '93.89.224.254'),
(1080, 1, 1299445890, 'options.php', 'options', '', '93.89.224.254'),
(1081, 1, 1299445918, 'options.php', '', '', '93.89.224.254'),
(1082, 1, 1299445925, 'options.php', 'options', '', '93.89.224.254'),
(1083, 1, 1299445938, 'options.php', 'dooptions', '', '93.89.224.254'),
(1084, 1, 1299445940, 'options.php', 'options', '', '93.89.224.254'),
(1085, 1, 1299445973, 'options.php', '', '', '93.89.224.254'),
(1086, 1, 1299445977, 'options.php', 'options', '', '93.89.224.254'),
(1087, 1, 1299446001, 'options.php', 'dooptions', '', '93.89.224.254'),
(1088, 1, 1299446002, 'options.php', 'options', '', '93.89.224.254'),
(1089, 1, 1299446039, 'template.php', 'modify', '', '93.89.224.254'),
(1090, 1, 1299446042, 'css.php', 'edit', 'style id = 1', '93.89.224.254'),
(1091, 1, 1299446101, 'css.php', 'update', 'style id = 1', '93.89.224.254'),
(1092, 1, 1299446103, 'css.php', 'edit', 'style id = 1', '93.89.224.254'),
(1093, 1, 1299446691, 'options.php', '', '', '93.89.224.254'),
(1094, 1, 1299446695, 'options.php', 'options', '', '93.89.224.254'),
(1095, 1, 1299446702, 'options.php', 'options', '', '93.89.224.254'),
(1096, 1, 1299446750, 'options.php', 'dooptions', '', '93.89.224.254'),
(1097, 1, 1299446752, 'options.php', 'options', '', '93.89.224.254'),
(1098, 1, 1299446762, 'options.php', '', '', '93.89.224.254'),
(1099, 1, 1299446765, 'verify.php', '', '', '93.89.224.254'),
(1100, 1, 1299446772, 'verify.php', 'updateoptions', '', '93.89.224.254'),
(1101, 1, 1299446773, 'verify.php', '', '', '93.89.224.254'),
(1102, 1, 1299446778, 'verify.php', 'modifyquestion', '', '93.89.224.254'),
(1103, 1, 1299446809, 'verify.php', 'updatequestion', '', '93.89.224.254'),
(1104, 1, 1299446813, 'verify.php', 'modifyquestion', 'question id = 1', '93.89.224.254'),
(1105, 1, 1299446914, 'phrase.php', 'search', '', '93.89.224.254'),
(1106, 1, 1299446917, 'phrase.php', 'dosearch', '', '93.89.224.254'),
(1107, 1, 1299446921, 'phrase.php', 'edit', '', '93.89.224.254'),
(1108, 1, 1299446926, 'phrase.php', 'update', '', '93.89.224.254'),
(1109, 1, 1299446929, 'phrase.php', '', '', '93.89.224.254'),
(1110, 1, 1299446940, 'options.php', '', '', '93.89.224.254'),
(1111, 1, 1299447236, 'options.php', 'options', '', '93.89.224.254'),
(1112, 1, 1299447263, 'options.php', 'dooptions', '', '93.89.224.254'),
(1113, 1, 1299447265, 'options.php', 'options', '', '93.89.224.254'),
(1114, 1, 1299447282, 'template.php', 'files', '', '93.89.224.254'),
(1115, 1, 1299447291, 'replacement.php', 'modify', '', '93.89.224.254'),
(1116, 1, 1299447293, 'template.php', 'modify', '', '93.89.224.254'),
(1117, 1, 1299447327, 'forum.php', 'modify', '', '93.89.224.254'),
(1118, 1, 1299447332, 'forum.php', 'remove', 'forum id = 21', '93.89.224.254'),
(1119, 1, 1299447333, 'forum.php', 'kill', 'forum id = 21', '93.89.224.254'),
(1120, 1, 1299447334, 'forum.php', '', '', '93.89.224.254'),
(1121, 1, 1299447338, 'forum.php', 'remove', 'forum id = 18', '93.89.224.254'),
(1122, 1, 1299447339, 'forum.php', 'kill', 'forum id = 18', '93.89.224.254'),
(1123, 1, 1299447340, 'forum.php', '', '', '93.89.224.254'),
(1124, 1, 1299447347, 'forum.php', 'remove', 'forum id = 20', '93.89.224.254'),
(1125, 1, 1299447349, 'forum.php', 'kill', 'forum id = 20', '93.89.224.254'),
(1126, 1, 1299447351, 'forum.php', '', '', '93.89.224.254'),
(1127, 1, 1299447354, 'forum.php', 'remove', 'forum id = 19', '93.89.224.254'),
(1128, 1, 1299447355, 'forum.php', 'kill', 'forum id = 19', '93.89.224.254'),
(1129, 1, 1299447357, 'forum.php', '', '', '93.89.224.254'),
(1130, 1, 1299447429, 'options.php', '', '', '93.89.224.254'),
(1131, 1, 1299447631, 'language.php', 'modify', '', '93.89.224.254'),
(1132, 1, 1299447715, 'template.php', 'modify', '', '93.89.224.254'),
(1133, 1, 1299447743, 'css.php', 'edit', 'style id = 1', '93.89.224.254'),
(1134, 1, 1299447839, 'template.php', 'modify', '', '93.89.224.254'),
(1135, 1, 1299447854, 'css.php', 'edit', 'style id = 1', '93.89.224.254'),
(1136, 1, 1299447931, 'language.php', 'modify', '', '93.89.224.254'),
(1137, 1, 1299447934, 'language.php', 'add', '', '93.89.224.254'),
(1138, 1, 1299447937, 'language.php', 'files', '', '93.89.224.254'),
(1139, 1, 1299448047, 'language.php', 'upload', '', '93.89.224.254'),
(1140, 1, 1299448051, 'language.php', 'rebuild', '', '93.89.224.254'),
(1141, 1, 1299448061, 'forum.php', 'modify', '', '93.89.224.254'),
(1142, 1, 1299448068, 'forum.php', 'modify', '', '93.89.224.254'),
(1143, 1, 1299448076, 'forum.php', '', '', '93.89.224.254'),
(1144, 1, 1299448079, 'forum.php', 'remove', 'forum id = 19', '93.89.224.254'),
(1145, 1, 1299448082, 'forum.php', 'remove', 'forum id = 20', '93.89.224.254'),
(1146, 1, 1299448434, 'template.php', 'search', '', '93.89.224.254'),
(1147, 1, 1299448443, 'template.php', 'modify', '', '93.89.224.254'),
(1148, 1, 1299448453, 'template.php', 'edit', 'style id = 0', '93.89.224.254'),
(1149, 1, 1299448467, 'template.php', 'edit', 'style id = 0', '93.89.224.254'),
(1150, 1, 1299448484, 'template.php', 'edit', 'style id = 0', '93.89.224.254'),
(1151, 1, 1299448537, 'template.php', 'search', '', '93.89.224.254'),
(1152, 1, 1299448542, 'template.php', 'modify', '', '93.89.224.254'),
(1153, 1, 1299448548, 'template.php', 'edit', 'style id = 0', '93.89.224.254'),
(1154, 1, 1299448567, 'forum.php', '', '', '93.89.224.254'),
(1155, 1, 1299448978, 'template.php', 'search', '', '93.89.224.254'),
(1156, 1, 1299448987, 'template.php', 'modify', '', '93.89.224.254'),
(1157, 1, 1299449001, 'template.php', 'modify', '', '93.89.224.254'),
(1158, 1, 1299449007, 'template.php', 'edit', 'style id = 0', '93.89.224.254'),
(1159, 1, 1299449019, 'template.php', 'updatetemplate', 'style id = 5', '93.89.224.254'),
(1160, 1, 1299449066, 'template.php', 'edit', 'style id = 0', '93.89.224.254'),
(1161, 1, 1299449095, 'template.php', 'updatetemplate', 'style id = 5', '93.89.224.254'),
(1162, 1, 1299449217, 'template.php', 'edit', 'style id = 0', '93.89.224.254'),
(1163, 1, 1299449424, 'template.php', 'updatetemplate', 'style id = 5', '93.89.224.254'),
(1164, 1, 1299449447, 'template.php', 'edit', 'style id = 0', '93.89.224.254'),
(1165, 1, 1299449464, 'template.php', 'updatetemplate', 'style id = 5', '93.89.224.254'),
(1166, 1, 1299449486, 'template.php', 'edit', 'style id = 0', '93.89.224.254'),
(1167, 1, 1299449511, 'template.php', 'updatetemplate', 'style id = 5', '93.89.224.254'),
(1168, 1, 1299449528, 'template.php', 'edit', 'style id = 0', '93.89.224.254'),
(1169, 1, 1299449570, 'template.php', 'updatetemplate', 'style id = 5', '93.89.224.254'),
(1170, 1, 1299449588, 'template.php', 'edit', 'style id = 0', '93.89.224.254'),
(1171, 1, 1299449635, 'template.php', 'updatetemplate', 'style id = 5', '93.89.224.254'),
(1172, 1, 1299449868, 'template.php', 'edit', 'style id = 0', '93.89.224.254'),
(1173, 1, 1299449881, 'template.php', 'updatetemplate', 'style id = 5', '93.89.224.254'),
(1174, 1, 1299451177, 'template.php', 'modify', '', '93.89.224.254'),
(1175, 1, 1299451590, 'options.php', '', '', '93.89.224.254'),
(1176, 1, 1299451666, 'options.php', 'options', '', '93.89.224.254'),
(1177, 1, 1299451890, 'options.php', '', '', '93.89.224.254'),
(1178, 1, 1299451902, 'options.php', 'options', '', '93.89.224.254'),
(1179, 1, 1299452008, 'options.php', 'options', '', '93.89.224.254'),
(1180, 1, 1299452022, 'options.php', 'options', '', '93.89.224.254'),
(1181, 1, 1299452713, 'template.php', 'modify', '', '93.89.224.254'),
(1182, 1, 1299453359, 'css.php', 'edit', 'style id = 5', '93.89.224.254'),
(1183, 1, 1299453390, 'template.php', 'modify', '', '93.89.224.254'),
(1184, 1, 1299453408, 'options.php', '', '', '93.89.224.254'),
(1185, 1, 1299453414, 'template.php', 'modify', '', '93.89.224.254'),
(1186, 1, 1299453422, 'css.php', 'edit', 'style id = 5', '93.89.224.254'),
(1187, 1, 1299453451, 'template.php', 'modify', '', '93.89.224.254'),
(1188, 1, 1299453567, 'forum.php', 'modify', '', '93.89.224.254'),
(1189, 1, 1299454882, 'options.php', '', '', '93.89.224.254'),
(1190, 1, 1299454887, 'options.php', 'options', '', '93.89.224.254'),
(1191, 1, 1299454902, 'options.php', '', '', '93.89.224.254'),
(1192, 1, 1299454904, 'verify.php', '', '', '93.89.224.254'),
(1193, 1, 1299454908, 'options.php', 'searchtype', '', '93.89.224.254'),
(1194, 1, 1299454912, 'template.php', 'modify', '', '93.89.224.254'),
(1195, 1, 1299454932, 'adminlog.php', 'choose', '', '93.89.224.254'),
(1196, 1, 1299454952, 'faq.php', '', '', '93.89.224.254'),
(1197, 1, 1299454959, 'template.php', 'modify', '', '93.89.224.254'),
(1198, 1, 1299457363, 'plugin.php', 'product', '', '93.89.224.254'),
(1199, 1, 1299457374, 'plugin.php', 'modify', '', '93.89.224.254'),
(1200, 1, 1299457392, 'plugin.php', 'product', '', '93.89.224.254'),
(1201, 1, 1299457408, 'plugin.php', 'product', '', '93.89.224.254'),
(1202, 1, 1299457409, 'plugin.php', 'modify', '', '93.89.224.254'),
(1203, 1, 1299457433, 'bbcode.php', 'modify', '', '93.89.224.254'),
(1204, 1, 1299457493, 'options.php', '', '', '93.89.224.254'),
(1205, 1, 1299489756, 'options.php', '', '', '93.89.224.254'),
(1206, 1, 1299489775, 'options.php', 'options', '', '93.89.224.254'),
(1207, 1, 1299489824, 'plugin.php', 'product', '', '93.89.224.254'),
(1208, 1, 1299489831, 'plugin.php', 'productedit', '', '93.89.224.254'),
(1209, 1, 1299489848, 'plugin.php', 'productedit', '', '93.89.224.254'),
(1210, 1, 1299489903, 'bbcode.php', 'modify', '', '93.89.224.254'),
(1211, 1, 1299489967, 'forum.php', 'modify', '', '93.89.224.254'),
(1212, 1, 1299490006, 'options.php', '', '', '93.89.224.254'),
(1213, 1, 1299490018, 'options.php', 'options', '', '93.89.224.254'),
(1214, 1, 1299490072, 'options.php', 'options', '', '93.89.224.254'),
(1215, 1, 1299491146, 'plugin.php', 'modify', '', '93.89.224.254'),
(1216, 1, 1299491201, 'plugin.php', 'add', '', '93.89.224.254'),
(1217, 1, 1299491214, 'options.php', '', '', '93.89.224.254'),
(1218, 1, 1299491468, 'verify.php', '', '', '93.89.224.254'),
(1219, 1, 1299491474, 'bookmarksite.php', 'modify', '', '93.89.224.254'),
(1220, 1, 1299491478, 'options.php', '', '', '93.89.224.254'),
(1221, 1, 1299491479, 'options.php', 'searchtype', '', '93.89.224.254'),
(1222, 1, 1299491481, 'options.php', '', '', '93.89.224.254'),
(1223, 1, 1299491876, 'options.php', '', '', '93.89.224.254'),
(1224, 1, 1299492074, 'options.php', 'options', '', '93.89.224.254'),
(1225, 1, 1299492092, 'options.php', 'options', '', '93.89.224.254'),
(1226, 1, 1299497923, 'faq.php', 'add', '', '93.89.224.254'),
(1227, 1, 1299516103, 'template.php', 'modify', '', '93.89.224.254'),
(1228, 1, 1299516109, 'template.php', 'modify', '', '93.89.224.254'),
(1229, 1, 1299516112, 'options.php', '', '', '93.89.224.254'),
(1230, 1, 1299516117, 'options.php', 'options', '', '93.89.224.254'),
(1231, 1, 1299516130, 'options.php', 'dooptions', '', '93.89.224.254'),
(1232, 1, 1299516132, 'options.php', 'options', '', '93.89.224.254'),
(1233, 1, 1299516159, 'forum.php', 'modify', '', '93.89.224.254'),
(1234, 1, 1299516166, 'forum.php', 'add', '', '93.89.224.254'),
(1235, 1, 1299516173, 'forum.php', 'update', '', '93.89.224.254'),
(1236, 1, 1299516175, 'forum.php', 'modify', 'forum id = 22', '93.89.224.254'),
(1237, 1, 1299516203, 'forum.php', 'add', '', '93.89.224.254'),
(1238, 1, 1299516212, 'forum.php', 'update', '', '93.89.224.254'),
(1239, 1, 1299516214, 'forum.php', 'modify', 'forum id = 23', '93.89.224.254'),
(1240, 1, 1299516231, 'forum.php', 'add', '', '93.89.224.254'),
(1241, 1, 1299516242, 'forum.php', 'update', '', '93.89.224.254'),
(1242, 1, 1299516243, 'forum.php', 'modify', 'forum id = 24', '93.89.224.254'),
(1243, 1, 1299516484, 'template.php', 'search', '', '93.89.224.254'),
(1244, 1, 1299516493, 'template.php', 'modify', '', '93.89.224.254'),
(1245, 1, 1299516501, 'template.php', 'edit', 'style id = 0', '93.89.224.254'),
(1246, 1, 1299516510, 'template.php', 'updatetemplate', 'style id = 5', '93.89.224.254'),
(1247, 1, 1299516602, 'user.php', 'edit', 'user id = 1', '93.89.224.254'),
(1248, 1, 1299516646, 'user.php', 'update', 'user id = 1', '93.89.224.254'),
(1249, 1, 1299516648, 'user.php', 'modify', 'user id = 1', '93.89.224.254'),
(1250, 1, 1299516752, 'forum.php', 'modify', '', '93.89.224.254'),
(1251, 1, 1299516758, 'moderator.php', 'add', 'forum id = 1', '93.89.224.254'),
(1252, 1, 1299516790, 'moderator.php', 'update', 'forum id = 1', '93.89.224.254'),
(1253, 1, 1299516790, 'moderator.php', 'update', 'username = Kraling', '93.89.224.254'),
(1254, 1, 1299516793, 'forum.php', 'modify', 'forum id = 1', '93.89.224.254'),
(1255, 1, 1299516860, 'user.php', 'edit', 'user id = 1', '93.89.224.254'),
(1256, 1, 1299516994, 'options.php', '', '', '93.89.224.254'),
(1257, 1, 1299516998, 'template.php', 'search', '', '93.89.224.254'),
(1258, 1, 1299516999, 'template.php', 'modify', '', '93.89.224.254'),
(1259, 1, 1299517003, 'css.php', 'edit', 'style id = 5', '93.89.224.254'),
(1260, 1, 1299517027, 'css.php', 'update', 'style id = 5', '93.89.224.254'),
(1261, 1, 1299517029, 'css.php', 'edit', 'style id = 5', '93.89.224.254'),
(1262, 1, 1299517214, 'css.php', 'update', 'style id = 5', '93.89.224.254'),
(1263, 1, 1299517216, 'css.php', 'edit', 'style id = 5', '93.89.224.254'),
(1264, 1, 1299517276, 'css.php', 'update', 'style id = 5', '93.89.224.254'),
(1265, 1, 1299517278, 'css.php', 'edit', 'style id = 5', '93.89.224.254'),
(1266, 1, 1299517665, 'bbcode.php', 'modify', '', '93.89.224.254'),
(1267, 1, 1299517668, 'bbcode.php', 'add', '', '93.89.224.254'),
(1268, 1, 1299517754, 'bbcode.php', 'insert', '', '93.89.224.254'),
(1269, 1, 1299517756, 'bbcode.php', 'modify', '', '93.89.224.254'),
(1270, 1, 1299517756, 'bbcode.php', 'previewbbcode', 'bbcode id = 1', '93.89.224.254'),
(1271, 1, 1299517942, 'bbcode.php', 'edit', 'bbcode id = 1', '93.89.224.254'),
(1272, 1, 1299517948, 'bbcode.php', 'doupdate', 'bbcode id = 1', '93.89.224.254'),
(1273, 1, 1299517950, 'bbcode.php', 'modify', '', '93.89.224.254'),
(1274, 1, 1299517950, 'bbcode.php', 'previewbbcode', 'bbcode id = 1', '93.89.224.254'),
(1275, 1, 1299519162, 'user.php', 'edit', 'user id = 1', '93.89.224.254'),
(1276, 1, 1299519510, 'user.php', 'update', 'user id = 1', '93.89.224.254'),
(1277, 1, 1299519512, 'user.php', 'modify', 'user id = 1', '93.89.224.254'),
(1278, 1, 1299519675, 'options.php', '', '', '93.89.224.254'),
(1279, 1, 1299519998, 'template.php', 'modify', '', '93.89.224.254'),
(1280, 1, 1299520005, 'options.php', '', '', '93.89.224.254'),
(1281, 1, 1299520019, 'options.php', 'options', '', '93.89.224.254'),
(1282, 1, 1299520033, 'options.php', 'dooptions', '', '93.89.224.254'),
(1283, 1, 1299520035, 'options.php', 'options', '', '93.89.224.254'),
(1284, 1, 1299520201, 'template.php', 'modify', '', '93.89.224.254'),
(1285, 1, 1299520217, 'template.php', 'deletestyle', 'style id = 5', '93.89.224.254'),
(1286, 1, 1299520221, 'template.php', 'killstyle', 'style id = 5', '93.89.224.254'),
(1287, 1, 1299520223, 'template.php', 'modify', '', '93.89.224.254'),
(1288, 1, 1299521837, 'forum.php', 'modify', '', '93.89.224.254'),
(1289, 1, 1299521837, 'forum.php', 'modify', '', '93.89.224.254'),
(1290, 1, 1299521847, 'forum.php', 'remove', 'forum id = 22', '93.89.224.254'),
(1291, 1, 1299521850, 'forum.php', 'kill', 'forum id = 22', '93.89.224.254'),
(1292, 1, 1299521852, 'forum.php', '', '', '93.89.224.254'),
(1293, 1, 1299521858, 'forum.php', 'remove', 'forum id = 23', '93.89.224.254'),
(1294, 1, 1299521860, 'forum.php', 'kill', 'forum id = 23', '93.89.224.254'),
(1295, 1, 1299521862, 'forum.php', '', '', '93.89.224.254'),
(1296, 1, 1299521867, 'forum.php', 'remove', 'forum id = 24', '93.89.224.254'),
(1297, 1, 1299521869, 'forum.php', 'kill', 'forum id = 24', '93.89.224.254'),
(1298, 1, 1299521870, 'forum.php', '', '', '93.89.224.254'),
(1299, 1, 1299521896, 'user.php', 'edit', 'user id = 1', '93.89.224.254'),
(1300, 1, 1299521919, 'user.php', 'update', 'user id = 1', '93.89.224.254'),
(1301, 1, 1299521920, 'user.php', 'modify', 'user id = 1', '93.89.224.254'),
(1302, 1, 1299570692, 'template.php', 'modify', '', '93.89.224.254'),
(1303, 1, 1299570696, 'css.php', 'edit', 'style id = 1', '93.89.224.254'),
(1304, 1, 1299570723, 'template.php', 'modify', '', '93.89.224.254'),
(1305, 1, 1299571053, 'template.php', 'revertall', 'style id = 1', '93.89.224.254'),
(1306, 1, 1299571057, 'template.php', 'dorevertall', 'style id = 1', '93.89.224.254'),
(1307, 1, 1299571059, 'template.php', 'modify', '', '93.89.224.254'),
(1308, 1, 1299571492, 'template.php', 'modify', '', '93.89.224.254'),
(1309, 1, 1299571493, 'template.php', 'files', '', '93.89.224.254'),
(1310, 1, 1299571520, 'template.php', 'upload', '', '93.89.224.254'),
(1311, 1, 1299571521, 'template.php', 'rebuild', '', '93.89.224.254'),
(1312, 1, 1299571525, 'template.php', 'modify', '', '93.89.224.254'),
(1313, 1, 1299571969, 'css.php', 'edit', 'style id = 6', '93.89.224.254'),
(1314, 1, 1299571985, 'css.php', 'update', 'style id = 6', '93.89.224.254'),
(1315, 1, 1299571988, 'css.php', 'edit', 'style id = 6', '93.89.224.254'),
(1316, 1, 1299572069, 'template.php', 'modify', '', '93.89.224.254'),
(1317, 1, 1299572095, 'css.php', 'edit', 'style id = 1', '93.89.224.254'),
(1318, 1, 1299572157, 'css.php', 'update', 'style id = 1', '93.89.224.254'),
(1319, 1, 1299572159, 'css.php', 'edit', 'style id = 1', '93.89.224.254'),
(1320, 1, 1299572213, 'css.php', 'update', 'style id = 1', '93.89.224.254'),
(1321, 1, 1299572215, 'css.php', 'edit', 'style id = 1', '93.89.224.254'),
(1322, 1, 1299572651, 'plugin.php', 'product', '', '93.89.224.254'),
(1323, 1, 1299572666, 'plugin.php', 'productadd', '', '93.89.224.254'),
(1324, 1, 1299572681, 'plugin.php', 'productimport', '', '93.89.224.254'),
(1325, 1, 1299572693, 'plugin.php', 'product', '', '93.89.224.254'),
(1326, 1, 1299572783, 'plugin.php', 'productadd', '', '93.89.224.254'),
(1327, 1, 1299572806, 'plugin.php', 'productimport', '', '93.89.224.254'),
(1328, 1, 1299572816, 'options.php', '', '', '93.89.224.254'),
(1329, 1, 1299572823, 'options.php', 'options', '', '93.89.224.254'),
(1330, 1, 1299572837, 'plugin.php', 'product', '', '93.89.224.254'),
(1331, 1, 1299572853, 'plugin.php', 'productdelete', '', '93.89.224.254'),
(1332, 1, 1299572856, 'plugin.php', 'productkill', '', '93.89.224.254'),
(1333, 1, 1299572861, 'plugin.php', 'product', '', '93.89.224.254'),
(1334, 1, 1299573095, 'template.php', 'search', '', '93.89.224.254'),
(1335, 1, 1299573096, 'template.php', 'modify', '', '93.89.224.254'),
(1336, 1, 1299573099, 'template.php', 'files', '', '93.89.224.254'),
(1337, 1, 1299573135, 'template.php', 'upload', '', '93.89.224.254'),
(1338, 1, 1299573160, 'template.php', 'upload', '', '93.89.224.254'),
(1339, 1, 1299573162, 'template.php', 'rebuild', '', '93.89.224.254'),
(1340, 1, 1299573165, 'template.php', '', '', '93.89.224.254'),
(1341, 1, 1299573612, 'options.php', '', '', '93.89.224.254'),
(1342, 1, 1299573615, 'options.php', 'options', '', '93.89.224.254'),
(1343, 1, 1299573639, 'options.php', 'dooptions', '', '93.89.224.254'),
(1344, 1, 1299573640, 'options.php', 'options', '', '93.89.224.254'),
(1345, 1, 1299573642, 'options.php', '', '', '93.89.224.254'),
(1346, 1, 1299573646, 'options.php', 'dooptions', '', '93.89.224.254'),
(1347, 1, 1299573648, 'options.php', 'options', '', '93.89.224.254'),
(1348, 1, 1299576452, 'template.php', 'modify', '', '93.89.224.254'),
(1349, 1, 1299576550, 'template.php', 'files', '', '93.89.224.254'),
(1350, 1, 1299576599, 'template.php', 'upload', '', '93.89.224.254'),
(1351, 1, 1299576601, 'template.php', 'rebuild', '', '93.89.224.254'),
(1352, 1, 1299576605, 'template.php', '', '', '93.89.224.254'),
(1353, 1, 1299577185, 'css.php', 'edit', 'style id = 8', '93.89.224.254'),
(1354, 1, 1299577200, 'css.php', 'update', 'style id = 8', '93.89.224.254'),
(1355, 1, 1299577202, 'css.php', 'edit', 'style id = 8', '93.89.224.254'),
(1356, 1, 1299577264, 'css.php', 'update', 'style id = 8', '93.89.224.254'),
(1357, 1, 1299577266, 'css.php', 'edit', 'style id = 8', '93.89.224.254'),
(1358, 1, 1299577300, 'css.php', 'update', 'style id = 8', '93.89.224.254'),
(1359, 1, 1299577303, 'css.php', 'edit', 'style id = 8', '93.89.224.254'),
(1360, 1, 1299577329, 'css.php', 'update', 'style id = 8', '93.89.224.254'),
(1361, 1, 1299577331, 'css.php', 'edit', 'style id = 8', '93.89.224.254'),
(1362, 1, 1299577426, 'language.php', 'modify', '', '93.89.224.254'),
(1363, 1, 1299577446, 'language.php', 'setdefault', 'Language ID = 3', '93.89.224.254'),
(1364, 1, 1299577451, 'language.php', 'delete', 'Language ID = 2', '93.89.224.254'),
(1365, 1, 1299577453, 'language.php', 'kill', 'Language ID = 2', '93.89.224.254'),
(1366, 1, 1299577457, 'language.php', '', '', '93.89.224.254'),
(1367, 1, 1299577462, 'options.php', 'searchtype', '', '93.89.224.254'),
(1368, 1, 1299577463, 'options.php', '', '', '93.89.224.254'),
(1369, 1, 1299577471, 'options.php', 'options', '', '93.89.224.254'),
(1370, 1, 1299577481, 'options.php', 'dooptions', '', '93.89.224.254'),
(1371, 1, 1299577482, 'options.php', 'options', '', '93.89.224.254'),
(1372, 1, 1299577589, 'template.php', 'modify', '', '93.89.224.254'),
(1373, 1, 1299577589, 'template.php', 'search', '', '93.89.224.254'),
(1374, 1, 1299577597, 'css.php', 'edit', 'style id = 8', '93.89.224.254'),
(1375, 1, 1299577632, 'css.php', 'update', 'style id = 8', '93.89.224.254'),
(1376, 1, 1299577634, 'css.php', 'edit', 'style id = 8', '93.89.224.254'),
(1377, 1, 1299577657, 'plugin.php', 'product', '', '93.89.224.254'),
(1378, 1, 1299577661, 'plugin.php', 'productadd', '', '93.89.224.254'),
(1379, 1, 1299577687, 'plugin.php', 'productimport', '', '93.89.224.254'),
(1380, 1, 1299577694, 'plugin.php', 'product', '', '93.89.224.254'),
(1381, 1, 1299577709, 'options.php', '', '', '93.89.224.254'),
(1382, 1, 1299577713, 'options.php', 'options', '', '93.89.224.254'),
(1383, 1, 1299577733, 'options.php', 'dooptions', '', '93.89.224.254'),
(1384, 1, 1299577734, 'options.php', 'options', '', '93.89.224.254'),
(1385, 1, 1299585842, 'template.php', 'modify', '', '93.89.224.254'),
(1386, 1, 1299585882, 'css.php', 'edit', 'style id = 8', '93.89.224.254'),
(1387, 1, 1299586100, 'template.php', 'modify', '', '93.89.224.254'),
(1388, 1, 1299586135, 'template.php', 'modify', '', '93.89.224.254'),
(1389, 1, 1299586144, 'template.php', 'modify', '', '93.89.224.254'),
(1390, 1, 1299586149, 'template.php', 'edit', 'style id = 0', '93.89.224.254'),
(1391, 1, 1299586156, 'template.php', 'updatetemplate', 'style id = 8', '93.89.224.254'),
(1392, 1, 1299586355, 'template.php', 'add', 'style id = 8', '93.89.224.254'),
(1393, 1, 1299586360, 'template.php', 'inserttemplate', 'style id = 8', '93.89.224.254'),
(1394, 1, 1299586362, 'template.php', 'modify', 'style id = 0', '93.89.224.254'),
(1395, 1, 1299586400, 'template.php', 'edit', 'style id = 0', '93.89.224.254'),
(1396, 1, 1299586407, 'template.php', 'updatetemplate', 'style id = 8', '93.89.224.254'),
(1397, 1, 1299586441, 'template.php', 'edit', 'style id = 0', '93.89.224.254'),
(1398, 1, 1299586501, 'template.php', 'updatetemplate', 'style id = 8', '93.89.224.254'),
(1399, 1, 1299586692, 'template.php', 'delete', 'style id = 8', '93.89.224.254'),
(1400, 1, 1299586689, 'template.php', 'edit', 'style id = 0', '93.89.224.254'),
(1401, 1, 1299587501, 'template.php', 'kill', 'style id = 0', '93.89.224.254'),
(1402, 1, 1299587513, 'template.php', 'modify', '', '93.89.224.254'),
(1403, 1, 1299587589, 'template.php', 'add', 'style id = 8', '93.89.224.254'),
(1404, 1, 1299587599, 'template.php', 'inserttemplate', 'style id = 8', '93.89.224.254'),
(1405, 1, 1299587601, 'template.php', 'modify', 'style id = 0', '93.89.224.254'),
(1406, 1, 1299588923, 'plugin.php', 'product', '', '93.89.224.254'),
(1407, 1, 1299588925, 'plugin.php', 'productadd', '', '93.89.224.254'),
(1408, 1, 1299588926, 'plugin.php', 'productadd', '', '93.89.224.254'),
(1409, 1, 1299588951, 'plugin.php', 'productimport', '', '93.89.224.254'),
(1410, 1, 1299588962, 'plugin.php', 'productimport', '', '93.89.224.254'),
(1411, 1, 1299588970, 'plugin.php', 'product', '', '93.89.224.254'),
(1412, 1, 1299588979, 'plugin.php', 'productenable', '', '93.89.224.254'),
(1413, 1, 1299588983, 'plugin.php', 'product', '', '93.89.224.254'),
(1414, 1, 1299589240, 'template.php', 'delete', 'style id = 8', '93.89.224.254'),
(1415, 1, 1299589242, 'template.php', 'kill', 'style id = 0', '93.89.224.254'),
(1416, 1, 1299589244, 'template.php', 'modify', '', '93.89.224.254'),
(1417, 1, 1299589249, 'template.php', 'delete', 'style id = 8', '93.89.224.254'),
(1418, 1, 1299589251, 'template.php', 'kill', 'style id = 0', '93.89.224.254'),
(1419, 1, 1299589253, 'template.php', 'modify', '', '93.89.224.254'),
(1420, 1, 1299589575, 'template.php', 'modify', '', '93.89.224.254');
INSERT INTO `adminlog` (`adminlogid`, `userid`, `dateline`, `script`, `action`, `extrainfo`, `ipaddress`) VALUES
(1421, 1, 1299589595, 'template.php', 'modify', '', '93.89.224.254'),
(1422, 1, 1299589623, 'template.php', 'add', 'style id = 8', '93.89.224.254'),
(1423, 1, 1299589646, 'template.php', 'add', 'style id = 8', '93.89.224.254'),
(1424, 1, 1299589670, 'template.php', 'modify', '', '93.89.224.254'),
(1425, 1, 1299589676, 'template.php', 'add', 'style id = 8', '93.89.224.254'),
(1426, 1, 1299589730, 'template.php', 'modify', '', '93.89.224.254'),
(1427, 1, 1299589734, 'template.php', 'edit', 'style id = 0', '93.89.224.254'),
(1428, 1, 1299589763, 'template.php', 'modify', '', '93.89.224.254'),
(1429, 1, 1299589766, 'template.php', 'edit', 'style id = 0', '93.89.224.254'),
(1430, 1, 1299589774, 'template.php', 'updatetemplate', 'style id = 8', '93.89.224.254'),
(1431, 1, 1299589842, 'options.php', '', '', '93.89.224.254'),
(1432, 1, 1299589858, 'options.php', 'options', '', '93.89.224.254'),
(1433, 1, 1299589874, 'usergroup.php', 'modify', '', '93.89.224.254'),
(1434, 1, 1299589880, 'usergroup.php', 'edit', 'usergroup id = 6', '93.89.224.254'),
(1435, 1, 1299589930, 'usergroup.php', 'update', 'usergroup id = 6', '93.89.224.254'),
(1436, 1, 1299589933, 'usergroup.php', 'modify', '', '93.89.224.254'),
(1437, 1, 1299590014, 'usergroup.php', 'edit', 'usergroup id = 2', '93.89.224.254'),
(1438, 1, 1299590046, 'usergroup.php', 'update', 'usergroup id = 2', '93.89.224.254'),
(1439, 1, 1299590049, 'usergroup.php', 'modify', '', '93.89.224.254'),
(1440, 1, 1299590131, 'template.php', 'modify', '', '93.89.224.254'),
(1441, 1, 1299590147, 'template.php', 'modify', '', '93.89.224.254'),
(1442, 1, 1299590154, 'template.php', 'modify', '', '93.89.224.254'),
(1443, 1, 1299590160, 'template.php', 'add', 'style id = 8', '93.89.224.254'),
(1444, 1, 1299590218, 'options.php', '', '', '93.89.224.254'),
(1445, 1, 1299590231, 'options.php', 'options', '', '93.89.224.254'),
(1446, 1, 1299590280, 'options.php', 'options', '', '93.89.224.254'),
(1447, 1, 1299590292, 'options.php', 'options', '', '93.89.224.254'),
(1448, 1, 1299590303, 'options.php', 'options', '', '93.89.224.254'),
(1449, 1, 1299590312, 'options.php', 'options', '', '93.89.224.254'),
(1450, 1, 1299590343, 'options.php', 'options', '', '93.89.224.254'),
(1451, 1, 1299590350, 'options.php', 'options', '', '93.89.224.254'),
(1452, 1, 1299590365, 'options.php', 'options', '', '93.89.224.254'),
(1453, 1, 1299590445, 'template.php', 'modify', '', '93.89.224.254'),
(1454, 1, 1299590451, 'template.php', 'modify', '', '93.89.224.254'),
(1455, 1, 1299591024, 'template.php', 'modify', '', '93.89.224.254'),
(1456, 1, 1299591031, 'template.php', 'add', 'style id = 8', '93.89.224.254'),
(1457, 1, 1299591040, 'template.php', 'inserttemplate', 'style id = 8', '93.89.224.254'),
(1458, 1, 1299591045, 'template.php', 'modify', 'style id = 0', '93.89.224.254'),
(1459, 1, 1299591064, 'template.php', 'add', 'style id = 8', '93.89.224.254'),
(1460, 1, 1299591071, 'template.php', 'inserttemplate', 'style id = 8', '93.89.224.254'),
(1461, 1, 1299591075, 'template.php', 'modify', 'style id = 0', '93.89.224.254'),
(1462, 1, 1299591120, 'template.php', 'edit', 'style id = 0', '93.89.224.254'),
(1463, 1, 1299591130, 'template.php', 'updatetemplate', 'style id = 8', '93.89.224.254'),
(1464, 1, 1299591162, 'template.php', 'edit', 'style id = 0', '93.89.224.254'),
(1465, 1, 1299591182, 'template.php', 'updatetemplate', 'style id = 8', '93.89.224.254'),
(1466, 1, 1299591200, 'options.php', '', '', '93.89.224.254'),
(1467, 1, 1299591205, 'options.php', 'options', '', '93.89.224.254'),
(1468, 1, 1299591235, 'options.php', 'dooptions', '', '93.89.224.254'),
(1469, 1, 1299591238, 'options.php', 'options', '', '93.89.224.254'),
(1470, 1, 1299591345, 'plugin.php', 'product', '', '93.89.224.254'),
(1471, 1, 1299591348, 'plugin.php', 'productadd', '', '93.89.224.254'),
(1472, 1, 1299591368, 'plugin.php', 'productimport', '', '93.89.224.254'),
(1473, 1, 1299591374, 'plugin.php', 'product', '', '93.89.224.254'),
(1474, 1, 1299591461, 'ranks.php', 'modify', '', '93.89.224.254'),
(1475, 1, 1299591466, 'ranks.php', 'edit', 'rank id = 4', '93.89.224.254'),
(1476, 1, 1299591477, 'ranks.php', 'doupdate', 'rank id = 4', '93.89.224.254'),
(1477, 1, 1299591497, 'ranks.php', 'doupdate', 'rank id = 4', '93.89.224.254'),
(1478, 1, 1299591498, 'ranks.php', 'modify', '', '93.89.224.254'),
(1479, 1, 1299591578, 'usergroup.php', 'modify', '', '93.89.224.254'),
(1480, 1, 1299591582, 'usergroup.php', 'edit', 'usergroup id = 6', '93.89.224.254'),
(1481, 1, 1299591600, 'usergroup.php', 'update', 'usergroup id = 6', '93.89.224.254'),
(1482, 1, 1299591602, 'usergroup.php', 'modify', '', '93.89.224.254'),
(1483, 1, 1299601058, 'template.php', 'modify', '', '93.89.224.254'),
(1484, 1, 1299601062, 'template.php', 'modify', '', '93.89.224.254'),
(1485, 1, 1299601070, 'template.php', 'modify', '', '93.89.224.254'),
(1486, 1, 1299601080, 'template.php', 'modify', '', '93.89.224.254'),
(1487, 1, 1299601085, 'template.php', 'modify', '', '93.89.224.254'),
(1488, 1, 1299601094, 'template.php', 'modify', '', '93.89.224.254'),
(1489, 1, 1299601098, 'css.php', 'edit', 'style id = 8', '93.89.224.254'),
(1490, 1, 1299601114, 'css.php', 'update', 'style id = 8', '93.89.224.254'),
(1491, 1, 1299601116, 'css.php', 'edit', 'style id = 8', '93.89.224.254'),
(1492, 1, 1299601116, 'options.php', '', '', '93.89.224.254'),
(1493, 1, 1299601119, 'options.php', 'options', '', '93.89.224.254'),
(1494, 1, 1299601122, 'options.php', 'dooptions', '', '93.89.224.254'),
(1495, 1, 1299601124, 'options.php', 'options', '', '93.89.224.254'),
(1496, 1, 1299601403, 'template.php', 'modify', '', '93.89.224.254'),
(1497, 1, 1299601409, 'css.php', 'edit', 'style id = 8', '93.89.224.254'),
(1498, 1, 1299601431, 'css.php', 'update', 'style id = 8', '93.89.224.254'),
(1499, 1, 1299601433, 'css.php', 'edit', 'style id = 8', '93.89.224.254'),
(1500, 1, 1299601506, 'css.php', 'update', 'style id = 8', '93.89.224.254'),
(1501, 1, 1299601508, 'css.php', 'edit', 'style id = 8', '93.89.224.254'),
(1502, 1, 1299601553, 'css.php', 'update', 'style id = 8', '93.89.224.254'),
(1503, 1, 1299601555, 'css.php', 'edit', 'style id = 8', '93.89.224.254'),
(1504, 1, 1299601795, 'css.php', 'update', 'style id = 8', '93.89.224.254'),
(1505, 1, 1299601826, 'css.php', 'update', 'style id = 8', '93.89.224.254'),
(1506, 1, 1299601995, 'css.php', 'update', 'style id = 8', '93.89.224.254'),
(1507, 1, 1299601997, 'css.php', 'edit', 'style id = 8', '93.89.224.254'),
(1508, 1, 1299602088, 'css.php', 'update', 'style id = 8', '93.89.224.254'),
(1509, 1, 1299602090, 'css.php', 'edit', 'style id = 8', '93.89.224.254'),
(1510, 1, 1299602102, 'css.php', 'update', 'style id = 8', '93.89.224.254'),
(1511, 1, 1299602106, 'css.php', 'edit', 'style id = 8', '93.89.224.254'),
(1512, 1, 1299605198, 'forum.php', 'add', '', '93.89.224.254'),
(1513, 1, 1299605208, 'forum.php', 'modify', '', '93.89.224.254'),
(1514, 1, 1299605241, 'prefix.php', '', '', '93.89.224.254'),
(1515, 1, 1299605245, 'resources.php', '', '', '93.89.224.254'),
(1516, 1, 1299605248, 'moderator.php', 'showlist', '', '93.89.224.254'),
(1517, 1, 1299605249, 'forumpermission.php', 'modify', '', '93.89.224.254'),
(1518, 1, 1299605254, 'forum.php', 'modify', '', '93.89.224.254'),
(1519, 1, 1299605259, 'forum.php', 'add', '', '93.89.224.254'),
(1520, 1, 1299605273, 'forum.php', 'update', '', '93.89.224.254'),
(1521, 1, 1299605275, 'forum.php', 'modify', 'forum id = 25', '93.89.224.254'),
(1522, 1, 1299764530, 'forum.php', 'modify', '', '93.89.224.254'),
(1523, 1, 1299764630, 'forum.php', 'edit', 'forum id = 1', '93.89.224.254'),
(1524, 1, 1299764641, 'forum.php', 'update', 'forum id = 1', '93.89.224.254'),
(1525, 1, 1299764643, 'forum.php', 'modify', 'forum id = 1', '93.89.224.254'),
(1526, 1, 1299764674, 'forum.php', 'doorder', '', '93.89.224.254'),
(1527, 1, 1299764675, 'forum.php', 'modify', '', '93.89.224.254'),
(1528, 1, 1299764723, 'forum.php', 'add', '', '93.89.224.254'),
(1529, 1, 1299764731, 'forum.php', 'update', '', '93.89.224.254'),
(1530, 1, 1299764733, 'forum.php', 'modify', 'forum id = 26', '93.89.224.254'),
(1531, 1, 1299764755, 'forum.php', 'add', '', '93.89.224.254'),
(1532, 1, 1299764759, 'forum.php', 'doorder', '', '93.89.224.254'),
(1533, 1, 1299764761, 'forum.php', 'modify', '', '93.89.224.254'),
(1534, 1, 1299764762, 'forum.php', 'add', '', '93.89.224.254'),
(1535, 1, 1299764776, 'forum.php', 'update', '', '93.89.224.254'),
(1536, 1, 1299764778, 'forum.php', 'modify', 'forum id = 27', '93.89.224.254'),
(1537, 1, 1299764781, 'forum.php', 'doorder', '', '93.89.224.254'),
(1538, 1, 1299764782, 'forum.php', 'modify', '', '93.89.224.254'),
(1539, 1, 1299764785, 'forum.php', 'edit', 'forum id = 27', '93.89.224.254'),
(1540, 1, 1299764792, 'forum.php', 'update', 'forum id = 27', '93.89.224.254'),
(1541, 1, 1299764794, 'forum.php', 'modify', 'forum id = 27', '93.89.224.254'),
(1542, 1, 1299764805, 'forum.php', 'add', '', '93.89.224.254'),
(1543, 1, 1299764816, 'forum.php', 'update', '', '93.89.224.254'),
(1544, 1, 1299764817, 'forum.php', 'modify', 'forum id = 28', '93.89.224.254'),
(1545, 1, 1299764832, 'forum.php', 'add', '', '93.89.224.254'),
(1546, 1, 1299764838, 'forum.php', 'update', '', '93.89.224.254'),
(1547, 1, 1299764839, 'forum.php', 'modify', 'forum id = 29', '93.89.224.254'),
(1548, 1, 1299764846, 'forum.php', 'edit', 'forum id = 29', '93.89.224.254'),
(1549, 1, 1299764890, 'forum.php', 'edit', 'forum id = 28', '93.89.224.254'),
(1550, 1, 1299764897, 'forum.php', 'edit', 'forum id = 28', '93.89.224.254'),
(1551, 1, 1299764907, 'forum.php', 'update', 'forum id = 28', '93.89.224.254'),
(1552, 1, 1299764913, 'forum.php', 'modify', 'forum id = 28', '93.89.224.254'),
(1553, 1, 1299764925, 'forum.php', 'add', '', '93.89.224.254'),
(1554, 1, 1299764961, 'forum.php', 'update', '', '93.89.224.254'),
(1555, 1, 1299764963, 'forum.php', 'modify', 'forum id = 30', '93.89.224.254'),
(1556, 1, 1299764978, 'forum.php', 'add', '', '93.89.224.254'),
(1557, 1, 1299764982, 'forum.php', 'add', '', '93.89.224.254'),
(1558, 1, 1299764991, 'forum.php', 'update', '', '93.89.224.254'),
(1559, 1, 1299764993, 'forum.php', 'modify', 'forum id = 31', '93.89.224.254'),
(1560, 1, 1299765013, 'forum.php', 'add', '', '93.89.224.254'),
(1561, 1, 1299765020, 'forum.php', 'update', '', '93.89.224.254'),
(1562, 1, 1299765022, 'forum.php', 'modify', 'forum id = 32', '93.89.224.254'),
(1563, 1, 1299765031, 'forum.php', 'edit', 'forum id = 32', '93.89.224.254'),
(1564, 1, 1299765034, 'forum.php', 'update', 'forum id = 32', '93.89.224.254'),
(1565, 1, 1299765035, 'forum.php', 'modify', 'forum id = 32', '93.89.224.254'),
(1566, 1, 1299765053, 'forum.php', 'add', '', '93.89.224.254'),
(1567, 1, 1299765064, 'forum.php', 'update', '', '93.89.224.254'),
(1568, 1, 1299765065, 'forum.php', 'modify', 'forum id = 33', '93.89.224.254'),
(1569, 1, 1299765071, 'forum.php', 'add', '', '93.89.224.254'),
(1570, 1, 1299765076, 'forum.php', 'update', '', '93.89.224.254'),
(1571, 1, 1299765078, 'forum.php', 'modify', 'forum id = 34', '93.89.224.254'),
(1572, 1, 1299765093, 'forum.php', 'add', '', '93.89.224.254'),
(1573, 1, 1299765097, 'forum.php', 'update', '', '93.89.224.254'),
(1574, 1, 1299765098, 'forum.php', 'modify', 'forum id = 35', '93.89.224.254'),
(1575, 1, 1299765109, 'forum.php', 'add', '', '93.89.224.254'),
(1576, 1, 1299765113, 'forum.php', 'update', '', '93.89.224.254'),
(1577, 1, 1299765114, 'forum.php', 'modify', 'forum id = 36', '93.89.224.254'),
(1578, 1, 1299765122, 'forum.php', 'add', '', '93.89.224.254'),
(1579, 1, 1299765125, 'forum.php', 'update', '', '93.89.224.254'),
(1580, 1, 1299765126, 'forum.php', 'modify', 'forum id = 37', '93.89.224.254'),
(1581, 1, 1299765143, 'forum.php', 'add', '', '93.89.224.254'),
(1582, 1, 1299765147, 'forum.php', 'update', '', '93.89.224.254'),
(1583, 1, 1299765149, 'forum.php', 'modify', 'forum id = 38', '93.89.224.254'),
(1584, 1, 1299765169, 'forum.php', 'add', '', '93.89.224.254'),
(1585, 1, 1299765178, 'forum.php', 'update', '', '93.89.224.254'),
(1586, 1, 1299765179, 'forum.php', 'modify', 'forum id = 39', '93.89.224.254'),
(1587, 1, 1299765186, 'forum.php', 'edit', 'forum id = 39', '93.89.224.254'),
(1588, 1, 1299765188, 'forum.php', 'update', 'forum id = 39', '93.89.224.254'),
(1589, 1, 1299765190, 'forum.php', 'modify', 'forum id = 39', '93.89.224.254'),
(1590, 1, 1299765203, 'forum.php', 'add', '', '93.89.224.254'),
(1591, 1, 1299765220, 'forum.php', 'update', '', '93.89.224.254'),
(1592, 1, 1299765222, 'forum.php', 'modify', 'forum id = 40', '93.89.224.254'),
(1593, 1, 1299765230, 'forum.php', 'doorder', '', '93.89.224.254'),
(1594, 1, 1299765232, 'forum.php', 'modify', '', '93.89.224.254'),
(1595, 1, 1299765239, 'forum.php', 'add', '', '93.89.224.254'),
(1596, 1, 1299765242, 'forum.php', 'update', '', '93.89.224.254'),
(1597, 1, 1299765245, 'forum.php', 'modify', 'forum id = 41', '93.89.224.254'),
(1598, 1, 1299765249, 'forum.php', 'add', '', '93.89.224.254'),
(1599, 1, 1299765253, 'forum.php', 'update', '', '93.89.224.254'),
(1600, 1, 1299765255, 'forum.php', 'modify', 'forum id = 42', '93.89.224.254'),
(1601, 1, 1299765264, 'forum.php', 'add', '', '93.89.224.254'),
(1602, 1, 1299765274, 'forum.php', 'update', '', '93.89.224.254'),
(1603, 1, 1299765275, 'forum.php', 'modify', 'forum id = 43', '93.89.224.254'),
(1604, 1, 1299765282, 'forum.php', 'add', '', '93.89.224.254'),
(1605, 1, 1299765285, 'forum.php', 'update', '', '93.89.224.254'),
(1606, 1, 1299765286, 'forum.php', 'modify', 'forum id = 44', '93.89.224.254'),
(1607, 1, 1299765293, 'forum.php', 'add', '', '93.89.224.254'),
(1608, 1, 1299765298, 'forum.php', 'update', '', '93.89.224.254'),
(1609, 1, 1299765299, 'forum.php', 'modify', 'forum id = 45', '93.89.224.254'),
(1610, 1, 1299765305, 'forum.php', 'add', '', '93.89.224.254'),
(1611, 1, 1299765311, 'forum.php', 'update', '', '93.89.224.254'),
(1612, 1, 1299765312, 'forum.php', 'modify', 'forum id = 46', '93.89.224.254'),
(1613, 1, 1299765319, 'forum.php', 'add', '', '93.89.224.254'),
(1614, 1, 1299765325, 'forum.php', 'update', '', '93.89.224.254'),
(1615, 1, 1299765326, 'forum.php', 'modify', 'forum id = 47', '93.89.224.254'),
(1616, 1, 1299765337, 'forum.php', 'doorder', '', '93.89.224.254'),
(1617, 1, 1299765338, 'forum.php', 'modify', '', '93.89.224.254'),
(1618, 1, 1299765341, 'forum.php', 'add', '', '93.89.224.254'),
(1619, 1, 1299765348, 'forum.php', 'update', '', '93.89.224.254'),
(1620, 1, 1299765350, 'forum.php', 'modify', 'forum id = 48', '93.89.224.254'),
(1621, 1, 1299765356, 'forum.php', 'add', '', '93.89.224.254'),
(1622, 1, 1299765360, 'forum.php', 'update', '', '93.89.224.254'),
(1623, 1, 1299765362, 'forum.php', 'modify', 'forum id = 49', '93.89.224.254'),
(1624, 1, 1299765369, 'forum.php', 'add', '', '93.89.224.254'),
(1625, 1, 1299765373, 'forum.php', 'update', '', '93.89.224.254'),
(1626, 1, 1299765374, 'forum.php', 'modify', 'forum id = 50', '93.89.224.254'),
(1627, 1, 1299765399, 'forum.php', 'edit', 'forum id = 50', '93.89.224.254'),
(1628, 1, 1299765406, 'forum.php', 'update', 'forum id = 50', '93.89.224.254'),
(1629, 1, 1299765408, 'forum.php', 'modify', 'forum id = 50', '93.89.224.254'),
(1630, 1, 1299765414, 'forum.php', 'add', '', '93.89.224.254'),
(1631, 1, 1299765418, 'forum.php', 'update', '', '93.89.224.254'),
(1632, 1, 1299765419, 'forum.php', 'modify', 'forum id = 51', '93.89.224.254'),
(1633, 1, 1299765428, 'forum.php', 'add', '', '93.89.224.254'),
(1634, 1, 1299765432, 'forum.php', 'update', '', '93.89.224.254'),
(1635, 1, 1299765434, 'forum.php', 'modify', 'forum id = 52', '93.89.224.254'),
(1636, 1, 1299765444, 'forum.php', 'add', '', '93.89.224.254'),
(1637, 1, 1299765461, 'forum.php', 'update', '', '93.89.224.254'),
(1638, 1, 1299765462, 'forum.php', 'modify', 'forum id = 53', '93.89.224.254'),
(1639, 1, 1299765477, 'forum.php', 'add', '', '93.89.224.254'),
(1640, 1, 1299765487, 'forum.php', 'update', '', '93.89.224.254'),
(1641, 1, 1299765488, 'forum.php', 'modify', 'forum id = 54', '93.89.224.254'),
(1642, 1, 1299765518, 'forum.php', 'add', '', '93.89.224.254'),
(1643, 1, 1299765526, 'forum.php', 'update', '', '93.89.224.254'),
(1644, 1, 1299765528, 'forum.php', 'modify', 'forum id = 55', '93.89.224.254'),
(1645, 1, 1299765534, 'forum.php', 'edit', 'forum id = 55', '93.89.224.254'),
(1646, 1, 1299765542, 'forum.php', 'update', 'forum id = 55', '93.89.224.254'),
(1647, 1, 1299765547, 'forum.php', 'modify', 'forum id = 55', '93.89.224.254'),
(1648, 1, 1299765554, 'forum.php', 'add', '', '93.89.224.254'),
(1649, 1, 1299765567, 'forum.php', 'update', '', '93.89.224.254'),
(1650, 1, 1299765568, 'forum.php', 'modify', 'forum id = 56', '93.89.224.254'),
(1651, 1, 1299765579, 'forum.php', 'doorder', '', '93.89.224.254'),
(1652, 1, 1299765580, 'forum.php', 'modify', '', '93.89.224.254'),
(1653, 1, 1299765601, 'forum.php', 'add', '', '93.89.224.254'),
(1654, 1, 1299765618, 'forum.php', 'update', '', '93.89.224.254'),
(1655, 1, 1299765620, 'forum.php', 'modify', 'forum id = 57', '93.89.224.254'),
(1656, 1, 1299765638, 'forum.php', 'add', '', '93.89.224.254'),
(1657, 1, 1299765649, 'forum.php', 'update', '', '93.89.224.254'),
(1658, 1, 1299765651, 'forum.php', 'modify', 'forum id = 58', '93.89.224.254'),
(1659, 1, 1299765659, 'forum.php', 'add', '', '93.89.224.254'),
(1660, 1, 1299765662, 'forum.php', 'update', '', '93.89.224.254'),
(1661, 1, 1299765664, 'forum.php', 'modify', 'forum id = 59', '93.89.224.254'),
(1662, 1, 1299765677, 'forum.php', 'add', '', '93.89.224.254'),
(1663, 1, 1299765696, 'forum.php', 'update', '', '93.89.224.254'),
(1664, 1, 1299765698, 'forum.php', 'modify', 'forum id = 60', '93.89.224.254'),
(1665, 1, 1299765702, 'forum.php', 'doorder', '', '93.89.224.254'),
(1666, 1, 1299765704, 'forum.php', 'modify', '', '93.89.224.254'),
(1667, 1, 1299765710, 'forum.php', 'add', '', '93.89.224.254'),
(1668, 1, 1299765717, 'forum.php', 'update', '', '93.89.224.254'),
(1669, 1, 1299765719, 'forum.php', 'modify', 'forum id = 61', '93.89.224.254'),
(1670, 1, 1299765726, 'forum.php', 'add', '', '93.89.224.254'),
(1671, 1, 1299765733, 'forum.php', 'update', '', '93.89.224.254'),
(1672, 1, 1299765737, 'forum.php', 'modify', 'forum id = 62', '93.89.224.254'),
(1673, 1, 1299765741, 'forum.php', 'add', '', '93.89.224.254'),
(1674, 1, 1299765745, 'forum.php', 'update', '', '93.89.224.254'),
(1675, 1, 1299765746, 'forum.php', 'modify', 'forum id = 63', '93.89.224.254'),
(1676, 1, 1299765755, 'forum.php', 'add', '', '93.89.224.254'),
(1677, 1, 1299765761, 'forum.php', 'update', '', '93.89.224.254'),
(1678, 1, 1299765763, 'forum.php', 'modify', 'forum id = 64', '93.89.224.254'),
(1679, 1, 1299765768, 'forum.php', 'add', '', '93.89.224.254'),
(1680, 1, 1299765774, 'forum.php', 'update', '', '93.89.224.254'),
(1681, 1, 1299765775, 'forum.php', 'modify', 'forum id = 65', '93.89.224.254'),
(1682, 1, 1299765795, 'forum.php', 'add', '', '93.89.224.254'),
(1683, 1, 1299765811, 'forum.php', 'update', '', '93.89.224.254'),
(1684, 1, 1299765813, 'forum.php', 'modify', 'forum id = 66', '93.89.224.254'),
(1685, 1, 1299765822, 'forum.php', 'add', '', '93.89.224.254'),
(1686, 1, 1299765837, 'forum.php', 'update', '', '93.89.224.254'),
(1687, 1, 1299765838, 'forum.php', 'modify', 'forum id = 67', '93.89.224.254'),
(1688, 1, 1299765853, 'forum.php', 'add', '', '93.89.224.254'),
(1689, 1, 1299765856, 'forum.php', 'update', '', '93.89.224.254'),
(1690, 1, 1299765858, 'forum.php', 'modify', 'forum id = 68', '93.89.224.254'),
(1691, 1, 1299765865, 'forum.php', 'add', '', '93.89.224.254'),
(1692, 1, 1299765868, 'forum.php', 'update', '', '93.89.224.254'),
(1693, 1, 1299765869, 'forum.php', 'modify', 'forum id = 69', '93.89.224.254'),
(1694, 1, 1299765878, 'forum.php', 'add', '', '93.89.224.254'),
(1695, 1, 1299765883, 'forum.php', 'update', '', '93.89.224.254'),
(1696, 1, 1299765885, 'forum.php', 'modify', 'forum id = 70', '93.89.224.254'),
(1697, 1, 1299765904, 'forum.php', 'add', '', '93.89.224.254'),
(1698, 1, 1299765910, 'forum.php', 'update', '', '93.89.224.254'),
(1699, 1, 1299765912, 'forum.php', 'modify', 'forum id = 71', '93.89.224.254'),
(1700, 1, 1299765920, 'forum.php', 'add', '', '93.89.224.254'),
(1701, 1, 1299765924, 'forum.php', 'update', '', '93.89.224.254'),
(1702, 1, 1299765926, 'forum.php', 'modify', 'forum id = 72', '93.89.224.254'),
(1703, 1, 1299765935, 'forum.php', 'add', '', '93.89.224.254'),
(1704, 1, 1299765941, 'forum.php', 'update', '', '93.89.224.254'),
(1705, 1, 1299765942, 'forum.php', 'modify', 'forum id = 73', '93.89.224.254'),
(1706, 1, 1299765956, 'forum.php', 'add', '', '93.89.224.254'),
(1707, 1, 1299765960, 'forum.php', 'update', '', '93.89.224.254'),
(1708, 1, 1299765962, 'forum.php', 'modify', 'forum id = 74', '93.89.224.254'),
(1709, 1, 1299765973, 'forum.php', 'add', '', '93.89.224.254'),
(1710, 1, 1299765982, 'forum.php', 'update', '', '93.89.224.254'),
(1711, 1, 1299765983, 'forum.php', 'modify', 'forum id = 75', '93.89.224.254'),
(1712, 1, 1299765992, 'forum.php', 'add', '', '93.89.224.254'),
(1713, 1, 1299765999, 'forum.php', 'edit', 'forum id = 75', '93.89.224.254'),
(1714, 1, 1299766008, 'forum.php', 'update', 'forum id = 75', '93.89.224.254'),
(1715, 1, 1299766010, 'forum.php', 'modify', 'forum id = 75', '93.89.224.254'),
(1716, 1, 1299766016, 'forum.php', 'add', '', '93.89.224.254'),
(1717, 1, 1299766022, 'forum.php', 'update', '', '93.89.224.254'),
(1718, 1, 1299766023, 'forum.php', 'modify', 'forum id = 76', '93.89.224.254'),
(1719, 1, 1299766034, 'forum.php', 'add', '', '93.89.224.254'),
(1720, 1, 1299766038, 'forum.php', 'update', '', '93.89.224.254'),
(1721, 1, 1299766039, 'forum.php', 'modify', 'forum id = 77', '93.89.224.254'),
(1722, 1, 1299766047, 'forum.php', 'add', '', '93.89.224.254'),
(1723, 1, 1299766052, 'forum.php', 'update', '', '93.89.224.254'),
(1724, 1, 1299766054, 'forum.php', 'modify', 'forum id = 78', '93.89.224.254'),
(1725, 1, 1299766094, 'forum.php', 'doorder', '', '93.89.224.254'),
(1726, 1, 1299766095, 'forum.php', 'add', '', '93.89.224.254'),
(1727, 1, 1299766112, 'forum.php', 'update', '', '93.89.224.254'),
(1728, 1, 1299766113, 'forum.php', 'modify', 'forum id = 79', '93.89.224.254'),
(1729, 1, 1299766122, 'forum.php', 'edit', 'forum id = 79', '93.89.224.254'),
(1730, 1, 1299766126, 'forum.php', 'update', 'forum id = 79', '93.89.224.254'),
(1731, 1, 1299766127, 'forum.php', 'modify', 'forum id = 79', '93.89.224.254'),
(1732, 1, 1299766130, 'forum.php', 'edit', 'forum id = 79', '93.89.224.254'),
(1733, 1, 1299766134, 'forum.php', 'update', 'forum id = 79', '93.89.224.254'),
(1734, 1, 1299766136, 'forum.php', 'modify', 'forum id = 79', '93.89.224.254'),
(1735, 1, 1299766142, 'forum.php', 'add', '', '93.89.224.254'),
(1736, 1, 1299766146, 'forum.php', 'update', '', '93.89.224.254'),
(1737, 1, 1299766147, 'forum.php', 'modify', 'forum id = 80', '93.89.224.254'),
(1738, 1, 1299766154, 'forum.php', 'edit', 'forum id = 80', '93.89.224.254'),
(1739, 1, 1299766157, 'forum.php', 'update', 'forum id = 80', '93.89.224.254'),
(1740, 1, 1299766158, 'forum.php', 'modify', 'forum id = 80', '93.89.224.254'),
(1741, 1, 1299766163, 'forum.php', 'add', '', '93.89.224.254'),
(1742, 1, 1299766172, 'forum.php', 'update', '', '93.89.224.254'),
(1743, 1, 1299766174, 'forum.php', 'modify', 'forum id = 81', '93.89.224.254'),
(1744, 1, 1299766192, 'forum.php', 'add', '', '93.89.224.254'),
(1745, 1, 1299766204, 'forum.php', 'update', '', '93.89.224.254'),
(1746, 1, 1299766209, 'forum.php', 'modify', 'forum id = 82', '93.89.224.254'),
(1747, 1, 1299766219, 'forum.php', 'add', '', '93.89.224.254'),
(1748, 1, 1299766232, 'forum.php', 'update', '', '93.89.224.254'),
(1749, 1, 1299766236, 'forum.php', 'modify', 'forum id = 83', '93.89.224.254'),
(1750, 1, 1299766244, 'forum.php', 'add', '', '93.89.224.254'),
(1751, 1, 1299766250, 'forum.php', 'update', '', '93.89.224.254'),
(1752, 1, 1299766252, 'forum.php', 'modify', 'forum id = 84', '93.89.224.254'),
(1753, 1, 1299766271, 'forum.php', 'add', '', '93.89.224.254'),
(1754, 1, 1299766282, 'forum.php', 'update', '', '93.89.224.254'),
(1755, 1, 1299766284, 'forum.php', 'modify', 'forum id = 85', '93.89.224.254'),
(1756, 1, 1299766293, 'forum.php', 'add', '', '93.89.224.254'),
(1757, 1, 1299766302, 'forum.php', 'update', '', '93.89.224.254'),
(1758, 1, 1299766304, 'forum.php', 'modify', 'forum id = 86', '93.89.224.254'),
(1759, 1, 1299766309, 'forum.php', 'add', '', '93.89.224.254'),
(1760, 1, 1299766317, 'forum.php', 'update', '', '93.89.224.254'),
(1761, 1, 1299766318, 'forum.php', 'modify', 'forum id = 87', '93.89.224.254'),
(1762, 1, 1299766327, 'forum.php', 'add', '', '93.89.224.254'),
(1763, 1, 1299766331, 'forum.php', 'update', '', '93.89.224.254'),
(1764, 1, 1299766333, 'forum.php', 'modify', 'forum id = 88', '93.89.224.254'),
(1765, 1, 1299766346, 'forum.php', 'add', '', '93.89.224.254'),
(1766, 1, 1299766356, 'forum.php', 'update', '', '93.89.224.254'),
(1767, 1, 1299766357, 'forum.php', 'modify', 'forum id = 89', '93.89.224.254'),
(1768, 1, 1299766367, 'forum.php', 'add', '', '93.89.224.254'),
(1769, 1, 1299766375, 'forum.php', 'update', '', '93.89.224.254'),
(1770, 1, 1299766376, 'forum.php', 'modify', 'forum id = 90', '93.89.224.254'),
(1771, 1, 1299766394, 'forum.php', 'add', '', '93.89.224.254'),
(1772, 1, 1299766398, 'forum.php', 'update', '', '93.89.224.254'),
(1773, 1, 1299766399, 'forum.php', 'modify', 'forum id = 91', '93.89.224.254'),
(1774, 1, 1299766407, 'forum.php', 'add', '', '93.89.224.254'),
(1775, 1, 1299766412, 'forum.php', 'update', '', '93.89.224.254'),
(1776, 1, 1299766414, 'forum.php', 'modify', 'forum id = 92', '93.89.224.254'),
(1777, 1, 1299766422, 'forum.php', 'add', '', '93.89.224.254'),
(1778, 1, 1299766426, 'forum.php', 'update', '', '93.89.224.254'),
(1779, 1, 1299766427, 'forum.php', 'modify', 'forum id = 93', '93.89.224.254'),
(1780, 1, 1299766434, 'forum.php', 'add', '', '93.89.224.254'),
(1781, 1, 1299766439, 'forum.php', 'update', '', '93.89.224.254'),
(1782, 1, 1299766441, 'forum.php', 'modify', 'forum id = 94', '93.89.224.254'),
(1783, 1, 1299766447, 'forum.php', 'add', '', '93.89.224.254'),
(1784, 1, 1299766450, 'forum.php', 'update', '', '93.89.224.254'),
(1785, 1, 1299766452, 'forum.php', 'modify', 'forum id = 95', '93.89.224.254'),
(1786, 1, 1299766455, 'forum.php', 'add', '', '93.89.224.254'),
(1787, 1, 1299766465, 'forum.php', 'update', '', '93.89.224.254'),
(1788, 1, 1299766466, 'forum.php', 'modify', 'forum id = 96', '93.89.224.254'),
(1789, 1, 1299766470, 'forum.php', 'edit', 'forum id = 96', '93.89.224.254'),
(1790, 1, 1299766474, 'forum.php', 'update', 'forum id = 96', '93.89.224.254'),
(1791, 1, 1299766476, 'forum.php', 'modify', 'forum id = 96', '93.89.224.254'),
(1792, 1, 1299766481, 'forum.php', 'add', '', '93.89.224.254'),
(1793, 1, 1299766488, 'forum.php', 'update', '', '93.89.224.254'),
(1794, 1, 1299766490, 'forum.php', 'modify', 'forum id = 97', '93.89.224.254'),
(1795, 1, 1299766493, 'forum.php', 'edit', 'forum id = 97', '93.89.224.254'),
(1796, 1, 1299766496, 'forum.php', 'update', 'forum id = 97', '93.89.224.254'),
(1797, 1, 1299766498, 'forum.php', 'modify', 'forum id = 97', '93.89.224.254'),
(1798, 1, 1299766503, 'moderator.php', 'add', 'forum id = 96', '93.89.224.254'),
(1799, 1, 1299766508, 'forum.php', 'add', '', '93.89.224.254'),
(1800, 1, 1299766513, 'forum.php', 'add', '', '93.89.224.254'),
(1801, 1, 1299766524, 'forum.php', 'update', '', '93.89.224.254'),
(1802, 1, 1299766525, 'forum.php', 'modify', 'forum id = 98', '93.89.224.254'),
(1803, 1, 1299766529, 'forum.php', 'add', '', '93.89.224.254'),
(1804, 1, 1299766550, 'forum.php', 'update', '', '93.89.224.254'),
(1805, 1, 1299766551, 'forum.php', 'modify', 'forum id = 99', '93.89.224.254'),
(1806, 1, 1299766904, 'forum.php', 'add', '', '93.89.224.254'),
(1807, 1, 1299766929, 'forum.php', 'update', '', '93.89.224.254'),
(1808, 1, 1299766931, 'forum.php', 'modify', 'forum id = 100', '93.89.224.254'),
(1809, 1, 1299766938, 'forum.php', 'add', '', '93.89.224.254'),
(1810, 1, 1299766948, 'forum.php', 'update', '', '93.89.224.254'),
(1811, 1, 1299766950, 'forum.php', 'modify', 'forum id = 101', '93.89.224.254'),
(1812, 1, 1299766980, 'forum.php', 'add', '', '93.89.224.254'),
(1813, 1, 1299766993, 'forum.php', 'update', '', '93.89.224.254'),
(1814, 1, 1299766994, 'forum.php', 'modify', 'forum id = 102', '93.89.224.254'),
(1815, 1, 1299767001, 'forum.php', 'add', '', '93.89.224.254'),
(1816, 1, 1299767006, 'forum.php', 'update', '', '93.89.224.254'),
(1817, 1, 1299767008, 'forum.php', 'modify', 'forum id = 103', '93.89.224.254'),
(1818, 1, 1299767015, 'forum.php', 'add', '', '93.89.224.254'),
(1819, 1, 1299767019, 'forum.php', 'update', '', '93.89.224.254'),
(1820, 1, 1299767020, 'forum.php', 'modify', 'forum id = 104', '93.89.224.254'),
(1821, 1, 1299767030, 'forum.php', 'add', '', '93.89.224.254'),
(1822, 1, 1299767034, 'forum.php', 'update', '', '93.89.224.254'),
(1823, 1, 1299767036, 'forum.php', 'modify', 'forum id = 105', '93.89.224.254'),
(1824, 1, 1299767041, 'forum.php', 'add', '', '93.89.224.254'),
(1825, 1, 1299767049, 'forum.php', 'update', '', '93.89.224.254'),
(1826, 1, 1299767051, 'forum.php', 'modify', 'forum id = 106', '93.89.224.254'),
(1827, 1, 1299767098, 'forum.php', 'add', '', '93.89.224.254'),
(1828, 1, 1299767112, 'forum.php', 'update', '', '93.89.224.254'),
(1829, 1, 1299767114, 'forum.php', 'modify', 'forum id = 107', '93.89.224.254'),
(1830, 1, 1299767120, 'forum.php', 'add', '', '93.89.224.254'),
(1831, 1, 1299767125, 'forum.php', 'update', '', '93.89.224.254'),
(1832, 1, 1299767126, 'forum.php', 'modify', 'forum id = 108', '93.89.224.254'),
(1833, 1, 1299767133, 'forum.php', 'add', '', '93.89.224.254'),
(1834, 1, 1299767136, 'forum.php', 'update', '', '93.89.224.254'),
(1835, 1, 1299767137, 'forum.php', 'modify', 'forum id = 109', '93.89.224.254'),
(1836, 1, 1299767143, 'forum.php', 'edit', 'forum id = 109', '93.89.224.254'),
(1837, 1, 1299767146, 'forum.php', 'update', 'forum id = 109', '93.89.224.254'),
(1838, 1, 1299767148, 'forum.php', 'modify', 'forum id = 109', '93.89.224.254'),
(1839, 1, 1299767153, 'forum.php', 'add', '', '93.89.224.254'),
(1840, 1, 1299767157, 'forum.php', 'update', '', '93.89.224.254'),
(1841, 1, 1299767158, 'forum.php', 'modify', 'forum id = 110', '93.89.224.254'),
(1842, 1, 1299767170, 'forum.php', 'add', '', '93.89.224.254'),
(1843, 1, 1299767175, 'forum.php', 'update', '', '93.89.224.254'),
(1844, 1, 1299767177, 'forum.php', 'modify', 'forum id = 111', '93.89.224.254'),
(1845, 1, 1299767183, 'forum.php', 'add', '', '93.89.224.254'),
(1846, 1, 1299767191, 'forum.php', 'update', '', '93.89.224.254'),
(1847, 1, 1299767193, 'forum.php', 'modify', 'forum id = 112', '93.89.224.254'),
(1848, 1, 1299767199, 'forum.php', 'add', '', '93.89.224.254'),
(1849, 1, 1299767209, 'forum.php', 'update', '', '93.89.224.254'),
(1850, 1, 1299767210, 'forum.php', 'modify', 'forum id = 113', '93.89.224.254'),
(1851, 1, 1299767290, 'forum.php', 'add', '', '93.89.224.254'),
(1852, 1, 1299767299, 'forum.php', 'update', '', '93.89.224.254'),
(1853, 1, 1299767301, 'forum.php', 'modify', 'forum id = 114', '93.89.224.254'),
(1854, 1, 1299767308, 'forum.php', 'add', '', '93.89.224.254'),
(1855, 1, 1299767316, 'forum.php', 'update', '', '93.89.224.254'),
(1856, 1, 1299767318, 'forum.php', 'modify', 'forum id = 115', '93.89.224.254'),
(1857, 1, 1299767324, 'forum.php', 'add', '', '93.89.224.254'),
(1858, 1, 1299767333, 'forum.php', 'update', '', '93.89.224.254'),
(1859, 1, 1299767335, 'forum.php', 'modify', 'forum id = 116', '93.89.224.254'),
(1860, 1, 1299767343, 'forum.php', 'add', '', '93.89.224.254'),
(1861, 1, 1299767346, 'forum.php', 'update', '', '93.89.224.254'),
(1862, 1, 1299767348, 'forum.php', 'modify', 'forum id = 117', '93.89.224.254'),
(1863, 1, 1299767482, 'forum.php', 'add', '', '93.89.224.254'),
(1864, 1, 1299767488, 'forum.php', 'update', '', '93.89.224.254'),
(1865, 1, 1299767491, 'forum.php', 'modify', 'forum id = 118', '93.89.224.254'),
(1866, 1, 1299767534, 'forum.php', 'add', '', '93.89.224.254'),
(1867, 1, 1299767571, 'forum.php', 'update', '', '93.89.224.254'),
(1868, 1, 1299767573, 'forum.php', 'modify', 'forum id = 119', '93.89.224.254'),
(1869, 1, 1299767585, 'forum.php', 'add', '', '93.89.224.254'),
(1870, 1, 1299767592, 'forum.php', 'update', '', '93.89.224.254'),
(1871, 1, 1299767596, 'forum.php', 'modify', 'forum id = 120', '93.89.224.254'),
(1872, 1, 1299767601, 'forum.php', 'add', '', '93.89.224.254'),
(1873, 1, 1299767605, 'forum.php', 'update', '', '93.89.224.254'),
(1874, 1, 1299767607, 'forum.php', 'modify', 'forum id = 121', '93.89.224.254'),
(1875, 1, 1299767613, 'forum.php', 'add', '', '93.89.224.254'),
(1876, 1, 1299767620, 'forum.php', 'update', '', '93.89.224.254'),
(1877, 1, 1299767624, 'forum.php', 'modify', 'forum id = 122', '93.89.224.254'),
(1878, 1, 1299767630, 'forum.php', 'add', '', '93.89.224.254'),
(1879, 1, 1299767637, 'forum.php', 'update', '', '93.89.224.254'),
(1880, 1, 1299767640, 'forum.php', 'modify', 'forum id = 123', '93.89.224.254'),
(1881, 1, 1299767645, 'forum.php', 'add', '', '93.89.224.254'),
(1882, 1, 1299767650, 'forum.php', 'update', '', '93.89.224.254'),
(1883, 1, 1299767654, 'forum.php', 'modify', 'forum id = 124', '93.89.224.254'),
(1884, 1, 1299767659, 'forum.php', 'add', '', '93.89.224.254'),
(1885, 1, 1299767700, 'forum.php', 'edit', 'forum id = 118', '93.89.224.254'),
(1886, 1, 1299767709, 'forum.php', 'update', 'forum id = 118', '93.89.224.254'),
(1887, 1, 1299767712, 'forum.php', 'modify', 'forum id = 118', '93.89.224.254'),
(1888, 1, 1299767775, 'forum.php', 'edit', 'forum id = 124', '93.89.224.254'),
(1889, 1, 1299767783, 'forum.php', 'update', 'forum id = 124', '93.89.224.254'),
(1890, 1, 1299767788, 'forum.php', 'modify', 'forum id = 124', '93.89.224.254'),
(1891, 1, 1299767797, 'forum.php', 'add', '', '93.89.224.254'),
(1892, 1, 1299767804, 'forum.php', 'add', '', '93.89.224.254'),
(1893, 1, 1299767810, 'forum.php', 'add', '', '93.89.224.254'),
(1894, 1, 1299767821, 'forum.php', 'update', '', '93.89.224.254'),
(1895, 1, 1299767825, 'forum.php', 'modify', 'forum id = 125', '93.89.224.254'),
(1896, 1, 1299767834, 'forum.php', 'add', '', '93.89.224.254'),
(1897, 1, 1299767854, 'forum.php', 'update', '', '93.89.224.254'),
(1898, 1, 1299767856, 'forum.php', 'modify', 'forum id = 126', '93.89.224.254'),
(1899, 1, 1299767865, 'forum.php', 'add', '', '93.89.224.254'),
(1900, 1, 1299767878, 'forum.php', 'update', '', '93.89.224.254'),
(1901, 1, 1299767882, 'forum.php', 'modify', 'forum id = 127', '93.89.224.254'),
(1902, 1, 1299767906, 'forum.php', 'add', '', '93.89.224.254'),
(1903, 1, 1299767916, 'forum.php', 'update', '', '93.89.224.254'),
(1904, 1, 1299767919, 'forum.php', 'modify', 'forum id = 128', '93.89.224.254'),
(1905, 1, 1299767925, 'forum.php', 'add', '', '93.89.224.254'),
(1906, 1, 1299767935, 'forum.php', 'update', '', '93.89.224.254'),
(1907, 1, 1299767937, 'forum.php', 'modify', 'forum id = 129', '93.89.224.254'),
(1908, 1, 1299767952, 'forum.php', 'add', '', '93.89.224.254'),
(1909, 1, 1299767968, 'forum.php', 'update', '', '93.89.224.254'),
(1910, 1, 1299767971, 'forum.php', 'modify', 'forum id = 130', '93.89.224.254'),
(1911, 1, 1299767975, 'forum.php', 'edit', 'forum id = 130', '93.89.224.254'),
(1912, 1, 1299767975, 'forum.php', 'edit', 'forum id = 130', '93.89.224.254'),
(1913, 1, 1299767977, 'forum.php', 'update', 'forum id = 130', '93.89.224.254'),
(1914, 1, 1299767979, 'forum.php', 'modify', 'forum id = 130', '93.89.224.254'),
(1915, 1, 1299767983, 'forum.php', 'add', '', '93.89.224.254'),
(1916, 1, 1299768002, 'forum.php', 'update', '', '93.89.224.254'),
(1917, 1, 1299768005, 'forum.php', 'modify', 'forum id = 131', '93.89.224.254'),
(1918, 1, 1299768023, 'forum.php', 'doorder', '', '93.89.224.254'),
(1919, 1, 1299768028, 'forum.php', 'modify', '', '93.89.224.254'),
(1920, 1, 1299768035, 'forum.php', 'add', '', '93.89.224.254'),
(1921, 1, 1299768041, 'forum.php', 'update', '', '93.89.224.254'),
(1922, 1, 1299768043, 'forum.php', 'modify', 'forum id = 132', '93.89.224.254'),
(1923, 1, 1299768052, 'forum.php', 'add', '', '93.89.224.254'),
(1924, 1, 1299768058, 'forum.php', 'update', '', '93.89.224.254'),
(1925, 1, 1299768059, 'forum.php', 'modify', 'forum id = 133', '93.89.224.254'),
(1926, 1, 1299768068, 'forum.php', 'add', '', '93.89.224.254'),
(1927, 1, 1299768075, 'forum.php', 'update', '', '93.89.224.254'),
(1928, 1, 1299768077, 'forum.php', 'modify', 'forum id = 134', '93.89.224.254'),
(1929, 1, 1299768083, 'forum.php', 'add', '', '93.89.224.254'),
(1930, 1, 1299768087, 'forum.php', 'update', '', '93.89.224.254'),
(1931, 1, 1299768089, 'forum.php', 'modify', 'forum id = 135', '93.89.224.254'),
(1932, 1, 1299768098, 'forum.php', 'add', '', '93.89.224.254'),
(1933, 1, 1299768102, 'forum.php', 'update', '', '93.89.224.254'),
(1934, 1, 1299768104, 'forum.php', 'modify', 'forum id = 136', '93.89.224.254'),
(1935, 1, 1299768112, 'forum.php', 'add', '', '93.89.224.254'),
(1936, 1, 1299768116, 'forum.php', 'update', '', '93.89.224.254'),
(1937, 1, 1299768117, 'forum.php', 'modify', 'forum id = 137', '93.89.224.254'),
(1938, 1, 1299768123, 'forum.php', 'add', '', '93.89.224.254'),
(1939, 1, 1299768130, 'forum.php', 'update', '', '93.89.224.254'),
(1940, 1, 1299768132, 'forum.php', 'modify', 'forum id = 138', '93.89.224.254'),
(1941, 1, 1299768138, 'forum.php', 'add', '', '93.89.224.254'),
(1942, 1, 1299768144, 'forum.php', 'add', '', '93.89.224.254'),
(1943, 1, 1299768148, 'forum.php', 'update', '', '93.89.224.254'),
(1944, 1, 1299768150, 'forum.php', 'modify', 'forum id = 139', '93.89.224.254'),
(1945, 1, 1299768158, 'forum.php', 'add', '', '93.89.224.254'),
(1946, 1, 1299768168, 'forum.php', 'update', '', '93.89.224.254'),
(1947, 1, 1299768170, 'forum.php', 'modify', 'forum id = 140', '93.89.224.254'),
(1948, 1, 1299768175, 'forum.php', 'add', '', '93.89.224.254'),
(1949, 1, 1299768197, 'forum.php', 'update', '', '93.89.224.254'),
(1950, 1, 1299768198, 'forum.php', 'modify', 'forum id = 141', '93.89.224.254'),
(1951, 1, 1299768204, 'forum.php', 'add', '', '93.89.224.254'),
(1952, 1, 1299768209, 'forum.php', 'update', '', '93.89.224.254'),
(1953, 1, 1299768210, 'forum.php', 'modify', 'forum id = 142', '93.89.224.254'),
(1954, 1, 1299768222, 'forum.php', 'edit', 'forum id = 142', '93.89.224.254'),
(1955, 1, 1299768225, 'forum.php', 'update', 'forum id = 142', '93.89.224.254'),
(1956, 1, 1299768227, 'forum.php', 'modify', 'forum id = 142', '93.89.224.254'),
(1957, 1, 1299768231, 'forum.php', 'add', '', '93.89.224.254'),
(1958, 1, 1299768238, 'forum.php', 'update', '', '93.89.224.254'),
(1959, 1, 1299768239, 'forum.php', 'modify', 'forum id = 143', '93.89.224.254'),
(1960, 1, 1299768251, 'forum.php', 'add', '', '93.89.224.254'),
(1961, 1, 1299768261, 'forum.php', 'update', '', '93.89.224.254'),
(1962, 1, 1299768264, 'forum.php', 'modify', 'forum id = 144', '93.89.224.254'),
(1963, 1, 1299768270, 'forum.php', 'add', '', '93.89.224.254'),
(1964, 1, 1299768277, 'forum.php', 'update', '', '93.89.224.254'),
(1965, 1, 1299768279, 'forum.php', 'modify', 'forum id = 145', '93.89.224.254'),
(1966, 1, 1299768283, 'forum.php', 'add', '', '93.89.224.254'),
(1967, 1, 1299768287, 'forum.php', 'update', '', '93.89.224.254'),
(1968, 1, 1299768289, 'forum.php', 'modify', 'forum id = 146', '93.89.224.254'),
(1969, 1, 1299768296, 'forum.php', 'doorder', '', '93.89.224.254'),
(1970, 1, 1299768297, 'forum.php', 'modify', '', '93.89.224.254'),
(1971, 1, 1299768309, 'forum.php', 'add', '', '93.89.224.254'),
(1972, 1, 1299768318, 'forum.php', 'update', '', '93.89.224.254'),
(1973, 1, 1299768319, 'forum.php', 'modify', 'forum id = 147', '93.89.224.254'),
(1974, 1, 1299768329, 'forum.php', 'add', '', '93.89.224.254'),
(1975, 1, 1299768340, 'forum.php', 'add', '', '93.89.224.254'),
(1976, 1, 1299768355, 'forum.php', 'update', '', '93.89.224.254'),
(1977, 1, 1299768357, 'forum.php', 'modify', 'forum id = 148', '93.89.224.254'),
(1978, 1, 1299768363, 'forum.php', 'add', '', '93.89.224.254'),
(1979, 1, 1299768391, 'forum.php', 'update', '', '93.89.224.254'),
(1980, 1, 1299768393, 'forum.php', 'modify', 'forum id = 149', '93.89.224.254'),
(1981, 1, 1299768422, 'usergroup.php', 'modify', '', '93.89.224.254'),
(1982, 1, 1299768429, 'usergroup.php', 'edit', 'usergroup id = 5', '93.89.224.254'),
(1983, 1, 1299768447, 'usergroup.php', 'update', 'usergroup id = 5', '93.89.224.254'),
(1984, 1, 1299768449, 'usergroup.php', 'modify', '', '93.89.224.254'),
(1985, 1, 1299768473, 'user.php', 'edit', 'user id = 5', '93.89.224.254'),
(1986, 1, 1299768477, 'user.php', 'update', 'user id = 5', '93.89.224.254'),
(1987, 1, 1299768478, 'user.php', 'modify', 'user id = 5', '93.89.224.254'),
(1988, 1, 1299768481, 'user.php', 'edit', 'user id = 5', '93.89.224.254'),
(1989, 1, 1299768514, 'usergroup.php', 'modify', '', '93.89.224.254'),
(1990, 1, 1299768537, 'usergroup.php', 'edit', 'usergroup id = 7', '93.89.224.254'),
(1991, 1, 1299768562, 'user.php', 'edit', 'user id = 1', '93.89.224.254'),
(1992, 1, 1299768595, 'usergroup.php', 'edit', 'usergroup id = 6', '93.89.224.254'),
(1993, 1, 1299768602, 'options.php', '', '', '93.89.224.254'),
(1994, 1, 1299768607, 'options.php', 'options', '', '93.89.224.254'),
(1995, 1, 1299768612, 'options.php', 'dooptions', '', '93.89.224.254'),
(1996, 1, 1299768614, 'options.php', 'options', '', '93.89.224.254'),
(1997, 1, 1299879575, 'forum.php', 'modify', '', '93.89.224.254'),
(1998, 1, 1299880088, 'user.php', 'edit', 'user id = 1', '93.89.224.254'),
(1999, 1, 1299880112, 'user.php', 'update', 'user id = 1', '93.89.224.254'),
(2000, 1, 1299880156, 'user.php', 'update', 'user id = 1', '93.89.224.254'),
(2001, 1, 1299880157, 'user.php', 'modify', 'user id = 1', '93.89.224.254'),
(2002, 1, 1299880164, 'forum.php', 'modify', '', '93.89.224.254'),
(2003, 1, 1299880391, 'forum.php', 'edit', 'forum id = 142', '93.89.224.254'),
(2004, 1, 1299880407, 'forum.php', 'update', 'forum id = 142', '93.89.224.254'),
(2005, 1, 1299880408, 'forum.php', 'modify', 'forum id = 142', '93.89.224.254'),
(2006, 1, 1299880439, 'forum.php', 'add', '', '93.89.224.254'),
(2007, 1, 1299880458, 'forum.php', 'update', '', '93.89.224.254'),
(2008, 1, 1299880460, 'forum.php', 'modify', 'forum id = 150', '93.89.224.254'),
(2009, 1, 1299880504, 'forum.php', 'remove', 'forum id = 149', '93.89.224.254'),
(2010, 1, 1299880506, 'forum.php', 'kill', 'forum id = 149', '93.89.224.254'),
(2011, 1, 1299880508, 'forum.php', '', '', '93.89.224.254'),
(2012, 1, 1299880524, 'forum.php', 'remove', 'forum id = 148', '93.89.224.254'),
(2013, 1, 1299880525, 'forum.php', 'kill', 'forum id = 148', '93.89.224.254'),
(2014, 1, 1299880527, 'forum.php', '', '', '93.89.224.254'),
(2015, 1, 1299880534, 'forum.php', 'remove', 'forum id = 147', '93.89.224.254'),
(2016, 1, 1299880536, 'forum.php', 'kill', 'forum id = 147', '93.89.224.254'),
(2017, 1, 1299880538, 'forum.php', '', '', '93.89.224.254'),
(2018, 1, 1299880554, 'forum.php', 'doorder', '', '93.89.224.254'),
(2019, 1, 1299880555, 'forum.php', 'modify', '', '93.89.224.254'),
(2020, 1, 1299880587, 'forum.php', 'remove', 'forum id = 150', '93.89.224.254'),
(2021, 1, 1299880589, 'forum.php', 'kill', 'forum id = 150', '93.89.224.254'),
(2022, 1, 1299880590, 'forum.php', '', '', '93.89.224.254'),
(2023, 1, 1299880597, 'forum.php', 'add', '', '93.89.224.254'),
(2024, 1, 1299880625, 'forum.php', 'update', '', '93.89.224.254'),
(2025, 1, 1299880626, 'forum.php', 'modify', 'forum id = 151', '93.89.224.254'),
(2026, 1, 1299880654, 'forum.php', 'add', '', '93.89.224.254'),
(2027, 1, 1299880691, 'forum.php', 'update', '', '93.89.224.254'),
(2028, 1, 1299880693, 'forum.php', 'modify', 'forum id = 152', '93.89.224.254'),
(2029, 1, 1299880725, 'forum.php', 'doorder', '', '93.89.224.254'),
(2030, 1, 1299880726, 'forum.php', 'modify', '', '93.89.224.254'),
(2031, 1, 1299880738, 'forum.php', 'doorder', '', '93.89.224.254'),
(2032, 1, 1299880740, 'forum.php', 'modify', '', '93.89.224.254'),
(2033, 1, 1299880778, 'forum.php', 'add', '', '93.89.224.254'),
(2034, 1, 1299880789, 'forum.php', 'update', '', '93.89.224.254'),
(2035, 1, 1299880790, 'forum.php', 'modify', 'forum id = 153', '93.89.224.254'),
(2036, 1, 1299880796, 'forum.php', 'add', '', '93.89.224.254'),
(2037, 1, 1299880829, 'forum.php', 'update', '', '93.89.224.254'),
(2038, 1, 1299880831, 'forum.php', 'modify', 'forum id = 154', '93.89.224.254'),
(2039, 1, 1299880839, 'forum.php', 'add', '', '93.89.224.254'),
(2040, 1, 1299880862, 'forum.php', 'update', '', '93.89.224.254'),
(2041, 1, 1299880864, 'forum.php', 'modify', 'forum id = 155', '93.89.224.254'),
(2042, 1, 1299880872, 'forum.php', 'edit', 'forum id = 155', '93.89.224.254'),
(2043, 1, 1299880879, 'forum.php', 'update', 'forum id = 155', '93.89.224.254'),
(2044, 1, 1299880880, 'forum.php', 'modify', 'forum id = 155', '93.89.224.254'),
(2045, 1, 1299880887, 'forum.php', 'add', '', '93.89.224.254'),
(2046, 1, 1299880911, 'forum.php', 'update', '', '93.89.224.254'),
(2047, 1, 1299880913, 'forum.php', 'modify', 'forum id = 156', '93.89.224.254'),
(2048, 1, 1299881046, 'forum.php', 'edit', 'forum id = 27', '93.89.224.254'),
(2049, 1, 1299881061, 'forum.php', 'update', 'forum id = 27', '93.89.224.254'),
(2050, 1, 1299881063, 'forum.php', 'modify', 'forum id = 27', '93.89.224.254'),
(2051, 1, 1299881503, 'forum.php', 'remove', 'forum id = 151', '93.89.224.254'),
(2052, 1, 1299881505, 'forum.php', 'kill', 'forum id = 151', '93.89.224.254'),
(2053, 1, 1299881507, 'forum.php', '', '', '93.89.224.254'),
(2054, 1, 1299881514, 'forum.php', 'remove', 'forum id = 27', '93.89.224.254'),
(2055, 1, 1299881515, 'forum.php', 'kill', 'forum id = 27', '93.89.224.254'),
(2056, 1, 1299881517, 'forum.php', '', '', '93.89.224.254'),
(2057, 1, 1299881525, 'forum.php', 'remove', 'forum id = 54', '93.89.224.254'),
(2058, 1, 1299881526, 'forum.php', 'kill', 'forum id = 54', '93.89.224.254'),
(2059, 1, 1299881528, 'forum.php', '', '', '93.89.224.254'),
(2060, 1, 1299881532, 'forum.php', 'remove', 'forum id = 66', '93.89.224.254'),
(2061, 1, 1299881533, 'forum.php', 'kill', 'forum id = 66', '93.89.224.254'),
(2062, 1, 1299881535, 'forum.php', '', '', '93.89.224.254'),
(2063, 1, 1299881543, 'forum.php', 'remove', 'forum id = 26', '93.89.224.254'),
(2064, 1, 1299881544, 'forum.php', 'kill', 'forum id = 26', '93.89.224.254'),
(2065, 1, 1299881545, 'forum.php', '', '', '93.89.224.254'),
(2066, 1, 1299881557, 'forum.php', 'remove', 'forum id = 79', '93.89.224.254'),
(2067, 1, 1299881560, 'forum.php', 'kill', 'forum id = 79', '93.89.224.254'),
(2068, 1, 1299881561, 'forum.php', '', '', '93.89.224.254'),
(2069, 1, 1299881565, 'forum.php', 'remove', 'forum id = 85', '93.89.224.254'),
(2070, 1, 1299881566, 'forum.php', 'kill', 'forum id = 85', '93.89.224.254'),
(2071, 1, 1299881567, 'forum.php', '', '', '93.89.224.254'),
(2072, 1, 1299881571, 'forum.php', 'remove', 'forum id = 90', '93.89.224.254'),
(2073, 1, 1299881572, 'forum.php', 'kill', 'forum id = 90', '93.89.224.254'),
(2074, 1, 1299881574, 'forum.php', '', '', '93.89.224.254'),
(2075, 1, 1299881577, 'forum.php', 'remove', 'forum id = 96', '93.89.224.254'),
(2076, 1, 1299881578, 'forum.php', 'kill', 'forum id = 96', '93.89.224.254'),
(2077, 1, 1299881579, 'forum.php', '', '', '93.89.224.254'),
(2078, 1, 1299881589, 'forum.php', 'remove', 'forum id = 100', '93.89.224.254'),
(2079, 1, 1299881590, 'forum.php', 'kill', 'forum id = 100', '93.89.224.254'),
(2080, 1, 1299881591, 'forum.php', '', '', '93.89.224.254'),
(2081, 1, 1299881598, 'forum.php', 'remove', 'forum id = 106', '93.89.224.254'),
(2082, 1, 1299881599, 'forum.php', 'kill', 'forum id = 106', '93.89.224.254'),
(2083, 1, 1299881600, 'forum.php', '', '', '93.89.224.254'),
(2084, 1, 1299881603, 'forum.php', 'add', '', '93.89.224.254'),
(2085, 1, 1299881608, 'forum.php', 'remove', 'forum id = 118', '93.89.224.254'),
(2086, 1, 1299881610, 'forum.php', 'kill', 'forum id = 118', '93.89.224.254'),
(2087, 1, 1299881611, 'forum.php', '', '', '93.89.224.254'),
(2088, 1, 1299881614, 'forum.php', 'remove', 'forum id = 128', '93.89.224.254'),
(2089, 1, 1299881615, 'forum.php', 'kill', 'forum id = 128', '93.89.224.254'),
(2090, 1, 1299881616, 'forum.php', '', '', '93.89.224.254'),
(2091, 1, 1299881619, 'forum.php', 'remove', 'forum id = 140', '93.89.224.254'),
(2092, 1, 1299881620, 'forum.php', 'kill', 'forum id = 140', '93.89.224.254'),
(2093, 1, 1299881622, 'forum.php', '', '', '93.89.224.254'),
(2094, 1, 1299881679, 'forum.php', 'add', '', '93.89.224.254'),
(2095, 1, 1299881730, 'forum.php', 'add', '', '93.89.224.254'),
(2096, 1, 1299881744, 'forum.php', 'update', '', '93.89.224.254'),
(2097, 1, 1299881746, 'forum.php', 'modify', 'forum id = 157', '93.89.224.254'),
(2098, 1, 1299881788, 'forum.php', 'doorder', '', '93.89.224.254'),
(2099, 1, 1299881790, 'forum.php', 'modify', '', '93.89.224.254'),
(2100, 1, 1299881814, 'forum.php', 'add', '', '93.89.224.254'),
(2101, 1, 1299881818, 'forum.php', 'remove', 'forum id = 156', '93.89.224.254'),
(2102, 1, 1299881819, 'forum.php', 'kill', 'forum id = 156', '93.89.224.254'),
(2103, 1, 1299881820, 'forum.php', '', '', '93.89.224.254'),
(2104, 1, 1299881823, 'forum.php', 'remove', 'forum id = 155', '93.89.224.254'),
(2105, 1, 1299881824, 'forum.php', 'kill', 'forum id = 155', '93.89.224.254'),
(2106, 1, 1299881825, 'forum.php', '', '', '93.89.224.254'),
(2107, 1, 1299881828, 'forum.php', 'remove', 'forum id = 154', '93.89.224.254'),
(2108, 1, 1299881829, 'forum.php', 'kill', 'forum id = 154', '93.89.224.254'),
(2109, 1, 1299881830, 'forum.php', '', '', '93.89.224.254'),
(2110, 1, 1299881832, 'forum.php', 'remove', 'forum id = 153', '93.89.224.254'),
(2111, 1, 1299881834, 'forum.php', 'kill', 'forum id = 153', '93.89.224.254'),
(2112, 1, 1299881836, 'forum.php', '', '', '93.89.224.254'),
(2113, 1, 1299881838, 'forum.php', 'remove', 'forum id = 152', '93.89.224.254'),
(2114, 1, 1299881839, 'forum.php', 'kill', 'forum id = 152', '93.89.224.254'),
(2115, 1, 1299881840, 'forum.php', '', '', '93.89.224.254'),
(2116, 1, 1299881859, 'forum.php', 'remove', 'forum id = 25', '93.89.224.254'),
(2117, 1, 1299881860, 'forum.php', 'kill', 'forum id = 25', '93.89.224.254'),
(2118, 1, 1299881862, 'forum.php', '', '', '93.89.224.254'),
(2119, 1, 1299881865, 'forum.php', 'add', '', '93.89.224.254'),
(2120, 1, 1299881884, 'forum.php', 'update', '', '93.89.224.254'),
(2121, 1, 1299881886, 'forum.php', 'modify', 'forum id = 158', '93.89.224.254'),
(2122, 1, 1299881892, 'forum.php', 'remove', 'forum id = 157', '93.89.224.254'),
(2123, 1, 1299881893, 'forum.php', 'kill', 'forum id = 157', '93.89.224.254'),
(2124, 1, 1299881894, 'forum.php', '', '', '93.89.224.254'),
(2125, 1, 1299881907, 'forum.php', 'doorder', '', '93.89.224.254'),
(2126, 1, 1299881908, 'forum.php', 'modify', '', '93.89.224.254'),
(2127, 1, 1299881914, 'forum.php', 'remove', 'forum id = 158', '93.89.224.254'),
(2128, 1, 1299881915, 'forum.php', 'kill', 'forum id = 158', '93.89.224.254'),
(2129, 1, 1299881916, 'forum.php', '', '', '93.89.224.254'),
(2130, 1, 1299881919, 'forum.php', 'remove', 'forum id = 13', '93.89.224.254'),
(2131, 1, 1299881921, 'forum.php', 'kill', 'forum id = 13', '93.89.224.254');
INSERT INTO `adminlog` (`adminlogid`, `userid`, `dateline`, `script`, `action`, `extrainfo`, `ipaddress`) VALUES
(2132, 1, 1299881922, 'forum.php', '', '', '93.89.224.254'),
(2133, 1, 1299881931, 'forum.php', 'edit', 'forum id = 12', '93.89.224.254'),
(2134, 1, 1299881947, 'forum.php', 'doorder', '', '93.89.224.254'),
(2135, 1, 1299881949, 'forum.php', 'modify', '', '93.89.224.254'),
(2136, 1, 1299881954, 'forum.php', 'add', '', '93.89.224.254'),
(2137, 1, 1299881981, 'forum.php', 'update', '', '93.89.224.254'),
(2138, 1, 1299881982, 'forum.php', 'modify', 'forum id = 159', '93.89.224.254'),
(2139, 1, 1299882014, 'forum.php', 'doorder', '', '93.89.224.254'),
(2140, 1, 1299882015, 'forum.php', 'modify', '', '93.89.224.254'),
(2141, 1, 1299882019, 'forum.php', 'add', '', '93.89.224.254'),
(2142, 1, 1299882055, 'forum.php', 'update', '', '93.89.224.254'),
(2143, 1, 1299882056, 'forum.php', 'modify', 'forum id = 160', '93.89.224.254'),
(2144, 1, 1299882061, 'forum.php', 'add', '', '93.89.224.254'),
(2145, 1, 1299882119, 'forum.php', 'update', '', '93.89.224.254'),
(2146, 1, 1299882121, 'forum.php', 'modify', 'forum id = 161', '93.89.224.254'),
(2147, 1, 1299882132, 'forum.php', 'add', '', '93.89.224.254'),
(2148, 1, 1299882169, 'forum.php', 'update', '', '93.89.224.254'),
(2149, 1, 1299882170, 'forum.php', 'modify', 'forum id = 162', '93.89.224.254'),
(2150, 1, 1299882182, 'forum.php', 'add', '', '93.89.224.254'),
(2151, 1, 1299882207, 'forum.php', 'update', '', '93.89.224.254'),
(2152, 1, 1299882208, 'forum.php', 'modify', 'forum id = 163', '93.89.224.254'),
(2153, 1, 1299882212, 'forum.php', 'add', '', '93.89.224.254'),
(2154, 1, 1299882241, 'forum.php', 'update', '', '93.89.224.254'),
(2155, 1, 1299882242, 'forum.php', 'modify', 'forum id = 164', '93.89.224.254'),
(2156, 1, 1299882247, 'forum.php', 'add', '', '93.89.224.254'),
(2157, 1, 1299882266, 'forum.php', 'update', '', '93.89.224.254'),
(2158, 1, 1299882267, 'forum.php', 'modify', 'forum id = 165', '93.89.224.254'),
(2159, 1, 1299882275, 'forum.php', 'add', '', '93.89.224.254'),
(2160, 1, 1299882339, 'forum.php', 'update', '', '93.89.224.254'),
(2161, 1, 1299882340, 'forum.php', 'modify', 'forum id = 166', '93.89.224.254'),
(2162, 1, 1299882347, 'forum.php', 'add', '', '93.89.224.254'),
(2163, 1, 1299882388, 'forum.php', 'update', '', '93.89.224.254'),
(2164, 1, 1299882390, 'forum.php', 'modify', 'forum id = 167', '93.89.224.254'),
(2165, 1, 1299882394, 'forum.php', 'add', '', '93.89.224.254'),
(2166, 1, 1299882412, 'forum.php', 'update', '', '93.89.224.254'),
(2167, 1, 1299882413, 'forum.php', 'modify', 'forum id = 168', '93.89.224.254'),
(2168, 1, 1299882418, 'forum.php', 'add', '', '93.89.224.254'),
(2169, 1, 1299882434, 'forum.php', 'update', '', '93.89.224.254'),
(2170, 1, 1299882435, 'forum.php', 'modify', 'forum id = 169', '93.89.224.254'),
(2171, 1, 1299882440, 'forum.php', 'add', '', '93.89.224.254'),
(2172, 1, 1299882460, 'forum.php', 'update', '', '93.89.224.254'),
(2173, 1, 1299882461, 'forum.php', 'modify', 'forum id = 170', '93.89.224.254'),
(2174, 1, 1299882465, 'forum.php', 'add', '', '93.89.224.254'),
(2175, 1, 1299882487, 'forum.php', 'update', '', '93.89.224.254'),
(2176, 1, 1299882488, 'forum.php', 'modify', 'forum id = 171', '93.89.224.254'),
(2177, 1, 1299882559, 'forum.php', 'remove', 'forum id = 171', '93.89.224.254'),
(2178, 1, 1299882560, 'forum.php', 'kill', 'forum id = 171', '93.89.224.254'),
(2179, 1, 1299882562, 'forum.php', '', '', '93.89.224.254'),
(2180, 1, 1299882565, 'forum.php', 'remove', 'forum id = 170', '93.89.224.254'),
(2181, 1, 1299882566, 'forum.php', 'kill', 'forum id = 170', '93.89.224.254'),
(2182, 1, 1299882567, 'forum.php', '', '', '93.89.224.254'),
(2183, 1, 1299882571, 'forum.php', 'remove', 'forum id = 169', '93.89.224.254'),
(2184, 1, 1299882572, 'forum.php', 'kill', 'forum id = 169', '93.89.224.254'),
(2185, 1, 1299882573, 'forum.php', '', '', '93.89.224.254'),
(2186, 1, 1299882577, 'forum.php', 'remove', 'forum id = 168', '93.89.224.254'),
(2187, 1, 1299882578, 'forum.php', 'kill', 'forum id = 168', '93.89.224.254'),
(2188, 1, 1299882579, 'forum.php', '', '', '93.89.224.254'),
(2189, 1, 1299882582, 'forum.php', 'remove', 'forum id = 167', '93.89.224.254'),
(2190, 1, 1299882583, 'forum.php', 'kill', 'forum id = 167', '93.89.224.254'),
(2191, 1, 1299882584, 'forum.php', '', '', '93.89.224.254'),
(2192, 1, 1299882588, 'forum.php', 'remove', 'forum id = 166', '93.89.224.254'),
(2193, 1, 1299882590, 'forum.php', 'kill', 'forum id = 166', '93.89.224.254'),
(2194, 1, 1299882591, 'forum.php', '', '', '93.89.224.254'),
(2195, 1, 1299882607, 'forum.php', 'doorder', '', '93.89.224.254'),
(2196, 1, 1299882610, 'forum.php', 'modify', '', '93.89.224.254'),
(2197, 1, 1299882648, 'forum.php', 'edit', 'forum id = 1', '93.89.224.254'),
(2198, 1, 1299882660, 'forum.php', 'edit', 'forum id = 159', '93.89.224.254'),
(2199, 1, 1299882689, 'forum.php', 'update', 'forum id = 159', '93.89.224.254'),
(2200, 1, 1299882704, 'forum.php', 'modify', '', '93.89.224.254'),
(2201, 1, 1299882751, 'options.php', '', '', '93.89.224.254'),
(2202, 1, 1299882751, 'options.php', '', '', '93.89.224.254'),
(2203, 1, 1299882758, 'forum.php', 'modify', '', '93.89.224.254'),
(2204, 1, 1299882758, 'forum.php', 'modify', '', '93.89.224.254'),
(2205, 1, 1299882764, 'forum.php', 'remove', 'forum id = 165', '93.89.224.254'),
(2206, 1, 1299882766, 'forum.php', 'kill', 'forum id = 165', '93.89.224.254'),
(2207, 1, 1299882768, 'forum.php', '', '', '93.89.224.254'),
(2208, 1, 1299882771, 'forum.php', 'remove', 'forum id = 164', '93.89.224.254'),
(2209, 1, 1299882773, 'forum.php', 'kill', 'forum id = 164', '93.89.224.254'),
(2210, 1, 1299882775, 'forum.php', '', '', '93.89.224.254'),
(2211, 1, 1299882779, 'forum.php', 'remove', 'forum id = 163', '93.89.224.254'),
(2212, 1, 1299882781, 'forum.php', 'kill', 'forum id = 163', '93.89.224.254'),
(2213, 1, 1299882783, 'forum.php', '', '', '93.89.224.254'),
(2214, 1, 1299882786, 'forum.php', 'remove', 'forum id = 162', '93.89.224.254'),
(2215, 1, 1299882788, 'forum.php', 'kill', 'forum id = 162', '93.89.224.254'),
(2216, 1, 1299882790, 'forum.php', '', '', '93.89.224.254'),
(2217, 1, 1299882792, 'forum.php', 'remove', 'forum id = 161', '93.89.224.254'),
(2218, 1, 1299882794, 'forum.php', 'kill', 'forum id = 161', '93.89.224.254'),
(2219, 1, 1299882796, 'forum.php', '', '', '93.89.224.254'),
(2220, 1, 1299882803, 'forum.php', 'add', '', '93.89.224.254'),
(2221, 1, 1299882813, 'forum.php', 'update', '', '93.89.224.254'),
(2222, 1, 1299882815, 'forum.php', 'modify', 'forum id = 172', '93.89.224.254'),
(2223, 1, 1299882918, 'forum.php', 'edit', 'forum id = 1', '93.89.224.254'),
(2224, 1, 1299882967, 'forum.php', 'update', 'forum id = 1', '93.89.224.254'),
(2225, 1, 1299882971, 'forum.php', 'modify', 'forum id = 1', '93.89.224.254'),
(2226, 1, 1299883011, 'forum.php', 'remove', 'forum id = 172', '93.89.224.254'),
(2227, 1, 1299883005, 'forum.php', 'remove', 'forum id = 172', '93.89.224.254'),
(2228, 1, 1299883036, 'forum.php', 'remove', 'forum id = 172', '93.89.224.254'),
(2229, 1, 1299883100, 'forum.php', 'modify', '', '93.89.224.254'),
(2230, 1, 1299883137, 'forum.php', 'remove', 'forum id = 172', '93.89.224.254'),
(2231, 1, 1299883143, 'forum.php', 'kill', 'forum id = 172', '93.89.224.254'),
(2232, 1, 1299883145, 'forum.php', '', '', '93.89.224.254'),
(2233, 1, 1299883157, 'forum.php', 'add', '', '93.89.224.254'),
(2234, 1, 1299883310, 'forum.php', 'update', '', '93.89.224.254'),
(2235, 1, 1299883312, 'forum.php', 'modify', 'forum id = 173', '93.89.224.254'),
(2236, 1, 1299883334, 'forum.php', 'add', '', '93.89.224.254'),
(2237, 1, 1299883345, 'forum.php', 'update', '', '93.89.224.254'),
(2238, 1, 1299883347, 'forum.php', 'modify', 'forum id = 174', '93.89.224.254'),
(2239, 1, 1299883354, 'forum.php', 'remove', 'forum id = 174', '93.89.224.254'),
(2240, 1, 1299883355, 'forum.php', 'kill', 'forum id = 174', '93.89.224.254'),
(2241, 1, 1299883356, 'forum.php', '', '', '93.89.224.254'),
(2242, 1, 1299883359, 'forum.php', 'add', '', '93.89.224.254'),
(2243, 1, 1299883373, 'forum.php', 'update', '', '93.89.224.254'),
(2244, 1, 1299883375, 'forum.php', 'modify', 'forum id = 175', '93.89.224.254'),
(2245, 1, 1299883380, 'forum.php', 'add', '', '93.89.224.254'),
(2246, 1, 1299883413, 'forum.php', 'update', '', '93.89.224.254'),
(2247, 1, 1299883414, 'forum.php', 'modify', 'forum id = 176', '93.89.224.254'),
(2248, 1, 1299883441, 'forum.php', 'add', '', '93.89.224.254'),
(2249, 1, 1299883454, 'forum.php', 'update', '', '93.89.224.254'),
(2250, 1, 1299883455, 'forum.php', 'modify', 'forum id = 177', '93.89.224.254'),
(2251, 1, 1299883459, 'forum.php', 'add', '', '93.89.224.254'),
(2252, 1, 1299883480, 'forum.php', 'update', '', '93.89.224.254'),
(2253, 1, 1299883481, 'forum.php', 'modify', 'forum id = 178', '93.89.224.254'),
(2254, 1, 1299883485, 'forum.php', 'add', '', '93.89.224.254'),
(2255, 1, 1299883510, 'forum.php', 'update', '', '93.89.224.254'),
(2256, 1, 1299883512, 'forum.php', 'modify', 'forum id = 179', '93.89.224.254'),
(2257, 1, 1299883550, 'forum.php', 'add', '', '93.89.224.254'),
(2258, 1, 1299883560, 'forum.php', 'update', '', '93.89.224.254'),
(2259, 1, 1299883562, 'forum.php', 'modify', 'forum id = 180', '93.89.224.254'),
(2260, 1, 1299883590, 'forum.php', 'add', '', '93.89.224.254'),
(2261, 1, 1299883608, 'forum.php', 'update', '', '93.89.224.254'),
(2262, 1, 1299883610, 'forum.php', 'modify', 'forum id = 181', '93.89.224.254'),
(2263, 1, 1299883613, 'moderator.php', 'add', 'forum id = 181', '93.89.224.254'),
(2264, 1, 1299883619, 'forum.php', 'add', '', '93.89.224.254'),
(2265, 1, 1299883649, 'forum.php', 'update', '', '93.89.224.254'),
(2266, 1, 1299883650, 'forum.php', 'modify', 'forum id = 182', '93.89.224.254'),
(2267, 1, 1299883654, 'forum.php', 'add', '', '93.89.224.254'),
(2268, 1, 1299883685, 'forum.php', 'update', '', '93.89.224.254'),
(2269, 1, 1299883687, 'forum.php', 'modify', 'forum id = 183', '93.89.224.254'),
(2270, 1, 1299883697, 'forum.php', 'doorder', '', '93.89.224.254'),
(2271, 1, 1299883698, 'forum.php', 'modify', '', '93.89.224.254'),
(2272, 1, 1299883725, 'forum.php', 'doorder', '', '93.89.224.254'),
(2273, 1, 1299883727, 'forum.php', 'modify', '', '93.89.224.254'),
(2274, 1, 1299883738, 'forum.php', 'add', '', '93.89.224.254'),
(2275, 1, 1299883755, 'forum.php', 'update', '', '93.89.224.254'),
(2276, 1, 1299883757, 'forum.php', 'modify', 'forum id = 184', '93.89.224.254'),
(2277, 1, 1299883762, 'forum.php', 'add', '', '93.89.224.254'),
(2278, 1, 1299883777, 'forum.php', 'update', '', '93.89.224.254'),
(2279, 1, 1299883778, 'forum.php', 'modify', 'forum id = 185', '93.89.224.254'),
(2280, 1, 1299883784, 'forum.php', 'add', '', '93.89.224.254'),
(2281, 1, 1299883803, 'forum.php', 'update', '', '93.89.224.254'),
(2282, 1, 1299883804, 'forum.php', 'modify', 'forum id = 186', '93.89.224.254'),
(2283, 1, 1299883812, 'forum.php', 'add', '', '93.89.224.254'),
(2284, 1, 1299883831, 'forum.php', 'update', '', '93.89.224.254'),
(2285, 1, 1299883833, 'forum.php', 'modify', 'forum id = 187', '93.89.224.254'),
(2286, 1, 1299883933, 'forum.php', 'add', '', '93.89.224.254'),
(2287, 1, 1299883972, 'forum.php', 'update', '', '93.89.224.254'),
(2288, 1, 1299883973, 'forum.php', 'modify', 'forum id = 188', '93.89.224.254'),
(2289, 1, 1299883982, 'forum.php', 'add', '', '93.89.224.254'),
(2290, 1, 1299884026, 'forum.php', 'update', '', '93.89.224.254'),
(2291, 1, 1299884027, 'forum.php', 'modify', 'forum id = 189', '93.89.224.254'),
(2292, 1, 1299884030, 'forum.php', 'add', '', '93.89.224.254'),
(2293, 1, 1299884114, 'forum.php', 'update', '', '93.89.224.254'),
(2294, 1, 1299884116, 'forum.php', 'modify', 'forum id = 190', '93.89.224.254'),
(2295, 1, 1299884119, 'forum.php', 'edit', 'forum id = 190', '93.89.224.254'),
(2296, 1, 1299884129, 'forum.php', 'update', 'forum id = 190', '93.89.224.254'),
(2297, 1, 1299884130, 'forum.php', 'modify', 'forum id = 190', '93.89.224.254'),
(2298, 1, 1299884155, 'forum.php', 'add', '', '93.89.224.254'),
(2299, 1, 1299884206, 'forum.php', 'update', '', '93.89.224.254'),
(2300, 1, 1299884207, 'forum.php', 'modify', 'forum id = 191', '93.89.224.254'),
(2301, 1, 1299884213, 'forum.php', 'add', '', '93.89.224.254'),
(2302, 1, 1299884239, 'forum.php', 'update', '', '93.89.224.254'),
(2303, 1, 1299884240, 'forum.php', 'modify', 'forum id = 192', '93.89.224.254'),
(2304, 1, 1299884244, 'forum.php', 'add', '', '93.89.224.254'),
(2305, 1, 1299884273, 'forum.php', 'update', '', '93.89.224.254'),
(2306, 1, 1299884274, 'forum.php', 'modify', 'forum id = 193', '93.89.224.254'),
(2307, 1, 1299884284, 'forum.php', 'add', '', '93.89.224.254'),
(2308, 1, 1299884306, 'forum.php', 'update', '', '93.89.224.254'),
(2309, 1, 1299884307, 'forum.php', 'modify', 'forum id = 194', '93.89.224.254'),
(2310, 1, 1299884313, 'forum.php', 'doorder', '', '93.89.224.254'),
(2311, 1, 1299884314, 'forum.php', 'modify', '', '93.89.224.254'),
(2312, 1, 1299884335, 'forum.php', 'add', '', '93.89.224.254'),
(2313, 1, 1299884377, 'forum.php', 'update', '', '93.89.224.254'),
(2314, 1, 1299884379, 'forum.php', 'modify', 'forum id = 195', '93.89.224.254'),
(2315, 1, 1299884383, 'forum.php', 'add', '', '93.89.224.254'),
(2316, 1, 1299884416, 'forum.php', 'update', '', '93.89.224.254'),
(2317, 1, 1299884417, 'forum.php', 'modify', 'forum id = 196', '93.89.224.254'),
(2318, 1, 1299884423, 'forum.php', 'add', '', '93.89.224.254'),
(2319, 1, 1299884460, 'forum.php', 'update', '', '93.89.224.254'),
(2320, 1, 1299884461, 'forum.php', 'modify', 'forum id = 197', '93.89.224.254'),
(2321, 1, 1299884463, 'forum.php', 'edit', 'forum id = 196', '93.89.224.254'),
(2322, 1, 1299884477, 'forum.php', 'update', 'forum id = 196', '93.89.224.254'),
(2323, 1, 1299884478, 'forum.php', 'modify', 'forum id = 196', '93.89.224.254'),
(2324, 1, 1299884484, 'forum.php', 'add', '', '93.89.224.254'),
(2325, 1, 1299884511, 'forum.php', 'update', '', '93.89.224.254'),
(2326, 1, 1299884512, 'forum.php', 'modify', 'forum id = 198', '93.89.224.254'),
(2327, 1, 1299884516, 'forum.php', 'add', '', '93.89.224.254'),
(2328, 1, 1299884532, 'forum.php', 'update', '', '93.89.224.254'),
(2329, 1, 1299884533, 'forum.php', 'modify', 'forum id = 199', '93.89.224.254'),
(2330, 1, 1299884686, 'forum.php', 'add', '', '93.89.224.254'),
(2331, 1, 1299884708, 'forum.php', 'update', '', '93.89.224.254'),
(2332, 1, 1299884709, 'forum.php', 'modify', 'forum id = 200', '93.89.224.254'),
(2333, 1, 1299884718, 'forum.php', 'add', '', '93.89.224.254'),
(2334, 1, 1299884751, 'forum.php', 'update', '', '93.89.224.254'),
(2335, 1, 1299884753, 'forum.php', 'modify', 'forum id = 201', '93.89.224.254'),
(2336, 1, 1299884761, 'forum.php', 'add', '', '93.89.224.254'),
(2337, 1, 1299884793, 'forum.php', 'update', '', '93.89.224.254'),
(2338, 1, 1299884794, 'forum.php', 'modify', 'forum id = 202', '93.89.224.254'),
(2339, 1, 1299884799, 'forum.php', 'doorder', '', '93.89.224.254'),
(2340, 1, 1299884800, 'forum.php', 'modify', '', '93.89.224.254'),
(2341, 1, 1299884806, 'forum.php', 'add', '', '93.89.224.254'),
(2342, 1, 1299884834, 'forum.php', 'update', '', '93.89.224.254'),
(2343, 1, 1299884835, 'forum.php', 'modify', 'forum id = 203', '93.89.224.254'),
(2344, 1, 1299884860, 'forum.php', 'add', '', '93.89.224.254'),
(2345, 1, 1299884885, 'forum.php', 'update', '', '93.89.224.254'),
(2346, 1, 1299884886, 'forum.php', 'modify', 'forum id = 204', '93.89.224.254'),
(2347, 1, 1299884894, 'forum.php', 'add', '', '93.89.224.254'),
(2348, 1, 1299884923, 'forum.php', 'update', '', '93.89.224.254'),
(2349, 1, 1299884924, 'forum.php', 'modify', 'forum id = 205', '93.89.224.254'),
(2350, 1, 1299884930, 'forum.php', 'add', '', '93.89.224.254'),
(2351, 1, 1299884952, 'forum.php', 'update', '', '93.89.224.254'),
(2352, 1, 1299884953, 'forum.php', 'modify', 'forum id = 206', '93.89.224.254'),
(2353, 1, 1299884956, 'forum.php', 'add', '', '93.89.224.254'),
(2354, 1, 1299884975, 'forum.php', 'update', '', '93.89.224.254'),
(2355, 1, 1299884976, 'forum.php', 'modify', 'forum id = 207', '93.89.224.254'),
(2356, 1, 1299885034, 'forum.php', 'add', '', '93.89.224.254'),
(2357, 1, 1299885039, 'forum.php', 'add', '', '93.89.224.254'),
(2358, 1, 1299885236, 'forum.php', 'update', '', '93.89.224.254'),
(2359, 1, 1299885238, 'forum.php', 'modify', 'forum id = 208', '93.89.224.254'),
(2360, 1, 1299885243, 'forum.php', 'add', '', '93.89.224.254'),
(2361, 1, 1299885268, 'forum.php', 'update', '', '93.89.224.254'),
(2362, 1, 1299885269, 'forum.php', 'modify', 'forum id = 209', '93.89.224.254'),
(2363, 1, 1299885275, 'forum.php', 'add', '', '93.89.224.254'),
(2364, 1, 1299885309, 'forum.php', 'update', '', '93.89.224.254'),
(2365, 1, 1299885310, 'forum.php', 'modify', 'forum id = 210', '93.89.224.254'),
(2366, 1, 1299885323, 'forum.php', 'add', '', '93.89.224.254'),
(2367, 1, 1299885347, 'forum.php', 'update', '', '93.89.224.254'),
(2368, 1, 1299885349, 'forum.php', 'modify', 'forum id = 211', '93.89.224.254'),
(2369, 1, 1299885356, 'forum.php', 'add', '', '93.89.224.254'),
(2370, 1, 1299885380, 'forum.php', 'update', '', '93.89.224.254'),
(2371, 1, 1299885381, 'forum.php', 'modify', 'forum id = 212', '93.89.224.254'),
(2372, 1, 1299885387, 'forum.php', 'add', '', '93.89.224.254'),
(2373, 1, 1299885405, 'forum.php', 'update', '', '93.89.224.254'),
(2374, 1, 1299885406, 'forum.php', 'modify', 'forum id = 213', '93.89.224.254'),
(2375, 1, 1299885417, 'forum.php', 'doorder', '', '93.89.224.254'),
(2376, 1, 1299885419, 'forum.php', 'modify', '', '93.89.224.254'),
(2377, 1, 1299885430, 'forum.php', 'add', '', '93.89.224.254'),
(2378, 1, 1299885455, 'forum.php', 'update', '', '93.89.224.254'),
(2379, 1, 1299885456, 'forum.php', 'modify', 'forum id = 214', '93.89.224.254'),
(2380, 1, 1299885459, 'forum.php', 'add', '', '93.89.224.254'),
(2381, 1, 1299885487, 'forum.php', 'update', '', '93.89.224.254'),
(2382, 1, 1299885488, 'forum.php', 'modify', 'forum id = 215', '93.89.224.254'),
(2383, 1, 1299885495, 'forum.php', 'add', '', '93.89.224.254'),
(2384, 1, 1299885518, 'forum.php', 'update', '', '93.89.224.254'),
(2385, 1, 1299885519, 'forum.php', 'modify', 'forum id = 216', '93.89.224.254'),
(2386, 1, 1299885553, 'forum.php', 'add', '', '93.89.224.254'),
(2387, 1, 1299885606, 'forum.php', 'update', '', '93.89.224.254'),
(2388, 1, 1299885608, 'forum.php', 'modify', 'forum id = 217', '93.89.224.254'),
(2389, 1, 1299885613, 'forum.php', 'add', '', '93.89.224.254'),
(2390, 1, 1299885625, 'forum.php', 'update', '', '93.89.224.254'),
(2391, 1, 1299885626, 'forum.php', 'modify', 'forum id = 218', '93.89.224.254'),
(2392, 1, 1299885631, 'forum.php', 'add', '', '93.89.224.254'),
(2393, 1, 1299885669, 'forum.php', 'update', '', '93.89.224.254'),
(2394, 1, 1299885670, 'forum.php', 'modify', 'forum id = 219', '93.89.224.254'),
(2395, 1, 1299885675, 'forum.php', 'add', '', '93.89.224.254'),
(2396, 1, 1299885708, 'forum.php', 'update', '', '93.89.224.254'),
(2397, 1, 1299885709, 'forum.php', 'modify', 'forum id = 220', '93.89.224.254'),
(2398, 1, 1299885713, 'forum.php', 'add', '', '93.89.224.254'),
(2399, 1, 1299885734, 'forum.php', 'update', '', '93.89.224.254'),
(2400, 1, 1299885735, 'forum.php', 'modify', 'forum id = 221', '93.89.224.254'),
(2401, 1, 1299885743, 'forum.php', 'add', '', '93.89.224.254'),
(2402, 1, 1299885762, 'forum.php', 'update', '', '93.89.224.254'),
(2403, 1, 1299885764, 'forum.php', 'modify', 'forum id = 222', '93.89.224.254'),
(2404, 1, 1299885769, 'forum.php', 'add', '', '93.89.224.254'),
(2405, 1, 1299885795, 'forum.php', 'update', '', '93.89.224.254'),
(2406, 1, 1299885796, 'forum.php', 'modify', 'forum id = 223', '93.89.224.254'),
(2407, 1, 1299885888, 'forum.php', 'add', '', '93.89.224.254'),
(2408, 1, 1299885898, 'forum.php', 'update', '', '93.89.224.254'),
(2409, 1, 1299885900, 'forum.php', 'modify', 'forum id = 224', '93.89.224.254'),
(2410, 1, 1299885904, 'forum.php', 'add', '', '93.89.224.254'),
(2411, 1, 1299885973, 'forum.php', 'update', '', '93.89.224.254'),
(2412, 1, 1299885975, 'forum.php', 'modify', 'forum id = 225', '93.89.224.254'),
(2413, 1, 1299886009, 'forum.php', 'add', '', '93.89.224.254'),
(2414, 1, 1299886020, 'forum.php', 'update', '', '93.89.224.254'),
(2415, 1, 1299886022, 'forum.php', 'modify', 'forum id = 226', '93.89.224.254'),
(2416, 1, 1299886025, 'forum.php', 'add', '', '93.89.224.254'),
(2417, 1, 1299886070, 'forum.php', 'update', '', '93.89.224.254'),
(2418, 1, 1299886071, 'forum.php', 'modify', 'forum id = 227', '93.89.224.254'),
(2419, 1, 1299886075, 'moderator.php', 'add', 'forum id = 227', '93.89.224.254'),
(2420, 1, 1299886080, 'forum.php', 'add', '', '93.89.224.254'),
(2421, 1, 1299886136, 'forum.php', 'update', '', '93.89.224.254'),
(2422, 1, 1299886138, 'forum.php', 'modify', 'forum id = 228', '93.89.224.254'),
(2423, 1, 1299886149, 'forum.php', 'add', '', '93.89.224.254'),
(2424, 1, 1299886200, 'forum.php', 'update', '', '93.89.224.254'),
(2425, 1, 1299886202, 'forum.php', 'modify', 'forum id = 229', '93.89.224.254'),
(2426, 1, 1299886207, 'forum.php', 'edit', 'forum id = 225', '93.89.224.254'),
(2427, 1, 1299886217, 'forum.php', 'update', 'forum id = 225', '93.89.224.254'),
(2428, 1, 1299886218, 'forum.php', 'modify', 'forum id = 225', '93.89.224.254'),
(2429, 1, 1299886236, 'forum.php', 'add', '', '93.89.224.254'),
(2430, 1, 1299886250, 'forum.php', 'update', '', '93.89.224.254'),
(2431, 1, 1299886251, 'forum.php', 'modify', 'forum id = 230', '93.89.224.254'),
(2432, 1, 1299886316, 'forum.php', 'add', '', '93.89.224.254'),
(2433, 1, 1299886331, 'forum.php', 'update', '', '93.89.224.254'),
(2434, 1, 1299886333, 'forum.php', 'modify', 'forum id = 231', '93.89.224.254'),
(2435, 1, 1299886337, 'forum.php', 'add', '', '93.89.224.254'),
(2436, 1, 1299886360, 'forum.php', 'update', '', '93.89.224.254'),
(2437, 1, 1299886361, 'forum.php', 'modify', 'forum id = 232', '93.89.224.254'),
(2438, 1, 1299886422, 'forum.php', 'add', '', '93.89.224.254'),
(2439, 1, 1299886433, 'forum.php', 'update', '', '93.89.224.254'),
(2440, 1, 1299886434, 'forum.php', 'modify', 'forum id = 233', '93.89.224.254'),
(2441, 1, 1299886439, 'forum.php', 'add', '', '93.89.224.254'),
(2442, 1, 1299886445, 'forum.php', 'edit', 'forum id = 233', '93.89.224.254'),
(2443, 1, 1299886457, 'forum.php', 'update', 'forum id = 233', '93.89.224.254'),
(2444, 1, 1299886458, 'forum.php', 'modify', 'forum id = 233', '93.89.224.254'),
(2445, 1, 1299886479, 'forum.php', 'remove', 'forum id = 233', '93.89.224.254'),
(2446, 1, 1299886483, 'forum.php', 'kill', 'forum id = 233', '93.89.224.254'),
(2447, 1, 1299886484, 'forum.php', '', '', '93.89.224.254'),
(2448, 1, 1299886495, 'forum.php', 'add', '', '93.89.224.254'),
(2449, 1, 1299886504, 'forum.php', 'update', '', '93.89.224.254'),
(2450, 1, 1299886506, 'forum.php', 'modify', 'forum id = 234', '93.89.224.254'),
(2451, 1, 1299886523, 'forum.php', 'edit', 'forum id = 234', '93.89.224.254'),
(2452, 1, 1299886553, 'forum.php', 'update', 'forum id = 234', '93.89.224.254'),
(2453, 1, 1299886554, 'forum.php', 'modify', 'forum id = 234', '93.89.224.254'),
(2454, 1, 1299886574, 'forum.php', 'doorder', '', '93.89.224.254'),
(2455, 1, 1299886575, 'forum.php', 'modify', '', '93.89.224.254'),
(2456, 1, 1299886605, 'forum.php', 'doorder', '', '93.89.224.254'),
(2457, 1, 1299886607, 'forum.php', 'modify', '', '93.89.224.254'),
(2458, 1, 1299886624, 'forum.php', 'doorder', '', '93.89.224.254'),
(2459, 1, 1299886625, 'forum.php', 'modify', '', '93.89.224.254'),
(2460, 1, 1299886632, 'forum.php', 'remove', 'forum id = 224', '93.89.224.254'),
(2461, 1, 1299886633, 'forum.php', 'kill', 'forum id = 224', '93.89.224.254'),
(2462, 1, 1299886635, 'forum.php', '', '', '93.89.224.254'),
(2463, 1, 1299886668, 'forum.php', 'add', '', '93.89.224.254'),
(2464, 1, 1299886676, 'forum.php', 'update', '', '93.89.224.254'),
(2465, 1, 1299886677, 'forum.php', 'modify', 'forum id = 235', '93.89.224.254'),
(2466, 1, 1299886684, 'forum.php', 'add', '', '93.89.224.254'),
(2467, 1, 1299886719, 'forum.php', 'update', '', '93.89.224.254'),
(2468, 1, 1299886721, 'forum.php', 'modify', 'forum id = 236', '93.89.224.254'),
(2469, 1, 1299886725, 'forum.php', 'edit', 'forum id = 235', '93.89.224.254'),
(2470, 1, 1299886732, 'forum.php', 'update', 'forum id = 235', '93.89.224.254'),
(2471, 1, 1299886733, 'forum.php', 'modify', 'forum id = 235', '93.89.224.254'),
(2472, 1, 1299886739, 'forum.php', 'add', '', '93.89.224.254'),
(2473, 1, 1299886765, 'forum.php', 'update', '', '93.89.224.254'),
(2474, 1, 1299886766, 'forum.php', 'modify', 'forum id = 237', '93.89.224.254'),
(2475, 1, 1299886770, 'forum.php', 'add', '', '93.89.224.254'),
(2476, 1, 1299886800, 'forum.php', 'update', '', '93.89.224.254'),
(2477, 1, 1299886802, 'forum.php', 'modify', 'forum id = 238', '93.89.224.254'),
(2478, 1, 1299886806, 'forum.php', 'add', '', '93.89.224.254'),
(2479, 1, 1299886828, 'forum.php', 'update', '', '93.89.224.254'),
(2480, 1, 1299886829, 'forum.php', 'modify', 'forum id = 239', '93.89.224.254'),
(2481, 1, 1299886832, 'forum.php', 'add', '', '93.89.224.254'),
(2482, 1, 1299886860, 'forum.php', 'update', '', '93.89.224.254'),
(2483, 1, 1299886861, 'forum.php', 'modify', 'forum id = 240', '93.89.224.254'),
(2484, 1, 1299886869, 'forum.php', 'add', '', '93.89.224.254'),
(2485, 1, 1299886894, 'forum.php', 'update', '', '93.89.224.254'),
(2486, 1, 1299886896, 'forum.php', 'modify', 'forum id = 241', '93.89.224.254'),
(2487, 1, 1299886899, 'forum.php', 'add', '', '93.89.224.254'),
(2488, 1, 1299886918, 'forum.php', 'update', '', '93.89.224.254'),
(2489, 1, 1299886920, 'forum.php', 'modify', 'forum id = 242', '93.89.224.254'),
(2490, 1, 1299886934, 'forum.php', 'add', '', '93.89.224.254'),
(2491, 1, 1299886948, 'forum.php', 'update', '', '93.89.224.254'),
(2492, 1, 1299886949, 'forum.php', 'modify', 'forum id = 243', '93.89.224.254'),
(2493, 1, 1299886957, 'forum.php', 'add', '', '93.89.224.254'),
(2494, 1, 1299887009, 'forum.php', 'update', '', '93.89.224.254'),
(2495, 1, 1299887010, 'forum.php', 'modify', 'forum id = 244', '93.89.224.254'),
(2496, 1, 1299887121, 'forum.php', 'add', '', '93.89.224.254'),
(2497, 1, 1299887143, 'forum.php', 'update', '', '93.89.224.254'),
(2498, 1, 1299887145, 'forum.php', 'modify', 'forum id = 245', '93.89.224.254'),
(2499, 1, 1299887154, 'forum.php', 'add', '', '93.89.224.254'),
(2500, 1, 1299887193, 'forum.php', 'update', '', '93.89.224.254'),
(2501, 1, 1299887195, 'forum.php', 'modify', 'forum id = 246', '93.89.224.254'),
(2502, 1, 1299887199, 'forum.php', 'add', '', '93.89.224.254'),
(2503, 1, 1299887235, 'forum.php', 'update', '', '93.89.224.254'),
(2504, 1, 1299887236, 'forum.php', 'modify', 'forum id = 247', '93.89.224.254'),
(2505, 1, 1299887240, 'forum.php', 'add', '', '93.89.224.254'),
(2506, 1, 1299887274, 'forum.php', 'update', '', '93.89.224.254'),
(2507, 1, 1299887275, 'forum.php', 'modify', 'forum id = 248', '93.89.224.254'),
(2508, 1, 1299887297, 'forum.php', 'add', '', '93.89.224.254'),
(2509, 1, 1299887302, 'forum.php', 'add', '', '93.89.224.254'),
(2510, 1, 1299887323, 'forum.php', 'update', '', '93.89.224.254'),
(2511, 1, 1299887325, 'forum.php', 'modify', 'forum id = 249', '93.89.224.254'),
(2512, 1, 1299887341, 'forum.php', 'add', '', '93.89.224.254'),
(2513, 1, 1299887352, 'forum.php', 'update', '', '93.89.224.254'),
(2514, 1, 1299887354, 'forum.php', 'modify', 'forum id = 250', '93.89.224.254'),
(2515, 1, 1299887365, 'forum.php', 'add', '', '93.89.224.254'),
(2516, 1, 1299887395, 'forum.php', 'update', '', '93.89.224.254'),
(2517, 1, 1299887397, 'forum.php', 'modify', 'forum id = 251', '93.89.224.254'),
(2518, 1, 1299887401, 'forum.php', 'add', '', '93.89.224.254'),
(2519, 1, 1299887450, 'forum.php', 'update', '', '93.89.224.254'),
(2520, 1, 1299887452, 'forum.php', 'modify', 'forum id = 252', '93.89.224.254'),
(2521, 1, 1299887455, 'forum.php', 'edit', 'forum id = 252', '93.89.224.254'),
(2522, 1, 1299887484, 'forum.php', 'add', '', '93.89.224.254'),
(2523, 1, 1299887503, 'forum.php', 'update', '', '93.89.224.254'),
(2524, 1, 1299887504, 'forum.php', 'modify', 'forum id = 253', '93.89.224.254'),
(2525, 1, 1299887530, 'forum.php', 'add', '', '93.89.224.254'),
(2526, 1, 1299887560, 'forum.php', 'update', '', '93.89.224.254'),
(2527, 1, 1299887561, 'forum.php', 'modify', 'forum id = 254', '93.89.224.254'),
(2528, 1, 1299887659, 'forum.php', 'add', '', '93.89.224.254'),
(2529, 1, 1299887680, 'forum.php', 'update', '', '93.89.224.254'),
(2530, 1, 1299887683, 'forum.php', 'modify', 'forum id = 255', '93.89.224.254'),
(2531, 1, 1299887690, 'forum.php', 'add', '', '93.89.224.254'),
(2532, 1, 1299887720, 'forum.php', 'update', '', '93.89.224.254'),
(2533, 1, 1299887721, 'forum.php', 'modify', 'forum id = 256', '93.89.224.254'),
(2534, 1, 1299887725, 'forum.php', 'add', '', '93.89.224.254'),
(2535, 1, 1299887802, 'forum.php', 'update', '', '93.89.224.254'),
(2536, 1, 1299887804, 'forum.php', 'modify', 'forum id = 257', '93.89.224.254'),
(2537, 1, 1299887808, 'forum.php', 'add', '', '93.89.224.254'),
(2538, 1, 1299887835, 'forum.php', 'update', '', '93.89.224.254'),
(2539, 1, 1299887836, 'forum.php', 'modify', 'forum id = 258', '93.89.224.254'),
(2540, 1, 1299887839, 'forum.php', 'edit', 'forum id = 257', '93.89.224.254'),
(2541, 1, 1299887852, 'forum.php', 'update', 'forum id = 257', '93.89.224.254'),
(2542, 1, 1299887853, 'forum.php', 'modify', 'forum id = 257', '93.89.224.254'),
(2543, 1, 1299887858, 'forum.php', 'add', '', '93.89.224.254'),
(2544, 1, 1299887889, 'forum.php', 'update', '', '93.89.224.254'),
(2545, 1, 1299887890, 'forum.php', 'modify', 'forum id = 259', '93.89.224.254'),
(2546, 1, 1299887894, 'forum.php', 'add', '', '93.89.224.254'),
(2547, 1, 1299887924, 'forum.php', 'update', '', '93.89.224.254'),
(2548, 1, 1299887926, 'forum.php', 'modify', 'forum id = 260', '93.89.224.254'),
(2549, 1, 1299887933, 'forum.php', 'add', '', '93.89.224.254'),
(2550, 1, 1299887957, 'forum.php', 'update', '', '93.89.224.254'),
(2551, 1, 1299887958, 'forum.php', 'modify', 'forum id = 261', '93.89.224.254'),
(2552, 1, 1299887965, 'forum.php', 'add', '', '93.89.224.254'),
(2553, 1, 1299888027, 'forum.php', 'update', '', '93.89.224.254'),
(2554, 1, 1299888028, 'forum.php', 'modify', 'forum id = 262', '93.89.224.254'),
(2555, 1, 1299888092, 'forum.php', 'edit', 'forum id = 183', '93.89.224.254'),
(2556, 1, 1299888106, 'forum.php', 'update', 'forum id = 183', '93.89.224.254'),
(2557, 1, 1299888108, 'forum.php', 'modify', 'forum id = 183', '93.89.224.254'),
(2558, 1, 1299888112, 'forum.php', 'edit', 'forum id = 184', '93.89.224.254'),
(2559, 1, 1299888123, 'forum.php', 'update', 'forum id = 184', '93.89.224.254'),
(2560, 1, 1299888124, 'forum.php', 'modify', 'forum id = 184', '93.89.224.254'),
(2561, 1, 1299888129, 'forum.php', 'edit', 'forum id = 185', '93.89.224.254'),
(2562, 1, 1299888145, 'forum.php', 'update', 'forum id = 185', '93.89.224.254'),
(2563, 1, 1299888147, 'forum.php', 'modify', 'forum id = 185', '93.89.224.254'),
(2564, 1, 1299888150, 'forum.php', 'edit', 'forum id = 186', '93.89.224.254'),
(2565, 1, 1299888159, 'forum.php', 'update', 'forum id = 186', '93.89.224.254'),
(2566, 1, 1299888160, 'forum.php', 'modify', 'forum id = 186', '93.89.224.254'),
(2567, 1, 1299888172, 'forum.php', 'edit', 'forum id = 187', '93.89.224.254'),
(2568, 1, 1299888186, 'forum.php', 'update', 'forum id = 187', '93.89.224.254'),
(2569, 1, 1299888188, 'forum.php', 'modify', 'forum id = 187', '93.89.224.254'),
(2570, 1, 1299888200, 'forum.php', 'edit', 'forum id = 190', '93.89.224.254'),
(2571, 1, 1299888216, 'forum.php', 'update', 'forum id = 190', '93.89.224.254'),
(2572, 1, 1299888217, 'forum.php', 'modify', 'forum id = 190', '93.89.224.254'),
(2573, 1, 1299888225, 'forum.php', 'edit', 'forum id = 191', '93.89.224.254'),
(2574, 1, 1299888262, 'forum.php', 'update', 'forum id = 191', '93.89.224.254'),
(2575, 1, 1299888263, 'forum.php', 'modify', 'forum id = 191', '93.89.224.254'),
(2576, 1, 1299888269, 'forum.php', 'edit', 'forum id = 192', '93.89.224.254'),
(2577, 1, 1299888288, 'forum.php', 'update', 'forum id = 192', '93.89.224.254'),
(2578, 1, 1299888290, 'forum.php', 'modify', 'forum id = 192', '93.89.224.254'),
(2579, 1, 1299888302, 'forum.php', 'edit', 'forum id = 193', '93.89.224.254'),
(2580, 1, 1299888309, 'forum.php', 'update', 'forum id = 193', '93.89.224.254'),
(2581, 1, 1299888310, 'forum.php', 'modify', 'forum id = 193', '93.89.224.254'),
(2582, 1, 1299888314, 'forum.php', 'edit', 'forum id = 194', '93.89.224.254'),
(2583, 1, 1299888332, 'forum.php', 'update', 'forum id = 194', '93.89.224.254'),
(2584, 1, 1299888333, 'forum.php', 'modify', 'forum id = 194', '93.89.224.254'),
(2585, 1, 1299888340, 'forum.php', 'edit', 'forum id = 195', '93.89.224.254'),
(2586, 1, 1299888357, 'forum.php', 'update', 'forum id = 195', '93.89.224.254'),
(2587, 1, 1299888358, 'forum.php', 'modify', 'forum id = 195', '93.89.224.254'),
(2588, 1, 1299888362, 'forum.php', 'edit', 'forum id = 196', '93.89.224.254'),
(2589, 1, 1299888377, 'forum.php', 'update', 'forum id = 196', '93.89.224.254'),
(2590, 1, 1299888378, 'forum.php', 'modify', 'forum id = 196', '93.89.224.254'),
(2591, 1, 1299888383, 'forum.php', 'edit', 'forum id = 197', '93.89.224.254'),
(2592, 1, 1299888397, 'forum.php', 'update', 'forum id = 197', '93.89.224.254'),
(2593, 1, 1299888398, 'forum.php', 'modify', 'forum id = 197', '93.89.224.254'),
(2594, 1, 1299888410, 'forum.php', 'edit', 'forum id = 198', '93.89.224.254'),
(2595, 1, 1299888419, 'forum.php', 'update', 'forum id = 198', '93.89.224.254'),
(2596, 1, 1299888420, 'forum.php', 'modify', 'forum id = 198', '93.89.224.254'),
(2597, 1, 1299888424, 'forum.php', 'edit', 'forum id = 199', '93.89.224.254'),
(2598, 1, 1299888442, 'forum.php', 'update', 'forum id = 199', '93.89.224.254'),
(2599, 1, 1299888443, 'forum.php', 'modify', 'forum id = 199', '93.89.224.254'),
(2600, 1, 1299888464, 'forum.php', 'edit', 'forum id = 177', '93.89.224.254'),
(2601, 1, 1299888493, 'forum.php', 'update', 'forum id = 177', '93.89.224.254'),
(2602, 1, 1299888495, 'forum.php', 'modify', 'forum id = 177', '93.89.224.254'),
(2603, 1, 1299888499, 'forum.php', 'edit', 'forum id = 178', '93.89.224.254'),
(2604, 1, 1299888520, 'forum.php', 'update', 'forum id = 178', '93.89.224.254'),
(2605, 1, 1299888521, 'forum.php', 'modify', 'forum id = 178', '93.89.224.254'),
(2606, 1, 1299888526, 'forum.php', 'edit', 'forum id = 179', '93.89.224.254'),
(2607, 1, 1299888551, 'forum.php', 'update', 'forum id = 179', '93.89.224.254'),
(2608, 1, 1299888552, 'forum.php', 'modify', 'forum id = 179', '93.89.224.254'),
(2609, 1, 1299888558, 'forum.php', 'edit', 'forum id = 176', '93.89.224.254'),
(2610, 1, 1299888584, 'forum.php', 'update', 'forum id = 176', '93.89.224.254'),
(2611, 1, 1299888585, 'forum.php', 'modify', 'forum id = 176', '93.89.224.254'),
(2612, 1, 1299888770, 'forum.php', 'add', '', '93.89.224.254'),
(2613, 1, 1299888831, 'forum.php', 'update', '', '93.89.224.254'),
(2614, 1, 1299888833, 'forum.php', 'modify', 'forum id = 263', '93.89.224.254'),
(2615, 1, 1299888839, 'forum.php', 'add', '', '93.89.224.254'),
(2616, 1, 1299888860, 'forum.php', 'edit', 'forum id = 263', '93.89.224.254'),
(2617, 1, 1299888887, 'forum.php', 'update', 'forum id = 263', '93.89.224.254'),
(2618, 1, 1299888888, 'forum.php', 'modify', 'forum id = 263', '93.89.224.254'),
(2619, 1, 1299888903, 'forum.php', 'add', '', '93.89.224.254'),
(2620, 1, 1299888917, 'forum.php', 'update', '', '93.89.224.254'),
(2621, 1, 1299888919, 'forum.php', 'modify', 'forum id = 264', '93.89.224.254'),
(2622, 1, 1299888960, 'forum.php', 'add', '', '93.89.224.254'),
(2623, 1, 1299888979, 'forum.php', 'update', '', '93.89.224.254'),
(2624, 1, 1299888980, 'forum.php', 'modify', 'forum id = 265', '93.89.224.254'),
(2625, 1, 1299889001, 'forum.php', 'add', '', '93.89.224.254'),
(2626, 1, 1299889036, 'forum.php', 'update', '', '93.89.224.254'),
(2627, 1, 1299889037, 'forum.php', 'modify', 'forum id = 266', '93.89.224.254'),
(2628, 1, 1299889043, 'forum.php', 'add', '', '93.89.224.254'),
(2629, 1, 1299889073, 'forum.php', 'update', '', '93.89.224.254'),
(2630, 1, 1299889074, 'forum.php', 'modify', 'forum id = 267', '93.89.224.254'),
(2631, 1, 1299889087, 'forum.php', 'add', '', '93.89.224.254'),
(2632, 1, 1299889128, 'forum.php', 'update', '', '93.89.224.254'),
(2633, 1, 1299889130, 'forum.php', 'modify', 'forum id = 268', '93.89.224.254'),
(2634, 1, 1299889152, 'forum.php', 'edit', 'forum id = 268', '93.89.224.254'),
(2635, 1, 1299889158, 'forum.php', 'update', 'forum id = 268', '93.89.224.254'),
(2636, 1, 1299889160, 'forum.php', 'modify', 'forum id = 268', '93.89.224.254'),
(2637, 1, 1299889165, 'forum.php', 'add', '', '93.89.224.254'),
(2638, 1, 1299889203, 'forum.php', 'update', '', '93.89.224.254'),
(2639, 1, 1299889205, 'forum.php', 'modify', 'forum id = 269', '93.89.224.254'),
(2640, 1, 1299889219, 'forum.php', 'doorder', '', '93.89.224.254'),
(2641, 1, 1299889221, 'forum.php', 'modify', '', '93.89.224.254'),
(2642, 1, 1299889232, 'forum.php', 'add', '', '93.89.224.254'),
(2643, 1, 1299889263, 'forum.php', 'update', '', '93.89.224.254'),
(2644, 1, 1299889264, 'forum.php', 'modify', 'forum id = 270', '93.89.224.254'),
(2645, 1, 1299889386, 'forum.php', 'add', '', '93.89.224.254'),
(2646, 1, 1299889856, 'forum.php', 'update', '', '93.89.224.254'),
(2647, 1, 1299889858, 'forum.php', 'modify', 'forum id = 271', '93.89.224.254'),
(2648, 1, 1299889860, 'forum.php', 'edit', 'forum id = 271', '93.89.224.254'),
(2649, 1, 1299889866, 'forum.php', 'update', 'forum id = 271', '93.89.224.254'),
(2650, 1, 1299889867, 'forum.php', 'modify', 'forum id = 271', '93.89.224.254'),
(2651, 1, 1299889872, 'forum.php', 'add', '', '93.89.224.254'),
(2652, 1, 1299889891, 'forum.php', 'update', '', '93.89.224.254'),
(2653, 1, 1299889892, 'forum.php', 'modify', 'forum id = 272', '93.89.224.254'),
(2654, 1, 1299889896, 'forum.php', 'add', '', '93.89.224.254'),
(2655, 1, 1299889922, 'forum.php', 'update', '', '93.89.224.254'),
(2656, 1, 1299889923, 'forum.php', 'modify', 'forum id = 273', '93.89.224.254'),
(2657, 1, 1299889936, 'forum.php', 'add', '', '93.89.224.254'),
(2658, 1, 1299889948, 'forum.php', 'update', '', '93.89.224.254'),
(2659, 1, 1299889950, 'forum.php', 'modify', 'forum id = 274', '93.89.224.254'),
(2660, 1, 1299889963, 'forum.php', 'add', '', '93.89.224.254'),
(2661, 1, 1299889978, 'forum.php', 'update', '', '93.89.224.254'),
(2662, 1, 1299889980, 'forum.php', 'modify', 'forum id = 275', '93.89.224.254'),
(2663, 1, 1299889989, 'forum.php', 'add', '', '93.89.224.254'),
(2664, 1, 1299890012, 'forum.php', 'update', '', '93.89.224.254'),
(2665, 1, 1299890013, 'forum.php', 'modify', 'forum id = 276', '93.89.224.254'),
(2666, 1, 1299890017, 'forum.php', 'add', '', '93.89.224.254'),
(2667, 1, 1299890047, 'forum.php', 'update', '', '93.89.224.254'),
(2668, 1, 1299890049, 'forum.php', 'modify', 'forum id = 277', '93.89.224.254'),
(2669, 1, 1299890140, 'forum.php', 'add', '', '93.89.224.254'),
(2670, 1, 1299890166, 'forum.php', 'update', '', '93.89.224.254'),
(2671, 1, 1299890167, 'forum.php', 'modify', 'forum id = 278', '93.89.224.254'),
(2672, 1, 1299962961, 'forum.php', 'modify', '', '93.89.224.254'),
(2673, 1, 1299962961, 'forum.php', 'modify', '', '93.89.224.254'),
(2674, 1, 1299963149, 'forum.php', 'add', '', '93.89.224.254'),
(2675, 1, 1299963219, 'forum.php', 'update', '', '93.89.224.254'),
(2676, 1, 1299963221, 'forum.php', 'modify', 'forum id = 279', '93.89.224.254'),
(2677, 1, 1299963290, 'forum.php', 'add', '', '93.89.224.254'),
(2678, 1, 1299963333, 'forum.php', 'update', '', '93.89.224.254'),
(2679, 1, 1299963335, 'forum.php', 'modify', 'forum id = 280', '93.89.224.254'),
(2680, 1, 1299963347, 'forum.php', 'add', '', '93.89.224.254'),
(2681, 1, 1299963360, 'forum.php', 'update', '', '93.89.224.254'),
(2682, 1, 1299963361, 'forum.php', 'modify', 'forum id = 281', '93.89.224.254'),
(2683, 1, 1299963366, 'forum.php', 'add', '', '93.89.224.254'),
(2684, 1, 1299963440, 'forum.php', 'update', '', '93.89.224.254'),
(2685, 1, 1299963441, 'forum.php', 'modify', 'forum id = 282', '93.89.224.254'),
(2686, 1, 1299963461, 'forum.php', 'add', '', '93.89.224.254'),
(2687, 1, 1299963486, 'forum.php', 'update', '', '93.89.224.254'),
(2688, 1, 1299963487, 'forum.php', 'modify', 'forum id = 283', '93.89.224.254'),
(2689, 1, 1299963507, 'forum.php', 'add', '', '93.89.224.254'),
(2690, 1, 1299963528, 'forum.php', 'update', '', '93.89.224.254'),
(2691, 1, 1299963529, 'forum.php', 'modify', 'forum id = 284', '93.89.224.254'),
(2692, 1, 1299963544, 'forum.php', 'add', '', '93.89.224.254'),
(2693, 1, 1299963561, 'forum.php', 'update', '', '93.89.224.254'),
(2694, 1, 1299963563, 'forum.php', 'modify', 'forum id = 285', '93.89.224.254'),
(2695, 1, 1299963591, 'forum.php', 'add', '', '93.89.224.254'),
(2696, 1, 1299963602, 'forum.php', 'update', '', '93.89.224.254'),
(2697, 1, 1299963604, 'forum.php', 'modify', 'forum id = 286', '93.89.224.254'),
(2698, 1, 1299963655, 'forum.php', 'add', '', '93.89.224.254'),
(2699, 1, 1299963716, 'forum.php', 'update', '', '93.89.224.254'),
(2700, 1, 1299963717, 'forum.php', 'modify', 'forum id = 287', '93.89.224.254'),
(2701, 1, 1299963721, 'forum.php', 'add', '', '93.89.224.254'),
(2702, 1, 1299963760, 'forum.php', 'update', '', '93.89.224.254'),
(2703, 1, 1299963761, 'forum.php', 'modify', 'forum id = 288', '93.89.224.254'),
(2704, 1, 1299963770, 'forum.php', 'edit', 'forum id = 288', '93.89.224.254'),
(2705, 1, 1299963777, 'forum.php', 'update', 'forum id = 288', '93.89.224.254'),
(2706, 1, 1299963778, 'forum.php', 'modify', 'forum id = 288', '93.89.224.254'),
(2707, 1, 1299963799, 'forum.php', 'add', '', '93.89.224.254'),
(2708, 1, 1299963807, 'forum.php', 'update', '', '93.89.224.254'),
(2709, 1, 1299963809, 'forum.php', 'modify', 'forum id = 289', '93.89.224.254'),
(2710, 1, 1299963813, 'forum.php', 'add', '', '93.89.224.254'),
(2711, 1, 1299963838, 'forum.php', 'update', '', '93.89.224.254'),
(2712, 1, 1299963840, 'forum.php', 'modify', 'forum id = 290', '93.89.224.254'),
(2713, 1, 1299963847, 'forum.php', 'doorder', '', '93.89.224.254'),
(2714, 1, 1299963848, 'forum.php', 'modify', '', '93.89.224.254'),
(2715, 1, 1299963858, 'forum.php', 'add', '', '93.89.224.254'),
(2716, 1, 1299963881, 'forum.php', 'update', '', '93.89.224.254'),
(2717, 1, 1299963882, 'forum.php', 'modify', 'forum id = 291', '93.89.224.254'),
(2718, 1, 1299963895, 'forum.php', 'add', '', '93.89.224.254'),
(2719, 1, 1299963904, 'forum.php', 'update', '', '93.89.224.254'),
(2720, 1, 1299963905, 'forum.php', 'modify', 'forum id = 292', '93.89.224.254'),
(2721, 1, 1299963910, 'forum.php', 'add', '', '93.89.224.254'),
(2722, 1, 1299963940, 'forum.php', 'update', '', '93.89.224.254'),
(2723, 1, 1299963942, 'forum.php', 'modify', 'forum id = 293', '93.89.224.254'),
(2724, 1, 1299963947, 'forum.php', 'add', '', '93.89.224.254'),
(2725, 1, 1299963967, 'forum.php', 'update', '', '93.89.224.254'),
(2726, 1, 1299963968, 'forum.php', 'modify', 'forum id = 294', '93.89.224.254'),
(2727, 1, 1299963979, 'forum.php', 'add', '', '93.89.224.254'),
(2728, 1, 1299963989, 'forum.php', 'update', '', '93.89.224.254'),
(2729, 1, 1299963991, 'forum.php', 'modify', 'forum id = 295', '93.89.224.254'),
(2730, 1, 1299964022, 'forum.php', 'add', '', '93.89.224.254'),
(2731, 1, 1299964042, 'forum.php', 'update', '', '93.89.224.254'),
(2732, 1, 1299964044, 'forum.php', 'modify', 'forum id = 296', '93.89.224.254'),
(2733, 1, 1299964081, 'forum.php', 'add', '', '93.89.224.254'),
(2734, 1, 1299964115, 'forum.php', 'update', '', '93.89.224.254'),
(2735, 1, 1299964116, 'forum.php', 'modify', 'forum id = 297', '93.89.224.254'),
(2736, 1, 1299964146, 'forum.php', 'add', '', '93.89.224.254'),
(2737, 1, 1299964157, 'forum.php', 'update', '', '93.89.224.254'),
(2738, 1, 1299964159, 'forum.php', 'modify', 'forum id = 298', '93.89.224.254'),
(2739, 1, 1299964202, 'forum.php', 'edit', 'forum id = 298', '93.89.224.254'),
(2740, 1, 1299964221, 'forum.php', 'edit', 'forum id = 297', '93.89.224.254'),
(2741, 1, 1299964266, 'forum.php', 'edit', 'forum id = 297', '93.89.224.254'),
(2742, 1, 1299964276, 'forum.php', 'update', 'forum id = 297', '93.89.224.254'),
(2743, 1, 1299964278, 'forum.php', 'modify', 'forum id = 297', '93.89.224.254'),
(2744, 1, 1299964313, 'forum.php', 'add', '', '93.89.224.254'),
(2745, 1, 1299964325, 'forum.php', 'update', '', '93.89.224.254'),
(2746, 1, 1299964327, 'forum.php', 'modify', 'forum id = 299', '93.89.224.254'),
(2747, 1, 1299964351, 'forum.php', 'add', '', '93.89.224.254'),
(2748, 1, 1299964389, 'forum.php', 'update', '', '93.89.224.254'),
(2749, 1, 1299964391, 'forum.php', 'modify', 'forum id = 300', '93.89.224.254'),
(2750, 1, 1299964428, 'forum.php', 'add', '', '93.89.224.254'),
(2751, 1, 1299964439, 'forum.php', 'update', '', '93.89.224.254'),
(2752, 1, 1299964440, 'forum.php', 'modify', 'forum id = 301', '93.89.224.254'),
(2753, 1, 1299964507, 'forum.php', 'add', '', '93.89.224.254'),
(2754, 1, 1299964524, 'forum.php', 'update', '', '93.89.224.254'),
(2755, 1, 1299964526, 'forum.php', 'modify', 'forum id = 302', '93.89.224.254'),
(2756, 1, 1299964551, 'forum.php', 'add', '', '93.89.224.254'),
(2757, 1, 1299964565, 'forum.php', 'update', '', '93.89.224.254'),
(2758, 1, 1299964566, 'forum.php', 'modify', 'forum id = 303', '93.89.224.254'),
(2759, 1, 1299964574, 'forum.php', 'add', '', '93.89.224.254'),
(2760, 1, 1299964603, 'forum.php', 'update', '', '93.89.224.254'),
(2761, 1, 1299964604, 'forum.php', 'modify', 'forum id = 304', '93.89.224.254'),
(2762, 1, 1299964609, 'forum.php', 'add', '', '93.89.224.254'),
(2763, 1, 1299964628, 'forum.php', 'update', '', '93.89.224.254'),
(2764, 1, 1299964630, 'forum.php', 'modify', 'forum id = 305', '93.89.224.254'),
(2765, 1, 1299964643, 'forum.php', 'add', '', '93.89.224.254'),
(2766, 1, 1299964655, 'forum.php', 'update', '', '93.89.224.254'),
(2767, 1, 1299964657, 'forum.php', 'modify', 'forum id = 306', '93.89.224.254'),
(2768, 1, 1299964670, 'forum.php', 'add', '', '93.89.224.254'),
(2769, 1, 1299964680, 'forum.php', 'update', '', '93.89.224.254'),
(2770, 1, 1299964681, 'forum.php', 'modify', 'forum id = 307', '93.89.224.254'),
(2771, 1, 1299964686, 'forum.php', 'add', '', '93.89.224.254'),
(2772, 1, 1299964717, 'forum.php', 'update', '', '93.89.224.254'),
(2773, 1, 1299964719, 'forum.php', 'modify', 'forum id = 308', '93.89.224.254'),
(2774, 1, 1299964734, 'forum.php', 'add', '', '93.89.224.254'),
(2775, 1, 1299964744, 'forum.php', 'update', '', '93.89.224.254'),
(2776, 1, 1299964745, 'forum.php', 'modify', 'forum id = 309', '93.89.224.254'),
(2777, 1, 1299965154, 'options.php', '', '', '93.89.224.254'),
(2778, 1, 1299965169, 'forum.php', 'modify', '', '93.89.224.254'),
(2779, 1, 1299965463, 'attachment.php', 'types', '', '93.89.224.254'),
(2780, 1, 1299965463, 'attachment.php', 'types', '', '93.89.224.254'),
(2781, 1, 1299965466, 'attachmentpermission.php', '', '', '93.89.224.254'),
(2782, 1, 1299965488, 'plugin.php', 'add', '', '93.89.224.254'),
(2783, 1, 1299965494, 'plugin.php', 'modify', '', '93.89.224.254'),
(2784, 1, 1299965494, 'plugin.php', 'modify', '', '93.89.224.254'),
(2785, 1, 1299965495, 'plugin.php', 'product', '', '93.89.224.254'),
(2786, 1, 1299965495, 'plugin.php', 'product', '', '93.89.224.254'),
(2787, 1, 1299965513, 'bbcode.php', 'modify', '', '93.89.224.254'),
(2788, 1, 1299965513, 'bbcode.php', 'previewbbcode', 'bbcode id = 1', '93.89.224.254'),
(2789, 1, 1299965514, 'bbcode.php', 'modify', '', '93.89.224.254'),
(2790, 1, 1299965514, 'bbcode.php', 'previewbbcode', 'bbcode id = 1', '93.89.224.254'),
(2791, 1, 1299965531, 'bbcode.php', 'edit', 'bbcode id = 1', '93.89.224.254'),
(2792, 1, 1299966114, 'bbcode.php', 'doupdate', 'bbcode id = 1', '93.89.224.254'),
(2793, 1, 1299966116, 'bbcode.php', 'modify', '', '93.89.224.254'),
(2794, 1, 1299966116, 'bbcode.php', 'previewbbcode', 'bbcode id = 1', '93.89.224.254'),
(2795, 1, 1299966552, 'bbcode.php', 'add', '', '93.89.224.254'),
(2796, 1, 1299966604, 'bbcode.php', 'edit', 'bbcode id = 1', '93.89.224.254'),
(2797, 1, 1299966658, 'bbcode.php', 'add', '', '93.89.224.254'),
(2798, 1, 1299966765, 'bbcode.php', 'insert', '', '93.89.224.254'),
(2799, 1, 1299966766, 'bbcode.php', 'modify', '', '93.89.224.254'),
(2800, 1, 1299966766, 'bbcode.php', 'previewbbcode', 'bbcode id = 1', '93.89.224.254'),
(2801, 1, 1299966766, 'bbcode.php', 'previewbbcode', 'bbcode id = 2', '93.89.224.254'),
(2802, 1, 1299966777, 'bbcode.php', 'edit', 'bbcode id = 2', '93.89.224.254'),
(2803, 1, 1299966808, 'bbcode.php', 'doupdate', 'bbcode id = 2', '93.89.224.254'),
(2804, 1, 1299966809, 'bbcode.php', 'modify', '', '93.89.224.254'),
(2805, 1, 1299966809, 'bbcode.php', 'previewbbcode', 'bbcode id = 1', '93.89.224.254'),
(2806, 1, 1299966810, 'bbcode.php', 'previewbbcode', 'bbcode id = 2', '93.89.224.254'),
(2807, 1, 1299966814, 'bbcode.php', 'edit', 'bbcode id = 1', '93.89.224.254'),
(2808, 1, 1299966834, 'bbcode.php', 'edit', 'bbcode id = 2', '93.89.224.254'),
(2809, 1, 1299966860, 'bbcode.php', 'doupdate', 'bbcode id = 2', '93.89.224.254'),
(2810, 1, 1299966862, 'bbcode.php', 'modify', '', '93.89.224.254'),
(2811, 1, 1299966862, 'bbcode.php', 'previewbbcode', 'bbcode id = 1', '93.89.224.254'),
(2812, 1, 1299966862, 'bbcode.php', 'previewbbcode', 'bbcode id = 2', '93.89.224.254'),
(2813, 1, 1299966878, 'bbcode.php', 'edit', 'bbcode id = 1', '93.89.224.254'),
(2814, 1, 1299966901, 'bbcode.php', 'edit', 'bbcode id = 2', '93.89.224.254'),
(2815, 1, 1299966960, 'bbcode.php', 'doupdate', 'bbcode id = 2', '93.89.224.254'),
(2816, 1, 1299966961, 'bbcode.php', 'modify', '', '93.89.224.254'),
(2817, 1, 1299966961, 'bbcode.php', 'previewbbcode', 'bbcode id = 1', '93.89.224.254'),
(2818, 1, 1299966961, 'bbcode.php', 'previewbbcode', 'bbcode id = 2', '93.89.224.254'),
(2819, 1, 1299966977, 'bbcode.php', 'edit', 'bbcode id = 2', '93.89.224.254'),
(2820, 1, 1299966988, 'bbcode.php', 'doupdate', 'bbcode id = 2', '93.89.224.254'),
(2821, 1, 1299966989, 'bbcode.php', 'modify', '', '93.89.224.254'),
(2822, 1, 1299966990, 'bbcode.php', 'previewbbcode', 'bbcode id = 2', '93.89.224.254'),
(2823, 1, 1299966990, 'bbcode.php', 'previewbbcode', 'bbcode id = 1', '93.89.224.254'),
(2824, 1, 1299967016, 'bbcode.php', 'edit', 'bbcode id = 2', '93.89.224.254'),
(2825, 1, 1299967030, 'bbcode.php', 'doupdate', 'bbcode id = 2', '93.89.224.254'),
(2826, 1, 1299967031, 'bbcode.php', 'modify', '', '93.89.224.254'),
(2827, 1, 1299967032, 'bbcode.php', 'previewbbcode', 'bbcode id = 1', '93.89.224.254'),
(2828, 1, 1299967032, 'bbcode.php', 'previewbbcode', 'bbcode id = 2', '93.89.224.254'),
(2829, 1, 1299967266, 'bbcode.php', 'add', '', '93.89.224.254'),
(2830, 1, 1299967408, 'bbcode.php', 'insert', '', '93.89.224.254'),
(2831, 1, 1299967409, 'bbcode.php', 'modify', '', '93.89.224.254'),
(2832, 1, 1299967409, 'bbcode.php', 'previewbbcode', 'bbcode id = 1', '93.89.224.254'),
(2833, 1, 1299967409, 'bbcode.php', 'previewbbcode', 'bbcode id = 2', '93.89.224.254'),
(2834, 1, 1299967410, 'bbcode.php', 'previewbbcode', 'bbcode id = 3', '93.89.224.254'),
(2835, 1, 1299967421, 'bbcode.php', 'edit', 'bbcode id = 2', '93.89.224.254'),
(2836, 1, 1299967432, 'bbcode.php', 'edit', 'bbcode id = 3', '93.89.224.254');
INSERT INTO `adminlog` (`adminlogid`, `userid`, `dateline`, `script`, `action`, `extrainfo`, `ipaddress`) VALUES
(2837, 1, 1299967527, 'bbcode.php', 'doupdate', 'bbcode id = 3', '93.89.224.254'),
(2838, 1, 1299967529, 'bbcode.php', 'modify', '', '93.89.224.254'),
(2839, 1, 1299967529, 'bbcode.php', 'previewbbcode', 'bbcode id = 1', '93.89.224.254'),
(2840, 1, 1299967529, 'bbcode.php', 'previewbbcode', 'bbcode id = 3', '93.89.224.254'),
(2841, 1, 1299967529, 'bbcode.php', 'previewbbcode', 'bbcode id = 2', '93.89.224.254'),
(2842, 1, 1299967607, 'bbcode.php', 'edit', 'bbcode id = 3', '93.89.224.254'),
(2843, 1, 1299967628, 'bbcode.php', 'doupdate', 'bbcode id = 3', '93.89.224.254'),
(2844, 1, 1299967629, 'bbcode.php', 'modify', '', '93.89.224.254'),
(2845, 1, 1299967629, 'bbcode.php', 'previewbbcode', 'bbcode id = 1', '93.89.224.254'),
(2846, 1, 1299967629, 'bbcode.php', 'previewbbcode', 'bbcode id = 3', '93.89.224.254'),
(2847, 1, 1299967630, 'bbcode.php', 'previewbbcode', 'bbcode id = 2', '93.89.224.254'),
(2848, 1, 1299967658, 'bbcode.php', 'edit', 'bbcode id = 3', '93.89.224.254'),
(2849, 1, 1299967670, 'bbcode.php', 'doupdate', 'bbcode id = 3', '93.89.224.254'),
(2850, 1, 1299967671, 'bbcode.php', 'modify', '', '93.89.224.254'),
(2851, 1, 1299967672, 'bbcode.php', 'previewbbcode', 'bbcode id = 1', '93.89.224.254'),
(2852, 1, 1299967672, 'bbcode.php', 'previewbbcode', 'bbcode id = 3', '93.89.224.254'),
(2853, 1, 1299967672, 'bbcode.php', 'previewbbcode', 'bbcode id = 2', '93.89.224.254'),
(2854, 1, 1299967691, 'bbcode.php', 'edit', 'bbcode id = 3', '93.89.224.254'),
(2855, 1, 1299967707, 'bbcode.php', 'doupdate', 'bbcode id = 3', '93.89.224.254'),
(2856, 1, 1299967708, 'bbcode.php', 'modify', '', '93.89.224.254'),
(2857, 1, 1299967709, 'bbcode.php', 'previewbbcode', 'bbcode id = 1', '93.89.224.254'),
(2858, 1, 1299967709, 'bbcode.php', 'previewbbcode', 'bbcode id = 2', '93.89.224.254'),
(2859, 1, 1299967709, 'bbcode.php', 'previewbbcode', 'bbcode id = 3', '93.89.224.254'),
(2860, 1, 1299968380, 'forum.php', 'modify', '', '93.89.224.254'),
(2861, 1, 1299968861, 'plugin.php', 'modify', '', '93.89.224.254'),
(2862, 1, 1299968877, 'plugin.php', 'edit', 'plugin id = 85', '93.89.224.254'),
(2863, 1, 1299968881, 'plugin.php', 'edit', 'plugin id = 85', '93.89.224.254'),
(2864, 1, 1299968951, 'plugin.php', 'edit', 'plugin id = 84', '93.89.224.254'),
(2865, 1, 1299968998, 'plugin.php', 'edit', 'plugin id = 82', '93.89.224.254'),
(2866, 1, 1299968966, 'plugin.php', 'edit', 'plugin id = 84', '93.89.224.254'),
(2867, 1, 1299968983, 'plugin.php', 'edit', 'plugin id = 84', '93.89.224.254'),
(2868, 1, 1299969029, 'plugin.php', 'edit', 'plugin id = 83', '93.89.224.254'),
(2869, 1, 1299969037, 'plugin.php', 'update', 'plugin id = 83', '93.89.224.254'),
(2870, 1, 1299969039, 'plugin.php', '', '', '93.89.224.254'),
(2871, 1, 1299969042, 'plugin.php', 'edit', 'plugin id = 82', '93.89.224.254'),
(2872, 1, 1299969048, 'plugin.php', 'update', 'plugin id = 82', '93.89.224.254'),
(2873, 1, 1299969050, 'plugin.php', '', '', '93.89.224.254'),
(2874, 1, 1299969053, 'plugin.php', 'edit', 'plugin id = 82', '93.89.224.254'),
(2875, 1, 1299969057, 'plugin.php', 'edit', 'plugin id = 83', '93.89.224.254'),
(2876, 1, 1299969090, 'plugin.php', 'edit', 'plugin id = 85', '93.89.224.254'),
(2877, 1, 1299969078, 'plugin.php', 'edit', 'plugin id = 85', '93.89.224.254'),
(2878, 1, 1299969104, 'plugin.php', 'modify', '', '93.89.224.254'),
(2879, 1, 1299969103, 'plugin.php', 'modify', '', '93.89.224.254'),
(2880, 1, 1299969129, 'plugin.php', 'edit', 'plugin id = 86', '93.89.224.254'),
(2881, 1, 1299969131, 'plugin.php', 'edit', 'plugin id = 85', '93.89.224.254'),
(2882, 1, 1299969125, 'plugin.php', 'edit', 'plugin id = 85', '93.89.224.254'),
(2883, 1, 1299969153, 'plugin.php', 'edit', 'plugin id = 85', '93.89.224.254'),
(2884, 1, 1299969154, 'plugin.php', 'edit', 'plugin id = 85', '93.89.224.254'),
(2885, 1, 1299969153, 'plugin.php', 'edit', 'plugin id = 85', '93.89.224.254'),
(2886, 1, 1299969159, 'plugin.php', 'edit', 'plugin id = 85', '93.89.224.254'),
(2887, 1, 1299969148, 'plugin.php', 'edit', 'plugin id = 85', '93.89.224.254'),
(2888, 1, 1299969147, 'plugin.php', 'edit', 'plugin id = 85', '93.89.224.254'),
(2889, 1, 1299969148, 'plugin.php', 'edit', 'plugin id = 85', '93.89.224.254'),
(2890, 1, 1299969062, 'plugin.php', 'edit', 'plugin id = 84', '93.89.224.254'),
(2891, 1, 1299969288, 'plugin.php', 'modify', '', '93.89.224.254'),
(2892, 1, 1299969288, 'plugin.php', 'modify', '', '93.89.224.254'),
(2893, 1, 1299969295, 'plugin.php', 'edit', 'plugin id = 83', '93.89.224.254'),
(2894, 1, 1299969311, 'plugin.php', 'edit', 'plugin id = 83', '93.89.224.254'),
(2895, 1, 1299969317, 'plugin.php', 'update', 'plugin id = 83', '93.89.224.254'),
(2896, 1, 1299969319, 'plugin.php', '', '', '93.89.224.254'),
(2897, 1, 1299969321, 'plugin.php', 'edit', 'plugin id = 82', '93.89.224.254'),
(2898, 1, 1299969327, 'plugin.php', 'update', 'plugin id = 82', '93.89.224.254'),
(2899, 1, 1299969328, 'plugin.php', '', '', '93.89.224.254'),
(2900, 1, 1299969306, 'plugin.php', 'edit', 'plugin id = 85', '93.89.224.254'),
(2901, 1, 1299969334, 'plugin.php', 'edit', 'plugin id = 86', '93.89.224.254'),
(2902, 1, 1299969309, 'plugin.php', 'edit', 'plugin id = 85', '93.89.224.254'),
(2903, 1, 1299969351, 'plugin.php', 'update', 'plugin id = 86', '93.89.224.254'),
(2904, 1, 1299969073, 'plugin.php', 'edit', 'plugin id = 84', '93.89.224.254'),
(2905, 1, 1299969071, 'plugin.php', 'edit', 'plugin id = 84', '93.89.224.254'),
(2906, 1, 1299969073, 'plugin.php', 'edit', 'plugin id = 84', '93.89.224.254'),
(2907, 1, 1299969077, 'plugin.php', 'edit', 'plugin id = 84', '93.89.224.254'),
(2908, 1, 1299969082, 'plugin.php', 'edit', 'plugin id = 84', '93.89.224.254'),
(2909, 1, 1299969361, 'plugin.php', '', '', '93.89.224.254'),
(2910, 1, 1299969369, 'plugin.php', 'edit', 'plugin id = 86', '93.89.224.254'),
(2911, 1, 1299969115, 'plugin.php', 'edit', 'plugin id = 84', '93.89.224.254'),
(2912, 1, 1299969121, 'plugin.php', 'edit', 'plugin id = 84', '93.89.224.254'),
(2913, 1, 1299969182, 'plugin.php', 'edit', 'plugin id = 84', '93.89.224.254'),
(2914, 1, 1299969160, 'plugin.php', 'edit', 'plugin id = 84', '93.89.224.254'),
(2915, 1, 1299969389, 'plugin.php', 'edit', 'plugin id = 86', '93.89.224.254'),
(2916, 1, 1299969391, 'plugin.php', 'edit', 'plugin id = 86', '93.89.224.254'),
(2917, 1, 1299969391, 'plugin.php', 'edit', 'plugin id = 86', '93.89.224.254'),
(2918, 1, 1299969391, 'plugin.php', 'edit', 'plugin id = 86', '93.89.224.254'),
(2919, 1, 1299969392, 'plugin.php', 'edit', 'plugin id = 86', '93.89.224.254'),
(2920, 1, 1299969403, 'plugin.php', 'update', 'plugin id = 86', '93.89.224.254'),
(2921, 1, 1299969406, 'plugin.php', '', '', '93.89.224.254'),
(2922, 1, 1299969409, 'plugin.php', 'edit', 'plugin id = 82', '93.89.224.254'),
(2923, 1, 1299969416, 'plugin.php', 'edit', 'plugin id = 83', '93.89.224.254'),
(2924, 1, 1299969375, 'plugin.php', 'edit', 'plugin id = 85', '93.89.224.254'),
(2925, 1, 1299969425, 'plugin.php', 'edit', 'plugin id = 82', '93.89.224.254'),
(2926, 1, 1299969292, 'plugin.php', 'edit', 'plugin id = 84', '93.89.224.254'),
(2927, 1, 1299969300, 'plugin.php', 'edit', 'plugin id = 84', '93.89.224.254'),
(2928, 1, 1299969429, 'plugin.php', 'edit', 'plugin id = 83', '93.89.224.254'),
(2929, 1, 1299969442, 'plugin.php', 'edit', 'plugin id = 86', '93.89.224.254'),
(2930, 1, 1299969438, 'plugin.php', 'edit', 'plugin id = 85', '93.89.224.254'),
(2931, 1, 1299969448, 'plugin.php', 'edit', 'plugin id = 85', '93.89.224.254'),
(2932, 1, 1299969482, 'plugin.php', 'product', '', '93.89.224.254'),
(2933, 1, 1299969488, 'plugin.php', 'product', '', '93.89.224.254'),
(2934, 1, 1299969434, 'plugin.php', 'edit', 'plugin id = 84', '93.89.224.254'),
(2935, 1, 1299969498, 'plugin.php', 'productedit', '', '93.89.224.254'),
(2936, 1, 1299969516, 'plugin.php', 'productedit', '', '93.89.224.254'),
(2937, 1, 1299969525, 'plugin.php', 'modify', '', '93.89.224.254'),
(2938, 1, 1299969458, 'plugin.php', 'edit', 'plugin id = 84', '93.89.224.254'),
(2939, 1, 1299969659, 'options.php', '', '', '93.89.224.254'),
(2940, 1, 1299969472, 'plugin.php', 'edit', 'plugin id = 84', '93.89.224.254'),
(2941, 1, 1299969473, 'plugin.php', 'edit', 'plugin id = 84', '93.89.224.254'),
(2942, 1, 1299969474, 'plugin.php', 'edit', 'plugin id = 84', '93.89.224.254'),
(2943, 1, 1299969663, 'template.php', 'modify', '', '93.89.224.254'),
(2944, 1, 1299969663, 'template.php', 'modify', '', '93.89.224.254'),
(2945, 1, 1299969472, 'plugin.php', 'edit', 'plugin id = 84', '93.89.224.254'),
(2946, 1, 1299969474, 'plugin.php', 'edit', 'plugin id = 84', '93.89.224.254'),
(2947, 1, 1299969486, 'plugin.php', 'edit', 'plugin id = 84', '93.89.224.254'),
(2948, 1, 1299969536, 'plugin.php', 'edit', 'plugin id = 84', '93.89.224.254'),
(2949, 1, 1299969530, 'plugin.php', 'edit', 'plugin id = 84', '93.89.224.254'),
(2950, 1, 1299969534, 'plugin.php', 'edit', 'plugin id = 84', '93.89.224.254'),
(2951, 1, 1299969681, 'css.php', 'edit', 'style id = 6', '93.89.224.254'),
(2952, 1, 1299969773, 'template.php', 'deletestyle', 'style id = 7', '93.89.224.254'),
(2953, 1, 1299969774, 'template.php', 'killstyle', 'style id = 7', '93.89.224.254'),
(2954, 1, 1299969776, 'template.php', 'modify', '', '93.89.224.254'),
(2955, 1, 1299969779, 'template.php', 'deletestyle', 'style id = 6', '93.89.224.254'),
(2956, 1, 1299969780, 'template.php', 'killstyle', 'style id = 6', '93.89.224.254'),
(2957, 1, 1299969782, 'template.php', 'modify', '', '93.89.224.254'),
(2958, 1, 1299969821, 'template.php', 'search', '', '93.89.224.254'),
(2959, 1, 1299969828, 'template.php', 'modify', '', '93.89.224.254'),
(2960, 1, 1299969828, 'template.php', 'modify', '', '93.89.224.254'),
(2961, 1, 1299969843, 'css.php', 'edit', 'style id = 1', '93.89.224.254'),
(2962, 1, 1299969847, 'css.php', 'edit', 'style id = 8', '93.89.224.254'),
(2963, 1, 1299969880, 'forum.php', 'modify', '', '93.89.224.254'),
(2964, 1, 1299970019, 'forum.php', 'edit', 'forum id = 1', '93.89.224.254'),
(2965, 1, 1299970057, 'forum.php', 'update', 'forum id = 1', '93.89.224.254'),
(2966, 1, 1299970058, 'forum.php', 'modify', 'forum id = 1', '93.89.224.254'),
(2967, 1, 1299970120, 'template.php', 'modify', '', '93.89.224.254'),
(2968, 1, 1299970155, 'forum.php', 'modify', '', '93.89.224.254'),
(2969, 1, 1299970156, 'forum.php', 'modify', '', '93.89.224.254'),
(2970, 1, 1299970162, 'forum.php', 'edit', 'forum id = 173', '93.89.224.254'),
(2971, 1, 1299970177, 'forum.php', 'update', 'forum id = 173', '93.89.224.254'),
(2972, 1, 1299970179, 'forum.php', 'modify', 'forum id = 173', '93.89.224.254'),
(2973, 1, 1299970184, 'forum.php', 'edit', 'forum id = 175', '93.89.224.254'),
(2974, 1, 1299970220, 'forum.php', 'update', 'forum id = 175', '93.89.224.254'),
(2975, 1, 1299970221, 'forum.php', 'modify', 'forum id = 175', '93.89.224.254'),
(2976, 1, 1299970261, 'forum.php', 'edit', 'forum id = 180', '93.89.224.254'),
(2977, 1, 1299970270, 'forum.php', 'update', 'forum id = 180', '93.89.224.254'),
(2978, 1, 1299970271, 'forum.php', 'modify', 'forum id = 180', '93.89.224.254'),
(2979, 1, 1299970281, 'forum.php', 'edit', 'forum id = 181', '93.89.224.254'),
(2980, 1, 1299970290, 'forum.php', 'update', 'forum id = 181', '93.89.224.254'),
(2981, 1, 1299970292, 'forum.php', 'modify', 'forum id = 181', '93.89.224.254'),
(2982, 1, 1299970296, 'forum.php', 'edit', 'forum id = 182', '93.89.224.254'),
(2983, 1, 1299970305, 'forum.php', 'update', 'forum id = 182', '93.89.224.254'),
(2984, 1, 1299970306, 'forum.php', 'modify', 'forum id = 182', '93.89.224.254'),
(2985, 1, 1299970365, 'forum.php', 'edit', 'forum id = 188', '93.89.224.254'),
(2986, 1, 1299970377, 'forum.php', 'update', 'forum id = 188', '93.89.224.254'),
(2987, 1, 1299970378, 'forum.php', 'modify', 'forum id = 188', '93.89.224.254'),
(2988, 1, 1299970382, 'forum.php', 'edit', 'forum id = 189', '93.89.224.254'),
(2989, 1, 1299970391, 'forum.php', 'update', 'forum id = 189', '93.89.224.254'),
(2990, 1, 1299970392, 'forum.php', 'modify', 'forum id = 189', '93.89.224.254'),
(2991, 1, 1299970398, 'forum.php', 'edit', 'forum id = 200', '93.89.224.254'),
(2992, 1, 1299970409, 'forum.php', 'update', 'forum id = 200', '93.89.224.254'),
(2993, 1, 1299970411, 'forum.php', 'modify', 'forum id = 200', '93.89.224.254'),
(2994, 1, 1299970414, 'forum.php', 'edit', 'forum id = 201', '93.89.224.254'),
(2995, 1, 1299970422, 'forum.php', 'update', 'forum id = 201', '93.89.224.254'),
(2996, 1, 1299970424, 'forum.php', 'modify', 'forum id = 201', '93.89.224.254'),
(2997, 1, 1299970428, 'forum.php', 'edit', 'forum id = 208', '93.89.224.254'),
(2998, 1, 1299970437, 'forum.php', 'update', 'forum id = 208', '93.89.224.254'),
(2999, 1, 1299970439, 'forum.php', 'modify', 'forum id = 208', '93.89.224.254'),
(3000, 1, 1299970442, 'forum.php', 'edit', 'forum id = 209', '93.89.224.254'),
(3001, 1, 1299970451, 'forum.php', 'update', 'forum id = 209', '93.89.224.254'),
(3002, 1, 1299970453, 'forum.php', 'modify', 'forum id = 209', '93.89.224.254'),
(3003, 1, 1299970471, 'forum.php', 'edit', 'forum id = 217', '93.89.224.254'),
(3004, 1, 1299970484, 'forum.php', 'update', 'forum id = 217', '93.89.224.254'),
(3005, 1, 1299970485, 'forum.php', 'modify', 'forum id = 217', '93.89.224.254'),
(3006, 1, 1299970489, 'forum.php', 'edit', 'forum id = 218', '93.89.224.254'),
(3007, 1, 1299970506, 'forum.php', 'update', 'forum id = 218', '93.89.224.254'),
(3008, 1, 1299970508, 'forum.php', 'modify', 'forum id = 218', '93.89.224.254'),
(3009, 1, 1299970514, 'forum.php', 'edit', 'forum id = 235', '93.89.224.254'),
(3010, 1, 1299970525, 'forum.php', 'update', 'forum id = 235', '93.89.224.254'),
(3011, 1, 1299970527, 'forum.php', 'modify', 'forum id = 235', '93.89.224.254'),
(3012, 1, 1299970530, 'forum.php', 'edit', 'forum id = 244', '93.89.224.254'),
(3013, 1, 1299970542, 'forum.php', 'update', 'forum id = 244', '93.89.224.254'),
(3014, 1, 1299970543, 'forum.php', 'modify', 'forum id = 244', '93.89.224.254'),
(3015, 1, 1299970546, 'forum.php', 'edit', 'forum id = 236', '93.89.224.254'),
(3016, 1, 1299970558, 'forum.php', 'update', 'forum id = 236', '93.89.224.254'),
(3017, 1, 1299970559, 'forum.php', 'modify', 'forum id = 236', '93.89.224.254'),
(3018, 1, 1299970576, 'forum.php', 'edit', 'forum id = 245', '93.89.224.254'),
(3019, 1, 1299970589, 'forum.php', 'update', 'forum id = 245', '93.89.224.254'),
(3020, 1, 1299970590, 'forum.php', 'modify', 'forum id = 245', '93.89.224.254'),
(3021, 1, 1299970604, 'forum.php', 'edit', 'forum id = 246', '93.89.224.254'),
(3022, 1, 1299970612, 'forum.php', 'update', 'forum id = 246', '93.89.224.254'),
(3023, 1, 1299970614, 'forum.php', 'modify', 'forum id = 246', '93.89.224.254'),
(3024, 1, 1299970620, 'forum.php', 'edit', 'forum id = 255', '93.89.224.254'),
(3025, 1, 1299970631, 'forum.php', 'update', 'forum id = 255', '93.89.224.254'),
(3026, 1, 1299970632, 'forum.php', 'modify', 'forum id = 255', '93.89.224.254'),
(3027, 1, 1299970635, 'forum.php', 'edit', 'forum id = 256', '93.89.224.254'),
(3028, 1, 1299970645, 'forum.php', 'update', 'forum id = 256', '93.89.224.254'),
(3029, 1, 1299970646, 'forum.php', 'modify', 'forum id = 256', '93.89.224.254'),
(3030, 1, 1299970653, 'forum.php', 'edit', 'forum id = 263', '93.89.224.254'),
(3031, 1, 1299970662, 'forum.php', 'update', 'forum id = 263', '93.89.224.254'),
(3032, 1, 1299970663, 'forum.php', 'modify', 'forum id = 263', '93.89.224.254'),
(3033, 1, 1299970667, 'forum.php', 'edit', 'forum id = 264', '93.89.224.254'),
(3034, 1, 1299970675, 'forum.php', 'update', 'forum id = 264', '93.89.224.254'),
(3035, 1, 1299970677, 'forum.php', 'modify', 'forum id = 264', '93.89.224.254'),
(3036, 1, 1299970681, 'forum.php', 'edit', 'forum id = 271', '93.89.224.254'),
(3037, 1, 1299970692, 'forum.php', 'update', 'forum id = 271', '93.89.224.254'),
(3038, 1, 1299970694, 'forum.php', 'modify', 'forum id = 271', '93.89.224.254'),
(3039, 1, 1299970696, 'forum.php', 'edit', 'forum id = 272', '93.89.224.254'),
(3040, 1, 1299970709, 'forum.php', 'update', 'forum id = 272', '93.89.224.254'),
(3041, 1, 1299970711, 'forum.php', 'modify', 'forum id = 272', '93.89.224.254'),
(3042, 1, 1299970714, 'forum.php', 'edit', 'forum id = 279', '93.89.224.254'),
(3043, 1, 1299970731, 'forum.php', 'update', 'forum id = 279', '93.89.224.254'),
(3044, 1, 1299970732, 'forum.php', 'modify', 'forum id = 279', '93.89.224.254'),
(3045, 1, 1299970736, 'forum.php', 'edit', 'forum id = 280', '93.89.224.254'),
(3046, 1, 1299970746, 'forum.php', 'update', 'forum id = 280', '93.89.224.254'),
(3047, 1, 1299970748, 'forum.php', 'modify', 'forum id = 280', '93.89.224.254'),
(3048, 1, 1299970754, 'forum.php', 'edit', 'forum id = 287', '93.89.224.254'),
(3049, 1, 1299970764, 'forum.php', 'update', 'forum id = 287', '93.89.224.254'),
(3050, 1, 1299970765, 'forum.php', 'modify', 'forum id = 287', '93.89.224.254'),
(3051, 1, 1299970769, 'forum.php', 'edit', 'forum id = 297', '93.89.224.254'),
(3052, 1, 1299970778, 'forum.php', 'update', 'forum id = 297', '93.89.224.254'),
(3053, 1, 1299970779, 'forum.php', 'modify', 'forum id = 297', '93.89.224.254'),
(3054, 1, 1299970787, 'forum.php', 'edit', 'forum id = 288', '93.89.224.254'),
(3055, 1, 1299970797, 'forum.php', 'update', 'forum id = 288', '93.89.224.254'),
(3056, 1, 1299970798, 'forum.php', 'modify', 'forum id = 288', '93.89.224.254'),
(3057, 1, 1299970804, 'forum.php', 'edit', 'forum id = 302', '93.89.224.254'),
(3058, 1, 1299970814, 'forum.php', 'update', 'forum id = 302', '93.89.224.254'),
(3059, 1, 1299970815, 'forum.php', 'modify', 'forum id = 302', '93.89.224.254'),
(3060, 1, 1299970817, 'forum.php', 'edit', 'forum id = 303', '93.89.224.254'),
(3061, 1, 1299970827, 'forum.php', 'update', 'forum id = 303', '93.89.224.254'),
(3062, 1, 1299970828, 'forum.php', 'modify', 'forum id = 303', '93.89.224.254'),
(3063, 1, 1299971135, 'forum.php', 'edit', 'forum id = 257', '93.89.224.254'),
(3064, 1, 1299971144, 'forum.php', 'update', 'forum id = 257', '93.89.224.254'),
(3065, 1, 1299971145, 'forum.php', 'modify', 'forum id = 257', '93.89.224.254'),
(3066, 1, 1299971366, 'forum.php', 'add', '', '93.89.224.254'),
(3067, 1, 1299971397, 'forum.php', 'update', '', '93.89.224.254'),
(3068, 1, 1299971398, 'forum.php', 'modify', 'forum id = 310', '93.89.224.254'),
(3069, 1, 1299971404, 'forum.php', 'add', '', '93.89.224.254'),
(3070, 1, 1299971466, 'forum.php', 'update', '', '93.89.224.254'),
(3071, 1, 1299971468, 'forum.php', 'modify', 'forum id = 311', '93.89.224.254'),
(3072, 1, 1299971476, 'forum.php', 'add', '', '93.89.224.254'),
(3073, 1, 1299971544, 'forum.php', 'update', '', '93.89.224.254'),
(3074, 1, 1299971545, 'forum.php', 'modify', 'forum id = 312', '93.89.224.254'),
(3075, 1, 1299971553, 'forum.php', 'add', '', '93.89.224.254'),
(3076, 1, 1299971578, 'forum.php', 'update', '', '93.89.224.254'),
(3077, 1, 1299971579, 'forum.php', 'modify', 'forum id = 313', '93.89.224.254'),
(3078, 1, 1299971601, 'forum.php', 'add', '', '93.89.224.254'),
(3079, 1, 1299971649, 'forum.php', 'update', '', '93.89.224.254'),
(3080, 1, 1299971651, 'forum.php', 'modify', 'forum id = 314', '93.89.224.254'),
(3081, 1, 1299971715, 'forum.php', 'add', '', '93.89.224.254'),
(3082, 1, 1299971736, 'forum.php', 'update', '', '93.89.224.254'),
(3083, 1, 1299971737, 'forum.php', 'modify', 'forum id = 315', '93.89.224.254'),
(3084, 1, 1299974747, 'forum.php', 'add', '', '93.89.224.254'),
(3085, 1, 1299974774, 'forum.php', 'add', '', '93.89.224.254'),
(3086, 1, 1299974774, 'forum.php', 'add', '', '93.89.224.254'),
(3087, 1, 1299974977, 'forum.php', 'update', '', '93.89.224.254'),
(3088, 1, 1299974978, 'forum.php', 'modify', 'forum id = 316', '93.89.224.254'),
(3089, 1, 1299974983, 'forum.php', 'add', '', '93.89.224.254'),
(3090, 1, 1299975056, 'forum.php', 'update', '', '93.89.224.254'),
(3091, 1, 1299975057, 'forum.php', 'modify', 'forum id = 317', '93.89.224.254'),
(3092, 1, 1299975063, 'forum.php', 'add', '', '93.89.224.254'),
(3093, 1, 1299975095, 'forum.php', 'update', '', '93.89.224.254'),
(3094, 1, 1299975097, 'forum.php', 'modify', 'forum id = 318', '93.89.224.254'),
(3095, 1, 1299975103, 'forum.php', 'add', '', '93.89.224.254'),
(3096, 1, 1299975139, 'forum.php', 'update', '', '93.89.224.254'),
(3097, 1, 1299975140, 'forum.php', 'modify', 'forum id = 319', '93.89.224.254'),
(3098, 1, 1299975149, 'forum.php', 'add', '', '93.89.224.254'),
(3099, 1, 1299975185, 'forum.php', 'update', '', '93.89.224.254'),
(3100, 1, 1299975187, 'forum.php', 'modify', 'forum id = 320', '93.89.224.254'),
(3101, 1, 1299975195, 'forum.php', 'add', '', '93.89.224.254'),
(3102, 1, 1299975225, 'forum.php', 'update', '', '93.89.224.254'),
(3103, 1, 1299975227, 'forum.php', 'modify', 'forum id = 321', '93.89.224.254'),
(3104, 1, 1299975332, 'forum.php', 'add', '', '93.89.224.254'),
(3105, 1, 1299975392, 'forum.php', 'update', '', '93.89.224.254'),
(3106, 1, 1299975394, 'forum.php', 'modify', 'forum id = 322', '93.89.224.254'),
(3107, 1, 1299975406, 'forum.php', 'add', '', '93.89.224.254'),
(3108, 1, 1299975430, 'forum.php', 'update', '', '93.89.224.254'),
(3109, 1, 1299975431, 'forum.php', 'modify', 'forum id = 323', '93.89.224.254'),
(3110, 1, 1299975446, 'forum.php', 'add', '', '93.89.224.254'),
(3111, 1, 1299975467, 'forum.php', 'update', '', '93.89.224.254'),
(3112, 1, 1299975468, 'forum.php', 'modify', 'forum id = 324', '93.89.224.254'),
(3113, 1, 1299975486, 'forum.php', 'add', '', '93.89.224.254'),
(3114, 1, 1299975507, 'forum.php', 'update', '', '93.89.224.254'),
(3115, 1, 1299975508, 'forum.php', 'modify', 'forum id = 325', '93.89.224.254'),
(3116, 1, 1299975521, 'forum.php', 'add', '', '93.89.224.254'),
(3117, 1, 1299975531, 'forum.php', 'update', '', '93.89.224.254'),
(3118, 1, 1299975532, 'forum.php', 'modify', 'forum id = 326', '93.89.224.254'),
(3119, 1, 1299975538, 'forum.php', 'add', '', '93.89.224.254'),
(3120, 1, 1299975558, 'forum.php', 'update', '', '93.89.224.254'),
(3121, 1, 1299975559, 'forum.php', 'modify', 'forum id = 327', '93.89.224.254'),
(3122, 1, 1299975566, 'forum.php', 'add', '', '93.89.224.254'),
(3123, 1, 1299975586, 'forum.php', 'update', '', '93.89.224.254'),
(3124, 1, 1299975588, 'forum.php', 'modify', 'forum id = 328', '93.89.224.254'),
(3125, 1, 1299975606, 'forum.php', 'add', '', '93.89.224.254'),
(3126, 1, 1299975623, 'forum.php', 'update', '', '93.89.224.254'),
(3127, 1, 1299975625, 'forum.php', 'modify', 'forum id = 329', '93.89.224.254'),
(3128, 1, 1299975637, 'forum.php', 'add', '', '93.89.224.254'),
(3129, 1, 1299975655, 'forum.php', 'update', '', '93.89.224.254'),
(3130, 1, 1299975657, 'forum.php', 'modify', 'forum id = 330', '93.89.224.254'),
(3131, 1, 1299975669, 'forum.php', 'add', '', '93.89.224.254'),
(3132, 1, 1299975685, 'forum.php', 'update', '', '93.89.224.254'),
(3133, 1, 1299975686, 'forum.php', 'modify', 'forum id = 331', '93.89.224.254'),
(3134, 1, 1299975690, 'forum.php', 'add', '', '93.89.224.254'),
(3135, 1, 1299975706, 'forum.php', 'update', '', '93.89.224.254'),
(3136, 1, 1299975708, 'forum.php', 'modify', 'forum id = 332', '93.89.224.254'),
(3137, 1, 1299975720, 'forum.php', 'add', '', '93.89.224.254'),
(3138, 1, 1299975731, 'forum.php', 'update', '', '93.89.224.254'),
(3139, 1, 1299975732, 'forum.php', 'modify', 'forum id = 333', '93.89.224.254'),
(3140, 1, 1299975806, 'forum.php', 'add', '', '93.89.224.254'),
(3141, 1, 1299976222, 'forum.php', 'add', '', '93.89.224.254'),
(3142, 1, 1299976247, 'forum.php', 'update', '', '93.89.224.254'),
(3143, 1, 1299976249, 'forum.php', 'modify', 'forum id = 334', '93.89.224.254'),
(3144, 1, 1299976255, 'forum.php', 'edit', 'forum id = 334', '93.89.224.254'),
(3145, 1, 1299976283, 'forum.php', 'update', 'forum id = 334', '93.89.224.254'),
(3146, 1, 1299976286, 'forum.php', 'modify', 'forum id = 334', '93.89.224.254'),
(3147, 1, 1299976293, 'moderator.php', 'add', 'forum id = 334', '93.89.224.254'),
(3148, 1, 1299976303, 'forum.php', 'add', '', '93.89.224.254'),
(3149, 1, 1299976326, 'forum.php', 'update', '', '93.89.224.254'),
(3150, 1, 1299976327, 'forum.php', 'modify', 'forum id = 335', '93.89.224.254'),
(3151, 1, 1299976336, 'forum.php', 'add', '', '93.89.224.254'),
(3152, 1, 1299976370, 'forum.php', 'update', '', '93.89.224.254'),
(3153, 1, 1299976372, 'forum.php', 'modify', 'forum id = 336', '93.89.224.254'),
(3154, 1, 1299976423, 'forum.php', 'add', '', '93.89.224.254'),
(3155, 1, 1299976438, 'forum.php', 'update', '', '93.89.224.254'),
(3156, 1, 1299976439, 'forum.php', 'modify', 'forum id = 337', '93.89.224.254'),
(3157, 1, 1299976451, 'forum.php', 'add', '', '93.89.224.254'),
(3158, 1, 1299976481, 'forum.php', 'update', '', '93.89.224.254'),
(3159, 1, 1299976483, 'forum.php', 'modify', 'forum id = 338', '93.89.224.254'),
(3160, 1, 1299976490, 'forum.php', 'add', '', '93.89.224.254'),
(3161, 1, 1299976513, 'forum.php', 'update', '', '93.89.224.254'),
(3162, 1, 1299976514, 'forum.php', 'modify', 'forum id = 339', '93.89.224.254'),
(3163, 1, 1299976532, 'forum.php', 'add', '', '93.89.224.254'),
(3164, 1, 1299976544, 'forum.php', 'update', '', '93.89.224.254'),
(3165, 1, 1299976546, 'forum.php', 'modify', 'forum id = 340', '93.89.224.254'),
(3166, 1, 1299976704, 'forum.php', 'edit', 'forum id = 335', '93.89.224.254'),
(3167, 1, 1299976730, 'forum.php', 'update', 'forum id = 335', '93.89.224.254'),
(3168, 1, 1299976731, 'forum.php', 'modify', 'forum id = 335', '93.89.224.254'),
(3169, 1, 1299976752, 'forum.php', 'edit', 'forum id = 334', '93.89.224.254'),
(3170, 1, 1299976767, 'forum.php', 'update', 'forum id = 334', '93.89.224.254'),
(3171, 1, 1299976768, 'forum.php', 'modify', 'forum id = 334', '93.89.224.254'),
(3172, 1, 1299976801, 'forum.php', 'remove', 'forum id = 244', '93.89.224.254'),
(3173, 1, 1299976806, 'forum.php', 'kill', 'forum id = 244', '93.89.224.254'),
(3174, 1, 1299976808, 'forum.php', '', '', '93.89.224.254'),
(3175, 1, 1299977185, 'forum.php', 'add', '', '93.89.224.254'),
(3176, 1, 1299977192, 'forum.php', 'add', '', '93.89.224.254'),
(3177, 1, 1299977284, 'forum.php', 'update', '', '93.89.224.254'),
(3178, 1, 1299977285, 'forum.php', 'modify', 'forum id = 341', '93.89.224.254'),
(3179, 1, 1299977291, 'forum.php', 'add', '', '93.89.224.254'),
(3180, 1, 1299977347, 'forum.php', 'update', '', '93.89.224.254'),
(3181, 1, 1299977348, 'forum.php', 'modify', 'forum id = 342', '93.89.224.254'),
(3182, 1, 1299977361, 'forum.php', 'add', '', '93.89.224.254'),
(3183, 1, 1299977384, 'forum.php', 'update', '', '93.89.224.254'),
(3184, 1, 1299977386, 'forum.php', 'modify', 'forum id = 343', '93.89.224.254'),
(3185, 1, 1299977392, 'forum.php', 'add', '', '93.89.224.254'),
(3186, 1, 1299977414, 'forum.php', 'update', '', '93.89.224.254'),
(3187, 1, 1299977416, 'forum.php', 'modify', 'forum id = 344', '93.89.224.254'),
(3188, 1, 1299977420, 'forum.php', 'add', '', '93.89.224.254'),
(3189, 1, 1299977441, 'forum.php', 'update', '', '93.89.224.254'),
(3190, 1, 1299977443, 'forum.php', 'modify', 'forum id = 345', '93.89.224.254'),
(3191, 1, 1299977487, 'forum.php', 'add', '', '93.89.224.254'),
(3192, 1, 1299977527, 'forum.php', 'update', '', '93.89.224.254'),
(3193, 1, 1299977528, 'forum.php', 'modify', 'forum id = 346', '93.89.224.254'),
(3194, 1, 1299977536, 'forum.php', 'edit', 'forum id = 346', '93.89.224.254'),
(3195, 1, 1299977550, 'forum.php', 'update', 'forum id = 346', '93.89.224.254'),
(3196, 1, 1299977551, 'forum.php', 'modify', 'forum id = 346', '93.89.224.254'),
(3197, 1, 1299977577, 'forum.php', 'add', '', '93.89.224.254'),
(3198, 1, 1299977624, 'forum.php', 'update', '', '93.89.224.254'),
(3199, 1, 1299977625, 'forum.php', 'modify', 'forum id = 347', '93.89.224.254'),
(3200, 1, 1299977654, 'forum.php', 'add', '', '93.89.224.254'),
(3201, 1, 1299977701, 'forum.php', 'update', '', '93.89.224.254'),
(3202, 1, 1299977702, 'forum.php', 'modify', 'forum id = 348', '93.89.224.254'),
(3203, 1, 1299977714, 'forum.php', 'add', '', '93.89.224.254'),
(3204, 1, 1299977752, 'forum.php', 'update', '', '93.89.224.254'),
(3205, 1, 1299977754, 'forum.php', 'modify', 'forum id = 349', '93.89.224.254'),
(3206, 1, 1299977789, 'forum.php', 'add', '', '93.89.224.254'),
(3207, 1, 1299977844, 'forum.php', 'update', '', '93.89.224.254'),
(3208, 1, 1299977845, 'forum.php', 'modify', 'forum id = 350', '93.89.224.254'),
(3209, 1, 1299977870, 'forum.php', 'edit', 'forum id = 350', '93.89.224.254'),
(3210, 1, 1299977887, 'forum.php', 'update', 'forum id = 350', '93.89.224.254'),
(3211, 1, 1299977888, 'forum.php', 'modify', 'forum id = 350', '93.89.224.254'),
(3212, 1, 1299977901, 'forum.php', 'edit', 'forum id = 350', '93.89.224.254'),
(3213, 1, 1299977955, 'forum.php', 'add', '', '93.89.224.254'),
(3214, 1, 1299977987, 'forum.php', 'update', '', '93.89.224.254'),
(3215, 1, 1299977989, 'forum.php', 'modify', 'forum id = 351', '93.89.224.254'),
(3216, 1, 1299977994, 'forum.php', 'add', '', '93.89.224.254'),
(3217, 1, 1299978014, 'forum.php', 'update', '', '93.89.224.254'),
(3218, 1, 1299978015, 'forum.php', 'modify', 'forum id = 352', '93.89.224.254'),
(3219, 1, 1299978020, 'forum.php', 'add', '', '93.89.224.254'),
(3220, 1, 1299978040, 'forum.php', 'update', '', '93.89.224.254'),
(3221, 1, 1299978042, 'forum.php', 'modify', 'forum id = 353', '93.89.224.254'),
(3222, 1, 1299978049, 'forum.php', 'add', '', '93.89.224.254'),
(3223, 1, 1299978066, 'forum.php', 'update', '', '93.89.224.254'),
(3224, 1, 1299978068, 'forum.php', 'modify', 'forum id = 354', '93.89.224.254'),
(3225, 1, 1299978181, 'forum.php', 'add', '', '93.89.224.254'),
(3226, 1, 1299978205, 'forum.php', 'update', '', '93.89.224.254'),
(3227, 1, 1299978206, 'forum.php', 'modify', 'forum id = 355', '93.89.224.254'),
(3228, 1, 1299978242, 'forum.php', 'add', '', '93.89.224.254'),
(3229, 1, 1299978272, 'forum.php', 'update', '', '93.89.224.254'),
(3230, 1, 1299978274, 'forum.php', 'modify', 'forum id = 356', '93.89.224.254'),
(3231, 1, 1299978279, 'forum.php', 'add', '', '93.89.224.254'),
(3232, 1, 1299978320, 'forum.php', 'update', '', '93.89.224.254'),
(3233, 1, 1299978321, 'forum.php', 'modify', 'forum id = 357', '93.89.224.254'),
(3234, 1, 1299978334, 'forum.php', 'add', '', '93.89.224.254'),
(3235, 1, 1299978346, 'forum.php', 'update', '', '93.89.224.254'),
(3236, 1, 1299978347, 'forum.php', 'modify', 'forum id = 358', '93.89.224.254'),
(3237, 1, 1299978360, 'forum.php', 'add', '', '93.89.224.254'),
(3238, 1, 1299978376, 'forum.php', 'update', '', '93.89.224.254'),
(3239, 1, 1299978378, 'forum.php', 'modify', 'forum id = 359', '93.89.224.254'),
(3240, 1, 1299978392, 'forum.php', 'add', '', '93.89.224.254'),
(3241, 1, 1299978405, 'forum.php', 'update', '', '93.89.224.254'),
(3242, 1, 1299978406, 'forum.php', 'modify', 'forum id = 360', '93.89.224.254'),
(3243, 1, 1299978426, 'forum.php', 'add', '', '93.89.224.254'),
(3244, 1, 1299978514, 'forum.php', 'update', '', '93.89.224.254'),
(3245, 1, 1299978515, 'forum.php', 'modify', 'forum id = 361', '93.89.224.254'),
(3246, 1, 1299978525, 'forum.php', 'add', '', '93.89.224.254'),
(3247, 1, 1299978545, 'forum.php', 'update', '', '93.89.224.254'),
(3248, 1, 1299978546, 'forum.php', 'modify', 'forum id = 362', '93.89.224.254'),
(3249, 1, 1299978569, 'forum.php', 'add', '', '93.89.224.254'),
(3250, 1, 1299978588, 'forum.php', 'update', '', '93.89.224.254'),
(3251, 1, 1299978589, 'forum.php', 'modify', 'forum id = 363', '93.89.224.254'),
(3252, 1, 1299978595, 'forum.php', 'add', '', '93.89.224.254'),
(3253, 1, 1299978614, 'forum.php', 'update', '', '93.89.224.254'),
(3254, 1, 1299978615, 'forum.php', 'modify', 'forum id = 364', '93.89.224.254'),
(3255, 1, 1299978619, 'moderator.php', 'add', 'forum id = 364', '93.89.224.254'),
(3256, 1, 1299978627, 'forum.php', 'add', '', '93.89.224.254'),
(3257, 1, 1299978647, 'forum.php', 'update', '', '93.89.224.254'),
(3258, 1, 1299978649, 'forum.php', 'modify', 'forum id = 365', '93.89.224.254'),
(3259, 1, 1299978707, 'forum.php', 'add', '', '93.89.224.254'),
(3260, 1, 1299978759, 'forum.php', 'update', '', '93.89.224.254'),
(3261, 1, 1299978760, 'forum.php', 'modify', 'forum id = 366', '93.89.224.254'),
(3262, 1, 1299978766, 'forum.php', 'add', '', '93.89.224.254'),
(3263, 1, 1299978787, 'forum.php', 'update', '', '93.89.224.254'),
(3264, 1, 1299978794, 'forum.php', 'modify', 'forum id = 367', '93.89.224.254'),
(3265, 1, 1299979048, 'forum.php', 'add', '', '93.89.224.254'),
(3266, 1, 1299979080, 'forum.php', 'update', '', '93.89.224.254'),
(3267, 1, 1299979081, 'forum.php', 'modify', 'forum id = 368', '93.89.224.254'),
(3268, 1, 1299979094, 'forum.php', 'add', '', '93.89.224.254'),
(3269, 1, 1299979126, 'forum.php', 'update', '', '93.89.224.254'),
(3270, 1, 1299979128, 'forum.php', 'modify', 'forum id = 369', '93.89.224.254'),
(3271, 1, 1299979133, 'forum.php', 'add', '', '93.89.224.254'),
(3272, 1, 1299979177, 'forum.php', 'update', '', '93.89.224.254'),
(3273, 1, 1299979179, 'forum.php', 'modify', 'forum id = 370', '93.89.224.254'),
(3274, 1, 1299979184, 'forum.php', 'add', '', '93.89.224.254'),
(3275, 1, 1299979208, 'forum.php', 'update', '', '93.89.224.254'),
(3276, 1, 1299979210, 'forum.php', 'modify', 'forum id = 371', '93.89.224.254'),
(3277, 1, 1299979378, 'forum.php', 'add', '', '93.89.224.254'),
(3278, 1, 1299979402, 'forum.php', 'update', '', '93.89.224.254'),
(3279, 1, 1299979403, 'forum.php', 'modify', 'forum id = 372', '93.89.224.254'),
(3280, 1, 1299979409, 'forum.php', 'add', '', '93.89.224.254'),
(3281, 1, 1299979433, 'forum.php', 'update', '', '93.89.224.254'),
(3282, 1, 1299979434, 'forum.php', 'modify', 'forum id = 373', '93.89.224.254'),
(3283, 1, 1299979444, 'forum.php', 'add', '', '93.89.224.254'),
(3284, 1, 1299979511, 'forum.php', 'update', '', '93.89.224.254'),
(3285, 1, 1299979512, 'forum.php', 'modify', 'forum id = 374', '93.89.224.254'),
(3286, 1, 1299979518, 'forum.php', 'add', '', '93.89.224.254'),
(3287, 1, 1299979559, 'forum.php', 'update', '', '93.89.224.254'),
(3288, 1, 1299979560, 'forum.php', 'modify', 'forum id = 375', '93.89.224.254'),
(3289, 1, 1299979570, 'forum.php', 'add', '', '93.89.224.254'),
(3290, 1, 1299979617, 'forum.php', 'update', '', '93.89.224.254'),
(3291, 1, 1299979619, 'forum.php', 'modify', 'forum id = 376', '93.89.224.254'),
(3292, 1, 1299979625, 'forum.php', 'add', '', '93.89.224.254'),
(3293, 1, 1299979658, 'forum.php', 'update', '', '93.89.224.254'),
(3294, 1, 1299979659, 'forum.php', 'modify', 'forum id = 377', '93.89.224.254'),
(3295, 1, 1299979668, 'forum.php', 'add', '', '93.89.224.254'),
(3296, 1, 1299979721, 'forum.php', 'update', '', '93.89.224.254'),
(3297, 1, 1299979722, 'forum.php', 'modify', 'forum id = 378', '93.89.224.254'),
(3298, 1, 1299979780, 'forum.php', 'add', '', '93.89.224.254'),
(3299, 1, 1299979849, 'forum.php', 'update', '', '93.89.224.254'),
(3300, 1, 1299979850, 'forum.php', 'modify', 'forum id = 379', '93.89.224.254'),
(3301, 1, 1299979871, 'forum.php', 'add', '', '93.89.224.254'),
(3302, 1, 1299979915, 'forum.php', 'update', '', '93.89.224.254'),
(3303, 1, 1299979917, 'forum.php', 'modify', 'forum id = 380', '93.89.224.254'),
(3304, 1, 1299979923, 'forum.php', 'add', '', '93.89.224.254'),
(3305, 1, 1299979961, 'forum.php', 'update', '', '93.89.224.254'),
(3306, 1, 1299979962, 'forum.php', 'modify', 'forum id = 381', '93.89.224.254'),
(3307, 1, 1299979974, 'forum.php', 'add', '', '93.89.224.254'),
(3308, 1, 1299980072, 'forum.php', 'update', '', '93.89.224.254'),
(3309, 1, 1299980073, 'forum.php', 'modify', 'forum id = 382', '93.89.224.254'),
(3310, 1, 1299980101, 'forum.php', 'add', '', '93.89.224.254'),
(3311, 1, 1299980130, 'forum.php', 'update', '', '93.89.224.254'),
(3312, 1, 1299980132, 'forum.php', 'modify', 'forum id = 383', '93.89.224.254'),
(3313, 1, 1299980155, 'forum.php', 'add', '', '93.89.224.254'),
(3314, 1, 1299980188, 'forum.php', 'update', '', '93.89.224.254'),
(3315, 1, 1299980189, 'forum.php', 'modify', 'forum id = 384', '93.89.224.254'),
(3316, 1, 1300061088, 'options.php', '', '', '93.89.224.254'),
(3317, 1, 1300061088, 'options.php', '', '', '93.89.224.254'),
(3318, 1, 1300061096, 'template.php', 'modify', '', '93.89.224.254'),
(3319, 1, 1300061103, 'css.php', 'edit', 'style id = 8', '93.89.224.254'),
(3320, 1, 1300061250, 'css.php', 'update', 'style id = 8', '93.89.224.254'),
(3321, 1, 1300061307, 'css.php', 'update', 'style id = 8', '93.89.224.254'),
(3322, 1, 1300061356, 'css.php', 'update', 'style id = 8', '93.89.224.254'),
(3323, 1, 1300061358, 'css.php', 'edit', 'style id = 8', '93.89.224.254'),
(3324, 1, 1300061409, 'css.php', 'update', 'style id = 8', '93.89.224.254'),
(3325, 1, 1300061410, 'css.php', 'edit', 'style id = 8', '93.89.224.254'),
(3326, 1, 1300061447, 'language.php', 'modify', '', '93.89.224.254'),
(3327, 1, 1300110056, 'bbcode.php', 'modify', '', '93.89.224.254'),
(3328, 1, 1300110057, 'bbcode.php', 'previewbbcode', 'bbcode id = 1', '93.89.224.254'),
(3329, 1, 1300110057, 'bbcode.php', 'previewbbcode', 'bbcode id = 2', '93.89.224.254'),
(3330, 1, 1300110057, 'bbcode.php', 'previewbbcode', 'bbcode id = 3', '93.89.224.254'),
(3331, 1, 1300110077, 'bbcode.php', 'edit', 'bbcode id = 1', '93.89.224.254'),
(3332, 1, 1300110297, 'bbcode.php', 'doupdate', 'bbcode id = 1', '93.89.224.254'),
(3333, 1, 1300110299, 'bbcode.php', 'modify', '', '93.89.224.254'),
(3334, 1, 1300110299, 'bbcode.php', 'previewbbcode', 'bbcode id = 1', '93.89.224.254'),
(3335, 1, 1300110299, 'bbcode.php', 'previewbbcode', 'bbcode id = 2', '93.89.224.254'),
(3336, 1, 1300110299, 'bbcode.php', 'previewbbcode', 'bbcode id = 3', '93.89.224.254'),
(3337, 1, 1300135115, 'forum.php', 'modify', '', '93.89.224.254'),
(3338, 1, 1300135798, 'template.php', 'modify', '', '93.89.224.254'),
(3339, 1, 1300135803, 'template.php', 'modify', '', '93.89.224.254'),
(3340, 1, 1300135907, 'template.php', 'add', 'style id = 8', '93.89.224.254'),
(3341, 1, 1300136023, 'template.php', 'modify', '', '93.89.224.254'),
(3342, 1, 1300136224, 'template.php', 'add', 'style id = 8', '93.89.224.254'),
(3343, 1, 1300136645, 'template.php', 'inserttemplate', 'style id = 8', '93.89.224.254'),
(3344, 1, 1300136647, 'template.php', 'modify', 'style id = 0', '93.89.224.254'),
(3345, 1, 1300136755, 'forum.php', 'modify', '', '93.89.224.254'),
(3346, 1, 1300137314, 'forum.php', 'add', '', '93.89.224.254'),
(3347, 1, 1300137354, 'forum.php', 'update', '', '93.89.224.254'),
(3348, 1, 1300137356, 'forum.php', 'modify', 'forum id = 385', '93.89.224.254'),
(3349, 1, 1300137388, 'forum.php', 'add', '', '93.89.224.254'),
(3350, 1, 1300137488, 'forum.php', 'update', '', '93.89.224.254'),
(3351, 1, 1300137490, 'forum.php', 'modify', 'forum id = 386', '93.89.224.254'),
(3352, 1, 1300137551, 'forum.php', 'add', '', '93.89.224.254'),
(3353, 1, 1300137560, 'forum.php', 'update', '', '93.89.224.254'),
(3354, 1, 1300137561, 'forum.php', 'modify', 'forum id = 387', '93.89.224.254'),
(3355, 1, 1300137570, 'forum.php', 'add', '', '93.89.224.254'),
(3356, 1, 1300137580, 'forum.php', 'update', '', '93.89.224.254'),
(3357, 1, 1300137582, 'forum.php', 'modify', 'forum id = 388', '93.89.224.254'),
(3358, 1, 1300137590, 'forum.php', 'add', '', '93.89.224.254'),
(3359, 1, 1300137609, 'forum.php', 'update', '', '93.89.224.254'),
(3360, 1, 1300137611, 'forum.php', 'modify', 'forum id = 389', '93.89.224.254'),
(3361, 1, 1300137619, 'forum.php', 'add', '', '93.89.224.254'),
(3362, 1, 1300137631, 'forum.php', 'update', '', '93.89.224.254'),
(3363, 1, 1300137634, 'forum.php', 'modify', 'forum id = 390', '93.89.224.254'),
(3364, 1, 1300137646, 'forum.php', 'add', '', '93.89.224.254'),
(3365, 1, 1300137700, 'forum.php', 'update', '', '93.89.224.254'),
(3366, 1, 1300137701, 'forum.php', 'modify', 'forum id = 391', '93.89.224.254'),
(3367, 1, 1300137706, 'forum.php', 'add', '', '93.89.224.254'),
(3368, 1, 1300137720, 'forum.php', 'update', '', '93.89.224.254'),
(3369, 1, 1300137722, 'forum.php', 'modify', 'forum id = 392', '93.89.224.254'),
(3370, 1, 1300137751, 'forum.php', 'add', '', '93.89.224.254'),
(3371, 1, 1300137799, 'forum.php', 'update', '', '93.89.224.254'),
(3372, 1, 1300137800, 'forum.php', 'modify', 'forum id = 393', '93.89.224.254'),
(3373, 1, 1300137808, 'forum.php', 'add', '', '93.89.224.254'),
(3374, 1, 1300137833, 'forum.php', 'update', '', '93.89.224.254'),
(3375, 1, 1300137835, 'forum.php', 'modify', 'forum id = 394', '93.89.224.254'),
(3376, 1, 1300137843, 'forum.php', 'add', '', '93.89.224.254'),
(3377, 1, 1300137907, 'forum.php', 'update', '', '93.89.224.254'),
(3378, 1, 1300137908, 'forum.php', 'modify', 'forum id = 395', '93.89.224.254'),
(3379, 1, 1300137912, 'forum.php', 'add', '', '93.89.224.254'),
(3380, 1, 1300137932, 'forum.php', 'update', '', '93.89.224.254'),
(3381, 1, 1300137934, 'forum.php', 'modify', 'forum id = 396', '93.89.224.254'),
(3382, 1, 1300137945, 'forum.php', 'add', '', '93.89.224.254'),
(3383, 1, 1300137957, 'forum.php', 'update', '', '93.89.224.254'),
(3384, 1, 1300137958, 'forum.php', 'modify', 'forum id = 397', '93.89.224.254'),
(3385, 1, 1300138499, 'template.php', 'modify', '', '93.89.224.254'),
(3386, 1, 1300138502, 'template.php', 'modify', '', '93.89.224.254'),
(3387, 1, 1300138509, 'template.php', 'edit', 'style id = 0', '93.89.224.254'),
(3388, 1, 1300138516, 'template.php', 'updatetemplate', 'style id = 8', '93.89.224.254'),
(3389, 1, 1300149099, 'options.php', '', '', '93.89.224.254'),
(3390, 1, 1300149099, 'options.php', '', '', '93.89.224.254'),
(3391, 1, 1300150464, 'options.php', 'options', '', '93.89.224.254'),
(3392, 1, 1300150474, 'options.php', '', '', '93.89.224.254'),
(3393, 1, 1300150474, 'options.php', '', '', '93.89.224.254'),
(3394, 1, 1300150479, 'options.php', 'options', '', '93.89.224.254'),
(3395, 1, 1300151042, 'template.php', 'findupdates', '', '93.89.224.254'),
(3396, 1, 1300151062, 'options.php', '', '', '93.89.224.254'),
(3397, 1, 1300151070, 'options.php', 'options', '', '93.89.224.254'),
(3398, 1, 1300151161, 'forum.php', 'modify', '', '93.89.224.254'),
(3399, 1, 1300151161, 'forum.php', 'modify', '', '93.89.224.254'),
(3400, 1, 1300151214, 'options.php', '', '', '93.89.224.254'),
(3401, 1, 1300151215, 'options.php', '', '', '93.89.224.254'),
(3402, 1, 1300151218, 'options.php', '', '', '93.89.224.254'),
(3403, 1, 1300151226, 'options.php', 'options', '', '93.89.224.254'),
(3404, 1, 1300151335, 'options.php', '', '', '93.89.224.254'),
(3405, 1, 1300151335, 'options.php', '', '', '93.89.224.254'),
(3406, 1, 1300151338, 'options.php', 'options', '', '93.89.224.254'),
(3407, 1, 1300226868, 'usergroup.php', 'modify', '', '93.89.224.254'),
(3408, 1, 1300226923, 'forum.php', 'modify', '', '93.89.224.254'),
(3409, 1, 1300226923, 'forum.php', 'modify', '', '93.89.224.254'),
(3410, 1, 1300227238, 'bbcode.php', 'modify', '', '93.89.224.254'),
(3411, 1, 1300227238, 'bbcode.php', 'previewbbcode', 'bbcode id = 1', '93.89.224.254'),
(3412, 1, 1300227238, 'bbcode.php', 'previewbbcode', 'bbcode id = 2', '93.89.224.254'),
(3413, 1, 1300227238, 'bbcode.php', 'previewbbcode', 'bbcode id = 3', '93.89.224.254'),
(3414, 1, 1300227241, 'bbcode.php', 'edit', 'bbcode id = 1', '93.89.224.254'),
(3415, 1, 1300227502, 'bbcode.php', 'doupdate', 'bbcode id = 1', '93.89.224.254'),
(3416, 1, 1300227504, 'bbcode.php', 'modify', '', '93.89.224.254'),
(3417, 1, 1300227504, 'bbcode.php', 'previewbbcode', 'bbcode id = 2', '93.89.224.254'),
(3418, 1, 1300227504, 'bbcode.php', 'previewbbcode', 'bbcode id = 3', '93.89.224.254'),
(3419, 1, 1300227504, 'bbcode.php', 'previewbbcode', 'bbcode id = 1', '93.89.224.254'),
(3420, 1, 1300227711, 'template.php', 'modify', '', '93.89.224.254'),
(3421, 1, 1300227713, 'css.php', 'edit', 'style id = 8', '93.89.224.254'),
(3422, 1, 1300227791, 'forum.php', 'modify', '', '93.89.224.254'),
(3423, 1, 1300227790, 'forum.php', 'modify', '', '93.89.224.254'),
(3424, 1, 1300227896, 'usergroup.php', 'modify', '', '93.89.224.254'),
(3425, 1, 1300227896, 'usergroup.php', 'modify', '', '93.89.224.254'),
(3426, 1, 1300227978, 'options.php', '', '', '93.89.224.254'),
(3427, 1, 1300227999, 'options.php', 'options', '', '93.89.224.254'),
(3428, 1, 1300228011, 'options.php', 'options', '', '93.89.224.254'),
(3429, 1, 1300228019, 'options.php', '', '', '93.89.224.254'),
(3430, 1, 1300228019, 'options.php', '', '', '93.89.224.254'),
(3431, 1, 1300228221, 'user.php', 'moderate', '', '93.89.224.254'),
(3432, 1, 1300228222, 'user.php', 'moderate', '', '93.89.224.254'),
(3433, 1, 1300228231, 'options.php', '', '', '93.89.224.254'),
(3434, 1, 1300228230, 'options.php', '', '', '93.89.224.254'),
(3435, 1, 1300228253, 'options.php', 'options', '', '93.89.224.254'),
(3436, 1, 1300228289, 'usergroup.php', 'modify', '', '93.89.224.254'),
(3437, 1, 1300228314, 'profilefield.php', 'modifycats', '', '93.89.224.254'),
(3438, 1, 1300228314, 'profilefield.php', 'modifycats', '', '93.89.224.254'),
(3439, 1, 1300228317, 'profilefield.php', 'add', '', '93.89.224.254'),
(3440, 1, 1300228317, 'profilefield.php', 'add', '', '93.89.224.254'),
(3441, 1, 1300228319, 'profilefield.php', 'modify', '', '93.89.224.254'),
(3442, 1, 1300228319, 'profilefield.php', 'modify', '', '93.89.224.254'),
(3443, 1, 1300228331, 'plugin.php', 'modify', '', '93.89.224.254'),
(3444, 1, 1300228331, 'plugin.php', 'modify', '', '93.89.224.254'),
(3445, 1, 1300228345, 'forum.php', 'modify', '', '93.89.224.254'),
(3446, 1, 1300228390, 'usergroup.php', 'modify', '', '93.89.224.254'),
(3447, 1, 1300228390, 'usergroup.php', 'modify', '', '93.89.224.254'),
(3448, 1, 1300228424, 'usergroup.php', 'edit', 'usergroup id = 2', '93.89.224.254'),
(3449, 1, 1300228585, 'usergroup.php', 'update', 'usergroup id = 2', '93.89.224.254'),
(3450, 1, 1300228587, 'usergroup.php', 'modify', '', '93.89.224.254'),
(3451, 1, 1300228651, 'usergroup.php', 'edit', 'usergroup id = 2', '93.89.224.254'),
(3452, 1, 1300228668, 'usergroup.php', 'edit', 'usergroup id = 6', '93.89.224.254'),
(3453, 1, 1300228686, 'usergroup.php', 'edit', 'usergroup id = 3', '93.89.224.254'),
(3454, 1, 1300228697, 'usergroup.php', 'edit', 'usergroup id = 6', '93.89.224.254'),
(3455, 1, 1300228708, 'usergroup.php', 'edit', 'usergroup id = 5', '93.89.224.254'),
(3456, 1, 1300228745, 'usergroup.php', 'edit', 'usergroup id = 2', '93.89.224.254'),
(3457, 1, 1300228769, 'usergroup.php', 'edit', 'usergroup id = 3', '93.89.224.254'),
(3458, 1, 1300228775, 'usergroup.php', 'edit', 'usergroup id = 6', '93.89.224.254'),
(3459, 1, 1300228787, 'usergroup.php', 'edit', 'usergroup id = 2', '93.89.224.254'),
(3460, 1, 1300228791, 'usergroup.php', 'edit', 'usergroup id = 2', '93.89.224.254'),
(3461, 1, 1300228820, 'usergroup.php', 'update', 'usergroup id = 2', '93.89.224.254'),
(3462, 1, 1300228822, 'usergroup.php', 'modify', '', '93.89.224.254'),
(3463, 1, 1300229714, 'plugin.php', 'modify', '', '93.89.224.254'),
(3464, 1, 1300229724, 'plugin.php', 'product', '', '93.89.224.254'),
(3465, 1, 1300229724, 'plugin.php', 'product', '', '93.89.224.254'),
(3466, 1, 1300229731, 'template.php', 'modify', '', '93.89.224.254'),
(3467, 1, 1300229734, 'css.php', 'edit', 'style id = 8', '93.89.224.254'),
(3468, 1, 1300229756, 'plugin.php', 'product', '', '93.89.224.254'),
(3469, 1, 1300229758, 'plugin.php', 'modify', '', '93.89.224.254'),
(3470, 1, 1300229760, 'plugin.php', 'add', '', '93.89.224.254'),
(3471, 1, 1300229766, 'template.php', 'modify', '', '93.89.224.254'),
(3472, 1, 1300229770, 'options.php', '', '', '93.89.224.254'),
(3473, 1, 1300229810, 'bbcode.php', 'modify', '', '93.89.224.254'),
(3474, 1, 1300229810, 'bbcode.php', 'modify', '', '93.89.224.254'),
(3475, 1, 1300229810, 'bbcode.php', 'previewbbcode', 'bbcode id = 1', '93.89.224.254'),
(3476, 1, 1300229810, 'bbcode.php', 'previewbbcode', 'bbcode id = 2', '93.89.224.254'),
(3477, 1, 1300229810, 'bbcode.php', 'previewbbcode', 'bbcode id = 3', '93.89.224.254'),
(3478, 1, 1300229824, 'bbcode.php', 'edit', 'bbcode id = 1', '93.89.224.254'),
(3479, 1, 1300229893, 'help.php', 'answer', '', '93.89.224.254'),
(3480, 1, 1300229906, 'bbcode.php', 'doupdate', 'bbcode id = 1', '93.89.224.254'),
(3481, 1, 1300229907, 'bbcode.php', 'modify', '', '93.89.224.254'),
(3482, 1, 1300229908, 'bbcode.php', 'previewbbcode', 'bbcode id = 3', '93.89.224.254'),
(3483, 1, 1300229908, 'bbcode.php', 'previewbbcode', 'bbcode id = 1', '93.89.224.254'),
(3484, 1, 1300229908, 'bbcode.php', 'previewbbcode', 'bbcode id = 2', '93.89.224.254'),
(3485, 1, 1300229914, 'bbcode.php', 'edit', 'bbcode id = 1', '93.89.224.254'),
(3486, 1, 1300229921, 'bbcode.php', 'doupdate', 'bbcode id = 1', '93.89.224.254'),
(3487, 1, 1300229923, 'bbcode.php', 'modify', '', '93.89.224.254'),
(3488, 1, 1300229923, 'bbcode.php', 'previewbbcode', 'bbcode id = 1', '93.89.224.254'),
(3489, 1, 1300229923, 'bbcode.php', 'previewbbcode', 'bbcode id = 2', '93.89.224.254'),
(3490, 1, 1300229923, 'bbcode.php', 'previewbbcode', 'bbcode id = 3', '93.89.224.254'),
(3491, 1, 1300230485, 'bbcode.php', 'edit', 'bbcode id = 2', '93.89.224.254'),
(3492, 1, 1300230518, 'bbcode.php', 'doupdate', 'bbcode id = 2', '93.89.224.254'),
(3493, 1, 1300230520, 'bbcode.php', 'modify', '', '93.89.224.254'),
(3494, 1, 1300230520, 'bbcode.php', 'previewbbcode', 'bbcode id = 1', '93.89.224.254'),
(3495, 1, 1300230520, 'bbcode.php', 'previewbbcode', 'bbcode id = 3', '93.89.224.254'),
(3496, 1, 1300230520, 'bbcode.php', 'previewbbcode', 'bbcode id = 2', '93.89.224.254'),
(3497, 1, 1300230563, 'bbcode.php', 'edit', 'bbcode id = 2', '93.89.224.254'),
(3498, 1, 1300230590, 'bbcode.php', 'edit', 'bbcode id = 2', '93.89.224.254'),
(3499, 1, 1300230596, 'bbcode.php', 'doupdate', 'bbcode id = 2', '93.89.224.254'),
(3500, 1, 1300230597, 'bbcode.php', 'modify', '', '93.89.224.254'),
(3501, 1, 1300230598, 'bbcode.php', 'previewbbcode', 'bbcode id = 1', '93.89.224.254'),
(3502, 1, 1300230598, 'bbcode.php', 'previewbbcode', 'bbcode id = 2', '93.89.224.254'),
(3503, 1, 1300230598, 'bbcode.php', 'previewbbcode', 'bbcode id = 3', '93.89.224.254'),
(3504, 1, 1300230632, 'bbcode.php', 'edit', 'bbcode id = 1', '93.89.224.254'),
(3505, 1, 1300230655, 'bbcode.php', 'edit', 'bbcode id = 2', '93.89.224.254'),
(3506, 1, 1300230668, 'bbcode.php', 'edit', 'bbcode id = 1', '93.89.224.254'),
(3507, 1, 1300230799, 'bbcode.php', 'edit', 'bbcode id = 2', '93.89.224.254'),
(3508, 1, 1300230816, 'bbcode.php', 'doupdate', 'bbcode id = 2', '93.89.224.254'),
(3509, 1, 1300230818, 'bbcode.php', 'modify', '', '93.89.224.254'),
(3510, 1, 1300230818, 'bbcode.php', 'previewbbcode', 'bbcode id = 2', '93.89.224.254'),
(3511, 1, 1300230818, 'bbcode.php', 'previewbbcode', 'bbcode id = 3', '93.89.224.254'),
(3512, 1, 1300230819, 'bbcode.php', 'previewbbcode', 'bbcode id = 1', '93.89.224.254'),
(3513, 1, 1300230826, 'bbcode.php', 'edit', 'bbcode id = 2', '93.89.224.254'),
(3514, 1, 1300230851, 'bbcode.php', 'doupdate', 'bbcode id = 2', '93.89.224.254'),
(3515, 1, 1300230852, 'bbcode.php', 'modify', '', '93.89.224.254'),
(3516, 1, 1300230853, 'bbcode.php', 'previewbbcode', 'bbcode id = 1', '93.89.224.254'),
(3517, 1, 1300230853, 'bbcode.php', 'previewbbcode', 'bbcode id = 2', '93.89.224.254'),
(3518, 1, 1300230853, 'bbcode.php', 'previewbbcode', 'bbcode id = 3', '93.89.224.254'),
(3519, 1, 1300230876, 'bbcode.php', 'edit', 'bbcode id = 2', '93.89.224.254');
INSERT INTO `adminlog` (`adminlogid`, `userid`, `dateline`, `script`, `action`, `extrainfo`, `ipaddress`) VALUES
(3520, 1, 1300230886, 'bbcode.php', 'doupdate', 'bbcode id = 2', '93.89.224.254'),
(3521, 1, 1300230899, 'bbcode.php', 'modify', '', '93.89.224.254'),
(3522, 1, 1300230899, 'bbcode.php', 'previewbbcode', 'bbcode id = 1', '93.89.224.254'),
(3523, 1, 1300230899, 'bbcode.php', 'previewbbcode', 'bbcode id = 3', '93.89.224.254'),
(3524, 1, 1300230899, 'bbcode.php', 'previewbbcode', 'bbcode id = 2', '93.89.224.254'),
(3525, 1, 1300231029, 'bbcode.php', 'edit', 'bbcode id = 2', '93.89.224.254'),
(3526, 1, 1300231068, 'bbcode.php', 'doupdate', 'bbcode id = 2', '93.89.224.254'),
(3527, 1, 1300231070, 'bbcode.php', 'modify', '', '93.89.224.254'),
(3528, 1, 1300231070, 'bbcode.php', 'previewbbcode', 'bbcode id = 1', '93.89.224.254'),
(3529, 1, 1300231070, 'bbcode.php', 'previewbbcode', 'bbcode id = 2', '93.89.224.254'),
(3530, 1, 1300231071, 'bbcode.php', 'previewbbcode', 'bbcode id = 3', '93.89.224.254'),
(3531, 1, 1300231162, 'bbcode.php', 'remove', 'bbcode id = 2', '93.89.224.254'),
(3532, 1, 1300231164, 'bbcode.php', 'kill', 'bbcode id = 2', '93.89.224.254'),
(3533, 1, 1300231165, 'bbcode.php', 'previewbbcode', 'bbcode id = 3', '93.89.224.254'),
(3534, 1, 1300231165, 'bbcode.php', 'previewbbcode', 'bbcode id = 1', '93.89.224.254'),
(3535, 1, 1300231208, 'bbcode.php', 'add', '', '93.89.224.254'),
(3536, 1, 1300231348, 'bbcode.php', 'insert', '', '93.89.224.254'),
(3537, 1, 1300231349, 'bbcode.php', 'modify', '', '93.89.224.254'),
(3538, 1, 1300231350, 'bbcode.php', 'previewbbcode', 'bbcode id = 3', '93.89.224.254'),
(3539, 1, 1300231350, 'bbcode.php', 'previewbbcode', 'bbcode id = 4', '93.89.224.254'),
(3540, 1, 1300231350, 'bbcode.php', 'previewbbcode', 'bbcode id = 1', '93.89.224.254'),
(3541, 1, 1300231424, 'bbcode.php', 'edit', 'bbcode id = 4', '93.89.224.254'),
(3542, 1, 1300231436, 'bbcode.php', 'doupdate', 'bbcode id = 4', '93.89.224.254'),
(3543, 1, 1300231437, 'bbcode.php', 'modify', '', '93.89.224.254'),
(3544, 1, 1300231437, 'bbcode.php', 'previewbbcode', 'bbcode id = 1', '93.89.224.254'),
(3545, 1, 1300231437, 'bbcode.php', 'previewbbcode', 'bbcode id = 4', '93.89.224.254'),
(3546, 1, 1300231437, 'bbcode.php', 'previewbbcode', 'bbcode id = 3', '93.89.224.254'),
(3547, 1, 1300231458, 'bbcode.php', 'remove', 'bbcode id = 4', '93.89.224.254'),
(3548, 1, 1300231459, 'bbcode.php', 'kill', 'bbcode id = 4', '93.89.224.254'),
(3549, 1, 1300231460, 'bbcode.php', 'previewbbcode', 'bbcode id = 3', '93.89.224.254'),
(3550, 1, 1300231460, 'bbcode.php', 'previewbbcode', 'bbcode id = 1', '93.89.224.254'),
(3551, 1, 1300231545, 'bbcode.php', 'add', '', '93.89.224.254'),
(3552, 1, 1300231570, 'bbcode.php', 'modify', '', '93.89.224.254'),
(3553, 1, 1300231570, 'bbcode.php', 'modify', '', '93.89.224.254'),
(3554, 1, 1300231570, 'bbcode.php', 'previewbbcode', 'bbcode id = 1', '93.89.224.254'),
(3555, 1, 1300231570, 'bbcode.php', 'previewbbcode', 'bbcode id = 3', '93.89.224.254'),
(3556, 1, 1300231833, 'bbcode.php', 'add', '', '93.89.224.254'),
(3557, 1, 1300232042, 'bbcode.php', 'insert', '', '93.89.224.254'),
(3558, 1, 1300232044, 'bbcode.php', 'modify', '', '93.89.224.254'),
(3559, 1, 1300232044, 'bbcode.php', 'previewbbcode', 'bbcode id = 1', '93.89.224.254'),
(3560, 1, 1300232044, 'bbcode.php', 'previewbbcode', 'bbcode id = 5', '93.89.224.254'),
(3561, 1, 1300232044, 'bbcode.php', 'previewbbcode', 'bbcode id = 3', '93.89.224.254'),
(3562, 1, 1300232742, 'forum.php', 'modify', '', '93.89.224.254'),
(3563, 1, 1300232742, 'forum.php', 'modify', '', '93.89.224.254'),
(3564, 1, 1300232762, 'forum.php', 'edit', 'forum id = 260', '93.89.224.254'),
(3565, 1, 1300232795, 'forum.php', 'update', 'forum id = 260', '93.89.224.254'),
(3566, 1, 1300232796, 'forum.php', 'modify', 'forum id = 260', '93.89.224.254'),
(3567, 1, 1300303200, 'forum.php', 'modify', '', '93.89.224.254'),
(3568, 1, 1300303200, 'forum.php', 'modify', '', '93.89.224.254'),
(3569, 1, 1300304180, 'forum.php', 'edit', 'forum id = 271', '93.89.224.254'),
(3570, 1, 1300304193, 'forum.php', 'update', 'forum id = 271', '93.89.224.254'),
(3571, 1, 1300304195, 'forum.php', 'modify', 'forum id = 271', '93.89.224.254'),
(3572, 1, 1300304224, 'forum.php', 'doorder', '', '93.89.224.254'),
(3573, 1, 1300304227, 'forum.php', 'modify', '', '93.89.224.254'),
(3574, 1, 1300304247, 'forum.php', 'add', '', '93.89.224.254'),
(3575, 1, 1300304277, 'forum.php', 'update', '', '93.89.224.254'),
(3576, 1, 1300304278, 'forum.php', 'modify', 'forum id = 398', '93.89.224.254'),
(3577, 1, 1300304389, 'forum.php', 'doorder', '', '93.89.224.254'),
(3578, 1, 1300304391, 'forum.php', 'modify', '', '93.89.224.254'),
(3579, 1, 1300304408, 'forum.php', 'add', '', '93.89.224.254'),
(3580, 1, 1300304480, 'forum.php', 'edit', 'forum id = 398', '93.89.224.254'),
(3581, 1, 1300304594, 'forum.php', 'update', 'forum id = 398', '93.89.224.254'),
(3582, 1, 1300304596, 'forum.php', 'modify', 'forum id = 398', '93.89.224.254'),
(3583, 1, 1300304603, 'forum.php', 'add', '', '93.89.224.254'),
(3584, 1, 1300304703, 'forum.php', 'update', '', '93.89.224.254'),
(3585, 1, 1300304704, 'forum.php', 'modify', 'forum id = 399', '93.89.224.254'),
(3586, 1, 1300304723, 'forum.php', 'edit', 'forum id = 399', '93.89.224.254'),
(3587, 1, 1300304745, 'forum.php', 'update', 'forum id = 399', '93.89.224.254'),
(3588, 1, 1300304746, 'forum.php', 'modify', 'forum id = 399', '93.89.224.254'),
(3589, 1, 1300304765, 'forum.php', 'doorder', '', '93.89.224.254'),
(3590, 1, 1300304767, 'forum.php', 'modify', '', '93.89.224.254'),
(3591, 1, 1300304783, 'forum.php', 'add', '', '93.89.224.254'),
(3592, 1, 1300304812, 'forum.php', 'update', '', '93.89.224.254'),
(3593, 1, 1300304814, 'forum.php', 'modify', 'forum id = 400', '93.89.224.254'),
(3594, 1, 1300304825, 'forum.php', 'add', '', '93.89.224.254'),
(3595, 1, 1300304861, 'forum.php', 'update', '', '93.89.224.254'),
(3596, 1, 1300304863, 'forum.php', 'modify', 'forum id = 401', '93.89.224.254'),
(3597, 1, 1300304872, 'forum.php', 'add', '', '93.89.224.254'),
(3598, 1, 1300304889, 'forum.php', 'update', '', '93.89.224.254'),
(3599, 1, 1300304890, 'forum.php', 'modify', 'forum id = 402', '93.89.224.254'),
(3600, 1, 1300304899, 'forum.php', 'edit', 'forum id = 402', '93.89.224.254'),
(3601, 1, 1300304905, 'forum.php', 'update', 'forum id = 402', '93.89.224.254'),
(3602, 1, 1300304906, 'forum.php', 'modify', 'forum id = 402', '93.89.224.254'),
(3603, 1, 1300304916, 'forum.php', 'add', '', '93.89.224.254'),
(3604, 1, 1300304941, 'forum.php', 'update', '', '93.89.224.254'),
(3605, 1, 1300304942, 'forum.php', 'modify', 'forum id = 403', '93.89.224.254'),
(3606, 1, 1300304974, 'forum.php', 'add', '', '93.89.224.254'),
(3607, 1, 1300304998, 'forum.php', 'update', '', '93.89.224.254'),
(3608, 1, 1300304999, 'forum.php', 'modify', 'forum id = 404', '93.89.224.254'),
(3609, 1, 1300305013, 'forum.php', 'add', '', '93.89.224.254'),
(3610, 1, 1300305035, 'forum.php', 'update', '', '93.89.224.254'),
(3611, 1, 1300305037, 'forum.php', 'modify', 'forum id = 405', '93.89.224.254'),
(3612, 1, 1300305051, 'forum.php', 'add', '', '93.89.224.254'),
(3613, 1, 1300305067, 'forum.php', 'update', '', '93.89.224.254'),
(3614, 1, 1300305068, 'forum.php', 'modify', 'forum id = 406', '93.89.224.254'),
(3615, 1, 1300305086, 'forum.php', 'add', '', '93.89.224.254'),
(3616, 1, 1300305110, 'forum.php', 'update', '', '93.89.224.254'),
(3617, 1, 1300305111, 'forum.php', 'modify', 'forum id = 407', '93.89.224.254'),
(3618, 1, 1300305123, 'forum.php', 'add', '', '93.89.224.254'),
(3619, 1, 1300305141, 'forum.php', 'update', '', '93.89.224.254'),
(3620, 1, 1300305143, 'forum.php', 'modify', 'forum id = 408', '93.89.224.254'),
(3621, 1, 1300308868, 'bbcode.php', 'modify', '', '93.89.224.254'),
(3622, 1, 1300308869, 'bbcode.php', 'previewbbcode', 'bbcode id = 5', '93.89.224.254'),
(3623, 1, 1300308869, 'bbcode.php', 'previewbbcode', 'bbcode id = 3', '93.89.224.254'),
(3624, 1, 1300308869, 'bbcode.php', 'previewbbcode', 'bbcode id = 1', '93.89.224.254'),
(3625, 1, 1300308872, 'bbcode.php', 'edit', 'bbcode id = 1', '93.89.224.254'),
(3626, 1, 1300308945, 'bbcode.php', 'modify', '', '93.89.224.254'),
(3627, 1, 1300308945, 'bbcode.php', 'previewbbcode', 'bbcode id = 1', '93.89.224.254'),
(3628, 1, 1300308945, 'bbcode.php', 'previewbbcode', 'bbcode id = 3', '93.89.224.254'),
(3629, 1, 1300308945, 'bbcode.php', 'previewbbcode', 'bbcode id = 5', '93.89.224.254'),
(3630, 1, 1300309418, 'bbcode.php', 'edit', 'bbcode id = 1', '93.89.224.254'),
(3631, 1, 1300309434, 'bbcode.php', 'doupdate', 'bbcode id = 1', '93.89.224.254'),
(3632, 1, 1300309435, 'bbcode.php', 'modify', '', '93.89.224.254'),
(3633, 1, 1300309436, 'bbcode.php', 'previewbbcode', 'bbcode id = 1', '93.89.224.254'),
(3634, 1, 1300309436, 'bbcode.php', 'previewbbcode', 'bbcode id = 3', '93.89.224.254'),
(3635, 1, 1300309437, 'bbcode.php', 'previewbbcode', 'bbcode id = 5', '93.89.224.254'),
(3636, 1, 1300309515, 'forum.php', 'modify', '', '93.89.224.254'),
(3637, 1, 1300309518, 'forum.php', 'modify', '', '93.89.224.254'),
(3638, 1, 1300309519, 'forum.php', 'modify', '', '93.89.224.254'),
(3639, 1, 1300309519, 'forum.php', 'modify', '', '93.89.224.254'),
(3640, 1, 1300309527, 'forum.php', 'add', '', '93.89.224.254'),
(3641, 1, 1300309549, 'forum.php', 'update', '', '93.89.224.254'),
(3642, 1, 1300309551, 'forum.php', 'modify', 'forum id = 409', '93.89.224.254'),
(3643, 1, 1300313060, 'bbcode.php', 'modify', '', '93.89.224.254'),
(3644, 1, 1300313060, 'bbcode.php', 'modify', '', '93.89.224.254'),
(3645, 1, 1300313060, 'bbcode.php', 'previewbbcode', 'bbcode id = 1', '93.89.224.254'),
(3646, 1, 1300313060, 'bbcode.php', 'previewbbcode', 'bbcode id = 3', '93.89.224.254'),
(3647, 1, 1300313061, 'bbcode.php', 'previewbbcode', 'bbcode id = 5', '93.89.224.254'),
(3648, 1, 1300313063, 'bbcode.php', 'add', '', '93.89.224.254'),
(3649, 1, 1300313239, 'bbcode.php', 'insert', '', '93.89.224.254'),
(3650, 1, 1300313240, 'bbcode.php', 'modify', '', '93.89.224.254'),
(3651, 1, 1300313241, 'bbcode.php', 'previewbbcode', 'bbcode id = 1', '93.89.224.254'),
(3652, 1, 1300313241, 'bbcode.php', 'previewbbcode', 'bbcode id = 6', '93.89.224.254'),
(3653, 1, 1300313241, 'bbcode.php', 'previewbbcode', 'bbcode id = 5', '93.89.224.254'),
(3654, 1, 1300313241, 'bbcode.php', 'previewbbcode', 'bbcode id = 3', '93.89.224.254'),
(3655, 1, 1300319713, 'options.php', '', '', '93.89.224.254'),
(3656, 1, 1300319719, 'template.php', 'modify', '', '93.89.224.254'),
(3657, 1, 1300319733, 'attachment.php', 'types', '', '93.89.224.254'),
(3658, 1, 1300319755, 'attachment.php', 'stats', '', '93.89.224.254'),
(3659, 1, 1300319763, 'forum.php', 'modify', '', '93.89.224.254'),
(3660, 1, 1300321893, 'plugin.php', 'modify', '', '93.89.224.254'),
(3661, 1, 1300321893, 'plugin.php', 'modify', '', '93.89.224.254'),
(3662, 1, 1300321897, 'plugin.php', 'product', '', '93.89.224.254'),
(3663, 1, 1300321897, 'plugin.php', 'product', '', '93.89.224.254'),
(3664, 1, 1300321902, 'plugin.php', 'productedit', '', '93.89.224.254'),
(3665, 1, 1300321925, 'plugin.php', 'modify', '', '93.89.224.254'),
(3666, 1, 1300321934, 'plugin.php', 'edit', 'plugin id = 82', '93.89.224.254'),
(3667, 1, 1300322968, 'template.php', 'modify', '', '93.89.224.254'),
(3668, 1, 1300322968, 'template.php', 'modify', '', '93.89.224.254'),
(3669, 1, 1300322971, 'css.php', 'edit', 'style id = 8', '93.89.224.254'),
(3670, 1, 1300322994, 'css.php', 'edit', 'style id = 8', '93.89.224.254'),
(3671, 1, 1300323528, 'css.php', 'update', 'style id = 8', '93.89.224.254'),
(3672, 1, 1300323530, 'css.php', 'edit', 'style id = 8', '93.89.224.254'),
(3673, 1, 1300323673, 'template.php', 'modify', '', '93.89.224.254'),
(3674, 1, 1300323679, 'forum.php', 'modify', '', '93.89.224.254'),
(3675, 1, 1300323894, 'plugin.php', 'product', '', '93.89.224.254'),
(3676, 1, 1300323894, 'plugin.php', 'product', '', '93.89.224.254'),
(3677, 1, 1300324779, 'plugin.php', 'productedit', '', '93.89.224.254'),
(3678, 1, 1300324805, 'plugin.php', 'product', '', '93.89.224.254'),
(3679, 1, 1300324808, 'plugin.php', 'modify', '', '93.89.224.254'),
(3680, 1, 1300324808, 'plugin.php', 'modify', '', '93.89.224.254'),
(3681, 1, 1300324813, 'plugin.php', 'edit', 'plugin id = 82', '93.89.224.254'),
(3682, 1, 1300324822, 'plugin.php', 'edit', 'plugin id = 83', '93.89.224.254'),
(3683, 1, 1300324838, 'plugin.php', 'edit', 'plugin id = 85', '93.89.224.254'),
(3684, 1, 1300324835, 'plugin.php', 'edit', 'plugin id = 84', '93.89.224.254'),
(3685, 1, 1300324882, 'plugin.php', 'modify', '', '93.89.224.254'),
(3686, 1, 1300324882, 'plugin.php', 'modify', '', '93.89.224.254'),
(3687, 1, 1300324885, 'plugin.php', 'product', '', '93.89.224.254'),
(3688, 1, 1300324885, 'plugin.php', 'product', '', '93.89.224.254'),
(3689, 1, 1300324898, 'options.php', '', '', '93.89.224.254'),
(3690, 1, 1300324905, 'options.php', 'options', '', '93.89.224.254'),
(3691, 1, 1300394372, 'options.php', 'searchtype', '', '93.89.224.254'),
(3692, 1, 1300394373, 'options.php', '', '', '93.89.224.254'),
(3693, 1, 1300394373, 'options.php', '', '', '93.89.224.254'),
(3694, 1, 1300394375, 'options.php', 'searchtype', '', '93.89.224.254'),
(3695, 1, 1300394376, 'options.php', 'searchtype', '', '93.89.224.254'),
(3696, 1, 1300394376, 'options.php', 'searchtype', '', '93.89.224.254'),
(3697, 1, 1300394377, 'verify.php', '', '', '93.89.224.254'),
(3698, 1, 1300394382, 'template.php', 'modify', '', '93.89.224.254'),
(3699, 1, 1300394384, 'template.php', 'search', '', '93.89.224.254'),
(3700, 1, 1300394384, 'template.php', 'search', '', '93.89.224.254'),
(3701, 1, 1300394386, 'replacement.php', 'modify', '', '93.89.224.254'),
(3702, 1, 1300394388, 'template.php', 'files', '', '93.89.224.254'),
(3703, 1, 1300394388, 'template.php', 'files', '', '93.89.224.254'),
(3704, 1, 1300394389, 'template.php', 'findupdates', '', '93.89.224.254'),
(3705, 1, 1300394390, 'template.php', 'findupdates', '', '93.89.224.254'),
(3706, 1, 1300394392, 'language.php', 'modify', '', '93.89.224.254'),
(3707, 1, 1300394394, 'phrase.php', 'modify', '', '93.89.224.254'),
(3708, 1, 1300394397, 'phrase.php', 'modify', '', '93.89.224.254'),
(3709, 1, 1300394402, 'forum.php', 'modify', '', '93.89.224.254'),
(3710, 1, 1300394433, 'album.php', 'storage', '', '93.89.224.254'),
(3711, 1, 1300394453, 'plugin.php', 'product', '', '93.89.224.254'),
(3712, 1, 1300394456, 'plugin.php', 'modify', '', '93.89.224.254'),
(3713, 1, 1300394456, 'plugin.php', 'modify', '', '93.89.224.254'),
(3714, 1, 1300394462, 'plugin.php', 'add', '', '93.89.224.254'),
(3715, 1, 1300394462, 'plugin.php', 'add', '', '93.89.224.254'),
(3716, 1, 1300394467, 'stats.php', 'index', '', '93.89.224.254'),
(3717, 1, 1300394485, 'options.php', '', '', '93.89.224.254'),
(3718, 1, 1300394486, 'options.php', '', '', '93.89.224.254'),
(3719, 1, 1300394518, 'template.php', 'modify', '', '93.89.224.254'),
(3720, 1, 1300394518, 'template.php', 'modify', '', '93.89.224.254'),
(3721, 1, 1300394519, 'template.php', 'modify', '', '93.89.224.254'),
(3722, 1, 1300394519, 'template.php', 'modify', '', '93.89.224.254'),
(3723, 1, 1300394522, 'css.php', 'edit', 'style id = 8', '93.89.224.254'),
(3724, 1, 1300394549, 'template.php', 'modify', '', '93.89.224.254'),
(3725, 1, 1300394653, 'plugin.php', 'modify', '', '93.89.224.254'),
(3726, 1, 1300394654, 'plugin.php', 'modify', '', '93.89.224.254'),
(3727, 1, 1300396475, 'options.php', '', '', '93.89.224.254'),
(3728, 1, 1300396490, 'template.php', 'modify', '', '93.89.224.254'),
(3729, 1, 1300396586, 'forum.php', 'modify', '', '93.89.224.254'),
(3730, 1, 1300396600, 'attachment.php', 'types', '', '93.89.224.254'),
(3731, 1, 1300396612, 'profilefield.php', 'modify', '', '93.89.224.254'),
(3732, 1, 1300396627, 'bbcode.php', 'modify', '', '93.89.224.254'),
(3733, 1, 1300396628, 'bbcode.php', 'previewbbcode', 'bbcode id = 1', '93.89.224.254'),
(3734, 1, 1300396628, 'bbcode.php', 'previewbbcode', 'bbcode id = 5', '93.89.224.254'),
(3735, 1, 1300396628, 'bbcode.php', 'previewbbcode', 'bbcode id = 6', '93.89.224.254'),
(3736, 1, 1300396629, 'bbcode.php', 'previewbbcode', 'bbcode id = 3', '93.89.224.254'),
(3737, 1, 1300396658, 'bbcode.php', 'edit', 'bbcode id = 1', '93.89.224.254'),
(3738, 1, 1300396830, 'bbcode.php', 'doupdate', 'bbcode id = 1', '93.89.224.254'),
(3739, 1, 1300396832, 'bbcode.php', 'modify', '', '93.89.224.254'),
(3740, 1, 1300396832, 'bbcode.php', 'previewbbcode', 'bbcode id = 5', '93.89.224.254'),
(3741, 1, 1300396832, 'bbcode.php', 'previewbbcode', 'bbcode id = 1', '93.89.224.254'),
(3742, 1, 1300396832, 'bbcode.php', 'previewbbcode', 'bbcode id = 3', '93.89.224.254'),
(3743, 1, 1300396832, 'bbcode.php', 'previewbbcode', 'bbcode id = 6', '93.89.224.254'),
(3744, 1, 1300396937, 'plugin.php', 'product', '', '93.89.224.254'),
(3745, 1, 1300396941, 'plugin.php', 'modify', '', '93.89.224.254'),
(3746, 1, 1300396941, 'plugin.php', 'modify', '', '93.89.224.254'),
(3747, 1, 1300396949, 'plugin.php', 'add', '', '93.89.224.254'),
(3748, 1, 1300396949, 'plugin.php', 'add', '', '93.89.224.254'),
(3749, 1, 1300396960, 'bbcode.php', 'modify', '', '93.89.224.254'),
(3750, 1, 1300396960, 'bbcode.php', 'modify', '', '93.89.224.254'),
(3751, 1, 1300396960, 'bbcode.php', 'previewbbcode', 'bbcode id = 5', '93.89.224.254'),
(3752, 1, 1300396960, 'bbcode.php', 'previewbbcode', 'bbcode id = 1', '93.89.224.254'),
(3753, 1, 1300396961, 'bbcode.php', 'previewbbcode', 'bbcode id = 6', '93.89.224.254'),
(3754, 1, 1300396961, 'bbcode.php', 'previewbbcode', 'bbcode id = 3', '93.89.224.254'),
(3755, 1, 1300397021, 'language.php', 'modify', '', '93.89.224.254'),
(3756, 1, 1300397022, 'phrase.php', 'modify', '', '93.89.224.254'),
(3757, 1, 1300397024, 'language.php', 'files', '', '93.89.224.254'),
(3758, 1, 1300397026, 'template.php', 'search', '', '93.89.224.254'),
(3759, 1, 1300397026, 'template.php', 'search', '', '93.89.224.254'),
(3760, 1, 1300397028, 'replacement.php', 'modify', '', '93.89.224.254'),
(3761, 1, 1300397030, 'replacement.php', 'modify', '', '93.89.224.254'),
(3762, 1, 1300397030, 'template.php', 'files', '', '93.89.224.254'),
(3763, 1, 1300397030, 'template.php', 'files', '', '93.89.224.254'),
(3764, 1, 1300397034, 'template.php', 'modify', '', '93.89.224.254'),
(3765, 1, 1300397037, 'css.php', 'edit', 'style id = 8', '93.89.224.254'),
(3766, 1, 1300397048, 'options.php', '', '', '93.89.224.254'),
(3767, 1, 1300397047, 'options.php', '', '', '93.89.224.254'),
(3768, 1, 1300397299, 'template.php', 'search', '', '93.89.224.254'),
(3769, 1, 1300397299, 'template.php', 'search', '', '93.89.224.254'),
(3770, 1, 1300397342, 'template.php', 'modify', '', '93.89.224.254'),
(3771, 1, 1300397347, 'css.php', 'edit', 'style id = 8', '93.89.224.254'),
(3772, 1, 1300397400, 'template.php', 'modify', '', '93.89.224.254'),
(3773, 1, 1300397433, 'template.php', 'edit', 'style id = 0', '93.89.224.254'),
(3774, 1, 1300397892, 'template.php', 'updatetemplate', 'style id = 8', '93.89.224.254'),
(3775, 1, 1300397993, 'template.php', 'add', 'style id = 1', '93.89.224.254'),
(3776, 1, 1300398265, 'template.php', 'inserttemplate', 'style id = 1', '93.89.224.254'),
(3777, 1, 1300398266, 'template.php', 'modify', 'style id = 0', '93.89.224.254'),
(3778, 1, 1300398362, 'template.php', 'edit', 'style id = 0', '93.89.224.254'),
(3779, 1, 1300398487, 'template.php', 'updatetemplate', 'style id = 1', '93.89.224.254'),
(3780, 1, 1300398550, 'template.php', 'edit', 'style id = 0', '93.89.224.254'),
(3781, 1, 1300398595, 'template.php', 'updatetemplate', 'style id = 1', '93.89.224.254'),
(3782, 1, 1300398654, 'template.php', 'edit', 'style id = 0', '93.89.224.254'),
(3783, 1, 1300399014, 'template.php', 'updatetemplate', 'style id = 1', '93.89.224.254'),
(3784, 1, 1300399097, 'template.php', 'modify', '', '93.89.224.254'),
(3785, 1, 1300399098, 'template.php', 'modify', '', '93.89.224.254'),
(3786, 1, 1300399106, 'template.php', 'modify', '', '93.89.224.254'),
(3787, 1, 1300399117, 'template.php', 'edit', 'style id = 0', '93.89.224.254'),
(3788, 1, 1300399418, 'template.php', 'updatetemplate', 'style id = 1', '93.89.224.254'),
(3789, 1, 1300399477, 'template.php', 'edit', 'style id = 0', '93.89.224.254'),
(3790, 1, 1300399504, 'template.php', 'updatetemplate', 'style id = 1', '93.89.224.254'),
(3791, 1, 1300399610, 'template.php', 'edit', 'style id = 0', '93.89.224.254'),
(3792, 1, 1300400005, 'template.php', 'updatetemplate', 'style id = 1', '93.89.224.254'),
(3793, 1, 1300400045, 'template.php', 'search', '', '93.89.224.254'),
(3794, 1, 1300400048, 'template.php', 'search', '', '93.89.224.254'),
(3795, 1, 1300400049, 'template.php', 'search', '', '93.89.224.254'),
(3796, 1, 1300400049, 'template.php', 'search', '', '93.89.224.254'),
(3797, 1, 1300400059, 'template.php', 'modify', '', '93.89.224.254'),
(3798, 1, 1300400065, 'template.php', 'edit', 'style id = 0', '93.89.224.254'),
(3799, 1, 1300400244, 'template.php', 'updatetemplate', 'style id = 8', '93.89.224.254'),
(3800, 1, 1300400516, 'template.php', 'edit', 'style id = 0', '93.89.224.254'),
(3801, 1, 1300400817, 'template.php', 'updatetemplate', 'style id = 8', '93.89.224.254'),
(3802, 1, 1300400824, 'template.php', 'edit', 'style id = 0', '93.89.224.254'),
(3803, 1, 1300400974, 'template.php', 'updatetemplate', 'style id = 8', '93.89.224.254'),
(3804, 1, 1300401348, 'template.php', 'search', '', '93.89.224.254'),
(3805, 1, 1300401348, 'template.php', 'search', '', '93.89.224.254'),
(3806, 1, 1300401352, 'template.php', 'modify', '', '93.89.224.254'),
(3807, 1, 1300401352, 'template.php', 'modify', '', '93.89.224.254'),
(3808, 1, 1300401355, 'css.php', 'edit', 'style id = 8', '93.89.224.254'),
(3809, 1, 1300401422, 'css.php', 'update', 'style id = 8', '93.89.224.254'),
(3810, 1, 1300401424, 'css.php', 'edit', 'style id = 8', '93.89.224.254'),
(3811, 1, 1300401495, 'css.php', 'update', 'style id = 8', '93.89.224.254'),
(3812, 1, 1300401498, 'css.php', 'edit', 'style id = 8', '93.89.224.254'),
(3813, 1, 1300401589, 'css.php', 'update', 'style id = 8', '93.89.224.254'),
(3814, 1, 1300401590, 'css.php', 'edit', 'style id = 8', '93.89.224.254'),
(3815, 1, 1300401612, 'css.php', 'update', 'style id = 8', '93.89.224.254'),
(3816, 1, 1300401613, 'css.php', 'edit', 'style id = 8', '93.89.224.254'),
(3817, 1, 1300401652, 'css.php', 'update', 'style id = 8', '93.89.224.254'),
(3818, 1, 1300401653, 'css.php', 'edit', 'style id = 8', '93.89.224.254'),
(3819, 1, 1300401687, 'css.php', 'update', 'style id = 8', '93.89.224.254'),
(3820, 1, 1300401689, 'css.php', 'edit', 'style id = 8', '93.89.224.254'),
(3821, 1, 1300403200, 'css.php', 'edit', 'style id = 8', '93.89.224.254'),
(3822, 1, 1300405514, 'template.php', 'modify', '', '93.89.224.254'),
(3823, 1, 1300405514, 'template.php', 'modify', '', '93.89.224.254'),
(3824, 1, 1300406007, 'css.php', 'edit', 'style id = 8', '93.89.224.254'),
(3825, 1, 1300406089, 'css.php', 'update', 'style id = 8', '93.89.224.254'),
(3826, 1, 1300406092, 'css.php', 'edit', 'style id = 8', '93.89.224.254'),
(3827, 1, 1300406162, 'template.php', 'search', '', '93.89.224.254'),
(3828, 1, 1300406164, 'template.php', 'modify', '', '93.89.224.254'),
(3829, 1, 1300406164, 'template.php', 'modify', '', '93.89.224.254'),
(3830, 1, 1300490025, 'plugin.php', 'product', '', '93.89.224.254'),
(3831, 1, 1300490025, 'plugin.php', 'product', '', '93.89.224.254'),
(3832, 1, 1300491964, 'plugin.php', 'productedit', '', '93.89.224.254'),
(3833, 1, 1300492365, 'options.php', '', '', '93.89.224.254'),
(3834, 1, 1300494030, 'plugin.php', 'files', '', '93.89.224.254'),
(3835, 1, 1300494045, 'plugin.php', 'product', '', '93.89.224.254'),
(3836, 1, 1300494048, 'plugin.php', 'productadd', '', '93.89.224.254'),
(3837, 1, 1300494059, 'plugin.php', 'productedit', '', '93.89.224.254'),
(3838, 1, 1300494113, 'plugin.php', 'productadd', '', '93.89.224.254'),
(3839, 1, 1300494263, 'plugin.php', 'productedit', '', '93.89.224.254'),
(3840, 1, 1300494447, 'plugin.php', 'productedit', '', '93.89.224.254'),
(3841, 1, 1300494652, 'plugin.php', 'productadd', '', '93.89.224.254'),
(3842, 1, 1300494717, 'plugin.php', 'productimport', '', '93.89.224.254'),
(3843, 1, 1300495183, 'template.php', 'search', '', '93.89.224.254'),
(3844, 1, 1300495188, 'template.php', 'modify', '', '93.89.224.254'),
(3845, 1, 1300495190, 'template.php', 'modify', '', '93.89.224.254'),
(3846, 1, 1300495203, 'template.php', 'edit', 'style id = 0', '93.89.224.254'),
(3847, 1, 1300495244, 'template.php', 'updatetemplate', 'style id = 8', '93.89.224.254'),
(3848, 7, 1300557473, 'moderate.php', 'attachments', '', '93.89.224.254'),
(3849, 7, 1300557476, 'moderate.php', 'events', '', '93.89.224.254'),
(3850, 7, 1300557478, 'moderate.php', 'messages', '', '93.89.224.254'),
(3851, 1, 1300561990, 'template.php', 'search', '', '93.89.224.254'),
(3852, 1, 1300561999, 'template.php', 'modify', '', '93.89.224.254'),
(3853, 1, 1300562011, 'template.php', 'modify', '', '93.89.224.254'),
(3854, 1, 1300562097, 'template.php', 'modify', '', '93.89.224.254'),
(3855, 1, 1300562104, 'template.php', 'edit', 'style id = 0', '93.89.224.254'),
(3856, 1, 1300562257, 'template.php', 'updatetemplate', 'style id = 8', '93.89.224.254'),
(3857, 1, 1300563100, 'profilefield.php', 'modify', '', '93.89.224.254'),
(3858, 1, 1300563100, 'profilefield.php', 'modify', '', '93.89.224.254'),
(3859, 1, 1300563107, 'profilefield.php', 'edit', 'profilefield id = 1', '93.89.224.254'),
(3860, 1, 1300563118, 'profilefield.php', 'edit', 'profilefield id = 2', '93.89.224.254'),
(3861, 1, 1300563130, 'profilefield.php', 'modifycats', '', '93.89.224.254'),
(3862, 1, 1300563131, 'profilefield.php', 'modifycats', '', '93.89.224.254'),
(3863, 1, 1300563136, 'profilefield.php', 'add', '', '93.89.224.254'),
(3864, 1, 1300563239, 'profilefield.php', 'add', '', '93.89.224.254'),
(3865, 1, 1300563254, 'profilefield.php', 'add', '', '93.89.224.254'),
(3866, 1, 1300563298, 'profilefield.php', 'modify', '', '93.89.224.254'),
(3867, 1, 1300563386, 'profilefield.php', 'edit', 'profilefield id = 1', '93.89.224.254'),
(3868, 1, 1300563392, 'phrase.php', 'edit', '', '93.89.224.254'),
(3869, 1, 1300564077, 'template.php', 'search', '', '93.89.224.254'),
(3870, 1, 1300564077, 'template.php', 'search', '', '93.89.224.254'),
(3871, 1, 1300565654, 'options.php', '', '', '93.89.224.254'),
(3872, 1, 1300565671, 'options.php', 'options', '', '93.89.224.254'),
(3873, 1, 1300565695, 'options.php', 'options', '', '93.89.224.254'),
(3874, 1, 1300566012, 'options.php', 'dooptions', '', '93.89.224.254'),
(3875, 1, 1300566013, 'options.php', 'options', '', '93.89.224.254'),
(3876, 1, 1300566025, 'options.php', 'searchtype', '', '93.89.224.254'),
(3877, 1, 1300566027, 'verify.php', '', '', '93.89.224.254'),
(3878, 1, 1300566049, 'options.php', 'searchtype', '', '93.89.224.254'),
(3879, 1, 1300566050, 'verify.php', '', '', '93.89.224.254'),
(3880, 1, 1300566051, 'bookmarksite.php', 'modify', '', '93.89.224.254'),
(3881, 1, 1300566056, 'bookmarksite.php', 'edit', 'bookmark site id = 1', '93.89.224.254'),
(3882, 1, 1300566073, 'bookmarksite.php', 'edit', 'bookmark site id = 2', '93.89.224.254'),
(3883, 1, 1300566079, 'bookmarksite.php', 'update', 'bookmark site id = 2', '93.89.224.254'),
(3884, 1, 1300566081, 'bookmarksite.php', '', '', '93.89.224.254'),
(3885, 1, 1300566083, 'bookmarksite.php', 'edit', 'bookmark site id = 3', '93.89.224.254'),
(3886, 1, 1300566085, 'bookmarksite.php', 'update', 'bookmark site id = 3', '93.89.224.254'),
(3887, 1, 1300566087, 'bookmarksite.php', '', '', '93.89.224.254'),
(3888, 1, 1300566088, 'template.php', 'modify', '', '93.89.224.254'),
(3889, 1, 1300566102, 'css.php', 'edit', 'style id = 1', '93.89.224.254'),
(3890, 1, 1300566155, 'phrase.php', 'search', '', '93.89.224.254'),
(3891, 1, 1300566171, 'phrase.php', 'dosearch', '', '93.89.224.254'),
(3892, 1, 1300566183, 'faq.php', '', '', '93.89.224.254'),
(3893, 1, 1300566197, 'faq.php', 'edit', '', '93.89.224.254'),
(3894, 1, 1300566213, 'faq.php', 'edit', '', '93.89.224.254'),
(3895, 1, 1300566243, 'prefix.php', '', '', '93.89.224.254'),
(3896, 1, 1300566245, 'prefix.php', 'addset', '', '93.89.224.254'),
(3897, 1, 1300566249, 'prefix.php', 'duplicate', '', '93.89.224.254'),
(3898, 1, 1300566282, 'bbcode.php', 'modify', '', '93.89.224.254'),
(3899, 1, 1300566284, 'bbcode.php', 'previewbbcode', 'bbcode id = 1', '93.89.224.254'),
(3900, 1, 1300566284, 'bbcode.php', 'previewbbcode', 'bbcode id = 3', '93.89.224.254'),
(3901, 1, 1300566285, 'bbcode.php', 'previewbbcode', 'bbcode id = 5', '93.89.224.254'),
(3902, 1, 1300566285, 'bbcode.php', 'previewbbcode', 'bbcode id = 6', '93.89.224.254'),
(3903, 1, 1300566328, 'rssposter.php', 'modify', '', '93.89.224.254'),
(3904, 1, 1300566331, 'rssposter.php', 'edit', '', '93.89.224.254'),
(3905, 1, 1300566349, 'adminlog.php', 'choose', '', '93.89.224.254'),
(3906, 1, 1300566358, 'stats.php', 'index', '', '93.89.224.254'),
(3907, 1, 1300566361, 'modlog.php', 'choose', '', '93.89.224.254'),
(3908, 1, 1300566363, 'cronlog.php', 'choose', '', '93.89.224.254'),
(3909, 1, 1300566376, 'repair.php', 'list', '', '93.89.224.254'),
(3910, 1, 1300566388, 'misc.php', 'chooser', '', '93.89.224.254'),
(3911, 1, 1300566559, 'template.php', 'search', '', '93.89.224.254'),
(3912, 1, 1300566565, 'template.php', 'search', '', '93.89.224.254'),
(3913, 1, 1300566580, 'template.php', 'modify', '', '93.89.224.254'),
(3914, 1, 1300566583, 'template.php', 'modify', '', '93.89.224.254'),
(3915, 1, 1300566589, 'template.php', 'modify', '', '93.89.224.254'),
(3916, 1, 1300566602, 'template.php', 'edit', 'style id = 0', '93.89.224.254'),
(3917, 1, 1300566621, 'template.php', 'edit', 'style id = 0', '93.89.224.254'),
(3918, 1, 1300566637, 'template.php', 'add', 'style id = 8', '93.89.224.254'),
(3919, 1, 1300566679, 'template.php', 'add', 'style id = 8', '93.89.224.254'),
(3920, 1, 1300566720, 'user.php', 'edit', 'user id = 1', '93.89.224.254'),
(3921, 1, 1300566734, 'template.php', 'modify', '', '93.89.224.254'),
(3922, 1, 1300566810, 'user.php', 'update', 'user id = 1', '93.89.224.254'),
(3923, 1, 1300566854, 'user.php', 'update', 'user id = 1', '93.89.224.254'),
(3924, 1, 1300566855, 'user.php', 'modify', 'user id = 1', '93.89.224.254'),
(3925, 1, 1300566929, 'template.php', 'edit', 'style id = 0', '93.89.224.254'),
(3926, 1, 1300566946, 'template.php', 'edit', 'style id = 0', '93.89.224.254'),
(3927, 1, 1300567008, 'template.php', 'edit', 'style id = 0', '93.89.224.254'),
(3928, 1, 1300567140, 'template.php', 'edit', 'style id = 0', '93.89.224.254'),
(3929, 1, 1300567294, 'template.php', 'updatetemplate', 'style id = 8', '93.89.224.254'),
(3930, 1, 1300568918, 'template.php', 'modify', '', '93.89.224.254'),
(3931, 1, 1300583478, 'template.php', 'modify', '', '93.89.224.254'),
(3932, 1, 1300583478, 'template.php', 'modify', '', '93.89.224.254'),
(3933, 1, 1300583539, 'options.php', '', '', '93.89.224.254'),
(3934, 1, 1300583558, 'options.php', 'options', '', '93.89.224.254'),
(3935, 1, 1300583767, 'options.php', 'dooptions', '', '93.89.224.254'),
(3936, 1, 1300583769, 'options.php', 'options', '', '93.89.224.254'),
(3937, 1, 1300583840, 'options.php', 'dooptions', '', '93.89.224.254'),
(3938, 1, 1300583841, 'options.php', 'options', '', '93.89.224.254'),
(3939, 1, 1300583868, 'options.php', 'options', '', '93.89.224.254'),
(3940, 1, 1300583905, 'options.php', '', '', '93.89.224.254'),
(3941, 1, 1300614586, 'forum.php', 'add', '', '93.89.224.254'),
(3942, 1, 1300614739, 'forum.php', 'update', '', '93.89.224.254'),
(3943, 1, 1300614741, 'forum.php', 'modify', 'forum id = 410', '93.89.224.254'),
(3944, 1, 1300614900, 'forum.php', 'remove', 'forum id = 410', '93.89.224.254'),
(3945, 1, 1300614902, 'forum.php', 'kill', 'forum id = 410', '93.89.224.254'),
(3946, 1, 1300614904, 'forum.php', '', '', '93.89.224.254'),
(3947, 1, 1300614969, 'forum.php', 'edit', 'forum id = 173', '93.89.224.254'),
(3948, 1, 1300614992, 'forum.php', 'add', '', '93.89.224.254'),
(3949, 1, 1300615022, 'forum.php', 'update', '', '93.89.224.254'),
(3950, 1, 1300615024, 'forum.php', 'modify', 'forum id = 411', '93.89.224.254'),
(3951, 1, 1300615087, 'forum.php', 'edit', 'forum id = 385', '93.89.224.254'),
(3952, 1, 1300615154, 'forum.php', 'modify', '', '93.89.224.254'),
(3953, 1, 1300615169, 'forum.php', 'edit', 'forum id = 411', '93.89.224.254'),
(3954, 1, 1300615304, 'forum.php', 'modify', '', '93.89.224.254'),
(3955, 1, 1300615272, 'forum.php', 'modify', '', '93.89.224.254'),
(3956, 1, 1300615236, 'forum.php', 'modify', '', '93.89.224.254'),
(3957, 1, 1300615311, 'forum.php', 'update', 'forum id = 411', '93.89.224.254'),
(3958, 1, 1300615309, 'forum.php', 'update', 'forum id = 411', '93.89.224.254'),
(3959, 1, 1300615331, 'forum.php', 'modify', 'forum id = 411', '93.89.224.254'),
(3960, 1, 1300615383, 'forum.php', 'edit', 'forum id = 385', '93.89.224.254'),
(3961, 1, 1300615419, 'forum.php', 'modify', '', '93.89.224.254'),
(3962, 1, 1300615429, 'forum.php', 'edit', 'forum id = 411', '93.89.224.254'),
(3963, 1, 1300615514, 'forum.php', 'update', 'forum id = 411', '93.89.224.254'),
(3964, 1, 1300615458, 'forum.php', 'update', 'forum id = 411', '93.89.224.254'),
(3965, 1, 1300615514, 'forum.php', 'update', 'forum id = 411', '93.89.224.254'),
(3966, 1, 1300615553, 'forum.php', 'modify', 'forum id = 411', '93.89.224.254'),
(3967, 1, 1300615658, 'forum.php', 'remove', 'forum id = 411', '93.89.224.254'),
(3968, 1, 1300615660, 'forum.php', 'kill', 'forum id = 411', '93.89.224.254'),
(3969, 1, 1300615661, 'forum.php', '', '', '93.89.224.254'),
(3970, 1, 1300636752, 'template.php', 'search', '', '93.89.224.254'),
(3971, 1, 1300636757, 'template.php', 'modify', '', '93.89.224.254'),
(3972, 1, 1300636759, 'template.php', 'modify', '', '93.89.224.254'),
(3973, 1, 1300636781, 'template.php', 'search', '', '93.89.224.254'),
(3974, 1, 1300636804, 'template.php', 'modify', '', '93.89.224.254'),
(3975, 1, 1300636810, 'template.php', 'edit', 'style id = 0', '93.89.224.254'),
(3976, 1, 1300637140, 'template.php', 'updatetemplate', 'style id = 8', '93.89.224.254'),
(3977, 1, 1300637170, 'template.php', 'updatetemplate', 'style id = 8', '93.89.224.254'),
(3978, 1, 1300637334, 'template.php', 'search', '', '93.89.224.254'),
(3979, 1, 1300637344, 'template.php', 'modify', '', '93.89.224.254'),
(3980, 1, 1300637346, 'template.php', 'modify', '', '93.89.224.254'),
(3981, 1, 1300637351, 'template.php', 'modify', '', '93.89.224.254'),
(3982, 1, 1300637363, 'template.php', 'add', 'style id = 8', '93.89.224.254'),
(3983, 1, 1300637484, 'template.php', 'inserttemplate', 'style id = 8', '93.89.224.254'),
(3984, 1, 1300637485, 'template.php', 'modify', 'style id = 0', '93.89.224.254'),
(3985, 1, 1300637549, 'template.php', 'edit', 'style id = 0', '93.89.224.254'),
(3986, 1, 1300637557, 'template.php', 'updatetemplate', 'style id = 8', '93.89.224.254'),
(3987, 1, 1300655967, 'forum.php', 'modify', '', '93.89.224.254'),
(3988, 1, 1300655996, 'forum.php', 'remove', 'forum id = 340', '93.89.224.254'),
(3989, 1, 1300655998, 'forum.php', 'kill', 'forum id = 340', '93.89.224.254'),
(3990, 1, 1300656000, 'forum.php', '', '', '93.89.224.254'),
(3991, 1, 1300656024, 'forum.php', 'remove', 'forum id = 339', '93.89.224.254'),
(3992, 1, 1300656085, 'forum.php', 'kill', 'forum id = 339', '93.89.224.254'),
(3993, 1, 1300656087, 'forum.php', '', '', '93.89.224.254'),
(3994, 1, 1300656095, 'forum.php', 'remove', 'forum id = 338', '93.89.224.254'),
(3995, 1, 1300656097, 'forum.php', 'kill', 'forum id = 338', '93.89.224.254'),
(3996, 1, 1300656099, 'forum.php', '', '', '93.89.224.254'),
(3997, 1, 1300656109, 'forum.php', 'remove', 'forum id = 337', '93.89.224.254'),
(3998, 1, 1300656110, 'forum.php', 'kill', 'forum id = 337', '93.89.224.254'),
(3999, 1, 1300656112, 'forum.php', '', '', '93.89.224.254'),
(4000, 1, 1300656120, 'forum.php', 'remove', 'forum id = 336', '93.89.224.254'),
(4001, 1, 1300656122, 'forum.php', 'kill', 'forum id = 336', '93.89.224.254'),
(4002, 1, 1300656123, 'forum.php', '', '', '93.89.224.254'),
(4003, 1, 1300656132, 'forum.php', 'remove', 'forum id = 335', '93.89.224.254'),
(4004, 1, 1300656133, 'forum.php', 'kill', 'forum id = 335', '93.89.224.254'),
(4005, 1, 1300656134, 'forum.php', '', '', '93.89.224.254'),
(4006, 1, 1300660827, 'plugin.php', 'product', '', '93.89.224.254'),
(4007, 1, 1300660835, 'plugin.php', 'productedit', '', '93.89.224.254'),
(4008, 1, 1300660857, 'plugin.php', 'product', '', '93.89.224.254'),
(4009, 1, 1300660857, 'plugin.php', 'product', '', '93.89.224.254'),
(4010, 1, 1300660860, 'plugin.php', 'productadd', '', '93.89.224.254'),
(4011, 1, 1300660958, 'plugin.php', 'productimport', '', '93.89.224.254'),
(4012, 1, 1300661018, 'plugin.php', 'productimport', '', '93.89.224.254'),
(4013, 1, 1300661035, 'options.php', '', '', '93.89.224.254'),
(4014, 1, 1300661046, 'options.php', 'options', '', '93.89.224.254'),
(4015, 1, 1300661114, 'plugin.php', 'modify', '', '93.89.224.254'),
(4016, 1, 1300661117, 'plugin.php', 'edit', 'plugin id = 82', '93.89.224.254'),
(4017, 1, 1300661425, 'plugin.php', 'edit', 'plugin id = 85', '93.89.224.254'),
(4018, 1, 1300661756, 'template.php', 'modify', '', '93.89.224.254'),
(4019, 1, 1300665569, 'css.php', 'edit', 'style id = 8', '93.89.224.254'),
(4020, 1, 1300665609, 'options.php', '', '', '93.89.224.254'),
(4021, 1, 1300665615, 'options.php', 'options', '', '93.89.224.254'),
(4022, 1, 1300665770, 'options.php', 'dooptions', '', '93.89.224.254'),
(4023, 1, 1300665773, 'options.php', 'options', '', '93.89.224.254'),
(4024, 1, 1300665921, 'options.php', 'dooptions', '', '93.89.224.254'),
(4025, 1, 1300665923, 'options.php', 'options', '', '93.89.224.254'),
(4026, 1, 1300665982, 'options.php', 'dooptions', '', '93.89.224.254'),
(4027, 1, 1300665983, 'options.php', 'options', '', '93.89.224.254'),
(4028, 1, 1300666174, 'options.php', 'dooptions', '', '93.89.224.254'),
(4029, 1, 1300666175, 'options.php', 'options', '', '93.89.224.254'),
(4030, 1, 1300666251, 'options.php', 'dooptions', '', '93.89.224.254'),
(4031, 1, 1300666252, 'options.php', 'options', '', '93.89.224.254'),
(4032, 1, 1300666269, 'options.php', 'dooptions', '', '93.89.224.254'),
(4033, 1, 1300666270, 'options.php', 'options', '', '93.89.224.254'),
(4034, 1, 1300666335, 'options.php', 'dooptions', '', '93.89.224.254'),
(4035, 1, 1300666336, 'options.php', 'options', '', '93.89.224.254'),
(4036, 1, 1300666736, 'options.php', 'dooptions', '', '93.89.224.254'),
(4037, 1, 1300666737, 'options.php', 'options', '', '93.89.224.254'),
(4038, 1, 1300666855, 'options.php', 'dooptions', '', '93.89.224.254'),
(4039, 1, 1300666856, 'options.php', 'options', '', '93.89.224.254'),
(4040, 1, 1300667368, 'options.php', '', '', '93.89.224.254'),
(4041, 1, 1300667876, 'options.php', 'options', '', '93.89.224.254'),
(4042, 1, 1300667920, 'options.php', 'options', '', '93.89.224.254'),
(4043, 1, 1300738427, 'options.php', '', '', '93.89.224.254'),
(4044, 1, 1300738427, 'options.php', '', '', '93.89.224.254'),
(4045, 1, 1300738431, 'options.php', 'options', '', '93.89.224.254'),
(4046, 1, 1300738453, 'options.php', 'dooptions', '', '93.89.224.254'),
(4047, 1, 1300738454, 'options.php', 'options', '', '93.89.224.254'),
(4048, 1, 1300740406, 'options.php', 'dooptions', '', '93.89.224.254'),
(4049, 1, 1300740408, 'options.php', 'options', '', '93.89.224.254'),
(4050, 1, 1300740632, 'usergroup.php', 'modify', '', '93.89.224.254'),
(4051, 1, 1300740785, 'usergroup.php', 'edit', 'usergroup id = 4', '93.89.224.254'),
(4052, 1, 1300742550, 'banning.php', 'banuser', '', '93.89.224.254'),
(4053, 1, 1300742633, 'banning.php', 'dobanuser', 'username = Oðuz', '93.89.224.254'),
(4054, 1, 1300742634, 'banning.php', '', '', '93.89.224.254'),
(4055, 1, 1300742740, 'admininfraction.php', 'modify', '', '93.89.224.254'),
(4056, 1, 1300742751, 'admininfraction.php', 'editlevel', '', '93.89.224.254'),
(4057, 1, 1300742754, 'admininfraction.php', 'editgroup', '', '93.89.224.254'),
(4058, 1, 1300742758, 'profilefield.php', 'modify', '', '93.89.224.254'),
(4059, 1, 1300742762, 'profilefield.php', 'add', '', '93.89.224.254'),
(4060, 1, 1300742785, 'passwordcheck.php', '', '', '93.89.224.254'),
(4061, 1, 1300742812, 'accessmask.php', 'modify', '', '93.89.224.254'),
(4062, 1, 1300742818, 'usertools.php', 'doips', '', '93.89.224.254'),
(4063, 1, 1300742820, 'usertools.php', 'referrers', '', '93.89.224.254'),
(4064, 1, 1300742823, 'usertools.php', 'pmstats', '', '93.89.224.254'),
(4065, 1, 1300742835, 'usertools.php', 'pmuserstats', '', '93.89.224.254'),
(4066, 1, 1300742914, 'user.php', 'edit', 'user id = 14', '93.89.224.254'),
(4067, 1, 1300743381, 'template.php', 'modify', '', '93.89.224.254'),
(4068, 1, 1300743381, 'template.php', 'modify', '', '93.89.224.254'),
(4069, 1, 1300743382, 'template.php', 'modify', '', '93.89.224.254'),
(4070, 1, 1300743404, 'css.php', 'edit', 'style id = 8', '93.89.224.254'),
(4071, 1, 1300743742, 'css.php', 'update', 'style id = 8', '93.89.224.254'),
(4072, 1, 1300743745, 'css.php', 'edit', 'style id = 8', '93.89.224.254'),
(4073, 1, 1300743840, 'css.php', 'update', 'style id = 8', '93.89.224.254'),
(4074, 1, 1300743842, 'css.php', 'edit', 'style id = 8', '93.89.224.254'),
(4075, 1, 1300747073, 'plugin.php', 'product', '', '93.89.224.254'),
(4076, 1, 1300747075, 'plugin.php', 'add', '', '93.89.224.254'),
(4077, 1, 1300747075, 'plugin.php', 'add', '', '93.89.224.254'),
(4078, 1, 1300747077, 'plugin.php', 'modify', '', '93.89.224.254'),
(4079, 1, 1300747084, 'plugin.php', 'edit', 'plugin id = 82', '93.89.224.254'),
(4080, 1, 1300747093, 'plugin.php', 'product', '', '93.89.224.254'),
(4081, 1, 1300747098, 'plugin.php', 'productedit', '', '93.89.224.254'),
(4082, 1, 1300747121, 'plugin.php', 'product', '', '93.89.224.254'),
(4083, 1, 1300747126, 'plugin.php', 'productadd', '', '93.89.224.254'),
(4084, 1, 1300747168, 'plugin.php', 'productimport', '', '93.89.224.254'),
(4085, 1, 1300747193, 'plugin.php', 'productedit', '', '93.89.224.254'),
(4086, 1, 1300747358, 'plugin.php', 'productadd', '', '93.89.224.254'),
(4087, 1, 1300747415, 'plugin.php', 'product', '', '93.89.224.254'),
(4088, 1, 1300747418, 'plugin.php', 'productadd', '', '93.89.224.254'),
(4089, 1, 1300747430, 'plugin.php', 'productimport', '', '93.89.224.254'),
(4090, 1, 1300747437, 'plugin.php', 'productimport', '', '93.89.224.254'),
(4091, 1, 1300747441, 'plugin.php', 'product', '', '93.89.224.254'),
(4092, 1, 1300747455, 'plugin.php', 'productedit', '', '93.89.224.254'),
(4093, 1, 1300747483, 'options.php', '', '', '93.89.224.254'),
(4094, 1, 1300747484, 'options.php', '', '', '93.89.224.254'),
(4095, 1, 1300747562, 'options.php', 'options', '', '93.89.224.254'),
(4096, 1, 1300747569, 'options.php', 'options', '', '93.89.224.254'),
(4097, 1, 1300747609, 'options.php', 'dooptions', '', '93.89.224.254'),
(4098, 1, 1300747610, 'options.php', 'options', '', '93.89.224.254'),
(4099, 1, 1300747842, 'options.php', 'dooptions', '', '93.89.224.254'),
(4100, 1, 1300747843, 'options.php', 'options', '', '93.89.224.254'),
(4101, 1, 1300747872, 'options.php', 'options', '', '93.89.224.254'),
(4102, 1, 1300747874, 'options.php', 'options', '', '93.89.224.254'),
(4103, 1, 1300747878, 'options.php', 'options', '', '93.89.224.254'),
(4104, 1, 1300747885, 'options.php', 'options', '', '93.89.224.254'),
(4105, 1, 1300747886, 'options.php', '', '', '93.89.224.254'),
(4106, 1, 1300747886, 'options.php', '', '', '93.89.224.254'),
(4107, 1, 1300747890, 'options.php', 'options', '', '93.89.224.254'),
(4108, 1, 1300748025, 'options.php', 'dooptions', '', '93.89.224.254'),
(4109, 1, 1300748026, 'options.php', 'options', '', '93.89.224.254'),
(4110, 1, 1300748637, 'options.php', '', '', '93.89.224.254'),
(4111, 1, 1300748641, 'options.php', 'options', '', '93.89.224.254'),
(4112, 1, 1300748662, 'options.php', 'options', '', '93.89.224.254'),
(4113, 1, 1300748746, 'options.php', 'dooptions', '', '93.89.224.254'),
(4114, 1, 1300748748, 'options.php', 'options', '', '93.89.224.254'),
(4115, 1, 1300748758, 'options.php', 'options', '', '93.89.224.254'),
(4116, 1, 1300748797, 'options.php', 'options', '', '93.89.224.254'),
(4117, 1, 1300748802, 'options.php', '', '', '93.89.224.254'),
(4118, 1, 1300748929, 'template.php', 'search', '', '93.89.224.254'),
(4119, 1, 1300748930, 'template.php', 'search', '', '93.89.224.254'),
(4120, 1, 1300748938, 'template.php', 'modify', '', '93.89.224.254'),
(4121, 1, 1300748940, 'css.php', 'edit', 'style id = 8', '93.89.224.254'),
(4122, 1, 1300749050, 'css.php', 'edit', 'style id = 8', '93.89.224.254'),
(4123, 1, 1300750010, 'options.php', '', '', '93.89.224.254'),
(4124, 1, 1300750015, 'options.php', '', '', '93.89.224.254'),
(4125, 1, 1300750029, 'options.php', 'options', '', '93.89.224.254'),
(4126, 1, 1300750076, 'options.php', 'options', '', '93.89.224.254'),
(4127, 1, 1300750128, 'options.php', 'dooptions', '', '93.89.224.254'),
(4128, 1, 1300750130, 'options.php', 'options', '', '93.89.224.254'),
(4129, 1, 1300750244, 'options.php', 'dooptions', '', '93.89.224.254'),
(4130, 1, 1300750246, 'options.php', 'options', '', '93.89.224.254'),
(4131, 1, 1300750282, 'options.php', '', '', '93.89.224.254'),
(4132, 1, 1300750288, 'options.php', 'options', '', '93.89.224.254'),
(4133, 1, 1300750557, 'options.php', '', '', '93.89.224.254'),
(4134, 1, 1300752784, 'options.php', 'options', '', '93.89.224.254'),
(4135, 1, 1300752815, 'options.php', 'dooptions', '', '93.89.224.254'),
(4136, 1, 1300752816, 'options.php', 'options', '', '93.89.224.254'),
(4137, 1, 1300752860, 'options.php', 'dooptions', '', '93.89.224.254'),
(4138, 1, 1300752861, 'options.php', 'options', '', '93.89.224.254'),
(4139, 1, 1300753137, 'options.php', 'options', '', '93.89.224.254'),
(4140, 1, 1300753139, 'options.php', '', '', '93.89.224.254'),
(4141, 1, 1300825987, 'options.php', '', '', '93.89.224.254'),
(4142, 1, 1300825987, 'options.php', '', '', '93.89.224.254'),
(4143, 1, 1300825991, 'options.php', 'options', '', '93.89.224.254'),
(4144, 1, 1300826021, 'options.php', 'dooptions', '', '93.89.224.254'),
(4145, 1, 1300826024, 'options.php', 'options', '', '93.89.224.254'),
(4146, 1, 1300826100, 'options.php', '', '', '93.89.224.254'),
(4147, 1, 1300826103, 'options.php', 'options', '', '93.89.224.254'),
(4148, 1, 1300826530, 'options.php', '', '', '93.89.224.254'),
(4149, 1, 1300828132, 'usergroup.php', 'modify', '', '93.89.224.254'),
(4150, 1, 1300828181, 'usergroup.php', 'edit', 'usergroup id = 8', '93.89.224.254'),
(4151, 1, 1300828224, 'usergroup.php', 'edit', 'usergroup id = 8', '93.89.224.254'),
(4152, 1, 1300828311, 'usergroup.php', 'update', 'usergroup id = 8', '93.89.224.254'),
(4153, 1, 1300828313, 'usergroup.php', 'modify', '', '93.89.224.254'),
(4154, 1, 1300833795, 'plugin.php', 'product', '', '93.89.224.254'),
(4155, 1, 1300833811, 'plugin.php', 'productedit', '', '93.89.224.254'),
(4156, 1, 1300833820, 'plugin.php', 'product', '', '93.89.224.254'),
(4157, 1, 1300833820, 'plugin.php', 'product', '', '93.89.224.254'),
(4158, 1, 1300833821, 'plugin.php', 'productadd', '', '93.89.224.254'),
(4159, 1, 1300833830, 'plugin.php', 'productimport', '', '93.89.224.254'),
(4160, 1, 1300833835, 'plugin.php', 'productimport', '', '93.89.224.254'),
(4161, 1, 1300833840, 'plugin.php', 'product', '', '93.89.224.254'),
(4162, 1, 1300833874, 'options.php', '', '', '93.89.224.254'),
(4163, 1, 1300833874, 'options.php', '', '', '93.89.224.254'),
(4164, 1, 1300833880, 'options.php', 'options', '', '93.89.224.254'),
(4165, 1, 1300835017, 'plugin.php', 'product', '', '93.89.224.254'),
(4166, 1, 1300835021, 'plugin.php', 'productedit', '', '93.89.224.254'),
(4167, 1, 1300835031, 'plugin.php', 'product', '', '93.89.224.254'),
(4168, 1, 1300835040, 'options.php', '', '', '93.89.224.254'),
(4169, 1, 1300835040, 'options.php', '', '', '93.89.224.254'),
(4170, 1, 1300835044, 'template.php', 'modify', '', '93.89.224.254'),
(4171, 1, 1300835044, 'template.php', 'modify', '', '93.89.224.254'),
(4172, 1, 1300835067, 'css.php', 'edit', 'style id = 8', '93.89.224.254'),
(4173, 1, 1300837196, 'plugin.php', 'product', '', '93.89.224.254'),
(4174, 1, 1300837198, 'plugin.php', 'productadd', '', '93.89.224.254'),
(4175, 1, 1300837214, 'plugin.php', 'productimport', '', '93.89.224.254'),
(4176, 1, 1300837229, 'plugin.php', 'product', '', '93.89.224.254'),
(4177, 1, 1300837963, 'plugin.php', 'productadd', '', '93.89.224.254'),
(4178, 1, 1300837974, 'plugin.php', 'productimport', '', '93.89.224.254'),
(4179, 1, 1300837981, 'plugin.php', 'productimport', '', '93.89.224.254'),
(4180, 1, 1300837997, 'plugin.php', 'productimport', '', '93.89.224.254'),
(4181, 1, 1300838004, 'stats.php', 'index', '', '93.89.224.254'),
(4182, 1, 1300838010, 'plugin.php', 'product', '', '93.89.224.254'),
(4183, 1, 1300839347, 'options.php', '', '', '93.89.224.254'),
(4184, 1, 1300839347, 'options.php', '', '', '93.89.224.254'),
(4185, 1, 1300839352, 'options.php', 'options', '', '93.89.224.254'),
(4186, 1, 1300839420, 'options.php', 'dooptions', '', '93.89.224.254'),
(4187, 1, 1300839422, 'options.php', 'options', '', '93.89.224.254'),
(4188, 1, 1300839438, 'options.php', 'dooptions', '', '93.89.224.254'),
(4189, 1, 1300839439, 'options.php', 'options', '', '93.89.224.254'),
(4190, 1, 1300839529, 'options.php', 'dooptions', '', '93.89.224.254'),
(4191, 1, 1300839530, 'options.php', 'options', '', '93.89.224.254'),
(4192, 1, 1300839721, 'options.php', 'dooptions', '', '93.89.224.254'),
(4193, 1, 1300839722, 'options.php', 'options', '', '93.89.224.254'),
(4194, 1, 1300839883, 'options.php', 'dooptions', '', '93.89.224.254'),
(4195, 1, 1300839884, 'options.php', 'options', '', '93.89.224.254'),
(4196, 1, 1300839902, 'options.php', 'dooptions', '', '93.89.224.254'),
(4197, 1, 1300839903, 'options.php', 'options', '', '93.89.224.254'),
(4198, 1, 1300840091, 'options.php', 'dooptions', '', '93.89.224.254'),
(4199, 1, 1300840093, 'options.php', 'options', '', '93.89.224.254'),
(4200, 1, 1300840256, 'plugin.php', 'product', '', '93.89.224.254'),
(4201, 1, 1300840261, 'options.php', '', '', '93.89.224.254'),
(4202, 1, 1300840261, 'options.php', '', '', '93.89.224.254'),
(4203, 1, 1300840265, 'options.php', 'options', '', '93.89.224.254'),
(4204, 1, 1300840310, 'options.php', 'dooptions', '', '93.89.224.254'),
(4205, 1, 1300840312, 'options.php', 'options', '', '93.89.224.254'),
(4206, 1, 1300840562, 'options.php', 'dooptions', '', '93.89.224.254'),
(4207, 1, 1300840563, 'options.php', 'options', '', '93.89.224.254'),
(4208, 1, 1300840619, 'options.php', 'dooptions', '', '93.89.224.254'),
(4209, 1, 1300840620, 'options.php', 'options', '', '93.89.224.254'),
(4210, 1, 1300840679, 'options.php', 'dooptions', '', '93.89.224.254'),
(4211, 1, 1300840680, 'options.php', 'options', '', '93.89.224.254'),
(4212, 1, 1300840715, 'options.php', '', '', '93.89.224.254'),
(4213, 1, 1300840729, 'plugin.php', 'modify', '', '93.89.224.254'),
(4214, 1, 1300840733, 'plugin.php', 'edit', 'plugin id = 158', '93.89.224.254'),
(4215, 1, 1300840756, 'plugin.php', 'edit', 'plugin id = 161', '93.89.224.254'),
(4216, 1, 1300840775, 'plugin.php', 'edit', 'plugin id = 160', '93.89.224.254'),
(4217, 1, 1300840860, 'options.php', '', '', '93.89.224.254');
INSERT INTO `adminlog` (`adminlogid`, `userid`, `dateline`, `script`, `action`, `extrainfo`, `ipaddress`) VALUES
(4218, 1, 1300841091, 'options.php', 'options', '', '93.89.224.254'),
(4219, 1, 1300841098, 'options.php', 'options', '', '93.89.224.254'),
(4220, 1, 1300841139, 'options.php', 'dooptions', '', '93.89.224.254'),
(4221, 1, 1300841140, 'options.php', 'options', '', '93.89.224.254'),
(4222, 1, 1300841301, 'options.php', 'dooptions', '', '93.89.224.254'),
(4223, 1, 1300841302, 'options.php', 'options', '', '93.89.224.254'),
(4224, 1, 1300841327, 'options.php', 'dooptions', '', '93.89.224.254'),
(4225, 1, 1300841328, 'options.php', 'options', '', '93.89.224.254'),
(4226, 1, 1300841546, 'options.php', 'dooptions', '', '93.89.224.254'),
(4227, 1, 1300841547, 'options.php', 'options', '', '93.89.224.254'),
(4228, 1, 1300841604, 'options.php', 'dooptions', '', '93.89.224.254'),
(4229, 1, 1300841605, 'options.php', 'options', '', '93.89.224.254'),
(4230, 1, 1300841650, 'options.php', 'dooptions', '', '93.89.224.254'),
(4231, 1, 1300841652, 'options.php', 'options', '', '93.89.224.254'),
(4232, 1, 1300841812, 'options.php', 'dooptions', '', '93.89.224.254'),
(4233, 1, 1300841814, 'options.php', 'options', '', '93.89.224.254'),
(4234, 1, 1300841843, 'options.php', 'dooptions', '', '93.89.224.254'),
(4235, 1, 1300841844, 'options.php', 'options', '', '93.89.224.254'),
(4236, 1, 1300841901, 'options.php', 'dooptions', '', '93.89.224.254'),
(4237, 1, 1300841902, 'options.php', 'options', '', '93.89.224.254'),
(4238, 1, 1300841934, 'options.php', 'dooptions', '', '93.89.224.254'),
(4239, 1, 1300841935, 'options.php', 'options', '', '93.89.224.254'),
(4240, 1, 1300841987, 'options.php', 'dooptions', '', '93.89.224.254'),
(4241, 1, 1300841989, 'options.php', 'options', '', '93.89.224.254'),
(4242, 1, 1300842017, 'options.php', 'dooptions', '', '93.89.224.254'),
(4243, 1, 1300842018, 'options.php', 'options', '', '93.89.224.254'),
(4244, 1, 1300842039, 'options.php', 'dooptions', '', '93.89.224.254'),
(4245, 1, 1300842040, 'options.php', 'options', '', '93.89.224.254'),
(4246, 1, 1300842179, 'options.php', 'dooptions', '', '93.89.224.254'),
(4247, 1, 1300842180, 'options.php', 'options', '', '93.89.224.254'),
(4248, 1, 1300842236, 'options.php', 'dooptions', '', '93.89.224.254'),
(4249, 1, 1300842237, 'options.php', 'options', '', '93.89.224.254'),
(4250, 1, 1300842274, 'options.php', 'dooptions', '', '93.89.224.254'),
(4251, 1, 1300842275, 'options.php', 'options', '', '93.89.224.254'),
(4252, 1, 1300842318, 'options.php', 'dooptions', '', '93.89.224.254'),
(4253, 1, 1300842320, 'options.php', 'options', '', '93.89.224.254'),
(4254, 1, 1300842336, 'options.php', 'dooptions', '', '93.89.224.254'),
(4255, 1, 1300842337, 'options.php', 'options', '', '93.89.224.254'),
(4256, 1, 1300842380, 'options.php', 'dooptions', '', '93.89.224.254'),
(4257, 1, 1300842381, 'options.php', 'options', '', '93.89.224.254'),
(4258, 1, 1300842454, 'options.php', 'dooptions', '', '93.89.224.254'),
(4259, 1, 1300842456, 'options.php', 'options', '', '93.89.224.254'),
(4260, 1, 1300842515, 'options.php', 'dooptions', '', '93.89.224.254'),
(4261, 1, 1300842517, 'options.php', 'options', '', '93.89.224.254'),
(4262, 1, 1300842583, 'options.php', '', '', '93.89.224.254'),
(4263, 1, 1300842894, 'options.php', 'options', '', '93.89.224.254'),
(4264, 1, 1300922395, 'forum.php', 'modify', '', '85.103.227.27'),
(4265, 1, 1300922477, 'forum.php', 'add', '', '85.103.227.27'),
(4266, 1, 1300922521, 'forum.php', 'update', '', '85.103.227.27'),
(4267, 1, 1300922523, 'forum.php', 'modify', 'forum id = 412', '85.103.227.27'),
(4268, 1, 1300922530, 'forum.php', 'add', '', '85.103.227.27'),
(4269, 1, 1300922569, 'forum.php', 'update', '', '85.103.227.27'),
(4270, 1, 1300922570, 'forum.php', 'modify', 'forum id = 413', '85.103.227.27'),
(4271, 1, 1300922581, 'forum.php', 'add', '', '85.103.227.27'),
(4272, 1, 1300922612, 'forum.php', 'update', '', '85.103.227.27'),
(4273, 1, 1300922614, 'forum.php', 'modify', 'forum id = 414', '85.103.227.27'),
(4274, 1, 1300922619, 'forum.php', 'add', '', '85.103.227.27'),
(4275, 1, 1300922642, 'forum.php', 'update', '', '85.103.227.27'),
(4276, 1, 1300922644, 'forum.php', 'modify', 'forum id = 415', '85.103.227.27'),
(4277, 1, 1300922665, 'forum.php', 'add', '', '85.103.227.27'),
(4278, 1, 1300922678, 'forum.php', 'update', '', '85.103.227.27'),
(4279, 1, 1300922679, 'forum.php', 'modify', 'forum id = 416', '85.103.227.27'),
(4280, 1, 1300922695, 'forum.php', 'add', '', '85.103.227.27'),
(4281, 1, 1300922728, 'forum.php', 'update', '', '85.103.227.27'),
(4282, 1, 1300922729, 'forum.php', 'modify', 'forum id = 417', '85.103.227.27'),
(4283, 1, 1300923027, 'forum.php', 'add', '', '85.103.227.27'),
(4284, 1, 1300923068, 'forum.php', 'update', '', '85.103.227.27'),
(4285, 1, 1300923069, 'forum.php', 'modify', 'forum id = 418', '85.103.227.27'),
(4286, 1, 1300923100, 'forum.php', 'add', '', '85.103.227.27'),
(4287, 1, 1300923134, 'forum.php', 'update', '', '85.103.227.27'),
(4288, 1, 1300923136, 'forum.php', 'modify', 'forum id = 419', '85.103.227.27'),
(4289, 1, 1300923273, 'forum.php', 'edit', 'forum id = 419', '85.103.227.27'),
(4290, 1, 1300923323, 'forum.php', 'edit', 'forum id = 418', '85.103.227.27'),
(4291, 1, 1300923340, 'forum.php', 'update', 'forum id = 418', '85.103.227.27'),
(4292, 1, 1300923341, 'forum.php', 'modify', 'forum id = 418', '85.103.227.27'),
(4293, 1, 1300923416, 'forum.php', 'edit', 'forum id = 418', '85.103.227.27'),
(4294, 1, 1300923428, 'forum.php', 'update', 'forum id = 418', '85.103.227.27'),
(4295, 1, 1300923430, 'forum.php', 'modify', 'forum id = 418', '85.103.227.27'),
(4296, 1, 1300923445, 'forum.php', 'edit', 'forum id = 419', '85.103.227.27'),
(4297, 1, 1300923461, 'forum.php', 'update', 'forum id = 419', '85.103.227.27'),
(4298, 1, 1300923462, 'forum.php', 'modify', 'forum id = 419', '85.103.227.27'),
(4299, 1, 1300923472, 'forum.php', 'add', '', '85.103.227.27'),
(4300, 1, 1300923494, 'forum.php', 'update', '', '85.103.227.27'),
(4301, 1, 1300923497, 'forum.php', 'modify', 'forum id = 420', '85.103.227.27'),
(4302, 1, 1300923502, 'forum.php', 'add', '', '85.103.227.27'),
(4303, 1, 1300923531, 'forum.php', 'update', '', '85.103.227.27'),
(4304, 1, 1300923532, 'forum.php', 'modify', 'forum id = 421', '85.103.227.27'),
(4305, 1, 1300923540, 'forum.php', 'add', '', '85.103.227.27'),
(4306, 1, 1300923599, 'forum.php', 'update', '', '85.103.227.27'),
(4307, 1, 1300923601, 'forum.php', 'modify', 'forum id = 422', '85.103.227.27'),
(4308, 1, 1300923618, 'forum.php', 'add', '', '85.103.227.27'),
(4309, 1, 1300923652, 'forum.php', 'update', '', '85.103.227.27'),
(4310, 1, 1300923654, 'forum.php', 'modify', 'forum id = 423', '85.103.227.27'),
(4311, 1, 1300923664, 'forum.php', 'add', '', '85.103.227.27'),
(4312, 1, 1300923725, 'forum.php', 'update', '', '85.103.227.27'),
(4313, 1, 1300923726, 'forum.php', 'modify', 'forum id = 424', '85.103.227.27'),
(4314, 1, 1300924013, 'forum.php', 'add', '', '85.103.227.27'),
(4315, 1, 1300924032, 'forum.php', 'update', '', '85.103.227.27'),
(4316, 1, 1300924034, 'forum.php', 'modify', 'forum id = 425', '85.103.227.27'),
(4317, 1, 1300924060, 'forum.php', 'add', '', '85.103.227.27'),
(4318, 1, 1300924070, 'forum.php', 'update', '', '85.103.227.27'),
(4319, 1, 1300924072, 'forum.php', 'modify', 'forum id = 426', '85.103.227.27'),
(4320, 1, 1300924088, 'forum.php', 'add', '', '85.103.227.27'),
(4321, 1, 1300924104, 'forum.php', 'update', '', '85.103.227.27'),
(4322, 1, 1300924105, 'forum.php', 'modify', 'forum id = 427', '85.103.227.27'),
(4323, 1, 1300924401, 'forum.php', 'add', '', '85.103.227.27'),
(4324, 1, 1300924475, 'forum.php', 'update', '', '85.103.227.27'),
(4325, 1, 1300924477, 'forum.php', 'modify', 'forum id = 428', '85.103.227.27'),
(4326, 1, 1300924542, 'forum.php', 'add', '', '85.103.227.27'),
(4327, 1, 1300924632, 'forum.php', 'update', '', '85.103.227.27'),
(4328, 1, 1300924634, 'forum.php', 'modify', 'forum id = 429', '85.103.227.27'),
(4329, 1, 1300924639, 'forum.php', 'add', '', '85.103.227.27'),
(4330, 1, 1300924655, 'forum.php', 'update', '', '85.103.227.27'),
(4331, 1, 1300924657, 'forum.php', 'modify', 'forum id = 430', '85.103.227.27'),
(4332, 1, 1300924662, 'forum.php', 'add', '', '85.103.227.27'),
(4333, 1, 1300924691, 'forum.php', 'update', '', '85.103.227.27'),
(4334, 1, 1300924693, 'forum.php', 'modify', 'forum id = 431', '85.103.227.27'),
(4335, 1, 1300924758, 'forum.php', 'add', '', '85.103.227.27'),
(4336, 1, 1300924777, 'forum.php', 'update', '', '85.103.227.27'),
(4337, 1, 1300924779, 'forum.php', 'modify', 'forum id = 432', '85.103.227.27'),
(4338, 1, 1300924790, 'forum.php', 'add', '', '85.103.227.27'),
(4339, 1, 1300924819, 'forum.php', 'update', '', '85.103.227.27'),
(4340, 1, 1300924821, 'forum.php', 'modify', 'forum id = 433', '85.103.227.27'),
(4341, 1, 1300924829, 'forum.php', 'add', '', '85.103.227.27'),
(4342, 1, 1300924853, 'forum.php', 'update', '', '85.103.227.27'),
(4343, 1, 1300924855, 'forum.php', 'modify', 'forum id = 434', '85.103.227.27'),
(4344, 1, 1300924862, 'forum.php', 'add', '', '85.103.227.27'),
(4345, 1, 1300924884, 'forum.php', 'update', '', '85.103.227.27'),
(4346, 1, 1300924885, 'forum.php', 'modify', 'forum id = 435', '85.103.227.27'),
(4347, 1, 1300924901, 'forum.php', 'add', '', '85.103.227.27'),
(4348, 1, 1300924910, 'forum.php', 'update', '', '85.103.227.27'),
(4349, 1, 1300924911, 'forum.php', 'modify', 'forum id = 436', '85.103.227.27'),
(4350, 1, 1300924963, 'forum.php', 'edit', 'forum id = 434', '85.103.227.27'),
(4351, 1, 1300924970, 'forum.php', 'update', 'forum id = 434', '85.103.227.27'),
(4352, 1, 1300924972, 'forum.php', 'modify', 'forum id = 434', '85.103.227.27'),
(4353, 1, 1300925003, 'forum.php', 'add', '', '85.103.227.27'),
(4354, 1, 1300925048, 'forum.php', 'update', '', '85.103.227.27'),
(4355, 1, 1300925049, 'forum.php', 'modify', 'forum id = 437', '85.103.227.27'),
(4356, 1, 1300925057, 'forum.php', 'edit', 'forum id = 432', '85.103.227.27'),
(4357, 1, 1300925083, 'forum.php', 'update', 'forum id = 432', '85.103.227.27'),
(4358, 1, 1300925084, 'forum.php', 'modify', 'forum id = 432', '85.103.227.27'),
(4359, 1, 1300925097, 'forum.php', 'add', '', '85.103.227.27'),
(4360, 1, 1300925185, 'forum.php', 'update', '', '85.103.227.27'),
(4361, 1, 1300925187, 'forum.php', 'modify', 'forum id = 438', '85.103.227.27'),
(4362, 1, 1300925193, 'forum.php', 'add', '', '85.103.227.27'),
(4363, 1, 1300925219, 'forum.php', 'update', '', '85.103.227.27'),
(4364, 1, 1300925221, 'forum.php', 'modify', 'forum id = 439', '85.103.227.27'),
(4365, 1, 1300925226, 'forum.php', 'add', '', '85.103.227.27'),
(4366, 1, 1300925245, 'forum.php', 'update', '', '85.103.227.27'),
(4367, 1, 1300925247, 'forum.php', 'modify', 'forum id = 440', '85.103.227.27'),
(4368, 1, 1300925259, 'forum.php', 'add', '', '85.103.227.27'),
(4369, 1, 1300925271, 'forum.php', 'update', '', '85.103.227.27'),
(4370, 1, 1300925272, 'forum.php', 'modify', 'forum id = 441', '85.103.227.27'),
(4371, 1, 1300925284, 'forum.php', 'add', '', '85.103.227.27'),
(4372, 1, 1300925295, 'forum.php', 'update', '', '85.103.227.27'),
(4373, 1, 1300925296, 'forum.php', 'modify', 'forum id = 442', '85.103.227.27'),
(4374, 1, 1300925325, 'forum.php', 'add', '', '85.103.227.27'),
(4375, 1, 1300925411, 'forum.php', 'update', '', '85.103.227.27'),
(4376, 1, 1300925412, 'forum.php', 'modify', 'forum id = 443', '85.103.227.27'),
(4377, 1, 1300925419, 'forum.php', 'add', '', '85.103.227.27'),
(4378, 1, 1300925439, 'forum.php', 'update', '', '85.103.227.27'),
(4379, 1, 1300925441, 'forum.php', 'modify', 'forum id = 444', '85.103.227.27'),
(4380, 1, 1300925447, 'forum.php', 'add', '', '85.103.227.27'),
(4381, 1, 1300925472, 'forum.php', 'update', '', '85.103.227.27'),
(4382, 1, 1300925474, 'forum.php', 'modify', 'forum id = 445', '85.103.227.27'),
(4383, 1, 1300925479, 'forum.php', 'add', '', '85.103.227.27'),
(4384, 1, 1300925495, 'forum.php', 'update', '', '85.103.227.27'),
(4385, 1, 1300925497, 'forum.php', 'modify', 'forum id = 446', '85.103.227.27'),
(4386, 1, 1300925502, 'forum.php', 'add', '', '85.103.227.27'),
(4387, 1, 1300925521, 'forum.php', 'update', '', '85.103.227.27'),
(4388, 1, 1300925523, 'forum.php', 'modify', 'forum id = 447', '85.103.227.27'),
(4389, 1, 1300925535, 'forum.php', 'add', '', '85.103.227.27'),
(4390, 1, 1300925548, 'forum.php', 'update', '', '85.103.227.27'),
(4391, 1, 1300925549, 'forum.php', 'modify', 'forum id = 448', '85.103.227.27'),
(4392, 1, 1300925558, 'forum.php', 'add', '', '85.103.227.27'),
(4393, 1, 1300925569, 'forum.php', 'update', '', '85.103.227.27'),
(4394, 1, 1300925570, 'forum.php', 'modify', 'forum id = 449', '85.103.227.27'),
(4395, 1, 1300925584, 'forum.php', 'add', '', '85.103.227.27'),
(4396, 1, 1300925597, 'forum.php', 'update', '', '85.103.227.27'),
(4397, 1, 1300925599, 'forum.php', 'modify', 'forum id = 450', '85.103.227.27'),
(4398, 1, 1300925610, 'forum.php', 'add', '', '85.103.227.27'),
(4399, 1, 1300925624, 'forum.php', 'update', '', '85.103.227.27'),
(4400, 1, 1300925626, 'forum.php', 'modify', 'forum id = 451', '85.103.227.27'),
(4401, 1, 1300925807, 'forum.php', 'add', '', '85.103.227.27'),
(4402, 1, 1300925835, 'forum.php', 'update', '', '85.103.227.27'),
(4403, 1, 1300925837, 'forum.php', 'modify', 'forum id = 452', '85.103.227.27'),
(4404, 1, 1300925849, 'forum.php', 'add', '', '85.103.227.27'),
(4405, 1, 1300925865, 'forum.php', 'update', '', '85.103.227.27'),
(4406, 1, 1300925867, 'forum.php', 'modify', 'forum id = 453', '85.103.227.27'),
(4407, 1, 1300925872, 'forum.php', 'add', '', '85.103.227.27'),
(4408, 1, 1300925890, 'forum.php', 'update', '', '85.103.227.27'),
(4409, 1, 1300925891, 'forum.php', 'modify', 'forum id = 454', '85.103.227.27'),
(4410, 1, 1300925907, 'forum.php', 'add', '', '85.103.227.27'),
(4411, 1, 1300925915, 'forum.php', 'update', '', '85.103.227.27'),
(4412, 1, 1300925917, 'forum.php', 'modify', 'forum id = 455', '85.103.227.27'),
(4413, 1, 1300925927, 'forum.php', 'add', '', '85.103.227.27'),
(4414, 1, 1300925947, 'forum.php', 'update', '', '85.103.227.27'),
(4415, 1, 1300925949, 'forum.php', 'modify', 'forum id = 456', '85.103.227.27'),
(4416, 1, 1301099596, 'user.php', 'add', '', '85.103.225.3'),
(4417, 1, 1301099605, 'user.php', 'prune', '', '85.103.225.3'),
(4418, 1, 1301099625, 'banning.php', 'modify', '', '85.103.225.3'),
(4419, 1, 1301099652, 'banning.php', 'editreason', '', '85.103.225.3'),
(4420, 1, 1301099693, 'usertools.php', 'merge', '', '85.103.225.3'),
(4421, 1, 1301099696, 'user.php', 'modify', '', '85.103.225.3'),
(4422, 1, 1301099696, 'user.php', 'modify', '', '85.103.225.3'),
(4423, 1, 1301099699, 'user.php', 'find', '', '85.103.225.3'),
(4424, 1, 1301099810, 'user.php', 'remove', 'user id = 14', '85.103.225.3'),
(4425, 1, 1301099831, 'user.php', 'edit', 'user id = 14', '85.103.225.3'),
(4426, 1, 1301099855, 'user.php', 'edit', 'user id = 18', '85.103.225.3'),
(4427, 1, 1301099877, 'user.php', 'update', 'user id = 18', '85.103.225.3'),
(4428, 1, 1301099912, 'user.php', 'update', 'user id = 18', '85.103.225.3'),
(4429, 1, 1301099914, 'user.php', 'modify', 'user id = 18', '85.103.225.3'),
(4430, 1, 1301099934, 'user.php', 'edit', 'user id = 18', '85.103.225.3'),
(4431, 1, 1301099950, 'user.php', 'modify', '', '85.103.225.3'),
(4432, 1, 1301099954, 'user.php', 'find', '', '85.103.225.3'),
(4433, 1, 1301099972, 'user.php', 'edit', 'user id = 17', '85.103.225.3'),
(4434, 1, 1301099980, 'user.php', 'update', 'user id = 17', '85.103.225.3'),
(4435, 1, 1301099981, 'user.php', 'modify', 'user id = 17', '85.103.225.3'),
(4436, 1, 1301099983, 'user.php', 'modify', '', '85.103.225.3'),
(4437, 1, 1301099985, 'user.php', 'find', '', '85.103.225.3'),
(4438, 1, 1301099998, 'user.php', 'edit', 'user id = 10', '85.103.225.3'),
(4439, 1, 1301100006, 'user.php', 'update', 'user id = 10', '85.103.225.3'),
(4440, 1, 1301100007, 'user.php', 'modify', 'user id = 10', '85.103.225.3'),
(4441, 1, 1301100010, 'user.php', 'find', '', '85.103.225.3'),
(4442, 1, 1301100026, 'user.php', 'edit', 'user id = 9', '85.103.225.3'),
(4443, 1, 1301100032, 'user.php', 'update', 'user id = 9', '85.103.225.3'),
(4444, 1, 1301100033, 'user.php', 'modify', 'user id = 9', '85.103.225.3'),
(4445, 1, 1301100036, 'user.php', 'find', '', '85.103.225.3'),
(4446, 1, 1301100041, 'user.php', 'edit', 'user id = 8', '85.103.225.3'),
(4447, 1, 1301100047, 'user.php', 'update', 'user id = 8', '85.103.225.3'),
(4448, 1, 1301100049, 'user.php', 'modify', 'user id = 8', '85.103.225.3'),
(4449, 1, 1301100051, 'user.php', 'find', '', '85.103.225.3'),
(4450, 1, 1301100067, 'user.php', 'edit', 'user id = 6', '85.103.225.3'),
(4451, 1, 1301100074, 'user.php', 'edit', 'user id = 2', '85.103.225.3'),
(4452, 1, 1301100437, 'user.php', 'edit', 'user id = 13', '85.103.225.3'),
(4453, 1, 1301100451, 'user.php', 'update', 'user id = 13', '85.103.225.3'),
(4454, 1, 1301100452, 'user.php', 'modify', 'user id = 13', '85.103.225.3'),
(4455, 1, 1301100503, 'user.php', 'edit', 'user id = 13', '85.103.225.3'),
(4456, 1, 1301100575, 'usergroup.php', 'modify', '', '85.103.225.3'),
(4457, 1, 1301100582, 'usergroup.php', 'edit', 'usergroup id = 2', '85.103.225.3'),
(4458, 1, 1301100599, 'usergroup.php', 'edit', 'usergroup id = 7', '85.103.225.3'),
(4459, 1, 1301100725, 'usergroup.php', 'update', 'usergroup id = 7', '85.103.225.3'),
(4460, 1, 1301100727, 'usergroup.php', 'modify', '', '85.103.225.3'),
(4461, 1, 1301100740, 'user.php', 'find', '', '85.103.225.3'),
(4462, 1, 1301100755, 'user.php', 'find', '', '85.103.225.3'),
(4463, 1, 1301100788, 'user.php', 'find', '', '85.103.225.3'),
(4464, 1, 1301100788, 'user.php', 'edit', 'user id = 5', '85.103.225.3'),
(4465, 1, 1301100796, 'user.php', 'find', '', '85.103.225.3'),
(4466, 1, 1301100797, 'user.php', 'edit', 'user id = 13', '85.103.225.3'),
(4467, 1, 1301100803, 'user.php', 'update', 'user id = 13', '85.103.225.3'),
(4468, 1, 1301100804, 'user.php', 'modify', 'user id = 13', '85.103.225.3'),
(4469, 1, 1301100816, 'user.php', 'moderate', '', '85.103.225.3'),
(4470, 1, 1301100825, 'user.php', 'modify', 'user id = 13', '85.103.225.3'),
(4471, 1, 1301100868, 'usergroup.php', 'modify', '', '85.103.225.3'),
(4472, 1, 1301100885, 'user.php', 'find', '', '85.103.225.3'),
(4473, 1, 1301100885, 'user.php', 'edit', 'user id = 5', '85.103.225.3'),
(4474, 1, 1301100907, 'usergroup.php', 'add', '', '85.103.225.3'),
(4475, 1, 1301100915, 'options.php', '', '', '85.103.225.3'),
(4476, 1, 1301100993, 'user.php', 'edit', 'user id = 13', '85.103.225.3'),
(4477, 1, 1301101009, 'user.php', 'update', 'user id = 13', '85.103.225.3'),
(4478, 1, 1301101011, 'user.php', 'modify', 'user id = 13', '85.103.225.3'),
(4479, 1, 1301101078, 'usergroup.php', 'modify', '', '85.103.225.3'),
(4480, 1, 1301101104, 'usergroup.php', 'edit', 'usergroup id = 5', '85.103.225.3'),
(4481, 1, 1301101126, 'usergroup.php', 'edit', 'usergroup id = 7', '85.103.225.3'),
(4482, 1, 1301101256, 'usergroup.php', 'edit', 'usergroup id = 5', '85.103.225.3'),
(4483, 1, 1301101420, 'usergroup.php', 'update', 'usergroup id = 5', '85.103.225.3'),
(4484, 1, 1301101421, 'usergroup.php', 'modify', '', '85.103.225.3'),
(4485, 1, 1301101452, 'usergroup.php', 'edit', 'usergroup id = 7', '85.103.225.3'),
(4486, 1, 1301101470, 'usergroup.php', 'update', 'usergroup id = 7', '85.103.225.3'),
(4487, 1, 1301101472, 'usergroup.php', 'modify', '', '85.103.225.3'),
(4488, 1, 1301101482, 'usergroup.php', 'edit', 'usergroup id = 1', '85.103.225.3'),
(4489, 1, 1301101751, 'usergroup.php', 'update', 'usergroup id = 1', '85.103.225.3'),
(4490, 1, 1301101752, 'usergroup.php', 'modify', '', '85.103.225.3'),
(4491, 1, 1301101756, 'usergroup.php', 'edit', 'usergroup id = 5', '85.103.225.3'),
(4492, 1, 1301101773, 'usergroup.php', 'edit', 'usergroup id = 4', '85.103.225.3'),
(4493, 1, 1301101781, 'usergroup.php', 'edit', 'usergroup id = 6', '85.103.225.3'),
(4494, 1, 1301101838, 'usergroup.php', 'edit', 'usergroup id = 3', '85.103.225.3'),
(4495, 1, 1301101846, 'usergroup.php', 'edit', 'usergroup id = 5', '85.103.225.3'),
(4496, 1, 1301101861, 'usergroup.php', 'update', 'usergroup id = 5', '85.103.225.3'),
(4497, 1, 1301101863, 'usergroup.php', 'modify', '', '85.103.225.3'),
(4498, 1, 1301101890, 'usergroup.php', 'edit', 'usergroup id = 5', '85.103.225.3'),
(4499, 1, 1301101910, 'usergroup.php', 'update', 'usergroup id = 5', '85.103.225.3'),
(4500, 1, 1301101912, 'usergroup.php', 'modify', '', '85.103.225.3'),
(4501, 1, 1301101937, 'usergroup.php', 'edit', 'usergroup id = 5', '85.103.225.3'),
(4502, 1, 1301101991, 'adminpermissions.php', 'modify', '', '85.103.225.3'),
(4503, 1, 1301102014, 'user.php', 'edit', 'user id = 7', '85.103.225.3'),
(4504, 1, 1301102048, 'options.php', '', '', '85.103.225.3'),
(4505, 1, 1301102269, 'options.php', 'options', '', '85.103.225.3'),
(4506, 1, 1301102292, 'options.php', 'options', '', '85.103.225.3'),
(4507, 1, 1301102306, 'options.php', '', '', '85.103.225.3'),
(4508, 1, 1301139999, 'user.php', 'edit', 'user id = 1', '88.251.37.234'),
(4509, 1, 1301140077, 'user.php', 'update', 'user id = 1', '88.251.37.234'),
(4510, 1, 1301140079, 'user.php', 'modify', 'user id = 1', '88.251.37.234'),
(4511, 1, 1301140101, 'user.php', 'edit', 'user id = 1', '88.251.37.234'),
(4512, 1, 1301140160, 'user.php', 'update', 'user id = 1', '88.251.37.234'),
(4513, 1, 1301140161, 'user.php', 'modify', 'user id = 1', '88.251.37.234'),
(4514, 1, 1301140176, 'user.php', 'edit', 'user id = 1', '88.251.37.234'),
(4515, 1, 1301140198, 'ranks.php', 'modify', '', '88.251.37.234'),
(4516, 1, 1301140204, 'ranks.php', 'edit', 'rank id = 4', '88.251.37.234'),
(4517, 1, 1301140252, 'ranks.php', 'doupdate', 'rank id = 4', '88.251.37.234'),
(4518, 1, 1301140253, 'ranks.php', 'modify', '', '88.251.37.234'),
(4519, 1, 1301140304, 'ranks.php', 'edit', 'rank id = 4', '88.251.37.234'),
(4520, 1, 1301140362, 'ranks.php', 'doupdate', 'rank id = 4', '88.251.37.234'),
(4521, 1, 1301140364, 'ranks.php', 'modify', '', '88.251.37.234'),
(4522, 1, 1301140371, 'user.php', 'edit', 'user id = 1', '88.251.37.234'),
(4523, 1, 1301140383, 'user.php', 'update', 'user id = 1', '88.251.37.234'),
(4524, 1, 1301140384, 'user.php', 'modify', 'user id = 1', '88.251.37.234'),
(4525, 1, 1301140392, 'usergroup.php', 'modify', '', '88.251.37.234'),
(4526, 1, 1301140396, 'usergroup.php', 'edit', 'usergroup id = 8', '88.251.37.234'),
(4527, 1, 1301140407, 'usergroup.php', 'update', 'usergroup id = 8', '88.251.37.234'),
(4528, 1, 1301140408, 'usergroup.php', 'modify', '', '88.251.37.234'),
(4529, 1, 1301140416, 'usergroup.php', 'modify', '', '88.251.37.234'),
(4530, 1, 1301140427, 'ranks.php', 'modify', '', '88.251.37.234'),
(4531, 1, 1301140434, 'ranks.php', 'edit', 'rank id = 4', '88.251.37.234'),
(4532, 1, 1301140444, 'ranks.php', 'doupdate', 'rank id = 4', '88.251.37.234'),
(4533, 1, 1301140445, 'ranks.php', 'modify', '', '88.251.37.234'),
(4534, 1, 1301140461, 'ranks.php', 'edit', 'rank id = 4', '88.251.37.234'),
(4535, 1, 1301140475, 'ranks.php', 'doupdate', 'rank id = 4', '88.251.37.234'),
(4536, 1, 1301140477, 'ranks.php', 'modify', '', '88.251.37.234'),
(4537, 1, 1301140617, 'user.php', 'edit', 'user id = 1', '88.251.37.234'),
(4538, 1, 1301140634, 'user.php', 'update', 'user id = 1', '88.251.37.234'),
(4539, 1, 1301140636, 'user.php', 'modify', 'user id = 1', '88.251.37.234'),
(4540, 1, 1301140648, 'usergroup.php', 'modify', '', '88.251.37.234'),
(4541, 1, 1301140664, 'ranks.php', 'modify', '', '88.251.37.234'),
(4542, 1, 1301140669, 'ranks.php', 'edit', 'rank id = 4', '88.251.37.234'),
(4543, 1, 1301140676, 'ranks.php', 'edit', 'rank id = 1', '88.251.37.234'),
(4544, 1, 1301140696, 'ranks.php', 'edit', 'rank id = 4', '88.251.37.234'),
(4545, 1, 1301140701, 'ranks.php', 'doupdate', 'rank id = 4', '88.251.37.234'),
(4546, 1, 1301140703, 'ranks.php', 'modify', '', '88.251.37.234'),
(4547, 1, 1301140710, 'ranks.php', 'edit', 'rank id = 4', '88.251.37.234'),
(4548, 1, 1301140726, 'ranks.php', 'doupdate', 'rank id = 4', '88.251.37.234'),
(4549, 1, 1301140727, 'ranks.php', 'modify', '', '88.251.37.234'),
(4550, 1, 1301140730, 'ranks.php', 'remove', 'rank id = 4', '88.251.37.234'),
(4551, 1, 1301140734, 'ranks.php', 'kill', 'rank id = 4', '88.251.37.234'),
(4552, 1, 1301140735, 'ranks.php', 'modify', '', '88.251.37.234'),
(4553, 1, 1301140751, 'ranks.php', 'add', '', '88.251.37.234'),
(4554, 1, 1301140774, 'ranks.php', 'insert', '', '88.251.37.234'),
(4555, 1, 1301140779, 'ranks.php', 'modify', '', '88.251.37.234'),
(4556, 1, 1301140794, 'ranks.php', 'edit', 'rank id = 2', '88.251.37.234'),
(4557, 1, 1301140856, 'ranks.php', 'edit', 'rank id = 7', '88.251.37.234'),
(4558, 1, 1301140867, 'ranks.php', 'doupdate', 'rank id = 7', '88.251.37.234'),
(4559, 1, 1301140868, 'ranks.php', 'modify', '', '88.251.37.234'),
(4560, 1, 1301140878, 'help.php', 'answer', '', '88.251.37.234'),
(4561, 1, 1301140904, 'user.php', 'edit', 'user id = 1', '88.251.37.234'),
(4562, 1, 1301140914, 'user.php', 'update', 'user id = 1', '88.251.37.234'),
(4563, 1, 1301140916, 'user.php', 'modify', 'user id = 1', '88.251.37.234'),
(4564, 1, 1301140939, 'user.php', 'edit', 'user id = 1', '88.251.37.234'),
(4565, 1, 1301140958, 'user.php', 'update', 'user id = 1', '88.251.37.234'),
(4566, 1, 1301140960, 'user.php', 'modify', 'user id = 1', '88.251.37.234'),
(4567, 1, 1301140961, 'user.php', 'edit', 'user id = 1', '88.251.37.234'),
(4568, 1, 1301140972, 'usergroup.php', 'modify', '', '88.251.37.234'),
(4569, 1, 1301140977, 'usergroup.php', 'edit', 'usergroup id = 6', '88.251.37.234'),
(4570, 1, 1301141054, 'usergroup.php', 'update', 'usergroup id = 6', '88.251.37.234'),
(4571, 1, 1301141056, 'usergroup.php', 'modify', '', '88.251.37.234'),
(4572, 1, 1301141071, 'usergroup.php', 'modify', '', '88.251.37.234'),
(4573, 1, 1301141089, 'adminreputation.php', 'modify', '', '88.251.37.234'),
(4574, 1, 1301141098, 'ranks.php', 'modify', '', '88.251.37.234'),
(4575, 1, 1301141113, 'ranks.php', 'edit', 'rank id = 5', '88.251.37.234'),
(4576, 1, 1301141118, 'ranks.php', 'edit', 'rank id = 6', '88.251.37.234'),
(4577, 1, 1301141137, 'ranks.php', 'edit', 'rank id = 5', '88.251.37.234'),
(4578, 1, 1301141143, 'ranks.php', 'doupdate', 'rank id = 5', '88.251.37.234'),
(4579, 1, 1301141145, 'ranks.php', 'modify', '', '88.251.37.234'),
(4580, 1, 1301141158, 'ranks.php', 'edit', 'rank id = 7', '88.251.37.234'),
(4581, 1, 1301141168, 'ranks.php', 'doupdate', 'rank id = 7', '88.251.37.234'),
(4582, 1, 1301141170, 'ranks.php', 'modify', '', '88.251.37.234'),
(4583, 1, 1301141237, 'ranks.php', 'edit', 'rank id = 7', '88.251.37.234'),
(4584, 1, 1301141249, 'ranks.php', 'doupdate', 'rank id = 7', '88.251.37.234'),
(4585, 1, 1301141251, 'ranks.php', 'modify', '', '88.251.37.234'),
(4586, 1, 1301141301, 'user.php', 'edit', 'user id = 1', '88.251.37.234'),
(4587, 1, 1301141355, 'user.php', 'update', 'user id = 1', '88.251.37.234'),
(4588, 1, 1301141356, 'user.php', 'modify', 'user id = 1', '88.251.37.234'),
(4589, 1, 1301141402, 'user.php', 'edit', 'user id = 1', '88.251.37.234'),
(4590, 1, 1301141465, 'user.php', 'update', 'user id = 1', '88.251.37.234'),
(4591, 1, 1301141466, 'user.php', 'modify', 'user id = 1', '88.251.37.234'),
(4592, 1, 1301141521, 'usergroup.php', 'modify', '', '88.251.37.234'),
(4593, 1, 1301141527, 'usergroup.php', 'edit', 'usergroup id = 6', '88.251.37.234'),
(4594, 1, 1301141560, 'usergroup.php', 'update', 'usergroup id = 6', '88.251.37.234'),
(4595, 1, 1301141561, 'usergroup.php', 'modify', '', '88.251.37.234'),
(4596, 1, 1301141596, 'usergroup.php', 'edit', 'usergroup id = 6', '88.251.37.234'),
(4597, 1, 1301141611, 'usergroup.php', 'modify', '', '88.251.37.234'),
(4598, 1, 1301141627, 'user.php', 'modify', '', '88.251.37.234'),
(4599, 1, 1301141630, 'user.php', 'find', '', '88.251.37.234'),
(4600, 1, 1301141633, 'user.php', 'edit', 'user id = 1', '88.251.37.234'),
(4601, 1, 1301141644, 'user.php', 'update', 'user id = 1', '88.251.37.234'),
(4602, 1, 1301141645, 'user.php', 'modify', 'user id = 1', '88.251.37.234'),
(4603, 1, 1301141647, 'user.php', 'edit', 'user id = 1', '88.251.37.234'),
(4604, 1, 1301141653, 'usergroup.php', 'modify', '', '88.251.37.234'),
(4605, 1, 1301141656, 'usergroup.php', 'edit', 'usergroup id = 6', '88.251.37.234'),
(4606, 1, 1301141662, 'usergroup.php', 'update', 'usergroup id = 6', '88.251.37.234'),
(4607, 1, 1301141664, 'usergroup.php', 'modify', '', '88.251.37.234'),
(4608, 1, 1301141702, 'usergroup.php', 'edit', 'usergroup id = 8', '88.251.37.234'),
(4609, 1, 1301141700, 'usergroup.php', 'edit', 'usergroup id = 8', '88.251.37.234'),
(4610, 1, 1301141728, 'ranks.php', 'modify', '', '88.251.37.234'),
(4611, 1, 1301141761, 'ranks.php', 'add', '', '88.251.37.234'),
(4612, 1, 1301141799, 'ranks.php', 'insert', '', '88.251.37.234'),
(4613, 1, 1301141800, 'ranks.php', 'modify', '', '88.251.37.234'),
(4614, 1, 1301141834, 'ranks.php', 'edit', 'rank id = 1', '88.251.37.234'),
(4615, 1, 1301141844, 'ranks.php', 'edit', 'rank id = 8', '88.251.37.234'),
(4616, 1, 1301141848, 'ranks.php', 'edit', 'rank id = 8', '88.251.37.234'),
(4617, 1, 1301141857, 'ranks.php', 'doupdate', 'rank id = 8', '88.251.37.234'),
(4618, 1, 1301141858, 'ranks.php', 'modify', '', '88.251.37.234'),
(4619, 1, 1301141877, 'usergroup.php', 'modify', '', '88.251.37.234'),
(4620, 1, 1301141879, 'usergroup.php', 'edit', 'usergroup id = 8', '88.251.37.234'),
(4621, 1, 1301141901, 'usergroup.php', 'update', 'usergroup id = 8', '88.251.37.234'),
(4622, 1, 1301141903, 'usergroup.php', 'modify', '', '88.251.37.234'),
(4623, 1, 1301141904, 'user.php', 'modify', '', '88.251.37.234'),
(4624, 1, 1301141909, 'user.php', 'find', '', '88.251.37.234'),
(4625, 1, 1301141916, 'user.php', 'edit', 'user id = 14', '88.251.37.234'),
(4626, 1, 1301141987, 'user.php', 'update', 'user id = 14', '88.251.37.234'),
(4627, 1, 1301141989, 'user.php', 'modify', 'user id = 14', '88.251.37.234'),
(4628, 1, 1301142084, 'usergroup.php', 'modify', '', '88.251.37.234'),
(4629, 1, 1301142105, 'usergroup.php', 'add', '', '88.251.37.234'),
(4630, 1, 1301142157, 'usergroup.php', 'edit', 'usergroup id = 7', '88.251.37.234'),
(4631, 1, 1301142180, 'usergroup.php', 'edit', 'usergroup id = 2', '88.251.37.234'),
(4632, 1, 1301142230, 'usergroup.php', 'add', '', '88.251.37.234'),
(4633, 1, 1301142749, 'usergroup.php', 'update', '', '88.251.37.234'),
(4634, 1, 1301142751, 'usergroup.php', 'modify', '', '88.251.37.234'),
(4635, 1, 1301142766, 'usergroup.php', 'edit', 'usergroup id = 9', '88.251.37.234'),
(4636, 1, 1301142776, 'ranks.php', 'add', '', '88.251.37.234'),
(4637, 1, 1301142813, 'ranks.php', 'insert', '', '88.251.37.234'),
(4638, 1, 1301142814, 'ranks.php', 'modify', '', '88.251.37.234'),
(4639, 1, 1301143025, 'forumpermission.php', 'modify', '', '88.251.37.234'),
(4640, 1, 1301143050, 'ranks.php', 'modify', '', '88.251.37.234'),
(4641, 1, 1301143056, 'adminreputation.php', 'list', '', '88.251.37.234'),
(4642, 1, 1301143073, 'stats.php', 'index', '', '88.251.37.234'),
(4643, 1, 1301143192, 'options.php', '', '', '88.251.37.234'),
(4644, 1, 1301143196, 'template.php', 'modify', '', '88.251.37.234'),
(4645, 1, 1301143198, 'template.php', 'modify', '', '88.251.37.234'),
(4646, 1, 1301143208, 'template.php', 'search', '', '88.251.37.234'),
(4647, 1, 1301143218, 'template.php', 'modify', '', '88.251.37.234'),
(4648, 1, 1301143220, 'template.php', 'modify', '', '88.251.37.234'),
(4649, 1, 1301143226, 'template.php', 'modify', '', '88.251.37.234'),
(4650, 1, 1301143467, 'template.php', 'modify', '', '88.251.37.234'),
(4651, 1, 1301143469, 'template.php', 'search', '', '88.251.37.234'),
(4652, 1, 1301143469, 'template.php', 'search', '', '88.251.37.234'),
(4653, 1, 1301143476, 'template.php', 'modify', '', '88.251.37.234'),
(4654, 1, 1301143479, 'template.php', 'modify', '', '88.251.37.234'),
(4655, 1, 1301143488, 'template.php', 'modify', '', '88.251.37.234'),
(4656, 1, 1301143705, 'css.php', 'edit', 'style id = 8', '88.251.37.234'),
(4657, 1, 1301146179, 'css.php', 'edit', 'style id = 8', '88.251.37.234'),
(4658, 1, 1301148526, 'template.php', 'modify', '', '88.251.37.234'),
(4659, 1, 1301148527, 'template.php', 'modify', '', '88.251.37.234'),
(4660, 1, 1301148532, 'css.php', 'edit', 'style id = 8', '88.251.37.234'),
(4661, 1, 1301148658, 'css.php', 'update', 'style id = 8', '88.251.37.234'),
(4662, 1, 1301148660, 'css.php', 'edit', 'style id = 8', '88.251.37.234'),
(4663, 1, 1301148711, 'css.php', 'update', 'style id = 8', '88.251.37.234'),
(4664, 1, 1301148712, 'css.php', 'edit', 'style id = 8', '88.251.37.234'),
(4665, 1, 1301148865, 'css.php', 'update', 'style id = 8', '88.251.37.234'),
(4666, 1, 1301148867, 'css.php', 'edit', 'style id = 8', '88.251.37.234'),
(4667, 1, 1301148933, 'css.php', 'update', 'style id = 8', '88.251.37.234'),
(4668, 1, 1301148935, 'css.php', 'edit', 'style id = 8', '88.251.37.234'),
(4669, 1, 1301156537, 'template.php', 'search', '', '88.251.37.234'),
(4670, 1, 1301156537, 'template.php', 'search', '', '88.251.37.234'),
(4671, 1, 1301156548, 'template.php', 'modify', '', '88.251.37.234'),
(4672, 1, 1301156563, 'template.php', 'edit', 'style id = 0', '88.251.37.234'),
(4673, 1, 1301157165, 'template.php', 'updatetemplate', 'style id = 8', '88.251.37.234'),
(4674, 1, 1301157290, 'template.php', 'edit', 'style id = 0', '88.251.37.234'),
(4675, 1, 1301157684, 'template.php', 'updatetemplate', 'style id = 8', '88.251.37.234'),
(4676, 1, 1301157688, 'template.php', 'edit', 'style id = 0', '88.251.37.234'),
(4677, 1, 1301157815, 'options.php', '', '', '88.251.37.234'),
(4678, 1, 1301168201, 'plugin.php', 'add', '', '85.108.6.164'),
(4679, 1, 1301253306, 'template.php', 'search', '', '85.108.5.48'),
(4680, 1, 1301253314, 'template.php', 'modify', '', '85.108.5.48'),
(4681, 1, 1301253316, 'template.php', 'modify', '', '85.108.5.48'),
(4682, 1, 1301253321, 'css.php', 'edit', 'style id = 8', '85.108.5.48'),
(4683, 1, 1301253648, 'css.php', 'update', 'style id = 8', '85.108.5.48'),
(4684, 1, 1301253649, 'css.php', 'edit', 'style id = 8', '85.108.5.48'),
(4685, 1, 1301253680, 'css.php', 'update', 'style id = 8', '85.108.5.48'),
(4686, 1, 1301253681, 'css.php', 'edit', 'style id = 8', '85.108.5.48'),
(4687, 1, 1301253773, 'css.php', 'update', 'style id = 8', '85.108.5.48'),
(4688, 1, 1301253774, 'css.php', 'edit', 'style id = 8', '85.108.5.48'),
(4689, 1, 1301254805, 'css.php', 'update', 'style id = 8', '85.108.5.48'),
(4690, 1, 1301254807, 'css.php', 'edit', 'style id = 8', '85.108.5.48'),
(4691, 1, 1301255090, 'css.php', 'update', 'style id = 8', '85.108.5.48'),
(4692, 1, 1301255092, 'css.php', 'edit', 'style id = 8', '85.108.5.48'),
(4693, 1, 1301255362, 'css.php', 'update', 'style id = 8', '85.108.5.48'),
(4694, 1, 1301255363, 'css.php', 'edit', 'style id = 8', '85.108.5.48'),
(4695, 1, 1301255422, 'css.php', 'update', 'style id = 8', '85.108.5.48'),
(4696, 1, 1301255423, 'css.php', 'edit', 'style id = 8', '85.108.5.48'),
(4697, 1, 1301255520, 'css.php', 'update', 'style id = 8', '85.108.5.48'),
(4698, 1, 1301255522, 'css.php', 'edit', 'style id = 8', '85.108.5.48'),
(4699, 1, 1301255574, 'css.php', 'update', 'style id = 8', '85.108.5.48'),
(4700, 1, 1301255575, 'css.php', 'edit', 'style id = 8', '85.108.5.48'),
(4701, 1, 1301255632, 'css.php', 'update', 'style id = 8', '85.108.5.48'),
(4702, 1, 1301255634, 'css.php', 'edit', 'style id = 8', '85.108.5.48'),
(4703, 1, 1301255668, 'css.php', 'update', 'style id = 8', '85.108.5.48'),
(4704, 1, 1301255670, 'css.php', 'edit', 'style id = 8', '85.108.5.48'),
(4705, 1, 1301255737, 'css.php', 'update', 'style id = 8', '85.108.5.48'),
(4706, 1, 1301255738, 'css.php', 'edit', 'style id = 8', '85.108.5.48'),
(4707, 1, 1301255816, 'css.php', 'update', 'style id = 8', '85.108.5.48'),
(4708, 1, 1301255818, 'css.php', 'edit', 'style id = 8', '85.108.5.48'),
(4709, 1, 1301255930, 'css.php', 'update', 'style id = 8', '85.108.5.48'),
(4710, 1, 1301255931, 'css.php', 'edit', 'style id = 8', '85.108.5.48'),
(4711, 1, 1301256375, 'css.php', 'update', 'style id = 8', '85.108.5.48'),
(4712, 1, 1301256378, 'css.php', 'edit', 'style id = 8', '85.108.5.48'),
(4713, 1, 1301256406, 'css.php', 'update', 'style id = 8', '85.108.5.48'),
(4714, 1, 1301256408, 'css.php', 'edit', 'style id = 8', '85.108.5.48'),
(4715, 1, 1301257027, 'css.php', 'update', 'style id = 8', '85.108.5.48'),
(4716, 1, 1301257029, 'css.php', 'edit', 'style id = 8', '85.108.5.48'),
(4717, 1, 1301257067, 'css.php', 'update', 'style id = 8', '85.108.5.48'),
(4718, 1, 1301257069, 'css.php', 'edit', 'style id = 8', '85.108.5.48'),
(4719, 1, 1301257116, 'css.php', 'update', 'style id = 8', '85.108.5.48'),
(4720, 1, 1301257117, 'css.php', 'edit', 'style id = 8', '85.108.5.48'),
(4721, 1, 1301257145, 'css.php', 'update', 'style id = 8', '85.108.5.48'),
(4722, 1, 1301257147, 'css.php', 'edit', 'style id = 8', '85.108.5.48'),
(4723, 1, 1301257451, 'css.php', 'update', 'style id = 8', '85.108.5.48'),
(4724, 1, 1301257453, 'css.php', 'edit', 'style id = 8', '85.108.5.48'),
(4725, 1, 1301257572, 'css.php', 'update', 'style id = 8', '85.108.5.48'),
(4726, 1, 1301257574, 'css.php', 'edit', 'style id = 8', '85.108.5.48'),
(4727, 1, 1301257618, 'css.php', 'update', 'style id = 8', '85.108.5.48'),
(4728, 1, 1301257619, 'css.php', 'edit', 'style id = 8', '85.108.5.48'),
(4729, 1, 1301257650, 'css.php', 'update', 'style id = 8', '85.108.5.48'),
(4730, 1, 1301257654, 'css.php', 'edit', 'style id = 8', '85.108.5.48'),
(4731, 1, 1301257942, 'css.php', 'update', 'style id = 8', '85.108.5.48'),
(4732, 1, 1301257944, 'css.php', 'edit', 'style id = 8', '85.108.5.48'),
(4733, 1, 1301257985, 'css.php', 'update', 'style id = 8', '85.108.5.48'),
(4734, 1, 1301257987, 'css.php', 'edit', 'style id = 8', '85.108.5.48'),
(4735, 1, 1301258586, 'css.php', 'update', 'style id = 8', '85.108.5.48'),
(4736, 1, 1301258588, 'css.php', 'edit', 'style id = 8', '85.108.5.48'),
(4737, 1, 1301258702, 'options.php', '', '', '85.108.5.48'),
(4738, 1, 1301258778, 'options.php', 'options', '', '85.108.5.48'),
(4739, 1, 1301258834, 'options.php', 'dooptions', '', '85.108.5.48'),
(4740, 1, 1301258835, 'options.php', 'options', '', '85.108.5.48'),
(4741, 1, 1301259442, 'options.php', '', '', '85.108.5.48'),
(4742, 1, 1301259657, 'template.php', 'search', '', '85.108.5.48'),
(4743, 1, 1301259662, 'template.php', 'modify', '', '85.108.5.48'),
(4744, 1, 1301259665, 'template.php', 'modify', '', '85.108.5.48'),
(4745, 1, 1301259666, 'css.php', 'edit', 'style id = 8', '85.108.5.48'),
(4746, 1, 1301259727, 'css.php', 'update', 'style id = 8', '85.108.5.48'),
(4747, 1, 1301259728, 'css.php', 'edit', 'style id = 8', '85.108.5.48'),
(4748, 1, 1301259766, 'css.php', 'update', 'style id = 8', '85.108.5.48'),
(4749, 1, 1301259768, 'css.php', 'edit', 'style id = 8', '85.108.5.48'),
(4750, 1, 1301259802, 'css.php', 'update', 'style id = 8', '85.108.5.48'),
(4751, 1, 1301259804, 'css.php', 'edit', 'style id = 8', '85.108.5.48'),
(4752, 1, 1301259839, 'css.php', 'update', 'style id = 8', '85.108.5.48'),
(4753, 1, 1301259840, 'css.php', 'edit', 'style id = 8', '85.108.5.48'),
(4754, 1, 1301259869, 'css.php', 'update', 'style id = 8', '85.108.5.48'),
(4755, 1, 1301259871, 'css.php', 'edit', 'style id = 8', '85.108.5.48'),
(4756, 1, 1301259894, 'css.php', 'update', 'style id = 8', '85.108.5.48'),
(4757, 1, 1301259895, 'css.php', 'edit', 'style id = 8', '85.108.5.48'),
(4758, 1, 1301259920, 'css.php', 'update', 'style id = 8', '85.108.5.48'),
(4759, 1, 1301259921, 'css.php', 'edit', 'style id = 8', '85.108.5.48'),
(4760, 1, 1301259937, 'css.php', 'update', 'style id = 8', '85.108.5.48'),
(4761, 1, 1301259939, 'css.php', 'edit', 'style id = 8', '85.108.5.48'),
(4762, 1, 1301260163, 'css.php', 'update', 'style id = 8', '85.108.5.48'),
(4763, 1, 1301260165, 'css.php', 'edit', 'style id = 8', '85.108.5.48'),
(4764, 1, 1301260226, 'css.php', 'update', 'style id = 8', '85.108.5.48'),
(4765, 1, 1301260228, 'css.php', 'edit', 'style id = 8', '85.108.5.48'),
(4766, 1, 1301260276, 'css.php', 'update', 'style id = 8', '85.108.5.48'),
(4767, 1, 1301260278, 'css.php', 'edit', 'style id = 8', '85.108.5.48'),
(4768, 1, 1301260316, 'css.php', 'update', 'style id = 8', '85.108.5.48'),
(4769, 1, 1301260318, 'css.php', 'edit', 'style id = 8', '85.108.5.48'),
(4770, 1, 1301260479, 'template.php', 'search', '', '85.108.5.48'),
(4771, 1, 1301260479, 'template.php', 'search', '', '85.108.5.48'),
(4772, 1, 1301260487, 'template.php', 'modify', '', '85.108.5.48'),
(4773, 1, 1301260492, 'css.php', 'edit', 'style id = 8', '85.108.5.48'),
(4774, 1, 1301260536, 'css.php', 'update', 'style id = 8', '85.108.5.48'),
(4775, 1, 1301260538, 'css.php', 'edit', 'style id = 8', '85.108.5.48'),
(4776, 1, 1301260654, 'css.php', 'update', 'style id = 8', '85.108.5.48'),
(4777, 1, 1301260655, 'css.php', 'edit', 'style id = 8', '85.108.5.48'),
(4778, 1, 1301260712, 'css.php', 'update', 'style id = 8', '85.108.5.48'),
(4779, 1, 1301260714, 'css.php', 'edit', 'style id = 8', '85.108.5.48'),
(4780, 1, 1301261011, 'css.php', 'update', 'style id = 8', '85.108.5.48'),
(4781, 1, 1301261012, 'css.php', 'edit', 'style id = 8', '85.108.5.48'),
(4782, 1, 1301261059, 'css.php', 'update', 'style id = 8', '85.108.5.48'),
(4783, 1, 1301261061, 'css.php', 'edit', 'style id = 8', '85.108.5.48'),
(4784, 1, 1301261229, 'css.php', 'update', 'style id = 8', '85.108.5.48'),
(4785, 1, 1301261231, 'css.php', 'edit', 'style id = 8', '85.108.5.48'),
(4786, 1, 1301261328, 'css.php', 'update', 'style id = 8', '85.108.5.48'),
(4787, 1, 1301261330, 'css.php', 'edit', 'style id = 8', '85.108.5.48'),
(4788, 1, 1301261427, 'css.php', 'update', 'style id = 8', '85.108.5.48'),
(4789, 1, 1301261429, 'css.php', 'edit', 'style id = 8', '85.108.5.48'),
(4790, 1, 1301261482, 'css.php', 'update', 'style id = 8', '85.108.5.48'),
(4791, 1, 1301261483, 'css.php', 'edit', 'style id = 8', '85.108.5.48'),
(4792, 1, 1301261511, 'css.php', 'update', 'style id = 8', '85.108.5.48'),
(4793, 1, 1301261513, 'css.php', 'edit', 'style id = 8', '85.108.5.48'),
(4794, 1, 1301261545, 'css.php', 'update', 'style id = 8', '85.108.5.48'),
(4795, 1, 1301261547, 'css.php', 'edit', 'style id = 8', '85.108.5.48'),
(4796, 1, 1301261635, 'css.php', 'update', 'style id = 8', '85.108.5.48'),
(4797, 1, 1301261637, 'css.php', 'edit', 'style id = 8', '85.108.5.48'),
(4798, 1, 1301261709, 'css.php', 'update', 'style id = 8', '85.108.5.48'),
(4799, 1, 1301261711, 'css.php', 'edit', 'style id = 8', '85.108.5.48'),
(4800, 1, 1301262440, 'options.php', '', '', '85.108.5.48'),
(4801, 1, 1301263479, 'options.php', 'options', '', '85.108.5.48'),
(4802, 1, 1301267249, 'options.php', '', '', '85.108.5.48'),
(4803, 1, 1301267410, 'plugin.php', 'product', '', '85.108.5.48'),
(4804, 1, 1301267414, 'plugin.php', 'modify', '', '85.108.5.48'),
(4805, 1, 1301267425, 'plugin.php', 'product', '', '85.108.5.48'),
(4806, 1, 1301267510, 'plugin.php', 'productadd', '', '85.108.5.48'),
(4807, 1, 1301267534, 'plugin.php', 'productimport', '', '85.108.5.48'),
(4808, 1, 1301267537, 'plugin.php', 'product', '', '85.108.5.48'),
(4809, 1, 1301267545, 'plugin.php', 'productedit', '', '85.108.5.48'),
(4810, 1, 1301267563, 'options.php', '', '', '85.108.5.48'),
(4811, 1, 1301267637, 'plugin.php', 'product', '', '85.108.5.48'),
(4812, 1, 1301267646, 'plugin.php', 'productdelete', '', '85.108.5.48'),
(4813, 1, 1301267649, 'plugin.php', 'productkill', '', '85.108.5.48'),
(4814, 1, 1301267651, 'plugin.php', 'product', '', '85.108.5.48'),
(4815, 1, 1301267655, 'plugin.php', 'productadd', '', '85.108.5.48'),
(4816, 1, 1301267660, 'plugin.php', 'productimport', '', '85.108.5.48'),
(4817, 1, 1301267662, 'plugin.php', 'product', '', '85.108.5.48'),
(4818, 1, 1301267681, 'options.php', '', '', '85.108.5.48'),
(4819, 1, 1301267687, 'options.php', 'options', '', '85.108.5.48'),
(4820, 1, 1301267720, 'usergroup.php', 'modify', '', '85.108.5.48'),
(4821, 1, 1301267932, 'options.php', 'dooptions', '', '85.108.5.48'),
(4822, 1, 1301267934, 'options.php', 'options', '', '85.108.5.48'),
(4823, 1, 1301268013, 'usergroup.php', 'modify', '', '85.108.5.48'),
(4824, 1, 1301268016, 'usergroup.php', 'edit', 'usergroup id = 9', '85.108.5.48'),
(4825, 1, 1301268030, 'usergroup.php', 'edit', 'usergroup id = 8', '85.108.5.48'),
(4826, 1, 1301268036, 'usergroup.php', 'edit', 'usergroup id = 2', '85.108.5.48'),
(4827, 1, 1301268080, 'usergroup.php', 'modify', '', '85.108.5.48'),
(4828, 1, 1301268083, 'usergroup.php', 'edit', 'usergroup id = 9', '85.108.5.48'),
(4829, 1, 1301268145, 'usergroup.php', 'update', 'usergroup id = 9', '85.108.5.48'),
(4830, 1, 1301268147, 'usergroup.php', 'modify', '', '85.108.5.48'),
(4831, 1, 1301268188, 'usergroup.php', 'edit', 'usergroup id = 6', '85.108.5.48'),
(4832, 1, 1301268205, 'usergroup.php', 'update', 'usergroup id = 6', '85.108.5.48'),
(4833, 1, 1301268207, 'usergroup.php', 'modify', '', '85.108.5.48'),
(4834, 1, 1301268289, 'options.php', '', '', '85.108.5.48'),
(4835, 1, 1301268289, 'options.php', '', '', '85.108.5.48'),
(4836, 1, 1301269698, 'usergroup.php', 'modify', '', '85.108.5.48'),
(4837, 1, 1301269707, 'usergroup.php', 'modify', '', '85.108.5.48'),
(4838, 1, 1301269712, 'usergroup.php', 'add', '', '85.108.5.48'),
(4839, 1, 1301269713, 'usergroup.php', 'modify', '', '85.108.5.48'),
(4840, 1, 1301269715, 'usergroup.php', 'modify', '', '85.108.5.48'),
(4841, 1, 1301269719, 'usergroup.php', 'modify', '', '85.108.5.48'),
(4842, 1, 1301269726, 'plugin.php', 'product', '', '85.108.5.48'),
(4843, 1, 1301269747, 'usergroup.php', 'modify', '', '85.108.5.48'),
(4844, 1, 1301269742, 'usergroup.php', 'modify', '', '85.108.5.48'),
(4845, 1, 1301269761, 'usergroup.php', 'edit', 'usergroup id = 9', '85.108.5.48'),
(4846, 1, 1301269774, 'usergroup.php', 'update', 'usergroup id = 9', '85.108.5.48'),
(4847, 1, 1301269775, 'usergroup.php', 'modify', '', '85.108.5.48'),
(4848, 1, 1301269885, 'usergroup.php', 'edit', 'usergroup id = 9', '85.108.5.48'),
(4849, 1, 1301269929, 'usergroup.php', 'update', 'usergroup id = 9', '85.108.5.48'),
(4850, 1, 1301269930, 'usergroup.php', 'modify', '', '85.108.5.48'),
(4851, 1, 1301270155, 'usergroup.php', 'edit', 'usergroup id = 9', '85.108.5.48'),
(4852, 1, 1301270167, 'usergroup.php', 'update', 'usergroup id = 9', '85.108.5.48'),
(4853, 1, 1301270168, 'usergroup.php', 'modify', '', '85.108.5.48'),
(4854, 1, 1301270198, 'usergroup.php', 'edit', 'usergroup id = 9', '85.108.5.48'),
(4855, 1, 1301270211, 'usergroup.php', 'update', 'usergroup id = 9', '85.108.5.48'),
(4856, 1, 1301270213, 'usergroup.php', 'modify', '', '85.108.5.48'),
(4857, 1, 1301270284, 'usergroup.php', 'edit', 'usergroup id = 9', '85.108.5.48'),
(4858, 1, 1301270305, 'usergroup.php', 'update', 'usergroup id = 9', '85.108.5.48'),
(4859, 1, 1301270307, 'usergroup.php', 'modify', '', '85.108.5.48'),
(4860, 1, 1301270370, 'usergroup.php', 'edit', 'usergroup id = 5', '85.108.5.48'),
(4861, 1, 1301270389, 'usergroup.php', 'update', 'usergroup id = 5', '85.108.5.48'),
(4862, 1, 1301270391, 'usergroup.php', 'modify', '', '85.108.5.48'),
(4863, 1, 1301270442, 'usergroup.php', 'edit', 'usergroup id = 5', '85.108.5.48'),
(4864, 1, 1301270454, 'usergroup.php', 'update', 'usergroup id = 5', '85.108.5.48'),
(4865, 1, 1301270456, 'usergroup.php', 'modify', '', '85.108.5.48'),
(4866, 1, 1301270530, 'usergroup.php', 'edit', 'usergroup id = 5', '85.108.5.48'),
(4867, 1, 1301270693, 'usergroup.php', 'update', 'usergroup id = 5', '85.108.5.48'),
(4868, 1, 1301270695, 'usergroup.php', 'modify', '', '85.108.5.48'),
(4869, 1, 1301270704, 'usergroup.php', 'edit', 'usergroup id = 2', '85.108.5.48'),
(4870, 1, 1301270762, 'usergroup.php', 'update', 'usergroup id = 2', '85.108.5.48'),
(4871, 1, 1301270764, 'usergroup.php', 'modify', '', '85.108.5.48'),
(4872, 1, 1301270873, 'user.php', 'modify', '', '85.108.5.48'),
(4873, 1, 1301270875, 'user.php', 'find', '', '85.108.5.48'),
(4874, 1, 1301270882, 'user.php', 'edit', 'user id = 16', '85.108.5.48'),
(4875, 1, 1301270891, 'user.php', 'update', 'user id = 16', '85.108.5.48'),
(4876, 1, 1301270892, 'user.php', 'modify', 'user id = 16', '85.108.5.48'),
(4877, 1, 1301270931, 'user.php', 'find', '', '85.108.5.48'),
(4878, 1, 1301270938, 'user.php', 'edit', 'user id = 13', '85.108.5.48'),
(4879, 1, 1301270946, 'user.php', 'update', 'user id = 13', '85.108.5.48'),
(4880, 1, 1301270948, 'user.php', 'modify', 'user id = 13', '85.108.5.48'),
(4881, 1, 1301270967, 'user.php', 'find', '', '85.108.5.48'),
(4882, 1, 1301270971, 'user.php', 'edit', 'user id = 15', '85.108.5.48'),
(4883, 1, 1301270978, 'user.php', 'update', 'user id = 15', '85.108.5.48'),
(4884, 1, 1301270979, 'user.php', 'modify', 'user id = 15', '85.108.5.48'),
(4885, 1, 1301271103, 'options.php', '', '', '85.108.5.48'),
(4886, 1, 1301271107, 'options.php', 'options', '', '85.108.5.48'),
(4887, 1, 1301271139, 'options.php', 'options', '', '85.108.5.48'),
(4888, 1, 1301271158, 'options.php', 'options', '', '85.108.5.48'),
(4889, 1, 1301271179, 'options.php', 'options', '', '85.108.5.48'),
(4890, 1, 1301346428, 'forum.php', 'modify', '', '85.108.5.48'),
(4891, 1, 1301346473, 'forum.php', 'remove', 'forum id = 373', '85.108.5.48'),
(4892, 1, 1301346477, 'forum.php', 'kill', 'forum id = 373', '85.108.5.48'),
(4893, 1, 1301346479, 'forum.php', '', '', '85.108.5.48'),
(4894, 1, 1301346500, 'forum.php', 'doorder', '', '85.108.5.48'),
(4895, 1, 1301346502, 'forum.php', 'modify', '', '85.108.5.48'),
(4896, 1, 1301350671, 'options.php', '', '', '85.108.5.48'),
(4897, 1, 1301350792, 'options.php', 'options', '', '85.108.5.48'),
(4898, 1, 1301351412, 'options.php', 'dooptions', '', '85.108.5.48'),
(4899, 1, 1301351414, 'options.php', 'options', '', '85.108.5.48'),
(4900, 1, 1301351482, 'options.php', 'dooptions', '', '85.108.5.48'),
(4901, 1, 1301351484, 'options.php', 'options', '', '85.108.5.48'),
(4902, 1, 1301351487, 'template.php', 'modify', '', '85.108.5.48'),
(4903, 1, 1301353607, 'forum.php', 'modify', '', '85.108.5.48'),
(4904, 1, 1301353625, 'forum.php', 'edit', 'forum id = 320', '85.108.5.48'),
(4905, 1, 1301353632, 'options.php', '', '', '85.108.5.48'),
(4906, 1, 1301355142, 'template.php', 'search', '', '85.108.5.48'),
(4907, 1, 1301355146, 'template.php', 'modify', '', '85.108.5.48'),
(4908, 1, 1301355149, 'css.php', 'edit', 'style id = 8', '85.108.5.48'),
(4909, 1, 1301355166, 'css.php', 'update', 'style id = 8', '85.108.5.48'),
(4910, 1, 1301355168, 'css.php', 'edit', 'style id = 8', '85.108.5.48'),
(4911, 1, 1301355222, 'css.php', 'update', 'style id = 8', '85.108.5.48'),
(4912, 1, 1301355224, 'css.php', 'edit', 'style id = 8', '85.108.5.48'),
(4913, 1, 1301355646, 'css.php', 'update', 'style id = 8', '85.108.5.48'),
(4914, 1, 1301355647, 'css.php', 'edit', 'style id = 8', '85.108.5.48'),
(4915, 1, 1301423569, 'user.php', 'edit', 'user id = 20', '88.251.62.225'),
(4916, 1, 1301423597, 'user.php', 'update', 'user id = 20', '88.251.62.225'),
(4917, 1, 1301423599, 'user.php', 'modify', 'user id = 20', '88.251.62.225'),
(4918, 1, 1301423611, 'user.php', 'edit', 'user id = 21', '88.251.62.225'),
(4919, 1, 1301423620, 'user.php', 'find', '', '88.251.62.225'),
(4920, 1, 1301423633, 'user.php', 'edit', 'user id = 21', '88.251.62.225');
INSERT INTO `adminlog` (`adminlogid`, `userid`, `dateline`, `script`, `action`, `extrainfo`, `ipaddress`) VALUES
(4921, 1, 1301423641, 'user.php', 'update', 'user id = 21', '88.251.62.225'),
(4922, 1, 1301423643, 'user.php', 'modify', 'user id = 21', '88.251.62.225'),
(4923, 1, 1301423650, 'options.php', '', '', '88.251.62.225'),
(4924, 1, 1301423650, 'options.php', '', '', '88.251.62.225'),
(4925, 1, 1301429733, 'template.php', 'search', '', '85.107.11.236'),
(4926, 1, 1301429740, 'template.php', 'modify', '', '85.107.11.236'),
(4927, 1, 1301429742, 'css.php', 'edit', 'style id = 8', '85.107.11.236'),
(4928, 1, 1301429769, 'css.php', 'update', 'style id = 8', '85.107.11.236'),
(4929, 1, 1301429771, 'css.php', 'edit', 'style id = 8', '85.107.11.236'),
(4930, 1, 1301436695, 'css.php', 'edit', 'style id = 8', '88.241.95.228'),
(4931, 1, 1301436700, 'template.php', 'search', '', '88.241.95.228'),
(4932, 1, 1301436700, 'template.php', 'search', '', '88.241.95.228'),
(4933, 1, 1301436709, 'template.php', 'modify', '', '88.241.95.228'),
(4934, 1, 1301436714, 'template.php', 'edit', 'style id = 0', '88.241.95.228'),
(4935, 1, 1301436976, 'template.php', 'updatetemplate', 'style id = 8', '88.241.95.228'),
(4936, 1, 1301437005, 'template.php', 'updatetemplate', 'style id = 8', '88.241.95.228'),
(4937, 1, 1301437035, 'template.php', 'updatetemplate', 'style id = 8', '88.241.95.228'),
(4938, 1, 1301437613, 'template.php', 'edit', 'style id = 0', '88.241.95.228'),
(4939, 1, 1301437756, 'template.php', 'updatetemplate', 'style id = 8', '88.241.95.228'),
(4940, 1, 1301437790, 'template.php', 'edit', 'style id = 0', '88.241.95.228'),
(4941, 1, 1301437802, 'template.php', 'updatetemplate', 'style id = 8', '88.241.95.228'),
(4942, 1, 1301437819, 'template.php', 'edit', 'style id = 0', '88.241.95.228'),
(4943, 1, 1301439296, 'template.php', 'updatetemplate', 'style id = 8', '88.241.95.228'),
(4944, 1, 1301439314, 'template.php', 'updatetemplate', 'style id = 8', '88.241.95.228'),
(4945, 1, 1301439375, 'options.php', '', '', '88.241.95.228'),
(4946, 1, 1301508454, 'template.php', 'search', '', '88.241.237.218'),
(4947, 1, 1301508466, 'template.php', 'modify', '', '88.241.237.218'),
(4948, 1, 1301508470, 'css.php', 'edit', 'style id = 8', '88.241.237.218'),
(4949, 1, 1301508477, 'css.php', 'edit', 'style id = 8', '88.241.237.218'),
(4950, 1, 1301508483, 'template.php', 'modify', '', '88.241.237.218'),
(4951, 1, 1301508484, 'template.php', 'search', '', '88.241.237.218'),
(4952, 1, 1301508489, 'template.php', 'modify', '', '88.241.237.218'),
(4953, 1, 1301508503, 'template.php', 'edit', 'style id = 0', '88.241.237.218'),
(4954, 1, 1301508598, 'template.php', 'updatetemplate', 'style id = 8', '88.241.237.218'),
(4955, 1, 1301508619, 'template.php', 'updatetemplate', 'style id = 8', '88.241.237.218'),
(4956, 1, 1301511836, 'template.php', 'edit', 'style id = 0', '88.241.237.218'),
(4957, 1, 1301511841, 'options.php', '', '', '88.241.237.218'),
(4958, 1, 1301511841, 'options.php', '', '', '88.241.237.218'),
(4959, 1, 1301512519, 'options.php', 'options', '', '88.241.237.218'),
(4960, 1, 1301512524, 'options.php', '', '', '88.241.237.218'),
(4961, 1, 1301512663, 'plugin.php', 'product', '', '88.241.237.218'),
(4962, 1, 1301512715, 'plugin.php', 'modify', '', '88.241.237.218'),
(4963, 1, 1301512727, 'plugin.php', 'modify', '', '88.241.237.218'),
(4964, 1, 1301512728, 'plugin.php', 'product', '', '88.241.237.218'),
(4965, 1, 1301516455, 'template.php', 'search', '', '85.103.229.191'),
(4966, 1, 1301516464, 'template.php', 'modify', '', '85.103.229.191'),
(4967, 1, 1301516469, 'template.php', 'edit', 'style id = 0', '85.103.229.191'),
(4968, 1, 1301516696, 'template.php', 'updatetemplate', 'style id = 8', '85.103.229.191'),
(4969, 1, 1301516892, 'plugin.php', 'product', '', '85.103.229.191'),
(4970, 1, 1301516897, 'plugin.php', 'productadd', '', '85.103.229.191'),
(4971, 1, 1301516933, 'plugin.php', 'productimport', '', '85.103.229.191'),
(4972, 1, 1301516951, 'plugin.php', 'add', '', '85.103.229.191'),
(4973, 1, 1301516952, 'plugin.php', 'add', '', '85.103.229.191'),
(4974, 1, 1301516957, 'plugin.php', 'files', '', '85.103.229.191'),
(4975, 1, 1301516957, 'plugin.php', 'files', '', '85.103.229.191'),
(4976, 1, 1301516976, 'plugin.php', 'doimport', '', '85.103.229.191'),
(4977, 1, 1301516976, 'plugin.php', '', '', '85.103.229.191'),
(4978, 1, 1301517007, 'plugin.php', 'modify', '', '85.103.229.191'),
(4979, 1, 1301517121, 'options.php', '', '', '85.103.229.191'),
(4980, 1, 1301517121, 'options.php', '', '', '85.103.229.191'),
(4981, 1, 1301519603, 'template.php', 'search', '', '85.103.229.191'),
(4982, 1, 1301519609, 'template.php', 'modify', '', '85.103.229.191'),
(4983, 1, 1301519611, 'css.php', 'edit', 'style id = 8', '85.103.229.191'),
(4984, 1, 1301519621, 'template.php', 'modify', '', '85.103.229.191'),
(4985, 1, 1301519637, 'template.php', 'edit', 'style id = 0', '85.103.229.191'),
(4986, 1, 1301519830, 'template.php', 'updatetemplate', 'style id = 8', '85.103.229.191'),
(4987, 1, 1301519839, 'template.php', 'edit', 'style id = 0', '85.103.229.191'),
(4988, 1, 1301519847, 'template.php', 'updatetemplate', 'style id = 8', '85.103.229.191'),
(4989, 1, 1301520511, 'options.php', '', '', '85.103.229.191'),
(4990, 1, 1301520601, 'usergroup.php', 'modify', '', '85.103.229.191'),
(4991, 1, 1301520621, 'usergroup.php', 'edit', 'usergroup id = 6', '85.103.229.191'),
(4992, 1, 1301521027, 'usergroup.php', 'modify', '', '85.103.229.191'),
(4993, 1, 1301521031, 'usergroup.php', 'edit', 'usergroup id = 6', '85.103.229.191'),
(4994, 1, 1301521599, 'usergroup.php', 'update', 'usergroup id = 6', '85.103.229.191'),
(4995, 1, 1301521600, 'usergroup.php', 'modify', '', '85.103.229.191'),
(4996, 1, 1301522433, 'usergroup.php', 'edit', 'usergroup id = 6', '85.103.229.191'),
(4997, 1, 1301522483, 'usergroup.php', 'update', 'usergroup id = 6', '85.103.229.191'),
(4998, 1, 1301522485, 'usergroup.php', 'modify', '', '85.103.229.191'),
(4999, 1, 1301522490, 'usergroup.php', 'edit', 'usergroup id = 6', '85.103.229.191'),
(5000, 1, 1301522538, 'usergroup.php', 'update', 'usergroup id = 6', '85.103.229.191'),
(5001, 1, 1301522540, 'usergroup.php', 'modify', '', '85.103.229.191'),
(5002, 1, 1301522548, 'template.php', 'search', '', '85.103.229.191'),
(5003, 1, 1301522555, 'template.php', 'modify', '', '85.103.229.191'),
(5004, 1, 1301522562, 'template.php', 'edit', 'style id = 0', '85.103.229.191'),
(5005, 1, 1301522579, 'template.php', 'updatetemplate', 'style id = 8', '85.103.229.191'),
(5006, 1, 1301524530, 'options.php', '', '', '85.103.229.191'),
(5007, 1, 1301524533, 'options.php', 'options', '', '85.103.229.191'),
(5008, 1, 1301524577, 'options.php', '', '', '85.103.229.191'),
(5009, 1, 1301524743, 'options.php', 'options', '', '85.103.229.191'),
(5010, 1, 1301524819, 'options.php', '', '', '85.103.229.191'),
(5011, 1, 1301525366, 'options.php', 'options', '', '85.103.229.191'),
(5012, 1, 1301525381, 'options.php', 'options', '', '85.103.229.191'),
(5013, 1, 1301525419, 'options.php', '', '', '85.103.229.191'),
(5014, 1, 1301599978, 'options.php', '', '', '85.103.229.191'),
(5015, 1, 1301599978, 'options.php', '', '', '85.103.229.191'),
(5016, 1, 1301599997, 'options.php', 'options', '', '85.103.229.191'),
(5017, 1, 1301600031, 'options.php', 'dooptions', '', '85.103.229.191'),
(5018, 1, 1301600035, 'options.php', 'options', '', '85.103.229.191'),
(5019, 1, 1301600085, 'options.php', 'dooptions', '', '85.103.229.191'),
(5020, 1, 1301600089, 'options.php', 'options', '', '85.103.229.191'),
(5021, 1, 1301600120, 'options.php', 'dooptions', '', '85.103.229.191'),
(5022, 1, 1301600122, 'options.php', 'options', '', '85.103.229.191'),
(5023, 1, 1301600157, 'options.php', 'dooptions', '', '85.103.229.191'),
(5024, 1, 1301600160, 'options.php', 'options', '', '85.103.229.191'),
(5025, 1, 1301600183, 'options.php', 'dooptions', '', '85.103.229.191'),
(5026, 1, 1301600186, 'options.php', 'options', '', '85.103.229.191'),
(5027, 1, 1301780669, 'user.php', 'edit', 'user id = 1', '88.251.54.236'),
(5028, 1, 1301780695, 'options.php', '', '', '88.251.54.236'),
(5029, 1, 1301780699, 'options.php', 'options', '', '88.251.54.236'),
(5030, 1, 1301780707, 'options.php', 'options', '', '88.251.54.236'),
(5031, 1, 1301780801, 'options.php', 'dooptions', '', '88.251.54.236'),
(5032, 1, 1301780802, 'options.php', 'options', '', '88.251.54.236'),
(5033, 1, 1301780817, 'options.php', 'options', '', '88.251.54.236'),
(5034, 1, 1301781071, 'options.php', 'dooptions', '', '88.251.54.236'),
(5035, 1, 1301781073, 'options.php', 'options', '', '88.251.54.236'),
(5036, 1, 1301781330, 'user.php', 'edit', 'user id = 24', '88.251.54.236'),
(5037, 1, 1301781348, 'user.php', 'update', 'user id = 24', '88.251.54.236'),
(5038, 1, 1301781350, 'user.php', 'modify', 'user id = 24', '88.251.54.236'),
(5039, 1, 1301781387, 'options.php', '', '', '88.251.54.236'),
(5040, 1, 1301781517, 'usergroup.php', 'modify', '', '88.251.54.236'),
(5041, 1, 1301781521, 'usergroup.php', 'edit', 'usergroup id = 2', '88.251.54.236'),
(5042, 1, 1301782048, 'usergroup.php', 'update', 'usergroup id = 2', '88.251.54.236'),
(5043, 1, 1301782050, 'usergroup.php', 'modify', '', '88.251.54.236'),
(5044, 1, 1301782103, 'usergroup.php', 'edit', 'usergroup id = 2', '88.251.54.236'),
(5045, 1, 1301782113, 'usergroup.php', 'update', 'usergroup id = 2', '88.251.54.236'),
(5046, 1, 1301782115, 'usergroup.php', 'modify', '', '88.251.54.236'),
(5047, 1, 1301782146, 'usergroup.php', 'edit', 'usergroup id = 9', '88.251.54.236'),
(5048, 1, 1301782241, 'usergroup.php', 'update', 'usergroup id = 9', '88.251.54.236'),
(5049, 1, 1301782242, 'usergroup.php', 'modify', '', '88.251.54.236'),
(5050, 1, 1301782546, 'usergroup.php', 'edit', 'usergroup id = 9', '88.251.54.236'),
(5051, 1, 1301782560, 'usergroup.php', 'update', 'usergroup id = 9', '88.251.54.236'),
(5052, 1, 1301782562, 'usergroup.php', 'modify', '', '88.251.54.236'),
(5053, 16, 1301785471, 'user.php', 'viewuser', 'user id = 16', '88.251.54.236'),
(5054, 16, 1301785498, 'user.php', 'avatar', 'user id = 16', '88.251.54.236'),
(5055, 16, 1301785520, 'user.php', 'updateavatar', 'user id = 16', '88.251.54.236'),
(5056, 16, 1301785521, 'user.php', 'viewuser', 'user id = 16', '88.251.54.236'),
(5057, 16, 1301785525, 'user.php', 'profilepic', 'user id = 16', '88.251.54.236'),
(5058, 16, 1301785532, 'user.php', 'updateprofilepic', 'user id = 16', '88.251.54.236'),
(5059, 16, 1301785533, 'user.php', 'viewuser', 'user id = 16', '88.251.54.236'),
(5060, 16, 1301785593, 'user.php', 'editsig', 'user id = 16', '88.251.54.236'),
(5061, 16, 1301785657, 'user.php', 'viewuser', 'user id = 16', '88.251.54.236'),
(5062, 16, 1301785670, 'user.php', 'viewuser', 'user id = 16', '88.251.54.236'),
(5063, 1, 1301785757, 'user.php', 'modify', '', '88.251.54.236'),
(5064, 1, 1301785758, 'user.php', 'find', '', '88.251.54.236'),
(5065, 1, 1301785769, 'user.php', 'edit', 'user id = 16', '88.251.54.236'),
(5066, 1, 1301785818, 'user.php', 'update', 'user id = 16', '88.251.54.236'),
(5067, 1, 1301785819, 'user.php', 'modify', 'user id = 16', '88.251.54.236'),
(5068, 1, 1301785822, 'user.php', 'edit', 'user id = 16', '88.251.54.236'),
(5069, 1, 1301787755, 'user.php', 'edit', 'user id = 24', '88.251.54.236'),
(5070, 1, 1301787765, 'user.php', 'update', 'user id = 24', '88.251.54.236'),
(5071, 1, 1301787767, 'user.php', 'modify', 'user id = 24', '88.251.54.236'),
(5072, 1, 1301788323, 'usergroup.php', 'modify', '', '88.251.54.236'),
(5073, 1, 1301788351, 'options.php', '', '', '88.251.54.236'),
(5074, 1, 1301865836, 'usergroup.php', 'modify', '', '88.251.54.236'),
(5075, 1, 1301865849, 'forumpermission.php', 'modify', '', '88.251.54.236'),
(5076, 1, 1301865969, 'options.php', '', '', '88.251.54.236'),
(5077, 1, 1301866039, 'options.php', 'options', '', '88.251.54.236'),
(5078, 1, 1301866052, 'options.php', 'options', '', '88.251.54.236'),
(5079, 1, 1301866121, 'options.php', 'options', '', '88.251.54.236'),
(5080, 1, 1301866128, 'options.php', 'options', '', '88.251.54.236'),
(5081, 1, 1301867801, 'usergroup.php', 'modify', '', '88.251.54.236'),
(5082, 1, 1301867810, 'profilefield.php', 'modify', '', '88.251.54.236'),
(5083, 1, 1301867830, 'profilefield.php', 'modifycats', '', '88.251.54.236'),
(5084, 1, 1301867832, 'profilefield.php', 'add', '', '88.251.54.236'),
(5085, 1, 1301867832, 'profilefield.php', 'add', '', '88.251.54.236'),
(5086, 1, 1301867834, 'ranks.php', 'modify', '', '88.251.54.236'),
(5087, 1, 1301867834, 'ranks.php', 'modify', '', '88.251.54.236'),
(5088, 1, 1301867876, 'ranks.php', 'remove', 'rank id = 2', '88.251.54.236'),
(5089, 1, 1301867878, 'ranks.php', 'kill', 'rank id = 2', '88.251.54.236'),
(5090, 1, 1301867880, 'ranks.php', 'modify', '', '88.251.54.236'),
(5091, 1, 1301867882, 'ranks.php', 'remove', 'rank id = 3', '88.251.54.236'),
(5092, 1, 1301867884, 'ranks.php', 'kill', 'rank id = 3', '88.251.54.236'),
(5093, 1, 1301867885, 'ranks.php', 'modify', '', '88.251.54.236'),
(5094, 1, 1301867904, 'options.php', '', '', '88.251.54.236'),
(5095, 1, 1301949077, 'options.php', '', '', '85.107.103.105'),
(5096, 1, 1301949113, 'options.php', 'options', '', '85.107.103.105'),
(5097, 1, 1301949130, 'options.php', '', '', '85.107.103.105'),
(5098, 1, 1301950669, 'profilefield.php', 'modify', '', '85.107.103.105'),
(5099, 1, 1301951359, 'options.php', '', '', '85.107.103.105'),
(5100, 1, 1301951371, 'user.php', 'modify', '', '85.107.103.105'),
(5101, 1, 1301951377, 'user.php', 'find', '', '85.107.103.105'),
(5102, 1, 1301951400, 'user.php', 'edit', 'user id = 1', '85.107.103.105'),
(5103, 1, 1301951428, 'user.php', 'update', 'user id = 1', '85.107.103.105'),
(5104, 1, 1301951433, 'usertools.php', 'sigpic', 'user id = 1', '85.107.103.105'),
(5105, 1, 1301951511, 'usertools.php', 'updatesigpic', 'user id = 1', '85.107.103.105'),
(5106, 1, 1301953357, 'user.php', 'modify', '', '85.107.103.105'),
(5107, 1, 1301953361, 'user.php', 'find', '', '85.107.103.105'),
(5108, 1, 1301953370, 'user.php', 'edit', 'user id = 1', '85.107.103.105'),
(5109, 1, 1301953417, 'user.php', 'update', 'user id = 1', '85.107.103.105'),
(5110, 1, 1301953418, 'user.php', 'modify', 'user id = 1', '85.107.103.105'),
(5111, 1, 1301953705, 'user.php', 'edit', 'user id = 1', '85.107.103.105'),
(5112, 1, 1301953709, 'user.php', 'find', '', '85.107.103.105'),
(5113, 1, 1301953713, 'user.php', 'edit', 'user id = 16', '85.107.103.105'),
(5114, 1, 1301953791, 'user.php', 'update', 'user id = 16', '85.107.103.105'),
(5115, 1, 1301953793, 'user.php', 'modify', 'user id = 16', '85.107.103.105'),
(5116, 1, 1301953812, 'options.php', '', '', '85.107.103.105'),
(5117, 1, 1301955320, 'user.php', 'modify', '', '85.107.103.105'),
(5118, 1, 1301955347, 'user.php', 'find', '', '85.107.103.105'),
(5119, 1, 1301955350, 'user.php', 'edit', 'user id = 1', '85.107.103.105'),
(5120, 1, 1301955358, 'user.php', 'update', 'user id = 1', '85.107.103.105'),
(5121, 1, 1301955361, 'usertools.php', 'sigpic', 'user id = 1', '85.107.103.105'),
(5122, 1, 1301955372, 'options.php', '', '', '85.107.103.105'),
(5123, 1, 1301955430, 'user.php', 'edit', 'user id = 1', '85.107.103.105'),
(5124, 1, 1301957220, 'template.php', 'search', '', '85.107.103.105'),
(5125, 1, 1301957220, 'template.php', 'search', '', '85.107.103.105'),
(5126, 1, 1301957231, 'template.php', 'modify', '', '85.107.103.105'),
(5127, 1, 1301957251, 'template.php', 'edit', 'style id = 0', '85.107.103.105'),
(5128, 1, 1301957771, 'template.php', 'updatetemplate', 'style id = 8', '85.107.103.105'),
(5129, 1, 1302027757, 'options.php', '', '', '85.107.14.206'),
(5130, 1, 1302027758, 'options.php', '', '', '85.107.14.206'),
(5131, 1, 1302027781, 'options.php', 'options', '', '85.107.14.206'),
(5132, 1, 1302027816, 'options.php', 'dooptions', '', '85.107.14.206'),
(5133, 1, 1302027819, 'options.php', 'options', '', '85.107.14.206'),
(5134, 1, 1302027991, 'options.php', '', '', '85.107.14.206'),
(5135, 1, 1302027991, 'options.php', '', '', '85.107.14.206'),
(5136, 1, 1302029935, 'user.php', 'edit', 'user id = 26', '85.107.14.206'),
(5137, 1, 1302029943, 'user.php', 'update', 'user id = 26', '85.107.14.206'),
(5138, 1, 1302029945, 'user.php', 'modify', 'user id = 26', '85.107.14.206'),
(5139, 1, 1302029947, 'user.php', 'edit', 'user id = 26', '85.107.14.206'),
(5140, 1, 1302031713, 'forum.php', 'modify', '', '88.243.39.54'),
(5141, 1, 1302031716, 'forum.php', 'modify', '', '88.243.39.54'),
(5142, 1, 1302032417, 'user.php', 'edit', 'user id = 27', '88.243.39.54'),
(5143, 1, 1302032424, 'user.php', 'update', 'user id = 27', '88.243.39.54'),
(5144, 1, 1302032426, 'user.php', 'modify', 'user id = 27', '88.243.39.54'),
(5145, 1, 1302032442, 'options.php', '', '', '88.243.39.54'),
(5146, 1, 1302033697, 'options.php', 'options', '', '88.243.39.54'),
(5147, 1, 1302033736, 'options.php', 'dooptions', '', '88.243.39.54'),
(5148, 1, 1302033737, 'options.php', 'options', '', '88.243.39.54'),
(5149, 1, 1302034270, 'language.php', 'modify', '', '88.243.39.54'),
(5150, 1, 1302034277, 'language.php', 'edit_settings', 'Language ID = 3', '88.243.39.54'),
(5151, 1, 1302034315, 'options.php', '', '', '88.243.39.54'),
(5152, 1, 1302034321, 'options.php', 'options', '', '88.243.39.54'),
(5153, 1, 1302034335, 'options.php', 'options', '', '88.243.39.54'),
(5154, 1, 1302034343, 'options.php', '', '', '88.243.39.54'),
(5155, 1, 1302034436, 'options.php', 'options', '', '88.243.39.54'),
(5156, 1, 1302034482, 'options.php', 'dooptions', '', '88.243.39.54'),
(5157, 1, 1302034483, 'options.php', 'options', '', '88.243.39.54'),
(5158, 1, 1302034551, 'options.php', 'options', '', '88.243.39.54'),
(5159, 1, 1302034563, 'options.php', '', '', '88.243.39.54'),
(5160, 1, 1302036535, 'forum.php', 'modify', '', '88.243.39.54'),
(5161, 1, 1302036557, 'forum.php', 'edit', 'forum id = 430', '88.243.39.54'),
(5162, 1, 1302036616, 'forum.php', 'update', 'forum id = 430', '88.243.39.54'),
(5163, 1, 1302036619, 'forum.php', 'modify', 'forum id = 430', '88.243.39.54'),
(5164, 1, 1302036642, 'forum.php', 'edit', 'forum id = 431', '88.243.39.54'),
(5165, 1, 1302036650, 'forum.php', 'update', 'forum id = 431', '88.243.39.54'),
(5166, 1, 1302036653, 'forum.php', 'modify', 'forum id = 431', '88.243.39.54'),
(5167, 1, 1302036666, 'forum.php', 'add', '', '88.243.39.54'),
(5168, 1, 1302036689, 'forum.php', 'update', '', '88.243.39.54'),
(5169, 1, 1302036691, 'forum.php', 'modify', 'forum id = 457', '88.243.39.54'),
(5170, 1, 1302036710, 'forum.php', 'add', '', '88.243.39.54'),
(5171, 1, 1302036722, 'forum.php', 'update', '', '88.243.39.54'),
(5172, 1, 1302036726, 'forum.php', 'modify', 'forum id = 458', '88.243.39.54'),
(5173, 1, 1302036866, 'forum.php', 'edit', 'forum id = 429', '88.243.39.54'),
(5174, 1, 1302036905, 'forum.php', 'update', 'forum id = 429', '88.243.39.54'),
(5175, 1, 1302036906, 'forum.php', 'modify', 'forum id = 429', '88.243.39.54'),
(5176, 1, 1302036984, 'forum.php', 'doorder', '', '88.243.39.54'),
(5177, 1, 1302036986, 'forum.php', 'modify', '', '88.243.39.54'),
(5178, 1, 1302037018, 'forum.php', 'add', '', '88.243.39.54'),
(5179, 1, 1302037056, 'forum.php', 'update', '', '88.243.39.54'),
(5180, 1, 1302037085, 'forum.php', 'modify', 'forum id = 459', '88.243.39.54'),
(5181, 1, 1302037127, 'forum.php', 'add', '', '88.243.39.54'),
(5182, 1, 1302037135, 'forum.php', 'update', '', '88.243.39.54'),
(5183, 1, 1302037144, 'forum.php', 'modify', 'forum id = 460', '88.243.39.54'),
(5184, 1, 1302037165, 'forum.php', 'edit', 'forum id = 460', '88.243.39.54'),
(5185, 1, 1302037167, 'forum.php', 'edit', 'forum id = 460', '88.243.39.54'),
(5186, 1, 1302037181, 'forum.php', 'update', 'forum id = 460', '88.243.39.54'),
(5187, 1, 1302037205, 'forum.php', 'modify', 'forum id = 460', '88.243.39.54'),
(5188, 1, 1302037254, 'forum.php', 'add', '', '88.243.39.54'),
(5189, 1, 1302037291, 'forum.php', 'update', '', '88.243.39.54'),
(5190, 1, 1302037300, 'forum.php', 'modify', 'forum id = 461', '88.243.39.54'),
(5191, 1, 1302037341, 'forum.php', 'add', '', '88.243.39.54'),
(5192, 1, 1302037355, 'forum.php', 'update', '', '88.243.39.54'),
(5193, 1, 1302037366, 'forum.php', 'modify', 'forum id = 462', '88.243.39.54'),
(5194, 1, 1302039594, 'forum.php', 'modify', '', '88.243.39.54'),
(5195, 1, 1302039603, 'options.php', '', '', '88.243.39.54'),
(5196, 1, 1302040080, 'options.php', 'options', '', '88.243.39.54'),
(5197, 1, 1302040109, 'options.php', 'options', '', '88.243.39.54'),
(5198, 1, 1302040144, 'options.php', 'dooptions', '', '88.243.39.54'),
(5199, 1, 1302040146, 'options.php', 'options', '', '88.243.39.54'),
(5200, 1, 1302040167, 'options.php', 'options', '', '88.243.39.54'),
(5201, 1, 1302040179, 'options.php', '', '', '88.243.39.54'),
(5202, 1, 1302040847, 'options.php', 'options', '', '88.243.39.54'),
(5203, 1, 1302040857, 'plugin.php', 'product', '', '88.243.39.54'),
(5204, 1, 1302040871, 'plugin.php', 'productedit', '', '88.243.39.54'),
(5205, 1, 1302040879, 'plugin.php', 'product', '', '88.243.39.54'),
(5206, 1, 1302040883, 'plugin.php', 'productadd', '', '88.243.39.54'),
(5207, 1, 1302040911, 'plugin.php', 'productimport', '', '88.243.39.54'),
(5208, 1, 1302040918, 'plugin.php', 'productimport', '', '88.243.39.54'),
(5209, 1, 1302040924, 'plugin.php', 'product', '', '88.243.39.54'),
(5210, 1, 1302040952, 'plugin.php', 'productedit', '', '88.243.39.54'),
(5211, 1, 1302040954, 'options.php', '', '', '88.243.39.54'),
(5212, 1, 1302040954, 'options.php', '', '', '88.243.39.54'),
(5213, 1, 1302041040, 'options.php', 'options', '', '88.243.39.54'),
(5214, 1, 1302041792, 'plugin.php', 'product', '', '88.243.39.54'),
(5215, 1, 1302041793, 'plugin.php', 'productadd', '', '88.243.39.54'),
(5216, 1, 1302041804, 'plugin.php', 'productimport', '', '88.243.39.54'),
(5217, 1, 1302041810, 'plugin.php', 'product', '', '88.243.39.54'),
(5218, 1, 1302041815, 'options.php', '', '', '88.243.39.54'),
(5219, 1, 1302041816, 'options.php', '', '', '88.243.39.54'),
(5220, 1, 1302041821, 'options.php', 'options', '', '88.243.39.54'),
(5221, 1, 1302041906, 'options.php', 'dooptions', '', '88.243.39.54'),
(5222, 1, 1302041907, 'options.php', 'options', '', '88.243.39.54'),
(5223, 1, 1302041941, 'options.php', 'dooptions', '', '88.243.39.54'),
(5224, 1, 1302041942, 'options.php', 'options', '', '88.243.39.54'),
(5225, 1, 1302041977, 'options.php', 'dooptions', '', '88.243.39.54'),
(5226, 1, 1302041979, 'options.php', 'options', '', '88.243.39.54'),
(5227, 1, 1302042034, 'options.php', 'dooptions', '', '88.243.39.54'),
(5228, 1, 1302042035, 'options.php', 'options', '', '88.243.39.54'),
(5229, 1, 1302042058, 'options.php', 'dooptions', '', '88.243.39.54'),
(5230, 1, 1302042060, 'options.php', 'options', '', '88.243.39.54'),
(5231, 1, 1302042109, 'options.php', 'dooptions', '', '88.243.39.54'),
(5232, 1, 1302042111, 'options.php', 'options', '', '88.243.39.54'),
(5233, 1, 1302044061, 'plugin.php', 'product', '', '88.243.39.54'),
(5234, 1, 1302044062, 'plugin.php', 'productadd', '', '88.243.39.54'),
(5235, 1, 1302044083, 'plugin.php', 'productimport', '', '88.243.39.54'),
(5236, 1, 1302044085, 'plugin.php', 'product', '', '88.243.39.54'),
(5237, 1, 1302044088, 'options.php', '', '', '88.243.39.54'),
(5238, 1, 1302044088, 'options.php', '', '', '88.243.39.54'),
(5239, 1, 1302044093, 'options.php', 'options', '', '88.243.39.54'),
(5240, 1, 1302044132, 'options.php', 'dooptions', '', '88.243.39.54'),
(5241, 1, 1302044134, 'options.php', 'options', '', '88.243.39.54'),
(5242, 1, 1302044176, 'options.php', 'dooptions', '', '88.243.39.54'),
(5243, 1, 1302044177, 'options.php', 'options', '', '88.243.39.54'),
(5244, 1, 1302044299, 'options.php', 'dooptions', '', '88.243.39.54'),
(5245, 1, 1302044301, 'options.php', 'options', '', '88.243.39.54'),
(5246, 1, 1302044737, 'plugin.php', 'product', '', '88.243.39.54'),
(5247, 1, 1302044738, 'plugin.php', 'productadd', '', '88.243.39.54'),
(5248, 1, 1302044749, 'plugin.php', 'productimport', '', '88.243.39.54'),
(5249, 1, 1302044772, 'plugin.php', 'product', '', '88.243.39.54'),
(5250, 1, 1302044779, 'options.php', '', '', '88.243.39.54'),
(5251, 1, 1302046022, 'options.php', 'options', '', '88.243.39.54'),
(5252, 1, 1302046170, 'user.php', 'modify', '', '88.243.39.54'),
(5253, 1, 1302046174, 'user.php', 'find', '', '88.243.39.54'),
(5254, 1, 1302046178, 'user.php', 'edit', 'user id = 1', '88.243.39.54'),
(5255, 1, 1302046204, 'options.php', '', '', '88.243.39.54'),
(5256, 1, 1302046206, 'options.php', '', '', '88.243.39.54'),
(5257, 1, 1302046216, 'options.php', 'options', '', '88.243.39.54'),
(5258, 1, 1302046228, 'options.php', 'options', '', '88.243.39.54'),
(5259, 1, 1302046268, 'options.php', 'options', '', '88.243.39.54'),
(5260, 1, 1302046279, 'options.php', 'options', '', '88.243.39.54'),
(5261, 1, 1302046320, 'options.php', 'options', '', '88.243.39.54'),
(5262, 1, 1302046350, 'options.php', '', '', '88.243.39.54'),
(5263, 1, 1302046359, 'user.php', 'edit', 'user id = 1', '88.243.39.54'),
(5264, 1, 1302046460, 'user.php', 'update', 'user id = 1', '88.243.39.54'),
(5265, 1, 1302046466, 'user.php', 'modify', 'user id = 1', '88.243.39.54'),
(5266, 1, 1302047121, 'options.php', '', '', '88.243.39.54'),
(5267, 1, 1302047139, 'options.php', 'options', '', '88.243.39.54'),
(5268, 1, 1302047314, 'options.php', 'dooptions', '', '88.243.39.54'),
(5269, 1, 1302047316, 'options.php', 'options', '', '88.243.39.54'),
(5270, 1, 1302047328, 'options.php', '', '', '88.243.39.54'),
(5271, 1, 1302047334, 'options.php', '', '', '88.243.39.54'),
(5272, 1, 1302047669, 'options.php', '', '', '88.243.39.54'),
(5273, 1, 1302047669, 'options.php', '', '', '88.243.39.54'),
(5274, 1, 1302047671, 'options.php', 'options', '', '88.243.39.54'),
(5275, 1, 1302047885, 'options.php', 'dooptions', '', '88.243.39.54'),
(5276, 1, 1302047887, 'options.php', 'options', '', '88.243.39.54'),
(5277, 1, 1302048593, 'user.php', 'edit', 'user id = 28', '88.243.39.54'),
(5278, 1, 1302048634, 'user.php', 'update', 'user id = 28', '88.243.39.54'),
(5279, 1, 1302048636, 'user.php', 'modify', 'user id = 28', '88.243.39.54'),
(5280, 1, 1302048639, 'user.php', 'edit', 'user id = 28', '88.243.39.54'),
(5281, 1, 1302048685, 'user.php', 'add', '', '88.243.39.54'),
(5282, 1, 1302048755, 'user.php', 'update', '', '88.243.39.54'),
(5283, 1, 1302048757, 'user.php', 'modify', 'user id = 29', '88.243.39.54'),
(5284, 1, 1302121369, 'user.php', 'add', '', '88.251.51.123'),
(5285, 1, 1302121436, 'user.php', 'update', '', '88.251.51.123'),
(5286, 1, 1302121438, 'user.php', 'modify', 'user id = 30', '88.251.51.123'),
(5287, 1, 1302121606, 'user.php', 'find', '', '88.251.51.123'),
(5288, 1, 1302121659, 'options.php', '', '', '88.251.51.123'),
(5289, 16, 1302131974, 'user.php', 'viewuser', 'user id = 16', '88.251.51.123'),
(5290, 1, 1302133611, 'user.php', 'edit', 'user id = 16', '88.251.51.123'),
(5291, 1, 1302133641, 'user.php', 'update', 'user id = 16', '88.251.51.123'),
(5292, 1, 1302133642, 'user.php', 'modify', 'user id = 16', '88.251.51.123'),
(5293, 1, 1302133644, 'user.php', 'find', '', '88.251.51.123'),
(5294, 1, 1302133648, 'user.php', 'edit', 'user id = 1', '88.251.51.123'),
(5295, 1, 1302133675, 'user.php', 'update', 'user id = 1', '88.251.51.123'),
(5296, 1, 1302133677, 'user.php', 'modify', 'user id = 1', '88.251.51.123'),
(5297, 1, 1302134028, 'template.php', 'modify', '', '88.251.51.123'),
(5298, 1, 1302134031, 'css.php', 'edit', 'style id = 8', '88.251.51.123'),
(5299, 1, 1302134048, 'template.php', 'search', '', '88.251.51.123'),
(5300, 1, 1302134044, 'template.php', 'search', '', '88.251.51.123'),
(5301, 1, 1302134096, 'template.php', 'modify', '', '88.251.51.123'),
(5302, 1, 1302134209, 'template.php', 'search', '', '88.251.51.123'),
(5303, 1, 1302134238, 'template.php', 'search', '', '88.251.51.123'),
(5304, 1, 1302134295, 'template.php', 'modify', '', '88.251.51.123'),
(5305, 1, 1302134376, 'options.php', '', '', '88.251.51.123'),
(5306, 1, 1302209577, 'user.php', 'edit', 'user id = 31', '88.240.183.247'),
(5307, 1, 1302209604, 'user.php', 'update', 'user id = 31', '88.240.183.247'),
(5308, 1, 1302209606, 'user.php', 'modify', 'user id = 31', '88.240.183.247'),
(5309, 1, 1302210049, 'options.php', '', '', '88.240.183.247'),
(5310, 1, 1302211183, 'user.php', 'add', '', '88.240.183.247'),
(5311, 1, 1302212030, 'user.php', 'update', '', '88.240.183.247'),
(5312, 1, 1302212038, 'user.php', 'modify', 'user id = 32', '88.240.183.247'),
(5313, 1, 1302212047, 'user.php', 'add', '', '88.240.183.247'),
(5314, 1, 1302212083, 'user.php', 'update', '', '88.240.183.247'),
(5315, 1, 1302212440, 'user.php', 'update', '', '88.240.183.247'),
(5316, 1, 1302212639, 'user.php', 'update', '', '88.240.183.247'),
(5317, 1, 1302212641, 'user.php', 'modify', 'user id = 33', '88.240.183.247'),
(5318, 1, 1302212647, 'user.php', 'add', '', '88.240.183.247'),
(5319, 1, 1302212719, 'user.php', 'update', '', '88.240.183.247'),
(5320, 1, 1302212720, 'user.php', 'modify', 'user id = 34', '88.240.183.247'),
(5321, 1, 1302212723, 'user.php', 'add', '', '88.240.183.247'),
(5322, 1, 1302212724, 'user.php', 'add', '', '88.240.183.247'),
(5323, 1, 1302212868, 'user.php', 'update', '', '88.240.183.247'),
(5324, 1, 1302212870, 'user.php', 'modify', 'user id = 35', '88.240.183.247'),
(5325, 1, 1302212871, 'user.php', 'add', '', '88.240.183.247'),
(5326, 1, 1302212871, 'user.php', 'add', '', '88.240.183.247'),
(5327, 1, 1302212919, 'user.php', 'update', '', '88.240.183.247'),
(5328, 1, 1302212986, 'user.php', 'update', '', '88.240.183.247'),
(5329, 1, 1302213115, 'user.php', 'update', '', '88.240.183.247'),
(5330, 1, 1302213280, 'user.php', 'update', '', '88.240.183.247'),
(5331, 1, 1302213282, 'user.php', 'modify', 'user id = 36', '88.240.183.247'),
(5332, 1, 1302213283, 'user.php', 'add', '', '88.240.183.247'),
(5333, 1, 1302213283, 'user.php', 'add', '', '88.240.183.247'),
(5334, 1, 1302213436, 'user.php', 'update', '', '88.241.84.78'),
(5335, 1, 1302213517, 'user.php', 'update', '', '88.241.84.78'),
(5336, 1, 1302213518, 'user.php', 'modify', 'user id = 37', '88.241.84.78'),
(5337, 1, 1302213521, 'user.php', 'add', '', '88.241.84.78'),
(5338, 1, 1302213521, 'user.php', 'add', '', '88.241.84.78'),
(5339, 1, 1302213587, 'user.php', 'update', '', '88.241.84.78'),
(5340, 1, 1302213589, 'user.php', 'modify', 'user id = 38', '88.241.84.78'),
(5341, 1, 1302213593, 'user.php', 'add', '', '88.241.84.78'),
(5342, 1, 1302213593, 'user.php', 'add', '', '88.241.84.78'),
(5343, 1, 1302213650, 'user.php', 'update', '', '88.241.84.78'),
(5344, 1, 1302213652, 'user.php', 'modify', 'user id = 39', '88.241.84.78'),
(5345, 1, 1302213656, 'user.php', 'add', '', '88.241.84.78'),
(5346, 1, 1302214437, 'user.php', 'add', '', '88.241.84.78'),
(5347, 1, 1302214473, 'user.php', 'update', '', '88.241.84.78'),
(5348, 1, 1302214766, 'user.php', 'update', '', '88.241.84.78'),
(5349, 1, 1302214768, 'user.php', 'modify', 'user id = 40', '88.241.84.78'),
(5350, 1, 1302214771, 'user.php', 'add', '', '88.241.84.78'),
(5351, 1, 1302214771, 'user.php', 'add', '', '88.241.84.78'),
(5352, 1, 1302215010, 'user.php', 'add', '', '88.241.84.78'),
(5353, 1, 1302215065, 'options.php', '', '', '88.241.84.78'),
(5354, 1, 1302215091, 'options.php', 'options', '', '88.241.84.78'),
(5355, 1, 1302215137, 'options.php', 'dooptions', '', '88.241.84.78'),
(5356, 1, 1302215138, 'options.php', 'options', '', '88.241.84.78'),
(5357, 1, 1302215167, 'options.php', 'dooptions', '', '88.241.84.78'),
(5358, 1, 1302215169, 'options.php', 'options', '', '88.241.84.78'),
(5359, 1, 1302215289, 'options.php', 'dooptions', '', '88.241.84.78'),
(5360, 1, 1302215290, 'options.php', 'options', '', '88.241.84.78'),
(5361, 1, 1302215293, 'options.php', 'dooptions', '', '88.241.84.78'),
(5362, 1, 1302215295, 'options.php', 'options', '', '88.241.84.78'),
(5363, 1, 1302215349, 'options.php', 'dooptions', '', '88.241.84.78'),
(5364, 1, 1302215350, 'options.php', 'options', '', '88.241.84.78'),
(5365, 1, 1302216520, 'options.php', '', '', '88.241.84.78'),
(5366, 1, 1302216520, 'options.php', '', '', '88.241.84.78'),
(5367, 1, 1302216523, 'options.php', 'options', '', '88.241.84.78'),
(5368, 1, 1302216546, 'options.php', '', '', '88.241.84.78'),
(5369, 1, 1302217498, 'options.php', 'options', '', '88.241.84.78'),
(5370, 1, 1302217558, 'options.php', 'dooptions', '', '88.241.84.78'),
(5371, 1, 1302217559, 'options.php', 'options', '', '88.241.84.78'),
(5372, 1, 1302217884, 'options.php', '', '', '88.241.84.78'),
(5373, 1, 1302217889, 'options.php', 'options', '', '88.241.84.78'),
(5374, 1, 1302217899, 'options.php', 'dooptions', '', '88.241.84.78'),
(5375, 1, 1302217901, 'options.php', 'options', '', '88.241.84.78'),
(5376, 1, 1302218065, 'options.php', 'dooptions', '', '88.241.84.78'),
(5377, 1, 1302218067, 'options.php', 'options', '', '88.241.84.78'),
(5378, 1, 1302218077, 'options.php', 'dooptions', '', '88.241.84.78'),
(5379, 1, 1302218079, 'options.php', 'options', '', '88.241.84.78'),
(5380, 1, 1302218198, 'user.php', 'edit', 'user id = 40', '88.241.84.78'),
(5381, 1, 1302218218, 'user.php', 'update', 'user id = 40', '88.241.84.78'),
(5382, 1, 1302218220, 'user.php', 'modify', 'user id = 40', '88.241.84.78'),
(5383, 1, 1302218223, 'user.php', 'edit', 'user id = 40', '88.241.84.78'),
(5384, 1, 1302218231, 'user.php', 'update', 'user id = 40', '88.241.84.78'),
(5385, 1, 1302218233, 'user.php', 'modify', 'user id = 40', '88.241.84.78'),
(5386, 1, 1302218479, 'forum.php', 'modify', '', '88.241.84.78'),
(5387, 1, 1302219525, 'user.php', 'edit', 'user id = 1', '88.241.84.78'),
(5388, 1, 1302288305, 'user.php', 'edit', 'user id = 41', '85.107.222.196'),
(5389, 1, 1302288318, 'user.php', 'update', 'user id = 41', '85.107.222.196'),
(5390, 1, 1302288319, 'user.php', 'modify', 'user id = 41', '85.107.222.196'),
(5391, 1, 1302288583, 'user.php', 'modify', '', '85.107.222.196'),
(5392, 1, 1302288584, 'user.php', 'find', '', '85.107.222.196'),
(5393, 1, 1302288636, 'user.php', 'find', '', '85.107.222.196'),
(5394, 1, 1302288683, 'options.php', '', '', '85.107.222.196'),
(5395, 1, 1302288693, 'options.php', 'options', '', '85.107.222.196'),
(5396, 1, 1302288821, 'options.php', 'dooptions', '', '85.107.222.196'),
(5397, 1, 1302288822, 'options.php', 'options', '', '85.107.222.196'),
(5398, 1, 1302288988, 'options.php', 'dooptions', '', '85.107.222.196'),
(5399, 1, 1302288989, 'options.php', 'options', '', '85.107.222.196'),
(5400, 1, 1302289017, 'options.php', '', '', '85.107.222.196'),
(5401, 1, 1302292053, 'template.php', 'search', '', '85.107.222.196'),
(5402, 1, 1302292056, 'template.php', 'modify', '', '85.107.222.196'),
(5403, 1, 1302292059, 'css.php', 'edit', 'style id = 8', '85.107.222.196'),
(5404, 1, 1302292125, 'css.php', 'update', 'style id = 8', '85.107.222.196'),
(5405, 1, 1302292127, 'css.php', 'edit', 'style id = 8', '85.107.222.196'),
(5406, 1, 1302359718, 'user.php', 'add', '', '85.107.222.196'),
(5407, 1, 1302359874, 'user.php', 'update', '', '85.107.222.196'),
(5408, 1, 1302359876, 'user.php', 'modify', 'user id = 43', '85.107.222.196'),
(5409, 1, 1302359879, 'user.php', 'find', '', '85.107.222.196'),
(5410, 1, 1302359888, 'user.php', 'find', '', '85.107.222.196'),
(5411, 1, 1302359891, 'user.php', 'edit', 'user id = 39', '85.107.222.196'),
(5412, 1, 1302359902, 'user.php', 'update', 'user id = 39', '85.107.222.196'),
(5413, 1, 1302359903, 'user.php', 'modify', 'user id = 39', '85.107.222.196'),
(5414, 1, 1302359941, 'user.php', 'find', '', '85.107.222.196'),
(5415, 1, 1302359955, 'user.php', 'find', '', '85.107.222.196'),
(5416, 1, 1302359980, 'user.php', 'find', '', '85.107.222.196'),
(5417, 1, 1302360028, 'user.php', 'add', '', '85.107.222.196'),
(5418, 1, 1302360028, 'user.php', 'add', '', '85.107.222.196'),
(5419, 1, 1302360244, 'user.php', 'update', '', '85.107.222.196'),
(5420, 1, 1302360246, 'user.php', 'modify', 'user id = 44', '85.107.222.196'),
(5421, 1, 1302360248, 'user.php', 'find', '', '85.107.222.196'),
(5422, 1, 1302360295, 'user.php', 'modify', '', '85.107.222.196'),
(5423, 1, 1302360296, 'user.php', 'add', '', '85.107.222.196'),
(5424, 1, 1302360296, 'user.php', 'add', '', '85.107.222.196'),
(5425, 1, 1302360314, 'user.php', 'update', '', '85.107.222.196'),
(5426, 1, 1302360316, 'user.php', 'modify', 'user id = 45', '85.107.222.196'),
(5427, 1, 1302360381, 'user.php', 'add', '', '85.107.222.196'),
(5428, 1, 1302360760, 'user.php', 'update', '', '85.107.222.196'),
(5429, 1, 1302360761, 'user.php', 'modify', 'user id = 46', '85.107.222.196'),
(5430, 1, 1302360769, 'user.php', 'add', '', '85.107.222.196'),
(5431, 1, 1302360895, 'user.php', 'update', '', '85.107.222.196'),
(5432, 1, 1302360897, 'user.php', 'modify', 'user id = 47', '85.107.222.196'),
(5433, 1, 1302360904, 'user.php', 'add', '', '85.107.222.196'),
(5434, 1, 1302361593, 'options.php', '', '', '85.107.222.196'),
(5435, 1, 1302390486, 'template.php', 'modify', '', '85.107.222.196'),
(5436, 1, 1302390486, 'template.php', 'modify', '', '85.107.222.196'),
(5437, 1, 1302390488, 'css.php', 'edit', 'style id = 8', '85.107.222.196'),
(5438, 1, 1302390493, 'css.php', 'edit', 'style id = 8', '85.107.222.196'),
(5439, 1, 1302390497, 'template.php', 'search', '', '85.107.222.196'),
(5440, 1, 1302390497, 'template.php', 'search', '', '85.107.222.196'),
(5441, 1, 1302390503, 'template.php', 'modify', '', '85.107.222.196'),
(5442, 1, 1302390512, 'template.php', 'edit', 'style id = 0', '85.107.222.196'),
(5443, 1, 1302390538, 'template.php', 'search', '', '85.107.222.196'),
(5444, 1, 1302390554, 'template.php', 'modify', '', '85.107.222.196'),
(5445, 1, 1302390559, 'template.php', 'edit', 'style id = 0', '85.107.222.196'),
(5446, 1, 1302390678, 'template.php', 'updatetemplate', 'style id = 8', '85.107.222.196'),
(5447, 1, 1302390924, 'template.php', 'search', '', '85.107.222.196'),
(5448, 1, 1302390938, 'template.php', 'modify', '', '85.107.222.196'),
(5449, 1, 1302390944, 'template.php', 'edit', 'style id = 0', '85.107.222.196'),
(5450, 1, 1302390981, 'template.php', 'updatetemplate', 'style id = 8', '85.107.222.196'),
(5451, 1, 1302390987, 'template.php', 'edit', 'style id = 0', '85.107.222.196'),
(5452, 1, 1302391032, 'template.php', 'updatetemplate', 'style id = 8', '85.107.222.196'),
(5453, 1, 1302391653, 'options.php', '', '', '85.107.222.196'),
(5454, 1, 1302391668, 'options.php', 'options', '', '85.107.222.196'),
(5455, 1, 1302391743, 'options.php', 'dooptions', '', '85.107.222.196'),
(5456, 1, 1302391744, 'options.php', 'options', '', '85.107.222.196'),
(5457, 1, 1302391770, 'options.php', 'dooptions', '', '85.107.222.196'),
(5458, 1, 1302391771, 'options.php', 'options', '', '85.107.222.196'),
(5459, 1, 1302391780, 'options.php', 'options', '', '85.107.222.196'),
(5460, 1, 1302391822, 'options.php', 'dooptions', '', '85.107.222.196'),
(5461, 1, 1302391824, 'options.php', 'options', '', '85.107.222.196'),
(5462, 1, 1302391829, 'options.php', 'options', '', '85.107.222.196'),
(5463, 1, 1302391860, 'options.php', 'dooptions', '', '85.107.222.196'),
(5464, 1, 1302391862, 'options.php', 'options', '', '85.107.222.196'),
(5465, 1, 1302391882, 'options.php', 'options', '', '85.107.222.196'),
(5466, 1, 1302391913, 'options.php', 'dooptions', '', '85.107.222.196'),
(5467, 1, 1302391914, 'options.php', 'options', '', '85.107.222.196'),
(5468, 1, 1302391926, 'options.php', 'options', '', '85.107.222.196'),
(5469, 1, 1302391942, 'options.php', 'options', '', '85.107.222.196'),
(5470, 1, 1302391954, 'options.php', 'options', '', '85.107.222.196'),
(5471, 1, 1302391973, 'options.php', '', '', '85.107.222.196'),
(5472, 1, 1302392130, 'options.php', 'options', '', '85.107.222.196'),
(5473, 1, 1302392164, 'options.php', 'options', '', '85.107.222.196'),
(5474, 1, 1302392167, 'options.php', '', '', '85.107.222.196'),
(5475, 1, 1302463946, 'user.php', 'add', '', '85.107.222.196'),
(5476, 1, 1302463971, 'user.php', 'update', '', '85.107.222.196'),
(5477, 1, 1302463975, 'user.php', 'modify', 'user id = 48', '85.107.222.196'),
(5478, 1, 1302463979, 'user.php', 'add', '', '85.107.222.196'),
(5479, 1, 1302464018, 'user.php', 'update', '', '85.107.222.196'),
(5480, 1, 1302464088, 'user.php', 'update', '', '85.107.222.196'),
(5481, 1, 1302464090, 'user.php', 'modify', 'user id = 49', '85.107.222.196'),
(5482, 1, 1302464092, 'user.php', 'add', '', '85.107.222.196'),
(5483, 1, 1302464092, 'user.php', 'add', '', '85.107.222.196'),
(5484, 1, 1302464105, 'user.php', 'modify', '', '85.107.222.196'),
(5485, 1, 1302464107, 'user.php', 'find', '', '85.107.222.196'),
(5486, 1, 1302464119, 'user.php', 'add', '', '85.107.222.196'),
(5487, 1, 1302464162, 'user.php', 'update', '', '85.107.222.196'),
(5488, 1, 1302464163, 'user.php', 'modify', 'user id = 50', '85.107.222.196'),
(5489, 1, 1302464166, 'user.php', 'add', '', '85.107.222.196'),
(5490, 1, 1302464166, 'user.php', 'add', '', '85.107.222.196'),
(5491, 1, 1302464210, 'user.php', 'update', '', '85.107.222.196'),
(5492, 1, 1302464288, 'user.php', 'update', '', '85.107.222.196'),
(5493, 1, 1302464289, 'user.php', 'modify', 'user id = 51', '85.107.222.196'),
(5494, 1, 1302464290, 'user.php', 'add', '', '85.107.222.196'),
(5495, 1, 1302464357, 'user.php', 'update', '', '85.107.222.196'),
(5496, 1, 1302464359, 'user.php', 'modify', 'user id = 52', '85.107.222.196'),
(5497, 1, 1302464362, 'user.php', 'add', '', '85.107.222.196'),
(5498, 1, 1302464556, 'user.php', 'update', '', '85.107.222.196'),
(5499, 1, 1302464558, 'user.php', 'modify', 'user id = 53', '85.107.222.196'),
(5500, 1, 1302464560, 'user.php', 'add', '', '85.107.222.196'),
(5501, 1, 1302464560, 'user.php', 'add', '', '85.107.222.196'),
(5502, 1, 1302464604, 'options.php', '', '', '85.107.222.196'),
(5503, 1, 1302464604, 'options.php', '', '', '85.107.222.196'),
(5504, 1, 1302467466, 'options.php', '', '', '85.107.222.196'),
(5505, 1, 1302467466, 'options.php', '', '', '85.107.222.196'),
(5506, 1, 1302467468, 'options.php', 'options', '', '85.107.222.196'),
(5507, 1, 1302467512, 'options.php', 'options', '', '85.107.222.196'),
(5508, 1, 1302467844, 'options.php', 'dooptions', '', '85.107.222.196'),
(5509, 1, 1302467845, 'options.php', 'options', '', '85.107.222.196'),
(5510, 1, 1302555297, 'user.php', 'add', '', '85.107.222.196'),
(5511, 1, 1302555366, 'user.php', 'update', '', '85.107.222.196'),
(5512, 1, 1302555369, 'user.php', 'modify', 'user id = 54', '85.107.222.196'),
(5513, 1, 1302555371, 'user.php', 'add', '', '85.107.222.196'),
(5514, 1, 1302555716, 'user.php', 'update', '', '85.107.222.196'),
(5515, 1, 1302555933, 'user.php', 'update', '', '85.107.222.196'),
(5516, 1, 1302555935, 'user.php', 'modify', 'user id = 55', '85.107.222.196'),
(5517, 1, 1302555941, 'user.php', 'add', '', '85.107.222.196'),
(5518, 1, 1302555964, 'user.php', 'modify', '', '85.107.222.196'),
(5519, 1, 1302555967, 'user.php', 'find', '', '85.107.222.196'),
(5520, 1, 1302555973, 'user.php', 'edit', 'user id = 44', '85.107.222.196'),
(5521, 1, 1302555990, 'user.php', 'update', 'user id = 44', '85.107.222.196'),
(5522, 1, 1302555994, 'user.php', 'modify', 'user id = 44', '85.107.222.196'),
(5523, 1, 1302555996, 'user.php', 'find', '', '85.107.222.196'),
(5524, 1, 1302556012, 'user.php', 'edit', 'user id = 49', '85.107.222.196'),
(5525, 1, 1302556027, 'user.php', 'update', 'user id = 49', '85.107.222.196'),
(5526, 1, 1302556030, 'user.php', 'modify', 'user id = 49', '85.107.222.196'),
(5527, 1, 1302556031, 'user.php', 'modify', '', '85.107.222.196'),
(5528, 1, 1302556035, 'user.php', 'find', '', '85.107.222.196'),
(5529, 1, 1302556149, 'user.php', 'find', '', '85.107.222.196'),
(5530, 1, 1302556164, 'user.php', 'edit', 'user id = 55', '85.107.222.196'),
(5531, 1, 1302556177, 'user.php', 'update', 'user id = 55', '85.107.222.196'),
(5532, 1, 1302556180, 'user.php', 'modify', 'user id = 55', '85.107.222.196'),
(5533, 1, 1302556182, 'user.php', 'find', '', '85.107.222.196'),
(5534, 1, 1302556208, 'user.php', 'find', '', '85.107.222.196'),
(5535, 1, 1302556280, 'user.php', 'add', '', '85.107.222.196'),
(5536, 1, 1302614504, 'options.php', '', '', '88.241.89.119'),
(5537, 1, 1302614504, 'options.php', '', '', '88.241.89.119'),
(5538, 1, 1302614510, 'options.php', 'options', '', '88.241.89.119'),
(5539, 1, 1302614743, 'options.php', 'dooptions', '', '88.241.89.119'),
(5540, 1, 1302614746, 'options.php', 'options', '', '88.241.89.119'),
(5541, 1, 1302614767, 'options.php', '', '', '88.241.89.119'),
(5542, 1, 1302614769, 'options.php', '', '', '88.241.89.119'),
(5543, 1, 1302640270, 'user.php', 'add', '', '88.241.5.9'),
(5544, 1, 1302640700, 'user.php', 'update', '', '88.241.5.9'),
(5545, 1, 1302640703, 'user.php', 'modify', 'user id = 56', '88.241.5.9'),
(5546, 1, 1302640715, 'user.php', 'find', '', '88.241.5.9'),
(5547, 1, 1302640717, 'user.php', 'add', '', '88.241.5.9'),
(5548, 1, 1302640718, 'user.php', 'add', '', '88.241.5.9'),
(5549, 1, 1302640811, 'user.php', 'update', '', '88.241.5.9'),
(5550, 1, 1302640813, 'user.php', 'modify', 'user id = 57', '88.241.5.9'),
(5551, 1, 1302640817, 'user.php', 'add', '', '88.241.5.9'),
(5552, 1, 1302640918, 'user.php', 'update', '', '88.241.5.9'),
(5553, 1, 1302640921, 'user.php', 'modify', 'user id = 58', '88.241.5.9'),
(5554, 1, 1302640925, 'user.php', 'add', '', '88.241.5.9'),
(5555, 1, 1302640925, 'user.php', 'add', '', '88.241.5.9'),
(5556, 1, 1302641036, 'user.php', 'update', '', '88.241.5.9'),
(5557, 1, 1302641038, 'user.php', 'modify', 'user id = 59', '88.241.5.9'),
(5558, 1, 1302641042, 'user.php', 'add', '', '88.241.5.9'),
(5559, 1, 1302641043, 'user.php', 'add', '', '88.241.5.9'),
(5560, 1, 1302641108, 'user.php', 'update', '', '88.241.5.9'),
(5561, 1, 1302641110, 'user.php', 'modify', 'user id = 60', '88.241.5.9'),
(5562, 1, 1302641112, 'user.php', 'add', '', '88.241.5.9'),
(5563, 1, 1302641165, 'user.php', 'update', '', '88.241.5.9'),
(5564, 1, 1302641167, 'user.php', 'modify', 'user id = 61', '88.241.5.9'),
(5565, 1, 1302641169, 'user.php', 'add', '', '88.241.5.9'),
(5566, 1, 1302641221, 'user.php', 'update', '', '88.241.5.9'),
(5567, 1, 1302641224, 'user.php', 'add', '', '88.241.5.9'),
(5568, 1, 1302641225, 'user.php', 'modify', 'user id = 62', '88.241.5.9'),
(5569, 1, 1302641233, 'user.php', 'add', '', '88.241.5.9'),
(5570, 1, 1302641265, 'user.php', 'update', '', '88.241.5.9'),
(5571, 1, 1302641267, 'user.php', 'modify', 'user id = 63', '88.241.5.9'),
(5572, 1, 1302641268, 'user.php', 'add', '', '88.241.5.9'),
(5573, 1, 1302641309, 'user.php', 'update', '', '88.241.5.9'),
(5574, 1, 1302641312, 'user.php', 'modify', 'user id = 64', '88.241.5.9'),
(5575, 1, 1302641314, 'user.php', 'add', '', '88.241.5.9'),
(5576, 1, 1302641315, 'user.php', 'add', '', '88.241.5.9'),
(5577, 1, 1302641415, 'user.php', 'update', '', '88.241.5.9'),
(5578, 1, 1302641418, 'user.php', 'modify', 'user id = 65', '88.241.5.9'),
(5579, 1, 1302641423, 'user.php', 'add', '', '88.241.5.9'),
(5580, 1, 1302641484, 'user.php', 'update', '', '88.241.5.9'),
(5581, 1, 1302641486, 'user.php', 'modify', 'user id = 66', '88.241.5.9'),
(5582, 1, 1302641502, 'user.php', 'add', '', '88.241.5.9'),
(5583, 1, 1302641566, 'user.php', 'update', '', '88.241.5.9'),
(5584, 1, 1302641569, 'user.php', 'modify', 'user id = 67', '88.241.5.9'),
(5585, 1, 1302641573, 'user.php', 'edit', 'user id = 67', '88.241.5.9'),
(5586, 1, 1302641590, 'user.php', 'update', 'user id = 67', '88.241.5.9'),
(5587, 1, 1302641592, 'user.php', 'modify', 'user id = 67', '88.241.5.9'),
(5588, 1, 1302641593, 'user.php', 'add', '', '88.241.5.9'),
(5589, 1, 1302641807, 'options.php', '', '', '88.241.5.9'),
(5590, 1, 1302725569, 'user.php', 'add', '', '88.251.58.122'),
(5591, 1, 1302725627, 'user.php', 'update', '', '88.251.58.122'),
(5592, 1, 1302725629, 'user.php', 'modify', 'user id = 68', '88.251.58.122'),
(5593, 1, 1302725659, 'user.php', 'add', '', '88.251.58.122'),
(5594, 1, 1302725704, 'user.php', 'update', '', '88.251.58.122'),
(5595, 1, 1302725705, 'user.php', 'modify', 'user id = 69', '88.251.58.122'),
(5596, 1, 1302725743, 'options.php', '', '', '88.251.58.122'),
(5597, 1, 1302726827, 'phrase.php', 'search', '', '88.251.58.122'),
(5598, 1, 1302726843, 'phrase.php', 'dosearch', '', '88.251.58.122'),
(5599, 1, 1302726867, 'phrase.php', 'edit', '', '88.251.58.122'),
(5600, 1, 1302726920, 'phrase.php', 'update', '', '88.251.58.122'),
(5601, 1, 1302726922, 'phrase.php', '', '', '88.251.58.122'),
(5602, 1, 1302727068, 'phrase.php', 'search', '', '88.251.58.122'),
(5603, 1, 1302727074, 'phrase.php', 'dosearch', '', '88.251.58.122'),
(5604, 1, 1302727077, 'phrase.php', 'edit', '', '88.251.58.122'),
(5605, 1, 1302727103, 'phrase.php', 'update', '', '88.251.58.122'),
(5606, 1, 1302727105, 'phrase.php', '', '', '88.251.58.122'),
(5607, 1, 1302727434, 'options.php', '', '', '88.251.58.122'),
(5608, 1, 1302727435, 'options.php', '', '', '88.251.58.122'),
(5609, 1, 1302813873, 'user.php', 'add', '', '85.107.14.32'),
(5610, 1, 1302814188, 'user.php', 'update', '', '85.107.14.32'),
(5611, 1, 1302814192, 'user.php', 'modify', 'user id = 70', '85.107.14.32'),
(5612, 1, 1302814208, 'user.php', 'add', '', '85.107.14.32'),
(5613, 1, 1302814444, 'user.php', 'update', '', '85.107.14.32'),
(5614, 1, 1302814446, 'user.php', 'modify', 'user id = 71', '85.107.14.32'),
(5615, 1, 1302814478, 'user.php', 'add', '', '85.107.14.32'),
(5616, 1, 1302814531, 'user.php', 'update', '', '85.107.14.32'),
(5617, 1, 1302814534, 'user.php', 'modify', 'user id = 72', '85.107.14.32'),
(5618, 1, 1302987833, 'user.php', 'add', '', '85.107.87.72'),
(5619, 1, 1302987925, 'user.php', 'update', '', '85.107.87.72'),
(5620, 1, 1302987929, 'user.php', 'modify', 'user id = 73', '85.107.87.72'),
(5621, 1, 1302987940, 'user.php', 'add', '', '85.107.87.72'),
(5622, 1, 1302987975, 'user.php', 'update', '', '85.107.87.72'),
(5623, 1, 1302987979, 'user.php', 'modify', 'user id = 74', '85.107.87.72'),
(5624, 1, 1302987988, 'user.php', 'add', '', '85.107.87.72'),
(5625, 16, 1321360790, 'thread.php', 'prune', '', ''),
(5626, 16, 1321390649, 'user.php', 'viewuser', 'user id = 75', ''),
(5627, 7, 1321901179, 'user.php', 'viewuser', 'user id = 1', ''),
(5628, 7, 1321901474, 'forum.php', 'modify', '', ''),
(5629, 7, 1321901482, 'user.php', 'find', '', ''),
(5630, 7, 1321901719, 'announcement.php', 'modify', '', ''),
(5631, 7, 1321901720, 'announcement.php', 'add', '', ''),
(5632, 7, 1321901770, 'user.php', 'viewuser', 'user id = 1', ''),
(5633, 7, 1321901853, 'user.php', 'viewuser', 'user id = 7', ''),
(5634, 1, 1321903636, 'user.php', 'edit', 'user id = 75', ''),
(5635, 1, 1321903654, 'user.php', 'update', 'user id = 75', ''),
(5636, 1, 1321903657, 'user.php', 'modify', 'user id = 75', ''),
(5637, 1, 1321903697, 'options.php', '', '', ''),
(5638, 1, 1321903699, 'options.php', '', '', ''),
(5639, 1, 1321903722, 'user.php', 'modify', '', ''),
(5640, 1, 1321903726, 'user.php', 'find', '', ''),
(5641, 1, 1321903734, 'user.php', 'find', '', ''),
(5642, 1, 1321903739, 'user.php', 'find', '', ''),
(5643, 1, 1321903743, 'user.php', 'edit', 'user id = 1', ''),
(5644, 1, 1
