-- MySQL dump 10.10
--
-- Host: localhost    Database: fonekat_forum
-- ------------------------------------------------------
-- Server version	5.0.24-standard

/*!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 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `access`
--

DROP TABLE IF EXISTS `access`;
CREATE TABLE `access` (
  `userid` int(10) unsigned NOT NULL default '0',
  `forumid` smallint(5) unsigned NOT NULL default '0',
  `accessmask` smallint(5) unsigned NOT NULL default '0',
  PRIMARY KEY  (`userid`,`forumid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `access`
--


/*!40000 ALTER TABLE `access` DISABLE KEYS */;
LOCK TABLES `access` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `access` ENABLE KEYS */;

--
-- Table structure for table `adminhelp`
--

DROP TABLE IF EXISTS `adminhelp`;
CREATE TABLE `adminhelp` (
  `adminhelpid` int(10) unsigned NOT NULL auto_increment,
  `script` varchar(50) NOT NULL default '',
  `action` varchar(25) NOT NULL default '',
  `optionname` varchar(100) NOT NULL default '',
  `displayorder` smallint(5) unsigned NOT NULL default '1',
  `volatile` smallint(5) unsigned NOT NULL default '0',
  `product` varchar(25) NOT NULL default '',
  PRIMARY KEY  (`adminhelpid`),
  UNIQUE KEY `phraseunique` (`script`,`action`,`optionname`)
) ENGINE=MyISAM AUTO_INCREMENT=11117 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `adminhelp`
--


/*!40000 ALTER TABLE `adminhelp` DISABLE KEYS */;
LOCK TABLES `adminhelp` WRITE;
INSERT INTO `adminhelp` (`adminhelpid`, `script`, `action`, `optionname`, `displayorder`, `volatile`, `product`) VALUES (11016,'usergroup','add,edit','canviewcalendar',550,1,'vbulletin'),(11014,'usergroup','add,edit','candenypmreceipts',530,1,'vbulletin'),(11015,'usergroup','add,edit','pmsendmax',540,1,'vbulletin'),(11013,'usergroup','add,edit','cantrackpm',520,1,'vbulletin'),(11011,'usergroup','add,edit','pmquota',510,1,'vbulletin'),(11012,'usergroup','add,edit','canignorequota',515,1,'vbulletin'),(11010,'usergroup','add,edit','profilepicmaxsize',500,1,'vbulletin'),(11009,'usergroup','add,edit','profilepicmaxheight',490,1,'vbulletin'),(11008,'usergroup','add,edit','sigpicmaxsize',485,1,'vbulletin'),(11007,'usergroup','add,edit','profilepicmaxwidth',480,1,'vbulletin'),(11006,'usergroup','add,edit','sigpicmaxwidth',475,1,'vbulletin'),(11004,'usergroup','add,edit','canprofilepic',470,1,'vbulletin'),(11005,'usergroup','add,edit','sigpicmaxheight',475,1,'vbulletin'),(11003,'usergroup','add,edit','cananimatesigpic',470,1,'vbulletin'),(11002,'usergroup','add,edit','cansigpic',465,1,'vbulletin'),(11001,'usergroup','add,edit','avatarmaxsize',460,1,'vbulletin'),(11000,'usergroup','add,edit','avatarmaxheight',450,1,'vbulletin'),(10999,'usergroup','add,edit','avatarmaxwidth',440,1,'vbulletin'),(10998,'usergroup','add,edit','canuseavatar',430,1,'vbulletin'),(10997,'usergroup','add,edit','canvote',420,1,'vbulletin'),(10996,'usergroup','add,edit','canpostpoll',410,1,'vbulletin'),(10995,'usergroup','add,edit','attachlimit',400,1,'vbulletin'),(10994,'usergroup','add,edit','canpostattachment',390,1,'vbulletin'),(10993,'usergroup','add,edit','canthreadrate',380,1,'vbulletin'),(10991,'usergroup','add,edit','candeletethread',360,1,'vbulletin'),(10992,'usergroup','add,edit','followforummoderation',370,1,'vbulletin'),(10990,'usergroup','add,edit','canopenclose',350,1,'vbulletin'),(10989,'usergroup','add,edit','canmove',340,1,'vbulletin'),(10987,'usergroup','add,edit','caneditpost',320,1,'vbulletin'),(10988,'usergroup','add,edit','candeletepost',330,1,'vbulletin'),(10986,'usergroup','add,edit','canreplyothers',310,1,'vbulletin'),(10985,'usergroup','add,edit','canreplyown',300,1,'vbulletin'),(10984,'usergroup','add,edit','canpostnew',290,1,'vbulletin'),(10983,'usergroup','add,edit','cangetattachment',280,1,'vbulletin'),(10982,'usergroup','add,edit','canemail',270,1,'vbulletin'),(10980,'usergroup','add,edit','canseedelnotice',250,1,'vbulletin'),(10981,'usergroup','add,edit','cansearch',260,1,'vbulletin'),(10979,'usergroup','add,edit','canviewothers',240,1,'vbulletin'),(10978,'usergroup','add,edit','canview',230,1,'vbulletin'),(10977,'usergroup','add,edit','canseehiddencustomfields',225,1,'vbulletin'),(10976,'usergroup','add,edit','canseeprofilepic',220,1,'vbulletin'),(10975,'usergroup','add,edit','canusesignature',210,1,'vbulletin'),(10974,'usergroup','add,edit','canusecustomtitle',200,1,'vbulletin'),(10973,'usergroup','add,edit','canseeraters',190,1,'vbulletin'),(10972,'usergroup','add,edit','showeditedby',180,1,'vbulletin'),(10971,'usergroup','add,edit','caninvisible',170,1,'vbulletin'),(10970,'usergroup','add,edit','canmodifyprofile',160,1,'vbulletin'),(10969,'usergroup','add,edit','canviewmembers',150,1,'vbulletin'),(10968,'usergroup','add,edit','canseehidden',140,1,'vbulletin'),(10967,'usergroup','add,edit','canoverride',130,1,'vbulletin'),(10966,'usergroup','add,edit','ispublicgroup',120,1,'vbulletin'),(10965,'usergroup','add,edit','isnotbannedgroup',110,1,'vbulletin'),(10964,'usergroup','add,edit','allowmembergroups',100,1,'vbulletin'),(10963,'usergroup','add,edit','showmemberlist',90,1,'vbulletin'),(10962,'usergroup','add,edit','showbirthday',80,1,'vbulletin'),(10961,'usergroup','add,edit','showgroup',70,1,'vbulletin'),(10960,'usergroup','add,edit','passwordhistory',60,1,'vbulletin'),(10959,'usergroup','add,edit','passwordexpires',50,1,'vbulletin'),(10958,'usergroup','add,edit','htmltags',40,1,'vbulletin'),(10957,'usergroup','add,edit','usertitle',30,1,'vbulletin'),(10956,'usergroup','add,edit','description',20,1,'vbulletin'),(10955,'usergroup','add,edit','title',10,1,'vbulletin'),(10954,'usergroup','add,edit','cangivearbinfraction',1,1,'vbulletin'),(10953,'usergroup','add,edit','isnotmoderated',1,1,'vbulletin'),(10952,'usergroup','add,edit','cansearchft_bool',1,1,'vbulletin'),(10951,'usergroup','add,edit','cananimateavatar',1,1,'vbulletin'),(10950,'usergroup','add,edit','canemailmember',1,1,'vbulletin'),(10949,'usergroup','add,edit','cananimateprofilepic',1,1,'vbulletin'),(10948,'usergroup','add,edit','canviewthreads',1,1,'vbulletin'),(10947,'usergroup','add','ugid_base',750,1,'vbulletin'),(10946,'usergroup','add','',1,1,'vbulletin'),(10945,'usergroup','','',1,1,'vbulletin'),(10944,'user','remove','',1,1,'vbulletin'),(10943,'user','pruneusers','',1,1,'vbulletin'),(10942,'user','prune','order',60,1,'vbulletin'),(10941,'user','prune','minposts',50,1,'vbulletin'),(10940,'user','prune','joindate',40,1,'vbulletin'),(10939,'user','prune','daysprune',30,1,'vbulletin'),(10938,'user','prune','usergroupid',20,1,'vbulletin'),(10937,'user','prune','',1,1,'vbulletin'),(10936,'user','modify','limitnumber',620,1,'vbulletin'),(10935,'user','modify','limitstart',610,1,'vbulletin'),(10934,'user','modify','orderby',590,1,'vbulletin'),(10933,'user','modify','display[birthday]',580,1,'vbulletin'),(10932,'user','modify','display[ipaddress]',570,1,'vbulletin'),(10931,'user','modify','display[reputation]',560,1,'vbulletin'),(10930,'user','modify','display[posts]',550,1,'vbulletin'),(10929,'user','modify','display[lastpost]',540,1,'vbulletin'),(10928,'user','modify','display[lastvisit]',530,1,'vbulletin'),(10927,'user','modify','display[lastactivity]',523,1,'vbulletin'),(10926,'user','modify','display[joindate]',520,1,'vbulletin'),(10925,'user','modify','display[usertitle]',510,1,'vbulletin'),(10924,'user','modify','display[signature]',500,1,'vbulletin'),(10923,'user','modify','display[msn]',490,1,'vbulletin'),(10922,'user','modify','display[yahoo]',480,1,'vbulletin'),(10921,'user','modify','display[aim]',470,1,'vbulletin'),(10920,'user','modify','display[icq]',460,1,'vbulletin'),(10919,'user','modify','display[homepage]',450,1,'vbulletin'),(10918,'user','modify','display[coppauser]',440,1,'vbulletin'),(10917,'user','modify','display[parentemail]',430,1,'vbulletin'),(10916,'user','modify','display[email]',420,1,'vbulletin'),(10915,'user','modify','display[usergroup]',410,1,'vbulletin'),(10914,'user','modify','display[options]',400,1,'vbulletin'),(10913,'user','modify','display[username]',390,1,'vbulletin'),(10912,'user','modify','ipaddress',320,1,'vbulletin'),(10911,'user','modify','reputationupper',310,1,'vbulletin'),(10910,'user','modify','reputationlower',300,1,'vbulletin'),(10909,'user','modify','postsupper',290,1,'vbulletin'),(10907,'user','modify','birthdaybefore',270,1,'vbulletin'),(10908,'user','modify','postslower',280,1,'vbulletin'),(10906,'user','modify','birthdayafter',260,1,'vbulletin'),(10905,'user','modify','lastpostbefore',250,1,'vbulletin'),(10904,'user','modify','lastpostafter',240,1,'vbulletin'),(10903,'user','modify','lastvisitbefore',230,1,'vbulletin'),(10902,'user','modify','lastvisitafter',220,1,'vbulletin'),(10901,'user','modify','lastactivitybefore',217,1,'vbulletin'),(10900,'user','modify','lastactivityafter',213,1,'vbulletin'),(10899,'user','modify','joindatebefore',210,1,'vbulletin'),(10898,'user','modify','joindateafter',200,1,'vbulletin'),(10897,'user','modify','usertitle',190,1,'vbulletin'),(10895,'user','modify','skype',176,1,'vbulletin'),(10896,'user','modify','signature',180,1,'vbulletin'),(10893,'user','modify','yahoo',170,1,'vbulletin'),(10894,'user','modify','msn',175,1,'vbulletin'),(10891,'user','modify','icq',150,1,'vbulletin'),(10892,'user','modify','aim',160,1,'vbulletin'),(10889,'user','modify','coppauser',130,1,'vbulletin'),(10890,'user','modify','homepage',140,1,'vbulletin'),(10887,'user','modify','email',110,1,'vbulletin'),(10888,'user','modify','parentemail',120,1,'vbulletin'),(10886,'user','modify','adminemail',105,1,'vbulletin'),(10884,'user','modify','usergroupid',90,1,'vbulletin'),(10885,'user','modify','membergroup',100,1,'vbulletin'),(10882,'user','modify','',1,1,'vbulletin'),(10883,'user','modify','username',70,1,'vbulletin'),(10881,'user','moderate','send_deleted',20,1,'vbulletin'),(10880,'user','moderate','send_validated',10,1,'vbulletin'),(10879,'user','moderate','',1,1,'vbulletin'),(10878,'user','find2','',1,1,'vbulletin'),(10877,'user','find','',1,1,'vbulletin'),(10876,'user','emailpassword','',1,1,'vbulletin'),(10875,'user','editaccess','',1,1,'vbulletin'),(10874,'user','edit','password',30,1,'vbulletin'),(10873,'user','edit','receivepmbuddies',1,1,'vbulletin'),(10872,'user','edit','',1,1,'vbulletin'),(10871,'user','doips','depth',30,1,'vbulletin'),(10870,'user','doips','username',20,1,'vbulletin'),(10869,'user','doips','ipaddress',10,1,'vbulletin'),(10868,'user','doips','',1,1,'vbulletin'),(10867,'user','add,edit','lastpost',440,1,'vbulletin'),(10866,'user','add,edit','lastactivity',430,1,'vbulletin'),(10865,'user','add,edit','lastvisit',420,1,'vbulletin'),(10864,'user','add,edit','joindate',410,1,'vbulletin'),(10863,'user','add,edit','daysprune',400,1,'vbulletin'),(10862,'user','add,edit','dstonoff',390,1,'vbulletin'),(10860,'user','add,edit','timezoneoffset',370,1,'vbulletin'),(10861,'user','add,edit','dstauto',380,1,'vbulletin'),(10858,'user','add,edit','showvbcode',350,1,'vbulletin'),(10859,'user','add,edit','styleid',360,1,'vbulletin'),(10856,'user','add,edit','autosubscribe',330,1,'vbulletin'),(10857,'user','add,edit','threadedmode',340,1,'vbulletin'),(10855,'user','add,edit','showimages',320,1,'vbulletin'),(10854,'user','add,edit','showavatars',310,1,'vbulletin'),(10853,'user','add,edit','showsignatures',300,1,'vbulletin'),(10852,'user','add,edit','pmpopup',290,1,'vbulletin'),(10851,'user','add,edit','emailonpm',280,1,'vbulletin'),(10850,'user','add,edit','receivepm',270,1,'vbulletin'),(10849,'user','add,edit','showvcard',265,1,'vbulletin'),(10847,'user','add,edit','showemail',250,1,'vbulletin'),(10848,'user','add,edit','invisible',260,1,'vbulletin'),(10846,'user','add,edit','adminemail',240,1,'vbulletin'),(10845,'user','add,edit','reputationpower',235,1,'vbulletin'),(10843,'user','add,edit','showreputation',220,1,'vbulletin'),(10844,'user','add,edit','reputation',230,1,'vbulletin'),(10842,'user','add,edit','membergroupids',210,1,'vbulletin'),(10841,'user','add,edit','usergroupid',200,1,'vbulletin'),(10839,'user','add,edit','referrerid',180,1,'vbulletin'),(10840,'user','add,edit','ipaddress',190,1,'vbulletin'),(10837,'user','add,edit','parentemail',160,1,'vbulletin'),(10838,'user','add,edit','posts',170,1,'vbulletin'),(10836,'user','add,edit','coppauser',150,1,'vbulletin'),(10834,'user','add,edit','msn',140,1,'vbulletin'),(10835,'user','add,edit','skype',145,1,'vbulletin'),(10833,'user','add,edit','yahoo',130,1,'vbulletin'),(10832,'user','add,edit','aim',120,1,'vbulletin'),(10831,'user','add,edit','icq',110,1,'vbulletin'),(10830,'user','add,edit','signature',100,1,'vbulletin'),(10828,'user','add,edit','birthday',90,1,'vbulletin'),(10829,'user','add,edit','showbirthday',95,1,'vbulletin'),(10827,'user','add,edit','homepage',80,1,'vbulletin'),(10826,'user','add,edit','customtitle',70,1,'vbulletin'),(10825,'user','add,edit','usertitle',60,1,'vbulletin'),(10823,'user','add,edit','email',40,1,'vbulletin'),(10824,'user','add,edit','languageid',50,1,'vbulletin'),(10822,'user','add,edit','username',20,1,'vbulletin'),(10821,'user','add,edit','adminprofilepic',1,1,'vbulletin'),(10819,'user','add','password',30,1,'vbulletin'),(10820,'user','add,edit','adminavatar',1,1,'vbulletin'),(10817,'user','','',1,1,'vbulletin'),(10818,'user','add','',1,1,'vbulletin'),(10815,'thread','votes','pollid',10,1,'vbulletin'),(10816,'thread','votes','threadtitle',20,1,'vbulletin'),(10814,'thread','votes','',1,1,'vbulletin'),(10813,'thread','unsubscribe','forumid',40,1,'vbulletin'),(10812,'thread','unsubscribe','daysprune',30,1,'vbulletin'),(10810,'thread','unsubscribe','ids',10,1,'vbulletin'),(10811,'thread','unsubscribe','username',20,1,'vbulletin'),(10809,'thread','unsubscribe','',1,1,'vbulletin'),(10808,'thread','removepoll','',1,1,'vbulletin'),(10807,'thread','pruneusersel','',1,1,'vbulletin'),(10805,'thread','prune,move','forumid',160,1,'vbulletin'),(10806,'thread','prune,move','subforums',170,1,'vbulletin'),(10803,'thread','prune,move','posteduser',140,1,'vbulletin'),(10804,'thread','prune,move','titlecontains',150,1,'vbulletin'),(10802,'thread','prune,move','status',94,1,'vbulletin'),(10801,'thread','prune,move','state',92,1,'vbulletin'),(10800,'thread','prune,move','issticky',90,1,'vbulletin'),(10799,'thread','prune,move','viewsmost',80,1,'vbulletin'),(10798,'thread','prune,move','viewsleast',70,1,'vbulletin'),(10796,'thread','prune,move','repliesleast',50,1,'vbulletin'),(10797,'thread','prune,move','repliesmost',60,1,'vbulletin'),(10795,'thread','prune,move','lastdaysnewer',40,1,'vbulletin'),(10794,'thread','prune,move','lastdaysolder',30,1,'vbulletin'),(10793,'thread','prune,move','originaldaysnewer',20,1,'vbulletin'),(10791,'thread','prune','username',180,1,'vbulletin'),(10792,'thread','prune,move','originaldaysolder',10,1,'vbulletin'),(10789,'thread','move','destforumid',5,1,'vbulletin'),(10790,'thread','prune','',1,1,'vbulletin'),(10788,'thread','move','',1,1,'vbulletin'),(10787,'thread','killpoll','threadid',10,1,'vbulletin'),(10785,'thread','dovotes','',1,1,'vbulletin'),(10786,'thread','killpoll','',1,1,'vbulletin'),(10783,'thread','dothreads,pruneuser','',1,1,'vbulletin'),(10784,'thread','dothreadssel','',1,1,'vbulletin'),(10782,'thread','','',1,1,'vbulletin'),(10781,'template','view','',1,1,'vbulletin'),(10780,'template','search','case_insensitive',80,1,'vbulletin'),(10779,'template','search','regex',70,1,'vbulletin'),(10777,'template','search','replacestring',50,1,'vbulletin'),(10778,'template','search','test',60,1,'vbulletin'),(10776,'template','search','dostyleid',40,1,'vbulletin'),(10775,'template','search','titlesonly',30,1,'vbulletin'),(10774,'template','search','searchstring',20,1,'vbulletin'),(10773,'template','search','searchset',10,1,'vbulletin'),(10772,'template','search','',1,1,'vbulletin'),(10770,'template','rebuild','',1,1,'vbulletin'),(10771,'template','revertall','',1,1,'vbulletin'),(10769,'template','modify','',1,1,'vbulletin'),(10768,'template','historysubmit','',1,1,'vbulletin'),(10767,'template','history','',1,1,'vbulletin'),(10766,'template','findupdates','',1,1,'vbulletin'),(10765,'template','files','anyversion',80,1,'vbulletin'),(10764,'template','files','overwritestyleid',70,1,'vbulletin'),(10763,'template','files','serverfile',60,1,'vbulletin'),(10762,'template','files','stylefile',50,1,'vbulletin'),(10761,'template','files','mode',40,1,'vbulletin'),(10760,'template','files','filename',30,1,'vbulletin'),(10759,'template','files','product',15,1,'vbulletin'),(10757,'template','files','',1,1,'vbulletin'),(10758,'template','files','dostyleid',10,1,'vbulletin'),(10756,'template','editstyle','',1,1,'vbulletin'),(10755,'template','deletestyle','',1,1,'vbulletin'),(10754,'template','delete','',1,1,'vbulletin'),(10752,'template','addstyle,editstyle,files','userselect',30,1,'vbulletin'),(10753,'template','addstyle,editstyle,files','displayorder',40,1,'vbulletin'),(10751,'template','addstyle,editstyle,files','title',20,1,'vbulletin'),(10750,'template','addstyle,editstyle,files','parentid',10,1,'vbulletin'),(10749,'template','addstyle','',1,1,'vbulletin'),(10747,'template','add,edit','title',20,1,'vbulletin'),(10748,'template','add,edit','template',30,1,'vbulletin'),(10746,'template','add,edit','',1,1,'vbulletin'),(10744,'template','','',1,1,'vbulletin'),(10745,'template','add','dostyleid',10,1,'vbulletin'),(10743,'subscriptions','transactions','state',1,1,'vbulletin'),(10742,'subscriptions','transactions','start',1,1,'vbulletin'),(10741,'subscriptions','transactions','end',1,1,'vbulletin'),(10740,'subscriptions','transactions','subscriptionid',1,1,'vbulletin'),(10739,'subscriptions','transactions','paymentapiid',1,1,'vbulletin'),(10738,'subscriptions','transactions','username',1,1,'vbulletin'),(10737,'subscriptions','transactions','scope',1,1,'vbulletin'),(10736,'subscriptions','transactions','currency',1,1,'vbulletin'),(10735,'subscriptions','transactions','orderby',1,1,'vbulletin'),(10734,'subscriptions','transactions','transactionid',1,1,'vbulletin'),(10732,'subscriptions','remove','',1,1,'vbulletin'),(10733,'subscriptions','transactions','exact',1,1,'vbulletin'),(10730,'subscriptions','find','',1,1,'vbulletin'),(10731,'subscriptions','modify','',1,1,'vbulletin'),(10728,'subscriptions','apirem','',1,1,'vbulletin'),(10729,'subscriptions','edit','',1,1,'vbulletin'),(10727,'subscriptions','apiedit','',1,1,'vbulletin'),(10726,'subscriptions','apiadd,apiedit','recurring',50,1,'vbulletin'),(10725,'subscriptions','apiadd,apiedit','currency',40,1,'vbulletin'),(10724,'subscriptions','apiadd,apiedit','classname',30,1,'vbulletin'),(10723,'subscriptions','apiadd,apiedit','active',20,1,'vbulletin'),(10721,'subscriptions','apiadd','',1,1,'vbulletin'),(10722,'subscriptions','apiadd,apiedit','title',10,1,'vbulletin'),(10720,'subscriptions','api','',1,1,'vbulletin'),(10719,'subscriptions','adjust','status',30,1,'vbulletin'),(10718,'subscriptions','adjust','expirydate',20,1,'vbulletin'),(10716,'subscriptions','adjust','username',5,1,'vbulletin'),(10717,'subscriptions','adjust','regdate',10,1,'vbulletin'),(10715,'subscriptions','adjust','',1,1,'vbulletin'),(10714,'subscriptions','add,edit','recurring',120,1,'vbulletin'),(10713,'subscriptions','add,edit','displayorder',115,1,'vbulletin'),(10712,'subscriptions','add,edit','shipping',110,1,'vbulletin'),(10711,'subscriptions','add,edit','tax',100,1,'vbulletin'),(10710,'subscriptions','add,edit','membergroup',90,1,'vbulletin'),(10709,'subscriptions','add,edit','nusergroupid',80,1,'vbulletin'),(10708,'subscriptions','add,edit','sub[cost][eur]',70,1,'vbulletin'),(10707,'subscriptions','add,edit','sub[cost][gbp]',60,1,'vbulletin'),(10706,'subscriptions','add,edit','sub[cost][usd]',50,1,'vbulletin'),(10705,'subscriptions','add,edit','length',40,1,'vbulletin'),(10704,'subscriptions','add,edit','active',30,1,'vbulletin'),(10703,'subscriptions','add,edit','description',20,1,'vbulletin'),(10702,'subscriptions','add,edit','title',10,1,'vbulletin'),(10701,'subscriptions','add,edit','adminavatar',1,1,'vbulletin'),(10700,'subscriptions','add,edit','adminprofilepic',1,1,'vbulletin'),(10699,'subscriptions','add','',1,1,'vbulletin'),(10698,'subscriptions','add','varname',1,1,'vbulletin'),(10697,'subscriptions','','',1,1,'vbulletin'),(10696,'subscriptionpermission','modify','',1,1,'vbulletin'),(10694,'subscriptionpermission','edit','',1,1,'vbulletin'),(10695,'subscriptionpermission','edit','usesub',10,1,'vbulletin'),(10692,'stats','top','',1,1,'vbulletin'),(10693,'subscriptionpermission','','',1,1,'vbulletin'),(10691,'stats','reg,activity,thread,post','nullvalue',50,1,'vbulletin'),(10690,'stats','reg,activity,thread,post','sort',40,1,'vbulletin'),(10689,'stats','reg,activity,thread,post','scope',30,1,'vbulletin'),(10688,'stats','reg,activity,thread,post','end',20,1,'vbulletin'),(10686,'stats','reg,activity,thread,post','',1,1,'vbulletin'),(10687,'stats','reg,activity,thread,post','start',10,1,'vbulletin'),(10684,'stats','','',1,1,'vbulletin'),(10685,'stats','index','',1,1,'vbulletin'),(10683,'rssposter','edit','endannouncement',220,1,'vbulletin'),(10681,'rssposter','edit','closethread',200,1,'vbulletin'),(10682,'rssposter','edit','allowhtml',210,1,'vbulletin'),(10680,'rssposter','edit','unstickthread',190,1,'vbulletin'),(10679,'rssposter','edit','threadactiondelay',180,1,'vbulletin'),(10678,'rssposter','edit','moderatethread',170,1,'vbulletin'),(10677,'rssposter','edit','stickthread',160,1,'vbulletin'),(10676,'rssposter','edit','iconid',150,1,'vbulletin'),(10674,'rssposter','edit','bodytemplate',130,1,'vbulletin'),(10675,'rssposter','edit','itemtype',140,1,'vbulletin'),(10673,'rssposter','edit','titletemplate',120,1,'vbulletin'),(10671,'rssposter','edit','showsignature',110,1,'vbulletin'),(10672,'rssposter','edit','html2bbcode',115,1,'vbulletin'),(10670,'rssposter','edit','allowsmilies',100,1,'vbulletin'),(10668,'rssposter','edit','username',80,1,'vbulletin'),(10669,'rssposter','edit','forumid',90,1,'vbulletin'),(10667,'rssposter','edit','searchwords',70,1,'vbulletin'),(10666,'rssposter','edit','maxresults',60,1,'vbulletin'),(10664,'rssposter','edit','url',40,1,'vbulletin'),(10665,'rssposter','edit','ttl',50,1,'vbulletin'),(10663,'rssposter','edit','title',30,1,'vbulletin'),(10662,'rssposter','edit','enabled',20,1,'vbulletin'),(10661,'rssposter','edit','resetlastrun',10,1,'vbulletin'),(10660,'resources','viewuser','',1,1,'vbulletin'),(10659,'resources','view','',1,1,'vbulletin'),(10658,'resources','index','usergroupid',20,1,'vbulletin'),(10657,'resources','index','forumid',10,1,'vbulletin'),(10656,'resources','index','',1,1,'vbulletin'),(10655,'resources','','',1,1,'vbulletin'),(10654,'replacement','remove','',1,1,'vbulletin'),(10653,'replacement','modify','',1,1,'vbulletin'),(10652,'replacement','edit','',1,1,'vbulletin'),(10651,'replacement','add,edit','replacetext',30,1,'vbulletin'),(10650,'replacement','add,edit','findtext',20,1,'vbulletin'),(10649,'replacement','add','dostyleid',10,1,'vbulletin'),(10648,'replacement','add','',1,1,'vbulletin'),(10647,'replacement','','',1,1,'vbulletin'),(10646,'repair','list','',1,1,'vbulletin'),(10645,'repair','list','repairtables',1,1,'vbulletin'),(10644,'repair','list','optimizetables',1,1,'vbulletin'),(10643,'repair','','',1,1,'vbulletin'),(10642,'ranks','remove','',1,1,'vbulletin'),(10641,'ranks','modify','',1,1,'vbulletin'),(10640,'ranks','edit','',1,1,'vbulletin'),(10639,'ranks','add,edit','display',70,1,'vbulletin'),(10638,'ranks','add,edit','stack',60,1,'vbulletin'),(10637,'ranks','add,edit','rankhtml',50,1,'vbulletin'),(10636,'ranks','add,edit','rankimg',40,1,'vbulletin'),(10634,'ranks','add,edit','minposts',20,1,'vbulletin'),(10635,'ranks','add,edit','usergroupid',30,1,'vbulletin'),(10633,'ranks','add,edit','ranklevel',10,1,'vbulletin'),(10632,'ranks','add','',1,1,'vbulletin'),(10631,'ranks','','',1,1,'vbulletin'),(10630,'rankphp','add,edit','stack',60,1,'vbulletin'),(10629,'queries','modify','perpage',30,1,'vbulletin'),(10628,'queries','modify','query',20,1,'vbulletin'),(10626,'queries','modify','',1,1,'vbulletin'),(10627,'queries','modify','autoquery',10,1,'vbulletin'),(10625,'queries','','',1,1,'vbulletin'),(10623,'profilefield','modify','',1,1,'vbulletin'),(10624,'profilefield','remove','',1,1,'vbulletin'),(10622,'profilefield','edit','',1,1,'vbulletin'),(10621,'profilefield','add,edit','form',250,1,'vbulletin'),(10620,'profilefield','add,edit','regex',240,1,'vbulletin'),(10619,'profilefield','add,edit','optional',210,1,'vbulletin'),(10618,'profilefield','add,edit','memberlist',200,1,'vbulletin'),(10617,'profilefield','add,edit','searchable',190,1,'vbulletin'),(10616,'profilefield','add,edit','hidden',180,1,'vbulletin'),(10615,'profilefield','add,edit','editable',175,1,'vbulletin'),(10614,'profilefield','add,edit','required',170,1,'vbulletin'),(10613,'profilefield','add,edit','displayorder',160,1,'vbulletin'),(10611,'profilefield','add,edit','perline',140,1,'vbulletin'),(10612,'profilefield','add,edit','boxheight',150,1,'vbulletin'),(10610,'profilefield','add,edit','def',120,1,'vbulletin'),(10608,'profilefield','add,edit','newtype',65,1,'vbulletin'),(10609,'profilefield','add,edit','height',70,1,'vbulletin'),(10607,'profilefield','add,edit','size',60,1,'vbulletin'),(10606,'profilefield','add,edit','maxlength',50,1,'vbulletin'),(10605,'profilefield','add,edit','data',40,1,'vbulletin'),(10604,'profilefield','add,edit','description',30,1,'vbulletin'),(10603,'profilefield','add,edit','title',20,1,'vbulletin'),(10602,'profilefield','add','',1,1,'vbulletin'),(10601,'profilefield','','',1,1,'vbulletin'),(10600,'plugin','productedit','uninstallcode',100,1,'vbulletin'),(10599,'plugin','productedit','installcode',90,1,'vbulletin'),(10598,'plugin','productedit','minversion',80,1,'vbulletin'),(10597,'plugin','productedit','maxversion',70,1,'vbulletin'),(10596,'plugin','productedit','dependencytype',60,1,'vbulletin'),(10595,'plugin','productadd,productedit','versioncheckurl',50,1,'vbulletin'),(10594,'plugin','productadd,productedit','url',40,1,'vbulletin'),(10593,'plugin','productadd,productedit','description',30,1,'vbulletin'),(10592,'plugin','productadd,productedit','version',20,1,'vbulletin'),(10591,'plugin','productadd,productedit','title',10,1,'vbulletin'),(10590,'plugin','productadd,productedit','productid',5,1,'vbulletin'),(10589,'plugin','productadd','allowoverwrite',4,1,'vbulletin'),(10588,'phrase','search','replacestring',50,1,'vbulletin'),(10587,'phrase','search','casesensitive',40,1,'vbulletin'),(10585,'phrase','search','languageid',25,1,'vbulletin'),(10586,'phrase','search','searchwhere',30,1,'vbulletin'),(10584,'phrase','search','searchstring',20,1,'vbulletin'),(10583,'phrase','search','',1,1,'vbulletin'),(10582,'phrase','quickref','',1,1,'vbulletin'),(10581,'phrase','modify','',1,1,'vbulletin'),(10579,'phrase','findupdates','',1,1,'vbulletin'),(10580,'phrase','manageorphans','',1,1,'vbulletin'),(10578,'phrase','findorphans','',1,1,'vbulletin'),(10576,'phrase','edit','',1,1,'vbulletin'),(10577,'phrase','edit','languageid',10,1,'vbulletin'),(10575,'phrase','delete','',1,1,'vbulletin'),(10574,'phrase','add,edit','text',40,1,'vbulletin'),(10573,'phrase','add,edit','varname',30,1,'vbulletin'),(10572,'phrase','add,edit','phrasetypeid',20,1,'vbulletin'),(10571,'phrase','add','',1,1,'vbulletin'),(10570,'phrase','','',1,1,'vbulletin'),(10569,'options','searchtype','deleteindex',10,1,'vbulletin'),(10568,'options','searchtype','',1,1,'vbulletin'),(10567,'options','options','enablehooks',2470,1,'vbulletin'),(10566,'options','options','disableerroremail',2410,1,'vbulletin'),(10565,'options','options','errorlogmaxsize',2400,1,'vbulletin'),(10564,'options','options','errorlogphp',2395,1,'vbulletin'),(10563,'options','options','errorlogsecurity',2390,1,'vbulletin'),(10562,'options','options','errorlogdatabase',2380,1,'vbulletin'),(10561,'options','options','externalcutoff',2375,1,'vbulletin'),(10560,'options','options','externalxml',2370,1,'vbulletin'),(10559,'options','options','externalrss',2360,1,'vbulletin'),(10558,'options','options','externaljs',2350,1,'vbulletin'),(10557,'options','options','cp_usereditcolumns',2340,1,'vbulletin'),(10556,'options','options','cp_collapse_forums',2330,1,'vbulletin'),(10555,'options','options','timeoutcontrolpanel',2320,1,'vbulletin'),(10554,'options','options','cpstylefolder',2310,1,'vbulletin'),(10553,'options','options','adminquickstats',2300,1,'vbulletin'),(10552,'options','options','archive_postsperpage',2290,1,'vbulletin'),(10551,'options','options','archive_threadsperpage',2280,1,'vbulletin'),(10550,'options','options','archive_threadtype',2275,1,'vbulletin'),(10549,'options','options','archiveenabled',2270,1,'vbulletin'),(10548,'options','options','enablespiders',2240,1,'vbulletin'),(10547,'options','options','WOLresolve',2230,1,'vbulletin'),(10546,'options','options','WOLguests',2220,1,'vbulletin'),(10545,'options','options','WOLrefresh',2210,1,'vbulletin'),(10544,'options','options','WOLenable',2200,1,'vbulletin'),(10543,'options','options','privallowhtml',2190,1,'vbulletin'),(10542,'options','options','privallowbbimagecode',2180,1,'vbulletin'),(10541,'options','options','privallowsmilies',2170,1,'vbulletin'),(10540,'options','options','privallowbbcode',2160,1,'vbulletin'),(10539,'options','options','privallowicons',2150,1,'vbulletin'),(10538,'options','options','pmmaxperpage',2140,1,'vbulletin'),(10537,'options','options','pmperpage',2130,1,'vbulletin'),(10536,'options','options','pmfloodtime',2120,1,'vbulletin'),(10535,'options','options','pmmaxchars',2110,1,'vbulletin'),(10534,'options','options','checknewpm',2100,1,'vbulletin'),(10533,'options','options','enablepms',2090,1,'vbulletin'),(10532,'options','options','threaded_trimtitle',2085,1,'vbulletin'),(10531,'options','options','threaded_maxcache',2080,1,'vbulletin'),(10530,'options','options','threaded_listdepth',2070,1,'vbulletin'),(10529,'options','options','threadedmode',2060,1,'vbulletin'),(10528,'options','options','allowthreadedmode',2050,1,'vbulletin'),(10527,'options','options','postelements',2045,1,'vbulletin'),(10526,'options','options','showsimilarthreads',2040,1,'vbulletin'),(10524,'options','options','threadvoted',2020,1,'vbulletin'),(10525,'options','options','threadsubscribed',2030,1,'vbulletin'),(10523,'options','options','wordwrap',2010,1,'vbulletin'),(10521,'options','options','usermaxposts',1980,1,'vbulletin'),(10522,'options','options','showdeficon',1990,1,'vbulletin'),(10520,'options','options','maxposts',1970,1,'vbulletin'),(10518,'options','options','oneannounce',1950,1,'vbulletin'),(10519,'options','options','showthreadusers',1960,1,'vbulletin'),(10517,'options','options','threadpreview',1940,1,'vbulletin'),(10515,'options','options','linktopages',1920,1,'vbulletin'),(10516,'options','options','maxmultipage',1930,1,'vbulletin'),(10514,'options','options','hotnumberposts',1910,1,'vbulletin'),(10512,'options','options','usehotthreads',1890,1,'vbulletin'),(10513,'options','options','hotnumberviews',1900,1,'vbulletin'),(10511,'options','options','showdots',1880,1,'vbulletin'),(10509,'options','options','maxthreads',1860,1,'vbulletin'),(10510,'options','options','showstickies',1870,1,'vbulletin'),(10508,'options','options','showforumusers',1850,1,'vbulletin'),(10506,'options','options','showmoderatorcolumn',1840,1,'vbulletin'),(10507,'options','options','nav_forumdesc',1845,1,'vbulletin'),(10505,'options','options','lastthreadchars',1830,1,'vbulletin'),(10504,'options','options','showlocks',1820,1,'vbulletin'),(10503,'options','options','hideprivateforums',1810,1,'vbulletin'),(10501,'options','options','showforumdescription',1800,1,'vbulletin'),(10502,'options','options','showprivateforums',1805,1,'vbulletin'),(10500,'options','options','subforumdepth',1790,1,'vbulletin'),(10499,'options','options','forumdisplaydepth',1780,1,'vbulletin'),(10497,'options','options','activememberoptions',1767,1,'vbulletin'),(10498,'options','options','forumhomedepth',1770,1,'vbulletin'),(10496,'options','options','activememberdays',1765,1,'vbulletin'),(10495,'options','options','showeventtype',1760,1,'vbulletin'),(10494,'options','options','showholidays',1750,1,'vbulletin'),(10493,'options','options','showevents',1740,1,'vbulletin'),(10492,'options','options','birthdaydatecut',1730,1,'vbulletin'),(10491,'options','options','showbirthdays',1720,1,'vbulletin'),(10490,'options','options','displayloggedin',1710,1,'vbulletin'),(10489,'options','options','forumhome',1700,1,'vbulletin'),(10488,'options','options','ratefunc',1690,1,'vbulletin'),(10487,'options','options','ratescore',1680,1,'vbulletin'),(10486,'options','options','viewfunc',1670,1,'vbulletin'),(10485,'options','options','viewscore',1660,1,'vbulletin'),(10484,'options','options','replyfunc',1650,1,'vbulletin'),(10483,'options','options','replyscore',1640,1,'vbulletin'),(10482,'options','options','posttitlescore',1630,1,'vbulletin'),(10481,'options','options','threadtitlescore',1620,1,'vbulletin'),(10479,'options','options','multimatchscore',1600,1,'vbulletin'),(10480,'options','options','datescore',1610,1,'vbulletin'),(10478,'options','options','searchimagecheck',1598,1,'vbulletin'),(10477,'options','options','badwords',1595,1,'vbulletin'),(10476,'options','options','similarthreadthreshold',1590,1,'vbulletin'),(10475,'options','options','searchsharing',1585,1,'vbulletin'),(10474,'options','options','similarthreadsearch',1580,1,'vbulletin'),(10473,'options','options','allowwildcards',1570,1,'vbulletin'),(10472,'options','options','maxresults',1560,1,'vbulletin'),(10471,'options','options','searchperpage',1550,1,'vbulletin'),(10470,'options','options','goodwords',1540,1,'vbulletin'),(10469,'options','options','maxsearchlength',1530,1,'vbulletin'),(10468,'options','options','minsearchlength',1520,1,'vbulletin'),(10467,'options','options','searchfloodtime',1510,1,'vbulletin'),(10466,'options','options','enablesearches',1500,1,'vbulletin'),(10465,'options','options','votechange',1490,1,'vbulletin'),(10464,'options','options','showvotes',1480,1,'vbulletin'),(10463,'options','options','updatelastpost',1470,1,'vbulletin'),(10461,'options','options','maxpolloptions',1460,1,'vbulletin'),(10462,'options','options','maxpolllength',1465,1,'vbulletin'),(10460,'options','options','thumbpng',1451,1,'vbulletin'),(10459,'options','options','attachrow',1450,1,'vbulletin'),(10458,'options','options','thumbquality',1445,1,'vbulletin'),(10457,'options','options','attachthumbssize',1440,1,'vbulletin'),(10456,'options','options','attachthumbs',1430,1,'vbulletin'),(10454,'options','options','allowduplicates',1410,1,'vbulletin'),(10455,'options','options','viewattachedimages',1420,1,'vbulletin'),(10453,'options','options','allowclosedattachdel',1401,1,'vbulletin'),(10452,'options','options','allowattachdel',1400,1,'vbulletin'),(10451,'options','options','attachurlcount',1395,1,'vbulletin'),(10449,'options','options','attachlimit',1380,1,'vbulletin'),(10450,'options','options','attachboxcount',1390,1,'vbulletin'),(10448,'options','options','attachtotalspace',1370,1,'vbulletin'),(10447,'options','options','wysiwyg_smtotal',1360,1,'vbulletin'),(10446,'options','options','smcolumns',1350,1,'vbulletin'),(10444,'options','options','editormodes',1335,1,'vbulletin'),(10445,'options','options','smtotal',1340,1,'vbulletin'),(10443,'options','options','allowvbcodebuttons',1320,1,'vbulletin'),(10441,'options','options','noeditedbytime',1300,1,'vbulletin'),(10442,'options','options','logip',1310,1,'vbulletin'),(10440,'options','options','edittimelimit',1295,1,'vbulletin'),(10439,'options','options','addpolltimeout',1290,1,'vbulletin'),(10438,'options','options','editthreadtitlelimit',1280,1,'vbulletin'),(10437,'options','options','floodchecktime',1270,1,'vbulletin'),(10436,'options','options','allowdynimg',1260,1,'vbulletin'),(10435,'options','options','stopshouting',1250,1,'vbulletin'),(10434,'options','options','maximages',1240,1,'vbulletin'),(10433,'options','options','postmaxchars',1230,1,'vbulletin'),(10432,'options','options','quotetitle',1220,1,'vbulletin'),(10431,'options','options','ignorequotechars',1210,1,'vbulletin'),(10430,'options','options','postminchars',1200,1,'vbulletin'),(10429,'options','options','mqlimit',1180,1,'vbulletin'),(10428,'options','options','multiquote',1180,1,'vbulletin'),(10427,'options','options','quickreply',1180,1,'vbulletin'),(10425,'options','options','codemaxlines',1178,1,'vbulletin'),(10426,'options','options','quickedit',1179,1,'vbulletin'),(10424,'options','options','allowedbbcodes',1173,1,'vbulletin'),(10422,'options','options','allowkeepbannedemail',1160,1,'vbulletin'),(10423,'options','options','globalignore',1170,1,'vbulletin'),(10421,'options','options','aggressiveemailban',1155,1,'vbulletin'),(10419,'options','options','banip',1140,1,'vbulletin'),(10420,'options','options','banemail',1150,1,'vbulletin'),(10418,'options','options','enablebanning',1130,1,'vbulletin'),(10417,'options','options','profilelastpost',1120,1,'vbulletin'),(10416,'options','options','usememberlistadvsearch',1110,1,'vbulletin'),(10415,'options','options','memberlistperpage',1100,1,'vbulletin'),(10414,'options','options','memberlistfields',1095,1,'vbulletin'),(10413,'options','options','memberlistposts',1093,1,'vbulletin'),(10412,'options','options','enablememberlist',1090,1,'vbulletin'),(10411,'options','options','unallowhtml',1080,1,'vbulletin'),(10410,'options','options','unallowimg',1070,1,'vbulletin'),(10409,'options','options','unallowsmilies',1060,1,'vbulletin'),(10407,'options','options','reputationrepeat',1040,1,'vbulletin'),(10408,'options','options','unallowvbcode',1050,1,'vbulletin'),(10406,'options','options','maxreputationperday',1030,1,'vbulletin'),(10405,'options','options','minreputationcount',1020,1,'vbulletin'),(10404,'options','options','minreputationpost',1010,1,'vbulletin'),(10403,'options','options','kppower',1000,1,'vbulletin'),(10402,'options','options','pcpower',990,1,'vbulletin'),(10401,'options','options','rdpower',980,1,'vbulletin'),(10400,'options','options','adminpower',970,1,'vbulletin'),(10398,'options','options','reputationdefault',950,1,'vbulletin'),(10399,'options','options','showuserrates',960,1,'vbulletin'),(10397,'options','options','reputationundefined',945,1,'vbulletin'),(10396,'options','options','reputationhide',940,1,'vbulletin'),(10395,'options','options','reputationenable',930,1,'vbulletin'),(10394,'options','options','profilepicenabled',920,1,'vbulletin'),(10392,'options','options','numavatarswide',900,1,'vbulletin'),(10393,'options','options','numavatarsperpage',910,1,'vbulletin'),(10391,'options','options','avatarenabled',890,1,'vbulletin'),(10389,'options','options','allowhtml',870,1,'vbulletin'),(10390,'options','options','ignoremods',880,1,'vbulletin'),(10388,'options','options','allowbbimagecode',860,1,'vbulletin'),(10387,'options','options','allowsmilies',850,1,'vbulletin'),(10385,'options','options','sigmax',830,1,'vbulletin'),(10386,'options','options','allowbbcode',840,1,'vbulletin'),(10384,'options','options','softlinebreakchars',820,1,'vbulletin'),(10383,'options','options','allowsignatures',820,1,'vbulletin'),(10382,'options','options','ctCensorMod',810,1,'vbulletin'),(10381,'options','options','ctCensorWords',800,1,'vbulletin'),(10379,'options','options','reqbirthday',785,1,'vbulletin'),(10380,'options','options','ctMaxChars',790,1,'vbulletin'),(10378,'options','options','defaultregoptions',780,1,'vbulletin'),(10376,'options','options','usernameregex',771,1,'vbulletin'),(10377,'options','options','usereferrer',775,1,'vbulletin'),(10375,'options','options','illegalusernames',770,1,'vbulletin'),(10374,'options','options','maxuserlength',760,1,'vbulletin'),(10373,'options','options','minuserlength',750,1,'vbulletin'),(10371,'options','options','verifyemail',730,1,'vbulletin'),(10372,'options','options','requireuniqueemail',740,1,'vbulletin'),(10370,'options','options','allowmultiregs',720,1,'vbulletin'),(10368,'options','options','welcomemail',700,1,'vbulletin'),(10369,'options','options','newuseremail',710,1,'vbulletin'),(10366,'options','options','moderatenewmembers',680,1,'vbulletin'),(10367,'options','options','regimagecheck',690,1,'vbulletin'),(10365,'options','options','usecoppa',670,1,'vbulletin'),(10363,'options','options','blankasciistrip',650,1,'vbulletin'),(10364,'options','options','allowregistration',660,1,'vbulletin'),(10362,'options','options','censorwords',640,1,'vbulletin'),(10361,'options','options','censorchar',630,1,'vbulletin'),(10360,'options','options','enablecensor',620,1,'vbulletin'),(10359,'options','options','smtp_tls',616,1,'vbulletin'),(10358,'options','options','smtp_pass',615,1,'vbulletin'),(10357,'options','options','smtp_user',614,1,'vbulletin'),(10356,'options','options','smtp_port',613,1,'vbulletin'),(10355,'options','options','smtp_host',612,1,'vbulletin'),(10354,'options','options','use_smtp',611,1,'vbulletin'),(10353,'options','options','emailfloodtime',610,1,'vbulletin'),(10352,'options','options','secureemail',600,1,'vbulletin'),(10351,'options','options','displayemails',590,1,'vbulletin'),(10350,'options','options','enableemail',580,1,'vbulletin'),(10349,'options','options','legacypostbit',575,1,'vbulletin'),(10348,'options','options','usepopups',570,1,'vbulletin'),(10347,'options','options','storecssasfile',560,1,'vbulletin'),(10346,'options','options','cleargifurl',550,1,'vbulletin'),(10344,'options','options','styleid',530,1,'vbulletin'),(10345,'options','options','allowchangestyles',540,1,'vbulletin'),(10343,'options','options','languageid',520,1,'vbulletin'),(10342,'options','options','needfromemail',510,1,'vbulletin'),(10341,'options','options','usemailqueue',500,1,'vbulletin'),(10340,'options','options','redirectmaxage',495,1,'vbulletin'),(10338,'options','options','tmppath',490,1,'vbulletin'),(10339,'options','options','copypostindex',493,1,'vbulletin'),(10337,'options','options','safeupload',480,1,'vbulletin'),(10336,'options','options','regimageoption',465,1,'vbulletin'),(10335,'options','options','magickpath',464,1,'vbulletin'),(10334,'options','options','regimagetype',462,1,'vbulletin'),(10333,'options','options','imagetype',461,1,'vbulletin'),(10332,'options','options','loadlimit',450,1,'vbulletin'),(10331,'options','options','emailsendnum',430,1,'vbulletin'),(10330,'options','options','attachmentviewslive',420,1,'vbulletin'),(10329,'options','options','threadviewslive',410,1,'vbulletin'),(10327,'options','options','allowphpinfo',390,1,'vbulletin'),(10328,'options','options','cachemaxage',400,1,'vbulletin'),(10326,'options','options','useheaderredirect',380,1,'vbulletin'),(10325,'options','options','nocacheheaders',375,1,'vbulletin'),(10324,'options','options','addheaders',370,1,'vbulletin'),(10323,'options','options','gziplevel',360,1,'vbulletin'),(10322,'options','options','gzipoutput',350,1,'vbulletin'),(10321,'options','options','cookiedomain',340,1,'vbulletin'),(10320,'options','options','cookiepath',330,1,'vbulletin'),(10319,'options','options','cookietimeout',320,1,'vbulletin'),(10317,'options','options','calformat2',310,1,'vbulletin'),(10318,'options','options','logdateformat',315,1,'vbulletin'),(10316,'options','options','calformat1',300,1,'vbulletin'),(10315,'options','options','registereddateformat',290,1,'vbulletin'),(10314,'options','options','timeformat',280,1,'vbulletin'),(10313,'options','options','dateformat',270,1,'vbulletin'),(10312,'options','options','dstonoff',260,1,'vbulletin'),(10311,'options','options','timeoffset',250,1,'vbulletin'),(10310,'options','options','yestoday',240,1,'vbulletin'),(10309,'options','options','disable_ajax',239,1,'vbulletin'),(10308,'options','options','markinglimit',239,1,'vbulletin'),(10307,'options','options','threadmarking',238,1,'vbulletin'),(10306,'options','options','allowedreferrers',237,1,'vbulletin'),(10305,'options','options','forumleaders',236,1,'vbulletin'),(10304,'options','options','usestrikesystem',235,1,'vbulletin'),(10303,'options','options','addtemplatename',230,1,'vbulletin'),(10302,'options','options','showimicons',220,1,'vbulletin'),(10301,'options','options','enableaccess',210,1,'vbulletin'),(10300,'options','options','pagenavs',205,1,'vbulletin'),(10299,'options','options','pagenavpages',200,1,'vbulletin'),(10298,'options','options','useforumjump',190,1,'vbulletin'),(10296,'options','options','keywords',170,1,'vbulletin'),(10297,'options','options','description',180,1,'vbulletin'),(10295,'options','options','address',160,1,'vbulletin'),(10294,'options','options','faxnumber',140,1,'vbulletin'),(10293,'options','options','companyname',130,1,'vbulletin'),(10292,'options','options','copyrighttext',120,1,'vbulletin'),(10291,'options','options','privacyurl',110,1,'vbulletin'),(10290,'options','options','webmasteremail',100,1,'vbulletin'),(10289,'options','options','contactusoptions',90,1,'vbulletin'),(10288,'options','options','contactustype',85,1,'vbulletin'),(10286,'options','options','homeurl',70,1,'vbulletin'),(10287,'options','options','contactuslink',80,1,'vbulletin'),(10284,'options','options','bburl',50,1,'vbulletin'),(10285,'options','options','hometitle',60,1,'vbulletin'),(10283,'options','options','bbtitle',40,1,'vbulletin'),(10282,'options','options','bbclosedreason',30,1,'vbulletin'),(10281,'options','options','bbactive',20,1,'vbulletin'),(10280,'options','options','uiforumid',1,1,'vbulletin'),(10279,'options','options','skypeweb_gfx',1,1,'vbulletin'),(10278,'options','options','rsspodcast',1,1,'vbulletin'),(10277,'options','options','rsshtml',1,1,'vbulletin'),(10276,'options','options','ipcheck',1,1,'vbulletin'),(10275,'options','options','rpforumid',1,1,'vbulletin'),(10274,'options','options','externalcount',1,1,'vbulletin'),(10273,'options','options','paymentemail',1,1,'vbulletin'),(10272,'options','options','checkcoppa',1,1,'vbulletin'),(10271,'options','options','uimessage',1,1,'vbulletin'),(10270,'options','options','',1,1,'vbulletin'),(10269,'options','options','postimagecheck',1,1,'vbulletin'),(10268,'options','options','errorlogemail',1,1,'vbulletin'),(10267,'options','options','thumbcolor',1,1,'vbulletin'),(10266,'options','options','rpuserid',1,1,'vbulletin'),(10265,'options','options','rpemail',1,1,'vbulletin'),(10264,'options','options','welcomepm',1,1,'vbulletin'),(10263,'options','options','externalcache',1,1,'vbulletin'),(10262,'options','options','attachresize',1,1,'vbulletin'),(10261,'options','','',1,1,'vbulletin'),(10260,'modlog','view','',1,1,'vbulletin'),(10259,'modlog','prunelog','',1,1,'vbulletin'),(10258,'modlog','choose','daysprune',40,1,'vbulletin'),(10257,'modlog','choose','orderby',30,1,'vbulletin'),(10256,'modlog','choose','userid',20,1,'vbulletin'),(10254,'modlog','choose','',1,1,'vbulletin'),(10255,'modlog','choose','perpage',10,1,'vbulletin'),(10252,'moderator','showlist','',1,1,'vbulletin'),(10253,'modlog','','',1,1,'vbulletin'),(10250,'moderator','remove','',1,1,'vbulletin'),(10251,'moderator','removeall','',1,1,'vbulletin'),(10249,'moderator','edit','',1,1,'vbulletin'),(10248,'moderator','add,edit,editglobal','newpostemail',270,1,'vbulletin'),(10246,'moderator','add,edit,editglobal','caneditreputation',250,1,'vbulletin'),(10247,'moderator','add,edit,editglobal','newthreademail',260,1,'vbulletin'),(10245,'moderator','add,edit,editglobal','caneditprofilepic',240,1,'vbulletin'),(10244,'moderator','add,edit,editglobal','caneditavatar',230,1,'vbulletin'),(10243,'moderator','add,edit,editglobal','caneditsigs',220,1,'vbulletin'),(10242,'moderator','add,edit,editglobal','canunbanusers',210,1,'vbulletin'),(10241,'moderator','add,edit,editglobal','canbanusers',200,1,'vbulletin'),(10240,'moderator','add,edit,editglobal','canviewprofile',190,1,'vbulletin'),(10239,'moderator','add,edit,editglobal','canviewips',180,1,'vbulletin'),(10238,'moderator','add,edit,editglobal','cansetpassword',170,1,'vbulletin'),(10237,'moderator','add,edit,editglobal','canmassprune',160,1,'vbulletin'),(10236,'moderator','add,edit,editglobal','canmassmove',150,1,'vbulletin'),(10235,'moderator','add,edit,editglobal','canmoderateattachments',140,1,'vbulletin'),(10234,'moderator','add,edit,editglobal','canmoderateposts',130,1,'vbulletin'),(10233,'moderator','add,edit,editglobal','canannounce',120,1,'vbulletin'),(10232,'moderator','add,edit,editglobal','caneditpoll',110,1,'vbulletin'),(10231,'moderator','add,edit,editglobal','canmanagethreads',100,1,'vbulletin'),(10230,'moderator','add,edit,editglobal','caneditthreads',90,1,'vbulletin'),(10229,'moderator','add,edit,editglobal','canopenclose',80,1,'vbulletin'),(10228,'moderator','add,edit,editglobal','canremoveposts',70,1,'vbulletin'),(10227,'moderator','add,edit,editglobal','candeleteposts',60,1,'vbulletin'),(10226,'moderator','add,edit,editglobal','caneditposts',50,1,'vbulletin'),(10225,'moderator','add,edit','modusername',20,1,'vbulletin'),(10224,'moderator','add,edit','forumid',10,1,'vbulletin'),(10223,'moderator','add','membergroupids',40,1,'vbulletin'),(10222,'moderator','add','usergroupid',30,1,'vbulletin'),(10220,'moderator','','',1,1,'vbulletin'),(10221,'moderator','add','',1,1,'vbulletin'),(10219,'moderate','posts','postaction',70,1,'vbulletin'),(10218,'moderate','posts','postpagetext',60,1,'vbulletin'),(10216,'moderate','posts','threadaction',40,1,'vbulletin'),(10217,'moderate','posts','posttitle',50,1,'vbulletin'),(10215,'moderate','posts','threadnotes',30,1,'vbulletin'),(10214,'moderate','posts','threadpagetext',20,1,'vbulletin'),(10213,'moderate','posts','threadtitle',10,1,'vbulletin'),(10212,'moderate','posts','',1,1,'vbulletin'),(10211,'moderate','events','eventaction',30,1,'vbulletin'),(10210,'moderate','events','eventtext',20,1,'vbulletin'),(10208,'moderate','events','',1,1,'vbulletin'),(10209,'moderate','events','eventsubject',10,1,'vbulletin'),(10207,'moderate','attachments','attachaction',10,1,'vbulletin'),(10205,'moderate','','',1,1,'vbulletin'),(10206,'moderate','attachments','',1,1,'vbulletin'),(10204,'misc','chooser','reputation_base',70,1,'vbulletin'),(10203,'misc','chooser','renumber',60,1,'vbulletin'),(10201,'misc','chooser','autoredirect',40,1,'vbulletin'),(10202,'misc','chooser','install',50,1,'vbulletin'),(10200,'misc','chooser','doprocess',30,1,'vbulletin'),(10199,'misc','chooser','startat',20,1,'vbulletin'),(10197,'misc','chooser','',1,1,'vbulletin'),(10198,'misc','chooser','perpage',10,1,'vbulletin'),(10196,'misc','','',1,1,'vbulletin'),(10194,'language','modify','',1,1,'vbulletin'),(10195,'language','rebuild','',1,1,'vbulletin'),(10192,'language','files','title',70,1,'vbulletin'),(10193,'language','files','anyversion',80,1,'vbulletin'),(10190,'language','files','serverfile',50,1,'vbulletin'),(10191,'language','files','olanguageid',60,1,'vbulletin'),(10189,'language','files','languagefile',40,1,'vbulletin'),(10188,'language','files','just_phrases',30,1,'vbulletin'),(10187,'language','files','filename',20,1,'vbulletin'),(10186,'language','files','product',15,1,'vbulletin'),(10185,'language','files','languageid',10,1,'vbulletin'),(10184,'language','files','',1,1,'vbulletin'),(10183,'language','edit_settings','isdefault',40,1,'vbulletin'),(10182,'language','edit_settings','',1,1,'vbulletin'),(10181,'language','edit','',1,1,'vbulletin'),(10180,'language','delete','',1,1,'vbulletin'),(10179,'language','add,edit_settings','dirmark',180,1,'vbulletin'),(10178,'language','add,edit_settings','thousandsep',170,1,'vbulletin'),(10177,'language','add,edit_settings','decimalsep',160,1,'vbulletin'),(10176,'language','add,edit_settings','logdateoverride',150,1,'vbulletin'),(10175,'language','add,edit_settings','calformat2override',140,1,'vbulletin'),(10174,'language','add,edit_settings','calformat1override',130,1,'vbulletin'),(10173,'language','add,edit_settings','registereddateoverride',120,1,'vbulletin'),(10172,'language','add,edit_settings','timeoverride',110,1,'vbulletin'),(10171,'language','add,edit_settings','dateoverride',100,1,'vbulletin'),(10170,'language','add,edit_settings','locale',90,1,'vbulletin'),(10169,'language','add,edit_settings','imagesoverride',80,1,'vbulletin'),(10168,'language','add,edit_settings','charset',70,1,'vbulletin'),(10167,'language','add,edit_settings','languagecode',60,1,'vbulletin'),(10166,'language','add,edit_settings','direction',50,1,'vbulletin'),(10165,'language','add,edit_settings','userselect',30,1,'vbulletin'),(10164,'language','add,edit_settings','title',20,1,'vbulletin'),(10163,'language','add','',1,1,'vbulletin'),(10161,'index','home','',1,1,'vbulletin'),(10162,'language','','',1,1,'vbulletin'),(10160,'image','viewimages','',1,1,'vbulletin'),(10158,'image','upload','',1,1,'vbulletin'),(10159,'image','upload','imagefile',20,1,'vbulletin'),(10157,'image','removecategory','',1,1,'vbulletin'),(10156,'image','remove','',1,1,'vbulletin'),(10155,'image','modify','',1,1,'vbulletin'),(10153,'image','editcategory','',1,1,'vbulletin'),(10154,'image','editpermissions','',1,1,'vbulletin'),(10152,'image','edit','',1,1,'vbulletin'),(10151,'image','addcategory,editcategory','displayorder',30,1,'vbulletin'),(10150,'image','addcategory,editcategory','title',20,1,'vbulletin'),(10149,'image','addcategory','',1,1,'vbulletin'),(10148,'image','add,edit,upload','displayorder',60,1,'vbulletin'),(10147,'image','add,edit,upload','imagecategoryid',50,1,'vbulletin'),(10146,'image','add,edit,upload','path',40,1,'vbulletin'),(10145,'image','add,edit,upload','smilietext',30,1,'vbulletin'),(10144,'image','add,edit,upload','minimumposts',30,1,'vbulletin'),(10142,'image','add','perpage',80,1,'vbulletin'),(10143,'image','add,edit,upload','title',20,1,'vbulletin'),(10140,'image','add','',1,1,'vbulletin'),(10141,'image','add','imagespath',70,1,'vbulletin'),(10138,'help','edit','volatile',1,1,'vbulletin'),(10139,'image','','',1,1,'vbulletin'),(10137,'help','edit','title',1,1,'vbulletin'),(10136,'help','edit','product',1,1,'vbulletin'),(10135,'help','edit','text',1,1,'vbulletin'),(10134,'help','edit','action',1,1,'vbulletin'),(10133,'help','edit','optionname',1,1,'vbulletin'),(10132,'help','edit','displayorder',1,1,'vbulletin'),(10131,'help','edit','script',1,1,'vbulletin'),(10130,'forumpermission','quickforum','usergrouplist',20,1,'vbulletin'),(10129,'forumpermission','quickforum','forumid',10,1,'vbulletin'),(10128,'forumpermission','quickforum','',1,1,'vbulletin'),(10127,'forumpermission','quickeditor','',1,1,'vbulletin'),(10126,'forumpermission','quickedit','',1,1,'vbulletin'),(10125,'forumpermission','modify','',1,1,'vbulletin'),(10124,'forumpermission','edit,quickforum','canvote',220,1,'vbulletin'),(10123,'forumpermission','edit,quickforum','canpostpoll',200,1,'vbulletin'),(10122,'forumpermission','edit,quickforum','candeletethread',190,1,'vbulletin'),(10121,'forumpermission','edit,quickforum','canopenclose',180,1,'vbulletin'),(10120,'forumpermission','edit,quickforum','canmove',170,1,'vbulletin'),(10119,'forumpermission','edit,quickforum','candeletepost',160,1,'vbulletin'),(10118,'forumpermission','edit,quickforum','caneditpost',150,1,'vbulletin'),(10117,'forumpermission','edit,quickforum','canthreadrate',140,1,'vbulletin'),(10116,'forumpermission','edit,quickforum','canpostattachment',120,1,'vbulletin'),(10115,'forumpermission','edit,quickforum','followforummoderation',110,1,'vbulletin'),(10114,'forumpermission','edit,quickforum','canreplyothers',100,1,'vbulletin'),(10113,'forumpermission','edit,quickforum','canreplyown',90,1,'vbulletin'),(10112,'forumpermission','edit,quickforum','canpostnew',80,1,'vbulletin'),(10111,'forumpermission','edit,quickforum','cangetattachment',70,1,'vbulletin'),(10110,'forumpermission','edit,quickforum','canemail',60,1,'vbulletin'),(10109,'forumpermission','edit,quickforum','cansearch',50,1,'vbulletin'),(10108,'forumpermission','edit,quickforum','canseedelnotice',45,1,'vbulletin'),(10107,'forumpermission','edit,quickforum','canviewothers',40,1,'vbulletin'),(10105,'forumpermission','edit,quickforum','canview',30,1,'vbulletin'),(10106,'forumpermission','edit,quickforum','canviewthreads',35,1,'vbulletin'),(10104,'forumpermission','edit','mode',20,1,'vbulletin'),(10103,'forumpermission','edit','',1,1,'vbulletin'),(10102,'forumpermission','duplicate','overwriteinherited_forum',90,1,'vbulletin'),(10101,'forumpermission','duplicate','overwritedupes_forum',80,1,'vbulletin'),(10100,'forumpermission','duplicate','forumlist',70,1,'vbulletin'),(10099,'forumpermission','duplicate','forumid_from',60,1,'vbulletin'),(10098,'forumpermission','duplicate','overwriteinherited_group',50,1,'vbulletin'),(10097,'forumpermission','duplicate','overwritedupes_group',40,1,'vbulletin'),(10096,'forumpermission','duplicate','limitforumid',30,1,'vbulletin'),(10095,'forumpermission','duplicate','usergrouplist',20,1,'vbulletin'),(10093,'forumpermission','duplicate','',1,1,'vbulletin'),(10094,'forumpermission','duplicate','ugid_from',10,1,'vbulletin'),(10091,'forum','remove','',1,1,'vbulletin'),(10092,'forumpermission','','',1,1,'vbulletin'),(10090,'forum','podcast','enabled',1,1,'vbulletin'),(10089,'forum','podcast','image',1,1,'vbulletin'),(10088,'forum','podcast','keywords',1,1,'vbulletin'),(10087,'forum','podcast','categoryid',1,1,'vbulletin'),(10086,'forum','podcast','owneremail',1,1,'vbulletin'),(10085,'forum','podcast','explicit',1,1,'vbulletin'),(10084,'forum','podcast','summary',1,1,'vbulletin'),(10083,'forum','podcast','author',1,1,'vbulletin'),(10082,'forum','podcast','subtitle',1,1,'vbulletin'),(10081,'forum','podcast','ownername',1,1,'vbulletin'),(10080,'forum','modify','',1,1,'vbulletin'),(10079,'forum','edit','applypwdtochild',160,1,'vbulletin'),(10078,'forum','edit','',1,1,'vbulletin'),(10077,'forum','add,edit','showonforumjump',290,1,'vbulletin'),(10076,'forum','add,edit','countposts',280,1,'vbulletin'),(10075,'forum','add,edit','allowratings',270,1,'vbulletin'),(10074,'forum','add,edit','allowicons',260,1,'vbulletin'),(10073,'forum','add,edit','allowsmilies',250,1,'vbulletin'),(10072,'forum','add,edit','allowimages',240,1,'vbulletin'),(10071,'forum','add,edit','allowbbcode',230,1,'vbulletin'),(10070,'forum','add,edit','allowhtml',220,1,'vbulletin'),(10068,'forum','add,edit','allowposting',200,1,'vbulletin'),(10069,'forum','add,edit','indexposts',210,1,'vbulletin'),(10067,'forum','add,edit','active',190,1,'vbulletin'),(10066,'forum','add,edit','cancontainthreads',180,1,'vbulletin'),(10065,'forum','add,edit','canhavepassword',170,1,'vbulletin'),(10064,'forum','add,edit','password',150,1,'vbulletin'),(10063,'forum','add,edit','styleoverride',130,1,'vbulletin'),(10062,'forum','add,edit','styleid',120,1,'vbulletin'),(10061,'forum','add,edit','moderateattach',110,1,'vbulletin'),(10060,'forum','add,edit','moderatenewthread',105,1,'vbulletin'),(10059,'forum','add,edit','forum[options][moderatene',101,1,'vbulletin'),(10057,'forum','add,edit','newthreademail',90,1,'vbulletin'),(10058,'forum','add,edit','moderatenewpost',100,1,'vbulletin'),(10056,'forum','add,edit','newpostemail',80,1,'vbulletin'),(10055,'forum','add,edit','showprivate',75,1,'vbulletin'),(10054,'forum','add,edit','defaultsortorder',73,1,'vbulletin'),(10053,'forum','add,edit','defaultsortfield',72,1,'vbulletin'),(10052,'forum','add,edit','daysprune',70,1,'vbulletin'),(10051,'forum','add,edit','parentid',60,1,'vbulletin'),(10050,'forum','add,edit','displayorder',50,1,'vbulletin'),(10049,'forum','add,edit','link',40,1,'vbulletin'),(10048,'forum','add,edit','description',30,1,'vbulletin'),(10046,'forum','add','',1,1,'vbulletin'),(10047,'forum','add,edit','title',20,1,'vbulletin'),(10044,'faq','modify','',1,1,'vbulletin'),(10045,'forum','','',1,1,'vbulletin'),(10042,'faq','delete','',1,1,'vbulletin'),(10043,'faq','edit','',1,1,'vbulletin'),(10040,'faq','add,edit','displayorder',40,1,'vbulletin'),(10041,'faq','add,edit','1',60,1,'vbulletin'),(10038,'faq','add,edit','deftitle',20,1,'vbulletin'),(10039,'faq','add,edit','deftext',30,1,'vbulletin'),(10036,'faq','add','faq',5,1,'vbulletin'),(10037,'faq','add,edit','faqparent',10,1,'vbulletin'),(10035,'faq','add','',1,1,'vbulletin'),(10034,'faq','add','product',1,1,'vbulletin'),(10033,'faq','','',1,1,'vbulletin'),(10031,'email','start','subject',50,1,'vbulletin'),(10032,'email','start','message',60,1,'vbulletin'),(10030,'email','start','from',40,1,'vbulletin'),(10028,'email','start','test',20,1,'vbulletin'),(10029,'email','start','perpage',30,1,'vbulletin'),(10027,'email','start','',1,1,'vbulletin'),(10026,'email','genlist,start','ipaddress',320,1,'vbulletin'),(10025,'email','genlist,start','reputationupper',310,1,'vbulletin'),(10024,'email','genlist,start','reputationlower',300,1,'vbulletin'),(10022,'email','genlist,start','postslower',280,1,'vbulletin'),(10023,'email','genlist,start','postsupper',290,1,'vbulletin'),(10021,'email','genlist,start','birthdaybefore',270,1,'vbulletin'),(10019,'email','genlist,start','lastpostbefore',250,1,'vbulletin'),(10020,'email','genlist,start','birthdayafter',260,1,'vbulletin'),(10017,'email','genlist,start','lastvisitbefore',230,1,'vbulletin'),(10018,'email','genlist,start','lastpostafter',240,1,'vbulletin'),(10016,'email','genlist,start','lastvisitafter',220,1,'vbulletin'),(10015,'email','genlist,start','lastactivitybefore',217,1,'vbulletin'),(10014,'email','genlist,start','lastactivityafter',213,1,'vbulletin'),(10013,'email','genlist,start','joindatebefore',210,1,'vbulletin'),(10012,'email','genlist,start','joindateafter',200,1,'vbulletin'),(10011,'email','genlist,start','usertitle',190,1,'vbulletin'),(10010,'email','genlist,start','signature',180,1,'vbulletin'),(10009,'email','genlist,start','msn',175,1,'vbulletin'),(10008,'email','genlist,start','yahoo',170,1,'vbulletin'),(10006,'email','genlist,start','icq',150,1,'vbulletin'),(10007,'email','genlist,start','aim',160,1,'vbulletin'),(10005,'email','genlist,start','homepage',140,1,'vbulletin'),(10004,'email','genlist,start','coppauser',130,1,'vbulletin'),(10003,'email','genlist,start','parentemail',120,1,'vbulletin'),(10002,'email','genlist,start','email',110,1,'vbulletin'),(10001,'email','genlist,start','adminemail',105,1,'vbulletin'),(10000,'email','genlist,start','membergroup',100,1,'vbulletin'),(9999,'email','genlist,start','usergroupid',90,1,'vbulletin'),(9998,'email','genlist,start','username',70,1,'vbulletin'),(9997,'email','genlist','septext',20,1,'vbulletin'),(9996,'email','genlist','',1,1,'vbulletin'),(9995,'email','','',1,1,'vbulletin'),(9994,'diagnostic','payments','',1,1,'vbulletin'),(9993,'diagnostic','list','attachfile',20,1,'vbulletin'),(9992,'diagnostic','list','emailaddress',20,1,'vbulletin'),(9991,'diagnostic','list','type',20,1,'vbulletin'),(9990,'diagnostic','list','',1,1,'vbulletin'),(9989,'diagnostic','doversion','',1,1,'vbulletin'),(9988,'diagnostic','doupload','',1,1,'vbulletin'),(9987,'diagnostic','dosysinfo','',1,1,'vbulletin'),(9986,'diagnostic','domail','',1,1,'vbulletin'),(9985,'diagnostic','','',1,1,'vbulletin'),(9984,'css','doedit','imgdir_reputation',250,1,'vbulletin'),(9983,'css','doedit','htmldoctype',250,1,'vbulletin'),(9982,'css','doedit','imgdir_rating',240,1,'vbulletin'),(9981,'css','doedit','imgdir_poll',230,1,'vbulletin'),(9980,'css','doedit','imgdir_editor',220,1,'vbulletin'),(9979,'css','doedit','imgdir_misc',210,1,'vbulletin'),(9978,'css','doedit','imgdir_attach',200,1,'vbulletin'),(9977,'css','doedit','imgdir_statusicon',190,1,'vbulletin'),(9976,'css','doedit','imgdir_button',180,1,'vbulletin'),(9975,'css','doedit','titleimage',170,1,'vbulletin'),(9974,'css','doedit','codeblockwidth',160,1,'vbulletin'),(9973,'css','doedit','messagewidth_usercp',150,1,'vbulletin'),(9972,'css','doedit','messagewidth',140,1,'vbulletin'),(9971,'css','doedit','formwidth_usercp',130,1,'vbulletin'),(9970,'css','doedit','formwidth',120,1,'vbulletin'),(9969,'css','doedit','formspacer',110,1,'vbulletin'),(9968,'css','doedit','cellpadding',100,1,'vbulletin'),(9967,'css','doedit','cellspacing',90,1,'vbulletin'),(9966,'css','doedit','outerborderwidth',80,1,'vbulletin'),(9965,'css','doedit','spacersize',70,1,'vbulletin'),(9964,'css','doedit','outertablewidth',60,1,'vbulletin'),(9963,'css','doedit','footer',30,1,'vbulletin'),(9962,'css','doedit','headinclude',20,1,'vbulletin'),(9961,'css','doedit','header',10,1,'vbulletin'),(9960,'css','doedit','',1,1,'vbulletin'),(9959,'css','','',1,1,'vbulletin'),(9958,'cronlog','view','',1,1,'vbulletin'),(9957,'cronlog','prunelog','',1,1,'vbulletin'),(9956,'cronlog','choose','daysprune',60,1,'vbulletin'),(9955,'cronlog','choose','orderby',40,1,'vbulletin'),(9954,'cronlog','choose','varname',30,1,'vbulletin'),(9953,'cronlog','choose','perpage',20,1,'vbulletin'),(9952,'cronlog','choose','',1,1,'vbulletin'),(9951,'cronlog','','',1,1,'vbulletin'),(9950,'cronadmin','remove','',1,1,'vbulletin'),(9949,'cronadmin','modify','',1,1,'vbulletin'),(9948,'cronadmin','edit','product',1,1,'vbulletin'),(9947,'cronadmin','edit','',1,1,'vbulletin'),(9946,'cronadmin','add,edit','filename',70,1,'vbulletin'),(9945,'cronadmin','add,edit','loglevel',60,1,'vbulletin'),(9944,'cronadmin','add,edit','minute',50,1,'vbulletin'),(9943,'cronadmin','add,edit','hour',40,1,'vbulletin'),(9942,'cronadmin','add,edit','day',30,1,'vbulletin'),(9941,'cronadmin','add,edit','weekday',20,1,'vbulletin'),(9940,'cronadmin','add,edit','title',10,1,'vbulletin'),(9939,'cronadmin','add,edit','logphrase',3,1,'vbulletin'),(9938,'cronadmin','add,edit','varname',2,1,'vbulletin'),(9937,'cronadmin','add,edit','description',1,1,'vbulletin'),(9936,'cronadmin','add,edit','active',1,1,'vbulletin'),(9935,'cronadmin','add','',1,1,'vbulletin'),(9934,'cronadmin','','',1,1,'vbulletin'),(9933,'calendarpermission','modify','',1,1,'vbulletin'),(9932,'calendarpermission','edit','isnotmoderated',80,1,'vbulletin'),(9931,'calendarpermission','edit','canviewothersevent',70,1,'vbulletin'),(9930,'calendarpermission','edit','candeleteevent',60,1,'vbulletin'),(9929,'calendarpermission','edit','caneditevent',50,1,'vbulletin'),(9928,'calendarpermission','edit','canpostevent',40,1,'vbulletin'),(9927,'calendarpermission','edit','canviewcalendar',30,1,'vbulletin'),(9926,'calendarpermission','edit','mode',20,1,'vbulletin'),(9925,'calendarpermission','edit','',1,1,'vbulletin'),(9924,'calendarpermission','','',1,1,'vbulletin'),(9923,'bbcode','remove','',1,1,'vbulletin'),(9922,'bbcode','modify','text',20,1,'vbulletin'),(9921,'bbcode','modify','',1,1,'vbulletin'),(9920,'bbcode','edit','',1,1,'vbulletin'),(9919,'bbcode','add,edit','buttonimage',80,1,'vbulletin'),(9918,'bbcode','add,edit','twoparams',70,1,'vbulletin'),(9917,'bbcode','add,edit','bbcodeexplanation',60,1,'vbulletin'),(9916,'bbcode','add,edit','bbcodeexample',50,1,'vbulletin'),(9915,'bbcode','add,edit','bbcodereplacement',30,1,'vbulletin'),(9914,'bbcode','add,edit','bbcodetag',20,1,'vbulletin'),(9913,'bbcode','add,edit','title',10,1,'vbulletin'),(9912,'bbcode','add','',1,1,'vbulletin'),(9911,'bbcode','','',1,1,'vbulletin'),(9910,'banning','modify','',1,1,'vbulletin'),(9909,'banning','banuser','reason',40,1,'vbulletin'),(9908,'banning','banuser','period',30,1,'vbulletin'),(9907,'banning','banuser','usergroupid',20,1,'vbulletin'),(9906,'banning','banuser','username',10,1,'vbulletin'),(9905,'banning','banuser','',1,1,'vbulletin'),(9904,'banning','','',1,1,'vbulletin'),(9903,'backup','mysqldump','',1,1,'vbulletin'),(9902,'backup','choose','showhead',50,1,'vbulletin'),(9901,'backup','choose','quotes',40,1,'vbulletin'),(9900,'backup','choose','separator',30,1,'vbulletin'),(9899,'backup','choose','table',20,1,'vbulletin'),(9898,'backup','choose','filename',10,1,'vbulletin'),(9897,'backup','choose','',1,1,'vbulletin'),(9896,'backup','','',1,1,'vbulletin'),(9895,'avatar','switchtype','profilepicpath',1,1,'vbulletin'),(9894,'avatar','switchtype','avatarpath',1,1,'vbulletin'),(9893,'avatar','switchtype','avatarurl',1,1,'vbulletin'),(9892,'avatar','switchtype','profilepicurl',1,1,'vbulletin'),(9891,'avatar','storage,switchtype','',1,1,'vbulletin'),(9890,'avatar','','',1,1,'vbulletin'),(9889,'attachmentpermission','edit','size',1,1,'vbulletin'),(9888,'attachmentpermission','edit','width',1,1,'vbulletin'),(9887,'attachmentpermission','edit','useextension',1,1,'vbulletin'),(9886,'attachmentpermission','edit','height',1,1,'vbulletin'),(9885,'attachment','updatetype','thumbnail',70,1,'vbulletin'),(9884,'attachment','updatetype','newwindow',70,1,'vbulletin'),(9883,'attachment','updatetype','enabled',60,1,'vbulletin'),(9882,'attachment','updatetype','mimetype',50,1,'vbulletin'),(9881,'attachment','updatetype','width',40,1,'vbulletin'),(9880,'attachment','updatetype','height',30,1,'vbulletin'),(9879,'attachment','updatetype','size',20,1,'vbulletin'),(9878,'attachment','updatetype','extension',10,1,'vbulletin'),(9877,'attachment','updatetype','',1,1,'vbulletin'),(9876,'attachment','types','',1,1,'vbulletin'),(9875,'attachment','switchtype','attachpath',1,1,'vbulletin'),(9874,'attachment','storage,switchtype','',1,1,'vbulletin'),(9873,'attachment','stats','',1,1,'vbulletin'),(9872,'attachment','search','',1,1,'vbulletin'),(9871,'attachment','removetype','',1,1,'vbulletin'),(9870,'attachment','massdelete','',1,1,'vbulletin'),(9869,'attachment','intro','results',110,1,'vbulletin'),(9868,'attachment','intro','orderby',100,1,'vbulletin'),(9867,'attachment','intro','visible',90,1,'vbulletin'),(9866,'attachment','intro','sizeless',80,1,'vbulletin'),(9865,'attachment','intro','sizemore',70,1,'vbulletin'),(9864,'attachment','intro','downloadsless',60,1,'vbulletin'),(9863,'attachment','intro','downloadsmore',50,1,'vbulletin'),(9862,'attachment','intro','datelineafter',40,1,'vbulletin'),(9861,'attachment','intro','datelinebefore',30,1,'vbulletin'),(9860,'attachment','intro','attachedby',20,1,'vbulletin'),(9859,'attachment','intro','filename',15,1,'vbulletin'),(9858,'attachment','intro','prunedate',10,1,'vbulletin'),(9857,'attachment','intro','',1,1,'vbulletin'),(9856,'attachment','edit','a_visible',40,1,'vbulletin'),(9855,'attachment','edit','a_counter',30,1,'vbulletin'),(9854,'attachment','edit','a_filename',20,1,'vbulletin'),(9853,'attachment','edit','url',1,1,'vbulletin'),(9852,'attachment','edit','',1,1,'vbulletin'),(9851,'attachment','edit','upload',1,1,'vbulletin'),(9850,'attachment','delete','',1,1,'vbulletin'),(9849,'attachment','','',1,1,'vbulletin'),(9848,'announcement','remove','',1,1,'vbulletin'),(9847,'announcement','modify','',1,1,'vbulletin'),(9846,'announcement','edit','reset_views',100,1,'vbulletin'),(9845,'announcement','edit','',1,1,'vbulletin'),(9844,'announcement','add,edit','allowhtml',90,1,'vbulletin'),(9843,'announcement','add,edit','allowsmilies',80,1,'vbulletin'),(9842,'announcement','add,edit','allowbbcode',70,1,'vbulletin'),(9841,'announcement','add,edit','pagetext',60,1,'vbulletin'),(9840,'announcement','add,edit','end',50,1,'vbulletin'),(9839,'announcement','add,edit','start',40,1,'vbulletin'),(9838,'announcement','add,edit','title',30,1,'vbulletin'),(9837,'announcement','add,edit','forumid',20,1,'vbulletin'),(9836,'announcement','add','',1,1,'vbulletin'),(9835,'announcement','','',1,1,'vbulletin'),(9834,'adminreputation','remove','',1,1,'vbulletin'),(9833,'adminreputation','modify','',1,1,'vbulletin'),(9832,'adminreputation','list,dolist','end',40,1,'vbulletin'),(9831,'adminreputation','list,dolist','start',30,1,'vbulletin'),(9830,'adminreputation','list,dolist','leftby',20,1,'vbulletin'),(9829,'adminreputation','list,dolist','leftfor',10,1,'vbulletin'),(9828,'adminreputation','list','',1,1,'vbulletin'),(9827,'adminreputation','editreputation','reputation',20,1,'vbulletin'),(9826,'adminreputation','editreputation','reason',10,1,'vbulletin'),(9825,'adminreputation','editreputation','',1,1,'vbulletin'),(9824,'adminreputation','edit','',1,1,'vbulletin'),(9823,'adminreputation','dolist','',1,1,'vbulletin'),(9822,'adminreputation','deletereputation','',1,1,'vbulletin'),(9821,'adminreputation','add,edit','minimumreputation',20,1,'vbulletin'),(9820,'adminreputation','add,edit','level',10,1,'vbulletin'),(9819,'adminreputation','add','',1,1,'vbulletin'),(9818,'adminreputation','','',1,1,'vbulletin'),(9817,'adminpermissions','modify','',1,1,'vbulletin'),(9816,'adminpermissions','edit','cssprefs',140,1,'vbulletin'),(9815,'adminpermissions','edit','canadminplugins',135,1,'vbulletin'),(9814,'adminpermissions','edit','canadminmaintain',130,1,'vbulletin'),(9813,'adminpermissions','edit','canadmincron',120,1,'vbulletin'),(9812,'adminpermissions','edit','canadminbbcodes',110,1,'vbulletin'),(9811,'adminpermissions','edit','canadminimages',100,1,'vbulletin'),(9810,'adminpermissions','edit','canadminpermissions',90,1,'vbulletin'),(9809,'adminpermissions','edit','canadminfaq',90,1,'vbulletin'),(9808,'adminpermissions','edit','canadminusers',80,1,'vbulletin'),(9807,'adminpermissions','edit','canadmincalendars',70,1,'vbulletin'),(9806,'adminpermissions','edit','canadminthreads',60,1,'vbulletin'),(9805,'adminpermissions','edit','canadminforums',50,1,'vbulletin'),(9804,'adminpermissions','edit','canadminlanguages',40,1,'vbulletin'),(9803,'adminpermissions','edit','canadminstyles',30,1,'vbulletin'),(9802,'adminpermissions','edit','canadminsettings',20,1,'vbulletin'),(9801,'adminpermissions','edit','',1,1,'vbulletin'),(9800,'adminpermissions','edit','dismissednews',1,1,'vbulletin'),(9799,'adminpermissions','','',1,1,'vbulletin'),(9798,'adminlog','view','',1,1,'vbulletin'),(9797,'adminlog','restrict','',1,1,'vbulletin'),(9796,'adminlog','resolveip','',2,1,'vbulletin'),(9795,'adminlog','prunelog','',1,1,'vbulletin'),(9794,'adminlog','choose','daysprune',80,1,'vbulletin'),(9793,'adminlog','choose','puserid',70,1,'vbulletin'),(9792,'adminlog','choose','pscript',60,1,'vbulletin'),(9791,'adminlog','choose','orderby',50,1,'vbulletin'),(9790,'adminlog','choose','userid',40,1,'vbulletin'),(9789,'adminlog','choose','script',30,1,'vbulletin'),(9788,'adminlog','choose','perpage',20,1,'vbulletin'),(9787,'adminlog','choose','',1,1,'vbulletin'),(9786,'adminlog','','',1,1,'vbulletin'),(9785,'admininfraction','modify','',1,1,'vbulletin'),(9784,'admininfraction','editlevel','warning',715,1,'vbulletin'),(9783,'admininfraction','editlevel','points',10,1,'vbulletin'),(9782,'admininfraction','editlevel','expires',7,1,'vbulletin'),(9781,'admininfraction','editlevel','title',5,1,'vbulletin'),(9780,'admininfraction','editlevel','extend',1,1,'vbulletin'),(9779,'admininfraction','editgroup','orusergroupid',30,1,'vbulletin'),(9778,'admininfraction','editgroup','usergroupid',10,1,'vbulletin'),(9777,'admininfraction','editgroup','pointlevel',2,1,'vbulletin'),(9776,'admininfraction','editgroup','',1,1,'vbulletin'),(9775,'admininfraction','editgroup','override',1,1,'vbulletin'),(9774,'admininfraction','','',1,1,'vbulletin'),(9773,'admincalendar','updateholiday','allowsmilies',50,1,'vbulletin'),(9772,'admincalendar','updateholiday','recurring',40,1,'vbulletin'),(9771,'admincalendar','updateholiday','event',30,1,'vbulletin'),(9770,'admincalendar','updateholiday','title',20,1,'vbulletin'),(9769,'admincalendar','updateholiday','varname',10,1,'vbulletin'),(9768,'admincalendar','updateholiday','description',1,1,'vbulletin'),(9767,'admincalendar','updateholiday','',1,1,'vbulletin'),(9766,'admincalendar','removemod','',1,1,'vbulletin'),(9765,'admincalendar','removeholiday','',1,1,'vbulletin'),(9764,'admincalendar','remove','',1,1,'vbulletin'),(9763,'admincalendar','modifyholiday','',1,1,'vbulletin'),(9762,'admincalendar','modify','',1,1,'vbulletin'),(9761,'admincalendar','editmod','',1,1,'vbulletin'),(9760,'admincalendar','edit','',1,1,'vbulletin'),(9759,'admincalendar','deletecustom','',1,1,'vbulletin'),(9758,'admincalendar','addmod,editmod','canviewips',70,1,'vbulletin'),(9757,'admincalendar','addmod,editmod','canmoderateevents',60,1,'vbulletin'),(9756,'admincalendar','addmod,editmod','canmoveevents',55,1,'vbulletin'),(9755,'admincalendar','addmod,editmod','candeleteevents',50,1,'vbulletin'),(9754,'admincalendar','addmod,editmod','caneditevents',40,1,'vbulletin'),(9753,'admincalendar','addmod,editmod','calendarid',20,1,'vbulletin'),(9752,'admincalendar','addmod','modusername',30,1,'vbulletin'),(9751,'admincalendar','addmod','',1,1,'vbulletin'),(9750,'admincalendar','addcustom','required',60,1,'vbulletin'),(9749,'admincalendar','addcustom','length',50,1,'vbulletin'),(9748,'admincalendar','addcustom','allowentry',40,1,'vbulletin'),(9747,'admincalendar','addcustom','options',30,1,'vbulletin'),(9746,'admincalendar','addcustom','description',25,1,'vbulletin'),(9745,'admincalendar','addcustom','title',20,1,'vbulletin'),(9744,'admincalendar','addcustom','',1,1,'vbulletin'),(9743,'admincalendar','add,edit','allowsmilies',180,1,'vbulletin'),(9742,'admincalendar','add,edit','allowimgcode',170,1,'vbulletin'),(9741,'admincalendar','add,edit','allowbbcode',160,1,'vbulletin'),(9740,'admincalendar','add,edit','allowhtml',150,1,'vbulletin'),(9739,'admincalendar','add,edit','showupcoming',145,1,'vbulletin'),(9738,'admincalendar','add,edit','showweekends',140,1,'vbulletin'),(9737,'admincalendar','add,edit','holidays',135,1,'vbulletin'),(9736,'admincalendar','add,edit','showholidays',130,1,'vbulletin'),(9735,'admincalendar','add,edit','showbirthdays',120,1,'vbulletin'),(9734,'admincalendar','add,edit','birthdaycount',110,1,'vbulletin'),(9733,'admincalendar','add,edit','eventcount',100,1,'vbulletin'),(9732,'admincalendar','add,edit','cutoff',90,1,'vbulletin'),(9731,'admincalendar','add,edit','startofweek',80,1,'vbulletin'),(9730,'admincalendar','add,edit','default',76,1,'vbulletin'),(9729,'admincalendar','add,edit','daterange',75,1,'vbulletin'),(9728,'admincalendar','add,edit','moderatenew',70,1,'vbulletin'),(9727,'admincalendar','add,edit','neweventemail',60,1,'vbulletin'),(9726,'admincalendar','add,edit','customfields',50,1,'vbulletin'),(9725,'admincalendar','add,edit','displayorder',40,1,'vbulletin'),(9724,'admincalendar','add,edit','title',20,1,'vbulletin'),(9723,'admincalendar','add','',1,1,'vbulletin'),(9722,'admincalendar','','',1,1,'vbulletin'),(9721,'accessmask','resetall','',1,1,'vbulletin'),(9720,'accessmask','quickedit','',1,1,'vbulletin'),(9719,'accessmask','modify','',1,1,'vbulletin'),(9718,'accessmask','edit','',1,1,'vbulletin'),(9717,'accessmask','','',1,1,'vbulletin'),(11017,'usergroup','add,edit','canpostevent',560,1,'vbulletin'),(11018,'usergroup','add,edit','caneditevent',570,1,'vbulletin'),(11019,'usergroup','add,edit','candeleteevent',580,1,'vbulletin'),(11020,'usergroup','add,edit','canviewothersevent',590,1,'vbulletin'),(11021,'usergroup','add,edit','canwhosonline',600,1,'vbulletin'),(11022,'usergroup','add,edit','canwhosonlinefull',610,1,'vbulletin'),(11023,'usergroup','add,edit','canwhosonlineip',620,1,'vbulletin'),(11024,'usergroup','add,edit','canwhosonlinebad',630,1,'vbulletin'),(11025,'usergroup','add,edit','canwhosonlinelocation',640,1,'vbulletin'),(11026,'usergroup','add,edit','canviewownusernotes',650,1,'vbulletin'),(11027,'usergroup','add,edit','canmanageownusernotes',660,1,'vbulletin'),(11028,'usergroup','add,edit','canpostownusernotes',670,1,'vbulletin'),(11029,'usergroup','add,edit','canviewothersusernotes',680,1,'vbulletin'),(11030,'usergroup','add,edit','canmanageothersusernotes',690,1,'vbulletin'),(11031,'usergroup','add,edit','canpostothersusernotes',700,1,'vbulletin'),(11032,'usergroup','add,edit','caneditownusernotes',710,1,'vbulletin'),(11033,'usergroup','add,edit','canbeusernoted',720,1,'vbulletin'),(11034,'usergroup','add,edit','ismoderator',730,1,'vbulletin'),(11035,'usergroup','add,edit','cancontrolpanel',740,1,'vbulletin'),(11036,'usergroup','add,edit','canuserep',750,1,'vbulletin'),(11037,'usergroup','add,edit','cannegativerep',750,1,'vbulletin'),(11038,'usergroup','add,edit','canseeownrep',760,1,'vbulletin'),(11039,'usergroup','add,edit','canhiderep',770,1,'vbulletin'),(11040,'usergroup','add,edit','canseeothersrep',780,1,'vbulletin'),(11041,'usergroup','add,edit','sigmaxrawchars',800,1,'vbulletin'),(11042,'usergroup','add,edit','sigmaxchars',805,1,'vbulletin'),(11043,'usergroup','add,edit','sigmaxlines',810,1,'vbulletin'),(11044,'usergroup','add,edit','canbbcode',815,1,'vbulletin'),(11045,'usergroup','add,edit','canbbcodebasic',815,1,'vbulletin'),(11046,'usergroup','add,edit','canbbcodecolor',820,1,'vbulletin'),(11047,'usergroup','add,edit','canbbcodesize',825,1,'vbulletin'),(11048,'usergroup','add,edit','sigmaxsizebbcode',830,1,'vbulletin'),(11049,'usergroup','add,edit','canbbcodefont',835,1,'vbulletin'),(11050,'usergroup','add,edit','canbbcodealign',840,1,'vbulletin'),(11051,'usergroup','add,edit','canbbcodelist',840,1,'vbulletin'),(11052,'usergroup','add,edit','canbbcodelink',850,1,'vbulletin'),(11053,'usergroup','add,edit','canbbcodecode',855,1,'vbulletin'),(11054,'usergroup','add,edit','canbbcodephp',860,1,'vbulletin'),(11055,'usergroup','add,edit','canbbcodehtml',865,1,'vbulletin'),(11056,'usergroup','add,edit','canbbcodequote',870,1,'vbulletin'),(11057,'usergroup','add,edit','allowimg',875,1,'vbulletin'),(11058,'usergroup','add,edit','sigmaximages',880,1,'vbulletin'),(11059,'usergroup','add,edit','allowsmilies',885,1,'vbulletin'),(11060,'usergroup','add,edit','allowhtml',890,1,'vbulletin'),(11061,'usergroup','addleader','',1,1,'vbulletin'),(11062,'usergroup','addleader','usergroupid',10,1,'vbulletin'),(11063,'usergroup','addleader','username',20,1,'vbulletin'),(11064,'usergroup','edit','',1,1,'vbulletin'),(11065,'usergroup','edit,add','canseeinfraction',1,1,'vbulletin'),(11066,'usergroup','edit,add','cangiveinfraction',1,1,'vbulletin'),(11067,'usergroup','edit,add','canreverseinfraction',1,1,'vbulletin'),(11068,'usergroup','modify','',1,1,'vbulletin'),(11069,'usergroup','modifypromotion','',1,1,'vbulletin'),(11070,'usergroup','remove','',1,1,'vbulletin'),(11071,'usergroup','removeleader','',1,1,'vbulletin'),(11072,'usergroup','removepromotion','',1,1,'vbulletin'),(11073,'usergroup','updatepromotion','',1,1,'vbulletin'),(11074,'usergroup','updatepromotion','usergroupid',5,1,'vbulletin'),(11075,'usergroup','updatepromotion','reputationtype',10,1,'vbulletin'),(11076,'usergroup','updatepromotion','reputation',20,1,'vbulletin'),(11077,'usergroup','updatepromotion','date',30,1,'vbulletin'),(11078,'usergroup','updatepromotion','posts',40,1,'vbulletin'),(11079,'usergroup','updatepromotion','strategy',50,1,'vbulletin'),(11080,'usergroup','updatepromotion','type',60,1,'vbulletin'),(11081,'usergroup','updatepromotion','joinusergroupid',70,1,'vbulletin'),(11082,'usergroup','viewjoinrequests','',1,1,'vbulletin'),(11083,'usertitle','','',1,1,'vbulletin'),(11084,'usertitle','add','',1,1,'vbulletin'),(11085,'usertitle','add,edit','title',10,1,'vbulletin'),(11086,'usertitle','add,edit','minposts',20,1,'vbulletin'),(11087,'usertitle','edit','',1,1,'vbulletin'),(11088,'usertitle','modify','',1,1,'vbulletin'),(11089,'usertitle','remove','',1,1,'vbulletin'),(11090,'usertools','','',1,1,'vbulletin'),(11091,'usertools','doips','',1,1,'vbulletin'),(11092,'usertools','doips','ipaddress',20,1,'vbulletin'),(11093,'usertools','doips','username',30,1,'vbulletin'),(11094,'usertools','doips','depth',40,1,'vbulletin'),(11095,'usertools','domerge','',1,1,'vbulletin'),(11096,'usertools','gethost','',1,1,'vbulletin'),(11097,'usertools','merge','',1,1,'vbulletin'),(11098,'usertools','merge','sourceuser',10,1,'vbulletin'),(11099,'usertools','merge','destuser',20,1,'vbulletin'),(11100,'usertools','pmfolderstats','',1,1,'vbulletin'),(11101,'usertools','pmstats','',1,1,'vbulletin'),(11102,'usertools','pmuserstats','',1,1,'vbulletin'),(11103,'usertools','referrers','',1,1,'vbulletin'),(11104,'usertools','referrers','startdate',10,1,'vbulletin'),(11105,'usertools','referrers','enddate',20,1,'vbulletin'),(11106,'usertools','removepms','',1,1,'vbulletin'),(11107,'usertools','removesentpms','',1,1,'vbulletin'),(11108,'usertools','removesubs','',1,1,'vbulletin'),(11109,'usertools','showreferrals','',1,1,'vbulletin'),(11110,'usertools','showreferrers','',1,1,'vbulletin');
UNLOCK TABLES;
/*!40000 ALTER TABLE `adminhelp` ENABLE KEYS */;

--
-- Table structure for table `administrator`
--

DROP TABLE IF EXISTS `administrator`;
CREATE TABLE `administrator` (
  `userid` int(10) unsigned NOT NULL default '0',
  `adminpermissions` int(10) unsigned NOT NULL default '0',
  `navprefs` mediumtext,
  `cssprefs` varchar(250) NOT NULL default '',
  `notes` mediumtext,
  `languageid` smallint(5) unsigned NOT NULL default '0',
  `dismissednews` text,
  PRIMARY KEY  (`userid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `administrator`
--


/*!40000 ALTER TABLE `administrator` DISABLE KEYS */;
LOCK TABLES `administrator` WRITE;
INSERT INTO `administrator` (`userid`, `adminpermissions`, `navprefs`, `cssprefs`, `notes`, `languageid`, `dismissednews`) VALUES (1,131068,'vbulletin_0,vbulletin_1,vbulletin_5,vbulletin_22,vbulletin_26','vBulletin_3_Silver',NULL,0,NULL),(1479,98300,'','',NULL,0,'8'),(5,98300,'vbulletin_0,vbulletin_1,vbulletin_10','',NULL,0,NULL),(8,98300,'','vBulletin_3_Default',NULL,0,'');
UNLOCK TABLES;
/*!40000 ALTER TABLE `administrator` ENABLE KEYS */;

--
-- Table structure for table `adminlog`
--

DROP TABLE IF EXISTS `adminlog`;
CREATE TABLE `adminlog` (
  `adminlogid` int(10) unsigned NOT NULL auto_increment,
  `userid` int(10) unsigned NOT NULL default '0',
  `dateline` int(10) unsigned NOT NULL default '0',
  `script` varchar(50) NOT NULL default '',
  `action` varchar(20) NOT NULL default '',
  `extrainfo` varchar(200) NOT NULL default '',
  `ipaddress` varchar(15) NOT NULL default '',
  PRIMARY KEY  (`adminlogid`),
  KEY `script_action` (`script`,`action`)
) ENGINE=MyISAM AUTO_INCREMENT=8702 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `adminlog`
--


/*!40000 ALTER TABLE `adminlog` DISABLE KEYS */;
LOCK TABLES `adminlog` WRITE;
INSERT INTO `adminlog` (`adminlogid`, `userid`, `dateline`, `script`, `action`, `extrainfo`, `ipaddress`) VALUES (1,1,1155607809,'options.php','','','84.36.13.69'),(2,1,1155607812,'options.php','options','','84.36.13.69'),(3,1,1155608124,'options.php','dooptions','','84.36.13.69'),(4,1,1155608126,'options.php','options','','84.36.13.69'),(5,1,1155608134,'template.php','modify','','84.36.13.69'),(6,1,1155608139,'template.php','files','','84.36.13.69'),(7,1,1155608190,'template.php','upload','','84.36.13.69'),(8,1,1155608206,'template.php','upload','','84.36.13.69'),(9,1,1155608207,'template.php','rebuild','','84.36.13.69'),(10,1,1155608210,'template.php','','','84.36.13.69'),(11,1,1155608411,'template.php','files','','84.36.13.69'),(12,1,1155608429,'template.php','upload','','84.36.13.69'),(13,1,1155608430,'template.php','rebuild','','84.36.13.69'),(14,1,1155608434,'template.php','','','84.36.13.69'),(15,1,1155608643,'template.php','deletestyle','style id = 2','84.36.13.69'),(16,1,1155608644,'template.php','deletestyle','style id = 2','84.36.13.69'),(17,1,1155608650,'template.php','killstyle','style id = 2','84.36.13.69'),(18,1,1155608653,'template.php','modify','','84.36.13.69'),(19,1,1155608658,'template.php','files','','84.36.13.69'),(20,1,1155608670,'template.php','upload','','84.36.13.69'),(21,1,1155608672,'template.php','rebuild','','84.36.13.69'),(22,1,1155608674,'template.php','','','84.36.13.69'),(23,1,1155608693,'template.php','deletestyle','style id = 4','84.36.13.69'),(24,1,1155608694,'template.php','deletestyle','style id = 4','84.36.13.69'),(25,1,1155608696,'template.php','files','','84.36.13.69'),(26,1,1155608708,'template.php','upload','','84.36.13.69'),(27,1,1155608714,'template.php','upload','','84.36.13.69'),(28,1,1155608721,'template.php','modify','','84.36.13.69'),(29,1,1155608736,'template.php','deletestyle','style id = 5','84.36.13.69'),(30,1,1155608738,'template.php','deletestyle','style id = 5','84.36.13.69'),(31,1,1155608742,'template.php','killstyle','style id = 5','84.36.13.69'),(32,1,1155608745,'template.php','modify','','84.36.13.69'),(33,1,1155608749,'template.php','deletestyle','style id = 4','84.36.13.69'),(34,1,1155608752,'template.php','deletestyle','style id = 4','84.36.13.69'),(35,1,1155608755,'template.php','killstyle','style id = 4','84.36.13.69'),(36,1,1155608759,'template.php','modify','','84.36.13.69'),(37,1,1155608764,'template.php','deletestyle','style id = 1','84.36.13.69'),(38,1,1155608775,'template.php','files','','84.36.13.69'),(39,1,1155608787,'template.php','upload','','84.36.13.69'),(40,1,1155608789,'template.php','rebuild','','84.36.13.69'),(41,1,1155608791,'template.php','','','84.36.13.69'),(42,1,1155608806,'template.php','deletestyle','style id = 6','84.36.13.69'),(43,1,1155608807,'template.php','deletestyle','style id = 6','84.36.13.69'),(44,1,1155608813,'template.php','killstyle','style id = 6','84.36.13.69'),(45,1,1155608817,'template.php','modify','','84.36.13.69'),(46,1,1155608817,'template.php','modify','','84.36.13.69'),(47,1,1155608822,'template.php','modify','','84.36.13.69'),(48,1,1155608829,'options.php','','','84.36.13.69'),(49,1,1155608837,'options.php','options','','84.36.13.69'),(50,1,1155608846,'options.php','dooptions','','84.36.13.69'),(51,1,1155608849,'options.php','options','','84.36.13.69'),(52,1,1155608860,'template.php','modify','','84.36.13.69'),(53,1,1155608867,'template.php','modify','','84.36.13.69'),(54,1,1155608871,'template.php','search','','84.36.13.69'),(55,1,1155608899,'template.php','modify','','84.36.13.69'),(56,1,1155608904,'template.php','edit','style id = 0','84.36.13.69'),(57,1,1155608938,'template.php','updatetemplate','style id = 3','84.36.13.69'),(58,1,1155609069,'forum.php','modify','','84.36.13.69'),(59,1,1155609079,'forum.php','edit','forum id = 1','84.36.13.69'),(60,1,1155609094,'forum.php','update','forum id = 1','84.36.13.69'),(61,1,1155609096,'forum.php','modify','forum id = 1','84.36.13.69'),(62,1,1155609099,'forum.php','edit','forum id = 2','84.36.13.69'),(63,1,1155609146,'forum.php','update','forum id = 2','84.36.13.69'),(64,1,1155609148,'forum.php','modify','forum id = 2','84.36.13.69'),(65,1,1155609151,'forum.php','add','','84.36.13.69'),(66,1,1155609160,'forum.php','add','','84.36.13.69'),(67,1,1155609166,'forum.php','add','','84.36.13.69'),(68,1,1155609181,'forum.php','update','','84.36.13.69'),(69,1,1155609183,'forum.php','modify','forum id = 3','84.36.13.69'),(70,1,1155609193,'forum.php','add','','84.36.13.69'),(71,1,1155609233,'forum.php','update','','84.36.13.69'),(72,1,1155609235,'forum.php','modify','forum id = 4','84.36.13.69'),(73,1,1155609242,'forum.php','add','','84.36.13.69'),(74,1,1155609262,'forum.php','update','','84.36.13.69'),(75,1,1155609264,'forum.php','modify','forum id = 5','84.36.13.69'),(76,1,1155609278,'forum.php','add','','84.36.13.69'),(77,1,1155609304,'forum.php','update','','84.36.13.69'),(78,1,1155609307,'forum.php','modify','forum id = 6','84.36.13.69'),(79,1,1155609312,'forum.php','edit','forum id = 3','84.36.13.69'),(80,1,1155609322,'forum.php','update','forum id = 3','84.36.13.69'),(81,1,1155609324,'forum.php','modify','forum id = 3','84.36.13.69'),(82,1,1155609329,'forum.php','add','','84.36.13.69'),(83,1,1155609374,'forum.php','update','','84.36.13.69'),(84,1,1155609376,'forum.php','modify','forum id = 7','84.36.13.69'),(85,1,1155609381,'forum.php','add','','84.36.13.69'),(86,1,1155609406,'forum.php','update','','84.36.13.69'),(87,1,1155609408,'forum.php','modify','forum id = 8','84.36.13.69'),(88,1,1155609414,'forum.php','edit','forum id = 6','84.36.13.69'),(89,1,1155609418,'forum.php','update','forum id = 6','84.36.13.69'),(90,1,1155609420,'forum.php','modify','forum id = 6','84.36.13.69'),(91,1,1155609429,'forum.php','doorder','','84.36.13.69'),(92,1,1155609431,'forum.php','modify','','84.36.13.69'),(93,1,1155609450,'forum.php','doorder','','84.36.13.69'),(94,1,1155609452,'forum.php','modify','','84.36.13.69'),(95,1,1155609460,'forum.php','edit','forum id = 7','84.36.13.69'),(96,1,1155609473,'forum.php','update','forum id = 7','84.36.13.69'),(97,1,1155609475,'forum.php','modify','forum id = 7','84.36.13.69'),(98,1,1155609487,'forum.php','add','','84.36.13.69'),(99,1,1155609490,'forum.php','add','','84.36.13.69'),(100,1,1155609510,'forum.php','update','','84.36.13.69'),(101,1,1155609512,'forum.php','modify','forum id = 9','84.36.13.69'),(102,1,1155609520,'forum.php','doorder','','84.36.13.69'),(103,1,1155609522,'forum.php','modify','','84.36.13.69'),(104,1,1155609526,'forum.php','add','','84.36.13.69'),(105,1,1155609590,'forum.php','update','','84.36.13.69'),(106,1,1155609592,'forum.php','modify','forum id = 10','84.36.13.69'),(107,1,1155609643,'usergroup.php','modify','','84.36.13.69'),(108,1,1155609649,'usergroup.php','edit','usergroup id = 6','84.36.13.69'),(109,1,1155609734,'help.php','answer','','84.36.13.69'),(110,1,1155609829,'usergroup.php','update','usergroup id = 6','84.36.13.69'),(111,1,1155609831,'usergroup.php','modify','','84.36.13.69'),(112,1,1155609841,'usergroup.php','edit','usergroup id = 7','84.36.13.69'),(113,1,1155609861,'usergroup.php','update','usergroup id = 7','84.36.13.69'),(114,1,1155609863,'usergroup.php','modify','','84.36.13.69'),(115,1,1155609872,'usergroup.php','edit','usergroup id = 5','84.36.13.69'),(116,1,1155609907,'usergroup.php','update','usergroup id = 5','84.36.13.69'),(117,1,1155609909,'usergroup.php','modify','','84.36.13.69'),(118,1,1155609913,'usergroup.php','edit','usergroup id = 3','84.36.13.69'),(119,1,1155609929,'usergroup.php','update','usergroup id = 3','84.36.13.69'),(120,1,1155609931,'usergroup.php','modify','','84.36.13.69'),(121,1,1155609937,'usergroup.php','edit','usergroup id = 2','84.36.13.69'),(122,1,1155609952,'usergroup.php','update','usergroup id = 2','84.36.13.69'),(123,1,1155609954,'usergroup.php','modify','','84.36.13.69'),(124,1,1155609992,'usergroup.php','edit','usergroup id = 8','84.36.13.69'),(125,1,1155610143,'usertitle.php','modify','','84.36.13.69'),(126,1,1155610168,'usertitle.php','edit','usertitle id = 1','84.36.13.69'),(127,1,1155610182,'usertitle.php','doupdate','usertitle id = 1','84.36.13.69'),(128,1,1155610184,'usertitle.php','modify','','84.36.13.69'),(129,1,1155610192,'usertitle.php','edit','usertitle id = 2','84.36.13.69'),(130,1,1155610206,'usertitle.php','doupdate','usertitle id = 2','84.36.13.69'),(131,1,1155610208,'usertitle.php','modify','','84.36.13.69'),(132,1,1155610211,'usertitle.php','edit','usertitle id = 3','84.36.13.69'),(133,1,1155610226,'usertitle.php','doupdate','usertitle id = 3','84.36.13.69'),(134,1,1155610228,'usertitle.php','modify','','84.36.13.69'),(135,1,1155610231,'usertitle.php','add','','84.36.13.69'),(136,1,1155610245,'usertitle.php','insert','','84.36.13.69'),(137,1,1155610247,'usertitle.php','modify','','84.36.13.69'),(138,1,1155610251,'options.php','','','84.36.13.69'),(139,1,1155610338,'options.php','options','','84.36.13.69'),(140,1,1155610348,'options.php','dooptions','','84.36.13.69'),(141,1,1155610350,'options.php','options','','84.36.13.69'),(142,1,1155610369,'image.php','modify','Avatars','84.36.13.69'),(143,1,1155610381,'ranks.php','modify','','84.36.13.69'),(144,1,1155610399,'forum.php','modify','','84.36.13.69'),(145,1,1155610403,'forum.php','edit','forum id = 8','84.36.13.69'),(146,1,1155610410,'forum.php','update','forum id = 8','84.36.13.69'),(147,1,1155610412,'forum.php','modify','forum id = 8','84.36.13.69'),(148,1,1155611284,'options.php','','','84.36.13.69'),(149,1,1155611294,'options.php','options','','84.36.13.69'),(150,1,1155611299,'options.php','options','','84.36.13.69'),(151,1,1155611307,'options.php','dooptions','','84.36.13.69'),(152,1,1155611309,'options.php','options','','84.36.13.69'),(153,1,1155650100,'user.php','modify','','84.36.14.26'),(154,1,1155650106,'user.php','find','','84.36.14.26'),(155,1,1155650107,'user.php','edit','user id = 2','84.36.14.26'),(156,1,1155650113,'user.php','update','user id = 2','84.36.14.26'),(157,1,1155650119,'user.php','modify','user id = 2','84.36.14.26'),(158,1,1155650128,'user.php','find','','84.36.14.26'),(159,1,1155650128,'user.php','edit','user id = 2','84.36.14.26'),(160,1,1155650133,'adminpermissions.php','edit','user id = 2 (Gamool)','84.36.14.26'),(161,1,1155650137,'adminpermissions.php','update','user id = 2 (Gamool) (0 &raquo; 98300)','84.36.14.26'),(162,1,1155650139,'adminpermissions.php','','','84.36.14.26'),(163,2,1155650221,'options.php','','','84.36.14.26'),(164,2,1155650225,'options.php','options','','84.36.14.26'),(165,1,1155650228,'forum.php','modify','','82.129.177.81'),(166,1,1155650235,'forum.php','add','','82.129.177.81'),(167,1,1155650263,'forum.php','update','','82.129.177.81'),(168,1,1155650266,'forum.php','modify','forum id = 11','82.129.177.81'),(169,1,1155650288,'forum.php','doorder','','82.129.177.81'),(170,1,1155650290,'forum.php','modify','','82.129.177.81'),(171,1,1155650339,'options.php','','','82.129.177.81'),(172,1,1155650342,'options.php','options','','82.129.177.81'),(173,1,1155650388,'options.php','dooptions','','82.129.177.81'),(174,1,1155650391,'options.php','options','','82.129.177.81'),(175,2,1155650403,'template.php','modify','','84.36.14.26'),(176,1,1155650406,'forum.php','modify','','82.129.177.81'),(177,2,1155650413,'template.php','modify','','84.36.14.26'),(178,2,1155650423,'css.php','edit','style id = 3','84.36.14.26'),(179,1,1155650436,'forum.php','add','','82.129.177.81'),(180,1,1155650446,'forum.php','add','','82.129.177.81'),(181,1,1155650485,'forum.php','update','','82.129.177.81'),(182,1,1155650488,'forum.php','modify','forum id = 12','82.129.177.81'),(183,1,1155650498,'forum.php','doorder','','82.129.177.81'),(184,1,1155650501,'forum.php','modify','','82.129.177.81'),(185,1,1155650508,'forum.php','add','','82.129.177.81'),(186,1,1155650536,'forum.php','update','','82.129.177.81'),(187,1,1155650538,'forum.php','modify','forum id = 13','82.129.177.81'),(188,2,1155650690,'template.php','modify','','84.36.14.26'),(189,2,1155650692,'css.php','edit','style id = 3','84.36.14.26'),(190,2,1155650750,'css.php','update','style id = 3','84.36.14.26'),(191,2,1155650752,'css.php','edit','style id = 3','84.36.14.26'),(192,2,1155650819,'css.php','update','style id = 3','84.36.14.26'),(193,2,1155650823,'css.php','edit','style id = 3','84.36.14.26'),(194,2,1155650910,'css.php','update','style id = 3','84.36.14.26'),(195,2,1155650912,'css.php','edit','style id = 3','84.36.14.26'),(196,2,1155650968,'css.php','update','style id = 3','84.36.14.26'),(197,2,1155650970,'css.php','edit','style id = 3','84.36.14.26'),(198,2,1155651013,'css.php','update','style id = 3','84.36.14.26'),(199,2,1155651015,'css.php','edit','style id = 3','84.36.14.26'),(200,2,1155651052,'css.php','update','style id = 3','84.36.14.26'),(201,2,1155651054,'css.php','edit','style id = 3','84.36.14.26'),(202,2,1155651116,'css.php','update','style id = 3','84.36.14.26'),(203,2,1155651118,'css.php','edit','style id = 3','84.36.14.26'),(204,2,1155651226,'css.php','update','style id = 3','84.36.14.26'),(205,2,1155651228,'css.php','edit','style id = 3','84.36.14.26'),(206,2,1155651364,'css.php','update','style id = 3','84.36.14.26'),(207,2,1155651367,'css.php','edit','style id = 3','84.36.14.26'),(208,1,1155651429,'usergroup.php','modify','','82.129.177.81'),(209,1,1155651434,'usergroup.php','edit','usergroup id = 6','82.129.177.81'),(210,1,1155651454,'usergroup.php','modify','','82.129.177.81'),(211,1,1155651461,'usergroup.php','edit','usergroup id = 2','82.129.177.81'),(212,2,1155651477,'css.php','update','style id = 3','84.36.14.26'),(213,2,1155651479,'css.php','edit','style id = 3','84.36.14.26'),(214,1,1155651483,'usergroup.php','update','usergroup id = 2','82.129.177.81'),(215,1,1155651487,'usergroup.php','modify','','82.129.177.81'),(216,2,1155651656,'css.php','update','style id = 3','84.36.14.26'),(217,2,1155651658,'css.php','edit','style id = 3','84.36.14.26'),(218,2,1155651760,'css.php','update','style id = 3','84.36.14.26'),(219,2,1155651762,'css.php','edit','style id = 3','84.36.14.26'),(220,2,1155651813,'css.php','update','style id = 3','84.36.14.26'),(221,2,1155651815,'css.php','edit','style id = 3','84.36.14.26'),(222,2,1155651909,'template.php','search','','84.36.14.26'),(223,2,1155651927,'template.php','modify','','84.36.14.26'),(224,2,1155651939,'template.php','modify','','84.36.14.26'),(225,2,1155651941,'css.php','edit','style id = 3','84.36.14.26'),(226,2,1155651954,'template.php','modify','','84.36.14.26'),(227,2,1155651957,'template.php','files','style id = 3','84.36.14.26'),(228,2,1155652201,'template.php','modify','','84.36.14.26'),(229,2,1155652229,'css.php','edit','style id = 3','84.36.14.26'),(230,2,1155652374,'template.php','files','','84.36.14.26'),(231,2,1155652462,'template.php','upload','','84.36.14.26'),(232,2,1155652465,'template.php','rebuild','','84.36.14.26'),(233,2,1155652475,'template.php','','','84.36.14.26'),(234,2,1155652842,'template.php','search','','84.36.14.26'),(235,2,1155652862,'template.php','modify','','84.36.14.26'),(236,2,1155652865,'template.php','add','style id = 3','84.36.14.26'),(237,2,1155652874,'template.php','inserttemplate','style id = 3','84.36.14.26'),(238,2,1155652876,'template.php','modify','style id = 0','84.36.14.26'),(239,2,1155653114,'plugin.php','product','','84.36.14.26'),(240,2,1155653297,'plugin.php','productadd','','84.36.14.26'),(241,2,1155653314,'plugin.php','productimport','','84.36.14.26'),(242,2,1155653316,'plugin.php','product','','84.36.14.26'),(243,2,1155653809,'template.php','search','','84.36.14.26'),(244,2,1155653821,'template.php','modify','','84.36.14.26'),(245,2,1155653829,'template.php','edit','style id = 0','84.36.14.26'),(246,2,1155653830,'template.php','edit','style id = 0','84.36.14.26'),(247,2,1155653857,'template.php','updatetemplate','style id = 3','84.36.14.26'),(248,2,1155653884,'options.php','','','84.36.14.26'),(249,2,1155653889,'options.php','options','','84.36.14.26'),(250,2,1155653903,'options.php','dooptions','','84.36.14.26'),(251,2,1155653911,'options.php','options','','84.36.14.26'),(252,1,1155655949,'options.php','','','82.129.177.81'),(253,1,1155655952,'options.php','options','','82.129.177.81'),(254,1,1155655961,'options.php','dooptions','','82.129.177.81'),(255,1,1155655963,'options.php','options','','82.129.177.81'),(256,1,1155655978,'options.php','dooptions','','82.129.177.81'),(257,1,1155655980,'options.php','options','','82.129.177.81'),(258,1,1155655991,'options.php','dooptions','','82.129.177.81'),(259,1,1155655993,'options.php','options','','82.129.177.81'),(260,2,1155656746,'template.php','modify','','84.36.14.26'),(261,2,1155656751,'css.php','edit','style id = 3','84.36.14.26'),(262,2,1155656771,'css.php','update','style id = 3','84.36.14.26'),(263,2,1155656773,'css.php','edit','style id = 3','84.36.14.26'),(264,2,1155656821,'css.php','update','style id = 3','84.36.14.26'),(265,2,1155656823,'css.php','edit','style id = 3','84.36.14.26'),(266,2,1155656962,'usergroup.php','modify','','84.36.14.26'),(267,2,1155656982,'usergroup.php','edit','usergroup id = 6','84.36.14.26'),(268,2,1155657009,'usergroup.php','update','usergroup id = 6','84.36.14.26'),(269,2,1155657011,'usergroup.php','modify','','84.36.14.26'),(270,1,1155657064,'user.php','modify','','82.129.177.81'),(271,1,1155657069,'user.php','find','','82.129.177.81'),(272,1,1155657070,'user.php','edit','user id = 2','82.129.177.81'),(273,1,1155657079,'user.php','editaccess','user id = 2','82.129.177.81'),(274,1,1155657104,'usergroup.php','modify','','82.129.177.81'),(275,1,1155658128,'forum.php','modify','','82.129.177.81'),(276,1,1155658134,'moderator.php','add','forum id = 11','82.129.177.81'),(277,1,1155658186,'moderator.php','update','forum id = 11','82.129.177.81'),(278,1,1155658188,'forum.php','modify','forum id = 11','82.129.177.81'),(279,1,1155658412,'user.php','add','','82.129.177.81'),(280,1,1155658413,'user.php','add','','82.129.177.81'),(281,1,1155658425,'user.php','modify','','82.129.177.81'),(282,1,1155658428,'user.php','find','','82.129.177.81'),(283,1,1155658429,'user.php','edit','user id = 5','82.129.177.81'),(284,1,1155658458,'user.php','update','user id = 5','82.129.177.81'),(285,1,1155658460,'user.php','modify','user id = 5','82.129.177.81'),(286,1,1155658493,'user.php','find','','82.129.177.81'),(287,1,1155658494,'user.php','edit','user id = 5','82.129.177.81'),(288,1,1155658519,'user.php','update','user id = 5','82.129.177.81'),(289,1,1155658521,'user.php','modify','user id = 5','82.129.177.81'),(290,1,1155668230,'forum.php','modify','','82.129.177.81'),(291,1,1155668230,'forum.php','modify','','82.129.177.81'),(292,1,1155668236,'forum.php','remove','forum id = 6','82.129.177.81'),(293,1,1155668240,'forum.php','kill','forum id = 6','82.129.177.81'),(294,1,1155668242,'forum.php','','','82.129.177.81'),(295,1,1155668254,'forum.php','doorder','','82.129.177.81'),(296,1,1155668256,'forum.php','modify','','82.129.177.81'),(297,1,1155668787,'options.php','','','82.129.177.81'),(298,1,1155668791,'options.php','options','','82.129.177.81'),(299,1,1155668806,'options.php','dooptions','','82.129.177.81'),(300,1,1155668808,'options.php','options','','82.129.177.81'),(301,1,1155668855,'options.php','','','82.129.177.81'),(302,1,1155668856,'options.php','','','82.129.177.81'),(303,1,1155668901,'options.php','options','','82.129.177.81'),(304,1,1155668912,'options.php','dooptions','','82.129.177.81'),(305,1,1155668914,'options.php','options','','82.129.177.81'),(306,1,1155678093,'user.php','modify','','84.36.13.184'),(307,1,1155678104,'user.php','find','','84.36.13.184'),(308,1,1155678105,'user.php','edit','user id = 8','84.36.13.184'),(309,1,1155678120,'user.php','update','user id = 8','84.36.13.184'),(310,1,1155678122,'user.php','modify','user id = 8','84.36.13.184'),(311,1,1155678631,'user.php','find','','84.36.13.184'),(312,1,1155687355,'language.php','modify','','84.36.13.184'),(313,1,1155687381,'announcement.php','modify','','84.36.13.184'),(314,1,1155687392,'forum.php','modify','','84.36.13.184'),(315,1,1155687403,'forumpermission.php','modify','','84.36.13.184'),(316,1,1155687413,'forumpermission.php','edit','forum id = 1 / usergroup id = 8','84.36.13.184'),(317,1,1155687434,'usergroup.php','modify','','84.36.13.184'),(318,1,1155687439,'usergroup.php','edit','usergroup id = 1','84.36.13.184'),(319,1,1155687450,'usergroup.php','update','usergroup id = 1','84.36.13.184'),(320,1,1155687452,'usergroup.php','modify','','84.36.13.184'),(321,1,1155687476,'usergroup.php','edit','usergroup id = 7','84.36.13.184'),(322,1,1155687566,'forum.php','modify','','84.36.13.184'),(323,1,1155687574,'moderator.php','add','forum id = 7','84.36.13.184'),(324,1,1155687617,'moderator.php','update','forum id = 7','84.36.13.184'),(325,1,1155687619,'forum.php','modify','forum id = 7','84.36.13.184'),(326,1,1155687653,'moderator.php','add','forum id = 7','84.36.13.184'),(327,1,1155687666,'moderator.php','update','forum id = 7','84.36.13.184'),(328,1,1155687670,'forum.php','modify','forum id = 7','84.36.13.184'),(329,1,1155687704,'moderator.php','edit',' moderator id = 4','84.36.13.184'),(330,1,1155687718,'moderator.php','showmods','forum id = 7','84.36.13.184'),(331,1,1155687724,'user.php','edit','user id = 8','84.36.13.184'),(332,1,1155687733,'user.php','update','user id = 8','84.36.13.184'),(333,1,1155687735,'user.php','modify','user id = 8','84.36.13.184'),(334,1,1155687763,'moderator.php','remove',' moderator id = 4','84.36.13.184'),(335,1,1155687768,'moderator.php','kill',' moderator id = 4','84.36.13.184'),(336,1,1155687770,'moderator.php','showlist','','84.36.13.184'),(337,1,1155687791,'user.php','modify','','84.36.13.184'),(338,1,1155687803,'user.php','find','','84.36.13.184'),(339,1,1155687803,'user.php','edit','user id = 8','84.36.13.184'),(340,1,1155687811,'user.php','update','user id = 8','84.36.13.184'),(341,1,1155687813,'user.php','modify','user id = 8','84.36.13.184'),(342,1,1155687842,'user.php','find','','84.36.13.184'),(343,1,1155687934,'forum.php','modify','','84.36.13.184'),(344,1,1155687939,'forum.php','edit','forum id = 10','84.36.13.184'),(345,1,1155687949,'forum.php','update','forum id = 10','84.36.13.184'),(346,1,1155687951,'forum.php','modify','forum id = 10','84.36.13.184'),(347,1,1155688057,'forum.php','edit','forum id = 11','84.36.13.184'),(348,1,1155688069,'forum.php','update','forum id = 11','84.36.13.184'),(349,1,1155688071,'forum.php','modify','forum id = 11','84.36.13.184'),(350,1,1155718853,'user.php','modify','','84.36.13.116'),(351,1,1155718857,'user.php','find','','84.36.13.116'),(352,1,1155720216,'options.php','','','84.36.13.116'),(353,1,1155720235,'options.php','options','','84.36.13.116'),(354,1,1155720253,'options.php','dooptions','','84.36.13.116'),(355,1,1155720255,'options.php','options','','84.36.13.116'),(356,1,1155721881,'options.php','options','','84.36.13.116'),(357,1,1155740565,'forum.php','modify','','84.36.13.116'),(358,1,1155740574,'forum.php','add','','84.36.13.116'),(359,1,1155740606,'forum.php','update','','84.36.13.116'),(360,1,1155740609,'forum.php','modify','forum id = 14','84.36.13.116'),(361,1,1155740639,'forum.php','doorder','','84.36.13.116'),(362,1,1155740642,'forum.php','modify','','84.36.13.116'),(363,1,1155767086,'forum.php','modify','','84.36.13.116'),(364,1,1155767686,'user.php','modify','','84.36.13.116'),(365,1,1155767689,'user.php','modify','','84.36.13.116'),(366,1,1155767695,'user.php','find','','84.36.13.116'),(367,1,1155767726,'options.php','','','84.36.13.116'),(368,1,1155768825,'options.php','options','','84.36.13.116'),(369,1,1155768835,'options.php','dooptions','','84.36.13.116'),(370,1,1155768837,'options.php','options','','84.36.13.116'),(371,1,1155781858,'usergroup.php','add','','84.36.13.116'),(372,1,1155781867,'usergroup.php','modify','','84.36.13.116'),(373,1,1155781875,'usergroup.php','edit','usergroup id = 6','84.36.13.116'),(374,1,1155782030,'usergroup.php','update','','84.36.13.116'),(375,1,1155782034,'usergroup.php','modify','','84.36.13.116'),(376,1,1155782047,'user.php','modify','','84.36.13.116'),(377,1,1155782049,'user.php','modify','','84.36.13.116'),(378,1,1155782056,'user.php','find','','84.36.13.116'),(379,1,1155782084,'user.php','find','','84.36.13.116'),(380,1,1155782085,'user.php','edit','user id = 30','84.36.13.116'),(381,1,1155782107,'user.php','update','user id = 30','84.36.13.116'),(382,1,1155782111,'user.php','modify','user id = 30','84.36.13.116'),(383,1,1155784720,'template.php','modify','','84.36.13.116'),(384,1,1155784735,'template.php','modify','','84.36.13.116'),(385,1,1155784737,'template.php','modify','','84.36.13.116'),(386,1,1155784757,'template.php','edit','style id = 0','84.36.13.116'),(387,1,1155788690,'template.php','modify','','84.36.13.54'),(388,1,1155788696,'template.php','modify','','84.36.13.54'),(389,1,1155788698,'template.php','modify','','84.36.13.54'),(390,1,1155788703,'template.php','edit','style id = 0','84.36.13.54'),(391,1,1155788838,'template.php','updatetemplate','style id = 3','84.36.13.54'),(392,1,1155788863,'template.php','edit','style id = 0','84.36.13.54'),(393,1,1155788888,'template.php','updatetemplate','style id = 3','84.36.13.54'),(394,1,1155788890,'template.php','edit','style id = 0','84.36.13.54'),(395,1,1155788964,'template.php','updatetemplate','style id = 3','84.36.13.54'),(396,1,1155788967,'template.php','edit','style id = 0','84.36.13.54'),(397,1,1155834046,'template.php','findupdates','','82.129.177.81'),(398,1,1155834074,'options.php','','','82.129.177.81'),(399,1,1155834080,'options.php','options','','82.129.177.81'),(400,1,1155834163,'options.php','dooptions','','82.129.177.81'),(401,1,1155834165,'options.php','options','','82.129.177.81'),(402,1,1155834174,'options.php','dooptions','','82.129.177.81'),(403,1,1155834176,'options.php','options','','82.129.177.81'),(404,1,1155834205,'options.php','searchtype','','82.129.177.81'),(405,1,1155834216,'options.php','','','82.129.177.81'),(406,1,1155834217,'options.php','','','82.129.177.81'),(407,1,1155834254,'options.php','options','','82.129.177.81'),(408,2,1155850494,'template.php','modify','','84.36.14.15'),(409,2,1155850514,'css.php','edit','style id = 3','84.36.14.15'),(410,2,1155850698,'css.php','update','style id = 3','84.36.14.15'),(411,2,1155850700,'css.php','edit','style id = 3','84.36.14.15'),(412,2,1155850785,'css.php','update','style id = 3','84.36.14.15'),(413,2,1155850788,'css.php','edit','style id = 3','84.36.14.15'),(414,2,1155850807,'options.php','','','84.36.14.15'),(415,2,1155850811,'options.php','options','','84.36.14.15'),(416,2,1155850886,'options.php','dooptions','','84.36.14.15'),(417,2,1155850888,'options.php','options','','84.36.14.15'),(418,2,1155850970,'template.php','modify','','84.36.14.15'),(419,1,1155856353,'user.php','modify','','84.36.8.197'),(420,1,1155856387,'user.php','find','','84.36.8.197'),(421,1,1155856388,'user.php','edit','user id = 30','84.36.8.197'),(422,1,1155856408,'user.php','update','user id = 30','84.36.8.197'),(423,1,1155856413,'user.php','modify','user id = 30','84.36.8.197'),(424,1,1155856848,'forum.php','modify','','84.36.8.197'),(425,1,1155856858,'forum.php','add','','84.36.8.197'),(426,1,1155856882,'forum.php','update','','84.36.8.197'),(427,1,1155856888,'forum.php','modify','forum id = 15','84.36.8.197'),(428,1,1155856901,'forum.php','doorder','','84.36.8.197'),(429,1,1155856903,'forum.php','modify','','84.36.8.197'),(430,1,1155856973,'forum.php','doorder','','84.36.8.197'),(431,1,1155856976,'forum.php','modify','','84.36.8.197'),(432,1,1155857596,'options.php','','','84.36.8.197'),(433,1,1155857686,'options.php','options','','84.36.8.197'),(434,1,1155857698,'options.php','dooptions','','84.36.8.197'),(435,1,1155857700,'options.php','options','','84.36.8.197'),(436,1,1155857771,'options.php','dooptions','','84.36.8.197'),(437,1,1155857773,'options.php','options','','84.36.8.197'),(438,1,1155858160,'user.php','add','','84.36.8.197'),(439,1,1155858164,'user.php','modify','','84.36.8.197'),(440,1,1155858173,'user.php','find','','84.36.8.197'),(441,1,1155858182,'user.php','edit','user id = 30','84.36.8.197'),(442,1,1155858234,'user.php','update','user id = 30','84.36.8.197'),(443,1,1155858239,'usertools.php','avatar','user id = 30','84.36.8.197'),(444,1,1155858269,'usertools.php','updateavatar','user id = 30','84.36.8.197'),(445,1,1155858280,'user.php','modify','user id = 30','84.36.8.197'),(446,1,1155858659,'template.php','modify','','84.36.8.197'),(447,1,1155858697,'css.php','edit','style id = 3','84.36.8.197'),(448,1,1155859660,'forum.php','modify','','84.36.14.15'),(449,1,1155859676,'forum.php','add','','84.36.14.15'),(450,1,1155859721,'forum.php','update','','84.36.14.15'),(451,1,1155859725,'forum.php','modify','forum id = 16','84.36.14.15'),(452,1,1155859952,'moderator.php','add','forum id = 2','84.36.14.15'),(453,1,1155859994,'moderator.php','update','forum id = 2','84.36.14.15'),(454,1,1155859998,'forum.php','modify','forum id = 2','84.36.14.15'),(455,1,1155860146,'user.php','modify','','84.36.14.15'),(456,1,1155860164,'user.php','find','','84.36.14.15'),(457,1,1155860166,'user.php','edit','user id = 9','84.36.14.15'),(458,1,1155860177,'user.php','update','user id = 9','84.36.14.15'),(459,1,1155860181,'user.php','modify','user id = 9','84.36.14.15'),(460,1,1155860308,'template.php','modify','','84.36.14.15'),(461,1,1155860313,'css.php','edit','style id = 3','84.36.14.15'),(462,1,1155860378,'css.php','update','style id = 3','84.36.14.15'),(463,1,1155860380,'css.php','edit','style id = 3','84.36.14.15'),(464,1,1155860531,'user.php','modify','','84.36.14.15'),(465,1,1155860537,'user.php','find','','84.36.14.15'),(466,1,1155860538,'user.php','edit','user id = 9','84.36.14.15'),(467,1,1155860555,'user.php','update','user id = 9','84.36.14.15'),(468,1,1155860560,'usertools.php','avatar','user id = 9','84.36.14.15'),(469,1,1155860569,'usertools.php','updateavatar','user id = 9','84.36.14.15'),(470,1,1155860573,'user.php','modify','user id = 9','84.36.14.15'),(471,1,1155860656,'user.php','find','','84.36.14.15'),(472,1,1155860885,'template.php','modify','','84.36.14.15'),(473,1,1155860916,'css.php','edit','style id = 3','84.36.14.15'),(474,1,1155861058,'css.php','update','style id = 3','84.36.14.15'),(475,1,1155861063,'css.php','edit','style id = 3','84.36.14.15'),(476,1,1155861125,'css.php','update','style id = 3','84.36.14.15'),(477,1,1155861130,'css.php','edit','style id = 3','84.36.14.15'),(478,1,1155915204,'template.php','modify','','82.129.177.81'),(479,1,1155915235,'css.php','edit','style id = 3','82.129.177.81'),(480,1,1155915526,'css.php','update','style id = 3','82.129.177.81'),(481,1,1155915529,'css.php','edit','style id = 3','82.129.177.81'),(482,1,1155916543,'user.php','modify','','82.129.177.81'),(483,1,1155916548,'user.php','find','','82.129.177.81'),(484,1,1155916567,'user.php','find','','82.129.177.81'),(485,1,1155916579,'user.php','find','','82.129.177.81'),(486,1,1155916685,'user.php','find','','82.129.177.81'),(487,1,1155918228,'options.php','','','82.129.177.81'),(488,1,1155918303,'options.php','options','','82.129.177.81'),(489,1,1155918349,'options.php','dooptions','','82.129.177.81'),(490,1,1155918354,'options.php','options','','82.129.177.81'),(491,1,1155918369,'options.php','dooptions','','82.129.177.81'),(492,1,1155918373,'options.php','options','','82.129.177.81'),(493,1,1155928173,'user.php','modify','','82.129.177.81'),(494,1,1155928201,'user.php','find','','82.129.177.81'),(495,1,1155928213,'user.php','find','','82.129.177.81'),(496,1,1155928219,'user.php','find','','82.129.177.81'),(497,1,1155928222,'user.php','edit','user id = 8','82.129.177.81'),(498,1,1155928236,'user.php','update','user id = 8','82.129.177.81'),(499,1,1155928241,'usertools.php','avatar','user id = 8','82.129.177.81'),(500,1,1155928264,'usertools.php','updateavatar','user id = 8','82.129.177.81'),(501,1,1155928268,'user.php','modify','user id = 8','82.129.177.81'),(502,1,1155928421,'user.php','find','','82.129.177.81'),(503,1,1155928439,'user.php','find','','82.129.177.81'),(504,1,1155928442,'user.php','edit','user id = 9','82.129.177.81'),(505,1,1155937621,'options.php','','','84.36.11.199'),(506,1,1155937640,'options.php','options','','84.36.11.199'),(507,1,1155937668,'language.php','modify','','84.36.11.199'),(508,1,1155937676,'language.php','edit_settings','Language ID = 1','84.36.11.199'),(509,1,1155937694,'language.php','edit','Language ID = 1','84.36.11.199'),(510,1,1155937721,'image.php','modify','Avatars','84.36.11.199'),(511,1,1155937732,'stats.php','index','','84.36.11.199'),(512,1,1155937735,'stats.php','top','','84.36.11.199'),(513,1,1155937745,'stats.php','reg','','84.36.11.199'),(514,1,1155937755,'modlog.php','choose','','84.36.11.199'),(515,1,1155937761,'options.php','','','84.36.11.199'),(516,1,1155937765,'template.php','modify','','84.36.11.199'),(517,1,1155937773,'css.php','edit','style id = 3','84.36.11.199'),(518,1,1155937965,'css.php','update','style id = 3','84.36.11.199'),(519,1,1155937967,'css.php','edit','style id = 3','84.36.11.199'),(520,1,1155938015,'css.php','update','style id = 3','84.36.11.199'),(521,1,1155938018,'css.php','edit','style id = 3','84.36.11.199'),(522,1,1155940324,'template.php','modify','','84.36.11.199'),(523,1,1155940390,'css.php','edit','style id = 3','84.36.11.199'),(524,1,1155940936,'css.php','update','style id = 3','84.36.11.199'),(525,1,1155940947,'css.php','edit','style id = 3','84.36.11.199'),(526,1,1155941090,'css.php','update','style id = 3','84.36.11.199'),(527,1,1155941094,'css.php','edit','style id = 3','84.36.11.199'),(528,1,1155941188,'css.php','update','style id = 3','84.36.11.199'),(529,1,1155941193,'css.php','edit','style id = 3','84.36.11.199'),(530,1,1155941239,'css.php','update','style id = 3','84.36.11.199'),(531,1,1155941241,'css.php','edit','style id = 3','84.36.11.199'),(532,1,1155942824,'template.php','modify','','84.36.11.199'),(533,1,1155942866,'css.php','edit','style id = 3','84.36.11.199'),(534,1,1155943284,'css.php','update','style id = 3','84.36.11.199'),(535,1,1155943288,'css.php','edit','style id = 3','84.36.11.199'),(536,1,1155943356,'css.php','update','style id = 3','84.36.11.199'),(537,1,1155943361,'css.php','edit','style id = 3','84.36.11.199'),(538,1,1155949573,'options.php','','','84.36.11.199'),(539,1,1155949601,'template.php','modify','','84.36.11.199'),(540,1,1155949618,'css.php','edit','style id = 3','84.36.11.199'),(541,1,1155949822,'css.php','update','style id = 3','84.36.11.199'),(542,1,1155949831,'css.php','edit','style id = 3','84.36.11.199'),(543,1,1155951746,'user.php','modify','','84.36.11.199'),(544,1,1155951761,'user.php','find','','84.36.11.199'),(545,1,1155951764,'user.php','edit','user id = 31','84.36.11.199'),(546,1,1155951780,'user.php','update','user id = 31','84.36.11.199'),(547,1,1155951784,'user.php','modify','user id = 31','84.36.11.199'),(548,1,1155951791,'user.php','edit','user id = 31','84.36.11.199'),(549,1,1155951876,'user.php','modify','','84.36.11.199'),(550,1,1155951885,'user.php','find','','84.36.11.199'),(551,1,1155951887,'user.php','edit','user id = 31','84.36.11.199'),(552,1,1155951957,'usergroup.php','modify','','84.36.11.199'),(553,1,1155951972,'usergroup.php','edit','usergroup id = 5','84.36.11.199'),(554,1,1155952004,'usergroup.php','update','usergroup id = 5','84.36.11.199'),(555,1,1155952008,'usergroup.php','modify','','84.36.11.199'),(556,1,1155952028,'user.php','modify','','84.36.11.199'),(557,1,1155952046,'user.php','find','','84.36.11.199'),(558,1,1155952049,'user.php','edit','user id = 31','84.36.11.199'),(559,1,1155952067,'user.php','update','user id = 31','84.36.11.199'),(560,1,1155952071,'usertools.php','avatar','user id = 31','84.36.11.199'),(561,1,1155952085,'usertools.php','updateavatar','user id = 31','84.36.11.199'),(562,1,1155952089,'user.php','modify','user id = 31','84.36.11.199'),(563,1,1155952144,'usergroup.php','modify','','84.36.11.199'),(564,1,1155952160,'usergroup.php','edit','usergroup id = 5','84.36.11.199'),(565,1,1155952207,'usergroup.php','update','usergroup id = 5','84.36.11.199'),(566,1,1155952213,'usergroup.php','modify','','84.36.11.199'),(567,1,1155952265,'usergroup.php','edit','usergroup id = 5','84.36.11.199'),(568,1,1155952292,'usergroup.php','update','usergroup id = 5','84.36.11.199'),(569,1,1155952296,'usergroup.php','modify','','84.36.11.199'),(570,1,1155952445,'user.php','modify','','84.36.11.199'),(571,1,1155952455,'forum.php','modify','','84.36.11.199'),(572,1,1155952464,'moderator.php','add','forum id = 5','84.36.11.199'),(573,1,1155952515,'moderator.php','update','forum id = 5','84.36.11.199'),(574,1,1155952520,'forum.php','modify','forum id = 5','84.36.11.199'),(575,1,1155953554,'template.php','modify','','84.36.11.199'),(576,1,1155953577,'css.php','edit','style id = 3','84.36.11.199'),(577,1,1155954311,'css.php','update','style id = 3','84.36.11.199'),(578,1,1155954320,'css.php','edit','style id = 3','84.36.11.199'),(579,1,1155954403,'css.php','update','style id = 3','84.36.11.199'),(580,1,1155954407,'css.php','edit','style id = 3','84.36.11.199'),(581,1,1155954523,'css.php','update','style id = 3','84.36.11.199'),(582,1,1155954527,'css.php','edit','style id = 3','84.36.11.199'),(583,1,1155954589,'user.php','modify','','84.36.11.199'),(584,1,1155954601,'user.php','find','','84.36.11.199'),(585,1,1155954603,'user.php','edit','user id = 31','84.36.11.199'),(586,1,1155954627,'user.php','update','user id = 31','84.36.11.199'),(587,1,1155954631,'usertools.php','avatar','user id = 31','84.36.11.199'),(588,1,1155954645,'usertools.php','updateavatar','user id = 31','84.36.11.199'),(589,1,1155954650,'user.php','modify','user id = 31','84.36.11.199'),(590,1,1155954658,'user.php','edit','user id = 31','84.36.11.199'),(591,1,1156012068,'backup.php','choose','','82.129.177.81'),(592,1,1156026938,'email.php','genlist','','84.36.11.199'),(593,1,1156027014,'email.php','makelist','','84.36.11.199'),(594,1,1156027223,'template.php','modify','','84.36.11.199'),(595,1,1156027289,'css.php','edit','style id = 3','84.36.11.199'),(596,1,1156027433,'css.php','update','style id = 3','84.36.11.199'),(597,1,1156027441,'css.php','edit','style id = 3','84.36.11.199'),(598,1,1156027538,'css.php','update','style id = 3','84.36.11.199'),(599,1,1156027541,'css.php','edit','style id = 3','84.36.11.199'),(600,1,1156042080,'email.php','start','','84.36.8.78'),(601,1,1156042099,'email.php','genlist','','84.36.8.78'),(602,1,1156042203,'email.php','makelist','','84.36.8.78'),(603,1,1156042539,'template.php','modify','','84.36.8.78'),(604,1,1156042549,'css.php','edit','style id = 3','84.36.8.78'),(605,1,1156042663,'css.php','update','style id = 3','84.36.8.78'),(606,1,1156042667,'css.php','edit','style id = 3','84.36.8.78'),(607,1,1156042729,'css.php','update','style id = 3','84.36.8.78'),(608,1,1156042733,'css.php','edit','style id = 3','84.36.8.78'),(609,1,1156042809,'css.php','update','style id = 3','84.36.8.78'),(610,1,1156042811,'css.php','edit','style id = 3','84.36.8.78'),(611,1,1156042841,'css.php','update','style id = 3','84.36.8.78'),(612,1,1156042843,'css.php','edit','style id = 3','84.36.8.78'),(613,1,1156042879,'css.php','update','style id = 3','84.36.8.78'),(614,1,1156042882,'css.php','edit','style id = 3','84.36.8.78'),(615,1,1156044381,'email.php','genlist','','84.36.8.78'),(616,1,1156044399,'email.php','makelist','','84.36.8.78'),(617,1,1156045888,'options.php','','','84.36.8.78'),(618,1,1156045893,'options.php','options','','84.36.8.78'),(619,1,1156045945,'options.php','','','84.36.8.78'),(620,1,1156045974,'options.php','options','','84.36.8.78'),(621,1,1156045993,'options.php','options','','84.36.8.78'),(622,1,1156046212,'options.php','options','','84.36.8.78'),(623,1,1156082094,'template.php','modify','','84.36.137.197'),(624,1,1156082100,'css.php','edit','style id = 3','84.36.137.197'),(625,1,1156082148,'css.php','update','style id = 3','84.36.137.197'),(626,1,1156082151,'css.php','edit','style id = 3','84.36.137.197'),(627,1,1156082186,'css.php','update','style id = 3','84.36.137.197'),(628,1,1156082193,'css.php','edit','style id = 3','84.36.137.197'),(629,1,1156082479,'options.php','','','84.36.137.197'),(630,1,1156082485,'options.php','options','','84.36.137.197'),(631,1,1156082518,'options.php','dooptions','','84.36.137.197'),(632,1,1156082521,'options.php','options','','84.36.137.197'),(633,1,1156092376,'backup.php','choose','','82.129.177.81'),(634,1,1156093380,'options.php','','','82.129.177.81'),(635,1,1156093420,'options.php','options','','82.129.177.81'),(636,1,1156093518,'options.php','dooptions','','82.129.177.81'),(637,1,1156093523,'options.php','options','','82.129.177.81'),(638,1,1156094739,'user.php','modify','','82.129.177.81'),(639,1,1156094787,'user.php','find','','82.129.177.81'),(640,1,1156094800,'user.php','modify','','82.129.177.81'),(641,1,1156094808,'user.php','find','','82.129.177.81'),(642,1,1156094809,'user.php','edit','user id = 8','82.129.177.81'),(643,1,1156094825,'user.php','update','user id = 8','82.129.177.81'),(644,1,1156094828,'usertools.php','profilepic','user id = 8','82.129.177.81'),(645,1,1156094835,'usertools.php','updateprofilepic','user id = 8','82.129.177.81'),(646,1,1156094837,'user.php','modify','user id = 8','82.129.177.81'),(647,1,1156094840,'user.php','edit','user id = 8','82.129.177.81'),(648,1,1156094845,'user.php','update','user id = 8','82.129.177.81'),(649,1,1156094848,'usertools.php','avatar','user id = 8','82.129.177.81'),(650,1,1156094873,'usertools.php','updateavatar','user id = 8','82.129.177.81'),(651,1,1156094876,'user.php','modify','user id = 8','82.129.177.81'),(652,1,1156094889,'user.php','edit','user id = 8','82.129.177.81'),(653,1,1156094895,'user.php','update','user id = 8','82.129.177.81'),(654,1,1156094898,'usertools.php','avatar','user id = 8','82.129.177.81'),(655,1,1156094907,'usertools.php','updateavatar','user id = 8','82.129.177.81'),(656,1,1156094909,'user.php','modify','user id = 8','82.129.177.81'),(657,1,1156094916,'user.php','edit','user id = 8','82.129.177.81'),(658,1,1156094931,'user.php','update','user id = 8','82.129.177.81'),(659,1,1156094934,'usertools.php','avatar','user id = 8','82.129.177.81'),(660,1,1156094942,'usertools.php','updateavatar','user id = 8','82.129.177.81'),(661,1,1156094944,'user.php','modify','user id = 8','82.129.177.81'),(662,1,1156094959,'user.php','edit','user id = 8','82.129.177.81'),(663,2,1156114109,'template.php','modify','','84.36.12.240'),(664,2,1156114109,'template.php','modify','','84.36.12.240'),(665,2,1156114125,'css.php','edit','style id = 3','84.36.12.240'),(666,2,1156114513,'template.php','modify','','84.36.12.240'),(667,2,1156114528,'css.php','edit','style id = 3','84.36.12.240'),(668,2,1156114609,'css.php','update','style id = 3','84.36.12.240'),(669,2,1156114611,'css.php','edit','style id = 3','84.36.12.240'),(670,2,1156114655,'css.php','update','style id = 3','84.36.12.240'),(671,2,1156114657,'css.php','edit','style id = 3','84.36.12.240'),(672,1,1156122662,'options.php','','','84.36.9.211'),(673,1,1156122667,'options.php','options','','84.36.9.211'),(674,1,1156122676,'options.php','dooptions','','84.36.9.211'),(675,1,1156122680,'options.php','options','','84.36.9.211'),(676,1,1156129001,'options.php','','','84.36.9.211'),(677,1,1156129003,'template.php','modify','','84.36.9.211'),(678,1,1156129017,'css.php','edit','style id = 3','84.36.9.211'),(679,1,1156129058,'css.php','update','style id = 3','84.36.9.211'),(680,1,1156129061,'css.php','edit','style id = 3','84.36.9.211'),(681,1,1156205781,'options.php','','','84.36.9.15'),(682,1,1156205785,'options.php','options','','84.36.9.15'),(683,1,1156205907,'options.php','dooptions','','84.36.9.15'),(684,1,1156205910,'options.php','options','','84.36.9.15'),(685,1,1156221775,'options.php','','','84.36.8.35'),(686,1,1156221782,'options.php','options','','84.36.8.35'),(687,1,1156221798,'options.php','dooptions','','84.36.8.35'),(688,1,1156221802,'options.php','options','','84.36.8.35'),(689,1,1156221829,'options.php','dooptions','','84.36.8.35'),(690,1,1156221833,'options.php','options','','84.36.8.35'),(691,1,1156221859,'template.php','modify','','84.36.8.35'),(692,1,1156221922,'css.php','edit','style id = 3','84.36.8.35'),(693,1,1156221977,'css.php','update','style id = 3','84.36.8.35'),(694,1,1156221981,'css.php','edit','style id = 3','84.36.8.35'),(695,1,1156231719,'template.php','modify','','82.129.177.81'),(696,1,1156231759,'template.php','modify','','82.129.177.81'),(697,1,1156231768,'css.php','edit','style id = 3','82.129.177.81'),(698,1,1156231909,'css.php','update','style id = 3','82.129.177.81'),(699,1,1156231914,'css.php','edit','style id = 3','82.129.177.81'),(700,1,1156268073,'options.php','','','84.36.29.111'),(701,1,1156268085,'options.php','options','','84.36.29.111'),(702,1,1156268107,'options.php','dooptions','','84.36.29.111'),(703,1,1156268111,'options.php','options','','84.36.29.111'),(704,1,1156268237,'user.php','modify','','84.36.29.111'),(705,1,1156268338,'user.php','find','','84.36.29.111'),(706,1,1156268356,'user.php','find','','84.36.29.111'),(707,1,1156268359,'user.php','edit','user id = 264','84.36.29.111'),(708,1,1156268834,'user.php','update','user id = 264','84.36.29.111'),(709,1,1156268838,'user.php','modify','user id = 264','84.36.29.111'),(710,1,1156275340,'template.php','modify','','84.36.29.111'),(711,1,1156275351,'css.php','edit','style id = 3','84.36.29.111'),(712,1,1156276500,'template.php','modify','','84.36.29.111'),(713,1,1156276719,'css.php','edit','style id = 3','84.36.29.111'),(714,1,1156276740,'css.php','update','style id = 3','84.36.29.111'),(715,1,1156276744,'css.php','edit','style id = 3','84.36.29.111'),(716,1,1156276834,'backup.php','choose','','84.36.29.111'),(717,1,1156277041,'options.php','','','84.36.29.111'),(718,1,1156284974,'user.php','modify','','84.36.29.111'),(719,1,1156284982,'user.php','find','','84.36.29.111'),(720,1,1156284982,'user.php','edit','user id = 273','84.36.29.111'),(721,1,1156284997,'user.php','update','user id = 273','84.36.29.111'),(722,1,1156284999,'user.php','modify','user id = 273','84.36.29.111'),(723,1,1156326804,'usergroup.php','modify','','82.129.177.81'),(724,1,1156326873,'user.php','find','','82.129.177.81'),(725,1,1156326884,'user.php','edit','user id = 240','82.129.177.81'),(726,1,1156326964,'user.php','update','user id = 240','82.129.177.81'),(727,1,1156326966,'user.php','modify','user id = 240','82.129.177.81'),(728,1,1156326987,'user.php','find','','82.129.177.81'),(729,1,1156326993,'usergroup.php','modify','','82.129.177.81'),(730,1,1156327014,'usergroup.php','edit','usergroup id = 3','82.129.177.81'),(731,1,1156327026,'user.php','find','','82.129.177.81'),(732,1,1156327032,'user.php','edit','user id = 236','82.129.177.81'),(733,1,1156327042,'user.php','update','user id = 236','82.129.177.81'),(734,1,1156327054,'user.php','modify','user id = 236','82.129.177.81'),(735,1,1156327062,'user.php','modify','','82.129.177.81'),(736,1,1156327078,'user.php','prune','','82.129.177.81'),(737,1,1156327098,'user.php','pruneusers','','82.129.177.81'),(738,1,1156327100,'user.php','prune','','82.129.177.81'),(739,1,1156327103,'user.php','pruneusers','','82.129.177.81'),(740,1,1156327120,'user.php','dopruneusers','','82.129.177.81'),(741,1,1156327122,'user.php','prune','','82.129.177.81'),(742,1,1156327142,'usergroup.php','modify','','82.129.177.81'),(743,1,1156327341,'email.php','genlist','','82.129.177.81'),(744,1,1156327358,'email.php','makelist','','82.129.177.81'),(745,1,1156327375,'email.php','makelist','','82.129.177.81'),(746,1,1156372711,'options.php','','','84.36.8.19'),(747,1,1156372868,'options.php','options','','84.36.8.19'),(748,1,1156372902,'options.php','dooptions','','84.36.8.19'),(749,1,1156372907,'options.php','options','','84.36.8.19'),(750,1,1156372956,'options.php','dooptions','','84.36.8.19'),(751,1,1156372965,'options.php','options','','84.36.8.19'),(752,1,1156416973,'options.php','','','82.129.177.81'),(753,1,1156416977,'options.php','options','','82.129.177.81'),(754,1,1156417003,'options.php','dooptions','','82.129.177.81'),(755,1,1156417005,'options.php','options','','82.129.177.81'),(756,1,1156451110,'user.php','modify','','84.36.2.192'),(757,1,1156451116,'user.php','find','','84.36.2.192'),(758,1,1156451117,'user.php','edit','user id = 2','84.36.2.192'),(759,1,1156451136,'user.php','update','user id = 2','84.36.2.192'),(760,1,1156451139,'user.php','modify','user id = 2','84.36.2.192'),(761,1,1156451144,'user.php','modify','','84.36.2.192'),(762,1,1156451149,'user.php','find','','84.36.2.192'),(763,1,1156451150,'user.php','edit','user id = 1','84.36.2.192'),(764,1,1156451160,'user.php','update','user id = 1','84.36.2.192'),(765,1,1156451162,'user.php','modify','user id = 1','84.36.2.192'),(766,1,1156451166,'options.php','','','84.36.2.192'),(767,1,1156451168,'options.php','options','','84.36.2.192'),(768,1,1156451172,'options.php','dooptions','','84.36.2.192'),(769,1,1156451173,'options.php','options','','84.36.2.192'),(770,31,1156464064,'user.php','find','','82.201.180.244'),(771,31,1156464075,'banning.php','modify','','82.201.180.244'),(772,31,1156464090,'user.php','doips','','82.201.180.244'),(773,31,1156464108,'forum.php','modify','','82.201.180.244'),(774,1,1156465921,'template.php','modify','','84.36.27.244'),(775,1,1156465977,'css.php','edit','style id = 3','84.36.27.244'),(776,1,1156466063,'css.php','update','style id = 3','84.36.27.244'),(777,1,1156466065,'css.php','edit','style id = 3','84.36.27.244'),(778,1,1156468715,'template.php','modify','','84.36.27.244'),(779,1,1156468722,'css.php','edit','style id = 3','84.36.27.244'),(780,1,1156468832,'css.php','update','style id = 3','84.36.27.244'),(781,1,1156468841,'css.php','edit','style id = 3','84.36.27.244'),(782,1,1156469383,'css.php','update','style id = 3','84.36.27.244'),(783,1,1156469387,'css.php','edit','style id = 3','84.36.27.244'),(784,1,1156469433,'css.php','update','style id = 3','84.36.27.244'),(785,1,1156469437,'css.php','edit','style id = 3','84.36.27.244'),(786,1,1156469466,'css.php','update','style id = 3','84.36.27.244'),(787,1,1156469470,'css.php','edit','style id = 3','84.36.27.244'),(788,1,1156469517,'css.php','update','style id = 3','84.36.27.244'),(789,1,1156469521,'css.php','edit','style id = 3','84.36.27.244'),(790,1,1156469561,'css.php','update','style id = 3','84.36.27.244'),(791,1,1156469565,'css.php','edit','style id = 3','84.36.27.244'),(792,1,1156472714,'user.php','modify','','84.36.13.70'),(793,1,1156472725,'user.php','find','','84.36.13.70'),(794,1,1156472726,'user.php','edit','user id = 4','84.36.13.70'),(795,1,1156472744,'user.php','update','user id = 4','84.36.13.70'),(796,1,1156472746,'user.php','modify','user id = 4','84.36.13.70'),(797,1,1156475928,'options.php','','','84.36.13.70'),(798,1,1156475941,'options.php','options','','84.36.13.70'),(799,1,1156476006,'options.php','dooptions','','84.36.13.70'),(800,1,1156476008,'options.php','options','','84.36.13.70'),(801,1,1156524416,'options.php','','','84.36.132.178'),(802,1,1156524458,'options.php','options','','84.36.132.178'),(803,1,1156524502,'options.php','options','','84.36.132.178'),(804,1,1156524535,'options.php','options','','84.36.132.178'),(805,1,1156524573,'options.php','options','','84.36.132.178'),(806,1,1156524697,'options.php','dooptions','','84.36.132.178'),(807,1,1156524705,'options.php','options','','84.36.132.178'),(808,1,1156547089,'options.php','','','84.36.27.68'),(809,1,1156547094,'options.php','options','','84.36.27.68'),(810,1,1156549753,'backup.php','choose','','84.36.27.68'),(811,1,1156556029,'backup.php','choose','','84.36.27.68'),(812,1,1156559742,'user.php','modify','','84.36.27.68'),(813,1,1156559757,'user.php','find','','84.36.27.68'),(814,1,1156561685,'user.php','modify','','84.36.27.68'),(815,1,1156561692,'user.php','find','','84.36.27.68'),(816,4,1156612040,'announcement.php','modify','','84.36.2.33'),(817,4,1156612055,'announcement.php','add','','84.36.2.33'),(818,4,1156612407,'announcement.php','update','','84.36.2.33'),(819,4,1156612409,'announcement.php','','','84.36.2.33'),(820,4,1156612532,'announcement.php','add','','84.36.2.33'),(821,4,1156612558,'announcement.php','update','','84.36.2.33'),(822,4,1156612560,'announcement.php','','','84.36.2.33'),(823,4,1156612615,'announcement.php','modify','','84.36.2.33'),(824,4,1156612632,'announcement.php','modify','','84.36.2.33'),(825,4,1156612644,'modlog.php','choose','','84.36.2.33'),(826,4,1156612654,'announcement.php','modify','','84.36.2.33'),(827,4,1156612697,'announcement.php','edit','announcement id = 2','84.36.2.33'),(828,4,1156612707,'announcement.php','add','','84.36.2.33'),(829,4,1156612722,'announcement.php','update','','84.36.2.33'),(830,4,1156612724,'announcement.php','','','84.36.2.33'),(831,4,1156612761,'announcement.php','add','','84.36.2.33'),(832,4,1156612765,'announcement.php','edit','announcement id = 3','84.36.2.33'),(833,4,1156612770,'announcement.php','add','','84.36.2.33'),(834,4,1156612802,'announcement.php','update','','84.36.2.33'),(835,4,1156612804,'announcement.php','','','84.36.2.33'),(836,4,1156612810,'announcement.php','add','','84.36.2.33'),(837,4,1156612826,'announcement.php','update','','84.36.2.33'),(838,4,1156612828,'announcement.php','','','84.36.2.33'),(839,1,1156638107,'options.php','','','84.36.27.68'),(840,1,1156638154,'options.php','options','','84.36.27.68'),(841,1,1156638192,'announcement.php','modify','','84.36.27.68'),(842,1,1156638199,'announcement.php','add','','84.36.27.68'),(843,1,1156638216,'options.php','','','84.36.27.68'),(844,1,1156638228,'options.php','options','','84.36.27.68'),(845,1,1156638245,'options.php','options','','84.36.27.68'),(846,1,1156638278,'options.php','options','','84.36.27.68'),(847,1,1156638325,'options.php','searchtype','','84.36.27.68'),(848,1,1156638330,'options.php','','','84.36.27.68'),(849,1,1156638363,'options.php','options','','84.36.27.68'),(850,1,1156638403,'options.php','options','','84.36.27.68'),(851,1,1156638415,'options.php','options','','84.36.27.68'),(852,1,1156638452,'options.php','dooptions','','84.36.27.68'),(853,1,1156638455,'options.php','options','','84.36.27.68'),(854,1,1156646021,'user.php','modify','','84.36.27.68'),(855,1,1156646026,'user.php','find','','84.36.27.68'),(856,1,1156646027,'user.php','edit','user id = 1','84.36.27.68'),(857,1,1156646036,'user.php','update','user id = 1','84.36.27.68'),(858,1,1156646038,'user.php','modify','user id = 1','84.36.27.68'),(859,1,1156646347,'template.php','modify','','84.36.27.68'),(860,1,1156646352,'css.php','edit','style id = 3','84.36.27.68'),(861,1,1156646384,'css.php','update','style id = 3','84.36.27.68'),(862,1,1156646386,'css.php','edit','style id = 3','84.36.27.68'),(863,1,1156646470,'css.php','update','style id = 3','84.36.27.68'),(864,1,1156646476,'css.php','edit','style id = 3','84.36.27.68'),(865,1,1156646503,'css.php','update','style id = 3','84.36.27.68'),(866,1,1156646505,'css.php','edit','style id = 3','84.36.27.68'),(867,1,1156647976,'email.php','genlist','','84.36.27.68'),(868,1,1156648005,'email.php','makelist','','84.36.27.68'),(869,1,1156650539,'user.php','modify','','84.36.27.68'),(870,1,1156650551,'user.php','find','','84.36.27.68'),(871,1,1156650552,'user.php','edit','user id = 30','84.36.27.68'),(872,1,1156650618,'user.php','update','user id = 30','84.36.27.68'),(873,1,1156650621,'user.php','modify','user id = 30','84.36.27.68'),(874,1,1156650662,'user.php','find','','84.36.27.68'),(875,1,1156650663,'user.php','edit','user id = 30','84.36.27.68'),(876,1,1156650673,'user.php','update','user id = 30','84.36.27.68'),(877,1,1156650675,'user.php','modify','user id = 30','84.36.27.68'),(878,1,1156650895,'forum.php','modify','','84.36.27.68'),(879,1,1156650902,'forum.php','add','','84.36.27.68'),(880,1,1156650942,'forum.php','modify','','84.36.27.68'),(881,1,1156650953,'forum.php','add','','84.36.27.68'),(882,1,1156651030,'forum.php','update','','84.36.27.68'),(883,1,1156651033,'forum.php','modify','forum id = 17','84.36.27.68'),(884,1,1156651054,'forum.php','edit','forum id = 17','84.36.27.68'),(885,1,1156651061,'forum.php','update','forum id = 17','84.36.27.68'),(886,1,1156651063,'forum.php','modify','forum id = 17','84.36.27.68'),(887,1,1156653621,'options.php','searchtype','','84.36.29.146'),(888,1,1156653625,'options.php','','','84.36.29.146'),(889,1,1156653629,'options.php','options','','84.36.29.146'),(890,1,1156653657,'options.php','options','','84.36.29.146'),(891,1,1156653731,'options.php','dooptions','','84.36.29.146'),(892,1,1156653733,'options.php','options','','84.36.29.146'),(893,1,1156653740,'options.php','options','','84.36.29.146'),(894,1,1156653761,'options.php','dooptions','','84.36.29.146'),(895,1,1156653764,'options.php','options','','84.36.29.146'),(896,1,1156653766,'options.php','','','84.36.29.146'),(897,1,1156653769,'options.php','options','','84.36.29.146'),(898,1,1156653985,'options.php','dooptions','','84.36.29.146'),(899,1,1156653987,'options.php','options','','84.36.29.146'),(900,1,1156655605,'backup.php','choose','','84.36.29.146'),(901,1,1156720420,'template.php','modify','','84.36.29.146'),(902,1,1156720442,'css.php','edit','style id = 3','84.36.29.146'),(903,1,1156720455,'css.php','update','style id = 3','84.36.29.146'),(904,1,1156720457,'css.php','edit','style id = 3','84.36.29.146'),(905,1,1156720510,'css.php','update','style id = 3','84.36.29.146'),(906,1,1156720514,'css.php','edit','style id = 3','84.36.29.146'),(907,1,1156721795,'forum.php','modify','','84.36.29.146'),(908,1,1156721823,'user.php','modify','','84.36.29.146'),(909,1,1156721834,'user.php','find','','84.36.29.146'),(910,1,1156721835,'user.php','edit','user id = 1','84.36.29.146'),(911,1,1156721896,'user.php','update','user id = 1','84.36.29.146'),(912,1,1156721898,'user.php','modify','user id = 1','84.36.29.146'),(913,1,1156722065,'template.php','search','','84.36.108.183'),(914,1,1156722085,'template.php','replace','style id = -1','84.36.108.183'),(915,1,1156722120,'template.php','modify','','84.36.108.183'),(916,1,1156722325,'template.php','modify','','84.36.108.183'),(917,1,1156722349,'template.php','search','','84.36.108.183'),(918,1,1156722357,'template.php','modify','','84.36.108.183'),(919,1,1156722372,'template.php','search','','84.36.108.183'),(920,1,1156722404,'template.php','modify','','84.36.108.183'),(921,1,1156722461,'template.php','add','style id = 3','84.36.108.183'),(922,1,1156722491,'template.php','inserttemplate','style id = 3','84.36.108.183'),(923,1,1156722496,'template.php','edit','style id = 0','84.36.108.183'),(924,1,1156722640,'template.php','modify','','84.36.108.183'),(925,1,1156722700,'template.php','modify','','84.36.108.183'),(926,1,1156722732,'template.php','add','style id = 1','84.36.108.183'),(927,1,1156722758,'template.php','inserttemplate','style id = 1','84.36.108.183'),(928,1,1156722762,'template.php','modify','style id = 0','84.36.108.183'),(929,1,1156722854,'template.php','modify','','84.36.108.183'),(930,1,1156722904,'template.php','add','style id = 3','84.36.108.183'),(931,1,1156722913,'template.php','add','style id = 3','84.36.108.183'),(932,1,1156722916,'template.php','add','style id = 3','84.36.108.183'),(933,1,1156722934,'phrase.php','search','','84.36.108.183'),(934,1,1156722946,'phrase.php','dosearch','','84.36.108.183'),(935,1,1156722959,'template.php','search','','84.36.108.183'),(936,1,1156722992,'template.php','modify','','84.36.108.183'),(937,1,1156723010,'css.php','edit','style id = 3','84.36.108.183'),(938,1,1156723085,'template.php','modify','','84.36.108.183'),(939,1,1156723128,'template.php','modify','','84.36.108.183'),(940,1,1156723170,'template.php','add','style id = 3','84.36.108.183'),(941,1,1156723331,'template.php','findupdates','','84.36.108.183'),(942,1,1156723888,'user.php','find','','84.36.30.217'),(943,1,1156723889,'user.php','edit','user id = 1','84.36.30.217'),(944,1,1156723997,'user.php','update','user id = 1','84.36.30.217'),(945,1,1156724002,'user.php','modify','user id = 1','84.36.30.217'),(946,1,1156724005,'user.php','add','','84.36.30.217'),(947,1,1156724047,'user.php','update','','84.36.30.217'),(948,1,1156724049,'user.php','modify','user id = 747','84.36.30.217'),(949,1,1156724061,'user.php','edit','user id = 747','84.36.30.217'),(950,1,1156725043,'user.php','modify','','84.36.30.217'),(951,1,1156725051,'user.php','find','','84.36.30.217'),(952,1,1156725052,'user.php','edit','user id = 1','84.36.30.217'),(953,1,1156725120,'user.php','update','user id = 1','84.36.30.217'),(954,1,1156725122,'user.php','modify','user id = 1','84.36.30.217'),(955,1,1156725190,'template.php','search','','84.36.108.183'),(956,1,1156725406,'template.php','modify','','84.36.108.183'),(957,1,1156725417,'template.php','add','style id = 1','84.36.108.183'),(958,1,1156725542,'template.php','modify','','84.36.108.183'),(959,1,1156725556,'template.php','dodisplayorder','','84.36.108.183'),(960,1,1156725606,'template.php','add','style id = 3','84.36.108.183'),(961,1,1156725657,'template.php','search','','84.36.108.183'),(962,1,1156725667,'template.php','modify','','84.36.108.183'),(963,1,1156725696,'template.php','edit','style id = 0','84.36.108.183'),(964,1,1156725725,'template.php','updatetemplate','style id = 3','84.36.108.183'),(965,1,1156725773,'template.php','add','style id = 3','84.36.108.183'),(966,1,1156725819,'template.php','inserttemplate','style id = 3','84.36.108.183'),(967,1,1156725823,'template.php','modify','style id = 0','84.36.108.183'),(968,1,1156725893,'template.php','add','style id = 3','84.36.108.183'),(969,1,1156725910,'template.php','inserttemplate','style id = 3','84.36.108.183'),(970,1,1156725914,'template.php','modify','style id = 0','84.36.108.183'),(971,1,1156727107,'template.php','search','','84.36.108.183'),(972,1,1156727125,'template.php','modify','','84.36.108.183'),(973,1,1156727322,'user.php','modify','','84.36.30.217'),(974,1,1156727410,'user.php','find','','84.36.30.217'),(975,1,1156727413,'user.php','edit','user id = 1','84.36.30.217'),(976,1,1156727456,'user.php','update','user id = 1','84.36.30.217'),(977,1,1156727460,'user.php','modify','user id = 1','84.36.30.217'),(978,1,1156735674,'backup.php','choose','','84.36.12.65'),(979,1,1156779405,'backup.php','choose','','82.129.177.81'),(980,1,1156786628,'template.php','modify','','84.36.135.65'),(981,1,1156786634,'css.php','edit','style id = 3','84.36.135.65'),(982,1,1156803308,'template.php','modify','','84.36.12.100'),(983,1,1156803317,'css.php','edit','style id = 3','84.36.12.100'),(984,1,1156803507,'css.php','update','style id = 3','84.36.12.100'),(985,1,1156803511,'css.php','edit','style id = 3','84.36.12.100'),(986,1,1156803632,'user.php','modify','','84.36.12.100'),(987,1,1156803649,'user.php','find','','84.36.12.100'),(988,1,1156803651,'user.php','edit','user id = 8','84.36.12.100'),(989,1,1156803677,'user.php','update','user id = 8','84.36.12.100'),(990,1,1156803681,'user.php','modify','user id = 8','84.36.12.100'),(991,1,1156809487,'forum.php','modify','','84.36.12.100'),(992,1,1156809506,'forum.php','edit','forum id = 10','84.36.12.100'),(993,1,1156811717,'user.php','add','','84.36.5.26'),(994,1,1156811780,'user.php','update','','84.36.5.26'),(995,1,1156811784,'user.php','modify','user id = 1146','84.36.5.26'),(996,1,1156825975,'email.php','genlist','','84.36.12.100'),(997,1,1156825984,'email.php','makelist','','84.36.12.100'),(998,1,1156829956,'template.php','modify','','84.36.12.100'),(999,1,1156829973,'css.php','edit','style id = 3','84.36.12.100'),(1000,1,1156830032,'css.php','update','style id = 3','84.36.12.100'),(1001,1,1156830036,'css.php','edit','style id = 3','84.36.12.100'),(1002,1,1156831033,'template.php','modify','','84.36.12.100'),(1003,1,1156831037,'css.php','edit','style id = 3','84.36.12.100'),(1004,1,1156831144,'css.php','update','style id = 3','84.36.12.100'),(1005,1,1156831148,'css.php','edit','style id = 3','84.36.12.100'),(1006,1,1156831169,'user.php','modify','','84.36.12.100'),(1007,1,1156831178,'user.php','find','','84.36.12.100'),(1008,1,1156831179,'user.php','edit','user id = 4','84.36.12.100'),(1009,1,1156831189,'user.php','update','user id = 4','84.36.12.100'),(1010,1,1156831191,'user.php','modify','user id = 4','84.36.12.100'),(1011,1,1156867353,'user.php','modify','','82.129.177.81'),(1012,1,1156867361,'user.php','find','','82.129.177.81'),(1013,1,1156867362,'user.php','edit','user id = 31','82.129.177.81'),(1014,1,1156867401,'user.php','update','user id = 31','82.129.177.81'),(1015,1,1156867404,'user.php','modify','user id = 31','82.129.177.81'),(1016,1,1156871912,'user.php','find','','84.36.30.92'),(1017,1,1156871913,'user.php','edit','user id = 663','84.36.30.92'),(1018,1,1156871917,'banning.php','banuser','','84.36.30.92'),(1019,1,1156871927,'banning.php','dobanuser','username = osos_king2010','84.36.30.92'),(1020,1,1156871929,'banning.php','','','84.36.30.92'),(1021,1,1156871941,'user.php','find','','84.36.30.92'),(1022,1,1156871941,'user.php','edit','user id = 663','84.36.30.92'),(1023,1,1156871951,'user.php','update','user id = 663','84.36.30.92'),(1024,1,1156871953,'user.php','modify','user id = 663','84.36.30.92'),(1025,1,1156874721,'language.php','modify','','62.135.56.90'),(1026,1,1156884697,'options.php','','','62.135.56.85'),(1027,1,1156884716,'language.php','modify','','62.135.56.85'),(1028,1,1156884726,'language.php','add','','62.135.56.85'),(1029,1,1156884743,'language.php','files','','62.135.56.85'),(1030,1,1156885556,'language.php','upload','','62.135.56.85'),(1031,1,1156885564,'language.php','rebuild','','62.135.56.85'),(1032,1,1156885579,'language.php','','','62.135.56.85'),(1033,1,1156887394,'user.php','find','','62.135.56.21'),(1034,1,1156887418,'moderate.php','posts','','62.135.56.21'),(1035,1,1156887606,'options.php','','','62.135.56.21'),(1036,1,1156887634,'options.php','options','','62.135.56.21'),(1037,1,1156887644,'options.php','','','62.135.56.21'),(1038,1,1156887655,'options.php','options','','62.135.56.21'),(1039,1,1156887756,'options.php','dooptions','','62.135.56.21'),(1040,1,1156887763,'options.php','options','','62.135.56.21'),(1041,1,1156887791,'phrase.php','modify','','62.135.56.21'),(1042,1,1156887821,'phrase.php','search','','62.135.56.21'),(1043,1,1156892496,'backup.php','choose','','62.135.56.234'),(1044,1,1156892883,'backup.php','choose','','62.135.56.234'),(1045,1,1156893955,'backup.php','choose','','84.36.11.250'),(1046,1,1156895349,'repair.php','list','','84.36.11.250'),(1047,1,1156895367,'backup.php','choose','','84.36.11.250'),(1048,1,1156897764,'options.php','','','84.36.11.250'),(1049,1,1156897767,'options.php','options','','84.36.11.250'),(1050,1,1156897837,'options.php','dooptions','','84.36.11.250'),(1051,1,1156897840,'options.php','options','','84.36.11.250'),(1052,1,1156898906,'repair.php','list','','62.135.56.234'),(1053,1,1156898954,'repair.php','dorepair','','62.135.56.234'),(1054,1,1156899002,'options.php','','','62.135.56.234'),(1055,1,1156899022,'options.php','options','','62.135.56.234'),(1056,1,1156899040,'options.php','dooptions','','62.135.56.234'),(1057,1,1156899047,'options.php','options','','62.135.56.234'),(1058,1,1156899071,'options.php','dooptions','','62.135.56.234'),(1059,1,1156899076,'options.php','options','','62.135.56.234'),(1060,1,1156899457,'options.php','','','84.36.11.250'),(1061,1,1156899462,'options.php','options','','84.36.11.250'),(1062,1,1156899468,'options.php','dooptions','','84.36.11.250'),(1063,1,1156899472,'options.php','options','','84.36.11.250'),(1064,1,1156899557,'resources.php','','','62.135.56.234'),(1065,1,1156899805,'plugin.php','product','','62.135.56.234'),(1066,1,1156899815,'template.php','search','','62.135.56.234'),(1067,1,1156899818,'plugin.php','productadd','','62.135.56.234'),(1068,1,1156899837,'plugin.php','productimport','','62.135.56.234'),(1069,1,1156899909,'plugin.php','files','','62.135.56.234'),(1070,1,1156899964,'plugin.php','doimport','','62.135.56.234'),(1071,1,1156899968,'plugin.php','','','62.135.56.234'),(1072,1,1156899986,'template.php','replace','style id = -1','62.135.56.234'),(1073,1,1156900017,'template.php','search','','62.135.56.234'),(1074,1,1156900036,'template.php','modify','','62.135.56.234'),(1075,1,1156900039,'template.php','modify','','62.135.56.234'),(1076,1,1156900049,'template.php','edit','style id = 0','62.135.56.234'),(1077,1,1156900116,'template.php','updatetemplate','style id = 3','62.135.56.234'),(1078,1,1156900139,'template.php','edit','style id = 0','62.135.56.234'),(1079,1,1156960837,'adminpermissions.php','modify','','62.135.56.199'),(1080,1,1156960845,'adminpermissions.php','edit','user id = 4 (CoolGemy159)','62.135.56.199'),(1081,1,1156960897,'adminpermissions.php','update','user id = 4 (CoolGemy159) (0 &raquo; 98300)','62.135.56.199'),(1082,1,1156960903,'adminpermissions.php','','','62.135.56.199'),(1083,1,1156962344,'template.php','search','','62.135.56.99'),(1084,1,1156962355,'template.php','modify','','62.135.56.99'),(1085,1,1156962360,'template.php','edit','style id = 0','62.135.56.99'),(1086,1,1156962412,'template.php','updatetemplate','style id = 1','62.135.56.99'),(1087,1,1156962532,'template.php','updatetemplate','style id = 1','62.135.56.99'),(1088,1,1156962569,'template.php','edit','style id = 0','62.135.56.99'),(1089,1,1156962580,'template.php','modify','','62.135.56.99'),(1090,1,1156962584,'template.php','edit','style id = 0','62.135.56.99'),(1091,1,1156962609,'template.php','updatetemplate','style id = 3','62.135.56.99'),(1092,1,1156978658,'user.php','add','','62.135.56.3'),(1093,1,1156978703,'usergroup.php','modify','','62.135.56.3'),(1094,1,1156978716,'usergroup.php','add','','62.135.56.3'),(1095,1,1156978723,'usergroup.php','add','','62.135.56.3'),(1096,1,1156978847,'usergroup.php','update','','62.135.56.3'),(1097,1,1156978850,'usergroup.php','modify','','62.135.56.3'),(1098,1,1156978852,'adminpermissions.php','modify','','62.135.56.3'),(1099,1,1156978870,'user.php','add','','62.135.56.3'),(1100,1,1156979286,'user.php','update','','62.135.56.3'),(1101,1,1156979291,'user.php','modify','user id = 1479','62.135.56.3'),(1102,1,1156979294,'adminpermissions.php','modify','','62.135.56.3'),(1103,1,1156979340,'usergroup.php','modify','','62.135.56.3'),(1104,1,1156979358,'user.php','add','','62.135.56.3'),(1105,1,1156979380,'user.php','modify','','62.135.56.3'),(1106,1,1156979393,'user.php','find','','62.135.56.3'),(1107,1,1156979394,'user.php','edit','user id = 1479','62.135.56.3'),(1108,1,1156979421,'user.php','update','user id = 1479','62.135.56.3'),(1109,1,1156979425,'user.php','modify','user id = 1479','62.135.56.3'),(1110,1,1156979431,'adminpermissions.php','edit','user id = 1479 (Technical Support)','62.135.56.3'),(1111,1,1156979437,'adminpermissions.php','update','user id = 1479 (Technical Support) (0 &raquo; 98300)','62.135.56.3'),(1112,1,1156979441,'adminpermissions.php','','','62.135.56.3'),(1113,1,1156979452,'user.php','edit','user id = 1479','62.135.56.3'),(1114,1,1156979475,'user.php','update','user id = 1479','62.135.56.3'),(1115,1,1156979497,'user.php','modify','user id = 1479','62.135.56.3'),(1116,1,1156981258,'template.php','modify','','84.36.2.195'),(1117,1,1156981266,'template.php','modify','','84.36.2.195'),(1118,1,1156981269,'template.php','add','style id = 1','84.36.2.195'),(1119,1,1156981296,'template.php','modify','','84.36.2.195'),(1120,1,1156981316,'template.php','edit','style id = 0','84.36.2.195'),(1121,1,1156981475,'template.php','edit','style id = 0','84.36.2.195'),(1122,1,1156981991,'options.php','searchtype','','84.36.2.195'),(1123,1,1156981992,'template.php','modify','','84.36.2.195'),(1124,1,1156981997,'template.php','modify','','84.36.2.195'),(1125,1,1156982010,'template.php','edit','style id = 0','84.36.2.195'),(1126,1,1156982099,'template.php','updatetemplate','style id = 3','84.36.2.195'),(1127,1,1156984921,'forum.php','modify','','84.36.2.195'),(1128,1,1156984943,'forum.php','edit','forum id = 13','84.36.2.195'),(1129,1,1156984993,'forum.php','update','forum id = 13','84.36.2.195'),(1130,1,1156984997,'forum.php','modify','forum id = 13','84.36.2.195'),(1131,1,1156987787,'forum.php','modify','','84.36.2.195'),(1132,1,1156987793,'forum.php','add','','84.36.2.195'),(1133,1,1156987856,'forum.php','update','','84.36.2.195'),(1134,1,1156987858,'forum.php','modify','forum id = 18','84.36.2.195'),(1135,1,1156988170,'backup.php','choose','','84.36.2.195'),(1136,1,1156989992,'template.php','modify','','84.36.2.195'),(1137,1,1156989999,'css.php','edit','style id = 3','84.36.2.195'),(1138,1,1156990343,'css.php','update','style id = 3','84.36.2.195'),(1139,1,1156990347,'css.php','edit','style id = 3','84.36.2.195'),(1140,1,1156990733,'css.php','update','style id = 3','84.36.2.195'),(1141,1,1156990738,'css.php','edit','style id = 3','84.36.2.195'),(1142,1,1157026301,'user.php','modify','','82.129.177.81'),(1143,1,1157026304,'user.php','find','','82.129.177.81'),(1144,1,1157026306,'user.php','edit','user id = 1605','82.129.177.81'),(1145,1,1157026316,'user.php','update','user id = 1605','82.129.177.81'),(1146,1,1157026319,'user.php','modify','user id = 1605','82.129.177.81'),(1147,1,1157026376,'user.php','modify','','82.129.177.81'),(1148,1,1157026378,'usergroup.php','modify','','82.129.177.81'),(1149,1,1157026389,'usergroup.php','edit','usergroup id = 6','82.129.177.81'),(1150,1,1157026406,'usergroup.php','update','usergroup id = 6','82.129.177.81'),(1151,1,1157026412,'usergroup.php','modify','','82.129.177.81'),(1152,1,1157041913,'forum.php','modify','','84.36.132.175'),(1153,1,1157041927,'forum.php','edit','forum id = 13','84.36.132.175'),(1154,1,1157041946,'forum.php','update','forum id = 13','84.36.132.175'),(1155,1,1157041948,'forum.php','modify','forum id = 13','84.36.132.175'),(1156,1,1157043416,'template.php','modify','','84.36.132.175'),(1157,1,1157043440,'css.php','edit','style id = 3','84.36.132.175'),(1158,1,1157043539,'css.php','update','style id = 3','84.36.132.175'),(1159,1,1157043542,'css.php','edit','style id = 3','84.36.132.175'),(1160,1,1157063696,'user.php','modify','','84.36.13.162'),(1161,1,1157063700,'user.php','find','','84.36.13.162'),(1162,1,1157063701,'user.php','edit','user id = 1444','84.36.13.162'),(1163,1,1157063708,'user.php','update','user id = 1444','84.36.13.162'),(1164,1,1157063710,'user.php','modify','user id = 1444','84.36.13.162'),(1165,1,1157065440,'options.php','','','84.36.13.162'),(1166,1,1157065443,'options.php','options','','84.36.13.162'),(1167,1,1157065459,'options.php','dooptions','','84.36.13.162'),(1168,1,1157065461,'options.php','options','','84.36.13.162'),(1169,1,1157070337,'backup.php','choose','','84.36.13.162'),(1170,1,1157078271,'options.php','','','84.36.2.36'),(1171,1,1157078274,'options.php','options','','84.36.2.36'),(1172,1,1157078276,'options.php','dooptions','','84.36.2.36'),(1173,1,1157078278,'options.php','options','','84.36.2.36'),(1174,1,1157078292,'options.php','dooptions','','84.36.2.36'),(1175,1,1157078295,'options.php','options','','84.36.2.36'),(1176,1,1157114083,'template.php','modify','','196.218.126.185'),(1177,1,1157114108,'options.php','','','196.218.126.185'),(1178,1,1157114151,'usertools.php','merge','','196.218.126.185'),(1179,1,1157114181,'admininfraction.php','editlevel','','196.218.126.185'),(1180,1,1157114203,'ranks.php','modify','','196.218.126.185'),(1181,1,1157114228,'adminlog.php','choose','','196.218.126.185'),(1182,1,1157114933,'user.php','edit','user id = 1488','196.218.126.162'),(1183,1,1157125848,'user.php','edit','user id = 1488','196.218.126.109'),(1184,1,1157126012,'user.php','update','user id = 1488','196.218.126.113'),(1185,1,1157126182,'user.php','update','user id = 1488','196.218.126.124'),(1186,1,1157126206,'user.php','update','user id = 1488','196.218.126.124'),(1187,1,1157126232,'user.php','update','user id = 1488','196.218.126.124'),(1188,1,1157126248,'user.php','update','user id = 1488','196.218.126.124'),(1189,1,1157126264,'user.php','update','user id = 1488','196.218.126.124'),(1190,1,1157126278,'user.php','update','user id = 1488','196.218.126.124'),(1191,1,1157126296,'user.php','update','user id = 1488','196.218.126.124'),(1192,1,1157126300,'template.php','modify','','196.218.126.124'),(1193,1,1157126312,'css.php','edit','style id = 1','196.218.126.124'),(1194,1,1157126395,'css.php','edit','style id = 3','196.218.126.124'),(1195,1,1157126860,'template.php','modify','','196.218.110.154'),(1196,1,1157126868,'css.php','edit','style id = 3','196.218.110.154'),(1197,1,1157126967,'user.php','edit','user id = 1504','196.218.110.154'),(1198,1,1157127161,'user.php','edit','user id = 1948','196.218.110.13'),(1199,1,1157127598,'user.php','edit','user id = 1','196.218.124.101'),(1200,1,1157132204,'backup.php','choose','','82.129.177.81'),(1201,1,1157134240,'usergroup.php','modify','','82.129.177.81'),(1202,1,1157134245,'usergroup.php','edit','usergroup id = 9','82.129.177.81'),(1203,1,1157134344,'usergroup.php','update','usergroup id = 9','82.129.177.81'),(1204,1,1157134347,'usergroup.php','modify','','82.129.177.81'),(1205,1,1157134355,'usergroup.php','edit','usergroup id = 2','82.129.177.81'),(1206,1,1157134371,'usergroup.php','update','usergroup id = 2','82.129.177.81'),(1207,1,1157134374,'usergroup.php','modify','','82.129.177.81'),(1208,1,1157157619,'template.php','modify','','84.36.12.109'),(1209,1,1157157629,'css.php','edit','style id = 3','84.36.12.109'),(1210,1,1157158007,'css.php','update','style id = 3','84.36.12.109'),(1211,1,1157158013,'css.php','edit','style id = 3','84.36.12.109'),(1212,1,1157166376,'forum.php','modify','','84.36.12.109'),(1213,1,1157166408,'forum.php','edit','forum id = 13','84.36.12.109'),(1214,1,1157167395,'user.php','add','','84.36.12.109'),(1215,1,1157167395,'user.php','modify','','84.36.12.109'),(1216,1,1157167408,'user.php','find','','84.36.12.109'),(1217,1,1157167409,'user.php','edit','user id = 394','84.36.12.109'),(1218,1,1157169224,'template.php','modify','','84.36.12.109'),(1219,1,1157169236,'css.php','edit','style id = 3','84.36.12.109'),(1220,1,1157169517,'css.php','update','style id = 3','84.36.12.109'),(1221,1,1157169528,'css.php','edit','style id = 3','84.36.12.109'),(1222,1,1157182305,'template.php','modify','','84.36.29.184'),(1223,1,1157182311,'user.php','prune','','84.36.29.184'),(1224,1,1157182327,'user.php','add','','84.36.29.184'),(1225,1,1157182331,'user.php','modify','','84.36.29.184'),(1226,1,1157182337,'user.php','find','','84.36.29.184'),(1227,1,1157182338,'user.php','edit','user id = 2037','84.36.29.184'),(1228,1,1157182475,'user.php','add','','84.36.29.184'),(1229,1,1157182505,'user.php','add','','84.36.29.184'),(1230,1,1157182526,'backup.php','choose','','84.36.29.184'),(1231,1,1157236716,'user.php','find','','84.36.12.109'),(1232,1,1157236730,'user.php','find','','84.36.12.109'),(1233,1,1157236733,'user.php','edit','user id = 2037','84.36.12.109'),(1234,1,1157236748,'user.php','update','user id = 2037','84.36.12.109'),(1235,1,1157236750,'user.php','modify','user id = 2037','84.36.12.109'),(1236,1,1157236763,'user.php','find','','84.36.12.109'),(1237,1,1157236774,'user.php','edit','user id = 2037','84.36.12.109'),(1238,1,1157236805,'backup.php','choose','','84.36.12.109'),(1239,1,1157305200,'user.php','modify','','82.129.177.81'),(1240,1,1157305206,'user.php','find','','82.129.177.81'),(1241,1,1157305208,'user.php','edit','user id = 2198','82.129.177.81'),(1242,1,1157305217,'user.php','update','user id = 2198','82.129.177.81'),(1243,1,1157305222,'user.php','modify','user id = 2198','82.129.177.81'),(1244,1,1157305239,'user.php','find','','82.129.177.81'),(1245,1,1157305239,'user.php','edit','user id = 5','82.129.177.81'),(1246,1,1157305252,'user.php','modify','','82.129.177.81'),(1247,1,1157305277,'user.php','find','','82.129.177.81'),(1248,1,1157305278,'user.php','edit','user id = 5','82.129.177.81'),(1249,1,1157305289,'user.php','update','user id = 5','82.129.177.81'),(1250,1,1157305292,'user.php','modify','user id = 5','82.129.177.81'),(1251,1,1157305949,'user.php','modify','','82.129.177.81'),(1252,1,1157305969,'user.php','find','','82.129.177.81'),(1253,1,1157305970,'user.php','edit','user id = 591','82.129.177.81'),(1254,1,1157305980,'user.php','update','user id = 591','82.129.177.81'),(1255,1,1157305982,'user.php','modify','user id = 591','82.129.177.81'),(1256,1,1157312056,'template.php','modify','','82.129.177.81'),(1257,1,1157312067,'css.php','edit','style id = 3','82.129.177.81'),(1258,1,1157312148,'css.php','update','style id = 3','82.129.177.81'),(1259,1,1157312150,'css.php','edit','style id = 3','82.129.177.81'),(1260,1,1157312199,'css.php','update','style id = 3','82.129.177.81'),(1261,1,1157312202,'css.php','edit','style id = 3','82.129.177.81'),(1262,1,1157312236,'css.php','update','style id = 3','82.129.177.81'),(1263,1,1157312238,'css.php','edit','style id = 3','82.129.177.81'),(1264,4,1157334720,'user.php','find','','84.36.9.44'),(1265,4,1157334722,'user.php','edit','user id = 2045','84.36.9.44'),(1266,4,1157334742,'user.php','update','user id = 2045','84.36.9.44'),(1267,4,1157334745,'user.php','modify','user id = 2045','84.36.9.44'),(1268,1,1157350003,'backup.php','choose','','84.36.9.44'),(1269,1,1157350262,'banning.php','banuser','','84.36.9.44'),(1270,1,1157388610,'forum.php','modify','','82.129.177.81'),(1271,1,1157388615,'forum.php','edit','forum id = 13','82.129.177.81'),(1272,1,1157388669,'forum.php','update','forum id = 13','82.129.177.81'),(1273,1,1157388673,'forum.php','modify','forum id = 13','82.129.177.81'),(1274,1,1157388700,'forum.php','edit','forum id = 13','82.129.177.81'),(1275,1,1157388709,'forum.php','update','forum id = 13','82.129.177.81'),(1276,1,1157388713,'forum.php','modify','forum id = 13','82.129.177.81'),(1277,1,1157388721,'forum.php','edit','forum id = 13','82.129.177.81'),(1278,1,1157398852,'usergroup.php','modify','','82.129.177.81'),(1279,1,1157398885,'usergroup.php','edit','usergroup id = 5','82.129.177.81'),(1280,1,1157398910,'usergroup.php','update','usergroup id = 5','82.129.177.81'),(1281,1,1157398913,'usergroup.php','modify','','82.129.177.81'),(1282,1,1157399161,'forum.php','modify','','82.129.177.81'),(1283,1,1157399196,'moderator.php','add','forum id = 15','82.129.177.81'),(1284,1,1157399211,'moderator.php','update','forum id = 15','82.129.177.81'),(1285,1,1157399217,'forum.php','modify','forum id = 15','82.129.177.81'),(1286,1,1157420197,'options.php','','','84.36.5.163'),(1287,1,1157420237,'options.php','options','','84.36.5.163'),(1288,1,1157420266,'options.php','dooptions','','84.36.5.163'),(1289,1,1157420269,'options.php','options','','84.36.5.163'),(1290,1,1157421185,'template.php','modify','','84.36.5.163'),(1291,1,1157421191,'css.php','edit','style id = 3','84.36.5.163'),(1292,1,1157421490,'css.php','update','style id = 3','84.36.5.163'),(1293,1,1157421494,'css.php','edit','style id = 3','84.36.5.163'),(1294,1,1157421551,'css.php','update','style id = 3','84.36.5.163'),(1295,1,1157421553,'css.php','edit','style id = 3','84.36.5.163'),(1296,1,1157430535,'forum.php','modify','','84.36.9.197'),(1297,1,1157430603,'forum.php','add','','84.36.9.197'),(1298,1,1157430628,'forum.php','update','','84.36.9.197'),(1299,1,1157430630,'forum.php','modify','forum id = 19','84.36.9.197'),(1300,1,1157519561,'template.php','modify','','84.36.9.197'),(1301,1,1157519572,'css.php','edit','style id = 3','84.36.9.197'),(1302,1,1157519820,'css.php','update','style id = 3','84.36.9.197'),(1303,1,1157519824,'css.php','edit','style id = 3','84.36.9.197'),(1304,1,1157520112,'css.php','update','style id = 3','84.36.9.197'),(1305,1,1157520115,'css.php','edit','style id = 3','84.36.9.197'),(1306,1,1157520169,'css.php','update','style id = 3','84.36.9.197'),(1307,1,1157520171,'css.php','edit','style id = 3','84.36.9.197'),(1308,4,1157523011,'announcement.php','modify','','84.36.12.127'),(1309,4,1157523016,'announcement.php','edit','announcement id = 2','84.36.12.127'),(1310,4,1157523046,'announcement.php','update','announcement id = 2','84.36.12.127'),(1311,4,1157523047,'announcement.php','','','84.36.12.127'),(1312,4,1157523051,'announcement.php','edit','announcement id = 3','84.36.12.127'),(1313,4,1157523065,'announcement.php','update','announcement id = 3','84.36.12.127'),(1314,4,1157523067,'announcement.php','','','84.36.12.127'),(1315,4,1157523070,'announcement.php','edit','announcement id = 4','84.36.12.127'),(1316,4,1157523085,'announcement.php','update','announcement id = 4','84.36.12.127'),(1317,4,1157523087,'announcement.php','','','84.36.12.127'),(1318,4,1157523090,'announcement.php','edit','announcement id = 5','84.36.12.127'),(1319,4,1157523098,'announcement.php','remove','announcement id = 5','84.36.12.127'),(1320,4,1157523100,'announcement.php','kill','announcement id = 5','84.36.12.127'),(1321,4,1157523102,'announcement.php','modify','','84.36.12.127'),(1322,1,1157591961,'forum.php','modify','','84.36.9.197'),(1323,1,1157591971,'forum.php','remove','forum id = 18','84.36.9.197'),(1324,1,1157591973,'forum.php','kill','forum id = 18','84.36.9.197'),(1325,1,1157591976,'forum.php','','','84.36.9.197'),(1326,1,1157593579,'template.php','modify','','84.36.9.197'),(1327,1,1157593598,'css.php','edit','style id = 3','84.36.9.197'),(1328,1,1157593770,'css.php','update','style id = 3','84.36.9.197'),(1329,1,1157593775,'css.php','edit','style id = 3','84.36.9.197'),(1330,1,1157593799,'css.php','update','style id = 3','84.36.9.197'),(1331,1,1157593802,'css.php','edit','style id = 3','84.36.9.197'),(1332,1,1157647971,'backup.php','choose','','82.129.177.81'),(1333,1,1157648027,'backup.php','choose','','82.129.177.81'),(1334,1,1157660412,'user.php','modify','','82.129.177.81'),(1335,1,1157660413,'user.php','modify','','82.129.177.81'),(1336,1,1157660425,'user.php','find','','82.129.177.81'),(1337,1,1157660426,'user.php','edit','user id = 1327','82.129.177.81'),(1338,1,1157660505,'user.php','update','user id = 1327','82.129.177.81'),(1339,1,1157660510,'user.php','modify','user id = 1327','82.129.177.81'),(1340,1,1157660535,'banning.php','banuser','','82.129.177.81'),(1341,1,1157660553,'banning.php','banuser','','82.129.177.81'),(1342,1,1157660566,'banning.php','banuser','','82.129.177.81'),(1343,1,1157660571,'banning.php','banuser','','82.129.177.81'),(1344,8,1157660641,'banning.php','banuser','','84.36.9.93'),(1345,8,1157660761,'forum.php','modify','','84.36.9.93'),(1346,8,1157660766,'forum.php','modify','','84.36.9.93'),(1347,8,1157660793,'banning.php','banuser','','84.36.9.93'),(1348,1,1157660831,'usertools.php','pmstats','','82.129.177.81'),(1349,1,1157660841,'usertools.php','pmuserstats','','82.129.177.81'),(1350,1,1157660849,'usertools.php','pmfolderstats','user id = 1120','82.129.177.81'),(1351,1,1157660830,'user.php','edit','user id = 1120','82.129.177.81'),(1352,1,1157660841,'user.php','modify','','82.129.177.81'),(1353,1,1157660846,'user.php','find','','82.129.177.81'),(1354,1,1157660879,'user.php','find','','82.129.177.81'),(1355,1,1157660890,'user.php','find','','82.129.177.81'),(1356,1,1157660895,'user.php','find','','82.129.177.81'),(1357,1,1157660899,'user.php','find','','82.129.177.81'),(1358,1,1157660906,'user.php','find','','82.129.177.81'),(1359,1,1157660916,'user.php','find','','82.129.177.81'),(1360,1,1157660920,'user.php','find','','82.129.177.81'),(1361,1,1157660929,'user.php','find','','82.129.177.81'),(1362,1,1157660952,'user.php','find','','82.129.177.81'),(1363,8,1157660987,'banning.php','dobanuser','username = 123456','84.36.9.93'),(1364,8,1157660989,'banning.php','','','84.36.9.93'),(1365,1,1157660991,'user.php','modify','','82.129.177.81'),(1366,1,1157660995,'user.php','find','','82.129.177.81'),(1367,1,1157660997,'user.php','edit','user id = 664','82.129.177.81'),(1368,8,1157661025,'banning.php','banuser','','84.36.9.93'),(1369,8,1157661192,'banning.php','dobanuser','username = 741123','84.36.9.93'),(1370,8,1157661194,'banning.php','','','84.36.9.93'),(1371,1,1157679247,'template.php','modify','','84.36.9.197'),(1372,1,1157679269,'css.php','edit','style id = 3','84.36.9.197'),(1373,1,1157679391,'css.php','update','style id = 3','84.36.9.197'),(1374,1,1157679394,'css.php','edit','style id = 3','84.36.9.197'),(1375,5,1157680799,'banning.php','banuser','','84.36.139.144'),(1376,5,1157680833,'forum.php','modify','','84.36.139.144'),(1377,5,1157680952,'banning.php','modify','','84.36.139.144'),(1378,5,1157681349,'moderate.php','events','','84.36.139.144'),(1379,5,1157681359,'moderate.php','attachments','','84.36.139.144'),(1380,5,1157681334,'moderate.php','posts','','84.36.139.144'),(1381,5,1157681424,'forum.php','modify','','84.36.139.144'),(1382,5,1157681427,'thread.php','move','','84.36.139.144'),(1383,5,1157681445,'user.php','find','','84.36.139.144'),(1384,8,1157685185,'banning.php','banuser','','84.36.9.93'),(1385,8,1157686940,'banning.php','dobanuser','','84.36.9.93'),(1386,8,1157686940,'banning.php','dobanuser','username = ???????','84.36.9.93'),(1387,8,1157686942,'banning.php','','','84.36.9.93'),(1388,8,1157687002,'forum.php','modify','','84.36.9.93'),(1389,8,1157687052,'moderate.php','posts','','84.36.9.93'),(1390,8,1157687085,'moderate.php','posts','','84.36.9.93'),(1391,8,1157687097,'moderate.php','attachments','','84.36.9.93'),(1392,8,1157687108,'thread.php','prune','','84.36.9.93'),(1393,1,1157691811,'template.php','files','','84.36.29.198'),(1394,1,1157691857,'template.php','upload','','84.36.29.198'),(1395,1,1157691858,'template.php','rebuild','','84.36.29.198'),(1396,1,1157691862,'template.php','','','84.36.29.198'),(1397,1,1157692065,'language.php','files','','84.36.29.198'),(1398,1,1157692096,'language.php','upload','','84.36.29.198'),(1399,1,1157692114,'language.php','upload','','84.36.29.198'),(1400,1,1157692120,'template.php','files','','84.36.29.198'),(1401,1,1157692139,'template.php','upload','','84.36.29.198'),(1402,1,1157692142,'template.php','rebuild','','84.36.29.198'),(1403,1,1157692148,'template.php','','','84.36.29.198'),(1404,1,1157692422,'css.php','edit','style id = 3','84.36.29.198'),(1405,1,1157692435,'template.php','modify','','84.36.29.198'),(1406,1,1157692444,'css.php','edit','style id = 7','84.36.29.198'),(1407,1,1157692457,'css.php','update','style id = 7','84.36.29.198'),(1408,1,1157692462,'css.php','edit','style id = 7','84.36.29.198'),(1409,1,1157692491,'template.php','modify','','84.36.29.198'),(1410,1,1157692499,'template.php','deletestyle','style id = 8','84.36.29.198'),(1411,1,1157692502,'template.php','killstyle','style id = 8','84.36.29.198'),(1412,1,1157692505,'template.php','modify','','84.36.29.198'),(1413,1,1157692750,'template.php','modify','','84.36.29.198'),(1414,1,1157692755,'options.php','','','84.36.29.198'),(1415,1,1157692763,'options.php','options','','84.36.29.198'),(1416,1,1157692774,'options.php','dooptions','','84.36.29.198'),(1417,1,1157692776,'options.php','options','','84.36.29.198'),(1418,1,1157692898,'options.php','dooptions','','84.36.29.198'),(1419,1,1157692901,'options.php','options','','84.36.29.198'),(1420,1,1157692966,'options.php','dooptions','','84.36.29.198'),(1421,1,1157692968,'options.php','options','','84.36.29.198'),(1422,4,1157715018,'template.php','modify','','84.36.13.164'),(1423,4,1157715175,'template.php','search','','84.36.13.164'),(1424,4,1157715186,'template.php','modify','','84.36.13.164'),(1425,4,1157715195,'css.php','edit','style id = 7','84.36.13.164'),(1426,4,1157715377,'css.php','edit','style id = 7','84.36.13.164'),(1427,4,1157715382,'css.php','edit','style id = 7','84.36.13.164'),(1428,4,1157715407,'css.php','edit','style id = 7','84.36.13.164'),(1429,4,1157715416,'template.php','modify','','84.36.13.164'),(1430,4,1157715437,'template.php','search','','84.36.13.164'),(1431,4,1157715437,'template.php','modify','','84.36.13.164'),(1432,4,1157715445,'template.php','modify','','84.36.13.164'),(1433,4,1157715538,'template.php','files','style id = 7','84.36.13.164'),(1434,4,1157715706,'template.php','files','','84.36.13.164'),(1435,4,1157715726,'template.php','upload','','84.36.13.164'),(1436,4,1157715730,'template.php','rebuild','','84.36.13.164'),(1437,4,1157715733,'template.php','','','84.36.13.164'),(1438,4,1157715820,'template.php','search','','84.36.13.164'),(1439,4,1157715828,'template.php','modify','','84.36.13.164'),(1440,4,1157715832,'template.php','edit','style id = 0','84.36.13.164'),(1441,4,1157715854,'template.php','updatetemplate','style id = 7','84.36.13.164'),(1442,4,1157715859,'template.php','edit','style id = 0','84.36.13.164'),(1443,4,1157715896,'template.php','updatetemplate','style id = 7','84.36.13.164'),(1444,4,1157716058,'plugin.php','product','','84.36.13.164'),(1445,4,1157716063,'plugin.php','modify','','84.36.13.164'),(1446,4,1157716093,'plugin.php','product','','84.36.13.164'),(1447,4,1157716096,'plugin.php','productadd','','84.36.13.164'),(1448,4,1157716104,'plugin.php','productimport','','84.36.13.164'),(1449,4,1157716107,'plugin.php','product','','84.36.13.164'),(1450,4,1157716205,'template.php','search','','84.36.13.164'),(1451,4,1157716212,'template.php','modify','','84.36.13.164'),(1452,4,1157716215,'template.php','edit','style id = 0','84.36.13.164'),(1453,4,1157716280,'template.php','updatetemplate','style id = 7','84.36.13.164'),(1454,4,1157716331,'template.php','search','','84.36.13.164'),(1455,4,1157716335,'template.php','modify','','84.36.13.164'),(1456,4,1157716346,'css.php','edit','style id = 7','84.36.13.164'),(1457,4,1157716388,'css.php','update','style id = 7','84.36.13.164'),(1458,4,1157716391,'css.php','edit','style id = 7','84.36.13.164'),(1459,4,1157716414,'template.php','modify','','84.36.13.164'),(1460,4,1157716418,'css.php','edit','style id = 7','84.36.13.164'),(1461,4,1157716487,'css.php','update','style id = 7','84.36.13.164'),(1462,4,1157716490,'css.php','edit','style id = 7','84.36.13.164'),(1463,4,1157716490,'template.php','modify','','84.36.13.164'),(1464,4,1157716539,'options.php','','','84.36.13.164'),(1465,4,1157716552,'options.php','options','','84.36.13.164'),(1466,4,1157716560,'options.php','dooptions','','84.36.13.164'),(1467,4,1157716563,'options.php','options','','84.36.13.164'),(1468,4,1157716678,'template.php','modify','','84.36.13.164'),(1469,4,1157716698,'css.php','edit','style id = 7','84.36.13.164'),(1470,4,1157716702,'css.php','edit','style id = 7','84.36.13.164'),(1471,4,1157716708,'css.php','edit','style id = 7','84.36.13.164'),(1472,4,1157716716,'css.php','update','style id = 7','84.36.13.164'),(1473,4,1157716718,'css.php','edit','style id = 7','84.36.13.164'),(1474,4,1157716738,'css.php','update','style id = 7','84.36.13.164'),(1475,4,1157716740,'css.php','edit','style id = 7','84.36.13.164'),(1476,4,1157716787,'css.php','update','style id = 7','84.36.13.164'),(1477,4,1157716789,'css.php','edit','style id = 7','84.36.13.164'),(1478,4,1157716851,'css.php','update','style id = 7','84.36.13.164'),(1479,4,1157716854,'css.php','edit','style id = 7','84.36.13.164'),(1480,4,1157716918,'template.php','modify','','84.36.13.164'),(1481,4,1157716938,'css.php','edit','style id = 3','84.36.13.164'),(1482,4,1157716972,'css.php','update','style id = 7','84.36.13.164'),(1483,4,1157716975,'css.php','edit','style id = 7','84.36.13.164'),(1484,4,1157717035,'css.php','update','style id = 7','84.36.13.164'),(1485,4,1157717038,'css.php','edit','style id = 7','84.36.13.164'),(1486,4,1157717103,'template.php','files','','84.36.13.164'),(1487,4,1157717144,'template.php','upload','','84.36.13.164'),(1488,4,1157717154,'template.php','rebuild','','84.36.13.164'),(1489,4,1157717161,'template.php','','','84.36.13.164'),(1490,4,1157717161,'template.php','files','','84.36.13.164'),(1491,4,1157717184,'template.php','upload','','84.36.13.164'),(1492,4,1157717186,'template.php','rebuild','','84.36.13.164'),(1493,4,1157717190,'template.php','','','84.36.13.164'),(1494,4,1157717277,'options.php','','','84.36.13.164'),(1495,4,1157717276,'options.php','','','84.36.13.164'),(1496,4,1157717296,'options.php','options','','84.36.13.164'),(1497,4,1157717300,'options.php','dooptions','','84.36.13.164'),(1498,4,1157717302,'options.php','options','','84.36.13.164'),(1499,4,1157717732,'template.php','modify','','84.36.13.164'),(1500,4,1157717745,'css.php','edit','style id = 9','84.36.13.164'),(1501,4,1157717755,'css.php','update','style id = 9','84.36.13.164'),(1502,4,1157717757,'css.php','edit','style id = 9','84.36.13.164'),(1503,4,1157717778,'css.php','update','style id = 9','84.36.13.164'),(1504,4,1157717783,'css.php','edit','style id = 9','84.36.13.164'),(1505,4,1157717836,'css.php','update','style id = 9','84.36.13.164'),(1506,4,1157717840,'css.php','edit','style id = 9','84.36.13.164'),(1507,4,1157717856,'css.php','update','style id = 9','84.36.13.164'),(1508,4,1157717859,'css.php','edit','style id = 9','84.36.13.164'),(1509,4,1157717880,'css.php','update','style id = 9','84.36.13.164'),(1510,4,1157717883,'css.php','edit','style id = 9','84.36.13.164'),(1511,1,1157737883,'template.php','modify','','82.129.177.81'),(1512,1,1157737941,'template.php','modify','','82.129.177.81'),(1513,1,1157744336,'backup.php','choose','','82.129.177.81'),(1514,1,1157756807,'template.php','modify','','84.36.11.51'),(1515,1,1157756915,'css.php','edit','style id = 3','84.36.11.51'),(1516,1,1157757083,'template.php','modify','','84.36.11.51'),(1517,1,1157757090,'css.php','edit','style id = 9','84.36.11.51'),(1518,1,1157757108,'css.php','edit','style id = 7','84.36.11.51'),(1519,1,1157757122,'css.php','update','style id = 7','84.36.11.51'),(1520,1,1157757125,'css.php','edit','style id = 7','84.36.11.51'),(1521,1,1157757136,'template.php','modify','','84.36.11.51'),(1522,1,1157757145,'css.php','edit','style id = 9','84.36.11.51'),(1523,1,1157757156,'css.php','update','style id = 9','84.36.11.51'),(1524,1,1157757158,'css.php','edit','style id = 9','84.36.11.51'),(1525,1,1157757190,'css.php','update','style id = 9','84.36.11.51'),(1526,1,1157757193,'css.php','edit','style id = 9','84.36.11.51'),(1527,1,1157757323,'css.php','update','style id = 9','84.36.11.51'),(1528,1,1157757328,'css.php','edit','style id = 9','84.36.11.51'),(1529,1,1157774551,'template.php','modify','','84.36.13.150'),(1530,1,1157774556,'css.php','edit','style id = 9','84.36.13.150'),(1531,1,1157774676,'css.php','update','style id = 9','84.36.13.150'),(1532,1,1157774678,'css.php','edit','style id = 9','84.36.13.150'),(1533,1,1157778442,'forum.php','modify','','84.36.13.150'),(1534,1,1157778451,'forum.php','add','','84.36.13.150'),(1535,1,1157778479,'forum.php','update','','84.36.13.150'),(1536,1,1157778482,'forum.php','modify','forum id = 20','84.36.13.150'),(1537,1,1157779539,'backup.php','choose','','84.36.13.150'),(1538,1,1157810367,'template.php','modify','','82.129.177.81'),(1539,1,1157810402,'options.php','','','82.129.177.81'),(1540,1,1157810411,'options.php','options','','82.129.177.81'),(1541,1,1157810419,'options.php','dooptions','','82.129.177.81'),(1542,1,1157810421,'options.php','options','','82.129.177.81'),(1543,1,1157810485,'options.php','dooptions','','82.129.177.81'),(1544,1,1157810489,'options.php','options','','82.129.177.81'),(1545,1,1157810558,'options.php','dooptions','','82.129.177.81'),(1546,1,1157810561,'options.php','options','','82.129.177.81'),(1547,1,1157810583,'options.php','dooptions','','82.129.177.81'),(1548,1,1157810587,'options.php','options','','82.129.177.81'),(1549,1,1157810590,'template.php','modify','','82.129.177.81'),(1550,8,1157857244,'user.php','find','','84.36.3.18'),(1551,8,1157857253,'user.php','findnames','','84.36.3.18'),(1552,8,1157857260,'user.php','findnames','','84.36.3.18'),(1553,8,1157857277,'user.php','viewuser','user id = 3157','84.36.3.18'),(1554,8,1157857307,'user.php','viewuser','user id = 567','84.36.3.18'),(1555,8,1157857321,'user.php','viewuser','user id = 3178','84.36.3.18'),(1556,8,1157857349,'user.php','findnames','','84.36.3.18'),(1557,8,1157857354,'user.php','viewuser','user id = 1495','84.36.3.18'),(1558,8,1157857361,'user.php','viewuser','user id = 2669','84.36.3.18'),(1559,8,1157857399,'user.php','findnames','','84.36.3.18'),(1560,8,1157857412,'user.php','viewuser','user id = 405','84.36.3.18'),(1561,8,1157857455,'user.php','viewuser','user id = 1058','84.36.3.18'),(1562,8,1157857505,'user.php','viewuser','user id = 8','84.36.3.18'),(1563,8,1157857649,'user.php','viewuser','user id = 1100','84.36.3.18'),(1564,8,1157857668,'user.php','viewuser','user id = 977','84.36.3.18'),(1565,8,1157857757,'user.php','findnames','','84.36.3.18'),(1566,8,1157857759,'user.php','viewuser','user id = 362','84.36.3.18'),(1567,8,1157858284,'user.php','findnames','','84.36.3.18'),(1568,8,1157858287,'user.php','viewuser','user id = 481','84.36.3.18'),(1569,8,1157858308,'user.php','findnames','','84.36.3.18'),(1570,8,1157858311,'user.php','viewuser','user id = 9','84.36.3.18'),(1571,8,1157858364,'user.php','findnames','','84.36.3.18'),(1572,8,1157858367,'user.php','viewuser','user id = 2914','84.36.3.18'),(1573,8,1157859938,'user.php','find','','84.36.3.18'),(1574,8,1157859952,'user.php','findnames','','84.36.3.18'),(1575,8,1157859959,'user.php','findnames','','84.36.3.18'),(1576,8,1157859962,'user.php','viewuser','user id = 2214','84.36.3.18'),(1577,8,1157859987,'user.php','findnames','','84.36.3.18'),(1578,8,1157859991,'user.php','findnames','','84.36.3.18'),(1579,8,1157861177,'user.php','find','','84.36.3.18'),(1580,8,1157861186,'user.php','findnames','','84.36.3.18'),(1581,8,1157861192,'user.php','viewuser','user id = 808','84.36.3.18'),(1582,8,1157861204,'user.php','viewuser','user id = 363','84.36.3.18'),(1583,8,1157861211,'user.php','viewuser','user id = 754','84.36.3.18'),(1584,4,1157861533,'user.php','find','','84.36.8.100'),(1585,4,1157861534,'user.php','edit','user id = 2200','84.36.8.100'),(1586,1,1157864896,'user.php','add','','84.36.8.100'),(1587,1,1157864964,'user.php','update','','84.36.8.100'),(1588,1,1157864968,'user.php','modify','user id = 3183','84.36.8.100'),(1589,1,1157865734,'template.php','modify','','84.36.8.100'),(1590,1,1157865743,'css.php','edit','style id = 9','84.36.8.100'),(1591,1,1157865802,'css.php','update','style id = 9','84.36.8.100'),(1592,1,1157865804,'css.php','edit','style id = 9','84.36.8.100'),(1593,1,1157865955,'css.php','update','style id = 9','84.36.8.100'),(1594,1,1157865957,'css.php','edit','style id = 9','84.36.8.100'),(1595,1,1157866095,'css.php','update','style id = 9','84.36.8.100'),(1596,1,1157866097,'css.php','edit','style id = 9','84.36.8.100'),(1597,1,1157867144,'backup.php','choose','','84.36.8.100'),(1598,8,1157931698,'banning.php','banuser','','84.36.7.88'),(1599,8,1157931709,'banning.php','dobanuser','username = S@FW@T','84.36.7.88'),(1600,8,1157931711,'banning.php','','','84.36.7.88'),(1601,1,1157933694,'user.php','modify','','84.36.14.207'),(1602,1,1157933704,'user.php','find','','84.36.14.207'),(1603,1,1157933705,'user.php','edit','user id = 1479','84.36.14.207'),(1604,1,1157933716,'user.php','update','user id = 1479','84.36.14.207'),(1605,1,1157933718,'user.php','modify','user id = 1479','84.36.14.207'),(1606,1,1157933769,'backup.php','choose','','84.36.14.207'),(1607,1,1157934709,'backup.php','choose','','84.36.14.207'),(1608,1,1157934839,'backup.php','choose','','84.36.14.207'),(1609,1479,1157935989,'misc.php','chooser','','62.135.56.47'),(1610,1479,1157935998,'misc.php','updatethread','','62.135.56.47'),(1611,1479,1157936008,'misc.php','','','62.135.56.47'),(1612,1479,1157936026,'misc.php','updatethread','','62.135.56.47'),(1613,1479,1157936032,'misc.php','','','62.135.56.47'),(1614,1479,1157936035,'misc.php','updateforum','','62.135.56.47'),(1615,1479,1157936039,'misc.php','','','62.135.56.47'),(1616,1479,1157936090,'template.php','findupdates','','62.135.56.47'),(1617,1479,1157936095,'options.php','','','62.135.56.47'),(1618,1,1157936100,'user.php','modify','','84.36.14.207'),(1619,1,1157936105,'user.php','find','','84.36.14.207'),(1620,1,1157936109,'user.php','find','','84.36.14.207'),(1621,1,1157936111,'user.php','edit','user id = 1','84.36.14.207'),(1622,1,1157936119,'user.php','update','user id = 1','84.36.14.207'),(1623,1,1157936121,'user.php','modify','user id = 1','84.36.14.207'),(1624,1,1157936127,'user.php','find','','84.36.14.207'),(1625,1,1157936127,'user.php','edit','user id = 147','84.36.14.207'),(1626,1479,1157936130,'options.php','','','62.135.56.47'),(1627,1479,1157936149,'options.php','','','62.135.56.47'),(1628,1,1157936152,'user.php','update','user id = 147','84.36.14.207'),(1629,1,1157936154,'user.php','modify','user id = 147','84.36.14.207'),(1630,1479,1157936184,'template.php','modify','','62.135.56.47'),(1631,1479,1157936187,'options.php','options','','62.135.56.47'),(1632,1479,1157936223,'options.php','options','','62.135.56.47'),(1633,1479,1157936225,'options.php','options','','62.135.56.47'),(1634,1479,1157936262,'options.php','options','','62.135.56.47'),(1635,1479,1157936264,'options.php','options','','62.135.56.47'),(1636,1479,1157936390,'phrase.php','search','','62.135.56.47'),(1637,1479,1157936439,'phrase.php','replace','','62.135.56.47'),(1638,1479,1157936446,'phrase.php','doreplace','','62.135.56.47'),(1639,1479,1157936480,'phrase.php','doreplace','','62.135.56.47'),(1640,1479,1157936482,'language.php','rebuild','','62.135.56.47'),(1641,1479,1157936817,'template.php','delete','style id = 1','62.135.56.47'),(1642,1479,1157936818,'template.php','delete','style id = 3','62.135.56.47'),(1643,1479,1157936914,'phrase.php','search','','62.135.56.47'),(1644,1479,1157936998,'template.php','modify','','62.135.56.47'),(1645,1479,1157937001,'template.php','modify','','62.135.56.47'),(1646,1479,1157937001,'options.php','','','62.135.56.47'),(1647,1479,1157937062,'options.php','options','','62.135.56.47'),(1648,1479,1157937278,'options.php','dooptions','','62.135.56.47'),(1649,1479,1157937282,'options.php','options','','62.135.56.47'),(1650,1,1157942134,'email.php','genlist','','84.36.14.207'),(1651,1,1157942145,'email.php','makelist','','84.36.14.207'),(1652,4,1157946596,'announcement.php','modify','','84.36.14.207'),(1653,4,1157948639,'user.php','find','','84.36.14.207'),(1654,4,1157948641,'user.php','find','','84.36.14.207'),(1655,4,1157948643,'user.php','edit','user id = 2572','84.36.14.207'),(1656,4,1157948652,'forum.php','modify','','84.36.14.207'),(1657,4,1157948670,'moderator.php','add','forum id = 13','84.36.14.207'),(1658,4,1157948681,'moderator.php','update','forum id = 13','84.36.14.207'),(1659,4,1157948685,'forum.php','modify','forum id = 13','84.36.14.207'),(1660,4,1157948687,'user.php','modify','','84.36.14.207'),(1661,4,1157948695,'user.php','find','','84.36.14.207'),(1662,4,1157948698,'user.php','edit','user id = 2572','84.36.14.207'),(1663,4,1157948728,'user.php','update','user id = 2572','84.36.14.207'),(1664,4,1157948731,'user.php','modify','user id = 2572','84.36.14.207'),(1665,4,1157966671,'user.php','find','','84.36.10.198'),(1666,4,1157966675,'user.php','edit','user id = 410','84.36.10.198'),(1667,4,1157966697,'user.php','update','user id = 410','84.36.10.198'),(1668,4,1157966699,'user.php','modify','user id = 410','84.36.10.198'),(1669,4,1157966747,'user.php','find','','84.36.10.198'),(1670,4,1157966751,'user.php','edit','user id = 410','84.36.10.198'),(1671,4,1157966776,'user.php','update','user id = 410','84.36.10.198'),(1672,4,1157966778,'user.php','modify','user id = 410','84.36.10.198'),(1673,4,1157966835,'user.php','find','','84.36.10.198'),(1674,4,1157966836,'user.php','edit','user id = 410','84.36.10.198'),(1675,4,1157966848,'user.php','update','user id = 410','84.36.10.198'),(1676,4,1157966854,'user.php','modify','user id = 410','84.36.10.198'),(1677,4,1157977053,'template.php','search','','84.36.10.198'),(1678,4,1157977070,'template.php','modify','','84.36.10.198'),(1679,4,1157977084,'template.php','add','style id = 9','84.36.10.198'),(1680,4,1157977101,'template.php','inserttemplate','style id = 9','84.36.10.198'),(1681,4,1157977108,'usergroup.php','modify','','84.36.10.198'),(1682,4,1157977231,'usergroup.php','add','','84.36.10.198'),(1683,4,1157977258,'usergroup.php','add','','84.36.10.198'),(1684,4,1157977349,'usergroup.php','update','','84.36.10.198'),(1685,4,1157977354,'usergroup.php','modify','','84.36.10.198'),(1686,4,1157977361,'user.php','modify','','84.36.10.198'),(1687,4,1157977371,'user.php','find','','84.36.10.198'),(1688,4,1157977375,'user.php','edit','user id = 2572','84.36.10.198'),(1689,4,1157977407,'user.php','update','user id = 2572','84.36.10.198'),(1690,4,1157977411,'user.php','modify','user id = 2572','84.36.10.198'),(1691,4,1157977530,'usergroup.php','modify','','84.36.10.198'),(1692,4,1157977557,'usergroup.php','edit','usergroup id = 11','84.36.10.198'),(1693,4,1157977581,'usergroup.php','update','usergroup id = 11','84.36.10.198'),(1694,4,1157977584,'usergroup.php','modify','','84.36.10.198'),(1695,4,1157977755,'template.php','search','','84.36.10.198'),(1696,4,1157977766,'template.php','modify','','84.36.10.198'),(1697,4,1157977774,'template.php','search','','84.36.10.198'),(1698,4,1157977784,'template.php','modify','','84.36.10.198'),(1699,4,1157977789,'css.php','edit','style id = 9','84.36.10.198'),(1700,4,1157977857,'css.php','update','style id = 9','84.36.10.198'),(1701,4,1157977862,'css.php','edit','style id = 9','84.36.10.198'),(1702,4,1157977917,'css.php','update','style id = 9','84.36.10.198'),(1703,4,1157977932,'css.php','edit','style id = 9','84.36.10.198'),(1704,4,1157978061,'template.php','search','','84.36.10.198'),(1705,4,1157978070,'template.php','modify','','84.36.10.198'),(1706,4,1157978080,'template.php','edit','style id = 0','84.36.10.198'),(1707,4,1157978430,'template.php','updatetemplate','style id = 9','84.36.10.198'),(1708,4,1157978583,'usergroup.php','modify','','84.36.10.198'),(1709,4,1157978604,'usergroup.php','remove','usergroup id = 9','84.36.10.198'),(1710,4,1157978613,'usergroup.php','kill','usergroup id = 9','84.36.10.198'),(1711,4,1157978618,'usergroup.php','modify','','84.36.10.198'),(1712,4,1157978803,'usergroup.php','add','','84.36.10.198'),(1713,4,1157978818,'usergroup.php','modify','','84.36.10.198'),(1714,4,1157978854,'usergroup.php','edit','usergroup id = 11','84.36.10.198'),(1715,4,1157978866,'usergroup.php','add','','84.36.10.198'),(1716,4,1157978896,'usergroup.php','update','','84.36.10.198'),(1717,4,1157978900,'usergroup.php','modify','','84.36.10.198'),(1718,4,1157978904,'template.php','search','','84.36.10.198'),(1719,4,1157978923,'template.php','modify','','84.36.10.198'),(1720,4,1157978927,'template.php','edit','style id = 0','84.36.10.198'),(1721,4,1157979021,'template.php','updatetemplate','style id = 9','84.36.10.198'),(1722,4,1157979226,'usergroup.php','modify','','84.36.10.198'),(1723,4,1157979242,'usergroup.php','edit','usergroup id = 10','84.36.10.198'),(1724,4,1157979279,'usergroup.php','edit','usergroup id = 11','84.36.10.198'),(1725,4,1157979368,'usergroup.php','update','usergroup id = 10','84.36.10.198'),(1726,4,1157979370,'usergroup.php','modify','','84.36.10.198'),(1727,1479,1158010047,'language.php','modify','','196.219.241.217'),(1728,1479,1158010051,'language.php','add','','196.219.241.217'),(1729,1479,1158010055,'language.php','files','','196.219.241.217'),(1730,1479,1158010240,'language.php','upload','','196.219.241.217'),(1731,1479,1158010247,'language.php','rebuild','','196.219.241.217'),(1732,1479,1158010261,'language.php','','','196.219.241.217'),(1733,1479,1158010272,'options.php','','','196.219.241.217'),(1734,1479,1158010357,'options.php','options','','196.219.241.217'),(1735,1479,1158010441,'language.php','modify','','196.219.241.217'),(1736,1479,1158010458,'language.php','edit','Language ID = 2','196.219.241.217'),(1737,1479,1158010536,'options.php','','','196.219.241.217'),(1738,1479,1158010542,'options.php','options','','196.219.241.217'),(1739,1479,1158010567,'phrase.php','edit','','196.219.241.217'),(1740,1479,1158010569,'phrase.php','edit','','196.219.241.217'),(1741,1479,1158010678,'options.php','options','','196.219.241.217'),(1742,1479,1158010679,'options.php','options','','196.219.241.217'),(1743,1479,1158011379,'template.php','modify','','196.219.241.217'),(1744,1479,1158011574,'options.php','dooptions','','196.219.241.217'),(1745,1479,1158011580,'options.php','options','','196.219.241.217'),(1746,1479,1158012423,'forum.php','add','','196.219.241.217'),(1747,1479,1158012517,'forum.php','update','','196.219.241.217'),(1748,1479,1158012520,'forum.php','modify','forum id = 21','196.219.241.217'),(1749,1479,1158012522,'forum.php','modify','','196.219.241.217'),(1750,1479,1158012550,'forum.php','edit','forum id = 21','196.219.241.217'),(1751,1479,1158012568,'forum.php','update','forum id = 21','196.219.241.217'),(1752,1479,1158012570,'forumpermission.php','modify','','196.219.241.217'),(1753,1479,1158012573,'forum.php','modify','forum id = 21','196.219.241.217'),(1754,1479,1158012581,'forumpermission.php','edit','forum id = 21 / usergroup id = 4','196.219.241.217'),(1755,1479,1158012585,'forumpermission.php','edit','forum id = 21 / usergroup id = 8','196.219.241.217'),(1756,1479,1158012586,'forumpermission.php','edit','forum id = 21 / usergroup id = 7','196.219.241.217'),(1757,1479,1158012587,'forumpermission.php','edit','forum id = 21 / usergroup id = 5','196.219.241.217'),(1758,1479,1158012588,'forumpermission.php','edit','forum id = 21 / usergroup id = 2','196.219.241.217'),(1759,1479,1158012590,'forumpermission.php','edit','forum id = 21 / usergroup id = 11','196.219.241.217'),(1760,1479,1158012590,'forumpermission.php','edit','forum id = 21 / usergroup id = 10','196.219.241.217'),(1761,1479,1158012591,'forumpermission.php','edit','forum id = 21 / usergroup id = 1','196.219.241.217'),(1762,1479,1158012593,'forumpermission.php','edit','forum id = 21 / usergroup id = 12','196.219.241.217'),(1763,1479,1158012594,'forumpermission.php','edit','forum id = 21 / usergroup id = 3','196.219.241.217'),(1764,1479,1158012604,'forumpermission.php','doupdate','','196.219.241.217'),(1765,1479,1158012609,'forumpermission.php','modify','forum id = 21','196.219.241.217'),(1766,1479,1158012609,'forumpermission.php','doupdate','','196.219.241.217'),(1767,1479,1158012613,'forumpermission.php','modify','forum id = 21','196.219.241.217'),(1768,1479,1158012613,'forumpermission.php','doupdate','','196.219.241.217'),(1769,1479,1158012616,'forumpermission.php','modify','forum id = 21','196.219.241.217'),(1770,1479,1158012617,'forumpermission.php','doupdate','','196.219.241.217'),(1771,1479,1158012620,'forumpermission.php','modify','forum id = 21','196.219.241.217'),(1772,1479,1158012622,'forumpermission.php','doupdate','','196.219.241.217'),(1773,1479,1158012625,'forumpermission.php','modify','forum id = 21','196.219.241.217'),(1774,1479,1158012627,'forumpermission.php','doupdate','','196.219.241.217'),(1775,1479,1158012630,'forumpermission.php','modify','forum id = 21','196.219.241.217'),(1776,1479,1158012671,'forumpermission.php','doupdate','','196.219.241.217'),(1777,1479,1158012675,'forumpermission.php','modify','forum id = 21','196.219.241.217'),(1778,1479,1158012676,'forumpermission.php','doupdate','','196.219.241.217'),(1779,1479,1158012679,'forumpermission.php','modify','forum id = 21','196.219.241.217'),(1780,1479,1158012680,'forumpermission.php','doupdate','','196.219.241.217'),(1781,1479,1158012683,'forumpermission.php','modify','forum id = 21','196.219.241.217'),(1782,1479,1158012710,'usergroup.php','modify','','196.219.241.217'),(1783,1479,1158012793,'forum.php','modify','','196.219.241.217'),(1784,1479,1158012808,'forum.php','edit','forum id = 21','196.219.241.217'),(1785,1479,1158012827,'forum.php','update','forum id = 21','196.219.241.217'),(1786,1479,1158012830,'forum.php','modify','forum id = 21','196.219.241.217'),(1787,1,1158013314,'options.php','','','84.36.139.122'),(1788,1,1158013334,'options.php','options','','84.36.139.122'),(1789,1,1158013778,'options.php','','','84.36.139.122'),(1790,1,1158013799,'usergroup.php','modify','','84.36.139.122'),(1791,1,1158013813,'options.php','','','84.36.139.122'),(1792,1,1158013819,'options.php','options','','84.36.139.122'),(1793,1,1158013829,'options.php','','','84.36.139.122'),(1794,1,1158013853,'options.php','options','','84.36.139.122'),(1795,1,1158013867,'options.php','','','84.36.139.122'),(1796,1,1158013929,'options.php','options','','84.36.139.122'),(1797,1,1158013945,'options.php','','','84.36.139.122'),(1798,1,1158013956,'options.php','options','','84.36.139.122'),(1799,1,1158013985,'options.php','options','','84.36.139.122'),(1800,1,1158014093,'options.php','options','','84.36.139.122'),(1801,1,1158014134,'template.php','modify','','84.36.139.122'),(1802,1,1158014145,'css.php','edit','style id = 9','84.36.139.122'),(1803,1,1158014300,'options.php','','','84.36.139.122'),(1804,1,1158014311,'options.php','options','','84.36.139.122'),(1805,1,1158014693,'options.php','','','84.36.139.122'),(1806,1,1158014709,'options.php','options','','84.36.139.122'),(1807,1,1158014735,'options.php','dooptions','','84.36.139.122'),(1808,1,1158014740,'options.php','options','','84.36.139.122'),(1809,1,1158014965,'options.php','dooptions','','84.36.139.122'),(1810,1,1158014969,'options.php','options','','84.36.139.122'),(1811,1,1158014984,'options.php','dooptions','','84.36.139.122'),(1812,1,1158014989,'options.php','options','','84.36.139.122'),(1813,1,1158015181,'options.php','options','','84.36.139.122'),(1814,1,1158015266,'options.php','options','','84.36.139.122'),(1815,1,1158015286,'options.php','options','','84.36.139.122'),(1816,1,1158015292,'options.php','options','','84.36.139.122'),(1817,1,1158015495,'options.php','','','84.36.139.122'),(1818,1,1158015569,'options.php','','','84.36.139.122'),(1819,1,1158015623,'options.php','','','84.36.139.122'),(1820,1,1158015637,'options.php','','','84.36.139.122'),(1821,1,1158015642,'options.php','searchtype','','84.36.139.122'),(1822,1,1158015654,'options.php','','','84.36.139.122'),(1823,1,1158015661,'options.php','','','84.36.139.122'),(1824,1479,1158017132,'misc.php','chooser','','213.158.175.127'),(1825,1,1158017148,'options.php','','','84.36.139.122'),(1826,1,1158017156,'template.php','modify','','84.36.139.122'),(1827,1479,1158017207,'options.php','','','213.158.175.127'),(1828,1479,1158017285,'misc.php','rebuildstyles','','213.158.175.127'),(1829,1479,1158017289,'misc.php','chooser','','213.158.175.127'),(1830,1479,1158017666,'options.php','options','','213.158.175.127'),(1831,1479,1158017706,'options.php','options','','213.158.175.127'),(1832,1479,1158017777,'options.php','options','','213.158.175.127'),(1833,1479,1158017777,'options.php','options','','213.158.175.127'),(1834,1479,1158017807,'usergroup.php','modify','','213.158.175.127'),(1835,1479,1158017827,'usergroup.php','edit','usergroup id = 1','213.158.175.127'),(1836,1479,1158017887,'usergroup.php','update','usergroup id = 1','213.158.175.127'),(1837,1479,1158017889,'usergroup.php','modify','','213.158.175.127'),(1838,1479,1158018055,'options.php','','','213.158.175.127'),(1839,1479,1158018056,'options.php','','','213.158.175.127'),(1840,1479,1158018085,'options.php','options','','213.158.175.127'),(1841,1479,1158018146,'options.php','options','','213.158.175.127'),(1842,1479,1158018153,'options.php','options','','213.158.175.127'),(1843,1479,1158018353,'forum.php','modify','','213.158.175.127'),(1844,1479,1158018355,'forumpermission.php','modify','','213.158.175.127'),(1845,1479,1158018358,'template.php','modify','','213.158.175.127'),(1846,1479,1158018386,'forumpermission.php','edit','forumpermission id = 3','213.158.175.127'),(1847,1479,1158018390,'forumpermission.php','edit','forumpermission id = 5','213.158.175.127'),(1848,1479,1158018410,'forumpermission.php','doupdate','','213.158.175.127'),(1849,1479,1158018413,'forumpermission.php','modify','forum id = 21','213.158.175.127'),(1850,1479,1158018415,'forumpermission.php','doupdate','','213.158.175.127'),(1851,1479,1158018417,'forumpermission.php','modify','forum id = 21','213.158.175.127'),(1852,1479,1158018429,'css.php','edit','style id = 9','213.158.175.127'),(1853,1479,1158018449,'template.php','modify','','213.158.175.127'),(1854,1479,1158018469,'template.php','modify','','213.158.175.127'),(1855,1479,1158018502,'css.php','edit','style id = 3','213.158.175.127'),(1856,1479,1158018535,'template.php','modify','','213.158.175.127'),(1857,1479,1158018607,'css.php','edit','style id = 9','213.158.175.127'),(1858,1479,1158018620,'css.php','edit','style id = 9','213.158.175.127'),(1859,1479,1158018692,'template.php','modify','','213.158.175.127'),(1860,1479,1158018741,'template.php','modify','','213.158.175.127'),(1861,1479,1158018785,'css.php','edit','style id = 3','213.158.175.127'),(1862,1479,1158019079,'css.php','update','style id = 9','213.158.175.127'),(1863,1479,1158019082,'css.php','edit','style id = 9','213.158.175.127'),(1864,1479,1158019153,'css.php','update','style id = 9','213.158.175.127'),(1865,1479,1158019156,'css.php','edit','style id = 9','213.158.175.127'),(1866,1479,1158019247,'css.php','edit','style id = 9','213.158.175.127'),(1867,1479,1158019292,'css.php','update','style id = 9','213.158.175.127'),(1868,1479,1158019295,'css.php','edit','style id = 9','213.158.175.127'),(1869,4,1158019299,'user.php','find','','84.36.14.207'),(1870,4,1158019303,'user.php','edit','user id = 2200','84.36.14.207'),(1871,1479,1158019368,'css.php','update','style id = 9','213.158.175.127'),(1872,1479,1158019374,'css.php','edit','style id = 9','213.158.175.127'),(1873,1479,1158019649,'template.php','addstyle','','213.158.175.127'),(1874,1479,1158019654,'template.php','modify','','213.158.175.127'),(1875,1479,1158019656,'template.php','files','','213.158.175.127'),(1876,1479,1158019722,'template.php','upload','','213.158.175.127'),(1877,1479,1158019729,'template.php','rebuild','','213.158.175.127'),(1878,1479,1158019740,'template.php','','','213.158.175.127'),(1879,1479,1158019760,'css.php','edit','style id = 10','213.158.175.127'),(1880,1479,1158019864,'css.php','update','style id = 10','213.158.175.127'),(1881,1479,1158019867,'css.php','edit','style id = 10','213.158.175.127'),(1882,1479,1158020061,'options.php','','','213.158.175.127'),(1883,1479,1158020183,'options.php','options','','213.158.175.127'),(1884,1479,1158020195,'options.php','dooptions','','213.158.175.127'),(1885,1479,1158020198,'options.php','options','','213.158.175.127'),(1886,1479,1158020292,'css.php','update','style id = 10','213.158.175.127'),(1887,1479,1158020296,'css.php','edit','style id = 10','213.158.175.127'),(1888,1479,1158020374,'template.php','search','','213.158.175.127'),(1889,1479,1158020503,'css.php','update','style id = 10','213.158.175.127'),(1890,1479,1158020507,'css.php','edit','style id = 10','213.158.175.127'),(1891,1479,1158020638,'template.php','modify','','213.158.175.127'),(1892,1479,1158020638,'template.php','modify','','213.158.175.127'),(1893,1479,1158020804,'template.php','modify','','213.158.175.127'),(1894,1479,1158020808,'template.php','modify','','213.158.175.127'),(1895,1479,1158020828,'template.php','modify','','213.158.175.127'),(1896,1479,1158020841,'template.php','modify','','213.158.175.127'),(1897,1479,1158020857,'template.php','modify','','213.158.175.127'),(1898,1479,1158020870,'template.php','edit','style id = 0','213.158.175.127'),(1899,1479,1158020874,'template.php','edit','style id = 0','213.158.175.127'),(1900,1479,1158020883,'template.php','updatetemplate','style id = 10','213.158.175.127'),(1901,1479,1158020887,'template.php','edit','style id = 0','213.158.175.127'),(1902,1479,1158020889,'template.php','edit','style id = 0','213.158.175.127'),(1903,1479,1158020894,'template.php','edit','style id = 0','213.158.175.127'),(1904,1479,1158020900,'template.php','updatetemplate','style id = 10','213.158.175.127'),(1905,1479,1158020934,'template.php','modify','','213.158.175.127'),(1906,1479,1158020938,'template.php','edit','style id = 0','213.158.175.127'),(1907,1479,1158020974,'template.php','edit','style id = 0','213.158.175.127'),(1908,1479,1158020987,'template.php','updatetemplate','style id = 10','213.158.175.127'),(1909,1479,1158021026,'template.php','edit','style id = 0','213.158.175.127'),(1910,1479,1158021037,'template.php','edit','style id = 0','213.158.175.127'),(1911,1479,1158021049,'template.php','edit','style id = 0','213.158.175.127'),(1912,1479,1158021059,'template.php','updatetemplate','style id = 10','213.158.175.127'),(1913,1479,1158021064,'template.php','edit','style id = 0','213.158.175.127'),(1914,1479,1158021071,'template.php','edit','style id = 0','213.158.175.127'),(1915,1479,1158021082,'template.php','updatetemplate','style id = 10','213.158.175.127'),(1916,1479,1158021137,'template.php','modify','','213.158.175.127'),(1917,1479,1158021145,'template.php','modify','','213.158.175.127'),(1918,1479,1158021147,'template.php','edit','style id = 0','213.158.175.127'),(1919,1479,1158021161,'template.php','edit','style id = 0','213.158.175.127'),(1920,1479,1158021165,'template.php','edit','style id = 0','213.158.175.127'),(1921,1479,1158021171,'template.php','updatetemplate','style id = 10','213.158.175.127'),(1922,1479,1158021182,'template.php','edit','style id = 0','213.158.175.127'),(1923,1479,1158021191,'template.php','updatetemplate','style id = 10','213.158.175.127'),(1924,1479,1158021198,'template.php','edit','style id = 0','213.158.175.127'),(1925,1479,1158021199,'template.php','edit','style id = 0','213.158.175.127'),(1926,1479,1158021209,'template.php','updatetemplate','style id = 10','213.158.175.127'),(1927,1479,1158021365,'css.php','edit','style id = 10','213.158.175.127'),(1928,1479,1158021417,'css.php','update','style id = 10','213.158.175.127'),(1929,1479,1158021421,'css.php','edit','style id = 10','213.158.175.127'),(1930,1479,1158021562,'css.php','update','style id = 10','213.158.175.127'),(1931,1479,1158021565,'css.php','edit','style id = 10','213.158.175.127'),(1932,1,1158021723,'template.php','modify','','84.36.9.155'),(1933,1479,1158021743,'css.php','edit','style id = 3','213.158.175.127'),(1934,1479,1158021784,'template.php','modify','','213.158.175.127'),(1935,1479,1158021786,'language.php','modify','','213.158.175.127'),(1936,1479,1158021830,'template.php','dodisplayorder','','213.158.175.127'),(1937,1479,1158022588,'template.php','search','','213.158.175.127'),(1938,1479,1158022588,'template.php','search','','213.158.175.127'),(1939,1479,1158022603,'template.php','modify','','213.158.175.127'),(1940,1479,1158022630,'template.php','edit','style id = 0','213.158.175.127'),(1941,1479,1158022671,'template.php','updatetemplate','style id = 10','213.158.175.127'),(1942,1479,1158022786,'template.php','edit','style id = 0','213.158.175.127'),(1943,1479,1158022810,'template.php','updatetemplate','style id = 10','213.158.175.127'),(1944,1479,1158022836,'template.php','edit','style id = 0','213.158.175.127'),(1945,1479,1158022856,'template.php','updatetemplate','style id = 10','213.158.175.127'),(1946,1479,1158022967,'template.php','modify','','213.158.175.127'),(1947,1479,1158023050,'css.php','edit','style id = 10','213.158.175.127'),(1948,1479,1158024101,'forum.php','modify','','213.158.175.127'),(1949,1479,1158024103,'resources.php','','','213.158.175.127'),(1950,1,1158024103,'template.php','modify','','84.36.14.207'),(1951,1,1158024108,'css.php','edit','style id = 10','84.36.14.207'),(1952,1479,1158024144,'forum.php','add','','213.158.175.127'),(1953,1479,1158024175,'forumpermission.php','modify','','213.158.175.127'),(1954,1479,1158024191,'forum.php','update','','213.158.175.127'),(1955,1479,1158024193,'forum.php','modify','forum id = 22','213.158.175.127'),(1956,1479,1158024195,'forumpermission.php','modify','','213.158.175.127'),(1957,1479,1158024208,'forumpermission.php','edit','forum id = 22 / usergroup id = 4','213.158.175.127'),(1958,1479,1158024212,'forumpermission.php','edit','forum id = 22 / usergroup id = 8','213.158.175.127'),(1959,1479,1158024219,'forumpermission.php','edit','forum id = 22 / usergroup id = 2','213.158.175.127'),(1960,1479,1158024222,'forumpermission.php','edit','forum id = 22 / usergroup id = 11','213.158.175.127'),(1961,1479,1158024225,'forumpermission.php','edit','forum id = 22 / usergroup id = 1','213.158.175.127'),(1962,1479,1158024228,'forumpermission.php','edit','forum id = 22 / usergroup id = 12','213.158.175.127'),(1963,1479,1158024230,'forumpermission.php','edit','forum id = 22 / usergroup id = 3','213.158.175.127'),(1964,1479,1158024238,'forumpermission.php','doupdate','','213.158.175.127'),(1965,1479,1158024240,'forumpermission.php','modify','forum id = 22','213.158.175.127'),(1966,1479,1158024242,'forumpermission.php','doupdate','','213.158.175.127'),(1967,1479,1158024244,'forumpermission.php','modify','forum id = 22','213.158.175.127'),(1968,1479,1158024256,'forumpermission.php','doupdate','','213.158.175.127'),(1969,1479,1158024258,'forumpermission.php','modify','forum id = 22','213.158.175.127'),(1970,1479,1158024261,'forumpermission.php','doupdate','','213.158.175.127'),(1971,1479,1158024264,'forumpermission.php','modify','forum id = 22','213.158.175.127'),(1972,1479,1158024266,'forumpermission.php','doupdate','','213.158.175.127'),(1973,1479,1158024269,'forumpermission.php','doupdate','','213.158.175.127'),(1974,1479,1158024270,'forumpermission.php','modify','forum id = 22','213.158.175.127'),(1975,1479,1158024271,'forumpermission.php','doupdate','','213.158.175.127'),(1976,1479,1158024272,'forumpermission.php','modify','forum id = 22','213.158.175.127'),(1977,1479,1158024275,'forumpermission.php','modify','forum id = 22','213.158.175.127'),(1978,1,1158024370,'css.php','update','style id = 10','84.36.14.207'),(1979,1,1158024374,'css.php','edit','style id = 10','84.36.14.207'),(1980,1,1158024431,'css.php','update','style id = 10','84.36.14.207'),(1981,1,1158024433,'css.php','edit','style id = 10','84.36.14.207'),(1982,1,1158024526,'css.php','update','style id = 10','84.36.14.207'),(1983,1,1158024528,'css.php','edit','style id = 10','84.36.14.207'),(1984,1,1158034443,'user.php','modify','','84.36.14.207'),(1985,1,1158034496,'user.php','find','','84.36.14.207'),(1986,1,1158034497,'user.php','edit','user id = 1429','84.36.14.207'),(1987,1,1158034516,'user.php','update','user id = 1429','84.36.14.207'),(1988,1,1158034518,'user.php','modify','user id = 1429','84.36.14.207'),(1989,1,1158055645,'template.php','modify','','82.129.177.81'),(1990,4,1158074702,'user.php','find','','84.36.26.160'),(1991,4,1158074703,'user.php','edit','user id = 1548','84.36.26.160'),(1992,1479,1158100264,'language.php','modify','','213.158.175.206'),(1993,1479,1158100269,'language.php','delete','Language ID = 1','213.158.175.206'),(1994,1479,1158100273,'language.php','delete','Language ID = 2','213.158.175.206'),(1995,1479,1158100277,'language.php','kill','Language ID = 2','213.158.175.206'),(1996,1479,1158100280,'language.php','','','213.158.175.206'),(1997,1479,1158111931,'template.php','modify','','196.219.241.104'),(1998,1479,1158111931,'template.php','modify','','196.219.241.104'),(1999,1479,1158112097,'css.php','edit','style id = 10','196.219.241.104'),(2000,1479,1158112100,'css.php','edit','style id = 9','196.219.241.104'),(2001,1,1158128302,'backup.php','choose','','84.36.10.40'),(2002,1,1158128685,'backup.php','choose','','84.36.10.40'),(2003,1,1158128741,'forum.php','modify','','84.36.10.40'),(2004,1,1158128769,'forum.php','add','','84.36.10.40'),(2005,1,1158128870,'forum.php','update','','84.36.10.40'),(2006,1,1158128872,'forum.php','modify','forum id = 23','84.36.10.40'),(2007,1,1158128882,'forum.php','add','','84.36.10.40'),(2008,1,1158128940,'forum.php','update','','84.36.10.40'),(2009,1,1158128941,'forum.php','modify','forum id = 24','84.36.10.40'),(2010,1,1158128947,'forum.php','add','','84.36.10.40'),(2011,1,1158128991,'forum.php','update','','84.36.10.40'),(2012,1,1158128993,'forum.php','modify','forum id = 25','84.36.10.40'),(2013,1,1158129005,'moderator.php','add','forum id = 23','84.36.10.40'),(2014,1,1158129011,'moderator.php','update','forum id = 23','84.36.10.40'),(2015,1,1158129013,'forum.php','modify','forum id = 23','84.36.10.40'),(2016,1,1158129018,'moderator.php','add','forum id = 24','84.36.10.40'),(2017,1,1158129023,'moderator.php','update','forum id = 24','84.36.10.40'),(2018,1,1158129025,'forum.php','modify','forum id = 24','84.36.10.40'),(2019,1,1158129030,'moderator.php','add','forum id = 25','84.36.10.40'),(2020,1,1158129034,'moderator.php','update','forum id = 25','84.36.10.40'),(2021,1,1158129036,'forum.php','modify','forum id = 25','84.36.10.40'),(2022,1,1158129090,'backup.php','choose','','84.36.10.40'),(2023,4,1158133784,'user.php','find','','84.36.9.226'),(2024,4,1158133785,'user.php','edit','user id = 2572','84.36.9.226'),(2025,4,1158133831,'user.php','update','user id = 2572','84.36.9.226'),(2026,4,1158133834,'user.php','modify','user id = 2572','84.36.9.226'),(2027,4,1158133838,'user.php','find','','84.36.9.226'),(2028,4,1158133839,'user.php','edit','user id = 2572','84.36.9.226'),(2029,4,1158133883,'user.php','update','user id = 2572','84.36.9.226'),(2030,4,1158133885,'user.php','modify','user id = 2572','84.36.9.226'),(2031,4,1158133930,'usertools.php','pmstats','','84.36.9.226'),(2032,4,1158133947,'usertools.php','pmuserstats','','84.36.9.226'),(2033,4,1158133951,'usertools.php','pmuserstats','','84.36.9.226'),(2034,4,1158133955,'usertools.php','pmuserstats','','84.36.9.226'),(2035,4,1158133963,'usertools.php','pmuserstats','','84.36.9.226'),(2036,4,1158133984,'usertools.php','pmfolderstats','user id = 1903','84.36.9.226'),(2037,4,1158134000,'user.php','edit','user id = 1903','84.36.9.226'),(2038,4,1158134028,'usertools.php','pmuserstats','','84.36.9.226'),(2039,4,1158134052,'usertools.php','pmfolderstats','user id = 1903','84.36.9.226'),(2040,4,1158134066,'usertools.php','pmfolderstats','user id = 27','84.36.9.226'),(2041,4,1158134077,'accessmask.php','modify','','84.36.9.226'),(2042,1479,1158165980,'options.php','','','213.158.175.11'),(2043,1479,1158166004,'options.php','options','','213.158.175.11'),(2044,1,1158181604,'template.php','modify','','82.129.177.81'),(2045,1,1158181617,'css.php','edit','style id = 10','82.129.177.81'),(2046,1,1158181673,'css.php','update','style id = 10','82.129.177.81'),(2047,1,1158181676,'css.php','edit','style id = 10','82.129.177.81'),(2048,1479,1158195793,'plugin.php','product','','196.219.241.62'),(2049,1479,1158195804,'plugin.php','productadd','','196.219.241.62'),(2050,1479,1158195870,'plugin.php','productimport','','196.219.241.62'),(2051,1479,1158195879,'plugin.php','product','','196.219.241.62'),(2052,1479,1158195959,'template.php','search','','196.219.241.62'),(2053,1479,1158196622,'template.php','search','','196.219.241.62'),(2054,1479,1158196670,'template.php','modify','','196.219.241.62'),(2055,1479,1158196730,'template.php','add','style id = 10','196.219.241.62'),(2056,1479,1158196802,'template.php','inserttemplate','style id = 10','196.219.241.62'),(2057,1479,1158196809,'template.php','modify','style id = 0','196.219.241.62'),(2058,1479,1158196822,'template.php','search','','196.219.241.62'),(2059,1479,1158196879,'template.php','modify','','196.219.241.62'),(2060,1479,1158196895,'template.php','search','','196.219.241.62'),(2061,1479,1158196896,'template.php','search','','196.219.241.62'),(2062,1479,1158196991,'template.php','modify','','196.219.241.62'),(2063,1479,1158197011,'template.php','modify','','196.219.241.62'),(2064,1479,1158197026,'template.php','add','style id = 10','196.219.241.62'),(2065,1479,1158197031,'template.php','add','style id = 10','196.219.241.62'),(2066,1479,1158197064,'template.php','inserttemplate','style id = 10','196.219.241.62'),(2067,1479,1158197068,'template.php','modify','style id = 0','196.219.241.62'),(2068,1479,1158197086,'template.php','inserttemplate','style id = 10','196.219.241.62'),(2069,1479,1158197091,'template.php','modify','style id = 0','196.219.241.62'),(2070,1479,1158198558,'options.php','','','196.219.241.62'),(2071,1479,1158198584,'options.php','options','','196.219.241.62'),(2072,1479,1158201054,'plugin.php','product','','196.219.241.62'),(2073,1479,1158201107,'plugin.php','productadd','','196.219.241.62'),(2074,1479,1158201221,'plugin.php','productimport','','196.219.241.62'),(2075,1479,1158201228,'plugin.php','product','','196.219.241.62'),(2076,1479,1158202021,'plugin.php','productadd','','196.219.241.62'),(2077,1479,1158202044,'plugin.php','productimport','','196.219.241.62'),(2078,1479,1158202048,'plugin.php','product','','196.219.241.62'),(2079,1479,1158202169,'plugin.php','productadd','','196.219.241.62'),(2080,1479,1158202185,'plugin.php','productimport','','196.219.241.62'),(2081,1479,1158202189,'plugin.php','product','','196.219.241.62'),(2082,4,1158205353,'options.php','','','84.36.6.34'),(2083,4,1158205356,'options.php','options','','84.36.6.34'),(2084,4,1158205464,'options.php','dooptions','','84.36.6.34'),(2085,4,1158205467,'options.php','options','','84.36.6.34'),(2086,4,1158205678,'user.php','add','','84.36.6.34'),(2087,4,1158205699,'user.php','update','','84.36.6.34'),(2088,4,1158205714,'user.php','update','','84.36.6.34'),(2089,4,1158205717,'user.php','modify','user id = 3533','84.36.6.34'),(2090,4,1158207096,'options.php','','','84.36.6.34'),(2091,4,1158207099,'options.php','options','','84.36.6.34'),(2092,4,1158207144,'options.php','dooptions','','84.36.6.34'),(2093,4,1158207146,'options.php','options','','84.36.6.34'),(2094,4,1158209856,'user.php','find','','84.36.6.34'),(2095,4,1158209918,'user.php','find','','84.36.6.34'),(2096,4,1158209919,'user.php','edit','user id = 2572','84.36.6.34'),(2097,4,1158209953,'user.php','update','user id = 2572','84.36.6.34'),(2098,1479,1158216387,'plugin.php','product','','213.158.175.108'),(2099,1479,1158216415,'plugin.php','productdisable','','213.158.175.108'),(2100,1479,1158216416,'plugin.php','productedit','','213.158.175.108'),(2101,1479,1158216419,'plugin.php','productdisable','','213.158.175.108'),(2102,1479,1158216423,'plugin.php','product','','213.158.175.108'),(2103,1479,1158216604,'plugin.php','productenable','','213.158.175.108'),(2104,1479,1158216609,'plugin.php','product','','213.158.175.108'),(2105,1479,1158218013,'options.php','','','213.158.175.32'),(2106,1479,1158218020,'options.php','options','','213.158.175.32'),(2107,1479,1158218033,'options.php','options','','213.158.175.32'),(2108,1479,1158218034,'options.php','dooptions','','213.158.175.32'),(2109,1479,1158218036,'options.php','options','','213.158.175.32'),(2110,1479,1158218091,'options.php','','','213.158.175.32'),(2111,1479,1158218285,'options.php','options','','213.158.175.32'),(2112,1479,1158218286,'options.php','options','','213.158.175.32'),(2113,1479,1158218299,'options.php','options','','213.158.175.32'),(2114,4,1158229726,'options.php','','','84.36.7.201'),(2115,4,1158229729,'options.php','options','','84.36.7.201'),(2116,4,1158229772,'options.php','dooptions','','84.36.7.201'),(2117,4,1158229776,'options.php','options','','84.36.7.201'),(2118,4,1158230356,'options.php','','','84.36.7.201'),(2119,4,1158230359,'options.php','options','','84.36.7.201'),(2120,4,1158230377,'options.php','dooptions','','84.36.7.201'),(2121,4,1158230383,'options.php','options','','84.36.7.201'),(2122,4,1158239322,'user.php','find','','84.36.7.201'),(2123,4,1158239326,'user.php','edit','user id = 1866','84.36.7.201'),(2124,4,1158239357,'user.php','modify','','84.36.7.201'),(2125,4,1158239392,'user.php','find','','84.36.7.201'),(2126,4,1158239393,'user.php','edit','user id = 1078','84.36.7.201'),(2127,4,1158239418,'user.php','find','','84.36.7.201'),(2128,4,1158239422,'user.php','edit','user id = 3227','84.36.7.201'),(2129,1,1158293289,'backup.php','choose','','84.36.9.243'),(2130,4,1158295409,'user.php','find','','84.36.9.243'),(2131,4,1158295409,'user.php','edit','user id = 3360','84.36.9.243'),(2132,4,1158295448,'user.php','update','user id = 3360','84.36.9.243'),(2133,4,1158295450,'user.php','modify','user id = 3360','84.36.9.243'),(2134,4,1158295489,'user.php','find','','84.36.9.243'),(2135,4,1158295491,'user.php','edit','user id = 3360','84.36.9.243'),(2136,4,1158295510,'user.php','update','user id = 3360','84.36.9.243'),(2137,4,1158295514,'user.php','modify','user id = 3360','84.36.9.243'),(2138,4,1158295529,'user.php','edit','user id = 3360','84.36.9.243'),(2139,4,1158295546,'user.php','update','user id = 3360','84.36.9.243'),(2140,4,1158295550,'user.php','modify','user id = 3360','84.36.9.243'),(2141,4,1158297181,'banning.php','banuser','','84.36.9.243'),(2142,4,1158297345,'banning.php','dobanuser','username = maglat','84.36.9.243'),(2143,4,1158297346,'banning.php','','','84.36.9.243'),(2144,4,1158298008,'options.php','','','84.36.9.243'),(2145,4,1158298028,'options.php','options','','84.36.9.243'),(2146,4,1158298060,'options.php','dooptions','','84.36.9.243'),(2147,4,1158298062,'options.php','options','','84.36.9.243'),(2148,4,1158298072,'options.php','dooptions','','84.36.9.243'),(2149,4,1158298074,'options.php','options','','84.36.9.243'),(2150,4,1158298089,'backup.php','choose','','84.36.9.243'),(2151,4,1158298492,'backup.php','choose','','84.36.9.243'),(2152,1,1158299255,'options.php','','','84.36.9.243'),(2153,1,1158299273,'options.php','options','','84.36.9.243'),(2154,1,1158299285,'options.php','dooptions','','84.36.9.243'),(2155,1,1158299287,'options.php','options','','84.36.9.243'),(2156,1,1158310506,'user.php','modify','','84.36.9.243'),(2157,1,1158310512,'user.php','find','','84.36.9.243'),(2158,1,1158310513,'user.php','edit','user id = 2572','84.36.9.243'),(2159,1,1158310563,'user.php','update','user id = 2572','84.36.9.243'),(2160,1,1158310568,'user.php','modify','user id = 2572','84.36.9.243'),(2161,1,1158310609,'user.php','find','','84.36.9.243'),(2162,1,1158310609,'user.php','edit','user id = 2572','84.36.9.243'),(2163,1,1158310619,'user.php','update','user id = 2572','84.36.9.243'),(2164,1,1158310624,'user.php','modify','user id = 2572','84.36.9.243'),(2165,1,1158310645,'user.php','edit','user id = 2572','84.36.9.243'),(2166,1,1158310657,'user.php','update','user id = 2572','84.36.9.243'),(2167,1,1158310658,'user.php','modify','user id = 2572','84.36.9.243'),(2168,1479,1158320294,'plugin.php','product','','213.158.175.141'),(2169,1479,1158320303,'plugin.php','productdisable','','213.158.175.141'),(2170,1479,1158320306,'plugin.php','product','','213.158.175.141'),(2171,1479,1158320464,'plugin.php','productenable','','213.158.175.141'),(2172,1479,1158320469,'plugin.php','product','','213.158.175.141'),(2173,4,1158321899,'plugin.php','files','','84.36.25.99'),(2174,4,1158321953,'plugin.php','files','','84.36.25.99'),(2175,4,1158321962,'plugin.php','modify','','84.36.25.99'),(2176,4,1158321968,'plugin.php','add','','84.36.25.99'),(2177,4,1158321975,'plugin.php','files','','84.36.25.99'),(2178,4,1158321987,'plugin.php','doimport','','84.36.25.99'),(2179,4,1158321989,'plugin.php','','','84.36.25.99'),(2180,4,1158322064,'plugin.php','edit','plugin id = 5','84.36.25.99'),(2181,4,1158322066,'plugin.php','edit','plugin id = 39','84.36.25.99'),(2182,4,1158322161,'plugin.php','update','plugin id = 39','84.36.25.99'),(2183,4,1158322171,'plugin.php','','','84.36.25.99'),(2184,4,1158322629,'template.php','modify','','84.36.25.99'),(2185,4,1158322648,'css.php','edit','style id = 10','84.36.25.99'),(2186,4,1158322687,'css.php','update','style id = 10','84.36.25.99'),(2187,4,1158322690,'css.php','edit','style id = 10','84.36.25.99'),(2188,4,1158322743,'css.php','update','style id = 10','84.36.25.99'),(2189,4,1158322748,'css.php','edit','style id = 10','84.36.25.99'),(2190,4,1158322752,'options.php','','','84.36.25.99'),(2191,4,1158322758,'options.php','options','','84.36.25.99'),(2192,4,1158322768,'options.php','dooptions','','84.36.25.99'),(2193,4,1158322773,'options.php','options','','84.36.25.99'),(2194,4,1158322782,'plugin.php','modify','','84.36.25.99'),(2195,4,1158322790,'plugin.php','edit','plugin id = 39','84.36.25.99'),(2196,4,1158322854,'plugin.php','update','plugin id = 39','84.36.25.99'),(2197,4,1158322857,'plugin.php','','','84.36.25.99'),(2198,1479,1158325501,'options.php','','','213.158.175.45'),(2199,1479,1158325921,'options.php','options','','213.158.175.45'),(2200,1479,1158326118,'options.php','options','','213.158.175.45'),(2201,1479,1158326157,'options.php','options','','213.158.175.45'),(2202,4,1158404567,'options.php','','','84.36.8.68'),(2203,4,1158404574,'options.php','options','','84.36.8.68'),(2204,4,1158404613,'options.php','','','84.36.8.68'),(2205,4,1158404621,'options.php','options','','84.36.8.68'),(2206,4,1158404738,'options.php','dooptions','','84.36.8.68'),(2207,4,1158404741,'options.php','options','','84.36.8.68'),(2208,4,1158404801,'options.php','dooptions','','84.36.8.68'),(2209,4,1158404803,'options.php','options','','84.36.8.68'),(2210,4,1158404871,'options.php','dooptions','','84.36.8.68'),(2211,4,1158404876,'options.php','options','','84.36.8.68'),(2212,1,1158404935,'options.php','','','82.129.177.81'),(2213,1,1158404938,'options.php','options','','82.129.177.81'),(2214,4,1158404957,'options.php','dooptions','','84.36.8.68'),(2215,4,1158404961,'options.php','options','','84.36.8.68'),(2216,1,1158404967,'options.php','dooptions','','82.129.177.81'),(2217,1,1158404969,'options.php','options','','82.129.177.81'),(2218,4,1158405036,'options.php','dooptions','','84.36.8.68'),(2219,4,1158405039,'options.php','options','','84.36.8.68'),(2220,4,1158405061,'options.php','dooptions','','84.36.8.68'),(2221,4,1158405065,'options.php','options','','84.36.8.68'),(2222,1,1158405108,'options.php','dooptions','','82.129.177.81'),(2223,1,1158405112,'options.php','options','','82.129.177.81'),(2224,1,1158405125,'options.php','dooptions','','82.129.177.81'),(2225,1,1158405129,'options.php','options','','82.129.177.81'),(2226,1,1158405171,'options.php','dooptions','','82.129.177.81'),(2227,1,1158405176,'options.php','options','','82.129.177.81'),(2228,4,1158405242,'backup.php','choose','','84.36.8.68'),(2229,1,1158415554,'backup.php','choose','','82.129.177.81'),(2230,5,1158684586,'forum.php','modify','','84.36.132.39'),(2231,1479,1158687848,'backup.php','choose','','217.54.2.40'),(2232,1479,1158689064,'backup.php','choose','','217.54.2.40'),(2233,1479,1158689093,'backup.php','sqlfile','','217.54.2.40'),(2234,1479,1158689108,'backup.php','sqlfile','','217.54.2.40'),(2235,1479,1158689116,'backup.php','sqlfile','','217.54.2.40'),(2236,1,1158691337,'backup.php','choose','','62.139.86.114'),(2237,1,1158691358,'backup.php','sqlfile','','62.139.86.114'),(2238,1,1158691440,'backup.php','choose','','62.139.86.114'),(2239,1,1158694284,'backup.php','choose','','84.36.26.118'),(2240,1,1158694488,'backup.php','choose','','84.36.26.118'),(2241,1,1158695254,'backup.php','choose','','84.36.26.118'),(2242,1,1158695448,'options.php','','','84.36.26.118'),(2243,1,1158695457,'options.php','options','','84.36.26.118'),(2244,4,1158696551,'options.php','','','84.36.26.118'),(2245,4,1158696562,'options.php','options','','84.36.26.118'),(2246,4,1158696609,'options.php','dooptions','','84.36.26.118'),(2247,4,1158696611,'options.php','options','','84.36.26.118'),(2248,4,1158696618,'options.php','dooptions','','84.36.26.118'),(2249,4,1158696620,'options.php','options','','84.36.26.118'),(2250,1,1158699656,'backup.php','choose','','82.129.177.81'),(2251,1,1158699678,'backup.php','choose','','82.129.177.81'),(2252,1,1158864205,'template.php','modify','','82.129.177.81'),(2253,1,1158864572,'forum.php','modify','','82.129.177.81'),(2254,1,1158864576,'moderator.php','showlist','','82.129.177.81'),(2255,1,1158924228,'template.php','modify','','82.129.177.81'),(2256,1,1158924235,'css.php','edit','style id = 10','82.129.177.81'),(2257,1,1158924301,'css.php','update','style id = 10','82.129.177.81'),(2258,1,1158924304,'css.php','edit','style id = 10','82.129.177.81'),(2259,1,1158924321,'forum.php','modify','','82.129.177.81'),(2260,1,1158924344,'forum.php','remove','forum id = 25','82.129.177.81'),(2261,1,1158924346,'forum.php','kill','forum id = 25','82.129.177.81'),(2262,1,1158924349,'forum.php','','','82.129.177.81'),(2263,1,1158924355,'forum.php','remove','forum id = 24','82.129.177.81'),(2264,1,1158924357,'forum.php','kill','forum id = 24','82.129.177.81'),(2265,1,1158924360,'forum.php','','','82.129.177.81'),(2266,1,1158924367,'forum.php','remove','forum id = 23','82.129.177.81'),(2267,1,1158924368,'forum.php','kill','forum id = 23','82.129.177.81'),(2268,1,1158924371,'forum.php','','','82.129.177.81'),(2269,1,1158924396,'moderator.php','edit',' moderator id = 13','82.129.177.81'),(2270,1,1158924405,'moderator.php','showlist','','82.129.177.81'),(2271,1,1158924418,'moderator.php','remove',' moderator id = 13','82.129.177.81'),(2272,1,1158924423,'moderator.php','kill',' moderator id = 13','82.129.177.81'),(2273,1,1158924425,'forum.php','','','82.129.177.81'),(2274,1,1158924429,'moderator.php','showlist','','82.129.177.81'),(2275,1,1158924448,'moderator.php','remove',' moderator id = 6','82.129.177.81'),(2276,1,1158924451,'moderator.php','kill',' moderator id = 6','82.129.177.81'),(2277,1,1158924453,'forum.php','','','82.129.177.81'),(2278,1,1158924455,'moderator.php','showlist','','82.129.177.81'),(2279,1,1158924461,'moderator.php','remove',' moderator id = 2','82.129.177.81'),(2280,1,1158924471,'moderator.php','kill',' moderator id = 2','82.129.177.81'),(2281,1,1158924473,'forum.php','','','82.129.177.81'),(2282,1,1158924475,'moderator.php','showlist','','82.129.177.81'),(2283,1,1158924484,'user.php','modify','','82.129.177.81'),(2284,1,1158924488,'user.php','find','','82.129.177.81'),(2285,1,1158924490,'user.php','edit','user id = 2572','82.129.177.81'),(2286,1,1158924502,'user.php','update','user id = 2572','82.129.177.81'),(2287,1,1158924504,'user.php','modify','user id = 2572','82.129.177.81'),(2288,1,1158924520,'user.php','modify','','82.129.177.81'),(2289,1,1158924527,'user.php','find','','82.129.177.81'),(2290,1,1158924528,'user.php','edit','user id = 5','82.129.177.81'),(2291,1,1158924550,'user.php','update','user id = 5','82.129.177.81'),(2292,1,1158924552,'user.php','modify','user id = 5','82.129.177.81'),(2293,1,1158924561,'adminpermissions.php','edit','user id = 5 (Mando_Lovely)','82.129.177.81'),(2294,1,1158924575,'adminpermissions.php','update','user id = 5 (Mando_Lovely) (0 &raquo; 98300)','82.129.177.81'),(2295,1,1158924577,'adminpermissions.php','','','82.129.177.81'),(2296,1,1158924585,'user.php','modify','','82.129.177.81'),(2297,1,1158924594,'user.php','find','','82.129.177.81'),(2298,1,1158924595,'user.php','edit','user id = 8','82.129.177.81'),(2299,1,1158924606,'user.php','update','user id = 8','82.129.177.81'),(2300,1,1158924608,'user.php','modify','user id = 8','82.129.177.81'),(2301,1,1158924610,'adminpermissions.php','edit','user id = 8 (Da2et_2lb)','82.129.177.81'),(2302,1,1158924615,'adminpermissions.php','update','user id = 8 (Da2et_2lb) (0 &raquo; 98300)','82.129.177.81'),(2303,1,1158924617,'adminpermissions.php','','','82.129.177.81'),(2304,1,1158924636,'options.php','','','82.129.177.81'),(2305,1,1158924645,'options.php','options','','82.129.177.81'),(2306,1,1158924653,'options.php','dooptions','','82.129.177.81'),(2307,1,1158924657,'options.php','options','','82.129.177.81'),(2308,1,1158924665,'usergroup.php','modify','','82.129.177.81'),(2309,1,1158924671,'usergroup.php','edit','usergroup id = 2','82.129.177.81'),(2310,1,1158924763,'usergroup.php','update','usergroup id = 2','82.129.177.81'),(2311,1,1158924765,'usergroup.php','modify','','82.129.177.81'),(2312,1,1158924820,'user.php','modify','','82.129.177.81'),(2313,1,1158924823,'user.php','find','','82.129.177.81'),(2314,1,1158924824,'user.php','edit','user id = 5','82.129.177.81'),(2315,1,1158924836,'user.php','update','user id = 5','82.129.177.81'),(2316,1,1158924839,'user.php','modify','user id = 5','82.129.177.81'),(2317,1,1158924846,'user.php','find','','82.129.177.81'),(2318,1,1158924848,'user.php','edit','user id = 8','82.129.177.81'),(2319,1,1158924856,'user.php','update','user id = 8','82.129.177.81'),(2320,1,1158924858,'user.php','modify','user id = 8','82.129.177.81'),(2321,1,1158924882,'resources.php','','','82.129.177.81'),(2322,1,1158924890,'user.php','modify','','82.129.177.81'),(2323,1,1158924903,'user.php','find','','82.129.177.81'),(2324,1,1158924905,'user.php','edit','user id = 5','82.129.177.81'),(2325,1,1158924910,'user.php','update','user id = 5','82.129.177.81'),(2326,1,1158924913,'user.php','modify','user id = 5','82.129.177.81'),(2327,1,1158924927,'email.php','start','','82.129.177.81'),(2328,1,1158924977,'adminpermissions.php','modify','','82.129.177.81'),(2329,1,1158924981,'adminpermissions.php','edit','user id = 5 (Mando_Lovely)','82.129.177.81'),(2330,1,1158924985,'adminpermissions.php','update','user id = 5 (Mando_Lovely) (98300 &raquo; 0)','82.129.177.81'),(2331,1,1158924987,'adminpermissions.php','','','82.129.177.81'),(2332,1,1158924990,'adminpermissions.php','edit','user id = 8 (Da2et_2lb)','82.129.177.81'),(2333,1,1158924993,'adminpermissions.php','update','user id = 8 (Da2et_2lb) (98300 &raquo; 0)','82.129.177.81'),(2334,1,1158924996,'adminpermissions.php','','','82.129.177.81'),(2335,1,1158925065,'banning.php','banuser','','82.129.177.81'),(2336,1,1158925077,'banning.php','dobanuser','username = mago59','82.129.177.81'),(2337,1,1158925079,'banning.php','','','82.129.177.81'),(2338,1,1158925172,'options.php','','','82.129.177.81'),(2339,1,1158925528,'user.php','modify','','82.129.177.81'),(2340,1,1158925540,'user.php','find','','82.129.177.81'),(2341,1,1158925542,'user.php','edit','user id = 2572','82.129.177.81'),(2342,1,1158925560,'user.php','update','user id = 2572','82.129.177.81'),(2343,1,1158925562,'user.php','modify','user id = 2572','82.129.177.81'),(2344,1,1158927050,'options.php','','','82.129.177.81'),(2345,1,1158927055,'options.php','options','','82.129.177.81'),(2346,1,1158927100,'options.php','dooptions','','82.129.177.81'),(2347,1,1158927104,'options.php','options','','82.129.177.81'),(2348,1,1158928832,'usergroup.php','modify','','84.36.132.211'),(2349,1,1158928852,'usergroup.php','modifypromotion','usergroup id = 12','84.36.132.211'),(2350,1,1158928859,'usergroup.php','modify','','84.36.132.211'),(2351,1,1158928867,'usergroup.php','modifypromotion','usergroup id = 12','84.36.132.211'),(2352,1,1158928876,'usergroup.php','edit','usergroup id = 12','84.36.132.211'),(2353,5,1158930565,'moderate.php','posts','','84.36.132.211'),(2354,5,1158930603,'moderate.php','posts','','84.36.132.211'),(2355,5,1158930650,'moderate.php','doposts','','84.36.132.211'),(2356,5,1158930654,'moderate.php','posts','','84.36.132.211'),(2357,5,1158930744,'moderate.php','events','','84.36.132.211'),(2358,5,1158930748,'moderate.php','posts','','84.36.132.211'),(2359,5,1158930751,'announcement.php','add','','84.36.132.211'),(2360,5,1158930755,'announcement.php','modify','','84.36.132.211'),(2361,1,1158932202,'options.php','','','84.36.132.208'),(2362,1,1158932208,'options.php','options','','84.36.132.208'),(2363,1,1158932265,'options.php','dooptions','','84.36.132.208'),(2364,1,1158932269,'options.php','options','','84.36.132.208'),(2365,1,1158932377,'stats.php','index','','84.36.132.208'),(2366,1,1158932381,'plugin.php','modify','','84.36.132.208'),(2367,1,1158932433,'plugin.php','edit','plugin id = 8','84.36.132.208'),(2368,1,1158932463,'plugin.php','updateactive','','84.36.132.208'),(2369,1,1158932683,'email.php','start','','84.36.132.208'),(2370,4,1158951738,'template.php','modify','','84.36.29.117'),(2371,4,1158951743,'template.php','modify','','84.36.29.117'),(2372,4,1158951747,'template.php','edit','style id = 0','84.36.29.117'),(2373,1,1158951783,'template.php','modify','','82.129.177.81'),(2374,1,1158951793,'css.php','edit','style id = 10','82.129.177.81'),(2375,4,1158951934,'template.php','updatetemplate','style id = 10','84.36.29.117'),(2376,4,1158951958,'template.php','edit','style id = 0','84.36.29.117'),(2377,4,1158951976,'template.php','updatetemplate','style id = 10','84.36.29.117'),(2378,4,1158951994,'template.php','edit','style id = 0','84.36.29.117'),(2379,4,1158952019,'template.php','updatetemplate','style id = 10','84.36.29.117'),(2380,4,1158952044,'template.php','edit','style id = 0','84.36.29.117'),(2381,4,1158952068,'template.php','updatetemplate','style id = 10','84.36.29.117'),(2382,4,1158952175,'template.php','edit','style id = 0','84.36.29.117'),(2383,4,1158952248,'template.php','updatetemplate','style id = 10','84.36.29.117'),(2384,4,1158952283,'template.php','edit','style id = 0','84.36.29.117'),(2385,4,1158952347,'template.php','updatetemplate','style id = 10','84.36.29.117'),(2386,4,1158952374,'template.php','edit','style id = 0','84.36.29.117'),(2387,4,1158952461,'template.php','updatetemplate','style id = 10','84.36.29.117'),(2388,4,1158953631,'template.php','modify','','84.36.29.117'),(2389,4,1158953656,'template.php','modify','','84.36.29.117'),(2390,4,1158953659,'template.php','edit','style id = 0','84.36.29.117'),(2391,4,1158953700,'template.php','updatetemplate','style id = 10','84.36.29.117'),(2392,4,1158953716,'template.php','modify','','84.36.29.117'),(2393,4,1158953720,'css.php','edit','style id = 10','84.36.29.117'),(2394,4,1158953729,'css.php','update','style id = 10','84.36.29.117'),(2395,4,1158953732,'css.php','edit','style id = 10','84.36.29.117'),(2396,4,1158953753,'css.php','update','style id = 10','84.36.29.117'),(2397,4,1158953756,'css.php','edit','style id = 10','84.36.29.117'),(2398,4,1158953782,'css.php','update','style id = 10','84.36.29.117'),(2399,4,1158953785,'css.php','edit','style id = 10','84.36.29.117'),(2400,4,1158956060,'plugin.php','modify','','84.36.29.117'),(2401,4,1158956073,'plugin.php','updateactive','','84.36.29.117'),(2402,4,1158957656,'template.php','modify','','84.36.29.117'),(2403,4,1158957666,'css.php','edit','style id = 10','84.36.29.117'),(2404,4,1158957693,'css.php','update','style id = 10','84.36.29.117'),(2405,4,1158957696,'css.php','edit','style id = 10','84.36.29.117'),(2406,1,1158972382,'user.php','find','','84.36.26.174'),(2407,1,1158972387,'user.php','edit','user id = 30','84.36.26.174'),(2408,1,1158972418,'user.php','update','user id = 30','84.36.26.174'),(2409,1,1158972420,'user.php','modify','user id = 30','84.36.26.174'),(2410,4,1159015932,'user.php','find','','84.36.27.101'),(2411,4,1159015939,'user.php','edit','user id = 147','84.36.27.101'),(2412,4,1159015953,'user.php','update','user id = 147','84.36.27.101'),(2413,4,1159015957,'user.php','modify','user id = 147','84.36.27.101'),(2414,1,1159025276,'template.php','modify','','82.129.177.81'),(2415,1,1159025288,'css.php','edit','style id = 10','82.129.177.81'),(2416,1,1159025323,'css.php','update','style id = 10','82.129.177.81'),(2417,1,1159025327,'css.php','edit','style id = 10','82.129.177.81'),(2418,1,1159025376,'css.php','update','style id = 10','82.129.177.81'),(2419,1,1159025384,'css.php','edit','style id = 10','82.129.177.81'),(2420,1,1159025450,'css.php','update','style id = 10','82.129.177.81'),(2421,1,1159025454,'css.php','edit','style id = 10','82.129.177.81'),(2422,1,1159025602,'css.php','update','style id = 10','82.129.177.81'),(2423,1,1159025605,'css.php','edit','style id = 10','82.129.177.81'),(2424,1,1159025651,'css.php','update','style id = 10','82.129.177.81'),(2425,1,1159025677,'css.php','update','style id = 10','82.129.177.81'),(2426,1,1159025705,'template.php','modify','','82.129.177.81'),(2427,1,1159025735,'css.php','edit','style id = 10','82.129.177.81'),(2428,1,1159025768,'css.php','update','style id = 10','82.129.177.81'),(2429,1,1159025771,'css.php','edit','style id = 10','82.129.177.81'),(2430,1,1159025813,'css.php','update','style id = 10','82.129.177.81'),(2431,1,1159025819,'css.php','edit','style id = 10','82.129.177.81'),(2432,1,1159025873,'css.php','update','style id = 10','82.129.177.81'),(2433,1,1159025876,'css.php','edit','style id = 10','82.129.177.81'),(2434,1,1159025918,'css.php','update','style id = 10','82.129.177.81'),(2435,1,1159025921,'css.php','edit','style id = 10','82.129.177.81'),(2436,1,1159026000,'css.php','update','style id = 10','82.129.177.81'),(2437,1,1159026004,'css.php','edit','style id = 10','82.129.177.81'),(2438,1,1159030104,'template.php','modify','','82.129.177.81'),(2439,1,1159030177,'css.php','edit','style id = 10','82.129.177.81'),(2440,1,1159030562,'template.php','modify','','82.129.177.81'),(2441,1,1159030570,'css.php','edit','style id = 10','82.129.177.81'),(2442,1,1159030601,'css.php','update','style id = 10','82.129.177.81'),(2443,1,1159030605,'css.php','edit','style id = 10','82.129.177.81'),(2444,1,1159030937,'css.php','update','style id = 10','82.129.177.81'),(2445,1,1159030940,'css.php','edit','style id = 10','82.129.177.81'),(2446,1,1159031044,'css.php','update','style id = 10','82.129.177.81'),(2447,1,1159031081,'css.php','edit','style id = 10','82.129.177.81'),(2448,1,1159031591,'css.php','update','style id = 10','82.129.177.81'),(2449,1,1159031593,'css.php','edit','style id = 10','82.129.177.81'),(2450,1,1159031712,'css.php','update','style id = 10','82.129.177.81'),(2451,1,1159031714,'css.php','edit','style id = 10','82.129.177.81'),(2452,1,1159031762,'css.php','update','style id = 10','82.129.177.81'),(2453,1,1159031764,'css.php','edit','style id = 10','82.129.177.81'),(2454,1,1159032171,'css.php','update','style id = 10','82.129.177.81'),(2455,1,1159032173,'css.php','edit','style id = 10','82.129.177.81'),(2456,1,1159032386,'css.php','update','style id = 10','82.129.177.81'),(2457,1,1159032388,'css.php','edit','style id = 10','82.129.177.81'),(2458,1,1159032558,'css.php','update','style id = 10','82.129.177.81'),(2459,1,1159032560,'css.php','edit','style id = 10','82.129.177.81'),(2460,1,1159032587,'css.php','update','style id = 10','82.129.177.81'),(2461,1,1159032589,'css.php','edit','style id = 10','82.129.177.81'),(2462,1,1159032699,'css.php','update','style id = 10','82.129.177.81'),(2463,1,1159032701,'css.php','edit','style id = 10','82.129.177.81'),(2464,1,1159033168,'css.php','update','style id = 10','82.129.177.81'),(2465,1,1159033171,'css.php','edit','style id = 10','82.129.177.81'),(2466,1,1159033448,'css.php','update','style id = 10','82.129.177.81'),(2467,1,1159033450,'css.php','edit','style id = 10','82.129.177.81'),(2468,1,1159039766,'email.php','start','','84.36.143.26'),(2469,1,1159039971,'email.php','dosendmail','','84.36.143.26'),(2470,1,1159039987,'email.php','dosendmail','','84.36.143.26'),(2471,1,1159039999,'email.php','dosendmail','','84.36.143.26'),(2472,1,1159040003,'email.php','','','84.36.143.26'),(2473,1,1159040062,'email.php','dosendmail','','84.36.143.26'),(2474,1,1159040074,'email.php','dosendmail','','84.36.143.26'),(2475,1,1159040076,'email.php','','','84.36.143.26'),(2476,1,1159041677,'email.php','start','','84.36.143.26'),(2477,1479,1159042690,'template.php','modify','','217.54.2.42'),(2478,1479,1159042709,'template.php','search','','217.54.2.42'),(2479,1479,1159042709,'template.php','search','','217.54.2.42'),(2480,1479,1159042710,'template.php','modify','','217.54.2.42'),(2481,1479,1159042712,'template.php','modify','','217.54.2.42'),(2482,1479,1159042756,'template.php','search','','217.54.2.42'),(2483,1479,1159042756,'template.php','search','','217.54.2.42'),(2484,1479,1159042758,'template.php','search','','217.54.2.42'),(2485,1479,1159042795,'template.php','modify','','217.54.2.42'),(2486,1479,1159042804,'template.php','edit','style id = 0','217.54.2.42'),(2487,1479,1159042825,'template.php','updatetemplate','style id = 10','217.54.2.42'),(2488,1479,1159042838,'template.php','modify','','217.54.2.42'),(2489,1479,1159042846,'template.php','modify','','217.54.2.42'),(2490,1479,1159042848,'template.php','edit','style id = 0','217.54.2.42'),(2491,1479,1159042850,'template.php','edit','style id = 0','217.54.2.42'),(2492,1479,1159042870,'template.php','updatetemplate','style id = 10','217.54.2.42'),(2493,1479,1159042887,'template.php','updatetemplate','style id = 10','217.54.2.42'),(2494,1479,1159042903,'plugin.php','product','','217.54.2.42'),(2495,1479,1159042954,'plugin.php','productdisable','','217.54.2.42'),(2496,1479,1159042957,'plugin.php','product','','217.54.2.42'),(2497,1,1159043513,'forum.php','modify','','84.36.143.26'),(2498,1,1159043532,'forum.php','edit','forum id = 3','84.36.143.26'),(2499,1,1159043581,'forum.php','update','forum id = 3','84.36.143.26'),(2500,1,1159043584,'forum.php','modify','forum id = 3','84.36.143.26'),(2501,1,1159043635,'forum.php','edit','forum id = 3','84.36.143.26'),(2502,1,1159043645,'forum.php','update','forum id = 3','84.36.143.26'),(2503,1,1159043648,'forum.php','modify','forum id = 3','84.36.143.26'),(2504,1479,1159043672,'plugin.php','productadd','','217.54.2.42'),(2505,1479,1159043683,'plugin.php','productimport','','217.54.2.42'),(2506,1479,1159043689,'plugin.php','product','','217.54.2.42'),(2507,1479,1159044163,'plugin.php','productdisable','','217.54.2.42'),(2508,1479,1159044171,'plugin.php','product','','217.54.2.42'),(2509,1479,1159044187,'options.php','','','217.54.2.42'),(2510,1479,1159044258,'options.php','options','','217.54.2.42'),(2511,1479,1159044296,'options.php','options','','217.54.2.42'),(2512,1479,1159044310,'options.php','dooptions','','217.54.2.42'),(2513,1479,1159044312,'options.php','options','','217.54.2.42'),(2514,1479,1159044333,'options.php','','','217.54.2.42'),(2515,1479,1159044352,'options.php','options','','217.54.2.42'),(2516,1479,1159044417,'options.php','options','','217.54.2.42'),(2517,1479,1159050928,'options.php','','','217.54.2.42'),(2518,1479,1159050943,'options.php','options','','217.54.2.42'),(2519,1479,1159050989,'options.php','options','','217.54.2.42'),(2520,1479,1159050992,'options.php','dooptions','','217.54.2.42'),(2521,1479,1159050995,'options.php','options','','217.54.2.42'),(2522,1479,1159051023,'plugin.php','product','','217.54.2.42'),(2523,1479,1159051033,'plugin.php','productdisable','','217.54.2.42'),(2524,1479,1159051035,'plugin.php','product','','217.54.2.42'),(2525,1479,1159051358,'plugin.php','productenable','','217.54.2.42'),(2526,1479,1159051360,'plugin.php','product','','217.54.2.42'),(2527,1479,1159051407,'options.php','','','217.54.2.42'),(2528,1479,1159051415,'options.php','options','','217.54.2.42'),(2529,1479,1159051435,'options.php','dooptions','','217.54.2.42'),(2530,1,1159055967,'moderate.php','posts','','84.36.29.134'),(2531,1,1159055998,'moderate.php','doposts','','84.36.29.134'),(2532,1,1159056000,'moderate.php','posts','','84.36.29.134'),(2533,1,1159056007,'usergroup.php','modify','','84.36.29.134'),(2534,1,1159056018,'usergroup.php','edit','usergroup id = 12','84.36.29.134'),(2535,4,1159091542,'template.php','modify','','84.36.7.211'),(2536,4,1159091548,'css.php','edit','style id = 10','84.36.7.211'),(2537,4,1159091647,'css.php','update','style id = 10','84.36.7.211'),(2538,4,1159091680,'css.php','update','style id = 10','84.36.7.211'),(2539,4,1159091688,'css.php','edit','style id = 10','84.36.7.211'),(2540,4,1159091892,'css.php','update','style id = 10','84.36.7.211'),(2541,4,1159091896,'css.php','edit','style id = 10','84.36.7.211'),(2542,4,1159092005,'css.php','update','style id = 10','84.36.7.211'),(2543,4,1159092008,'css.php','edit','style id = 10','84.36.7.211'),(2544,4,1159092163,'css.php','update','','84.36.7.211'),(2545,4,1159092245,'template.php','modify','','84.36.7.211'),(2546,4,1159092252,'css.php','edit','style id = 10','84.36.7.211'),(2547,4,1159092281,'css.php','update','style id = 10','84.36.7.211'),(2548,4,1159092285,'css.php','edit','style id = 10','84.36.7.211'),(2549,4,1159092390,'css.php','update','style id = 10','84.36.7.211'),(2550,4,1159092393,'css.php','edit','style id = 10','84.36.7.211'),(2551,4,1159093204,'css.php','update','style id = 10','84.36.7.211'),(2552,4,1159093209,'css.php','edit','style id = 10','84.36.7.211'),(2553,1,1159095799,'template.php','modify','','84.36.29.134'),(2554,1,1159096002,'template.php','modify','','84.36.29.134'),(2555,1,1159096006,'css.php','edit','style id = 10','84.36.29.134'),(2556,1,1159096195,'usergroup.php','modify','','84.36.29.134'),(2557,1,1159096199,'usergroup.php','edit','usergroup id = 2','84.36.29.134'),(2558,1,1159096225,'template.php','modify','','84.36.29.134'),(2559,1,1159096230,'css.php','edit','style id = 10','84.36.29.134'),(2560,1,1159096239,'css.php','update','style id = 10','84.36.29.134'),(2561,1,1159096241,'css.php','edit','style id = 10','84.36.29.134'),(2562,1,1159096286,'css.php','update','style id = 10','84.36.29.134'),(2563,1,1159096289,'css.php','edit','style id = 10','84.36.29.134'),(2564,1,1159096328,'css.php','update','style id = 10','84.36.29.134'),(2565,1,1159096331,'css.php','edit','style id = 10','84.36.29.134'),(2566,1,1159096367,'css.php','update','style id = 10','84.36.29.134'),(2567,1,1159096370,'css.php','edit','style id = 10','84.36.29.134'),(2568,1,1159096425,'css.php','update','style id = 10','84.36.29.134'),(2569,1,1159096427,'css.php','edit','style id = 10','84.36.29.134'),(2570,1,1159096562,'css.php','update','style id = 10','84.36.29.134'),(2571,1,1159096564,'css.php','edit','style id = 10','84.36.29.134'),(2572,1,1159096677,'css.php','update','style id = 10','84.36.29.134'),(2573,1,1159096680,'css.php','edit','style id = 10','84.36.29.134'),(2574,1,1159098160,'moderate.php','posts','','84.36.29.134'),(2575,1,1159098174,'moderate.php','doposts','','84.36.29.134'),(2576,1,1159098176,'moderate.php','posts','','84.36.29.134'),(2577,1,1159098199,'moderate.php','doposts','','84.36.29.134'),(2578,1,1159098201,'moderate.php','posts','','84.36.29.134'),(2579,1,1159098220,'moderate.php','doposts','','84.36.29.134'),(2580,1,1159098222,'moderate.php','posts','','84.36.29.134'),(2581,1,1159098238,'moderate.php','doposts','','84.36.29.134'),(2582,1,1159098240,'moderate.php','posts','','84.36.29.134'),(2583,1,1159098246,'user.php','moderate','','84.36.29.134'),(2584,1479,1159099235,'forum.php','modify','','217.54.2.40'),(2585,1479,1159099247,'forum.php','edit','forum id = 3','217.54.2.40'),(2586,1479,1159099323,'forum.php','update','forum id = 3','217.54.2.40'),(2587,1479,1159099326,'forum.php','modify','forum id = 3','217.54.2.40'),(2588,1479,1159099721,'stats.php','index','','217.54.2.40'),(2589,1479,1159099724,'cronlog.php','choose','','217.54.2.40'),(2590,1479,1159099738,'cronlog.php','view','','217.54.2.40'),(2591,1479,1159099747,'modlog.php','choose','','217.54.2.40'),(2592,1479,1159099755,'modlog.php','view','','217.54.2.40'),(2593,1,1159106448,'template.php','modify','','82.129.177.81'),(2594,1,1159106452,'css.php','edit','style id = 10','82.129.177.81'),(2595,1,1159106459,'css.php','edit','style id = 10','82.129.177.81'),(2596,1,1159107152,'forum.php','modify','','82.129.177.81'),(2597,1,1159107161,'forum.php','add','','82.129.177.81'),(2598,1,1159107189,'forum.php','update','','82.129.177.81'),(2599,1,1159107191,'forum.php','modify','forum id = 26','82.129.177.81'),(2600,1,1159107217,'forum.php','doorder','','82.129.177.81'),(2601,1,1159107219,'forum.php','modify','','82.129.177.81'),(2602,1,1159107301,'moderate.php','posts','','82.129.177.81'),(2603,1,1159107321,'forum.php','modify','','82.129.177.81'),(2604,1,1159107326,'moderator.php','add','forum id = 26','82.129.177.81'),(2605,1,1159107370,'moderator.php','update','forum id = 26','82.129.177.81'),(2606,1,1159107373,'forum.php','modify','forum id = 26','82.129.177.81'),(2607,1,1159119630,'template.php','modify','','82.129.177.81'),(2608,1,1159119658,'css.php','edit','style id = 10','82.129.177.81'),(2609,1,1159119697,'css.php','update','style id = 10','82.129.177.81'),(2610,1,1159119700,'css.php','edit','style id = 10','82.129.177.81'),(2611,1,1159126987,'forum.php','modify','','82.129.177.81'),(2612,1,1159127014,'forum.php','add','','82.129.177.81'),(2613,1,1159127096,'forum.php','update','','82.129.177.81'),(2614,1,1159127101,'forum.php','modify','forum id = 27','82.129.177.81'),(2615,1479,1159135957,'plugin.php','product','','217.54.2.40'),(2616,1479,1159135976,'plugin.php','productdelete','','217.54.2.40'),(2617,1479,1159135996,'plugin.php','productkill','','217.54.2.40'),(2618,1479,1159136002,'plugin.php','product','','217.54.2.40'),(2619,1479,1159136020,'plugin.php','productdelete','','217.54.2.40'),(2620,1479,1159136020,'plugin.php','productedit','','217.54.2.40'),(2621,1479,1159136022,'plugin.php','product','','217.54.2.40'),(2622,1479,1159136026,'plugin.php','productdelete','','217.54.2.40'),(2623,1479,1159136030,'plugin.php','productdelete','','217.54.2.40'),(2624,1479,1159136034,'plugin.php','productkill','','217.54.2.40'),(2625,1479,1159136036,'plugin.php','productkill','','217.54.2.40'),(2626,1479,1159136037,'plugin.php','product','','217.54.2.40'),(2627,1479,1159136039,'plugin.php','product','','217.54.2.40'),(2628,1479,1159141074,'template.php','files','','217.54.2.40'),(2629,1479,1159141098,'template.php','upload','','217.54.2.40'),(2630,1479,1159141129,'template.php','upload','','217.54.2.40'),(2631,1479,1159141144,'template.php','upload','','217.54.2.40'),(2632,1479,1159141146,'template.php','rebuild','','217.54.2.40'),(2633,1479,1159141149,'template.php','','','217.54.2.40'),(2634,1479,1159141259,'template.php','deletestyle','style id = 11','217.54.2.40'),(2635,1479,1159141261,'template.php','killstyle','style id = 11','217.54.2.40'),(2636,1479,1159141264,'template.php','files','','217.54.2.40'),(2637,1479,1159141285,'template.php','upload','','217.54.2.40'),(2638,1479,1159141286,'template.php','rebuild','','217.54.2.40'),(2639,1479,1159141290,'template.php','','','217.54.2.40'),(2640,1479,1159141317,'css.php','edit','style id = 12','217.54.2.40'),(2641,1,1159211602,'plugin.php','modify','','82.129.177.81'),(2642,1,1159211608,'plugin.php','edit','plugin id = 39','82.129.177.81'),(2643,1479,1159212547,'template.php','modify','','217.54.2.40'),(2644,1479,1159212947,'template.php','deletestyle','style id = 12','217.54.2.40'),(2645,1479,1159212949,'template.php','killstyle','style id = 12','217.54.2.40'),(2646,1479,1159212952,'template.php','modify','','217.54.2.40'),(2647,1479,1159213373,'plugin.php','product','','217.54.2.40'),(2648,1479,1159213383,'plugin.php','modify','','217.54.2.40'),(2649,1,1159219794,'plugin.php','modify','','84.36.139.214'),(2650,1,1159219796,'plugin.php','modify','','84.36.139.214'),(2651,1,1159219807,'plugin.php','edit','plugin id = 39','84.36.139.214'),(2652,1,1159219844,'plugin.php','update','plugin id = 39','84.36.139.214'),(2653,1,1159219848,'plugin.php','','','84.36.139.214'),(2654,1,1159225298,'moderate.php','posts','','82.129.177.81'),(2655,1,1159225309,'moderate.php','doposts','','82.129.177.81'),(2656,1,1159225311,'moderate.php','posts','','82.129.177.81'),(2657,1,1159225317,'user.php','modify','','82.129.177.81'),(2658,1,1159225322,'user.php','find','','82.129.177.81'),(2659,1,1159225322,'user.php','edit','user id = 8','82.129.177.81'),(2660,1,1159225354,'user.php','update','user id = 8','82.129.177.81'),(2661,1,1159225356,'user.php','modify','user id = 8','82.129.177.81'),(2662,1,1159226613,'moderate.php','posts','','82.129.177.81'),(2663,1,1159226620,'moderate.php','doposts','','82.129.177.81'),(2664,1,1159226623,'moderate.php','posts','','82.129.177.81'),(2665,1479,1159226672,'template.php','modify','','217.54.2.40'),(2666,1479,1159226675,'forum.php','modify','','217.54.2.40'),(2667,1479,1159226678,'template.php','files','','217.54.2.40'),(2668,1479,1159226683,'forum.php','edit','forum id = 20','217.54.2.40'),(2669,1,1159226696,'template.php','modify','','82.129.177.81'),(2670,1479,1159226707,'template.php','upload','','217.54.2.40'),(2671,1,1159226707,'css.php','edit','style id = 10','82.129.177.81'),(2672,1479,1159226722,'template.php','upload','','217.54.2.40'),(2673,1479,1159226726,'template.php','rebuild','','217.54.2.40'),(2674,1479,1159226729,'forum.php','edit','forum id = 20','217.54.2.40'),(2675,1479,1159226730,'template.php','','','217.54.2.40'),(2676,1479,1159226737,'template.php','dodisplayorder','','217.54.2.40'),(2677,1479,1159226755,'forum.php','update','forum id = 20','217.54.2.40'),(2678,1479,1159226757,'forum.php','modify','forum id = 20','217.54.2.40'),(2679,1479,1159226797,'forum.php','edit','forum id = 20','217.54.2.40'),(2680,1479,1159226801,'template.php','deletestyle','style id = 13','217.54.2.40'),(2681,1479,1159226806,'forum.php','update','forum id = 20','217.54.2.40'),(2682,1479,1159226808,'forum.php','modify','forum id = 20','217.54.2.40'),(2683,1479,1159226808,'template.php','killstyle','style id = 13','217.54.2.40'),(2684,1479,1159226810,'template.php','modify','','217.54.2.40'),(2685,1,1159227607,'resources.php','','','84.36.139.214'),(2686,1,1159227620,'moderator.php','showlist','','84.36.139.214'),(2687,1,1159227626,'moderator.php','editglobal','user id = 5','84.36.139.214'),(2688,1,1159227642,'resources.php','','','84.36.139.214'),(2689,1,1159227668,'adminpermissions.php','modify','','84.36.139.214'),(2690,1,1159227672,'adminpermissions.php','edit','user id = 5 (Mando_Lovely)','84.36.139.214'),(2691,1,1159227679,'adminpermissions.php','update','user id = 5 (Mando_Lovely) (0 &raquo; 98300)','84.36.139.214'),(2692,1,1159227681,'adminpermissions.php','','','84.36.139.214'),(2693,5,1159227926,'options.php','','','84.36.139.214'),(2694,5,1159227957,'options.php','options','','84.36.139.214'),(2695,5,1159227972,'options.php','searchtype','','84.36.139.214'),(2696,5,1159227990,'template.php','modify','','84.36.139.214'),(2697,5,1159228025,'template.php','files','','84.36.139.214'),(2698,5,1159228057,'announcement.php','modify','','84.36.139.214'),(2699,5,1159228124,'forum.php','modify','','84.36.139.214'),(2700,5,1159228144,'forumpermission.php','modify','','84.36.139.214'),(2701,5,1159228205,'forumpermission.php','edit','forum id = 26 / usergroup id = 8','84.36.139.214'),(2702,5,1159228217,'forumpermission.php','edit','forum id = 26 / usergroup id = 7','84.36.139.214'),(2703,5,1159228256,'forumpermission.php','edit','forum id = 11 / usergroup id = 1','84.36.139.214'),(2704,5,1159228321,'forumpermission.php','edit','forumpermission id = 1','84.36.139.214'),(2705,5,1159228335,'forumpermission.php','edit','forumpermission id = 2','84.36.139.214'),(2706,5,1159228341,'forumpermission.php','edit','forum id = 21 / usergroup id = 6','84.36.139.214'),(2707,5,1159228346,'forumpermission.php','edit','forum id = 21 / usergroup id = 10','84.36.139.214'),(2708,5,1159228376,'forumpermission.php','edit','forum id = 1 / usergroup id = 12','84.36.139.214'),(2709,5,1159228421,'forumpermission.php','edit','forum id = 1 / usergroup id = 5','84.36.139.214'),(2710,5,1159228430,'forumpermission.php','edit','forum id = 1 / usergroup id = 12','84.36.139.214'),(2711,5,1159228459,'forumpermission.php','doupdate','','84.36.139.214'),(2712,5,1159228461,'forumpermission.php','modify','forum id = 1','84.36.139.214'),(2713,5,1159228469,'forumpermission.php','edit','forum id = 2 / usergroup id = 12','84.36.139.214'),(2714,5,1159228515,'forumpermission.php','edit','forum id = 16 / usergroup id = 12','84.36.139.214'),(2715,5,1159228525,'forumpermission.php','edit','forum id = 3 / usergroup id = 12','84.36.139.214'),(2716,5,1159228559,'forumpermission.php','doupdate','','84.36.139.214'),(2717,5,1159228561,'forumpermission.php','modify','forum id = 3','84.36.139.214'),(2718,5,1159228573,'forumpermission.php','edit','forum id = 12 / usergroup id = 12','84.36.139.214'),(2719,5,1159228590,'forumpermission.php','doupdate','','84.36.139.214'),(2720,5,1159228592,'forumpermission.php','modify','forum id = 12','84.36.139.214'),(2721,5,1159228642,'forum.php','modify','','84.36.139.214'),(2722,5,1159228649,'forumpermission.php','modify','','84.36.139.214'),(2723,5,1159228654,'moderator.php','showlist','','84.36.139.214'),(2724,5,1159228866,'forumpermission.php','modify','','84.36.139.214'),(2725,5,1159228880,'moderator.php','showlist','','84.36.139.214'),(2726,5,1159228881,'resources.php','','','84.36.139.214'),(2727,5,1159228911,'resources.php','','','84.36.139.214'),(2728,5,1159228924,'admincalendar.php','modify','','84.36.139.214'),(2729,5,1159229058,'forum.php','modify','','84.36.139.214'),(2730,5,1159229064,'forum.php','add','','84.36.139.214'),(2731,5,1159229073,'forum.php','modify','','84.36.139.214'),(2732,5,1159229089,'resources.php','','','84.36.139.214'),(2733,5,1159229093,'forumpermission.php','modify','','84.36.139.214'),(2734,5,1159229138,'thread.php','prune','','84.36.139.214'),(2735,5,1159229154,'thread.php','move','','84.36.139.214'),(2736,5,1159229172,'thread.php','votes','','84.36.139.214'),(2737,5,1159229182,'moderate.php','posts','','84.36.139.214'),(2738,5,1159229195,'moderate.php','attachments','','84.36.139.214'),(2739,5,1159229200,'moderate.php','events','','84.36.139.214'),(2740,5,1159229204,'user.php','moderate','','84.36.139.214'),(2741,5,1159229229,'user.php','add','','84.36.139.214'),(2742,5,1159229344,'usertools.php','merge','','84.36.139.214'),(2743,5,1159229356,'banning.php','banuser','','84.36.139.214'),(2744,5,1159229369,'user.php','prune','','84.36.139.214'),(2745,5,1159229412,'usertools.php','pmstats','','84.36.139.214'),(2746,5,1159229420,'usertools.php','pmuserstats','','84.36.139.214'),(2747,5,1159229433,'usertools.php','pmfolderstats','user id = 1','84.36.139.214'),(2748,5,1159229447,'usertools.php','pmstats','','84.36.139.214'),(2749,5,1159229450,'usertools.php','pmstats','','84.36.139.214'),(2750,5,1159229457,'usertools.php','referrers','','84.36.139.214'),(2751,5,1159229462,'usertools.php','referrers','','84.36.139.214'),(2752,5,1159229491,'usertools.php','doips','','84.36.139.214'),(2753,5,1159229501,'banning.php','modify','','84.36.139.214'),(2754,5,1159229581,'banning.php','banuser','','84.36.139.214'),(2755,5,1159229637,'banning.php','dobanuser','username = sachamix','84.36.139.214'),(2756,5,1159229650,'banning.php','','','84.36.139.214'),(2757,5,1159229704,'email.php','start','','84.36.139.214'),(2758,5,1159229769,'email.php','genlist','','84.36.139.214'),(2759,5,1159229803,'accessmask.php','modify','','84.36.139.214'),(2760,5,1159229857,'usergroup.php','modifypromotion','','84.36.139.214'),(2761,5,1159229892,'usergroup.php','viewjoinrequests','','84.36.139.214'),(2762,5,1159229914,'usergroup.php','viewjoinrequests','','84.36.139.214'),(2763,5,1159229923,'usergroup.php','modify','','84.36.139.214'),(2764,5,1159229975,'usergroup.php','edit','usergroup id = 12','84.36.139.214'),(2765,5,1159230356,'usergroup.php','update','usergroup id = 12','84.36.139.214'),(2766,5,1159230363,'usergroup.php','modify','','84.36.139.214'),(2767,5,1159230405,'usergroup.php','edit','usergroup id = 6','84.36.139.214'),(2768,5,1159230439,'forumpermission.php','modify','','84.36.139.214'),(2769,5,1159230514,'subscriptions.php','modify','','84.36.139.214'),(2770,5,1159230518,'subscriptions.php','add','','84.36.139.214'),(2771,5,1159230557,'user.php','add','','84.36.139.214'),(2772,1,1159231031,'template.php','modify','','84.36.2.210'),(2773,1,1159231057,'css.php','edit','style id = 10','84.36.2.210'),(2774,1,1159231093,'css.php','update','style id = 10','84.36.2.210'),(2775,1,1159231095,'css.php','edit','style id = 10','84.36.2.210'),(2776,5,1159290587,'usergroup.php','modify','','84.36.139.214'),(2777,5,1159290598,'usergroup.php','edit','usergroup id = 12','84.36.139.214'),(2778,5,1159290622,'forum.php','modify','','84.36.139.214'),(2779,5,1159290629,'forumpermission.php','modify','','84.36.139.214'),(2780,5,1159290673,'forumpermission.php','edit','forumpermission id = 19','84.36.139.214'),(2781,5,1159290701,'user.php','add','','84.36.139.214'),(2782,5,1159290712,'user.php','modify','','84.36.139.214'),(2783,5,1159290727,'options.php','','','84.36.139.214'),(2784,5,1159290731,'options.php','options','','84.36.139.214'),(2785,5,1159290772,'options.php','','','84.36.139.214'),(2786,5,1159290826,'options.php','options','','84.36.139.214'),(2787,5,1159290830,'options.php','options','','84.36.139.214'),(2788,1,1159292945,'forum.php','modify','','84.36.139.214'),(2789,1,1159293011,'forum.php','edit','forum id = 12','84.36.139.214'),(2790,1,1159293030,'forum.php','update','forum id = 12','84.36.139.214'),(2791,1,1159293032,'forum.php','modify','forum id = 12','84.36.139.214'),(2792,1,1159293093,'usergroup.php','modify','','84.36.139.214'),(2793,1,1159293103,'usergroup.php','edit','usergroup id = 12','84.36.139.214'),(2794,1,1159293197,'forumpermission.php','modify','','84.36.139.214'),(2795,1,1159293215,'forumpermission.php','edit','forumpermission id = 17','84.36.139.214'),(2796,5,1159303096,'options.php','','','84.36.139.167'),(2797,5,1159303112,'options.php','options','','84.36.139.167'),(2798,5,1159303346,'options.php','dooptions','','84.36.139.167'),(2799,5,1159303352,'options.php','options','','84.36.139.167'),(2800,5,1159303426,'options.php','options','','84.36.139.167'),(2801,5,1159303458,'options.php','options','','84.36.139.167'),(2802,5,1159303491,'options.php','options','','84.36.139.167'),(2803,5,1159303604,'options.php','options','','84.36.139.167'),(2804,5,1159303676,'options.php','options','','84.36.139.167'),(2805,5,1159303877,'phrase.php','edit','','84.36.139.167'),(2806,5,1159304073,'options.php','options','','84.36.139.167'),(2807,5,1159304662,'options.php','options','','84.36.139.167'),(2808,5,1159307044,'options.php','','','84.36.139.167'),(2809,5,1159307048,'options.php','','','84.36.139.167'),(2810,5,1159307053,'options.php','options','','84.36.139.167'),(2811,5,1159307057,'options.php','options','','84.36.139.167'),(2812,1,1159309219,'user.php','modify','','82.129.177.81'),(2813,1,1159309244,'user.php','find','','82.129.177.81'),(2814,1,1159309247,'user.php','edit','user id = 3130','82.129.177.81'),(2815,1479,1159316825,'template.php','search','','217.54.2.40'),(2816,1479,1159316831,'template.php','modify','','217.54.2.40'),(2817,1479,1159316835,'template.php','add','style id = 1','217.54.2.40'),(2818,1479,1159316848,'template.php','edit','style id = 0','217.54.2.40'),(2819,1479,1159318980,'user.php','modify','','217.54.2.40'),(2820,1479,1159318985,'user.php','find','','217.54.2.40'),(2821,1479,1159318989,'user.php','edit','user id = 1479','217.54.2.40'),(2822,1,1159320404,'email.php','start','','84.36.139.210'),(2823,1,1159372034,'template.php','modify','','82.129.177.81'),(2824,1,1159372043,'css.php','edit','style id = 10','82.129.177.81'),(2825,1,1159372191,'css.php','update','style id = 10','82.129.177.81'),(2826,1,1159372300,'template.php','modify','','82.129.177.81'),(2827,1,1159372318,'css.php','edit','style id = 10','82.129.177.81'),(2828,1,1159372392,'css.php','update','style id = 10','82.129.177.81'),(2829,1,1159372402,'css.php','edit','style id = 10','82.129.177.81'),(2830,1479,1159402597,'template.php','modify','','217.54.2.40'),(2831,1479,1159402705,'options.php','','','217.54.2.40'),(2832,1479,1159402722,'options.php','options','','217.54.2.40'),(2833,1479,1159402771,'options.php','dooptions','','217.54.2.40'),(2834,1479,1159402773,'options.php','options','','217.54.2.40'),(2835,1479,1159402836,'template.php','modify','','217.54.2.40'),(2836,1479,1159402839,'template.php','modify','','217.54.2.40'),(2837,1479,1159402847,'template.php','files','','217.54.2.40'),(2838,1,1159403247,'template.php','modify','','84.36.143.149'),(2839,1,1159403259,'css.php','edit','style id = 1','84.36.143.149'),(2840,1,1159403268,'template.php','modify','','84.36.143.149'),(2841,1,1159403276,'css.php','edit','style id = 3','84.36.143.149'),(2842,1,1159403305,'css.php','update','style id = 3','84.36.143.149'),(2843,1,1159403307,'css.php','edit','style id = 3','84.36.143.149'),(2844,1,1159403682,'template.php','modify','','84.36.143.149'),(2845,1,1159403688,'options.php','','','84.36.143.149'),(2846,1,1159403692,'options.php','options','','84.36.143.149'),(2847,1,1159403693,'options.php','options','','84.36.143.149'),(2848,1,1159403701,'options.php','dooptions','','84.36.143.149'),(2849,1,1159403704,'options.php','options','','84.36.143.149'),(2850,1479,1159405024,'options.php','','','217.54.2.40'),(2851,1479,1159405045,'options.php','options','','217.54.2.40'),(2852,1479,1159405074,'options.php','dooptions','','217.54.2.40'),(2853,1479,1159405076,'options.php','options','','217.54.2.40'),(2854,1479,1159405151,'options.php','','','217.54.2.40'),(2855,1479,1159405152,'template.php','modify','','217.54.2.40'),(2856,1479,1159405155,'template.php','modify','','217.54.2.40'),(2857,1479,1159405158,'template.php','deletestyle','style id = 1','217.54.2.40'),(2858,1479,1159405161,'template.php','killstyle','style id = 1','217.54.2.40'),(2859,1479,1159405163,'template.php','modify','','217.54.2.40'),(2860,1479,1159405270,'template.php','files','','217.54.2.40'),(2861,1479,1159405273,'template.php','deletestyle','style id = 3','217.54.2.40'),(2862,1479,1159405278,'template.php','deletestyle','style id = 9','217.54.2.40'),(2863,1479,1159405281,'template.php','killstyle','style id = 9','217.54.2.40'),(2864,1479,1159405283,'template.php','modify','','217.54.2.40'),(2865,1479,1159405300,'template.php','upload','','217.54.2.40'),(2866,1479,1159405302,'template.php','rebuild','','217.54.2.40'),(2867,1479,1159405304,'template.php','deletestyle','style id = 3','217.54.2.40'),(2868,1479,1159405308,'template.php','deletestyle','style id = 7','217.54.2.40'),(2869,1479,1159405312,'template.php','killstyle','style id = 7','217.54.2.40'),(2870,1479,1159405315,'template.php','modify','','217.54.2.40'),(2871,1479,1159405316,'template.php','','','217.54.2.40'),(2872,1479,1159405321,'template.php','deletestyle','style id = 3','217.54.2.40'),(2873,1479,1159405323,'options.php','','','217.54.2.40'),(2874,1479,1159405333,'options.php','options','','217.54.2.40'),(2875,1479,1159405338,'options.php','dooptions','','217.54.2.40'),(2876,1479,1159405340,'options.php','options','','217.54.2.40'),(2877,1479,1159405348,'template.php','deletestyle','style id = 3','217.54.2.40'),(2878,1479,1159405351,'template.php','killstyle','style id = 3','217.54.2.40'),(2879,1479,1159405353,'template.php','modify','','217.54.2.40'),(2880,1479,1159405356,'template.php','modify','','217.54.2.40'),(2881,1479,1159405362,'template.php','modify','','217.54.2.40'),(2882,1479,1159405365,'css.php','edit','style id = 14','217.54.2.40'),(2883,1479,1159405366,'css.php','edit','style id = 10','217.54.2.40'),(2884,1479,1159405397,'css.php','update','style id = 14','217.54.2.40'),(2885,1479,1159405399,'css.php','edit','style id = 14','217.54.2.40'),(2886,1479,1159405521,'css.php','update','style id = 10','217.54.2.40'),(2887,1479,1159405535,'css.php','edit','style id = 10','217.54.2.40'),(2888,1479,1159405565,'css.php','update','style id = 10','217.54.2.40'),(2889,1479,1159405566,'css.php','update','style id = 14','217.54.2.40'),(2890,1479,1159405568,'css.php','edit','style id = 14','217.54.2.40'),(2891,1479,1159405569,'css.php','edit','style id = 10','217.54.2.40'),(2892,1479,1159405651,'template.php','files','','217.54.2.40'),(2893,1479,1159405994,'template.php','upload','','217.54.2.40'),(2894,1479,1159405995,'template.php','rebuild','','217.54.2.40'),(2895,1479,1159406013,'template.php','modify','','217.54.2.40'),(2896,1479,1159406050,'options.php','','','217.54.2.40'),(2897,1479,1159406056,'options.php','options','','217.54.2.40'),(2898,1479,1159406059,'options.php','options','','217.54.2.40'),(2899,1479,1159406065,'options.php','dooptions','','217.54.2.40'),(2900,1479,1159406067,'options.php','options','','217.54.2.40'),(2901,1479,1159406101,'template.php','dodisplayorder','','217.54.2.40'),(2902,1479,1159406109,'template.php','dodisplayorder','','217.54.2.40'),(2903,1479,1159406111,'options.php','','','217.54.2.40'),(2904,1479,1159406120,'options.php','options','','217.54.2.40'),(2905,1479,1159406125,'options.php','dooptions','','217.54.2.40'),(2906,1479,1159406127,'options.php','options','','217.54.2.40'),(2907,1,1159410349,'template.php','modify','','82.129.177.81'),(2908,1,1159410404,'css.php','edit','style id = 10','82.129.177.81'),(2909,1,1159410455,'css.php','update','style id = 10','82.129.177.81'),(2910,1,1159410458,'css.php','edit','style id = 10','82.129.177.81'),(2911,1479,1159450420,'options.php','','','217.54.2.40'),(2912,1479,1159450427,'options.php','options','','217.54.2.40'),(2913,1479,1159450483,'options.php','dooptions','','217.54.2.40'),(2914,1479,1159450485,'options.php','options','','217.54.2.40'),(2915,1479,1159450642,'options.php','','','217.54.2.40'),(2916,1479,1159450649,'options.php','options','','217.54.2.40'),(2917,1479,1159450816,'options.php','dooptions','','217.54.2.40'),(2918,1479,1159450820,'options.php','options','','217.54.2.40'),(2919,1479,1159451273,'options.php','','','217.54.2.40'),(2920,1479,1159451304,'options.php','options','','217.54.2.40'),(2921,1479,1159451314,'plugin.php','product','','217.54.2.40'),(2922,1479,1159451318,'plugin.php','productdisable','','217.54.2.40'),(2923,1479,1159451320,'plugin.php','product','','217.54.2.40'),(2924,5,1159468824,'usergroup.php','add','','84.36.139.30'),(2925,5,1159469034,'usertitle.php','','','84.36.139.30'),(2926,5,1159469240,'usertitle.php','edit','usertitle id = 1','84.36.139.30'),(2927,5,1159469246,'usertitle.php','edit','usertitle id = 2','84.36.139.30'),(2928,5,1159469254,'usertitle.php','edit','usertitle id = 3','84.36.139.30'),(2929,5,1159469259,'usertitle.php','edit','usertitle id = 4','84.36.139.30'),(2930,5,1159469508,'usergroup.php','add','','84.36.139.30'),(2931,1,1159469554,'forum.php','modify','','82.129.177.81'),(2932,1,1159469565,'forum.php','edit','forum id = 3','82.129.177.81'),(2933,1,1159469572,'forum.php','update','forum id = 3','82.129.177.81'),(2934,1,1159469576,'forum.php','modify','forum id = 3','82.129.177.81'),(2935,1,1159469610,'forum.php','edit','forum id = 3','82.129.177.81'),(2936,1,1159469626,'forum.php','update','forum id = 3','82.129.177.81'),(2937,1,1159469630,'forum.php','modify','forum id = 3','82.129.177.81'),(2938,1,1159469639,'forum.php','edit','forum id = 3','82.129.177.81'),(2939,5,1159470675,'usergroup.php','update','','84.36.139.30'),(2940,5,1159470681,'usergroup.php','modify','','84.36.139.30'),(2941,5,1159470855,'usergroup.php','edit','usergroup id = 13','84.36.139.30'),(2942,5,1159470882,'user.php','find','','84.36.139.30'),(2943,5,1159470930,'usergroup.php','modifypromotion','usergroup id = 13','84.36.139.30'),(2944,5,1159470937,'usergroup.php','updatepromotion','usergroup id = 13','84.36.139.30'),(2945,5,1159471019,'user.php','find','','84.36.139.30'),(2946,5,1159471028,'usergroup.php','edit','usergroup id = 13','84.36.139.30'),(2947,5,1159471259,'usergroup.php','update','usergroup id = 13','84.36.139.30'),(2948,5,1159471264,'usergroup.php','modify','','84.36.139.30'),(2949,5,1159471334,'usergroup.php','edit','usergroup id = 1','84.36.139.30'),(2950,5,1159471477,'usergroup.php','update','usergroup id = 1','84.36.139.30'),(2951,5,1159471481,'usergroup.php','modify','','84.36.139.30'),(2952,5,1159471548,'usergroup.php','modify','','84.36.139.30'),(2953,5,1159471630,'user.php','prune','','84.36.139.30'),(2954,5,1159471664,'user.php','pruneusers','','84.36.139.30'),(2955,5,1159471894,'usertools.php','merge','','84.36.139.30'),(2956,5,1159472152,'usergroup.php','add','','84.36.139.30'),(2957,1,1159472730,'usergroup.php','modify','','82.129.177.81'),(2958,1,1159472741,'usergroup.php','edit','usergroup id = 13','82.129.177.81'),(2959,1,1159472767,'usergroup.php','modify','','82.129.177.81'),(2960,1,1159472780,'usergroup.php','edit','usergroup id = 12','82.129.177.81'),(2961,1,1159472799,'usergroup.php','modify','','82.129.177.81'),(2962,1,1159472807,'usergroup.php','edit','usergroup id = 13','82.129.177.81'),(2963,1,1159472871,'usergroup.php','update','usergroup id = 13','82.129.177.81'),(2964,1,1159472874,'usergroup.php','modify','','82.129.177.81'),(2965,1,1159472887,'usergroup.php','modifypromotion','usergroup id = 13','82.129.177.81'),(2966,1,1159472889,'usergroup.php','updatepromotion','usergroup id = 13','82.129.177.81'),(2967,1,1159472897,'usergroup.php','modify','','82.129.177.81'),(2968,1,1159472935,'user.php','modify','','82.129.177.81'),(2969,1,1159472946,'user.php','find','','82.129.177.81'),(2970,1,1159472953,'user.php','edit','user id = 30','82.129.177.81'),(2971,1,1159473028,'user.php','update','user id = 30','82.129.177.81'),(2972,1,1159473033,'user.php','modify','user id = 30','82.129.177.81'),(2973,1,1159473421,'usergroup.php','modify','','82.129.177.81'),(2974,1,1159473433,'usergroup.php','edit','usergroup id = 13','82.129.177.81'),(2975,1,1159473447,'usergroup.php','update','usergroup id = 13','82.129.177.81'),(2976,1,1159473450,'usergroup.php','modify','','82.129.177.81'),(2977,1,1159473512,'usergroup.php','edit','usergroup id = 13','82.129.177.81'),(2978,5,1159473594,'options.php','','','84.36.139.30'),(2979,1,1159473601,'usergroup.php','update','usergroup id = 13','82.129.177.81'),(2980,1,1159473604,'usergroup.php','modify','','82.129.177.81'),(2981,1,1159473708,'plugin.php','modify','','82.129.177.81'),(2982,1,1159473951,'user.php','modify','','82.129.177.81'),(2983,1,1159473960,'user.php','find','','82.129.177.81'),(2984,1,1159473971,'user.php','find','','82.129.177.81'),(2985,1,1159473973,'user.php','edit','user id = 30','82.129.177.81'),(2986,1,1159473986,'user.php','update','user id = 30','82.129.177.81'),(2987,1,1159473990,'user.php','modify','user id = 30','82.129.177.81'),(2988,5,1159486623,'user.php','modify','','84.36.137.250'),(2989,5,1159486642,'user.php','find','','84.36.137.250'),(2990,5,1159486644,'user.php','edit','user id = 13','84.36.137.250'),(2991,5,1159486675,'user.php','update','user id = 13','84.36.137.250'),(2992,5,1159486678,'user.php','modify','user id = 13','84.36.137.250'),(2993,5,1159486759,'usergroup.php','modify','','84.36.137.250'),(2994,5,1159486767,'usergroup.php','edit','usergroup id = 13','84.36.137.250'),(2995,5,1159486980,'user.php','modify','','84.36.137.250'),(2996,5,1159487084,'user.php','modify','','84.36.137.250'),(2997,5,1159487177,'user.php','find','','84.36.137.250'),(2998,4,1159538031,'user.php','find','','84.36.10.215'),(2999,4,1159538033,'user.php','edit','user id = 3838','84.36.10.215'),(3000,1479,1159650486,'template.php','search','','217.54.2.40'),(3001,5,1159650508,'user.php','modify','','84.36.132.95'),(3002,5,1159650526,'user.php','find','','84.36.132.95'),(3003,5,1159650529,'user.php','edit','user id = 4023','84.36.132.95'),(3004,5,1159650585,'user.php','update','user id = 4023','84.36.132.95'),(3005,5,1159650590,'user.php','modify','user id = 4023','84.36.132.95'),(3006,1479,1159650594,'template.php','modify','','217.54.2.40'),(3007,1479,1159650607,'template.php','edit','style id = 0','217.54.2.40'),(3008,1479,1159650688,'template.php','modify','','217.54.2.40'),(3009,1479,1159650692,'css.php','edit','style id = 10','217.54.2.40'),(3010,1479,1159650825,'template.php','updatetemplate','style id = 10','217.54.2.40'),(3011,1479,1159651151,'template.php','edit','style id = 0','217.54.2.40'),(3012,1479,1159651157,'template.php','updatetemplate','style id = 10','217.54.2.40'),(3013,1479,1159651715,'template.php','modify','','217.54.2.40'),(3014,1479,1159652075,'template.php','edit','style id = 0','217.54.2.40'),(3015,1479,1159652153,'template.php','edit','style id = 0','217.54.2.40'),(3016,1479,1159652205,'template.php','updatetemplate','style id = 10','217.54.2.40'),(3017,1479,1159652254,'template.php','edit','style id = 0','217.54.2.40'),(3018,1479,1159652375,'template.php','modify','','217.54.2.40'),(3019,1479,1159652388,'template.php','modify','','217.54.2.40'),(3020,1479,1159652452,'template.php','search','','217.54.2.40'),(3021,1479,1159652462,'template.php','modify','','217.54.2.40'),(3022,1479,1159652473,'template.php','edit','style id = 0','217.54.2.40'),(3023,1479,1159652480,'template.php','updatetemplate','style id = 14','217.54.2.40'),(3024,5,1159660616,'user.php','find','','84.36.132.95'),(3025,5,1159660625,'user.php','edit','user id = 3838','84.36.132.95'),(3026,1,1159793966,'user.php','find','','82.129.177.81'),(3027,1,1159793968,'user.php','edit','user id = 4080','82.129.177.81'),(3028,1,1159794073,'user.php','modify','','82.129.177.81'),(3029,1,1159794083,'user.php','find','','82.129.177.81'),(3030,1,1159794085,'user.php','edit','user id = 4080','82.129.177.81'),(3031,1,1159794193,'user.php','modify','','82.129.177.81'),(3032,1,1159794200,'user.php','find','','82.129.177.81'),(3033,1,1159794207,'user.php','find','','82.129.177.81'),(3034,1,1159794210,'user.php','edit','user id = 4080','82.129.177.81'),(3035,1,1159794220,'user.php','remove','user id = 4080','82.129.177.81'),(3036,1,1159794224,'user.php','kill','user id = 4080','82.129.177.81'),(3037,1,1159794228,'user.php','modify','','82.129.177.81'),(3038,5,1159871040,'user.php','modify','','84.36.132.236'),(3039,5,1159871062,'user.php','find','','84.36.132.236'),(3040,5,1159871063,'user.php','edit','user id = 936','84.36.132.236'),(3041,5,1159871096,'user.php','update','user id = 936','84.36.132.236'),(3042,5,1159871099,'user.php','modify','user id = 936','84.36.132.236'),(3043,5,1159973681,'user.php','modify','','84.36.132.53'),(3044,5,1159973701,'user.php','find','','84.36.132.53'),(3045,5,1159973704,'user.php','edit','user id = 306','84.36.132.53'),(3046,5,1159973715,'user.php','update','user id = 306','84.36.132.53'),(3047,5,1159973717,'user.php','modify','user id = 306','84.36.132.53'),(3048,1,1160016264,'plugin.php','product','','82.129.177.81'),(3049,1,1160016277,'plugin.php','productadd','','82.129.177.81'),(3050,1,1160016292,'plugin.php','productimport','','82.129.177.81'),(3051,1,1160016296,'plugin.php','product','','82.129.177.81'),(3052,1,1160016315,'options.php','','','82.129.177.81'),(3053,1,1160016326,'options.php','options','','82.129.177.81'),(3054,1,1160016331,'options.php','dooptions','','82.129.177.81'),(3055,1,1160016334,'options.php','options','','82.129.177.81'),(3056,8,1160153208,'user.php','find','','84.36.141.7'),(3057,8,1160153242,'user.php','findnames','','84.36.141.7'),(3058,8,1160153276,'user.php','findnames','','84.36.141.7'),(3059,8,1160153295,'user.php','viewuser','user id = 4143','84.36.141.7'),(3060,8,1160153692,'user.php','findnames','','84.36.141.7'),(3061,8,1160153699,'user.php','findnames','','84.36.141.7'),(3062,8,1160153706,'user.php','findnames','','84.36.141.7'),(3063,8,1160153713,'user.php','viewuser','user id = 1903','84.36.141.7'),(3064,1,1160155413,'usergroup.php','modify','','82.129.177.81'),(3065,1,1160155430,'usergroup.php','edit','usergroup id = 12','82.129.177.81'),(3066,1,1160155460,'usergroup.php','update','usergroup id = 12','82.129.177.81'),(3067,1,1160155467,'usergroup.php','modify','','82.129.177.81'),(3068,8,1160170608,'banning.php','modify','','84.36.141.180'),(3069,8,1160170678,'user.php','doips','','84.36.141.180'),(3070,8,1160170714,'user.php','doips','','84.36.141.180'),(3071,8,1160170766,'user.php','find','','84.36.141.180'),(3072,8,1160170795,'user.php','findnames','','84.36.141.180'),(3073,8,1160170810,'user.php','findnames','','84.36.141.180'),(3074,8,1160170843,'user.php','findnames','','84.36.141.180'),(3075,8,1160170856,'user.php','viewuser','user id = 13','84.36.141.180'),(3076,8,1160171025,'user.php','find','','84.36.141.180'),(3077,8,1160171068,'user.php','findnames','','84.36.141.180'),(3078,8,1160171076,'user.php','viewuser','user id = 1100','84.36.141.180'),(3079,8,1160171190,'user.php','find','','84.36.141.180'),(3080,8,1160171203,'user.php','findnames','','84.36.141.180'),(3081,8,1160171215,'user.php','findnames','','84.36.141.180'),(3082,8,1160171241,'user.php','viewuser','user id = 8','84.36.141.180'),(3083,8,1160172322,'user.php','find','','84.36.141.180'),(3084,8,1160172385,'user.php','findnames','','84.36.141.180'),(3085,8,1160172392,'user.php','viewuser','user id = 8','84.36.141.180'),(3086,8,1160172518,'user.php','find','','84.36.141.180'),(3087,8,1160172531,'user.php','findnames','','84.36.141.180'),(3088,8,1160172538,'user.php','viewuser','user id = 4079','84.36.141.180'),(3089,1,1160173938,'template.php','modify','','82.129.177.81'),(3090,1,1160173952,'css.php','edit','style id = 10','82.129.177.81'),(3091,1,1160174684,'css.php','update','style id = 10','82.129.177.81'),(3092,1,1160174693,'css.php','edit','style id = 10','82.129.177.81'),(3093,1479,1160179802,'template.php','modify','','217.54.2.42'),(3094,1479,1160179823,'options.php','','','217.54.2.42'),(3095,1479,1160179998,'options.php','options','','217.54.2.42'),(3096,1479,1160180004,'options.php','dooptions','','217.54.2.42'),(3097,1479,1160180006,'options.php','options','','217.54.2.42'),(3098,1479,1160180030,'plugin.php','product','','217.54.2.42'),(3099,1479,1160180035,'plugin.php','productdisable','','217.54.2.42'),(3100,1479,1160180037,'plugin.php','product','','217.54.2.42'),(3101,1479,1160180174,'plugin.php','product','','217.54.2.42'),(3102,1479,1160180178,'plugin.php','product','','217.54.2.42'),(3103,1479,1160180180,'plugin.php','modify','','217.54.2.42'),(3104,1479,1160180185,'plugin.php','product','','217.54.2.42'),(3105,1479,1160180183,'plugin.php','files','','217.54.2.42'),(3106,1479,1160180190,'plugin.php','productadd','','217.54.2.42'),(3107,1479,1160180714,'plugin.php','productimport','','217.54.2.42'),(3108,1479,1160180720,'plugin.php','product','','217.54.2.42'),(3109,8,1160181270,'moderate.php','posts','','84.36.141.180'),(3110,8,1160181278,'moderate.php','posts','','84.36.141.180'),(3111,8,1160181286,'forum.php','modify','','84.36.141.180'),(3112,8,1160181347,'announcement.php','add','','84.36.141.180'),(3113,8,1160181404,'moderate.php','events','','84.36.141.180'),(3114,8,1160181422,'user.php','viewjoinrequests','','84.36.141.180'),(3115,1479,1160181422,'plugin.php','productadd','','217.54.2.42'),(3116,8,1160181443,'user.php','find','','84.36.141.180'),(3117,1479,1160181450,'plugin.php','productimport','','217.54.2.42'),(3118,1479,1160181453,'plugin.php','product','','217.54.2.42'),(3119,8,1160181455,'user.php','findnames','','84.36.141.180'),(3120,1479,1160181459,'plugin.php','product','','217.54.2.42'),(3121,8,1160181465,'user.php','findnames','','84.36.141.180'),(3122,8,1160181475,'user.php','viewuser','user id = 4183','84.36.141.180'),(3123,1479,1160181480,'plugin.php','productadd','','217.54.2.42'),(3124,8,1160181498,'user.php','viewuser','user id = 1495','84.36.141.180'),(3125,1479,1160181511,'plugin.php','productimport','','217.54.2.42'),(3126,1479,1160181520,'plugin.php','product','','217.54.2.42'),(3127,8,1160181529,'user.php','find','','84.36.141.180'),(3128,8,1160181540,'user.php','findnames','','84.36.141.180'),(3129,8,1160181549,'user.php','viewuser','user id = 3776','84.36.141.180'),(3130,8,1160181597,'user.php','viewuser','user id = 601','84.36.141.180'),(3131,8,1160181629,'user.php','findnames','','84.36.141.180'),(3132,8,1160181638,'user.php','viewuser','user id = 2694','84.36.141.180'),(3133,1479,1160181675,'plugin.php','product','','217.54.2.42'),(3134,1479,1160181682,'options.php','','','217.54.2.42'),(3135,8,1160181690,'user.php','viewuser','user id = 800','84.36.141.180'),(3136,8,1160181711,'user.php','viewuser','user id = 171','84.36.141.180'),(3137,8,1160181717,'user.php','viewuser','user id = 1245','84.36.141.180'),(3138,8,1160181748,'user.php','viewuser','user id = 2969','84.36.141.180'),(3139,8,1160181779,'user.php','viewuser','user id = 1895','84.36.141.180'),(3140,8,1160181820,'user.php','viewuser','user id = 4045','84.36.141.180'),(3141,8,1160181846,'user.php','viewuser','user id = 3299','84.36.141.180'),(3142,8,1160181855,'user.php','viewuser','user id = 1270','84.36.141.180'),(3143,8,1160181869,'user.php','viewuser','user id = 4015','84.36.141.180'),(3144,8,1160181890,'user.php','find','','84.36.141.180'),(3145,8,1160181895,'user.php','findnames','','84.36.141.180'),(3146,8,1160181905,'user.php','viewuser','user id = 184','84.36.141.180'),(3147,8,1160181925,'user.php','viewuser','user id = 1041','84.36.141.180'),(3148,8,1160181938,'user.php','viewuser','user id = 91','84.36.141.180'),(3149,8,1160181956,'user.php','viewuser','user id = 2191','84.36.141.180'),(3150,8,1160182019,'user.php','viewuser','user id = 2191','84.36.141.180'),(3151,8,1160182035,'user.php','viewuser','user id = 2625','84.36.141.180'),(3152,8,1160182056,'user.php','viewuser','user id = 1789','84.36.141.180'),(3153,8,1160182066,'user.php','viewuser','user id = 2214','84.36.141.180'),(3154,8,1160182145,'user.php','viewuser','user id = 2849','84.36.141.180'),(3155,8,1160182158,'user.php','viewuser','user id = 3533','84.36.141.180'),(3156,1479,1160182195,'options.php','options','','217.54.2.42'),(3157,8,1160182201,'user.php','viewuser','user id = 3902','84.36.141.180'),(3158,1479,1160182201,'options.php','options','','217.54.2.42'),(3159,8,1160182216,'user.php','viewuser','user id = 268','84.36.141.180'),(3160,1479,1160182218,'options.php','options','','217.54.2.42'),(3161,1479,1160182257,'options.php','dooptions','','217.54.2.42'),(3162,1479,1160182258,'options.php','options','','217.54.2.42'),(3163,1479,1160182265,'plugin.php','product','','217.54.2.42'),(3164,1479,1160182271,'plugin.php','productadd','','217.54.2.42'),(3165,1479,1160182280,'plugin.php','productimport','','217.54.2.42'),(3166,1479,1160182283,'plugin.php','product','','217.54.2.42'),(3167,1479,1160182284,'options.php','','','217.54.2.42'),(3168,1479,1160182288,'options.php','options','','217.54.2.42'),(3169,1479,1160182371,'plugin.php','product','','217.54.2.42'),(3170,1479,1160182373,'plugin.php','productadd','','217.54.2.42'),(3171,1479,1160182381,'plugin.php','productimport','','217.54.2.42'),(3172,1479,1160182388,'plugin.php','product','','217.54.2.42'),(3173,1479,1160183700,'plugin.php','productadd','','217.54.2.42'),(3174,1479,1160183721,'plugin.php','productimport','','217.54.2.42'),(3175,1479,1160183724,'plugin.php','product','','217.54.2.42'),(3176,1479,1160183876,'options.php','','','217.54.2.42'),(3177,1479,1160183877,'options.php','','','217.54.2.42'),(3178,1479,1160183883,'options.php','options','','217.54.2.42'),(3179,1479,1160183987,'options.php','options','','217.54.2.42'),(3180,1479,1160184104,'options.php','dooptions','','217.54.2.42'),(3181,1479,1160184109,'options.php','options','','217.54.2.42'),(3182,1479,1160184285,'options.php','dooptions','','217.54.2.42'),(3183,1479,1160184287,'options.php','options','','217.54.2.42'),(3184,1479,1160184439,'plugin.php','product','','217.54.2.42'),(3185,1479,1160184453,'plugin.php','productdelete','','217.54.2.42'),(3186,1479,1160184455,'plugin.php','productkill','','217.54.2.42'),(3187,1479,1160184458,'plugin.php','product','','217.54.2.42'),(3188,1479,1160184471,'plugin.php','productdelete','','217.54.2.42'),(3189,1479,1160184474,'plugin.php','productkill','','217.54.2.42'),(3190,1479,1160184480,'options.php','options','','217.54.2.42'),(3191,1479,1160184561,'options.php','dooptions','','217.54.2.42'),(3192,1479,1160184563,'options.php','options','','217.54.2.42'),(3193,1479,1160184626,'plugin.php','product','','217.54.2.42'),(3194,1479,1160184628,'plugin.php','productadd','','217.54.2.42'),(3195,1479,1160184652,'plugin.php','productimport','','217.54.2.42'),(3196,1479,1160184655,'plugin.php','product','','217.54.2.42'),(3197,1479,1160184657,'options.php','','','217.54.2.42'),(3198,1479,1160184661,'options.php','options','','217.54.2.42'),(3199,1479,1160184707,'options.php','dooptions','','217.54.2.42'),(3200,1479,1160184709,'options.php','options','','217.54.2.42'),(3201,1479,1160184863,'options.php','dooptions','','217.54.2.42'),(3202,1479,1160184866,'options.php','options','','217.54.2.42'),(3203,1479,1160184895,'options.php','dooptions','','217.54.2.42'),(3204,1479,1160184897,'options.php','options','','217.54.2.42'),(3205,1479,1160184929,'options.php','dooptions','','217.54.2.42'),(3206,1479,1160184931,'options.php','options','','217.54.2.42'),(3207,1479,1160185124,'plugin.php','product','','217.54.2.42'),(3208,1479,1160185125,'plugin.php','product','','217.54.2.42'),(3209,1479,1160185129,'plugin.php','productadd','','217.54.2.42'),(3210,1479,1160185158,'plugin.php','productimport','','217.54.2.42'),(3211,1479,1160185161,'plugin.php','product','','217.54.2.42'),(3212,1479,1160185161,'options.php','','','217.54.2.42'),(3213,1479,1160185169,'options.php','options','','217.54.2.42'),(3214,1479,1160185230,'options.php','dooptions','','217.54.2.42'),(3215,1479,1160185232,'options.php','options','','217.54.2.42'),(3216,1479,1160185233,'plugin.php','product','','217.54.2.42'),(3217,1479,1160185236,'plugin.php','productadd','','217.54.2.42'),(3218,1,1160188136,'backup.php','choose','','82.129.177.81'),(3219,1,1160188288,'template.php','files','','82.129.177.81'),(3220,8,1160193547,'user.php','find','','84.36.141.180'),(3221,8,1160193550,'banning.php','banuser','','84.36.141.180'),(3222,8,1160193580,'banning.php','dobanuser','username = 3696751','84.36.141.180'),(3223,8,1160193583,'banning.php','','','84.36.141.180'),(3224,8,1160193679,'banning.php','banuser','','84.36.141.180'),(3225,8,1160193793,'user.php','find','','84.36.141.180'),(3226,8,1160193798,'user.php','findnames','','84.36.141.180'),(3227,8,1160193802,'user.php','viewuser','user id = 4026','84.36.141.180'),(3228,8,1160193934,'user.php','findnames','','84.36.141.180'),(3229,8,1160193947,'user.php','findnames','','84.36.141.180'),(3230,8,1160193956,'user.php','findnames','','84.36.141.180'),(3231,8,1160193963,'user.php','viewuser','user id = 1959','84.36.141.180'),(3232,8,1160194031,'user.php','viewuser','user id = 1959','84.36.141.180'),(3233,1479,1160235170,'template.php','modify','','217.54.2.42'),(3234,1,1160237853,'template.php','files','','82.129.177.81'),(3235,1479,1160239123,'template.php','files','','217.54.2.42'),(3236,1479,1160239171,'template.php','upload','','217.54.2.42'),(3237,1479,1160239176,'template.php','rebuild','','217.54.2.42'),(3238,1479,1160239214,'template.php','modify','','217.54.2.42'),(3239,1479,1160240183,'options.php','','','217.54.2.42'),(3240,1479,1160240237,'options.php','options','','217.54.2.42'),(3241,1479,1160240458,'options.php','dooptions','','217.54.2.42'),(3242,1479,1160240460,'options.php','options','','217.54.2.42'),(3243,1479,1160240465,'template.php','dodisplayorder','','217.54.2.42'),(3244,1479,1160240654,'template.php','files','','217.54.2.42'),(3245,1479,1160240684,'template.php','upload','','217.54.2.42'),(3246,1479,1160240685,'template.php','rebuild','','217.54.2.42'),(3247,1479,1160240695,'template.php','','','217.54.2.42'),(3248,1479,1160240966,'plugin.php','product','','217.54.2.42'),(3249,1479,1160240975,'plugin.php','productadd','','217.54.2.42'),(3250,1479,1160240997,'plugin.php','productimport','','217.54.2.42'),(3251,1479,1160241000,'plugin.php','product','','217.54.2.42'),(3252,1479,1160241008,'plugin.php','productadd','','217.54.2.42'),(3253,1479,1160241017,'plugin.php','productimport','','217.54.2.42'),(3254,1479,1160241021,'plugin.php','product','','217.54.2.42'),(3255,1479,1160241040,'plugin.php','productadd','','217.54.2.42'),(3256,1479,1160241080,'plugin.php','productimport','','217.54.2.42'),(3257,1479,1160241085,'options.php','','','217.54.2.42'),(3258,1479,1160241086,'plugin.php','product','','217.54.2.42'),(3259,1479,1160241098,'options.php','options','','217.54.2.42'),(3260,1479,1160241123,'options.php','dooptions','','217.54.2.42'),(3261,1479,1160241125,'options.php','options','','217.54.2.42'),(3262,1479,1160241161,'options.php','','','217.54.2.42'),(3263,1479,1160241175,'options.php','options','','217.54.2.42'),(3264,1479,1160241185,'options.php','dooptions','','217.54.2.42'),(3265,1479,1160241187,'options.php','options','','217.54.2.42'),(3266,1479,1160241213,'options.php','dooptions','','217.54.2.42'),(3267,1479,1160241216,'options.php','options','','217.54.2.42'),(3268,1479,1160241229,'options.php','dooptions','','217.54.2.42'),(3269,1479,1160241232,'options.php','options','','217.54.2.42'),(3270,1479,1160241250,'plugin.php','productadd','','217.54.2.42'),(3271,1479,1160241267,'plugin.php','productimport','','217.54.2.42'),(3272,1479,1160241270,'plugin.php','product','','217.54.2.42'),(3273,1479,1160241275,'options.php','','','217.54.2.42'),(3274,1479,1160241283,'options.php','options','','217.54.2.42'),(3275,1479,1160241425,'options.php','dooptions','','217.54.2.42'),(3276,1479,1160241427,'options.php','options','','217.54.2.42'),(3277,1479,1160241430,'plugin.php','product','','217.54.2.42'),(3278,1479,1160241433,'plugin.php','productadd','','217.54.2.42'),(3279,1479,1160241457,'plugin.php','productimport','','217.54.2.42'),(3280,1479,1160241466,'plugin.php','productdelete','','217.54.2.42'),(3281,1479,1160241468,'plugin.php','productkill','','217.54.2.42'),(3282,1479,1160241471,'plugin.php','product','','217.54.2.42'),(3283,1479,1160241475,'plugin.php','productadd','','217.54.2.42'),(3284,1479,1160241483,'plugin.php','productimport','','217.54.2.42'),(3285,1479,1160241507,'options.php','','','217.54.2.42'),(3286,1479,1160241524,'options.php','options','','217.54.2.42'),(3287,1479,1160241530,'template.php','modify','','217.54.2.42'),(3288,1479,1160241530,'template.php','search','','217.54.2.42'),(3289,1479,1160241531,'template.php','search','','217.54.2.42'),(3290,1479,1160241538,'template.php','modify','','217.54.2.42'),(3291,1479,1160241548,'template.php','edit','style id = 0','217.54.2.42'),(3292,1479,1160241565,'template.php','updatetemplate','style id = 16','217.54.2.42'),(3293,1479,1160241598,'template.php','edit','style id = 0','217.54.2.42'),(3294,1479,1160241604,'template.php','edit','style id = 0','217.54.2.42'),(3295,1479,1160241614,'template.php','updatetemplate','style id = 16','217.54.2.42'),(3296,1479,1160241666,'template.php','edit','style id = 0','217.54.2.42'),(3297,1479,1160241676,'template.php','updatetemplate','style id = 16','217.54.2.42'),(3298,1479,1160241681,'options.php','','','217.54.2.42'),(3299,1479,1160241704,'options.php','options','','217.54.2.42'),(3300,1479,1160241751,'options.php','dooptions','','217.54.2.42'),(3301,1479,1160241753,'options.php','options','','217.54.2.42'),(3302,1479,1160241774,'template.php','edit','style id = 0','217.54.2.42'),(3303,1479,1160241797,'template.php','updatetemplate','style id = 16','217.54.2.42'),(3304,1479,1160241810,'template.php','edit','style id = 0','217.54.2.42'),(3305,1479,1160241817,'template.php','updatetemplate','style id = 16','217.54.2.42'),(3306,1479,1160241858,'options.php','dooptions','','217.54.2.42'),(3307,1479,1160241860,'options.php','options','','217.54.2.42'),(3308,1479,1160241898,'template.php','edit','style id = 0','217.54.2.42'),(3309,1479,1160241932,'options.php','dooptions','','217.54.2.42'),(3310,1479,1160241937,'options.php','options','','217.54.2.42'),(3311,1479,1160241938,'template.php','updatetemplate','style id = 16','217.54.2.42'),(3312,1479,1160241996,'plugin.php','product','','217.54.2.42'),(3313,1479,1160242001,'plugin.php','productadd','','217.54.2.42'),(3314,1,1160243102,'template.php','modify','','82.129.177.81'),(3315,1,1160243144,'options.php','','','82.129.177.81'),(3316,1,1160243151,'options.php','options','','82.129.177.81'),(3317,1,1160243161,'options.php','','','82.129.177.81'),(3318,1,1160243188,'options.php','options','','82.129.177.81'),(3319,1,1160243204,'template.php','modify','','82.129.177.81'),(3320,1,1160243376,'css.php','edit','style id = 10','82.129.177.81'),(3321,1,1160243409,'template.php','modify','','82.129.177.81'),(3322,1,1160243418,'css.php','edit','style id = 16','82.129.177.81'),(3323,1,1160243450,'css.php','update','style id = 16','82.129.177.81'),(3324,1,1160243466,'template.php','modify','','82.129.177.81'),(3325,1,1160243477,'css.php','edit','style id = 16','82.129.177.81'),(3326,1,1160243513,'css.php','update','style id = 16','82.129.177.81'),(3327,1,1160243518,'css.php','edit','style id = 16','82.129.177.81'),(3328,1,1160243524,'template.php','modify','','82.129.177.81'),(3329,1,1160243584,'css.php','edit','style id = 16','82.129.177.81'),(3330,1,1160243628,'template.php','modify','','82.129.177.81'),(3331,1,1160243641,'template.php','modify','','82.129.177.81'),(3332,1,1160243648,'css.php','edit','style id = 16','82.129.177.81'),(3333,1,1160243678,'css.php','update','style id = 16','82.129.177.81'),(3334,1,1160243682,'css.php','edit','style id = 16','82.129.177.81'),(3335,1479,1160244776,'template.php','modify','','217.54.2.42'),(3336,1479,1160244781,'css.php','edit','style id = 16','217.54.2.42'),(3337,1479,1160244987,'css.php','update','style id = 16','217.54.2.42'),(3338,1479,1160244990,'css.php','edit','style id = 16','217.54.2.42'),(3339,5,1160248576,'user.php','modify','','84.36.137.153'),(3340,5,1160248583,'user.php','find','','84.36.137.153'),(3341,5,1160248585,'user.php','edit','user id = 13','84.36.137.153'),(3342,5,1160248783,'user.php','update','user id = 13','84.36.137.153'),(3343,5,1160248786,'user.php','modify','user id = 13','84.36.137.153'),(3344,5,1160248798,'user.php','modify','','84.36.137.153'),(3345,5,1160248809,'user.php','find','','84.36.137.153'),(3346,5,1160248810,'user.php','edit','user id = 21','84.36.137.153'),(3347,5,1160248844,'user.php','update','user id = 21','84.36.137.153'),(3348,5,1160248849,'user.php','modify','user id = 21','84.36.137.153'),(3349,5,1160248875,'user.php','modify','','84.36.137.153'),(3350,5,1160248884,'user.php','find','','84.36.137.153'),(3351,5,1160248889,'user.php','edit','user id = 4023','84.36.137.153'),(3352,5,1160248942,'user.php','update','user id = 4023','84.36.137.153'),(3353,5,1160248945,'user.php','modify','user id = 4023','84.36.137.153'),(3354,1479,1160249853,'options.php','','','217.54.2.42'),(3355,1479,1160249858,'options.php','options','','217.54.2.42'),(3356,1479,1160249878,'options.php','dooptions','','217.54.2.42'),(3357,1479,1160249880,'options.php','options','','217.54.2.42'),(3358,1479,1160249974,'plugin.php','product','','217.54.2.42'),(3359,1479,1160249999,'plugin.php','productdelete','','217.54.2.42'),(3360,1479,1160250002,'plugin.php','productkill','','217.54.2.42'),(3361,1479,1160250007,'plugin.php','product','','217.54.2.42'),(3362,1479,1160250022,'plugin.php','productdelete','','217.54.2.42'),(3363,1479,1160250029,'plugin.php','productdisable','','217.54.2.42'),(3364,1479,1160250042,'plugin.php','productdelete','','217.54.2.42'),(3365,1479,1160250045,'plugin.php','productkill','','217.54.2.42'),(3366,1479,1160250049,'plugin.php','product','','217.54.2.42'),(3367,1479,1160250066,'plugin.php','productdisable','','217.54.2.42'),(3368,1479,1160250070,'plugin.php','product','','217.54.2.42'),(3369,1479,1160250085,'plugin.php','productdisable','','217.54.2.42'),(3370,1479,1160250089,'plugin.php','product','','217.54.2.42'),(3371,1479,1160250095,'plugin.php','productdisable','','217.54.2.42'),(3372,1479,1160250097,'plugin.php','product','','217.54.2.42'),(3373,1479,1160250106,'plugin.php','productdisable','','217.54.2.42'),(3374,1479,1160250109,'plugin.php','product','','217.54.2.42'),(3375,1479,1160250115,'plugin.php','productenable','','217.54.2.42'),(3376,1479,1160250118,'plugin.php','product','','217.54.2.42'),(3377,1479,1160250157,'options.php','','','217.54.2.42'),(3378,1479,1160250179,'options.php','options','','217.54.2.42'),(3379,1479,1160250185,'options.php','dooptions','','217.54.2.42'),(3380,1479,1160250187,'options.php','options','','217.54.2.42'),(3381,1479,1160250194,'options.php','options','','217.54.2.42'),(3382,1479,1160250201,'options.php','dooptions','','217.54.2.42'),(3383,1479,1160250204,'options.php','options','','217.54.2.42'),(3384,1479,1160250270,'options.php','options','','217.54.2.42'),(3385,1479,1160250278,'options.php','options','','217.54.2.42'),(3386,1479,1160250290,'options.php','options','','217.54.2.42'),(3387,1479,1160250305,'options.php','dooptions','','217.54.2.42'),(3388,1479,1160250311,'plugin.php','productversioncheck','','217.54.2.42'),(3389,1479,1160250324,'plugin.php','productadd','','217.54.2.42'),(3390,1479,1160250388,'plugin.php','productimport','','217.54.2.42'),(3391,1479,1160250397,'plugin.php','product','','217.54.2.42'),(3392,1479,1160250404,'plugin.php','productdelete','','217.54.2.42'),(3393,1479,1160250405,'plugin.php','productkill','','217.54.2.42'),(3394,1479,1160250409,'plugin.php','product','','217.54.2.42'),(3395,1479,1160250410,'plugin.php','productadd','','217.54.2.42'),(3396,1479,1160250418,'plugin.php','productimport','','217.54.2.42'),(3397,1479,1160250422,'plugin.php','product','','217.54.2.42'),(3398,1479,1160250464,'plugin.php','productdelete','','217.54.2.42'),(3399,1479,1160250556,'options.php','','','217.54.2.42'),(3400,1479,1160250562,'options.php','','','217.54.2.42'),(3401,1479,1160250573,'options.php','options','','217.54.2.42'),(3402,1479,1160250597,'options.php','options','','217.54.2.42'),(3403,1479,1160250604,'options.php','dooptions','','217.54.2.42'),(3404,1479,1160250605,'options.php','options','','217.54.2.42'),(3405,1479,1160250613,'plugin.php','product','','217.54.2.42'),(3406,1479,1160250626,'plugin.php','productdisable','','217.54.2.42'),(3407,1479,1160250632,'plugin.php','productadd','','217.54.2.42'),(3408,4,1160251150,'user.php','find','','84.36.137.153'),(3409,4,1160251157,'user.php','find','','84.36.137.153'),(3410,4,1160251165,'user.php','edit','user id = 4221','84.36.137.153'),(3411,1479,1160251186,'template.php','modify','','217.54.2.42'),(3412,1479,1160251191,'template.php','dodisplayorder','','217.54.2.42'),(3413,4,1160251204,'user.php','update','user id = 4221','84.36.137.153'),(3414,4,1160251209,'user.php','modify','user id = 4221','84.36.137.153'),(3415,1479,1160251217,'template.php','modify','','217.54.2.42'),(3416,1479,1160251220,'template.php','modify','','217.54.2.42'),(3417,1479,1160251223,'css.php','edit','style id = 10','217.54.2.42'),(3418,1479,1160251228,'css.php','edit','style id = 16','217.54.2.42'),(3419,4,1160251342,'user.php','modify','','84.36.137.153'),(3420,1479,1160251486,'css.php','update','style id = 16','217.54.2.42'),(3421,1479,1160251490,'css.php','edit','style id = 16','217.54.2.42'),(3422,1479,1160251839,'plugin.php','product','','217.54.2.42'),(3423,1479,1160251842,'plugin.php','productadd','','217.54.2.42'),(3424,1479,1160251855,'plugin.php','productimport','','217.54.2.42'),(3425,1479,1160251862,'plugin.php','modify','','217.54.2.42'),(3426,1479,1160251862,'plugin.php','add','','217.54.2.42'),(3427,1479,1160251865,'plugin.php','modify','','217.54.2.42'),(3428,1479,1160251866,'plugin.php','files','','217.54.2.42'),(3429,1479,1160251874,'plugin.php','doimport','','217.54.2.42'),(3430,1479,1160251875,'plugin.php','','','217.54.2.42'),(3431,1479,1160251881,'plugin.php','files','','217.54.2.42'),(3432,1479,1160251893,'template.php','modify','','217.54.2.42'),(3433,1479,1160251904,'template.php','modify','','217.54.2.42'),(3434,1479,1160251911,'template.php','modify','','217.54.2.42'),(3435,1479,1160251916,'template.php','edit','style id = 0','217.54.2.42'),(3436,1479,1160251955,'template.php','updatetemplate','style id = 16','217.54.2.42'),(3437,1479,1160251995,'template.php','edit','style id = 0','217.54.2.42'),(3438,1479,1160252000,'template.php','updatetemplate','style id = 16','217.54.2.42'),(3439,1479,1160252048,'plugin.php','modify','','217.54.2.42'),(3440,1479,1160252097,'plugin.php','edit','plugin id = 95','217.54.2.42'),(3441,1479,1160252120,'plugin.php','delete','plugin id = 95','217.54.2.42'),(3442,1479,1160252202,'template.php','edit','style id = 0','217.54.2.42'),(3443,1479,1160252248,'template.php','updatetemplate','style id = 16','217.54.2.42'),(3444,1479,1160252420,'plugin.php','product','','217.54.2.42'),(3445,1479,1160252424,'plugin.php','modify','','217.54.2.42'),(3446,1479,1160252440,'plugin.php','edit','plugin id = 95','217.54.2.42'),(3447,1479,1160252441,'plugin.php','delete','plugin id = 95','217.54.2.42'),(3448,1479,1160252443,'plugin.php','kill','plugin id = 95','217.54.2.42'),(3449,1479,1160252445,'template.php','edit','style id = 0','217.54.2.42'),(3450,1479,1160252448,'plugin.php','','','217.54.2.42'),(3451,1479,1160252452,'template.php','modify','','217.54.2.42'),(3452,1479,1160252460,'template.php','updatetemplate','style id = 16','217.54.2.42'),(3453,1479,1160252468,'template.php','edit','style id = 0','217.54.2.42'),(3454,1479,1160252486,'template.php','updatetemplate','style id = 16','217.54.2.42'),(3455,1479,1160252517,'template.php','modify','','217.54.2.42'),(3456,1479,1160252523,'template.php','edit','style id = 0','217.54.2.42'),(3457,1479,1160252615,'usergroup.php','modify','','217.54.2.42'),(3458,1479,1160252623,'user.php','find','','217.54.2.42'),(3459,1479,1160252636,'user.php','edit','user id = 21','217.54.2.42'),(3460,1479,1160252642,'user.php','edit','user id = 30','217.54.2.42'),(3461,1479,1160252751,'template.php','edit','style id = 0','217.54.2.42'),(3462,1479,1160252884,'template.php','updatetemplate','style id = 16','217.54.2.42'),(3463,1479,1160253182,'template.php','edit','style id = 0','217.54.2.42'),(3464,1479,1160253203,'css.php','edit','style id = 17','217.54.2.42'),(3465,1479,1160253229,'template.php','modify','','217.54.2.42'),(3466,1479,1160253239,'template.php','modify','','217.54.2.42'),(3467,1479,1160253248,'template.php','edit','style id = 0','217.54.2.42'),(3468,1479,1160253262,'template.php','updatetemplate','style id = 17','217.54.2.42'),(3469,1479,1160253306,'template.php','updatetemplate','','217.54.2.42'),(3470,1479,1160253309,'css.php','edit','style id = 17','217.54.2.42'),(3471,1479,1160253317,'template.php','modify','','217.54.2.42'),(3472,1479,1160253331,'css.php','edit','style id = 16','217.54.2.42'),(3473,1479,1160253363,'css.php','update','style id = 17','217.54.2.42'),(3474,1479,1160253366,'css.php','edit','style id = 17','217.54.2.42'),(3475,1479,1160253530,'css.php','update','style id = 17','217.54.2.42'),(3476,1479,1160253532,'css.php','edit','style id = 17','217.54.2.42'),(3477,1479,1160253595,'template.php','files','','217.54.2.42'),(3478,1479,1160253596,'template.php','files','','217.54.2.42'),(3479,1479,1160253620,'template.php','modify','','217.54.2.42'),(3480,1479,1160253626,'template.php','deletestyle','style id = 17','217.54.2.42'),(3481,1479,1160253629,'template.php','killstyle','style id = 17','217.54.2.42'),(3482,1479,1160253634,'template.php','modify','','217.54.2.42'),(3483,1479,1160253638,'template.php','upload','','217.54.2.42'),(3484,1479,1160253643,'template.php','rebuild','','217.54.2.42'),(3485,1479,1160253968,'template.php','modify','','217.54.2.42'),(3486,1479,1160253972,'template.php','modify','','217.54.2.42'),(3487,1479,1160253973,'template.php','modify','','217.54.2.42'),(3488,1479,1160253983,'template.php','modify','','217.54.2.42'),(3489,1479,1160253988,'css.php','edit','style id = 16','217.54.2.42'),(3490,1479,1160253990,'css.php','edit','style id = 18','217.54.2.42'),(3491,1479,1160254046,'css.php','update','style id = 18','217.54.2.42'),(3492,1479,1160254050,'css.php','edit','style id = 18','217.54.2.42'),(3493,1479,1160255007,'css.php','update','style id = 18','217.54.2.42'),(3494,1479,1160255014,'css.php','edit','style id = 18','217.54.2.42'),(3495,1479,1160255375,'css.php','update','style id = 18','217.54.2.42'),(3496,1479,1160255385,'css.php','edit','style id = 18','217.54.2.42'),(3497,1479,1160255636,'template.php','modify','','217.54.2.42'),(3498,1479,1160255640,'template.php','modify','','217.54.2.42'),(3499,1479,1160255915,'template.php','modify','','217.54.2.42'),(3500,1479,1160255918,'template.php','modify','','217.54.2.42'),(3501,1479,1160256511,'options.php','','','217.54.2.42'),(3502,1479,1160256515,'options.php','options','','217.54.2.42'),(3503,1479,1160256539,'options.php','dooptions','','217.54.2.42'),(3504,1479,1160256547,'options.php','options','','217.54.2.42'),(3505,1479,1160256864,'options.php','','','217.54.2.42'),(3506,1479,1160256875,'options.php','options','','217.54.2.42'),(3507,1479,1160256879,'options.php','dooptions','','217.54.2.42'),(3508,1479,1160256881,'options.php','options','','217.54.2.42'),(3509,1479,1160258025,'template.php','modify','','217.54.2.42'),(3510,1479,1160258026,'template.php','modify','','217.54.2.42'),(3511,1479,1160258040,'css.php','edit','style id = 18','217.54.2.42'),(3512,1479,1160258051,'template.php','modify','','217.54.2.42'),(3513,1479,1160258059,'template.php','modify','','217.54.2.42'),(3514,1479,1160258063,'template.php','modify','','217.54.2.42'),(3515,1479,1160258065,'template.php','modify','','217.54.2.42'),(3516,1479,1160258073,'template.php','edit','style id = 0','217.54.2.42'),(3517,1479,1160258074,'template.php','edit','style id = 0','217.54.2.42'),(3518,1479,1160258186,'template.php','updatetemplate','style id = 18','217.54.2.42'),(3519,1479,1160258251,'template.php','edit','style id = 0','217.54.2.42'),(3520,1479,1160258261,'template.php','updatetemplate','style id = 18','217.54.2.42'),(3521,1479,1160258273,'template.php','edit','style id = 0','217.54.2.42'),(3522,1479,1160258424,'template.php','updatetemplate','style id = 18','217.54.2.42'),(3523,1479,1160258565,'template.php','edit','style id = 0','217.54.2.42'),(3524,1479,1160258568,'template.php','edit','style id = 0','217.54.2.42'),(3525,1479,1160258571,'template.php','edit','style id = 0','217.54.2.42'),(3526,1479,1160258596,'template.php','updatetemplate','style id = 18','217.54.2.42'),(3527,1479,1160258872,'plugin.php','product','','217.54.2.42'),(3528,1479,1160258949,'plugin.php','product','','217.54.2.42'),(3529,1479,1160259145,'template.php','modify','','217.54.2.42'),(3530,1479,1160259185,'css.php','edit','style id = 18','217.54.2.42'),(3531,1479,1160259188,'options.php','','','217.54.2.42'),(3532,1479,1160259194,'plugin.php','product','','217.54.2.42'),(3533,1479,1160259382,'template.php','modify','','217.54.2.42'),(3534,1479,1160259447,'css.php','edit','style id = 18','217.54.2.42'),(3535,1479,1160259461,'css.php','update','style id = 18','217.54.2.42'),(3536,1479,1160259463,'css.php','edit','style id = 18','217.54.2.42'),(3537,1479,1160259510,'plugin.php','product','','217.54.2.42'),(3538,1479,1160259510,'options.php','','','217.54.2.42'),(3539,1479,1160259524,'plugin.php','product','','217.54.2.42'),(3540,1479,1160259534,'options.php','options','','217.54.2.42'),(3541,1479,1160259549,'plugin.php','productenable','','217.54.2.42'),(3542,1479,1160259552,'plugin.php','product','','217.54.2.42'),(3543,1479,1160259556,'options.php','dooptions','','217.54.2.42'),(3544,1479,1160259561,'options.php','options','','217.54.2.42'),(3545,1479,1160259573,'options.php','dooptions','','217.54.2.42'),(3546,1479,1160261050,'forum.php','modify','','217.54.2.42'),(3547,1479,1160261059,'forum.php','edit','forum id = 26','217.54.2.42'),(3548,1479,1160261071,'forum.php','update','forum id = 26','217.54.2.42'),(3549,1479,1160261073,'forum.php','modify','forum id = 26','217.54.2.42'),(3550,1,1160273452,'template.php','modify','','84.36.4.172'),(3551,1,1160273458,'css.php','edit','style id = 18','84.36.4.172'),(3552,1,1160273518,'css.php','update','style id = 18','84.36.4.172'),(3553,1,1160273522,'css.php','edit','style id = 18','84.36.4.172'),(3554,1,1160273647,'css.php','update','style id = 18','84.36.4.172'),(3555,1,1160273650,'css.php','edit','style id = 18','84.36.4.172'),(3556,1,1160273756,'css.php','update','style id = 18','84.36.4.172'),(3557,1,1160273758,'css.php','edit','style id = 18','84.36.4.172'),(3558,1,1160273785,'css.php','update','style id = 18','84.36.4.172'),(3559,1,1160273787,'css.php','edit','style id = 18','84.36.4.172'),(3560,1,1160274088,'css.php','update','style id = 18','84.36.4.172'),(3561,1,1160274090,'css.php','edit','style id = 18','84.36.4.172'),(3562,1,1160274235,'css.php','update','style id = 18','84.36.4.172'),(3563,1,1160274237,'css.php','edit','style id = 18','84.36.4.172'),(3564,1,1160274366,'css.php','update','style id = 18','84.36.4.172'),(3565,1,1160274368,'css.php','edit','style id = 18','84.36.4.172'),(3566,1,1160274423,'css.php','update','style id = 18','84.36.4.172'),(3567,1,1160274425,'css.php','edit','style id = 18','84.36.4.172'),(3568,1,1160274554,'css.php','update','style id = 18','84.36.4.172'),(3569,1,1160274556,'css.php','edit','style id = 18','84.36.4.172'),(3570,8,1160276549,'user.php','findnames','','84.36.26.115'),(3571,8,1160276732,'banning.php','banuser','','84.36.26.115'),(3572,8,1160276745,'user.php','find','','84.36.26.115'),(3573,8,1160276761,'user.php','findnames','','84.36.26.115'),(3574,8,1160276768,'banning.php','banuser','','84.36.26.115'),(3575,8,1160276810,'banning.php','dobanuser','username = 3696751','84.36.26.115'),(3576,8,1160276815,'banning.php','','','84.36.26.115'),(3577,8,1160276855,'user.php','viewjoinrequests','','84.36.26.115'),(3578,8,1160276894,'forum.php','modify','','84.36.26.115'),(3579,5,1160307551,'user.php','modify','','84.36.137.153'),(3580,5,1160307561,'user.php','find','','84.36.137.153'),(3581,5,1160307594,'user.php','find','','84.36.137.153'),(3582,5,1160307600,'user.php','edit','user id = 5','84.36.137.153'),(3583,5,1160317402,'usergroup.php','modify','','84.36.137.153'),(3584,5,1160317456,'user.php','find','','84.36.137.153'),(3585,5,1160317493,'user.php','edit','user id = 5','84.36.137.153'),(3586,5,1160317848,'user.php','update','user id = 5','84.36.137.153'),(3587,5,1160317852,'user.php','modify','user id = 5','84.36.137.153'),(3588,5,1160317886,'options.php','','','84.36.137.153'),(3589,5,1160320872,'template.php','modify','','84.36.137.153'),(3590,5,1160320885,'css.php','edit','style id = 18','84.36.137.153'),(3591,5,1160320923,'css.php','update','style id = 18','84.36.137.153'),(3592,5,1160320926,'css.php','edit','style id = 18','84.36.137.153'),(3593,5,1160336134,'user.php','modify','','82.129.177.81'),(3594,5,1160336140,'user.php','find','','82.129.177.81'),(3595,5,1160336144,'user.php','edit','user id = 4310','82.129.177.81'),(3596,5,1160336166,'user.php','update','user id = 4310','82.129.177.81'),(3597,5,1160336170,'user.php','modify','user id = 4310','82.129.177.81'),(3598,8,1160336289,'moderate.php','posts','','82.129.177.81'),(3599,8,1160336291,'moderate.php','posts','','82.129.177.81'),(3600,8,1160336294,'announcement.php','add','','82.129.177.81'),(3601,8,1160336302,'moderate.php','posts','','82.129.177.81'),(3602,8,1160336312,'modlog.php','choose','','82.129.177.81'),(3603,8,1160336329,'moderate.php','posts','','82.129.177.81'),(3604,1479,1160341709,'user.php','add','','217.54.2.40'),(3605,1479,1160341738,'user.php','modify','','217.54.2.40'),(3606,1479,1160341753,'user.php','find','','217.54.2.40'),(3607,1479,1160341759,'user.php','edit','user id = 1479','217.54.2.40'),(3608,1479,1160341838,'user.php','update','user id = 1479','217.54.2.40'),(3609,1479,1160341844,'user.php','modify','user id = 1479','217.54.2.40'),(3610,1479,1160342006,'user.php','edit','user id = 1479','217.54.2.40'),(3611,1479,1160342012,'user.php','find','','217.54.2.40'),(3612,1479,1160342021,'user.php','update','user id = 1479','217.54.2.40'),(3613,1479,1160342028,'usertools.php','avatar','user id = 1479','217.54.2.40'),(3614,1479,1160342051,'usertools.php','updateavatar','user id = 1479','217.54.2.40'),(3615,1479,1160342061,'user.php','modify','user id = 1479','217.54.2.40'),(3616,8,1160345646,'forum.php','modify','','84.36.12.191'),(3617,1,1160361916,'plugin.php','modify','','82.129.177.81'),(3618,1,1160361946,'plugin.php','edit','plugin id = 39','82.129.177.81'),(3619,1,1160361977,'plugin.php','update','plugin id = 39','82.129.177.81'),(3620,1,1160361982,'plugin.php','','','82.129.177.81'),(3621,8,1160363566,'help.php','answer','','84.36.12.191'),(3622,8,1160363647,'announcement.php','modify','','84.36.12.191'),(3623,8,1160363819,'announcement.php','add','','84.36.12.191'),(3624,8,1160363829,'modlog.php','choose','','84.36.12.191'),(3625,8,1160363863,'stats.php','index','','84.36.12.191'),(3626,8,1160363874,'stats.php','top','','84.36.12.191'),(3627,8,1160363905,'stats.php','post','','84.36.12.191'),(3628,8,1160363925,'stats.php','thread','','84.36.12.191'),(3629,8,1160363934,'stats.php','thread','','84.36.12.191'),(3630,8,1160363947,'moderate.php','events','','84.36.12.191'),(3631,8,1160364005,'user.php','find','','84.36.12.191'),(3632,8,1160364013,'user.php','findnames','','84.36.12.191'),(3633,8,1160364016,'user.php','viewuser','user id = 9','84.36.12.191'),(3634,8,1160364106,'user.php','find','','84.36.12.191'),(3635,8,1160364127,'user.php','findnames','','84.36.12.191'),(3636,8,1160364135,'user.php','viewuser','user id = 8','84.36.12.191'),(3637,1,1160400861,'usergroup.php','modify','','82.129.177.81'),(3638,1,1160400886,'usergroup.php','edit','usergroup id = 12','82.129.177.81'),(3639,5,1160407523,'user.php','modify','','82.129.177.81'),(3640,5,1160407548,'user.php','modify','','82.129.177.81'),(3641,5,1160407579,'user.php','find','','82.129.177.81'),(3642,5,1160407590,'user.php','edit','user id = 4330','82.129.177.81'),(3643,5,1160407629,'user.php','update','user id = 4330','82.129.177.81'),(3644,5,1160407634,'user.php','modify','user id = 4330','82.129.177.81'),(3645,8,1160410242,'user.php','findnames','','84.36.29.79'),(3646,8,1160410247,'user.php','avatar','user id = 4330','84.36.29.79'),(3647,8,1160410255,'user.php','editsig','user id = 4330','84.36.29.79'),(3648,8,1160410311,'user.php','viewuser','user id = 4330','84.36.29.79'),(3649,8,1160410316,'user.php','editsig','user id = 4330','84.36.29.79'),(3650,1,1160413131,'usergroup.php','modify','','82.129.177.81'),(3651,1,1160413139,'usergroup.php','edit','usergroup id = 1','82.129.177.81'),(3652,1479,1160436674,'template.php','modify','','217.54.2.40'),(3653,1479,1160436680,'css.php','edit','style id = 16','217.54.2.40'),(3654,1479,1160436681,'css.php','edit','style id = 18','217.54.2.40'),(3655,1,1160498554,'banning.php','banuser','','82.129.177.81'),(3656,1,1160498584,'banning.php','dobanuser','username = jackob','82.129.177.81'),(3657,1,1160498595,'banning.php','','','82.129.177.81'),(3658,1,1160503094,'user.php','find','','82.129.177.81'),(3659,1,1160503102,'user.php','edit','user id = 7','82.129.177.81'),(3660,1479,1160521569,'usergroup.php','modify','','217.54.2.40'),(3661,1479,1160521576,'usergroup.php','modify','','217.54.2.40'),(3662,1479,1160521616,'usergroup.php','edit','usergroup id = 1','217.54.2.40'),(3663,1479,1160524403,'usergroup.php','modify','','217.54.2.40'),(3664,1479,1160524431,'usergroup.php','edit','usergroup id = 1','217.54.2.40'),(3665,1479,1160524439,'usergroup.php','update','usergroup id = 1','217.54.2.40'),(3666,1479,1160524441,'usergroup.php','modify','','217.54.2.40'),(3667,1479,1160526685,'template.php','search','','217.54.2.40'),(3668,1479,1160526692,'template.php','modify','','217.54.2.40'),(3669,1479,1160526695,'template.php','edit','style id = 0','217.54.2.40'),(3670,8,1160526702,'user.php','findnames','','84.36.11.54'),(3671,8,1160526706,'user.php','viewuser','user id = 4256','84.36.11.54'),(3672,1479,1160526720,'template.php','updatetemplate','style id = 18','217.54.2.40'),(3673,8,1160527307,'user.php','find','','84.36.11.54'),(3674,1479,1160529028,'template.php','edit','style id = 0','217.54.2.40'),(3675,1479,1160529038,'template.php','updatetemplate','style id = 18','217.54.2.40'),(3676,1479,1160529267,'usergroup.php','modify','','217.54.2.40'),(3677,1479,1160529365,'usergroup.php','edit','usergroup id = 1','217.54.2.40'),(3678,1479,1160529376,'usergroup.php','update','usergroup id = 1','217.54.2.40'),(3679,1479,1160529378,'usergroup.php','modify','','217.54.2.40'),(3680,1479,1160529676,'resources.php','','','217.54.2.40'),(3681,1479,1160529891,'resources.php','view','usergroup id = 1','217.54.2.40'),(3682,1479,1160529934,'forumpermission.php','modify','','217.54.2.40'),(3683,1479,1160529954,'forumpermission.php','edit','forum id = 27 / usergroup id = 1','217.54.2.40'),(3684,5,1160562505,'user.php','edit','user id = 5','84.36.135.200'),(3685,5,1160562605,'user.php','update','user id = 5','84.36.135.200'),(3686,5,1160562608,'user.php','modify','user id = 5','84.36.135.200'),(3687,8,1160562972,'stats.php','index','','84.36.29.254'),(3688,8,1160563043,'stats.php','activity','','84.36.29.254'),(3689,8,1160563055,'stats.php','activity','','84.36.29.254'),(3690,5,1160567567,'user.php','modify','','84.36.143.64'),(3691,5,1160567576,'user.php','find','','84.36.143.64'),(3692,5,1160567577,'user.php','edit','user id = 3227','84.36.143.64'),(3693,5,1160567686,'user.php','modify','','84.36.143.64'),(3694,5,1160567697,'user.php','find','','84.36.143.64'),(3695,5,1160567698,'user.php','edit','user id = 4300','84.36.143.64'),(3696,5,1160567778,'user.php','update','user id = 4300','84.36.143.64'),(3697,5,1160567784,'user.php','modify','user id = 4300','84.36.143.64'),(3698,5,1160575320,'user.php','modify','','84.36.139.92'),(3699,5,1160575407,'usergroup.php','modify','','84.36.139.92'),(3700,5,1160575408,'usergroup.php','modify','','84.36.139.92'),(3701,5,1160575419,'usergroup.php','edit','usergroup id = 13','84.36.139.92'),(3702,5,1160576537,'usergroup.php','modify','','84.36.139.92'),(3703,5,1160576540,'usergroup.php','edit','usergroup id = 6','84.36.139.92'),(3704,5,1160576619,'usergroup.php','edit','usergroup id = 2','84.36.139.92'),(3705,5,1160576707,'usergroup.php','edit','usergroup id = 13','84.36.139.92'),(3706,5,1160576778,'usergroup.php','modify','','84.36.139.92'),(3707,5,1160576808,'usergroup.php','edit','usergroup id = 2','84.36.139.92'),(3708,5,1160576901,'usergroup.php','update','usergroup id = 13','84.36.139.92'),(3709,5,1160576906,'usergroup.php','modify','','84.36.139.92'),(3710,5,1160577963,'usergroup.php','edit','usergroup id = 13','84.36.139.92'),(3711,5,1160578023,'usergroup.php','update','usergroup id = 13','84.36.139.92'),(3712,5,1160578026,'usergroup.php','modify','','84.36.139.92'),(3713,5,1160578050,'usergroup.php','edit','usergroup id = 12','84.36.139.92'),(3714,5,1160578146,'usergroup.php','update','usergroup id = 12','84.36.139.92'),(3715,5,1160578150,'usergroup.php','modify','','84.36.139.92'),(3716,1,1160697160,'user.php','modify','','84.36.12.162'),(3717,1,1160697170,'user.php','find','','84.36.12.162'),(3718,1,1160697183,'user.php','edit','user id = 747','84.36.12.162'),(3719,1,1160697214,'user.php','update','user id = 747','84.36.12.162'),(3720,1,1160697217,'user.php','modify','user id = 747','84.36.12.162'),(3721,1,1160699179,'options.php','','','84.36.12.162'),(3722,1,1160699282,'usergroup.php','modify','','84.36.12.162'),(3723,1,1160699290,'usergroup.php','edit','usergroup id = 1','84.36.12.162'),(3724,1,1160699359,'usergroup.php','update','usergroup id = 1','84.36.12.162'),(3725,1,1160699362,'usergroup.php','modify','','84.36.12.162'),(3726,1,1160749544,'forum.php','modify','','82.129.177.81'),(3727,1,1160749556,'forum.php','edit','forum id = 13','82.129.177.81'),(3728,1,1160749573,'forum.php','update','forum id = 13','82.129.177.81'),(3729,1,1160749581,'forum.php','modify','forum id = 13','82.129.177.81'),(3730,1,1160749588,'forum.php','edit','forum id = 27','82.129.177.81'),(3731,1,1160749608,'forum.php','update','forum id = 27','82.129.177.81'),(3732,1,1160749612,'forum.php','modify','forum id = 27','82.129.177.81'),(3733,1,1160749627,'moderate.php','posts','','82.129.177.81'),(3734,1,1160749689,'backup.php','choose','','82.129.177.81'),(3735,1,1160749707,'backup.php','sqlfile','','82.129.177.81'),(3736,1,1160758152,'moderate.php','posts','','82.129.177.81'),(3737,1,1160758179,'moderate.php','doposts','','82.129.177.81'),(3738,1,1160758181,'moderate.php','posts','','82.129.177.81'),(3739,1,1160758188,'user.php','modify','','82.129.177.81'),(3740,1,1160758194,'user.php','find','','82.129.177.81'),(3741,1,1160758212,'user.php','edit','user id = 55','82.129.177.81'),(3742,1,1160758247,'user.php','update','user id = 55','82.129.177.81'),(3743,1,1160758250,'user.php','modify','user id = 55','82.129.177.81'),(3744,1,1160758342,'user.php','edit','user id = 55','82.129.177.81'),(3745,1,1160758355,'user.php','update','user id = 55','82.129.177.81'),(3746,1,1160758357,'user.php','modify','user id = 55','82.129.177.81'),(3747,1,1160758520,'user.php','edit','user id = 55','82.129.177.81'),(3748,1,1160758556,'user.php','update','user id = 55','82.129.177.81'),(3749,1,1160758558,'user.php','modify','user id = 55','82.129.177.81'),(3750,1,1160758574,'user.php','edit','user id = 55','82.129.177.81'),(3751,1,1160758583,'user.php','update','user id = 55','82.129.177.81'),(3752,1,1160758585,'usertools.php','profilepic','user id = 55','82.129.177.81'),(3753,1,1160758590,'usertools.php','updateprofilepic','user id = 55','82.129.177.81'),(3754,1,1160758592,'user.php','modify','user id = 55','82.129.177.81'),(3755,1,1160758595,'user.php','edit','user id = 55','82.129.177.81'),(3756,1,1160758617,'user.php','update','user id = 55','82.129.177.81'),(3757,1,1160758620,'user.php','modify','user id = 55','82.129.177.81'),(3758,1,1160758632,'user.php','edit','user id = 55','82.129.177.81'),(3759,1,1160758645,'user.php','update','user id = 55','82.129.177.81'),(3760,1,1160758647,'user.php','modify','user id = 55','82.129.177.81'),(3761,1,1160758668,'user.php','edit','user id = 55','82.129.177.81'),(3762,1,1160758685,'user.php','update','user id = 55','82.129.177.81'),(3763,1,1160758688,'user.php','modify','user id = 55','82.129.177.81'),(3764,1,1160758696,'usergroup.php','modify','','82.129.177.81'),(3765,1,1160758701,'usergroup.php','edit','usergroup id = 12','82.129.177.81'),(3766,1,1160758712,'user.php','modify','','82.129.177.81'),(3767,1,1160758718,'user.php','find','','82.129.177.81'),(3768,1,1160758718,'user.php','edit','user id = 55','82.129.177.81'),(3769,1,1160758728,'user.php','update','user id = 55','82.129.177.81'),(3770,1,1160758730,'user.php','modify','user id = 55','82.129.177.81'),(3771,1,1160758735,'user.php','edit','user id = 55','82.129.177.81'),(3772,1,1160758752,'user.php','update','user id = 55','82.129.177.81'),(3773,1,1160758771,'user.php','update','user id = 55','82.129.177.81'),(3774,1,1160758773,'user.php','modify','user id = 55','82.129.177.81'),(3775,1,1160758897,'user.php','edit','user id = 55','82.129.177.81'),(3776,1,1160758909,'user.php','update','user id = 55','82.129.177.81'),(3777,1,1160758911,'user.php','modify','user id = 55','82.129.177.81'),(3778,1,1160862718,'moderate.php','posts','','82.129.177.81'),(3779,1,1160862762,'adminpermissions.php','modify','','82.129.177.81'),(3780,1,1160862770,'adminpermissions.php','edit','user id = 8 (Da2et_2lb)','82.129.177.81'),(3781,1,1160862802,'adminpermissions.php','update','user id = 8 (Da2et_2lb) (0 &raquo; 98300)','82.129.177.81'),(3782,1,1160862814,'adminpermissions.php','','','82.129.177.81'),(3783,1,1160862822,'email.php','start','','82.129.177.81'),(3784,8,1160863227,'options.php','','','82.129.177.81'),(3785,8,1160863253,'options.php','options','','82.129.177.81'),(3786,8,1160863291,'forum.php','modify','','82.129.177.81'),(3787,8,1160863311,'moderator.php','add','forum id = 16','82.129.177.81'),(3788,8,1160863330,'user.php','add','','82.129.177.81'),(3789,8,1160863377,'email.php','genlist','','82.129.177.81'),(3790,8,1160863403,'usertools.php','merge','','82.129.177.81'),(3791,8,1160863411,'user.php','modify','','82.129.177.81'),(3792,8,1160863620,'user.php','modify','','82.129.177.81'),(3793,8,1160863828,'usertools.php','pmstats','','82.129.177.81'),(3794,8,1160863838,'usertools.php','pmuserstats','','82.129.177.81'),(3795,8,1160863849,'usertools.php','pmuserstats','','82.129.177.81'),(3796,8,1160863855,'usertools.php','pmuserstats','','82.129.177.81'),(3797,8,1160863859,'usertools.php','pmuserstats','','82.129.177.81'),(3798,8,1160863870,'usertools.php','pmfolderstats','user id = 147','82.129.177.81'),(3799,8,1160863896,'usertools.php','pmuserstats','','82.129.177.81'),(3800,8,1160863902,'usertools.php','pmfolderstats','user id = 9','82.129.177.81'),(3801,8,1160863917,'user.php','edit','user id = 9','82.129.177.81'),(3802,8,1160863956,'banning.php','banuser','','82.129.177.81'),(3803,8,1160864011,'profilefield.php','modify','','82.129.177.81'),(3804,8,1160864066,'user.php','modify','','82.129.177.81'),(3805,8,1160864090,'user.php','find','','82.129.177.81'),(3806,8,1160864091,'user.php','edit','user id = 8','82.129.177.81'),(3807,8,1160864141,'user.php','find','','82.129.177.81'),(3808,8,1160864165,'user.php','find','','82.129.177.81'),(3809,8,1160864200,'user.php','find','','82.129.177.81'),(3810,8,1160864204,'user.php','edit','user id = 9','82.129.177.81'),(3811,8,1160864416,'user.php','find','','82.129.177.81'),(3812,8,1160864460,'user.php','find','','82.129.177.81'),(3813,8,1160864496,'user.php','find','','82.129.177.81'),(3814,8,1160864501,'user.php','edit','user id = 1903','82.129.177.81'),(3815,8,1160864574,'user.php','find','','82.129.177.81'),(3816,8,1160864578,'user.php','edit','user id = 2356','82.129.177.81'),(3817,8,1160864683,'user.php','find','','82.129.177.81'),(3818,8,1160864737,'user.php','find','','82.129.177.81'),(3819,8,1160864754,'user.php','find','','82.129.177.81'),(3820,8,1160864783,'usertools.php','referrers','','82.129.177.81'),(3821,8,1160864794,'banning.php','modify','','82.129.177.81'),(3822,8,1160864867,'language.php','modify','','82.129.177.81'),(3823,8,1160864993,'moderator.php','showlist','','82.129.177.81'),(3824,1,1160865552,'template.php','modify','','82.129.177.81'),(3825,1,1160865595,'css.php','edit','style id = 18','82.129.177.81'),(3826,8,1160881792,'user.php','modify','','84.36.12.171'),(3827,8,1160881801,'user.php','find','','84.36.12.171'),(3828,8,1160881810,'user.php','find','','84.36.12.171'),(3829,8,1160881831,'user.php','find','','84.36.12.171'),(3830,8,1160881862,'user.php','find','','84.36.12.171'),(3831,8,1160881925,'user.php','find','','84.36.12.171'),(3832,8,1160881957,'user.php','find','','84.36.12.171'),(3833,8,1160882007,'user.php','find','','84.36.12.171'),(3834,8,1160882025,'user.php','find','','84.36.12.171'),(3835,8,1160882045,'user.php','find','','84.36.12.171'),(3836,8,1160882056,'user.php','find','','84.36.12.171'),(3837,8,1160882090,'user.php','emailpassword','','84.36.12.171'),(3838,8,1160882111,'user.php','find','','84.36.12.171'),(3839,8,1160882121,'user.php','find','','84.36.12.171'),(3840,8,1160882141,'user.php','find','','84.36.12.171'),(3841,8,1160882176,'user.php','find','','84.36.12.171'),(3842,8,1160882209,'user.php','find','','84.36.12.171'),(3843,8,1160882229,'user.php','find','','84.36.12.171'),(3844,8,1160882237,'user.php','find','','84.36.12.171'),(3845,8,1160882274,'user.php','find','','84.36.12.171'),(3846,8,1160882288,'user.php','find','','84.36.12.171'),(3847,8,1160882302,'user.php','find','','84.36.12.171'),(3848,8,1160882310,'user.php','find','','84.36.12.171'),(3849,8,1160882339,'user.php','find','','84.36.12.171'),(3850,8,1160882357,'user.php','find','','84.36.12.171'),(3851,8,1160882383,'user.php','find','','84.36.12.171'),(3852,8,1160882406,'user.php','find','','84.36.12.171'),(3853,8,1160882420,'user.php','find','','84.36.12.171'),(3854,8,1160882444,'user.php','find','','84.36.12.171'),(3855,8,1160882454,'user.php','find','','84.36.12.171'),(3856,8,1160882466,'user.php','find','','84.36.12.171'),(3857,8,1160882594,'user.php','find','','84.36.12.171'),(3858,8,1160882638,'user.php','find','','84.36.12.171'),(3859,8,1160882657,'user.php','find','','84.36.12.171'),(3860,8,1160882675,'user.php','find','','84.36.12.171'),(3861,8,1160882704,'user.php','find','','84.36.12.171'),(3862,8,1160882728,'user.php','find','','84.36.12.171'),(3863,8,1160882790,'user.php','find','','84.36.12.171'),(3864,8,1160882813,'user.php','find','','84.36.12.171'),(3865,8,1160882898,'user.php','find','','84.36.12.171'),(3866,8,1160882921,'user.php','find','','84.36.12.171'),(3867,8,1160882945,'user.php','find','','84.36.12.171'),(3868,8,1160882991,'user.php','find','','84.36.12.171'),(3869,8,1160883016,'user.php','find','','84.36.12.171'),(3870,8,1160883028,'user.php','find','','84.36.12.171'),(3871,8,1160883091,'user.php','find','','84.36.12.171'),(3872,8,1160883108,'user.php','find','','84.36.12.171'),(3873,8,1160883134,'user.php','find','','84.36.12.171'),(3874,8,1160883152,'user.php','find','','84.36.12.171'),(3875,8,1160883248,'user.php','find','','84.36.12.171'),(3876,8,1160883262,'user.php','find','','84.36.12.171'),(3877,8,1160883296,'user.php','find','','84.36.12.171'),(3878,8,1160883312,'user.php','find','','84.36.12.171'),(3879,8,1160883440,'user.php','find','','84.36.12.171'),(3880,8,1160883445,'user.php','find','','84.36.12.171'),(3881,8,1160883459,'user.php','find','','84.36.12.171'),(3882,8,1160883490,'user.php','find','','84.36.12.171'),(3883,8,1160883508,'user.php','find','','84.36.12.171'),(3884,8,1160883560,'user.php','find','','84.36.12.171'),(3885,8,1160883581,'user.php','find','','84.36.12.171'),(3886,8,1160883599,'user.php','find','','84.36.12.171'),(3887,8,1160883632,'user.php','find','','84.36.12.171'),(3888,8,1160883660,'user.php','find','','84.36.12.171'),(3889,8,1160883664,'user.php','find','','84.36.12.171'),(3890,8,1160883701,'user.php','find','','84.36.12.171'),(3891,8,1160883717,'user.php','find','','84.36.12.171'),(3892,8,1160883735,'user.php','find','','84.36.12.171'),(3893,8,1160883750,'user.php','find','','84.36.12.171'),(3894,8,1160883873,'user.php','find','','84.36.12.171'),(3895,8,1160883904,'user.php','find','','84.36.12.171'),(3896,8,1160883925,'user.php','find','','84.36.12.171'),(3897,8,1160883962,'user.php','find','','84.36.12.171'),(3898,8,1160883977,'user.php','find','','84.36.12.171'),(3899,8,1160883999,'user.php','find','','84.36.12.171'),(3900,8,1160884029,'user.php','find','','84.36.12.171'),(3901,8,1160884035,'user.php','find','','84.36.12.171'),(3902,8,1160884055,'user.php','find','','84.36.12.171'),(3903,8,1160884067,'user.php','find','','84.36.12.171'),(3904,8,1160884077,'user.php','find','','84.36.12.171'),(3905,8,1160884183,'user.php','find','','84.36.12.171'),(3906,8,1160884242,'user.php','find','','84.36.12.171'),(3907,8,1160884277,'user.php','find','','84.36.12.171'),(3908,8,1160884342,'user.php','find','','84.36.12.171'),(3909,8,1160884359,'user.php','find','','84.36.12.171'),(3910,8,1160884373,'user.php','find','','84.36.12.171'),(3911,8,1160884450,'user.php','find','','84.36.12.171'),(3912,8,1160884473,'user.php','find','','84.36.12.171'),(3913,8,1160884485,'user.php','find','','84.36.12.171'),(3914,8,1160884516,'user.php','find','','84.36.12.171'),(3915,8,1160884528,'user.php','find','','84.36.12.171'),(3916,8,1160884608,'user.php','find','','84.36.12.171'),(3917,8,1160884757,'user.php','find','','84.36.12.171'),(3918,8,1160884819,'user.php','find','','84.36.12.171'),(3919,8,1160884831,'user.php','find','','84.36.12.171'),(3920,8,1160884867,'user.php','find','','84.36.12.171'),(3921,8,1160884890,'user.php','find','','84.36.12.171'),(3922,8,1160884941,'user.php','find','','84.36.12.171'),(3923,8,1160884979,'user.php','find','','84.36.12.171'),(3924,8,1160885033,'user.php','find','','84.36.12.171'),(3925,8,1160885044,'user.php','find','','84.36.12.171'),(3926,8,1160885059,'user.php','find','','84.36.12.171'),(3927,8,1160885144,'user.php','find','','84.36.12.171'),(3928,8,1160885171,'user.php','find','','84.36.12.171'),(3929,8,1160885202,'user.php','find','','84.36.12.171'),(3930,8,1160885213,'user.php','find','','84.36.12.171'),(3931,8,1160885247,'user.php','find','','84.36.12.171'),(3932,8,1160885281,'user.php','find','','84.36.12.171'),(3933,8,1160885343,'user.php','find','','84.36.12.171'),(3934,8,1160885384,'user.php','find','','84.36.12.171'),(3935,8,1160885395,'user.php','find','','84.36.12.171'),(3936,8,1160885405,'user.php','find','','84.36.12.171'),(3937,8,1160885420,'user.php','find','','84.36.12.171'),(3938,8,1160885437,'user.php','find','','84.36.12.171'),(3939,8,1160885454,'user.php','modify','','84.36.12.171'),(3940,8,1160885459,'user.php','find','','84.36.12.171'),(3941,8,1160885465,'user.php','modify','','84.36.12.171'),(3942,8,1160885470,'user.php','find','','84.36.12.171'),(3943,8,1160885489,'user.php','find','','84.36.12.171'),(3944,8,1160885509,'user.php','editaccess','user id = 8','84.36.12.171'),(3945,8,1160885532,'user.php','edit','user id = 8','84.36.12.171'),(3946,8,1160885660,'user.php','editaccess','user id = 8','84.36.12.171'),(3947,8,1160885679,'user.php','find','','84.36.12.171'),(3948,8,1160885688,'user.php','find','','84.36.12.171'),(3949,8,1160886038,'user.php','modify','','84.36.12.171'),(3950,8,1160886046,'user.php','find','','84.36.12.171'),(3951,8,1160886061,'user.php','find','','84.36.12.171'),(3952,8,1160886078,'user.php','find','','84.36.12.171'),(3953,8,1160886121,'user.php','find','','84.36.12.171'),(3954,8,1160886123,'user.php','edit','user id = 1959','84.36.12.171'),(3955,8,1160886154,'user.php','update','user id = 1959','84.36.12.171'),(3956,8,1160886161,'user.php','modify','user id = 1959','84.36.12.171'),(3957,8,1160886334,'user.php','moderate','','84.36.12.171'),(3958,8,1160886439,'usergroup.php','modify','','84.36.12.171'),(3959,8,1160946372,'user.php','modify','','84.36.12.179'),(3960,8,1160946385,'user.php','find','','84.36.12.179'),(3961,8,1160946403,'user.php','find','','84.36.12.179'),(3962,8,1160946409,'user.php','edit','user id = 1959','84.36.12.179'),(3963,8,1160946868,'user.php','modify','','84.36.12.179'),(3964,8,1160946877,'user.php','find','','84.36.12.179'),(3965,8,1160946878,'user.php','edit','user id = 4541','84.36.12.179'),(3966,8,1160964496,'user.php','modify','','84.36.12.179'),(3967,8,1160964507,'user.php','find','','84.36.12.179'),(3968,8,1160964507,'user.php','edit','user id = 1959','84.36.12.179'),(3969,8,1160964517,'user.php','update','user id = 1959','84.36.12.179'),(3970,8,1160964519,'user.php','modify','user id = 1959','84.36.12.179'),(3971,8,1161057506,'user.php','modify','','84.36.9.161'),(3972,8,1161057512,'user.php','find','','84.36.9.161'),(3973,8,1161057512,'user.php','edit','user id = 4637','84.36.9.161'),(3974,8,1161057521,'user.php','update','user id = 4637','84.36.9.161'),(3975,8,1161057523,'user.php','modify','user id = 4637','84.36.9.161'),(3976,8,1161058337,'user.php','find','','84.36.9.161'),(3977,8,1161058338,'user.php','edit','user id = 4637','84.36.9.161'),(3978,8,1161058379,'user.php','update','user id = 4637','84.36.9.161'),(3979,8,1161058381,'usertools.php','sigpic','user id = 4637','84.36.9.161'),(3980,8,1161058396,'usertools.php','sigpic','user id = 4637','84.36.9.161'),(3981,1,1161091817,'usergroup.php','modify','','82.129.177.81'),(3982,1,1161091838,'usergroup.php','edit','usergroup id = 13','82.129.177.81'),(3983,1,1161091982,'usergroup.php','update','usergroup id = 13','82.129.177.81'),(3984,1,1161091985,'usergroup.php','modify','','82.129.177.81'),(3985,1,1161091989,'usergroup.php','edit','usergroup id = 2','82.129.177.81'),(3986,1,1161092014,'usergroup.php','update','usergroup id = 2','82.129.177.81'),(3987,1,1161092017,'usergroup.php','modify','','82.129.177.81'),(3988,1,1161092078,'forum.php','modify','','82.129.177.81'),(3989,1,1161092095,'forum.php','edit','forum id = 9','82.129.177.81'),(3990,1,1161092127,'options.php','','','82.129.177.81'),(3991,1,1161092156,'options.php','backuprestore','','82.129.177.81'),(3992,1,1161092186,'plugin.php','modify','','82.129.177.81'),(3993,1,1161092219,'plugin.php','edit','plugin id = 69','82.129.177.81'),(3994,1,1161092242,'plugin.php','update','plugin id = 69','82.129.177.81'),(3995,1,1161092246,'plugin.php','','','82.129.177.81'),(3996,1,1161092262,'plugin.php','edit','plugin id = 68','82.129.177.81'),(3997,1,1161092267,'plugin.php','update','plugin id = 68','82.129.177.81'),(3998,1,1161092271,'plugin.php','','','82.129.177.81'),(3999,1,1161092281,'plugin.php','edit','plugin id = 67','82.129.177.81'),(4000,1,1161092287,'plugin.php','update','plugin id = 67','82.129.177.81'),(4001,1,1161092292,'plugin.php','','','82.129.177.81'),(4002,1,1161092457,'plugin.php','edit','plugin id = 67','82.129.177.81'),(4003,1,1161092466,'plugin.php','update','plugin id = 67','82.129.177.81'),(4004,1,1161092469,'plugin.php','','','82.129.177.81'),(4005,1,1161116272,'banning.php','banuser','','82.129.177.81'),(4006,1,1161116297,'banning.php','dobanuser','username = T i G e R','82.129.177.81'),(4007,1,1161116300,'banning.php','','','82.129.177.81'),(4008,1479,1161123942,'template.php','modify','','217.54.2.40'),(4009,1479,1161123993,'css.php','edit','style id = 18','217.54.2.40'),(4010,1479,1161124039,'css.php','update','style id = 18','217.54.2.40'),(4011,1479,1161124040,'css.php','edit','style id = 18','217.54.2.40'),(4012,1479,1161124090,'css.php','update','style id = 18','217.54.2.40'),(4013,1479,1161124137,'css.php','edit','style id = 18','217.54.2.40'),(4014,1479,1161126035,'options.php','','','217.54.2.40'),(4015,1479,1161126050,'options.php','options','','217.54.2.40'),(4016,1479,1161126490,'options.php','dooptions','','217.54.2.40'),(4017,1479,1161126492,'options.php','options','','217.54.2.40'),(4018,1479,1161126522,'plugin.php','product','','217.54.2.40'),(4019,1479,1161126537,'plugin.php','productdelete','','217.54.2.40'),(4020,1479,1161126541,'plugin.php','productkill','','217.54.2.40'),(4021,1479,1161126545,'plugin.php','product','','217.54.2.40'),(4022,1479,1161126546,'plugin.php','modify','','217.54.2.40'),(4023,1479,1161126550,'plugin.php','productdelete','','217.54.2.40'),(4024,1479,1161126551,'plugin.php','productkill','','217.54.2.40'),(4025,1479,1161126555,'plugin.php','product','','217.54.2.40'),(4026,1479,1161126573,'plugin.php','productdelete','','217.54.2.40'),(4027,1479,1161126575,'plugin.php','productkill','','217.54.2.40'),(4028,1479,1161126580,'plugin.php','product','','217.54.2.40'),(4029,1479,1161126584,'plugin.php','productdelete','','217.54.2.40'),(4030,1479,1161126587,'plugin.php','productkill','','217.54.2.40'),(4031,1479,1161126589,'plugin.php','product','','217.54.2.40'),(4032,1479,1161126602,'plugin.php','productdelete','','217.54.2.40'),(4033,1479,1161126607,'plugin.php','productdelete','','217.54.2.40'),(4034,1479,1161126609,'plugin.php','productkill','','217.54.2.40'),(4035,1479,1161126612,'plugin.php','product','','217.54.2.40'),(4036,1479,1161126616,'plugin.php','productdelete','','217.54.2.40'),(4037,1479,1161126619,'plugin.php','productkill','','217.54.2.40'),(4038,1479,1161126626,'plugin.php','product','','217.54.2.40'),(4039,1479,1161126635,'plugin.php','productdelete','','217.54.2.40'),(4040,1479,1161126637,'plugin.php','productkill','','217.54.2.40'),(4041,1479,1161126643,'plugin.php','product','','217.54.2.40'),(4042,1479,1161126940,'plugin.php','productdelete','','217.54.2.40'),(4043,1479,1161126955,'plugin.php','productkill','','217.54.2.40'),(4044,1479,1161126957,'options.php','','','217.54.2.40'),(4045,1479,1161126958,'plugin.php','product','','217.54.2.40'),(4046,1479,1161126959,'options.php','options','','217.54.2.40'),(4047,1479,1161126963,'options.php','options','','217.54.2.40'),(4048,1479,1161127008,'options.php','dooptions','','217.54.2.40'),(4049,1479,1161127010,'options.php','options','','217.54.2.40'),(4050,1479,1161127051,'options.php','dooptions','','217.54.2.40'),(4051,1479,1161127053,'options.php','options','','217.54.2.40'),(4052,1479,1161127082,'plugin.php','productdelete','','217.54.2.40'),(4053,1479,1161127095,'plugin.php','modify','','217.54.2.40'),(4054,1479,1161127109,'plugin.php','delete','plugin id = 39','217.54.2.40'),(4055,1479,1161127111,'plugin.php','kill','plugin id = 39','217.54.2.40'),(4056,1479,1161127113,'plugin.php','','','217.54.2.40'),(4057,1479,1161127116,'plugin.php','delete','plugin id = 5','217.54.2.40'),(4058,1479,1161127119,'plugin.php','kill','plugin id = 5','217.54.2.40'),(4059,1479,1161127121,'plugin.php','','','217.54.2.40'),(4060,1479,1161127123,'plugin.php','delete','plugin id = 91','217.54.2.40'),(4061,1479,1161127125,'plugin.php','kill','plugin id = 91','217.54.2.40'),(4062,1479,1161127127,'plugin.php','','','217.54.2.40'),(4063,1479,1161127128,'plugin.php','delete','plugin id = 94','217.54.2.40'),(4064,1479,1161127131,'plugin.php','kill','plugin id = 94','217.54.2.40'),(4065,1479,1161127133,'plugin.php','','','217.54.2.40'),(4066,1479,1161127149,'plugin.php','delete','plugin id = 93','217.54.2.40'),(4067,1479,1161127151,'plugin.php','kill','plugin id = 93','217.54.2.40'),(4068,1479,1161127154,'plugin.php','','','217.54.2.40'),(4069,1479,1161127155,'plugin.php','delete','plugin id = 92','217.54.2.40'),(4070,1479,1161127157,'plugin.php','kill','plugin id = 92','217.54.2.40'),(4071,1479,1161127159,'plugin.php','','','217.54.2.40'),(4072,1479,1161127166,'plugin.php','productdelete','','217.54.2.40'),(4073,1479,1161127256,'options.php','','','217.54.2.40'),(4074,1479,1161127286,'options.php','options','','217.54.2.40'),(4075,1479,1161127322,'options.php','dooptions','','217.54.2.40'),(4076,1479,1161127325,'options.php','options','','217.54.2.40'),(4077,1479,1161127360,'options.php','dooptions','','217.54.2.40'),(4078,1479,1161127363,'options.php','options','','217.54.2.40'),(4079,1479,1161128371,'options.php','','','217.54.2.40'),(4080,1479,1161128374,'template.php','modify','','217.54.2.40'),(4081,1479,1161128381,'plugin.php','product','','217.54.2.40'),(4082,1479,1161128390,'plugin.php','files','','217.54.2.40'),(4083,1479,1161128395,'options.php','options','','217.54.2.40'),(4084,1479,1161128407,'template.php','dodisplayorder','','217.54.2.40'),(4085,1479,1161128409,'css.php','edit','style id = 18','217.54.2.40'),(4086,1479,1161128466,'css.php','update','style id = 18','217.54.2.40'),(4087,1479,1161128471,'css.php','edit','style id = 18','217.54.2.40'),(4088,1479,1161128653,'plugin.php','productadd','','217.54.2.40'),(4089,1479,1161128701,'plugin.php','productimport','','217.54.2.40'),(4090,1479,1161128705,'plugin.php','product','','217.54.2.40'),(4091,1479,1161128708,'plugin.php','productadd','','217.54.2.40'),(4092,1479,1161129542,'plugin.php','productimport','','217.54.2.40'),(4093,1479,1161129546,'plugin.php','product','','217.54.2.40'),(4094,1479,1161129574,'plugin.php','productadd','','217.54.2.40'),(4095,1479,1161129804,'plugin.php','productimport','','217.54.2.40'),(4096,1479,1161129813,'plugin.php','product','','217.54.2.40'),(4097,1479,1161129820,'plugin.php','productdisable','','217.54.2.40'),(4098,1479,1161129871,'plugin.php','productadd','','217.54.2.40'),(4099,1479,1161129880,'plugin.php','productimport','','217.54.2.40'),(4100,1479,1161129882,'plugin.php','product','','217.54.2.40'),(4101,1479,1161129924,'plugin.php','productadd','','217.54.2.40'),(4102,1479,1161129930,'plugin.php','productimport','','217.54.2.40'),(4103,1479,1161129934,'plugin.php','product','','217.54.2.40'),(4104,1479,1161129983,'plugin.php','productadd','','217.54.2.40'),(4105,1479,1161129992,'plugin.php','productimport','','217.54.2.40'),(4106,1479,1161129995,'plugin.php','product','','217.54.2.40'),(4107,1479,1161130077,'plugin.php','productadd','','217.54.2.40'),(4108,1479,1161130514,'plugin.php','productimport','','217.54.2.40'),(4109,1479,1161130517,'plugin.php','product','','217.54.2.40'),(4110,1479,1161130617,'plugin.php','productadd','','217.54.2.40'),(4111,1479,1161130625,'plugin.php','productimport','','217.54.2.40'),(4112,1479,1161130627,'plugin.php','product','','217.54.2.40'),(4113,1479,1161130642,'plugin.php','productdelete','','217.54.2.40'),(4114,1479,1161130646,'plugin.php','productkill','','217.54.2.40'),(4115,1479,1161130650,'plugin.php','product','','217.54.2.40'),(4116,1479,1161130655,'plugin.php','productedit','','217.54.2.40'),(4117,1479,1161130685,'plugin.php','product','','217.54.2.40'),(4118,1479,1161130714,'plugin.php','productdelete','','217.54.2.40'),(4119,1479,1161130716,'plugin.php','productkill','','217.54.2.40'),(4120,1479,1161130719,'plugin.php','product','','217.54.2.40'),(4121,1479,1161130734,'plugin.php','productadd','','217.54.2.40'),(4122,1479,1161130753,'plugin.php','productimport','','217.54.2.40'),(4123,1479,1161130758,'plugin.php','product','','217.54.2.40'),(4124,1479,1161130778,'plugin.php','productadd','','217.54.2.40'),(4125,1479,1161130811,'plugin.php','productimport','','217.54.2.40'),(4126,1479,1161130823,'plugin.php','product','','217.54.2.40'),(4127,1479,1161130880,'plugin.php','productadd','','217.54.2.40'),(4128,1479,1161130886,'plugin.php','productimport','','217.54.2.40'),(4129,1479,1161130890,'plugin.php','product','','217.54.2.40'),(4130,1479,1161130931,'plugin.php','productadd','','217.54.2.40'),(4131,1479,1161130954,'plugin.php','productimport','','217.54.2.40'),(4132,1479,1161130957,'plugin.php','product','','217.54.2.40'),(4133,1479,1161131063,'plugin.php','productadd','','217.54.2.40'),(4134,1479,1161131073,'plugin.php','productimport','','217.54.2.40'),(4135,1479,1161131083,'plugin.php','productimport','','217.54.2.40'),(4136,1479,1161131088,'plugin.php','product','','217.54.2.40'),(4137,1479,1161131138,'plugin.php','doimport','','217.54.2.40'),(4138,1479,1161131140,'plugin.php','','','217.54.2.40'),(4139,1479,1161131164,'options.php','','','217.54.2.40'),(4140,1479,1161131196,'options.php','options','','217.54.2.40'),(4141,1479,1161131232,'options.php','options','','217.54.2.40'),(4142,1479,1161131241,'options.php','options','','217.54.2.40'),(4143,1479,1161131257,'options.php','dooptions','','217.54.2.40'),(4144,1479,1161131259,'options.php','options','','217.54.2.40'),(4145,1479,1161131277,'options.php','options','','217.54.2.40'),(4146,1479,1161131313,'options.php','options','','217.54.2.40'),(4147,1479,1161131334,'options.php','options','','217.54.2.40'),(4148,1479,1161131345,'options.php','options','','217.54.2.40'),(4149,1479,1161131349,'options.php','dooptions','','217.54.2.40'),(4150,1479,1161131351,'options.php','options','','217.54.2.40'),(4151,1479,1161131493,'misc.php','chooser','','217.54.2.40'),(4152,1,1161131501,'usergroup.php','modify','','84.36.28.5'),(4153,1,1161131510,'usergroup.php','edit','usergroup id = 1','84.36.28.5'),(4154,1,1161131523,'usergroup.php','update','usergroup id = 1','84.36.28.5'),(4155,1,1161131525,'usergroup.php','modify','','84.36.28.5'),(4156,1479,1161131669,'misc.php','updateuser','','217.54.2.40'),(4157,1479,1161131690,'misc.php','updateuser','','217.54.2.40'),(4158,1479,1161131702,'misc.php','updateuser','','217.54.2.40'),(4159,1479,1161131707,'misc.php','updateuser','','217.54.2.40'),(4160,1,1161131716,'plugin.php','modify','','84.36.28.5'),(4161,1479,1161131718,'misc.php','updateuser','','217.54.2.40'),(4162,1,1161131722,'repair.php','list','','84.36.28.5'),(4163,1479,1161131724,'misc.php','','','217.54.2.40'),(4164,1479,1161131795,'usergroup.php','add','','217.54.2.40'),(4165,1479,1161131796,'usergroup.php','modify','','217.54.2.40'),(4166,1479,1161131819,'usergroup.php','edit','usergroup id = 1','217.54.2.40'),(4167,1479,1161131831,'usergroup.php','update','usergroup id = 1','217.54.2.40'),(4168,1479,1161131833,'usergroup.php','modify','','217.54.2.40'),(4169,1479,1161131938,'usergroup.php','edit','usergroup id = 1','217.54.2.40'),(4170,1479,1161132009,'repair.php','list','','217.54.2.40'),(4171,1,1161132191,'usergroup.php','modify','','84.36.28.5'),(4172,1,1161132197,'usergroup.php','edit','usergroup id = 1','84.36.28.5'),(4173,1,1161132231,'usergroup.php','update','usergroup id = 1','84.36.28.5'),(4174,1,1161132233,'usergroup.php','modify','','84.36.28.5'),(4175,1479,1161132280,'repair.php','dorepair','','217.54.2.40'),(4176,1479,1161132317,'repair.php','fixunique','','217.54.2.40'),(4177,1479,1161132328,'repair.php','','','217.54.2.40'),(4178,1479,1161132643,'repair.php','list','','217.54.2.40'),(4179,1479,1161132652,'repair.php','dorepair','','217.54.2.40'),(4180,1479,1161132663,'repair.php','dorepair','','217.54.2.40'),(4181,1479,1161132690,'diagnostic.php','list','','217.54.2.40'),(4182,1479,1161132704,'usergroup.php','modify','','217.54.2.40'),(4183,1479,1161132707,'usergroup.php','edit','usergroup id = 1','217.54.2.40'),(4184,1479,1161132775,'usergroup.php','update','usergroup id = 1','217.54.2.40'),(4185,1479,1161132777,'usergroup.php','modify','','217.54.2.40'),(4186,1479,1161132865,'usergroup.php','edit','usergroup id = 1','217.54.2.40'),(4187,1479,1161132888,'usergroup.php','update','usergroup id = 1','217.54.2.40'),(4188,1479,1161132890,'usergroup.php','modify','','217.54.2.40'),(4189,1479,1161132906,'usergroup.php','edit','usergroup id = 1','217.54.2.40'),(4190,1479,1161132910,'usergroup.php','update','usergroup id = 1','217.54.2.40'),(4191,1479,1161132912,'usergroup.php','modify','','217.54.2.40'),(4192,1479,1161133381,'template.php','modify','','217.54.2.40'),(4193,1479,1161133382,'template.php','search','','217.54.2.40'),(4194,1479,1161133410,'template.php','modify','','217.54.2.40'),(4195,1479,1161133417,'template.php','edit','style id = 0','217.54.2.40'),(4196,1479,1161133424,'template.php','updatetemplate','style id = 18','217.54.2.40'),(4197,1479,1161133490,'template.php','edit','style id = 0','217.54.2.40'),(4198,1479,1161133510,'template.php','updatetemplate','style id = 18','217.54.2.40'),(4199,1479,1161133588,'template.php','edit','style id = 0','217.54.2.40'),(4200,1479,1161133595,'template.php','updatetemplate','style id = 18','217.54.2.40'),(4201,1479,1161133601,'template.php','edit','style id = 0','217.54.2.40'),(4202,1479,1161133612,'template.php','updatetemplate','style id = 18','217.54.2.40'),(4203,1479,1161133949,'template.php','edit','style id = 0','217.54.2.40'),(4204,1479,1161134262,'template.php','updatetemplate','style id = 18','217.54.2.40'),(4205,1479,1161134345,'template.php','edit','style id = 0','217.54.2.40'),(4206,1479,1161134349,'template.php','updatetemplate','style id = 18','217.54.2.40'),(4207,1,1161139393,'repair.php','list','','82.129.177.81'),(4208,1,1161139415,'repair.php','dorepair','','82.129.177.81'),(4209,1,1161139774,'repair.php','dorepair','','82.129.177.81'),(4210,8,1161142820,'user.php','modify','','84.36.30.221'),(4211,8,1161142834,'user.php','find','','84.36.30.221'),(4212,8,1161142834,'user.php','edit','user id = 4637','84.36.30.221'),(4213,8,1161142851,'user.php','update','user id = 4637','84.36.30.221'),(4214,8,1161142853,'usertools.php','sigpic','user id = 4637','84.36.30.221'),(4215,8,1161143393,'user.php','update','user id = 4637','84.36.30.221'),(4216,8,1161143395,'usertools.php','avatar','user id = 4637','84.36.30.221'),(4217,8,1161143930,'user.php','find','','84.36.30.221'),(4218,8,1161143931,'user.php','edit','user id = 4637','84.36.30.221'),(4219,5,1161165437,'usergroup.php','modify','','196.205.8.27'),(4220,5,1161166413,'usergroup.php','edit','usergroup id = 1','196.205.8.27'),(4221,5,1161166453,'usergroup.php','update','usergroup id = 1','196.205.8.27'),(4222,5,1161166455,'usergroup.php','modify','','196.205.8.27'),(4223,8,1161188957,'user.php','modify','','84.36.27.110'),(4224,8,1161188963,'user.php','find','','84.36.27.110'),(4225,8,1161188964,'user.php','edit','user id = 3919','84.36.27.110'),(4226,1479,1161196558,'template.php','findupdates','','217.54.2.40'),(4227,1479,1161196666,'template.php','delete','style id = 18','217.54.2.40'),(4228,1479,1161196667,'template.php','delete','style id = 18','217.54.2.40'),(4229,1479,1161196667,'template.php','delete','style id = 18','217.54.2.40'),(4230,1479,1161196675,'template.php','kill','style id = 0','217.54.2.40'),(4231,1479,1161196676,'template.php','kill','style id = 0','217.54.2.40'),(4232,1479,1161196677,'template.php','modify','','217.54.2.40'),(4233,1479,1161196677,'template.php','kill','style id = 0','217.54.2.40'),(4234,1479,1161196679,'template.php','modify','','217.54.2.40'),(4235,1479,1161196680,'template.php','modify','','217.54.2.40'),(4236,1479,1161197459,'plugin.php','product','','217.54.2.40'),(4237,1479,1161197459,'plugin.php','product','','217.54.2.40'),(4238,1479,1161197465,'plugin.php','productadd','','217.54.2.40'),(4239,1479,1161197484,'plugin.php','productimport','','217.54.2.40'),(4240,1479,1161197489,'plugin.php','product','','217.54.2.40'),(4241,1479,1161197530,'options.php','','','217.54.2.40'),(4242,1479,1161197536,'plugin.php','product','','217.54.2.40'),(4243,1479,1161197542,'options.php','','','217.54.2.40'),(4244,1479,1161197547,'plugin.php','product','','217.54.2.40'),(4245,1479,1161197551,'options.php','options','','217.54.2.40'),(4246,1479,1161197561,'options.php','options','','217.54.2.40'),(4247,1479,1161197609,'options.php','dooptions','','217.54.2.40'),(4248,1479,1161197611,'options.php','options','','217.54.2.40'),(4249,1479,1161197691,'plugin.php','productdisable','','217.54.2.40'),(4250,1479,1161197698,'plugin.php','product','','217.54.2.40'),(4251,1479,1161199293,'plugin.php','product','','217.54.2.40'),(4252,1479,1161199301,'plugin.php','productadd','','217.54.2.40'),(4253,1479,1161199313,'plugin.php','productimport','','217.54.2.40'),(4254,1479,1161199323,'plugin.php','product','','217.54.2.40'),(4255,1479,1161199339,'plugin.php','productenable','','217.54.2.40'),(4256,1479,1161199342,'plugin.php','product','','217.54.2.40'),(4257,1479,1161199513,'plugin.php','productadd','','217.54.2.40'),(4258,1479,1161199524,'plugin.php','productimport','','217.54.2.40'),(4259,1479,1161199530,'plugin.php','product','','217.54.2.40'),(4260,1479,1161199899,'image.php','modify','Smilies','217.54.2.40'),(4261,1479,1161199904,'image.php','editcategory','Smilies','217.54.2.40'),(4262,1479,1161199917,'image.php','viewimages','Smilies','217.54.2.40'),(4263,1479,1161199946,'options.php','','','217.54.2.40'),(4264,1479,1161199952,'image.php','modify','Smilies','217.54.2.40'),(4265,1479,1161199962,'options.php','','','217.54.2.40'),(4266,1479,1161199965,'options.php','','','217.54.2.40'),(4267,1479,1161199969,'image.php','add','Smilies','217.54.2.40'),(4268,1479,1161199979,'image.php','insertmultiple','Smilies','217.54.2.40'),(4269,1479,1161199984,'image.php','doinsertmultiple','Smilies','217.54.2.40'),(4270,1479,1161199988,'image.php','doinsertmultiple','Smilies','217.54.2.40'),(4271,1479,1161199991,'image.php','','Smilies','217.54.2.40'),(4272,1479,1161199999,'options.php','options','','217.54.2.40'),(4273,1479,1161200026,'options.php','options','','217.54.2.40'),(4274,5,1161265819,'options.php','','','82.129.177.81'),(4275,5,1161265828,'options.php','options','','82.129.177.81'),(4276,5,1161265833,'options.php','searchtype','','82.129.177.81'),(4277,5,1161265970,'options.php','dooptions','','82.129.177.81'),(4278,5,1161265973,'options.php','options','','82.129.177.81'),(4279,5,1161266762,'options.php','','','82.129.177.81'),(4280,5,1161266766,'options.php','options','','82.129.177.81'),(4281,5,1161267414,'options.php','','','82.129.177.81'),(4282,5,1161267418,'options.php','options','','82.129.177.81'),(4283,5,1161267775,'options.php','dooptions','','82.129.177.81'),(4284,5,1161267779,'options.php','options','','82.129.177.81'),(4285,8,1161274218,'moderate.php','posts','','84.36.10.196'),(4286,8,1161274272,'moderate.php','doposts','','84.36.10.196'),(4287,8,1161274275,'moderate.php','posts','','84.36.10.196'),(4288,8,1161274451,'moderate.php','doposts','','84.36.10.196'),(4289,8,1161274453,'moderate.php','posts','','84.36.10.196'),(4290,8,1161275844,'user.php','modify','','84.36.10.196'),(4291,8,1161275856,'user.php','find','','84.36.10.196'),(4292,8,1161275856,'user.php','edit','user id = 1959','84.36.10.196'),(4293,8,1161275862,'user.php','update','user id = 1959','84.36.10.196'),(4294,8,1161275864,'usertools.php','sigpic','user id = 1959','84.36.10.196'),(4295,1479,1161305348,'repair.php','list','','217.54.2.40'),(4296,1479,1161305362,'usergroup.php','modify','','217.54.2.40'),(4297,1479,1161305390,'usergroup.php','edit','usergroup id = 1','217.54.2.40'),(4298,1479,1161305401,'repair.php','dorepair','','217.54.2.40'),(4299,1479,1161305465,'repair.php','list','','217.54.2.40'),(4300,1479,1161305481,'forumpermission.php','modify','','217.54.2.40'),(4301,1479,1161305511,'forum.php','edit','forum id = 27','217.54.2.40'),(4302,1479,1161305527,'forumpermission.php','edit','forum id = 27 / usergroup id = 1','217.54.2.40'),(4303,1479,1161305573,'repair.php','fixunique','','217.54.2.40'),(4304,1479,1161305578,'repair.php','','','217.54.2.40'),(4305,1479,1161305587,'repair.php','fixunique','','217.54.2.40'),(4306,1479,1161305596,'repair.php','','','217.54.2.40'),(4307,1,1161354953,'index.php','','','82.129.177.81'),(4308,1,1161354982,'index.php','','','82.129.177.81'),(4309,1,1161354999,'index.php','','','82.129.177.81'),(4310,1,1161355051,'options.php','','','82.129.177.81'),(4311,1,1161355059,'options.php','options','','82.129.177.81'),(4312,1,1161355081,'options.php','dooptions','','82.129.177.81'),(4313,1,1161355090,'options.php','options','','82.129.177.81'),(4314,8,1161361285,'index.php','','','84.36.29.250'),(4315,8,1161361300,'forum.php','modify','','84.36.29.250'),(4316,8,1161361451,'options.php','','','84.36.29.250'),(4317,8,1161361480,'forumpermission.php','modify','','84.36.29.250'),(4318,8,1161361592,'resources.php','','','84.36.29.250'),(4319,8,1161361609,'moderator.php','showlist','','84.36.29.250'),(4320,8,1161361732,'forumpermission.php','modify','','84.36.29.250'),(4321,8,1161361769,'announcement.php','modify','','84.36.29.250'),(4322,8,1161361845,'forum.php','modify','','84.36.29.250'),(4323,8,1161361854,'forumpermission.php','modify','','84.36.29.250'),(4324,8,1161361867,'options.php','','','84.36.29.250'),(4325,8,1161361881,'replacement.php','modify','','84.36.29.250'),(4326,8,1161361917,'stats.php','index','','84.36.29.250'),(4327,8,1161361923,'stats.php','activity','','84.36.29.250'),(4328,8,1161361928,'stats.php','activity','','84.36.29.250'),(4329,8,1161361957,'stats.php','top','','84.36.29.250'),(4330,8,1161361973,'stats.php','post','','84.36.29.250'),(4331,8,1161361976,'stats.php','post','','84.36.29.250'),(4332,8,1161362032,'moderator.php','showlist','','84.36.29.250'),(4333,8,1161362034,'resources.php','','','84.36.29.250'),(4334,8,1161362042,'forum.php','modify','','84.36.29.250'),(4335,8,1161362051,'options.php','','','84.36.29.250'),(4336,8,1161362054,'options.php','searchtype','','84.36.29.250'),(4337,8,1161362058,'template.php','modify','','84.36.29.250'),(4338,8,1161362077,'replacement.php','modify','','84.36.29.250'),(4339,8,1161362079,'template.php','files','','84.36.29.250'),(4340,8,1161362082,'template.php','findupdates','','84.36.29.250'),(4341,8,1161362392,'forum.php','modify','','84.36.29.250'),(4342,8,1161362404,'forumpermission.php','modify','','84.36.29.250'),(4343,8,1161362405,'moderator.php','showlist','','84.36.29.250'),(4344,8,1161362425,'stats.php','index','','84.36.29.250'),(4345,8,1161362445,'repair.php','list','','84.36.29.250'),(4346,8,1161362462,'cronlog.php','choose','','84.36.29.250'),(4347,8,1161362466,'subscriptions.php','transactions','','84.36.29.250'),(4348,8,1161363046,'options.php','','','84.36.29.250'),(4349,8,1161407967,'forumpermission.php','modify','','84.36.29.250'),(4350,8,1161407978,'moderator.php','edit',' moderator id = 5','84.36.29.250'),(4351,8,1161408067,'moderator.php','update',' moderator id = 5','84.36.29.250'),(4352,8,1161408069,'forum.php','modify','forum id = 2','84.36.29.250'),(4353,8,1161408102,'forum.php','modify','forum id = 2','84.36.29.250'),(4354,8,1161408108,'forum.php','modify','forum id = 2','84.36.29.250'),(4355,8,1161408117,'forum.php','doorder','','84.36.29.250'),(4356,8,1161408119,'forum.php','modify','','84.36.29.250'),(4357,8,1161408126,'forum.php','doorder','','84.36.29.250'),(4358,8,1161408128,'forum.php','modify','','84.36.29.250'),(4359,8,1161408169,'user.php','modify','','84.36.29.250'),(4360,8,1161408181,'user.php','find','','84.36.29.250'),(4361,8,1161408181,'user.php','edit','user id = 9','84.36.29.250'),(4362,8,1161408193,'user.php','update','user id = 9','84.36.29.250'),(4363,8,1161408196,'user.php','modify','user id = 9','84.36.29.250'),(4364,8,1161408277,'user.php','find','','84.36.29.250'),(4365,8,1161408277,'user.php','edit','user id = 9','84.36.29.250'),(4366,8,1161408289,'user.php','update','user id = 9','84.36.29.250'),(4367,8,1161408291,'user.php','modify','user id = 9','84.36.29.250'),(4368,8,1161408414,'user.php','find','','84.36.29.250'),(4369,8,1161408415,'user.php','find','','84.36.29.250'),(4370,8,1161408416,'user.php','edit','user id = 9','84.36.29.250'),(4371,8,1161408424,'user.php','update','user id = 9','84.36.29.250'),(4372,8,1161408426,'user.php','modify','user id = 9','84.36.29.250'),(4373,8,1161408500,'email.php','start','','84.36.29.250'),(4374,8,1161408550,'email.php','genlist','','84.36.29.250'),(4375,8,1161408557,'accessmask.php','modify','','84.36.29.250'),(4376,8,1161408580,'usergroup.php','modifypromotion','','84.36.29.250'),(4377,8,1161408583,'usergroup.php','viewjoinrequests','','84.36.29.250'),(4378,8,1161408586,'usergroup.php','add','','84.36.29.250'),(4379,8,1161408589,'usergroup.php','modify','','84.36.29.250'),(4380,8,1161408651,'admininfraction.php','editbangroup','','84.36.29.250'),(4381,8,1161408669,'admininfraction.php','list','','84.36.29.250'),(4382,8,1161408691,'user.php','modify','','84.36.29.250'),(4383,8,1161408697,'user.php','find','','84.36.29.250'),(4384,8,1161408723,'user.php','modify','','84.36.29.250'),(4385,8,1161408748,'user.php','find','','84.36.29.250'),(4386,8,1161408748,'user.php','edit','user id = 9','84.36.29.250'),(4387,8,1161408777,'user.php','find','','84.36.29.250'),(4388,8,1161408789,'user.php','find','','84.36.29.250'),(4389,8,1161408793,'user.php','find','','84.36.29.250'),(4390,8,1161408802,'user.php','find','','84.36.29.250'),(4391,8,1161408811,'user.php','find','','84.36.29.250'),(4392,8,1161408817,'user.php','find','','84.36.29.250'),(4393,8,1161408824,'user.php','find','','84.36.29.250'),(4394,8,1161408834,'user.php','find','','84.36.29.250'),(4395,8,1161408843,'user.php','find','','84.36.29.250'),(4396,8,1161408847,'user.php','find','','84.36.29.250'),(4397,8,1161408850,'user.php','moderate','','84.36.29.250'),(4398,8,1161408853,'user.php','find','','84.36.29.250'),(4399,8,1161408896,'user.php','find','','84.36.29.250'),(4400,8,1161408942,'user.php','edit','user id = 4739','84.36.29.250'),(4401,8,1161408968,'user.php','update','user id = 4739','84.36.29.250'),(4402,8,1161408970,'user.php','modify','user id = 4739','84.36.29.250'),(4403,8,1161408978,'user.php','find','','84.36.29.250'),(4404,8,1161408997,'user.php','find','','84.36.29.250'),(4405,8,1161409069,'user.php','find','','84.36.29.250'),(4406,8,1161409090,'user.php','find','','84.36.29.250'),(4407,8,1161409130,'user.php','find','','84.36.29.250'),(4408,8,1161409176,'user.php','find','','84.36.29.250'),(4409,8,1161409200,'user.php','find','','84.36.29.250'),(4410,8,1161409230,'user.php','find','','84.36.29.250'),(4411,8,1161409242,'user.php','find','','84.36.29.250'),(4412,8,1161409254,'user.php','find','','84.36.29.250'),(4413,8,1161409285,'user.php','find','','84.36.29.250'),(4414,8,1161409346,'user.php','find','','84.36.29.250'),(4415,8,1161409421,'user.php','find','','84.36.29.250'),(4416,8,1161409491,'user.php','find','','84.36.29.250'),(4417,8,1161409510,'user.php','find','','84.36.29.250'),(4418,8,1161409565,'user.php','find','','84.36.29.250'),(4419,8,1161409605,'user.php','find','','84.36.29.250'),(4420,8,1161409670,'user.php','find','','84.36.29.250'),(4421,8,1161409686,'user.php','find','','84.36.29.250'),(4422,8,1161409739,'user.php','find','','84.36.29.250'),(4423,8,1161409834,'user.php','find','','84.36.29.250'),(4424,8,1161409885,'user.php','find','','84.36.29.250'),(4425,8,1161409909,'user.php','find','','84.36.29.250'),(4426,8,1161409933,'user.php','find','','84.36.29.250'),(4427,8,1161409975,'user.php','find','','84.36.29.250'),(4428,8,1161410034,'user.php','find','','84.36.29.250'),(4429,8,1161410047,'user.php','find','','84.36.29.250'),(4430,8,1161410068,'user.php','find','','84.36.29.250'),(4431,8,1161410135,'user.php','find','','84.36.29.250'),(4432,8,1161410171,'user.php','find','','84.36.29.250'),(4433,8,1161410182,'user.php','find','','84.36.29.250'),(4434,8,1161410191,'user.php','find','','84.36.29.250'),(4435,8,1161410200,'user.php','find','','84.36.29.250'),(4436,8,1161410216,'user.php','find','','84.36.29.250'),(4437,8,1161410247,'user.php','find','','84.36.29.250'),(4438,8,1161410263,'user.php','find','','84.36.29.250'),(4439,8,1161410321,'user.php','find','','84.36.29.250'),(4440,8,1161410339,'user.php','find','','84.36.29.250'),(4441,8,1161410347,'user.php','find','','84.36.29.250'),(4442,8,1161410383,'user.php','find','','84.36.29.250'),(4443,8,1161410407,'user.php','find','','84.36.29.250'),(4444,8,1161410444,'user.php','find','','84.36.29.250'),(4445,8,1161410465,'user.php','find','','84.36.29.250'),(4446,8,1161410480,'user.php','find','','84.36.29.250'),(4447,8,1161410509,'user.php','find','','84.36.29.250'),(4448,8,1161410520,'user.php','find','','84.36.29.250'),(4449,8,1161410563,'user.php','find','','84.36.29.250'),(4450,1,1161451775,'forum.php','modify','','82.129.177.81'),(4451,1,1161451789,'forum.php','podcast','forum id = 27','82.129.177.81'),(4452,1,1161451802,'forum.php','edit','forum id = 27','82.129.177.81'),(4453,1,1161451855,'forum.php','update','forum id = 27','82.129.177.81'),(4454,1,1161451858,'forum.php','modify','forum id = 27','82.129.177.81'),(4455,1,1161451863,'forum.php','edit','forum id = 27','82.129.177.81'),(4456,1,1161452061,'options.php','','','82.129.177.81'),(4457,1,1161452081,'options.php','options','','82.129.177.81'),(4458,1,1161452101,'options.php','dooptions','','82.129.177.81'),(4459,1,1161452105,'options.php','options','','82.129.177.81'),(4460,1,1161452115,'options.php','dooptions','','82.129.177.81'),(4461,1,1161452118,'options.php','options','','82.129.177.81'),(4462,1,1161452142,'options.php','dooptions','','82.129.177.81'),(4463,1,1161452145,'options.php','options','','82.129.177.81'),(4464,1,1161452163,'options.php','dooptions','','82.129.177.81'),(4465,1,1161452169,'options.php','options','','82.129.177.81'),(4466,1,1161527228,'template.php','modify','','82.129.177.81'),(4467,1,1161527298,'css.php','edit','style id = 18','82.129.177.81'),(4468,1,1161527345,'css.php','update','style id = 18','82.129.177.81'),(4469,1,1161527349,'css.php','edit','style id = 18','82.129.177.81'),(4470,1,1161527460,'template.php','modify','','82.129.177.81'),(4471,1,1161527465,'css.php','edit','style id = 18','82.129.177.81'),(4472,1,1161527505,'css.php','update','style id = 18','82.129.177.81'),(4473,1,1161527510,'css.php','edit','style id = 18','82.129.177.81'),(4474,1,1161527562,'css.php','update','style id = 18','82.129.177.81'),(4475,1,1161527570,'css.php','edit','style id = 18','82.129.177.81'),(4476,1,1161537413,'usergroup.php','modify','','82.129.177.81'),(4477,1,1161537421,'usergroup.php','edit','usergroup id = 1','82.129.177.81'),(4478,1,1161537434,'usergroup.php','update','usergroup id = 1','82.129.177.81'),(4479,1,1161537440,'usergroup.php','modify','','82.129.177.81'),(4480,1,1161537611,'template.php','modify','','82.129.177.81'),(4481,1,1161537623,'css.php','edit','style id = 18','82.129.177.81'),(4482,1,1161537825,'css.php','update','style id = 18','82.129.177.81'),(4483,1,1161537831,'css.php','edit','style id = 18','82.129.177.81'),(4484,1,1161537970,'css.php','update','style id = 18','82.129.177.81'),(4485,1,1161537974,'css.php','edit','style id = 18','82.129.177.81'),(4486,1,1161538039,'css.php','update','style id = 18','82.129.177.81'),(4487,1,1161538042,'css.php','edit','style id = 18','82.129.177.81'),(4488,1,1161545398,'plugin.php','modify','','84.36.11.191'),(4489,1,1161545436,'plugin.php','edit','plugin id = 163','84.36.11.191'),(4490,1,1161545465,'plugin.php','modify','','84.36.11.191'),(4491,1,1161545472,'plugin.php','edit','plugin id = 162','84.36.11.191'),(4492,1,1161545495,'plugin.php','modify','','84.36.11.191'),(4493,1,1161545504,'plugin.php','edit','plugin id = 163','84.36.11.191'),(4494,1,1161572072,'template.php','modify','','82.129.177.81'),(4495,1,1161572095,'css.php','edit','style id = 18','82.129.177.81'),(4496,1,1161572317,'css.php','update','style id = 18','82.129.177.81'),(4497,1,1161572325,'css.php','edit','style id = 18','82.129.177.81'),(4498,1,1161572380,'template.php','modify','','82.129.177.81'),(4499,1,1161572385,'css.php','edit','style id = 18','82.129.177.81'),(4500,1,1161572410,'css.php','update','style id = 18','82.129.177.81'),(4501,1,1161572414,'css.php','edit','style id = 18','82.129.177.81'),(4502,1,1161573538,'moderate.php','posts','','82.129.177.81'),(4503,1,1161573634,'moderate.php','doposts','','82.129.177.81'),(4504,1,1161573642,'moderate.php','posts','','82.129.177.81'),(4505,1,1161579206,'template.php','modify','','82.129.177.81'),(4506,1,1161579210,'css.php','edit','style id = 18','82.129.177.81'),(4507,1,1161579258,'css.php','update','style id = 18','82.129.177.81'),(4508,1,1161579261,'css.php','edit','style id = 18','82.129.177.81'),(4509,1,1161611319,'template.php','modify','','82.129.177.81'),(4510,1,1161611326,'css.php','edit','style id = 18','82.129.177.81'),(4511,1,1161611368,'css.php','update','style id = 18','82.129.177.81'),(4512,1,1161611373,'css.php','edit','style id = 18','82.129.177.81'),(4513,1,1161611542,'template.php','modify','','82.129.177.81'),(4514,1,1161611548,'css.php','edit','style id = 18','82.129.177.81'),(4515,1,1161611591,'css.php','update','style id = 18','82.129.177.81'),(4516,1,1161611594,'css.php','edit','style id = 18','82.129.177.81'),(4517,8,1161641440,'forum.php','modify','','84.36.30.137'),(4518,8,1161641452,'forum.php','edit','forum id = 20','84.36.30.137'),(4519,8,1161641507,'forum.php','update','forum id = 20','84.36.30.137'),(4520,8,1161641509,'forum.php','modify','forum id = 20','84.36.30.137'),(4521,8,1161661690,'forum.php','modify','','84.36.30.137'),(4522,8,1161661704,'forumpermission.php','modify','','84.36.30.137'),(4523,8,1161661715,'forum.php','edit','forum id = 3','84.36.30.137'),(4524,8,1161661856,'forumpermission.php','modify','','84.36.30.137'),(4525,8,1161661966,'forum.php','edit','forum id = 2','84.36.30.137'),(4526,8,1161662039,'forumpermission.php','modify','','84.36.30.137'),(4527,8,1161662046,'forum.php','edit','forum id = 3','84.36.30.137'),(4528,8,1161662061,'forum.php','edit','forum id = 3','84.36.30.137'),(4529,8,1161662124,'forum.php','update','forum id = 3','84.36.30.137'),(4530,8,1161662138,'forum.php','modify','','84.36.30.137'),(4531,8,1161662152,'forum.php','edit','forum id = 3','84.36.30.137'),(4532,8,1161662229,'resources.php','','','84.36.30.137'),(4533,8,1161662243,'forum.php','modify','','84.36.30.137'),(4534,8,1161662254,'faq.php','','','84.36.30.137'),(4535,8,1161662256,'faq.php','','','84.36.30.137'),(4536,8,1161662279,'options.php','','','84.36.30.137'),(4537,8,1161662287,'options.php','options','','84.36.30.137'),(4538,8,1161662395,'options.php','','','84.36.30.137'),(4539,8,1161662406,'options.php','','','84.36.30.137'),(4540,8,1161662449,'stats.php','index','','84.36.30.137'),(4541,1,1161670441,'forum.php','modify','','82.129.177.81'),(4542,1,1161670462,'forum.php','edit','forum id = 3','82.129.177.81'),(4543,1,1161670522,'forum.php','update','forum id = 3','82.129.177.81'),(4544,1,1161670529,'forum.php','modify','forum id = 3','82.129.177.81'),(4545,1,1161670701,'forum.php','edit','forum id = 3','82.129.177.81'),(4546,1,1161670758,'forum.php','update','forum id = 3','82.129.177.81'),(4547,1,1161670763,'forum.php','modify','forum id = 3','82.129.177.81'),(4548,1,1161670789,'forum.php','edit','forum id = 4','82.129.177.81'),(4549,1,1161670812,'forumpermission.php','modify','','82.129.177.81'),(4550,1,1161670872,'forumpermission.php','edit','forum id = 3 / usergroup id = 2','82.129.177.81'),(4551,1479,1161701400,'forum.php','modify','','217.54.2.40'),(4552,1479,1161701407,'forum.php','edit','forum id = 3','217.54.2.40'),(4553,1479,1161701420,'forum.php','update','forum id = 3','217.54.2.40'),(4554,1479,1161701423,'forum.php','modify','forum id = 3','217.54.2.40'),(4555,1479,1161701561,'forum.php','edit','forum id = 3','217.54.2.40'),(4556,1479,1161701587,'forum.php','update','forum id = 3','217.54.2.40'),(4557,1479,1161701589,'forum.php','modify','forum id = 3','217.54.2.40'),(4558,1479,1161701657,'forum.php','edit','forum id = 4','217.54.2.40'),(4559,1479,1161701672,'forum.php','update','forum id = 4','217.54.2.40'),(4560,1479,1161701674,'forum.php','modify','forum id = 4','217.54.2.40'),(4561,1479,1161701691,'forum.php','edit','forum id = 5','217.54.2.40'),(4562,1479,1161701692,'forum.php','edit','forum id = 26','217.54.2.40'),(4563,1479,1161701703,'forum.php','edit','forum id = 14','217.54.2.40'),(4564,1479,1161701706,'forum.php','edit','forum id = 15','217.54.2.40'),(4565,1479,1161701707,'forum.php','edit','forum id = 19','217.54.2.40'),(4566,1479,1161701707,'forum.php','edit','forum id = 11','217.54.2.40'),(4567,1479,1161701708,'forum.php','edit','forum id = 8','217.54.2.40'),(4568,1479,1161701709,'forum.php','edit','forum id = 7','217.54.2.40'),(4569,1479,1161701714,'forum.php','update','forum id = 5','217.54.2.40'),(4570,1479,1161701717,'forum.php','modify','forum id = 5','217.54.2.40'),(4571,1479,1161701719,'forum.php','update','forum id = 26','217.54.2.40'),(4572,1479,1161701723,'forum.php','update','forum id = 15','217.54.2.40'),(4573,1479,1161701724,'forum.php','modify','forum id = 26','217.54.2.40'),(4574,1479,1161701725,'forum.php','modify','forum id = 15','217.54.2.40'),(4575,1479,1161701728,'forum.php','update','forum id = 19','217.54.2.40'),(4576,1479,1161701733,'forum.php','modify','forum id = 19','217.54.2.40'),(4577,1479,1161701757,'forum.php','update','forum id = 11','217.54.2.40'),(4578,1479,1161701760,'forum.php','modify','forum id = 11','217.54.2.40'),(4579,1479,1161701762,'forum.php','update','forum id = 8','217.54.2.40'),(4580,1479,1161701764,'forum.php','update','forum id = 7','217.54.2.40'),(4581,1479,1161701765,'forum.php','modify','forum id = 8','217.54.2.40'),(4582,1479,1161701771,'forum.php','update','forum id = 14','217.54.2.40'),(4583,1479,1161701773,'forum.php','modify','forum id = 14','217.54.2.40'),(4584,8,1161715125,'user.php','modify','','84.36.27.127'),(4585,8,1161715133,'user.php','find','','84.36.27.127'),(4586,8,1161715134,'user.php','edit','user id = 2914','84.36.27.127'),(4587,8,1161716668,'user.php','find','','84.36.27.127'),(4588,8,1161716669,'user.php','edit','user id = 4364','84.36.27.127'),(4589,8,1161718228,'user.php','find','','84.36.27.127'),(4590,8,1161718228,'user.php','edit','user id = 4903','84.36.27.127'),(4591,8,1161719012,'user.php','modify','','84.36.27.127'),(4592,5,1161834307,'template.php','modify','','82.129.177.81'),(4593,5,1161834314,'css.php','edit','style id = 18','82.129.177.81'),(4594,5,1161834384,'css.php','update','style id = 18','82.129.177.81'),(4595,5,1161834388,'css.php','edit','style id = 18','82.129.177.81'),(4596,5,1161834434,'css.php','update','style id = 18','82.129.177.81'),(4597,5,1161834436,'css.php','edit','style id = 18','82.129.177.81'),(4598,8,1161835215,'user.php','modify','','84.36.231.166'),(4599,8,1161835222,'user.php','find','','84.36.231.166'),(4600,8,1161835255,'user.php','find','','84.36.231.166'),(4601,8,1161835256,'user.php','edit','user id = 5111','84.36.231.166'),(4602,8,1161835425,'user.php','find','','84.36.231.166'),(4603,8,1161835484,'user.php','find','','84.36.231.166'),(4604,8,1161835516,'user.php','edit','user id = 1903','84.36.231.166'),(4605,8,1161836035,'profilefield.php','modify','','84.36.231.166'),(4606,8,1161836089,'user.php','edit','user id = 4763','84.36.231.166'),(4607,8,1161836291,'user.php','modify','','84.36.231.166'),(4608,8,1161836314,'user.php','find','','84.36.231.166'),(4609,8,1161836315,'user.php','edit','user id = 5050','84.36.231.166'),(4610,8,1161836365,'user.php','update','user id = 5050','84.36.231.166'),(4611,8,1161836370,'user.php','modify','user id = 5050','84.36.231.166'),(4612,8,1161837433,'user.php','modify','','84.36.231.166'),(4613,8,1161837450,'user.php','find','','84.36.231.166'),(4614,8,1161837452,'user.php','edit','user id = 147','84.36.231.166'),(4615,8,1161837475,'user.php','update','user id = 147','84.36.231.166'),(4616,8,1161837482,'user.php','modify','user id = 147','84.36.231.166'),(4617,8,1161837652,'forumpermission.php','modify','','84.36.231.166'),(4618,8,1161837685,'forumpermission.php','quickforum','','84.36.231.166'),(4619,8,1161837740,'user.php','modify','','84.36.231.166'),(4620,8,1161837746,'user.php','find','','84.36.231.166'),(4621,8,1161837746,'user.php','edit','user id = 147','84.36.231.166'),(4622,8,1161837806,'user.php','moderate','','84.36.231.166'),(4623,8,1161837821,'moderate.php','posts','','84.36.231.166'),(4624,8,1161837954,'options.php','','','84.36.231.166'),(4625,8,1161837981,'resources.php','','','84.36.231.166'),(4626,8,1161838209,'moderator.php','showlist','','84.36.231.166'),(4627,8,1161838350,'moderator.php','editglobal','user id = 147','84.36.231.166'),(4628,8,1161838448,'moderator.php','update','forum id = -1','84.36.231.166'),(4629,8,1161838460,'moderator.php','showlist','','84.36.231.166'),(4630,8,1161839478,'moderator.php','editglobal','user id = 8','84.36.231.166'),(4631,8,1161839498,'moderator.php','showlist','','84.36.231.166'),(4632,8,1161839505,'moderator.php','editglobal','user id = 147','84.36.231.166'),(4633,8,1161840142,'moderator.php','update',' moderator id = 18','84.36.231.166'),(4634,8,1161840144,'moderator.php','showlist','','84.36.231.166'),(4635,8,1161840404,'usertools.php','pmstats','','84.36.231.166'),(4636,8,1161840414,'usertools.php','pmuserstats','','84.36.231.166'),(4637,8,1161840418,'usertools.php','pmuserstats','','84.36.231.166'),(4638,8,1161840422,'usertools.php','pmuserstats','','84.36.231.166'),(4639,8,1161840427,'usertools.php','pmuserstats','','84.36.231.166'),(4640,8,1161840432,'usertools.php','pmuserstats','','84.36.231.166'),(4641,8,1161840436,'usertools.php','pmuserstats','','84.36.231.166'),(4642,8,1161840440,'usertools.php','pmuserstats','','84.36.231.166'),(4643,8,1161840454,'usertools.php','pmuserstats','','84.36.231.166'),(4644,8,1161840461,'usertools.php','pmuserstats','','84.36.231.166'),(4645,8,1161840469,'usertools.php','pmuserstats','','84.36.231.166'),(4646,8,1161840476,'usertools.php','pmuserstats','','84.36.231.166'),(4647,8,1161840540,'user.php','modify','','84.36.231.166'),(4648,8,1161840544,'user.php','find','','84.36.231.166'),(4649,8,1161840545,'user.php','edit','user id = 634','84.36.231.166'),(4650,8,1161840611,'user.php','find','','84.36.231.166'),(4651,8,1161840619,'user.php','find','','84.36.231.166'),(4652,8,1161840619,'user.php','edit','user id = 1903','84.36.231.166'),(4653,8,1161840663,'usertools.php','pmfolderstats','user id = 1903','84.36.231.166'),(4654,8,1161840684,'user.php','find','','84.36.231.166'),(4655,8,1161840690,'user.php','find','','84.36.231.166'),(4656,8,1161840697,'user.php','find','','84.36.231.166'),(4657,8,1161840732,'user.php','edit','user id = 3420','84.36.231.166'),(4658,8,1161840746,'user.php','find','','84.36.231.166'),(4659,8,1161840772,'user.php','find','','84.36.231.166'),(4660,8,1161840802,'user.php','find','','84.36.231.166'),(4661,8,1161840830,'user.php','find','','84.36.231.166'),(4662,1,1161881740,'template.php','modify','','82.129.177.81'),(4663,1,1161881770,'css.php','edit','style id = 18','82.129.177.81'),(4664,1,1161881819,'css.php','update','style id = 18','82.129.177.81'),(4665,1,1161881826,'css.php','edit','style id = 18','82.129.177.81'),(4666,8,1161970808,'user.php','modify','','84.36.12.140'),(4667,8,1161970814,'user.php','find','','84.36.12.140'),(4668,8,1161970814,'user.php','edit','user id = 3919','84.36.12.140'),(4669,8,1161972289,'user.php','modify','','84.36.12.140'),(4670,8,1161972296,'user.php','find','','84.36.12.140'),(4671,8,1161972306,'user.php','find','','84.36.12.140'),(4672,8,1161972307,'user.php','edit','user id = 8','84.36.12.140'),(4673,8,1161972402,'user.php','update','user id = 8','84.36.12.140'),(4674,8,1161972406,'user.php','modify','user id = 8','84.36.12.140'),(4675,8,1161995009,'banning.php','banuser','','84.36.12.140'),(4676,8,1161995080,'banning.php','dobanuser','username = lion159','84.36.12.140'),(4677,8,1161995082,'banning.php','','','84.36.12.140'),(4678,8,1162002456,'user.php','modify','','84.36.12.140'),(4679,8,1162002467,'user.php','find','','84.36.12.140'),(4680,8,1162002467,'user.php','edit','user id = 4873','84.36.12.140'),(4681,8,1162009792,'user.php','find','','84.36.12.140'),(4682,8,1162009792,'user.php','edit','user id = 5241','84.36.12.140'),(4683,1,1162036191,'plugin.php','modify','','82.129.177.81'),(4684,1,1162036211,'plugin.php','edit','plugin id = 108','82.129.177.81'),(4685,1,1162036217,'plugin.php','update','plugin id = 108','82.129.177.81'),(4686,1,1162036220,'plugin.php','','','82.129.177.81'),(4687,1,1162036350,'plugin.php','edit','plugin id = 109','82.129.177.81'),(4688,1,1162036356,'plugin.php','update','plugin id = 109','82.129.177.81'),(4689,1,1162036359,'plugin.php','','','82.129.177.81'),(4690,1,1162036364,'plugin.php','edit','plugin id = 110','82.129.177.81'),(4691,1,1162036370,'plugin.php','update','plugin id = 110','82.129.177.81'),(4692,1,1162036373,'plugin.php','','','82.129.177.81'),(4693,1,1162036397,'plugin.php','updateactive','','82.129.177.81'),(4694,1,1162036414,'plugin.php','updateactive','','82.129.177.81'),(4695,1,1162036425,'plugin.php','updateactive','','82.129.177.81'),(4696,8,1162046001,'user.php','modify','','84.36.9.123'),(4697,8,1162046039,'user.php','find','','84.36.9.123'),(4698,8,1162046463,'user.php','find','','84.36.9.123'),(4699,8,1162046465,'user.php','edit','user id = 55','84.36.9.123'),(4700,8,1162046492,'banning.php','banuser','','84.36.9.123'),(4701,8,1162046545,'usertools.php','merge','','84.36.9.123'),(4702,8,1162046562,'user.php','modify','','84.36.9.123'),(4703,8,1162046572,'user.php','find','','84.36.9.123'),(4704,8,1162046573,'user.php','edit','user id = 55','84.36.9.123'),(4705,8,1162046610,'user.php','update','user id = 55','84.36.9.123'),(4706,8,1162046612,'user.php','modify','user id = 55','84.36.9.123'),(4707,8,1162123242,'user.php','modify','','84.36.29.236'),(4708,8,1162123249,'user.php','find','','84.36.29.236'),(4709,8,1162123286,'user.php','find','','84.36.29.236'),(4710,8,1162123287,'user.php','edit','user id = 657','84.36.29.236'),(4711,8,1162123300,'user.php','update','user id = 657','84.36.29.236'),(4712,8,1162123302,'usertools.php','avatar','user id = 657','84.36.29.236'),(4713,8,1162123325,'usertools.php','updateavatar','user id = 657','84.36.29.236'),(4714,8,1162123328,'user.php','modify','user id = 657','84.36.29.236'),(4715,8,1162123353,'user.php','find','','84.36.29.236'),(4716,8,1162123354,'user.php','edit','user id = 657','84.36.29.236'),(4717,8,1162123870,'user.php','update','user id = 657','84.36.29.236'),(4718,8,1162123872,'user.php','modify','user id = 657','84.36.29.236'),(4719,8,1162126032,'user.php','find','','84.36.29.236'),(4720,8,1162126034,'user.php','edit','user id = 657','84.36.29.236'),(4721,8,1162126095,'user.php','update','user id = 657','84.36.29.236'),(4722,8,1162126097,'usertools.php','avatar','user id = 657','84.36.29.236'),(4723,8,1162126105,'usertools.php','updateavatar','user id = 657','84.36.29.236'),(4724,8,1162126109,'user.php','modify','user id = 657','84.36.29.236'),(4725,8,1162128816,'user.php','modify','','84.36.29.236'),(4726,8,1162128822,'user.php','find','','84.36.29.236'),(4727,8,1162128822,'user.php','edit','user id = 5034','84.36.29.236'),(4728,8,1162128845,'user.php','find','','84.36.29.236'),(4729,8,1162128846,'user.php','edit','user id = 3919','84.36.29.236'),(4730,8,1162128878,'user.php','find','','84.36.29.236'),(4731,8,1162128879,'user.php','edit','user id = 5081','84.36.29.236'),(4732,8,1162128906,'user.php','find','','84.36.29.236'),(4733,8,1162128908,'user.php','edit','user id = 5034','84.36.29.236'),(4734,1479,1162146595,'template.php','modify','','217.54.2.42'),(4735,1479,1162146600,'css.php','edit','style id = 18','217.54.2.42'),(4736,1479,1162146726,'css.php','update','style id = 18','217.54.2.42'),(4737,1479,1162146728,'css.php','edit','style id = 18','217.54.2.42'),(4738,1479,1162146950,'css.php','update','style id = 18','217.54.2.42'),(4739,1479,1162146952,'css.php','edit','style id = 18','217.54.2.42'),(4740,8,1162154959,'user.php','modify','','84.36.29.236'),(4741,8,1162154968,'user.php','find','','84.36.29.236'),(4742,8,1162154969,'user.php','edit','user id = 9','84.36.29.236'),(4743,8,1162154992,'user.php','update','user id = 9','84.36.29.236'),(4744,8,1162154996,'user.php','modify','user id = 9','84.36.29.236'),(4745,8,1162157033,'user.php','modify','','84.36.29.236'),(4746,8,1162157044,'user.php','find','','84.36.29.236'),(4747,8,1162157046,'user.php','edit','user id = 4541','84.36.29.236'),(4748,8,1162157633,'user.php','update','user id = 4541','84.36.29.236'),(4749,8,1162157635,'usertools.php','avatar','user id = 4541','84.36.29.236'),(4750,8,1162157644,'usertools.php','updateavatar','user id = 4541','84.36.29.236'),(4751,8,1162157716,'usertools.php','updateavatar','user id = 4541','84.36.29.236'),(4752,8,1162157718,'user.php','modify','user id = 4541','84.36.29.236'),(4753,8,1162157730,'user.php','find','','84.36.29.236'),(4754,8,1162157730,'user.php','edit','user id = 4541','84.36.29.236'),(4755,8,1162203020,'user.php','modify','','84.36.8.217'),(4756,8,1162203027,'user.php','find','','84.36.8.217'),(4757,8,1162203028,'user.php','edit','user id = 8','84.36.8.217'),(4758,8,1162203061,'user.php','update','user id = 8','84.36.8.217'),(4759,8,1162203063,'user.php','modify','user id = 8','84.36.8.217'),(4760,1,1162213019,'template.php','modify','','82.129.177.81'),(4761,1,1162213039,'css.php','edit','style id = 18','82.129.177.81'),(4762,1,1162213098,'css.php','update','style id = 18','82.129.177.81'),(4763,1,1162213101,'css.php','edit','style id = 18','82.129.177.81'),(4764,1,1162213237,'css.php','update','style id = 18','82.129.177.81'),(4765,1,1162213240,'css.php','edit','style id = 18','82.129.177.81'),(4766,1,1162213275,'css.php','update','style id = 18','82.129.177.81'),(4767,1,1162213278,'css.php','edit','style id = 18','82.129.177.81'),(4768,1,1162214055,'css.php','update','style id = 18','82.129.177.81'),(4769,1,1162214058,'css.php','edit','style id = 18','82.129.177.81'),(4770,1,1162222583,'template.php','modify','','82.129.177.81'),(4771,1,1162222596,'css.php','edit','style id = 18','82.129.177.81'),(4772,1,1162222642,'css.php','update','style id = 18','82.129.177.81'),(4773,1,1162222645,'css.php','edit','style id = 18','82.129.177.81'),(4774,8,1162464471,'usertools.php','merge','','84.36.10.79'),(4775,8,1162464474,'user.php','modify','','84.36.10.79'),(4776,8,1162464487,'user.php','find','','84.36.10.79'),(4777,8,1162464488,'user.php','edit','user id = 8','84.36.10.79'),(4778,8,1162464533,'user.php','update','user id = 8','84.36.10.79'),(4779,8,1162464535,'user.php','modify','user id = 8','84.36.10.79'),(4780,8,1162464592,'user.php','find','','84.36.10.79'),(4781,8,1162464593,'user.php','edit','user id = 4873','84.36.10.79'),(4782,8,1162465083,'user.php','find','','84.36.10.79'),(4783,8,1162465096,'user.php','edit','user id = 5436','84.36.10.79'),(4784,1,1162574160,'template.php','modify','','195.175.37.8'),(4785,1,1162574168,'css.php','edit','style id = 18','195.175.37.8'),(4786,1,1162574225,'css.php','update','style id = 18','195.175.37.8'),(4787,1,1162574228,'css.php','edit','style id = 18','195.175.37.8'),(4788,1479,1162758680,'options.php','','','217.54.2.40'),(4789,1479,1162758689,'options.php','options','','217.54.2.40'),(4790,1479,1162758702,'usergroup.php','modify','','217.54.2.40'),(4791,1479,1162759322,'usergroup.php','edit','usergroup id = 1','217.54.2.40'),(4792,1479,1162759334,'usergroup.php','update','usergroup id = 1','217.54.2.40'),(4793,1479,1162759337,'usergroup.php','modify','','217.54.2.40'),(4794,1479,1162759541,'usergroup.php','edit','usergroup id = 1','217.54.2.40'),(4795,1479,1162759593,'template.php','modify','','217.54.2.40'),(4796,1479,1162759604,'options.php','dooptions','','217.54.2.40'),(4797,1479,1162759608,'template.php','dodisplayorder','','217.54.2.40'),(4798,1479,1162759609,'options.php','options','','217.54.2.40'),(4799,8,1162849765,'user.php','modify','','84.36.12.106'),(4800,8,1162849770,'user.php','find','','84.36.12.106'),(4801,8,1162849772,'user.php','edit','user id = 5657','84.36.12.106'),(4802,8,1162850739,'user.php','find','','84.36.12.106'),(4803,8,1162850741,'user.php','edit','user id = 5658','84.36.12.106'),(4804,8,1162850779,'user.php','find','','84.36.12.106'),(4805,8,1162850780,'user.php','edit','user id = 2201','84.36.12.106'),(4806,8,1162856632,'user.php','modify','','84.36.12.106'),(4807,8,1162856637,'user.php','find','','84.36.12.106'),(4808,8,1162856638,'user.php','edit','user id = 481','84.36.12.106'),(4809,8,1162856675,'user.php','find','','84.36.12.106'),(4810,8,1162856676,'user.php','edit','user id = 5662','84.36.12.106'),(4811,5,1162902402,'user.php','add','','82.129.177.81'),(4812,5,1162902436,'user.php','update','','82.129.177.81'),(4813,5,1162902450,'user.php','update','','82.129.177.81'),(4814,5,1162902458,'user.php','modify','','82.129.177.81'),(4815,5,1162902466,'user.php','find','','82.129.177.81'),(4816,5,1162902468,'user.php','edit','user id = 13','82.129.177.81'),(4817,1479,1162929363,'template.php','modify','','217.54.2.42'),(4818,1479,1162929369,'options.php','','','217.54.2.42'),(4819,1479,1162929376,'template.php','files','','217.54.2.42'),(4820,1479,1162929378,'options.php','options','','217.54.2.42'),(4821,1479,1162929402,'template.php','upload','','217.54.2.42'),(4822,1479,1162929403,'template.php','rebuild','','217.54.2.42'),(4823,1479,1162929435,'template.php','','','217.54.2.42'),(4824,1479,1162929454,'options.php','dooptions','','217.54.2.42'),(4825,1479,1162929456,'options.php','options','','217.54.2.42'),(4826,1479,1162929899,'css.php','edit','style id = 19','217.54.2.42'),(4827,1479,1162929904,'css.php','edit','style id = 18','217.54.2.42'),(4828,1479,1162929967,'template.php','modify','','217.54.2.42'),(4829,1479,1162931204,'css.php','update','style id = 19','217.54.2.42'),(4830,1479,1162931207,'css.php','edit','style id = 19','217.54.2.42'),(4831,1479,1162931418,'css.php','update','style id = 19','217.54.2.42'),(4832,1479,1162931419,'css.php','edit','style id = 19','217.54.2.42'),(4833,1479,1162934418,'template.php','modify','','217.54.2.42'),(4834,1479,1162934418,'template.php','files','','217.54.2.42'),(4835,1479,1162934431,'template.php','modify','','217.54.2.42'),(4836,1479,1162934439,'template.php','deletestyle','style id = 19','217.54.2.42'),(4837,1479,1162934442,'template.php','killstyle','style id = 19','217.54.2.42'),(4838,1479,1162934445,'template.php','modify','','217.54.2.42'),(4839,1479,1162934448,'template.php','upload','','217.54.2.42'),(4840,1479,1162934449,'template.php','rebuild','','217.54.2.42'),(4841,1479,1162940302,'options.php','','','217.54.2.42'),(4842,1479,1162940306,'options.php','options','','217.54.2.42'),(4843,1479,1162940313,'options.php','dooptions','','217.54.2.42'),(4844,1479,1162940318,'options.php','options','','217.54.2.42'),(4845,1479,1162940334,'template.php','modify','','217.54.2.42'),(4846,1479,1162940403,'css.php','edit','style id = 20','217.54.2.42'),(4847,1479,1162940474,'css.php','update','style id = 20','217.54.2.42'),(4848,1479,1162940476,'css.php','edit','style id = 20','217.54.2.42'),(4849,1479,1162940511,'css.php','update','style id = 20','217.54.2.42'),(4850,1479,1162940514,'css.php','edit','style id = 20','217.54.2.42'),(4851,1479,1162940560,'css.php','update','style id = 20','217.54.2.42'),(4852,1479,1162940562,'css.php','edit','style id = 20','217.54.2.42'),(4853,1479,1162940602,'css.php','update','style id = 20','217.54.2.42'),(4854,1479,1162940604,'css.php','edit','style id = 20','217.54.2.42'),(4855,1479,1162940737,'css.php','update','style id = 20','217.54.2.42'),(4856,1479,1162940740,'css.php','edit','style id = 20','217.54.2.42'),(4857,1479,1163002271,'plugin.php','product','','217.54.2.42'),(4858,1479,1163002278,'plugin.php','product','','217.54.2.42'),(4859,1479,1163002285,'plugin.php','product','','217.54.2.42'),(4860,1479,1163002306,'plugin.php','productdisable','','217.54.2.42'),(4861,1479,1163002309,'plugin.php','product','','217.54.2.42'),(4862,1,1163002986,'template.php','modify','','82.129.177.81'),(4863,1,1163003668,'css.php','edit','style id = 20','82.129.177.81'),(4864,1,1163003844,'css.php','update','style id = 20','82.129.177.81'),(4865,1,1163003849,'css.php','edit','style id = 20','82.129.177.81'),(4866,1,1163004011,'css.php','update','style id = 20','82.129.177.81'),(4867,1,1163004016,'css.php','edit','style id = 20','82.129.177.81'),(4868,1,1163004567,'template.php','modify','','82.129.177.81'),(4869,1,1163004926,'css.php','edit','style id = 18','82.129.177.81'),(4870,1,1163004956,'template.php','modify','','82.129.177.81'),(4871,1,1163004962,'css.php','edit','style id = 20','82.129.177.81'),(4872,1,1163005154,'css.php','update','style id = 20','82.129.177.81'),(4873,1,1163005158,'css.php','edit','style id = 20','82.129.177.81'),(4874,1,1163005481,'template.php','modify','','82.129.177.81'),(4875,1,1163005502,'css.php','edit','style id = 20','82.129.177.81'),(4876,1,1163005593,'css.php','update','style id = 20','82.129.177.81'),(4877,1,1163005596,'css.php','edit','style id = 20','82.129.177.81'),(4878,1479,1163156881,'plugin.php','product','','217.54.2.42'),(4879,1479,1163156886,'usergroup.php','modify','','217.54.2.42'),(4880,1479,1163156888,'plugin.php','productadd','','217.54.2.42'),(4881,1479,1163156904,'usergroup.php','edit','usergroup id = 1','217.54.2.42'),(4882,1479,1163156925,'plugin.php','productimport','','217.54.2.42'),(4883,1479,1163156928,'usergroup.php','update','usergroup id = 1','217.54.2.42'),(4884,1479,1163156930,'plugin.php','product','','217.54.2.42'),(4885,1479,1163156931,'usergroup.php','modify','','217.54.2.42'),(4886,1479,1163156938,'plugin.php','product','','217.54.2.42'),(4887,1479,1163156972,'plugin.php','product','','217.54.2.42'),(4888,1479,1163157104,'plugin.php','productadd','','217.54.2.42'),(4889,1479,1163157115,'plugin.php','productimport','','217.54.2.42'),(4890,1479,1163157118,'plugin.php','product','','217.54.2.42'),(4891,1479,1163157212,'plugin.php','productadd','','217.54.2.42'),(4892,1479,1163157223,'plugin.php','productimport','','217.54.2.42'),(4893,1479,1163157232,'plugin.php','product','','217.54.2.42'),(4894,8,1163170890,'user.php','modify','','84.36.13.87'),(4895,8,1163170951,'user.php','find','','84.36.13.87'),(4896,8,1163170959,'user.php','edit','user id = 4714','84.36.13.87'),(4897,8,1163170986,'user.php','update','user id = 4714','84.36.13.87'),(4898,8,1163170998,'user.php','modify','user id = 4714','84.36.13.87'),(4899,1,1163171872,'template.php','modify','','82.129.177.81'),(4900,1,1163171880,'css.php','edit','style id = 20','82.129.177.81'),(4901,1,1163171933,'css.php','update','style id = 20','82.129.177.81'),(4902,1,1163171935,'css.php','edit','style id = 20','82.129.177.81'),(4903,1,1163196507,'adminpermissions.php','modify','','82.129.177.81'),(4904,1,1163196513,'adminpermissions.php','edit','user id = 4 (CoolGemy159)','82.129.177.81'),(4905,1,1163196518,'adminpermissions.php','update','user id = 4 (CoolGemy159) (98300 &raquo; 0)','82.129.177.81'),(4906,1,1163196522,'adminpermissions.php','','','82.129.177.81'),(4907,1,1163196536,'user.php','modify','','82.129.177.81'),(4908,1,1163196555,'user.php','find','','82.129.177.81'),(4909,1,1163196557,'user.php','edit','user id = 1','82.129.177.81'),(4910,1,1163196571,'user.php','update','user id = 1','82.129.177.81'),(4911,1,1163196574,'user.php','modify','user id = 1','82.129.177.81'),(4912,1479,1163198228,'template.php','search','','217.54.2.42'),(4913,1479,1163198242,'template.php','modify','','217.54.2.42'),(4914,1479,1163198259,'template.php','add','style id = 20','217.54.2.42'),(4915,1479,1163198313,'template.php','inserttemplate','style id = 20','217.54.2.42'),(4916,1479,1163198316,'template.php','modify','style id = 0','217.54.2.42'),(4917,1479,1163198379,'template.php','add','style id = 20','217.54.2.42'),(4918,1479,1163198416,'template.php','inserttemplate','style id = 20','217.54.2.42'),(4919,1479,1163198418,'template.php','modify','style id = 0','217.54.2.42'),(4920,1479,1163198572,'template.php','edit','style id = 0','217.54.2.42'),(4921,1479,1163198582,'template.php','updatetemplate','style id = 20','217.54.2.42'),(4922,1479,1163198588,'template.php','edit','style id = 0','217.54.2.42'),(4923,1479,1163198620,'template.php','updatetemplate','style id = 20','217.54.2.42'),(4924,5,1163252653,'user.php','add','','84.36.10.78'),(4925,5,1163252820,'user.php','update','','84.36.10.78'),(4926,5,1163252834,'user.php','edit','user id = 5173','84.36.10.78'),(4927,5,1163252847,'user.php','modify','','84.36.10.78'),(4928,5,1163252862,'user.php','find','','84.36.10.78'),(4929,5,1163252863,'user.php','edit','user id = 5173','84.36.10.78'),(4930,5,1163252886,'user.php','update','user id = 5173','84.36.10.78'),(4931,5,1163252889,'user.php','modify','user id = 5173','84.36.10.78'),(4932,8,1163285284,'user.php','modify','','84.36.11.124'),(4933,8,1163285294,'user.php','find','','84.36.11.124'),(4934,8,1163285295,'user.php','edit','user id = 5224','84.36.11.124'),(4935,8,1163293932,'user.php','modify','','84.36.11.124'),(4936,8,1163293948,'user.php','find','','84.36.11.124'),(4937,8,1163293949,'user.php','edit','user id = 2192','84.36.11.124'),(4938,8,1163293950,'user.php','find','','84.36.11.124'),(4939,8,1163293950,'user.php','edit','user id = 2192','84.36.11.124'),(4940,8,1163294265,'usertools.php','pmstats','','84.36.11.124'),(4941,8,1163294269,'usertools.php','pmuserstats','','84.36.11.124'),(4942,8,1163294274,'usertools.php','pmuserstats','','84.36.11.124'),(4943,8,1163294280,'usertools.php','pmuserstats','','84.36.11.124'),(4944,8,1163294285,'usertools.php','pmuserstats','','84.36.11.124'),(4945,8,1163294299,'usertools.php','pmuserstats','','84.36.11.124'),(4946,8,1163294322,'usertools.php','pmuserstats','','84.36.11.124'),(4947,8,1163294327,'usertools.php','pmuserstats','','84.36.11.124'),(4948,8,1163294402,'usertools.php','pmuserstats','','84.36.11.124'),(4949,8,1163296889,'user.php','modify','','84.36.11.124'),(4950,8,1163296896,'user.php','find','','84.36.11.124'),(4951,8,1163296897,'user.php','edit','user id = 634','84.36.11.124'),(4952,8,1163342576,'user.php','modify','','84.36.3.111'),(4953,8,1163342619,'user.php','find','','84.36.3.111'),(4954,8,1163342620,'user.php','edit','user id = 4714','84.36.3.111'),(4955,8,1163342642,'user.php','update','user id = 4714','84.36.3.111'),(4956,8,1163342646,'user.php','modify','user id = 4714','84.36.3.111'),(4957,8,1163342696,'user.php','find','','84.36.3.111'),(4958,8,1163342707,'user.php','edit','user id = 4714','84.36.3.111'),(4959,8,1163342726,'user.php','update','user id = 4714','84.36.3.111'),(4960,8,1163342728,'user.php','modify','user id = 4714','84.36.3.111'),(4961,8,1163343185,'user.php','find','','84.36.3.111'),(4962,8,1163343187,'user.php','edit','user id = 4714','84.36.3.111'),(4963,8,1163343224,'user.php','update','user id = 4714','84.36.3.111'),(4964,8,1163343228,'usertools.php','avatar','user id = 4714','84.36.3.111'),(4965,8,1163343311,'usertools.php','updateavatar','user id = 4714','84.36.3.111'),(4966,8,1163343314,'user.php','modify','user id = 4714','84.36.3.111'),(4967,8,1163343321,'user.php','find','','84.36.3.111'),(4968,8,1163343325,'user.php','edit','user id = 4714','84.36.3.111'),(4969,8,1163383528,'user.php','modify','','84.36.10.35'),(4970,8,1163383536,'user.php','find','','84.36.10.35'),(4971,8,1163383539,'user.php','edit','user id = 4714','84.36.10.35'),(4972,8,1163383547,'user.php','update','user id = 4714','84.36.10.35'),(4973,8,1163383552,'usertools.php','avatar','user id = 4714','84.36.10.35'),(4974,8,1163384385,'usertools.php','updateavatar','user id = 4714','84.36.10.35'),(4975,8,1163384388,'user.php','modify','user id = 4714','84.36.10.35'),(4976,1479,1163460585,'plugin.php','files','','217.54.2.40'),(4977,1479,1163460607,'plugin.php','product','','217.54.2.40'),(4978,1479,1163460612,'plugin.php','files','','217.54.2.40'),(4979,1,1163558553,'moderate.php','posts','','82.129.177.81'),(4980,1,1163558638,'moderate.php','doposts','','82.129.177.81'),(4981,1,1163558647,'moderate.php','posts','','82.129.177.81'),(4982,5,1163625538,'user.php','find','','84.36.139.253'),(4983,5,1163625551,'user.php','find','','84.36.139.253'),(4984,5,1163625562,'user.php','find','','84.36.139.253'),(4985,5,1163625562,'user.php','find','','84.36.139.253'),(4986,5,1163625571,'user.php','find','','84.36.139.253'),(4987,1,1163804123,'moderate.php','posts','','82.129.177.81'),(4988,1,1163804209,'moderate.php','doposts','','82.129.177.81'),(4989,1,1163804215,'moderate.php','posts','','82.129.177.81'),(4990,1,1163804273,'moderate.php','doposts','','82.129.177.81'),(4991,1,1163804276,'moderate.php','posts','','82.129.177.81'),(4992,1,1163804409,'moderate.php','doposts','','82.129.177.81'),(4993,1,1163804413,'moderate.php','posts','','82.129.177.81'),(4994,1,1163811078,'user.php','modify','','82.129.177.81'),(4995,1,1163811085,'user.php','find','','82.129.177.81'),(4996,1,1163811089,'user.php','edit','user id = 4757','82.129.177.81'),(4997,1,1163811107,'user.php','update','user id = 4757','82.129.177.81'),(4998,1,1163811113,'user.php','modify','user id = 4757','82.129.177.81'),(4999,8,1163815333,'usertools.php','pmstats','','84.36.29.5'),(5000,8,1163815340,'usertools.php','pmuserstats','','84.36.29.5'),(5001,8,1163815345,'usertools.php','pmuserstats','','84.36.29.5'),(5002,8,1163815349,'usertools.php','pmuserstats','','84.36.29.5'),(5003,8,1163815352,'usertools.php','pmuserstats','','84.36.29.5'),(5004,8,1163815356,'usertools.php','pmuserstats','','84.36.29.5'),(5005,8,1163815364,'usertools.php','pmuserstats','','84.36.29.5'),(5006,8,1163815403,'usertools.php','pmuserstats','','84.36.29.5'),(5007,8,1163815532,'user.php','modify','','84.36.29.5'),(5008,8,1163815540,'user.php','find','','84.36.29.5'),(5009,8,1163815541,'user.php','edit','user id = 1938','84.36.29.5'),(5010,8,1163815571,'user.php','find','','84.36.29.5'),(5011,8,1163815591,'user.php','find','','84.36.29.5'),(5012,8,1163815597,'user.php','find','','84.36.29.5'),(5013,8,1163815620,'user.php','find','','84.36.29.5'),(5014,8,1163815649,'user.php','find','','84.36.29.5'),(5015,8,1163815696,'user.php','find','','84.36.29.5'),(5016,8,1163815705,'user.php','find','','84.36.29.5'),(5017,8,1163815743,'user.php','find','','84.36.29.5'),(5018,8,1163815792,'user.php','find','','84.36.29.5'),(5019,8,1163815831,'user.php','find','','84.36.29.5'),(5020,8,1163815872,'user.php','find','','84.36.29.5'),(5021,8,1163815892,'user.php','find','','84.36.29.5'),(5022,8,1163815919,'user.php','modify','','84.36.29.5'),(5023,8,1163815931,'user.php','find','','84.36.29.5'),(5024,8,1163815946,'user.php','find','','84.36.29.5'),(5025,1,1163951222,'forum.php','modify','','82.129.177.81'),(5026,1,1163951248,'forum.php','edit','forum id = 27','82.129.177.81'),(5027,1,1163951350,'forum.php','update','forum id = 27','82.129.177.81'),(5028,1,1163951353,'forum.php','modify','forum id = 27','82.129.177.81'),(5029,1,1163951648,'forum.php','modify','','82.129.177.81'),(5030,1,1163951670,'forum.php','add','','82.129.177.81'),(5031,1,1163951697,'forum.php','update','','82.129.177.81'),(5032,1,1163951701,'forum.php','modify','forum id = 28','82.129.177.81'),(5033,1,1163951709,'forum.php','doorder','','82.129.177.81'),(5034,1,1163951713,'forum.php','modify','','82.129.177.81'),(5035,1,1163951814,'forum.php','modify','','82.129.177.81'),(5036,1,1163951828,'forum.php','remove','forum id = 28','82.129.177.81'),(5037,1,1163951831,'forum.php','kill','forum id = 28','82.129.177.81'),(5038,1,1163951843,'forum.php','','','82.129.177.81'),(5039,1,1163951851,'forum.php','add','','82.129.177.81'),(5040,1,1163951884,'forum.php','update','','82.129.177.81'),(5041,1,1163951887,'forum.php','modify','forum id = 29','82.129.177.81'),(5042,1,1163952101,'moderate.php','posts','','82.129.177.81'),(5043,1,1163952133,'moderate.php','doposts','','82.129.177.81'),(5044,1,1163952136,'moderate.php','posts','','82.129.177.81'),(5045,8,1163966126,'banning.php','banuser','','84.36.131.251'),(5046,8,1163966171,'banning.php','dobanuser','username = princeh85@hotmail.co','84.36.131.251'),(5047,8,1163966173,'banning.php','','','84.36.131.251'),(5048,8,1163973793,'user.php','modify','','84.36.131.251'),(5049,8,1163973799,'user.php','find','','84.36.131.251'),(5050,8,1163973800,'user.php','edit','user id = 8','84.36.131.251'),(5051,8,1163973866,'user.php','update','user id = 8','84.36.131.251'),(5052,8,1163973869,'user.php','modify','user id = 8','84.36.131.251'),(5053,8,1163973999,'user.php','find','','84.36.131.251'),(5054,8,1163974000,'user.php','edit','user id = 9','84.36.131.251'),(5055,8,1163975926,'user.php','find','','84.36.131.251'),(5056,8,1163975927,'user.php','edit','user id = 6004','84.36.131.251'),(5057,8,1164051433,'user.php','modify','','84.36.158.78'),(5058,8,1164051433,'user.php','modify','','84.36.158.78'),(5059,8,1164051439,'user.php','find','','84.36.158.78'),(5060,8,1164051439,'user.php','edit','user id = 8','84.36.158.78'),(5061,8,1164051484,'user.php','update','user id = 8','84.36.158.78'),(5062,8,1164051489,'usertools.php','avatar','user id = 8','84.36.158.78'),(5063,8,1164051510,'usertools.php','updateavatar','user id = 8','84.36.158.78'),(5064,8,1164051512,'user.php','modify','user id = 8','84.36.158.78'),(5065,8,1164051520,'user.php','find','','84.36.158.78'),(5066,8,1164051523,'user.php','edit','user id = 8','84.36.158.78'),(5067,8,1164051547,'user.php','update','user id = 8','84.36.158.78'),(5068,8,1164051549,'user.php','modify','user id = 8','84.36.158.78'),(5069,8,1164053377,'user.php','find','','84.36.158.78'),(5070,8,1164053438,'user.php','edit','user id = 3919','84.36.158.78'),(5071,8,1164066276,'user.php','modify','','84.36.158.78'),(5072,8,1164066301,'user.php','find','','84.36.158.78'),(5073,8,1164066301,'user.php','edit','user id = 6045','84.36.158.78'),(5074,8,1164066326,'user.php','update','user id = 6045','84.36.158.78'),(5075,8,1164066335,'user.php','find','','84.36.158.78'),(5076,8,1164066336,'user.php','edit','user id = 5050','84.36.158.78'),(5077,8,1164075574,'user.php','modify','','84.36.158.78'),(5078,8,1164075588,'user.php','find','','84.36.158.78'),(5079,8,1164075588,'user.php','edit','user id = 8','84.36.158.78'),(5080,8,1164075600,'user.php','modify','','84.36.158.78'),(5081,8,1164075607,'user.php','find','','84.36.158.78'),(5082,8,1164075615,'user.php','edit','user id = 1','84.36.158.78'),(5083,8,1164081245,'user.php','modify','','84.36.158.78'),(5084,8,1164081255,'user.php','find','','84.36.158.78'),(5085,8,1164081256,'user.php','edit','user id = 8','84.36.158.78'),(5086,8,1164081353,'user.php','update','user id = 8','84.36.158.78'),(5087,8,1164081355,'user.php','modify','user id = 8','84.36.158.78'),(5088,8,1164081365,'user.php','find','','84.36.158.78'),(5089,8,1164081365,'user.php','edit','user id = 8','84.36.158.78'),(5090,8,1164081370,'user.php','modify','','84.36.158.78'),(5091,8,1164081382,'user.php','find','','84.36.158.78'),(5092,8,1164081382,'user.php','edit','user id = 1','84.36.158.78'),(5093,8,1164082747,'user.php','modify','','84.36.158.78'),(5094,8,1164082752,'user.php','find','','84.36.158.78'),(5095,8,1164082752,'user.php','edit','user id = 5719','84.36.158.78'),(5096,8,1164082787,'user.php','find','','84.36.158.78'),(5097,8,1164082787,'user.php','edit','user id = 8','84.36.158.78'),(5098,8,1164082807,'user.php','update','user id = 8','84.36.158.78'),(5099,8,1164082808,'user.php','modify','user id = 8','84.36.158.78'),(5100,8,1164082815,'user.php','edit','user id = 8','84.36.158.78'),(5101,8,1164159957,'forum.php','modify','','84.36.156.9'),(5102,8,1164159976,'forum.php','edit','forum id = 19','84.36.156.9'),(5103,8,1164160082,'moderator.php','showlist','','84.36.156.9'),(5104,1,1164160483,'template.php','modify','','165.228.132.11'),(5105,1,1164160483,'template.php','modify','','165.228.132.11'),(5106,1,1164160488,'css.php','edit','style id = 20','165.228.132.11'),(5107,1,1164160499,'css.php','update','style id = 20','165.228.132.11'),(5108,1,1164160501,'css.php','edit','style id = 20','165.228.132.11'),(5109,1,1164160938,'forum.php','modify','','165.228.132.11'),(5110,1,1164160953,'forum.php','edit','forum id = 19','165.228.132.11'),(5111,1,1164160966,'forum.php','update','forum id = 19','165.228.132.11'),(5112,8,1164160972,'forum.php','modify','','84.36.156.9'),(5113,1,1164160972,'forum.php','modify','forum id = 19','165.228.132.11'),(5114,1,1164160997,'forum.php','doorder','','165.228.132.11'),(5115,1,1164160999,'forum.php','modify','','165.228.132.11'),(5116,1,1164161419,'plugin.php','modify','','165.228.132.11'),(5117,1,1164161434,'plugin.php','updateactive','','165.228.132.11'),(5118,1,1164161757,'plugin.php','updateactive','','165.228.132.11'),(5119,1,1164208293,'template.php','modify','','165.228.132.11'),(5120,1,1164208293,'template.php','modify','','165.228.132.11'),(5121,1,1164208298,'css.php','edit','style id = 20','165.228.132.11'),(5122,1,1164208373,'css.php','update','style id = 20','165.228.132.11'),(5123,1,1164208375,'css.php','edit','style id = 20','165.228.132.11'),(5124,1,1164208421,'css.php','update','style id = 20','165.228.132.11'),(5125,1,1164208424,'css.php','edit','style id = 20','165.228.132.11'),(5126,1,1164208500,'css.php','update','style id = 20','165.228.132.11'),(5127,1,1164208505,'css.php','edit','style id = 20','165.228.132.11'),(5128,1,1164214166,'template.php','modify','','82.129.177.81'),(5129,1,1164214181,'css.php','edit','style id = 20','82.129.177.81'),(5130,1,1164214203,'css.php','update','style id = 20','82.129.177.81'),(5131,1,1164214206,'css.php','edit','style id = 20','82.129.177.81'),(5132,8,1164217454,'user.php','modify','','84.36.156.9'),(5133,8,1164217460,'user.php','find','','84.36.156.9'),(5134,8,1164217461,'user.php','edit','user id = 8','84.36.156.9'),(5135,8,1164217496,'user.php','update','user id = 8','84.36.156.9'),(5136,8,1164217498,'user.php','modify','user id = 8','84.36.156.9'),(5137,8,1164217520,'user.php','update','user id = 8','84.36.156.9'),(5138,8,1164217541,'user.php','update','user id = 8','84.36.156.9'),(5139,8,1164217546,'user.php','modify','user id = 8','84.36.156.9'),(5140,8,1164217566,'user.php','find','','84.36.156.9'),(5141,8,1164217598,'user.php','find','','84.36.156.9'),(5142,8,1164217685,'user.php','edit','user id = 2892','84.36.156.9'),(5143,8,1164217734,'user.php','find','','84.36.156.9'),(5144,8,1164217754,'user.php','edit','user id = 3487','84.36.156.9'),(5145,8,1164217801,'user.php','find','','84.36.156.9'),(5146,8,1164217843,'user.php','find','','84.36.156.9'),(5147,8,1164217924,'user.php','find','','84.36.156.9'),(5148,8,1164217978,'user.php','find','','84.36.156.9'),(5149,8,1164218005,'user.php','find','','84.36.156.9'),(5150,8,1164218050,'user.php','edit','user id = 9','84.36.156.9'),(5151,8,1164218061,'user.php','update','user id = 9','84.36.156.9'),(5152,8,1164218063,'user.php','modify','user id = 9','84.36.156.9'),(5153,8,1164218069,'user.php','find','','84.36.156.9'),(5154,8,1164218072,'user.php','edit','user id = 9','84.36.156.9'),(5155,1,1164277728,'template.php','modify','','82.129.177.81'),(5156,1,1164277758,'css.php','edit','style id = 20','82.129.177.81'),(5157,1,1164277868,'css.php','update','style id = 20','82.129.177.81'),(5158,1,1164277871,'css.php','edit','style id = 20','82.129.177.81'),(5159,1,1164296118,'template.php','modify','','82.129.177.81'),(5160,1,1164296127,'css.php','edit','style id = 20','82.129.177.81'),(5161,1,1164296158,'css.php','update','style id = 20','82.129.177.81'),(5162,1,1164296162,'css.php','edit','style id = 20','82.129.177.81'),(5163,1,1164296259,'css.php','update','style id = 20','82.129.177.81'),(5164,1,1164296265,'css.php','edit','style id = 20','82.129.177.81'),(5165,1479,1164415155,'options.php','','','217.54.2.40'),(5166,1479,1164415167,'options.php','options','','217.54.2.40'),(5167,1479,1164415186,'options.php','dooptions','','217.54.2.40'),(5168,1479,1164415188,'options.php','options','','217.54.2.40'),(5169,1479,1164415252,'options.php','dooptions','','217.54.2.40'),(5170,1479,1164415254,'options.php','options','','217.54.2.40'),(5171,8,1164415772,'user.php','modify','','84.36.139.140'),(5172,8,1164415778,'user.php','find','','84.36.139.140'),(5173,8,1164415779,'user.php','edit','user id = 2928','84.36.139.140'),(5174,8,1164415803,'user.php','update','user id = 2928','84.36.139.140'),(5175,8,1164415816,'user.php','find','','84.36.139.140'),(5176,8,1164415817,'user.php','edit','user id = 1323','84.36.139.140'),(5177,8,1164415838,'user.php','find','','84.36.139.140'),(5178,8,1164415839,'user.php','edit','user id = 3748','84.36.139.140'),(5179,8,1164415860,'user.php','find','','84.36.139.140'),(5180,8,1164415861,'user.php','edit','user id = 6098','84.36.139.140'),(5181,8,1164415892,'user.php','find','','84.36.139.140'),(5182,8,1164415893,'user.php','edit','user id = 107','84.36.139.140'),(5183,1,1164429836,'template.php','modify','','82.129.177.81'),(5184,1,1164429844,'css.php','edit','style id = 20','82.129.177.81'),(5185,1,1164429889,'css.php','update','style id = 20','82.129.177.81'),(5186,1,1164429891,'css.php','edit','style id = 20','82.129.177.81'),(5187,1,1164429939,'css.php','update','style id = 20','82.129.177.81'),(5188,1,1164429941,'css.php','edit','style id = 20','82.129.177.81'),(5189,1,1164461925,'template.php','modify','','82.129.177.81'),(5190,1,1164461949,'css.php','edit','style id = 20','82.129.177.81'),(5191,1,1164461987,'css.php','update','style id = 20','82.129.177.81'),(5192,1,1164461997,'css.php','edit','style id = 20','82.129.177.81'),(5193,8,1164480537,'user.php','modify','','84.36.132.6'),(5194,8,1164480560,'user.php','moderate','','84.36.132.6'),(5195,8,1164480573,'moderate.php','events','','84.36.132.6'),(5196,8,1164480591,'admincalendar.php','modify','','84.36.132.6'),(5197,8,1164499927,'announcement.php','add','','84.36.132.6'),(5198,8,1164500444,'announcement.php','modify','','84.36.132.6'),(5199,8,1164500462,'announcement.php','add','','84.36.132.6'),(5200,8,1164500505,'announcement.php','edit','announcement id = 3','84.36.132.6'),(5201,8,1164500673,'announcement.php','remove','announcement id = 3','84.36.132.6'),(5202,8,1164500677,'announcement.php','kill','announcement id = 3','84.36.132.6'),(5203,8,1164500679,'announcement.php','modify','','84.36.132.6'),(5204,8,1164500684,'announcement.php','add','','84.36.132.6'),(5205,8,1164501375,'announcement.php','update','','84.36.132.6'),(5206,8,1164501377,'announcement.php','','','84.36.132.6'),(5207,8,1164583378,'banning.php','banuser','','84.36.133.38'),(5208,8,1164583428,'banning.php','dobanuser','username = ahmgaber@yahoo.com','84.36.133.38'),(5209,8,1164583435,'banning.php','','','84.36.133.38'),(5210,1,1164585310,'template.php','modify','','82.129.177.81'),(5211,1,1164585467,'css.php','edit','style id = 20','82.129.177.81'),(5212,1,1164585547,'css.php','update','style id = 20','82.129.177.81'),(5213,1,1164585551,'css.php','edit','style id = 20','82.129.177.81'),(5214,1,1164596977,'template.php','modify','','82.129.177.81'),(5215,1,1164596991,'css.php','edit','style id = 20','82.129.177.81'),(5216,1,1164597062,'css.php','update','style id = 20','82.129.177.81'),(5217,1,1164597066,'css.php','edit','style id = 20','82.129.177.81'),(5218,8,1164598996,'user.php','modify','','84.36.133.38'),(5219,8,1164599000,'user.php','find','','84.36.133.38'),(5220,8,1164599001,'user.php','edit','user id = 5302','84.36.133.38'),(5221,8,1164599025,'user.php','find','','84.36.133.38'),(5222,8,1164599072,'user.php','find','','84.36.133.38'),(5223,8,1164599073,'user.php','edit','user id = 4763','84.36.133.38'),(5224,8,1164599123,'user.php','find','','84.36.133.38'),(5225,8,1164599123,'user.php','edit','user id = 6198','84.36.133.38'),(5226,8,1164599157,'user.php','find','','84.36.133.38'),(5227,8,1164599198,'user.php','edit','user id = 9','84.36.133.38'),(5228,8,1164599326,'user.php','edit','user id = 8','84.36.133.38'),(5229,8,1164599333,'user.php','update','user id = 8','84.36.133.38'),(5230,8,1164599334,'user.php','modify','user id = 8','84.36.133.38'),(5231,8,1164599340,'user.php','find','','84.36.133.38'),(5232,8,1164599374,'user.php','find','','84.36.133.38'),(5233,8,1164599410,'user.php','find','','84.36.133.38'),(5234,8,1164599454,'user.php','find','','84.36.133.38'),(5235,8,1164599471,'user.php','find','','84.36.133.38'),(5236,8,1164599500,'user.php','find','','84.36.133.38'),(5237,1,1164617079,'template.php','modify','','82.129.177.81'),(5238,1,1164617082,'css.php','edit','style id = 20','82.129.177.81'),(5239,1,1164617103,'css.php','update','style id = 20','82.129.177.81'),(5240,1,1164617106,'css.php','edit','style id = 20','82.129.177.81'),(5241,1,1164992063,'template.php','modify','','82.129.177.81'),(5242,1,1164992072,'css.php','edit','style id = 20','82.129.177.81'),(5243,1,1164992100,'css.php','update','style id = 20','82.129.177.81'),(5244,1,1164992103,'css.php','edit','style id = 20','82.129.177.81'),(5245,1,1164992146,'css.php','update','style id = 20','82.129.177.81'),(5246,1,1164992152,'css.php','edit','style id = 20','82.129.177.81'),(5247,1,1164992697,'css.php','update','style id = 20','82.129.177.81'),(5248,1,1164992700,'css.php','edit','style id = 20','82.129.177.81'),(5249,1,1164996605,'template.php','modify','','82.129.177.81'),(5250,1,1164996631,'css.php','edit','style id = 20','82.129.177.81'),(5251,1,1164996658,'css.php','update','style id = 20','82.129.177.81'),(5252,1,1164996662,'css.php','edit','style id = 20','82.129.177.81'),(5253,1,1164997024,'template.php','modify','','82.129.177.81'),(5254,1,1164997030,'css.php','edit','style id = 20','82.129.177.81'),(5255,1,1164997053,'css.php','update','style id = 20','82.129.177.81'),(5256,1,1164997056,'css.php','edit','style id = 20','82.129.177.81'),(5257,1,1164997123,'css.php','update','style id = 20','82.129.177.81'),(5258,1,1164997125,'css.php','edit','style id = 20','82.129.177.81'),(5259,1,1165032043,'moderate.php','posts','','82.129.177.81'),(5260,1,1165032081,'moderate.php','doposts','','82.129.177.81'),(5261,1,1165032085,'moderate.php','posts','','82.129.177.81'),(5262,1,1165032093,'forum.php','modify','','82.129.177.81'),(5263,1,1165032101,'forum.php','edit','forum id = 26','82.129.177.81'),(5264,1,1165032178,'forum.php','update','forum id = 26','82.129.177.81'),(5265,1,1165032181,'forum.php','modify','forum id = 26','82.129.177.81'),(5266,1,1165032186,'forum.php','edit','forum id = 8','82.129.177.81'),(5267,1,1165032196,'forum.php','update','forum id = 8','82.129.177.81'),(5268,1,1165032199,'forum.php','modify','forum id = 8','82.129.177.81'),(5269,1,1165032778,'email.php','start','','82.129.177.81'),(5270,1,1165032821,'email.php','dosendmail','','82.129.177.81'),(5271,1,1165032888,'email.php','dosendmail','','82.129.177.81'),(5272,1,1165032937,'email.php','dosendmail','','82.129.177.81'),(5273,1,1165033001,'email.php','dosendmail','','82.129.177.81'),(5274,1,1165033045,'email.php','dosendmail','','82.129.177.81'),(5275,1,1165079265,'template.php','modify','','196.205.8.47'),(5276,1,1165079280,'css.php','edit','style id = 20','196.205.8.47'),(5277,1,1165079300,'css.php','update','style id = 20','196.205.8.47'),(5278,1,1165079307,'css.php','edit','style id = 20','196.205.8.47'),(5279,1,1165079543,'css.php','update','style id = 20','196.205.8.47'),(5280,1,1165079547,'css.php','edit','style id = 20','196.205.8.47'),(5281,8,1165083133,'user.php','modify','','84.36.132.122'),(5282,8,1165083138,'user.php','find','','84.36.132.122'),(5283,8,1165083139,'user.php','edit','user id = 6411','84.36.132.122'),(5284,8,1165083242,'user.php','find','','84.36.132.122'),(5285,8,1165083243,'user.php','edit','user id = 8','84.36.132.122'),(5286,8,1165083259,'user.php','update','user id = 8','84.36.132.122'),(5287,8,1165083260,'user.php','modify','user id = 8','84.36.132.122'),(5288,1,1165089963,'template.php','modify','','84.36.133.23'),(5289,1,1165089967,'css.php','edit','style id = 20','84.36.133.23'),(5290,1,1165089976,'css.php','update','style id = 20','84.36.133.23'),(5291,1,1165089979,'css.php','edit','style id = 20','84.36.133.23'),(5292,1,1165111178,'template.php','modify','','196.205.8.47'),(5293,1,1165111190,'css.php','edit','style id = 20','196.205.8.47'),(5294,1,1165111260,'css.php','update','style id = 20','196.205.8.47'),(5295,1,1165111263,'css.php','edit','style id = 20','196.205.8.47'),(5296,8,1165137763,'user.php','modify','','84.36.131.20'),(5297,8,1165137768,'user.php','find','','84.36.131.20'),(5298,8,1165137769,'user.php','edit','user id = 8','84.36.131.20'),(5299,8,1165137777,'user.php','update','user id = 8','84.36.131.20'),(5300,8,1165137779,'user.php','modify','user id = 8','84.36.131.20'),(5301,1,1165145947,'template.php','modify','','196.205.8.47'),(5302,1,1165145987,'css.php','edit','style id = 20','196.205.8.47'),(5303,1,1165146044,'css.php','update','style id = 20','196.205.8.47'),(5304,1,1165146051,'css.php','edit','style id = 20','196.205.8.47'),(5305,1,1165146413,'css.php','update','style id = 20','196.205.8.47'),(5306,1,1165146508,'css.php','edit','style id = 20','196.205.8.47'),(5307,1,1165148328,'css.php','update','style id = 20','196.205.8.47'),(5308,1,1165148373,'css.php','edit','style id = 20','196.205.8.47'),(5309,1,1165148398,'template.php','modify','','196.205.8.47'),(5310,1,1165148560,'css.php','edit','style id = 20','196.205.8.47'),(5311,1,1165148663,'css.php','update','style id = 20','196.205.8.47'),(5312,1,1165148688,'css.php','edit','style id = 20','196.205.8.47'),(5313,1,1165148857,'css.php','update','style id = 20','196.205.8.47'),(5314,1,1165148862,'css.php','edit','style id = 20','196.205.8.47'),(5315,1,1165148932,'css.php','update','style id = 20','196.205.8.47'),(5316,1,1165148940,'css.php','edit','style id = 20','196.205.8.47'),(5317,8,1165158705,'user.php','modify','','84.36.131.20'),(5318,8,1165158709,'user.php','find','','84.36.131.20'),(5319,8,1165158710,'user.php','edit','user id = 5924','84.36.131.20'),(5320,8,1165158715,'banning.php','banuser','','84.36.131.20'),(5321,8,1165158725,'banning.php','dobanuser','username = love_123_0@hotmail.c','84.36.131.20'),(5322,8,1165158727,'banning.php','','','84.36.131.20'),(5323,8,1165158765,'banning.php','banuser','','84.36.131.20'),(5324,8,1165158785,'banning.php','dobanuser','username = 2113115','84.36.131.20'),(5325,8,1165158787,'banning.php','','','84.36.131.20'),(5326,1,1165244620,'template.php','modify','','196.205.8.47'),(5327,1,1165244638,'css.php','edit','style id = 20','196.205.8.47'),(5328,1,1165244784,'css.php','update','style id = 20','196.205.8.47'),(5329,1,1165244790,'css.php','edit','style id = 20','196.205.8.47'),(5330,1,1165245026,'css.php','update','style id = 20','196.205.8.47'),(5331,1,1165245029,'css.php','edit','style id = 20','196.205.8.47'),(5332,1,1165248863,'template.php','modify','','196.205.8.47'),(5333,1,1165248868,'template.php','modify','','196.205.8.47'),(5334,1,1165248934,'css.php','edit','style id = 20','196.205.8.47'),(5335,1,1165248990,'css.php','update','style id = 20','196.205.8.47'),(5336,1,1165248994,'css.php','edit','style id = 20','196.205.8.47'),(5337,1,1165251584,'template.php','modify','','196.205.8.47'),(5338,1,1165251597,'css.php','edit','style id = 20','196.205.8.47'),(5339,1,1165251617,'css.php','update','style id = 20','196.205.8.47'),(5340,1,1165251620,'css.php','edit','style id = 20','196.205.8.47'),(5341,1,1165336151,'template.php','modify','','196.205.8.47'),(5342,1,1165336171,'css.php','edit','style id = 20','196.205.8.47'),(5343,1,1165336206,'css.php','update','style id = 20','196.205.8.47'),(5344,1,1165336212,'css.php','edit','style id = 20','196.205.8.47'),(5345,1,1165340378,'template.php','modify','','196.205.8.47'),(5346,1,1165340385,'css.php','edit','style id = 20','196.205.8.47'),(5347,1,1165340526,'css.php','update','style id = 20','196.205.8.47'),(5348,1,1165340530,'css.php','edit','style id = 20','196.205.8.47'),(5349,8,1165349120,'user.php','modify','','84.36.130.248'),(5350,8,1165349124,'user.php','modify','','84.36.130.248'),(5351,8,1165349142,'user.php','find','','84.36.130.248'),(5352,8,1165349142,'user.php','edit','user id = 9','84.36.130.248'),(5353,8,1165349150,'user.php','update','user id = 9','84.36.130.248'),(5354,8,1165349152,'user.php','modify','user id = 9','84.36.130.248'),(5355,8,1165349250,'user.php','find','','84.36.130.248'),(5356,8,1165349256,'user.php','find','','84.36.130.248'),(5357,8,1165349261,'user.php','edit','user id = 1882','84.36.130.248'),(5358,8,1165349297,'user.php','update','user id = 1882','84.36.130.248'),(5359,8,1165349300,'user.php','modify','user id = 1882','84.36.130.248'),(5360,8,1165350199,'user.php','find','','84.36.130.248'),(5361,8,1165350200,'user.php','edit','user id = 6769','84.36.130.248'),(5362,8,1165350233,'user.php','find','','84.36.130.248'),(5363,8,1165350234,'user.php','edit','user id = 2356','84.36.130.248'),(5364,8,1165350271,'user.php','find','','84.36.130.248'),(5365,8,1165350272,'user.php','edit','user id = 6768','84.36.130.248'),(5366,1,1165409710,'template.php','modify','','196.205.8.47'),(5367,1,1165409716,'css.php','edit','style id = 20','196.205.8.47'),(5368,1,1165409743,'css.php','update','style id = 20','196.205.8.47'),(5369,1,1165409751,'css.php','edit','style id = 20','196.205.8.47'),(5370,8,1165425128,'user.php','modify','','84.36.130.67'),(5371,8,1165425159,'user.php','find','','84.36.130.67'),(5372,8,1165425160,'user.php','edit','user id = 9','84.36.130.67'),(5373,8,1165425223,'user.php','update','user id = 9','84.36.130.67'),(5374,8,1165425226,'user.php','modify','user id = 9','84.36.130.67'),(5375,1479,1165436168,'template.php','modify','','217.54.2.40'),(5376,1479,1165436216,'css.php','edit','style id = 20','217.54.2.40'),(5377,1479,1165438152,'bbcode.php','modify','','217.54.2.40'),(5378,1479,1165438160,'image.php','modify','Smilies','217.54.2.40'),(5379,1479,1165438167,'options.php','','','217.54.2.40'),(5380,1479,1165438190,'options.php','options','','217.54.2.40'),(5381,1479,1165438409,'options.php','dooptions','','217.54.2.40'),(5382,1479,1165438415,'options.php','options','','217.54.2.40'),(5383,1479,1165438507,'template.php','modify','','217.54.2.40'),(5384,1479,1165438627,'css.php','edit','style id = 20','217.54.2.40'),(5385,1479,1165438701,'template.php','modify','','217.54.2.40'),(5386,1479,1165438701,'template.php','modify','','217.54.2.40'),(5387,1479,1165438713,'css.php','edit','style id = 18','217.54.2.40'),(5388,1479,1165438715,'css.php','edit','style id = 20','217.54.2.40'),(5389,1479,1165438769,'css.php','update','style id = 20','217.54.2.40'),(5390,1479,1165438770,'template.php','modify','','217.54.2.40'),(5391,1479,1165438774,'css.php','edit','style id = 20','217.54.2.40'),(5392,1479,1165438848,'css.php','update','style id = 20','217.54.2.40'),(5393,1479,1165438858,'css.php','edit','style id = 20','217.54.2.40'),(5394,1479,1165438904,'css.php','edit','style id = 20','217.54.2.40'),(5395,1479,1165438911,'css.php','edit','style id = 20','217.54.2.40'),(5396,1479,1165438926,'css.php','update','style id = 20','217.54.2.40'),(5397,1479,1165438929,'css.php','edit','style id = 20','217.54.2.40'),(5398,1479,1165438954,'css.php','update','style id = 20','217.54.2.40'),(5399,1479,1165438960,'css.php','edit','style id = 20','217.54.2.40'),(5400,8,1165445409,'user.php','modify','','84.36.130.67'),(5401,8,1165445414,'user.php','find','','84.36.130.67'),(5402,8,1165445414,'user.php','edit','user id = 1614','84.36.130.67'),(5403,8,1165445434,'banning.php','banuser','','84.36.130.67'),(5404,8,1165445444,'banning.php','dobanuser','username = malakGaza@hotmail.co','84.36.130.67'),(5405,8,1165445446,'banning.php','','','84.36.130.67'),(5406,8,1165448853,'user.php','modify','','84.36.130.67'),(5407,8,1165448861,'banning.php','banuser','','84.36.130.67'),(5408,8,1165448868,'banning.php','dobanuser','username = emad_mosleh@hotmail.','84.36.130.67'),(5409,8,1165448870,'banning.php','','','84.36.130.67'),(5410,1,1165450101,'template.php','modify','','82.129.179.58'),(5411,1,1165450119,'css.php','edit','style id = 20','82.129.179.58'),(5412,1,1165450180,'css.php','update','style id = 20','82.129.179.58'),(5413,1,1165450189,'css.php','edit','style id = 20','82.129.179.58'),(5414,1,1165484322,'moderate.php','posts','','82.129.179.58'),(5415,1,1165484391,'moderate.php','doposts','','82.129.179.58'),(5416,1,1165484394,'moderate.php','posts','','82.129.179.58'),(5417,1479,1165516014,'plugin.php','product','','217.54.2.40'),(5418,1479,1165516018,'plugin.php','productdelete','','217.54.2.40'),(5419,1479,1165516023,'plugin.php','productkill','','217.54.2.40'),(5420,1479,1165516030,'plugin.php','product','','217.54.2.40'),(5421,1479,1165516040,'plugin.php','product','','217.54.2.40'),(5422,1479,1165516099,'plugin.php','product','','217.54.2.40'),(5423,1479,1165516106,'plugin.php','productdelete','','217.54.2.40'),(5424,1479,1165516110,'plugin.php','productkill','','217.54.2.40'),(5425,1479,1165516113,'plugin.php','product','','217.54.2.40'),(5426,1479,1165516119,'plugin.php','product','','217.54.2.40'),(5427,1479,1165516147,'options.php','','','217.54.2.40'),(5428,1479,1165516149,'options.php','','','217.54.2.40'),(5429,1479,1165516161,'options.php','options','','217.54.2.40'),(5430,1479,1165516162,'options.php','options','','217.54.2.40'),(5431,1,1165521343,'template.php','modify','','82.129.179.58'),(5432,1,1165521351,'css.php','edit','style id = 20','82.129.179.58'),(5433,1,1165521389,'css.php','update','style id = 20','82.129.179.58'),(5434,1,1165521395,'css.php','edit','style id = 20','82.129.179.58'),(5435,8,1165527394,'user.php','modify','','82.129.179.58'),(5436,8,1165527399,'user.php','find','','82.129.179.58'),(5437,8,1165527401,'user.php','edit','user id = 6786','82.129.179.58'),(5438,1,1165581636,'template.php','modify','','82.129.179.58'),(5439,1,1165581640,'moderate.php','posts','','82.129.179.58'),(5440,1,1165581674,'moderate.php','doposts','','82.129.179.58'),(5441,1,1165581681,'moderate.php','posts','','82.129.179.58'),(5442,1,1165591773,'template.php','modify','','82.129.179.58'),(5443,1,1165591810,'css.php','edit','style id = 20','82.129.179.58'),(5444,1,1165591938,'css.php','update','style id = 20','82.129.179.58'),(5445,1,1165591944,'css.php','edit','style id = 20','82.129.179.58'),(5446,1,1165591999,'css.php','update','style id = 20','82.129.179.58'),(5447,1,1165592019,'css.php','edit','style id = 20','82.129.179.58'),(5448,1479,1165702119,'template.php','search','','217.54.2.42'),(5449,1479,1165702160,'template.php','modify','','217.54.2.42'),(5450,1479,1165702174,'template.php','modify','','217.54.2.42'),(5451,1479,1165702176,'template.php','search','','217.54.2.42'),(5452,1479,1165702184,'template.php','modify','','217.54.2.42'),(5453,1479,1165702213,'template.php','modify','','217.54.2.42'),(5454,1479,1165702227,'template.php','modify','','217.54.2.42'),(5455,1479,1165702256,'template.php','modify','','217.54.2.42'),(5456,1479,1165702332,'template.php','modify','','217.54.2.42'),(5457,1479,1165702376,'template.php','modify','','217.54.2.42'),(5458,1479,1165702382,'template.php','add','style id = 20','217.54.2.42'),(5459,1479,1165702401,'template.php','inserttemplate','style id = 20','217.54.2.42'),(5460,1479,1165702406,'template.php','modify','style id = 0','217.54.2.42'),(5461,1479,1165702411,'css.php','edit','style id = 20','217.54.2.42'),(5462,1479,1165702429,'template.php','files','','217.54.2.42'),(5463,1479,1165702455,'template.php','search','','217.54.2.42'),(5464,1479,1165702493,'template.php','modify','','217.54.2.42'),(5465,1479,1165702507,'template.php','upload','','217.54.2.42'),(5466,1479,1165702512,'template.php','add','style id = 20','217.54.2.42'),(5467,1479,1165702511,'template.php','rebuild','','217.54.2.42'),(5468,1479,1165702522,'template.php','','','217.54.2.42'),(5469,1479,1165702575,'template.php','inserttemplate','style id = 20','217.54.2.42'),(5470,1479,1165702577,'plugin.php','product','','217.54.2.42'),(5471,1479,1165702581,'plugin.php','product','','217.54.2.42'),(5472,1479,1165702605,'plugin.php','productadd','','217.54.2.42'),(5473,1479,1165702648,'plugin.php','productimport','','217.54.2.42'),(5474,1479,1165702657,'plugin.php','product','','217.54.2.42'),(5475,1479,1165702663,'css.php','edit','style id = 21','217.54.2.42'),(5476,1479,1165702722,'css.php','edit','style id = 21','217.54.2.42'),(5477,1479,1165702771,'options.php','','','217.54.2.42'),(5478,1479,1165702825,'css.php','update','style id = 20','217.54.2.42'),(5479,1479,1165702837,'css.php','edit','style id = 20','217.54.2.42'),(5480,1479,1165702847,'options.php','','','217.54.2.42'),(5481,1479,1165702861,'options.php','','','217.54.2.42'),(5482,1479,1165702864,'template.php','modify','','217.54.2.42'),(5483,1479,1165703082,'css.php','update','style id = 20','217.54.2.42'),(5484,1479,1165703116,'css.php','edit','style id = 20','217.54.2.42'),(5485,1479,1165703308,'options.php','','','217.54.2.42'),(5486,1479,1165703312,'plugin.php','product','','217.54.2.42'),(5487,1479,1165703326,'options.php','options','','217.54.2.42'),(5488,1479,1165703356,'usergroup.php','modify','','217.54.2.42'),(5489,1479,1165703400,'options.php','dooptions','','217.54.2.42'),(5490,1479,1165703406,'options.php','options','','217.54.2.42'),(5491,1,1165774451,'template.php','modify','','82.129.179.58'),(5492,1,1165774468,'css.php','edit','style id = 20','82.129.179.58'),(5493,1,1165774662,'css.php','edit','style id = 21','82.129.179.58'),(5494,1,1165774678,'css.php','edit','style id = 20','82.129.179.58'),(5495,1,1165774724,'css.php','update','style id = 20','82.129.179.58'),(5496,1,1165774727,'css.php','edit','style id = 20','82.129.179.58'),(5497,1,1165774751,'template.php','modify','','82.129.179.58'),(5498,1,1165805039,'template.php','modify','','82.129.179.58'),(5499,1,1165805329,'css.php','edit','style id = 20','82.129.179.58'),(5500,1,1165805358,'template.php','modify','','82.129.179.58'),(5501,1,1165805366,'css.php','edit','style id = 21','82.129.179.58'),(5502,1,1165805381,'css.php','update','style id = 21','82.129.179.58'),(5503,1,1165805389,'css.php','edit','style id = 21','82.129.179.58'),(5504,1,1165805430,'options.php','','','82.129.179.58'),(5505,1,1165805573,'options.php','options','','82.129.179.58'),(5506,1,1165805593,'options.php','dooptions','','82.129.179.58'),(5507,1,1165805600,'options.php','options','','82.129.179.58'),(5508,1,1165844832,'user.php','modify','','82.129.179.58'),(5509,1,1165844851,'user.php','find','','82.129.179.58'),(5510,1,1165844853,'user.php','edit','user id = 7283','82.129.179.58'),(5511,1,1165844882,'user.php','update','user id = 7283','82.129.179.58'),(5512,1,1165844885,'user.php','modify','user id = 7283','82.129.179.58'),(5513,1,1165854765,'moderate.php','posts','','82.129.179.58'),(5514,1,1165854851,'moderate.php','doposts','','82.129.179.58'),(5515,1,1165854856,'moderate.php','posts','','82.129.179.58'),(5516,1,1165854891,'moderate.php','doposts','','82.129.179.58'),(5517,1,1165854897,'moderate.php','posts','','82.129.179.58'),(5518,1,1165855637,'template.php','modify','','82.129.179.58'),(5519,1,1165855643,'css.php','edit','style id = 21','82.129.179.58'),(5520,1,1165855807,'css.php','update','style id = 21','82.129.179.58'),(5521,1,1165855812,'css.php','edit','style id = 21','82.129.179.58'),(5522,1,1165856093,'css.php','update','style id = 21','82.129.179.58'),(5523,1,1165856097,'css.php','edit','style id = 21','82.129.179.58'),(5524,1,1165856189,'css.php','update','style id = 21','82.129.179.58'),(5525,1,1165856193,'css.php','edit','style id = 21','82.129.179.58'),(5526,8,1165885391,'user.php','modify','','84.36.157.212'),(5527,8,1165885398,'banning.php','banuser','','84.36.157.212'),(5528,8,1165885410,'banning.php','dobanuser','username = wedodaoud@hotmail.co','84.36.157.212'),(5529,8,1165885412,'banning.php','','','84.36.157.212'),(5530,1479,1165948027,'user.php','add','','217.54.2.42'),(5531,1479,1165948050,'user.php','update','','217.54.2.42'),(5532,1479,1165948055,'user.php','modify','user id = 7458','217.54.2.42'),(5533,8,1166048079,'banning.php','banuser','','84.36.156.142'),(5534,8,1166048091,'banning.php','dobanuser','username = wedo_daoud@yahoo.com','84.36.156.142'),(5535,8,1166048094,'banning.php','','','84.36.156.142'),(5536,8,1166051529,'user.php','modify','','84.36.156.142'),(5537,8,1166051535,'user.php','find','','84.36.156.142'),(5538,8,1166051536,'user.php','edit','user id = 7566','84.36.156.142'),(5539,8,1166052536,'user.php','modify','','84.36.156.142'),(5540,8,1166052542,'user.php','find','','84.36.156.142'),(5541,8,1166052549,'user.php','edit','user id = 3080','84.36.156.142'),(5542,1,1166072277,'template.php','modify','','82.129.179.58'),(5543,1,1166072283,'css.php','edit','style id = 21','82.129.179.58'),(5544,1,1166072319,'css.php','update','style id = 21','82.129.179.58'),(5545,1,1166072324,'css.php','edit','style id = 21','82.129.179.58'),(5546,1,1166073782,'css.php','update','style id = 21','82.129.179.58'),(5547,1,1166073787,'css.php','edit','style id = 21','82.129.179.58'),(5548,1,1166073941,'css.php','update','style id = 21','82.129.179.58'),(5549,1,1166073943,'css.php','edit','style id = 21','82.129.179.58'),(5550,1,1166073970,'css.php','update','style id = 21','82.129.179.58'),(5551,1,1166073972,'css.php','edit','style id = 21','82.129.179.58'),(5552,1,1166073991,'css.php','update','style id = 21','82.129.179.58'),(5553,1,1166073993,'css.php','edit','style id = 21','82.129.179.58'),(5554,1,1166114509,'moderate.php','posts','','82.129.179.58'),(5555,1,1166114546,'moderate.php','doposts','','82.129.179.58'),(5556,1,1166114549,'moderate.php','posts','','82.129.179.58'),(5557,1,1166115017,'template.php','modify','','82.129.179.58'),(5558,1,1166115087,'css.php','edit','style id = 21','82.129.179.58'),(5559,1,1166115152,'css.php','update','style id = 21','82.129.179.58'),(5560,1,1166115167,'css.php','edit','style id = 21','82.129.179.58'),(5561,8,1166123780,'user.php','modify','','84.36.140.191'),(5562,8,1166123785,'user.php','find','','84.36.140.191'),(5563,8,1166123786,'user.php','edit','user id = 6915','84.36.140.191'),(5564,8,1166126769,'user.php','find','','84.36.140.191'),(5565,8,1166126769,'user.php','edit','user id = 4503','84.36.140.191'),(5566,8,1166132800,'banning.php','banuser','','84.36.135.216'),(5567,8,1166132833,'banning.php','dobanuser','username = hussein.com','84.36.135.216'),(5568,8,1166132838,'banning.php','','','84.36.135.216'),(5569,8,1166132971,'user.php','modify','','84.36.135.216'),(5570,8,1166132978,'user.php','find','','84.36.135.216'),(5571,8,1166132981,'user.php','edit','user id = 7646','84.36.135.216'),(5572,8,1166133044,'user.php','modify','','84.36.135.216'),(5573,8,1166133061,'user.php','find','','84.36.135.216'),(5574,8,1166133063,'user.php','edit','user id = 7646','84.36.135.216'),(5575,8,1166134975,'user.php','modify','','84.36.135.216'),(5576,8,1166134979,'user.php','find','','84.36.135.216'),(5577,8,1166134980,'user.php','edit','user id = 6209','84.36.135.216'),(5578,8,1166134997,'user.php','find','','84.36.135.216'),(5579,8,1166134998,'user.php','edit','user id = 5924','84.36.135.216'),(5580,8,1166135018,'user.php','find','','84.36.135.216'),(5581,8,1166135019,'user.php','edit','user id = 5924','84.36.135.216'),(5582,8,1166147076,'user.php','modify','','84.36.156.42'),(5583,8,1166147080,'user.php','find','','84.36.156.42'),(5584,8,1166147081,'user.php','edit','user id = 3919','84.36.156.42'),(5585,8,1166153296,'user.php','find','','84.36.137.135'),(5586,8,1166153305,'user.php','find','','84.36.137.135'),(5587,8,1166153307,'user.php','modify','','84.36.137.135'),(5588,1479,1166204106,'user.php','add','','217.54.2.42'),(5589,1479,1166204106,'user.php','modify','','217.54.2.42'),(5590,1479,1166204133,'user.php','find','','217.54.2.42'),(5591,1479,1166204138,'user.php','edit','user id = 1','217.54.2.42'),(5592,1479,1166204147,'user.php','update','user id = 1','217.54.2.42'),(5593,1479,1166204150,'user.php','modify','user id = 1','217.54.2.42'),(5594,1,1166204268,'banning.php','banuser','','82.129.179.58'),(5595,1,1166204281,'user.php','modify','','82.129.179.58'),(5596,1,1166204290,'user.php','find','','82.129.179.58'),(5597,1,1166204291,'user.php','edit','user id = 7688','82.129.179.58'),(5598,1,1166204316,'banning.php','banuser','','82.129.179.58'),(5599,1,1166204325,'banning.php','dobanuser','username = &#1571;&#1581;&#1605; &#1571;&#1581;&#1605;','82.129.179.58'),(5600,1,1166204328,'banning.php','','','82.129.179.58'),(5601,1479,1166204698,'template.php','modify','','217.54.2.42'),(5602,1479,1166204698,'template.php','modify','','217.54.2.42'),(5603,1479,1166204812,'user.php','add','','217.54.2.42'),(5604,1479,1166204813,'user.php','modify','','217.54.2.42'),(5605,1479,1166204828,'user.php','find','','217.54.2.42'),(5606,1479,1166204835,'user.php','edit','user id = 7688','217.54.2.42'),(5607,8,1166204945,'user.php','modify','','84.36.135.248'),(5608,8,1166204962,'user.php','find','','84.36.135.248'),(5609,8,1166204963,'user.php','edit','user id = 7688','84.36.135.248'),(5610,1479,1166205101,'user.php','modify','','217.54.2.42'),(5611,1479,1166205107,'user.php','find','','217.54.2.42'),(5612,1479,1166205108,'user.php','edit','user id = 1702','217.54.2.42'),(5613,8,1166205110,'user.php','find','','84.36.135.248'),(5614,8,1166205111,'user.php','edit','user id = 7688','84.36.135.248'),(5615,1479,1166205206,'user.php','add','','217.54.2.42'),(5616,1479,1166205221,'user.php','modify','','217.54.2.42'),(5617,1479,1166205227,'css.php','edit','style id = 21','217.54.2.42'),(5618,1479,1166205231,'css.php','edit','style id = 20','217.54.2.42'),(5619,1479,1166205238,'user.php','find','','217.54.2.42'),(5620,1479,1166205239,'user.php','edit','user id = 1702','217.54.2.42'),(5621,1479,1166205270,'user.php','update','user id = 1702','217.54.2.42'),(5622,1479,1166205276,'user.php','modify','user id = 1702','217.54.2.42'),(5623,1479,1166205310,'template.php','search','','217.54.2.42'),(5624,1479,1166205311,'template.php','search','','217.54.2.42'),(5625,1479,1166205314,'template.php','search','','217.54.2.42'),(5626,1479,1166205315,'template.php','search','','217.54.2.42'),(5627,1479,1166205344,'template.php','modify','','217.54.2.42'),(5628,1479,1166205349,'template.php','edit','style id = 0','217.54.2.42'),(5629,1479,1166205356,'template.php','modify','','217.54.2.42'),(5630,1479,1166205364,'template.php','add','style id = 21','217.54.2.42'),(5631,1479,1166205371,'template.php','inserttemplate','style id = 21','217.54.2.42'),(5632,1479,1166205373,'template.php','modify','style id = 0','217.54.2.42'),(5633,1479,1166205436,'css.php','update','style id = 21','217.54.2.42'),(5634,1479,1166205442,'css.php','edit','style id = 21','217.54.2.42'),(5635,1479,1166205674,'template.php','modify','','217.54.2.42'),(5636,1479,1166205717,'css.php','edit','style id = 10','217.54.2.42'),(5637,1479,1166205744,'template.php','modify','','217.54.2.42'),(5638,1479,1166205745,'template.php','modify','','217.54.2.42'),(5639,1479,1166205746,'template.php','modify','','217.54.2.42'),(5640,1479,1166205747,'template.php','modify','','217.54.2.42'),(5641,1479,1166205747,'template.php','modify','','217.54.2.42'),(5642,1479,1166205748,'template.php','modify','','217.54.2.42'),(5643,1479,1166206059,'template.php','modify','','217.54.2.42'),(5644,1479,1166206062,'template.php','modify','','217.54.2.42'),(5645,1479,1166206078,'template.php','modify','','217.54.2.42'),(5646,1479,1166206083,'template.php','modify','','217.54.2.42'),(5647,1479,1166206086,'template.php','edit','style id = 0','217.54.2.42'),(5648,1479,1166206092,'template.php','edit','style id = 0','217.54.2.42'),(5649,1479,1166206332,'template.php','updatetemplate','style id = 21','217.54.2.42'),(5650,1479,1166206430,'template.php','edit','style id = 0','217.54.2.42'),(5651,1479,1166206437,'template.php','updatetemplate','style id = 21','217.54.2.42'),(5652,1479,1166206547,'template.php','edit','style id = 0','217.54.2.42'),(5653,1479,1166206554,'template.php','updatetemplate','style id = 21','217.54.2.42'),(5654,1479,1166206657,'template.php','edit','style id = 0','217.54.2.42'),(5655,1479,1166206723,'template.php','updatetemplate','style id = 21','217.54.2.42'),(5656,1479,1166206774,'template.php','edit','style id = 0','217.54.2.42'),(5657,1479,1166206780,'template.php','updatetemplate','style id = 21','217.54.2.42'),(5658,1479,1166207470,'template.php','modify','','217.54.2.42'),(5659,1479,1166207493,'template.php','modify','','217.54.2.42'),(5660,1479,1166207509,'template.php','edit','style id = 0','217.54.2.42'),(5661,1479,1166207599,'template.php','modify','','217.54.2.42'),(5662,1479,1166207600,'template.php','modify','','217.54.2.42'),(5663,1479,1166207601,'template.php','modify','style id = 0','217.54.2.42'),(5664,1479,1166207689,'template.php','edit','style id = 0','217.54.2.42'),(5665,1479,1166207758,'plugin.php','product','','217.54.2.42'),(5666,1479,1166207770,'plugin.php','product','','217.54.2.42'),(5667,1479,1166207779,'plugin.php','product','','217.54.2.42'),(5668,1479,1166207832,'plugin.php','productadd','','217.54.2.42'),(5669,1479,1166207852,'plugin.php','productimport','','217.54.2.42'),(5670,1479,1166207857,'plugin.php','product','','217.54.2.42'),(5671,1479,1166207877,'usergroup.php','modify','','217.54.2.42'),(5672,1479,1166207976,'plugin.php','productadd','','217.54.2.42'),(5673,1479,1166207985,'plugin.php','productimport','','217.54.2.42'),(5674,1479,1166207988,'plugin.php','product','','217.54.2.42'),(5675,1479,1166207993,'usergroup.php','edit','usergroup id = 10','217.54.2.42'),(5676,1,1166219207,'template.php','modify','','84.36.156.120'),(5677,1,1166219830,'template.php','modify','','84.36.156.120'),(5678,1,1166219837,'css.php','edit','style id = 21','84.36.156.120'),(5679,1,1166219866,'css.php','update','style id = 21','84.36.156.120'),(5680,1,1166219868,'css.php','edit','style id = 21','84.36.156.120'),(5681,1,1166219925,'css.php','update','style id = 21','84.36.156.120'),(5682,1,1166219927,'css.php','edit','style id = 21','84.36.156.120'),(5683,1,1166219962,'css.php','update','style id = 21','84.36.156.120'),(5684,1,1166219965,'css.php','edit','style id = 21','84.36.156.120'),(5685,1,1166220000,'css.php','update','style id = 21','84.36.156.120'),(5686,1,1166220002,'css.php','update','style id = 21','84.36.156.120'),(5687,1,1166220003,'css.php','edit','style id = 21','84.36.156.120'),(5688,1,1166220042,'css.php','update','style id = 21','84.36.156.120'),(5689,1,1166220044,'css.php','edit','style id = 21','84.36.156.120'),(5690,1,1166220081,'css.php','update','style id = 21','84.36.156.120'),(5691,1,1166220083,'css.php','edit','style id = 21','84.36.156.120'),(5692,1,1166220118,'css.php','update','style id = 21','84.36.156.120'),(5693,1,1166220120,'css.php','edit','style id = 21','84.36.156.120'),(5694,1,1166220149,'css.php','update','style id = 21','84.36.156.120'),(5695,1,1166220151,'css.php','edit','style id = 21','84.36.156.120'),(5696,1,1166220180,'css.php','update','style id = 21','84.36.156.120'),(5697,1,1166220181,'css.php','edit','style id = 21','84.36.156.120'),(5698,1,1166220200,'css.php','update','style id = 21','84.36.156.120'),(5699,1,1166220202,'css.php','edit','style id = 21','84.36.156.120'),(5700,1479,1166270708,'template.php','modify','','217.54.2.42'),(5701,1479,1166270779,'template.php','files','','217.54.2.42'),(5702,1479,1166270820,'template.php','upload','','217.54.2.42'),(5703,1479,1166270855,'template.php','upload','','217.54.2.42'),(5704,1479,1166270856,'template.php','rebuild','','217.54.2.42'),(5705,1479,1166270863,'template.php','modify','','217.54.2.42'),(5706,1479,1166270880,'css.php','edit','style id = 22','217.54.2.42'),(5707,1479,1166270882,'css.php','edit','style id = 22','217.54.2.42'),(5708,1479,1166270888,'css.php','edit','style id = 21','217.54.2.42'),(5709,1479,1166270914,'css.php','update','style id = 21','217.54.2.42'),(5710,1479,1166270916,'css.php','edit','style id = 21','217.54.2.42'),(5711,1479,1166272232,'template.php','deletestyle','style id = 22','217.54.2.42'),(5712,1479,1166272240,'template.php','killstyle','style id = 22','217.54.2.42'),(5713,1479,1166272246,'template.php','modify','','217.54.2.42'),(5714,8,1166296471,'user.php','modify','','84.36.133.231'),(5715,8,1166296497,'user.php','find','','84.36.133.231'),(5716,8,1166296498,'user.php','edit','user id = 7930','84.36.133.231'),(5717,8,1166296873,'user.php','find','','84.36.133.231'),(5718,8,1166296875,'user.php','edit','user id = 9','84.36.133.231'),(5719,8,1166296887,'user.php','update','user id = 9','84.36.133.231'),(5720,8,1166296889,'user.php','modify','user id = 9','84.36.133.231'),(5721,8,1166297352,'user.php','modify','','84.36.133.231'),(5722,8,1166297356,'user.php','find','','84.36.133.231'),(5723,8,1166297356,'user.php','edit','user id = 6055','84.36.133.231'),(5724,8,1166297818,'user.php','find','','84.36.133.231'),(5725,8,1166297819,'user.php','edit','user id = 9','84.36.133.231'),(5726,8,1166298066,'user.php','update','user id = 9','84.36.133.231'),(5727,8,1166298068,'user.php','modify','user id = 9','84.36.133.231'),(5728,1,1166326041,'template.php','modify','','82.129.179.58'),(5729,1,1166326064,'css.php','edit','style id = 21','82.129.179.58'),(5730,1,1166326147,'css.php','update','style id = 21','82.129.179.58'),(5731,1,1166326159,'css.php','edit','style id = 21','82.129.179.58'),(5732,1,1166326433,'css.php','update','style id = 21','82.129.179.58'),(5733,1,1166326445,'css.php','edit','style id = 21','82.129.179.58'),(5734,1,1166326651,'css.php','update','style id = 21','82.129.179.58'),(5735,1,1166326664,'css.php','edit','style id = 21','82.129.179.58'),(5736,1,1166326766,'css.php','update','style id = 21','82.129.179.58'),(5737,1,1166326780,'css.php','edit','style id = 21','82.129.179.58'),(5738,1,1166327399,'user.php','modify','','82.129.179.58'),(5739,1,1166327418,'user.php','find','','82.129.179.58'),(5740,1,1166327420,'user.php','edit','user id = 1','82.129.179.58'),(5741,1,1166327443,'user.php','update','user id = 1','82.129.179.58'),(5742,1,1166327450,'user.php','modify','user id = 1','82.129.179.58'),(5743,1,1166330152,'template.php','modify','','82.129.179.58'),(5744,1,1166330164,'css.php','edit','style id = 21','82.129.179.58'),(5745,1,1166330226,'css.php','update','style id = 21','82.129.179.58'),(5746,1,1166330237,'css.php','edit','style id = 21','82.129.179.58'),(5747,1,1166330288,'css.php','update','style id = 21','82.129.179.58'),(5748,1,1166330305,'css.php','edit','style id = 21','82.129.179.58'),(5749,1,1166330373,'css.php','update','style id = 21','82.129.179.58'),(5750,1,1166330387,'css.php','edit','style id = 21','82.129.179.58'),(5751,1,1166330438,'css.php','update','style id = 21','82.129.179.58'),(5752,1,1166330460,'css.php','edit','style id = 21','82.129.179.58'),(5753,1,1166442228,'template.php','modify','','82.129.179.58'),(5754,1,1166442241,'css.php','edit','style id = 21','82.129.179.58'),(5755,1,1166442336,'css.php','update','style id = 21','82.129.179.58'),(5756,1,1166442343,'css.php','edit','style id = 21','82.129.179.58'),(5757,1,1166455457,'backup.php','choose','','82.129.179.58'),(5758,1479,1166471091,'template.php','modify','','217.54.2.40'),(5759,1479,1166471092,'template.php','modify','','217.54.2.40'),(5760,8,1166472795,'banning.php','banuser','','82.129.179.58'),(5761,8,1166472820,'banning.php','dobanuser','username = WwW.DoWnLoAdIz2.CoM','82.129.179.58'),(5762,8,1166472845,'banning.php','','','82.129.179.58'),(5763,8,1166472991,'banning.php','banuser','','82.129.179.58'),(5764,8,1166473011,'banning.php','dobanuser','username = mishokanjo@yahoo.com','82.129.179.58'),(5765,8,1166473014,'banning.php','','','82.129.179.58'),(5766,8,1166539228,'banning.php','banuser','','84.36.131.119'),(5767,8,1166539245,'banning.php','dobanuser','username = DoWnLoAdIz2','84.36.131.119'),(5768,8,1166539247,'banning.php','','','84.36.131.119'),(5769,8,1166539454,'banning.php','banuser','','84.36.131.119'),(5770,8,1166562179,'user.php','modify','','84.36.131.119'),(5771,8,1166562189,'user.php','find','','84.36.131.119'),(5772,8,1166562190,'user.php','edit','user id = 8','84.36.131.119'),(5773,8,1166562197,'user.php','update','user id = 8','84.36.131.119'),(5774,8,1166562200,'user.php','modify','user id = 8','84.36.131.119'),(5775,8,1166562427,'user.php','find','','84.36.131.119'),(5776,8,1166562434,'user.php','find','','84.36.131.119'),(5777,8,1166562445,'user.php','edit','user id = 6412','84.36.131.119'),(5778,8,1166562458,'user.php','update','user id = 6412','84.36.131.119'),(5779,8,1166562460,'user.php','modify','user id = 6412','84.36.131.119'),(5780,8,1166565099,'user.php','edit','user id = 6412','84.36.131.119'),(5781,8,1166565184,'user.php','find','','84.36.131.119'),(5782,8,1166565185,'user.php','edit','user id = 8','84.36.131.119'),(5783,8,1166565786,'user.php','find','','84.36.131.119'),(5784,8,1166565786,'user.php','edit','user id = 6290','84.36.131.119'),(5785,8,1166565851,'user.php','find','','84.36.131.119'),(5786,8,1166565852,'user.php','edit','user id = 950','84.36.131.119'),(5787,8,1166568991,'user.php','modify','','84.36.131.119'),(5788,8,1166568997,'user.php','find','','84.36.131.119'),(5789,8,1166568997,'user.php','edit','user id = 8','84.36.131.119'),(5790,8,1166569004,'user.php','update','user id = 8','84.36.131.119'),(5791,8,1166569006,'user.php','modify','user id = 8','84.36.131.119'),(5792,8,1166574624,'user.php','find','','84.36.131.119'),(5793,8,1166574625,'user.php','edit','user id = 8','84.36.131.119'),(5794,1,1166633618,'forum.php','modify','','82.129.179.58'),(5795,1,1166633647,'forum.php','add','','82.129.179.58'),(5796,1,1166633861,'forum.php','update','','82.129.179.58'),(5797,1,1166633872,'forum.php','modify','forum id = 30','82.129.179.58'),(5798,1,1166633936,'forum.php','doorder','','82.129.179.58'),(5799,1,1166633947,'forum.php','modify','','82.129.179.58'),(5800,1,1166638089,'template.php','modify','','82.129.179.58'),(5801,1,1166638133,'css.php','edit','style id = 21','82.129.179.58'),(5802,1,1166638193,'css.php','update','style id = 21','82.129.179.58'),(5803,1,1166638195,'css.php','edit','style id = 21','82.129.179.58'),(5804,8,1166657615,'user.php','modify','','84.36.131.119'),(5805,8,1166657620,'user.php','find','','84.36.131.119'),(5806,8,1166657621,'user.php','edit','user id = 8451','84.36.131.119'),(5807,8,1166711904,'user.php','modify','','84.36.143.149'),(5808,8,1166711905,'user.php','modify','','84.36.143.149'),(5809,8,1166711924,'user.php','find','','84.36.143.149'),(5810,8,1166711939,'user.php','edit','user id = 6851','84.36.143.149'),(5811,8,1166713793,'user.php','find','','84.36.143.149'),(5812,8,1166713794,'user.php','edit','user id = 8510','84.36.143.149'),(5813,1,1166803839,'moderate.php','posts','','82.129.179.58'),(5814,1,1166803871,'moderate.php','doposts','','82.129.179.58'),(5815,1,1166803874,'moderate.php','posts','','82.129.179.58'),(5816,8,1166828756,'user.php','modify','','84.36.135.218'),(5817,8,1166828769,'user.php','find','','84.36.135.218'),(5818,8,1166828769,'user.php','edit','user id = 114','84.36.135.218'),(5819,8,1166828799,'user.php','update','user id = 114','84.36.135.218'),(5820,8,1166828802,'user.php','modify','user id = 114','84.36.135.218'),(5821,1,1166867747,'forum.php','modify','','82.129.179.58'),(5822,1,1166867754,'forum.php','edit','forum id = 26','82.129.179.58'),(5823,1,1166867758,'forum.php','edit','forum id = 26','82.129.179.58'),(5824,1,1166867802,'forum.php','update','forum id = 26','82.129.179.58'),(5825,1,1166867806,'forum.php','modify','forum id = 26','82.129.179.58'),(5826,1,1166896654,'user.php','modify','','82.129.179.58'),(5827,1,1166896659,'user.php','find','','82.129.179.58'),(5828,1,1166896665,'user.php','edit','user id = 4646','82.129.179.58'),(5829,1,1166896679,'user.php','update','user id = 4646','82.129.179.58'),(5830,1,1166896682,'user.php','modify','user id = 4646','82.129.179.58'),(5831,1,1166896706,'user.php','edit','user id = 4646','82.129.179.58'),(5832,1,1166896721,'user.php','update','user id = 4646','82.129.179.58'),(5833,1,1166896733,'user.php','modify','user id = 4646','82.129.179.58'),(5834,1,1166896761,'user.php','edit','user id = 4646','82.129.179.58'),(5835,1,1166896821,'user.php','update','user id = 4646','82.129.179.58'),(5836,1,1166896824,'user.php','modify','user id = 4646','82.129.179.58'),(5837,1,1166897601,'user.php','edit','user id = 4646','82.129.179.58'),(5838,1,1166897614,'user.php','update','user id = 4646','82.129.179.58'),(5839,1,1166897621,'user.php','modify','user id = 4646','82.129.179.58'),(5840,1,1166897624,'user.php','edit','user id = 4646','82.129.179.58'),(5841,1,1167012424,'moderate.php','posts','','82.129.179.58'),(5842,1,1167012493,'moderate.php','doposts','','82.129.179.58'),(5843,1,1167012503,'moderate.php','posts','','82.129.179.58'),(5844,1,1167012538,'moderate.php','doposts','','82.129.179.58'),(5845,1,1167012545,'moderate.php','posts','','82.129.179.58'),(5846,1,1167012720,'moderate.php','doposts','','82.129.179.58'),(5847,1,1167012726,'moderate.php','posts','','82.129.179.58'),(5848,1,1167064937,'template.php','modify','','82.129.179.58'),(5849,1,1167064946,'css.php','edit','style id = 21','82.129.179.58'),(5850,1,1167064974,'css.php','update','style id = 21','82.129.179.58'),(5851,1,1167064981,'css.php','edit','style id = 21','82.129.179.58'),(5852,1,1167065049,'css.php','update','style id = 21','82.129.179.58'),(5853,1,1167065052,'css.php','edit','style id = 21','82.129.179.58'),(5854,1,1167069832,'template.php','modify','','82.129.179.58'),(5855,1,1167069838,'css.php','edit','style id = 21','82.129.179.58'),(5856,1,1167069880,'css.php','update','style id = 21','82.129.179.58'),(5857,1,1167069882,'css.php','edit','style id = 21','82.129.179.58'),(5858,5,1167071972,'user.php','modify','','82.129.179.58'),(5859,5,1167071992,'user.php','find','','82.129.179.58'),(5860,5,1167071993,'user.php','edit','user id = 21','82.129.179.58'),(5861,5,1167072215,'user.php','update','user id = 21','82.129.179.58'),(5862,5,1167072221,'usertools.php','avatar','user id = 21','82.129.179.58'),(5863,5,1167072301,'usertools.php','avatar','user id = 21','82.129.179.58'),(5864,5,1167072308,'user.php','add','','82.129.179.58'),(5865,5,1167072327,'user.php','update','user id = 21','82.129.179.58'),(5866,5,1167072330,'usertools.php','avatar','user id = 21','82.129.179.58'),(5867,5,1167072347,'usertools.php','updateavatar','user id = 21','82.129.179.58'),(5868,5,1167072350,'user.php','modify','user id = 21','82.129.179.58'),(5869,5,1167072519,'user.php','find','','82.129.179.58'),(5870,5,1167072521,'user.php','edit','user id = 21','82.129.179.58'),(5871,5,1167077527,'user.php','modify','','82.129.179.58'),(5872,5,1167077531,'user.php','add','','82.129.179.58'),(5873,5,1167077795,'user.php','update','','82.129.179.58'),(5874,5,1167077852,'user.php','modify','','82.129.179.58'),(5875,5,1167077866,'user.php','find','','82.129.179.58'),(5876,5,1167077876,'user.php','find','','82.129.179.58'),(5877,5,1167077897,'user.php','find','','82.129.179.58'),(5878,5,1167077899,'user.php','edit','user id = 5971','82.129.179.58'),(5879,5,1167077937,'user.php','update','user id = 5971','82.129.179.58'),(5880,5,1167077941,'user.php','modify','user id = 5971','82.129.179.58'),(5881,1,1167160175,'template.php','modify','','82.129.179.58'),(5882,1,1167160180,'css.php','edit','style id = 21','82.129.179.58'),(5883,1,1167160217,'css.php','update','style id = 21','82.129.179.58'),(5884,1,1167160219,'css.php','edit','style id = 21','82.129.179.58'),(5885,1,1167160515,'css.php','update','style id = 21','82.129.179.58'),(5886,1,1167160518,'css.php','edit','style id = 21','82.129.179.58'),(5887,1479,1167171632,'plugin.php','product','','217.54.2.40'),(5888,1479,1167172143,'plugin.php','productadd','','217.54.2.40'),(5889,1479,1167172157,'plugin.php','productimport','','217.54.2.40'),(5890,1479,1167172161,'plugin.php','product','','217.54.2.40'),(5891,1479,1167172207,'pmsender.php','','','217.54.2.40'),(5892,1479,1167172212,'pmsender.php','','','217.54.2.40'),(5893,1479,1167172215,'pmsender.php','','','217.54.2.40'),(5894,1,1167179082,'pmsender.php','','','82.129.179.58'),(5895,1,1167187247,'pmsender.php','','','82.129.179.58'),(5896,5,1167226763,'user.php','modify','','84.36.131.224'),(5897,5,1167226780,'user.php','find','','84.36.131.224'),(5898,5,1167226791,'user.php','find','','84.36.131.224'),(5899,5,1167226798,'user.php','find','','84.36.131.224'),(5900,5,1167226798,'user.php','edit','user id = 4023','84.36.131.224'),(5901,5,1167226869,'user.php','update','user id = 4023','84.36.131.224'),(5902,5,1167226874,'user.php','modify','user id = 4023','84.36.131.224'),(5903,1479,1167244072,'user.php','findnames','','217.54.2.40'),(5904,1479,1167244079,'banning.php','banuser','','217.54.2.40'),(5905,1479,1167244086,'banning.php','dobanuser','username = XxX.Mada.XxX','217.54.2.40'),(5906,1479,1167244088,'banning.php','','','217.54.2.40'),(5907,1479,1167246820,'forum.php','modify','','217.54.2.40'),(5908,1,1167273813,'template.php','modify','','82.129.179.58'),(5909,1,1167273830,'css.php','edit','style id = 21','82.129.179.58'),(5910,1,1167273881,'css.php','update','style id = 21','82.129.179.58'),(5911,1,1167273885,'css.php','edit','style id = 21','82.129.179.58'),(5912,1,1167273937,'css.php','update','style id = 21','82.129.179.58'),(5913,1,1167273939,'css.php','edit','style id = 21','82.129.179.58'),(5914,1,1167273985,'css.php','update','style id = 21','82.129.179.58'),(5915,1,1167273989,'css.php','edit','style id = 21','82.129.179.58'),(5916,1,1167299096,'banning.php','banuser','','82.129.179.58'),(5917,1,1167299120,'banning.php','dobanuser','username = john_zerocool','82.129.179.58'),(5918,1,1167299125,'banning.php','','','82.129.179.58'),(5919,1,1167299282,'moderate.php','posts','','82.129.179.58'),(5920,1,1167327013,'template.php','modify','','82.129.179.58'),(5921,1,1167327040,'css.php','edit','style id = 21','82.129.179.58'),(5922,1,1167327148,'css.php','update','style id = 21','82.129.179.58'),(5923,1,1167327155,'css.php','edit','style id = 21','82.129.179.58'),(5924,1,1167335167,'moderate.php','posts','','82.129.179.58'),(5925,1,1167335175,'moderate.php','doposts','','82.129.179.58'),(5926,1,1167335178,'moderate.php','posts','','82.129.179.58'),(5927,1,1167335186,'usergroup.php','modify','','82.129.179.58'),(5928,1,1167335206,'user.php','modify','','82.129.179.58'),(5929,1,1167335229,'user.php','find','','82.129.179.58'),(5930,1,1167335287,'usergroup.php','modifypromotion','','82.129.179.58'),(5931,1,1167335297,'usergroup.php','updatepromotion','','82.129.179.58'),(5932,1,1167335332,'usergroup.php','modify','','82.129.179.58'),(5933,1,1167335349,'usergroup.php','edit','usergroup id = 12','82.129.179.58'),(5934,1,1167335368,'usergroup.php','edit','usergroup id = 11','82.129.179.58'),(5935,1,1167335400,'usergroup.php','update','usergroup id = 11','82.129.179.58'),(5936,1,1167335402,'usergroup.php','modify','','82.129.179.58'),(5937,1,1167335409,'user.php','find','','82.129.179.58'),(5938,1,1167335419,'user.php','edit','user id = 55','82.129.179.58'),(5939,1,1167335424,'user.php','modify','','82.129.179.58'),(5940,1,1167335437,'user.php','update','user id = 55','82.129.179.58'),(5941,1,1167335440,'user.php','modify','user id = 55','82.129.179.58'),(5942,1,1167335443,'user.php','find','','82.129.179.58'),(5943,1,1167335444,'user.php','edit','user id = 4646','82.129.179.58'),(5944,1,1167335447,'user.php','edit','user id = 55','82.129.179.58'),(5945,1,1167335456,'user.php','update','user id = 4646','82.129.179.58'),(5946,1,1167335459,'user.php','modify','user id = 4646','82.129.179.58'),(5947,1,1167335466,'user.php','edit','user id = 4646','82.129.179.58'),(5948,1,1167335479,'usergroup.php','modify','','82.129.179.58'),(5949,1,1167335498,'user.php','find','','82.129.179.58'),(5950,1,1167335503,'user.php','edit','user id = 5173','82.129.179.58'),(5951,1,1167345968,'template.php','modify','','82.129.179.58'),(5952,1,1167345980,'css.php','edit','style id = 21','82.129.179.58'),(5953,1,1167346108,'css.php','update','style id = 21','82.129.179.58'),(5954,1,1167346111,'css.php','edit','style id = 21','82.129.179.58'),(5955,1,1167364217,'template.php','modify','','82.129.179.58'),(5956,1,1167364222,'css.php','edit','style id = 21','82.129.179.58'),(5957,1,1167364303,'css.php','update','style id = 21','82.129.179.58'),(5958,1,1167364307,'css.php','edit','style id = 21','82.129.179.58'),(5959,1,1167364358,'css.php','update','style id = 21','82.129.179.58'),(5960,1,1167364362,'css.php','edit','style id = 21','82.129.179.58'),(5961,1,1167364388,'css.php','update','style id = 21','82.129.179.58'),(5962,1,1167364391,'css.php','edit','style id = 21','82.129.179.58'),(5963,1,1167364426,'css.php','update','style id = 21','82.129.179.58'),(5964,1,1167364429,'css.php','edit','style id = 21','82.129.179.58'),(5965,1,1167404668,'template.php','modify','','82.129.179.58'),(5966,1,1167404679,'css.php','edit','style id = 21','82.129.179.58'),(5967,1,1167404741,'css.php','update','style id = 21','82.129.179.58'),(5968,1,1167404743,'css.php','edit','style id = 21','82.129.179.58'),(5969,1,1167412424,'template.php','modify','','82.129.179.58'),(5970,1,1167412435,'css.php','edit','style id = 21','82.129.179.58'),(5971,1,1167412509,'css.php','update','style id = 21','82.129.179.58'),(5972,1,1167412511,'css.php','edit','style id = 21','82.129.179.58'),(5973,8,1167501508,'user.php','modify','','84.36.157.195'),(5974,8,1167503566,'banning.php','banuser','','84.36.157.195'),(5975,8,1167503573,'banning.php','dobanuser','username = broken_leader@hotmai','84.36.157.195'),(5976,8,1167503575,'banning.php','','','84.36.157.195'),(5977,8,1167545385,'banning.php','banuser','','84.36.157.195'),(5978,8,1167545407,'banning.php','dobanuser','username = aslamteka','84.36.157.195'),(5979,8,1167545409,'banning.php','','','84.36.157.195'),(5980,1,1167657127,'usergroup.php','modify','','196.205.8.29'),(5981,1,1167657185,'usertools.php','referrers','','196.205.8.29'),(5982,1,1167657209,'usergroup.php','modify','','196.205.8.29'),(5983,1,1167657217,'usertitle.php','modify','','196.205.8.29'),(5984,1,1167707759,'template.php','modify','','196.205.8.29'),(5985,1,1167707786,'css.php','edit','style id = 21','196.205.8.29'),(5986,1,1167707882,'css.php','update','style id = 21','196.205.8.29'),(5987,1,1167707895,'css.php','edit','style id = 21','196.205.8.29'),(5988,1,1167766722,'template.php','modify','','82.129.179.58'),(5989,1,1167766777,'css.php','edit','style id = 21','82.129.179.58'),(5990,1,1167766856,'css.php','update','style id = 21','82.129.179.58'),(5991,1,1167766862,'css.php','edit','style id = 21','82.129.179.58'),(5992,1,1167830466,'plugin.php','product','','82.129.179.58'),(5993,1,1167830468,'plugin.php','modify','','82.129.179.58'),(5994,1,1167830518,'plugin.php','updateactive','','82.129.179.58'),(5995,1,1167882306,'template.php','modify','','82.129.179.58'),(5996,1,1167882316,'css.php','edit','style id = 21','82.129.179.58'),(5997,1,1167882442,'css.php','update','style id = 21','82.129.179.58'),(5998,1,1167882446,'css.php','edit','style id = 21','82.129.179.58'),(5999,1,1167882473,'css.php','update','style id = 21','82.129.179.58'),(6000,1,1167882478,'css.php','edit','style id = 21','82.129.179.58'),(6001,1479,1168004286,'options.php','','','217.54.2.42'),(6002,1479,1168004565,'options.php','options','','217.54.2.42'),(6003,1,1168091486,'template.php','modify','','82.129.179.58'),(6004,1,1168091499,'css.php','edit','style id = 21','82.129.179.58'),(6005,1,1168091915,'css.php','update','style id = 21','82.129.179.58'),(6006,1,1168091918,'css.php','edit','style id = 21','82.129.179.58'),(6007,1,1168283691,'template.php','modify','','82.129.179.58'),(6008,1,1168283697,'css.php','edit','style id = 21','82.129.179.58'),(6009,1,1168283698,'css.php','edit','style id = 21','82.129.179.58'),(6010,1,1168284231,'css.php','update','style id = 21','82.129.179.58'),(6011,1,1168284233,'css.php','edit','style id = 21','82.129.179.58'),(6012,1,1168284260,'template.php','modify','','82.129.179.58'),(6013,1,1168284261,'forum.php','modify','','82.129.179.58'),(6014,1,1168284268,'forum.php','edit','forum id = 30','82.129.179.58'),(6015,1,1168284288,'forum.php','update','forum id = 30','82.129.179.58'),(6016,1,1168284293,'forum.php','modify','forum id = 30','82.129.179.58'),(6017,1,1168285125,'forum.php','modify','','82.129.179.58'),(6018,1,1168285137,'forum.php','edit','forum id = 27','82.129.179.58'),(6019,1,1168285184,'forum.php','update','forum id = 27','82.129.179.58'),(6020,1,1168285186,'forum.php','modify','forum id = 27','82.129.179.58'),(6021,1,1168814697,'user.php','modify','','84.36.143.159'),(6022,1,1168814702,'user.php','find','','84.36.143.159'),(6023,1,1168814704,'user.php','edit','user id = 370','84.36.143.159'),(6024,1,1168814765,'pmsender.php','','','84.36.143.159'),(6025,1,1168814852,'pmsender.php','','','84.36.143.159'),(6026,1,1168822198,'template.php','modify','','196.219.144.126'),(6027,1,1168822254,'css.php','edit','style id = 21','196.219.144.126'),(6028,1,1168822297,'css.php','update','style id = 21','196.219.144.126'),(6029,1,1168822303,'css.php','edit','style id = 21','196.219.144.126'),(6030,1,1168844886,'template.php','modify','','196.219.144.126'),(6031,1,1168844887,'template.php','modify','','196.219.144.126'),(6032,1,1168844927,'css.php','edit','style id = 21','196.219.144.126'),(6033,1,1168844992,'css.php','update','style id = 21','196.219.144.126'),(6034,1,1168844994,'css.php','edit','style id = 21','196.219.144.126'),(6035,8,1168985501,'user.php','modify','','84.36.143.254'),(6036,8,1168985505,'user.php','find','','84.36.143.254'),(6037,8,1168985506,'user.php','edit','user id = 4183','84.36.143.254'),(6038,8,1168986640,'user.php','modify','','84.36.143.254'),(6039,8,1168986644,'user.php','find','','84.36.143.254'),(6040,8,1168986649,'user.php','find','','84.36.143.254'),(6041,8,1168986650,'user.php','edit','user id = 3080','84.36.143.254'),(6042,8,1168986966,'user.php','find','','84.36.143.254'),(6043,8,1168986967,'user.php','edit','user id = 8795','84.36.143.254'),(6044,8,1168987192,'user.php','update','user id = 8795','84.36.143.254'),(6045,8,1168987195,'user.php','modify','user id = 8795','84.36.143.254'),(6046,1,1169122678,'template.php','modify','','196.218.117.114'),(6047,1,1169122699,'css.php','edit','style id = 21','196.218.117.114'),(6048,1,1169136078,'template.php','modify','','196.219.144.60'),(6049,1,1169136087,'css.php','edit','style id = 21','196.219.144.60'),(6050,1,1169136160,'css.php','update','style id = 21','196.219.144.60'),(6051,1,1169136162,'css.php','edit','style id = 21','196.219.144.60'),(6052,5,1169141695,'options.php','','','196.20.46.183'),(6053,5,1169141776,'banning.php','modify','','196.20.46.183'),(6054,5,1169141858,'user.php','modify','','196.20.46.183'),(6055,5,1169141874,'user.php','find','','196.20.46.183'),(6056,5,1169141878,'user.php','edit','user id = 11600','196.20.46.183'),(6057,5,1169142148,'user.php','update','user id = 11600','196.20.46.183'),(6058,5,1169142164,'user.php','update','user id = 11600','196.20.46.183'),(6059,5,1169142166,'user.php','modify','user id = 11600','196.20.46.183'),(6060,5,1169142533,'user.php','modify','','196.20.46.183'),(6061,5,1169142542,'user.php','find','','196.20.46.183'),(6062,5,1169142543,'user.php','edit','user id = 11600','196.20.46.183'),(6063,5,1169142567,'user.php','update','user id = 11600','196.20.46.183'),(6064,5,1169142569,'user.php','modify','user id = 11600','196.20.46.183'),(6065,8,1169306613,'user.php','modify','','84.36.132.167'),(6066,8,1169306619,'user.php','find','','84.36.132.167'),(6067,8,1169306620,'user.php','edit','user id = 7086','84.36.132.167'),(6068,8,1169306646,'user.php','update','user id = 7086','84.36.132.167'),(6069,8,1169306652,'user.php','modify','user id = 7086','84.36.132.167'),(6070,8,1169306835,'user.php','find','','84.36.132.167'),(6071,8,1169306837,'user.php','edit','user id = 4714','84.36.132.167'),(6072,8,1169306849,'user.php','update','user id = 4714','84.36.132.167'),(6073,8,1169306851,'user.php','modify','user id = 4714','84.36.132.167'),(6074,8,1169306865,'user.php','find','','84.36.132.167'),(6075,8,1169306866,'user.php','edit','user id = 4714','84.36.132.167'),(6076,1,1169308358,'user.php','modify','','196.219.144.60'),(6077,1,1169308367,'user.php','find','','196.219.144.60'),(6078,1,1169308369,'user.php','edit','user id = 7086','196.219.144.60'),(6079,1,1169308391,'user.php','update','user id = 7086','196.219.144.60'),(6080,1,1169308396,'usergroup.php','modify','','196.219.144.60'),(6081,1,1169308398,'user.php','modify','user id = 7086','196.219.144.60'),(6082,1,1169308415,'usergroup.php','edit','usergroup id = 12','196.219.144.60'),(6083,1,1169308416,'user.php','edit','user id = 7086','196.219.144.60'),(6084,1,1169308456,'user.php','update','user id = 7086','196.219.144.60'),(6085,1,1169308459,'user.php','modify','user id = 7086','196.219.144.60'),(6086,1,1169308473,'user.php','edit','user id = 7086','196.219.144.60'),(6087,1,1169308491,'user.php','update','user id = 7086','196.219.144.60'),(6088,1,1169308495,'user.php','modify','user id = 7086','196.219.144.60'),(6089,1,1169308500,'user.php','edit','user id = 7086','196.219.144.60'),(6090,1,1169308516,'user.php','update','user id = 7086','196.219.144.60'),(6091,1,1169308519,'user.php','modify','user id = 7086','196.219.144.60'),(6092,1,1169308537,'user.php','edit','user id = 7086','196.219.144.60'),(6093,1,1169308551,'user.php','update','user id = 7086','196.219.144.60'),(6094,1,1169308553,'user.php','modify','user id = 7086','196.219.144.60'),(6095,1,1169308557,'user.php','edit','user id = 7086','196.219.144.60'),(6096,1,1169308567,'user.php','update','user id = 7086','196.219.144.60'),(6097,1,1169308569,'user.php','modify','user id = 7086','196.219.144.60'),(6098,1,1169308574,'usergroup.php','modify','','196.219.144.60'),(6099,1,1169308580,'usergroup.php','edit','usergroup id = 11','196.219.144.60'),(6100,1,1169308589,'usergroup.php','modify','','196.219.144.60'),(6101,1,1169308593,'usergroup.php','edit','usergroup id = 12','196.219.144.60'),(6102,1,1169308601,'usergroup.php','update','usergroup id = 12','196.219.144.60'),(6103,1,1169308604,'usergroup.php','modify','','196.219.144.60'),(6104,1,1169308619,'user.php','find','','196.219.144.60'),(6105,1,1169308621,'user.php','edit','user id = 7086','196.219.144.60'),(6106,1,1169308631,'user.php','update','user id = 7086','196.219.144.60'),(6107,1,1169308633,'user.php','modify','user id = 7086','196.219.144.60'),(6108,1,1169308644,'user.php','edit','user id = 7086','196.219.144.60'),(6109,1,1169308654,'user.php','update','user id = 7086','196.219.144.60'),(6110,1,1169308657,'user.php','modify','user id = 7086','196.219.144.60'),(6111,1,1169308677,'user.php','modify','','196.219.144.60'),(6112,1,1169308683,'user.php','find','','196.219.144.60'),(6113,1,1169308684,'user.php','edit','user id = 3360','196.219.144.60'),(6114,8,1169503120,'user.php','modify','','84.36.157.179'),(6115,8,1169503124,'user.php','find','','84.36.157.179'),(6116,8,1169503125,'user.php','edit','user id = 4183','84.36.157.179'),(6117,8,1169503907,'user.php','find','','84.36.157.179'),(6118,8,1169503911,'user.php','edit','user id = 10355','84.36.157.179'),(6119,8,1169517532,'user.php','modify','','84.36.157.179'),(6120,8,1169517548,'user.php','find','','84.36.157.179'),(6121,8,1169517565,'user.php','find','','84.36.157.179'),(6122,8,1169517592,'user.php','find','','84.36.157.179'),(6123,8,1169517708,'user.php','find','','84.36.157.179'),(6124,8,1169517771,'usertools.php','pmstats','','84.36.157.179'),(6125,8,1169517776,'usertools.php','pmuserstats','','84.36.157.179'),(6126,8,1169517783,'usertools.php','pmuserstats','','84.36.157.179'),(6127,8,1169517794,'usertools.php','pmuserstats','','84.36.157.179'),(6128,8,1169517800,'usertools.php','pmuserstats','','84.36.157.179'),(6129,8,1169517811,'usertools.php','pmuserstats','','84.36.157.179'),(6130,8,1169517816,'usertools.php','pmuserstats','','84.36.157.179'),(6131,8,1169517823,'usertools.php','pmuserstats','','84.36.157.179'),(6132,8,1169517829,'usertools.php','pmuserstats','','84.36.157.179'),(6133,8,1169517837,'usertools.php','pmuserstats','','84.36.157.179'),(6134,8,1169517846,'usertools.php','pmuserstats','','84.36.157.179'),(6135,8,1169517866,'pmsender.php','','','84.36.157.179'),(6136,8,1169517887,'banning.php','modify','','84.36.157.179'),(6137,8,1169595717,'user.php','find','','84.36.143.247'),(6138,8,1169595719,'user.php','edit','user id = 12182','84.36.143.247'),(6139,8,1169595764,'user.php','find','','84.36.143.247'),(6140,8,1169595765,'user.php','edit','user id = 1151','84.36.143.247'),(6141,1,1169676440,'user.php','find','','84.36.139.73'),(6142,1,1169676450,'user.php','find','','84.36.139.73'),(6143,1,1169676473,'banning.php','modify','','84.36.139.73'),(6144,1,1169676492,'banning.php','liftban','','84.36.139.73'),(6145,1,1169676496,'banning.php','doliftban','','84.36.139.73'),(6146,1,1169676498,'banning.php','','','84.36.139.73'),(6147,1,1169743324,'template.php','modify','','196.218.117.236'),(6148,1,1169743339,'css.php','edit','style id = 21','196.218.117.236'),(6149,1,1169743410,'css.php','update','style id = 21','196.218.117.236'),(6150,1,1169743412,'css.php','edit','style id = 21','196.218.117.236'),(6151,1,1169743840,'template.php','modify','','196.218.117.236'),(6152,1,1169743853,'css.php','edit','style id = 21','196.218.117.236'),(6153,1,1169743890,'css.php','update','style id = 21','196.218.117.236'),(6154,1,1169743892,'css.php','edit','style id = 21','196.218.117.236'),(6155,1,1169774879,'usergroup.php','modify','','84.36.139.73'),(6156,1,1169774885,'usergroup.php','edit','usergroup id = 2','84.36.139.73'),(6157,1,1169774914,'usergroup.php','update','usergroup id = 2','84.36.139.73'),(6158,1,1169774916,'usergroup.php','modify','','84.36.139.73'),(6159,1,1169774990,'usergroup.php','edit','usergroup id = 6','84.36.139.73'),(6160,1,1169774997,'template.php','modify','','84.36.139.73'),(6161,1,1169775003,'css.php','edit','style id = 21','84.36.139.73'),(6162,1,1169775020,'css.php','update','style id = 21','84.36.139.73'),(6163,1,1169775022,'css.php','edit','style id = 21','84.36.139.73'),(6164,1,1169775040,'usergroup.php','modify','','84.36.139.73'),(6165,1,1169775048,'usergroup.php','modify','','84.36.139.73'),(6166,1,1169775058,'usergroup.php','edit','usergroup id = 2','84.36.139.73'),(6167,1,1169776205,'usergroup.php','modify','','84.36.139.73'),(6168,1,1169776232,'usergroup.php','edit','usergroup id = 2','84.36.139.73'),(6169,1,1169776284,'usergroup.php','update','usergroup id = 2','84.36.139.73'),(6170,1,1169776295,'usergroup.php','modify','','84.36.139.73'),(6171,1,1169776488,'usergroup.php','modify','','84.36.139.73'),(6172,1,1169776528,'usergroup.php','edit','usergroup id = 2','84.36.139.73'),(6173,1,1169777062,'options.php','','','84.36.139.73'),(6174,1,1169777209,'options.php','options','','84.36.139.73'),(6175,1,1169777232,'options.php','options','','84.36.139.73'),(6176,1,1169790792,'template.php','modify','','84.36.135.152'),(6177,1,1169790800,'css.php','edit','style id = 21','84.36.135.152'),(6178,1,1169790886,'css.php','update','style id = 21','84.36.135.152'),(6179,1,1169790889,'css.php','edit','style id = 21','84.36.135.152'),(6180,8,1169823470,'template.php','modify','','84.36.139.154'),(6181,8,1169823497,'user.php','moderate','','84.36.139.154'),(6182,8,1169823517,'user.php','add','','84.36.139.154'),(6183,8,1169823521,'user.php','modify','','84.36.139.154'),(6184,8,1169823549,'modlog.php','choose','','84.36.139.154'),(6185,8,1169823552,'stats.php','index','','84.36.139.154'),(6186,8,1169823588,'moderate.php','events','','84.36.139.154'),(6187,8,1169823591,'moderate.php','posts','','84.36.139.154'),(6188,8,1169823606,'forum.php','modify','','84.36.139.154'),(6189,8,1169823615,'moderator.php','add','forum id = 5','84.36.139.154'),(6190,8,1169823697,'moderator.php','update','forum id = 5','84.36.139.154'),(6191,8,1169823699,'forum.php','modify','forum id = 5','84.36.139.154'),(6192,8,1169936893,'user.php','add','','84.36.131.228'),(6193,8,1169936901,'user.php','modify','','84.36.131.228'),(6194,8,1169936906,'user.php','find','','84.36.131.228'),(6195,8,1169936907,'user.php','edit','user id = 12628','84.36.131.228'),(6196,1,1170003847,'usergroup.php','modify','','196.218.117.200'),(6197,1,1170003879,'usergroup.php','edit','usergroup id = 12','196.218.117.200'),(6198,1,1170004069,'usergroup.php','modify','','196.218.117.200'),(6199,1,1170004075,'usergroup.php','modifypromotion','usergroup id = 12','196.218.117.200'),(6200,1,1170004081,'usergroup.php','modify','','196.218.117.200'),(6201,1,1170004091,'user.php','find','','196.218.117.200'),(6202,1,1170004095,'user.php','edit','user id = 3360','196.218.117.200'),(6203,1,1170004122,'user.php','update','user id = 3360','196.218.117.200'),(6204,1,1170004125,'user.php','modify','user id = 3360','196.218.117.200'),(6205,1,1170004212,'user.php','edit','user id = 3360','196.218.117.200'),(6206,1,1170004221,'user.php','update','user id = 3360','196.218.117.200'),(6207,1,1170004225,'usergroup.php','modify','','196.218.117.200'),(6208,1,1170004232,'usergroup.php','edit','usergroup id = 12','196.218.117.200'),(6209,1,1170004244,'usergroup.php','update','usergroup id = 12','196.218.117.200'),(6210,1,1170004248,'usergroup.php','modify','','196.218.117.200'),(6211,1,1170004254,'usergroup.php','edit','usergroup id = 12','196.218.117.200'),(6212,1,1170004281,'usergroup.php','update','usergroup id = 12','196.218.117.200'),(6213,1,1170004290,'usergroup.php','modify','','196.218.117.200'),(6214,1,1170191618,'template.php','modify','','84.36.132.132'),(6215,1,1170191988,'template.php','modify','','84.36.132.132'),(6216,8,1170252735,'forum.php','add','','84.36.153.159'),(6217,8,1170252751,'forum.php','modify','','84.36.153.159'),(6218,8,1170252761,'forum.php','edit','forum id = 14','84.36.153.159'),(6219,8,1170252903,'forum.php','update','forum id = 14','84.36.153.159'),(6220,8,1170253745,'forum.php','update','forum id = 14','84.36.153.159'),(6221,8,1170253748,'forum.php','modify','forum id = 14','84.36.153.159'),(6222,8,1170253832,'forum.php','add','','84.36.153.159'),(6223,8,1170254611,'forum.php','update','','84.36.153.159'),(6224,8,1170254616,'forum.php','modify','forum id = 31','84.36.153.159'),(6225,8,1170254663,'forum.php','edit','forum id = 31','84.36.153.159'),(6226,8,1170254686,'forum.php','remove','forum id = 31','84.36.153.159'),(6227,8,1170254688,'forum.php','kill','forum id = 31','84.36.153.159'),(6228,8,1170254690,'forum.php','','','84.36.153.159'),(6229,8,1170254772,'forum.php','add','','84.36.153.159'),(6230,8,1170254769,'forum.php','add','','84.36.153.159'),(6231,8,1170254750,'forum.php','edit','forum id = 14','84.36.153.159'),(6232,8,1170254786,'forum.php','add','','84.36.153.159'),(6233,8,1170254817,'forum.php','update','','84.36.153.159'),(6234,8,1170254819,'forum.php','modify','forum id = 32','84.36.153.159'),(6235,1,1170264631,'user.php','modify','','196.219.144.117'),(6236,1,1170264638,'user.php','find','','196.219.144.117'),(6237,1,1170264640,'user.php','edit','user id = 21','196.219.144.117'),(6238,1,1170264678,'user.php','update','user id = 21','196.219.144.117'),(6239,1,1170264682,'user.php','modify','user id = 21','196.219.144.117'),(6240,1,1170265209,'moderate.php','posts','','196.219.144.117'),(6241,1,1170265239,'moderate.php','doposts','','196.219.144.117'),(6242,1,1170265242,'moderate.php','posts','','196.219.144.117'),(6243,1,1170265323,'moderate.php','posts','','196.219.144.117'),(6244,1,1170265324,'moderate.php','doposts','','196.219.144.117'),(6245,1,1170265434,'moderate.php','doposts','','196.219.144.117'),(6246,1,1170265436,'moderate.php','posts','','196.219.144.117'),(6247,1,1170265522,'moderate.php','posts','','196.219.144.117'),(6248,1,1170265523,'moderate.php','doposts','','196.219.144.117'),(6249,1,1170265642,'moderate.php','doposts','','196.219.144.117'),(6250,1,1170265645,'moderate.php','posts','','196.219.144.117'),(6251,1,1170265843,'moderate.php','doposts','','196.219.144.117'),(6252,1,1170265846,'moderate.php','posts','','196.219.144.117'),(6253,1,1170266015,'moderate.php','doposts','','196.219.144.117'),(6254,1,1170266018,'moderate.php','posts','','196.219.144.117'),(6255,1,1170266040,'forum.php','modify','','196.219.144.117'),(6256,1,1170266112,'forum.php','edit','forum id = 32','196.219.144.117'),(6257,1,1170266184,'forum.php','update','forum id = 32','196.219.144.117'),(6258,1,1170266188,'forum.php','modify','forum id = 32','196.219.144.117'),(6259,1,1170266212,'forum.php','edit','forum id = 32','196.219.144.117'),(6260,1,1170266228,'forum.php','update','forum id = 32','196.219.144.117'),(6261,1,1170266230,'forum.php','modify','forum id = 32','196.219.144.117'),(6262,1,1170266272,'forum.php','doorder','','196.219.144.117'),(6263,1,1170266277,'forum.php','modify','','196.219.144.117'),(6264,1,1170266302,'forum.php','edit','forum id = 14','196.219.144.117'),(6265,1,1170266329,'forum.php','update','forum id = 14','196.219.144.117'),(6266,1,1170266332,'forum.php','modify','forum id = 14','196.219.144.117'),(6267,1,1170266564,'forum.php','add','','196.219.144.117'),(6268,1,1170266616,'forum.php','update','','196.219.144.117'),(6269,1,1170266619,'forum.php','modify','forum id = 33','196.219.144.117'),(6270,1,1170266669,'forum.php','edit','forum id = 17','196.219.144.117'),(6271,1,1170266677,'forum.php','update','forum id = 17','196.219.144.117'),(6272,1,1170266689,'forum.php','modify','forum id = 17','196.219.144.117'),(6273,1,1170266787,'forum.php','edit','forum id = 30','196.219.144.117'),(6274,1,1170266817,'forum.php','remove','forum id = 30','196.219.144.117'),(6275,1,1170266825,'forum.php','kill','forum id = 30','196.219.144.117'),(6276,1,1170266867,'forum.php','','','196.219.144.117'),(6277,1,1170266902,'forum.php','doorder','','196.219.144.117'),(6278,1,1170266908,'forum.php','modify','','196.219.144.117'),(6279,1,1170267106,'template.php','modify','','196.219.144.117'),(6280,1,1170267128,'css.php','edit','style id = 21','196.219.144.117'),(6281,1,1170267237,'css.php','update','style id = 21','196.219.144.117'),(6282,1,1170267242,'css.php','edit','style id = 21','196.219.144.117'),(6283,1,1170289402,'template.php','modify','','84.36.254.208'),(6284,1,1170289412,'css.php','edit','style id = 21','84.36.254.208'),(6285,1,1170289569,'css.php','update','style id = 21','84.36.254.208'),(6286,1,1170289572,'css.php','edit','style id = 21','84.36.254.208'),(6287,1,1170291915,'pmsender.php','','','84.36.254.208'),(6288,1,1170291931,'pmsender.php','','','84.36.254.208'),(6289,1,1170291937,'pmsender.php','','','84.36.254.208'),(6290,1,1170292020,'pmsender.php','send','','84.36.254.208'),(6291,1,1170292042,'pmsender.php','send','','84.36.254.208'),(6292,1,1170292055,'pmsender.php','send','','84.36.254.208'),(6293,1,1170292062,'pmsender.php','send','','84.36.254.208'),(6294,1,1170292071,'pmsender.php','send','','84.36.254.208'),(6295,1,1170292077,'pmsender.php','send','','84.36.254.208'),(6296,1,1170292083,'pmsender.php','send','','84.36.254.208'),(6297,1,1170292089,'pmsender.php','send','','84.36.254.208'),(6298,1,1170292095,'pmsender.php','send','','84.36.254.208'),(6299,1,1170292102,'pmsender.php','send','','84.36.254.208'),(6300,1,1170292109,'pmsender.php','send','','84.36.254.208'),(6301,1,1170292117,'pmsender.php','send','','84.36.254.208'),(6302,1,1170292124,'pmsender.php','send','','84.36.254.208'),(6303,1,1170292132,'pmsender.php','send','','84.36.254.208'),(6304,1,1170292138,'pmsender.php','send','','84.36.254.208'),(6305,1,1170292143,'pmsender.php','send','','84.36.254.208'),(6306,1,1170292148,'pmsender.php','send','','84.36.254.208'),(6307,1,1170292156,'pmsender.php','send','','84.36.254.208'),(6308,1,1170292161,'pmsender.php','send','','84.36.254.208'),(6309,1,1170292167,'pmsender.php','send','','84.36.254.208'),(6310,1,1170292173,'pmsender.php','send','','84.36.254.208'),(6311,1,1170292178,'pmsender.php','send','','84.36.254.208'),(6312,1,1170292184,'pmsender.php','send','','84.36.254.208'),(6313,1,1170292193,'pmsender.php','send','','84.36.254.208'),(6314,1,1170292198,'pmsender.php','send','','84.36.254.208'),(6315,1,1170292203,'pmsender.php','send','','84.36.254.208'),(6316,1,1170292209,'pmsender.php','send','','84.36.254.208'),(6317,1,1170292214,'pmsender.php','send','','84.36.254.208'),(6318,1,1170292220,'pmsender.php','send','','84.36.254.208'),(6319,1,1170292225,'pmsender.php','send','','84.36.254.208'),(6320,1,1170292232,'pmsender.php','send','','84.36.254.208'),(6321,1,1170292239,'pmsender.php','send','','84.36.254.208'),(6322,1,1170292248,'pmsender.php','send','','84.36.254.208'),(6323,1,1170292255,'pmsender.php','send','','84.36.254.208'),(6324,1,1170292263,'pmsender.php','send','','84.36.254.208'),(6325,1,1170292270,'pmsender.php','send','','84.36.254.208'),(6326,1,1170292275,'pmsender.php','send','','84.36.254.208'),(6327,1,1170292282,'pmsender.php','send','','84.36.254.208'),(6328,1,1170292290,'pmsender.php','send','','84.36.254.208'),(6329,1,1170292296,'pmsender.php','send','','84.36.254.208'),(6330,1,1170292302,'pmsender.php','send','','84.36.254.208'),(6331,1,1170292311,'pmsender.php','send','','84.36.254.208'),(6332,1,1170292317,'pmsender.php','send','','84.36.254.208'),(6333,1,1170292325,'pmsender.php','send','','84.36.254.208'),(6334,1,1170297078,'template.php','modify','','84.36.254.208'),(6335,1,1170297083,'css.php','edit','style id = 21','84.36.254.208'),(6336,1,1170297131,'css.php','update','style id = 21','84.36.254.208'),(6337,1,1170297134,'css.php','edit','style id = 21','84.36.254.208'),(6338,1,1170297169,'css.php','update','style id = 21','84.36.254.208'),(6339,1,1170297172,'css.php','edit','style id = 21','84.36.254.208'),(6340,1,1170298361,'template.php','modify','','84.36.254.208'),(6341,1,1170298367,'css.php','edit','style id = 21','84.36.254.208'),(6342,1,1170298416,'css.php','update','style id = 21','84.36.254.208'),(6343,1,1170298418,'css.php','edit','style id = 21','84.36.254.208'),(6344,1,1170306182,'template.php','modify','','84.36.254.208'),(6345,1,1170306186,'css.php','edit','style id = 21','84.36.254.208'),(6346,1,1170306246,'css.php','update','style id = 21','84.36.254.208'),(6347,1,1170306249,'css.php','edit','style id = 21','84.36.254.208'),(6348,1,1170306342,'css.php','update','style id = 21','84.36.254.208'),(6349,1,1170306344,'css.php','edit','style id = 21','84.36.254.208'),(6350,147,1170375569,'user.php','viewuser','user id = 147','217.54.72.121'),(6351,147,1170375853,'user.php','viewuser','user id = 147','217.54.72.121'),(6352,147,1170376147,'user.php','viewuser','user id = 147','217.54.72.121'),(6353,1,1170376387,'user.php','modify','','84.36.153.72'),(6354,1,1170376396,'user.php','find','','84.36.153.72'),(6355,1,1170376404,'user.php','find','','84.36.153.72'),(6356,1,1170376411,'user.php','edit','user id = 4','84.36.153.72'),(6357,147,1170376417,'user.php','viewuser','user id = 147','217.54.72.121'),(6358,1,1170376430,'user.php','update','user id = 4','84.36.153.72'),(6359,147,1170376430,'announcement.php','add','','217.54.72.121'),(6360,1,1170376432,'usertools.php','avatar','user id = 4','84.36.153.72'),(6361,147,1170376435,'forum.php','modify','','217.54.72.121'),(6362,1,1170376439,'usertools.php','updateavatar','user id = 4','84.36.153.72'),(6363,1,1170376441,'user.php','modify','user id = 4','84.36.153.72'),(6364,1,1170376449,'user.php','find','','84.36.153.72'),(6365,147,1170376462,'forum.php','modify','','217.54.72.121'),(6366,1,1170376495,'user.php','edit','user id = 4','84.36.153.72'),(6367,1,1170376516,'user.php','update','user id = 4','84.36.153.72'),(6368,1,1170376518,'user.php','modify','user id = 4','84.36.153.72'),(6369,1,1170376523,'user.php','edit','user id = 4','84.36.153.72'),(6370,147,1170376530,'moderate.php','posts','','217.54.72.121'),(6371,1,1170376531,'user.php','update','user id = 4','84.36.153.72'),(6372,1,1170376534,'usertools.php','profilepic','user id = 4','84.36.153.72'),(6373,1,1170376548,'usertools.php','updateprofilepic','user id = 4','84.36.153.72'),(6374,1,1170376551,'user.php','modify','user id = 4','84.36.153.72'),(6375,1,1170376556,'user.php','edit','user id = 4','84.36.153.72'),(6376,147,1170376600,'banning.php','banuser','','217.54.72.121'),(6377,147,1170376603,'user.php','find','','217.54.72.121'),(6378,147,1170376699,'banning.php','banuser','','217.54.72.121'),(6379,8,1170376814,'user.php','modify','','84.36.149.5'),(6380,8,1170376824,'user.php','find','','84.36.149.5'),(6381,8,1170376837,'user.php','edit','user id = 147','84.36.149.5'),(6382,147,1170376906,'user.php','viewuser','user id = 147','217.54.72.121'),(6383,147,1170376995,'user.php','find','','217.54.72.121'),(6384,147,1170377002,'banning.php','banuser','','217.54.72.121'),(6385,147,1170377100,'moderate.php','posts','','217.54.72.121'),(6386,147,1170377330,'announcement.php','add','','217.54.72.121'),(6387,147,1170379473,'announcement.php','add','','217.54.72.121'),(6388,147,1170379499,'forum.php','modify','','217.54.72.121'),(6389,147,1170379504,'announcement.php','add','','217.54.72.121'),(6390,147,1170379734,'moderate.php','posts','','217.54.72.121'),(6391,147,1170379786,'moderate.php','posts','','217.54.72.121'),(6392,147,1170379817,'moderate.php','attachments','','217.54.72.121'),(6393,147,1170379822,'moderate.php','events','','217.54.72.121'),(6394,147,1170379845,'user.php','find','','217.54.72.121'),(6395,147,1170379856,'banning.php','banuser','','217.54.72.121'),(6396,147,1170379860,'banning.php','modify','','217.54.72.121'),(6397,1,1170520916,'forum.php','modify','','196.218.117.182'),(6398,1,1170520977,'forum.php','add','','196.218.117.182'),(6399,1,1170521013,'forum.php','update','','196.218.117.182'),(6400,1,1170521023,'forum.php','modify','forum id = 34','196.218.117.182'),(6401,1,1170521039,'forum.php','doorder','','196.218.117.182'),(6402,1,1170521045,'forum.php','modify','','196.218.117.182'),(6403,1,1170521111,'forum.php','remove','forum id = 34','196.218.117.182'),(6404,1,1170521120,'forum.php','kill','forum id = 34','196.218.117.182'),(6405,1,1170521128,'forum.php','','','196.218.117.182'),(6406,1,1170521156,'forum.php','add','','196.218.117.182'),(6407,1,1170521218,'forum.php','update','','196.218.117.182'),(6408,1,1170521223,'forum.php','modify','forum id = 35','196.218.117.182'),(6409,1,1170521248,'forum.php','remove','forum id = 35','196.218.117.182'),(6410,1,1170521255,'forum.php','kill','forum id = 35','196.218.117.182'),(6411,1,1170521259,'forum.php','','','196.218.117.182'),(6412,1,1170521274,'forum.php','add','','196.218.117.182'),(6413,1,1170521301,'forum.php','update','','196.218.117.182'),(6414,1,1170521305,'forum.php','modify','forum id = 36','196.218.117.182'),(6415,1,1170521328,'forum.php','edit','forum id = 12','196.218.117.182'),(6416,1,1170521349,'forum.php','update','forum id = 12','196.218.117.182'),(6417,1,1170521359,'forum.php','modify','forum id = 12','196.218.117.182'),(6418,1,1170521369,'forum.php','add','','196.218.117.182'),(6419,1,1170521408,'forum.php','update','','196.218.117.182'),(6420,1,1170521412,'forum.php','modify','forum id = 37','196.218.117.182'),(6421,1,1170521434,'forum.php','add','','196.218.117.182'),(6422,1,1170521492,'forum.php','update','','196.218.117.182'),(6423,1,1170521496,'forum.php','modify','forum id = 38','196.218.117.182'),(6424,1,1170521512,'template.php','modify','','196.218.117.182'),(6425,1,1170521551,'css.php','edit','style id = 21','196.218.117.182'),(6426,1,1170521614,'css.php','update','style id = 21','196.218.117.182'),(6427,1,1170521618,'css.php','edit','style id = 21','196.218.117.182'),(6428,1,1170521672,'css.php','update','style id = 21','196.218.117.182'),(6429,1,1170521676,'css.php','edit','style id = 21','196.218.117.182'),(6430,1,1170521853,'css.php','update','style id = 21','196.218.117.182'),(6431,1,1170521860,'css.php','edit','style id = 21','196.218.117.182'),(6432,1,1170533481,'moderate.php','posts','','84.36.145.172'),(6433,1,1170533571,'moderate.php','doposts','','84.36.145.172'),(6434,1,1170533574,'moderate.php','posts','','84.36.145.172'),(6435,1,1170533635,'moderate.php','doposts','','84.36.145.172'),(6436,1,1170533638,'moderate.php','posts','','84.36.145.172'),(6437,1,1170533666,'forum.php','modify','','84.36.145.172'),(6438,1,1170533690,'forum.php','add','','84.36.145.172'),(6439,1,1170533736,'forum.php','update','','84.36.145.172'),(6440,1,1170533738,'forum.php','modify','forum id = 39','84.36.145.172'),(6441,1,1170533772,'forum.php','add','','84.36.145.172'),(6442,1,1170533896,'forum.php','update','','84.36.145.172'),(6443,1,1170533897,'forum.php','modify','forum id = 40','84.36.145.172'),(6444,1,1170533957,'forum.php','add','','84.36.145.172'),(6445,1,1170534490,'forum.php','update','','84.36.145.172'),(6446,1,1170534494,'forum.php','modify','forum id = 41','84.36.145.172'),(6447,1,1170534511,'forum.php','remove','forum id = 41','84.36.145.172'),(6448,1,1170534512,'forum.php','kill','forum id = 41','84.36.145.172'),(6449,1,1170534514,'forum.php','','','84.36.145.172'),(6450,1,1170534620,'forum.php','add','','84.36.145.172'),(6451,1,1170534772,'forum.php','modify','','84.36.145.172'),(6452,1,1170534916,'forum.php','add','','84.36.145.172'),(6453,1,1170535042,'forum.php','modify','','84.36.145.172'),(6454,1,1170535095,'forum.php','modify','','84.36.145.172'),(6455,1,1170535209,'forum.php','add','','84.36.145.172'),(6456,1,1170535235,'forum.php','add','','84.36.145.172'),(6457,1,1170536050,'forum.php','modify','','84.36.145.172'),(6458,1,1170536829,'forum.php','modify','','84.36.145.172'),(6459,1,1170537456,'forum.php','modify','','62.139.83.249'),(6460,1,1170537464,'forum.php','add','','62.139.83.249'),(6461,1,1170537534,'forum.php','modify','','62.139.83.249'),(6462,1,1170537542,'forum.php','edit','forum id = 2','62.139.83.249'),(6463,1,1170537584,'forum.php','update','','62.139.83.249'),(6464,1,1170537586,'forum.php','modify','forum id = 42','62.139.83.249'),(6465,1,1170537640,'forum.php','update','','62.139.83.249'),(6466,1,1170537653,'forum.php','modify','forum id = 43','62.139.83.249'),(6467,1,1170537729,'forum.php','edit','forum id = 43','62.139.83.249'),(6468,1,1170537753,'forum.php','edit','forum id = 3','62.139.83.249'),(6469,1,1170537817,'forum.php','update','forum id = 43','62.139.83.249'),(6470,1,1170537907,'forum.php','update','forum id = 43','62.139.83.249'),(6471,1,1170538025,'forum.php','edit','forum id = 43','62.139.83.249'),(6472,1,1170538040,'forum.php','add','','62.139.83.249'),(6473,1,1170538042,'forum.php','modify','','62.139.83.249'),(6474,8,1170538638,'user.php','modify','','196.219.144.110'),(6475,8,1170538648,'user.php','find','','196.219.144.110'),(6476,8,1170538651,'user.php','edit','user id = 13558','196.219.144.110'),(6477,1,1170539809,'template.php','modify','','84.36.145.172'),(6478,1,1170539813,'forum.php','modify','','84.36.145.172'),(6479,1,1170539995,'forum.php','doorder','','84.36.145.172'),(6480,1,1170539997,'forum.php','modify','','84.36.145.172'),(6481,1,1170540034,'forum.php','edit','forum id = 43','84.36.145.172'),(6482,1,1170540066,'forum.php','update','forum id = 43','84.36.145.172'),(6483,1,1170540068,'forum.php','modify','forum id = 43','84.36.145.172'),(6484,1,1170540103,'forum.php','add','','84.36.145.172'),(6485,1,1170540130,'forum.php','update','','84.36.145.172'),(6486,1,1170540132,'forum.php','modify','forum id = 44','84.36.145.172'),(6487,1,1170540162,'forum.php','add','','84.36.145.172'),(6488,1,1170540233,'forum.php','modify','','84.36.145.172'),(6489,1,1170540249,'forum.php','edit','forum id = 43','84.36.145.172'),(6490,1,1170540254,'forum.php','update','forum id = 43','84.36.145.172'),(6491,1,1170540256,'forum.php','modify','forum id = 43','84.36.145.172'),(6492,1,1170540268,'forum.php','add','','84.36.145.172'),(6493,1,1170540281,'forum.php','update','','84.36.145.172'),(6494,1,1170540283,'forum.php','modify','forum id = 45','84.36.145.172'),(6495,1,1170540290,'forum.php','add','','84.36.145.172'),(6496,1,1170540334,'forum.php','update','','84.36.145.172'),(6497,1,1170540336,'forum.php','modify','forum id = 46','84.36.145.172'),(6498,1,1170540358,'forum.php','add','','84.36.145.172'),(6499,1,1170540382,'forum.php','update','','84.36.145.172'),(6500,1,1170540384,'forum.php','modify','forum id = 47','84.36.145.172'),(6501,1,1170540388,'forum.php','edit','forum id = 46','84.36.145.172'),(6502,1,1170540393,'forum.php','update','forum id = 46','84.36.145.172'),(6503,1,1170540396,'forum.php','modify','forum id = 46','84.36.145.172'),(6504,1,1170540404,'forum.php','add','','84.36.145.172'),(6505,1,1170540421,'forum.php','update','','84.36.145.172'),(6506,1,1170540424,'forum.php','modify','forum id = 48','84.36.145.172'),(6507,1,1170540443,'forum.php','add','','84.36.145.172'),(6508,1,1170540461,'forum.php','update','','84.36.145.172'),(6509,1,1170540464,'forum.php','modify','forum id = 49','84.36.145.172'),(6510,1,1170540508,'forum.php','edit','forum id = 45','84.36.145.172'),(6511,1,1170540516,'forum.php','update','forum id = 45','84.36.145.172'),(6512,1,1170540518,'forum.php','modify','forum id = 45','84.36.145.172'),(6513,1,1170540553,'forum.php','edit','forum id = 44','84.36.145.172'),(6514,1,1170540560,'forum.php','update','forum id = 44','84.36.145.172'),(6515,1,1170540562,'forum.php','modify','forum id = 44','84.36.145.172'),(6516,1,1170540750,'forum.php','remove','forum id = 42','84.36.145.172'),(6517,1,1170540752,'forum.php','kill','forum id = 42','84.36.145.172'),(6518,1,1170540754,'forum.php','','','84.36.145.172'),(6519,1,1170540768,'forum.php','edit','forum id = 12','84.36.145.172'),(6520,1,1170540781,'forum.php','doorder','','84.36.145.172'),(6521,1,1170540783,'forum.php','modify','','84.36.145.172'),(6522,1,1170540786,'forum.php','add','','84.36.145.172'),(6523,1,1170540808,'template.php','modify','','84.36.145.172'),(6524,1,1170540812,'css.php','edit','style id = 21','84.36.145.172'),(6525,1,1170540873,'css.php','update','style id = 21','84.36.145.172'),(6526,1,1170540875,'css.php','edit','style id = 21','84.36.145.172'),(6527,1,1170540903,'css.php','update','style id = 21','84.36.145.172'),(6528,1,1170540905,'css.php','edit','style id = 21','84.36.145.172'),(6529,1,1170541070,'css.php','update','style id = 21','84.36.145.172'),(6530,1,1170541072,'css.php','edit','style id = 21','84.36.145.172'),(6531,1,1170541146,'forum.php','modify','','84.36.145.172'),(6532,1,1170541151,'forum.php','edit','forum id = 39','84.36.145.172'),(6533,1,1170541166,'forum.php','update','forum id = 39','84.36.145.172'),(6534,1,1170541168,'forum.php','modify','forum id = 39','84.36.145.172'),(6535,1,1170541536,'moderator.php','add','forum id = 4','84.36.145.172'),(6536,1,1170541542,'moderator.php','update','forum id = 4','84.36.145.172'),(6537,1,1170541544,'forum.php','modify','forum id = 4','84.36.145.172'),(6538,1,1170541621,'moderator.php','edit',' moderator id = 17','84.36.145.172'),(6539,1,1170541627,'moderator.php','remove',' moderator id = 17','84.36.145.172'),(6540,1,1170541630,'moderator.php','kill',' moderator id = 17','84.36.145.172'),(6541,1,1170541632,'forum.php','','','84.36.145.172'),(6542,1,1170541646,'moderator.php','add','forum id = 26','84.36.145.172'),(6543,1,1170541653,'forum.php','modify','','84.36.145.172'),(6544,1,1170541657,'moderator.php','add','forum id = 3','84.36.145.172'),(6545,1,1170541662,'moderator.php','update','forum id = 3','84.36.145.172'),(6546,1,1170541664,'forum.php','modify','forum id = 3','84.36.145.172'),(6547,1,1170541811,'user.php','modify','','84.36.145.172'),(6548,1,1170541815,'user.php','find','','84.36.145.172'),(6549,1,1170541819,'user.php','edit','user id = 555','84.36.145.172'),(6550,1,1170541829,'forum.php','modify','','84.36.145.172'),(6551,1,1170543687,'forum.php','modify','','84.36.145.172'),(6552,1,1170543693,'moderator.php','add','forum id = 43','84.36.145.172'),(6553,1,1170543708,'moderator.php','update','forum id = 43','84.36.145.172'),(6554,1,1170543710,'forum.php','modify','forum id = 43','84.36.145.172'),(6555,1,1170545579,'forum.php','modify','','84.36.145.172'),(6556,1,1170545588,'moderator.php','add','forum id = 43','84.36.145.172'),(6557,1,1170545597,'moderator.php','update','forum id = 43','84.36.145.172'),(6558,1,1170545614,'moderator.php','update','forum id = 43','84.36.145.172'),(6559,1,1170545619,'forum.php','modify','forum id = 43','84.36.145.172'),(6560,1,1170545699,'user.php','modify','','84.36.145.172'),(6561,1,1170545707,'user.php','find','','84.36.145.172'),(6562,1,1170545713,'user.php','find','','84.36.145.172'),(6563,1,1170545729,'moderator.php','showlist','','84.36.145.172'),(6564,1,1170545733,'user.php','edit','user id = 13582','84.36.145.172'),(6565,1,1170545743,'user.php','update','user id = 13582','84.36.145.172'),(6566,1,1170545746,'user.php','modify','user id = 13582','84.36.145.172'),(6567,1,1170555743,'plugin.php','modify','','84.36.158.164'),(6568,1,1170555757,'plugin.php','updateactive','','84.36.158.164'),(6569,1,1170556180,'template.php','modify','','84.36.158.164'),(6570,1,1170556187,'css.php','edit','style id = 21','84.36.158.164'),(6571,1,1170556205,'css.php','update','style id = 21','84.36.158.164'),(6572,1,1170556208,'css.php','edit','style id = 21','84.36.158.164'),(6573,1,1170563670,'forum.php','modify','','84.36.146.216'),(6574,1,1170563693,'forum.php','edit','forum id = 39','84.36.146.216'),(6575,1,1170563702,'forum.php','update','forum id = 39','84.36.146.216'),(6576,1,1170563704,'forum.php','modify','forum id = 39','84.36.146.216'),(6577,1,1170568216,'user.php','add','','84.36.146.216'),(6578,1,1170568222,'user.php','modify','','84.36.146.216'),(6579,1,1170613930,'plugin.php','modify','','196.219.144.110'),(6580,1,1170613940,'plugin.php','updateactive','','196.219.144.110'),(6581,1,1170614243,'forum.php','modify','','196.219.144.110'),(6582,1,1170615390,'forum.php','edit','forum id = 12','196.219.144.110'),(6583,1,1170615401,'forum.php','add','','196.219.144.110'),(6584,1,1170615468,'forum.php','update','','196.219.144.110'),(6585,1,1170615471,'forum.php','modify','forum id = 50','196.219.144.110'),(6586,1,1170615505,'forum.php','remove','forum id = 50','196.219.144.110'),(6587,1,1170615515,'forum.php','kill','forum id = 50','196.219.144.110'),(6588,1,1170615518,'forum.php','','','196.219.144.110'),(6589,1,1170615527,'forum.php','add','','196.219.144.110'),(6590,1,1170615548,'forum.php','update','','196.219.144.110'),(6591,1,1170615551,'forum.php','modify','forum id = 51','196.219.144.110'),(6592,1,1170615568,'forum.php','doorder','','196.219.144.110'),(6593,1,1170615571,'forum.php','modify','','196.219.144.110'),(6594,1,1170615616,'forum.php','edit','forum id = 36','196.219.144.110'),(6595,1,1170615632,'forum.php','update','forum id = 36','196.219.144.110'),(6596,1,1170615634,'forum.php','modify','forum id = 36','196.219.144.110'),(6597,1,1170615672,'forum.php','edit','forum id = 37','196.219.144.110'),(6598,1,1170615681,'forum.php','update','forum id = 37','196.219.144.110'),(6599,1,1170615683,'forum.php','modify','forum id = 37','196.219.144.110'),(6600,1,1170615736,'forum.php','edit','forum id = 37','196.219.144.110'),(6601,1,1170615763,'forum.php','edit','forum id = 38','196.219.144.110'),(6602,1,1170615783,'forum.php','update','forum id = 38','196.219.144.110'),(6603,1,1170615785,'forum.php','modify','forum id = 38','196.219.144.110'),(6604,1,1170615809,'forum.php','edit','forum id = 12','196.219.144.110'),(6605,1,1170615817,'forum.php','update','forum id = 12','196.219.144.110'),(6606,1,1170615819,'forum.php','modify','forum id = 12','196.219.144.110'),(6607,1,1170616375,'forum.php','edit','forum id = 37','196.219.144.110'),(6608,1,1170616382,'forum.php','edit','forum id = 36','196.219.144.110'),(6609,1,1170616394,'moderator.php','add','forum id = 37','196.219.144.110'),(6610,1,1170616417,'moderator.php','update','forum id = 37','196.219.144.110'),(6611,1,1170616421,'forum.php','modify','forum id = 37','196.219.144.110'),(6612,1,1170616953,'moderate.php','posts','','196.219.144.110'),(6613,1,1170616977,'moderate.php','doposts','','196.219.144.110'),(6614,1,1170616982,'moderate.php','posts','','196.219.144.110'),(6615,1,1170616989,'user.php','modify','','196.219.144.110'),(6616,1,1170617004,'user.php','find','','196.219.144.110'),(6617,1,1170617007,'user.php','edit','user id = 3360','196.219.144.110'),(6618,1,1170617020,'user.php','update','user id = 3360','196.219.144.110'),(6619,1,1170617023,'user.php','modify','user id = 3360','196.219.144.110'),(6620,1,1170617027,'user.php','edit','user id = 3360','196.219.144.110'),(6621,1,1170617054,'user.php','update','user id = 3360','196.219.144.110'),(6622,1,1170617061,'user.php','modify','user id = 3360','196.219.144.110'),(6623,1,1170617071,'user.php','edit','user id = 3360','196.219.144.110'),(6624,8,1170618776,'user.php','modify','','196.219.144.110'),(6625,8,1170618837,'user.php','find','','196.219.144.110'),(6626,8,1170618845,'user.php','edit','user id = 3919','196.219.144.110'),(6627,8,1170618912,'user.php','find','','196.219.144.110'),(6628,8,1170618919,'user.php','find','','196.219.144.110'),(6629,8,1170618929,'user.php','find','','196.219.144.110'),(6630,8,1170618967,'user.php','find','','196.219.144.110')