-- phpMyAdmin SQL Dump
-- version 3.2.4
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Jan 15, 2010 at 07:41 PM
-- Server version: 5.1.40
-- PHP Version: 5.2.6

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;

--
-- Database: `ccasr_vb091808`
--

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

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

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

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


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

--
-- Table structure for table `action`
--

CREATE TABLE IF NOT EXISTS `action` (
  `actionid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `routeid` int(10) unsigned NOT NULL DEFAULT '0',
  `packageid` int(10) unsigned NOT NULL DEFAULT '0',
  `controller` varbinary(50) NOT NULL DEFAULT '                                                  ',
  `useraction` varchar(50) NOT NULL DEFAULT '',
  `classaction` varbinary(50) NOT NULL DEFAULT '                                                  ',
  PRIMARY KEY (`actionid`),
  UNIQUE KEY `useraction` (`routeid`,`useraction`),
  UNIQUE KEY `classaction` (`packageid`,`controller`,`classaction`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=18 ;

--
-- Dumping data for table `action`
--

INSERT INTO `action` (`actionid`, `routeid`, `packageid`, `controller`, `useraction`, `classaction`) VALUES
(1, 2, 3, 'Content                                           ', 'view', 'View                                              '),
(2, 2, 3, 'Content                                           ', 'edit', 'EditPage                                          '),
(3, 2, 3, 'Content                                           ', 'editcontent', 'EditContent                                       '),
(4, 2, 3, 'Content                                           ', 'configcontent', 'ConfigContent                                     '),
(5, 2, 3, 'Content                                           ', 'addcontent', 'AddNode                                           '),
(6, 2, 3, 'Content                                           ', 'deletecontent', 'DeleteNode                                        '),
(7, 2, 3, 'Content                                           ', 'publish', 'PublishNode                                       '),
(8, 2, 3, 'Content                                           ', 'options', 'NodeOptions                                       '),
(9, 2, 3, 'Widget                                            ', 'viewwidget', 'View                                              '),
(10, 2, 3, 'Widget                                            ', 'configwidget', 'Config                                            '),
(11, 2, 3, 'Widget                                            ', 'configeditor', 'ConfigEditor                                      '),
(12, 2, 3, 'Widget                                            ', 'editwidget', 'Edit                                              '),
(13, 3, 3, 'BaseWidget                                        ', 'config', 'Config                                            '),
(14, 3, 3, 'BaseWidget                                        ', 'edit', 'Edit                                              '),
(15, 4, 3, 'Editor                                            ', 'switch', 'SwitchMode                                        '),
(16, 4, 3, 'Editor                                            ', 'tableoverlay', 'TableOverlay                                      '),
(17, 5, 3, 'List                                              ', 'list', 'List                                              ');

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

--
-- Table structure for table `ad`
--

CREATE TABLE IF NOT EXISTS `ad` (
  `adid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(250) NOT NULL DEFAULT '',
  `adlocation` varchar(250) NOT NULL DEFAULT '',
  `displayorder` int(10) unsigned NOT NULL DEFAULT '0',
  `active` smallint(5) unsigned NOT NULL DEFAULT '0',
  `snippet` mediumtext,
  PRIMARY KEY (`adid`),
  KEY `active` (`active`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `ad`
--


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

--
-- Table structure for table `adcriteria`
--

CREATE TABLE IF NOT EXISTS `adcriteria` (
  `adid` int(10) unsigned NOT NULL DEFAULT '0',
  `criteriaid` varchar(250) NOT NULL DEFAULT '',
  `condition1` varchar(250) NOT NULL DEFAULT '',
  `condition2` varchar(250) NOT NULL DEFAULT '',
  `condition3` varchar(250) NOT NULL DEFAULT '',
  PRIMARY KEY (`adid`,`criteriaid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `adcriteria`
--


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

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

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

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

INSERT INTO `adminhelp` (`adminhelpid`, `script`, `action`, `optionname`, `displayorder`, `volatile`, `product`) VALUES
(44742, 'usergroup', 'edit,add', 'blog_canviewown', 1, 1, 'vbblog'),
(44587, 'verify', 'modifyquestion', 'regex', 1, 1, 'vbulletin'),
(44586, 'verify', 'modifyquestion', 'question', 1, 1, 'vbulletin'),
(44585, 'verify', 'modifyanswer', 'answer', 1, 1, 'vbulletin'),
(44584, 'verify', 'intro', 'regimageoption', 2, 1, 'vbulletin'),
(44583, 'verify', 'intro', 'regimagetype', 1, 1, 'vbulletin'),
(44582, 'verify', 'intro', 'hv_type', 1, 1, 'vbulletin'),
(44581, 'verify', 'intro', 'hv_recaptcha_theme', 1, 1, 'vbulletin'),
(44580, 'verify', 'intro', 'hv_recaptcha_publickey', 1, 1, 'vbulletin'),
(44579, 'verify', 'intro', 'hv_recaptcha_privatekey', 1, 1, 'vbulletin'),
(44578, 'verify', 'intro', '', 1, 1, 'vbulletin'),
(44577, 'usertools', 'showreferrers', '', 1, 1, 'vbulletin'),
(44576, 'usertools', 'showreferrals', '', 1, 1, 'vbulletin'),
(44575, 'usertools', 'removesubs', '', 1, 1, 'vbulletin'),
(44574, 'usertools', 'removesentpms', '', 1, 1, 'vbulletin'),
(44573, 'usertools', 'removepms', '', 1, 1, 'vbulletin'),
(44572, 'usertools', 'referrers', 'enddate', 20, 1, 'vbulletin'),
(44571, 'usertools', 'referrers', 'startdate', 10, 1, 'vbulletin'),
(44570, 'usertools', 'referrers', '', 1, 1, 'vbulletin'),
(44569, 'usertools', 'pmuserstats', '', 1, 1, 'vbulletin'),
(44568, 'usertools', 'pmstats', '', 1, 1, 'vbulletin'),
(44567, 'usertools', 'pmfolderstats', '', 1, 1, 'vbulletin'),
(44566, 'usertools', 'merge', 'destuser', 20, 1, 'vbulletin'),
(44565, 'usertools', 'merge', 'sourceuser', 10, 1, 'vbulletin'),
(44564, 'usertools', 'merge', '', 1, 1, 'vbulletin'),
(44563, 'usertools', 'gethost', '', 1, 1, 'vbulletin'),
(44562, 'usertools', 'domerge', '', 1, 1, 'vbulletin'),
(44561, 'usertools', 'doips', 'depth', 40, 1, 'vbulletin'),
(44560, 'usertools', 'doips', 'username', 30, 1, 'vbulletin'),
(44559, 'usertools', 'doips', 'ipaddress', 20, 1, 'vbulletin'),
(44558, 'usertools', 'doips', '', 1, 1, 'vbulletin'),
(44557, 'usertools', '', '', 1, 1, 'vbulletin'),
(44556, 'usertitle', 'remove', '', 1, 1, 'vbulletin'),
(44555, 'usertitle', 'modify', '', 1, 1, 'vbulletin'),
(44554, 'usertitle', 'edit', '', 1, 1, 'vbulletin'),
(44552, 'usertitle', 'add,edit', 'title', 10, 1, 'vbulletin'),
(44553, 'usertitle', 'add,edit', 'minposts', 20, 1, 'vbulletin'),
(44551, 'usertitle', 'add', '', 1, 1, 'vbulletin'),
(44550, 'usertitle', '', '', 1, 1, 'vbulletin'),
(44549, 'usergroup', 'viewjoinrequests', '', 1, 1, 'vbulletin'),
(44548, 'usergroup', 'updatepromotion', 'joinusergroupid', 70, 1, 'vbulletin'),
(44547, 'usergroup', 'updatepromotion', 'type', 60, 1, 'vbulletin'),
(44546, 'usergroup', 'updatepromotion', 'strategy', 50, 1, 'vbulletin'),
(44545, 'usergroup', 'updatepromotion', 'posts', 40, 1, 'vbulletin'),
(44544, 'usergroup', 'updatepromotion', 'date', 30, 1, 'vbulletin'),
(44543, 'usergroup', 'updatepromotion', 'reputation', 20, 1, 'vbulletin'),
(44542, 'usergroup', 'updatepromotion', 'reputationtype', 10, 1, 'vbulletin'),
(44539, 'usergroup', 'removepromotion', '', 1, 1, 'vbulletin'),
(44541, 'usergroup', 'updatepromotion', 'usergroupid', 5, 1, 'vbulletin'),
(44540, 'usergroup', 'updatepromotion', '', 1, 1, 'vbulletin'),
(44538, 'usergroup', 'removeleader', '', 1, 1, 'vbulletin'),
(44536, 'usergroup', 'modifypromotion', '', 1, 1, 'vbulletin'),
(44537, 'usergroup', 'remove', '', 1, 1, 'vbulletin'),
(44534, 'usergroup', 'edit,add', 'caneditownmessages', 930, 1, 'vbulletin'),
(44535, 'usergroup', 'modify', '', 1, 1, 'vbulletin'),
(44533, 'usergroup', 'edit,add', 'canmessageothersprofile', 920, 1, 'vbulletin'),
(44532, 'usergroup', 'edit,add', 'canmessageownprofile', 910, 1, 'vbulletin'),
(44531, 'usergroup', 'edit,add', 'canmanageownprofile', 900, 1, 'vbulletin'),
(44530, 'usergroup', 'edit,add', 'requirehvcheck', 1, 1, 'vbulletin'),
(44529, 'usergroup', 'edit,add', 'pmthrottlequantity', 1, 1, 'vbulletin'),
(44528, 'usergroup', 'edit,add', 'maximumsocialgroups', 1, 1, 'vbulletin'),
(44527, 'usergroup', 'edit,add', 'groupiconmaxsize', 1, 1, 'vbulletin'),
(44526, 'usergroup', 'edit,add', 'canuploadgroupicon', 1, 1, 'vbulletin'),
(44525, 'usergroup', 'edit,add', 'canseethumbnails', 1, 1, 'vbulletin'),
(44524, 'usergroup', 'edit,add', 'canseeinfraction', 1, 1, 'vbulletin'),
(44523, 'usergroup', 'edit,add', 'canreverseinfraction', 1, 1, 'vbulletin'),
(44522, 'usergroup', 'edit,add', 'canpostmessage', 1, 1, 'vbulletin'),
(44521, 'usergroup', 'edit,add', 'canmanagediscussions', 1, 1, 'vbulletin'),
(44520, 'usergroup', 'edit,add', 'canlimitdiscussion', 1, 1, 'vbulletin'),
(44519, 'usergroup', 'edit,add', 'cangiveinfraction', 1, 1, 'vbulletin'),
(44518, 'usergroup', 'edit,add', 'cancreatediscussion', 1, 1, 'vbulletin'),
(44517, 'usergroup', 'edit,add', 'cananimategroupicon', 1, 1, 'vbulletin'),
(44515, 'usergroup', 'edit,add', 'canalwayscreatediscussion', 1, 1, 'vbulletin'),
(44516, 'usergroup', 'edit,add', 'canalwayspostmessage', 1, 1, 'vbulletin'),
(44513, 'usergroup', 'edit', '', 1, 1, 'vbulletin'),
(44514, 'usergroup', 'edit', 'caneditprivacy', 1, 1, 'vbulletin'),
(44512, 'usergroup', 'addleader', 'username', 20, 1, 'vbulletin'),
(44511, 'usergroup', 'addleader', 'usergroupid', 10, 1, 'vbulletin'),
(44510, 'usergroup', 'addleader', '', 1, 1, 'vbulletin'),
(44509, 'usergroup', 'add,edit', 'canmanageowngroups', 1270, 1, 'vbulletin'),
(44508, 'usergroup', 'add,edit', 'canpostnonmembergroup', 1260, 1, 'vbulletin'),
(44507, 'usergroup', 'add,edit', 'canmanagemessages', 1250, 1, 'vbulletin'),
(44506, 'usergroup', 'add,edit', 'canviewgroups', 1240, 1, 'vbulletin'),
(44505, 'usergroup', 'add,edit', 'candeleteowngroups', 1230, 1, 'vbulletin'),
(44504, 'usergroup', 'add,edit', 'caneditowngroups', 1220, 1, 'vbulletin'),
(44503, 'usergroup', 'add,edit', 'cancreategroups', 1210, 1, 'vbulletin'),
(44502, 'usergroup', 'add,edit', 'caneditborders', 1140, 1, 'vbulletin'),
(44501, 'usergroup', 'add,edit', 'caneditbgimage', 1130, 1, 'vbulletin'),
(44500, 'usergroup', 'add,edit', 'caneditcolors', 1120, 1, 'vbulletin'),
(44498, 'usergroup', 'add,edit', 'caneditfontfamily', 1100, 1, 'vbulletin'),
(44499, 'usergroup', 'add,edit', 'caneditfontsize', 1110, 1, 'vbulletin'),
(44497, 'usergroup', 'add,edit', 'canmanagepiccomment', 1070, 1, 'vbulletin'),
(44496, 'usergroup', 'add,edit', 'candeleteownpiccomment', 1065, 1, 'vbulletin'),
(44495, 'usergroup', 'add,edit', 'caneditownpiccomment', 1060, 1, 'vbulletin'),
(44494, 'usergroup', 'add,edit', 'canpiccomment', 1055, 1, 'vbulletin'),
(44493, 'usergroup', 'add,edit', 'albummaxsize', 1050, 1, 'vbulletin'),
(44492, 'usergroup', 'add,edit', 'albumpicmaxsize', 1040, 1, 'vbulletin'),
(44491, 'usergroup', 'add,edit', 'albummaxpics', 1040, 1, 'vbulletin'),
(44489, 'usergroup', 'add,edit', 'albumpicmaxwidth', 1020, 1, 'vbulletin'),
(44486, 'usergroup', 'add,edit', 'candeleteownmessages', 940, 1, 'vbulletin'),
(44490, 'usergroup', 'add,edit', 'albumpicmaxheight', 1030, 1, 'vbulletin'),
(44488, 'usergroup', 'add,edit', 'canviewalbum', 1010, 1, 'vbulletin'),
(44487, 'usergroup', 'add,edit', 'canalbum', 1000, 1, 'vbulletin'),
(44485, 'usergroup', 'add,edit', 'allowhtml', 890, 1, 'vbulletin'),
(44484, 'usergroup', 'add,edit', 'allowsmilies', 885, 1, 'vbulletin'),
(44483, 'usergroup', 'add,edit', 'sigmaximages', 880, 1, 'vbulletin'),
(44482, 'usergroup', 'add,edit', 'allowimg', 875, 1, 'vbulletin'),
(44481, 'usergroup', 'add,edit', 'canbbcodequote', 870, 1, 'vbulletin'),
(44480, 'usergroup', 'add,edit', 'canbbcodehtml', 865, 1, 'vbulletin'),
(44479, 'usergroup', 'add,edit', 'canbbcodephp', 860, 1, 'vbulletin'),
(44478, 'usergroup', 'add,edit', 'canbbcodecode', 855, 1, 'vbulletin'),
(44477, 'usergroup', 'add,edit', 'canbbcodelink', 850, 1, 'vbulletin'),
(44476, 'usergroup', 'add,edit', 'canbbcodelist', 840, 1, 'vbulletin'),
(44475, 'usergroup', 'add,edit', 'canbbcodealign', 840, 1, 'vbulletin'),
(44474, 'usergroup', 'add,edit', 'canbbcodefont', 835, 1, 'vbulletin'),
(44473, 'usergroup', 'add,edit', 'sigmaxsizebbcode', 830, 1, 'vbulletin'),
(44472, 'usergroup', 'add,edit', 'canbbcodesize', 825, 1, 'vbulletin'),
(44471, 'usergroup', 'add,edit', 'canbbcodecolor', 820, 1, 'vbulletin'),
(44470, 'usergroup', 'add,edit', 'canbbcodebasic', 815, 1, 'vbulletin'),
(44469, 'usergroup', 'add,edit', 'canbbcode', 815, 1, 'vbulletin'),
(44468, 'usergroup', 'add,edit', 'sigmaxlines', 810, 1, 'vbulletin'),
(44467, 'usergroup', 'add,edit', 'sigmaxchars', 805, 1, 'vbulletin'),
(44466, 'usergroup', 'add,edit', 'sigmaxrawchars', 800, 1, 'vbulletin'),
(44465, 'usergroup', 'add,edit', 'canseeothersrep', 780, 1, 'vbulletin'),
(44464, 'usergroup', 'add,edit', 'canhiderep', 770, 1, 'vbulletin'),
(44463, 'usergroup', 'add,edit', 'canseeownrep', 760, 1, 'vbulletin'),
(44462, 'usergroup', 'add,edit', 'canuserep', 750, 1, 'vbulletin'),
(44458, 'usergroup', 'add,edit', 'canbeusernoted', 720, 1, 'vbulletin'),
(44459, 'usergroup', 'add,edit', 'ismoderator', 730, 1, 'vbulletin'),
(44461, 'usergroup', 'add,edit', 'cannegativerep', 750, 1, 'vbulletin'),
(44460, 'usergroup', 'add,edit', 'cancontrolpanel', 740, 1, 'vbulletin'),
(44457, 'usergroup', 'add,edit', 'caneditownusernotes', 710, 1, 'vbulletin'),
(44456, 'usergroup', 'add,edit', 'canpostothersusernotes', 700, 1, 'vbulletin'),
(44455, 'usergroup', 'add,edit', 'canmanageothersusernotes', 690, 1, 'vbulletin'),
(44454, 'usergroup', 'add,edit', 'canviewothersusernotes', 680, 1, 'vbulletin'),
(44453, 'usergroup', 'add,edit', 'canpostownusernotes', 670, 1, 'vbulletin'),
(44452, 'usergroup', 'add,edit', 'canmanageownusernotes', 660, 1, 'vbulletin'),
(44451, 'usergroup', 'add,edit', 'canviewownusernotes', 650, 1, 'vbulletin'),
(44450, 'usergroup', 'add,edit', 'canwhosonlinelocation', 640, 1, 'vbulletin'),
(44449, 'usergroup', 'add,edit', 'canwhosonlinebad', 630, 1, 'vbulletin'),
(44448, 'usergroup', 'add,edit', 'canwhosonlineip', 620, 1, 'vbulletin'),
(44447, 'usergroup', 'add,edit', 'canwhosonlinefull', 610, 1, 'vbulletin'),
(44446, 'usergroup', 'add,edit', 'canwhosonline', 600, 1, 'vbulletin'),
(44445, 'usergroup', 'add,edit', 'canviewothersevent', 590, 1, 'vbulletin'),
(44444, 'usergroup', 'add,edit', 'candeleteevent', 580, 1, 'vbulletin'),
(44443, 'usergroup', 'add,edit', 'caneditevent', 570, 1, 'vbulletin'),
(44442, 'usergroup', 'add,edit', 'canpostevent', 560, 1, 'vbulletin'),
(44441, 'usergroup', 'add,edit', 'canviewcalendar', 550, 1, 'vbulletin'),
(44440, 'usergroup', 'add,edit', 'pmsendmax', 540, 1, 'vbulletin'),
(44439, 'usergroup', 'add,edit', 'candenypmreceipts', 530, 1, 'vbulletin'),
(44438, 'usergroup', 'add,edit', 'cantrackpm', 520, 1, 'vbulletin'),
(44437, 'usergroup', 'add,edit', 'canignorequota', 515, 1, 'vbulletin'),
(44436, 'usergroup', 'add,edit', 'pmquota', 510, 1, 'vbulletin'),
(44435, 'usergroup', 'add,edit', 'profilepicmaxsize', 500, 1, 'vbulletin'),
(44434, 'usergroup', 'add,edit', 'profilepicmaxheight', 490, 1, 'vbulletin'),
(44433, 'usergroup', 'add,edit', 'sigpicmaxsize', 485, 1, 'vbulletin'),
(44432, 'usergroup', 'add,edit', 'profilepicmaxwidth', 480, 1, 'vbulletin'),
(44431, 'usergroup', 'add,edit', 'sigpicmaxwidth', 475, 1, 'vbulletin'),
(44430, 'usergroup', 'add,edit', 'sigpicmaxheight', 475, 1, 'vbulletin'),
(44429, 'usergroup', 'add,edit', 'canprofilepic', 470, 1, 'vbulletin'),
(44428, 'usergroup', 'add,edit', 'cananimatesigpic', 470, 1, 'vbulletin'),
(44427, 'usergroup', 'add,edit', 'cansigpic', 465, 1, 'vbulletin'),
(44426, 'usergroup', 'add,edit', 'avatarmaxsize', 460, 1, 'vbulletin'),
(44425, 'usergroup', 'add,edit', 'avatarmaxheight', 450, 1, 'vbulletin'),
(44424, 'usergroup', 'add,edit', 'avatarmaxwidth', 440, 1, 'vbulletin'),
(44423, 'usergroup', 'add,edit', 'canuseavatar', 430, 1, 'vbulletin'),
(44422, 'usergroup', 'add,edit', 'canvote', 420, 1, 'vbulletin'),
(44421, 'usergroup', 'add,edit', 'canpostpoll', 410, 1, 'vbulletin'),
(44420, 'usergroup', 'add,edit', 'attachlimit', 400, 1, 'vbulletin'),
(44419, 'usergroup', 'add,edit', 'canpostattachment', 390, 1, 'vbulletin'),
(44418, 'usergroup', 'add,edit', 'canthreadrate', 380, 1, 'vbulletin'),
(44417, 'usergroup', 'add,edit', 'cancreatetag', 374, 1, 'vbulletin'),
(44416, 'usergroup', 'add,edit', 'candeletetagown', 373, 1, 'vbulletin'),
(44414, 'usergroup', 'add,edit', 'cantagothers', 372, 1, 'vbulletin'),
(44415, 'usergroup', 'add,edit', 'commentfollowforummoderation', 372, 1, 'vbulletin'),
(44413, 'usergroup', 'add,edit', 'picturefollowforummoderation', 371, 1, 'vbulletin'),
(44412, 'usergroup', 'add,edit', 'cantagown', 371, 1, 'vbulletin'),
(44411, 'usergroup', 'add,edit', 'followforummoderation', 370, 1, 'vbulletin'),
(44410, 'usergroup', 'add,edit', 'candeletethread', 360, 1, 'vbulletin'),
(44409, 'usergroup', 'add,edit', 'canopenclose', 350, 1, 'vbulletin'),
(44408, 'usergroup', 'add,edit', 'canmove', 340, 1, 'vbulletin'),
(44407, 'usergroup', 'add,edit', 'candeletepost', 330, 1, 'vbulletin'),
(44406, 'usergroup', 'add,edit', 'caneditpost', 320, 1, 'vbulletin'),
(44405, 'usergroup', 'add,edit', 'canreplyothers', 310, 1, 'vbulletin'),
(44404, 'usergroup', 'add,edit', 'canreplyown', 300, 1, 'vbulletin'),
(44403, 'usergroup', 'add,edit', 'canpostnew', 290, 1, 'vbulletin'),
(44402, 'usergroup', 'add,edit', 'cangetattachment', 280, 1, 'vbulletin'),
(44401, 'usergroup', 'add,edit', 'canemail', 270, 1, 'vbulletin'),
(44400, 'usergroup', 'add,edit', 'cansearch', 260, 1, 'vbulletin'),
(44399, 'usergroup', 'add,edit', 'canseedelnotice', 250, 1, 'vbulletin'),
(44398, 'usergroup', 'add,edit', 'canviewothers', 240, 1, 'vbulletin'),
(44397, 'usergroup', 'add,edit', 'canview', 230, 1, 'vbulletin'),
(44396, 'usergroup', 'add,edit', 'canseehiddencustomfields', 225, 1, 'vbulletin'),
(44395, 'usergroup', 'add,edit', 'canseeprofilepic', 220, 1, 'vbulletin'),
(44394, 'usergroup', 'add,edit', 'canusesignature', 210, 1, 'vbulletin'),
(44393, 'usergroup', 'add,edit', 'canusecustomtitle', 200, 1, 'vbulletin'),
(44392, 'usergroup', 'add,edit', 'canjoingroups', 200, 1, 'vbulletin'),
(44391, 'usergroup', 'add,edit', 'canseeraters', 190, 1, 'vbulletin'),
(44390, 'usergroup', 'add,edit', 'showeditedby', 180, 1, 'vbulletin'),
(44389, 'usergroup', 'add,edit', 'caninvisible', 170, 1, 'vbulletin'),
(44388, 'usergroup', 'add,edit', 'canmodifyprofile', 160, 1, 'vbulletin'),
(44387, 'usergroup', 'add,edit', 'canviewmembers', 150, 1, 'vbulletin'),
(44386, 'usergroup', 'add,edit', 'canseehidden', 140, 1, 'vbulletin'),
(44385, 'usergroup', 'add,edit', 'canoverride', 130, 1, 'vbulletin'),
(44384, 'usergroup', 'add,edit', 'ispublicgroup', 120, 1, 'vbulletin'),
(44383, 'usergroup', 'add,edit', 'isnotbannedgroup', 110, 1, 'vbulletin'),
(44382, 'usergroup', 'add,edit', 'allowmembergroups', 100, 1, 'vbulletin'),
(44381, 'usergroup', 'add,edit', 'showmemberlist', 90, 1, 'vbulletin'),
(44380, 'usergroup', 'add,edit', 'showbirthday', 80, 1, 'vbulletin'),
(44379, 'usergroup', 'add,edit', 'showgroup', 70, 1, 'vbulletin'),
(44378, 'usergroup', 'add,edit', 'passwordhistory', 60, 1, 'vbulletin'),
(44377, 'usergroup', 'add,edit', 'passwordexpires', 50, 1, 'vbulletin'),
(44376, 'usergroup', 'add,edit', 'htmltags', 40, 1, 'vbulletin'),
(44375, 'usergroup', 'add,edit', 'usertitle', 30, 1, 'vbulletin'),
(44374, 'usergroup', 'add,edit', 'description', 20, 1, 'vbulletin'),
(44373, 'usergroup', 'add,edit', 'title', 10, 1, 'vbulletin'),
(44372, 'usergroup', 'add,edit', 'isnotmoderated', 1, 1, 'vbulletin'),
(44371, 'usergroup', 'add,edit', 'canviewthreads', 1, 1, 'vbulletin'),
(44370, 'usergroup', 'add,edit', 'canusefriends', 1, 1, 'vbulletin'),
(44369, 'usergroup', 'add,edit', 'cansearchft_bool', 1, 1, 'vbulletin'),
(44368, 'usergroup', 'add,edit', 'cangivearbinfraction', 1, 1, 'vbulletin'),
(44367, 'usergroup', 'add,edit', 'canemailmember', 1, 1, 'vbulletin'),
(44366, 'usergroup', 'add,edit', 'cananimateprofilepic', 1, 1, 'vbulletin'),
(44365, 'usergroup', 'add,edit', 'cananimateavatar', 1, 1, 'vbulletin'),
(44364, 'usergroup', 'add', 'ugid_base', 750, 1, 'vbulletin'),
(44363, 'usergroup', 'add', '', 1, 1, 'vbulletin'),
(44362, 'usergroup', '', '', 1, 1, 'vbulletin'),
(44361, 'user', 'remove', '', 1, 1, 'vbulletin'),
(44360, 'user', 'pruneusers', '', 1, 1, 'vbulletin'),
(44359, 'user', 'prune', 'order', 60, 1, 'vbulletin'),
(44358, 'user', 'prune', 'minposts', 50, 1, 'vbulletin'),
(44357, 'user', 'prune', 'joindate', 40, 1, 'vbulletin'),
(44356, 'user', 'prune', 'daysprune', 30, 1, 'vbulletin'),
(44354, 'user', 'prune', '', 1, 1, 'vbulletin'),
(44355, 'user', 'prune', 'usergroupid', 20, 1, 'vbulletin'),
(44353, 'user', 'modify', 'limitnumber', 620, 1, 'vbulletin'),
(44352, 'user', 'modify', 'limitstart', 610, 1, 'vbulletin'),
(44351, 'user', 'modify', 'orderby', 590, 1, 'vbulletin'),
(44350, 'user', 'modify', 'display[birthday]', 580, 1, 'vbulletin'),
(44349, 'user', 'modify', 'display[ipaddress]', 570, 1, 'vbulletin'),
(44348, 'user', 'modify', 'display[reputation]', 560, 1, 'vbulletin'),
(44347, 'user', 'modify', 'display[posts]', 550, 1, 'vbulletin'),
(44346, 'user', 'modify', 'display[lastpost]', 540, 1, 'vbulletin'),
(44345, 'user', 'modify', 'display[lastactivity]', 523, 1, 'vbulletin'),
(44344, 'user', 'modify', 'display[joindate]', 520, 1, 'vbulletin'),
(44343, 'user', 'modify', 'display[usertitle]', 510, 1, 'vbulletin'),
(44342, 'user', 'modify', 'display[signature]', 500, 1, 'vbulletin'),
(44341, 'user', 'modify', 'display[msn]', 490, 1, 'vbulletin'),
(44340, 'user', 'modify', 'display[yahoo]', 480, 1, 'vbulletin'),
(44339, 'user', 'modify', 'display[aim]', 470, 1, 'vbulletin'),
(44338, 'user', 'modify', 'display[icq]', 460, 1, 'vbulletin'),
(44337, 'user', 'modify', 'display[homepage]', 450, 1, 'vbulletin'),
(44336, 'user', 'modify', 'display[coppauser]', 440, 1, 'vbulletin'),
(44335, 'user', 'modify', 'display[parentemail]', 430, 1, 'vbulletin'),
(44334, 'user', 'modify', 'display[email]', 420, 1, 'vbulletin'),
(44333, 'user', 'modify', 'display[usergroup]', 410, 1, 'vbulletin'),
(44332, 'user', 'modify', 'display[options]', 400, 1, 'vbulletin'),
(44331, 'user', 'modify', 'useridupper', 395, 1, 'vbulletin'),
(44330, 'user', 'modify', 'useridlower', 390, 1, 'vbulletin'),
(44329, 'user', 'modify', 'display[username]', 390, 1, 'vbulletin'),
(44328, 'user', 'modify', 'pointsupper', 380, 1, 'vbulletin'),
(44327, 'user', 'modify', 'pointslower', 370, 1, 'vbulletin'),
(44326, 'user', 'modify', 'infractionsupper', 360, 1, 'vbulletin'),
(44325, 'user', 'modify', 'infractionslower', 350, 1, 'vbulletin'),
(44324, 'user', 'modify', 'warningsupper', 340, 1, 'vbulletin'),
(44323, 'user', 'modify', 'warningslower', 320, 1, 'vbulletin'),
(44322, 'user', 'modify', 'ipaddress', 320, 1, 'vbulletin'),
(44321, 'user', 'modify', 'reputationupper', 310, 1, 'vbulletin'),
(44320, 'user', 'modify', 'reputationlower', 300, 1, 'vbulletin'),
(44319, 'user', 'modify', 'postsupper', 290, 1, 'vbulletin'),
(44316, 'user', 'modify', 'birthdayafter', 260, 1, 'vbulletin'),
(44317, 'user', 'modify', 'birthdaybefore', 270, 1, 'vbulletin'),
(44318, 'user', 'modify', 'postslower', 280, 1, 'vbulletin'),
(44315, 'user', 'modify', 'lastpostbefore', 250, 1, 'vbulletin'),
(44314, 'user', 'modify', 'lastpostafter', 240, 1, 'vbulletin'),
(44313, 'user', 'modify', 'lastvisitbefore', 230, 1, 'vbulletin'),
(44312, 'user', 'modify', 'lastvisitafter', 220, 1, 'vbulletin'),
(44311, 'user', 'modify', 'lastactivitybefore', 217, 1, 'vbulletin'),
(44310, 'user', 'modify', 'lastactivityafter', 213, 1, 'vbulletin'),
(44309, 'user', 'modify', 'joindatebefore', 210, 1, 'vbulletin'),
(44308, 'user', 'modify', 'joindateafter', 200, 1, 'vbulletin'),
(44307, 'user', 'modify', 'usertitle', 190, 1, 'vbulletin'),
(44306, 'user', 'modify', 'signature', 180, 1, 'vbulletin'),
(44305, 'user', 'modify', 'skype', 176, 1, 'vbulletin'),
(44304, 'user', 'modify', 'msn', 175, 1, 'vbulletin'),
(44303, 'user', 'modify', 'yahoo', 170, 1, 'vbulletin'),
(44302, 'user', 'modify', 'aim', 160, 1, 'vbulletin'),
(44301, 'user', 'modify', 'icq', 150, 1, 'vbulletin'),
(44300, 'user', 'modify', 'homepage', 140, 1, 'vbulletin'),
(44297, 'user', 'modify', 'email', 110, 1, 'vbulletin'),
(44299, 'user', 'modify', 'coppauser', 130, 1, 'vbulletin'),
(44298, 'user', 'modify', 'parentemail', 120, 1, 'vbulletin'),
(44296, 'user', 'modify', 'adminemail', 105, 1, 'vbulletin'),
(44295, 'user', 'modify', 'membergroup', 100, 1, 'vbulletin'),
(44294, 'user', 'modify', 'usergroupid', 90, 1, 'vbulletin'),
(44293, 'user', 'modify', 'username', 70, 1, 'vbulletin'),
(44292, 'user', 'modify', '', 1, 1, 'vbulletin'),
(44291, 'user', 'moderate', 'send_deleted', 20, 1, 'vbulletin'),
(44290, 'user', 'moderate', 'send_validated', 10, 1, 'vbulletin'),
(44289, 'user', 'moderate', '', 1, 1, 'vbulletin'),
(44288, 'user', 'find2', '', 1, 1, 'vbulletin'),
(44285, 'user', 'editaccess', '', 1, 1, 'vbulletin'),
(44287, 'user', 'find', '', 1, 1, 'vbulletin'),
(44286, 'user', 'emailpassword', '', 1, 1, 'vbulletin'),
(44284, 'user', 'edit', 'password', 30, 1, 'vbulletin'),
(44283, 'user', 'edit', 'vm_contactonly', 1, 1, 'vbulletin'),
(44282, 'user', 'edit', 'receivepmbuddies', 1, 1, 'vbulletin'),
(44281, 'user', 'edit', '', 1, 1, 'vbulletin'),
(44280, 'user', 'doips', 'depth', 30, 1, 'vbulletin'),
(44279, 'user', 'doips', 'username', 20, 1, 'vbulletin'),
(44278, 'user', 'doips', 'ipaddress', 10, 1, 'vbulletin'),
(44277, 'user', 'doips', '', 1, 1, 'vbulletin'),
(44276, 'user', 'changehistory', '', 1, 1, 'vbulletin'),
(44275, 'user', 'add,edit', 'lastpost', 440, 1, 'vbulletin'),
(44274, 'user', 'add,edit', 'lastactivity', 430, 1, 'vbulletin'),
(44273, 'user', 'add,edit', 'joindate', 410, 1, 'vbulletin'),
(44272, 'user', 'add,edit', 'daysprune', 400, 1, 'vbulletin'),
(44271, 'user', 'add,edit', 'dstonoff', 390, 1, 'vbulletin'),
(44270, 'user', 'add,edit', 'dstauto', 380, 1, 'vbulletin'),
(44269, 'user', 'add,edit', 'timezoneoffset', 370, 1, 'vbulletin'),
(44268, 'user', 'add,edit', 'styleid', 360, 1, 'vbulletin'),
(44267, 'user', 'add,edit', 'showvbcode', 350, 1, 'vbulletin'),
(44266, 'user', 'add,edit', 'threadedmode', 340, 1, 'vbulletin'),
(44265, 'user', 'add,edit', 'autosubscribe', 330, 1, 'vbulletin'),
(44264, 'user', 'add,edit', 'receivefriendemailrequest', 326, 1, 'vbulletin'),
(44263, 'user', 'add,edit', 'showusercss', 323, 1, 'vbulletin'),
(44262, 'user', 'add,edit', 'showimages', 320, 1, 'vbulletin'),
(44261, 'user', 'add,edit', 'showavatars', 310, 1, 'vbulletin'),
(44260, 'user', 'add,edit', 'showsignatures', 300, 1, 'vbulletin'),
(44259, 'user', 'add,edit', 'pmpopup', 290, 1, 'vbulletin'),
(44258, 'user', 'add,edit', 'emailonpm', 280, 1, 'vbulletin'),
(44257, 'user', 'add,edit', 'receivepmbuddies', 275, 1, 'vbulletin'),
(44256, 'user', 'add,edit', 'receivepm', 270, 1, 'vbulletin'),
(44255, 'user', 'add,edit', 'showvcard', 265, 1, 'vbulletin'),
(44254, 'user', 'add,edit', 'invisible', 260, 1, 'vbulletin'),
(44253, 'user', 'add,edit', 'showemail', 250, 1, 'vbulletin'),
(44252, 'user', 'add,edit', 'adminemail', 240, 1, 'vbulletin'),
(44251, 'user', 'add,edit', 'reputationpower', 235, 1, 'vbulletin'),
(44250, 'user', 'add,edit', 'reputation', 230, 1, 'vbulletin'),
(44249, 'user', 'add,edit', 'showreputation', 220, 1, 'vbulletin'),
(44248, 'user', 'add,edit', 'membergroupids', 210, 1, 'vbulletin'),
(44247, 'user', 'add,edit', 'usergroupid', 200, 1, 'vbulletin'),
(44246, 'user', 'add,edit', 'ipaddress', 190, 1, 'vbulletin'),
(44245, 'user', 'add,edit', 'referrerid', 180, 1, 'vbulletin'),
(44244, 'user', 'add,edit', 'posts', 170, 1, 'vbulletin'),
(44243, 'user', 'add,edit', 'parentemail', 160, 1, 'vbulletin'),
(44242, 'user', 'add,edit', 'coppauser', 150, 1, 'vbulletin'),
(44241, 'user', 'add,edit', 'skype', 145, 1, 'vbulletin'),
(44240, 'user', 'add,edit', 'msn', 140, 1, 'vbulletin'),
(44239, 'user', 'add,edit', 'yahoo', 130, 1, 'vbulletin'),
(44238, 'user', 'add,edit', 'aim', 120, 1, 'vbulletin'),
(44237, 'user', 'add,edit', 'icq', 110, 1, 'vbulletin'),
(44236, 'user', 'add,edit', 'signature', 100, 1, 'vbulletin'),
(44235, 'user', 'add,edit', 'showbirthday', 95, 1, 'vbulletin'),
(44234, 'user', 'add,edit', 'birthday', 90, 1, 'vbulletin'),
(44233, 'user', 'add,edit', 'homepage', 80, 1, 'vbulletin'),
(44230, 'user', 'add,edit', 'languageid', 50, 1, 'vbulletin'),
(44231, 'user', 'add,edit', 'usertitle', 60, 1, 'vbulletin'),
(44232, 'user', 'add,edit', 'customtitle', 70, 1, 'vbulletin'),
(44229, 'user', 'add,edit', 'email', 40, 1, 'vbulletin'),
(44228, 'user', 'add,edit', 'username', 20, 1, 'vbulletin'),
(44227, 'user', 'add,edit', 'infractions', 20, 1, 'vbulletin'),
(44226, 'user', 'add,edit', 'warnings', 10, 1, 'vbulletin'),
(44225, 'user', 'add,edit', 'vm_enable', 1, 1, 'vbulletin'),
(44224, 'user', 'add,edit', 'ipoints', 1, 1, 'vbulletin'),
(44223, 'user', 'add,edit', 'adminprofilepic', 1, 1, 'vbulletin'),
(44222, 'user', 'add,edit', 'adminavatar', 1, 1, 'vbulletin'),
(44221, 'user', 'add', 'password', 30, 1, 'vbulletin'),
(44219, 'user', '', '', 1, 1, 'vbulletin'),
(44220, 'user', 'add', '', 1, 1, 'vbulletin'),
(44215, 'thread', 'unsubscribe', 'forumid', 40, 1, 'vbulletin'),
(44218, 'thread', 'votes', 'threadtitle', 20, 1, 'vbulletin'),
(44217, 'thread', 'votes', 'pollid', 10, 1, 'vbulletin'),
(44216, 'thread', 'votes', '', 1, 1, 'vbulletin'),
(44214, 'thread', 'unsubscribe', 'daysprune', 30, 1, 'vbulletin'),
(44213, 'thread', 'unsubscribe', 'username', 20, 1, 'vbulletin'),
(44212, 'thread', 'unsubscribe', 'ids', 10, 1, 'vbulletin'),
(44211, 'thread', 'unsubscribe', '', 1, 1, 'vbulletin'),
(44210, 'thread', 'tags', 'tagtext', 1, 1, 'vbulletin'),
(44209, 'thread', 'tagmerge', 'tagtext', 1, 1, 'vbulletin'),
(44208, 'thread', 'removepoll', '', 1, 1, 'vbulletin'),
(44207, 'thread', 'pruneusersel', '', 1, 1, 'vbulletin'),
(44206, 'thread', 'prune,move', 'prefixid', 200, 1, 'vbulletin'),
(44205, 'thread', 'prune,move', 'subforums', 170, 1, 'vbulletin'),
(44204, 'thread', 'prune,move', 'forumid', 160, 1, 'vbulletin'),
(44203, 'thread', 'prune,move', 'titlecontains', 150, 1, 'vbulletin'),
(44202, 'thread', 'prune,move', 'posteduser', 140, 1, 'vbulletin'),
(44201, 'thread', 'prune,move', 'status', 94, 1, 'vbulletin'),
(44200, 'thread', 'prune,move', 'state', 92, 1, 'vbulletin'),
(44199, 'thread', 'prune,move', 'issticky', 90, 1, 'vbulletin'),
(44198, 'thread', 'prune,move', 'viewsmost', 80, 1, 'vbulletin'),
(44197, 'thread', 'prune,move', 'viewsleast', 70, 1, 'vbulletin'),
(44196, 'thread', 'prune,move', 'repliesmost', 60, 1, 'vbulletin'),
(44195, 'thread', 'prune,move', 'repliesleast', 50, 1, 'vbulletin'),
(44194, 'thread', 'prune,move', 'lastdaysnewer', 40, 1, 'vbulletin'),
(44193, 'thread', 'prune,move', 'lastdaysolder', 30, 1, 'vbulletin'),
(44192, 'thread', 'prune,move', 'originaldaysnewer', 20, 1, 'vbulletin'),
(44191, 'thread', 'prune,move', 'originaldaysolder', 10, 1, 'vbulletin'),
(44190, 'thread', 'prune', 'username', 180, 1, 'vbulletin'),
(44189, 'thread', 'prune', '', 1, 1, 'vbulletin'),
(44188, 'thread', 'move', 'destforumid', 5, 1, 'vbulletin'),
(44187, 'thread', 'move', '', 1, 1, 'vbulletin'),
(44186, 'thread', 'killpoll', 'threadid', 10, 1, 'vbulletin'),
(44185, 'thread', 'killpoll', '', 1, 1, 'vbulletin'),
(44184, 'thread', 'dovotes', '', 1, 1, 'vbulletin'),
(44183, 'thread', 'dothreadssel', '', 1, 1, 'vbulletin'),
(44182, 'thread', 'dothreads,pruneuser', '', 1, 1, 'vbulletin'),
(44181, 'thread', '', '', 1, 1, 'vbulletin'),
(44180, 'template', 'view', '', 1, 1, 'vbulletin'),
(44179, 'template', 'search', 'case_insensitive', 80, 1, 'vbulletin'),
(44178, 'template', 'search', 'regex', 70, 1, 'vbulletin'),
(44177, 'template', 'search', 'test', 60, 1, 'vbulletin'),
(44175, 'template', 'search', 'dostyleid', 40, 1, 'vbulletin'),
(44176, 'template', 'search', 'replacestring', 50, 1, 'vbulletin'),
(44173, 'template', 'search', 'searchstring', 20, 1, 'vbulletin'),
(44174, 'template', 'search', 'titlesonly', 30, 1, 'vbulletin'),
(44172, 'template', 'search', 'searchset', 10, 1, 'vbulletin'),
(44171, 'template', 'search', '', 1, 1, 'vbulletin'),
(44170, 'template', 'revertall', '', 1, 1, 'vbulletin'),
(44169, 'template', 'rebuild', '', 1, 1, 'vbulletin'),
(44168, 'template', 'modify', '', 1, 1, 'vbulletin'),
(44167, 'template', 'historysubmit', '', 1, 1, 'vbulletin'),
(44166, 'template', 'history', '', 1, 1, 'vbulletin'),
(44165, 'template', 'findupdates', '', 1, 1, 'vbulletin'),
(44164, 'template', 'files', 'anyversion', 80, 1, 'vbulletin'),
(44163, 'template', 'files', 'overwritestyleid', 70, 1, 'vbulletin'),
(44162, 'template', 'files', 'serverfile', 60, 1, 'vbulletin'),
(44160, 'template', 'files', 'mode', 40, 1, 'vbulletin'),
(44161, 'template', 'files', 'stylefile', 50, 1, 'vbulletin'),
(44158, 'template', 'files', 'product', 15, 1, 'vbulletin'),
(44159, 'template', 'files', 'filename', 30, 1, 'vbulletin'),
(44154, 'template', 'deletestyle', '', 1, 1, 'vbulletin'),
(44155, 'template', 'editstyle', '', 1, 1, 'vbulletin'),
(44156, 'template', 'files', '', 1, 1, 'vbulletin'),
(44157, 'template', 'files', 'dostyleid', 10, 1, 'vbulletin'),
(44153, 'template', 'delete', '', 1, 1, 'vbulletin'),
(44152, 'template', 'addstyle,editstyle,files', 'displayorder', 40, 1, 'vbulletin'),
(44151, 'template', 'addstyle,editstyle,files', 'userselect', 30, 1, 'vbulletin'),
(44150, 'template', 'addstyle,editstyle,files', 'title', 20, 1, 'vbulletin'),
(44148, 'template', 'addstyle', '', 1, 1, 'vbulletin'),
(44149, 'template', 'addstyle,editstyle,files', 'parentid', 10, 1, 'vbulletin'),
(44147, 'template', 'add,edit', 'template', 30, 1, 'vbulletin'),
(44146, 'template', 'add,edit', 'title', 20, 1, 'vbulletin'),
(44145, 'template', 'add,edit', '', 1, 1, 'vbulletin'),
(44144, 'template', 'add', 'dostyleid', 10, 1, 'vbulletin'),
(44143, 'template', '', '', 1, 1, 'vbulletin'),
(44142, 'subscriptions', 'transactions', 'username', 1, 1, 'vbulletin'),
(44141, 'subscriptions', 'transactions', 'transactionid', 1, 1, 'vbulletin'),
(44140, 'subscriptions', 'transactions', 'subscriptionid', 1, 1, 'vbulletin'),
(44139, 'subscriptions', 'transactions', 'state', 1, 1, 'vbulletin'),
(44138, 'subscriptions', 'transactions', 'start', 1, 1, 'vbulletin'),
(44137, 'subscriptions', 'transactions', 'scope', 1, 1, 'vbulletin'),
(44136, 'subscriptions', 'transactions', 'paymentapiid', 1, 1, 'vbulletin'),
(44135, 'subscriptions', 'transactions', 'orderby', 1, 1, 'vbulletin'),
(44134, 'subscriptions', 'transactions', 'exact', 1, 1, 'vbulletin'),
(44133, 'subscriptions', 'transactions', 'end', 1, 1, 'vbulletin'),
(44132, 'subscriptions', 'transactions', 'currency', 1, 1, 'vbulletin'),
(44131, 'subscriptions', 'remove', '', 1, 1, 'vbulletin'),
(44130, 'subscriptions', 'modify', '', 1, 1, 'vbulletin'),
(44129, 'subscriptions', 'find', '', 1, 1, 'vbulletin'),
(44128, 'subscriptions', 'edit', '', 1, 1, 'vbulletin'),
(44127, 'subscriptions', 'apirem', '', 1, 1, 'vbulletin'),
(44126, 'subscriptions', 'apiedit', '', 1, 1, 'vbulletin'),
(44125, 'subscriptions', 'apiadd,apiedit', 'recurring', 50, 1, 'vbulletin'),
(44124, 'subscriptions', 'apiadd,apiedit', 'currency', 40, 1, 'vbulletin'),
(44123, 'subscriptions', 'apiadd,apiedit', 'classname', 30, 1, 'vbulletin'),
(44122, 'subscriptions', 'apiadd,apiedit', 'active', 20, 1, 'vbulletin'),
(44121, 'subscriptions', 'apiadd,apiedit', 'title', 10, 1, 'vbulletin'),
(44120, 'subscriptions', 'apiadd', '', 1, 1, 'vbulletin'),
(44119, 'subscriptions', 'api', '', 1, 1, 'vbulletin'),
(44118, 'subscriptions', 'adjust', 'status', 30, 1, 'vbulletin'),
(44116, 'subscriptions', 'adjust', 'regdate', 10, 1, 'vbulletin'),
(44117, 'subscriptions', 'adjust', 'expirydate', 20, 1, 'vbulletin'),
(44115, 'subscriptions', 'adjust', 'username', 5, 1, 'vbulletin'),
(44114, 'subscriptions', 'adjust', '', 1, 1, 'vbulletin'),
(44113, 'subscriptions', 'add,edit', 'recurring', 120, 1, 'vbulletin'),
(44112, 'subscriptions', 'add,edit', 'displayorder', 115, 1, 'vbulletin'),
(44111, 'subscriptions', 'add,edit', 'shipping', 110, 1, 'vbulletin'),
(44110, 'subscriptions', 'add,edit', 'tax', 100, 1, 'vbulletin'),
(44109, 'subscriptions', 'add,edit', 'membergroup', 90, 1, 'vbulletin'),
(44108, 'subscriptions', 'add,edit', 'nusergroupid', 80, 1, 'vbulletin'),
(44107, 'subscriptions', 'add,edit', 'sub[cost][eur]', 70, 1, 'vbulletin'),
(44106, 'subscriptions', 'add,edit', 'sub[cost][gbp]', 60, 1, 'vbulletin'),
(44105, 'subscriptions', 'add,edit', 'sub[cost][usd]', 50, 1, 'vbulletin'),
(44104, 'subscriptions', 'add,edit', 'length', 40, 1, 'vbulletin'),
(44103, 'subscriptions', 'add,edit', 'active', 30, 1, 'vbulletin'),
(44102, 'subscriptions', 'add,edit', 'description', 20, 1, 'vbulletin'),
(44101, 'subscriptions', 'add,edit', 'title', 10, 1, 'vbulletin'),
(44100, 'subscriptions', 'add,edit', 'adminprofilepic', 1, 1, 'vbulletin'),
(44099, 'subscriptions', 'add,edit', 'adminavatar', 1, 1, 'vbulletin'),
(44098, 'subscriptions', 'add', 'varname', 1, 1, 'vbulletin'),
(44096, 'subscriptions', '', '', 1, 1, 'vbulletin'),
(44097, 'subscriptions', 'add', '', 1, 1, 'vbulletin'),
(44095, 'subscriptionpermission', 'modify', '', 1, 1, 'vbulletin'),
(44093, 'subscriptionpermission', 'edit', '', 1, 1, 'vbulletin'),
(44094, 'subscriptionpermission', 'edit', 'usesub', 10, 1, 'vbulletin'),
(44092, 'subscriptionpermission', '', '', 1, 1, 'vbulletin'),
(44091, 'stylevar', 'fetchstylevareditor', 'units', 1, 1, 'vbulletin'),
(44090, 'stats', 'top', '', 1, 1, 'vbulletin'),
(44089, 'stats', 'reg,activity,thread,post', 'nullvalue', 50, 1, 'vbulletin'),
(44088, 'stats', 'reg,activity,thread,post', 'sort', 40, 1, 'vbulletin'),
(44087, 'stats', 'reg,activity,thread,post', 'scope', 30, 1, 'vbulletin'),
(44086, 'stats', 'reg,activity,thread,post', 'end', 20, 1, 'vbulletin'),
(44085, 'stats', 'reg,activity,thread,post', 'start', 10, 1, 'vbulletin'),
(44084, 'stats', 'reg,activity,thread,post', '', 1, 1, 'vbulletin'),
(44083, 'stats', 'index', '', 1, 1, 'vbulletin'),
(44082, 'stats', '', '', 1, 1, 'vbulletin'),
(44081, 'socialgroups', 'search', 'type', 1, 1, 'vbulletin'),
(44080, 'socialgroups', 'search', 'members_lteq', 1, 1, 'vbulletin'),
(44079, 'socialgroups', 'search', 'members_gteq', 1, 1, 'vbulletin'),
(44078, 'socialgroups', 'search', 'filtertext', 1, 1, 'vbulletin'),
(44077, 'socialgroups', 'search', 'date_lteq', 1, 1, 'vbulletin'),
(44076, 'socialgroups', 'search', 'date_gteq', 1, 1, 'vbulletin'),
(44075, 'socialgroups', 'search', 'creator', 1, 1, 'vbulletin'),
(44074, 'socialgroups', 'search', 'category', 1, 1, 'vbulletin'),
(44073, 'socialgroups', 'editcategory', 'title', 1, 1, 'vbulletin'),
(44072, 'socialgroups', 'editcategory', 'displayorder', 1, 1, 'vbulletin'),
(44071, 'socialgroups', 'editcategory', 'description', 1, 1, 'vbulletin'),
(44070, 'socialgroup_icon', 'switchtype', 'groupiconurl', 1, 1, 'vbulletin'),
(44069, 'socialgroup_icon', 'switchtype', 'groupiconpath', 1, 1, 'vbulletin'),
(44067, 'rssposter', 'edit', 'allowhtml', 210, 1, 'vbulletin'),
(44068, 'rssposter', 'edit', 'endannouncement', 220, 1, 'vbulletin'),
(44066, 'rssposter', 'edit', 'closethread', 200, 1, 'vbulletin'),
(44064, 'rssposter', 'edit', 'threadactiondelay', 180, 1, 'vbulletin'),
(44065, 'rssposter', 'edit', 'unstickthread', 190, 1, 'vbulletin'),
(44063, 'rssposter', 'edit', 'moderatethread', 170, 1, 'vbulletin'),
(44062, 'rssposter', 'edit', 'stickthread', 160, 1, 'vbulletin'),
(44059, 'rssposter', 'edit', 'itemtype', 140, 1, 'vbulletin'),
(44061, 'rssposter', 'edit', 'iconid', 150, 1, 'vbulletin'),
(44060, 'rssposter', 'edit', 'prefixid', 145, 1, 'vbulletin'),
(44058, 'rssposter', 'edit', 'bodytemplate', 130, 1, 'vbulletin'),
(44057, 'rssposter', 'edit', 'titletemplate', 120, 1, 'vbulletin'),
(44056, 'rssposter', 'edit', 'html2bbcode', 115, 1, 'vbulletin'),
(44055, 'rssposter', 'edit', 'showsignature', 110, 1, 'vbulletin'),
(44054, 'rssposter', 'edit', 'allowsmilies', 100, 1, 'vbulletin'),
(44053, 'rssposter', 'edit', 'forumid', 90, 1, 'vbulletin'),
(44052, 'rssposter', 'edit', 'username', 80, 1, 'vbulletin'),
(44051, 'rssposter', 'edit', 'searchwords', 70, 1, 'vbulletin'),
(44050, 'rssposter', 'edit', 'maxresults', 60, 1, 'vbulletin'),
(44049, 'rssposter', 'edit', 'ttl', 50, 1, 'vbulletin'),
(44048, 'rssposter', 'edit', 'url', 40, 1, 'vbulletin'),
(44047, 'rssposter', 'edit', 'title', 30, 1, 'vbulletin'),
(44046, 'rssposter', 'edit', 'enabled', 20, 1, 'vbulletin'),
(44045, 'rssposter', 'edit', 'resetlastrun', 10, 1, 'vbulletin'),
(44043, 'resources', 'view', '', 1, 1, 'vbulletin'),
(44044, 'resources', 'viewuser', '', 1, 1, 'vbulletin'),
(44042, 'resources', 'index', 'usergroupid', 20, 1, 'vbulletin'),
(44041, 'resources', 'index', 'forumid', 10, 1, 'vbulletin'),
(44040, 'resources', 'index', '', 1, 1, 'vbulletin'),
(44039, 'resources', '', '', 1, 1, 'vbulletin'),
(44038, 'replacement', 'remove', '', 1, 1, 'vbulletin'),
(44037, 'replacement', 'modify', '', 1, 1, 'vbulletin'),
(44036, 'replacement', 'edit', '', 1, 1, 'vbulletin'),
(44035, 'replacement', 'add,edit', 'replacetext', 30, 1, 'vbulletin'),
(44034, 'replacement', 'add,edit', 'findtext', 20, 1, 'vbulletin'),
(44033, 'replacement', 'add', 'dostyleid', 10, 1, 'vbulletin'),
(44032, 'replacement', 'add', '', 1, 1, 'vbulletin'),
(44031, 'replacement', '', '', 1, 1, 'vbulletin'),
(44030, 'repair', 'list', 'repairtables', 1, 1, 'vbulletin'),
(44029, 'repair', 'list', 'optimizetables', 1, 1, 'vbulletin'),
(44027, 'repair', '', '', 1, 1, 'vbulletin'),
(44028, 'repair', 'list', '', 1, 1, 'vbulletin'),
(44026, 'ranks', 'remove', '', 1, 1, 'vbulletin'),
(44023, 'ranks', 'add,edit', 'display', 70, 1, 'vbulletin'),
(44024, 'ranks', 'edit', '', 1, 1, 'vbulletin'),
(44025, 'ranks', 'modify', '', 1, 1, 'vbulletin'),
(44022, 'ranks', 'add,edit', 'stack', 60, 1, 'vbulletin'),
(44021, 'ranks', 'add,edit', 'rankhtml', 50, 1, 'vbulletin'),
(44020, 'ranks', 'add,edit', 'rankimg', 40, 1, 'vbulletin'),
(44019, 'ranks', 'add,edit', 'usergroupid', 30, 1, 'vbulletin'),
(44018, 'ranks', 'add,edit', 'minposts', 20, 1, 'vbulletin'),
(44017, 'ranks', 'add,edit', 'ranklevel', 10, 1, 'vbulletin'),
(44015, 'ranks', '', '', 1, 1, 'vbulletin'),
(44016, 'ranks', 'add', '', 1, 1, 'vbulletin'),
(44014, 'queries', 'modify', 'perpage', 30, 1, 'vbulletin'),
(44013, 'queries', 'modify', 'query', 20, 1, 'vbulletin'),
(44012, 'queries', 'modify', 'autoquery', 10, 1, 'vbulletin'),
(44011, 'queries', 'modify', '', 1, 1, 'vbulletin'),
(44010, 'queries', '', '', 1, 1, 'vbulletin'),
(44009, 'profilefield', 'remove', '', 1, 1, 'vbulletin'),
(44008, 'profilefield', 'modify', '', 1, 1, 'vbulletin'),
(44007, 'profilefield', 'editcat', 'displayorder', 4, 1, 'vbulletin'),
(44006, 'profilefield', 'editcat', 'location', 3, 1, 'vbulletin'),
(44005, 'profilefield', 'editcat', 'desc', 2, 1, 'vbulletin'),
(44004, 'profilefield', 'editcat', 'title', 1, 1, 'vbulletin'),
(44003, 'profilefield', 'editcat', 'allowprivacy', 1, 1, 'vbulletin'),
(44002, 'profilefield', 'editcat', '', 1, 1, 'vbulletin'),
(44001, 'profilefield', 'edit', '', 1, 1, 'vbulletin'),
(44000, 'profilefield', 'add,edit', 'form', 250, 1, 'vbulletin'),
(43999, 'profilefield', 'add,edit', 'regex', 240, 1, 'vbulletin'),
(43998, 'profilefield', 'add,edit', 'optional', 210, 1, 'vbulletin'),
(43997, 'profilefield', 'add,edit', 'memberlist', 200, 1, 'vbulletin'),
(43996, 'profilefield', 'add,edit', 'searchable', 190, 1, 'vbulletin'),
(43995, 'profilefield', 'add,edit', 'hidden', 180, 1, 'vbulletin'),
(43994, 'profilefield', 'add,edit', 'editable', 175, 1, 'vbulletin'),
(43993, 'profilefield', 'add,edit', 'required', 170, 1, 'vbulletin'),
(43992, 'profilefield', 'add,edit', 'displayorder', 160, 1, 'vbulletin'),
(43991, 'profilefield', 'add,edit', 'boxheight', 150, 1, 'vbulletin'),
(43990, 'profilefield', 'add,edit', 'perline', 140, 1, 'vbulletin'),
(43989, 'profilefield', 'add,edit', 'def', 120, 1, 'vbulletin'),
(43988, 'profilefield', 'add,edit', 'height', 70, 1, 'vbulletin'),
(43987, 'profilefield', 'add,edit', 'newtype', 65, 1, 'vbulletin'),
(43986, 'profilefield', 'add,edit', 'size', 60, 1, 'vbulletin'),
(43985, 'profilefield', 'add,edit', 'maxlength', 50, 1, 'vbulletin'),
(43984, 'profilefield', 'add,edit', 'data', 40, 1, 'vbulletin'),
(43983, 'profilefield', 'add,edit', 'profilefieldcategoryid', 35, 1, 'vbulletin'),
(43982, 'profilefield', 'add,edit', 'description', 30, 1, 'vbulletin'),
(43981, 'profilefield', 'add,edit', 'title', 20, 1, 'vbulletin'),
(43979, 'profilefield', 'add', '', 1, 1, 'vbulletin'),
(43980, 'profilefield', 'add', 'profilefieldtype', 1, 1, 'vbulletin'),
(43977, 'prefix', 'list', '', 1, 1, 'vbulletin'),
(43978, 'profilefield', '', '', 1, 1, 'vbulletin'),
(43975, 'prefix', 'addset,editset', 'forumids', 20, 1, 'vbulletin'),
(43976, 'prefix', 'addset,editset', 'displayorder', 30, 1, 'vbulletin'),
(43973, 'prefix', 'addset,editset', 'prefixsetid', 1, 1, 'vbulletin'),
(43974, 'prefix', 'addset,editset', 'title', 10, 1, 'vbulletin'),
(43972, 'prefix', 'addprefix,editprefix', 'displayorder', 40, 1, 'vbulletin'),
(43971, 'prefix', 'addprefix,editprefix', 'title_rich', 30, 1, 'vbulletin'),
(43970, 'prefix', 'addprefix,editprefix', 'title_plain', 20, 1, 'vbulletin'),
(43969, 'prefix', 'addprefix,editprefix', 'prefixsetid', 10, 1, 'vbulletin'),
(43968, 'prefix', 'addprefix,editprefix', 'prefixid', 1, 1, 'vbulletin'),
(43967, 'plugin', 'productedit', 'uninstallcode', 100, 1, 'vbulletin'),
(43966, 'plugin', 'productedit', 'installcode', 90, 1, 'vbulletin'),
(43965, 'plugin', 'productedit', 'minversion', 80, 1, 'vbulletin'),
(43964, 'plugin', 'productedit', 'maxversion', 70, 1, 'vbulletin'),
(43963, 'plugin', 'productedit', 'dependencytype', 60, 1, 'vbulletin'),
(43962, 'plugin', 'productadd,productedit', 'versioncheckurl', 50, 1, 'vbulletin'),
(43961, 'plugin', 'productadd,productedit', 'url', 40, 1, 'vbulletin'),
(43960, 'plugin', 'productadd,productedit', 'description', 30, 1, 'vbulletin'),
(43959, 'plugin', 'productadd,productedit', 'version', 20, 1, 'vbulletin'),
(43958, 'plugin', 'productadd,productedit', 'title', 10, 1, 'vbulletin'),
(43957, 'plugin', 'productadd,productedit', 'productid', 5, 1, 'vbulletin'),
(43956, 'plugin', 'productadd', 'allowoverwrite', 4, 1, 'vbulletin'),
(43955, 'phrase', 'search', 'replacestring', 50, 1, 'vbulletin'),
(43954, 'phrase', 'search', 'casesensitive', 40, 1, 'vbulletin'),
(43953, 'phrase', 'search', 'searchwhere', 30, 1, 'vbulletin'),
(43952, 'phrase', 'search', 'languageid', 25, 1, 'vbulletin'),
(43951, 'phrase', 'search', 'searchstring', 20, 1, 'vbulletin'),
(43950, 'phrase', 'search', '', 1, 1, 'vbulletin'),
(43949, 'phrase', 'quickref', '', 1, 1, 'vbulletin'),
(43948, 'phrase', 'modify', '', 1, 1, 'vbulletin'),
(43947, 'phrase', 'manageorphans', '', 1, 1, 'vbulletin'),
(43946, 'phrase', 'findupdates', '', 1, 1, 'vbulletin'),
(43945, 'phrase', 'findorphans', '', 1, 1, 'vbulletin'),
(43944, 'phrase', 'edit', 'languageid', 10, 1, 'vbulletin'),
(43943, 'phrase', 'edit', '', 1, 1, 'vbulletin'),
(43942, 'phrase', 'delete', '', 1, 1, 'vbulletin'),
(43941, 'phrase', 'add,edit', 'text', 40, 1, 'vbulletin'),
(43940, 'phrase', 'add,edit', 'varname', 30, 1, 'vbulletin'),
(43939, 'phrase', 'add,edit', 'phrasetypeid', 20, 1, 'vbulletin'),
(43938, 'phrase', 'add', '', 1, 1, 'vbulletin'),
(43937, 'phrase', '', '', 1, 1, 'vbulletin'),
(43936, 'passwordcheck', 'check', 'quantity', 1, 1, 'vbulletin'),
(43935, 'passwordcheck', 'check', 'period', 1, 1, 'vbulletin'),
(43934, 'passwordcheck', 'check', 'email_subject', 1, 1, 'vbulletin'),
(43933, 'passwordcheck', 'check', 'email_from', 1, 1, 'vbulletin'),
(43932, 'passwordcheck', 'check', 'email', 1, 1, 'vbulletin'),
(43931, 'options', 'searchtype', 'deleteindex', 10, 1, 'vbulletin'),
(43930, 'options', 'searchtype', '', 1, 1, 'vbulletin'),
(43927, 'options', 'options', 'vm_perpage', 2720, 1, 'vbulletin'),
(43929, 'options', 'options', 'vm_moderation', 2740, 1, 'vbulletin'),
(43928, 'options', 'options', 'vm_maxperpage', 2730, 1, 'vbulletin'),
(43926, 'options', 'options', 'vm_maxchars', 2700, 1, 'vbulletin'),
(43925, 'options', 'options', 'usercss_allowed_border_widths', 2620, 1, 'vbulletin'),
(43924, 'options', 'options', 'usercss_allowed_font_sizes', 2610, 1, 'vbulletin'),
(43923, 'options', 'options', 'enablehooks', 2470, 1, 'vbulletin'),
(43922, 'options', 'options', 'disableerroremail', 2410, 1, 'vbulletin'),
(43921, 'options', 'options', 'errorlogmaxsize', 2400, 1, 'vbulletin'),
(43920, 'options', 'options', 'errorlogphp', 2395, 1, 'vbulletin'),
(43919, 'options', 'options', 'errorlogsecurity', 2390, 1, 'vbulletin'),
(43918, 'options', 'options', 'errorlogdatabase', 2380, 1, 'vbulletin'),
(43917, 'options', 'options', 'externalcutoff', 2375, 1, 'vbulletin'),
(43916, 'options', 'options', 'externalxml', 2370, 1, 'vbulletin'),
(43915, 'options', 'options', 'externalrss', 2360, 1, 'vbulletin'),
(43914, 'options', 'options', 'externaljs', 2350, 1, 'vbulletin'),
(43913, 'options', 'options', 'cp_usereditcolumns', 2340, 1, 'vbulletin'),
(43912, 'options', 'options', 'cp_collapse_forums', 2330, 1, 'vbulletin'),
(43911, 'options', 'options', 'timeoutcontrolpanel', 2320, 1, 'vbulletin'),
(43910, 'options', 'options', 'cpstylefolder', 2310, 1, 'vbulletin'),
(43909, 'options', 'options', 'adminquickstats', 2300, 1, 'vbulletin'),
(43908, 'options', 'options', 'archive_postsperpage', 2290, 1, 'vbulletin'),
(43907, 'options', 'options', 'archive_threadsperpage', 2280, 1, 'vbulletin'),
(43906, 'options', 'options', 'archive_threadtype', 2275, 1, 'vbulletin'),
(43905, 'options', 'options', 'archiveenabled', 2270, 1, 'vbulletin'),
(43904, 'options', 'options', 'enablespiders', 2240, 1, 'vbulletin'),
(43903, 'options', 'options', 'WOLresolve', 2230, 1, 'vbulletin'),
(43902, 'options', 'options', 'WOLguests', 2220, 1, 'vbulletin'),
(43901, 'options', 'options', 'WOLrefresh', 2210, 1, 'vbulletin'),
(43900, 'options', 'options', 'WOLenable', 2200, 1, 'vbulletin'),
(43899, 'options', 'options', 'privallowhtml', 2190, 1, 'vbulletin'),
(43898, 'options', 'options', 'privallowbbimagecode', 2180, 1, 'vbulletin'),
(43897, 'options', 'options', 'privallowsmilies', 2170, 1, 'vbulletin'),
(43896, 'options', 'options', 'privallowbbcode', 2160, 1, 'vbulletin'),
(43894, 'options', 'options', 'pmmaxperpage', 2140, 1, 'vbulletin'),
(43895, 'options', 'options', 'privallowicons', 2150, 1, 'vbulletin'),
(43893, 'options', 'options', 'pmperpage', 2130, 1, 'vbulletin'),
(43892, 'options', 'options', 'pmfloodtime', 2120, 1, 'vbulletin'),
(43891, 'options', 'options', 'pmmaxchars', 2110, 1, 'vbulletin'),
(43890, 'options', 'options', 'checknewpm', 2100, 1, 'vbulletin'),
(43889, 'options', 'options', 'enablepms', 2090, 1, 'vbulletin'),
(43888, 'options', 'options', 'threaded_trimtitle', 2085, 1, 'vbulletin'),
(43887, 'options', 'options', 'threaded_maxcache', 2080, 1, 'vbulletin'),
(43886, 'options', 'options', 'threaded_listdepth', 2070, 1, 'vbulletin'),
(43885, 'options', 'options', 'threadedmode', 2060, 1, 'vbulletin'),
(43884, 'options', 'options', 'allowthreadedmode', 2050, 1, 'vbulletin'),
(43883, 'options', 'options', 'postelements', 2045, 1, 'vbulletin'),
(43882, 'options', 'options', 'showsimilarthreads', 2040, 1, 'vbulletin'),
(43881, 'options', 'options', 'threadsubscribed', 2030, 1, 'vbulletin'),
(43880, 'options', 'options', 'threadvoted', 2020, 1, 'vbulletin'),
(43879, 'options', 'options', 'wordwrap', 2010, 1, 'vbulletin'),
(43878, 'options', 'options', 'showdeficon', 1990, 1, 'vbulletin'),
(43877, 'options', 'options', 'usermaxposts', 1980, 1, 'vbulletin'),
(43876, 'options', 'options', 'maxposts', 1970, 1, 'vbulletin'),
(43875, 'options', 'options', 'showthreadusers', 1960, 1, 'vbulletin'),
(43874, 'options', 'options', 'oneannounce', 1950, 1, 'vbulletin'),
(43873, 'options', 'options', 'threadpreview', 1940, 1, 'vbulletin'),
(43872, 'options', 'options', 'maxmultipage', 1930, 1, 'vbulletin'),
(43871, 'options', 'options', 'linktopages', 1920, 1, 'vbulletin'),
(43870, 'options', 'options', 'hotnumberposts', 1910, 1, 'vbulletin'),
(43869, 'options', 'options', 'hotnumberviews', 1900, 1, 'vbulletin'),
(43868, 'options', 'options', 'usehotthreads', 1890, 1, 'vbulletin'),
(43867, 'options', 'options', 'showdots', 1880, 1, 'vbulletin'),
(43866, 'options', 'options', 'showstickies', 1870, 1, 'vbulletin'),
(43865, 'options', 'options', 'maxthreads', 1860, 1, 'vbulletin'),
(43864, 'options', 'options', 'showforumusers', 1850, 1, 'vbulletin'),
(43863, 'options', 'options', 'showprefixlastpost', 1845, 1, 'vbulletin'),
(43862, 'options', 'options', 'showmoderatorcolumn', 1840, 1, 'vbulletin'),
(43861, 'options', 'options', 'lastthreadchars', 1830, 1, 'vbulletin'),
(43860, 'options', 'options', 'showlocks', 1820, 1, 'vbulletin'),
(43859, 'options', 'options', 'hideprivateforums', 1810, 1, 'vbulletin'),
(43858, 'options', 'options', 'showprivateforums', 1805, 1, 'vbulletin'),
(43857, 'options', 'options', 'showforumdescription', 1800, 1, 'vbulletin'),
(43856, 'options', 'options', 'subforumdepth', 1790, 1, 'vbulletin'),
(43855, 'options', 'options', 'forumdisplaydepth', 1780, 1, 'vbulletin'),
(43854, 'options', 'options', 'forumhomedepth', 1770, 1, 'vbulletin'),
(43853, 'options', 'options', 'activememberoptions', 1767, 1, 'vbulletin'),
(43852, 'options', 'options', 'activememberdays', 1765, 1, 'vbulletin'),
(43851, 'options', 'options', 'showeventtype', 1760, 1, 'vbulletin'),
(43850, 'options', 'options', 'showholidays', 1750, 1, 'vbulletin'),
(43849, 'options', 'options', 'showevents', 1740, 1, 'vbulletin'),
(43848, 'options', 'options', 'birthdaydatecut', 1730, 1, 'vbulletin'),
(43847, 'options', 'options', 'showbirthdays', 1720, 1, 'vbulletin'),
(43846, 'options', 'options', 'displayloggedin', 1710, 1, 'vbulletin'),
(43845, 'options', 'options', 'forumhome', 1700, 1, 'vbulletin'),
(43844, 'options', 'options', 'ratefunc', 1690, 1, 'vbulletin'),
(43843, 'options', 'options', 'ratescore', 1680, 1, 'vbulletin'),
(43842, 'options', 'options', 'viewfunc', 1670, 1, 'vbulletin'),
(43841, 'options', 'options', 'viewscore', 1660, 1, 'vbulletin'),
(43840, 'options', 'options', 'replyfunc', 1650, 1, 'vbulletin'),
(43839, 'options', 'options', 'replyscore', 1640, 1, 'vbulletin'),
(43838, 'options', 'options', 'posttitlescore', 1630, 1, 'vbulletin'),
(43837, 'options', 'options', 'threadtitlescore', 1620, 1, 'vbulletin'),
(43836, 'options', 'options', 'datescore', 1610, 1, 'vbulletin'),
(43835, 'options', 'options', 'multimatchscore', 1600, 1, 'vbulletin'),
(43834, 'options', 'options', 'searchimagecheck', 1598, 1, 'vbulletin'),
(43833, 'options', 'options', 'badwords', 1595, 1, 'vbulletin'),
(43832, 'options', 'options', 'similarthreadthreshold', 1590, 1, 'vbulletin'),
(43831, 'options', 'options', 'searchsharing', 1585, 1, 'vbulletin'),
(43830, 'options', 'options', 'similarthreadsearch', 1580, 1, 'vbulletin'),
(43829, 'options', 'options', 'allowwildcards', 1570, 1, 'vbulletin'),
(43828, 'options', 'options', 'maxresults', 1560, 1, 'vbulletin'),
(43827, 'options', 'options', 'searchperpage', 1550, 1, 'vbulletin'),
(43826, 'options', 'options', 'goodwords', 1540, 1, 'vbulletin'),
(43825, 'options', 'options', 'maxsearchlength', 1530, 1, 'vbulletin'),
(43824, 'options', 'options', 'minsearchlength', 1520, 1, 'vbulletin'),
(43823, 'options', 'options', 'searchfloodtime', 1510, 1, 'vbulletin'),
(43822, 'options', 'options', 'enablesearches', 1500, 1, 'vbulletin'),
(43821, 'options', 'options', 'votechange', 1490, 1, 'vbulletin'),
(43820, 'options', 'options', 'showvotes', 1480, 1, 'vbulletin'),
(43819, 'options', 'options', 'updatelastpost', 1470, 1, 'vbulletin');
INSERT INTO `adminhelp` (`adminhelpid`, `script`, `action`, `optionname`, `displayorder`, `volatile`, `product`) VALUES
(43818, 'options', 'options', 'maxpolllength', 1465, 1, 'vbulletin'),
(43815, 'options', 'options', 'thumbquality', 1445, 1, 'vbulletin'),
(43816, 'options', 'options', 'attachrow', 1450, 1, 'vbulletin'),
(43817, 'options', 'options', 'maxpolloptions', 1460, 1, 'vbulletin'),
(43814, 'options', 'options', 'attachthumbssize', 1440, 1, 'vbulletin'),
(43813, 'options', 'options', 'attachthumbs', 1430, 1, 'vbulletin'),
(43812, 'options', 'options', 'viewattachedimages', 1420, 1, 'vbulletin'),
(43811, 'options', 'options', 'allowduplicates', 1410, 1, 'vbulletin'),
(43810, 'options', 'options', 'allowclosedattachdel', 1401, 1, 'vbulletin'),
(43809, 'options', 'options', 'allowattachdel', 1400, 1, 'vbulletin'),
(43808, 'options', 'options', 'attachurlcount', 1395, 1, 'vbulletin'),
(43807, 'options', 'options', 'attachboxcount', 1390, 1, 'vbulletin'),
(43806, 'options', 'options', 'attachlimit', 1380, 1, 'vbulletin'),
(43805, 'options', 'options', 'attachtotalspace', 1370, 1, 'vbulletin'),
(43804, 'options', 'options', 'wysiwyg_smtotal', 1360, 1, 'vbulletin'),
(43802, 'options', 'options', 'smtotal', 1340, 1, 'vbulletin'),
(43803, 'options', 'options', 'smcolumns', 1350, 1, 'vbulletin'),
(43800, 'options', 'options', 'allowvbcodebuttons', 1320, 1, 'vbulletin'),
(43801, 'options', 'options', 'editormodes', 1335, 1, 'vbulletin'),
(43799, 'options', 'options', 'logip', 1310, 1, 'vbulletin'),
(43798, 'options', 'options', 'noeditedbytime', 1300, 1, 'vbulletin'),
(43797, 'options', 'options', 'edittimelimit', 1295, 1, 'vbulletin'),
(43796, 'options', 'options', 'addpolltimeout', 1290, 1, 'vbulletin'),
(43795, 'options', 'options', 'editthreadtitlelimit', 1280, 1, 'vbulletin'),
(43792, 'options', 'options', 'stopshouting', 1250, 1, 'vbulletin'),
(43793, 'options', 'options', 'allowdynimg', 1260, 1, 'vbulletin'),
(43794, 'options', 'options', 'floodchecktime', 1270, 1, 'vbulletin'),
(43791, 'options', 'options', 'maximages', 1240, 1, 'vbulletin'),
(43790, 'options', 'options', 'postmaxchars', 1230, 1, 'vbulletin'),
(43789, 'options', 'options', 'quotetitle', 1220, 1, 'vbulletin'),
(43788, 'options', 'options', 'titlemaxchars', 1215, 1, 'vbulletin'),
(43787, 'options', 'options', 'ignorequotechars', 1210, 1, 'vbulletin'),
(43786, 'options', 'options', 'postminchars', 1200, 1, 'vbulletin'),
(43785, 'options', 'options', 'quickreply', 1180, 1, 'vbulletin'),
(43784, 'options', 'options', 'multiquote', 1180, 1, 'vbulletin'),
(43783, 'options', 'options', 'mqlimit', 1180, 1, 'vbulletin'),
(43780, 'options', 'options', 'allowedbbcodes', 1173, 1, 'vbulletin'),
(43781, 'options', 'options', 'codemaxlines', 1178, 1, 'vbulletin'),
(43782, 'options', 'options', 'quickedit', 1179, 1, 'vbulletin'),
(43778, 'options', 'options', 'allowkeepbannedemail', 1160, 1, 'vbulletin'),
(43779, 'options', 'options', 'globalignore', 1170, 1, 'vbulletin'),
(43777, 'options', 'options', 'aggressiveemailban', 1155, 1, 'vbulletin'),
(43776, 'options', 'options', 'banemail', 1150, 1, 'vbulletin'),
(43775, 'options', 'options', 'banip', 1140, 1, 'vbulletin'),
(43774, 'options', 'options', 'enablebanning', 1130, 1, 'vbulletin'),
(43773, 'options', 'options', 'profilelastpost', 1120, 1, 'vbulletin'),
(43772, 'options', 'options', 'usememberlistadvsearch', 1110, 1, 'vbulletin'),
(43771, 'options', 'options', 'memberlistperpage', 1100, 1, 'vbulletin'),
(43769, 'options', 'options', 'memberlistposts', 1093, 1, 'vbulletin'),
(43770, 'options', 'options', 'memberlistfields', 1095, 1, 'vbulletin'),
(43768, 'options', 'options', 'enablememberlist', 1090, 1, 'vbulletin'),
(43767, 'options', 'options', 'unallowhtml', 1080, 1, 'vbulletin'),
(43766, 'options', 'options', 'unallowimg', 1070, 1, 'vbulletin'),
(43765, 'options', 'options', 'unallowsmilies', 1060, 1, 'vbulletin'),
(43764, 'options', 'options', 'unallowvbcode', 1050, 1, 'vbulletin'),
(43763, 'options', 'options', 'reputationrepeat', 1040, 1, 'vbulletin'),
(43762, 'options', 'options', 'maxreputationperday', 1030, 1, 'vbulletin'),
(43761, 'options', 'options', 'minreputationcount', 1020, 1, 'vbulletin'),
(43760, 'options', 'options', 'minreputationpost', 1010, 1, 'vbulletin'),
(43759, 'options', 'options', 'kppower', 1000, 1, 'vbulletin'),
(43758, 'options', 'options', 'pcpower', 990, 1, 'vbulletin'),
(43755, 'options', 'options', 'showuserrates', 960, 1, 'vbulletin'),
(43757, 'options', 'options', 'rdpower', 980, 1, 'vbulletin'),
(43756, 'options', 'options', 'adminpower', 970, 1, 'vbulletin'),
(43754, 'options', 'options', 'reputationdefault', 950, 1, 'vbulletin'),
(43753, 'options', 'options', 'reputationundefined', 945, 1, 'vbulletin'),
(43752, 'options', 'options', 'reputationhide', 940, 1, 'vbulletin'),
(43751, 'options', 'options', 'reputationenable', 930, 1, 'vbulletin'),
(43750, 'options', 'options', 'profilepicenabled', 920, 1, 'vbulletin'),
(43749, 'options', 'options', 'numavatarsperpage', 910, 1, 'vbulletin'),
(43748, 'options', 'options', 'numavatarswide', 900, 1, 'vbulletin'),
(43747, 'options', 'options', 'avatarenabled', 890, 1, 'vbulletin'),
(43746, 'options', 'options', 'ignoremods', 880, 1, 'vbulletin'),
(43745, 'options', 'options', 'allowhtml', 870, 1, 'vbulletin'),
(43744, 'options', 'options', 'allowbbimagecode', 860, 1, 'vbulletin'),
(43743, 'options', 'options', 'allowsmilies', 850, 1, 'vbulletin'),
(43741, 'options', 'options', 'sigmax', 830, 1, 'vbulletin'),
(43742, 'options', 'options', 'allowbbcode', 840, 1, 'vbulletin'),
(43740, 'options', 'options', 'softlinebreakchars', 820, 1, 'vbulletin'),
(43739, 'options', 'options', 'profilemaxvisitors', 816, 1, 'vbulletin'),
(43738, 'options', 'options', 'friends_per_page', 815, 1, 'vbulletin'),
(43737, 'options', 'options', 'ctCensorMod', 810, 1, 'vbulletin'),
(43736, 'options', 'options', 'minifriends_amount', 805, 1, 'vbulletin'),
(43735, 'options', 'options', 'ctCensorWords', 800, 1, 'vbulletin'),
(43733, 'options', 'options', 'reqbirthday', 785, 1, 'vbulletin'),
(43734, 'options', 'options', 'ctMaxChars', 790, 1, 'vbulletin'),
(43732, 'options', 'options', 'social_moderation', 784, 1, 'vbulletin'),
(43731, 'options', 'options', 'usernamereusedelay', 781, 1, 'vbulletin'),
(43730, 'options', 'options', 'defaultregoptions', 780, 1, 'vbulletin'),
(43727, 'options', 'options', 'illegalusernames', 770, 1, 'vbulletin'),
(43728, 'options', 'options', 'usernameregex', 771, 1, 'vbulletin'),
(43729, 'options', 'options', 'usereferrer', 775, 1, 'vbulletin'),
(43726, 'options', 'options', 'maxuserlength', 760, 1, 'vbulletin'),
(43725, 'options', 'options', 'minuserlength', 750, 1, 'vbulletin'),
(43724, 'options', 'options', 'requireuniqueemail', 740, 1, 'vbulletin'),
(43723, 'options', 'options', 'verifyemail', 730, 1, 'vbulletin'),
(43722, 'options', 'options', 'allowmultiregs', 720, 1, 'vbulletin'),
(43721, 'options', 'options', 'newuseremail', 710, 1, 'vbulletin'),
(43720, 'options', 'options', 'welcomemail', 700, 1, 'vbulletin'),
(43719, 'options', 'options', 'regimagecheck', 690, 1, 'vbulletin'),
(43718, 'options', 'options', 'moderatenewmembers', 680, 1, 'vbulletin'),
(43717, 'options', 'options', 'usecoppa', 670, 1, 'vbulletin'),
(43716, 'options', 'options', 'allowregistration', 660, 1, 'vbulletin'),
(43715, 'options', 'options', 'blankasciistrip', 650, 1, 'vbulletin'),
(43714, 'options', 'options', 'censorwords', 640, 1, 'vbulletin'),
(43713, 'options', 'options', 'censorchar', 630, 1, 'vbulletin'),
(43712, 'options', 'options', 'enablecensor', 620, 1, 'vbulletin'),
(43711, 'options', 'options', 'smtp_tls', 616, 1, 'vbulletin'),
(43710, 'options', 'options', 'smtp_pass', 615, 1, 'vbulletin'),
(43708, 'options', 'options', 'smtp_port', 613, 1, 'vbulletin'),
(43709, 'options', 'options', 'smtp_user', 614, 1, 'vbulletin'),
(43707, 'options', 'options', 'smtp_host', 612, 1, 'vbulletin'),
(43706, 'options', 'options', 'use_smtp', 611, 1, 'vbulletin'),
(43705, 'options', 'options', 'emailfloodtime', 610, 1, 'vbulletin'),
(43704, 'options', 'options', 'secureemail', 600, 1, 'vbulletin'),
(43703, 'options', 'options', 'displayemails', 590, 1, 'vbulletin'),
(43702, 'options', 'options', 'enableemail', 580, 1, 'vbulletin'),
(43701, 'options', 'options', 'legacypostbit', 575, 1, 'vbulletin'),
(43700, 'options', 'options', 'usepopups', 570, 1, 'vbulletin'),
(43699, 'options', 'options', 'storecssasfile', 560, 1, 'vbulletin'),
(43698, 'options', 'options', 'cleargifurl', 550, 1, 'vbulletin'),
(43697, 'options', 'options', 'allowchangestyles', 540, 1, 'vbulletin'),
(43696, 'options', 'options', 'styleid', 530, 1, 'vbulletin'),
(43695, 'options', 'options', 'languageid', 520, 1, 'vbulletin'),
(43694, 'options', 'options', 'needfromemail', 510, 1, 'vbulletin'),
(43693, 'options', 'options', 'usemailqueue', 500, 1, 'vbulletin'),
(43692, 'options', 'options', 'copypostindex', 493, 1, 'vbulletin'),
(43691, 'options', 'options', 'tmppath', 490, 1, 'vbulletin'),
(43690, 'options', 'options', 'safeupload', 480, 1, 'vbulletin'),
(43689, 'options', 'options', 'regimageoption', 465, 1, 'vbulletin'),
(43688, 'options', 'options', 'magickpath', 464, 1, 'vbulletin'),
(43687, 'options', 'options', 'regimagetype', 462, 1, 'vbulletin'),
(43684, 'options', 'options', 'emailsendnum', 430, 1, 'vbulletin'),
(43685, 'options', 'options', 'loadlimit', 450, 1, 'vbulletin'),
(43686, 'options', 'options', 'imagetype', 461, 1, 'vbulletin'),
(43683, 'options', 'options', 'attachmentviewslive', 420, 1, 'vbulletin'),
(43682, 'options', 'options', 'threadviewslive', 410, 1, 'vbulletin'),
(43680, 'options', 'options', 'allowphpinfo', 390, 1, 'vbulletin'),
(43681, 'options', 'options', 'cachemaxage', 400, 1, 'vbulletin'),
(43679, 'options', 'options', 'useheaderredirect', 380, 1, 'vbulletin'),
(43678, 'options', 'options', 'nocacheheaders', 375, 1, 'vbulletin'),
(43677, 'options', 'options', 'addheaders', 370, 1, 'vbulletin'),
(43676, 'options', 'options', 'gziplevel', 360, 1, 'vbulletin'),
(43675, 'options', 'options', 'gzipoutput', 350, 1, 'vbulletin'),
(43674, 'options', 'options', 'cookiedomain', 340, 1, 'vbulletin'),
(43673, 'options', 'options', 'cookiepath', 330, 1, 'vbulletin'),
(43672, 'options', 'options', 'cookietimeout', 320, 1, 'vbulletin'),
(43671, 'options', 'options', 'logdateformat', 315, 1, 'vbulletin'),
(43670, 'options', 'options', 'calformat2', 310, 1, 'vbulletin'),
(43669, 'options', 'options', 'calformat1', 300, 1, 'vbulletin'),
(43668, 'options', 'options', 'registereddateformat', 290, 1, 'vbulletin'),
(43667, 'options', 'options', 'timeformat', 280, 1, 'vbulletin'),
(43666, 'options', 'options', 'dateformat', 270, 1, 'vbulletin'),
(43665, 'options', 'options', 'dstonoff', 260, 1, 'vbulletin'),
(43664, 'options', 'options', 'timeoffset', 250, 1, 'vbulletin'),
(43663, 'options', 'options', 'tagforcelower', 245, 1, 'vbulletin'),
(43662, 'options', 'options', 'tagmaxuser', 244, 1, 'vbulletin'),
(43661, 'options', 'options', 'tagmaxthread', 242, 1, 'vbulletin'),
(43660, 'options', 'options', 'tagmaxstarter', 242, 1, 'vbulletin'),
(43659, 'options', 'options', 'tagmaxlen', 241, 1, 'vbulletin'),
(43658, 'options', 'options', 'yestoday', 240, 1, 'vbulletin'),
(43657, 'options', 'options', 'threadtagging', 240, 1, 'vbulletin'),
(43656, 'options', 'options', 'markinglimit', 239, 1, 'vbulletin'),
(43653, 'options', 'options', 'threadmarking', 238, 1, 'vbulletin'),
(43655, 'options', 'options', 'enable_inlinemod_auth', 239, 1, 'vbulletin'),
(43654, 'options', 'options', 'disable_ajax', 239, 1, 'vbulletin'),
(43652, 'options', 'options', 'allowedreferrers', 237, 1, 'vbulletin'),
(43651, 'options', 'options', 'forumleaders', 236, 1, 'vbulletin'),
(43650, 'options', 'options', 'usestrikesystem', 235, 1, 'vbulletin'),
(43649, 'options', 'options', 'addtemplatename', 230, 1, 'vbulletin'),
(43648, 'options', 'options', 'showimicons', 220, 1, 'vbulletin'),
(43647, 'options', 'options', 'enableaccess', 210, 1, 'vbulletin'),
(43646, 'options', 'options', 'pagenavs', 205, 1, 'vbulletin'),
(43645, 'options', 'options', 'pagenavpages', 200, 1, 'vbulletin'),
(43644, 'options', 'options', 'useforumjump', 190, 1, 'vbulletin'),
(43643, 'options', 'options', 'description', 180, 1, 'vbulletin'),
(43642, 'options', 'options', 'keywords', 170, 1, 'vbulletin'),
(43641, 'options', 'options', 'address', 160, 1, 'vbulletin'),
(43640, 'options', 'options', 'faxnumber', 140, 1, 'vbulletin'),
(43639, 'options', 'options', 'companyname', 130, 1, 'vbulletin'),
(43638, 'options', 'options', 'copyrighttext', 120, 1, 'vbulletin'),
(43637, 'options', 'options', 'privacyurl', 110, 1, 'vbulletin'),
(43636, 'options', 'options', 'webmasteremail', 100, 1, 'vbulletin'),
(43635, 'options', 'options', 'lightboxenabled', 100, 1, 'vbulletin'),
(43634, 'options', 'options', 'contactusoptions', 90, 1, 'vbulletin'),
(43633, 'options', 'options', 'contactustype', 85, 1, 'vbulletin'),
(43632, 'options', 'options', 'contactuslink', 80, 1, 'vbulletin'),
(43631, 'options', 'options', 'homeurl', 70, 1, 'vbulletin'),
(43630, 'options', 'options', 'hometitle', 60, 1, 'vbulletin'),
(43629, 'options', 'options', 'bburl', 50, 1, 'vbulletin'),
(43628, 'options', 'options', 'bbtitle', 40, 1, 'vbulletin'),
(43627, 'options', 'options', 'bbclosedreason', 30, 1, 'vbulletin'),
(43626, 'options', 'options', 'vb_antispam_posts', 20, 1, 'vbulletin'),
(43624, 'options', 'options', 'bbactive', 20, 1, 'vbulletin'),
(43625, 'options', 'options', 'socnet_groups_albums_enabled', 20, 1, 'vbulletin'),
(43623, 'options', 'options', 'vb_antispam_key', 10, 1, 'vbulletin'),
(43622, 'options', 'options', 'socnet_groups_msg_enabled', 10, 1, 'vbulletin'),
(43621, 'options', 'options', 'welcomepm', 1, 1, 'vbulletin'),
(43620, 'options', 'options', 'vm_allowed_bbcode', 1, 1, 'vbulletin'),
(43619, 'options', 'options', 'usercss_allowed_padding', 1, 1, 'vbulletin'),
(43618, 'options', 'options', 'usercss_allowed_fonts', 1, 1, 'vbulletin'),
(43617, 'options', 'options', 'uimessage', 1, 1, 'vbulletin'),
(43616, 'options', 'options', 'uiforumid', 1, 1, 'vbulletin'),
(43615, 'options', 'options', 'tosurl', 1, 1, 'vbulletin'),
(43614, 'options', 'options', 'thumbcolor', 1, 1, 'vbulletin'),
(43613, 'options', 'options', 'tagminlen', 1, 1, 'vbulletin'),
(43612, 'options', 'options', 'taggoodwords', 1, 1, 'vbulletin'),
(43611, 'options', 'options', 'tagdelimiter', 1, 1, 'vbulletin'),
(43610, 'options', 'options', 'tagcloud_usergroup', 1, 1, 'vbulletin'),
(43607, 'options', 'options', 'tagcloud_searchhistory', 1, 1, 'vbulletin'),
(43609, 'options', 'options', 'tagcloud_usagehistory', 1, 1, 'vbulletin'),
(43608, 'options', 'options', 'tagcloud_tags', 1, 1, 'vbulletin'),
(43606, 'options', 'options', 'tagcloud_searchcloud', 1, 1, 'vbulletin'),
(43605, 'options', 'options', 'tagcloud_levels', 1, 1, 'vbulletin'),
(43604, 'options', 'options', 'tagcloud_cachetime', 1, 1, 'vbulletin'),
(43603, 'options', 'options', 'tagbadwords', 1, 1, 'vbulletin'),
(43602, 'options', 'options', 'socnet', 1, 1, 'vbulletin'),
(43600, 'options', 'options', 'skypeweb_gfx', 1, 1, 'vbulletin'),
(43601, 'options', 'options', 'socialbookmarks', 1, 1, 'vbulletin'),
(43599, 'options', 'options', 'showforumbutton', 1, 1, 'vbulletin'),
(43598, 'options', 'options', 'sg_perpage', 1, 1, 'vbulletin'),
(43597, 'options', 'options', 'sg_newgroups_count', 1, 1, 'vbulletin'),
(43595, 'options', 'options', 'sg_maxperpage', 1, 1, 'vbulletin'),
(43596, 'options', 'options', 'sg_name_maxchars', 1, 1, 'vbulletin'),
(43594, 'options', 'options', 'sg_enable_owner_only_discussions', 1, 1, 'vbulletin'),
(43593, 'options', 'options', 'sg_enablesocialgroupicons', 1, 1, 'vbulletin'),
(43592, 'options', 'options', 'sg_category_cloud_size', 1, 1, 'vbulletin'),
(43591, 'options', 'options', 'sg_allow_owner_mod_queue', 1, 1, 'vbulletin'),
(43590, 'options', 'options', 'sg_allow_join_to_view', 1, 1, 'vbulletin'),
(43588, 'options', 'options', 'sg_allowed_bbcode', 1, 1, 'vbulletin'),
(43589, 'options', 'options', 'sg_allow_delete_empty_group', 1, 1, 'vbulletin'),
(43587, 'options', 'options', 'sgd_perpage', 1, 1, 'vbulletin'),
(43586, 'options', 'options', 'sgd_maxperpage', 1, 1, 'vbulletin'),
(43585, 'options', 'options', 'rsspodcast', 1, 1, 'vbulletin'),
(43584, 'options', 'options', 'rpuserid', 1, 1, 'vbulletin'),
(43583, 'options', 'options', 'rpforumid', 1, 1, 'vbulletin'),
(43582, 'options', 'options', 'rpemail', 1, 1, 'vbulletin'),
(43581, 'options', 'options', 'route_requestvar', 1, 1, 'vbulletin'),
(43580, 'options', 'options', 'remoteyui', 1, 1, 'vbulletin'),
(43579, 'options', 'options', 'profile_album_amount', 1, 1, 'vbulletin'),
(43578, 'options', 'options', 'profileprivacy', 1, 1, 'vbulletin'),
(43577, 'options', 'options', 'postimagecheck', 1, 1, 'vbulletin'),
(43576, 'options', 'options', 'postedithistory', 1, 1, 'vbulletin'),
(43574, 'options', 'options', 'pc_perpage', 1, 1, 'vbulletin'),
(43575, 'options', 'options', 'pmthrottleperiod', 1, 1, 'vbulletin'),
(43573, 'options', 'options', 'pc_moderation', 1, 1, 'vbulletin'),
(43572, 'options', 'options', 'pc_maxperpage', 1, 1, 'vbulletin'),
(43571, 'options', 'options', 'pc_enabled', 1, 1, 'vbulletin'),
(43570, 'options', 'options', 'pc_allowed_bbcode', 1, 1, 'vbulletin'),
(43567, 'options', 'options', 'ipcheck', 1, 1, 'vbulletin'),
(43568, 'options', 'options', 'nocache', 1, 1, 'vbulletin'),
(43569, 'options', 'options', 'paymentemail', 1, 1, 'vbulletin'),
(43566, 'options', 'options', 'ie8render7', 1, 1, 'vbulletin'),
(43565, 'options', 'options', 'hvcheck', 1, 1, 'vbulletin'),
(43564, 'options', 'options', 'homenav', 1, 1, 'vbulletin'),
(43562, 'options', 'options', 'homefooter', 1, 1, 'vbulletin'),
(43563, 'options', 'options', 'homemenu', 1, 1, 'vbulletin'),
(43561, 'options', 'options', 'gm_perpage', 1, 1, 'vbulletin'),
(43560, 'options', 'options', 'gm_maxperpage', 1, 1, 'vbulletin'),
(43559, 'options', 'options', 'friendlyurl', 1, 1, 'vbulletin'),
(43558, 'options', 'options', 'externalcount', 1, 1, 'vbulletin'),
(43557, 'options', 'options', 'externalcache', 1, 1, 'vbulletin'),
(43556, 'options', 'options', 'errorlogemail', 1, 1, 'vbulletin'),
(43555, 'options', 'options', 'cmstitle', 1, 1, 'vbulletin'),
(43554, 'options', 'options', 'cmsnav', 1, 1, 'vbulletin'),
(43553, 'options', 'options', 'cmsmenu', 1, 1, 'vbulletin'),
(43547, 'options', 'options', 'bbfooter', 1, 1, 'vbulletin'),
(43548, 'options', 'options', 'bbmenu', 1, 1, 'vbulletin'),
(43549, 'options', 'options', 'bbnav', 1, 1, 'vbulletin'),
(43550, 'options', 'options', 'bounceemail', 1, 1, 'vbulletin'),
(43551, 'options', 'options', 'checkcoppa', 1, 1, 'vbulletin'),
(43552, 'options', 'options', 'cmsfooter', 1, 1, 'vbulletin'),
(43545, 'options', 'options', 'album_uploadamount', 1, 1, 'vbulletin'),
(43546, 'options', 'options', 'attachresize', 1, 1, 'vbulletin'),
(43544, 'options', 'options', 'album_thumbsize', 1, 1, 'vbulletin'),
(43542, 'options', 'options', 'album_pictures_perpage', 1, 1, 'vbulletin'),
(43543, 'options', 'options', 'album_recentalbumdays', 1, 1, 'vbulletin'),
(43541, 'options', 'options', 'album_maxpicsperalbum', 1, 1, 'vbulletin'),
(43540, 'options', 'options', 'album_captionpreviewlen', 1, 1, 'vbulletin'),
(43539, 'options', 'options', 'albums_pictures_moderation', 1, 1, 'vbulletin'),
(43538, 'options', 'options', 'albums_perpage', 1, 1, 'vbulletin'),
(43537, 'options', 'options', '', 1, 1, 'vbulletin'),
(43536, 'options', '', '', 1, 1, 'vbulletin'),
(43535, 'notice', 'modify', 'tableheader', 1, 1, 'vbulletin'),
(43534, 'notice', 'add,edit', 'criteria', 20, 1, 'vbulletin'),
(43533, 'notice', 'add,edit', 'persistent', 10, 1, 'vbulletin'),
(43532, 'notice', 'add,edit', 'active', 8, 1, 'vbulletin'),
(43531, 'notice', 'add,edit', 'displayorder', 6, 1, 'vbulletin'),
(43530, 'notice', 'add,edit', 'html', 4, 1, 'vbulletin'),
(43529, 'notice', 'add,edit', 'title', 1, 1, 'vbulletin'),
(43528, 'modlog', 'view', '', 1, 1, 'vbulletin'),
(43527, 'modlog', 'prunelog', '', 1, 1, 'vbulletin'),
(43526, 'modlog', 'choose', 'daysprune', 40, 1, 'vbulletin'),
(43525, 'modlog', 'choose', 'orderby', 30, 1, 'vbulletin'),
(43524, 'modlog', 'choose', 'userid', 20, 1, 'vbulletin'),
(43523, 'modlog', 'choose', 'perpage', 10, 1, 'vbulletin'),
(43522, 'modlog', 'choose', '', 1, 1, 'vbulletin'),
(43520, 'moderator', 'showlist', '', 1, 1, 'vbulletin'),
(43521, 'modlog', '', '', 1, 1, 'vbulletin'),
(43519, 'moderator', 'removeall', '', 1, 1, 'vbulletin'),
(43518, 'moderator', 'remove', '', 1, 1, 'vbulletin'),
(43517, 'moderator', 'editglobal', 'cantransfersocialgroups', 1, 1, 'vbulletin'),
(43515, 'moderator', 'editglobal', 'canmoderatediscussions', 1, 1, 'vbulletin'),
(43516, 'moderator', 'editglobal', 'canremovediscussions', 1, 1, 'vbulletin'),
(43513, 'moderator', 'editglobal', 'candeletediscussions', 1, 1, 'vbulletin'),
(43514, 'moderator', 'editglobal', 'caneditdiscussions', 1, 1, 'vbulletin'),
(43510, 'moderator', 'edit', 'caneditdiscussions', 1, 1, 'vbulletin'),
(43511, 'moderator', 'edit', 'canmoderatediscussions', 1, 1, 'vbulletin'),
(43512, 'moderator', 'edit', 'canremovediscussions', 1, 1, 'vbulletin'),
(43507, 'moderator', 'add,edit,editglobal', 'caneditalbumpicture', 450, 1, 'vbulletin'),
(43504, 'moderator', 'add,edit,editglobal', 'candeletegroupmessages', 380, 1, 'vbulletin'),
(43509, 'moderator', 'edit', 'candeletediscussions', 1, 1, 'vbulletin'),
(43508, 'moderator', 'edit', '', 1, 1, 'vbulletin'),
(43506, 'moderator', 'add,edit,editglobal', 'canmoderategroupmessages', 400, 1, 'vbulletin'),
(43505, 'moderator', 'add,edit,editglobal', 'canremovegroupmessages', 390, 1, 'vbulletin'),
(43503, 'moderator', 'add,edit,editglobal', 'caneditgroupmessages', 370, 1, 'vbulletin'),
(43502, 'moderator', 'add,edit,editglobal', 'candeletesocialgroups', 360, 1, 'vbulletin'),
(43501, 'moderator', 'add,edit,editglobal', 'caneditsocialgroups', 350, 1, 'vbulletin'),
(43497, 'moderator', 'add,edit,editglobal', 'caneditvisitormessages', 300, 1, 'vbulletin'),
(43500, 'moderator', 'add,edit,editglobal', 'canmoderatevisitormessages', 330, 1, 'vbulletin'),
(43499, 'moderator', 'add,edit,editglobal', 'canremovevisitormessages', 320, 1, 'vbulletin'),
(43498, 'moderator', 'add,edit,editglobal', 'candeletevisitormessages', 310, 1, 'vbulletin'),
(43496, 'moderator', 'add,edit,editglobal', 'newpostemail', 270, 1, 'vbulletin'),
(43495, 'moderator', 'add,edit,editglobal', 'newthreademail', 260, 1, 'vbulletin'),
(43494, 'moderator', 'add,edit,editglobal', 'caneditreputation', 250, 1, 'vbulletin'),
(43493, 'moderator', 'add,edit,editglobal', 'caneditprofilepic', 240, 1, 'vbulletin'),
(43492, 'moderator', 'add,edit,editglobal', 'caneditavatar', 230, 1, 'vbulletin'),
(43491, 'moderator', 'add,edit,editglobal', 'caneditsigs', 220, 1, 'vbulletin'),
(43490, 'moderator', 'add,edit,editglobal', 'canunbanusers', 210, 1, 'vbulletin'),
(43489, 'moderator', 'add,edit,editglobal', 'canbanusers', 200, 1, 'vbulletin'),
(43488, 'moderator', 'add,edit,editglobal', 'canviewprofile', 190, 1, 'vbulletin'),
(43483, 'moderator', 'add,edit,editglobal', 'canmoderateattachments', 140, 1, 'vbulletin'),
(43484, 'moderator', 'add,edit,editglobal', 'canmassmove', 150, 1, 'vbulletin'),
(43485, 'moderator', 'add,edit,editglobal', 'canmassprune', 160, 1, 'vbulletin'),
(43486, 'moderator', 'add,edit,editglobal', 'cansetpassword', 170, 1, 'vbulletin'),
(43487, 'moderator', 'add,edit,editglobal', 'canviewips', 180, 1, 'vbulletin'),
(43482, 'moderator', 'add,edit,editglobal', 'canmoderateposts', 130, 1, 'vbulletin'),
(43481, 'moderator', 'add,edit,editglobal', 'canannounce', 120, 1, 'vbulletin'),
(43480, 'moderator', 'add,edit,editglobal', 'caneditpoll', 110, 1, 'vbulletin'),
(43479, 'moderator', 'add,edit,editglobal', 'canmanagethreads', 100, 1, 'vbulletin'),
(43478, 'moderator', 'add,edit,editglobal', 'caneditthreads', 90, 1, 'vbulletin'),
(43477, 'moderator', 'add,edit,editglobal', 'canopenclose', 80, 1, 'vbulletin'),
(43472, 'moderator', 'add,edit,editglobal', 'canmoderatepictures', 1, 1, 'vbulletin'),
(43473, 'moderator', 'add,edit,editglobal', 'canremovepicturecomments', 1, 1, 'vbulletin'),
(43474, 'moderator', 'add,edit,editglobal', 'caneditposts', 50, 1, 'vbulletin'),
(43475, 'moderator', 'add,edit,editglobal', 'candeleteposts', 60, 1, 'vbulletin'),
(43476, 'moderator', 'add,edit,editglobal', 'canremoveposts', 70, 1, 'vbulletin'),
(43471, 'moderator', 'add,edit,editglobal', 'canmoderatepicturecomments', 1, 1, 'vbulletin'),
(43470, 'moderator', 'add,edit,editglobal', 'caneditpicturecomments', 1, 1, 'vbulletin'),
(43469, 'moderator', 'add,edit,editglobal', 'candeletepicturecomments', 1, 1, 'vbulletin'),
(43468, 'moderator', 'add,edit,editglobal', 'candeletealbumpicture', 1, 1, 'vbulletin'),
(43467, 'moderator', 'add,edit', 'modusername', 20, 1, 'vbulletin'),
(43466, 'moderator', 'add,edit', 'forumid', 10, 1, 'vbulletin'),
(43465, 'moderator', 'add', 'membergroupids', 40, 1, 'vbulletin'),
(43464, 'moderator', 'add', 'usergroupid', 30, 1, 'vbulletin'),
(43463, 'moderator', 'add', '', 1, 1, 'vbulletin'),
(43462, 'moderator', '', '', 1, 1, 'vbulletin'),
(43461, 'moderate', 'posts', 'postaction', 70, 1, 'vbulletin'),
(43460, 'moderate', 'posts', 'postpagetext', 60, 1, 'vbulletin'),
(43459, 'moderate', 'posts', 'posttitle', 50, 1, 'vbulletin'),
(43458, 'moderate', 'posts', 'threadaction', 40, 1, 'vbulletin'),
(43457, 'moderate', 'posts', 'threadnotes', 30, 1, 'vbulletin'),
(43455, 'moderate', 'posts', 'threadtitle', 10, 1, 'vbulletin'),
(43456, 'moderate', 'posts', 'threadpagetext', 20, 1, 'vbulletin'),
(43454, 'moderate', 'posts', '', 1, 1, 'vbulletin'),
(43453, 'moderate', 'events', 'eventaction', 30, 1, 'vbulletin'),
(43452, 'moderate', 'events', 'eventtext', 20, 1, 'vbulletin'),
(43451, 'moderate', 'events', 'eventsubject', 10, 1, 'vbulletin'),
(43450, 'moderate', 'events', '', 1, 1, 'vbulletin'),
(43449, 'moderate', 'attachments', 'attachaction', 10, 1, 'vbulletin'),
(43448, 'moderate', 'attachments', '', 1, 1, 'vbulletin'),
(43447, 'moderate', '', '', 1, 1, 'vbulletin'),
(43446, 'misc', 'chooser', 'reputation_base', 70, 1, 'vbulletin'),
(43445, 'misc', 'chooser', 'renumber', 60, 1, 'vbulletin'),
(43444, 'misc', 'chooser', 'install', 50, 1, 'vbulletin'),
(43443, 'misc', 'chooser', 'autoredirect', 40, 1, 'vbulletin'),
(43442, 'misc', 'chooser', 'doprocess', 30, 1, 'vbulletin'),
(43440, 'misc', 'chooser', 'perpage', 10, 1, 'vbulletin'),
(43441, 'misc', 'chooser', 'startat', 20, 1, 'vbulletin'),
(43439, 'misc', 'chooser', 'quality', 1, 1, 'vbulletin'),
(43438, 'misc', 'chooser', '', 1, 1, 'vbulletin'),
(43437, 'misc', '', '', 1, 1, 'vbulletin'),
(43436, 'language', 'rebuild', '', 1, 1, 'vbulletin'),
(43435, 'language', 'modify', '', 1, 1, 'vbulletin'),
(43434, 'language', 'files', 'anyversion', 80, 1, 'vbulletin'),
(43433, 'language', 'files', 'title', 70, 1, 'vbulletin'),
(43432, 'language', 'files', 'olanguageid', 60, 1, 'vbulletin'),
(43431, 'language', 'files', 'serverfile', 50, 1, 'vbulletin'),
(43430, 'language', 'files', 'languagefile', 40, 1, 'vbulletin'),
(43429, 'language', 'files', 'just_phrases', 30, 1, 'vbulletin'),
(43428, 'language', 'files', 'filename', 20, 1, 'vbulletin'),
(43427, 'language', 'files', 'product', 15, 1, 'vbulletin'),
(43426, 'language', 'files', 'languageid', 10, 1, 'vbulletin'),
(43425, 'language', 'files', '', 1, 1, 'vbulletin'),
(43424, 'language', 'edit_settings', 'isdefault', 40, 1, 'vbulletin'),
(43422, 'language', 'edit', '', 1, 1, 'vbulletin'),
(43423, 'language', 'edit_settings', '', 1, 1, 'vbulletin'),
(43421, 'language', 'delete', '', 1, 1, 'vbulletin'),
(43420, 'language', 'add,edit_settings', 'dirmark', 180, 1, 'vbulletin'),
(43419, 'language', 'add,edit_settings', 'thousandsep', 170, 1, 'vbulletin'),
(43418, 'language', 'add,edit_settings', 'decimalsep', 160, 1, 'vbulletin'),
(43417, 'language', 'add,edit_settings', 'logdateoverride', 150, 1, 'vbulletin'),
(43416, 'language', 'add,edit_settings', 'calformat2override', 140, 1, 'vbulletin'),
(43415, 'language', 'add,edit_settings', 'calformat1override', 130, 1, 'vbulletin'),
(43414, 'language', 'add,edit_settings', 'registereddateoverride', 120, 1, 'vbulletin'),
(43413, 'language', 'add,edit_settings', 'timeoverride', 110, 1, 'vbulletin'),
(43412, 'language', 'add,edit_settings', 'dateoverride', 100, 1, 'vbulletin'),
(43411, 'language', 'add,edit_settings', 'locale', 90, 1, 'vbulletin'),
(43410, 'language', 'add,edit_settings', 'imagesoverride', 80, 1, 'vbulletin'),
(43409, 'language', 'add,edit_settings', 'charset', 70, 1, 'vbulletin'),
(43408, 'language', 'add,edit_settings', 'languagecode', 60, 1, 'vbulletin'),
(43407, 'language', 'add,edit_settings', 'direction', 50, 1, 'vbulletin'),
(43406, 'language', 'add,edit_settings', 'userselect', 30, 1, 'vbulletin'),
(43405, 'language', 'add,edit_settings', 'title', 20, 1, 'vbulletin'),
(43404, 'language', 'add', '', 1, 1, 'vbulletin'),
(43403, 'language', '', '', 1, 1, 'vbulletin'),
(43402, 'index', 'home', '', 1, 1, 'vbulletin'),
(43401, 'image', 'viewimages', '', 1, 1, 'vbulletin'),
(43399, 'image', 'upload', 'upload', 1, 1, 'vbulletin'),
(43400, 'image', 'upload', 'imagefile', 20, 1, 'vbulletin'),
(43397, 'image', 'upload', '', 1, 1, 'vbulletin'),
(43398, 'image', 'upload', 'imagespath', 1, 1, 'vbulletin'),
(43395, 'image', 'remove', '', 1, 1, 'vbulletin'),
(43396, 'image', 'removecategory', '', 1, 1, 'vbulletin'),
(43394, 'image', 'modify', '', 1, 1, 'vbulletin'),
(43393, 'image', 'editpermissions', '', 1, 1, 'vbulletin'),
(43391, 'image', 'edit', '', 1, 1, 'vbulletin'),
(43392, 'image', 'editcategory', '', 1, 1, 'vbulletin'),
(43390, 'image', 'addcategory,editcategory', 'displayorder', 30, 1, 'vbulletin'),
(43389, 'image', 'addcategory,editcategory', 'title', 20, 1, 'vbulletin'),
(43388, 'image', 'addcategory', '', 1, 1, 'vbulletin'),
(43387, 'image', 'add,edit,upload', 'displayorder', 60, 1, 'vbulletin'),
(43386, 'image', 'add,edit,upload', 'imagecategoryid', 50, 1, 'vbulletin'),
(43385, 'image', 'add,edit,upload', 'path', 40, 1, 'vbulletin'),
(43384, 'image', 'add,edit,upload', 'smilietext', 30, 1, 'vbulletin'),
(43383, 'image', 'add,edit,upload', 'minimumposts', 30, 1, 'vbulletin'),
(43382, 'image', 'add,edit,upload', 'title', 20, 1, 'vbulletin'),
(43381, 'image', 'add', 'perpage', 80, 1, 'vbulletin'),
(43380, 'image', 'add', 'imagespath', 70, 1, 'vbulletin'),
(43379, 'image', 'add', '', 1, 1, 'vbulletin'),
(43378, 'image', '', '', 1, 1, 'vbulletin'),
(43377, 'help', 'edit', 'volatile', 1, 1, 'vbulletin'),
(43376, 'help', 'edit', 'title', 1, 1, 'vbulletin'),
(43375, 'help', 'edit', 'text', 1, 1, 'vbulletin'),
(43373, 'help', 'edit', 'product', 1, 1, 'vbulletin'),
(43374, 'help', 'edit', 'script', 1, 1, 'vbulletin'),
(43372, 'help', 'edit', 'optionname', 1, 1, 'vbulletin'),
(43371, 'help', 'edit', 'displayorder', 1, 1, 'vbulletin'),
(43370, 'help', 'edit', 'action', 1, 1, 'vbulletin'),
(43369, 'forumpermission', 'quickforum', 'usergrouplist', 20, 1, 'vbulletin'),
(43368, 'forumpermission', 'quickforum', 'forumid', 10, 1, 'vbulletin'),
(43367, 'forumpermission', 'quickforum', '', 1, 1, 'vbulletin'),
(43366, 'forumpermission', 'quickeditor', '', 1, 1, 'vbulletin'),
(43364, 'forumpermission', 'modify', '', 1, 1, 'vbulletin'),
(43365, 'forumpermission', 'quickedit', '', 1, 1, 'vbulletin'),
(43363, 'forumpermission', 'edit,quickforum', 'canvote', 220, 1, 'vbulletin'),
(43362, 'forumpermission', 'edit,quickforum', 'canpostpoll', 200, 1, 'vbulletin'),
(43361, 'forumpermission', 'edit,quickforum', 'candeletethread', 190, 1, 'vbulletin'),
(43360, 'forumpermission', 'edit,quickforum', 'canopenclose', 180, 1, 'vbulletin'),
(43359, 'forumpermission', 'edit,quickforum', 'canmove', 170, 1, 'vbulletin'),
(43358, 'forumpermission', 'edit,quickforum', 'candeletepost', 160, 1, 'vbulletin'),
(43357, 'forumpermission', 'edit,quickforum', 'caneditpost', 150, 1, 'vbulletin'),
(43356, 'forumpermission', 'edit,quickforum', 'canthreadrate', 140, 1, 'vbulletin'),
(43355, 'forumpermission', 'edit,quickforum', 'candeletetagown', 140, 1, 'vbulletin'),
(43354, 'forumpermission', 'edit,quickforum', 'cantagothers', 130, 1, 'vbulletin'),
(43353, 'forumpermission', 'edit,quickforum', 'cantagown', 120, 1, 'vbulletin'),
(43352, 'forumpermission', 'edit,quickforum', 'canpostattachment', 120, 1, 'vbulletin'),
(43351, 'forumpermission', 'edit,quickforum', 'followforummoderation', 110, 1, 'vbulletin'),
(43350, 'forumpermission', 'edit,quickforum', 'canreplyothers', 100, 1, 'vbulletin'),
(43349, 'forumpermission', 'edit,quickforum', 'canreplyown', 90, 1, 'vbulletin'),
(43348, 'forumpermission', 'edit,quickforum', 'canpostnew', 80, 1, 'vbulletin'),
(43347, 'forumpermission', 'edit,quickforum', 'cangetattachment', 70, 1, 'vbulletin'),
(43346, 'forumpermission', 'edit,quickforum', 'canemail', 60, 1, 'vbulletin'),
(43345, 'forumpermission', 'edit,quickforum', 'cansearch', 50, 1, 'vbulletin'),
(43344, 'forumpermission', 'edit,quickforum', 'canseedelnotice', 45, 1, 'vbulletin'),
(43343, 'forumpermission', 'edit,quickforum', 'canviewothers', 40, 1, 'vbulletin'),
(43342, 'forumpermission', 'edit,quickforum', 'canviewthreads', 35, 1, 'vbulletin'),
(43341, 'forumpermission', 'edit,quickforum', 'canview', 30, 1, 'vbulletin'),
(43340, 'forumpermission', 'edit', 'mode', 20, 1, 'vbulletin'),
(43339, 'forumpermission', 'edit', 'canseethumbnails', 1, 1, 'vbulletin'),
(43336, 'forumpermission', 'duplicate', 'overwritedupes_forum', 80, 1, 'vbulletin'),
(43338, 'forumpermission', 'edit', '', 1, 1, 'vbulletin'),
(43337, 'forumpermission', 'duplicate', 'overwriteinherited_forum', 90, 1, 'vbulletin'),
(43335, 'forumpermission', 'duplicate', 'forumlist', 70, 1, 'vbulletin'),
(43334, 'forumpermission', 'duplicate', 'forumid_from', 60, 1, 'vbulletin'),
(43332, 'forumpermission', 'duplicate', 'overwritedupes_group', 40, 1, 'vbulletin'),
(43333, 'forumpermission', 'duplicate', 'overwriteinherited_group', 50, 1, 'vbulletin'),
(43331, 'forumpermission', 'duplicate', 'limitforumid', 30, 1, 'vbulletin'),
(43330, 'forumpermission', 'duplicate', 'usergrouplist', 20, 1, 'vbulletin'),
(43329, 'forumpermission', 'duplicate', 'ugid_from', 10, 1, 'vbulletin'),
(43328, 'forumpermission', 'duplicate', '', 1, 1, 'vbulletin'),
(43327, 'forumpermission', '', '', 1, 1, 'vbulletin'),
(43326, 'forum', 'remove', '', 1, 1, 'vbulletin'),
(43325, 'forum', 'podcast', 'summary', 1, 1, 'vbulletin'),
(43323, 'forum', 'podcast', 'ownername', 1, 1, 'vbulletin'),
(43324, 'forum', 'podcast', 'subtitle', 1, 1, 'vbulletin'),
(43322, 'forum', 'podcast', 'owneremail', 1, 1, 'vbulletin'),
(43321, 'forum', 'podcast', 'keywords', 1, 1, 'vbulletin'),
(43320, 'forum', 'podcast', 'image', 1, 1, 'vbulletin'),
(43319, 'forum', 'podcast', 'explicit', 1, 1, 'vbulletin'),
(43318, 'forum', 'podcast', 'enabled', 1, 1, 'vbulletin'),
(43317, 'forum', 'podcast', 'categoryid', 1, 1, 'vbulletin'),
(43316, 'forum', 'podcast', 'author', 1, 1, 'vbulletin'),
(43315, 'forum', 'modify', '', 1, 1, 'vbulletin'),
(43313, 'forum', 'edit', '', 1, 1, 'vbulletin'),
(43314, 'forum', 'edit', 'applypwdtochild', 160, 1, 'vbulletin'),
(43311, 'forum', 'add,edit', 'prefixset', 300, 1, 'vbulletin'),
(43312, 'forum', 'add,edit', 'prefixrequired', 310, 1, 'vbulletin'),
(43310, 'forum', 'add,edit', 'showonforumjump', 290, 1, 'vbulletin'),
(43309, 'forum', 'add,edit', 'countposts', 280, 1, 'vbulletin'),
(43307, 'forum', 'add,edit', 'allowicons', 260, 1, 'vbulletin'),
(43308, 'forum', 'add,edit', 'allowratings', 270, 1, 'vbulletin'),
(43306, 'forum', 'add,edit', 'allowsmilies', 250, 1, 'vbulletin'),
(43305, 'forum', 'add,edit', 'allowimages', 240, 1, 'vbulletin'),
(43304, 'forum', 'add,edit', 'allowbbcode', 230, 1, 'vbulletin'),
(43303, 'forum', 'add,edit', 'allowhtml', 220, 1, 'vbulletin'),
(43301, 'forum', 'add,edit', 'allowposting', 200, 1, 'vbulletin'),
(43302, 'forum', 'add,edit', 'indexposts', 210, 1, 'vbulletin'),
(43300, 'forum', 'add,edit', 'active', 190, 1, 'vbulletin'),
(43299, 'forum', 'add,edit', 'cancontainthreads', 180, 1, 'vbulletin'),
(43298, 'forum', 'add,edit', 'canhavepassword', 170, 1, 'vbulletin'),
(43297, 'forum', 'add,edit', 'password', 150, 1, 'vbulletin'),
(43296, 'forum', 'add,edit', 'imageprefix', 140, 1, 'vbulletin'),
(43295, 'forum', 'add,edit', 'styleoverride', 130, 1, 'vbulletin'),
(43294, 'forum', 'add,edit', 'styleid', 120, 1, 'vbulletin'),
(43293, 'forum', 'add,edit', 'moderateattach', 110, 1, 'vbulletin'),
(43292, 'forum', 'add,edit', 'moderatenewthread', 105, 1, 'vbulletin'),
(43291, 'forum', 'add,edit', 'moderatenewpost', 100, 1, 'vbulletin'),
(43290, 'forum', 'add,edit', 'newthreademail', 90, 1, 'vbulletin'),
(43289, 'forum', 'add,edit', 'newpostemail', 80, 1, 'vbulletin'),
(43288, 'forum', 'add,edit', 'showprivate', 75, 1, 'vbulletin'),
(43287, 'forum', 'add,edit', 'defaultsortorder', 73, 1, 'vbulletin'),
(43286, 'forum', 'add,edit', 'defaultsortfield', 72, 1, 'vbulletin'),
(43285, 'forum', 'add,edit', 'daysprune', 70, 1, 'vbulletin'),
(43284, 'forum', 'add,edit', 'parentid', 60, 1, 'vbulletin'),
(43282, 'forum', 'add,edit', 'link', 40, 1, 'vbulletin'),
(43283, 'forum', 'add,edit', 'displayorder', 50, 1, 'vbulletin'),
(43281, 'forum', 'add,edit', 'description', 30, 1, 'vbulletin'),
(43280, 'forum', 'add,edit', 'title', 20, 1, 'vbulletin'),
(43279, 'forum', 'add', '', 1, 1, 'vbulletin'),
(43278, 'forum', '', '', 1, 1, 'vbulletin'),
(43277, 'faq', 'modify', '', 1, 1, 'vbulletin'),
(43276, 'faq', 'edit', '', 1, 1, 'vbulletin'),
(43275, 'faq', 'delete', '', 1, 1, 'vbulletin'),
(43274, 'faq', 'add,edit', '1', 60, 1, 'vbulletin'),
(43273, 'faq', 'add,edit', 'displayorder', 40, 1, 'vbulletin'),
(43272, 'faq', 'add,edit', 'deftext', 30, 1, 'vbulletin'),
(43271, 'faq', 'add,edit', 'deftitle', 20, 1, 'vbulletin'),
(43270, 'faq', 'add,edit', 'faqparent', 10, 1, 'vbulletin'),
(43268, 'faq', 'add', 'product', 1, 1, 'vbulletin'),
(43269, 'faq', 'add', 'faq', 5, 1, 'vbulletin'),
(43267, 'faq', 'add', '', 1, 1, 'vbulletin'),
(43266, 'faq', '', '', 1, 1, 'vbulletin'),
(43265, 'email', 'start', 'message', 60, 1, 'vbulletin'),
(43264, 'email', 'start', 'subject', 50, 1, 'vbulletin'),
(43263, 'email', 'start', 'from', 40, 1, 'vbulletin'),
(43262, 'email', 'start', 'perpage', 30, 1, 'vbulletin'),
(43261, 'email', 'start', 'test', 20, 1, 'vbulletin'),
(43260, 'email', 'start', '', 1, 1, 'vbulletin'),
(43259, 'email', 'genlist,start', 'ipaddress', 400, 1, 'vbulletin'),
(43258, 'email', 'genlist,start', 'useridupper', 395, 1, 'vbulletin'),
(43257, 'email', 'genlist,start', 'useridlower', 390, 1, 'vbulletin'),
(43254, 'email', 'genlist,start', 'infractionsupper', 360, 1, 'vbulletin'),
(43256, 'email', 'genlist,start', 'pointsupper', 380, 1, 'vbulletin'),
(43255, 'email', 'genlist,start', 'pointslower', 370, 1, 'vbulletin'),
(43253, 'email', 'genlist,start', 'infractionslower', 350, 1, 'vbulletin'),
(43252, 'email', 'genlist,start', 'warningsupper', 340, 1, 'vbulletin'),
(43251, 'email', 'genlist,start', 'warningslower', 330, 1, 'vbulletin'),
(43250, 'email', 'genlist,start', 'reputationupper', 310, 1, 'vbulletin'),
(43249, 'email', 'genlist,start', 'reputationlower', 300, 1, 'vbulletin'),
(43248, 'email', 'genlist,start', 'postsupper', 290, 1, 'vbulletin'),
(43247, 'email', 'genlist,start', 'postslower', 280, 1, 'vbulletin'),
(43246, 'email', 'genlist,start', 'birthdaybefore', 270, 1, 'vbulletin'),
(43245, 'email', 'genlist,start', 'birthdayafter', 260, 1, 'vbulletin'),
(43244, 'email', 'genlist,start', 'lastpostbefore', 250, 1, 'vbulletin'),
(43243, 'email', 'genlist,start', 'lastpostafter', 240, 1, 'vbulletin'),
(43242, 'email', 'genlist,start', 'lastactivitybefore', 217, 1, 'vbulletin'),
(43241, 'email', 'genlist,start', 'lastactivityafter', 213, 1, 'vbulletin'),
(43240, 'email', 'genlist,start', 'joindatebefore', 210, 1, 'vbulletin'),
(43239, 'email', 'genlist,start', 'joindateafter', 200, 1, 'vbulletin'),
(43238, 'email', 'genlist,start', 'usertitle', 190, 1, 'vbulletin'),
(43237, 'email', 'genlist,start', 'signature', 180, 1, 'vbulletin'),
(43236, 'email', 'genlist,start', 'skype', 177, 1, 'vbulletin'),
(43235, 'email', 'genlist,start', 'msn', 175, 1, 'vbulletin'),
(43234, 'email', 'genlist,start', 'yahoo', 170, 1, 'vbulletin'),
(43232, 'email', 'genlist,start', 'icq', 150, 1, 'vbulletin'),
(43233, 'email', 'genlist,start', 'aim', 160, 1, 'vbulletin'),
(43231, 'email', 'genlist,start', 'homepage', 140, 1, 'vbulletin'),
(43230, 'email', 'genlist,start', 'coppauser', 130, 1, 'vbulletin'),
(43229, 'email', 'genlist,start', 'parentemail', 120, 1, 'vbulletin'),
(43228, 'email', 'genlist,start', 'email', 110, 1, 'vbulletin'),
(43227, 'email', 'genlist,start', 'adminemail', 105, 1, 'vbulletin'),
(43226, 'email', 'genlist,start', 'membergroup', 100, 1, 'vbulletin'),
(43225, 'email', 'genlist,start', 'usergroupid', 90, 1, 'vbulletin'),
(43224, 'email', 'genlist,start', 'username', 70, 1, 'vbulletin'),
(43223, 'email', 'genlist', 'septext', 20, 1, 'vbulletin'),
(43222, 'email', 'genlist', '', 1, 1, 'vbulletin'),
(43221, 'email', '', '', 1, 1, 'vbulletin'),
(43220, 'diagnostic', 'payments', '', 1, 1, 'vbulletin'),
(43219, 'diagnostic', 'list', 'type', 20, 1, 'vbulletin'),
(43218, 'diagnostic', 'list', 'emailaddress', 20, 1, 'vbulletin'),
(43217, 'diagnostic', 'list', 'attachfile', 20, 1, 'vbulletin'),
(43216, 'diagnostic', 'list', '', 1, 1, 'vbulletin'),
(43213, 'diagnostic', 'dosysinfo', '', 1, 1, 'vbulletin'),
(43214, 'diagnostic', 'doupload', '', 1, 1, 'vbulletin'),
(43215, 'diagnostic', 'doversion', '', 1, 1, 'vbulletin'),
(43212, 'diagnostic', 'domail', '', 1, 1, 'vbulletin'),
(43211, 'diagnostic', '', '', 1, 1, 'vbulletin'),
(43210, 'deployads', 'intro', '', 1, 1, 'vbulletin'),
(43209, 'css', 'doedit', 'imgdir_reputation', 250, 1, 'vbulletin'),
(43208, 'css', 'doedit', 'htmldoctype', 250, 1, 'vbulletin'),
(43207, 'css', 'doedit', 'imgdir_rating', 240, 1, 'vbulletin'),
(43206, 'css', 'doedit', 'imgdir_poll', 230, 1, 'vbulletin'),
(43205, 'css', 'doedit', 'imgdir_editor', 220, 1, 'vbulletin'),
(43204, 'css', 'doedit', 'imgdir_misc', 210, 1, 'vbulletin'),
(43203, 'css', 'doedit', 'imgdir_attach', 200, 1, 'vbulletin'),
(43202, 'css', 'doedit', 'imgdir_statusicon', 190, 1, 'vbulletin'),
(43201, 'css', 'doedit', 'imgdir_button', 180, 1, 'vbulletin'),
(43200, 'css', 'doedit', 'titleimage', 170, 1, 'vbulletin'),
(43199, 'css', 'doedit', 'codeblockwidth', 160, 1, 'vbulletin'),
(43198, 'css', 'doedit', 'messagewidth_usercp', 150, 1, 'vbulletin'),
(43197, 'css', 'doedit', 'messagewidth', 140, 1, 'vbulletin'),
(43196, 'css', 'doedit', 'formwidth_usercp', 130, 1, 'vbulletin'),
(43195, 'css', 'doedit', 'formwidth', 120, 1, 'vbulletin'),
(43194, 'css', 'doedit', 'formspacer', 110, 1, 'vbulletin'),
(43193, 'css', 'doedit', 'cellpadding', 100, 1, 'vbulletin'),
(43192, 'css', 'doedit', 'cellspacing', 90, 1, 'vbulletin'),
(43191, 'css', 'doedit', 'outerborderwidth', 80, 1, 'vbulletin'),
(43189, 'css', 'doedit', 'outertablewidth', 60, 1, 'vbulletin'),
(43190, 'css', 'doedit', 'spacersize', 70, 1, 'vbulletin'),
(43188, 'css', 'doedit', 'footer', 30, 1, 'vbulletin'),
(43187, 'css', 'doedit', 'headinclude', 20, 1, 'vbulletin'),
(43186, 'css', 'doedit', 'header', 10, 1, 'vbulletin'),
(43185, 'css', 'doedit', '', 1, 1, 'vbulletin'),
(43184, 'css', '', '', 1, 1, 'vbulletin'),
(43183, 'cronlog', 'view', '', 1, 1, 'vbulletin'),
(43182, 'cronlog', 'prunelog', '', 1, 1, 'vbulletin'),
(43181, 'cronlog', 'choose', 'daysprune', 60, 1, 'vbulletin'),
(43180, 'cronlog', 'choose', 'orderby', 40, 1, 'vbulletin'),
(43179, 'cronlog', 'choose', 'varname', 30, 1, 'vbulletin'),
(43178, 'cronlog', 'choose', 'perpage', 20, 1, 'vbulletin'),
(43177, 'cronlog', 'choose', '', 1, 1, 'vbulletin'),
(43176, 'cronlog', '', '', 1, 1, 'vbulletin'),
(43175, 'cronadmin', 'remove', '', 1, 1, 'vbulletin'),
(43174, 'cronadmin', 'modify', '', 1, 1, 'vbulletin'),
(43173, 'cronadmin', 'edit', 'product', 1, 1, 'vbulletin'),
(43172, 'cronadmin', 'edit', '', 1, 1, 'vbulletin'),
(43168, 'cronadmin', 'add,edit', 'hour', 40, 1, 'vbulletin'),
(43169, 'cronadmin', 'add,edit', 'minute', 50, 1, 'vbulletin'),
(43170, 'cronadmin', 'add,edit', 'loglevel', 60, 1, 'vbulletin'),
(43171, 'cronadmin', 'add,edit', 'filename', 70, 1, 'vbulletin'),
(43167, 'cronadmin', 'add,edit', 'day', 30, 1, 'vbulletin'),
(43166, 'cronadmin', 'add,edit', 'weekday', 20, 1, 'vbulletin'),
(43165, 'cronadmin', 'add,edit', 'title', 10, 1, 'vbulletin'),
(43164, 'cronadmin', 'add,edit', 'logphrase', 3, 1, 'vbulletin'),
(43163, 'cronadmin', 'add,edit', 'varname', 2, 1, 'vbulletin'),
(43162, 'cronadmin', 'add,edit', 'description', 1, 1, 'vbulletin'),
(43161, 'cronadmin', 'add,edit', 'active', 1, 1, 'vbulletin'),
(43160, 'cronadmin', 'add', '', 1, 1, 'vbulletin'),
(43159, 'cronadmin', '', '', 1, 1, 'vbulletin'),
(43158, 'calendarpermission', 'modify', '', 1, 1, 'vbulletin'),
(43157, 'calendarpermission', 'edit', 'isnotmoderated', 80, 1, 'vbulletin'),
(43156, 'calendarpermission', 'edit', 'canviewothersevent', 70, 1, 'vbulletin'),
(43155, 'calendarpermission', 'edit', 'candeleteevent', 60, 1, 'vbulletin'),
(43154, 'calendarpermission', 'edit', 'caneditevent', 50, 1, 'vbulletin'),
(43153, 'calendarpermission', 'edit', 'canpostevent', 40, 1, 'vbulletin'),
(43151, 'calendarpermission', 'edit', 'mode', 20, 1, 'vbulletin'),
(43152, 'calendarpermission', 'edit', 'canviewcalendar', 30, 1, 'vbulletin'),
(43150, 'calendarpermission', 'edit', '', 1, 1, 'vbulletin'),
(43149, 'calendarpermission', '', '', 1, 1, 'vbulletin'),
(43148, 'bookmarksite', 'modify', '', 1, 1, 'vbulletin'),
(43147, 'bookmarksite', 'add,edit', 'url', 1, 1, 'vbulletin'),
(43146, 'bookmarksite', 'add,edit', 'title', 1, 1, 'vbulletin'),
(43145, 'bookmarksite', 'add,edit', 'iconpath', 1, 1, 'vbulletin'),
(43144, 'bookmarksite', 'add,edit', 'displayorder', 1, 1, 'vbulletin'),
(43143, 'bookmarksite', 'add,edit', 'active', 1, 1, 'vbulletin'),
(43142, 'bbcode', 'remove', '', 1, 1, 'vbulletin'),
(43141, 'bbcode', 'modify', 'text', 20, 1, 'vbulletin'),
(43139, 'bbcode', 'edit', '', 1, 1, 'vbulletin'),
(43140, 'bbcode', 'modify', '', 1, 1, 'vbulletin'),
(43138, 'bbcode', 'add,edit', 'disable_wordwrap', 120, 1, 'vbulletin'),
(43137, 'bbcode', 'add,edit', 'disable_smilies', 110, 1, 'vbulletin'),
(43136, 'bbcode', 'add,edit', 'stop_parse', 100, 1, 'vbulletin'),
(43135, 'bbcode', 'add,edit', 'strip_empty', 90, 1, 'vbulletin'),
(43134, 'bbcode', 'add,edit', 'buttonimage', 80, 1, 'vbulletin'),
(43133, 'bbcode', 'add,edit', 'twoparams', 70, 1, 'vbulletin'),
(43131, 'bbcode', 'add,edit', 'bbcodeexample', 50, 1, 'vbulletin'),
(43132, 'bbcode', 'add,edit', 'bbcodeexplanation', 60, 1, 'vbulletin'),
(43130, 'bbcode', 'add,edit', 'bbcodereplacement', 30, 1, 'vbulletin'),
(43129, 'bbcode', 'add,edit', 'bbcodetag', 20, 1, 'vbulletin'),
(43128, 'bbcode', 'add,edit', 'title', 10, 1, 'vbulletin'),
(43127, 'bbcode', 'add', '', 1, 1, 'vbulletin'),
(43125, 'banning', 'modify', '', 1, 1, 'vbulletin'),
(43126, 'bbcode', '', '', 1, 1, 'vbulletin'),
(43124, 'banning', 'banuser,editreason', 'reason', 40, 1, 'vbulletin'),
(43123, 'banning', 'banuser', 'period', 30, 1, 'vbulletin'),
(43122, 'banning', 'banuser', 'usergroupid', 20, 1, 'vbulletin'),
(43121, 'banning', 'banuser', 'username', 10, 1, 'vbulletin'),
(43120, 'banning', 'banuser', '', 1, 1, 'vbulletin'),
(43115, 'avatar', 'switchtype', 'profilepicpath', 1, 1, 'vbulletin'),
(43116, 'avatar', 'switchtype', 'profilepicurl', 1, 1, 'vbulletin'),
(43117, 'avatar', 'switchtype', 'sigpicpath', 1, 1, 'vbulletin'),
(43119, 'banning', '', '', 1, 1, 'vbulletin'),
(43118, 'avatar', 'switchtype', 'sigpicurl', 1, 1, 'vbulletin'),
(43114, 'avatar', 'switchtype', 'avatarurl', 1, 1, 'vbulletin'),
(43113, 'avatar', 'switchtype', 'avatarpath', 1, 1, 'vbulletin'),
(43112, 'avatar', 'storage,switchtype', '', 1, 1, 'vbulletin'),
(43111, 'avatar', '', '', 1, 1, 'vbulletin'),
(43110, 'attachmentpermission', 'edit', 'width', 1, 1, 'vbulletin'),
(43109, 'attachmentpermission', 'edit', 'useextension', 1, 1, 'vbulletin'),
(43108, 'attachmentpermission', 'edit', 'size', 1, 1, 'vbulletin'),
(43107, 'attachmentpermission', 'edit', 'height', 1, 1, 'vbulletin'),
(43106, 'attachment', 'updatetype', 'newwindow', 70, 1, 'vbulletin'),
(43105, 'attachment', 'updatetype', 'enabled', 60, 1, 'vbulletin'),
(43104, 'attachment', 'updatetype', 'mimetype', 50, 1, 'vbulletin'),
(43103, 'attachment', 'updatetype', 'width', 40, 1, 'vbulletin'),
(43102, 'attachment', 'updatetype', 'height', 30, 1, 'vbulletin'),
(43101, 'attachment', 'updatetype', 'size', 20, 1, 'vbulletin'),
(43100, 'attachment', 'updatetype', 'extension', 10, 1, 'vbulletin'),
(43099, 'attachment', 'updatetype', '', 1, 1, 'vbulletin'),
(43098, 'attachment', 'types', '', 1, 1, 'vbulletin'),
(43097, 'attachment', 'switchtype', 'attachpath', 1, 1, 'vbulletin'),
(43096, 'attachment', 'storage,switchtype', '', 1, 1, 'vbulletin'),
(43095, 'attachment', 'stats', '', 1, 1, 'vbulletin'),
(43094, 'attachment', 'search', '', 1, 1, 'vbulletin'),
(43093, 'attachment', 'removetype', '', 1, 1, 'vbulletin'),
(43092, 'attachment', 'massdelete', '', 1, 1, 'vbulletin'),
(43091, 'attachment', 'intro', 'results', 110, 1, 'vbulletin'),
(43090, 'attachment', 'intro', 'orderby', 100, 1, 'vbulletin'),
(43088, 'attachment', 'intro', 'sizeless', 80, 1, 'vbulletin'),
(43089, 'attachment', 'intro', 'visible', 90, 1, 'vbulletin'),
(43087, 'attachment', 'intro', 'sizemore', 70, 1, 'vbulletin'),
(43086, 'attachment', 'intro', 'downloadsless', 60, 1, 'vbulletin'),
(43085, 'attachment', 'intro', 'downloadsmore', 50, 1, 'vbulletin'),
(43084, 'attachment', 'intro', 'datelineafter', 40, 1, 'vbulletin'),
(43083, 'attachment', 'intro', 'datelinebefore', 30, 1, 'vbulletin'),
(43082, 'attachment', 'intro', 'attachedby', 20, 1, 'vbulletin'),
(43081, 'attachment', 'intro', 'filename', 15, 1, 'vbulletin'),
(43080, 'attachment', 'intro', 'prunedate', 10, 1, 'vbulletin'),
(43079, 'attachment', 'intro', '', 1, 1, 'vbulletin'),
(43078, 'attachment', 'edit', 'a_visible', 40, 1, 'vbulletin'),
(43077, 'attachment', 'edit', 'a_counter', 30, 1, 'vbulletin'),
(43076, 'attachment', 'edit', 'a_filename', 20, 1, 'vbulletin'),
(43075, 'attachment', 'edit', 'url', 1, 1, 'vbulletin'),
(43074, 'attachment', 'edit', 'upload', 1, 1, 'vbulletin'),
(43073, 'attachment', 'edit', '', 1, 1, 'vbulletin'),
(43072, 'attachment', 'delete', '', 1, 1, 'vbulletin'),
(43070, 'announcement', 'remove', '', 1, 1, 'vbulletin'),
(43071, 'attachment', '', '', 1, 1, 'vbulletin'),
(43069, 'announcement', 'modify', '', 1, 1, 'vbulletin'),
(43068, 'announcement', 'edit', 'reset_views', 100, 1, 'vbulletin'),
(43067, 'announcement', 'edit', '', 1, 1, 'vbulletin'),
(43066, 'announcement', 'add,edit', 'parseurl', 110, 1, 'vbulletin'),
(43065, 'announcement', 'add,edit', 'allowhtml', 90, 1, 'vbulletin'),
(43064, 'announcement', 'add,edit', 'allowsmilies', 80, 1, 'vbulletin'),
(43063, 'announcement', 'add,edit', 'allowbbcode', 70, 1, 'vbulletin'),
(43062, 'announcement', 'add,edit', 'pagetext', 60, 1, 'vbulletin'),
(43061, 'announcement', 'add,edit', 'enddate', 50, 1, 'vbulletin'),
(43060, 'announcement', 'add,edit', 'startdate', 40, 1, 'vbulletin'),
(43059, 'announcement', 'add,edit', 'title', 30, 1, 'vbulletin'),
(43058, 'announcement', 'add,edit', 'forumid', 20, 1, 'vbulletin'),
(43057, 'announcement', 'add', 'signature', 120, 1, 'vbulletin'),
(43056, 'announcement', 'add', '', 1, 1, 'vbulletin'),
(43055, 'announcement', '', '', 1, 1, 'vbulletin'),
(43054, 'album', 'thumb', 'quality', 1, 1, 'vbulletin');
INSERT INTO `adminhelp` (`adminhelpid`, `script`, `action`, `optionname`, `displayorder`, `volatile`, `product`) VALUES
(43053, 'album', 'thumb', 'perpage', 1, 1, 'vbulletin'),
(43052, 'album', 'switchtype', 'album_thumburl', 1, 1, 'vbulletin'),
(43051, 'album', 'switchtype', 'album_thumbpath', 1, 1, 'vbulletin'),
(43050, 'album', 'switchtype', 'album_picpath', 1, 1, 'vbulletin'),
(43049, 'album', 'storage', '', 1, 1, 'vbulletin'),
(43048, 'adminreputation', 'remove', '', 1, 1, 'vbulletin'),
(43047, 'adminreputation', 'modify', '', 1, 1, 'vbulletin'),
(43046, 'adminreputation', 'list,dolist', 'end', 40, 1, 'vbulletin'),
(43045, 'adminreputation', 'list,dolist', 'start', 30, 1, 'vbulletin'),
(43044, 'adminreputation', 'list,dolist', 'leftby', 20, 1, 'vbulletin'),
(43043, 'adminreputation', 'list,dolist', 'leftfor', 10, 1, 'vbulletin'),
(43041, 'adminreputation', 'editreputation', 'reputation', 20, 1, 'vbulletin'),
(43042, 'adminreputation', 'list', '', 1, 1, 'vbulletin'),
(43040, 'adminreputation', 'editreputation', 'reason', 10, 1, 'vbulletin'),
(43039, 'adminreputation', 'editreputation', '', 1, 1, 'vbulletin'),
(43037, 'adminreputation', 'dolist', '', 1, 1, 'vbulletin'),
(43038, 'adminreputation', 'edit', '', 1, 1, 'vbulletin'),
(43036, 'adminreputation', 'deletereputation', '', 1, 1, 'vbulletin'),
(43035, 'adminreputation', 'add,edit', 'minimumreputation', 20, 1, 'vbulletin'),
(43034, 'adminreputation', 'add,edit', 'level', 10, 1, 'vbulletin'),
(43033, 'adminreputation', 'add', '', 1, 1, 'vbulletin'),
(43032, 'adminreputation', '', '', 1, 1, 'vbulletin'),
(43031, 'adminpermissions', 'modify', '', 1, 1, 'vbulletin'),
(43030, 'adminpermissions', 'edit', 'cssprefs', 140, 1, 'vbulletin'),
(43029, 'adminpermissions', 'edit', 'canadminnotices', 136, 1, 'vbulletin'),
(43028, 'adminpermissions', 'edit', 'canadminplugins', 135, 1, 'vbulletin'),
(43027, 'adminpermissions', 'edit', 'canadminmaintain', 130, 1, 'vbulletin'),
(43026, 'adminpermissions', 'edit', 'canadmincron', 120, 1, 'vbulletin'),
(43025, 'adminpermissions', 'edit', 'canadminbbcodes', 110, 1, 'vbulletin'),
(43024, 'adminpermissions', 'edit', 'canadminimages', 100, 1, 'vbulletin'),
(43023, 'adminpermissions', 'edit', 'canadminpermissions', 90, 1, 'vbulletin'),
(43022, 'adminpermissions', 'edit', 'canadminfaq', 90, 1, 'vbulletin'),
(43021, 'adminpermissions', 'edit', 'canadminusers', 80, 1, 'vbulletin'),
(43020, 'adminpermissions', 'edit', 'canadmincalendars', 70, 1, 'vbulletin'),
(43019, 'adminpermissions', 'edit', 'canadminthreads', 60, 1, 'vbulletin'),
(43018, 'adminpermissions', 'edit', 'canadminforums', 50, 1, 'vbulletin'),
(43017, 'adminpermissions', 'edit', 'canadminlanguages', 40, 1, 'vbulletin'),
(43016, 'adminpermissions', 'edit', 'canadminstyles', 30, 1, 'vbulletin'),
(43015, 'adminpermissions', 'edit', 'canadminsettings', 20, 1, 'vbulletin'),
(43014, 'adminpermissions', 'edit', 'dismissednews', 1, 1, 'vbulletin'),
(43013, 'adminpermissions', 'edit', 'canadminmodlog', 1, 1, 'vbulletin'),
(43012, 'adminpermissions', 'edit', '', 1, 1, 'vbulletin'),
(43011, 'adminpermissions', '', '', 1, 1, 'vbulletin'),
(43010, 'adminlog', 'view', '', 1, 1, 'vbulletin'),
(43009, 'adminlog', 'restrict', '', 1, 1, 'vbulletin'),
(43008, 'adminlog', 'resolveip', '', 2, 1, 'vbulletin'),
(43007, 'adminlog', 'prunelog', '', 1, 1, 'vbulletin'),
(43006, 'adminlog', 'choose', 'daysprune', 80, 1, 'vbulletin'),
(43005, 'adminlog', 'choose', 'puserid', 70, 1, 'vbulletin'),
(43004, 'adminlog', 'choose', 'pscript', 60, 1, 'vbulletin'),
(43003, 'adminlog', 'choose', 'orderby', 50, 1, 'vbulletin'),
(43002, 'adminlog', 'choose', 'userid', 40, 1, 'vbulletin'),
(42999, 'adminlog', 'choose', 'startdate', 1, 1, 'vbulletin'),
(43001, 'adminlog', 'choose', 'script', 30, 1, 'vbulletin'),
(43000, 'adminlog', 'choose', 'perpage', 20, 1, 'vbulletin'),
(42998, 'adminlog', 'choose', 'enddate', 1, 1, 'vbulletin'),
(42997, 'adminlog', 'choose', '', 1, 1, 'vbulletin'),
(42996, 'adminlog', '', '', 1, 1, 'vbulletin'),
(42995, 'admininfraction', 'modify', '', 1, 1, 'vbulletin'),
(42994, 'admininfraction', 'editlevel', 'extend', 15, 1, 'vbulletin'),
(42993, 'admininfraction', 'editlevel', 'warning', 10, 1, 'vbulletin'),
(42992, 'admininfraction', 'editlevel', 'points', 7, 1, 'vbulletin'),
(42991, 'admininfraction', 'editlevel', 'expires', 5, 1, 'vbulletin'),
(42990, 'admininfraction', 'editlevel', 'title', 1, 1, 'vbulletin'),
(42989, 'admininfraction', 'editgroup', 'orusergroupid', 30, 1, 'vbulletin'),
(42988, 'admininfraction', 'editgroup', 'usergroupid', 10, 1, 'vbulletin'),
(42987, 'admininfraction', 'editgroup', 'pointlevel', 2, 1, 'vbulletin'),
(42986, 'admininfraction', 'editgroup', 'override', 1, 1, 'vbulletin'),
(42984, 'admininfraction', 'editbangroup', 'period', 60, 1, 'vbulletin'),
(42985, 'admininfraction', 'editgroup', '', 1, 1, 'vbulletin'),
(42983, 'admininfraction', 'editbangroup', 'banusergroupid', 50, 1, 'vbulletin'),
(42982, 'admininfraction', 'editbangroup', 'usergroupid', 30, 1, 'vbulletin'),
(42981, 'admininfraction', 'editbangroup', 'method', 20, 1, 'vbulletin'),
(42980, 'admininfraction', 'editbangroup', 'amount', 10, 1, 'vbulletin'),
(42979, 'admininfraction', '', '', 1, 1, 'vbulletin'),
(42978, 'admincalendar', 'updateholiday', 'allowsmilies', 50, 1, 'vbulletin'),
(42977, 'admincalendar', 'updateholiday', 'recurring', 40, 1, 'vbulletin'),
(42976, 'admincalendar', 'updateholiday', 'event', 30, 1, 'vbulletin'),
(42975, 'admincalendar', 'updateholiday', 'title', 20, 1, 'vbulletin'),
(42974, 'admincalendar', 'updateholiday', 'varname', 10, 1, 'vbulletin'),
(42973, 'admincalendar', 'updateholiday', 'description', 1, 1, 'vbulletin'),
(42972, 'admincalendar', 'updateholiday', '', 1, 1, 'vbulletin'),
(42971, 'admincalendar', 'removemod', '', 1, 1, 'vbulletin'),
(42970, 'admincalendar', 'removeholiday', '', 1, 1, 'vbulletin'),
(42969, 'admincalendar', 'remove', '', 1, 1, 'vbulletin'),
(42968, 'admincalendar', 'modifyholiday', '', 1, 1, 'vbulletin'),
(42967, 'admincalendar', 'modify', '', 1, 1, 'vbulletin'),
(42966, 'admincalendar', 'editmod', '', 1, 1, 'vbulletin'),
(42965, 'admincalendar', 'edit', '', 1, 1, 'vbulletin'),
(42964, 'admincalendar', 'deletecustom', '', 1, 1, 'vbulletin'),
(42963, 'admincalendar', 'addmod,editmod', 'canviewips', 70, 1, 'vbulletin'),
(42962, 'admincalendar', 'addmod,editmod', 'canmoderateevents', 60, 1, 'vbulletin'),
(42961, 'admincalendar', 'addmod,editmod', 'canmoveevents', 55, 1, 'vbulletin'),
(42960, 'admincalendar', 'addmod,editmod', 'candeleteevents', 50, 1, 'vbulletin'),
(42959, 'admincalendar', 'addmod,editmod', 'caneditevents', 40, 1, 'vbulletin'),
(42958, 'admincalendar', 'addmod,editmod', 'calendarid', 20, 1, 'vbulletin'),
(42957, 'admincalendar', 'addmod', 'modusername', 30, 1, 'vbulletin'),
(42956, 'admincalendar', 'addmod', '', 1, 1, 'vbulletin'),
(42955, 'admincalendar', 'addcustom', 'required', 60, 1, 'vbulletin'),
(42954, 'admincalendar', 'addcustom', 'length', 50, 1, 'vbulletin'),
(42953, 'admincalendar', 'addcustom', 'allowentry', 40, 1, 'vbulletin'),
(42952, 'admincalendar', 'addcustom', 'options', 30, 1, 'vbulletin'),
(42951, 'admincalendar', 'addcustom', 'description', 25, 1, 'vbulletin'),
(42950, 'admincalendar', 'addcustom', 'title', 20, 1, 'vbulletin'),
(42949, 'admincalendar', 'addcustom', '', 1, 1, 'vbulletin'),
(42948, 'admincalendar', 'add,edit', 'allowsmilies', 180, 1, 'vbulletin'),
(42947, 'admincalendar', 'add,edit', 'allowimgcode', 170, 1, 'vbulletin'),
(42946, 'admincalendar', 'add,edit', 'allowbbcode', 160, 1, 'vbulletin'),
(42944, 'admincalendar', 'add,edit', 'showupcoming', 145, 1, 'vbulletin'),
(42945, 'admincalendar', 'add,edit', 'allowhtml', 150, 1, 'vbulletin'),
(42943, 'admincalendar', 'add,edit', 'showweekends', 140, 1, 'vbulletin'),
(42942, 'admincalendar', 'add,edit', 'holidays', 135, 1, 'vbulletin'),
(42941, 'admincalendar', 'add,edit', 'showholidays', 130, 1, 'vbulletin'),
(42940, 'admincalendar', 'add,edit', 'showbirthdays', 120, 1, 'vbulletin'),
(42939, 'admincalendar', 'add,edit', 'birthdaycount', 110, 1, 'vbulletin'),
(42938, 'admincalendar', 'add,edit', 'eventcount', 100, 1, 'vbulletin'),
(42937, 'admincalendar', 'add,edit', 'cutoff', 90, 1, 'vbulletin'),
(42936, 'admincalendar', 'add,edit', 'startofweek', 80, 1, 'vbulletin'),
(42935, 'admincalendar', 'add,edit', 'default', 76, 1, 'vbulletin'),
(44741, 'usergroup', 'edit,add', 'blog_canviewothers', 1, 1, 'vbblog'),
(44740, 'usergroup', 'edit,add', 'blog_canviewcategory', 1, 1, 'vbblog'),
(44739, 'usergroup', 'edit,add', 'blog_cantagown', 1, 1, 'vbblog'),
(44738, 'usergroup', 'edit,add', 'blog_cantagothers', 1, 1, 'vbblog'),
(44737, 'usergroup', 'edit,add', 'blog_cansendpingback', 1, 1, 'vbblog'),
(44736, 'usergroup', 'edit,add', 'blog_cansearch', 1, 1, 'vbblog'),
(44735, 'usergroup', 'edit,add', 'blog_canreceivepingback', 1, 1, 'vbblog'),
(44734, 'usergroup', 'edit,add', 'blog_canpostcategory', 1, 1, 'vbblog'),
(44733, 'usergroup', 'edit,add', 'blog_canpostattach', 1, 1, 'vbblog'),
(44732, 'usergroup', 'edit,add', 'blog_canpost', 1, 1, 'vbblog'),
(44731, 'usergroup', 'edit,add', 'blog_canjoingroupblog', 1, 1, 'vbblog'),
(44730, 'usergroup', 'edit,add', 'blog_canhavegroupblog', 1, 1, 'vbblog'),
(44729, 'usergroup', 'edit,add', 'blog_cangetattach', 1, 1, 'vbblog'),
(44728, 'usergroup', 'edit,add', 'blog_caneditowncomment', 1, 1, 'vbblog'),
(44727, 'usergroup', 'edit,add', 'blog_caneditentry', 1, 1, 'vbblog'),
(44726, 'usergroup', 'edit,add', 'blog_candeletetagown', 1, 1, 'vbblog'),
(44725, 'usergroup', 'edit,add', 'blog_candeleteowncomment', 1, 1, 'vbblog'),
(44724, 'usergroup', 'edit,add', 'blog_cancreatetag', 1, 1, 'vbblog'),
(44723, 'usergroup', 'edit,add', 'blog_cancreatecategory', 1, 1, 'vbblog'),
(44722, 'usergroup', 'edit,add', 'blog_cancommentown', 1, 1, 'vbblog'),
(44721, 'usergroup', 'edit,add', 'blog_cancommentothers', 1, 1, 'vbblog'),
(44720, 'usergroup', 'edit,add', 'blog_allowsmilies', 1, 1, 'vbblog'),
(44710, 'options', 'options', 'vbblog_usercss_allowed_font_sizes', 1, 1, 'vbblog'),
(44711, 'options', 'options', 'vbblog_usercss_allowed_padding', 1, 1, 'vbblog'),
(44712, 'usergroup', 'add,edit', 'blog_candeleteentry', 1, 1, 'vbblog'),
(44713, 'usergroup', 'add,edit', 'blog_canmanageblogcomments', 1, 1, 'vbblog'),
(44714, 'usergroup', 'add,edit', 'blog_canremoveentry', 1, 1, 'vbblog'),
(44715, 'usergroup', 'add,edit', 'blog_followcommentmoderation', 1, 1, 'vbblog'),
(44716, 'usergroup', 'add,edit', 'blog_followpostmoderation', 1, 1, 'vbblog'),
(44717, 'usergroup', 'edit,add', 'blog_allowbbcode', 1, 1, 'vbblog'),
(44718, 'usergroup', 'edit,add', 'blog_allowhtml', 1, 1, 'vbblog'),
(44719, 'usergroup', 'edit,add', 'blog_allowimages', 1, 1, 'vbblog'),
(44708, 'options', 'options', 'vbblog_usercss_allowed_border_widths', 1, 1, 'vbblog'),
(44709, 'options', 'options', 'vbblog_usercss_allowed_fonts', 1, 1, 'vbblog'),
(44707, 'options', 'options', 'vbblog_tagminlen', 1, 1, 'vbblog'),
(44706, 'options', 'options', 'vbblog_tagmaxlen', 1, 1, 'vbblog'),
(44705, 'options', 'options', 'vbblog_tagging', 1, 1, 'vbblog'),
(44704, 'options', 'options', 'vbblog_tagforcelower', 1, 1, 'vbblog'),
(44703, 'options', 'options', 'vbblog_tagcloud_usagehistory', 1, 1, 'vbblog'),
(44702, 'options', 'options', 'vbblog_tagcloud_tags', 1, 1, 'vbblog'),
(44701, 'options', 'options', 'vbblog_tagcloud_searchhistory', 1, 1, 'vbblog'),
(44700, 'options', 'options', 'vbblog_tagcloud_searchcloud', 1, 1, 'vbblog'),
(44699, 'options', 'options', 'vbblog_tagcloud_levels', 1, 1, 'vbblog'),
(44698, 'options', 'options', 'vbblog_tagcloud_cachetype', 1, 1, 'vbblog'),
(44697, 'options', 'options', 'vbblog_tagcloud_cachetime', 1, 1, 'vbblog'),
(44696, 'options', 'options', 'vbblog_style', 1, 1, 'vbblog'),
(44695, 'options', 'options', 'vbblog_ratingpost', 1, 1, 'vbblog'),
(44694, 'options', 'options', 'vbblog_postmoderation', 1, 1, 'vbblog'),
(44693, 'options', 'options', 'vbblog_perpage', 1, 1, 'vbblog'),
(44692, 'options', 'options', 'vbblog_maxtaguser', 1, 1, 'vbblog'),
(44691, 'options', 'options', 'vbblog_maxtagstarter', 1, 1, 'vbblog'),
(44690, 'options', 'options', 'vbblog_maxtag', 1, 1, 'vbblog'),
(44689, 'options', 'options', 'vbblog_maxperpage', 1, 1, 'vbblog'),
(44688, 'options', 'options', 'vbblog_entrymaximages', 1, 1, 'vbblog'),
(44687, 'options', 'options', 'vbblog_commentmoderation', 1, 1, 'vbblog'),
(44686, 'options', 'options', 'blog_commentsperpage', 1, 1, 'vbblog'),
(44685, 'blog_admin', 'tags', 'tagtext', 1, 1, 'vbblog'),
(44684, 'blog_admin', 'stats', 'username', 1, 1, 'vbblog'),
(44683, 'blog_admin', 'stats', 'type', 1, 1, 'vbblog'),
(44682, 'blog_admin', 'stats', 'start', 1, 1, 'vbblog'),
(44681, 'blog_admin', 'stats', 'sort', 1, 1, 'vbblog'),
(42934, 'admincalendar', 'add,edit', 'daterange', 75, 1, 'vbulletin'),
(42933, 'admincalendar', 'add,edit', 'moderatenew', 70, 1, 'vbulletin'),
(42932, 'admincalendar', 'add,edit', 'neweventemail', 60, 1, 'vbulletin'),
(42931, 'admincalendar', 'add,edit', 'customfields', 50, 1, 'vbulletin'),
(42930, 'admincalendar', 'add,edit', 'displayorder', 40, 1, 'vbulletin'),
(42929, 'admincalendar', 'add,edit', 'title', 20, 1, 'vbulletin'),
(42928, 'admincalendar', 'add', '', 1, 1, 'vbulletin'),
(42927, 'admincalendar', '', '', 1, 1, 'vbulletin'),
(42926, 'accessmask', 'resetall', '', 1, 1, 'vbulletin'),
(42925, 'accessmask', 'quickedit', '', 1, 1, 'vbulletin'),
(42924, 'accessmask', 'modify', '', 1, 1, 'vbulletin'),
(42923, 'accessmask', 'edit', '', 1, 1, 'vbulletin'),
(42922, 'accessmask', '', '', 1, 1, 'vbulletin'),
(44680, 'blog_admin', 'stats', 'scope', 1, 1, 'vbblog'),
(44679, 'blog_admin', 'stats', 'nullvalue', 1, 1, 'vbblog'),
(44678, 'blog_admin', 'stats', 'end', 1, 1, 'vbblog'),
(44677, 'blog_admin', 'modifyfe', 'username', 1, 1, 'vbblog'),
(44676, 'blog_admin', 'modifyfe', 'type', 1, 1, 'vbblog'),
(44675, 'blog_admin', 'modifyfe', 'timespan', 1, 1, 'vbblog'),
(44674, 'blog_admin', 'modifyfe', 'susergroupid', 1, 1, 'vbblog'),
(44673, 'blog_admin', 'modifyfe', 'start', 1, 1, 'vbblog'),
(44672, 'blog_admin', 'modifyfe', 'refresh', 1, 1, 'vbblog'),
(44671, 'blog_admin', 'modifyfe', 'pusergroupid', 1, 1, 'vbblog'),
(44670, 'blog_admin', 'modifyfe', 'end', 1, 1, 'vbblog'),
(44669, 'blog_admin', 'modifyfe', 'displayorder', 1, 1, 'vbblog'),
(44668, 'blog_admin', 'modifyfe', 'blogid', 1, 1, 'vbblog'),
(44667, 'blog_admin', 'modifyfe', 'bbcode', 1, 1, 'vbblog'),
(44666, 'blog_admin', 'editmod', 'canremovecomments', 1, 1, 'vbblog'),
(44665, 'blog_admin', 'counters', '', 1, 1, 'vbblog'),
(44664, 'blog_admin', 'addmod,editmod', 'canremoveentries', 1, 1, 'vbblog'),
(44663, 'blog_admin', 'addmod,editmod', 'candeleteentries', 1, 1, 'vbblog'),
(44662, 'blog_admin', 'addmod,editmod', 'candeletecomments', 1, 1, 'vbblog');

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

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

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

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

INSERT INTO `administrator` (`userid`, `adminpermissions`, `navprefs`, `cssprefs`, `notes`, `dismissednews`, `languageid`, `blogpermissions`, `vbcmspermissions`) VALUES
(1, 491516, NULL, '', NULL, '61,79,81,84,86,88,90,91,92', 0, 3, 3);

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

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

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

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

INSERT INTO `adminlog` (`adminlogid`, `userid`, `dateline`, `script`, `action`, `extrainfo`, `ipaddress`) VALUES
(1, 1, 1221777942, 'forum.php', 'add', '', '76.18.42.226'),
(2, 1, 1221777942, 'forum.php', 'add', '', '76.18.42.226'),
(3, 1, 1221780092, 'forum.php', 'update', '', '76.18.42.226'),
(4, 1, 1221780095, 'forum.php', 'modify', 'forum id = 3', '76.18.42.226'),
(5, 1, 1221780101, 'forum.php', 'add', '', '76.18.42.226'),
(6, 1, 1221780117, 'forum.php', 'update', '', '76.18.42.226'),
(7, 1, 1221780118, 'forum.php', 'modify', 'forum id = 4', '76.18.42.226'),
(8, 1, 1221780121, 'forum.php', 'add', '', '76.18.42.226'),
(9, 1, 1221780129, 'forum.php', 'update', '', '76.18.42.226'),
(10, 1, 1221780131, 'forum.php', 'modify', 'forum id = 5', '76.18.42.226'),
(11, 1, 1221780134, 'forum.php', 'add', '', '76.18.42.226'),
(12, 1, 1221780143, 'forum.php', 'update', '', '76.18.42.226'),
(13, 1, 1221780147, 'forum.php', 'modify', 'forum id = 6', '76.18.42.226'),
(14, 1, 1221780155, 'forum.php', 'edit', 'forum id = 1', '76.18.42.226'),
(15, 1, 1221780592, 'forum.php', 'update', 'forum id = 1', '76.18.42.226'),
(16, 1, 1221780594, 'forum.php', 'modify', 'forum id = 1', '76.18.42.226'),
(17, 1, 1221780599, 'forum.php', 'edit', 'forum id = 2', '76.18.42.226'),
(18, 1, 1221780615, 'forum.php', 'update', 'forum id = 2', '76.18.42.226'),
(19, 1, 1221780617, 'forum.php', 'modify', 'forum id = 2', '76.18.42.226'),
(20, 1, 1221795904, 'forumpermission.php', 'modify', '', '76.18.42.226'),
(21, 1, 1221795919, 'forumpermission.php', 'edit', 'forum id = 1 / usergroup id = 4', '76.18.42.226'),
(22, 1, 1221795923, 'forumpermission.php', 'doupdate', '', '76.18.42.226'),
(23, 1, 1221795925, 'forumpermission.php', 'modify', 'forum id = 1', '76.18.42.226'),
(24, 1, 1221795930, 'forumpermission.php', 'edit', 'forum id = 1 / usergroup id = 8', '76.18.42.226'),
(25, 1, 1221795934, 'forumpermission.php', 'doupdate', '', '76.18.42.226'),
(26, 1, 1221795936, 'forumpermission.php', 'modify', 'forum id = 1', '76.18.42.226'),
(27, 1, 1221795940, 'forumpermission.php', 'edit', 'forum id = 1 / usergroup id = 7', '76.18.42.226'),
(28, 1, 1221795945, 'forumpermission.php', 'doupdate', '', '76.18.42.226'),
(29, 1, 1221795946, 'forumpermission.php', 'modify', 'forum id = 1', '76.18.42.226'),
(30, 1, 1221795950, 'forumpermission.php', 'edit', 'forum id = 1 / usergroup id = 2', '76.18.42.226'),
(31, 1, 1221795958, 'forumpermission.php', 'doupdate', '', '76.18.42.226'),
(32, 1, 1221795960, 'forumpermission.php', 'modify', 'forum id = 1', '76.18.42.226'),
(33, 1, 1221795970, 'forumpermission.php', 'edit', 'forum id = 1 / usergroup id = 1', '76.18.42.226'),
(34, 1, 1221795984, 'forumpermission.php', 'doupdate', '', '76.18.42.226'),
(35, 1, 1221795986, 'forumpermission.php', 'modify', 'forum id = 1', '76.18.42.226'),
(36, 1, 1221795999, 'forumpermission.php', 'edit', 'forum id = 1 / usergroup id = 3', '76.18.42.226'),
(37, 1, 1221796004, 'forumpermission.php', 'doupdate', '', '76.18.42.226'),
(38, 1, 1221796006, 'forumpermission.php', 'modify', 'forum id = 1', '76.18.42.226'),
(39, 1, 1221796010, 'forumpermission.php', 'edit', 'forum id = 1 / usergroup id = 5', '76.18.42.226'),
(40, 1, 1221796016, 'user.php', 'modify', '', '76.18.42.226'),
(41, 1, 1221796015, 'user.php', 'modify', '', '76.18.42.226'),
(42, 1, 1221796018, 'user.php', 'find', '', '76.18.42.226'),
(43, 1, 1221796021, 'user.php', 'edit', 'user id = 2', '76.18.42.226'),
(44, 1, 1221796345, 'user.php', 'modify', '', '76.18.42.226'),
(45, 1, 1221796347, 'user.php', 'find', '', '76.18.42.226'),
(46, 1, 1221796351, 'user.php', 'edit', 'user id = 2', '76.18.42.226'),
(47, 1, 1221796361, 'user.php', 'update', 'user id = 2', '76.18.42.226'),
(48, 1, 1221796362, 'user.php', 'modify', 'user id = 2', '76.18.42.226'),
(49, 1, 1221796365, 'user.php', 'find', '', '76.18.42.226'),
(50, 1, 1221796368, 'user.php', 'edit', 'user id = 3', '76.18.42.226'),
(51, 1, 1221796376, 'user.php', 'update', 'user id = 3', '76.18.42.226'),
(52, 1, 1221796378, 'user.php', 'modify', 'user id = 3', '76.18.42.226'),
(53, 1, 1221796380, 'user.php', 'find', '', '76.18.42.226'),
(54, 1, 1221796383, 'user.php', 'edit', 'user id = 4', '76.18.42.226'),
(55, 1, 1221796393, 'user.php', 'update', 'user id = 4', '76.18.42.226'),
(56, 1, 1221796395, 'user.php', 'modify', 'user id = 4', '76.18.42.226'),
(57, 1, 1221796457, 'options.php', '', '', '76.18.42.226'),
(58, 1, 1221796457, 'options.php', '', '', '76.18.42.226'),
(59, 1, 1221796464, 'options.php', 'options', '', '76.18.42.226'),
(60, 1, 1221796644, 'options.php', 'dooptions', '', '76.18.42.226'),
(61, 1, 1221796646, 'options.php', 'options', '', '76.18.42.226'),
(62, 1, 1221796889, 'options.php', 'dooptions', '', '76.18.42.226'),
(63, 1, 1221796891, 'options.php', 'options', '', '76.18.42.226'),
(64, 1, 1221797279, 'forum.php', 'add', '', '76.18.42.226'),
(65, 1, 1221797279, 'forum.php', 'add', '', '76.18.42.226'),
(66, 1, 1221797314, 'forum.php', 'update', '', '76.18.42.226'),
(67, 1, 1221797315, 'forum.php', 'modify', 'forum id = 7', '76.18.42.226'),
(68, 1, 1221797319, 'forum.php', 'add', '', '76.18.42.226'),
(69, 1, 1221797328, 'forum.php', 'update', '', '76.18.42.226'),
(70, 1, 1221797330, 'forum.php', 'modify', 'forum id = 8', '76.18.42.226'),
(71, 1, 1221797340, 'forum.php', 'doorder', '', '76.18.42.226'),
(72, 1, 1221797342, 'forum.php', 'modify', '', '76.18.42.226'),
(73, 1, 1221797367, 'forum.php', 'add', '', '76.18.42.226'),
(74, 1, 1221797392, 'forum.php', 'update', '', '76.18.42.226'),
(75, 1, 1221797394, 'forum.php', 'modify', 'forum id = 9', '76.18.42.226'),
(76, 1, 1221797414, 'forum.php', 'add', '', '76.18.42.226'),
(77, 1, 1221797429, 'forum.php', 'update', '', '76.18.42.226'),
(78, 1, 1221797430, 'forum.php', 'modify', 'forum id = 10', '76.18.42.226'),
(79, 1, 1221797437, 'forum.php', 'doorder', '', '76.18.42.226'),
(80, 1, 1221797439, 'forum.php', 'modify', '', '76.18.42.226'),
(81, 1, 1221797444, 'forum.php', 'add', '', '76.18.42.226'),
(82, 1, 1221797461, 'forum.php', 'update', '', '76.18.42.226'),
(83, 1, 1221797463, 'forum.php', 'modify', 'forum id = 11', '76.18.42.226'),
(84, 1, 1221797465, 'forum.php', 'add', '', '76.18.42.226'),
(85, 1, 1221797480, 'forum.php', 'update', '', '76.18.42.226'),
(86, 1, 1221797482, 'forum.php', 'modify', 'forum id = 12', '76.18.42.226'),
(87, 1, 1221797829, 'forum.php', 'add', '', '76.18.42.226'),
(88, 1, 1221797890, 'forum.php', 'update', '', '76.18.42.226'),
(89, 1, 1221797892, 'forum.php', 'modify', 'forum id = 13', '76.18.42.226'),
(90, 1, 1221797901, 'forum.php', 'doorder', '', '76.18.42.226'),
(91, 1, 1221797903, 'forum.php', 'modify', '', '76.18.42.226'),
(92, 1, 1221797905, 'forum.php', 'add', '', '76.18.42.226'),
(93, 1, 1221797940, 'forum.php', 'update', '', '76.18.42.226'),
(94, 1, 1221797942, 'forum.php', 'modify', 'forum id = 14', '76.18.42.226'),
(95, 1, 1221798016, 'forum.php', 'add', '', '76.18.42.226'),
(96, 1, 1221798055, 'forum.php', 'update', '', '76.18.42.226'),
(97, 1, 1221798057, 'forum.php', 'modify', 'forum id = 15', '76.18.42.226'),
(98, 1, 1221798059, 'options.php', '', '', '76.18.42.226'),
(99, 1, 1221798059, 'options.php', '', '', '76.18.42.226'),
(100, 1, 1221798064, 'options.php', 'options', '', '76.18.42.226'),
(101, 1, 1221798079, 'options.php', 'dooptions', '', '76.18.42.226'),
(102, 1, 1221798081, 'options.php', 'options', '', '76.18.42.226'),
(103, 1, 1221798127, 'forum.php', 'add', '', '76.18.42.226'),
(104, 1, 1221798165, 'forum.php', 'update', '', '76.18.42.226'),
(105, 1, 1221798167, 'forum.php', 'modify', 'forum id = 16', '76.18.42.226'),
(106, 1, 1221798171, 'forum.php', 'edit', 'forum id = 13', '76.18.42.226'),
(107, 1, 1221798207, 'user.php', 'modify', '', '76.18.42.226'),
(108, 1, 1221798215, 'forum.php', 'modify', '', '76.18.42.226'),
(109, 1, 1221798223, 'forum.php', 'edit', 'forum id = 11', '76.18.42.226'),
(110, 1, 1221798241, 'forum.php', 'update', 'forum id = 11', '76.18.42.226'),
(111, 1, 1221798243, 'forum.php', 'modify', 'forum id = 11', '76.18.42.226'),
(112, 1, 1221798392, 'usergroup.php', 'modify', '', '76.18.42.226'),
(113, 1, 1221798392, 'usergroup.php', 'modify', '', '76.18.42.226'),
(114, 1, 1221798395, 'usergroup.php', 'edit', 'usergroup id = 6', '76.18.42.226'),
(115, 1, 1221798417, 'usergroup.php', 'update', 'usergroup id = 6', '76.18.42.226'),
(116, 1, 1221798439, 'usergroup.php', 'modify', '', '76.18.42.226'),
(117, 1, 1221798480, 'usergroup.php', 'edit', 'usergroup id = 5', '76.18.42.226'),
(118, 1, 1221798514, 'usergroup.php', 'update', 'usergroup id = 5', '76.18.42.226'),
(119, 1, 1221798516, 'usergroup.php', 'modify', '', '76.18.42.226'),
(120, 1, 1221798552, 'bookmarksite.php', 'modify', '', '76.18.42.226'),
(121, 1, 1221798555, 'verify.php', '', '', '76.18.42.226'),
(122, 1, 1221798555, 'verify.php', '', '', '76.18.42.226'),
(123, 1, 1221798595, 'subscriptions.php', 'modify', '', '76.18.42.226'),
(124, 1, 1221798607, 'plugin.php', 'product', '', '76.18.42.226'),
(125, 1, 1221798668, 'plugin.php', 'productadd', '', '76.18.42.226'),
(126, 1, 1221798697, 'plugin.php', 'productimport', '', '76.18.42.226'),
(127, 1, 1221798700, 'plugin.php', 'product', '', '76.18.42.226'),
(128, 1, 1221798827, 'options.php', '', '', '76.18.42.226'),
(129, 1, 1221798830, 'options.php', 'options', '', '76.18.42.226'),
(130, 1, 1221798843, 'options.php', 'dooptions', '', '76.18.42.226'),
(131, 1, 1221798844, 'options.php', 'options', '', '76.18.42.226'),
(132, 1, 1221799401, 'options.php', 'dooptions', '', '76.18.42.226'),
(133, 1, 1221799402, 'options.php', 'options', '', '76.18.42.226'),
(134, 1, 1221799423, 'plugin.php', 'product', '', '76.18.42.226'),
(135, 1, 1221799425, 'plugin.php', 'productadd', '', '76.18.42.226'),
(136, 1, 1221799448, 'plugin.php', 'productimport', '', '76.18.42.226'),
(137, 1, 1221799451, 'plugin.php', 'product', '', '76.18.42.226'),
(138, 1, 1221799476, 'usergroup.php', 'modify', '', '76.18.42.226'),
(139, 1, 1221799476, 'usergroup.php', 'modify', '', '76.18.42.226'),
(140, 1, 1221799479, 'usergroup.php', 'edit', 'usergroup id = 6', '76.18.42.226'),
(141, 1, 1221799501, 'usergroup.php', 'update', 'usergroup id = 6', '76.18.42.226'),
(142, 1, 1221799503, 'usergroup.php', 'modify', '', '76.18.42.226'),
(143, 1, 1221799531, 'usergroup.php', 'edit', 'usergroup id = 5', '76.18.42.226'),
(144, 1, 1221799550, 'usergroup.php', 'update', 'usergroup id = 5', '76.18.42.226'),
(145, 1, 1221799552, 'usergroup.php', 'modify', '', '76.18.42.226'),
(146, 1, 1221799556, 'usergroup.php', 'edit', 'usergroup id = 6', '76.18.42.226'),
(147, 1, 1221799562, 'usergroup.php', 'update', 'usergroup id = 6', '76.18.42.226'),
(148, 1, 1221799564, 'usergroup.php', 'modify', '', '76.18.42.226'),
(149, 1, 1221832814, 'verify.php', '', '', '72.144.212.25'),
(150, 1, 1221832816, 'verify.php', '', '', '72.144.212.25'),
(151, 1, 1221832844, 'verify.php', 'updateoptions', '', '72.144.212.25'),
(152, 1, 1221832846, 'verify.php', '', '', '72.144.212.25'),
(153, 1, 1221832850, 'verify.php', 'modifyquestion', '', '72.144.212.25'),
(154, 1, 1221832867, 'verify.php', 'updatequestion', '', '72.144.212.25'),
(155, 1, 1221832870, 'verify.php', 'modifyquestion', 'question id = 1', '72.144.212.25'),
(156, 1, 1221832893, 'options.php', '', '', '72.144.212.25'),
(157, 1, 1221833481, 'options.php', 'options', '', '72.144.212.25'),
(158, 1, 1221833486, 'options.php', 'dooptions', '', '72.144.212.25'),
(159, 1, 1221833488, 'options.php', 'options', '', '72.144.212.25'),
(160, 1, 1221833713, 'user.php', 'modify', '', '72.144.212.25'),
(161, 1, 1221833715, 'user.php', 'find', '', '72.144.212.25'),
(162, 1, 1221833718, 'user.php', 'edit', 'user id = 5', '72.144.212.25'),
(163, 1, 1221833726, 'user.php', 'update', 'user id = 5', '72.144.212.25'),
(164, 1, 1221833729, 'user.php', 'modify', 'user id = 5', '72.144.212.25'),
(165, 1, 1221836370, 'user.php', 'find', '', '72.144.212.25'),
(166, 1, 1221836373, 'user.php', 'edit', 'user id = 1', '72.144.212.25'),
(167, 1, 1221836416, 'user.php', 'update', 'user id = 1', '72.144.212.25'),
(168, 1, 1221836418, 'user.php', 'modify', 'user id = 1', '72.144.212.25'),
(169, 1, 1221853250, 'template.php', 'files', '', '72.144.212.25'),
(170, 1, 1221853275, 'template.php', 'upload', '', '72.144.212.25'),
(171, 1, 1221853276, 'template.php', 'rebuild', '', '72.144.212.25'),
(172, 1, 1221853282, 'template.php', '', '', '72.144.212.25'),
(173, 1, 1221853283, 'options.php', '', '', '72.144.212.25'),
(174, 1, 1221853284, 'options.php', '', '', '72.144.212.25'),
(175, 1, 1221853288, 'options.php', 'options', '', '72.144.212.25'),
(176, 1, 1221853293, 'options.php', 'dooptions', '', '72.144.212.25'),
(177, 1, 1221853295, 'options.php', 'options', '', '72.144.212.25'),
(178, 1, 1221853452, 'template.php', 'modify', '', '72.144.212.25'),
(179, 1, 1221853455, 'template.php', 'files', '', '72.144.212.25'),
(180, 1, 1221853455, 'template.php', 'files', '', '72.144.212.25'),
(181, 1, 1221853475, 'template.php', 'upload', '', '72.144.212.25'),
(182, 1, 1221853490, 'template.php', 'upload', '', '72.144.212.25'),
(183, 1, 1221853491, 'template.php', 'rebuild', '', '72.144.212.25'),
(184, 1, 1221853494, 'template.php', '', '', '72.144.212.25'),
(185, 1, 1221853796, 'template.php', 'addstyle', '', '72.144.212.25'),
(186, 1, 1221853802, 'template.php', 'files', '', '72.144.212.25'),
(187, 1, 1221853802, 'template.php', 'files', '', '72.144.212.25'),
(188, 1, 1221853821, 'template.php', 'upload', '', '72.144.212.25'),
(189, 1, 1221853822, 'template.php', 'rebuild', '', '72.144.212.25'),
(190, 1, 1221853861, 'template.php', '', '', '72.144.212.25'),
(191, 1, 1221854498, 'template.php', 'deletestyle', 'style id = 2', '72.144.212.25'),
(192, 1, 1221854501, 'template.php', 'killstyle', 'style id = 2', '72.144.212.25'),
(193, 1, 1221854503, 'template.php', 'modify', '', '72.144.212.25'),
(194, 1, 1221871203, 'forum.php', 'add', '', '76.18.42.226'),
(195, 1, 1221871459, 'forum.php', 'update', '', '76.18.42.226'),
(196, 1, 1221871461, 'forum.php', 'modify', 'forum id = 17', '76.18.42.226'),
(197, 1, 1221871489, 'forum.php', 'doorder', '', '76.18.42.226'),
(198, 1, 1221871491, 'forum.php', 'modify', '', '76.18.42.226'),
(199, 1, 1221871509, 'forum.php', 'edit', 'forum id = 17', '76.18.42.226'),
(200, 1, 1221871515, 'forum.php', 'update', 'forum id = 17', '76.18.42.226'),
(201, 1, 1221871517, 'forum.php', 'modify', 'forum id = 17', '76.18.42.226'),
(202, 1, 1221880077, 'template.php', 'modify', '', '76.18.42.226'),
(203, 1, 1221880080, 'css.php', 'edit', 'style id = 3', '76.18.42.226'),
(204, 1, 1221880105, 'css.php', 'update', 'style id = 3', '76.18.42.226'),
(205, 1, 1221880107, 'css.php', 'edit', 'style id = 3', '76.18.42.226'),
(206, 1, 1221880150, 'css.php', 'update', 'style id = 3', '76.18.42.226'),
(207, 1, 1221880152, 'css.php', 'edit', 'style id = 3', '76.18.42.226'),
(208, 1, 1221881662, 'options.php', '', '', '76.18.42.226'),
(209, 1, 1221881667, 'options.php', 'options', '', '76.18.42.226'),
(210, 1, 1221881673, 'options.php', 'dooptions', '', '76.18.42.226'),
(211, 1, 1221881675, 'options.php', 'options', '', '76.18.42.226'),
(212, 1, 1221881679, 'template.php', 'modify', '', '76.18.42.226'),
(213, 1, 1221881686, 'template.php', 'dodisplayorder', '', '76.18.42.226'),
(214, 1, 1221923642, 'forum.php', 'add', '', '72.144.212.25'),
(215, 1, 1221923642, 'forum.php', 'add', '', '72.144.212.25'),
(216, 1, 1221923681, 'forum.php', 'update', '', '72.144.212.25'),
(217, 1, 1221923683, 'forum.php', 'modify', 'forum id = 18', '72.144.212.25'),
(218, 1, 1221923694, 'forum.php', 'doorder', '', '72.144.212.25'),
(219, 1, 1221923696, 'forum.php', 'modify', '', '72.144.212.25'),
(220, 1, 1221923740, 'forum.php', 'doorder', '', '72.144.212.25'),
(221, 1, 1221923742, 'forum.php', 'modify', '', '72.144.212.25'),
(222, 1, 1221925961, 'options.php', '', '', '72.144.212.25'),
(223, 1, 1221925967, 'options.php', 'options', '', '72.144.212.25'),
(224, 1, 1221925978, 'options.php', 'options', '', '72.144.212.25'),
(225, 1, 1221926000, 'options.php', 'dooptions', '', '72.144.212.25'),
(226, 1, 1221926002, 'options.php', 'options', '', '72.144.212.25'),
(227, 1, 1221926895, 'options.php', '', '', '72.144.212.25'),
(228, 1, 1221926902, 'options.php', 'options', '', '72.144.212.25'),
(229, 1, 1221926906, 'options.php', 'options', '', '72.144.212.25'),
(230, 1, 1221926919, 'options.php', 'options', '', '72.144.212.25'),
(231, 1, 1221926926, 'options.php', 'dooptions', '', '72.144.212.25'),
(232, 1, 1221926928, 'options.php', 'options', '', '72.144.212.25'),
(233, 1, 1222022852, 'template.php', 'findupdates', '', '76.18.42.226'),
(234, 1, 1222022858, 'template.php', 'delete', 'style id = 3', '76.18.42.226'),
(235, 1, 1222022861, 'template.php', 'kill', 'style id = 0', '76.18.42.226'),
(236, 1, 1222022861, 'template.php', 'findupdates', '', '76.18.42.226'),
(237, 1, 1222022863, 'template.php', 'modify', '', '76.18.42.226'),
(238, 1, 1222022869, 'template.php', 'delete', 'style id = 3', '76.18.42.226'),
(239, 1, 1222022872, 'template.php', 'kill', 'style id = 0', '76.18.42.226'),
(240, 1, 1222022872, 'template.php', 'findupdates', '', '76.18.42.226'),
(241, 1, 1222022876, 'template.php', 'modify', '', '76.18.42.226'),
(242, 1, 1222022880, 'template.php', 'delete', 'style id = 3', '76.18.42.226'),
(243, 1, 1222022884, 'template.php', 'kill', 'style id = 0', '76.18.42.226'),
(244, 1, 1222022885, 'template.php', 'findupdates', '', '76.18.42.226'),
(245, 1, 1222022887, 'template.php', 'modify', '', '76.18.42.226'),
(246, 1, 1222022891, 'template.php', 'delete', 'style id = 3', '76.18.42.226'),
(247, 1, 1222022894, 'template.php', 'kill', 'style id = 0', '76.18.42.226'),
(248, 1, 1222022895, 'template.php', 'findupdates', '', '76.18.42.226'),
(249, 1, 1222022897, 'template.php', 'modify', '', '76.18.42.226'),
(250, 1, 1222022906, 'plugin.php', 'product', '', '76.18.42.226'),
(251, 1, 1222022906, 'plugin.php', 'product', '', '76.18.42.226'),
(252, 1, 1222022908, 'plugin.php', 'productadd', '', '76.18.42.226'),
(253, 1, 1222022938, 'plugin.php', 'productimport', '', '76.18.42.226'),
(254, 1, 1222022942, 'plugin.php', 'product', '', '76.18.42.226'),
(255, 1, 1222029157, 'template.php', 'modify', '', '76.18.42.226'),
(256, 1, 1222029157, 'template.php', 'modify', '', '76.18.42.226'),
(257, 1, 1222029161, 'template.php', 'modify', '', '76.18.42.226'),
(258, 1, 1222029168, 'template.php', 'edit', 'style id = 0', '76.18.42.226'),
(259, 1, 1222029209, 'template.php', 'modify', '', '76.18.42.226'),
(260, 1, 1222029212, 'template.php', 'modify', '', '76.18.42.226'),
(261, 1, 1222029217, 'template.php', 'modify', '', '76.18.42.226'),
(262, 1, 1222029220, 'template.php', 'add', 'style id = 3', '76.18.42.226'),
(263, 1, 1222029264, 'template.php', 'inserttemplate', 'style id = 3', '76.18.42.226'),
(264, 1, 1222029266, 'template.php', 'edit', 'style id = 0', '76.18.42.226'),
(265, 1, 1222031414, 'template.php', 'updatetemplate', 'style id = 3', '76.18.42.226'),
(266, 1, 1222031430, 'plugin.php', 'product', '', '76.18.42.226'),
(267, 1, 1222031430, 'plugin.php', 'product', '', '76.18.42.226'),
(268, 1, 1222031436, 'plugin.php', 'productadd', '', '76.18.42.226'),
(269, 1, 1222031467, 'plugin.php', 'productimport', '', '76.18.42.226'),
(270, 1, 1222031470, 'plugin.php', 'product', '', '76.18.42.226'),
(271, 1, 1222031513, 'options.php', '', '', '76.18.42.226'),
(272, 1, 1222031523, 'options.php', 'options', '', '76.18.42.226'),
(273, 1, 1222031547, 'options.php', 'dooptions', '', '76.18.42.226'),
(274, 1, 1222031549, 'options.php', 'options', '', '76.18.42.226'),
(275, 1, 1222031553, 'options.php', 'options', '', '76.18.42.226'),
(276, 1, 1222031587, 'options.php', 'dooptions', '', '76.18.42.226'),
(277, 1, 1222031589, 'options.php', 'options', '', '76.18.42.226'),
(278, 1, 1222031593, 'options.php', 'options', '', '76.18.42.226'),
(279, 1, 1222031613, 'options.php', 'dooptions', '', '76.18.42.226'),
(280, 1, 1222031615, 'options.php', 'options', '', '76.18.42.226'),
(281, 1, 1222031630, 'options.php', 'options', '', '76.18.42.226'),
(282, 1, 1222031648, 'options.php', 'dooptions', '', '76.18.42.226'),
(283, 1, 1222031649, 'options.php', 'options', '', '76.18.42.226'),
(284, 1, 1222031654, 'options.php', 'options', '', '76.18.42.226'),
(285, 1, 1222031684, 'options.php', 'dooptions', '', '76.18.42.226'),
(286, 1, 1222031686, 'options.php', 'options', '', '76.18.42.226'),
(287, 1, 1222031691, 'options.php', 'options', '', '76.18.42.226'),
(288, 1, 1222031703, 'options.php', 'dooptions', '', '76.18.42.226'),
(289, 1, 1222031705, 'options.php', 'options', '', '76.18.42.226'),
(290, 1, 1222031752, 'cronadmin.php', 'modify', '', '76.18.42.226'),
(291, 1, 1222031763, 'cronadmin.php', 'runcron', 'cron id = 19', '76.18.42.226'),
(292, 1, 1222031770, 'cronadmin.php', 'modify', '', '76.18.42.226'),
(293, 1, 1222031770, 'cronadmin.php', 'modify', '', '76.18.42.226'),
(294, 1, 1222031774, 'cronadmin.php', 'runcron', 'cron id = 20', '76.18.42.226'),
(295, 1, 1222031783, 'misc.php', 'chooser', '', '76.18.42.226'),
(296, 1, 1222031783, 'misc.php', 'chooser', '', '76.18.42.226'),
(297, 1, 1222031792, 'misc.php', 'buildstats', '', '76.18.42.226'),
(298, 1, 1222031793, 'misc.php', 'buildstats', '', '76.18.42.226'),
(299, 1, 1222031795, 'misc.php', '', '', '76.18.42.226'),
(300, 1, 1222031825, 'misc.php', 'xperience_recount_xp', '', '76.18.42.226'),
(301, 1, 1222031827, 'misc.php', '', '', '76.18.42.226'),
(302, 1, 1222031873, 'plugin.php', 'product', '', '76.18.42.226'),
(303, 1, 1222031877, 'plugin.php', 'productadd', '', '76.18.42.226'),
(304, 1, 1222031884, 'plugin.php', 'productimport', '', '76.18.42.226'),
(305, 1, 1222031888, 'plugin.php', 'product', '', '76.18.42.226'),
(306, 1, 1222031896, 'misc.php', 'chooser', '', '76.18.42.226'),
(307, 1, 1222031896, 'misc.php', 'chooser', '', '76.18.42.226'),
(308, 1, 1222031899, 'misc.php', 'xperience_recount_xp', '', '76.18.42.226'),
(309, 1, 1222031901, 'misc.php', '', '', '76.18.42.226'),
(310, 1, 1222032094, 'options.php', '', '', '76.18.42.226'),
(311, 1, 1222032095, 'options.php', '', '', '76.18.42.226'),
(312, 1, 1222032099, 'options.php', 'options', '', '76.18.42.226'),
(313, 1, 1222032102, 'options.php', 'dooptions', '', '76.18.42.226'),
(314, 1, 1222032104, 'options.php', 'options', '', '76.18.42.226'),
(315, 1, 1222032161, 'options.php', 'options', '', '76.18.42.226'),
(316, 1, 1222032166, 'options.php', 'dooptions', '', '76.18.42.226'),
(317, 1, 1222032169, 'options.php', 'options', '', '76.18.42.226'),
(318, 1, 1222049345, 'profilefield.php', 'add', '', '76.18.42.226'),
(319, 1, 1222049358, 'profilefield.php', 'add', '', '76.18.42.226'),
(320, 1, 1222049397, 'profilefield.php', 'update', '', '76.18.42.226'),
(321, 1, 1222049399, 'profilefield.php', 'modify', '', '76.18.42.226'),
(322, 1, 1222049859, 'profilefield.php', 'edit', 'profilefield id = 5', '76.18.42.226'),
(323, 1, 1222049873, 'profilefield.php', 'update', 'profilefield id = 5', '76.18.42.226'),
(324, 1, 1222049875, 'profilefield.php', 'modify', '', '76.18.42.226'),
(325, 1, 1222049879, 'user.php', 'modify', '', '76.18.42.226'),
(326, 1, 1222049879, 'user.php', 'modify', '', '76.18.42.226'),
(327, 1, 1222049882, 'user.php', 'find', '', '76.18.42.226'),
(328, 1, 1222049884, 'user.php', 'edit', 'user id = 5', '76.18.42.226'),
(329, 1, 1222049900, 'user.php', 'update', 'user id = 5', '76.18.42.226'),
(330, 1, 1222049902, 'user.php', 'modify', 'user id = 5', '76.18.42.226'),
(331, 1, 1222049907, 'user.php', 'find', '', '76.18.42.226'),
(332, 1, 1222049912, 'user.php', 'edit', 'user id = 4', '76.18.42.226'),
(333, 1, 1222049920, 'user.php', 'update', 'user id = 4', '76.18.42.226'),
(334, 1, 1222049922, 'user.php', 'modify', 'user id = 4', '76.18.42.226'),
(335, 1, 1222049925, 'user.php', 'find', '', '76.18.42.226'),
(336, 1, 1222049928, 'user.php', 'edit', 'user id = 3', '76.18.42.226'),
(337, 1, 1222049936, 'user.php', 'update', 'user id = 3', '76.18.42.226'),
(338, 1, 1222049938, 'user.php', 'modify', 'user id = 3', '76.18.42.226'),
(339, 1, 1222049947, 'user.php', 'find', '', '76.18.42.226'),
(340, 1, 1222049953, 'user.php', 'edit', 'user id = 2', '76.18.42.226'),
(341, 1, 1222049959, 'user.php', 'update', 'user id = 2', '76.18.42.226'),
(342, 1, 1222049961, 'user.php', 'modify', 'user id = 2', '76.18.42.226'),
(343, 1, 1222049964, 'template.php', 'modify', '', '76.18.42.226'),
(344, 1, 1222049968, 'template.php', 'modify', '', '76.18.42.226'),
(345, 1, 1222050590, 'template.php', 'modify', '', '76.18.42.226'),
(346, 1, 1222050593, 'template.php', 'add', 'style id = 3', '76.18.42.226'),
(347, 1, 1222050837, 'template.php', 'inserttemplate', 'style id = 3', '76.18.42.226'),
(348, 1, 1222050840, 'template.php', 'edit', 'style id = 0', '76.18.42.226'),
(349, 1, 1222050873, 'template.php', 'updatetemplate', 'style id = 3', '76.18.42.226'),
(350, 1, 1222050876, 'options.php', '', '', '76.18.42.226'),
(351, 1, 1222050876, 'options.php', '', '', '76.18.42.226'),
(352, 1, 1222050893, 'options.php', 'options', '', '76.18.42.226'),
(353, 1, 1222050904, 'options.php', 'options', '', '76.18.42.226'),
(354, 1, 1222050923, 'options.php', 'options', '', '76.18.42.226'),
(355, 1, 1222050935, 'options.php', 'options', '', '76.18.42.226'),
(356, 1, 1222050947, 'options.php', 'options', '', '76.18.42.226'),
(357, 1, 1222052138, 'options.php', 'dooptions', '', '76.18.42.226'),
(358, 1, 1222052140, 'options.php', 'options', '', '76.18.42.226'),
(359, 1, 1222137795, 'forum.php', 'modify', '', '76.18.42.226'),
(360, 1, 1222137795, 'forum.php', 'modify', '', '76.18.42.226'),
(361, 1, 1222137800, 'forum.php', 'edit', 'forum id = 15', '76.18.42.226'),
(362, 1, 1222137809, 'forum.php', 'update', 'forum id = 15', '76.18.42.226'),
(363, 1, 1222137811, 'forum.php', 'modify', 'forum id = 15', '76.18.42.226'),
(364, 1, 1222137878, 'forum.php', 'edit', 'forum id = 13', '76.18.42.226'),
(365, 1, 1222137903, 'forum.php', 'update', 'forum id = 13', '76.18.42.226'),
(366, 1, 1222137905, 'forum.php', 'modify', 'forum id = 13', '76.18.42.226'),
(367, 1, 1226415127, 'user.php', 'find', '', '65.11.66.88'),
(368, 1, 1226415127, 'user.php', 'edit', 'user id = 6', '65.11.66.88'),
(369, 1, 1226415137, 'user.php', 'update', 'user id = 6', '65.11.66.88'),
(370, 1, 1226415139, 'user.php', 'modify', 'user id = 6', '65.11.66.88'),
(371, 1, 1226519378, 'forum.php', 'add', '', '65.11.66.88'),
(372, 1, 1226519378, 'forum.php', 'add', '', '65.11.66.88'),
(373, 1, 1226519409, 'forum.php', 'update', '', '65.11.66.88'),
(374, 1, 1226519410, 'forum.php', 'modify', 'forum id = 19', '65.11.66.88'),
(375, 1, 1226976348, 'forum.php', 'modify', '', '76.18.42.226'),
(376, 1, 1226976378, 'forum.php', 'edit', 'forum id = 7', '76.18.42.226'),
(377, 1, 1226976461, 'forum.php', 'update', 'forum id = 7', '76.18.42.226'),
(378, 1, 1226976463, 'forum.php', 'modify', 'forum id = 7', '76.18.42.226'),
(379, 1, 1226976495, 'forum.php', 'edit', 'forum id = 8', '76.18.42.226'),
(380, 1, 1226976504, 'forum.php', 'update', 'forum id = 8', '76.18.42.226'),
(381, 1, 1226976505, 'forum.php', 'modify', 'forum id = 8', '76.18.42.226'),
(382, 1, 1226976513, 'forum.php', 'edit', 'forum id = 9', '76.18.42.226'),
(383, 1, 1226976517, 'forum.php', 'update', 'forum id = 9', '76.18.42.226'),
(384, 1, 1226976519, 'forum.php', 'modify', 'forum id = 9', '76.18.42.226'),
(385, 1, 1226976521, 'forum.php', 'edit', 'forum id = 19', '76.18.42.226'),
(386, 1, 1226976548, 'forum.php', 'modify', '', '76.18.42.226'),
(387, 1, 1226976553, 'forum.php', 'remove', 'forum id = 19', '76.18.42.226'),
(388, 1, 1226976555, 'forum.php', 'kill', 'forum id = 19', '76.18.42.226'),
(389, 1, 1226976556, 'forum.php', '', '', '76.18.42.226'),
(390, 1, 1226976585, 'forum.php', 'edit', 'forum id = 7', '76.18.42.226'),
(391, 1, 1226976589, 'forum.php', 'update', 'forum id = 7', '76.18.42.226'),
(392, 1, 1226976591, 'forum.php', 'modify', 'forum id = 7', '76.18.42.226'),
(393, 1, 1226976593, 'forum.php', 'edit', 'forum id = 8', '76.18.42.226'),
(394, 1, 1226976599, 'forum.php', 'update', 'forum id = 8', '76.18.42.226'),
(395, 1, 1226976600, 'forum.php', 'modify', 'forum id = 8', '76.18.42.226'),
(396, 1, 1226976603, 'forum.php', 'edit', 'forum id = 9', '76.18.42.226'),
(397, 1, 1226976609, 'forum.php', 'update', 'forum id = 9', '76.18.42.226'),
(398, 1, 1226976610, 'forum.php', 'modify', 'forum id = 9', '76.18.42.226'),
(399, 1, 1226978396, 'forum.php', 'remove', 'forum id = 6', '76.18.42.226'),
(400, 1, 1226978398, 'forum.php', 'kill', 'forum id = 6', '76.18.42.226'),
(401, 1, 1226978399, 'forum.php', '', '', '76.18.42.226'),
(402, 1, 1226978417, 'forum.php', 'add', '', '76.18.42.226'),
(403, 1, 1226978417, 'forum.php', 'add', '', '76.18.42.226'),
(404, 1, 1226978432, 'forum.php', 'update', '', '76.18.42.226'),
(405, 1, 1226978433, 'forum.php', 'modify', 'forum id = 20', '76.18.42.226'),
(406, 1, 1226978438, 'forum.php', 'doorder', '', '76.18.42.226'),
(407, 1, 1226978440, 'forum.php', 'modify', '', '76.18.42.226'),
(408, 1, 1227025685, 'profilefield.php', 'modify', '', '65.11.66.88'),
(409, 1, 1227025685, 'profilefield.php', 'modify', '', '65.11.66.88'),
(410, 1, 1227025688, 'profilefield.php', 'edit', 'profilefield id = 5', '65.11.66.88'),
(411, 1, 1227025702, 'profilefield.php', 'update', 'profilefield id = 5', '65.11.66.88'),
(412, 1, 1227025704, 'profilefield.php', 'modify', '', '65.11.66.88'),
(413, 1, 1227025713, 'user.php', 'modify', '', '65.11.66.88'),
(414, 1, 1227025713, 'user.php', 'modify', '', '65.11.66.88'),
(415, 1, 1227025716, 'user.php', 'find', '', '65.11.66.88'),
(416, 1, 1227025719, 'user.php', 'edit', 'user id = 7', '65.11.66.88'),
(417, 1, 1227025735, 'user.php', 'update', 'user id = 7', '65.11.66.88'),
(418, 1, 1227025737, 'user.php', 'modify', 'user id = 7', '65.11.66.88'),
(419, 1, 1227461368, 'forum.php', 'modify', '', '76.18.42.226'),
(420, 1, 1227461368, 'forum.php', 'modify', '', '76.18.42.226'),
(421, 1, 1227461370, 'forum.php', 'edit', 'forum id = 3', '76.18.42.226'),
(422, 1, 1227461377, 'forum.php', 'update', 'forum id = 3', '76.18.42.226'),
(423, 1, 1227461379, 'forum.php', 'modify', 'forum id = 3', '76.18.42.226'),
(424, 1, 1227461398, 'forum.php', 'add', '', '76.18.42.226'),
(425, 1, 1227461493, 'forum.php', 'update', '', '76.18.42.226'),
(426, 1, 1227461495, 'forum.php', 'modify', 'forum id = 21', '76.18.42.226'),
(427, 1, 1227461726, 'forum.php', 'edit', 'forum id = 4', '76.18.42.226'),
(428, 1, 1227461741, 'forum.php', 'update', 'forum id = 4', '76.18.42.226'),
(429, 1, 1227461742, 'forum.php', 'modify', 'forum id = 4', '76.18.42.226'),
(430, 1, 1227461778, 'forum.php', 'add', '', '76.18.42.226'),
(431, 1, 1227461804, 'forum.php', 'update', '', '76.18.42.226'),
(432, 1, 1227461806, 'forum.php', 'modify', 'forum id = 22', '76.18.42.226'),
(433, 1, 1227461831, 'forum.php', 'edit', 'forum id = 21', '76.18.42.226'),
(434, 1, 1227461840, 'forum.php', 'update', 'forum id = 21', '76.18.42.226'),
(435, 1, 1227461841, 'forum.php', 'modify', 'forum id = 21', '76.18.42.226'),
(436, 1, 1227461871, 'forum.php', 'edit', 'forum id = 21', '76.18.42.226'),
(437, 1, 1227461958, 'forum.php', 'update', 'forum id = 21', '76.18.42.226'),
(438, 1, 1227461959, 'forum.php', 'modify', 'forum id = 21', '76.18.42.226'),
(439, 1, 1227462324, 'forum.php', 'edit', 'forum id = 4', '76.18.42.226'),
(440, 1, 1227462331, 'forum.php', 'update', 'forum id = 4', '76.18.42.226'),
(441, 1, 1227462332, 'forum.php', 'modify', 'forum id = 4', '76.18.42.226'),
(442, 1, 1227463216, 'forum.php', 'remove', 'forum id = 22', '76.18.42.226'),
(443, 1, 1227463219, 'forum.php', 'kill', 'forum id = 22', '76.18.42.226'),
(444, 1, 1227463220, 'forum.php', '', '', '76.18.42.226'),
(445, 1, 1227463524, 'forum.php', 'modify', '', '76.18.42.226'),
(446, 1, 1227463531, 'forum.php', 'remove', 'forum id = 21', '76.18.42.226'),
(447, 1, 1227463533, 'forum.php', 'kill', 'forum id = 21', '76.18.42.226'),
(448, 1, 1227463535, 'forum.php', '', '', '76.18.42.226'),
(449, 1, 1227477213, 'subscriptions.php', 'modify', '', '76.18.42.226'),
(450, 1, 1227477216, 'subscriptions.php', 'add', '', '76.18.42.226'),
(451, 1, 1227477293, 'subscriptions.php', 'update', '', '76.18.42.226'),
(452, 1, 1227477295, 'subscriptions.php', 'modify', '', '76.18.42.226'),
(453, 1, 1227477350, 'usergroup.php', 'add', '', '76.18.42.226'),
(454, 1, 1227477600, 'usergroup.php', 'update', '', '76.18.42.226'),
(455, 1, 1227477601, 'usergroup.php', 'modify', '', '76.18.42.226'),
(456, 1, 1227477607, 'subscriptions.php', 'modify', '', '76.18.42.226'),
(457, 1, 1227477607, 'subscriptions.php', 'modify', '', '76.18.42.226'),
(458, 1, 1227477612, 'subscriptions.php', 'edit', 'subscriptionid id = 1', '76.18.42.226'),
(459, 1, 1227477675, 'subscriptions.php', 'update', 'subscriptionid id = 1', '76.18.42.226'),
(460, 1, 1227477677, 'subscriptions.php', 'modify', '', '76.18.42.226'),
(461, 1, 1227477681, 'subscriptions.php', 'edit', 'subscriptionid id = 1', '76.18.42.226'),
(462, 1, 1227477691, 'subscriptions.php', 'update', 'subscriptionid id = 1', '76.18.42.226'),
(463, 1, 1227477693, 'subscriptions.php', 'modify', '', '76.18.42.226'),
(464, 1, 1227477855, 'usergroup.php', 'add', '', '76.18.42.226'),
(465, 1, 1227478748, 'usergroup.php', 'update', '', '76.18.42.226'),
(466, 1, 1227478749, 'usergroup.php', 'modify', '', '76.18.42.226'),
(467, 1, 1227478752, 'subscriptions.php', 'add', '', '76.18.42.226'),
(468, 1, 1227478752, 'subscriptions.php', 'add', '', '76.18.42.226'),
(469, 1, 1227478787, 'subscriptions.php', 'update', '', '76.18.42.226'),
(470, 1, 1227478789, 'subscriptions.php', 'modify', '', '76.18.42.226'),
(471, 1, 1227478795, 'subscriptions.php', 'edit', 'subscriptionid id = 2', '76.18.42.226'),
(472, 1, 1227478811, 'subscriptions.php', 'update', 'subscriptionid id = 2', '76.18.42.226'),
(473, 1, 1227478812, 'subscriptions.php', 'modify', '', '76.18.42.226'),
(474, 1, 1227478982, 'subscriptions.php', 'edit', 'subscriptionid id = 1', '76.18.42.226'),
(475, 1, 1227479015, 'subscriptions.php', 'update', 'subscriptionid id = 1', '76.18.42.226'),
(476, 1, 1227479017, 'subscriptions.php', 'modify', '', '76.18.42.226'),
(477, 1, 1227578397, 'forum.php', 'modify', '', '76.18.42.226'),
(478, 1, 1228101417, 'options.php', '', '', '76.18.42.226'),
(479, 1, 1228101423, 'options.php', 'options', '', '76.18.42.226'),
(480, 1, 1228101428, 'options.php', 'dooptions', '', '76.18.42.226'),
(481, 1, 1228101429, 'options.php', 'options', '', '76.18.42.226'),
(482, 1, 1228101735, 'template.php', 'modify', '', '76.18.42.226'),
(483, 1, 1228101741, 'template.php', 'modify', '', '76.18.42.226'),
(484, 1, 1228101745, 'template.php', 'modify', '', '76.18.42.226'),
(485, 1, 1228101748, 'template.php', 'edit', 'style id = 0', '76.18.42.226'),
(486, 1, 1228101779, 'template.php', 'updatetemplate', 'style id = 3', '76.18.42.226'),
(487, 1, 1228101787, 'template.php', 'modify', '', '76.18.42.226'),
(488, 1, 1228101791, 'template.php', 'add', 'style id = 3', '76.18.42.226'),
(489, 1, 1228101868, 'template.php', 'inserttemplate', 'style id = 3', '76.18.42.226'),
(490, 1, 1228101869, 'template.php', 'modify', 'style id = 0', '76.18.42.226'),
(491, 1, 1228101875, 'template.php', 'add', 'style id = 3', '76.18.42.226'),
(492, 1, 1228101909, 'template.php', 'inserttemplate', 'style id = 3', '76.18.42.226'),
(493, 1, 1228101910, 'template.php', 'modify', 'style id = 0', '76.18.42.226'),
(494, 1, 1228101924, 'template.php', 'modify', '', '76.18.42.226'),
(495, 1, 1228101945, 'template.php', 'add', 'style id = 3', '76.18.42.226'),
(496, 1, 1228102001, 'template.php', 'inserttemplate', 'style id = 3', '76.18.42.226'),
(497, 1, 1228102003, 'template.php', 'modify', 'style id = 0', '76.18.42.226'),
(498, 1, 1228102016, 'template.php', 'add', 'style id = 3', '76.18.42.226'),
(499, 1, 1228102037, 'template.php', 'inserttemplate', 'style id = 3', '76.18.42.226'),
(500, 1, 1228102038, 'template.php', 'modify', 'style id = 0', '76.18.42.226'),
(501, 1, 1228102046, 'template.php', 'modify', '', '76.18.42.226'),
(502, 1, 1228102053, 'template.php', 'add', 'style id = 3', '76.18.42.226'),
(503, 1, 1228102145, 'template.php', 'inserttemplate', 'style id = 3', '76.18.42.226'),
(504, 1, 1228102146, 'template.php', 'modify', 'style id = 0', '76.18.42.226'),
(505, 1, 1228102158, 'template.php', 'edit', 'style id = 0', '76.18.42.226'),
(506, 1, 1228102253, 'template.php', 'updatetemplate', 'style id = 3', '76.18.42.226'),
(507, 1, 1228102301, 'template.php', 'add', 'style id = 3', '76.18.42.226'),
(508, 1, 1228102336, 'template.php', 'inserttemplate', 'style id = 3', '76.18.42.226'),
(509, 1, 1228102337, 'template.php', 'modify', 'style id = 0', '76.18.42.226'),
(510, 1, 1228102344, 'template.php', 'modify', '', '76.18.42.226'),
(511, 1, 1228102349, 'template.php', 'add', 'style id = 3', '76.18.42.226'),
(512, 1, 1228102382, 'template.php', 'inserttemplate', 'style id = 3', '76.18.42.226'),
(513, 1, 1228102383, 'template.php', 'modify', 'style id = 0', '76.18.42.226'),
(514, 1, 1228102389, 'template.php', 'modify', '', '76.18.42.226'),
(515, 1, 1228102394, 'template.php', 'add', 'style id = 3', '76.18.42.226'),
(516, 1, 1228102440, 'template.php', 'inserttemplate', 'style id = 3', '76.18.42.226'),
(517, 1, 1228102441, 'template.php', 'modify', 'style id = 0', '76.18.42.226'),
(518, 1, 1228102454, 'plugin.php', 'product', '', '76.18.42.226'),
(519, 1, 1228102454, 'plugin.php', 'product', '', '76.18.42.226'),
(520, 1, 1228102456, 'plugin.php', 'productadd', '', '76.18.42.226'),
(521, 1, 1228102474, 'plugin.php', 'productimport', '', '76.18.42.226'),
(522, 1, 1228102478, 'options.php', 'options', '', '76.18.42.226'),
(523, 1, 1228102612, 'options.php', 'dooptions', '', '76.18.42.226'),
(524, 1, 1228102613, 'options.php', 'options', '', '76.18.42.226'),
(525, 1, 1228102629, 'options.php', 'options', '', '76.18.42.226'),
(526, 1, 1228102629, 'options.php', 'options', '', '76.18.42.226'),
(527, 1, 1228102632, 'options.php', 'options', '', '76.18.42.226'),
(528, 1, 1228102632, 'options.php', 'options', '', '76.18.42.226'),
(529, 1, 1228102649, 'options.php', 'options', '', '76.18.42.226'),
(530, 1, 1228102675, 'options.php', 'options', '', '76.18.42.226'),
(531, 1, 1228102693, 'options.php', 'options', '', '76.18.42.226'),
(532, 1, 1228102701, 'credits_admin.php', 'usergroups', '', '76.18.42.226'),
(533, 1, 1228102701, 'credits_admin.php', 'usergroups', '', '76.18.42.226'),
(534, 1, 1228102713, 'credits_admin.php', 'forums', '', '76.18.42.226'),
(535, 1, 1228102714, 'credits_admin.php', 'forums', '', '76.18.42.226'),
(536, 1, 1228102715, 'credits_admin.php', 'lottery', '', '76.18.42.226'),
(537, 1, 1228102715, 'credits_admin.php', 'lottery', '', '76.18.42.226'),
(538, 1, 1228102718, 'credits_admin.php', 'mod_donpas', '', '76.18.42.226'),
(539, 1, 1228102718, 'credits_admin.php', 'mod_donpas', '', '76.18.42.226'),
(540, 1, 1228102720, 'credits_admin.php', 'mod_banking', '', '76.18.42.226'),
(541, 1, 1228102720, 'credits_admin.php', 'mod_banking', '', '76.18.42.226'),
(542, 1, 1228102722, 'credits_admin.php', 'updater', '', '76.18.42.226'),
(543, 1, 1228102722, 'credits_admin.php', 'updater', '', '76.18.42.226'),
(544, 1, 1228102733, 'usergroup.php', 'modify', '', '76.18.42.226'),
(545, 1, 1228102737, 'usergroup.php', 'edit', 'usergroup id = 6', '76.18.42.226'),
(546, 1, 1228102794, 'usergroup.php', 'update', 'usergroup id = 6', '76.18.42.226'),
(547, 1, 1228102795, 'usergroup.php', 'modify', '', '76.18.42.226'),
(548, 1, 1228103624, 'plugin.php', 'product', '', '76.18.42.226'),
(549, 1, 1228103626, 'plugin.php', 'productadd', '', '76.18.42.226'),
(550, 1, 1228103636, 'plugin.php', 'productimport', '', '76.18.42.226'),
(551, 1, 1228103680, 'plugin.php', 'productimport', '', '76.18.42.226'),
(552, 1, 1228104075, 'options.php', '', '', '76.18.42.226'),
(553, 1, 1228104077, 'options.php', 'options', '', '76.18.42.226'),
(554, 1, 1228104080, 'options.php', 'dooptions', '', '76.18.42.226'),
(555, 1, 1228104082, 'options.php', 'options', '', '76.18.42.226'),
(556, 1, 1228162142, 'user.php', 'modify', '', '65.11.66.88'),
(557, 1, 1228162142, 'user.php', 'modify', '', '65.11.66.88'),
(558, 1, 1228162150, 'user.php', 'find', '', '65.11.66.88'),
(559, 1, 1228162159, 'user.php', 'edit', 'user id = 3', '65.11.66.88'),
(560, 1, 1228162174, 'user.php', 'update', 'user id = 3', '65.11.66.88'),
(561, 1, 1228162176, 'user.php', 'modify', 'user id = 3', '65.11.66.88'),
(562, 1, 1228182292, 'plugin.php', 'product', '', '76.18.42.226'),
(563, 1, 1228182366, 'plugin.php', 'productadd', '', '76.18.42.226'),
(564, 1, 1228182472, 'plugin.php', 'productimport', '', '76.18.42.226'),
(565, 1, 1228182476, 'plugin.php', 'product', '', '76.18.42.226'),
(566, 1, 1228182524, 'template.php', 'modify', '', '76.18.42.226'),
(567, 1, 1228182559, 'template.php', 'modify', '', '76.18.42.226'),
(568, 1, 1228182599, 'template.php', 'modify', '', '76.18.42.226'),
(569, 1, 1228183890, 'template.php', 'add', 'style id = 3', '76.18.42.226'),
(570, 1, 1228183961, 'template.php', 'inserttemplate', 'style id = 3', '76.18.42.226'),
(571, 1, 1228183962, 'template.php', 'edit', 'style id = 0', '76.18.42.226'),
(572, 1, 1228184001, 'options.php', '', '', '76.18.42.226'),
(573, 1, 1228184012, 'options.php', 'options', '', '76.18.42.226'),
(574, 1, 1228184096, 'options.php', 'dooptions', '', '76.18.42.226'),
(575, 1, 1228184097, 'options.php', 'options', '', '76.18.42.226'),
(576, 1, 1228184131, 'options.php', 'dooptions', '', '76.18.42.226'),
(577, 1, 1228184132, 'options.php', 'options', '', '76.18.42.226'),
(578, 1, 1228184258, 'template.php', 'updatetemplate', 'style id = 3', '76.18.42.226'),
(579, 1, 1228184279, 'options.php', 'dooptions', '', '76.18.42.226'),
(580, 1, 1228184280, 'options.php', 'options', '', '76.18.42.226'),
(581, 1, 1228184308, 'options.php', 'dooptions', '', '76.18.42.226'),
(582, 1, 1228184310, 'options.php', 'options', '', '76.18.42.226'),
(583, 1, 1228185730, 'forum.php', 'modify', '', '76.18.42.226'),
(584, 1, 1228185736, 'forum.php', 'edit', 'forum id = 12', '76.18.42.226'),
(585, 1, 1228185765, 'forum.php', 'update', 'forum id = 12', '76.18.42.226'),
(586, 1, 1228185766, 'forum.php', 'modify', 'forum id = 12', '76.18.42.226'),
(587, 1, 1228202556, 'user.php', 'modify', '', '76.18.42.226'),
(588, 1, 1228202558, 'user.php', 'find', '', '76.18.42.226'),
(589, 1, 1228202567, 'user.php', 'edit', 'user id = 9', '76.18.42.226'),
(590, 1, 1228202627, 'user.php', 'remove', 'user id = 9', '76.18.42.226'),
(591, 1, 1228202632, 'user.php', 'kill', 'user id = 9', '76.18.42.226'),
(592, 1, 1228202633, 'user.php', 'modify', '', '76.18.42.226'),
(593, 1, 1228231468, 'options.php', '', '', '65.11.66.88'),
(594, 1, 1228231468, 'options.php', '', '', '65.11.66.88'),
(595, 1, 1228231705, 'options.php', 'options', '', '65.11.66.88'),
(596, 1, 1228232119, 'options.php', 'dooptions', '', '65.11.66.88'),
(597, 1, 1228232121, 'options.php', 'options', '', '65.11.66.88'),
(598, 1, 1228234451, 'profilefield.php', 'modify', '', '65.11.66.88'),
(599, 1, 1228234452, 'profilefield.php', 'modify', '', '65.11.66.88'),
(600, 1, 1228234455, 'profilefield.php', 'edit', 'profilefield id = 5', '65.11.66.88'),
(601, 1, 1228234495, 'profilefield.php', 'update', 'profilefield id = 5', '65.11.66.88'),
(602, 1, 1228234497, 'profilefield.php', 'modify', '', '65.11.66.88'),
(603, 1, 1228235160, 'user.php', 'modify', '', '65.11.66.88'),
(604, 1, 1228235164, 'user.php', 'find', '', '65.11.66.88'),
(605, 1, 1228235165, 'user.php', 'edit', 'user id = 13', '65.11.66.88'),
(606, 1, 1228235177, 'user.php', 'update', 'user id = 13', '65.11.66.88'),
(607, 1, 1228235179, 'user.php', 'modify', 'user id = 13', '65.11.66.88'),
(608, 1, 1228235385, 'user.php', 'find', '', '65.11.66.88'),
(609, 1, 1228238641, 'image.php', 'upload', 'Avatars', '65.11.66.88'),
(610, 1, 1228238641, 'image.php', 'upload', 'Avatars', '65.11.66.88'),
(611, 1, 1228238663, 'image.php', 'doupload', 'Avatars', '65.11.66.88'),
(612, 1, 1228238668, 'misc.php', '', '', '65.11.66.88'),
(613, 1, 1228238675, 'misc.php', 'rebuildavatars', '', '65.11.66.88'),
(614, 1, 1228238676, 'misc.php', '', '', '65.11.66.88'),
(615, 1, 1228238687, 'misc.php', 'rebuildadminavatars', '', '65.11.66.88'),
(616, 1, 1228238718, 'misc.php', 'rebuildadminavatars', '', '65.11.66.88'),
(617, 1, 1228238719, 'misc.php', '', '', '65.11.66.88'),
(618, 1, 1228238723, 'image.php', 'modify', 'Avatars', '65.11.66.88'),
(619, 1, 1228238723, 'image.php', 'modify', 'Avatars', '65.11.66.88'),
(620, 1, 1228238734, 'usergroup.php', 'modify', '', '65.11.66.88'),
(621, 1, 1228238734, 'usergroup.php', 'modify', '', '65.11.66.88'),
(622, 1, 1228238737, 'usergroup.php', 'edit', 'usergroup id = 2', '65.11.66.88'),
(623, 1, 1228238739, 'usergroup.php', 'edit', 'usergroup id = 2', '65.11.66.88'),
(624, 1, 1228238809, 'usergroup.php', 'update', 'usergroup id = 2', '65.11.66.88'),
(625, 1, 1228238810, 'usergroup.php', 'modify', '', '65.11.66.88'),
(626, 1, 1228238816, 'usergroup.php', 'edit', 'usergroup id = 6', '65.11.66.88'),
(627, 1, 1228238822, 'usergroup.php', 'update', 'usergroup id = 6', '65.11.66.88'),
(628, 1, 1228238823, 'usergroup.php', 'modify', '', '65.11.66.88'),
(629, 1, 1228239312, 'usergroup.php', 'edit', 'usergroup id = 5', '65.11.66.88'),
(630, 1, 1228239360, 'usergroup.php', 'update', 'usergroup id = 5', '65.11.66.88'),
(631, 1, 1228239362, 'usergroup.php', 'modify', '', '65.11.66.88'),
(632, 1, 1228239365, 'usergroup.php', 'edit', 'usergroup id = 6', '65.11.66.88'),
(633, 1, 1228239391, 'usergroup.php', 'update', 'usergroup id = 6', '65.11.66.88'),
(634, 1, 1228239392, 'usergroup.php', 'modify', '', '65.11.66.88'),
(635, 1, 1228239395, 'usergroup.php', 'edit', 'usergroup id = 7', '65.11.66.88'),
(636, 1, 1228239430, 'usergroup.php', 'update', 'usergroup id = 7', '65.11.66.88'),
(637, 1, 1228239432, 'usergroup.php', 'modify', '', '65.11.66.88'),
(638, 1, 1228239467, 'options.php', '', '', '65.11.66.88'),
(639, 1, 1228239477, 'options.php', 'options', '', '65.11.66.88'),
(640, 1, 1228239488, 'options.php', 'dooptions', '', '65.11.66.88'),
(641, 1, 1228239490, 'options.php', 'options', '', '65.11.66.88'),
(642, 1, 1228242412, 'options.php', '', '', '65.11.66.88'),
(643, 1, 1228242412, 'options.php', '', '', '65.11.66.88'),
(644, 1, 1228242417, 'options.php', 'options', '', '65.11.66.88'),
(645, 1, 1228243866, 'profilefield.php', 'modify', '', '65.11.66.88'),
(646, 1, 1228243868, 'profilefield.php', 'edit', 'profilefield id = 5', '65.11.66.88'),
(647, 1, 1228243877, 'profilefield.php', 'update', 'profilefield id = 5', '65.11.66.88'),
(648, 1, 1228243879, 'profilefield.php', 'modify', '', '65.11.66.88'),
(649, 1, 1228243880, 'user.php', 'modify', '', '65.11.66.88'),
(650, 1, 1228243880, 'user.php', 'modify', '', '65.11.66.88'),
(651, 1, 1228243884, 'user.php', 'find', '', '65.11.66.88'),
(652, 1, 1228243884, 'user.php', 'edit', 'user id = 26', '65.11.66.88'),
(653, 1, 1228243894, 'user.php', 'update', 'user id = 26', '65.11.66.88'),
(654, 1, 1228243895, 'user.php', 'modify', 'user id = 26', '65.11.66.88'),
(655, 1, 1228243953, 'usergroup.php', 'modify', '', '65.11.66.88'),
(656, 1, 1228243953, 'usergroup.php', 'modify', '', '65.11.66.88'),
(657, 1, 1228243955, 'usergroup.php', 'edit', 'usergroup id = 2', '65.11.66.88'),
(658, 1, 1228243978, 'usergroup.php', 'update', 'usergroup id = 2', '65.11.66.88'),
(659, 1, 1228243979, 'usergroup.php', 'modify', '', '65.11.66.88'),
(660, 1, 1228256827, 'image.php', 'upload', 'Avatars', '65.11.66.88'),
(661, 1, 1228256827, 'image.php', 'upload', 'Avatars', '65.11.66.88'),
(662, 1, 1228256840, 'image.php', 'doupload', 'Avatars', '65.11.66.88'),
(663, 1, 1228256843, 'misc.php', '', '', '65.11.66.88'),
(664, 1, 1228256848, 'misc.php', 'rebuildadminavatars', '', '65.11.66.88'),
(665, 1, 1228256849, 'misc.php', '', '', '65.11.66.88'),
(666, 1, 1228281501, 'profilefield.php', 'modify', '', '76.18.42.226'),
(667, 1, 1228282088, 'profilefield.php', 'edit', 'profilefield id = 5', '76.18.42.226'),
(668, 1, 1228282106, 'profilefield.php', 'update', 'profilefield id = 5', '76.18.42.226'),
(669, 1, 1228282108, 'profilefield.php', 'modify', '', '76.18.42.226'),
(670, 1, 1228282283, 'user.php', 'modify', '', '76.18.42.226'),
(671, 1, 1228282286, 'user.php', 'find', '', '76.18.42.226'),
(672, 1, 1228282295, 'user.php', 'edit', 'user id = 36', '76.18.42.226'),
(673, 1, 1228282310, 'user.php', 'update', 'user id = 36', '76.18.42.226'),
(674, 1, 1228282311, 'user.php', 'modify', 'user id = 36', '76.18.42.226'),
(675, 1, 1228282375, 'profilefield.php', 'modify', '', '76.18.42.226'),
(676, 1, 1228282378, 'profilefield.php', 'edit', 'profilefield id = 5', '76.18.42.226'),
(677, 1, 1228282387, 'profilefield.php', 'update', 'profilefield id = 5', '76.18.42.226'),
(678, 1, 1228282389, 'profilefield.php', 'modify', '', '76.18.42.226'),
(679, 1, 1228282438, 'user.php', 'modify', '', '76.18.42.226'),
(680, 1, 1228282438, 'user.php', 'modify', '', '76.18.42.226'),
(681, 1, 1228282441, 'user.php', 'find', '', '76.18.42.226'),
(682, 1, 1228282448, 'user.php', 'edit', 'user id = 40', '76.18.42.226'),
(683, 1, 1228282460, 'user.php', 'update', 'user id = 40', '76.18.42.226'),
(684, 1, 1228282462, 'user.php', 'modify', 'user id = 40', '76.18.42.226'),
(685, 1, 1228282569, 'profilefield.php', 'modify', '', '76.18.42.226'),
(686, 1, 1228282571, 'profilefield.php', 'edit', 'profilefield id = 5', '76.18.42.226'),
(687, 1, 1228282588, 'profilefield.php', 'update', 'profilefield id = 5', '76.18.42.226'),
(688, 1, 1228282591, 'profilefield.php', 'modify', '', '76.18.42.226'),
(689, 1, 1228282593, 'user.php', 'modify', '', '76.18.42.226'),
(690, 1, 1228282593, 'user.php', 'modify', '', '76.18.42.226'),
(691, 1, 1228282595, 'user.php', 'find', '', '76.18.42.226'),
(692, 1, 1228282598, 'user.php', 'edit', 'user id = 49', '76.18.42.226'),
(693, 1, 1228282606, 'user.php', 'update', 'user id = 49', '76.18.42.226'),
(694, 1, 1228282608, 'user.php', 'modify', 'user id = 49', '76.18.42.226'),
(695, 1, 1228282691, 'profilefield.php', 'modify', '', '76.18.42.226'),
(696, 1, 1228282693, 'profilefield.php', 'edit', 'profilefield id = 5', '76.18.42.226'),
(697, 1, 1228282721, 'profilefield.php', 'update', 'profilefield id = 5', '76.18.42.226'),
(698, 1, 1228282723, 'profilefield.php', 'modify', '', '76.18.42.226'),
(699, 1, 1228282724, 'user.php', 'modify', '', '76.18.42.226'),
(700, 1, 1228282724, 'user.php', 'modify', '', '76.18.42.226'),
(701, 1, 1228282747, 'user.php', 'find', '', '76.18.42.226'),
(702, 1, 1228282751, 'user.php', 'edit', 'user id = 55', '76.18.42.226'),
(703, 1, 1228282762, 'user.php', 'update', 'user id = 55', '76.18.42.226'),
(704, 1, 1228282764, 'user.php', 'modify', 'user id = 55', '76.18.42.226'),
(705, 1, 1228282766, 'user.php', 'find', '', '76.18.42.226'),
(706, 1, 1228282770, 'user.php', 'edit', 'user id = 50', '76.18.42.226'),
(707, 1, 1228282782, 'user.php', 'update', 'user id = 50', '76.18.42.226'),
(708, 1, 1228282784, 'user.php', 'modify', 'user id = 50', '76.18.42.226'),
(709, 1, 1228284029, 'template.php', 'modify', '', '76.18.42.226'),
(710, 1, 1228284029, 'template.php', 'modify', '', '76.18.42.226'),
(711, 1, 1228284033, 'template.php', 'modify', '', '76.18.42.226'),
(712, 1, 1228284041, 'template.php', 'modify', '', '76.18.42.226'),
(713, 1, 1228284046, 'options.php', '', '', '76.18.42.226');
INSERT INTO `adminlog` (`adminlogid`, `userid`, `dateline`, `script`, `action`, `extrainfo`, `ipaddress`) VALUES
(714, 1, 1228284046, 'options.php', '', '', '76.18.42.226'),
(715, 1, 1228284066, 'options.php', 'options', '', '76.18.42.226'),
(716, 1, 1228284090, 'template.php', 'modify', '', '76.18.42.226'),
(717, 1, 1228284094, 'template.php', 'modify', '', '76.18.42.226'),
(718, 1, 1228284099, 'template.php', 'modify', '', '76.18.42.226'),
(719, 1, 1228284105, 'template.php', 'edit', 'style id = 0', '76.18.42.226'),
(720, 1, 1228284198, 'template.php', 'updatetemplate', 'style id = 3', '76.18.42.226'),
(721, 1, 1228284199, 'template.php', 'edit', 'style id = 0', '76.18.42.226'),
(722, 1, 1228284243, 'template.php', 'updatetemplate', 'style id = 3', '76.18.42.226'),
(723, 1, 1228284244, 'template.php', 'edit', 'style id = 0', '76.18.42.226'),
(724, 1, 1228284365, 'template.php', 'modify', '', '76.18.42.226'),
(725, 1, 1228284367, 'template.php', 'modify', '', '76.18.42.226'),
(726, 1, 1228284375, 'template.php', 'modify', '', '76.18.42.226'),
(727, 1, 1228284379, 'template.php', 'edit', 'style id = 0', '76.18.42.226'),
(728, 1, 1228284420, 'template.php', 'updatetemplate', 'style id = 3', '76.18.42.226'),
(729, 1, 1228284421, 'template.php', 'edit', 'style id = 0', '76.18.42.226'),
(730, 1, 1228285146, 'template.php', 'updatetemplate', 'style id = 3', '76.18.42.226'),
(731, 1, 1228285157, 'image.php', 'modify', 'Avatars', '76.18.42.226'),
(732, 1, 1228285157, 'image.php', 'modify', 'Avatars', '76.18.42.226'),
(733, 1, 1228285160, 'image.php', 'viewimages', 'Avatars', '76.18.42.226'),
(734, 1, 1228285163, 'image.php', 'remove', 'Avatars id = 1', '76.18.42.226'),
(735, 1, 1228285165, 'image.php', 'kill', 'Avatars', '76.18.42.226'),
(736, 1, 1228285167, 'image.php', 'viewimages', 'Avatars', '76.18.42.226'),
(737, 1, 1228285173, 'image.php', 'upload', 'Avatars', '76.18.42.226'),
(738, 1, 1228285173, 'image.php', 'upload', 'Avatars', '76.18.42.226'),
(739, 1, 1228285198, 'image.php', 'doupload', 'Avatars', '76.18.42.226'),
(740, 1, 1228285201, 'misc.php', '', '', '76.18.42.226'),
(741, 1, 1228285204, 'misc.php', 'rebuildavatars', '', '76.18.42.226'),
(742, 1, 1228285206, 'misc.php', '', '', '76.18.42.226'),
(743, 1, 1228285814, 'user.php', 'modify', '', '76.18.42.226'),
(744, 1, 1228285816, 'user.php', 'find', '', '76.18.42.226'),
(745, 1, 1228285819, 'user.php', 'edit', 'user id = 48', '76.18.42.226'),
(746, 1, 1228285829, 'user.php', 'update', 'user id = 48', '76.18.42.226'),
(747, 1, 1228285830, 'user.php', 'modify', 'user id = 48', '76.18.42.226'),
(748, 1, 1228315208, 'profilefield.php', 'modify', '', '65.11.66.88'),
(749, 1, 1228315218, 'profilefield.php', 'edit', 'profilefield id = 5', '65.11.66.88'),
(750, 1, 1228315225, 'profilefield.php', 'update', 'profilefield id = 5', '65.11.66.88'),
(751, 1, 1228315226, 'profilefield.php', 'modify', '', '65.11.66.88'),
(752, 1, 1228315232, 'user.php', 'modify', '', '65.11.66.88'),
(753, 1, 1228315232, 'user.php', 'modify', '', '65.11.66.88'),
(754, 1, 1228315265, 'user.php', 'find', '', '65.11.66.88'),
(755, 1, 1228315303, 'user.php', 'edit', 'user id = 61', '65.11.66.88'),
(756, 1, 1228315313, 'user.php', 'update', 'user id = 61', '65.11.66.88'),
(757, 1, 1228315314, 'user.php', 'modify', 'user id = 61', '65.11.66.88'),
(758, 1, 1228315477, 'profilefield.php', 'modify', '', '65.11.66.88'),
(759, 1, 1228315477, 'profilefield.php', 'modify', '', '65.11.66.88'),
(760, 1, 1228315479, 'profilefield.php', 'edit', 'profilefield id = 5', '65.11.66.88'),
(761, 1, 1228315491, 'profilefield.php', 'update', 'profilefield id = 5', '65.11.66.88'),
(762, 1, 1228315493, 'profilefield.php', 'modify', '', '65.11.66.88'),
(763, 1, 1228315541, 'user.php', 'modify', '', '65.11.66.88'),
(764, 1, 1228315543, 'user.php', 'find', '', '65.11.66.88'),
(765, 1, 1228315546, 'user.php', 'edit', 'user id = 64', '65.11.66.88'),
(766, 1, 1228315554, 'user.php', 'update', 'user id = 64', '65.11.66.88'),
(767, 1, 1228315556, 'user.php', 'modify', 'user id = 64', '65.11.66.88'),
(768, 1, 1228316388, 'options.php', '', '', '65.11.66.88'),
(769, 1, 1228316391, 'options.php', 'options', '', '65.11.66.88'),
(770, 1, 1228316464, 'usergroup.php', 'modify', '', '65.11.66.88'),
(771, 1, 1228316464, 'usergroup.php', 'modify', '', '65.11.66.88'),
(772, 1, 1228316470, 'user.php', 'modify', '', '65.11.66.88'),
(773, 1, 1228316470, 'user.php', 'modify', '', '65.11.66.88'),
(774, 1, 1228316472, 'user.php', 'find', '', '65.11.66.88'),
(775, 1, 1228316475, 'user.php', 'find', '', '65.11.66.88'),
(776, 1, 1228316480, 'user.php', 'find', '', '65.11.66.88'),
(777, 1, 1228316484, 'user.php', 'edit', 'user id = 4', '65.11.66.88'),
(778, 1, 1228316509, 'usergroup.php', 'modify', '', '65.11.66.88'),
(779, 1, 1228316511, 'usergroup.php', 'edit', 'usergroup id = 5', '65.11.66.88'),
(780, 1, 1228316559, 'usergroup.php', 'modify', '', '65.11.66.88'),
(781, 1, 1228316559, 'usergroup.php', 'modify', '', '65.11.66.88'),
(782, 1, 1228316563, 'usergroup.php', 'edit', 'usergroup id = 10', '65.11.66.88'),
(783, 1, 1228316567, 'usergroup.php', 'modify', '', '65.11.66.88'),
(784, 1, 1228316567, 'usergroup.php', 'modify', '', '65.11.66.88'),
(785, 1, 1228316569, 'usergroup.php', 'edit', 'usergroup id = 5', '65.11.66.88'),
(786, 1, 1228316655, 'usergroup.php', 'update', 'usergroup id = 5', '65.11.66.88'),
(787, 1, 1228316656, 'usergroup.php', 'modify', '', '65.11.66.88'),
(788, 1, 1228316671, 'usergroup.php', 'edit', 'usergroup id = 2', '65.11.66.88'),
(789, 1, 1228316709, 'usergroup.php', 'update', 'usergroup id = 2', '65.11.66.88'),
(790, 1, 1228316710, 'usergroup.php', 'modify', '', '65.11.66.88'),
(791, 1, 1228316713, 'usergroup.php', 'edit', 'usergroup id = 7', '65.11.66.88'),
(792, 1, 1228316738, 'usergroup.php', 'update', 'usergroup id = 7', '65.11.66.88'),
(793, 1, 1228316739, 'usergroup.php', 'modify', '', '65.11.66.88'),
(794, 1, 1228316750, 'usergroup.php', 'edit', 'usergroup id = 5', '65.11.66.88'),
(795, 1, 1228316780, 'usergroup.php', 'update', 'usergroup id = 5', '65.11.66.88'),
(796, 1, 1228316782, 'usergroup.php', 'modify', '', '65.11.66.88'),
(797, 1, 1228316802, 'usergroup.php', 'edit', 'usergroup id = 10', '65.11.66.88'),
(798, 1, 1228316855, 'usergroup.php', 'modify', '', '65.11.66.88'),
(799, 1, 1228316859, 'usergroup.php', 'remove', 'usergroup id = 8', '65.11.66.88'),
(800, 1, 1228316862, 'usergroup.php', 'kill', 'usergroup id = 8', '65.11.66.88'),
(801, 1, 1228316863, 'usergroup.php', 'modify', '', '65.11.66.88'),
(802, 1, 1228316867, 'usergroup.php', 'remove', 'usergroup id = 9', '65.11.66.88'),
(803, 1, 1228316869, 'usergroup.php', 'kill', 'usergroup id = 9', '65.11.66.88'),
(804, 1, 1228316870, 'usergroup.php', 'modify', '', '65.11.66.88'),
(805, 1, 1228316884, 'usergroup.php', 'remove', 'usergroup id = 10', '65.11.66.88'),
(806, 1, 1228316885, 'usergroup.php', 'kill', 'usergroup id = 10', '65.11.66.88'),
(807, 1, 1228316887, 'usergroup.php', 'modify', '', '65.11.66.88'),
(808, 1, 1228316889, 'usergroup.php', 'add', '', '65.11.66.88'),
(809, 1, 1228316895, 'usergroup.php', 'add', '', '65.11.66.88'),
(810, 1, 1228316966, 'usergroup.php', 'update', '', '65.11.66.88'),
(811, 1, 1228316968, 'usergroup.php', 'modify', '', '65.11.66.88'),
(812, 1, 1228316971, 'usergroup.php', 'add', '', '65.11.66.88'),
(813, 1, 1228316975, 'usergroup.php', 'add', '', '65.11.66.88'),
(814, 1, 1228317007, 'usergroup.php', 'update', '', '65.11.66.88'),
(815, 1, 1228317008, 'usergroup.php', 'modify', '', '65.11.66.88'),
(816, 1, 1228317039, 'subscriptions.php', 'modify', '', '65.11.66.88'),
(817, 1, 1228317042, 'subscriptions.php', 'edit', 'subscriptionid id = 1', '65.11.66.88'),
(818, 1, 1228317083, 'subscriptions.php', 'update', 'subscriptionid id = 1', '65.11.66.88'),
(819, 1, 1228317085, 'subscriptions.php', 'modify', '', '65.11.66.88'),
(820, 1, 1228317087, 'subscriptions.php', 'edit', 'subscriptionid id = 2', '65.11.66.88'),
(821, 1, 1228317101, 'subscriptions.php', 'update', 'subscriptionid id = 2', '65.11.66.88'),
(822, 1, 1228317102, 'subscriptions.php', 'modify', '', '65.11.66.88'),
(823, 1, 1228317290, 'options.php', '', '', '65.11.66.88'),
(824, 1, 1228317291, 'options.php', '', '', '65.11.66.88'),
(825, 1, 1228317296, 'options.php', 'options', '', '65.11.66.88'),
(826, 1, 1228317304, 'options.php', 'dooptions', '', '65.11.66.88'),
(827, 1, 1228317306, 'options.php', 'options', '', '65.11.66.88'),
(828, 1, 1228317343, 'options.php', 'dooptions', '', '65.11.66.88'),
(829, 1, 1228317345, 'options.php', 'options', '', '65.11.66.88'),
(830, 1, 1228317360, 'template.php', 'modify', '', '65.11.66.88'),
(831, 1, 1228317364, 'template.php', 'modify', '', '65.11.66.88'),
(832, 1, 1228317368, 'template.php', 'modify', '', '65.11.66.88'),
(833, 1, 1228317374, 'template.php', 'edit', 'style id = 0', '65.11.66.88'),
(834, 1, 1228317389, 'template.php', 'updatetemplate', 'style id = 3', '65.11.66.88'),
(835, 1, 1228317391, 'options.php', '', '', '65.11.66.88'),
(836, 1, 1228317391, 'options.php', '', '', '65.11.66.88'),
(837, 1, 1228317395, 'options.php', 'options', '', '65.11.66.88'),
(838, 1, 1228317408, 'options.php', 'dooptions', '', '65.11.66.88'),
(839, 1, 1228317409, 'options.php', 'options', '', '65.11.66.88'),
(840, 1, 1228317412, 'template.php', 'modify', '', '65.11.66.88'),
(841, 1, 1228317412, 'template.php', 'modify', '', '65.11.66.88'),
(842, 1, 1228317415, 'template.php', 'modify', '', '65.11.66.88'),
(843, 1, 1228317420, 'template.php', 'modify', '', '65.11.66.88'),
(844, 1, 1228317424, 'template.php', 'edit', 'style id = 0', '65.11.66.88'),
(845, 1, 1228317429, 'template.php', 'updatetemplate', 'style id = 3', '65.11.66.88'),
(846, 1, 1228317430, 'template.php', 'edit', 'style id = 0', '65.11.66.88'),
(847, 1, 1228320099, 'template.php', 'updatetemplate', 'style id = 3', '65.11.66.88'),
(848, 1, 1228320108, 'profilefield.php', 'modify', '', '65.11.66.88'),
(849, 1, 1228320108, 'profilefield.php', 'modify', '', '65.11.66.88'),
(850, 1, 1228320110, 'profilefield.php', 'edit', 'profilefield id = 5', '65.11.66.88'),
(851, 1, 1228320134, 'profilefield.php', 'update', 'profilefield id = 5', '65.11.66.88'),
(852, 1, 1228320136, 'profilefield.php', 'modify', '', '65.11.66.88'),
(853, 1, 1228320137, 'user.php', 'modify', '', '65.11.66.88'),
(854, 1, 1228320137, 'user.php', 'modify', '', '65.11.66.88'),
(855, 1, 1228320146, 'user.php', 'find', '', '65.11.66.88'),
(856, 1, 1228320159, 'user.php', 'find', '', '65.11.66.88'),
(857, 1, 1228320163, 'user.php', 'edit', 'user id = 37', '65.11.66.88'),
(858, 1, 1228320170, 'user.php', 'update', 'user id = 37', '65.11.66.88'),
(859, 1, 1228320171, 'user.php', 'modify', 'user id = 37', '65.11.66.88'),
(860, 1, 1228320318, 'forum.php', 'add', '', '65.11.66.88'),
(861, 1, 1228320319, 'forum.php', 'add', '', '65.11.66.88'),
(862, 1, 1228320360, 'forum.php', 'update', '', '65.11.66.88'),
(863, 1, 1228320362, 'forum.php', 'modify', 'forum id = 23', '65.11.66.88'),
(864, 1, 1228320363, 'resources.php', '', '', '65.11.66.88'),
(865, 1, 1228320363, 'resources.php', '', '', '65.11.66.88'),
(866, 1, 1228320368, 'forumpermission.php', 'modify', '', '65.11.66.88'),
(867, 1, 1228320368, 'forumpermission.php', 'modify', '', '65.11.66.88'),
(868, 1, 1228320371, 'forumpermission.php', 'quickset', 'forum id = 23', '65.11.66.88'),
(869, 1, 1228320372, 'forumpermission.php', 'modify', 'forum id = 23', '65.11.66.88'),
(870, 1, 1228320376, 'forumpermission.php', 'edit', 'forumpermission id = 15', '65.11.66.88'),
(871, 1, 1228320380, 'forumpermission.php', 'doupdate', '', '65.11.66.88'),
(872, 1, 1228320382, 'forumpermission.php', 'modify', 'forum id = 23', '65.11.66.88'),
(873, 1, 1228320584, 'forum.php', 'modify', '', '65.11.66.88'),
(874, 1, 1228320584, 'forum.php', 'modify', '', '65.11.66.88'),
(875, 1, 1228320587, 'forum.php', 'edit', 'forum id = 23', '65.11.66.88'),
(876, 1, 1228320595, 'forum.php', 'update', 'forum id = 23', '65.11.66.88'),
(877, 1, 1228320597, 'forum.php', 'modify', 'forum id = 23', '65.11.66.88'),
(878, 1, 1228321301, 'forum.php', 'doorder', '', '65.11.66.88'),
(879, 1, 1228321303, 'forum.php', 'modify', '', '65.11.66.88'),
(880, 1, 1228321311, 'forum.php', 'edit', 'forum id = 14', '65.11.66.88'),
(881, 1, 1228321386, 'forum.php', 'update', 'forum id = 14', '65.11.66.88'),
(882, 1, 1228321387, 'forum.php', 'modify', 'forum id = 14', '65.11.66.88'),
(883, 1, 1228321390, 'forum.php', 'add', '', '65.11.66.88'),
(884, 1, 1228321495, 'forum.php', 'update', '', '65.11.66.88'),
(885, 1, 1228321497, 'forum.php', 'modify', 'forum id = 24', '65.11.66.88'),
(886, 1, 1228321767, 'forum.php', 'edit', 'forum id = 24', '65.11.66.88'),
(887, 1, 1228321785, 'forum.php', 'update', 'forum id = 24', '65.11.66.88'),
(888, 1, 1228321787, 'forum.php', 'modify', 'forum id = 24', '65.11.66.88'),
(889, 1, 1228323990, 'options.php', '', '', '65.11.66.88'),
(890, 1, 1228323990, 'options.php', '', '', '65.11.66.88'),
(891, 1, 1228323999, 'options.php', 'options', '', '65.11.66.88'),
(892, 1, 1228324004, 'options.php', '', '', '65.11.66.88'),
(893, 1, 1228324010, 'options.php', 'options', '', '65.11.66.88'),
(894, 1, 1228324040, 'options.php', 'dooptions', '', '65.11.66.88'),
(895, 1, 1228324042, 'options.php', 'options', '', '65.11.66.88'),
(896, 3, 1228324253, 'user.php', 'viewuser', 'user id = 71', '65.11.66.88'),
(897, 1, 1228324829, 'notice.php', 'modify', '', '65.11.66.88'),
(898, 1, 1228324831, 'notice.php', 'add', '', '65.11.66.88'),
(899, 1, 1228325977, 'notice.php', 'update', '', '65.11.66.88'),
(900, 1, 1228325978, 'notice.php', 'modify', '', '65.11.66.88'),
(901, 1, 1228325989, 'forum.php', 'modify', '', '65.11.66.88'),
(902, 1, 1228325990, 'forum.php', 'modify', '', '65.11.66.88'),
(903, 1, 1228325994, 'moderator.php', 'add', 'forum id = 24', '65.11.66.88'),
(904, 1, 1228326042, 'moderator.php', 'update', 'forum id = 24', '65.11.66.88'),
(905, 1, 1228326042, 'moderator.php', 'update', 'username = theTupper', '65.11.66.88'),
(906, 1, 1228326044, 'forum.php', 'modify', 'forum id = 24', '65.11.66.88'),
(907, 1, 1228327591, 'ranks.php', 'modify', '', '65.11.66.88'),
(908, 1, 1228327591, 'ranks.php', 'modify', '', '65.11.66.88'),
(909, 1, 1228327598, 'usertitle.php', 'modify', '', '65.11.66.88'),
(910, 1, 1228327601, 'usertitle.php', 'remove', 'usertitle id = 1', '65.11.66.88'),
(911, 1, 1228327604, 'usertitle.php', 'kill', 'usertitle id = 1', '65.11.66.88'),
(912, 1, 1228327605, 'usertitle.php', 'modify', '', '65.11.66.88'),
(913, 1, 1228327608, 'usertitle.php', 'remove', 'usertitle id = 2', '65.11.66.88'),
(914, 1, 1228327609, 'usertitle.php', 'kill', 'usertitle id = 2', '65.11.66.88'),
(915, 1, 1228327611, 'usertitle.php', 'modify', '', '65.11.66.88'),
(916, 1, 1228327613, 'usertitle.php', 'remove', 'usertitle id = 3', '65.11.66.88'),
(917, 1, 1228327616, 'usertitle.php', 'kill', 'usertitle id = 3', '65.11.66.88'),
(918, 1, 1228327618, 'usertitle.php', 'modify', '', '65.11.66.88'),
(919, 1, 1228327624, 'misc.php', '', '', '65.11.66.88'),
(920, 1, 1228327629, 'misc.php', 'updateuser', '', '65.11.66.88'),
(921, 1, 1228327632, 'misc.php', '', '', '65.11.66.88'),
(922, 1, 1228327635, 'ranks.php', 'modify', '', '65.11.66.88'),
(923, 1, 1228327635, 'ranks.php', 'modify', '', '65.11.66.88'),
(924, 1, 1228327639, 'ranks.php', 'add', '', '65.11.66.88'),
(925, 1, 1228327639, 'ranks.php', 'add', '', '65.11.66.88'),
(926, 1, 1228327648, 'options.php', '', '', '65.11.66.88'),
(927, 1, 1228327648, 'options.php', '', '', '65.11.66.88'),
(928, 1, 1228329108, 'forum.php', 'modify', '', '65.11.66.88'),
(929, 1, 1228329108, 'forum.php', 'modify', '', '65.11.66.88'),
(930, 1, 1228329120, 'forum.php', 'doorder', '', '65.11.66.88'),
(931, 1, 1228329122, 'forum.php', 'modify', '', '65.11.66.88'),
(932, 1, 1228339211, 'image.php', 'upload', 'Avatars', '65.11.66.88'),
(933, 1, 1228339247, 'image.php', 'doupload', 'Avatars', '65.11.66.88'),
(934, 1, 1228341317, 'options.php', '', '', '65.11.66.88'),
(935, 1, 1228341322, 'options.php', 'options', '', '65.11.66.88'),
(936, 1, 1228341334, 'verify.php', '', '', '65.11.66.88'),
(937, 1, 1228341334, 'verify.php', '', '', '65.11.66.88'),
(938, 1, 1228341344, 'verify.php', 'updateoptions', '', '65.11.66.88'),
(939, 1, 1228341346, 'verify.php', '', '', '65.11.66.88'),
(940, 1, 1228341355, 'verify.php', 'updateoptions', '', '65.11.66.88'),
(941, 1, 1228341356, 'verify.php', '', '', '65.11.66.88'),
(942, 1, 1228341362, 'verify.php', 'updateoptions', '', '65.11.66.88'),
(943, 1, 1228341363, 'verify.php', '', '', '65.11.66.88'),
(944, 1, 1228341370, 'verify.php', 'updateoptions', '', '65.11.66.88'),
(945, 1, 1228341371, 'verify.php', '', '', '65.11.66.88'),
(946, 1, 1228341376, 'verify.php', 'updateoptions', '', '65.11.66.88'),
(947, 1, 1228341377, 'verify.php', '', '', '65.11.66.88'),
(948, 1, 1228341382, 'verify.php', 'updateoptions', '', '65.11.66.88'),
(949, 1, 1228341383, 'verify.php', '', '', '65.11.66.88'),
(950, 1, 1228341388, 'verify.php', 'updateoptions', '', '65.11.66.88'),
(951, 1, 1228341389, 'verify.php', '', '', '65.11.66.88'),
(952, 1, 1228347522, 'profilefield.php', 'modify', '', '76.18.42.226'),
(953, 1, 1228347523, 'profilefield.php', 'modify', '', '76.18.42.226'),
(954, 1, 1228347525, 'profilefield.php', 'edit', 'profilefield id = 5', '76.18.42.226'),
(955, 1, 1228347535, 'profilefield.php', 'update', 'profilefield id = 5', '76.18.42.226'),
(956, 1, 1228347537, 'profilefield.php', 'modify', '', '76.18.42.226'),
(957, 1, 1228347539, 'user.php', 'modify', '', '76.18.42.226'),
(958, 1, 1228347539, 'user.php', 'modify', '', '76.18.42.226'),
(959, 1, 1228347542, 'user.php', 'find', '', '76.18.42.226'),
(960, 1, 1228347545, 'user.php', 'edit', 'user id = 83', '76.18.42.226'),
(961, 1, 1228347554, 'user.php', 'modify', '', '76.18.42.226'),
(962, 1, 1228347554, 'user.php', 'modify', '', '76.18.42.226'),
(963, 1, 1228347556, 'user.php', 'find', '', '76.18.42.226'),
(964, 1, 1228347558, 'user.php', 'edit', 'user id = 83', '76.18.42.226'),
(965, 1, 1228347562, 'user.php', 'modify', '', '76.18.42.226'),
(966, 1, 1228347562, 'user.php', 'modify', '', '76.18.42.226'),
(967, 1, 1228351786, 'forum.php', 'modify', '', '76.18.42.226'),
(968, 1, 1228351805, 'forum.php', 'edit', 'forum id = 9', '76.18.42.226'),
(969, 1, 1228351826, 'forum.php', 'update', 'forum id = 9', '76.18.42.226'),
(970, 1, 1228351827, 'forum.php', 'modify', 'forum id = 9', '76.18.42.226'),
(971, 1, 1228351843, 'options.php', '', '', '76.18.42.226'),
(972, 1, 1228351855, 'options.php', 'options', '', '76.18.42.226'),
(973, 1, 1228351869, 'options.php', 'dooptions', '', '76.18.42.226'),
(974, 1, 1228351870, 'options.php', 'options', '', '76.18.42.226'),
(975, 1, 1228351874, 'options.php', 'options', '', '76.18.42.226'),
(976, 1, 1228351887, 'options.php', 'dooptions', '', '76.18.42.226'),
(977, 1, 1228351888, 'options.php', 'options', '', '76.18.42.226'),
(978, 1, 1228351925, 'forum.php', 'modify', '', '76.18.42.226'),
(979, 1, 1228351928, 'forum.php', 'edit', 'forum id = 8', '76.18.42.226'),
(980, 1, 1228351997, 'forum.php', 'update', 'forum id = 8', '76.18.42.226'),
(981, 1, 1228351998, 'forum.php', 'modify', 'forum id = 8', '76.18.42.226'),
(982, 1, 1228352010, 'forum.php', 'remove', 'forum id = 7', '76.18.42.226'),
(983, 1, 1228352012, 'forum.php', 'kill', 'forum id = 7', '76.18.42.226'),
(984, 1, 1228352014, 'forum.php', '', '', '76.18.42.226'),
(985, 1, 1228368189, 'profilefield.php', 'modify', '', '76.18.42.226'),
(986, 1, 1228368191, 'profilefield.php', 'edit', 'profilefield id = 5', '76.18.42.226'),
(987, 1, 1228368198, 'profilefield.php', 'update', 'profilefield id = 5', '76.18.42.226'),
(988, 1, 1228368200, 'profilefield.php', 'modify', '', '76.18.42.226'),
(989, 1, 1228368202, 'user.php', 'modify', '', '76.18.42.226'),
(990, 1, 1228368202, 'user.php', 'modify', '', '76.18.42.226'),
(991, 1, 1228368204, 'user.php', 'find', '', '76.18.42.226'),
(992, 1, 1228368207, 'user.php', 'edit', 'user id = 90', '76.18.42.226'),
(993, 1, 1228368215, 'user.php', 'update', 'user id = 90', '76.18.42.226'),
(994, 1, 1228368216, 'user.php', 'modify', 'user id = 90', '76.18.42.226'),
(995, 1, 1228368842, 'user.php', 'find', '', '76.18.42.226'),
(996, 1, 1228402459, 'profilefield.php', 'modify', '', '65.11.66.88'),
(997, 1, 1228402459, 'profilefield.php', 'modify', '', '65.11.66.88'),
(998, 1, 1228402461, 'profilefield.php', 'edit', 'profilefield id = 5', '65.11.66.88'),
(999, 1, 1228402470, 'profilefield.php', 'update', 'profilefield id = 5', '65.11.66.88'),
(1000, 1, 1228402471, 'profilefield.php', 'modify', '', '65.11.66.88'),
(1001, 1, 1228402474, 'user.php', 'modify', '', '65.11.66.88'),
(1002, 1, 1228402474, 'user.php', 'modify', '', '65.11.66.88'),
(1003, 1, 1228402476, 'user.php', 'find', '', '65.11.66.88'),
(1004, 1, 1228402478, 'user.php', 'edit', 'user id = 91', '65.11.66.88'),
(1005, 1, 1228402489, 'user.php', 'update', 'user id = 91', '65.11.66.88'),
(1006, 1, 1228402491, 'user.php', 'modify', 'user id = 91', '65.11.66.88'),
(1007, 1, 1228403773, 'profilefield.php', 'modify', '', '65.11.66.88'),
(1008, 1, 1228403773, 'profilefield.php', 'modify', '', '65.11.66.88'),
(1009, 1, 1228403774, 'profilefield.php', 'edit', 'profilefield id = 5', '65.11.66.88'),
(1010, 1, 1228403783, 'profilefield.php', 'update', 'profilefield id = 5', '65.11.66.88'),
(1011, 1, 1228403785, 'profilefield.php', 'modify', '', '65.11.66.88'),
(1012, 1, 1228403786, 'user.php', 'modify', '', '65.11.66.88'),
(1013, 1, 1228403787, 'user.php', 'modify', '', '65.11.66.88'),
(1014, 1, 1228403789, 'user.php', 'find', '', '65.11.66.88'),
(1015, 1, 1228403802, 'user.php', 'edit', 'user id = 93', '65.11.66.88'),
(1016, 1, 1228403813, 'user.php', 'update', 'user id = 93', '65.11.66.88'),
(1017, 1, 1228403814, 'user.php', 'modify', 'user id = 93', '65.11.66.88'),
(1018, 1, 1228407240, 'template.php', 'modify', '', '65.11.66.88'),
(1019, 1, 1228407244, 'template.php', 'modify', '', '65.11.66.88'),
(1020, 1, 1228407248, 'template.php', 'modify', '', '65.11.66.88'),
(1021, 1, 1228407251, 'template.php', 'modify', '', '65.11.66.88'),
(1022, 1, 1228407254, 'template.php', 'edit', 'style id = 0', '65.11.66.88'),
(1023, 1, 1228407289, 'template.php', 'updatetemplate', 'style id = 3', '65.11.66.88'),
(1024, 1, 1228407289, 'template.php', 'edit', 'style id = 0', '65.11.66.88'),
(1025, 1, 1228407362, 'template.php', 'updatetemplate', 'style id = 3', '65.11.66.88'),
(1026, 1, 1228407363, 'template.php', 'edit', 'style id = 0', '65.11.66.88'),
(1027, 1, 1228408669, 'template.php', 'updatetemplate', 'style id = 3', '65.11.66.88'),
(1028, 1, 1228408670, 'template.php', 'edit', 'style id = 0', '65.11.66.88'),
(1029, 1, 1228408735, 'template.php', 'updatetemplate', 'style id = 3', '65.11.66.88'),
(1030, 1, 1228408736, 'template.php', 'edit', 'style id = 0', '65.11.66.88'),
(1031, 1, 1228408766, 'profilefield.php', 'modify', '', '65.11.66.88'),
(1032, 1, 1228408766, 'profilefield.php', 'modify', '', '65.11.66.88'),
(1033, 1, 1228408768, 'profilefield.php', 'edit', 'profilefield id = 5', '65.11.66.88'),
(1034, 1, 1228408775, 'profilefield.php', 'update', 'profilefield id = 5', '65.11.66.88'),
(1035, 1, 1228408777, 'profilefield.php', 'modify', '', '65.11.66.88'),
(1036, 1, 1228408778, 'user.php', 'modify', '', '65.11.66.88'),
(1037, 1, 1228408778, 'user.php', 'modify', '', '65.11.66.88'),
(1038, 1, 1228408781, 'user.php', 'find', '', '65.11.66.88'),
(1039, 1, 1228408784, 'user.php', 'edit', 'user id = 94', '65.11.66.88'),
(1040, 1, 1228408791, 'user.php', 'update', 'user id = 94', '65.11.66.88'),
(1041, 1, 1228408793, 'user.php', 'modify', 'user id = 94', '65.11.66.88'),
(1042, 1, 1228419231, 'template.php', 'updatetemplate', 'style id = 3', '65.11.66.88'),
(1043, 1, 1228419252, 'options.php', '', '', '65.11.66.88'),
(1044, 1, 1228419256, 'options.php', 'options', '', '65.11.66.88'),
(1045, 1, 1228419296, 'options.php', 'dooptions', '', '65.11.66.88'),
(1046, 1, 1228419298, 'options.php', 'options', '', '65.11.66.88'),
(1047, 1, 1228420577, 'template.php', 'search', '', '65.11.66.88'),
(1048, 1, 1228420580, 'template.php', 'modify', '', '65.11.66.88'),
(1049, 1, 1228420580, 'template.php', 'modify', '', '65.11.66.88'),
(1050, 1, 1228420583, 'template.php', 'modify', '', '65.11.66.88'),
(1051, 1, 1228420588, 'template.php', 'modify', '', '65.11.66.88'),
(1052, 1, 1228420592, 'template.php', 'edit', 'style id = 0', '65.11.66.88'),
(1053, 1, 1228422749, 'template.php', 'updatetemplate', 'style id = 3', '65.11.66.88'),
(1054, 1, 1228422750, 'template.php', 'edit', 'style id = 0', '65.11.66.88'),
(1055, 1, 1228425016, 'template.php', 'updatetemplate', 'style id = 3', '65.11.66.88'),
(1056, 1, 1228425023, 'image.php', 'upload', 'Smilies', '65.11.66.88'),
(1057, 1, 1228425023, 'image.php', 'upload', 'Smilies', '65.11.66.88'),
(1058, 1, 1228425104, 'image.php', 'doupload', 'Smilies', '65.11.66.88'),
(1059, 1, 1228425164, 'image.php', 'doupload', 'Smilies', '65.11.66.88'),
(1060, 1, 1228425165, 'image.php', 'viewimages', 'Smilies', '65.11.66.88'),
(1061, 1, 1228425521, 'profilefield.php', 'modify', '', '65.11.66.88'),
(1062, 1, 1228425523, 'profilefield.php', 'edit', 'profilefield id = 5', '65.11.66.88'),
(1063, 1, 1228425535, 'profilefield.php', 'update', 'profilefield id = 5', '65.11.66.88'),
(1064, 1, 1228425536, 'profilefield.php', 'modify', '', '65.11.66.88'),
(1065, 1, 1228425539, 'user.php', 'modify', '', '65.11.66.88'),
(1066, 1, 1228425539, 'user.php', 'modify', '', '65.11.66.88'),
(1067, 1, 1228425541, 'user.php', 'find', '', '65.11.66.88'),
(1068, 1, 1228425545, 'user.php', 'edit', 'user id = 97', '65.11.66.88'),
(1069, 1, 1228425552, 'user.php', 'update', 'user id = 97', '65.11.66.88'),
(1070, 1, 1228425554, 'user.php', 'modify', 'user id = 97', '65.11.66.88'),
(1071, 1, 1228425649, 'user.php', 'find', '', '65.11.66.88'),
(1072, 1, 1228425651, 'user.php', 'edit', 'user id = 99', '65.11.66.88'),
(1073, 1, 1228425659, 'user.php', 'update', 'user id = 99', '65.11.66.88'),
(1074, 1, 1228425661, 'user.php', 'modify', 'user id = 99', '65.11.66.88'),
(1075, 1, 1228436094, 'usergroup.php', 'modify', '', '76.18.42.226'),
(1076, 1, 1228436094, 'usergroup.php', 'modify', '', '76.18.42.226'),
(1077, 1, 1228436101, 'usergroup.php', 'edit', 'usergroup id = 2', '76.18.42.226'),
(1078, 1, 1228436152, 'usergroup.php', 'update', 'usergroup id = 2', '76.18.42.226'),
(1079, 1, 1228436153, 'usergroup.php', 'modify', '', '76.18.42.226'),
(1080, 1, 1228443749, 'options.php', '', '', '76.18.42.226'),
(1081, 1, 1228443841, 'options.php', 'options', '', '76.18.42.226'),
(1082, 1, 1228443866, 'options.php', 'dooptions', '', '76.18.42.226'),
(1083, 1, 1228443867, 'options.php', 'options', '', '76.18.42.226'),
(1084, 1, 1228443875, 'options.php', 'options', '', '76.18.42.226'),
(1085, 1, 1228443939, 'options.php', 'options', '', '76.18.42.226'),
(1086, 1, 1228443961, 'options.php', 'options', '', '76.18.42.226'),
(1087, 1, 1228443976, 'options.php', 'options', '', '76.18.42.226'),
(1088, 1, 1228443990, 'options.php', 'dooptions', '', '76.18.42.226'),
(1089, 1, 1228443991, 'options.php', 'options', '', '76.18.42.226'),
(1090, 1, 1228444026, 'options.php', 'options', '', '76.18.42.226'),
(1091, 1, 1228444066, 'options.php', 'dooptions', '', '76.18.42.226'),
(1092, 1, 1228444067, 'options.php', 'options', '', '76.18.42.226'),
(1093, 1, 1228444071, 'options.php', 'options', '', '76.18.42.226'),
(1094, 1, 1228444079, 'options.php', 'options', '', '76.18.42.226'),
(1095, 1, 1228444109, 'options.php', 'options', '', '76.18.42.226'),
(1096, 1, 1228444129, 'options.php', 'options', '', '76.18.42.226'),
(1097, 1, 1228444143, 'options.php', 'dooptions', '', '76.18.42.226'),
(1098, 1, 1228444145, 'options.php', 'options', '', '76.18.42.226'),
(1099, 1, 1228444154, 'options.php', 'options', '', '76.18.42.226'),
(1100, 1, 1228444165, 'options.php', 'dooptions', '', '76.18.42.226'),
(1101, 1, 1228444167, 'options.php', 'options', '', '76.18.42.226'),
(1102, 1, 1228444543, 'profilefield.php', 'modify', '', '76.18.42.226'),
(1103, 1, 1228444546, 'profilefield.php', 'remove', 'profilefield id = 1', '76.18.42.226'),
(1104, 1, 1228444548, 'profilefield.php', 'kill', 'profilefield id = 1', '76.18.42.226'),
(1105, 1, 1228444550, 'profilefield.php', 'modify', '', '76.18.42.226'),
(1106, 1, 1228444570, 'options.php', '', '', '76.18.42.226'),
(1107, 1, 1228444665, 'profilefield.php', 'modify', '', '76.18.42.226'),
(1108, 1, 1228444667, 'profilefield.php', 'edit', 'profilefield id = 5', '76.18.42.226'),
(1109, 1, 1228444677, 'profilefield.php', 'update', 'profilefield id = 5', '76.18.42.226'),
(1110, 1, 1228444678, 'profilefield.php', 'modify', '', '76.18.42.226'),
(1111, 1, 1228444681, 'user.php', 'modify', '', '76.18.42.226'),
(1112, 1, 1228444681, 'user.php', 'modify', '', '76.18.42.226'),
(1113, 1, 1228444684, 'user.php', 'find', '', '76.18.42.226'),
(1114, 1, 1228444852, 'user.php', 'edit', 'user id = 105', '76.18.42.226'),
(1115, 1, 1228444861, 'user.php', 'update', 'user id = 105', '76.18.42.226'),
(1116, 1, 1228444862, 'user.php', 'modify', 'user id = 105', '76.18.42.226'),
(1117, 1, 1228445295, 'options.php', '', '', '76.18.42.226'),
(1118, 1, 1228445295, 'options.php', '', '', '76.18.42.226'),
(1119, 1, 1228445321, 'options.php', 'options', '', '76.18.42.226'),
(1120, 1, 1228445327, 'options.php', 'dooptions', '', '76.18.42.226'),
(1121, 1, 1228445328, 'options.php', 'options', '', '76.18.42.226'),
(1122, 1, 1228449525, 'misc.php', 'chooser', '', '76.18.42.226'),
(1123, 1, 1228449537, 'misc.php', 'truncatesigcache', '', '76.18.42.226'),
(1124, 1, 1228449538, 'misc.php', '', '', '76.18.42.226'),
(1125, 1, 1228493761, 'profilefield.php', 'modify', '', '65.11.66.88'),
(1126, 1, 1228493761, 'profilefield.php', 'modify', '', '65.11.66.88'),
(1127, 1, 1228493763, 'profilefield.php', 'edit', 'profilefield id = 5', '65.11.66.88'),
(1128, 1, 1228493778, 'profilefield.php', 'update', 'profilefield id = 5', '65.11.66.88'),
(1129, 1, 1228493780, 'profilefield.php', 'modify', '', '65.11.66.88'),
(1130, 1, 1228493786, 'user.php', 'modify', '', '65.11.66.88'),
(1131, 1, 1228493786, 'user.php', 'modify', '', '65.11.66.88'),
(1132, 1, 1228493789, 'user.php', 'find', '', '65.11.66.88'),
(1133, 1, 1228493791, 'user.php', 'edit', 'user id = 122', '65.11.66.88'),
(1134, 1, 1228493799, 'user.php', 'update', 'user id = 122', '65.11.66.88'),
(1135, 1, 1228493801, 'user.php', 'modify', 'user id = 122', '65.11.66.88'),
(1136, 1, 1228500376, 'usergroup.php', 'modify', '', '65.11.66.88'),
(1137, 1, 1228500400, 'usergroup.php', 'edit', 'usergroup id = 7', '65.11.66.88'),
(1138, 1, 1228500418, 'usergroup.php', 'update', 'usergroup id = 7', '65.11.66.88'),
(1139, 1, 1228500420, 'usergroup.php', 'modify', '', '65.11.66.88'),
(1140, 1, 1228500422, 'usergroup.php', 'edit', 'usergroup id = 5', '65.11.66.88'),
(1141, 1, 1228500432, 'usergroup.php', 'update', 'usergroup id = 5', '65.11.66.88'),
(1142, 1, 1228500433, 'usergroup.php', 'modify', '', '65.11.66.88'),
(1143, 1, 1228500753, 'template.php', 'modify', '', '65.11.66.88'),
(1144, 1, 1228500757, 'template.php', 'modify', '', '65.11.66.88'),
(1145, 1, 1228500762, 'template.php', 'edit', 'style id = 0', '65.11.66.88'),
(1146, 1, 1228500773, 'template.php', 'updatetemplate', 'style id = 3', '65.11.66.88'),
(1147, 1, 1228500785, 'template.php', 'edit', 'style id = 0', '65.11.66.88'),
(1148, 1, 1228502842, 'profilefield.php', 'modify', '', '65.11.66.88'),
(1149, 1, 1228502937, 'profilefield.php', 'edit', 'profilefield id = 5', '65.11.66.88'),
(1150, 1, 1228502984, 'profilefield.php', 'update', 'profilefield id = 5', '65.11.66.88'),
(1151, 1, 1228502986, 'profilefield.php', 'modify', '', '65.11.66.88'),
(1152, 1, 1228503484, 'user.php', 'modify', '', '68.223.146.194'),
(1153, 1, 1228503486, 'user.php', 'find', '', '68.223.146.194'),
(1154, 1, 1228503489, 'user.php', 'edit', 'user id = 119', '68.223.146.194'),
(1155, 1, 1228503497, 'user.php', 'update', 'user id = 119', '68.223.146.194'),
(1156, 1, 1228503499, 'user.php', 'modify', 'user id = 119', '68.223.146.194'),
(1157, 1, 1228518670, 'image.php', 'upload', 'Avatars', '68.223.146.194'),
(1158, 1, 1228518670, 'image.php', 'upload', 'Avatars', '68.223.146.194'),
(1159, 1, 1228518684, 'image.php', 'doupload', 'Avatars', '68.223.146.194'),
(1160, 1, 1228518686, 'misc.php', '', '', '68.223.146.194'),
(1161, 1, 1228518696, 'misc.php', 'rebuildadminavatars', '', '68.223.146.194'),
(1162, 1, 1228518698, 'misc.php', '', '', '68.223.146.194'),
(1163, 1, 1228534381, 'profilefield.php', 'modify', '', '76.18.42.226'),
(1164, 1, 1228534383, 'profilefield.php', 'edit', 'profilefield id = 5', '76.18.42.226'),
(1165, 1, 1228534390, 'profilefield.php', 'update', 'profilefield id = 5', '76.18.42.226'),
(1166, 1, 1228534391, 'profilefield.php', 'modify', '', '76.18.42.226'),
(1167, 1, 1228534393, 'user.php', 'modify', '', '76.18.42.226'),
(1168, 1, 1228534393, 'user.php', 'modify', '', '76.18.42.226'),
(1169, 1, 1228534398, 'user.php', 'find', '', '76.18.42.226'),
(1170, 1, 1228534401, 'user.php', 'edit', 'user id = 126', '76.18.42.226'),
(1171, 1, 1228534416, 'user.php', 'update', 'user id = 126', '76.18.42.226'),
(1172, 1, 1228534418, 'user.php', 'modify', 'user id = 126', '76.18.42.226'),
(1173, 1, 1228537244, 'forum.php', 'modify', '', '76.18.42.226'),
(1174, 1, 1228537247, 'forum.php', 'edit', 'forum id = 20', '76.18.42.226'),
(1175, 1, 1228537295, 'forum.php', 'update', 'forum id = 20', '76.18.42.226'),
(1176, 1, 1228537296, 'forum.php', 'modify', 'forum id = 20', '76.18.42.226'),
(1177, 1, 1228540278, 'profilefield.php', 'modify', '', '76.18.42.226'),
(1178, 1, 1228603060, 'profilefield.php', 'modify', '', '76.18.42.226'),
(1179, 1, 1228603060, 'profilefield.php', 'modify', '', '76.18.42.226'),
(1180, 1, 1228603081, 'profilefield.php', 'edit', 'profilefield id = 5', '76.18.42.226'),
(1181, 1, 1228603089, 'profilefield.php', 'update', 'profilefield id = 5', '76.18.42.226'),
(1182, 1, 1228603091, 'profilefield.php', 'modify', '', '76.18.42.226'),
(1183, 3, 1228605521, 'user.php', 'find', '', '76.18.42.226'),
(1184, 3, 1228605521, 'user.php', 'find', '', '76.18.42.226'),
(1185, 3, 1228605527, 'user.php', 'findnames', '', '76.18.42.226'),
(1186, 3, 1228605531, 'user.php', 'editsig', 'user id = 119', '76.18.42.226'),
(1187, 3, 1228607701, 'user.php', 'doeditsig', 'user id = 119', '76.18.42.226'),
(1188, 3, 1228607703, 'user.php', 'viewuser', 'user id = 119', '76.18.42.226'),
(1189, 3, 1228608706, 'user.php', 'find', '', '76.18.42.226'),
(1190, 3, 1228608711, 'user.php', 'findnames', '', '76.18.42.226'),
(1191, 3, 1228608716, 'user.php', 'editsig', 'user id = 119', '76.18.42.226'),
(1192, 3, 1228608754, 'user.php', 'doeditsig', 'user id = 119', '76.18.42.226'),
(1193, 3, 1228608755, 'user.php', 'viewuser', 'user id = 119', '76.18.42.226'),
(1194, 3, 1228608759, 'user.php', 'find', '', '76.18.42.226'),
(1195, 3, 1228608759, 'user.php', 'find', '', '76.18.42.226'),
(1196, 3, 1228608763, 'user.php', 'findnames', '', '76.18.42.226'),
(1197, 3, 1228608772, 'user.php', 'findnames', '', '76.18.42.226'),
(1198, 3, 1228608788, 'user.php', 'editsig', 'user id = 119', '76.18.42.226'),
(1199, 3, 1228608799, 'user.php', 'doeditsig', 'user id = 119', '76.18.42.226'),
(1200, 3, 1228608800, 'user.php', 'viewuser', 'user id = 119', '76.18.42.226'),
(1201, 1, 1228625968, 'profilefield.php', 'modify', '', '76.18.42.226'),
(1202, 1, 1228625968, 'profilefield.php', 'modify', '', '76.18.42.226'),
(1203, 1, 1228625971, 'profilefield.php', 'edit', 'profilefield id = 5', '76.18.42.226'),
(1204, 1, 1228625978, 'profilefield.php', 'update', 'profilefield id = 5', '76.18.42.226'),
(1205, 1, 1228625979, 'profilefield.php', 'modify', '', '76.18.42.226'),
(1206, 1, 1228625981, 'user.php', 'modify', '', '76.18.42.226'),
(1207, 1, 1228625981, 'user.php', 'modify', '', '76.18.42.226'),
(1208, 1, 1228625983, 'user.php', 'find', '', '76.18.42.226'),
(1209, 1, 1228625985, 'user.php', 'edit', 'user id = 143', '76.18.42.226'),
(1210, 1, 1228625993, 'user.php', 'update', 'user id = 143', '76.18.42.226'),
(1211, 1, 1228625994, 'user.php', 'modify', 'user id = 143', '76.18.42.226'),
(1212, 1, 1228702557, 'profilefield.php', 'modify', '', '76.18.42.226'),
(1213, 1, 1228702562, 'profilefield.php', 'edit', 'profilefield id = 5', '76.18.42.226'),
(1214, 1, 1228702574, 'profilefield.php', 'update', 'profilefield id = 5', '76.18.42.226'),
(1215, 1, 1228702576, 'profilefield.php', 'modify', '', '76.18.42.226'),
(1216, 1, 1228702579, 'user.php', 'modify', '', '76.18.42.226'),
(1217, 1, 1228702580, 'user.php', 'modify', '', '76.18.42.226'),
(1218, 1, 1228702582, 'user.php', 'find', '', '76.18.42.226'),
(1219, 1, 1228702588, 'user.php', 'edit', 'user id = 145', '76.18.42.226'),
(1220, 1, 1228702595, 'user.php', 'update', 'user id = 145', '76.18.42.226'),
(1221, 1, 1228702597, 'user.php', 'modify', 'user id = 145', '76.18.42.226'),
(1222, 1, 1228746665, 'forum.php', 'modify', '', '68.223.146.194'),
(1223, 1, 1228746665, 'forum.php', 'modify', '', '68.223.146.194'),
(1224, 1, 1228746667, 'forumpermission.php', 'modify', '', '68.223.146.194'),
(1225, 1, 1228746667, 'forumpermission.php', 'modify', '', '68.223.146.194'),
(1226, 1, 1228746743, 'forumpermission.php', 'edit', 'forumpermission id = 9', '68.223.146.194'),
(1227, 1, 1228746758, 'forumpermission.php', 'doupdate', '', '68.223.146.194'),
(1228, 1, 1228746759, 'forumpermission.php', 'modify', 'forum id = 1', '68.223.146.194'),
(1229, 1, 1228746763, 'forumpermission.php', 'edit', 'forumpermission id = 2', '68.223.146.194'),
(1230, 1, 1228746767, 'forumpermission.php', 'doupdate', '', '68.223.146.194'),
(1231, 1, 1228746769, 'forumpermission.php', 'modify', 'forum id = 1', '68.223.146.194'),
(1232, 1, 1228746771, 'forumpermission.php', 'edit', 'forumpermission id = 8', '68.223.146.194'),
(1233, 1, 1228746774, 'forumpermission.php', 'doupdate', '', '68.223.146.194'),
(1234, 1, 1228746776, 'forumpermission.php', 'modify', 'forum id = 1', '68.223.146.194'),
(1235, 1, 1228746778, 'forumpermission.php', 'edit', 'forumpermission id = 3', '68.223.146.194'),
(1236, 1, 1228746782, 'forumpermission.php', 'doupdate', '', '68.223.146.194'),
(1237, 1, 1228746783, 'forumpermission.php', 'modify', 'forum id = 1', '68.223.146.194'),
(1238, 1, 1228746786, 'forumpermission.php', 'edit', 'forum id = 1 / usergroup id = 5', '68.223.146.194'),
(1239, 1, 1228746789, 'forumpermission.php', 'doupdate', '', '68.223.146.194'),
(1240, 1, 1228746790, 'forumpermission.php', 'modify', 'forum id = 1', '68.223.146.194'),
(1241, 1, 1228746803, 'forumpermission.php', 'quickset', 'forum id = 2', '68.223.146.194'),
(1242, 1, 1228746804, 'forumpermission.php', 'modify', 'forum id = 2', '68.223.146.194'),
(1243, 1, 1228746808, 'forumpermission.php', 'quickset', 'forum id = 23', '68.223.146.194'),
(1244, 1, 1228746810, 'forumpermission.php', 'modify', 'forum id = 23', '68.223.146.194'),
(1245, 1, 1228746813, 'forumpermission.php', 'quickset', 'forum id = 15', '68.223.146.194'),
(1246, 1, 1228746814, 'forumpermission.php', 'modify', 'forum id = 15', '68.223.146.194'),
(1247, 1, 1228753033, 'email.php', 'start', '', '68.223.146.194'),
(1248, 1, 1228754633, 'email.php', 'dosendmail', '', '68.223.146.194'),
(1249, 1, 1228754644, 'email.php', 'dosendmail', '', '68.223.146.194'),
(1250, 1, 1228754645, 'email.php', '', '', '68.223.146.194'),
(1251, 1, 1228831340, 'user.php', 'modify', '', '68.223.146.194'),
(1252, 1, 1228831340, 'user.php', 'modify', '', '68.223.146.194'),
(1253, 1, 1228831342, 'user.php', 'find', '', '68.223.146.194'),
(1254, 1, 1228831346, 'user.php', 'remove', 'user id = 156', '68.223.146.194'),
(1255, 1, 1228831348, 'user.php', 'kill', 'user id = 156', '68.223.146.194'),
(1256, 1, 1228831350, 'user.php', 'modify', '', '68.223.146.194'),
(1257, 1, 1228843068, 'forum.php', 'modify', '', '68.223.146.194'),
(1258, 1, 1228843068, 'forum.php', 'modify', '', '68.223.146.194'),
(1259, 1, 1228843625, 'forum.php', 'add', '', '68.223.146.194'),
(1260, 1, 1228843784, 'forum.php', 'update', '', '68.223.146.194'),
(1261, 1, 1228843786, 'forum.php', 'modify', 'forum id = 25', '68.223.146.194'),
(1262, 1, 1228843788, 'forumpermission.php', 'modify', '', '68.223.146.194'),
(1263, 1, 1228843788, 'forumpermission.php', 'modify', '', '68.223.146.194'),
(1264, 1, 1228843793, 'forumpermission.php', 'edit', 'forumpermission id = 24', '68.223.146.194'),
(1265, 1, 1228843798, 'forumpermission.php', 'doupdate', '', '68.223.146.194'),
(1266, 1, 1228843799, 'forumpermission.php', 'modify', 'forum id = 2', '68.223.146.194'),
(1267, 1, 1228843805, 'forumpermission.php', 'edit', 'forumpermission id = 23', '68.223.146.194'),
(1268, 1, 1228843814, 'forumpermission.php', 'doupdate', '', '68.223.146.194'),
(1269, 1, 1228843815, 'forumpermission.php', 'modify', 'forum id = 2', '68.223.146.194'),
(1270, 1, 1228843817, 'forumpermission.php', 'quickset', 'forum id = 23', '68.223.146.194'),
(1271, 1, 1228843819, 'forumpermission.php', 'modify', 'forum id = 23', '68.223.146.194'),
(1272, 1, 1228843860, 'forumpermission.php', 'edit', 'forumpermission id = 51', '68.223.146.194'),
(1273, 1, 1228843865, 'forumpermission.php', 'doupdate', '', '68.223.146.194'),
(1274, 1, 1228843867, 'forumpermission.php', 'modify', 'forum id = 23', '68.223.146.194'),
(1275, 1, 1228843896, 'forumpermission.php', 'edit', 'forumpermission id = 42', '68.223.146.194'),
(1276, 1, 1228843899, 'forumpermission.php', 'doupdate', '', '68.223.146.194'),
(1277, 1, 1228843900, 'forumpermission.php', 'modify', 'forum id = 15', '68.223.146.194'),
(1278, 1, 1228843904, 'forumpermission.php', 'edit', 'forumpermission id = 41', '68.223.146.194'),
(1279, 1, 1228843908, 'forumpermission.php', 'doupdate', '', '68.223.146.194'),
(1280, 1, 1228843910, 'forumpermission.php', 'modify', 'forum id = 15', '68.223.146.194'),
(1281, 1, 1228844006, 'forumpermission.php', 'edit', 'forumpermission id = 20', '68.223.146.194'),
(1282, 1, 1228848889, 'profilefield.php', 'modify', '', '68.223.146.194'),
(1283, 1, 1228848889, 'profilefield.php', 'modify', '', '68.223.146.194'),
(1284, 1, 1228848891, 'profilefield.php', 'edit', 'profilefield id = 5', '68.223.146.194'),
(1285, 1, 1228848900, 'profilefield.php', 'update', 'profilefield id = 5', '68.223.146.194'),
(1286, 1, 1228848902, 'profilefield.php', 'modify', '', '68.223.146.194'),
(1287, 1, 1228848903, 'user.php', 'modify', '', '68.223.146.194'),
(1288, 1, 1228848903, 'user.php', 'modify', '', '68.223.146.194'),
(1289, 1, 1228848906, 'user.php', 'find', '', '68.223.146.194'),
(1290, 1, 1228848909, 'user.php', 'edit', 'user id = 157', '68.223.146.194'),
(1291, 1, 1228848917, 'user.php', 'update', 'user id = 157', '68.223.146.194'),
(1292, 1, 1228848919, 'user.php', 'modify', 'user id = 157', '68.223.146.194'),
(1293, 1, 1228849241, 'forum.php', 'modify', '', '68.223.146.194'),
(1294, 1, 1228849244, 'forum.php', 'add', '', '68.223.146.194'),
(1295, 1, 1228849291, 'forum.php', 'update', '', '68.223.146.194'),
(1296, 1, 1228849292, 'forum.php', 'modify', 'forum id = 26', '68.223.146.194'),
(1297, 1, 1228849304, 'forum.php', 'doorder', '', '68.223.146.194'),
(1298, 1, 1228849305, 'forum.php', 'modify', '', '68.223.146.194'),
(1299, 1, 1228849311, 'forum.php', 'add', '', '68.223.146.194'),
(1300, 1, 1228849311, 'forum.php', 'add', '', '68.223.146.194'),
(1301, 1, 1228849327, 'forum.php', 'update', '', '68.223.146.194'),
(1302, 1, 1228849328, 'forum.php', 'modify', 'forum id = 27', '68.223.146.194'),
(1303, 1, 1228849337, 'forum.php', 'add', '', '68.223.146.194'),
(1304, 1, 1228849337, 'forum.php', 'add', '', '68.223.146.194'),
(1305, 1, 1228849351, 'forum.php', 'update', '', '68.223.146.194'),
(1306, 1, 1228849352, 'forum.php', 'modify', 'forum id = 28', '68.223.146.194'),
(1307, 1, 1228917634, 'forum.php', 'add', '', '68.223.146.194'),
(1308, 1, 1228917647, 'forum.php', 'update', '', '68.223.146.194'),
(1309, 1, 1228917648, 'forum.php', 'modify', 'forum id = 29', '68.223.146.194'),
(1310, 1, 1228917649, 'forum.php', 'add', '', '68.223.146.194'),
(1311, 1, 1228917650, 'forum.php', 'add', '', '68.223.146.194'),
(1312, 1, 1228917661, 'forum.php', 'update', '', '68.223.146.194'),
(1313, 1, 1228917662, 'forum.php', 'modify', 'forum id = 30', '68.223.146.194'),
(1314, 1, 1228918514, 'forum.php', 'add', '', '68.223.146.194'),
(1315, 1, 1228918526, 'forum.php', 'update', '', '68.223.146.194'),
(1316, 1, 1228918528, 'forum.php', 'modify', 'forum id = 31', '68.223.146.194'),
(1317, 1, 1228918532, 'forum.php', 'add', '', '68.223.146.194'),
(1318, 1, 1228918542, 'forum.php', 'update', '', '68.223.146.194'),
(1319, 1, 1228918543, 'forum.php', 'modify', 'forum id = 32', '68.223.146.194'),
(1320, 1, 1228918700, 'forum.php', 'add', '', '68.223.146.194'),
(1321, 1, 1228918714, 'forum.php', 'update', '', '68.223.146.194'),
(1322, 1, 1228918716, 'forum.php', 'modify', 'forum id = 33', '68.223.146.194'),
(1323, 1, 1228918831, 'forum.php', 'doorder', '', '68.223.146.194'),
(1324, 1, 1228918833, 'forum.php', 'modify', '', '68.223.146.194'),
(1325, 4, 1228920030, 'user.php', 'viewuser', 'user id = 164', '131.59.200.80'),
(1326, 4, 1228920085, 'banning.php', 'banuser', '', '131.59.200.80'),
(1327, 4, 1228920086, 'banning.php', 'banuser', '', '131.59.200.80'),
(1328, 1, 1228920601, 'user.php', 'modify', '', '68.223.146.194'),
(1329, 1, 1228920601, 'user.php', 'modify', '', '68.223.146.194'),
(1330, 1, 1228920603, 'user.php', 'find', '', '68.223.146.194'),
(1331, 1, 1228920607, 'user.php', 'remove', 'user id = 164', '68.223.146.194'),
(1332, 1, 1228920609, 'user.php', 'kill', 'user id = 164', '68.223.146.194'),
(1333, 1, 1228920611, 'user.php', 'modify', '', '68.223.146.194'),
(1334, 1, 1228920613, 'user.php', 'find', '', '68.223.146.194'),
(1335, 1, 1228920625, 'user.php', 'remove', 'user id = 162', '68.223.146.194'),
(1336, 1, 1228920627, 'user.php', 'kill', 'user id = 162', '68.223.146.194'),
(1337, 1, 1228920628, 'user.php', 'modify', '', '68.223.146.194'),
(1338, 4, 1228970791, 'user.php', 'viewuser', 'user id = 166', '74.197.82.249'),
(1339, 4, 1228970838, 'banning.php', 'banuser', '', '74.197.82.249'),
(1340, 4, 1229010857, 'user.php', 'viewuser', 'user id = 168', '131.59.200.80'),
(1341, 4, 1229010868, 'banning.php', 'banuser', '', '131.59.200.80'),
(1342, 4, 1229010869, 'banning.php', 'banuser', '', '131.59.200.80'),
(1343, 4, 1229010980, 'user.php', 'find', '', '131.59.200.82'),
(1344, 4, 1229010981, 'user.php', 'find', '', '131.59.200.82'),
(1345, 4, 1229010984, 'user.php', 'findnames', '', '131.59.200.82'),
(1346, 4, 1229011001, 'forum.php', 'modify', '', '131.59.200.82'),
(1347, 4, 1229011002, 'forum.php', 'modify', '', '131.59.200.82'),
(1348, 4, 1229083821, 'user.php', 'viewuser', 'user id = 168', '74.197.82.249'),
(1349, 4, 1229083825, 'banning.php', 'banuser', '', '74.197.82.249'),
(1350, 4, 1229083825, 'banning.php', 'banuser', '', '74.197.82.249'),
(1351, 1, 1229123359, 'user.php', 'modify', '', '76.18.42.226'),
(1352, 1, 1229123359, 'user.php', 'modify', '', '76.18.42.226'),
(1353, 1, 1229123363, 'user.php', 'find', '', '76.18.42.226'),
(1354, 1, 1229123426, 'user.php', 'remove', 'user id = 166', '76.18.42.226'),
(1355, 1, 1229123427, 'user.php', 'kill', 'user id = 166', '76.18.42.226'),
(1356, 1, 1229123429, 'user.php', 'modify', '', '76.18.42.226'),
(1357, 1, 1229123455, 'user.php', 'find', '', '76.18.42.226'),
(1358, 1, 1229123458, 'user.php', 'remove', 'user id = 171', '76.18.42.226'),
(1359, 1, 1229123459, 'user.php', 'kill', 'user id = 171', '76.18.42.226'),
(1360, 1, 1229123461, 'user.php', 'modify', '', '76.18.42.226'),
(1361, 1, 1229123475, 'user.php', 'find', '', '76.18.42.226'),
(1362, 1, 1229123492, 'user.php', 'remove', 'user id = 168', '76.18.42.226'),
(1363, 1, 1229123493, 'user.php', 'kill', 'user id = 168', '76.18.42.226'),
(1364, 1, 1229123494, 'user.php', 'modify', '', '76.18.42.226'),
(1365, 1, 1229123520, 'user.php', 'find', '', '76.18.42.226'),
(1366, 1, 1229123526, 'user.php', 'remove', 'user id = 167', '76.18.42.226'),
(1367, 1, 1229123528, 'user.php', 'kill', 'user id = 167', '76.18.42.226'),
(1368, 1, 1229123530, 'user.php', 'modify', '', '76.18.42.226'),
(1369, 1, 1229123550, 'user.php', 'find', '', '76.18.42.226'),
(1370, 1, 1229123714, 'verify.php', '', '', '76.18.42.226'),
(1371, 1, 1229123714, 'verify.php', '', '', '76.18.42.226'),
(1372, 1, 1229123720, 'verify.php', 'updateoptions', '', '76.18.42.226'),
(1373, 1, 1229123722, 'verify.php', '', '', '76.18.42.226'),
(1374, 1, 1229123733, 'verify.php', 'modifyquestion', '', '76.18.42.226'),
(1375, 1, 1229123769, 'verify.php', 'updatequestion', '', '76.18.42.226'),
(1376, 1, 1229123771, 'verify.php', 'modifyquestion', 'question id = 2', '76.18.42.226'),
(1377, 1, 1229123784, 'verify.php', 'updatequestion', 'question id = 2', '76.18.42.226'),
(1378, 1, 1229123786, 'verify.php', 'modifyquestion', 'question id = 2', '76.18.42.226'),
(1379, 1, 1229123787, 'verify.php', 'modifyanswer', 'question id = 2', '76.18.42.226'),
(1380, 1, 1229123790, 'verify.php', 'updateanswer', 'question id = 2', '76.18.42.226'),
(1381, 1, 1229123791, 'verify.php', 'modifyquestion', 'question id = 2', '76.18.42.226'),
(1382, 1, 1229123794, 'verify.php', 'modifyanswer', 'question id = 2', '76.18.42.226'),
(1383, 1, 1229123798, 'verify.php', 'updateanswer', 'question id = 2', '76.18.42.226'),
(1384, 1, 1229123799, 'verify.php', 'modifyquestion', 'question id = 2', '76.18.42.226'),
(1385, 1, 1229123802, 'verify.php', 'updatequestion', 'question id = 2', '76.18.42.226'),
(1386, 1, 1229123804, 'verify.php', 'modifyquestion', 'question id = 2', '76.18.42.226'),
(1387, 1, 1229124129, 'options.php', '', '', '76.18.42.226'),
(1388, 1, 1229124133, 'options.php', 'options', '', '76.18.42.226'),
(1389, 1, 1229124146, 'options.php', 'dooptions', '', '76.18.42.226'),
(1390, 1, 1229124147, 'options.php', 'options', '', '76.18.42.226'),
(1391, 1, 1229125421, 'forum.php', 'add', '', '76.18.42.226'),
(1392, 1, 1229278087, 'usergroup.php', 'modify', '', '76.18.42.226'),
(1393, 1, 1229278087, 'usergroup.php', 'modify', '', '76.18.42.226'),
(1394, 1, 1229278093, 'user.php', 'modify', '', '76.18.42.226'),
(1395, 1, 1229278093, 'user.php', 'modify', '', '76.18.42.226'),
(1396, 1, 1229278099, 'user.php', 'find', '', '76.18.42.226'),
(1397, 1, 1229278103, 'user.php', 'edit', 'user id = 183', '76.18.42.226'),
(1398, 1, 1229278109, 'user.php', 'update', 'user id = 183', '76.18.42.226'),
(1399, 1, 1229278111, 'user.php', 'modify', 'user id = 183', '76.18.42.226'),
(1400, 1, 1229278132, 'user.php', 'moderate', '', '76.18.42.226'),
(1401, 1, 1229278138, 'user.php', 'find', '', '76.18.42.226'),
(1402, 1, 1229278143, 'user.php', 'edit', 'user id = 181', '76.18.42.226'),
(1403, 1, 1229278149, 'user.php', 'update', 'user id = 181', '76.18.42.226'),
(1404, 1, 1229278150, 'user.php', 'modify', 'user id = 181', '76.18.42.226'),
(1405, 1, 1229279787, 'options.php', '', '', '76.18.42.226'),
(1406, 1, 1229279795, 'options.php', 'options', '', '76.18.42.226'),
(1407, 1, 1229279807, 'options.php', 'dooptions', '', '76.18.42.226'),
(1408, 1, 1229279809, 'options.php', 'options', '', '76.18.42.226'),
(1409, 1, 1229313801, 'user.php', 'modify', '', '76.18.42.226'),
(1410, 1, 1229313806, 'user.php', 'find', '', '76.18.42.226'),
(1411, 1, 1229313812, 'user.php', 'edit', 'user id = 175', '76.18.42.226');
INSERT INTO `adminlog` (`adminlogid`, `userid`, `dateline`, `script`, `action`, `extrainfo`, `ipaddress`) VALUES
(1412, 1, 1229313838, 'user.php', 'modify', '', '76.18.42.226'),
(1413, 1, 1229313847, 'user.php', 'find', '', '76.18.42.226'),
(1414, 1, 1229313847, 'user.php', 'edit', 'user id = 180', '76.18.42.226'),
(1415, 1, 1229313859, 'user.php', 'update', 'user id = 180', '76.18.42.226'),
(1416, 1, 1229313861, 'user.php', 'modify', 'user id = 180', '76.18.42.226'),
(1417, 1, 1229313881, 'user.php', 'find', '', '76.18.42.226'),
(1418, 1, 1229313881, 'user.php', 'edit', 'user id = 178', '76.18.42.226'),
(1419, 1, 1229313892, 'user.php', 'update', 'user id = 178', '76.18.42.226'),
(1420, 1, 1229313893, 'user.php', 'modify', 'user id = 178', '76.18.42.226'),
(1421, 1, 1229313900, 'user.php', 'find', '', '76.18.42.226'),
(1422, 1, 1229381263, 'profilefield.php', 'modify', '', '72.144.100.10'),
(1423, 1, 1229381263, 'profilefield.php', 'modify', '', '72.144.100.10'),
(1424, 1, 1229381266, 'profilefield.php', 'edit', 'profilefield id = 5', '72.144.100.10'),
(1425, 1, 1229381276, 'profilefield.php', 'update', 'profilefield id = 5', '72.144.100.10'),
(1426, 1, 1229381278, 'profilefield.php', 'modify', '', '72.144.100.10'),
(1427, 1, 1229381280, 'user.php', 'modify', '', '72.144.100.10'),
(1428, 1, 1229381280, 'user.php', 'modify', '', '72.144.100.10'),
(1429, 1, 1229381283, 'user.php', 'find', '', '72.144.100.10'),
(1430, 1, 1229381286, 'user.php', 'edit', 'user id = 185', '72.144.100.10'),
(1431, 1, 1229381328, 'user.php', 'update', 'user id = 185', '72.144.100.10'),
(1432, 1, 1229381329, 'user.php', 'modify', 'user id = 185', '72.144.100.10'),
(1433, 1, 1229381518, 'profilefield.php', 'modify', '', '72.144.100.10'),
(1434, 1, 1229381521, 'profilefield.php', 'edit', 'profilefield id = 5', '72.144.100.10'),
(1435, 1, 1229381607, 'profilefield.php', 'update', 'profilefield id = 5', '72.144.100.10'),
(1436, 1, 1229381609, 'profilefield.php', 'modify', '', '72.144.100.10'),
(1437, 1, 1229381613, 'user.php', 'modify', '', '72.144.100.10'),
(1438, 1, 1229381613, 'user.php', 'modify', '', '72.144.100.10'),
(1439, 1, 1229381616, 'user.php', 'find', '', '72.144.100.10'),
(1440, 1, 1229381622, 'user.php', 'edit', 'user id = 189', '72.144.100.10'),
(1441, 1, 1229381635, 'user.php', 'update', 'user id = 189', '72.144.100.10'),
(1442, 1, 1229381637, 'user.php', 'modify', 'user id = 189', '72.144.100.10'),
(1443, 1, 1229437864, 'profilefield.php', 'modify', '', '72.144.100.10'),
(1444, 1, 1229437864, 'profilefield.php', 'modify', '', '72.144.100.10'),
(1445, 1, 1229437866, 'profilefield.php', 'edit', 'profilefield id = 5', '72.144.100.10'),
(1446, 1, 1229437881, 'profilefield.php', 'update', 'profilefield id = 5', '72.144.100.10'),
(1447, 1, 1229437883, 'profilefield.php', 'modify', '', '72.144.100.10'),
(1448, 1, 1229437890, 'user.php', 'modify', '', '72.144.100.10'),
(1449, 1, 1229437898, 'user.php', 'find', '', '72.144.100.10'),
(1450, 1, 1229437904, 'user.php', 'edit', 'user id = 192', '72.144.100.10'),
(1451, 1, 1229437981, 'user.php', 'update', 'user id = 192', '72.144.100.10'),
(1452, 1, 1229437983, 'user.php', 'modify', 'user id = 192', '72.144.100.10'),
(1453, 4, 1229472952, 'user.php', 'viewuser', 'user id = 188', '74.197.82.249'),
(1454, 1, 1229612641, 'profilefield.php', 'modify', '', '72.144.100.10'),
(1455, 1, 1229612641, 'profilefield.php', 'modify', '', '72.144.100.10'),
(1456, 1, 1229612645, 'profilefield.php', 'edit', 'profilefield id = 5', '72.144.100.10'),
(1457, 1, 1229612654, 'profilefield.php', 'update', 'profilefield id = 5', '72.144.100.10'),
(1458, 1, 1229612655, 'profilefield.php', 'modify', '', '72.144.100.10'),
(1459, 1, 1229612657, 'user.php', 'modify', '', '72.144.100.10'),
(1460, 1, 1229612657, 'user.php', 'modify', '', '72.144.100.10'),
(1461, 1, 1229612659, 'user.php', 'find', '', '72.144.100.10'),
(1462, 1, 1229612666, 'user.php', 'edit', 'user id = 195', '72.144.100.10'),
(1463, 1, 1229612677, 'user.php', 'update', 'user id = 195', '72.144.100.10'),
(1464, 1, 1229612679, 'user.php', 'modify', 'user id = 195', '72.144.100.10'),
(1465, 1, 1229628903, 'profilefield.php', 'modify', '', '72.144.100.10'),
(1466, 1, 1229628904, 'profilefield.php', 'modify', '', '72.144.100.10'),
(1467, 1, 1229628906, 'profilefield.php', 'edit', 'profilefield id = 5', '72.144.100.10'),
(1468, 1, 1229628913, 'profilefield.php', 'update', 'profilefield id = 5', '72.144.100.10'),
(1469, 1, 1229628915, 'profilefield.php', 'modify', '', '72.144.100.10'),
(1470, 1, 1229628919, 'user.php', 'modify', '', '72.144.100.10'),
(1471, 1, 1229628922, 'user.php', 'find', '', '72.144.100.10'),
(1472, 1, 1229628924, 'user.php', 'edit', 'user id = 199', '72.144.100.10'),
(1473, 1, 1229628934, 'user.php', 'update', 'user id = 199', '72.144.100.10'),
(1474, 1, 1229628935, 'user.php', 'modify', 'user id = 199', '72.144.100.10'),
(1475, 4, 1230258993, 'user.php', 'viewuser', 'user id = 207', '74.197.82.249'),
(1476, 4, 1230678469, 'user.php', 'viewuser', 'user id = 214', '74.197.82.249'),
(1477, 4, 1230678479, 'banning.php', 'banuser', '', '74.197.82.249'),
(1478, 4, 1230678479, 'banning.php', 'banuser', '', '74.197.82.249'),
(1479, 1, 1231170106, 'profilefield.php', 'modify', '', '72.153.20.15'),
(1480, 1, 1231170106, 'profilefield.php', 'modify', '', '72.153.20.15'),
(1481, 1, 1231170112, 'profilefield.php', 'edit', 'profilefield id = 5', '72.153.20.15'),
(1482, 1, 1231170121, 'profilefield.php', 'update', 'profilefield id = 5', '72.153.20.15'),
(1483, 1, 1231170123, 'profilefield.php', 'modify', '', '72.153.20.15'),
(1484, 1, 1231170125, 'user.php', 'modify', '', '72.153.20.15'),
(1485, 1, 1231170126, 'user.php', 'modify', '', '72.153.20.15'),
(1486, 1, 1231170134, 'user.php', 'find', '', '72.153.20.15'),
(1487, 1, 1231170144, 'user.php', 'edit', 'user id = 197', '72.153.20.15'),
(1488, 1, 1231170155, 'user.php', 'update', 'user id = 197', '72.153.20.15'),
(1489, 1, 1231170157, 'user.php', 'modify', 'user id = 197', '72.153.20.15'),
(1490, 1, 1231172323, 'profilefield.php', 'modify', '', '72.153.20.15'),
(1491, 1, 1231172328, 'profilefield.php', 'edit', 'profilefield id = 5', '72.153.20.15'),
(1492, 1, 1231172335, 'profilefield.php', 'update', 'profilefield id = 5', '72.153.20.15'),
(1493, 1, 1231172337, 'profilefield.php', 'modify', '', '72.153.20.15'),
(1494, 1, 1231172341, 'user.php', 'modify', '', '72.153.20.15'),
(1495, 1, 1231172341, 'user.php', 'modify', '', '72.153.20.15'),
(1496, 1, 1231172355, 'user.php', 'find', '', '72.153.20.15'),
(1497, 1, 1231172361, 'user.php', 'edit', 'user id = 204', '72.153.20.15'),
(1498, 1, 1231172370, 'user.php', 'update', 'user id = 204', '72.153.20.15'),
(1499, 1, 1231172371, 'user.php', 'modify', 'user id = 204', '72.153.20.15'),
(1500, 1, 1231174287, 'profilefield.php', 'modify', '', '72.153.20.15'),
(1501, 1, 1231174291, 'profilefield.php', 'edit', 'profilefield id = 5', '72.153.20.15'),
(1502, 1, 1231174300, 'profilefield.php', 'update', 'profilefield id = 5', '72.153.20.15'),
(1503, 1, 1231174302, 'profilefield.php', 'modify', '', '72.153.20.15'),
(1504, 1, 1231174305, 'user.php', 'modify', '', '72.153.20.15'),
(1505, 1, 1231174305, 'user.php', 'modify', '', '72.153.20.15'),
(1506, 1, 1231174389, 'user.php', 'find', '', '72.153.20.15'),
(1507, 1, 1231174393, 'user.php', 'edit', 'user id = 215', '72.153.20.15'),
(1508, 1, 1231174402, 'user.php', 'update', 'user id = 215', '72.153.20.15'),
(1509, 1, 1231174404, 'user.php', 'modify', 'user id = 215', '72.153.20.15'),
(1510, 1, 1231174444, 'profilefield.php', 'modify', '', '72.153.20.15'),
(1511, 1, 1231174445, 'profilefield.php', 'modify', '', '72.153.20.15'),
(1512, 1, 1231174454, 'profilefield.php', 'edit', 'profilefield id = 5', '72.153.20.15'),
(1513, 1, 1231174461, 'profilefield.php', 'update', 'profilefield id = 5', '72.153.20.15'),
(1514, 1, 1231174462, 'profilefield.php', 'modify', '', '72.153.20.15'),
(1515, 1, 1231174466, 'user.php', 'modify', '', '72.153.20.15'),
(1516, 1, 1231174466, 'user.php', 'modify', '', '72.153.20.15'),
(1517, 1, 1231174469, 'user.php', 'find', '', '72.153.20.15'),
(1518, 1, 1231174538, 'user.php', 'edit', 'user id = 201', '72.153.20.15'),
(1519, 1, 1231174554, 'user.php', 'update', 'user id = 201', '72.153.20.15'),
(1520, 1, 1231174555, 'user.php', 'modify', 'user id = 201', '72.153.20.15'),
(1521, 1, 1231175312, 'user.php', 'find', '', '72.153.20.15'),
(1522, 1, 1231175330, 'user.php', 'edit', 'user id = 201', '72.153.20.15'),
(1523, 1, 1231175336, 'profilefield.php', 'modify', '', '72.153.20.15'),
(1524, 1, 1231175337, 'profilefield.php', 'modify', '', '72.153.20.15'),
(1525, 1, 1231175392, 'profilefield.php', 'edit', 'profilefield id = 5', '72.153.20.15'),
(1526, 1, 1231175400, 'profilefield.php', 'update', 'profilefield id = 5', '72.153.20.15'),
(1527, 1, 1231175402, 'profilefield.php', 'modify', '', '72.153.20.15'),
(1528, 1, 1231175460, 'user.php', 'modify', '', '72.153.20.15'),
(1529, 1, 1232049717, 'profilefield.php', 'modify', '', '72.153.20.15'),
(1530, 1, 1232049717, 'profilefield.php', 'modify', '', '72.153.20.15'),
(1531, 1, 1232049720, 'profilefield.php', 'edit', 'profilefield id = 5', '72.153.20.15'),
(1532, 1, 1232049822, 'profilefield.php', 'update', 'profilefield id = 5', '72.153.20.15'),
(1533, 1, 1232049823, 'profilefield.php', 'modify', '', '72.153.20.15'),
(1534, 1, 1232049826, 'user.php', 'modify', '', '72.153.20.15'),
(1535, 1, 1232049826, 'user.php', 'modify', '', '72.153.20.15'),
(1536, 1, 1232049829, 'user.php', 'find', '', '72.153.20.15'),
(1537, 1, 1232049832, 'user.php', 'edit', 'user id = 217', '72.153.20.15'),
(1538, 1, 1232049843, 'user.php', 'update', 'user id = 217', '72.153.20.15'),
(1539, 1, 1232049845, 'user.php', 'modify', 'user id = 217', '72.153.20.15'),
(1540, 1, 1232118568, 'profilefield.php', 'modify', '', '72.153.20.15'),
(1541, 1, 1232118615, 'profilefield.php', 'edit', 'profilefield id = 5', '72.153.20.15'),
(1542, 1, 1232118625, 'profilefield.php', 'update', 'profilefield id = 5', '72.153.20.15'),
(1543, 1, 1232118627, 'profilefield.php', 'modify', '', '72.153.20.15'),
(1544, 1, 1232119823, 'user.php', 'modify', '', '72.153.20.15'),
(1545, 1, 1232119826, 'user.php', 'find', '', '72.153.20.15'),
(1546, 1, 1232119829, 'user.php', 'edit', 'user id = 220', '72.153.20.15'),
(1547, 1, 1232119838, 'user.php', 'update', 'user id = 220', '72.153.20.15'),
(1548, 1, 1232119839, 'user.php', 'modify', 'user id = 220', '72.153.20.15'),
(1549, 1, 1232120127, 'forum.php', 'add', '', '72.153.20.15'),
(1550, 1, 1232120127, 'forum.php', 'add', '', '72.153.20.15'),
(1551, 1, 1232120292, 'forum.php', 'modify', '', '72.153.20.15'),
(1552, 1, 1232120295, 'forum.php', 'edit', 'forum id = 23', '72.153.20.15'),
(1553, 1, 1232120310, 'forum.php', 'update', 'forum id = 23', '72.153.20.15'),
(1554, 1, 1232120312, 'forum.php', 'modify', 'forum id = 23', '72.153.20.15'),
(1555, 1, 1232120318, 'resources.php', '', '', '72.153.20.15'),
(1556, 1, 1232120319, 'resources.php', '', '', '72.153.20.15'),
(1557, 1, 1232120322, 'forumpermission.php', 'modify', '', '72.153.20.15'),
(1558, 1, 1232120323, 'forumpermission.php', 'modify', '', '72.153.20.15'),
(1559, 1, 1232120326, 'forumpermission.php', 'quickset', 'forum id = 23', '72.153.20.15'),
(1560, 1, 1232120328, 'forumpermission.php', 'modify', 'forum id = 23', '72.153.20.15'),
(1561, 1, 1232120335, 'forumpermission.php', 'edit', 'forumpermission id = 60', '72.153.20.15'),
(1562, 1, 1232120339, 'forumpermission.php', 'doupdate', '', '72.153.20.15'),
(1563, 1, 1232120340, 'forumpermission.php', 'modify', 'forum id = 23', '72.153.20.15'),
(1564, 1, 1232120377, 'forum.php', 'modify', '', '72.153.20.15'),
(1565, 1, 1232120386, 'forum.php', 'doorder', '', '72.153.20.15'),
(1566, 1, 1232120388, 'forum.php', 'modify', '', '72.153.20.15'),
(1567, 1, 1232120447, 'forum.php', 'doorder', '', '72.153.20.15'),
(1568, 1, 1232120449, 'forum.php', 'modify', '', '72.153.20.15'),
(1569, 1, 1232120472, 'forum.php', 'add', '', '72.153.20.15'),
(1570, 1, 1232120504, 'forum.php', 'update', '', '72.153.20.15'),
(1571, 1, 1232120506, 'forum.php', 'modify', 'forum id = 34', '72.153.20.15'),
(1572, 1, 1232120515, 'forum.php', 'add', '', '72.153.20.15'),
(1573, 1, 1232120516, 'forum.php', 'add', '', '72.153.20.15'),
(1574, 1, 1232128323, 'forum.php', 'update', '', '72.153.20.15'),
(1575, 1, 1232128325, 'forum.php', 'modify', 'forum id = 35', '72.153.20.15'),
(1576, 1, 1232128383, 'forum.php', 'add', '', '72.153.20.15'),
(1577, 1, 1232128421, 'forum.php', 'update', '', '72.153.20.15'),
(1578, 1, 1232128423, 'forum.php', 'modify', 'forum id = 36', '72.153.20.15'),
(1579, 1, 1232128426, 'forum.php', 'edit', 'forum id = 34', '72.153.20.15'),
(1580, 1, 1232128450, 'forum.php', 'update', 'forum id = 34', '72.153.20.15'),
(1581, 1, 1232128451, 'forum.php', 'modify', 'forum id = 34', '72.153.20.15'),
(1582, 1, 1232128465, 'forum.php', 'doorder', '', '72.153.20.15'),
(1583, 1, 1232128466, 'forum.php', 'modify', '', '72.153.20.15'),
(1584, 1, 1232128856, 'forum.php', 'edit', 'forum id = 35', '72.153.20.15'),
(1585, 1, 1232128901, 'forum.php', 'update', 'forum id = 35', '72.153.20.15'),
(1586, 1, 1232128903, 'forum.php', 'modify', 'forum id = 35', '72.153.20.15'),
(1587, 1, 1232161305, 'profilefield.php', 'modify', '', '76.18.42.226'),
(1588, 1, 1232161313, 'profilefield.php', 'edit', 'profilefield id = 5', '76.18.42.226'),
(1589, 1, 1232161322, 'profilefield.php', 'update', 'profilefield id = 5', '76.18.42.226'),
(1590, 1, 1232161324, 'profilefield.php', 'modify', '', '76.18.42.226'),
(1591, 1, 1232161327, 'user.php', 'modify', '', '76.18.42.226'),
(1592, 1, 1232161328, 'user.php', 'modify', '', '76.18.42.226'),
(1593, 1, 1232161333, 'user.php', 'find', '', '76.18.42.226'),
(1594, 1, 1232161338, 'user.php', 'edit', 'user id = 222', '76.18.42.226'),
(1595, 1, 1232161346, 'user.php', 'update', 'user id = 222', '76.18.42.226'),
(1596, 1, 1232161348, 'user.php', 'modify', 'user id = 222', '76.18.42.226'),
(1597, 1, 1232415324, 'forum.php', 'modify', '', '76.18.42.226'),
(1598, 1, 1232415333, 'forum.php', 'edit', 'forum id = 2', '76.18.42.226'),
(1599, 1, 1232415338, 'forum.php', 'add', '', '76.18.42.226'),
(1600, 1, 1232415338, 'forum.php', 'add', '', '76.18.42.226'),
(1601, 1, 1232415354, 'forum.php', 'update', '', '76.18.42.226'),
(1602, 1, 1232415356, 'forum.php', 'modify', 'forum id = 37', '76.18.42.226'),
(1603, 1, 1232415357, 'resources.php', '', '', '76.18.42.226'),
(1604, 1, 1232415357, 'resources.php', '', '', '76.18.42.226'),
(1605, 1, 1232415360, 'forumpermission.php', 'modify', '', '76.18.42.226'),
(1606, 1, 1232415362, 'forumpermission.php', 'modify', '', '76.18.42.226'),
(1607, 1, 1232415369, 'forumpermission.php', 'edit', 'forum id = 37 / usergroup id = 2', '76.18.42.226'),
(1608, 1, 1232415374, 'forumpermission.php', 'doupdate', '', '76.18.42.226'),
(1609, 1, 1232415375, 'forumpermission.php', 'modify', 'forum id = 37', '76.18.42.226'),
(1610, 1, 1232415390, 'forumpermission.php', 'edit', 'forum id = 37 / usergroup id = 4', '76.18.42.226'),
(1611, 1, 1232415395, 'forumpermission.php', 'doupdate', '', '76.18.42.226'),
(1612, 1, 1232415397, 'forumpermission.php', 'modify', 'forum id = 37', '76.18.42.226'),
(1613, 1, 1232415405, 'forumpermission.php', 'edit', 'forum id = 37 / usergroup id = 12', '76.18.42.226'),
(1614, 1, 1232415411, 'forumpermission.php', 'doupdate', '', '76.18.42.226'),
(1615, 1, 1232415412, 'forumpermission.php', 'modify', 'forum id = 37', '76.18.42.226'),
(1616, 1, 1232415422, 'forumpermission.php', 'edit', 'forum id = 37 / usergroup id = 11', '76.18.42.226'),
(1617, 1, 1232415427, 'forumpermission.php', 'doupdate', '', '76.18.42.226'),
(1618, 1, 1232415429, 'forumpermission.php', 'modify', 'forum id = 37', '76.18.42.226'),
(1619, 1, 1232415437, 'forumpermission.php', 'edit', 'forum id = 37 / usergroup id = 1', '76.18.42.226'),
(1620, 1, 1232415442, 'forumpermission.php', 'doupdate', '', '76.18.42.226'),
(1621, 1, 1232415443, 'forumpermission.php', 'modify', 'forum id = 37', '76.18.42.226'),
(1622, 1, 1232415450, 'forumpermission.php', 'edit', 'forum id = 37 / usergroup id = 3', '76.18.42.226'),
(1623, 1, 1232415456, 'forumpermission.php', 'doupdate', '', '76.18.42.226'),
(1624, 1, 1232415457, 'forumpermission.php', 'modify', 'forum id = 37', '76.18.42.226'),
(1625, 1, 1232415471, 'forumpermission.php', 'edit', 'forumpermission id = 43', '76.18.42.226'),
(1626, 1, 1232415476, 'forumpermission.php', 'doupdate', '', '76.18.42.226'),
(1627, 1, 1232415477, 'forumpermission.php', 'modify', 'forum id = 15', '76.18.42.226'),
(1628, 1, 1232415494, 'forumpermission.php', 'edit', 'forum id = 37 / usergroup id = 5', '76.18.42.226'),
(1629, 1, 1232415498, 'forumpermission.php', 'doupdate', '', '76.18.42.226'),
(1630, 1, 1232415500, 'forumpermission.php', 'modify', 'forum id = 37', '76.18.42.226'),
(1631, 1, 1232415574, 'forumpermission.php', 'quickset', 'forum id = 15', '76.18.42.226'),
(1632, 1, 1232415575, 'forumpermission.php', 'modify', 'forum id = 15', '76.18.42.226'),
(1633, 1, 1232415578, 'forum.php', 'modify', '', '76.18.42.226'),
(1634, 1, 1232415578, 'forum.php', 'modify', '', '76.18.42.226'),
(1635, 1, 1232415581, 'forum.php', 'edit', 'forum id = 15', '76.18.42.226'),
(1636, 1, 1232415588, 'forum.php', 'update', 'forum id = 15', '76.18.42.226'),
(1637, 1, 1232415590, 'forum.php', 'modify', 'forum id = 15', '76.18.42.226'),
(1638, 1, 1232415595, 'forum.php', 'edit', 'forum id = 23', '76.18.42.226'),
(1639, 1, 1232415601, 'forum.php', 'update', 'forum id = 23', '76.18.42.226'),
(1640, 1, 1232415602, 'forum.php', 'modify', 'forum id = 23', '76.18.42.226'),
(1641, 1, 1232415604, 'forumpermission.php', 'modify', '', '76.18.42.226'),
(1642, 1, 1232415605, 'forumpermission.php', 'modify', '', '76.18.42.226'),
(1643, 1, 1232415609, 'forumpermission.php', 'quickset', 'forum id = 23', '76.18.42.226'),
(1644, 1, 1232415611, 'forumpermission.php', 'modify', 'forum id = 23', '76.18.42.226'),
(1645, 1, 1232415616, 'forumpermission.php', 'edit', 'forumpermission id = 84', '76.18.42.226'),
(1646, 1, 1232415623, 'forumpermission.php', 'doupdate', '', '76.18.42.226'),
(1647, 1, 1232415624, 'forumpermission.php', 'modify', 'forum id = 23', '76.18.42.226'),
(1648, 1, 1232415634, 'forumpermission.php', 'edit', 'forumpermission id = 75', '76.18.42.226'),
(1649, 1, 1232415638, 'forumpermission.php', 'doupdate', '', '76.18.42.226'),
(1650, 1, 1232415639, 'forumpermission.php', 'modify', 'forum id = 15', '76.18.42.226'),
(1651, 1, 1232415646, 'forumpermission.php', 'edit', 'forumpermission id = 76', '76.18.42.226'),
(1652, 1, 1232415669, 'forumpermission.php', 'doupdate', '', '76.18.42.226'),
(1653, 1, 1232415670, 'forumpermission.php', 'modify', 'forum id = 15', '76.18.42.226'),
(1654, 1, 1232415674, 'forumpermission.php', 'edit', 'forumpermission id = 74', '76.18.42.226'),
(1655, 1, 1232415678, 'forumpermission.php', 'doupdate', '', '76.18.42.226'),
(1656, 1, 1232415680, 'forumpermission.php', 'modify', 'forum id = 15', '76.18.42.226'),
(1657, 1, 1232415783, 'forum.php', 'modify', '', '76.18.42.226'),
(1658, 1, 1232415783, 'forum.php', 'modify', '', '76.18.42.226'),
(1659, 1, 1232416096, 'forum.php', 'remove', 'forum id = 2', '76.18.42.226'),
(1660, 1, 1232416098, 'forum.php', 'kill', 'forum id = 2', '76.18.42.226'),
(1661, 1, 1232416099, 'forum.php', '', '', '76.18.42.226'),
(1662, 1, 1232418959, 'forum.php', 'edit', 'forum id = 13', '76.18.42.226'),
(1663, 1, 1232418967, 'forum.php', 'update', 'forum id = 13', '76.18.42.226'),
(1664, 1, 1232418969, 'forum.php', 'modify', 'forum id = 13', '76.18.42.226'),
(1665, 1, 1232418983, 'forum.php', 'edit', 'forum id = 17', '76.18.42.226'),
(1666, 1, 1232418992, 'forum.php', 'update', 'forum id = 17', '76.18.42.226'),
(1667, 1, 1232418994, 'forum.php', 'modify', 'forum id = 17', '76.18.42.226'),
(1668, 1, 1232419006, 'forum.php', 'edit', 'forum id = 24', '76.18.42.226'),
(1669, 1, 1232419016, 'forum.php', 'update', 'forum id = 24', '76.18.42.226'),
(1670, 1, 1232419017, 'forum.php', 'modify', 'forum id = 24', '76.18.42.226'),
(1671, 1, 1232419021, 'forum.php', 'edit', 'forum id = 14', '76.18.42.226'),
(1672, 1, 1232419031, 'forum.php', 'update', 'forum id = 14', '76.18.42.226'),
(1673, 1, 1232419032, 'forum.php', 'modify', 'forum id = 14', '76.18.42.226'),
(1674, 1, 1232419119, 'forum.php', 'edit', 'forum id = 26', '76.18.42.226'),
(1675, 1, 1232419137, 'forum.php', 'update', 'forum id = 26', '76.18.42.226'),
(1676, 1, 1232419139, 'forum.php', 'modify', 'forum id = 26', '76.18.42.226'),
(1677, 1, 1232419152, 'forum.php', 'edit', 'forum id = 26', '76.18.42.226'),
(1678, 1, 1232419162, 'forum.php', 'update', 'forum id = 26', '76.18.42.226'),
(1679, 1, 1232419163, 'forum.php', 'modify', 'forum id = 26', '76.18.42.226'),
(1680, 1, 1232419179, 'forum.php', 'add', '', '76.18.42.226'),
(1681, 1, 1232419179, 'forum.php', 'add', '', '76.18.42.226'),
(1682, 1, 1232419193, 'forum.php', 'update', '', '76.18.42.226'),
(1683, 1, 1232419194, 'forum.php', 'modify', 'forum id = 38', '76.18.42.226'),
(1684, 1, 1232419201, 'forum.php', 'doorder', '', '76.18.42.226'),
(1685, 1, 1232419202, 'forum.php', 'modify', '', '76.18.42.226'),
(1686, 1, 1232419309, 'forum.php', 'edit', 'forum id = 3', '76.18.42.226'),
(1687, 1, 1232419333, 'forum.php', 'update', 'forum id = 3', '76.18.42.226'),
(1688, 1, 1232419334, 'forum.php', 'modify', 'forum id = 3', '76.18.42.226'),
(1689, 1, 1232419389, 'forum.php', 'edit', 'forum id = 35', '76.18.42.226'),
(1690, 1, 1232419394, 'forum.php', 'modify', '', '76.18.42.226'),
(1691, 1, 1232419394, 'forum.php', 'modify', '', '76.18.42.226'),
(1692, 1, 1232419397, 'forum.php', 'add', '', '76.18.42.226'),
(1693, 1, 1232419397, 'forum.php', 'add', '', '76.18.42.226'),
(1694, 1, 1232419444, 'forum.php', 'update', '', '76.18.42.226'),
(1695, 1, 1232419445, 'forum.php', 'modify', 'forum id = 39', '76.18.42.226'),
(1696, 1, 1232419455, 'forum.php', 'add', '', '76.18.42.226'),
(1697, 1, 1232419481, 'forum.php', 'update', '', '76.18.42.226'),
(1698, 1, 1232419482, 'forum.php', 'modify', 'forum id = 40', '76.18.42.226'),
(1699, 1, 1232419485, 'forum.php', 'edit', 'forum id = 35', '76.18.42.226'),
(1700, 1, 1232419513, 'forum.php', 'update', 'forum id = 35', '76.18.42.226'),
(1701, 1, 1232419514, 'forum.php', 'modify', 'forum id = 35', '76.18.42.226'),
(1702, 1, 1232419518, 'forum.php', 'edit', 'forum id = 36', '76.18.42.226'),
(1703, 1, 1232419526, 'forum.php', 'update', 'forum id = 36', '76.18.42.226'),
(1704, 1, 1232419527, 'forum.php', 'modify', 'forum id = 36', '76.18.42.226'),
(1705, 1, 1232419530, 'forum.php', 'add', '', '76.18.42.226'),
(1706, 1, 1232419543, 'forum.php', 'update', '', '76.18.42.226'),
(1707, 1, 1232419545, 'forum.php', 'modify', 'forum id = 41', '76.18.42.226'),
(1708, 1, 1232419668, 'forum.php', 'edit', 'forum id = 11', '76.18.42.226'),
(1709, 1, 1232419674, 'forum.php', 'update', 'forum id = 11', '76.18.42.226'),
(1710, 1, 1232419676, 'forum.php', 'modify', 'forum id = 11', '76.18.42.226'),
(1711, 1, 1232419694, 'forum.php', 'add', '', '76.18.42.226'),
(1712, 1, 1232419993, 'forum.php', 'update', '', '76.18.42.226'),
(1713, 1, 1232419995, 'forum.php', 'modify', 'forum id = 42', '76.18.42.226'),
(1714, 1, 1232420158, 'moderator.php', 'add', 'forum id = 42', '76.18.42.226'),
(1715, 1, 1232420193, 'moderator.php', 'update', 'forum id = 42', '76.18.42.226'),
(1716, 1, 1232420193, 'moderator.php', 'update', 'username = my08stang', '76.18.42.226'),
(1717, 1, 1232420194, 'forum.php', 'modify', 'forum id = 42', '76.18.42.226'),
(1718, 1, 1232420379, 'forumpermission.php', 'modify', '', '76.18.42.226'),
(1719, 1, 1232420391, 'forum.php', 'add', '', '76.18.42.226'),
(1720, 1, 1232420391, 'forum.php', 'add', '', '76.18.42.226'),
(1721, 1, 1232420408, 'forum.php', 'update', '', '76.18.42.226'),
(1722, 1, 1232420409, 'forum.php', 'modify', 'forum id = 43', '76.18.42.226'),
(1723, 1, 1232420417, 'forum.php', 'doorder', '', '76.18.42.226'),
(1724, 1, 1232420419, 'forum.php', 'modify', '', '76.18.42.226'),
(1725, 1, 1232420421, 'forumpermission.php', 'modify', '', '76.18.42.226'),
(1726, 1, 1232420421, 'forumpermission.php', 'modify', '', '76.18.42.226'),
(1727, 1, 1232420430, 'forumpermission.php', 'quickset', 'forum id = 43', '76.18.42.226'),
(1728, 1, 1232420432, 'forumpermission.php', 'modify', 'forum id = 43', '76.18.42.226'),
(1729, 1, 1232420449, 'forumpermission.php', 'edit', 'forumpermission id = 93', '76.18.42.226'),
(1730, 1, 1232420453, 'forumpermission.php', 'doupdate', '', '76.18.42.226'),
(1731, 1, 1232420455, 'forumpermission.php', 'modify', 'forum id = 43', '76.18.42.226'),
(1732, 1, 1232420461, 'forumpermission.php', 'edit', 'forumpermission id = 94', '76.18.42.226'),
(1733, 1, 1232420479, 'forumpermission.php', 'doupdate', '', '76.18.42.226'),
(1734, 1, 1232420480, 'forumpermission.php', 'modify', 'forum id = 43', '76.18.42.226'),
(1735, 1, 1232420484, 'forumpermission.php', 'edit', 'forumpermission id = 92', '76.18.42.226'),
(1736, 1, 1232420487, 'forumpermission.php', 'doupdate', '', '76.18.42.226'),
(1737, 1, 1232420489, 'forumpermission.php', 'modify', 'forum id = 43', '76.18.42.226'),
(1738, 1, 1232422936, 'user.php', 'modify', '', '76.18.42.226'),
(1739, 1, 1232422939, 'user.php', 'find', '', '76.18.42.226'),
(1740, 1, 1232422946, 'user.php', 'find', '', '76.18.42.226'),
(1741, 1, 1232422950, 'user.php', 'edit', 'user id = 192', '76.18.42.226'),
(1742, 1, 1232422966, 'user.php', 'modify', '', '76.18.42.226'),
(1743, 1, 1232422966, 'user.php', 'modify', '', '76.18.42.226'),
(1744, 1, 1232422971, 'user.php', 'find', '', '76.18.42.226'),
(1745, 1, 1232422972, 'user.php', 'edit', 'user id = 3', '76.18.42.226'),
(1746, 1, 1232422976, 'user.php', 'update', 'user id = 3', '76.18.42.226'),
(1747, 1, 1232423028, 'user.php', 'update', 'user id = 3', '76.18.42.226'),
(1748, 1, 1232423029, 'user.php', 'modify', 'user id = 3', '76.18.42.226'),
(1749, 1, 1232639477, 'user.php', 'modify', '', '72.153.20.15'),
(1750, 1, 1232639477, 'user.php', 'modify', '', '72.153.20.15'),
(1751, 1, 1232639478, 'user.php', 'find', '', '72.153.20.15'),
(1752, 1, 1232639572, 'user.php', 'remove', 'user id = 214', '72.153.20.15'),
(1753, 1, 1232639576, 'user.php', 'kill', 'user id = 214', '72.153.20.15'),
(1754, 1, 1232639578, 'user.php', 'modify', '', '72.153.20.15'),
(1755, 1, 1236538883, 'template.php', 'findupdates', '', '76.18.42.226'),
(1756, 4, 1237227265, 'user.php', 'viewuser', 'user id = 240', '131.59.200.82'),
(1757, 4, 1237227292, 'banning.php', 'banuser', '', '131.59.200.82'),
(1758, 4, 1237227293, 'banning.php', 'banuser', '', '131.59.200.82'),
(1759, 1, 1238253950, 'profilefield.php', 'modify', '', '65.2.27.220'),
(1760, 1, 1238253953, 'profilefield.php', 'edit', 'profilefield id = 5', '65.2.27.220'),
(1761, 1, 1238254092, 'profilefield.php', 'update', 'profilefield id = 5', '65.2.27.220'),
(1762, 1, 1238254094, 'profilefield.php', 'modify', '', '65.2.27.220'),
(1763, 1, 1238254224, 'profilefield.php', 'edit', 'profilefield id = 5', '65.2.27.220'),
(1764, 1, 1238254232, 'profilefield.php', 'update', 'profilefield id = 5', '65.2.27.220'),
(1765, 1, 1238254234, 'profilefield.php', 'modify', '', '65.2.27.220'),
(1766, 1, 1238254765, 'profilefield.php', 'edit', 'profilefield id = 5', '65.2.27.220'),
(1767, 1, 1238255601, 'profilefield.php', 'update', 'profilefield id = 5', '65.2.27.220'),
(1768, 1, 1238255603, 'profilefield.php', 'modify', '', '65.2.27.220'),
(1769, 1, 1238257200, 'profilefield.php', 'edit', 'profilefield id = 5', '65.2.27.220'),
(1770, 1, 1238257212, 'profilefield.php', 'update', 'profilefield id = 5', '65.2.27.220'),
(1771, 1, 1238257214, 'profilefield.php', 'modify', '', '65.2.27.220'),
(1772, 1, 1238258036, 'profilefield.php', 'edit', 'profilefield id = 5', '65.2.27.220'),
(1773, 1, 1238258043, 'profilefield.php', 'update', 'profilefield id = 5', '65.2.27.220'),
(1774, 1, 1238258045, 'profilefield.php', 'modify', '', '65.2.27.220'),
(1775, 1, 1238259073, 'profilefield.php', 'edit', 'profilefield id = 5', '65.2.27.220'),
(1776, 1, 1238259080, 'profilefield.php', 'update', 'profilefield id = 5', '65.2.27.220'),
(1777, 1, 1238259081, 'profilefield.php', 'modify', '', '65.2.27.220'),
(1778, 3, 1238259550, 'user.php', 'find', '', '65.2.27.220'),
(1779, 3, 1238259550, 'user.php', 'find', '', '65.2.27.220'),
(1780, 3, 1238259554, 'user.php', 'findnames', '', '65.2.27.220'),
(1781, 3, 1238259556, 'user.php', 'viewuser', 'user id = 220', '65.2.27.220'),
(1782, 3, 1239592580, 'user.php', 'viewuser', 'user id = 241', '32.179.41.170'),
(1783, 1, 1240330603, 'user.php', 'modify', '', '65.2.27.220'),
(1784, 1, 1240330603, 'user.php', 'modify', '', '65.2.27.220'),
(1785, 1, 1240330605, 'user.php', 'find', '', '65.2.27.220'),
(1786, 3, 1240330607, 'user.php', 'viewuser', 'user id = 264', '65.2.27.220'),
(1787, 1, 1240330608, 'user.php', 'remove', 'user id = 264', '65.2.27.220'),
(1788, 1, 1240330610, 'user.php', 'kill', 'user id = 264', '65.2.27.220'),
(1789, 1, 1240330612, 'user.php', 'modify', '', '65.2.27.220'),
(1790, 3, 1241030234, 'user.php', 'viewuser', 'user id = 241', '65.2.27.220'),
(1791, 3, 1241030250, 'banning.php', 'banuser', '', '65.2.27.220'),
(1792, 3, 1241030263, 'user.php', 'viewuser', 'user id = 241', '65.2.27.220'),
(1793, 1, 1241197916, 'profilefield.php', 'modify', '', '65.2.27.220'),
(1794, 1, 1241197917, 'profilefield.php', 'modify', '', '65.2.27.220'),
(1795, 1, 1241197919, 'profilefield.php', 'edit', 'profilefield id = 5', '65.2.27.220'),
(1796, 1, 1241197931, 'profilefield.php', 'update', 'profilefield id = 5', '65.2.27.220'),
(1797, 1, 1241197933, 'profilefield.php', 'modify', '', '65.2.27.220'),
(1798, 1, 1241197942, 'user.php', 'modify', '', '65.2.27.220'),
(1799, 1, 1241197942, 'user.php', 'modify', '', '65.2.27.220'),
(1800, 1, 1241197944, 'user.php', 'find', '', '65.2.27.220'),
(1801, 1, 1241197949, 'user.php', 'edit', 'user id = 252', '65.2.27.220'),
(1802, 1, 1241197959, 'user.php', 'update', 'user id = 252', '65.2.27.220'),
(1803, 1, 1241197960, 'user.php', 'modify', 'user id = 252', '65.2.27.220'),
(1804, 1, 1241198035, 'user.php', 'find', '', '65.2.27.220'),
(1805, 1, 1241198038, 'user.php', 'edit', 'user id = 259', '65.2.27.220'),
(1806, 1, 1241198049, 'user.php', 'update', 'user id = 259', '65.2.27.220'),
(1807, 1, 1241198050, 'user.php', 'modify', 'user id = 259', '65.2.27.220'),
(1808, 1, 1241198087, 'user.php', 'find', '', '65.2.27.220'),
(1809, 1, 1241198093, 'user.php', 'edit', 'user id = 253', '65.2.27.220'),
(1810, 1, 1241198100, 'user.php', 'update', 'user id = 253', '65.2.27.220'),
(1811, 1, 1241198102, 'user.php', 'modify', 'user id = 253', '65.2.27.220'),
(1812, 1, 1241198163, 'profilefield.php', 'modify', '', '65.2.27.220'),
(1813, 1, 1241198163, 'profilefield.php', 'modify', '', '65.2.27.220'),
(1814, 1, 1241198165, 'profilefield.php', 'edit', 'profilefield id = 5', '65.2.27.220'),
(1815, 1, 1241198170, 'profilefield.php', 'update', 'profilefield id = 5', '65.2.27.220'),
(1816, 1, 1241198171, 'profilefield.php', 'modify', '', '65.2.27.220'),
(1817, 1, 1241198190, 'user.php', 'modify', '', '65.2.27.220'),
(1818, 1, 1241198190, 'user.php', 'modify', '', '65.2.27.220'),
(1819, 1, 1241198200, 'user.php', 'find', '', '65.2.27.220'),
(1820, 1, 1241198204, 'user.php', 'edit', 'user id = 255', '65.2.27.220'),
(1821, 1, 1241198211, 'user.php', 'update', 'user id = 255', '65.2.27.220'),
(1822, 1, 1241198212, 'user.php', 'modify', 'user id = 255', '65.2.27.220'),
(1823, 1, 1241198385, 'profilefield.php', 'modify', '', '65.2.27.220'),
(1824, 1, 1241198385, 'profilefield.php', 'modify', '', '65.2.27.220'),
(1825, 1, 1241198390, 'profilefield.php', 'edit', 'profilefield id = 5', '65.2.27.220'),
(1826, 1, 1241198398, 'profilefield.php', 'update', 'profilefield id = 5', '65.2.27.220'),
(1827, 1, 1241198400, 'profilefield.php', 'modify', '', '65.2.27.220'),
(1828, 1, 1241198456, 'user.php', 'modify', '', '65.2.27.220'),
(1829, 1, 1241198459, 'user.php', 'find', '', '65.2.27.220'),
(1830, 1, 1241198462, 'user.php', 'edit', 'user id = 256', '65.2.27.220'),
(1831, 1, 1241198472, 'user.php', 'update', 'user id = 256', '65.2.27.220'),
(1832, 1, 1241198474, 'user.php', 'modify', 'user id = 256', '65.2.27.220'),
(1833, 1, 1241198529, 'profilefield.php', 'modify', '', '65.2.27.220'),
(1834, 1, 1241198529, 'profilefield.php', 'modify', '', '65.2.27.220'),
(1835, 1, 1241198531, 'profilefield.php', 'edit', 'profilefield id = 5', '65.2.27.220'),
(1836, 1, 1241198539, 'profilefield.php', 'update', 'profilefield id = 5', '65.2.27.220'),
(1837, 1, 1241198541, 'profilefield.php', 'modify', '', '65.2.27.220'),
(1838, 1, 1241198579, 'user.php', 'modify', '', '65.2.27.220'),
(1839, 1, 1241198579, 'user.php', 'modify', '', '65.2.27.220'),
(1840, 1, 1241198601, 'user.php', 'find', '', '65.2.27.220'),
(1841, 1, 1241198614, 'user.php', 'edit', 'user id = 263', '65.2.27.220'),
(1842, 1, 1241198625, 'user.php', 'update', 'user id = 263', '65.2.27.220'),
(1843, 1, 1241198626, 'user.php', 'modify', 'user id = 263', '65.2.27.220'),
(1844, 1, 1241198674, 'email.php', 'start', '', '65.2.27.220'),
(1845, 1, 1241198762, 'user.php', 'modify', '', '65.2.27.220'),
(1846, 1, 1241198763, 'user.php', 'modify', '', '65.2.27.220'),
(1847, 1, 1241198767, 'user.php', 'find', '', '65.2.27.220'),
(1848, 1, 1241198767, 'user.php', 'edit', 'user id = 241', '65.2.27.220'),
(1849, 1, 1241198773, 'user.php', 'remove', 'user id = 241', '65.2.27.220'),
(1850, 1, 1241198774, 'user.php', 'kill', 'user id = 241', '65.2.27.220'),
(1851, 1, 1241198776, 'user.php', 'modify', '', '65.2.27.220'),
(1852, 1, 1242754488, 'user.php', 'modify', '', '65.8.116.37'),
(1853, 1, 1242754488, 'user.php', 'modify', '', '65.8.116.37'),
(1854, 1, 1242754490, 'email.php', 'start', '', '65.8.116.37'),
(1855, 1, 1242754490, 'email.php', 'start', '', '65.8.116.37'),
(1856, 1, 1242754584, 'email.php', 'dosendmail', '', '65.8.116.37'),
(1857, 1, 1242754617, 'email.php', 'dosendmail', '', '65.8.116.37'),
(1858, 1, 1242754618, 'email.php', '', '', '65.8.116.37'),
(1859, 3, 1244600077, 'user.php', 'viewuser', 'user id = 277', '32.179.76.250'),
(1860, 1, 1245850356, 'plugin.php', 'product', '', '65.8.115.82'),
(1861, 1, 1245850358, 'plugin.php', 'productadd', '', '65.8.115.82'),
(1862, 1, 1245850364, 'plugin.php', 'productimport', '', '65.8.115.82'),
(1863, 1, 1245850368, 'plugin.php', 'product', '', '65.8.115.82'),
(1864, 1, 1245850371, 'options.php', '', '', '65.8.115.82'),
(1865, 1, 1245850375, 'options.php', 'options', '', '65.8.115.82'),
(1866, 1, 1245850379, 'options.php', 'dooptions', '', '65.8.115.82'),
(1867, 1, 1245850380, 'options.php', 'options', '', '65.8.115.82'),
(1868, 1, 1245850495, 'user.php', 'modify', '', '65.8.115.82'),
(1869, 1, 1245850495, 'user.php', 'modify', '', '65.8.115.82'),
(1870, 1, 1245850500, 'user.php', 'find', '', '65.8.115.82'),
(1871, 1, 1245861152, 'profilefield.php', 'modify', '', '65.8.115.82'),
(1872, 1, 1245861152, 'profilefield.php', 'modify', '', '65.8.115.82'),
(1873, 1, 1245861154, 'profilefield.php', 'edit', 'profilefield id = 5', '65.8.115.82'),
(1874, 1, 1245861164, 'profilefield.php', 'update', 'profilefield id = 5', '65.8.115.82'),
(1875, 1, 1245861165, 'profilefield.php', 'modify', '', '65.8.115.82'),
(1876, 1, 1245861167, 'user.php', 'modify', '', '65.8.115.82'),
(1877, 1, 1245861167, 'user.php', 'modify', '', '65.8.115.82'),
(1878, 1, 1245861168, 'user.php', 'find', '', '65.8.115.82'),
(1879, 1, 1245861170, 'user.php', 'edit', 'user id = 278', '65.8.115.82'),
(1880, 1, 1245861179, 'user.php', 'update', 'user id = 278', '65.8.115.82'),
(1881, 1, 1245861181, 'user.php', 'modify', 'user id = 278', '65.8.115.82'),
(1882, 1, 1245861247, 'template.php', 'findupdates', '', '65.8.115.82'),
(1883, 1, 1245861253, 'template.php', 'delete', 'style id = 3', '65.8.115.82'),
(1884, 1, 1245861255, 'template.php', 'kill', 'style id = 0', '65.8.115.82'),
(1885, 1, 1245861255, 'template.php', 'findupdates', '', '65.8.115.82'),
(1886, 1, 1245861256, 'template.php', 'modify', '', '65.8.115.82'),
(1887, 1, 1245861260, 'template.php', 'delete', 'style id = 3', '65.8.115.82'),
(1888, 1, 1245861262, 'template.php', 'kill', 'style id = 0', '65.8.115.82'),
(1889, 1, 1245861262, 'template.php', 'findupdates', '', '65.8.115.82'),
(1890, 1, 1245861264, 'template.php', 'modify', '', '65.8.115.82'),
(1891, 1, 1245861267, 'template.php', 'delete', 'style id = 3', '65.8.115.82'),
(1892, 1, 1245861274, 'template.php', 'delete', 'style id = 3', '65.8.115.82'),
(1893, 1, 1245861275, 'template.php', 'kill', 'style id = 0', '65.8.115.82'),
(1894, 1, 1245861276, 'template.php', 'findupdates', '', '65.8.115.82'),
(1895, 1, 1245861277, 'template.php', 'modify', '', '65.8.115.82'),
(1896, 1, 1245861280, 'template.php', 'delete', 'style id = 3', '65.8.115.82'),
(1897, 1, 1245861282, 'template.php', 'kill', 'style id = 0', '65.8.115.82'),
(1898, 1, 1245861283, 'template.php', 'findupdates', '', '65.8.115.82'),
(1899, 1, 1245861284, 'template.php', 'modify', '', '65.8.115.82'),
(1900, 1, 1256824145, 'user.php', 'modify', '', '65.8.131.100'),
(1901, 1, 1256824145, 'user.php', 'modify', '', '65.8.131.100'),
(1902, 1, 1256824148, 'user.php', 'find', '', '65.8.131.100'),
(1903, 1, 1256824156, 'user.php', 'remove', 'user id = 295', '65.8.131.100'),
(1904, 1, 1256824158, 'user.php', 'kill', 'user id = 295', '65.8.131.100'),
(1905, 1, 1256824160, 'user.php', 'modify', '', '65.8.131.100'),
(1906, 1, 1256824238, 'user.php', 'find', '', '65.8.131.100'),
(1907, 1, 1256824243, 'user.php', 'remove', 'user id = 291', '65.8.131.100'),
(1908, 1, 1256824245, 'user.php', 'kill', 'user id = 291', '65.8.131.100'),
(1909, 1, 1256824246, 'user.php', 'modify', '', '65.8.131.100'),
(1910, 1, 1256824423, 'user.php', 'find', '', '65.8.131.100'),
(1911, 1, 1257802729, 'forum.php', 'modify', '', '65.8.134.152'),
(1912, 1, 1257802740, 'forum.php', 'edit', 'forum id = 39', '65.8.134.152'),
(1913, 1, 1257802749, 'forum.php', 'update', 'forum id = 39', '65.8.134.152'),
(1914, 1, 1257802750, 'forum.php', 'modify', 'forum id = 39', '65.8.134.152'),
(1915, 1, 1258292117, 'backup.php', 'choose', '', '98.249.137.41'),
(1916, 1, 1258292388, 'backup.php', 'choose', '', '98.249.137.41'),
(1917, 1, 1258292409, 'options.php', '', '', '98.249.137.41'),
(1918, 1, 1258292413, 'options.php', 'options', '', '98.249.137.41'),
(1919, 1, 1258292460, 'options.php', 'dooptions', '', '98.249.137.41'),
(1920, 1, 1258292463, 'options.php', 'options', '', '98.249.137.41'),
(1921, 1, 1258297508, 'plugin.php', 'modify', '', '32.179.176.179'),
(1922, 1, 1258299943, 'misc.php', 'chooser', '', '32.179.176.179'),
(1923, 1, 1258299946, 'misc.php', 'updatethread', '', '32.179.176.179'),
(1924, 1, 1258299953, 'misc.php', '', '', '32.179.176.179'),
(1925, 1, 1258299955, 'misc.php', 'updateuser', '', '32.179.176.179'),
(1926, 1, 1258299958, 'misc.php', '', '', '32.179.176.179'),
(1927, 1, 1258299960, 'misc.php', 'updateforum', '', '32.179.176.179'),
(1928, 1, 1258299962, 'misc.php', '', '', '32.179.176.179'),
(1929, 1, 1258299969, 'misc.php', 'lostusers', '', '32.179.176.179'),
(1930, 1, 1258299970, 'misc.php', '', '', '32.179.176.179'),
(1931, 1, 1258299999, 'template.php', 'findupdates', '', '32.179.176.179'),
(1932, 1, 1258300005, 'template.php', 'delete', 'style id = 3', '32.179.176.179'),
(1933, 1, 1258300007, 'template.php', 'kill', 'style id = 0', '32.179.176.179'),
(1934, 1, 1258300008, 'template.php', 'findupdates', '', '32.179.176.179'),
(1935, 1, 1258300009, 'template.php', 'modify', '', '32.179.176.179'),
(1936, 1, 1258300013, 'template.php', 'delete', 'style id = 3', '32.179.176.179'),
(1937, 1, 1258300015, 'template.php', 'kill', 'style id = 0', '32.179.176.179'),
(1938, 1, 1258300016, 'template.php', 'findupdates', '', '32.179.176.179'),
(1939, 1, 1258300017, 'template.php', 'modify', '', '32.179.176.179'),
(1940, 1, 1258300023, 'template.php', 'delete', 'style id = 3', '32.179.176.179'),
(1941, 1, 1258300026, 'template.php', 'kill', 'style id = 0', '32.179.176.179'),
(1942, 1, 1258300026, 'template.php', 'findupdates', '', '32.179.176.179'),
(1943, 1, 1258300027, 'template.php', 'modify', '', '32.179.176.179'),
(1944, 1, 1258300031, 'template.php', 'delete', 'style id = 3', '32.179.176.179'),
(1945, 1, 1258300033, 'template.php', 'kill', 'style id = 0', '32.179.176.179'),
(1946, 1, 1258300033, 'template.php', 'findupdates', '', '32.179.176.179'),
(1947, 1, 1258300035, 'template.php', 'modify', '', '32.179.176.179'),
(1948, 1, 1258300039, 'template.php', 'delete', 'style id = 3', '32.179.176.179'),
(1949, 1, 1258300043, 'template.php', 'kill', 'style id = 0', '32.179.176.179'),
(1950, 1, 1258300044, 'template.php', 'findupdates', '', '32.179.176.179'),
(1951, 1, 1258300045, 'template.php', 'modify', '', '32.179.176.179'),
(1952, 1, 1258300048, 'template.php', 'delete', 'style id = 3', '32.179.176.179'),
(1953, 1, 1258300051, 'template.php', 'kill', 'style id = 0', '32.179.176.179'),
(1954, 1, 1258300052, 'template.php', 'findupdates', '', '32.179.176.179'),
(1955, 1, 1258300053, 'template.php', 'modify', '', '32.179.176.179'),
(1956, 1, 1258300068, 'misc.php', 'addmissingkeywords', '', '32.179.176.179'),
(1957, 1, 1258300069, 'misc.php', 'addmissingkeywords', '', '32.179.176.179'),
(1958, 1, 1258300070, 'misc.php', 'addmissingkeywords', '', '32.179.176.179'),
(1959, 1, 1258300071, 'misc.php', 'addmissingkeywords', '', '32.179.176.179'),
(1960, 1, 1258300072, 'misc.php', 'addmissingkeywords', '', '32.179.176.179'),
(1961, 1, 1258300073, 'misc.php', 'addmissingkeywords', '', '32.179.176.179'),
(1962, 1, 1258300074, 'misc.php', 'addmissingkeywords', '', '32.179.176.179'),
(1963, 1, 1258300075, 'misc.php', 'addmissingkeywords', '', '32.179.176.179'),
(1964, 1, 1258300076, 'misc.php', 'addmissingkeywords', '', '32.179.176.179'),
(1965, 1, 1258300077, 'misc.php', 'addmissingkeywords', '', '32.179.176.179'),
(1966, 1, 1258300079, 'misc.php', 'addmissingkeywords', '', '32.179.176.179'),
(1967, 1, 1258300080, 'misc.php', 'addmissingkeywords', '', '32.179.176.179'),
(1968, 1, 1258300081, 'misc.php', 'addmissingkeywords', '', '32.179.176.179'),
(1969, 1, 1258300082, 'misc.php', 'addmissingkeywords', '', '32.179.176.179'),
(1970, 1, 1258300083, 'misc.php', 'addmissingkeywords', '', '32.179.176.179'),
(1971, 1, 1258300085, 'misc.php', 'addmissingkeywords', '', '32.179.176.179'),
(1972, 1, 1258300086, 'misc.php', 'addmissingkeywords', '', '32.179.176.179'),
(1973, 1, 1258300087, 'misc.php', '', '', '32.179.176.179'),
(1974, 1, 1258300191, 'template.php', 'modify', '', '32.179.176.179'),
(1975, 1, 1258300199, 'template.php', 'deletestyle', 'style id = 3', '32.179.176.179'),
(1976, 1, 1258300202, 'template.php', 'killstyle', 'style id = 3', '32.179.176.179'),
(1977, 1, 1258300203, 'template.php', 'modify', '', '32.179.176.179'),
(1978, 1, 1258300228, 'template.php', 'deletestyle', 'style id = 1', '32.179.176.179'),
(1979, 1, 1258300230, 'template.php', 'killstyle', 'style id = 1', '32.179.176.179'),
(1980, 1, 1258300232, 'template.php', 'modify', '', '32.179.176.179'),
(1981, 1, 1258300293, 'options.php', '', '', '32.179.176.179'),
(1982, 1, 1258300297, 'options.php', 'options', '', '32.179.176.179'),
(1983, 1, 1258300319, 'options.php', 'dooptions', '', '32.179.176.179'),
(1984, 1, 1258300321, 'options.php', 'options', '', '32.179.176.179'),
(1985, 1, 1258300351, 'plugin.php', 'product', '', '32.179.176.179'),
(1986, 1, 1258300357, 'plugin.php', 'productdelete', '', '32.179.176.179'),
(1987, 1, 1258300360, 'plugin.php', 'productkill', '', '32.179.176.179'),
(1988, 1, 1258300363, 'plugin.php', 'product', '', '32.179.176.179'),
(1989, 1, 1258300374, 'plugin.php', 'productdelete', '', '32.179.176.179'),
(1990, 1, 1258300376, 'plugin.php', 'productkill', '', '32.179.176.179'),
(1991, 1, 1258300379, 'plugin.php', 'product', '', '32.179.176.179'),
(1992, 1, 1258300384, 'plugin.php', 'productdelete', '', '32.179.176.179'),
(1993, 1, 1258300387, 'plugin.php', 'productkill', '', '32.179.176.179'),
(1994, 1, 1258300390, 'plugin.php', 'product', '', '32.179.176.179'),
(1995, 1, 1258300614, 'user.php', 'moderate', '', '32.179.176.179'),
(1996, 1, 1258300621, 'user.php', 'domoderate', '', '32.179.176.179'),
(1997, 1, 1258300628, 'user.php', 'modify', '', '32.179.176.179'),
(1998, 1, 1258300631, 'user.php', 'find', '', '32.179.176.179'),
(1999, 1, 1258300639, 'user.php', 'edit', 'user id = 307', '32.179.176.179'),
(2000, 1, 1258300654, 'options.php', '', '', '32.179.176.179'),
(2001, 1, 1258300657, 'options.php', 'options', '', '32.179.176.179'),
(2002, 1, 1258300660, 'options.php', 'dooptions', '', '32.179.176.179'),
(2003, 1, 1258300662, 'options.php', 'options', '', '32.179.176.179'),
(2004, 1, 1258300942, 'options.php', 'dooptions', '', '32.179.176.179'),
(2005, 1, 1258300944, 'options.php', 'options', '', '32.179.176.179'),
(2006, 1, 1258300992, 'template.php', 'findupdates', '', '32.179.176.179'),
(2007, 1, 1258301004, 'options.php', '', '', '32.179.176.179'),
(2008, 1, 1258301007, 'options.php', 'options', '', '32.179.176.179'),
(2009, 1, 1258301013, 'options.php', 'options', '', '32.179.176.179'),
(2010, 1, 1258322988, 'options.php', '', '', '32.179.208.108'),
(2011, 1, 1258323267, 'plugin.php', 'product', '', '32.179.208.108'),
(2012, 1, 1258323274, 'plugin.php', 'productdelete', '', '32.179.208.108'),
(2013, 1, 1258323276, 'plugin.php', 'productkill', '', '32.179.208.108'),
(2014, 1, 1258323280, 'plugin.php', 'product', '', '32.179.208.108'),
(2015, 1, 1258323283, 'plugin.php', 'productdelete', '', '32.179.208.108'),
(2016, 1, 1258323285, 'plugin.php', 'productkill', '', '32.179.208.108'),
(2017, 1, 1258323289, 'plugin.php', 'product', '', '32.179.208.108'),
(2018, 1, 1258323429, 'options.php', '', '', '32.179.208.108'),
(2019, 1, 1258323447, 'options.php', 'options', '', '32.179.208.108'),
(2020, 1, 1258323467, 'tag.php', '', '', '32.179.208.108'),
(2021, 1, 1258323582, 'sitemap.php', '', '', '32.179.208.108'),
(2022, 1, 1258323668, 'sitemap.php', 'forum', '', '32.179.208.108'),
(2023, 1, 1258323678, 'repair.php', 'list', '', '32.179.208.108'),
(2024, 1, 1258323690, 'stats.php', 'index', '', '32.179.208.108'),
(2025, 1, 1259701309, 'options.php', '', '', '65.8.122.28'),
(2026, 1, 1259701313, 'options.php', 'options', '', '65.8.122.28'),
(2027, 1, 1259701316, 'options.php', 'dooptions', '', '65.8.122.28'),
(2028, 1, 1259701318, 'options.php', 'options', '', '65.8.122.28'),
(2029, 1, 1259705768, 'user.php', 'modify', '', '65.8.122.28'),
(2030, 1, 1259705773, 'email.php', 'start', '', '65.8.122.28'),
(2031, 1, 1259705955, 'email.php', 'dosendmail', '', '65.8.122.28'),
(2032, 1, 1259705978, 'email.php', 'dosendmail', '', '65.8.122.28'),
(2033, 1, 1259705980, 'email.php', '', '', '65.8.122.28'),
(2034, 1, 1259706113, 'options.php', '', '', '65.8.122.28'),
(2035, 1, 1259706115, 'bookmarksite.php', 'modify', '', '65.8.122.28'),
(2036, 1, 1259706117, 'options.php', '', '', '65.8.122.28'),
(2037, 1, 1259706121, 'options.php', 'options', '', '65.8.122.28'),
(2038, 1, 1259706288, 'options.php', 'dooptions', '', '65.8.122.28'),
(2039, 1, 1259706290, 'options.php', 'options', '', '65.8.122.28'),
(2040, 1, 1260457035, 'plugin.php', 'product', '', '65.8.112.245'),
(2041, 1, 1260895599, 'plugin.php', 'product', '', '65.8.112.245'),
(2042, 1, 1260895605, 'plugin.php', 'productdisable', '', '65.8.112.245'),
(2043, 1, 1260895606, 'plugin.php', 'productedit', '', '65.8.112.245'),
(2044, 1, 1260895978, 'plugin.php', 'product', '', '65.8.112.245'),
(2045, 1, 1260895982, 'plugin.php', 'productdelete', '', '65.8.112.245'),
(2046, 1, 1260895983, 'plugin.php', 'productkill', '', '65.8.112.245'),
(2047, 1, 1260895987, 'plugin.php', 'product', '', '65.8.112.245'),
(2048, 1, 1260896734, 'plugin.php', 'productdelete', '', '65.8.112.245'),
(2049, 1, 1260896735, 'plugin.php', 'productkill', '', '65.8.112.245'),
(2050, 1, 1260896739, 'plugin.php', 'product', '', '65.8.112.245'),
(2051, 1, 1260898391, 'template.php', 'modify', '', '65.8.112.245'),
(2052, 1, 1260901219, 'profilefield.php', 'modify', '', '65.8.112.245'),
(2053, 1, 1260901221, 'profilefield.php', 'edit', 'profilefield id = 5', '65.8.112.245'),
(2054, 1, 1260901243, 'profilefield.php', 'update', 'profilefield id = 5', '65.8.112.245'),
(2055, 1, 1260901245, 'profilefield.php', 'modify', '', '65.8.112.245'),
(2056, 1, 1260901250, 'user.php', 'modify', '', '65.8.112.245'),
(2057, 1, 1260901252, 'user.php', 'find', '', '65.8.112.245'),
(2058, 1, 1260901262, 'user.php', 'edit', 'user id = 287', '65.8.112.245'),
(2059, 1, 1260901273, 'user.php', 'update', 'user id = 287', '65.8.112.245'),
(2060, 1, 1260901274, 'user.php', 'modify', 'user id = 287', '65.8.112.245'),
(2061, 1, 1260901493, 'user.php', 'find', '', '65.8.112.245'),
(2062, 1, 1260901503, 'user.php', 'edit', 'user id = 299', '65.8.112.245'),
(2063, 1, 1260901517, 'user.php', 'update', 'user id = 299', '65.8.112.245'),
(2064, 1, 1260901520, 'user.php', 'modify', 'user id = 299', '65.8.112.245'),
(2065, 1, 1260901677, 'profilefield.php', 'modify', '', '65.8.112.245'),
(2066, 1, 1260901681, 'profilefield.php', 'edit', 'profilefield id = 5', '65.8.112.245'),
(2067, 1, 1260901688, 'profilefield.php', 'update', 'profilefield id = 5', '65.8.112.245'),
(2068, 1, 1260901690, 'profilefield.php', 'modify', '', '65.8.112.245'),
(2069, 1, 1260901707, 'user.php', 'modify', '', '65.8.112.245'),
(2070, 1, 1260901709, 'user.php', 'find', '', '65.8.112.245'),
(2071, 1, 1260901715, 'user.php', 'edit', 'user id = 289', '65.8.112.245'),
(2072, 1, 1260901728, 'user.php', 'update', 'user id = 289', '65.8.112.245'),
(2073, 1, 1260901730, 'user.php', 'modify', 'user id = 289', '65.8.112.245'),
(2074, 1, 1261077073, 'options.php', '', '', '65.8.112.245'),
(2075, 1, 1261077076, 'options.php', 'options', '', '65.8.112.245'),
(2076, 1, 1261077080, 'options.php', 'dooptions', '', '65.8.112.245'),
(2077, 1, 1261077082, 'options.php', 'options', '', '65.8.112.245'),
(2078, 1, 1261082027, 'options.php', '', '', '65.8.112.245'),
(2079, 1, 1261082030, 'options.php', 'options', '', '65.8.112.245'),
(2080, 1, 1261082033, 'options.php', 'dooptions', '', '65.8.112.245'),
(2081, 1, 1261082035, 'options.php', 'options', '', '65.8.112.245'),
(2082, 1, 1261082077, 'options.php', 'dooptions', '', '65.8.112.245'),
(2083, 1, 1261082079, 'options.php', 'options', '', '65.8.112.245'),
(2084, 1, 1261147828, 'options.php', '', '', '65.8.112.245'),
(2085, 1, 1261147829, 'options.php', 'options', '', '65.8.112.245'),
(2086, 1, 1261147832, 'options.php', 'dooptions', '', '65.8.112.245'),
(2087, 1, 1261147834, 'options.php', 'options', '', '65.8.112.245'),
(2088, 1, 1262398012, 'options.php', '', '', '98.249.137.41'),
(2089, 1, 1262398034, 'options.php', 'options', '', '98.249.137.41'),
(2090, 1, 1262398041, 'options.php', 'dooptions', '', '98.249.137.41'),
(2091, 1, 1262398043, 'options.php', 'options', '', '98.249.137.41'),
(2092, 1, 1262398069, 'options.php', 'dooptions', '', '98.249.137.41'),
(2093, 1, 1262398070, 'options.php', 'options', '', '98.249.137.41'),
(2094, 1, 1262407430, 'options.php', '', '', '98.249.137.41'),
(2095, 1, 1262407483, 'repair.php', 'list', '', '98.249.137.41'),
(2096, 1, 1262407485, 'plugin.php', 'product', '', '98.249.137.41'),
(2097, 1, 1262407489, 'options.php', '', '', '98.249.137.41');
INSERT INTO `adminlog` (`adminlogid`, `userid`, `dateline`, `script`, `action`, `extrainfo`, `ipaddress`) VALUES
(2098, 1, 1262407492, 'options.php', 'options', '', '98.249.137.41'),
(2099, 1, 1262407496, 'options.php', 'dooptions', '', '98.249.137.41'),
(2100, 1, 1262407497, 'options.php', 'options', '', '98.249.137.41'),
(2101, 1, 1262407503, 'options.php', '', '', '98.249.137.41'),
(2102, 1, 1262407509, 'options.php', 'options', '', '98.249.137.41'),
(2103, 1, 1262407521, 'options.php', 'options', '', '98.249.137.41'),
(2104, 1, 1262407547, 'options.php', 'dooptions', '', '98.249.137.41'),
(2105, 1, 1262407548, 'options.php', 'options', '', '98.249.137.41'),
(2106, 1, 1262546024, 'options.php', '', '', '68.231.168.210'),
(2107, 1, 1262546040, 'plugin.php', 'product', '', '68.231.168.210'),
(2108, 1, 1262546076, 'diagnostic.php', 'list', '', '68.231.168.210'),
(2109, 1, 1262546079, 'diagnostic.php', 'doversion', '', '68.231.168.210'),
(2110, 1, 1262550668, 'diagnostic.php', 'list', '', '98.249.137.41'),
(2111, 1, 1262550683, 'diagnostic.php', 'doversion', '', '98.249.137.41'),
(2112, 1, 1262550865, 'diagnostic.php', 'doversion', '', '98.249.137.41'),
(2113, 1, 1262551148, 'diagnostic.php', 'doversion', '', '98.249.137.41'),
(2114, 1, 1262551593, 'diagnostic.php', 'doversion', '', '98.249.137.41'),
(2115, 1, 1262551700, 'diagnostic.php', 'doversion', '', '98.249.137.41'),
(2116, 1, 1262552076, 'diagnostic.php', 'doversion', '', '98.249.137.41'),
(2117, 1, 1262557691, 'diagnostic.php', 'list', '', '98.249.137.41'),
(2118, 1, 1262557707, 'diagnostic.php', 'doversion', '', '98.249.137.41'),
(2119, 1, 1262557810, 'diagnostic.php', 'doversion', '', '98.249.137.41'),
(2120, 1, 1262557851, 'diagnostic.php', 'doversion', '', '98.249.137.41'),
(2121, 1, 1262558113, 'diagnostic.php', 'doversion', '', '98.249.137.41'),
(2122, 1, 1262558386, 'diagnostic.php', 'doversion', '', '98.249.137.41'),
(2123, 1, 1262558452, 'diagnostic.php', 'list', '', '98.249.137.41'),
(2124, 1, 1262558459, 'diagnostic.php', 'server_modules', '', '98.249.137.41'),
(2125, 1, 1262558472, 'diagnostic.php', 'list', '', '98.249.137.41'),
(2126, 1, 1262558478, 'diagnostic.php', 'doversion', '', '98.249.137.41'),
(2127, 1, 1262558763, 'options.php', '', '', '98.249.137.41'),
(2128, 1, 1262558767, 'options.php', 'options', '', '98.249.137.41'),
(2129, 1, 1262558775, 'options.php', 'options', '', '98.249.137.41'),
(2130, 1, 1262558793, 'options.php', 'dooptions', '', '98.249.137.41'),
(2131, 1, 1262558795, 'options.php', 'options', '', '98.249.137.41'),
(2132, 1, 1263594118, 'options.php', '', '', '65.8.118.179');

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

--
-- Table structure for table `adminmessage`
--

CREATE TABLE IF NOT EXISTS `adminmessage` (
  `adminmessageid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `varname` varchar(250) NOT NULL DEFAULT '',
  `dismissable` smallint(5) unsigned NOT NULL DEFAULT '0',
  `script` varchar(50) NOT NULL DEFAULT '',
  `action` varchar(20) NOT NULL DEFAULT '',
  `execurl` mediumtext,
  `method` enum('get','post') NOT NULL DEFAULT 'post',
  `dateline` int(10) unsigned NOT NULL DEFAULT '0',
  `status` enum('undone','done','dismissed') NOT NULL DEFAULT 'undone',
  `statususerid` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`adminmessageid`),
  KEY `script_action` (`script`,`action`),
  KEY `varname` (`varname`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;

--
-- Dumping data for table `adminmessage`
--

INSERT INTO `adminmessage` (`adminmessageid`, `varname`, `dismissable`, `script`, `action`, `execurl`, `method`, `dateline`, `status`, `statususerid`) VALUES
(1, 'after_upgrade_40_update_thread_counters', 1, 'misc.php', 'updatethread', 'misc.php?do=updatethread', 'get', 1258293680, 'done', 0),
(2, 'after_upgrade_40_add_thread_keywords', 1, 'misc.php', 'addmissingkeywords', 'misc.php?do=addmissingkeywords', 'get', 1258293680, 'done', 1);

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

--
-- Table structure for table `adminutil`
--

CREATE TABLE IF NOT EXISTS `adminutil` (
  `title` varchar(50) NOT NULL DEFAULT '',
  `text` mediumtext,
  PRIMARY KEY (`title`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `adminutil`
--

INSERT INTO `adminutil` (`title`, `text`) VALUES
('datastorelock', '0'),
('master_style_import', 'a:1:{s:11:"last_import";i:1263501597;}');

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

--
-- Table structure for table `album`
--

CREATE TABLE IF NOT EXISTS `album` (
  `albumid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `userid` int(10) unsigned NOT NULL DEFAULT '0',
  `createdate` int(10) unsigned NOT NULL DEFAULT '0',
  `lastpicturedate` int(10) unsigned NOT NULL DEFAULT '0',
  `visible` int(10) unsigned NOT NULL DEFAULT '0',
  `moderation` int(10) unsigned NOT NULL DEFAULT '0',
  `title` varchar(100) NOT NULL DEFAULT '',
  `description` mediumtext,
  `state` enum('public','private','profile') NOT NULL DEFAULT 'public',
  `coverattachmentid` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`albumid`),
  KEY `userid` (`userid`,`lastpicturedate`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=75 ;

--
-- Dumping data for table `album`
--

INSERT INTO `album` (`albumid`, `userid`, `createdate`, `lastpicturedate`, `visible`, `moderation`, `title`, `description`, `state`, `coverattachmentid`) VALUES
(1, 1, 1221798733, 1221799042, 6, 0, '&quot;Danni&quot; My 2001 Mustang GT', '', 'public', 65),
(2, 3, 1222035116, 1222035208, 3, 0, 'Rebekah', '', 'public', 71),
(3, 1, 1222618479, 1228369350, 6, 0, 'My 2009 Challenger R/T', '', 'public', 155),
(4, 6, 1224467811, 1228674129, 16, 0, 'Stang plus Mods', 'My 2001 Mustang GT plus Mods!!!', 'public', 87),
(5, 20, 1228227947, 1228228816, 7, 0, 'Fangstang', '', 'public', 95),
(6, 22, 1228229156, 1228231165, 9, 0, 'SOME COOL PICS', '', 'public', 97),
(7, 1, 1228238197, 1228518634, 7, 0, 'CCASR Logos, Site Images', '', 'public', 106),
(8, 27, 1228247803, 1228248012, 11, 0, 'AT THE TRACK, NOT THE STREET!', 'MISSION RACEWAY PARK,\r\nMISSION, BRITISH COLUMBIA,\r\nCANADA\r\n\r\nhttp://www.missionraceway.com/', 'public', 111),
(11, 30, 1228277154, 1228589744, 25, 0, '65BLACK', '', 'public', 126),
(10, 30, 1228262179, 1228275509, 5, 0, 'Old Days', 'winning at the track--trophies on the roof..', 'public', 121),
(12, 47, 1228278600, 1228278685, 3, 0, 'my mustang', '', 'public', 146),
(13, 39, 1228344137, 1229095616, 4, 0, 'My Photos', '', 'public', 149),
(14, 45, 1228352072, 1228352421, 2, 0, 'Me, my nieces and my Black Mustang', 'Pictures were taking on the day of celebrating my niece football team winning.', 'public', 150),
(15, 27, 1228372713, 1228373083, 7, 0, 'Mustang ''Pace Cars''', '', 'public', 163),
(17, 94, 1228428070, 1228433752, 4, 0, 'Here''s Paige', 'Paige''s Info:\r\n2004 Dark Shadow Grey 40th Anniversary Mustang \r\n3.9L V6 - Pony Package\r\nTrue Dual Flowmaster exhaust\r\nXpipe\r\nMac CAI\r\nGT Tips\r\nSteeda Interior dress up', 'public', 166),
(18, 21, 1228429837, 1228429857, 2, 0, 'Sig', '', 'private', 167),
(19, 30, 1228431269, 1228431302, 1, 0, 'siggy', '', 'public', 169),
(33, 30, 1228587571, 1228588711, 20, 0, 'Road Racing', '', 'public', 243),
(21, 86, 1228433665, 1228433819, 7, 0, '2000 Stang GT &quot;Brutus&quot;', '', 'public', 170),
(23, 17, 1228493683, 1228494559, 12, 0, 'Mdnite', '', 'public', 180),
(24, 97, 1228502705, 1228502749, 3, 0, '''96 Mustang GT', 'This is my old Mustang', 'public', 192),
(25, 3, 1228512316, 1228512459, 1, 0, 'Foxy', '', 'public', 195),
(26, 21, 1228516376, 1228516794, 4, 0, 'Photos', '', 'public', 196),
(27, 133, 1228537180, 1228538854, 9, 0, 'SammyDeez', 'Just me :)', 'public', 201),
(28, 1, 1228538090, 1228538164, 1, 0, '&quot;Bubble&quot; My 1997 Cobra', 'in the process of being built for road racing by BMC Performance', 'public', 204),
(29, 1, 1228538533, 1228538785, 8, 0, '&quot;Piglet&quot; My 2007 Harley-Davidson Nightster', '', 'public', 215),
(30, 133, 1228538905, 1228538975, 3, 0, '''04 Sonic Blue', 'My Car :)', 'public', 219),
(31, 1, 1228539592, 0, 0, 0, '&quot;Ranger Danger&quot; My 1995 Ranger Splash', 'just a run-around truck, with a couple mods', 'public', 0),
(32, 27, 1228540720, 1228541115, 21, 0, 'BMC STUFF!', '', 'public', 226),
(34, 30, 1228588924, 1228589094, 8, 0, '65BLACK -Paint+Body makeover!', '', 'public', 263),
(35, 30, 1228589211, 1228589634, 12, 0, 'Planes,Manes, and Automobiles', '', 'public', 274),
(36, 27, 1228603887, 1228604120, 10, 0, 'WHY WE RACE...THE MUSTANG CHALLENGE', '', 'public', 297),
(37, 4, 1228605966, 1228606064, 6, 0, 'Bullitt''s New Wheels', '', 'public', 298),
(38, 4, 1228608154, 1228608700, 15, 0, '2007 F-150 FX4 SuperCrew', '', 'public', 304),
(39, 4, 1228609004, 1228609442, 21, 0, '2001 Mustang Bullitt', '', 'public', 319),
(40, 143, 1228624094, 1228624158, 2, 0, 'Tricked Out Car Club', '', 'public', 341),
(41, 143, 1228627921, 1228627936, 1, 0, 'BOP BOX', '', 'public', 342),
(42, 147, 1228651650, 1228652152, 6, 0, 'Pandoras Box', 'my xB/bB', 'public', 343),
(44, 136, 1228700774, 1228701231, 11, 0, 'Sheldon', '', 'public', 352),
(45, 38, 1228701042, 0, 0, 0, 'Pics', '', 'public', 0),
(46, 150, 1228729270, 1228729650, 6, 0, 'Car Pics', '', 'public', 364),
(47, 149, 1228863152, 1228891348, 20, 0, 'My 2006 Blown GT', '', 'public', 369),
(48, 160, 1228864440, 1228864778, 6, 0, 'My 2006 Mustang', 'Pictures of my project', 'public', 388),
(49, 157, 1228868234, 1228868534, 6, 0, '90 Mustang LX 5.0', '4.10 gears, BBK Shorty Unequal Headers, O/R H-Pipe, MAC Pro Dumps, UPR Underdrive Pullies, UPR CAI\r\n\r\n1/4 mile @ CCD - 13.783  101.04', 'public', 393),
(50, 113, 1228897120, 1228897570, 12, 0, 'My horse &quot;Silver&quot;', '2002 GT vert.', 'public', 405),
(51, 122, 1228941262, 0, 0, 0, 'ndnboy', '', 'public', 0),
(52, 40, 1229042629, 0, 0, 0, 'Paul''s 07', '', 'public', 0),
(53, 187, 1229367694, 1229367716, 2, 0, 'Y HELLO''s Album', 'Just a couple of pixs, Yellow is my wife''s favorate color, Red is mine.', 'public', 414),
(54, 190, 1229385384, 1229385638, 1, 0, 'My ''05 Mustang', '', 'public', 416),
(55, 193, 1229486314, 1229486453, 5, 0, 'my black 06', '', 'public', 417),
(56, 196, 1229553910, 1229554388, 19, 0, 'My Stang', '', 'public', 424),
(57, 196, 1229614752, 1229615679, 10, 0, 'The OWNER!!!', '', 'public', 450),
(58, 196, 1229617948, 1229617986, 2, 0, 'Branded!!', 'Tattoos', 'public', 451),
(59, 196, 1229618037, 1229620595, 44, 0, 'Brent and I', 'Disney World Honeymoon Nov. 2008/ My Husband', 'public', 453),
(60, 196, 1229620686, 1229620826, 7, 0, 'Random Stangs', '', 'public', 500),
(61, 201, 1229711249, 1229711753, 11, 0, 'My Trans Am.... and my Truck', '', 'public', 512),
(62, 197, 1229787229, 1229787285, 1, 0, 'BTS car', 'Here a pic of the Top Cop car doing a burn out in front of Ash Performance Auto parts during a car show', 'public', 515),
(63, 97, 1229899428, 1229899570, 5, 0, 'Bullitt Mustangs', 'The Bullitt', 'public', 516),
(64, 185, 1229965311, 1229966877, 5, 0, 'Pop''s ride', 'My ride', 'public', 521),
(65, 217, 1231961502, 1231963224, 27, 0, 'KryptonKnight', '', 'public', 526),
(66, 27, 1233095521, 1254875560, 19, 0, 'VANCOUVERMUSTANGS.com CRUISES...', 'Local cruises with all local Mustangs/Fords in our Vancouver, BC area', 'public', 564),
(67, 97, 1233869838, 1233869943, 5, 0, 'MT Decals', 'Military Tuners Decals', 'public', 567),
(68, 170, 1236889595, 1236889675, 3, 0, 'My Ride', '', 'public', 571),
(69, 248, 1238127128, 1238127226, 6, 0, '1995 Integra GSR', 'some light mods, nothing serious.', 'public', 574),
(70, 268, 1241072265, 0, 0, 0, 'my stuff', 'http://i35.photobucket.com/albums/d175/snowman83/My%206/CopyofIMG_1648.jpg', 'public', 0),
(71, 268, 1241072302, 1241072426, 2, 0, 'my stuff', 'just pics of my things', 'public', 580),
(72, 270, 1241401045, 1241402061, 5, 0, 'Our Mustang', '1991 Ford Mustang used for our program, &quot;Cops Against Illegal Racing&quot;.', 'public', 582),
(73, 97, 1247284431, 1247543529, 5, 0, 'Porsche', 'Porsche 911''s', 'public', 588),
(74, 305, 1257457524, 1257457573, 5, 0, 'Mazda 3s', '', 'public', 599);

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

--
-- Table structure for table `albumupdate`
--

CREATE TABLE IF NOT EXISTS `albumupdate` (
  `albumid` int(10) unsigned NOT NULL DEFAULT '0',
  `dateline` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`albumid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `albumupdate`
--


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

--
-- Table structure for table `announcement`
--

CREATE TABLE IF NOT EXISTS `announcement` (
  `announcementid` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(250) NOT NULL DEFAULT '',
  `userid` int(10) unsigned NOT NULL DEFAULT '0',
  `startdate` int(10) unsigned NOT NULL DEFAULT '0',
  `enddate` int(10) unsigned NOT NULL DEFAULT '0',
  `pagetext` mediumtext,
  `forumid` smallint(6) NOT NULL DEFAULT '0',
  `views` int(10) unsigned NOT NULL DEFAULT '0',
  `announcementoptions` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`announcementid`),
  KEY `forumid` (`forumid`),
  KEY `startdate` (`enddate`,`forumid`,`startdate`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `announcement`
--


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

--
-- Table structure for table `announcementread`
--

CREATE TABLE IF NOT EXISTS `announcementread` (
  `announcementid` int(10) unsigned NOT NULL DEFAULT '0',
  `userid` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`announcementid`,`userid`),
  KEY `userid` (`userid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `announcementread`
--


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

--
-- Table structure for table `attachment`
--

CREATE TABLE IF NOT EXISTS `attachment` (
  `attachmentid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `contenttypeid` int(10) unsigned NOT NULL DEFAULT '0',
  `contentid` int(10) unsigned NOT NULL DEFAULT '0',
  `userid` int(10) unsigned NOT NULL DEFAULT '0',
  `dateline` int(10) unsigned NOT NULL DEFAULT '0',
  `filedataid` int(10) unsigned NOT NULL DEFAULT '0',
  `state` enum('visible','moderation') NOT NULL DEFAULT 'visible',
  `counter` int(10) unsigned NOT NULL DEFAULT '0',
  `posthash` varchar(32) NOT NULL DEFAULT '',
  `filename` varchar(100) NOT NULL DEFAULT '',
  `caption` text,
  `reportthreadid` int(10) unsigned NOT NULL DEFAULT '0',
  `settings` mediumtext,
  PRIMARY KEY (`attachmentid`),
  KEY `contentid` (`contentid`),
  KEY `userid` (`userid`,`contenttypeid`),
  KEY `posthash` (`posthash`,`userid`),
  KEY `filedataid` (`filedataid`,`userid`),
  KEY `contenttypeid` (`contenttypeid`,`contentid`,`attachmentid`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=623 ;

--
-- Dumping data for table `attachment`
--

INSERT INTO `attachment` (`attachmentid`, `contenttypeid`, `contentid`, `userid`, `dateline`, `filedataid`, `state`, `counter`, `posthash`, `filename`, `caption`, `reportthreadid`, `settings`) VALUES
(1, 1, 125, 6, 1222496294, 1, 'visible', 8, '', '5-5-01-a.jpg', NULL, 0, NULL),
(2, 1, 125, 6, 1222496320, 2, 'visible', 10, '', '5-15-07-mustang-1.jpg', NULL, 0, NULL),
(3, 1, 125, 6, 1222496350, 3, 'visible', 9, '', '5-14-07-audi-a4-crash.jpg', NULL, 0, NULL),
(4, 1, 125, 6, 1222496548, 4, 'visible', 7, '', '6-19-06_ten_wreck.jpg', NULL, 0, NULL),
(5, 1, 125, 6, 1222496616, 5, 'visible', 7, '', '4-22-06_singapore_honda.jpg', NULL, 0, NULL),
(6, 1, 410, 31, 1228253012, 6, 'visible', 5, '', 'DSCF1710.jpg', NULL, 0, NULL),
(7, 1, 863, 79, 1228339590, 7, 'visible', 4, '', 'camera pics 421.jpg', NULL, 0, NULL),
(8, 1, 863, 79, 1228339653, 8, 'visible', 4, '', 'camera pics 438.jpg', NULL, 0, NULL),
(9, 1, 863, 79, 1228339705, 9, 'visible', 2, '', 'camera pics 450.jpg', NULL, 0, NULL),
(10, 1, 928, 30, 1228346690, 10, 'visible', 2, '', 'nov-dec 2008 009.jpg', NULL, 0, NULL),
(11, 1, 928, 30, 1228346749, 11, 'visible', 2, '', 'nov-dec 2008 005.jpg', NULL, 0, NULL),
(12, 1, 928, 30, 1228346802, 12, 'visible', 4, '', 'nov-dec 2008 014.jpg', NULL, 0, NULL),
(13, 1, 928, 30, 1228346852, 13, 'visible', 5, '', 'nov-dec 2008 013.jpg', NULL, 0, NULL),
(14, 1, 1167, 93, 1228405095, 14, 'visible', 43, '', 'mach1.jpg', NULL, 0, NULL),
(16, 1, 1598, 30, 1228447082, 12, 'visible', 1, '', 'nov-dec 2008 014.jpg', NULL, 0, NULL),
(17, 1, 1678, 102, 1228449871, 17, 'visible', 2, '', 'ME & JEN @ TRACK.jpg', NULL, 0, NULL),
(18, 1, 2026, 122, 1228492906, 18, 'visible', 6, '', 'AJ w bridge.jpg', NULL, 0, NULL),
(19, 1, 2026, 122, 1228492972, 19, 'visible', 7, '', 'P''s house.jpg', NULL, 0, NULL),
(20, 1, 2634, 93, 1228524808, 20, 'visible', 5, '', 'F150_side2.jpg', NULL, 0, NULL),
(21, 1, 2634, 93, 1228524966, 21, 'visible', 3, '', 'emblem.jpg', NULL, 0, NULL),
(22, 1, 2657, 126, 1228525713, 22, 'visible', 1, '', 'c4glogo.jpg', NULL, 0, NULL),
(23, 1, 2985, 30, 1228594144, 23, 'visible', 5, '', 'DSC00371 (Small).JPG', NULL, 0, NULL),
(24, 1, 2985, 30, 1228594184, 24, 'visible', 6, '', 'S2300017 (Small).JPG', NULL, 0, NULL),
(25, 1, 2985, 30, 1228594199, 25, 'visible', 6, '', 'S2300007 (Small).JPG', NULL, 0, NULL),
(32, 1, 3528, 4, 1228673414, 32, 'visible', 5, '', 'drdiw.jpg', NULL, 0, NULL),
(33, 1, 3801, 30, 1228710818, 33, 'visible', 7, '', 'scan0025.jpg', NULL, 0, NULL),
(34, 1, 3888, 153, 1228747208, 34, 'visible', 10, '', 'MXG Car Show 032.jpg', NULL, 0, NULL),
(35, 1, 4028, 102, 1228760422, 35, 'visible', 53, '', 'hhrpix009.jpg', NULL, 0, NULL),
(36, 1, 4164, 104, 1228783533, 36, 'visible', 3, '', 'IMG_0012.jpg', NULL, 0, NULL),
(37, 1, 4164, 104, 1228783575, 37, 'visible', 2, '', 'IMG_0015.jpg', NULL, 0, NULL),
(38, 1, 4164, 104, 1228783611, 38, 'visible', 1, '', 'IMG_0016.jpg', NULL, 0, NULL),
(39, 1, 4334, 49, 1228846765, 39, 'visible', 21, '', 'Picture 1.jpg', NULL, 0, NULL),
(40, 1, 4341, 99, 1228851278, 40, 'visible', 15, '', 'Clif.JPG', NULL, 0, NULL),
(41, 1, 4341, 99, 1228851297, 41, 'visible', 12, '', 'Clif 2.jpg', NULL, 0, NULL),
(42, 1, 5012, 176, 1229126193, 42, 'visible', 42, '', 'TintLaw.jpg', NULL, 0, NULL),
(43, 1, 5125, 30, 1229197149, 43, 'visible', 4, '', 'You Have Been Elfed.gif', NULL, 0, NULL),
(44, 1, 5884, 41, 1229637640, 44, 'visible', 2, '', 'Shelby-1 147.jpg', NULL, 0, NULL),
(45, 1, 5884, 41, 1229637683, 45, 'visible', 1, '', 'Shelby-1 149.jpg', NULL, 0, NULL),
(46, 1, 5909, 41, 1229642143, 46, 'visible', 5, '', '3X bday 9-08 019.jpg', NULL, 0, NULL),
(47, 1, 6473, 186, 1230001015, 47, 'visible', 5, '', '100_0460.jpg', NULL, 0, NULL),
(48, 1, 6473, 186, 1230001042, 48, 'visible', 5, '', 'interior.jpg', NULL, 0, NULL),
(49, 1, 6473, 186, 1230001063, 49, 'visible', 4, '', '104_0506.jpg', NULL, 0, NULL),
(50, 1, 6473, 186, 1230001105, 50, 'visible', 5, '', 'MG_1267.jpg', NULL, 0, NULL),
(51, 1, 6473, 186, 1230001126, 51, 'visible', 5, '', 'MG_2185.jpg', NULL, 0, NULL),
(52, 1, 7486, 144, 1231650550, 52, 'visible', 2, '', 'got my hair did 044.jpg', NULL, 0, NULL),
(53, 1, 8179, 102, 1234020598, 53, 'visible', 2, '', 'DSCN1276.jpg', NULL, 0, NULL),
(54, 1, 8270, 220, 1234557755, 54, 'visible', 1, '', 'Logo.jpg', NULL, 0, NULL),
(55, 1, 8545, 110, 1237214124, 55, 'visible', 3, '', 'redneckboat.jpg', NULL, 0, NULL),
(57, 1, 9222, 280, 1246579504, 57, 'visible', 2, '', 'cobra1[1].jpg', NULL, 0, NULL),
(58, 1, 9222, 280, 1246579520, 58, 'visible', 1, '', 'cobra4[1].jpg', NULL, 0, NULL),
(59, 1, 9222, 280, 1246579532, 59, 'visible', 1, '', 'cobra5[1].jpg', NULL, 0, NULL),
(60, 1, 9222, 280, 1246579543, 60, 'visible', 1, '', 'cobra8[1].jpg', NULL, 0, NULL),
(61, 1, 9350, 305, 1257457340, 61, 'visible', 0, '', 'user229_pic1176_1234808696.jpg', NULL, 0, NULL),
(62, 1, 9350, 305, 1257457346, 62, 'visible', 0, '', 'user229_pic1244_1236818624.jpg', NULL, 0, NULL),
(63, 1, 9350, 305, 1257457357, 63, 'visible', 0, '', 'user229_pic1850_1250090717.jpg', NULL, 0, NULL),
(64, 1, 9350, 305, 1257457362, 64, 'visible', 0, '', 'user229_pic1851_1250090744.jpg', NULL, 0, NULL),
(65, 8, 1, 1, 1221798767, 65, 'visible', 0, '', '1.jpg', '', 0, NULL),
(66, 8, 1, 1, 1221798882, 66, 'visible', 0, '', '2.jpg', '', 0, NULL),
(67, 8, 1, 1, 1221798925, 67, 'visible', 0, '', '3.jpg', '', 0, NULL),
(68, 8, 1, 1, 1221798967, 68, 'visible', 0, '', '4.jpg', '', 0, NULL),
(69, 8, 1, 1, 1221798998, 69, 'visible', 0, '', '5.jpg', '', 0, NULL),
(70, 8, 1, 1, 1221799042, 70, 'visible', 0, '', '6.jpg', '', 0, NULL),
(71, 8, 2, 3, 1222035208, 71, 'visible', 0, '', '7.jpg', 'tined3', 0, NULL),
(72, 8, 2, 3, 1222035208, 72, 'visible', 0, '', '8.jpg', 'tinted', 0, NULL),
(73, 8, 2, 3, 1222035208, 73, 'visible', 0, '', '9.jpg', 'tinted1', 0, NULL),
(74, 8, 3, 1, 1222618506, 74, 'visible', 0, '', '10.jpg', '', 0, NULL),
(75, 8, 3, 1, 1222618552, 75, 'visible', 0, '', '11.jpg', '', 0, NULL),
(76, 8, 4, 6, 1224467839, 76, 'visible', 0, '', '12.jpg', 'Getting her worked on at BMC Performance.', 0, NULL),
(77, 8, 4, 6, 1224467839, 77, 'visible', 0, '', '13.jpg', 'THE STANG!!!', 0, NULL),
(78, 8, 4, 6, 1224467839, 78, 'visible', 0, '', '14.jpg', 'When it was bone stock.', 0, NULL),
(79, 8, 4, 6, 1224467946, 79, 'visible', 0, '', '15.jpg', 'The Black Bullitts', 0, NULL),
(80, 8, 4, 6, 1224467946, 80, 'visible', 0, '', '16.jpg', 'Before they were put on.', 0, NULL),
(81, 8, 4, 6, 1224467946, 81, 'visible', 0, '', '17.jpg', 'Flowmaster American Thunder Cat-Back.', 0, NULL),
(82, 8, 4, 6, 1224468040, 82, 'visible', 0, '', '18.jpg', 'SCT Livewire Tuner', 0, NULL),
(83, 8, 4, 6, 1224468040, 83, 'visible', 0, '', '19.jpg', 'SLP X-Pipe with High Flow Cats.', 0, NULL),
(84, 8, 4, 6, 1224468040, 84, 'visible', 0, '', '20.jpg', 'TrickFlow Upper Intake Plenum', 0, NULL),
(85, 8, 4, 6, 1224468098, 85, 'visible', 0, '', '21.jpg', 'Mach 1 Grille Delete', 0, NULL),
(86, 8, 4, 6, 1224468098, 86, 'visible', 0, '', '22.jpg', 'Side View with friends Speed 6 in the background.', 0, NULL),
(87, 8, 4, 6, 1224468098, 87, 'visible', 0, '', '23.jpg', 'Body View.', 0, NULL),
(88, 8, 4, 6, 1224468164, 88, 'visible', 0, '', '24.jpg', 'Top View.', 0, NULL),
(89, 8, 3, 1, 1227545471, 89, 'visible', 0, '', '25.jpg', '', 0, NULL),
(90, 8, 5, 20, 1228228102, 90, 'visible', 0, '', '26.jpg', 'Looking good after the 08 Pony Run...', 0, NULL),
(91, 8, 5, 20, 1228228102, 91, 'visible', 0, '', '27.jpg', '69 Fastback My other baby', 0, NULL),
(92, 8, 5, 20, 1228228102, 92, 'visible', 0, '', '28.jpg', 'Spit shined and ready for a night of crusing with my mustang buds', 0, NULL),
(93, 8, 5, 20, 1228228366, 93, 'visible', 0, '', '29.jpg', 'Stealing the corvette parking spots at there house lol', 0, NULL),
(94, 8, 5, 20, 1228228366, 94, 'visible', 0, '', '30.jpg', 'Invading the corvette home by the BMC', 0, NULL),
(95, 8, 5, 20, 1228228366, 95, 'visible', 0, '', '31.jpg', 'Ahhhh what a beautiful site 07'' BMCN Nashville Tn', 0, NULL),
(96, 8, 5, 20, 1228228816, 96, 'visible', 0, '', '32.jpg', 'Saddling up for the 08'' Pony Run Asheville NC', 0, NULL),
(97, 8, 6, 22, 1228229689, 97, 'visible', 0, '', '33.jpg', 'MY NITEMARE, TRISTATE MUSTANG CLUB SHOW. SHE''S ONLY A 6 , BUT RUNS IN THE 13s.', 0, NULL),
(98, 8, 6, 22, 1228229689, 98, 'visible', 0, '', '34.jpg', '591', 0, NULL),
(99, 8, 6, 22, 1228230088, 99, 'visible', 0, '', '36.jpg', 'HERE WE ARE AT THE KOI CAVALCADE OF CUSTOMS,MY KIDS GOT TO MEET GEORGE BARRIS, LOTS OF FUN.', 0, NULL),
(100, 8, 6, 22, 1228230088, 100, 'visible', 0, '', '37.jpg', '571', 0, NULL),
(101, 8, 6, 22, 1228230088, 101, 'visible', 0, '', '38.jpg', '592', 0, NULL),
(102, 8, 6, 22, 1228230308, 102, 'visible', 0, '', '39.jpg', 'TRI-STATE MUSTANG CLUB SHOW ''08. I DONT KNOW IF ITS A REPLICA TERLINGUA OR THE REAL THING.', 0, NULL),
(103, 8, 6, 22, 1228230308, 103, 'visible', 0, '', '40.jpg', 'TRI- STATE MUSTANG CLUB SHOW 2008, SOME GUY SHOWS UP IN THIS GT. WE DIDNT STAND A CHANCE AFTER THAT.', 0, NULL),
(104, 8, 6, 22, 1228230308, 104, 'visible', 0, '', '41.jpg', 'WORLD FORD CHALLENGE 2007, POSSIBLY THE WORLDS SICKEST S197.', 0, NULL),
(105, 8, 6, 22, 1228231165, 105, 'visible', 0, '', '42.jpg', '', 0, NULL),
(106, 8, 7, 1, 1228238212, 106, 'visible', 0, '', '43.png', '', 0, NULL),
(107, 8, 3, 1, 1228242353, 107, 'visible', 0, '', '44.jpg', '', 0, NULL),
(108, 8, 8, 27, 1228247855, 108, 'visible', 0, '', '45.jpg', 'myslips.com\r\n\r\nBest time for my first weekend at the track!', 0, NULL),
(109, 8, 8, 27, 1228247855, 109, 'visible', 0, '', '46.jpg', 'Mission pic   1   Burn out', 0, NULL),
(110, 8, 8, 27, 1228247855, 110, 'visible', 0, '', '47.jpg', 'Mission pic   2   Staging', 0, NULL),
(111, 8, 8, 27, 1228247897, 111, 'visible', 0, '', '48.jpg', 'Mission pic   3   Staged', 0, NULL),
(112, 8, 8, 27, 1228247897, 112, 'visible', 0, '', '49.jpg', 'Mission pic   4   Launch', 0, NULL),
(113, 8, 8, 27, 1228247897, 113, 'visible', 0, '', '50.jpg', 'Mission pic   5   Down the track', 0, NULL),
(114, 8, 8, 27, 1228247962, 114, 'visible', 0, '', '51.jpg', 'Mission pic   Grandson Beau...next generation drag racer!', 0, NULL),
(115, 8, 8, 27, 1228247962, 115, 'visible', 0, '', '52.jpg', 'Mission Raceway    Sitting in the Pits', 0, NULL),
(116, 8, 8, 27, 1228247962, 116, 'visible', 0, '', '53.jpg', 'Mission Raceway   Greg, Me &amp; Rick', 0, NULL),
(117, 8, 8, 27, 1228248012, 117, 'visible', 0, '', '54.jpg', 'Mission Raceway   Lining up for Tech Inspection', 0, NULL),
(118, 8, 8, 27, 1228248012, 118, 'visible', 0, '', '55.jpg', 'Mission Raceway Timeslip   13.10 @ 111.67 MPH   Sept. 14, 2008', 0, NULL),
(119, 8, 7, 1, 1228256776, 119, 'visible', 25, '', '56.jpg', '', 0, NULL),
(120, 8, 7, 1, 1228256776, 120, 'visible', 0, '', '57.png', '', 0, NULL),
(121, 8, 10, 30, 1228275455, 121, 'visible', 0, '', '58.jpg', 'scan0012 (Small) Pontiac GT-37', 0, NULL),
(122, 8, 10, 30, 1228275455, 122, 'visible', 0, '', '59.jpg', 'scan0011 (Small) f-250 +me', 0, NULL),
(123, 8, 10, 30, 1228275455, 123, 'visible', 0, '', '60.jpg', 'scan0009  my chevy days????', 0, NULL),
(124, 8, 10, 30, 1228275509, 124, 'visible', 0, '', '61.jpg', 'scan0008 My 67Firebird 400  after taking 3 trophies that day on the 1/4mile   trophies on the roof    friend of mines Mercury Cyclone behind my car..', 0, NULL),
(125, 8, 10, 30, 1228275509, 125, 'visible', 0, '', '62.jpg', 'scan0007  Me a long time ago!!', 0, NULL),
(126, 8, 11, 30, 1228277236, 126, 'visible', 0, '', '63.jpg', 'S2300017 (Small)Spring in Wisconsin Black brute itching to go!!', 0, NULL),
(127, 8, 11, 30, 1228277236, 127, 'visible', 0, '', '64.jpg', 'S2300007 (Small) 65 BLACK w/2001 seats and console', 0, NULL),
(128, 8, 11, 30, 1228277236, 128, 'visible', 0, '', '65.jpg', 'S2300020 (Small)65 BLACK', 0, NULL),
(129, 8, 11, 30, 1228277334, 129, 'visible', 0, '', '66.jpg', 'S2300013 (Small)65Black', 0, NULL),
(130, 8, 11, 30, 1228277334, 130, 'visible', 0, '', '67.jpg', 'DSC00208 (Small) Mustang entusiast Shoot', 0, NULL),
(131, 8, 11, 30, 1228277334, 131, 'visible', 0, '', '68.jpg', 'DSC00207 65 BLACK during shoot for Mustang Enthusist Mag', 0, NULL),
(132, 8, 11, 30, 1228277482, 132, 'visible', 0, '', '69.jpg', 'DSC00220  JACK', 0, NULL),
(133, 8, 11, 30, 1228277482, 133, 'visible', 0, '', '70.jpg', 'DSC00371 65BLACK on the Movie set of Public Enemies(w/Johnny Depp', 0, NULL),
(134, 8, 11, 30, 1228277482, 134, 'visible', 0, '', '71.jpg', 'depere car show 010  65 Black  custom homebuilt console', 0, NULL),
(135, 8, 11, 30, 1228277565, 135, 'visible', 0, '', '72.jpg', 'depere car show 009  65 Black HomeBuilt Trunk liner', 0, NULL),
(136, 8, 11, 30, 1228277565, 136, 'visible', 0, '', '73.jpg', 'depere car show 013 65 BLACK Engine Bay Home Built Air Intake', 0, NULL),
(137, 8, 11, 30, 1228277565, 137, 'visible', 0, '', '74.jpg', 'eaa 004 (Small) (WinCE)65 Black towing 2800hp Mercury Race Boat', 0, NULL),
(138, 8, 11, 30, 1228277642, 138, 'visible', 0, '', '75.jpg', 'eaa 021 (Small)jack roush  EAA Oshkosh', 0, NULL),
(139, 8, 11, 30, 1228277642, 139, 'visible', 0, '', '76.jpg', 'eaa 028 (Small)P-51 at eaa oshkosh', 0, NULL),
(140, 8, 11, 30, 1228277642, 140, 'visible', 0, '', '77.jpg', 'eaa 022  Jack Roush and Old Crow at oshkosh fly-in', 0, NULL),
(141, 8, 11, 30, 1228277833, 141, 'visible', 0, '', '78.jpg', '65blackb', 0, NULL),
(142, 8, 11, 30, 1228277833, 142, 'visible', 0, '', '79.jpg', 'p51flyby at Planes,Manes,and automobiles    2of the 3 P-51s at show', 0, NULL),
(143, 8, 11, 30, 1228278330, 143, 'visible', 0, '', '80.jpg', 'RoadAmericaJuly192008042     2010 revealmustang saturday', 0, NULL),
(144, 8, 11, 30, 1228278330, 144, 'visible', 0, '', '81.jpg', 'RoadAmericaJuly192008039     65 BLACK on the Track for mustang Saturday reveal of 2010 Mustang(225 Mustangs on Parade laps)', 0, NULL),
(145, 8, 11, 30, 1228278563, 145, 'visible', 0, '', '82.jpg', 'Gathering JK004 (Small)Barrett Jackson peps', 0, NULL),
(146, 8, 12, 47, 1228278685, 146, 'visible', 0, '', '83.jpg', '', 0, NULL),
(147, 8, 12, 47, 1228278685, 147, 'visible', 0, '', '84.jpg', '', 0, NULL),
(148, 8, 12, 47, 1228278685, 148, 'visible', 0, '', '85.jpg', '', 0, NULL),
(149, 8, 13, 39, 1228344194, 149, 'visible', 0, '', '86.jpg', 'I have been declared Legally Slow!', 0, NULL),
(150, 8, 14, 45, 1228352421, 150, 'visible', 0, '', '87.jpg', '150', 0, NULL),
(151, 8, 14, 45, 1228352421, 151, 'visible', 0, '', '88.jpg', '038', 0, NULL),
(152, 8, 7, 1, 1228368876, 152, 'visible', 0, '', '89.png', '', 0, NULL),
(153, 8, 7, 1, 1228368876, 153, 'visible', 0, '', '90.png', '', 0, NULL),
(154, 8, 7, 1, 1228368876, 154, 'visible', 0, '', '91.png', '', 0, NULL),
(155, 8, 3, 1, 1228369167, 155, 'visible', 0, '', '92.jpg', '', 0, NULL),
(156, 8, 3, 1, 1228369350, 156, 'visible', 0, '', '93.jpg', '', 0, NULL),
(157, 8, 15, 27, 1228372881, 157, 'visible', 0, '', '94.jpg', '1964 Pace Car', 0, NULL),
(158, 8, 15, 27, 1228372881, 158, 'visible', 0, '', '95.jpg', '1965 Pace Car', 0, NULL),
(159, 8, 15, 27, 1228372881, 159, 'visible', 0, '', '96.jpg', '79 Pace Car', 0, NULL),
(160, 8, 15, 27, 1228372995, 160, 'visible', 0, '', '97.jpg', '1979 Pace Car', 0, NULL),
(161, 8, 15, 27, 1228372995, 161, 'visible', 0, '', '98.jpg', '1994 Pace Car', 0, NULL),
(162, 8, 15, 27, 1228372995, 162, 'visible', 0, '', '99.jpg', 'Mustang Pace Cars', 0, NULL),
(163, 8, 15, 27, 1228373083, 163, 'visible', 0, '', '100.jpg', '2008 Shelby GT500 Nascar Pace Car', 0, NULL),
(164, 8, 13, 39, 1228417436, 164, 'visible', 0, '', '101.jpg', 'My BEAUTIFUL Black Mustang!', 0, NULL),
(165, 8, 13, 39, 1228417436, 165, 'visible', 0, '', '102.jpg', 'My Mustang in all her BMCP Glory!', 0, NULL),
(166, 8, 17, 94, 1228428123, 166, 'visible', 0, '', '104.jpg', 'Meet Paige', 0, NULL),
(167, 8, 18, 21, 1228429857, 167, 'visible', 0, '', '105.gif', '65 black', 0, NULL),
(168, 8, 18, 21, 1228429857, 168, 'visible', 0, '', '106.png', '65 black', 0, NULL),
(169, 8, 19, 30, 1228431302, 168, 'visible', 1, '', '107.png', '65 black', 0, NULL),
(170, 8, 21, 86, 1228433701, 169, 'visible', 0, '', '109.jpg', '018img 0030', 0, NULL),
(171, 8, 21, 86, 1228433701, 170, 'visible', 0, '', '110.jpg', '024img 0036', 0, NULL),
(172, 8, 21, 86, 1228433701, 171, 'visible', 0, '', '111.jpg', '241img 0253', 0, NULL),
(173, 8, 17, 94, 1228433752, 172, 'visible', 0, '', '112.jpg', 'ok all the pics I own are fresh from clay &amp; wax LOL', 0, NULL),
(174, 8, 17, 94, 1228433752, 173, 'visible', 0, '', '113.jpg', 'shiney hiney', 0, NULL),
(175, 8, 17, 94, 1228433752, 174, 'visible', 0, '', '114.jpg', 'fresh from clay &amp; wax', 0, NULL),
(176, 8, 21, 86, 1228433798, 175, 'visible', 0, '', '115.jpg', 'drags 20', 0, NULL),
(177, 8, 21, 86, 1228433798, 176, 'visible', 0, '', '116.jpg', 'drags', 0, NULL),
(178, 8, 21, 86, 1228433798, 177, 'visible', 0, '', '117.jpg', 'mustang1', 0, NULL),
(179, 8, 21, 86, 1228433819, 178, 'visible', 0, '', '118.jpg', 'o2 7266', 0, NULL),
(180, 8, 23, 17, 1228493768, 179, 'visible', 0, '', '119.jpg', 'Clash of the Titans!', 0, NULL),
(181, 8, 23, 17, 1228493768, 180, 'visible', 0, '', '120.jpg', 'Clash of the Titans!', 0, NULL),
(182, 8, 23, 17, 1228493768, 181, 'visible', 0, '', '121.jpg', 'Holy old picture!', 0, NULL),
(183, 8, 23, 17, 1228493860, 182, 'visible', 0, '', '122.jpg', 'On the way to the track - STOCK.', 0, NULL),
(184, 8, 23, 17, 1228493860, 183, 'visible', 0, '', '123.jpg', 'Mdnite as he is today.', 0, NULL),
(185, 8, 23, 17, 1228493860, 184, 'visible', 0, '', '124.jpg', 'That''s my Mdnite :)', 0, NULL),
(186, 8, 23, 17, 1228494171, 185, 'visible', 0, '', '125.jpg', '', 0, NULL),
(187, 8, 23, 17, 1228494171, 186, 'visible', 0, '', '126.jpg', '', 0, NULL),
(188, 8, 23, 17, 1228494171, 187, 'visible', 0, '', '127.jpg', '', 0, NULL),
(189, 8, 23, 17, 1228494559, 188, 'visible', 0, '', '128.jpg', 'BMC Nationals ''07', 0, NULL),
(190, 8, 23, 17, 1228494559, 189, 'visible', 0, '', '129.jpg', 'BMC Nationals ''07', 0, NULL),
(191, 8, 23, 17, 1228494559, 190, 'visible', 0, '', '130.jpg', '', 0, NULL),
(192, 8, 24, 97, 1228502749, 191, 'visible', 0, '', '131.jpg', 'DSC03984', 0, NULL),
(193, 8, 24, 97, 1228502749, 192, 'visible', 0, '', '132.jpg', 'DSC03981', 0, NULL),
(194, 8, 24, 97, 1228502749, 193, 'visible', 0, '', '133.jpg', 'DSC03980', 0, NULL),
(195, 8, 25, 3, 1228512459, 194, 'visible', 0, '', '134.jpg', '022506 001', 0, NULL),
(196, 8, 26, 21, 1228516517, 195, 'visible', 0, '', '135.jpg', 'My Stang', 0, NULL),
(197, 8, 26, 21, 1228516517, 196, 'visible', 0, '', '136.jpg', 'Wife''s Tiburon GT', 0, NULL),
(198, 8, 26, 21, 1228516517, 197, 'visible', 0, '', '137.jpg', 'My Stang', 0, NULL),
(199, 8, 26, 21, 1228516794, 198, 'visible', 0, '', '138.jpg', 'Wife''s Tiburon GT', 0, NULL),
(200, 8, 7, 1, 1228518634, 199, 'visible', 0, '', '139.png', '', 0, NULL),
(201, 8, 27, 133, 1228537316, 200, 'visible', 0, '', '140.jpg', '', 0, NULL),
(202, 8, 27, 133, 1228537316, 201, 'visible', 0, '', '141.jpg', '', 0, NULL),
(203, 8, 27, 133, 1228537316, 202, 'visible', 0, '', '142.jpg', '', 0, NULL),
(204, 8, 28, 1, 1228538164, 203, 'visible', 0, '', '143.jpg', '', 0, NULL),
(205, 8, 29, 1, 1228538579, 204, 'visible', 0, '', '144.jpg', '', 0, NULL),
(206, 8, 29, 1, 1228538579, 205, 'visible', 0, '', '145.jpg', '', 0, NULL),
(207, 8, 29, 1, 1228538579, 206, 'visible', 0, '', '146.jpg', '', 0, NULL),
(208, 8, 29, 1, 1228538648, 207, 'visible', 0, '', '147.jpg', '', 0, NULL),
(209, 8, 29, 1, 1228538648, 208, 'visible', 0, '', '148.jpg', '', 0, NULL),
(210, 8, 29, 1, 1228538648, 209, 'visible', 0, '', '149.jpg', '', 0, NULL),
(211, 8, 27, 133, 1228538693, 210, 'visible', 0, '', '150.jpg', '', 0, NULL),
(212, 8, 27, 133, 1228538693, 211, 'visible', 0, '', '151.jpg', '', 0, NULL),
(213, 8, 27, 133, 1228538693, 212, 'visible', 0, '', '152.jpg', '', 0, NULL),
(214, 8, 29, 1, 1228538785, 213, 'visible', 0, '', '153.jpg', '', 0, NULL),
(215, 8, 29, 1, 1228538785, 214, 'visible', 0, '', '154.jpg', '', 0, NULL),
(216, 8, 27, 133, 1228538854, 215, 'visible', 0, '', '155.jpg', '', 0, NULL),
(217, 8, 27, 133, 1228538854, 216, 'visible', 0, '', '156.jpg', '', 0, NULL),
(218, 8, 27, 133, 1228538854, 217, 'visible', 0, '', '157.jpg', '', 0, NULL),
(219, 8, 30, 133, 1228538975, 218, 'visible', 0, '', '158.jpg', '', 0, NULL),
(220, 8, 30, 133, 1228538975, 219, 'visible', 0, '', '159.jpg', '', 0, NULL),
(221, 8, 30, 133, 1228538975, 220, 'visible', 0, '', '160.jpg', '', 0, NULL),
(222, 8, 32, 27, 1228540772, 221, 'visible', 0, '', '161.jpg', 'Cruise at Harrison Hot Springs...May ''08', 0, NULL),
(223, 8, 32, 27, 1228540772, 222, 'visible', 0, '', '162.jpg', 'Cruise to Harrison Hot Springs...Black Mustangs', 0, NULL),
(224, 8, 32, 27, 1228540772, 223, 'visible', 0, '', '163.jpg', 'Cruise to Harrison Hot Springs...Freeway...May ''08', 0, NULL),
(225, 8, 32, 27, 1228540844, 224, 'visible', 0, '', '164.jpg', 'Cruise to Harrison Hot Springs...Hood up', 0, NULL),
(226, 8, 32, 27, 1228540844, 225, 'visible', 0, '', '165.jpg', 'Cruise to Harrison Hot Springs...May ''08', 0, NULL),
(227, 8, 32, 27, 1228540844, 226, 'visible', 0, '', '166.jpg', '2008 GVMA Roundup   Langley', 0, NULL),
(228, 8, 32, 27, 1228540910, 227, 'visible', 0, '', '167.jpg', 'GVMA   To the show', 0, NULL),
(229, 8, 32, 27, 1228540910, 228, 'visible', 0, '', '168.jpg', 'GVMA   To the show   in the mirror', 0, NULL),
(230, 8, 32, 27, 1228540910, 229, 'visible', 0, '', '169.jpg', 'MSA Ford Meet...June 1 ''08', 0, NULL),
(231, 8, 32, 27, 1228540965, 230, 'visible', 0, '', '170.jpg', 'My Mach   April ''08', 0, NULL),
(232, 8, 32, 27, 1228540965, 231, 'visible', 0, '', '171.jpg', 'My Mach   Lion''s Bay   April ''08', 0, NULL),
(233, 8, 32, 27, 1228540965, 232, 'visible', 0, '', '172.jpg', 'My Mach on the freeway...April ''08', 0, NULL),
(234, 8, 32, 27, 1228541015, 233, 'visible', 0, '', '173.jpg', 'My Mach with 2 other Vancouver Stangs', 0, NULL),
(235, 8, 32, 27, 1228541015, 234, 'visible', 0, '', '174.jpg', 'My Mach with a GT', 0, NULL),
(236, 8, 32, 27, 1228541015, 235, 'visible', 0, '', '175.jpg', 'My Mach...3rd one down', 0, NULL),
(237, 8, 32, 27, 1228541066, 236, 'visible', 0, '', '176.jpg', 'My Mach...black group(1)', 0, NULL),
(238, 8, 32, 27, 1228541066, 237, 'visible', 0, '', '177.jpg', 'My Mach...black group(2)', 0, NULL),
(239, 8, 32, 27, 1228541066, 238, 'visible', 0, '', '178.jpg', 'My Mach...black group(3)', 0, NULL),
(240, 8, 32, 27, 1228541115, 239, 'visible', 0, '', '179.jpg', 'My Mach...from the back', 0, NULL),
(241, 8, 32, 27, 1228541115, 240, 'visible', 0, '', '180.jpg', 'My Mach...gettin'' ready to cruise', 0, NULL),
(242, 8, 32, 27, 1228541115, 241, 'visible', 0, '', '181.jpg', 'My Mach...good to go', 0, NULL),
(243, 8, 33, 30, 1228587746, 144, 'visible', 0, '', '182.jpg', 'RoadAmericaJuly192008039   MUSTANG SATURDAY  65Black and 225 of his Brothers and sisters', 0, NULL),
(244, 8, 33, 30, 1228588300, 242, 'visible', 0, '', '185.jpg', 'scan0005   65 Black eating Ferraris for Lunch!', 0, NULL),
(245, 8, 33, 30, 1228588300, 243, 'visible', 0, '', '186.jpg', 'scan0006   65BLACK', 0, NULL),
(246, 8, 33, 30, 1228588300, 244, 'visible', 0, '', '187.jpg', 'scan0007', 0, NULL),
(247, 8, 33, 30, 1228588383, 245, 'visible', 0, '', '188.jpg', 'scan0008  65 BLACK doing it''s thing thru turn7 Road america   Will some -one Get that porsch out of the Way!!!', 0, NULL),
(248, 8, 33, 30, 1228588383, 246, 'visible', 0, '', '189.jpg', 'scan0009  Me in the Passenger seat --Hold on!!!', 0, NULL),
(249, 8, 33, 30, 1228588383, 247, 'visible', 0, '', '190.jpg', 'scan0032', 0, NULL),
(250, 8, 33, 30, 1228588446, 248, 'visible', 0, '', '191.jpg', 'scan0033   Yea it''s a Real one!!', 0, NULL),
(251, 8, 33, 30, 1228588446, 249, 'visible', 0, '', '192.jpg', 'scan0034  Turn 12 Road America', 0, NULL),
(252, 8, 33, 30, 1228588446, 250, 'visible', 0, '', '193.jpg', 'scan0035   Turn 5  Road America', 0, NULL),
(253, 8, 33, 30, 1228588518, 251, 'visible', 0, '', '194.jpg', 'scan0036   That won''t rub out...', 0, NULL),
(254, 8, 33, 30, 1228588518, 252, 'visible', 0, '', '195.jpg', 'scan0037     OUCH !!!', 0, NULL),
(255, 8, 33, 30, 1228588518, 253, 'visible', 0, '', '196.jpg', 'scan0038', 0, NULL),
(256, 8, 33, 30, 1228588597, 254, 'visible', 0, '', '197.jpg', 'scan0039  F-40', 0, NULL),
(257, 8, 33, 30, 1228588597, 255, 'visible', 0, '', '198.jpg', 'scan0040', 0, NULL),
(258, 8, 33, 30, 1228588597, 256, 'visible', 0, '', '199.jpg', 'scan0041', 0, NULL),
(259, 8, 33, 30, 1228588666, 257, 'visible', 0, '', '200.jpg', 'scan0042', 0, NULL),
(260, 8, 33, 30, 1228588666, 258, 'visible', 0, '', '201.jpg', 'scan0043      OOPS in the kitty litter!', 0, NULL),
(261, 8, 33, 30, 1228588666, 259, 'visible', 0, '', '202.jpg', 'scan0044  Inside turn 12 Road America', 0, NULL),
(262, 8, 33, 30, 1228588711, 260, 'visible', 0, '', '203.jpg', 'scan0045     Turn 5 road america', 0, NULL),
(263, 8, 34, 30, 1228588972, 261, 'visible', 0, '', '204.jpg', 'scan0010   Stripped and ready for the Body Shop ...', 0, NULL),
(264, 8, 34, 30, 1228588972, 262, 'visible', 0, '', '205.jpg', 'scan0011There it''s torn down--now what????', 0, NULL),
(265, 8, 34, 30, 1228588972, 263, 'visible', 0, '', '206.jpg', 'scan0012and more fitting and welding', 0, NULL),
(266, 8, 34, 30, 1228589040, 264, 'visible', 0, '', '207.jpg', 'scan0013  More fitting and welding', 0, NULL),
(267, 8, 34, 30, 1228589040, 265, 'visible', 0, '', '208.jpg', 'scan0014    Fitting and welding--fitting and welding-fitting', 0, NULL),
(268, 8, 34, 30, 1228589040, 266, 'visible', 0, '', '209.jpg', 'scan0015    Just Painted..', 0, NULL),
(269, 8, 34, 30, 1228589094, 267, 'visible', 0, '', '210.jpg', 'scan0016    Getting in to my Work !!!', 0, NULL),
(270, 8, 34, 30, 1228589094, 268, 'visible', 0, '', '211.jpg', 'scan0017   1 Ron Power', 0, NULL),
(271, 8, 35, 30, 1228589262, 269, 'visible', 0, '', '212.jpg', 'scan0002    65 black getting his pic taken..', 0, NULL),
(272, 8, 35, 30, 1228589262, 270, 'visible', 0, '', '213.jpg', 'scan0021    How sweet the SOUND!!!!!', 0, NULL),
(273, 8, 35, 30, 1228589262, 271, 'visible', 0, '', '214.jpg', 'scan0022 george taking a pic of the P-51', 0, NULL),
(274, 8, 35, 30, 1228589310, 272, 'visible', 0, '', '215.jpg', 'scan0023  P-51 Fly-by (you should Hear that sweet sound)      about 8ft off the ground.', 0, NULL),
(275, 8, 35, 30, 1228589310, 273, 'visible', 0, '', '216.jpg', 'scan0024  on the grounds of EAA for Planes,Manes,and Automobiles', 0, NULL),
(276, 8, 35, 30, 1228589310, 274, 'visible', 0, '', '217.jpg', 'scan0025 Jerry and his S7', 0, NULL),
(277, 8, 35, 30, 1228589383, 275, 'visible', 0, '', '218.jpg', 'scan0026   Jerrys Saleen S7 (the 1st street version)', 0, NULL),
(278, 8, 35, 30, 1228589383, 276, 'visible', 0, '', '219.jpg', 'scan0027   P-51 mustang???', 0, NULL),
(279, 8, 35, 30, 1228589383, 277, 'visible', 0, '', '220.jpg', 'scan0028   jerrys Saleen S7 and his wife''s Ford GT..', 0, NULL),
(280, 8, 11, 30, 1228589517, 278, 'visible', 0, '', '221.jpg', 'scan0018  The early years', 0, NULL),
(281, 8, 11, 30, 1228589517, 279, 'visible', 0, '', '222.jpg', 'scan00     1965 black the early years', 0, NULL),
(282, 8, 11, 30, 1228589517, 280, 'visible', 0, '', '223.jpg', 'scan0020   65black the Early years--Grey charcoal mettalic\r\n289-auto', 0, NULL),
(283, 8, 35, 30, 1228589634, 281, 'visible', 0, '', '224.jpg', 'scan0029', 0, NULL),
(284, 8, 35, 30, 1228589634, 282, 'visible', 0, '', '225.jpg', 'scan0030  Touring the GTX1 shop in GreenBay Wisc.', 0, NULL),
(285, 8, 35, 30, 1228589634, 283, 'visible', 0, '', '226.jpg', 'scan0031  Ford GTs all  in a row!!', 0, NULL),
(286, 8, 11, 30, 1228589744, 269, 'visible', 0, '', '227.jpg', 'scan0002', 0, NULL),
(287, 8, 11, 30, 1228589744, 284, 'visible', 0, '', '228.jpg', 'scan0003', 0, NULL),
(288, 8, 36, 27, 1228603956, 285, 'visible', 0, '', '229.jpg', 'Koni Challenge Mosport', 0, NULL),
(289, 8, 36, 27, 1228603956, 286, 'visible', 0, '', '230.jpg', 'Koni Challenge Mosport', 0, NULL),
(290, 8, 36, 27, 1228603956, 287, 'visible', 0, '', '231.jpg', 'Koni Challenge Mosport', 0, NULL),
(291, 8, 36, 27, 1228604014, 288, 'visible', 0, '', '232.jpg', 'Koni Challenge Mosport', 0, NULL),
(292, 8, 36, 27, 1228604014, 289, 'visible', 0, '', '233.jpg', 'Koni Challenge Mosport', 0, NULL),
(293, 8, 36, 27, 1228604014, 290, 'visible', 0, '', '234.jpg', 'Koni Challenge Mosport', 0, NULL),
(294, 8, 36, 27, 1228604081, 291, 'visible', 0, '', '235.jpg', 'Koni Challenge Mosport', 0, NULL),
(295, 8, 36, 27, 1228604081, 292, 'visible', 0, '', '236.jpg', 'Koni Challenge Mosport \r\nPorsches all in a row!', 0, NULL),
(296, 8, 36, 27, 1228604081, 293, 'visible', 0, '', '237.jpg', 'Koni Challenge Mosport', 0, NULL),
(297, 8, 36, 27, 1228604120, 294, 'visible', 0, '', '238.jpg', 'Koni Challenge Mosport', 0, NULL),
(298, 8, 37, 4, 1228606008, 295, 'visible', 0, '', '240.jpg', 'IMG 8066', 0, NULL),
(299, 8, 37, 4, 1228606008, 296, 'visible', 0, '', '241.jpg', 'IMG 8071', 0, NULL),
(300, 8, 37, 4, 1228606048, 297, 'visible', 0, '', '242.jpg', 'IMG 8072', 0, NULL),
(301, 8, 37, 4, 1228606048, 298, 'visible', 0, '', '243.jpg', 'IMG 8074', 0, NULL),
(302, 8, 37, 4, 1228606048, 299, 'visible', 0, '', '244.jpg', 'IMG 8078', 0, NULL),
(303, 8, 37, 4, 1228606064, 300, 'visible', 0, '', '245.jpg', 'IMG 8079', 0, NULL),
(304, 8, 38, 4, 1228608232, 301, 'visible', 0, '', '246.jpg', 'MG 8251', 0, NULL),
(305, 8, 38, 4, 1228608232, 302, 'visible', 0, '', '247.jpg', 'MG 8252', 0, NULL),
(306, 8, 38, 4, 1228608232, 303, 'visible', 0, '', '248.jpg', 'MG 8253', 0, NULL),
(307, 8, 38, 4, 1228608297, 304, 'visible', 0, '', '249.jpg', 'MG 7143', 0, NULL),
(308, 8, 38, 4, 1228608297, 305, 'visible', 0, '', '250.jpg', 'MG 7146', 0, NULL),
(309, 8, 38, 4, 1228608297, 306, 'visible', 0, '', '251.jpg', 'MG 7147', 0, NULL),
(310, 8, 38, 4, 1228608347, 307, 'visible', 0, '', '252.jpg', 'MG 7153', 0, NULL),
(311, 8, 38, 4, 1228608347, 308, 'visible', 0, '', '253.jpg', 'MG 7154', 0, NULL),
(312, 8, 38, 4, 1228608347, 309, 'visible', 0, '', '254.jpg', 'MG 7156', 0, NULL),
(313, 8, 38, 4, 1228608563, 310, 'visible', 0, '', '255.jpg', 'MG 8263', 0, NULL),
(314, 8, 38, 4, 1228608563, 311, 'visible', 0, '', '256.jpg', 'MG 8274', 0, NULL),
(315, 8, 38, 4, 1228608563, 312, 'visible', 0, '', '257.jpg', 'MG 8276', 0, NULL),
(316, 8, 38, 4, 1228608700, 313, 'visible', 0, '', '258.jpg', 'MG 8278', 0, NULL),
(317, 8, 38, 4, 1228608700, 314, 'visible', 0, '', '259.jpg', 'MG 8279', 0, NULL),
(318, 8, 38, 4, 1228608700, 315, 'visible', 0, '', '260.jpg', 'chop', 0, NULL),
(319, 8, 39, 4, 1228609055, 316, 'visible', 0, '', '261.jpg', '018', 0, NULL),
(320, 8, 39, 4, 1228609055, 317, 'visible', 0, '', '262.jpg', '019', 0, NULL),
(321, 8, 39, 4, 1228609055, 318, 'visible', 0, '', '263.jpg', '024', 0, NULL),
(322, 8, 39, 4, 1228609093, 319, 'visible', 0, '', '264.jpg', '025', 0, NULL),
(323, 8, 39, 4, 1228609093, 320, 'visible', 0, '', '265.jpg', '026', 0, NULL),
(324, 8, 39, 4, 1228609093, 321, 'visible', 0, '', '266.jpg', '027', 0, NULL),
(325, 8, 39, 4, 1228609166, 322, 'visible', 0, '', '267.jpg', '028', 0, NULL),
(326, 8, 39, 4, 1228609166, 323, 'visible', 0, '', '268.jpg', '029', 0, NULL),
(327, 8, 39, 4, 1228609166, 324, 'visible', 0, '', '269.jpg', '033', 0, NULL),
(328, 8, 39, 4, 1228609225, 325, 'visible', 0, '', '270.jpg', '041', 0, NULL),
(329, 8, 39, 4, 1228609225, 326, 'visible', 0, '', '271.jpg', '042', 0, NULL),
(330, 8, 39, 4, 1228609225, 327, 'visible', 0, '', '272.jpg', '043', 0, NULL),
(331, 8, 39, 4, 1228609307, 328, 'visible', 0, '', '273.jpg', '046', 0, NULL),
(332, 8, 39, 4, 1228609307, 329, 'visible', 0, '', '274.jpg', '049', 0, NULL),
(333, 8, 39, 4, 1228609307, 330, 'visible', 0, '', '275.jpg', '050', 0, NULL),
(334, 8, 39, 4, 1228609377, 331, 'visible', 0, '', '276.jpg', '051', 0, NULL),
(335, 8, 39, 4, 1228609377, 332, 'visible', 0, '', '277.jpg', '052', 0, NULL),
(336, 8, 39, 4, 1228609377, 333, 'visible', 0, '', '278.jpg', '053', 0, NULL),
(337, 8, 39, 4, 1228609442, 334, 'visible', 0, '', '279.jpg', '054', 0, NULL),
(338, 8, 39, 4, 1228609442, 335, 'visible', 0, '', '280.jpg', '055', 0, NULL),
(339, 8, 39, 4, 1228609442, 336, 'visible', 0, '', '281.jpg', '062', 0, NULL),
(340, 8, 40, 143, 1228624158, 337, 'visible', 0, '', '282.gif', 'TOCC Tri-Logo - Style 201', 0, NULL),
(341, 8, 40, 143, 1228624158, 338, 'visible', 0, '', '283.jpg', 'TOCC Tri-Logo - Style 101', 0, NULL),
(342, 8, 41, 143, 1228627936, 339, 'visible', 0, '', '284.jpg', 'BOP BOX is Bullitt Proof', 0, NULL),
(343, 8, 42, 147, 1228651824, 340, 'visible', 0, '', '285.jpg', '', 0, NULL),
(344, 8, 42, 147, 1228651824, 341, 'visible', 0, '', '286.jpg', '', 0, NULL),
(345, 8, 42, 147, 1228651824, 342, 'visible', 0, '', '287.jpg', '', 0, NULL),
(346, 8, 42, 147, 1228652152, 343, 'visible', 0, '', '288.jpg', '', 0, NULL),
(347, 8, 42, 147, 1228652152, 344, 'visible', 0, '', '289.jpg', '', 0, NULL),
(348, 8, 42, 147, 1228652152, 345, 'visible', 0, '', '290.jpg', '', 0, NULL),
(349, 8, 4, 6, 1228673690, 346, 'visible', 0, '', '291.jpg', 'Mach 1 Grille Delete with Cobra Grille Emblem', 0, NULL),
(350, 8, 4, 6, 1228673690, 347, 'visible', 0, '', '292.jpg', 'Took the spoiler off and like it a lot more!!!', 0, NULL),
(351, 8, 4, 6, 1228674129, 348, 'visible', 0, '', '293.jpg', 'Another one of the Grille Delete', 0, NULL),
(352, 8, 44, 136, 1228700817, 349, 'visible', 0, '', '294.jpg', '', 0, NULL),
(353, 8, 44, 136, 1228700817, 350, 'visible', 0, '', '295.jpg', '', 0, NULL),
(354, 8, 44, 136, 1228700817, 351, 'visible', 0, '', '296.jpg', '', 0, NULL),
(355, 8, 44, 136, 1228700950, 352, 'visible', 0, '', '297.jpg', '', 0, NULL),
(356, 8, 44, 136, 1228700950, 353, 'visible', 0, '', '299.jpg', '', 0, NULL),
(357, 8, 44, 136, 1228701034, 354, 'visible', 0, '', '300.jpg', '', 0, NULL),
(358, 8, 44, 136, 1228701034, 355, 'visible', 0, '', '301.jpg', '', 0, NULL),
(359, 8, 44, 136, 1228701034, 356, 'visible', 0, '', '302.jpg', '', 0, NULL),
(360, 8, 44, 136, 1228701231, 357, 'visible', 0, '', '303.jpg', '', 0, NULL),
(361, 8, 44, 136, 1228701231, 358, 'visible', 0, '', '304.jpg', '', 0, NULL),
(362, 8, 44, 136, 1228701231, 359, 'visible', 0, '', '305.jpg', '', 0, NULL),
(363, 8, 46, 150, 1228729464, 360, 'visible', 0, '', '306.jpg', 'Car Pics (96)', 0, NULL),
(364, 8, 46, 150, 1228729464, 361, 'visible', 0, '', '307.jpg', 'Car Pics (82)', 0, NULL),
(365, 8, 46, 150, 1228729464, 362, 'visible', 0, '', '308.jpg', 'Car Pics (85)', 0, NULL),
(366, 8, 46, 150, 1228729650, 363, 'visible', 0, '', '309.jpg', 'Car Pics (89)', 0, NULL),
(367, 8, 46, 150, 1228729650, 364, 'visible', 0, '', '310.jpg', 'Car Pics (2)', 0, NULL),
(368, 8, 46, 150, 1228729650, 365, 'visible', 0, '', '311.jpg', 'Car Pics (67)', 0, NULL),
(369, 8, 47, 149, 1228863203, 366, 'visible', 0, '', '312.jpg', 'modified mustangs january 2009[1] (2)', 0, NULL),
(370, 8, 47, 149, 1228863203, 367, 'visible', 0, '', '313.jpg', 'DSC 0034 (2)', 0, NULL),
(371, 8, 47, 149, 1228863203, 368, 'visible', 0, '', '314.jpg', 'DSC 0008 (2)', 0, NULL),
(372, 8, 47, 149, 1228863259, 369, 'visible', 0, '', '315.jpg', 'DSC 0012 (2)', 0, NULL),
(373, 8, 47, 149, 1228863259, 370, 'visible', 0, '', '316.jpg', 'DSC 0016 (2)', 0, NULL),
(374, 8, 47, 149, 1228863259, 371, 'visible', 0, '', '317.jpg', 'DSC 0021 (2)', 0, NULL),
(375, 8, 47, 149, 1228863295, 372, 'visible', 0, '', '318.jpg', 'dsc 0004 (2)', 0, NULL),
(376, 8, 47, 149, 1228863295, 373, 'visible', 0, '', '319.jpg', 'DSC 0013 (2)', 0, NULL),
(377, 8, 47, 149, 1228863295, 374, 'visible', 0, '', '320.jpg', 'DSC 0029 (2)', 0, NULL),
(378, 8, 47, 149, 1228863329, 375, 'visible', 0, '', '321.jpg', 'DSC 0031 (2)', 0, NULL),
(379, 8, 47, 149, 1228863329, 376, 'visible', 0, '', '322.jpg', 'DSC 0107 (2)', 0, NULL),
(380, 8, 47, 149, 1228863329, 377, 'visible', 0, '', '323.jpg', 'DSC 0115 (2)', 0, NULL),
(381, 8, 47, 149, 1228863377, 378, 'visible', 0, '', '324.jpg', 'DSC 0176 (2)', 0, NULL),
(382, 8, 47, 149, 1228863377, 379, 'visible', 0, '', '325.jpg', 'DSC 0412 (2)', 0, NULL),
(383, 8, 47, 149, 1228863377, 380, 'visible', 0, '', '326.jpg', 'DSC 0425 (2)', 0, NULL),
(384, 8, 47, 149, 1228863430, 381, 'visible', 0, '', '327.jpg', 'DSC 0426 (2)', 0, NULL),
(385, 8, 47, 149, 1228863430, 382, 'visible', 0, '', '328.jpg', '1050', 0, NULL),
(386, 8, 47, 149, 1228863430, 383, 'visible', 0, '', '329.jpg', 'Picture213', 0, NULL),
(387, 8, 48, 160, 1228864479, 384, 'visible', 0, '', '330.jpg', 'vortech Supercharger', 0, NULL),
(388, 8, 48, 160, 1228864479, 385, 'visible', 0, '', '331.jpg', 'sittin pretty in the driveway', 0, NULL),
(389, 8, 48, 160, 1228864479, 386, 'visible', 0, '', '332.jpg', 'at the beach!', 0, NULL),
(390, 8, 48, 160, 1228864778, 387, 'visible', 0, '', '333.jpg', 'Bored taking some pics', 0, NULL),
(391, 8, 48, 160, 1228864778, 388, 'visible', 0, '', '334.jpg', 'NMRA Shootout in NJ...1st place People Choice and 2nd place directors choice!', 0, NULL),
(392, 8, 48, 160, 1228864778, 389, 'visible', 0, '', '335.jpg', 'In the driveway', 0, NULL),
(393, 8, 49, 157, 1228868371, 390, 'visible', 0, '', '336.jpg', 'Daily street tires', 0, NULL),
(394, 8, 49, 157, 1228868371, 391, 'visible', 0, '', '337.jpg', 'Daily street tires', 0, NULL),
(395, 8, 49, 157, 1228868371, 392, 'visible', 0, '', '338.jpg', 'At Cecil County Dragway', 0, NULL),
(396, 8, 49, 157, 1228868534, 393, 'visible', 0, '', '339.jpg', 'Yes, I busted him from the line...lmao', 0, NULL),
(397, 8, 49, 157, 1228868534, 394, 'visible', 0, '', '340.jpg', 'Burnout time', 0, NULL),
(398, 8, 49, 157, 1228868534, 395, 'visible', 0, '', '341.jpg', 'Getting ready', 0, NULL),
(399, 8, 47, 149, 1228891348, 396, 'visible', 0, '', '342.jpg', '94', 0, NULL),
(400, 8, 47, 149, 1228891348, 397, 'visible', 0, '', '343.jpg', 'IMG 0093 JPG', 0, NULL),
(401, 8, 50, 113, 1228897170, 398, 'visible', 0, '', '344.jpg', '1', 0, NULL),
(402, 8, 50, 113, 1228897170, 399, 'visible', 0, '', '345.jpg', '2', 0, NULL),
(403, 8, 50, 113, 1228897170, 400, 'visible', 0, '', '346.jpg', '3', 0, NULL),
(404, 8, 50, 113, 1228897218, 401, 'visible', 0, '', '347.jpg', '4', 0, NULL),
(405, 8, 50, 113, 1228897218, 402, 'visible', 0, '', '348.jpg', '5', 0, NULL),
(406, 8, 50, 113, 1228897218, 403, 'visible', 0, '', '349.jpg', '6', 0, NULL),
(407, 8, 50, 113, 1228897291, 404, 'visible', 0, '', '350.jpg', '7', 0, NULL),
(408, 8, 50, 113, 1228897291, 405, 'visible', 0, '', '351.jpg', '8', 0, NULL),
(409, 8, 50, 113, 1228897291, 406, 'visible', 0, '', '352.jpg', 'DSC 5268', 0, NULL),
(410, 8, 50, 113, 1228897570, 407, 'visible', 0, '', '353.jpg', 'DSC 5293', 0, NULL),
(411, 8, 50, 113, 1228897570, 408, 'visible', 0, '', '354.jpg', 'DSC 5291', 0, NULL),
(412, 8, 50, 113, 1228897570, 409, 'visible', 0, '', '355.jpg', 'DSC 5284', 0, NULL),
(413, 8, 13, 39, 1229095616, 410, 'visible', 0, '', '356.jpg', 'My Car', 0, NULL),
(414, 8, 53, 187, 1229367716, 411, 'visible', 0, '', '357.jpg', 'Second time at a Drag Strip an not the last! Very disappointing 15.9 87mph!', 0, NULL),
(415, 8, 53, 187, 1229367716, 412, 'visible', 0, '', '358.jpg', 'First time at a drag strip. Supprizing 15.4 89mph!', 0, NULL),
(416, 8, 54, 190, 1229385638, 413, 'visible', 0, '', '359.jpg', 'P1000142', 0, NULL),
(417, 8, 55, 193, 1229486361, 414, 'visible', 0, '', '360.jpg', '100 1054 (2)e', 0, NULL),
(418, 8, 55, 193, 1229486361, 415, 'visible', 0, '', '361.jpg', '100 1055 (2)', 0, NULL),
(419, 8, 55, 193, 1229486361, 416, 'visible', 0, '', '362.jpg', '100 1062 (2)', 0, NULL),
(420, 8, 55, 193, 1229486453, 417, 'visible', 0, '', '363.jpg', '100 0871 (2)y', 0, NULL),
(421, 8, 55, 193, 1229486453, 418, 'visible', 0, '', '364.jpg', '100 0873 (2)ddg', 0, NULL),
(422, 8, 56, 196, 1229553946, 419, 'visible', 0, '', '365.jpg', 'Cleaning!!!', 0, NULL),
(423, 8, 56, 196, 1229553946, 420, 'visible', 0, '', '366.jpg', 'Editing', 0, NULL),
(424, 8, 56, 196, 1229553946, 421, 'visible', 0, '', '367.jpg', 'UpCloseAndPersonal', 0, NULL),
(425, 8, 56, 196, 1229554030, 422, 'visible', 0, '', '368.jpg', 'New rims (2007)', 0, NULL),
(426, 8, 56, 196, 1229554030, 423, 'visible', 0, '', '369.jpg', 'CLEAN!!', 0, NULL),
(427, 8, 56, 196, 1229554030, 424, 'visible', 0, '', '370.jpg', 'No longer a #9 on her, everyone COPIED!', 0, NULL),
(428, 8, 56, 196, 1229554082, 425, 'visible', 0, '', '371.jpeg', 'BMC', 0, NULL),
(429, 8, 56, 196, 1229554151, 426, 'visible', 0, '', '372.jpg', 'Photographer at heart!', 0, NULL),
(430, 8, 56, 196, 1229554151, 427, 'visible', 0, '', '373.jpg', '', 0, NULL),
(431, 8, 56, 196, 1229554151, 428, 'visible', 0, '', '374.jpg', 'My new taillights', 0, NULL),
(432, 8, 56, 196, 1229554270, 429, 'visible', 0, '', '375.jpg', 'Getting washed again!', 0, NULL),
(433, 8, 56, 196, 1229554270, 430, 'visible', 0, '', '376.jpg', 'Edited', 0, NULL),
(434, 8, 56, 196, 1229554270, 431, 'visible', 0, '', '377.jpg', 'BreastCancerMustang', 0, NULL),
(435, 8, 56, 196, 1229554326, 432, 'visible', 0, '', '378.jpg', 'Photography', 0, NULL),
(436, 8, 56, 196, 1229554326, 433, 'visible', 0, '', '379.jpg', 'Cold Air Intake *Cheap*', 0, NULL),
(437, 8, 56, 196, 1229554326, 434, 'visible', 0, '', '380.jpg', 'Want one?', 0, NULL),
(438, 8, 56, 196, 1229554388, 435, 'visible', 0, '', '381.jpg', 'Mustang Collage', 0, NULL),
(439, 8, 56, 196, 1229554388, 436, 'visible', 0, '', '382.jpg', 'MINE', 0, NULL),
(440, 8, 56, 196, 1229554388, 437, 'visible', 0, '', '383.jpg', 'NOT CHEAP!!!', 0, NULL),
(441, 8, 57, 196, 1229614811, 438, 'visible', 0, '', '384.jpg', 'uhhh', 0, NULL),
(442, 8, 57, 196, 1229614811, 439, 'visible', 0, '', '385.jpg', 'twofacek', 0, NULL),
(443, 8, 57, 196, 1229614811, 440, 'visible', 0, '', '386.jpg', '', 0, NULL),
(444, 8, 57, 196, 1229614884, 441, 'visible', 0, '', '387.jpg', 'Officer in training!', 0, NULL),
(445, 8, 57, 196, 1229614884, 442, 'visible', 0, '', '388.jpg', 'My tag', 0, NULL),
(446, 8, 57, 196, 1229614884, 443, 'visible', 0, '', '389.jpg', 'Random', 0, NULL),
(447, 8, 57, 196, 1229614963, 444, 'visible', 0, '', '390.jpg', 'Yours truly', 0, NULL),
(448, 8, 57, 196, 1229614963, 445, 'visible', 0, '', '391.jpg', '', 0, NULL),
(449, 8, 57, 196, 1229614963, 446, 'visible', 0, '', '392.jpg', 'My love affair for Stangs!', 0, NULL),
(450, 8, 57, 196, 1229615679, 447, 'visible', 0, '', '393.jpg', 'Beautiful!!!', 0, NULL),
(451, 8, 58, 196, 1229617986, 448, 'visible', 0, '', '394.jpg', 'My Stang!', 0, NULL),
(452, 8, 58, 196, 1229617986, 449, 'visible', 0, '', '395.jpg', 'My Star-gazer lily', 0, NULL),
(453, 8, 59, 196, 1229618090, 450, 'visible', 0, '', '396.jpg', 'Just before our honeymoon', 0, NULL),
(454, 8, 59, 196, 1229618090, 451, 'visible', 0, '', '397.jpg', 'We got sick at Disney World', 0, NULL),
(455, 8, 59, 196, 1229618090, 452, 'visible', 0, '', '398.jpg', 'Our feet were hurting!!', 0, NULL),
(456, 8, 59, 196, 1229618879, 453, 'visible', 0, '', '399.jpg', 'Toy Story Army man and myself', 0, NULL),
(457, 8, 59, 196, 1229618879, 454, 'visible', 0, '', '400.jpg', 'Tea Cups made me sick', 0, NULL),
(458, 8, 59, 196, 1229618879, 455, 'visible', 0, '', '401.jpg', 'Swiss Family TreeHouse The first thing we went on!', 0, NULL),
(459, 8, 59, 196, 1229618932, 456, 'visible', 0, '', '402.jpg', 'Stunt Show', 0, NULL),
(460, 8, 59, 196, 1229618932, 457, 'visible', 0, '', '404.jpg', 'Snow Nemo', 0, NULL),
(461, 8, 59, 196, 1229618974, 458, 'visible', 0, '', '405.jpg', 'ScaryMe', 0, NULL),
(462, 8, 59, 196, 1229618974, 459, 'visible', 0, '', '406.jpg', 'Riverboat', 0, NULL),
(463, 8, 59, 196, 1229618974, 460, 'visible', 0, '', '407.jpg', 'RichardPettyExperience', 0, NULL),
(464, 8, 59, 196, 1229619002, 461, 'visible', 0, '', '408.jpg', 'RichardPettyDriving', 0, NULL),
(465, 8, 59, 196, 1229619002, 462, 'visible', 0, '', '409.jpg', 'Rainforest Cafe My 22nd Birthday', 0, NULL),
(466, 8, 59, 196, 1229619002, 463, 'visible', 0, '', '410.jpg', 'RaceTrackDisney', 0, NULL),
(467, 8, 59, 196, 1229619150, 464, 'visible', 0, '', '411.jpg', 'PrinceCaspian', 0, NULL),
(468, 8, 59, 196, 1229619150, 465, 'visible', 0, '', '412.jpg', 'OnTheBus', 0, NULL),
(469, 8, 59, 196, 1229619150, 466, 'visible', 0, '', '413.jpg', 'OldCarDineIn', 0, NULL),
(470, 8, 59, 196, 1229619175, 467, 'visible', 0, '', '414.jpg', 'NewYorkDisney', 0, NULL),
(471, 8, 59, 196, 1229619175, 468, 'visible', 0, '', '415.jpg', 'MonorailPic', 0, NULL),
(472, 8, 59, 196, 1229619175, 469, 'visible', 0, '', '416.jpg', 'MickeySorcerer', 0, NULL),
(473, 8, 59, 196, 1229619203, 470, 'visible', 0, '', '417.jpg', 'Mickey Married Us', 0, NULL),
(474, 8, 59, 196, 1229619203, 471, 'visible', 0, '', '418.jpg', 'Merry Christmas Baby', 0, NULL),
(475, 8, 59, 196, 1229619203, 472, 'visible', 0, '', '419.jpg', 'Merry Christmas', 0, NULL),
(476, 8, 59, 196, 1229620157, 473, 'visible', 0, '', '420.jpg', 'KISS KISS', 0, NULL),
(477, 8, 59, 196, 1229620157, 474, 'visible', 0, '', '421.jpg', 'On our airplane', 0, NULL),
(478, 8, 59, 196, 1229620157, 475, 'visible', 0, '', '422.jpg', 'Waiting for the bus', 0, NULL),
(479, 8, 59, 196, 1229620417, 476, 'visible', 0, '', '423.jpg', 'Still waiting for the bus...', 0, NULL),
(480, 8, 59, 196, 1229620417, 477, 'visible', 0, '', '424.jpg', 'Happy Birthday ME', 0, NULL),
(481, 8, 59, 196, 1229620417, 478, 'visible', 0, '', '425.jpg', 'Happy Birthday', 0, NULL),
(482, 8, 59, 196, 1229620460, 479, 'visible', 0, '', '426.jpg', 'Epcot Honeymoon', 0, NULL),
(483, 8, 59, 196, 1229620460, 480, 'visible', 0, '', '427.jpg', 'Epcot 2008', 0, NULL),
(484, 8, 59, 196, 1229620460, 481, 'visible', 0, '', '428.jpg', 'DW 2008', 0, NULL),
(485, 8, 59, 196, 1229620493, 482, 'visible', 0, '', '429.jpg', 'Disney Animation', 0, NULL),
(486, 8, 59, 196, 1229620493, 483, 'visible', 0, '', '430.jpg', 'Disney 11-2008', 0, NULL),
(487, 8, 59, 196, 1229620493, 484, 'visible', 0, '', '431.jpg', 'Disney 2008', 0, NULL),
(488, 8, 59, 196, 1229620526, 485, 'visible', 0, '', '432.jpg', 'Disney', 0, NULL),
(489, 8, 59, 196, 1229620526, 486, 'visible', 0, '', '433.jpg', 'Day 1 in our hotel', 0, NULL),
(490, 8, 59, 196, 1229620526, 487, 'visible', 0, '', '434.jpg', '', 0, NULL),
(491, 8, 59, 196, 1229620563, 488, 'visible', 0, '', '435.jpg', 'Bored Waiting', 0, NULL),
(492, 8, 59, 196, 1229620563, 489, 'visible', 0, '', '436.jpg', 'Brent And Jess Christmas Collage', 0, NULL),
(493, 8, 59, 196, 1229620563, 490, 'visible', 0, '', '437.jpg', 'Animal Kingdom', 0, NULL),
(494, 8, 59, 196, 1229620595, 491, 'visible', 0, '', '438.jpg', 'Animal Kingdom', 0, NULL),
(495, 8, 59, 196, 1229620595, 492, 'visible', 0, '', '439.jpg', 'Animal Kingdom  Expedition Everest', 0, NULL),
(496, 8, 59, 196, 1229620595, 493, 'visible', 0, '', '440.jpg', '1960s Sci-Fi Dine-In', 0, NULL),
(497, 8, 60, 196, 1229620723, 494, 'visible', 0, '', '441.jpg', '1966 After I edited', 0, NULL),
(498, 8, 60, 196, 1229620723, 495, 'visible', 0, '', '442.jpg', 'Before', 0, NULL),
(499, 8, 60, 196, 1229620767, 496, 'visible', 0, '', '443.jpg', '2003 Ford Mustang SVT Cobra \r\nEditing by MustangJessica9', 0, NULL),
(500, 8, 60, 196, 1229620767, 497, 'visible', 0, '', '444.jpg', '2003 Ford Mustang SVT Cobra Editing by MustangJessica9', 0, NULL),
(501, 8, 60, 196, 1229620767, 498, 'visible', 0, '', '445.jpg', '2003 Ford Mustang SVT Cobra Editing by MustangJessica9', 0, NULL),
(502, 8, 60, 196, 1229620826, 499, 'visible', 0, '', '446.jpg', '2003 Ford Mustang SVT Cobra Edited by MustangJessica9', 0, NULL),
(503, 8, 60, 196, 1229620826, 500, 'visible', 0, '', '447.jpg', 'PENCIL Edited by MustangJessica9', 0, NULL),
(504, 8, 61, 201, 1229711313, 501, 'visible', 0, '', '448.jpg', 'DSCF0007 copy', 0, NULL),
(505, 8, 61, 201, 1229711313, 502, 'visible', 0, '', '449.jpg', 'DSCF0038 copy', 0, NULL),
(506, 8, 61, 201, 1229711313, 503, 'visible', 0, '', '450.jpg', 'DSCF0058 copy', 0, NULL),
(507, 8, 61, 201, 1229711598, 504, 'visible', 0, '', '451.jpg', 'DSCF0075 copy', 0, NULL),
(508, 8, 61, 201, 1229711598, 505, 'visible', 0, '', '452.jpg', 'DSCF0085 copy', 0, NULL),
(509, 8, 61, 201, 1229711598, 506, 'visible', 0, '', '453.jpg', 'DSCF0087 copy', 0, NULL),
(510, 8, 61, 201, 1229711689, 507, 'visible', 0, '', '454.jpg', 'DSCF0116 copy', 0, NULL),
(511, 8, 61, 201, 1229711689, 508, 'visible', 0, '', '455.jpg', 'DSCF0126 copy', 0, NULL),
(512, 8, 61, 201, 1229711689, 509, 'visible', 0, '', '456.jpg', 'DSCF0138 copy', 0, NULL),
(513, 8, 61, 201, 1229711753, 510, 'visible', 0, '', '457.jpg', 'DSCF0147 copy', 0, NULL),
(514, 8, 61, 201, 1229711753, 511, 'visible', 0, '', '458.jpg', 'DSCF0154 copy', 0, NULL),
(515, 8, 62, 197, 1229787285, 512, 'visible', 0, '', '459.jpg', 'IMG 2011', 0, NULL),
(516, 8, 63, 97, 1229899462, 513, 'visible', 0, '', '460.jpg', 'Bullitt1', 0, NULL),
(517, 8, 63, 97, 1229899462, 514, 'visible', 0, '', '461.jpg', 'bullitt2', 0, NULL),
(518, 8, 63, 97, 1229899462, 515, 'visible', 0, '', '462.jpg', 'bullitt3', 0, NULL),
(519, 8, 63, 97, 1229899570, 516, 'visible', 0, '', '463.jpg', 'bullitt4', 0, NULL),
(520, 8, 63, 97, 1229899570, 517, 'visible', 0, '', '464.jpg', 'bullitt5', 0, NULL),
(521, 8, 64, 185, 1229965330, 518, 'visible', 0, '', '465.jpg', 'Chillin', 0, NULL),
(522, 8, 64, 185, 1229965432, 519, 'visible', 0, '', '466.jpg', 'in the shade', 0, NULL),
(523, 8, 64, 185, 1229965432, 520, 'visible', 0, '', '467.jpg', 'ROTM on AFCC', 0, NULL),
(524, 8, 64, 185, 1229965500, 521, 'visible', 0, '', '468.png', 'My Club', 0, NULL),
(525, 8, 64, 185, 1229966877, 522, 'visible', 0, '', '469.png', 'Club Banner', 0, NULL),
(526, 8, 65, 217, 1231961668, 523, 'visible', 0, '', '470.jpg', '28 Fuse Box Cover', 0, NULL),
(527, 8, 65, 217, 1231961668, 524, 'visible', 0, '', '471.jpg', '27 Engine Side', 0, NULL),
(528, 8, 65, 217, 1231961668, 525, 'visible', 0, '', '472.jpg', '26 K&amp;N CAI', 0, NULL),
(529, 8, 65, 217, 1231961871, 526, 'visible', 0, '', '473.jpg', '25 Engine Front', 0, NULL),
(530, 8, 65, 217, 1231961871, 527, 'visible', 0, '', '474.jpg', '24 Strut Caps', 0, NULL),
(531, 8, 65, 217, 1231961871, 528, 'visible', 0, '', '475.jpg', '21 sill and speaker', 0, NULL),
(532, 8, 65, 217, 1231962169, 529, 'visible', 0, '', '476.jpg', '20  door', 0, NULL),
(533, 8, 65, 217, 1231962169, 530, 'visible', 0, '', '477.jpg', '19 Map Light', 0, NULL),
(534, 8, 65, 217, 1231962169, 531, 'visible', 0, '', '478.jpg', '18 Consol Nitrous', 0, NULL),
(535, 8, 65, 217, 1231962310, 532, 'visible', 0, '', '479.jpg', '17 Dash Plaque', 0, NULL),
(536, 8, 65, 217, 1231962310, 533, 'visible', 0, '', '480.jpg', '16 Dash', 0, NULL),
(537, 8, 65, 217, 1231962310, 534, 'visible', 0, '', '481.jpg', '15 Dash flat', 0, NULL),
(538, 8, 65, 217, 1231962404, 535, 'visible', 0, '', '482.jpg', '14 cabin', 0, NULL),
(539, 8, 65, 217, 1231962404, 536, 'visible', 0, '', '483.jpg', '13 Wheel Gauges', 0, NULL),
(540, 8, 65, 217, 1231962404, 537, 'visible', 0, '', '484.jpg', '12 Window Tags', 0, NULL),
(541, 8, 65, 217, 1231962543, 538, 'visible', 0, '', '485.jpg', '11 BULLIT''s with painted calipers', 0, NULL),
(542, 8, 65, 217, 1231962543, 539, 'visible', 0, '', '486.jpg', '10 Reflector', 0, NULL),
(543, 8, 65, 217, 1231962543, 540, 'visible', 0, '', '487.jpg', '09 right rear 0000', 0, NULL);
INSERT INTO `attachment` (`attachmentid`, `contenttypeid`, `contentid`, `userid`, `dateline`, `filedataid`, `state`, `counter`, `posthash`, `filename`, `caption`, `reportthreadid`, `settings`) VALUES
(544, 8, 65, 217, 1231962715, 541, 'visible', 0, '', '488.jpg', '08 3rd brake and skul', 0, NULL),
(545, 8, 65, 217, 1231962715, 542, 'visible', 0, '', '489.jpg', '07 rear louver 0000', 0, NULL),
(546, 8, 65, 217, 1231962715, 543, 'visible', 0, '', '490.jpg', '06 rear angle 0000', 0, NULL),
(547, 8, 65, 217, 1231963061, 544, 'visible', 0, '', '491.jpg', '05 side', 0, NULL),
(548, 8, 65, 217, 1231963061, 545, 'visible', 0, '', '492.jpg', '04 front side angle 2', 0, NULL),
(549, 8, 65, 217, 1231963061, 546, 'visible', 0, '', '493.jpg', '03 right side angle', 0, NULL),
(550, 8, 65, 217, 1231963224, 547, 'visible', 0, '', '494.jpg', '03 Fader emblem', 0, NULL),
(551, 8, 65, 217, 1231963224, 548, 'visible', 0, '', '495.jpg', '02 front', 0, NULL),
(552, 8, 65, 217, 1231963224, 549, 'visible', 0, '', '496.jpg', '01 golf gate 120h', 0, NULL),
(553, 8, 66, 27, 1233095561, 550, 'visible', 0, '', '497.jpg', 'Harrison Cruise...Jan ''09', 0, NULL),
(554, 8, 66, 27, 1233095561, 551, 'visible', 0, '', '498.jpg', 'Harrison Cruise...Jan ''09', 0, NULL),
(555, 8, 66, 27, 1233095561, 552, 'visible', 0, '', '499.jpg', 'Harrison Cruise...Jan ''09', 0, NULL),
(556, 8, 66, 27, 1233095648, 553, 'visible', 0, '', '500.jpg', 'Harrison Cruise...Jan ''09', 0, NULL),
(557, 8, 66, 27, 1233095648, 554, 'visible', 0, '', '501.jpg', 'Harrison Cruise...Jan ''09', 0, NULL),
(558, 8, 66, 27, 1233095648, 555, 'visible', 0, '', '502.jpg', 'Group pic...Harrison Cruise Jan ''09', 0, NULL),
(559, 8, 66, 27, 1233095725, 556, 'visible', 0, '', '503.jpg', 'Harrison Cruise Jan ''09', 0, NULL),
(560, 8, 66, 27, 1233095725, 557, 'visible', 0, '', '504.jpg', 'Jan 25th 2009', 0, NULL),
(561, 8, 66, 27, 1233095725, 558, 'visible', 0, '', '505.jpg', 'Jan 25th 2009', 0, NULL),
(562, 8, 66, 27, 1233095785, 559, 'visible', 0, '', '506.jpg', 'Jan 25th 2009 cruise', 0, NULL),
(563, 8, 66, 27, 1233095785, 560, 'visible', 0, '', '507.jpg', 'Jan 25th 2009 cruise', 0, NULL),
(564, 8, 66, 27, 1233095785, 561, 'visible', 0, '', '508.jpg', 'Harrison Cruise...Jan ''09\r\n\r\nrgs pic', 0, NULL),
(565, 8, 66, 27, 1233120586, 562, 'visible', 0, '', '509.jpg', 'Harrison Cruise   Picture232', 0, NULL),
(566, 8, 67, 97, 1233869871, 563, 'visible', 0, '', '510.jpg', 'Military%20Tuners%20ZAP', 0, NULL),
(567, 8, 67, 97, 1233869871, 564, 'visible', 0, '', '511.jpg', 'MTR%20front%20bumper', 0, NULL),
(568, 8, 67, 97, 1233869871, 565, 'visible', 0, '', '512.jpg', 'MTR%20rear%20bumper', 0, NULL),
(569, 8, 67, 97, 1233869943, 566, 'visible', 0, '', '513.jpg', 'sc400%20rear', 0, NULL),
(570, 8, 67, 97, 1233869943, 567, 'visible', 0, '', '514.jpg', '94%20Lexus%20SC400%20FR500', 0, NULL),
(571, 8, 68, 170, 1236889675, 568, 'visible', 0, '', '515.jpg', 'STEP 1 ST GEORGES a', 0, NULL),
(572, 8, 68, 170, 1236889675, 569, 'visible', 0, '', '516.jpg', 'STEP 1 ST GEORGES n', 0, NULL),
(573, 8, 68, 170, 1236889675, 570, 'visible', 0, '', '517.jpg', 'MG 8383 web', 0, NULL),
(574, 8, 69, 248, 1238127155, 571, 'visible', 0, '', '518.jpg', 'Fat Lip!', 0, NULL),
(575, 8, 69, 248, 1238127155, 572, 'visible', 0, '', '519.jpg', 'Back End', 0, NULL),
(576, 8, 69, 248, 1238127155, 573, 'visible', 0, '', '520.jpg', 'Side Shot', 0, NULL),
(577, 8, 69, 248, 1238127226, 574, 'visible', 0, '', '521.jpg', 'HID''s', 0, NULL),
(578, 8, 69, 248, 1238127226, 575, 'visible', 0, '', '522.jpg', 'Side Shot', 0, NULL),
(579, 8, 69, 248, 1238127226, 576, 'visible', 0, '', '523.jpg', 'Shiny Ass', 0, NULL),
(580, 8, 71, 268, 1241072426, 577, 'visible', 0, '', '524.jpg', 'IMG 1648', 0, NULL),
(581, 8, 71, 268, 1241072426, 578, 'visible', 0, '', '525.jpg', 'IMG 2316', 0, NULL),
(582, 8, 72, 270, 1241401874, 579, 'visible', 0, '', '526.jpg', '&quot;Cops Against Illegal Racing&quot; Mustang', 0, NULL),
(583, 8, 72, 270, 1241401874, 580, 'visible', 0, '', '527.jpg', '&quot;Cops Against Illegal Racing&quot; Mustang', 0, NULL),
(584, 8, 72, 270, 1241401874, 581, 'visible', 0, '', '528.jpg', '&quot;Cops Against Illegal Racing&quot; Mustang', 0, NULL),
(585, 8, 72, 270, 1241402061, 582, 'visible', 0, '', '529.jpg', '&quot;Cops Against Illegal Racing&quot; Mustang', 0, NULL),
(586, 8, 72, 270, 1241402061, 583, 'visible', 0, '', '530.jpg', '&quot;Cops Against Illegal Racing&quot; Mustang', 0, NULL),
(587, 8, 73, 97, 1247284601, 584, 'visible', 0, '', '531.jpg', '997turbo', 0, NULL),
(588, 8, 73, 97, 1247284601, 585, 'visible', 0, '', '532.gif', 'PorscheAnimated911s', 0, NULL),
(589, 8, 73, 97, 1247284794, 586, 'visible', 0, '', '533.jpg', 'PurplePorsche911', 0, NULL),
(590, 8, 73, 97, 1247543529, 587, 'visible', 0, '', '534.jpg', 'Porsche Car Delivery 094', 0, NULL),
(591, 8, 73, 97, 1247543529, 588, 'visible', 0, '', '535.jpg', 'Gemballa GTR 750 EVO Bonus7', 0, NULL),
(592, 8, 66, 27, 1254875416, 589, 'visible', 0, '', '536.jpg', 'Heading out on a cruise with about 35 other Mustangs...\r\n\r\nSunday...October 4th', 0, NULL),
(593, 8, 66, 27, 1254875416, 590, 'visible', 0, '', '537.jpg', 'Can hardly wait to get out there...', 0, NULL),
(594, 8, 66, 27, 1254875416, 591, 'visible', 0, '', '538.jpg', 'Here we go...', 0, NULL),
(595, 8, 66, 27, 1254875560, 592, 'visible', 0, '', '539.jpg', 'Should do a little cooker to get things started...', 0, NULL),
(596, 8, 66, 27, 1254875560, 593, 'visible', 0, '', '540.jpg', 'This is in an Industrial area on a Sunday...even some local police were watchin'' us leave...all safe!', 0, NULL),
(597, 8, 66, 27, 1254875560, 594, 'visible', 0, '', '541.jpg', 'And away we go!', 0, NULL),
(598, 8, 74, 305, 1257457539, 595, 'visible', 0, '', '542.jpg', 'user229 pic1176 1234808696', 0, NULL),
(599, 8, 74, 305, 1257457539, 596, 'visible', 0, '', '543.jpg', 'user229 pic1244 1236818624', 0, NULL),
(600, 8, 74, 305, 1257457539, 597, 'visible', 0, '', '544.jpg', 'user229 pic1850 1250090717', 0, NULL),
(601, 8, 74, 305, 1257457573, 598, 'visible', 0, '', '545.jpg', 'user229 pic1851 1250090744', 0, NULL),
(602, 8, 74, 305, 1257457573, 599, 'visible', 0, '', '546.jpg', 'Mazda 3 Sedan 2004 800x600 wallpaper 09', 0, NULL);

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

--
-- Table structure for table `attachmentcategory`
--

CREATE TABLE IF NOT EXISTS `attachmentcategory` (
  `categoryid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `userid` int(10) unsigned NOT NULL DEFAULT '0',
  `title` varchar(255) NOT NULL DEFAULT '',
  `parentid` int(10) unsigned NOT NULL DEFAULT '0',
  `displayorder` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`categoryid`),
  KEY `userid` (`userid`,`parentid`,`displayorder`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `attachmentcategory`
--


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

--
-- Table structure for table `attachmentcategoryuser`
--

CREATE TABLE IF NOT EXISTS `attachmentcategoryuser` (
  `filedataid` int(10) unsigned NOT NULL DEFAULT '0',
  `userid` int(10) unsigned NOT NULL DEFAULT '0',
  `categoryid` int(10) unsigned NOT NULL DEFAULT '0',
  `filename` varchar(100) NOT NULL DEFAULT '',
  `dateline` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`filedataid`,`userid`),
  KEY `categoryid` (`categoryid`,`userid`,`filedataid`),
  KEY `userid` (`userid`,`categoryid`,`dateline`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `attachmentcategoryuser`
--

INSERT INTO `attachmentcategoryuser` (`filedataid`, `userid`, `categoryid`, `filename`, `dateline`) VALUES
(1, 6, 0, '5-5-01-a.jpg', 1222496294),
(2, 6, 0, '5-15-07-mustang-1.jpg', 1222496320),
(3, 6, 0, '5-14-07-audi-a4-crash.jpg', 1222496350),
(4, 6, 0, '6-19-06_ten_wreck.jpg', 1222496548),
(5, 6, 0, '4-22-06_singapore_honda.jpg', 1222496616),
(6, 31, 0, 'DSCF1710.jpg', 1228253012),
(7, 79, 0, 'camera pics 421.jpg', 1228339590),
(8, 79, 0, 'camera pics 438.jpg', 1228339653),
(9, 79, 0, 'camera pics 450.jpg', 1228339705),
(10, 30, 0, 'nov-dec 2008 009.jpg', 1228346690),
(11, 30, 0, 'nov-dec 2008 005.jpg', 1228346749),
(12, 30, 0, 'nov-dec 2008 014.jpg', 1228346802),
(13, 30, 0, 'nov-dec 2008 013.jpg', 1228346852),
(14, 93, 0, 'mach1.jpg', 1228405095),
(16, 30, 0, 'nov-dec 2008 014.jpg', 1228447082),
(17, 102, 0, 'ME & JEN @ TRACK.jpg', 1228449871),
(18, 122, 0, 'AJ w bridge.jpg', 1228492906),
(19, 122, 0, 'P''s house.jpg', 1228492972),
(20, 93, 0, 'F150_side2.jpg', 1228524808),
(21, 93, 0, 'emblem.jpg', 1228524966),
(22, 126, 0, 'c4glogo.jpg', 1228525713),
(23, 30, 0, 'DSC00371 (Small).JPG', 1228594144),
(24, 30, 0, 'S2300017 (Small).JPG', 1228594184),
(25, 30, 0, 'S2300007 (Small).JPG', 1228594199),
(32, 4, 0, 'drdiw.jpg', 1228673414),
(33, 30, 0, 'scan0025.jpg', 1228710818),
(34, 153, 0, 'MXG Car Show 032.jpg', 1228747208),
(35, 102, 0, 'hhrpix009.jpg', 1228760422),
(36, 104, 0, 'IMG_0012.jpg', 1228783533),
(37, 104, 0, 'IMG_0015.jpg', 1228783575),
(38, 104, 0, 'IMG_0016.jpg', 1228783611),
(39, 49, 0, 'Picture 1.jpg', 1228846765),
(40, 99, 0, 'Clif.JPG', 1228851278),
(41, 99, 0, 'Clif 2.jpg', 1228851297),
(42, 176, 0, 'TintLaw.jpg', 1229126193),
(43, 30, 0, 'You Have Been Elfed.gif', 1229197149),
(44, 41, 0, 'Shelby-1 147.jpg', 1229637640),
(45, 41, 0, 'Shelby-1 149.jpg', 1229637683),
(46, 41, 0, '3X bday 9-08 019.jpg', 1229642143),
(47, 186, 0, '100_0460.jpg', 1230001015),
(48, 186, 0, 'interior.jpg', 1230001042),
(49, 186, 0, '104_0506.jpg', 1230001063),
(50, 186, 0, 'MG_1267.jpg', 1230001105),
(51, 186, 0, 'MG_2185.jpg', 1230001126),
(52, 144, 0, 'got my hair did 044.jpg', 1231650550),
(53, 102, 0, 'DSCN1276.jpg', 1234020598),
(54, 220, 0, 'Logo.jpg', 1234557755),
(55, 110, 0, 'redneckboat.jpg', 1237214124),
(57, 280, 0, 'cobra1[1].jpg', 1246579504),
(58, 280, 0, 'cobra4[1].jpg', 1246579520),
(59, 280, 0, 'cobra5[1].jpg', 1246579532),
(60, 280, 0, 'cobra8[1].jpg', 1246579543),
(61, 305, 0, 'user229_pic1176_1234808696.jpg', 1257457340),
(62, 305, 0, 'user229_pic1244_1236818624.jpg', 1257457346),
(63, 305, 0, 'user229_pic1850_1250090717.jpg', 1257457357),
(64, 305, 0, 'user229_pic1851_1250090744.jpg', 1257457362),
(65, 1, 0, '1.jpg', 1258293703),
(66, 1, 0, '2.jpg', 1258293703),
(67, 1, 0, '3.jpg', 1258293703),
(68, 1, 0, '4.jpg', 1258293703),
(69, 1, 0, '5.jpg', 1258293703),
(70, 1, 0, '6.jpg', 1258293703),
(71, 3, 0, '7.jpg', 1258293703),
(72, 3, 0, '8.jpg', 1258293703),
(73, 3, 0, '9.jpg', 1258293703),
(74, 1, 0, '10.jpg', 1258293703),
(75, 1, 0, '11.jpg', 1258293703),
(76, 6, 0, '12.jpg', 1258293703),
(77, 6, 0, '13.jpg', 1258293703),
(78, 6, 0, '14.jpg', 1258293703),
(79, 6, 0, '15.jpg', 1258293703),
(80, 6, 0, '16.jpg', 1258293703),
(81, 6, 0, '17.jpg', 1258293703),
(82, 6, 0, '18.jpg', 1258293703),
(83, 6, 0, '19.jpg', 1258293703),
(84, 6, 0, '20.jpg', 1258293703),
(85, 6, 0, '21.jpg', 1258293703),
(86, 6, 0, '22.jpg', 1258293703),
(87, 6, 0, '23.jpg', 1258293703),
(88, 6, 0, '24.jpg', 1258293703),
(89, 1, 0, '25.jpg', 1258293703),
(90, 20, 0, '26.jpg', 1258293705),
(91, 20, 0, '27.jpg', 1258293705),
(92, 20, 0, '28.jpg', 1258293705),
(93, 20, 0, '29.jpg', 1258293705),
(94, 20, 0, '30.jpg', 1258293705),
(95, 20, 0, '31.jpg', 1258293705),
(96, 20, 0, '32.jpg', 1258293705),
(97, 22, 0, '33.jpg', 1258293705),
(98, 22, 0, '34.jpg', 1258293705),
(99, 22, 0, '36.jpg', 1258293705),
(100, 22, 0, '37.jpg', 1258293705),
(101, 22, 0, '38.jpg', 1258293705),
(102, 22, 0, '39.jpg', 1258293705),
(103, 22, 0, '40.jpg', 1258293705),
(104, 22, 0, '41.jpg', 1258293705),
(105, 22, 0, '42.jpg', 1258293705),
(106, 1, 0, '43.png', 1258293705),
(107, 1, 0, '44.jpg', 1258293705),
(108, 27, 0, '45.jpg', 1258293705),
(109, 27, 0, '46.jpg', 1258293705),
(110, 27, 0, '47.jpg', 1258293705),
(111, 27, 0, '48.jpg', 1258293705),
(112, 27, 0, '49.jpg', 1258293705),
(113, 27, 0, '50.jpg', 1258293705),
(114, 27, 0, '51.jpg', 1258293705),
(115, 27, 0, '52.jpg', 1258293706),
(116, 27, 0, '53.jpg', 1258293706),
(117, 27, 0, '54.jpg', 1258293706),
(118, 27, 0, '55.jpg', 1258293706),
(119, 1, 0, '56.jpg', 1258293706),
(120, 1, 0, '57.png', 1258293706),
(121, 30, 0, '58.jpg', 1258293706),
(122, 30, 0, '59.jpg', 1258293706),
(123, 30, 0, '60.jpg', 1258293706),
(124, 30, 0, '61.jpg', 1258293706),
(125, 30, 0, '62.jpg', 1258293706),
(126, 30, 0, '63.jpg', 1258293706),
(127, 30, 0, '64.jpg', 1258293706),
(128, 30, 0, '65.jpg', 1258293706),
(129, 30, 0, '66.jpg', 1258293706),
(130, 30, 0, '67.jpg', 1258293706),
(131, 30, 0, '68.jpg', 1258293706),
(132, 30, 0, '69.jpg', 1258293706),
(133, 30, 0, '70.jpg', 1258293706),
(134, 30, 0, '71.jpg', 1258293706),
(135, 30, 0, '72.jpg', 1258293706),
(136, 30, 0, '73.jpg', 1258293706),
(137, 30, 0, '74.jpg', 1258293706),
(138, 30, 0, '75.jpg', 1258293706),
(139, 30, 0, '76.jpg', 1258293706),
(140, 30, 0, '77.jpg', 1258293708),
(141, 30, 0, '78.jpg', 1258293708),
(142, 30, 0, '79.jpg', 1258293708),
(143, 30, 0, '80.jpg', 1258293708),
(144, 30, 0, '81.jpg', 1258293708),
(145, 30, 0, '82.jpg', 1258293708),
(146, 47, 0, '83.jpg', 1258293708),
(147, 47, 0, '84.jpg', 1258293708),
(148, 47, 0, '85.jpg', 1258293708),
(149, 39, 0, '86.jpg', 1258293708),
(150, 45, 0, '87.jpg', 1258293708),
(151, 45, 0, '88.jpg', 1258293708),
(152, 1, 0, '89.png', 1258293708),
(153, 1, 0, '90.png', 1258293708),
(154, 1, 0, '91.png', 1258293708),
(155, 1, 0, '92.jpg', 1258293708),
(156, 1, 0, '93.jpg', 1258293708),
(157, 27, 0, '94.jpg', 1258293708),
(158, 27, 0, '95.jpg', 1258293708),
(159, 27, 0, '96.jpg', 1258293708),
(160, 27, 0, '97.jpg', 1258293708),
(161, 27, 0, '98.jpg', 1258293708),
(162, 27, 0, '99.jpg', 1258293708),
(163, 27, 0, '100.jpg', 1258293708),
(164, 39, 0, '101.jpg', 1258293708),
(165, 39, 0, '102.jpg', 1258293710),
(166, 94, 0, '104.jpg', 1258293710),
(167, 21, 0, '105.gif', 1258293710),
(168, 21, 0, '106.png', 1258293710),
(168, 30, 0, '107.png', 1258293710),
(169, 86, 0, '109.jpg', 1258293710),
(170, 86, 0, '110.jpg', 1258293710),
(171, 86, 0, '111.jpg', 1258293710),
(172, 94, 0, '112.jpg', 1258293710),
(173, 94, 0, '113.jpg', 1258293710),
(174, 94, 0, '114.jpg', 1258293710),
(175, 86, 0, '115.jpg', 1258293710),
(176, 86, 0, '116.jpg', 1258293710),
(177, 86, 0, '117.jpg', 1258293710),
(178, 86, 0, '118.jpg', 1258293710),
(179, 17, 0, '119.jpg', 1258293710),
(180, 17, 0, '120.jpg', 1258293710),
(181, 17, 0, '121.jpg', 1258293710),
(182, 17, 0, '122.jpg', 1258293710),
(183, 17, 0, '123.jpg', 1258293710),
(184, 17, 0, '124.jpg', 1258293710),
(185, 17, 0, '125.jpg', 1258293710),
(186, 17, 0, '126.jpg', 1258293710),
(187, 17, 0, '127.jpg', 1258293710),
(188, 17, 0, '128.jpg', 1258293710),
(189, 17, 0, '129.jpg', 1258293712),
(190, 17, 0, '130.jpg', 1258293712),
(191, 97, 0, '131.jpg', 1258293712),
(192, 97, 0, '132.jpg', 1258293712),
(193, 97, 0, '133.jpg', 1258293712),
(194, 3, 0, '134.jpg', 1258293712),
(195, 21, 0, '135.jpg', 1258293712),
(196, 21, 0, '136.jpg', 1258293712),
(197, 21, 0, '137.jpg', 1258293712),
(198, 21, 0, '138.jpg', 1258293712),
(199, 1, 0, '139.png', 1258293712),
(200, 133, 0, '140.jpg', 1258293712),
(201, 133, 0, '141.jpg', 1258293712),
(202, 133, 0, '142.jpg', 1258293712),
(203, 1, 0, '143.jpg', 1258293712),
(204, 1, 0, '144.jpg', 1258293712),
(205, 1, 0, '145.jpg', 1258293712),
(206, 1, 0, '146.jpg', 1258293712),
(207, 1, 0, '147.jpg', 1258293712),
(208, 1, 0, '148.jpg', 1258293712),
(209, 1, 0, '149.jpg', 1258293712),
(210, 133, 0, '150.jpg', 1258293712),
(211, 133, 0, '151.jpg', 1258293712),
(212, 133, 0, '152.jpg', 1258293712),
(213, 1, 0, '153.jpg', 1258293712),
(214, 1, 0, '154.jpg', 1258293713),
(215, 133, 0, '155.jpg', 1258293713),
(216, 133, 0, '156.jpg', 1258293713),
(217, 133, 0, '157.jpg', 1258293713),
(218, 133, 0, '158.jpg', 1258293713),
(219, 133, 0, '159.jpg', 1258293713),
(220, 133, 0, '160.jpg', 1258293713),
(221, 27, 0, '161.jpg', 1258293713),
(222, 27, 0, '162.jpg', 1258293713),
(223, 27, 0, '163.jpg', 1258293713),
(224, 27, 0, '164.jpg', 1258293713),
(225, 27, 0, '165.jpg', 1258293713),
(226, 27, 0, '166.jpg', 1258293713),
(227, 27, 0, '167.jpg', 1258293713),
(228, 27, 0, '168.jpg', 1258293713),
(229, 27, 0, '169.jpg', 1258293713),
(230, 27, 0, '170.jpg', 1258293713),
(231, 27, 0, '171.jpg', 1258293713),
(232, 27, 0, '172.jpg', 1258293713),
(233, 27, 0, '173.jpg', 1258293713),
(234, 27, 0, '174.jpg', 1258293713),
(235, 27, 0, '175.jpg', 1258293713),
(236, 27, 0, '176.jpg', 1258293713),
(237, 27, 0, '177.jpg', 1258293713),
(238, 27, 0, '178.jpg', 1258293713),
(239, 27, 0, '179.jpg', 1258293715),
(240, 27, 0, '180.jpg', 1258293715),
(241, 27, 0, '181.jpg', 1258293715),
(242, 30, 0, '185.jpg', 1258293715),
(243, 30, 0, '186.jpg', 1258293715),
(244, 30, 0, '187.jpg', 1258293715),
(245, 30, 0, '188.jpg', 1258293715),
(246, 30, 0, '189.jpg', 1258293715),
(247, 30, 0, '190.jpg', 1258293715),
(248, 30, 0, '191.jpg', 1258293715),
(249, 30, 0, '192.jpg', 1258293715),
(250, 30, 0, '193.jpg', 1258293715),
(251, 30, 0, '194.jpg', 1258293715),
(252, 30, 0, '195.jpg', 1258293715),
(253, 30, 0, '196.jpg', 1258293715),
(254, 30, 0, '197.jpg', 1258293715),
(255, 30, 0, '198.jpg', 1258293715),
(256, 30, 0, '199.jpg', 1258293715),
(257, 30, 0, '200.jpg', 1258293715),
(258, 30, 0, '201.jpg', 1258293715),
(259, 30, 0, '202.jpg', 1258293715),
(260, 30, 0, '203.jpg', 1258293715),
(261, 30, 0, '204.jpg', 1258293715),
(262, 30, 0, '205.jpg', 1258293715),
(263, 30, 0, '206.jpg', 1258293716),
(264, 30, 0, '207.jpg', 1258293716),
(265, 30, 0, '208.jpg', 1258293716),
(266, 30, 0, '209.jpg', 1258293716),
(267, 30, 0, '210.jpg', 1258293716),
(268, 30, 0, '211.jpg', 1258293716),
(269, 30, 0, '212.jpg', 1258293716),
(270, 30, 0, '213.jpg', 1258293716),
(271, 30, 0, '214.jpg', 1258293716),
(272, 30, 0, '215.jpg', 1258293716),
(273, 30, 0, '216.jpg', 1258293716),
(274, 30, 0, '217.jpg', 1258293716),
(275, 30, 0, '218.jpg', 1258293716),
(276, 30, 0, '219.jpg', 1258293716),
(277, 30, 0, '220.jpg', 1258293716),
(278, 30, 0, '221.jpg', 1258293716),
(279, 30, 0, '222.jpg', 1258293716),
(280, 30, 0, '223.jpg', 1258293716),
(281, 30, 0, '224.jpg', 1258293716),
(282, 30, 0, '225.jpg', 1258293716),
(283, 30, 0, '226.jpg', 1258293716),
(284, 30, 0, '228.jpg', 1258293716),
(285, 27, 0, '229.jpg', 1258293716),
(286, 27, 0, '230.jpg', 1258293716),
(287, 27, 0, '231.jpg', 1258293718),
(288, 27, 0, '232.jpg', 1258293718),
(289, 27, 0, '233.jpg', 1258293718),
(290, 27, 0, '234.jpg', 1258293718),
(291, 27, 0, '235.jpg', 1258293718),
(292, 27, 0, '236.jpg', 1258293718),
(293, 27, 0, '237.jpg', 1258293718),
(294, 27, 0, '238.jpg', 1258293718),
(295, 4, 0, '240.jpg', 1258293718),
(296, 4, 0, '241.jpg', 1258293718),
(297, 4, 0, '242.jpg', 1258293718),
(298, 4, 0, '243.jpg', 1258293718),
(299, 4, 0, '244.jpg', 1258293718),
(300, 4, 0, '245.jpg', 1258293718),
(301, 4, 0, '246.jpg', 1258293718),
(302, 4, 0, '247.jpg', 1258293718),
(303, 4, 0, '248.jpg', 1258293718),
(304, 4, 0, '249.jpg', 1258293718),
(305, 4, 0, '250.jpg', 1258293718),
(306, 4, 0, '251.jpg', 1258293718),
(307, 4, 0, '252.jpg', 1258293718),
(308, 4, 0, '253.jpg', 1258293718),
(309, 4, 0, '254.jpg', 1258293718),
(310, 4, 0, '255.jpg', 1258293718),
(311, 4, 0, '256.jpg', 1258293718),
(312, 4, 0, '257.jpg', 1258293719),
(313, 4, 0, '258.jpg', 1258293719),
(314, 4, 0, '259.jpg', 1258293719),
(315, 4, 0, '260.jpg', 1258293719),
(316, 4, 0, '261.jpg', 1258293719),
(317, 4, 0, '262.jpg', 1258293719),
(318, 4, 0, '263.jpg', 1258293719),
(319, 4, 0, '264.jpg', 1258293719),
(320, 4, 0, '265.jpg', 1258293719),
(321, 4, 0, '266.jpg', 1258293719),
(322, 4, 0, '267.jpg', 1258293719),
(323, 4, 0, '268.jpg', 1258293719),
(324, 4, 0, '269.jpg', 1258293719),
(325, 4, 0, '270.jpg', 1258293719),
(326, 4, 0, '271.jpg', 1258293719),
(327, 4, 0, '272.jpg', 1258293719),
(328, 4, 0, '273.jpg', 1258293719),
(329, 4, 0, '274.jpg', 1258293719),
(330, 4, 0, '275.jpg', 1258293719),
(331, 4, 0, '276.jpg', 1258293719),
(332, 4, 0, '277.jpg', 1258293719),
(333, 4, 0, '278.jpg', 1258293719),
(334, 4, 0, '279.jpg', 1258293719),
(335, 4, 0, '280.jpg', 1258293719),
(336, 4, 0, '281.jpg', 1258293719),
(337, 143, 0, '282.gif', 1258293721),
(338, 143, 0, '283.jpg', 1258293721),
(339, 143, 0, '284.jpg', 1258293721),
(340, 147, 0, '285.jpg', 1258293721),
(341, 147, 0, '286.jpg', 1258293721),
(342, 147, 0, '287.jpg', 1258293721),
(343, 147, 0, '288.jpg', 1258293721),
(344, 147, 0, '289.jpg', 1258293721),
(345, 147, 0, '290.jpg', 1258293721),
(346, 6, 0, '291.jpg', 1258293721),
(347, 6, 0, '292.jpg', 1258293721),
(348, 6, 0, '293.jpg', 1258293721),
(349, 136, 0, '294.jpg', 1258293721),
(350, 136, 0, '295.jpg', 1258293721),
(351, 136, 0, '296.jpg', 1258293721),
(352, 136, 0, '297.jpg', 1258293721),
(353, 136, 0, '299.jpg', 1258293721),
(354, 136, 0, '300.jpg', 1258293721),
(355, 136, 0, '301.jpg', 1258293721),
(356, 136, 0, '302.jpg', 1258293721),
(357, 136, 0, '303.jpg', 1258293721),
(358, 136, 0, '304.jpg', 1258293721),
(359, 136, 0, '305.jpg', 1258293721),
(360, 150, 0, '306.jpg', 1258293721),
(361, 150, 0, '307.jpg', 1258293721),
(362, 150, 0, '308.jpg', 1258293722),
(363, 150, 0, '309.jpg', 1258293722),
(364, 150, 0, '310.jpg', 1258293722),
(365, 150, 0, '311.jpg', 1258293722),
(366, 149, 0, '312.jpg', 1258293722),
(367, 149, 0, '313.jpg', 1258293722),
(368, 149, 0, '314.jpg', 1258293722),
(369, 149, 0, '315.jpg', 1258293722),
(370, 149, 0, '316.jpg', 1258293722),
(371, 149, 0, '317.jpg', 1258293722),
(372, 149, 0, '318.jpg', 1258293722),
(373, 149, 0, '319.jpg', 1258293722),
(374, 149, 0, '320.jpg', 1258293722),
(375, 149, 0, '321.jpg', 1258293722),
(376, 149, 0, '322.jpg', 1258293722),
(377, 149, 0, '323.jpg', 1258293722),
(378, 149, 0, '324.jpg', 1258293722),
(379, 149, 0, '325.jpg', 1258293722),
(380, 149, 0, '326.jpg', 1258293722),
(381, 149, 0, '327.jpg', 1258293722),
(382, 149, 0, '328.jpg', 1258293722),
(383, 149, 0, '329.jpg', 1258293722),
(384, 160, 0, '330.jpg', 1258293722),
(385, 160, 0, '331.jpg', 1258293722),
(386, 160, 0, '332.jpg', 1258293722),
(387, 160, 0, '333.jpg', 1258293724),
(388, 160, 0, '334.jpg', 1258293724),
(389, 160, 0, '335.jpg', 1258293724),
(390, 157, 0, '336.jpg', 1258293724),
(391, 157, 0, '337.jpg', 1258293724),
(392, 157, 0, '338.jpg', 1258293724),
(393, 157, 0, '339.jpg', 1258293724),
(394, 157, 0, '340.jpg', 1258293724),
(395, 157, 0, '341.jpg', 1258293724),
(396, 149, 0, '342.jpg', 1258293724),
(397, 149, 0, '343.jpg', 1258293724),
(398, 113, 0, '344.jpg', 1258293724),
(399, 113, 0, '345.jpg', 1258293724),
(400, 113, 0, '346.jpg', 1258293724),
(401, 113, 0, '347.jpg', 1258293724),
(402, 113, 0, '348.jpg', 1258293724),
(403, 113, 0, '349.jpg', 1258293724),
(404, 113, 0, '350.jpg', 1258293724),
(405, 113, 0, '351.jpg', 1258293724),
(406, 113, 0, '352.jpg', 1258293724),
(407, 113, 0, '353.jpg', 1258293724),
(408, 113, 0, '354.jpg', 1258293724),
(409, 113, 0, '355.jpg', 1258293724),
(410, 39, 0, '356.jpg', 1258293724),
(411, 187, 0, '357.jpg', 1258293724),
(412, 187, 0, '358.jpg', 1258293725),
(413, 190, 0, '359.jpg', 1258293725),
(414, 193, 0, '360.jpg', 1258293725),
(415, 193, 0, '361.jpg', 1258293725),
(416, 193, 0, '362.jpg', 1258293725),
(417, 193, 0, '363.jpg', 1258293725),
(418, 193, 0, '364.jpg', 1258293725),
(419, 196, 0, '365.jpg', 1258293725),
(420, 196, 0, '366.jpg', 1258293725),
(421, 196, 0, '367.jpg', 1258293725),
(422, 196, 0, '368.jpg', 1258293725),
(423, 196, 0, '369.jpg', 1258293725),
(424, 196, 0, '370.jpg', 1258293725),
(425, 196, 0, '371.jpeg', 1258293725),
(426, 196, 0, '372.jpg', 1258293725),
(427, 196, 0, '373.jpg', 1258293725),
(428, 196, 0, '374.jpg', 1258293725),
(429, 196, 0, '375.jpg', 1258293725),
(430, 196, 0, '376.jpg', 1258293725),
(431, 196, 0, '377.jpg', 1258293725),
(432, 196, 0, '378.jpg', 1258293725),
(433, 196, 0, '379.jpg', 1258293725),
(434, 196, 0, '380.jpg', 1258293725),
(435, 196, 0, '381.jpg', 1258293725),
(436, 196, 0, '382.jpg', 1258293725),
(437, 196, 0, '383.jpg', 1258293727),
(438, 196, 0, '384.jpg', 1258293727),
(439, 196, 0, '385.jpg', 1258293727),
(440, 196, 0, '386.jpg', 1258293727),
(441, 196, 0, '387.jpg', 1258293727),
(442, 196, 0, '388.jpg', 1258293727),
(443, 196, 0, '389.jpg', 1258293727),
(444, 196, 0, '390.jpg', 1258293727),
(445, 196, 0, '391.jpg', 1258293727),
(446, 196, 0, '392.jpg', 1258293727),
(447, 196, 0, '393.jpg', 1258293727),
(448, 196, 0, '394.jpg', 1258293727),
(449, 196, 0, '395.jpg', 1258293727),
(450, 196, 0, '396.jpg', 1258293727),
(451, 196, 0, '397.jpg', 1258293727),
(452, 196, 0, '398.jpg', 1258293727),
(453, 196, 0, '399.jpg', 1258293727),
(454, 196, 0, '400.jpg', 1258293727),
(455, 196, 0, '401.jpg', 1258293727),
(456, 196, 0, '402.jpg', 1258293727),
(457, 196, 0, '404.jpg', 1258293727),
(458, 196, 0, '405.jpg', 1258293727),
(459, 196, 0, '406.jpg', 1258293727),
(460, 196, 0, '407.jpg', 1258293727),
(461, 196, 0, '408.jpg', 1258293727),
(462, 196, 0, '409.jpg', 1258293728),
(463, 196, 0, '410.jpg', 1258293728),
(464, 196, 0, '411.jpg', 1258293728),
(465, 196, 0, '412.jpg', 1258293728),
(466, 196, 0, '413.jpg', 1258293728),
(467, 196, 0, '414.jpg', 1258293728),
(468, 196, 0, '415.jpg', 1258293728),
(469, 196, 0, '416.jpg', 1258293728),
(470, 196, 0, '417.jpg', 1258293728),
(471, 196, 0, '418.jpg', 1258293728),
(472, 196, 0, '419.jpg', 1258293728),
(473, 196, 0, '420.jpg', 1258293728),
(474, 196, 0, '421.jpg', 1258293728),
(475, 196, 0, '422.jpg', 1258293728),
(476, 196, 0, '423.jpg', 1258293728),
(477, 196, 0, '424.jpg', 1258293728),
(478, 196, 0, '425.jpg', 1258293728),
(479, 196, 0, '426.jpg', 1258293728),
(480, 196, 0, '427.jpg', 1258293728),
(481, 196, 0, '428.jpg', 1258293728),
(482, 196, 0, '429.jpg', 1258293728),
(483, 196, 0, '430.jpg', 1258293728),
(484, 196, 0, '431.jpg', 1258293728),
(485, 196, 0, '432.jpg', 1258293728),
(486, 196, 0, '433.jpg', 1258293728),
(487, 196, 0, '434.jpg', 1258293730),
(488, 196, 0, '435.jpg', 1258293730),
(489, 196, 0, '436.jpg', 1258293730),
(490, 196, 0, '437.jpg', 1258293730),
(491, 196, 0, '438.jpg', 1258293730),
(492, 196, 0, '439.jpg', 1258293730),
(493, 196, 0, '440.jpg', 1258293730),
(494, 196, 0, '441.jpg', 1258293730),
(495, 196, 0, '442.jpg', 1258293730),
(496, 196, 0, '443.jpg', 1258293730),
(497, 196, 0, '444.jpg', 1258293730),
(498, 196, 0, '445.jpg', 1258293730),
(499, 196, 0, '446.jpg', 1258293730),
(500, 196, 0, '447.jpg', 1258293730),
(501, 201, 0, '448.jpg', 1258293730),
(502, 201, 0, '449.jpg', 1258293730),
(503, 201, 0, '450.jpg', 1258293730),
(504, 201, 0, '451.jpg', 1258293730),
(505, 201, 0, '452.jpg', 1258293730),
(506, 201, 0, '453.jpg', 1258293730),
(507, 201, 0, '454.jpg', 1258293730),
(508, 201, 0, '455.jpg', 1258293730),
(509, 201, 0, '456.jpg', 1258293730),
(510, 201, 0, '457.jpg', 1258293730),
(511, 201, 0, '458.jpg', 1258293730),
(512, 197, 0, '459.jpg', 1258293731),
(513, 97, 0, '460.jpg', 1258293731),
(514, 97, 0, '461.jpg', 1258293731),
(515, 97, 0, '462.jpg', 1258293731),
(516, 97, 0, '463.jpg', 1258293731),
(517, 97, 0, '464.jpg', 1258293731),
(518, 185, 0, '465.jpg', 1258293731),
(519, 185, 0, '466.jpg', 1258293731),
(520, 185, 0, '467.jpg', 1258293731),
(521, 185, 0, '468.png', 1258293731),
(522, 185, 0, '469.png', 1258293731),
(523, 217, 0, '470.jpg', 1258293731),
(524, 217, 0, '471.jpg', 1258293731),
(525, 217, 0, '472.jpg', 1258293731),
(526, 217, 0, '473.jpg', 1258293731),
(527, 217, 0, '474.jpg', 1258293731),
(528, 217, 0, '475.jpg', 1258293731),
(529, 217, 0, '476.jpg', 1258293731),
(530, 217, 0, '477.jpg', 1258293731),
(531, 217, 0, '478.jpg', 1258293731),
(532, 217, 0, '479.jpg', 1258293731),
(533, 217, 0, '480.jpg', 1258293731),
(534, 217, 0, '481.jpg', 1258293731),
(535, 217, 0, '482.jpg', 1258293731),
(536, 217, 0, '483.jpg', 1258293731),
(537, 217, 0, '484.jpg', 1258293733),
(538, 217, 0, '485.jpg', 1258293733),
(539, 217, 0, '486.jpg', 1258293733),
(540, 217, 0, '487.jpg', 1258293733),
(541, 217, 0, '488.jpg', 1258293733),
(542, 217, 0, '489.jpg', 1258293733),
(543, 217, 0, '490.jpg', 1258293733),
(544, 217, 0, '491.jpg', 1258293733),
(545, 217, 0, '492.jpg', 1258293733),
(546, 217, 0, '493.jpg', 1258293733),
(547, 217, 0, '494.jpg', 1258293733),
(548, 217, 0, '495.jpg', 1258293733),
(549, 217, 0, '496.jpg', 1258293733),
(550, 27, 0, '497.jpg', 1258293733),
(551, 27, 0, '498.jpg', 1258293733),
(552, 27, 0, '499.jpg', 1258293733),
(553, 27, 0, '500.jpg', 1258293733),
(554, 27, 0, '501.jpg', 1258293733),
(555, 27, 0, '502.jpg', 1258293733),
(556, 27, 0, '503.jpg', 1258293733),
(557, 27, 0, '504.jpg', 1258293733),
(558, 27, 0, '505.jpg', 1258293733),
(559, 27, 0, '506.jpg', 1258293733),
(560, 27, 0, '507.jpg', 1258293733),
(561, 27, 0, '508.jpg', 1258293733),
(562, 27, 0, '509.jpg', 1258293735),
(563, 97, 0, '510.jpg', 1258293735),
(564, 97, 0, '511.jpg', 1258293735),
(565, 97, 0, '512.jpg', 1258293735),
(566, 97, 0, '513.jpg', 1258293735),
(567, 97, 0, '514.jpg', 1258293735),
(568, 170, 0, '515.jpg', 1258293735),
(569, 170, 0, '516.jpg', 1258293735),
(570, 170, 0, '517.jpg', 1258293735),
(571, 248, 0, '518.jpg', 1258293735),
(572, 248, 0, '519.jpg', 1258293735),
(573, 248, 0, '520.jpg', 1258293735),
(574, 248, 0, '521.jpg', 1258293735),
(575, 248, 0, '522.jpg', 1258293735),
(576, 248, 0, '523.jpg', 1258293735),
(577, 268, 0, '524.jpg', 1258293735),
(578, 268, 0, '525.jpg', 1258293735),
(579, 270, 0, '526.jpg', 1258293735),
(580, 270, 0, '527.jpg', 1258293735),
(581, 270, 0, '528.jpg', 1258293735),
(582, 270, 0, '529.jpg', 1258293735),
(583, 270, 0, '530.jpg', 1258293735),
(584, 97, 0, '531.jpg', 1258293735),
(585, 97, 0, '532.gif', 1258293735),
(586, 97, 0, '533.jpg', 1258293735),
(587, 97, 0, '534.jpg', 1258293737),
(588, 97, 0, '535.jpg', 1258293737),
(589, 27, 0, '536.jpg', 1258293737),
(590, 27, 0, '537.jpg', 1258293737),
(591, 27, 0, '538.jpg', 1258293737),
(592, 27, 0, '539.jpg', 1258293737),
(593, 27, 0, '540.jpg', 1258293737),
(594, 27, 0, '541.jpg', 1258293737),
(595, 305, 0, '542.jpg', 1258293737),
(596, 305, 0, '543.jpg', 1258293737),
(597, 305, 0, '544.jpg', 1258293737),
(598, 305, 0, '545.jpg', 1258293737),
(599, 305, 0, '546.jpg', 1258293737);

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

--
-- Table structure for table `attachmentpermission`
--

CREATE TABLE IF NOT EXISTS `attachmentpermission` (
  `attachmentpermissionid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `extension` varchar(20) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL DEFAULT '',
  `usergroupid` int(10) unsigned NOT NULL DEFAULT '0',
  `size` int(10) unsigned NOT NULL DEFAULT '0',
  `width` smallint(5) unsigned NOT NULL DEFAULT '0',
  `height` smallint(5) unsigned NOT NULL DEFAULT '0',
  `attachmentpermissions` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`attachmentpermissionid`),
  UNIQUE KEY `extension` (`extension`,`usergroupid`),
  KEY `usergroupid` (`usergroupid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `attachmentpermission`
--


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

--
-- Table structure for table `attachmenttype`
--

CREATE TABLE IF NOT EXISTS `attachmenttype` (
  `extension` varchar(20) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL DEFAULT '',
  `mimetype` varchar(255) NOT NULL DEFAULT '',
  `size` int(10) unsigned NOT NULL DEFAULT '0',
  `width` smallint(5) unsigned NOT NULL DEFAULT '0',
  `height` smallint(5) unsigned NOT NULL DEFAULT '0',
  `display` smallint(5) unsigned NOT NULL DEFAULT '0',
  `contenttypes` mediumtext,
  PRIMARY KEY (`extension`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `attachmenttype`
--

INSERT INTO `attachmenttype` (`extension`, `mimetype`, `size`, `width`, `height`, `display`, `contenttypes`) VALUES
('gif', 'a:1:{i:0;s:23:"Content-type: image/gif";}', 20000, 620, 280, 0, 'a:2:{i:1;a:2:{s:1:"n";s:1:"0";s:1:"e";s:1:"1";}i:2;a:2:{s:1:"n";s:1:"0";s:1:"e";i:1;}}'),
('jpeg', 'a:1:{i:0;s:24:"Content-type: image/jpeg";}', 20000, 620, 280, 0, 'a:2:{i:1;a:2:{s:1:"n";s:1:"0";s:1:"e";s:1:"1";}i:2;a:2:{s:1:"n";s:1:"0";s:1:"e";i:1;}}'),
('jpg', 'a:1:{i:0;s:24:"Content-type: image/jpeg";}', 100000, 0, 0, 0, 'a:2:{i:1;a:2:{s:1:"n";s:1:"0";s:1:"e";s:1:"1";}i:2;a:2:{s:1:"n";s:1:"0";s:1:"e";i:1;}}'),
('jpe', 'a:1:{i:0;s:24:"Content-type: image/jpeg";}', 20000, 620, 280, 0, 'a:2:{i:1;a:2:{s:1:"n";s:1:"0";s:1:"e";s:1:"1";}i:2;a:2:{s:1:"n";s:1:"0";s:1:"e";i:1;}}'),
('txt', 'a:1:{i:0;s:24:"Content-type: plain/text";}', 20000, 0, 0, 2, 'a:2:{i:1;a:2:{s:1:"n";s:1:"0";s:1:"e";s:1:"1";}i:2;a:2:{s:1:"n";s:1:"0";s:1:"e";i:0;}}'),
('png', 'a:1:{i:0;s:23:"Content-type: image/png";}', 20000, 620, 280, 0, 'a:2:{i:1;a:2:{s:1:"n";s:1:"0";s:1:"e";s:1:"1";}i:2;a:2:{s:1:"n";s:1:"0";s:1:"e";i:1;}}'),
('doc', 'a:1:{i:0;s:32:"Content-type: application/msword";}', 20000, 0, 0, 0, 'a:2:{i:1;a:2:{s:1:"n";s:1:"0";s:1:"e";s:1:"1";}i:2;a:2:{s:1:"n";s:1:"0";s:1:"e";i:0;}}'),
('pdf', 'a:1:{i:0;s:29:"Content-type: application/pdf";}', 20000, 0, 0, 0, 'a:2:{i:1;a:2:{s:1:"n";s:1:"0";s:1:"e";s:1:"1";}i:2;a:2:{s:1:"n";s:1:"0";s:1:"e";i:0;}}'),
('bmp', 'a:1:{i:0;s:26:"Content-type: image/bitmap";}', 20000, 620, 280, 0, 'a:2:{i:1;a:2:{s:1:"n";s:1:"0";s:1:"e";s:1:"1";}i:2;a:2:{s:1:"n";s:1:"0";s:1:"e";i:1;}}'),
('psd', 'a:1:{i:0;s:29:"Content-type: unknown/unknown";}', 20000, 0, 0, 0, 'a:2:{i:1;a:2:{s:1:"n";s:1:"0";s:1:"e";s:1:"1";}i:2;a:2:{s:1:"n";s:1:"0";s:1:"e";i:0;}}'),
('zip', 'a:1:{i:0;s:29:"Content-type: application/zip";}', 100000, 0, 0, 0, 'a:2:{i:1;a:2:{s:1:"n";s:1:"0";s:1:"e";s:1:"1";}i:2;a:2:{s:1:"n";s:1:"0";s:1:"e";i:0;}}');

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

--
-- Table structure for table `attachmentviews`
--

CREATE TABLE IF NOT EXISTS `attachmentviews` (
  `attachmentid` int(10) unsigned NOT NULL DEFAULT '0',
  KEY `postid` (`attachmentid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `attachmentviews`
--


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

--
-- Table structure for table `avatar`
--

CREATE TABLE IF NOT EXISTS `avatar` (
  `avatarid` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(100) NOT NULL DEFAULT '',
  `minimumposts` int(10) unsigned NOT NULL DEFAULT '0',
  `avatarpath` varchar(100) NOT NULL DEFAULT '',
  `imagecategoryid` smallint(5) unsigned NOT NULL DEFAULT '0',
  `displayorder` smallint(5) unsigned NOT NULL DEFAULT '1',
  PRIMARY KEY (`avatarid`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ;

--
-- Dumping data for table `avatar`
--

INSERT INTO `avatar` (`avatarid`, `title`, `minimumposts`, `avatarpath`, `imagecategoryid`, `displayorder`) VALUES
(3, 'CCASR Supporting Car Club', 0, 'images/avatars/CCASR-SupportingClub-175x175.png', 3, 1),
(2, 'CCASR Member', 0, 'images/avatars/CCASR-Member-175x175.png', 3, 1),
(4, 'CCASR Supporting Race Track', 0, 'images/avatars/CCASR-RaceTrack-175x175.png', 3, 1),
(5, 'CCASR.org', 0, 'images/avatars/CCASR-ccasrorg-175x175.png', 3, 1);

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

--
-- Table structure for table `bbcode`
--

CREATE TABLE IF NOT EXISTS `bbcode` (
  `bbcodeid` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
  `bbcodetag` varchar(200) NOT NULL DEFAULT '',
  `bbcodereplacement` mediumtext,
  `bbcodeexample` varchar(200) NOT NULL DEFAULT '',
  `bbcodeexplanation` mediumtext,
  `twoparams` smallint(6) NOT NULL DEFAULT '0',
  `title` varchar(100) NOT NULL DEFAULT '',
  `buttonimage` varchar(250) NOT NULL DEFAULT '',
  `options` int(10) unsigned NOT NULL DEFAULT '1',
  PRIMARY KEY (`bbcodeid`),
  UNIQUE KEY `uniquetag` (`bbcodetag`,`twoparams`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `bbcode`
--


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

--
-- Table structure for table `bbcode_video`
--

CREATE TABLE IF NOT EXISTS `bbcode_video` (
  `providerid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `tagoption` varchar(50) NOT NULL DEFAULT '',
  `provider` varchar(50) NOT NULL DEFAULT '',
  `url` varchar(100) NOT NULL DEFAULT '',
  `regex_url` varchar(254) NOT NULL DEFAULT '',
  `regex_scrape` varchar(254) NOT NULL DEFAULT '',
  `embed` mediumtext,
  `priority` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`providerid`),
  UNIQUE KEY `tagoption` (`tagoption`),
  KEY `priority` (`priority`),
  KEY `provider` (`provider`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=8 ;

--
-- Dumping data for table `bbcode_video`
--

INSERT INTO `bbcode_video` (`providerid`, `tagoption`, `provider`, `url`, `regex_url`, `regex_scrape`, `embed`, `priority`) VALUES
(1, 'hulu', 'Hulu', 'http://www.hulu.com', 'http:\\/\\/www\\.hulu\\.com\\/watch\\/', '<link rel="video_src" href="http://www.hulu.com/embed/([^"]+)"', '<object class="restrain" type="application/x-shockwave-flash" width="512" height="296" data="http://www.hulu.com/embed/{vb:raw code}">\r\n	<param name="movie" value="http://www.hulu.com/embed/{vb:raw code}" />\r\n	<param name="wmode" value="transparent" />\r\n</object>', 0),
(2, 'youtube', 'YouTube', 'http://www.youtube.com', 'http:\\/\\/www\\.youtube\\.com\\/watch\\?.*v=([a-z0-9-_]+)', '', '<object class="restrain" type="application/x-shockwave-flash" width="640" height="385" data="http://www.youtube.com/v/{vb:raw code}">\r\n	<param name="movie" value="http://www.youtube.com/v/{vb:raw code}" />\r\n	<param name="wmode" value="transparent" />\r\n</object>', 0),
(3, 'vimeo', 'Vimeo', 'http://www.vimeo.com', 'http:\\/\\/(?:www\\.)?vimeo\\.com\\/([0-9]+)', '', '<object class="restrain" type="application/x-shockwave-flash" width="640" height="360" data="http://vimeo.com/moogaloop.swf?clip_id={vb:raw code}">\r\n	<param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id={vb:raw code}" />\r\n	<param name="wmode" value="transparent" />\r\n</object>', 0),
(4, 'dailymotion', 'Dailymotion', 'http://www.dailymotion.com', 'http:\\/\\/www\\.dailymotion\\.com(?:\\/[^\\/]+)?\\/video\\/([a-z0-9]+)', '', '<object class="restrain" type="application/x-shockwave-flash" width="420" height="339" data="http://www.dailymotion.com/swf/{vb:raw code}">\r\n	<param name="movie" value="http://www.dailymotion.com/swf/{vb:raw code}" />\r\n	<param name="wmode" value="transparent" />\r\n</object>', 0),
(5, 'metacafe', 'Metacafe', 'http://www.metacafe.com', 'http:\\/\\/www\\.metacafe\\.com\\/watch\\/([0-9a-z_\\-\\/]+)', '', '<object class="restrain" type="application/x-shockwave-flash" width="400" height="345" data="http://www.metacafe.com/fplayer/{vb:raw code}.swf">\r\n	<param name="movie" value="http://www.metacafe.com/fplayer/{vb:raw code}.swf" />\r\n	<param name="wmode" value="transparent" />\r\n</object>', 0),
(6, 'google', 'Google', 'http://video.google.com', 'http:\\/\\/video\\.google\\.com\\/videoplay\\?docid=([0-9\\-]+)', '', '<object class="restrain" type="application/x-shockwave-flash" width="400" height="326" data="http://video.google.com/googleplayer.swf?docid={vb:raw code}">\r\n	<param name="movie" value="http://video.google.com/googleplayer.swf?docid={vb:raw code}" />\r\n	<param name="wmode" value="transparent" />\r\n</object>', 0),
(7, 'facebook', 'facebook', 'http://www.facebook.com', 'http:\\/\\/www\\.facebook\\.com\\/video\\/video.php\\?v=([0-9]+)', '', '<object class="restrain" type="application/x-shockwave-flash" width="576" height="432" data="http://www.facebook.com/v/{vb:raw code}">\r\n	<param name="movie" value="http://www.facebook.com/v/{vb:raw code}" />\r\n	<param name="wmode" value="transparent" />\r\n</object>', 0);

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

--
-- Table structure for table `block`
--

CREATE TABLE IF NOT EXISTS `block` (
  `blockid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `blocktypeid` int(11) NOT NULL DEFAULT '0',
  `title` varchar(255) NOT NULL DEFAULT '',
  `description` mediumtext,
  `url` varchar(100) NOT NULL DEFAULT '',
  `cachettl` int(11) NOT NULL DEFAULT '0',
  `displayorder` smallint(6) NOT NULL DEFAULT '0',
  `active` smallint(6) NOT NULL DEFAULT '0',
  `configcache` mediumblob,
  PRIMARY KEY (`blockid`),
  KEY `blocktypeid` (`blocktypeid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `block`
--


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

--
-- Table structure for table `blockconfig`
--

CREATE TABLE IF NOT EXISTS `blockconfig` (
  `blockid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '',
  `value` mediumtext,
  `serialized` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`blockid`,`name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `blockconfig`
--


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

--
-- Table structure for table `blocktype`
--

CREATE TABLE IF NOT EXISTS `blocktype` (
  `blocktypeid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `productid` varchar(25) NOT NULL DEFAULT '',
  `name` varchar(50) NOT NULL DEFAULT '',
  `title` varchar(255) NOT NULL DEFAULT '',
  `description` mediumtext,
  `allowcache` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`blocktypeid`),
  UNIQUE KEY `name` (`name`),
  KEY `productid` (`productid`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=8 ;

--
-- Dumping data for table `blocktype`
--

INSERT INTO `blocktype` (`blocktypeid`, `productid`, `name`, `title`, `description`, `allowcache`) VALUES
(1, 'vbblog', 'blogentries', '~~vbblock.blocktype_blogentries~~', '', 1),
(2, 'vbcms', 'cmsarticles', '~~vbblock.blocktype_cmsarticles~~', '', 1),
(3, '', 'html', '~~vbblock.blocktype_html~~', '', 1),
(4, '', 'newposts', '~~vbblock.blocktype_newposts~~', '', 1),
(5, '', 'sgdiscussions', '~~vbblock.blocktype_sgdiscussions~~', '', 1),
(6, '', 'tagcloud', '~~vbblock.blocktype_tagcloud~~', '', 1),
(7, '', 'threads', '~~vbblock.blocktype_threads~~', '', 1);

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

--
-- Table structure for table `blog`
--

CREATE TABLE IF NOT EXISTS `blog` (
  `blogid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `firstblogtextid` int(10) unsigned NOT NULL DEFAULT '0',
  `userid` int(10) unsigned NOT NULL DEFAULT '0',
  `dateline` int(10) unsigned NOT NULL DEFAULT '0',
  `comments_visible` int(10) unsigned NOT NULL DEFAULT '0',
  `comments_moderation` int(10) unsigned NOT NULL DEFAULT '0',
  `comments_deleted` int(10) unsigned NOT NULL DEFAULT '0',
  `attach` int(10) unsigned NOT NULL DEFAULT '0',
  `pending` int(10) unsigned NOT NULL DEFAULT '0',
  `state` enum('moderation','draft','visible','deleted') NOT NULL DEFAULT 'visible',
  `views` int(10) unsigned NOT NULL DEFAULT '0',
  `username` varchar(100) NOT NULL DEFAULT '',
  `title` varchar(255) NOT NULL DEFAULT '',
  `trackback_visible` int(10) unsigned NOT NULL DEFAULT '0',
  `trackback_moderation` int(10) unsigned NOT NULL DEFAULT '0',
  `options` int(10) unsigned NOT NULL DEFAULT '0',
  `lastcomment` int(10) unsigned NOT NULL DEFAULT '0',
  `lastblogtextid` int(10) unsigned NOT NULL DEFAULT '0',
  `lastcommenter` varchar(100) NOT NULL DEFAULT '',
  `ratingnum` int(10) unsigned NOT NULL DEFAULT '0',
  `ratingtotal` int(10) unsigned NOT NULL DEFAULT '0',
  `rating` float unsigned NOT NULL DEFAULT '0',
  `categories` mediumtext,
  `taglist` mediumtext,
  `postedby_userid` int(10) unsigned NOT NULL DEFAULT '0',
  `postedby_username` varchar(100) NOT NULL DEFAULT '',
  PRIMARY KEY (`blogid`),
  KEY `dateline` (`dateline`,`userid`,`state`),
  KEY `state` (`state`,`dateline`),
  KEY `userid` (`userid`,`dateline`,`state`),
  KEY `rating` (`ratingnum`,`rating`),
  KEY `pending` (`pending`,`dateline`),
  KEY `lastcomment` (`lastcomment`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `blog`
--


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

--
-- Table structure for table `blog_attachment`
--

CREATE TABLE IF NOT EXISTS `blog_attachment` (
  `attachmentid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `blogid` int(10) unsigned NOT NULL DEFAULT '0',
  `userid` int(10) unsigned NOT NULL DEFAULT '0',
  `filename` varchar(100) NOT NULL DEFAULT '',
  `filedata` mediumblob NOT NULL,
  `filesize` int(10) unsigned NOT NULL DEFAULT '0',
  `filehash` varchar(32) NOT NULL DEFAULT '',
  `posthash` varchar(32) NOT NULL DEFAULT '',
  `visible` enum('moderation','visible') NOT NULL DEFAULT 'visible',
  `counter` int(10) unsigned NOT NULL DEFAULT '0',
  `dateline` int(10) unsigned NOT NULL DEFAULT '0',
  `thumbnail` mediumblob NOT NULL,
  `thumbnail_dateline` int(10) unsigned NOT NULL DEFAULT '0',
  `thumbnail_filesize` int(10) unsigned NOT NULL DEFAULT '0',
  `extension` varchar(20) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL DEFAULT '',
  PRIMARY KEY (`attachmentid`),
  KEY `filehash` (`filehash`),
  KEY `filesize` (`filesize`),
  KEY `blogid` (`blogid`),
  KEY `userid` (`userid`),
  KEY `visible` (`visible`),
  KEY `posthash` (`posthash`,`userid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `blog_attachment`
--


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

--
-- Table structure for table `blog_attachmentviews`
--

CREATE TABLE IF NOT EXISTS `blog_attachmentviews` (
  `attachmentid` int(10) unsigned NOT NULL DEFAULT '0',
  KEY `attachmentid` (`attachmentid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `blog_attachmentviews`
--


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

--
-- Table structure for table `blog_category`
--

CREATE TABLE IF NOT EXISTS `blog_category` (
  `blogcategoryid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `userid` int(10) unsigned NOT NULL DEFAULT '0',
  `title` varchar(255) NOT NULL DEFAULT '',
  `description` varchar(255) NOT NULL DEFAULT '',
  `parentlist` mediumtext,
  `childlist` mediumtext,
  `parentid` int(10) unsigned NOT NULL DEFAULT '0',
  `displayorder` int(10) unsigned NOT NULL DEFAULT '0',
  `entrycount` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`blogcategoryid`),
  KEY `userid` (`userid`,`displayorder`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `blog_category`
--


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

--
-- Table structure for table `blog_categorypermission`
--

CREATE TABLE IF NOT EXISTS `blog_categorypermission` (
  `categorypermissionid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `blogcategoryid` int(10) unsigned NOT NULL DEFAULT '0',
  `usergroupid` int(10) unsigned NOT NULL DEFAULT '0',
  `categorypermissions` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`categorypermissionid`),
  UNIQUE KEY `usergroupid` (`usergroupid`,`blogcategoryid`),
  KEY `blogcategoryid` (`blogcategoryid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `blog_categorypermission`
--


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

--
-- Table structure for table `blog_categoryuser`
--

CREATE TABLE IF NOT EXISTS `blog_categoryuser` (
  `blogcategoryid` int(10) unsigned NOT NULL DEFAULT '0',
  `blogid` int(10) unsigned NOT NULL DEFAULT '0',
  `userid` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`blogid`,`userid`,`blogcategoryid`),
  KEY `userid` (`userid`,`blogcategoryid`),
  KEY `blogcategoryid` (`blogcategoryid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `blog_categoryuser`
--


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

--
-- Table structure for table `blog_custom_block`
--

CREATE TABLE IF NOT EXISTS `blog_custom_block` (
  `customblockid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `userid` int(10) unsigned NOT NULL DEFAULT '0',
  `title` varchar(255) NOT NULL DEFAULT '0',
  `pagetext` mediumtext,
  `dateline` int(10) unsigned NOT NULL DEFAULT '0',
  `allowsmilie` smallint(5) unsigned NOT NULL DEFAULT '0',
  `type` enum('block','page') NOT NULL DEFAULT 'block',
  `location` enum('none','side','top') NOT NULL DEFAULT 'none',
  `displayorder` int(10) unsigned NOT NULL DEFAULT '0',
  `reportthreadid` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`customblockid`),
  KEY `userid` (`userid`,`dateline`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `blog_custom_block`
--


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

--
-- Table structure for table `blog_custom_block_parsed`
--

CREATE TABLE IF NOT EXISTS `blog_custom_block_parsed` (
  `userid` int(10) unsigned NOT NULL DEFAULT '0',
  `styleid` int(10) unsigned NOT NULL DEFAULT '0',
  `languageid` int(10) unsigned NOT NULL DEFAULT '0',
  `blocktext` mediumtext,
  PRIMARY KEY (`userid`,`styleid`,`languageid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `blog_custom_block_parsed`
--


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

--
-- Table structure for table `blog_deletionlog`
--

CREATE TABLE IF NOT EXISTS `blog_deletionlog` (
  `primaryid` int(10) unsigned NOT NULL DEFAULT '0',
  `type` enum('blogid','blogtextid') NOT NULL DEFAULT 'blogid',
  `userid` int(10) unsigned NOT NULL DEFAULT '0',
  `username` varchar(100) NOT NULL DEFAULT '',
  `reason` varchar(125) NOT NULL DEFAULT '',
  `dateline` int(10) unsigned NOT NULL DEFAULT '0',
  `moddelete` smallint(5) unsigned NOT NULL DEFAULT '1',
  PRIMARY KEY (`primaryid`,`type`),
  KEY `type` (`type`,`dateline`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `blog_deletionlog`
--


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

--
-- Table structure for table `blog_editlog`
--

CREATE TABLE IF NOT EXISTS `blog_editlog` (
  `blogtextid` int(10) unsigned NOT NULL DEFAULT '0',
  `userid` int(10) unsigned NOT NULL DEFAULT '0',
  `username` varchar(100) NOT NULL DEFAULT '',
  `dateline` int(10) unsigned NOT NULL DEFAULT '0',
  `reason` varchar(200) NOT NULL DEFAULT '',
  PRIMARY KEY (`blogtextid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `blog_editlog`
--


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

--
-- Table structure for table `blog_featured`
--

CREATE TABLE IF NOT EXISTS `blog_featured` (
  `featureid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `type` enum('random','latest','specific') NOT NULL DEFAULT 'random',
  `pusergroupid` int(10) unsigned NOT NULL DEFAULT '0',
  `susergroupid` int(10) unsigned NOT NULL DEFAULT '0',
  `userid` int(10) unsigned NOT NULL DEFAULT '0',
  `start` int(10) unsigned NOT NULL DEFAULT '0',
  `end` int(10) unsigned NOT NULL DEFAULT '0',
  `timespan` enum('day','week','month','year','all') NOT NULL DEFAULT 'all',
  `refresh` enum('60','600','1800','3600','21600','43200','86400') NOT NULL DEFAULT '3600',
  `blogid` int(10) unsigned NOT NULL DEFAULT '0',
  `displayorder` smallint(5) unsigned NOT NULL DEFAULT '0',
  `bbcode` smallint(5) unsigned NOT NULL DEFAULT '1',
  PRIMARY KEY (`featureid`),
  KEY `displayorder` (`displayorder`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `blog_featured`
--


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

--
-- Table structure for table `blog_groupmembership`
--

CREATE TABLE IF NOT EXISTS `blog_groupmembership` (
  `bloguserid` int(10) unsigned NOT NULL DEFAULT '0',
  `userid` int(10) unsigned NOT NULL DEFAULT '0',
  `permissions` int(10) unsigned NOT NULL DEFAULT '0',
  `state` enum('active','pending','ignored') NOT NULL DEFAULT 'pending',
  `dateline` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`bloguserid`,`userid`),
  KEY `userid` (`userid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `blog_groupmembership`
--


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

--
-- Table structure for table `blog_grouppermission`
--

CREATE TABLE IF NOT EXISTS `blog_grouppermission` (
  `bloguserid` int(10) unsigned NOT NULL DEFAULT '0',
  `userid` int(10) unsigned NOT NULL DEFAULT '0',
  `permissions` int(10) unsigned NOT NULL DEFAULT '0',
  `state` enum('active','pending','ignored') NOT NULL DEFAULT 'pending',
  `dateline` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`bloguserid`,`userid`),
  KEY `userid` (`userid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `blog_grouppermission`
--


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

--
-- Table structure for table `blog_hash`
--

CREATE TABLE IF NOT EXISTS `blog_hash` (
  `userid` int(10) unsigned NOT NULL DEFAULT '0',
  `blogid` int(10) unsigned NOT NULL DEFAULT '0',
  `blogtextid` int(10) unsigned NOT NULL DEFAULT '0',
  `dupehash` varchar(32) NOT NULL DEFAULT '',
  `dateline` int(10) unsigned NOT NULL DEFAULT '0',
  KEY `userid` (`userid`,`dupehash`),
  KEY `dateline` (`dateline`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `blog_hash`
--


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

--
-- Table structure for table `blog_moderation`
--

CREATE TABLE IF NOT EXISTS `blog_moderation` (
  `primaryid` int(10) unsigned NOT NULL DEFAULT '0',
  `type` enum('blogid','blogtextid','blogtrackbackid') NOT NULL DEFAULT 'blogid',
  `dateline` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`primaryid`,`type`),
  KEY `type` (`type`,`dateline`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `blog_moderation`
--


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

--
-- Table structure for table `blog_moderator`
--

CREATE TABLE IF NOT EXISTS `blog_moderator` (
  `blogmoderatorid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `userid` int(10) unsigned NOT NULL DEFAULT '0',
  `permissions` int(10) unsigned NOT NULL DEFAULT '0',
  `type` enum('normal','super') NOT NULL DEFAULT 'normal',
  PRIMARY KEY (`blogmoderatorid`),
  KEY `userid` (`userid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `blog_moderator`
--


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

--
-- Table structure for table `blog_pinghistory`
--

CREATE TABLE IF NOT EXISTS `blog_pinghistory` (
  `blogid` int(10) unsigned NOT NULL DEFAULT '0',
  `sourcemd5` varchar(32) NOT NULL DEFAULT '',
  `sourceurl` varchar(255) NOT NULL DEFAULT '',
  `dateline` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`blogid`,`sourcemd5`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `blog_pinghistory`
--


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

--
-- Table structure for table `blog_rate`
--

CREATE TABLE IF NOT EXISTS `blog_rate` (
  `blograteid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `blogid` int(10) unsigned NOT NULL DEFAULT '0',
  `userid` int(10) unsigned NOT NULL DEFAULT '0',
  `vote` int(10) unsigned NOT NULL DEFAULT '0',
  `ipaddress` varchar(15) NOT NULL DEFAULT '',
  PRIMARY KEY (`blograteid`),
  KEY `blogid` (`blogid`,`userid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `blog_rate`
--


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

--
-- Table structure for table `blog_read`
--

CREATE TABLE IF NOT EXISTS `blog_read` (
  `userid` int(10) unsigned NOT NULL DEFAULT '0',
  `blogid` int(10) unsigned NOT NULL DEFAULT '0',
  `readtime` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`userid`,`blogid`),
  KEY `readtime` (`readtime`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `blog_read`
--


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

--
-- Table structure for table `blog_relationship`
--

CREATE TABLE IF NOT EXISTS `blog_relationship` (
  `userid` int(10) unsigned NOT NULL DEFAULT '0',
  `relationshipid` int(10) unsigned NOT NULL DEFAULT '0',
  `type` enum('buddy','ignore') NOT NULL DEFAULT 'buddy',
  PRIMARY KEY (`userid`,`relationshipid`,`type`),
  KEY `relationshipid` (`relationshipid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `blog_relationship`
--


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

--
-- Table structure for table `blog_search`
--

CREATE TABLE IF NOT EXISTS `blog_search` (
  `blogsearchid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `userid` int(10) unsigned NOT NULL DEFAULT '0',
  `searchuserid` int(10) unsigned NOT NULL DEFAULT '0',
  `ipaddress` varchar(15) NOT NULL DEFAULT '',
  `criteria` text NOT NULL,
  `sortby` varchar(15) NOT NULL DEFAULT '',
  `sortorder` enum('asc','desc') NOT NULL DEFAULT 'asc',
  `searchtime` int(10) unsigned NOT NULL DEFAULT '0',
  `dateline` int(10) unsigned NOT NULL DEFAULT '0',
  `resultcount` smallint(5) unsigned NOT NULL DEFAULT '0',
  `completed` smallint(5) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`blogsearchid`,`completed`),
  KEY `userid` (`userid`),
  KEY `ipaddress` (`ipaddress`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `blog_search`
--


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

--
-- Table structure for table `blog_searchresult`
--

CREATE TABLE IF NOT EXISTS `blog_searchresult` (
  `blogsearchid` int(10) unsigned NOT NULL DEFAULT '0',
  `id` int(10) unsigned NOT NULL DEFAULT '0',
  `offset` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`blogsearchid`,`offset`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `blog_searchresult`
--


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

--
-- Table structure for table `blog_subscribeentry`
--

CREATE TABLE IF NOT EXISTS `blog_subscribeentry` (
  `blogsubscribeentryid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `blogid` int(10) unsigned NOT NULL DEFAULT '0',
  `userid` int(10) unsigned NOT NULL DEFAULT '0',
  `dateline` int(10) unsigned NOT NULL DEFAULT '0',
  `type` enum('usercp','email') NOT NULL DEFAULT 'usercp',
  PRIMARY KEY (`blogsubscribeentryid`),
  UNIQUE KEY `blogid` (`blogid`,`userid`),
  KEY `userid` (`userid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `blog_subscribeentry`
--


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

--
-- Table structure for table `blog_subscribeuser`
--

CREATE TABLE IF NOT EXISTS `blog_subscribeuser` (
  `blogsubscribeuserid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `bloguserid` int(10) unsigned NOT NULL DEFAULT '0',
  `userid` int(10) unsigned NOT NULL DEFAULT '0',
  `dateline` int(10) unsigned NOT NULL DEFAULT '0',
  `type` enum('usercp','email') NOT NULL DEFAULT 'usercp',
  PRIMARY KEY (`blogsubscribeuserid`),
  UNIQUE KEY `bloguserid` (`bloguserid`,`userid`),
  KEY `userid` (`userid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `blog_subscribeuser`
--


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

--
-- Table structure for table `blog_summarystats`
--

CREATE TABLE IF NOT EXISTS `blog_summarystats` (
  `dateline` int(10) unsigned NOT NULL DEFAULT '0',
  `users` int(10) unsigned NOT NULL DEFAULT '0',
  `comments` int(10) unsigned NOT NULL DEFAULT '0',
  `entries` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`dateline`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `blog_summarystats`
--


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

--
-- Table structure for table `blog_tachyentry`
--

CREATE TABLE IF NOT EXISTS `blog_tachyentry` (
  `userid` int(10) unsigned NOT NULL DEFAULT '0',
  `blogid` int(10) unsigned NOT NULL DEFAULT '0',
  `lastcomment` int(10) unsigned NOT NULL DEFAULT '0',
  `lastcommenter` varchar(100) NOT NULL DEFAULT '',
  `lastblogtextid` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`userid`,`blogid`),
  KEY `blogid` (`blogid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `blog_tachyentry`
--


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

--
-- Table structure for table `blog_text`
--

CREATE TABLE IF NOT EXISTS `blog_text` (
  `blogtextid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `blogid` int(10) unsigned NOT NULL DEFAULT '0',
  `userid` int(10) unsigned NOT NULL DEFAULT '0',
  `bloguserid` int(10) unsigned NOT NULL DEFAULT '0',
  `dateline` int(10) unsigned NOT NULL DEFAULT '0',
  `pagetext` mediumtext NOT NULL,
  `title` varchar(255) NOT NULL DEFAULT '',
  `state` enum('moderation','visible','deleted') NOT NULL DEFAULT 'visible',
  `allowsmilie` smallint(5) unsigned NOT NULL DEFAULT '0',
  `username` varchar(100) NOT NULL DEFAULT '',
  `ipaddress` int(10) unsigned NOT NULL DEFAULT '0',
  `reportthreadid` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`blogtextid`),
  KEY `blogid` (`blogid`,`dateline`),
  KEY `userid` (`userid`),
  KEY `dateline` (`dateline`),
  KEY `bloguserid` (`bloguserid`,`dateline`),
  FULLTEXT KEY `title` (`title`,`pagetext`),
  FULLTEXT KEY `title_2` (`title`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `blog_text`
--


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

--
-- Table structure for table `blog_textparsed`
--

CREATE TABLE IF NOT EXISTS `blog_textparsed` (
  `blogtextid` int(10) unsigned NOT NULL DEFAULT '0',
  `dateline` int(10) unsigned NOT NULL DEFAULT '0',
  `hasimages` smallint(5) unsigned NOT NULL DEFAULT '0',
  `pagetexthtml` mediumtext NOT NULL,
  `styleid` int(10) unsigned NOT NULL DEFAULT '0',
  `languageid` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`blogtextid`,`styleid`,`languageid`),
  KEY `dateline` (`dateline`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `blog_textparsed`
--


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

--
-- Table structure for table `blog_trackback`
--

CREATE TABLE IF NOT EXISTS `blog_trackback` (
  `blogtrackbackid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `blogid` int(10) unsigned NOT NULL DEFAULT '0',
  `title` varchar(255) NOT NULL DEFAULT '',
  `snippet` varchar(255) NOT NULL DEFAULT '',
  `url` varchar(255) NOT NULL DEFAULT '',
  `state` enum('moderation','visible') NOT NULL DEFAULT 'visible',
  `userid` int(10) unsigned NOT NULL DEFAULT '0',
  `dateline` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`blogtrackbackid`),
  KEY `blogid` (`blogid`,`state`,`dateline`),
  KEY `userid` (`userid`,`state`,`dateline`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `blog_trackback`
--


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

--
-- Table structure for table `blog_trackbacklog`
--

CREATE TABLE IF NOT EXISTS `blog_trackbacklog` (
  `trackbacklogid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `system` enum('none','trackback','pingback') NOT NULL DEFAULT 'none',
  `type` enum('in','out') NOT NULL DEFAULT 'in',
  `status` smallint(5) unsigned NOT NULL DEFAULT '0',
  `message` mediumtext NOT NULL,
  `blogid` int(10) unsigned NOT NULL DEFAULT '0',
  `userid` int(10) unsigned NOT NULL DEFAULT '0',
  `dateline` int(10) unsigned NOT NULL DEFAULT '0',
  `ipaddress` int(10) unsigned NOT NULL DEFAULT '0',
  `url` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`trackbacklogid`),
  KEY `blogid` (`blogid`),
  KEY `userid` (`userid`),
  KEY `dateline` (`dateline`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `blog_trackbacklog`
--


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

--
-- Table structure for table `blog_user`
--

CREATE TABLE IF NOT EXISTS `blog_user` (
  `bloguserid` int(10) unsigned NOT NULL DEFAULT '0',
  `title` varchar(255) NOT NULL DEFAULT '',
  `description` mediumtext NOT NULL,
  `allowsmilie` smallint(5) unsigned NOT NULL DEFAULT '1',
  `options` int(10) unsigned NOT NULL DEFAULT '0',
  `viewoption` enum('all','only','except') NOT NULL DEFAULT 'all',
  `comments` int(10) unsigned NOT NULL DEFAULT '0',
  `lastblog` int(10) unsigned NOT NULL DEFAULT '0',
  `lastblogid` int(10) unsigned NOT NULL DEFAULT '0',
  `lastblogtitle` varchar(255) NOT NULL DEFAULT '',
  `lastcomment` int(10) unsigned NOT NULL DEFAULT '0',
  `lastcommenter` varchar(100) NOT NULL DEFAULT '',
  `lastblogtextid` int(10) unsigned NOT NULL DEFAULT '0',
  `entries` int(10) unsigned NOT NULL DEFAULT '0',
  `deleted` int(10) unsigned NOT NULL DEFAULT '0',
  `moderation` int(10) unsigned NOT NULL DEFAULT '0',
  `draft` int(10) unsigned NOT NULL DEFAULT '0',
  `pending` int(10) unsigned NOT NULL DEFAULT '0',
  `ratingnum` int(10) unsigned NOT NULL DEFAULT '0',
  `ratingtotal` int(10) unsigned NOT NULL DEFAULT '0',
  `rating` float unsigned NOT NULL DEFAULT '0',
  `subscribeown` enum('none','usercp','email') NOT NULL DEFAULT 'none',
  `subscribeothers` enum('none','usercp','email') NOT NULL DEFAULT 'none',
  `uncatentries` int(10) unsigned NOT NULL DEFAULT '0',
  `akismet_key` varchar(15) NOT NULL DEFAULT '',
  `options_member` int(10) unsigned NOT NULL DEFAULT '0',
  `options_guest` int(10) unsigned NOT NULL DEFAULT '0',
  `options_buddy` int(10) unsigned NOT NULL DEFAULT '0',
  `options_ignore` int(10) unsigned NOT NULL DEFAULT '0',
  `isblogmoderator` smallint(5) unsigned NOT NULL DEFAULT '0',
  `comments_moderation` int(10) unsigned NOT NULL DEFAULT '0',
  `comments_deleted` int(10) unsigned NOT NULL DEFAULT '0',
  `categorycache` mediumtext,
  `tagcloud` mediumtext,
  `sidebar` mediumtext,
  `custompages` mediumtext,
  `customblocks` int(10) unsigned NOT NULL DEFAULT '0',
  `memberids` mediumtext,
  `memberblogids` mediumtext,
  PRIMARY KEY (`bloguserid`),
  KEY `lastblog` (`lastblog`,`entries`),
  KEY `ratingnum` (`ratingnum`,`rating`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `blog_user`
--


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

--
-- Table structure for table `blog_usercss`
--
-- in use(#1034 - Incorrect key file for table 'blog_usercss'; try to repair it)

--
-- Dumping data for table `blog_usercss`
--
-- in use (#1034 - Incorrect key file for table 'blog_usercss'; try to repair it)

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

--
-- Table structure for table `blog_usercsscache`
--

CREATE TABLE IF NOT EXISTS `blog_usercsscache` (
  `userid` int(10) unsigned NOT NULL DEFAULT '0',
  `cachedcss` mediumtext,
  `csscolors` mediumtext,
  `buildpermissions` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`userid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `blog_usercsscache`
--


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

--
-- Table structure for table `blog_userread`
--

CREATE TABLE IF NOT EXISTS `blog_userread` (
  `userid` int(10) unsigned NOT NULL DEFAULT '0',
  `bloguserid` int(10) unsigned NOT NULL DEFAULT '0',
  `readtime` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`userid`,`bloguserid`),
  KEY `readtime` (`readtime`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `blog_userread`
--


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

--
-- Table structure for table `blog_userstats`
--

CREATE TABLE IF NOT EXISTS `blog_userstats` (
  `dateline` int(10) unsigned NOT NULL DEFAULT '0',
  `userid` int(10) unsigned NOT NULL DEFAULT '0',
  `users` int(10) unsigned NOT NULL DEFAULT '0',
  `comments` int(10) unsigned NOT NULL DEFAULT '0',
  `entries` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`userid`,`dateline`),
  KEY `dateline` (`dateline`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `blog_userstats`
--


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

--
-- Table structure for table `blog_views`
--

CREATE TABLE IF NOT EXISTS `blog_views` (
  `blogid` int(10) unsigned NOT NULL DEFAULT '0',
  KEY `blogid` (`blogid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `blog_views`
--


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

--
-- Table structure for table `blog_visitor`
--

CREATE TABLE IF NOT EXISTS `blog_visitor` (
  `userid` int(10) unsigned NOT NULL DEFAULT '0',
  `visitorid` int(10) unsigned NOT NULL DEFAULT '0',
  `dateline` int(10) unsigned NOT NULL DEFAULT '0',
  `visible` int(10) unsigned NOT NULL DEFAULT '0',
  `day` smallint(5) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`visitorid`,`userid`,`day`),
  KEY `userid` (`userid`,`dateline`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `blog_visitor`
--


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

--
-- Table structure for table `bookmarksite`
--

CREATE TABLE IF NOT EXISTS `bookmarksite` (
  `bookmarksiteid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(250) NOT NULL DEFAULT '',
  `iconpath` varchar(250) NOT NULL DEFAULT '',
  `active` smallint(5) unsigned NOT NULL DEFAULT '0',
  `displayorder` int(10) unsigned NOT NULL DEFAULT '0',
  `url` varchar(250) NOT NULL DEFAULT '',
  PRIMARY KEY (`bookmarksiteid`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=5 ;

--
-- Dumping data for table `bookmarksite`
--

INSERT INTO `bookmarksite` (`bookmarksiteid`, `title`, `iconpath`, `active`, `displayorder`, `url`) VALUES
(1, 'Digg', 'bookmarksite_digg.gif', 1, 10, 'http://digg.com/submit?phase=2&amp;url={URL}&amp;title={TITLE}'),
(2, 'del.icio.us', 'bookmarksite_delicious.gif', 1, 20, 'http://del.icio.us/post?url={URL}&amp;title={TITLE}'),
(3, 'StumbleUpon', 'bookmarksite_stumbleupon.gif', 1, 30, 'http://www.stumbleupon.com/submit?url={URL}&amp;title={TITLE}'),
(4, 'Google', 'bookmarksite_google.gif', 1, 40, 'http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk={URL}&amp;title={TITLE}');

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

--
-- Table structure for table `cache`
--

CREATE TABLE IF NOT EXISTS `cache` (
  `cacheid` varbinary(64) NOT NULL DEFAULT '                                                                ',
  `expires` int(10) unsigned NOT NULL DEFAULT '0',
  `created` int(10) unsigned NOT NULL DEFAULT '0',
  `locktime` int(10) unsigned NOT NULL DEFAULT '0',
  `serialized` enum('0','1') NOT NULL DEFAULT '0',
  `data` blob,
  PRIMARY KEY (`cacheid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `cache`
--

INSERT INTO `cache` (`cacheid`, `expires`, `created`, `locktime`, `serialized`, `data`) VALUES
('vb_types.types\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 0, 1262556461, 0, '1', 0x613a31383a7b693a303b613a373a7b733a393a22636c61737374797065223b733a373a227061636b616765223b733a363a22747970656964223b733a313a2231223b733a393a227061636b6167656964223b733a313a2231223b733a393a2270726f647563746964223b733a393a227662756c6c6574696e223b733a373a22656e61626c6564223b733a313a2231223b733a353a22636c617373223b733a35303a227642466f72756d20202020202020202020202020202020202020202020202020202020202020202020202020202020202020223b733a31323a22697361676772656761746f72223b733a323a222d31223b7d693a313b613a373a7b733a393a22636c61737374797065223b733a373a227061636b616765223b733a363a22747970656964223b733a313a2232223b733a393a227061636b6167656964223b733a313a2232223b733a393a2270726f647563746964223b733a363a227662626c6f67223b733a373a22656e61626c6564223b733a313a2231223b733a353a22636c617373223b733a35303a227642426c6f672020202020202020202020202020202020202020202020202020202020202020202020202020202020202020223b733a31323a22697361676772656761746f72223b733a323a222d31223b7d693a323b613a373a7b733a393a22636c61737374797065223b733a31313a22636f6e74656e7474797065223b733a363a22747970656964223b733a313a2238223b733a393a227061636b6167656964223b733a313a2231223b733a393a2270726f647563746964223b733a313a2231223b733a373a22656e61626c6564223b733a313a2231223b733a353a22636c617373223b733a35303a22416c62756d202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020223b733a31323a22697361676772656761746f72223b733a313a2230223b7d693a333b613a373a7b733a393a22636c61737374797065223b733a31313a22636f6e74656e7474797065223b733a363a22747970656964223b733a313a2234223b733a393a227061636b6167656964223b733a313a2231223b733a393a2270726f647563746964223b733a313a2231223b733a373a22656e61626c6564223b733a313a2231223b733a353a22636c617373223b733a35303a22416e6e6f756e63656d656e742020202020202020202020202020202020202020202020202020202020202020202020202020223b733a31323a22697361676772656761746f72223b733a313a2230223b7d693a343b613a373a7b733a393a22636c61737374797065223b733a31313a22636f6e74656e7474797065223b733a363a22747970656964223b733a323a223134223b733a393a227061636b6167656964223b733a313a2231223b733a393a2270726f647563746964223b733a313a2231223b733a373a22656e61626c6564223b733a313a2231223b733a353a22636c617373223b733a35303a2243616c656e646172202020202020202020202020202020202020202020202020202020202020202020202020202020202020223b733a31323a22697361676772656761746f72223b733a313a2230223b7d693a353b613a373a7b733a393a22636c61737374797065223b733a31313a22636f6e74656e7474797065223b733a363a22747970656964223b733a323a223133223b733a393a227061636b6167656964223b733a313a2231223b733a393a2270726f647563746964223b733a313a2231223b733a373a22656e61626c6564223b733a313a2231223b733a353a22636c617373223b733a35303a224576656e74202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020223b733a31323a22697361676772656761746f72223b733a313a2230223b7d693a363b613a373a7b733a393a22636c61737374797065223b733a31313a22636f6e74656e7474797065223b733a363a22747970656964223b733a313a2233223b733a393a227061636b6167656964223b733a313a2231223b733a393a2270726f647563746964223b733a313a2231223b733a373a22656e61626c6564223b733a313a2231223b733a353a22636c617373223b733a35303a22466f72756d202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020223b733a31323a22697361676772656761746f72223b733a313a2230223b7d693a373b613a373a7b733a393a22636c61737374797065223b733a31313a22636f6e74656e7474797065223b733a363a22747970656964223b733a313a2239223b733a393a227061636b6167656964223b733a313a2231223b733a393a2270726f647563746964223b733a313a2231223b733a373a22656e61626c6564223b733a313a2231223b733a353a22636c617373223b733a35303a225069637475726520202020202020202020202020202020202020202020202020202020202020202020202020202020202020223b733a31323a22697361676772656761746f72223b733a313a2230223b7d693a383b613a373a7b733a393a22636c61737374797065223b733a31313a22636f6e74656e7474797065223b733a363a22747970656964223b733a323a223130223b733a393a227061636b6167656964223b733a313a2231223b733a393a2270726f647563746964223b733a313a2231223b733a373a22656e61626c6564223b733a313a2231223b733a353a22636c617373223b733a35303a2250696374757265436f6d6d656e74202020202020202020202020202020202020202020202020202020202020202020202020223b733a31323a22697361676772656761746f72223b733a313a2230223b7d693a393b613a373a7b733a393a22636c61737374797065223b733a31313a22636f6e74656e7474797065223b733a363a22747970656964223b733a313a2231223b733a393a227061636b6167656964223b733a313a2231223b733a393a2270726f647563746964223b733a313a2231223b733a373a22656e61626c6564223b733a313a2231223b733a353a22636c617373223b733a35303a22506f737420202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020223b733a31323a22697361676772656761746f72223b733a313a2230223b7d693a31303b613a373a7b733a393a22636c61737374797065223b733a31313a22636f6e74656e7474797065223b733a363a22747970656964223b733a313a2237223b733a393a227061636b6167656964223b733a313a2231223b733a393a2270726f647563746964223b733a313a2231223b733a373a22656e61626c6564223b733a313a2231223b733a353a22636c617373223b733a35303a22536f6369616c47726f7570202020202020202020202020202020202020202020202020202020202020202020202020202020223b733a31323a22697361676772656761746f72223b733a313a2230223b7d693a31313b613a373a7b733a393a22636c61737374797065223b733a31313a22636f6e74656e7474797065223b733a363a22747970656964223b733a313a2236223b733a393a227061636b6167656964223b733a313a2231223b733a393a2270726f647563746964223b733a313a2231223b733a373a22656e61626c6564223b733a313a2231223b733a353a22636c617373223b733a35303a22536f6369616c47726f757044697363757373696f6e2020202020202020202020202020202020202020202020202020202020223b733a31323a22697361676772656761746f72223b733a313a2230223b7d693a31323b613a373a7b733a393a22636c61737374797065223b733a31313a22636f6e74656e7474797065223b733a363a22747970656964223b733a313a2235223b733a393a227061636b6167656964223b733a313a2231223b733a393a2270726f647563746964223b733a313a2231223b733a373a22656e61626c6564223b733a313a2231223b733a353a22636c617373223b733a35303a22536f6369616c47726f75704d6573736167652020202020202020202020202020202020202020202020202020202020202020223b733a31323a22697361676772656761746f72223b733a313a2230223b7d693a31333b613a373a7b733a393a22636c61737374797065223b733a31313a22636f6e74656e7474797065223b733a363a22747970656964223b733a313a2232223b733a393a227061636b6167656964223b733a313a2231223b733a393a2270726f647563746964223b733a313a2231223b733a373a22656e61626c6564223b733a313a2231223b733a353a22636c617373223b733a35303a225468726561642020202020202020202020202020202020202020202020202020202020202020202020202020202020202020223b733a31323a22697361676772656761746f72223b733a313a2230223b7d693a31343b613a373a7b733a393a22636c61737374797065223b733a31313a22636f6e74656e7474797065223b733a363a22747970656964223b733a323a223132223b733a393a227061636b6167656964223b733a313a2231223b733a393a2270726f647563746964223b733a313a2231223b733a373a22656e61626c6564223b733a313a2231223b733a353a22636c617373223b733a35303a225573657220202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020223b733a31323a22697361676772656761746f72223b733a313a2230223b7d693a31353b613a373a7b733a393a22636c61737374797065223b733a31313a22636f6e74656e7474797065223b733a363a22747970656964223b733a323a223131223b733a393a227061636b6167656964223b733a313a2231223b733a393a2270726f647563746964223b733a313a2231223b733a373a22656e61626c6564223b733a313a2231223b733a353a22636c617373223b733a35303a2256697369746f724d657373616765202020202020202020202020202020202020202020202020202020202020202020202020223b733a31323a22697361676772656761746f72223b733a313a2230223b7d693a31363b613a373a7b733a393a22636c61737374797065223b733a31313a22636f6e74656e7474797065223b733a363a22747970656964223b733a323a223136223b733a393a227061636b6167656964223b733a313a2232223b733a393a2270726f647563746964223b733a313a2231223b733a373a22656e61626c6564223b733a313a2231223b733a353a22636c617373223b733a35303a22426c6f67436f6d6d656e74202020202020202020202020202020202020202020202020202020202020202020202020202020223b733a31323a22697361676772656761746f72223b733a313a2230223b7d693a31373b613a373a7b733a393a22636c61737374797065223b733a31313a22636f6e74656e7474797065223b733a363a22747970656964223b733a323a223135223b733a393a227061636b6167656964223b733a313a2232223b733a393a2270726f647563746964223b733a313a2231223b733a373a22656e61626c6564223b733a313a2231223b733a353a22636c617373223b733a35303a22426c6f67456e7472792020202020202020202020202020202020202020202020202020202020202020202020202020202020223b733a31323a22697361676772656761746f72223b733a313a2230223b7d7d);

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

--
-- Table structure for table `cacheevent`
--

CREATE TABLE IF NOT EXISTS `cacheevent` (
  `cacheid` varbinary(64) NOT NULL DEFAULT '                                                                ',
  `event` varbinary(50) NOT NULL DEFAULT '                                                  ',
  PRIMARY KEY (`cacheid`,`event`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `cacheevent`
--

INSERT INTO `cacheevent` (`cacheid`, `event`) VALUES
('vb_types.types\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'vb_types.contenttype_updated\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0'),
('vb_types.types\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'vb_types.package_updated\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0'),
('vb_types.types\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'vb_types.type_updated\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0');

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

--
-- Table structure for table `calendar`
--

CREATE TABLE IF NOT EXISTS `calendar` (
  `calendarid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL DEFAULT '',
  `description` varchar(100) NOT NULL DEFAULT '',
  `displayorder` smallint(6) NOT NULL DEFAULT '0',
  `neweventemail` text,
  `moderatenew` smallint(6) NOT NULL DEFAULT '0',
  `startofweek` smallint(6) NOT NULL DEFAULT '0',
  `options` int(10) unsigned NOT NULL DEFAULT '0',
  `cutoff` smallint(5) unsigned NOT NULL DEFAULT '0',
  `eventcount` smallint(5) unsigned NOT NULL DEFAULT '0',
  `birthdaycount` smallint(5) unsigned NOT NULL DEFAULT '0',
  `startyear` smallint(5) unsigned NOT NULL DEFAULT '2000',
  `endyear` smallint(5) unsigned NOT NULL DEFAULT '2006',
  `holidays` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`calendarid`),
  KEY `displayorder` (`displayorder`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `calendar`
--

INSERT INTO `calendar` (`calendarid`, `title`, `description`, `displayorder`, `neweventemail`, `moderatenew`, `startofweek`, `options`, `cutoff`, `eventcount`, `birthdaycount`, `startyear`, `endyear`, `holidays`) VALUES
(1, 'Default Calendar', '', 1, 'a:0:{}', 0, 1, 631, 40, 4, 4, 2005, 2011, 0);

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

--
-- Table structure for table `calendarcustomfield`
--

CREATE TABLE IF NOT EXISTS `calendarcustomfield` (
  `calendarcustomfieldid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `calendarid` int(10) unsigned NOT NULL DEFAULT '0',
  `title` varchar(255) NOT NULL DEFAULT '',
  `description` mediumtext,
  `options` mediumtext,
  `allowentry` smallint(6) NOT NULL DEFAULT '1',
  `required` smallint(6) NOT NULL DEFAULT '0',
  `length` smallint(5) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`calendarcustomfieldid`),
  KEY `calendarid` (`calendarid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `calendarcustomfield`
--


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

--
-- Table structure for table `calendarmoderator`
--

CREATE TABLE IF NOT EXISTS `calendarmoderator` (
  `calendarmoderatorid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `userid` int(10) unsigned NOT NULL DEFAULT '0',
  `calendarid` int(10) unsigned NOT NULL DEFAULT '0',
  `neweventemail` smallint(6) NOT NULL DEFAULT '0',
  `permissions` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`calendarmoderatorid`),
  KEY `userid` (`userid`,`calendarid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `calendarmoderator`
--


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

--
-- Table structure for table `calendarpermission`
--

CREATE TABLE IF NOT EXISTS `calendarpermission` (
  `calendarpermissionid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `calendarid` int(10) unsigned NOT NULL DEFAULT '0',
  `usergroupid` smallint(5) unsigned NOT NULL DEFAULT '0',
  `calendarpermissions` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`calendarpermissionid`),
  KEY `calendarid` (`calendarid`),
  KEY `usergroupid` (`usergroupid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `calendarpermission`
--


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

--
-- Table structure for table `cms_article`
--

CREATE TABLE IF NOT EXISTS `cms_article` (
  `contentid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `pagetext` mediumtext NOT NULL,
  `threadid` int(10) unsigned DEFAULT NULL,
  `blogid` int(10) unsigned DEFAULT NULL,
  `posttitle` varchar(255) DEFAULT NULL,
  `postauthor` varchar(100) DEFAULT NULL,
  `poststarter` int(10) unsigned DEFAULT NULL,
  `blogpostid` int(10) unsigned DEFAULT NULL,
  `postid` int(10) unsigned DEFAULT NULL,
  `post_posted` int(10) unsigned DEFAULT NULL,
  `post_started` int(10) unsigned DEFAULT NULL,
  `previewtext` text,
  `previewimage` text,
  `imagewidth` int(10) unsigned DEFAULT NULL,
  `imageheight` int(10) unsigned DEFAULT NULL,
  PRIMARY KEY (`contentid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `cms_article`
--


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

--
-- Table structure for table `cms_category`
--

CREATE TABLE IF NOT EXISTS `cms_category` (
  `categoryid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `parentnode` int(11) DEFAULT NULL,
  `category` varchar(40) DEFAULT NULL,
  `description` varchar(255) DEFAULT NULL,
  `catleft` int(11) NOT NULL DEFAULT '0',
  `catright` int(11) NOT NULL DEFAULT '0',
  `parentcat` int(11) DEFAULT NULL,
  `enabled` tinyint(3) unsigned DEFAULT '0',
  `contentcount` int(11) DEFAULT NULL,
  PRIMARY KEY (`categoryid`),
  KEY `parentnode` (`parentnode`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `cms_category`
--


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

--
-- Table structure for table `cms_grid`
--

CREATE TABLE IF NOT EXISTS `cms_grid` (
  `gridid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `gridhtml` mediumtext,
  `title` varchar(255) NOT NULL DEFAULT '',
  `gridhtml_backup` mediumtext NOT NULL,
  `auxheader` smallint(5) unsigned NOT NULL DEFAULT '0',
  `auxfooter` smallint(5) unsigned NOT NULL DEFAULT '0',
  `addcolumn` smallint(5) unsigned NOT NULL DEFAULT '0',
  `addcolumnsnap` smallint(5) unsigned NOT NULL DEFAULT '0',
  `addcolumnsize` smallint(5) unsigned NOT NULL DEFAULT '0',
  `columns` smallint(5) unsigned NOT NULL DEFAULT '0',
  `flattened` smallint(5) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`gridid`),
  UNIQUE KEY `title` (`title`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `cms_grid`
--


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

--
-- Table structure for table `cms_layout`
--

CREATE TABLE IF NOT EXISTS `cms_layout` (
  `layoutid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL DEFAULT '',
  `gridid` int(10) unsigned NOT NULL DEFAULT '0',
  `template` varchar(100) DEFAULT NULL,
  `status` enum('draft','active','retired') NOT NULL DEFAULT 'active',
  `contentcolumn` int(10) unsigned NOT NULL DEFAULT '0',
  `contentindex` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`layoutid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `cms_layout`
--


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

--
-- Table structure for table `cms_layoutwidget`
--

CREATE TABLE IF NOT EXISTS `cms_layoutwidget` (
  `layoutid` int(10) unsigned NOT NULL DEFAULT '0',
  `widgetid` int(10) unsigned NOT NULL DEFAULT '0',
  `layoutcolumn` int(10) unsigned NOT NULL DEFAULT '0',
  `layoutindex` int(10) unsigned NOT NULL DEFAULT '0',
  KEY `layoutid` (`layoutid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `cms_layoutwidget`
--


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

--
-- Table structure for table `cms_navigation`
--

CREATE TABLE IF NOT EXISTS `cms_navigation` (
  `nodeid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `nodelist` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`nodeid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `cms_navigation`
--


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

--
-- Table structure for table `cms_node`
--

CREATE TABLE IF NOT EXISTS `cms_node` (
  `nodeid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `nodeleft` int(10) unsigned NOT NULL DEFAULT '0',
  `noderight` int(10) unsigned NOT NULL DEFAULT '0',
  `parentnode` int(10) unsigned DEFAULT NULL,
  `contenttypeid` int(10) unsigned NOT NULL DEFAULT '0',
  `contentid` int(10) unsigned DEFAULT '0',
  `url` varchar(255) NOT NULL DEFAULT '',
  `styleid` int(10) unsigned DEFAULT NULL,
  `layoutid` int(10) unsigned DEFAULT NULL,
  `userid` int(10) unsigned NOT NULL DEFAULT '0',
  `publishdate` int(10) unsigned DEFAULT NULL,
  `setpublish` tinyint(3) unsigned DEFAULT '0',
  `issection` tinyint(4) DEFAULT '0',
  `onhomepage` tinyint(4) DEFAULT '0',
  `permissionsfrom` int(10) unsigned DEFAULT '0',
  `lastupdated` int(10) unsigned DEFAULT NULL,
  `publicpreview` tinyint(4) DEFAULT '0',
  `auto_displayorder` tinyint(4) DEFAULT '0',
  `comments_enabled` tinyint(4) DEFAULT '0',
  PRIMARY KEY (`nodeid`),
  KEY `contentid` (`contenttypeid`,`contentid`),
  KEY `nodeleft` (`nodeleft`),
  KEY `noderight` (`noderight`),
  KEY `parentnode` (`parentnode`),
  KEY `contenttype` (`contenttypeid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `cms_node`
--


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

--
-- Table structure for table `cms_nodecategory`
--

CREATE TABLE IF NOT EXISTS `cms_nodecategory` (
  `categoryid` int(10) unsigned NOT NULL DEFAULT '0',
  `nodeid` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`nodeid`,`categoryid`),
  KEY `categoryid` (`categoryid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `cms_nodecategory`
--


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

--
-- Table structure for table `cms_nodeconfig`
--

CREATE TABLE IF NOT EXISTS `cms_nodeconfig` (
  `nodeid` int(10) unsigned NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `value` mediumtext,
  `serialized` tinyint(3) unsigned DEFAULT '0',
  UNIQUE KEY `unique_1` (`nodeid`,`name`),
  KEY `nodeid` (`nodeid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `cms_nodeconfig`
--


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

--
-- Table structure for table `cms_nodeinfo`
--

CREATE TABLE IF NOT EXISTS `cms_nodeinfo` (
  `nodeid` int(10) unsigned NOT NULL DEFAULT '0',
  `description` mediumtext,
  `title` varchar(255) NOT NULL DEFAULT '',
  `html_title` varchar(255) NOT NULL DEFAULT '',
  `viewcount` int(10) unsigned DEFAULT '0',
  `creationdate` int(10) unsigned NOT NULL DEFAULT '0',
  `workflowdate` int(10) unsigned DEFAULT NULL,
  `workflowstatus` enum('draft','parentpending','published','deleted') DEFAULT NULL,
  `workflowcheckedout` tinyint(4) DEFAULT NULL,
  `workflowpending` tinyint(4) DEFAULT NULL,
  `workflowlevelid` int(10) unsigned DEFAULT '0',
  `associatedthreadid` int(10) unsigned NOT NULL DEFAULT '0',
  `keywords` text,
  PRIMARY KEY (`nodeid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `cms_nodeinfo`
--


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

--
-- Table structure for table `cms_permissions`
--

CREATE TABLE IF NOT EXISTS `cms_permissions` (
  `permissionid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `usergroupid` int(10) unsigned NOT NULL DEFAULT '0',
  `nodeid` int(10) unsigned NOT NULL DEFAULT '0',
  `permissions` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`permissionid`),
  KEY `nodeid` (`nodeid`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=8 ;

--
-- Dumping data for table `cms_permissions`
--

INSERT INTO `cms_permissions` (`permissionid`, `usergroupid`, `nodeid`, `permissions`) VALUES
(1, 1, 1, 1),
(2, 2, 1, 1),
(3, 3, 1, 1),
(4, 4, 1, 1),
(5, 5, 1, 7),
(6, 6, 1, 15),
(7, 7, 1, 3);

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

--
-- Table structure for table `cms_sectionorder`
--

CREATE TABLE IF NOT EXISTS `cms_sectionorder` (
  `sectionid` int(11) NOT NULL DEFAULT '0',
  `nodeid` int(11) NOT NULL DEFAULT '0',
  `displayorder` smallint(6) NOT NULL DEFAULT '0',
  UNIQUE KEY `sectionid` (`sectionid`,`nodeid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `cms_sectionorder`
--


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

--
-- Table structure for table `cms_widget`
--

CREATE TABLE IF NOT EXISTS `cms_widget` (
  `widgetid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `varname` varbinary(50) NOT NULL DEFAULT '                                                  ',
  `widgettypeid` int(11) NOT NULL DEFAULT '0',
  `title` varchar(255) NOT NULL DEFAULT '',
  `description` mediumtext,
  PRIMARY KEY (`widgetid`),
  UNIQUE KEY `title` (`title`),
  KEY `widgettypeid` (`widgettypeid`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `cms_widget`
--

INSERT INTO `cms_widget` (`widgetid`, `varname`, `widgettypeid`, `title`, `description`) VALUES
(1, 'site_navigation                                   ', 1, 'Menu', 'Displays site structure');

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

--
-- Table structure for table `cms_widgetconfig`
--

CREATE TABLE IF NOT EXISTS `cms_widgetconfig` (
  `widgetid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `nodeid` int(10) unsigned NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `value` mediumblob,
  `serialized` tinyint(4) DEFAULT NULL,
  PRIMARY KEY (`widgetid`,`nodeid`,`name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `cms_widgetconfig`
--


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

--
-- Table structure for table `cms_widgettype`
--

CREATE TABLE IF NOT EXISTS `cms_widgettype` (
  `widgettypeid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `class` varbinary(50) NOT NULL DEFAULT '                                                  ',
  `packageid` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`widgettypeid`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=10 ;

--
-- Dumping data for table `cms_widgettype`
--

INSERT INTO `cms_widgettype` (`widgettypeid`, `class`, `packageid`) VALUES
(1, 'SectionNav                                        ', 3),
(2, 'CategoryNav                                       ', 3),
(3, 'Static                                            ', 3),
(4, 'Rss                                               ', 3),
(5, 'myFriends                                         ', 3),
(6, 'Searchwidget                                      ', 3),
(7, 'Poll                                              ', 3),
(8, 'StaticBB                                          ', 3),
(9, 'Recent                                            ', 3);

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

--
-- Table structure for table `contentpriority`
--

CREATE TABLE IF NOT EXISTS `contentpriority` (
  `contenttypeid` varchar(20) NOT NULL DEFAULT '',
  `sourceid` int(10) unsigned NOT NULL DEFAULT '0',
  `prioritylevel` double(2,1) unsigned NOT NULL DEFAULT '0.0',
  PRIMARY KEY (`contenttypeid`,`sourceid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `contentpriority`
--


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

--
-- Table structure for table `contenttype`
--

CREATE TABLE IF NOT EXISTS `contenttype` (
  `contenttypeid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `class` varbinary(50) NOT NULL DEFAULT '                                                  ',
  `packageid` int(10) unsigned NOT NULL DEFAULT '0',
  `canplace` enum('0','1') DEFAULT '0',
  `cansearch` enum('0','1') DEFAULT '0',
  `cantag` enum('0','1') DEFAULT '0',
  `canattach` enum('0','1') DEFAULT '0',
  `isaggregator` enum('0','1') NOT NULL DEFAULT '0',
  PRIMARY KEY (`contenttypeid`),
  UNIQUE KEY `package` (`packageid`,`class`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=20 ;

--
-- Dumping data for table `contenttype`
--

INSERT INTO `contenttype` (`contenttypeid`, `class`, `packageid`, `canplace`, `cansearch`, `cantag`, `canattach`, `isaggregator`) VALUES
(1, 'Post                                              ', 1, '0', '1', '0', '1', '0'),
(2, 'Thread                                            ', 1, '0', '0', '1', '0', '0'),
(3, 'Forum                                             ', 1, '0', '1', '0', '0', '0'),
(4, 'Announcement                                      ', 1, '0', '0', '0', '0', '0'),
(5, 'SocialGroupMessage                                ', 1, '0', '1', '0', '0', '0'),
(6, 'SocialGroupDiscussion                             ', 1, '0', '0', '0', '0', '0'),
(7, 'SocialGroup                                       ', 1, '0', '1', '0', '1', '0'),
(8, 'Album                                             ', 1, '0', '0', '0', '1', '0'),
(9, 'Picture                                           ', 1, '0', '0', '0', '0', '0'),
(10, 'PictureComment                                    ', 1, '0', '0', '0', '0', '0'),
(11, 'VisitorMessage                                    ', 1, '0', '1', '0', '0', '0'),
(12, 'User                                              ', 1, '0', '0', '0', '0', '0'),
(13, 'Event                                             ', 1, '0', '0', '0', '0', '0'),
(14, 'Calendar                                          ', 1, '0', '0', '0', '0', '0'),
(15, 'BlogEntry                                         ', 2, '0', '1', '0', '1', '0'),
(16, 'BlogComment                                       ', 2, '0', '1', '0', '0', '0'),
(17, 'Section                                           ', 3, '1', '0', '0', '0', '1'),
(18, 'Article                                           ', 3, '1', '1', '1', '1', '0'),
(19, 'ContentNode                                       ', 3, '0', '0', '0', '0', '0');

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

--
-- Table structure for table `cpsession`
--

CREATE TABLE IF NOT EXISTS `cpsession` (
  `userid` int(10) unsigned NOT NULL DEFAULT '0',
  `hash` varchar(32) NOT NULL DEFAULT '',
  `dateline` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`userid`,`hash`)
) ENGINE=MEMORY DEFAULT CHARSET=latin1;

--
-- Dumping data for table `cpsession`
--

INSERT INTO `cpsession` (`userid`, `hash`, `dateline`) VALUES
(1, 'ec14e5276f34a4aff8f562e1bdabdbd4', 1262636432),
(1, 'bc16dc3e7b75641dac0daed304f4eff7', 1262655228),
(1, '642b0a3d5b8f910872810239c4539eef', 1262964471),
(1, '4784b3a3fc182541aa6c6c48eee97d45', 1263503671),
(1, 'd4f5109cf49e7db347850464f7f1fe7c', 1263594118),
(1, '41a508a4b3a58b764e9e31e6fdc20363', 1263600082);

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

--
-- Table structure for table `cron`
--

CREATE TABLE IF NOT EXISTS `cron` (
  `cronid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `nextrun` int(10) unsigned NOT NULL DEFAULT '0',
  `weekday` smallint(6) NOT NULL DEFAULT '0',
  `day` smallint(6) NOT NULL DEFAULT '0',
  `hour` smallint(6) NOT NULL DEFAULT '0',
  `minute` varchar(100) NOT NULL DEFAULT '',
  `filename` varchar(50) NOT NULL DEFAULT '',
  `loglevel` smallint(6) NOT NULL DEFAULT '0',
  `active` smallint(6) NOT NULL DEFAULT '1',
  `varname` varchar(100) NOT NULL DEFAULT '',
  `volatile` smallint(5) unsigned NOT NULL DEFAULT '0',
  `product` varchar(25) NOT NULL DEFAULT '',
  PRIMARY KEY (`cronid`),
  UNIQUE KEY `varname` (`varname`),
  KEY `nextrun` (`nextrun`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=103 ;

--
-- Dumping data for table `cron`
--

INSERT INTO `cron` (`cronid`, `nextrun`, `weekday`, `day`, `hour`, `minute`, `filename`, `loglevel`, `active`, `varname`, `volatile`, `product`) VALUES
(1, 1262408460, -1, -1, 0, 'a:1:{i:0;i:1;}', './includes/cron/birthday.php', 1, 1, 'birthday', 1, 'vbulletin'),
(2, 1262472960, -1, -1, -1, 'a:1:{i:0;i:56;}', './includes/cron/threadviews.php', 0, 1, 'threadviews', 1, 'vbulletin'),
(3, 1262543100, -1, -1, -1, 'a:1:{i:0;i:25;}', './includes/cron/promotion.php', 1, 1, 'promotion', 1, 'vbulletin'),
(4, 1262408520, -1, -1, 0, 'a:1:{i:0;i:2;}', './includes/cron/digestdaily.php', 1, 1, 'digestdaily', 1, 'vbulletin'),
(5, 1262583000, 1, -1, 0, 'a:1:{i:0;i:30;}', './includes/cron/digestweekly.php', 1, 1, 'digestweekly', 1, 'vbulletin'),
(6, 1262408520, -1, -1, 0, 'a:1:{i:0;i:2;}', './includes/cron/subscriptions.php', 1, 1, 'subscriptions', 1, 'vbulletin'),
(7, 1262480700, -1, -1, -1, 'a:1:{i:0;i:5;}', './includes/cron/cleanup.php', 0, 1, 'cleanup', 1, 'vbulletin'),
(8, 1262499000, -1, -1, -1, 'a:1:{i:0;i:10;}', './includes/cron/attachmentviews.php', 0, 1, 'attachmentviews', 1, 'vbulletin'),
(9, 1262408580, -1, -1, 0, 'a:1:{i:0;i:3;}', './includes/cron/activate.php', 1, 1, 'activate', 1, 'vbulletin'),
(10, 1262380500, -1, -1, -1, 'a:1:{i:0;i:15;}', './includes/cron/removebans.php', 1, 1, 'removebans', 1, 'vbulletin'),
(11, 1262470800, -1, -1, -1, 'a:1:{i:0;i:20;}', './includes/cron/cleanup2.php', 0, 1, 'cleanup2', 1, 'vbulletin'),
(12, 1262408400, -1, -1, 0, 'a:1:{i:0;i:0;}', './includes/cron/stats.php', 0, 1, 'stats', 1, 'vbulletin'),
(13, 1262555700, -1, -1, -1, 'a:2:{i:0;i:25;i:1;i:55;}', './includes/cron/reminder.php', 0, 1, 'reminder', 1, 'vbulletin'),
(14, 1262409000, -1, -1, 0, 'a:1:{i:0;i:10;}', './includes/cron/dailycleanup.php', 0, 1, 'dailycleanup', 1, 'vbulletin'),
(15, 1262393400, -1, -1, -1, 'a:2:{i:0;i:20;i:1;i:50;}', './includes/cron/infractions.php', 1, 1, 'infractions', 1, 'vbulletin'),
(16, 1262542200, -1, -1, -1, 'a:1:{i:0;i:10;}', './includes/cron/ccbill.php', 1, 1, 'ccbill', 1, 'vbulletin'),
(17, 1262479800, -1, -1, -1, 'a:6:{i:0;i:0;i:1;i:10;i:2;i:20;i:3;i:30;i:4;i:40;i:5;i:50;}', './includes/cron/rssposter.php', 1, 1, 'rssposter', 1, 'vbulletin'),
(22, 1262426400, -1, -1, 5, 'a:1:{i:0;i:0;}', './includes/cron/sitemap.php', 1, 1, 'sitemap', 1, 'vbulletin'),
(101, 1263501900, -1, -1, -1, 'a:4:{i:0;i:0;i:1;i:15;i:2;i:30;i:3;i:45;}', './includes/cron/blog_pending.php', 0, 1, 'blog_pending', 1, 'vbblog'),
(102, 1263504900, -1, -1, -1, 'a:1:{i:0;i:35;}', './includes/cron/blog_views.php', 0, 1, 'blog_views', 1, 'vbblog'),
(100, 1263542400, -1, -1, 3, 'a:1:{i:0;i:-1;}', './includes/cron/blog_dailycleanup.php', 0, 1, 'blog_dailycleanup', 1, 'vbblog'),
(99, 1263504600, -1, -1, -1, 'a:1:{i:0;i:30;}', './includes/cron/blog_cleanup.php', 0, 1, 'blog_cleanup', 1, 'vbblog');

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

--
-- Table structure for table `cronlog`
--

CREATE TABLE IF NOT EXISTS `cronlog` (
  `cronlogid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `varname` varchar(100) NOT NULL DEFAULT '',
  `dateline` int(10) unsigned NOT NULL DEFAULT '0',
  `description` mediumtext,
  `type` smallint(5) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`cronlogid`),
  KEY `varname` (`varname`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=1375 ;

--
-- Dumping data for table `cronlog`
--

INSERT INTO `cronlog` (`cronlogid`, `varname`, `dateline`, `description`, `type`) VALUES
(1, 'digestdaily', 1221780561, '', 1),
(2, 'subscriptions', 1221780566, '', 1),
(3, 'digestweekly', 1221782077, '', 1),
(4, 'digestdaily', 1221796979, '', 1),
(5, 'subscriptions', 1221797151, '', 1),
(6, 'digestdaily', 1221912524, '', 1),
(7, 'subscriptions', 1221920412, '', 1),
(8, 'digestdaily', 1222005945, '', 1),
(9, 'subscriptions', 1222005947, '', 1),
(10, 'digestdaily', 1222077945, '', 1),
(11, 'subscriptions', 1222082913, '', 1),
(12, 'digestweekly', 1222092569, '', 1),
(13, 'digestdaily', 1222142556, '', 1),
(14, 'subscriptions', 1222142559, '', 1),
(15, 'digestdaily', 1222230057, '', 1),
(16, 'subscriptions', 1222230401, '', 1),
(17, 'digestdaily', 1222351392, '', 1),
(18, 'subscriptions', 1222351396, '', 1),
(19, 'digestdaily', 1222441076, '', 1),
(20, 'subscriptions', 1222441086, '', 1),
(21, 'digestdaily', 1222496096, '', 1),
(22, 'subscriptions', 1222496119, '', 1),
(23, 'digestdaily', 1222617670, '', 1),
(24, 'subscriptions', 1222618049, '', 1),
(25, 'digestdaily', 1222700351, '', 1),
(26, 'subscriptions', 1222702022, '', 1),
(27, 'digestweekly', 1222713311, '', 1),
(28, 'digestdaily', 1222790441, '', 1),
(29, 'subscriptions', 1222790443, '', 1),
(30, 'digestdaily', 1222866229, '', 1),
(31, 'subscriptions', 1222866245, '', 1),
(32, 'digestdaily', 1222971238, '', 1),
(33, 'subscriptions', 1222974431, '', 1),
(34, 'digestdaily', 1223134084, '', 1),
(35, 'subscriptions', 1223141784, '', 1),
(36, 'digestdaily', 1223261292, '', 1),
(37, 'subscriptions', 1223261317, '', 1),
(38, 'digestdaily', 1223321734, '', 1),
(39, 'subscriptions', 1223321777, '', 1),
(40, 'digestweekly', 1223337481, '', 1),
(41, 'digestdaily', 1223473895, '', 1),
(42, 'subscriptions', 1223473928, '', 1),
(43, 'digestdaily', 1223565395, '', 1),
(44, 'subscriptions', 1223565623, '', 1),
(45, 'digestdaily', 1223822993, '', 1),
(46, 'subscriptions', 1223823433, '', 1),
(47, 'digestdaily', 1223931450, '', 1),
(48, 'subscriptions', 1223937220, '', 1),
(49, 'digestweekly', 1223937508, '', 1),
(50, 'digestdaily', 1224025687, '', 1),
(51, 'subscriptions', 1224037900, '', 1),
(52, 'digestdaily', 1224104892, '', 1),
(53, 'subscriptions', 1224108936, '', 1),
(54, 'digestdaily', 1224213165, '', 1),
(55, 'subscriptions', 1224213497, '', 1),
(56, 'digestdaily', 1224453199, '', 1),
(57, 'subscriptions', 1224454253, '', 1),
(58, 'birthday', 1224594091, 'Chris', 1),
(59, 'digestdaily', 1224594287, '', 1),
(60, 'subscriptions', 1224601122, '', 1),
(61, 'digestweekly', 1224611081, '', 1),
(62, 'digestdaily', 1224715321, '', 1),
(63, 'subscriptions', 1224766167, '', 1),
(64, 'digestdaily', 1224876481, '', 1),
(65, 'subscriptions', 1225147647, '', 1),
(66, 'digestdaily', 1225415453, '', 1),
(67, 'digestweekly', 1225634986, '', 1),
(68, 'subscriptions', 1225725374, '', 1),
(69, 'digestdaily', 1225996308, '', 1),
(70, 'digestweekly', 1226280067, '', 1),
(71, 'subscriptions', 1226289695, '', 1),
(72, 'digestdaily', 1226370333, '', 1),
(73, 'subscriptions', 1226412058, '', 1),
(74, 'digestweekly', 1226412242, '', 1),
(75, 'digestdaily', 1226413479, '', 1),
(76, 'digestdaily', 1226498761, '', 1),
(77, 'subscriptions', 1226498763, '', 1),
(78, 'digestdaily', 1226557634, '', 1),
(79, 'subscriptions', 1226557636, '', 1),
(80, 'digestdaily', 1226690553, '', 1),
(81, 'subscriptions', 1226692954, '', 1),
(82, 'digestdaily', 1226779222, '', 1),
(83, 'subscriptions', 1226779224, '', 1),
(84, 'digestdaily', 1226891496, '', 1),
(85, 'subscriptions', 1226893789, '', 1),
(86, 'digestdaily', 1226944285, '', 1),
(87, 'subscriptions', 1226944305, '', 1),
(88, 'digestweekly', 1226945452, '', 1),
(89, 'digestdaily', 1227019281, '', 1),
(90, 'subscriptions', 1227019983, '', 1),
(91, 'digestdaily', 1227110282, '', 1),
(92, 'subscriptions', 1227122821, '', 1),
(93, 'digestdaily', 1227216478, '', 1),
(94, 'subscriptions', 1227216523, '', 1),
(95, 'digestdaily', 1227279652, '', 1),
(96, 'subscriptions', 1227279654, '', 1),
(97, 'digestdaily', 1227394382, '', 1),
(98, 'subscriptions', 1227394384, '', 1),
(99, 'digestdaily', 1227461600, '', 1),
(100, 'subscriptions', 1227461746, '', 1),
(101, 'digestdaily', 1227545413, '', 1),
(102, 'subscriptions', 1227545430, '', 1),
(103, 'digestweekly', 1227545565, '', 1),
(104, 'digestdaily', 1227644129, '', 1),
(105, 'subscriptions', 1227651806, '', 1),
(106, 'digestdaily', 1227762232, '', 1),
(107, 'subscriptions', 1227810635, '', 1),
(108, 'digestdaily', 1227975720, '', 1),
(109, 'subscriptions', 1227975723, '', 1),
(110, 'digestdaily', 1228087946, '', 1),
(111, 'subscriptions', 1228088037, '', 1),
(112, 'credits_time', 1228146200, 'Last Paycheck:1228146200|Check Referees:2, 5, 7', 1),
(113, 'digestdaily', 1228146217, '', 1),
(114, 'subscriptions', 1228146231, '', 1),
(115, 'digestweekly', 1228146256, '', 1),
(116, 'credits_time', 1228197469, 'Last Paycheck:1228146200|Check Referees:2, 5, 7', 1),
(117, 'digestdaily', 1228197625, '', 1),
(118, 'subscriptions', 1228197651, '', 1),
(119, 'credits_time', 1228280415, 'Last Paycheck:1228280415|Check Referees:2, 5, 8, 26, 10, 17, 19, 20, 23, 33, 27, 28, 29, 32, 36, 39, 40, 43, 44, 53', 1),
(120, 'digestdaily', 1228280524, '', 1),
(121, 'subscriptions', 1228280533, '', 1),
(122, 'credits_time', 1228366872, 'Last Paycheck:1228366872|Check Referees:2, 5, 8, 26, 10, 17, 19, 20, 23, 33, 27, 28, 29, 32, 36, 80, 39, 40, 87, 43, 44, 53, 82, 78, 66, 57, 59, 65, 67, 69, 75, 72, 73, 76, 74, 83', 1),
(123, 'digestdaily', 1228366926, '', 1),
(124, 'subscriptions', 1228366936, '', 1),
(125, 'credits_time', 1228453207, 'Last Paycheck:1228366872|Check Referees:2, 5, 8, 26, 10, 17, 19, 20, 23, 33, 27, 28, 29, 32, 36, 80, 39, 40, 87, 43, 44, 53, 82, 78, 66, 57, 59, 65, 67, 69, 75, 72, 73, 76, 74, 83, 94, 102, 98, 100, 99, 101, 103, 106, 108, 111', 1),
(126, 'digestdaily', 1228453321, '', 1),
(127, 'subscriptions', 1228453324, '', 1),
(128, 'credits_time', 1228539634, 'Last Paycheck:1228539634|Check Referees:2, 5, 8, 26, 10, 17, 19, 20, 118, 23, 33, 27, 28, 29, 32, 36, 80, 39, 40, 87, 43, 44, 53, 82, 78, 66, 57, 59, 65, 67, 69, 75, 72, 73, 76, 74, 83, 94, 102, 98, 100, 99, 101, 103, 106, 108, 111, 113, 115, 116, 117, 119, 122, 124, 127, 129, 133', 1),
(129, 'digestdaily', 1228539722, '', 1),
(130, 'subscriptions', 1228539727, '', 1),
(131, 'credits_time', 1228626019, 'Last Paycheck:1228539634|Check Referees:2, 5, 8, 26, 10, 17, 19, 20, 118, 23, 33, 27, 28, 29, 32, 36, 80, 39, 40, 87, 43, 44, 53, 82, 78, 66, 57, 59, 65, 67, 69, 75, 72, 73, 76, 74, 83, 94, 102, 98, 100, 99, 101, 103, 106, 108, 111, 113, 115, 116, 117, 119, 122, 124, 127, 129, 133, 137, 141', 1),
(132, 'digestdaily', 1228626121, '', 1),
(133, 'subscriptions', 1228626142, '', 1),
(134, 'credits_time', 1228712488, 'Last Paycheck:1228712488|Check Referees:2, 5, 8, 26, 10, 17, 19, 20, 118, 23, 33, 27, 28, 29, 32, 36, 80, 39, 40, 87, 43, 44, 53, 82, 78, 66, 57, 59, 65, 67, 69, 75, 72, 73, 76, 74, 83, 94, 102, 98, 100, 99, 101, 103, 151, 106, 108, 111, 113, 115, 116, 117, 119, 122, 124, 127, 129, 133, 137, 141, 150, 152', 1),
(135, 'digestdaily', 1228712528, '', 1),
(136, 'subscriptions', 1228712546, '', 1),
(137, 'digestweekly', 1228714202, '', 1),
(138, 'credits_time', 1228798840, 'Last Paycheck:1228712488|Check Referees:2, 5, 8, 26, 10, 17, 19, 20, 118, 23, 33, 27, 28, 29, 32, 36, 80, 39, 40, 87, 43, 44, 53, 82, 78, 66, 57, 59, 65, 67, 69, 75, 72, 73, 76, 74, 83, 94, 102, 98, 100, 99, 101, 103, 153, 151, 106, 108, 111, 113, 115, 116, 117, 119, 122, 124, 127, 129, 133, 137, 141, 150, 152', 1),
(139, 'digestdaily', 1228798921, '', 1),
(140, 'subscriptions', 1228798971, '', 1),
(141, 'credits_time', 1228885252, 'Last Paycheck:1228885252|Check Referees:2, 5, 26, 10, 19, 20, 118, 23, 33, 28, 32, 160, 80, 87, 43, 44, 53, 82, 78, 66, 57, 59, 65, 67, 69, 75, 72, 73, 76, 74, 83, 94, 102, 98, 100, 99, 101, 103, 153, 151, 106, 108, 111, 113, 115, 116, 117, 119, 122, 124, 127, 129, 133, 137, 141, 150, 152', 1),
(142, 'birthday', 1228885309, 'Sinister1', 1),
(143, 'digestdaily', 1228885329, '', 1),
(144, 'subscriptions', 1228885333, '', 1),
(145, 'credits_time', 1228971673, 'Last Paycheck:1228971673|Check Referees:2, 5, 26, 10, 19, 20, 118, 23, 33, 28, 32, 160, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 69, 75, 72, 74, 94, 102, 98, 100, 99, 101, 103, 153, 151, 106, 108, 111, 113, 115, 116, 117, 119, 122, 124, 127, 129, 133, 137, 141, 150, 152, 165, 163', 1),
(146, 'digestdaily', 1228971820, '', 1),
(147, 'subscriptions', 1228971827, '', 1),
(148, 'credits_time', 1229058252, 'Last Paycheck:1229058252|Check Referees:2, 5, 26, 10, 19, 20, 118, 23, 33, 28, 32, 160, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 69, 75, 72, 74, 94, 98, 100, 103, 153, 151, 106, 108, 111, 113, 115, 116, 117, 119, 122, 124, 127, 129, 133, 137, 141, 150, 152, 165, 163, 170', 1),
(149, 'digestdaily', 1229058335, '', 1),
(150, 'subscriptions', 1229058342, '', 1),
(151, 'credits_time', 1229144958, 'Last Paycheck:1229144958|Check Referees:2, 5, 26, 10, 19, 20, 23, 33, 28, 32, 160, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 69, 75, 72, 74, 94, 98, 100, 103, 153, 151, 106, 108, 111, 115, 117, 124, 127, 137, 141, 150, 152, 165, 163, 170, 176', 1),
(152, 'digestdaily', 1229144986, '', 1),
(153, 'subscriptions', 1229144992, '', 1),
(154, 'credits_time', 1229231164, 'Last Paycheck:1229144958|Check Referees:2, 5, 26, 10, 19, 20, 23, 33, 28, 32, 160, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 69, 75, 72, 74, 94, 98, 100, 103, 153, 151, 106, 108, 111, 115, 117, 124, 127, 137, 150, 152, 165, 163, 179, 170, 176', 1),
(155, 'birthday', 1229231199, 'FrankenSaturn', 1),
(156, 'digestdaily', 1229231207, '', 1),
(157, 'subscriptions', 1229231210, '', 1),
(158, 'activate', 1229231230, 'dawgs150', 1),
(159, 'credits_time', 1229317339, 'Last Paycheck:1229317339|Check Referees:2, 5, 26, 10, 19, 20, 23, 33, 28, 32, 160, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 69, 75, 72, 74, 94, 98, 100, 103, 153, 106, 108, 111, 115, 117, 124, 127, 137, 150, 152, 165, 163, 179, 170, 176, 183, 185', 1),
(160, 'birthday', 1229317360, 'JerseyTechGuy', 1),
(161, 'digestdaily', 1229317625, '', 1),
(162, 'subscriptions', 1229317627, '', 1),
(163, 'digestweekly', 1229320672, '', 1),
(164, 'credits_time', 1229405574, 'Last Paycheck:1229405574|Check Referees:2, 5, 26, 10, 19, 20, 23, 33, 28, 32, 160, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 150, 152, 165, 163, 179, 170, 176, 183, 185', 1),
(165, 'digestdaily', 1229405902, '', 1),
(166, 'subscriptions', 1229405910, '', 1),
(167, 'credits_time', 1229490017, 'Last Paycheck:1229405574|Check Referees:2, 5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 150, 152, 192, 165, 163, 179, 170, 176, 183, 185, 194', 1),
(168, 'digestdaily', 1229490135, '', 1),
(169, 'subscriptions', 1229490602, '', 1),
(170, 'credits_time', 1229578356, 'Last Paycheck:1229578356|Check Referees:2, 5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 192, 165, 163, 179, 170, 176, 183, 185, 194', 1),
(171, 'digestdaily', 1229578458, '', 1),
(172, 'subscriptions', 1229578462, '', 1),
(173, 'credits_time', 1229664781, 'Last Paycheck:1229664781|Check Referees:2, 5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 192, 165, 163, 179, 170, 176, 183, 185, 194', 1),
(174, 'digestdaily', 1229664892, '', 1),
(175, 'subscriptions', 1229664919, '', 1),
(176, 'credits_time', 1229749436, 'Last Paycheck:1229664781|Check Referees:2, 5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 192, 165, 163, 179, 170, 183, 185, 194, 201', 1),
(177, 'birthday', 1229749581, 'GTsetGO', 1),
(178, 'digestdaily', 1229749605, '', 1),
(179, 'subscriptions', 1229750504, '', 1),
(180, 'credits_time', 1229835902, 'Last Paycheck:1229835902|Check Referees:2, 5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 192, 165, 163, 179, 170, 183, 185, 194, 201', 1),
(181, 'birthday', 1229835906, 'HondaHunter78', 1),
(182, 'digestdaily', 1229835916, '', 1),
(183, 'subscriptions', 1229835921, '', 1),
(184, 'credits_time', 1229922071, 'Last Paycheck:1229835902|Check Referees:2, 5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 192, 165, 163, 179, 170, 183, 194, 201', 1),
(185, 'digestdaily', 1229922512, '', 1),
(186, 'subscriptions', 1229922517, '', 1),
(187, 'digestweekly', 1229926104, '', 1),
(188, 'credits_time', 1230008725, 'Last Paycheck:1230008725|Check Referees:2, 5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 192, 165, 163, 179, 170, 183, 194, 201', 1),
(189, 'birthday', 1230008726, 'HAHA NO', 1),
(190, 'digestdaily', 1230008729, '', 1),
(191, 'subscriptions', 1230008787, '', 1),
(192, 'credits_time', 1230095589, 'Last Paycheck:1230095589|Check Referees:2, 5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 179, 170, 183, 194, 201', 1),
(193, 'digestdaily', 1230095678, '', 1),
(194, 'subscriptions', 1230095694, '', 1),
(195, 'credits_time', 1230181429, 'Last Paycheck:1230095589|Check Referees:2, 5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 179, 170, 183, 194, 201', 1),
(196, 'birthday', 1230181443, 'wayne jones, Intern Sam', 1),
(197, 'digestdaily', 1230181868, '', 1),
(198, 'subscriptions', 1230182441, '', 1),
(199, 'credits_time', 1230275683, 'Last Paycheck:1230275683|Check Referees:2, 5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 179, 170, 183, 194, 201', 1),
(200, 'digestdaily', 1230275730, '', 1),
(201, 'subscriptions', 1230291547, '', 1),
(202, 'credits_time', 1230354672, 'Last Paycheck:1230275683|Check Referees:2, 5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 179, 170, 183, 194, 201', 1),
(203, 'birthday', 1230354730, 'blissfulerin', 1),
(204, 'digestdaily', 1230354908, '', 1),
(205, 'subscriptions', 1230354918, '', 1),
(206, 'credits_time', 1230440969, 'Last Paycheck:1230440969|Check Referees:2, 5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 179, 170, 183, 194, 201', 1),
(207, 'digestdaily', 1230441002, '', 1),
(208, 'subscriptions', 1230441012, '', 1),
(209, 'credits_time', 1230531237, 'Last Paycheck:1230531237|Check Referees:2, 5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 179, 170, 183, 194, 201', 1),
(210, 'digestdaily', 1230555287, '', 1),
(211, 'subscriptions', 1230555298, '', 1),
(212, 'digestweekly', 1230555547, '', 1),
(213, 'credits_time', 1230616174, 'Last Paycheck:1230531237|Check Referees:2, 5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 179, 170, 183, 194, 201', 1),
(214, 'birthday', 1230616178, 'azzazal', 1),
(215, 'digestdaily', 1230618158, '', 1),
(216, 'subscriptions', 1230620375, '', 1),
(217, 'credits_time', 1230700251, 'Last Paycheck:1230700251|Check Referees:2, 5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 179, 170, 183, 194, 201', 1),
(218, 'birthday', 1230700256, 'theTupper', 1),
(219, 'digestdaily', 1230700271, '', 1),
(220, 'subscriptions', 1230700793, '', 1),
(221, 'credits_time', 1230819583, 'Last Paycheck:1230819583|Check Referees:2, 5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 179, 170, 183, 194, 201', 1),
(222, 'birthday', 1230819587, 'leo, FISNRULZ, Trish Fenton', 1),
(223, 'digestdaily', 1230819594, '', 1),
(224, 'subscriptions', 1230820202, '', 1),
(225, 'credits_time', 1230876597, 'Last Paycheck:1230819583|Check Referees:2, 5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 179, 170, 183, 194, 201', 1),
(226, 'digestdaily', 1230876611, '', 1),
(227, 'subscriptions', 1230876632, '', 1),
(228, 'credits_time', 1230959937, 'Last Paycheck:1230959937|Check Referees:2, 5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 179, 170, 183, 194, 201', 1),
(229, 'digestdaily', 1230960491, '', 1),
(230, 'subscriptions', 1230960497, '', 1),
(231, 'credits_time', 1231047014, 'Last Paycheck:1231047014|Check Referees:2, 5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 179, 170, 183, 194, 201', 1),
(232, 'digestdaily', 1231047038, '', 1),
(233, 'subscriptions', 1231047046, '', 1),
(234, 'credits_time', 1231132883, 'Last Paycheck:1231047014|Check Referees:2, 5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 179, 170, 183, 194, 201', 1),
(235, 'birthday', 1231132887, '07shelbygt', 1),
(236, 'digestdaily', 1231132915, '', 1),
(237, 'subscriptions', 1231132944, '', 1),
(238, 'digestweekly', 1231163633, '', 1),
(239, 'credits_time', 1231220501, 'Last Paycheck:1231220501|Check Referees:2, 5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 179, 170, 183, 194, 201', 1),
(240, 'digestdaily', 1231220540, '', 1),
(241, 'subscriptions', 1231220634, '', 1),
(242, 'credits_time', 1231311185, 'Last Paycheck:1231311185|Check Referees:2, 5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 179, 170, 183, 194, 201', 1),
(243, 'digestdaily', 1231321452, '', 1),
(244, 'subscriptions', 1231321456, '', 1),
(245, 'credits_time', 1231404556, 'Last Paycheck:1231404556|Check Referees:2, 5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 179, 170, 183, 194, 201', 1),
(246, 'digestdaily', 1231404623, '', 1),
(247, 'subscriptions', 1231404625, '', 1),
(248, 'credits_time', 1231477599, 'Last Paycheck:1231404556|Check Referees:2, 5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 179, 170, 183, 194', 1),
(249, 'subscriptions', 1231479939, '', 1),
(250, 'digestdaily', 1231479939, '', 1),
(251, 'credits_time', 1231566397, 'Last Paycheck:1231566397|Check Referees:2, 5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 179, 170, 183, 194', 1),
(252, 'digestdaily', 1231566418, '', 1),
(253, 'subscriptions', 1231566422, '', 1),
(254, 'credits_time', 1231650324, 'Last Paycheck:1231566397|Check Referees:2, 5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 179, 170, 183, 194', 1),
(255, 'digestdaily', 1231650387, '', 1),
(256, 'subscriptions', 1231650395, '', 1),
(257, 'credits_time', 1231743886, 'Last Paycheck:1231743886|Check Referees:2, 5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 179, 170, 183, 194', 1),
(258, 'digestdaily', 1231748622, '', 1),
(259, 'subscriptions', 1231748637, '', 1),
(260, 'digestweekly', 1231768571, '', 1),
(261, 'credits_time', 1231852204, 'Last Paycheck:1231852204|Check Referees:2, 5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 179, 170, 183, 194, 218', 1),
(262, 'digestdaily', 1231853716, '', 1),
(263, 'subscriptions', 1231853719, '', 1),
(264, 'credits_time', 1231911694, 'Last Paycheck:1231852204|Check Referees:2, 5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 179, 170, 183, 194, 218', 1),
(265, 'birthday', 1231911701, 'Larry Warcup, jverasvt03, Jeremy', 1),
(266, 'digestdaily', 1231913114, '', 1),
(267, 'subscriptions', 1231913132, '', 1),
(268, 'credits_time', 1232026348, 'Last Paycheck:1232026348|Check Referees:2, 5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 179, 170, 183, 194, 218', 1),
(269, 'digestdaily', 1232026361, '', 1),
(270, 'subscriptions', 1232027565, '', 1),
(271, 'credits_time', 1232112070, 'Last Paycheck:1232026348|Check Referees:2, 5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 179, 170, 183, 194, 218', 1),
(272, 'digestdaily', 1232112609, '', 1),
(273, 'subscriptions', 1232112617, '', 1),
(274, 'credits_time', 1232168563, 'Last Paycheck:1232168563|Check Referees:2, 5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 179, 170, 183, 194, 218', 1),
(275, 'birthday', 1232168591, 'patriotpop, A_15', 1),
(276, 'digestdaily', 1232168816, '', 1),
(277, 'subscriptions', 1232168821, '', 1),
(278, 'credits_time', 1232255982, 'Last Paycheck:1232255982|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 179, 170, 183, 194, 218', 1),
(279, 'birthday', 1232256072, 'TWINSCRW', 1),
(280, 'digestdaily', 1232256082, '', 1),
(281, 'subscriptions', 1232257165, '', 1),
(282, 'credits_time', 1232343924, 'Last Paycheck:1232343924|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 179, 170, 183, 194, 218', 1),
(283, 'digestdaily', 1232346152, '', 1),
(284, 'subscriptions', 1232346161, '', 1),
(285, 'digestweekly', 1232346716, '', 1),
(286, 'credits_time', 1232432089, 'Last Paycheck:1232432089|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 179, 170, 183, 194, 218', 1),
(287, 'digestdaily', 1232432182, '', 1),
(288, 'subscriptions', 1232432229, '', 1),
(289, 'credits_time', 1232517489, 'Last Paycheck:1232432089|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 194, 218', 1),
(290, 'digestdaily', 1232520924, '', 1),
(291, 'subscriptions', 1232520926, '', 1),
(292, 'credits_time', 1232630123, 'Last Paycheck:1232630123|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 194, 218', 1),
(293, 'digestdaily', 1232630144, '', 1),
(294, 'subscriptions', 1232630155, '', 1),
(295, 'credits_time', 1232715158, 'Last Paycheck:1232630123|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 194, 218', 1),
(296, 'birthday', 1232715164, 'Musiccitygt, Danstang, MYNITEMARE', 1),
(297, 'digestdaily', 1232715185, '', 1),
(298, 'subscriptions', 1232715190, '', 1),
(299, 'credits_time', 1232815757, 'Last Paycheck:1232815757|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 194, 218', 1),
(300, 'birthday', 1232816043, '20gt00, NJ Stangers Jon', 1),
(301, 'digestdaily', 1232816050, '', 1),
(302, 'subscriptions', 1232816340, '', 1),
(303, 'credits_time', 1232890079, 'Last Paycheck:1232815757|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 194, 218', 1),
(304, 'digestdaily', 1232890179, '', 1),
(305, 'subscriptions', 1232890196, '', 1),
(306, 'credits_time', 1232947008, 'Last Paycheck:1232947008|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 194, 218', 1),
(307, 'digestdaily', 1232947046, '', 1),
(308, 'subscriptions', 1232947048, '', 1),
(309, 'digestweekly', 1232971759, '', 1),
(310, 'credits_time', 1233037069, 'Last Paycheck:1233037069|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 194, 218', 1),
(311, 'digestdaily', 1233039013, '', 1),
(312, 'subscriptions', 1233039015, '', 1),
(313, 'credits_time', 1233120662, 'Last Paycheck:1233037069|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 194, 218', 1),
(314, 'digestdaily', 1233120681, '', 1),
(315, 'subscriptions', 1233120689, '', 1),
(316, 'credits_time', 1233207500, 'Last Paycheck:1233207500|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 194, 218', 1),
(317, 'digestdaily', 1233208036, '', 1),
(318, 'subscriptions', 1233208038, '', 1),
(319, 'credits_time', 1233307697, 'Last Paycheck:1233307697|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 194, 218', 1),
(320, 'digestdaily', 1233307713, '', 1),
(321, 'subscriptions', 1233307721, '', 1),
(322, 'credits_time', 1233386528, 'Last Paycheck:1233307697|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 194, 218', 1),
(323, 'digestdaily', 1233386544, '', 1),
(324, 'subscriptions', 1233386554, '', 1),
(325, 'credits_time', 1233493155, 'Last Paycheck:1233493155|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 194, 218', 1),
(326, 'digestdaily', 1233498137, '', 1),
(327, 'subscriptions', 1233498143, '', 1),
(328, 'credits_time', 1233567186, 'Last Paycheck:1233493155|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 194, 218', 1),
(329, 'birthday', 1233567190, 'spikegomez', 1),
(330, 'digestdaily', 1233576012, '', 1),
(331, 'subscriptions', 1233576020, '', 1),
(332, 'digestweekly', 1233576324, '', 1),
(333, 'credits_time', 1233638296, 'Last Paycheck:1233638296|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 194, 218', 1),
(334, 'digestdaily', 1233642354, '', 1),
(335, 'subscriptions', 1233642358, '', 1),
(336, 'credits_time', 1233737056, 'Last Paycheck:1233737056|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 194, 218', 1),
(337, 'digestdaily', 1233743845, '', 1),
(338, 'subscriptions', 1233743862, '', 1),
(339, 'credits_time', 1233812303, 'Last Paycheck:1233737056|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 194, 218', 1),
(340, 'digestdaily', 1233813630, '', 1),
(341, 'subscriptions', 1233821937, '', 1),
(342, 'credits_time', 1233898242, 'Last Paycheck:1233898242|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 194, 218', 1),
(343, 'digestdaily', 1233898392, '', 1),
(344, 'subscriptions', 1233898397, '', 1),
(345, 'credits_time', 1233992969, 'Last Paycheck:1233992969|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 194, 218', 1),
(346, 'digestdaily', 1234009715, '', 1),
(347, 'subscriptions', 1234010133, '', 1),
(348, 'credits_time', 1234084700, 'Last Paycheck:1234084700|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 194, 218', 1),
(349, 'birthday', 1234084714, 'my08stang', 1),
(350, 'digestdaily', 1234084719, '', 1),
(351, 'subscriptions', 1234084730, '', 1),
(352, 'credits_time', 1234156067, 'Last Paycheck:1234084700|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 194, 218', 1),
(353, 'digestdaily', 1234156782, '', 1),
(354, 'subscriptions', 1234156789, '', 1),
(355, 'digestweekly', 1234159087, '', 1),
(356, 'credits_time', 1234264332, 'Last Paycheck:1234264332|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 194, 218', 1),
(357, 'digestdaily', 1234264497, '', 1),
(358, 'subscriptions', 1234264871, '', 1),
(359, 'credits_time', 1234357915, 'Last Paycheck:1234357915|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 194, 218', 1),
(360, 'digestdaily', 1234357937, '', 1),
(361, 'subscriptions', 1234357941, '', 1),
(362, 'credits_time', 1234416840, 'Last Paycheck:1234357915|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 194, 218', 1),
(363, 'birthday', 1234416918, 'Rygen', 1),
(364, 'digestdaily', 1234416927, '', 1),
(365, 'subscriptions', 1234416928, '', 1),
(366, 'credits_time', 1234502327, 'Last Paycheck:1234502327|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 194, 218', 1),
(367, 'digestdaily', 1234502639, '', 1),
(368, 'subscriptions', 1234502641, '', 1),
(369, 'credits_time', 1234621785, 'Last Paycheck:1234621785|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 194, 218', 1),
(370, 'digestdaily', 1234621809, '', 1),
(371, 'subscriptions', 1234621836, '', 1),
(372, 'credits_time', 1234704562, 'Last Paycheck:1234621785|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 194, 218', 1),
(373, 'digestdaily', 1234707902, '', 1),
(374, 'subscriptions', 1234707908, '', 1),
(375, 'credits_time', 1234767859, 'Last Paycheck:1234767859|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 194, 218', 1),
(376, 'digestdaily', 1234767882, '', 1),
(377, 'subscriptions', 1234767917, '', 1),
(378, 'digestweekly', 1234785849, '', 1),
(379, 'credits_time', 1234878888, 'Last Paycheck:1234878888|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 194, 218', 1),
(380, 'birthday', 1234879308, 'sdsubzero4', 1),
(381, 'digestdaily', 1234879986, '', 1),
(382, 'subscriptions', 1234880002, '', 1),
(383, 'credits_time', 1234967607, 'Last Paycheck:1234967607|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 194, 218', 1),
(384, 'digestdaily', 1234967616, '', 1),
(385, 'subscriptions', 1234967621, '', 1),
(386, 'credits_time', 1235030695, 'Last Paycheck:1234967607|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 194, 218', 1),
(387, 'digestdaily', 1235034127, '', 1),
(388, 'subscriptions', 1235039194, '', 1),
(389, 'credits_time', 1235134091, 'Last Paycheck:1235134091|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 194, 218', 1),
(390, 'birthday', 1235136402, 'TCGiRL220', 1),
(391, 'digestdaily', 1235136405, '', 1),
(392, 'subscriptions', 1235137829, '', 1),
(393, 'credits_time', 1235225603, 'Last Paycheck:1235225603|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 194, 218', 1),
(394, 'digestdaily', 1235225788, '', 1),
(395, 'subscriptions', 1235227193, '', 1),
(396, 'credits_time', 1235280197, 'Last Paycheck:1235225603|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 194, 218', 1),
(397, 'digestdaily', 1235280269, '', 1),
(398, 'subscriptions', 1235280287, '', 1),
(399, 'credits_time', 1235370121, 'Last Paycheck:1235370121|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 194, 218', 1),
(400, 'birthday', 1235370156, 'Tom', 1),
(401, 'digestdaily', 1235370220, '', 1),
(402, 'subscriptions', 1235370732, '', 1),
(403, 'digestweekly', 1235371237, '', 1),
(404, 'credits_time', 1235481805, 'Last Paycheck:1235481805|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 194, 218', 1),
(405, 'digestdaily', 1235481831, '', 1),
(406, 'subscriptions', 1235483646, '', 1),
(407, 'credits_time', 1235561922, 'Last Paycheck:1235481805|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 194', 1),
(408, 'digestdaily', 1235563019, '', 1),
(409, 'subscriptions', 1235565970, '', 1),
(410, 'credits_time', 1235639039, 'Last Paycheck:1235639039|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 194', 1),
(411, 'digestdaily', 1235639378, '', 1),
(412, 'subscriptions', 1235639663, '', 1),
(413, 'credits_time', 1235725163, 'Last Paycheck:1235639039|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 194', 1),
(414, 'digestdaily', 1235728068, '', 1),
(415, 'subscriptions', 1235732132, '', 1),
(416, 'credits_time', 1235799708, 'Last Paycheck:1235799708|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 194', 1),
(417, 'digestdaily', 1235799790, '', 1),
(418, 'subscriptions', 1235799793, '', 1),
(419, 'credits_time', 1235914832, 'Last Paycheck:1235914832|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 194', 1),
(420, 'birthday', 1235914842, 'Hollywood', 1),
(421, 'digestdaily', 1235914852, '', 1),
(422, 'subscriptions', 1235914867, '', 1),
(423, 'credits_time', 1235997706, 'Last Paycheck:1235914832|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 194', 1),
(424, 'digestdaily', 1236002674, '', 1),
(425, 'subscriptions', 1236002677, '', 1),
(426, 'digestweekly', 1236008751, '', 1),
(427, 'credits_time', 1236059438, 'Last Paycheck:1236059438|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194', 1),
(428, 'digestdaily', 1236059494, '', 1),
(429, 'subscriptions', 1236059521, '', 1),
(430, 'credits_time', 1236161848, 'Last Paycheck:1236161848|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194', 1),
(431, 'digestdaily', 1236173251, '', 1),
(432, 'subscriptions', 1236173883, '', 1),
(433, 'credits_time', 1236262515, 'Last Paycheck:1236262515|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194', 1),
(434, 'digestdaily', 1236266571, '', 1),
(435, 'subscriptions', 1236266582, '', 1),
(436, 'credits_time', 1236342013, 'Last Paycheck:1236262515|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194', 1),
(437, 'digestdaily', 1236342046, '', 1),
(438, 'subscriptions', 1236342059, '', 1),
(439, 'credits_time', 1236426846, 'Last Paycheck:1236426846|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194', 1),
(440, 'digestdaily', 1236426869, '', 1),
(441, 'subscriptions', 1236426882, '', 1),
(442, 'credits_time', 1236491697, 'Last Paycheck:1236426846|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194', 1),
(443, 'digestdaily', 1236491762, '', 1),
(444, 'subscriptions', 1236491777, '', 1),
(445, 'credits_time', 1236581988, 'Last Paycheck:1236581988|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194', 1),
(446, 'digestdaily', 1236582066, '', 1),
(447, 'subscriptions', 1236582079, '', 1),
(448, 'digestweekly', 1236589269, '', 1),
(449, 'credits_time', 1236661658, 'Last Paycheck:1236581988|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194', 1),
(450, 'digestdaily', 1236661674, '', 1),
(451, 'subscriptions', 1236661726, '', 1),
(452, 'credits_time', 1236749531, 'Last Paycheck:1236749531|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194', 1),
(453, 'birthday', 1236749560, 'Bossnutt', 1),
(454, 'digestdaily', 1236749581, '', 1),
(455, 'subscriptions', 1236749606, '', 1),
(456, 'credits_time', 1236839187, 'Last Paycheck:1236839187|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194', 1),
(457, 'birthday', 1236840473, 'Tricked-Out-Car-Club', 1),
(458, 'digestdaily', 1236841948, '', 1),
(459, 'subscriptions', 1236842049, '', 1),
(460, 'credits_time', 1236949110, 'Last Paycheck:1236949110|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194', 1),
(461, 'digestdaily', 1236949266, '', 1),
(462, 'subscriptions', 1236949267, '', 1),
(463, 'credits_time', 1237025318, 'Last Paycheck:1236949110|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194', 1),
(464, 'digestdaily', 1237025923, '', 1),
(465, 'subscriptions', 1237037998, '', 1),
(466, 'credits_time', 1237105887, 'Last Paycheck:1237105887|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194', 1),
(467, 'birthday', 1237105920, '05blackbeauty', 1),
(468, 'digestdaily', 1237105965, '', 1),
(469, 'subscriptions', 1237105973, '', 1),
(470, 'credits_time', 1237180266, 'Last Paycheck:1237105887|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194', 1),
(471, 'digestdaily', 1237180466, '', 1),
(472, 'subscriptions', 1237180496, '', 1),
(473, 'digestweekly', 1237196584, '', 1),
(474, 'credits_time', 1237274444, 'Last Paycheck:1237274444|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194', 1),
(475, 'digestdaily', 1237274451, '', 1),
(476, 'subscriptions', 1237276924, '', 1),
(477, 'credits_time', 1237351183, 'Last Paycheck:1237274444|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194', 1),
(478, 'digestdaily', 1237351276, '', 1),
(479, 'subscriptions', 1237351366, '', 1),
(480, 'credits_time', 1237450135, 'Last Paycheck:1237450135|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194', 1),
(481, 'digestdaily', 1237453307, '', 1),
(482, 'subscriptions', 1237455715, '', 1),
(483, 'credits_time', 1237536094, 'Last Paycheck:1237450135|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194', 1),
(484, 'birthday', 1237536123, 'StevoSRT', 1),
(485, 'digestdaily', 1237536161, '', 1),
(486, 'subscriptions', 1237536192, '', 1),
(487, 'credits_time', 1237639507, 'Last Paycheck:1237639507|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194', 1),
(488, 'birthday', 1237639562, 'SindrlaGT', 1),
(489, 'digestdaily', 1237639581, '', 1),
(490, 'subscriptions', 1237639673, '', 1),
(491, 'credits_time', 1237722195, 'Last Paycheck:1237639507|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194', 1),
(492, 'birthday', 1237722225, 'MAYHEMA.C.PREZ', 1),
(493, 'digestdaily', 1237722245, '', 1),
(494, 'subscriptions', 1237722258, '', 1),
(495, 'credits_time', 1237784816, 'Last Paycheck:1237784816|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194', 1),
(496, 'digestdaily', 1237794630, '', 1),
(497, 'subscriptions', 1237808043, '', 1),
(498, 'digestweekly', 1237820840, '', 1),
(499, 'credits_time', 1237868953, 'Last Paycheck:1237784816|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 243', 1),
(500, 'digestdaily', 1237869010, '', 1),
(501, 'subscriptions', 1237874065, '', 1),
(502, 'credits_time', 1237959029, 'Last Paycheck:1237959029|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 243', 1),
(503, 'birthday', 1237959031, 'mike05gt', 1),
(504, 'digestdaily', 1237959036, '', 1),
(505, 'subscriptions', 1237959081, '', 1),
(506, 'credits_time', 1238073060, 'Last Paycheck:1238073060|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 243, 246', 1),
(507, 'digestdaily', 1238073296, '', 1),
(508, 'subscriptions', 1238073551, '', 1),
(509, 'credits_time', 1238126863, 'Last Paycheck:1238073060|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 243, 246, 248', 1),
(510, 'birthday', 1238127015, 'Onceler', 1),
(511, 'digestdaily', 1238127019, '', 1),
(512, 'subscriptions', 1238127050, '', 1),
(513, 'credits_time', 1238226391, 'Last Paycheck:1238226391|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 243, 246, 248, 249', 1),
(514, 'birthday', 1238226443, 'kickagt', 1),
(515, 'digestdaily', 1238226511, '', 1),
(516, 'subscriptions', 1238226512, '', 1),
(517, 'credits_time', 1238309436, 'Last Paycheck:1238226391|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 243, 246, 248, 249', 1),
(518, 'birthday', 1238309453, 'Frozen', 1),
(519, 'digestdaily', 1238309513, '', 1),
(520, 'subscriptions', 1238309522, '', 1),
(521, 'credits_time', 1238385714, 'Last Paycheck:1238385714|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 243, 246, 248, 249', 1),
(522, 'digestdaily', 1238386243, '', 1),
(523, 'subscriptions', 1238386255, '', 1),
(524, 'digestweekly', 1238388604, '', 1),
(525, 'credits_time', 1238505769, 'Last Paycheck:1238505769|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 243, 246, 248, 249', 1),
(526, 'digestdaily', 1238505779, '', 1),
(527, 'subscriptions', 1238505781, '', 1),
(528, 'credits_time', 1238567012, 'Last Paycheck:1238505769|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 243, 246, 248, 249', 1),
(529, 'birthday', 1238567054, 'terik4187', 1),
(530, 'digestdaily', 1238567059, '', 1),
(531, 'subscriptions', 1238567072, '', 1),
(532, 'credits_time', 1238672666, 'Last Paycheck:1238672666|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 243, 246, 248, 249', 1),
(533, 'digestdaily', 1238678139, '', 1),
(534, 'subscriptions', 1238681231, '', 1);
INSERT INTO `cronlog` (`cronlogid`, `varname`, `dateline`, `description`, `type`) VALUES
(535, 'credits_time', 1238736839, 'Last Paycheck:1238672666|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 243, 246, 248, 249', 1),
(536, 'digestdaily', 1238745763, '', 1),
(537, 'subscriptions', 1238745783, '', 1),
(538, 'credits_time', 1238822642, 'Last Paycheck:1238822642|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 243, 246, 248, 249', 1),
(539, 'digestdaily', 1238822700, '', 1),
(540, 'subscriptions', 1238822711, '', 1),
(541, 'credits_time', 1238942683, 'Last Paycheck:1238942683|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 243, 246, 248, 249', 1),
(542, 'digestdaily', 1238942698, '', 1),
(543, 'subscriptions', 1238942707, '', 1),
(544, 'credits_time', 1239024499, 'Last Paycheck:1238942683|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 243, 246, 248, 249', 1),
(545, 'digestdaily', 1239027380, '', 1),
(546, 'subscriptions', 1239027830, '', 1),
(547, 'digestweekly', 1239045346, '', 1),
(548, 'credits_time', 1239083817, 'Last Paycheck:1239083817|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 243, 246, 248, 249', 1),
(549, 'digestdaily', 1239084050, '', 1),
(550, 'subscriptions', 1239084134, '', 1),
(551, 'credits_time', 1239200949, 'Last Paycheck:1239200949|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 243, 246, 248, 249', 1),
(552, 'digestdaily', 1239200957, '', 1),
(553, 'subscriptions', 1239200969, '', 1),
(554, 'credits_time', 1239249898, 'Last Paycheck:1239200949|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 243, 246, 248, 249', 1),
(555, 'digestdaily', 1239249913, '', 1),
(556, 'subscriptions', 1239249925, '', 1),
(557, 'credits_time', 1239357730, 'Last Paycheck:1239357730|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 243, 246, 248, 249', 1),
(558, 'birthday', 1239357778, 'PaleRider', 1),
(559, 'digestdaily', 1239357812, '', 1),
(560, 'subscriptions', 1239357837, '', 1),
(561, 'credits_time', 1239465394, 'Last Paycheck:1239465394|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 243, 246, 248, 249', 1),
(562, 'digestdaily', 1239471063, '', 1),
(563, 'subscriptions', 1239471067, '', 1),
(564, 'credits_time', 1239552455, 'Last Paycheck:1239552455|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 243, 246, 248, 249, 260', 1),
(565, 'birthday', 1239552464, 'jerseystang07', 1),
(566, 'digestdaily', 1239552472, '', 1),
(567, 'subscriptions', 1239552481, '', 1),
(568, 'credits_time', 1239597560, 'Last Paycheck:1239552455|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 261, 243, 246, 248, 249, 260', 1),
(569, 'digestdaily', 1239597600, '', 1),
(570, 'subscriptions', 1239597614, '', 1),
(571, 'digestweekly', 1239597804, '', 1),
(572, 'credits_time', 1239713681, 'Last Paycheck:1239713681|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 261, 243, 246, 248, 249, 260', 1),
(573, 'digestdaily', 1239719990, '', 1),
(574, 'subscriptions', 1239720008, '', 1),
(575, 'credits_time', 1239800793, 'Last Paycheck:1239800793|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 261, 243, 246, 248, 249, 260', 1),
(576, 'birthday', 1239803411, '05blackbeauty', 1),
(577, 'digestdaily', 1239805658, '', 1),
(578, 'subscriptions', 1239805661, '', 1),
(579, 'credits_time', 1239863720, 'Last Paycheck:1239800793|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 261, 243, 246, 248, 249, 260', 1),
(580, 'birthday', 1239863740, 'jwhite', 1),
(581, 'digestdaily', 1239863771, '', 1),
(582, 'subscriptions', 1239863813, '', 1),
(583, 'credits_time', 1239969812, 'Last Paycheck:1239969812|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 261, 243, 246, 248, 249, 260', 1),
(584, 'birthday', 1239969870, 'Pony Hauler, IGotBanned.net', 1),
(585, 'digestdaily', 1239970380, '', 1),
(586, 'subscriptions', 1239970867, '', 1),
(587, 'credits_time', 1240035715, 'Last Paycheck:1239969812|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 261, 243, 246, 248, 249, 260', 1),
(588, 'digestdaily', 1240052358, '', 1),
(589, 'subscriptions', 1240054260, '', 1),
(590, 'credits_time', 1240121475, 'Last Paycheck:1240121475|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 261, 243, 246, 248, 249, 260', 1),
(591, 'digestdaily', 1240122466, '', 1),
(592, 'subscriptions', 1240123113, '', 1),
(593, 'credits_time', 1240221467, 'Last Paycheck:1240221467|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 261, 243, 246, 248, 249, 260', 1),
(594, 'digestdaily', 1240226401, '', 1),
(595, 'subscriptions', 1240230692, '', 1),
(596, 'digestweekly', 1240246046, '', 1),
(597, 'credits_time', 1240298831, 'Last Paycheck:1240221467|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 261, 243, 246, 248, 249, 260', 1),
(598, 'digestdaily', 1240298929, '', 1),
(599, 'subscriptions', 1240301086, '', 1),
(600, 'credits_time', 1240382443, 'Last Paycheck:1240382443|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 261, 243, 246, 248, 249, 260', 1),
(601, 'birthday', 1240382457, 'ifilm', 1),
(602, 'digestdaily', 1240382467, '', 1),
(603, 'subscriptions', 1240383340, '', 1),
(604, 'credits_time', 1240470597, 'Last Paycheck:1240470597|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 261, 243, 246, 248, 249, 260', 1),
(605, 'digestdaily', 1240470763, '', 1),
(606, 'subscriptions', 1240470768, '', 1),
(607, 'credits_time', 1240591264, 'Last Paycheck:1240591264|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 261, 243, 246, 248, 249, 260', 1),
(608, 'digestdaily', 1240593554, '', 1),
(609, 'subscriptions', 1240593567, '', 1),
(610, 'credits_time', 1240666539, 'Last Paycheck:1240591264|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 261, 243, 246, 248, 249, 260', 1),
(611, 'digestdaily', 1240666626, '', 1),
(612, 'subscriptions', 1240666678, '', 1),
(613, 'credits_time', 1240749934, 'Last Paycheck:1240749934|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 261, 243, 246, 248, 249, 260', 1),
(614, 'digestdaily', 1240750295, '', 1),
(615, 'subscriptions', 1240750515, '', 1),
(616, 'credits_time', 1240816220, 'Last Paycheck:1240749934|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 261, 243, 246, 248, 249, 260', 1),
(617, 'birthday', 1240818030, 'TechGirl2020', 1),
(618, 'digestdaily', 1240819682, '', 1),
(619, 'subscriptions', 1240824229, '', 1),
(620, 'digestweekly', 1240836742, '', 1),
(621, 'credits_time', 1240906332, 'Last Paycheck:1240906332|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 261, 243, 246, 248, 249, 260', 1),
(622, 'digestdaily', 1240907482, '', 1),
(623, 'subscriptions', 1240911766, '', 1),
(624, 'credits_time', 1240982343, 'Last Paycheck:1240906332|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 261, 243, 246, 248, 249, 260', 1),
(625, 'digestdaily', 1240982482, '', 1),
(626, 'subscriptions', 1240984528, '', 1),
(627, 'credits_time', 1241071117, 'Last Paycheck:1241071117|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 261, 243, 246, 248, 249, 260', 1),
(628, 'digestdaily', 1241071154, '', 1),
(629, 'subscriptions', 1241071207, '', 1),
(630, 'credits_time', 1241161056, 'Last Paycheck:1241161056|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 261, 243, 246, 248, 249, 260', 1),
(631, 'birthday', 1241161070, 'steeltoe', 1),
(632, 'digestdaily', 1241161120, '', 1),
(633, 'subscriptions', 1241161131, '', 1),
(634, 'credits_time', 1241238999, 'Last Paycheck:1241161056|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 261, 243, 246, 248, 249, 260', 1),
(635, 'digestdaily', 1241239140, '', 1),
(636, 'subscriptions', 1241239253, '', 1),
(637, 'credits_time', 1241356392, 'Last Paycheck:1241356392|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 261, 243, 246, 248, 249, 260', 1),
(638, 'birthday', 1241361144, '65 Black', 1),
(639, 'digestdaily', 1241363327, '', 1),
(640, 'subscriptions', 1241363345, '', 1),
(641, 'credits_time', 1241412913, 'Last Paycheck:1241356392|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 261, 243, 246, 248, 249, 260', 1),
(642, 'birthday', 1241412968, 'dawgs150', 1),
(643, 'digestdaily', 1241412997, '', 1),
(644, 'subscriptions', 1241413063, '', 1),
(645, 'digestweekly', 1241413610, '', 1),
(646, 'credits_time', 1241532451, 'Last Paycheck:1241532451|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 261, 243, 246, 248, 249, 260', 1),
(647, 'birthday', 1241532479, 'Roush007', 1),
(648, 'digestdaily', 1241532526, '', 1),
(649, 'subscriptions', 1241532530, '', 1),
(650, 'credits_time', 1241591167, 'Last Paycheck:1241532451|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 261, 243, 246, 248, 249, 260', 1),
(651, 'birthday', 1241591176, 'BlackShadow, fast eddie', 1),
(652, 'digestdaily', 1241591186, '', 1),
(653, 'subscriptions', 1241591239, '', 1),
(654, 'credits_time', 1241702100, 'Last Paycheck:1241702100|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 261, 243, 246, 248, 249, 260', 1),
(655, 'birthday', 1241704127, 'Xodus989', 1),
(656, 'digestdaily', 1241704160, '', 1),
(657, 'subscriptions', 1241704223, '', 1),
(658, 'credits_time', 1241766429, 'Last Paycheck:1241702100|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 261, 243, 246, 248, 249, 260', 1),
(659, 'digestdaily', 1241797582, '', 1),
(660, 'subscriptions', 1241801370, '', 1),
(661, 'credits_time', 1241861613, 'Last Paycheck:1241861613|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 261, 243, 246, 248, 249, 260', 1),
(662, 'digestdaily', 1241861679, '', 1),
(663, 'subscriptions', 1241861763, '', 1),
(664, 'credits_time', 1241959543, 'Last Paycheck:1241959543|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 261, 243, 246, 248, 249, 260', 1),
(665, 'birthday', 1241959554, 'lownslow95', 1),
(666, 'digestdaily', 1241959559, '', 1),
(667, 'subscriptions', 1241959575, '', 1),
(668, 'credits_time', 1242036132, 'Last Paycheck:1241959543|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 261, 243, 246, 248, 249, 260', 1),
(669, 'digestdaily', 1242036160, '', 1),
(670, 'subscriptions', 1242043094, '', 1),
(671, 'digestweekly', 1242043324, '', 1),
(672, 'credits_time', 1242101531, 'Last Paycheck:1242101531|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 261, 243, 246, 248, 249, 260', 1),
(673, 'birthday', 1242101609, 'MustangBrother', 1),
(674, 'digestdaily', 1242101627, '', 1),
(675, 'subscriptions', 1242101638, '', 1),
(676, 'credits_time', 1242209751, 'Last Paycheck:1242209751|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 261, 243, 246, 248, 249, 260', 1),
(677, 'digestdaily', 1242209793, '', 1),
(678, 'subscriptions', 1242209797, '', 1),
(679, 'credits_time', 1242276874, 'Last Paycheck:1242209751|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 261, 243, 246, 248, 249, 260', 1),
(680, 'birthday', 1242276877, 'Lisa', 1),
(681, 'digestdaily', 1242276902, '', 1),
(682, 'subscriptions', 1242276907, '', 1),
(683, 'credits_time', 1242386665, 'Last Paycheck:1242386665|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 275, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 261, 243, 246, 248, 249, 260', 1),
(684, 'digestdaily', 1242386680, '', 1),
(685, 'subscriptions', 1242386689, '', 1),
(686, 'credits_time', 1242476281, 'Last Paycheck:1242476281|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 275, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 261, 243, 246, 248, 249, 260', 1),
(687, 'birthday', 1242476293, 'challengerchick', 1),
(688, 'digestdaily', 1242476296, '', 1),
(689, 'subscriptions', 1242476327, '', 1),
(690, 'credits_time', 1242581086, 'Last Paycheck:1242581086|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 275, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 261, 243, 246, 248, 249, 260', 1),
(691, 'digestdaily', 1242583202, '', 1),
(692, 'subscriptions', 1242583215, '', 1),
(693, 'credits_time', 1242661261, 'Last Paycheck:1242581086|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 275, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 261, 243, 246, 248, 249, 260', 1),
(694, 'digestdaily', 1242661919, '', 1),
(695, 'subscriptions', 1242661927, '', 1),
(696, 'digestweekly', 1242666463, '', 1),
(697, 'credits_time', 1242754777, 'Last Paycheck:1242754777|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 275, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 261, 243, 246, 248, 249, 260', 1),
(698, 'digestdaily', 1242754816, '', 1),
(699, 'subscriptions', 1242754823, '', 1),
(700, 'credits_time', 1242832806, 'Last Paycheck:1242754777|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 275, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 261, 243, 246, 248, 249, 260', 1),
(701, 'birthday', 1242832816, 'Bluedragon436, lusk_2004', 1),
(702, 'digestdaily', 1242832830, '', 1),
(703, 'subscriptions', 1242832837, '', 1),
(704, 'credits_time', 1242907583, 'Last Paycheck:1242907583|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 275, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 261, 243, 246, 248, 249, 260', 1),
(705, 'birthday', 1242907595, '00gtCoolGuy', 1),
(706, 'digestdaily', 1242907643, '', 1),
(707, 'subscriptions', 1242907648, '', 1),
(708, 'credits_time', 1242996200, 'Last Paycheck:1242996200|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 275, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 261, 243, 246, 248, 249, 260', 1),
(709, 'birthday', 1242996208, 'Shawn ''00gt', 1),
(710, 'digestdaily', 1242996216, '', 1),
(711, 'subscriptions', 1242996234, '', 1),
(712, 'credits_time', 1243101068, 'Last Paycheck:1243101068|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 275, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 261, 243, 246, 248, 249, 260', 1),
(713, 'digestdaily', 1243101070, '', 1),
(714, 'subscriptions', 1243101071, '', 1),
(715, 'credits_time', 1243174281, 'Last Paycheck:1243101068|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 275, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 261, 243, 246, 248, 249, 260', 1),
(716, 'birthday', 1243174297, 'Pandoras Box', 1),
(717, 'digestdaily', 1243175196, '', 1),
(718, 'subscriptions', 1243175436, '', 1),
(719, 'credits_time', 1243261248, 'Last Paycheck:1243261248|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 275, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 261, 243, 246, 248, 249, 260', 1),
(720, 'birthday', 1243261982, 'coolbreeze', 1),
(721, 'digestdaily', 1243264466, '', 1),
(722, 'subscriptions', 1243270385, '', 1),
(723, 'digestweekly', 1243270817, '', 1),
(724, 'credits_time', 1243339771, 'Last Paycheck:1243261248|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 275, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 261, 243, 246, 248, 249, 260', 1),
(725, 'digestdaily', 1243345022, '', 1),
(726, 'subscriptions', 1243345035, '', 1),
(727, 'credits_time', 1243446427, 'Last Paycheck:1243446427|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 275, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 261, 243, 246, 248, 249, 260', 1),
(728, 'birthday', 1243446457, 'Evil-1', 1),
(729, 'digestdaily', 1243448488, '', 1),
(730, 'subscriptions', 1243453533, '', 1),
(731, 'credits_time', 1243526569, 'Last Paycheck:1243446427|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 275, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 261, 243, 246, 248, 249, 260', 1),
(732, 'digestdaily', 1243527316, '', 1),
(733, 'subscriptions', 1243537091, '', 1),
(734, 'credits_time', 1243635207, 'Last Paycheck:1243635207|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 275, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 261, 243, 246, 248, 249, 260', 1),
(735, 'digestdaily', 1243641359, '', 1),
(736, 'subscriptions', 1243642921, '', 1),
(737, 'credits_time', 1243716149, 'Last Paycheck:1243635207|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 275, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 261, 243, 246, 248, 249, 260', 1),
(738, 'birthday', 1243716158, 'emt3483', 1),
(739, 'digestdaily', 1243717748, '', 1),
(740, 'subscriptions', 1243718079, '', 1),
(741, 'credits_time', 1243798751, 'Last Paycheck:1243798751|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 275, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 261, 243, 246, 248, 249, 260', 1),
(742, 'birthday', 1243800324, 'SLAYER', 1),
(743, 'digestdaily', 1243804461, '', 1),
(744, 'subscriptions', 1243812880, '', 1),
(745, 'credits_time', 1243897560, 'Last Paycheck:1243897560|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 275, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 261, 243, 246, 248, 249, 260', 1),
(746, 'digestdaily', 1243902052, '', 1),
(747, 'subscriptions', 1243903777, '', 1),
(748, 'digestweekly', 1243912497, '', 1),
(749, 'credits_time', 1243931979, 'Last Paycheck:1243897560|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 275, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 261, 243, 246, 248, 249, 260', 1),
(750, 'birthday', 1243931983, 'thatoneguy', 1),
(751, 'digestdaily', 1243932102, '', 1),
(752, 'subscriptions', 1243932113, '', 1),
(753, 'credits_time', 1244033876, 'Last Paycheck:1244033876|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75, 72, 74, 94, 275, 98, 100, 103, 106, 108, 111, 115, 117, 124, 127, 137, 152, 165, 163, 225, 179, 170, 183, 233, 194, 261, 243, 246, 248, 249, 260', 1),
(754, 'digestdaily', 1244033898, '', 1),
(755, 'subscriptions', 1244033907, '', 1),
(756, 'credits_time', 1244131198, 'Last Paycheck:1244131198|Check Referees:5, 26, 10, 19, 20, 23, 33, 28, 32, 80, 43, 44, 53, 78, 66, 57, 59, 65, 67, 75